@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+SC:wght@400;500;600;700&family=Noto+Serif+SC:wght@500;600&display=swap');

:root { --v3-plum:#4d1f36; --v3-rose:#e8c1b5; --v3-butter:#f1d8a8; --v3-cream:#fbf5ee; --v3-coral:#c85f47; --v3-line:rgba(77,31,54,.18); }

body { background: var(--v3-cream); }

.site-rail {
  position: fixed;
  inset: 0 auto 0 0;
  z-index: 40;
  width: 132px;
  display: grid;
  grid-template-rows: auto 1fr auto;
  padding: 24px 18px;
  border-right: 1px solid var(--v3-line);
  background: var(--v3-cream);
  color: var(--v3-plum);
}

.rail-brand { display: grid; justify-items: center; gap: 10px; color: inherit; text-decoration: none; }
.rail-brand span { width: 52px; height: 52px; display: grid; place-items: center; border-radius: 50%; background: var(--v3-plum); color: #fff; font-family: "Noto Serif SC", serif; font-size: 24px; }
.rail-brand b { font-size: 13px; letter-spacing: .12em; }
.site-rail nav { align-self: center; display: grid; }
.site-rail nav a { padding: 17px 0; border-bottom: 1px solid var(--v3-line); color: #705568; font-size: 14px; font-weight: 600; text-align: center; text-decoration: none; }
.site-rail nav a:first-child { border-top: 1px solid var(--v3-line); }
.site-rail nav a:hover { color: var(--v3-coral); }
.rail-cta { min-height: 52px; display: flex; align-items: center; justify-content: center; gap: 10px; padding: 0 10px; border: 1px solid var(--v3-plum); background: transparent; color: var(--v3-plum); font-size: 13px; font-weight: 700; line-height: 1; text-decoration: none; transition: background-color 180ms ease, color 180ms ease; }
.rail-cta span { font-size: 15px; transition: transform 180ms ease; }
.rail-cta:hover,
.rail-cta:focus-visible { background: var(--v3-plum); color: #fff; }
.rail-cta:hover span,
.rail-cta:focus-visible span { transform: translate(2px, -2px); }

.site-content { margin-left: 132px; padding: 16px; background: #321323; }

.poster-hero { position: relative; min-height: calc(100svh - 32px); display: flex; align-items: center; overflow: hidden; padding: 72px clamp(42px, 8vw, 140px); background: var(--v3-butter); color: var(--v3-plum); }
.poster-copy { position: relative; z-index: 2; width: 100%; max-width: 1320px; margin: 0 auto; }
.poster-copy > p { margin: 0 0 38px; font-size: 15px; font-weight: 700; }
.poster-copy h1 { max-width: 760px; margin: 0; font-family: "Noto Serif SC", serif; font-size: clamp(48px, 5vw, 76px); font-weight: 500; line-height: 1.28; letter-spacing: -.05em; text-wrap: balance; }
.poster-bottom { width: min(680px, 62%); display: grid; grid-template-columns: 1fr; align-items: start; gap: 32px; margin-top: clamp(58px, 8vw, 100px); padding-top: 28px; border-top: 1px solid rgba(77,31,54,.3); }
.poster-bottom p { margin: 0; color: #705568; font-size: 18px; line-height: 1.85; text-wrap: pretty; word-break: auto-phrase; line-break: strict; }
.poster-bottom a { display: inline-flex; gap: 28px; padding-bottom: 7px; border-bottom: 1px solid currentColor; color: var(--v3-plum); font-size: 15px; font-weight: 700; text-decoration: none; }

.nest-mark { position: absolute; z-index: 1; right: clamp(38px, 7vw, 110px); bottom: -42px; width: clamp(300px, 31vw, 470px); height: clamp(440px, 55vw, 650px); border-radius: 50% 50% 0 0; background: var(--v3-plum); box-shadow: 0 36px 80px rgba(77,31,54,.18); }
.nest-mark::before { content: ""; position: absolute; inset: -22px -22px 0; border: 1px solid rgba(77,31,54,.35); border-radius: 50% 50% 0 0; }
.nest-mark i { position: absolute; bottom: 0; left: 50%; display: block; transform: translateX(-50%); border-radius: 50% 50% 0 0; }
.nest-mark i:nth-child(1) { width: 72%; height: 76%; background: var(--v3-coral); }
.nest-mark i:nth-child(2) { width: 46%; height: 53%; background: var(--v3-rose); }
.nest-mark i:nth-child(3) { width: 21%; height: 28%; background: var(--v3-butter); }

@media(max-width:1100px) and (min-width:761px) {
  .nest-mark { right: -80px; opacity: .28; }
  .poster-bottom { width: 72%; }
}

.family-scene { position: relative; min-height: 82svh; margin-top: 16px; overflow: hidden; background: #b98d7f; }
.family-scene > img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center 52%; }
.family-scene::after { content:""; position: absolute; inset: 0; background: linear-gradient(90deg,rgba(47,16,31,.42),transparent 64%),linear-gradient(0deg,rgba(47,16,31,.32),transparent 50%); }
.family-scene > div { position: absolute; z-index: 2; left: clamp(32px, 7vw, 110px); bottom: clamp(32px, 7vw, 90px); max-width: 560px; padding: 32px 38px; background: var(--v3-plum); color: #fff; }
.family-scene p { margin: 0; font-family: "Noto Serif SC", serif; font-size: clamp(30px, 3.4vw, 46px); line-height: 1.4; letter-spacing: -.035em; }
.family-scene span { display: block; margin-top: 18px; color: rgba(255,255,255,.66); font-size: 15px; }

@media(max-width:760px) {
  .site-rail { position: relative; width: 100%; height: 72px; grid-template-columns: 1fr auto; grid-template-rows: 1fr; align-items: center; padding: 0 18px; border-right: 0; border-bottom: 1px solid var(--v3-line); }
  .rail-brand { display: flex; justify-items: initial; }
  .rail-brand span { width: 40px; height: 40px; font-size: 19px; }
  .site-rail nav { display: none; }
  .rail-cta { display: flex; min-height: auto; padding: 10px 0; border: 0; border-bottom: 1px solid var(--v3-coral); background: transparent; color: var(--v3-plum); }
  .site-content { margin-left: 0; padding: 10px; }
  .poster-hero { min-height: calc(100svh - 72px); padding: 56px 22px; }
  .poster-copy h1 { font-size: clamp(38px, 10vw, 48px); }
  .poster-bottom { width: 100%; grid-template-columns: 1fr; align-items: start; gap: 32px; margin-top: 54px; }
  .nest-mark { right: -130px; bottom: -30px; width: 310px; height: 430px; opacity: .22; }
  .family-scene { min-height: 74svh; }
  .family-scene > div { right: 18px; left: 18px; bottom: 18px; padding: 26px 24px; }
}

.chapters,
.questions,
.letter-contact {
  padding: clamp(96px, 10vw, 160px) clamp(32px, 8vw, 138px);
}

.chapters,
.approach,
.separate-tool,
.questions,
.letter-contact { margin-top: 16px; }

.chapters { background: var(--v3-cream); color: var(--v3-plum); }
.chapters > header,
.approach > header {
  max-width: 1320px;
  margin: 0 auto 64px;
}
.chapters > header > p,
.approach > header > p,
.separate-tool > p:first-child,
.letter-heading > p { margin: 10px 0 0; font-size: 15px; font-weight: 700; }
.chapters h2,
.approach h2,
.separate-tool h2,
.questions h2,
.letter-contact h2 { margin: 0; font-family: "Noto Serif SC", serif; font-size: clamp(34px, 3.6vw, 48px); font-weight: 500; line-height: 1.42; letter-spacing: -.04em; text-wrap: balance; }

.chapter-list { max-width: 1320px; margin: 0 auto; border-top: 1px solid var(--v3-line); }
.chapter-list article { display: grid; grid-template-columns: 70px minmax(280px, .8fr) minmax(320px, 1fr); align-items: center; gap: clamp(34px, 6vw, 90px); min-height: 190px; padding: 34px 18px 34px 0; border-bottom: 1px solid var(--v3-line); transition: background .25s ease, padding .25s ease; }
.chapter-list article:hover { padding-left: 22px; background: #f1dbd3; }
.chapter-list article > span { color: var(--v3-coral); font-size: 15px; font-weight: 700; }
.chapter-list h3 { margin: 0; font-family: "Noto Serif SC", serif; font-size: 29px; font-weight: 600; }
.chapter-list div p { max-width: 530px; margin: 15px 0 0; color: #745b68; font-size: 16px; line-height: 1.8; text-wrap: pretty; }
.chapter-list strong { color: #654557; font-family: "Noto Serif SC", serif; font-size: 20px; font-weight: 500; line-height: 1.75; text-wrap: pretty; }

.approach { padding: clamp(96px, 10vw, 160px) clamp(32px, 8vw, 138px); background: var(--v3-plum); color: #fff; }
.approach > header > p { color: #e6aa95; }
.approach-steps { max-width: 1320px; margin: 0 auto; border-top: 1px solid rgba(255,255,255,.2); }
.approach-steps article { display: grid; grid-template-columns: 140px 1fr; gap: clamp(34px, 6vw, 90px); align-items: center; padding: 34px 0; border-bottom: 1px solid rgba(255,255,255,.2); }
.approach-steps span { color: #e6aa95; font-size: 15px; font-weight: 700; }
.approach-steps h3 { margin: 0; font-family: "Noto Serif SC", serif; font-size: clamp(24px, 2.2vw, 31px); font-weight: 500; line-height: 1.5; }
.approach-steps p { max-width: 570px; margin: 0; color: rgba(255,255,255,.68); font-size: 17px; line-height: 1.85; text-wrap: pretty; }

.separate-tool { padding: clamp(100px, 12vw, 190px) clamp(30px, 10vw, 170px); background: var(--v3-butter); color: var(--v3-plum); text-align: center; }
.separate-tool > p:first-child { color: var(--v3-coral); }
.separate-tool h2 { max-width: 860px; margin: 28px auto 0; }
.separate-tool > h2:first-child { margin-top: 0; }
.separate-tool > p:not(:first-child) { max-width: 650px; margin: 30px auto 0; color: #745b68; font-size: 17px; line-height: 1.85; text-wrap: pretty; }
.separate-tool a { display: inline-flex; gap: 38px; margin-top: 42px; padding: 16px 20px; border: 1px solid var(--v3-plum); color: var(--v3-plum); font-size: 16px; font-weight: 700; text-decoration: none; transition: background .2s ease, color .2s ease; }
.separate-tool a:hover { background: var(--v3-plum); color: #fff; }

.questions { background: var(--v3-rose); color: var(--v3-plum); }
.questions > header { max-width: 1320px; margin: 0 auto 55px; }
.questions > header > p { margin: 0 0 22px; color: var(--v3-coral); font-size: 15px; font-weight: 700; }
.questions h2 { max-width: 780px; }
.question-list { max-width: 1320px; margin: 0 auto; border-top: 1px solid rgba(77,31,54,.24); }
.question-list article { display: grid; grid-template-columns: .8fr 1fr; gap: clamp(50px, 9vw, 150px); padding: 37px 0; border-bottom: 1px solid rgba(77,31,54,.24); }
.question-list h3 { margin: 0; font-size: clamp(19px, 1.6vw, 23px); font-weight: 600; line-height: 1.6; }
.question-list p { max-width: 650px; margin: 0; color: #705568; font-size: 17px; line-height: 1.85; text-wrap: pretty; }

.letter-contact { background: var(--v3-cream); color: var(--v3-plum); }
.letter-heading { max-width: 980px; margin: 0 auto 56px; text-align: center; }
.letter-heading > p { color: var(--v3-coral); }
.letter-heading h2 { margin-top: 0; }
.letter-contact form { max-width: 920px; margin: 0 auto; border-top: 1px solid var(--v3-line); }
.letter-contact label { display: grid; grid-template-columns: 220px 1fr; align-items: center; gap: 34px; padding: 24px 0; border-bottom: 1px solid var(--v3-line); }
.letter-contact label > span { font-size: 15px; font-weight: 700; }
.letter-contact input,
.letter-contact select,
.letter-contact textarea { width: 100%; min-height: 50px; padding: 12px 2px 10px; border: 0; border-bottom: 1.5px solid rgba(77, 31, 54, 0.48); outline: 0; background: transparent; color: var(--v3-plum); font-family: "Noto Sans SC", sans-serif; font-size: 17px; transition: border-color 180ms ease; }
.letter-contact textarea { resize: vertical; }
.letter-contact input::placeholder,
.letter-contact textarea::placeholder { color: rgba(77, 31, 54, 0.42); opacity: 1; }
.letter-contact input:focus,
.letter-contact select:focus,
.letter-contact textarea:focus { border-bottom-color: var(--v3-coral); box-shadow: none; }
.letter-contact input.is-invalid,
.letter-contact select.is-invalid,
.letter-contact textarea.is-invalid { border-bottom-color: var(--v3-coral); }
.letter-contact [data-form-status].is-error { color: var(--v3-coral); }
.letter-contact button { width: 100%; min-height: 58px; display: flex; align-items: center; justify-content: space-between; margin-top: 30px; padding: 0 22px; border: 0; background: var(--v3-plum); color: #fff; font-size: 16px; font-weight: 700; }
.letter-contact form > p { min-height: 28px; margin: 14px 0 0; color: #745b68; font-size: 15px; line-height: 1.7; }

body > footer { width: auto; margin: 0 0 0 132px; padding: 34px clamp(32px, 8vw, 138px) 46px; border: 0; border-top: 16px solid #321323; background: #321323; color: rgba(255,255,255,.62); font-size: 13px; }

#chapters,
#approach,
#questions,
#contact { scroll-margin-top: 20px; }

@media(max-width:900px) {
  .chapters > header,
  .approach > header { grid-template-columns: 1fr; gap: 24px; }
  .chapter-list article { grid-template-columns: 50px 1fr; gap: 22px; }
  .chapter-list strong { grid-column: 2; }
  .approach-steps article { grid-template-columns: 100px 1fr; gap: 24px; }
  .approach-steps p { grid-column: 2; }
}

@media(max-width:760px) {
  .chapters, .approach, .questions, .letter-contact { padding: 78px 20px; }
  .chapters h2, .approach h2, .separate-tool h2, .questions h2, .letter-contact h2 { font-size: clamp(31px, 8.5vw, 40px); }
  .chapter-list article { min-height: 0; grid-template-columns: 35px 1fr; padding: 28px 0; }
  .chapter-list article:hover { padding-left: 0; }
  .chapter-list h3 { font-size: 25px; }
  .chapter-list strong { font-size: 18px; }
  .approach-steps article { grid-template-columns: 1fr; padding: 30px 0; }
  .approach-steps p { grid-column: 1; }
  .separate-tool { padding: 84px 20px; }
  .question-list article { grid-template-columns: 1fr; gap: 18px; padding: 30px 0; }
  .letter-contact label { grid-template-columns: 1fr; gap: 8px; }
  body > footer { margin-left: 0; padding: 34px 20px 42px; border-top-width: 10px; }
}

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

/* Premium editorial refinement */
:root {
  --v3-plum: #351523;
  --v3-rose: #d9aaa0;
  --v3-butter: #e5c787;
  --v3-cream: #f8f3ec;
  --v3-coral: #b6513d;
  --v3-line: rgba(53, 21, 35, 0.2);
}

.site-rail {
  padding: 28px 18px 22px;
  background: #f8f3ec;
}

.rail-brand span {
  border: 1px solid rgba(229, 199, 135, 0.72);
  box-shadow: inset 0 0 0 5px var(--v3-plum);
  background: var(--v3-butter);
  color: var(--v3-plum);
}

.site-rail nav a {
  color: rgba(53, 21, 35, 0.66);
  transition: color 180ms ease, letter-spacing 180ms ease;
}

.site-rail nav a:hover,
.site-rail nav a:focus-visible {
  color: var(--v3-plum);
  letter-spacing: 0.06em;
}

.site-content {
  padding: 12px;
  background: #241019;
}

.poster-hero {
  isolation: isolate;
  padding-inline: clamp(44px, 8vw, 136px);
  background:
    radial-gradient(circle at 78% 22%, rgba(229, 199, 135, 0.12), transparent 24%),
    linear-gradient(135deg, #351523 0%, #451c2f 100%);
  color: var(--v3-cream);
}

.poster-hero::before {
  content: "";
  position: absolute;
  z-index: 0;
  inset: 30px;
  border: 1px solid rgba(248, 243, 236, 0.14);
  pointer-events: none;
}

.poster-copy > p {
  color: var(--v3-butter);
  letter-spacing: 0.08em;
  animation: evernest-rise 620ms 80ms both;
}

.poster-copy h1 {
  max-width: 720px;
  font-size: clamp(48px, 5vw, 72px);
  line-height: 1.25;
  letter-spacing: -0.055em;
  animation: evernest-rise 720ms 140ms both;
}

.poster-bottom {
  width: min(560px, 54%);
  border-top-color: rgba(248, 243, 236, 0.25);
  animation: evernest-rise 720ms 220ms both;
}

.poster-bottom p {
  color: rgba(248, 243, 236, 0.72);
  font-size: 17px;
}

.poster-bottom a {
  width: fit-content;
  color: var(--v3-cream);
  transition: color 180ms ease, gap 180ms ease;
}

.poster-bottom a:hover,
.poster-bottom a:focus-visible {
  gap: 36px;
  color: var(--v3-butter);
}

.nest-mark {
  right: clamp(34px, 6vw, 96px);
  bottom: -74px;
  width: clamp(300px, 30vw, 460px);
  height: clamp(450px, 54vw, 640px);
  background: var(--v3-butter);
  box-shadow: 0 42px 100px rgba(0, 0, 0, 0.22);
  animation: evernest-mark 900ms 120ms both;
}

.nest-mark::before {
  inset: -18px -18px 0;
  border-color: rgba(229, 199, 135, 0.52);
}

.nest-mark i:nth-child(1) { background: var(--v3-coral); }
.nest-mark i:nth-child(2) { background: var(--v3-rose); }
.nest-mark i:nth-child(3) { background: var(--v3-plum); }

@keyframes evernest-rise {
  from { opacity: 0; transform: translateY(18px); }
  to { opacity: 1; transform: translateY(0); }
}

@keyframes evernest-mark {
  from { opacity: 0; transform: translateY(36px); }
  to { opacity: 1; transform: translateY(0); }
}

.family-scene {
  min-height: 88svh;
  margin-top: 12px;
}

.family-scene::after {
  background:
    linear-gradient(90deg, rgba(36, 16, 25, 0.5), transparent 56%),
    linear-gradient(0deg, rgba(36, 16, 25, 0.34), transparent 54%);
}

.family-scene > div {
  max-width: 520px;
  padding: 28px 34px;
  border-left: 3px solid var(--v3-butter);
  background: rgba(53, 21, 35, 0.86);
  backdrop-filter: blur(14px);
}

.family-scene p {
  font-size: clamp(28px, 3vw, 42px);
}

.chapters,
.approach,
.separate-tool,
.questions,
.letter-contact {
  margin-top: 12px;
}

.chapters {
  background: #f8f3ec;
}

.chapters > header,
.approach > header {
  margin-bottom: 58px;
}

.chapters h2,
.approach h2,
.separate-tool h2,
.questions h2,
.letter-contact h2 {
  font-size: clamp(34px, 3.4vw, 46px);
  line-height: 1.38;
}

.chapter-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1px;
  overflow: hidden;
  border: 1px solid var(--v3-line);
  background: var(--v3-line);
}

.chapter-list article {
  position: relative;
  min-height: 250px;
  display: grid;
  grid-template-columns: 1fr;
  align-content: space-between;
  gap: 30px;
  padding: 38px;
  border: 0;
  background: var(--v3-cream);
  transition: background-color 240ms ease, color 240ms ease, transform 240ms ease;
}

.chapter-list article:hover {
  z-index: 1;
  padding-left: 38px;
  background: var(--v3-plum);
  color: var(--v3-cream);
  transform: translateY(-4px);
}

.chapter-list article > span {
  font-family: "Noto Serif SC", serif;
  font-size: 38px;
  font-weight: 500;
  line-height: 1;
}

.chapter-list h3 {
  font-size: 27px;
}

.chapter-list strong {
  max-width: 330px;
  color: #654557;
  transition: color 240ms ease;
}

.chapter-list article:hover strong {
  color: rgba(248, 243, 236, 0.74);
}

.approach {
  background: linear-gradient(135deg, #351523, #481c31);
}

.approach-steps {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border: 1px solid rgba(255, 255, 255, 0.18);
}

.approach-steps article {
  min-height: 220px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 48px;
  padding: 32px;
  border: 0;
  border-right: 1px solid rgba(255, 255, 255, 0.18);
  transition: background-color 220ms ease;
}

.approach-steps article:last-child {
  border-right: 0;
}

.approach-steps article:hover {
  background: rgba(255, 255, 255, 0.06);
}

.approach-steps span {
  color: var(--v3-butter);
}

.approach-steps h3 {
  font-size: clamp(24px, 2.1vw, 30px);
}

.separate-tool {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  background: var(--v3-butter);
}

.separate-tool::before,
.separate-tool::after {
  content: "";
  position: absolute;
  z-index: -1;
  border: 1px solid rgba(53, 21, 35, 0.22);
  border-radius: 50% 50% 0 0;
}

.separate-tool::before {
  width: 360px;
  height: 500px;
  right: -90px;
  bottom: -260px;
}

.separate-tool::after {
  width: 240px;
  height: 360px;
  left: -70px;
  top: -220px;
}

.separate-tool a {
  align-items: center;
  gap: 48px;
  min-height: 56px;
  padding: 0 22px;
  border-color: var(--v3-plum);
  background: var(--v3-plum);
  color: var(--v3-cream);
}

.separate-tool a:hover,
.separate-tool a:focus-visible {
  gap: 58px;
  background: transparent;
  color: var(--v3-plum);
}

.questions {
  background: var(--v3-rose);
}

.question-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
  border-top: 0;
}

.question-list article {
  display: block;
  min-height: 190px;
  padding: 28px 0;
  border-top: 1px solid rgba(53, 21, 35, 0.38);
  border-bottom: 0;
}

.question-list h3 {
  min-height: 70px;
  font-family: "Noto Serif SC", serif;
  font-weight: 600;
}

.question-list p {
  margin-top: 28px;
  font-size: 16px;
}

.letter-contact {
  display: grid;
  grid-template-columns: minmax(240px, 0.56fr) minmax(520px, 1fr);
  align-items: start;
  gap: clamp(58px, 8vw, 130px);
  background: var(--v3-cream);
}

.letter-heading {
  margin: 0;
  padding-top: 4px;
  text-align: left;
}

.letter-contact form {
  width: 100%;
  margin: 0;
}

.letter-contact label {
  grid-template-columns: 150px 1fr;
  padding: 20px 0;
}

.letter-contact button {
  min-height: 62px;
  cursor: pointer;
  transition: background-color 180ms ease, padding 180ms ease;
}

.letter-contact button:hover,
.letter-contact button:focus-visible {
  padding-inline: 28px;
  background: var(--v3-coral);
}

body > footer {
  border-top-width: 12px;
  background: #241019;
}

@media(max-width:1000px) {
  .poster-bottom { width: 62%; }
  .nest-mark { right: -100px; opacity: 0.42; }
  .chapter-list article { min-height: 230px; }
  .letter-contact { grid-template-columns: 1fr; gap: 52px; }
  .letter-heading { max-width: none; }
}

@media(max-width:760px) {
  .site-rail { padding: 0 18px; }
  .site-content { padding: 8px; }
  .poster-hero { padding: 64px 24px; }
  .poster-hero::before { inset: 14px; }
  .poster-copy h1 { font-size: clamp(38px, 10vw, 48px); }
  .poster-bottom { width: 100%; }
  .nest-mark { right: -146px; opacity: 0.28; }
  .family-scene { min-height: 72svh; margin-top: 8px; }
  .family-scene > div { padding: 24px 22px; }
  .chapters,
  .approach,
  .separate-tool,
  .questions,
  .letter-contact { margin-top: 8px; }
  .chapter-list { grid-template-columns: 1fr; }
  .chapter-list article { min-height: 210px; padding: 28px; }
  .chapter-list article:hover { padding-left: 28px; transform: none; }
  .approach-steps { grid-template-columns: 1fr; }
  .approach-steps article { min-height: 150px; border-right: 0; border-bottom: 1px solid rgba(255, 255, 255, 0.18); }
  .approach-steps article:last-child { border-bottom: 0; }
  .question-list { grid-template-columns: 1fr; gap: 0; }
  .question-list article { min-height: 0; }
  .question-list h3 { min-height: 0; }
  .letter-contact { grid-template-columns: 1fr; gap: 42px; }
  .letter-contact label { grid-template-columns: 1fr; }
}

@media(prefers-reduced-motion:reduce) {
  .poster-copy > p,
  .poster-copy h1,
  .poster-bottom,
  .nest-mark { animation: none; }
}

/* Photo-led hero: no decorative graphic */
.poster-hero {
  min-height: calc(100svh - 24px);
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(380px, 0.92fr);
  align-items: stretch;
  padding: 0;
  background: linear-gradient(145deg, #351523, #451c2f);
}

.poster-hero::before,
.poster-hero::after {
  display: none;
}

.poster-copy {
  max-width: none;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(72px, 8vw, 130px);
}

.poster-copy h1 {
  max-width: 640px;
}

.poster-bottom {
  width: 100%;
  max-width: 520px;
  margin-top: clamp(54px, 7vw, 88px);
}

.poster-hero-image {
  width: 100%;
  height: 100%;
  min-height: calc(100svh - 24px);
  display: block;
  object-fit: cover;
  object-position: center 52%;
  filter: saturate(0.84) contrast(1.03);
}

@media(max-width:1000px) and (min-width:761px) {
  .poster-hero {
    grid-template-columns: minmax(0, 1.12fr) minmax(330px, 0.88fr);
  }

  .poster-copy {
    padding: 68px 48px;
  }
}

@media(max-width:760px) {
  .poster-hero {
    min-height: 0;
    grid-template-columns: 1fr;
  }

  .poster-copy {
    min-height: calc(72svh - 72px);
    padding: 64px 24px;
  }

  .poster-hero-image {
    min-height: 0;
    height: 58svh;
    object-position: center 48%;
  }
}
