/* ═══ HOMEPAGE SPECIFIC ═══ */

/* HERO */
.hero { padding: 72px 0 96px; position: relative; }
.hero-inner { display: grid; grid-template-columns: 1.1fr 1fr; gap: 64px; align-items: center; }
.hero-copy { padding: 20px 0 40px; }
.hero h1 {
  margin: 26px 0 32px;
  font-size: clamp(58px, 7vw, 100px);
  font-weight: 400;
  line-height: 0.92;
  letter-spacing: -0.025em;
  color: var(--plum);
}
.hero h1 .italic { font-style: italic; color: var(--clay-dk); display: inline-block; }
.hero-lead { font-size: 19px; color: var(--mid); max-width: 520px; margin: 0 0 36px; line-height: 1.55; }
.hero-lead em { font-style: italic; font-family: var(--display); font-size: 22px; color: var(--plum); }
.hero-actions { display: flex; align-items: center; gap: 22px; flex-wrap: wrap; }
.hero-actions .sub { font-family: var(--display); font-style: italic; font-size: 16px; color: var(--muted); max-width: 200px; line-height: 1.35; }
.hero-cred { display: flex; align-items: center; gap: 20px; margin-top: 44px; padding-top: 28px; border-top: 1px solid var(--rule); flex-wrap: wrap; }
.cred-item { font-size: 11.5px; letter-spacing: 0.22em; text-transform: uppercase; color: var(--muted); font-weight: 500; }
.cred-sep { color: var(--clay); font-size: 12px; }

/* Portrait */
.hero-figure { position: relative; aspect-ratio: 4/5; max-width: 540px; margin-left: auto; }
.hero-figure::after {
  content: '';
  position: absolute;
  inset: 20px -20px -20px 20px;
  border: 2px solid var(--clay);
  border-radius: var(--hero-figure-radius);
  z-index: -1;
}
.hero-figure .main {
  width: 100%; height: 100%; object-fit: cover; object-position: center 20%;
  filter: var(--photo-filter);
  border-radius: var(--hero-figure-radius);
}

/* CHANGE section */
.change { padding: 140px 0; border-top: 1px solid var(--rule-soft); background: var(--shell); }
.change-head { display: grid; grid-template-columns: auto 1fr; gap: 80px; align-items: end; max-width: 1200px; margin: 0 auto 72px; }
.change-head .eyebrow { padding-bottom: 8px; border-bottom: 1px solid var(--clay); min-width: 180px; }
.change-head h2 { font-size: clamp(48px, 7vw, 88px); font-weight: 400; line-height: 0.94; letter-spacing: -0.03em; }
.change-head h2 em { font-style: italic; color: var(--clay-dk); }
.change-body { display: grid; grid-template-columns: 1fr 1fr; gap: 72px; max-width: 1200px; margin: 0 auto; }
.change-body p { font-size: 18.5px; line-height: 1.6; color: var(--ink); }
.change-body p em { font-style: italic; color: var(--clay-dk); font-family: var(--display); font-size: 21px; }
.closer {
  grid-column: 1 / -1; margin-top: 28px; padding: 36px 40px;
  background: var(--milk); border-radius: 20px;
}
.closer p { font-family: var(--display); font-style: italic; font-size: 24px; line-height: 1.4; color: var(--plum); margin: 0; }

/* WORK section */
.work { padding: 140px 0; background: var(--shell-deep); }
.work-inner { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: start; }
.work-figure { position: relative; }
.work-figure img { width: 100%; height: auto; max-height: 560px; border-radius: 24px; filter: var(--photo-filter); }
.work-content h2 { font-size: clamp(36px, 4.4vw, 62px); line-height: 1; letter-spacing: -0.025em; margin: 22px 0 32px; }
.work-content h2 em { font-style: italic; color: var(--clay-dk); }
.work-content p { font-size: 17px; line-height: 1.7; margin-bottom: 20px; }
.work-content strong { font-family: var(--display); font-style: italic; font-weight: 500; color: var(--plum); font-size: 19px; }
.help-title { font-size: 11.5px; letter-spacing: 0.22em; text-transform: uppercase; color: var(--muted); font-weight: 500; margin: 44px 0 20px; }
.help-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 0; border-top: 1px solid var(--rule); list-style: none; }
.help-grid .item { padding: 18px 16px 18px 0; border-bottom: 1px solid var(--rule); font-size: 15.5px; color: var(--ink); display: flex; gap: 12px; align-items: baseline; }
.help-grid .item:nth-child(odd)  { border-right: 1px solid var(--rule); padding-right: 20px; }
.help-grid .item:nth-child(even) { padding-left: 20px; }
.help-grid .item .idx { font-family: var(--body); font-style: normal; font-size: 10px; color: var(--clay); flex-shrink: 0; }

/* MEET section */
.meet { padding: 140px 0; background: var(--shell); }
.meet-inner { display: grid; grid-template-columns: 1fr 1.2fr; gap: 80px; align-items: center; }
.meet-figure { position: relative; }
.meet-figure img { width: 100%; aspect-ratio: 4/5; object-fit: cover; object-position: center center; border-radius: 24px; filter: var(--photo-filter); }
.meet-figure::before {
  content: ''; position: absolute; inset: -18px -18px -18px 18px;
  border: 1px solid var(--clay); border-radius: 24px; z-index: -1;
}
.meet h2 { font-size: clamp(60px, 9vw, 160px); line-height: 0.9; letter-spacing: -0.04em; margin: 22px 0 32px; }
.meet h2 em { font-style: italic; color: var(--clay-dk); }
.meet p { font-size: 18px; line-height: 1.6; margin-bottom: 22px; max-width: 560px; }
.meet-sig { margin-top: 40px; padding-top: 28px; border-top: 1px solid var(--rule); display: flex; gap: 20px; align-items: baseline; }
.meet-sig .name { font-family: var(--display); font-style: italic; font-size: 30px; color: var(--plum); font-weight: 500; }
.meet-sig .title { font-size: 11.5px; letter-spacing: 0.22em; text-transform: uppercase; color: var(--muted); font-weight: 500; }

/* HOW section */
.how { padding: 140px 0; background: var(--milk); border-top: 1px solid var(--rule-soft); border-bottom: 1px solid var(--rule-soft); }
.how-head { display: block; max-width: 1200px; margin: 0 auto 56px; }
.how-head h2 { font-size: clamp(40px, 5.2vw, 80px); line-height: 0.96; letter-spacing: -0.03em; }
.how-head h2 em { font-style: italic; color: var(--clay-dk); }
.steps { max-width: 1200px; margin: 0 auto; }
.step {
  display: grid; grid-template-columns: 120px 1fr auto; gap: 40px; align-items: center;
  padding: 36px 0; border-top: 1px solid var(--rule);
  transition: all 0.45s var(--ease);
}
.step:last-child { border-bottom: 1px solid var(--rule); }
.step:hover { padding-left: 12px; background: linear-gradient(90deg, rgba(211,103,62,.04), transparent 60%); }
.step .n { font-family: var(--display); font-style: italic; font-size: 76px; font-weight: 300; color: var(--clay); line-height: 0.9; }
.step h3 { font-family: var(--display); font-size: 34px; font-weight: 400; color: var(--plum); margin-bottom: 8px; }
.step p { font-size: 16px; color: var(--mid); line-height: 1.55; max-width: 620px; }
.step .arrow { font-size: 38px; color: var(--muted); opacity: 0; transform: translateX(-6px); transition: all 0.45s var(--ease); font-family: var(--display); }
.step:hover .arrow { opacity: 1; transform: translateX(0); color: var(--clay-dk); }
.how-cta { text-align: center; margin-top: 72px; }

/* COUPLES feature section (mirrors WORK in depth, on clay background) */
.couples-feature {
  padding: 140px 0;
  background: var(--clay);
  position: relative;
  overflow: hidden;
}
.couples-feature::before {
  content: '';
  position: absolute;
  top: -40%; right: -10%;
  width: 700px; height: 700px;
  background: radial-gradient(circle, rgba(248,243,231,.12), transparent 60%);
  pointer-events: none;
}
.couples-feature-inner {
  max-width: 820px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
.couples-feature h2 {
  color: var(--milk);
  font-size: clamp(36px, 4.4vw, 62px);
  line-height: 1;
  letter-spacing: -0.025em;
  margin: 22px 0 32px;
}
.couples-feature h2 em { font-style: italic; color: #fff; }
.couples-feature p {
  font-size: 17px;
  line-height: 1.7;
  margin-bottom: 20px;
  color: rgba(248,243,231,.9);
}
.couples-feature .pullquote { color: var(--milk); }
.couples-feature .pullquote::before { background: var(--clay-soft); }
.couples-feature .pullquote cite { color: rgba(248,243,231,.6); }
.couples-feature .help-title { color: rgba(248,243,231,.7); }
.couples-feature .help-grid { border-top-color: rgba(248,243,231,.2); }
.couples-feature .help-grid .item {
  color: rgba(248,243,231,.92);
  border-bottom-color: rgba(248,243,231,.2);
}
.couples-feature .help-grid .item:nth-child(odd) { border-right-color: rgba(248,243,231,.2); }
.couples-feature .help-grid .item .idx { color: var(--clay-soft); }
.couples-feature .text-link {
  color: var(--milk);
  border-bottom-color: rgba(248,243,231,.4);
}
.couples-feature .text-link:hover {
  color: var(--clay-soft);
  border-bottom-color: var(--clay-soft);
}

/* Responsive */
@media (max-width: 1040px) {
  .hero-inner { grid-template-columns: 1fr; gap: 48px; }
  .hero-figure { max-width: 460px; margin: 0 auto; }
  .hero-lead { max-width: 100%; }
  .change-head, .change-body { grid-template-columns: 1fr; gap: 32px; }
  .work-inner, .meet-inner { grid-template-columns: 1fr; gap: 56px; }
  .meet-figure { max-width: 400px; margin: 0 auto; }
  .change, .work, .meet, .how, .couples-feature { padding: 96px 0; }
  .step { grid-template-columns: 70px 1fr; gap: 24px; }
  .step .n { font-size: 48px; }
  .step .arrow { display: none; }
  .help-grid { grid-template-columns: 1fr; }
  .help-grid .item:nth-child(odd) { border-right: none; padding-right: 0; }
  .help-grid .item:nth-child(even) { padding-left: 0; }
}
@media (max-width: 640px) {
  .hero h1 { font-size: 52px; }
  .hero-actions { flex-direction: column; align-items: flex-start; gap: 16px; }
  .closer { padding: 28px 24px; }
}
