:root {
  --ink: #12261b;
  --muted: #58665d;
  --green: #075b3c;
  --deep: #052f23;
  --gold: #e5a82c;
  --gold-light: #f8d575;
  --cream: #f6f1e5;
  --line: rgba(18, 38, 27, 0.14);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--cream); color: var(--ink); font-family: "Segoe UI", Arial, sans-serif; -webkit-font-smoothing: antialiased; }
body, button, input, select { font-family: "Segoe UI", Arial, sans-serif; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
button, input, select { font: inherit; }
.shell { width: min(1180px, calc(100% - 48px)); margin: auto; }

.site-header { position: absolute; z-index: 20; inset: 0 0 auto; border-bottom: 1px solid rgba(255,255,255,.14); }
.header-inner { min-height: 110px; display: flex; align-items: center; gap: 36px; }
.brand { width: 148px; height: 94px; display: flex; align-items: center; }
.brand img { width: 142px; max-height: 92px; object-fit: contain; }
.desktop-nav { display: flex; align-items: center; gap: 34px; margin-left: auto; }
.desktop-nav a { color: rgba(255,255,255,.84); font-size: 14px; font-weight: 700; }
.desktop-nav a:hover { color: var(--gold-light); }
.header-call { min-width: 174px; padding-left: 24px; border-left: 1px solid rgba(255,255,255,.22); color: #fff; }
.header-call span, .header-call strong { display: block; }
.header-call span { margin-bottom: 4px; color: rgba(255,255,255,.62); font-size: 10px; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.header-call strong { font-size: 17px; }

.hero { position: relative; overflow: hidden; min-height: 790px; padding: 166px 0 82px; background: radial-gradient(circle at 12% 10%,rgba(229,168,44,.14),transparent 28%),linear-gradient(128deg,#063e2b,#052f23 55%,#021d17); color: #fff; }
.hero::before { content:""; position:absolute; inset:0; opacity:.14; background-image:linear-gradient(rgba(255,255,255,.06) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.06) 1px,transparent 1px); background-size:62px 62px; mask-image:linear-gradient(to bottom,#000,transparent 80%); }
.hero-glow { position:absolute; right:-200px; top:70px; width:720px; height:720px; border:1px solid rgba(229,168,44,.24); border-radius:50%; box-shadow:0 0 0 80px rgba(229,168,44,.025),0 0 0 160px rgba(229,168,44,.018); }
.hero-grid { position:relative; z-index:2; display:grid; grid-template-columns:minmax(0,.9fr) minmax(500px,1.1fr); align-items:center; gap:62px; }
.eyebrow { display:inline-flex; align-items:center; gap:9px; margin-bottom:30px; padding:8px 12px; border:1px solid rgba(255,255,255,.18); border-radius:999px; background:rgba(255,255,255,.06); color:rgba(255,255,255,.82); font-size:11px; font-weight:800; letter-spacing:.12em; text-transform:uppercase; }
.status-dot { width:7px; height:7px; border-radius:50%; background:#7ee1a6; box-shadow:0 0 0 5px rgba(126,225,166,.12); }
.section-kicker { margin:0 0 14px; color:var(--gold); font-size:12px; font-weight:900; letter-spacing:.18em; text-transform:uppercase; }
.section-kicker.light { color:var(--gold-light); }
.hero h1 { margin:0; font:500 clamp(54px,5.3vw,80px)/.97 Georgia,serif; letter-spacing:-.045em; }
.hero h1 em { color:var(--gold-light); font-weight:500; }
.hero-lead { max-width:540px; margin:28px 0 0; color:rgba(255,255,255,.72); font-size:17px; line-height:1.72; }
.hero-actions { display:flex; flex-wrap:wrap; gap:12px; margin-top:34px; }
.button { min-height:54px; display:inline-flex; align-items:center; justify-content:center; gap:18px; padding:0 23px; border:1px solid transparent; border-radius:4px; cursor:pointer; font-size:13px; font-weight:900; transition:.18s ease; }
.button:hover { transform:translateY(-2px); }
.button.primary, .gold-button { background:var(--gold); color:#1f281e; }
.button.primary:hover { background:var(--gold-light); }
.button.ghost { border-color:rgba(255,255,255,.28); color:#fff; }
.button.ghost:hover { background:rgba(255,255,255,.06); border-color:rgba(255,255,255,.58); }
.hero-proof { display:grid; grid-template-columns:repeat(3,1fr); margin-top:45px; padding-top:25px; border-top:1px solid rgba(255,255,255,.16); }
.hero-proof strong,.hero-proof span { display:block; }
.hero-proof strong { margin-bottom:6px; color:#fff; font-size:17px; }
.hero-proof span { color:rgba(255,255,255,.5); font-size:11px; }
.hero-visual { position:relative; min-height:520px; }
.hero-photo-wrap { position:absolute; inset:0 0 10px 34px; overflow:hidden; border-radius:190px 4px 4px; box-shadow:0 26px 70px rgba(0,0,0,.35); }
.hero-photo { width:100%; height:100%; object-fit:cover; }
.hero-photo-shade { position:absolute; inset:0; background:linear-gradient(to top,rgba(2,26,18,.72),transparent 44%); }
.photo-label { position:absolute; left:38px; bottom:32px; }
.photo-label span,.photo-label strong { display:block; }
.photo-label span { margin-bottom:6px; color:var(--gold-light); font-size:10px; font-weight:900; letter-spacing:.16em; text-transform:uppercase; }
.photo-label strong { font:500 22px Georgia,serif; }
.price-card,.rating-card { position:absolute; z-index:3; background:#fff; color:var(--ink); box-shadow:0 18px 44px rgba(0,0,0,.2); }
.price-card { top:44px; right:-18px; min-width:178px; padding:20px 22px; border-top:4px solid var(--gold); }
.price-card span,.price-card strong,.price-card small,.rating-card strong,.rating-card small { display:block; }
.price-card span { color:#7c867e; font-size:10px; font-weight:900; letter-spacing:.15em; text-transform:uppercase; }
.price-card strong { margin:6px 0 3px; color:var(--green); font:700 26px Georgia,serif; }
.price-card small,.rating-card small { color:#7c867e; font-size:10px; }
.rating-card { left:0; bottom:-18px; width:235px; padding:18px 20px; }
.stars { display:block; margin-bottom:6px; color:var(--gold); font-size:12px; letter-spacing:.16em; }
.rating-card strong { margin-bottom:4px; font-size:14px; }

.trust-strip { background:var(--gold); }
.trust-grid { min-height:70px; display:grid; grid-template-columns:repeat(5,1fr); align-items:center; }
.trust-grid span { padding:0 20px; border-right:1px solid rgba(32,47,37,.18); font-size:12px; font-weight:900; text-align:center; }
.trust-grid span:last-child { border:0; }

.section { padding:108px 0; }
.section-heading { margin-bottom:48px; }
.split-heading { display:grid; grid-template-columns:1.25fr .75fr; align-items:end; gap:70px; }
.section-heading h2,.amenity-copy h2,.location-copy h2,.booking-copy h2 { margin:0; font:500 clamp(38px,4.2vw,58px)/1.03 Georgia,serif; letter-spacing:-.035em; }
.section-heading>p { margin:0; color:var(--muted); font-size:15px; line-height:1.75; }

.room-grid { display:grid; grid-template-columns:repeat(3,1fr); border-top:1px solid var(--line); border-left:1px solid var(--line); }
.room-card { min-height:460px; padding:34px; border-right:1px solid var(--line); border-bottom:1px solid var(--line); background:rgba(255,255,255,.38); transition:.2s ease; }
.room-card:hover { z-index:2; background:#fff; transform:translateY(-5px); box-shadow:0 20px 48px rgba(18,38,27,.1); }
.room-number { margin-bottom:44px; color:var(--gold); font:italic 18px Georgia,serif; }
.room-card h3 { margin:0 0 20px; font:500 29px Georgia,serif; }
.room-price { min-height:64px; margin-bottom:22px; }
.room-price strong,.room-price span { display:block; }
.room-price strong { color:var(--green); font-size:21px; }
.room-price span { margin-top:3px; color:#788179; font-size:11px; }
.room-card>p { min-height:76px; margin:0 0 20px; color:var(--muted); font-size:14px; line-height:1.7; }
.room-card ul { min-height:88px; margin:0 0 25px; padding:18px 0 0; border-top:1px solid var(--line); list-style:none; }
.room-card li { margin:8px 0; color:#425148; font-size:12px; font-weight:700; }
.room-card>a { display:inline-flex; align-items:center; gap:12px; color:var(--green); font-size:12px; font-weight:900; }

.gallery-section { overflow:hidden; background:var(--deep); color:#fff; }
.gallery-section .section-heading>p { color:rgba(255,255,255,.62); }
.gallery-grid { display:grid; grid-auto-rows:228px; grid-template-columns:repeat(4,1fr); gap:12px; }
.gallery-grid figure { position:relative; overflow:hidden; margin:0; background:#0c3f2f; }
.gallery-grid figure.large { grid-column:span 2; grid-row:span 2; }
.gallery-grid figure.wide { grid-column:span 2; }
.gallery-grid img { width:100%; height:100%; object-fit:cover; transition:transform .5s ease; }
.gallery-grid figure:hover img { transform:scale(1.035); }
.gallery-grid figcaption { position:absolute; left:14px; bottom:12px; padding:7px 10px; background:rgba(4,38,27,.78); font-size:9px; font-weight:900; letter-spacing:.12em; text-transform:uppercase; }
.gallery-cta { display:flex; align-items:center; justify-content:space-between; gap:30px; margin-top:28px; padding-top:28px; border-top:1px solid rgba(255,255,255,.15); }
.gallery-cta span,.gallery-cta strong { display:block; }
.gallery-cta span { margin-bottom:6px; color:var(--gold-light); font-size:10px; font-weight:900; letter-spacing:.14em; text-transform:uppercase; }
.gallery-cta strong { font:500 19px Georgia,serif; }
.light-button { background:#fff; color:var(--deep); }

.amenities-section { background:#f9f5eb; }
.amenity-layout { display:grid; grid-template-columns:.9fr 1.1fr; align-items:center; gap:92px; }
.amenity-photo { position:relative; height:650px; }
.amenity-photo::before { content:""; position:absolute; inset:-18px 54px 45px -18px; border:1px solid rgba(229,168,44,.65); }
.amenity-photo>img { position:relative; width:100%; height:100%; object-fit:cover; }
.amenity-badge { position:absolute; right:-34px; bottom:34px; min-width:170px; padding:20px 24px; background:var(--gold); }
.amenity-badge span,.amenity-badge strong { display:block; }
.amenity-badge span { margin-bottom:4px; font-size:10px; font-weight:900; letter-spacing:.14em; text-transform:uppercase; }
.amenity-badge strong { font:500 23px Georgia,serif; }
.amenity-intro { max-width:600px; margin:25px 0 35px; color:var(--muted); font-size:15px; line-height:1.8; }
.amenity-list { border-top:1px solid var(--line); }
.amenity-item { display:grid; grid-template-columns:48px 1fr; gap:18px; padding:20px 0; border-bottom:1px solid var(--line); }
.amenity-item>span { color:var(--gold); font:italic 15px Georgia,serif; }
.amenity-item strong { display:block; margin-bottom:5px; font:500 19px Georgia,serif; }
.amenity-item p { margin:0; color:var(--muted); font-size:12px; line-height:1.65; }

.location-section { padding:105px 0; background:var(--gold); }
.location-grid { display:grid; grid-template-columns:.8fr 1.2fr; align-items:center; gap:85px; }
.location-copy .section-kicker { color:rgba(5,61,42,.75); }
.location-copy>p:not(.section-kicker) { margin:24px 0 28px; color:rgba(18,38,27,.72); font-size:15px; line-height:1.75; }
.location-points { margin-bottom:30px; border-top:1px solid rgba(18,38,27,.22); }
.location-points div { display:flex; align-items:center; justify-content:space-between; gap:20px; padding:14px 0; border-bottom:1px solid rgba(18,38,27,.22); }
.location-points strong { font-size:13px; }
.location-points span { color:rgba(18,38,27,.64); font-size:11px; }
.dark-button { background:var(--deep); color:#fff; }
.location-card { overflow:hidden; min-height:475px; background:#efe9d8; box-shadow:0 26px 60px rgba(41,38,20,.2); }
.map-pattern { position:relative; overflow:hidden; height:380px; background:linear-gradient(28deg,transparent 35%,rgba(5,61,42,.09) 35% 47%,transparent 47%),linear-gradient(-18deg,transparent 48%,rgba(229,168,44,.23) 48% 58%,transparent 58%),#eee7d4; }
.map-pattern::before,.map-pattern::after { content:""; position:absolute; border-radius:50%; background:rgba(6,91,60,.12); }
.map-pattern::before { width:230px; height:170px; top:28px; right:-42px; }
.map-pattern::after { width:150px; height:130px; bottom:-30px; left:60px; }
.road { position:absolute; display:block; height:18px; background:#fff; box-shadow:0 0 0 1px rgba(18,38,27,.06); }
.road.one { width:560px; top:160px; left:-30px; transform:rotate(-9deg); }
.road.two { width:390px; top:75px; right:-95px; transform:rotate(64deg); }
.road.three { width:430px; top:250px; left:110px; transform:rotate(32deg); }
.map-pin { position:absolute; z-index:2; top:145px; left:50%; width:64px; height:64px; transform:translateX(-50%) rotate(45deg); border:6px solid #fff; border-radius:50% 50% 50% 8px; background:var(--green); box-shadow:0 18px 30px rgba(3,62,42,.32); }
.map-pin i { position:absolute; top:16px; left:16px; width:20px; height:20px; border-radius:50%; background:var(--gold); }
.location-address { min-height:95px; display:flex; align-items:center; gap:17px; padding:14px 24px; background:#fff; }
.location-address img { width:72px; height:68px; object-fit:contain; }
.location-address span,.location-address strong { display:block; }
.location-address span { margin-bottom:5px; color:var(--green); font-size:10px; font-weight:900; letter-spacing:.12em; text-transform:uppercase; }
.location-address strong { font-size:13px; }

.booking-section { position:relative; overflow:hidden; padding:105px 0; background:linear-gradient(110deg,rgba(3,62,42,.96),rgba(4,43,32,.97)),url("/phong-duc-hanh-02.jpg") center/cover; color:#fff; }
.booking-section::before { content:""; position:absolute; inset:0; opacity:.1; background-image:radial-gradient(circle,#fff 1px,transparent 1px); background-size:28px 28px; }
.booking-grid { position:relative; z-index:2; display:grid; grid-template-columns:.9fr 1.1fr; align-items:center; gap:110px; }
.booking-copy>p:not(.section-kicker) { margin:24px 0 30px; color:rgba(255,255,255,.67); font-size:14px; line-height:1.75; }
.big-phone { display:inline-flex; flex-direction:column; gap:4px; color:var(--gold-light); font:500 31px Georgia,serif; }
.big-phone span { color:rgba(255,255,255,.55); font:900 10px "Segoe UI",sans-serif; letter-spacing:.14em; text-transform:uppercase; }
.booking-form { display:grid; grid-template-columns:1fr 1fr; gap:18px; padding:36px; background:#fff; color:var(--ink); box-shadow:0 24px 60px rgba(0,0,0,.24); }
.booking-form label { display:flex; flex-direction:column; gap:8px; color:#4b584f; font-size:10px; font-weight:900; letter-spacing:.11em; text-transform:uppercase; }
.booking-form label:first-child { grid-column:span 2; }
.booking-form input,.booking-form select { width:100%; height:50px; padding:0 14px; border:1px solid #d9dfda; border-radius:2px; outline:none; background:#fbfcfa; color:var(--ink); font-size:13px; text-transform:none; }
.booking-form input:focus,.booking-form select:focus { border-color:var(--green); box-shadow:0 0 0 3px rgba(7,91,60,.1); }
.gold-button { grid-column:span 2; width:100%; margin-top:4px; border:0; }
.form-note,.form-privacy { grid-column:span 2; margin:0; font-size:10px; line-height:1.5; }
.form-note { color:var(--green); font-weight:800; }
.form-privacy { color:#8b958e; text-align:center; }

.site-footer { position:relative; overflow:hidden; padding:0 0 28px; background:radial-gradient(circle at 82% 0,rgba(229,168,44,.12),transparent 27%),#021b14; color:#fff; }
.site-footer::before { content:""; position:absolute; right:-150px; bottom:-250px; width:620px; height:620px; border:1px solid rgba(229,168,44,.12); border-radius:50%; box-shadow:0 0 0 75px rgba(229,168,44,.018),0 0 0 150px rgba(229,168,44,.012); pointer-events:none; }
.footer-accent { height:8px; background:linear-gradient(90deg,var(--gold),var(--gold-light) 50%,var(--gold)); }
.footer-spotlight { position:relative; z-index:2; display:grid; grid-template-columns:1.25fr .68fr .72fr; align-items:center; gap:44px; margin-top:42px; padding:44px 48px; border:1px solid rgba(229,168,44,.34); background:linear-gradient(120deg,rgba(255,255,255,.065),rgba(255,255,255,.018)); box-shadow:0 26px 70px rgba(0,0,0,.22); }
.footer-spotlight::before { content:""; position:absolute; inset:10px; border:1px solid rgba(255,255,255,.045); pointer-events:none; }
.footer-eyebrow { display:inline-flex; align-items:center; gap:9px; margin-bottom:16px; color:var(--gold-light); font-size:10px; font-weight:900; letter-spacing:.14em; text-transform:uppercase; }
.footer-eyebrow i { width:7px; height:7px; border-radius:50%; background:#7ee1a6; box-shadow:0 0 0 5px rgba(126,225,166,.11); }
.footer-spotlight h2 { margin:0; font:500 clamp(32px,3.25vw,48px)/1.04 Georgia,serif; letter-spacing:-.035em; }
.footer-spotlight h2 em { color:var(--gold-light); font-weight:500; }
.footer-spotlight-copy>p { max-width:520px; margin:17px 0 0; color:rgba(255,255,255,.55); font-size:12px; line-height:1.7; }
.footer-offer { padding:4px 0 4px 36px; border-left:1px solid rgba(229,168,44,.38); }
.footer-offer span,.footer-offer strong,.footer-offer small { display:block; }
.footer-offer span { color:rgba(255,255,255,.5); font-size:10px; font-weight:900; letter-spacing:.14em; text-transform:uppercase; }
.footer-offer strong { margin:7px 0 5px; color:var(--gold-light); font:600 38px Georgia,serif; white-space:nowrap; }
.footer-offer small { color:rgba(255,255,255,.56); font-size:10px; line-height:1.5; }
.footer-actions { display:grid; gap:10px; }
.footer-call-button,.footer-zalo-button { position:relative; z-index:2; display:flex; align-items:center; justify-content:center; min-height:58px; border-radius:3px; font-weight:900; transition:.18s ease; }
.footer-call-button { flex-direction:column; background:var(--gold); color:#1c2b21; }
.footer-call-button span { margin-bottom:2px; font-size:9px; letter-spacing:.12em; text-transform:uppercase; }
.footer-call-button strong { font-size:17px; }
.footer-zalo-button { gap:14px; border:1px solid rgba(255,255,255,.25); color:#fff; font-size:12px; }
.footer-call-button:hover,.footer-zalo-button:hover { transform:translateY(-2px); }
.footer-call-button:hover { background:var(--gold-light); }
.footer-zalo-button:hover { border-color:var(--gold-light); color:var(--gold-light); }
.footer-main { position:relative; z-index:2; display:grid; grid-template-columns:1.45fr 1.05fr .95fr .8fr; gap:58px; padding:62px 0 48px; }
.footer-brand img { width:164px; height:112px; object-fit:contain; object-position:left; filter:drop-shadow(0 8px 18px rgba(0,0,0,.18)); }
.footer-brand p,.footer-column>p { margin:16px 0 0; color:rgba(255,255,255,.48); font-size:12px; line-height:1.8; }
.footer-brand p { max-width:278px; }
.footer-trust { margin-top:19px; color:rgba(255,255,255,.58); font-size:10px; font-weight:800; letter-spacing:.03em; }
.footer-trust span { margin-right:8px; color:var(--gold); letter-spacing:.12em; }
.footer-label { display:block; margin:17px 0 20px; color:var(--gold-light); font-size:10px; font-weight:900; letter-spacing:.16em; text-transform:uppercase; }
.footer-column>a { display:block; width:max-content; max-width:100%; margin:11px 0; color:rgba(255,255,255,.72); font-size:12px; }
.footer-column>a span { margin-left:5px; color:var(--gold); }
.footer-column>a:hover { color:var(--gold-light); }
.footer-column .footer-phone { margin:-2px 0 15px; color:#fff; font:500 22px Georgia,serif; }
.footer-bottom { position:relative; z-index:2; display:flex; justify-content:space-between; align-items:center; padding-top:24px; border-top:1px solid rgba(255,255,255,.1); color:rgba(255,255,255,.36); font-size:10px; letter-spacing:.05em; }
.footer-bottom a { color:rgba(255,255,255,.58); font-weight:800; }
.footer-bottom a span { margin-left:8px; color:var(--gold); }
.footer-bottom a:hover { color:var(--gold-light); }
.mobile-contact { display:none; }

@media (max-width:1080px) {
  .desktop-nav { display:none; }
  .hero-grid { grid-template-columns:.95fr 1.05fr; gap:38px; }
  .hero h1 { font-size:58px; }
  .amenity-layout,.location-grid,.booking-grid { gap:54px; }
  .footer-spotlight { grid-template-columns:1fr .8fr; }
  .footer-actions { grid-column:span 2; grid-template-columns:1fr 1fr; }
  .footer-main { grid-template-columns:1.35fr 1fr 1fr; }
  .footer-column:last-child { display:none; }
}

@media (max-width:820px) {
  .shell { width:min(100% - 32px,680px); }
  .header-inner { min-height:92px; }
  .brand,.brand img { width:120px; height:80px; }
  .header-call { min-width:152px; }
  .hero { min-height:auto; padding:125px 0 86px; }
  .hero-grid { grid-template-columns:1fr; }
  .hero-visual { min-height:510px; margin-top:24px; }
  .hero-photo-wrap { left:30px; }
  .price-card { right:6px; }
  .trust-grid { grid-template-columns:repeat(2,1fr); padding:12px 0; }
  .trust-grid span { padding:10px; border:0; }
  .trust-grid span:last-child { grid-column:span 2; }
  .section,.location-section,.booking-section { padding:78px 0; }
  .split-heading { grid-template-columns:1fr; gap:18px; }
  .room-grid { grid-template-columns:1fr; }
  .room-card { min-height:auto; }
  .room-card>p,.room-card ul { min-height:0; }
  .gallery-grid { grid-template-columns:repeat(2,1fr); }
  .gallery-grid figure.large,.gallery-grid figure.wide { grid-column:span 2; }
  .amenity-layout,.location-grid,.booking-grid { grid-template-columns:1fr; }
  .amenity-photo { height:520px; margin-right:26px; }
  .footer-spotlight { grid-template-columns:1fr; gap:28px; padding:38px; }
  .footer-offer { padding:20px 0 0; border-top:1px solid rgba(229,168,44,.3); border-left:0; }
  .footer-actions { grid-column:auto; }
  .footer-main { grid-template-columns:1.25fr 1fr; }
  .footer-brand { grid-column:span 2; }
}

@media (max-width:560px) {
  body { padding-bottom:66px; }
  .shell { width:calc(100% - 28px); }
  .header-inner { min-height:82px; }
  .brand,.brand img { width:103px; height:72px; }
  .header-call { display:none; }
  .hero { padding:112px 0 64px; }
  .eyebrow { margin-bottom:23px; }
  .hero h1 { font-size:clamp(44px,14vw,58px); }
  .hero-lead { margin-top:22px; font-size:15px; }
  .hero-actions { display:grid; grid-template-columns:1fr; }
  .button { width:100%; }
  .hero-proof { gap:8px; }
  .hero-proof strong { font-size:14px; }
  .hero-proof span { font-size:9px; }
  .hero-visual { min-height:390px; }
  .hero-photo-wrap { inset:0; border-radius:115px 3px 3px; }
  .photo-label { left:20px; bottom:22px; }
  .photo-label strong { font-size:16px; }
  .price-card { top:18px; right:-4px; min-width:145px; padding:14px 16px; }
  .price-card strong { font-size:20px; }
  .rating-card { display:none; }
  .trust-grid span { font-size:10px; }
  .section,.location-section,.booking-section { padding:62px 0; }
  .section-heading h2,.amenity-copy h2,.location-copy h2,.booking-copy h2 { font-size:38px; }
  .section-heading { margin-bottom:34px; }
  .room-card { padding:27px; }
  .room-number { margin-bottom:24px; }
  .gallery-grid { grid-auto-rows:180px; gap:8px; }
  .gallery-grid figure.large { grid-row:span 1; }
  .gallery-cta { align-items:stretch; flex-direction:column; }
  .amenity-photo { height:440px; }
  .amenity-badge { right:-22px; bottom:20px; min-width:146px; padding:15px 18px; }
  .location-grid,.booking-grid { gap:36px; }
  .location-card { min-height:400px; }
  .map-pattern { height:310px; }
  .booking-form { grid-template-columns:1fr; padding:25px 20px; }
  .booking-form label:first-child,.gold-button,.form-note,.form-privacy { grid-column:span 1; }
  .site-footer { padding-bottom:24px; }
  .footer-accent { height:6px; }
  .footer-spotlight { width:100%; margin-top:0; padding:38px 22px; border-width:0 0 1px; }
  .footer-spotlight::before { display:none; }
  .footer-spotlight h2 { font-size:36px; }
  .footer-actions { grid-template-columns:1fr; }
  .footer-main { grid-template-columns:1fr 1fr; gap:32px 22px; padding:46px 0 36px; }
  .footer-brand { grid-column:span 2; }
  .footer-brand img { width:148px; height:100px; }
  .footer-label { margin-top:0; }
  .footer-column:last-child { display:none; }
  .footer-bottom { gap:12px; flex-direction:column; }
  .mobile-contact { position:fixed; z-index:50; inset:auto 0 0; height:66px; display:grid; grid-template-columns:.85fr 1.15fr; padding:8px; background:#fff; box-shadow:0 -8px 30px rgba(4,43,32,.16); }
  .mobile-contact a { display:flex; align-items:center; justify-content:center; color:var(--green); font-size:12px; font-weight:900; }
  .mobile-contact .mobile-call { border-radius:3px; background:var(--gold); color:#1b2b21; }
}

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