/*
Theme Name: Seedland Hospitality
Theme URI: https://seedlandhotel.com/
Author: Seedland Hotel
Description: A cinematic, mobile-first hospitality theme for Seedland Hotel in Ibadan, Nigeria.
Version: 2.0.1
Text Domain: seedland-hospitality
*/

:root {
  --ink: #1d1e1d;
  --deep: #121310;
  --deep-soft: #1c1d19;
  --cream: #eee5d6;
  --paper: #f8f4eb;
  --white: #fffdf7;
  --gold: #c28b19;
  --gold-bright: #dea941;
  --gold-light: #f1d287;
  --muted: #706c63;
  --line: rgba(29, 30, 29, 0.14);
  --ease-out: cubic-bezier(.16, 1, .3, 1);
  --ease-smooth: cubic-bezier(.65, 0, .35, 1);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 92px; background: var(--deep); }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: Avenir, "Avenir Next", Arial, Helvetica, sans-serif; }
a { color: inherit; text-decoration: none; }
img { display: block; width: 100%; }
figure { margin: 0; }
button, a { -webkit-tap-highlight-color: transparent; }
::selection { background: var(--gold); color: var(--deep); }

.site-shell { overflow: clip; background: var(--paper); }
.scroll-progress { position: fixed; inset: 0 0 auto; z-index: 100; height: 3px; background: linear-gradient(90deg, var(--gold-light), var(--gold)); transform: scaleX(0); transform-origin: left center; will-change: transform; }

.nav-wrap { height: 92px; display: flex; align-items: center; justify-content: space-between; padding: 0 clamp(22px, 5vw, 76px); background: rgba(248, 244, 235, .94); border-bottom: 1px solid rgba(194,139,25,.16); position: sticky; top: 0; z-index: 50; backdrop-filter: blur(18px); transition: height .35s var(--ease-out), box-shadow .35s ease, background .35s ease; }
.admin-bar .nav-wrap { top: 32px; }
.nav-wrap.is-scrolled { height: 78px; background: rgba(248, 244, 235, .98); box-shadow: 0 12px 40px rgba(28,22,12,.08); }
.nav-wrap::after { content: ""; position: absolute; left: clamp(22px, 5vw, 76px); bottom: -1px; width: 70px; height: 2px; background: linear-gradient(90deg, var(--gold), rgba(194,139,25,0)); }
.brand { display: inline-flex; align-items: center; }
.brand-logo { width: clamp(196px, 20vw, 250px); height: auto; }
.brand-icon { display: none; width: 92px; height: 46px; object-fit: contain; }
nav { display: flex; gap: clamp(24px, 3vw, 42px); font-size: 12px; font-weight: 800; letter-spacing: .06em; }
nav a { position: relative; padding: 10px 0; }
nav a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: 4px; height: 1px; background: var(--gold); transition: right .32s var(--ease-out); }
nav a:hover::after, nav a:focus-visible::after { right: 0; }

.button { display: inline-flex; align-items: center; justify-content: center; min-height: 52px; padding: 15px 24px; background: linear-gradient(135deg, var(--gold-bright), var(--gold)); color: var(--deep); border: 1px solid rgba(255,255,255,.22); box-shadow: 0 14px 34px rgba(82,56,8,.16); font-size: 12px; font-weight: 900; letter-spacing: .045em; transition: transform .2s ease, filter .2s ease, box-shadow .2s ease; }
.button:hover, .button:focus-visible { transform: translateY(-3px); filter: brightness(1.06); box-shadow: 0 19px 40px rgba(82,56,8,.22); }
.button-small { min-height: 44px; padding: 11px 18px; }
.dark-button { background: var(--deep); color: var(--white); border-color: rgba(255,255,255,.08); }

.hero { height: calc(100svh - 92px); min-height: 740px; max-height: 1040px; position: relative; overflow: hidden; color: var(--white); background: var(--deep); }
.hero-media { position: absolute; inset: -8% 0; overflow: hidden; }
.hero-media img { height: 116%; object-fit: cover; object-position: center; transform: scale(1.065); will-change: transform; }
.hero-shade { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(9,10,8,.94) 0%, rgba(9,10,8,.74) 38%, rgba(9,10,8,.18) 72%, rgba(9,10,8,.05) 100%), linear-gradient(0deg, rgba(9,10,8,.78) 0%, transparent 33%); }
.hero-grain { position: absolute; inset: 0; opacity: .17; pointer-events: none; background-image: repeating-linear-gradient(112deg, rgba(255,255,255,.035) 0, rgba(255,255,255,.035) 1px, transparent 1px, transparent 5px); mix-blend-mode: soft-light; }
.hero-grid { position: relative; z-index: 2; height: calc(100% - 112px); display: grid; grid-template-columns: minmax(0, 1fr) auto; align-items: center; gap: 7vw; padding: 5vh clamp(24px, 8vw, 128px) 2vh; }
.hero-content { max-width: 930px; }
.eyebrow { margin: 0 0 20px; color: var(--gold-light); text-transform: uppercase; letter-spacing: .24em; font-size: 10px; font-weight: 900; }
.eyebrow.dark { color: #8b651a; }
h1, h2, h3 { font-family: Baskerville, "Iowan Old Style", Georgia, "Times New Roman", serif; margin-top: 0; }
h1 { margin: 0; font-size: clamp(64px, 8.6vw, 132px); line-height: .86; letter-spacing: -.053em; font-weight: 400; }
.hero-line { display: block; overflow: hidden; padding: 0 .05em .11em 0; }
.hero-line > span { display: block; transform: translateY(115%); transition: transform 1.15s var(--ease-out); }
.hero-line:nth-child(2) > span { transition-delay: .11s; color: #f2e6d1; }
.hero-eyebrow, .hero-copy, .hero-actions, .hero-seal { opacity: 0; transform: translateY(22px); transition: opacity .75s ease, transform .85s var(--ease-out); }
.hero-ready .hero-line > span { transform: translateY(0); }
.hero-ready .hero-eyebrow { opacity: 1; transform: translateY(0); transition-delay: .24s; }
.hero-ready .hero-copy { opacity: 1; transform: translateY(0); transition-delay: .42s; }
.hero-ready .hero-actions { opacity: 1; transform: translateY(0); transition-delay: .53s; }
.hero-ready .hero-seal { opacity: 1; transform: translateY(0) rotate(-4deg); transition-delay: .66s; }
.hero-copy { max-width: 650px; margin: 26px 0 0; font-size: clamp(16px, 1.55vw, 21px); line-height: 1.65; color: rgba(255,253,247,.76); }
.hero-actions { display: flex; gap: 28px; align-items: center; margin-top: 34px; }
.text-link { width: fit-content; font-size: 12px; font-weight: 900; border-bottom: 1px solid rgba(255,255,255,.36); padding-bottom: 6px; }
.text-link span { color: var(--gold-light); margin-left: 8px; }
.hero-seal { width: 174px; height: 174px; border: 1px solid rgba(240,209,132,.5); border-radius: 50%; display: grid; place-content: center; justify-items: center; background: rgba(12,13,11,.5); backdrop-filter: blur(8px); transform: rotate(-4deg); }
.hero-seal::before { content: ""; position: absolute; inset: 8px; border: 1px solid rgba(240,209,132,.17); border-radius: inherit; }
.hero-seal img { width: 88px; height: 44px; object-fit: contain; margin-bottom: 2px; }
.hero-seal span { font-size: 8px; text-transform: uppercase; letter-spacing: .22em; color: var(--gold-light); }
.hero-seal strong { font-family: Baskerville, Georgia, serif; font-size: 38px; font-weight: 400; line-height: 1; }
.hero-assurance { position: absolute; z-index: 3; left: 0; right: 0; bottom: 0; min-height: 112px; display: grid; grid-template-columns: repeat(3, 1fr) minmax(260px, 1.35fr); align-items: stretch; margin: 0 clamp(24px, 5vw, 80px); background: rgba(15,16,13,.84); border-top: 1px solid rgba(240,209,132,.34); backdrop-filter: blur(14px); }
.hero-assurance > * { display: flex; flex-direction: column; justify-content: center; padding: 20px clamp(16px, 2vw, 32px); border-right: 1px solid rgba(255,255,255,.1); }
.hero-assurance > *:last-child { border-right: 0; background: linear-gradient(135deg, var(--gold-bright), var(--gold)); color: var(--deep); }
.hero-assurance strong { font-family: Baskerville, Georgia, serif; font-size: 22px; font-weight: 400; }
.hero-assurance span { margin-top: 4px; color: rgba(255,255,255,.54); text-transform: uppercase; letter-spacing: .13em; font-size: 8px; font-weight: 800; }
.hero-assurance > *:last-child span { color: rgba(18,19,16,.58); }
.hero-assurance > *:last-child strong { font-size: 20px; }
.scroll-cue { position: absolute; z-index: 4; right: 18px; top: 45%; display: flex; flex-direction: column; align-items: center; gap: 14px; color: rgba(255,255,255,.58); }
.scroll-cue span { font-size: 8px; letter-spacing: .2em; text-transform: uppercase; writing-mode: vertical-rl; }
.scroll-cue i { display: block; width: 1px; height: 52px; background: linear-gradient(var(--gold-light), transparent); animation: cue 1.8s ease-in-out infinite; transform-origin: top; }

.section-pad { padding: clamp(90px, 10vw, 160px) clamp(24px, 8vw, 128px); }
.welcome { display: grid; grid-template-columns: .32fr 1.45fr .62fr; gap: clamp(28px, 5vw, 82px); align-items: start; background: radial-gradient(circle at 4% 8%, rgba(222,169,65,.12), transparent 26%), var(--paper); }
.welcome-index { display: flex; align-items: center; gap: 15px; padding-top: 18px; color: #916c25; font-size: 10px; }
.welcome-index i { width: 62px; height: 1px; background: var(--gold); }
.welcome h2, .power-story h2, .section-heading h2, .experience-intro h2, .rhythm h2, .restaurant-callout h2, .location h2, .closing-cta h2 { font-size: clamp(46px, 6.3vw, 92px); line-height: .98; font-weight: 400; letter-spacing: -.045em; }
.welcome h2 { margin: 0; }
h2 em { color: #8c661c; font-weight: inherit; }
.welcome-note { max-width: 410px; margin: 80px 0 0; color: var(--muted); line-height: 1.82; font-size: 15px; }

.power-story { min-height: 88vh; display: grid; grid-template-columns: 1.05fr .95fr; background: radial-gradient(circle at 18% 50%, rgba(218,164,58,.15), transparent 34%), var(--deep); color: var(--white); }
.power-visual, .power-copy { display: flex; flex-direction: column; justify-content: center; min-height: 720px; padding: clamp(70px, 9vw, 140px); }
.power-visual { position: relative; align-items: center; overflow: hidden; border-right: 1px solid rgba(255,255,255,.1); }
.power-number { position: relative; z-index: 2; font-family: Baskerville, Georgia, serif; font-size: clamp(220px, 32vw, 520px); line-height: .64; letter-spacing: -.1em; color: transparent; -webkit-text-stroke: 1px rgba(240,209,132,.74); }
.power-hours { position: relative; z-index: 2; margin-top: 48px; color: var(--gold-light); text-transform: uppercase; letter-spacing: .45em; font-size: 11px; }
.power-orbit { position: absolute; width: min(38vw, 530px); aspect-ratio: 1; border: 1px solid rgba(240,209,132,.16); border-radius: 50%; box-shadow: 0 0 0 70px rgba(240,209,132,.025), 0 0 0 140px rgba(240,209,132,.018); animation: orbit 10s linear infinite; }
.power-orbit::before { content: ""; position: absolute; width: 9px; height: 9px; border-radius: 50%; background: var(--gold-light); left: 12%; top: 18%; box-shadow: 0 0 22px var(--gold); }
.power-copy { align-items: flex-start; }
.power-copy h2 { max-width: 620px; margin-bottom: 28px; }
.power-copy > p:not(.eyebrow) { max-width: 570px; margin: 0; color: rgba(255,255,255,.62); font-size: clamp(16px, 1.5vw, 20px); line-height: 1.75; }
.power-details { width: 100%; display: grid; grid-template-columns: 1fr 1fr; gap: 20px; margin-top: 54px; }
.power-details span { padding: 21px 0; border-top: 1px solid rgba(240,209,132,.3); color: rgba(255,255,255,.78); font-size: 11px; text-transform: uppercase; letter-spacing: .13em; }

.stay-story { background: linear-gradient(180deg, #191a17 0%, #11120f 100%); color: var(--white); }
.section-heading { display: grid; grid-template-columns: 1.2fr .6fr; gap: 9vw; align-items: end; margin-bottom: clamp(64px, 8vw, 110px); }
.section-heading h2 { margin-bottom: 0; }
.section-heading > div:last-child > p { color: rgba(255,255,255,.58); line-height: 1.75; font-size: 15px; }
.section-heading .text-link { margin-top: 26px; }
.room-stack { position: relative; padding-bottom: 2vh; }
.room-story-card { --stack-index: 0; position: sticky; top: calc(110px + var(--stack-index) * 16px); z-index: calc(var(--stack-index) + 1); min-height: 66vh; display: grid; grid-template-columns: 1.2fr .8fr; overflow: hidden; margin-bottom: 18vh; background: #22231f; border: 1px solid rgba(240,209,132,.16); box-shadow: 0 -24px 70px rgba(0,0,0,.28); }
.room-story-card:last-child { margin-bottom: 0; }
.room-card-2 { background: #292821; }
.room-card-3 { background: #201e1a; }
.room-media { overflow: hidden; min-height: 520px; }
.room-media img { height: 100%; object-fit: cover; transition: transform 1s var(--ease-out); }
.room-story-card:hover .room-media img { transform: scale(1.025); }
.room-story-copy { display: flex; flex-direction: column; justify-content: center; padding: clamp(42px, 6vw, 92px); }
.room-story-copy > span { color: var(--gold-light); text-transform: uppercase; letter-spacing: .2em; font-size: 9px; font-weight: 800; }
.room-story-copy h3 { max-width: 520px; margin: 28px 0 22px; font-size: clamp(38px, 4.6vw, 68px); line-height: 1; font-weight: 400; letter-spacing: -.04em; }
.room-story-copy p { color: rgba(255,255,255,.58); line-height: 1.75; font-size: 15px; }
.room-story-copy a { width: fit-content; margin-top: 24px; padding-bottom: 6px; border-bottom: 1px solid rgba(240,209,132,.42); font-size: 11px; font-weight: 800; letter-spacing: .04em; }
.room-story-copy b { color: var(--gold-light); margin-left: 10px; }

.experience { background: var(--cream); }
.experience-intro { display: grid; grid-template-columns: 1fr 1.25fr .75fr; gap: 5vw; align-items: end; padding-bottom: clamp(64px, 7vw, 100px); }
.experience-intro .eyebrow { align-self: start; padding-top: 18px; }
.experience-intro h2 { margin: 0; }
.experience-intro > p:last-child { margin: 0 0 12px; color: var(--muted); line-height: 1.75; font-size: 15px; }
.editorial-gallery { display: grid; grid-template-columns: repeat(12, 1fr); grid-auto-rows: clamp(180px, 21vw, 330px); gap: 12px; padding: 0 12px 12px; }
.experience-tile { position: relative; overflow: hidden; background: var(--deep); }
.experience-tile::after { content: ""; position: absolute; inset: 0; background: linear-gradient(0deg, rgba(10,11,9,.76), transparent 55%); }
.experience-tile img { height: 100%; object-fit: cover; transition: transform 1.1s var(--ease-out), filter .8s ease; }
.experience-tile:hover img { transform: scale(1.04); filter: saturate(1.08); }
.experience-tile figcaption { position: absolute; z-index: 2; left: clamp(20px, 3vw, 42px); right: 20px; bottom: clamp(20px, 3vw, 38px); color: var(--white); }
.experience-tile figcaption span { display: block; margin-bottom: 7px; color: var(--gold-light); text-transform: uppercase; letter-spacing: .18em; font-size: 8px; font-weight: 900; }
.experience-tile figcaption strong { font-family: Baskerville, Georgia, serif; font-size: clamp(22px, 2.6vw, 38px); font-weight: 400; }
.tile-1 { grid-column: 1 / span 7; grid-row: span 2; }
.tile-2 { grid-column: 8 / span 5; }
.tile-3 { grid-column: 8 / span 5; }
.tile-4 { grid-column: 1 / span 5; }
.tile-5 { grid-column: 6 / span 7; }

.rhythm { display: grid; grid-template-columns: .85fr 1.15fr; gap: 10vw; background: var(--deep); color: var(--white); }
.rhythm-heading { position: sticky; top: 130px; align-self: start; }
.rhythm h2 { margin-bottom: 0; }
.rhythm h2 em { color: var(--gold-light); }
.rhythm-steps { list-style: none; padding: 0; margin: 0; }
.rhythm-steps li { min-height: 230px; display: grid; grid-template-columns: 90px 1fr; gap: 24px; align-items: center; border-top: 1px solid rgba(255,255,255,.14); }
.rhythm-steps li:last-child { border-bottom: 1px solid rgba(255,255,255,.14); }
.rhythm-steps li > span { color: var(--gold-light); font-size: 10px; letter-spacing: .18em; }
.rhythm-steps h3 { margin: 0 0 10px; font-size: clamp(34px, 4vw, 58px); font-weight: 400; }
.rhythm-steps p { max-width: 540px; margin: 0; color: rgba(255,255,255,.55); line-height: 1.7; }

.restaurant-callout { display: grid; grid-template-columns: 1.15fr .85fr; background: var(--gold); }
.restaurant-image { min-height: 650px; overflow: hidden; }
.restaurant-image img { height: 100%; object-fit: cover; }
.restaurant-copy { display: flex; flex-direction: column; align-items: flex-start; justify-content: center; padding: clamp(65px, 8vw, 120px); background: linear-gradient(140deg, #efd17f, var(--gold-bright)); }
.restaurant-copy h2 { margin-bottom: 26px; }
.restaurant-copy > p:not(.eyebrow) { max-width: 530px; color: rgba(29,30,29,.68); line-height: 1.75; }
.restaurant-copy .button { margin-top: 24px; }

.location { display: grid; grid-template-columns: 1.2fr .8fr; background: #0f100e; color: var(--white); }
.location-photo { position: relative; overflow: hidden; min-height: 700px; }
.location-photo::after { content: ""; position: absolute; inset: 0; box-shadow: inset -90px 0 130px rgba(15,16,14,.26); }
.location-photo img { height: 100%; object-fit: cover; }
.location-copy { display: flex; flex-direction: column; justify-content: center; padding: clamp(70px, 8vw, 128px); }
.location-copy h2 { margin-bottom: 0; }
.location-copy address { margin: 38px 0; color: rgba(255,255,255,.66); font-style: normal; line-height: 1.85; font-size: 16px; }
.contact-lines { display: grid; gap: 13px; margin-bottom: 36px; font-size: 13px; font-weight: 800; }
.contact-lines a { width: fit-content; border-bottom: 1px solid rgba(255,255,255,.22); padding-bottom: 4px; }
.location-copy .button { align-self: flex-start; }

.closing-cta { position: relative; overflow: hidden; min-height: 690px; display: grid; place-items: center; text-align: center; background: linear-gradient(145deg, #f0d17e, var(--gold)); }
.closing-cta::before, .closing-cta::after { content: ""; position: absolute; width: 520px; aspect-ratio: 1; border: 1px solid rgba(29,30,29,.12); transform: rotate(-18deg); }
.closing-cta::before { left: -280px; top: -250px; }
.closing-cta::after { right: -290px; bottom: -280px; }
.closing-cta > div { position: relative; z-index: 2; }
.closing-cta h2 { max-width: 1050px; margin: 0 auto 38px; }
.closing-mark { position: absolute; width: min(48vw, 680px); opacity: .07; transform: translateY(-15px); }

footer { padding: 58px clamp(24px, 8vw, 128px) 34px; background: radial-gradient(circle at 8% 0%, rgba(194,139,25,.12), transparent 31%), #0d0e0c; color: var(--white); display: grid; grid-template-columns: 1fr 1fr auto; gap: 30px; align-items: center; border-top: 1px solid rgba(221,169,65,.18); }
.footer-brand img { width: min(290px, 100%); height: auto; }
footer p { color: rgba(255,255,255,.5); font-family: Baskerville, Georgia, serif; font-size: 17px; }
.socials { display: flex; gap: 22px; font-size: 11px; font-weight: 800; }
.socials a:hover { color: var(--gold-light); }
footer > small { grid-column: 1 / -1; color: rgba(255,255,255,.33); padding-top: 26px; border-top: 1px solid rgba(255,255,255,.1); }

.floating-book { position: fixed; z-index: 45; right: 22px; bottom: 22px; width: 72px; height: 72px; border-radius: 50%; display: grid; place-content: center; justify-items: center; background: linear-gradient(135deg, var(--gold-light), var(--gold)); color: var(--deep); box-shadow: 0 16px 48px rgba(0,0,0,.26); transition: transform .22s ease, box-shadow .22s ease; }
.floating-book:hover, .floating-book:focus-visible { transform: translateY(-4px) scale(1.02); box-shadow: 0 20px 54px rgba(0,0,0,.32); }
.floating-book span { font-size: 11px; font-weight: 900; letter-spacing: .05em; }
.floating-book b { font-size: 12px; }

.motion-ready [data-reveal] { opacity: 0; transform: translateY(38px); transition: opacity .82s ease, transform 1s var(--ease-out); }
.motion-ready [data-reveal].is-visible { opacity: 1; transform: translateY(0); }
.motion-ready .experience-tile[data-reveal] { transform: translateY(48px) scale(.985); }
.motion-ready .experience-tile[data-reveal].is-visible { transform: translateY(0) scale(1); }

@keyframes cue { 0%, 100% { transform: scaleY(.25); opacity: .45; } 50% { transform: scaleY(1); opacity: 1; } }
@keyframes orbit { to { transform: rotate(360deg); } }

@media (max-width: 1100px) {
  .hero-grid { grid-template-columns: 1fr; }
  .hero-seal { display: none; }
  .hero-assurance { grid-template-columns: repeat(3, 1fr); }
  .hero-assurance > *:last-child { display: none; }
  .welcome { grid-template-columns: .2fr 1.3fr .6fr; }
  .power-visual, .power-copy { padding: clamp(50px, 7vw, 90px); }
  .experience-intro { grid-template-columns: .65fr 1.35fr; }
  .experience-intro > p:last-child { grid-column: 2; }
  .restaurant-callout { grid-template-columns: 1fr 1fr; }
  .location { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 850px) {
  html { scroll-padding-top: 78px; }
  nav { display: none; }
  .hero { height: auto; min-height: 780px; }
  .hero-grid { min-height: 660px; height: calc(100% - 104px); padding: 70px 28px 150px; }
  .hero-shade { background: linear-gradient(0deg, rgba(9,10,8,.94) 0%, rgba(9,10,8,.63) 56%, rgba(9,10,8,.14) 100%); }
  .hero-assurance { min-height: 104px; margin: 0 18px; }
  .hero-assurance > * { padding: 18px; }
  .scroll-cue { display: none; }
  .welcome { grid-template-columns: 80px 1fr; }
  .welcome-note { grid-column: 2; margin: 0; }
  .power-story { grid-template-columns: 1fr; }
  .power-visual { min-height: 500px; border-right: 0; border-bottom: 1px solid rgba(255,255,255,.1); }
  .power-copy { min-height: 560px; }
  .power-orbit { width: 430px; }
  .section-heading { grid-template-columns: 1fr; }
  .section-heading > div:last-child { max-width: 520px; }
  .room-story-card { position: relative; top: auto; grid-template-columns: 1fr; margin-bottom: 30px; }
  .room-media { min-height: 420px; }
  .experience-intro { grid-template-columns: 1fr; }
  .experience-intro > p:last-child { grid-column: auto; max-width: 580px; }
  .editorial-gallery { grid-template-columns: 1fr 1fr; grid-auto-rows: 270px; }
  .experience-tile { grid-column: auto; grid-row: auto; }
  .tile-1 { grid-row: span 2; }
  .rhythm { grid-template-columns: 1fr; }
  .rhythm-heading { position: relative; top: auto; }
  .restaurant-callout, .location { grid-template-columns: 1fr; }
  .restaurant-image { min-height: 500px; }
  .location-photo { min-height: 520px; }
  footer { grid-template-columns: 1fr; }
}

@media (max-width: 782px) {
  .admin-bar .nav-wrap { top: 46px; }
}

@media (max-width: 560px) {
  .nav-wrap, .nav-wrap.is-scrolled { height: 74px; padding: 0 18px; }
  .nav-wrap .button { display: none; }
  .brand-logo { display: none; }
  .brand-icon { display: block; }
  .hero { min-height: 760px; }
  .hero-media { inset: -4% 0; }
  .hero-media img { object-position: 66% center; }
  .hero-grid { min-height: 656px; padding: 76px 22px 170px; align-items: end; }
  h1 { font-size: clamp(50px, 16vw, 72px); line-height: .9; }
  .hero-copy { font-size: 15px; line-height: 1.55; }
  .hero-actions { flex-direction: column; align-items: flex-start; gap: 20px; margin-top: 28px; }
  .hero-assurance { grid-template-columns: repeat(3, minmax(0, 1fr)); min-height: 114px; margin: 0 10px; }
  .hero-assurance > * { padding: 15px 10px; text-align: center; border-right: 1px solid rgba(255,255,255,.08); }
  .hero-assurance strong { font-size: 17px; }
  .hero-assurance span { font-size: 7px; line-height: 1.4; }
  .section-pad { padding: 84px 22px; }
  .welcome { grid-template-columns: 1fr; gap: 28px; }
  .welcome-index { display: none; }
  .welcome-note { grid-column: auto; }
  .welcome h2, .power-story h2, .section-heading h2, .experience-intro h2, .rhythm h2, .restaurant-callout h2, .location h2, .closing-cta h2 { font-size: clamp(42px, 13vw, 61px); }
  .power-visual { min-height: 410px; padding: 50px 20px; }
  .power-number { font-size: 230px; }
  .power-hours { margin-top: 34px; }
  .power-orbit { width: 300px; box-shadow: 0 0 0 40px rgba(240,209,132,.025), 0 0 0 80px rgba(240,209,132,.018); }
  .power-copy { min-height: auto; padding: 80px 22px; }
  .power-details { grid-template-columns: 1fr; gap: 0; }
  .room-story-card { min-height: auto; }
  .room-media { min-height: 330px; }
  .room-story-copy { padding: 38px 26px 44px; }
  .room-story-copy h3 { font-size: 43px; }
  .experience-intro { padding-bottom: 54px; }
  .editorial-gallery { grid-template-columns: 1fr; grid-auto-rows: 330px; padding: 0 8px 8px; gap: 8px; }
  .tile-1 { grid-row: auto; }
  .rhythm-steps li { min-height: 190px; grid-template-columns: 54px 1fr; }
  .rhythm-steps h3 { font-size: 39px; }
  .restaurant-image { min-height: 400px; }
  .restaurant-copy, .location-copy { padding: 80px 22px; }
  .location-photo { min-height: 400px; }
  .closing-cta { min-height: 610px; }
  .closing-mark { width: 100vw; }
  footer { padding: 54px 22px 100px; }
  .socials { flex-wrap: wrap; }
  .floating-book { width: 64px; height: 64px; right: 16px; bottom: 16px; }
}

/* On compact phone screens the fixed shortcut can cover hero copy. The primary
   WhatsApp buttons remain visible, so remove the duplicate floating control. */
@media (max-width: 360px), (max-height: 650px) {
  .floating-book { display: none; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation: none !important; transition-duration: .001ms !important; }
  .hero-line > span, .hero-eyebrow, .hero-copy, .hero-actions, .hero-seal, [data-reveal] { opacity: 1 !important; transform: none !important; }
}
