:root {
      --grey: #393e42;
      --grey-dark: #2d3134;
      --grey-light: #51575c;
      --paper: #f4f2ed;
      --cream: #f4f2ed;
      --white: #fff;
      --ink: #24272a;
      --muted: #747a7e;
      --line-dark: rgba(255,255,255,.16);
      --line-light: #d5d2cb;
      --brand: linear-gradient(90deg,#9fcb3a 0%,#f2d21b 18%,#f28b22 38%,#e63d35 58%,#7d3f97 78%,#20a6cf 100%);
      --hover: #596065;
      --hover-accent: #7669a6;
      --max: 1240px;
    }

    * { box-sizing: border-box; }
    html { scroll-behavior: smooth; }
    html.lenis, html.lenis body { height: auto; }
    .lenis.lenis-smooth { scroll-behavior: auto !important; }
    .lenis.lenis-smooth [data-lenis-prevent] { overscroll-behavior: contain; }
    .lenis.lenis-stopped { overflow: clip; }
    .lenis.lenis-smooth iframe { pointer-events: none; }
    body { margin: 0; background: var(--grey); color: var(--white); font-family: "DM Sans", sans-serif; line-height: 1.6; -webkit-font-smoothing: antialiased; }
    a { color: inherit; text-decoration: none; }
    img { display: block; max-width: 100%; }
    button { font: inherit; }
    p { text-wrap: pretty; }
    h1, h2, h3 { text-wrap: balance; }
    .shell { width: min(calc(100% - 48px), var(--max)); margin-inline: auto; }
    .kicker { margin: 0 0 22px; color: inherit; font-size: 11px; font-weight: 700; letter-spacing: .18em; text-transform: uppercase; }
    .kicker::before { content: ""; display: inline-block; width: 27px; height: 2px; margin-right: 12px; background: var(--brand); vertical-align: 4px; }
    .title { margin: 0; font-family: "Manrope", sans-serif; font-size: clamp(38px, 4.35vw, 62px); font-weight: 700; line-height: 1.1; letter-spacing: -.045em; }
    .button { display: inline-flex; align-items: center; justify-content: center; gap: 18px; min-height: 54px; padding: 0 24px; border: 1px solid rgba(255,255,255,.72); color: var(--white); font-size: 13px; font-weight: 700; transition: background .25s, border-color .25s, color .25s, transform .25s; }
    .button::after { content: "↗"; font-size: 18px; font-weight: 400; }
    .button:hover { background: var(--hover); border-color: rgba(255,255,255,.72); transform: translateY(-2px); }
    .button.solid { background: var(--white); border-color: var(--white); color: var(--grey); }
    .button.solid:hover { background: #e7e5df; border-color: #e7e5df; color: var(--grey-dark); }
    .button.dark { background: var(--grey); border-color: var(--grey); color: var(--white); }
    .button.dark:hover { background: var(--grey-light); border-color: var(--grey-light); }

    /* Navigation */
    .site-header { position: absolute; z-index: 20; inset: 0 0 auto; background: transparent; }
    .nav { height: 94px; display: flex; align-items: center; justify-content: space-between; }
    .brand { display: inline-flex; align-items: center; }
    .brand img { width: 120px; height: auto; }
    .nav-links { display: flex; align-items: center; gap: 35px; font-size: 13px; font-weight: 600; }
    .nav-links > a:not(.nav-cta) { position: relative; padding: 8px 0; }
    .nav-links > a:not(.nav-cta)::after { content: ""; position: absolute; left: 0; bottom: 0; width: 0; height: 1px; background: rgba(255,255,255,.78); transition: width .25s; }
    .nav-links > a:hover::after { width: 100%; }
    .nav-cta { padding: 13px 18px; border: 1px solid rgba(255,255,255,.55); transition: background .25s, border-color .25s; }
    .nav-cta:hover { background: rgba(255,255,255,.1); border-color: rgba(255,255,255,.78); }
    .menu-button { display: none; padding: 0; border: 0; background: transparent; color: white; font-size: 27px; cursor: pointer; }

    /* Hero */
    .hero { position: relative; min-height: 820px; overflow: hidden; isolation: isolate; background: var(--grey); }
    .hero::before { content: ""; position: absolute; z-index: -2; inset: 0; opacity: .13; background-image: linear-gradient(rgba(255,255,255,.19) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.19) 1px, transparent 1px); background-size: 64px 64px; mask-image: linear-gradient(90deg, transparent 0%, #000 42%, #000 100%); }
    .hero::after { content: ""; position: absolute; z-index: -1; width: 620px; height: 620px; right: -220px; top: 85px; border: 1px solid rgba(255,255,255,.12); border-radius: 50%; box-shadow: 0 0 0 90px rgba(255,255,255,.025), 0 0 0 180px rgba(255,255,255,.018); }
    .hero-inner { min-height: 820px; display: grid; grid-template-columns: .95fr 1.05fr; align-items: center; gap: 75px; padding-top: 100px; }
    .hero-copy { padding: 65px 0 55px; }
    .hero-title { max-width: 660px; margin: 0 0 30px; font-family: "Manrope", sans-serif; font-size: clamp(58px, 6.7vw, 100px); font-weight: 700; line-height: 1.03; letter-spacing: -.055em; }
    .hero-text { max-width: 520px; margin: 0 0 38px; color: rgba(255,255,255,.74); font-size: 17px; line-height: 1.7; }
    .hero-actions { display: flex; align-items: center; gap: 16px; }
    .hero-visual { position: relative; min-height: 560px; }
    .hero-photo { position: absolute; inset: 24px 0 24px 82px; overflow: hidden; background: var(--grey-dark); }
    .hero-photo img { width: 100%; height: 100%; object-fit: cover; filter: contrast(1.05) brightness(.82); }
    .hero-photo::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(57,62,66,.38), transparent 48%), linear-gradient(0deg, rgba(45,49,52,.55), transparent 48%); }
    .sample-label { position: absolute; z-index: 3; right: -18px; bottom: 0; width: 245px; padding: 23px 26px; border: 1px solid rgba(255,255,255,.3); background: rgba(45,49,52,.92); backdrop-filter: blur(10px); }
    .sample-label b { display: block; margin-bottom: 8px; font-size: 12px; letter-spacing: .12em; text-transform: uppercase; }
    .sample-label span { color: rgba(255,255,255,.62); font-size: 11px; line-height: 1.55; }
    .brand-rule { position: absolute; z-index: 4; right: -18px; bottom: 0; width: 245px; height: 3px; background: var(--brand); }

    .proof-strip { border-top: 1px solid var(--line-dark); background: var(--grey-dark); }
    .proof-strip-inner { display: grid; grid-template-columns: repeat(3,1fr); }
    .proof-point { padding: 27px 34px; border-right: 1px solid var(--line-dark); }
    .proof-point:first-child { padding-left: 0; }
    .proof-point:last-child { border-right: 0; }
    .proof-point strong { display: block; margin-bottom: 5px; font-size: 13px; }
    .proof-point span { color: rgba(255,255,255,.56); font-size: 11px; }

    /* Services */
    .services { padding: 118px 0 126px; background: var(--paper); color: var(--ink); }
    .section-head { display: grid; grid-template-columns: 1.2fr .8fr; align-items: end; gap: 80px; margin-bottom: 66px; }
    .section-intro { max-width: 440px; margin: 0 0 4px; color: #64696c; font-size: 16px; line-height: 1.7; }
    .service-grid { display: grid; grid-template-columns: repeat(3,1fr); border-top: 1px solid var(--line-light); border-left: 1px solid var(--line-light); }
    .service-card { min-height: 255px; padding: 33px 31px 30px; border-right: 1px solid var(--line-light); border-bottom: 1px solid var(--line-light); transition: background .25s, color .25s; }
    .service-card:hover { background: var(--grey); color: var(--white); }
    .service-top { display: flex; align-items: flex-start; justify-content: space-between; margin-bottom: 48px; }
    .service-icon { width: 43px; height: 43px; fill: none; stroke: currentColor; stroke-width: 1.25; stroke-linecap: round; stroke-linejoin: round; }
    .service-number { color: #9a9d9d; font-size: 10px; letter-spacing: .12em; }
    .service-card h3 { margin: 0 0 13px; font-family: "Manrope",sans-serif; font-size: 20px; letter-spacing: -.025em; }
    .service-card p { margin: 0; color: #717679; font-size: 12px; line-height: 1.6; transition: color .25s; }
    .service-card:hover p { color: rgba(255,255,255,.65); }
    .service-card:hover .service-number { color: #b8b1dc; }

    /* Capabilities */
    .capabilities { padding: 124px 0; background: var(--grey); }
    .cap-grid { display: grid; grid-template-columns: .82fr 1.18fr; gap: 105px; align-items: center; }
    .cap-copy p:not(.kicker) { max-width: 490px; margin: 28px 0 36px; color: rgba(255,255,255,.66); font-size: 16px; line-height: 1.72; }
    .cap-list { border-top: 1px solid var(--line-dark); }
    .cap-item { border-bottom: 1px solid var(--line-dark); }
    .cap-item summary { display: grid; grid-template-columns: 54px 1fr 24px; align-items: center; gap: 20px; padding: 25px 0; cursor: pointer; list-style: none; }
    .cap-item summary::-webkit-details-marker { display: none; }
    .cap-item summary:focus-visible { outline: 2px solid currentColor; outline-offset: 7px; }
    .cap-item span { color: rgba(255,255,255,.42); font-size: 11px; }
    .cap-item strong { font-size: 16px; line-height: 1.45; }
    .cap-item b { position: relative; width: 18px; height: 18px; }
    .cap-item b::before, .cap-item b::after { content: ""; position: absolute; top: 50%; left: 50%; width: 16px; height: 1px; background: currentColor; transform: translate(-50%,-50%); transition: transform .25s, color .25s; }
    .cap-item b::after { transform: translate(-50%,-50%) rotate(90deg); }
    .cap-item[open] b::after { transform: translate(-50%,-50%) rotate(0); }
    .cap-item:hover b { color: #c7c9ca; }
    .cap-answer { padding: 0 42px 25px 74px; }
    .cap-answer p { max-width: 620px; margin: 0; color: rgba(255,255,255,.64); font-size: 14px; line-height: 1.75; }
    .capabilities-light { background: var(--cream); color: var(--ink); }
    .capabilities-light .cap-copy p:not(.kicker) { color: #606568; }
    .capabilities-light .cap-list { border-color: var(--line-light); }
    .capabilities-light .cap-item { border-color: var(--line-light); }
    .capabilities-light .cap-item span { color: #8a8f92; }
    .capabilities-light .cap-item b { color: var(--ink); }
    .capabilities-light .cap-item:hover b { color: var(--hover-accent); }
    .capabilities-light .cap-answer p { color: #606568; }

    /* Work */
    .work { padding: 120px 0 128px; background: var(--paper); color: var(--ink); }
    .work-head { display: flex; justify-content: space-between; align-items: end; gap: 30px; margin-bottom: 56px; }
    .simple-link { padding-bottom: 6px; border-bottom: 1px solid currentColor; font-size: 13px; font-weight: 700; }
    .simple-link:hover { color: var(--hover-accent); border-color: var(--hover-accent); }
    .work-grid { display: grid; grid-template-columns: 1.1fr .9fr; grid-template-rows: 300px 300px; gap: 15px; }
    .project { position: relative; overflow: hidden; background: var(--grey-dark); color: white; }
    .project:first-child { grid-row: 1 / 3; }
    .project img { width: 100%; height: 100%; object-fit: cover; filter: none; transition: transform .6s; }
    .project::after { content: ""; position: absolute; inset: 0; background: linear-gradient(0deg, rgba(35,38,40,.85), transparent 58%); }
    .project:hover img { transform: scale(1.035); }
    .project-meta { position: absolute; z-index: 2; left: 28px; right: 28px; bottom: 25px; display: flex; align-items: end; justify-content: space-between; }
    .project-meta small { display: block; margin-bottom: 7px; color: rgba(255,255,255,.6); font-size: 9px; letter-spacing: .13em; text-transform: uppercase; }
    .project-meta h3 { margin: 0; font-size: 18px; }
    .project-meta b { font-size: 22px; font-weight: 400; }

    /* About and CTA */
    .about { border-top: 1px solid var(--line-dark); background: var(--grey-dark); }
    .about-grid { display: grid; grid-template-columns: 1fr 1fr; }
    .about-copy { padding: 105px 90px 105px max(24px,calc((100vw - var(--max))/2)); }
    .about-copy p:not(.kicker) { max-width: 520px; margin: 28px 0 0; color: rgba(255,255,255,.66); font-size: 15px; line-height: 1.75; }
    .about-stat { display: flex; align-items: center; justify-content: center; min-height: 500px; border-left: 1px solid var(--line-dark); background: var(--grey); }
    .about-stat-inner { text-align: center; }
    .about-stat strong { display: block; font-family: "Manrope",sans-serif; font-size: clamp(100px,14vw,190px); line-height: .85; letter-spacing: -.08em; }
    .about-stat span { display: block; margin-top: 25px; color: rgba(255,255,255,.58); font-size: 11px; letter-spacing: .16em; text-transform: uppercase; }
    .experience-section { display: grid; grid-template-columns: 1fr 1fr; min-height: 620px; border-top: 1px solid var(--line-dark); border-bottom: 1px solid var(--line-dark); background: var(--grey-dark); }
    .experience-copy { display: flex; align-items: center; background: var(--grey-dark); }
    .experience-copy-inner { width: min(100%, calc(var(--max) / 2)); margin-left: auto; padding: 96px 88px 96px 24px; }
    .experience-copy .title { max-width: 560px; }
    .experience-copy p:last-child { max-width: 610px; margin: 38px 0 0; color: rgba(255,255,255,.7); font-size: 16px; line-height: 1.82; }
    .experience-stat { display: flex; align-items: center; justify-content: center; border-left: 1px solid var(--line-dark); background: var(--grey); }
    .experience-stat-inner { padding: 80px 36px; text-align: center; }
    .experience-stat strong { display: block; font-family: "Manrope",sans-serif; font-size: clamp(120px,14vw,210px); font-weight: 600; line-height: .82; letter-spacing: -.085em; }
    .experience-stat span { display: block; margin-top: 38px; color: rgba(255,255,255,.62); font-size: 12px; font-weight: 500; letter-spacing: .17em; text-transform: uppercase; }
    .cta { position: relative; padding: 102px 0; overflow: hidden; background: var(--grey); }
    .cta::after { content: ""; position: absolute; inset: auto 0 0; height: 4px; background: var(--brand); }
    .cta-inner { display: grid; grid-template-columns: .78fr 1.22fr; align-items: start; gap: 100px; }
    .cta .title { max-width: 560px; }
    .contact-copy > p:not(.kicker) { max-width: 430px; margin: 26px 0 0; color: rgba(255,255,255,.64); font-size: 14px; line-height: 1.7; }
    .contact-copy > .button { margin-top: 30px; }
    .contact-form { display: grid; grid-template-columns: 1fr 1fr; gap: 22px 18px; }
    .field { display: grid; gap: 9px; }
    .field.full { grid-column: 1 / -1; }
    .field label { color: rgba(255,255,255,.68); font-size: 11px; font-weight: 600; letter-spacing: .06em; }
    .field input, .field textarea { width: 100%; border: 1px solid rgba(255,255,255,.22); border-radius: 0; outline: 0; background: rgba(255,255,255,.035); color: var(--white); font: inherit; font-size: 14px; transition: border-color .2s, background .2s; }
    .field input { height: 52px; padding: 0 16px; }
    .field textarea { min-height: 145px; padding: 15px 16px; resize: vertical; }
    .field input:focus, .field textarea:focus { border-color: rgba(255,255,255,.72); background: rgba(255,255,255,.06); }
    .field input::placeholder, .field textarea::placeholder { color: rgba(255,255,255,.32); }
    .form-footer { grid-column: 1 / -1; display: flex; align-items: center; justify-content: space-between; gap: 25px; }
    .form-note { max-width: 330px; margin: 0; color: rgba(255,255,255,.42); font-size: 10px; line-height: 1.5; }
    .contact-form .button { cursor: pointer; }

    /* Footer */
    footer { padding: 65px 0 32px; background: #25282a; }
    .footer-grid { display: grid; grid-template-columns: 1.2fr .7fr .8fr 1.25fr; gap: 55px; }
    .footer-logo { width: 137px; }
    .footer-about { max-width: 280px; margin: 20px 0 0; color: rgba(255,255,255,.46); font-size: 12px; line-height: 1.6; }
    .footer-heading { margin: 0 0 18px; color: rgba(255,255,255,.35); font-size: 10px; letter-spacing: .15em; text-transform: uppercase; }
    .footer-list { display: grid; gap: 11px; color: rgba(255,255,255,.68); font-size: 12px; }
    .footer-list a { width: fit-content; }
    .footer-list a:hover { color: var(--white); }
    .copyright { display: flex; justify-content: space-between; margin-top: 58px; padding-top: 24px; border-top: 1px solid rgba(255,255,255,.1); color: rgba(255,255,255,.3); font-size: 10px; }
    .copyright-mark { display: inline-flex; align-items: center; gap: 8px; }
    .copyright-mark img { width: 15px; }

    /* Inner pages */
    .nav-links a[aria-current="page"]::after { width: 100%; }
    .page-hero { position: relative; overflow: hidden; min-height: 560px; background: var(--grey); color: var(--white); }
    .page-hero::before { content: ""; position: absolute; inset: 0; background-image: linear-gradient(rgba(255,255,255,.035) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.035) 1px, transparent 1px); background-size: 80px 80px; }
    .page-hero::after { content: ""; position: absolute; top: -190px; right: -160px; width: 690px; height: 690px; border: 1px solid rgba(255,255,255,.1); border-radius: 50%; box-shadow: 0 0 0 110px rgba(255,255,255,.025), 0 0 0 220px rgba(255,255,255,.018); }
    .page-hero-inner { position: relative; z-index: 1; display: flex; min-height: 560px; padding-top: 145px; padding-bottom: 80px; flex-direction: column; justify-content: flex-end; }
    .page-title { max-width: 930px; margin: 18px 0 0; font-family: Manrope, sans-serif; font-size: clamp(48px,6vw,76px); font-weight: 500; letter-spacing: -.06em; line-height: 1.04; }
    .page-lead { max-width: 650px; margin: 30px 0 0; color: rgba(255,255,255,.68); font-size: 17px; line-height: 1.7; }
    .intro-section, .detail-section, .gallery-section, .contact-section { padding: 110px 0; background: var(--cream); color: var(--ink); }
    .intro-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 90px; align-items: start; }
    .intro-copy p { margin: 0 0 20px; color: #5d6265; font-size: 15px; line-height: 1.8; }
    .intro-copy p:first-child { color: var(--ink); font-size: 20px; line-height: 1.6; }
    .about-editorial { padding: 0 0 110px; background: var(--cream); }
    .editorial-image { overflow: hidden; height: clamp(390px,34vw,520px); background: #d6d4cf; }
    .editorial-image img { width: 100%; height: 100%; object-fit: cover; object-position: center 43%; }
    .values { padding: 105px 0; background: var(--grey-dark); color: var(--white); }
    .value-grid { display: grid; grid-template-columns: repeat(3,1fr); margin-top: 58px; border-top: 1px solid var(--line-dark); border-bottom: 1px solid var(--line-dark); }
    .value { min-height: 245px; padding: 34px 34px 38px 0; }
    .value + .value { padding-left: 34px; border-left: 1px solid var(--line-dark); }
    .value span { color: rgba(255,255,255,.35); font-size: 10px; letter-spacing: .14em; }
    .value h3 { margin: 42px 0 14px; font-family: Manrope, sans-serif; font-size: 25px; font-weight: 500; }
    .value p { margin: 0; color: rgba(255,255,255,.57); font-size: 13px; line-height: 1.7; }
    .stats-band { padding: 70px 0; background: var(--white); color: var(--ink); }
    .stats-grid { display: grid; grid-template-columns: repeat(3,1fr); }
    .stat { padding: 10px 40px; border-left: 1px solid #d8d7d2; }
    .stat:first-child { padding-left: 0; border-left: 0; }
    .stat strong { display: block; font-family: Manrope, sans-serif; font-size: 46px; font-weight: 500; letter-spacing: -.05em; }
    .stat span { display: block; margin-top: 8px; color: #6a6e71; font-size: 12px; line-height: 1.5; }
    .service-list { margin-top: 62px; border-top: 1px solid #d2d0ca; }
    .service-row { display: grid; grid-template-columns: 90px 1fr 1.25fr; gap: 35px; padding: 42px 0; border-bottom: 1px solid #d2d0ca; align-items: start; }
    .service-row > span { color: #929598; font-size: 11px; letter-spacing: .12em; }
    .service-row h2 { margin: 0; font-family: Manrope, sans-serif; font-size: clamp(25px,3vw,38px); font-weight: 500; letter-spacing: -.04em; line-height: 1.1; }
    .service-row p { margin: 0; color: #606568; font-size: 14px; line-height: 1.75; }
    .service-tags { display: flex; margin-top: 20px; flex-wrap: wrap; gap: 7px; }
    .service-tags span { padding: 7px 10px; border: 1px solid #ceccc6; color: #5f6467; font-size: 10px; }
    .process { padding: 105px 0; background: var(--grey-dark); color: var(--white); }
    .process-grid { display: grid; grid-template-columns: repeat(4,1fr); margin-top: 55px; border-top: 1px solid var(--line-dark); }
    .process-step { padding: 28px 28px 10px 0; }
    .process-step + .process-step { padding-left: 28px; border-left: 1px solid var(--line-dark); }
    .process-step b { color: rgba(255,255,255,.3); font-size: 10px; letter-spacing: .13em; }
    .process-step h3 { margin: 40px 0 12px; font: 500 20px Manrope, sans-serif; }
    .process-step p { margin: 0; color: rgba(255,255,255,.55); font-size: 12px; line-height: 1.65; }
    .gallery-intro { display: flex; justify-content: space-between; gap: 50px; margin-bottom: 55px; align-items: end; }
    .gallery-intro > p { max-width: 440px; margin: 0; color: #666b6e; font-size: 14px; line-height: 1.7; }
    .gallery-grid { display: grid; grid-template-columns: repeat(12,1fr); grid-auto-rows: 86px; gap: 18px; }
    .gallery-item { position: relative; overflow: hidden; grid-column: span 5; grid-row: span 5; background: #d7d5d0; }
    .gallery-item.wide { grid-column: span 7; }
    .gallery-item.tall { grid-row: span 7; }
    .gallery-item img { width: 100%; height: 100%; object-fit: cover; transition: transform .45s ease; }
    .gallery-item:hover img { transform: scale(1.025); }
    .gallery-caption { position: absolute; inset: auto 0 0; padding: 52px 24px 22px; background: linear-gradient(transparent,rgba(0,0,0,.72)); color: var(--white); }
    .gallery-caption small { color: rgba(255,255,255,.65); font-size: 9px; letter-spacing: .12em; text-transform: uppercase; }
    .gallery-caption h2 { margin: 7px 0 0; font: 500 18px Manrope, sans-serif; }
    .contact-layout { display: grid; grid-template-columns: .8fr 1.2fr; gap: 90px; }
    .contact-details { margin-top: 45px; border-top: 1px solid #d1cfc9; }
    .contact-detail { display: grid; grid-template-columns: 90px 1fr; gap: 15px; padding: 19px 0; border-bottom: 1px solid #d1cfc9; }
    .contact-detail span { color: #8a8e90; font-size: 10px; letter-spacing: .1em; text-transform: uppercase; }
    .contact-detail a, .contact-detail p { margin: 0; color: var(--ink); font-size: 14px; line-height: 1.5; }
    .contact-panel { padding: 42px; border: 1px solid #d1cfc9; background: var(--cream); color: var(--ink); }
    .contact-panel h2 { margin: 0 0 30px; font: 500 30px Manrope, sans-serif; letter-spacing: -.04em; }
    .contact-panel .field label { color: #555b5e; }
    .contact-panel .field input, .contact-panel .field textarea { border-color: #bbbcb9; background: rgba(255,255,255,.58); color: var(--ink); }
    .contact-panel .field input:focus, .contact-panel .field textarea:focus { border-color: var(--grey); background: var(--white); }
    .contact-panel .field input::placeholder, .contact-panel .field textarea::placeholder { color: #858a8d; }
    .contact-panel .form-note { color: #666b6e; }
    .contact-panel .button.solid { background: var(--grey); border-color: var(--grey); color: var(--white); }
    .contact-panel .button.solid:hover { background: var(--grey-light); border-color: var(--grey-light); color: var(--white); }
    .enquiry-note { margin-top: 28px; padding: 24px 0 0; border-top: 1px solid #d1cfc9; color: #676c6e; font-size: 12px; line-height: 1.7; }

    @media (max-width: 980px) {
      .nav { height: 80px; }
      .menu-button { display: block; }
      .nav-links { display: none; position: absolute; top: 80px; left: 0; right: 0; padding: 26px 24px; background: var(--grey-dark); border-top: 1px solid var(--line-dark); flex-direction: column; align-items: flex-start; gap: 20px; }
      .nav-links.open { display: flex; }
      .hero, .hero-inner { min-height: auto; }
      .hero-inner { grid-template-columns: 1fr; padding: 150px 0 80px; }
      .hero-copy { padding: 0; }
      .hero-visual { min-height: 500px; }
      .hero-photo { left: 55px; }
      .service-grid { grid-template-columns: repeat(2,1fr); }
      .cap-grid { grid-template-columns: 1fr; gap: 60px; }
      .about-copy { padding: 85px 50px 85px 24px; }
      .experience-copy-inner { padding-right: 52px; }
      .cta-inner { grid-template-columns: 1fr; gap: 55px; }
      .footer-grid { grid-template-columns: 1fr 1fr; }
      .intro-grid, .contact-layout { grid-template-columns: 1fr; gap: 55px; }
      .value-grid { grid-template-columns: 1fr; }
      .value + .value { padding-left: 0; border-left: 0; border-top: 1px solid var(--line-dark); }
      .service-row { grid-template-columns: 60px 1fr; }
      .service-row > div:last-child { grid-column: 2; }
      .process-grid { grid-template-columns: repeat(2,1fr); }
      .gallery-grid { grid-auto-rows: 70px; }
    }

    @media (max-width: 650px) {
      .shell { width: min(calc(100% - 32px), var(--max)); }
      .brand img { width: 108px; }
      .hero-inner { gap: 35px; padding-top: 135px; }
      .hero-title { font-size: clamp(51px,15vw,75px); }
      .hero-text { font-size: 15px; }
      .hero-actions { align-items: stretch; flex-direction: column; }
      .hero-actions .button { width: 100%; }
      .hero-visual { min-height: 410px; }
      .hero-photo { inset: 28px 0 30px 28px; }
      .sample-label { right: -5px; width: 200px; padding: 19px; }
      .brand-rule { right: -5px; width: 200px; }
      .proof-strip-inner { grid-template-columns: 1fr; }
      .proof-point, .proof-point:first-child { padding: 19px 0; border-right: 0; border-bottom: 1px solid var(--line-dark); }
      .proof-point:last-child { border-bottom: 0; }
      .services, .capabilities, .work { padding: 85px 0; }
      .section-head { grid-template-columns: 1fr; gap: 28px; margin-bottom: 44px; }
      .service-grid { grid-template-columns: 1fr; }
      .service-card { min-height: 220px; }
      .work-head { align-items: flex-start; flex-direction: column; }
      .work-grid { grid-template-columns: 1fr; grid-template-rows: repeat(3,330px); }
      .project:first-child { grid-row: auto; }
      .about-grid { grid-template-columns: 1fr; }
      .about-copy { padding: 82px 16px; }
      .about-stat { min-height: 350px; border-left: 0; border-top: 1px solid var(--line-dark); }
      .experience-section { grid-template-columns: 1fr; min-height: 0; }
      .experience-copy-inner { width: 100%; padding: 76px 16px 70px; }
      .experience-copy p:last-child { margin-top: 30px; font-size: 15px; line-height: 1.76; }
      .experience-stat { min-height: 340px; border-top: 1px solid var(--line-dark); border-left: 0; }
      .experience-stat-inner { padding: 72px 20px; }
      .experience-stat strong { font-size: clamp(108px,38vw,150px); }
      .experience-stat span { margin-top: 28px; font-size: 10px; }
      .cta { padding: 78px 0; }
      .contact-form { grid-template-columns: 1fr; }
      .field.full, .form-footer { grid-column: auto; }
      .form-footer { align-items: stretch; flex-direction: column; }
      .contact-form .button { width: 100%; }
      .footer-grid { grid-template-columns: 1fr; gap: 38px; }
      .copyright { flex-direction: column; gap: 12px; }
      .page-hero, .page-hero-inner { min-height: 500px; }
      .page-hero-inner { padding-top: 130px; padding-bottom: 65px; }
      .page-title { font-size: clamp(42px,12vw,54px); }
      .page-lead { font-size: 15px; }
      .intro-section, .detail-section, .gallery-section, .contact-section, .values, .process { padding: 78px 0; }
      .about-editorial { padding-bottom: 78px; }
      .editorial-image { height: 390px; }
      .contact-copy > .button { margin-top: 32px; }
      .stats-grid { grid-template-columns: 1fr; }
      .stat, .stat:first-child { padding: 24px 0; border-left: 0; border-top: 1px solid #d8d7d2; }
      .stat:first-child { border-top: 0; }
      .service-row { grid-template-columns: 1fr; gap: 18px; }
      .service-row > div:last-child { grid-column: auto; }
      .process-grid { grid-template-columns: 1fr; }
      .process-step + .process-step { padding-left: 0; border-left: 0; border-top: 1px solid var(--line-dark); }
      .gallery-intro { align-items: flex-start; flex-direction: column; }
      .gallery-grid { display: block; }
      .gallery-item { height: 360px; margin-bottom: 16px; }
      .gallery-item.tall { height: 470px; }
      .contact-panel { padding: 28px 20px; }
      .contact-detail { grid-template-columns: 72px 1fr; }
    }

    /* Client revision: three-brand navigation, full-bleed hero and quote-led pages */
    .nav.nav-wide { width: min(calc(100% - 48px), var(--max)); max-width: var(--max); position: relative; margin-inline: auto; }
    .nav.nav-wide .nav-links { position: absolute; left: 50%; transform: translateX(-50%); gap: 25px; white-space: nowrap; }
    .partner-nav { display: flex; align-items: center; justify-content: flex-end; gap: 18px; margin-left: auto; }
    .partner-logo { display: flex; align-items: center; opacity: .86; transition: opacity .2s, transform .2s; }
    .partner-logo:hover { opacity: 1; transform: translateY(-1px); }
    .partner-logo img { width: 112px; max-height: 37px; }
    .partner-logo.sign img { width: 92px; }
    .mobile-partners { display: none; }

    .hero.hero-full { min-height: 820px; background: #262a2d; }
    .hero.hero-full::before, .hero.hero-full::after { display: none; }
    .hero-background, .hero-shade { position: absolute; inset: 0; }
    .hero-background { z-index: -2; }
    .hero-background img { width: 100%; height: 100%; object-fit: cover; object-position: center; filter: brightness(.82) saturate(.94); }
    .hero-shade { z-index: -1; background: linear-gradient(90deg, rgba(24,27,29,.95) 0%, rgba(30,33,35,.83) 34%, rgba(30,33,35,.3) 65%, rgba(30,33,35,.12) 100%), linear-gradient(0deg, rgba(28,31,33,.34), transparent 45%); }
    .hero-full .hero-inner { display: flex; align-items: center; min-height: 820px; padding-top: 108px; }
    .hero-full .hero-copy { position: relative; z-index: 2; max-width: 900px; padding: 50px 0; }
    .hero-full .hero-title { max-width: 900px; font-size: clamp(60px, 6.35vw, 96px); }
    .hero-full .hero-text { max-width: 590px; color: rgba(255,255,255,.82); }
    .hero-full .hero-actions { margin-top: 40px; }

    .home-intro { padding: 118px 0 54px; background: var(--paper); color: var(--ink); }
    .home-intro-grid { display: grid; grid-template-columns: 1.05fr .95fr; gap: 90px; align-items: end; }
    .home-intro p:last-child { max-width: 540px; margin: 0; color: #5d6265; font-size: 17px; line-height: 1.75; }
    .services.home-services { padding-top: 48px; }
    .services.home-services .section-head { display: none; }

    .home-about { padding-top: 124px; padding-bottom: 116px; }
    .home-service-categories { padding-top: 0; }
    .icon-group { display: flex; align-items: center; gap: 12px; }
    .category-card .icon-group svg { width: 48px; height: 48px; flex: 0 0 auto; }
    .category-card .icon-group svg + svg { padding-left: 10px; border-left: 1px solid rgba(255,255,255,.18); }

    .about-statement { padding: 112px 0; background: var(--grey-dark); color: var(--white); }
    .about-statement-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 95px; align-items: start; }
    .about-statement .kicker.dark, .about-statement .title.dark { color: var(--white); }
    .about-statement-copy p { margin: 0 0 20px; color: rgba(255,255,255,.66); font-size: 16px; line-height: 1.82; }
    .about-statement-copy p:first-child { color: var(--white); font-size: 21px; line-height: 1.65; }
    .about-page .experience-section { min-height: max(760px, 100svh); }
    .about-page .experience-copy-inner { padding-top: 166px; padding-bottom: 112px; }
    .about-page .experience-copy .title {
      max-width: 590px;
      font-size: clamp(58px, 5.65vw, 84px);
      line-height: 1;
      letter-spacing: -.055em;
    }
    .about-page .experience-copy p:last-child {
      max-width: 590px;
      margin-top: 44px;
      font-size: 17px;
      line-height: 1.85;
    }
    .about-page .about-statement { background: var(--cream); color: var(--ink); }
    .about-page .about-statement .title.dark { color: var(--ink); }
    .about-page .about-statement-copy p { color: #5d6265; }
    .about-page .about-statement-copy p:first-child { color: var(--ink); }
    .about-services { padding: 105px 0 120px; background: var(--grey-dark); }
    .about-services-head { display: grid; grid-template-columns: 1fr .8fr; align-items: end; gap: 80px; margin-bottom: 56px; }
    .about-services-head > p { margin: 0; color: rgba(255,255,255,.66); font-size: 16px; line-height: 1.75; }
    .category-grid { display: grid; grid-template-columns: repeat(3,1fr); border-top: 1px solid var(--line-dark); border-bottom: 1px solid var(--line-dark); }
    .category-card { display: flex; min-height: 510px; padding: 38px 38px 42px; flex-direction: column; border-left: 1px solid var(--line-dark); transition: background .25s; }
    .category-card:last-child { border-right: 1px solid var(--line-dark); }
    .category-card:hover { background: rgba(255,255,255,.045); }
    .category-card svg { width: 58px; height: 58px; fill: none; stroke: currentColor; stroke-width: 1.3; stroke-linecap: round; stroke-linejoin: round; }
    .category-card .service-number { margin-left: auto; }
    .category-card h3 { margin: auto 0 19px; font: 600 clamp(34px,4vw,54px)/1.08 Manrope,sans-serif; letter-spacing: -.05em; }
    .category-card p { margin: 0 0 30px; color: rgba(255,255,255,.64); font-size: 14px; line-height: 1.75; }
    .category-card .simple-link { width: fit-content; color: var(--white); }

    /* Keep the standalone About page's light content flow continuous. */
    .about-page .about-services { background: var(--cream); color: var(--ink); }
    .about-page .category-grid { border-color: var(--line-light); }
    .about-page .category-card { border-color: var(--line-light); }
    .about-page .category-card:hover { background: rgba(45,49,52,.045); }
    .about-page .category-card p { color: #5d6265; }
    .about-page .category-card .service-number { color: #858a8d; }
    .about-page .category-card .simple-link { color: var(--ink); }
    .about-page .category-card .simple-link:hover { color: var(--hover-accent); border-color: var(--hover-accent); }
    .about-page .category-card .icon-group svg + svg { border-color: rgba(36,39,42,.18); }

    .service-intro { padding: 108px 0; background: var(--cream); color: var(--ink); }
    .service-intro p { max-width: 840px; margin: 30px 0 0; color: #5d6265; font-size: 18px; line-height: 1.8; }
    .services-intro-hero { position: relative; overflow: hidden; min-height: 470px; padding: 180px 0 108px; background: var(--grey); color: var(--white); }
    .services-intro-hero.page-pattern::before { content: ""; position: absolute; inset: 0; background-image: linear-gradient(rgba(255,255,255,.035) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.035) 1px, transparent 1px); background-size: 80px 80px; }
    .services-intro-hero.page-pattern::after { content: ""; position: absolute; top: -190px; right: -160px; width: 690px; height: 690px; border: 1px solid rgba(255,255,255,.1); border-radius: 50%; box-shadow: 0 0 0 110px rgba(255,255,255,.025), 0 0 0 220px rgba(255,255,255,.018); }
    .services-intro-inner { position: relative; z-index: 1; display: block; }
    .services-page-title { margin: 6px 0 0; font: 700 12px/1.2 Manrope,sans-serif; letter-spacing: .18em; text-transform: uppercase; }
    .services-page-title::before { content: ""; display: inline-block; width: 27px; height: 2px; margin-right: 12px; background: var(--brand); vertical-align: 4px; }
    .services-intro-inner > p { max-width: 820px; margin: 27px 0 0; color: rgba(255,255,255,.78); font: 400 17px/1.75 "DM Sans",sans-serif; letter-spacing: 0; text-align: left; }
    .category-section { padding: 115px 0; background: var(--cream); color: var(--ink); border-top: 1px solid var(--line-light); scroll-margin-top: 30px; }
    .category-section.alt { background: var(--grey-dark); color: var(--white); border-color: var(--line-dark); }
    .category-copy { display: grid; grid-template-columns: .9fr 1.1fr; gap: 90px; align-items: start; }
    .category-copy-text p { margin: 0 0 19px; color: #5d6265; font-size: 15px; line-height: 1.82; }
    .category-section.alt .category-copy-text p { color: rgba(255,255,255,.67); }
    .mini-gallery { display: grid; grid-template-columns: repeat(3,1fr); gap: 14px; margin-top: 60px; }
    .mini-gallery figure { margin: 0; }
    .mini-gallery img { width: 100%; height: 300px; object-fit: cover; }
    .mini-gallery figcaption { margin-top: 10px; color: #73777a; font-size: 11px; }
    .category-section.alt .mini-gallery figcaption { color: rgba(255,255,255,.5); }

    .contact-hero-compact { min-height: 470px; }
    .contact-hero-compact .page-hero-inner { min-height: 470px; }
    .contact-links { display: block; margin-top: 48px; border-top: 1px solid #d1cfc9; }
    .contact-link { display: grid; grid-template-columns: 112px 1fr; gap: 24px; align-items: start; min-height: 0; padding: 22px 0; border-bottom: 1px solid #d1cfc9; }
    .contact-link span { display: block; margin: 4px 0 0; color: #7d8285; font-size: 10px; letter-spacing: .12em; text-transform: uppercase; }
    .contact-link a, .contact-link p { margin: 0; color: var(--ink); font: 600 16px/1.55 Manrope,sans-serif; overflow-wrap: anywhere; }
    .contact-cta-panel { padding: 48px; background: var(--grey); color: var(--white); }
    .contact-cta-panel p { color: rgba(255,255,255,.67); line-height: 1.75; }
    .contact-cta-panel .button { margin-top: 22px; }

    .quote-section { padding: 110px 0; background: var(--cream); color: var(--ink); }
    .quote-layout { display: grid; grid-template-columns: .7fr 1.3fr; gap: 85px; align-items: start; }
    .quote-copy p:not(.kicker) { color: #5f6467; font-size: 16px; line-height: 1.8; }
    .quote-copy .enquiry-note { margin-top: 32px; }
    .quote-form { padding: 46px; border: 1px solid #d1cfc9; background: #faf9f6; color: var(--ink); }
    .quote-form .contact-form { gap: 23px 18px; }
    .quote-form .field label { color: #555b5e; }
    .quote-form .field input, .quote-form .field textarea, .quote-form .field select { width: 100%; border: 1px solid #bbbcb9; border-radius: 0; background: var(--white); color: var(--ink); font: inherit; font-size: 14px; outline: 0; }
    .quote-form .field input, .quote-form .field select { height: 52px; padding: 0 16px; }
    .quote-form .field textarea { min-height: 170px; padding: 15px 16px; }
    .quote-form .field input:focus, .quote-form .field textarea:focus, .quote-form .field select:focus { border-color: var(--grey); }
    .quote-form .field input::placeholder, .quote-form .field textarea::placeholder { color: #858a8d; }
    .quote-form .form-note { color: #666b6e; }

    .brand-landing { min-height: 100vh; display: grid; place-items: center; padding: 130px 24px 60px; background: var(--grey-dark); text-align: center; }
    .brand-landing-inner { width: min(720px,100%); }
    .brand-landing-logo { width: min(320px,72vw); margin: 0 auto 52px; }
    .brand-landing h1 { margin: 0; font: 600 clamp(54px,9vw,104px)/1.02 Manrope,sans-serif; letter-spacing: -.065em; }
    .brand-landing p { max-width: 570px; margin: 28px auto 38px; color: rgba(255,255,255,.65); font-size: 16px; line-height: 1.75; }

    .brand-footer-grid { display: grid; grid-template-columns: repeat(3,1fr); }
    .brand-footer { min-height: 240px; padding: 34px 45px 40px; border-left: 1px solid rgba(255,255,255,.1); }
    .brand-footer:last-child { border-right: 1px solid rgba(255,255,255,.1); }
    .brand-footer-logo { height: 48px; display: flex; align-items: center; margin-bottom: 27px; }
    .brand-footer-logo img { max-width: 180px; max-height: 48px; }
    .brand-footer p { max-width: 315px; margin: 0 0 22px; color: rgba(255,255,255,.5); font-size: 12px; line-height: 1.7; }
    .brand-footer a.simple-link { color: rgba(255,255,255,.8); font-size: 11px; }

    @media (max-width: 1300px) {
      .nav.nav-wide { width: min(calc(100% - 48px), var(--max)); }
      .nav.nav-wide .nav-links { display: none; position: absolute; top: 80px; left: -24px; right: -24px; transform: none; padding: 28px 24px; background: var(--grey-dark); border-top: 1px solid var(--line-dark); flex-direction: column; align-items: flex-start; gap: 20px; white-space: normal; }
      .nav.nav-wide .nav-links.open { display: flex; }
      .menu-button { display: block; margin-left: 18px; order: 3; }
      .partner-nav { order: 2; }
      .mobile-partners { display: none; }
    }

    @media (max-width: 760px) {
      .partner-nav { display: none; }
      .mobile-partners { display: flex; flex-direction: column; align-items: flex-start; gap: 14px; width: 100%; padding-top: 20px; border-top: 1px solid var(--line-dark); }
      .mobile-partners a { color: rgba(255,255,255,.72); font-size: 12px; letter-spacing: .08em; text-transform: uppercase; }
      .hero.hero-full, .hero-full .hero-inner { min-height: 740px; }
      .hero-background img { object-position: 62% center; }
      .hero-shade { background: linear-gradient(90deg, rgba(24,27,29,.9), rgba(24,27,29,.44)), linear-gradient(0deg, rgba(24,27,29,.75), transparent 70%); }
      .hero-full .hero-inner { padding: 125px 0 65px; align-items: flex-end; }
      .hero-full .hero-title { font-size: clamp(43px,12vw,60px); line-height: 1.02; }
      .home-intro { padding: 82px 0 38px; }
      .home-intro-grid, .about-statement-grid, .about-services-head, .category-copy, .quote-layout { grid-template-columns: 1fr; gap: 38px; }
      .services-intro-hero { padding: 142px 0 78px; }
      .services-intro-inner > p { margin-top: 24px; font-size: 16px; line-height: 1.72; }
      .category-grid, .brand-footer-grid { grid-template-columns: 1fr; }
      .category-card { min-height: 385px; border-right: 1px solid var(--line-dark); border-bottom: 1px solid var(--line-dark); }
      .category-card .icon-group { gap: 9px; }
      .category-card .icon-group svg { width: 42px; height: 42px; }
      .category-card:last-child { border-bottom: 0; }
      .home-about { padding-top: 82px; padding-bottom: 74px; }
      .about-services { padding-top: 20px; padding-bottom: 86px; }
      .cap-answer { padding: 0 24px 23px 0; }
      .cap-item summary { grid-template-columns: 36px 1fr 20px; gap: 12px; padding: 23px 0; }
      .cap-item strong { font-size: 15px; }
      .mini-gallery { grid-template-columns: 1fr; }
      .mini-gallery img { height: 300px; }
      .contact-link { grid-template-columns: 86px 1fr; gap: 16px; padding: 19px 0; }
      .contact-cta-panel, .quote-form { padding: 30px 22px; }
      .brand-footer { min-height: auto; padding: 34px 0; border-left: 0; border-right: 0 !important; border-bottom: 1px solid rgba(255,255,255,.1); }
    }

    /* Final refinements */
    .hero-full .hero-title { font-size: clamp(58px,6.15vw,92px); line-height: .98; }
    .hero-title span { display: block; white-space: nowrap; }

    .home-about { padding-bottom: 68px; }
    .about-services.home-service-categories { padding-top: 28px; }

    .button.solid[href*="get-it-priced"]:hover {
      border-color: var(--white);
      background: transparent;
      color: var(--white);
    }
    .button.dark[href*="get-it-priced"]:hover {
      border-color: var(--grey);
      background: transparent;
      color: var(--grey);
    }
    .nav-cta[href*="get-it-priced"]:hover {
      border-color: rgba(255,255,255,.85);
      background: transparent;
      color: var(--white);
    }

    .contact-section .kicker.dark { margin-bottom: 0; }
    .contact-section .contact-links { margin-top: 34px; }

    body::before {
      content: "";
      position: fixed;
      z-index: 24;
      inset: 0;
      visibility: hidden;
      background: rgba(8,10,11,.66);
      opacity: 0;
      transition: opacity .3s ease, visibility 0s linear .3s;
    }
    body.menu-open { overflow: hidden; }
    body.menu-open::before { visibility: visible; opacity: 1; transition-delay: 0s; }
    .menu-button { position: relative; z-index: 33; width: 32px; height: 32px; }
    .menu-icon,
    .menu-icon::before,
    .menu-icon::after {
      position: absolute;
      left: 50%;
      width: 25px;
      height: 2px;
      background: currentColor;
      transform: translateX(-50%);
      transition: transform .28s ease, opacity .2s ease, background .2s ease;
    }
    .menu-icon { top: 50%; transform: translate(-50%,-50%); }
    .menu-icon::before, .menu-icon::after { content: ""; top: 0; }
    .menu-icon::before { transform: translate(-50%,-7px); }
    .menu-icon::after { transform: translate(-50%,7px); }
    .menu-button[aria-expanded="true"] .menu-icon { background: transparent; }
    .menu-button[aria-expanded="true"] .menu-icon::before { transform: translate(-50%,0) rotate(45deg); }
    .menu-button[aria-expanded="true"] .menu-icon::after { transform: translate(-50%,0) rotate(-45deg); }

    @media (max-width: 1300px) {
      .site-header, .nav.nav-wide { z-index: 30; }
      .nav.nav-wide .brand { position: relative; z-index: 33; }
      .partner-nav { display: none; }
      .nav.nav-wide .nav-links {
        position: fixed;
        z-index: 31;
        inset: 0;
        width: 100%;
        min-height: 100vh;
        min-height: 100dvh;
        padding: 118px 42px 48px;
        overflow-y: auto;
        border: 0;
        background: var(--grey-dark);
        box-shadow: none;
        justify-content: center;
        align-items: center;
        gap: 24px;
      }
      .nav.nav-wide .nav-links > a:not(.nav-cta) { font-size: 16px; }
      .nav.nav-wide .nav-links .nav-cta { width: min(360px,100%); margin-top: 4px; padding: 16px 20px; text-align: center; }
      .mobile-partners {
        display: flex;
        width: 100%;
        margin-top: 2px;
        padding-top: 28px;
        border-top: 1px solid var(--line-dark);
        flex-direction: column;
        align-items: center;
        gap: 22px;
      }
      .mobile-partners a { display: block; padding: 0; }
      .mobile-partners img { width: 148px; max-height: 44px; object-fit: contain; object-position: center; }
      .mobile-partners a:last-child img { width: 120px; }
    }

    @media (max-width: 760px) {
      .hero-full .hero-title { font-size: clamp(46px,12.5vw,58px); line-height: 1.01; }
      .home-about { padding-top: 74px; padding-bottom: 44px; }
      .about-services.home-service-categories { padding-top: 10px; }
      .about-page .experience-copy { min-height: min(720px, 100svh); }
      .about-page .experience-copy-inner { padding-top: 150px; padding-bottom: 88px; }
      .about-page .experience-copy .title {
        font-size: clamp(52px, 14vw, 68px);
        line-height: 1.02;
      }
      .about-page .experience-copy p:last-child {
        margin-top: 38px;
        font-size: 16px;
        line-height: 1.8;
      }
      .nav.nav-wide .nav-links { padding: 104px 24px 34px; }
      .mobile-partners { gap: 18px; padding-top: 24px; }
    }

    /* Maintain a clear hierarchy: supporting headings never compete with the homepage hero. */
    .category-card h3 { font-size: clamp(32px,3.5vw,48px); }
    .category-copy .title { font-size: clamp(38px,4.2vw,60px); }
    .brand-landing h1 { font-size: clamp(48px,7vw,72px); }

    /* Full-screen navigation: editorial, left-aligned and deliberately interactive. */
    @media (max-width: 1300px) {
      .nav.nav-wide .nav-links {
        display: grid;
        grid-template-columns: minmax(0, 1fr) minmax(240px, 32vw);
        grid-template-rows: repeat(5, auto);
        align-content: center;
        align-items: center;
        column-gap: clamp(54px, 8vw, 140px);
        row-gap: 0;
        padding: clamp(144px, 18vh, 190px) max(48px, calc((100vw - var(--max)) / 2)) 58px;
        overflow-y: auto;
        background:
          radial-gradient(circle at 87% 18%, rgba(255,255,255,.055), transparent 28%),
          linear-gradient(rgba(255,255,255,.026) 1px, transparent 1px),
          linear-gradient(90deg, rgba(255,255,255,.026) 1px, transparent 1px),
          var(--grey-dark);
        background-size: auto, 72px 72px, 72px 72px, auto;
        opacity: 0;
        visibility: hidden;
        pointer-events: none;
        transform: translateY(-14px);
        transition: opacity .32s ease, transform .42s cubic-bezier(.2,.8,.2,1), visibility 0s linear .42s;
      }
      .nav.nav-wide .nav-links.open {
        display: grid;
        opacity: 1;
        visibility: visible;
        pointer-events: auto;
        transform: translateY(0);
        transition-delay: 0s;
      }
      .nav.nav-wide .nav-links::before {
        content: "Menu";
        position: absolute;
        top: 112px;
        left: max(48px, calc((100vw - var(--max)) / 2));
        color: rgba(255,255,255,.44);
        font: 700 10px/1 Manrope,sans-serif;
        letter-spacing: .22em;
        text-transform: uppercase;
      }
      .nav.nav-wide .nav-links > a:not(.nav-cta) {
        grid-column: 1;
        display: grid;
        grid-template-columns: 42px 1fr;
        align-items: center;
        width: 100%;
        min-height: clamp(62px, 9vh, 88px);
        padding: 0;
        border-bottom: 1px solid rgba(255,255,255,.11);
        color: rgba(255,255,255,.9);
        font: 500 clamp(35px, 5vw, 64px)/1 Manrope,sans-serif;
        letter-spacing: -.055em;
        transition: color .24s ease, padding-left .34s cubic-bezier(.2,.8,.2,1);
      }
      .nav.nav-wide .nav-links > a:not(.nav-cta)::before {
        color: rgba(255,255,255,.34);
        font: 600 10px/1 Manrope,sans-serif;
        letter-spacing: .12em;
        transition: color .24s ease;
      }
      .nav.nav-wide .nav-links > a:nth-child(1)::before { content: "01"; }
      .nav.nav-wide .nav-links > a:nth-child(2)::before { content: "02"; }
      .nav.nav-wide .nav-links > a:nth-child(3)::before { content: "03"; }
      .nav.nav-wide .nav-links > a:nth-child(4)::before { content: "04"; }
      .nav.nav-wide .nav-links > a:not(.nav-cta)::after {
        left: 42px;
        bottom: -1px;
        height: 2px;
        background: var(--brand);
      }
      .nav.nav-wide .nav-links > a:not(.nav-cta):hover,
      .nav.nav-wide .nav-links > a:not(.nav-cta):focus-visible {
        padding-left: 12px;
        color: var(--white);
      }
      .nav.nav-wide .nav-links > a:not(.nav-cta):hover::before,
      .nav.nav-wide .nav-links > a:not(.nav-cta):focus-visible::before,
      .nav.nav-wide .nav-links > a[aria-current="page"]::before { color: var(--white); }
      .nav.nav-wide .nav-links .nav-cta {
        grid-column: 1;
        width: fit-content;
        min-width: 210px;
        margin-top: 28px;
        padding: 16px 24px;
        text-align: center;
      }
      .mobile-partners {
        grid-column: 2;
        grid-row: 1 / span 5;
        align-self: end;
        display: flex;
        width: 100%;
        margin: 0 0 2px;
        padding: 28px 0 0;
        border-top: 1px solid rgba(255,255,255,.13);
        flex-direction: column;
        align-items: flex-start;
        gap: 24px;
      }
      .mobile-partners::before {
        content: "Also from Style";
        margin-bottom: 8px;
        color: rgba(255,255,255,.4);
        font: 700 10px/1 Manrope,sans-serif;
        letter-spacing: .18em;
        text-transform: uppercase;
      }
      .mobile-partners a {
        display: flex;
        width: 100%;
        min-height: 56px;
        align-items: center;
        padding: 0;
        opacity: .62;
        transition: opacity .25s ease, transform .3s cubic-bezier(.2,.8,.2,1);
      }
      .mobile-partners a:hover,
      .mobile-partners a:focus-visible { opacity: 1; transform: translateX(8px); }
      .mobile-partners img { width: 172px; max-height: 50px; object-position: left center; }
      .mobile-partners a:last-child img { width: 138px; }
    }

    @media (max-width: 760px) {
      .nav.nav-wide .nav-links {
        grid-template-columns: 1fr;
        grid-template-rows: auto;
        align-content: start;
        column-gap: 0;
        padding: 112px 24px 34px;
        background-size: auto, 56px 56px, 56px 56px, auto;
      }
      .nav.nav-wide .nav-links::before { top: 88px; left: 24px; }
      .nav.nav-wide .nav-links > a:not(.nav-cta) {
        grid-column: 1;
        grid-template-columns: 32px 1fr;
        min-height: clamp(52px, 8.2vh, 66px);
        font-size: clamp(30px, 10vw, 42px);
      }
      .nav.nav-wide .nav-links > a:not(.nav-cta)::after { left: 32px; }
      .nav.nav-wide .nav-links .nav-cta {
        grid-column: 1;
        width: 100%;
        margin-top: 20px;
      }
      .mobile-partners {
        grid-column: 1;
        grid-row: auto;
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 14px 22px;
        margin-top: 24px;
        padding-top: 20px;
      }
      .mobile-partners::before { grid-column: 1 / -1; margin-bottom: 0; }
      .mobile-partners a { min-height: 42px; }
      .mobile-partners a:hover,
      .mobile-partners a:focus-visible { transform: translateY(-3px); }
      .mobile-partners img { width: min(138px,100%); max-height: 40px; }
      .mobile-partners a:last-child img { width: min(108px,100%); }
    }

    @media (max-height: 690px) and (max-width: 1300px) {
      .nav.nav-wide .nav-links { align-content: start; padding-top: 104px; }
      .nav.nav-wide .nav-links::before { top: 82px; }
      .nav.nav-wide .nav-links > a:not(.nav-cta) { min-height: 52px; font-size: clamp(30px, 6vh, 46px); }
      .nav.nav-wide .nav-links .nav-cta { margin-top: 18px; }
      .mobile-partners { margin-top: 18px; padding-top: 18px; }
    }

    @media (prefers-reduced-motion: reduce) {
      .nav.nav-wide .nav-links,
      .nav.nav-wide .nav-links > a,
      .mobile-partners a { transition-duration: .01ms !important; }
    }

    /* Interaction pass */
    .site-header {
      position: fixed;
      transition: transform .38s cubic-bezier(.2,.8,.2,1), background .3s ease, backdrop-filter .3s ease, box-shadow .3s ease;
    }
    .site-header.is-compact {
      background: rgba(38,42,45,.88);
      box-shadow: 0 1px 0 rgba(255,255,255,.09);
      backdrop-filter: blur(16px);
      -webkit-backdrop-filter: blur(16px);
    }
    .site-header.is-compact .nav { height: 76px; }
    .site-header.is-hidden { transform: translateY(-105%); }
    body.menu-open .site-header { transform: none; background: transparent; box-shadow: none; backdrop-filter: none; }
    .nav { transition: height .3s ease; }

    .js .reveal {
      opacity: 0;
      transform: translateY(26px);
      transition: opacity .7s ease var(--reveal-delay, 0ms), transform .85s cubic-bezier(.2,.8,.2,1) var(--reveal-delay, 0ms);
    }
    .js .reveal.is-visible { opacity: 1; transform: translateY(0); }
    .js .image-reveal { position: relative; overflow: hidden; }
    .js .image-reveal::before {
      content: "";
      position: absolute;
      z-index: 4;
      inset: 0;
      background: var(--grey-dark);
      transform: translateX(0);
      transition: transform .95s cubic-bezier(.76,0,.24,1) var(--reveal-delay, 0ms);
    }
    .js .image-reveal.is-visible::before { transform: translateX(101%); }

    .hero-full .hero-background img { transform: scale(1.055); transition: transform 1.8s cubic-bezier(.2,.75,.2,1); }
    .hero-full.hero-ready .hero-background img { transform: scale(1); }
    .js .hero-full .hero-copy .kicker,
    .js .hero-full .hero-title span,
    .js .hero-full .hero-text,
    .js .hero-full .hero-actions { opacity: 0; transform: translateY(24px); }
    .hero-full.hero-ready .hero-copy .kicker,
    .hero-full.hero-ready .hero-title span,
    .hero-full.hero-ready .hero-text,
    .hero-full.hero-ready .hero-actions {
      opacity: 1;
      transform: translateY(0);
      transition: opacity .65s ease, transform .78s cubic-bezier(.2,.8,.2,1);
    }
    .hero-full.hero-ready .hero-copy .kicker { transition-delay: .12s; }
    .hero-full.hero-ready .hero-title span:nth-child(1) { transition-delay: .22s; }
    .hero-full.hero-ready .hero-title span:nth-child(2) { transition-delay: .30s; }
    .hero-full.hero-ready .hero-title span:nth-child(3) { transition-delay: .38s; }
    .hero-full.hero-ready .hero-title span:nth-child(4) { transition-delay: .46s; }
    .hero-full.hero-ready .hero-text { transition-delay: .57s; }
    .hero-full.hero-ready .hero-actions { transition-delay: .66s; }

    .category-card { position: relative; overflow: hidden; transition: background .35s ease, color .35s ease, transform .35s cubic-bezier(.2,.8,.2,1); }
    .category-card::after { content: ""; position: absolute; inset: auto 0 0; height: 3px; background: var(--brand); transform: scaleX(0); transform-origin: left; transition: transform .45s cubic-bezier(.2,.8,.2,1); }
    .category-card:hover { transform: translateY(-4px); }
    .category-card:hover::after { transform: scaleX(1); }
    .category-card .icon-group { transition: transform .4s cubic-bezier(.2,.8,.2,1); }
    .category-card:hover .icon-group { transform: translateY(-4px) translateX(3px); }
    .button::after { transition: transform .25s ease; }
    .button:hover::after { transform: translate(3px,-3px); }

    .cap-answer {
      display: grid;
      grid-template-rows: 0fr;
      max-height: 0;
      padding: 0 42px 0 74px;
      overflow: hidden;
      opacity: 0;
      transition: grid-template-rows .38s cubic-bezier(.2,.8,.2,1), max-height .38s cubic-bezier(.2,.8,.2,1), opacity .28s ease, padding .38s ease;
    }
    .cap-answer > p { min-height: 0; }
    .cap-item[open] .cap-answer { grid-template-rows: 1fr; max-height: var(--answer-height, 240px); padding-bottom: 25px; opacity: 1; }
    .cap-item summary strong { transition: transform .3s ease, color .3s ease; }
    .cap-item summary:hover strong { transform: translateX(5px); }

    .mini-gallery figure { position: relative; overflow: hidden; }
    .mini-gallery figure::after { content: attr(data-category); position: absolute; inset: auto 18px 44px; color: white; font: 600 11px/1 Manrope,sans-serif; letter-spacing: .14em; text-transform: uppercase; opacity: 0; transform: translateY(8px); transition: opacity .3s ease, transform .3s ease; }
    .mini-gallery figure:hover::after { opacity: .85; transform: translateY(0); }
    .mini-gallery img, .editorial-image img, .project img { transform: translateY(var(--parallax-y,0)) scale(1.025); transition: transform .65s cubic-bezier(.2,.8,.2,1), filter .35s ease; }
    .mini-gallery figure:hover img, .project:hover img { transform: translateY(var(--parallax-y,0)) scale(1.06); }

    .field { position: relative; }
    .field::after { content: ""; position: absolute; left: 0; right: 0; bottom: 0; height: 2px; background: var(--brand); transform: scaleX(0); transform-origin: left; transition: transform .3s ease; }
    .field.is-focused::after { transform: scaleX(1); }
    .field label { transition: color .25s ease, transform .25s ease; }
    .field.is-focused label { color: currentColor; transform: translateX(3px); }
    form.is-submitting button[type="submit"] { pointer-events: none; opacity: .7; }
    form.is-submitting button[type="submit"]::after { content: "…"; transform: none; }

    .nav.nav-wide .nav-links.open > a { animation: menu-item-in .55s both cubic-bezier(.2,.8,.2,1); }
    .nav.nav-wide .nav-links.open > a:nth-child(1) { animation-delay: .05s; }
    .nav.nav-wide .nav-links.open > a:nth-child(2) { animation-delay: .10s; }
    .nav.nav-wide .nav-links.open > a:nth-child(3) { animation-delay: .15s; }
    .nav.nav-wide .nav-links.open > a:nth-child(4) { animation-delay: .20s; }
    .nav.nav-wide .nav-links.open > a:nth-child(5) { animation-delay: .25s; }
    .nav.nav-wide .nav-links.open .mobile-partners { animation: menu-item-in .6s .3s both cubic-bezier(.2,.8,.2,1); }
    @keyframes menu-item-in { from { opacity: 0; transform: translateY(18px); } to { opacity: 1; transform: translateY(0); } }

    .scroll-progress {
      position: fixed;
      z-index: 40;
      top: 0;
      left: 0;
      width: 100%;
      height: 3px;
      pointer-events: none;
      background: var(--brand);
      transform: scaleX(0);
      transform-origin: left center;
      will-change: transform;
    }

    @media (max-width: 980px) {
      .site-header.is-compact .nav { height: 72px; }
      .mini-gallery img, .editorial-image img, .project img { transform: none; }
    }

    @media (max-width: 760px) {
      .cap-answer { padding-right: 24px; padding-left: 0; }
      .cap-item[open] .cap-answer { padding-bottom: 23px; }
    }

    @media (prefers-reduced-motion: reduce) {
      html { scroll-behavior: auto; }
      *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; scroll-behavior: auto !important; transition-duration: .01ms !important; }
      .js .reveal, .js .hero-full .hero-copy .kicker, .js .hero-full .hero-title span, .js .hero-full .hero-text, .js .hero-full .hero-actions { opacity: 1; transform: none; }
      .js .image-reveal::before { display: none; }
    }
