  *, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
  :root {
    --coral:  #e71d36;
    --sky:    #2ec4b6;
    --mist:   #fdfffc;
    --amber:  #ff9f1c;
    --ink:    #011627;
    --grape:  #011627;
    --serif:  Georgia, 'Times New Roman', serif;
    --display: 'Fraunces', Georgia, serif;
    --sans:   Helvetica, Arial, sans-serif;
  }
  html { scroll-behavior: smooth; }
  body { background: #fdfffc; color: #011627; font-family: var(--serif); font-size: 21px; line-height: 1.7; -webkit-font-smoothing: antialiased; }
  nav { position: fixed; top: 0; left: 0; right: 0; z-index: 200; display: flex; justify-content: space-between; align-items: center; padding: 1.1rem 4rem; background: #fdfffc; border-bottom: 1px solid rgba(1,22,39,0.1); }
  .logo { display: inline-block; line-height: 0; cursor: pointer; text-decoration: none; }
  .nav-links { display: flex; gap: 2.25rem; list-style: none; }
  .nav-links a { font-family: var(--sans); font-size: 0.72rem; letter-spacing: 0.1em; text-transform: uppercase; color: rgba(1,22,39,0.45); text-decoration: none; transition: color 0.2s; cursor: pointer; }
  .nav-links a:hover { color: var(--coral); }
  .nav-links a.active { color: var(--coral); }
  .page { display: none; }
  .page.visible { display: block; }
  #hero { min-height: 70vh; padding: 6.5rem 4rem 2.5rem; background: #fdfffc; display: flex; align-items: stretch; justify-content: flex-start; }
  .hero-inner { display: grid; grid-template-columns: 2fr 1fr; gap: 0; align-items: stretch; width: 100%; max-width: 1100px; }
  .hero-left { display: flex; flex-direction: column; justify-content: flex-start; padding-right: 1.5rem; padding-top: 3rem; }
  h1 { font-family: var(--display); font-weight: 500; font-size: clamp(3rem, 5.5vw, 5.2rem); line-height: 0.9; letter-spacing: -0.03em; color: #011627; margin-bottom: 1.75rem; }
  h1 em { color: var(--coral); font-style: italic; }
  #hero-word { transition: color 0.6s ease; color: #011627; }
  #hero-word { transition: color 0.6s ease; color: #011627; }
  .hero-sub { font-size: 1rem; color: rgba(1,22,39,0.8); line-height: 1.7; margin-bottom: 2.25rem; }
  .hero-right { display: flex; flex-direction: column; align-items: flex-start; justify-content: center; padding: 1rem 0 1rem 3.5rem; }
  .sec { padding: 5.5rem 4rem; }
  .container { max-width: 1100px; margin: 0 auto; }
  .eyebrow { font-family: var(--sans); font-size: 0.68rem; letter-spacing: 0.2em; text-transform: uppercase; margin-bottom: 1rem; display: block; }
  h2 { font-family: var(--display); font-weight: 500; font-size: clamp(2rem, 3.5vw, 3rem); line-height: 0.9; letter-spacing: -0.03em; margin-bottom: 1.25rem; }
  .meth-panel.meth-open .meth-bar { transform: scaleX(1) !important; }
  .meth-panel.meth-open .meth-desc-wrap { max-height: 200px !important; }
  .meth-panel.meth-open .meth-desc { opacity: 1 !important; transform: translateY(0) !important; }
  #method-panels { align-items: start; }
  .about-hero { padding: 7rem 4rem 5rem; border-bottom: 1px solid rgba(1,22,39,0.1); display: grid; grid-template-columns: 1fr 1fr; gap: 4rem; align-items: end; }
  .about-hero-left .eyebrow { color: var(--coral); }
  .about-hero-left h1 { font-family: var(--display); font-weight: 500; font-size: clamp(3rem, 5vw, 4.5rem); line-height: 0.92; letter-spacing: -0.03em; color: #011627; }
  .about-hero-left h1 em { font-style: italic; color: var(--coral); }
  .about-hero-right p { font-size: 1.05rem; line-height: 1.75; color: rgba(1,22,39,0.7); }
  .about-statement { padding: 5rem 4rem; border-bottom: 1px solid rgba(1,22,39,0.1); }
  .about-statement blockquote { font-family: var(--display); font-weight: 500; font-size: clamp(1.6rem, 3vw, 2.4rem); line-height: 1.15; letter-spacing: -0.02em; color: #011627; max-width: 820px; }
  .about-statement blockquote em { color: var(--sky); font-style: italic; }
  .about-values { padding: 5rem 4rem; border-bottom: 1px solid rgba(1,22,39,0.1); display: grid; grid-template-columns: 1fr 2fr; gap: 4rem; align-items: start; }
  .about-values-label { font-family: var(--sans); font-size: 0.68rem; letter-spacing: 0.2em; text-transform: uppercase; color: rgba(1,22,39,0.4); padding-top: 0.3rem; }
  .values-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 0; }
  .value-item { padding: 2rem 2rem 2rem 0; border-top: 1px solid rgba(1,22,39,0.1); }
  .value-item.right { padding-left: 2rem; padding-right: 0; border-left: 1px solid rgba(1,22,39,0.1); }
  .value-num { font-family: var(--sans); font-size: 0.62rem; letter-spacing: 0.14em; text-transform: uppercase; color: rgba(1,22,39,0.3); margin-bottom: 0.75rem; }
  .value-title { font-family: var(--display); font-weight: 500; font-size: 1.25rem; line-height: 1; letter-spacing: -0.02em; color: #011627; margin-bottom: 0.6rem; }
  .value-desc { font-size: 0.9rem; line-height: 1.65; color: rgba(1,22,39,0.8); }
  .about-team { padding: 5rem 4rem; border-bottom: 1px solid rgba(1,22,39,0.1); }
  .about-team .section-label { font-family: var(--sans); font-size: 0.68rem; letter-spacing: 0.2em; text-transform: uppercase; color: rgba(1,22,39,0.4); margin-bottom: 3rem; display: block; }
  .team-member { padding: 2.5rem 0; border-top: 1px solid rgba(1,22,39,0.1); max-width: 560px; }
  .member-color { width: 100%; height: 4px; margin-bottom: 1.5rem; }
  .member-name { font-family: var(--display); font-weight: 500; font-size: 1.5rem; letter-spacing: -0.02em; color: #011627; margin-bottom: 0.25rem; line-height: 1; }
  .member-title { font-family: var(--sans); font-size: 0.7rem; letter-spacing: 0.12em; text-transform: uppercase; color: rgba(1,22,39,0.4); margin-bottom: 1rem; }
  .member-bio { font-size: 0.92rem; line-height: 1.7; color: rgba(1,22,39,0.8); }
  .about-cta { padding: 6rem 4rem; text-align: center; }
  .about-cta h2 { font-family: var(--display); font-weight: 500; font-size: clamp(1.8rem, 3vw, 2.8rem); letter-spacing: -0.03em; color: #011627; margin-bottom: 0.75rem; line-height: 0.95; }
  .about-cta p { font-size: 0.97rem; color: rgba(1,22,39,0.6); max-width: 400px; margin: 0 auto 2.25rem; line-height: 1.7; }
  #blog .eyebrow { color: var(--coral); }
  #blog h2 { color: #011627; margin-bottom: 0.5rem; }
  #blog .blog-intro { color: rgba(1,22,39,0.6); font-size: 0.95rem; max-width: 480px; margin-bottom: 3rem; }
  .services-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 0; }
  .services-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 0; }
  .blog-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.5px; }
  .blog-card { background: rgba(1,22,39,0.04); padding: 2rem 1.75rem; transition: background 0.2s; cursor: pointer; }
  .blog-card:hover { background: rgba(1,22,39,0.08); }
  .blog-cat { font-family: var(--sans); font-size: 0.65rem; letter-spacing: 0.14em; text-transform: uppercase; color: var(--sky); margin-bottom: 0.75rem; }
  .blog-card h3 { font-family: var(--serif); font-weight: 400; font-size: 1.1rem; line-height: 1.35; color: #011627; margin-bottom: 0.6rem; }
  .blog-card p { font-size: 0.86rem; color: rgba(1,22,39,0.8); line-height: 1.6; }
  .read-more { display: inline-block; margin-top: 1.25rem; font-family: var(--sans); font-size: 0.65rem; letter-spacing: 0.12em; text-transform: uppercase; color: #ff9f1c; text-decoration: none; border-bottom: 1px solid rgba(255,159,28,0.4); padding-bottom: 1px; }
  #contact { background: #fdfffc; text-align: center; padding: 1rem 4rem 6rem; }
  #contact .eyebrow { color: rgba(1,22,39,0.45); }
  #contact h2 { color: #011627; font-size: clamp(1.32rem, 2.4vw, 2.1rem); }
  #contact p { color: rgba(1,22,39,0.8); max-width: 400px; margin: 1rem auto 2.25rem; font-size: 0.97rem; }
  .btn-dark { font-family: var(--sans); font-size: 0.72rem; letter-spacing: 0.12em; text-transform: uppercase; background: #2ec4b6; color: #fdfffc; padding: 0.9rem 2rem; text-decoration: none; border: 1.5px solid #2ec4b6; transition: all 0.2s; display: inline-block; }
  .btn-dark:hover { background: transparent; color: #2ec4b6; border-color: #2ec4b6; }
  /* ── Work index ── */
  .work-header { padding: 7rem 4rem 3rem; border-bottom: 1px solid rgba(1,22,39,0.1); }
  .work-header h1 { font-family: var(--display); font-size: clamp(2.6rem, 4.5vw, 4rem); max-width: 680px; }
  .work-header p { font-size: 0.95rem; color: rgba(1,22,39,0.6); max-width: 480px; margin-top: 1.1rem; line-height: 1.7; }
  .work-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 0; }
  .work-card { border-right: 1px solid rgba(1,22,39,0.1); border-bottom: 1px solid rgba(1,22,39,0.1); cursor: pointer; transition: background 0.2s; display: flex; flex-direction: column; text-decoration: none; }
  .work-card:nth-child(3n) { border-right: none; }
  .work-card:hover { background: rgba(1,22,39,0.02); }
  .work-card-thumb { aspect-ratio: 16/10; background: rgba(1,22,39,0.05); overflow: hidden; position: relative; flex-shrink: 0; }
  .work-card-thumb-inner { width: 100%; height: 100%; display: flex; align-items: center; justify-content: center; }
  .work-card-body { padding: 1.75rem 2rem 2rem; flex: 1; display: flex; flex-direction: column; }
  .work-card-cat { font-family: var(--sans); font-size: 0.6rem; letter-spacing: 0.16em; text-transform: uppercase; margin-bottom: 0.6rem; display: block; }
  .work-card-title { font-family: var(--display); font-weight: 500; font-size: 1.6rem; line-height: 0.95; color: #011627; letter-spacing: -0.03em; margin-bottom: 0.3rem; }
  .work-card-blurb { font-size: 0.85rem; color: rgba(1,22,39,0.58); line-height: 1.65; flex: 1; }
  .work-card-subtitle { font-family: 'Fraunces', Georgia, serif; font-size: 1rem; color: rgba(1,22,39,0.8); line-height: 1.5; margin-top: 0.1rem; }
  .work-card-cta { margin-top: 1.5rem; font-family: var(--sans); font-size: 0.62rem; letter-spacing: 0.12em; text-transform: uppercase; color: rgba(1,22,39,0.35); display: flex; align-items: center; gap: 0.5rem; transition: color 0.2s; }
  .work-card:hover .work-card-cta { color: #e71d36; }
  /* ── Project subpage ── */
  .project-nav { display: flex; align-items: center; justify-content: space-between; padding: 5.5rem 4rem 1.25rem; border-bottom: 1px solid rgba(1,22,39,0.1); }
  .project-back { font-family: var(--sans); font-size: 0.65rem; letter-spacing: 0.12em; text-transform: uppercase; color: rgba(1,22,39,0.4); cursor: pointer; display: inline-flex; align-items: center; gap: 0.5rem; transition: color 0.2s; }
  .project-back:hover { color: #e71d36; }
  .project-next-prev { display: flex; align-items: center; gap: 2rem; }
  .project-prev, .project-next { font-family: var(--sans); font-size: 0.65rem; letter-spacing: 0.12em; text-transform: uppercase; color: rgba(1,22,39,0.4); cursor: pointer; display: inline-flex; align-items: center; gap: 0.5rem; transition: color 0.2s; }
  .project-prev:hover, .project-next:hover { color: #e71d36; }
  .project-prev-next-divider { width: 1px; height: 12px; background: rgba(1,22,39,0.15); }
  .project-hero { padding: 7rem 4rem 3.5rem; border-bottom: 1px solid rgba(1,22,39,0.1); }
  .project-eyebrow { font-family: var(--sans); font-size: 0.65rem; letter-spacing: 0.16em; text-transform: uppercase; margin-bottom: 1rem; display: block; }
  .project-headline { font-family: var(--display); font-weight: 500; font-size: clamp(2.4rem, 4vw, 3.8rem); line-height: 0.92; color: #011627; letter-spacing: -0.03em; max-width: 800px; margin-bottom: 1.75rem; }
  .project-desc { font-size: 1rem; color: rgba(1,22,39,0.8); line-height: 1.75; max-width: 620px; }
  .project-meta { margin-top: 2.5rem; display: grid; grid-template-columns: repeat(4, auto); gap: 0; width: fit-content; border-top: 1px solid rgba(1,22,39,0.1); }
  .project-meta-item { padding: 1.1rem 2.5rem 1rem 0; border-bottom: none; }
  .project-meta-item + .project-meta-item { padding-left: 2.5rem; border-left: 1px solid rgba(1,22,39,0.1); }
  .project-meta-label { font-family: var(--sans); font-size: 0.58rem; letter-spacing: 0.18em; text-transform: uppercase; color: rgba(1,22,39,0.35); margin-bottom: 0.35rem; display: block; }
  .project-meta-value { font-family: var(--sans); font-size: 0.82rem; color: #011627; line-height: 1.4; }
  .project-media { padding: 3.5rem 4rem; }
  .project-media-label { font-family: var(--sans); font-size: 0.62rem; letter-spacing: 0.16em; text-transform: uppercase; color: rgba(1,22,39,0.35); margin-bottom: 1.5rem; display: block; }
  .project-media-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 1px; background: rgba(1,22,39,0.1); margin-bottom: 1px; }
  .project-media-grid.full { grid-template-columns: 1fr; }
  .project-media-grid.trio { grid-template-columns: 1fr 1fr 1fr; }
  .project-media-slot { background: rgba(1,22,39,0.04); aspect-ratio: 16/10; display: flex; align-items: center; justify-content: center; overflow: hidden; position: relative; }
  .project-media-slot.video-slot { aspect-ratio: 16/9; background: #011627; }
  .project-video-link { display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 1rem; text-decoration: none; width: 100%; height: 100%; }
  .project-video-play { width: 52px; height: 52px; border-radius: 50%; border: 1.5px solid rgba(253,255,252,0.5); display: flex; align-items: center; justify-content: center; transition: border-color 0.2s, background 0.2s; }
  .project-video-link:hover .project-video-play { border-color: #fdfffc; background: rgba(253,255,252,0.08); }
  .project-video-play svg { fill: rgba(253,255,252,0.8); margin-left: 3px; }
  .project-video-label { font-family: var(--sans); font-size: 0.62rem; letter-spacing: 0.14em; text-transform: uppercase; color: rgba(253,255,252,0.5); }
  .project-placeholder-img { width: 100%; height: 100%; display: flex; align-items: center; justify-content: center; }
  .project-placeholder-img svg { width: 32px; height: 32px; opacity: 0.2; }
  .project-hero-grid { display: grid; grid-template-columns: 2fr 1fr; gap: 4rem; align-items: start; }
  .project-nav-link { font-family: var(--sans); font-size: 0.72rem; letter-spacing: 0.1em; text-transform: uppercase; color: rgba(1,22,39,0.4); text-decoration: none; transition: color 0.2s; }
  .project-nav-link:hover { color: var(--coral); }
  .next-up-module { padding: 4rem; border-top: 1px solid rgba(1,22,39,0.1); }
  .next-up-card { display: inline-flex; flex-direction: row; align-items: stretch; text-decoration: none; border: 1px solid rgba(1,22,39,0.1); overflow: hidden; }
  .next-up-label { font-family: var(--sans); font-size: 0.8rem; letter-spacing: 0.16em; text-transform: uppercase; background: #e71d36; color: #fdfffc; padding: 0 1.5rem; display: flex; align-items: center; }
  .next-up-body { padding: 1.25rem 2rem; }
  .next-up-client { font-family: var(--display); font-weight: 500; font-size: 1.6rem; line-height: 0.95; color: #011627; letter-spacing: -0.03em; margin-bottom: 0.3rem; }
  .next-up-headline { font-family: 'Fraunces', Georgia, serif; font-size: 1rem; color: rgba(1,22,39,0.8); line-height: 1.5; }
  footer { background: #fdfffc; border-top: 1px solid rgba(1,22,39,0.1); padding: 2.25rem 4rem; display: flex; justify-content: space-between; align-items: center; }
  .footer-sub { font-family: var(--sans); font-size: 0.65rem; color: rgba(1,22,39,0.4); letter-spacing: 0.06em; margin-top: 0.25rem; }
  .footer-links { display: flex; gap: 2rem; }
  .footer-links a { font-family: var(--sans); font-size: 0.65rem; letter-spacing: 0.1em; text-transform: uppercase; color: rgba(1,22,39,0.4); text-decoration: none; transition: color 0.2s; cursor: pointer; }
  .footer-links a:hover { color: var(--coral); }
  .footer-copy { font-family: var(--sans); font-size: 0.65rem; color: rgba(1,22,39,0.3); }
  .ring-1 { animation: ring-expand-1 5.04s ease-out 2 both paused; }
  .ring-2 { animation: ring-expand-2 5.04s ease-out 1.26s 2 both paused; }
  .ring-3 { animation: ring-expand-3 5.04s ease-out 2.52s 2 both paused; }
  .ring-4 { animation: ring-expand-4 5.04s ease-out 3.78s 2 both paused; }
  #illo-bn.is-visible .ring-1 { animation: ring-expand-1 5.04s ease-out 2 both running; }
  #illo-bn.is-visible .ring-2 { animation: ring-expand-2 5.04s ease-out 1.26s 2 both running; }
  #illo-bn.is-visible .ring-3 { animation: ring-expand-3 5.04s ease-out 2.52s 2 both running; }
  #illo-bn.is-visible .ring-4 { animation: ring-expand-4 5.04s ease-out 3.78s 2 both running; }
  @keyframes ring-expand-1 { 0% { r:26; opacity:0.85; stroke-width:4; stroke:#e71d36; } 80% { opacity:0; } 100% { r:82; opacity:0; stroke-width:0.5; stroke:#e71d36; } }
  @keyframes ring-expand-2 { 0% { r:26; opacity:0.85; stroke-width:4; stroke:#ff9f1c; } 80% { opacity:0; } 100% { r:82; opacity:0; stroke-width:0.5; stroke:#ff9f1c; } }
  @keyframes ring-expand-3 { 0% { r:26; opacity:0.85; stroke-width:4; stroke:#2ec4b6; } 80% { opacity:0; } 100% { r:82; opacity:0; stroke-width:0.5; stroke:#2ec4b6; } }
  @keyframes ring-expand-4 { 0% { r:26; opacity:0.85; stroke-width:4; stroke:#e71d36; } 80% { opacity:0; } 100% { r:82; opacity:0; stroke-width:0.5; stroke:#e71d36; } }
  #tri-stroke { animation: tri-draw 1s ease-out 3 both paused; }
  #tri-red    { animation: tri-emerge-left   3s ease-in-out 1.2s 3 both paused; }
  #tri-teal   { animation: tri-emerge-right1 3s ease-in-out 1.35s 3 both paused; }
  #tri-amber  { animation: tri-emerge-right2 3s ease-in-out 1.5s 3 both paused; }
  #illo-cw.is-visible #tri-stroke { animation: tri-draw 1s ease-out 3 both running; }
  #illo-cw.is-visible #tri-red    { animation: tri-emerge-left   3s ease-in-out 1.2s 3 both running; }
  #illo-cw.is-visible #tri-teal   { animation: tri-emerge-right1 3s ease-in-out 1.35s 3 both running; }
  #illo-cw.is-visible #tri-amber  { animation: tri-emerge-right2 3s ease-in-out 1.5s 3 both running; }
  @keyframes tri-draw { 0% { stroke-dashoffset:204; } 100% { stroke-dashoffset:0; } }
  @keyframes tri-emerge-left   { 0%{opacity:0;transform:translate(0,0);} 20%{opacity:1;} 50%{opacity:1;transform:translate(-27px,0);} 80%{opacity:1;transform:translate(-27px,0);} 100%{opacity:0;transform:translate(-27px,0);} }
  @keyframes tri-emerge-right1 { 0%{opacity:0;transform:translate(0,0);} 20%{opacity:1;} 50%{opacity:1;transform:translate(27px,0);} 80%{opacity:1;transform:translate(27px,0);} 100%{opacity:0;transform:translate(27px,0);} }
  @keyframes tri-emerge-right2 { 0%{opacity:0;transform:translate(0,0);} 20%{opacity:1;} 50%{opacity:1;transform:translate(54px,0);} 80%{opacity:1;transform:translate(54px,0);} 100%{opacity:0;transform:translate(54px,0);} }
  .m-node-ring { transition: opacity 0.3s ease, stroke 0.3s ease; }
  .m-node-fill { transition: r 0.4s ease, opacity 0.4s ease; }
  .m-title { font-family: Georgia,'Times New Roman',serif; font-size: 17px; font-weight: 700; transition: opacity 0.4s ease, fill 0.4s ease; }
  .m-desc  { font-family: Helvetica,Arial,sans-serif; font-size: 12.5px; fill: rgba(1,22,39,0.5); }
  @media (max-width: 1024px) {
    nav { padding: 1rem 1.5rem; }
    .sec, #contact { padding: 4rem 1.5rem; text-align: center; }
    #hero { padding: 8rem 1.5rem 4rem; }
    .hero-inner { grid-template-columns: 1fr; }
    .hero-left { padding-right: 0; border-right: none; }
    .hero-right { display: flex; padding: 2rem 0; justify-content: center; }
    .services-grid { grid-template-columns: 1fr; }
    .services-grid > div { border-right: none !important; border-bottom: 1px solid rgba(1,22,39,0.12); }
    .services-grid > div:last-child { border-bottom: none; }
    #method-panels { grid-template-columns: 1fr !important; }
    #method-panels .meth-desc-wrap { max-height: 200px !important; }
    #method-panels .meth-bar { transform: scaleX(1) !important; }
    #method-panels .meth-desc { opacity: 1 !important; transform: translateY(0) !important; }
    .blog-grid { grid-template-columns: 1fr; }
    footer { flex-direction: column; gap: 1.5rem; text-align: center; }
    .work-header { padding: 7rem 1.5rem 2.5rem; }
    .about-hero { padding: 7rem 1.5rem 3rem; grid-template-columns: 1fr; }
    .work-grid { grid-template-columns: 1fr; }
    .work-card { border-right: none; }
    .project-nav { padding: 4.5rem 1.5rem 1rem; }
    .project-hero { padding: 7rem 1.5rem 2.5rem; }
    .project-hero-grid { grid-template-columns: 1fr; gap: 1.5rem; }
    .project-meta { grid-template-columns: 1fr; width: 100%; border-top: none; }
    .project-meta-item { display: flex; align-items: baseline; gap: 0.5rem; padding: 0.6rem 0; border-left: none !important; border-top: 1px solid rgba(1,22,39,0.1); }
    .project-meta-item + .project-meta-item { padding-left: 0; }
    .project-meta-label { margin-bottom: 0; display: inline; }
    .project-meta-value { display: inline; }
    .project-media { padding: 2rem 1.5rem; }
    .project-media-grid { grid-template-columns: 1fr; }
    .project-media-grid.trio { grid-template-columns: 1fr; }
  }
</style>
