/* SBDC style.css — WHITE + BEIGE/BROWN/CORAL — heroes WHITE */
*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}
html{scroll-behavior:smooth}
body{background:#FFFFFF;color:#2E2218;font-family:'Outfit',system-ui,sans-serif;font-weight:300;line-height:1.7;overflow-x:hidden}
a{cursor:pointer}button{cursor:pointer}
img{max-width:100%;height:auto;display:block}
em{font-style:italic;color:#8B6F52}
.cursor,.cring{display:none}
/* NAV */
.site-nav{position:fixed;top:0;left:0;right:0;z-index:500;display:flex;align-items:center;justify-content:space-between;padding:1.1rem 3rem;background:rgba(255,255,255,.97);backdrop-filter:blur(8px);border-bottom:1px solid #E8DDD0;transition:border-color .3s}
.site-nav.solid{border-bottom-color:#D4C4B0}
.nav-logo{font-family:'Cormorant Garamond',Georgia,serif;font-size:1.2rem;font-weight:400;color:#2E2218;text-decoration:none;letter-spacing:.02em}
.nav-links{display:flex;gap:2rem;list-style:none}
.nav-links a{color:#7A5C40;font-size:.92rem;font-weight:300;letter-spacing:.06em;text-decoration:none;transition:color .2s}
.nav-links a:hover,.nav-links a.active{color:#5C3D1E}
.nav-right{display:flex;align-items:center;gap:.9rem}
.lang{display:flex;border:1px solid #D4C4B0;border-radius:2px;overflow:hidden}
.lang button{background:transparent;border:none;color:#7A5C40;font-family:'Outfit',system-ui,sans-serif;font-size:.70rem;font-weight:300;letter-spacing:.1em;text-transform:uppercase;padding:.3rem .6rem;transition:background .2s,color .2s;cursor:pointer}
.lang button.on{background:#5C3D1E;color:#FFFFFF}
.nav-cta{background:#5C3D1E;color:#FFFFFF;padding:.5rem 1.3rem;font-size:.78rem;font-weight:400;letter-spacing:.05em;text-decoration:none;border-radius:3px;transition:background .2s}
.nav-cta:hover{background:#2E2218}
/* BUTTONS */
.btn-gold{display:inline-block;background:#C4705A;color:#FFFFFF;padding:.9rem 2.2rem;font-size:.86rem;font-weight:400;letter-spacing:.06em;border:none;border-radius:3px;text-decoration:none;transition:background .2s,transform .15s;box-shadow:0 2px 8px rgba(196,112,90,.35)}
.btn-gold:hover{background:#A85848;transform:translateY(-1px)}
.btn-outline{display:inline-block;background:transparent;color:#C4705A;border:2px solid #C4705A;border-radius:3px;padding:.75rem 1.6rem;font-size:.78rem;font-weight:400;letter-spacing:.04em;text-decoration:none;transition:background .2s,color .2s}
.btn-outline:hover{background:#C4705A;color:#FFFFFF}
.btn-ghost{background:none;border:1px solid #D4C4B0;color:#7A5C40;font-family:'Outfit',system-ui,sans-serif;font-size:.92rem;font-weight:300;padding:.7rem 1rem;letter-spacing:.04em;border-radius:3px;transition:color .2s,border-color .2s}
.btn-ghost:hover{color:#5C3D1E;border-color:#7A5C40}
/* REVEAL */
.reveal{opacity:0;transform:translateY(18px);transition:opacity .6s ease,transform .6s ease}
.reveal.vis{opacity:1;transform:translateY(0)}
.d1{transition-delay:.07s}.d2{transition-delay:.14s}.d3{transition-delay:.21s}
.vis{opacity:1;transform:translateY(0)}
/* HERO — WHITE BG, DARK TEXT */
.hero{position:relative;height:92vh;min-height:560px;display:flex;align-items:center;overflow:hidden;background:#2E2218}
.hero-slides{position:absolute;inset:0}
.hero-slide{position:absolute;inset:0;background-size:cover;background-position:center;opacity:0;transition:opacity 1.2s ease}
.hero-overlay{position:absolute;inset:0;background:linear-gradient(135deg,rgba(46,34,24,.55) 0%,rgba(46,34,24,.25) 60%,rgba(46,34,24,.1) 100%)}
.hero-content{position:relative;z-index:2;padding:0 3rem 0 4.5rem;max-width:720px}
.hero-eye{font-size:.70rem;letter-spacing:.22em;text-transform:uppercase;color:rgba(237,198,152,.8);margin-bottom:1.2rem}
.hero-title{font-family:'Cormorant Garamond',Georgia,serif;font-size:clamp(3rem,6.5vw,6rem);font-weight:300;line-height:.98;color:#FFFFFF;margin-bottom:1.4rem;letter-spacing:-.02em}
.hero-title em{color:#E8A090;font-style:italic}
.hero-sub{font-size:.96rem;color:rgba(255,255,255,.75);line-height:1.8;max-width:460px;margin-bottom:2.4rem;font-weight:300}
.hero-btns{display:flex;gap:1rem;align-items:center;flex-wrap:wrap}
.hero-scroll{position:absolute;bottom:2.5rem;left:50%;transform:translateX(-50%);display:flex;flex-direction:column;align-items:center;gap:.5rem;opacity:.25}
.scroll-bar{width:1px;height:40px;background:#C4A882;animation:scrollPulse 1.8s ease-in-out infinite}
@keyframes scrollPulse{0%,100%{opacity:.3;transform:scaleY(.6)}50%{opacity:1;transform:scaleY(1)}}
/* LOC STRIP */
.loc-strip{display:flex;align-items:center;background:#FAF6F0;border-bottom:1px solid #E8DDD0;height:52px;overflow:hidden}
.loc-info{display:flex;align-items:center;flex-shrink:0;padding:0 2rem}
.loc-item{display:flex;align-items:center;gap:.5rem;padding-right:2rem;border-right:1px solid #E8DDD0}
.loc-item+.loc-item{padding-left:2rem;border-right:none}
.loc-dot{width:4px;height:4px;border-radius:50%;background:#C4705A;flex-shrink:0}
.loc-text{font-size:.84rem;letter-spacing:.06em;color:#7A5C40}
.loc-text strong{color:#2E2218}
.sp-star{width:10px;height:10px;clip-path:polygon(50% 0%,61% 35%,98% 35%,68% 57%,79% 91%,50% 70%,21% 91%,32% 57%,2% 35%,39% 35%);background:#C4705A}
.ticker{flex:1;overflow:hidden;position:relative}
.ticker::before,.ticker::after{content:'';position:absolute;top:0;bottom:0;width:60px;z-index:2}
.ticker::before{left:0;background:linear-gradient(to right,#FAF6F0,transparent)}
.ticker::after{right:0;background:linear-gradient(to left,#FAF6F0,transparent)}
.ticker-inner{display:flex;gap:1.8rem;align-items:center;width:max-content;animation:tick 28s linear infinite;font-size:.86rem;letter-spacing:.16em;text-transform:uppercase;color:#7A5C40}
.ticker-inner .sep{color:#C4705A;opacity:.6}
@keyframes tick{0%{transform:translateX(0)}100%{transform:translateX(-50%)}}
/* BENTO */
.bento-wrap{padding:5rem 3rem 3rem;background:#FFFFFF}
.bento-hdr{display:flex;align-items:flex-end;justify-content:space-between;margin-bottom:2.2rem}
.s-eye{font-size:.66rem;letter-spacing:.2em;text-transform:uppercase;color:#7A5C40;display:block;margin-bottom:.5rem}
.s-title{font-family:'Cormorant Garamond',Georgia,serif;font-size:clamp(1.8rem,3.2vw,2.8rem);font-weight:300;color:#2E2218;line-height:1.05;letter-spacing:-.01em}
.s-title em{font-style:italic;color:#8B6F52}
.see-all{font-size:.84rem;letter-spacing:.1em;text-transform:uppercase;color:#7A5C40;text-decoration:none;flex-shrink:0;transition:color .2s}
.see-all:hover{color:#5C3D1E}
.bento{display:grid;grid-template-columns:1.6fr 1fr 1fr;grid-template-rows:300px 210px;gap:6px}
.tile{position:relative;overflow:hidden;border-radius:6px;transition:transform .32s ease;touch-action:pan-y}
.tile:hover{transform:scale(1.012)}
.tile-img{position:absolute;inset:0;background-size:cover;background-position:center;filter:brightness(.78) saturate(.9);transition:transform .5s,filter .4s}
.tile:hover .tile-img{transform:scale(1.04);filter:brightness(.88) saturate(1)}
.tile-glow{position:absolute;inset:0;background:linear-gradient(to top,rgba(46,34,24,.92) 0%,rgba(46,34,24,.25) 45%,transparent 100%);z-index:1}
.tile-body{position:absolute;inset:0;z-index:2;padding:1.5rem;display:flex;flex-direction:column;justify-content:flex-end}
.tile-tag{font-size:.70rem;letter-spacing:.18em;text-transform:uppercase;color:#F0E0C8;margin-bottom:.4rem;opacity:1;text-shadow:0 1px 3px rgba(0,0,0,.4)}
.tile-name{font-family:'Cormorant Garamond',Georgia,serif;font-size:1.4rem;font-weight:300;color:#FFFFFF;line-height:1.1;margin-bottom:.5rem}
.tile-lg .tile-name{font-size:1.9rem}
.tile-desc{font-size:.92rem;color:rgba(255,255,255,.75);line-height:1.65;margin-bottom:.9rem;max-width:280px}
.tile-cta{align-self:flex-start;font-size:.70rem;letter-spacing:.1em;text-transform:uppercase;color:#FFFFFF;background:none;border:1px solid rgba(255,255,255,.3);border-radius:2px;padding:.32rem .75rem;transition:background .2s;cursor:pointer}
.tile-cta:hover{background:rgba(196,112,90,.25)}
.tile-cta::after{content:'→';margin-left:.35rem}
.tile-badge{position:absolute;top:1.1rem;right:1.1rem;font-size:.70rem;letter-spacing:.1em;text-transform:uppercase;border:1px solid rgba(255,255,255,.3);color:rgba(255,255,255,.85);padding:.22rem .55rem;background:rgba(46,34,24,.6);backdrop-filter:blur(4px);border-radius:2px}
/* YOUTH BANNER */
.youth-banner{position:relative;margin-top:6px;height:160px;border-radius:6px;overflow:hidden;cursor:pointer}
.youth-badge{position:absolute;top:1rem;left:1rem;font-size:.70rem;letter-spacing:.1em;text-transform:uppercase;background:rgba(196,112,90,.2);border:1px solid rgba(196,112,90,.45);color:#E8A090;padding:.22rem .6rem;border-radius:2px}
/* STATS */
.stats-row{display:grid;grid-template-columns:repeat(4,1fr);padding:2.5rem 4rem;background:#FAF6F0;border-top:1px solid #E8DDD0;border-bottom:1px solid #E8DDD0}
.stat{text-align:center;padding:0 1.5rem;border-right:1px solid #E8DDD0}
.stat:last-child{border-right:none}
.stat-n{font-family:'Cormorant Garamond',Georgia,serif;font-size:2.8rem;font-weight:300;color:#5C3D1E;display:block;line-height:1;letter-spacing:-.02em}
.stat-l{font-size:.86rem;letter-spacing:.14em;text-transform:uppercase;color:#7A5C40;margin-top:.3rem;display:block}
/* BOOK */









/* PROOF */
.proof-wrap{padding:5rem 3rem;background:#FAF6F0}
.proof-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1px;background:#E8DDD0}
.proof-card{background:#FFFFFF;padding:2rem 1.8rem}
.stars{display:flex;gap:3px;margin-bottom:1.1rem}
.star{width:11px;height:11px;clip-path:polygon(50% 0%,61% 35%,98% 35%,68% 57%,79% 91%,50% 70%,21% 91%,32% 57%,2% 35%,39% 35%);background:#C4705A}
.proof-q{font-size:.92rem;font-style:italic;color:#3D2B1A;line-height:1.75;margin-bottom:1rem;font-weight:300;font-family:'Cormorant Garamond',Georgia,serif}
.proof-author{font-size:.70rem;letter-spacing:.08em;text-transform:uppercase;color:#7A5C40}
.proof-author strong{color:#8B6F52}
/* INFO */
.info-wrap{display:grid;grid-template-columns:1fr 1fr 1fr;padding:4rem 3rem;background:#FFFFFF;border-top:1px solid #E8DDD0}
.info-wrap>div{padding:0 2.5rem;border-right:1px solid #E8DDD0}
.info-wrap>div:first-child{padding-left:0}
.info-wrap>div:last-child{border-right:none}
.info-lbl{font-size:.66rem;letter-spacing:.2em;text-transform:uppercase;color:#7A5C40;display:block;margin-bottom:1rem}
.info-addr{font-family:'Cormorant Garamond',Georgia,serif;font-size:1.3rem;font-weight:300;color:#2E2218;line-height:1.4;margin-bottom:.8rem}
.info-note{font-size:.92rem;color:#7A5C40;line-height:1.7;font-weight:300}
.hr-row{display:flex;justify-content:space-between;padding:.42rem 0;border-bottom:1px solid #E8DDD0}
.hr-day{font-size:.86rem;color:#7A5C40;font-weight:300}
.hr-time{font-size:.86rem;color:#2E2218}
.cphone{font-family:'Cormorant Garamond',Georgia,serif;font-size:1.5rem;font-weight:300;color:#2E2218;display:block;margin-bottom:.6rem}
.clink{font-size:.92rem;color:#C4705A;text-decoration:none;display:block;margin-bottom:.3rem;transition:opacity .2s}
.clink:hover{opacity:.7}
.socials{display:flex;gap:.8rem;margin-top:.8rem}
.socials a{font-size:.70rem;letter-spacing:.1em;text-transform:uppercase;color:#7A5C40;text-decoration:none;transition:color .2s}
.socials a:hover{color:#5C3D1E}
/* FOOTER */
.site-footer{display:flex;align-items:center;justify-content:space-between;padding:1.4rem 3rem;background:#2E2218;color:rgba(255,255,255,.4);font-size:.86rem;letter-spacing:.1em;text-transform:uppercase}
.f-logo{font-family:'Cormorant Garamond',Georgia,serif;font-size:1rem;font-weight:300;font-style:italic;color:rgba(255,255,255,.7)}
.f-links{display:flex;gap:1.5rem}
.f-links a{color:rgba(255,255,255,.35);text-decoration:none;transition:color .2s}
.f-links a:hover{color:#E8A090}
/* INNER PAGES — WHITE BG, DARK TEXT */
.inner-hero{position:relative;height:48vh;min-height:320px;display:flex;align-items:flex-end;overflow:hidden;padding-top:80px;background:#2E2218}
.inner-hero-img{position:absolute;inset:0;background-size:cover;background-position:center;filter:brightness(.72) saturate(.85)}
.inner-hero-overlay{position:absolute;inset:0;background:linear-gradient(to top,rgba(46,34,24,.75) 0%,rgba(46,34,24,.1) 55%,transparent 100%)}
.inner-hero-content{position:relative;z-index:2;padding:0 3rem 2.5rem;width:100%}
.breadcrumb{display:flex;align-items:center;gap:.5rem;font-size:.86rem;letter-spacing:.1em;text-transform:uppercase;color:rgba(255,255,255,.45);margin-bottom:.8rem}
.breadcrumb a{color:rgba(255,255,255,.45);text-decoration:none;transition:color .2s}
.breadcrumb a:hover{color:#5C3D1E}
.breadcrumb span{color:#C4705A}
.inner-title{font-family:'Cormorant Garamond',Georgia,serif;font-size:clamp(2rem,4vw,3.4rem);font-weight:300;color:#FFFFFF;line-height:1.05;margin-bottom:.8rem;letter-spacing:-.02em}
.inner-title em{font-style:italic;color:#E8A090}
.inner-sub{font-size:.92rem;color:rgba(255,255,255,.65);line-height:1.8;max-width:560px;font-weight:300}
.inner-body{padding:0 3rem 4rem;background:#FFFFFF}
/* SEC DIV */
.sec-div{display:flex;align-items:center;gap:1rem;margin:3rem 0 2rem;padding-top:3rem;border-top:1px solid #E8DDD0}
.sec-div-eye{font-size:.66rem;letter-spacing:.2em;text-transform:uppercase;color:#7A5C40}
.sec-div-line{flex:1;height:1px;background:#E8DDD0}
.sec-div-num{font-family:'Cormorant Garamond',Georgia,serif;font-size:1.6rem;font-weight:300;font-style:italic;color:rgba(160,128,96,.2)}
/* HALL CARDS */
.halls-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:6px}
.hall-card{position:relative;overflow:hidden;border-radius:6px;height:300px}
.hall-img{position:absolute;inset:0;background-size:cover;background-position:center;filter:brightness(.82) saturate(.9);transition:transform .5s,filter .4s}
.hall-card:hover .hall-img{transform:scale(1.04);filter:brightness(.9) saturate(1)}
.hall-body{position:absolute;inset:0;z-index:2;padding:1.5rem;display:flex;flex-direction:column;justify-content:flex-end;background:linear-gradient(to top,rgba(46,34,24,.9) 0%,rgba(46,34,24,.25) 45%,transparent 70%)}
.hall-tag{font-size:.70rem;letter-spacing:.16em;text-transform:uppercase;color:#E8A090;margin-bottom:.35rem}
.hall-name{font-family:'Cormorant Garamond',Georgia,serif;font-size:1.5rem;font-weight:300;color:#FFFFFF;margin-bottom:.4rem}
.hall-cap{font-size:.92rem;color:rgba(255,255,255,.7);margin-bottom:.9rem;font-weight:300}
.hall-badge{position:absolute;top:1.1rem;right:1.1rem;font-size:.70rem;letter-spacing:.1em;text-transform:uppercase;border:1px solid rgba(255,255,255,.25);color:rgba(255,255,255,.8);padding:.22rem .55rem;background:rgba(46,34,24,.65);backdrop-filter:blur(4px);border-radius:2px}
/* AMENITIES */
.amen-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2.5rem;margin-bottom:2rem}
.amen-col-title{font-size:.66rem;letter-spacing:.18em;text-transform:uppercase;color:#7A5C40;display:block;margin-bottom:.9rem}
.amen-list{list-style:none;padding:0}
.amen-list li{font-size:.86rem;color:#7A5C40;padding:.3rem 0;border-bottom:1px solid #E8DDD0;display:flex;align-items:center;gap:.5rem;font-weight:300}
.amen-list li:last-child{border-bottom:none}
.amen-list li::before{content:'';width:3px;height:3px;border-radius:50%;background:#C4705A;flex-shrink:0;opacity:.7}
/* PRICE CARDS */
.price-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:6px;margin-bottom:2rem}
.price-card{background:#FAF6F0;border:1px solid #E8DDD0;border-radius:6px;padding:1.4rem 1rem;text-align:center}
.price-amount{font-family:'Cormorant Garamond',Georgia,serif;font-size:2.8rem;font-weight:300;color:#5C3D1E;display:block;line-height:1}
.price-per{font-size:.66rem;letter-spacing:.12em;text-transform:uppercase;color:#7A5C40;display:block;margin:.3rem 0 .6rem}
.price-label{font-size:.78rem;color:#2E2218;line-height:1.5;font-weight:300}
/* FAQ */
.faq-cols{display:grid;grid-template-columns:1fr 1fr;gap:0 3rem}
.faq-item{padding:1rem 0;border-bottom:1px solid #E8DDD0}
.faq-q{font-size:.90rem;font-weight:400;color:#2E2218;margin-bottom:.4rem}
.faq-a{font-size:.84rem;color:#7A5C40;line-height:1.75;font-weight:300}
/* CHIPS */
.chip-grid{display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:2rem}
.chip{font-size:.86rem;letter-spacing:.08em;text-transform:uppercase;padding:.3rem .75rem;border-radius:100px;border:1px solid #E8DDD0;color:#7A5C40;background:#FFFFFF}
.chip--primary{border-color:#C4A882;color:#5C3D1E;background:rgba(196,168,130,.1)}
.chip--champion{border-color:#C4705A;color:#C4705A;background:rgba(196,112,90,.08)}
/* INNER CTA */
.inner-cta{padding:4rem 2.5rem;text-align:center;border:1px solid #E8DDD0;border-radius:8px;margin:1rem 0 3rem 0;background:#FAF6F0}
.inner-cta-title{font-family:'Cormorant Garamond',Georgia,serif;font-size:2rem;font-weight:300;color:#2E2218;margin-bottom:.6rem}
.inner-cta-title em{font-style:italic;color:#8B6F52}
.inner-cta-sub{font-size:.90rem;color:#7A5C40;margin-bottom:1.8rem;max-width:480px;margin-left:auto;margin-right:auto;line-height:1.75;font-weight:300}
/* SCHEDULE TABLES */
.sched-table-wrap{overflow-x:auto;-webkit-overflow-scrolling:touch;margin-bottom:1.2rem}
.sched-table{width:100%;border-collapse:collapse;font-size:.84rem}
.sched-table th{background:#FAF6F0;color:#2E2218;font-weight:400;letter-spacing:.1em;text-transform:uppercase;font-size:.86rem;padding:.55rem .7rem;text-align:left;border-bottom:1px solid #E8DDD0}
.sched-table td{padding:.5rem .7rem;border-bottom:1px solid #F0E8DF;color:#7A5C40;vertical-align:middle;font-weight:300}
.sched-table tr:hover td{background:#FAF6F0}
.sched-day{background:#FFFFFF!important;color:#5C3D1E!important;font-size:.70rem!important;letter-spacing:.16em!important;text-transform:uppercase}
.lvl{font-size:.84rem;letter-spacing:.06em;padding:.2rem .5rem;border-radius:100px;white-space:nowrap;text-transform:uppercase}
.lvl.b{background:rgba(107,124,90,.1);color:#6B7C5A;border:1px solid rgba(107,124,90,.2)}
.lvl.a{background:rgba(196,112,90,.1);color:#C4705A;border:1px solid rgba(196,112,90,.2)}
.lvl.i{background:rgba(122,139,153,.1);color:#7A8B99;border:1px solid rgba(122,139,153,.2)}
.lvl.x{background:rgba(139,111,82,.1);color:#8B6F52;border:1px solid rgba(139,111,82,.2)}
.lvl.m{background:rgba(196,112,90,.08);color:#C4705A;border:1px solid rgba(196,112,90,.15)}
/* INSIGHTS */
.insights-grid{display:grid;grid-template-columns:1fr 1fr 1fr;gap:1px;background:#E8DDD0;margin-bottom:2rem}
.insight-card{background:#FFFFFF;padding:2rem 1.8rem;display:flex;flex-direction:column}
.insight-card.featured{grid-column:1/-1;display:grid;grid-template-columns:1fr 1fr;gap:3rem;align-items:start;background:#FAF6F0}
.insight-img{width:100%;height:180px;object-fit:cover;margin-bottom:1.2rem;filter:brightness(.88) saturate(.88);border-radius:4px}
.insight-tag{font-size:.70rem;letter-spacing:.16em;text-transform:uppercase;color:#7A5C40;margin-bottom:.5rem;display:block}
.insight-title{font-family:'Cormorant Garamond',Georgia,serif;font-size:1.1rem;font-weight:300;color:#2E2218;line-height:1.25;margin-bottom:.6rem}
.insight-excerpt{font-size:.84rem;color:#7A5C40;line-height:1.75;flex:1;margin-bottom:1rem;font-weight:300}
.insight-more{font-size:.70rem;letter-spacing:.1em;text-transform:uppercase;color:#C4705A;text-decoration:none;align-self:flex-start;border-bottom:1px solid rgba(196,112,90,.35);padding-bottom:.1rem;transition:border-color .2s}
.insight-more:hover{border-color:#C4705A}
.newsletter-strip{background:#FAF6F0;border:1px solid #E8DDD0;border-radius:6px;padding:2.5rem;display:flex;align-items:center;justify-content:space-between;gap:2rem;margin-bottom:2rem}
.nl-title{font-family:'Cormorant Garamond',Georgia,serif;font-size:1.2rem;font-weight:300;color:#2E2218;line-height:1.2;margin-bottom:.4rem}
.nl-sub{font-size:.78rem;color:#7A5C40;font-weight:300}
.nl-form{display:flex;gap:.5rem;flex-shrink:0}
.nl-input{background:#FFFFFF;border:1px solid #E8DDD0;color:#2E2218;padding:.65rem 1rem;font-size:.84rem;font-family:'Outfit',system-ui,sans-serif;width:240px;outline:none;border-radius:3px}
.nl-input:focus{border-color:#C4705A}
.nl-input::placeholder{color:#7A5C40}
.coming-soon-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1px;background:#E8DDD0}
.coming-card{background:#FFFFFF;padding:1.5rem;opacity:.55}
.coming-label{font-size:.70rem;letter-spacing:.18em;text-transform:uppercase;color:#7A5C40;margin-bottom:.5rem;display:block}
.coming-title{font-size:.96rem;color:#2E2218;line-height:1.4;font-weight:300}
/* BALLROOM */
.floor-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:3rem;margin-bottom:2rem}
.company-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1px;background:#E8DDD0;margin-bottom:2rem}
.company-card{background:#FFFFFF;padding:1.4rem 1rem;text-align:center}
.instructor-name{font-size:.90rem;color:#2E2218;font-weight:400;display:block;margin-bottom:.3rem}
.instructor-style{font-size:.70rem;color:#7A5C40;letter-spacing:.06em}
/* BILINGUAL */
[data-es]{display:none}
body.es [data-en]{display:none}
body.es [data-es]{display:inline}
/* HAMBURGER */
.nav-hamburger{display:none;flex-direction:column;justify-content:center;align-items:center;gap:6px;background:none;border:1.5px solid #C4A882;border-radius:4px;padding:0;cursor:pointer;width:40px;height:40px;flex-shrink:0}
.nav-hamburger span{display:block;width:20px;height:2.5px;background:#5C3D1E;border-radius:2px;transition:transform .25s,opacity .25s}
.nav-hamburger.open span:nth-child(1){transform:translateY(8px) rotate(45deg)}
.nav-hamburger.open span:nth-child(2){opacity:0}
.nav-hamburger.open span:nth-child(3){transform:translateY(-8px) rotate(-45deg)}
.nav-mobile-menu{position:fixed;inset:0;background:rgba(255,255,255,.98);backdrop-filter:blur(8px);z-index:490;display:flex;flex-direction:column;justify-content:center;align-items:center;gap:2rem;opacity:0;pointer-events:none;transition:opacity .3s}
.nav-mobile-menu.open{opacity:1;pointer-events:auto}
.nav-mobile-menu a{font-family:'Cormorant Garamond',Georgia,serif;font-size:2rem;font-weight:300;font-style:italic;color:#2E2218;text-decoration:none;transition:color .2s}
.nav-mobile-menu a:hover{color:#8B6F52}
.mobile-cta{background:#5C3D1E!important;color:#FFFFFF!important;padding:.8rem 2.5rem!important;font-size:.84rem!important;font-family:'Outfit',system-ui,sans-serif!important;font-style:normal!important;letter-spacing:.08em!important;text-transform:uppercase!important;border-radius:3px!important}
/* YOUTH */
.youth-about-v11{display:grid;grid-template-columns:1fr 1fr;gap:3rem;align-items:start;margin-bottom:2rem}
.youth-stats-grid{display:grid;grid-template-columns:1fr 1fr;gap:8px;align-content:start}

/* First sec-div has no top border/padding */
.inner-body>.sec-div:first-child,
.inner-body>.reveal+.sec-div,
.inner-body>.p+.sec-div{padding-top:0;border-top:none;margin-top:1rem}
/* Standardize body text */
p{font-size:.92rem;line-height:1.75;color:#7A5C40;font-weight:300}
p strong{color:#2E2218}
/* Remove excessive spacing from sec-divs */
.sec-div{margin:2rem 0 1.5rem;padding-top:2rem}


/* ─── STARTER GUIDE GRID ─── */
.starter-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1px;background:#E8DDD0;border-radius:6px;overflow:hidden;align-items:stretch}

/* Touch targets */
.tile-cta,.btn-gold,.btn-outline,.btn-ghost,.nav-cta{min-height:44px;display:inline-flex;align-items:center;justify-content:center}
.nav-hamburger{min-width:44px;min-height:44px}

/* Hero slide animation control */
@media(prefers-reduced-motion:reduce){
  .hero-slide,.reveal{transition:none!important;animation:none!important;opacity:1!important;transform:none!important}
}


/* ─── PROGRAMS PAGE GRIDS ─── */
.prog-section-grid{display:grid;grid-template-columns:1fr 1fr;gap:3rem;align-items:start}
.prog-stats-grid{display:grid;grid-template-columns:1fr 1fr;gap:8px;align-content:start}
.prog-price-grid{display:grid;grid-template-columns:1fr 1fr;gap:8px}

/* RESPONSIVE */
@media(max-width:768px){
  .nav-hamburger{display:flex!important}
  .nav-links{display:none}
  .nav-cta{display:none}
  .site-nav{padding:.9rem 1.3rem;background:#FFFFFF}
  .hero{height:auto;min-height:0;padding:6rem 1.5rem 3.5rem}
  .hero-content{padding:0}
  .hero-title{font-size:clamp(2.4rem,8vw,3.5rem)}
  .bento-wrap{padding:3rem 1.3rem 2rem;background:#FFFFFF}
  .bento{display:grid;grid-template-columns:1.6fr 1fr 1fr;grid-template-rows:300px 210px;gap:6px}
  .bento .tile,.bento .tile.tile-lg{grid-column:1;grid-row:1/3}
.tile-lg .tile-name{font-size:1.9rem}
.bento .tile:nth-child(4){grid-column:2/4;grid-row:2}
  .youth-banner{height:200px}
  .stats-row{grid-template-columns:1fr 1fr;padding:2rem 1.5rem;background:#FAF6F0}
  
  
  .proof-wrap{padding:3rem 1.3rem;background:#FAF6F0}
  .proof-grid{grid-template-columns:1fr!important;gap:1px}
  .info-wrap{grid-template-columns:1fr;padding:2.5rem 1.3rem;background:#FFFFFF}
  .info-wrap>div{padding:1.5rem 0;border-right:none;border-bottom:1px solid #E8DDD0}
  .info-wrap>div:first-child{padding-top:0}
  .info-wrap>div:last-child{border-bottom:none}
  .loc-strip{height:auto;flex-wrap:wrap;background:#FAF6F0}
  .loc-info{flex-direction:column;align-items:flex-start;padding:.8rem 1.3rem;gap:.5rem;border-bottom:1px solid #E8DDD0;width:100%}
  .loc-item{border-right:none;padding:0}
  .loc-sp{display:none!important}
  .ticker{display:none}
  .inner-hero{padding-top:70px}
  .inner-hero-content{padding:1.5rem 1.3rem 2rem}
  .inner-title{font-size:clamp(1.8rem,7vw,2.8rem)}
  .inner-body{padding:0 1.3rem 3rem;background:#FFFFFF}
  .halls-grid{grid-template-columns:1fr;gap:6px}
  .hall-card{height:260px}
  .faq-cols{grid-template-columns:1fr;gap:0}
  .amen-grid{grid-template-columns:1fr;gap:1.5rem}
  .price-grid{grid-template-columns:1fr 1fr;gap:.5rem}
  .inner-cta{padding:2.5rem 1.5rem;text-align:left}
  .insights-grid{grid-template-columns:1fr;gap:1px}
  .insight-card.featured{grid-column:1;display:flex;flex-direction:column}
  .coming-soon-grid{grid-template-columns:1fr}
  .company-grid{grid-template-columns:1fr 1fr}
  .sched-table-wrap{overflow-x:auto}
  .youth-about-v11{grid-template-columns:1fr!important;gap:1.5rem}
  .newsletter-strip{flex-direction:column;align-items:flex-start}
  .nl-form{width:100%}
  .nl-input{flex:1}

  /* Starter guide */
  .starter-grid{grid-template-columns:1fr!important;gap:0;border-radius:6px}
  .starter-grid>div{border-radius:0;border-bottom:1px solid #E8DDD0}
  .starter-grid>div:last-child{border-bottom:none}
  /* Stats */
  .stats-row{grid-template-columns:1fr 1fr;padding:1.5rem 1rem}
  .stat{padding:0 .5rem}
  /* Proof */
  .proof-wrap{padding:2.5rem 1.3rem}
  .proof-grid{grid-template-columns:1fr!important}
  /* Info */
  .info-wrap{padding:2rem 1.3rem}
  /* Footer */
  .site-footer{flex-direction:column;align-items:flex-start;gap:.75rem;padding:1.5rem 1.3rem}
  .f-copy{font-size:.62rem}
  /* Bento */
  .bento{display:grid;grid-template-columns:1.6fr 1fr 1fr;grid-template-rows:300px 210px;gap:6px}
  .bento .tile{height:260px;grid-column:1!important;grid-row:auto!important}
  .bento .tile.tile-lg{grid-column:1;grid-row:1/3}
.tile-lg .tile-name{font-size:1.9rem}
.bento .tile:nth-child(4){grid-column:2/4;grid-row:2}
  /* Hero */
  .hero{height:85vh}
  .hero-content{padding:0 1.3rem;max-width:100%}
  .hero-sub{font-size:.88rem}
  .hero-btns{flex-direction:column;align-items:flex-start;gap:.75rem}
  .hero-btns .btn-gold,.hero-btns .btn-ghost{width:100%;text-align:center;justify-content:center}
  /* Loc strip */
  .loc-strip{padding:.75rem 1.3rem;flex-direction:column;gap:.4rem;height:auto}
  .loc-info{flex-direction:column;padding:0;width:100%}
  .loc-item{border-right:none;padding:0}
  .ticker{display:none}
  /* Bento-wrap */
  .bento-wrap{padding:2.5rem 1.3rem 2rem}
  .bento-hdr{flex-direction:column;align-items:flex-start;gap:.5rem}
  /* s-title */
  .s-title{font-size:clamp(1.6rem,5vw,2rem)}

  .prog-section-grid{grid-template-columns:1fr!important;gap:1.5rem}
  .prog-stats-grid{grid-template-columns:1fr 1fr!important}
  .prog-price-grid{grid-template-columns:1fr 1fr!important}

}
@media(max-width:480px){
  .site-nav{padding:.8rem 1rem}
  .hero-title{font-size:clamp(2rem,9vw,2.8rem)}
  .bento-wrap{padding:2.5rem 1rem 1.5rem}
  .stats-row{padding:1.8rem 1rem;background:#FAF6F0}
  .hall-card{height:220px}

  .hero{height:90vh;padding-top:70px}
  .hero-title{font-size:clamp(2.2rem,9vw,3rem)}
  .hero-eye{font-size:.66rem}
  .bento-wrap{padding:2rem 1rem 1.5rem}
  .bento .tile{height:220px}
  .bento .tile.tile-lg{grid-column:1;grid-row:1/3}
.tile-lg .tile-name{font-size:1.9rem}
.bento .tile:nth-child(4){grid-column:2/4;grid-row:2}
  .stats-row{grid-template-columns:1fr 1fr;padding:1.2rem .8rem}
  .stat-n{font-size:2rem}
  .stat-l{font-size:.58rem}
  .proof-card{padding:1.4rem 1.2rem}
  .info-wrap{padding:1.5rem 1rem}
  .site-footer{padding:1.2rem 1rem}
  .starter-grid>div{padding:1.4rem 1.2rem}
  .site-nav{padding:.8rem 1rem}

  .prog-section-grid{gap:1rem}
  .prog-stats-grid{grid-template-columns:1fr 1fr}
  .prog-price-grid{grid-template-columns:1fr 1fr}

}
