:root {
  --bg: #f4f6f5;
  --bg-soft: #f4f6f5;
  --paper: #f4f6f5;
  --paper-2: #f4f6f5;
  --sage: #f4f6f5;
  --sage-deep: #e8c6b5;
  --ink: #5a3a33;
  --ink-soft: #5a3a33;
  --muted: #796e54;
  --line: rgba(90, 58, 51, .15);
  --line-strong: rgba(90, 58, 51, .28);
  --accent: #796e54;
  --accent-deep: #5a3a33;
  --clay: #796e54;
  --white: #f4f6f5;
  --shadow: 0 30px 80px rgba(90, 58, 51, .14);
  --shadow-soft: 0 14px 42px rgba(90, 58, 51, .09);
  --radius-sm: 16px;
  --radius-md: 28px;
  --radius-lg: 46px;
  --container: 1280px;
  --header-h: 84px;
  --font-display: "Iowan Old Style", "Palatino Linotype", "Book Antiqua", Palatino, Georgia, serif;
  --font-sans: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color-scheme: light;
}

:root[data-theme="dark"] {
  --bg: #5a3a33;
  --bg-soft: #5a3a33;
  --paper: #5a3a33;
  --paper-2: #5a3a33;
  --sage: #5a3a33;
  --sage-deep: #796e54;
  --ink: #f4f6f5;
  --ink-soft: #e8c6b5;
  --muted: #d99985;
  --line: rgba(244, 246, 245, .13);
  --line-strong: rgba(244, 246, 245, .24);
  --accent: #e8c6b5;
  --accent-deep: #e8c6b5;
  --clay: #d99985;
  --white: #f4f6f5;
  --shadow: 0 30px 90px rgba(90, 58, 51, .34);
  --shadow-soft: 0 14px 45px rgba(90, 58, 51, .24);
  color-scheme: dark;
}

@media (prefers-color-scheme: dark) {
  :root:not([data-theme="light"]) {
    --bg: #5a3a33;
    --bg-soft: #5a3a33;
    --paper: #5a3a33;
    --paper-2: #5a3a33;
    --sage: #5a3a33;
    --sage-deep: #796e54;
    --ink: #f4f6f5;
    --ink-soft: #e8c6b5;
    --muted: #d99985;
    --line: rgba(244, 246, 245, .13);
    --line-strong: rgba(244, 246, 245, .24);
    --accent: #e8c6b5;
    --accent-deep: #e8c6b5;
    --clay: #d99985;
    --white: #f4f6f5;
    --shadow: 0 30px 90px rgba(90, 58, 51, .34);
    --shadow-soft: 0 14px 45px rgba(90, 58, 51, .24);
    color-scheme: dark;
  }
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: calc(var(--header-h) + 28px); }
body {
  margin: 0;
  min-width: 320px;
  background: var(--bg);
  color: var(--ink);
  font-family: var(--font-sans);
  font-size: 16px;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  transition: background-color .32s ease, color .32s ease;
}
body.nav-open { overflow: hidden; }
img { display: block; max-width: 100%; }
picture { display: contents; }
a { color: inherit; }
button, input, textarea, select { font: inherit; }
button { color: inherit; }
::selection { background: var(--accent); color: var(--bg); }

body::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: 9999;
  opacity: .025;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 140 140' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.85' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.8'/%3E%3C/svg%3E");
}

.container { width: min(calc(100% - 56px), var(--container)); margin-inline: auto; }
.sr-only { position: absolute !important; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; left: 18px; top: 12px; z-index: 10000; transform: translateY(-160%); background: var(--ink); color: var(--bg); padding: .7rem 1rem; border-radius: 999px; text-decoration: none; font-weight: 700; }
.skip-link:focus { transform: translateY(0); }

h1, h2, h3, blockquote { font-family: var(--font-display); color: var(--ink); margin: 0; font-weight: 500; letter-spacing: -.048em; }
h1 { font-size: clamp(3.4rem, 7.2vw, 7.4rem); line-height: .91; }
h2 { font-size: clamp(2.75rem, 5.4vw, 5.65rem); line-height: .94; }
h3 { font-size: clamp(1.75rem, 2.5vw, 2.55rem); line-height: 1; }
h1 em, h2 em, blockquote em { color: var(--accent); font-weight: 500; }
p { margin: 0; color: var(--muted); }

.eyebrow {
  display: flex;
  align-items: center;
  gap: .7rem;
  margin: 0 0 1.2rem;
  color: var(--accent-deep);
  font-size: .74rem;
  line-height: 1.3;
  font-weight: 800;
  letter-spacing: .18em;
  text-transform: uppercase;
}
.eyebrow::before { content: ""; width: 30px; height: 1px; background: currentColor; opacity: .55; }
.lead-copy, .page-lead, .hero-lead { color: var(--ink-soft); font-size: clamp(1.08rem, 1.5vw, 1.32rem); line-height: 1.65; }

/* Header */
.site-header {
  position: sticky;
  top: 0;
  z-index: 1000;
  height: var(--header-h);
  display: flex;
  align-items: center;
  background: color-mix(in srgb, var(--bg) 83%, transparent);
  border-bottom: 1px solid transparent;
  backdrop-filter: blur(18px) saturate(1.15);
  -webkit-backdrop-filter: blur(18px) saturate(1.15);
  transition: border-color .25s ease, box-shadow .25s ease, background .25s ease;
}
.site-header.is-scrolled { border-color: var(--line); box-shadow: 0 8px 30px rgba(90, 58, 51, .06); }
.header-inner { display: flex; align-items: center; justify-content: space-between; gap: 2rem; }
.brand { display: inline-flex; align-items: center; gap: .82rem; text-decoration: none; color: var(--ink); flex: 0 0 auto; }
.brand__logo { display: block; width: clamp(158px, 15vw, 198px); height: auto; filter: brightness(0) saturate(100%) invert(22%) sepia(13%) saturate(1350%) hue-rotate(335deg) brightness(87%) contrast(87%); }
:root[data-theme="dark"] .brand__logo { filter: none; }
@media (prefers-color-scheme: dark) {
  :root:not([data-theme="light"]) .brand__logo { filter: none; }
}
.nav { display: flex; align-items: center; gap: 2rem; }
.nav__links, .nav__actions { display: flex; align-items: center; }
.nav__links { gap: clamp(.8rem, 1.8vw, 1.7rem); }
.nav__actions { gap: .72rem; }
.nav__link { position: relative; color: var(--ink-soft); text-decoration: none; font-size: .9rem; font-weight: 650; padding: .6rem 0; transition: color .2s ease; }
.nav__link::after { content: ""; position: absolute; left: 0; right: 100%; bottom: .25rem; height: 1px; background: var(--accent); transition: right .24s ease; }
.nav__link:hover, .nav__link.is-active { color: var(--accent-deep); }
.nav__link:hover::after, .nav__link.is-active::after { right: 0; }
.nav__cta, .btn { display: inline-flex; align-items: center; justify-content: center; gap: .65rem; min-height: 50px; padding: .82rem 1.2rem; border-radius: 999px; border: 1px solid transparent; text-decoration: none; font-size: .9rem; font-weight: 750; transition: transform .22s ease, box-shadow .22s ease, background .22s ease, color .22s ease, border-color .22s ease; }
.nav__cta { min-height: 46px; background: var(--ink); color: var(--bg); padding-inline: 1.08rem; }
.nav__cta:hover, .btn:hover { transform: translateY(-2px); }
.nav__cta:hover { box-shadow: var(--shadow-soft); }
.theme-toggle { display: grid; place-items: center; width: 44px; height: 44px; padding: 0; border: 1px solid var(--line); border-radius: 50%; background: transparent; cursor: pointer; transition: background .2s ease, transform .2s ease; }
.theme-toggle:hover { background: var(--paper); transform: rotate(8deg); }
.theme-toggle svg { position: absolute; width: 18px; height: 18px; fill: none; stroke: var(--ink); stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; transition: opacity .22s ease, transform .22s ease; }
.theme-toggle__moon { opacity: 0; transform: scale(.55) rotate(-35deg); }
:root[data-theme="dark"] .theme-toggle__sun { opacity: 0; transform: scale(.55) rotate(35deg); }
:root[data-theme="dark"] .theme-toggle__moon { opacity: 1; transform: scale(1) rotate(0); }
@media (prefers-color-scheme: dark) {
  :root:not([data-theme="light"]) .theme-toggle__sun { opacity: 0; transform: scale(.55) rotate(35deg); }
  :root:not([data-theme="light"]) .theme-toggle__moon { opacity: 1; transform: scale(1) rotate(0); }
}
.nav-toggle { display: none; width: 48px; height: 48px; border: 1px solid var(--line); border-radius: 50%; background: transparent; padding: 0; cursor: pointer; }
.nav-toggle span { width: 20px; height: 1.5px; background: var(--ink); display: block; margin: 5px auto; transition: transform .22s ease, opacity .22s ease; }
.nav-toggle[aria-expanded="true"] span:nth-child(1) { transform: translateY(6.5px) rotate(45deg); }
.nav-toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
.nav-toggle[aria-expanded="true"] span:nth-child(3) { transform: translateY(-6.5px) rotate(-45deg); }

.breadcrumbs { padding-top: 1.25rem; }
.breadcrumbs ol { display: flex; flex-wrap: wrap; gap: .55rem; list-style: none; margin: 0; padding: 0; color: var(--muted); font-size: .78rem; }
.breadcrumbs li:not(:last-child)::after { content: "·"; margin-left: .55rem; opacity: .5; }
.breadcrumbs a { text-decoration: none; }
.breadcrumbs a:hover { color: var(--accent-deep); }

/* Buttons and shared links */
.btn--primary { background: var(--ink); color: var(--bg); box-shadow: 0 16px 36px rgba(90, 58, 51, .14); }
.btn--primary:hover { background: var(--accent-deep); box-shadow: var(--shadow-soft); }
.btn--secondary { background: transparent; color: var(--ink); border-color: var(--line-strong); }
.btn--secondary:hover { background: var(--paper); border-color: var(--accent); }
.btn--light { background: var(--white); color: #5a3a33; }
.btn--light:hover { box-shadow: 0 18px 42px rgba(90, 58, 51,.2); }
.text-cta, .arrow-link { display: inline-flex; align-items: center; gap: .6rem; color: var(--ink); text-decoration: none; font-weight: 750; }
.text-cta span, .arrow-link span { transition: transform .2s ease; }
.text-cta:hover span { transform: translateX(4px); }
.arrow-link { margin-top: 1.7rem; padding-bottom: .2rem; border-bottom: 1px solid var(--line-strong); }
.arrow-link:hover span { transform: translate(3px,-3px); }
.hero-actions { display: flex; align-items: center; flex-wrap: wrap; gap: 1.35rem; }

/* Grid children may contain large intrinsic images. Keep them shrinkable to the track width. */
.hero-grid > *, .page-hero-grid > *, .manifesto-grid > *, .section-head > *,
.gestalt-grid > *, .team-preview-grid > *, .space-mosaic > *, .story-grid > *,
.value-grid > *, .standards-grid > *, .profile-grid > *,
.other-team-grid > *, .team-ethos-grid > *, .offer-deep-card > *, .process-grid > *,
.pricing-grid > *, .gallery-hero-grid > *,
.start-grid > *, .direct-grid > *, .choose-grid > *, .footer-grid > * { min-width: 0; }

/* Hero */
.hero { position: relative; overflow: clip; }
.hero--home { min-height: calc(100svh - var(--header-h)); display: grid; align-items: center; padding: clamp(48px, 5vw, 84px) 0 42px; }
.hero-grid { position: relative; z-index: 2; display: grid; grid-template-columns: minmax(0, .92fr) minmax(420px, .78fr); gap: clamp(3rem, 6vw, 7rem); align-items: center; }
.hero-copy { max-width: 740px; }
.hero-title { max-width: 8.9ch; }
.hero-title em { display: block; font-style: italic; font-size: .76em; line-height: 1.03; margin-top: .13em; }
.hero-lead { max-width: 630px; margin-top: 1.8rem; }
.hero-actions { margin-top: 2rem; }
.hero-trust { display: flex; flex-wrap: wrap; gap: .6rem; margin-top: 2rem; }
.hero-trust span { border: 1px solid var(--line); border-radius: 999px; padding: .5rem .78rem; font-size: .75rem; color: var(--muted); background: color-mix(in srgb, var(--paper) 45%, transparent); }
.hero-media { position: relative; min-height: clamp(520px, 62vh, 700px); border-radius: min(5vw, 60px); }
.hero-media picture { display: block; height: 100%; }
.hero-photo { width: 100%; height: clamp(520px, 62vh, 700px); object-fit: cover; object-position: 48% center; border-radius: min(5vw, 60px); box-shadow: var(--shadow); }
.hero-media::after { content: ""; position: absolute; inset: 16px; border-radius: calc(min(5vw, 60px) - 10px); border: 1px solid rgba(244, 246, 245,.5); pointer-events: none; }
.hero-quote { position: absolute; left: -70px; bottom: 54px; z-index: 2; width: min(340px, 70%); padding: 1.5rem 1.55rem 1.4rem; background: color-mix(in srgb, var(--paper) 88%, transparent); border: 1px solid color-mix(in srgb, var(--white) 65%, var(--line)); border-radius: 22px; backdrop-filter: blur(18px); box-shadow: var(--shadow-soft); }
.hero-quote .quote-mark { display: block; font-family: var(--font-display); font-size: 3rem; line-height: .6; color: var(--accent); }
.hero-quote p { color: var(--ink-soft); line-height: 1.55; font-size: .94rem; }
.hero-quote strong { color: var(--accent-deep); }
.hero-media__label { position: absolute; top: 28px; right: 28px; z-index: 2; background: rgba(90, 58, 51,.72); color: #f4f6f5; border: 1px solid rgba(244, 246, 245,.24); border-radius: 999px; padding: .55rem .82rem; font-size: .72rem; letter-spacing: .04em; backdrop-filter: blur(10px); }
.hero-orbit { position: absolute; border: 1px solid var(--line); border-radius: 50%; pointer-events: none; }
.hero-orbit--one { width: 54vw; height: 54vw; right: -17vw; top: -24vw; opacity: .48; }
.hero-orbit--two { width: 25vw; height: 25vw; left: -11vw; bottom: -12vw; opacity: .3; }
.hero-scroll { display: flex; align-items: center; gap: .75rem; margin-top: 26px; color: var(--muted); }
.hero-scroll span { width: 54px; height: 1px; background: var(--line-strong); position: relative; overflow: hidden; }
.hero-scroll span::after { content: ""; position: absolute; inset: 0; background: var(--accent); transform: translateX(-100%); animation: scrollCue 2.5s ease infinite; }
.hero-scroll small { font-size: .68rem; text-transform: uppercase; letter-spacing: .18em; }
@keyframes scrollCue { 0% { transform: translateX(-100%); } 45%,100% { transform: translateX(100%); } }

.hero-enter { opacity: 0; transform: translateY(22px); animation: heroIn .8s cubic-bezier(.22,.8,.22,1) forwards; animation-delay: calc(var(--enter, 0) * 110ms + 90ms); }
@keyframes heroIn { to { opacity: 1; transform: none; } }

/* Sections */
.section { padding: clamp(86px, 9vw, 150px) 0; position: relative; }
.section--sage { background: var(--sage); }
.section--paper { background: var(--paper); }
.section-index { display: flex; align-items: center; gap: .75rem; color: var(--muted); font-size: .72rem; text-transform: uppercase; letter-spacing: .17em; white-space: nowrap; }
.section-index span { width: 34px; height: 1px; background: var(--line-strong); }
.section-head { display: grid; grid-template-columns: minmax(0, 1fr) minmax(280px, 420px); gap: 3rem; align-items: end; margin-bottom: clamp(3rem, 5vw, 5.5rem); }
.section-head h2 { max-width: 10ch; }
.section-head > p { font-size: 1.03rem; line-height: 1.75; }
.section-tail { display: flex; justify-content: center; margin-top: 3rem; }

.manifesto-grid { display: grid; grid-template-columns: 130px minmax(0, 1fr) minmax(260px, 330px); gap: clamp(2rem, 5vw, 5rem); align-items: start; }
.manifesto-copy h2 { max-width: 10.5ch; }
.manifesto-copy .lead-copy { max-width: 820px; margin-top: 2rem; }
.manifesto-copy > p:not(.eyebrow):not(.lead-copy) { max-width: 760px; margin-top: 1.25rem; }
.manifesto-aside { position: relative; min-height: 520px; border-left: 1px solid var(--line); padding-left: 2.2rem; }
.vertical-word { writing-mode: vertical-rl; transform: rotate(180deg); font-family: var(--font-display); font-size: clamp(4rem, 7vw, 7rem); line-height: .8; color: color-mix(in srgb, var(--accent) 20%, transparent); letter-spacing: .02em; }
.principle-card { position: absolute; left: -25px; right: 0; bottom: 0; padding: 1.6rem; border-radius: var(--radius-md); background: var(--paper); border: 1px solid var(--line); box-shadow: var(--shadow-soft); }
.principle-card > span { display: block; color: var(--muted); font-size: .72rem; text-transform: uppercase; letter-spacing: .12em; margin-bottom: .75rem; }
.principle-card strong { display: block; color: var(--ink); font-family: var(--font-display); font-size: 1.65rem; font-weight: 500; letter-spacing: -.03em; }
.principle-card p { margin-top: .8rem; font-size: .9rem; line-height: 1.6; }

.area-grid { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid var(--line-strong); }
.area-card { min-height: 430px; padding: 2rem 1.7rem 1.6rem; border-right: 1px solid var(--line-strong); display: flex; flex-direction: column; transition: background .25s ease, transform .25s ease; }
.area-card:first-child { border-left: 1px solid var(--line-strong); }
.area-card:hover { background: color-mix(in srgb, var(--paper) 56%, transparent); transform: translateY(-7px); }
.area-no { color: var(--accent-deep); font-size: .78rem; letter-spacing: .12em; }
.area-card h3 { margin-top: 3.4rem; }
.area-card p { margin-top: 1.3rem; font-size: .94rem; line-height: 1.7; }
.area-card a { display: flex; align-items: center; justify-content: space-between; gap: 1rem; margin-top: auto; padding-top: 2rem; border-top: 1px solid var(--line); color: var(--ink); text-decoration: none; font-size: .82rem; font-weight: 750; }
.area-card a span { transition: transform .2s ease; }
.area-card a:hover span { transform: translateX(4px); }

.gestalt-grid { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, .86fr); gap: clamp(3rem, 7vw, 8rem); align-items: center; }
.gestalt-media { position: relative; }
.gestalt-photo { width: 100%; aspect-ratio: 4 / 5; object-fit: cover; border-radius: var(--radius-lg); box-shadow: var(--shadow); }
.media-note { position: absolute; right: -42px; bottom: 50px; padding: .85rem 1rem; border-radius: 999px; color: #f4f6f5; background: rgba(90, 58, 51,.78); backdrop-filter: blur(12px); font-size: .74rem; letter-spacing: .08em; }
.gestalt-copy h2 { max-width: 9ch; margin-bottom: 2rem; }
.gestalt-copy .section-index { margin-bottom: 4.5rem; }
.gestalt-copy .lead-copy { margin-bottom: 1.2rem; }
.standards { display: flex; flex-wrap: wrap; gap: .6rem; margin-top: 1.6rem; }
.standards span { border: 1px solid var(--line); border-radius: 999px; padding: .55rem .8rem; color: var(--ink-soft); font-size: .76rem; }

.team-preview-grid { display: grid; grid-template-columns: 1.55fr repeat(3, 1fr); gap: 1px; background: var(--line); border: 1px solid var(--line); }
.team-preview { position: relative; background: var(--paper); min-height: 430px; padding: 2rem; display: flex; flex-direction: column; overflow: hidden; }
.team-preview--featured { grid-row: span 1; display: grid; grid-template-columns: 150px 1fr; gap: 2rem; background: var(--accent-deep); color: #f4f6f5; }
.team-preview--featured h3 { color: #f4f6f5; font-size: clamp(2.7rem, 4vw, 4.2rem); }
.team-preview--featured p { color: rgba(244, 246, 245,.72); margin-top: 1.2rem; }
.team-preview--featured .team-kicker { color: rgba(244, 246, 245,.62); }
.team-preview--featured .arrow-link { color: #f4f6f5; border-color: rgba(244, 246, 245,.28); }
.team-initial { width: 136px; height: 136px; border-radius: 50%; display: grid; place-items: center; border: 1px solid currentColor; font-family: var(--font-display); font-size: 2.8rem; letter-spacing: -.04em; color: currentColor; background: color-mix(in srgb, var(--paper) 7%, transparent); }
.team-initial--small { width: 82px; height: 82px; color: var(--accent-deep); font-size: 1.7rem; margin: 3.2rem 0 2.2rem; }
.team-no { position: absolute; top: 1.6rem; right: 1.7rem; color: var(--muted); font-size: .75rem; }
.team-kicker { display: block; color: var(--accent-deep); font-size: .7rem; font-weight: 750; letter-spacing: .12em; text-transform: uppercase; }
.team-preview:not(.team-preview--featured) h3 { font-size: 2.2rem; margin-top: .75rem; }
.team-preview:not(.team-preview--featured) p { margin-top: 1rem; font-size: .9rem; }

.space-preview { background: #5a3a33; color: #f4f6f5; }
.space-preview h2, .space-preview .eyebrow { color: #f4f6f5; }
.space-preview .section-head > p { color: rgba(244, 246, 245,.65); }
.space-mosaic { display: grid; grid-template-columns: 1.45fr .68fr .82fr; grid-template-rows: 300px 300px; gap: 18px; }
.mosaic-item { position: relative; overflow: hidden; border-radius: var(--radius-md); }
.mosaic-item--wide { grid-row: span 2; }
.mosaic-item--tall { grid-row: span 2; }
.mosaic-photo { width: 100%; height: 100%; object-fit: cover; transition: transform .7s cubic-bezier(.2,.65,.25,1); }
.mosaic-item:hover .mosaic-photo { transform: scale(1.045); }

.pricing-grid { display: grid; grid-template-columns: minmax(300px, .78fr) minmax(0, 1.15fr); gap: clamp(3rem, 7vw, 8rem); align-items: start; }
.pricing-intro h2 { max-width: 9ch; margin-bottom: 1.8rem; }
.pricing-intro .section-index { margin-bottom: 4rem; }
.pricing-intro > p:not(.eyebrow) { max-width: 540px; }
.price-list { border-top: 1px solid var(--line-strong); }
.price-row { display: grid; grid-template-columns: 1fr auto; gap: 2rem; align-items: center; min-height: 122px; border-bottom: 1px solid var(--line-strong); padding: 1rem 0; }
.price-row > div:first-child { display: grid; gap: .32rem; }
.price-row strong { font-family: var(--font-display); font-size: 1.55rem; font-weight: 500; color: var(--ink); letter-spacing: -.025em; }
.price-row span { color: var(--muted); font-size: .8rem; }
.price-row > div:last-child { display: grid; justify-items: end; gap: .12rem; }
.price-row b { color: var(--accent-deep); font-size: 1.18rem; }
.price-row small { color: var(--muted); font-size: .75rem; }

/* Page hero */
.page-hero { padding: clamp(56px, 6vw, 90px) 0 clamp(80px, 9vw, 135px); overflow: clip; }
.page-hero-grid { display: grid; grid-template-columns: minmax(0, .9fr) minmax(400px, .68fr); gap: clamp(3rem, 7vw, 8rem); align-items: center; }
.page-hero-copy h1 { max-width: 8.6ch; }
.page-lead { max-width: 660px; margin-top: 2rem; }
.page-hero-media { position: relative; }
.page-hero-photo { width: 100%; height: clamp(470px, 52vw, 650px); max-height: 650px; object-fit: cover; border-radius: var(--radius-lg); box-shadow: var(--shadow); }
.media-caption { position: absolute; right: 20px; bottom: 20px; border-radius: 999px; padding: .6rem .9rem; background: rgba(90, 58, 51,.72); color: #f4f6f5; backdrop-filter: blur(12px); font-size: .72rem; letter-spacing: .05em; }

/* About */
.story-grid { display: grid; grid-template-columns: 120px minmax(0, 1fr) minmax(300px, .55fr); gap: clamp(2.5rem, 5vw, 5rem); align-items: start; }
.story-copy h2 { max-width: 10ch; }
.story-copy .lead-copy { margin-top: 2rem; }
.story-copy > p:not(.eyebrow):not(.lead-copy) { margin-top: 1.25rem; max-width: 730px; }
.story-quote { position: sticky; top: calc(var(--header-h) + 40px); border-top: 1px solid var(--line-strong); border-bottom: 1px solid var(--line-strong); padding: 2rem 0; }
.story-quote > span { color: var(--muted); font-size: .7rem; letter-spacing: .14em; text-transform: uppercase; }
.story-quote blockquote { font-size: clamp(2rem, 3.1vw, 3rem); line-height: 1.04; margin-top: 1.2rem; }
.value-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.value-card { min-height: 360px; padding: 2rem; border: 1px solid var(--line-strong); border-radius: var(--radius-md); background: color-mix(in srgb, var(--paper) 36%, transparent); }
.value-card > span { display: inline-grid; place-items: center; width: 46px; height: 46px; border: 1px solid var(--line-strong); border-radius: 50%; color: var(--accent-deep); font-size: .74rem; }
.value-card h3 { margin-top: 5rem; max-width: 9ch; }
.value-card p { margin-top: 1.2rem; }
.standards-grid { display: grid; grid-template-columns: minmax(0, .85fr) minmax(0, 1fr); gap: clamp(3rem, 7vw, 8rem); align-items: center; }
.standards-media { position: relative; }
.standards-photo { width: 100%; aspect-ratio: 4/5; object-fit: cover; border-radius: var(--radius-lg); box-shadow: var(--shadow); }
.standards-badge { position: absolute; right: -42px; bottom: 46px; width: 230px; padding: 1.25rem; border-radius: 22px; background: var(--paper); border: 1px solid var(--line); box-shadow: var(--shadow-soft); }
.standards-badge strong { display: block; color: var(--ink); font-family: var(--font-display); font-size: 1.7rem; font-weight: 500; }
.standards-badge span { display: block; color: var(--muted); font-size: .78rem; line-height: 1.5; margin-top: .3rem; }
.standards-copy h2 { max-width: 9.5ch; margin-bottom: 2rem; }
.standards-copy .section-index { margin-bottom: 4rem; }
.clean-list { list-style: none; margin: 2.3rem 0 0; padding: 0; border-top: 1px solid var(--line); }
.clean-list li { display: flex; align-items: center; gap: 1rem; padding: 1rem 0; border-bottom: 1px solid var(--line); color: var(--ink-soft); }
.clean-list span { color: var(--accent-deep); font-size: .72rem; }
.gestalt-deep { background: var(--paper); }
.gestalt-deep-grid { display: grid; grid-template-columns: minmax(0, .9fr) minmax(0, .85fr); gap: clamp(3rem, 7vw, 8rem); align-items: center; }
.gestalt-deep-copy h2 { max-width: 10.5ch; }
.gestalt-deep-copy .lead-copy { margin-top: 2rem; }
.gestalt-deep-copy > p:not(.eyebrow):not(.lead-copy) { margin-top: 1.15rem; max-width: 720px; }
.gestalt-deep-copy .btn { margin-top: 2rem; }
.gestalt-deep-collage { position: relative; min-height: 660px; }
.collage-main { position: absolute; inset: 0 18% 8% 0; }
.collage-main .collage-photo { width: 100%; height: 100%; object-fit: cover; border-radius: var(--radius-lg); box-shadow: var(--shadow); }
.collage-small { position: absolute; width: 42%; height: 40%; right: 0; bottom: 0; border: 10px solid var(--paper); border-radius: 34px; overflow: hidden; box-shadow: var(--shadow-soft); }
.collage-small .collage-photo { width: 100%; height: 100%; object-fit: cover; }
.collage-word { position: absolute; right: -2%; top: 4%; writing-mode: vertical-rl; font-family: var(--font-display); font-size: 5rem; color: color-mix(in srgb, var(--accent) 20%, transparent); letter-spacing: .12em; }

/* Team */
.profile-grid { display: grid; grid-template-columns: minmax(340px, .72fr) minmax(0, 1.1fr); gap: clamp(3rem, 8vw, 9rem); align-items: start; }
.profile-identity { position: sticky; top: calc(var(--header-h) + 38px); min-height: 580px; display: grid; align-content: start; grid-template-columns: auto 1fr; gap: 1rem 2rem; }
.profile-monogram { grid-column: span 2; width: min(100%, 390px); height: auto; aspect-ratio: 1; border-radius: 50%; display: grid; place-items: center; color: var(--accent-deep); border: 1px solid var(--line-strong); font-family: var(--font-display); font-size: 5rem; letter-spacing: -.05em; margin-bottom: 3rem; background: var(--bg); }
.profile-photo { padding: 10px; overflow: hidden; box-shadow: 0 24px 58px color-mix(in srgb, var(--accent-deep) 16%, transparent); }
.profile-photo img { display: block; width: 100%; height: 100%; border-radius: 50%; object-fit: cover; }
.profile-photo--interactive { position: relative; appearance: none; color: var(--ink); cursor: zoom-in; }
.profile-photo__zoom { position: absolute; right: 9%; bottom: 9%; width: 48px; height: 48px; display: grid; place-items: center; border: 1px solid color-mix(in srgb, var(--paper) 58%, transparent); border-radius: 50%; background: color-mix(in srgb, var(--accent-deep) 86%, transparent); color: #f4f6f5; font-family: var(--font-sans); font-size: 1.05rem; box-shadow: 0 12px 30px color-mix(in srgb, var(--accent-deep) 28%, transparent); backdrop-filter: blur(10px); }
.profile-number { color: var(--muted); font-size: .7rem; letter-spacing: .12em; }
.profile-identity h2 { font-size: clamp(3.3rem, 5.5vw, 5.5rem); margin-top: .7rem; }
.profile-status { display: inline-block; color: var(--muted); font-size: .76rem; margin-top: .85rem; }
.profile-copy { border-left: 1px solid var(--line); padding-left: clamp(2rem, 4vw, 4rem); }
.profile-copy > p + p { margin-top: 1.35rem; }
.profile-copy__intro { position: relative; overflow: hidden; padding: clamp(1.4rem, 2.8vw, 2.3rem); border: 1px solid color-mix(in srgb, var(--line-strong) 78%, transparent); border-radius: 26px; background: color-mix(in srgb, var(--paper) 60%, transparent); box-shadow: 0 20px 50px color-mix(in srgb, var(--accent-deep) 8%, transparent); }
.profile-copy__intro::before { content: ""; position: absolute; top: 0; left: 0; width: 100%; height: 4px; background: linear-gradient(90deg, var(--accent-deep), color-mix(in srgb, var(--accent) 38%, transparent)); }
.profile-copy__intro > :first-child { margin-top: 0; }
.profile-copy__intro > :last-child { margin-bottom: 0; }
.profile-copy__section + .profile-copy__section { margin-top: clamp(3.2rem, 6vw, 5rem); padding-top: clamp(2.5rem, 5vw, 4rem); border-top: 1px solid var(--line-strong); }
.profile-copy__section > p + p { margin-top: 1.35rem; }
.profile-copy__title { max-width: 13ch; margin: .65rem 0 1.6rem; font-size: clamp(2.4rem, 4vw, 3.8rem); line-height: .96; }
.profile-copy__subtitle { margin: 2.4rem 0 1rem; color: var(--ink); font-family: var(--font-display); font-size: clamp(1.7rem, 2.4vw, 2.3rem); font-weight: 500; line-height: 1.05; }
.profile-detail-list, .profile-training-list { list-style: none; margin: 2rem 0; padding: 0; border-top: 1px solid var(--line); counter-reset: profile-detail; }
.profile-detail-list li, .profile-training-list li { position: relative; padding: 1.25rem 0 1.25rem 3.2rem; border-bottom: 1px solid var(--line); counter-increment: profile-detail; }
.profile-detail-list li::before, .profile-training-list li::before { content: counter(profile-detail, decimal-leading-zero); position: absolute; left: 0; top: 1.35rem; color: var(--accent-deep); font-size: .66rem; font-weight: 750; letter-spacing: .1em; }
.profile-detail-list strong { display: block; color: var(--ink); font-size: .95rem; }
.profile-detail-list span { display: block; margin-top: .4rem; color: var(--muted); font-size: .88rem; line-height: 1.62; }
.profile-training-list li { color: var(--ink-soft); font-size: .9rem; line-height: 1.55; }
.profile-more { margin-top: 2rem; padding: clamp(1rem, 2.2vw, 1.45rem); border: 1px solid var(--line-strong); border-radius: 26px; background: color-mix(in srgb, var(--paper) 42%, transparent); }
.profile-more summary { width: fit-content; display: flex; align-items: center; gap: .8rem; padding: .75rem 1rem; border: 1px solid var(--line-strong); border-radius: 999px; color: var(--ink); font-size: .74rem; font-weight: 750; letter-spacing: .04em; list-style: none; cursor: pointer; transition: border-color .2s ease, background-color .2s ease, color .2s ease; }
.profile-more summary::-webkit-details-marker { display: none; }
.profile-more summary:hover { border-color: var(--accent-deep); background: color-mix(in srgb, var(--paper) 52%, transparent); }
.profile-more summary:focus-visible { outline: 2px solid var(--clay); outline-offset: 4px; }
.profile-more__label--less { display: none; }
.profile-more__icon { width: 25px; height: 25px; display: grid; place-items: center; border: 1px solid var(--line); border-radius: 50%; font-size: .78rem; transition: transform .3s var(--motion-premium); }
.profile-more[open] .profile-more__label--more { display: none; }
.profile-more[open] .profile-more__label--less { display: inline; }
.profile-more[open] .profile-more__icon { transform: rotate(180deg); }
.profile-more:not([open]) > .profile-more__content { display: none; }
.profile-more__content { padding-top: clamp(2rem, 4vw, 3rem); }
.profile-more__content > .profile-copy__section:first-child { margin-top: 0; padding-top: 0; border-top: 0; }
.profile-more__continuation > p + p { margin-top: 1.35rem; }
.profile-more__continuation + .profile-copy__section { margin-top: clamp(3.2rem, 6vw, 5rem); padding-top: clamp(2.5rem, 5vw, 4rem); border-top: 1px solid var(--line-strong); }
.profile-tags { display: flex; flex-wrap: wrap; gap: .6rem; margin-top: 2.4rem; padding: 1rem 0 0; border-top: 1px solid var(--line); }
.profile-tags span { padding: .55rem .8rem; border-radius: 999px; border: 1px solid var(--line); color: var(--ink-soft); font-size: .76rem; }
.other-team-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.member-card { min-height: 480px; padding: 2rem; border: 1px solid var(--line); border-radius: var(--radius-md); background: var(--paper); display: flex; flex-direction: column; }
.member-card__top { display: flex; align-items: start; justify-content: space-between; }
.member-card .team-initial { width: 120px; height: 120px; color: var(--accent-deep); font-size: 2.5rem; }
.member-no { color: var(--muted); font-size: .74rem; }
.member-card .team-kicker { margin-top: auto; }
.member-card h3 { margin-top: .7rem; font-size: clamp(2.2rem, 3vw, 3rem); }
.member-card > p:last-child { margin-top: 1.2rem; }
.team-ethos { background: var(--sage); }
.team-ethos-grid { display: grid; grid-template-columns: .8fr 1fr; gap: clamp(3rem, 7vw, 8rem); align-items: center; }
.team-ethos-photo { width: 100%; aspect-ratio: 3/4; object-fit: cover; border-radius: var(--radius-lg); box-shadow: var(--shadow); }
.team-ethos-copy h2 { max-width: 10ch; }
.team-ethos-copy .lead-copy { max-width: 660px; margin-top: 2rem; }
.team-ethos-copy .btn { margin-top: 2rem; }

/* Offer */
.offer-stack { border-top: 1px solid var(--line-strong); }
.offer-deep-card { display: grid; grid-template-columns: 100px minmax(0, 1fr) 220px; gap: clamp(2rem, 4vw, 4rem); padding: 4rem 0; border-bottom: 1px solid var(--line-strong); scroll-margin-top: calc(var(--header-h) + 28px); }
.offer-number { color: var(--accent-deep); font-family: var(--font-display); font-size: 2rem; }
.offer-label { color: var(--accent-deep); text-transform: uppercase; font-size: .7rem; font-weight: 750; letter-spacing: .15em; }
.offer-copy h3 { font-size: clamp(2.6rem, 4.2vw, 4.5rem); margin-top: .8rem; }
.offer-copy .lead-copy { margin-top: 1.7rem; }
.offer-copy > p:last-child { margin-top: 1.1rem; }
.offer-aside { border-left: 1px solid var(--line); padding-left: 1.5rem; align-self: end; }
.offer-aside span { display: block; color: var(--muted); font-size: .68rem; text-transform: uppercase; letter-spacing: .13em; }
.offer-aside strong { display: block; color: var(--ink); font-family: var(--font-display); font-size: 1.4rem; font-weight: 500; margin-top: .6rem; }
.offer-aside p { margin-top: .45rem; color: var(--muted); font-size: .95rem; line-height: 1.55; }
.process-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.process-card { min-height: 340px; padding: 2rem; border: 1px solid var(--line-strong); border-radius: var(--radius-md); background: color-mix(in srgb, var(--paper) 28%, transparent); }
.process-card > span { color: var(--accent-deep); font-size: .75rem; letter-spacing: .12em; }
.process-card h3 { margin-top: 5rem; max-width: 10ch; }
.process-card p { margin-top: 1.2rem; }
.price-list--large .price-row { min-height: 135px; }
/* Gallery */
.gallery-hero-grid { display: grid; grid-template-columns: minmax(0, 1fr) 280px; gap: 4rem; align-items: end; }
.gallery-hero-grid .page-hero-copy h1 { max-width: 10ch; }
.gallery-hero-note { border-left: 1px solid var(--line-strong); padding-left: 2rem; padding-bottom: .7rem; }
.gallery-hero-note span { display: block; font-family: var(--font-display); font-size: 6rem; line-height: .8; color: var(--accent); }
.gallery-hero-note p { margin-top: 1rem; font-size: .9rem; }
.gallery-section { position: relative; overflow: hidden; padding: 0 0 clamp(90px, 10vw, 150px); }
.gallery-section::before { content: ""; position: absolute; width: min(52vw, 760px); aspect-ratio: 1; right: -26vw; top: 7%; border: 1px solid var(--line); border-radius: 50%; box-shadow: 0 0 0 90px color-mix(in srgb, var(--sage) 18%, transparent); pointer-events: none; }
.gallery-section .container { position: relative; z-index: 1; }
.gallery-toolbar { display: flex; align-items: end; justify-content: space-between; gap: 2rem; margin-bottom: clamp(1.6rem, 3vw, 2.8rem); padding: 1.25rem 0; border-top: 1px solid var(--line-strong); border-bottom: 1px solid var(--line); }
.gallery-toolbar > div { display: grid; gap: .3rem; }
.gallery-toolbar span, .gallery-toolbar p { color: var(--muted); font-size: .68rem; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.gallery-toolbar strong { color: var(--ink); font-family: var(--font-display); font-size: clamp(1.25rem, 1.8vw, 1.8rem); font-weight: 500; }
.gallery-toolbar p { flex: 0 0 auto; padding-bottom: .3rem; }
.gallery-toolbar p span { padding-inline: .35rem; color: var(--accent); }
.gallery-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: clamp(12px, 1.4vw, 20px); counter-reset: gallery; }
.gallery-item { position: relative; isolation: isolate; width: 100%; aspect-ratio: 1; display: block; margin: 0; padding: 0; overflow: hidden; border: 1px solid color-mix(in srgb, var(--line-strong) 72%, transparent); border-radius: 28px; background: var(--paper); box-shadow: 0 10px 28px rgba(90, 58, 51,.08), inset 0 0 0 1px rgba(244, 246, 245,.1); cursor: zoom-in; text-align: left; counter-increment: gallery; transition: transform .4s cubic-bezier(.2,.75,.2,1), border-color .3s ease, box-shadow .4s ease; }
.gallery-item:nth-child(4n+2) { --delay: 55ms; }
.gallery-item:nth-child(4n+3) { --delay: 110ms; }
.gallery-item:nth-child(4n+4) { --delay: 165ms; }
.gallery-item picture { position: absolute; inset: 0; display: block; }
.gallery-photo { width: 100%; height: 100%; object-fit: cover; filter: saturate(.92) contrast(.98); transition: transform .75s cubic-bezier(.2,.65,.25,1), filter .35s ease; }
.gallery-item::before { content: ""; position: absolute; inset: 0; z-index: 1; background: rgba(90, 58, 51,.06); opacity: .32; transition: opacity .35s ease, background .35s ease; pointer-events: none; }
.gallery-zoom { position: absolute; z-index: 3; right: 14px; top: 14px; min-width: 74px; height: 38px; display: flex; align-items: center; justify-content: space-between; gap: .8rem; padding: 0 12px; border: 1px solid rgba(244, 246, 245,.3); border-radius: 999px; background: rgba(90, 58, 51,.48); color: #f4f6f5; font-size: 1rem; opacity: 1; transform: none; backdrop-filter: blur(10px); transition: color .25s ease, background .25s ease, border-color .25s ease, transform .35s ease; }
.gallery-zoom::before { content: counter(gallery, decimal-leading-zero); font-size: .62rem; font-weight: 750; letter-spacing: .1em; }
.gallery-item:focus-visible { outline: 2px solid var(--clay); outline-offset: 4px; }
@media (hover: hover) {
  .gallery-item:hover { z-index: 2; transform: translateY(-7px); border-color: color-mix(in srgb, var(--accent) 66%, transparent); box-shadow: 0 24px 50px rgba(90, 58, 51,.18), inset 0 0 0 1px rgba(244, 246, 245,.16); }
  .gallery-item:hover .gallery-photo { transform: scale(1.075); filter: saturate(1.04) contrast(1.02); }
  .gallery-item:hover::before { opacity: .58; background: rgba(90, 58, 51,.12); }
  .gallery-item:hover .gallery-zoom { transform: translateY(2px); border-color: rgba(244, 246, 245,.72); background: rgba(244, 246, 245,.92); color: #5a3a33; }
}
.lightbox { position: fixed; inset: 0; z-index: 5000; display: grid; place-items: center; padding: 34px; visibility: hidden; opacity: 0; transition: opacity .25s ease, visibility .25s ease; }
.lightbox.is-open { visibility: visible; opacity: 1; }
.lightbox__backdrop { position: absolute; inset: 0; background: color-mix(in srgb, var(--olive-dark) 90%, transparent); backdrop-filter: blur(14px); }
.lightbox__panel { position: relative; width: min(1100px, 100%); height: min(82vh, 850px); display: grid; grid-template-columns: 70px 1fr 70px; grid-template-rows: 1fr auto; align-items: center; z-index: 1; }
.lightbox__panel img { grid-column: 2; width: 100%; height: 100%; min-height: 0; object-fit: contain; border: 1px solid rgba(244, 246, 245,.16); border-radius: 24px; box-shadow: 0 34px 90px rgba(90, 58, 51,.38); }
.lightbox__panel p { grid-column: 2; color: rgba(244, 246, 245,.82); text-align: center; padding-top: 1rem; font-family: var(--font-display); font-size: clamp(1rem, 1.4vw, 1.25rem); }
.lightbox__close { position: fixed; top: 24px; right: 26px; width: 52px; height: 52px; border-radius: 50%; border: 1px solid rgba(244, 246, 245,.25); background: rgba(244, 246, 245,.08); color: #f4f6f5; font-size: 1.8rem; cursor: pointer; z-index: 2; backdrop-filter: blur(10px); transition: background .2s ease, color .2s ease, transform .2s ease; }
.lightbox__nav { width: 52px; height: 52px; border-radius: 50%; border: 1px solid rgba(244, 246, 245,.25); background: rgba(244, 246, 245,.08); color: #f4f6f5; cursor: pointer; justify-self: center; backdrop-filter: blur(10px); transition: background .2s ease, color .2s ease, transform .2s ease; }
.lightbox__close:hover, .lightbox__nav:hover { transform: scale(1.06); background: rgba(244, 246, 245,.94); color: #5a3a33; }
.lightbox__nav--prev { grid-column: 1; grid-row: 1; }
.lightbox__nav--next { grid-column: 3; grid-row: 1; }
.lightbox__count { position: fixed; left: 28px; bottom: 26px; padding: .65rem .85rem; border: 1px solid rgba(244, 246, 245,.18); border-radius: 999px; background: rgba(244, 246, 245,.06); color: rgba(244, 246, 245,.7); font-size: .7rem; letter-spacing: .13em; backdrop-filter: blur(10px); }
.portrait-lightbox { width: 100vw; height: 100dvh; max-width: none; max-height: none; margin: 0; padding: clamp(18px, 4vw, 44px); overflow: hidden; border: 0; background: transparent; color: #f4f6f5; }
.portrait-lightbox[open] { display: grid; place-items: center; animation: portrait-lightbox-in .26s ease both; }
.portrait-lightbox::backdrop { background: color-mix(in srgb, var(--olive-dark) 90%, transparent); backdrop-filter: blur(14px); }
.portrait-lightbox__panel { position: relative; width: 100%; height: 100%; display: grid; place-items: center; }
.portrait-lightbox__panel img { display: block; width: auto; height: auto; max-width: min(92vw, 1100px); max-height: calc(100dvh - 72px); object-fit: contain; border: 1px solid rgba(244, 246, 245,.18); border-radius: 26px; box-shadow: 0 34px 90px rgba(30, 20, 18,.48); }
.portrait-lightbox__close { position: fixed; top: 22px; right: 24px; z-index: 2; width: 52px; height: 52px; display: grid; place-items: center; border: 1px solid rgba(244, 246, 245,.3); border-radius: 50%; background: rgba(90,58,51,.48); color: #f4f6f5; font-size: 1.8rem; line-height: 1; cursor: pointer; backdrop-filter: blur(12px); transition: transform .2s ease, background-color .2s ease, color .2s ease; }
.portrait-lightbox__close:hover { transform: scale(1.06); background: #f4f6f5; color: #5a3a33; }
body.is-photo-lightbox-open { overflow: hidden; }
@keyframes portrait-lightbox-in { from { opacity: 0; } to { opacity: 1; } }

/* Contact / start */
.start-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.start-card { min-height: 390px; padding: 2rem; border: 1px solid var(--line); border-radius: var(--radius-md); background: var(--paper); display: flex; flex-direction: column; }
.start-card > span { color: var(--accent-deep); font-size: .74rem; }
.start-card h3 { margin-top: 5rem; max-width: 10ch; }
.start-card p { margin-top: 1.2rem; }
.start-card .arrow-link { margin-top: auto; align-self: flex-start; }
.direct-grid { display: grid; grid-template-columns: minmax(0, 1fr) minmax(360px, .72fr); gap: clamp(3rem, 7vw, 8rem); align-items: center; }
.direct-copy h2 { max-width: 10ch; }
.direct-copy .section-index { margin-bottom: 4rem; }
.direct-copy .lead-copy { margin-top: 2rem; max-width: 720px; }
.direct-copy > p:not(.eyebrow):not(.lead-copy) { margin-top: 1.2rem; max-width: 670px; }
.direct-badge { margin-top: 2.5rem; border-left: 2px solid var(--accent-deep); padding-left: 1.3rem; }
.direct-badge span { display: block; color: var(--muted); font-size: .72rem; text-transform: uppercase; letter-spacing: .13em; }
.direct-badge strong { display: block; color: var(--ink); font-family: var(--font-display); font-size: 2rem; font-weight: 500; margin-top: .3rem; }
.direct-photo { width: 100%; aspect-ratio: 3/4; object-fit: cover; border-radius: var(--radius-lg); box-shadow: var(--shadow); }
.choose-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px; }
.choose-card { display: grid; grid-template-columns: 74px 1fr auto; gap: 1.2rem; align-items: center; min-height: 120px; padding: 1.2rem 1.5rem; border: 1px solid var(--line); border-radius: 22px; text-decoration: none; background: var(--paper); transition: transform .22s ease, border-color .22s ease, box-shadow .22s ease; }
.choose-card:hover { transform: translateY(-4px); border-color: var(--accent); box-shadow: var(--shadow-soft); }
.choose-card > span { width: 64px; height: 64px; display: grid; place-items: center; border-radius: 50%; border: 1px solid var(--line-strong); font-family: var(--font-display); color: var(--accent-deep); font-size: 1.4rem; }
.choose-card div { display: grid; gap: .25rem; }
.choose-card strong { color: var(--ink); }
.choose-card small { color: var(--muted); }
.choose-card b { color: var(--accent-deep); font-weight: 500; }

/* Footer */
.site-footer { padding: 36px 0 16px; background: #5a3a33; color: #f4f6f5; }
.footer-grid { display: grid; grid-template-columns: 1.6fr .55fr .55fr; gap: 2.5rem; align-items: start; padding-bottom: 24px; }
.brand--footer { color: #f4f6f5; }
.brand--footer .brand__logo { width: clamp(180px, 16vw, 210px); filter: none; }
.footer-heading { max-width: 14ch; margin-top: .85rem; color: #f4f6f5; font-family: var(--font-display); font-size: clamp(1.2rem, 1.55vw, 1.5rem); font-weight: 500; line-height: 1.14; letter-spacing: -.02em; }
.footer-heading em { color: #e8c6b5; }
.footer-col { display: flex; flex-direction: column; gap: .75rem; align-items: flex-start; }
.footer-label { margin-bottom: .5rem; color: rgba(244, 246, 245,.42); font-size: .7rem; text-transform: uppercase; letter-spacing: .14em; }
.footer-col a, .footer-col > span:not(.footer-label) { color: rgba(244, 246, 245,.72); text-decoration: none; font-size: .88rem; }
.footer-col a:hover { color: #f4f6f5; }
.footer-bottom { display: flex; justify-content: space-between; gap: 2rem; padding-top: 12px; border-top: 1px solid rgba(244, 246, 245,.14); color: rgba(244, 246, 245,.44); font-size: .72rem; }
.footer-credit { color: rgba(244, 246, 245,.58); text-decoration: none; transition: color .2s ease; }
.footer-credit:hover { color: #f4f6f5; }

/* Animation */
.reveal { opacity: 0; transform: translateY(30px); transition: opacity .8s cubic-bezier(.22,.8,.22,1), transform .8s cubic-bezier(.22,.8,.22,1); transition-delay: var(--delay, 0ms); }
.reveal.is-visible { opacity: 1; transform: none; }
.page-transition { position: fixed; inset: 0; z-index: 10000; pointer-events: none; background: var(--ink); transform: scaleY(0); transform-origin: bottom; }

/* Focus */
a:focus-visible, button:focus-visible { outline: 2px solid var(--clay); outline-offset: 4px; }

/* Tablet */
@media (max-width: 1120px) {
  :root { --header-h: 76px; }
  .container { width: min(calc(100% - 40px), var(--container)); }
  .nav { gap: 1.2rem; }
  .nav__links { gap: .9rem; }
  .hero-grid { grid-template-columns: 1fr .8fr; gap: 3.5rem; }
  .hero-quote { left: -40px; }
  .manifesto-grid { grid-template-columns: 90px 1fr; }
  .manifesto-aside { grid-column: 2; min-height: 250px; border-left: 0; border-top: 1px solid var(--line); padding: 2rem 0 0; display: flex; justify-content: space-between; }
  .vertical-word { writing-mode: horizontal-tb; transform: none; }
  .principle-card { position: static; width: min(420px, 56%); }
  .area-grid { grid-template-columns: repeat(2, 1fr); }
  .area-card { border-bottom: 1px solid var(--line-strong); }
  .area-card:nth-child(3) { border-left: 1px solid var(--line-strong); }
  .team-preview-grid { grid-template-columns: repeat(3, 1fr); }
  .team-preview--featured { grid-column: span 3; }
  .space-mosaic { grid-template-columns: 1.2fr .75fr; grid-template-rows: 320px 320px 320px; }
  .mosaic-item--wide { grid-row: span 2; }
  .mosaic-item--tall { grid-row: span 1; }
  .mosaic-item:nth-child(3), .mosaic-item:nth-child(4) { grid-column: span 1; }
  .story-grid { grid-template-columns: 90px 1fr; }
  .story-quote { grid-column: 2; position: static; }
  .profile-grid { gap: 4rem; }
  .offer-deep-card { grid-template-columns: 72px 1fr; }
  .offer-aside { grid-column: 2; border-left: 0; border-top: 1px solid var(--line); padding: 1.2rem 0 0; }
}

/* Mobile navigation and layouts */
@media (max-width: 860px) {
  .site-header { height: var(--header-h); }
  .nav-toggle { display: block; position: relative; z-index: 3; }
  .nav {
    position: fixed;
    inset: 0;
    min-height: 100svh;
    padding: calc(var(--header-h) + 50px) 26px 34px;
    background: var(--bg);
    display: flex;
    flex-direction: column;
    align-items: stretch;
    justify-content: space-between;
    gap: 3rem;
    opacity: 0;
    visibility: hidden;
    transform: translateY(-12px);
    transition: opacity .25s ease, visibility .25s ease, transform .25s ease;
  }
  .nav.is-open { opacity: 1; visibility: visible; transform: none; }
  .nav__links { flex-direction: column; align-items: flex-start; gap: .2rem; }
  .nav__link { font-family: var(--font-display); font-size: clamp(2.4rem, 9vw, 4rem); font-weight: 500; line-height: 1.1; letter-spacing: -.04em; padding: .35rem 0; }
  .nav__link::after { display: none; }
  .nav__actions { justify-content: space-between; border-top: 1px solid var(--line); padding-top: 1.2rem; }
  .nav__cta { min-height: 50px; }
  .hero--home { min-height: auto; padding-top: 46px; }
  .hero-grid, .page-hero-grid { grid-template-columns: minmax(0, 1fr); }
  .hero-title { max-width: 9ch; }
  .hero-copy { max-width: none; }
  .hero-media { width: 86%; margin-left: auto; min-height: 480px; }
  .hero-photo { height: 520px; }
  .hero-quote { left: -16%; bottom: 34px; width: 74%; }
  .hero-scroll { display: none; }
  .section { padding: 82px 0; }
  .section-head { grid-template-columns: 1fr; gap: 1.6rem; }
  .section-head h2 { max-width: 11ch; }
  .manifesto-grid, .story-grid { grid-template-columns: minmax(0, 1fr); }
  .manifesto-grid > .section-index, .story-grid > .section-index { margin-bottom: 1rem; }
  .manifesto-aside, .story-quote { grid-column: 1; }
  .gestalt-grid, .standards-grid, .gestalt-deep-grid, .pricing-grid, .team-ethos-grid, .direct-grid { grid-template-columns: minmax(0, 1fr); }
  .gestalt-media { width: 82%; }
  .gestalt-copy .section-index, .standards-copy .section-index, .pricing-intro .section-index, .direct-copy .section-index { margin-bottom: 2.5rem; }
  .media-note { right: -20%; }
  .team-preview-grid { grid-template-columns: repeat(2, 1fr); }
  .team-preview--featured { grid-column: span 2; }
  .team-preview:last-child { grid-column: span 2; }
  .space-mosaic { grid-template-columns: 1fr 1fr; grid-template-rows: 300px 300px 300px; }
  .mosaic-item--wide { grid-column: span 2; grid-row: span 1; }
  .mosaic-item--tall { grid-row: span 2; }
  .mosaic-item:nth-child(4) { grid-column: 2; }
  .page-hero { padding-top: 44px; }
  .page-hero-media { width: 84%; margin-left: auto; }
  .page-hero-photo { height: 520px; }
  .value-grid, .other-team-grid, .process-grid, .start-grid { grid-template-columns: minmax(0, 1fr); }
  .value-card, .process-card, .start-card { min-height: 300px; }
  .profile-grid { grid-template-columns: minmax(0, 1fr); }
  .profile-identity { position: static; min-height: auto; }
  .profile-copy { border-left: 0; border-top: 1px solid var(--line); padding: 2.5rem 0 0; }
  .other-team-grid { gap: 14px; }
  .member-card { min-height: 410px; }
  .team-ethos-media, .standards-media, .direct-media { width: 80%; }
  .offer-deep-card { grid-template-columns: 54px 1fr; gap: 1.5rem; padding: 3.2rem 0; }
  .offer-aside { grid-column: 2; }
  .gallery-hero-grid { grid-template-columns: minmax(0, 1fr); gap: 2rem; }
  .gallery-hero-note { border-left: 0; border-top: 1px solid var(--line-strong); padding: 1.5rem 0 0; display: flex; align-items: end; gap: 1.5rem; }
  .gallery-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .choose-grid { grid-template-columns: minmax(0, 1fr); }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-brand { grid-column: span 2; }
}

@media (max-width: 580px) {
  :root { --header-h: 70px; }
  .container { width: min(calc(100% - 32px), var(--container)); }
  .brand__logo { width: 142px; }
  h1 { font-size: clamp(3rem, 16vw, 4.9rem); }
  h2 { font-size: clamp(2.5rem, 13vw, 4.1rem); }
  .hero--home { padding: 34px 0 64px; }
  .hero-grid { gap: 3rem; }
  .hero-lead { font-size: 1.05rem; }
  .hero-actions { align-items: flex-start; gap: 1rem 1.2rem; }
  .hero-media { width: 92%; min-height: 420px; }
  .hero-photo { height: 450px; border-radius: 34px; }
  .hero-media::after { border-radius: 26px; inset: 10px; }
  .hero-quote { left: -9%; bottom: 22px; width: 88%; padding: 1.2rem; }
  .hero-media__label { top: 18px; right: 18px; }
  .hero-trust { gap: .45rem; }
  .hero-trust span { font-size: .68rem; }
  .section { padding: 70px 0; }
  .section-head { margin-bottom: 2.8rem; }
  .manifesto-aside { min-height: 330px; display: block; }
  .vertical-word { font-size: 4.2rem; }
  .principle-card { position: absolute; left: 0; width: 92%; }
  .area-grid { grid-template-columns: 1fr; border-top: 0; }
  .area-card, .area-card:first-child, .area-card:nth-child(3) { min-height: 330px; border: 1px solid var(--line-strong); border-bottom: 0; }
  .area-card:last-child { border-bottom: 1px solid var(--line-strong); }
  .area-card h3 { margin-top: 2.4rem; }
  .gestalt-media { width: 88%; }
  .gestalt-photo { border-radius: 34px; }
  .media-note { right: -12%; bottom: 28px; font-size: .65rem; }
  .team-preview-grid { grid-template-columns: 1fr; }
  .team-preview--featured, .team-preview:last-child { grid-column: span 1; }
  .team-preview--featured { grid-template-columns: 1fr; }
  .team-preview--featured .team-initial { width: 96px; height: 96px; font-size: 2rem; }
  .team-preview { min-height: 350px; }
  .space-mosaic { grid-template-columns: 1fr; grid-template-rows: 280px 360px 260px 260px; }
  .mosaic-item--wide, .mosaic-item--tall, .mosaic-item:nth-child(4) { grid-column: 1; grid-row: auto; }
  .price-row { grid-template-columns: 1fr; gap: .8rem; min-height: 145px; }
  .price-row > div:last-child { justify-items: start; grid-template-columns: auto auto; gap: .7rem; align-items: baseline; }
  .page-hero-grid { gap: 2.8rem; }
  .page-hero-media { width: 92%; }
  .page-hero-photo { height: 440px; border-radius: 34px; }
  .story-quote blockquote { font-size: 2.1rem; }
  .value-card { min-height: 300px; }
  .value-card h3 { margin-top: 3.5rem; }
  .standards-media, .team-ethos-media, .direct-media { width: 88%; }
  .standards-badge { right: -10%; bottom: 25px; width: 205px; }
  .gestalt-deep-collage { min-height: 500px; }
  .collage-main { inset: 0 12% 10% 0; }
  .collage-small { width: 46%; height: 34%; border-width: 7px; }
  .collage-word { font-size: 3.3rem; }
  .profile-monogram { width: min(100%, 300px); height: auto; font-size: 3.8rem; }
  .profile-identity { grid-template-columns: 1fr; }
  .profile-monogram { grid-column: 1; }
  .profile-number { margin-bottom: .7rem; }
  .offer-deep-card { grid-template-columns: 1fr; gap: 1rem; }
  .offer-number { margin-bottom: 1rem; }
  .offer-aside { grid-column: 1; }
  .offer-copy h3 { font-size: 3rem; }
  .gallery-toolbar { align-items: start; flex-direction: column; gap: .8rem; }
  .gallery-toolbar p { padding-bottom: 0; }
  .gallery-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; }
  .gallery-item { border-radius: 20px; }
  .gallery-item::after { left: 12px; right: 12px; bottom: 12px; font-size: .7rem; line-height: 1.25; }
  .gallery-zoom { right: 9px; top: 9px; min-width: 58px; width: auto; height: 32px; padding: 0 9px; gap: .55rem; font-size: .82rem; }
  .lightbox { padding: 16px; }
  .lightbox__panel { width: 100%; height: 80vh; grid-template-columns: 46px 1fr 46px; }
  .lightbox__nav { width: 40px; height: 40px; }
  .lightbox__close { top: 16px; right: 16px; width: 44px; height: 44px; }
  .choose-card { grid-template-columns: 58px 1fr auto; padding: 1rem; gap: .8rem; }
  .choose-card > span { width: 54px; height: 54px; }
  .choose-card small { font-size: .7rem; line-height: 1.4; }
  .footer-grid { grid-template-columns: 1fr; gap: 2rem; }
  .footer-brand { grid-column: 1; }
  .footer-bottom { flex-direction: column; gap: .5rem; }
}

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


/* Editorial refresh — 2026-07-14 */
:root {
  --peach: #d99985;
  --lime-soft: #e8c6b5;
}
:root[data-theme="dark"] { --peach: #d99985; --lime-soft: #796e54; }
@media (prefers-color-scheme: dark) { :root:not([data-theme="light"]) { --peach: #d99985; --lime-soft: #796e54; } }

/* Home: concise editorial directory */
.home-hero { position: relative; overflow: clip; padding: clamp(58px, 7vw, 110px) 0 0; }
.home-hero::before { content: ""; position: absolute; width: 44vw; height: 44vw; left: -28vw; top: 8%; border: 1px solid var(--line); border-radius: 50%; pointer-events: none; }
.home-hero__grid { display: grid; grid-template-columns: minmax(0, 1.03fr) minmax(420px, .77fr); gap: clamp(3rem, 7vw, 8rem); align-items: center; }
.home-hero__copy { padding-bottom: clamp(54px, 7vw, 92px); }
.home-hero__title { max-width: 10.5ch; font-size: clamp(3.7rem, 6.6vw, 7.2rem); }
.home-hero__title em { display: block; max-width: 10ch; margin-top: .18em; color: var(--accent); font-size: .64em; line-height: 1.03; }
.home-hero__lead { max-width: 650px; margin-top: 1.8rem; color: var(--ink-soft); font-size: clamp(1.08rem, 1.35vw, 1.25rem); line-height: 1.65; }
.home-hero__art { position: relative; min-height: clamp(500px, 61vh, 650px); padding: 2rem; overflow: hidden; border-radius: 42px 42px 0 0; background: var(--accent-deep); color: #f4f6f5; box-shadow: var(--shadow); }
.home-hero__art::after { content: ""; position: absolute; inset: 16px; border: 1px solid rgba(244, 246, 245,.22); border-radius: 30px 30px 0 0; pointer-events: none; }
.home-hero__art-kicker { position: relative; z-index: 2; font-size: .68rem; font-weight: 750; letter-spacing: .16em; text-transform: uppercase; opacity: .68; }
.home-hero__orbit { position: absolute; border: 1px solid rgba(244, 246, 245,.23); border-radius: 50%; }
.home-hero__orbit--one { width: 420px; height: 420px; right: -120px; top: 20px; }
.home-hero__orbit--two { width: 240px; height: 240px; left: -70px; bottom: 20px; }
.home-hero__words { position: absolute; z-index: 1; inset: 0; display: grid; place-content: center; justify-items: center; font-family: var(--font-display); line-height: .72; letter-spacing: -.07em; transform: rotate(-4deg); }
.home-hero__words span { font-size: clamp(5.5rem, 10vw, 10rem); font-weight: 500; }
.home-hero__words i { margin: .08em 0 .04em; font-size: 2.4rem; color: var(--peach); }
.home-hero__words strong { font-size: clamp(4rem, 7.3vw, 7.4rem); font-weight: 500; font-style: italic; }
.home-hero__art-note { position: absolute; z-index: 2; right: 2rem; bottom: 2rem; padding: .62rem .85rem; border: 1px solid rgba(244, 246, 245,.24); border-radius: 999px; font-size: .7rem; letter-spacing: .08em; }
.home-hero__rail { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid var(--line-strong); border-bottom: 1px solid var(--line-strong); }
.home-hero__rail span { min-height: 76px; display: flex; align-items: center; gap: .9rem; padding: 1rem 1.2rem; border-right: 1px solid var(--line); color: var(--ink-soft); font-size: .82rem; }
.home-hero__rail span:last-child { border-right: 0; }
.home-hero__rail b { color: var(--accent-deep); font-size: .68rem; letter-spacing: .1em; }

.home-nature {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  background: var(--chrome-bg);
  color: var(--chrome-ink);
}

.home-nature__media {
  position: relative;
  min-height: clamp(340px, 40vw, 540px);
  overflow: hidden;
  isolation: isolate;
  background: var(--chrome-bg);
}

.home-nature__slide {
  position: absolute;
  z-index: 0;
  inset: 0;
  margin: 0;
  overflow: hidden;
  opacity: 0;
  visibility: hidden;
  transform: scale(1.08) translate3d(0, 12px, 0);
  filter: saturate(.76) contrast(.94);
  will-change: opacity, transform, filter;
  transition: opacity 1.35s ease, transform 20s cubic-bezier(.16, .7, .22, 1), filter 1.35s ease, visibility 0s linear 1.35s;
}

.home-nature__slide.is-active {
  z-index: 1;
  opacity: 1;
  visibility: visible;
  transform: scale(1.018) translate3d(0, 0, 0);
  filter: none;
  transition-delay: 0s;
}

.home-nature__slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transform: scale(1.02);
  will-change: transform;
}

.home-nature__veil {
  position: absolute;
  z-index: 2;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(90deg, rgba(232, 198, 181, .94) 0%, rgba(232, 198, 181, .7) 38%, rgba(232, 198, 181, .22) 78%, rgba(232, 198, 181, .3) 100%);
}

:root[data-theme="dark"] .home-nature__veil {
  background: linear-gradient(90deg, rgba(90, 58, 51, .94) 0%, rgba(90, 58, 51, .72) 40%, rgba(90, 58, 51, .3) 82%, rgba(90, 58, 51, .58) 100%);
}

@media (prefers-color-scheme: dark) {
  :root:not([data-theme="light"]) .home-nature__veil {
    background: linear-gradient(90deg, rgba(90, 58, 51, .94) 0%, rgba(90, 58, 51, .72) 40%, rgba(90, 58, 51, .3) 82%, rgba(90, 58, 51, .58) 100%);
  }
}

.home-nature__inner {
  position: relative;
  z-index: 3;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 2rem;
  min-height: clamp(340px, 40vw, 540px);
  padding-block: clamp(2.5rem, 6vw, 5.5rem);
}

.home-nature__copy { max-width: 34rem; }

.home-nature__eyebrow {
  display: flex;
  align-items: center;
  gap: .7rem;
  color: color-mix(in srgb, var(--chrome-ink) 72%, transparent);
  font-size: .68rem;
  font-weight: 750;
  letter-spacing: .16em;
  text-transform: uppercase;
}

.home-nature__eyebrow::before {
  content: "";
  width: 2.2rem;
  height: 1px;
  background: color-mix(in srgb, var(--chrome-ink) 46%, transparent);
}

.home-nature h2 {
  max-width: 10ch;
  margin-top: .85rem;
  color: var(--chrome-ink);
  font-size: clamp(2.9rem, 5.3vw, 6rem);
  line-height: .93;
}

.home-nature h2 em {
  color: color-mix(in srgb, var(--clay) 52%, var(--chrome-ink));
}

:root[data-theme="dark"] .home-nature h2 em {
  color: var(--chrome-accent);
}

@media (prefers-color-scheme: dark) {
  :root:not([data-theme="light"]) .home-nature h2 em {
    color: var(--chrome-accent);
  }
}

.home-nature__copy > p:last-child {
  max-width: 31ch;
  margin-top: 1.15rem;
  color: color-mix(in srgb, var(--chrome-ink) 76%, transparent);
  font-size: .94rem;
  line-height: 1.55;
}

.home-nature__meta {
  position: absolute;
  z-index: 4;
  left: 50%;
  bottom: clamp(1.5rem, 3vw, 3rem);
  display: flex;
  align-items: center;
  gap: .7rem;
  padding: .45rem .6rem;
  border: 1px solid color-mix(in srgb, var(--chrome-ink) 30%, transparent);
  border-radius: 999px;
  background: color-mix(in srgb, var(--chrome-bg) 58%, transparent);
  color: color-mix(in srgb, var(--chrome-ink) 76%, transparent);
  font-size: .68rem;
  letter-spacing: .08em;
  text-transform: uppercase;
  transform: translateX(-50%);
  box-shadow: 0 12px 34px color-mix(in srgb, var(--chrome-ink) 12%, transparent);
  backdrop-filter: blur(12px);
}

.home-nature__control {
  display: flex;
  align-items: center;
  gap: .8rem;
  min-width: 180px;
}

.home-nature__status { display: flex; align-items: baseline; gap: .35rem; white-space: nowrap; }
.home-nature__meta b { color: var(--chrome-ink); font-family: var(--font-display); font-size: 1.25rem; font-weight: 500; letter-spacing: 0; }
.home-nature__meta i { font-style: normal; opacity: .56; }
.home-nature__meta em { margin-left: .55rem; color: var(--chrome-ink); font-style: normal; }

.home-nature__arrow {
  display: grid;
  place-items: center;
  width: 36px;
  height: 36px;
  flex: 0 0 36px;
  padding: 0;
  border: 1px solid color-mix(in srgb, var(--chrome-ink) 35%, transparent);
  border-radius: 50%;
  background: transparent;
  color: var(--chrome-ink);
  cursor: pointer;
  transition: border-color .22s ease, background-color .22s ease, color .22s ease, transform .22s ease;
}

.home-nature__arrow span {
  transform: translateY(-1px);
  font-size: 1rem;
  line-height: 1;
}

.home-nature__arrow:hover {
  border-color: var(--chrome-ink);
  background: var(--chrome-ink);
  color: var(--chrome-bg);
  transform: scale(1.06);
}

.home-nature__progress {
  display: flex;
  align-items: center;
  gap: .45rem;
}

.home-nature__progress button {
  width: 9px;
  height: 9px;
  padding: 0;
  border: 1px solid color-mix(in srgb, var(--chrome-ink) 72%, transparent);
  border-radius: 50%;
  background: transparent;
  cursor: pointer;
  transition: width .28s ease, border-color .28s ease, background-color .28s ease, transform .2s ease;
}

.home-nature__progress button:hover { transform: scale(1.2); }
.home-nature__progress button.is-active { width: 28px; border-color: var(--chrome-ink); border-radius: 999px; background: var(--chrome-ink); }

@media (prefers-reduced-motion: reduce) {
  .home-nature__slide,
  .home-nature__slide.is-active,
  .home-nature__slide img { transform: none; transition: none; }
}

@media (max-width: 760px) {
  .home-nature__inner { align-items: flex-start; min-height: 430px; }
}

@media (max-width: 580px) {
  .home-nature__media,
  .home-nature__inner { min-height: 480px; }
  .home-nature__meta { bottom: 1.25rem; gap: .45rem; padding: .4rem .5rem; }
  .home-nature__control { gap: .55rem; min-width: 150px; }
  .home-nature__meta em { margin-left: .25rem; }
  .home-nature__arrow { width: 34px; height: 34px; flex-basis: 34px; }
}

.home-section-intro { display: grid; grid-template-columns: minmax(0, 1fr) minmax(260px, 410px); gap: 3rem; align-items: end; margin-bottom: clamp(2.6rem, 5vw, 4.8rem); }
.home-section-intro h2 { max-width: 12ch; font-size: clamp(2.8rem, 4.8vw, 5.2rem); }
.home-section-intro > p { font-size: 1rem; line-height: 1.75; }
.directory-grid { display: grid; grid-template-columns: repeat(12, 1fr); grid-auto-rows: minmax(230px, auto); gap: 16px; }
.directory-card { position: relative; grid-column: span 4; display: flex; flex-direction: column; justify-content: space-between; min-height: 270px; padding: 1.7rem; overflow: hidden; border: 1px solid var(--line); border-radius: 26px; background: var(--paper); text-decoration: none; transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease; }
.directory-card::after { content: ""; position: absolute; width: 190px; height: 190px; right: -100px; top: -90px; border: 1px solid var(--line); border-radius: 50%; transition: transform .45s ease; }
.directory-card:hover { transform: translateY(-6px); border-color: var(--accent); box-shadow: var(--shadow-soft); }
.directory-card:hover::after { transform: scale(1.24); }
.directory-card--featured { grid-column: span 8; background: var(--accent-deep); color: #f4f6f5; }
.directory-card--featured h3, .directory-card--featured p { color: inherit; }
.directory-card--featured p { opacity: .7; }
.directory-card--featured::after { border-color: rgba(244, 246, 245,.22); }
.directory-card--clay { background: color-mix(in srgb, var(--peach) 62%, var(--paper)); }
.directory-card__no { position: relative; z-index: 1; font-size: .68rem; font-weight: 750; letter-spacing: .14em; text-transform: uppercase; opacity: .68; }
.directory-card > div { position: relative; z-index: 1; }
.directory-card h3 { font-size: clamp(2rem, 3vw, 3.4rem); }
.directory-card p { max-width: 42ch; margin-top: .9rem; font-size: .9rem; }
.directory-card > b { position: absolute; right: 1.5rem; bottom: 1.4rem; z-index: 2; font-size: 1.4rem; font-weight: 500; }

.home-focus { background: var(--sage); }
.home-focus__grid { display: grid; grid-template-columns: minmax(280px, .75fr) minmax(0, 1.25fr); gap: clamp(3rem, 7vw, 8rem); align-items: start; }
.home-focus__heading { position: sticky; top: calc(var(--header-h) + 42px); }
.home-focus__heading h2 { max-width: 10ch; }
.focus-list { border-top: 1px solid var(--line-strong); }
.focus-list > a { display: grid; grid-template-columns: 48px minmax(0, 1fr) auto; gap: 1.2rem; align-items: center; min-height: 130px; padding: 1.2rem 0; border-bottom: 1px solid var(--line-strong); text-decoration: none; transition: padding .22s ease, background .22s ease; }
.focus-list > a:hover { padding-inline: 1rem; background: color-mix(in srgb, var(--paper) 34%, transparent); }
.focus-list > a > span { align-self: start; padding-top: .35rem; color: var(--accent-deep); font-size: .7rem; letter-spacing: .12em; }
.focus-list h3 { font-size: clamp(2rem, 3vw, 3rem); }
.focus-list p { margin-top: .45rem; }
.focus-list b { font-size: 1.3rem; font-weight: 500; }

.home-team { background: var(--paper); }
.home-team__photo { position: relative; width: 100%; aspect-ratio: 4 / 3; margin: 0; overflow: hidden; border-radius: 30px; box-shadow: var(--shadow-soft); }
.home-team__photo::after, .page-hero-team-photo::after { content: ""; position: absolute; inset: 12px; border: 1px solid rgba(244, 246, 245,.42); border-radius: 21px; pointer-events: none; }
.home-team__photo img, .page-hero-team-photo img { display: block; width: 100%; height: 100%; object-fit: cover; }
@media (min-width: 981px) {
  .home-team .home-section-intro { grid-template-columns: minmax(0, 1fr) minmax(420px, 500px); gap: clamp(3.5rem, 6vw, 5rem); align-items: center; }
  .home-team__photo { justify-self: end; border-radius: 36px; box-shadow: 0 30px 72px color-mix(in srgb, var(--accent-deep) 18%, transparent); }
  .home-team__photo::after { inset: 14px; border-radius: 26px; }
}
.home-team__list { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid var(--line-strong); border-bottom: 1px solid var(--line-strong); }
.home-person { display: grid; grid-template-columns: 74px minmax(0, 1fr) auto; gap: 1rem; align-items: center; min-height: 150px; padding: 1.2rem; border-right: 1px solid var(--line); text-decoration: none; transition: background .2s ease; }
.home-person:last-child { border-right: 0; }
.home-person:hover { background: var(--bg-soft); }
.home-person > span { width: 68px; height: 68px; display: grid; place-items: center; overflow: hidden; border: 1px solid var(--line-strong); border-radius: 50%; color: var(--accent-deep); font-family: var(--font-display); font-size: 1.45rem; }
.home-person__portrait img { display: block; width: 100%; height: 100%; object-fit: cover; transition: transform .45s var(--motion-premium), filter .3s ease; }
.home-person strong, .home-person small { display: block; }
.home-person strong { color: var(--ink); font-family: var(--font-display); font-size: 1.35rem; font-weight: 500; line-height: 1.05; }
.home-person small { margin-top: .4rem; color: var(--muted); font-size: .7rem; }
.home-person b { font-weight: 500; }

.home-space { padding: clamp(24px, 4vw, 60px) 0; background: #5a3a33; }
.home-space__card { display: grid; grid-template-columns: 1.2fr .8fr; min-height: 560px; overflow: hidden; border-radius: 34px; background: #f4f6f5; text-decoration: none; }
.home-space__media { position: relative; isolation: isolate; overflow: hidden; background: #796e54; }
.home-space__media::after { content: ""; position: absolute; z-index: 2; inset: 0; background: linear-gradient(180deg, rgba(90,58,51,.02), rgba(90,58,51,.18)); pointer-events: none; }
.home-space__slide { position: absolute; z-index: 0; inset: 0; margin: 0; opacity: 0; visibility: hidden; transform: scale(1.075) translate3d(0, 8px, 0); filter: saturate(.84) contrast(.96); will-change: opacity, transform; transition: opacity 1.15s ease, transform 7s cubic-bezier(.18,.68,.22,1), visibility 0s linear 1.15s; }
.home-space__slide.is-active { z-index: 1; opacity: 1; visibility: visible; transform: scale(1.012) translate3d(0, 0, 0); transition-delay: 0s; }
.home-space__media picture { display: block; height: 100%; }
.home-space__media img { width: 100%; height: 100%; object-fit: cover; }
.home-space__counter { position: absolute; z-index: 3; top: 1.4rem; right: 1.4rem; display: flex; align-items: baseline; gap: .35rem; padding: .7rem .85rem; border: 1px solid rgba(244,246,245,.28); border-radius: 999px; background: rgba(90,58,51,.3); color: rgba(244,246,245,.74); font-size: .65rem; letter-spacing: .1em; backdrop-filter: blur(10px); }
.home-space__counter b { color: #f4f6f5; font-family: var(--font-display); font-size: 1.25rem; font-weight: 500; letter-spacing: 0; }
.home-space__counter i { font-style: normal; opacity: .6; }
.home-space__progress { position: absolute; z-index: 3; left: 1.5rem; right: 1.5rem; bottom: 1.4rem; display: grid; grid-template-columns: repeat(6, minmax(0, 1fr)); gap: .45rem; }
.home-space__progress span { height: 2px; border-radius: 999px; background: rgba(244,246,245,.35); transition: background-color .45s ease, transform .45s var(--motion-premium); transform-origin: left; }
.home-space__progress span.is-active { background: #f4f6f5; transform: scaleY(2); }
.home-space__card:hover .home-space__slide.is-active { transform: scale(1.025) translate3d(0, 0, 0); }
.home-space__copy { display: flex; flex-direction: column; justify-content: center; padding: clamp(2rem, 5vw, 5rem); color: #5a3a33; }
.home-space__copy > span { font-size: .68rem; font-weight: 750; letter-spacing: .15em; text-transform: uppercase; opacity: .64; }
.home-space__copy h2 { margin-top: 2rem; color: #5a3a33; font-size: clamp(2.8rem, 4.5vw, 5rem); }
.home-space__copy h2 em { color: #796e54; }
.home-space__copy p { margin-top: 1.5rem; color: #796e54; }
.home-space__copy > b { display: flex; align-items: center; justify-content: space-between; margin-top: 3rem; padding-top: 1rem; border-top: 1px solid rgba(90, 58, 51,.2); font-size: .85rem; }
.home-space__copy i { font-size: 1.3rem; font-style: normal; }

.home-faq { position: relative; isolation: isolate; overflow: hidden; }
.home-faq::before { content: ""; position: absolute; z-index: 0; top: 56%; left: clamp(-4rem, 2vw, 1.5rem); width: clamp(300px, 34vw, 500px); aspect-ratio: 1; background: url("/assets/img/integra-symbol.png?v=20260716-brain") center / contain no-repeat; opacity: .035; filter: brightness(0) saturate(100%) invert(22%) sepia(13%) saturate(1350%) hue-rotate(335deg) brightness(87%) contrast(87%); transform: translateY(-50%); pointer-events: none; }
.home-faq > .container { position: relative; z-index: 1; }
:root[data-theme="dark"] .home-faq::before { opacity: .06; filter: none; }
@media (prefers-color-scheme: dark) {
  :root:not([data-theme="light"]) .home-faq::before { opacity: .06; filter: none; }
}

/* A restrained brain mark carries the Integra identity onto selected subpage sections. */
.process-section, .gallery-section, .story-section, .therapist-contacts { position: relative; isolation: isolate; overflow: hidden; }
.process-section::after, .gallery-section::after, .story-section::after, .therapist-contacts::after {
  content: "";
  position: absolute;
  z-index: 0;
  width: clamp(220px, 25vw, 390px);
  aspect-ratio: 1;
  background: url("/assets/img/integra-symbol.png?v=20260716-brain") center / contain no-repeat;
  opacity: .025;
  filter: brightness(0) saturate(100%) invert(22%) sepia(13%) saturate(1350%) hue-rotate(335deg) brightness(87%) contrast(87%);
  pointer-events: none;
}
.process-section > .container, .gallery-section > .container, .story-section > .container, .therapist-contacts > .container { position: relative; z-index: 1; }
.process-section::after { right: -5rem; bottom: -5rem; transform: rotate(10deg); }
.gallery-section::after { left: -6rem; bottom: clamp(1rem, 6vw, 5rem); width: clamp(220px, 28vw, 420px); opacity: .022; transform: rotate(-7deg); }
.story-section::after { right: -3rem; top: 34%; width: clamp(240px, 24vw, 360px); opacity: .024; transform: rotate(6deg); }
.therapist-contacts::after { right: -6rem; bottom: 2rem; width: clamp(240px, 25vw, 380px); opacity: .022; transform: rotate(-8deg); }
:root[data-theme="dark"] .process-section::after, :root[data-theme="dark"] .gallery-section::after, :root[data-theme="dark"] .story-section::after, :root[data-theme="dark"] .therapist-contacts::after { opacity: .05; filter: none; }
@media (prefers-color-scheme: dark) {
  :root:not([data-theme="light"]) .process-section::after, :root:not([data-theme="light"]) .gallery-section::after, :root:not([data-theme="light"]) .story-section::after, :root:not([data-theme="light"]) .therapist-contacts::after { opacity: .05; filter: none; }
}

/* Bespoke subpage hero panels and editorial hero photography. */
.page-hero-panel { position: relative; min-height: clamp(470px, 52vw, 650px); max-height: 650px; padding: 2rem; overflow: hidden; border-radius: var(--radius-lg); box-shadow: var(--shadow); }
.page-hero-team-photo { position: relative; width: 100%; aspect-ratio: 4 / 3; margin: 0; overflow: hidden; border-radius: var(--radius-lg); box-shadow: var(--shadow); }
.page-hero-team-photo::after { inset: 16px; border-radius: calc(var(--radius-lg) - 12px); }
@media (min-width: 1081px) {
  .page-hero--about .page-hero-grid { grid-template-columns: minmax(0, 1fr) minmax(460px, 520px); gap: clamp(4rem, 6vw, 5.5rem); }
  .page-hero--about .page-hero-team-photo { justify-self: end; border-radius: 36px; box-shadow: 0 30px 72px color-mix(in srgb, var(--accent-deep) 18%, transparent); }
  .page-hero--about .page-hero-team-photo::after { inset: 14px; border-radius: 26px; }
}
.page-hero-panel::after { content: ""; position: absolute; inset: 16px; border: 1px solid rgba(244, 246, 245,.22); border-radius: calc(var(--radius-lg) - 12px); pointer-events: none; }
.page-hero-panel__kicker { position: relative; z-index: 2; color: rgba(244, 246, 245,.64); font-size: .68rem; font-weight: 750; letter-spacing: .15em; }
.page-hero-panel > small { position: absolute; z-index: 2; right: 2rem; bottom: 2rem; color: rgba(244, 246, 245,.7); font-size: .7rem; letter-spacing: .08em; }
.page-hero-panel--about { background: var(--accent-deep); color: #f4f6f5; }
.page-hero-panel__word { position: absolute; left: 50%; top: 47%; transform: translate(-50%,-50%) rotate(-7deg); z-index: 1; color: #f4f6f5; font-family: var(--font-display); font-size: clamp(5rem, 9vw, 9rem); font-weight: 500; letter-spacing: -.07em; }
.page-hero-panel__orbit { position: absolute; width: 390px; height: 390px; right: -80px; top: 40px; border: 1px solid rgba(244, 246, 245,.2); border-radius: 50%; box-shadow: 0 0 0 80px rgba(244, 246, 245,.035); }
.page-hero-panel__nodes { position: absolute; z-index: 2; left: 2rem; bottom: 2rem; display: flex; gap: .55rem; }
.page-hero-panel__nodes span { padding: .55rem .75rem; border: 1px solid rgba(244, 246, 245,.24); border-radius: 999px; color: rgba(244, 246, 245,.82); font-size: .7rem; }
.page-hero-panel--team { background: color-mix(in srgb, var(--peach) 72%, #5a3a33); color: #f4f6f5; }
.team-panel-grid { position: absolute; inset: 90px 45px 70px; display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; }
.team-panel-grid span { display: grid; place-items: center; border: 1px solid rgba(244, 246, 245,.35); border-radius: 50%; font-family: var(--font-display); font-size: clamp(2.4rem, 4vw, 4.4rem); }
.page-hero-panel--offer { background: #5a3a33; color: #f4f6f5; }
.offer-panel-grid { position: absolute; inset: 92px 34px 68px; display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); border: 1px solid rgba(244, 246, 245,.24); }
.offer-panel-grid span { min-width: 0; display: flex; flex-direction: column; justify-content: space-between; gap: 1rem; overflow: hidden; padding: clamp(1rem, 1.5vw, 1.35rem); border-right: 1px solid rgba(244, 246, 245,.2); border-bottom: 1px solid rgba(244, 246, 245,.2); font-family: var(--font-display); font-size: clamp(1.5rem, 2.2vw, 2.2rem); white-space: nowrap; }
.offer-panel-grid span:nth-child(2n) { border-right: 0; }
.offer-panel-grid span:nth-child(n+3) { border-bottom: 0; }
.offer-panel-grid span:last-child { font-size: clamp(1.35rem, 1.9vw, 1.9rem); letter-spacing: -.025em; }
.offer-panel-grid b { color: var(--peach); font-family: var(--font-sans); font-size: .68rem; letter-spacing: .12em; }
.page-hero-panel--contact { background: color-mix(in srgb, var(--sage) 74%, var(--accent-deep)); color: var(--ink); }
.page-hero-panel--contact .page-hero-panel__kicker, .page-hero-panel--contact > small { color: color-mix(in srgb, var(--ink) 70%, transparent); }
.page-hero-panel--contact::after { border-color: color-mix(in srgb, var(--ink) 18%, transparent); }
.contact-panel-steps { position: absolute; inset: 100px 50px 75px; display: grid; align-content: center; gap: 1rem; }
.contact-panel-steps span { display: grid; grid-template-columns: 48px 1fr; align-items: center; color: var(--ink); font-family: var(--font-display); font-size: clamp(2.1rem, 4vw, 4rem); }
.contact-panel-steps b { color: var(--accent-deep); font-family: var(--font-sans); font-size: .7rem; letter-spacing: .12em; }
.contact-panel-steps i { width: 1px; height: 30px; margin-left: 22px; background: var(--line-strong); }

/* O nas: abstract, topic-specific visual language */
.standards-symbol { position: relative; min-height: 610px; overflow: hidden; border-radius: var(--radius-lg); background: var(--accent-deep); box-shadow: var(--shadow); }
.standards-symbol__ring { position: absolute; border: 1px solid rgba(244, 246, 245,.2); border-radius: 50%; }
.standards-symbol__ring--one { width: 460px; height: 460px; right: -90px; top: -50px; }
.standards-symbol__ring--two { width: 280px; height: 280px; left: -80px; bottom: -45px; }
.standards-symbol__core { position: absolute; inset: 0; display: grid; place-content: center; text-align: center; color: #f4f6f5; }
.standards-symbol__core small { font-size: .68rem; font-weight: 750; letter-spacing: .16em; text-transform: uppercase; opacity: .6; }
.standards-symbol__core strong { margin-top: 1rem; font-family: var(--font-display); font-size: clamp(3.2rem, 5.5vw, 5.6rem); font-weight: 500; line-height: .86; letter-spacing: -.05em; }
.standards-symbol__tag { position: absolute; z-index: 2; padding: .6rem .8rem; border: 1px solid rgba(244, 246, 245,.25); border-radius: 999px; color: rgba(244, 246, 245,.8); font-size: .72rem; }
.standards-symbol__tag--one { left: 2rem; top: 2rem; }
.standards-symbol__tag--two { right: 2rem; bottom: 2rem; }
.standards-symbol__tag--three { left: 2.4rem; bottom: 5rem; }
.gestalt-map { position: relative; min-height: 620px; overflow: hidden; border-radius: var(--radius-lg); background: var(--sage); }
.gestalt-map__ring { position: absolute; left: 50%; top: 50%; transform: translate(-50%,-50%); border: 1px solid var(--line-strong); border-radius: 50%; }
.gestalt-map__ring--one { width: 68%; aspect-ratio: 1; }
.gestalt-map__ring--two { width: 42%; aspect-ratio: 1; }
.gestalt-map__core { position: absolute; left: 50%; top: 50%; transform: translate(-50%,-50%); display: grid; justify-items: center; }
.gestalt-map__core small { color: var(--muted); font-size: .65rem; letter-spacing: .14em; text-transform: uppercase; }
.gestalt-map__core strong { color: var(--ink); font-family: var(--font-display); font-size: clamp(3rem, 5vw, 5rem); font-weight: 500; font-style: italic; white-space: nowrap; }
.gestalt-map__label { position: absolute; padding: .65rem .9rem; border: 1px solid var(--line-strong); border-radius: 999px; background: color-mix(in srgb, var(--paper) 70%, transparent); color: var(--ink-soft); font-size: .75rem; }
.gestalt-map__label--emotion { left: 10%; top: 19%; }
.gestalt-map__label--body { right: 12%; top: 24%; }
.gestalt-map__label--thoughts { left: 12%; bottom: 18%; }
.gestalt-map__label--relation { right: 10%; bottom: 16%; }

/* Team and contact topic-specific graphics */
.ethos-mark { position: relative; min-height: 590px; display: flex; flex-direction: column; justify-content: space-between; padding: 2rem; overflow: hidden; border-radius: var(--radius-lg); background: var(--paper); border: 1px solid var(--line); }
.ethos-mark::after { content: ""; position: absolute; width: 430px; height: 430px; right: -180px; top: -80px; border: 1px solid var(--line-strong); border-radius: 50%; box-shadow: 0 0 0 70px color-mix(in srgb, var(--accent) 7%, transparent); }
.ethos-mark__top { position: relative; z-index: 1; color: var(--muted); font-size: .68rem; font-weight: 750; letter-spacing: .15em; }
.ethos-mark > strong { position: relative; z-index: 1; color: var(--ink); font-family: var(--font-display); font-size: clamp(4rem, 7vw, 7rem); font-weight: 500; line-height: .77; letter-spacing: -.06em; }
.ethos-mark > strong em { color: var(--accent); font-weight: 500; }
.ethos-mark__line { width: 100%; height: 1px; background: var(--line-strong); }
.ethos-mark small { color: var(--muted); letter-spacing: .07em; }
.contact-route { position: relative; min-height: 600px; display: flex; flex-direction: column; justify-content: center; gap: 1.1rem; padding: clamp(2rem, 5vw, 4rem); overflow: hidden; border-radius: var(--radius-lg); background: var(--accent-deep); box-shadow: var(--shadow); }
.contact-route::after { content: ""; position: absolute; width: 420px; height: 420px; right: -210px; bottom: -160px; border: 1px solid rgba(244, 246, 245,.18); border-radius: 50%; box-shadow: 0 0 0 70px rgba(244, 246, 245,.03); }
.contact-route__label, .contact-route > small { position: relative; z-index: 1; color: rgba(244, 246, 245,.62); font-size: .68rem; font-weight: 750; letter-spacing: .15em; }
.contact-route__label { margin-bottom: 2rem; }
.contact-route__step { position: relative; z-index: 1; display: grid; grid-template-columns: 54px 1fr; align-items: center; color: #f4f6f5; }
.contact-route__step b { color: var(--peach); font-size: .7rem; letter-spacing: .12em; }
.contact-route__step strong { font-family: var(--font-display); font-size: clamp(2rem, 3.6vw, 3.8rem); font-weight: 500; line-height: 1; }
.contact-route > i { position: relative; z-index: 1; width: 1px; height: 26px; margin-left: 25px; background: rgba(244, 246, 245,.24); }
.contact-route > small { margin-top: 2rem; }

@media (max-width: 1120px) {
  .home-hero__grid { grid-template-columns: 1fr .78fr; gap: 3rem; }
  .home-team__list { grid-template-columns: repeat(2, 1fr); }
  .home-person:nth-child(2) { border-right: 0; }
  .home-person:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
}

@media (max-width: 860px) {
  .home-hero { padding-top: 48px; }
  .home-hero__grid, .home-section-intro, .home-focus__grid, .home-space__card { grid-template-columns: minmax(0, 1fr); }
  .home-hero__copy { padding-bottom: 0; }
  .home-hero__title { max-width: 11ch; }
  .home-hero__art { min-height: 520px; }
  .home-hero__rail { grid-template-columns: repeat(2, 1fr); }
  .home-hero__rail span:nth-child(2) { border-right: 0; }
  .home-hero__rail span:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
  .directory-card, .directory-card--featured { grid-column: span 6; }
  .home-focus__heading { position: static; }
  .home-team__photo, .page-hero-team-photo { width: 84%; margin-left: auto; }
  .home-space__card { min-height: auto; }
  .home-space__media { min-height: 430px; }
  .page-hero-panel { min-height: 520px; }
  .standards-symbol, .gestalt-map, .ethos-mark, .contact-route { min-height: 520px; }
}

@media (max-width: 580px) {
  .home-hero { padding-top: 34px; }
  .home-hero__title { font-size: clamp(3rem, 14vw, 4.5rem); }
  .home-hero__art { min-height: 440px; border-radius: 30px 30px 0 0; }
  .home-hero__words span { font-size: 6rem; }
  .home-hero__words strong { font-size: 4.2rem; }
  .home-hero__rail { grid-template-columns: 1fr; }
  .home-hero__rail span { min-height: 58px; border-right: 0; border-bottom: 1px solid var(--line); }
  .home-hero__rail span:last-child { border-bottom: 0; }
  .directory-grid { grid-template-columns: 1fr; grid-auto-rows: auto; }
  .directory-card, .directory-card--featured { grid-column: 1; min-height: 240px; }
  .focus-list > a { grid-template-columns: 36px 1fr auto; min-height: 120px; gap: .8rem; }
  .focus-list p { font-size: .84rem; }
  .home-team__list { grid-template-columns: 1fr; }
  .home-team__photo, .page-hero-team-photo { width: 100%; border-radius: 26px; }
  .home-team__photo::after, .page-hero-team-photo::after { inset: 9px; border-radius: 18px; }
  .profile-photo { padding: 8px; }
  .profile-photo__zoom { width: 42px; height: 42px; }
  .portrait-lightbox { padding: 14px; }
  .portrait-lightbox__panel img { max-width: calc(100vw - 28px); max-height: calc(100dvh - 28px); border-radius: 20px; }
  .portrait-lightbox__close { top: 14px; right: 14px; width: 46px; height: 46px; }
  .home-person, .home-person:nth-child(2) { border-right: 0; border-bottom: 1px solid var(--line); }
  .home-person:last-child { border-bottom: 0; }
  .home-space { padding-inline: 0; }
  .home-space__card { width: calc(100% - 32px); border-radius: 26px; }
  .home-space__media { min-height: 330px; }
  .home-space__counter { top: 1rem; right: 1rem; }
  .home-space__progress { left: 1rem; right: 1rem; bottom: 1rem; gap: .3rem; }
  .page-hero-panel { min-height: 440px; border-radius: 34px; }
  .team-panel-grid { inset: 82px 28px 64px; }
  .offer-panel-grid { inset: 86px 24px 62px; }
  .offer-panel-grid span { padding: .9rem; font-size: 1.45rem; }
  .offer-panel-grid span:last-child { font-size: 1.25rem; }
  .contact-panel-steps { inset: 90px 30px 70px; }
  .standards-symbol, .gestalt-map, .ethos-mark, .contact-route { min-height: 470px; border-radius: 34px; }
  .gestalt-map__core strong { font-size: 3rem; }
  .gestalt-map__label { padding: .5rem .65rem; font-size: .66rem; }
}


/* Client update — warm boho palette, editorial typography and future-proof copy (2026-07-15) */
:root {
  --bg: #f4f6f5;
  --bg-soft: #e8c6b5;
  --paper: #f4f6f5;
  --paper-2: #e8c6b5;
  --sage: #e8c6b5;
  --sage-deep: #796e54;
  --ink: #5a3a33;
  --ink-soft: #5a3a33;
  --muted: #796e54;
  --line: rgba(90, 58, 51, .15);
  --line-strong: rgba(90, 58, 51, .29);
  --accent: #796e54;
  --accent-deep: #5a3a33;
  --clay: #d99985;
  --peach: #e8c6b5;
  --rose: #d99985;
  --olive-dark: #5a3a33;
  --chrome-bg: #e8c6b5;
  --chrome-ink: #5a3a33;
  --chrome-accent: #5a3a33;
  --chrome-cta-bg: #5a3a33;
  --chrome-cta-ink: #f4f6f5;
  --font-display: Baskerville, "Baskerville Old Face", "Iowan Old Style", Georgia, "Times New Roman", serif;
  --font-sans: "Avenir Next", Avenir, "Segoe UI", Helvetica, Arial, sans-serif;
}

:root[data-theme="dark"] {
  --bg: #5a3a33;
  --bg-soft: #5a3a33;
  --paper: #5a3a33;
  --paper-2: #5a3a33;
  --sage: #5a3a33;
  --sage-deep: #796e54;
  --ink: #f4f6f5;
  --ink-soft: #e8c6b5;
  --muted: #e8c6b5;
  --line: rgba(244, 246, 245, .13);
  --line-strong: rgba(244, 246, 245, .25);
  --accent: #d99985;
  --accent-deep: #e8c6b5;
  --clay: #d99985;
  --peach: #d99985;
  --rose: #d99985;
  --olive-dark: #5a3a33;
  --chrome-bg: #5a3a33;
  --chrome-ink: #f4f6f5;
  --chrome-accent: #e8c6b5;
  --chrome-cta-bg: #e8c6b5;
  --chrome-cta-ink: #5a3a33;
}

@media (prefers-color-scheme: dark) {
  :root:not([data-theme="light"]) {
    --bg: #5a3a33;
    --bg-soft: #5a3a33;
    --paper: #5a3a33;
    --paper-2: #5a3a33;
    --sage: #5a3a33;
    --sage-deep: #796e54;
    --ink: #f4f6f5;
    --ink-soft: #e8c6b5;
    --muted: #e8c6b5;
    --line: rgba(244, 246, 245, .13);
    --line-strong: rgba(244, 246, 245, .25);
    --accent: #d99985;
    --accent-deep: #e8c6b5;
    --clay: #d99985;
    --peach: #d99985;
    --rose: #d99985;
    --olive-dark: #5a3a33;
    --chrome-bg: #5a3a33;
    --chrome-ink: #f4f6f5;
    --chrome-accent: #e8c6b5;
    --chrome-cta-bg: #e8c6b5;
    --chrome-cta-ink: #5a3a33;
  }
}

h1, h2, h3, blockquote { letter-spacing: -.035em; }
.eyebrow { font-family: var(--font-sans); letter-spacing: .2em; }

.site-header, .site-footer { background: var(--chrome-bg); color: var(--chrome-ink); }
.site-header { border-bottom-color: color-mix(in srgb, var(--chrome-ink) 10%, transparent); }
.site-header.is-scrolled { border-color: color-mix(in srgb, var(--chrome-ink) 16%, transparent); box-shadow: 0 8px 30px rgba(90, 58, 51, .14); }
.site-header .brand__logo,
.site-footer .brand__logo { filter: brightness(0) saturate(100%) invert(22%) sepia(13%) saturate(1350%) hue-rotate(335deg) brightness(87%) contrast(87%); }
:root[data-theme="dark"] .site-header .brand__logo,
:root[data-theme="dark"] .site-footer .brand__logo { filter: none; }
@media (prefers-color-scheme: dark) {
  :root:not([data-theme="light"]) .site-header .brand__logo,
  :root:not([data-theme="light"]) .site-footer .brand__logo { filter: none; }
}
.site-header .nav__link { color: color-mix(in srgb, var(--chrome-ink) 76%, transparent); }
.site-header .nav__link::after { background: var(--chrome-accent); }
.site-header .nav__link:hover,
.site-header .nav__link.is-active { color: var(--chrome-ink); }
.site-header .nav__cta { background: var(--chrome-cta-bg); color: var(--chrome-cta-ink); }
.site-header .theme-toggle,
.site-header .nav-toggle { border-color: color-mix(in srgb, var(--chrome-ink) 24%, transparent); }
.site-header .theme-toggle:hover { background: color-mix(in srgb, var(--chrome-ink) 10%, transparent); }
.site-header .theme-toggle svg { stroke: var(--chrome-ink); }
.site-header .nav-toggle span { background: var(--chrome-ink); }
.site-footer .brand--footer,
.site-footer .footer-heading { color: var(--chrome-ink); }
.site-footer .footer-heading em { color: var(--chrome-accent); }
.site-footer .footer-label { color: color-mix(in srgb, var(--chrome-ink) 48%, transparent); }
.site-footer .footer-col a,
.site-footer .footer-col > span:not(.footer-label) { color: color-mix(in srgb, var(--chrome-ink) 76%, transparent); }
.site-footer .footer-col a:hover,
.site-footer .footer-credit:hover { color: var(--chrome-ink); }
.site-footer .footer-bottom { border-top-color: color-mix(in srgb, var(--chrome-ink) 16%, transparent); color: color-mix(in srgb, var(--chrome-ink) 52%, transparent); }
.site-footer .footer-credit { color: color-mix(in srgb, var(--chrome-ink) 64%, transparent); }
.home-space { background: var(--olive-dark); }
.home-space__card { background: color-mix(in srgb, var(--peach) 62%, var(--paper)); }
.directory-card--clay { background: color-mix(in srgb, var(--rose) 55%, var(--paper)); }
.page-hero-panel--about,
.page-hero-panel--team,
.page-hero-panel--offer,
.page-hero-panel--contact {
  background: linear-gradient(145deg, var(--olive-dark), color-mix(in srgb, var(--accent-deep) 74%, var(--clay)));
  color: #f4f6f5;
}
.page-hero-panel--contact .page-hero-panel__kicker,
.page-hero-panel--contact > small { color: rgba(244, 246, 245, .7); }
.page-hero-panel--contact::after { border-color: rgba(244, 246, 245, .22); }
.contact-route { background: linear-gradient(145deg, var(--accent-deep), color-mix(in srgb, var(--olive-dark) 82%, var(--clay))); }

@media (max-width: 860px) {
  .site-header .nav { background: var(--chrome-bg); }
  .site-header .nav__actions { border-top-color: color-mix(in srgb, var(--chrome-ink) 16%, transparent); }
}

.home-hero__title { max-width: 11ch; }
.home-hero__title em { color: var(--clay); }
.home-hero__art--photo { background: var(--olive-dark); color: #f4f6f5; }
.home-hero__art--photo::after { z-index: 4; border-color: rgba(244, 246, 245, .34); }
.home-hero__art--photo picture { display: block; position: absolute; inset: 0; }
.home-hero__photo { width: 100%; height: 100%; object-fit: cover; object-position: center; filter: saturate(.72) sepia(.08) contrast(.94); }
.home-hero__veil { position: absolute; inset: 0; z-index: 1; background: linear-gradient(180deg, rgba(90, 58, 51,.18), rgba(90, 58, 51,.38) 48%, rgba(90, 58, 51,.84)); }
.home-hero__art-kicker { z-index: 3; color: rgba(244, 246, 245,.86); }
.home-hero__statement { position: absolute; z-index: 3; left: clamp(1.1rem, 2.5vw, 2.15rem); right: 2rem; bottom: clamp(5rem, 10vw, 7.5rem); }
.home-hero__statement small { display: block; margin-bottom: 1rem; color: rgba(244, 246, 245,.7); font-size: .68rem; font-weight: 750; letter-spacing: .16em; text-transform: uppercase; }
.home-hero__statement strong { display: block; max-width: 10ch; color: #f4f6f5; font-family: var(--font-display); font-size: clamp(2.7rem, 4.6vw, 5rem); font-weight: 500; line-height: .92; letter-spacing: -.04em; text-shadow: 0 2px 24px rgba(90, 58, 51,.22); }
.home-hero__art-note { z-index: 3; color: #f4f6f5; background: rgba(90, 58, 51,.36); backdrop-filter: blur(8px); }

.home-hero__art--insights { padding: 0; isolation: isolate; background: #f4f6f5; color: #5a3a33; }
.home-hero__art--insights::after { z-index: 4; border-color: rgba(90, 58, 51, .22); }
.insight-slider__track { position: absolute; inset: 0; }
.insight-slide {
  position: absolute;
  inset: 0;
  margin: 0;
  opacity: 0;
  visibility: hidden;
  transform: scale(1.04) translateY(6px) rotate(.2deg);
  filter: blur(4px) saturate(.9);
  will-change: opacity, transform, filter;
  transition: opacity .7s ease, transform 1s cubic-bezier(.22, .61, .36, 1), filter .7s ease, visibility 0s linear .7s;
}
.insight-slide.is-active { opacity: 1; visibility: visible; transform: none; filter: none; transition-delay: 0s; }
.insight-slide img { width: 100%; height: 100%; object-fit: contain; object-position: center; }
.insight-slider__controls {
  position: absolute;
  z-index: 5;
  left: 50%;
  bottom: 1.7rem;
  display: flex;
  align-items: center;
  gap: .55rem;
  padding: .62rem .72rem;
  border: 1px solid rgba(90, 58, 51, .16);
  border-radius: 999px;
  background: rgba(244, 246, 245, .84);
  box-shadow: 0 8px 24px rgba(90, 58, 51, .1);
  backdrop-filter: blur(10px);
  transform: translateX(-50%);
}
.insight-slider__controls button {
  width: 10px;
  height: 10px;
  padding: 0;
  border: 1px solid #5a3a33;
  border-radius: 999px;
  background: transparent;
  cursor: pointer;
  transition: width .25s ease, background-color .25s ease, transform .2s ease;
}
.insight-slider__controls button:hover { transform: scale(1.14); }
.insight-slider__controls button.is-active { width: 28px; background: #5a3a33; }

.team-panel-grid--words span { border-radius: 999px; padding: .8rem; font-size: clamp(1.25rem, 2vw, 2rem); font-style: italic; }

.home-faq { background: var(--paper); }
.home-faq__grid { display: grid; grid-template-columns: minmax(280px, .72fr) minmax(0, 1.28fr); gap: clamp(3rem, 7vw, 8rem); align-items: start; }
.home-faq__intro { position: sticky; top: calc(var(--header-h) + 42px); }
.home-faq__intro h2 { max-width: 10ch; }
.home-faq__intro > p:last-child { max-width: 42ch; margin-top: 1.7rem; }
.faq-list { border-top: 1px solid var(--line-strong); }
.faq-list details { border-bottom: 1px solid var(--line-strong); }
.faq-list summary { display: grid; grid-template-columns: minmax(0,1fr) 36px; gap: 1rem; align-items: center; padding: 1.55rem 0; color: var(--ink); font-family: var(--font-display); font-size: clamp(1.35rem, 2vw, 1.8rem); line-height: 1.18; cursor: pointer; list-style: none; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary span { display: grid; place-items: center; width: 32px; height: 32px; border: 1px solid var(--line-strong); border-radius: 50%; font-family: var(--font-sans); font-size: 1rem; transition: transform .2s ease, background .2s ease; }
.faq-list details[open] summary span { transform: rotate(45deg); background: var(--accent-deep); color: var(--bg); }
.faq-list details p { max-width: 68ch; padding: 0 3.3rem 1.65rem 0; color: var(--ink-soft); }

@media (max-width: 860px) {
  .home-faq__grid { grid-template-columns: 1fr; }
  .home-faq__intro { position: static; }
  .home-hero__statement { bottom: 5.4rem; }
}

@media (max-width: 580px) {
  .home-hero__statement { left: 1rem; right: 1.25rem; }
  .home-hero__statement strong { font-size: clamp(2.5rem, 11vw, 3.7rem); }
  .home-hero__art-note { right: 1.25rem; bottom: 1.25rem; }
  .faq-list summary { font-size: 1.25rem; padding: 1.25rem 0; }
  .faq-list details p { padding-right: 0; }
}

/* Integrated About + Team and contact refresh — 2026-07-15 */
.home-hero__title--motto {
  max-width: 12ch;
  font-size: clamp(3.15rem, 5.55vw, 6.25rem);
  line-height: .94;
}
.home-hero__title--motto em {
  max-width: 13ch;
  margin-top: .28em;
  font-size: .66em;
  line-height: 1.04;
}

/* These headings should move naturally with the page, without a sticky jump. */
.profile-identity,
.home-faq__intro {
  position: static;
  top: auto;
}
.profile-identity { min-height: auto; }

#zespol { scroll-margin-top: calc(var(--header-h) + 28px); }
.profile-section { scroll-margin-top: calc(var(--header-h) + 28px); }
.profile-section--paper { background: var(--paper); }
.profile-section--sage { background: color-mix(in srgb, var(--sage) 72%, var(--paper)); }
.profile-section--stone { background: color-mix(in srgb, var(--peach) 55%, var(--paper)); }
.profile-section--slate { background: color-mix(in srgb, var(--sage) 52%, var(--paper)); }
.profile-section .profile-monogram { background: color-mix(in srgb, var(--bg) 86%, transparent); }
.profile-section--sage .profile-monogram,
.profile-section--stone .profile-monogram,
.profile-section--slate .profile-monogram { background: color-mix(in srgb, var(--paper) 72%, transparent); }
:root[data-theme="dark"] .profile-section--stone { background: color-mix(in srgb, var(--rose) 24%, var(--paper)); }
:root[data-theme="dark"] .profile-section--slate { background: color-mix(in srgb, var(--clay) 18%, var(--paper)); }
@media (prefers-color-scheme: dark) {
  :root:not([data-theme="light"]) .profile-section--stone { background: color-mix(in srgb, var(--rose) 24%, var(--paper)); }
  :root:not([data-theme="light"]) .profile-section--slate { background: color-mix(in srgb, var(--clay) 18%, var(--paper)); }
}
.profile-contact {
  display: flex;
  flex-wrap: wrap;
  gap: .7rem 1.25rem;
  margin-top: 2rem;
  padding-top: 1.5rem;
  border-top: 1px solid var(--line-strong);
}
.profile-contact a {
  color: var(--ink);
  text-decoration-thickness: 1px;
  text-underline-offset: .22em;
  overflow-wrap: anywhere;
}
.profile-contact a:hover { color: var(--accent-deep); }

.contact-location__grid {
  display: grid;
  grid-template-columns: minmax(320px, .72fr) minmax(0, 1.28fr);
  gap: clamp(3rem, 7vw, 8rem);
  align-items: center;
}
.contact-location__copy .section-index { margin-bottom: 3.6rem; }
.contact-location__copy h2 { max-width: 10ch; }
.address-card {
  display: block;
  margin: 2.2rem 0 1.8rem;
  padding: 1.5rem 0 1.5rem 1.4rem;
  border-left: 2px solid var(--accent-deep);
  font-style: normal;
}
.address-card span,
.address-card small { display: block; }
.address-card span {
  color: var(--muted);
  font-size: .7rem;
  font-weight: 750;
  letter-spacing: .14em;
  text-transform: uppercase;
}
.address-card strong {
  display: block;
  margin-top: .45rem;
  color: var(--ink);
  font-family: var(--font-display);
  font-size: clamp(1.8rem, 3vw, 2.8rem);
  font-weight: 500;
  line-height: 1.08;
}
.address-card small { margin-top: .8rem; color: var(--muted); font-size: .72rem; }
.map-frame {
  min-height: 540px;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  background: var(--paper);
  box-shadow: var(--shadow);
}
.map-frame iframe { width: 100%; height: 540px; border: 0; display: block; }

.therapist-contacts { scroll-margin-top: calc(var(--header-h) + 28px); }
.therapist-contact-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}
.therapist-contact-card {
  min-height: 390px;
  display: flex;
  flex-direction: column;
  padding: clamp(1.5rem, 3vw, 2.2rem);
  border: 1px solid var(--line);
  border-radius: var(--radius-md);
  background: var(--paper);
}
.therapist-contact-card--sage { background: color-mix(in srgb, var(--sage) 68%, var(--paper)); }
.therapist-contact-card--stone { background: color-mix(in srgb, var(--peach) 55%, var(--paper)); }
.therapist-contact-card--slate { background: color-mix(in srgb, var(--sage) 52%, var(--paper)); }
:root[data-theme="dark"] .therapist-contact-card--stone { background: color-mix(in srgb, var(--rose) 24%, var(--paper)); }
:root[data-theme="dark"] .therapist-contact-card--slate { background: color-mix(in srgb, var(--clay) 18%, var(--paper)); }
@media (prefers-color-scheme: dark) {
  :root:not([data-theme="light"]) .therapist-contact-card--stone { background: color-mix(in srgb, var(--rose) 24%, var(--paper)); }
  :root:not([data-theme="light"]) .therapist-contact-card--slate { background: color-mix(in srgb, var(--clay) 18%, var(--paper)); }
}
.therapist-contact-card__top { display: flex; align-items: flex-start; justify-content: space-between; gap: 1rem; }
.therapist-contact-card__portrait {
  width: clamp(112px, 10vw, 132px);
  aspect-ratio: 1;
  flex: 0 0 auto;
  display: grid;
  place-items: center;
  overflow: hidden;
  border: 3px solid color-mix(in srgb, var(--white) 74%, transparent);
  border-radius: 50%;
  background: color-mix(in srgb, var(--paper) 72%, transparent);
  box-shadow: 0 16px 34px color-mix(in srgb, var(--ink) 15%, transparent);
}
.therapist-contact-card__portrait img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: 50% 50%;
}
.therapist-contact-card__portrait--placeholder {
  border-width: 1px;
  border-color: var(--line-strong);
  color: var(--accent-deep);
  font-family: var(--font-display);
  font-size: clamp(2.1rem, 3vw, 2.8rem);
  box-shadow: none;
}
.therapist-contact-card__top small {
  width: 38px;
  height: 38px;
  display: grid;
  place-items: center;
  border: 1px solid var(--line-strong);
  border-radius: 50%;
  color: var(--muted);
  letter-spacing: .08em;
}
.therapist-contact-card h3 { margin-top: 1.55rem; font-size: clamp(2.1rem, 3vw, 3.2rem); }
.therapist-contact-card > p { margin: .65rem 0 1.5rem; }
.therapist-contact-card > a {
  width: fit-content;
  max-width: 100%;
  color: var(--ink);
  overflow-wrap: anywhere;
  text-underline-offset: .22em;
}
.therapist-contact-card > a + a { margin-top: .45rem; }
@media (max-width: 980px) {
  .contact-location__grid { grid-template-columns: 1fr; }
  .map-frame, .map-frame iframe { min-height: 450px; height: 450px; }
}

@media (max-width: 760px) {
  .site-footer { padding-top: 28px; }
  .footer-grid { gap: 1.75rem; padding-bottom: 20px; }
  .footer-heading { margin-top: .75rem; }
  .home-faq::before { top: 62%; left: -8rem; width: 330px; }
  .process-section::after { right: -7rem; bottom: -4rem; width: 270px; }
  .gallery-section::after { left: -7rem; bottom: 2rem; width: 280px; }
  .story-section::after { right: -7rem; top: 42%; width: 280px; }
  .therapist-contacts::after { right: -7rem; bottom: 1rem; width: 280px; }
  .home-hero__title--motto { font-size: clamp(3rem, 13vw, 5rem); }
  .therapist-contact-grid { grid-template-columns: 1fr; }
  .therapist-contact-card { min-height: 360px; }
  /* Długie nazwy usług muszą łamać się w wąskich kartach mobilnych. */
  .offer-copy h3 { max-width: 100%; overflow-wrap: anywhere; }
}

@media (max-width: 580px) {
  .home-hero__title--motto { max-width: 12ch; font-size: clamp(2.8rem, 12.5vw, 4.25rem); }
  .home-hero__title--motto em { max-width: 13ch; font-size: .66em; }
  .profile-contact { display: grid; }
  .map-frame, .map-frame iframe { min-height: 360px; height: 360px; border-radius: 28px; }
}

/* Integra signature system — layered brand marks and restrained depth (2026-07-16) */
:root {
  --integra-mark: url("/assets/img/integra-symbol.png?v=20260716-brain-2");
  --motion-premium: cubic-bezier(.2, .72, .2, 1);
}

@keyframes integra-mark-drift {
  0%, 100% { transform: translate3d(0, 0, 0) rotate(var(--mark-rotate, 0deg)); }
  50% { transform: translate3d(0, -10px, 0) rotate(calc(var(--mark-rotate, 0deg) + 2deg)); }
}

@keyframes integra-orbit-breathe {
  0%, 100% { transform: scale(1); opacity: .72; }
  50% { transform: scale(1.035); opacity: 1; }
}

/* Homepage: one strong mark in the hero, then quieter echoes down the page. */
.home-hero__art,
.directory-card,
.home-space__copy { isolation: isolate; }

.home-hero__art {
  transition: transform .65s var(--motion-premium), box-shadow .65s var(--motion-premium);
}

.home-hero__art--photo::before {
  content: "";
  position: absolute;
  z-index: 2;
  top: -9%;
  right: -13%;
  width: clamp(230px, 31vw, 410px);
  aspect-ratio: 1;
  background: var(--integra-mark) center / contain no-repeat;
  opacity: .14;
  filter: drop-shadow(0 0 34px rgba(217, 153, 133, .22));
  mix-blend-mode: soft-light;
  pointer-events: none;
  --mark-rotate: 7deg;
  animation: integra-mark-drift 16s ease-in-out infinite;
}

.home-hero__veil {
  background:
    radial-gradient(circle at 78% 15%, rgba(217, 153, 133,.3), transparent 34%),
    linear-gradient(180deg, rgba(90, 58, 51,.16), rgba(90, 58, 51,.4) 48%, rgba(90, 58, 51,.86));
}

.directory-card--featured::before {
  content: "";
  position: absolute;
  z-index: 0;
  right: -54px;
  bottom: -78px;
  width: clamp(180px, 19vw, 280px);
  aspect-ratio: 1;
  background: var(--integra-mark) center / contain no-repeat;
  opacity: .085;
  transform: rotate(8deg);
  transition: opacity .45s ease, transform .75s var(--motion-premium);
  pointer-events: none;
}

.home-focus {
  position: relative;
  isolation: isolate;
  overflow: hidden;
}

.home-focus::before {
  content: "";
  position: absolute;
  z-index: 0;
  left: clamp(-9rem, -7vw, -4rem);
  bottom: -15%;
  width: clamp(280px, 32vw, 500px);
  aspect-ratio: 1;
  background: var(--integra-mark) center / contain no-repeat;
  opacity: .034;
  filter: brightness(0) saturate(100%) invert(22%) sepia(13%) saturate(1350%) hue-rotate(335deg) brightness(87%) contrast(87%);
  transform: rotate(-9deg);
  pointer-events: none;
}

.home-focus > .container { position: relative; z-index: 1; }

.home-space__copy {
  position: relative;
  overflow: hidden;
}

.home-space__copy::before {
  content: "";
  position: absolute;
  z-index: 0;
  right: -23%;
  bottom: -36%;
  width: 76%;
  aspect-ratio: 1;
  background: var(--integra-mark) center / contain no-repeat;
  opacity: .055;
  filter: brightness(0) saturate(100%) invert(22%) sepia(13%) saturate(1350%) hue-rotate(335deg) brightness(87%) contrast(87%);
  transform: rotate(7deg);
  transition: opacity .45s ease, transform .85s var(--motion-premium);
  pointer-events: none;
}

.home-space__copy > * { position: relative; z-index: 1; }

/* Subpage heroes receive a single, softly lit signature instead of repeated badges. */
.page-hero-panel { isolation: isolate; transition: transform .65s var(--motion-premium), box-shadow .65s var(--motion-premium); }

.page-hero-panel--about::before,
.page-hero-panel--offer::before,
.page-hero-panel--contact::before {
  content: "";
  position: absolute;
  z-index: 0;
  right: -17%;
  bottom: -15%;
  width: clamp(250px, 35vw, 440px);
  aspect-ratio: 1;
  background: var(--integra-mark) center / contain no-repeat;
  opacity: .085;
  filter: drop-shadow(0 0 38px rgba(217, 153, 133,.16));
  pointer-events: none;
  --mark-rotate: 8deg;
  animation: integra-mark-drift 18s ease-in-out infinite;
}

.page-hero-panel--contact::before {
  right: -20%;
  bottom: -18%;
  opacity: .045;
  filter: brightness(0) saturate(100%) invert(22%) sepia(13%) saturate(1350%) hue-rotate(335deg) brightness(87%) contrast(87%);
  --mark-rotate: -7deg;
}

.page-hero-panel__orbit { transform-origin: center; animation: integra-orbit-breathe 12s ease-in-out infinite; }
.offer-panel-grid,
.contact-panel-steps { z-index: 1; }

/* Long-form graphic panels carry the symbol at a different scale and position. */
.standards-symbol::before,
.gestalt-map::before,
.contact-route::before {
  content: "";
  position: absolute;
  z-index: 0;
  aspect-ratio: 1;
  background: var(--integra-mark) center / contain no-repeat;
  pointer-events: none;
}

.standards-symbol::before {
  width: 68%;
  right: -24%;
  bottom: -16%;
  opacity: .07;
  transform: rotate(9deg);
}

.standards-symbol__core { z-index: 1; }

.gestalt-map::before {
  width: 58%;
  left: -18%;
  top: -15%;
  opacity: .04;
  filter: brightness(0) saturate(100%) invert(22%) sepia(13%) saturate(1350%) hue-rotate(335deg) brightness(87%) contrast(87%);
  transform: rotate(-8deg);
}

.gestalt-map__core,
.gestalt-map__label { z-index: 1; }

.contact-route::before {
  width: 58%;
  left: -20%;
  top: -18%;
  opacity: .065;
  transform: rotate(-8deg);
}

/* Card depth: motion is short and tactile, never bouncy. */
.value-card,
.process-card,
.therapist-contact-card {
  position: relative;
  overflow: hidden;
  transition: transform .4s var(--motion-premium), box-shadow .4s var(--motion-premium), border-color .3s ease, background-color .3s ease;
}

.values-section .value-card:nth-child(2)::before,
.therapist-contact-card::after {
  content: "";
  position: absolute;
  z-index: 0;
  aspect-ratio: 1;
  background: var(--integra-mark) center / contain no-repeat;
  filter: brightness(0) saturate(100%) invert(22%) sepia(13%) saturate(1350%) hue-rotate(335deg) brightness(87%) contrast(87%);
  pointer-events: none;
  transition: opacity .35s ease, transform .65s var(--motion-premium);
}

.values-section .value-card:nth-child(2)::before {
  width: 170px;
  right: -58px;
  top: -54px;
  opacity: .028;
  transform: rotate(8deg);
}

.value-card > *,
.therapist-contact-card > * { position: relative; z-index: 1; }

.therapist-contact-card::after {
  width: 165px;
  right: -62px;
  top: -58px;
  opacity: .027;
  transform: rotate(9deg);
}

.offer-deep-card { position: relative; }
.offer-deep-card::before {
  content: "";
  position: absolute;
  left: 0;
  top: 22%;
  width: 2px;
  height: 56%;
  border-radius: 999px;
  background: var(--accent-deep);
  transform: scaleY(0);
  transform-origin: center;
  opacity: .65;
  transition: transform .45s var(--motion-premium);
}

.home-person > span,
.home-person b,
.focus-list b { transition: transform .35s var(--motion-premium), background-color .3s ease, color .3s ease, box-shadow .3s ease; }

@media (hover: hover) {
  .home-hero__art:hover,
  .page-hero-panel:hover { transform: translateY(-5px); box-shadow: 0 38px 95px rgba(90, 58, 51,.2); }
  .directory-card--featured:hover::before { opacity: .15; transform: translate(-14px, -10px) rotate(3deg) scale(1.06); }
  .home-space__card:hover .home-space__copy::before { opacity: .085; transform: translate(-12px, -8px) rotate(3deg) scale(1.035); }
  .value-card:hover,
  .process-card:hover,
  .therapist-contact-card:hover { transform: translateY(-7px); border-color: color-mix(in srgb, var(--accent) 68%, transparent); box-shadow: var(--shadow-soft); }
  .values-section .value-card:nth-child(2):hover::before,
  .therapist-contact-card:hover::after { opacity: .065; transform: translate(-8px, 8px) rotate(3deg) scale(1.04); }
  .offer-deep-card:hover::before { transform: scaleY(1); }
  .home-person:hover > span { transform: translateY(-3px) rotate(-3deg); color: var(--bg); background: var(--accent-deep); box-shadow: 0 10px 24px color-mix(in srgb, var(--accent-deep) 24%, transparent); }
  .home-person:hover > .home-person__portrait img { transform: scale(1.08); filter: saturate(1.05); }
  .home-person:hover b,
  .focus-list > a:hover b { transform: translateX(5px); }
}

:root[data-theme="dark"] .home-focus::before,
:root[data-theme="dark"] .gestalt-map::before,
:root[data-theme="dark"] .values-section .value-card:nth-child(2)::before,
:root[data-theme="dark"] .therapist-contact-card::after {
  opacity: .052;
  filter: none;
}

@media (prefers-color-scheme: dark) {
  :root:not([data-theme="light"]) .home-focus::before,
  :root:not([data-theme="light"]) .gestalt-map::before,
  :root:not([data-theme="light"]) .values-section .value-card:nth-child(2)::before,
  :root:not([data-theme="light"]) .therapist-contact-card::after {
    opacity: .052;
    filter: none;
  }
}

@media (max-width: 760px) {
  .home-hero__art--photo::before { top: -2rem; right: -6rem; width: 270px; opacity: .11; }
  .home-focus::before { left: -9rem; bottom: -4rem; width: 300px; }
  .home-space__copy::before { right: -28%; bottom: -24%; width: 72%; }
  .page-hero-panel--about::before,
  .page-hero-panel--offer::before,
  .page-hero-panel--contact::before { right: -7rem; bottom: -6rem; width: 290px; }
  .therapist-contact-card::after { width: 140px; right: -56px; top: -48px; }
}

/* Keep both site chrome surfaces visually identical on every page and breakpoint. */
.site-header,
.site-footer {
  background-color: var(--chrome-bg) !important;
  background-image: none !important;
}
.site-header {
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
}

/* Strict brand palette: every surface and text token resolves to one of the five approved colors. */
:root {
  --bg: #f4f6f5;
  --bg-soft: #e8c6b5;
  --paper: #f4f6f5;
  --paper-2: #e8c6b5;
  --sage: #e8c6b5;
  --sage-deep: #796e54;
  --ink: #5a3a33;
  --ink-soft: #5a3a33;
  --muted: #796e54;
  --line: rgba(90, 58, 51, .16);
  --line-strong: rgba(90, 58, 51, .3);
  --accent: #796e54;
  --accent-deep: #5a3a33;
  --clay: #d99985;
  --white: #f4f6f5;
  --peach: #e8c6b5;
  --rose: #d99985;
  --olive-dark: #5a3a33;
  --chrome-bg: #e8c6b5;
  --chrome-ink: #5a3a33;
  --chrome-accent: #5a3a33;
  --chrome-cta-bg: #5a3a33;
  --chrome-cta-ink: #f4f6f5;
}

:root[data-theme="dark"] {
  --bg: #5a3a33;
  --bg-soft: #796e54;
  --paper: #5a3a33;
  --paper-2: #796e54;
  --sage: #796e54;
  --sage-deep: #d99985;
  --ink: #f4f6f5;
  --ink-soft: #f4f6f5;
  --muted: #e8c6b5;
  --line: rgba(244, 246, 245, .16);
  --line-strong: rgba(244, 246, 245, .3);
  --accent: #d99985;
  --accent-deep: #e8c6b5;
  --clay: #d99985;
  --white: #f4f6f5;
  --peach: #e8c6b5;
  --rose: #d99985;
  --olive-dark: #5a3a33;
  --chrome-bg: #5a3a33;
  --chrome-ink: #f4f6f5;
  --chrome-accent: #e8c6b5;
  --chrome-cta-bg: #e8c6b5;
  --chrome-cta-ink: #5a3a33;
}

@media (prefers-color-scheme: dark) {
  :root:not([data-theme="light"]) {
    --bg: #5a3a33;
    --bg-soft: #796e54;
    --paper: #5a3a33;
    --paper-2: #796e54;
    --sage: #796e54;
    --sage-deep: #d99985;
    --ink: #f4f6f5;
    --ink-soft: #f4f6f5;
    --muted: #e8c6b5;
    --line: rgba(244, 246, 245, .16);
    --line-strong: rgba(244, 246, 245, .3);
    --accent: #d99985;
    --accent-deep: #e8c6b5;
    --clay: #d99985;
    --white: #f4f6f5;
    --peach: #e8c6b5;
    --rose: #d99985;
    --olive-dark: #5a3a33;
    --chrome-bg: #5a3a33;
    --chrome-ink: #f4f6f5;
    --chrome-accent: #e8c6b5;
    --chrome-cta-bg: #e8c6b5;
    --chrome-cta-ink: #5a3a33;
  }
}

:root[data-theme="dark"] .home-space__copy,
:root[data-theme="dark"] .home-space__copy h2,
:root[data-theme="dark"] .home-space__copy h2 em,
:root[data-theme="dark"] .home-space__copy p,
:root[data-theme="dark"] .home-space__copy > b,
:root[data-theme="dark"] .contact-panel-steps span,
:root[data-theme="dark"] .contact-panel-steps b {
  color: var(--ink);
}

@media (prefers-color-scheme: dark) {
  :root:not([data-theme="light"]) .home-space__copy,
  :root:not([data-theme="light"]) .home-space__copy h2,
  :root:not([data-theme="light"]) .home-space__copy h2 em,
  :root:not([data-theme="light"]) .home-space__copy p,
  :root:not([data-theme="light"]) .home-space__copy > b,
  :root:not([data-theme="light"]) .contact-panel-steps span,
  :root:not([data-theme="light"]) .contact-panel-steps b {
    color: var(--ink);
  }
}

.page-hero-panel--contact .contact-panel-steps span,
.page-hero-panel--contact .contact-panel-steps b { color: var(--white); }

/* Premium interaction polish — restrained, tactile and palette-safe. */
.brand__logo {
  transform-origin: left center;
  transition: transform .45s var(--motion-premium), filter .3s ease, opacity .3s ease;
}

.nav__link {
  transition: color .25s ease, letter-spacing .35s var(--motion-premium), opacity .25s ease;
}

.nav__cta,
.btn {
  position: relative;
  isolation: isolate;
  overflow: hidden;
}

.nav__cta::before,
.btn::before {
  content: "";
  position: absolute;
  z-index: -1;
  inset: -35% auto -35% -45%;
  width: 34%;
  background: color-mix(in srgb, var(--clay) 34%, transparent);
  transform: translateX(-180%) skewX(-18deg);
  transition: transform .7s var(--motion-premium);
  pointer-events: none;
}

.nav__cta span,
.btn span,
.directory-card > b,
.home-space__copy i,
.choose-card b {
  transition: transform .35s var(--motion-premium), background-color .3s ease, color .3s ease, border-color .3s ease, box-shadow .3s ease;
}

.directory-card h3,
.directory-card p,
.focus-list h3,
.focus-list p,
.offer-copy h3,
.offer-aside,
.therapist-contact-card h3 {
  transition: transform .4s var(--motion-premium), color .3s ease, opacity .3s ease;
}

.directory-card > b {
  width: 46px;
  height: 46px;
  display: grid;
  place-items: center;
  border: 1px solid var(--line-strong);
  border-radius: 50%;
}

.directory-card--featured > b { border-color: color-mix(in srgb, var(--white) 32%, transparent); }

.focus-list > a,
.home-person,
.home-space__card,
.offer-deep-card,
.map-frame,
.story-quote {
  transition: transform .45s var(--motion-premium), box-shadow .45s var(--motion-premium), border-color .3s ease, background-color .3s ease;
}

.home-person {
  position: relative;
  z-index: 0;
  border-radius: 22px;
}

.home-space__copy i {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  border: 1px solid color-mix(in srgb, var(--ink) 22%, transparent);
  border-radius: 50%;
}

.value-card > span,
.process-card > span,
.offer-number,
.profile-monogram,
.profile-tags span,
.therapist-contact-card__top > span,
.choose-card > span,
.faq-list summary,
.faq-list summary span,
.gallery-hero-note span,
.standards-symbol,
.gestalt-map,
.standards-symbol__ring,
.gestalt-map__ring,
.gestalt-map__label {
  transition: transform .45s var(--motion-premium), background-color .3s ease, color .3s ease, border-color .3s ease, box-shadow .4s var(--motion-premium), opacity .3s ease;
}

.offer-number {
  width: 58px;
  height: 58px;
  display: grid;
  place-items: center;
  border: 1px solid var(--line-strong);
  border-radius: 50%;
  font-size: 1.35rem;
}

.profile-monogram { box-shadow: inset 0 0 0 0 color-mix(in srgb, var(--accent) 16%, transparent); }
.profile-tags span { cursor: default; }

.profile-contact a,
.therapist-contact-card > a,
.site-footer .footer-col a,
.site-footer .footer-credit {
  background-image: linear-gradient(currentColor, currentColor);
  background-position: 0 100%;
  background-repeat: no-repeat;
  background-size: 0 1px;
  transition: color .25s ease, background-size .4s var(--motion-premium), transform .3s var(--motion-premium);
}

.faq-list details {
  border-radius: 20px;
  transition: background-color .3s ease, box-shadow .35s var(--motion-premium), padding .35s var(--motion-premium), margin .35s var(--motion-premium);
}

.faq-list details[open] {
  margin-inline: -1rem;
  padding-inline: 1rem;
  background-color: color-mix(in srgb, var(--accent) 8%, transparent);
  box-shadow: inset 0 0 0 1px color-mix(in srgb, var(--accent) 18%, transparent);
}

.map-frame iframe { transition: filter .45s ease, transform .7s var(--motion-premium); }

/* The cursor glow is applied by JavaScript only on precise pointing devices. */
[data-pointer-glow] {
  --pointer-x: 50%;
  --pointer-y: 50%;
  background-image: radial-gradient(circle 260px at var(--pointer-x) var(--pointer-y), color-mix(in srgb, var(--accent) 0%, transparent), transparent 72%);
  background-repeat: no-repeat;
}

@media (hover: hover) and (pointer: fine) {
  [data-pointer-glow]:hover {
    background-image: radial-gradient(circle 260px at var(--pointer-x) var(--pointer-y), color-mix(in srgb, var(--accent) 18%, transparent), transparent 72%);
  }

  .directory-card--featured[data-pointer-glow]:hover {
    background-image: radial-gradient(circle 300px at var(--pointer-x) var(--pointer-y), color-mix(in srgb, var(--clay) 22%, transparent), transparent 72%);
  }

  .brand:hover .brand__logo { transform: translateY(-2px) scale(1.025); opacity: .94; }
  .nav__link:hover { letter-spacing: .025em; }
  .nav__cta:hover::before,
  .btn:hover::before { transform: translateX(540%) skewX(-18deg); }
  .nav__cta:hover span,
  .btn:hover span { transform: translate(3px, -3px); }
  .theme-toggle:hover { box-shadow: 0 10px 24px color-mix(in srgb, var(--chrome-ink) 16%, transparent); }

  .directory-card:hover h3,
  .directory-card:hover p { transform: translateX(5px); }
  .directory-card:hover > b {
    transform: translate(2px, -2px) rotate(45deg);
    border-color: var(--accent);
    background: var(--accent-deep);
    color: var(--bg);
    box-shadow: 0 10px 24px color-mix(in srgb, var(--accent-deep) 22%, transparent);
  }
  .directory-card--featured:hover > b { background: var(--peach); color: var(--olive-dark); }

  .focus-list > a:hover { box-shadow: inset 4px 0 0 var(--accent-deep); }
  .focus-list > a:hover h3,
  .focus-list > a:hover p { transform: translateX(5px); }

  .home-person:hover {
    z-index: 2;
    transform: translateY(-6px);
    border-color: transparent;
    box-shadow: 0 20px 42px color-mix(in srgb, var(--accent-deep) 18%, transparent);
  }

  .home-space__card:hover {
    transform: translateY(-5px);
    box-shadow: 0 30px 72px color-mix(in srgb, var(--olive-dark) 44%, transparent);
  }
  .home-space__card:hover .home-space__copy i { transform: translate(4px, -4px) rotate(45deg); background: var(--accent); color: var(--paper); }

  .value-card:hover > span,
  .process-card:hover > span {
    transform: translateY(-3px) rotate(-5deg);
    background: var(--accent-deep);
    border-color: var(--accent-deep);
    color: var(--bg);
  }

  .offer-deep-card:hover .offer-number {
    transform: translateY(-4px) rotate(-7deg);
    background: var(--accent-deep);
    border-color: var(--accent-deep);
    color: var(--bg);
    box-shadow: 0 12px 28px color-mix(in srgb, var(--accent-deep) 20%, transparent);
  }
  .offer-deep-card:hover .offer-copy h3 { transform: translateX(7px); }
  .offer-deep-card:hover .offer-aside { transform: translateX(5px); border-left-color: var(--accent-deep); }

  .profile-monogram:hover {
    transform: translateY(-7px) rotate(-3deg) scale(1.025);
    border-color: var(--accent);
    box-shadow: inset 0 0 0 12px color-mix(in srgb, var(--accent) 10%, transparent), 0 24px 54px color-mix(in srgb, var(--accent-deep) 16%, transparent);
  }
  .profile-photo--interactive:hover { transform: translateY(-7px) scale(1.025); }
  .profile-tags span:hover { transform: translateY(-3px); border-color: var(--accent-deep); background: var(--accent-deep); color: var(--bg); }
  .profile-contact a:hover,
  .therapist-contact-card > a:hover,
  .site-footer .footer-col a:hover,
  .site-footer .footer-credit:hover { background-size: 100% 1px; }

  .therapist-contact-card:hover .therapist-contact-card__top > span { transform: translateY(-5px) rotate(-5deg); background: var(--accent-deep); color: var(--bg); border-color: var(--accent-deep); }
  .choose-card:hover > span { transform: rotate(-6deg) scale(1.05); background: var(--accent-deep); color: var(--bg); }
  .choose-card:hover b { transform: translate(4px, -4px) rotate(45deg); }

  .faq-list details:hover { background-color: color-mix(in srgb, var(--accent) 6%, transparent); }
  .faq-list details:hover summary { transform: translateX(5px); color: var(--accent-deep); }
  .faq-list details:hover summary span { transform: scale(1.08); border-color: var(--accent); }
  .faq-list details[open]:hover summary span { transform: rotate(45deg) scale(1.08); }

  .gallery-hero-note:hover span { transform: translateY(-5px) rotate(-2deg); color: var(--accent-deep); }
  .map-frame:hover { transform: translateY(-5px); border-color: var(--accent); box-shadow: 0 30px 70px color-mix(in srgb, var(--accent-deep) 18%, transparent); }
  .map-frame:hover iframe { transform: scale(1.01); filter: saturate(1.04); }

  .standards-symbol:hover,
  .gestalt-map:hover { transform: translateY(-6px); box-shadow: 0 34px 80px color-mix(in srgb, var(--accent-deep) 20%, transparent); }
  .standards-symbol:hover .standards-symbol__ring--one { transform: scale(1.035) rotate(4deg); }
  .standards-symbol:hover .standards-symbol__ring--two { transform: scale(.96) rotate(-5deg); }
  .gestalt-map:hover .gestalt-map__ring--one { transform: translate(-50%, -50%) scale(1.035); }
  .gestalt-map:hover .gestalt-map__ring--two { transform: translate(-50%, -50%) scale(.95); }
  .gestalt-map:hover .gestalt-map__label--emotion,
  .gestalt-map:hover .gestalt-map__label--thoughts { transform: translateX(-5px); }
  .gestalt-map:hover .gestalt-map__label--body,
  .gestalt-map:hover .gestalt-map__label--relation { transform: translateX(5px); }
  .story-quote:hover { transform: translateY(-4px); border-color: var(--accent); }
}

@media (prefers-reduced-motion: reduce) {
  [data-pointer-glow] { background-image: none !important; }
  .brand:hover .brand__logo,
  .directory-card:hover,
  .focus-list > a:hover,
  .home-person:hover,
  .home-space__card:hover,
  .value-card:hover,
  .process-card:hover,
  .therapist-contact-card:hover,
  .map-frame:hover,
  .standards-symbol:hover,
  .gestalt-map:hover,
  .story-quote:hover { transform: none !important; }
}

/* Unified address and direct-contact hub. */
.contact-hub {
  padding-block: clamp(72px, 8vw, 120px);
}

.contact-hub__inner {
  padding: clamp(1.5rem, 4vw, 4rem);
  border: 1px solid var(--line-strong);
  border-radius: clamp(30px, 4vw, 52px);
  background: color-mix(in srgb, var(--paper) 52%, transparent);
  box-shadow: 0 28px 80px color-mix(in srgb, var(--accent-deep) 13%, transparent), inset 0 0 0 1px color-mix(in srgb, var(--white) 14%, transparent);
}

.contact-hub .contact-location__grid {
  grid-template-columns: minmax(400px, 1.12fr) minmax(340px, .88fr);
  gap: clamp(2.5rem, 5vw, 5rem);
  align-items: center;
}

.contact-hub .contact-location__copy {
  align-self: center;
  padding-block: clamp(.5rem, 1.5vw, 1.25rem);
}

.contact-hub .contact-location__copy .section-index { margin-bottom: clamp(2.4rem, 4vw, 3.25rem); }

.contact-hub .contact-location__copy h2 {
  max-width: 9.5ch;
  font-size: clamp(3.7rem, 5.7vw, 5.8rem);
  line-height: .9;
}

.contact-hub .address-card {
  max-width: 440px;
  margin: clamp(2rem, 4vw, 3rem) 0 1.5rem;
  padding: 1.35rem 1.5rem;
  border: 1px solid var(--line-strong);
  border-left: 3px solid var(--accent-deep);
  border-radius: 0 22px 22px 0;
  background: color-mix(in srgb, var(--paper) 58%, transparent);
}

.contact-hub .address-card strong { font-size: clamp(2rem, 3.2vw, 2.7rem); }
.contact-hub .address-card strong .address-card__line {
  display: block;
  color: inherit;
  font: inherit;
  letter-spacing: inherit;
  text-transform: none;
  white-space: nowrap;
}

.contact-location__actions {
  display: grid;
  grid-template-columns: max-content minmax(0, 1fr);
  align-items: center;
  gap: 1rem 1.5rem;
}

.contact-location__phone {
  display: grid;
  gap: .1rem;
  padding-left: 1.2rem;
  border-left: 1px solid var(--line-strong);
  color: var(--ink);
  text-decoration: none;
}

.contact-location__phone small {
  color: var(--muted);
  font-size: .62rem;
  font-weight: 750;
  letter-spacing: .13em;
  text-transform: uppercase;
}

.contact-location__phone strong {
  font-family: var(--font-display);
  font-size: 1.25rem;
  font-weight: 500;
}

.contact-location__phone span { color: var(--muted); font-size: .68rem; }
.contact-location__phone:hover strong { color: var(--accent-deep); }

.contact-hub .map-frame,
.contact-hub .map-frame iframe {
  min-height: 460px;
  height: 460px;
}

.contact-hub .map-frame {
  width: min(100%, 460px);
  justify-self: end;
  border-radius: 34px;
}

.visit-guide {
  margin-top: clamp(4rem, 8vw, 7rem);
  padding-top: clamp(3rem, 6vw, 5.5rem);
  border-top: 1px solid var(--line-strong);
}

.visit-guide__head {
  display: grid;
  grid-template-columns: minmax(0, .6fr) minmax(0, 1fr);
  align-items: end;
  gap: 2rem;
  margin-bottom: clamp(2.2rem, 4vw, 3.5rem);
}

.visit-guide__head h2 {
  max-width: 12ch;
  justify-self: end;
  text-align: right;
}

.visit-guide__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: clamp(10px, 1.2vw, 16px);
}

.visit-detail {
  min-height: 275px;
  display: flex;
  flex-direction: column;
  padding: clamp(1.35rem, 2vw, 1.8rem);
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius-md);
  background: color-mix(in srgb, var(--paper) 72%, transparent);
  transition: transform .4s var(--motion-premium), border-color .3s ease, box-shadow .4s var(--motion-premium);
}

.visit-detail > span {
  width: 38px;
  height: 38px;
  display: grid;
  place-items: center;
  border: 1px solid var(--line-strong);
  border-radius: 50%;
  color: var(--accent-deep);
  font-size: .68rem;
}

.visit-detail small {
  margin-top: auto;
  padding-top: 2rem;
  color: var(--muted);
  font-size: .62rem;
  font-weight: 750;
  letter-spacing: .13em;
  text-transform: uppercase;
}

.visit-detail h3 {
  margin-top: .55rem;
  font-size: clamp(1.55rem, 2.3vw, 2.25rem);
  line-height: 1.02;
}

.visit-detail p { margin-top: 1rem; font-size: .86rem; }

.contact-page .start-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }

@media (max-width: 760px) {
  .contact-page .start-grid { grid-template-columns: 1fr; }
}

.contact-hub__contacts {
  scroll-margin-top: calc(var(--header-h) + 28px);
  margin-top: clamp(4rem, 8vw, 7rem);
  padding-top: clamp(3rem, 6vw, 5.5rem);
  border-top: 1px solid var(--line-strong);
}

.contact-hub__head {
  margin-bottom: clamp(2.4rem, 5vw, 4.5rem);
}

.contact-hub__head h2 { max-width: 11ch; }
.contact-hub__head > p { max-width: 42ch; justify-self: end; }

.contact-hub .therapist-contact-grid { gap: clamp(12px, 1.5vw, 18px); }

.contact-hub .therapist-contact-card {
  min-height: 405px;
  box-shadow: inset 0 0 0 1px color-mix(in srgb, var(--white) 10%, transparent);
}

.contact-hub .therapist-contact-card h3 {
  max-width: 12ch;
  margin-top: 1.9rem;
}

.contact-hub .therapist-contact-card > p { min-height: 3em; }
.contact-hub .therapist-contact-card > p + a { margin-top: auto; }

@media (max-width: 980px) {
  .contact-hub__inner { padding: clamp(1.4rem, 5vw, 3rem); }
  .contact-hub .contact-location__grid { grid-template-columns: 1fr; }
  .contact-hub .contact-location__copy h2 { max-width: 10ch; }
  .contact-hub .map-frame { width: 100%; max-width: 640px; justify-self: center; }
  .contact-hub .map-frame,
  .contact-hub .map-frame iframe { min-height: 430px; height: 430px; }
  .contact-hub__head > p { justify-self: start; }
  .visit-guide__grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .visit-detail { min-height: 245px; }
}

@media (hover: hover) and (pointer: fine) {
  .visit-detail:hover {
    transform: translateY(-6px);
    border-color: color-mix(in srgb, var(--accent) 68%, transparent);
    box-shadow: var(--shadow-soft);
  }
}

@media (max-width: 580px) {
  .contact-hub { padding-block: 54px; }
  .contact-hub__inner { padding: 18px; border-radius: 28px; }
  .contact-hub .contact-location__copy { padding: 18px 4px 0; }
  .contact-hub .contact-location__copy .section-index { margin-bottom: 2.4rem; }
  .contact-hub .contact-location__copy h2 { font-size: clamp(3.25rem, 15vw, 4.25rem); }
  .contact-hub .address-card { padding: 1.2rem 1rem; border-radius: 0 18px 18px 0; }
  .contact-hub .address-card strong { font-size: clamp(1.75rem, 8vw, 2.25rem); }
  .contact-hub .map-frame,
  .contact-hub .map-frame iframe { min-height: 340px; height: 340px; }
  .contact-location__actions { grid-template-columns: 1fr; align-items: stretch; }
  .contact-location__phone { width: 100%; padding: 1rem 0 0; border-top: 1px solid var(--line-strong); border-left: 0; }
  .visit-guide { margin-top: 3.5rem; padding-top: 3rem; }
  .visit-guide__head { grid-template-columns: 1fr; gap: .8rem; }
  .visit-guide__head h2 { justify-self: start; text-align: left; }
  .visit-guide__grid { grid-template-columns: 1fr; }
  .visit-detail { min-height: 230px; }
  .contact-hub__contacts { margin-top: 3.5rem; padding-top: 3rem; }
  .contact-hub__head { margin-bottom: 2.2rem; }
  .contact-hub .therapist-contact-card { min-height: 385px; }
  .therapist-contact-card__portrait { width: 112px; }
}

/* Contact cards use the five-color Integra palette in both themes. */
:root {
  --palette-terracotta: #5a3a33;
  --palette-olive: #796e54;
  --palette-coral: #d99985;
  --palette-peach: #e8c6b5;
  --palette-pale: #f4f6f5;
}

.contact-hub .therapist-contact-card {
  cursor: pointer;
}

.contact-hub .therapist-contact-card--sage {
  background: color-mix(in srgb, var(--palette-terracotta) 48%, var(--paper));
}

.contact-hub .therapist-contact-card--paper {
  background: color-mix(in srgb, var(--palette-olive) 42%, var(--paper));
}

.contact-hub .therapist-contact-card--stone {
  background: color-mix(in srgb, var(--palette-coral) 50%, var(--paper));
}

.contact-hub .therapist-contact-card--slate {
  background: color-mix(in srgb, var(--palette-peach) 65%, var(--paper));
}

.contact-hub .therapist-contact-card h3 { margin-bottom: auto; }
.contact-hub .therapist-contact-card:focus-visible {
  outline: 3px solid var(--accent);
  outline-offset: 4px;
}

/* Keep the four full team profiles visibly distinct in both themes. */
.profile-section--sage {
  background: color-mix(in srgb, var(--palette-olive) 42%, var(--paper));
}

.profile-section--stone {
  background: color-mix(in srgb, var(--palette-coral) 50%, var(--paper));
}

.profile-section--slate {
  background: color-mix(in srgb, var(--palette-peach) 65%, var(--paper));
}

/* Contact hero: compact rows stay inside the framed panel at every width. */
.page-hero-panel--contact .contact-panel-steps {
  inset: 84px 34px 70px;
  grid-template-rows: repeat(3, minmax(0, 1fr));
  align-content: stretch;
  gap: 0;
}

.page-hero-panel--contact .contact-panel-steps span {
  min-width: 0;
  grid-template-columns: 42px minmax(0, 1fr);
  align-content: center;
  border-top: 1px solid color-mix(in srgb, var(--ink) 16%, transparent);
  font-size: clamp(1.65rem, 2.8vw, 2.65rem);
  line-height: 1.04;
}

.page-hero-panel--contact .contact-panel-steps span:first-child { border-top: 0; }
.page-hero-panel--contact .contact-panel-steps i { display: none; }
.page-hero-panel--contact > small {
  max-width: calc(100% - 64px);
  line-height: 1.35;
  text-align: right;
}

.contact-location__place {
  display: inline-block;
  white-space: nowrap;
  font-size: .96em;
}

.contact-hub__head h2 { max-width: 14ch; }

@media (max-width: 580px) {
  .page-hero-panel--contact .contact-panel-steps { inset: 78px 26px 68px; }
  .page-hero-panel--contact .contact-panel-steps span {
    grid-template-columns: 36px minmax(0, 1fr);
    font-size: clamp(1.45rem, 7vw, 1.9rem);
  }
}

/* Materials library */
.page-hero-panel--materials {
  background: linear-gradient(145deg, var(--olive-dark), color-mix(in srgb, var(--accent-deep) 72%, var(--clay)));
  color: #f4f6f5;
}

.materials-panel__sheet {
  position: absolute;
  width: min(62%, 360px);
  aspect-ratio: .76;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: clamp(1.2rem, 2.5vw, 2rem);
  border: 1px solid rgba(90, 58, 51, .2);
  border-radius: 12px;
  color: #5a3a33;
  box-shadow: 0 22px 55px rgba(45, 26, 22, .24);
}

.materials-panel__sheet small {
  color: rgba(90, 58, 51, .58);
  font-size: .65rem;
  font-weight: 750;
  letter-spacing: .14em;
}

.materials-panel__sheet span {
  font-family: var(--font-display);
  font-size: clamp(2rem, 3.4vw, 3.5rem);
  line-height: .88;
  letter-spacing: -.045em;
}

.materials-panel__sheet b {
  align-self: flex-start;
  padding: .45rem .6rem;
  border: 1px solid rgba(90, 58, 51, .28);
  border-radius: 999px;
  font-size: .62rem;
  letter-spacing: .12em;
}

.materials-panel__sheet--back { top: 18%; right: 7%; transform: rotate(10deg); background: #796e54; color: #f4f6f5; }
.materials-panel__sheet--back small { color: rgba(244, 246, 245, .62); }
.materials-panel__sheet--middle { top: 21%; right: 15%; transform: rotate(3deg); background: #d99985; }
.materials-panel__sheet--front { z-index: 1; top: 25%; right: 23%; transform: rotate(-4deg); background: #f4f6f5; }

.materials-library { overflow: hidden; }
.materials-library .section-head > p { max-width: 43ch; justify-self: end; }

.document-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(0, .92fr);
  gap: 18px;
}

.document-grid--single {
  grid-template-columns: minmax(0, 840px);
  justify-content: center;
}

.document-grid--single .document-card { min-height: 560px; }

.document-card {
  min-height: 610px;
  display: flex;
  flex-direction: column;
  padding: clamp(1.5rem, 3vw, 2.5rem);
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  background: var(--paper);
}

.document-card--featured { background: color-mix(in srgb, var(--peach) 58%, var(--paper)); }
.document-card--pending { background: color-mix(in srgb, var(--sage-deep) 22%, var(--paper)); }
.document-card__top { display: flex; align-items: center; justify-content: space-between; gap: 1rem; }
.document-card__top > span { color: var(--muted); font-size: .67rem; letter-spacing: .14em; }

.document-status {
  padding: .5rem .72rem;
  border: 1px solid var(--line-strong);
  border-radius: 999px;
  color: var(--muted);
  font-size: .62rem;
  font-weight: 750;
  letter-spacing: .09em;
  text-transform: uppercase;
}

.document-status--ready { border-color: var(--accent); color: var(--accent-deep); }

.document-card__icon {
  width: 150px;
  height: 190px;
  position: relative;
  display: flex;
  flex-direction: column;
  gap: .7rem;
  margin: clamp(2.5rem, 6vw, 5rem) 0 2.5rem;
  padding: 1.2rem;
  border: 1px solid var(--line-strong);
  border-radius: 10px;
  color: var(--accent-deep);
}

.document-card__icon::after {
  content: "";
  position: absolute;
  right: -1px;
  top: -1px;
  width: 42px;
  height: 42px;
  border-left: 1px solid var(--line-strong);
  border-bottom: 1px solid var(--line-strong);
  background: color-mix(in srgb, var(--paper) 72%, transparent);
  clip-path: polygon(100% 0, 100% 100%, 0 0);
}

.document-card__icon span { margin-top: auto; font-family: var(--font-display); font-size: 2.4rem; }
.document-card__icon i { width: 60%; height: 1px; background: var(--line-strong); }
.document-card__copy { margin-top: auto; }
.document-card__copy h3 { max-width: 13ch; margin-top: .65rem; font-size: clamp(2.35rem, 4vw, 4.25rem); }
.document-card__copy > p:not(.eyebrow):not(.document-card__note) { max-width: 54ch; margin-top: 1.2rem; }
.document-card__meta { display: flex; flex-wrap: wrap; gap: .5rem 1.1rem; margin-top: 1.5rem; color: var(--muted); font-size: .68rem; }
.document-card__actions { display: flex; align-items: center; flex-wrap: wrap; gap: 1rem 1.4rem; margin-top: 2rem; }
.document-card__actions .arrow-link { margin-top: 0; }
.document-card__note { margin-top: 2rem; padding: 1.1rem 0 0 1.2rem; border-top: 1px solid var(--line-strong); border-left: 2px solid var(--accent); color: var(--muted); font-size: .82rem; }

.resource-link-card {
  min-height: 245px;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  gap: clamp(1rem, 2vw, 1.7rem);
  padding: clamp(1.4rem, 3vw, 2.3rem);
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius-md);
  background: var(--paper);
  color: var(--ink);
  text-decoration: none;
  transition: transform .4s var(--motion-premium), border-color .3s ease, box-shadow .4s var(--motion-premium);
}

.resource-link-card__no {
  width: 58px;
  height: 58px;
  display: grid;
  place-items: center;
  border: 1px solid var(--line-strong);
  border-radius: 50%;
  color: var(--accent-deep);
  font-family: var(--font-display);
  font-size: 1.25rem;
}

.resource-link-card small { color: var(--muted); font-size: .62rem; font-weight: 750; letter-spacing: .12em; text-transform: uppercase; }
.resource-link-card h3 { margin-top: .45rem; font-size: clamp(1.7rem, 2.6vw, 2.7rem); }
.resource-link-card p { max-width: 42ch; margin-top: .65rem; font-size: .82rem; }
.resource-link-card > b { font-size: 1.35rem; font-weight: 500; transition: transform .3s var(--motion-premium); }

.materials-principles__grid { display: grid; grid-template-columns: minmax(0, .85fr) minmax(0, 1.15fr); gap: clamp(3rem, 8vw, 9rem); }
.materials-principles__copy h2 { max-width: 11ch; margin-top: .8rem; }
.materials-principles__list { border-top: 1px solid var(--line-strong); }
.materials-principles__list article { display: grid; grid-template-columns: 58px minmax(0, 1fr); gap: 1.4rem; padding: 2rem 0; border-bottom: 1px solid var(--line-strong); }
.materials-principles__list article > span { color: var(--accent-deep); font-size: .68rem; letter-spacing: .12em; }
.materials-principles__list h3 { font-size: clamp(1.55rem, 2.4vw, 2.25rem); }
.materials-principles__list p { max-width: 48ch; margin-top: .6rem; }

@media (hover: hover) and (pointer: fine) {
  .resource-link-card:hover { transform: translateY(-6px); border-color: var(--accent); box-shadow: var(--shadow-soft); }
  .resource-link-card:hover > b { transform: translate(5px, -5px); }
}

/* Editorial footer */
.site-footer {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  padding: clamp(50px, 6vw, 78px) 0 18px;
}

.site-footer::after {
  content: "";
  position: absolute;
  z-index: -1;
  right: -90px;
  bottom: -105px;
  width: clamp(280px, 30vw, 470px);
  aspect-ratio: 1;
  background: var(--integra-mark) center / contain no-repeat;
  opacity: .035;
  filter: brightness(0) saturate(100%) invert(22%) sepia(13%) saturate(1350%) hue-rotate(335deg) brightness(87%) contrast(87%);
  transform: rotate(-9deg);
  pointer-events: none;
}

:root[data-theme="dark"] .site-footer::after { opacity: .065; filter: none; }
@media (prefers-color-scheme: dark) { :root:not([data-theme="light"]) .site-footer::after { opacity: .065; filter: none; } }

.footer-main {
  display: grid;
  grid-template-columns: minmax(220px, 1.25fr) minmax(130px, .55fr) minmax(130px, .55fr) minmax(230px, .85fr);
  gap: clamp(2rem, 5vw, 5rem);
  padding-block: 0 clamp(42px, 5vw, 64px);
  border-bottom: 1px solid color-mix(in srgb, var(--chrome-ink) 18%, transparent);
}

.site-footer .footer-brand { grid-column: auto; }
.site-footer .brand--footer .brand__logo { width: clamp(176px, 15vw, 220px); }
.site-footer .footer-brand > p { margin-top: 1.2rem; color: color-mix(in srgb, var(--chrome-ink) 64%, transparent); font-size: .74rem; line-height: 1.5; letter-spacing: .08em; text-transform: uppercase; }
.footer-phone { display: inline-block; margin-top: 1.1rem; color: var(--chrome-ink); font-family: var(--font-display); font-size: 1.35rem; text-decoration-thickness: 1px; text-underline-offset: .22em; }
.site-footer .footer-col { gap: .85rem; }
.site-footer .footer-label { margin-bottom: .7rem; font-weight: 750; }
.site-footer .footer-col a { width: fit-content; }
.site-footer .footer-col a[aria-current="page"] { color: var(--chrome-ink); font-weight: 700; }
.site-footer .footer-col--materials {
  min-height: 100%;
  padding-left: clamp(1.25rem, 3vw, 2.2rem);
  border-left: 1px solid color-mix(in srgb, var(--chrome-ink) 20%, transparent);
}
.site-footer .footer-col--materials a { margin-top: 0; color: var(--chrome-accent); font-weight: 700; }
.footer-address { display: flex; flex-direction: column; align-items: flex-start; font-style: normal; }
.footer-address strong { color: var(--chrome-ink); font-family: var(--font-display); font-size: clamp(1.35rem, 2vw, 1.8rem); font-weight: 500; line-height: 1.08; }
.footer-address small { margin-top: .8rem; color: color-mix(in srgb, var(--chrome-ink) 60%, transparent); font-size: .72rem; }
.footer-address a { margin-top: 1.2rem; padding-bottom: .2rem; border-bottom: 1px solid color-mix(in srgb, var(--chrome-ink) 28%, transparent); color: var(--chrome-ink); font-size: .76rem; font-weight: 750; text-decoration: none; }
.site-footer .footer-bottom { padding-top: 18px; }

@media (max-width: 980px) {
  .document-grid { grid-template-columns: 1fr; }
  .document-card { min-height: 560px; }
  .materials-principles__grid { grid-template-columns: 1fr; }
  .materials-principles__copy h2 { max-width: 14ch; }
  .footer-main { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .site-footer .footer-brand { grid-column: auto; }
}

@media (max-width: 760px) {
  .materials-library .section-head > p { justify-self: start; }
  .document-card { min-height: 520px; }
  .materials-panel__sheet { width: 64%; }
  .resource-link-card { min-height: 220px; }
}

@media (max-width: 580px) {
  .materials-panel__sheet { width: 67%; padding: 1.2rem; }
  .materials-panel__sheet--back { right: 2%; }
  .materials-panel__sheet--middle { right: 10%; }
  .materials-panel__sheet--front { right: 18%; }
  .document-card { min-height: 500px; border-radius: 30px; }
  .document-card__icon { width: 110px; height: 140px; margin: 2.5rem 0 2rem; }
  .document-card__copy h3 { font-size: clamp(2.2rem, 12vw, 3.25rem); }
  .document-card__actions { align-items: flex-start; flex-direction: column; }
  .resource-link-card { grid-template-columns: 48px minmax(0, 1fr); align-items: start; }
  .resource-link-card__no { width: 46px; height: 46px; }
  .resource-link-card > b { display: none; }
  .materials-principles__list article { grid-template-columns: 42px minmax(0, 1fr); gap: 1rem; }
  .footer-main { grid-template-columns: 1fr; }
  .site-footer .footer-brand { grid-column: 1; }
  .site-footer .footer-col--materials { min-height: 0; padding: 1.5rem 0 0; border-top: 1px solid color-mix(in srgb, var(--chrome-ink) 16%, transparent); border-left: 0; }
  .footer-address { padding-top: 1.5rem; border-top: 1px solid color-mix(in srgb, var(--chrome-ink) 16%, transparent); }
  .site-footer .footer-bottom { gap: .7rem; }
}
