:root {
  --canvas: #f7f2e9;
  --bone: #eee7dc;
  --paper: #fffdf9;
  --ink: #1f1d1a;
  --body: #45413b;
  --muted: #726c64;
  --line: rgba(31, 29, 26, 0.14);
  --line-dark: rgba(255, 255, 255, 0.2);
  --wine: #971f35;
  --wine-deep: #681223;
  --wine-soft: #d9808f;
  --blush: #efd3d6;
  --dark: #1d1c1a;
  --black: #0d0d0c;
  --white: #fffdfa;
  --focus: #2f6fed;
  --display: "Exo 2", Arial, sans-serif;
  --body-font: "Exo 2", Arial, sans-serif;
  --shell: min(1320px, calc(100vw - 64px));
  --radius-sm: 10px;
  --radius: 18px;
  --pill: 999px;
  --ease: cubic-bezier(.22, 1, .36, 1);
}

* { box-sizing: border-box; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }
html { scroll-behavior: smooth; background: var(--canvas); }
body {
  margin: 0;
  background: var(--canvas);
  color: var(--ink);
  font-family: var(--body-font);
  font-size: 17px;
  line-height: 1.7;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
}
body.is-menu-open { overflow: hidden; }
[id] { scroll-margin-top: 96px; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
button, input, textarea { font: inherit; }
button { color: inherit; }
svg { width: 1.15em; height: 1.15em; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
::selection { background: var(--wine); color: white; }
:focus-visible { outline: 3px solid color-mix(in srgb, var(--focus) 55%, transparent); outline-offset: 4px; }

.shell { width: var(--shell); margin-inline: auto; }
.skip-link {
  position: fixed; left: 16px; top: 16px; z-index: 1000; transform: translateY(-160%);
  background: var(--ink); color: white; padding: 10px 16px; border-radius: var(--pill);
}
.skip-link:focus { transform: none; }

.eyebrow, .meta {
  margin: 0 0 18px;
  color: var(--muted);
  font-size: 12px;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: .13em;
  text-transform: uppercase;
}
.section { padding: clamp(88px, 10vw, 148px) 0; }
.section-heading {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: end;
  gap: 48px;
  margin-bottom: clamp(48px, 6vw, 84px);
}
.section-heading h2 {
  max-width: 880px;
  margin: 0;
  font: 600 clamp(42px, 5.8vw, 82px)/1.05 var(--display);
  letter-spacing: -.025em;
}
.section-heading--compact { align-items: center; margin-bottom: 34px; }
.section-heading--compact .eyebrow { margin: 0; }

.button {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 13px 22px;
  border: 1px solid transparent;
  border-radius: var(--pill);
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
  transition: background .3s var(--ease), color .3s var(--ease), border .3s var(--ease), transform .3s var(--ease);
}
.button:hover { transform: translateY(-2px); }
.button--ink { background: var(--ink); color: var(--white); }
.button--ink:hover { background: var(--wine); }
.button--accent { border: 0; background: var(--wine); color: white; cursor: pointer; }
.button--accent:hover { background: var(--wine-deep); }
.text-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  width: fit-content;
  border-bottom: 1px solid currentColor;
  padding-bottom: 3px;
  font-size: 14px;
  font-weight: 600;
}
.text-link svg { transition: transform .25s var(--ease); }
.text-link:hover svg { transform: translateX(4px); }

/* Header */
.site-header {
  position: sticky;
  z-index: 100;
  top: 0;
  height: 74px;
  border-bottom: 0;
  background: color-mix(in srgb, var(--canvas) 90%, transparent);
  backdrop-filter: blur(18px);
  transition: box-shadow .3s ease, background .3s ease;
}
.site-header.is-scrolled { background: color-mix(in srgb, var(--canvas) 96%, transparent); box-shadow: 0 10px 32px rgba(31,29,26,.06); }
.header__inner { display: grid; grid-template-columns: auto 1fr auto; align-items: center; height: 100%; gap: 28px; }
.wordmark { display: flex; align-items: center; width: 154px; height: 56px; }
.wordmark img { width: auto; height: 52px; max-width: 100%; object-fit: contain; object-position: left center; filter: brightness(0); }
.site-nav { display: flex; justify-content: center; align-items: center; gap: clamp(16px, 2.4vw, 34px); }
.site-nav a { position: relative; font-size: 13px; font-weight: 500; white-space: nowrap; }
.site-nav a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -8px; height: 1px; background: var(--wine); transition: right .3s var(--ease); }
.site-nav a:hover::after, .site-nav a[aria-current="page"]::after { right: 0; }
.header__tools { display: flex; align-items: center; gap: 14px; }
.language { display: flex; align-items: center; gap: 5px; color: var(--muted); font-size: 11px; font-weight: 600; }
.language a[aria-current="true"] { color: var(--ink); }
.nav-toggle { display: none; border: 0; background: none; padding: 8px; }

/* Home */
.home-hero {
  position: relative;
  isolation: isolate;
  display: grid;
  min-height: clamp(500px, 80svh, 800px);
  place-items: center;
  overflow: hidden;
  border-bottom: 1px solid var(--line);
  background: #42141e;
  color: white;
}
.home-hero::before, .home-hero::after { content: ""; position: absolute; inset: 0; pointer-events: none; }
.home-hero::before { z-index: 0; background: url("images/izmir-pasaport.png") center 70% / cover no-repeat; opacity: 1; transform: none; transition: opacity 1.15s ease, transform 1.65s var(--ease); }
.js .home-hero::before { opacity: 0; transform: scale(1.025); }
.js .home-hero.is-image-loaded::before { opacity: 1; transform: none; }
.home-hero::after { z-index: 1; background: linear-gradient(115deg, rgba(55,10,18,.76), rgba(88,18,25,.5) 48%, rgba(26,16,15,.42)); }
.home-hero__grid { position: relative; z-index: 2; display: grid; width: 100%; place-items: center; padding-block: clamp(72px, 9vw, 128px); text-align: center; }
.home-hero__copy { width: 100%; }
.home-hero h1 {
  margin: 0 0 24px;
}
.home-hero__logo { width: clamp(250px, 27vw, 420px); height: auto; margin-inline: auto; filter: drop-shadow(0 10px 32px rgba(24,8,11,.18)); }
.home-hero__lead { max-width: 650px; margin: 0 auto 34px; color: rgba(255,255,255,.86); font-size: clamp(16px, 1.35vw, 19px); line-height: 1.55; }
.hero-scroll { display: inline-flex; width: 56px; height: 56px; align-items: center; justify-content: center; border: 1px solid rgba(255,255,255,.65); border-radius: 50%; color: white; transition: transform .3s var(--ease), background .3s ease; }
.hero-scroll svg { width: 24px; height: 24px; fill: none; stroke: currentColor; stroke-width: 1.5; }
.hero-scroll:hover { transform: translateY(5px); background: rgba(255,255,255,.12); }
.expertise-eyebrow { margin-bottom: 24px; }
.expertise-board { display: grid; grid-template-columns: 1fr; border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden; background: var(--paper); }
.expertise-board__column { padding: clamp(26px, 4vw, 52px); }
.expertise-board__column--sectors { border-top: 1px solid var(--line); background: var(--bone); }
.expertise-board__title { display: flex; align-items: baseline; gap: 18px; padding-bottom: 25px; border-bottom: 1px solid var(--line); }
.expertise-board__title span { color: var(--wine); font-size: 10px; letter-spacing: .1em; }
.expertise-board__title h3 { margin: 0; font: 600 clamp(29px, 3.2vw, 48px)/1.05 var(--display); letter-spacing: -.02em; }
.expertise-list { display: grid; margin-top: 10px; }
.expertise-list { grid-template-columns: repeat(3, 1fr); column-gap: 28px; }
.expertise-list--services { grid-template-columns: repeat(2, minmax(0, 1fr)); column-gap: clamp(32px, 5vw, 72px); }
.expertise-list div { padding: 12px 0; border-bottom: 1px solid var(--line); color: var(--body); font-size: 13px; }
.expertise-list div:nth-last-child(-n + 3) { border-bottom: 0; }
.expertise-list--services > div { padding: 20px 0; }
.expertise-list--services > div:nth-last-child(-n + 3) { border-bottom: 1px solid var(--line); }
.expertise-list--services > div:nth-last-child(-n + 2) { border-bottom: 0; }
.expertise-list--services strong { display: block; color: var(--black); font: 600 18px/1.25 var(--display); }
.expertise-list--services span { display: block; margin-top: 7px; color: var(--muted); font-size: 12.5px; line-height: 1.58; }
.expertise-more { display: none; }

.about-home {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  padding: clamp(76px, 8vw, 112px) 0;
  border-block: 1px solid var(--line);
  background:
    radial-gradient(ellipse at 10% 16%, rgba(151,31,53,.055), transparent 38%),
    radial-gradient(ellipse at 90% 84%, rgba(104,18,35,.035), transparent 40%),
    linear-gradient(135deg, #fffdf9 0%, #f8f2e9 52%, #f0e7dc 100%);
}
.about-home__copy.prose { display: grid; max-width: none; grid-template-columns: repeat(2, minmax(0, 1fr)); column-gap: clamp(52px, 7vw, 110px); row-gap: clamp(42px, 5vw, 68px); align-items: start; }
.about-home__copy p { margin: 0; font-size: clamp(17px, 1.3vw, 19px); line-height: 1.78; }
.about-home__copy.prose .lead { grid-column: 1 / -1; color: var(--wine); font-size: clamp(28px, 2.65vw, 40px); line-height: 1.28; }
.about-home__copy p:not(.lead) { padding-top: clamp(26px, 2.5vw, 36px); border-top: 1px solid var(--line); }

.people-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 28px; }
.person-card { overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius); background: var(--paper); }
.person-card__image { display: block; overflow: hidden; aspect-ratio: 1; background: var(--bone); }
.person-card__image img { width: 100%; height: 100%; object-fit: cover; filter: grayscale(1); transition: transform .7s var(--ease), filter .5s ease; }
.person-card:hover .person-card__image img { transform: scale(1.025); filter: grayscale(0); }
.person-card__body { padding: 24px; }
.person-card__body .meta { margin-bottom: 10px; }
.person-card h3 { margin: 0 0 24px; font: 600 clamp(26px, 2.3vw, 36px)/1.08 var(--display); letter-spacing: -.02em; }
.person-card h3 a { transition: color .2s ease; }
.person-card h3 a:hover { color: var(--wine); }

.home-people { display: grid; gap: 24px; }
.home-founders { display: grid; grid-template-columns: repeat(2, 1fr); gap: 24px; }
.home-person { display: grid; grid-template-columns: 150px minmax(0, 1fr); overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius); background: var(--paper); }
.home-person--featured { grid-template-columns: minmax(250px, .58fr) minmax(0, 1.42fr); }
.home-person__image { width: 100%; margin: 0; padding: 0; min-height: 100%; overflow: hidden; border: 0; background: var(--bone); cursor: pointer; }
.home-person__image img { width: 100%; height: 100%; aspect-ratio: 1; object-fit: cover; filter: grayscale(1); transition: filter .45s ease, transform .7s var(--ease); }
.home-person--featured .home-person__image img { filter: grayscale(1); aspect-ratio: 4 / 5; }
.home-person__image:hover img { filter: grayscale(0); transform: scale(1.02); }
.home-person.is-color .home-person__image img { filter: grayscale(0); }
.home-person__body { padding: clamp(22px, 3vw, 40px); }
.home-person__body h3 { margin: 0 0 13px; font: 600 clamp(27px, 3.3vw, 48px)/1.05 var(--display); letter-spacing: -.025em; }
.home-founders .home-person__body h3 { font-size: clamp(24px, 2.5vw, 35px); }
.home-person__body > p:not(.meta) { margin: 18px 0; color: var(--body); font-size: 13px; line-height: 1.65; }

.contact-band { padding: clamp(64px, 7vw, 96px) 0; background: var(--wine); color: white; }
.contact-band .eyebrow { color: rgba(255,255,255,.65); }
.contact-band h2 { max-width: none; margin: 0 0 30px; font: 600 clamp(22px, 3vw, 40px)/1.15 var(--display); letter-spacing: -.015em; white-space: nowrap; }
.contact-band__digital { margin-bottom: 30px; }
.contact-band__email-group { display: flex; flex-direction: column; align-items: flex-start; }
.contact-band__label { margin-bottom: 16px; color: rgba(255,255,255,.48); font-size: 10px; font-weight: 600; letter-spacing: .13em; text-transform: uppercase; }
.contact-band__email { max-width: 100%; font-size: clamp(17px, 1.55vw, 23px); overflow-wrap: anywhere; }
.contact-band__social { display: inline-flex; align-items: center; gap: 8px; margin-top: 12px; padding-bottom: 4px; color: rgba(255,255,255,.75); font-size: 13px; transition: color .25s ease; }
.contact-band__social:hover { color: white; }
.contact-band__social svg { width: 17px; height: 17px; fill: currentColor; }
.contact-band__maps { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: clamp(24px, 3vw, 42px); }
.contact-band__maps figure { margin: 0; }
.contact-band__map-address { display: flex; min-height: 150px; flex-direction: column; align-items: flex-start; margin-bottom: 14px; font-style: normal; }
.contact-band__map-address strong { margin-bottom: 10px; font: 600 clamp(26px, 2.4vw, 34px)/1 var(--display); }
.contact-band__map-address > span { max-width: 470px; color: rgba(255,255,255,.66); font-size: 13px; line-height: 1.65; }
.contact-band__map-address > a { margin-top: 10px; color: rgba(255,255,255,.9); font-size: 14px; }
.contact-band__maps iframe { display: block; width: 100%; height: clamp(220px, 24vw, 290px); border: 0; border-radius: 12px; filter: grayscale(.78) contrast(.92); }

.legal-home { padding: clamp(82px, 9vw, 130px) 0; background: var(--bone); border-top: 1px solid var(--line); }
.legal-home__grid { display: grid; grid-template-columns: .65fr 1.35fr; gap: clamp(50px, 9vw, 140px); }
.legal-home h2 { margin: 0; font: 600 clamp(48px, 6.5vw, 90px)/1 var(--display); letter-spacing: -.025em; }
.legal-home__copy p { margin: 0 0 20px; color: var(--body); font-size: 14px; line-height: 1.75; }

/* Inner pages */
.page-hero { padding: clamp(84px, 9vw, 138px) 0 clamp(68px, 8vw, 112px); border-bottom: 1px solid var(--line); }
.page-hero--compact { padding-top: 20px; padding-bottom: 20px; }
.page-hero.page-hero--compact h1 { font-size: clamp(28px, 2.8vw, 38px); letter-spacing: -.025em; }
.page-hero--compact .page-hero__lead { max-width: 470px; font-size: clamp(15px, 1.25vw, 17px); }
.founders-list { padding-top: clamp(24px, 3vw, 40px); }
.page-hero__inner { display: grid; grid-template-columns: minmax(0, 1fr) minmax(300px, .6fr); column-gap: 60px; align-items: end; }
.page-hero .eyebrow { grid-column: 1 / -1; }
.page-hero h1 { max-width: 1000px; margin: 0; font: 600 clamp(62px, 9vw, 126px)/.98 var(--display); letter-spacing: -.03em; }
.page-hero__lead { align-self: end; max-width: 560px; margin: 0 0 8px; color: var(--body); font-size: clamp(17px, 1.5vw, 21px); }

.prose { max-width: 850px; }
.prose p { margin: 0 0 28px; color: var(--body); font-size: clamp(17px, 1.5vw, 20px); line-height: 1.75; }
.prose .lead { color: var(--ink); font: 500 clamp(28px, 3.7vw, 52px)/1.18 var(--display); letter-spacing: -.02em; }

.profile-hero { padding: clamp(54px, 7vw, 100px) 0 clamp(80px, 11vw, 160px); background: var(--bone); }
.profile-hero__grid { display: grid; grid-template-columns: minmax(320px, .75fr) minmax(0, 1.25fr); column-gap: clamp(54px, 9vw, 150px); row-gap: clamp(48px, 7vw, 90px); align-items: start; }
.profile-hero__photo { position: sticky; top: 110px; grid-row: 1 / span 2; height: fit-content; margin: 0; overflow: hidden; border-radius: var(--radius); background: #ddd5ca; }
.profile-hero__photo img { width: 100%; aspect-ratio: 1; object-fit: cover; filter: grayscale(1); }
.profile-hero--color .profile-hero__photo img { margin-left: 0; object-position: 25% 32%; filter: none; }
.profile-hero__intro { min-width: 0; }
.profile-hero h1 { max-width: none; margin: 0 0 28px; font: 600 clamp(42px, 5.2vw, 78px)/1.02 var(--display); letter-spacing: -.025em; white-space: nowrap; }
.profile-email { display: inline-block; border-bottom: 1px solid currentColor; color: var(--wine); }
.profile-biography { display: grid; grid-template-columns: minmax(90px, .35fr) minmax(0, 1.65fr); gap: clamp(28px, 4vw, 70px); padding-top: clamp(30px, 4vw, 54px); border-top: 1px solid var(--line); }
.profile-biography .prose { max-width: 760px; }
.profile-biography .prose .lead { font-size: clamp(21px, 2vw, 30px); line-height: 1.35; }
.biography__label { color: var(--muted); font-size: 12px; text-transform: uppercase; letter-spacing: .12em; }

/* Career form */
.career-hero { border-bottom: 1px solid var(--line); background: var(--canvas); }
.career-hero__inner { display: flex; min-height: 80px; align-items: center; justify-content: flex-start; gap: clamp(34px, 4vw, 64px); padding-block: 12px; }
.career-hero h1 { margin: 0; font: 600 clamp(28px, 2.8vw, 38px)/1 var(--display); letter-spacing: -.025em; }
.career-tabs { display: flex; gap: 12px; align-items: center; }
.career-tabs a { padding: 13px 24px; border-radius: var(--pill); background: var(--paper); font-size: 15px; font-weight: 600; }
.career-tabs a:hover, .career-tabs a[aria-current="page"] { background: var(--wine); color: white; }
.career-section { padding-top: clamp(38px, 4vw, 58px); }
.career-grid { display: grid; grid-template-columns: minmax(300px, .65fr) minmax(0, 1fr); gap: clamp(50px, 8vw, 120px); align-items: start; }
.career-aside { position: sticky; top: 130px; }
.career-aside__lead { max-width: 520px; margin: 0; color: var(--body); font: 500 clamp(21px, 2.25vw, 31px)/1.4 var(--display); letter-spacing: -.02em; }
.career-aside__lead a { color: var(--wine); text-decoration: underline; text-decoration-thickness: 1px; text-underline-offset: 4px; }
.form-card { padding: clamp(26px, 4vw, 52px); border: 1px solid var(--line); border-radius: var(--radius); background: var(--paper); }
.application-form { display: grid; gap: 32px; }
.form-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 22px; }
.form-wide { grid-column: 1 / -1; }
.application-form label { display: grid; gap: 8px; color: var(--muted); font-size: 12px; font-weight: 500; }
.application-form input:not([type="checkbox"]):not([type="file"]), .application-form textarea {
  width: 100%; border: 0; border-bottom: 1px solid var(--line); border-radius: 0; background: transparent; color: var(--ink); padding: 11px 0; outline: 0;
}
.application-form textarea { resize: vertical; }
.application-form input:focus, .application-form textarea:focus { border-color: var(--wine); box-shadow: 0 1px 0 var(--wine); }
.file-field { position: relative; min-height: 86px; padding: 18px; border: 1px dashed rgba(31,29,26,.3); border-radius: var(--radius-sm); }
.file-field input { position: absolute; inset: 0; opacity: 0; cursor: pointer; }
.file-field b { color: var(--wine); font-size: 14px; }
.consent { grid-template-columns: auto 1fr; align-items: start; }
.consent input { margin-top: 4px; accent-color: var(--wine); }
.form-status { min-height: 24px; margin: -15px 0 0; font-size: 13px; }
.form-status.is-error { color: #a21f2f; }
.form-status.is-success { color: #16734f; }
.hp-field { position: absolute !important; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); }

/* Footer */
.site-footer { background: var(--black); color: var(--white); padding: 84px 0 24px; }
.footer__grid { display: grid; grid-template-columns: 1.45fr .65fr 1fr 1fr; gap: clamp(32px, 5vw, 80px); padding-bottom: 70px; }
.footer__brand { max-width: 390px; }
.footer__logo { width: min(225px, 100%); height: auto; filter: invert(1); }
.footer__brand p { margin-top: 30px; color: rgba(255,255,255,.58); }
.footer__eyebrow { margin-bottom: 17px; color: rgba(255,255,255,.45); font-size: 10px; font-weight: 600; letter-spacing: .12em; text-transform: uppercase; }
.footer__eyebrow--empty { visibility: hidden; }
.footer__grid > div:nth-child(2) { display: flex; flex-direction: column; align-items: flex-start; }
.footer__grid > div:nth-child(2) a { margin-bottom: 9px; color: rgba(255,255,255,.72); font-size: 13px; }
.footer__grid address { display: flex; flex-direction: column; font-style: normal; }
.footer__grid address strong { margin-bottom: 15px; font: 600 30px/1 var(--display); }
.footer__grid address span, .footer__grid address a { color: rgba(255,255,255,.58); font-size: 13px; }
.footer__grid address a { margin-top: 8px; }
.footer__bottom { display: flex; justify-content: space-between; gap: 22px; padding-top: 22px; border-top: 1px solid var(--line-dark); color: rgba(255,255,255,.5); font-size: 10px; text-transform: uppercase; letter-spacing: .07em; }
.footer__bottom a { text-transform: lowercase; }

/* Motion */
.js .reveal { opacity: 0; transform: translateY(24px); transition: opacity .8s var(--ease) var(--delay, 0ms), transform .8s var(--ease) var(--delay, 0ms); }
.js .reveal.is-visible { opacity: 1; transform: none; }
.page-wipe { position: fixed; z-index: 999; inset: 0; pointer-events: none; background: var(--wine); transform: translateY(101%); transition: transform .42s var(--ease); }
body.is-leaving .page-wipe { transform: none; }

@media (max-width: 1120px) {
  :root { --shell: min(100% - 44px, 1000px); }
  .site-nav { gap: 16px; }
  .site-nav a { font-size: 12px; }
  .footer__grid { grid-template-columns: 1.2fr .7fr 1fr; }
  .footer__grid address:last-child { grid-column: 3; }
}

@media (max-width: 920px) {
  :root { --shell: calc(100% - 36px); }
  .site-header { height: 66px; }
  .header__inner { grid-template-columns: 1fr auto auto; gap: 10px; }
  .nav-toggle { display: grid; grid-template-columns: auto 18px; column-gap: 8px; align-items: center; cursor: pointer; }
  .nav-toggle span { grid-row: 1 / 3; font-size: 12px; font-weight: 600; }
  .nav-toggle i { width: 18px; height: 1px; background: currentColor; transition: transform .25s ease; }
  .nav-toggle[aria-expanded="true"] i:first-of-type { transform: translateY(2px) rotate(45deg); }
  .nav-toggle[aria-expanded="true"] i:last-of-type { transform: translateY(-2px) rotate(-45deg); }
  .site-nav {
    position: fixed; inset: 66px 0 auto; display: grid; justify-content: stretch; gap: 0; padding: 22px 18px 32px;
    border-bottom: 1px solid var(--line); background: var(--canvas); transform: translateY(-120%); opacity: 0; pointer-events: none; transition: transform .45s var(--ease), opacity .25s ease;
  }
  .site-nav.is-open { transform: none; opacity: 1; pointer-events: auto; }
  .site-nav a { padding: 14px 6px; border-bottom: 1px solid var(--line); font: 600 24px/1.1 var(--display); }
  .site-nav a::after { display: none; }
  .home-hero__grid, .page-hero__inner, .career-grid { grid-template-columns: 1fr; }
  .home-hero__grid { padding-top: 74px; }
  .page-hero__lead { margin-top: 32px; }
  .career-aside, .profile-hero__photo { position: static; }
  .profile-hero__grid { grid-template-columns: minmax(190px, .55fr) minmax(0, 1.45fr); column-gap: clamp(30px, 5vw, 52px); row-gap: 46px; }
  .profile-hero__photo { width: 100%; max-width: 320px; }
  .profile-hero h1 { font-size: clamp(34px, 5.4vw, 54px); }
  .profile-biography { grid-template-columns: minmax(90px, .25fr) minmax(0, 1.75fr); }
  .expertise-board { grid-template-columns: 1fr; }
  .expertise-list { grid-template-columns: repeat(2, 1fr); }
  .expertise-list div:nth-last-child(-n + 3) { border-bottom: 1px solid var(--line); }
  .expertise-list div:nth-last-child(-n + 2) { border-bottom: 0; }
  .about-home__copy.prose { grid-template-columns: 1fr; row-gap: 32px; }
  .about-home__copy.prose .lead { grid-column: auto; grid-row: auto; }
  .about-home__copy p:not(.lead) { grid-column: auto; max-width: none; }
  .home-person { grid-template-columns: 140px minmax(0, 1fr); }
  .home-person--featured { grid-template-columns: minmax(240px, .65fr) minmax(0, 1.35fr); }
  .home-founders { grid-template-columns: 1fr; }
  .footer__grid { grid-template-columns: repeat(2, 1fr); }
  .footer__grid address:last-child { grid-column: auto; }
}

@media (max-width: 640px) {
  :root { --shell: calc(100% - 28px); --radius: 14px; }
  .wordmark { width: 126px; }
  .wordmark img { height: 44px; }
  .language { font-size: 10px; }
  .section { padding: 76px 0; }
  .section-heading { grid-template-columns: 1fr; gap: 22px; }
  .home-hero__logo { width: min(68vw, 310px); }
  .home-hero { min-height: clamp(500px, 80svh, 720px); }
  .home-hero::before { background-position: 58% 65%; }
  .home-hero__grid { padding-block: 68px; }
  .about-home__copy.prose { grid-template-columns: 1fr; }
  .about-home__copy.prose .lead { grid-column: auto; }
  .people-grid { grid-template-columns: 1fr; }
  .home-person, .home-person--featured, .home-founders .home-person { grid-template-columns: 1fr; }
  .home-person__image, .home-founders .home-person__image { aspect-ratio: 4 / 3; min-height: auto; }
  .home-person--featured .home-person__image img { aspect-ratio: 4 / 3; }
  .expertise-list, .expertise-list--services { grid-template-columns: 1fr; }
  .expertise-list--services > div:nth-last-child(-n + 2) { border-bottom: 1px solid var(--line); }
  .expertise-list--services > div:last-child { border-bottom: 0; }
  .expertise-list div:nth-last-child(-n + 2) { border-bottom: 1px solid var(--line); }
  .expertise-list div:last-child { border-bottom: 0; }
  .expertise-board__column:not(.is-expanded) .expertise-list div:nth-child(n + 6) { display: none; }
  .expertise-board__column:not(.is-expanded) .expertise-list div:nth-child(5) { border-bottom: 0; }
  .expertise-more { display: flex; width: 100%; align-items: center; justify-content: center; margin-top: 12px; padding: 16px 0 0; border: 0; border-top: 1px solid var(--line); background: transparent; color: var(--wine); font: 600 13px/1 var(--body-font); cursor: pointer; }
  .legal-home__grid { grid-template-columns: 1fr; }
  .contact-band h2 { font-size: clamp(12px, 3.7vw, 22px); letter-spacing: -.02em; }
  .contact-band__digital { margin-bottom: 28px; }
  .contact-band__maps { grid-template-columns: 1fr; }
  .contact-band__map-address { min-height: 0; margin-bottom: 14px; }
  .page-hero { padding-top: 72px; }
  .page-hero--compact { padding-top: 20px; padding-bottom: 20px; }
  .page-hero.page-hero--compact h1 { font-size: clamp(28px, 8vw, 34px); }
  .page-hero--compact .page-hero__lead { margin-top: 18px; }
  .page-hero h1 { font-size: clamp(54px, 17vw, 78px); }
  .profile-hero { padding-top: 38px; }
  .profile-hero__grid { grid-template-columns: 1fr; row-gap: 30px; }
  .profile-hero__photo { grid-row: auto; width: 100%; max-width: none; aspect-ratio: 16 / 10; }
  .profile-hero__photo img { height: 100%; aspect-ratio: auto; object-position: center 32%; }
  .profile-hero__intro { padding-top: 0; }
  .profile-hero h1 { margin-bottom: 14px; font-size: clamp(28px, 8.4vw, 38px); }
  .profile-hero .eyebrow { margin-bottom: 14px; }
  .profile-email { max-width: 100%; overflow-wrap: anywhere; font-size: 11px; }
  .profile-biography { grid-column: auto; grid-template-columns: 1fr; gap: 22px; }
  .career-hero__inner { min-height: 72px; gap: 18px; }
  .career-tabs { gap: 8px; }
  .career-tabs a { padding: 11px 16px; font-size: 13px; }
  .career-section { padding-top: 34px; }
  .form-grid { grid-template-columns: 1fr; }
  .form-wide { grid-column: auto; }
  .footer__grid { grid-template-columns: 1fr; }
  .footer__bottom { flex-direction: column; }
}

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