:root {
  --navy: #0b2d48;
  --navy-deep: #061d30;
  --blue: #0d4f79;
  --cream: #fff9ee;
  --sand: #ead8bd;
  --sun: #f2b46d;
  --ink: #10283a;
  --muted: #65737c;
  --line: rgba(11, 45, 72, 0.18);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--cream); font-family: "DM Sans", sans-serif; font-size: 16px; line-height: 1.6; }
a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }
button { font: inherit; }
.skip-link { position: fixed; left: 1rem; top: -5rem; z-index: 100; padding: .7rem 1rem; background: var(--cream); color: var(--navy); }
.skip-link:focus { top: 1rem; }
.opening-banner { position: fixed; inset: 0 0 auto 0; z-index: 30; display: flex; align-items: center; justify-content: center; gap: .85rem; height: 34px; padding: 0 1rem; color: var(--navy-deep); background: var(--sun); font-size: .68rem; font-weight: 600; line-height: 1; letter-spacing: .13em; text-transform: uppercase; }
.opening-banner span[aria-hidden] { font-size: .55rem; }
.site-header { position: fixed; inset: 34px 0 auto 0; z-index: 20; display: flex; align-items: center; justify-content: space-between; height: 86px; padding: 0 clamp(1.25rem, 4vw, 4rem); color: white; transition: background .35s ease, height .35s ease, box-shadow .35s ease; }
.site-header.scrolled { height: 72px; color: var(--ink); background: rgba(255,249,238,.94); backdrop-filter: blur(16px); box-shadow: 0 1px 0 var(--line); }
.brand { display: inline-flex; align-items: center; gap: .75rem; font-family: "Newsreader", serif; font-size: 1.22rem; letter-spacing: .01em; }
.brand b { font-weight: 400; font-style: italic; opacity: .72; }
.brand-mark { display: grid; place-items: center; width: 36px; height: 36px; border: 1px solid currentColor; border-radius: 50%; }
.brand-mark i { width: 16px; height: 8px; border: 1.5px solid currentColor; border-top: 0; border-radius: 0 0 12px 12px; transform: rotate(-7deg); }
.site-nav { display: flex; align-items: center; gap: clamp(1.25rem, 2.5vw, 2.7rem); font-size: .88rem; font-weight: 500; }
.site-nav a:not(.nav-cta) { position: relative; }
.site-nav a:not(.nav-cta)::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -.25rem; height: 1px; background: currentColor; transition: right .25s ease; }
.site-nav a:hover::after { right: 0; }
.nav-cta { padding: .68rem 1rem; border: 1px solid currentColor; }
.menu-toggle { display: none; border: 0; background: transparent; color: inherit; }
.hero { position: relative; min-height: 100svh; display: flex; overflow: hidden; color: white; background: var(--navy); }
.hero-media { position: absolute; inset: 0; background-image: url("./assets/hero.jpg"); background-size: cover; background-position: center; transform: scale(1.02); animation: settle 1.6s cubic-bezier(.22,.75,.2,1) both; }
.hero-shade { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(4,21,34,.75) 0%, rgba(4,21,34,.35) 47%, rgba(4,21,34,.05) 75%), linear-gradient(0deg, rgba(4,21,34,.48), transparent 45%); }
.hero-content { position: relative; width: 100%; max-width: 1500px; margin: auto; padding: 10rem clamp(1.25rem, 7vw, 7rem) 3rem; align-self: flex-end; }
.eyebrow, .section-label { margin: 0; font-size: .73rem; line-height: 1; font-weight: 600; text-transform: uppercase; letter-spacing: .19em; }
.eyebrow { display: flex; align-items: center; gap: .8rem; }
.eyebrow::before { content: ""; width: 2.7rem; height: 1px; background: currentColor; }
.hero h1, .section h2 { margin: 1.8rem 0 0; font-family: "Newsreader", serif; font-weight: 400; line-height: .9; letter-spacing: -.045em; }
.hero h1 { max-width: 900px; font-size: clamp(4.2rem, 10.5vw, 10rem); }
h1 em, h2 em { font-weight: 400; color: var(--sun); }
.hero-foot { display: flex; align-items: flex-end; justify-content: space-between; gap: 2rem; margin-top: clamp(2rem, 5vh, 4rem); }
.hero-foot > p { width: min(410px, 45vw); margin: 0 0 .75rem; font-size: clamp(1rem, 1.4vw, 1.25rem); line-height: 1.55; }
.circle-link { flex: 0 0 auto; display: grid; grid-template-columns: 1fr auto; align-items: center; gap: 1.25rem; width: 134px; height: 134px; padding: 1.25rem; border: 1px solid rgba(255,255,255,.7); border-radius: 50%; font-size: .77rem; line-height: 1.25; transition: background .25s, color .25s, transform .25s; }
.circle-link b { font-size: 1.25rem; font-weight: 400; }
.circle-link:hover { background: var(--cream); color: var(--navy); transform: rotate(-4deg); }
.hero-index { position: absolute; right: 1.2rem; top: 50%; writing-mode: vertical-rl; transform: translateY(-50%); font-size: .63rem; letter-spacing: .18em; text-transform: uppercase; opacity: .65; }
.section { padding: clamp(5rem, 10vw, 9rem) clamp(1.25rem, 7vw, 7rem); }
.intro { max-width: 1500px; margin: 0 auto; }
.section-label { color: var(--blue); }
.intro-copy { display: grid; grid-template-columns: minmax(0, 1.5fr) minmax(260px, .55fr); gap: clamp(3rem, 9vw, 9rem); align-items: end; margin-top: 3.5rem; }
.section h2 { font-size: clamp(3.4rem, 7vw, 7.2rem); }
.intro h2 em { color: var(--blue); }
.intro-detail p { margin: 0; color: var(--muted); font-size: 1.03rem; }
.signature { margin-top: 2.5rem; font-family: "Newsreader", serif; font-size: 2rem; font-style: italic; color: var(--blue); transform: rotate(-4deg); transform-origin: left; }
.suites { background: #ecdfcc; }
.section-heading { max-width: 1500px; margin: 0 auto 4rem; display: flex; justify-content: space-between; align-items: flex-start; gap: 2rem; }
.section-heading h2 { margin: 0; text-align: right; }
.section-heading h2 em { color: var(--blue); }
.suite-layout { max-width: 1500px; margin: 0 auto; display: grid; grid-template-columns: minmax(0, 1.35fr) minmax(300px, .65fr); gap: clamp(2.5rem, 7vw, 7rem); align-items: center; }
.suite-photo { position: relative; min-height: min(680px, 72vw); background: var(--navy) url("./assets/ola-costa-suite.png") center/cover no-repeat; }
.photo-tag { position: absolute; bottom: 0; left: 0; padding: .85rem 1.15rem; color: var(--navy); background: var(--cream); font-size: .75rem; text-transform: uppercase; letter-spacing: .14em; }
.suite-number { color: var(--blue); font-size: .72rem; letter-spacing: .16em; text-transform: uppercase; }
.suite-copy h3 { margin: 1.6rem 0; font-family: "Newsreader", serif; font-size: clamp(2.1rem, 3.2vw, 3.6rem); font-weight: 400; line-height: 1.05; letter-spacing: -.025em; }
.suite-copy > p:not(.suite-number) { color: #576a73; }
.suite-notes { list-style: none; padding: 0; margin: 2.5rem 0; border-top: 1px solid rgba(11,45,72,.25); }
.suite-notes li { display: flex; gap: 1rem; padding: .95rem 0; border-bottom: 1px solid rgba(11,45,72,.25); font-size: .88rem; }
.suite-notes span { color: var(--blue); font-size: .7rem; }
.text-link { display: inline-flex; gap: 1.5rem; align-items: center; padding-bottom: .25rem; border-bottom: 1px solid var(--ink); font-weight: 600; font-size: .86rem; }
.stay { color: white; background: var(--navy); }
.section-label.light { color: var(--sun); }
.stay-grid { max-width: 1500px; margin: 3.5rem auto 5rem; display: grid; grid-template-columns: 1.5fr .55fr; align-items: end; gap: clamp(3rem, 8vw, 8rem); }
.stay-grid h2 { margin: 0; }
.stay-grid > p { margin: 0 0 .5rem; color: rgba(255,255,255,.68); }
.moments { max-width: 1500px; margin: 0 auto; display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid rgba(255,255,255,.2); border-bottom: 1px solid rgba(255,255,255,.2); }
.moments article { min-height: 240px; padding: 1.7rem; border-right: 1px solid rgba(255,255,255,.2); }
.moments article:last-child { border-right: 0; }
.moments span { color: var(--sun); font-size: .72rem; letter-spacing: .1em; }
.moments h3 { margin: 4rem 0 .5rem; font-family: "Newsreader", serif; font-size: 2rem; font-weight: 400; }
.moments p { margin: 0; color: rgba(255,255,255,.62); font-size: .9rem; }
.contact { max-width: 1500px; margin: auto; }
.contact-inner { margin-top: 3.5rem; display: grid; grid-template-columns: 1.5fr .6fr; gap: clamp(3rem, 8vw, 8rem); align-items: end; }
.contact-inner h2 { margin: 0; }
.contact-inner h2 em { color: var(--blue); }
.contact-action { padding-bottom: .65rem; }
.contact-action p { color: var(--muted); margin: 0 0 2rem; }
.button { display: flex; align-items: center; justify-content: space-between; gap: 2rem; width: 100%; padding: 1rem 1.2rem; color: white; background: var(--navy); border: 1px solid var(--navy); font-size: .88rem; transition: color .25s, background .25s; }
.button:hover { color: var(--navy); background: transparent; }
footer { display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 1rem; padding: 2rem clamp(1.25rem, 4vw, 4rem); color: white; background: var(--navy-deep); font-size: .75rem; }
.footer-brand { font-size: 1rem; }
footer > p { margin: 0; opacity: .65; }
footer > p:last-child { text-align: right; }

@keyframes settle { from { opacity: .2; transform: scale(1.09); } to { opacity: 1; transform: scale(1.02); } }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } .hero-media { animation: none; } * { transition-duration: .01ms !important; } }

@media (max-width: 760px) {
  .site-header { height: 72px; }
  .opening-banner { justify-content: flex-start; height: 32px; overflow: hidden; white-space: nowrap; font-size: .62rem; }
  .menu-toggle { display: grid; gap: 6px; width: 42px; height: 42px; padding: 12px 8px; cursor: pointer; }
  .menu-toggle span { display: block; height: 1px; background: currentColor; transition: transform .25s; }
  .menu-toggle[aria-expanded="true"] span:first-child { transform: translateY(3.5px) rotate(45deg); }
  .menu-toggle[aria-expanded="true"] span:last-child { transform: translateY(-3.5px) rotate(-45deg); }
  .site-nav { position: fixed; inset: 104px 0 auto 0; display: flex; flex-direction: column; align-items: stretch; gap: 0; padding: .5rem 1.25rem 1.25rem; color: var(--ink); background: var(--cream); box-shadow: 0 8px 30px rgba(4,21,34,.15); transform: translateY(-130%); transition: transform .3s ease; }
  .site-nav.open { transform: translateY(0); }
  .site-nav a { padding: .85rem 0; }
  .nav-cta { margin-top: .5rem; text-align: center; border-color: var(--ink); }
  .hero { min-height: 800px; }
  .hero-shade { background: linear-gradient(0deg, rgba(4,21,34,.76), rgba(4,21,34,.12) 75%); }
  .hero-content { padding: 8rem 1.25rem 2rem; }
  .hero h1 { font-size: clamp(4rem, 19vw, 6rem); }
  .hero-foot { align-items: center; }
  .hero-foot > p { width: 60%; font-size: .95rem; }
  .circle-link { width: 112px; height: 112px; padding: 1rem; }
  .hero-index { display: none; }
  .section { padding: 5rem 1.25rem; }
  .intro-copy, .suite-layout, .stay-grid, .contact-inner { grid-template-columns: 1fr; gap: 2.5rem; }
  .section-heading { display: block; }
  .section-heading h2 { margin-top: 2.5rem; text-align: left; }
  .suite-photo { min-height: 125vw; }
  .stay-grid { margin-bottom: 3.5rem; }
  .moments { grid-template-columns: 1fr; }
  .moments article { min-height: auto; border-right: 0; border-bottom: 1px solid rgba(255,255,255,.2); }
  .moments article:last-child { border-bottom: 0; }
  .moments h3 { margin-top: 2rem; }
  footer { grid-template-columns: 1fr; text-align: left; }
  footer > p:last-child { text-align: left; }
}
