@font-face {
  font-family: "Open Sans";
  src: url("../assets/fonts/open-sans-600.woff2") format("woff2");
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
  font-family: "Open Sans";
  src: url("../assets/fonts/open-sans-latin-600.woff2") format("woff2");
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
  font-family: "Open Sans";
  src: url("../assets/fonts/open-sans-700.woff2") format("woff2");
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
  font-family: "Open Sans";
  src: url("../assets/fonts/open-sans-latin-700.woff2") format("woff2");
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
  font-family: "Open Sans";
  src: url("../assets/fonts/open-sans-800.woff2") format("woff2");
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
  font-family: "Open Sans";
  src: url("../assets/fonts/open-sans-latin-800.woff2") format("woff2");
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

:root {
  --paper: #f7f4ef;
  --paper-strong: #fffdf9;
  --ink: #252321;
  --muted: #68625c;
  --line: #d8d1c9;
  --orange: #e86432;
  --orange-deep: #c94822;
  --orange-light: #f58a50;
  --rust: #b94324;
  --peach: #f5c8ad;
  --focus: #6b2d19;
  --shell: min(1180px, calc(100% - 40px));
  --section-space: clamp(5rem, 10vw, 9rem);
  --radius: 2px;
  --font: "Aptos", "Avenir Next", "Segoe UI", Arial, sans-serif;
  --display: "Aptos Display", "Avenir Next", "Segoe UI", Arial, sans-serif;
}

*, *::before, *::after { box-sizing: border-box; }

html { scroll-behavior: smooth; scroll-padding-top: 88px; }

body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: var(--font);
  font-size: 1rem;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}

body.menu-open { overflow: hidden; }

img { display: block; max-width: 100%; }
a { color: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }

:focus-visible {
  outline: 3px solid var(--focus);
  outline-offset: 4px;
}

.skip-link {
  position: fixed;
  top: 10px;
  left: 10px;
  z-index: 1000;
  padding: .75rem 1rem;
  color: #fff;
  background: var(--ink);
  transform: translateY(-150%);
}

.skip-link:focus { transform: translateY(0); }
.shell { width: var(--shell); margin-inline: auto; }
.section { padding-block: var(--section-space); }

.eyebrow {
  margin: 0 0 1rem;
  color: var(--rust);
  font-size: .76rem;
  font-weight: 800;
  line-height: 1.2;
  letter-spacing: .14em;
  text-transform: uppercase;
}

h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { font-family: var(--display); }

h1, h2 {
  margin-bottom: 1.5rem;
  font-weight: 800;
  line-height: .96;
  letter-spacing: -.055em;
}

h1 { max-width: 900px; font-size: clamp(3.25rem, 4.15vw, 4.25rem); }
h2 { font-size: clamp(2.7rem, 5.8vw, 5.8rem); }
h3 { line-height: 1.04; letter-spacing: -.035em; }
h1 em, h2 em { color: var(--orange); font-style: normal; }

.section-intro { margin-bottom: clamp(2.5rem, 5vw, 4.5rem); }
.section-intro h2 { max-width: 930px; margin-bottom: 0; }

.site-header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 100;
  background: rgba(247, 244, 239, .9);
  border-bottom: 1px solid transparent;
  backdrop-filter: blur(14px);
  transition: border-color .2s ease, box-shadow .2s ease;
}

.site-header.is-scrolled {
  border-color: rgba(37, 35, 33, .1);
  box-shadow: 0 10px 30px rgba(79, 57, 44, .06);
}

.header-inner {
  min-height: 76px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
}

.brand { display: block; flex: 0 0 auto; }
.brand img { width: 190px; height: auto; }

.primary-nav {
  display: flex;
  align-items: center;
  gap: clamp(1rem, 2.2vw, 2rem);
  font-family: "Open Sans", "Segoe UI", Arial, sans-serif;
}
.primary-nav a {
  font-family: "Open Sans", Arial, sans-serif;
  font-size: .78rem;
  font-weight: 700;
  font-synthesis: none;
  letter-spacing: .035em;
  text-decoration: none;
  text-transform: uppercase;
  white-space: nowrap;
}

.primary-nav > a:not(.nav-cta) { position: relative; }
.primary-nav > a:not(.nav-cta)::after {
  content: "";
  position: absolute;
  left: 0;
  right: 100%;
  bottom: -.45rem;
  height: 2px;
  background: var(--orange);
  transition: right .2s ease;
}
.primary-nav > a:not(.nav-cta):hover::after { right: 0; }

.nav-cta {
  padding: .78rem 1.15rem;
  color: #fff;
  background: var(--orange-deep);
  border: 1px solid var(--orange-deep);
  border-radius: var(--radius);
  transition: background .2s ease, transform .2s ease;
}
.nav-cta:hover { background: var(--ink); border-color: var(--ink); transform: translateY(-2px); }
.nav-cta:active { transform: translateY(1px); }

.menu-toggle {
  display: none;
  width: 46px;
  height: 42px;
  padding: 11px 9px;
  background: transparent;
  border: 1px solid var(--ink);
  border-radius: var(--radius);
}
.menu-toggle span { display: block; width: 100%; height: 2px; margin: 5px 0; background: var(--ink); transition: transform .2s ease; }

.hero {
  height: 210dvh;
  min-height: 980px;
  position: relative;
  background: var(--paper);
}

.hero-stage {
  --hero-bg-opacity: 1;
  --hero-overlay-opacity: .33;
  --hero-blur: 0px;
  --hero-glass-blur: 2.6px;
  --hero-visual-x: -15vw;
  --hero-visual-y: 16dvh;
  --hero-visual-scale: 1.14;
  --hero-title-x: 7vw;
  --hero-title-scale: 1.48;
  --hero-first-y: -1.5dvh;
  --hero-first-scale: 1.04;
  --hero-second-x: 7vw;
  --hero-second-y: -.35dvh;
  --hero-second-scale: .84;
  --hero-details-opacity: 0;
  --hero-details-y: 24px;
  --hero-frame-alpha: 0;
  --hero-shadow-alpha: 0;
  --hero-frame-radius: 4px;
  --hero-card-x: 8%;
  --hero-portrait-x: 0%;
  --hero-portrait-y: 0px;
  --hero-portrait-scale: 1;
  min-height: 100dvh;
  padding-top: 76px;
  position: sticky;
  top: 0;
  display: grid;
  align-items: center;
  overflow: hidden;
  isolation: isolate;
}

.hero-background,
.hero-overlay {
  position: absolute;
  inset: 0;
}

.hero-background { z-index: -2; opacity: var(--hero-bg-opacity); }
.hero-background img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  filter: blur(var(--hero-blur));
  transform: scale(1.025);
}

.hero-overlay {
  z-index: -1;
  background: rgba(255, 253, 249, var(--hero-overlay-opacity));
  backdrop-filter: blur(var(--hero-glass-blur)) saturate(.92) contrast(1.02);
  -webkit-backdrop-filter: blur(var(--hero-glass-blur)) saturate(.92) contrast(1.02);
}

.hero-grid {
  min-height: calc(100dvh - 76px);
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(360px, .92fr);
  align-items: center;
  gap: clamp(2rem, 5vw, 5rem);
  padding-block: clamp(2.5rem, 5vh, 4rem);
}

.hero-copy { position: relative; z-index: 2; }
.hero-copy h1 {
  max-width: 760px;
  margin-bottom: 1.6rem;
  font-size: clamp(4rem, 6.5vw, 6.8rem);
  line-height: .92;
  transform: translateX(var(--hero-title-x)) scale(var(--hero-title-scale));
  transform-origin: left center;
}
.hero-copy h1 > span { display: block; white-space: nowrap; }
.hero-copy h1 > span:first-child {
  transform: translateY(var(--hero-first-y)) scaleX(var(--hero-first-scale));
  transform-origin: left center;
}
.hero-copy h1 > span:last-child {
  transform: translate(var(--hero-second-x), var(--hero-second-y)) scaleX(var(--hero-second-scale));
  transform-origin: left center;
}
.hero-message {
  max-width: 650px;
  margin-bottom: 1.8rem;
  color: var(--ink);
  font-size: clamp(1rem, 1.25vw, 1.15rem);
  line-height: 1.55;
}
.hero-message p + p { margin-top: .85rem; }

.hero-details {
  opacity: var(--hero-details-opacity);
  pointer-events: none;
  transform: translateY(var(--hero-details-y));
}

.hero-stage.has-details .hero-details { pointer-events: auto; }

.button-row { display: flex; flex-wrap: wrap; align-items: center; gap: .8rem; }
.button {
  min-height: 52px;
  padding: .85rem 1.25rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  border: 1px solid var(--ink);
  border-radius: var(--radius);
  font-size: .85rem;
  font-weight: 800;
  letter-spacing: .04em;
  text-decoration: none;
  white-space: nowrap;
  transition: color .2s ease, background .2s ease, border-color .2s ease, transform .2s ease;
}
.button span { font-size: 1.2em; }
.button:hover { transform: translateY(-3px); }
.button:active { transform: translateY(1px); }
.button-primary { color: #fff; background: var(--orange-deep); border-color: var(--orange-deep); }
.button-primary:hover { background: var(--ink); border-color: var(--ink); }
.button-secondary { background: transparent; }
.button-secondary:hover { color: #fff; background: var(--ink); }
.button-dark { color: #fff; background: var(--ink); border-color: var(--ink); }
.button-dark:hover { color: var(--ink); background: var(--paper-strong); border-color: var(--paper-strong); }

.hero-visual {
  min-height: min(720px, 78dvh);
  position: relative;
  z-index: 3;
  display: flex;
  align-items: end;
  justify-content: end;
  transform: translate3d(var(--hero-visual-x), var(--hero-visual-y), 0) scale(var(--hero-visual-scale));
  transform-origin: right bottom;
}

.portrait-frame {
  width: min(100%, 470px);
  height: min(720px, 78dvh);
  position: relative;
  overflow: hidden;
  background: transparent;
  border: 0;
  border-radius: var(--hero-frame-radius);
}
.portrait-frame::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  background:
    radial-gradient(circle at 62% 38%, rgba(224, 111, 69, .13) 0%, rgba(224, 111, 69, .045) 34%, transparent 62%),
    linear-gradient(145deg, #fffdf8 0%, #f5eee3 100%);
  border: 2px solid rgba(105, 80, 62, .62);
  border-radius: inherit;
  box-shadow:
    0 24px 60px rgba(96, 67, 48, var(--hero-shadow-alpha)),
    inset 0 1px 0 rgba(255, 255, 255, .72);
  opacity: var(--hero-frame-alpha);
  transform: translateX(var(--hero-card-x));
}
.portrait-frame img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center bottom;
  position: relative;
  z-index: 1;
  transform: translate3d(var(--hero-portrait-x), var(--hero-portrait-y), 0) scale(var(--hero-portrait-scale));
  transform-origin: center bottom;
}

.services { background: var(--paper-strong); }
.service-grid { display: grid; grid-template-columns: 1.05fr .95fr 1.05fr; align-items: stretch; }
.service-card {
  min-height: 480px;
  padding: clamp(1.5rem, 3vw, 2.5rem);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
  color: var(--ink);
  border: 1px solid rgba(37,35,33,.18);
  text-decoration: none;
  transition: transform .3s ease, box-shadow .3s ease;
}
.service-card + .service-card { border-left: 0; }
.service-card-b { margin-block: 2rem -2rem; background: var(--peach); }
.service-card-c { background: var(--orange); }
.service-card:hover { z-index: 2; transform: translateY(-10px) rotate(-.4deg); box-shadow: 18px 20px 0 rgba(71,49,38,.12); }
.service-number { color: rgba(37,35,33,.5); font-size: .85rem; font-weight: 800; letter-spacing: .13em; }
.service-card h3 { margin: 0 0 1.3rem; font-size: clamp(2rem, 3.8vw, 3.7rem); }
.service-card p { max-width: 34ch; margin-bottom: 0; color: #4e4742; }
.text-link { display: inline-flex; align-items: center; gap: .8rem; font-size: .83rem; font-weight: 850; letter-spacing: .04em; text-decoration: none; }
.text-link span { font-size: 1.2em; transition: transform .2s ease; }
.text-link:hover span { transform: translate(4px, -2px); }

.experience { overflow: hidden; }
.experience-grid { display: grid; grid-template-columns: .9fr 1.1fr; align-items: center; gap: clamp(3rem, 8vw, 9rem); }
.experience-number { display: flex; align-items: flex-end; position: relative; }
.experience-number::before {
  content: "";
  width: min(460px, 80vw);
  aspect-ratio: 1;
  position: absolute;
  z-index: -1;
  top: 50%;
  left: 46%;
  border: 1px solid var(--orange);
  transform: translate(-50%, -50%) rotate(17deg);
}
.experience-number strong { font-size: clamp(8rem, 19vw, 16rem); font-weight: 850; line-height: .68; letter-spacing: -.1em; }
.experience-number sup { color: var(--orange); font-size: .32em; vertical-align: top; }
.experience-number > span { margin: 0 0 -.4rem 1rem; color: var(--rust); font-size: clamp(2rem, 5vw, 4rem); font-weight: 800; }
.experience-copy h2 { max-width: 760px; font-size: clamp(2.4rem, 4.2vw, 4.4rem); }
.experience-copy > p:not(.eyebrow) { max-width: 58ch; color: var(--muted); font-size: 1.05rem; }
.brand-line { margin-top: 2.4rem; padding-top: 1.4rem; border-top: 1px solid var(--line); }
.brand-line span { display: block; margin-bottom: 1rem; color: var(--muted); font-size: .72rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.brand-line img { width: min(100%, 600px); height: auto; opacity: .72; filter: grayscale(1); }

.method { background: linear-gradient(120deg, rgba(232,100,50,.08), transparent 60%); }
.method-layout { display: grid; grid-template-columns: .9fr 1.1fr; gap: clamp(3rem, 8vw, 9rem); }
.method-heading { position: sticky; top: 120px; align-self: start; }
.method-heading h2 { max-width: 650px; font-size: clamp(2.7rem, 5vw, 5rem); }
.method-list { border-top: 1px solid var(--ink); }
.method-item { padding: 1.65rem .2rem; display: grid; grid-template-columns: 56px 1fr; gap: 1.3rem; border-bottom: 1px solid var(--line); }
.method-item > span { color: var(--orange-deep); font-size: .75rem; font-weight: 900; letter-spacing: .1em; }
.method-item h3 { margin-bottom: .45rem; font-size: clamp(1.45rem, 2.3vw, 2rem); }
.method-item p { max-width: 48ch; margin-bottom: 0; color: var(--muted); }

.featured { background: var(--paper-strong); }
.training-list { border-top: 1px solid var(--ink); }
.training-row { padding: 1.2rem 0; display: grid; grid-template-columns: 220px 1fr 60px; align-items: center; gap: clamp(1.5rem, 4vw, 4rem); border-bottom: 1px solid var(--line); }
.training-image { height: 142px; overflow: hidden; background: #e4ded6; }
.training-image img { width: 100%; height: 100%; object-fit: cover; transition: transform .45s ease; }
.training-image-disc { padding: 1rem; background: #eae6df; }
.training-image-disc img { object-fit: contain; }
.training-row:hover .training-image img { transform: scale(1.05); }
.category { color: var(--orange-deep); font-size: .72rem; font-weight: 850; letter-spacing: .1em; text-transform: uppercase; }
.training-copy h3 { margin: .35rem 0 .7rem; font-size: clamp(1.7rem, 3vw, 3rem); }
.training-copy p { max-width: 62ch; margin-bottom: 0; color: var(--muted); }
.round-link { width: 52px; height: 52px; display: grid; place-items: center; border: 1px solid var(--ink); border-radius: 50%; font-size: 1.3rem; text-decoration: none; transition: color .2s ease, background .2s ease, transform .2s ease; }
.round-link:hover { color: #fff; background: var(--orange-deep); border-color: var(--orange-deep); transform: rotate(8deg); }

.case-study { padding-top: calc(var(--section-space) + 2rem); }
.case-grid { display: grid; grid-template-columns: 1.15fr .85fr; align-items: center; gap: clamp(3rem, 8vw, 9rem); }
.case-images { min-height: 610px; position: relative; }
.case-main { width: 82%; height: 520px; object-fit: cover; position: absolute; top: 0; left: 0; }
.case-detail { width: 48%; height: 260px; object-fit: cover; position: absolute; right: 0; bottom: 0; border: 10px solid var(--paper); }
.case-date { position: absolute; left: 1.2rem; bottom: 3.5rem; padding: .45rem .65rem; color: #fff; background: var(--orange-deep); font-size: .7rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.case-copy h2 { font-size: clamp(3.2rem, 6vw, 6.2rem); }
.case-copy > p { max-width: 47ch; color: var(--muted); }
.case-copy .case-lead { color: var(--ink); font-size: clamp(1.25rem, 2vw, 1.6rem); font-weight: 650; line-height: 1.35; }

.disc-section { position: relative; overflow: hidden; background: var(--orange); }
.disc-grid { min-height: 620px; display: grid; grid-template-columns: 1fr .85fr; align-items: center; gap: clamp(3rem, 9vw, 10rem); position: relative; z-index: 2; }
.disc-copy .eyebrow { color: var(--ink); }
.disc-copy h2 { max-width: 760px; font-size: clamp(3rem, 5.3vw, 5.5rem); }
.disc-copy h2 em { color: var(--paper-strong); }
.disc-copy > p:not(.eyebrow) { max-width: 60ch; font-size: 1.08rem; }
.disc-copy .button-row { margin-top: 2rem; }
.plain-link { padding: .8rem 0; font-size: .85rem; font-weight: 850; text-underline-offset: 5px; }
.disc-voices { display: grid; gap: .8rem; }
.disc-voices p { margin: 0; padding: 1rem 1.2rem; display: grid; grid-template-columns: 46px 1fr; align-items: center; background: rgba(255,253,249,.82); border: 1px solid rgba(37,35,33,.25); transform: translateX(var(--offset, 0)); }
.disc-voices p:nth-child(2) { --offset: 1.5rem; }
.disc-voices p:nth-child(3) { --offset: -.8rem; }
.disc-voices p:nth-child(4) { --offset: 1rem; }
.disc-voices b { font-size: 1.3rem; }
.disc-voices span { font-weight: 700; }
.disc-orbit { width: 560px; height: 560px; position: absolute; right: -210px; top: -180px; border: 1px solid rgba(37,35,33,.25); border-radius: 50%; transform: rotate(-18deg); }
.disc-orbit span { position: absolute; color: rgba(37,35,33,.15); font-size: 8rem; font-weight: 900; line-height: 1; }
.disc-orbit span:nth-child(1) { left: 10%; top: 40%; }
.disc-orbit span:nth-child(2) { left: 47%; top: 3%; }
.disc-orbit span:nth-child(3) { right: 2%; top: 42%; }
.disc-orbit span:nth-child(4) { left: 44%; bottom: 1%; }

.book-grid { display: grid; grid-template-columns: .85fr 1fr; align-items: center; gap: clamp(3rem, 9vw, 10rem); }
.book-image { min-height: 550px; position: relative; display: grid; place-items: center; }
.book-image img { width: min(340px, 70vw); position: relative; z-index: 2; filter: drop-shadow(24px 30px 26px rgba(49,36,29,.23)); transform: rotate(-4deg); }
.book-backdrop { position: absolute; left: -4vw; color: rgba(232,100,50,.09); font-size: clamp(5rem, 14vw, 12rem); font-weight: 900; letter-spacing: -.08em; writing-mode: vertical-rl; transform: rotate(180deg); }
.book-copy h2 { font-size: clamp(3rem, 6vw, 6rem); }
.book-copy p { max-width: 52ch; margin-bottom: 2rem; color: var(--muted); font-size: 1.08rem; }

.about { background: var(--paper-strong); }
.about-grid { display: grid; grid-template-columns: 1.15fr .55fr .75fr; align-items: end; gap: clamp(2rem, 5vw, 5rem); }
.about-title { align-self: start; }
.about-title h2 { font-size: clamp(3.2rem, 6.5vw, 6.4rem); }
.about-title h2 em { display: inline-block; padding-bottom: .08em; line-height: 1.08; }
.about-portrait { position: relative; }
.about-portrait img { width: 100%; filter: grayscale(1); }
.about-portrait span { position: absolute; left: -1.5rem; bottom: 1.2rem; padding: .75rem; color: #fff; background: var(--orange-deep); font-size: .68rem; font-weight: 800; line-height: 1.4; letter-spacing: .08em; text-transform: uppercase; }
.about-copy { padding-bottom: 1rem; }
.about-copy p { color: var(--muted); }
.about-copy .text-link { margin-top: 1rem; }

.cta-section { padding-block: clamp(4.5rem, 9vw, 8rem); position: relative; overflow: hidden; background: var(--orange); }
.cta-section::after { content: ""; width: 42vw; height: 42vw; position: absolute; right: -20vw; bottom: -28vw; border: 1px solid rgba(37,35,33,.28); transform: rotate(28deg); }
.cta-inner { position: relative; z-index: 2; }
.cta-inner .eyebrow { color: var(--ink); }
.cta-inner h2 { max-width: 1000px; font-size: clamp(3.1rem, 6.5vw, 6.8rem); }
.cta-inner h2 em { color: var(--paper-strong); }
.cta-inner > p:not(.eyebrow) { max-width: 58ch; margin-bottom: 2rem; font-size: 1.08rem; }
.contact-link { padding: .7rem .4rem; font-weight: 800; text-underline-offset: 5px; }

.journal-heading { margin-bottom: 3rem; display: flex; align-items: end; justify-content: space-between; gap: 2rem; }
.journal-heading h2 { margin-bottom: 0; }
.article-grid { display: grid; grid-template-columns: 1.08fr .92fr 1fr; gap: 1px; background: var(--ink); border: 1px solid var(--ink); }
.article-card { min-height: 320px; padding: clamp(1.4rem, 3vw, 2.3rem); display: flex; flex-direction: column; background: var(--paper); }
.article-card:nth-child(2) { background: #f2c7b0; }
.article-card > span { margin-bottom: auto; color: var(--rust); font-size: .7rem; font-weight: 850; letter-spacing: .1em; text-transform: uppercase; }
.article-card h3 { margin: 2.5rem 0 1rem; font-size: clamp(1.45rem, 2.4vw, 2.2rem); }
.article-card h3 a { text-decoration-thickness: 1px; text-decoration-color: transparent; text-underline-offset: 5px; transition: text-decoration-color .2s ease; }
.article-card h3 a:hover { text-decoration-color: var(--orange-deep); }
.article-card p { margin-bottom: 0; color: var(--muted); }

.site-footer { padding: 4.5rem 0 2rem; color: #e8e1da; background: var(--ink); }
.footer-grid { display: grid; grid-template-columns: 1.6fr .7fr .7fr; gap: 3rem; }
.footer-logo { width: 190px; height: auto; margin-bottom: 1.3rem; filter: brightness(0) invert(1); opacity: .95; }
.footer-grid p { max-width: 40ch; color: #bdb6af; }
.footer-grid h2 { margin-bottom: 1rem; color: var(--orange-light); font-size: .72rem; letter-spacing: .12em; text-transform: uppercase; }
.footer-grid a { display: block; width: fit-content; margin: .45rem 0; color: #e8e1da; text-decoration: none; }
.footer-grid a:hover { color: var(--orange-light); }
.footer-bottom { margin-top: 3.5rem; padding-top: 1.5rem; display: flex; justify-content: space-between; gap: 1rem; border-top: 1px solid rgba(255,255,255,.16); color: #96908a; font-size: .72rem; }

.reveal { opacity: 0; transform: translateY(28px); transition: opacity .7s ease, transform .7s cubic-bezier(.2,.7,.2,1); }
.reveal[data-delay="1"] { transition-delay: .1s; }
.reveal[data-delay="2"] { transition-delay: .2s; }
.reveal.is-visible { opacity: 1; transform: translateY(0); }

@media (max-width: 1200px) and (min-width: 981px) {
  .header-inner { gap: 1rem; }
  .brand img { width: 160px; }
  .primary-nav { gap: .85rem; }
  .primary-nav a { font-size: .68rem; }
  .nav-cta { padding: .68rem .82rem; }
}

@media (max-width: 980px) {
  :root { --shell: min(100% - 32px, 760px); }
  .menu-toggle { display: block; position: relative; z-index: 102; }
  .menu-toggle[aria-expanded="true"] { position: fixed; top: 12px; right: 16px; z-index: 1000; }
  .primary-nav {
    position: fixed;
    inset: 0 auto auto 0;
    z-index: 101;
    width: 100vw;
    height: 100dvh;
    padding: 100px 24px 40px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    gap: 1.2rem;
    background: var(--paper);
    transform: translateX(100%);
    transition: transform .3s cubic-bezier(.2,.7,.2,1);
  }
  .primary-nav.is-open { transform: translateX(0); }
  .primary-nav a { font-size: clamp(1.5rem, 7vw, 2.4rem); letter-spacing: -.02em; text-transform: none; }
  .primary-nav .nav-cta { margin-top: 1rem; font-size: 1rem; letter-spacing: .04em; text-transform: uppercase; }
  .menu-toggle[aria-expanded="true"] span:first-child { transform: translateY(3.5px) rotate(45deg); }
  .menu-toggle[aria-expanded="true"] span:last-child { transform: translateY(-3.5px) rotate(-45deg); }

  .hero { height: auto; min-height: 0; padding: 0; }
  .hero-stage {
    --hero-bg-opacity: .72;
    --hero-overlay-opacity: .46;
    --hero-blur: 0px;
    --hero-glass-blur: 0px;
    --hero-visual-y: 0px;
    --hero-portrait-x: calc(-6% + 5mm);
    --hero-portrait-y: 10px;
    --hero-portrait-scale: .94;
    --hero-first-y: 0px;
    --hero-first-scale: 1;
    --hero-second-x: 0px;
    --hero-second-y: 0px;
    --hero-second-scale: 1;
    --hero-frame-alpha: .96;
    --hero-card-x: 0%;
    min-height: auto;
    padding-top: 76px;
    position: relative;
  }
  .hero-grid { min-height: 0; grid-template-columns: 1fr; gap: 1rem; padding-block: 4rem 0; }
  .hero-copy h1 { max-width: 11ch; transform: none; }
  .hero-copy h1 > span { white-space: normal; }
  .hero-details { opacity: 1; pointer-events: auto; transform: none; }
  .hero-visual { min-height: 600px; justify-content: center; transform: none; }
  .portrait-frame {
    width: min(480px, 84vw);
    height: min(620px, 70dvh);
    background: transparent;
    border-radius: 14px;
  }

  .service-grid { grid-template-columns: 1fr; gap: 1px; background: var(--ink); border: 1px solid var(--ink); }
  .service-card { min-height: 340px; border: 0; }
  .service-card-b { margin: 0; }
  .service-card:hover { transform: translateY(-3px); box-shadow: none; }
  .experience-grid, .method-layout, .case-grid, .disc-grid, .book-grid { grid-template-columns: 1fr; }
  .experience-grid { gap: 6rem; }
  .experience-copy { max-width: 640px; margin-left: auto; }
  .method-heading { position: static; }
  .training-row { grid-template-columns: 180px 1fr 52px; gap: 1.2rem; }
  .case-images { min-height: 540px; }
  .disc-grid { padding-block: 2rem; }
  .disc-voices { max-width: 600px; }
  .book-copy { max-width: 650px; }
  .about-grid { grid-template-columns: 1.2fr .8fr; }
  .about-title { grid-column: 1 / -1; }
  .article-grid { grid-template-columns: 1fr; }
  .article-card { min-height: 250px; }
}

@media (max-width: 680px) {
  :root { --shell: calc(100% - 28px); --section-space: 4.5rem; }
  html { scroll-padding-top: 70px; }
  .header-inner { min-height: 68px; }
  .brand img { width: 160px; }
  .hero-stage { padding-top: 68px; }
  .hero-grid { gap: .5rem; padding-top: 3rem; }
  .hero-copy h1 { font-size: clamp(2.75rem, 13vw, 4rem); }
  .hero-message { font-size: 1rem; }
  .button-row { align-items: stretch; }
  .button { width: 100%; justify-content: space-between; }
  .hero-visual { min-height: 500px; }
  .portrait-frame { width: min(360px, 92vw); height: 500px; }
  .service-card { min-height: 320px; }
  .experience-grid { gap: 5rem; }
  .experience-number strong { font-size: 43vw; }
  .experience-number > span { margin-left: .5rem; }
  .experience-number::before { width: 80vw; }
  .training-row { padding-block: 1.5rem; grid-template-columns: 1fr 48px; }
  .training-image { height: 190px; grid-column: 1 / -1; }
  .round-link { width: 48px; height: 48px; }
  .case-images { min-height: 430px; }
  .case-main { width: 94%; height: 350px; }
  .case-detail { width: 52%; height: 180px; border-width: 7px; }
  .case-date { bottom: 2rem; }
  .disc-grid { min-height: 0; }
  .disc-voices p { grid-template-columns: 38px 1fr; transform: none; }
  .disc-orbit { width: 380px; height: 380px; }
  .disc-orbit span { font-size: 5rem; }
  .book-image { min-height: 440px; }
  .book-image img { width: min(270px, 68vw); }
  .about-grid { grid-template-columns: 1fr; }
  .about-title { grid-column: auto; }
  .about-portrait { max-width: 340px; }
  .about-portrait span { left: auto; right: -1rem; }
  .journal-heading { align-items: flex-start; flex-direction: column; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-bottom { flex-direction: column; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
  .reveal { opacity: 1; transform: none; }
  .hero { height: auto; min-height: 100dvh; }
  .hero-stage {
    --hero-bg-opacity: .72;
    --hero-overlay-opacity: .46;
    --hero-blur: 0px;
    --hero-glass-blur: 0px;
    --hero-visual-x: 0;
    --hero-visual-y: 0px;
    --hero-visual-scale: 1;
    --hero-portrait-x: calc(-6% + 5mm);
    --hero-portrait-y: 10px;
    --hero-portrait-scale: .94;
    --hero-title-x: 0;
    --hero-title-scale: 1;
    --hero-first-y: 0px;
    --hero-first-scale: 1;
    --hero-second-x: 0px;
    --hero-second-y: 0px;
    --hero-second-scale: 1;
    --hero-details-opacity: 1;
    --hero-details-y: 0px;
    --hero-frame-alpha: .96;
    --hero-shadow-alpha: .12;
    --hero-frame-radius: 14px;
    --hero-card-x: 0%;
    position: relative;
  }
  .hero-details { pointer-events: auto; }
}

@media (prefers-contrast: more) {
  :root { --muted: #413d39; --line: #79736d; --orange: #d34c1d; --orange-deep: #ad3415; }
}

/* Editorial refinement layer: sections below the hero only. */
:root {
  --section-orange: #e95f32;
  --section-orange-light: #f58a5d;
  --section-orange-deep: #b93d21;
  --section-peach: #f7d3c2;
  --section-gray: #ebe8e3;
}

main > .section { padding-block: clamp(4.5rem, 7.5vw, 7rem); }

.experience .eyebrow,
.method .eyebrow,
.featured .eyebrow,
.disc-section .eyebrow,
.book-section .eyebrow,
.about .eyebrow,
.cta-section .eyebrow { display: none; }

/* Services: three equal, single-surface cards. */
.services {
  padding-bottom: clamp(6rem, 9vw, 8rem);
  overflow: hidden;
}

.services .section-intro { margin-bottom: clamp(2.75rem, 4vw, 4rem); }
.services .section-intro h2 { max-width: 850px; }

.service-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  align-items: stretch;
  gap: 1rem;
  isolation: isolate;
}

.service-card {
  min-height: 565px;
  padding: clamp(1.75rem, 2.6vw, 2.35rem);
  overflow: hidden;
  justify-content: flex-start;
  border: 0;
  border-radius: 14px;
  box-shadow: none;
  transform: none;
}
.service-card + .service-card { border-left: 0; }

.service-card::before { content: none; }

.service-card-a {
  margin-top: 0;
  background: var(--section-peach);
}

.service-card-b {
  min-height: 565px;
  margin: 0;
  background: var(--section-orange-light);
}

.service-card-c {
  min-height: 565px;
  margin: 0;
  color: var(--paper-strong);
  background: var(--section-orange-deep);
}

.service-card-c p { color: rgba(255, 253, 249, .88); }
.service-card-c .service-number { color: rgba(255, 253, 249, .48); }

.service-number {
  position: static;
  display: block;
  color: rgba(37, 35, 33, .32);
  font-size: clamp(4.25rem, 5.7vw, 6rem);
  font-weight: 900;
  line-height: .85;
  letter-spacing: -.07em;
}

.service-card > div,
.service-card > .text-link { position: relative; z-index: 2; }
.service-card > div { margin-top: 3.2rem; margin-bottom: 1.8rem; }
.service-card h3 { margin-bottom: 1rem; font-size: clamp(2rem, 3vw, 3rem); }
.service-card p { font-size: .95rem; line-height: 1.58; }
.service-card > .text-link { margin-top: auto; }

.service-card:hover {
  box-shadow: none;
  transform: translateY(-.35rem);
}

.service-card:hover::before { transform: none; }

/* Experience: one strong number, one clear proof column. */
.experience {
  position: relative;
  overflow: hidden;
  background: var(--section-gray);
}

.experience::after {
  content: "";
  width: 1px;
  height: min(58%, 340px);
  position: absolute;
  left: 44%;
  top: 50%;
  background: var(--section-orange);
  transform: translateY(-50%);
}

.experience-grid {
  grid-template-columns: minmax(280px, .82fr) minmax(0, 1.18fr);
  gap: clamp(4rem, 8vw, 8rem);
}

.experience-number {
  margin-left: 0;
  justify-content: flex-start;
}

.experience-number::before,
.experience-number::after { content: none; }

.experience-number strong { font-size: clamp(9rem, 16vw, 14rem); }
.experience-number > span { margin: 0 0 .05rem .7rem; }
.experience-copy h2 { max-width: 620px; font-size: clamp(2.2rem, 3.8vw, 3.8rem); }
.experience-copy > p:not(.eyebrow) { font-size: 1rem; }
.brand-line { opacity: 1; }
.brand-line img {
  max-width: 520px;
  opacity: .76;
  filter: brightness(0) saturate(100%);
}

/* Method: dashed editorial grid inspired by print layout systems. */
.method {
  overflow: hidden;
  background: #F1DCD2;
}

.method-layout {
  display: grid;
  grid-template-columns: minmax(0, 42fr) minmax(0, 58fr);
  align-items: start;
  gap: clamp(3rem, 6vw, 6rem);
}

.method-heading {
  max-width: 560px;
  position: static;
  top: auto;
}

.method-heading h2 {
  max-width: 560px;
  margin-bottom: 0;
  font-size: clamp(2.8rem, 4.7vw, 4.9rem);
}

.method-heading h2 em { display: block; margin-left: 0; }

.method-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: .65rem;
  width: 100%;
  margin: 0;
  padding: 0;
  border: 0;
}

.method-list::before { content: none; }

.method-item {
  min-height: 255px;
  padding: 1.35rem clamp(1.25rem, 2.2vw, 1.8rem) 1.55rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 2.4rem;
  color: var(--ink);
  background: rgba(255, 253, 249, .38);
  border: 1px dashed rgba(201, 72, 34, .72);
  border-radius: 16px;
  transition:
    color .36s ease,
    background-color .48s cubic-bezier(.16, 1, .3, 1),
    border-color .48s cubic-bezier(.16, 1, .3, 1);
}

.method-item:nth-child(2n),
.method-item:nth-child(n+3) { border: 1px dashed rgba(201, 72, 34, .72); }

.method-item:nth-child(odd) { transform: none; }

.method-item-top {
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
  gap: 1rem;
}

.method-icon {
  width: 48px;
  height: 48px;
  flex: 0 0 48px;
  position: relative;
  display: block;
  color: var(--section-orange-deep);
  border: 1px solid rgba(201, 72, 34, .35);
  border-radius: 10px;
  transition:
    color .36s ease,
    background-color .48s cubic-bezier(.16, 1, .3, 1),
    border-color .48s cubic-bezier(.16, 1, .3, 1);
}

.method-icon i,
.method-icon::before,
.method-icon::after {
  content: "";
  position: absolute;
  display: block;
  box-sizing: border-box;
}

.method-icon-dialogue::before {
  width: 22px;
  height: 15px;
  left: 8px;
  top: 10px;
  border: 2px solid currentColor;
  border-radius: 4px;
}
.method-icon-dialogue::after {
  width: 20px;
  height: 14px;
  right: 7px;
  bottom: 9px;
  border: 2px solid currentColor;
  border-radius: 4px;
}
.method-icon-dialogue i {
  width: 5px;
  height: 5px;
  right: 9px;
  bottom: 7px;
  border-right: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  transform: rotate(45deg);
}

.method-icon-practice::before {
  width: 23px;
  height: 23px;
  left: 12px;
  top: 12px;
  border: 2px solid currentColor;
  border-radius: 50%;
}
.method-icon-practice::after {
  width: 7px;
  height: 7px;
  left: 20px;
  top: 20px;
  background: currentColor;
  border-radius: 50%;
}
.method-icon-practice i {
  width: 2px;
  height: 32px;
  left: 22px;
  top: 7px;
  background: currentColor;
}

.method-icon-ready::before {
  width: 26px;
  height: 2px;
  left: 10px;
  top: 23px;
  background: currentColor;
}
.method-icon-ready::after {
  width: 10px;
  height: 10px;
  right: 10px;
  top: 19px;
  border-top: 2px solid currentColor;
  border-right: 2px solid currentColor;
  transform: rotate(45deg);
}
.method-icon-ready i {
  width: 2px;
  height: 20px;
  left: 10px;
  top: 14px;
  background: currentColor;
}

.method-icon-tailored::before {
  width: 8px;
  height: 8px;
  left: 19px;
  top: 9px;
  background: currentColor;
  border-radius: 50%;
  box-shadow: -10px 20px 0 currentColor, 10px 20px 0 currentColor;
}
.method-icon-tailored::after {
  width: 24px;
  height: 17px;
  left: 11px;
  top: 16px;
  border-left: 2px solid currentColor;
  border-right: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  transform: rotate(45deg);
}
.method-icon-tailored i { display: none; }

.method-item h3 {
  margin-bottom: .6rem;
  font-size: clamp(1.35rem, 2vw, 1.8rem);
  line-height: 1.08;
}
.method-item p { margin-bottom: 0; color: var(--muted); transition: color .36s ease; }

.method-item:hover {
  color: var(--paper-strong);
  background: var(--orange-deep);
  border-color: var(--orange-deep);
}
.method-item:hover p { color: var(--paper-strong); }
.method-item:hover .method-icon {
  color: var(--paper-strong);
  background: rgba(255, 253, 249, .2);
  border-color: rgba(255, 253, 249, .55);
}

/* Training list: editorial rows with a restrained content highlight. */
.featured { background: #f4efe5; }
.featured .section-intro { margin-bottom: 3.6rem; }
.featured .section-intro h2 { max-width: 980px; }
.training-list {
  position: relative;
  display: grid;
  gap: 0;
  border-top: 0;
}

.training-row {
  min-height: 220px;
  padding: 1.45rem 1.15rem;
  grid-template-columns: 200px minmax(0, 1fr) 52px;
  align-items: center;
  gap: clamp(1.35rem, 3vw, 3rem);
  position: relative;
  overflow: hidden;
  background: transparent;
  border-bottom: 0;
  border-radius: 16px;
  transition: background-color .3s cubic-bezier(.16, 1, .3, 1), border-color .22s ease;
}

.training-row::before {
  content: "";
  position: absolute;
  inset: .5rem 0;
  z-index: 0;
  pointer-events: none;
  background: transparent;
  border-radius: 16px;
  transition: background-color .3s cubic-bezier(.16, 1, .3, 1);
}

.training-row > * {
  position: relative;
  z-index: 1;
}

.training-row::after {
  content: "";
  height: 0;
  position: absolute;
  left: 1.15rem;
  right: 1.15rem;
  bottom: 0;
  z-index: 2;
  border-bottom: 1px dashed rgba(201, 72, 34, .72);
  transition: opacity .18s ease;
}

.training-row:last-child::after { content: none; }

.training-image { height: 160px; transform: none; border-radius: 10px; }
.training-image img { transition: transform .38s cubic-bezier(.16, 1, .3, 1); }
.training-row:nth-child(2) .training-image { transform: none; }

.training-copy {
  margin: 0;
  padding: .9rem 0;
}

.training-copy h3 { font-size: clamp(1.8rem, 3vw, 3.05rem); }
.training-copy h3,
.training-copy p,
.training-copy .category {
  transition: color .22s ease;
}

.training-row .round-link,
.training-row .round-link:hover {
  width: 46px;
  height: 46px;
  color: var(--paper-strong);
  background: var(--orange-deep);
  border: 0;
  border-radius: 10px;
  transform: none;
  transition: background-color .22s ease;
}

.training-arrow {
  width: 30px;
  height: 18px;
  position: relative;
  display: block;
  color: var(--paper-strong);
  transform: rotate(-42deg);
  transform-origin: center;
  transition: transform .26s cubic-bezier(.16, 1, .3, 1);
}

.training-arrow::before,
.training-arrow::after {
  content: "";
  position: absolute;
  display: block;
}

.training-arrow::before {
  width: 27px;
  height: 3px;
  left: 0;
  top: 50%;
  background: currentColor;
  border-radius: 999px;
  transform: translateY(-50%);
}

.training-arrow::after {
  width: 10px;
  height: 10px;
  right: 1px;
  top: 50%;
  border-top: 3px solid currentColor;
  border-right: 3px solid currentColor;
  border-radius: 1.5px;
  transform: translateY(-50%) rotate(45deg);
}

@media (hover: hover) {
  .training-row:hover {
    background: transparent;
    border-color: transparent;
  }
  .training-row:hover::before { background: var(--orange-deep); }
  .training-row:hover::after { opacity: 0; }
  .training-row:hover .training-copy h3,
  .training-row:hover .training-copy p,
  .training-row:hover .training-copy .category { color: var(--paper-strong); }
  .training-row:hover .training-image img { transform: scale(1.05); }
  .training-row:hover .round-link { background: transparent; }
  .training-row:hover .training-arrow,
  .training-row .round-link:hover .training-arrow {
    color: var(--paper-strong);
    transform: translateX(4px) rotate(0);
  }
}

/* Partners: editorial introduction, featured case study and a lightweight logo loop. */
.case-study {
  padding-top: clamp(5rem, 8vw, 8rem);
  position: relative;
  overflow: hidden;
  background: var(--section-peach);
}

.case-study::before { content: none; }

.case-shell { position: relative; z-index: 2; }

.case-intro {
  max-width: 820px;
  margin-bottom: clamp(3rem, 5vw, 4.5rem);
}

.case-intro h2 {
  max-width: 820px;
  margin-bottom: 1.5rem;
  font-size: clamp(3.1rem, 5.1vw, 5.3rem);
  line-height: .95;
}

.case-intro > p:last-child {
  max-width: 62ch;
  margin-bottom: 0;
  color: var(--muted);
  font-size: clamp(1rem, 1.35vw, 1.18rem);
}

.case-grid {
  grid-template-columns: 1.28fr .72fr;
  align-items: start;
  gap: clamp(3rem, 6vw, 6rem);
  position: relative;
  z-index: 2;
}

.case-images {
  min-height: 520px;
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  grid-template-rows: 1fr auto;
  align-items: start;
}
.case-main {
  width: 100%;
  height: auto;
  aspect-ratio: 4 / 3;
  align-self: start;
  position: relative;
  grid-column: 1 / 12;
  grid-row: 1 / 3;
  object-fit: contain;
  background: rgba(255, 253, 249, .38);
  border: 1px solid rgba(37, 35, 33, .22);
}
.case-detail {
  width: 100%;
  height: auto;
  aspect-ratio: 4 / 3;
  position: relative;
  right: auto;
  bottom: auto;
  grid-column: 8 / 13;
  grid-row: 2;
  margin-bottom: 1.5rem;
  object-fit: contain;
  background: transparent;
  border: 0;
  box-shadow: none;
  transform: translateY(10px);
}
.case-date { left: 1.2rem; right: auto; bottom: 1.5rem; }
.case-copy { align-self: start; padding: 0; margin-left: 0; }
.case-copy h3 { margin-bottom: 1.25rem; font-size: clamp(3rem, 5vw, 5.3rem); line-height: .94; }
.case-copy .case-lead { font-size: clamp(1.2rem, 1.8vw, 1.5rem); }

.partner-logo-rail {
  --partner-gap: .8rem;
  width: 100%;
  margin-top: clamp(4rem, 7vw, 6.5rem);
  overflow: hidden;
}

.partner-logo-track {
  width: 100%;
  margin: 0;
  padding: 0;
  display: flex;
  gap: var(--partner-gap);
  list-style: none;
  transform: translate3d(0, 0, 0);
  transition: transform .68s cubic-bezier(.16, 1, .3, 1);
  will-change: transform;
}

.partner-logo-track.is-resetting { transition: none; }

.partner-logo-card {
  width: auto;
  height: 150px;
  flex: 0 0 calc((100% - 2.4rem) / 4);
  display: grid;
  place-items: center;
  padding: 1.5rem;
  overflow: hidden;
  background: #fff;
  border: 1px dashed rgba(201, 72, 34, .72);
  border-radius: 18px;
}

.partner-logo-card img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

@media (prefers-reduced-motion: reduce) {
  .partner-logo-rail { overflow-x: auto; }
  .partner-logo-track { transform: none !important; transition: none; will-change: auto; }
  .partner-logo-card[aria-hidden="true"] { display: none; }
}

/* DISC: preserve the original orange composition; only the four reactions change. */
.disc-section { background: var(--section-orange-light); }

.disc-grid {
  min-height: 0;
  display: block;
  padding-block: 1rem;
}

.disc-copy {
  display: grid;
  grid-template-columns: 1.25fr .75fr;
  column-gap: clamp(3rem, 8vw, 9rem);
  align-items: end;
}

.disc-copy h2 {
  max-width: 1050px;
  grid-column: 1 / -1;
  font-size: clamp(3.7rem, 6.6vw, 7rem);
}

.disc-copy h2 em { color: var(--paper-strong); }
.disc-copy > p:not(.eyebrow) { grid-column: 1; margin-bottom: 0; }
.disc-copy .button-row { grid-column: 2; grid-row: 2; margin: 0; }
.disc-copy .button { width: 100%; }

.disc-voices {
  margin-top: clamp(3.25rem, 6vw, 5.25rem);
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: .8rem;
  border: 0;
}

.disc-voices p,
.disc-voices p:nth-child(2),
.disc-voices p:nth-child(3),
.disc-voices p:nth-child(4) {
  min-height: 210px;
  padding: 1.5rem;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
  gap: 2rem;
  background: rgba(255, 253, 249, .86);
  border: 2px dashed rgba(78, 53, 42, .58);
  border-radius: 14px;
  transform: none;
  transition: background-color .24s ease, border-color .24s ease;
}

.disc-voices b {
  color: var(--orange-deep);
  font-size: clamp(4.25rem, 6vw, 6.25rem);
  font-weight: 850;
  line-height: .78;
  letter-spacing: -.07em;
  transition: color .24s ease;
}

.disc-voices span {
  max-width: 16ch;
  color: var(--ink);
  font-size: 1.02rem;
  font-weight: 750;
  line-height: 1.35;
  transition: color .24s ease;
}

@media (hover: hover) and (pointer: fine) {
  .disc-voices p:hover {
    background: var(--section-orange-deep);
    border-color: rgba(78, 53, 42, .88);
  }

  .disc-voices p:hover b,
  .disc-voices p:hover span { color: var(--paper-strong); }
}

.disc-orbit { width: 700px; height: 700px; right: -220px; top: -340px; }
.disc-orbit span { font-size: 11rem; }

/* Book: less section height, more object presence. */
.book-section {
  padding-block: clamp(3rem, 5vw, 4.5rem) !important;
  overflow: hidden;
  background: var(--section-gray);
}

.book-grid { grid-template-columns: .9fr 1.1fr; gap: clamp(2.5rem, 7vw, 7rem); }
.book-image { min-height: 430px; }
.book-image img { width: min(330px, 70vw); height: auto; }
.book-backdrop { left: 2vw; font-size: clamp(5rem, 11vw, 10rem); }
.book-copy h2 { margin-bottom: 1.2rem; font-size: clamp(3rem, 5.3vw, 5.4rem); }
.book-copy p { max-width: 48ch; margin-bottom: 1.5rem; }

/* About: one connected magazine spread. */
.about {
  position: relative;
  overflow: hidden;
}

.about-grid {
  grid-template-columns: minmax(0, 1.38fr) minmax(320px, 1fr);
  align-items: start;
  column-gap: clamp(2.5rem, 5vw, 4.5rem);
  row-gap: clamp(1.6rem, 2.4vw, 2.2rem);
}

.about-title { grid-column: 1 / -1; }
.about-title h2 {
  max-width: 920px;
  margin-bottom: 0;
  font-size: clamp(3.6rem, 6.3vw, 6.3rem);
  line-height: .9;
}

.about-title h2 em {
  color: var(--section-orange);
  line-height: 1.08;
}

.about-title h2::before { content: none; }

.about-portrait {
  grid-column: 2;
  grid-row: 2;
  width: min(100%, 405px);
  justify-self: end;
}
.about-portrait::before { content: none; }
.about-portrait img {
  width: 100%;
  aspect-ratio: .9;
  object-fit: cover;
  object-position: center top;
  position: relative;
  z-index: 1;
}
.about-portrait span {
  position: static;
  display: block;
  padding: .7rem 0 0;
  color: var(--section-orange-deep);
  background: transparent;
  line-height: 1.55;
}

.about-portrait-caption {
  padding-top: 12px;
  color: var(--ink);
}

.about-portrait-caption strong {
  display: block;
  margin: 0;
  font-size: clamp(1.02rem, 1.3vw, 1.14rem);
  line-height: 1.4;
}

.about-portrait-caption p {
  margin: 3px 0 0;
  color: var(--muted);
  font-size: .9rem;
  line-height: 1.5;
}
.about-copy {
  grid-column: 1;
  grid-row: 2;
  width: 100%;
  max-width: 650px;
  padding: 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  gap: 0;
}

.about-copy p {
  margin: 0;
  color: var(--ink);
  font-size: clamp(1rem, 1.15vw, 1.06rem);
  line-height: 1.62;
}

.about-copy .about-lead {
  max-width: 55ch;
  font-size: clamp(1.125rem, 1.45vw, 1.25rem);
  font-weight: 500;
  line-height: 1.52;
}

.about-copy .about-body {
  max-width: 58ch;
  margin-top: 18px;
}

.about-experience {
  margin-top: 28px;
  display: grid;
  gap: 11px;
}

.about-copy .about-experience-label {
  color: var(--section-orange-deep);
  font-size: .76rem;
  font-weight: 850;
  letter-spacing: .12em;
  line-height: 1.3;
  text-transform: uppercase;
}

.about-company-logos {
  width: min(100%, 500px);
  height: auto;
  margin-top: 8px;
  filter: brightness(0) saturate(100%);
  opacity: .58;
}

.about-cta {
  display: inline-flex;
  align-items: center;
  gap: .45rem;
  width: fit-content;
  margin-top: 24px;
  padding-block: .35rem;
}

@media (min-width: 981px) {
  .about-portrait img {
    transform: scale(1.2);
    transform-origin: right bottom;
  }

  .about-portrait-caption {
    width: 120%;
    margin-left: -20%;
  }
}

/* CTA: calm terracotta surface with no clipped background lettering. */
.cta-section {
  padding-block: clamp(4.5rem, 7vw, 7rem);
  background: #e9673f;
}

.cta-section::before,
.cta-section::after { content: none; }

.cta-inner h2 { max-width: 1140px; font-size: clamp(3.8rem, 7.4vw, 7.7rem); }
.cta-inner > p:not(.eyebrow) { max-width: 52ch; }
.cta-inner .button-dark { min-width: 220px; }

/* Journal: a quiet, image-led two-column post loop. */
.journal {
  padding-block: clamp(4rem, 6vw, 5.5rem) !important;
  background: #efede9;
}
.journal-heading { margin-bottom: 2rem; align-items: end; }
.journal-heading h2 { max-width: 900px; margin-bottom: 0; font-size: clamp(2.5rem, 3.7vw, 3.8rem); }

.article-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(2rem, 4vw, 4rem);
  background: transparent;
  border: 0;
}

.article-card,
.article-card:nth-child(2) {
  min-height: 0;
  padding: 0;
  position: relative;
  display: flex;
  flex-direction: column;
  background: transparent;
}

.article-card + .article-card { border-left: 0; }
.article-card:hover { background: transparent; }
.article-card::after { content: none; }

.article-image {
  display: block;
  overflow: hidden;
  border-radius: 14px;
  background: var(--paper-strong);
}

.article-image img {
  width: 100%;
  height: auto;
  aspect-ratio: 3 / 2;
  display: block;
  object-fit: cover;
  transition: transform .32s cubic-bezier(.2, .7, .2, 1);
}

.article-card:hover .article-image img { transform: scale(1.025); }

.article-card h3 {
  margin: 1.35rem 0 .75rem;
  font-size: clamp(1.45rem, 2vw, 2rem);
  line-height: 1.16;
}

.article-card p {
  max-width: 58ch;
  margin-bottom: 0;
  padding-right: 0;
  color: var(--muted);
  font-size: 1rem;
  line-height: 1.58;
}

.article-more {
  width: fit-content;
  margin-top: auto;
  padding-top: 1.35rem;
  color: var(--section-orange-deep);
  font-size: .84rem;
  font-weight: 850;
  letter-spacing: .04em;
  text-decoration: none;
}

.article-more span {
  display: inline-block;
  transition: transform .2s ease;
}

.article-more:hover span { transform: translateX(4px); }

@media (max-width: 980px) {
  main > .section { padding-block: clamp(4rem, 9vw, 6rem); }

  .service-grid { grid-template-columns: 1fr; border: 0; background: transparent; gap: .8rem; }
  .service-card,
  .service-card-a,
  .service-card-b,
  .service-card-c {
    min-height: 430px;
    margin: 0;
    border: 0;
    transform: none;
  }

  .experience::after { content: none; }
  .experience-grid { grid-template-columns: 1fr; gap: 2.75rem; }
  .experience-number { margin-left: 0; }
  .experience-number strong { font-size: clamp(10rem, 39vw, 18rem); }

  .method-layout { grid-template-columns: 1fr; gap: 2.5rem; }
  .method-heading h2 em { margin-left: 0; }
  .method-list { width: 100%; margin: 0; }
  .method-item:nth-child(odd) { transform: none; }

  .case-grid { grid-template-columns: 1fr; }
  .case-copy { max-width: 620px; margin-left: 0; padding-bottom: 0; }
  .partner-logo-card { flex-basis: calc((100% - .8rem) / 2); }

  .disc-copy { display: block; }
  .disc-copy .button-row { margin-top: 2rem; }
  .disc-voices { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .disc-voices p,
  .disc-voices p:nth-child(2),
  .disc-voices p:nth-child(3),
  .disc-voices p:nth-child(4) { border: 2px dashed rgba(78, 53, 42, .58); }

  .book-grid { grid-template-columns: .85fr 1.15fr; }
  .about-grid { grid-template-columns: minmax(0, 1.38fr) minmax(300px, 1fr); gap: 2.5rem; }
  .about-copy { padding-left: 0; }
}

@media (max-width: 680px) {
  main > .section { padding-block: 4.2rem; }
  .services { padding-bottom: 4.5rem; }
  .service-card,
  .service-card-a,
  .service-card-b,
  .service-card-c { min-height: 420px; }
  .service-number { font-size: 4.75rem; }

  .experience-number strong { font-size: 42vw; }

  .method-heading h2 { font-size: clamp(2.7rem, 12vw, 3.7rem); }
  .method-list { width: 100%; margin-left: 0; padding: 0; grid-template-columns: 1fr; }
  .method-item,
  .method-item:nth-child(2n),
  .method-item:nth-child(n+3) {
    min-height: 0;
    padding: 1.25rem 1.25rem 1.4rem;
    gap: 2rem;
    border: 1px dashed rgba(201, 72, 34, .72);
    border-radius: 14px;
  }

  .training-row {
    min-height: 0;
    grid-template-columns: 1fr 48px;
    padding: 1.25rem .2rem 1.25rem 0;
  }
  .training-image { transform: none; }
  .training-copy { margin: 0; padding: .9rem 0; border-radius: 0; }

  .case-study { padding-top: 4.5rem; }
  .case-images { min-height: 0; grid-template-columns: 1fr; grid-template-rows: auto auto; gap: 1rem; }
  .case-main { width: 100%; height: auto; grid-column: 1; grid-row: 1; }
  .case-detail {
    width: 52%;
    height: auto;
    grid-column: 1;
    grid-row: 2;
    justify-self: end;
    margin: 0;
    box-shadow: none;
  }
  .case-date { left: 1rem; right: auto; top: clamp(195px, calc((100vw - 2rem) * .75 - 3rem), 270px); bottom: auto; }
  .case-intro h2 { font-size: clamp(2.8rem, 12vw, 3.8rem); }
  .case-copy h3 { font-size: clamp(2.8rem, 13vw, 4.2rem); }
  .partner-logo-card { width: auto; height: 122px; flex-basis: 100%; padding: 1.1rem; border-radius: 14px; }

  .disc-copy h2 { font-size: clamp(3.15rem, 15vw, 4.7rem); }
  .disc-voices { margin-top: 2.75rem; grid-template-columns: 1fr; gap: .7rem; }
  .disc-voices p,
  .disc-voices p:nth-child(2),
  .disc-voices p:nth-child(3),
  .disc-voices p:nth-child(4) {
    min-height: 150px;
    padding: 1.35rem;
    border: 2px dashed rgba(78, 53, 42, .58);
  }

  .book-section { padding-block: 2.8rem 3.8rem !important; }
  .book-grid { grid-template-columns: 1fr; gap: 1.2rem; }
  .book-image { min-height: 390px; }
  .book-image img { width: min(280px, 72vw); }

  .about-grid { grid-template-columns: 1fr; }
  .about-title { grid-column: auto; }
  .about-title h2 { font-size: clamp(2.8rem, 13vw, 4.1rem); }
  .about-portrait,
  .about-copy { grid-column: 1; grid-row: auto; }
  .about-portrait { width: 100%; max-width: 420px; justify-self: start; }
  .about-copy { max-width: none; justify-content: flex-start; gap: 0; }
  .about-company-logos { width: min(100%, 460px); }

  .cta-inner h2 { font-size: clamp(2.9rem, 13vw, 4.2rem); }

  .article-grid { grid-template-columns: 1fr; }
  .article-card,
  .article-card:nth-child(2) { min-height: 0; padding: 0; border: 0; }
  .article-card + .article-card { margin-top: 3rem; }
}
