:root {
  --ink: #153d36;
  --ink-deep: #0d2f2a;
  --cream: #f4efe4;
  --sand: #d7c4a0;
  --coral: #ef6f55;
  --white: #fffdf7;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--cream); color: var(--ink); font-family: Arial, Helvetica, sans-serif; -webkit-font-smoothing: antialiased; }
a { color: inherit; text-decoration: none; }

.site-header { position: absolute; z-index: 20; top: 0; left: 0; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; width: 100%; padding: 28px clamp(24px, 5vw, 76px); animation: fade-down .9s .1s both; }
.brand { display: flex; align-items: center; gap: 12px; width: max-content; }
.brand-mark { display: grid; place-items: center; width: 42px; height: 42px; border: 1px solid rgba(21,61,54,.25); border-radius: 50%; font-family: Georgia, serif; font-size: 23px; font-style: italic; }
.brand strong { display: block; font-family: Georgia, serif; font-size: 17px; letter-spacing: .01em; }
.brand small { display: block; margin-top: 3px; color: rgba(21,61,54,.62); font-size: 9px; letter-spacing: .17em; text-transform: uppercase; }
nav { display: flex; gap: clamp(24px, 3.2vw, 48px); font-size: 12px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
nav a { position: relative; padding: 10px 0; }
nav a::after { position: absolute; bottom: 4px; left: 0; width: 0; height: 1px; background: currentColor; content: ''; transition: width .35s ease; }
nav a:hover::after { width: 100%; }
.header-cta { justify-self: end; padding: 13px 20px; border: 1px solid rgba(21,61,54,.45); border-radius: 100px; font-size: 11px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; transition: background .3s ease, color .3s ease, transform .3s ease; }
.header-cta:hover { background: var(--ink); color: var(--white); transform: translateY(-2px); }

.hero { position: relative; display: grid; grid-template-columns: minmax(0,.92fr) minmax(370px,.72fr); align-items: center; min-height: 100svh; padding: 132px clamp(24px,7vw,110px) 150px; overflow: hidden; background: radial-gradient(circle at 76% 34%, rgba(215,196,160,.5), transparent 28%), linear-gradient(112deg,#f9f5ec 0%,#f1eadc 58%,#e6d6b9 100%); }
.hero::before { position: absolute; right: -8vw; bottom: -24vw; width: 64vw; height: 64vw; border: 1px solid rgba(21,61,54,.12); border-radius: 50%; box-shadow: 0 0 0 7vw rgba(255,255,255,.08),0 0 0 14vw rgba(255,255,255,.06); content: ''; }
.hero-grain { position: absolute; inset: 0; opacity: .18; pointer-events: none; background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='2' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.12'/%3E%3C/svg%3E"); }
.hero-copy { position: relative; z-index: 2; max-width: 760px; padding-right: 5vw; }
.eyebrow { display: flex; align-items: center; gap: 12px; margin: 0 0 24px; font-size: 11px; font-weight: 800; letter-spacing: .2em; text-transform: uppercase; animation: fade-up .9s .2s both; }
.eyebrow span { width: 38px; height: 1px; background: var(--coral); }
h1 { margin: 0; font-family: Georgia,'Times New Roman',serif; font-size: clamp(58px,7.2vw,118px); font-weight: 400; line-height: 1.03; letter-spacing: -.045em; animation: fade-up 1s .32s both; }
h1 em { display: block; margin-top: .025em; color: var(--coral); font-weight: 400; }
.hero-lead { max-width: 590px; margin: 32px 0 0; color: rgba(21,61,54,.72); font-family: Georgia,serif; font-size: clamp(17px,1.5vw,23px); line-height: 1.55; animation: fade-up 1s .44s both; }
.hero-actions { display: flex; align-items: center; gap: 28px; margin-top: 40px; animation: fade-up 1s .56s both; }
.button { display: inline-flex; align-items: center; gap: 28px; min-height: 58px; padding: 0 26px; border-radius: 4px; font-size: 12px; font-weight: 800; letter-spacing: .07em; text-transform: uppercase; }
.button-primary { background: var(--ink); color: var(--white); box-shadow: 0 14px 34px rgba(13,47,42,.18); transition: transform .3s ease,box-shadow .3s ease; }
.button-primary:hover { transform: translateY(-3px); box-shadow: 0 20px 40px rgba(13,47,42,.25); }
.button-primary span { font-size: 19px; transition: transform .3s ease; }
.button-primary:hover span { transform: translateX(5px); }
.text-link { border-bottom: 1px solid rgba(21,61,54,.28); padding: 12px 0 9px; font-size: 11px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.text-link span { margin-left: 9px; color: var(--coral); }

.hero-visual { position: relative; z-index: 2; justify-self: end; width: min(100%,590px); animation: visual-in 1.2s .25s cubic-bezier(.2,.8,.2,1) both; }
.photo-frame { position: relative; width: 100%; aspect-ratio: .92; overflow: hidden; border-radius: 48% 48% 8px 8px; box-shadow: 0 35px 80px rgba(41,51,40,.21); }
.photo-frame::after { position: absolute; inset: 0; background: linear-gradient(180deg,transparent 55%,rgba(9,34,29,.28)); content: ''; }
.photo-frame img { width: 100%; height: 100%; object-fit: cover; transition: transform 1.2s cubic-bezier(.2,.8,.2,1); }
.photo-frame:hover img { transform: scale(1.04); }
.distance-badge { position: absolute; right: -34px; top: 19%; display: grid; place-items: center; width: 112px; height: 112px; border: 8px solid rgba(244,239,228,.76); border-radius: 50%; background: var(--coral); color: #fff; box-shadow: 0 15px 32px rgba(106,55,44,.22); animation: float 4s ease-in-out infinite; }
.distance-badge strong { display: block; margin-bottom: -18px; font-family: Georgia,serif; font-size: 27px; font-weight: 400; }
.distance-badge span { font-size: 9px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.photo-caption { position: absolute; right: 0; bottom: -32px; margin: 0; font-size: 9px; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; }

.hero-facts { position: absolute; z-index: 3; right: clamp(24px,7vw,110px); bottom: 32px; left: clamp(24px,7vw,110px); display: grid; grid-template-columns: repeat(4,1fr); border-top: 1px solid rgba(21,61,54,.17); padding-top: 22px; animation: fade-up 1s .75s both; }
.hero-facts div { display: flex; align-items: baseline; gap: 12px; border-right: 1px solid rgba(21,61,54,.14); padding-left: 28px; }
.hero-facts div:first-child { padding-left: 0; }
.hero-facts div:last-child { border-right: 0; }
.hero-facts strong { font-family: Georgia,serif; font-size: clamp(26px,2.1vw,38px); font-weight: 400; }
.hero-facts span { max-width: 115px; color: rgba(21,61,54,.6); font-size: 9px; font-weight: 800; line-height: 1.35; letter-spacing: .09em; text-transform: uppercase; }

@keyframes fade-up { from { opacity: 0; transform: translateY(26px); } to { opacity: 1; transform: none; } }
@keyframes fade-down { from { opacity: 0; transform: translateY(-18px); } to { opacity: 1; transform: none; } }
@keyframes visual-in { from { opacity: 0; transform: translateY(28px) scale(.96); } to { opacity: 1; transform: none; } }
@keyframes float { 0%,100% { transform: translateY(0) rotate(2deg); } 50% { transform: translateY(-12px) rotate(-2deg); } }

@media (max-width: 980px) {
  .site-header { grid-template-columns: 1fr auto; }
  nav { display: none; }
  .hero { grid-template-columns: 1fr; gap: 58px; padding-top: 150px; }
  .hero-copy { padding-right: 0; }
  .hero-visual { justify-self: center; width: min(78vw,580px); }
  .hero-facts { position: relative; right: auto; bottom: auto; left: auto; grid-column: 1; grid-template-columns: repeat(2,1fr); width: 100%; margin-top: 8px; }
  .hero-facts div { border-bottom: 1px solid rgba(21,61,54,.12); padding: 18px; }
}

@media (max-width: 600px) {
  .site-header { padding: 20px; }
  .brand small { display: none; }
  .header-cta { padding: 11px 14px; font-size: 9px; }
  .hero { padding: 120px 20px 50px; }
  h1 { font-size: clamp(52px,17vw,78px); }
  .hero-actions { align-items: flex-start; flex-direction: column; gap: 12px; }
  .hero-visual { width: calc(100% - 28px); }
  .distance-badge { right: -18px; width: 96px; height: 96px; }
  .hero-facts { grid-template-columns: 1fr 1fr; }
  .hero-facts div { align-items: flex-start; flex-direction: column; gap: 4px; padding: 18px 8px; }
  .hero-facts div:first-child { padding-left: 8px; }
}

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

/* Complete experience */
body { overflow-x: hidden; }
body.lightbox-open { overflow: hidden; }
.site-header { transition: padding .35s ease, background .35s ease, box-shadow .35s ease, transform .35s ease; }
.site-header.scrolled { position: fixed; padding-top: 14px; padding-bottom: 14px; background: rgba(249,245,236,.91); box-shadow: 0 8px 30px rgba(13,47,42,.08); backdrop-filter: blur(16px); }
.site-header.scrolled .brand-mark { width: 36px; height: 36px; font-size: 20px; }
.menu-toggle { display: none; width: 42px; height: 42px; border: 0; background: transparent; cursor: pointer; }
.menu-toggle span { display: block; width: 24px; height: 1px; margin: 6px auto; background: var(--ink); transition: transform .3s ease; }
.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); }

.scroll-cue { position: absolute; z-index: 4; bottom: 39px; left: 20px; display: flex; align-items: center; gap: 11px; color: rgba(21,61,54,.65); font-size: 9px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; transform: rotate(-90deg); transform-origin: left center; }
.scroll-cue span { display: block; width: 35px; height: 1px; background: var(--coral); animation: stretch 2s ease-in-out infinite; }
@keyframes stretch { 0%,100% { transform: scaleX(.35); transform-origin: left; } 50% { transform: scaleX(1); transform-origin: left; } }

.marquee { overflow: hidden; border-top: 1px solid rgba(21,61,54,.12); border-bottom: 1px solid rgba(21,61,54,.12); background: #faf6ee; padding: 20px 0; }
.marquee-track { display: flex; align-items: center; width: max-content; animation: marquee 28s linear infinite; }
.marquee span { margin: 0 26px; font-family: Georgia,serif; font-size: 16px; font-style: italic; white-space: nowrap; }
.marquee i { color: var(--coral); font-style: normal; }
@keyframes marquee { to { transform: translateX(-50%); } }

.section { padding: clamp(95px,11vw,175px) clamp(24px,7vw,110px); }
.section-dark { padding: clamp(95px,11vw,175px) clamp(24px,7vw,110px); overflow: hidden; background: var(--ink-deep); color: var(--white); }
.section-label { display: flex; align-items: center; gap: 18px; font-size: 10px; font-weight: 800; letter-spacing: .18em; text-transform: uppercase; }
.section-label::after { width: 74px; height: 1px; background: rgba(21,61,54,.25); content: ''; }
.section-label.light { color: rgba(255,253,247,.7); }
.section-label.light::after { background: rgba(255,253,247,.22); }
h2 { margin: 0; font-family: Georgia,'Times New Roman',serif; font-size: clamp(48px,6.2vw,94px); font-weight: 400; line-height: 1.12; letter-spacing: -.038em; }
h2 em { color: var(--coral); font-weight: 400; }
.script-note { margin: 0 0 14px; color: var(--coral); font-family: 'Segoe Script','Brush Script MT',cursive; font-size: clamp(18px,2vw,28px); transform: rotate(-3deg); }

[data-reveal] { opacity: 0; transform: translateY(34px); transition: opacity .9s cubic-bezier(.2,.8,.2,1), transform .9s cubic-bezier(.2,.8,.2,1); }
[data-reveal].in-view { opacity: 1; transform: none; }
[data-reveal]:nth-child(2) { transition-delay: .08s; }
[data-reveal]:nth-child(3) { transition-delay: .16s; }
[data-reveal]:nth-child(4) { transition-delay: .24s; }

.story { background: #fbf8f1; }
.story-heading { display: flex; align-items: end; justify-content: space-between; margin: 62px 0 85px; }
.story-heading .script-note { align-self: flex-start; margin-top: -20px; }
.story-heading h2 { margin-left: auto; text-align: right; }
.story-grid { display: grid; grid-template-columns: minmax(260px,.82fr) minmax(380px,1.18fr) minmax(180px,.48fr); align-items: center; gap: clamp(36px,6vw,95px); }
.story-copy { color: rgba(21,61,54,.75); font-size: 15px; line-height: 1.85; }
.story-copy .large-copy { margin-top: 0; color: var(--ink); font-family: Georgia,serif; font-size: clamp(20px,1.8vw,28px); line-height: 1.55; }
.signature { display: flex; align-items: center; gap: 15px; margin-top: 35px; }
.signature span { color: var(--coral); font-family: 'Segoe Script','Brush Script MT',cursive; font-size: 32px; transform: rotate(-5deg); }
.signature small { max-width: 88px; font-size: 8px; font-weight: 800; line-height: 1.4; letter-spacing: .1em; text-transform: uppercase; }
.story-photo-wrap { position: relative; }
.story-photo { position: relative; aspect-ratio: .86; overflow: hidden; border-radius: 48% 48% 5px 5px; box-shadow: 0 28px 60px rgba(21,61,54,.17); }
.story-photo img { width: 100%; height: 100%; object-fit: cover; transition: transform 1.1s ease; }
.story-photo:hover img { transform: scale(1.04); }
.sun-stamp { position: absolute; left: -50px; bottom: -45px; display: grid; place-items: center; width: 110px; height: 110px; border-radius: 50%; background: var(--coral); color: #fff; animation: rotate 18s linear infinite; }
.sun-stamp span { position: absolute; top: 14px; font-size: 8px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.sun-stamp span:last-child { top: auto; bottom: 14px; transform: rotate(180deg); }
.sun-stamp b { font-size: 36px; font-weight: 400; }
@keyframes rotate { to { transform: rotate(360deg); } }
.vertical-note { position: absolute; right: -24px; top: 50%; margin: 0; font-size: 8px; font-weight: 800; letter-spacing: .15em; text-transform: uppercase; transform: translateX(50%) rotate(90deg); }
.story-aside { align-self: end; border-top: 1px solid rgba(21,61,54,.2); padding-top: 20px; }
.big-number { display: block; font-family: Georgia,serif; font-size: clamp(70px,8vw,120px); line-height: .8; letter-spacing: -.07em; }
.story-aside > p { max-width: 130px; color: rgba(21,61,54,.6); font-size: 9px; font-weight: 800; line-height: 1.5; letter-spacing: .1em; text-transform: uppercase; }
.story-aside hr { height: 1px; margin: 25px 0; border: 0; background: rgba(21,61,54,.16); }
.story-aside blockquote { margin: 0; color: rgba(21,61,54,.72); font-family: Georgia,serif; font-size: 16px; font-style: italic; line-height: 1.55; }

.inside { position: relative; }
.inside::before { position: absolute; top: -22vw; left: -20vw; width: 55vw; height: 55vw; border: 1px solid rgba(255,255,255,.07); border-radius: 50%; box-shadow: 0 0 0 8vw rgba(255,255,255,.02); content: ''; }
.inside-intro { position: relative; display: grid; grid-template-columns: 1fr minmax(260px,.43fr); align-items: end; gap: 70px; margin: 62px 0 90px; }
.inside-intro p { margin: 0 0 6px; color: rgba(255,253,247,.62); font-family: Georgia,serif; font-size: clamp(17px,1.6vw,23px); line-height: 1.65; }
.floor-list { position: relative; border-top: 1px solid rgba(255,255,255,.14); }
.floor-card { position: relative; border-bottom: 1px solid rgba(255,255,255,.14); overflow: hidden; transition: background .4s ease; }
.floor-card:hover { background: rgba(255,255,255,.045); }
.floor-toggle { display: grid; grid-template-columns: 1fr auto; align-items: center; gap: 24px; width: 100%; border: 0; padding: 28px 0; background: transparent; color: inherit; font: inherit; text-align: left; cursor: pointer; }
.floor-toggle:focus-visible { outline: 2px solid var(--coral); outline-offset: -2px; }
.floor-kicker { color: rgba(255,255,255,.46); font-size: 9px; font-weight: 800; letter-spacing: .17em; text-transform: uppercase; }
.floor-title { display: block; margin-top: 8px; font-family: Georgia,serif; font-size: clamp(29px,2.6vw,45px); font-weight: 400; line-height: 1.18; }
.floor-toggle-icon { display: grid; place-items: center; width: 44px; height: 44px; border: 1px solid rgba(255,255,255,.28); border-radius: 50%; color: var(--coral); font-size: 20px; line-height: 1; transition: transform .55s cubic-bezier(.22,1,.36,1), background .35s ease, border-color .35s ease, color .35s ease; }
.floor-card.is-open .floor-toggle-icon { border-color: var(--coral); background: var(--coral); color: #fff; transform: rotate(45deg); }
.floor-panel { display: grid; grid-template-rows: 0fr; opacity: 0; transform: translateY(-12px); transition: grid-template-rows .62s cubic-bezier(.22,1,.36,1), opacity .4s ease, transform .55s cubic-bezier(.22,1,.36,1); }
.floor-card.is-open .floor-panel { grid-template-rows: 1fr; opacity: 1; transform: translateY(0); }
.floor-panel-inner { min-height: 0; overflow: hidden; }
.floor-details { display: grid; grid-template-columns: minmax(190px,.55fr) minmax(340px,1.25fr) 170px; align-items: center; gap: 32px; padding: 0 0 30px; }
.floor-card ul { display: grid; grid-template-columns: 1fr; gap: 10px; margin: 0; padding: 0; color: rgba(255,255,255,.65); font-size: 13px; line-height: 1.45; list-style: none; }
.floor-card li { position: relative; padding-left: 17px; }
.floor-card li::before { position: absolute; top: 8px; left: 0; width: 5px; height: 5px; border-radius: 50%; background: var(--coral); content: ''; }
.floor-card img { width: 170px; height: 145px; object-fit: cover; border-radius: 50% 50% 4px 4px; filter: saturate(.85); transition: transform .5s ease, filter .5s ease; }
.floor-card.is-open img { filter: saturate(1.05); }
.floor-card:hover img { transform: scale(1.03); filter: saturate(1.1); }

.amenities { display: grid; grid-template-columns: minmax(320px,.82fr) minmax(400px,1fr); align-items: center; gap: clamp(60px,9vw,150px); background: #f1e9da; }
.amenities-photo { position: relative; align-self: stretch; min-height: 720px; }
.amenities-photo::before { position: absolute; z-index: 0; top: -28px; right: -28px; width: 60%; height: 52%; border: 1px solid rgba(21,61,54,.22); border-radius: 50% 50% 0 0; content: ''; }
.amenities-photo img { position: absolute; z-index: 1; inset: 0; width: 100%; height: 100%; object-fit: cover; border-radius: 3px 3px 48% 48%; box-shadow: 0 28px 70px rgba(21,61,54,.16); }
.photo-tag { position: absolute; z-index: 2; right: -48px; bottom: 54px; padding: 16px 22px; background: var(--cream); font-size: 9px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; transform: rotate(-90deg); }
.amenities-content h2 { margin-top: 48px; }
.amenities-content > p { max-width: 650px; margin: 28px 0 55px; color: rgba(21,61,54,.68); font-size: 15px; line-height: 1.8; }
.amenity-grid { display: grid; grid-template-columns: 1fr 1fr; border-top: 1px solid rgba(21,61,54,.2); border-left: 1px solid rgba(21,61,54,.2); }
.amenity-grid > div { min-height: 160px; border-right: 1px solid rgba(21,61,54,.2); border-bottom: 1px solid rgba(21,61,54,.2); padding: 22px; }
.amenity-grid span { display: block; margin: 0 0 8px; font-family: Georgia,serif; font-size: 23px; }
.amenity-grid small { color: rgba(21,61,54,.6); font-size: 10px; line-height: 1.45; }
.extra-note { display: flex; align-items: center; gap: 18px; margin-top: 28px; }
.extra-note > span { display: grid; flex: 0 0 40px; place-items: center; width: 40px; height: 40px; border: 1px solid rgba(21,61,54,.25); border-radius: 50%; color: var(--coral); font-size: 20px; }
.extra-note p { margin: 0; color: rgba(21,61,54,.65); font-size: 11px; line-height: 1.55; }
.extra-note strong { color: var(--ink); }

.gallery { background: #fbf8f1; }
.gallery-head { display: grid; grid-template-columns: .65fr 1.25fr .55fr; align-items: end; gap: 50px; margin-bottom: 70px; }
.gallery-head > p { margin: 0 0 8px; color: rgba(21,61,54,.64); font-size: 13px; line-height: 1.7; }
.gallery-grid { display: grid; grid-auto-rows: minmax(220px,20vw); grid-template-columns: repeat(3,1fr); gap: 16px; }
.gallery-item { position: relative; display: block; min-height: 220px; overflow: hidden; border: 0; padding: 0; background: #ddd3c1; cursor: zoom-in; }
.gallery-item img { width: 100%; height: 100%; object-fit: cover; transition: transform .8s cubic-bezier(.2,.8,.2,1), filter .5s ease; }
.gallery-item::after { position: absolute; inset: 0; background: linear-gradient(180deg,transparent 55%,rgba(8,35,30,.62)); content: ''; opacity: .68; transition: opacity .4s ease; }
.gallery-item span { position: absolute; z-index: 2; right: 20px; bottom: 18px; left: 20px; color: #fff; font-family: Georgia,serif; font-size: 20px; text-align: left; transform: translateY(8px); transition: transform .4s ease; }
.gallery-item:hover img { transform: scale(1.06); filter: saturate(1.08); }
.gallery-item:hover::after { opacity: .9; }
.gallery-item:hover span { transform: none; }
.gallery-wide { grid-column: span 2; }
.gallery-tall { grid-row: span 2; }

.reviews { display: grid; grid-template-columns: .42fr 1fr .56fr; gap: clamp(45px,7vw,110px); align-items: start; background: var(--cream); }
.reviews-score { position: sticky; top: 130px; padding-top: 12px; }
.score-number { font-family: Georgia,serif; font-size: clamp(85px,10vw,150px); line-height: .75; letter-spacing: -.08em; }
.reviews-score > small { color: var(--coral); font-family: Georgia,serif; font-size: 20px; }
.reviews-score > div { margin-top: 30px; }
.reviews-score strong,.reviews-score span { display: block; }
.reviews-score strong { font-family: Georgia,serif; font-size: 23px; font-weight: 400; }
.reviews-score span { margin-top: 5px; color: rgba(21,61,54,.55); font-size: 9px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.reviews-main h2 { margin-top: 52px; }
.reviews-main > p { max-width: 720px; margin: 30px 0 55px; color: rgba(21,61,54,.68); font-size: 15px; line-height: 1.8; }
.review-quotes blockquote { margin: 0; border-top: 1px solid rgba(21,61,54,.18); padding: 35px 0; }
.review-quotes p { margin: 0; font-family: Georgia,serif; font-size: clamp(21px,2vw,30px); font-style: italic; line-height: 1.45; }
.review-quotes footer { margin-top: 18px; color: rgba(21,61,54,.5); font-size: 8px; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.rating-list { margin-top: 165px; }
.rating-list > div { position: relative; display: grid; grid-template-columns: 1fr auto; gap: 10px; margin-bottom: 25px; padding-bottom: 12px; }
.rating-list span { font-size: 10px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.rating-list b { color: var(--coral); font-family: Georgia,serif; font-size: 16px; font-weight: 400; }
.rating-list i { position: absolute; right: 0; bottom: 0; left: 0; height: 2px; background: rgba(21,61,54,.14); }
.rating-list i::after { display: block; width: var(--rating); height: 100%; background: var(--ink); content: ''; transform: scaleX(0); transform-origin: left; transition: transform 1.1s .3s ease; }
.rating-list.in-view i::after { transform: scaleX(1); }

.location { display: grid; grid-template-columns: 1fr minmax(400px,.8fr); align-items: center; gap: clamp(60px,9vw,150px); }
.location-copy h2 { margin: 55px 0 30px; }
.location-copy > p { max-width: 750px; color: rgba(255,253,247,.62); font-size: 15px; line-height: 1.8; }
.places { margin-top: 58px; border-top: 1px solid rgba(255,255,255,.15); }
.places a { display: grid; grid-template-columns: 90px 1fr 1fr 24px; align-items: center; gap: 20px; border-bottom: 1px solid rgba(255,255,255,.15); padding: 22px 8px; transition: background .3s ease, padding .3s ease; }
.places a:hover { margin: 0 -12px; padding-right: 20px; padding-left: 20px; background: rgba(255,255,255,.05); }
.places b { color: var(--coral); font-family: Georgia,serif; font-size: 19px; font-weight: 400; }
.places span { font-family: Georgia,serif; font-size: 20px; }
.places small { color: rgba(255,255,255,.47); font-size: 10px; line-height: 1.4; }
.places i { color: var(--coral); font-size: 20px; font-style: normal; }
.coast-map { position: relative; min-height: 720px; border: 1px solid rgba(255,255,255,.15); border-radius: 49% 49% 5px 5px; overflow: hidden; background: #123b34; box-shadow: 0 30px 70px rgba(0,0,0,.24); }
.sea { position: absolute; inset: 0 0 52%; overflow: hidden; background: #1a6f75; }
.sea::after { position: absolute; right: -10%; bottom: -39%; width: 120%; height: 58%; border: 1px solid rgba(255,255,255,.2); border-radius: 50%; box-shadow: 0 -25px 0 rgba(255,255,255,.04),0 -50px 0 rgba(255,255,255,.03); content: ''; }
.sea span { position: absolute; top: 23%; left: 50%; color: rgba(255,255,255,.7); font-family: Georgia,serif; font-size: 13px; letter-spacing: .28em; transform: translateX(-50%); white-space: nowrap; }
.sea i { position: absolute; top: 45%; left: 19%; width: 24px; height: 1px; background: rgba(255,255,255,.5); }
.sea i:nth-of-type(2) { top: 59%; left: 67%; width: 37px; }
.sea i:nth-of-type(3) { top: 72%; left: 39%; width: 17px; }
.coast-line { position: absolute; top: 48%; right: -5%; left: -5%; height: 15%; border-radius: 50%; background: #d8c493; transform: rotate(-5deg); }
.map-route { position: absolute; top: 58%; right: 13%; bottom: 12%; left: 12%; border: 1px dashed rgba(255,255,255,.25); border-radius: 48% 20% 45% 22%; transform: rotate(-8deg); }
.map-place { position: absolute; z-index: 3; font-family: Georgia,serif; font-size: 17px; }
.map-place::before { position: absolute; top: 6px; left: -18px; width: 8px; height: 8px; border: 2px solid var(--coral); border-radius: 50%; background: var(--ink-deep); content: ''; }
.map-place small { display: block; margin-top: 3px; color: rgba(255,255,255,.48); font-family: Arial,sans-serif; font-size: 7px; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.map-place.active { padding: 12px 16px 12px 30px; border-radius: 3px; background: var(--coral); color: #fff; box-shadow: 0 12px 24px rgba(0,0,0,.2); }
.map-place.active::before { top: 21px; left: 13px; border-color: #fff; background: #fff; }
.map-place.active small { color: rgba(255,255,255,.75); }
.map-karwia { bottom: 19%; left: 13%; }
.map-tupadly { bottom: 28%; left: 39%; }
.map-jastrzebia { right: 13%; bottom: 39%; }
.map-rozewie { right: 11%; bottom: 18%; }
.coast-map > p { position: absolute; right: 24px; bottom: 15px; left: 24px; margin: 0; color: rgba(255,255,255,.35); font-size: 7px; letter-spacing: .08em; text-align: center; text-transform: uppercase; }

.faq { display: grid; grid-template-columns: minmax(330px,.72fr) 1fr; gap: clamp(60px,10vw,170px); background: #fbf8f1; }
.faq-heading { position: sticky; top: 130px; align-self: start; }
.faq-heading h2 { margin: 52px 0 30px; }
.faq-heading > p { max-width: 520px; color: rgba(21,61,54,.64); font-size: 14px; line-height: 1.8; }
.faq-list { border-top: 1px solid rgba(21,61,54,.2); }
.faq-list details { border-bottom: 1px solid rgba(21,61,54,.2); }
.faq-list summary { display: grid; grid-template-columns: 1fr auto; align-items: center; min-height: 93px; gap: 20px; cursor: pointer; font-family: Georgia,serif; font-size: clamp(19px,1.7vw,26px); list-style: none; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary span { display: grid; place-items: center; width: 34px; height: 34px; border: 1px solid rgba(21,61,54,.22); border-radius: 50%; color: var(--coral); font-family: Arial,sans-serif; font-size: 17px; transition: transform .35s ease, background .35s ease; }
.faq-list details[open] summary span { background: var(--ink); color: #fff; transform: rotate(45deg); }
.faq-list details p { max-width: 760px; margin: -5px 70px 28px 0; color: rgba(21,61,54,.65); font-size: 14px; line-height: 1.75; animation: answer-in .35s ease both; }
@keyframes answer-in { from { opacity: 0; transform: translateY(-8px); } }

.contact { position: relative; min-height: 760px; overflow: hidden; background: #1b5750; color: #fff; text-align: center; }
.contact::before { position: absolute; inset: 0; background: linear-gradient(180deg,rgba(13,47,42,.1),rgba(13,47,42,.42)),url('public/images/salon-glowny-hd.webp') center/cover; filter: saturate(.65); opacity: .2; content: ''; }
.contact-sun { position: absolute; top: 50%; left: 50%; width: min(74vw,900px); aspect-ratio: 1; border: 1px solid rgba(255,255,255,.14); border-radius: 50%; box-shadow: 0 0 0 7vw rgba(255,255,255,.025),0 0 0 14vw rgba(255,255,255,.018); transform: translate(-50%,-50%); }
.contact-inner { position: relative; z-index: 2; display: flex; align-items: center; flex-direction: column; justify-content: center; min-height: 760px; padding: 100px 24px; }
.contact .eyebrow { color: rgba(255,255,255,.74); }
.contact h2 { max-width: 1100px; margin: 32px auto 26px; font-size: clamp(55px,7.5vw,115px); }
.contact-inner > p:not(.eyebrow) { max-width: 670px; margin: 0; color: rgba(255,255,255,.68); font-family: Georgia,serif; font-size: 18px; line-height: 1.65; }
.contact-actions { display: flex; align-items: stretch; justify-content: center; gap: 20px; margin-top: 48px; }
.button-coral { min-height: 68px; background: var(--coral); color: #fff; box-shadow: 0 16px 35px rgba(0,0,0,.18); transition: transform .3s ease, background .3s ease; }
.button-coral:hover { background: #f77b61; transform: translateY(-3px); }
.address-link,.phone-link { display: grid; grid-template-columns: 1fr auto; min-width: 220px; border: 1px solid rgba(255,255,255,.32); padding: 12px 18px; text-align: left; transition: background .3s ease, transform .3s ease; }
.address-link { min-width: 295px; }
.address-link:hover,.phone-link:hover { background: rgba(255,255,255,.08); transform: translateY(-3px); }
.address-link small,.phone-link small { grid-column: 1; color: rgba(255,255,255,.48); font-size: 8px; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.address-link strong,.phone-link strong { grid-column: 1; font-family: Georgia,serif; font-size: 15px; font-weight: 400; line-height: 1.35; }
.address-link > span,.phone-link > span { grid-column: 2; grid-row: 1 / 3; align-self: center; color: var(--coral); font-size: 20px; }

.footer { display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 30px; padding: 35px clamp(24px,5vw,76px); background: var(--ink-deep); color: #fff; }
.footer-brand small { color: rgba(255,255,255,.42); }
.footer-brand .brand-mark { border-color: rgba(255,255,255,.25); }
.footer-links { display: flex; gap: 30px; }
.footer-links a { color: rgba(255,255,255,.66); font-size: 9px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; transition: color .25s ease; }
.footer-links a:hover { color: var(--coral); }
.footer > p { justify-self: end; margin: 0; color: rgba(255,255,255,.4); font-size: 8px; letter-spacing: .08em; text-transform: uppercase; }

.lightbox { position: fixed; z-index: 100; inset: 0; display: grid; grid-template-columns: 76px 1fr 76px; place-items: center; visibility: hidden; background: rgba(6,24,21,.95); opacity: 0; transition: opacity .35s ease,visibility .35s; }
.lightbox.open { visibility: visible; opacity: 1; }
.lightbox figure { display: flex; align-items: center; flex-direction: column; justify-content: center; width: min(82vw,1100px); height: 86vh; margin: 0; }
.lightbox img { max-width: 100%; max-height: calc(100% - 45px); object-fit: contain; box-shadow: 0 30px 70px rgba(0,0,0,.35); transform: scale(.95); transition: transform .45s ease; }
.lightbox.open img { transform: scale(1); }
.lightbox figcaption { margin-top: 18px; color: rgba(255,255,255,.7); font-family: Georgia,serif; font-size: 16px; }
.lightbox button { border: 0; background: transparent; color: #fff; cursor: pointer; font-size: 28px; }
.lightbox-close { position: absolute; top: 25px; right: 32px; width: 48px; height: 48px; }
.lightbox-prev,.lightbox-next { width: 58px; height: 58px; border: 1px solid rgba(255,255,255,.2) !important; border-radius: 50%; transition: background .25s ease; }
.lightbox-prev:hover,.lightbox-next:hover { background: var(--coral); }
.to-top { position: fixed; z-index: 30; right: 24px; bottom: 24px; display: grid; place-items: center; width: 45px; height: 45px; border-radius: 50%; background: var(--ink); color: #fff; box-shadow: 0 9px 25px rgba(13,47,42,.2); opacity: 0; pointer-events: none; transform: translateY(15px); transition: opacity .3s ease,transform .3s ease,background .3s ease; }
.to-top.visible { opacity: 1; pointer-events: auto; transform: none; }
.to-top:hover { background: var(--coral); }

@media (min-width: 1101px) {
  .location { grid-template-columns: minmax(0,1.25fr) minmax(360px,.75fr); align-items: start; gap: clamp(50px,5vw,90px); padding-top: clamp(90px,8vw,130px); padding-bottom: clamp(70px,6vw,100px); }
  .location-copy h2 { margin: 42px 0 26px; font-size: clamp(50px,4.25vw,72px); }
  .location-copy > p { line-height: 1.7; }
  .places { margin-top: 38px; }
  .places a { padding-top: 16px; padding-bottom: 16px; }
  .coast-map { align-self: start; min-height: clamp(580px,35vw,640px); margin-top: 0; }
}

@media (max-width: 1100px) {
  .story-grid { grid-template-columns: .8fr 1fr; }
  .story-aside { grid-column: 1 / -1; display: grid; grid-template-columns: 100px 160px 1fr; align-items: center; gap: 25px; }
  .story-aside hr { display: none; }
  .floor-details { grid-template-columns: minmax(160px,.55fr) 1fr 130px; gap: 20px; }
  .floor-card img { width: 130px; height: 120px; }
  .gallery-head { grid-template-columns: 1fr 1.5fr; }
  .gallery-head > p { grid-column: 2; }
  .reviews { grid-template-columns: 210px 1fr; }
  .rating-list { grid-column: 2; margin-top: 0; }
  .location { grid-template-columns: 1fr; }
  .coast-map { width: min(100%,700px); min-height: 600px; margin: 0 auto; }
}

@media (max-width: 800px) {
  .site-header { grid-template-columns: 1fr auto auto; gap: 10px; }
  .menu-toggle { z-index: 2; display: block; grid-column: 3; }
  .site-header .header-cta { grid-column: 2; grid-row: 1; }
  #main-nav { position: fixed; top: 0; right: 0; display: flex; align-items: center; flex-direction: column; justify-content: center; width: min(82vw,420px); height: 100svh; background: var(--cream); box-shadow: -25px 0 50px rgba(13,47,42,.14); font-family: Georgia,serif; font-size: 24px; font-weight: 400; letter-spacing: 0; text-transform: none; transform: translateX(105%); transition: transform .45s cubic-bezier(.2,.8,.2,1); }
  #main-nav.open { transform: none; }
  .scroll-cue { display: none; }
  .story-heading { align-items: flex-start; flex-direction: column; gap: 24px; margin: 50px 0 60px; }
  .story-heading h2 { margin-left: 0; text-align: left; }
  .story-grid { grid-template-columns: 1fr; }
  .story-photo-wrap { width: min(90%,530px); margin: 0 auto; }
  .story-aside { grid-template-columns: 90px 1fr; }
  .story-aside blockquote { grid-column: 1 / -1; }
  .inside-intro { grid-template-columns: 1fr; gap: 30px; }
  .floor-toggle { padding: 26px 0; }
  .floor-details { grid-template-columns: 1fr; gap: 24px; padding-bottom: 28px; }
  .floor-spacer { display: none; }
  .floor-card ul { grid-column: 1; }
  .floor-card img { grid-column: 1; width: 100%; height: 250px; border-radius: 3px; }
  .amenities { grid-template-columns: 1fr; }
  .amenities-photo { min-height: 600px; }
  .gallery-head { grid-template-columns: 1fr; }
  .gallery-head > p { grid-column: 1; }
  .gallery-grid { grid-auto-rows: 260px; grid-template-columns: 1fr 1fr; }
  .gallery-tall { grid-row: span 1; }
  .reviews { grid-template-columns: 1fr; }
  .reviews-score { position: static; }
  .rating-list { grid-column: 1; }
  .faq { grid-template-columns: 1fr; }
  .faq-heading { position: static; }
  .footer { grid-template-columns: 1fr; justify-items: center; text-align: center; }
  .footer > p { justify-self: center; }
}

@media (max-width: 560px) {
  .site-header .header-cta { display: none; }
  .site-header { grid-template-columns: 1fr auto; }
  .menu-toggle { grid-column: 2; }
  .section,.section-dark { padding-right: 20px; padding-left: 20px; }
  .story-photo-wrap { width: calc(100% - 30px); }
  .sun-stamp { left: -22px; width: 88px; height: 88px; }
  .sun-stamp b { font-size: 28px; }
  .vertical-note { display: none; }
  .amenities-photo { min-height: 480px; }
  .photo-tag { right: -44px; }
  .amenity-grid { grid-template-columns: 1fr; }
  .gallery-grid { grid-auto-rows: 230px; grid-template-columns: 1fr; }
  .gallery-wide { grid-column: span 1; }
  .places a { grid-template-columns: 70px 1fr 20px; }
  .places small { display: none; }
  .coast-map { min-height: 500px; }
  .map-place { font-size: 13px; }
  .map-tupadly { left: 31%; }
  .contact-actions { align-items: stretch; flex-direction: column; width: min(100%,360px); }
  .button-coral,.address-link,.phone-link { width: 100%; min-width: 0; }
  .lightbox { grid-template-columns: 52px 1fr 52px; }
  .lightbox figure { width: 100%; }
  .lightbox-prev,.lightbox-next { width: 44px; height: 44px; }
  .footer-links { flex-wrap: wrap; justify-content: center; gap: 18px; }
}
