@font-face {
  font-family: 'Archivo';
  font-style: normal;
  font-weight: 400 800;
  font-display: swap;
  src: url("fonts/archivo-latin.woff2") format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+20AC, U+2122;
}
@font-face {
  font-family: 'Archivo';
  font-style: normal;
  font-weight: 400 800;
  font-display: swap;
  src: url("fonts/archivo-latin-ext.woff2") format('woff2');
  unicode-range: U+0100-02BA, U+1E00-1EFF, U+2020, U+20A0-20AB, U+2113;
}
@font-face {
  font-family: 'Archivo';
  font-style: normal;
  font-weight: 400 800;
  font-display: swap;
  src: url("fonts/archivo-vietnamese.woff2") format('woff2');
  unicode-range: U+0102-0103, U+1EA0-1EF9, U+20AB;
}

:root {
  --bg: #F3F0E8;
  --bg-warm: #EBE6DB;
  --paper: #FFFCF7;
  --text: #1A1916;
  --muted: #534E4A;
  --line: #D9D3C6;
  --green: #165A40;
  --green-deep: #0C2E22;
  --on-dark: #F3F0E8;
  --font: "Archivo", system-ui, sans-serif;
  --ease: cubic-bezier(0.25, 0.1, 0.25, 1);
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--bg);
  color: var(--text);
  font-family: var(--font);
  font-size: 17px;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
  text-wrap: pretty;
}
img { display: block; max-width: 100%; height: auto; }
a { color: inherit; text-decoration: none; }
:focus-visible { outline: 2px solid var(--green); outline-offset: 3px; }
::selection { background: color-mix(in srgb, var(--green) 22%, transparent); }

.nav {
  position: sticky; top: 0; z-index: 20;
  display: flex; align-items: center; gap: 32px;
  padding: 0 clamp(20px, 4vw, 48px);
  height: 52px;
  background: var(--green-deep);
  color: var(--on-dark);
  border-bottom: 1px solid color-mix(in srgb, var(--on-dark) 28%, transparent);
}
.nav-brand { display: flex; align-items: center; gap: 10px; margin-right: auto; }
.nav-brand img {
  height: 34px;
  width: auto;
}
.nav-brand span { font-size: 13px; font-weight: 650; letter-spacing: 0.16em; text-transform: uppercase; }
.nav-links { display: flex; align-items: center; gap: 28px; }
.nav-links a { font-size: 13px; font-weight: 500; color: color-mix(in srgb, var(--on-dark) 64%, transparent); }
.nav-links a:hover { color: var(--on-dark); }
.nav-cta {
  font-size: 13px; font-weight: 600; color: var(--green-deep);
  background: var(--paper);
  padding: 7px 14px; border-radius: 980px;
  white-space: nowrap;
}
.nav-cta:hover { background: #fff; }
.nav :focus-visible { outline-color: var(--on-dark); }
@media (max-width: 640px) {
  .nav-links { display: none; }
}

.hero {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  padding: 72px 0 0;
  text-align: center;
}
.hero::before,
.chapter.alt::before,
.chapter.sheet::before,
.quote::before {
  content: "";
  position: absolute;
  inset: -8%;
  background: url("contours.svg") no-repeat;
  pointer-events: none;
  z-index: 0;
  animation: contour-drift 96s ease-in-out infinite alternate;
}
@keyframes contour-drift {
  from { transform: translate3d(-1.6%, -1.1%, 0); }
  to { transform: translate3d(1.8%, 1.4%, 0); }
}
.hero::before {
  background-size: min(1600px, 130vw) auto;
  background-position: 72% -8%;
  opacity: 0.85;
  -webkit-mask-image: linear-gradient(#000 0%, #000 42%, transparent 78%);
  mask-image: linear-gradient(#000 0%, #000 42%, transparent 78%);
}
.hero > * { position: relative; z-index: 1; }

.chapter.alt {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  background: var(--bg-warm);
}
.chapter.alt::before {
  background-size: min(1700px, 140vw) auto;
  background-position: 8% 70%;
  opacity: 0.7;
  animation-delay: -32s;
  -webkit-mask-image: linear-gradient(transparent 0%, #000 18%, #000 58%, transparent 92%);
  mask-image: linear-gradient(transparent 0%, #000 18%, #000 58%, transparent 92%);
}
.chapter.alt > * { position: relative; z-index: 1; }

.chapter.sheet {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  background: var(--paper);
}
.chapter.sheet::before {
  background-size: min(1700px, 140vw) auto;
  background-position: 108% 12%;
  opacity: 0.62;
  animation-delay: -48s;
  -webkit-mask-image: linear-gradient(transparent 0%, #000 16%, #000 62%, transparent 100%);
  mask-image: linear-gradient(transparent 0%, #000 16%, #000 62%, transparent 100%);
}
.chapter.sheet > * { position: relative; z-index: 1; }
.hero h1 {
  margin: 0 auto;
  max-width: 16ch;
  font-size: clamp(40px, 7.2vw, 80px);
  font-weight: 600;
  line-height: 1.02;
  letter-spacing: -0.038em;
}
.hero .lede {
  margin: 22px auto 0;
  max-width: 46ch;
  font-size: 19px;
  line-height: 1.45;
  font-weight: 400;
  color: var(--text);
  letter-spacing: -0.015em;
}
.hero .who {
  margin: 12px auto 0;
  max-width: 40ch;
  font-size: 16px;
  line-height: 1.4;
  color: var(--muted);
}
.hero-cta { margin-top: 28px; display: flex; gap: 12px; justify-content: center; flex-wrap: wrap; }
.btn-text {
  display: inline-flex; align-items: center;
  font-weight: 600; font-size: 17px;
  padding: 12px 8px;
  color: var(--green);
}
.btn-text:hover { color: var(--green-deep); }
.btn {
  display: inline-flex; align-items: center; justify-content: center;
  font-family: inherit; font-weight: 600; font-size: 17px;
  padding: 12px 22px; border-radius: 980px;
  background: var(--green); color: #fff;
}
.btn:hover { background: #124A35; }
.btn-light { background: var(--paper); color: var(--green-deep); }
.btn-light:hover { background: #fff; }
.btn, .btn-text, .nav-cta {
  transition: background 180ms var(--ease), color 180ms var(--ease);
}

.hero-shot {
  margin: 56px auto 0;
  max-width: 1380px;
  padding: 0 16px 80px;
}
.hero-shot img {
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
  object-position: top center;
  border-radius: 22px;
}
.shot-cap {
  margin: 16px auto 0;
  max-width: 44ch;
  font-size: 15px;
  line-height: 1.45;
  color: var(--muted);
  text-align: center;
}

.chapter {
  padding: 28px 0 96px;
}
.chapter.dark {
  background: var(--green-deep);
  color: var(--on-dark);
  padding: 88px 0 100px;
}
.chapter.dark .copy p { color: color-mix(in srgb, var(--on-dark) 68%, transparent); }

.chapter-head {
  max-width: 720px;
  margin: 0 auto;
  padding: 48px 24px 36px;
  text-align: center;
}
.chapter-head h2 {
  margin: 0;
  font-size: clamp(32px, 4.6vw, 52px);
  font-weight: 600;
  letter-spacing: -0.032em;
  line-height: 1.08;
}
.chapter-head p {
  margin: 14px auto 0;
  max-width: 38ch;
  font-size: 19px;
  line-height: 1.4;
  color: var(--muted);
  letter-spacing: -0.01em;
}
.chapter.dark .chapter-head p { color: color-mix(in srgb, var(--on-dark) 62%, transparent); }

.full-shot {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 20px;
}
.full-shot img {
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
  object-position: top center;
  border-radius: 20px;
}
figure.hero-shot,
figure.full-shot {
  margin-left: auto;
  margin-right: auto;
}

.split {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px;
  align-items: center;
  max-width: 1240px;
  margin: 0 auto;
  padding: 80px 32px;
}
.split .copy { max-width: 38ch; }
.split h2 {
  margin: 0;
  font-size: clamp(28px, 3.4vw, 44px);
  font-weight: 600;
  letter-spacing: -0.03em;
  line-height: 1.08;
}
.split p {
  margin: 16px 0 0;
  font-size: 18px;
  line-height: 1.45;
  color: var(--muted);
}
.split img {
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
  object-position: top center;
  border-radius: 18px;
}
@media (max-width: 860px) {
  .split { grid-template-columns: 1fr; gap: 28px; padding: 56px 20px; }
}

.also {
  text-align: center;
  padding: 20px 24px 0;
  font-size: 15px;
  color: var(--muted);
}

.how {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  padding: 96px 24px 80px;
}
.how-inner {
  position: relative;
  z-index: 1;
  max-width: 680px;
  margin: 0 auto;
}
.how-flourish {
  display: block;
  width: 88px;
  height: 22px;
  margin: 0 auto 22px;
  color: var(--green);
}
.how-flourish svg {
  display: block;
  width: 100%;
  height: 100%;
}
.how-flourish path {
  stroke-dasharray: 1;
  stroke-dashoffset: 1;
}
.how-flourish.is-visible path {
  stroke-dashoffset: 0;
  transition: stroke-dashoffset 900ms var(--ease);
}
.how-flourish.is-visible path:nth-child(2) {
  transition-delay: 120ms;
}
.how h2 {
  margin: 0 0 48px;
  font-size: clamp(28px, 3.6vw, 44px);
  font-weight: 600;
  letter-spacing: -0.032em;
  line-height: 1.1;
  text-align: center;
}
.how-steps {
  position: relative;
}
.how-steps::before {
  content: "";
  position: absolute;
  left: 25.5px;
  top: 40px;
  bottom: 40px;
  width: 1px;
  background: color-mix(in srgb, var(--green) 38%, var(--line));
  z-index: 0;
  transform: scaleY(0);
  transform-origin: top;
  transition: transform 1.25s var(--ease);
}
.how-steps:has(.is-visible)::before {
  transform: scaleY(1);
}
.step {
  display: grid;
  grid-template-columns: 52px minmax(0, 1fr);
  gap: 24px;
  align-items: start;
  padding: 26px 0;
}
.step-mark {
  position: relative;
  z-index: 1;
  width: 52px;
  height: 52px;
  color: var(--green);
}
.step-mark svg {
  display: block;
  width: 100%;
  height: 100%;
  overflow: visible;
}
.step-mark ellipse {
  stroke-dasharray: 1;
  stroke-dashoffset: 1;
}
.step.is-visible .step-mark ellipse {
  stroke-dashoffset: 0;
  transition: stroke-dashoffset 800ms var(--ease);
}
.step.is-visible .step-mark ellipse:nth-last-of-type(1) { transition-delay: 40ms; }
.step.is-visible .step-mark ellipse:nth-last-of-type(2) { transition-delay: 130ms; }
.step.is-visible .step-mark ellipse:nth-last-of-type(3) { transition-delay: 220ms; }
.step.is-visible .step-mark ellipse:nth-last-of-type(4) { transition-delay: 310ms; }
.step-num {
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  margin: 0;
  font-size: 11px;
  font-weight: 650;
  letter-spacing: 0.06em;
  color: var(--green);
  line-height: 1;
  opacity: 0;
}
.step.is-visible .step-num {
  opacity: 1;
  transition: opacity 400ms var(--ease) 180ms;
}
.step h2,
.step h3 {
  margin: 0;
  padding-top: 12px;
  font-size: 22px;
  font-weight: 600;
  letter-spacing: -0.022em;
}
.step p {
  margin: 10px 0 0;
  font-size: 17px;
  line-height: 1.45;
  color: var(--muted);
}
@media (max-width: 520px) {
  .how-steps::before { left: 23.5px; }
  .step { grid-template-columns: 48px minmax(0, 1fr); gap: 16px; }
  .step-mark { width: 48px; height: 48px; }
  .step h2,
  .step h3 { padding-top: 10px; }
}

.why {
  background: var(--green-deep);
  color: var(--on-dark);
  padding: 96px 24px 100px;
  text-align: center;
}
.why h2 {
  margin: 0 auto;
  max-width: 16ch;
  font-size: clamp(28px, 3.4vw, 44px);
  font-weight: 600;
  letter-spacing: -0.032em;
  line-height: 1.1;
}
.why .body {
  margin: 20px auto 0;
  max-width: 46ch;
  font-size: 18px;
  line-height: 1.5;
  color: color-mix(in srgb, var(--on-dark) 68%, transparent);
}
.why .body p + p { margin-top: 14px; }
.why-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 32px;
  max-width: 920px;
  margin: 56px auto 0;
  text-align: left;
}
.why-item .t {
  margin: 0;
  font-size: 16px;
  font-weight: 600;
}
.why-item .d {
  margin: 8px 0 0;
  font-size: 15px;
  line-height: 1.4;
  color: color-mix(in srgb, var(--on-dark) 62%, transparent);
}
@media (max-width: 700px) {
  .why-grid { grid-template-columns: 1fr; gap: 28px; }
}

.price {
  background: var(--bg-warm);
  padding: 96px 24px 100px;
  text-align: center;
}
.price h2 {
  margin: 0 auto;
  font-size: clamp(28px, 3.2vw, 40px);
  font-weight: 600;
  letter-spacing: -0.03em;
}
.price.page > h2 {
  margin: 0 auto 40px;
}
.price-lead {
  margin: 16px auto 48px;
  max-width: 42ch;
  font-size: 18px;
  line-height: 1.45;
  color: var(--muted);
}
.price-row {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 32px;
  max-width: 920px;
  margin: 0 auto;
}
.price-row h3 {
  margin: 0;
  font-size: 15px;
  font-weight: 500;
  color: var(--muted);
}
.price-row p.cost {
  margin: 10px 0 0;
  font-size: 28px;
  font-weight: 600;
  letter-spacing: -0.03em;
}
.price-row p.note {
  margin: 8px auto 0;
  max-width: 28ch;
  font-size: 15px;
  line-height: 1.4;
  color: var(--muted);
}
@media (max-width: 700px) {
  .price-row { grid-template-columns: 1fr; gap: 40px; }
}

.quote {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  background: color-mix(in srgb, var(--green) 11%, var(--bg));
  padding: 96px 24px 108px;
  text-align: center;
}
.quote::before {
  background-size: min(1500px, 120vw) auto;
  background-position: 50% 80%;
  opacity: 0.45;
  animation-delay: -64s;
  -webkit-mask-image: linear-gradient(transparent 0%, #000 28%, #000 72%, transparent 100%);
  mask-image: linear-gradient(transparent 0%, #000 28%, #000 72%, transparent 100%);
}
.quote > * { position: relative; z-index: 1; }
.quote blockquote {
  margin: 0 auto;
  max-width: 18em;
  font-size: clamp(26px, 3.2vw, 40px);
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: -0.03em;
}
.quote figcaption {
  margin-top: 24px;
  font-size: 15px;
  color: var(--muted);
}

.cta {
  background: var(--green-deep);
  color: var(--on-dark);
  text-align: center;
  padding: 120px 24px 128px;
}
.cta h2 {
  margin: 0 auto;
  max-width: 22ch;
  font-size: clamp(36px, 5.4vw, 64px);
  font-weight: 600;
  letter-spacing: -0.035em;
  line-height: 1.05;
}
.cta p {
  margin: 18px auto 0;
  max-width: 34ch;
  font-size: 19px;
  color: color-mix(in srgb, var(--on-dark) 64%, transparent);
}
.cta .hero-cta { margin-top: 32px; display: flex; gap: 12px; justify-content: center; flex-wrap: wrap; }
.mail {
  display: inline-flex; align-items: center;
  padding: 12px 8px;
  font-size: 17px; font-weight: 500;
  color: color-mix(in srgb, var(--on-dark) 80%, transparent);
}
.mail:hover { color: var(--on-dark); }

.look {
  position: relative;
  width: min(440px, calc(100vw - 32px));
  max-height: calc(100vh - 32px);
  overflow: auto;
  margin: auto;
  padding: 32px 28px 28px;
  border: 0;
  border-radius: 18px;
  background: var(--paper);
  color: var(--text);
  box-shadow: 0 28px 64px -12px rgb(0 0 0 / 0.28);
  opacity: 0;
  transform: translateY(14px);
  transition: opacity 320ms var(--ease), transform 320ms var(--ease);
}
.look[open].is-open {
  opacity: 1;
  transform: none;
}
.look::backdrop {
  background: color-mix(in srgb, var(--green-deep) 72%, transparent);
  opacity: 0;
  transition: opacity 320ms var(--ease);
}
.look[open].is-open::backdrop {
  opacity: 1;
}
.look-close {
  position: absolute;
  top: 14px;
  right: 14px;
  width: 36px;
  height: 36px;
  display: grid;
  place-items: center;
  padding: 0;
  border: 0;
  background: none;
  font: inherit;
  font-size: 22px;
  line-height: 1;
  color: var(--muted);
  cursor: pointer;
}
.look-close svg {
  display: block;
  width: 16px;
  height: 16px;
}
.look-close:hover { color: var(--text); }
.look h2 {
  margin: 0 40px 0 0;
  font-size: 28px;
  font-weight: 600;
  letter-spacing: -0.03em;
  line-height: 1.1;
}
.look .look-lead {
  margin: 10px 0 0;
  font-size: 16px;
  line-height: 1.4;
  color: var(--muted);
}
.look-form {
  display: grid;
  gap: 14px;
  margin-top: 24px;
  text-align: left;
}
.look-form label {
  display: grid;
  gap: 6px;
  font-size: 13px;
  font-weight: 600;
}
.look-form input,
.look-form textarea {
  width: 100%;
  font-family: inherit;
  font-size: 16px;
  line-height: 1.35;
  padding: 10px 12px;
  border: 1px solid var(--line);
  border-radius: 10px;
  background: var(--bg);
  color: var(--text);
}
.look-form textarea { min-height: 96px; resize: vertical; }
.look-form input:focus-visible,
.look-form textarea:focus-visible {
  outline: 2px solid var(--green);
  outline-offset: 2px;
}
.look-hp {
  position: absolute;
  left: -9999px;
  height: 0;
  overflow: hidden;
}
.look-form .btn { width: 100%; margin-top: 4px; cursor: pointer; border: 0; }
.look-form .btn[disabled] { opacity: 0.6; cursor: wait; }
.look-err {
  margin: 0;
  font-size: 14px;
  line-height: 1.4;
  color: #8A2F2F;
}
.look-err a { text-decoration: underline; }
.look[data-state="done"] .look-form { display: none; }
.look[data-state="done"] .look-lead { display: none; }
.look-thanks { display: none; margin: 14px 0 0; font-size: 16px; line-height: 1.45; color: var(--muted); }
.look[data-state="done"] .look-thanks { display: block; }

footer {
  display: flex; flex-wrap: wrap; gap: 16px;
  align-items: center; justify-content: space-between;
  padding: 28px clamp(20px, 4vw, 48px) 36px;
  font-size: 13px; color: var(--muted);
}
footer .brand { display: flex; align-items: center; gap: 8px; color: var(--text); }
footer .brand img {
  height: 28px;
  width: auto;
}
footer .brand span { font-size: 12px; font-weight: 650; letter-spacing: 0.16em; text-transform: uppercase; }

.reveal { opacity: 1; transform: none; }
.reveal.is-visible { opacity: 1; transform: none; }
.step:nth-child(1).reveal { transition-delay: 0ms; }
.step:nth-child(2).reveal { transition-delay: 70ms; }
.step:nth-child(3).reveal { transition-delay: 140ms; }
.step:nth-child(4).reveal { transition-delay: 210ms; }

@keyframes rise {
  from { opacity: 0; transform: translateY(12px); }
  to { opacity: 1; transform: none; }
}
.hero h1 { animation: rise 700ms var(--ease) both; }
.hero .lede { animation: rise 700ms var(--ease) 80ms both; }
.hero .who { animation: rise 700ms var(--ease) 160ms both; }
.hero .hero-cta { animation: rise 700ms var(--ease) 240ms both; }
@media (min-width: 800px) {
  .hero-shot.reveal { transition-delay: 300ms; }
}

@media (prefers-reduced-motion: reduce) {
  .reveal { opacity: 1; transform: none; transition: none; }
  .hero h1, .hero .lede, .hero .who, .hero .hero-cta { animation: none; }
  .hero-shot.reveal { transition-delay: 0ms; }
  .how-flourish path,
  .step-mark ellipse { stroke-dashoffset: 0; transition: none; }
  .how-steps::before { transform: none; transition: none; }
  .step-num { opacity: 1; transition: none; }
  .look, .look::backdrop { opacity: 1; transform: none; transition: none; }
  .hero::before,
  .chapter.alt::before,
  .chapter.sheet::before,
  .quote::before { animation: none; inset: 0; }
  html { scroll-behavior: auto; }
}


/* Multi-page additions */
input, textarea { caret-color: var(--green); }
a { text-underline-offset: 0.18em; }
html { scrollbar-color: var(--green) var(--bg-warm); }
.nav-links a[aria-current="page"] { color: var(--on-dark); }
.nav-menu {
  display: none;
  margin-left: auto;
}
.nav-menu summary {
  list-style: none;
  cursor: pointer;
  font-size: 13px;
  font-weight: 600;
  padding: 7px 10px;
  color: var(--on-dark);
}
.nav-menu summary::-webkit-details-marker { display: none; }
.nav-menu .nav-drop {
  position: absolute;
  right: 16px;
  top: 52px;
  background: var(--green-deep);
  border: 1px solid color-mix(in srgb, var(--on-dark) 22%, transparent);
  border-radius: 12px;
  padding: 12px 16px;
  display: grid;
  gap: 10px;
  min-width: 180px;
}
.nav-menu .nav-drop a {
  font-size: 14px;
  color: color-mix(in srgb, var(--on-dark) 78%, transparent);
}
.nav-menu .nav-drop a[aria-current="page"],
.nav-menu .nav-drop a:hover { color: var(--on-dark); }
@media (max-width: 640px) {
  .nav-menu { display: block; }
  .nav { gap: 12px; }
}

.page-hero {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  padding: 64px 24px 8px;
  text-align: center;
}
.page-hero::before {
  content: "";
  position: absolute;
  inset: -8%;
  background: url("contours.svg") no-repeat;
  background-size: min(1600px, 130vw) auto;
  background-position: 70% -10%;
  opacity: 0.8;
  pointer-events: none;
  z-index: 0;
  animation: contour-drift 96s ease-in-out infinite alternate;
  -webkit-mask-image: linear-gradient(#000 0%, #000 48%, transparent 82%);
  mask-image: linear-gradient(#000 0%, #000 48%, transparent 82%);
}
.page-hero > * { position: relative; z-index: 1; }
.page-hero h1 {
  margin: 0 auto;
  max-width: 18ch;
  font-size: clamp(36px, 6vw, 64px);
  font-weight: 600;
  line-height: 1.04;
  letter-spacing: -0.036em;
}
.page-hero .lede {
  margin: 18px auto 0;
  max-width: 48ch;
  font-size: 19px;
  line-height: 1.45;
  color: var(--text);
}
.page-hero h1 { animation: rise 700ms var(--ease) both; }
.page-hero .lede { animation: rise 700ms var(--ease) 80ms both; }

.photo {
  margin: 0 auto;
  max-width: 1280px;
  padding: 0 20px;
}
.photo.band { padding-bottom: 48px; }
.shot-cap.left { text-align: left; }
.how.tight { padding-top: 24px; }
.also.follow { padding-top: 28px; }
.price .also.follow { padding-top: 36px; }
.photo img {
  width: 100%;
  aspect-ratio: 3 / 2;
  object-fit: cover;
  border-radius: 20px;
}
.photo.tall img { aspect-ratio: 4 / 5; object-position: center 20%; }
@media (min-width: 720px) {
  .photo.tall img { aspect-ratio: 16 / 10; }
}
figure.photo { margin-left: auto; margin-right: auto; }

.split.reverse { direction: rtl; }
.split.reverse > * { direction: ltr; }
.split img.photo-fit {
  aspect-ratio: 4 / 5;
  object-position: center center;
}

.roles {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px 28px;
  margin-top: 16px;
}
.roles p { margin: 0; font-size: 16px; }
.roles .who {
  font-size: 12px;
  font-weight: 650;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--green);
  margin-bottom: 4px;
}
@media (max-width: 560px) {
  .roles { grid-template-columns: 1fr; }
}

.process {
  max-width: 1240px;
  margin: 0 auto;
  padding: 24px 32px 72px;
}
.process + .process { border-top: 1px solid var(--line); }
.process h2 {
  margin: 0 0 12px;
  font-size: clamp(28px, 3.2vw, 40px);
  font-weight: 600;
  letter-spacing: -0.03em;
}
.process .copy p { margin: 12px 0 0; font-size: 18px; line-height: 1.45; color: var(--muted); }
.process .copy p:first-of-type { color: var(--text); }
.process-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 32px;
  align-items: start;
  margin-top: 28px;
}
.process-shot {
  margin-top: 28px;
}
.process-shot img {
  width: 100%;
  border-radius: 18px;
  aspect-ratio: 16 / 10;
  object-fit: cover;
  object-position: top center;
}
.process-grid img {
  width: 100%;
  border-radius: 18px;
  aspect-ratio: 16 / 10;
  object-fit: cover;
  object-position: top center;
}
.process-grid .life { aspect-ratio: 4 / 5; object-position: center; }
@media (max-width: 860px) {
  .process { padding: 16px 20px 56px; }
  .process-grid { grid-template-columns: 1fr; }
}

.teasers {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
  max-width: 1240px;
  margin: 0 auto;
  padding: 8px 32px 80px;
}
.teaser {
  display: block;
  color: inherit;
}
.teaser img {
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
  object-position: top center;
  border-radius: 18px;
}
.teaser h3 {
  margin: 14px 0 0;
  font-size: 20px;
  font-weight: 600;
  letter-spacing: -0.02em;
}
.teaser p {
  margin: 6px 0 0;
  font-size: 15px;
  line-height: 1.4;
  color: var(--muted);
}
.teaser:hover h3 { color: var(--green); }
@media (max-width: 800px) {
  .teasers { grid-template-columns: 1fr; padding: 8px 20px 64px; }
}

.price-row { align-items: start; }
.price-row p.note { max-width: 32ch; }
.price-extra {
  margin: 48px auto 0;
  max-width: 46ch;
  font-size: 17px;
  line-height: 1.5;
  color: var(--muted);
}
.price.page { padding-top: 40px; }

.read {
  max-width: 680px;
  margin: 0 auto;
  padding: 24px 24px 80px;
}
.read h2 {
  margin: 0 0 14px;
  font-size: clamp(28px, 3.2vw, 40px);
  font-weight: 600;
  letter-spacing: -0.03em;
  line-height: 1.1;
}
.read p { margin: 0 0 16px; font-size: 18px; line-height: 1.5; color: var(--muted); }
.read p.lead { color: var(--text); }

footer {
  align-items: flex-start;
}
.foot-col { display: grid; gap: 8px; }
footer nav { display: flex; flex-wrap: wrap; gap: 8px 18px; }
footer a:hover { text-decoration: underline; }
.foot-note { max-width: 42ch; }

@media (prefers-reduced-motion: reduce) {
  .page-hero::before { animation: none; inset: 0; }
  .page-hero h1, .page-hero .lede { animation: none; }
}
