:root{
  --ink:#111827;
  --muted:#68636c;
  --paper:#f8f3ea;
  --surface:#ffffff;
  --line:#e5dac8;
  --royal:#101a33;
  --royal-dark:#070b18;
  --gold:#c89b3c;
  --blue:#1f3763;
  --wine:#7b1f3c;
  --champagne:#fff7e8;
  --shadow:17,24,39;
  --radius:8px;
  --body:"Inter",Arial,sans-serif;
  --display:"Fraunces",Georgia,serif;
}

*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;background:radial-gradient(circle at 8% 0,rgba(200,155,60,.13),transparent 28%),linear-gradient(180deg,#fffaf0 0,#f8f3ea 360px,var(--paper) 100%);color:var(--ink);font-family:var(--body);line-height:1.55}
[id]{scroll-margin-top:112px}
img{display:block;width:100%;height:100%;object-fit:cover}
a{color:inherit;text-decoration:none}
p,h1,h2,h3{margin-top:0}
.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}
.container{width:min(1180px,100%);margin:0 auto;padding:0 24px}
.eyebrow{color:var(--gold);font-size:.75rem;font-weight:800;letter-spacing:.12em;text-transform:uppercase;margin-bottom:12px}
h1,h2{font-family:var(--display);letter-spacing:0}
h1{font-size:clamp(3rem,8vw,6.7rem);line-height:.9;margin-bottom:20px}
h2{font-size:clamp(2rem,4vw,3.4rem);line-height:1;margin-bottom:18px}
h3{font-size:1.15rem;margin-bottom:8px}
.muted{color:var(--muted)}
.btn{display:inline-flex;align-items:center;justify-content:center;min-height:48px;border-radius:999px;padding:0 22px;font-weight:800;border:1px solid currentColor;transition:transform .18s ease,box-shadow .18s ease,background .18s ease,color .18s ease,border-color .18s ease}
.btn-primary{background:linear-gradient(135deg,#0b1226,var(--royal) 56%,#263c6b);border-color:transparent;color:#fff;box-shadow:0 12px 28px rgba(var(--shadow),.22);transition:transform .18s ease,box-shadow .18s ease,filter .18s ease}
.btn-primary:hover{transform:translateY(-1px);box-shadow:0 16px 36px rgba(var(--shadow),.28);filter:saturate(1.08)}
.btn-light{background:var(--champagne);color:var(--royal);border-color:var(--champagne)}
.btn-outline{color:var(--royal);background:rgba(255,255,255,.42);border-color:var(--line)}
.btn-outline:hover{transform:translateY(-1px);border-color:rgba(200,155,60,.72);box-shadow:0 12px 28px rgba(var(--shadow),.1)}
.btn-ghost{color:#fff;background:rgba(255,255,255,.12);border-color:rgba(255,255,255,.38);backdrop-filter:blur(10px)}

.site-header{position:fixed;top:18px;left:50%;right:auto;width:min(1220px,calc(100% - 44px));transform:translateX(-50%);z-index:100;background:linear-gradient(135deg,rgba(7,11,24,.96),rgba(16,26,51,.94));border:1px solid rgba(255,247,232,.2);border-radius:999px;box-shadow:0 18px 50px rgba(var(--shadow),.28),inset 0 1px 0 rgba(255,255,255,.12);backdrop-filter:blur(18px) saturate(1.15);overflow:visible;transition:top .34s cubic-bezier(.22,.8,.22,1),width .34s cubic-bezier(.22,.8,.22,1),transform .34s cubic-bezier(.22,.8,.22,1),opacity .24s ease}
.site-header.scrolled{top:10px;width:min(1120px,calc(100% - 36px));background:linear-gradient(135deg,rgba(7,11,24,.98),rgba(16,26,51,.96));box-shadow:0 14px 42px rgba(var(--shadow),.32),inset 0 1px 0 rgba(255,255,255,.12)}
.site-header.nav-hidden{transform:translate(-50%,-120%);opacity:0;pointer-events:none}
.site-header::before,.site-header::after{content:none}
.nav{height:62px;display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:16px;padding:5px 12px 5px 16px;position:relative}
.brand{display:grid;place-items:center;font-weight:850;min-width:0;width:178px;height:50px;padding:0 18px 0 4px;border:0;border-radius:0;background:transparent;box-shadow:none;position:relative;transition:transform .26s cubic-bezier(.22,.8,.22,1),filter .26s ease}
.brand::after{content:"";position:absolute;right:0;top:9px;bottom:9px;width:1px;background:linear-gradient(180deg,transparent,rgba(255,247,232,.28),transparent)}
.brand:hover{transform:translateY(-1px);filter:brightness(1.08)}
.brand-logo{display:grid;place-items:center;width:148px;height:34px;flex:none}
.brand-logo img{width:100%;height:100%;object-fit:contain;object-position:center center;filter:brightness(0) invert(1) sepia(.18) saturate(1.6) hue-rotate(356deg) brightness(1.18) drop-shadow(0 6px 14px rgba(0,0,0,.32))}
.brand-mark{width:42px;height:42px;border-radius:50%;display:grid;place-items:center;background:var(--royal);color:#fff;font-size:.78rem;letter-spacing:.08em;flex:none}
.brand span:last-child{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.nav-links{justify-self:center;display:flex;gap:4px;color:rgba(255,247,232,.9);font-size:.79rem;font-weight:850;background:transparent;border:0;border-radius:999px;padding:0;box-shadow:none;backdrop-filter:none}
.nav-links a{border-radius:999px;padding:9px 12px;white-space:nowrap;position:relative;isolation:isolate;transition:color .22s ease,transform .22s ease,background .22s ease}
.nav-links a::before{content:"";position:absolute;inset:2px;border-radius:999px;background:linear-gradient(135deg,#fffdf7,#ead17c 58%,#c89b3c);opacity:0;transform:scale(.92);transition:opacity .22s ease,transform .22s ease;z-index:-1;box-shadow:0 8px 20px rgba(200,155,60,.22)}
.nav-links a::after{content:"";position:absolute;left:50%;bottom:6px;width:4px;height:4px;border-radius:50%;background:#101a33;opacity:0;transform:translateX(-50%) scale(.4);transition:opacity .22s ease,transform .22s ease}
.nav-links a.has-options{padding-right:24px}
.nav-links a.has-options::after{content:"";left:auto;right:11px;bottom:auto;top:50%;width:6px;height:6px;border-radius:0;border-right:2px solid currentColor;border-bottom:2px solid currentColor;background:transparent;opacity:.78;transform:translateY(-62%) rotate(45deg);transition:transform .24s ease,opacity .24s ease}
.nav-links a:hover,.nav-links a.active{color:#101a33;transform:translateY(-1px)}
.nav-links a:hover::before,.nav-links a.active::before{opacity:1;transform:scale(1)}
.nav-links a:not(.has-options):hover::after,.nav-links a:not(.has-options).active::after{opacity:.7;transform:translateX(-50%) scale(1)}
.nav-links a.has-options:hover::after,.nav-links a.has-options.active::after{opacity:.85;transform:translateY(-48%) rotate(45deg)}
.nav-menu-item{position:relative;display:inline-flex}
.nav-menu-item::after{content:"";position:absolute;left:0;right:0;top:100%;height:14px}
.nav-dropdown{position:absolute;top:calc(100% + 8px);left:50%;z-index:120;display:grid;grid-template-columns:1fr;gap:4px;min-width:220px;padding:9px;border:1px solid rgba(255,247,232,.18);border-radius:14px;background:linear-gradient(145deg,rgba(7,11,24,.98),rgba(16,26,51,.96));box-shadow:0 24px 60px rgba(var(--shadow),.32),inset 0 1px 0 rgba(255,255,255,.1);opacity:0;pointer-events:none;transform:translate(-50%,-10px) scale(.94);transition:opacity .24s ease,transform .24s cubic-bezier(.22,.8,.22,1)}
.nav-menu-item:hover .nav-dropdown,.nav-menu-item:focus-within .nav-dropdown,.nav-menu-item.open .nav-dropdown{opacity:1;pointer-events:auto;transform:translate(-50%,0) scale(1)}
.nav-dropdown a{display:block;color:rgba(255,247,232,.88);padding:10px 12px;border-radius:10px;font-size:.82rem;line-height:1.1;transform:none}
.nav-dropdown a::before,.nav-dropdown a::after{content:none}
.nav-dropdown a:hover,.nav-dropdown a.active{color:#101a33;background:linear-gradient(135deg,#fffdf7,#ead17c);transform:none}
.nav-actions{display:flex;gap:10px;align-items:center;padding:0;background:transparent;border:0;box-shadow:none;backdrop-filter:none}
.site-header .btn-primary{min-height:40px;padding:0 18px;background:linear-gradient(135deg,#fffdf7,#ead17c 54%,#c19133);color:#101a33;border:1px solid rgba(255,255,255,.75);box-shadow:0 10px 26px rgba(200,155,60,.26),inset 0 1px 0 rgba(255,255,255,.72)}
.site-header .btn-primary:hover{box-shadow:0 15px 36px rgba(200,155,60,.4),inset 0 1px 0 rgba(255,255,255,.58)}
.menu-toggle{display:none;width:40px;height:40px;border:1px solid rgba(255,247,232,.24);border-radius:999px;background:rgba(255,247,232,.08);color:transparent;font-weight:800;position:relative;box-shadow:inset 0 1px 0 rgba(255,255,255,.12)}
.menu-toggle::before,.menu-toggle::after{content:"";position:absolute;left:13px;right:13px;height:2px;border-radius:999px;background:var(--royal);transition:transform .2s ease}
.site-header .menu-toggle::before,.site-header .menu-toggle::after{background:var(--champagne)}
.menu-toggle::before{top:16px}.menu-toggle::after{bottom:16px}
.menu-toggle[aria-expanded="true"]::before{transform:translateY(5px) rotate(45deg)}
.menu-toggle[aria-expanded="true"]::after{transform:translateY(-5px) rotate(-45deg)}

.mobile-menu{display:block;position:fixed;inset:10px 10px auto auto;width:min(390px,calc(100% - 20px));min-height:calc(100svh - 20px);background:linear-gradient(150deg,rgba(255,255,255,.22),rgba(255,247,232,.12),rgba(16,26,51,.44));backdrop-filter:blur(28px) saturate(1.35);z-index:80;padding:104px 26px 26px;border:1px solid rgba(255,255,255,.3);border-radius:18px;box-shadow:-24px 0 80px rgba(var(--shadow),.32),inset 0 1px 0 rgba(255,255,255,.28);transform:translateX(calc(100% + 20px));opacity:0;pointer-events:none;transition:transform .26s ease,opacity .26s ease}
.mobile-menu.open{transform:translateX(0);opacity:1;pointer-events:auto}
.mobile-menu a{display:block;padding:16px 2px;border-bottom:1px solid rgba(255,247,232,.12);font:800 1.18rem var(--display);color:rgba(255,247,232,.86)}
.mobile-menu a.active{color:var(--gold)}

.hero{min-height:100vh;min-height:100svh;position:relative;display:flex;align-items:center;overflow:hidden;background:#070b18}
.hero-media,.hero-shade{position:absolute;inset:0}
.hero-media img{filter:saturate(1.08) contrast(1.04) brightness(1.03);object-position:center center;width:100%;height:100%;transform:scale(1.02);animation:heroZoom 11s ease-in-out infinite alternate}
.hero-shade{background:linear-gradient(90deg,rgba(7,11,24,.78),rgba(16,26,51,.42) 42%,rgba(7,11,24,.08) 76%),linear-gradient(0deg,rgba(7,11,24,.48),rgba(7,11,24,.08) 54%,rgba(7,11,24,.2))}
.hero-content{position:relative;color:#fff;padding:128px 24px 72px;width:min(1180px,100%);margin:0 auto;text-shadow:0 2px 22px rgba(0,0,0,.48)}
.hero-content h1{font-size:clamp(3.2rem,7vw,5.9rem);max-width:920px;margin-bottom:18px}
.hero-content p:not(.eyebrow){max-width:590px;color:rgba(255,255,255,.88);font-size:1.06rem}
.hero-badges{display:flex;flex-wrap:wrap;gap:8px;margin-top:22px}
.hero-badges span{display:inline-flex;align-items:center;min-height:34px;border:1px solid rgba(255,247,232,.28);border-radius:999px;background:rgba(255,247,232,.12);padding:0 13px;color:rgba(255,247,232,.9);font-size:.78rem;font-weight:900;backdrop-filter:blur(12px)}
.hero-actions{display:flex;flex-wrap:wrap;gap:12px;margin-top:26px}

.booking-panel{position:relative;z-index:5;margin-top:34px}
.booking-card{background:rgba(255,255,255,.95);border:1px solid rgba(229,218,200,.95);box-shadow:0 24px 70px rgba(var(--shadow),.14);border-radius:12px;padding:22px;display:grid;grid-template-columns:.42fr 1.58fr;gap:24px;align-items:end;backdrop-filter:blur(18px)}
.booking-card h2{font-size:1.8rem;margin-bottom:0}
.booking-form{display:grid;grid-template-columns:1fr 1fr .8fr .7fr auto;gap:10px;align-items:end}
.booking-form label{display:grid;gap:7px;color:var(--muted);font-size:.72rem;text-transform:uppercase;letter-spacing:.08em;font-weight:850}
.booking-form input,.booking-form select{height:52px;border:1px solid var(--line);border-radius:6px;background:#fff;color:var(--ink);padding:0 12px;font:700 1rem var(--body);width:100%}
.booking-form button{height:52px;border:0;border-radius:6px;background:var(--royal);color:#fff;padding:0 22px;font:850 .94rem var(--body);white-space:nowrap;cursor:pointer}

.facts{display:grid;grid-template-columns:repeat(4,1fr);gap:12px;margin-top:44px}
.fact{background:rgba(255,255,255,.88);border:1px solid rgba(229,218,200,.9);border-radius:var(--radius);padding:24px;box-shadow:0 14px 38px rgba(var(--shadow),.07);transition:transform .2s ease,box-shadow .2s ease}
.fact:hover{transform:translateY(-2px);box-shadow:0 20px 48px rgba(var(--shadow),.1)}
.fact strong{display:block;font:700 2.1rem var(--display);color:var(--royal);line-height:1}
.fact span{display:block;margin-top:8px;color:var(--muted);font-size:.9rem}
.home-route-strip{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;margin-top:12px}
.home-route-strip a{position:relative;overflow:hidden;min-height:108px;padding:22px;border:1px solid rgba(229,218,200,.9);border-radius:var(--radius);background:linear-gradient(145deg,rgba(255,255,255,.94),rgba(255,247,232,.78));box-shadow:0 16px 42px rgba(var(--shadow),.08);transition:transform .22s ease,border-color .22s ease,box-shadow .22s ease}
.home-route-strip a::after{content:"";position:absolute;right:18px;top:50%;width:9px;height:9px;border-top:2px solid var(--gold);border-right:2px solid var(--gold);transform:translateY(-50%) rotate(45deg);transition:transform .22s ease}
.home-route-strip a:hover{transform:translateY(-3px);border-color:rgba(200,155,60,.74);box-shadow:0 22px 56px rgba(var(--shadow),.12)}
.home-route-strip a:hover::after{transform:translate(4px,-50%) rotate(45deg)}
.home-route-strip span{display:block;color:var(--gold);font-size:.72rem;font-weight:900;text-transform:uppercase;letter-spacing:.12em;margin-bottom:9px}
.home-route-strip strong{display:block;max-width:270px;color:var(--royal);font-size:1rem;line-height:1.24}
.signal-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:12px}
.signal{background:radial-gradient(circle at 86% 10%,rgba(200,155,60,.22),transparent 34%),linear-gradient(145deg,var(--royal-dark),var(--royal));color:#fff;border-radius:var(--radius);padding:24px;min-height:214px;display:flex;flex-direction:column;justify-content:space-between;box-shadow:0 20px 50px rgba(var(--shadow),.14)}
.signal span{color:var(--gold);font-size:.76rem;font-weight:900;text-transform:uppercase;letter-spacing:.12em}
.signal strong{display:block;font:800 2.35rem var(--display);line-height:.95;margin:18px 0 10px;color:#fff}
.signal p{margin:0;color:rgba(255,255,255,.76);font-size:.92rem}

.section{padding:88px 0 0}
.section-head{max-width:760px;margin-bottom:32px}
.section-head h2{max-width:820px}
.split{display:grid;grid-template-columns:.88fr 1.12fr;gap:48px;align-items:center}
.copy p{color:var(--muted);max-width:680px}
.image-frame{height:470px;border-radius:var(--radius);overflow:hidden;border:1px solid rgba(229,218,200,.9);background:var(--surface);box-shadow:0 18px 50px rgba(var(--shadow),.12)}
.image-frame img{animation:imageBreath 14s ease-in-out infinite alternate}
.image-frame img,.reception-gallery img,.home-photo-grid img,.card img,.room-gallery img,.modal-gallery img,.gallery-grid img{transition:transform 1s cubic-bezier(.2,.8,.2,1),filter .45s ease}
.image-frame:hover img{animation:none}
.image-frame:hover img,.reception-gallery img:hover,.home-photo-grid img:hover,.card:hover img,.room-gallery figure:hover img,.modal-gallery figure:hover img,.gallery-grid figure:hover img{transform:scale(1.08);filter:saturate(1.08) contrast(1.04)}
.reception-gallery{display:grid;grid-template-columns:1fr 1fr;gap:12px;height:470px}
.reception-gallery img{border:1px solid var(--line);border-radius:var(--radius);background:var(--surface);box-shadow:0 14px 36px rgba(var(--shadow),.1)}
.home-photo-grid{display:grid;grid-template-columns:1.35fr 1fr 1fr;grid-auto-rows:220px;gap:12px}
.home-photo-grid img{border:1px solid var(--line);border-radius:var(--radius);background:var(--surface);box-shadow:0 14px 36px rgba(var(--shadow),.1)}
.home-photo-grid img:first-child{grid-row:span 2}
.card-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(245px,1fr));gap:16px}
.card{display:block;background:var(--surface);border:1px solid rgba(229,218,200,.9);border-radius:var(--radius);overflow:hidden;box-shadow:0 14px 38px rgba(var(--shadow),.07);transition:transform .22s ease,box-shadow .22s ease,border-color .22s ease}
.card:hover{transform:translateY(-5px);border-color:rgba(200,155,60,.74);box-shadow:0 24px 60px rgba(var(--shadow),.16)}
.card img{height:245px}
.card-body{padding:24px}
.card-body p{color:var(--muted)}
.card-body a,.card-body span{color:var(--royal);font-weight:850}
.room-card.feature{grid-column:span 1}
.room-meta{display:flex;flex-wrap:wrap;gap:8px;margin:14px 0 0;padding:0;list-style:none}
.room-meta li{border:1px solid var(--line);border-radius:999px;padding:6px 10px;color:var(--muted);font-size:.78rem;font-weight:800}
.photo-note{color:var(--royal);font-weight:850;margin:16px 0 18px}
.room-section{padding-top:64px}
.room-section:first-child{padding-top:0}
.room-layout{display:grid;grid-template-columns:340px 1fr;gap:24px;align-items:start}
.room-summary{position:sticky;top:132px}
.room-listings{display:grid;gap:18px}
.room-listing{display:grid;grid-template-columns:minmax(360px,.92fr) 1.08fr;gap:22px;background:linear-gradient(180deg,rgba(255,255,255,.96),rgba(255,247,232,.72));border:1px solid rgba(229,218,200,.95);border-radius:12px;padding:16px;box-shadow:0 18px 46px rgba(var(--shadow),.1);cursor:pointer;transition:transform .18s ease,border-color .18s ease,box-shadow .18s ease}
.room-listing:hover{transform:translateY(-3px);border-color:rgba(200,155,60,.72);box-shadow:0 24px 62px rgba(var(--shadow),.14)}
.room-preview-grid{display:grid;grid-template-columns:2fr 1fr;grid-template-rows:86px 86px 86px;gap:8px}
.room-preview-grid button{position:relative;border:0;border-radius:8px;overflow:hidden;padding:0;background:#111;cursor:pointer;color:#fff;text-align:left}
.room-preview-grid img{transition:transform .2s ease}
.room-preview-grid button:hover img{transform:scale(1.04)}
.room-preview-grid span{position:absolute;inset:0;z-index:2;display:grid;place-items:center;color:#fff;font-size:1rem;font-weight:900;text-align:center}
.room-photo-main{grid-row:1/-1}
.room-photo-more img{filter:brightness(.46) saturate(.82)}
.room-photo-more::after{content:"";position:absolute;inset:0;background:rgba(19,13,44,.44)}
.room-photo-more span{font-size:1.08rem;text-shadow:0 2px 12px rgba(0,0,0,.8)}
.room-listing-body{display:flex;flex-direction:column;justify-content:space-between;gap:18px;padding:6px 6px 6px 0}
.room-listing-body h2{font-size:2rem;margin-bottom:10px}
.room-spec-table{display:grid;grid-template-columns:1fr;overflow:hidden;border:1px solid var(--line);border-radius:var(--radius);background:rgba(255,255,255,.28);margin:12px 0}
.room-spec-table div{display:grid;grid-template-columns:96px 1fr;gap:12px;padding:11px 13px;border-bottom:1px solid var(--line);align-items:center}
.room-spec-table div:last-child{border-bottom:0}
.room-spec-table span{color:var(--muted);font-size:.72rem;font-weight:900;text-transform:uppercase;letter-spacing:.08em}
.room-spec-table strong{color:var(--ink);font-size:.94rem}
.room-listing-actions{display:flex;flex-wrap:wrap;gap:10px}
.room-gallery{display:grid;grid-template-columns:repeat(3,1fr);gap:12px}
.room-gallery figure{margin:0;background:var(--surface);border:1px solid var(--line);border-radius:var(--radius);overflow:hidden;box-shadow:0 12px 34px rgba(var(--shadow),.08)}
.room-gallery img{height:220px}
.room-gallery figcaption{padding:10px 12px;color:var(--muted);font-size:.82rem;font-weight:800;background:linear-gradient(180deg,rgba(255,255,255,0),rgba(159,125,69,.08))}
.gallery-extra[hidden]{display:none}
.gallery-extra:not([hidden]){display:contents}
.show-more{grid-column:1/-1;height:48px;border:1px solid var(--royal);border-radius:999px;background:var(--surface);color:var(--royal);font:850 .92rem var(--body);cursor:pointer}
.show-more:hover{background:var(--royal);color:#fff}
.modal-open{overflow:hidden}
.gallery-modal{position:fixed;inset:0;z-index:120;background:rgba(13,8,31,.82);padding:24px;overflow:auto}
.gallery-modal[hidden]{display:none}
.gallery-modal-panel{width:min(1120px,100%);margin:0 auto;background:var(--paper);border-radius:var(--radius);border:1px solid var(--line);box-shadow:0 30px 90px rgba(0,0,0,.36);overflow:hidden}
.gallery-modal-head{position:sticky;top:0;z-index:2;display:flex;justify-content:space-between;gap:18px;align-items:center;background:var(--surface);border-bottom:1px solid var(--line);padding:18px 20px}
.gallery-modal-head h2{font-size:2rem;margin:0}
.modal-close{height:42px;border:1px solid var(--line);border-radius:999px;background:var(--paper);color:var(--ink);padding:0 16px;font-weight:900;cursor:pointer}
.modal-gallery{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;padding:16px}
.modal-gallery figure{margin:0;background:var(--surface);border:1px solid var(--line);border-radius:var(--radius);overflow:hidden}
.modal-gallery img{height:245px}
.modal-gallery figcaption{padding:10px 12px;color:var(--muted);font-size:.82rem;font-weight:800}
.gallery-grid{display:grid;grid-template-columns:1.3fr .9fr .9fr;grid-auto-rows:230px;gap:12px}
.gallery-grid figure{margin:0;border-radius:var(--radius);overflow:hidden;border:1px solid var(--line);background:var(--surface)}
.gallery-grid figure:first-child{grid-row:span 2}
.gallery-section{padding-top:54px}
.gallery-section:first-child{padding-top:0}
.gallery-section h2{font-size:2rem}
.amenity-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:12px}
.amenity{background:linear-gradient(180deg,rgba(255,255,255,.95),rgba(255,247,232,.68));border:1px solid rgba(229,218,200,.95);border-radius:var(--radius);padding:24px;min-height:132px;box-shadow:0 12px 32px rgba(var(--shadow),.06)}
.amenity p{color:var(--muted);margin-bottom:0}
.service-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:12px}
.service{background:linear-gradient(180deg,rgba(255,255,255,.95),rgba(255,247,232,.68));border:1px solid rgba(229,218,200,.95);border-radius:var(--radius);padding:24px;min-height:150px;box-shadow:0 12px 32px rgba(var(--shadow),.06)}
.service span{display:block;color:var(--royal);font-weight:900;margin-bottom:10px}
.service p{color:var(--muted);margin:0}
.location-grid{display:grid;grid-template-columns:1fr 420px;gap:28px;align-items:start}
.map-card{height:420px;border-radius:var(--radius);overflow:hidden;border:1px solid rgba(229,218,200,.95);box-shadow:0 18px 50px rgba(var(--shadow),.12)}
.map-card iframe{width:100%;height:100%;border:0}
.info-card{background:linear-gradient(145deg,var(--royal-dark),var(--royal));color:#fff;border-radius:var(--radius);padding:26px;display:grid;gap:13px}
.info-card span{color:rgba(255,255,255,.74);border-bottom:1px solid rgba(255,255,255,.14);padding-bottom:11px}
.policy-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:14px}
.policy{background:linear-gradient(180deg,rgba(255,255,255,.95),rgba(255,247,232,.68));border:1px solid rgba(229,218,200,.95);border-radius:var(--radius);padding:24px;box-shadow:0 12px 32px rgba(var(--shadow),.06)}
.policy span{display:block;color:var(--royal);font-weight:850;margin-bottom:8px}
.policy p{color:var(--muted);margin-bottom:0}
.source-note{color:var(--muted);font-size:.86rem;font-weight:700;margin-top:22px}
.source-note a{color:var(--royal);font-weight:900}
.travel-layout{display:grid;grid-template-columns:1fr 340px;gap:18px;align-items:start}
.travel-feature{background:var(--surface);border:1px solid var(--line);border-radius:var(--radius);padding:26px;box-shadow:0 18px 46px rgba(var(--shadow),.1)}
.travel-feature h2{max-width:820px}
.travel-feature p{color:var(--muted)}
.route-options{display:grid;grid-template-columns:1fr 1fr;gap:12px;margin-top:22px}
.route-options article,.place,.travel-card{background:linear-gradient(180deg,rgba(255,255,255,.96),rgba(255,247,232,.7));border:1px solid rgba(229,218,200,.95);border-radius:var(--radius);padding:20px}
.route-options article{background:rgba(159,125,69,.08)}
.route-options span,.place span{display:block;color:var(--gold);font-size:.74rem;font-weight:900;text-transform:uppercase;letter-spacing:.1em;margin-bottom:8px}
.route-options strong,.place strong{display:block;color:var(--ink);font-size:1.02rem;margin-bottom:8px}
.travel-actions{display:flex;flex-wrap:wrap;gap:10px;margin-top:22px}
.travel-card{position:sticky;top:126px;background:var(--royal-dark);color:#fff;display:grid;gap:12px}
.travel-card strong{font:800 1.35rem var(--display)}
.travel-card span{color:rgba(255,255,255,.76);border-bottom:1px solid rgba(255,255,255,.14);padding-bottom:11px}
.travel-card span:last-child{border-bottom:0;padding-bottom:0}
.place-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:12px}
.place p{color:var(--muted);margin:0}
.place{overflow:hidden;box-shadow:0 12px 34px rgba(var(--shadow),.06);transition:transform .22s ease,border-color .22s ease,box-shadow .22s ease}
.place:hover{transform:translateY(-3px);border-color:rgba(200,155,60,.68);box-shadow:0 20px 52px rgba(var(--shadow),.12)}
.place-photo{display:block;width:calc(100% + 40px);height:168px;margin:-20px -20px 18px;object-fit:cover;border-bottom:1px solid var(--line);transition:transform .8s cubic-bezier(.2,.8,.2,1),filter .35s ease}
.place:hover .place-photo{transform:scale(1.06);filter:saturate(1.08) contrast(1.03)}
.london-photo-grid .place{min-height:100%;box-shadow:0 16px 42px rgba(var(--shadow),.08)}

.page-hero{position:relative;overflow:hidden;padding:158px 0 66px;background:radial-gradient(circle at 14% 0,rgba(234,209,124,.24),transparent 30%),radial-gradient(circle at 88% 16%,rgba(123,31,60,.2),transparent 30%),linear-gradient(135deg,var(--royal-dark),var(--royal) 70%,#18284c);color:#fff}
.page-hero::after{content:"";position:absolute;left:0;right:0;bottom:0;height:1px;background:linear-gradient(90deg,transparent,rgba(234,209,124,.75),transparent)}
.page-hero-compact{padding-bottom:42px}
.page-hero-compact h1{font-size:clamp(2.5rem,6vw,4.8rem)}
.page-hero p{max-width:680px;color:rgba(255,255,255,.78)}
.cta{margin-top:100px;background:radial-gradient(circle at 78% 20%,rgba(255,247,232,.18),transparent 30%),radial-gradient(circle at 20% 0,rgba(200,155,60,.24),transparent 28%),linear-gradient(135deg,var(--royal-dark),var(--royal) 62%,#45192b);color:#fff;text-align:center;padding:84px 24px}
.cta p{color:rgba(255,255,255,.78);max-width:620px;margin-left:auto;margin-right:auto}
.cta .hero-actions{justify-content:center}
.footer{margin-top:96px;background:radial-gradient(circle at 14% 0,rgba(200,155,60,.18),transparent 30%),linear-gradient(160deg,#070b18,#101a33 65%,#1c1020);color:rgba(255,255,255,.76);padding:58px 24px 24px;border-top:1px solid rgba(255,255,255,.1);box-shadow:0 -18px 60px rgba(var(--shadow),.08)}
.footer-inner{width:min(1180px,100%);margin:0 auto;display:grid;grid-template-columns:1.4fr .8fr .8fr;gap:28px;border-bottom:1px solid rgba(255,255,255,.13);padding-bottom:32px}
.footer-logo{width:220px;height:auto;margin:0 0 14px;object-fit:contain;object-position:left center}
.footer p{max-width:390px;margin:0 0 8px}
.footer a{color:#fff;font-weight:800}
.footer-links{display:grid;gap:9px;align-content:start}
.footer-links strong{color:var(--gold);font-size:.78rem;text-transform:uppercase;letter-spacing:.12em}
.footer-links a{color:rgba(255,255,255,.84)}
.footer-links a:hover{color:#fff}
.footer-bottom{width:min(1180px,100%);margin:0 auto;padding-top:20px;display:flex;justify-content:space-between;gap:16px;flex-wrap:wrap;font-size:.86rem}
.mobile-book{display:none;position:fixed;left:14px;right:14px;bottom:14px;z-index:70;background:var(--royal);color:#fff;text-align:center;padding:15px;border-radius:var(--radius);font-weight:850;box-shadow:0 12px 30px rgba(var(--shadow),.28)}
.hotel-chat{position:fixed;right:22px;bottom:22px;z-index:95;font-family:var(--body)}
.hotel-chat-toggle{width:64px;height:64px;border:0;border-radius:50%;background:linear-gradient(135deg,#0b1226,var(--royal) 62%,var(--gold));color:#fff;font-weight:900;box-shadow:0 18px 44px rgba(var(--shadow),.32);cursor:pointer;display:grid;place-items:center;transition:transform .18s ease,box-shadow .18s ease}
.hotel-chat-toggle:hover{transform:translateY(-2px) scale(1.03);box-shadow:0 22px 54px rgba(var(--shadow),.38)}
.hotel-chat-toggle span{font-size:1.45rem}
.hotel-chat-panel{position:absolute;right:0;bottom:78px;width:min(380px,calc(100vw - 28px));background:var(--surface);border:1px solid var(--line);border-radius:18px;box-shadow:0 28px 80px rgba(var(--shadow),.26);overflow:hidden;transform-origin:bottom right;transform:translateY(12px) scale(.96);opacity:0;pointer-events:none;transition:opacity .2s ease,transform .2s ease}
.hotel-chat.open .hotel-chat-panel{opacity:1;transform:translateY(0) scale(1);pointer-events:auto}
.hotel-chat-head{background:radial-gradient(circle at 82% 10%,rgba(255,247,232,.22),transparent 36%),linear-gradient(135deg,var(--royal-dark),var(--royal));color:#fff;padding:18px 18px 16px;display:flex;justify-content:space-between;gap:12px;align-items:flex-start}
.hotel-chat-head strong{display:block;font:800 1rem var(--display)}
.hotel-chat-head span{display:block;color:rgba(255,255,255,.72);font-size:.82rem;margin-top:3px}
.hotel-chat-close{border:1px solid rgba(255,255,255,.24);background:rgba(255,255,255,.1);color:#fff;border-radius:50%;width:34px;height:34px;cursor:pointer;font-weight:900}
.hotel-chat-messages{height:282px;overflow:auto;padding:14px;background:linear-gradient(180deg,var(--paper),var(--surface));display:grid;align-content:start;gap:10px}
.chat-message{max-width:88%;padding:10px 12px;border-radius:14px;font-size:.9rem;line-height:1.42;box-shadow:0 8px 22px rgba(var(--shadow),.07)}
.chat-message.bot{background:#fff;border:1px solid var(--line);color:var(--ink);border-top-left-radius:4px}
.chat-message.user{justify-self:end;background:linear-gradient(135deg,var(--royal),var(--wine));color:#fff;border-top-right-radius:4px}
.hotel-chat-quick{display:flex;gap:7px;overflow:auto;padding:10px 14px;border-top:1px solid var(--line);background:var(--surface)}
.hotel-chat-quick button{border:1px solid var(--line);background:var(--paper);color:var(--royal);border-radius:999px;padding:8px 10px;font:800 .78rem var(--body);white-space:nowrap;cursor:pointer}
.hotel-chat-form{display:flex;gap:8px;padding:12px 14px 14px;border-top:1px solid var(--line);background:var(--surface)}
.hotel-chat-form input{flex:1;min-width:0;height:42px;border:1px solid var(--line);border-radius:999px;padding:0 13px;color:var(--ink);background:#fff;font:600 .9rem var(--body)}
.hotel-chat-form button{height:42px;border:0;border-radius:999px;background:var(--royal);color:#fff;font:900 .86rem var(--body);padding:0 15px;cursor:pointer}

@keyframes heroZoom{
  0%{transform:scale(1.02) translate3d(0,0,0)}
  50%{transform:scale(1.095) translate3d(-1.1%,.7%,0)}
  100%{transform:scale(1.045) translate3d(.9%,-.55%,0)}
}

@keyframes imageBreath{
  0%{transform:scale(1)}
  100%{transform:scale(1.045)}
}

@keyframes navSheen{
  0%,42%{left:-35%;opacity:0}
  50%{opacity:1}
  66%,100%{left:110%;opacity:0}
}

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

@media (max-width:1000px){
  .nav-links{display:none}
  .menu-toggle{display:block}
  .nav{grid-template-columns:auto auto;justify-content:space-between}
  .nav-actions{padding:4px}
  .mobile-menu{inset:88px 18px auto 18px;width:auto;min-height:0;max-height:calc(100svh - 108px);overflow:auto;padding:12px;background:linear-gradient(145deg,rgba(255,255,255,.24),rgba(255,247,232,.12),rgba(7,11,24,.5));border-radius:16px;box-shadow:0 24px 70px rgba(var(--shadow),.32),inset 0 1px 0 rgba(255,255,255,.28);transform:translateY(-12px) scale(.98);transform-origin:top center}
  .mobile-menu.open{transform:translateY(0) scale(1)}
  .mobile-menu a{display:flex;align-items:center;justify-content:space-between;padding:14px 14px;border:1px solid rgba(255,255,255,.18);border-radius:12px;margin-bottom:8px;background:rgba(255,255,255,.11);font:850 1rem var(--body);color:rgba(255,247,232,.94);box-shadow:inset 0 1px 0 rgba(255,255,255,.12)}
  .mobile-menu a::after{content:"";width:7px;height:7px;border-top:2px solid currentColor;border-right:2px solid currentColor;transform:rotate(45deg);opacity:.55}
  .mobile-menu a.active{background:linear-gradient(135deg,#fffaf0,#d7aa49);color:#101a33}
  .mobile-sub-links{display:grid;grid-template-columns:1fr 1fr;gap:6px;margin:-2px 0 10px;padding:0 4px 2px}
  .mobile-sub-links a{margin:0;padding:10px 11px;font-size:.82rem;background:rgba(255,255,255,.07);border-radius:10px}
  .mobile-sub-links a::after{display:none}
  .booking-card,.split,.location-grid,.room-layout,.room-listing,.travel-layout{grid-template-columns:1fr}
  .room-summary{position:static}
  .travel-card{position:static}
  .room-listing-body{padding:0}
  .booking-form{grid-template-columns:1fr 1fr}
  .booking-form button{grid-column:1/-1}
  .facts,.signal-grid,.card-grid,.amenity-grid,.service-grid,.policy-grid,.place-grid,.home-route-strip{grid-template-columns:1fr 1fr}
  .gallery-grid,.room-gallery,.modal-gallery,.home-photo-grid{grid-template-columns:1fr 1fr}
  .home-photo-grid img:first-child{grid-row:auto}
  .footer-inner{grid-template-columns:1fr 1fr}
}

@media (max-width:680px){
  .site-header,.site-header.scrolled{top:10px;width:calc(100% - 20px)}
  .nav{height:58px;padding:4px 8px 4px 13px}
  .brand{width:154px;height:48px;padding:0 14px 0 0}
  .brand-logo{width:132px;height:31px}
  .brand span:last-child{max-width:170px}
  .nav-actions .btn{display:none}
  .hero{min-height:100svh;align-items:center}
  .hero-content{padding:112px 18px 54px}
  .hero-content h1{font-size:2.85rem;line-height:.96;margin-bottom:16px}
  .hero-content p:not(.eyebrow){font-size:1rem}
  .hero-badges{gap:7px;margin-top:20px}
  .hero-badges span{min-height:32px;padding:0 11px;font-size:.73rem}
  h1{font-size:3.2rem}
  .container{padding:0 14px}
  .booking-panel{margin-top:24px}
  .booking-card{padding:18px}
  .booking-form,.facts,.signal-grid,.card-grid,.amenity-grid,.service-grid,.policy-grid,.gallery-grid,.room-gallery,.route-options,.place-grid,.reception-gallery,.home-photo-grid,.home-route-strip,.footer-inner{grid-template-columns:1fr}
  .home-route-strip a{min-height:92px;padding:19px}
  .home-photo-grid{grid-auto-rows:auto}
  .home-photo-grid img{height:auto;aspect-ratio:4/3}
  .reception-gallery{height:auto}
  .room-preview-grid{grid-template-columns:1fr 1fr;grid-template-rows:190px 112px 112px}
  .room-photo-main{grid-column:1/-1;grid-row:auto}
  .room-photo-more{grid-column:1/-1}
  .modal-gallery{grid-template-columns:1fr;padding:10px}
  .modal-gallery img{height:auto;aspect-ratio:4/3}
  .gallery-modal{padding:10px}
  .gallery-grid{grid-auto-rows:auto}
  .gallery-grid figure,.gallery-grid figure:first-child{height:auto;aspect-ratio:4/3;grid-row:auto}
  .card img,.image-frame{height:auto;aspect-ratio:4/3}
  .section{padding-top:68px}
  .page-hero{padding:130px 0 54px}
  .mobile-book{display:block}
  .hotel-chat{right:14px;bottom:82px}
  .hotel-chat-toggle{width:58px;height:58px}
  body{padding-bottom:68px}
}

@media (prefers-color-scheme:dark){
  :root{
    --ink:#fff8eb;
    --muted:#d4c9ba;
    --paper:#070b18;
    --surface:#101a33;
    --line:#293856;
    --royal:#d7b55c;
    --royal-dark:#0b071a;
    --gold:#ead17c;
    --blue:#7797d0;
    --wine:#a8435e;
    --shadow:0,0,0;
  }
  body{background:linear-gradient(180deg,#050816 0,#070b18 360px,var(--paper) 100%)}
  .site-header,.site-header.scrolled{background:rgba(7,11,24,.92);border-color:rgba(255,247,232,.18)}
  .nav-links{background:rgba(255,255,255,.08)}
  .booking-card,.fact,.home-route-strip a,.amenity,.service,.policy,.place,.room-listing{background:rgba(16,26,51,.92)}
  .home-route-strip strong{color:var(--ink)}
  .chat-message.bot{background:#17213d}
  .menu-toggle,.booking-form input,.booking-form select,.hotel-chat-form input{background:#0b1226;color:var(--ink)}
}

/* Professional hotel finish */
:root{
  --ink:#1f2933;
  --muted:#5f6b76;
  --paper:#f6f3ee;
  --surface:#ffffff;
  --line:#ded7cd;
  --royal:#24384a;
  --royal-dark:#172432;
  --gold:#9b7a3d;
  --champagne:#f5efe5;
  --shadow:31,41,51;
  --radius:6px;
  --display:Georgia,"Times New Roman",serif;
}

body{
  background:var(--paper);
  color:var(--ink);
}

h1{font-size:clamp(2.7rem,6vw,5.25rem);line-height:1.02}
h2{font-size:clamp(1.75rem,3vw,2.65rem);line-height:1.12}
.eyebrow{color:var(--gold);letter-spacing:.08em}

.btn{
  border-radius:4px;
  min-height:46px;
  font-weight:750;
  box-shadow:none;
}
.btn-primary,
.site-header .btn-primary{
  background:var(--royal);
  border-color:var(--royal);
  color:#fff;
  box-shadow:none;
}
.btn-primary:hover,
.site-header .btn-primary:hover,
.btn-outline:hover,
.card:hover,
.fact:hover,
.home-route-strip a:hover,
.place:hover,
.room-listing:hover{
  transform:none;
  box-shadow:none;
}
.btn-outline{background:#fff;border-color:var(--line);color:var(--royal)}
.btn-light{background:#fff;color:var(--royal);border-color:#fff}
.btn-ghost{background:transparent;border-color:rgba(255,255,255,.55);backdrop-filter:none}

.site-header,
.site-header.scrolled{
  top:0;
  width:100%;
  border-radius:0;
  border:0;
  border-bottom:1px solid rgba(255,255,255,.14);
  background:rgba(23,36,50,.96);
  box-shadow:none;
  backdrop-filter:none;
}
.nav{
  width:min(1180px,100%);
  margin:0 auto;
  height:72px;
  padding:8px 24px;
}
.brand{width:190px;height:52px;padding:0;background:transparent}
.brand::after{content:none}
.brand-logo{width:166px;height:40px}
.nav-links{gap:18px;font-size:.88rem;font-weight:650;color:rgba(255,255,255,.88)}
.nav-links a{padding:8px 0;border-radius:0}
.nav-links a::before,.nav-links a::after{content:none}
.nav-links a:hover,.nav-links a.active{color:#fff;transform:none}
.nav-links a.has-options{padding-right:14px}
.nav-links a.has-options::after{content:"";display:block;right:0;border-color:currentColor}
.nav-dropdown{
  border-radius:4px;
  background:#fff;
  border:1px solid var(--line);
  box-shadow:0 16px 40px rgba(var(--shadow),.16);
}
.nav-dropdown a{color:var(--ink);border-radius:3px}
.nav-dropdown a:hover,.nav-dropdown a.active{background:var(--champagne);color:var(--royal)}

.hero{min-height:82vh}
.hero-media img{
  animation:none;
  transform:none;
  filter:saturate(.96) contrast(1.02) brightness(.9);
}
.hero-shade{
  background:linear-gradient(90deg,rgba(15,24,33,.78),rgba(15,24,33,.48) 48%,rgba(15,24,33,.12));
}
.hero-content{
  padding-top:132px;
  padding-bottom:78px;
  text-shadow:0 2px 14px rgba(0,0,0,.32);
}
.hero-content h1{max-width:780px}
.hero-badges span{
  border-radius:3px;
  background:rgba(255,255,255,.12);
  font-weight:700;
}

.booking-panel{margin-top:-38px}
.booking-card,
.fact,
.home-route-strip a,
.card,
.amenity,
.service,
.policy,
.place,
.room-listing,
.travel-feature{
  background:var(--surface);
  border:1px solid var(--line);
  border-radius:var(--radius);
  box-shadow:none;
}
.booking-card{grid-template-columns:300px 1fr}
.booking-form button{border-radius:4px;background:var(--royal)}

.facts{margin-top:34px}
.fact{padding:22px}
.fact strong{font-size:1.85rem}
.home-route-strip a::after{content:none}

.signal{
  background:var(--royal);
  border-radius:var(--radius);
  box-shadow:none;
}
.section{padding-top:76px}
.image-frame,
.reception-gallery img,
.home-photo-grid img{
  box-shadow:none;
}
.image-frame img,
.image-frame:hover img,
.reception-gallery img:hover,
.home-photo-grid img:hover,
.card:hover img,
.room-gallery figure:hover img,
.modal-gallery figure:hover img,
.gallery-grid figure:hover img,
.place:hover .place-photo{
  animation:none;
  transform:none;
  filter:none;
}
.card img{height:230px}
.card-body{padding:20px}
.place-photo{height:156px}

.page-hero{
  background:var(--royal);
  padding-top:140px;
}
.page-hero::after{content:none}
.cta{
  background:var(--royal);
  margin-top:84px;
}
.footer{
  background:#162331;
  box-shadow:none;
}

.hotel-chat{display:none}

@media (max-width:1000px){
  .mobile-menu{
    background:#172432;
    border-radius:6px;
    box-shadow:0 18px 44px rgba(var(--shadow),.28);
    backdrop-filter:none;
  }
  .mobile-menu a{
    background:transparent;
    border:0;
    border-bottom:1px solid rgba(255,255,255,.12);
    border-radius:0;
    box-shadow:none;
  }
  .booking-card{grid-template-columns:1fr}
}

@media (max-width:680px){
  .site-header,.site-header.scrolled{top:0;width:100%}
  .nav{padding:6px 14px}
  .hero{min-height:760px}
  .hero-content h1{font-size:2.7rem}
}

/* Plain hotel brochure pass */
:root{
  --paper:#f7f5f1;
  --surface:#fff;
  --ink:#22272d;
  --muted:#68727d;
  --line:#ddd6cc;
  --royal:#223545;
  --royal-dark:#182734;
  --gold:#8b6b35;
  --champagne:#eee6da;
}

body{
  background:#f7f5f1;
  font-size:16px;
}

.site-header,
.site-header.scrolled{
  position:sticky;
  top:0;
  transform:none;
  opacity:1;
  width:100%;
  background:#fff;
  border-bottom:1px solid var(--line);
}
.site-header.nav-hidden{transform:none;opacity:1;pointer-events:auto}
.nav{height:78px}
.brand{
  width:auto;
  height:44px;
  padding:0;
}
.brand-logo{
  width:118px;
  height:30px;
}
.brand-logo img{
  filter:none;
  width:100%;
  height:100%;
  object-fit:contain;
}
.nav-links{color:var(--ink);gap:22px;font-weight:650}
.nav-links a:hover,
.nav-links a.active{color:var(--gold)}
.site-header .btn-primary{
  background:var(--royal);
  color:#fff;
  border-color:var(--royal);
}
.site-header .menu-toggle{border-color:var(--line);background:#fff}
.site-header .menu-toggle::before,
.site-header .menu-toggle::after{background:var(--ink)}

.hero{
  min-height:620px;
  align-items:flex-end;
  background:#1c2b37;
}
.hero-media{inset:0 0 0 42%}
.hero-media img{
  object-position:center;
  filter:none;
}
.hero-shade{
  background:linear-gradient(90deg,#1d2d3a 0%,#1d2d3a 42%,rgba(29,45,58,.78) 58%,rgba(29,45,58,.08) 100%);
}
.hero-content{
  padding:86px 24px 70px;
  text-shadow:none;
}
.hero-content h1{
  max-width:620px;
  font-size:clamp(2.6rem,5vw,4.7rem);
  line-height:1.05;
  margin-bottom:18px;
}
.hero-content p:not(.eyebrow){
  max-width:560px;
  font-size:1.05rem;
  color:rgba(255,255,255,.86);
}
.hero-badges{display:none}
.hero-actions{margin-top:24px}

.booking-panel{margin-top:0;background:#fff;border-bottom:1px solid var(--line)}
.booking-card{
  border:0;
  border-radius:0;
  padding:26px 0;
  background:transparent;
}
.booking-card h2{font-family:var(--body);font-size:1.35rem;font-weight:750}
.booking-form input,
.booking-form select{
  border-radius:3px;
  height:48px;
}
.booking-form button{
  height:48px;
  border-radius:3px;
}

.facts,
.home-route-strip,
.signal-grid,
.section:has(.home-photo-grid) + .section,
.hero-badges{
  display:none;
}

.section{
  padding-top:64px;
}
.section-head{
  margin-bottom:24px;
}
.section-head h2,
.copy h2{
  font-size:clamp(1.7rem,3vw,2.45rem);
}
.split{
  gap:36px;
}
.image-frame{
  height:390px;
}
.reception-gallery{
  height:390px;
}

.card-grid{
  grid-template-columns:repeat(4,1fr);
  gap:14px;
}
.card{
  border-radius:3px;
}
.card img{
  height:205px;
}
.card-body h3{
  font-family:var(--body);
  font-size:1rem;
}
.card-body p{
  font-size:.92rem;
}
.card-body span{
  font-size:.9rem;
}

.home-photo-grid{
  grid-template-columns:repeat(5,1fr);
  grid-auto-rows:160px;
}
.home-photo-grid img:first-child{grid-row:auto}

.cta{
  padding:58px 24px;
  background:#fff;
  color:var(--ink);
  border-top:1px solid var(--line);
  border-bottom:1px solid var(--line);
}
.cta p{color:var(--muted)}
.cta .btn-ghost{
  color:var(--royal);
  border-color:var(--line);
}
.footer{
  margin-top:0;
  background:#1d2d3a;
}

.hotel-chat,
.travel-card{
  display:none;
}

@media (max-width:1000px){
  .site-header{position:sticky}
  .nav-links{display:none}
  .hero-media{inset:0}
  .hero-shade{background:rgba(29,45,58,.72)}
  .booking-card,
  .card-grid{
    grid-template-columns:1fr 1fr;
  }
  .booking-card{display:block}
  .booking-form{margin-top:18px}
  .split{grid-template-columns:1fr}
}

@media (max-width:680px){
  .nav{height:68px}
  .brand{width:auto;height:40px;padding:0}
  .brand-logo{width:106px;height:28px}
  .hero{min-height:610px}
  .hero-content{padding:68px 18px 46px}
  .hero-content h1{font-size:2.55rem}
  .booking-card,
  .booking-form,
  .card-grid,
  .home-photo-grid{
    grid-template-columns:1fr;
  }
  .booking-card{padding:22px 0}
  .image-frame,
  .reception-gallery{
    height:auto;
    aspect-ratio:4/3;
  }
  .card img{height:auto;aspect-ratio:4/3}
}

/* Centered homepage hero and sharper logo sizing */
.brand-logo{
  width:148px;
  height:44px;
}

.hero{
  align-items:center;
}

.hero-media{
  inset:0;
}

.hero-shade{
  background:linear-gradient(180deg,rgba(29,45,58,.64),rgba(29,45,58,.58)),linear-gradient(90deg,rgba(29,45,58,.28),rgba(29,45,58,.14));
}

.hero-content{
  display:grid;
  justify-items:center;
  text-align:center;
  padding:122px 24px 86px;
}

.hero-content h1{
  max-width:880px;
}

.hero-content p:not(.eyebrow){
  max-width:680px;
}

.hero-actions{
  justify-content:center;
}

@media (max-width:680px){
  .brand-logo{
    width:128px;
    height:38px;
  }

  .hero-content{
    padding:86px 18px 56px;
  }
}

/* Book page */
.book-hero{
  padding:132px 0 74px;
  background:linear-gradient(90deg,rgba(29,45,58,.9),rgba(29,45,58,.7)),url("../images/booking-room-types/property/01-61395759-a-hotel-sign-in-front-of-a-building-at-cricklewood-lodge-h.jpg") center/cover;
}

.book-hero .container{
  display:grid;
  justify-items:center;
  text-align:center;
}

.book-hero h1{
  max-width:900px;
  font-size:clamp(2.35rem,5vw,4.55rem);
}

.book-hero p{
  margin-left:auto;
  margin-right:auto;
}

.book-section{
  padding-top:46px;
}

.book-layout{
  display:grid;
  grid-template-columns:minmax(0,1.45fr) minmax(300px,.55fr);
  gap:22px;
  align-items:stretch;
}

.book-card{
  border:1px solid var(--line);
  border-radius:8px;
  padding:30px;
  background:#fff;
  display:grid;
  grid-template-columns:1fr;
  gap:24px;
}

.booking-copy{
  max-width:720px;
}

.booking-copy h2{
  font-family:var(--body);
  font-size:1.85rem;
  line-height:1.15;
  margin-bottom:8px;
}

.booking-copy p:not(.eyebrow){
  color:var(--muted);
  margin-bottom:0;
}

.book-card .booking-form{
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:14px;
}

.book-card .booking-form button{
  grid-column:1/-1;
  width:100%;
  height:54px;
  font-size:1rem;
}

.book-aside{
  overflow:hidden;
  border:1px solid var(--line);
  border-radius:8px;
  background:#fff;
}

.book-aside img{
  width:100%;
  height:220px;
  object-fit:cover;
}

.book-aside div{
  display:grid;
  gap:10px;
  padding:22px;
}

.book-aside strong{
  color:var(--ink);
  line-height:1.3;
}

.book-aside span{
  color:var(--muted);
  font-size:.94rem;
}

.book-aside a{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:44px;
  margin-top:6px;
  border:1px solid var(--royal);
  border-radius:4px;
  color:var(--royal);
  font-weight:800;
}

@media (max-width:900px){
  .book-layout{
    grid-template-columns:1fr;
  }
}

@media (max-width:680px){
  .book-hero{
    padding:92px 0 52px;
  }

  .book-card{
    padding:22px 18px;
  }

  .book-card .booking-form{
    grid-template-columns:1fr;
  }
}

/* Footer polish */
.footer{
  margin-top:64px;
  padding:42px 24px 18px;
  background:#142f35;
  color:rgba(255,250,240,.76);
  border-top:3px solid var(--gold);
}

.footer-inner{
  grid-template-columns:minmax(0,1.55fr) minmax(130px,.65fr) minmax(130px,.65fr);
  gap:36px;
  padding-bottom:24px;
  border-bottom:1px solid rgba(255,250,240,.18);
}

.footer-inner > div:first-child{
  max-width:430px;
}

.footer-logo{
  width:185px;
  margin-bottom:12px;
}

.footer p{
  max-width:390px;
  margin:0 0 6px;
  line-height:1.6;
}

.footer p:first-of-type{
  color:#fffaf0;
  font-weight:700;
}

.footer-links{
  gap:7px;
}

.footer-links strong{
  margin-bottom:2px;
  color:#d8a66a;
  font-size:.72rem;
}

.footer-links a{
  width:max-content;
  max-width:100%;
  color:rgba(255,250,240,.78);
  font-weight:600;
  border-bottom:1px solid transparent;
  transition:color .18s ease,border-color .18s ease;
}

.footer-links a:hover,
.footer-links a:focus-visible{
  color:#fffaf0;
  border-bottom-color:var(--gold);
}

.footer-bottom{
  padding-top:12px;
  color:rgba(255,250,240,.58);
  font-size:.8rem;
}

.footer-bottom a{
  color:rgba(255,250,240,.75);
}

@media (max-width:680px){
  .footer{
    margin-top:52px;
    padding:34px 18px 16px;
  }

  .footer-inner{
    gap:24px;
    padding-bottom:20px;
  }

  .footer-logo{
    width:170px;
    margin-bottom:10px;
  }

  .footer-bottom{
    align-items:flex-start;
    flex-direction:column;
    gap:6px;
  }
}

/* Lighter hotel palette */
:root{
  --ink:#26383c;
  --muted:#667477;
  --paper:#f7f4ee;
  --surface:#fffefa;
  --line:#ddd8ce;
  --royal:#315f69;
  --royal-dark:#244b54;
  --gold:#b87838;
  --champagne:#fff8e9;
}

body{
  background:var(--paper);
}

.page-hero{
  background:linear-gradient(135deg,#315f69,#477985 72%,#5b8790);
}

.page-hero::after{
  background:linear-gradient(90deg,transparent,rgba(255,255,255,.7),transparent);
}

.book-hero{
  background:linear-gradient(90deg,rgba(36,75,84,.78),rgba(49,95,105,.5)),url("../images/booking-room-types/property/01-61395759-a-hotel-sign-in-front-of-a-building-at-cricklewood-lodge-h.jpg") center/cover;
}

.signal{
  background:var(--royal);
}

.footer{
  background:#315f69;
  border-top-color:#e0aa66;
}

.footer-links strong{
  color:#f2c681;
}

.hero-content .eyebrow{
  color:#f6ce78;
  text-shadow:0 2px 14px rgba(0,0,0,.6);
}

.mobile-book{
  background:#101a33;
}

.cta{
  background:transparent;
  border:0;
  padding:44px 24px 18px;
}

.footer-lead{
  width:min(1180px,100%);
  margin:0 auto 34px;
  padding:0 0 28px;
  display:flex;
  align-items:end;
  justify-content:space-between;
  gap:24px;
  border-bottom:1px solid #d5d0c5;
}

.footer-lead .eyebrow{
  margin-bottom:8px;
}

.footer-lead h2{
  margin:0;
  color:var(--royal);
  font-size:clamp(1.8rem,3vw,2.6rem);
  line-height:1;
}

.footer-action{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:44px;
  padding:0 18px;
  border:1px solid var(--royal);
  border-radius:4px;
  color:var(--royal);
  font-weight:800;
  white-space:nowrap;
  transition:background .18s ease,color .18s ease,transform .18s ease;
}

.footer-action:hover,
.footer-action:focus-visible{
  background:var(--royal);
  color:#fff;
  transform:translateY(-1px);
}

.page-hero{
  padding-top:118px;
}

.book-hero{
  padding-top:118px;
}

@media (max-width:1000px){
  .mobile-menu > a::after{
    display:none;
  }

  .mobile-menu > a[href="/rooms/"]::after{
    display:block;
    content:"";
    width:7px;
    height:7px;
    border-top:2px solid currentColor;
    border-right:2px solid currentColor;
    transform:rotate(45deg);
    opacity:.55;
  }
}

@media (max-width:680px){
  .footer-inner{
    display:grid;
    grid-template-columns:1fr;
    width:100%;
  }

  .footer-inner > div,
  .footer-links{
    min-width:0;
  }

  .footer-logo{
    max-width:100%;
    height:auto;
  }

  .footer p,
  .footer a{
    overflow-wrap:anywhere;
    word-break:normal;
  }

  .footer-lead h2{
    line-height:1.08;
  }

  .footer-lead{
    display:grid;
    align-items:start;
    gap:18px;
    margin-bottom:26px;
    padding-bottom:22px;
  }

  .footer-action{
    width:max-content;
  }

  .page-hero,
  .book-hero{
    padding-top:92px;
  }
}

/* Final footer direction */
.footer{
  margin-top:70px;
  padding:48px 24px 20px;
  background:#f1eee7;
  color:var(--ink);
  border-top:1px solid var(--line);
}

.footer-inner{
  grid-template-columns:minmax(0,1.6fr) minmax(130px,.7fr) minmax(130px,.7fr);
  gap:42px;
  padding-bottom:28px;
  border-bottom:1px solid #d5d0c5;
}

.footer-logo{
  width:194px;
  margin-bottom:14px;
}

.footer p{
  color:#697372;
  margin-bottom:6px;
}

.footer p:first-of-type{
  color:var(--ink);
}

.footer p a{
  color:var(--royal);
  font-weight:700;
}

.footer-links strong{
  color:var(--gold);
}

.footer-links a{
  color:#506267;
}

.footer-links a:hover,
.footer-links a:focus-visible{
  color:var(--royal);
}

.footer-bottom{
  color:#7b8583;
  padding-top:14px;
}

.footer-bottom a{
  color:var(--royal);
}

@media (max-width:680px){
  .footer{
    margin-top:54px;
    padding:36px 18px 16px;
  }

  .footer-inner{
    gap:24px;
    padding-bottom:22px;
  }
}

/* More natural, established-hotel finish */
.hero{
  min-height:min(760px,86svh);
}

.hero-media img{
  animation:none;
  transform:none;
  filter:saturate(.96) contrast(1.02) brightness(.94);
}

.hero-shade{
  background:linear-gradient(90deg,rgba(7,11,24,.78),rgba(16,26,51,.38) 58%,rgba(7,11,24,.08)),linear-gradient(0deg,rgba(7,11,24,.5),transparent 62%);
}

.hero-badges{
  gap:7px;
}

.hero-badges span{
  min-height:31px;
  border-radius:4px;
  background:rgba(7,11,24,.28);
  padding:0 11px;
  font-size:.75rem;
}

.booking-panel{
  margin-top:24px;
}

.booking-card{
  border-radius:6px;
  box-shadow:0 12px 28px rgba(var(--shadow),.09);
}

.facts{
  margin-top:30px;
}

.fact{
  box-shadow:none;
}

.fact:hover{
  transform:none;
  box-shadow:none;
}

.section{
  padding-top:68px;
}

.image-frame,
.reception-gallery img,
.home-photo-grid img,
.room-gallery figure{
  box-shadow:none;
}

.image-frame img,
.reception-gallery img,
.home-photo-grid img,
.card img,
.room-gallery figure img,
.modal-gallery figure img,
.gallery-grid figure img{
  animation:none;
}

.image-frame:hover img,
.reception-gallery img:hover,
.home-photo-grid img:hover,
.card:hover img,
.room-gallery figure:hover img,
.modal-gallery figure:hover img,
.gallery-grid figure:hover img{
  transform:scale(1.03);
}

.card,
.home-route-strip a,
.room-listing,
.amenity,
.service,
.policy,
.place{
  box-shadow:none;
}

.card:hover,
.home-route-strip a:hover,
.room-listing:hover{
  transform:translateY(-2px);
  box-shadow:0 10px 22px rgba(var(--shadow),.09);
}

.signal{
  background:#315f69;
  box-shadow:none;
}

.page-hero{
  background:#315f69;
}

.page-hero::after{
  background:var(--gold);
  opacity:.7;
}

.cta{
  margin-top:76px;
}

@media (max-width:680px){
  .hero{
    min-height:650px;
  }

  .booking-panel{
    margin-top:20px;
  }

  .section{
    padding-top:56px;
  }
}
