:root {
  --deep: #173c35;
  --deep-2: #0c2723;
  --ink: #192a26;
  --cream: #f3eadb;
  --paper: #fbf7ef;
  --sand: #e8dbc6;
  --muted: #65726d;
  --line: rgba(25, 42, 38, .16);
  --warm: #c96544;
  --warm-light: #efc875;
  --white: #fffdf8;
  --max: 1240px;
  --shadow: 0 24px 70px rgba(14, 38, 33, .14);
}

* { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: "Avenir Next", Avenir, "Helvetica Neue", Arial, sans-serif;
  font-size: 16px;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}

a { color: inherit; text-decoration: none; }
a:focus-visible, summary:focus-visible { outline: 3px solid var(--warm-light); outline-offset: 4px; }
img { display: block; max-width: 100%; }

.shell { width: min(calc(100% - 48px), var(--max)); margin-inline: auto; }

.skip-link {
  position: fixed;
  z-index: 30;
  top: 12px;
  left: 12px;
  padding: 9px 14px;
  color: var(--ink);
  background: var(--warm-light);
  border-radius: 99px;
  transform: translateY(-180%);
}
.skip-link:focus { transform: translateY(0); }

.site-header {
  position: absolute;
  z-index: 10;
  top: 0;
  width: 100%;
  color: var(--white);
}

.nav-wrap { display: flex; align-items: center; justify-content: space-between; gap: 32px; padding-block: 25px; }

.brand { display: inline-flex; align-items: center; gap: 10px; color: inherit; }
.brand-mark { display: grid; width: 38px; height: 38px; place-items: center; color: var(--deep); background: var(--warm-light); border-radius: 50%; font-family: Georgia, serif; font-size: 12px; font-weight: 700; letter-spacing: .04em; }
.brand-text { display: grid; line-height: 1; }
.brand-text strong { font-family: Georgia, "Times New Roman", serif; font-size: 20px; font-weight: 500; letter-spacing: -.02em; }
.brand-text small { margin-top: 4px; font-size: 9px; font-weight: 700; letter-spacing: .26em; text-transform: uppercase; opacity: .72; }

.main-nav { display: flex; align-items: center; flex-wrap: wrap; justify-content: flex-end; gap: 22px; font-size: 12px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.main-nav a { opacity: .82; transition: opacity .2s ease, color .2s ease; }
.main-nav a:hover { color: var(--warm-light); opacity: 1; }
.main-nav .nav-cta { padding: 11px 16px; color: var(--deep); background: var(--warm-light); border-radius: 99px; opacity: 1; }
.main-nav .nav-cta:hover { color: var(--deep); background: var(--white); }
.nav-toggle { display: none; }

.hero { position: relative; overflow: hidden; color: var(--white); background: var(--deep); }
.hero-grid { position: relative; z-index: 1; display: grid; grid-template-columns: minmax(0, 1.02fr) minmax(420px, .98fr); align-items: center; gap: clamp(48px, 7vw, 100px); min-height: 740px; padding-top: 125px; padding-bottom: 84px; }
.hero-copy { max-width: 610px; }
.eyebrow { display: flex; align-items: center; gap: 10px; margin: 0 0 21px; color: var(--warm-light); font-size: 11px; font-weight: 800; letter-spacing: .19em; line-height: 1.4; text-transform: uppercase; }
.eyebrow-dot { display: inline-block; width: 8px; height: 8px; background: var(--warm-light); border-radius: 50%; box-shadow: 0 0 0 5px rgba(247, 207, 156, .13); }
.hero h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { font-family: Georgia, "Times New Roman", serif; font-weight: 400; letter-spacing: -.045em; line-height: 1.03; }
.hero h1 { max-width: 650px; margin-bottom: 27px; font-size: clamp(52px, 6.7vw, 85px); }
.hero-lead { max-width: 560px; margin-bottom: 32px; color: rgba(255, 253, 249, .77); font-size: 18px; line-height: 1.7; }
.hero-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 13px; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 16px; min-height: 49px; padding: 13px 20px; border: 1px solid transparent; border-radius: 99px; font-size: 11px; font-weight: 800; letter-spacing: .1em; line-height: 1.2; text-transform: uppercase; transition: transform .2s ease, background .2s ease, color .2s ease, border-color .2s ease; }
.button:hover { transform: translateY(-2px); }
.button-light { color: var(--deep); background: var(--warm-light); }
.button-light:hover { background: var(--white); }
.button-quiet { color: var(--white); border-color: rgba(255, 253, 249, .28); }
.button-quiet:hover { border-color: var(--warm-light); color: var(--warm-light); }
.button-dark { color: var(--white); background: var(--deep); }
.button-dark:hover { color: var(--deep); background: var(--warm-light); }
.hero-note { display: flex; align-items: center; gap: 11px; max-width: 430px; margin-top: 33px; padding-top: 18px; border-top: 1px solid rgba(255, 253, 249, .16); color: rgba(255, 253, 249, .58); font-size: 13px; line-height: 1.5; }
.signal-icon { display: grid; width: 28px; height: 28px; flex: 0 0 28px; place-items: center; color: var(--deep); background: var(--warm-light); border-radius: 50%; font-size: 21px; line-height: 1; }

.hero-visual { position: relative; justify-self: end; width: min(100%, 490px); }
.image-frame { position: relative; padding: 15px; background: rgba(255, 253, 249, .12); border: 1px solid rgba(255, 253, 249, .28); border-radius: 255px 255px 21px 21px; box-shadow: var(--shadow); }
.image-frame::after { position: absolute; right: -27px; bottom: 38px; z-index: -1; width: 120px; height: 120px; border: 1px solid rgba(247, 207, 156, .38); border-radius: 50%; content: ""; }
.image-frame picture, .image-frame img { overflow: hidden; width: 100%; border-radius: 240px 240px 12px 12px; }
.image-frame img { aspect-ratio: 1; object-fit: cover; }
.image-stamp { position: absolute; right: -24px; top: 42%; display: grid; min-width: 148px; padding: 15px 17px; color: var(--deep); background: var(--warm-light); border-radius: 8px; box-shadow: 0 13px 28px rgba(0, 0, 0, .18); transform: rotate(3deg); }
.image-stamp strong { font-family: Georgia, serif; font-size: 16px; font-weight: 400; line-height: 1.15; }
.image-stamp small { margin-top: 4px; font-size: 10px; font-weight: 800; letter-spacing: .08em; line-height: 1.3; text-transform: uppercase; }
.stamp-dot { position: absolute; top: 14px; right: 14px; width: 7px; height: 7px; background: var(--deep); border-radius: 50%; }
.image-caption { max-width: 285px; margin: 17px 0 0 auto; color: rgba(255, 253, 249, .53); font-family: Georgia, serif; font-size: 14px; font-style: italic; line-height: 1.45; text-align: right; }
.hero-glow { position: absolute; right: -11vw; bottom: -245px; width: 600px; height: 600px; border: 1px solid rgba(247, 207, 156, .1); border-radius: 50%; box-shadow: 0 0 0 80px rgba(247, 207, 156, .025), 0 0 0 160px rgba(247, 207, 156, .018); }

.proof-strip { color: var(--white); background: #1c514c; }
.proof-grid { display: grid; grid-template-columns: repeat(3, 1fr); }
.proof-item { display: flex; align-items: center; gap: 15px; min-height: 100px; padding: 20px 28px 20px 0; border-right: 1px solid rgba(255, 253, 249, .14); }
.proof-item + .proof-item { padding-left: 28px; }
.proof-item:last-child { border-right: 0; }
.proof-number { color: var(--warm-light); font-size: 11px; font-weight: 800; letter-spacing: .13em; }
.proof-item div { display: grid; gap: 2px; }
.proof-item strong { font-family: Georgia, serif; font-size: 17px; font-weight: 400; line-height: 1.2; }
.proof-item span:not(.proof-number) { color: rgba(255, 253, 249, .58); font-size: 12px; line-height: 1.35; }

.section { padding: clamp(75px, 10vw, 132px) 0; }
.section-light { background: var(--paper); }
.section-cream { background: var(--cream); }
.section-deep { color: var(--white); background: var(--deep-2); }
.split-heading { display: grid; grid-template-columns: minmax(0, 1fr) minmax(320px, .78fr); align-items: end; gap: 80px; }
.eyebrow-dark { color: #b56f43; }
.section h2, .dining-copy h2, .resort-copy h2, .audience-grid h2, .faq-heading h2, .visit-banner h2 { max-width: 730px; margin-bottom: 21px; font-size: clamp(42px, 5vw, 67px); }
.section-intro { max-width: 455px; margin-bottom: 2px; color: var(--muted); font-size: 16px; line-height: 1.8; }
.card-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; margin-top: 59px; }
.feature-card { min-height: 285px; padding: 28px; border: 1px solid var(--line); border-radius: 12px; background: rgba(255, 255, 255, .42); }
.feature-card-accent { color: var(--white); background: var(--deep); border-color: var(--deep); transform: translateY(-17px); }
.card-icon { display: grid; width: 43px; height: 43px; place-items: center; margin-bottom: 44px; color: var(--deep); background: var(--warm-light); border-radius: 50%; font-size: 21px; line-height: 1; }
.feature-card h3 { margin-bottom: 13px; font-size: 27px; }
.feature-card p { max-width: 305px; margin-bottom: 0; color: var(--muted); font-size: 14px; line-height: 1.7; }
.feature-card-accent p { color: rgba(255, 253, 249, .68); }

.dining-grid { display: grid; grid-template-columns: minmax(0, 1fr) minmax(280px, .7fr); align-items: center; gap: clamp(50px, 10vw, 150px); }
.eyebrow-warm { color: var(--warm-light); }
.dining-copy h2 { max-width: 600px; }
.dining-copy > p:not(.eyebrow) { max-width: 590px; color: rgba(255, 253, 249, .7); font-size: 16px; line-height: 1.85; }
.text-link { display: inline-flex; align-items: center; gap: 12px; margin-top: 18px; padding-bottom: 5px; border-bottom: 1px solid currentColor; font-size: 11px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.text-link span { font-size: 18px; font-weight: 400; line-height: 0; }
.text-link-light { color: var(--warm-light); }
.text-link-dark { color: var(--deep); }
.quote-card { position: relative; padding: 42px 36px 35px; border: 1px solid rgba(247, 207, 156, .35); background: rgba(255, 253, 249, .045); }
.quote-mark { position: absolute; top: 17px; left: 31px; color: var(--warm-light); font-family: Georgia, serif; font-size: 55px; line-height: 1; }
.quote-card p { position: relative; margin-bottom: 30px; color: var(--white); font-family: Georgia, serif; font-size: 27px; line-height: 1.25; }
.quote-rule { width: 44px; height: 1px; margin-bottom: 13px; background: var(--warm-light); }
.quote-card small { color: rgba(255, 253, 249, .55); font-size: 10px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }

.resort-grid { display: grid; grid-template-columns: 110px minmax(0, 1fr) minmax(220px, .47fr); gap: clamp(30px, 6vw, 95px); }
.resort-label { display: flex; align-items: flex-start; gap: 13px; padding-top: 10px; color: #9a6c4c; font-size: 10px; font-weight: 800; letter-spacing: .15em; line-height: 1.55; text-transform: uppercase; }
.vertical-line { display: block; width: 1px; height: 48px; background: #b56f43; }
.resort-copy h2 { max-width: 690px; }
.resort-copy > p:not(.eyebrow) { max-width: 630px; color: var(--muted); font-size: 16px; line-height: 1.82; }
.resort-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 26px; margin-top: 31px; }
.resort-facts { align-self: end; padding: 9px 0; border-top: 1px solid var(--line); }
.resort-facts div { display: grid; grid-template-columns: 61px 1fr; gap: 10px; padding: 17px 0; border-bottom: 1px solid var(--line); }
.resort-facts strong { color: #b56f43; font-size: 10px; letter-spacing: .13em; text-transform: uppercase; }
.resort-facts span { color: var(--muted); font-size: 13px; line-height: 1.35; }

.audience-grid { display: grid; grid-template-columns: minmax(0, .82fr) minmax(0, 1fr); gap: clamp(50px, 9vw, 135px); }
.audience-grid h2 { max-width: 475px; }
.audience-list { border-top: 1px solid var(--line); }
.audience-row { display: grid; grid-template-columns: 43px minmax(130px, .45fr) 1fr; align-items: baseline; gap: 18px; padding: 22px 0; border-bottom: 1px solid var(--line); }
.audience-row > span { color: #b56f43; font-size: 10px; font-weight: 800; letter-spacing: .12em; }
.audience-row strong { font-family: Georgia, serif; font-size: 20px; font-weight: 400; line-height: 1.2; }
.audience-row p { margin: 0; color: var(--muted); font-size: 13px; line-height: 1.55; }

.faq-section { padding: clamp(75px, 10vw, 125px) 0; color: var(--white); background: #1b4b47; }
.faq-grid { display: grid; grid-template-columns: minmax(0, .72fr) minmax(0, 1fr); gap: clamp(50px, 9vw, 140px); }
.faq-heading { position: sticky; top: 30px; align-self: start; }
.faq-heading h2 { max-width: 430px; }
.faq-heading > p:not(.eyebrow) { max-width: 330px; color: rgba(255, 253, 249, .6); font-size: 15px; }
.faq-list { border-top: 1px solid rgba(255, 253, 249, .22); }
.faq-list details { border-bottom: 1px solid rgba(255, 253, 249, .22); }
.faq-list summary { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 22px 0; cursor: pointer; list-style: none; font-family: Georgia, serif; font-size: 21px; line-height: 1.3; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary::after { color: var(--warm-light); content: "+"; font-family: Inter, sans-serif; font-size: 25px; font-weight: 300; }
.faq-list details[open] summary::after { content: "−"; }
.faq-list details p { max-width: 610px; margin: -5px 40px 23px 0; color: rgba(255, 253, 249, .67); font-size: 14px; line-height: 1.75; }

.visit-banner { color: var(--white); background: var(--deep-2); border-top: 1px solid rgba(255, 253, 249, .1); }
.visit-grid { display: grid; grid-template-columns: minmax(0, 1.15fr) minmax(220px, .7fr) auto; align-items: center; gap: 55px; padding-top: 65px; padding-bottom: 65px; }
.visit-banner h2 { max-width: 460px; margin-bottom: 0; font-size: clamp(39px, 4.5vw, 58px); }
.visit-detail { display: grid; gap: 5px; padding-left: 23px; border-left: 1px solid rgba(247, 207, 156, .45); color: rgba(255, 253, 249, .6); font-size: 12px; line-height: 1.5; }
.visit-detail strong { color: var(--white); font-family: Georgia, serif; font-size: 18px; font-weight: 400; }

.site-footer { padding: 54px 0 28px; color: var(--white); background: #081f1e; }
.footer-grid { display: grid; grid-template-columns: minmax(210px, 1fr) minmax(170px, .55fr) minmax(220px, .7fr); gap: 55px; padding-bottom: 48px; }
.footer-brand .brand { margin-bottom: 19px; }
.footer-brand p { max-width: 235px; margin: 0; color: rgba(255, 253, 249, .5); font-family: Georgia, serif; font-size: 15px; line-height: 1.5; }
.footer-links { display: grid; align-content: start; gap: 12px; color: rgba(255, 253, 249, .65); font-size: 12px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.footer-links a:hover, .footer-note a:hover { color: var(--warm-light); }
.footer-note { display: grid; align-content: start; gap: 17px; color: rgba(255, 253, 249, .45); font-size: 12px; line-height: 1.55; }
.footer-note a { color: var(--warm-light); font-size: 11px; font-weight: 800; letter-spacing: .09em; text-transform: uppercase; }
.footer-bottom { display: flex; justify-content: space-between; gap: 20px; padding-top: 20px; border-top: 1px solid rgba(255, 253, 249, .13); color: rgba(255, 253, 249, .35); font-size: 10px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }

@media (max-width: 980px) {
  .main-nav { gap: 15px; }
  .hero-grid { grid-template-columns: minmax(0, 1fr) minmax(300px, .72fr); gap: 45px; }
  .hero h1 { font-size: clamp(48px, 6.5vw, 68px); }
  .proof-item { padding-right: 18px; }
  .proof-item + .proof-item { padding-left: 18px; }
  .resort-grid { grid-template-columns: 80px minmax(0, 1fr); }
  .resort-facts { grid-column: 2; display: grid; grid-template-columns: repeat(3, 1fr); gap: 15px; }
  .resort-facts div { display: grid; grid-template-columns: 1fr; gap: 5px; border-bottom: 0; }
}

@media (max-width: 760px) {
  .shell { width: min(calc(100% - 36px), var(--max)); }
  body.nav-open { overflow: hidden; }
  .nav-wrap { align-items: center; padding-top: 16px; }
  .nav-toggle { display: inline-flex; align-items: center; justify-content: center; flex-direction: column; gap: 5px; width: 48px; height: 48px; padding: 0; border: 1px solid rgba(255, 253, 248, .28); border-radius: 50%; color: var(--white); background: rgba(255, 253, 248, .09); }
  .nav-toggle span { width: 18px; height: 1.5px; background: currentColor; transition: transform .2s ease; }
  body.nav-open .nav-toggle span:first-child { transform: translateY(3.25px) rotate(45deg); }
  body.nav-open .nav-toggle span:last-child { transform: translateY(-3.25px) rotate(-45deg); }
  .main-nav { position: fixed; inset: 0; z-index: -1; display: flex; visibility: hidden; align-items: flex-start; justify-content: center; flex-direction: column; max-width: none; padding: 112px 24px 48px; color: var(--white); background: var(--deep-2); opacity: 0; transform: translateY(-12px); transition: opacity .2s ease, transform .2s ease, visibility .2s ease; }
  body.nav-open .main-nav { visibility: visible; opacity: 1; transform: none; }
  .main-nav a { width: 100%; padding: 2px 0; font-family: Georgia, "Times New Roman", serif; font-size: clamp(32px, 10vw, 48px); font-weight: 400; letter-spacing: -.035em; line-height: 1.12; text-transform: none; }
  .main-nav .nav-cta { width: auto; margin-top: 18px; padding: 11px 16px; font-family: "Avenir Next", Avenir, sans-serif; font-size: 11px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
  .hero-grid { grid-template-columns: 1fr; min-height: 0; padding-top: 128px; padding-bottom: 68px; }
  .hero-copy { max-width: none; }
  .hero h1 { max-width: 540px; font-size: clamp(49px, 13vw, 72px); }
  .hero-lead { font-size: 16px; }
  .hero-visual { justify-self: center; width: min(100%, 430px); margin-top: 22px; }
  .proof-grid { grid-template-columns: 1fr; padding-block: 12px; }
  .proof-item, .proof-item + .proof-item { min-height: 0; padding: 15px 0; border-right: 0; border-bottom: 1px solid rgba(255, 253, 249, .14); }
  .proof-item:last-child { border-bottom: 0; }
  .split-heading, .dining-grid, .audience-grid, .faq-grid { grid-template-columns: 1fr; gap: 33px; }
  .section h2, .dining-copy h2, .resort-copy h2, .audience-grid h2, .faq-heading h2, .visit-banner h2 { font-size: clamp(43px, 12vw, 62px); }
  .section-intro { font-size: 15px; }
  .card-grid { grid-template-columns: 1fr; margin-top: 39px; }
  .feature-card { min-height: 0; }
  .feature-card-accent { transform: none; }
  .card-icon { margin-bottom: 30px; }
  .resort-grid { grid-template-columns: 1fr; gap: 28px; }
  .resort-label { padding-top: 0; }
  .resort-facts { grid-column: auto; display: block; }
  .resort-facts div { grid-template-columns: 70px 1fr; gap: 10px; padding: 15px 0; border-bottom: 1px solid var(--line); }
  .faq-heading { position: static; }
  .faq-list summary { font-size: 19px; }
  .visit-grid { grid-template-columns: 1fr; gap: 25px; padding-top: 58px; padding-bottom: 58px; }
  .visit-detail { padding-left: 16px; }
  .visit-grid .button { justify-self: start; }
  .footer-grid { grid-template-columns: 1fr; gap: 34px; padding-bottom: 37px; }
  .footer-bottom { display: grid; gap: 7px; }
}

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