@font-face {
  font-family: "Cormorant Garamond";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../fonts/cormorant-garamond-latin-400-normal.woff2") format("woff2");
}
@font-face {
  font-family: "Cormorant Garamond";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("../fonts/cormorant-garamond-latin-500-normal.woff2") format("woff2");
}
@font-face {
  font-family: "Cormorant Garamond";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url("../fonts/cormorant-garamond-latin-600-normal.woff2") format("woff2");
}
@font-face {
  font-family: "Forum";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../fonts/forum-latin-400-normal.woff2") format("woff2");
}
@font-face {
  font-family: "Raleway";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../fonts/raleway-latin-400-normal.woff2") format("woff2");
}
@font-face {
  font-family: "Raleway";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("../fonts/raleway-latin-500-normal.woff2") format("woff2");
}
@font-face {
  font-family: "Raleway";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url("../fonts/raleway-latin-600-normal.woff2") format("woff2");
}

:root {
      --ink: #282936;
      --black: #111111;
      --white: #ffffff;
      --soft: #f5f5f3;
      --soft-2: #ecece8;
      --gray: #94949b;
      --blue: #9ec1de;
      --gold: #caa93b;
      --focus: #174e73;
      --line: rgba(40, 41, 54, .22);
      --line-light: rgba(255, 255, 255, .28);
      --site: min(980px, calc(100vw - 48px));
      --serif: "Cormorant Garamond", Georgia, "Times New Roman", serif;
      --display: "Forum", Georgia, "Times New Roman", serif;
      --sans: "Raleway", "Helvetica Neue", Arial, sans-serif;
      --header: 88px;
    }

    *, *::before, *::after { box-sizing: border-box; }
    html { scroll-behavior: smooth; scroll-padding-top: 28px; background: var(--white); }
    body {
      margin: 0;
      min-width: 320px;
      color: var(--ink);
      background: var(--white);
      font-family: var(--sans);
      font-size: 16px;
      line-height: 1.65;
      -webkit-font-smoothing: antialiased;
      text-rendering: optimizeLegibility;
    }
    body.menu-open, body.modal-open { overflow: hidden; }
    img, svg { display: block; max-width: 100%; }
    button, input, textarea, select { font: inherit; }
    button, a { -webkit-tap-highlight-color: transparent; }
    a { color: inherit; }
    ::selection { color: var(--white); background: var(--ink); }

    .skip-link {
      position: fixed;
      z-index: 9999;
      top: 12px;
      left: 12px;
      transform: translateY(-160%);
      padding: 11px 16px;
      color: var(--white);
      background: var(--ink);
      font-size: 12px;
      letter-spacing: .08em;
      text-decoration: none;
      text-transform: uppercase;
      transition: transform .2s ease;
    }
    .skip-link:focus { transform: translateY(0); }
    :focus-visible {
      outline: 3px solid var(--white);
      outline-offset: 3px;
      box-shadow: 0 0 0 6px var(--focus);
    }

    .site-width { width: var(--site); margin-inline: auto; }
    .noscript-nav {
      padding: 14px 0;
      border-bottom: 1px solid var(--line);
      background: var(--soft);
    }
    .js-ready .noscript-nav { display: none; }
    .noscript-nav .site-width { display: flex; justify-content: center; gap: 24px; flex-wrap: wrap; }
    .noscript-nav a {
      font-size: 12px;
      font-weight: 600;
      letter-spacing: .12em;
      text-decoration-thickness: 1px;
      text-transform: uppercase;
      text-underline-offset: 4px;
    }
    .noscript-nav a[aria-current="page"] { text-decoration-thickness: 2px; }
    .kicker {
      margin: 0 0 18px;
      color: var(--ink);
      font-size: 11px;
      font-weight: 600;
      letter-spacing: .22em;
      line-height: 1.4;
      text-transform: uppercase;
    }
    .section-heading {
      margin: 0;
      font-family: var(--serif);
      font-size: clamp(44px, 6vw, 72px);
      font-weight: 400;
      letter-spacing: -.025em;
      line-height: .98;
    }
    .section-intro {
      max-width: 650px;
      margin: 22px 0 0;
      color: #555660;
      font-family: var(--serif);
      font-size: clamp(20px, 2.2vw, 27px);
      line-height: 1.45;
    }

    .button {
      display: inline-flex;
      min-height: 53px;
      align-items: center;
      justify-content: center;
      gap: 13px;
      padding: 13px 24px;
      border: 1px solid var(--ink);
      border-radius: 0;
      color: var(--white);
      background: var(--ink);
      font-size: 13px;
      font-weight: 500;
      letter-spacing: .08em;
      line-height: 1.2;
      text-align: center;
      text-decoration: none;
      text-transform: uppercase;
      cursor: pointer;
      transition: color .22s ease, background-color .22s ease, border-color .22s ease;
    }
    .button:hover { color: var(--ink); background: var(--white); }
    .button--outline { color: var(--ink); background: transparent; }
    .button--outline:hover { color: var(--white); background: var(--ink); }
    .button--white { border-color: var(--white); color: var(--ink); background: var(--white); }
    .button--white:hover { border-color: var(--blue); background: var(--blue); }
    .button svg { width: 17px; height: 17px; transition: transform .22s ease; }
    .button:hover svg { transform: translateX(4px); }

    /* Slim, refractive masthead */
    .site-header {
      position: sticky;
      top: 0;
      z-index: 60;
      height: var(--header);
      border-bottom: 1px solid rgba(255, 255, 255, .7);
      background:
        linear-gradient(135deg, rgba(255, 255, 255, .82), rgba(246, 246, 243, .58));
      box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, .96),
        inset 0 -1px 0 rgba(40, 41, 54, .08),
        0 12px 34px rgba(40, 41, 54, .08);
      backdrop-filter: blur(24px) saturate(180%);
      -webkit-backdrop-filter: blur(24px) saturate(180%);
      isolation: isolate;
    }
    .site-header::before {
      position: absolute;
      z-index: -1;
      inset: 0;
      background:
        radial-gradient(120% 150% at 18% -55%, rgba(255, 255, 255, .92), transparent 58%),
        linear-gradient(110deg, rgba(255, 255, 255, .2), transparent 38%, rgba(255, 255, 255, .26) 72%, transparent);
      content: "";
      pointer-events: none;
    }
    .site-header::after {
      position: absolute;
      right: 0;
      bottom: -1px;
      left: 0;
      height: 1px;
      background: linear-gradient(90deg, transparent, rgba(255, 255, 255, .92) 30%, rgba(40, 41, 54, .12) 70%, transparent);
      content: "";
      pointer-events: none;
    }
    .header-inner {
      position: relative;
      width: var(--site);
      height: 100%;
      margin-inline: auto;
    }
    .brand {
      position: absolute;
      top: 50%;
      left: 0;
      display: grid;
      width: min(500px, calc(100% - 160px));
      height: 60px;
      align-items: center;
      justify-items: start;
      transform: translateY(-50%);
      text-decoration: none;
    }
    .brand-image {
      position: absolute;
      top: 0;
      left: -25px;
      width: 107px;
      height: 60px;
      max-width: none;
      object-fit: contain;
      opacity: 1;
      transition: opacity .2s ease;
    }
    .brand .brand-fallback { opacity: 0; }
    .brand.is-error .brand-image { display: none; }
    .brand.is-error .brand-fallback { opacity: 1; }
    .brand-fallback {
      display: flex;
      flex-direction: column;
      align-items: flex-start;
      justify-content: center;
      transition: opacity .2s ease;
    }
    .brand-fallback strong {
      font-family: var(--display);
      font-size: clamp(32px, 4.2vw, 54px);
      font-weight: 400;
      letter-spacing: .12em;
      line-height: .9;
      text-transform: uppercase;
      white-space: nowrap;
    }
    .brand-fallback span {
      margin-top: 10px;
      font-size: 10px;
      font-weight: 500;
      letter-spacing: .48em;
      line-height: 1;
      text-transform: uppercase;
      transform: translateX(.24em);
    }

    .round-button {
      position: absolute;
      top: 50%;
      right: 0;
      display: grid;
      width: 46px;
      height: 46px;
      padding: 0;
      border: 1px solid rgba(40, 41, 54, .46);
      border-radius: 50%;
      color: var(--ink);
      background: rgba(255, 255, 255, .32);
      box-shadow: inset 0 1px 0 rgba(255, 255, 255, .8), 0 5px 14px rgba(40, 41, 54, .08);
      backdrop-filter: blur(10px) saturate(150%);
      -webkit-backdrop-filter: blur(10px) saturate(150%);
      place-items: center;
      cursor: pointer;
      transform: translateY(-50%);
      transition: color .2s ease, background-color .2s ease, border-color .2s ease, box-shadow .2s ease, transform .2s ease;
    }
    .round-button:hover {
      border-color: rgba(17, 17, 17, .8);
      color: var(--white);
      background: rgba(17, 17, 17, .88);
      box-shadow: inset 0 1px 0 rgba(255, 255, 255, .16), 0 7px 18px rgba(17, 17, 17, .18);
      transform: translateY(-50%) scale(1.035);
    }
    .round-button.menu-open-button { display: none; }
    .js-ready .round-button.menu-open-button { display: grid; }
    .menu-glyph { display: flex; width: 24px; height: 18px; flex-direction: column; justify-content: space-between; align-items: flex-end; }
    .menu-glyph i { display: block; width: 100%; height: 2px; background: currentColor; }
    .menu-glyph i:nth-child(2) { width: 71%; }

    /* Full-screen menu mirrors the original image-backed drawer */
    .menu-overlay {
      position: fixed;
      z-index: 200;
      inset: 0;
      display: grid;
      visibility: hidden;
      grid-template-columns: 1fr min(550px, 100vw);
      opacity: 0;
      pointer-events: none;
      transition: opacity .34s ease, visibility 0s linear .34s;
    }
    .menu-overlay.is-open {
      visibility: visible;
      opacity: 1;
      pointer-events: auto;
      transition-delay: 0s;
    }
    .menu-art { position: absolute; inset: 0; overflow: hidden; background: #cbc8c2; }
    .menu-art::after { position: absolute; inset: 0; background: rgba(0, 0, 0, .32); content: ""; }
    .menu-panel {
      position: relative;
      z-index: 2;
      display: flex;
      grid-column: 2;
      min-height: 100vh;
      min-height: 100dvh;
      padding: 80px 42px 48px;
      flex-direction: column;
      overflow-y: auto;
      color: var(--white);
      background: rgba(0, 0, 0, .62);
      backdrop-filter: blur(2px);
      transform: translateX(100%);
      transition: transform .42s cubic-bezier(.645,.045,.355,1);
    }
    .menu-overlay.is-open .menu-panel { transform: translateX(0); }
    .menu-close {
      position: sticky;
      z-index: 3;
      top: 30px;
      display: grid;
      width: 61px;
      height: 61px;
      padding: 0;
      border: 1px solid var(--white);
      border-radius: 50%;
      color: var(--white);
      background: transparent;
      align-self: flex-end;
      flex: 0 0 auto;
      margin: -50px 0 0;
      place-items: center;
      cursor: pointer;
      transition: color .2s ease, background-color .2s ease, border-color .2s ease;
    }
    .menu-close:hover { border-color: var(--blue); color: var(--ink); background: var(--blue); }
    .menu-close::before, .menu-close::after {
      position: absolute;
      width: 24px;
      height: 1px;
      background: currentColor;
      content: "";
    }
    .menu-close::before { transform: rotate(45deg); }
    .menu-close::after { transform: rotate(-45deg); }
    .menu-links {
      display: flex;
      margin: 100px 0 0;
      padding: 0;
      flex-direction: column;
      list-style: none;
    }
    .menu-links a {
      display: inline-block;
      padding: 5px 0;
      font-family: var(--sans);
      font-size: clamp(38px, 4.2vw, 58px);
      font-weight: 400;
      letter-spacing: -.04em;
      line-height: 1.18;
      text-decoration: none;
      transition: color .18s ease, transform .18s ease;
    }
    .menu-links a:hover { color: var(--gold); transform: translateX(8px); }
    .menu-links a[aria-current="page"] { color: var(--blue); }
    .menu-contact {
      margin-top: auto;
      padding-top: 20px;
      border-top: 1px solid var(--line-light);
      font-size: 12px;
      letter-spacing: .09em;
      line-height: 1.8;
      text-transform: uppercase;
    }
    .menu-contact a { text-decoration-thickness: 1px; text-underline-offset: 4px; }

    /* Shared image shell: local production media above self-contained fallback art */
    .media-shell { position: relative; display: block; overflow: hidden; background: #d8d6d1; }
    .menu-art.media-shell { position: absolute; inset: 0; background: #cbc8c2; }
    .media-fallback, .asset-image { position: absolute; inset: 0; width: 100%; height: 100%; }
    .media-fallback { display: none; opacity: 0; }
    .media-fallback svg { width: 100%; height: 100%; filter: grayscale(1) saturate(.25) contrast(.92); }
    .asset-image { z-index: 2; object-fit: cover; opacity: 1; transition: opacity .28s ease, transform .55s ease; }
    .media-shell.is-error .asset-image { opacity: 0; }
    .media-shell.is-error .media-fallback { display: block; opacity: 1; }

    /* Hero retains the original tall, nearly text-free image field */
    .hero { position: relative; height: clamp(680px, calc(100vh - var(--header)), 1000px); height: clamp(680px, calc(100svh - var(--header)), 1000px); overflow: hidden; background: #d2d0cc; }
    .hero .media-shell { position: absolute; inset: 0; }
    .hero .asset-image { object-position: 56% 50%; }
    .hero::after {
      position: absolute;
      inset: auto 0 0;
      height: min(52%, 520px);
      background: linear-gradient(to top, rgba(12,14,16,.82) 0, rgba(12,14,16,.70) 150px, rgba(12,14,16,.26) 72%, transparent 100%);
      content: "";
      pointer-events: none;
    }
    .hero-meta {
      position: absolute;
      z-index: 3;
      right: max(24px, calc((100vw - 980px) / 2));
      bottom: max(28px, env(safe-area-inset-bottom));
      left: max(24px, calc((100vw - 980px) / 2));
      display: flex;
      align-items: end;
      justify-content: space-between;
      gap: 30px;
      color: var(--white);
      text-shadow: 0 1px 2px rgba(0,0,0,.9), 0 0 14px rgba(0,0,0,.55);
    }
    .hero-meta p {
      max-width: 520px;
      margin: 0;
      font-size: clamp(12px, .78vw, 13px);
      font-weight: 600;
      letter-spacing: .14em;
      line-height: 1.7;
      text-transform: uppercase;
    }
    .scroll-cue {
      display: inline-flex;
      align-items: center;
      gap: 12px;
      font-size: clamp(12px, .78vw, 13px);
      font-weight: 600;
      letter-spacing: .14em;
      text-decoration: none;
      text-transform: uppercase;
    }
    .scroll-cue::after { width: 54px; height: 1px; background: currentColor; content: ""; }

    .manifesto { padding: 112px 0 124px; text-align: center; }
    .manifesto .kicker { margin-bottom: 28px; }
    .mask-title {
      max-width: 900px;
      margin: 0 auto;
      color: var(--black);
      background: linear-gradient(100deg, #111 0 43%, #8e8d88 43% 55%, #111 55% 100%);
      -webkit-background-clip: text;
      background-clip: text;
      font-family: "Times New Roman", Times, serif;
      font-size: clamp(42px, 5.7vw, 66px);
      font-weight: 700;
      letter-spacing: -.045em;
      line-height: .98;
      text-transform: uppercase;
      -webkit-text-fill-color: transparent;
    }
    .manifesto-copy {
      max-width: 650px;
      margin: 34px auto 0;
      font-family: var(--serif);
      font-size: clamp(22px, 2.4vw, 29px);
      line-height: 1.5;
    }
    .manifesto-actions { display: flex; margin-top: 36px; justify-content: center; gap: 12px; flex-wrap: wrap; }
    .manifesto-location {
      margin: 34px 0 0;
      color: #65666d;
      font-size: 11px;
      letter-spacing: .16em;
      text-transform: uppercase;
    }

    .selected-work { padding: 108px 0 118px; border-top: 1px solid var(--line); background: var(--white); }
    .section-header {
      display: grid;
      grid-template-columns: minmax(0, 1fr) minmax(260px, 360px);
      align-items: end;
      gap: 50px;
      margin-bottom: 58px;
    }
    .section-header .section-intro { margin: 0; font-size: 22px; }
    .feature-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 26px; }
    .project-card {
      display: block;
      width: 100%;
      padding: 0;
      border: 0;
      color: inherit;
      background: transparent;
      text-align: left;
      text-decoration: none;
      cursor: pointer;
    }
    .project-card .media-shell { aspect-ratio: 1; }
    .project-card:hover .asset-image { transform: scale(1.035); }
    .project-card:hover .project-arrow { transform: translateX(5px); }
    .project-caption {
      display: grid;
      grid-template-columns: minmax(0, 1fr) auto;
      gap: 18px;
      padding: 16px 0 0;
      border-top: 1px solid transparent;
    }
    .project-caption :is(h2, h3) {
      margin: 0;
      font-family: var(--serif);
      font-size: 27px;
      font-weight: 500;
      letter-spacing: -.015em;
      line-height: 1.05;
    }
    .project-caption p {
      margin: 5px 0 0;
      color: #6f7077;
      font-size: 10px;
      letter-spacing: .14em;
      line-height: 1.5;
      text-transform: uppercase;
    }
    .project-arrow { width: 20px; margin-top: 8px; transition: transform .22s ease; }

    .drafting-intro { padding: 112px 0 90px; border-top: 1px solid var(--line); background: var(--soft); }
    .drafting-layout { display: grid; grid-template-columns: .9fr 1.1fr; align-items: center; gap: 72px; }
    .drafting-layout .media-shell { aspect-ratio: 4 / 3; box-shadow: 0 14px 36px rgba(0,0,0,.09); }
    .drafting-copy p:not(.kicker) { margin: 25px 0 0; color: #555660; font-family: var(--serif); font-size: 23px; line-height: 1.48; }
    .drafting-copy .button { margin-top: 32px; }

    .package-section { padding: 100px 0 122px; background: var(--soft); }
    .package-heading {
      display: flex;
      margin-bottom: 44px;
      align-items: end;
      justify-content: space-between;
      gap: 30px;
      border-bottom: 1px solid var(--line);
      padding-bottom: 22px;
    }
    .package-heading h2 { margin: 0; font-family: var(--serif); font-size: 40px; font-weight: 500; }
    .package-heading p { max-width: 440px; margin: 0; color: #6a6b72; font-size: 13px; }
    .package-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 34px 24px; }
    .package-grid .project-caption h3 { font-size: 24px; }
    .package-list { display: grid; margin: 0; padding: 0; grid-template-columns: repeat(3, 1fr); gap: 0 34px; list-style: none; border-top: 1px solid var(--line); }
    .package-list li { display: flex; padding: 17px 0; flex-direction: column; gap: 5px; border-bottom: 1px solid var(--line); }
    .package-list strong { font-family: var(--serif); font-size: 22px; font-weight: 500; line-height: 1.1; }
    .package-list span { color: #6a6b72; font-size: 11px; letter-spacing: .1em; text-transform: uppercase; }
    .package-more { margin: 34px 0 0; }
    .package-more a { display: inline-block; padding-bottom: 3px; border-bottom: 1px solid currentColor; font-size: 10px; letter-spacing: .15em; text-decoration: none; text-transform: uppercase; }

    .collections-teaser { padding: 104px 0; border-top: 1px solid var(--line); text-align: center; }
    .collections-teaser .section-intro { max-width: 660px; margin-inline: auto; }
    .collections-teaser .section-heading { margin-bottom: 18px; }

    .design-guide { padding: 96px 0 104px; border-top: 1px solid var(--line); background: var(--soft); }
    .design-guide-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 26px 24px; }
    .design-guide-group { padding-top: 15px; border-top: 1px solid var(--line); }
    .design-guide-group h3 { margin: 0; font-size: 11px; font-weight: 600; letter-spacing: .14em; line-height: 1.4; text-transform: uppercase; }
    .design-guide-group p { margin: 9px 0 0; color: #5e5f67; font-size: 13px; line-height: 1.65; }
    .design-guide-teasers { margin-top: 44px; padding-top: 24px; border-top: 1px solid var(--line); }
    .design-guide-teasers h3 { margin: 0; font-size: 11px; font-weight: 600; letter-spacing: .14em; text-transform: uppercase; }
    .design-guide-teasers ul { display: flex; margin: 16px 0 0; padding: 0; flex-wrap: wrap; gap: 10px 26px; list-style: none; color: #5e5f67; font-family: var(--serif); font-size: 19px; line-height: 1.5; }
    .design-guide-teasers .package-more { margin-top: 22px; }

    .social-strip { padding: 92px 0; border-top: 1px solid var(--line); text-align: center; }
    .social-strip .section-heading { max-width: 680px; margin-inline: auto; }
    .social-links { display: flex; margin: 30px 0 0; padding: 0; justify-content: center; gap: 14px 30px; flex-wrap: wrap; list-style: none; }
    .social-links a { padding-bottom: 3px; border-bottom: 1px solid currentColor; font-size: 10px; letter-spacing: .15em; text-decoration: none; text-transform: uppercase; }

    .services { padding: 118px 0 126px; border-top: 1px solid var(--line); }
    .service-grid { display: grid; margin-top: 68px; grid-template-columns: repeat(2, 1fr); column-gap: 72px; }
    .service-item { position: relative; padding: 30px 0 38px 52px; border-top: 1px solid var(--line); }
    .service-number { position: absolute; top: 34px; left: 0; font-size: 11px; letter-spacing: .1em; }
    .service-item h2 { margin: 0; font-family: var(--serif); font-size: 31px; font-weight: 500; line-height: 1.05; }
    .service-item p { margin: 13px 0 0; color: #5e5f67; font-size: 14px; line-height: 1.75; }
    .service-item a { display: inline-block; margin-top: 18px; padding-bottom: 3px; border-bottom: 1px solid currentColor; font-size: 10px; letter-spacing: .15em; text-decoration: none; text-transform: uppercase; }
    .service-item h3 { margin: 0; font-family: var(--serif); font-size: 31px; font-weight: 500; line-height: 1.05; }
    .service-subtitle { margin: 9px 0 0; color: var(--ink); font-size: 10px; font-weight: 600; letter-spacing: .15em; line-height: 1.5; text-transform: uppercase; }
    .service-item .service-positioning { color: var(--ink); font-family: var(--serif); font-size: 19px; font-style: italic; line-height: 1.45; }

    .services-group-heading { margin: 62px 0 0; color: var(--ink); font-size: 11px; font-weight: 600; letter-spacing: .22em; line-height: 1.4; text-transform: uppercase; }
    .services-group-heading + .service-grid { margin-top: 22px; }
    .services-trade { margin-top: 96px; padding-top: 58px; border-top: 1px solid var(--line); }
    .services-trade-heading { max-width: 720px; margin: 0; font-family: var(--serif); font-size: clamp(32px, 4vw, 44px); font-weight: 400; letter-spacing: -.02em; line-height: 1.04; }
    .services-trade .section-intro { max-width: 620px; margin-top: 16px; }
    .service-grid--trade { margin-top: 44px; }

    .collections { padding: 118px 0 126px; border-top: 1px solid var(--line); }
    .collection-nav { margin-top: 52px; padding: 18px 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
    .collection-nav ul { display: flex; margin: 0; padding: 0; flex-wrap: wrap; gap: 10px 26px; list-style: none; }
    .collection-nav a { padding-bottom: 2px; color: #5e5f67; font-size: 10px; letter-spacing: .15em; text-decoration: none; text-transform: uppercase; }
    .collection-nav a:hover { color: var(--ink); border-bottom: 1px solid currentColor; }

    .collection-group { margin-top: 76px; }
    .collection-group-header { display: flex; align-items: end; justify-content: space-between; gap: 30px; padding-bottom: 18px; border-bottom: 1px solid var(--line); }
    .collection-group-header h2 { margin: 0; font-family: var(--serif); font-size: 34px; font-weight: 500; line-height: 1.05; }
    .collection-group-header p { max-width: 460px; margin: 0; color: #6a6b72; font-size: 13px; line-height: 1.65; }

    .product-grid { display: grid; margin-top: 30px; grid-template-columns: repeat(3, 1fr); gap: 24px; }
    .product-slot { display: flex; align-items: center; justify-content: center; aspect-ratio: 4 / 5; background: var(--soft-2); }
    .product-status { color: #8b8c94; font-size: 10px; letter-spacing: .16em; text-transform: uppercase; }

    .collections-note { margin-top: 88px; padding-top: 44px; border-top: 1px solid var(--line); text-align: center; }
    .collections-note .section-intro { max-width: 660px; margin-inline: auto; }

    .process { padding: 106px 0 116px; color: var(--white); background: var(--ink); }
    .process .kicker { color: var(--white); }
    .process .section-heading { max-width: 720px; }
    .process-grid { display: grid; margin-top: 72px; grid-template-columns: repeat(5, 1fr); border-top: 1px solid var(--line-light); }
    .process-step { padding: 24px 18px 0 0; border-right: 1px solid var(--line-light); min-height: 185px; }
    .process-step:last-child { border-right: 0; padding-right: 0; padding-left: 18px; }
    .process-step + .process-step { padding-left: 18px; }
    .process-step span { color: rgba(255,255,255,.58); font-size: 10px; letter-spacing: .15em; text-transform: uppercase; }
    .process-step h3 { margin: 18px 0 0; font-family: var(--serif); font-size: 26px; font-weight: 500; line-height: 1; }
    .process-step p { margin: 12px 0 0; color: rgba(255,255,255,.72); font-size: 12px; line-height: 1.7; }

    .contact { padding: 118px 0 96px; text-align: center; }
    .contact :is(h1, h2) { max-width: 760px; margin: 0 auto; font-family: var(--serif); font-size: clamp(48px, 6vw, 76px); font-weight: 400; letter-spacing: -.03em; line-height: .98; }
    .contact-card { margin: 44px auto 0; font-family: var(--serif); font-size: 28px; letter-spacing: .03em; line-height: 1.34; }
    .contact-card a { text-decoration: none; }
    .contact-card a:hover { text-decoration: underline; text-underline-offset: 5px; }
    .contact-actions { display: flex; margin-top: 38px; justify-content: center; gap: 12px; flex-wrap: wrap; }
    .contact-actions .button:first-child { min-width: 142px; min-height: 40px; }
    .contact-about { max-width: 660px; margin: 78px auto 0; padding-top: 46px; border-top: 1px solid var(--line); }
    .contact-about h2 { margin: 0; font-family: var(--serif); font-size: 34px; font-weight: 500; letter-spacing: normal; line-height: 1.1; }
    .contact-about p { margin: 20px 0 0; color: #555660; font-family: var(--serif); font-size: 20px; line-height: 1.6; }
    .contact-social { margin-top: 52px; }

    .page-cta { padding: 104px 0; border-top: 1px solid var(--line); text-align: center; background: var(--soft); }
    .page-cta h2 { max-width: 820px; margin: 0 auto; font-family: var(--serif); font-size: clamp(40px, 5vw, 64px); font-weight: 400; letter-spacing: -.025em; line-height: 1.02; }
    .page-cta-actions { display: flex; margin-top: 34px; justify-content: center; gap: 12px; flex-wrap: wrap; }

    .site-footer { padding: 25px 0 34px; border-top: 1px solid var(--line); text-align: center; }
    .consultation-button { width: min(404px, 100%); }
    .footer-details { margin: 22px 0 0; font-size: 14px; line-height: 1.6; }
    .footer-links { margin: 14px 0 0; color: #6a6b72; font-size: 11px; letter-spacing: .09em; text-transform: uppercase; }
    .footer-links a { text-decoration: none; }
    .footer-links a:hover { text-decoration: underline; text-underline-offset: 4px; }
    .footer-details a { text-underline-offset: 3px; }
    .footer-bottom {
      display: flex;
      margin-top: 30px;
      padding-top: 18px;
      border-top: 1px solid var(--line);
      justify-content: space-between;
      gap: 20px;
      color: #595a62;
      font-size: 10px;
      letter-spacing: .1em;
      text-align: left;
      text-transform: uppercase;
    }

    .project-modal {
      position: fixed;
      z-index: 300;
      inset: 0;
      display: grid;
      visibility: hidden;
      padding: 30px;
      background: rgba(0,0,0,.72);
      place-items: center;
      opacity: 0;
      pointer-events: none;
      transition: opacity .24s ease, visibility 0s linear .24s;
    }
    .project-modal.is-open { visibility: visible; opacity: 1; pointer-events: auto; transition-delay: 0s; }
    .modal-dialog {
      position: relative;
      width: min(1120px, 100%);
      max-height: calc(100vh - 60px);
      max-height: calc(100dvh - 60px);
      overflow: hidden;
      color: var(--ink);
      background: var(--white);
      transform: translateY(20px);
      transition: transform .25s ease;
    }
    .project-modal.is-open .modal-dialog { transform: translateY(0); }
    .modal-scroll {
      display: grid;
      max-height: inherit;
      grid-template-columns: 1.15fr .85fr;
      overflow-y: auto;
      overscroll-behavior: contain;
    }
    .modal-media { position: relative; min-height: 600px; background: #d7d5d0; }
    .modal-media .media-shell { position: absolute; inset: 0; }
    .modal-copy { padding: 78px 54px 52px; }
    .modal-copy .kicker { margin-bottom: 22px; }
    .modal-copy h2 { margin: 0; font-family: var(--serif); font-size: 48px; font-weight: 500; line-height: .95; }
    .modal-copy > p:not(.kicker) { margin: 25px 0 0; color: #5e5f67; font-size: 14px; line-height: 1.8; }
    .modal-meta { display: grid; margin-top: 30px; gap: 0; border-top: 1px solid var(--line); }
    .modal-meta div { display: grid; grid-template-columns: 90px 1fr; gap: 15px; padding: 14px 0; border-bottom: 1px solid var(--line); font-size: 11px; line-height: 1.6; }
    .modal-meta strong { letter-spacing: .1em; text-transform: uppercase; }
    .modal-copy .button { margin-top: 30px; }
    .modal-close {
      position: absolute;
      z-index: 4;
      top: 18px;
      right: 18px;
      display: grid;
      width: 45px;
      height: 45px;
      padding: 0;
      border: 1px solid var(--ink);
      border-radius: 50%;
      background: var(--white);
      place-items: center;
      cursor: pointer;
    }
    .modal-close::before, .modal-close::after { position: absolute; width: 18px; height: 1px; background: var(--ink); content: ""; }
    .modal-close::before { transform: rotate(45deg); }
    .modal-close::after { transform: rotate(-45deg); }

    .reveal { opacity: 1; transform: none; transition: opacity .7s ease, transform .7s ease; }
    .reveal-ready .reveal { opacity: 0; transform: translateY(18px); }
    .reveal-ready .reveal.is-visible { opacity: 1; transform: none; }

    @media (max-width: 900px) {
      :root { --site: min(100% - 40px, 760px); }
      .section-header, .drafting-layout { grid-template-columns: 1fr; }
      .section-header { align-items: start; gap: 26px; }
      .feature-grid, .package-grid { grid-template-columns: repeat(2, 1fr); }
      .package-list, .design-guide-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
      .product-grid { grid-template-columns: repeat(2, 1fr); }
      .drafting-layout { gap: 44px; }
      .service-grid { column-gap: 36px; }
      .process-grid { grid-template-columns: repeat(3, 1fr); }
      .process-step:nth-child(3) { border-right: 0; }
      .process-step:nth-child(n+4) { margin-top: 36px; border-top: 1px solid var(--line-light); }
      .modal-scroll { grid-template-columns: 1fr; }
      .modal-media { min-height: 430px; position: relative; }
      .modal-copy { padding: 52px 38px 42px; }
    }

    @media (max-width: 680px) {
      :root { --header: 72px; --site: calc(100vw - 32px); }
      .brand { left: 0; width: calc(100% - 64px); height: 48px; justify-items: start; transform: translateY(-50%); }
      .brand-image { left: -20.2px; width: 85.4px; height: 48px; }
      .brand-fallback { align-items: flex-start; }
      .brand-fallback strong { font-size: 31px; letter-spacing: .08em; }
      .brand-fallback span { margin-top: 8px; font-size: 8px; letter-spacing: .38em; transform: none; }
      .round-button { width: 42px; height: 42px; }
      .menu-glyph { width: 21px; height: 16px; }
      .menu-glyph i { height: 1px; }
      .menu-overlay { grid-template-columns: 1fr; }
      .menu-panel { grid-column: 1; width: 100%; padding: 70px 28px 40px; }
      .menu-close { top: 24px; width: 48px; height: 48px; margin-top: -46px; }
      .menu-links { margin-top: 78px; }
      .menu-links a { font-size: 42px; }
      .menu-contact { margin-top: 48px; }
      .hero { height: clamp(600px, 76vh, 820px); height: clamp(600px, 76svh, 820px); }
      .hero .asset-image { object-position: 61% 50%; }
      .hero::after { height: 58%; }
      .hero-meta { right: 18px; bottom: max(18px, env(safe-area-inset-bottom)); left: 18px; align-items: start; flex-direction: column; gap: 14px; }
      .hero-meta p { max-width: 34ch; font-size: 12px; letter-spacing: .12em; line-height: 1.65; }
      .scroll-cue { display: none; }
      .manifesto { padding: 84px 0 90px; }
      .mask-title { font-size: clamp(35px, 11vw, 52px); line-height: .95; }
      .manifesto-copy { font-size: 22px; }
      .manifesto-actions { flex-direction: column; }
      .manifesto-actions .button { width: 100%; }
      .selected-work, .services { padding: 82px 0 88px; }
      .section-heading { font-size: 50px; }
      .section-header { margin-bottom: 40px; }
      .section-header .section-intro { font-size: 20px; }
      .feature-grid, .package-grid, .service-grid { grid-template-columns: 1fr; }
      .package-list, .design-guide-grid { grid-template-columns: 1fr; }
      .collections { padding: 82px 0 88px; }
      .collection-group { margin-top: 56px; }
      .collection-group-header { align-items: start; flex-direction: column; gap: 12px; }
      .collection-group-header h2 { font-size: 30px; }
      .product-grid { grid-template-columns: 1fr; gap: 38px; }
      .design-guide { padding: 72px 0 80px; }
      .design-guide-grid { gap: 20px; }
      .design-guide-teasers ul { font-size: 18px; }
      .collections-teaser, .social-strip { padding: 76px 0; }
      .services-trade { margin-top: 68px; padding-top: 44px; }
      .contact-about { margin-top: 60px; padding-top: 38px; }
      .contact-about h2 { font-size: 30px; }
      .contact-about p { font-size: 18px; }
      .feature-grid { gap: 42px; }
      .project-caption :is(h2, h3) { font-size: 29px; }
      .drafting-intro { padding: 84px 0 70px; }
      .drafting-copy p:not(.kicker) { font-size: 21px; }
      .package-section { padding: 72px 0 88px; }
      .package-heading { align-items: start; flex-direction: column; }
      .package-grid { gap: 42px; }
      .service-grid { margin-top: 48px; }
      .service-item { padding-left: 42px; }
      .process { padding: 82px 0 90px; }
      .process-grid { grid-template-columns: 1fr; margin-top: 48px; }
      .process-step, .process-step + .process-step, .process-step:last-child { min-height: 0; margin-top: 0; padding: 24px 0 28px; border-top: 0; border-right: 0; border-bottom: 1px solid var(--line-light); }
      .contact { padding: 88px 0 72px; }
      .contact :is(h1, h2) { font-size: 52px; }
      .contact-card { font-size: 23px; }
      .contact-actions { flex-direction: column; }
      .contact-actions .button { width: 100%; }
      .page-cta { padding: 78px 0; }
      .page-cta-actions { flex-direction: column; }
      .page-cta-actions .button { width: 100%; }
      .footer-bottom { align-items: center; flex-direction: column; text-align: center; }
      .project-modal { padding: 0; }
      .modal-dialog { width: 100%; max-height: 100vh; min-height: 100vh; max-height: 100dvh; min-height: 100dvh; }
      .modal-scroll { min-height: inherit; }
      .modal-media { min-height: 42vh; min-height: 42dvh; }
      .modal-copy { padding: 44px 24px 38px; }
      .modal-copy h2 { font-size: 42px; }
    }

    @media (prefers-reduced-motion: reduce) {
      html { scroll-behavior: auto; }
      *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
      .reveal { opacity: 1; transform: none; }
    }

    @media (prefers-reduced-transparency: reduce) {
      .site-header {
        background: rgba(255, 255, 255, .97);
        backdrop-filter: none;
        -webkit-backdrop-filter: none;
      }
    }
