:root {
  --bg: #f8f3e9; --card: #fffdf7; --ink: #193744; --muted: #52676d;
  --lagoon: #2a7778; --lagoon-deep: #206568; --coral: #bd4534;
  --line: #dedfd2; --shadow: 0 16px 40px #19374412; color-scheme: light;
}
* { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; scroll-padding-top: 24px; }
body { margin: 0; background: var(--bg); color: var(--ink); font: 17px/1.65 ui-rounded, "SF Pro Rounded", system-ui, -apple-system, "Segoe UI", sans-serif; }
a { color: var(--lagoon-deep); text-underline-offset: 4px; }
a:hover { color: var(--coral); }
a:focus-visible { outline: 3px solid var(--coral); outline-offset: 5px; border-radius: 4px; }
.wrap { max-width: 1240px; margin: 0 auto; padding: 0 28px; }
header.site { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 22px 4px; }
.brand { display: inline-flex; align-items: center; gap: 11px; font-weight: 850; font-size: 23px; color: var(--ink); text-decoration: none; letter-spacing: -.7px; }
.brand img { width: 42px; height: 42px; border-radius: 13px; }
nav { display: flex; align-items: center; gap: 26px; }
nav a { display: inline-flex; align-items: center; gap: 7px; min-height: 44px; font-size: 15px; font-weight: 700; text-decoration: none; }
.skip-link { position: absolute; top: -100px; left: 20px; background: var(--card); padding: 10px 18px; z-index: 10; }
.skip-link:focus { top: 10px; }
.hero { position: relative; isolation: isolate; display: flex; align-items: center; min-height: 614px; overflow: hidden; border-radius: 32px; background: #133b51; box-shadow: var(--shadow); color: #fffaf0; }
.hero-landscape { position: absolute; inset: 0; z-index: -3; width: 100%; height: 100%; object-fit: cover; object-position: 53% center; }
.hero::before { content: ""; position: absolute; inset: 0; z-index: -2; background: linear-gradient(90deg, #092d41ec 0%, #0c3347d4 36%, #183f521c 76%), linear-gradient(0deg, #072c454d, transparent 50%); }
.hero-copy { width: 57%; max-width: 650px; padding: 54px 0 58px 58px; position: relative; z-index: 2; }
.eyebrow { margin: 0 0 17px; font-size: 13px; font-weight: 750; letter-spacing: .035em; }
.hero .eyebrow { color: #d0e8db; }
.hero .eyebrow span { color: #ffe0a2; padding-right: 7px; }
h1 { margin: 0 0 22px; font-size: clamp(45px, 5.7vw, 76px); line-height: 1.02; letter-spacing: -.045em; font-weight: 850; }
.coral-dot { color: #ff9d80; }
.lede { color: var(--muted); margin: 0 0 24px; }
.hero .lede { max-width: 365px; margin-bottom: 27px; font-size: 17px; line-height: 1.65; color: #ecf2ee; }
.button { display: inline-flex; align-items: center; gap: 34px; min-height: 51px; padding: 12px 23px; background: #fff8e8; color: #183945; border-radius: 999px; font-weight: 800; text-decoration: none; box-shadow: 0 4px 0 #0002; transition: transform .15s ease, background .15s ease; }
.button:hover { color: #183945; background: #ffdfb3; transform: translateY(-2px); }
.button:focus-visible { outline-color: #ffd19f; }
.availability { font-size: 13px; margin: 15px 0 0; font-weight: 650; color: #d9e6e2; }
.hero-character { position: absolute; width: 54%; height: auto; right: -1%; bottom: 40px; filter: drop-shadow(0 23px 15px #06263740); }
.scene-note { position: absolute; bottom: 24px; right: 35px; color: #fff8eb; font-size: 11px; letter-spacing: .02em; text-shadow: 0 1px 5px #103748; }
.how-to { padding: 79px 28px 69px; }
.section-heading { text-align: center; }
.section-heading .eyebrow, .village-copy .eyebrow { color: var(--lagoon-deep); }
h2 { margin: 0 0 17px; font-size: clamp(30px, 3.5vw, 43px); line-height: 1.14; letter-spacing: -.035em; }
.section-heading > p:last-child { color: var(--muted); margin: 0; }
.features { display: grid; grid-template-columns: repeat(3, 1fr); gap: 40px; margin-top: 43px; }
.feature { padding: 0 12px; }
.step { display: inline-grid; place-items: center; width: 38px; height: 38px; margin-bottom: 14px; border-radius: 50%; background: #e3ece0; color: var(--lagoon-deep); font-size: 13px; font-weight: 800; }
.feature:nth-child(2) .step { background: #f8ded0; color: #913725; }
.feature:nth-child(3) .step { background: #eee5ca; color: #6a532a; }
.feature h3 { font-size: 21px; margin: 0 0 10px; letter-spacing: -.025em; }
.feature p { color: var(--muted); font-size: 15px; margin: 0; }
.village-preview { display: grid; grid-template-columns: .85fr 1.35fr; align-items: center; gap: 36px; padding: 42px; margin-bottom: 65px; border-radius: 28px; background: #e8eee2; }
.village-copy p:not(.eyebrow) { color: #445e61; font-size: 15px; }
.village-copy .quiet-note { font-weight: 650; font-size: 13px; margin-bottom: 0; }
figure { margin: 0; }
figure img { display: block; width: 100%; height: auto; border: 5px solid #fffaf1; border-radius: 19px; box-shadow: 0 14px 28px #19374424; }
figcaption { text-align: center; font-size: 12px; color: #52676d; padding-top: 13px; }
.card { background: var(--card); border: 1px solid var(--line); border-radius: 18px; padding: 22px 24px; box-shadow: var(--shadow); }
.card h2, .card h3 { margin: 0 0 6px; font-size: 18px; }
.card p { margin: 0; color: var(--muted); }
main.page { max-width: 780px; margin: 24px auto 0; padding: 16px 0 55px; }
main.page h1 { font-size: clamp(34px, 6vw, 46px); }
.faq { display: grid; gap: 14px; margin: 24px 0; }
footer.site { border-top: 1px solid var(--line); padding: 26px 4px 33px; color: var(--muted); font-size: 13px; }
footer.site a { display: inline-flex; align-items: center; min-height: 38px; margin-right: 20px; }
footer.site p { margin: 8px 0 0; }
@media (max-width: 900px) {
  .hero { min-height: 540px; }
  .hero-copy { padding-left: 35px; width: 58%; }
  .hero-character { width: 54%; right: -4%; bottom: 66px; }
  .hero .lede { font-size: 15px; max-width: 300px; }
  .hero .eyebrow { font-size: 11px; }
  .features { gap: 20px; }
  .how-to { padding-inline: 5px; }
  .village-preview { grid-template-columns: 1fr; gap: 25px; }
  .village-copy { max-width: 580px; }
  .village-copy h2 br { display: none; }
}
@media (max-width: 600px) {
  .wrap { padding: 0 16px; }
  header.site { padding: 15px 0; gap: 12px; }
  .brand { font-size: 20px; gap: 8px; }
  .brand img { width: 34px; height: 34px; border-radius: 10px; }
  nav { gap: 14px; }
  nav a { font-size: 13px; }
  .home-page nav a:first-child { display: none; }
  .hero { display: block; min-height: auto; border-radius: 24px; padding-bottom: 310px; }
  .hero-copy { width: 100%; padding: 33px 26px 0; }
  h1 { font-size: clamp(39px, 10.5vw, 59px); margin-bottom: 17px; }
  .hero .eyebrow { font-size: 11px; margin-bottom: 16px; }
  .hero .lede { max-width: 355px; margin-bottom: 22px; }
  .hero::before { background: linear-gradient(180deg, #092d41f2 0%, #0c3347de 42%, #183f520a 80%); }
  .hero-landscape { object-position: 64% center; }
  .hero-character { width: 330px; max-width: 95%; bottom: 18px; right: -8px; }
  .scene-note { display: none; }
  .how-to { padding: 51px 8px 43px; }
  .section-heading .eyebrow { font-size: 11px; }
  .section-heading > p:last-child { font-size: 15px; }
  .features { grid-template-columns: 1fr; gap: 27px; margin-top: 32px; }
  .feature { display: grid; grid-template-columns: 38px 1fr; column-gap: 16px; padding: 0; }
  .step { grid-row: 1 / 3; }
  .feature h3 { font-size: 19px; margin-bottom: 5px; }
  .village-preview { padding: 27px 20px 22px; border-radius: 23px; margin-bottom: 37px; gap: 22px; }
  .village-preview h2 { font-size: 31px; }
  .village-preview .eyebrow { font-size: 11px; }
  figure img { border-width: 3px; border-radius: 12px; }
  figcaption { font-size: 11px; }
  footer.site { font-size: 12px; }
  footer.site a { margin-right: 12px; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .button { transition: none; }
}
