:root {
  --ink: #0d171e;
  --ink-soft: #172630;
  --paper: #f3f0e8;
  --paper-soft: #e8e4db;
  --blue: #6f93b4;
  --blue-deep: #34566f;
  --gold: #c79a23;
  --text: #15222a;
  --muted: #52616a;
  --line-dark: rgb(13 23 30 / 16%);
  --line-light: rgb(243 240 232 / 22%);
  --display: Arial, "Helvetica Neue", sans-serif;
  --body: "Helvetica Neue", Arial, sans-serif;
  --container: min(90%, 1180px);
  --section: clamp(5rem, 9vw, 9rem);
  --gutter: clamp(1rem, 3vw, 3rem);
  --ease: cubic-bezier(.22, 1, .36, 1);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--text); font-family: var(--body); font-size: 16px; line-height: 1.6; }
body.menu-open { overflow: hidden; }
img { display: block; width: 100%; height: auto; }
a { color: inherit; }
button { font: inherit; }
:focus-visible { outline: 3px solid var(--gold); outline-offset: 4px; }
.skip-link { position: fixed; left: 1rem; top: -5rem; z-index: 500; background: var(--paper); color: var(--ink); padding: .75rem 1rem; }
.skip-link:focus { top: 1rem; }

.site-header { position: fixed; z-index: 100; top: 0; left: 0; right: 0; height: 84px; display: flex; align-items: center; justify-content: space-between; padding-inline: max(5%, 1rem); color: var(--paper); border-bottom: 1px solid var(--line-light); transition: background .35s ease, color .35s ease, height .35s ease; }
.site-header.is-scrolled { height: 70px; background: rgb(13 23 30 / 94%); backdrop-filter: blur(14px); }
.brand { display: flex; align-items: center; gap: .8rem; text-decoration: none; }
.brand__mark { display: grid; place-items: center; width: 42px; height: 42px; border: 1px solid currentColor; font: 700 .72rem/1 var(--display); letter-spacing: .08em; }
.brand__name { font: 600 .72rem/1.12 var(--display); letter-spacing: .08em; text-transform: uppercase; }
.desktop-nav { display: flex; align-items: center; gap: clamp(1.2rem, 3vw, 2.6rem); }
.desktop-nav a { min-height: 44px; display: inline-flex; align-items: center; text-decoration: none; font-size: .74rem; font-weight: 600; letter-spacing: .11em; text-transform: uppercase; }
.desktop-nav a:not(.nav-action) { border-bottom: 1px solid transparent; }
.desktop-nav a:not(.nav-action):hover { border-color: currentColor; }
.nav-action { padding-inline: 1.1rem; border: 1px solid currentColor; }
.nav-action:hover { background: var(--paper); color: var(--ink); }
.menu-toggle { display: none; width: 50px; height: 50px; border: 0; background: transparent; color: currentColor; padding: 12px; }
.menu-toggle span { display: block; height: 1px; background: currentColor; margin-block: 7px; }
.mobile-menu { position: fixed; inset: 0; z-index: 200; display: grid; align-content: center; padding: clamp(2rem, 8vw, 6rem); background: var(--ink); color: var(--paper); opacity: 0; visibility: hidden; pointer-events: none; transition: opacity .35s ease, visibility .35s ease; }
.mobile-menu.is-open { opacity: 1; visibility: visible; pointer-events: auto; }
.mobile-menu nav { display: grid; }
.mobile-menu nav a { padding-block: .4rem; text-decoration: none; font: 500 clamp(2.4rem, 10vw, 5rem)/1 var(--display); letter-spacing: -.04em; }
.mobile-menu p { color: rgb(243 240 232 / 65%); }
.menu-close { position: absolute; right: 5%; top: 1.1rem; min-width: 64px; min-height: 48px; background: transparent; border: 1px solid var(--line-light); color: var(--paper); }

.hero { position: relative; min-height: 100vh; min-height: 100svh; overflow: hidden; background: var(--ink); color: var(--paper); }
.hero__media { position: absolute; inset: 0 0 0 38%; }
.hero__media img { height: 100%; object-fit: cover; object-position: 44% center; transform: scale(1.025); animation: hero-settle 1.5s var(--ease) both; }
.hero__shade { position: absolute; inset: 0; background: linear-gradient(90deg, rgb(13 23 30 / 98%) 0%, rgb(13 23 30 / 94%) 34%, rgb(13 23 30 / 48%) 60%, rgb(13 23 30 / 14%) 100%); }
.hero__grid { position: absolute; inset: 0; z-index: 2; display: grid; grid-template-columns: repeat(4, 1fr); pointer-events: none; }
.hero__grid i { border-right: 1px solid var(--line-light); transform-origin: top; animation: grid-draw 1s var(--ease) both; }
.hero__grid i:nth-child(2) { animation-delay: .12s; }.hero__grid i:nth-child(3) { animation-delay: .24s; }.hero__grid i:nth-child(4) { animation-delay: .36s; }
.hero__content { position: relative; z-index: 4; width: min(92%, 800px); min-height: 100svh; display: flex; flex-direction: column; justify-content: center; padding: clamp(7rem, 14vh, 10rem) 5% clamp(7rem, 13vh, 9rem); }
.hero__seal { width: 54px; height: 54px; margin-bottom: clamp(1.5rem, 4vh, 2.5rem); overflow: hidden; border: 1px solid rgb(243 240 232 / 55%); }
.hero__seal img { height: 100%; object-fit: cover; }
.eyebrow { margin: 0 0 1rem; color: var(--gold); font-size: .72rem; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; }
.eyebrow--dark { color: var(--blue-deep); }
h1, h2, h3, p { text-wrap: pretty; }
h1 { max-width: 13ch; margin: 0; font: 500 clamp(3.2rem, 5.6vw, 5.1rem)/.96 var(--display); letter-spacing: -.055em; }
.hero__lead { max-width: 47ch; margin: 1.35rem 0 1.65rem; color: rgb(243 240 232 / 78%); font-size: clamp(1rem, 1.35vw, 1.18rem); line-height: 1.55; }
.text-action { width: fit-content; min-height: 46px; display: inline-flex; align-items: center; gap: 1rem; text-decoration: none; border-bottom: 1px solid var(--gold); font-size: .78rem; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.text-action span { font-size: 1.1rem; transition: transform .2s ease; }.text-action:hover span { transform: translateY(4px); }
.hero__proof { position: absolute; z-index: 4; left: 50%; right: 5%; bottom: 0; margin: 0; display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line-light); }
.hero__proof div { min-height: 92px; padding: 1rem; border-right: 1px solid var(--line-light); backdrop-filter: blur(8px); background: rgb(13 23 30 / 32%); }
.hero__proof dt { color: var(--gold); font-size: .65rem; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.hero__proof dd { margin: .25rem 0 0; font-size: .87rem; }
.hero__index { position: absolute; z-index: 4; right: 1.3rem; top: 50%; writing-mode: vertical-rl; font-size: .64rem; letter-spacing: .14em; color: rgb(243 240 232 / 55%); }

.section { padding-block: var(--section); }
.section-shell { width: var(--container); margin-inline: auto; }
h2 { margin: 0; font: 500 clamp(2.6rem, 5vw, 5rem)/1 var(--display); letter-spacing: -.052em; }
h3 { margin: 0; font: 600 1.2rem/1.2 var(--display); letter-spacing: -.02em; }
.lead { font-size: clamp(1.2rem, 2vw, 1.65rem); line-height: 1.38; letter-spacing: -.02em; }
.practice-intro { background: var(--paper); }
.practice-intro__grid { display: grid; grid-template-columns: 1.25fr .75fr; gap: clamp(3rem, 9vw, 8rem); align-items: start; }
.practice-intro h2 { max-width: 13ch; }
.practice-intro__copy { padding-top: 2rem; border-top: 1px solid var(--line-dark); }
.practice-intro__copy p:not(.lead) { color: var(--muted); }
.line-link { display: inline-flex; min-height: 44px; align-items: center; margin-top: 1.4rem; padding-bottom: .25rem; text-decoration: none; border-bottom: 1px solid var(--blue-deep); color: var(--blue-deep); font-weight: 600; }

.projects { background: #e7e3da; }
.section-head { display: grid; grid-template-columns: 1fr minmax(280px, .48fr); gap: clamp(2rem, 7vw, 6rem); align-items: end; }
.section-head h2 { max-width: 12ch; }.section-head > p { margin: 0; color: var(--muted); }
.project-filters { display: flex; flex-wrap: wrap; gap: .5rem; margin: clamp(2.5rem, 5vw, 4rem) 0 1.5rem; padding-top: 1.5rem; border-top: 1px solid var(--line-dark); }
.project-filters button { min-height: 44px; padding: .65rem 1rem; border: 1px solid var(--line-dark); background: transparent; color: var(--text); cursor: pointer; font-size: .72rem; font-weight: 700; letter-spacing: .07em; text-transform: uppercase; }
.project-filters button.is-active { background: var(--ink); color: var(--paper); border-color: var(--ink); }
.project-grid { display: grid; grid-template-columns: repeat(12, 1fr); gap: clamp(1rem, 2vw, 1.6rem); }
.project-card { grid-column: span 5; position: relative; min-width: 0; }
.project-card--wide { grid-column: span 7; }.project-card--tall { grid-column: span 7; }
.project-card[hidden] { display: none; }
.project-card__image { height: clamp(310px, 42vw, 590px); overflow: hidden; background: var(--ink-soft); }
.project-card__image img { height: 100%; object-fit: cover; transition: transform .7s var(--ease), filter .4s ease; }
.project-card:hover .project-card__image img, .project-card:focus .project-card__image img { transform: scale(1.035); filter: saturate(1.06); }
.project-card__meta { display: flex; justify-content: space-between; gap: 1rem; align-items: baseline; padding-block: .9rem 1.8rem; border-top: 1px solid var(--line-dark); }
.project-card__meta p { margin: 0; color: var(--blue-deep); font-size: .69rem; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.project-card__meta h3 { text-align: right; }
.filter-empty { margin: 2rem 0 0; padding: 2rem; border: 1px solid var(--line-dark); }

.process { display: grid; grid-template-columns: 44% 56%; padding: 0; min-height: 850px; background: var(--ink); color: var(--paper); }
.process__media { position: relative; min-height: 100%; overflow: hidden; }
.process__media img { position: absolute; inset: 0; height: 100%; object-fit: cover; filter: saturate(.68) contrast(1.05); }
.process__media::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 50%, rgb(13 23 30 / 78%)); }
.process__media span { position: absolute; z-index: 2; left: 8%; right: auto; bottom: 2rem; width: fit-content; max-width: 84%; padding: .45rem .55rem; background: rgb(13 23 30 / 82%); color: var(--paper); font-size: .72rem; letter-spacing: .11em; text-transform: uppercase; }
.process__content { padding: var(--section) max(8%, var(--gutter)); }
.process__content h2 { max-width: 20ch; font-size: clamp(2.6rem, 4vw, 3.8rem); }.process__intro { max-width: 52ch; color: rgb(243 240 232 / 68%); }
.process-list { margin: clamp(2.5rem, 5vw, 4rem) 0 0; padding: 0; list-style: none; border-top: 1px solid var(--line-light); }
.process-list li { display: grid; grid-template-columns: 48px 1fr; gap: 1rem; padding-block: 1.25rem; border-bottom: 1px solid var(--line-light); }
.process-list li > span { color: var(--gold); font-size: .68rem; letter-spacing: .08em; }
.process-list h3 { color: var(--paper); }.process-list p { max-width: 53ch; margin: .45rem 0 0; color: rgb(243 240 232 / 62%); font-size: .92rem; }

.range { display: grid; grid-template-columns: 1fr .8fr .55fr; min-height: 720px; padding: 0; background: var(--blue-deep); color: var(--paper); }
.range__image, .range__portrait { min-width: 0; overflow: hidden; }
.range__image img { height: 100%; object-fit: cover; }
.range__statement { display: flex; flex-direction: column; justify-content: center; padding: var(--gutter); border-inline: 1px solid var(--line-light); }
.range .eyebrow { color: var(--paper); }.range__statement h2 { max-width: 8ch; }.range__statement > p:last-child { max-width: 40ch; color: var(--paper); }
.range__portrait { display: flex; flex-direction: column; justify-content: flex-end; }
.range__portrait img { height: 64%; object-fit: cover; object-position: 50% 30%; filter: grayscale(.2); }
.range__portrait p { margin: 0; padding: 1.3rem; font-size: .84rem; color: var(--paper); }.range__portrait strong { color: var(--paper); }

.inquiry { background: #d8b64d; color: var(--ink); }
.inquiry .eyebrow { color: var(--ink); }.inquiry h2 { max-width: 10ch; }.inquiry .lead { max-width: 48ch; }
.inquiry__grid { display: grid; grid-template-columns: 1.05fr .95fr; gap: clamp(3rem, 9vw, 8rem); }
.inquiry__details { border-top: 1px solid rgb(13 23 30 / 38%); }
.inquiry__details > div { display: grid; grid-template-columns: 145px 1fr; gap: 1rem; padding-block: 1rem; border-bottom: 1px solid rgb(13 23 30 / 28%); }
.inquiry__details span { font-size: .68rem; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }.inquiry__details p { margin: 0; }
.inquiry__action { min-height: 48px; margin-top: 1.5rem; padding: .9rem 1.25rem; border: 1px solid var(--ink); background: var(--ink); color: var(--paper); font: inherit; }
.review-note { margin: 1.4rem 0 0; font-size: .8rem; opacity: .72; }

.site-footer { display: grid; grid-template-columns: 1fr 1fr auto; gap: 2rem; align-items: end; padding: clamp(2.5rem, 5vw, 4rem) 5%; background: var(--ink); color: var(--paper); border-top: 1px solid var(--line-light); }
.site-footer__brand { display: flex; align-items: center; gap: 1rem; }.site-footer p { margin: 0; color: rgb(243 240 232 / 62%); font-size: .78rem; }.site-footer > p:nth-child(2) { max-width: 42ch; }
.reveal { opacity: 1; transform: none; }

@keyframes grid-draw { from { transform: scaleY(0); } to { transform: scaleY(1); } }
@keyframes hero-settle { from { transform: scale(1.08); } to { transform: scale(1.025); } }

@media (max-width: 1024px) {
  .hero__media { inset-inline-start: 30%; }.hero__proof { left: 42%; }.hero__content { width: min(94%, 720px); }
  .practice-intro__grid { gap: 4rem; }.range { grid-template-columns: 1fr 1fr; }.range__portrait { grid-column: 1 / -1; height: 360px; display: grid; grid-template-columns: 1fr 1fr; }.range__portrait img { height: 100%; }.range__portrait p { align-self: end; }
}

@media (max-width: 768px) {
  .desktop-nav { display: none; }.menu-toggle { display: block; }.site-header { height: 72px; }.site-header.is-scrolled { height: 64px; }
  .hero { min-height: 100svh; }.hero__media { inset: 0; }.hero__media img { object-position: 56% center; }.hero__shade { background: linear-gradient(180deg, rgb(13 23 30 / 72%) 0%, rgb(13 23 30 / 64%) 32%, rgb(13 23 30 / 92%) 78%, var(--ink) 100%); }
  .hero__grid { grid-template-columns: repeat(2, 1fr); }.hero__grid i:nth-child(n+3) { display: none; }
  .hero__content { min-height: 100svh; width: 100%; justify-content: flex-end; padding: 7rem 5% 9.5rem; }.hero__seal { margin-bottom: 1.2rem; }
  h1 { max-width: 11ch; font-size: clamp(2.65rem, 11.5vw, 4.2rem); }.hero__lead { margin-block: 1rem 1.25rem; }
  .hero__proof { left: 0; right: 0; }.hero__proof div { min-height: 82px; padding: .75rem 5%; }.hero__proof dd { font-size: .72rem; }.hero__index { display: none; }
  .practice-intro__grid, .section-head, .inquiry__grid { grid-template-columns: 1fr; }.practice-intro__grid, .inquiry__grid { gap: 2.5rem; }.practice-intro__copy { padding-top: 1.5rem; }
  .section-head { gap: 1.5rem; }.project-filters { overflow-x: auto; flex-wrap: nowrap; -webkit-overflow-scrolling: touch; scrollbar-width: none; padding-bottom: 4px; }.project-filters::-webkit-scrollbar { display: none; }.project-filters > * { flex-shrink: 0; }
  .project-grid { grid-template-columns: 1fr; }.project-card, .project-card--wide, .project-card--tall { grid-column: 1; }.project-card__image { height: min(78vw, 470px); }
  .process { grid-template-columns: 1fr; min-height: 0; }.process__media { min-height: 62svh; }.process__content { padding: var(--section) 5%; }
  .range { grid-template-columns: 1fr; min-height: 0; }.range__image { min-height: 74svh; }.range__statement { min-height: 540px; padding: var(--section) 5%; border-inline: 0; border-block: 1px solid var(--line-light); }.range__portrait { grid-column: 1; height: auto; min-height: 520px; display: flex; }.range__portrait img { height: 420px; }
  .site-footer { grid-template-columns: 1fr; align-items: start; }
}

@media (max-width: 480px) {
  .brand__name { font-size: .64rem; }.brand__mark { width: 38px; height: 38px; }.menu-toggle { width: 48px; height: 48px; }
  .hero__content { padding-top: 5.5rem; padding-bottom: 9rem; }.hero__seal { width: 46px; height: 46px; }.hero__proof div:nth-child(2) { border-right: 0; }.hero__proof div:nth-child(3) { display: none; }
  .hero__proof { grid-template-columns: repeat(2, 1fr); }.section { padding-block: clamp(4.5rem, 18vw, 6rem); }
  .project-card__meta { display: block; }.project-card__meta h3 { margin-top: .35rem; text-align: left; }
  .inquiry__details > div { grid-template-columns: 1fr; gap: .25rem; }.range__image { min-height: 65svh; }.range__portrait img { height: 360px; }
}

@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; }.project-card__image { clip-path: inset(0); }
}

/* Brand fidelity: official client logo */
.client-logo{display:block;width:auto;max-width:min(240px,42vw);height:clamp(34px,4vw,54px);object-fit:contain;object-position:left center}footer .client-logo{height:clamp(30px,3vw,44px);max-width:min(220px,48vw)}
.brand .client-logo--mark{flex:0 0 auto;width:38px;height:38px;max-width:none;border-radius:50%;object-fit:cover}
