:root {
  --canvas: #fbf8f3;
  --surface: #ffffff;
  --ink: #1c2a35;
  --muted: #5b6872;
  --navy: #17324d;
  --rose: #8b3f5a;
  --rose-dark: #6f2f45;
  --rose-soft: #f3e5e9;
  --sand: #eee5da;
  --line: #0a6b3d;
  --line-dark: #075631;
  --gold: #b38a4a;
  --border: #d9d3cb;
  --focus: #155eef;
  --shadow: 0 22px 60px rgba(28, 42, 53, .12);
  --content: 1120px;
  --reading: 760px;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--canvas);
  color: var(--ink);
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Yu Gothic", sans-serif;
  font-size: 17px;
  line-height: 1.9;
  -webkit-font-smoothing: antialiased;
}
img { display: block; max-width: 100%; height: auto; }
a { color: var(--rose-dark); text-underline-offset: .22em; }
a:focus-visible, summary:focus-visible { outline: 3px solid var(--focus); outline-offset: 4px; }
h1, h2 { font-family: "Yu Mincho", "Hiragino Mincho ProN", "Noto Serif JP", serif; }
h1, h2, h3, p { margin-top: 0; }
h1 { margin-bottom: 24px; font-size: clamp(2.35rem, 6.5vw, 4.35rem); font-weight: 600; line-height: 1.25; letter-spacing: .01em; }
h2 { margin-bottom: 18px; font-size: clamp(1.85rem, 4vw, 2.8rem); font-weight: 600; line-height: 1.42; }
h3 { margin-bottom: 10px; font-size: 1.18rem; line-height: 1.5; }
p { margin-bottom: 0; }
.container { width: min(calc(100% - 40px), var(--content)); margin-inline: auto; }
.narrow { width: min(100%, var(--reading)); margin-inline: auto; }
.section { padding: 76px 0; }
.section-white { background: var(--surface); }
.section-sand { background: var(--sand); }
.section-rose { background: var(--rose-soft); }
.skip-link { position: fixed; top: -100px; left: 16px; z-index: 200; background: var(--navy); color: #fff; padding: 10px 16px; }
.skip-link:focus { top: 16px; }
.draft-banner { padding: 8px 20px; background: var(--navy); color: #fff; font-size: 12px; line-height: 1.5; text-align: center; }

.site-header { position: sticky; top: 0; z-index: 50; border-bottom: 1px solid rgba(217, 211, 203, .8); background: rgba(251, 248, 243, .96); backdrop-filter: blur(12px); }
.header-inner { min-height: 74px; display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.brand { color: var(--navy); line-height: 1.12; text-decoration: none; }
.brand-name { display: block; font-family: "Yu Mincho", serif; font-size: 25px; letter-spacing: .07em; }
.brand-tag { display: block; margin-top: 4px; color: var(--muted); font-size: 11px; }
.header-nav { display: flex; align-items: center; gap: 24px; }
.header-nav > a:not(.header-cta) { display: none; color: var(--ink); font-size: 14px; font-weight: 700; text-decoration: none; }
.header-cta { border: 1px solid var(--line); border-radius: 999px; padding: 7px 14px; color: var(--line-dark); font-size: 13px; font-weight: 800; text-decoration: none; }

.hero { position: relative; overflow: hidden; padding: 58px 0 72px; }
.hero::before { content: ""; position: absolute; width: 430px; height: 430px; top: -250px; right: -200px; border-radius: 50%; background: var(--rose-soft); }
.hero-grid { position: relative; display: grid; gap: 34px; align-items: center; }
.eyebrow { margin-bottom: 12px; color: var(--rose); font-size: 12px; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }
.hero h1 strong { color: var(--rose-dark); font-weight: inherit; text-decoration: underline; text-decoration-color: rgba(179, 138, 74, .58); text-decoration-thickness: .14em; text-underline-offset: .14em; }
.hero-lead { color: #394752; font-size: 1.03rem; }
.cta-block { margin-top: 28px; }
.button { display: inline-flex; min-height: 58px; align-items: center; justify-content: center; border-radius: 12px; padding: 15px 22px; font-weight: 800; line-height: 1.45; text-align: center; text-decoration: none; transition: background-color .18s ease, box-shadow .18s ease; }
.button-line { width: 100%; background: var(--line); color: #fff; box-shadow: 0 12px 28px rgba(10, 107, 61, .2); }
.button-line::before { content: "LINE"; display: inline-grid; width: 36px; height: 25px; place-items: center; margin-right: 10px; border: 1px solid rgba(255,255,255,.65); border-radius: 999px; font-size: 9px; }
.button-line:hover { background: var(--line-dark); }
.cta-note { margin-top: 9px; color: var(--muted); font-size: 13px; line-height: 1.6; text-align: center; }
.secondary-link { display: inline-block; margin-top: 15px; font-size: 14px; font-weight: 800; }
.media-card { position: relative; overflow: hidden; margin: 0; border: 1px solid var(--border); border-radius: 24px; background: var(--sand); box-shadow: var(--shadow); }
.media-card img { width: 100%; object-fit: cover; }
.hero-media img { aspect-ratio: 4 / 5; }
.media-card figcaption { position: absolute; right: 12px; bottom: 12px; border-radius: 6px; background: rgba(23, 50, 77, .86); color: #fff; padding: 5px 8px; font-size: 11px; line-height: 1.4; }

.trust-strip { border-block: 1px solid var(--border); background: var(--surface); }
.trust-grid { display: grid; grid-template-columns: 1fr 1fr; }
.trust-grid p { display: grid; min-height: 94px; place-content: center; padding: 14px; text-align: center; border-right: 1px solid var(--border); border-bottom: 1px solid var(--border); }
.trust-grid p:nth-child(even) { border-right: 0; }
.trust-grid p:nth-last-child(-n+2) { border-bottom: 0; }
.trust-grid strong { display: block; color: var(--navy); font-family: "Yu Mincho", serif; font-size: 17px; }
.trust-grid span { display: block; color: var(--muted); font-size: 11px; }

.section-heading { margin-bottom: 32px; }
.section-heading > p:last-child { color: var(--muted); }
.check-list { display: grid; gap: 12px; margin: 0; padding: 0; list-style: none; }
.check-list li { position: relative; border: 1px solid var(--border); border-radius: 13px; background: var(--surface); padding: 17px 18px 17px 49px; }
.check-list li::before { content: "✓"; position: absolute; top: 16px; left: 19px; color: var(--rose); font-weight: 900; }
.bridge-copy { margin-top: 24px; border-left: 3px solid var(--gold); padding-left: 18px; color: var(--navy); font-family: "Yu Mincho", serif; font-size: 1.16rem; font-weight: 600; }
.card-grid { display: grid; gap: 16px; }
.info-card { border: 1px solid var(--border); border-radius: 18px; background: var(--surface); padding: 24px; }
.info-card p { color: var(--muted); font-size: 15px; line-height: 1.76; }
.card-icon { display: inline-grid; width: 42px; height: 42px; place-items: center; margin-bottom: 14px; border-radius: 50%; background: var(--rose-soft); color: var(--rose-dark); font-family: "Yu Mincho", serif; font-weight: 800; }

.diagnosis-section { background: linear-gradient(135deg, var(--rose-soft), var(--canvas)); }
.diagnosis-panel { display: grid; gap: 30px; border: 1px solid rgba(139, 63, 90, .26); border-radius: 26px; background: var(--surface); padding: 28px 22px; box-shadow: var(--shadow); }
.tag-list { display: flex; flex-wrap: wrap; gap: 8px; margin: 22px 0 26px; padding: 0; list-style: none; }
.tag-list li { border-radius: 999px; background: var(--rose-soft); color: var(--rose-dark); padding: 6px 12px; font-size: 12px; font-weight: 800; }
.diagnosis-media img { aspect-ratio: 3 / 2; }
.legal-note { margin-top: 13px; color: var(--muted); font-size: 12px; line-height: 1.7; }

.support-grid { display: grid; gap: 32px; align-items: center; }
.support-grid .media-card img { aspect-ratio: 3 / 2; }
.step-list, .flow-list { display: grid; gap: 14px; margin: 0; padding: 0; list-style: none; counter-reset: steps; }
.step-list li, .flow-list li { counter-increment: steps; display: grid; grid-template-columns: 46px 1fr; gap: 14px; align-items: start; border: 1px solid var(--border); border-radius: 14px; background: var(--surface); padding: 18px; }
.step-list li::before, .flow-list li::before { content: counter(steps); display: grid; width: 42px; height: 42px; place-items: center; border-radius: 50%; background: var(--navy); color: #fff; font-weight: 800; }
.step-list strong, .flow-list strong { display: block; }
.step-list span, .flow-list span { display: block; margin-top: 4px; color: var(--muted); font-size: 14px; line-height: 1.7; }
.section-link { margin-top: 25px; font-weight: 800; }

.counselor-grid { display: grid; gap: 34px; align-items: center; }
.portrait-placeholder { display: grid; min-height: 390px; place-items: center; border: 1px dashed var(--rose); border-radius: 24px; background: rgba(255,255,255,.55); color: var(--rose-dark); font-weight: 800; text-align: center; }
.counselor-name { margin: 22px 0; color: var(--navy); font-family: "Yu Mincho", serif; font-size: 29px; line-height: 1.35; }
.counselor-name span { display: block; margin-bottom: 5px; color: var(--rose); font-family: sans-serif; font-size: 12px; font-weight: 800; }
blockquote { margin: 24px 0; border-left: 3px solid var(--rose); background: rgba(255,255,255,.72); padding: 20px; font-family: "Yu Mincho", serif; }
.counselor-portrait { position: relative; margin: 0; overflow: hidden; border: 1px solid #eadde1; background: #e8e2e2; }
.counselor-portrait img { width: 100%; aspect-ratio: 1 / 1; object-fit: cover; }
.counselor-portrait figcaption { position: absolute; right: 9px; bottom: 7px; background: rgba(83,43,59,.76); color: #fff; padding: 3px 7px; font-family: sans-serif; font-size: 9px; }

.price-grid { display: grid; gap: 16px; }
.price-card { border: 1px solid var(--border); border-radius: 18px; background: var(--surface); padding: 24px; }
.price-card-focus { border: 2px solid var(--rose); }
.plan-for { min-height: 50px; color: var(--muted); font-size: 13px; line-height: 1.6; }
.price-card dl { display: grid; grid-template-columns: 1fr auto; gap: 8px 14px; margin: 20px 0 0; }
.price-card dt { color: var(--muted); }
.price-card dd { margin: 0; font-weight: 800; }
.price-note { margin-top: 24px; color: var(--muted); font-size: 13px; line-height: 1.75; }

.faq-list details { border-top: 1px solid var(--border); padding: 19px 0; }
.faq-list details:last-child { border-bottom: 1px solid var(--border); }
.faq-list summary { min-height: 44px; cursor: pointer; color: var(--navy); font-weight: 800; }
.faq-list details p { color: var(--muted); font-size: 15px; }

.final-section { position: relative; overflow: hidden; min-height: 590px; display: grid; align-items: center; background: var(--navy); color: #fff; }
.final-bg { position: absolute; inset: 0; }
.final-bg::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(15,34,52,.96), rgba(15,34,52,.74)); }
.final-bg img { width: 100%; height: 100%; object-fit: cover; }
.final-content { position: relative; z-index: 1; padding-block: 78px; }
.final-content h2 { max-width: 780px; }
.final-content > p:not(.eyebrow):not(.cta-note) { max-width: 650px; color: #e2e8ed; }
.final-content .button { margin-top: 28px; }
.final-content .cta-note { max-width: 430px; color: #d2dce4; }

.site-footer { background: #0f2234; color: #fff; padding: 48px 0 90px; }
.footer-grid { display: grid; gap: 30px; }
.footer-brand { margin-bottom: 8px; font-family: "Yu Mincho", serif; font-size: 27px; }
.site-footer p { color: #d2dce4; font-size: 14px; }
.footer-links { display: flex; flex-wrap: wrap; gap: 10px 20px; align-content: start; }
.footer-links a { color: #fff; font-size: 13px; }
.footer-bottom { display: flex; flex-direction: column; gap: 10px; margin-top: 32px; border-top: 1px solid rgba(255,255,255,.16); padding-top: 20px; color: #b7c4ce; }
.sticky-cta { position: fixed; right: 12px; bottom: 12px; left: 12px; z-index: 90; border-radius: 12px; background: var(--line); color: #fff; padding: 13px 18px; box-shadow: 0 12px 30px rgba(0,0,0,.25); font-weight: 800; text-align: center; text-decoration: none; }
.sticky-cta[hidden] { display: none; }

@media (min-width: 640px) {
  .button-line { width: auto; min-width: 430px; }
  .cta-note { max-width: 430px; text-align: left; }
  .four-grid, .two-grid { grid-template-columns: 1fr 1fr; }
  .diagnosis-panel { padding: 42px; }
  .footer-bottom { flex-direction: row; justify-content: space-between; }
  .sticky-cta { right: 24px; bottom: 24px; left: auto; min-width: 250px; }
}

@media (min-width: 840px) {
  body { font-size: 18px; }
  .section { padding: 104px 0; }
  .header-nav > a:not(.header-cta) { display: inline; }
  .hero { padding: 88px 0 104px; }
  .hero-grid { grid-template-columns: 1.08fr .92fr; gap: 64px; }
  .hero-media img { aspect-ratio: 3 / 4; }
  .trust-grid { grid-template-columns: repeat(4, 1fr); }
  .trust-grid p { border-bottom: 0; }
  .trust-grid p:nth-child(even) { border-right: 1px solid var(--border); }
  .trust-grid p:last-child { border-right: 0; }
  .check-list { grid-template-columns: 1fr 1fr; }
  .diagnosis-panel { grid-template-columns: 1.08fr .92fr; gap: 56px; align-items: center; }
  .support-grid { grid-template-columns: .95fr 1.05fr; gap: 56px; }
  .counselor-grid { grid-template-columns: .72fr 1.28fr; gap: 70px; }
  .price-grid { grid-template-columns: repeat(3, 1fr); }
  .footer-grid { grid-template-columns: 1fr 1.4fr; }
}

@media (min-width: 1040px) {
  .four-grid { grid-template-columns: repeat(4, 1fr); }
}

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

/* Reference-aligned female design — 2026-08-14 */
:root {
  --canvas: #fffaf7;
  --surface: #ffffff;
  --ink: #332b2e;
  --muted: #71666a;
  --navy: #24344a;
  --rose: #bd4f72;
  --rose-dark: #9f3d60;
  --rose-soft: #fbf0f3;
  --sand: #f7f2ed;
  --line: #36a853;
  --line-dark: #21863d;
  --gold: #ba8d55;
  --border: #eadde1;
  --shadow: 0 14px 38px rgba(93, 58, 68, .08);
  --content: 1180px;
  --reading: 820px;
}

body {
  background: var(--surface);
  color: var(--ink);
  font-family: "Yu Mincho", "Hiragino Mincho ProN", "Noto Serif JP", serif;
  font-size: 16px;
  line-height: 1.85;
}

h1, h2, h3 { letter-spacing: .055em; }
h1 { font-size: clamp(2.35rem, 4.7vw, 4rem); font-weight: 500; line-height: 1.42; }
h2 { font-size: clamp(1.75rem, 3vw, 2.55rem); font-weight: 500; line-height: 1.5; }
h3 { font-weight: 600; }
.container { width: min(calc(100% - 48px), var(--content)); }
.section { padding: 88px 0; }
.section-white { background: #fff; }
.section-sand { background: #faf7f3; }
.section-rose { background: #fff6f7; }
.eyebrow {
  margin-bottom: 10px;
  color: var(--rose);
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Noto Sans JP", sans-serif;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .16em;
}

.brand-ribbon {
  background: linear-gradient(90deg, #d97892, #b9466a);
  color: #fff;
  font-size: 14px;
  letter-spacing: .06em;
}
.brand-ribbon-inner {
  min-height: 32px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.draft-banner {
  border: 1px solid rgba(255,255,255,.5);
  border-radius: 999px;
  background: rgba(100, 25, 51, .2);
  padding: 2px 9px;
  color: #fff;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 10px;
  line-height: 1.5;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  border-bottom: 1px solid #eee6e8;
  background: rgba(255,255,255,.97);
  backdrop-filter: blur(10px);
}
.header-inner {
  width: min(calc(100% - 40px), 1380px);
  min-height: 74px;
  gap: 22px;
}
.brand { flex: 0 0 auto; color: #32292d; }
.brand-name {
  font-size: 28px;
  font-weight: 500;
  letter-spacing: .035em;
}
.brand-tag {
  margin-top: 2px;
  color: #76666c;
  font-size: 9px;
  letter-spacing: .2em;
  text-align: center;
}
.header-nav {
  flex: 1 1 auto;
  justify-content: center;
  gap: clamp(12px, 1.5vw, 25px);
}
.header-nav > a:not(.header-cta) {
  display: inline;
  color: #4f4548;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Noto Sans JP", sans-serif;
  font-size: 11px;
  font-weight: 600;
  white-space: nowrap;
}
.header-actions { display: flex; flex: 0 0 auto; gap: 9px; }
.header-cta {
  display: inline-flex;
  min-height: 36px;
  align-items: center;
  border-radius: 3px;
  padding: 7px 14px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Noto Sans JP", sans-serif;
  font-size: 11px;
  font-weight: 700;
  text-decoration: none;
}
.header-line { border-color: #7fc88f; color: #2c8f46; }
.header-line::before { content: "●"; margin-right: 6px; color: #37b558; font-size: 8px; }
.header-reserve { border-color: var(--rose); background: var(--rose); color: #fff; }

.hero {
  position: relative;
  display: grid;
  min-height: 590px;
  place-items: center;
  overflow: hidden;
  padding: 0;
  background: #fbf8f5;
}
.hero::before {
  content: "";
  position: absolute;
  z-index: 1;
  inset: 0;
  width: auto;
  height: auto;
  border-radius: 0;
  background: linear-gradient(90deg, rgba(255,255,255,.99) 0%, rgba(255,255,255,.96) 34%, rgba(255,255,255,.42) 52%, rgba(255,255,255,0) 69%);
}
.hero-visual { position: absolute; inset: 0; margin: 0; }
.hero-visual img { width: 100%; height: 100%; object-fit: cover; object-position: center; }
.hero-grid {
  position: relative;
  z-index: 2;
  display: block;
  width: min(calc(100% - 48px), 1180px);
}
.hero-copy { width: min(50%, 570px); padding: 54px 0 58px; }
.hero .eyebrow { margin-bottom: 16px; color: #6f5d62; font-size: 12px; letter-spacing: .08em; }
.hero h1 { margin-bottom: 18px; font-size: clamp(2.7rem, 4vw, 3.3rem); }
.hero h1 > span { white-space: nowrap; }
.hero h1 strong {
  color: var(--rose-dark);
  font-weight: inherit;
  text-decoration: none;
}
.hero-lead { color: #4b4144; font-size: 18px; line-height: 1.75; }
.hero-accent { margin-top: 4px; color: var(--rose); font-size: 16px; letter-spacing: .08em; }
.cta-block { display: grid; width: min(100%, 350px); gap: 10px; margin-top: 24px; }
.button {
  min-height: 52px;
  border: 1px solid transparent;
  border-radius: 4px;
  padding: 12px 19px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Noto Sans JP", sans-serif;
  font-size: 14px;
  letter-spacing: .03em;
  box-shadow: none;
}
.button-reserve { background: var(--rose); color: #fff; }
.button-reserve:hover { background: var(--rose-dark); }
.hero .button-line {
  width: 100%;
  border-color: var(--rose);
  background: rgba(255,255,255,.92);
  color: var(--rose-dark);
  box-shadow: none;
}
.button-line::before {
  width: 25px;
  height: 19px;
  margin-right: 9px;
  border: 0;
  background: var(--line);
  color: #fff;
  font-size: 7px;
}
.hero .button-line:hover { background: #fff4f6; }
.image-note {
  position: absolute;
  right: 12px;
  bottom: 8px;
  z-index: 2;
  color: rgba(44,36,39,.64);
  font-family: sans-serif;
  font-size: 9px;
}

.worries-section { background: linear-gradient(90deg, #fff 0 70%, #fff8f6 70%); }
.worries-grid,
.philosophy-grid {
  width: min(100%, 1380px);
  display: grid;
  grid-template-columns: 1.16fr .84fr;
  align-items: stretch;
}
.worries-copy { padding: 58px clamp(28px, 5vw, 80px) 52px 0; }
.worries-section h2,
.philosophy-section h2 { font-size: clamp(1.75rem, 2.6vw, 2.25rem); }
.section-heading { margin-bottom: 24px; }
.section-heading h2 { margin-bottom: 0; }
.check-list {
  grid-template-columns: 1fr 1fr;
  gap: 0 30px;
  border-top: 1px solid #eadfe2;
}
.check-list li {
  border: 0;
  border-bottom: 1px solid #eadfe2;
  border-radius: 0;
  background: transparent;
  padding: 13px 8px 13px 30px;
  font-size: 14px;
  line-height: 1.65;
}
.check-list li::before {
  top: 13px;
  left: 4px;
  display: grid;
  width: 17px;
  height: 17px;
  place-items: center;
  border: 1px solid #d68ca3;
  border-radius: 50%;
  font-size: 10px;
}
.bridge-copy {
  margin-top: 20px;
  border-left: 2px solid var(--rose);
  padding-left: 15px;
  color: var(--rose-dark);
  font-size: 15px;
}
.band-media { position: relative; min-height: 320px; margin: 0; overflow: hidden; }
.band-media img { width: 100%; height: 100%; object-fit: cover; }
.band-media figcaption {
  position: absolute;
  right: 9px;
  bottom: 6px;
  color: rgba(45,36,39,.64);
  font-family: sans-serif;
  font-size: 9px;
}

.philosophy-section { background: #fff8f5; }
.philosophy-grid { grid-template-columns: 1fr 1fr; }
.philosophy-copy {
  align-self: center;
  padding: 64px clamp(32px, 5.5vw, 86px) 64px 0;
}
.philosophy-copy h2 { color: var(--rose-dark); }
.philosophy-copy h2 strong { font-weight: inherit; }
.philosophy-copy > p:last-child { max-width: 620px; color: #5d5155; font-size: 15px; }

.reasons-section { padding: 60px 0 64px; background: #fff; text-align: center; }
.reasons-section .section-heading { margin-bottom: 35px; }
.reasons-section .section-heading > p:last-child { color: var(--muted); font-size: 14px; }
.reasons-section .card-grid { gap: 0; }
.reasons-section .info-card {
  min-height: 205px;
  border: 0;
  border-right: 1px solid #ede3e6;
  border-radius: 0;
  background: transparent;
  padding: 10px 26px;
  text-align: center;
}
.reasons-section .info-card:last-child { border-right: 0; }
.reasons-section .info-card p { font-size: 13px; line-height: 1.7; }
.reasons-section .card-icon {
  width: 64px;
  height: 64px;
  margin-bottom: 12px;
  border: 1px solid #df9bb0;
  background: transparent;
  color: var(--rose);
  font-size: 28px;
  font-weight: 400;
}
.reasons-section h3 { color: #54474b; font-size: 17px; }

.mid-cta { background: linear-gradient(90deg, #b9476c, #c85c7c); color: #fff; }
.mid-cta-inner {
  min-height: 112px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
}
.mid-cta p { font-size: 20px; letter-spacing: .08em; }
.mid-cta-actions { display: flex; gap: 10px; }
.mid-cta .button { min-width: 235px; }
.button-line-white { width: auto; background: var(--line); color: #fff; }
.button-reserve-outline { border-color: rgba(255,255,255,.76); background: transparent; color: #fff; }
.button-reserve-outline:hover { background: rgba(255,255,255,.1); }

/* Carry the same visual language through the long-form sections. */
.media-card,
.diagnosis-panel,
.info-card,
.price-card,
.step-list li,
.flow-list li,
.portrait-placeholder {
  border-radius: 5px;
  box-shadow: none;
}
.diagnosis-section { background: #fbf5f5; }
.diagnosis-panel { border-color: #ead7dd; padding: 44px; }
.diagnosis-panel .button-line { background: var(--line); color: #fff; }
.tag-list li { border: 1px solid #ead1d9; border-radius: 3px; background: #fff8fa; }
.step-list li, .flow-list li { border-width: 0 0 1px; padding: 17px 8px; }
.step-list li::before, .flow-list li::before { background: var(--rose); }
.counselor-name { color: var(--rose-dark); }
.price-card { border-color: #eadde1; }
.price-card-focus { border: 2px solid var(--rose); }
.faq-list summary { color: #5e3a47; }
.final-section { min-height: 500px; background: var(--rose-dark); }
.final-bg::after { background: linear-gradient(90deg, rgba(133,42,73,.97), rgba(133,42,73,.72)); }
.final-content .button-line { background: var(--line); color: #fff; }
.site-footer { background: #532b3b; }
.sticky-cta { border-radius: 4px; background: var(--line); }

@media (max-width: 1180px) {
  .header-nav { display: none; }
  .hero-copy { width: 56%; }
}

@media (max-width: 839px) {
  .container { width: min(calc(100% - 36px), var(--content)); }
  .brand-ribbon-inner { min-height: 29px; }
  .brand-ribbon { font-size: 12px; }
  .header-inner { min-height: 64px; }
  .header-reserve { display: none; }
  .brand-name { font-size: 24px; }
  .hero {
    display: flex;
    min-height: 0;
    flex-direction: column;
    background: #fffaf8;
  }
  .hero::before { display: none; }
  .hero-visual { position: relative; inset: auto; order: 2; width: 100%; height: min(92vw, 430px); }
  .hero-visual::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(255,250,248,.15), rgba(255,250,248,0) 28%);
  }
  .hero-visual img { object-position: center 26%; }
  .hero-grid { order: 1; width: min(calc(100% - 36px), 720px); }
  .hero-copy { width: 100%; padding: 44px 0 34px; }
  .hero h1 { font-size: clamp(2.1rem, 9.5vw, 3.15rem); line-height: 1.42; }
  .hero-lead { font-size: 16px; }
  .hero-accent { font-size: 14px; }
  .cta-block { width: 100%; max-width: 430px; }
  .button { width: 100%; min-width: 0; }
  .image-note { bottom: 5px; }
  .worries-grid,
  .philosophy-grid { width: 100%; grid-template-columns: 1fr; }
  .worries-copy,
  .philosophy-copy { padding: 54px 18px 46px; }
  .band-media { min-height: 300px; }
  .check-list { grid-template-columns: 1fr; }
  .reasons-section .four-grid { grid-template-columns: 1fr 1fr; }
  .reasons-section .info-card { border-right: 1px solid #ede3e6; border-bottom: 1px solid #ede3e6; padding: 20px; }
  .reasons-section .info-card:nth-child(even) { border-right: 0; }
  .reasons-section .info-card:nth-last-child(-n+2) { border-bottom: 0; }
  .mid-cta-inner { flex-direction: column; align-items: stretch; padding: 28px 0; text-align: center; }
  .mid-cta p { font-size: 17px; }
  .mid-cta-actions { flex-direction: column; }
  .mid-cta .button { min-width: 0; }
}

@media (max-width: 479px) {
  .draft-banner { display: none; }
  .header-line { padding-inline: 10px; font-size: 10px; }
  .hero-copy { padding-top: 36px; }
  .hero .eyebrow { font-size: 10px; }
  .hero-visual { height: 330px; }
  .worries-copy,
  .philosophy-copy { padding-inline: 18px; }
  .reasons-section .four-grid { grid-template-columns: 1fr; }
  .reasons-section .info-card,
  .reasons-section .info-card:nth-child(even),
  .reasons-section .info-card:nth-last-child(-n+2) { border-right: 0; border-bottom: 1px solid #ede3e6; }
  .reasons-section .info-card:last-child { border-bottom: 0; }
  .diagnosis-panel { padding: 28px 20px; }
}
