:root {
  --navy: #173a5e;
  --navy-deep: #102940;
  --blue: #275f8f;
  --cream: #f8f3e8;
  --paper: #fffdf8;
  --ink: #17212a;
  --muted: #56616a;
  --berry: #a33a5b;
  --gold: #d49b2c;
  --green: #3d755d;
  --plum: #715078;
  --line: #d9d2c5;
  --shadow: 0 18px 45px rgba(17, 42, 64, .12);
  --body-size: 19px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 92px; }
body { margin: 0; color: var(--ink); background: var(--cream); font: 400 var(--body-size)/1.6 Arial, "Segoe UI", sans-serif; }
body.text-large { --body-size: 22px; }
a, button { -webkit-tap-highlight-color: transparent; }
a:focus-visible, button:focus-visible { outline: 4px solid #f2be48; outline-offset: 4px; }
.skip-link { position: fixed; z-index: 100; top: 10px; left: 10px; padding: 12px 18px; color: #fff; background: var(--navy); transform: translateY(-150%); }
.skip-link:focus { transform: translateY(0); }

.site-header { min-height: 86px; display: flex; align-items: center; justify-content: space-between; gap: 24px; padding: 14px max(24px, 6vw); color: #fff; background: var(--navy-deep); }
.brand { display: inline-flex; align-items: center; gap: 11px; color: inherit; text-decoration: none; font-size: 25px; font-weight: 800; letter-spacing: -.8px; }
.brand b { color: #ffd36b; font-weight: 800; }
.brand-heart { width: 44px; height: 44px; display: grid; place-items: center; border-radius: 50%; color: var(--navy-deep); background: #ffd36b; }
.header-actions { display: flex; align-items: center; gap: 22px; }
.text-size { display: flex; gap: 6px; }
.text-size button { min-width: 48px; min-height: 48px; border: 2px solid #ffffff75; border-radius: 8px; color: #fff; background: transparent; font: 700 18px Arial, sans-serif; cursor: pointer; }
.text-size button[aria-pressed="true"] { color: var(--navy-deep); background: #ffd36b; border-color: #ffd36b; }
.header-link { min-height: 48px; display: inline-flex; align-items: center; gap: 10px; color: #fff; font-weight: 700; text-underline-offset: 5px; }

.hero { min-height: 690px; display: grid; grid-template-columns: 1.05fr .95fr; align-items: center; gap: 5vw; overflow: hidden; padding: 80px max(24px, 8vw); color: #fff; background: var(--navy); }
.hero-copy { position: relative; z-index: 2; max-width: 760px; }
.eyebrow { margin: 0 0 18px; color: #b9d8ef; font-size: .72em; font-weight: 800; letter-spacing: .13em; }
.eyebrow span { display: inline-block; width: 36px; height: 3px; margin-right: 10px; vertical-align: middle; background: #ffd36b; }
h1, h2, h3, p { overflow-wrap: break-word; }
h1, h2 { font-family: Georgia, "Times New Roman", serif; }
h1 { margin: 0; font-size: clamp(52px, 6.8vw, 98px); font-weight: 700; line-height: .98; letter-spacing: -.045em; }
h1 em { color: #ffd36b; font-weight: 400; }
.hero-intro { max-width: 680px; margin: 30px 0; color: #e4edf3; font-size: 1.08em; line-height: 1.65; }
.primary-cta { min-height: 68px; display: inline-flex; align-items: center; justify-content: space-between; gap: 35px; padding: 16px 22px; border-radius: 8px; color: var(--navy-deep); background: #ffd36b; box-shadow: 0 12px 26px #071b2a55; text-decoration: none; font-weight: 800; transition: transform .2s ease, background .2s ease; }
.primary-cta:hover { background: #ffe097; transform: translateY(-3px); }
.hero-note { max-width: 600px; margin: 22px 0 0; color: #b9cad6; font-size: .72em; }
.hero-art { position: relative; min-height: 510px; }
.sun { position: absolute; width: 380px; height: 380px; right: -60px; top: -30px; border-radius: 50%; background: #e8af38; opacity: .94; }
.portrait { position: absolute; display: grid; place-items: center; border: 8px solid var(--paper); border-radius: 50%; color: #fff; box-shadow: var(--shadow); font-family: Georgia, serif; font-size: 78px; font-weight: 700; }
.portrait small { position: absolute; bottom: 18px; font: 700 14px Arial, sans-serif; letter-spacing: .06em; }
.portrait-one { width: 250px; height: 250px; left: 1%; top: 28px; background: var(--berry); }
.portrait-two { width: 215px; height: 215px; right: 2%; bottom: 10px; background: var(--blue); }
.portrait-three { width: 165px; height: 165px; left: 22%; bottom: 5px; background: var(--green); font-size: 60px; }
.heart-line { position: absolute; right: 8%; top: 16px; color: #fff; font-size: 68px; transform: rotate(9deg); }
.hero-art > p { position: absolute; left: 0; bottom: 0; margin: 0; padding: 14px 18px; border-left: 5px solid #ffd36b; color: #dce9f2; background: #102940e8; font-size: 14px; line-height: 1.45; letter-spacing: .08em; }

.comfort { display: grid; grid-template-columns: repeat(3, 1fr); max-width: 1180px; margin: -34px auto 0; position: relative; z-index: 3; color: var(--ink); background: var(--paper); box-shadow: var(--shadow); }
.comfort > div { display: flex; align-items: center; gap: 17px; min-height: 120px; padding: 24px 30px; border-right: 1px solid var(--line); }
.comfort > div:last-child { border-right: 0; }
.comfort span { flex: 0 0 auto; width: 55px; height: 55px; display: grid; place-items: center; border-radius: 50%; color: #fff; background: var(--navy); font-weight: 800; }
.comfort p { margin: 0; font-size: .78em; line-height: 1.45; }
.comfort strong { font-size: 1.13em; }

.selection { max-width: 1220px; margin: auto; padding: 120px 24px 95px; }
.section-heading { max-width: 850px; margin-bottom: 50px; }
.section-heading .eyebrow { color: var(--blue); }
.section-heading h2 { margin: 0; font-size: clamp(45px, 5vw, 72px); line-height: 1.02; letter-spacing: -.04em; }
.section-heading > p:last-child { max-width: 700px; color: var(--muted); font-size: .96em; }
.offer-list { display: grid; gap: 22px; }
.offer-card { --accent: var(--berry); display: grid; grid-template-columns: 60px 125px 1fr 265px; align-items: center; gap: 25px; min-height: 230px; padding: 30px; border: 1px solid var(--line); border-left: 10px solid var(--accent); border-radius: 14px; background: var(--paper); box-shadow: 0 9px 26px rgba(31, 47, 60, .08); }
.offer-card.accent-gold { --accent: var(--gold); }
.offer-card.accent-blue { --accent: var(--blue); }
.offer-card.accent-green { --accent: var(--green); }
.offer-card.accent-plum { --accent: var(--plum); }
.offer-index { align-self: start; color: var(--accent); font-weight: 800; }
.offer-symbol { width: 118px; height: 118px; display: grid; place-items: center; border-radius: 50%; color: #fff; background: var(--accent); font: 700 52px Georgia, serif; box-shadow: inset 0 0 0 7px #ffffff55; }
.offer-type { margin: 0; color: var(--accent); font-size: .65em; font-weight: 800; letter-spacing: .09em; }
.offer-copy h3 { margin: 4px 0 8px; font: 700 clamp(31px, 3vw, 44px)/1 Georgia, serif; }
.offer-copy > p:not(.offer-type) { margin: 0 0 13px; color: var(--muted); font-size: .86em; line-height: 1.55; }
.offer-copy ul { display: flex; flex-wrap: wrap; gap: 8px; margin: 0; padding: 0; list-style: none; }
.offer-copy li { padding: 5px 10px; border-radius: 999px; color: var(--navy); background: #e8f0f5; font-size: .66em; font-weight: 700; }
.offer-cta { min-height: 70px; display: flex; align-items: center; justify-content: space-between; gap: 15px; padding: 15px 20px; border-radius: 8px; color: #fff; background: var(--navy-deep); text-decoration: none; font-size: .82em; font-weight: 800; transition: transform .2s ease, background .2s ease; }
.offer-cta:hover { background: var(--accent); transform: translateX(4px); }
.offer-cta span { font-size: 1.5em; }

.steps { padding: 100px max(24px, calc((100vw - 1172px) / 2)); color: #fff; background: var(--navy-deep); }
.steps .section-heading .eyebrow { color: #b9d8ef; }
.steps ol { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; margin: 0; padding: 0; list-style: none; }
.steps li { display: flex; gap: 18px; padding: 30px; border: 1px solid #ffffff30; border-radius: 12px; background: #ffffff0a; }
.steps li > span { flex: 0 0 auto; width: 48px; height: 48px; display: grid; place-items: center; border-radius: 50%; color: var(--navy-deep); background: #ffd36b; font-weight: 800; }
.steps h3 { margin: 0 0 8px; font: 700 1.25em Georgia, serif; }
.steps li p { margin: 0; color: #cbd9e3; font-size: .84em; }

.safety { max-width: 1172px; display: grid; grid-template-columns: 100px 1fr 1.25fr; align-items: center; gap: 35px; margin: 90px auto; padding: 40px; border: 2px solid #c7ad6f; border-radius: 16px; background: #fffaf0; }
.safety-icon { width: 90px; height: 90px; display: grid; place-items: center; border-radius: 50%; color: #fff; background: var(--berry); font-size: 38px; }
.safety .eyebrow { margin-bottom: 7px; color: var(--berry); }
.safety h2 { margin: 0; font-size: clamp(34px, 4vw, 54px); line-height: 1; }
.safety > p { margin: 0; color: var(--muted); font-size: .87em; }

footer { display: grid; grid-template-columns: 220px 1fr auto; align-items: center; gap: 35px; padding: 42px max(24px, 6vw); color: #c9d7e0; background: #0b2032; font-size: .72em; }
.footer-brand { color: #fff; font-size: 24px; font-weight: 800; }
.footer-brand span { display: block; color: #ffd36b; font-size: 13px; }
footer p { max-width: 760px; margin: 0; }
footer a { min-height: 48px; display: inline-flex; align-items: center; color: #fff; font-weight: 700; text-underline-offset: 5px; }

.reveal { opacity: 1; transform: none; }

@media (max-width: 980px) {
  .hero { grid-template-columns: 1fr; padding-top: 68px; }
  .hero-art { max-width: 640px; width: 100%; margin: auto; }
  .comfort { margin: 0; grid-template-columns: 1fr; }
  .comfort > div { min-height: 95px; border-right: 0; border-bottom: 1px solid var(--line); }
  .offer-card { grid-template-columns: 46px 105px 1fr; }
  .offer-symbol { width: 100px; height: 100px; }
  .offer-cta { grid-column: 2 / -1; width: 100%; }
  .steps ol { grid-template-columns: 1fr; }
  .safety { grid-template-columns: 90px 1fr; margin: 60px 24px; }
  .safety > p { grid-column: 1 / -1; }
  footer { grid-template-columns: 1fr; }
}

@media (max-width: 640px) {
  .site-header { align-items: flex-start; padding: 12px 16px; }
  .brand { font-size: 21px; }
  .brand-heart { width: 40px; height: 40px; }
  .header-link { display: none; }
  .header-actions { gap: 8px; }
  .text-size button { min-width: 44px; min-height: 44px; }
  .hero { min-height: auto; padding: 70px 20px 55px; }
  h1 { font-size: clamp(40px, 11.6vw, 54px); overflow-wrap: anywhere; }
  .hero-intro { font-size: 1em; }
  .primary-cta { width: 100%; }
  .hero-art { min-height: 390px; margin-top: 30px; }
  .sun { width: 260px; height: 260px; }
  .portrait { border-width: 6px; }
  .portrait-one { width: 180px; height: 180px; font-size: 62px; }
  .portrait-two { width: 150px; height: 150px; font-size: 50px; }
  .portrait-three { width: 118px; height: 118px; font-size: 40px; left: 19%; }
  .portrait small { bottom: 10px; font-size: 11px; }
  .heart-line { font-size: 50px; }
  .hero-art > p { font-size: 11px; }
  .selection { padding: 80px 16px 65px; }
  .section-heading { margin-bottom: 35px; }
  .section-heading h2 { font-size: 43px; }
  .offer-card { grid-template-columns: 42px 1fr; gap: 16px; min-height: 0; padding: 22px 18px; border-left-width: 7px; }
  .offer-symbol { width: 88px; height: 88px; font-size: 40px; }
  .offer-copy { grid-column: 1 / -1; }
  .offer-cta { grid-column: 1 / -1; min-height: 68px; font-size: .9em; }
  .offer-copy ul { display: grid; grid-template-columns: 1fr; }
  .offer-copy li { border-radius: 7px; }
  .steps { padding: 75px 16px; }
  .steps li { padding: 24px 20px; }
  .safety { grid-template-columns: 1fr; gap: 20px; margin: 48px 16px; padding: 28px 22px; }
  .safety > p { grid-column: auto; }
}

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