:root{
  --teal-950:#062b35;
  --teal-900:#073944;
  --teal-800:#0b4652;
  --teal-700:#155866;
  --cream:#f7f0e2;
  --cream-2:#efe5d2;
  --paper:#fffaf1;
  --gold:#d7b46a;
  --gold-light:#ead39b;
  --ink:#12343d;
  --muted:#52686b;
  --white:#fffdf8;
  --line:rgba(18,52,61,.16);
  --shadow:0 22px 60px rgba(6,43,53,.15);
  --radius:24px;
  --serif:"Playfair Display",Georgia,serif;
  --sans:"DM Sans",Arial,sans-serif;
  --transition:all .35s cubic-bezier(.2,.75,.25,1);
}
*{box-sizing:border-box;margin:0;padding:0}
html{scroll-behavior:smooth}
body{font-family:var(--sans);background:var(--cream);color:var(--ink);line-height:1.6;overflow-x:hidden}
body.menu-open{overflow:hidden}
a{text-decoration:none;color:inherit}
button{font:inherit}
img{display:block;width:100%;object-fit:cover}
.site-header{position:sticky;top:0;z-index:1000;background:rgba(6,43,53,.98);color:var(--white);box-shadow:0 10px 28px rgba(0,0,0,.13)}
.header-inner{max-width:1440px;margin:auto;min-height:82px;padding:0 42px;display:grid;grid-template-columns:220px 1fr auto;align-items:center;gap:20px}
.brand{display:inline-flex;align-items:center;gap:12px;min-width:0}
.brand-mark{width:42px;height:42px;border:1px solid var(--gold);display:grid;place-items:center;transform:rotate(45deg);font-family:var(--serif);font-size:20px;color:var(--gold);flex:0 0 auto}
.brand-mark::first-letter{transform:rotate(-45deg)}
.brand-text{display:flex;flex-direction:column;line-height:1}
.brand-text strong{font-size:20px;letter-spacing:5px;font-weight:700}
.brand-text small{font-size:7px;letter-spacing:2px;color:var(--gold-light);margin-top:6px;font-weight:700}
.main-nav{display:flex;justify-content:center;align-items:center;gap:5px}
.nav-item{position:relative}
.nav-link{border:0;background:none;color:rgba(255,253,248,.88);padding:12px 13px;border-radius:10px;font-size:13px;font-weight:700;cursor:pointer;transition:var(--transition);white-space:nowrap}
.nav-link:hover,.nav-link.active{background:var(--gold);color:var(--teal-950)}
.nav-dropdown-btn span{font-size:12px;margin-left:3px}
.dropdown-menu{position:absolute;top:calc(100% + 8px);left:50%;transform:translate(-50%,-8px);min-width:185px;padding:8px;background:var(--teal-950);border:1px solid rgba(234,211,155,.22);border-radius:14px;box-shadow:var(--shadow);opacity:0;visibility:hidden;transition:var(--transition)}
.has-dropdown.open .dropdown-menu{opacity:1;visibility:visible;transform:translate(-50%,0)}
.dropdown-menu a{display:block;padding:11px 13px;border-radius:9px;color:var(--white);font-size:13px;font-weight:600}
.dropdown-menu a:hover{background:var(--gold);color:var(--teal-950)}
.header-actions{display:flex;align-items:center;justify-content:flex-end;gap:8px}
.icon-action{height:40px;min-width:40px;padding:0 9px;border:1px solid rgba(255,253,248,.22);border-radius:10px;background:transparent;color:var(--white);cursor:pointer;font-size:11px;font-weight:800;transition:var(--transition)}
.icon-action:hover{background:var(--gold);border-color:var(--gold);color:var(--teal-950)}
.theme-toggle{font-size:18px}
.login-btn{height:42px;padding:0 20px;display:grid;place-items:center;background:var(--gold);color:var(--teal-950);border-radius:11px;font-size:13px;font-weight:800;transition:var(--transition)}
.login-btn:hover{background:var(--gold-light);transform:translateY(-2px)}
.menu-toggle{display:none;border:0;background:var(--gold);color:var(--teal-950);width:42px;height:42px;border-radius:9px;cursor:pointer}
.menu-toggle span{display:block;width:19px;height:2px;background:var(--teal-950);margin:4px auto;transition:var(--transition)}
.section-dark{background:var(--teal-950);color:var(--white)}
.section-light{background:var(--cream);color:var(--ink)}
.hero{min-height:calc(100vh - 82px);position:relative;display:grid;grid-template-columns:1fr 1.15fr;align-items:center;gap:40px;padding:74px max(5vw,48px) 72px;overflow:hidden}
.hero::before{content:"";position:absolute;inset:0;background:radial-gradient(circle at 78% 45%,rgba(215,180,106,.16),transparent 34%),linear-gradient(90deg,rgba(6,43,53,.98) 0%,rgba(6,43,53,.84) 45%,rgba(6,43,53,.2) 100%);z-index:1}
.hero-glow{position:absolute;width:500px;height:500px;border-radius:50%;background:rgba(30,101,113,.22);filter:blur(20px);right:-100px;top:-120px}
.hero-content,.hero-visual{position:relative;z-index:2}
.hero-content{max-width:650px}
.eyebrow{display:inline-flex;align-items:center;gap:10px;color:var(--gold-light);font-size:11px;letter-spacing:2.4px;font-weight:800}
.eyebrow::before{content:"";width:26px;height:1px;background:currentColor}
.hero h1{font-family:var(--serif);font-size:clamp(48px,5.3vw,82px);line-height:.98;letter-spacing:-2.5px;margin:18px 0 24px;font-weight:600}
h1 em,h2 em,h3 em{font-style:normal;color:var(--gold-light)}
.hero p{max-width:610px;color:rgba(255,253,248,.8);font-size:16px;line-height:1.8}
.hero-actions{display:flex;gap:12px;flex-wrap:wrap;margin-top:30px}
.btn{min-height:48px;padding:0 19px;display:inline-flex;align-items:center;justify-content:center;gap:15px;border-radius:10px;font-size:12px;font-weight:800;letter-spacing:.2px;transition:var(--transition);border:1px solid transparent}
.btn span{font-size:17px;line-height:0}
.btn-gold{background:var(--gold);color:var(--teal-950)}
.btn-gold:hover{background:var(--gold-light);transform:translateY(-3px);box-shadow:0 12px 25px rgba(215,180,106,.2)}
.btn-outline-light{border-color:rgba(255,253,248,.48);color:var(--white);background:transparent}
.btn-outline-light:hover{background:var(--white);color:var(--teal-950);transform:translateY(-3px)}
.btn-outline-dark{border-color:var(--teal-700);color:var(--teal-900);background:transparent}
.btn-outline-dark:hover{background:var(--teal-900);color:var(--white);transform:translateY(-3px)}
.btn-dark{background:var(--teal-900);color:var(--white)}
.btn-dark:hover{background:var(--teal-700);transform:translateY(-3px)}
.hero-stats{display:flex;gap:0;margin-top:48px}
.hero-stats div{padding:0 28px;border-left:1px solid rgba(255,253,248,.2)}
.hero-stats div:first-child{padding-left:0;border-left:0}
.hero-stats strong{display:block;font-family:var(--serif);font-size:29px;color:var(--gold-light);line-height:1}
.hero-stats span{display:block;margin-top:7px;color:rgba(255,253,248,.62);font-size:10px;font-weight:700;letter-spacing:.5px}
.hero-visual{display:flex;justify-content:flex-end}
.hero-image-wrap{width:min(700px,100%);position:relative;padding:10px}
.hero-image-wrap::before{content:"";position:absolute;inset:0;border:1px solid rgba(234,211,155,.35);border-radius:30px;transform:rotate(2deg)}
.hero-image-wrap img{height:min(650px,67vh);border-radius:27px;filter:saturate(.88);transition:transform 1s ease}
.hero-image-wrap:hover img{transform:scale(1.025)}
.floating-tag{position:absolute;background:rgba(255,250,241,.94);color:var(--teal-900);box-shadow:0 14px 30px rgba(0,0,0,.16);border-radius:12px;padding:12px 16px;font-size:11px;font-weight:800}
.tag-top{top:38px;left:-15px}
.tag-bottom{bottom:36px;left:28px;background:rgba(6,43,53,.9);color:var(--white);border:1px solid rgba(234,211,155,.25)}
.tag-bottom span{color:var(--gold-light);margin-right:7px}
.rating-badge{position:absolute;right:-4px;bottom:30px;width:76px;height:76px;border-radius:14px;background:var(--cream);color:var(--teal-900);display:grid;place-items:center;text-align:center;box-shadow:0 15px 30px rgba(0,0,0,.2)}
.rating-badge strong{font-family:var(--serif);font-size:22px;line-height:1}
.rating-badge span{font-size:8px;font-weight:800}
.scroll-cue{position:absolute;z-index:3;right:44px;bottom:27px;color:rgba(255,253,248,.58);font-size:10px;letter-spacing:1px;display:flex;align-items:center;gap:8px}
.scroll-cue span{width:7px;height:7px;border:1px solid var(--gold);border-radius:50%;animation:pulse 1.8s infinite}
section{scroll-margin-top:95px}
.occasions{padding:92px max(6vw,55px)}
.section-heading{display:flex;justify-content:space-between;align-items:end;gap:40px;margin-bottom:38px}
.section-heading>div{max-width:760px}
.section-heading h2,.about h2,.why h2,.catering h2,.availability h2,.final-cta h2{font-family:var(--serif);font-weight:600;font-size:clamp(36px,4vw,60px);line-height:1.03;letter-spacing:-1.4px;margin-top:15px}
.section-heading>p{max-width:390px;color:var(--muted);font-size:14px;line-height:1.8}
.occasion-grid{display:grid;grid-template-columns:1.12fr .92fr .92fr 1.12fr;gap:13px}
.occasion-card{height:310px;position:relative;overflow:hidden;border-radius:18px}
.occasion-card.tall{height:365px}
.occasion-card img{height:100%;transition:transform .8s cubic-bezier(.2,.75,.25,1)}
.occasion-card::after{content:"";position:absolute;inset:0;background:linear-gradient(0deg,rgba(6,43,53,.82),transparent 65%)}
.occasion-card:hover img{transform:scale(1.08)}
.occasion-overlay{position:absolute;z-index:2;left:20px;right:20px;bottom:19px;color:var(--white)}
.occasion-overlay span{font-size:9px;color:var(--gold-light);font-weight:800;letter-spacing:1px}
.occasion-overlay h3{font-family:var(--serif);font-size:25px;margin-top:4px}
.occasion-overlay p{font-size:10px;color:rgba(255,253,248,.75)}
.about{padding:100px max(7vw,65px);display:grid;grid-template-columns:minmax(300px,1fr) minmax(300px,.9fr);gap:90px;align-items:center}
.about-image{position:relative}
.about-image img{height:590px;border-radius:26px}
.image-note{position:absolute;right:-28px;bottom:30px;background:var(--teal-900);color:var(--white);padding:18px 22px;border-radius:14px;box-shadow:var(--shadow)}
.image-note span{color:var(--gold-light);font-size:10px;letter-spacing:2px;display:block}
.image-note strong{font-family:var(--serif);font-size:19px}
.about-content>p{color:var(--muted);font-size:15px;line-height:1.9;margin:25px 0 30px;max-width:580px}
.feature-lines{border-top:1px solid var(--line)}
.feature-lines>div{display:grid;grid-template-columns:38px 1fr;gap:12px;padding:17px 0;border-bottom:1px solid var(--line)}
.feature-lines>div>span{font-size:10px;color:var(--gold);font-weight:800}
.feature-lines strong{font-size:14px}
.feature-lines p{font-size:11px;color:var(--muted);margin-top:3px}
.text-link{display:inline-flex;gap:12px;color:var(--teal-900);font-size:12px;font-weight:800;margin-top:27px;border-bottom:1px solid var(--gold);padding-bottom:7px}
.halls{padding:95px max(6vw,55px)}
.section-heading.light>p{color:rgba(255,253,248,.65)}
.hall-showcase{display:grid;grid-template-columns:1.65fr .8fr;gap:15px}
.featured-hall{height:560px;position:relative;overflow:hidden;border-radius:24px}
.featured-hall img{height:100%;transition:transform .9s ease}
.featured-hall:hover img{transform:scale(1.04)}
.featured-hall::after{content:"";position:absolute;inset:0;background:linear-gradient(0deg,rgba(6,43,53,.95),transparent 62%)}
.hall-overlay{position:absolute;z-index:2;left:32px;bottom:30px;right:30px}
.hall-overlay h3{font-family:var(--serif);font-size:42px;margin:7px 0}
.hall-overlay p{font-size:12px;color:rgba(255,253,248,.7);margin-bottom:18px}
.hall-side{display:grid;gap:15px}
.hall-mini{position:relative;min-height:272px;border:1px solid rgba(255,253,248,.2);border-radius:22px;overflow:hidden;background:var(--teal-900)}
.hall-mini img{position:absolute;inset:0;height:100%;opacity:.7}
.hall-mini::after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(6,43,53,.95),rgba(6,43,53,.18))}
.hall-mini>div{position:absolute;z-index:2;left:22px;bottom:23px}
.hall-mini span{font-size:9px;color:var(--gold-light)}
.hall-mini h3{font-family:var(--serif);font-size:25px;margin:3px 0}
.hall-mini p{font-size:10px;color:rgba(255,253,248,.72)}
.hall-mini>a{position:absolute;z-index:3;right:17px;top:17px;width:35px;height:35px;border:1px solid rgba(255,253,248,.35);border-radius:50%;display:grid;place-items:center;color:var(--white);transition:var(--transition)}
.hall-mini>a:hover{background:var(--gold);color:var(--teal-950)}
.why{padding:94px max(7vw,65px)}
.why-intro{max-width:860px}
.why-content{display:grid;grid-template-columns:1fr .75fr;gap:70px;align-items:center;margin-top:45px}
.stats-grid{display:grid;grid-template-columns:1fr 1fr}
.stats-grid div{padding:27px 20px;border-top:1px solid var(--line)}
.stats-grid div:nth-child(odd){border-right:1px solid var(--line)}
.stats-grid strong{font-family:var(--serif);font-size:54px;color:var(--teal-700)}
.stats-grid strong span{color:var(--gold)}
.stats-grid p{font-size:11px;color:var(--muted);font-weight:700;margin-top:4px}
.why-photo{position:relative}
.why-photo img{height:390px;border-radius:24px}
.hand-note{position:absolute;right:-35px;bottom:-22px;background:var(--cream-2);padding:20px 25px;border-radius:14px;color:var(--teal-900);font-family:var(--serif);font-size:17px;transform:rotate(-3deg);box-shadow:var(--shadow)}
.hand-note strong{color:var(--teal-700)}
.packages{padding:95px max(6vw,55px)}
.package-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}
.package-card{border:1px solid rgba(255,253,248,.18);border-radius:21px;overflow:hidden;background:rgba(255,255,255,.035);transition:var(--transition)}
.package-card:hover{transform:translateY(-7px);border-color:rgba(234,211,155,.55)}
.package-card.featured{border-color:rgba(234,211,155,.65)}
.package-image{height:245px;position:relative;overflow:hidden}
.package-image img{height:100%;transition:transform .7s ease}
.package-card:hover .package-image img{transform:scale(1.06)}
.package-image>span{position:absolute;left:17px;top:15px;width:35px;height:35px;border-radius:50%;background:rgba(6,43,53,.82);display:grid;place-items:center;font-size:10px;color:var(--gold-light)}
.package-body{padding:24px}
.package-label{font-size:9px;color:var(--gold-light);font-weight:800;letter-spacing:1.8px}
.package-body h3{font-family:var(--serif);font-size:29px;margin:8px 0}
.package-body p{font-size:12px;line-height:1.8;color:rgba(255,253,248,.66);min-height:67px}
.package-body a{display:inline-block;margin-top:18px;color:var(--gold-light);font-size:11px;font-weight:800}
.catering{padding:100px max(7vw,65px);display:grid;grid-template-columns:.8fr 1.05fr .85fr;gap:28px;align-items:center}
.catering-copy p{color:var(--muted);font-size:14px;line-height:1.85;margin:24px 0 27px}
.food-visual img{height:340px;border-radius:25px}
.cuisine-list{border-top:1px solid var(--line)}
.cuisine-list>div{display:grid;grid-template-columns:35px 1fr;position:relative;padding:17px 0 17px 5px;border-bottom:1px solid var(--line)}
.cuisine-list span{font-size:9px;color:var(--gold);font-weight:800}
.cuisine-list strong{font-size:13px}
.cuisine-list small{grid-column:2;color:var(--muted);font-size:10px}
.gallery{padding:95px max(6vw,55px)}
.gallery-head{display:flex;justify-content:space-between;align-items:end;gap:30px;margin-bottom:30px}
.gallery-head h2{font-family:var(--serif);font-size:clamp(37px,4vw,57px);line-height:1.03;max-width:800px;margin-top:14px}
.gallery-grid{display:grid;grid-template-columns:1.35fr .7fr .7fr;grid-auto-rows:220px;gap:12px}
.gallery-item{overflow:hidden;border-radius:17px}
.gallery-item img{height:100%;transition:transform .8s ease}
.gallery-item:hover img{transform:scale(1.07)}
.g-large{grid-row:span 2}
.g-wide{grid-column:span 2}
.availability{padding:95px max(7vw,65px)}
.availability-inner{display:grid;grid-template-columns:1fr .72fr;gap:65px;align-items:center;background:var(--cream-2);border-radius:30px;padding:58px}
.availability-copy p{max-width:650px;color:var(--muted);font-size:14px;line-height:1.85;margin:23px 0 27px}
.availability-actions{display:flex;gap:11px;flex-wrap:wrap}
.calendar-card{background:var(--teal-900);color:var(--white);padding:26px;border-radius:23px;min-height:230px;display:flex;flex-direction:column;justify-content:space-between;box-shadow:var(--shadow)}
.calendar-top span{font-size:9px;color:var(--gold-light);letter-spacing:1.8px;font-weight:800}
.calendar-top strong{display:block;font-family:var(--serif);font-size:28px;margin-top:6px}
.calendar-body{display:flex;gap:15px;align-items:center;padding-top:25px;border-top:1px solid rgba(255,253,248,.18)}
.calendar-icon{width:50px;height:50px;border:1px solid rgba(234,211,155,.5);border-radius:13px;display:grid;place-items:center;color:var(--gold-light);font-size:23px}
.calendar-body strong{font-size:13px}
.calendar-body p{font-size:10px;color:rgba(255,253,248,.65);margin-top:3px}
.final-cta{position:relative;text-align:center;padding:100px 30px;overflow:hidden}
.final-cta>div{position:relative;z-index:2}
.final-cta h2{max-width:800px;margin:16px auto 15px}
.final-cta p{max-width:590px;margin:0 auto 28px;color:rgba(255,253,248,.7);font-size:14px}
.cta-decoration{position:absolute!important;width:650px;height:650px;border:1px solid rgba(234,211,155,.12);border-radius:50%;top:-360px;left:50%;transform:translateX(-50%)}
.cta-decoration::after{content:"";position:absolute;inset:55px;border:1px solid rgba(234,211,155,.08);border-radius:50%}
.site-footer{background:#041f27;color:var(--white);padding:0 max(5vw,45px)}
.footer-main{max-width:1440px;margin:auto;padding:75px 0 62px;display:grid;grid-template-columns:1.05fr 1fr 1.15fr;gap:70px}
.footer-logo{margin-bottom:22px}
.footer-brand>p{max-width:310px;color:rgba(255,253,248,.6);font-size:12px;line-height:1.8}
.socials{display:flex;gap:8px;margin-top:24px}
.socials a{width:37px;height:37px;border:1px solid rgba(234,211,155,.3);border-radius:50%;display:grid;place-items:center;font-size:12px;color:var(--gold-light);transition:var(--transition)}
.socials a:hover{background:var(--gold);color:var(--teal-950);border-color:var(--gold);transform:translateY(-3px)}
.footer-links{display:grid;grid-template-columns:1fr 1fr;gap:40px}
.footer-title{display:block;color:var(--gold-light);font-size:10px;letter-spacing:2px;font-weight:800;margin-bottom:17px}
.footer-links a{display:block;color:rgba(255,253,248,.72);font-size:12px;font-weight:600;margin:10px 0;transition:var(--transition)}
.footer-links a:hover{color:var(--gold-light);padding-left:4px}
.footer-contact{max-width:390px}
.contact-row{display:grid;grid-template-columns:32px 1fr;gap:10px;color:rgba(255,253,248,.72);font-size:11px;line-height:1.6;margin:12px 0}
.contact-icon{width:28px;height:28px;border:1px solid rgba(234,211,155,.28);border-radius:8px;display:grid;place-items:center;color:var(--gold-light)}
.contact-row strong{display:block;color:var(--white);font-size:11px;margin-bottom:1px}
.footer-bottom{max-width:1440px;margin:auto;border-top:1px solid rgba(255,253,248,.13);min-height:72px;display:flex;align-items:center;justify-content:space-between;gap:20px;color:rgba(255,253,248,.45);font-size:10px;position:relative}
.footer-bottom>div{display:flex;gap:20px}
.footer-bottom a:hover{color:var(--gold-light)}
.back-top{width:38px;height:38px;border:1px solid rgba(234,211,155,.4);border-radius:50%;display:grid;place-items:center;color:var(--gold-light);transition:var(--transition)}
.back-top:hover{background:var(--gold);color:var(--teal-950)}
.reveal{opacity:0;transform:translateY(28px);transition:opacity .8s ease,transform .8s cubic-bezier(.2,.75,.25,1)}
.reveal.revealed{opacity:1;transform:none}
.reveal-delay{transition-delay:.15s}
.reveal-delay-1{transition-delay:.1s}
.reveal-delay-2{transition-delay:.2s}
.reveal-delay-3{transition-delay:.3s}
@keyframes pulse{0%,100%{transform:scale(.7);opacity:.45}50%{transform:scale(1.3);opacity:1}}
@media(max-width:1180px){
  .header-inner{grid-template-columns:190px 1fr auto;padding:0 24px}
  .nav-link{padding:11px 8px;font-size:12px}
  .hero{grid-template-columns:1fr 1fr;padding-left:5vw;padding-right:5vw}
  .hero h1{font-size:clamp(45px,5.5vw,67px)}
  .about{gap:55px}
  .catering{grid-template-columns:1fr 1fr}
  .cuisine-list{grid-column:1/-1;display:grid;grid-template-columns:repeat(4,1fr);gap:15px;border-top:0}
  .cuisine-list>div{border:1px solid var(--line);padding:15px;border-radius:13px}
}
@media(max-width:980px){
  .header-inner{grid-template-columns:1fr auto}
  .menu-toggle{display:block;grid-column:2;grid-row:1}
  .header-actions{grid-column:1/-1;grid-row:2;display:none;padding:8px 0 14px}
  .main-nav{position:absolute;top:82px;left:0;right:0;background:var(--teal-950);padding:12px 20px 20px;display:none;flex-direction:column;align-items:stretch;gap:3px;max-height:calc(100vh - 82px);overflow:auto;box-shadow:0 18px 30px rgba(0,0,0,.2)}
  .site-header.menu-open .main-nav{display:flex}
  .site-header.menu-open .header-actions{display:flex;justify-content:flex-end}
  .nav-link{text-align:left;width:100%;padding:12px 14px}
  .dropdown-menu{position:static;transform:none!important;display:none;box-shadow:none;border:0;border-radius:8px;margin:2px 0 4px;background:rgba(255,255,255,.05)}
  .has-dropdown.open .dropdown-menu{display:block;opacity:1;visibility:visible}
  .dropdown-menu a{padding-left:25px}
  .hero{grid-template-columns:1fr;padding-top:62px}
  .hero-content{max-width:760px}
  .hero-visual{justify-content:flex-start;margin-top:10px}
  .hero-image-wrap{max-width:760px}
  .hero-image-wrap img{height:500px}
  .scroll-cue{display:none}
  .occasion-grid{grid-template-columns:1fr 1fr}
  .occasion-card,.occasion-card.tall{height:330px}
  .about{grid-template-columns:1fr;max-width:850px;margin:auto}
  .about-image img{height:520px}
  .hall-showcase{grid-template-columns:1fr}
  .hall-side{grid-template-columns:1fr 1fr}
  .why-content{grid-template-columns:1fr}
  .package-grid{grid-template-columns:1fr 1fr}
  .package-card:last-child{grid-column:1/-1;max-width:50%;margin:auto}
  .gallery-grid{grid-template-columns:1fr 1fr}
  .g-large{grid-row:span 1}
  .g-wide{grid-column:span 2}
  .availability-inner{grid-template-columns:1fr;padding:45px}
  .footer-main{grid-template-columns:1fr 1fr;gap:45px}
  .footer-contact{grid-column:1/-1;max-width:100%}
}
@media(max-width:680px){
  .header-inner{min-height:72px;padding:0 16px}
  .brand-mark{width:37px;height:37px;font-size:17px}
  .brand-text strong{font-size:18px}
  .brand-text small{font-size:6px}
  .main-nav{top:72px;max-height:calc(100vh - 72px)}
  .hero{min-height:auto;padding:54px 20px 58px}
  .hero h1{font-size:45px;letter-spacing:-1.5px}
  .hero p{font-size:14px}
  .hero-stats{margin-top:38px}
  .hero-stats div{padding:0 13px}
  .hero-stats strong{font-size:23px}
  .hero-stats span{font-size:8px}
  .hero-image-wrap img{height:420px}
  .tag-top{left:-2px}
  .rating-badge{right:3px}
  .occasions,.halls,.packages,.gallery{padding:65px 20px}
  .section-heading,.gallery-head{display:block}
  .section-heading>p{margin-top:18px}
  .occasion-grid{grid-template-columns:1fr}
  .occasion-card,.occasion-card.tall{height:310px}
  .about,.why,.catering,.availability{padding:70px 20px}
  .about{gap:45px}
  .about-image img{height:420px}
  .image-note{right:12px}
  .hall-side{grid-template-columns:1fr}
  .featured-hall{height:430px}
  .hall-mini{min-height:230px}
  .why-content{gap:35px}
  .stats-grid{grid-template-columns:1fr 1fr}
  .stats-grid strong{font-size:39px}
  .hand-note{right:8px;font-size:14px}
  .package-grid{grid-template-columns:1fr}
  .package-card:last-child{grid-column:auto;max-width:none}
  .package-image{height:220px}
  .catering{grid-template-columns:1fr}
  .cuisine-list{grid-template-columns:1fr 1fr;grid-column:auto}
  .gallery-grid{grid-template-columns:1fr 1fr;grid-auto-rows:170px}
  .g-wide{grid-column:span 2}
  .availability-inner{padding:28px 22px;border-radius:22px}
  .calendar-card{min-height:205px}
  .final-cta{padding:75px 20px}
  .site-footer{padding:0 20px}
  .footer-main{grid-template-columns:1fr;gap:38px;padding:55px 0 45px}
  .footer-contact{grid-column:auto}
  .footer-links{gap:25px}
  .footer-bottom{padding:20px 0 75px;display:block}
  .footer-bottom>div{margin-top:10px;display:flex;flex-wrap:wrap;gap:12px}
  .back-top{position:absolute;right:0;bottom:22px}
}
@media(prefers-reduced-motion:reduce){
  *,*::before,*::after{scroll-behavior:auto!important;animation:none!important;transition:none!important}
}

/* ===== Navigation / responsive corrections ===== */
.site-header{background:#062b35;box-shadow:0 8px 24px rgba(0,0,0,.18)}
.nav-link.active{background:var(--gold);color:var(--teal-950)}
/* Section scrolling must NOT change the page navigation state. */
.main-nav .nav-link.active{background:var(--gold);color:var(--teal-950)}
.mobile-actions{display:none}

/* Keep visual cards aligned and equal within each grid. */
.occasion-grid{grid-auto-rows:340px}
.occasion-card,.occasion-card.tall{height:100%;min-height:0}
.package-grid{align-items:stretch}
.package-card{height:100%}
.package-card:last-child{max-width:none}

/* Larger, easier-to-read footer typography. */
.footer-brand>p{font-size:14px;color:rgba(255,253,248,.82)}
.footer-title{font-size:12px;margin-bottom:18px}
.footer-links a{font-size:14px;color:rgba(255,253,248,.9);margin:11px 0}
.contact-row{font-size:13px;color:rgba(255,253,248,.9)}
.contact-row strong{font-size:13px}
.footer-bottom{font-size:12px;color:rgba(255,253,248,.7)}

@media(max-width:980px){
  .header-inner{position:relative;min-height:72px;grid-template-columns:1fr auto}
  .menu-toggle{grid-column:2;grid-row:1;width:40px;height:40px}
  .main-nav{top:72px;padding:12px 16px 18px}
  .site-header.menu-open .main-nav{display:flex}
  .header-actions{display:none!important}
  .mobile-actions{display:grid;grid-template-columns:1fr 1fr 1.25fr;gap:8px;margin-top:10px;padding-top:12px;border-top:1px solid rgba(234,211,155,.22)}
  .mobile-action,.mobile-login{min-height:42px;border-radius:9px;display:grid;place-items:center;font-size:12px;font-weight:800}
  .mobile-action{border:1px solid rgba(255,253,248,.25);background:transparent;color:var(--white);cursor:pointer}
  .mobile-login{background:var(--gold);color:var(--teal-950)}
  .mobile-action:hover{background:var(--gold);color:var(--teal-950);border-color:var(--gold)}
  .mobile-login:hover{background:var(--gold-light)}
  .occasion-grid{grid-template-columns:1fr 1fr;grid-auto-rows:300px}
  .occasion-card,.occasion-card.tall{height:100%}
}
@media(max-width:680px){
  .occasion-grid{grid-template-columns:1fr;grid-auto-rows:310px}
  .occasion-card,.occasion-card.tall{height:100%}
  .footer-brand>p,.footer-links a,.contact-row{font-size:14px}
  .footer-title{font-size:12px}
}


/* Premium motion + corrected header controls */
html{scroll-behavior:smooth}
.site-header{position:sticky;top:0;z-index:1000;backdrop-filter:none!important}
.header-inner{position:relative}
.mobile-header-login{display:none}

.hero{isolation:isolate;overflow:hidden}
.hero::before{content:"";position:absolute;inset:-20%;background:radial-gradient(circle at 70% 35%,rgba(234,211,155,.11),transparent 28%);animation:heroBreath 7s ease-in-out infinite alternate;pointer-events:none}
.hero-glow{animation:glowDrift 9s ease-in-out infinite alternate}
.hero-content{animation:heroIn 1s cubic-bezier(.2,.8,.2,1) both}
.hero-visual{animation:heroVisualIn 1.15s .12s cubic-bezier(.2,.8,.2,1) both}
.hero-image-wrap::before{animation:frameFloat 6s ease-in-out infinite alternate}
.scroll-cue{animation:cueFloat 2.5s ease-in-out infinite}
.btn{position:relative;overflow:hidden}
.btn::after{content:"";position:absolute;top:-120%;left:-45%;width:35%;height:340%;background:rgba(255,255,255,.28);transform:rotate(25deg);transition:transform .8s ease}
.btn:hover::after{transform:translateX(390%) rotate(25deg)}

.occasion-card,.hall-mini,.featured-hall,.moment{will-change:transform}
.occasion-card{transition:transform .55s cubic-bezier(.2,.75,.25,1),box-shadow .55s ease}
.occasion-card:hover{transform:translateY(-8px);box-shadow:0 22px 45px rgba(6,43,53,.18)}
.hall-mini{transition:transform .55s cubic-bezier(.2,.75,.25,1),border-color .4s ease}
.hall-mini:hover{transform:translateX(7px);border-color:rgba(234,211,155,.65)}
.featured-hall{transition:box-shadow .6s ease}
.featured-hall:hover{box-shadow:0 30px 70px rgba(0,0,0,.28)}

.feature-lines>div{transition:padding .35s ease,transform .35s ease}
.feature-lines>div:hover{padding-left:10px;transform:translateX(5px)}
.stats-grid>div{transition:transform .4s ease}
.stats-grid>div:hover{transform:translateY(-7px)}
.package-card{transition:transform .45s ease,box-shadow .45s ease}
.package-card:hover{transform:translateY(-8px);box-shadow:0 25px 50px rgba(6,43,53,.15)}

.moments{padding:94px max(6vw,55px)}
.moment-strip{display:grid;grid-template-columns:repeat(4,1fr);gap:1px;background:var(--line);border:1px solid var(--line)}
.moment{min-height:210px;padding:30px 26px;background:var(--surface);transition:transform .45s ease,background .45s ease}
.moment:hover{transform:translateY(-8px);background:var(--cream)}
.moment>span{display:block;color:var(--gold);font-size:10px;font-weight:800;letter-spacing:1px;margin-bottom:34px}
.moment strong{font-family:var(--serif);font-size:25px;display:block}
.moment p{color:var(--muted);font-size:12px;line-height:1.7;margin-top:9px}

.reveal{opacity:0;transform:translateY(32px);transition:opacity .8s ease,transform .9s cubic-bezier(.2,.75,.25,1)}
.reveal.revealed{opacity:1;transform:none}
.reveal-delay-1{transition-delay:.1s}.reveal-delay-2{transition-delay:.2s}.reveal-delay-3{transition-delay:.3s}
@keyframes heroIn{from{opacity:0;transform:translateY(35px)}to{opacity:1;transform:none}}
@keyframes heroVisualIn{from{opacity:0;transform:translateX(45px) scale(.97)}to{opacity:1;transform:none}}
@keyframes frameFloat{from{transform:rotate(2deg) translateY(0)}to{transform:rotate(2deg) translateY(-7px)}}
@keyframes heroBreath{from{transform:scale(.95);opacity:.55}to{transform:scale(1.05);opacity:1}}
@keyframes glowDrift{from{transform:translate3d(-10px,0,0)}to{transform:translate3d(25px,-12px,0)}}
@keyframes cueFloat{0%,100%{transform:translateY(0)}50%{transform:translateY(-6px)}}

@media (max-width:900px){
  .header-inner{grid-template-columns:1fr auto auto}
  .mobile-header-login{display:inline-flex;align-items:center;justify-content:center;border:1px solid var(--gold);padding:8px 12px;border-radius:9px;font-size:10px;font-weight:800;color:var(--text)}
  .header-actions{display:flex!important;gap:6px}
  .header-actions .login-btn{display:none}
  .header-actions .icon-action{width:34px;height:34px}
  .main-nav{padding-bottom:18px}
  .moment-strip{grid-template-columns:repeat(2,1fr)}
}
@media (max-width:600px){
  .header-inner{grid-template-columns:1fr auto auto}
  .brand-text small{display:none}
  .mobile-header-login{font-size:9px;padding:7px 10px}
  .header-actions{gap:4px!important}
  .header-actions .icon-action{width:31px;height:31px;font-size:9px}
  .moment-strip{grid-template-columns:1fr}
  .moments{padding:72px 20px}
}
@media (prefers-reduced-motion:reduce){
  *,*::before,*::after{animation-duration:.01ms!important;animation-iteration-count:1!important;scroll-behavior:auto!important;transition-duration:.01ms!important}
}


/* FINAL RESPONSIVE HEADER + LIGHT THEME CONTRAST */
.section-light{color:var(--teal-950)}
.section-light p,.section-light .section-heading>p,.section-light .about-content>p,.section-light .feature-lines p,.section-light .catering-copy p,.section-light .availability-copy p,.section-light .stats-grid p,.section-light .moment p{color:#304a50}
.section-light .eyebrow{color:#7b5b19}
.section-light h2,.section-light h3,.section-light strong{color:#062b35}
.section-light .text-link{color:#062b35}

.header-actions{display:flex;align-items:center;gap:8px}
.menu-toggle{display:none}
.mobile-menu-login{display:none}

@media(max-width:980px){
  .header-inner{display:flex;align-items:center;justify-content:space-between;min-height:74px;padding:0 18px;gap:12px;direction:ltr}
  .brand{flex:0 0 auto}
  .header-actions{display:flex!important;align-items:center;justify-content:flex-end;gap:7px;direction:ltr;flex:0 0 auto}
  .header-actions .login-btn{display:none!important}
  .header-actions .icon-action{display:inline-flex;width:34px;height:34px;align-items:center;justify-content:center}
  .menu-toggle{display:flex!important;flex-direction:column;align-items:center;justify-content:center;width:36px;height:36px;border:1px solid rgba(234,211,155,.55);border-radius:9px;background:transparent;color:var(--white);padding:0;gap:4px;cursor:pointer}
  .menu-toggle span{display:block;width:16px;height:2px;background:currentColor;border-radius:2px;transition:transform .25s ease,opacity .25s ease}
  .site-header.menu-open .menu-toggle span:nth-child(1){transform:translateY(6px) rotate(45deg)}
  .site-header.menu-open .menu-toggle span:nth-child(2){opacity:0}
  .site-header.menu-open .menu-toggle span:nth-child(3){transform:translateY(-6px) rotate(-45deg)}
  .main-nav{position:absolute;top:calc(100% + 10px);left:auto;right:16px;width:min(52vw,360px);min-width:255px;background:var(--teal-950);border:1px solid rgba(234,211,155,.28);border-radius:16px;padding:10px;display:flex;flex-direction:column;align-items:stretch;gap:3px;box-shadow:0 20px 45px rgba(0,0,0,.28);opacity:0;visibility:hidden;pointer-events:none;transform:translateY(-8px) scale(.98);transform-origin:top right;transition:opacity .22s ease,transform .22s ease,visibility .22s ease;max-height:calc(100vh - 105px);overflow:auto;z-index:1000}
  .site-header.menu-open .main-nav{opacity:1;visibility:visible;pointer-events:auto;transform:translateY(0) scale(1)}
  .main-nav .nav-link{width:100%;justify-content:space-between;text-align:left;padding:12px 13px;border-radius:9px;color:#fffdf8;font-size:13px;font-weight:700}
  .main-nav .nav-link:hover{background:rgba(234,211,155,.12)}
  .main-nav .has-dropdown{width:100%}
  .main-nav .dropdown-menu{position:static;display:none;transform:none!important;opacity:1;visibility:visible;box-shadow:none;border:0;border-radius:8px;background:rgba(255,255,255,.06);margin:0 5px 4px;padding:4px}
  .main-nav .has-dropdown.open .dropdown-menu{display:block}
  .main-nav .dropdown-menu a{color:#fffdf8;padding:10px 12px;font-size:12px;border-radius:7px}
  .main-nav .dropdown-menu a:hover{background:rgba(234,211,155,.15);color:#f3d68f}
  .mobile-menu-login{display:flex;align-items:center;justify-content:center;margin:9px 4px 3px;padding:12px 16px;border-radius:10px;background:var(--gold);color:#062b35!important;font-weight:900;font-size:12px;letter-spacing:.7px;text-transform:uppercase;border:1px solid var(--gold);box-shadow:0 8px 18px rgba(215,180,106,.18)}
  .mobile-menu-login:hover{background:#f0d99f;transform:translateY(-1px)}
}
@media(max-width:520px){
  .header-inner{min-height:70px;padding:0 14px}
  .brand-text small{font-size:7px;letter-spacing:1px}
  .header-actions{gap:5px}
  .header-actions .icon-action{width:32px;height:32px;font-size:9px}
  .menu-toggle{width:34px;height:34px}
  .main-nav{top:calc(100% + 8px);right:12px;width:min(62vw,330px);min-width:250px;max-height:calc(100vh - 90px)}
}
@media(max-width:340px){.main-nav{min-width:0;width:78vw}.brand-text strong{font-size:16px}}

html.rtl .header-inner{direction:rtl}
html.rtl .header-actions{direction:ltr}
html.rtl .main-nav{direction:rtl;left:16px;right:auto;transform-origin:top left}
@media(max-width:520px){html.rtl .main-nav{left:12px;right:auto}}
html.rtl .main-nav .nav-link{text-align:right}
html.rtl .main-nav .dropdown-menu a{text-align:right}
html.rtl .brand{text-align:right}

@media(prefers-reduced-motion:reduce){.main-nav,.menu-toggle span{transition:none}}

/* FINAL FIXES — header, dropdowns, RTL, contrast and motion */
.header-inner{direction:ltr!important;grid-template-columns:220px minmax(0,1fr) 220px}
.header-actions{min-width:0}
html.rtl .header-inner{direction:rtl!important}
html.rtl .header-actions{direction:ltr!important;justify-content:flex-start}
html.rtl .brand{justify-content:flex-start}
.main-nav{min-width:0}
.nav-item{z-index:5}
.nav-dropdown-btn{display:inline-flex;align-items:center;gap:5px}
.dropdown-menu{z-index:20}
.has-dropdown.open>.nav-dropdown-btn{background:var(--gold);color:var(--teal-950)}
.has-dropdown.open>.nav-dropdown-btn span{transform:rotate(180deg)}
.nav-dropdown-btn span{display:inline-block;transition:transform .25s ease}

/* Never allow light-theme small text to inherit an unreadable dark color. */
.section-light .calendar-card,
.section-light .calendar-card *{color:var(--white)}
.section-light .calendar-card .calendar-top span,
.section-light .calendar-card .calendar-body p{color:var(--gold-light)}
.section-light .calendar-card .calendar-icon{color:var(--gold-light)}
.section-light .package-card .package-label,
.section-light .package-card a{color:var(--teal-900)}
.section-light .package-card p{color:#304a50}
.section-light .stats-grid strong{color:var(--teal-950)}
.section-light .stats-grid p{color:#304a50}
.section-light .moment strong{color:var(--teal-950)}
.section-light .moment p{color:#304a50}

/* Stronger motion without creating oversized sections. */
.hero-content .eyebrow,.hero-content h1,.hero-content>p,.hero-content .hero-actions,.hero-content .hero-stats{animation:copyRise .8s both}
.hero-content h1{animation-delay:.08s}.hero-content>p{animation-delay:.16s}.hero-content .hero-actions{animation-delay:.24s}.hero-content .hero-stats{animation-delay:.32s}
.occasion-card,.hall-mini,.package-card,.gallery-item,.moment,.home2-feature,.home2-number,.home2-step,.home2-photo{will-change:transform}
.occasion-card:hover,.package-card:hover,.moment:hover{transform:translateY(-8px)}
.gallery-item{transition:transform .55s cubic-bezier(.2,.75,.25,1),filter .55s ease}
.gallery-item:hover{transform:translateY(-7px);filter:saturate(1.08)}
@keyframes copyRise{from{opacity:0;transform:translateY(22px)}to{opacity:1;transform:none}}
@keyframes lineSweep{0%{transform:scaleX(0);transform-origin:left}100%{transform:scaleX(1);transform-origin:left}}

@media(min-width:981px){
  .main-nav{justify-content:center}
  html.rtl .main-nav{direction:rtl}
  html.rtl .dropdown-menu{left:auto;right:50%;transform:translate(50%,-8px)}
  html.rtl .has-dropdown.open .dropdown-menu{transform:translate(50%,0)}
}

@media(max-width:980px){
  .header-inner{display:flex!important;direction:ltr!important;justify-content:space-between;align-items:center;min-height:74px;padding:0 18px}
  html.rtl .header-inner{direction:rtl!important}
  .brand{order:1}.header-actions{order:2}
  html.rtl .brand{order:1}.rtl .header-actions{order:2}
  .main-nav{direction:ltr}
  html.rtl .main-nav{direction:rtl}
  .main-nav .has-dropdown{flex:0 0 auto}
  .main-nav .nav-dropdown-btn{display:flex}
}

@media(prefers-reduced-motion:reduce){
  .hero-content .eyebrow,.hero-content h1,.hero-content>p,.hero-content .hero-actions,.hero-content .hero-stats{animation:none}
}

/* HOME 2 — editorial layout, compact sections, layered motion */
.h2-hero{min-height:calc(100vh - 82px);padding:70px max(6vw,55px);display:grid;grid-template-columns:.9fr 1.1fr;gap:70px;align-items:center;overflow:hidden;position:relative}
.h2-hero::after{content:"";position:absolute;width:520px;height:520px;border:1px solid rgba(234,211,155,.13);border-radius:50%;right:-170px;bottom:-220px;animation:h2Orbit 12s linear infinite}
.h2-hero-copy{position:relative;z-index:2;max-width:610px}.h2-kicker{font-size:11px;letter-spacing:4px;color:var(--gold-light);font-weight:800;margin:22px 0 4px}.h2-hero h1{font-family:var(--serif);font-size:clamp(48px,6vw,82px);line-height:.98;letter-spacing:-3px;margin:8px 0 25px}.h2-hero-copy>p:not(.h2-kicker){font-size:15px;color:rgba(255,253,248,.78);max-width:560px;line-height:1.85}
.h2-hero-stack{position:relative;min-height:650px}.h2-main-photo{position:absolute;right:4%;top:0;width:78%;height:590px;overflow:hidden;border-radius:160px 28px 28px 28px;border:1px solid rgba(234,211,155,.3);box-shadow:0 30px 80px rgba(0,0,0,.28)}.h2-main-photo img{height:100%;transition:transform 1.2s ease}.h2-main-photo:hover img{transform:scale(1.05)}.h2-main-photo figcaption{position:absolute;bottom:20px;right:24px;font-size:9px;letter-spacing:2px;color:var(--gold-light);font-weight:800}.h2-small-photo{position:absolute;left:0;bottom:38px;width:34%;height:205px;border:7px solid var(--teal-950);overflow:hidden;border-radius:18px;box-shadow:0 25px 50px rgba(0,0,0,.3);transform:rotate(-4deg);animation:h2Float 5s ease-in-out infinite alternate}.h2-small-photo img{height:100%}.h2-small-photo span{position:absolute;left:12px;bottom:10px;font-size:8px;letter-spacing:1.5px;font-weight:800;color:#fff}.h2-hero-stamp{position:absolute;right:0;bottom:4px;background:var(--gold);color:var(--teal-950);width:116px;height:116px;border-radius:50%;display:grid;place-items:center;text-align:center;box-shadow:0 15px 40px rgba(0,0,0,.22);animation:h2Pulse 3s ease-in-out infinite}.h2-hero-stamp strong{font-family:var(--serif);font-size:29px;display:block}.h2-hero-stamp span{font-size:9px;font-weight:800;line-height:1.2}
.h2-marquee{padding:18px 0;overflow:hidden;border-top:1px solid var(--line);border-bottom:1px solid var(--line)}.marquee-track{display:flex;width:max-content;align-items:center;gap:28px;animation:marquee 28s linear infinite}.marquee-track span{font-family:var(--serif);font-size:24px;letter-spacing:2px;white-space:nowrap}.marquee-track i{font-style:normal;color:var(--gold);font-size:15px}
.h2-story{padding:88px max(7vw,55px);display:grid;grid-template-columns:130px 1fr .9fr;gap:50px;align-items:center}.h2-side-label{align-self:start;padding-top:10px;border-top:1px solid var(--line);display:grid;gap:8px}.h2-side-label span{font-family:var(--serif);font-size:44px;color:var(--gold)}.h2-side-label strong{font-size:10px;letter-spacing:1.7px}.h2-side-label small{font-size:8px;color:var(--muted);letter-spacing:1px}.h2-story-copy h2,.h2-section-top h2,.h2-package-intro h2,.h2-food-copy h2,.h2-gallery-head h2,.h2-planner-copy h2,.h2-cta h2{font-family:var(--serif);font-weight:600;font-size:clamp(37px,4.4vw,62px);line-height:1.02;letter-spacing:-1.8px;margin:15px 0 22px}.h2-story-copy>p,.h2-section-top>p,.h2-package-intro>p,.h2-food-copy>p,.h2-gallery-head>p,.h2-planner-copy>p,.h2-cta p{font-size:14px;line-height:1.9;color:var(--muted);max-width:610px}.h2-inline-stats{display:flex;border-top:1px solid var(--line);margin-top:30px;padding-top:22px;gap:0}.h2-inline-stats div{padding:0 25px;border-left:1px solid var(--line)}.h2-inline-stats div:first-child{padding-left:0;border-left:0}.h2-inline-stats strong{display:block;font-family:var(--serif);font-size:28px}.h2-inline-stats span{font-size:9px;color:var(--muted)}.h2-story-photo{position:relative}.h2-story-photo img{height:500px;border-radius:26px}.photo-caption{position:absolute;left:-22px;bottom:25px;background:var(--teal-900);color:#fff;padding:16px 20px;border-radius:12px;font-size:11px;box-shadow:var(--shadow)}.photo-caption strong{font-family:var(--serif);font-size:18px}
.h2-flow{padding:88px max(6vw,55px)}.h2-section-top{display:flex;justify-content:space-between;gap:50px;align-items:end;margin-bottom:38px}.h2-section-top>div{max-width:700px}.h2-section-top>p{color:rgba(255,253,248,.68);max-width:390px}.h2-flow .eyebrow,.h2-gallery .eyebrow,.h2-package .eyebrow,.h2-cta .eyebrow{color:var(--gold-light)}.h2-timeline{display:grid;grid-template-columns:repeat(4,1fr);border-top:1px solid rgba(255,253,248,.2);margin-bottom:38px}.h2-step{padding:24px 22px 0;border-right:1px solid rgba(255,253,248,.16);min-height:185px}.h2-step:first-child{padding-left:0}.h2-step:last-child{border-right:0}.h2-step>span{font-size:10px;color:var(--gold-light);letter-spacing:1px;font-weight:800}.step-line{width:100%;height:1px;background:rgba(255,253,248,.2);margin:17px 0 18px;position:relative}.step-line::after{content:"";position:absolute;left:0;top:-3px;width:7px;height:7px;background:var(--gold);border-radius:50%;animation:dotPulse 2s infinite}.h2-step h3{font-family:var(--serif);font-size:25px}.h2-step p{font-size:11px;line-height:1.7;color:rgba(255,253,248,.65);margin-top:7px}.h2-flow-images{display:grid;grid-template-columns:1.35fr 1fr 1fr;gap:12px}.home2-photo{height:285px;overflow:hidden;border-radius:17px}.home2-photo img{height:100%;transition:transform .8s ease}.home2-photo:hover img{transform:scale(1.07)}
.h2-hallboard{padding:88px max(6vw,55px)}.h2-hall-list{border-top:1px solid var(--line)}.h2-hall-row{display:grid;grid-template-columns:70px 1.1fr 1fr;gap:25px;align-items:center;padding:20px 0;border-bottom:1px solid var(--line);position:relative;overflow:hidden}.h2-number{font-family:var(--serif);font-size:30px;color:var(--gold)}.h2-hall-image{height:175px;overflow:hidden;border-radius:14px}.h2-hall-image img{height:100%;transition:transform .8s ease}.h2-hall-row:hover .h2-hall-image img{transform:scale(1.08)}.h2-hall-info>span{font-size:9px;letter-spacing:2px;color:var(--gold);font-weight:800}.h2-hall-info h3{font-family:var(--serif);font-size:30px;margin:5px 0}.h2-hall-info p{font-size:12px;color:var(--muted);margin-bottom:12px}.h2-hall-info a{font-size:11px;font-weight:800;color:var(--teal-900)}.h2-hall-row.reverse{grid-template-columns:70px 1fr 1.1fr}.h2-hall-row.reverse .h2-hall-image{order:3}.h2-hall-row.reverse .h2-hall-info{order:2}
.h2-package{padding:88px max(6vw,55px);display:grid;grid-template-columns:.75fr 1.25fr;gap:70px;align-items:center}.h2-package-intro>p{color:rgba(255,253,248,.7);margin-bottom:26px}.h2-package-board{display:grid;grid-template-columns:repeat(3,1fr);gap:1px;background:rgba(255,253,248,.18)}.home2-feature{background:#0a3945;padding:31px 24px;min-height:245px;position:relative;transition:transform .45s ease,background .45s ease}.home2-feature:hover,.home2-feature.active{transform:translateY(-8px);background:#104d59}.home2-feature>span{font-size:9px;color:var(--gold-light);letter-spacing:1.6px;font-weight:800}.home2-feature h3{font-family:var(--serif);font-size:32px;margin:28px 0 9px;color:#fff}.home2-feature p{font-size:12px;line-height:1.7;color:rgba(255,255,255,.7)}.home2-feature strong{position:absolute;bottom:24px;left:24px;font-size:10px;color:var(--gold-light)}
.h2-food{padding:88px max(7vw,55px);display:grid;grid-template-columns:1fr .9fr;gap:70px;align-items:center}.h2-food-photo{height:530px;position:relative}.h2-food-photo img{height:100%;border-radius:28px}.food-badge{position:absolute;right:-24px;top:28px;background:var(--gold);color:var(--teal-950);width:100px;height:100px;border-radius:50%;display:grid;place-items:center;text-align:center;font-size:9px;line-height:1.3;font-weight:900;letter-spacing:1px;animation:h2Pulse 3.5s infinite}.food-lines{border-top:1px solid var(--line);margin:28px 0}.food-lines div{display:flex;justify-content:space-between;gap:20px;padding:14px 0;border-bottom:1px solid var(--line)}.food-lines strong{font-family:var(--serif);font-size:17px}.food-lines span{font-size:10px;color:var(--muted);align-self:center}.text-link{font-size:12px;font-weight:800}.text-link span{font-size:17px;margin-left:6px}
.h2-gallery{padding:88px max(6vw,55px)}.h2-gallery-head{display:grid;grid-template-columns:1fr .6fr;gap:50px;align-items:end;margin-bottom:34px}.h2-gallery-head h2{grid-column:1}.h2-gallery-head p{grid-column:2;grid-row:2;color:rgba(255,253,248,.65)}.h2-mosaic{display:grid;grid-template-columns:1.25fr .8fr .8fr;grid-template-rows:260px 220px;gap:12px}.h2-mosaic figure{margin:0;overflow:hidden;border-radius:17px}.h2-mosaic img{height:100%;transition:transform .9s ease}.h2-mosaic figure:hover img{transform:scale(1.08)}.mosaic-a{grid-row:1/3}.mosaic-b{grid-column:2}.mosaic-c{grid-column:3}.mosaic-d{grid-column:2/4}.h2-planner{padding:88px max(7vw,55px);display:grid;grid-template-columns:.8fr 1.2fr;gap:70px;align-items:start}.h2-planner-steps{display:grid;grid-template-columns:repeat(3,1fr);border-top:1px solid var(--line)}.h2-planner-steps .h2-number{padding:20px 20px 10px;border-right:1px solid var(--line);min-height:205px}.h2-planner-steps .h2-number:last-child{border-right:0}.h2-planner-steps strong{font-family:var(--serif);font-size:35px}.h2-planner-steps h3{font-family:var(--serif);font-size:23px;color:var(--teal-950);margin:25px 0 8px}.h2-planner-steps p{font-size:11px;color:var(--muted);line-height:1.7}.h2-cta{padding:95px max(7vw,55px);min-height:430px;position:relative;display:flex;align-items:center;justify-content:space-between;gap:40px;overflow:hidden}.h2-cta-line{position:absolute;left:0;top:50%;width:100%;height:1px;background:rgba(234,211,155,.2);animation:lineSweep 2s ease both}.h2-cta h2{font-size:clamp(45px,5vw,70px);margin:14px 0 18px}.h2-cta p{color:rgba(255,253,248,.68);margin-bottom:25px}.h2-cta-mark{font-family:var(--serif);font-size:72px;line-height:.8;color:rgba(234,211,155,.14);text-align:right;letter-spacing:8px}.h2-cta-mark span{font-family:var(--sans);font-size:8px;letter-spacing:3px}
@keyframes h2Float{from{transform:rotate(-4deg) translateY(0)}to{transform:rotate(-2deg) translateY(-12px)}}@keyframes h2Pulse{0%,100%{transform:scale(1)}50%{transform:scale(1.05)}}@keyframes h2Orbit{to{transform:rotate(360deg)}}@keyframes marquee{to{transform:translateX(-50%)}}@keyframes dotPulse{0%,100%{box-shadow:0 0 0 0 rgba(215,180,106,.45)}50%{box-shadow:0 0 0 7px rgba(215,180,106,0)}}
body.dark-mode .h2-story-photo .photo-caption{background:#0b4652;color:#fff}.dark-mode .h2-hall-info a{color:#f0d99f}.dark-mode .h2-hall-info p,.dark-mode .h2-story-copy>p,.dark-mode .h2-inline-stats span,.dark-mode .h2-food-copy>p,.dark-mode .food-lines span,.dark-mode .h2-planner-copy>p,.dark-mode .h2-planner-steps p{color:#dce9e6}.dark-mode .h2-story,.dark-mode .h2-hallboard,.dark-mode .h2-food,.dark-mode .h2-planner,.dark-mode .h2-marquee{background:#071f27;color:#fffaf0}.dark-mode .h2-inline-stats strong,.dark-mode .h2-hall-info h3,.dark-mode .h2-planner-steps h3{color:#fffaf0}.dark-mode .h2-marquee{border-color:rgba(255,250,240,.18)}.dark-mode .h2-package{background:#041a21}.dark-mode .h2-feature{color:#fff}.dark-mode .home2-feature{background:#0d3039}.dark-mode .home2-feature:hover,.dark-mode .home2-feature.active{background:#125260}.dark-mode .h2-gallery{background:#041a21}.dark-mode .h2-gallery-head p,.dark-mode .h2-cta p{color:#dce9e6}
@media(max-width:1000px){.h2-hero{grid-template-columns:1fr;gap:30px}.h2-hero-stack{min-height:520px}.h2-main-photo{height:470px}.h2-story{grid-template-columns:80px 1fr}.h2-story-photo{grid-column:2}.h2-package{grid-template-columns:1fr}.h2-food,.h2-planner{grid-template-columns:1fr}.h2-timeline{grid-template-columns:repeat(2,1fr)}.h2-step:nth-child(2){border-right:0}.h2-flow-images{grid-template-columns:1fr 1fr}.h2-flow-images .home2-photo:first-child{grid-column:1/-1}.h2-gallery-head{grid-template-columns:1fr}.h2-gallery-head h2,.h2-gallery-head p{grid-column:auto;grid-row:auto}}
@media(max-width:680px){.h2-hero{padding:55px 20px;min-height:auto}.h2-hero h1{font-size:47px}.h2-hero-stack{min-height:430px}.h2-main-photo{width:84%;height:380px;right:0;border-radius:100px 18px 18px 18px}.h2-small-photo{width:42%;height:145px}.h2-hero-stamp{width:88px;height:88px}.h2-hero-stamp strong{font-size:23px}.h2-story,.h2-flow,.h2-hallboard,.h2-package,.h2-food,.h2-gallery,.h2-planner,.h2-cta{padding:70px 20px}.h2-story{grid-template-columns:1fr;gap:28px}.h2-side-label{display:flex;align-items:center;gap:12px}.h2-side-label span{font-size:34px}.h2-story-photo{grid-column:auto}.h2-story-photo img{height:360px}.h2-inline-stats{flex-wrap:wrap}.h2-inline-stats div{padding:0 15px}.h2-section-top{display:block}.h2-section-top>p{margin-top:12px}.h2-timeline{grid-template-columns:1fr 1fr}.h2-step{padding:18px 12px;min-height:200px}.h2-flow-images{grid-template-columns:1fr}.h2-flow-images .home2-photo:first-child{grid-column:auto}.home2-photo{height:240px}.h2-hall-row,.h2-hall-row.reverse{grid-template-columns:42px 1fr;gap:14px}.h2-hall-image,.h2-hall-row.reverse .h2-hall-image{grid-column:2;grid-row:1;order:2;height:180px}.h2-hall-info,.h2-hall-row.reverse .h2-hall-info{grid-column:2;grid-row:2;order:3}.h2-number{grid-column:1;grid-row:1/3}.h2-package-board{grid-template-columns:1fr}.home2-feature{min-height:205px}.h2-food-photo{height:380px}.food-badge{right:-5px}.h2-mosaic{grid-template-columns:1fr 1fr;grid-template-rows:210px 180px 180px}.mosaic-a{grid-row:1/3}.mosaic-b{grid-column:2}.mosaic-c{grid-column:1}.mosaic-d{grid-column:2}.h2-planner-steps{grid-template-columns:1fr}.h2-planner-steps .h2-number{border-right:0;border-bottom:1px solid var(--line);min-height:150px}.h2-cta{min-height:500px}.h2-cta-mark{font-size:50px}.marquee-track{gap:18px}.marquee-track span{font-size:19px}}

/* FINAL HEADER / RTL / MOBILE FIXES */
.site-header{position:sticky!important;top:0!important;z-index:5000!important}
.header-inner{display:flex!important;align-items:center!important;justify-content:space-between!important;min-height:82px!important;gap:20px!important;direction:ltr!important}
.brand{flex:0 0 220px!important}
.main-nav{flex:1 1 auto!important;display:flex!important;align-items:center!important;justify-content:center!important;gap:4px!important;min-width:0!important}
.header-actions{flex:0 0 auto!important;display:flex!important;align-items:center!important;justify-content:flex-end!important;gap:8px!important}
.nav-item{position:relative!important;display:block!important}
.nav-dropdown-btn{display:inline-flex!important;align-items:center!important;gap:5px!important}
.dropdown-menu{display:block!important;z-index:6000!important;pointer-events:none!important}
.has-dropdown.open>.dropdown-menu{pointer-events:auto!important}
.mobile-menu-login{display:none!important}
.menu-toggle{display:none!important;position:relative!important;z-index:7000!important}

/* RTL must reverse the two header groups without stacking them */
html.rtl .header-inner,body.rtl .header-inner{direction:rtl!important;flex-direction:row-reverse!important}
html.rtl .brand,body.rtl .brand{order:3!important}
html.rtl .main-nav,body.rtl .main-nav{order:2!important;direction:rtl!important}
html.rtl .header-actions,body.rtl .header-actions{order:1!important;direction:ltr!important;justify-content:flex-start!important}
html.rtl .main-nav .nav-link{direction:rtl!important}
html.rtl .dropdown-menu{left:auto!important;right:50%!important;transform:translate(50%,-8px)!important}
html.rtl .has-dropdown.open>.dropdown-menu{transform:translate(50%,0)!important}

/* Never let page section links become active while scrolling */
.main-nav .nav-link.active{background:var(--gold)!important;color:var(--teal-950)!important}

/* Home 2 — compact editorial layout, 8 substantial sections */
.home2-page{overflow:hidden}
.h2x-hero{min-height:680px!important;padding:64px max(5vw,48px) 72px!important;display:grid!important;grid-template-columns:minmax(0,1fr) minmax(420px,.95fr)!important;gap:52px!important;align-items:center!important;position:relative!important;overflow:hidden!important}
.h2x-hero::before{content:"";position:absolute;inset:0;background:radial-gradient(circle at 78% 35%,rgba(215,180,106,.18),transparent 30%),linear-gradient(135deg,rgba(6,43,53,.98),rgba(7,57,68,.88));pointer-events:none}
.h2x-hero-copy,.h2x-hero-visual{position:relative;z-index:2}
.h2x-hero-copy{max-width:680px}
.h2x-kicker{margin-top:18px;color:var(--gold);font-size:12px;font-weight:800;letter-spacing:3px}
.h2x-hero h1{font-family:var(--serif);font-size:clamp(50px,6vw,84px);line-height:.98;margin:13px 0 22px;letter-spacing:-2.8px}
.h2x-hero-copy>p:not(.h2x-kicker){max-width:600px;color:rgba(255,253,248,.78);font-size:15px;line-height:1.85}
.h2x-actions{display:flex;gap:12px;flex-wrap:wrap;margin-top:28px}
.h2x-hero-visual{height:530px;display:flex;align-items:center;justify-content:flex-end}
.h2x-main-image{width:min(520px,100%);height:500px;padding:10px;position:relative}
.h2x-main-image::before{content:"";position:absolute;inset:0;border:1px solid rgba(234,211,155,.4);transform:rotate(-2deg);border-radius:30px}
.h2x-main-image img{height:100%;border-radius:26px;transition:transform 1s cubic-bezier(.2,.75,.25,1);filter:saturate(.86)}
.h2x-main-image:hover img{transform:scale(1.04)}
.h2x-float-card{position:absolute;left:0;bottom:42px;background:var(--cream);color:var(--ink);padding:18px 20px;border-radius:16px;box-shadow:var(--shadow);animation:h2float 4s ease-in-out infinite;z-index:3}
.h2x-float-card span{display:block;color:var(--gold);font-size:9px;font-weight:800;letter-spacing:2px;margin-bottom:7px}
.h2x-float-card strong{font-family:var(--serif);font-size:18px;line-height:1.15}
.h2x-hero-number{position:absolute;right:-5px;top:20px;font-family:var(--serif);font-size:110px;line-height:1;color:rgba(234,211,155,.12)}
.h2x-marquee{grid-column:1/-1;display:flex;justify-content:space-around;align-items:center;border-top:1px solid rgba(255,253,248,.18);border-bottom:1px solid rgba(255,253,248,.18);padding:15px 0;color:var(--gold-light);font-size:10px;font-weight:800;letter-spacing:2px;position:relative;z-index:2}
.h2x-marquee i{font-style:normal;color:var(--gold)}
.h2x-intro{padding:78px max(6vw,55px);display:grid;grid-template-columns:110px minmax(0,1fr) 260px;gap:42px;align-items:center;border-bottom:1px solid var(--line)}
.h2x-intro-num{font-family:var(--serif);font-size:96px;color:var(--gold);line-height:1}
.h2x-intro-copy{max-width:760px}
.h2x-intro-copy h2,.h2x-section-head h2,.h2x-package-copy h2,.h2x-food-copy h2,.h2x-planner-panel h2,.h2x-cta h2{font-family:var(--serif);font-size:clamp(38px,4.4vw,62px);line-height:1.02;letter-spacing:-1.5px;margin:12px 0 18px}
.h2x-intro-copy>p,.h2x-section-head>p,.h2x-food-copy>p,.h2x-planner-panel>p,.h2x-cta p{color:var(--muted);font-size:14px;line-height:1.85}
.h2x-facts{display:grid;grid-template-columns:repeat(4,1fr);margin-top:28px;border-top:1px solid var(--line);border-bottom:1px solid var(--line)}
.h2x-facts div{padding:18px 14px;border-right:1px solid var(--line)}
.h2x-facts div:last-child{border-right:0}
.h2x-facts strong{display:block;font-family:var(--serif);font-size:28px;color:var(--teal-900)}
.h2x-facts span{font-size:10px;color:var(--muted);font-weight:700}
.h2x-side-quote{padding:25px;border-left:2px solid var(--gold);background:rgba(215,180,106,.08)}
.h2x-side-quote span{display:block;color:var(--gold);font-size:9px;font-weight:800;letter-spacing:2px;margin-bottom:10px}
.h2x-side-quote strong{font-family:var(--serif);font-size:21px;line-height:1.25}
.h2x-halls{padding:82px max(6vw,55px)}
.h2x-section-head{display:flex;justify-content:space-between;gap:40px;align-items:end;margin-bottom:34px}
.h2x-section-head>p{max-width:400px}
.h2x-room-grid{display:grid;grid-template-columns:1.35fr 1fr 1fr;gap:14px;align-items:stretch}
.h2x-room{position:relative;min-height:430px;overflow:hidden;border-radius:22px;background:var(--teal-900);color:var(--white)}
.h2x-room.room-large{min-height:520px}
.h2x-room img{height:100%;position:absolute;inset:0;transition:transform .9s cubic-bezier(.2,.75,.25,1)}
.h2x-room::after{content:"";position:absolute;inset:0;background:linear-gradient(0deg,rgba(6,43,53,.95),rgba(6,43,53,.04) 68%)}
.h2x-room:hover img{transform:scale(1.07)}
.h2x-room>div{position:absolute;z-index:2;left:24px;right:24px;bottom:22px}
.h2x-room span{font-size:9px;color:var(--gold-light);font-weight:800;letter-spacing:1.8px}
.h2x-room h3{font-family:var(--serif);font-size:28px;margin:5px 0 4px}
.h2x-room p{font-size:11px;line-height:1.65;color:rgba(255,253,248,.76);max-width:390px}
.h2x-room a{display:inline-block;margin-top:10px;color:var(--gold-light);font-size:10px;font-weight:800}
.h2x-packages{padding:78px max(6vw,55px);display:grid;grid-template-columns:.8fr 1.4fr;gap:70px;align-items:center}
.h2x-package-copy{max-width:500px}
.h2x-package-copy p{color:rgba(255,253,248,.72);font-size:14px;line-height:1.85}
.h2x-package-list{border-top:1px solid rgba(255,253,248,.2)}
.h2x-package-item{display:grid;grid-template-columns:55px 1fr auto;gap:20px;align-items:center;padding:21px 0;border-bottom:1px solid rgba(255,253,248,.2);transition:transform .35s ease,padding .35s ease;background:transparent}
.h2x-package-item:hover{transform:translateX(8px);padding-left:8px;background:rgba(215,180,106,.05)}
.h2x-package-item>span{font-family:var(--serif);font-size:26px;color:var(--gold)}
.h2x-package-item strong{display:block;font-family:var(--serif);font-size:23px}
.h2x-package-item p{font-size:11px;color:rgba(255,253,248,.68);margin-top:3px}
.h2x-package-item b{font-size:8px;letter-spacing:1.5px;color:var(--gold-light);border:1px solid rgba(234,211,155,.35);padding:7px 9px;border-radius:20px}
.h2x-catering{padding:78px max(6vw,55px);display:grid;grid-template-columns:1fr 1fr;gap:65px;align-items:center}
.h2x-food-image{height:560px;position:relative}
.h2x-food-image img{height:100%;border-radius:25px}
.h2x-food-badge{position:absolute;right:-22px;top:34px;width:96px;height:96px;border-radius:50%;background:var(--gold);color:var(--teal-950);display:grid;place-items:center;text-align:center;font-size:10px;font-weight:800;letter-spacing:1.5px;line-height:1.2;animation:h2spin 12s linear infinite}
.h2x-menu-lines{margin-top:28px;border-top:1px solid var(--line)}
.h2x-menu-lines div{display:grid;grid-template-columns:38px 1fr auto;gap:10px;align-items:center;padding:13px 0;border-bottom:1px solid var(--line)}
.h2x-menu-lines span{color:var(--gold);font-size:9px;font-weight:800}.h2x-menu-lines strong{font-family:var(--serif);font-size:17px}.h2x-menu-lines small{font-size:9px;color:var(--muted)}
.h2x-timeline{padding:78px max(6vw,55px)}
.h2x-section-head.dark>p{color:rgba(255,253,248,.68)}
.h2x-timeline-grid{display:grid;grid-template-columns:repeat(4,1fr);border-top:1px solid rgba(255,253,248,.2);border-bottom:1px solid rgba(255,253,248,.2)}
.h2x-timeline-grid article{padding:28px 20px 25px;border-right:1px solid rgba(255,253,248,.2);position:relative}
.h2x-timeline-grid article:last-child{border-right:0}.h2x-timeline-grid article::before{content:"";position:absolute;top:-4px;left:20px;width:8px;height:8px;border-radius:50%;background:var(--gold);box-shadow:0 0 0 6px rgba(215,180,106,.12)}
.h2x-timeline-grid span{display:block;color:var(--gold-light);font-size:10px;font-weight:800;letter-spacing:1.5px}.h2x-timeline-grid strong{display:block;font-family:var(--serif);font-size:27px;margin:14px 0 5px}.h2x-timeline-grid p{font-size:11px;color:rgba(255,253,248,.65);line-height:1.7}
.h2x-gallery{padding:78px max(6vw,55px)}
.h2x-gallery-grid{display:grid;grid-template-columns:1.2fr .8fr .8fr;grid-template-rows:220px 220px;gap:13px}
.h2x-gallery-grid figure{position:relative;overflow:hidden;border-radius:17px}.h2x-gallery-grid .g1{grid-row:1/3}.h2x-gallery-grid .g4{grid-column:2/4}.h2x-gallery-grid img{height:100%;transition:transform .8s ease}.h2x-gallery-grid figure:hover img{transform:scale(1.08)}
.h2x-gallery-grid figcaption{position:absolute;left:15px;bottom:13px;color:#fff;font-size:11px;font-weight:800;text-shadow:0 2px 12px #000}
.h2x-planner{padding:78px max(6vw,55px);display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:center}
.h2x-date-box{margin:24px 0;border:1px solid var(--line);padding:20px;display:grid;grid-template-columns:auto 1fr;gap:5px 15px;background:rgba(215,180,106,.08)}
.h2x-date-box strong{font-family:var(--serif);font-size:34px;color:var(--gold)}.h2x-date-box span{font-size:9px;letter-spacing:1.5px;font-weight:800;align-self:end}.h2x-date-box b{grid-column:1/-1;font-size:12px;letter-spacing:3px;color:var(--muted);margin-top:5px}
.h2x-checklist{border-left:1px solid var(--line)}
.h2x-checklist div{display:grid;grid-template-columns:35px 1fr;gap:2px 10px;padding:18px 20px;border-bottom:1px solid var(--line)}
.h2x-checklist span{grid-row:1/3;color:var(--gold);font-weight:900}.h2x-checklist strong{font-family:var(--serif);font-size:19px}.h2x-checklist small{font-size:10px;color:var(--muted)}
.h2x-cta{padding:82px max(6vw,55px);display:grid;grid-template-columns:90px 1fr auto;gap:35px;align-items:center;position:relative;overflow:hidden}
.h2x-cta-number{font-family:var(--serif);font-size:92px;color:rgba(234,211,155,.18)}.h2x-cta h2{margin-bottom:15px}.h2x-cta p{color:rgba(255,253,248,.72);max-width:650px}.h2x-cta-mark{text-align:right;font-family:var(--serif);font-size:38px;color:var(--gold-light)}.h2x-cta-mark span{font-family:var(--sans);font-size:8px;letter-spacing:2px}
@keyframes h2float{0%,100%{transform:translateY(0) rotate(-1deg)}50%{transform:translateY(-10px) rotate(1deg)}}
@keyframes h2spin{to{transform:rotate(360deg)}}

/* Motion */
.will-reveal{opacity:0;transform:translateY(28px);transition:opacity .7s ease,transform .7s cubic-bezier(.2,.75,.25,1)}
.will-reveal.revealed{opacity:1;transform:none}
.reveal-delay-1{transition-delay:.08s!important}.reveal-delay-2{transition-delay:.16s!important}.reveal-delay-3{transition-delay:.24s!important}

/* Contrast: explicit light/dark text for every small component */
.section-light,.section-light *{--local-ink:var(--ink)}
.section-light h1,.section-light h2,.section-light h3,.section-light h4,.section-light strong,.section-light b{color:var(--ink)}
.section-light p,.section-light small,.section-light li,.section-light .muted{color:var(--muted)}
.calendar-card,.calendar-card *{color:#fffdf8!important}.calendar-card .calendar-top span,.calendar-card .calendar-body p{color:var(--gold-light)!important}
body.dark-mode .section-light h1,body.dark-mode .section-light h2,body.dark-mode .section-light h3,body.dark-mode .section-light h4,body.dark-mode .section-light strong,body.dark-mode .section-light b{color:#fffaf0!important}
body.dark-mode .section-light p,body.dark-mode .section-light small,body.dark-mode .section-light li,body.dark-mode .section-light .muted{color:#dbe7e4!important}
body.dark-mode .h2x-facts strong,body.dark-mode .h2x-menu-lines strong{color:#fffaf0!important}
body.dark-mode .h2x-facts span,body.dark-mode .h2x-menu-lines small,body.dark-mode .h2x-date-box b,body.dark-mode .h2x-checklist small{color:#dbe7e4!important}
body.dark-mode .h2x-intro,.dark-mode .h2x-halls,.dark-mode .h2x-catering,.dark-mode .h2x-planner{color:#fffaf0}
body.dark-mode .h2x-side-quote{background:rgba(234,211,155,.09)}
body.dark-mode .h2x-package-item p,body.dark-mode .h2x-timeline-grid p{color:#dbe7e4!important}

@media(max-width:980px){
  .header-inner{min-height:72px!important;padding:0 16px!important;display:flex!important;direction:ltr!important}
  .brand{flex:1 1 auto!important}
  .brand-text strong{font-size:17px}.brand-text small{font-size:6px}
  .header-actions{display:flex!important;flex:0 0 auto!important;gap:5px!important}
  .header-actions .icon-action{width:34px!important;min-width:34px!important;height:34px!important;padding:0 6px!important}
  .header-actions .login-btn{display:none!important}
  .menu-toggle{display:block!important;width:38px!important;height:38px!important;background:var(--gold)!important;border-radius:9px!important;padding:0!important}
  .menu-toggle span{width:20px!important;height:2px!important;margin:4px auto!important;background:var(--teal-950)!important}
  .main-nav{position:absolute!important;top:calc(100% + 8px)!important;right:12px!important;left:auto!important;width:min(330px,62vw)!important;min-width:255px!important;max-height:calc(100vh - 90px)!important;overflow-y:auto!important;display:flex!important;flex-direction:column!important;align-items:stretch!important;justify-content:flex-start!important;gap:3px!important;padding:12px!important;background:var(--teal-950)!important;border:1px solid rgba(234,211,155,.28)!important;border-radius:15px!important;box-shadow:0 20px 45px rgba(0,0,0,.3)!important;opacity:0!important;visibility:hidden!important;pointer-events:none!important;transform:translateY(-8px)!important;transition:opacity .22s ease,transform .22s ease,visibility .22s ease!important;z-index:6000!important}
  .site-header.menu-open .main-nav{opacity:1!important;visibility:visible!important;pointer-events:auto!important;transform:none!important}
  .main-nav .nav-link{display:flex!important;align-items:center!important;justify-content:space-between!important;width:100%!important;padding:11px 13px!important;color:#fffdf8!important;text-align:left!important;border-radius:9px!important}
  .main-nav .nav-link:hover,.main-nav .nav-link.active{background:var(--gold)!important;color:var(--teal-950)!important}
  .nav-item{width:100%!important}
  .dropdown-menu{position:static!important;width:100%!important;min-width:0!important;margin:2px 0 4px!important;padding:4px!important;transform:none!important;background:rgba(255,255,255,.06)!important;border:1px solid rgba(234,211,155,.15)!important;box-shadow:none!important;border-radius:9px!important;opacity:0!important;visibility:hidden!important;display:none!important}
  .has-dropdown.open>.dropdown-menu{display:block!important;opacity:1!important;visibility:visible!important;transform:none!important;pointer-events:auto!important}
  .dropdown-menu a{display:block!important;padding:10px 13px!important;color:#fffdf8!important}
  .mobile-menu-login{display:flex!important;align-items:center!important;justify-content:center!important;background:var(--gold)!important;color:var(--teal-950)!important;border-radius:9px!important;padding:11px!important;font-size:12px!important;font-weight:800!important;margin-top:5px!important}
  html.rtl .header-inner,body.rtl .header-inner{direction:rtl!important;flex-direction:row-reverse!important}
  html.rtl .brand,body.rtl .brand{order:3!important}.header-inner .main-nav{order:2!important}.header-inner .header-actions{order:1!important}
  html.rtl .main-nav{right:auto!important;left:12px!important;direction:rtl!important}
  html.rtl .main-nav .nav-link{text-align:right!important}
  .h2x-hero{grid-template-columns:1fr!important;min-height:auto!important;padding:55px 20px 40px!important;gap:28px!important}.h2x-hero-visual{height:420px}.h2x-main-image{height:390px}.h2x-float-card{left:5px;bottom:18px}.h2x-hero-number{right:0;top:0}.h2x-marquee{gap:15px;justify-content:flex-start;overflow:hidden;white-space:nowrap}
  .h2x-intro{grid-template-columns:70px 1fr!important;gap:20px!important;padding:55px 20px!important}.h2x-side-quote{grid-column:2}.h2x-facts{grid-template-columns:repeat(2,1fr)}.h2x-facts div:nth-child(2){border-right:0}
  .h2x-halls,.h2x-catering,.h2x-planner,.h2x-gallery,.h2x-timeline,.h2x-packages,.h2x-cta{padding:58px 20px!important}.h2x-room-grid{grid-template-columns:1fr!important}.h2x-room,.h2x-room.room-large{min-height:390px}.h2x-packages,.h2x-catering,.h2x-planner{grid-template-columns:1fr!important;gap:35px}.h2x-food-image{height:390px}.h2x-timeline-grid{grid-template-columns:1fr 1fr}.h2x-timeline-grid article:nth-child(2){border-right:0}.h2x-gallery-grid{grid-template-columns:1fr 1fr;grid-template-rows:240px 180px 180px}.h2x-gallery-grid .g1{grid-row:1/3}.h2x-gallery-grid .g4{grid-column:2;grid-row:3}.h2x-cta{grid-template-columns:60px 1fr!important}.h2x-cta-mark{display:none}
}
@media(max-width:600px){
  .header-actions .icon-action{width:32px!important;min-width:32px!important;height:32px!important;font-size:10px!important}.theme-toggle{font-size:16px!important}
  .main-nav{width:calc(100vw - 38vw)!important;min-width:245px!important;right:10px!important}.h2x-hero h1{font-size:48px}.h2x-hero-visual{height:350px}.h2x-main-image{height:330px}.h2x-facts{grid-template-columns:1fr 1fr}.h2x-section-head{display:block}.h2x-section-head>p{margin-top:15px}.h2x-menu-lines div{grid-template-columns:30px 1fr}.h2x-menu-lines small{grid-column:2}.h2x-timeline-grid{grid-template-columns:1fr}.h2x-timeline-grid article{border-right:0!important;border-bottom:1px solid rgba(255,253,248,.2)}.h2x-gallery-grid{display:grid;grid-template-columns:1fr 1fr;grid-template-rows:180px 150px 150px}.h2x-cta{grid-template-columns:1fr!important}.h2x-cta-number{display:none}.h2x-cta .h2x-actions{margin-top:20px}
}
html.rtl .brand,body.rtl .brand,html.rtl .main-nav,body.rtl .main-nav,html.rtl .header-actions,body.rtl .header-actions{order:initial!important}
@media(max-width:980px){html.rtl .brand,body.rtl .brand,html.rtl .main-nav,body.rtl .main-nav,html.rtl .header-actions,body.rtl .header-actions{order:initial!important}}


/* =========================================================
   VIA FINAL FUNCTIONALITY PASS
   Header RTL, text safety, back-to-top.
   Home 1 / Home 2 visual layouts are intentionally untouched.
========================================================= */
.site-header{position:sticky!important;top:0!important;z-index:5000!important}
.header-inner{display:flex!important;align-items:center!important;justify-content:space-between!important;gap:24px!important;min-height:82px!important;padding:0 42px!important;direction:ltr!important}
.brand{order:1!important;flex:0 0 220px!important;min-width:0!important}
.main-nav{order:2!important;flex:1 1 auto!important;min-width:0!important;display:flex!important;align-items:center!important;justify-content:center!important;gap:2px!important}
.header-actions{order:3!important;flex:0 0 auto!important;min-width:max-content!important;display:flex!important;align-items:center!important;justify-content:flex-end!important;gap:8px!important}

/* Desktop RTL: Actions LEFT | Navigation CENTER | Logo RIGHT */
html.rtl .header-inner,body.rtl .header-inner{direction:ltr!important;flex-direction:row!important}
html.rtl .brand,body.rtl .brand{order:3!important}
html.rtl .main-nav,body.rtl .main-nav{order:2!important;direction:rtl!important}
html.rtl .header-actions,body.rtl .header-actions{order:1!important;direction:ltr!important;justify-content:flex-start!important}
html.rtl .main-nav .nav-link,body.rtl .main-nav .nav-link{direction:rtl!important}
html.rtl .dropdown-menu{left:50%!important;right:auto!important;transform:translate(-50%,-8px)!important}
html.rtl .has-dropdown.open>.dropdown-menu{transform:translate(-50%,0)!important}

/* Prevent clipped words and accidental horizontal cropping. */
body,main,.site-footer{max-width:100%;overflow-x:hidden}
.section-heading,.section-heading *, .gallery-head,.gallery-head *, .availability-copy,.package-body,.moment,.footer-main,.footer-bottom{min-width:0}
.section-heading h2,.section-heading p,.package-body h3,.package-body p,.moment p,.footer-brand>p,.footer-links a,.contact-row span{overflow-wrap:anywhere}

/* Back-to-top remains clickable and visible above footer content. */
.back-top{position:relative!important;z-index:20!important;cursor:pointer!important;pointer-events:auto!important;text-decoration:none!important}

@media (min-width:981px){
  .header-inner{max-width:1440px!important;margin:0 auto!important}
  .main-nav .nav-link{white-space:nowrap!important}
}

@media (max-width:980px){
  .header-inner{min-height:74px!important;padding:0 18px!important;gap:12px!important;display:flex!important;direction:ltr!important}
  .brand{order:1!important;flex:1 1 auto!important}
  .header-actions{order:2!important;flex:0 0 auto!important}
  .main-nav{order:3!important;flex:none!important}
  html.rtl .header-inner,body.rtl .header-inner{direction:ltr!important;flex-direction:row!important}
  html.rtl .brand,body.rtl .brand{order:2!important}
  html.rtl .header-actions,body.rtl .header-actions{order:1!important}
  html.rtl .main-nav,body.rtl .main-nav{order:3!important;direction:rtl!important;left:12px!important;right:auto!important}
  html.rtl .main-nav .nav-link,body.rtl .main-nav .nav-link{text-align:right!important}
}

@media (max-width:600px){
  .header-inner{padding:0 12px!important;gap:8px!important}
  .brand{flex:1 1 auto!important;min-width:0!important}
  .brand-text{min-width:0!important}
  .header-actions{gap:5px!important}
  .back-top{width:42px!important;height:42px!important}
}


/* =========================================================
   FINAL MOBILE + ACTIVE PAGE + CONTRAST + TOP BUTTON PASS
========================================================= */
.nav-link.active{background:var(--gold)!important;color:var(--teal-950)!important}
.dropdown-menu a.active{background:rgba(215,180,106,.18)!important;color:#f0d99f!important;font-weight:900!important}
.section-light h1 em,
.section-light h2 em,
.section-light h3 em,
.section-light .eyebrow,
.section-light .h2x-intro-num,
.section-light .h2x-side-quote span,
.section-light .h2x-menu-lines span,
.section-light .h2x-date-box strong,
.section-light .h2x-checklist span{color:#7b5b19!important}
.section-light .eyebrow::before{background:#7b5b19!important}
.section-light .h2x-side-quote{border-color:#7b5b19!important}

.floating-back-top{
  position:fixed!important;
  right:24px;
  bottom:24px;
  width:46px;
  height:46px;
  display:grid;
  place-items:center;
  border:1px solid rgba(234,211,155,.55);
  border-radius:50%;
  background:var(--teal-950);
  color:var(--gold-light);
  font-size:20px;
  font-weight:800;
  line-height:1;
  cursor:pointer;
  opacity:0;
  visibility:hidden;
  pointer-events:none;
  transform:translateY(12px);
  transition:opacity .25s ease,visibility .25s ease,transform .25s ease,background .25s ease,color .25s ease;
  z-index:7000;
  box-shadow:0 12px 28px rgba(0,0,0,.25);
}
.floating-back-top.show{opacity:1;visibility:visible;pointer-events:auto;transform:translateY(0)}
.floating-back-top:hover{background:var(--gold);color:var(--teal-950);transform:translateY(-4px)}

@media(max-width:980px){
  .header-inner{min-height:70px!important;padding:0 12px!important;gap:8px!important}
  .brand{flex:1 1 auto!important;min-width:0!important;gap:9px!important;overflow:visible!important}
  .brand-mark{width:36px!important;height:36px!important;font-size:17px!important}
  .brand-text{min-width:0!important;line-height:1!important}
  .brand-text strong{font-size:18px!important;letter-spacing:4px!important;white-space:nowrap!important}
  .brand-text small{font-size:6px!important;letter-spacing:1.2px!important;white-space:nowrap!important;margin-top:4px!important}
  .header-actions{gap:5px!important;flex:0 0 auto!important}
  .header-actions .icon-action{width:32px!important;min-width:32px!important;height:32px!important;padding:0 5px!important;font-size:9px!important}
  .theme-toggle{font-size:15px!important}
  .menu-toggle{width:34px!important;height:34px!important;flex:0 0 34px!important}
  .menu-toggle span{width:18px!important;height:2px!important;margin:3px auto!important}

  .main-nav{
    top:calc(100% + 7px)!important;
    right:10px!important;
    left:auto!important;
    width:min(310px,66vw)!important;
    min-width:245px!important;
    max-height:calc(100vh - 88px)!important;
    overflow-x:hidden!important;
    overflow-y:auto!important;
    padding:10px!important;
    gap:2px!important;
    border-radius:15px!important;
  }
  .main-nav .has-dropdown{width:100%!important;display:block!important}
  .main-nav .nav-link{
    min-height:40px!important;
    height:auto!important;
    display:flex!important;
    align-items:center!important;
    justify-content:space-between!important;
    line-height:1.25!important;
    padding:10px 13px!important;
    white-space:normal!important;
  }
  .main-nav .nav-dropdown-btn span{flex:0 0 auto!important;margin-left:8px!important}
  .main-nav .dropdown-menu{
    position:static!important;
    width:100%!important;
    min-width:0!important;
    height:auto!important;
    max-height:none!important;
    margin:2px 0 5px!important;
    padding:4px!important;
    overflow:visible!important;
    transform:none!important;
  }
  .main-nav .dropdown-menu a{
    min-height:38px!important;
    display:flex!important;
    align-items:center!important;
    line-height:1.3!important;
    white-space:normal!important;
    padding:9px 13px!important;
  }
  .mobile-menu-login{min-height:40px!important;line-height:1.2!important}

  html.rtl .main-nav,body.rtl .main-nav{left:10px!important;right:auto!important;transform-origin:top left!important}
  html.rtl .main-nav .nav-link,body.rtl .main-nav .nav-link{text-align:right!important}
  html.rtl .main-nav .dropdown-menu a,body.rtl .main-nav .dropdown-menu a{text-align:right!important}
  html.rtl .floating-back-top,body.rtl .floating-back-top{right:auto;left:24px}
}

@media(max-width:380px){
  .header-inner{padding:0 9px!important;gap:6px!important}
  .brand{gap:7px!important}
  .brand-mark{width:33px!important;height:33px!important;font-size:15px!important}
  .brand-text strong{font-size:17px!important;letter-spacing:3px!important}
  .brand-text small{font-size:5.5px!important;letter-spacing:1px!important}
  .header-actions{gap:4px!important}
  .header-actions .icon-action{width:30px!important;min-width:30px!important;height:30px!important}
  .menu-toggle{width:32px!important;height:32px!important;flex-basis:32px!important}
  .main-nav{width:68vw!important;min-width:230px!important;right:8px!important}
  html.rtl .main-nav{left:8px!important;right:auto!important}
  .floating-back-top{right:16px;bottom:16px;width:42px;height:42px;font-size:18px}
  html.rtl .floating-back-top{right:auto;left:16px}
}

/* FINAL MOBILE COMPACTNESS — preserve original visual proportions */
@media(max-width:600px){
  .h2x-hero{
    min-height:0!important;
    padding:36px 18px 24px!important;
    gap:18px!important;
  }
  .h2x-hero h1{
    font-size:clamp(42px,11.8vw,52px)!important;
    line-height:.96!important;
    margin:10px 0 16px!important;
  }
  .h2x-kicker{margin-top:12px!important;font-size:10px!important;letter-spacing:2.2px!important}
  .h2x-hero-copy>p:not(.h2x-kicker){font-size:13px!important;line-height:1.7!important}
  .h2x-actions{margin-top:20px!important;gap:10px!important}
  .h2x-actions .btn{min-height:46px!important;padding:11px 16px!important}
  .h2x-hero-visual{height:280px!important}
  .h2x-main-image{height:260px!important}
  .h2x-float-card{bottom:8px!important;padding:13px 15px!important}
  .h2x-hero-number{font-size:78px!important}
  .h2x-marquee{padding:11px 0!important;font-size:8px!important}

  .h2x-intro,.h2x-halls,.h2x-catering,.h2x-planner,.h2x-gallery,.h2x-timeline,.h2x-packages,.h2x-cta{
    padding-top:44px!important;padding-bottom:44px!important;
  }
  .h2x-intro{gap:15px!important}
  .h2x-intro-num{font-size:72px!important}
  .h2x-intro-copy h2,.h2x-section-head h2,.h2x-package-copy h2,.h2x-food-copy h2,.h2x-planner-panel h2,.h2x-cta h2{
    font-size:clamp(34px,9.5vw,48px)!important;
  }
  .h2x-room,.h2x-room.room-large{min-height:320px!important}
  .h2x-food-image{height:300px!important}
  .h2x-gallery-grid{grid-template-rows:160px 130px 130px!important}
}

/* =========================================================
   FINAL MOBILE HEADER — TRUE LTR / RTL GROUP SWAP
   Brand and controls occupy separate grid columns so the
   VIA logo can never sit beside the controls in RTL.
========================================================= */
@media (max-width:980px){
  .site-header .header-inner{
    display:grid!important;
    grid-template-columns:minmax(0,1fr) auto!important;
    grid-template-areas:"brand actions"!important;
    align-items:center!important;
    justify-content:initial!important;
    direction:ltr!important;
    gap:0!important;
    width:100%!important;
    min-height:70px!important;
    padding:0 12px!important;
    box-sizing:border-box!important;
  }
  .site-header .brand{
    grid-area:brand!important;
    order:initial!important;
    justify-self:start!important;
    align-self:center!important;
    display:flex!important;
    align-items:center!important;
    justify-content:flex-start!important;
    width:auto!important;
    min-width:0!important;
    max-width:100%!important;
    flex:none!important;
    overflow:visible!important;
  }
  .site-header .header-actions{
    grid-area:actions!important;
    order:initial!important;
    justify-self:end!important;
    align-self:center!important;
    display:flex!important;
    align-items:center!important;
    justify-content:flex-end!important;
    flex:none!important;
    width:auto!important;
    min-width:max-content!important;
    gap:5px!important;
  }
  .site-header .main-nav{
    grid-area:nav!important;
    order:initial!important;
  }

  /* RTL: controls LEFT, VIA brand RIGHT */
  html.rtl .site-header .header-inner,
  body.rtl .site-header .header-inner{
    direction:ltr!important;
    grid-template-columns:auto minmax(0,1fr)!important;
    grid-template-areas:"actions brand"!important;
  }
  html.rtl .site-header .brand,
  body.rtl .site-header .brand{
    justify-self:end!important;
    justify-content:flex-end!important;
    text-align:right!important;
  }
  html.rtl .site-header .header-actions,
  body.rtl .site-header .header-actions{
    justify-self:start!important;
    justify-content:flex-start!important;
  }

  /* Keep the actual navigation as a floating panel, independent of header grid. */
  .site-header .main-nav{
    position:absolute!important;
    top:calc(100% + 7px)!important;
    right:10px!important;
    left:auto!important;
    width:min(310px,66vw)!important;
    min-width:245px!important;
    max-width:calc(100vw - 20px)!important;
    box-sizing:border-box!important;
    max-height:calc(100vh - 84px)!important;
    overflow-x:hidden!important;
    overflow-y:auto!important;
    z-index:6000!important;
  }
  html.rtl .site-header .main-nav,
  body.rtl .site-header .main-nav{
    left:10px!important;
    right:auto!important;
    direction:rtl!important;
  }

  /* Dropdown must stay below its parent; never cover Home itself. */
  .site-header .main-nav .nav-item.has-dropdown{
    position:relative!important;
    width:100%!important;
  }
  .site-header .main-nav .nav-dropdown-btn{
    position:relative!important;
    z-index:2!important;
  }
  .site-header .main-nav .dropdown-menu{
    position:static!important;
    display:none!important;
    width:100%!important;
    min-width:0!important;
    max-width:100%!important;
    margin:2px 0 5px!important;
    padding:4px!important;
    box-sizing:border-box!important;
    transform:none!important;
    opacity:1!important;
    visibility:visible!important;
    overflow:visible!important;
  }
  .site-header .main-nav .has-dropdown.open>.dropdown-menu{
    display:block!important;
  }
  .site-header .main-nav .dropdown-menu a{
    width:100%!important;
    box-sizing:border-box!important;
    white-space:normal!important;
    overflow-wrap:anywhere!important;
  }

  /* Gold active state remains readable. */
  .site-header .main-nav .nav-link.active{
    background:var(--gold)!important;
    color:var(--teal-950)!important;
  }
  .site-header .main-nav .dropdown-menu a.active{
    background:rgba(215,180,106,.24)!important;
    color:#f4d78e!important;
  }
}

@media(max-width:600px){
  .site-header .brand-mark{
    width:34px!important;
    height:34px!important;
  }
  .site-header .brand-text strong{
    font-size:17px!important;
    letter-spacing:3px!important;
    white-space:nowrap!important;
  }
  .site-header .brand-text small{
    font-size:5.5px!important;
    letter-spacing:1px!important;
    white-space:nowrap!important;
  }
  .site-header .header-actions .icon-action{
    width:32px!important;
    min-width:32px!important;
    height:32px!important;
  }
  .site-header .menu-toggle{
    width:34px!important;
    min-width:34px!important;
    height:34px!important;
  }
}

@media(max-width:380px){
  .site-header .header-inner{padding:0 8px!important}
  .site-header .brand-mark{width:31px!important;height:31px!important}
  .site-header .brand-text strong{font-size:16px!important;letter-spacing:2.5px!important}
  .site-header .brand-text small{display:none!important}
  .site-header .header-actions .icon-action{width:30px!important;min-width:30px!important;height:30px!important}
  .site-header .menu-toggle{width:32px!important;min-width:32px!important;height:32px!important}
}

/* Compact Home 2 mobile proportions — no oversized first section. */
@media(max-width:600px){
  .h2x-hero{
    min-height:0!important;
    padding-top:30px!important;
    padding-bottom:24px!important;
    gap:14px!important;
  }
  .h2x-hero-visual{height:245px!important}
  .h2x-main-image{height:225px!important}
  .h2x-intro,.h2x-halls,.h2x-packages,.h2x-catering,.h2x-timeline,.h2x-gallery,.h2x-planner,.h2x-cta{
    padding-top:38px!important;
    padding-bottom:38px!important;
  }
}

/* =========================================================
   VIA ABOUT PAGE
   ADD ONLY — DO NOT REMOVE EXISTING VIA CSS
========================================================= */

.via-about-page {
    width: 100%;
    overflow: hidden;
    background: #f4f0e8;
    color: #092d35;
}

/* ---------- COMMON ---------- */

.via-about-page img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.via-about-page p {
    color: #29464d;
    font-size: 17px;
    line-height: 1.75;
}

.via-about-label {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 22px;
    color: #9b701d;
    font-size: 13px;
    font-weight: 800;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.via-about-label::before {
    content: "";
    width: 38px;
    height: 1px;
    background: #b58a2b;
}

.via-about-page h1,
.via-about-page h2,
.via-about-page h3 {
    font-family: Georgia, "Times New Roman", serif;
}

.via-about-page h1,
.via-about-page h2 {
    color: #092d35;
}

.via-about-page h1 span,
.via-about-page h2 span {
    color: #b88924;
    font-style: italic;
}


/* =========================================================
   01 HERO
========================================================= */

.via-about-hero {
    min-height: 560px;
    padding: 46px 6%;
    display: grid;
    grid-template-columns: 0.92fr 1.08fr;
    gap: 50px;
    align-items: center;
    background: #f4f0e8;
}

.via-about-hero-text {
    max-width: 620px;
}

.via-about-hero h1 {
    margin: 0 0 25px;
    font-size: clamp(48px, 5vw, 76px);
    line-height: .98;
    font-weight: 500;
    letter-spacing: -2px;
}

.via-about-hero p {
    max-width: 570px;
    margin: 0 0 30px;
}

.via-about-hero-actions {
    display: flex;
    align-items: center;
    gap: 28px;
    flex-wrap: wrap;
}

.via-about-button {
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    gap: 28px;
    min-width: 205px;
    padding: 16px 20px;
    border-radius: 8px;
    background: #dfb44f;
    color: #092d35;
    font-size: 15px;
    font-weight: 800;
    text-decoration: none;
    transition: .35s ease;
}

.via-about-button span {
    font-size: 21px;
}

.via-about-button:hover {
    transform: translateY(-4px);
    background: #c99a32;
}

.via-about-text-link {
    color: #092d35;
    font-size: 15px;
    font-weight: 800;
    text-decoration: none;
    border-bottom: 1px solid #9b701d;
    padding-bottom: 5px;
}

.via-about-hero-image {
    height: 500px;
    position: relative;
    overflow: hidden;
    border-radius: 0 65px 0 65px;
}

.via-about-hero-image::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(
        to top,
        rgba(3,31,37,.72),
        transparent 50%
    );
}

.via-about-image-caption {
    position: absolute;
    z-index: 2;
    left: 30px;
    bottom: 25px;
    color: #fff;
}

.via-about-image-caption small {
    display: block;
    margin-bottom: 5px;
    color: #dfb44f;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 2px;
}

.via-about-image-caption strong {
    display: block;
    font-family: Georgia, serif;
    font-size: 29px;
}


/* =========================================================
   02 STORY
========================================================= */

.via-about-story {
    padding: 75px 6%;
    display: grid;
    grid-template-columns: .9fr 1.1fr;
    gap: 75px;
    align-items: center;
    background: #fffdf8;
}

.via-about-story-image {
    height: 440px;
    overflow: hidden;
    border-radius: 45px 0 45px 0;
}

.via-about-story-image img {
    transition: transform 1s ease;
}

.via-about-story-image:hover img {
    transform: scale(1.06);
}

.via-about-story-content {
    max-width: 680px;
}

.via-about-story h2 {
    margin: 0 0 22px;
    font-size: clamp(42px, 4vw, 62px);
    line-height: 1.02;
    font-weight: 500;
}

.via-about-highlight {
    margin-top: 28px;
    padding: 20px 0 0 22px;
    border-left: 2px solid #c89b35;
}

.via-about-highlight strong,
.via-about-highlight span {
    display: block;
}

.via-about-highlight strong {
    color: #092d35;
    font-size: 19px;
    margin-bottom: 4px;
}

.via-about-highlight span {
    color: #8c6b27;
    font-size: 15px;
}


/* =========================================================
   03 HISTORY
========================================================= */

.via-about-history {
    padding: 75px 6%;
    background: #082c34;
    color: #f8f3e8;
}

.via-about-history .via-about-label {
    color: #e0b753;
}

.via-about-history .via-about-heading {
    max-width: 850px;
    margin-bottom: 45px;
}

.via-about-history h2 {
    margin: 0 0 18px;
    color: #f8f3e8;
    font-size: clamp(42px, 4.3vw, 64px);
    line-height: 1;
    font-weight: 500;
}

.via-about-history h2 span {
    color: #d4a63c;
}

.via-about-history .via-about-heading p {
    max-width: 650px;
    color: #dce7e7;
}

.via-about-history-layout {
    display: grid;
    grid-template-columns: .9fr 1.1fr;
    gap: 65px;
    align-items: center;
}

.via-about-history-image {
    height: 390px;
    overflow: hidden;
    border-radius: 35px;
}

.via-about-timeline {
    position: relative;
}

.via-about-timeline::before {
    content: "";
    position: absolute;
    left: 69px;
    top: 10px;
    bottom: 10px;
    width: 1px;
    background: rgba(223,180,79,.5);
}

.via-about-timeline-item {
    position: relative;
    display: grid;
    grid-template-columns: 100px 1fr;
    gap: 25px;
    padding: 14px 0 22px;
}

.via-about-timeline-item > span {
    position: relative;
    z-index: 1;
    width: 62px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #e1b34d;
    background: #082c34;
    border: 1px solid #b98c2c;
    border-radius: 30px;
    font-size: 12px;
    font-weight: 800;
}

.via-about-timeline-item h3 {
    margin: 0 0 5px;
    color: #fffaf0;
    font-size: 24px;
}

.via-about-timeline-item p {
    margin: 0;
    color: #d4e0e1;
    font-size: 15px;
}


/* =========================================================
   04 MISSION
========================================================= */

.via-about-mission {
    padding: 75px 6%;
    display: grid;
    grid-template-columns: 1.05fr .95fr;
    gap: 70px;
    align-items: center;
    background: #f4f0e8;
}

.via-about-mission-content {
    max-width: 650px;
}

.via-about-mission h2 {
    margin: 0 0 20px;
    font-size: clamp(42px, 4vw, 62px);
    line-height: 1;
    font-weight: 500;
}

.via-about-mission-image {
    height: 440px;
    overflow: hidden;
    border-radius: 0 55px 0 55px;
}

.via-about-mission-list {
    margin-top: 30px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    border-top: 1px solid #c9bfae;
}

.via-about-mission-list div {
    min-height: 70px;
    display: flex;
    align-items: center;
    gap: 15px;
    padding: 14px 10px;
    border-bottom: 1px solid #c9bfae;
}

.via-about-mission-list div:nth-child(odd) {
    border-right: 1px solid #c9bfae;
}

.via-about-mission-list span {
    color: #b18425;
    font-size: 12px;
    font-weight: 800;
}

.via-about-mission-list strong {
    color: #092d35;
    font-size: 15px;
}


/* =========================================================
   05 VALUES
========================================================= */

.via-about-values {
    padding: 75px 6%;
    background: #fffdf8;
}

.via-about-heading {
    max-width: 850px;
}

.via-about-values h2 {
    margin: 0 0 40px;
    font-size: clamp(42px, 4vw, 60px);
    line-height: 1;
    font-weight: 500;
}

.via-about-values-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    border-top: 1px solid #cfc5b5;
    border-bottom: 1px solid #cfc5b5;
}

.via-about-value {
    min-height: 240px;
    padding: 25px;
    border-right: 1px solid #cfc5b5;
    transition: .4s ease;
}

.via-about-value:last-child {
    border-right: 0;
}

.via-about-value:hover {
    transform: translateY(-7px);
    background: #f1eadc;
}

.via-about-value > span {
    color: #b18425;
    font-size: 13px;
    font-weight: 800;
}

.via-about-value h3 {
    margin: 55px 0 10px;
    color: #092d35;
    font-size: 26px;
}

.via-about-value p {
    margin: 0;
    font-size: 15px;
}


/* =========================================================
   06 TEAM
========================================================= */

.via-about-team {
    padding: 75px 6%;
    background: #082c34;
}

.via-about-team-heading {
    display: grid;
    grid-template-columns: 1.1fr .9fr;
    gap: 60px;
    align-items: end;
    margin-bottom: 40px;
}

.via-about-team .via-about-label {
    color: #e0b753;
}

.via-about-team h2 {
    margin: 0;
    color: #f8f3e8;
    font-size: clamp(40px, 4vw, 59px);
    line-height: 1;
    font-weight: 500;
}

.via-about-team h2 span {
    color: #d5a63e;
}

.via-about-team-heading p {
    margin: 0;
    color: #d7e3e4;
}

.via-about-team-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 18px;
}

.via-about-team-card {
    overflow: hidden;
}

.via-about-team-photo {
    height: 300px;
    overflow: hidden;
    margin-bottom: 15px;
    border-radius: 20px 20px 0 0;
}

.via-about-team-photo img {
    filter: grayscale(35%);
    transition: transform .7s ease, filter .7s ease;
}

.via-about-team-card:hover img {
    transform: scale(1.07);
    filter: grayscale(0);
}

.via-about-team-card > span {
    color: #d7a63c;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 1.5px;
}

.via-about-team-card h3 {
    margin: 6px 0 0;
    color: #fffaf0;
    font-size: 24px;
}


/* =========================================================
   07 EXPERIENCE
========================================================= */

.via-about-experience {
    padding: 75px 6%;
    display: grid;
    grid-template-columns: .95fr 1.05fr;
    gap: 70px;
    align-items: center;
    background: #f4f0e8;
}

.via-about-experience-image {
    height: 410px;
    overflow: hidden;
    border-radius: 45px 0 45px 0;
}

.via-about-experience-content {
    max-width: 650px;
}

.via-about-experience h2 {
    margin: 0 0 30px;
    font-size: clamp(42px, 4vw, 59px);
    line-height: 1;
    font-weight: 500;
}

.via-about-process {
    border-top: 1px solid #c9bfae;
}

.via-about-process-item {
    display: grid;
    grid-template-columns: 55px 1fr;
    gap: 18px;
    padding: 18px 0;
    border-bottom: 1px solid #c9bfae;
}

.via-about-process-item > span {
    color: #b18425;
    font-weight: 800;
    font-size: 13px;
}

.via-about-process-item h3 {
    margin: 0 0 5px;
    color: #092d35;
    font-size: 22px;
}

.via-about-process-item p {
    margin: 0;
    font-size: 15px;
}


/* =========================================================
   08 TESTIMONIAL + CTA
========================================================= */

.via-about-final {
    background: #fffdf8;
}

.via-about-testimonial {
    max-width: 950px;
    margin: auto;
    padding: 80px 6%;
    text-align: center;
}

.via-about-testimonial .via-about-label {
    justify-content: center;
}

.via-about-quote {
    color: #c2932d;
    font-family: Georgia, serif;
    font-size: 70px;
    line-height: .7;
}

.via-about-testimonial blockquote {
    margin: 25px auto;
    color: #092d35;
    font-family: Georgia, serif;
    font-size: clamp(27px, 3vw, 42px);
    line-height: 1.25;
}

.via-about-quote-line {
    width: 55px;
    height: 1px;
    margin: 20px auto;
    background: #c2932d;
}

.via-about-testimonial p {
    margin: 0;
    color: #82672d;
    font-size: 13px;
    font-weight: 700;
}

.via-about-cta {
    min-height: 390px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    background: #082c34;
}

.via-about-cta-image {
    min-height: 390px;
    overflow: hidden;
}

.via-about-cta-image img {
    transition: transform 1s ease;
}

.via-about-cta:hover .via-about-cta-image img {
    transform: scale(1.05);
}

.via-about-cta-content {
    padding: 55px 8%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.via-about-cta .via-about-label {
    color: #e0b753;
}

.via-about-cta h2 {
    margin: 0 0 28px;
    color: #fffaf0;
    font-size: clamp(38px, 4vw, 58px);
    line-height: 1;
    font-weight: 500;
}

.via-about-cta h2 span {
    color: #d5a63e;
}

.via-about-cta .via-about-button {
    align-self: flex-start;
}


/* =========================================================
   EXISTING VIA REVEAL
========================================================= */

.via-about-page .reveal {
    opacity: 0;
    transform: translateY(35px);
    transition:
        opacity .8s ease,
        transform .8s cubic-bezier(.2,.65,.2,1);
}

.via-about-page .reveal.revealed {
    opacity: 1;
    transform: translateY(0);
}


/* =========================================================
   TOP BUTTON
========================================================= */

.via-about-page ~ .site-footer .back-top,
.site-footer .back-top {
    transition:
        transform .3s ease,
        background .3s ease,
        color .3s ease;
}

.site-footer .back-top:hover {
    transform: translateY(-5px);
}


/* =========================================================
   TABLET
========================================================= */

@media (max-width: 1000px) {

    .via-about-hero {
        grid-template-columns: 1fr;
        padding: 45px 5%;
    }

    .via-about-hero-text {
        max-width: 760px;
    }

    .via-about-hero-image {
        height: 420px;
    }

    .via-about-story,
    .via-about-history-layout,
    .via-about-mission,
    .via-about-experience {
        grid-template-columns: 1fr;
        gap: 40px;
    }

    .via-about-story-image,
    .via-about-mission-image,
    .via-about-history-image,
    .via-about-experience-image {
        height: 380px;
    }

    .via-about-values-grid {
        grid-template-columns: 1fr 1fr;
    }

    .via-about-value {
        border-bottom: 1px solid #cfc5b5;
    }

    .via-about-value:nth-child(2) {
        border-right: 0;
    }

    .via-about-team-grid {
        grid-template-columns: 1fr 1fr;
    }

    .via-about-team-heading {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .via-about-cta {
        grid-template-columns: 1fr;
    }

    .via-about-cta-image {
        height: 300px;
        min-height: 300px;
    }
}


/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 600px) {

    .via-about-hero,
    .via-about-story,
    .via-about-history,
    .via-about-mission,
    .via-about-values,
    .via-about-team,
    .via-about-experience {
        padding: 55px 20px;
    }

    .via-about-hero {
        gap: 30px;
    }

    .via-about-hero h1 {
        font-size: 45px;
        letter-spacing: -1px;
    }

    .via-about-hero-image {
        height: 330px;
        border-radius: 0 35px 0 35px;
    }

    .via-about-story-image,
    .via-about-history-image,
    .via-about-mission-image,
    .via-about-experience-image {
        height: 290px;
    }

    .via-about-story h2,
    .via-about-history h2,
    .via-about-mission h2,
    .via-about-values h2,
    .via-about-team h2,
    .via-about-experience h2 {
        font-size: 39px;
    }

    .via-about-values-grid,
    .via-about-team-grid {
        grid-template-columns: 1fr;
    }

    .via-about-value {
        border-right: 0;
        min-height: auto;
        padding: 22px 5px;
    }

    .via-about-value h3 {
        margin-top: 28px;
    }

    .via-about-team-photo {
        height: 330px;
    }

    .via-about-timeline::before {
        left: 50px;
    }

    .via-about-timeline-item {
        grid-template-columns: 75px 1fr;
        gap: 12px;
    }

    .via-about-timeline-item > span {
        width: 52px;
    }

    .via-about-mission-list {
        grid-template-columns: 1fr;
    }

    .via-about-mission-list div:nth-child(odd) {
        border-right: 0;
    }

    .via-about-hero-actions {
        gap: 18px;
    }

    .via-about-button {
        width: 100%;
    }

    .via-about-cta-content {
        padding: 50px 25px;
    }

    .via-about-testimonial {
        padding: 60px 20px;
    }

    .via-about-testimonial blockquote {
        font-size: 28px;
    }

    .via-about-page p {
        font-size: 16px;
    }

}
/* =========================================================
   VIA ABOUT - ANIMATION + IMAGE VARIATIONS + TOP BUTTON
========================================================= */

/* ---------- SCROLL REVEAL ---------- */

.via-about-page .about-animate {
    opacity: 0;
    transform: translateY(45px);
    transition:
        opacity 0.9s ease,
        transform 0.9s cubic-bezier(.16,1,.3,1);
}

.via-about-page .about-animate.show {
    opacity: 1;
    transform: translateY(0);
}

.via-about-page .about-slide-left {
    opacity: 0;
    transform: translateX(-55px);
    transition:
        opacity 1s ease,
        transform 1s cubic-bezier(.16,1,.3,1);
}

.via-about-page .about-slide-left.show {
    opacity: 1;
    transform: translateX(0);
}

.via-about-page .about-slide-right {
    opacity: 0;
    transform: translateX(55px);
    transition:
        opacity 1s ease,
        transform 1s cubic-bezier(.16,1,.3,1);
}

.via-about-page .about-slide-right.show {
    opacity: 1;
    transform: translateX(0);
}

.via-about-page .about-scale {
    opacity: 0;
    transform: scale(.92);
    transition:
        opacity 1s ease,
        transform 1.1s cubic-bezier(.16,1,.3,1);
}

.via-about-page .about-scale.show {
    opacity: 1;
    transform: scale(1);
}


/* ---------- HERO ANIMATION ---------- */

.via-about-hero-text {
    animation: viaHeroText 1s cubic-bezier(.16,1,.3,1) both;
}

.via-about-hero-image {
    animation: viaHeroImage 1.2s cubic-bezier(.16,1,.3,1) both;
}

@keyframes viaHeroText {
    from {
        opacity: 0;
        transform: translateY(35px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes viaHeroImage {
    from {
        opacity: 0;
        transform: translateX(50px) scale(.96);
    }

    to {
        opacity: 1;
        transform: translateX(0) scale(1);
    }
}


/* =========================================================
   DIFFERENT IMAGE STYLES
========================================================= */

/* HERO - LARGE EDITORIAL CORNERS */

.via-about-hero-image {
    border-radius: 0 70px 0 70px;
}

.via-about-hero-image img {
    transition: transform 1.2s ease;
}

.via-about-hero-image:hover img {
    transform: scale(1.06);
}


/* STORY - SOFT ARCH */

.via-about-story-image {
    position: relative;
    border-radius: 120px 0 35px 35px;
    overflow: hidden;
}

.via-about-story-image::after {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    border: 1px solid rgba(184,137,36,.35);
    border-radius: inherit;
}

.via-about-story-image img {
    transition: transform 1s ease;
}

.via-about-story-image:hover img {
    transform: scale(1.08);
}


/* HISTORY - ANGLED IMAGE */

.via-about-history-image {
    position: relative;
    overflow: hidden;
    border-radius: 25px 90px 25px 90px;
}

.via-about-history-image::before {
    content: "";
    position: absolute;
    inset: 12px;
    border: 1px solid rgba(224,183,83,.45);
    border-radius: 18px 75px 18px 75px;
    z-index: 2;
    pointer-events: none;
}

.via-about-history-image img {
    transition: transform 1.1s ease;
}

.via-about-history-image:hover img {
    transform: scale(1.08);
}


/* MISSION - TALL EDITORIAL */

.via-about-mission-image {
    border-radius: 75px 20px 75px 20px;
    overflow: hidden;
}

.via-about-mission-image img {
    transition:
        transform 1.2s ease,
        filter 1.2s ease;
}

.via-about-mission-image:hover img {
    transform: scale(1.07);
    filter: brightness(.92);
}


/* EXPERIENCE - HORIZONTAL FRAME */

.via-about-experience-image {
    position: relative;
    border-radius: 20px 70px 20px 70px;
    overflow: hidden;
}

.via-about-experience-image::after {
    content: "";
    position: absolute;
    inset: 14px;
    border: 1px solid rgba(184,137,36,.55);
    border-radius: 12px 55px 12px 55px;
    pointer-events: none;
}

.via-about-experience-image img {
    transition: transform 1.1s ease;
}

.via-about-experience-image:hover img {
    transform: scale(1.06);
}


/* CTA IMAGE - CLEAN RECTANGLE WITH CORNER */

.via-about-cta-image {
    overflow: hidden;
    border-radius: 0 70px 0 0;
}

.via-about-cta-image img {
    transition: transform 1.2s ease;
}

.via-about-cta:hover .via-about-cta-image img {
    transform: scale(1.07);
}


/* =========================================================
   TEAM IMAGE STYLE
========================================================= */

.via-about-team-photo {
    position: relative;
    border-radius: 20px 20px 70px 20px;
    overflow: hidden;
}

.via-about-team-card:nth-child(2) .via-about-team-photo {
    border-radius: 70px 20px 20px 20px;
}

.via-about-team-card:nth-child(3) .via-about-team-photo {
    border-radius: 20px 70px 20px 20px;
}

.via-about-team-card:nth-child(4) .via-about-team-photo {
    border-radius: 20px 20px 20px 70px;
}

.via-about-team-photo::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(
        to top,
        rgba(4,28,34,.35),
        transparent 55%
    );
    pointer-events: none;
}

.via-about-team-photo img {
    transition:
        transform .8s ease,
        filter .8s ease;
}

.via-about-team-card:hover .via-about-team-photo img {
    transform: scale(1.08);
    filter: grayscale(0);
}


/* =========================================================
   VALUE HOVER ANIMATION
========================================================= */

.via-about-value {
    position: relative;
    overflow: hidden;
}

.via-about-value::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 3px;
    background: #c99a32;
    transform: scaleX(0);
    transform-origin: left;
    transition: transform .45s ease;
}

.via-about-value:hover::after {
    transform: scaleX(1);
}


/* =========================================================
   TIMELINE ANIMATION
========================================================= */

.via-about-timeline-item {
    opacity: 0;
    transform: translateX(35px);
    transition:
        opacity .7s ease,
        transform .7s cubic-bezier(.16,1,.3,1);
}

.via-about-timeline-item.show {
    opacity: 1;
    transform: translateX(0);
}

.via-about-timeline-item:nth-child(1) {
    transition-delay: .05s;
}

.via-about-timeline-item:nth-child(2) {
    transition-delay: .15s;
}

.via-about-timeline-item:nth-child(3) {
    transition-delay: .25s;
}

.via-about-timeline-item:nth-child(4) {
    transition-delay: .35s;
}


/* =========================================================
   PROCESS ANIMATION
========================================================= */

.via-about-process-item {
    opacity: 0;
    transform: translateY(25px);
    transition:
        opacity .7s ease,
        transform .7s ease;
}

.via-about-process-item.show {
    opacity: 1;
    transform: translateY(0);
}

.via-about-process-item:nth-child(2) {
    transition-delay: .12s;
}

.via-about-process-item:nth-child(3) {
    transition-delay: .24s;
}


/* =========================================================
   FLOATING BACK TO TOP
========================================================= */

.via-about-top-button {
    position: fixed;
    right: 28px;
    bottom: 28px;
    z-index: 9999;

    width: 50px;
    height: 50px;

    display: flex;
    align-items: center;
    justify-content: center;

    border: 1px solid #c99a32;
    border-radius: 50%;

    background: #dfb44f;
    color: #092d35;

    text-decoration: none;
    font-size: 23px;
    font-weight: 800;

    box-shadow: 0 10px 30px rgba(0,0,0,.18);

    opacity: 0;
    visibility: hidden;
    transform: translateY(15px);

    transition:
        opacity .35s ease,
        visibility .35s ease,
        transform .35s ease,
        background .3s ease;
}

.via-about-top-button.visible {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.via-about-top-button:hover {
    background: #f0ca6b;
    transform: translateY(-5px);
}


/* =========================================================
   DARK MODE TOP BUTTON
========================================================= */

body.dark-mode .via-about-top-button,
.dark-mode .via-about-top-button {
    background: #dfb44f;
    color: #06252d;
    border-color: #e6bc58;
}


/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 600px) {

    .via-about-top-button {
        width: 45px;
        height: 45px;
        right: 16px;
        bottom: 18px;
        font-size: 20px;
    }

    .via-about-story-image {
        border-radius: 70px 0 25px 25px;
    }

    .via-about-history-image {
        border-radius: 20px 55px 20px 55px;
    }

    .via-about-mission-image {
        border-radius: 55px 15px 55px 15px;
    }

    .via-about-experience-image {
        border-radius: 15px 50px 15px 50px;
    }

}


/* =========================================================
   REDUCED MOTION
========================================================= */

@media (prefers-reduced-motion: reduce) {

    .via-about-page *,
    .via-about-page *::before,
    .via-about-page *::after {
        animation-duration: .01ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: .01ms !important;
        scroll-behavior: auto !important;
    }

}

/* =========================================================
   VIA HALLS PAGE
   APPEND ONLY - DO NOT REMOVE EXISTING CSS
========================================================= */

body:has(.hall-hero) {
    background: #f5efe4;
    color: #062f38;
}

/* ---------- COMMON ---------- */

body:has(.hall-hero) .hall-hero,
body:has(.hall-hero) .hall-collection,
body:has(.hall-hero) .hall-feature,
body:has(.hall-hero) .intimate-section,
body:has(.hall-hero) .capacity-section,
body:has(.hall-hero) .event-types,
body:has(.hall-hero) .hall-cta {
    box-sizing: border-box;
}

body:has(.hall-hero) .hall-hero *,
body:has(.hall-hero) .hall-collection *,
body:has(.hall-hero) .hall-feature *,
body:has(.hall-hero) .intimate-section *,
body:has(.hall-hero) .capacity-section *,
body:has(.hall-hero) .event-types *,
body:has(.hall-hero) .hall-cta * {
    box-sizing: border-box;
}

body:has(.hall-hero) .eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    color: #9b6810;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 2px;
    line-height: 1.4;
}

body:has(.hall-hero) .eyebrow::before {
    content: "";
    width: 30px;
    height: 1px;
    background: currentColor;
    display: inline-block;
}

body:has(.hall-hero) h1,
body:has(.hall-hero) h2,
body:has(.hall-hero) h3 {
    color: #062f38;
}

body:has(.hall-hero) p {
    color: #35535a;
    line-height: 1.7;
}

/* =========================================================
   01 HERO
========================================================= */

body:has(.hall-hero) .hall-hero {
    min-height: 500px;
    padding: 105px 6% 55px;
    display: grid;
    grid-template-columns: 0.95fr 1.05fr;
    gap: 55px;
    align-items: center;
    background: #f5efe4;
}

body:has(.hall-hero) .hall-hero-content {
    max-width: 600px;
}

body:has(.hall-hero) .hall-hero h1 {
    margin: 18px 0 20px;
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(42px, 5vw, 70px);
    line-height: 0.98;
    font-weight: 500;
    letter-spacing: -2px;
}

body:has(.hall-hero) .hall-hero h1 span {
    display: block;
    color: #c89425;
}

body:has(.hall-hero) .hall-hero-content > p {
    max-width: 510px;
    margin: 0;
    font-size: 16px;
    color: #36545b;
}

body:has(.hall-hero) .hero-facts {
    display: flex;
    margin-top: 30px;
    border-top: 1px solid rgba(6, 47, 56, 0.2);
    border-bottom: 1px solid rgba(6, 47, 56, 0.2);
}

body:has(.hall-hero) .hero-facts > div {
    min-width: 120px;
    padding: 18px 25px 18px 0;
    margin-right: 25px;
    border-right: 1px solid rgba(6, 47, 56, 0.2);
}

body:has(.hall-hero) .hero-facts > div:last-child {
    border-right: 0;
}

body:has(.hall-hero) .hero-facts strong {
    display: block;
    font-family: Georgia, "Times New Roman", serif;
    font-size: 30px;
    color: #062f38;
}

body:has(.hall-hero) .hero-facts span {
    display: block;
    margin-top: 4px;
    font-size: 12px;
    font-weight: 700;
    color: #536c71;
}

body:has(.hall-hero) .hall-hero-image {
    height: 430px;
    overflow: hidden;
    border-radius: 28px 80px 28px 28px;
    box-shadow: 0 18px 45px rgba(6, 47, 56, 0.12);
}

body:has(.hall-hero) .hall-hero-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 1.1s ease;
}

body:has(.hall-hero) .hall-hero-image:hover img {
    transform: scale(1.045);
}

/* =========================================================
   02 HALL COLLECTION
========================================================= */

body:has(.hall-hero) .hall-collection {
    padding: 70px 6%;
    background: #f5efe4;
}

body:has(.hall-hero) .section-heading {
    display: flex;
    justify-content: space-between;
    align-items: end;
    gap: 35px;
    margin-bottom: 35px;
}

body:has(.hall-hero) .section-heading h2 {
    margin: 10px 0 0;
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(34px, 4vw, 52px);
    line-height: 1;
    font-weight: 500;
}

body:has(.hall-hero) .section-heading > p {
    max-width: 400px;
    margin: 0;
    font-size: 15px;
}

body:has(.hall-hero) .hall-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}

body:has(.hall-hero) .hall-card {
    background: #fffaf2;
    border: 1px solid rgba(6, 47, 56, 0.12);
    overflow: hidden;
    border-radius: 18px;
    transition:
        transform 0.4s ease,
        box-shadow 0.4s ease,
        border-color 0.4s ease;
}

body:has(.hall-hero) .hall-card:hover {
    transform: translateY(-7px);
    border-color: rgba(200, 148, 37, 0.6);
    box-shadow: 0 18px 38px rgba(6, 47, 56, 0.13);
}

body:has(.hall-hero) .hall-card-image {
    height: 225px;
    overflow: hidden;
}

body:has(.hall-hero) .hall-card-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.8s ease;
}

body:has(.hall-hero) .hall-card:hover .hall-card-image img {
    transform: scale(1.07);
}

body:has(.hall-hero) .hall-card-content {
    padding: 22px 23px 24px;
}

body:has(.hall-hero) .hall-number {
    color: #b17b16;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 1.5px;
}

body:has(.hall-hero) .hall-card h3 {
    margin: 7px 0 12px;
    font-family: Georgia, "Times New Roman", serif;
    font-size: 27px;
    font-weight: 500;
}

body:has(.hall-hero) .capacity {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 8px;
}

body:has(.hall-hero) .capacity span {
    color: #bd861d;
    font-size: 18px;
}

body:has(.hall-hero) .capacity strong {
    color: #062f38;
    font-size: 14px;
}

body:has(.hall-hero) .hall-card-content p {
    margin: 0 0 17px;
    font-size: 13px;
}

body:has(.hall-hero) .hall-card-content a {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    color: #062f38;
    font-size: 13px;
    font-weight: 800;
    text-decoration: none;
}

body:has(.hall-hero) .hall-card-content a span {
    color: #b77d13;
    transition: transform 0.3s ease;
}

body:has(.hall-hero) .hall-card-content a:hover span {
    transform: translateX(5px);
}

/* =========================================================
   03 + 04 FEATURE SECTIONS
========================================================= */

body:has(.hall-hero) .hall-feature {
    min-height: 440px;
    padding: 65px 6%;
    display: grid;
    grid-template-columns: 1fr 0.85fr;
    gap: 60px;
    align-items: center;
    background: #062f38;
    color: #fffaf2;
}

body:has(.hall-hero) .signature-feature {
    background: #f5efe4;
    color: #062f38;
}

body:has(.hall-hero) .feature-image {
    height: 355px;
    overflow: hidden;
    border-radius: 18px;
}

body:has(.hall-hero) .feature-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.9s ease;
}

body:has(.hall-hero) .feature-image:hover img {
    transform: scale(1.05);
}

body:has(.hall-hero) .feature-content {
    max-width: 560px;
}

body:has(.hall-hero) .feature-content h2 {
    margin: 15px 0;
    color: #fffaf2;
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(34px, 4vw, 50px);
    line-height: 1.05;
    font-weight: 500;
}

body:has(.hall-hero) .signature-feature .feature-content h2 {
    color: #062f38;
}

body:has(.hall-hero) .feature-content > p {
    max-width: 500px;
    margin-bottom: 22px;
    color: #d8e5e3;
    font-size: 15px;
}

body:has(.hall-hero) .signature-feature .feature-content > p {
    color: #456067;
}

body:has(.hall-hero) .feature-meta {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 9px;
    margin: 20px 0 25px;
}

body:has(.hall-hero) .feature-meta strong {
    width: 100%;
    color: #e4bc5c;
    font-size: 18px;
}

body:has(.hall-hero) .signature-feature .feature-meta strong {
    color: #a9710f;
}

body:has(.hall-hero) .feature-meta span {
    padding-right: 12px;
    border-right: 1px solid rgba(255,255,255,0.25);
    color: #dce8e6;
    font-size: 12px;
}

body:has(.hall-hero) .signature-feature .feature-meta span {
    color: #52686d;
    border-color: rgba(6,47,56,0.2);
}

body:has(.hall-hero) .gold-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 48px;
    padding: 0 22px;
    border-radius: 9px;
    background: #e0b54e;
    color: #062f38;
    font-size: 13px;
    font-weight: 800;
    text-decoration: none;
    transition: transform 0.3s ease, background 0.3s ease;
}

body:has(.hall-hero) .gold-btn:hover {
    transform: translateY(-3px);
    background: #edc96f;
}

/* =========================================================
   05 INTIMATE
========================================================= */

body:has(.hall-hero) .intimate-section {
    padding: 70px 6%;
    background: #062f38;
    display: grid;
    grid-template-columns: 0.75fr 1.25fr;
    gap: 55px;
    align-items: center;
}

body:has(.hall-hero) .intimate-intro {
    max-width: 430px;
}

body:has(.hall-hero) .intimate-intro h2 {
    margin: 14px 0;
    color: #fffaf2;
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(34px, 4vw, 48px);
    line-height: 1.05;
    font-weight: 500;
}

body:has(.hall-hero) .intimate-intro h2 span {
    display: block;
    color: #e1b655;
}

body:has(.hall-hero) .intimate-intro p {
    color: #d6e4e1;
    font-size: 15px;
}

body:has(.hall-hero) .small-capacity {
    display: flex;
    align-items: baseline;
    gap: 10px;
    margin-top: 22px;
}

body:has(.hall-hero) .small-capacity strong {
    color: #e4b955;
    font-family: Georgia, "Times New Roman", serif;
    font-size: 45px;
    font-weight: 500;
}

body:has(.hall-hero) .small-capacity span {
    color: #dbe6e4;
    font-size: 13px;
}

body:has(.hall-hero) .small-gallery {
    display: grid;
    grid-template-columns: 1.15fr 0.85fr;
    grid-template-rows: 175px 175px;
    gap: 15px;
}

body:has(.hall-hero) .small-image {
    overflow: hidden;
    border-radius: 15px;
}

body:has(.hall-hero) .small-image:first-child {
    grid-row: span 2;
}

body:has(.hall-hero) .small-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.8s ease;
}

body:has(.hall-hero) .small-image:hover img {
    transform: scale(1.07);
}

/* =========================================================
   06 CAPACITY
========================================================= */

body:has(.hall-hero) .capacity-section {
    padding: 70px 6%;
    background: #f5efe4;
}

body:has(.hall-hero) .capacity-title {
    max-width: 600px;
    margin-bottom: 35px;
}

body:has(.hall-hero) .capacity-title h2 {
    margin: 13px 0 0;
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(34px, 4vw, 50px);
    line-height: 1.05;
    font-weight: 500;
}

body:has(.hall-hero) .capacity-list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    border-top: 1px solid rgba(6,47,56,0.18);
    border-bottom: 1px solid rgba(6,47,56,0.18);
}

body:has(.hall-hero) .capacity-item {
    min-height: 190px;
    padding: 28px;
    border-right: 1px solid rgba(6,47,56,0.18);
}

body:has(.hall-hero) .capacity-item:last-child {
    border-right: 0;
}

body:has(.hall-hero) .capacity-item > strong {
    display: block;
    color: #bd861c;
    font-family: Georgia, "Times New Roman", serif;
    font-size: 44px;
    font-weight: 500;
}

body:has(.hall-hero) .capacity-item > small {
    display: block;
    margin-top: -3px;
    color: #5a6c70;
    font-size: 10px;
    font-weight: 800;
    letter-spacing: 1.5px;
}

body:has(.hall-hero) .capacity-item h3 {
    margin: 18px 0 5px;
    font-family: Georgia, "Times New Roman", serif;
    font-size: 23px;
    font-weight: 500;
}

body:has(.hall-hero) .capacity-item p {
    margin: 0;
    font-size: 13px;
}

/* =========================================================
   07 EVENT TYPES
========================================================= */

body:has(.hall-hero) .event-types {
    padding: 70px 6%;
    background: #062f38;
}

body:has(.hall-hero) .event-types .section-heading {
    margin-bottom: 30px;
}

body:has(.hall-hero) .event-types .section-heading h2 {
    color: #fffaf2;
}

body:has(.hall-hero) .event-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 16px;
}

body:has(.hall-hero) .event-card {
    padding-bottom: 18px;
    border-bottom: 1px solid rgba(255,255,255,0.22);
    transition: transform 0.35s ease;
}

body:has(.hall-hero) .event-card:hover {
    transform: translateY(-6px);
}

body:has(.hall-hero) .event-card > div {
    height: 205px;
    overflow: hidden;
    border-radius: 14px;
    margin-bottom: 16px;
}

body:has(.hall-hero) .event-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.7s ease;
}

body:has(.hall-hero) .event-card:hover img {
    transform: scale(1.06);
}

body:has(.hall-hero) .event-card h3 {
    margin: 0 0 5px;
    color: #fffaf2;
    font-family: Georgia, "Times New Roman", serif;
    font-size: 24px;
    font-weight: 500;
}

body:has(.hall-hero) .event-card p {
    margin: 0 0 4px;
    color: #d6e4e1;
    font-size: 13px;
}

body:has(.hall-hero) .event-card > span {
    color: #e1b655;
    font-size: 11px;
    font-weight: 800;
}

/* =========================================================
   08 CTA
========================================================= */

body:has(.hall-hero) .hall-cta {
    margin: 0;
    padding: 60px 6%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 35px;
    background: #e0b54e;
}

body:has(.hall-hero) .hall-cta .eyebrow {
    color: #345057;
}

body:has(.hall-hero) .hall-cta h2 {
    max-width: 650px;
    margin: 12px 0 8px;
    color: #062f38;
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(32px, 4vw, 48px);
    line-height: 1.05;
    font-weight: 500;
}

body:has(.hall-hero) .hall-cta p {
    margin: 0;
    color: #345057;
    font-size: 14px;
}

body:has(.hall-hero) .hall-cta .gold-btn {
    flex-shrink: 0;
    background: #062f38;
    color: #fffaf2;
}

/* =========================================================
   HALL PAGE ANIMATION
========================================================= */

body:has(.hall-hero) .reveal {
    opacity: 0;
    transform: translateY(28px);
    transition:
        opacity 0.75s ease,
        transform 0.75s ease;
}

body:has(.hall-hero) .reveal.revealed {
    opacity: 1;
    transform: translateY(0);
}

body:has(.hall-hero) .reveal-delay-1 {
    transition-delay: 0.12s;
}

body:has(.hall-hero) .reveal-delay-2 {
    transition-delay: 0.22s;
}

body:has(.hall-hero) .reveal-delay-3 {
    transition-delay: 0.32s;
}

/* =========================================================
   HALLS TOP BUTTON
   Always inside viewport
========================================================= */

body:has(.hall-hero) #backTop {
    position: fixed !important;
    right: 24px !important;
    left: auto !important;
    bottom: 24px !important;
    top: auto !important;

    width: 52px !important;
    height: 52px !important;

    margin: 0 !important;
    padding: 0 !important;

    border-radius: 50% !important;
    background: #e0b54e !important;
    color: #062f38 !important;

    display: flex !important;
    align-items: center;
    justify-content: center;

    z-index: 99999 !important;

    text-decoration: none !important;
    font-size: 22px !important;
    font-weight: 800 !important;

    box-shadow: 0 12px 28px rgba(0,0,0,0.20);

    transform: translate3d(0,0,0) !important;
    transition:
        transform 0.3s ease,
        box-shadow 0.3s ease !important;
}

body:has(.hall-hero) #backTop:hover {
    transform: translate3d(0,-5px,0) !important;
    box-shadow: 0 17px 34px rgba(0,0,0,0.28);
}

/* =========================================================
   RESPONSIVE
========================================================= */

@media (max-width: 1000px) {

    body:has(.hall-hero) .hall-hero {
        grid-template-columns: 1fr;
        gap: 30px;
        padding-top: 100px;
    }

    body:has(.hall-hero) .hall-hero-content {
        max-width: 750px;
    }

    body:has(.hall-hero) .hall-hero-image {
        height: 360px;
        max-width: 750px;
    }

    body:has(.hall-hero) .hall-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    body:has(.hall-hero) .hall-card:last-child {
        grid-column: span 2;
        max-width: 50%;
    }

    body:has(.hall-hero) .hall-feature {
        grid-template-columns: 1fr 1fr;
        gap: 35px;
    }

    body:has(.hall-hero) .intimate-section {
        grid-template-columns: 1fr;
    }

    body:has(.hall-hero) .event-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 700px) {

    body:has(.hall-hero) .hall-hero {
        padding: 95px 20px 40px;
        min-height: auto;
        gap: 25px;
    }

    body:has(.hall-hero) .hall-hero h1 {
        font-size: 42px;
        letter-spacing: -1px;
    }

    body:has(.hall-hero) .hall-hero-content > p {
        font-size: 14px;
    }

    body:has(.hall-hero) .hero-facts {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
    }

    body:has(.hall-hero) .hero-facts > div {
        min-width: 0;
        margin: 0;
        padding: 14px 10px;
        border-right: 1px solid rgba(6,47,56,0.18);
    }

    body:has(.hall-hero) .hero-facts strong {
        font-size: 25px;
    }

    body:has(.hall-hero) .hall-hero-image {
        height: 285px;
        border-radius: 18px 50px 18px 18px;
    }

    body:has(.hall-hero) .hall-collection,
    body:has(.hall-hero) .capacity-section,
    body:has(.hall-hero) .event-types {
        padding: 55px 20px;
    }

    body:has(.hall-hero) .section-heading {
        display: block;
    }

    body:has(.hall-hero) .section-heading > p {
        margin-top: 18px;
    }

    body:has(.hall-hero) .hall-grid {
        grid-template-columns: 1fr;
    }

    body:has(.hall-hero) .hall-card:last-child {
        grid-column: auto;
        max-width: none;
    }

    body:has(.hall-hero) .hall-card-image {
        height: 210px;
    }

    body:has(.hall-hero) .hall-feature {
        min-height: auto;
        padding: 55px 20px;
        display: flex;
        flex-direction: column;
        gap: 28px;
        align-items: stretch;
    }

    body:has(.hall-hero) .signature-feature .feature-content {
        order: 1;
    }

    body:has(.hall-hero) .signature-feature .feature-image {
        order: 2;
    }

    body:has(.hall-hero) .feature-image {
        height: 280px;
    }

    body:has(.hall-hero) .feature-content h2 {
        font-size: 38px;
    }

    body:has(.hall-hero) .intimate-section {
        padding: 55px 20px;
        gap: 30px;
    }

    body:has(.hall-hero) .small-gallery {
        grid-template-columns: 1fr 1fr;
        grid-template-rows: 180px 130px;
    }

    body:has(.hall-hero) .small-image:first-child {
        grid-row: span 2;
    }

    body:has(.hall-hero) .capacity-list {
        grid-template-columns: 1fr;
    }

    body:has(.hall-hero) .capacity-item {
        min-height: auto;
        padding: 23px 18px;
        border-right: 0;
        border-bottom: 1px solid rgba(6,47,56,0.18);
    }

    body:has(.hall-hero) .capacity-item:last-child {
        border-bottom: 0;
    }

    body:has(.hall-hero) .event-grid {
        grid-template-columns: 1fr 1fr;
    }

    body:has(.hall-hero) .event-card > div {
        height: 165px;
    }

    body:has(.hall-hero) .hall-cta {
        padding: 45px 20px;
        display: block;
    }

    body:has(.hall-hero) .hall-cta .gold-btn {
        margin-top: 22px;
    }

    body:has(.hall-hero) #backTop {
        width: 48px !important;
        height: 48px !important;
        right: 16px !important;
        bottom: 16px !important;
        font-size: 20px !important;
    }
}

@media (max-width: 450px) {

    body:has(.hall-hero) .hall-hero h1 {
        font-size: 37px;
    }

    body:has(.hall-hero) .hero-facts strong {
        font-size: 22px;
    }

    body:has(.hall-hero) .hero-facts span {
        font-size: 10px;
    }

    body:has(.hall-hero) .event-grid {
        grid-template-columns: 1fr;
    }

    body:has(.hall-hero) .event-card > div {
        height: 200px;
    }
}

@media (prefers-reduced-motion: reduce) {

    body:has(.hall-hero) .reveal,
    body:has(.hall-hero) .hall-card,
    body:has(.hall-hero) img,
    body:has(.hall-hero) #backTop {
        transition: none !important;
    }
}

/* =========================================================
   VIA CATERING TIE-UPS
   COMPACT EDITORIAL LAYOUT
========================================================= */

.catering-page{
    --ct-teal:#062b35;
    --ct-teal-2:#0b4652;
    --ct-cream:#f7f0e2;
    --ct-paper:#fffaf1;
    --ct-gold:#d7b46a;
    --ct-gold-light:#ead39b;
    --ct-ink:#12343d;
    --ct-muted:#52686b;
    --ct-line:rgba(18,52,61,.16);
    overflow-x:hidden;
}

.catering-page .eyebrow{
    font-family:var(--sans);
}

.ct-hero{
    min-height:620px;
    display:grid;
    grid-template-columns:.9fr 1.1fr;
    gap:55px;
    align-items:center;
    padding:70px 6vw;
    overflow:hidden;
}

.ct-hero-copy{
    max-width:590px;
}

.ct-hero h1{
    font-family:var(--serif);
    font-size:clamp(50px,5.2vw,78px);
    line-height:1;
    letter-spacing:-2px;
    margin:18px 0 25px;
    font-weight:600;
}

.ct-hero h1 em,
.ct-section-heading h2 em,
.ct-network-copy h3 em,
.ct-occasion-copy h2 em,
.ct-experience-copy h2 em,
.ct-process-step h3 em,
.ct-custom-copy h2 em,
.ct-partner-cta h2 em{
    color:var(--gold-light);
    font-style:normal;
}

.ct-hero-copy>p{
    max-width:540px;
    color:rgba(255,253,248,.78);
    font-size:16px;
    line-height:1.8;
}

.ct-hero .btn{
    margin-top:28px;
}

.ct-hero-image{
    position:relative;
    height:500px;
}

.ct-hero-image img{
    width:100%;
    height:100%;
    border-radius:28px;
    object-fit:cover;
    filter:saturate(.88);
}

.ct-image-note{
    position:absolute;
    left:24px;
    bottom:22px;
    display:flex;
    flex-direction:column;
    padding:14px 18px;
    background:rgba(255,250,241,.94);
    color:var(--teal-950);
    border-radius:12px;
    box-shadow:0 15px 35px rgba(0,0,0,.18);
}

.ct-image-note strong{
    font-family:var(--serif);
    font-size:18px;
}

.ct-image-note span{
    font-size:11px;
    margin-top:2px;
}


/* SECTION HEADING */

.ct-section-heading{
    display:grid;
    grid-template-columns:1fr 390px;
    gap:50px;
    align-items:end;
    margin-bottom:45px;
}

.ct-section-heading h2{
    font-family:var(--serif);
    font-size:clamp(38px,4vw,58px);
    line-height:1.02;
    letter-spacing:-1.4px;
    margin-top:15px;
}

.ct-section-heading>p{
    color:var(--muted);
    font-size:14px;
    line-height:1.8;
}


/* NETWORK */

.ct-network{
    padding:85px 6vw;
}

.ct-network-layout{
    display:grid;
    grid-template-columns:1.15fr .85fr;
    gap:45px;
    align-items:center;
}

.ct-network-image{
    height:390px;
    overflow:hidden;
    border-radius:25px;
}

.ct-network-image img{
    height:100%;
    transition:transform .8s cubic-bezier(.2,.75,.25,1);
}

.ct-network-image:hover img{
    transform:scale(1.035);
}

.ct-network-copy{
    padding:10px 10px 10px 15px;
}

.ct-number{
    display:block;
    font-family:var(--serif);
    font-size:42px;
    color:var(--gold);
    line-height:1;
}

.ct-network-copy h3{
    font-family:var(--serif);
    font-size:42px;
    line-height:1.08;
    margin:15px 0 18px;
}

.ct-network-copy h3 em{
    color:#7b5b19;
}

.ct-network-copy>p{
    color:var(--muted);
    font-size:14px;
    line-height:1.8;
    max-width:480px;
}

.ct-mini-lines{
    margin-top:27px;
    border-top:1px solid var(--line);
}

.ct-mini-lines div{
    display:flex;
    align-items:center;
    gap:20px;
    padding:13px 0;
    border-bottom:1px solid var(--line);
}

.ct-mini-lines strong{
    font-family:var(--serif);
    color:#7b5b19;
}

.ct-mini-lines span{
    font-size:13px;
    font-weight:700;
}


/* PARTNERS */

.ct-partners{
    padding:82px 6vw;
}

.ct-heading-light>p{
    color:rgba(255,253,248,.67);
}

.ct-partner-row{
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:18px;
}

.ct-partner{
    border-top:1px solid rgba(255,253,248,.22);
    padding-top:14px;
    transition:transform .45s ease;
}

.ct-partner:hover{
    transform:translateY(-6px);
}

.ct-partner-image{
    height:270px;
    overflow:hidden;
    border-radius:20px;
}

.ct-partner-image img{
    height:100%;
    transition:transform .7s ease;
}

.ct-partner:hover img{
    transform:scale(1.04);
}

.ct-partner-info{
    display:grid;
    grid-template-columns:35px 1fr;
    padding:17px 3px 0;
}

.ct-partner-info>span{
    color:var(--gold-light);
    font-size:11px;
    font-weight:800;
    padding-top:5px;
}

.ct-partner-info h3{
    font-family:var(--serif);
    font-size:25px;
    font-weight:600;
}

.ct-partner-info p{
    grid-column:2;
    color:rgba(255,253,248,.63);
    font-size:12px;
    margin-top:3px;
}


/* OCCASIONS */

.ct-occasions{
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:65px;
    align-items:center;
    padding:85px 6vw;
}

.ct-occasion-image{
    height:480px;
    overflow:hidden;
    border-radius:25px;
}

.ct-occasion-image img{
    height:100%;
}

.ct-occasion-copy{
    max-width:570px;
}

.ct-occasion-copy h2{
    font-family:var(--serif);
    font-size:clamp(40px,4vw,58px);
    line-height:1.02;
    margin:15px 0 20px;
}

.ct-occasion-copy h2 em{
    color:#7b5b19;
}

.ct-occasion-copy>p{
    max-width:500px;
    color:var(--muted);
    line-height:1.8;
    font-size:14px;
}

.ct-occasion-list{
    margin-top:28px;
    border-top:1px solid var(--line);
}

.ct-occasion-list div{
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:20px;
    padding:13px 0;
    border-bottom:1px solid var(--line);
}

.ct-occasion-list span{
    font-family:var(--serif);
    font-size:20px;
}

.ct-occasion-list small{
    color:var(--muted);
    font-size:11px;
}


/* EXPERIENCE */

.ct-experience{
    display:grid;
    grid-template-columns:.85fr 1.15fr;
    gap:55px;
    align-items:center;
    padding:82px 6vw;
}

.ct-experience-copy{
    max-width:560px;
}

.ct-experience-copy h2{
    font-family:var(--serif);
    font-size:clamp(40px,4vw,58px);
    line-height:1.02;
    margin:16px 0 20px;
}

.ct-experience-copy>p{
    color:rgba(255,253,248,.7);
    max-width:500px;
    line-height:1.8;
    font-size:14px;
}

.ct-experience-image{
    height:390px;
    overflow:hidden;
    border-radius:25px;
}

.ct-experience-image img{
    height:100%;
}


/* PROCESS */

.ct-process{
    padding:82px 6vw;
}

.ct-process-line{
    display:grid;
    grid-template-columns:repeat(4,1fr);
    border-top:1px solid var(--line);
}

.ct-process-step{
    padding:28px 22px 10px 0;
    border-right:1px solid var(--line);
    margin-right:22px;
}

.ct-process-step:last-child{
    border-right:0;
    margin-right:0;
}

.ct-process-step>span{
    color:#7b5b19;
    font-family:var(--serif);
    font-size:22px;
}

.ct-process-step h3{
    font-family:var(--serif);
    font-size:26px;
    margin:12px 0 8px;
}

.ct-process-step p{
    color:var(--muted);
    font-size:13px;
    line-height:1.75;
    max-width:240px;
}


/* CUSTOM */

.ct-custom{
    display:grid;
    grid-template-columns:1.1fr .9fr;
    gap:60px;
    align-items:center;
    padding:82px 6vw;
}

.ct-custom-image{
    height:420px;
    overflow:hidden;
    border-radius:25px;
}

.ct-custom-image img{
    height:100%;
}

.ct-custom-copy{
    max-width:520px;
}

.ct-custom-copy h2{
    font-family:var(--serif);
    font-size:clamp(40px,4vw,58px);
    line-height:1.02;
    margin:16px 0 20px;
}

.ct-custom-copy>p{
    color:rgba(255,253,248,.7);
    line-height:1.8;
    font-size:14px;
}

.ct-custom-copy .btn{
    margin-top:25px;
}


/* FINAL CTA */

.ct-partner-cta{
    min-height:390px;
    display:grid;
    grid-template-columns:1fr 240px;
    align-items:center;
    gap:40px;
    padding:75px 6vw;
}

.ct-partner-cta h2{
    font-family:var(--serif);
    font-size:clamp(42px,4vw,62px);
    line-height:1;
    margin:15px 0 18px;
}

.ct-partner-cta h2 em{
    color:#7b5b19;
}

.ct-partner-cta p{
    color:var(--muted);
    max-width:520px;
    font-size:14px;
    line-height:1.8;
}

.ct-partner-cta .btn{
    margin-top:25px;
}

.ct-cta-mark{
    font-family:var(--serif);
    font-size:105px;
    letter-spacing:8px;
    color:rgba(6,43,53,.08);
    text-align:right;
}


/* ANIMATION */

.catering-page .reveal{
    opacity:0;
    transform:translateY(25px);
    transition:
        opacity .7s ease,
        transform .7s cubic-bezier(.2,.75,.25,1);
}

.catering-page .reveal.revealed{
    opacity:1;
    transform:none;
}


/* MOBILE */

@media(max-width:980px){

    .ct-hero{
        grid-template-columns:1fr;
        gap:35px;
        min-height:auto;
        padding:65px 5vw;
    }

    .ct-hero-image{
        height:420px;
    }

    .ct-section-heading{
        grid-template-columns:1fr;
        gap:18px;
    }

    .ct-network-layout{
        grid-template-columns:1fr;
    }

    .ct-network-copy{
        padding-left:0;
    }

    .ct-partner-row{
        grid-template-columns:1fr 1fr;
    }

    .ct-partner:last-child{
        grid-column:1/-1;
        max-width:calc(50% - 9px);
    }

    .ct-occasions{
        grid-template-columns:1fr;
        gap:40px;
    }

    .ct-experience{
        grid-template-columns:1fr;
    }

    .ct-process-line{
        grid-template-columns:1fr 1fr;
    }

    .ct-process-step{
        border-right:0;
        border-bottom:1px solid var(--line);
        margin-right:0;
        padding-right:25px;
        padding-bottom:24px;
    }

    .ct-custom{
        grid-template-columns:1fr;
    }

    .ct-partner-cta{
        grid-template-columns:1fr;
    }

    .ct-cta-mark{
        display:none;
    }
}


@media(max-width:680px){

    .ct-hero{
        padding:55px 20px;
    }

    .ct-hero h1{
        font-size:45px;
    }

    .ct-hero-image{
        height:340px;
    }

    .ct-network,
    .ct-partners,
    .ct-occasions,
    .ct-experience,
    .ct-process,
    .ct-custom,
    .ct-partner-cta{
        padding:65px 20px;
    }

    .ct-section-heading h2,
    .ct-occasion-copy h2,
    .ct-experience-copy h2,
    .ct-custom-copy h2{
        font-size:40px;
    }

    .ct-network-image{
        height:310px;
    }

    .ct-partner-row{
        grid-template-columns:1fr;
    }

    .ct-partner:last-child{
        grid-column:auto;
        max-width:none;
    }

    .ct-partner-image{
        height:250px;
    }

    .ct-occasion-image{
        height:350px;
    }

    .ct-process-line{
        grid-template-columns:1fr;
    }

    .ct-process-step{
        border-bottom:1px solid var(--line);
    }

    .ct-process-step:last-child{
        border-bottom:0;
    }

    .ct-experience-image,
    .ct-custom-image{
        height:330px;
    }

    .ct-image-note{
        left:12px;
        bottom:12px;
    }

}

/* =========================================================
   VIA GALLERY PAGE
========================================================= */

.gallery-page {
  overflow-x: hidden;
}

.gallery-page main {
  width: 100%;
}

.gallery-section,
.gallery-hero {
  width: 100%;
  padding: 26px 0;
}

.gallery-hero {
  padding-top: 18px;
}

.gallery-hero-grid {
  width: min(1440px, calc(100% - 40px));
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1.25fr .7fr .65fr;
  grid-template-rows: 420px 230px;
  gap: 14px;
}

.gallery-photo {
  position: relative;
  overflow: hidden;
  min-height: 0;
  background: var(--teal-900);
}

.gallery-photo img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  transition: transform .7s cubic-bezier(.2,.75,.25,1),
              filter .7s ease;
}

.gallery-photo:hover img {
  transform: scale(1.055);
}

.gallery-photo-caption {
  position: absolute;
  left: 24px;
  bottom: 22px;
  z-index: 2;
  color: var(--white);
  text-shadow: 0 2px 18px rgba(0,0,0,.45);
}

.gallery-photo-caption span,
.gallery-hero-label span,
.gallery-heading span,
.gallery-final-copy span {
  display: block;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .18em;
  text-transform: uppercase;
}

.gallery-photo-caption strong {
  display: block;
  margin-top: 5px;
  font-family: var(--serif);
  font-size: clamp(25px, 3vw, 44px);
  line-height: 1;
}

.gallery-hero .gallery-photo-tall {
  grid-row: 1 / 3;
}

.gallery-hero .gallery-photo-side {
  grid-row: 1 / 3;
}

.gallery-hero-label {
  align-self: end;
  padding: 0 8px 18px;
}

.gallery-hero-label h1 {
  margin: 10px 0 0;
  font-family: var(--serif);
  font-size: clamp(34px, 4vw, 62px);
  line-height: .96;
  color: var(--teal-950);
}

.gallery-heading {
  width: min(1440px, calc(100% - 40px));
  margin: 0 auto 16px;
}

.gallery-heading span {
  color: var(--teal-700);
}

.gallery-heading h2 {
  margin: 5px 0 0;
  font-family: var(--serif);
  font-size: clamp(28px, 3vw, 46px);
  line-height: 1;
  color: var(--teal-950);
}

.compact-heading {
  margin-bottom: 12px;
}

.gallery-featured-grid {
  width: min(1440px, calc(100% - 40px));
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1.5fr .75fr .75fr;
  height: 480px;
  gap: 14px;
}

.featured-large {
  height: 100%;
}

.featured-small {
  height: 100%;
}

.gallery-four-grid {
  width: min(1440px, calc(100% - 40px));
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  height: 360px;
  gap: 12px;
}

.gallery-overlay-title {
  position: absolute;
  left: 18px;
  bottom: 16px;
  z-index: 2;
  color: #fff;
  font-family: var(--serif);
  font-size: 25px;
  text-shadow: 0 2px 15px rgba(0,0,0,.5);
}

.gallery-venue-grid {
  width: min(1440px, calc(100% - 40px));
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1.65fr .75fr;
  gap: 14px;
  height: 560px;
}

.venue-main {
  height: 100%;
}

.venue-side {
  display: grid;
  grid-template-rows: 1fr 1fr;
  gap: 14px;
  min-height: 0;
}

.gallery-details-grid {
  width: min(1440px, calc(100% - 40px));
  margin: 0 auto;
  display: grid;
  grid-template-columns: .8fr 1.45fr .8fr;
  grid-template-rows: 245px 245px;
  gap: 12px;
}

.gallery-details-grid .details-center {
  grid-row: 1 / 3;
}

.gallery-food-grid {
  width: min(1440px, calc(100% - 40px));
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1.5fr .75fr .75fr;
  height: 430px;
  gap: 14px;
}

.food-large {
  height: 100%;
}

.gallery-final {
  position: relative;
  width: min(1440px, calc(100% - 40px));
  margin: 0 auto;
  padding: 26px 0 35px;
}

.gallery-final-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  height: 420px;
  gap: 14px;
}

.gallery-final-copy {
  position: absolute;
  left: 50%;
  bottom: 62px;
  transform: translateX(-50%);
  width: min(500px, 80%);
  padding: 25px 30px;
  text-align: center;
  background: rgba(6,43,53,.88);
  backdrop-filter: blur(8px);
  color: #fff;
}

.gallery-final-copy h2 {
  margin: 7px 0 16px;
  font-family: var(--serif);
  font-size: clamp(31px, 4vw, 55px);
  line-height: .95;
}

.gallery-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 0 22px;
  background: var(--gold);
  color: var(--teal-950);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .12em;
  text-decoration: none;
  transition: var(--transition);
}

.gallery-cta:hover {
  transform: translateY(-3px);
  background: var(--gold-light);
}

.gallery-lightbox {
  position: fixed;
  inset: 0;
  z-index: 5000;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 35px;
  background: rgba(3,20,25,.94);
}

.gallery-lightbox.open {
  display: flex;
}

.gallery-lightbox-content {
  width: min(1000px, 88vw);
  height: min(78vh, 700px);
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.gallery-lightbox-content img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

#galleryLightboxCounter {
  position: absolute;
  left: 50%;
  bottom: -25px;
  transform: translateX(-50%);
  color: #fff;
  font-size: 12px;
  letter-spacing: .1em;
}

.gallery-lightbox-close,
.gallery-lightbox-prev,
.gallery-lightbox-next {
  position: absolute;
  z-index: 2;
  width: 46px;
  height: 46px;
  border: 1px solid rgba(255,255,255,.3);
  background: rgba(255,255,255,.08);
  color: #fff;
  cursor: pointer;
  font-size: 30px;
  line-height: 1;
}

.gallery-lightbox-close {
  top: 25px;
  right: 25px;
}

.gallery-lightbox-prev {
  left: 25px;
  top: 50%;
  transform: translateY(-50%);
}

.gallery-lightbox-next {
  right: 25px;
  top: 50%;
  transform: translateY(-50%);
}

.gallery-lightbox-close:hover,
.gallery-lightbox-prev:hover,
.gallery-lightbox-next:hover {
  background: var(--gold);
  color: var(--teal-950);
}

.gallery-page .will-reveal {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity .7s ease, transform .7s ease;
}

.gallery-page .will-reveal.revealed {
  opacity: 1;
  transform: translateY(0);
}


/* =========================
   GALLERY RESPONSIVE
========================= */

@media (max-width: 980px) {

  .gallery-section,
  .gallery-hero {
    padding: 16px 0;
  }

  .gallery-hero-grid {
    width: calc(100% - 20px);
    grid-template-columns: 1.2fr .8fr;
    grid-template-rows: 320px 170px;
    gap: 10px;
  }

  .gallery-hero .gallery-photo-tall {
    grid-row: 1 / 3;
  }

  .gallery-hero .gallery-photo-side {
    grid-row: 1;
  }

  .gallery-hero-label {
    grid-column: 2;
    grid-row: 2;
    align-self: center;
    padding: 10px;
  }

  .gallery-hero-label h1 {
    font-size: 34px;
  }

  .gallery-heading {
    width: calc(100% - 20px);
  }

  .gallery-featured-grid {
    width: calc(100% - 20px);
    height: 380px;
    gap: 10px;
  }

  .gallery-four-grid {
    width: calc(100% - 20px);
    height: 250px;
    gap: 8px;
  }

  .gallery-venue-grid {
    width: calc(100% - 20px);
    height: 430px;
    gap: 10px;
  }

  .venue-side {
    gap: 10px;
  }

  .gallery-details-grid {
    width: calc(100% - 20px);
    grid-template-rows: 190px 190px;
    gap: 8px;
  }

  .gallery-food-grid {
    width: calc(100% - 20px);
    height: 330px;
    gap: 10px;
  }

  .gallery-final {
    width: calc(100% - 20px);
  }

  .gallery-final-grid {
    height: 320px;
    gap: 10px;
  }

}

@media (max-width: 600px) {

  .gallery-hero-grid {
    width: calc(100% - 12px);
    grid-template-columns: 1.25fr .75fr;
    grid-template-rows: 250px 125px;
    gap: 6px;
  }

  .gallery-photo-caption {
    left: 12px;
    bottom: 12px;
  }

  .gallery-photo-caption strong {
    font-size: 24px;
  }

  .gallery-hero-label {
    padding: 5px;
  }

  .gallery-hero-label h1 {
    font-size: 24px;
  }

  .gallery-heading {
    width: calc(100% - 12px);
    margin-bottom: 8px;
  }

  .gallery-heading h2 {
    font-size: 30px;
  }

  .gallery-featured-grid {
    width: calc(100% - 12px);
    height: 280px;
    grid-template-columns: 1.35fr .65fr;
    gap: 6px;
  }

  .featured-large {
    grid-row: 1 / 3;
  }

  .featured-small {
    min-height: 0;
  }

  .gallery-four-grid {
    width: calc(100% - 12px);
    height: 420px;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr 1fr;
    gap: 6px;
  }

  .gallery-overlay-title {
    left: 10px;
    bottom: 10px;
    font-size: 20px;
  }

  .gallery-venue-grid {
    width: calc(100% - 12px);
    height: 430px;
    grid-template-columns: 1.4fr .6fr;
    gap: 6px;
  }

  .venue-side {
    gap: 6px;
  }

  .gallery-details-grid {
    width: calc(100% - 12px);
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 160px 220px 160px;
    gap: 6px;
  }

  .gallery-details-grid .details-center {
    grid-column: 1 / 3;
    grid-row: 2;
  }

  .gallery-food-grid {
    width: calc(100% - 12px);
    height: 410px;
    grid-template-columns: 1.3fr .7fr;
    grid-template-rows: 1fr 1fr;
    gap: 6px;
  }

  .food-large {
    grid-row: 1 / 3;
  }

  .gallery-final {
    width: calc(100% - 12px);
    padding-bottom: 20px;
  }

  .gallery-final-grid {
    height: 280px;
    gap: 6px;
  }

  .gallery-final-copy {
    width: calc(100% - 35px);
    bottom: 38px;
    padding: 17px 14px;
  }

  .gallery-final-copy h2 {
    font-size: 31px;
  }

  .gallery-lightbox {
    padding: 10px;
  }

  .gallery-lightbox-content {
    width: 94vw;
    height: 70vh;
  }

  .gallery-lightbox-close {
    top: 12px;
    right: 12px;
  }

  .gallery-lightbox-prev {
    left: 10px;
  }

  .gallery-lightbox-next {
    right: 10px;
  }

}

/* =========================================================
   VIA CONTACT PAGE - FINAL
========================================================= */

.contact-page {
  overflow-x: hidden;
}

.contact-container {
  width: min(1240px, calc(100% - 40px));
  margin: 0 auto;
}


/* HERO */

.contact-hero {
  padding: 42px 0 28px;
  background: var(--cream);
}

.contact-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.55fr) minmax(240px, .45fr);
  gap: 50px;
  align-items: end;
}

.eyebrow {
  display: block;
  color: var(--teal-700);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .18em;
  text-transform: uppercase;
}

.contact-hero-copy h1 {
  max-width: 780px;
  margin: 9px 0 12px;
  color: var(--teal-950);
  font-family: var(--serif);
  font-size: clamp(42px, 5.5vw, 72px);
  line-height: .94;
  letter-spacing: -.025em;
}

.contact-hero-copy p {
  max-width: 600px;
  margin: 0;
  color: var(--muted);
  font-size: 15px;
  line-height: 1.65;
}

.contact-hero-side {
  display: grid;
  grid-template-columns: 1fr;
  border-left: 1px solid var(--line);
}

.contact-mini-number {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 13px 18px;
  border-bottom: 1px solid var(--line);
}

.contact-mini-number:last-child {
  border-bottom: 0;
}

.contact-mini-number span {
  color: var(--gold);
  font-size: 11px;
  font-weight: 800;
}

.contact-mini-number strong {
  color: var(--teal-950);
  font-size: 12px;
  letter-spacing: .1em;
}


/* CONTACT DETAILS */

.contact-details {
  background: var(--cream);
  padding: 0 0 28px;
}

.contact-details-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.contact-detail {
  display: flex;
  gap: 13px;
  min-width: 0;
  padding: 18px 17px;
  border-right: 1px solid var(--line);
  color: inherit;
  text-decoration: none;
  transition: var(--transition);
}

.contact-detail:last-child {
  border-right: 0;
}

.contact-detail:hover {
  background: rgba(215,180,106,.09);
}

.detail-icon {
  flex: 0 0 35px;
  display: flex;
  width: 35px;
  height: 35px;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--gold);
  color: var(--teal-950);
  font-size: 13px;
  font-weight: 800;
}

.contact-detail small {
  display: block;
  color: var(--teal-700);
  font-size: 9px;
  font-weight: 800;
  letter-spacing: .14em;
}

.contact-detail strong {
  display: block;
  margin-top: 3px;
  overflow-wrap: anywhere;
  color: var(--teal-950);
  font-size: 13px;
}

.contact-detail p {
  margin: 3px 0 0;
  color: var(--muted);
  font-size: 11px;
  line-height: 1.45;
}


/* COMMON HEADING */

.contact-enquiry,
.contact-location,
.contact-help {
  padding: 42px 0;
}

.section-heading {
  display: grid;
  grid-template-columns: 1fr 1.7fr;
  column-gap: 30px;
  align-items: end;
  margin-bottom: 22px;
}

.section-heading h2 {
  margin: 5px 0 0;
  color: var(--teal-950);
  font-family: var(--serif);
  font-size: clamp(31px, 4vw, 50px);
  line-height: .98;
}

.section-heading p {
  grid-column: 2;
  max-width: 560px;
  margin: 9px 0 0;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.6;
}


/* ENQUIRY */

.enquiry-layout {
  display: grid;
  grid-template-columns: 330px minmax(0, 1fr);
  gap: 18px;
  align-items: stretch;
}

.enquiry-side {
  padding: 25px;
  background: var(--teal-950);
  color: #fffdf8;
}

.side-label {
  display: block;
  color: var(--gold-light);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .16em;
}

.enquiry-side h3 {
  margin: 9px 0;
  color: #fffdf8;
  font-family: var(--serif);
  font-size: 29px;
  line-height: 1.05;
}

.enquiry-side > p {
  margin: 0 0 20px;
  color: rgba(255,255,255,.7);
  font-size: 12px;
  line-height: 1.55;
}

.planning-step {
  display: flex;
  gap: 11px;
  padding: 13px 0;
  border-top: 1px solid rgba(255,255,255,.16);
}

.planning-step > span {
  color: var(--gold-light);
  font-size: 10px;
  font-weight: 800;
}

.planning-step strong {
  display: block;
  color: #fffdf8;
  font-size: 12px;
}

.planning-step small {
  display: block;
  margin-top: 2px;
  color: rgba(255,255,255,.55);
  font-size: 10px;
  line-height: 1.4;
}

.enquiry-direct {
  margin-top: 17px;
  padding-top: 17px;
  border-top: 1px solid rgba(255,255,255,.16);
}

.enquiry-direct small {
  display: block;
  color: var(--gold-light);
  font-size: 9px;
  letter-spacing: .13em;
}

.enquiry-direct a {
  display: inline-block;
  margin-top: 4px;
  color: #fffdf8;
  font-family: var(--serif);
  font-size: 18px;
  text-decoration: none;
}


/* FORM */

.via-enquiry-form {
  padding: 24px;
  border: 1px solid var(--line);
  background: var(--paper);
}

.form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 15px;
  margin-bottom: 13px;
}

.via-enquiry-form label {
  display: block;
  min-width: 0;
}

.via-enquiry-form label > span {
  display: block;
  margin-bottom: 6px;
  color: var(--teal-950);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.via-enquiry-form input,
.via-enquiry-form select,
.via-enquiry-form textarea {
  display: block;
  width: 100%;
  border: 1px solid var(--line);
  border-radius: 0;
  outline: none;
  background: var(--white);
  color: var(--ink);
  font-family: var(--sans);
  font-size: 13px;
  transition: var(--transition);
}

.via-enquiry-form input,
.via-enquiry-form select {
  height: 44px;
  padding: 0 12px;
}

.via-enquiry-form textarea {
  min-height: 100px;
  padding: 12px;
  resize: vertical;
}

.via-enquiry-form input:focus,
.via-enquiry-form select:focus,
.via-enquiry-form textarea:focus {
  border-color: var(--gold);
  box-shadow: 0 0 0 2px rgba(215,180,106,.12);
}

.form-error {
  display: block;
  min-height: 13px;
  margin-top: 3px;
  color: #bd4444;
  font-size: 9px;
}

.form-invalid {
  border-color: #bd4444 !important;
}

.full-field {
  margin-top: 1px;
}

.form-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  margin-top: 13px;
}

.form-bottom p {
  margin: 0;
  color: var(--muted);
  font-size: 10px;
}

.form-bottom button {
  display: inline-flex;
  align-items: center;
  gap: 16px;
  min-height: 44px;
  padding: 0 20px;
  border: 0;
  background: var(--gold);
  color: var(--teal-950);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .12em;
  cursor: pointer;
  transition: var(--transition);
}

.form-bottom button span {
  font-size: 16px;
}

.form-bottom button:hover {
  background: var(--gold-light);
  transform: translateY(-2px);
}


/* LOCATION */

.contact-location {
  background: var(--cream);
}

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

.google-map-wrap {
  min-height: 370px;
  overflow: hidden;
  border: 1px solid var(--line);
  background: #ddd;
}

.google-map-wrap iframe {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 370px;
  border: 0;
}

.location-details {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0;
  border: 1px solid var(--line);
  background: var(--paper);
}

.location-block {
  padding: 18px;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.location-block:nth-child(2n) {
  border-right: 0;
}

.location-block:nth-child(3),
.location-block:nth-child(4) {
  border-bottom: 0;
}

.location-block span {
  display: block;
  color: var(--teal-700);
  font-size: 9px;
  font-weight: 800;
  letter-spacing: .14em;
}

.location-block h3 {
  margin: 5px 0 4px;
  color: var(--teal-950);
  font-family: var(--serif);
  font-size: 20px;
}

.location-block p {
  margin: 5px 0 0;
  color: var(--muted);
  font-size: 11px;
  line-height: 1.6;
}

.location-actions {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: 1fr 1fr;
}

.location-actions a {
  display: flex;
  min-height: 45px;
  align-items: center;
  justify-content: center;
  background: var(--teal-950);
  color: #fffdf8;
  font-size: 9px;
  font-weight: 800;
  letter-spacing: .12em;
  text-decoration: none;
  transition: var(--transition);
}

.location-actions a:first-child {
  background: var(--gold);
  color: var(--teal-950);
}

.location-actions a:hover {
  opacity: .86;
}


/* VISIT INFO */

.visit-info {
  padding: 0 0 42px;
  background: var(--cream);
}

.visit-info-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.visit-info-item {
  display: grid;
  grid-template-columns: 35px 1fr;
  gap: 13px;
  padding: 20px;
  border-right: 1px solid var(--line);
}

.visit-info-item:last-child {
  border-right: 0;
}

.visit-info-item > span {
  color: var(--gold);
  font-size: 11px;
  font-weight: 800;
}

.visit-info-item h3 {
  margin: 0 0 4px;
  color: var(--teal-950);
  font-family: var(--serif);
  font-size: 22px;
}

.visit-info-item p {
  margin: 0;
  color: var(--muted);
  font-size: 11px;
  line-height: 1.5;
}


/* HELP */

.help-grid {
  display: grid;
  grid-template-columns: .75fr 1.25fr;
  gap: 60px;
  align-items: start;
}

.help-intro h2 {
  margin: 8px 0 0;
  color: var(--teal-950);
  font-family: var(--serif);
  font-size: clamp(29px, 3.5vw, 45px);
  line-height: 1;
}

.help-list details {
  border-top: 1px solid var(--line);
}

.help-list details:last-child {
  border-bottom: 1px solid var(--line);
}

.help-list summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 15px 0;
  color: var(--teal-950);
  font-size: 13px;
  font-weight: 700;
  cursor: pointer;
  list-style: none;
}

.help-list summary::-webkit-details-marker {
  display: none;
}

.help-list summary span {
  color: var(--gold);
  font-size: 20px;
  font-weight: 400;
}

.help-list details[open] summary span {
  transform: rotate(45deg);
}

.help-list details p {
  max-width: 650px;
  margin: -3px 0 15px;
  color: var(--muted);
  font-size: 12px;
  line-height: 1.6;
}


/* FINAL CTA */

.contact-final {
  padding: 40px 0;
  background: var(--teal-950);
  text-align: center;
}

.contact-final span {
  color: var(--gold-light);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .18em;
}

.contact-final h2 {
  max-width: 700px;
  margin: 8px auto 18px;
  color: #fffdf8;
  font-family: var(--serif);
  font-size: clamp(31px, 4vw, 50px);
  line-height: 1;
}

.contact-final a {
  display: inline-flex;
  min-height: 43px;
  align-items: center;
  padding: 0 22px;
  background: var(--gold);
  color: var(--teal-950);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .13em;
  text-decoration: none;
}


/* SUCCESS */

.enquiry-success {
  position: fixed;
  inset: 0;
  z-index: 6000;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 20px;
  background: rgba(2,22,28,.84);
}

.enquiry-success.open {
  display: flex;
}

.success-card {
  position: relative;
  width: min(420px, 100%);
  padding: 35px 28px;
  background: var(--paper);
  text-align: center;
  box-shadow: var(--shadow);
}

.success-close {
  position: absolute;
  top: 8px;
  right: 12px;
  border: 0;
  background: transparent;
  color: var(--teal-950);
  font-size: 28px;
  cursor: pointer;
}

.success-icon {
  display: flex;
  width: 48px;
  height: 48px;
  margin: 0 auto 13px;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: var(--gold);
  color: var(--teal-950);
  font-size: 23px;
}

.success-card > span {
  color: var(--teal-700);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .15em;
}

.success-card h2 {
  margin: 7px 0;
  color: var(--teal-950);
  font-family: var(--serif);
  font-size: 32px;
}

.success-card p {
  max-width: 330px;
  margin: 0 auto 20px;
  color: var(--muted);
  font-size: 12px;
  line-height: 1.6;
}

#successDone {
  min-height: 40px;
  padding: 0 23px;
  border: 0;
  background: var(--gold);
  color: var(--teal-950);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .12em;
  cursor: pointer;
}


/* RESPONSIVE */

@media (max-width: 1050px) {

  .contact-details-grid {
    grid-template-columns: 1fr 1fr;
  }

  .contact-detail:nth-child(2) {
    border-right: 0;
  }

  .contact-detail:nth-child(3),
  .contact-detail:nth-child(4) {
    border-top: 1px solid var(--line);
  }

  .contact-hero-grid {
    gap: 30px;
  }

  .enquiry-layout {
    grid-template-columns: 280px minmax(0, 1fr);
  }

  .location-layout {
    grid-template-columns: 1fr;
  }

}


@media (max-width: 800px) {

  .contact-container {
    width: min(100% - 24px, 650px);
  }

  .contact-hero {
    padding: 30px 0 20px;
  }

  .contact-hero-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .contact-hero-side {
    grid-template-columns: repeat(3, 1fr);
    border-left: 0;
    border-top: 1px solid var(--line);
  }

  .contact-mini-number {
    padding: 11px;
    border-bottom: 0;
    border-right: 1px solid var(--line);
  }

  .contact-mini-number:last-child {
    border-right: 0;
  }

  .section-heading {
    grid-template-columns: 1fr;
    gap: 5px;
  }

  .section-heading p {
    grid-column: 1;
  }

  .enquiry-layout {
    grid-template-columns: 1fr;
  }

  .help-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }

}


@media (max-width: 600px) {

  .contact-container {
    width: calc(100% - 16px);
  }

  .contact-hero-copy h1 {
    font-size: 40px;
  }

  .contact-details-grid {
    grid-template-columns: 1fr;
  }

  .contact-detail,
  .contact-detail:nth-child(2),
  .contact-detail:nth-child(3),
  .contact-detail:nth-child(4) {
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .contact-detail:last-child {
    border-bottom: 0;
  }

  .contact-hero-side {
    grid-template-columns: 1fr;
  }

  .contact-mini-number {
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .contact-mini-number:last-child {
    border-bottom: 0;
  }

  .contact-enquiry,
  .contact-location,
  .contact-help {
    padding: 30px 0;
  }

  .enquiry-side,
  .via-enquiry-form {
    padding: 18px;
  }

  .form-row {
    grid-template-columns: 1fr;
    gap: 3px;
    margin-bottom: 7px;
  }

  .form-bottom {
    align-items: stretch;
    flex-direction: column;
  }

  .form-bottom button {
    width: 100%;
    justify-content: center;
  }

  .google-map-wrap,
  .google-map-wrap iframe {
    min-height: 270px;
  }

  .location-details {
    grid-template-columns: 1fr;
  }

  .location-block,
  .location-block:nth-child(2n) {
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .location-block:nth-child(3),
  .location-block:nth-child(4) {
    border-bottom: 1px solid var(--line);
  }

  .location-actions {
    grid-template-columns: 1fr;
  }

  .visit-info-grid {
    grid-template-columns: 1fr;
  }

  .visit-info-item,
  .visit-info-item:last-child {
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .visit-info-item:last-child {
    border-bottom: 0;
  }

  .contact-final {
    padding: 32px 0;
  }

}

@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&family=Playfair+Display:wght@500;600;700&display=swap');

:root {
    --teal-950: #062b35;
    --teal-900: #073944;
    --teal-800: #0b4652;
    --teal-700: #155866;

    --cream: #f7f0e2;
    --cream-2: #efe5d2;
    --paper: #fffaf1;

    --gold: #d7b46a;
    --gold-light: #ead39b;

    --ink: #12343d;
    --muted: #657579;

    --white: #fffdf8;

    --line: rgba(18, 52, 61, 0.16);

    --shadow: 0 25px 70px rgba(6, 43, 53, 0.18);

    --serif: "Playfair Display", Georgia, serif;
    --sans: "DM Sans", Arial, sans-serif;

    --transition: all .35s cubic-bezier(.2,.75,.25,1);
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    min-height: 100vh;
    font-family: var(--sans);
    background: var(--cream);
    color: var(--ink);
    overflow-x: hidden;
}

button,
input {
    font: inherit;
}

button {
    cursor: pointer;
}

a {
    color: inherit;
    text-decoration: none;
}


/* PAGE */
/* =====================================================
   VIA LOGIN PAGE
===================================================== */

.login-page {
    min-height: 100vh;

    display: flex;
    flex-direction: column;
    align-items: center;

    padding:
        125px 20px
        55px;

    background: var(--cream);

    color: var(--ink);

    position: relative;

    overflow-x: hidden;
}


/* ================= TOP BAR ================= */

.login-topbar {
    position: fixed;

    top: 0;
    left: 0;
    right: 0;

    height: 70px;

    display: flex;
    align-items: center;
    justify-content: space-between;

    padding: 0 28px;

    background: rgba(247, 240, 226, .97);

    border-bottom: 1px solid var(--line);

    backdrop-filter: blur(14px);

    z-index: 9999;
}

.login-home {
    display: inline-flex;
    align-items: center;

    gap: 8px;

    color: var(--teal-900);

    font-size: 13px;
    font-weight: 800;

    text-decoration: none;

    transition: .3s ease;
}

.login-home:hover {
    color: var(--gold);

    transform: translateX(-3px);
}

.login-home-arrow {
    font-size: 19px;
}

.login-controls {
    display: flex;

    align-items: center;

    gap: 7px;
}

.login-control {
    width: 42px;
    height: 38px;

    display: inline-flex;
    align-items: center;
    justify-content: center;

    border: 1px solid var(--line);

    border-radius: 8px;

    background: transparent;

    color: var(--teal-900);

    font-size: 10px;
    font-weight: 800;

    cursor: pointer;

    transition: .3s ease;
}

.login-control:hover {
    background: var(--teal-900);

    color: var(--cream);

    border-color: var(--teal-900);
}


/* ================= INTRO ================= */

.login-intro {
    text-align: center;

    margin-bottom: 24px;

    animation: loginFade .6s ease both;
}

.login-small-title {
    display: block;

    margin-bottom: 8px;

    color: var(--gold);

    font-size: 10px;
    font-weight: 800;

    letter-spacing: .22em;
}

.login-intro h1 {
    margin: 0 0 6px;

    color: var(--teal-900);

    font-family: var(--serif);

    font-size: clamp(31px, 4vw, 43px);

    line-height: 1.1;
}

.login-intro p {
    margin: 0;

    color: var(--muted);

    font-size: 13px;
}


/* ================= LOGIN CARD ================= */

.login-card {
    width: min(100%, 430px);

    padding: 31px 34px 27px;

    background: var(--white);

    border: 1px solid var(--line);

    border-top: 4px solid var(--gold);

    box-shadow: 0 18px 45px rgba(6, 43, 53, .13);

    animation: loginCard .7s ease both;
}


/* ================= LOGO ================= */

.login-logo {
    display: flex;

    align-items: center;

    justify-content: center;

    gap: 11px;

    margin-bottom: 24px;
}

.login-logo-mark {
    width: 39px;
    height: 39px;

    display: grid;
    place-items: center;

    background: var(--teal-900);

    color: var(--gold-light);

    font-family: var(--serif);

    font-size: 21px;
    font-weight: 700;
}

.login-logo-text {
    text-align: left;
}

.login-logo-text strong {
    display: block;

    color: var(--teal-900);

    font-family: var(--serif);

    font-size: 23px;

    line-height: 1;
    letter-spacing: .12em;
}

.login-logo-text small {
    display: block;

    margin-top: 3px;

    color: var(--muted);

    font-size: 7px;
    font-weight: 800;

    letter-spacing: .16em;
}


/* ================= HEADING ================= */

.login-heading {
    text-align: center;

    margin-bottom: 22px;
}

.login-heading > span {
    display: block;

    margin-bottom: 6px;

    color: var(--gold);

    font-size: 9px;
    font-weight: 800;

    letter-spacing: .2em;
}

.login-heading h2 {
    margin: 0 0 5px;

    color: var(--teal-900);

    font-family: var(--serif);

    font-size: 30px;

    line-height: 1.1;
}

.login-heading p {
    margin: 0;

    color: var(--muted);

    font-size: 12px;
}


/* ================= FORM ================= */

.login-field {
    margin-bottom: 15px;
}

.login-field label {
    display: block;

    margin-bottom: 6px;

    color: var(--teal-900);

    font-size: 12px;
    font-weight: 800;
}

.login-field input {
    width: 100%;
    height: 47px;

    box-sizing: border-box;

    padding: 0 13px;

    background: var(--white);

    color: var(--ink);

    border: 1px solid var(--line);

    border-radius: 7px;

    outline: none;

    font-family: var(--sans);

    font-size: 13px;

    transition: .3s ease;
}

.login-field input::placeholder {
    color: var(--muted);
}

.login-field input:focus {
    border-color: var(--gold);

    box-shadow:
        0 0 0 3px rgba(215,180,106,.12);
}


/* ================= PASSWORD ================= */

.password-box {
    position: relative;
}

.password-box input {
    padding-right: 58px;
}

.password-toggle {
    position: absolute;

    top: 50%;
    right: 10px;

    transform: translateY(-50%);

    border: 0;

    background: transparent;

    color: var(--teal-800);

    font-size: 9px;
    font-weight: 800;

    letter-spacing: .08em;

    cursor: pointer;
}


/* ================= ERRORS ================= */

.login-error {
    display: block;

    min-height: 13px;

    margin-top: 4px;

    color: #b44d43;

    font-size: 10px;
}


/* ================= OPTIONS ================= */

.login-options {
    display: flex;

    align-items: center;

    justify-content: space-between;

    margin: 3px 0 19px;

    font-size: 11px;
}

.remember-box {
    display: flex;

    align-items: center;

    gap: 6px;

    color: var(--muted);

    cursor: pointer;
}

.remember-box input {
    width: auto !important;
    height: auto !important;

    accent-color: var(--teal-900);
}

.login-options a {
    color: var(--teal-800);

    font-weight: 800;

    text-decoration: none;
}

.login-options a:hover {
    color: var(--gold);
}


/* ================= LOGIN BUTTON ================= */

.login-submit {
    width: 100%;
    height: 49px;

    display: flex;

    align-items: center;
    justify-content: center;

    gap: 12px;

    border: 0;

    border-radius: 7px;

    background: var(--teal-900);

    color: var(--cream);

    font-size: 10px;
    font-weight: 800;

    letter-spacing: .18em;

    cursor: pointer;

    transition: .3s ease;
}

.login-submit:hover {
    background: var(--teal-700);

    transform: translateY(-2px);

    box-shadow:
        0 10px 24px rgba(6,43,53,.18);
}


/* ================= REGISTER ================= */

.register-text {
    display: flex;

    justify-content: center;

    align-items: center;

    gap: 5px;

    margin-top: 19px;

    color: var(--muted);

    font-size: 11px;
}

.register-text a {
    color: var(--teal-900);

    font-weight: 800;

    text-decoration: none;
}

.register-text a:hover {
    color: var(--gold);
}


/* ================= SECURITY ================= */

.login-note {
    display: flex;

    align-items: center;
    justify-content: center;

    gap: 6px;

    margin-top: 19px;

    padding-top: 15px;

    border-top: 1px solid var(--line);
}

.login-note span {
    color: var(--gold);

    font-size: 11px;
}

.login-note p {
    margin: 0;

    color: var(--muted);

    font-size: 9px;
}


/* ================= MESSAGE ================= */

.login-message {
    position: fixed;

    top: 88px;
    right: 20px;

    width: min(350px, calc(100vw - 40px));

    display: flex;

    align-items: center;

    gap: 11px;

    padding: 13px 14px;

    background: var(--teal-900);

    color: #fffdf8;

    border: 1px solid rgba(215,180,106,.45);

    box-shadow: 0 18px 40px rgba(0,0,0,.2);

    border-radius: 9px;

    z-index: 10000;

    opacity: 0;

    visibility: hidden;

    transform: translateY(-12px);

    transition: .35s ease;
}

.login-message.show {
    opacity: 1;

    visibility: visible;

    transform: translateY(0);
}

.message-icon {
    width: 29px;
    height: 29px;

    display: grid;
    place-items: center;

    flex: 0 0 29px;

    background: var(--gold);

    color: var(--teal-950);

    border-radius: 50%;

    font-weight: 900;
}

.login-message strong {
    display: block;

    margin-bottom: 2px;

    font-size: 11px;
}

.login-message p {
    margin: 0;

    color: rgba(255,253,248,.78);

    font-size: 9px;
}

.login-message > button {
    margin-left: auto;

    border: 0;

    background: transparent;

    color: #fffdf8;

    font-size: 19px;

    cursor: pointer;
}


/* ================= ANIMATION ================= */

@keyframes loginFade {

    from {
        opacity: 0;
        transform: translateY(12px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }

}

@keyframes loginCard {

    from {
        opacity: 0;
        transform: translateY(22px) scale(.98);
    }

    to {
        opacity: 1;
        transform: translateY(0) scale(1);
    }

}


/* ================= MOBILE ================= */

@media (max-width: 600px) {

    .login-topbar {
        height: 62px;

        padding: 0 14px;
    }

    .login-page {
        padding:
            104px 14px
            40px;
    }

    .login-home {
        font-size: 11px;
    }

    .login-home-arrow {
        font-size: 17px;
    }

    .login-controls {
        gap: 5px;
    }

    .login-control {
        width: 38px;
        height: 34px;
    }

    .login-intro {
        margin-bottom: 18px;
    }

    .login-intro h1 {
        font-size: 31px;
    }

    .login-intro p {
        font-size: 11px;
    }

    .login-card {
        padding: 26px 21px 23px;
    }

    .login-logo {
        margin-bottom: 20px;
    }

    .login-heading {
        margin-bottom: 19px;
    }

    .login-heading h2 {
        font-size: 27px;
    }

    .login-message {
        top: 76px;
        right: 14px;
        width: calc(100vw - 28px);
    }

}


/* ================= RTL LOGIN OVERRIDES ================= */

html.rtl .login-page {
    direction: rtl;
}

html.rtl .login-topbar {
    direction: rtl;
}

html.rtl .login-home {
    flex-direction: row-reverse;
}

html.rtl .login-home-arrow {
    transform: rotate(180deg);
}

html.rtl .login-controls {
    direction: ltr;
}

html.rtl .login-card {
    direction: rtl;
}

html.rtl .login-logo {
    flex-direction: row-reverse;
}

html.rtl .login-logo-text {
    text-align: right;
}

html.rtl .login-field {
    text-align: right;
}

html.rtl .login-field input {
    direction: rtl;
    text-align: right;
}

html.rtl .password-box input {
    padding-right: 13px;
    padding-left: 58px;
}

html.rtl .password-toggle {
    right: auto;
    left: 10px;
}

html.rtl .login-options {
    flex-direction: row-reverse;
}

html.rtl .remember-box {
    flex-direction: row-reverse;
}

html.rtl .login-submit {
    flex-direction: row-reverse;
}

html.rtl .login-message {
    right: auto;
    left: 20px;
    direction: rtl;
}

html.rtl .login-message > button {
    margin-left: 0;
    margin-right: auto;
}

@media (max-width: 600px) {

    html.rtl .login-message {
        right: auto;
        left: 14px;
    }

}
/* =========================================================
   VIA PACKAGES — FINAL COMPACT DESIGN
   Uses the existing VIA colour system only.
========================================================= */
.packages-page-main{background:var(--cream);color:var(--ink)}
.pkg-hero{min-height:620px;padding:70px max(5vw,42px);display:grid;grid-template-columns:minmax(0,.88fr) minmax(420px,1.12fr);gap:52px;align-items:center;background:var(--teal-950);color:var(--white);overflow:hidden}
.pkg-hero-copy{max-width:650px}.pkg-kicker,.pkg-heading>span,.pkg-feature-copy>span,.pkg-anniversary-copy>span,.pkg-corporate>div>span,.pkg-final>span{font-size:11px;letter-spacing:2.4px;font-weight:800;color:var(--gold-light)}
.pkg-hero h1{font-family:var(--serif);font-size:clamp(48px,5.8vw,78px);line-height:1;letter-spacing:-2.5px;margin:18px 0 22px}.pkg-hero h1 em{color:var(--gold-light);font-style:normal}.pkg-hero p{max-width:590px;color:rgba(255,253,248,.78);font-size:16px;line-height:1.8}.pkg-hero-actions{display:flex;align-items:center;gap:20px;flex-wrap:wrap;margin-top:30px}
.pkg-hero-visual{position:relative;height:500px}.pkg-hero-visual img{height:100%;border-radius:28px;object-fit:cover;box-shadow:0 24px 70px rgba(0,0,0,.3)}.pkg-hero-note{position:absolute;left:-22px;bottom:28px;background:var(--gold);color:var(--teal-950);padding:16px 20px;border-radius:14px;display:flex;gap:12px;align-items:center;box-shadow:0 14px 35px rgba(0,0,0,.2)}.pkg-hero-note strong{font-family:var(--serif);font-size:28px}.pkg-hero-note span{font-size:11px;font-weight:800;letter-spacing:1px;text-transform:uppercase}
.pkg-types{padding:82px max(5vw,42px)}.pkg-heading{max-width:760px;margin-bottom:32px}.pkg-heading h2{font-family:var(--serif);font-size:clamp(32px,4vw,52px);line-height:1.05;margin-top:12px;letter-spacing:-1.2px}.pkg-type-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:12px}.pkg-type-card{min-height:178px;padding:24px;display:grid;grid-template-columns:auto 1fr auto;gap:18px;align-items:end;border:1px solid var(--line);background:var(--paper);color:var(--ink);border-radius:20px;transition:var(--transition);position:relative;overflow:hidden}.pkg-type-card:before{content:"";position:absolute;inset:0 auto 0 0;width:3px;background:var(--gold);transform:scaleY(0);transform-origin:bottom;transition:var(--transition)}.pkg-type-card:hover{transform:translateY(-5px);box-shadow:var(--shadow);border-color:rgba(215,180,106,.6)}.pkg-type-card:hover:before{transform:scaleY(1)}.pkg-type-card>span{font-family:var(--serif);font-size:24px;color:var(--gold)}.pkg-type-card small{font-size:10px;letter-spacing:1.8px;font-weight:800;color:var(--muted)}.pkg-type-card h3{font-family:var(--serif);font-size:27px;margin:5px 0}.pkg-type-card p{font-size:13px;color:var(--muted);line-height:1.55}.pkg-type-card>b{font-size:20px;color:var(--gold);align-self:start}
.pkg-feature{padding:76px max(5vw,42px);display:grid;grid-template-columns:minmax(0,1.08fr) minmax(0,.92fr);gap:54px;align-items:center}.pkg-feature-light{background:var(--cream)}.pkg-feature-image{height:470px;overflow:hidden;border-radius:24px}.pkg-feature-image img{height:100%;transition:transform .7s ease}.pkg-feature:hover .pkg-feature-image img{transform:scale(1.035)}.pkg-feature-copy h2,.pkg-anniversary-copy h2,.pkg-corporate h2,.pkg-final h2{font-family:var(--serif);font-size:clamp(34px,4vw,56px);line-height:1.04;letter-spacing:-1.2px;margin:13px 0 18px}.pkg-feature-copy p,.pkg-anniversary-copy p,.pkg-corporate p,.pkg-final p{max-width:600px;color:var(--muted);font-size:15px;line-height:1.75}.pkg-points{display:grid;grid-template-columns:repeat(2,1fr);gap:10px;margin:28px 0}.pkg-points span{padding:12px 14px;border-top:1px solid var(--line);font-size:13px;font-weight:700}.pkg-points span:before{content:"✦";color:var(--gold);margin-right:8px}
.pkg-split-pair{display:grid;grid-template-columns:1fr 1fr;gap:22px;padding:26px max(5vw,42px)}.pkg-mini-feature{display:grid;grid-template-columns:190px 1fr;min-height:230px;background:var(--teal-900);border:1px solid rgba(234,211,155,.16);border-radius:22px;overflow:hidden}.pkg-mini-feature img{height:100%;min-height:230px}.pkg-mini-feature div{padding:26px}.pkg-mini-feature span{font-size:10px;letter-spacing:1.8px;color:var(--gold-light);font-weight:800}.pkg-mini-feature h3{font-family:var(--serif);font-size:29px;line-height:1.08;margin:10px 0 12px}.pkg-mini-feature p{color:rgba(255,253,248,.72);font-size:13px;line-height:1.7}
.pkg-feature-reverse{grid-template-columns:.92fr 1.08fr}.pkg-number-lines{margin:25px 0 28px}.pkg-number-lines div{display:flex;gap:18px;padding:10px 0;border-bottom:1px solid var(--line);font-size:13px;font-weight:700}.pkg-number-lines b{color:var(--gold);font-family:var(--serif);font-size:19px}
.pkg-anniversary{padding:70px max(5vw,42px);display:grid;grid-template-columns:.95fr 1.05fr;gap:55px;align-items:center;background:var(--cream-2)}.pkg-anniversary-image{height:420px;border-radius:26px;overflow:hidden}.pkg-anniversary-image img{height:100%}.pkg-steps{display:grid;grid-template-columns:1fr 1fr;margin-top:26px;border-top:1px solid var(--line)}.pkg-steps span{padding:14px 0;border-bottom:1px solid var(--line);font-size:13px;font-weight:700}.pkg-steps b{font-family:var(--serif);font-size:20px;color:var(--gold);margin-right:10px}
.pkg-corporate{padding:76px max(5vw,42px);display:grid;grid-template-columns:.8fr 1fr .55fr;gap:38px;align-items:center}.pkg-corporate img{height:340px;border-radius:24px}.pkg-corp-list{display:flex;flex-direction:column}.pkg-corp-list span{padding:15px 0;border-bottom:1px solid var(--line);font-size:13px;font-weight:700}.pkg-corp-list span:before{content:"0" counter(pkg);counter-increment:pkg;color:var(--gold);font-family:var(--serif);font-size:18px;margin-right:12px}.pkg-corp-list{counter-reset:pkg}
.pkg-addons{padding:70px max(5vw,42px)}.pkg-addons .pkg-heading{margin-bottom:25px}.pkg-addon-row{display:grid;grid-template-columns:repeat(5,1fr);gap:1px;background:rgba(234,211,155,.16);border:1px solid rgba(234,211,155,.16)}.pkg-addon-row>div{background:var(--teal-900);padding:24px;min-height:155px}.pkg-addon-row b{display:block;color:var(--gold);font-family:var(--serif);font-size:20px;margin-bottom:20px}.pkg-addon-row strong{display:block;font-family:var(--serif);font-size:21px}.pkg-addon-row p{font-size:12px;color:rgba(255,253,248,.68);margin-top:7px}
.pkg-included{padding:76px max(5vw,42px)}.pkg-included-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:12px}.pkg-included-grid>div{padding:24px;border-top:2px solid var(--gold);background:var(--paper);min-height:145px}.pkg-included-grid b{font-family:var(--serif);color:var(--gold);font-size:20px}.pkg-included-grid strong{display:block;font-family:var(--serif);font-size:22px;margin:8px 0 5px}.pkg-included-grid p{font-size:12px;color:var(--muted);line-height:1.55}
.pkg-final{padding:80px max(5vw,42px);text-align:center}.pkg-final h2{max-width:760px;margin:14px auto}.pkg-final p{margin:0 auto 28px;color:rgba(255,253,248,.72)}
@media(max-width:980px){.pkg-hero{min-height:auto;padding:48px 20px;grid-template-columns:1fr;gap:30px}.pkg-hero-visual{height:360px}.pkg-hero-note{left:14px;bottom:14px}.pkg-types,.pkg-feature,.pkg-anniversary,.pkg-corporate,.pkg-included,.pkg-addons,.pkg-final{padding:52px 20px}.pkg-type-grid{grid-template-columns:1fr 1fr}.pkg-feature,.pkg-feature-reverse,.pkg-anniversary,.pkg-corporate{grid-template-columns:1fr;gap:28px}.pkg-feature-image,.pkg-anniversary-image{height:320px}.pkg-split-pair{grid-template-columns:1fr;padding:18px 20px}.pkg-addon-row{grid-template-columns:1fr 1fr}.pkg-included-grid{grid-template-columns:1fr 1fr}.pkg-corporate img{height:280px}}
@media(max-width:620px){.pkg-hero h1{font-size:45px}.pkg-hero-visual{height:300px}.pkg-type-grid,.pkg-included-grid,.pkg-addon-row{grid-template-columns:1fr}.pkg-type-card{min-height:145px}.pkg-mini-feature{grid-template-columns:1fr}.pkg-mini-feature img{height:210px}.pkg-feature-image,.pkg-anniversary-image{height:270px}.pkg-points,.pkg-steps{grid-template-columns:1fr}.pkg-final h2{font-size:36px}}


/* --- merged dashboard.css --- */
/* VIA DASHBOARDS */
.dashboard-body{--dash-bg:var(--cream);--dash-panel:var(--paper);--dash-text:var(--ink);--dash-muted:var(--muted);--dash-border:var(--line);min-height:100vh;background:var(--dash-bg);color:var(--dash-text);font-family:var(--sans)}
.dashboard-shell{min-height:100vh;display:grid;grid-template-columns:270px minmax(0,1fr)}
.dash-sidebar{position:fixed;inset:0 auto 0 0;width:270px;background:var(--teal-950);color:var(--white);padding:24px 16px;display:flex;flex-direction:column;z-index:1200;overflow-y:auto}.dash-brand{display:flex;align-items:center;gap:12px;padding:8px 10px 25px;border-bottom:1px solid rgba(234,211,155,.18);margin-bottom:18px}.dash-brand-mark{width:42px;height:42px;border:1px solid var(--gold);display:grid;place-items:center;transform:rotate(45deg);font-family:var(--serif);font-size:20px;color:var(--gold)}.dash-brand-mark span{transform:rotate(-45deg)}.dash-brand strong{display:block;letter-spacing:5px;font-size:20px}.dash-brand small{display:block;color:var(--gold-light);font-size:7px;letter-spacing:1.8px;font-weight:800;margin-top:4px}.dash-role{padding:0 10px 15px;font-size:10px;letter-spacing:1.8px;color:var(--gold-light);font-weight:800}.dash-nav{display:grid;gap:5px}.dash-nav button,.dash-logout{width:100%;border:0;background:transparent;color:rgba(255,253,248,.82);padding:12px 12px;border-radius:10px;text-align:left;font-size:12px;font-weight:800;cursor:pointer;transition:var(--transition)}.dash-nav button:hover,.dash-nav button.active{background:var(--gold);color:var(--teal-950)}.dash-logout{margin-top:auto;background:rgba(255,255,255,.06);color:var(--white)}.dash-logout:hover{background:var(--gold);color:var(--teal-950)}
.dash-main{grid-column:2;min-width:0;padding:22px 28px 45px}.dash-topbar{min-height:58px;display:flex;align-items:center;justify-content:space-between;gap:14px;margin-bottom:22px}.dash-topbar-left{display:flex;align-items:center;gap:10px}.dash-menu{display:none}.dash-page-label{font-size:11px;letter-spacing:2px;color:var(--gold);font-weight:900}.dash-actions{display:flex;gap:8px}.dash-action{height:38px;min-width:42px;padding:0 11px;border:1px solid var(--dash-border);background:var(--dash-panel);color:var(--dash-text);border-radius:9px;font-size:11px;font-weight:900;cursor:pointer}.dash-action:hover{background:var(--gold);border-color:var(--gold);color:var(--teal-950)}
.dash-section{display:none;animation:dashIn .35s ease}.dash-section.active{display:block}@keyframes dashIn{from{opacity:0;transform:translateY(8px)}to{opacity:1;transform:none}}.dash-heading{display:flex;justify-content:space-between;align-items:end;gap:20px;margin-bottom:22px}.dash-heading h1{font-family:var(--serif);font-size:clamp(32px,4vw,50px);line-height:1.02;margin-top:6px}.dash-heading p{max-width:650px;color:var(--dash-muted);font-size:13px}.dash-eyebrow{font-size:10px;letter-spacing:2px;color:var(--gold);font-weight:900}.dash-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:12px}.dash-stat{background:var(--dash-panel);border:1px solid var(--dash-border);border-radius:16px;padding:20px}.dash-stat span{font-size:10px;letter-spacing:1.2px;color:var(--dash-muted);font-weight:800}.dash-stat strong{display:block;font-family:var(--serif);font-size:32px;margin:6px 0}.dash-stat small{font-size:11px;color:var(--dash-muted)}.dash-layout{display:grid;grid-template-columns:1.35fr .85fr;gap:14px;margin-top:14px}.dash-panel{background:var(--dash-panel);border:1px solid var(--dash-border);border-radius:16px;padding:22px}.dash-panel h3{font-family:var(--serif);font-size:25px;margin-bottom:14px}.dash-panel>p{font-size:12px;color:var(--dash-muted);line-height:1.7}.dash-event{display:grid;grid-template-columns:120px 1fr auto;gap:18px;align-items:center}.dash-date{background:var(--teal-950);color:var(--white);border-radius:13px;padding:15px;text-align:center}.dash-date strong{display:block;font-family:var(--serif);font-size:28px;color:var(--gold)}.dash-date small{font-size:9px;letter-spacing:1.4px}.dash-event h3{margin:0 0 5px}.dash-event p{font-size:12px;color:var(--dash-muted)}.dash-status{padding:8px 11px;border-radius:999px;background:rgba(215,180,106,.2);color:var(--ink);font-size:10px;font-weight:900}.dash-list{display:grid;gap:0}.dash-list-row{display:grid;grid-template-columns:1fr auto;gap:15px;padding:14px 0;border-bottom:1px solid var(--dash-border);font-size:12px}.dash-list-row:last-child{border-bottom:0}.dash-list-row strong{font-size:12px}.dash-list-row span{color:var(--dash-muted)}
.dash-form{display:grid;grid-template-columns:repeat(2,1fr);gap:14px}.dash-field{display:grid;gap:6px}.dash-field.full{grid-column:1/-1}.dash-field label{font-size:11px;font-weight:900}.dash-field input,.dash-field select,.dash-field textarea{width:100%;border:1px solid var(--dash-border);background:transparent;color:var(--dash-text);border-radius:10px;padding:11px 12px;font:inherit;font-size:12px;outline:none}.dash-field textarea{min-height:110px;resize:vertical}.dash-field input:focus,.dash-field select:focus,.dash-field textarea:focus{border-color:var(--gold);box-shadow:0 0 0 3px rgba(215,180,106,.13)}.dash-submit{border:0;border-radius:10px;background:var(--gold);color:var(--teal-950);font-weight:900;padding:12px 17px;cursor:pointer}.dash-submit:hover{background:var(--gold-light)}
.dash-table{width:100%;border-collapse:collapse;font-size:12px}.dash-table th,.dash-table td{text-align:left;padding:13px 10px;border-bottom:1px solid var(--dash-border)}.dash-table th{font-size:10px;letter-spacing:1px;color:var(--dash-muted)}.dash-table td strong{font-weight:900}.dash-pill{display:inline-flex;padding:5px 9px;border-radius:999px;background:rgba(215,180,106,.18);font-size:9px;font-weight:900}.dash-progress{height:8px;border-radius:99px;background:rgba(18,52,61,.1);overflow:hidden}.dash-progress i{display:block;height:100%;background:var(--gold);border-radius:inherit}.dash-bars{display:flex;align-items:end;gap:10px;height:190px;padding-top:20px}.dash-bars i{flex:1;background:var(--teal-700);border-radius:8px 8px 2px 2px;min-height:15px}.dash-bars i:nth-child(even){background:var(--gold)}.dash-empty{padding:30px 10px;text-align:center;color:var(--dash-muted);font-size:12px}.dash-note{padding:13px 15px;border-left:3px solid var(--gold);background:rgba(215,180,106,.1);font-size:12px;color:var(--dash-muted);margin-top:15px}.dash-toast{position:fixed;right:24px;bottom:24px;background:var(--teal-950);color:var(--white);padding:13px 16px;border-radius:10px;z-index:3000;opacity:0;transform:translateY(10px);pointer-events:none;transition:.25s}.dash-toast.show{opacity:1;transform:none}.dashboard-back-top{position:fixed;right:24px;bottom:24px;width:44px;height:44px;border:1px solid var(--gold);border-radius:50%;background:var(--gold);color:var(--teal-950);font-weight:900;cursor:pointer;z-index:1000;display:none}.dashboard-back-top.show{display:block}.dashboard-body.rtl .dashboard-back-top{right:auto;left:24px}
@media(max-width:1050px){.dashboard-shell{grid-template-columns:1fr}.dash-sidebar{transform:translateX(-105%);transition:.3s ease;box-shadow:20px 0 50px rgba(0,0,0,.2)}.dashboard-body.rtl .dash-sidebar{transform:translateX(105%);box-shadow:-20px 0 50px rgba(0,0,0,.2)}.dashboard-body.sidebar-open .dash-sidebar{transform:translateX(0)}.dash-main{grid-column:1!important;padding:18px 18px 40px}.dash-menu{display:inline-grid;place-items:center;width:40px;height:40px;border:1px solid var(--dash-border);background:var(--dash-panel);color:var(--dash-text);border-radius:9px;cursor:pointer}.dash-grid{grid-template-columns:repeat(2,1fr)}}
@media(max-width:720px){.dash-heading{align-items:start;flex-direction:column}.dash-layout{grid-template-columns:1fr}.dash-event{grid-template-columns:80px 1fr}.dash-status{grid-column:2}.dash-form{grid-template-columns:1fr}.dash-field.full{grid-column:auto}.dash-table-wrap{overflow-x:auto}.dash-table{min-width:620px}}
@media(max-width:500px){.dash-grid{grid-template-columns:1fr}.dash-topbar{align-items:center}.dash-actions{gap:5px}.dash-action{min-width:38px;padding:0 8px}.dash-heading h1{font-size:34px}.dash-event{grid-template-columns:1fr}.dash-status{grid-column:auto;justify-self:start}}

/* RTL DASHBOARD LAYOUT FIX */
.dashboard-body.rtl .dashboard-shell{display:block;direction:ltr;}
.dashboard-body.rtl .dash-sidebar{left:auto;right:0;inset:0 0 0 auto;}
.dashboard-body.rtl .dash-main{display:block;direction:rtl;margin-left:0;margin-right:270px;min-width:0;}
.dashboard-body.rtl .dash-topbar,.dashboard-body.rtl .dash-heading,.dashboard-body.rtl .dash-layout,.dashboard-body.rtl .dash-grid,.dashboard-body.rtl .dash-form,.dashboard-body.rtl .dash-event,.dashboard-body.rtl .dash-list-row{direction:rtl;}
.dashboard-body.rtl .dash-topbar-left,.dashboard-body.rtl .dash-actions{direction:rtl;}
.dashboard-body.rtl .dash-nav button,.dashboard-body.rtl .dash-logout{text-align:right;}
.dashboard-body.rtl .dash-table th,.dashboard-body.rtl .dash-table td{text-align:right;}
@media(max-width:1050px){
  .dashboard-body.rtl .dashboard-shell{display:block;direction:ltr;}
  .dashboard-body.rtl .dash-main{margin:0;direction:rtl;}
  .dashboard-body.rtl .dash-sidebar{right:0;left:auto;transform:translateX(105%);}
  .dashboard-body.rtl.sidebar-open .dash-sidebar{transform:translateX(0);}
}

/* =========================================================
   DASHBOARD MOBILE HEADER + SIDEBAR
   ========================================================= */

@media (max-width: 1050px) {

    /* Dashboard header */
    .dashboard-body .dash-topbar {
        position: fixed !important;
        top: 0 !important;
        left: 0 !important;
        right: 0 !important;

        width: 100% !important;
        height: 58px !important;

        z-index: 10000 !important;

        background: var(--dash-bg, #f7f0e3) !important;
    }


    /* Keep dashboard content below the fixed header */
    .dashboard-body .dash-main {
        padding-top: 58px !important;
    }


    /* Sidebar starts BELOW the header */
    .dashboard-body .dash-sidebar {
        top: 58px !important;
        height: calc(100vh - 58px) !important;

        z-index: 9000 !important;
    }


    /* Hamburger stays above sidebar */
    .dashboard-body .dash-menu {
        position: relative !important;
        z-index: 11000 !important;

        display: inline-grid !important;
        visibility: visible !important;
        opacity: 1 !important;
    }
}

/* =========================================================
   VIA LOGIN PAGE - FINAL CSS FIX
   Paste at the VERY BOTTOM of style.css
   ========================================================= */

.login-page {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    background: var(--bg, #f7f0e3);
    color: var(--text, #082f38);
}

/* Login header */
.login-page .login-header {
    width: 100%;
    position: relative;
    z-index: 10;
    background: #06343d;
}

/* Main login area */
.login-page .login-main {
    flex: 1;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 70px 24px;
    box-sizing: border-box;
}

/* Login container */
.login-page .login-container {
    width: min(1100px, 100%);
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 50px;
    align-items: center;
}

/* Login information side */
.login-page .login-content {
    width: 100%;
}

.login-page .login-content h1,
.login-page .login-title {
    margin: 0 0 14px;
    font-size: clamp(2.2rem, 4vw, 4rem);
    line-height: 1.08;
    font-weight: 800;
}

.login-page .login-content p {
    margin: 0 0 28px;
    line-height: 1.7;
}

/* Login card */
.login-page .login-card {
    width: 100%;
    box-sizing: border-box;
    padding: 38px;
    border-radius: 24px;
    background: var(--surface, #ffffff);
    border: 1px solid rgba(8, 47, 56, 0.12);
    box-shadow: 0 20px 55px rgba(8, 47, 56, 0.12);
}

/* Form */
.login-page form {
    width: 100%;
}

.login-page .form-group {
    width: 100%;
    margin-bottom: 20px;
}

.login-page label {
    display: block;
    margin-bottom: 8px;
    font-weight: 700;
}

.login-page input[type="email"],
.login-page input[type="password"],
.login-page input[type="text"] {
    width: 100%;
    min-height: 50px;
    padding: 12px 15px;
    box-sizing: border-box;
    border: 1px solid rgba(8, 47, 56, 0.2);
    border-radius: 10px;
    background: #fff;
    color: #082f38;
    font: inherit;
    outline: none;
    transition: border-color .2s ease, box-shadow .2s ease;
}

.login-page input:focus {
    border-color: #d9b65f;
    box-shadow: 0 0 0 3px rgba(217, 182, 95, 0.18);
}

/* Password field */
.login-page .password-group {
    position: relative;
}

.login-page .password-wrapper {
    position: relative;
    display: flex;
    align-items: center;
}

.login-page .password-wrapper input {
    padding-right: 75px;
}

.login-page .show-password,
.login-page #togglePassword {
    position: absolute;
    right: 8px;
    top: 50%;
    transform: translateY(-50%);
    border: 0;
    background: transparent;
    padding: 7px 9px;
    cursor: pointer;
    font-weight: 700;
    color: #082f38;
}

/* Remember + login */
.login-page .login-options {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 15px;
    margin: 8px 0 22px;
}

.login-page .remember-me {
    display: flex;
    align-items: center;
    gap: 8px;
}

.login-page .remember-me input {
    width: auto;
}

.login-page .login-btn,
.login-page button[type="submit"] {
    width: 100%;
    min-height: 52px;
    border: 0;
    border-radius: 10px;
    padding: 13px 20px;
    background: #d9b65f;
    color: #082f38;
    font: inherit;
    font-weight: 800;
    cursor: pointer;
    transition: transform .2s ease, box-shadow .2s ease;
}

.login-page .login-btn:hover,
.login-page button[type="submit"]:hover {
    transform: translateY(-2px);
    box-shadow: 0 10px 25px rgba(8, 47, 56, 0.15);
}

/* Create account */
.login-page .create-account {
    margin-top: 22px;
    text-align: center;
}

.login-page .create-account a {
    font-weight: 800;
    color: #b28b32;
    text-decoration: none;
}

.login-page .create-account a:hover {
    text-decoration: underline;
}

/* Back to home */
.login-page .back-home {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 20px;
    color: inherit;
    text-decoration: none;
    font-weight: 700;
}

/* =========================================================
   RTL
   ========================================================= */

html.rtl .login-page,
body.rtl .login-page {
    direction: rtl;
}

html.rtl .login-page .password-wrapper input,
body.rtl .login-page .password-wrapper input {
    padding-right: 15px;
    padding-left: 75px;
}

html.rtl .login-page .show-password,
html.rtl .login-page #togglePassword,
body.rtl .login-page .show-password,
body.rtl .login-page #togglePassword {
    right: auto;
    left: 8px;
}

/* =========================================================
   DARK MODE
   ========================================================= */

html.dark .login-page .login-card,
body.dark .login-page .login-card,
html.dark-mode .login-page .login-card,
body.dark-mode .login-page .login-card {
    background: #103e47;
    border-color: rgba(255, 255, 255, 0.12);
    color: #fff;
}

html.dark .login-page input[type="email"],
html.dark .login-page input[type="password"],
html.dark .login-page input[type="text"],
body.dark .login-page input[type="email"],
body.dark .login-page input[type="password"],
body.dark .login-page input[type="text"],
html.dark-mode .login-page input[type="email"],
html.dark-mode .login-page input[type="password"],
html.dark-mode .login-page input[type="text"],
body.dark-mode .login-page input[type="email"],
body.dark-mode .login-page input[type="password"],
body.dark-mode .login-page input[type="text"] {
    background: #082f38;
    color: #fff;
    border-color: rgba(255, 255, 255, 0.2);
}

html.dark .login-page .show-password,
html.dark .login-page #togglePassword,
body.dark .login-page .show-password,
body.dark .login-page #togglePassword {
    color: #fff;
}

/* =========================================================
   TABLET
   ========================================================= */

@media (max-width: 900px) {
    .login-page .login-container {
        grid-template-columns: 1fr;
        max-width: 650px;
        gap: 30px;
    }

    .login-page .login-main {
        padding: 50px 20px;
    }
}

/* =========================================================
   MOBILE
   ========================================================= */

@media (max-width: 600px) {
    .login-page .login-main {
        padding: 35px 15px;
    }

    .login-page .login-card {
        padding: 25px 18px;
        border-radius: 18px;
    }

    .login-page .login-content h1,
    .login-page .login-title {
        font-size: 2.1rem;
    }

    .login-page .login-options {
        align-items: flex-start;
        flex-direction: column;
    }

    .login-page input[type="email"],
    .login-page input[type="password"],
    .login-page input[type="text"] {
        min-height: 48px;
    }
}

/* Small phones */
@media (max-width: 380px) {
    .login-page .login-main {
        padding-left: 10px;
        padding-right: 10px;
    }

    .login-page .login-card {
        padding: 20px 14px;
    }
}

/* =========================================================
   VIA LOGIN PAGE ONLY
   Do not affect Dashboard or other pages
   ========================================================= */

body.auth-body {
    margin: 0;
    min-height: 100vh;
    background: #071f27;
    color: #fffaf0;
    font-family: "DM Sans", sans-serif;
}

/* Top bar */
.auth-topbar {
    width: 100%;
    min-height: 64px;
    padding: 0 28px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #062b35;
}

.auth-back {
    color: #fffaf0;
    text-decoration: none;
    font-weight: 600;
}

.auth-back:hover {
    color: #ead39b;
}

.auth-controls {
    display: flex;
    align-items: center;
    gap: 8px;
}

.auth-control {
    min-width: 42px;
    height: 40px;
    padding: 0 12px;
    border: 1px solid rgba(234, 211, 155, .3);
    border-radius: 10px;
    background: transparent;
    color: #fffaf0;
    cursor: pointer;
    font-weight: 700;
}

/* Main */
.auth-page {
    min-height: calc(100vh - 64px);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 50px 20px;
    box-sizing: border-box;
    background:
        radial-gradient(circle at 15% 20%, rgba(234,211,155,.08), transparent 30%),
        #071f27;
}

/* Card */
.auth-card {
    width: min(560px, 100%);
    padding: 44px;
    box-sizing: border-box;
    border-radius: 24px;
    background: #0d3039;
    border: 1px solid rgba(234, 211, 155, .2);
    box-shadow: 0 25px 70px rgba(0, 0, 0, .28);
}

/* Brand */
.auth-brand {
    display: flex;
    align-items: center;
    gap: 14px;
    margin-bottom: 28px;
}

.auth-mark {
    width: 52px;
    height: 52px;
    display: grid;
    place-items: center;
    border: 1px solid #ead39b;
    transform: rotate(45deg);
}

.auth-mark span {
    transform: rotate(-45deg);
    color: #ead39b;
    font-family: "Playfair Display", serif;
    font-size: 22px;
}

.auth-brand strong {
    display: block;
    font-size: 25px;
    letter-spacing: 5px;
}

.auth-brand small {
    display: block;
    margin-top: 3px;
    color: #ead39b;
    font-size: 9px;
    letter-spacing: 2px;
}

/* Text */
.auth-kicker {
    display: block;
    margin-bottom: 10px;
    color: #ead39b;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 2px;
}

.auth-card h1 {
    margin: 0 0 10px;
    color: #fffaf0;
    font-family: "Playfair Display", serif;
    font-size: clamp(2.2rem, 5vw, 3.5rem);
    line-height: 1.1;
}

.auth-card > p {
    margin: 0 0 30px;
    color: #dbe7e4;
    line-height: 1.7;
}

/* Form */
.auth-form {
    width: 100%;
}

.auth-field {
    margin-bottom: 20px;
}

.auth-field label {
    display: block;
    margin-bottom: 8px;
    color: #fffaf0;
    font-weight: 700;
}

.auth-field input {
    width: 100%;
    height: 50px;
    padding: 0 14px;
    box-sizing: border-box;
    border: 1px solid rgba(234, 211, 155, .25);
    border-radius: 10px;
    outline: none;
    background: #071f27;
    color: #fffaf0;
    font: inherit;
}

.auth-field input:focus {
    border-color: #ead39b;
    box-shadow: 0 0 0 3px rgba(234, 211, 155, .12);
}

.auth-field input::placeholder {
    color: #9fb3b1;
}

/* Password */
.auth-password {
    position: relative;
}

.auth-password input {
    padding-right: 70px;
}

.auth-password button {
    position: absolute;
    top: 50%;
    right: 8px;
    transform: translateY(-50%);
    height: 34px;
    padding: 0 10px;
    border: 0;
    border-radius: 7px;
    background: #ead39b;
    color: #062b35;
    cursor: pointer;
    font-weight: 700;
}

/* Error */
.auth-error {
    display: block;
    margin-top: 5px;
    color: #f2a7a7;
}

/* Remember */
.auth-check {
    display: flex;
    align-items: center;
    gap: 8px;
    margin: 5px 0 20px;
    color: #dbe7e4;
    cursor: pointer;
}

.auth-check input {
    width: 16px;
    height: 16px;
    accent-color: #ead39b;
}

/* Login button */
.auth-submit {
    width: 100%;
    min-height: 52px;
    border: 0;
    border-radius: 10px;
    background: #ead39b;
    color: #062b35;
    font: inherit;
    font-weight: 800;
    letter-spacing: .5px;
    cursor: pointer;
    transition: transform .2s ease, box-shadow .2s ease;
}

.auth-submit:hover {
    transform: translateY(-2px);
    box-shadow: 0 10px 25px rgba(234, 211, 155, .18);
}

/* Message */
.auth-message {
    margin-top: 12px;
    padding: 10px 12px;
    border-radius: 8px;
}

/* Register link */
.auth-switch {
    margin-top: 22px;
    text-align: center;
    color: #dbe7e4;
}

.auth-switch a {
    color: #ead39b;
    font-weight: 800;
    text-decoration: none;
}

.auth-switch a:hover {
    text-decoration: underline;
}


/* =========================================================
   LOGIN RTL
   ========================================================= */

html.rtl .auth-topbar,
body.rtl .auth-topbar {
    direction: rtl;
}

html.rtl .auth-card,
body.rtl .auth-card {
    text-align: right;
}

html.rtl .auth-password input,
body.rtl .auth-password input {
    padding-right: 14px;
    padding-left: 70px;
}

html.rtl .auth-password button,
body.rtl .auth-password button {
    right: auto;
    left: 8px;
}


/* =========================================================
   LOGIN MOBILE
   ========================================================= */

@media (max-width: 600px) {

    .auth-topbar {
        min-height: 58px;
        padding: 0 12px;
    }

    .auth-back {
        font-size: 13px;
    }

    .auth-controls {
        gap: 5px;
    }

    .auth-control {
        min-width: 38px;
        height: 36px;
        padding: 0 9px;
        font-size: 12px;
    }

    .auth-page {
        min-height: calc(100vh - 58px);
        padding: 30px 14px;
    }

    .auth-card {
        padding: 28px 20px;
        border-radius: 18px;
    }

    .auth-brand {
        margin-bottom: 24px;
    }

    .auth-card h1 {
        font-size: 2.2rem;
    }
}

@media (max-width: 380px) {

    .auth-card {
        padding: 24px 16px;
    }

    .auth-brand strong {
        font-size: 22px;
    }

    .auth-card h1 {
        font-size: 2rem;
    }
}
/* =========================================================
   VIA AUTH FINAL THEME + STICKY HEADER
   Login and Register use the same VIA teal/gold palette
========================================================= */
body.auth-body {
    background: var(--cream) !important;
    color: var(--ink) !important;
}

.auth-topbar {
    position: sticky !important;
    top: 0 !important;
    z-index: 5000 !important;
    min-height: 64px;
    background: var(--teal-950) !important;
    color: var(--white) !important;
    border-bottom: 1px solid rgba(234,211,155,.22);
    box-shadow: 0 8px 24px rgba(6,43,53,.16);
}

.auth-back,
.auth-control {
    color: var(--white) !important;
}

.auth-control {
    background: transparent !important;
    border-color: rgba(234,211,155,.34) !important;
}

.auth-control:hover {
    background: var(--gold) !important;
    border-color: var(--gold) !important;
    color: var(--teal-950) !important;
}

.auth-page {
    min-height: calc(100vh - 64px);
    background:
        radial-gradient(circle at 12% 18%, rgba(21,88,102,.10), transparent 28%),
        radial-gradient(circle at 88% 82%, rgba(215,180,106,.12), transparent 30%),
        var(--cream) !important;
}

.auth-card {
    background: var(--paper) !important;
    color: var(--ink) !important;
    border: 1px solid rgba(6,43,53,.14) !important;
    box-shadow: 0 25px 70px rgba(6,43,53,.15) !important;
}

.auth-brand strong,
.auth-card h1,
.auth-field label {
    color: var(--teal-950) !important;
}

.auth-mark {
    border-color: var(--gold) !important;
}

.auth-mark span,
.auth-brand small,
.auth-kicker {
    color: var(--teal-700) !important;
}

.auth-card > p,
.auth-switch,
.auth-check {
    color: var(--muted) !important;
}

.auth-field input {
    background: var(--cream) !important;
    color: var(--teal-950) !important;
    border-color: rgba(6,43,53,.18) !important;
}

.auth-field input:focus {
    border-color: var(--teal-700) !important;
    box-shadow: 0 0 0 3px rgba(21,88,102,.12) !important;
}

.auth-field input::placeholder {
    color: #6c7f81 !important;
}

.auth-password button {
    background: var(--gold) !important;
    color: var(--teal-950) !important;
}

.auth-check input {
    accent-color: var(--teal-700) !important;
}

.auth-submit {
    background: var(--teal-900) !important;
    color: var(--white) !important;
}

.auth-submit:hover {
    background: var(--teal-700) !important;
    box-shadow: 0 10px 25px rgba(6,43,53,.18) !important;
}

.auth-switch a {
    color: var(--teal-700) !important;
}

.auth-message {
    background: var(--cream-2) !important;
    color: var(--teal-950) !important;
}

/* Dark mode: same VIA teal/gold family, with darker surfaces */
body.dark-mode.auth-body {
    background: #071f27 !important;
    color: #fffaf0 !important;
}

body.dark-mode.auth-body .auth-topbar {
    background: #062b35 !important;
    color: #fffdf8 !important;
    border-bottom-color: rgba(234,211,155,.25) !important;
}

body.dark-mode.auth-body .auth-page {
    background:
        radial-gradient(circle at 12% 18%, rgba(21,88,102,.24), transparent 28%),
        radial-gradient(circle at 88% 82%, rgba(215,180,106,.10), transparent 30%),
        #071f27 !important;
}

body.dark-mode.auth-body .auth-card {
    background: #0d3039 !important;
    color: #fffaf0 !important;
    border-color: rgba(234,211,155,.20) !important;
    box-shadow: 0 25px 70px rgba(0,0,0,.32) !important;
}

body.dark-mode.auth-body .auth-brand strong,
body.dark-mode.auth-body .auth-card h1,
body.dark-mode.auth-body .auth-field label {
    color: #fffaf0 !important;
}

body.dark-mode.auth-body .auth-mark,
body.dark-mode.auth-body .auth-mark span {
    color: #ead39b !important;
    border-color: #ead39b !important;
}

body.dark-mode.auth-body .auth-brand small,
body.dark-mode.auth-body .auth-kicker,
body.dark-mode.auth-body .auth-switch a {
    color: #ead39b !important;
}

body.dark-mode.auth-body .auth-card > p,
body.dark-mode.auth-body .auth-switch,
body.dark-mode.auth-body .auth-check {
    color: #dbe7e4 !important;
}

body.dark-mode.auth-body .auth-field input {
    background: #071f27 !important;
    color: #fffaf0 !important;
    border-color: rgba(234,211,155,.22) !important;
}

body.dark-mode.auth-body .auth-field input:focus {
    border-color: #ead39b !important;
    box-shadow: 0 0 0 3px rgba(234,211,155,.12) !important;
}

body.dark-mode.auth-body .auth-field input::placeholder {
    color: #9fb3b1 !important;
}

body.dark-mode.auth-body .auth-submit {
    background: #073944 !important;
    color: #fffdf8 !important;
    border: 1px solid rgba(234,211,155,.22) !important;
}

body.dark-mode.auth-body .auth-submit:hover {
    background: #155866 !important;
}

body.dark-mode.auth-body .auth-message {
    background: #0b4652 !important;
    color: #fffaf0 !important;
}

@media (max-width: 600px) {
    .auth-topbar {
        position: sticky !important;
        top: 0 !important;
    }
}
/* =========================================================
   HOME 1 - TEXT VISIBILITY FIX
   Keep VIA teal theme and make overlay text clearly visible
   ========================================================= */

/* Image note - "VIA / Made for memories." */
.image-note {
    background: var(--teal-900) !important;
    color: #fffdf8 !important;
    z-index: 5 !important;
}

.image-note * {
    color: #fffdf8 !important;
    opacity: 1 !important;
    visibility: visible !important;
}

.image-note span {
    color: var(--gold-light) !important;
}

.image-note strong {
    color: #fffdf8 !important;
    text-shadow: 0 2px 8px rgba(0,0,0,.25) !important;
}


/* Occasion image overlays */
.occasion-overlay,
.occasion-overlay * {
    color: #fffdf8 !important;
    opacity: 1 !important;
    visibility: visible !important;
}

.occasion-overlay span {
    color: var(--gold-light) !important;
}

.occasion-overlay h3 {
    color: #fffdf8 !important;
    text-shadow: 0 2px 8px rgba(0,0,0,.45) !important;
}

.occasion-overlay p {
    color: rgba(255,253,248,.9) !important;
}


/* Hall image overlays */
.hall-overlay,
.hall-overlay * {
    color: #fffdf8 !important;
    opacity: 1 !important;
    visibility: visible !important;
}

.hall-overlay h3 {
    color: #fffdf8 !important;
    text-shadow: 0 2px 10px rgba(0,0,0,.5) !important;
}

.hall-overlay p {
    color: rgba(255,253,248,.9) !important;
}


/* Package cards on dark sections */
.packages .package-body h3,
.packages .package-body p,
.packages .package-body a,
.packages .package-label {
    opacity: 1 !important;
    visibility: visible !important;
}

.packages .package-body h3 {
    color: #fffdf8 !important;
}

.packages .package-body p {
    color: rgba(255,253,248,.82) !important;
}

.packages .package-body a,
.packages .package-label {
    color: var(--gold-light) !important;
}


/* Make Home 1 image text stay above images */
.hero,
.occasions,
.about,
.halls,
.why,
.packages,
.catering,
.gallery,
.availability {
    overflow: visible;
}

.hero-content,
.hero-visual,
.occasion-overlay,
.image-note,
.hall-overlay {
    position: relative;
    z-index: 5;
}


/* Mobile protection */
@media (max-width: 768px) {
    .image-note {
        right: 12px !important;
        bottom: 15px !important;
        padding: 14px 17px !important;
    }

    .image-note strong {
        font-size: 16px !important;
    }

    .occasion-overlay {
        left: 15px !important;
        right: 15px !important;
        bottom: 15px !important;
    }

    .hall-overlay {
        left: 20px !important;
        right: 20px !important;
        bottom: 20px !important;
    }
}