/*
Theme Name:  The Last Drip Child
Description: Custom child theme for The Last Drip Co LLC
Author:      The Last Drip
Template:    twentytwentyfour
Version:     1.0.0
*/

@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400;0,500;1,400;1,500&family=Inter:wght@300;400;500&display=swap');

*,*::before,*::after{margin:0;padding:0;box-sizing:border-box;}
:root{
  --cream:#FAF8F5;--linen:#F0EBE3;--tan:#D4C4B0;
  --gold:#C4A47A;--gold-dk:#b8936a;--brown:#6B4E2A;
  --charcoal:#1a1a1a;--dark:#111111;--espresso:#2A1F14;
}
html{scroll-behavior:smooth;}
body{font-family:'Inter',sans-serif;font-size:14px;color:var(--charcoal);background:var(--cream);-webkit-font-smoothing:antialiased;}
img{max-width:100%;height:auto;display:block;}
a{text-decoration:none;color:inherit;}
button{cursor:pointer;font-family:'Inter',sans-serif;}
h1,h2,h3,h4{font-family:'Playfair Display',serif;font-weight:400;}
em{font-style:italic;}

/* HELPERS */
.sec-label{font-size:10px;letter-spacing:.22em;text-transform:uppercase;color:#bbb;margin-bottom:18px;display:flex;align-items:center;gap:12px;}
.sec-label::after{content:'';display:block;width:28px;height:.5px;background:#ddd;}
.sec-label-lt{font-size:10px;letter-spacing:.22em;text-transform:uppercase;color:rgba(255,255,255,.3);margin-bottom:18px;display:flex;align-items:center;gap:12px;}
.sec-label-lt::after{content:'';display:block;width:28px;height:.5px;background:rgba(255,255,255,.15);}

/* BUTTONS */
.btn-primary{display:inline-block;background:var(--charcoal);color:var(--cream);font-size:11px;font-weight:500;letter-spacing:.1em;text-transform:uppercase;padding:13px 28px;border-radius:2px;border:none;transition:background .2s;}
.btn-primary:hover{background:var(--gold);color:#fff;}
.btn-light{display:inline-block;background:var(--cream);color:var(--charcoal);font-size:11px;font-weight:500;letter-spacing:.1em;text-transform:uppercase;padding:13px 28px;border-radius:2px;border:none;transition:background .2s;}
.btn-light:hover{background:var(--gold);color:#fff;}
.btn-gold{display:inline-block;background:var(--gold);color:#fff;font-size:11px;font-weight:500;letter-spacing:.12em;text-transform:uppercase;padding:14px 36px;border-radius:2px;border:none;transition:background .2s;}
.btn-gold:hover{background:var(--gold-dk);}
.btn-ghost-dk{font-size:11px;letter-spacing:.1em;text-transform:uppercase;color:rgba(255,255,255,.35);border-bottom:.5px solid rgba(255,255,255,.18);padding-bottom:2px;cursor:pointer;background:none;border-top:none;border-left:none;border-right:none;}

/* NAV */
#site-header{position:sticky;top:0;z-index:100;background:var(--cream);border-bottom:.5px solid rgba(0,0,0,.1);}
.site-nav{display:flex;align-items:center;justify-content:space-between;height:60px;padding:0 40px;}
.nav-logo img{height:26px;width:auto;object-fit:contain;}
.nav-links{display:flex;align-items:center;gap:28px;list-style:none;}
.nav-links a{font-size:11px;font-weight:400;letter-spacing:.1em;text-transform:uppercase;color:#666;transition:color .2s;}
.nav-links a:hover,.nav-links a.active{color:var(--charcoal);}
.nav-links a.active{border-bottom:.5px solid var(--charcoal);padding-bottom:2px;}
.nav-cta-btn{background:var(--charcoal);color:var(--cream);font-size:11px;font-weight:500;letter-spacing:.1em;text-transform:uppercase;padding:9px 20px;border-radius:2px;border:none;white-space:nowrap;transition:background .2s;display:inline-block;}
.nav-cta-btn:hover{background:var(--gold);color:#fff;}
.nav-hamburger{display:none;flex-direction:column;gap:5px;cursor:pointer;padding:4px;background:none;border:none;}
.nav-hamburger span{display:block;width:22px;height:1.5px;background:var(--charcoal);border-radius:1px;}
.mobile-menu{display:none;position:fixed;top:60px;left:0;right:0;background:var(--cream);border-bottom:.5px solid rgba(0,0,0,.1);z-index:99;}
.mobile-menu.open{display:block;}
.mobile-menu a{display:block;padding:16px 24px;font-size:12px;font-weight:400;letter-spacing:.1em;text-transform:uppercase;color:#666;border-bottom:.5px solid rgba(0,0,0,.06);}
.mobile-menu a.active{color:var(--charcoal);}
.mobile-menu .mobile-cta{display:block;margin:16px 24px 20px;background:var(--charcoal);color:var(--cream);font-size:11px;font-weight:500;letter-spacing:.1em;text-transform:uppercase;padding:13px 20px;border-radius:2px;text-align:center;}

/* STATS */
.stats-bar{background:var(--gold);display:flex;padding:0 40px;}
.stats-bar .stat{flex:1;text-align:center;padding:20px 0;border-right:.5px solid rgba(255,255,255,.25);}
.stats-bar .stat:last-child{border-right:none;}
.stat-num{font-family:'Playfair Display',serif;font-size:22px;color:#fff;display:block;}
.stat-label{font-size:10px;letter-spacing:.14em;text-transform:uppercase;color:rgba(255,255,255,.72);margin-top:3px;display:block;}

/* TICKER */
.ticker{background:var(--charcoal);padding:12px 0;overflow:hidden;}
.ticker-inner{display:flex;gap:52px;font-size:10px;letter-spacing:.18em;text-transform:uppercase;white-space:nowrap;color:rgba(255,255,255,.35);animation:ticker-scroll 28s linear infinite;width:max-content;}
.ticker-inner:hover{animation-play-state:paused;}
@keyframes ticker-scroll{0%{transform:translateX(0)}100%{transform:translateX(-50%)}}

/* MARQUEE */
.marquee-section{padding:48px 0;border-bottom:.5px solid rgba(0,0,0,.07);overflow:hidden;}
.marquee-label{text-align:center;font-size:10px;letter-spacing:.22em;text-transform:uppercase;color:#ccc;margin-bottom:24px;}
.marquee-wrap{overflow:hidden;position:relative;}
.marquee-wrap::before,.marquee-wrap::after{content:'';position:absolute;top:0;bottom:0;width:80px;z-index:2;}
.marquee-wrap::before{left:0;background:linear-gradient(to right,var(--cream),transparent);}
.marquee-wrap::after{right:0;background:linear-gradient(to left,var(--cream),transparent);}
.marquee-track{display:flex;width:max-content;animation:marquee 24s linear infinite;}
.marquee-track:hover{animation-play-state:paused;}
@keyframes marquee{0%{transform:translateX(0)}100%{transform:translateX(-50%)}}
.logo-pill{display:flex;align-items:center;justify-content:center;padding:0 40px;border-right:.5px solid rgba(0,0,0,.07);height:50px;min-width:150px;}
.logo-pill img{max-height:28px;width:auto;opacity:.4;filter:grayscale(100%);object-fit:contain;}
.logo-pill span{font-size:11px;font-weight:500;letter-spacing:.08em;text-transform:uppercase;color:#ccc;white-space:nowrap;}

/* HOME HERO */
.home-hero{background:var(--dark);display:grid;grid-template-columns:1fr 1fr;min-height:calc(100vh - 60px);}
.home-hero-left{padding:80px 56px 72px 40px;display:flex;flex-direction:column;justify-content:center;}
.home-hero-eyebrow{font-size:11px;letter-spacing:.22em;text-transform:uppercase;color:rgba(255,255,255,.35);margin-bottom:28px;}
.home-hero h1{font-size:52px;line-height:1.08;color:var(--cream);margin-bottom:16px;}
.home-hero h1 em{color:var(--gold);}
.home-hero-sub{font-size:13px;font-weight:300;line-height:1.9;color:rgba(255,255,255,.5);max-width:360px;margin-bottom:36px;}
.home-hero-actions{display:flex;align-items:center;gap:20px;}
.home-hero-right{background:#1e1a14;position:relative;overflow:hidden;}
.home-hero-right img{width:100%;height:100%;object-fit:cover;opacity:.85;}
.hero-logo-watermark{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);height:80px;opacity:.08;filter:brightness(0) invert(1);}

/* POSITIONING */
.positioning{padding:64px 40px;border-bottom:.5px solid rgba(0,0,0,.07);}
.positioning h2{font-size:38px;line-height:1.15;color:var(--charcoal);max-width:640px;}
.positioning h2 em{color:var(--brown);}

/* STORY */
.story-section{display:grid;grid-template-columns:1fr 1fr;}
.story-left{padding:72px 56px 72px 40px;}
.story-left h2{font-size:34px;line-height:1.15;color:var(--charcoal);margin-bottom:22px;}
.story-body{font-size:13px;font-weight:300;line-height:1.95;color:#666;margin-bottom:14px;}
.story-quote{font-family:'Playfair Display',serif;font-style:italic;font-size:15px;color:var(--charcoal);line-height:1.7;border-left:2px solid var(--gold);padding-left:20px;margin:28px 0;}
.story-quote cite{font-size:11px;font-style:normal;font-family:'Inter',sans-serif;color:#bbb;margin-top:8px;display:block;}
.story-right{background:var(--tan);overflow:hidden;}
.story-right img{width:100%;height:100%;object-fit:cover;}

/* WHERE WE COME */
.where-header{padding:72px 40px 56px;}
.where-header h2{font-size:36px;color:var(--charcoal);margin-bottom:10px;}
.where-header h2 em{color:var(--brown);}
.where-header p{font-size:13px;font-weight:300;color:#aaa;line-height:1.8;max-width:480px;}
.where-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2px;}
.where-card{background:var(--charcoal);position:relative;overflow:hidden;min-height:340px;display:flex;flex-direction:column;justify-content:space-between;padding:48px 36px;transition:background .25s;}
.where-card:hover{background:#141414;}
.where-card-glyph{position:absolute;font-size:80px;bottom:24px;right:20px;opacity:.04;transition:opacity .3s;}
.where-card:hover .where-card-glyph{opacity:.07;}
.where-card-num{font-size:10px;letter-spacing:.22em;text-transform:uppercase;color:rgba(255,255,255,.25);margin-bottom:32px;}
.where-card h3{font-size:28px;color:var(--cream);line-height:1.15;margin-bottom:16px;}
.where-card h3 em{color:var(--gold);}
.where-card-desc{font-size:12px;font-weight:300;color:rgba(255,255,255,.4);line-height:1.85;margin-bottom:28px;}
.where-tags{display:flex;flex-wrap:wrap;gap:6px;margin-bottom:28px;}
.where-tag{font-size:10px;letter-spacing:.1em;text-transform:uppercase;color:rgba(255,255,255,.3);border:.5px solid rgba(255,255,255,.12);padding:5px 10px;border-radius:1px;}
.where-cta{font-size:10px;letter-spacing:.14em;text-transform:uppercase;color:var(--gold);border-bottom:.5px solid rgba(196,164,122,.3);padding-bottom:2px;display:inline-block;}

/* WHAT WE OFFER */
.offers-section{background:var(--dark);}
.offers-header{padding:64px 40px 0;}
.offers-eyebrow{font-size:10px;letter-spacing:.22em;text-transform:uppercase;color:rgba(255,255,255,.3);margin-bottom:16px;}
.offers-header h2{font-size:36px;color:var(--cream);margin-bottom:10px;}
.offers-header h2 em{color:var(--gold);}
.offers-header p{font-size:13px;font-weight:300;color:rgba(255,255,255,.38);line-height:1.8;margin-bottom:48px;max-width:480px;}
.offers-body{display:grid;grid-template-columns:260px 1fr;}
.offers-cats{border-top:.5px solid rgba(255,255,255,.07);}
.offers-cat{padding:22px 40px;border-bottom:.5px solid rgba(255,255,255,.07);cursor:pointer;display:flex;align-items:center;justify-content:space-between;transition:background .2s;}
.offers-cat:hover{background:rgba(255,255,255,.03);}
.offers-cat.active{background:rgba(196,164,122,.1);}
.offers-cat-left{display:flex;align-items:center;gap:14px;}
.offers-cat-icon{font-size:16px;width:22px;text-align:center;}
.offers-cat-name{font-size:13px;color:rgba(255,255,255,.4);transition:color .2s;}
.offers-cat.active .offers-cat-name{color:var(--cream);}
.offers-cat-arrow{font-size:12px;color:rgba(255,255,255,.12);transition:color .2s;}
.offers-cat.active .offers-cat-arrow{color:var(--gold);}
.offers-panels{border-left:.5px solid rgba(255,255,255,.07);border-top:.5px solid rgba(255,255,255,.07);}
.offers-panel{display:none;padding:40px 48px;}
.offers-panel.active{display:block;}
.offers-panel h3{font-size:28px;color:var(--cream);margin-bottom:12px;}
.offers-panel h3 em{color:var(--gold);}
.offers-panel-desc{font-size:13px;font-weight:300;color:rgba(255,255,255,.45);line-height:1.9;margin-bottom:32px;max-width:380px;}
.offers-items{display:grid;grid-template-columns:1fr 1fr;gap:1px;background:rgba(255,255,255,.06);margin-bottom:32px;}
.offers-item{background:var(--dark);padding:16px 18px;}
.offers-item-name{font-size:13px;font-weight:300;color:rgba(255,255,255,.7);margin-bottom:4px;}
.offers-item-note{font-size:11px;color:rgba(255,255,255,.25);}

/* STANDARD */
.standard-section{padding:80px 40px;background:var(--charcoal);}
.standard-eyebrow{font-size:10px;letter-spacing:.22em;text-transform:uppercase;color:rgba(255,255,255,.3);margin-bottom:16px;}
.standard-section h2{font-size:36px;color:var(--cream);line-height:1.15;margin-bottom:12px;}
.standard-section h2 em{color:var(--gold);}
.standard-sub{font-size:13px;font-weight:300;color:rgba(255,255,255,.4);max-width:480px;line-height:1.8;margin-bottom:48px;}
.std-table{width:100%;border-collapse:collapse;}
.std-table thead tr{border-bottom:.5px solid rgba(255,255,255,.1);}
.std-table th{font-size:10px;letter-spacing:.18em;text-transform:uppercase;color:rgba(255,255,255,.25);font-weight:400;padding:14px 16px;text-align:left;}
.std-table th:last-child{color:var(--gold);}
.std-table td{padding:16px;font-size:12px;font-weight:300;line-height:1.7;border-bottom:.5px solid rgba(255,255,255,.05);vertical-align:top;}
.std-table td:first-child{color:rgba(255,255,255,.4);font-weight:500;font-size:11px;letter-spacing:.04em;white-space:nowrap;}
.std-table td:nth-child(2){color:rgba(255,255,255,.25);}
.std-table td:last-child{color:rgba(255,255,255,.75);}
.std-check{color:var(--gold);margin-right:6px;}
.std-ex{color:rgba(255,255,255,.15);margin-right:6px;}

/* ENHANCEMENTS */
.enh-section{padding:80px 40px;background:var(--cream);}
.enh-section h2{font-size:36px;color:var(--charcoal);margin-bottom:10px;}
.enh-section h2 em{color:var(--brown);}
.enh-sub{font-size:13px;font-weight:300;color:#aaa;line-height:1.8;max-width:440px;margin-bottom:52px;}
.enh-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:2px;}
.enh-card{background:var(--linen);padding:32px 20px;display:flex;flex-direction:column;justify-content:space-between;cursor:pointer;transition:background .2s;}
.enh-card:hover{background:var(--charcoal);}
.enh-card:hover .enh-name,.enh-card:hover .enh-desc{color:rgba(255,255,255,.85);}
.enh-icon-wrap{width:38px;height:38px;border-radius:50%;background:#E8E0D5;display:flex;align-items:center;justify-content:center;font-size:17px;margin-bottom:20px;transition:background .2s;}
.enh-card:hover .enh-icon-wrap{background:rgba(255,255,255,.08);}
.enh-name{font-family:'Playfair Display',serif;font-size:15px;color:var(--charcoal);margin-bottom:8px;line-height:1.3;transition:color .2s;}
.enh-desc{font-size:11px;font-weight:300;color:#888;line-height:1.8;margin-bottom:18px;flex:1;transition:color .2s;}
.enh-tag{font-size:10px;letter-spacing:.14em;text-transform:uppercase;color:var(--gold);}

/* PROCESS */
.process-section{padding:80px 40px;display:grid;grid-template-columns:1fr 1fr;gap:80px;align-items:start;}
.process-section h2{font-size:34px;line-height:1.2;color:var(--charcoal);margin-bottom:16px;}
.process-section h2 em{color:var(--brown);}
.process-sub{font-size:13px;font-weight:300;color:#aaa;line-height:1.8;margin-bottom:36px;}
.proc-item{padding:22px 0;border-top:.5px solid rgba(0,0,0,.09);}
.proc-item:last-child{border-bottom:.5px solid rgba(0,0,0,.09);}
.proc-num{font-size:10px;letter-spacing:.2em;color:var(--gold);margin-bottom:10px;}
.proc-title{font-size:14px;font-weight:500;color:var(--charcoal);margin-bottom:6px;}
.proc-desc{font-size:12px;font-weight:300;color:#888;line-height:1.8;}

/* MID CTA */
.mid-cta{background:var(--charcoal);padding:80px 40px;display:flex;align-items:center;justify-content:space-between;gap:40px;}
.mid-cta-label{font-size:10px;letter-spacing:.22em;text-transform:uppercase;color:rgba(255,255,255,.28);margin-bottom:14px;}
.mid-cta h2{font-size:40px;color:var(--cream);line-height:1.1;}
.mid-cta h2 em{color:var(--gold);}

/* REVIEWS */
.reviews-section{padding:80px 40px;}
.reviews-header{display:flex;align-items:flex-end;justify-content:space-between;margin-bottom:12px;}
.reviews-header h2{font-size:34px;color:var(--charcoal);}
.google-badge{display:flex;align-items:center;gap:10px;background:var(--linen);border-radius:2px;padding:10px 16px;}
.google-badge-stars{color:var(--gold);font-size:13px;letter-spacing:2px;}
.google-badge-text{font-size:11px;color:#999;line-height:1.5;}
.reviews-note{font-size:11px;color:#ccc;margin-bottom:40px;font-weight:300;}
.reviews-note span{color:var(--gold);}
.reviews-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2px;}
.review-card{background:var(--linen);padding:32px 26px;display:flex;flex-direction:column;justify-content:space-between;}
.review-stars{color:var(--gold);font-size:11px;letter-spacing:3px;margin-bottom:16px;}
.review-text{font-family:'Playfair Display',serif;font-style:italic;font-size:14px;color:var(--charcoal);line-height:1.75;margin-bottom:24px;flex:1;}
.review-name{font-size:12px;font-weight:500;color:var(--charcoal);}
.review-date{font-size:11px;color:#bbb;margin-top:3px;}
.review-via{font-size:10px;letter-spacing:.12em;text-transform:uppercase;color:var(--gold);margin-top:8px;}

/* GALLERY */
.gallery-section{padding:0;background:var(--cream);}
.gallery-header{padding:72px 40px 52px;display:flex;align-items:flex-end;justify-content:space-between;}
.gallery-h2{font-size:36px;color:var(--charcoal);margin-bottom:8px;line-height:1.15;}
.gallery-h2 em{color:var(--brown);}
.gallery-sub{font-size:13px;font-weight:300;color:#aaa;line-height:1.8;max-width:400px;}
.gallery-view-all{font-size:11px;letter-spacing:.1em;text-transform:uppercase;color:var(--gold);border-bottom:.5px solid rgba(196,164,122,.35);padding-bottom:2px;cursor:pointer;white-space:nowrap;flex-shrink:0;background:none;border-top:none;border-left:none;border-right:none;text-decoration:none;display:inline-block;}
.gallery-grid{display:grid;grid-template-columns:repeat(3,1fr);grid-template-rows:320px 220px;gap:3px;}
.gallery-item{position:relative;overflow:hidden;background:var(--tan);cursor:pointer;}
.gallery-item:nth-child(1){grid-row:span 2;}
.gallery-item img{width:100%;height:100%;object-fit:cover;transition:transform .4s ease;}
.gallery-item:hover img{transform:scale(1.04);}
.gallery-item:hover .gallery-overlay{opacity:1;}
.gallery-overlay{position:absolute;inset:0;background:rgba(26,26,26,.4);display:flex;align-items:center;justify-content:center;opacity:0;transition:opacity .3s;}
.gallery-overlay-icon{width:44px;height:44px;border-radius:50%;background:rgba(255,255,255,.15);border:.5px solid rgba(255,255,255,.4);display:flex;align-items:center;justify-content:center;font-size:20px;color:#fff;line-height:1;}
.gallery-ph{width:100%;height:100%;min-height:180px;display:flex;align-items:center;justify-content:center;flex-direction:column;gap:8px;}
.gallery-ph span{font-size:9px;letter-spacing:.16em;text-transform:uppercase;color:#8a7660;opacity:.6;}
.lightbox{position:fixed;inset:0;background:rgba(10,8,6,.92);z-index:500;display:none;align-items:center;justify-content:center;}
.lightbox.open{display:flex;}
.lightbox-inner{position:relative;max-width:900px;width:90vw;}
.lightbox-img-area{background:var(--charcoal);aspect-ratio:4/3;display:flex;align-items:center;justify-content:center;border-radius:2px;overflow:hidden;}
.lightbox-img-area img{width:100%;height:100%;object-fit:cover;}
.lightbox-close{position:absolute;top:-44px;right:0;background:none;border:none;color:rgba(255,255,255,.5);font-size:22px;cursor:pointer;padding:4px;line-height:1;}
.lightbox-close:hover{color:#fff;}
.lightbox-nav{display:flex;align-items:center;justify-content:space-between;margin-top:14px;}
.lightbox-btn{background:none;border:.5px solid rgba(255,255,255,.15);color:rgba(255,255,255,.5);font-size:11px;letter-spacing:.1em;text-transform:uppercase;padding:10px 20px;border-radius:2px;cursor:pointer;transition:all .2s;}
.lightbox-btn:hover{border-color:rgba(255,255,255,.4);color:#fff;}
.lightbox-counter{font-size:11px;letter-spacing:.1em;text-transform:uppercase;color:rgba(255,255,255,.3);}

/* MENU */
.menu-section{background:var(--dark);padding:80px 0 0;}
.menu-top{padding:0 40px 48px;}
.menu-eyebrow{font-size:10px;letter-spacing:.22em;text-transform:uppercase;color:rgba(255,255,255,.3);margin-bottom:16px;}
.menu-top h2{font-size:36px;color:var(--cream);}
.menu-top h2 em{color:var(--gold);}
.menu-tabs{display:flex;border-top:.5px solid rgba(255,255,255,.08);border-bottom:.5px solid rgba(255,255,255,.08);}
.menu-tab{flex:1;padding:20px 24px;cursor:pointer;border-right:.5px solid rgba(255,255,255,.08);transition:background .2s;}
.menu-tab:last-child{border-right:none;}
.menu-tab:hover{background:rgba(255,255,255,.03);}
.menu-tab.active{background:rgba(196,164,122,.08);}
.menu-tab-icon{font-size:18px;display:block;margin-bottom:8px;}
.menu-tab-name{font-family:'Playfair Display',serif;font-size:15px;color:rgba(255,255,255,.4);transition:color .2s;display:block;}
.menu-tab.active .menu-tab-name{color:var(--cream);}
.menu-tab-bar{height:2px;background:transparent;margin-top:14px;transition:background .2s;border-radius:1px;}
.menu-tab.active .menu-tab-bar{background:var(--gold);}
.menu-panel{display:none;padding:48px 40px 64px;grid-template-columns:1fr 1fr;gap:80px;}
.menu-panel.active{display:grid;}
.menu-panel-title{font-family:'Playfair Display',serif;font-size:30px;color:var(--cream);margin-bottom:10px;}
.menu-panel-title em{color:var(--gold);}
.menu-panel-desc{font-size:13px;font-weight:300;color:rgba(255,255,255,.38);line-height:1.85;margin-bottom:28px;max-width:300px;}
.menu-panel-note{font-size:11px;font-weight:300;color:rgba(255,255,255,.2);font-style:italic;font-family:'Playfair Display',serif;border-top:.5px solid rgba(255,255,255,.07);padding-top:18px;}
.menu-row{display:flex;align-items:baseline;justify-content:space-between;padding:13px 0;border-bottom:.5px solid rgba(255,255,255,.06);}
.menu-row:first-child{border-top:.5px solid rgba(255,255,255,.06);}
.menu-row-name{font-size:13px;font-weight:300;color:rgba(255,255,255,.7);}
.menu-row-tag{font-size:10px;letter-spacing:.12em;text-transform:uppercase;color:rgba(255,255,255,.22);}
.menu-row-tag.sig{color:var(--gold);}

/* FAQ */
.faq-section{padding:80px 40px;background:var(--linen);}
.faq-inner{max-width:720px;margin:0 auto;}
.faq-section h2{font-size:36px;color:var(--charcoal);margin-bottom:10px;}
.faq-section h2 em{color:var(--brown);}
.faq-sub{font-size:13px;font-weight:300;color:#aaa;line-height:1.8;margin-bottom:48px;}
.faq-item{border-top:.5px solid rgba(0,0,0,.1);}
.faq-item:last-child{border-bottom:.5px solid rgba(0,0,0,.1);}
.faq-q-row{display:flex;align-items:center;justify-content:space-between;padding:22px 0;cursor:pointer;}
.faq-q-text{font-size:14px;font-weight:500;color:var(--charcoal);padding-right:24px;}
.faq-icon{font-size:20px;color:var(--gold);flex-shrink:0;transition:transform .25s;line-height:1;font-weight:300;}
.faq-item.open .faq-icon{transform:rotate(45deg);}
.faq-a{font-size:13px;font-weight:300;line-height:1.85;color:#666;max-height:0;overflow:hidden;transition:max-height .3s ease,padding .3s ease;}
.faq-item.open .faq-a{max-height:300px;padding-bottom:22px;}

/* FINAL CTA */
.final-cta{background:var(--espresso);padding:100px 40px;text-align:center;}
.final-eyebrow{font-size:10px;letter-spacing:.25em;text-transform:uppercase;color:rgba(255,255,255,.28);margin-bottom:20px;}
.final-logo{height:44px;object-fit:contain;filter:brightness(0) invert(1);opacity:.15;margin:0 auto 28px;}
.final-cta h2{font-size:52px;color:var(--cream);line-height:1.05;margin-bottom:12px;}
.final-cta h2 em{color:var(--gold);}
.final-sub{font-size:13px;font-weight:300;color:rgba(255,255,255,.35);margin-bottom:40px;line-height:1.8;}
.final-actions{display:flex;align-items:center;justify-content:center;gap:20px;}

/* FOOTER */
#site-footer{background:var(--dark);padding:56px 40px 28px;}
.footer-top{display:grid;grid-template-columns:2fr 1fr 1fr 1fr;gap:40px;margin-bottom:48px;}
.footer-logo img{height:24px;object-fit:contain;filter:brightness(0) invert(1);opacity:.45;margin-bottom:14px;}
.footer-tagline{font-size:12px;font-weight:300;color:rgba(255,255,255,.28);line-height:1.8;}
.footer-col h4{font-family:'Inter',sans-serif;font-size:10px;letter-spacing:.2em;text-transform:uppercase;color:rgba(255,255,255,.25);margin-bottom:14px;font-weight:400;}
.footer-col a,.footer-col p{display:block;font-size:12px;font-weight:300;color:rgba(255,255,255,.45);margin-bottom:9px;transition:color .2s;}
.footer-col a:hover{color:var(--gold);}
.footer-divider{border:none;border-top:.5px solid rgba(255,255,255,.07);margin-bottom:18px;}
.footer-bottom{display:flex;justify-content:space-between;font-size:11px;color:rgba(255,255,255,.2);}
.footer-bottom a{color:rgba(255,255,255,.2);}
.footer-bottom a:hover{color:rgba(255,255,255,.45);}

/* CONTACT PAGE */
.contact-hero{display:grid;grid-template-columns:1fr 1fr;min-height:calc(100vh - 60px);}
.contact-left{background:var(--charcoal);padding:56px 48px 56px 40px;display:flex;flex-direction:column;justify-content:space-between;}
.contact-eyebrow{font-size:10px;letter-spacing:.25em;text-transform:uppercase;color:rgba(255,255,255,.28);margin-bottom:20px;}
.contact-left h1{font-size:42px;color:var(--cream);line-height:1.1;margin-bottom:20px;}
.contact-left h1 em{color:var(--gold);}
.contact-sub{font-size:13px;font-weight:300;color:rgba(255,255,255,.42);line-height:1.9;max-width:320px;margin-bottom:40px;}
.info-blocks{display:flex;flex-direction:column;}
.info-block{padding:18px 0;border-top:.5px solid rgba(255,255,255,.07);}
.info-block:last-child{border-bottom:.5px solid rgba(255,255,255,.07);}
.info-label{font-size:10px;letter-spacing:.2em;text-transform:uppercase;color:rgba(255,255,255,.25);margin-bottom:6px;}
.info-value{font-size:13px;font-weight:300;color:rgba(255,255,255,.75);line-height:1.6;}
.info-value a{color:var(--gold);}
.info-note{font-size:11px;font-weight:300;color:rgba(255,255,255,.25);margin-top:3px;}
.social-row{display:flex;gap:12px;margin-top:32px;}
.social-btn{font-size:10px;letter-spacing:.12em;text-transform:uppercase;color:rgba(255,255,255,.35);border:.5px solid rgba(255,255,255,.12);padding:9px 16px;border-radius:2px;cursor:pointer;transition:all .2s;background:none;}
.social-btn:hover{border-color:rgba(255,255,255,.35);color:rgba(255,255,255,.7);}
.response-promise{display:flex;align-items:flex-start;gap:12px;margin-top:32px;padding-top:24px;border-top:.5px solid rgba(255,255,255,.07);}
.rp-dot{width:7px;height:7px;border-radius:50%;background:var(--gold);flex-shrink:0;margin-top:4px;}
.rp-text{font-size:11px;font-weight:300;color:rgba(255,255,255,.28);line-height:1.75;}
.contact-right{background:var(--cream);padding:56px 40px 56px 48px;display:flex;flex-direction:column;justify-content:center;}
.contact-form-eyebrow{font-size:10px;letter-spacing:.22em;text-transform:uppercase;color:#bbb;margin-bottom:16px;display:flex;align-items:center;gap:12px;}
.contact-form-eyebrow::after{content:'';display:block;width:28px;height:.5px;background:#ddd;}
.contact-right h2{font-size:28px;color:var(--charcoal);margin-bottom:28px;line-height:1.2;}
.contact-right h2 em{color:var(--brown);}
.contact-bottom{background:var(--linen);padding:56px 40px;display:grid;grid-template-columns:repeat(3,1fr);gap:2px;}
.contact-bottom-card{background:var(--cream);padding:32px 24px;}
.cbc-icon{font-size:18px;margin-bottom:16px;display:block;}
.cbc-title{font-family:'Playfair Display',serif;font-size:17px;color:var(--charcoal);margin-bottom:8px;}
.cbc-desc{font-size:12px;font-weight:300;color:#888;line-height:1.85;}
.cbc-link{font-size:10px;letter-spacing:.14em;text-transform:uppercase;color:var(--gold);margin-top:14px;display:inline-block;border-bottom:.5px solid rgba(196,164,122,.3);padding-bottom:2px;}

/* GF skin — contact */
.contact-right .gform_wrapper input,.contact-right .gform_wrapper select,.contact-right .gform_wrapper textarea{width:100%;padding:12px 14px;border:.5px solid rgba(0,0,0,.12);border-radius:2px;font-size:13px;font-family:'Inter',sans-serif;color:var(--charcoal);background:#fff;}
.contact-right .gform_wrapper input:focus,.contact-right .gform_wrapper select:focus,.contact-right .gform_wrapper textarea:focus{outline:none;border-color:var(--charcoal);}
.contact-right .gform_wrapper input[type="submit"],.contact-right .gform_wrapper .gform_submit_button{width:100%;background:var(--charcoal);color:var(--cream);font-size:11px;font-weight:500;letter-spacing:.12em;text-transform:uppercase;padding:14px 28px;border-radius:2px;cursor:pointer;border:none;transition:background .2s;margin-top:8px;}
.contact-right .gform_wrapper input[type="submit"]:hover{background:var(--gold);}
.contact-right .gform_wrapper .gfield_label{font-size:10px;letter-spacing:.18em;text-transform:uppercase;color:#bbb;font-weight:400;margin-bottom:7px;}

/* GET A QUOTE PAGE */
.quote-page{display:grid;grid-template-columns:1fr 1fr;min-height:calc(100vh - 60px);}
.quote-left{background:var(--espresso);padding:80px 56px 80px 40px;display:flex;flex-direction:column;justify-content:space-between;}
.quote-left h1{font-size:48px;color:var(--cream);line-height:1.1;margin-bottom:20px;}
.quote-left h1 em{color:var(--gold);}
.quote-left-sub{font-size:13px;font-weight:300;color:rgba(255,255,255,.42);line-height:1.9;max-width:340px;margin-bottom:48px;}
.quote-promises{display:flex;flex-direction:column;gap:14px;}
.quote-promise{display:flex;align-items:baseline;gap:12px;font-size:12px;font-weight:300;color:rgba(255,255,255,.4);line-height:1.6;}
.quote-promise::before{content:'✦';color:var(--gold);font-size:10px;flex-shrink:0;}
.quote-right{background:var(--cream);padding:56px 40px;display:flex;flex-direction:column;justify-content:center;}
.quote-right h2{font-size:26px;color:var(--charcoal);margin-bottom:8px;}
.quote-right-sub{font-size:13px;font-weight:300;color:#aaa;margin-bottom:32px;line-height:1.7;}

/* GF skin — quote */
.quote-right .gform_wrapper input,.quote-right .gform_wrapper select,.quote-right .gform_wrapper textarea{width:100%;padding:12px 14px;border:.5px solid rgba(0,0,0,.12);border-radius:2px;font-size:13px;font-family:'Inter',sans-serif;color:var(--charcoal);background:#fff;margin-bottom:4px;}
.quote-right .gform_wrapper input:focus,.quote-right .gform_wrapper select:focus,.quote-right .gform_wrapper textarea:focus{outline:none;border-color:var(--charcoal);}
.quote-right .gform_wrapper input[type="submit"],.quote-right .gform_wrapper .gform_submit_button{width:100%;background:var(--gold);color:#fff;font-size:11px;font-weight:500;letter-spacing:.12em;text-transform:uppercase;padding:14px 28px;border-radius:2px;cursor:pointer;border:none;transition:background .2s;margin-top:12px;}
.quote-right .gform_wrapper input[type="submit"]:hover{background:var(--gold-dk);}
.quote-right .gform_wrapper .gfield_label{font-size:10px;letter-spacing:.18em;text-transform:uppercase;color:#bbb;font-weight:400;margin-bottom:7px;}
.quote-right .gform_wrapper .gf_progressbar{background:var(--linen);border-radius:2px;height:3px;}
.quote-right .gform_wrapper .gf_progressbar_percentage{background:var(--gold);height:3px;border-radius:2px;}
.quote-right .gform_wrapper .gform_next_button{background:var(--charcoal);color:var(--cream);font-size:11px;font-weight:500;letter-spacing:.1em;text-transform:uppercase;padding:12px 24px;border-radius:2px;cursor:pointer;border:none;transition:background .2s;}
.quote-right .gform_wrapper .gform_next_button:hover{background:var(--gold);}
.quote-right .gform_wrapper .gform_previous_button{background:none;color:#aaa;border:.5px solid rgba(0,0,0,.12);font-size:11px;letter-spacing:.1em;text-transform:uppercase;padding:12px 24px;border-radius:2px;cursor:pointer;}

/* ON THE REGULAR */
.otr-hero{background:var(--dark);min-height:calc(100vh - 60px);display:grid;grid-template-columns:1fr 1fr;}
.otr-hero-left{padding:80px 56px 72px 40px;display:flex;flex-direction:column;justify-content:space-between;}
.otr-eyebrow{font-size:10px;letter-spacing:.25em;text-transform:uppercase;color:rgba(255,255,255,.3);margin-bottom:28px;}
.otr-hero-left h1{font-size:52px;color:var(--cream);line-height:1.06;margin-bottom:20px;}
.otr-hero-left h1 em{color:var(--gold);}
.otr-hero-sub{font-size:13px;font-weight:300;line-height:1.95;color:rgba(255,255,255,.5);max-width:380px;margin-bottom:40px;}
.otr-hero-right{background:#1a160f;display:flex;flex-direction:column;justify-content:flex-end;}
.otr-stat-grid{display:grid;grid-template-columns:1fr 1fr;gap:1px;background:rgba(255,255,255,.06);}
.otr-stat{background:#1a160f;padding:28px 24px;}
.otr-stat-num{font-family:'Playfair Display',serif;font-size:30px;color:var(--cream);display:block;margin-bottom:6px;}
.otr-stat-label{font-size:11px;font-weight:300;color:rgba(255,255,255,.3);line-height:1.6;}
.otr-quote-band{background:var(--gold);padding:48px 40px;display:grid;grid-template-columns:1fr 1fr;gap:80px;align-items:center;}
.otr-quote-text{font-family:'Playfair Display',serif;font-style:italic;font-size:22px;color:#fff;line-height:1.5;}
.otr-quote-right{font-size:12px;font-weight:300;color:rgba(255,255,255,.75);line-height:1.85;}
.otr-quote-attr{font-size:10px;letter-spacing:.12em;text-transform:uppercase;color:rgba(255,255,255,.55);margin-top:16px;}
.cadence-section{padding:80px 40px;background:var(--linen);}
.cadence-section h2{font-size:36px;color:var(--charcoal);margin-bottom:10px;}
.cadence-section h2 em{color:var(--brown);}
.cadence-sub{font-size:13px;font-weight:300;color:#aaa;line-height:1.8;max-width:460px;margin-bottom:52px;}
.cadence-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:2px;}
.cadence-card{background:var(--cream);padding:36px 24px;position:relative;transition:background .2s;cursor:pointer;}
.cadence-card:hover{background:var(--charcoal);}
.cadence-card:hover .c-name,.cadence-card:hover .c-desc{color:rgba(255,255,255,.85);}
.cadence-card:hover .c-freq{color:var(--gold);}
.cadence-badge{position:absolute;top:20px;right:20px;font-size:9px;letter-spacing:.14em;text-transform:uppercase;background:var(--gold);color:#fff;padding:4px 10px;border-radius:1px;}
.c-freq{font-family:'Playfair Display',serif;font-size:11px;color:var(--gold);letter-spacing:.08em;margin-bottom:18px;transition:color .2s;}
.c-name{font-family:'Playfair Display',serif;font-size:24px;color:var(--charcoal);margin-bottom:12px;transition:color .2s;}
.c-desc{font-size:12px;font-weight:300;color:#777;line-height:1.85;transition:color .2s;}
.included-section{padding:80px 40px;background:var(--charcoal);}
.included-eyebrow{font-size:10px;letter-spacing:.22em;text-transform:uppercase;color:rgba(255,255,255,.3);margin-bottom:16px;}
.included-section h2{font-size:36px;color:var(--cream);line-height:1.15;margin-bottom:12px;}
.included-section h2 em{color:var(--gold);}
.included-sub{font-size:13px;font-weight:300;color:rgba(255,255,255,.38);max-width:480px;line-height:1.8;margin-bottom:56px;}
.included-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1px;background:rgba(255,255,255,.06);}
.inc-item{background:var(--charcoal);padding:36px 28px;}
.inc-num{font-size:10px;letter-spacing:.2em;color:var(--gold);margin-bottom:16px;}
.inc-title{font-size:15px;font-weight:500;color:var(--cream);margin-bottom:10px;}
.inc-desc{font-size:12px;font-weight:300;color:rgba(255,255,255,.4);line-height:1.85;}
.shift-section{overflow:hidden;}
.shift-header{padding:72px 40px 56px;background:var(--cream);}
.shift-header h2{font-size:36px;color:var(--charcoal);margin-bottom:10px;}
.shift-header h2 em{color:var(--brown);}
.shift-header p{font-size:13px;font-weight:300;color:#aaa;line-height:1.8;max-width:460px;}
.shift-cols{display:grid;grid-template-columns:1fr 1fr;}
.shift-before{background:var(--linen);padding:52px 40px 64px;}
.shift-after{background:var(--charcoal);padding:52px 40px 64px;}
.shift-col-label{font-size:10px;letter-spacing:.22em;text-transform:uppercase;margin-bottom:32px;display:flex;align-items:center;gap:10px;}
.shift-col-label::after{content:'';flex:1;height:.5px;}
.shift-before .shift-col-label{color:#bbb;}
.shift-before .shift-col-label::after{background:#ddd;}
.shift-after .shift-col-label{color:rgba(255,255,255,.3);}
.shift-after .shift-col-label::after{background:rgba(255,255,255,.1);}
.shift-row{padding:20px 0;border-bottom:.5px solid;}
.shift-row:first-child{border-top:.5px solid;}
.shift-before .shift-row{border-color:rgba(0,0,0,.07);}
.shift-after .shift-row{border-color:rgba(255,255,255,.07);}
.shift-row-cat{font-size:10px;letter-spacing:.15em;text-transform:uppercase;margin-bottom:6px;}
.shift-before .shift-row-cat{color:#bbb;}
.shift-after .shift-row-cat{color:var(--gold);}
.shift-row-text{font-size:13px;font-weight:300;line-height:1.7;}
.shift-before .shift-row-text{color:#888;}
.shift-after .shift-row-text{color:rgba(255,255,255,.7);}
.spaces-section{padding:80px 0;background:var(--cream);overflow:hidden;}
.spaces-header{padding:0 40px 52px;}
.spaces-header h2{font-size:36px;color:var(--charcoal);margin-bottom:10px;}
.spaces-header h2 em{color:var(--brown);}
.spaces-header p{font-size:13px;font-weight:300;color:#aaa;line-height:1.8;max-width:440px;}
.spaces-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:2px;}
.space-card{background:var(--dark);min-height:420px;padding:40px 28px;display:flex;flex-direction:column;justify-content:space-between;cursor:pointer;position:relative;overflow:hidden;transition:background .25s;}
.space-card:hover{background:#0d0d0d;}
.space-card-glyph{font-size:72px;opacity:.04;position:absolute;bottom:24px;right:20px;transition:opacity .25s;}
.space-card:hover .space-card-glyph{opacity:.07;}
.space-card-num{font-size:10px;letter-spacing:.22em;text-transform:uppercase;color:rgba(255,255,255,.2);margin-bottom:32px;}
.space-card h3{font-size:22px;color:var(--cream);line-height:1.2;margin-bottom:16px;}
.space-card h3 em{color:var(--gold);}
.space-card-desc{font-size:12px;font-weight:300;color:rgba(255,255,255,.38);line-height:1.85;margin-bottom:24px;}
.space-tags{display:flex;flex-direction:column;gap:6px;}
.space-tag{font-size:10px;letter-spacing:.1em;text-transform:uppercase;color:rgba(255,255,255,.25);display:flex;align-items:center;gap:8px;}
.space-tag::before{content:'';width:16px;height:.5px;background:rgba(255,255,255,.15);flex-shrink:0;}
.howstart-section{padding:80px 40px;background:var(--linen);}
.howstart-hd{display:flex;align-items:flex-end;justify-content:space-between;margin-bottom:56px;}
.howstart-hd h2{font-size:36px;color:var(--charcoal);}
.howstart-hd h2 em{color:var(--brown);}
.steps-timeline{position:relative;}
.steps-line{position:absolute;top:22px;left:22px;right:0;height:.5px;background:rgba(0,0,0,.1);}
.steps-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:32px;position:relative;}
.step-dot{width:44px;height:44px;border-radius:50%;background:var(--cream);border:.5px solid rgba(0,0,0,.12);display:flex;align-items:center;justify-content:center;margin-bottom:24px;font-family:'Playfair Display',serif;font-size:14px;color:var(--gold);}
.step-label{font-size:10px;letter-spacing:.15em;text-transform:uppercase;color:#bbb;margin-bottom:12px;}
.step-title{font-size:16px;font-weight:500;color:var(--charcoal);margin-bottom:10px;line-height:1.3;}
.step-desc{font-size:12px;font-weight:300;color:#888;line-height:1.8;}
.otr-form-section{background:var(--espresso);}
.otr-form-inner{display:grid;grid-template-columns:1fr 1fr;min-height:560px;}
.otr-form-left{padding:80px 56px 80px 40px;display:flex;flex-direction:column;justify-content:space-between;}
.otr-form-eyebrow{font-size:10px;letter-spacing:.25em;text-transform:uppercase;color:rgba(255,255,255,.28);margin-bottom:20px;}
.otr-form-left h2{font-size:44px;color:var(--cream);line-height:1.1;margin-bottom:20px;}
.otr-form-left h2 em{color:var(--gold);}
.otr-form-body{font-size:13px;font-weight:300;color:rgba(255,255,255,.4);line-height:1.85;margin-bottom:32px;max-width:320px;}
.otr-promises{display:flex;flex-direction:column;gap:12px;}
.otr-promise{font-size:12px;font-weight:300;color:rgba(255,255,255,.3);display:flex;gap:12px;align-items:baseline;}
.otr-promise::before{content:'✦';color:var(--gold);flex-shrink:0;font-size:10px;}
.otr-contact-info{font-size:11px;color:rgba(255,255,255,.2);font-weight:300;margin-top:40px;}
.otr-form-right{background:var(--charcoal);padding:56px 40px;}
.otr-form-right .gform_wrapper input,.otr-form-right .gform_wrapper select,.otr-form-right .gform_wrapper textarea{width:100%;padding:14px 0;background:transparent;border:none;border-bottom:.5px solid rgba(255,255,255,.12);font-size:13px;font-family:'Inter',sans-serif;color:var(--cream);}
.otr-form-right .gform_wrapper input::placeholder,.otr-form-right .gform_wrapper textarea::placeholder{color:rgba(255,255,255,.2);}
.otr-form-right .gform_wrapper input:focus,.otr-form-right .gform_wrapper select:focus,.otr-form-right .gform_wrapper textarea:focus{outline:none;border-bottom-color:rgba(255,255,255,.4);}
.otr-form-right .gform_wrapper select{color:rgba(255,255,255,.35);}
.otr-form-right .gform_wrapper .gfield_label{font-size:10px;letter-spacing:.18em;text-transform:uppercase;color:rgba(255,255,255,.3);font-weight:400;margin-bottom:8px;}
.otr-form-right .gform_wrapper input[type="submit"],.otr-form-right .gform_wrapper .gform_submit_button{width:100%;background:var(--gold);color:#fff;font-size:11px;font-weight:500;letter-spacing:.12em;text-transform:uppercase;padding:15px 28px;border-radius:2px;cursor:pointer;border:none;transition:background .2s;margin-top:32px;}
.otr-form-right .gform_wrapper input[type="submit"]:hover{background:var(--gold-dk);}

/* MOBILE */
@media(max-width:768px){
  .site-nav{padding:0 20px;}
  .nav-links{display:none;}
  .nav-hamburger{display:flex;}
  .home-hero{grid-template-columns:1fr;min-height:auto;}
  .home-hero-left{padding:56px 24px 48px;}
  .home-hero h1{font-size:36px;}
  .home-hero-right{height:100px;}
  .home-hero-right img{object-fit:cover;object-position:center 50%;width:100%;height:100%;}
  .stats-bar{padding:0;flex-wrap:wrap;position:relative;z-index:2;}
  .stats-bar .stat{min-width:50%;border-right:none;border-bottom:.5px solid rgba(255,255,255,.15);padding:10px 8px;}
  .stats-bar .stat:nth-child(odd){border-right:.5px solid rgba(255,255,255,.25);}
  .stat-num{font-size:15px;}
  .stat-label{font-size:8px;letter-spacing:.06em;}
  .positioning{padding:48px 24px;}
  .positioning h2{font-size:28px;}
  .story-section{grid-template-columns:1fr;}
  .story-left{padding:48px 24px;}
  .story-left h2{font-size:28px;}
  .story-right{height:280px;}
  .where-header{padding:48px 24px 40px;}
  .where-header h2{font-size:28px;}
  .where-grid{grid-template-columns:1fr;}
  .where-card{min-height:auto;padding:36px 24px;}
  .offers-header{padding:48px 24px 0;}
  .offers-header h2{font-size:28px;}
  .offers-body{grid-template-columns:1fr;}
  .offers-cats{display:grid;grid-template-columns:1fr 1fr;}
  .offers-cat{padding:16px 20px;}
  .offers-panels{border-left:none;}
  .offers-panel{padding:32px 24px;}
  .offers-items{grid-template-columns:1fr;}
  .standard-section{padding:56px 24px;}
  .standard-section h2{font-size:28px;}
  .std-table{display:block;overflow-x:auto;}
  .enh-section{padding:56px 24px;}
  .enh-section h2{font-size:28px;}
  .enh-grid{grid-template-columns:1fr 1fr;}
  .process-section{grid-template-columns:1fr;gap:40px;padding:56px 24px;}
  .process-section h2{font-size:28px;}
  .mid-cta{flex-direction:column;align-items:flex-start;padding:56px 24px;gap:28px;}
  .mid-cta h2{font-size:30px;}
  .reviews-section{padding:56px 24px;}
  .reviews-header{flex-direction:column;align-items:flex-start;gap:16px;}
  .reviews-header h2{font-size:28px;}
  .reviews-grid{grid-template-columns:1fr;}
  .gallery-header{flex-direction:column;align-items:flex-start;gap:16px;padding:48px 24px 40px;}
  .gallery-h2{font-size:28px;}
  .gallery-grid{grid-template-columns:1fr 1fr;grid-template-rows:auto;}
  .gallery-item:nth-child(1){grid-row:span 1;}
  .menu-top{padding:0 24px 40px;}
  .menu-top h2{font-size:28px;}
  .menu-tabs{overflow-x:auto;}
  .menu-tab{min-width:100px;padding:16px;}
  .menu-tab-name{font-size:12px;}
  .menu-panel{grid-template-columns:1fr;gap:32px;padding:32px 24px 48px;}
  .menu-panel.active{display:block;}
  .faq-section{padding:56px 24px;}
  .faq-section h2{font-size:28px;}
  .final-cta{padding:72px 24px;}
  .final-cta h2{font-size:36px;}
  .final-actions{flex-direction:column;align-items:center;}
  #site-footer{padding:48px 24px 24px;}
  .footer-top{grid-template-columns:1fr 1fr;gap:28px;}
  .footer-bottom{flex-direction:column;gap:8px;}
  .contact-hero{grid-template-columns:1fr;min-height:auto;}
  .contact-left{padding:48px 24px;}
  .contact-left h1{font-size:32px;}
  .contact-right{padding:48px 24px;}
  .contact-bottom{grid-template-columns:1fr;padding:48px 24px;}
  .quote-page{grid-template-columns:1fr;min-height:auto;}
  .quote-left{padding:56px 24px;}
  .quote-left h1{font-size:36px;}
  .quote-right{padding:48px 24px;}
  .otr-hero{grid-template-columns:1fr;min-height:auto;}
  .otr-hero-left{padding:56px 24px 48px;}
  .otr-hero-left h1{font-size:36px;}
  .otr-stat-grid{height:220px;}
  .otr-quote-band{grid-template-columns:1fr;gap:24px;padding:48px 24px;}
  .cadence-section{padding:56px 24px;}
  .cadence-section h2{font-size:28px;}
  .cadence-grid{grid-template-columns:1fr 1fr;}
  .included-section{padding:56px 24px;}
  .included-section h2{font-size:28px;}
  .included-grid{grid-template-columns:1fr;}
  .shift-header{padding:48px 24px 40px;}
  .shift-cols{grid-template-columns:1fr;}
  .shift-before,.shift-after{padding:40px 24px;}
  .spaces-header{padding:0 24px 40px;}
  .spaces-section{padding:56px 0;}
  .spaces-grid{grid-template-columns:1fr 1fr;}
  .howstart-section{padding:56px 24px;}
  .howstart-hd{flex-direction:column;align-items:flex-start;gap:24px;}
  .howstart-hd h2{font-size:28px;}
  .steps-line{display:none;}
  .steps-grid{grid-template-columns:1fr;gap:0;}
  .otr-form-inner{grid-template-columns:1fr;}
  .otr-form-left{padding:56px 24px;}
  .otr-form-left h2{font-size:32px;}
  .otr-form-right{padding:48px 24px;}
}
@media(max-width:480px){
  .nav-cta-btn{display:none;}
  .home-hero h1{font-size:30px;}
  .enh-grid{grid-template-columns:1fr;}
  .cadence-grid{grid-template-columns:1fr;}
  .spaces-grid{grid-template-columns:1fr;}
  .gallery-grid{grid-template-columns:1fr;}
  .footer-top{grid-template-columns:1fr;}
}
/*
Theme Name:  The Last Drip Child
Description: Custom child theme for The Last Drip Co LLC
Author:      The Last Drip
Template:    twentytwentyfour
Version:     1.0.0
*/

@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400;0,500;1,400;1,500&family=Inter:wght@300;400;500&display=swap');

*,*::before,*::after{margin:0;padding:0;box-sizing:border-box;}
:root{
  --cream:#FAF8F5;--linen:#F0EBE3;--tan:#D4C4B0;
  --gold:#C4A47A;--gold-dk:#b8936a;--brown:#6B4E2A;
  --charcoal:#1a1a1a;--dark:#111111;--espresso:#2A1F14;
}
html{scroll-behavior:smooth;}
body{font-family:'Inter',sans-serif;font-size:14px;color:var(--charcoal);background:var(--cream);-webkit-font-smoothing:antialiased;}
img{max-width:100%;height:auto;display:block;}
a{text-decoration:none;color:inherit;}
button{cursor:pointer;font-family:'Inter',sans-serif;}
h1,h2,h3,h4{font-family:'Playfair Display',serif;font-weight:400;}
em{font-style:italic;}

/* HELPERS */
.sec-label{font-size:10px;letter-spacing:.22em;text-transform:uppercase;color:#bbb;margin-bottom:18px;display:flex;align-items:center;gap:12px;}
.sec-label::after{content:'';display:block;width:28px;height:.5px;background:#ddd;}
.sec-label-lt{font-size:10px;letter-spacing:.22em;text-transform:uppercase;color:rgba(255,255,255,.3);margin-bottom:18px;display:flex;align-items:center;gap:12px;}
.sec-label-lt::after{content:'';display:block;width:28px;height:.5px;background:rgba(255,255,255,.15);}

/* BUTTONS */
.btn-primary{display:inline-block;background:var(--charcoal);color:var(--cream);font-size:11px;font-weight:500;letter-spacing:.1em;text-transform:uppercase;padding:13px 28px;border-radius:2px;border:none;transition:background .2s;}
.btn-primary:hover{background:var(--gold);color:#fff;}
.btn-light{display:inline-block;background:var(--cream);color:var(--charcoal);font-size:11px;font-weight:500;letter-spacing:.1em;text-transform:uppercase;padding:13px 28px;border-radius:2px;border:none;transition:background .2s;}
.btn-light:hover{background:var(--gold);color:#fff;}
.btn-gold{display:inline-block;background:var(--gold);color:#fff;font-size:11px;font-weight:500;letter-spacing:.12em;text-transform:uppercase;padding:14px 36px;border-radius:2px;border:none;transition:background .2s;}
.btn-gold:hover{background:var(--gold-dk);}
.btn-ghost-dk{font-size:11px;letter-spacing:.1em;text-transform:uppercase;color:rgba(255,255,255,.35);border-bottom:.5px solid rgba(255,255,255,.18);padding-bottom:2px;cursor:pointer;background:none;border-top:none;border-left:none;border-right:none;}

/* NAV */
#site-header{position:sticky;top:0;z-index:100;background:var(--cream);border-bottom:.5px solid rgba(0,0,0,.1);}
.site-nav{display:flex;align-items:center;justify-content:space-between;height:60px;padding:0 40px;}
.nav-logo img{height:26px;width:auto;object-fit:contain;}
.nav-links{display:flex;align-items:center;gap:28px;list-style:none;}
.nav-links a{font-size:11px;font-weight:400;letter-spacing:.1em;text-transform:uppercase;color:#666;transition:color .2s;}
.nav-links a:hover,.nav-links a.active{color:var(--charcoal);}
.nav-links a.active{border-bottom:.5px solid var(--charcoal);padding-bottom:2px;}
.nav-cta-btn{background:var(--charcoal);color:var(--cream);font-size:11px;font-weight:500;letter-spacing:.1em;text-transform:uppercase;padding:9px 20px;border-radius:2px;border:none;white-space:nowrap;transition:background .2s;display:inline-block;}
.nav-cta-btn:hover{background:var(--gold);color:#fff;}
.nav-hamburger{display:none;flex-direction:column;gap:5px;cursor:pointer;padding:4px;background:none;border:none;}
.nav-hamburger span{display:block;width:22px;height:1.5px;background:var(--charcoal);border-radius:1px;}
.mobile-menu{display:none;position:fixed;top:60px;left:0;right:0;background:var(--cream);border-bottom:.5px solid rgba(0,0,0,.1);z-index:99;}
.mobile-menu.open{display:block;}
.mobile-menu a{display:block;padding:16px 24px;font-size:12px;font-weight:400;letter-spacing:.1em;text-transform:uppercase;color:#666;border-bottom:.5px solid rgba(0,0,0,.06);}
.mobile-menu a.active{color:var(--charcoal);}
.mobile-menu .mobile-cta{display:block;margin:16px 24px 20px;background:var(--charcoal);color:var(--cream);font-size:11px;font-weight:500;letter-spacing:.1em;text-transform:uppercase;padding:13px 20px;border-radius:2px;text-align:center;}

/* STATS */
.stats-bar{background:var(--gold);display:flex;padding:0 40px;}
.stats-bar .stat{flex:1;text-align:center;padding:20px 0;border-right:.5px solid rgba(255,255,255,.25);}
.stats-bar .stat:last-child{border-right:none;}
.stat-num{font-family:'Playfair Display',serif;font-size:22px;color:#fff;display:block;}
.stat-label{font-size:10px;letter-spacing:.14em;text-transform:uppercase;color:rgba(255,255,255,.72);margin-top:3px;display:block;}

/* TICKER */
.ticker{background:var(--charcoal);padding:12px 0;overflow:hidden;}
.ticker-inner{display:flex;gap:52px;font-size:10px;letter-spacing:.18em;text-transform:uppercase;white-space:nowrap;color:rgba(255,255,255,.35);animation:ticker-scroll 28s linear infinite;width:max-content;}
.ticker-inner:hover{animation-play-state:paused;}
@keyframes ticker-scroll{0%{transform:translateX(0)}100%{transform:translateX(-50%)}}

/* MARQUEE */
.marquee-section{padding:48px 0;border-bottom:.5px solid rgba(0,0,0,.07);overflow:hidden;}
.marquee-label{text-align:center;font-size:10px;letter-spacing:.22em;text-transform:uppercase;color:#ccc;margin-bottom:24px;}
.marquee-wrap{overflow:hidden;position:relative;}
.marquee-wrap::before,.marquee-wrap::after{content:'';position:absolute;top:0;bottom:0;width:80px;z-index:2;}
.marquee-wrap::before{left:0;background:linear-gradient(to right,var(--cream),transparent);}
.marquee-wrap::after{right:0;background:linear-gradient(to left,var(--cream),transparent);}
.marquee-track{display:flex;width:max-content;animation:marquee 24s linear infinite;}
.marquee-track:hover{animation-play-state:paused;}
@keyframes marquee{0%{transform:translateX(0)}100%{transform:translateX(-50%)}}
.logo-pill{display:flex;align-items:center;justify-content:center;padding:0 40px;border-right:.5px solid rgba(0,0,0,.07);height:50px;min-width:150px;}
.logo-pill img{max-height:28px;width:auto;opacity:.4;filter:grayscale(100%);object-fit:contain;}
.logo-pill span{font-size:11px;font-weight:500;letter-spacing:.08em;text-transform:uppercase;color:#ccc;white-space:nowrap;}

/* HOME HERO */
.home-hero{background:var(--dark);display:grid;grid-template-columns:1fr 1fr;min-height:calc(100vh - 60px);}
.home-hero-left{padding:80px 56px 72px 40px;display:flex;flex-direction:column;justify-content:center;}
.home-hero-eyebrow{font-size:11px;letter-spacing:.22em;text-transform:uppercase;color:rgba(255,255,255,.35);margin-bottom:28px;}
.home-hero h1{font-size:52px;line-height:1.08;color:var(--cream);margin-bottom:16px;}
.home-hero h1 em{color:var(--gold);}
.home-hero-sub{font-size:13px;font-weight:300;line-height:1.9;color:rgba(255,255,255,.5);max-width:360px;margin-bottom:36px;}
.home-hero-actions{display:flex;align-items:center;gap:20px;}
.home-hero-right{background:#1e1a14;position:relative;overflow:hidden;}
.home-hero-right img{width:100%;height:100%;object-fit:cover;opacity:.85;}
.hero-logo-watermark{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);height:80px;opacity:.08;filter:brightness(0) invert(1);}

/* POSITIONING */
.positioning{padding:64px 40px;border-bottom:.5px solid rgba(0,0,0,.07);}
.positioning h2{font-size:38px;line-height:1.15;color:var(--charcoal);max-width:640px;}
.positioning h2 em{color:var(--brown);}

/* STORY */
.story-section{display:grid;grid-template-columns:1fr 1fr;}
.story-left{padding:72px 56px 72px 40px;}
.story-left h2{font-size:34px;line-height:1.15;color:var(--charcoal);margin-bottom:22px;}
.story-body{font-size:13px;font-weight:300;line-height:1.95;color:#666;margin-bottom:14px;}
.story-quote{font-family:'Playfair Display',serif;font-style:italic;font-size:15px;color:var(--charcoal);line-height:1.7;border-left:2px solid var(--gold);padding-left:20px;margin:28px 0;}
.story-quote cite{font-size:11px;font-style:normal;font-family:'Inter',sans-serif;color:#bbb;margin-top:8px;display:block;}
.story-right{background:var(--tan);overflow:hidden;}
.story-right img{width:100%;height:100%;object-fit:cover;}

/* WHERE WE COME */
.where-header{padding:72px 40px 56px;}
.where-header h2{font-size:36px;color:var(--charcoal);margin-bottom:10px;}
.where-header h2 em{color:var(--brown);}
.where-header p{font-size:13px;font-weight:300;color:#aaa;line-height:1.8;max-width:480px;}
.where-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2px;}
.where-card{background:var(--charcoal);position:relative;overflow:hidden;min-height:340px;display:flex;flex-direction:column;justify-content:space-between;padding:48px 36px;transition:background .25s;}
.where-card:hover{background:#141414;}
.where-card-glyph{position:absolute;font-size:80px;bottom:24px;right:20px;opacity:.04;transition:opacity .3s;}
.where-card:hover .where-card-glyph{opacity:.07;}
.where-card-num{font-size:10px;letter-spacing:.22em;text-transform:uppercase;color:rgba(255,255,255,.25);margin-bottom:32px;}
.where-card h3{font-size:28px;color:var(--cream);line-height:1.15;margin-bottom:16px;}
.where-card h3 em{color:var(--gold);}
.where-card-desc{font-size:12px;font-weight:300;color:rgba(255,255,255,.4);line-height:1.85;margin-bottom:28px;}
.where-tags{display:flex;flex-wrap:wrap;gap:6px;margin-bottom:28px;}
.where-tag{font-size:10px;letter-spacing:.1em;text-transform:uppercase;color:rgba(255,255,255,.3);border:.5px solid rgba(255,255,255,.12);padding:5px 10px;border-radius:1px;}
.where-cta{font-size:10px;letter-spacing:.14em;text-transform:uppercase;color:var(--gold);border-bottom:.5px solid rgba(196,164,122,.3);padding-bottom:2px;display:inline-block;}

/* WHAT WE OFFER */
.offers-section{background:var(--dark);}
.offers-header{padding:64px 40px 0;}
.offers-eyebrow{font-size:10px;letter-spacing:.22em;text-transform:uppercase;color:rgba(255,255,255,.3);margin-bottom:16px;}
.offers-header h2{font-size:36px;color:var(--cream);margin-bottom:10px;}
.offers-header h2 em{color:var(--gold);}
.offers-header p{font-size:13px;font-weight:300;color:rgba(255,255,255,.38);line-height:1.8;margin-bottom:48px;max-width:480px;}
.offers-body{display:grid;grid-template-columns:260px 1fr;}
.offers-cats{border-top:.5px solid rgba(255,255,255,.07);}
.offers-cat{padding:22px 40px;border-bottom:.5px solid rgba(255,255,255,.07);cursor:pointer;display:flex;align-items:center;justify-content:space-between;transition:background .2s;}
.offers-cat:hover{background:rgba(255,255,255,.03);}
.offers-cat.active{background:rgba(196,164,122,.1);}
.offers-cat-left{display:flex;align-items:center;gap:14px;}
.offers-cat-icon{font-size:16px;width:22px;text-align:center;}
.offers-cat-name{font-size:13px;color:rgba(255,255,255,.4);transition:color .2s;}
.offers-cat.active .offers-cat-name{color:var(--cream);}
.offers-cat-arrow{font-size:12px;color:rgba(255,255,255,.12);transition:color .2s;}
.offers-cat.active .offers-cat-arrow{color:var(--gold);}
.offers-panels{border-left:.5px solid rgba(255,255,255,.07);border-top:.5px solid rgba(255,255,255,.07);}
.offers-panel{display:none;padding:40px 48px;}
.offers-panel.active{display:block;}
.offers-panel h3{font-size:28px;color:var(--cream);margin-bottom:12px;}
.offers-panel h3 em{color:var(--gold);}
.offers-panel-desc{font-size:13px;font-weight:300;color:rgba(255,255,255,.45);line-height:1.9;margin-bottom:32px;max-width:380px;}
.offers-items{display:grid;grid-template-columns:1fr 1fr;gap:1px;background:rgba(255,255,255,.06);margin-bottom:32px;}
.offers-item{background:var(--dark);padding:16px 18px;}
.offers-item-name{font-size:13px;font-weight:300;color:rgba(255,255,255,.7);margin-bottom:4px;}
.offers-item-note{font-size:11px;color:rgba(255,255,255,.25);}

/* STANDARD */
.standard-section{padding:80px 40px;background:var(--charcoal);}
.standard-eyebrow{font-size:10px;letter-spacing:.22em;text-transform:uppercase;color:rgba(255,255,255,.3);margin-bottom:16px;}
.standard-section h2{font-size:36px;color:var(--cream);line-height:1.15;margin-bottom:12px;}
.standard-section h2 em{color:var(--gold);}
.standard-sub{font-size:13px;font-weight:300;color:rgba(255,255,255,.4);max-width:480px;line-height:1.8;margin-bottom:48px;}
.std-table{width:100%;border-collapse:collapse;}
.std-table thead tr{border-bottom:.5px solid rgba(255,255,255,.1);}
.std-table th{font-size:10px;letter-spacing:.18em;text-transform:uppercase;color:rgba(255,255,255,.25);font-weight:400;padding:14px 16px;text-align:left;}
.std-table th:last-child{color:var(--gold);}
.std-table td{padding:16px;font-size:12px;font-weight:300;line-height:1.7;border-bottom:.5px solid rgba(255,255,255,.05);vertical-align:top;}
.std-table td:first-child{color:rgba(255,255,255,.4);font-weight:500;font-size:11px;letter-spacing:.04em;white-space:nowrap;}
.std-table td:nth-child(2){color:rgba(255,255,255,.25);}
.std-table td:last-child{color:rgba(255,255,255,.75);}
.std-check{color:var(--gold);margin-right:6px;}
.std-ex{color:rgba(255,255,255,.15);margin-right:6px;}

/* ENHANCEMENTS */
.enh-section{padding:80px 40px;background:var(--cream);}
.enh-section h2{font-size:36px;color:var(--charcoal);margin-bottom:10px;}
.enh-section h2 em{color:var(--brown);}
.enh-sub{font-size:13px;font-weight:300;color:#aaa;line-height:1.8;max-width:440px;margin-bottom:52px;}
.enh-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:2px;}
.enh-card{background:var(--linen);padding:32px 20px;display:flex;flex-direction:column;justify-content:space-between;cursor:pointer;transition:background .2s;}
.enh-card:hover{background:var(--charcoal);}
.enh-card:hover .enh-name,.enh-card:hover .enh-desc{color:rgba(255,255,255,.85);}
.enh-icon-wrap{width:38px;height:38px;border-radius:50%;background:#E8E0D5;display:flex;align-items:center;justify-content:center;font-size:17px;margin-bottom:20px;transition:background .2s;}
.enh-card:hover .enh-icon-wrap{background:rgba(255,255,255,.08);}
.enh-name{font-family:'Playfair Display',serif;font-size:15px;color:var(--charcoal);margin-bottom:8px;line-height:1.3;transition:color .2s;}
.enh-desc{font-size:11px;font-weight:300;color:#888;line-height:1.8;margin-bottom:18px;flex:1;transition:color .2s;}
.enh-tag{font-size:10px;letter-spacing:.14em;text-transform:uppercase;color:var(--gold);}

/* PROCESS */
.process-section{padding:80px 40px;display:grid;grid-template-columns:1fr 1fr;gap:80px;align-items:start;}
.process-section h2{font-size:34px;line-height:1.2;color:var(--charcoal);margin-bottom:16px;}
.process-section h2 em{color:var(--brown);}
.process-sub{font-size:13px;font-weight:300;color:#aaa;line-height:1.8;margin-bottom:36px;}
.proc-item{padding:22px 0;border-top:.5px solid rgba(0,0,0,.09);}
.proc-item:last-child{border-bottom:.5px solid rgba(0,0,0,.09);}
.proc-num{font-size:10px;letter-spacing:.2em;color:var(--gold);margin-bottom:10px;}
.proc-title{font-size:14px;font-weight:500;color:var(--charcoal);margin-bottom:6px;}
.proc-desc{font-size:12px;font-weight:300;color:#888;line-height:1.8;}

/* MID CTA */
.mid-cta{background:var(--charcoal);padding:80px 40px;display:flex;align-items:center;justify-content:space-between;gap:40px;}
.mid-cta-label{font-size:10px;letter-spacing:.22em;text-transform:uppercase;color:rgba(255,255,255,.28);margin-bottom:14px;}
.mid-cta h2{font-size:40px;color:var(--cream);line-height:1.1;}
.mid-cta h2 em{color:var(--gold);}

/* REVIEWS */
.reviews-section{padding:80px 40px;}
.reviews-header{display:flex;align-items:flex-end;justify-content:space-between;margin-bottom:12px;}
.reviews-header h2{font-size:34px;color:var(--charcoal);}
.google-badge{display:flex;align-items:center;gap:10px;background:var(--linen);border-radius:2px;padding:10px 16px;}
.google-badge-stars{color:var(--gold);font-size:13px;letter-spacing:2px;}
.google-badge-text{font-size:11px;color:#999;line-height:1.5;}
.reviews-note{font-size:11px;color:#ccc;margin-bottom:40px;font-weight:300;}
.reviews-note span{color:var(--gold);}
.reviews-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2px;}
.review-card{background:var(--linen);padding:32px 26px;display:flex;flex-direction:column;justify-content:space-between;}
.review-stars{color:var(--gold);font-size:11px;letter-spacing:3px;margin-bottom:16px;}
.review-text{font-family:'Playfair Display',serif;font-style:italic;font-size:14px;color:var(--charcoal);line-height:1.75;margin-bottom:24px;flex:1;}
.review-name{font-size:12px;font-weight:500;color:var(--charcoal);}
.review-date{font-size:11px;color:#bbb;margin-top:3px;}
.review-via{font-size:10px;letter-spacing:.12em;text-transform:uppercase;color:var(--gold);margin-top:8px;}

/* GALLERY */
.gallery-section{padding:0;background:var(--cream);}
.gallery-header{padding:72px 40px 52px;display:flex;align-items:flex-end;justify-content:space-between;}
.gallery-h2{font-size:36px;color:var(--charcoal);margin-bottom:8px;line-height:1.15;}
.gallery-h2 em{color:var(--brown);}
.gallery-sub{font-size:13px;font-weight:300;color:#aaa;line-height:1.8;max-width:400px;}
.gallery-view-all{font-size:11px;letter-spacing:.1em;text-transform:uppercase;color:var(--gold);border-bottom:.5px solid rgba(196,164,122,.35);padding-bottom:2px;cursor:pointer;white-space:nowrap;flex-shrink:0;background:none;border-top:none;border-left:none;border-right:none;text-decoration:none;display:inline-block;}
.gallery-grid{display:grid;grid-template-columns:repeat(3,1fr);grid-template-rows:320px 220px;gap:3px;}
.gallery-item{position:relative;overflow:hidden;background:var(--tan);cursor:pointer;}
.gallery-item:nth-child(1){grid-row:span 2;}
.gallery-item img{width:100%;height:100%;object-fit:cover;transition:transform .4s ease;}
.gallery-item:hover img{transform:scale(1.04);}
.gallery-item:hover .gallery-overlay{opacity:1;}
.gallery-overlay{position:absolute;inset:0;background:rgba(26,26,26,.4);display:flex;align-items:center;justify-content:center;opacity:0;transition:opacity .3s;}
.gallery-overlay-icon{width:44px;height:44px;border-radius:50%;background:rgba(255,255,255,.15);border:.5px solid rgba(255,255,255,.4);display:flex;align-items:center;justify-content:center;font-size:20px;color:#fff;line-height:1;}
.gallery-ph{width:100%;height:100%;min-height:180px;display:flex;align-items:center;justify-content:center;flex-direction:column;gap:8px;}
.gallery-ph span{font-size:9px;letter-spacing:.16em;text-transform:uppercase;color:#8a7660;opacity:.6;}
.lightbox{position:fixed;inset:0;background:rgba(10,8,6,.92);z-index:500;display:none;align-items:center;justify-content:center;}
.lightbox.open{display:flex;}
.lightbox-inner{position:relative;max-width:900px;width:90vw;}
.lightbox-img-area{background:var(--charcoal);aspect-ratio:4/3;display:flex;align-items:center;justify-content:center;border-radius:2px;overflow:hidden;}
.lightbox-img-area img{width:100%;height:100%;object-fit:cover;}
.lightbox-close{position:absolute;top:-44px;right:0;background:none;border:none;color:rgba(255,255,255,.5);font-size:22px;cursor:pointer;padding:4px;line-height:1;}
.lightbox-close:hover{color:#fff;}
.lightbox-nav{display:flex;align-items:center;justify-content:space-between;margin-top:14px;}
.lightbox-btn{background:none;border:.5px solid rgba(255,255,255,.15);color:rgba(255,255,255,.5);font-size:11px;letter-spacing:.1em;text-transform:uppercase;padding:10px 20px;border-radius:2px;cursor:pointer;transition:all .2s;}
.lightbox-btn:hover{border-color:rgba(255,255,255,.4);color:#fff;}
.lightbox-counter{font-size:11px;letter-spacing:.1em;text-transform:uppercase;color:rgba(255,255,255,.3);}

/* MENU */
.menu-section{background:var(--dark);padding:80px 0 0;}
.menu-top{padding:0 40px 48px;}
.menu-eyebrow{font-size:10px;letter-spacing:.22em;text-transform:uppercase;color:rgba(255,255,255,.3);margin-bottom:16px;}
.menu-top h2{font-size:36px;color:var(--cream);}
.menu-top h2 em{color:var(--gold);}
.menu-tabs{display:flex;border-top:.5px solid rgba(255,255,255,.08);border-bottom:.5px solid rgba(255,255,255,.08);}
.menu-tab{flex:1;padding:20px 24px;cursor:pointer;border-right:.5px solid rgba(255,255,255,.08);transition:background .2s;}
.menu-tab:last-child{border-right:none;}
.menu-tab:hover{background:rgba(255,255,255,.03);}
.menu-tab.active{background:rgba(196,164,122,.08);}
.menu-tab-icon{font-size:18px;display:block;margin-bottom:8px;}
.menu-tab-name{font-family:'Playfair Display',serif;font-size:15px;color:rgba(255,255,255,.4);transition:color .2s;display:block;}
.menu-tab.active .menu-tab-name{color:var(--cream);}
.menu-tab-bar{height:2px;background:transparent;margin-top:14px;transition:background .2s;border-radius:1px;}
.menu-tab.active .menu-tab-bar{background:var(--gold);}
.menu-panel{display:none;padding:48px 40px 64px;grid-template-columns:1fr 1fr;gap:80px;}
.menu-panel.active{display:grid;}
.menu-panel-title{font-family:'Playfair Display',serif;font-size:30px;color:var(--cream);margin-bottom:10px;}
.menu-panel-title em{color:var(--gold);}
.menu-panel-desc{font-size:13px;font-weight:300;color:rgba(255,255,255,.38);line-height:1.85;margin-bottom:28px;max-width:300px;}
.menu-panel-note{font-size:11px;font-weight:300;color:rgba(255,255,255,.2);font-style:italic;font-family:'Playfair Display',serif;border-top:.5px solid rgba(255,255,255,.07);padding-top:18px;}
.menu-row{display:flex;align-items:baseline;justify-content:space-between;padding:13px 0;border-bottom:.5px solid rgba(255,255,255,.06);}
.menu-row:first-child{border-top:.5px solid rgba(255,255,255,.06);}
.menu-row-name{font-size:13px;font-weight:300;color:rgba(255,255,255,.7);}
.menu-row-tag{font-size:10px;letter-spacing:.12em;text-transform:uppercase;color:rgba(255,255,255,.22);}
.menu-row-tag.sig{color:var(--gold);}

/* FAQ */
.faq-section{padding:80px 40px;background:var(--linen);}
.faq-inner{max-width:720px;margin:0 auto;}
.faq-section h2{font-size:36px;color:var(--charcoal);margin-bottom:10px;}
.faq-section h2 em{color:var(--brown);}
.faq-sub{font-size:13px;font-weight:300;color:#aaa;line-height:1.8;margin-bottom:48px;}
.faq-item{border-top:.5px solid rgba(0,0,0,.1);}
.faq-item:last-child{border-bottom:.5px solid rgba(0,0,0,.1);}
.faq-q-row{display:flex;align-items:center;justify-content:space-between;padding:22px 0;cursor:pointer;}
.faq-q-text{font-size:14px;font-weight:500;color:var(--charcoal);padding-right:24px;}
.faq-icon{font-size:20px;color:var(--gold);flex-shrink:0;transition:transform .25s;line-height:1;font-weight:300;}
.faq-item.open .faq-icon{transform:rotate(45deg);}
.faq-a{font-size:13px;font-weight:300;line-height:1.85;color:#666;max-height:0;overflow:hidden;transition:max-height .3s ease,padding .3s ease;}
.faq-item.open .faq-a{max-height:300px;padding-bottom:22px;}

/* FINAL CTA */
.final-cta{background:var(--espresso);padding:100px 40px;text-align:center;}
.final-eyebrow{font-size:10px;letter-spacing:.25em;text-transform:uppercase;color:rgba(255,255,255,.28);margin-bottom:20px;}
.final-logo{height:44px;object-fit:contain;filter:brightness(0) invert(1);opacity:.15;margin:0 auto 28px;}
.final-cta h2{font-size:52px;color:var(--cream);line-height:1.05;margin-bottom:12px;}
.final-cta h2 em{color:var(--gold);}
.final-sub{font-size:13px;font-weight:300;color:rgba(255,255,255,.35);margin-bottom:40px;line-height:1.8;}
.final-actions{display:flex;align-items:center;justify-content:center;gap:20px;}

/* FOOTER */
#site-footer{background:var(--dark);padding:56px 40px 28px;}
.footer-top{display:grid;grid-template-columns:2fr 1fr 1fr 1fr;gap:40px;margin-bottom:48px;}
.footer-logo img{height:24px;object-fit:contain;filter:brightness(0) invert(1);opacity:.45;margin-bottom:14px;}
.footer-tagline{font-size:12px;font-weight:300;color:rgba(255,255,255,.28);line-height:1.8;}
.footer-col h4{font-family:'Inter',sans-serif;font-size:10px;letter-spacing:.2em;text-transform:uppercase;color:rgba(255,255,255,.25);margin-bottom:14px;font-weight:400;}
.footer-col a,.footer-col p{display:block;font-size:12px;font-weight:300;color:rgba(255,255,255,.45);margin-bottom:9px;transition:color .2s;}
.footer-col a:hover{color:var(--gold);}
.footer-divider{border:none;border-top:.5px solid rgba(255,255,255,.07);margin-bottom:18px;}
.footer-bottom{display:flex;justify-content:space-between;font-size:11px;color:rgba(255,255,255,.2);}
.footer-bottom a{color:rgba(255,255,255,.2);}
.footer-bottom a:hover{color:rgba(255,255,255,.45);}

/* CONTACT PAGE */
.contact-hero{display:grid;grid-template-columns:1fr 1fr;min-height:calc(100vh - 60px);}
.contact-left{background:var(--charcoal);padding:56px 48px 56px 40px;display:flex;flex-direction:column;justify-content:space-between;}
.contact-eyebrow{font-size:10px;letter-spacing:.25em;text-transform:uppercase;color:rgba(255,255,255,.28);margin-bottom:20px;}
.contact-left h1{font-size:42px;color:var(--cream);line-height:1.1;margin-bottom:20px;}
.contact-left h1 em{color:var(--gold);}
.contact-sub{font-size:13px;font-weight:300;color:rgba(255,255,255,.42);line-height:1.9;max-width:320px;margin-bottom:40px;}
.info-blocks{display:flex;flex-direction:column;}
.info-block{padding:18px 0;border-top:.5px solid rgba(255,255,255,.07);}
.info-block:last-child{border-bottom:.5px solid rgba(255,255,255,.07);}
.info-label{font-size:10px;letter-spacing:.2em;text-transform:uppercase;color:rgba(255,255,255,.25);margin-bottom:6px;}
.info-value{font-size:13px;font-weight:300;color:rgba(255,255,255,.75);line-height:1.6;}
.info-value a{color:var(--gold);}
.info-note{font-size:11px;font-weight:300;color:rgba(255,255,255,.25);margin-top:3px;}
.social-row{display:flex;gap:12px;margin-top:32px;}
.social-btn{font-size:10px;letter-spacing:.12em;text-transform:uppercase;color:rgba(255,255,255,.35);border:.5px solid rgba(255,255,255,.12);padding:9px 16px;border-radius:2px;cursor:pointer;transition:all .2s;background:none;}
.social-btn:hover{border-color:rgba(255,255,255,.35);color:rgba(255,255,255,.7);}
.response-promise{display:flex;align-items:flex-start;gap:12px;margin-top:32px;padding-top:24px;border-top:.5px solid rgba(255,255,255,.07);}
.rp-dot{width:7px;height:7px;border-radius:50%;background:var(--gold);flex-shrink:0;margin-top:4px;}
.rp-text{font-size:11px;font-weight:300;color:rgba(255,255,255,.28);line-height:1.75;}
.contact-right{background:var(--cream);padding:56px 40px 56px 48px;display:flex;flex-direction:column;justify-content:center;}
.contact-form-eyebrow{font-size:10px;letter-spacing:.22em;text-transform:uppercase;color:#bbb;margin-bottom:16px;display:flex;align-items:center;gap:12px;}
.contact-form-eyebrow::after{content:'';display:block;width:28px;height:.5px;background:#ddd;}
.contact-right h2{font-size:28px;color:var(--charcoal);margin-bottom:28px;line-height:1.2;}
.contact-right h2 em{color:var(--brown);}
.contact-bottom{background:var(--linen);padding:56px 40px;display:grid;grid-template-columns:repeat(3,1fr);gap:2px;}
.contact-bottom-card{background:var(--cream);padding:32px 24px;}
.cbc-icon{font-size:18px;margin-bottom:16px;display:block;}
.cbc-title{font-family:'Playfair Display',serif;font-size:17px;color:var(--charcoal);margin-bottom:8px;}
.cbc-desc{font-size:12px;font-weight:300;color:#888;line-height:1.85;}
.cbc-link{font-size:10px;letter-spacing:.14em;text-transform:uppercase;color:var(--gold);margin-top:14px;display:inline-block;border-bottom:.5px solid rgba(196,164,122,.3);padding-bottom:2px;}

/* GF skin — contact */
.contact-right .gform_wrapper input,.contact-right .gform_wrapper select,.contact-right .gform_wrapper textarea{width:100%;padding:12px 14px;border:.5px solid rgba(0,0,0,.12);border-radius:2px;font-size:13px;font-family:'Inter',sans-serif;color:var(--charcoal);background:#fff;}
.contact-right .gform_wrapper input:focus,.contact-right .gform_wrapper select:focus,.contact-right .gform_wrapper textarea:focus{outline:none;border-color:var(--charcoal);}
.contact-right .gform_wrapper input[type="submit"],.contact-right .gform_wrapper .gform_submit_button{width:100%;background:var(--charcoal);color:var(--cream);font-size:11px;font-weight:500;letter-spacing:.12em;text-transform:uppercase;padding:14px 28px;border-radius:2px;cursor:pointer;border:none;transition:background .2s;margin-top:8px;}
.contact-right .gform_wrapper input[type="submit"]:hover{background:var(--gold);}
.contact-right .gform_wrapper .gfield_label{font-size:10px;letter-spacing:.18em;text-transform:uppercase;color:#bbb;font-weight:400;margin-bottom:7px;}

/* GET A QUOTE PAGE */
.quote-page{display:grid;grid-template-columns:1fr 1fr;min-height:calc(100vh - 60px);}
.quote-left{background:var(--espresso);padding:80px 56px 80px 40px;display:flex;flex-direction:column;justify-content:space-between;}
.quote-left h1{font-size:48px;color:var(--cream);line-height:1.1;margin-bottom:20px;}
.quote-left h1 em{color:var(--gold);}
.quote-left-sub{font-size:13px;font-weight:300;color:rgba(255,255,255,.42);line-height:1.9;max-width:340px;margin-bottom:48px;}
.quote-promises{display:flex;flex-direction:column;gap:14px;}
.quote-promise{display:flex;align-items:baseline;gap:12px;font-size:12px;font-weight:300;color:rgba(255,255,255,.4);line-height:1.6;}
.quote-promise::before{content:'✦';color:var(--gold);font-size:10px;flex-shrink:0;}
.quote-right{background:var(--cream);padding:56px 40px;display:flex;flex-direction:column;justify-content:center;}
.quote-right h2{font-size:26px;color:var(--charcoal);margin-bottom:8px;}
.quote-right-sub{font-size:13px;font-weight:300;color:#aaa;margin-bottom:32px;line-height:1.7;}

/* GF skin — quote */
.quote-right .gform_wrapper input,.quote-right .gform_wrapper select,.quote-right .gform_wrapper textarea{width:100%;padding:12px 14px;border:.5px solid rgba(0,0,0,.12);border-radius:2px;font-size:13px;font-family:'Inter',sans-serif;color:var(--charcoal);background:#fff;margin-bottom:4px;}
.quote-right .gform_wrapper input:focus,.quote-right .gform_wrapper select:focus,.quote-right .gform_wrapper textarea:focus{outline:none;border-color:var(--charcoal);}
.quote-right .gform_wrapper input[type="submit"],.quote-right .gform_wrapper .gform_submit_button{width:100%;background:var(--gold);color:#fff;font-size:11px;font-weight:500;letter-spacing:.12em;text-transform:uppercase;padding:14px 28px;border-radius:2px;cursor:pointer;border:none;transition:background .2s;margin-top:12px;}
.quote-right .gform_wrapper input[type="submit"]:hover{background:var(--gold-dk);}
.quote-right .gform_wrapper .gfield_label{font-size:10px;letter-spacing:.18em;text-transform:uppercase;color:#bbb;font-weight:400;margin-bottom:7px;}
.quote-right .gform_wrapper .gf_progressbar{background:var(--linen);border-radius:2px;height:3px;}
.quote-right .gform_wrapper .gf_progressbar_percentage{background:var(--gold);height:3px;border-radius:2px;}
.quote-right .gform_wrapper .gform_next_button{background:var(--charcoal);color:var(--cream);font-size:11px;font-weight:500;letter-spacing:.1em;text-transform:uppercase;padding:12px 24px;border-radius:2px;cursor:pointer;border:none;transition:background .2s;}
.quote-right .gform_wrapper .gform_next_button:hover{background:var(--gold);}
.quote-right .gform_wrapper .gform_previous_button{background:none;color:#aaa;border:.5px solid rgba(0,0,0,.12);font-size:11px;letter-spacing:.1em;text-transform:uppercase;padding:12px 24px;border-radius:2px;cursor:pointer;}

/* ON THE REGULAR */
.otr-hero{background:var(--dark);min-height:calc(100vh - 60px);display:grid;grid-template-columns:1fr 1fr;}
.otr-hero-left{padding:80px 56px 72px 40px;display:flex;flex-direction:column;justify-content:space-between;}
.otr-eyebrow{font-size:10px;letter-spacing:.25em;text-transform:uppercase;color:rgba(255,255,255,.3);margin-bottom:28px;}
.otr-hero-left h1{font-size:52px;color:var(--cream);line-height:1.06;margin-bottom:20px;}
.otr-hero-left h1 em{color:var(--gold);}
.otr-hero-sub{font-size:13px;font-weight:300;line-height:1.95;color:rgba(255,255,255,.5);max-width:380px;margin-bottom:40px;}
.otr-hero-right{background:#1a160f;display:flex;flex-direction:column;justify-content:flex-end;}
.otr-stat-grid{display:grid;grid-template-columns:1fr 1fr;gap:1px;background:rgba(255,255,255,.06);}
.otr-stat{background:#1a160f;padding:28px 24px;}
.otr-stat-num{font-family:'Playfair Display',serif;font-size:30px;color:var(--cream);display:block;margin-bottom:6px;}
.otr-stat-label{font-size:11px;font-weight:300;color:rgba(255,255,255,.3);line-height:1.6;}
.otr-quote-band{background:var(--gold);padding:48px 40px;display:grid;grid-template-columns:1fr 1fr;gap:80px;align-items:center;}
.otr-quote-text{font-family:'Playfair Display',serif;font-style:italic;font-size:22px;color:#fff;line-height:1.5;}
.otr-quote-right{font-size:12px;font-weight:300;color:rgba(255,255,255,.75);line-height:1.85;}
.otr-quote-attr{font-size:10px;letter-spacing:.12em;text-transform:uppercase;color:rgba(255,255,255,.55);margin-top:16px;}
.cadence-section{padding:80px 40px;background:var(--linen);}
.cadence-section h2{font-size:36px;color:var(--charcoal);margin-bottom:10px;}
.cadence-section h2 em{color:var(--brown);}
.cadence-sub{font-size:13px;font-weight:300;color:#aaa;line-height:1.8;max-width:460px;margin-bottom:52px;}
.cadence-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:2px;}
.cadence-card{background:var(--cream);padding:36px 24px;position:relative;transition:background .2s;cursor:pointer;}
.cadence-card:hover{background:var(--charcoal);}
.cadence-card:hover .c-name,.cadence-card:hover .c-desc{color:rgba(255,255,255,.85);}
.cadence-card:hover .c-freq{color:var(--gold);}
.cadence-badge{position:absolute;top:20px;right:20px;font-size:9px;letter-spacing:.14em;text-transform:uppercase;background:var(--gold);color:#fff;padding:4px 10px;border-radius:1px;}
.c-freq{font-family:'Playfair Display',serif;font-size:11px;color:var(--gold);letter-spacing:.08em;margin-bottom:18px;transition:color .2s;}
.c-name{font-family:'Playfair Display',serif;font-size:24px;color:var(--charcoal);margin-bottom:12px;transition:color .2s;}
.c-desc{font-size:12px;font-weight:300;color:#777;line-height:1.85;transition:color .2s;}
.included-section{padding:80px 40px;background:var(--charcoal);}
.included-eyebrow{font-size:10px;letter-spacing:.22em;text-transform:uppercase;color:rgba(255,255,255,.3);margin-bottom:16px;}
.included-section h2{font-size:36px;color:var(--cream);line-height:1.15;margin-bottom:12px;}
.included-section h2 em{color:var(--gold);}
.included-sub{font-size:13px;font-weight:300;color:rgba(255,255,255,.38);max-width:480px;line-height:1.8;margin-bottom:56px;}
.included-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1px;background:rgba(255,255,255,.06);}
.inc-item{background:var(--charcoal);padding:36px 28px;}
.inc-num{font-size:10px;letter-spacing:.2em;color:var(--gold);margin-bottom:16px;}
.inc-title{font-size:15px;font-weight:500;color:var(--cream);margin-bottom:10px;}
.inc-desc{font-size:12px;font-weight:300;color:rgba(255,255,255,.4);line-height:1.85;}
.shift-section{overflow:hidden;}
.shift-header{padding:72px 40px 56px;background:var(--cream);}
.shift-header h2{font-size:36px;color:var(--charcoal);margin-bottom:10px;}
.shift-header h2 em{color:var(--brown);}
.shift-header p{font-size:13px;font-weight:300;color:#aaa;line-height:1.8;max-width:460px;}
.shift-cols{display:grid;grid-template-columns:1fr 1fr;}
.shift-before{background:var(--linen);padding:52px 40px 64px;}
.shift-after{background:var(--charcoal);padding:52px 40px 64px;}
.shift-col-label{font-size:10px;letter-spacing:.22em;text-transform:uppercase;margin-bottom:32px;display:flex;align-items:center;gap:10px;}
.shift-col-label::after{content:'';flex:1;height:.5px;}
.shift-before .shift-col-label{color:#bbb;}
.shift-before .shift-col-label::after{background:#ddd;}
.shift-after .shift-col-label{color:rgba(255,255,255,.3);}
.shift-after .shift-col-label::after{background:rgba(255,255,255,.1);}
.shift-row{padding:20px 0;border-bottom:.5px solid;}
.shift-row:first-child{border-top:.5px solid;}
.shift-before .shift-row{border-color:rgba(0,0,0,.07);}
.shift-after .shift-row{border-color:rgba(255,255,255,.07);}
.shift-row-cat{font-size:10px;letter-spacing:.15em;text-transform:uppercase;margin-bottom:6px;}
.shift-before .shift-row-cat{color:#bbb;}
.shift-after .shift-row-cat{color:var(--gold);}
.shift-row-text{font-size:13px;font-weight:300;line-height:1.7;}
.shift-before .shift-row-text{color:#888;}
.shift-after .shift-row-text{color:rgba(255,255,255,.7);}
.spaces-section{padding:80px 0;background:var(--cream);overflow:hidden;}
.spaces-header{padding:0 40px 52px;}
.spaces-header h2{font-size:36px;color:var(--charcoal);margin-bottom:10px;}
.spaces-header h2 em{color:var(--brown);}
.spaces-header p{font-size:13px;font-weight:300;color:#aaa;line-height:1.8;max-width:440px;}
.spaces-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:2px;}
.space-card{background:var(--dark);min-height:420px;padding:40px 28px;display:flex;flex-direction:column;justify-content:space-between;cursor:pointer;position:relative;overflow:hidden;transition:background .25s;}
.space-card:hover{background:#0d0d0d;}
.space-card-glyph{font-size:72px;opacity:.04;position:absolute;bottom:24px;right:20px;transition:opacity .25s;}
.space-card:hover .space-card-glyph{opacity:.07;}
.space-card-num{font-size:10px;letter-spacing:.22em;text-transform:uppercase;color:rgba(255,255,255,.2);margin-bottom:32px;}
.space-card h3{font-size:22px;color:var(--cream);line-height:1.2;margin-bottom:16px;}
.space-card h3 em{color:var(--gold);}
.space-card-desc{font-size:12px;font-weight:300;color:rgba(255,255,255,.38);line-height:1.85;margin-bottom:24px;}
.space-tags{display:flex;flex-direction:column;gap:6px;}
.space-tag{font-size:10px;letter-spacing:.1em;text-transform:uppercase;color:rgba(255,255,255,.25);display:flex;align-items:center;gap:8px;}
.space-tag::before{content:'';width:16px;height:.5px;background:rgba(255,255,255,.15);flex-shrink:0;}
.howstart-section{padding:80px 40px;background:var(--linen);}
.howstart-hd{display:flex;align-items:flex-end;justify-content:space-between;margin-bottom:56px;}
.howstart-hd h2{font-size:36px;color:var(--charcoal);}
.howstart-hd h2 em{color:var(--brown);}
.steps-timeline{position:relative;}
.steps-line{position:absolute;top:22px;left:22px;right:0;height:.5px;background:rgba(0,0,0,.1);}
.steps-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:32px;position:relative;}
.step-dot{width:44px;height:44px;border-radius:50%;background:var(--cream);border:.5px solid rgba(0,0,0,.12);display:flex;align-items:center;justify-content:center;margin-bottom:24px;font-family:'Playfair Display',serif;font-size:14px;color:var(--gold);}
.step-label{font-size:10px;letter-spacing:.15em;text-transform:uppercase;color:#bbb;margin-bottom:12px;}
.step-title{font-size:16px;font-weight:500;color:var(--charcoal);margin-bottom:10px;line-height:1.3;}
.step-desc{font-size:12px;font-weight:300;color:#888;line-height:1.8;}
.otr-form-section{background:var(--espresso);}
.otr-form-inner{display:grid;grid-template-columns:1fr 1fr;min-height:560px;}
.otr-form-left{padding:80px 56px 80px 40px;display:flex;flex-direction:column;justify-content:space-between;}
.otr-form-eyebrow{font-size:10px;letter-spacing:.25em;text-transform:uppercase;color:rgba(255,255,255,.28);margin-bottom:20px;}
.otr-form-left h2{font-size:44px;color:var(--cream);line-height:1.1;margin-bottom:20px;}
.otr-form-left h2 em{color:var(--gold);}
.otr-form-body{font-size:13px;font-weight:300;color:rgba(255,255,255,.4);line-height:1.85;margin-bottom:32px;max-width:320px;}
.otr-promises{display:flex;flex-direction:column;gap:12px;}
.otr-promise{font-size:12px;font-weight:300;color:rgba(255,255,255,.3);display:flex;gap:12px;align-items:baseline;}
.otr-promise::before{content:'✦';color:var(--gold);flex-shrink:0;font-size:10px;}
.otr-contact-info{font-size:11px;color:rgba(255,255,255,.2);font-weight:300;margin-top:40px;}
.otr-form-right{background:var(--charcoal);padding:56px 40px;}
.otr-form-right .gform_wrapper input,.otr-form-right .gform_wrapper select,.otr-form-right .gform_wrapper textarea{width:100%;padding:14px 0;background:transparent;border:none;border-bottom:.5px solid rgba(255,255,255,.12);font-size:13px;font-family:'Inter',sans-serif;color:var(--cream);}
.otr-form-right .gform_wrapper input::placeholder,.otr-form-right .gform_wrapper textarea::placeholder{color:rgba(255,255,255,.2);}
.otr-form-right .gform_wrapper input:focus,.otr-form-right .gform_wrapper select:focus,.otr-form-right .gform_wrapper textarea:focus{outline:none;border-bottom-color:rgba(255,255,255,.4);}
.otr-form-right .gform_wrapper select{color:rgba(255,255,255,.35);}
.otr-form-right .gform_wrapper .gfield_label{font-size:10px;letter-spacing:.18em;text-transform:uppercase;color:rgba(255,255,255,.3);font-weight:400;margin-bottom:8px;}
.otr-form-right .gform_wrapper input[type="submit"],.otr-form-right .gform_wrapper .gform_submit_button{width:100%;background:var(--gold);color:#fff;font-size:11px;font-weight:500;letter-spacing:.12em;text-transform:uppercase;padding:15px 28px;border-radius:2px;cursor:pointer;border:none;transition:background .2s;margin-top:32px;}
.otr-form-right .gform_wrapper input[type="submit"]:hover{background:var(--gold-dk);}

/* MOBILE */
@media(max-width:768px){
  .site-nav{padding:0 20px;}
  .nav-links{display:none;}
  .nav-hamburger{display:flex;}
  .home-hero{grid-template-columns:1fr;min-height:auto;}
  .home-hero-left{padding:56px 24px 48px;}
  .home-hero h1{font-size:36px;}
  .home-hero-right{height:180px;}
  .stats-bar{position:relative;z-index:2;margin-top:0;}
.stats-bar{padding:0;flex-wrap:wrap;}
.stats-bar .stat{min-width:50%;border-right:none;border-bottom:.5px solid rgba(255,255,255,.15);padding:12px 8px;}
.stats-bar .stat:nth-child(odd){border-right:.5px solid rgba(255,255,255,.25);}
.stat-num{font-size:16px;}
.stat-label{font-size:9px;letter-spacing:.08em;}
  .positioning{padding:48px 24px;}
  .positioning h2{font-size:28px;}
  .story-section{grid-template-columns:1fr;}
  .story-left{padding:48px 24px;}
  .story-left h2{font-size:28px;}
  .story-right{height:280px;}
  .where-header{padding:48px 24px 40px;}
  .where-header h2{font-size:28px;}
  .where-grid{grid-template-columns:1fr;}
  .where-card{min-height:auto;padding:36px 24px;}
  .offers-header{padding:48px 24px 0;}
  .offers-header h2{font-size:28px;}
  .offers-body{grid-template-columns:1fr;}
  .offers-cats{display:grid;grid-template-columns:1fr 1fr;}
  .offers-cat{padding:16px 20px;}
  .offers-panels{border-left:none;}
  .offers-panel{padding:32px 24px;}
  .offers-items{grid-template-columns:1fr;}
  .standard-section{padding:56px 24px;}
  .standard-section h2{font-size:28px;}
  .std-table{display:block;overflow-x:auto;}
  .enh-section{padding:56px 24px;}
  .enh-section h2{font-size:28px;}
  .enh-grid{grid-template-columns:1fr 1fr;}
  .process-section{grid-template-columns:1fr;gap:40px;padding:56px 24px;}
  .process-section h2{font-size:28px;}
  .mid-cta{flex-direction:column;align-items:flex-start;padding:56px 24px;gap:28px;}
  .mid-cta h2{font-size:30px;}
  .reviews-section{padding:56px 24px;}
  .reviews-header{flex-direction:column;align-items:flex-start;gap:16px;}
  .reviews-header h2{font-size:28px;}
  .reviews-grid{grid-template-columns:1fr;}
  .gallery-header{flex-direction:column;align-items:flex-start;gap:16px;padding:48px 24px 40px;}
  .gallery-h2{font-size:28px;}
  .gallery-grid{grid-template-columns:1fr 1fr;grid-template-rows:auto;}
  .gallery-item:nth-child(1){grid-row:span 1;}
  .menu-top{padding:0 24px 40px;}
  .menu-top h2{font-size:28px;}
  .menu-tabs{overflow-x:auto;}
  .menu-tab{min-width:100px;padding:16px;}
  .menu-tab-name{font-size:12px;}
  .menu-panel{grid-template-columns:1fr;gap:32px;padding:32px 24px 48px;}
  .menu-panel.active{display:block;}
  .faq-section{padding:56px 24px;}
  .faq-section h2{font-size:28px;}
  .final-cta{padding:72px 24px;}
  .final-cta h2{font-size:36px;}
  .final-actions{flex-direction:column;align-items:center;}
  #site-footer{padding:48px 24px 24px;}
  .footer-top{grid-template-columns:1fr 1fr;gap:28px;}
  .footer-bottom{flex-direction:column;gap:8px;}
  .contact-hero{grid-template-columns:1fr;min-height:auto;}
  .contact-left{padding:48px 24px;}
  .contact-left h1{font-size:32px;}
  .contact-right{padding:48px 24px;}
  .contact-bottom{grid-template-columns:1fr;padding:48px 24px;}
  .quote-page{grid-template-columns:1fr;min-height:auto;}
  .quote-left{padding:56px 24px;}
  .quote-left h1{font-size:36px;}
  .quote-right{padding:48px 24px;}
  .otr-hero{grid-template-columns:1fr;min-height:auto;}
  .otr-hero-left{padding:56px 24px 48px;}
  .otr-hero-left h1{font-size:36px;}
  .otr-stat-grid{height:220px;}
  .otr-quote-band{grid-template-columns:1fr;gap:24px;padding:48px 24px;}
  .cadence-section{padding:56px 24px;}
  .cadence-section h2{font-size:28px;}
  .cadence-grid{grid-template-columns:1fr 1fr;}
  .included-section{padding:56px 24px;}
  .included-section h2{font-size:28px;}
  .included-grid{grid-template-columns:1fr;}
  .shift-header{padding:48px 24px 40px;}
  .shift-cols{grid-template-columns:1fr;}
  .shift-before,.shift-after{padding:40px 24px;}
  .spaces-header{padding:0 24px 40px;}
  .spaces-section{padding:56px 0;}
  .spaces-grid{grid-template-columns:1fr 1fr;}
  .howstart-section{padding:56px 24px;}
  .howstart-hd{flex-direction:column;align-items:flex-start;gap:24px;}
  .howstart-hd h2{font-size:28px;}
  .steps-line{display:none;}
  .steps-grid{grid-template-columns:1fr;gap:0;}
  .otr-form-inner{grid-template-columns:1fr;}
  .otr-form-left{padding:56px 24px;}
  .otr-form-left h2{font-size:32px;}
  .otr-form-right{padding:48px 24px;}
}
@media(max-width:480px){
  .nav-cta-btn{display:none;}
  .home-hero h1{font-size:30px;}
  .enh-grid{grid-template-columns:1fr;}
  .cadence-grid{grid-template-columns:1fr;}
  .spaces-grid{grid-template-columns:1fr;}
  .gallery-grid{grid-template-columns:1fr;}
  .footer-top{grid-template-columns:1fr;}
}
/* Force Flashquotes widget into position */
.flashquotes-widget,
.flashquotes-embed,
[class*="flashquotes"],
[id*="flashquotes"] {
    position: static !important;
    bottom: auto !important;
    right: auto !important;
    left: auto !important;
    width: 100% !important;
    margin: 0 !important;
}
.nav-logo img,
.nav-logo .custom-logo,
.custom-logo-link img {
    height: 200px !important;
    width: auto !important;
    object-fit: contain !important;
}
@media(max-width:768px) {
  .nav-logo img,
  .custom-logo-link img { height: 200px !important; }
}