@font-face { font-family: "Glacial Indifference"; src: url("assets/fonts/GlacialIndifference-Regular.woff2") format("woff2"); font-weight: 400; font-style: normal; font-display: swap; }
@font-face { font-family: "Glacial Indifference"; src: url("assets/fonts/GlacialIndifference-Bold.woff2") format("woff2"); font-weight: 700; font-style: normal; font-display: swap; }
@font-face { font-family: "Jost"; src: url("assets/fonts/Jost.ttf") format("truetype"); font-weight: 100 900; font-style: normal; font-display: swap; }

:root {
  --ink: #3A3E22;
  --ink-deep: #3A3E22;
  --paper: #ffffff;
  --paper-2: #ffffff;
  --white: #ffffff;
  --clay: #3A3E22;
  --gold: #ffffff;
  --muted: #3A3E22;
  --line: rgba(58, 62, 34, 0.16);
  --radius: 1.4rem;
  --shadow: 0 24px 70px rgba(58, 62, 34, 0.13);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink-deep); background: var(--paper); font-family: "Glacial Indifference", ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; font-size: 1rem; line-height: 1.6; }
img { display: block; width: 100%; height: 100%; object-fit: cover; }
a { color: inherit; }
h1, h2, h3, p { margin-top: 0; }
h1, h2 { font-family: "Jost", "Glacial Indifference", sans-serif; font-weight: 300; line-height: 1.08; letter-spacing: -.02em; }
h1 { max-width: 12ch; font-size: clamp(3.4rem, 6.4vw, 6.5rem); margin-bottom: 1.75rem; }
h2 { max-width: 16ch; font-size: clamp(2.4rem, 4.4vw, 4.6rem); margin-bottom: 1.4rem; }

.site-header { position: relative; z-index: 10; width: min(100% - 2rem, 1360px); min-height: 86px; margin: 0 auto; display: flex; align-items: center; justify-content: space-between; gap: 1.5rem; }
.brand { display: inline-flex; align-items: center; gap: .75rem; text-decoration: none; line-height: 1.05; }
.brand-logo { width: 6rem; height: 6rem; flex: 0 0 auto; object-fit: contain; border-radius: var(--radius); }
.brand strong, .brand small { display: block; }
.brand strong { font-family: "Jost", "Glacial Indifference", sans-serif; font-size: 1.15rem; }
.brand small { margin-top: .32rem; color: var(--muted); font-size: .72rem; letter-spacing: .09em; text-transform: uppercase; }
nav { display: flex; gap: clamp(1.2rem, 3vw, 2.5rem); }
nav a { position: relative; text-decoration: none; font-size: .92rem; font-weight: 700; }
nav a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -.45rem; height: 2px; background: var(--clay); transition: right .25s ease; }
nav a:hover::after, nav a:focus-visible::after { right: 0; }

.button { display: inline-flex; align-items: center; justify-content: center; min-height: 3.5rem; padding: .8rem 1.4rem; border: 1px solid var(--ink); border-radius: 999px; color: var(--white); background: var(--ink); font-weight: 700; text-decoration: none; transition: transform .2s ease, box-shadow .2s ease, background .2s ease; }
.button:hover, .button:focus-visible { transform: translateY(-2px); background: var(--ink-deep); box-shadow: 0 12px 30px rgba(58, 62, 34, .18); }
.button-small { min-height: 2.8rem; padding: .6rem 1rem; font-size: .88rem; }
.button-light { border-color: var(--white); color: var(--ink-deep); background: var(--white); }
.text-link, .map-link { display: inline-flex; gap: .55rem; align-items: center; font-weight: 700; text-underline-offset: .35rem; }

.hero { min-height: calc(100svh - 86px); width: min(100% - 2rem, 1460px); margin: 0 auto; padding: clamp(2.5rem, 6vw, 6rem) clamp(0rem, 3vw, 3rem) 5rem; display: grid; grid-template-columns: minmax(0, .9fr) minmax(420px, 1.1fr); align-items: center; gap: clamp(2rem, 5vw, 6rem); }
.hero-copy { padding-left: clamp(0rem, 2vw, 2rem); }
.eyebrow { margin-bottom: 1rem; color: var(--clay); font-size: .78rem; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; }
.hero-lead { max-width: 36rem; margin-bottom: 2rem; color: #3A3E22; font-size: clamp(1.08rem, 1.6vw, 1.35rem); }
.hero-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 1.25rem; }
.contact-note { display: flex; align-items: center; gap: .55rem; margin: 1.25rem 0 0; color: var(--muted); font-size: .88rem; }
.contact-note span { color: #3A3E22; font-size: .7rem; }
.hero-image { position: relative; height: min(76svh, 820px); min-height: 570px; margin: 0; overflow: hidden; border-radius: 46% 46% 1.6rem 1.6rem / 20% 20% 1.6rem 1.6rem; background: var(--paper-2); box-shadow: var(--shadow); }
.hero-image img { object-position: 52% 55%; }
.hero-image::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 55%, rgba(58, 62, 34, .68)); pointer-events: none; }
.hero-image figcaption { position: absolute; z-index: 1; left: clamp(1.2rem, 4vw, 3rem); right: 2rem; bottom: 2rem; color: white; }
.hero-image figcaption strong, .hero-image figcaption span { display: block; }
.hero-image figcaption strong { margin-bottom: .25rem; font-family: "Jost", "Glacial Indifference", sans-serif; font-size: clamp(1.4rem, 2.5vw, 2.25rem); }
.hero-image figcaption span { opacity: .85; }

.facts { width: min(100% - 2rem, 1320px); margin: 0 auto 4rem; padding: 1.5rem 0; display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.facts div { padding: .4rem clamp(1rem, 3vw, 2.25rem); border-right: 1px solid var(--line); }
.facts div:last-child { border-right: 0; }
.facts strong, .facts span { display: block; }
.facts strong { color: var(--ink); font-family: "Jost", "Glacial Indifference", sans-serif; font-size: clamp(1.6rem, 3vw, 2.4rem); line-height: 1.1; }
.facts span { margin-top: .35rem; color: var(--muted); font-size: .84rem; }

.section { width: min(100% - 2rem, 1220px); margin: 0 auto; padding: clamp(5rem, 10vw, 9rem) 0; }
.section-heading { max-width: 44rem; }
.intro { display: grid; grid-template-columns: 1fr .8fr; gap: clamp(3rem, 8vw, 8rem); align-items: start; }
.intro-copy { padding-top: 2.3rem; color: #3A3E22; font-size: 1.1rem; }
.feature-list { list-style: none; padding: 0; margin: 2rem 0 0; border-top: 1px solid var(--line); }
.feature-list li { padding: .9rem 0; border-bottom: 1px solid var(--line); color: var(--ink-deep); font-weight: 700; }
.feature-list li::before { content: "✓"; margin-right: .7rem; color: var(--clay); }

.gallery { width: min(100% - 2rem, 1460px); margin: 0 auto; display: grid; grid-template-columns: 1.35fr .78fr .78fr; gap: 1rem; }
.gallery figure { position: relative; height: 540px; margin: 0; overflow: hidden; border-radius: var(--radius); background: var(--paper-2); }
.gallery .gallery-wide img { object-position: 58% center; }
.gallery figure::after { content: ""; position: absolute; inset: 50% 0 0; background: linear-gradient(transparent, rgba(58, 62, 34, .7)); }
.gallery figcaption { position: absolute; z-index: 1; left: 1.4rem; right: 1.4rem; bottom: 1.2rem; color: white; font-family: "Jost", "Glacial Indifference", sans-serif; font-size: 1.35rem; }

.event-section { display: grid; grid-template-columns: 1.1fr .9fr; gap: clamp(3rem, 8vw, 8rem); align-items: center; }
.event-images { position: relative; min-height: 660px; }
.event-images img { position: absolute; border-radius: var(--radius); box-shadow: var(--shadow); }
.event-main { inset: 0 14% 0 0; }
.event-detail { right: 0; bottom: -2rem; width: 43%; height: 52%; border: .55rem solid var(--paper); }
.event-copy p:not(.eyebrow) { max-width: 35rem; color: #3A3E22; font-size: 1.08rem; }
.schedule { margin: 2rem 0; border-top: 1px solid var(--line); }
.schedule div { padding: 1rem 0; display: flex; justify-content: space-between; gap: 2rem; border-bottom: 1px solid var(--line); }
.schedule dt { font-weight: 700; }
.schedule dd { margin: 0; color: var(--clay); font-weight: 700; }

.pricing { width: 100%; max-width: none; padding-left: max(1rem, calc((100vw - 1220px)/2)); padding-right: max(1rem, calc((100vw - 1220px)/2)); color: var(--white); background: var(--ink); }
.pricing .eyebrow { color: var(--gold); }
.pricing-heading { display: grid; grid-template-columns: 1fr; max-width: 55rem; }
.pricing-heading p:last-child { max-width: 44rem; color: rgba(255,255,255,.72); }
.price-grid { margin-top: 3rem; display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; }
.price-card { min-height: 300px; padding: clamp(1.5rem, 4vw, 3rem); display: flex; flex-direction: column; justify-content: space-between; border: 1px solid rgba(255,255,255,.2); border-radius: var(--radius); background: rgba(255,255,255,.06); }
.price-card.featured { color: var(--ink-deep); background: var(--gold); border-color: var(--gold); }
.price-season { margin-bottom: .4rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; font-size: .74rem; }
.price-card h3 { font-size: 1.15rem; font-weight: 500; }
.price-card h3 strong { display: block; margin-top: .25rem; font-family: "Jost", "Glacial Indifference", sans-serif; font-size: clamp(2.2rem, 4vw, 3.3rem); }
.price-card ul { list-style: none; padding: 0; margin: 2rem 0 0; }
.price-card li { padding: .65rem 0; display: flex; justify-content: space-between; gap: 1rem; border-top: 1px solid currentColor; border-color: rgba(255,255,255,.17); }
.price-card.featured li { border-color: rgba(58,62,34,.2); }
.booking-terms { margin-top: 2.5rem; display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem; }
.booking-terms span { padding-top: 1rem; border-top: 1px solid rgba(255,255,255,.25); color: rgba(255,255,255,.72); }
.booking-terms strong { display: block; color: white; font-size: 1.25rem; }

.stay { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(3rem, 8vw, 8rem); align-items: center; }
.stay-image { height: 560px; border-radius: var(--radius); overflow: hidden; box-shadow: var(--shadow); }
.stay-copy > p:not(.eyebrow) { color: #3A3E22; font-size: 1.08rem; }
.platform-links { margin-top: 2rem; display: grid; gap: .75rem; }
.platform-links a { padding: 1rem 1.1rem; display: flex; align-items: center; justify-content: space-between; border: 1px solid var(--line); border-radius: 1rem; text-decoration: none; transition: background .2s ease, transform .2s ease; }
.platform-links a:hover, .platform-links a:focus-visible { transform: translateX(4px); background: var(--white); }
.platform-links span { color: var(--muted); font-size: .86rem; }

.amenities { padding-top: 2rem; display: grid; grid-template-columns: .72fr 1.28fr; gap: clamp(3rem, 8vw, 7rem); align-items: center; }
.amenity-copy p:not(.eyebrow) { color: #3A3E22; }
.amenity-gallery { height: 620px; display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; }
.amenity-gallery img { border-radius: var(--radius); }
.amenity-gallery img:first-child { transform: translateY(2rem); }

.faq { display: grid; grid-template-columns: .72fr 1.28fr; gap: clamp(3rem, 8vw, 8rem); }
.faq-list { border-top: 1px solid var(--line); }
details { border-bottom: 1px solid var(--line); }
summary { position: relative; padding: 1.2rem 2.5rem 1.2rem 0; cursor: pointer; list-style: none; font-weight: 700; font-size: 1.05rem; }
summary::-webkit-details-marker { display: none; }
summary::after { content: "+"; position: absolute; right: .25rem; top: 1rem; color: var(--clay); font-size: 1.5rem; font-weight: 400; }
details[open] summary::after { content: "−"; }
details p { max-width: 42rem; padding: 0 2.5rem 1.2rem 0; color: var(--muted); }

.final-cta { width: min(100% - 2rem, 1400px); margin: 2rem auto; padding: clamp(3rem, 7vw, 6rem); display: flex; align-items: end; justify-content: space-between; gap: 2rem; color: var(--white); background: var(--clay); border-radius: calc(var(--radius) * 1.2); }
.final-cta .eyebrow { color: #ffffff; }
.final-cta h2 { max-width: 14ch; }
.final-cta p:last-child { max-width: 42rem; margin-bottom: 0; color: rgba(255,255,255,.83); }
.final-cta .button { flex: 0 0 auto; }

footer { width: min(100% - 2rem, 1320px); margin: 0 auto; padding: 4rem 0 7rem; display: grid; grid-template-columns: 1fr auto; gap: 1.5rem; align-items: center; border-top: 1px solid var(--line); color: var(--muted); }
footer p { margin: 0; }
footer div { display: flex; gap: 1.3rem; }
footer div a { color: var(--ink-deep); font-weight: 700; text-underline-offset: .25rem; }
footer > small { grid-column: 1 / -1; }
.brand-footer { color: var(--ink-deep); }

.floating-wa { position: fixed; z-index: 20; right: 1.15rem; bottom: max(1.15rem, env(safe-area-inset-bottom)); min-height: 3.5rem; padding: .75rem 1.1rem; display: flex; align-items: center; gap: .55rem; border-radius: 999px; color: #062b17; background: #25D366; box-shadow: 0 12px 35px rgba(8, 51, 29, .28); font-weight: 700; text-decoration: none; transition: transform .2s ease; }
.floating-wa:hover, .floating-wa:focus-visible { transform: translateY(-3px) scale(1.02); }
.floating-wa svg { width: 1.55rem; height: 1.55rem; fill: currentColor; }

@media (max-width: 980px) {
  nav { display: none; }
  .hero { grid-template-columns: 1fr 1fr; gap: 2rem; }
  .hero-image { min-height: 520px; }
  .gallery { grid-template-columns: 1.2fr .8fr; }
  .gallery figure:last-child { display: none; }
  .event-section, .stay { gap: 3rem; }
  .event-images { min-height: 560px; }
}

@media (max-width: 720px) {
  .site-header { min-height: 76px; }
  .site-header > .button { display: none; }
  .brand strong { font-size: 1.06rem; }
  h1 { font-size: clamp(3.25rem, 16vw, 5.4rem); }
  h2 { font-size: clamp(2.5rem, 12vw, 3.7rem); }
  .hero { min-height: auto; padding: 2rem 0 4rem; grid-template-columns: 1fr; }
  .hero-copy { padding: 0 .2rem; }
  .hero-image { min-height: 520px; height: 67svh; order: -1; border-radius: 44% 44% 1.3rem 1.3rem / 16% 16% 1.3rem 1.3rem; }
  .hero-image figcaption { left: 1.3rem; bottom: 1.3rem; }
  .facts { grid-template-columns: 1fr 1fr; }
  .facts div { min-height: 92px; border-bottom: 1px solid var(--line); }
  .facts div:nth-child(2) { border-right: 0; }
  .facts div:nth-child(n+3) { border-bottom: 0; }
  .intro, .event-section, .stay, .amenities, .faq { grid-template-columns: 1fr; }
  .intro-copy { padding-top: 0; }
  .gallery { grid-template-columns: 1fr 1fr; gap: .7rem; }
  .gallery figure { height: 340px; }
  .gallery .gallery-wide { grid-column: 1 / -1; height: 390px; }
  .gallery figure:last-child { display: block; }
  .gallery figcaption { left: 1rem; bottom: .85rem; font-size: 1.1rem; }
  .event-images { min-height: 560px; }
  .event-main { right: 10%; }
  .event-detail { width: 46%; }
  .price-grid, .booking-terms { grid-template-columns: 1fr; }
  .booking-terms { gap: .5rem; }
  .stay-image { height: 420px; }
  .amenity-gallery { height: 520px; gap: .7rem; }
  .final-cta { align-items: flex-start; flex-direction: column; }
  footer { grid-template-columns: 1fr; }
  footer div { flex-wrap: wrap; }
  footer > small { grid-column: auto; }
}

@media (max-width: 430px) {
  .hero-image { min-height: 470px; }
  .hero-actions { align-items: flex-start; flex-direction: column; }
  .hero-actions .button { width: 100%; }
  .facts div { padding-left: .8rem; }
  .gallery figure, .gallery .gallery-wide { height: 310px; }
  .event-images { min-height: 490px; }
  .event-main { right: 5%; }
  .event-detail { width: 48%; height: 46%; }
  .price-card li { align-items: flex-start; flex-direction: column; gap: .1rem; }
  .amenity-gallery { height: 470px; }
  .floating-wa span { display: none; }
  .floating-wa { width: 3.65rem; padding: 0; justify-content: center; }
}

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

/* Original brand artwork and weekly price windows. */
.site-header { padding-top: .75rem; padding-bottom: .75rem; }
.price-card li { align-items: flex-start; }
.price-card li span { max-width: 24ch; }
.price-card li strong { flex: 0 0 auto; white-space: nowrap; }
footer .social-links { grid-column: 1 / -1; flex-wrap: wrap; align-items: center; gap: .4rem 1.3rem; }
.social-links a { display: inline-flex; align-items: center; min-height: 44px; }
@media (max-width: 720px) { .brand-logo { width: 5rem; height: 5rem; } }

/* Lumé palette and typography: original logo, Glacial text, Jost display. */
.eyebrow, .price-season { font-size: .875rem; }
.brand small { font-size: .875rem; letter-spacing: .06em; }
.brand strong { font-weight: 400; letter-spacing: .06em; text-transform: uppercase; }
.button-light:hover, .button-light:focus-visible { background: var(--white); color: var(--ink); }
.button:focus-visible, a:focus-visible, summary:focus-visible { outline: 2px solid currentColor; outline-offset: 5px; }
.hero-image figcaption strong, .gallery figcaption { font-weight: 400; line-height: 1.3; }
.facts strong, .price-card h3 strong { font-weight: 400; }
.schedule div { flex-wrap: wrap; gap: .5rem 1rem; }
