@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600&family=Manrope:wght@400;500;600&display=swap');

:root {
  --ink: #050505;
  --surface: #0c0c0d;
  --surface-2: #121214;
  --paper: #f3f2ef;
  --muted: #aaa9a5;
  --line: rgba(255, 255, 255, 0.16);
  --line-strong: rgba(255, 255, 255, 0.32);
  --silver: #c8c9cb;
  --max: 1320px;
  --pad: clamp(1.25rem, 4vw, 4.5rem);
  --section: clamp(3.75rem, 6vw, 6.5rem);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; background: var(--ink); }
body {
  margin: 0;
  color: var(--paper);
  background: var(--ink);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 16px;
  line-height: 1.65;
  overflow-x: hidden;
}
body.menu-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
button, input, textarea, select { font: inherit; }
img { display: block; max-width: 100%; }
::selection { color: var(--ink); background: var(--paper); }

.skip-link {
  position: fixed;
  z-index: 200;
  top: 0.8rem;
  left: 0.8rem;
  transform: translateY(-150%);
  padding: 0.7rem 1rem;
  color: var(--ink);
  background: var(--paper);
}
.skip-link:focus { transform: translateY(0); }

.site-header {
  position: fixed;
  z-index: 100;
  inset: 0 0 auto;
  height: 78px;
  border-bottom: 1px solid transparent;
  transition: background 240ms ease, border-color 240ms ease;
}
.site-header.scrolled {
  background: rgba(5, 5, 5, 0.92);
  border-color: var(--line);
  backdrop-filter: blur(16px);
}
.nav-shell {
  width: min(var(--max), 100%);
  height: 100%;
  margin: 0 auto;
  padding: 0 var(--pad);
  display: grid;
  grid-template-columns: 180px 1fr auto;
  align-items: center;
  gap: 2rem;
}
.wordmark {
  font-family: Manrope, sans-serif;
  font-size: 1.2rem;
  font-weight: 500;
  letter-spacing: 0.23em;
}
.header-brand { display: inline-flex; width: 164px; align-items: center; }
.header-brand img { display: block; width: 100%; height: auto; mix-blend-mode: screen; }
.nav-links { display: flex; justify-content: center; align-items: center; gap: clamp(1rem, 2.4vw, 2.5rem); }
.nav-link, .nav-drop-button {
  position: relative;
  border: 0;
  padding: 0.4rem 0;
  color: #cacac7;
  background: none;
  font-size: 0.78rem;
  letter-spacing: 0.13em;
  text-transform: uppercase;
  cursor: pointer;
}
.nav-link::after, .nav-drop-button::after {
  content: "";
  position: absolute;
  inset: auto 0 -0.25rem;
  height: 1px;
  background: var(--paper);
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 220ms ease;
}
.nav-link:hover::after, .nav-link.active::after, .nav-drop-button:hover::after, .nav-drop.active .nav-drop-button::after { transform: scaleX(1); transform-origin: left; }
.nav-link:hover, .nav-link.active, .nav-drop-button:hover { color: var(--paper); }
.nav-drop { position: relative; }
.nav-menu {
  position: absolute;
  top: calc(100% + 1rem);
  left: -1.1rem;
  min-width: 250px;
  padding: 0.55rem;
  opacity: 0;
  visibility: hidden;
  transform: translateY(-6px);
  background: #111;
  border: 1px solid var(--line);
  transition: 180ms ease;
}
.nav-drop:hover .nav-menu, .nav-drop:focus-within .nav-menu { opacity: 1; visibility: visible; transform: none; }
.nav-menu a { display: block; padding: 0.75rem 0.8rem; color: var(--muted); font-size: 0.82rem; }
.nav-menu a:hover { color: white; background: #181818; }
.nav-actions { display: flex; align-items: center; gap: 1.2rem; }
.lang-switch { display: flex; gap: 0.4rem; color: var(--muted); font-size: 0.78rem; letter-spacing: 0.08em; }
.lang-switch button { border: 0; padding: 0.3rem; color: inherit; background: none; cursor: pointer; }
.lang-switch button.active { color: white; }
.header-cta { padding: 0.72rem 1rem; border: 1px solid var(--line-strong); font-size: 0.72rem; letter-spacing: 0.09em; text-transform: uppercase; transition: 180ms ease; }
.header-cta:hover { color: var(--ink); background: var(--paper); }
.menu-toggle { display: none; width: 42px; height: 42px; border: 1px solid var(--line); color: white; background: transparent; cursor: pointer; }
.menu-toggle span { display: block; width: 18px; height: 1px; margin: 5px auto; background: currentColor; transition: 180ms ease; }
.mobile-panel { display: none; }

.container { width: min(var(--max), 100%); margin: 0 auto; padding-left: var(--pad); padding-right: var(--pad); }
.section { padding-top: var(--section); padding-bottom: var(--section); }
.surface { background: var(--surface); }
.surface-2 { background: var(--surface-2); }
.eyebrow { margin: 0 0 1.5rem; color: var(--silver); font-size: 0.73rem; letter-spacing: 0.18em; text-transform: uppercase; }
h1, h2, h3 { margin: 0; font-family: Manrope, sans-serif; font-weight: 400; letter-spacing: -0.035em; line-height: 1.08; }
h1 { font-size: clamp(3.2rem, 8vw, 8.2rem); }
h2 { font-size: clamp(2.25rem, 5vw, 5rem); }
h3 { font-size: clamp(1.4rem, 2.4vw, 2.3rem); }
p { margin: 0; }
.lead { max-width: 720px; color: #d4d3cf; font-size: clamp(1.1rem, 1.8vw, 1.45rem); line-height: 1.6; }
.measure { max-width: 620px; color: var(--muted); font-size: 1rem; }
.display-line { display: block; }
.muted { color: var(--muted); }
.button-row { display: flex; flex-wrap: wrap; gap: 0.8rem; margin-top: 2.5rem; }
.button { display: inline-flex; min-height: 48px; align-items: center; justify-content: center; gap: 0.75rem; padding: 0.8rem 1.25rem; border: 1px solid var(--line-strong); color: var(--paper); font-size: 0.76rem; letter-spacing: 0.1em; text-transform: uppercase; transition: 180ms ease; }
.button:hover { color: var(--ink); background: var(--paper); border-color: var(--paper); }
.button.light { color: var(--ink); background: var(--paper); border-color: var(--paper); }
.button.light:hover { color: var(--paper); background: transparent; }
.arrow { font-size: 1.1em; transition: transform 180ms ease; }
.button:hover .arrow, .text-link:hover .arrow { transform: translateX(4px); }
.text-link { display: inline-flex; align-items: center; gap: 0.65rem; margin-top: 1.8rem; padding-bottom: 0.25rem; border-bottom: 1px solid var(--line-strong); font-size: 0.75rem; letter-spacing: 0.1em; text-transform: uppercase; }

.hero {
  min-height: 88svh;
  padding: 130px var(--pad) 72px;
  display: grid;
  place-items: center;
  text-align: center;
  position: relative;
}
.hero-inner { width: min(1440px, 100%); }
.hero-logo { width: min(645px, 86vw); margin: 0 auto 2rem; mix-blend-mode: screen; animation: intro 900ms ease both; }
.hero h1 { max-width: 1400px; margin: 0 auto; font-size: clamp(2.15rem, 4vw, 3.8rem); white-space: nowrap; animation: intro 900ms 140ms ease both; }
.hero-copy { max-width: 670px; margin: 1.7rem auto 0; color: var(--muted); font-size: clamp(1rem, 1.5vw, 1.25rem); animation: intro 900ms 260ms ease both; }
.language-line { margin-top: 2.2rem; color: var(--silver); font-size: 0.77rem; letter-spacing: 0.18em; text-transform: uppercase; animation: intro 900ms 380ms ease both; }
.hero .button-row { justify-content: center; animation: intro 900ms 500ms ease both; }
.scroll-note { position: absolute; bottom: 1.5rem; left: 50%; transform: translateX(-50%); color: #777; font-size: 0.65rem; letter-spacing: 0.16em; text-transform: uppercase; }
@keyframes intro { from { opacity: 0; transform: translateY(12px); } to { opacity: 1; transform: translateY(0); } }

.feature-image { position: relative; height: min(76vw, 820px); min-height: 520px; overflow: hidden; background: #161616; }
.feature-image img { width: 100%; height: 100%; object-fit: cover; filter: saturate(0.72) contrast(1.04); }
.feature-image::after { content: ""; position: absolute; inset: 0; background: linear-gradient(to bottom, rgba(5,5,5,.08), rgba(5,5,5,.16)); pointer-events: none; }
.image-caption { position: absolute; z-index: 2; right: var(--pad); bottom: 1.2rem; color: rgba(255,255,255,.74); font-size: 0.7rem; letter-spacing: 0.08em; text-transform: uppercase; }

.intro-grid { display: grid; grid-template-columns: 0.82fr 1.18fr; gap: clamp(3rem, 9vw, 9rem); align-items: start; }
.intro-grid .lead { margin-top: 0.4rem; }
.statements { margin-top: 4rem; border-top: 1px solid var(--line); }
.statement { padding: 2rem 0; border-bottom: 1px solid var(--line); }
.statement p { max-width: 600px; color: var(--muted); }

.service-list { margin-top: 5rem; border-top: 1px solid var(--line); }
.service-band { display: grid; grid-template-columns: 1fr 1.15fr auto; gap: 2rem; align-items: center; min-height: 220px; padding: 2.2rem 0; border-bottom: 1px solid var(--line); }
.service-band h3 { font-size: clamp(1.65rem, 3vw, 3.2rem); }
.service-band p { max-width: 510px; color: var(--muted); }
.service-band .round-link { display: grid; width: 48px; height: 48px; place-items: center; border: 1px solid var(--line-strong); border-radius: 50%; transition: 200ms ease; }
.service-band:hover .round-link { color: var(--ink); background: var(--paper); transform: translateX(5px); }

.split-media { display: grid; grid-template-columns: 1.12fr .88fr; gap: clamp(2.5rem, 7vw, 8rem); align-items: center; }
.split-media.reverse { grid-template-columns: .88fr 1.12fr; }
.split-media.reverse .media-frame { order: 2; }
.media-frame { aspect-ratio: 4/5; overflow: hidden; background: #171717; }
.media-frame.landscape { aspect-ratio: 4/3; }
.media-frame img { width: 100%; height: 100%; object-fit: cover; filter: saturate(.78); transition: transform 700ms ease; }
.media-frame:hover img { transform: scale(1.018); }
.copy-stack > * + * { margin-top: 1.5rem; }
.copy-stack .button { margin-top: 2.5rem; }

.image-pair { display: grid; grid-template-columns: 1.15fr .85fr; gap: 1rem; }
.image-card { position: relative; overflow: hidden; background: #161616; }
.image-card:first-child { aspect-ratio: 4/3; }
.image-card:last-child { aspect-ratio: 3/4; margin-top: 6rem; }
.image-card img { width: 100%; height: 100%; object-fit: cover; filter: saturate(.76); }

.page-hero { min-height: 64svh; padding-top: 145px; padding-bottom: 65px; display: flex; align-items: flex-end; border-bottom: 1px solid var(--line); }
.page-hero-grid { display: grid; grid-template-columns: 1.25fr .75fr; gap: 4rem; align-items: end; }
.page-hero h1 { max-width: 970px; }
.page-hero .lead { align-self: end; }
.page-hero.compact { min-height: 42svh; padding-top: 120px; padding-bottom: 48px; }
.page-hero.compact h1 { max-width: 780px; font-size: clamp(2.25rem, 4.2vw, 4.4rem); line-height: 1.12; }
.page-hero.compact .lead { max-width: 540px; font-size: clamp(1rem, 1.35vw, 1.16rem); }
.services-direct { padding-top: 3.25rem; }
.services-direct .detail-grid { margin-top: 1.4rem; }
.compact-quote { padding-top: 4rem; padding-bottom: 4rem; }
.compact-quote .button-row { margin-top: 0; }
.cop30-portrait img { object-position: center 18%; }

.page-intro { display: grid; grid-template-columns: .65fr 1.35fr; gap: clamp(3rem, 9vw, 10rem); }
.page-intro .lead { max-width: 820px; }
.pill-row { display: flex; flex-wrap: wrap; gap: .55rem; margin-top: 2rem; }
.pill { padding: .45rem .72rem; border: 1px solid var(--line); color: #c4c4c0; font-size: .72rem; letter-spacing: .05em; text-transform: uppercase; }

.detail-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1px; margin-top: 4rem; background: var(--line); border: 1px solid var(--line); }
.detail-card { min-height: 270px; padding: clamp(1.5rem, 3vw, 3rem); background: var(--surface); }
.detail-card h3 { margin: 3rem 0 1rem; }
.detail-card p { max-width: 480px; color: var(--muted); }

.process { display: grid; grid-template-columns: repeat(4, 1fr); margin-top: 4rem; border-top: 1px solid var(--line); }
.process-step { min-height: 250px; padding: 1.7rem 1.5rem 1.7rem 0; border-right: 1px solid var(--line); }
.process-step + .process-step { padding-left: 1.5rem; }
.process-step:last-child { border-right: 0; }
.process-step h3 { margin: 3rem 0 1rem; font-size: 1.35rem; }
.process-step p { color: var(--muted); font-size: .92rem; }

.gallery { display: grid; grid-template-columns: repeat(12, 1fr); gap: 1rem; margin-top: 5rem; }
.gallery figure { margin: 0; position: relative; overflow: hidden; background: #181818; }
.gallery figure:nth-child(1) { grid-column: 1/8; aspect-ratio: 4/3; }
.gallery figure:nth-child(2) { grid-column: 8/13; aspect-ratio: 3/4; }
.gallery figure:nth-child(3) { grid-column: 2/6; aspect-ratio: 3/4; }
.gallery figure:nth-child(4) { grid-column: 6/13; aspect-ratio: 4/3; }
.gallery img { width: 100%; height: 100%; object-fit: cover; filter: saturate(.72); transition: transform 650ms ease; }
.gallery figure:hover img { transform: scale(1.02); }
.gallery figcaption { position: absolute; inset: auto .9rem .8rem; font-size: .7rem; letter-spacing: .08em; text-transform: uppercase; text-shadow: 0 1px 10px black; }
.gallery.two-up { grid-template-columns: repeat(2, 1fr); gap: 1rem; }
.gallery.two-up figure:nth-child(1), .gallery.two-up figure:nth-child(2) { grid-column: auto; margin-top: 0; aspect-ratio: 4/5; }
.gallery.two-up.experience-gallery figure:nth-child(1), .gallery.two-up.experience-gallery figure:nth-child(2) { aspect-ratio: 4/3; }
.interpretation-gallery figure:first-child img { object-position: center 58%; }

.selected-experience-heading { display: grid; grid-template-columns: .55fr 1.45fr; gap: clamp(2rem, 7vw, 8rem); align-items: start; }
.selected-experience-heading h2 { max-width: 850px; font-size: clamp(2rem, 4vw, 4rem); }
.client-list { display: grid; grid-template-columns: repeat(3, 1fr); margin-top: 5rem; border-top: 1px solid var(--line); }
.client-group { padding: 2rem 2rem 0 0; border-right: 1px solid var(--line); }
.client-group + .client-group { padding-left: 2rem; }
.client-group:last-child { border-right: 0; }
.client-group h3 { min-height: 3.2rem; color: var(--silver); font-family: Inter, sans-serif; font-size: .77rem; font-weight: 500; letter-spacing: .12em; text-transform: uppercase; }
.client-group ul { margin: 1.25rem 0 0; padding: 0; list-style: none; }
.client-group li { padding: .85rem 0; border-bottom: 1px solid var(--line); color: #d7d6d2; font-family: Manrope, sans-serif; font-size: clamp(1rem, 1.35vw, 1.2rem); }
.client-group .list-continuation { color: #777; font-size: 1.35rem; line-height: 1; }
.founder-copy > .lead,
.founder-copy > .measure { max-width: 620px; color: var(--muted); font-size: clamp(1.08rem, 1.55vw, 1.25rem); line-height: 1.62; }
.founder-principle { margin-top: 2rem !important; padding: 1.2rem 0 1.2rem 1.4rem; border-left: 1px solid var(--silver); color: #deddd9; font-family: Manrope, sans-serif; font-size: 1.05rem; line-height: 1.55; }

.language-feature { display: grid; grid-template-columns: repeat(4, 1fr); margin-top: 4rem; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.language-feature div { padding: 2rem 1rem; border-right: 1px solid var(--line); text-align: center; }
.language-feature div:last-child { border-right: 0; }
.language-feature strong { display: block; font-family: Manrope, sans-serif; font-size: clamp(1.05rem, 1.8vw, 1.45rem); font-weight: 400; }

.values { display: grid; grid-template-columns: repeat(4, 1fr); margin-top: 4rem; border-top: 1px solid var(--line); }
.value { padding: 2rem 1.6rem 1rem 0; border-right: 1px solid var(--line); }
.value + .value { padding-left: 1.6rem; }
.value:last-child { border-right: 0; }
.value h3 { font-size: 1.25rem; }
.value p { margin-top: .9rem; color: var(--muted); font-size: .9rem; }

.quote-section { padding: clamp(3.75rem, 6vw, 6.5rem) 0; border-top: 1px solid var(--line); text-align: center; }
.quote-section h2 { max-width: 900px; margin: 0 auto; }
.quote-section .button-row { justify-content: center; }

.form-layout { display: grid; grid-template-columns: .7fr 1.3fr; gap: clamp(3rem, 8vw, 9rem); align-items: start; }
.contact-section .form-layout { align-items: stretch; }
.contact-copy { display: flex; flex-direction: column; }
.contact-direct { display: grid; gap: .85rem; margin-top: auto; padding-top: 3rem; }
.contact-method { display: flex; width: fit-content; align-items: center; gap: .7rem; color: #d4d3cf; font-family: Manrope, sans-serif; font-size: 1rem; line-height: 1.4; transition: color 180ms ease; }
.contact-method:hover, .contact-method:focus-visible { color: white; }
.contact-symbols { display: inline-flex; flex: none; align-items: center; gap: .3rem; }
.contact-icon { width: 1.15rem; height: 1.15rem; flex: none; fill: none; stroke: currentColor; stroke-width: 1.6; stroke-linecap: round; stroke-linejoin: round; }
.whatsapp-icon path:last-child { fill: currentColor; stroke: none; }
.inquiry-tabs { display: flex; flex-wrap: wrap; gap: .5rem; margin-bottom: 2.5rem; }
.inquiry-tab { padding: .65rem .9rem; border: 1px solid var(--line); color: var(--muted); background: transparent; font-size: .75rem; cursor: pointer; }
.inquiry-tab.active { color: var(--ink); background: var(--paper); border-color: var(--paper); }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 1.3rem; }
.field { display: grid; gap: .5rem; }
.field.full { grid-column: 1/-1; }
.field label { color: #b9b9b6; font-size: .72rem; letter-spacing: .08em; text-transform: uppercase; }
.field input, .field select, .field textarea { width: 100%; min-height: 50px; padding: .8rem 0; border: 0; border-bottom: 1px solid var(--line-strong); border-radius: 0; color: white; background: transparent; outline: none; }
.field textarea { min-height: 130px; resize: vertical; }
.field input:focus, .field select:focus, .field textarea:focus { border-color: white; }
.field select { color-scheme: dark; }
.visually-hidden { position: absolute !important; width: 1px !important; height: 1px !important; padding: 0 !important; margin: -1px !important; overflow: hidden !important; clip: rect(0, 0, 0, 0) !important; white-space: nowrap !important; border: 0 !important; }
.form-error { margin-top: 1rem; color: #d8a5a5; font-size: .82rem; }
.success-panel { display: none; padding: 3rem; border: 1px solid var(--line); }
.success-panel.show { display: block; }
.success-panel h3 { margin-bottom: 1rem; }

.site-footer { border-top: 1px solid var(--line); background: #080808; }
.footer-top { display: grid; grid-template-columns: 1.2fr .7fr .7fr; gap: 4rem; padding-top: 5rem; padding-bottom: 5rem; }
.footer-brand { max-width: 420px; }
.footer-logo { display: block; width: min(190px, 100%); height: auto; margin-bottom: 1rem; mix-blend-mode: screen; }
.footer-brand p { color: var(--muted); }
.footer-column h3 { margin-bottom: 1.1rem; color: #707070; font-family: Inter, sans-serif; font-size: .7rem; letter-spacing: .13em; text-transform: uppercase; }
.footer-column a { display: block; width: fit-content; margin: .55rem 0; color: #c6c6c2; font-size: .9rem; }
.footer-column a:hover { color: white; }
.footer-bottom { display: flex; justify-content: space-between; gap: 2rem; padding-top: 1.25rem; padding-bottom: 1.4rem; border-top: 1px solid var(--line); color: #6e6e6e; font-size: .72rem; }

.reveal { opacity: 0; transform: translateY(20px); transition: opacity 650ms ease, transform 650ms ease; }
.reveal.visible { opacity: 1; transform: none; }
.grain { position: fixed; z-index: 999; inset: 0; pointer-events: none; opacity: .035; background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.7'/%3E%3C/svg%3E"); }

/* A denser desktop composition. */
@media (min-width: 1101px) {
  :root {
    --max: 1188px;
    --pad: clamp(1.125rem, 2.7vw, 3.04rem);
    --section: clamp(2.52rem, 4.05vw, 4.39rem);
  }

  .site-header { height: 54px; }
  .nav-shell { grid-template-columns: 122px 1fr auto; gap: 1.35rem; }
  .header-brand { width: 111px; }
  .nav-links { gap: clamp(.8rem, 1.62vw, 1.69rem); }
  .nav-link, .nav-drop-button { font-size: .72rem; }
  .nav-menu { top: calc(100% + .68rem); }
  .nav-menu a { padding: .5rem .63rem; font-size: .76rem; }
  .nav-actions { gap: .81rem; }
  .header-cta { padding: .5rem .72rem; }

  h1 { font-size: clamp(2.16rem, 5.4vw, 5.4rem); }
  h2 { font-size: clamp(1.69rem, 3.375vw, 3.15rem); }
  h3 { font-size: clamp(1.08rem, 1.62vw, 1.55rem); }
  .lead { font-size: clamp(1rem, 1.215vw, 1.05rem); }
  .eyebrow { margin-bottom: .99rem; }
  .button-row { margin-top: 1.69rem; }
  .button { min-height: 44px; padding: .65rem 1rem; }
  .text-link { margin-top: 1.22rem; }

  .hero { min-height: 59.4svh; padding-top: 88px; padding-bottom: 49px; }
  .hero-logo { width: min(436px, 58vw); margin-bottom: 1.35rem; }
  .hero h1 { font-size: clamp(1.58rem, 2.7vw, 2.57rem); }
  .hero-copy { margin-top: 1.13rem; font-size: clamp(1rem, 1.013vw, 1.05rem); }
  .language-line { margin-top: 1.49rem; }
  .scroll-note { bottom: .9rem; }

  .feature-image {
    width: min(
      calc(100% - var(--pad) - var(--pad)),
      calc(var(--max) - var(--pad) - var(--pad))
    );
    height: auto;
    min-height: 0;
    margin-left: auto;
    margin-right: auto;
    aspect-ratio: 1203 / 572;
  }
  .feature-image img { object-fit: cover; object-position: center bottom; }

  .intro-grid { gap: clamp(2.03rem, 6.075vw, 6.08rem); }
  .statements { margin-top: 2.7rem; }
  .statement { padding: 1.35rem 0; }
  .service-list { margin-top: 3.38rem; }
  .service-band { min-height: 149px; padding: 1.49rem 0; }
  .service-band h3 { font-size: clamp(1.26rem, 2.025vw, 2.16rem); }
  .service-band .round-link { width: 44px; height: 44px; }

  .split-media { gap: clamp(1.8rem, 4.725vw, 5.4rem); }
  .copy-stack > * + * { margin-top: .99rem; }
  .copy-stack .button { margin-top: 1.58rem; }
  .image-card:last-child { margin-top: 4.05rem; }

  .page-hero,
  .page-hero.compact { min-height: 35.8svh; padding-top: 90px; padding-bottom: 38px; }
  .page-hero-grid { gap: 2.7rem; }
  .page-hero.compact h1 { font-size: clamp(1.58rem, 2.835vw, 2.97rem); }
  .page-hero.compact .lead { font-size: 1rem; }
  .services-page-hero h1 { font-size: clamp(1.9rem, 4.8vw, 4.8rem); }
  .about-page-hero h1 { font-size: clamp(1.8rem, 3.75vw, 3.75rem); }
  .contact-page-hero .page-hero-grid { grid-template-columns: 1.45fr .55fr; }
  .contact-page-hero h1 { max-width: none; font-size: clamp(2rem, 3.6vw, 3rem); white-space: nowrap; }
  .contact-intro-title { font-size: clamp(1.5rem, 2.7vw, 2.65rem); }
  .services-direct { padding-top: 2.2rem; }
  .compact-quote { padding-top: 2.7rem; padding-bottom: 2.7rem; }

  .page-intro { gap: clamp(2.03rem, 6.075vw, 6.75rem); }
  .detail-grid { margin-top: 2.7rem; }
  .detail-card { min-height: 183px; padding: clamp(1.26rem, 2.025vw, 2.03rem); }
  .detail-card h3 { margin: 2.03rem 0 .68rem; }
  .process { margin-top: 2.7rem; }
  .process-step { min-height: 169px; padding-top: 1.13rem; padding-bottom: 1.13rem; }
  .process-step h3 { margin: 2.03rem 0 .68rem; }
  .gallery { margin-top: 3.38rem; }

  .service-feature { padding-top: 2.25rem; padding-bottom: 2.25rem; }
  .service-feature .split-media { grid-template-columns: .7fr 1.3fr; gap: 2.7rem; }
  .service-feature .split-media.reverse { grid-template-columns: 1.3fr .7fr; }
  .service-feature h2 { font-size: clamp(1.26rem, 1.89vw, 2.07rem); }
  .service-feature .lead { max-width: 600px; font-size: 1rem; }
  .service-feature .copy-stack .button { margin-top: 1.22rem; }

  .interpretation-setting .split-media { grid-template-columns: .896fr 1.104fr; }
  .about-founder .split-media { grid-template-columns: .896fr 1.104fr; }
  .about-founder h2 { font-size: clamp(1.6rem, 3vw, 2.8rem); }
  .about-founder .founder-copy > .lead,
  .about-founder .founder-copy > .measure { font-size: 1rem; }

  .selected-experience-heading { gap: clamp(1.35rem, 4.725vw, 5.4rem); }
  .selected-experience-heading h2 { font-size: clamp(1.58rem, 2.7vw, 2.7rem); }
  .client-list { margin-top: 3.38rem; }
  .client-group { padding-top: 1.35rem; }
  .language-feature, .values { margin-top: 2.7rem; }

  .quote-section { padding-top: 4.39rem; padding-bottom: 4.39rem; }
  .form-layout { gap: clamp(2.03rem, 5.4vw, 6.08rem); }
  .contact-section { padding-bottom: calc(var(--section) + 8rem); }
  .contact-direct { position: relative; top: 8rem; transform: none; }
  .footer-top { gap: 2.7rem; padding-top: 3.38rem; padding-bottom: 3.38rem; }
}

@media (max-width: 1100px) {
  .nav-shell { grid-template-columns: 1fr auto; }
  .nav-links, .header-cta { display: none; }
  .menu-toggle { display: block; }
  .nav-actions { gap: .8rem; }
  body.menu-open .site-header { height: 100vh; height: 100dvh; overflow: hidden; background: #080808; border-color: var(--line); backdrop-filter: none; }
  body.menu-open .nav-shell { height: 78px; }
  .mobile-panel { position: absolute; z-index: 1; inset: 78px 0 0; padding: 2rem var(--pad) 3rem; display: flex; flex-direction: column; gap: .3rem; background: #080808; opacity: 0; visibility: hidden; transform: translateY(-8px); transition: 180ms ease; overflow-y: auto; overscroll-behavior: contain; }
  .mobile-panel.open { opacity: 1; visibility: visible; transform: none; }
  .mobile-panel > a { display: block; padding: 1rem 0; border-bottom: 1px solid var(--line); font-family: Manrope, sans-serif; font-size: 1.35rem; }
  .mobile-sub { display: flex; flex-wrap: wrap; align-items: center; padding: .7rem 0 .9rem 1rem; border-bottom: 1px solid var(--line); }
  .mobile-sub a { display: inline-flex; align-items: center; padding: .25rem .45rem; border: 0; color: var(--muted); font-family: Manrope, sans-serif; font-size: .82rem; }
  .mobile-sub a:first-child { padding-left: 0; }
  .mobile-sub a + a::before { content: "|"; margin-right: .45rem; color: #747474; font-weight: 400; }
  .page-hero-grid { grid-template-columns: 1fr; }
  .service-band { grid-template-columns: 1fr auto; }
  .service-band p { grid-column: 1/3; }
}

/* Tablet-only scale and spacing refinements. Content photography keeps its width. */
@media (min-width: 761px) and (max-width: 1100px) {
  html { font-size: 80%; }
  :root {
    --pad: clamp(1.25rem, 3.2vw, 4.5rem);
    --section: clamp(3.75rem, 4.8vw, 6.5rem);
  }

  body { font-size: 12.8px; }
  .site-header { height: 62px; }
  .nav-shell { height: 62px; }
  .header-brand { width: 131px; }
  .menu-toggle { width: 34px; height: 34px; }
  body.menu-open .nav-shell { height: 62px; }
  .mobile-panel { inset: 62px 0 0; }

  h1 { font-size: clamp(3.2rem, 6.4vw, 8.2rem); }
  h2 { font-size: clamp(2.25rem, 4vw, 5rem); }
  h3 { font-size: clamp(1.4rem, 1.92vw, 2.3rem); }
  .lead { font-size: clamp(1.1rem, 1.44vw, 1.45rem); }
  .button { min-height: 38px; }

  .hero { min-height: 70.4svh; padding-top: 104px; padding-bottom: 58px; }
  .hero-logo { width: min(516px, 68.8vw); }
  .hero h1 { font-size: clamp(2.15rem, 3.2vw, 3.8rem); }
  .hero-copy { font-size: clamp(1rem, 1.2vw, 1.25rem); }

  .feature-image {
    height: min(68.4vw, 738px);
    min-height: 468px;
  }
  .feature-image img { object-position: 60% center; }

  .intro-grid { gap: clamp(3rem, 7.2vw, 9rem); }
  .service-band { min-height: 176px; }
  .split-media { gap: clamp(2.5rem, 5.6vw, 8rem); }

  .page-hero,
  .page-hero.compact {
    min-height: auto;
    padding-top: 112px;
    padding-bottom: 52px;
  }
  .page-intro { gap: clamp(3rem, 7.2vw, 10rem); }
  .detail-card { min-height: 216px; }
  .process-step { min-height: 200px; }
  .form-layout { gap: clamp(3rem, 6.4vw, 9rem); }
  .field input, .field select, .field textarea { min-height: 40px; }
  .field textarea { min-height: 104px; }
}

@media (max-width: 760px) {
  .site-header { height: 68px; }
  body.menu-open .nav-shell { height: 68px; }
  .nav-shell { padding-left: 1.15rem; padding-right: 1.15rem; }
  .header-brand { width: 158px; }
  .mobile-panel { top: 68px; }
  .lang-switch { gap: .1rem; }
  .hero { min-height: 88svh; padding-top: 104px; padding-bottom: 58px; }
  .hero-logo { width: min(480px, 92vw); margin-bottom: 1.6rem; }
  .hero h1 { font-size: clamp(1.85rem, 8.2vw, 2.55rem); white-space: normal; }
  .feature-image { height: auto; min-height: 0; margin: 0; aspect-ratio: 1203 / 673; }
  .feature-image img { object-position: center; }
  .intro-grid, .page-intro, .split-media, .split-media.reverse, .form-layout { grid-template-columns: 1fr; }
  .split-media.reverse .media-frame { order: 0; }
  .service-band { grid-template-columns: 1fr auto; gap: .8rem; min-height: 0; padding: 2rem 0; }
  .service-band p { grid-column: 1/3; }
  .media-frame { aspect-ratio: 4/5; }
  .image-pair { grid-template-columns: 1fr; }
  .image-card:last-child { margin-top: 0; aspect-ratio: 4/3; }
  .page-hero { min-height: 58svh; padding-top: 116px; padding-bottom: 52px; }
  .page-hero.compact { min-height: auto; padding-top: 108px; padding-bottom: 40px; }
  .services-direct { padding-top: 2.5rem; }
  .detail-grid { grid-template-columns: 1fr; }
  .detail-card { min-height: 230px; }
  .process { grid-template-columns: 1fr 1fr; }
  .process-step:nth-child(2) { border-right: 0; }
  .process-step:nth-child(3) { padding-left: 0; }
  .process-step:nth-child(3), .process-step:nth-child(4) { border-top: 1px solid var(--line); }
  .gallery { gap: .55rem; }
  .gallery figure:nth-child(1), .gallery figure:nth-child(4) { grid-column: 1/13; }
  .gallery figure:nth-child(2) { grid-column: 1/7; }
  .gallery figure:nth-child(3) { grid-column: 7/13; }
  .gallery.two-up { grid-template-columns: 1fr; }
  .gallery.two-up figure:nth-child(1), .gallery.two-up figure:nth-child(2) { grid-column: auto; aspect-ratio: 4/5; }
  .gallery.two-up.experience-gallery figure:nth-child(1), .gallery.two-up.experience-gallery figure:nth-child(2) { aspect-ratio: 4/3; }
  .selected-experience-heading { grid-template-columns: 1fr; }
  .client-list { grid-template-columns: 1fr; margin-top: 3rem; }
  .client-group, .client-group + .client-group { padding: 2rem 0 0; border-right: 0; }
  .client-group h3 { min-height: 0; }
  .language-feature, .values { grid-template-columns: 1fr 1fr; }
  .language-feature div:nth-child(2), .values .value:nth-child(2) { border-right: 0; }
  .language-feature div:nth-child(n+3), .values .value:nth-child(n+3) { border-top: 1px solid var(--line); }
  .values .value:nth-child(3) { padding-left: 0; }
  .form-grid { grid-template-columns: 1fr; }
  .field.full { grid-column: auto; }
  .footer-top { grid-template-columns: 1fr 1fr; gap: 2.5rem; }
  .footer-brand { grid-column: 1/-1; }
  .footer-bottom { flex-direction: column; gap: .4rem; }
}

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