/* ══════════════════════════════════════════════════
   HOTEL AMAR PALACE — RAMBAGH / OBEROI LEVEL DESIGN
   Palette: Deep Umber · Antique Brass · Warm Cream · Slate
   ══════════════════════════════════════════════════ */
:root {
  --umber:       #15100c;
  --umber2:      #211a15;
  --brass:       #c09a4a;
  --brass-lt:    #d9b96a;
  --brass-dk:    #8e7030;
  --cream:       #f4f4f4;
  --cream2:      #ececec;
  --cream3:      #e0e0e0;
  --slate:       #6b6258;
  --slate-lt:    #9a9088;
  --terracotta:  #7c2d1a;
  --terracotta2: #9a3820;
  --white:       #ffffff;
  --serif:       'Cormorant', serif;
  --caps:        'Cinzel', serif;
  --body:        'Raleway', sans-serif;
  --ease:        cubic-bezier(.4, 0, .2, 1);
}
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body { font-family: var(--serif); background: #f4f4f4; color: var(--umber); overflow-x: hidden; -webkit-font-smoothing: antialiased; line-height: 1.75; font-size: 17px; }
::-webkit-scrollbar { width: 4px; }
::-webkit-scrollbar-track { background: var(--umber); }
::-webkit-scrollbar-thumb { background: var(--brass); }
img { display: block; max-width: 100%; }

/* ── CORE TYPE ─────────────────────────────────── */
.cap { font-family: var(--caps); font-size: .62rem; letter-spacing: .42em; text-transform: uppercase; color: var(--brass); display: flex; align-items: center; gap: 14px; }
.cap::before, .cap::after { content: ''; flex: 0 0 24px; height: 1px; background: var(--brass); opacity: .7; }
.display { font-family: var(--serif); font-weight: 300; line-height: 1.12; color: var(--umber); }
.display em { font-style: italic; color: var(--terracotta2); }
.prose { font-family: var(--body); font-size: 1rem; font-weight: 400; line-height: 2; color: var(--slate); }
.rule { display: flex; align-items: center; gap: 10px; margin: 22px 0; }
.rule::before, .rule::after { content: ''; flex: 1; height: 1px; background: linear-gradient(90deg, transparent, rgba(192,154,74,.5), transparent); }
.rule span { color: var(--brass); font-size: .65rem; letter-spacing: .3em; }

/* ── PAGE HERO BANNER (inner pages) ────────────── */
.page-hero { position: relative; height: 380px; display: flex; align-items: center; justify-content: center; overflow: hidden; background: var(--umber); }
.page-hero-bg { position: absolute; inset: 0; background-size: cover; background-position: center; opacity: .45; }
.page-hero::after { content: ''; position: absolute; inset: 0; background: linear-gradient(to bottom, rgba(21,16,12,.55) 0%, rgba(21,16,12,.35) 60%, rgba(21,16,12,.7) 100%); }
.page-hero-body { position: relative; z-index: 2; text-align: center; padding: 0 24px; }
.page-hero-body .cap { justify-content: center; color: var(--brass-lt); margin-bottom: 16px; }
.page-hero-body .cap::before, .page-hero-body .cap::after { background: var(--brass-lt); }
.page-hero-body h1 { font-family: var(--serif); font-weight: 300; font-size: clamp(2.2rem, 5vw, 4rem); color: var(--cream); line-height: 1.1; }
.page-hero-body h1 em { font-style: italic; color: var(--brass-lt); }
.page-breadcrumb { margin-top: 18px; font-family: var(--caps); font-size: .52rem; letter-spacing: .28em; text-transform: uppercase; color: rgba(249,245,237,.55); }
.page-breadcrumb a { color: var(--brass-lt); text-decoration: none; }
.page-breadcrumb a:hover { color: var(--cream); }
.page-breadcrumb span { margin: 0 10px; }

/* ── BUTTONS ────────────────────────────────────── */
.btn, .btn-ghost, .btn-outline { display: inline-flex; align-items: center; gap: 9px; font-family: var(--caps); font-size: .62rem; letter-spacing: .22em; text-transform: uppercase; text-decoration: none; cursor: pointer; border: none; transition: all .35s var(--ease); white-space: nowrap; padding: 14px 36px; font-weight: 600; }
.btn { background: var(--brass); color: var(--umber); box-shadow: 0 1px 18px rgba(192,154,74,.28); }
.btn:hover { background: var(--brass-dk); box-shadow: 0 3px 28px rgba(192,154,74,.42); transform: translateY(-1px); }
.btn-ghost { background: transparent; color: var(--cream); border: 1px solid rgba(249,245,237,.35); }
.btn-ghost:hover { border-color: var(--brass-lt); color: var(--brass-lt); background: rgba(192,154,74,.08); }
.btn-dark { background: var(--umber); color: var(--brass-lt); border: none; }
.btn-dark:hover { background: var(--umber2); }
.btn-outline { background: transparent; color: var(--brass); border: 1px solid var(--brass); }
.btn-outline:hover { background: var(--brass); color: var(--umber); }

/* ── TOPBAR ─────────────────────────────────────── */
.topbar { background: #f4f4f4; padding: 9px 0; border-bottom: 1px solid #d8d8d8; }
.tb-wrap { max-width: 1300px; margin: 0 auto; padding: 0 36px; display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 8px; }
.tb-left { display: flex; gap: 22px; flex-wrap: wrap; }
.tb-left a { font-family: var(--body); font-size: .76rem; font-weight: 400; letter-spacing: .04em; color: var(--slate); text-decoration: none; display: flex; align-items: center; gap: 7px; transition: color .3s; }
.tb-left a i { color: var(--brass); font-size: .66rem; }
.tb-left a:hover { color: var(--brass); }
.tb-right { display: flex; gap: 14px; }
.tb-right a { color: var(--slate-lt); font-size: .78rem; transition: color .3s; text-decoration: none; }
.tb-right a:hover { color: var(--brass); }

/* ── NAV ────────────────────────────────────────── */
.site-header { position: sticky; top: 0; z-index: 900; }
.nav-wrap { background: #ffffff; border-bottom: 1px solid #e0e0e0; box-shadow: 0 1px 12px rgba(21,16,12,.06); }
.nav-inside { max-width: 1300px; margin: 0 auto; padding: 0 36px; height: 80px; display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.logo-link { display: flex; align-items: center; text-decoration: none; flex-shrink: 0; }
.logo-name { font-family: var(--caps); font-size: 1.28rem; font-weight: 700; color: var(--umber); letter-spacing: .1em; line-height: 1; }
.nav-list { list-style: none; display: flex; gap: 0; }
.nav-list a { font-family: var(--caps); font-size: .76rem; letter-spacing: .16em; text-transform: uppercase; color: var(--slate); text-decoration: none; padding: 8px 15px; position: relative; transition: color .3s; display: block; font-weight: 600; }
.nav-list a::after { content: ''; position: absolute; bottom: 0; left: 15px; right: 15px; height: 2px; background: var(--brass); transform: scaleX(0); transform-origin: center; transition: transform .35s var(--ease); }
.nav-list a:hover, .nav-list a.active { color: var(--brass); }
.nav-list a:hover::after, .nav-list a.active::after { transform: scaleX(1); }
.nav-book { font-family: var(--caps); font-size: .7rem; letter-spacing: .2em; text-transform: uppercase; background: var(--brass); color: var(--white); padding: 14px 30px; text-decoration: none; flex-shrink: 0; transition: background .3s; font-weight: 700; }
.nav-book:hover { background: var(--brass-dk); }
.burger { display: none; background: none; border: none; cursor: pointer; padding: 5px; flex-direction: column; gap: 5px; }
.bl { display: block; height: 1px; background: var(--umber); transition: all .35s var(--ease); }
.bl:nth-child(1) { width: 24px; }
.bl:nth-child(2) { width: 18px; }
.bl:nth-child(3) { width: 12px; }
.burger.open .bl:nth-child(1) { width: 20px; transform: translateY(6px) rotate(45deg); }
.burger.open .bl:nth-child(2) { opacity: 0; }
.burger.open .bl:nth-child(3) { width: 20px; transform: translateY(-6px) rotate(-45deg); }
.drawer { display: none; flex-direction: column; background: #ffffff; border-top: 1px solid #e0e0e0; padding: 6px 0 20px; box-shadow: 0 8px 20px rgba(21,16,12,.08); }
.drawer a { font-family: var(--caps); font-size: .76rem; letter-spacing: .2em; text-transform: uppercase; color: var(--slate); text-decoration: none; padding: 15px 36px; border-bottom: 1px solid #f0f0f0; transition: color .3s, background .3s; display: block; font-weight: 600; }
.drawer a:hover { color: var(--brass); background: #fafafa; }
.drawer a.d-book { margin: 14px 36px 0; padding: 15px 24px; background: var(--brass); color: var(--white); text-align: center; border: none; font-weight: 700; }
.drawer a.d-book:hover { background: var(--brass-dk); color: var(--white); }
.drawer.open { display: flex; }

/* ── HERO ────────────────────────────────────────── */
.hero { position: relative; height: 100svh; min-height: 620px; overflow: hidden; background: var(--umber); }
.hs { position: absolute; inset: 0; opacity: 0; transition: opacity 1.5s ease; z-index: 1; }
.hs.active { opacity: 1; z-index: 2; }
.hs-bg { position: absolute; inset: 0; background-size: cover; background-position: center; transition: transform 9s ease; transform: scale(1.07); }
.hs.active .hs-bg { transform: scale(1); }
.hs1 .hs-bg { background-image: url('https://images.unsplash.com/photo-1549480017-d76466a4b7e8?w=1920&q=85'); }
.hs2 .hs-bg { background-image: url('https://images.unsplash.com/photo-1564501049412-61c2a3083791?w=1920&q=85'); }
.hs3 .hs-bg { background-image: url('https://images.unsplash.com/photo-1519225421980-715cb0215aed?w=1920&q=85'); }
.hs4 .hs-bg { background-image: url('https://images.unsplash.com/photo-1414235077428-338989a2e8c0?w=1920&q=85'); }
.hs::after { content: ''; position: absolute; inset: 0; z-index: 2; background: radial-gradient(ellipse 90% 65% at 50% 65%, rgba(21,16,12,.58) 0%, rgba(21,16,12,.08) 60%), linear-gradient(to bottom, rgba(21,16,12,.3) 0%, rgba(21,16,12,.04) 25%, rgba(21,16,12,.6) 100%); }
.hero-body { position: absolute; inset: 0; z-index: 10; display: flex; flex-direction: column; align-items: center; justify-content: center; text-align: center; padding: 0 20px 100px; }
.h-eyebrow { font-family: var(--caps); font-size: .56rem; letter-spacing: .55em; text-transform: uppercase; color: var(--brass-lt); margin-bottom: 20px; opacity: 0; animation: fu .9s .3s forwards; }
.h-title { font-family: var(--serif); font-weight: 300; font-size: clamp(2.5rem, 7vw, 6.2rem); color: var(--cream); line-height: 1.08; margin-bottom: 18px; opacity: 0; animation: fu .9s .5s forwards; text-shadow: 0 2px 50px rgba(21,16,12,.35); }
.h-title em { font-style: italic; color: var(--brass-lt); }
.h-sub { font-family: var(--body); font-size: clamp(.82rem, 1.4vw, 1rem); font-weight: 300; color: rgba(249,245,237,.72); letter-spacing: .07em; max-width: 480px; margin-bottom: 34px; opacity: 0; animation: fu .9s .7s forwards; }
.h-actions { display: flex; gap: 12px; flex-wrap: wrap; justify-content: center; opacity: 0; animation: fu .9s .9s forwards; }
.slide-dots { position: absolute; bottom: 96px; left: 50%; transform: translateX(-50%); z-index: 20; display: flex; gap: 8px; }
.s-dot { width: 28px; height: 2px; background: rgba(249,245,237,.3); border: none; cursor: pointer; padding: 0; transition: all .4s var(--ease); }
.s-dot.active { background: var(--brass-lt); width: 48px; }
.s-arr { position: absolute; top: 50%; transform: translateY(-50%); z-index: 20; width: 46px; height: 46px; background: rgba(21,16,12,.4); border: 1px solid rgba(192,154,74,.28); color: var(--brass-lt); display: flex; align-items: center; justify-content: center; font-size: .82rem; cursor: pointer; backdrop-filter: blur(5px); transition: all .3s; }
.s-arr:hover { background: var(--brass); border-color: var(--brass); color: var(--umber); }
.s-arr.prev { left: 20px; }
.s-arr.next { right: 20px; }
.book-dock { position: absolute; bottom: 0; left: 0; right: 0; z-index: 20; background: rgba(21,16,12,.9); backdrop-filter: blur(16px); border-top: 1px solid rgba(192,154,74,.2); }
.dock-form { max-width: 1300px; margin: 0 auto; padding: 0 36px; display: grid; grid-template-columns: 1fr 1fr 1fr 1fr auto; min-height: 76px; }
.df { padding: 13px 18px; border-right: 1px solid rgba(192,154,74,.1); display: flex; flex-direction: column; justify-content: center; gap: 4px; }
.df:last-child { border-right: none; padding: 0; }
.df-lbl { font-family: var(--caps); font-size: .48rem; letter-spacing: .38em; text-transform: uppercase; color: var(--brass); }
.df input, .df select { background: transparent; border: none; outline: none; font-family: var(--body); font-size: .84rem; font-weight: 300; color: var(--cream); -webkit-appearance: none; }
.df input::placeholder { color: rgba(249,245,237,.38); }
.df select option { background: var(--umber2); color: var(--cream); }
.df input[type=date]::-webkit-calendar-picker-indicator { filter: invert(.65) sepia(1) saturate(2) hue-rotate(5deg); cursor: pointer; }
.dock-btn { display: flex; align-items: center; justify-content: center; background: var(--brass); color: var(--umber); font-family: var(--caps); font-size: .58rem; letter-spacing: .22em; text-transform: uppercase; padding: 0 32px; min-width: 128px; cursor: pointer; border: none; transition: background .3s; font-weight: 700; }
.dock-btn:hover { background: var(--brass-dk); }
@keyframes fu { from { opacity: 0; transform: translateY(20px); } to { opacity: 1; transform: translateY(0); } }

/* ── TICKER ──────────────────────────────────────── */
.ticker { background: #e4dfd7; border-top: 1px solid #c8c0b0; border-bottom: 1px solid #c8c0b0; padding: 18px 0; overflow: hidden; margin-top: 76px; }
.ticker-track { display: flex; gap: 0; animation: tick 30s linear infinite; white-space: nowrap; }
.tick-item { display: flex; align-items: center; gap: 11px; padding: 0 36px; border-right: 1px solid #c4bbb0; font-family: var(--caps); font-size: .54rem; letter-spacing: .32em; text-transform: uppercase; color: var(--slate); flex-shrink: 0; }
.tick-item i { color: var(--brass); font-size: .68rem; }
@keyframes tick { from { transform: translateX(0); } to { transform: translateX(-50%); } }

/* ── ABOUT ───────────────────────────────────────── */
.about { padding: 108px 0; background: #f9f7f4; position: relative; overflow: hidden; }
.about::before { content: ''; position: absolute; right: -8vw; top: 50%; transform: translateY(-50%); width: 40vw; height: 40vw; border: 1px solid rgba(192,154,74,.06); border-radius: 50%; pointer-events: none; }
.about::after { content: ''; position: absolute; right: -6vw; top: 50%; transform: translateY(-50%); width: 32vw; height: 32vw; border: 1px solid rgba(192,154,74,.05); border-radius: 50%; pointer-events: none; }
.about-inner { max-width: 1300px; margin: 0 auto; padding: 0 36px; display: grid; grid-template-columns: 1fr 1fr; gap: 88px; align-items: center; }
.about-visuals { position: relative; height: 600px; flex-shrink: 0; }
.av-main { position: absolute; top: 0; left: 0; width: 70%; height: 76%; object-fit: cover; filter: sepia(7%) contrast(1.06); box-shadow: 32px 32px 0 #e0e0e0, 0 10px 60px rgba(21,16,12,.16); }
.av-accent { position: absolute; bottom: 0; right: 0; width: 54%; height: 52%; object-fit: cover; filter: sepia(7%) contrast(1.06); box-shadow: -4px -4px 0 0 var(--brass), 0 8px 36px rgba(21,16,12,.18); }
.av-badge { position: absolute; left: 52%; bottom: 40%; transform: translate(-50%, 50%); z-index: 5; width: 100px; height: 100px; background: var(--terracotta); display: flex; flex-direction: column; align-items: center; justify-content: center; box-shadow: 0 0 0 1px var(--terracotta), 0 0 0 7px rgba(124,45,26,.12), inset 0 0 0 1px rgba(249,245,237,.12); }
.av-badge-n { font-family: var(--caps); font-size: 1.9rem; color: var(--brass-lt); line-height: 1; }
.av-badge-t { font-family: var(--body); font-size: .55rem; font-weight: 300; letter-spacing: .12em; text-transform: uppercase; color: rgba(249,245,237,.8); margin-top: 5px; text-align: center; line-height: 1.4; }
.about-copy .cap { margin-bottom: 18px; justify-content: flex-start; }
.about-copy .display { font-size: clamp(2rem, 3.2vw, 3.2rem); margin-bottom: 6px; }
.about-copy .prose { margin-bottom: 16px; }
.about-stats { display: grid; grid-template-columns: repeat(3, 1fr); gap: 0; margin: 32px 0; border: 1px solid #d8d8d8; }
.as-cell { padding: 20px 14px; text-align: center; border-right: 1px solid #d8d8d8; }
.as-cell:last-child { border-right: none; }
.as-n { font-family: var(--serif); font-size: 2.6rem; font-weight: 300; color: var(--terracotta2); line-height: 1; }
.as-l { font-family: var(--body); font-size: .62rem; font-weight: 400; letter-spacing: .12em; text-transform: uppercase; color: var(--slate-lt); margin-top: 5px; }

/* ── USP STRIP ───────────────────────────────────── */
.usp { background: var(--umber); padding: 68px 0; }
.usp-inner { max-width: 1300px; margin: 0 auto; padding: 0 36px; display: grid; grid-template-columns: repeat(4, 1fr); gap: 0; }
.usp-c { padding: 38px 28px; border-right: 1px solid rgba(192,154,74,.1); text-align: center; transition: background .4s; }
.usp-c:last-child { border-right: none; }
.usp-c:hover { background: rgba(192,154,74,.04); }
.usp-ico { width: 52px; height: 52px; margin: 0 auto 18px; border: 1px solid rgba(192,154,74,.32); display: flex; align-items: center; justify-content: center; color: var(--brass); font-size: 1rem; transition: all .4s; }
.usp-c:hover .usp-ico { background: var(--brass); color: var(--umber); border-color: var(--brass); }
.usp-t { font-family: var(--serif); font-size: 1.32rem; font-weight: 500; color: var(--cream); margin-bottom: 10px; }
.usp-d { font-family: var(--body); font-size: .95rem; font-weight: 400; color: var(--slate-lt); line-height: 1.85; }

/* ── SECTION HEADER ──────────────────────────────── */
.sec-hd { text-align: center; margin-bottom: 60px; padding: 0 36px; }
.sec-hd .cap { justify-content: center; margin-bottom: 18px; }
.sec-hd .display { font-size: clamp(2rem, 3.2vw, 2.9rem); margin-top: 0; }

/* ── ROOMS ───────────────────────────────────────── */
.rooms-sec { padding: 108px 0; background: #f4f4f4; }
.rooms-grid { max-width: 1300px; margin: 0 auto; padding: 0 36px; display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; background: transparent; }
.rc { background: #ffffff; overflow: hidden; transition: box-shadow .45s var(--ease); box-shadow: 0 4px 24px rgba(21,16,12,.10); }
.rc:hover { box-shadow: 0 20px 64px rgba(21,16,12,.16); z-index: 2; position: relative; }
.rc-img { position: relative; height: 256px; overflow: hidden; }
.rc-img img { width: 100%; height: 100%; object-fit: cover; filter: sepia(5%) contrast(1.06) brightness(.97); transition: transform .7s var(--ease); }
.rc:hover .rc-img img { transform: scale(1.05); }
.rc-tag { position: absolute; top: 0; left: 0; background: var(--terracotta); color: var(--brass-lt); font-family: var(--caps); font-size: .48rem; letter-spacing: .22em; text-transform: uppercase; padding: 6px 14px; }
.rc-ov { position: absolute; inset: 0; background: rgba(21,16,12,.58); display: flex; align-items: center; justify-content: center; opacity: 0; transition: opacity .4s var(--ease); }
.rc:hover .rc-ov { opacity: 1; }
.rc-ov a { font-family: var(--caps); font-size: .54rem; letter-spacing: .2em; text-transform: uppercase; color: var(--cream); border: 1px solid rgba(249,245,237,.5); padding: 10px 26px; text-decoration: none; transition: all .3s; }
.rc-ov a:hover { background: var(--brass); border-color: var(--brass); color: var(--umber); }
.rc-body { padding: 24px 24px 26px; }
.rc-price { font-family: var(--body); font-size: .88rem; font-weight: 500; letter-spacing: .08em; color: var(--slate-lt); margin-bottom: 7px; }
.rc-price strong { font-family: var(--serif); font-size: 1.85rem; font-weight: 500; color: var(--terracotta2); }
.rc-name { font-family: var(--serif); font-size: 1.5rem; font-weight: 600; color: var(--umber); margin-bottom: 9px; }
.rc-desc { font-family: var(--body); font-size: 1rem; font-weight: 400; color: var(--slate); line-height: 1.82; margin-bottom: 16px; }
.rc-ams { display: flex; gap: 14px; flex-wrap: wrap; margin-bottom: 18px; padding-bottom: 18px; border-bottom: 1px solid #d8d8d8; }
.rc-ams span { font-family: var(--body); font-size: .78rem; font-weight: 400; color: var(--slate-lt); display: flex; align-items: center; gap: 5px; }
.rc-ams i { color: var(--brass); font-size: .72rem; }
.rc-foot { display: flex; align-items: center; justify-content: space-between; }
.rc-foot a { font-family: var(--caps); font-size: .62rem; letter-spacing: .18em; text-transform: uppercase; text-decoration: none; transition: all .3s; font-weight: 600; }
.rc-book { background: var(--umber); color: var(--brass-lt); padding: 10px 20px; }
.rc-book:hover { background: var(--brass); color: var(--umber); }
.rc-det { color: var(--slate-lt); }
.rc-det:hover { color: var(--brass); }

/* ── EXPERIENCES ─────────────────────────────────── */
.exp-sec { padding: 80px 0; background: var(--umber); }
.exp-wrap { max-width: 1300px; margin: 0 auto; padding: 0 36px; }
.exp-head { margin-bottom: 48px; }
.exp-head .display { color: var(--cream); }
.exp-head .display em { color: var(--brass-lt); }
.exp-cards { display: grid; grid-template-columns: repeat(4, 1fr); gap: 2px; background: rgba(192,154,74,.12); }
.exc { display: flex; flex-direction: column; background: rgba(255,255,255,.03); text-decoration: none; overflow: hidden; transition: background .4s var(--ease); }
.exc:hover { background: rgba(192,154,74,.07); }
.exc-img { height: 220px; background-size: cover; background-position: center; filter: brightness(.55) sepia(12%); transition: filter .5s, transform .6s var(--ease); }
.exc:hover .exc-img { filter: brightness(.45) sepia(18%); transform: scale(1.03); }
.exc-body { padding: 26px 24px 28px; flex: 1; display: flex; flex-direction: column; }
.exc-ico { color: var(--brass); font-size: 1rem; margin-bottom: 12px; }
.exc-name { font-family: var(--serif); font-size: 1.42rem; font-weight: 600; color: var(--cream); margin-bottom: 9px; }
.exc-desc { font-family: var(--body); font-size: .95rem; font-weight: 400; color: rgba(249,245,237,.6); line-height: 1.8; flex: 1; margin-bottom: 18px; }
.exc-link { font-family: var(--caps); font-size: .52rem; letter-spacing: .22em; text-transform: uppercase; color: var(--brass-lt); display: inline-flex; align-items: center; gap: 7px; margin-top: auto; transition: gap .3s; font-weight: 600; }
.exc:hover .exc-link { gap: 11px; }

/* ── WEDDING ─────────────────────────────────────── */
.wedding { position: relative; min-height: 660px; display: flex; align-items: center; overflow: hidden; }
.wedd-bg { position: absolute; inset: 0; background: linear-gradient(105deg, rgba(21,16,12,.95) 0%, rgba(21,16,12,.8) 48%, rgba(21,16,12,.5) 100%), url('https://images.unsplash.com/photo-1519225421980-715cb0215aed?w=1800&q=85') center/cover; }
.wedd-inner { position: relative; z-index: 2; max-width: 1300px; margin: 0 auto; padding: 96px 36px; display: grid; grid-template-columns: 1fr 1fr; gap: 72px; align-items: center; }
.wedd-copy .cap { margin-bottom: 18px; justify-content: flex-start; }
.wedd-copy .display { font-size: clamp(2rem, 3vw, 3rem); color: var(--cream); margin-top: 14px; margin-bottom: 20px; }
.wedd-copy .display em { color: var(--brass-lt); }
.wedd-copy .prose { color: rgba(249,245,237,.75); }
.wf-list { margin: 26px 0 36px; display: flex; flex-direction: column; gap: 13px; }
.wf-row { display: flex; align-items: flex-start; gap: 13px; }
.wf-ico { color: var(--brass); font-size: .82rem; margin-top: 4px; flex-shrink: 0; }
.wf-title { font-family: var(--caps); font-size: .68rem; letter-spacing: .18em; text-transform: uppercase; color: var(--cream); margin-bottom: 2px; font-weight: 700; }
.wf-desc { font-family: var(--body); font-size: .95rem; font-weight: 400; color: rgba(249,245,237,.65); line-height: 1.65; }
.wm { display: grid; grid-template-columns: 1fr 1fr; grid-template-rows: 200px 200px; gap: 5px; }
.wm img { width: 100%; height: 100%; object-fit: cover; filter: sepia(8%) brightness(.95); transition: filter .4s; }
.wm img:first-child { grid-row: span 2; height: 100%; }
.wm img:hover { filter: sepia(0%) brightness(1); }

/* ── RESTAURANT ──────────────────────────────────── */
.rest { padding: 108px 0; background: #f0ece5; }
.rest-inner { max-width: 1300px; margin: 0 auto; padding: 0 36px; display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: center; }
.rest-copy .cap { margin-bottom: 18px; justify-content: flex-start; }
.rest-copy .display { font-size: clamp(2rem, 3vw, 2.7rem); margin-top: 14px; }
.menu-g { display: grid; grid-template-columns: 1fr 1fr; gap: 2px; background: #c8c0b4; margin: 28px 0 34px; }
.md { background: #fff; padding: 18px 18px 16px; border-left: 3px solid transparent; transition: all .35s var(--ease); }
.md:hover { border-left-color: var(--brass); background: #fafafa; }
.md-name { font-family: var(--serif); font-size: 1.15rem; font-weight: 600; color: var(--umber); margin-bottom: 4px; }
.md-note { font-family: var(--body); font-size: .85rem; font-weight: 400; color: var(--slate-lt); }
.rest-vis { position: relative; height: 530px; }
.rv-a { position: absolute; right: 0; top: 0; width: 78%; height: 77%; object-fit: cover; filter: sepia(5%) contrast(1.06); box-shadow: 0 10px 60px rgba(21,16,12,.17), -22px -22px 0 #e0e0e0; }
.rv-b { position: absolute; left: 0; bottom: 0; width: 50%; height: 50%; object-fit: cover; filter: sepia(5%); box-shadow: 5px 5px 0 var(--brass), 0 6px 28px rgba(21,16,12,.14); }

/* ── AMENITIES ───────────────────────────────────── */
.amen { padding: 72px 0; background: #f4f4f4; overflow: hidden; }
.amen-head { padding: 0 36px; text-align: center; margin-bottom: 52px; }
.amen-strip { max-width: 1300px; margin: 0 auto; padding: 0 36px; display: grid; grid-template-columns: repeat(6, 1fr); gap: 20px; background: transparent; }
.amen-item { background: #ffffff; padding: 36px 16px; text-align: center; transition: all .35s var(--ease); box-shadow: 0 4px 20px rgba(21,16,12,.09); }
.amen-item:hover { background: var(--umber); box-shadow: 0 8px 32px rgba(21,16,12,.18); }
.amen-ico { width: 52px; height: 52px; margin: 0 auto 14px; display: flex; align-items: center; justify-content: center; font-size: 1.2rem; color: var(--brass); border: 1px solid #d0c8be; transition: all .35s; }
.amen-item:hover .amen-ico { border-color: rgba(192,154,74,.3); color: var(--brass-lt); background: rgba(192,154,74,.08); }
.amen-lbl { font-family: var(--caps); font-size: .68rem; letter-spacing: .18em; text-transform: uppercase; color: var(--umber); line-height: 1.5; transition: color .35s; font-weight: 700; }
.amen-item:hover .amen-lbl { color: var(--cream); }

/* ── TESTIMONIALS ────────────────────────────────── */
.testi { padding: 88px 0; background: #eae6e0; }
.testi-row { max-width: 1300px; margin: 52px auto 0; padding: 0 36px; display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.tcard { background: #fff; padding: 36px 32px; border-top: 3px solid transparent; box-shadow: 0 4px 28px rgba(21,16,12,.1); transition: all .4s var(--ease); }
.tcard:hover { border-top-color: var(--brass); box-shadow: 0 8px 40px rgba(21,16,12,.13); transform: translateY(-3px); }
.tcard-top { display: flex; align-items: flex-start; justify-content: space-between; margin-bottom: 16px; }
.tcard-stars { display: flex; gap: 3px; }
.tcard-stars i { color: var(--brass); font-size: .65rem; }
.tcard-q { font-family: var(--serif); font-size: 3.2rem; font-weight: 300; color: rgba(192,154,74,.22); line-height: .6; }
.tcard-text { font-family: var(--serif); font-style: italic; font-size: 1.12rem; font-weight: 400; color: var(--slate); line-height: 1.9; margin-bottom: 24px; }
.tcard-foot { display: flex; align-items: center; gap: 13px; padding-top: 18px; border-top: 1px solid #e8e8e8; }
.tcard-av { width: 42px; height: 42px; background: linear-gradient(135deg, var(--terracotta), var(--brass-dk)); display: flex; align-items: center; justify-content: center; font-family: var(--caps); font-size: .8rem; font-weight: 500; color: #fff; flex-shrink: 0; }
.tcard-name { font-family: var(--serif); font-size: 1.12rem; font-weight: 700; color: var(--umber); }
.tcard-loc { font-family: var(--body); font-size: .68rem; font-weight: 300; color: var(--slate-lt); margin-top: 2px; }
.tcard-loc i { color: var(--brass); font-size: .58rem; margin-right: 4px; }

/* ── GALLERY SLIDER ──────────────────────────────── */
.gal { padding: 80px 0; background: #eae6e0; }
.gsl-wrap { position: relative; margin-top: 44px; overflow: hidden; }
.gsl { display: flex; gap: 6px; transition: transform .55s var(--ease); padding: 0 36px; will-change: transform; }
.gsl-item { flex: 0 0 380px; position: relative; overflow: hidden; cursor: pointer; }
.gsl-item img { width: 100%; height: 280px; object-fit: cover; display: block; filter: sepia(5%) contrast(1.04); transition: transform .6s var(--ease), filter .4s; }
.gsl-item:hover img { transform: scale(1.05); filter: sepia(0%) contrast(1.06); }
.gsl-cap { position: absolute; bottom: 0; left: 0; right: 0; padding: 16px 18px; background: linear-gradient(to top, rgba(21,16,12,.75), transparent); font-family: var(--caps); font-size: .52rem; letter-spacing: .22em; text-transform: uppercase; color: rgba(249,245,237,.85); opacity: 0; transition: opacity .35s; }
.gsl-item:hover .gsl-cap { opacity: 1; }
.gsl-arr { position: absolute; top: calc(50% - 16px); transform: translateY(-50%); z-index: 10; width: 46px; height: 46px; background: #fff; border: 1px solid #d8d8d8; color: var(--brass); display: flex; align-items: center; justify-content: center; font-size: .85rem; cursor: pointer; box-shadow: 0 2px 12px rgba(21,16,12,.1); transition: all .3s; }
.gsl-arr:hover { background: var(--brass); border-color: var(--brass); color: #fff; }
.gsl-prev { left: 6px; }
.gsl-next { right: 6px; }

/* ── BOOKING / CONTACT FORM ──────────────────────── */
.contact-sec { padding: 108px 0; background: #f9f7f4; }
.form-card { background: var(--white); padding: 50px 46px; box-shadow: 0 2px 60px rgba(21,16,12,.07); border-top: 3px solid var(--brass); }
.frow { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
.fg { margin-bottom: 18px; }
.fg label { font-family: var(--caps); font-size: .56rem; letter-spacing: .3em; text-transform: uppercase; color: var(--slate); display: block; margin-bottom: 7px; font-weight: 600; }
.fg input, .fg select, .fg textarea { width: 100%; border: none; border-bottom: 1px solid #d8d8d8; background: transparent; font-family: var(--body); font-size: .92rem; font-weight: 400; color: var(--umber); padding: 9px 0; outline: none; transition: border-color .3s; -webkit-appearance: none; }
.fg input:focus, .fg select:focus, .fg textarea:focus { border-bottom-color: var(--brass); }
.fg textarea { resize: vertical; min-height: 86px; }
.fg select { cursor: pointer; }
.ok-msg { background: #f4f4f4; border-left: 2px solid var(--brass); padding: 14px 18px; margin-bottom: 20px; font-family: var(--body); font-size: .85rem; color: var(--slate); }
.err-msg { background: #fff5f5; border-left: 2px solid var(--terracotta2); padding: 14px 18px; margin-bottom: 20px; font-family: var(--body); font-size: .85rem; color: var(--terracotta); }
.contact-details .cap { margin-bottom: 18px; justify-content: flex-start; }
.contact-details .display { font-size: clamp(1.8rem, 2.8vw, 2.6rem); margin-top: 14px; }
.contact-details .prose { margin-bottom: 26px; }
.ci-list { display: flex; flex-direction: column; margin-bottom: 32px; }
.ci-row { display: flex; align-items: flex-start; gap: 14px; padding: 18px 0; border-bottom: 1px solid #d8d8d8; }
.ci-ico { color: var(--brass); font-size: .9rem; margin-top: 3px; flex-shrink: 0; width: 16px; }
.ci-lbl { font-family: var(--caps); font-size: .54rem; letter-spacing: .3em; text-transform: uppercase; color: var(--slate-lt); margin-bottom: 3px; }
.ci-val { font-family: var(--body); font-size: 1rem; font-weight: 500; color: var(--umber); }
.ci-val a { color: var(--umber); text-decoration: none; }
.ci-val a:hover { color: var(--brass); }
.enquiry-box { background: #f4f4f4; padding: 30px; border: 1px solid #d8d8d8; margin-top: 4px; }
.enquiry-box h4 { font-family: var(--serif); font-size: 1.1rem; font-weight: 300; color: var(--umber); margin-bottom: 22px; }

/* ── MAP BOX ─────────────────────────────────────── */
.map-box { width: 100%; height: 380px; border: 0; display: block; filter: sepia(10%) contrast(1.05); }

/* ── FOOTER ──────────────────────────────────────── */
.site-footer { background: var(--umber); border-top: 1px solid rgba(192,154,74,.14); }
.foot-upper { max-width: 1300px; margin: 0 auto; padding: 70px 36px 50px; display: grid; grid-template-columns: 2.2fr 1fr 1fr 1.3fr; gap: 50px; }
.fb-name { font-family: var(--caps); font-size: .95rem; font-weight: 500; color: var(--cream); letter-spacing: .1em; display: block; margin-bottom: 16px; }
.fb p { font-family: var(--body); font-size: .82rem; font-weight: 300; color: var(--slate-lt); line-height: 1.9; margin-bottom: 22px; }
.f-soc { display: flex; gap: 7px; }
.f-soc a { width: 32px; height: 32px; border: 1px solid rgba(192,154,74,.18); display: flex; align-items: center; justify-content: center; color: var(--slate-lt); font-size: .75rem; text-decoration: none; transition: all .3s; }
.f-soc a:hover { border-color: var(--brass); color: var(--brass); background: rgba(192,154,74,.08); }
.f-col h5 { font-family: var(--caps); font-size: .6rem; letter-spacing: .35em; text-transform: uppercase; color: var(--brass); margin-bottom: 20px; padding-bottom: 11px; border-bottom: 1px solid rgba(192,154,74,.11); }
.f-ul { list-style: none; display: flex; flex-direction: column; gap: 8px; }
.f-ul a { font-family: var(--body); font-size: .9rem; font-weight: 400; color: var(--slate-lt); text-decoration: none; display: flex; align-items: center; gap: 8px; transition: color .3s, padding-left .3s; }
.f-ul a::before { content: ''; width: 14px; height: 1px; background: rgba(192,154,74,.3); flex-shrink: 0; transition: width .3s; }
.f-ul a:hover { color: var(--brass-lt); padding-left: 4px; }
.f-ul a:hover::before { width: 18px; background: var(--brass); }
.f-ci-list { display: flex; flex-direction: column; gap: 12px; }
.fci { display: flex; gap: 10px; align-items: flex-start; }
.fci i { color: var(--brass); font-size: .78rem; margin-top: 2px; flex-shrink: 0; }
.fci span, .fci a { font-family: var(--body); font-size: .88rem; font-weight: 400; color: var(--slate-lt); text-decoration: none; line-height: 1.55; }
.fci a:hover { color: var(--brass-lt); }
.f-times { margin-top: 18px; padding: 16px; border: 1px solid rgba(192,154,74,.11); display: grid; grid-template-columns: 1fr 1fr; }
.ft-cell { padding: 10px 12px; border-right: 1px solid rgba(192,154,74,.09); }
.ft-cell:last-child { border-right: none; }
.ft-lbl { font-family: var(--caps); font-size: .46rem; letter-spacing: .3em; text-transform: uppercase; color: var(--brass); margin-bottom: 4px; }
.ft-val { font-family: var(--body); font-size: .8rem; font-weight: 300; color: rgba(249,245,237,.7); }
.foot-lower { border-top: 1px solid rgba(192,154,74,.09); padding: 18px 36px; max-width: 1300px; margin: 0 auto; display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 10px; }
.foot-lower p { font-family: var(--body); font-size: .7rem; font-weight: 300; color: var(--slate); }
.f-leg { display: flex; gap: 18px; }
.f-leg a { font-family: var(--body); font-size: .7rem; font-weight: 300; color: var(--slate); text-decoration: none; transition: color .3s; }
.f-leg a:hover { color: var(--brass-lt); }

/* ── FLOAT ACTIONS ───────────────────────────────── */
.float-wrap { position: fixed; right: 22px; bottom: 22px; z-index: 800; display: flex; flex-direction: column; gap: 7px; align-items: flex-end; }
.fl-btn { display: flex; align-items: center; gap: 8px; font-family: var(--caps); font-size: .52rem; letter-spacing: .18em; text-transform: uppercase; text-decoration: none; padding: 11px 18px; transition: all .35s var(--ease); white-space: nowrap; font-weight: 600; }
.fl-wa { background: var(--umber2); color: var(--cream); border: 1px solid rgba(192,154,74,.22); }
.fl-wa:hover { background: var(--brass); border-color: var(--brass); color: var(--umber); }
.fl-ph { background: var(--terracotta); color: var(--cream); }
.fl-ph:hover { background: var(--terracotta2); }
.fl-bk { background: var(--brass); color: var(--umber); }
.fl-bk:hover { background: var(--brass-dk); }
.fl-btn i { font-size: .82rem; }

/* ── REVEAL ANIMATION ────────────────────────────── */
.rv { opacity: 0; transform: translateY(26px); transition: opacity .75s var(--ease), transform .75s var(--ease); }
.rv.vis { opacity: 1; transform: translateY(0); }
.d1 { transition-delay: .1s; } .d2 { transition-delay: .2s; } .d3 { transition-delay: .3s; } .d4 { transition-delay: .4s; }

/* ── ABOUT PAGE EXTRAS ───────────────────────────── */
.timeline { max-width: 900px; margin: 0 auto; padding: 0 36px; }
.tl-item { display: grid; grid-template-columns: 120px 1fr; gap: 40px; padding: 40px 0; border-bottom: 1px solid #d8d8d8; align-items: start; }
.tl-item:last-child { border-bottom: none; }
.tl-year { font-family: var(--caps); font-size: 2rem; font-weight: 700; color: var(--terracotta2); line-height: 1; text-align: right; padding-right: 40px; border-right: 2px solid var(--brass); }
.tl-body h3 { font-family: var(--serif); font-size: 1.4rem; font-weight: 600; color: var(--umber); margin-bottom: 8px; }
.tl-body p { font-family: var(--body); font-size: .95rem; color: var(--slate); line-height: 1.85; }

.team-grid { max-width: 1300px; margin: 0 auto; padding: 0 36px; display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; }
.team-card { background: #fff; box-shadow: 0 4px 20px rgba(21,16,12,.08); overflow: hidden; }
.team-img { height: 280px; background-size: cover; background-position: center top; filter: sepia(8%) contrast(1.04); }
.team-body { padding: 22px 20px; }
.team-name { font-family: var(--serif); font-size: 1.2rem; font-weight: 600; color: var(--umber); margin-bottom: 4px; }
.team-role { font-family: var(--caps); font-size: .52rem; letter-spacing: .22em; text-transform: uppercase; color: var(--brass); }

/* ── ROOMS PAGE EXTRAS ───────────────────────────── */
.room-detail { padding: 80px 0; background: #f9f7f4; }
.rd-inner { max-width: 1300px; margin: 0 auto; padding: 0 36px; display: grid; grid-template-columns: 1.1fr 1fr; gap: 72px; align-items: start; }
.rd-gallery { display: grid; grid-template-columns: 1fr 1fr; gap: 3px; }
.rd-gallery img:first-child { grid-column: span 2; height: 360px; object-fit: cover; }
.rd-gallery img { height: 200px; object-fit: cover; }
.rd-copy .cap { justify-content: flex-start; margin-bottom: 18px; }
.rd-price { font-family: var(--body); font-size: .9rem; font-weight: 500; color: var(--slate-lt); margin: 16px 0 8px; }
.rd-price strong { font-family: var(--serif); font-size: 2rem; font-weight: 600; color: var(--terracotta2); }
.rd-features { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; margin: 24px 0; }
.rd-feat { display: flex; align-items: center; gap: 10px; font-family: var(--body); font-size: .88rem; color: var(--slate); }
.rd-feat i { color: var(--brass); font-size: .82rem; width: 16px; }

/* ── CONTACT PAGE EXTRAS ─────────────────────────── */
.contact-grid { max-width: 1300px; margin: 0 auto; padding: 0 36px; display: grid; grid-template-columns: 1fr 1.2fr; gap: 72px; align-items: start; }
.info-box { background: var(--umber); padding: 44px 38px; }
.info-box .cap { color: var(--brass-lt); margin-bottom: 22px; }
.info-box .cap::before, .info-box .cap::after { background: var(--brass-lt); }
.info-box h2 { font-family: var(--serif); font-size: clamp(1.8rem, 2.8vw, 2.4rem); font-weight: 300; color: var(--cream); line-height: 1.2; margin-bottom: 16px; }
.info-box h2 em { color: var(--brass-lt); font-style: italic; }
.info-box .prose { color: rgba(249,245,237,.7); margin-bottom: 32px; }
.info-ci { display: flex; flex-direction: column; gap: 18px; margin-bottom: 32px; }
.info-ci-row { display: flex; align-items: flex-start; gap: 14px; }
.info-ci-ico { color: var(--brass); font-size: 1rem; margin-top: 3px; flex-shrink: 0; width: 18px; }
.info-ci-lbl { font-family: var(--caps); font-size: .5rem; letter-spacing: .3em; text-transform: uppercase; color: var(--brass-lt); margin-bottom: 3px; }
.info-ci-val { font-family: var(--body); font-size: 1rem; font-weight: 400; color: rgba(249,245,237,.9); }
.info-ci-val a { color: rgba(249,245,237,.9); text-decoration: none; }
.info-ci-val a:hover { color: var(--brass-lt); }

/* ── RESPONSIVE — TABLET ≤ 1024px ───────────────── */
@media (max-width: 1024px) {
  .nav-list, .nav-book { display: none; }
  .burger { display: flex; }
  .dock-form { grid-template-columns: 1fr 1fr; min-height: auto; }
  .df { padding: 12px 16px; }
  .df:last-child { grid-column: span 2; border-top: 1px solid rgba(192,154,74,.1); }
  .dock-btn { width: 100%; padding: 16px; justify-content: center; font-size: .6rem; }
  .about-inner { grid-template-columns: 1fr; gap: 48px; }
  .about-visuals { height: 380px; }
  .av-main { width: 74%; height: 74%; }
  .av-accent { width: 54%; height: 50%; }
  .about-stats { grid-template-columns: repeat(3, 1fr); }
  .usp-inner { grid-template-columns: repeat(2, 1fr); }
  .usp-c { border-bottom: 1px solid rgba(192,154,74,.1); }
  .usp-c:nth-child(2) { border-right: none; }
  .rooms-grid { grid-template-columns: repeat(2, 1fr); padding: 0 36px; }
  .wedd-inner { grid-template-columns: 1fr; gap: 40px; }
  .wm { display: none; }
  .rest-inner { grid-template-columns: 1fr; gap: 44px; }
  .rest-vis { height: 330px; }
  .exp-cards { grid-template-columns: repeat(2, 1fr); }
  .amen-strip { grid-template-columns: repeat(3, 1fr); padding: 0 36px; }
  .testi-row { grid-template-columns: repeat(2, 1fr); padding: 0 36px; }
  .gsl-item { flex: 0 0 320px; }
  .foot-upper { grid-template-columns: 1fr 1fr; gap: 36px; }
  .contact-grid { grid-template-columns: 1fr; }
  .rd-inner { grid-template-columns: 1fr; }
  .team-grid { grid-template-columns: repeat(2, 1fr); }
  .tl-item { grid-template-columns: 80px 1fr; gap: 24px; }
  .tl-year { font-size: 1.5rem; padding-right: 24px; }
}

/* ── RESPONSIVE — MOBILE ≤ 640px ────────────────── */
@media (max-width: 640px) {
  .tb-left a span { display: none; }
  .nav-inside { padding: 0 18px; height: 64px; }
  .logo-name { font-size: .9rem; }
  .hero { min-height: 520px; }
  .h-title { font-size: 2.2rem; }
  .h-eyebrow { font-size: .5rem; letter-spacing: .38em; }
  .h-sub { font-size: .8rem; }
  .h-actions { gap: 9px; }
  .book-dock { display: none; }
  .ticker { margin-top: 0; }
  .about-inner, .rest-inner, .wedd-inner { padding: 0 18px; }
  .about-visuals { height: 290px; }
  .av-main { width: 80%; height: 70%; }
  .av-accent { width: 56%; height: 48%; }
  .av-badge { width: 84px; height: 84px; }
  .av-badge-n { font-size: 1.6rem; }
  .about-stats { grid-template-columns: repeat(3, 1fr); }
  .usp-inner { grid-template-columns: 1fr; }
  .usp-c { border-right: none; }
  .rooms-grid { grid-template-columns: 1fr; padding: 0 18px; }
  .exp-cards { grid-template-columns: 1fr; }
  .exp-wrap { padding: 0 18px; }
  .amen-strip { grid-template-columns: repeat(2, 1fr); padding: 0 18px; }
  .testi-row { grid-template-columns: 1fr; padding: 0 18px; }
  .gsl { padding: 0 18px; }
  .gsl-item { flex: 0 0 280px; }
  .gsl-item img { height: 220px; }
  .form-card { padding: 28px 20px; }
  .frow { grid-template-columns: 1fr; }
  .foot-upper { grid-template-columns: 1fr; padding: 44px 18px 36px; }
  .foot-lower { padding: 16px 18px; }
  .sec-hd { padding: 0 18px; }
  .float-wrap { right: 12px; bottom: 12px; }
  .fl-btn span { display: none; }
  .fl-btn { width: 44px; height: 44px; padding: 0; justify-content: center; border-radius: 50%; }
  .fl-btn i { font-size: .95rem; }
  .wedd-inner { padding: 60px 18px; }
  .contact-grid { padding: 0 18px; }
  .team-grid { grid-template-columns: 1fr; padding: 0 18px; }
  .timeline { padding: 0 18px; }
  .tl-item { grid-template-columns: 1fr; gap: 12px; }
  .tl-year { text-align: left; border-right: none; padding-right: 0; border-bottom: 2px solid var(--brass); padding-bottom: 8px; }
  .rd-inner { padding: 0 18px; }
  .rd-features { grid-template-columns: 1fr; }
  .page-hero { height: 280px; }
  .page-hero-body h1 { font-size: 2rem; }
}
@media (max-width: 380px) {
  .h-title { font-size: 1.85rem; }
  .logo-name { font-size: .8rem; }
}

/* ── GALLERY PAGE — Missing Classes Fix ─────────────────────── */
.gal-filters { display: flex; flex-wrap: wrap; gap: 8px; justify-content: center; margin-bottom: 8px; }
.gf-btn { font-family: var(--caps); font-size: .54rem; letter-spacing: .22em; text-transform: uppercase; padding: 10px 22px; border: 1px solid #c8c0b4; background: transparent; color: var(--slate); cursor: pointer; transition: all .3s var(--ease); font-weight: 600; }
.gf-btn:hover, .gf-btn.gf-active { background: var(--brass); border-color: var(--brass); color: var(--umber); }
.gallery-grid { max-width: 1300px; margin: 0 auto; padding: 0 36px 80px; display: grid; grid-template-columns: repeat(3, 1fr); gap: 6px; }
.gallery-card { position: relative; overflow: hidden; cursor: pointer; aspect-ratio: 4/3; background: var(--cream2); }
.gallery-card img { width: 100%; height: 100%; object-fit: cover; display: block; transition: transform .6s var(--ease); filter: sepia(4%) contrast(1.04); }
.gallery-card:hover img { transform: scale(1.06); }
.gallery-card-ov { position: absolute; inset: 0; background: rgba(21,16,12,.55); display: flex; align-items: flex-end; justify-content: space-between; padding: 18px 16px; opacity: 0; transition: opacity .35s var(--ease); }
.gallery-card:hover .gallery-card-ov { opacity: 1; }
.gallery-card-info { flex: 1; }
.gallery-card-cat { font-family: var(--caps); font-size: .46rem; letter-spacing: .28em; text-transform: uppercase; color: var(--brass-lt); margin-bottom: 5px; }
.gallery-card-title { font-family: var(--serif); font-size: 1rem; color: var(--cream); font-weight: 400; }
.gallery-card-zoom { width: 36px; height: 36px; border: 1px solid rgba(192,154,74,.5); display: flex; align-items: center; justify-content: center; color: var(--brass-lt); font-size: .78rem; flex-shrink: 0; transition: background .3s; }
.gallery-card:hover .gallery-card-zoom { background: var(--brass); color: var(--umber); border-color: var(--brass); }

/* Lightbox */
.lightbox-wrap { position: fixed; inset: 0; z-index: 2000; display: flex; align-items: center; justify-content: center; }
.lightbox-bg { position: absolute; inset: 0; background: rgba(21,16,12,.92); }
.lightbox-body { position: relative; z-index: 2; max-width: 90vw; max-height: 88vh; display: flex; flex-direction: column; align-items: center; gap: 12px; }
.lightbox-body img { max-width: 90vw; max-height: 80vh; object-fit: contain; box-shadow: 0 20px 80px rgba(0,0,0,.5); }
.lightbox-body p { font-family: var(--caps); font-size: .52rem; letter-spacing: .28em; text-transform: uppercase; color: rgba(249,245,237,.6); text-align: center; }
.lb-close, .lb-prev, .lb-next { position: fixed; z-index: 3; background: rgba(255,255,255,.1); border: 1px solid rgba(192,154,74,.3); color: var(--cream); cursor: pointer; display: flex; align-items: center; justify-content: center; transition: all .3s; backdrop-filter: blur(4px); }
.lb-close { top: 18px; right: 18px; width: 44px; height: 44px; font-size: 1rem; }
.lb-prev { left: 14px; top: 50%; transform: translateY(-50%); width: 48px; height: 48px; font-size: .9rem; }
.lb-next { right: 14px; top: 50%; transform: translateY(-50%); width: 48px; height: 48px; font-size: .9rem; }
.lb-close:hover, .lb-prev:hover, .lb-next:hover { background: var(--brass); border-color: var(--brass); color: var(--umber); }

@media (max-width: 1024px) {
  .gallery-grid { grid-template-columns: repeat(2, 1fr); padding: 0 36px 60px; }
}
@media (max-width: 640px) {
  .gallery-grid { grid-template-columns: repeat(2, 1fr); padding: 0 12px 44px; gap: 4px; }
  .gf-btn { font-size: .5rem; padding: 9px 16px; }
  .lb-prev { left: 6px; }
  .lb-next { right: 6px; }
}
@media (max-width: 380px) {
  .gallery-grid { grid-template-columns: 1fr; }
}
