
*{box-sizing:border-box}
:root{
  --green:#0b160c;
  --green2:#111d11;
  --black:#090909;
  --cream:#f4f1ea;
  --white:#ffffff;
  --gold:#b79a62;
  --muted:#d8d4ca;
  --serif:Georgia,"Times New Roman",serif;
  --sans:Arial,Helvetica,sans-serif;
}
html{scroll-behavior:smooth}
body{margin:0;background:var(--cream);color:#111;font-family:var(--serif);line-height:1.55}
a{color:inherit;text-decoration:none}
img{display:block;max-width:100%}
button,input,select,textarea{font:inherit}
.site-header{position:sticky;top:0;z-index:100;background:var(--green);border-bottom:1px solid rgba(255,255,255,.18)}
.header-inner{width:min(1440px,calc(100% - 50px));height:112px;margin:auto;display:grid;grid-template-columns:240px 1fr;align-items:center}
.logo-link img{width:190px;height:auto}
.main-nav{display:flex;justify-content:flex-end;align-items:center;gap:38px}
.main-nav a{color:#fff;text-transform:uppercase;font-size:12px;letter-spacing:.12em;padding:13px 0;position:relative}
.main-nav a.active::after{content:"";position:absolute;left:0;right:0;bottom:5px;height:1px;background:#fff}
.main-nav .nav-inquire{border:1px solid rgba(255,255,255,.85);padding:13px 26px}
.main-nav .nav-inquire.active::after{display:none}
.menu-toggle{display:none;background:none;border:0;width:44px;height:44px;position:relative}
.menu-toggle span{position:absolute;left:10px;width:24px;height:1px;background:#fff}
.menu-toggle span:first-child{top:18px}.menu-toggle span:last-child{top:26px}

.tab-panel{display:none}
.tab-panel.active{display:block;animation:fade .25s ease}
@keyframes fade{from{opacity:.35}to{opacity:1}}

.hero{display:grid;grid-template-columns:.88fr 1.12fr;min-height:640px;background:var(--green);color:#fff}
.hero-copy{padding:80px 5vw;display:flex;flex-direction:column;justify-content:center}
.location-line,.page-kicker,.small-heading{font-family:var(--sans);font-size:11px;letter-spacing:.28em;text-transform:uppercase}
.hero h1{font-size:clamp(72px,8vw,125px);font-weight:400;line-height:.82;letter-spacing:-.055em;margin:18px 0 26px}
.hero h1 em,.page-hero h1 em,.contact-copy h1 em{font-weight:400;font-style:italic}
.ornament{display:flex;align-items:center;gap:10px;width:235px;margin:0 0 20px}
.ornament span{height:1px;flex:1;background:rgba(255,255,255,.65)}
.ornament b{font-weight:400;font-size:12px}
.hero-copy p{font-size:19px;max-width:470px;color:#f0eee8;margin:0 0 28px}
.light-button{width:max-content;background:#fff;color:#111;padding:14px 28px;font-family:var(--sans);font-size:11px;letter-spacing:.16em;text-transform:uppercase}
.hero-photo{overflow:hidden}
.hero-photo img{width:100%;height:100%;min-height:640px;object-fit:cover;object-position:center}

.feature-strip{background:#fff;display:grid;grid-template-columns:repeat(4,1fr);border-bottom:1px solid #ddd}
.feature-strip article{min-height:220px;padding:34px 26px;text-align:center;border-right:1px solid #ddd}
.feature-strip article:last-child{border-right:0}
.feature-strip svg{width:50px;height:50px;fill:none;stroke:#111;stroke-width:1.5;margin:0 auto 12px}
.feature-strip h3{font-size:14px;text-transform:uppercase;letter-spacing:.06em;margin:8px 0}
.feature-strip p{font-size:14px;max-width:240px;margin:0 auto}

.home-cards{display:grid;grid-template-columns:repeat(3,1fr);background:#fff}
.image-card{height:510px;position:relative;overflow:hidden;border-right:4px solid #fff}
.image-card:last-child{border-right:0}
.image-card img{width:100%;height:100%;object-fit:cover}
.image-card::after{content:"";position:absolute;inset:0;background:linear-gradient(to top,rgba(0,0,0,.72),rgba(0,0,0,.06) 65%)}
.card-overlay{position:absolute;z-index:2;left:28px;right:28px;bottom:28px;color:#fff;text-align:center}
.card-overlay h2{font-size:30px;font-weight:400;text-transform:uppercase;letter-spacing:.03em;margin:0}
.card-overlay p{margin:7px auto 18px;max-width:330px}
.card-overlay a,.dark-outline-button{display:inline-block;border:1px solid #fff;padding:11px 26px;text-transform:uppercase;font-family:var(--sans);font-size:10px;letter-spacing:.15em}


.footer-logo-image{width:160px}



.page-hero{background:var(--green);color:#fff;padding:90px 7vw}
.page-hero h1{font-size:clamp(65px,7.8vw,112px);font-weight:400;line-height:.9;letter-spacing:-.045em;margin:18px 0 22px}
.page-hero p{font-size:19px;max-width:780px;color:#eeeae3}
.dark-page-hero{background:
  radial-gradient(circle at 80% 10%,rgba(255,255,255,.06),transparent 35%),
  var(--green)
}

.about-intro{display:grid;grid-template-columns:.75fr 1.25fr;background:#fff;border-bottom:1px solid #ddd}
.about-year{display:flex;flex-direction:column;justify-content:center;align-items:center;padding:70px;border-right:1px solid #ddd}
.about-year span{font-family:var(--sans);font-size:10px;letter-spacing:.2em}
.about-year strong{font-size:clamp(110px,14vw,215px);font-weight:400;line-height:.8}
.about-copy{padding:80px 8vw}
.about-copy h2,.bar-copy h2,.section-title h2,.form-intro h2{font-size:clamp(46px,5vw,74px);font-weight:400;line-height:.95;letter-spacing:-.03em;margin:0 0 26px}
.about-copy p,.bar-copy p,.form-intro p{font-size:18px;line-height:1.75}

.about-values{display:grid;grid-template-columns:repeat(4,1fr);background:var(--cream)}
.about-values article{padding:42px 30px;border-right:1px solid #d7d2c7}
.about-values article:last-child{border-right:0}
.about-values span,.service-list-grid span,.package-card>span{font-family:var(--sans);font-size:10px;letter-spacing:.2em;color:#75684f}
.about-values h3{font-size:28px;font-weight:400;margin:45px 0 10px}

.bar-showcase{display:grid;grid-template-columns:1.1fr .9fr;background:#fff}
.bar-photo-wrap{overflow:hidden}
.bar-photo-wrap img{width:100%;height:100%;min-height:620px;object-fit:cover}
.bar-copy{padding:80px 7vw;display:flex;flex-direction:column;justify-content:center}
.small-heading{color:#6f6657;margin-bottom:16px}.small-heading.light{color:#d7cab0}

.service-list-grid{display:grid;grid-template-columns:repeat(2,1fr);background:var(--cream)}
.service-list-grid article{padding:54px 7vw;border-right:1px solid #d8d2c7;border-top:1px solid #d8d2c7}
.service-list-grid article:nth-child(even){border-right:0}
.service-list-grid h2{font-size:46px;font-weight:400;margin:38px 0 10px}
.service-list-grid p{font-size:17px;max-width:540px}

.included-section{background:var(--green);color:#fff;padding:80px 7vw;display:grid;grid-template-columns:.8fr 1fr;gap:70px;position:relative}
.included-section h2{font-size:clamp(48px,5vw,74px);font-weight:400;line-height:.95;margin:12px 0}
.included-section ul{list-style:none;margin:0;padding:0}
.included-section li{padding:10px 0;border-top:1px solid rgba(255,255,255,.3);font-size:16px}
.client-provides{grid-column:2;color:#e5dfd4;margin-top:0}

.pricing-hero{display:grid;grid-template-columns:1fr 390px;gap:60px;align-items:end}
.pricing-hero img{height:440px;width:100%;object-fit:cover;border:1px solid rgba(255,255,255,.35)}

.package-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:0;background:#fff;border-bottom:1px solid #ddd}
.package-card{padding:45px 30px;min-height:460px;border-right:1px solid #ddd}
.package-card:last-child{border-right:0}
.package-card h2{font-size:34px;font-weight:400;margin:35px 0 6px}
.package-card strong{font-size:43px;font-weight:400;color:#6d5c3d}
.package-card p{min-height:50px}
.package-card ul{list-style:none;padding:0;margin:25px 0 0}
.package-card li{padding:8px 0;border-top:1px solid #ddd;font-size:14px}
.featured-package{background:var(--green);color:#fff}
.featured-package>span,.featured-package strong{color:#d6c092}
.featured-package li{border-color:rgba(255,255,255,.25)}

.extras-section{padding:90px 7vw;background:var(--cream)}
.section-title{max-width:760px;margin-bottom:45px}
.extras-table{max-width:1000px;background:#fff;border:1px solid #ddd}
.extras-table>div{display:flex;justify-content:space-between;gap:40px;padding:16px 20px;border-bottom:1px solid #ddd}
.extras-table>div:last-child{border-bottom:0}
.fine-print{font-family:var(--sans);font-size:11px;max-width:850px;margin-top:24px}

.retainer-banner{display:grid;grid-template-columns:.55fr 1.45fr;background:#111;color:#fff}
.retainer-number{display:grid;place-items:center;font-size:120px;border-right:1px solid rgba(255,255,255,.25);padding:70px 20px}
.retainer-banner>div:last-child{padding:70px 7vw}
.retainer-banner h2{font-size:54px;font-weight:400;margin:10px 0 16px}
.retainer-banner p{font-size:17px;max-width:700px;color:#ddd}

.approved-gallery{display:grid;grid-template-columns:1.1fr .9fr;gap:4px;background:#fff;padding:4px}
.approved-gallery figure{margin:0;position:relative;overflow:hidden;min-height:520px}
.approved-gallery figure.wide{grid-row:span 2;min-height:1044px}
.approved-gallery img{width:100%;height:100%;object-fit:cover}
.approved-gallery figcaption{position:absolute;left:24px;bottom:22px;background:rgba(11,22,12,.9);color:#fff;padding:10px 16px;text-transform:uppercase;font-family:var(--sans);font-size:10px;letter-spacing:.16em}

.faq-list{background:#fff;padding:55px 7vw 90px}
.faq-list details{max-width:1100px;margin:auto;border-bottom:1px solid #bbb}
.faq-list summary{list-style:none;cursor:pointer;display:flex;justify-content:space-between;gap:30px;padding:23px 0;font-size:26px}
.faq-list summary::-webkit-details-marker{display:none}
.faq-list summary span{font-family:var(--sans)}
.faq-list details[open] summary span{transform:rotate(45deg)}
.faq-list p{font-size:17px;line-height:1.7;max-width:850px;margin:0;padding:0 0 22px}

.contact-hero{display:grid;grid-template-columns:1fr 1fr;min-height:620px;background:var(--green);color:#fff}
.contact-image{overflow:hidden}
.contact-image img{width:100%;height:100%;min-height:620px;object-fit:cover}
.contact-copy{padding:80px 7vw;display:flex;flex-direction:column;justify-content:center}
.contact-copy h1{font-size:clamp(58px,6vw,88px);font-weight:400;line-height:.92;letter-spacing:-.04em;margin:15px 0 30px}
.contact-copy p{font-size:20px}.contact-small{font-family:var(--sans);font-size:11px!important;letter-spacing:.08em}

.form-section{display:grid;grid-template-columns:.75fr 1.25fr;gap:60px;padding:85px 7vw;background:#fff}
.field-grid{display:grid;grid-template-columns:1fr 1fr;gap:18px}
.field-grid label{font-family:var(--sans);font-size:10px;letter-spacing:.12em;text-transform:uppercase}
.field-grid input,.field-grid select,.field-grid textarea{width:100%;display:block;margin-top:6px;padding:13px;border:1px solid #bcb6aa;background:#fff}
.field-grid textarea{min-height:140px;resize:vertical}
.field-grid .full{grid-column:1/-1}
.submit-button{margin-top:20px;background:var(--green);color:#fff;border:0;padding:15px 25px;text-transform:uppercase;font-family:var(--sans);font-size:11px;letter-spacing:.16em;cursor:pointer}
.form-note{display:none;margin-top:12px;padding:12px;background:var(--cream)}

.site-footer{background:linear-gradient(90deg,#0c0c0c,#171717);color:#fff}
.footer-top{padding:30px 7vw;display:grid;grid-template-columns:250px 1fr auto;align-items:center;gap:50px;border-bottom:1px solid rgba(255,255,255,.18)}
.footer-logo{width:160px}
.footer-top>div{display:flex;flex-direction:column;gap:5px}
.footer-top span{font-size:13px}.footer-top a{font-family:var(--sans);font-size:10px;letter-spacing:.15em;text-transform:uppercase}
.footer-top>a{border:1px solid #fff;padding:11px 25px}
.footer-bottom{background:#fff;color:#111;display:grid;grid-template-columns:1.4fr .8fr 1.2fr 1fr;gap:25px;padding:20px 7vw;font-family:var(--sans);font-size:9px;letter-spacing:.08em;align-items:center}

@media(max-width:1050px){
  .header-inner{grid-template-columns:1fr auto;height:96px}
  .main-nav{display:none;position:absolute;top:96px;left:0;right:0;background:var(--green);padding:22px 28px 30px;flex-direction:column;align-items:flex-start;gap:4px;border-bottom:1px solid rgba(255,255,255,.2)}
  .site-header.menu-open .main-nav{display:flex}
  .main-nav a{font-family:var(--serif);font-size:24px;text-transform:none;letter-spacing:0}
  .main-nav .nav-inquire{border:0;padding:13px 0}
  .menu-toggle{display:block}
  .hero{grid-template-columns:1fr}
  .hero-copy{padding:70px 7vw}
  .hero-photo img{min-height:620px}
  .feature-strip{grid-template-columns:1fr 1fr}
  .feature-strip article:nth-child(2){border-right:0}
  .feature-strip article:nth-child(-n+2){border-bottom:1px solid #ddd}
  .home-cards{grid-template-columns:1fr 1fr}
  .image-card:last-child{grid-column:1/-1}
  
  
  .about-intro,.bar-showcase,.contact-hero,.form-section{grid-template-columns:1fr}
  .about-year{border-right:0;border-bottom:1px solid #ddd}
  .included-section{grid-template-columns:1fr}
  .client-provides{grid-column:1}
  .pricing-hero{grid-template-columns:1fr}
  .package-grid{grid-template-columns:1fr 1fr}
  .package-card:nth-child(2){border-right:0}
  .package-card:nth-child(-n+2){border-bottom:1px solid #ddd}
  .approved-gallery{grid-template-columns:1fr 1fr}
  .approved-gallery figure.wide{grid-row:auto;min-height:520px}
  .footer-top{grid-template-columns:200px 1fr}
  .footer-top>a{grid-column:2;width:max-content}
  .footer-bottom{grid-template-columns:1fr 1fr}
}
@media(max-width:650px){
  .header-inner{width:calc(100% - 28px);height:84px}
  .main-nav{top:84px}
  .logo-link img{width:150px}
  .hero-copy{padding:60px 22px}
  .hero h1{font-size:66px}
  .hero-photo img{min-height:520px}
  .feature-strip{grid-template-columns:1fr}
  .feature-strip article{border-right:0!important;border-bottom:1px solid #ddd!important}
  .home-cards{grid-template-columns:1fr}
  .image-card{height:430px;border-right:0;border-bottom:4px solid #fff}
  .image-card:last-child{grid-column:auto}
  
  
  .page-hero{padding:65px 22px}
  .page-hero h1{font-size:60px}
  .about-copy,.bar-copy{padding:60px 22px}
  .about-year{padding:60px 22px}
  .about-year strong{font-size:120px}
  .about-values,.service-list-grid,.package-grid{grid-template-columns:1fr}
  .about-values article,.package-card{border-right:0!important;border-bottom:1px solid #ddd!important}
  .service-list-grid article{border-right:0!important}
  .included-section{padding:65px 22px}
  .pricing-hero img{height:380px}
  .extras-section{padding:70px 22px}
  .extras-table>div{display:block}
  .extras-table strong{display:block;margin-top:6px}
  .retainer-banner{grid-template-columns:1fr}
  .retainer-number{border-right:0;border-bottom:1px solid rgba(255,255,255,.25);font-size:95px}
  .retainer-banner>div:last-child{padding:55px 22px}
  .approved-gallery{grid-template-columns:1fr}
  .approved-gallery figure,.approved-gallery figure.wide{min-height:480px}
  .faq-list{padding:35px 22px 70px}
  .faq-list summary{font-size:21px}
  .contact-image img{min-height:480px}
  .contact-copy{padding:60px 22px}
  .form-section{padding:65px 22px}
  .field-grid{grid-template-columns:1fr}
  .field-grid .full{grid-column:auto}
  .footer-top{grid-template-columns:1fr;padding:30px 22px}
  .footer-top>a{grid-column:auto}
  .footer-bottom{grid-template-columns:1fr;padding:20px 22px}
}


/* =========================================================
   V12 — PREFERRED WHITE / BLACK / GOLD LUXURY REFERENCE
   ========================================================= */

:root{
  --green:#111111;
  --green2:#191919;
  --black:#070707;
  --cream:#f7f3eb;
  --white:#ffffff;
  --gold:#b79a62;
  --muted:#d8d1c6;
}

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

.site-header{
  background:#fff;
  border-bottom:1px solid #ddd;
}
.header-inner{
  height:106px;
}
.logo-link img{
  width:235px;
  max-height:88px;
  object-fit:contain;
  object-position:left center;
}
.main-nav a{
  color:#111;
  font-size:12px;
  letter-spacing:.12em;
}
.main-nav a.active::after{
  background:#111;
}
.main-nav .nav-inquire{
  border:0;
  padding:13px 0;
}
.menu-toggle span{
  background:#111;
}

/* Preferred homepage hero */
.hero-v12{
  display:grid;
  grid-template-columns:1.03fr .97fr;
  min-height:650px;
  background:#111;
  color:#fff;
}
.hero-visual{
  overflow:hidden;
  min-height:650px;
}
.hero-visual img{
  width:100%;
  height:100%;
  min-height:650px;
  object-fit:cover;
  object-position:center 44%;
}
.hero-message{
  padding:70px 7vw 70px 5vw;
  display:flex;
  flex-direction:column;
  justify-content:center;
  text-align:center;
  background:
    linear-gradient(90deg,rgba(17,17,17,.55),rgba(17,17,17,.98)),
    #111;
}
.hero-eyebrow{
  font-family:var(--sans);
  font-size:11px;
  letter-spacing:.22em;
  text-transform:uppercase;
  color:#eee;
}
.hero-message h1{
  font-size:clamp(58px,6vw,92px);
  line-height:.9;
  letter-spacing:.01em;
  font-weight:400;
  margin:24px 0 6px;
}
.hero-script{
  font-family:"Brush Script MT","Segoe Script",cursive;
  font-size:clamp(38px,4vw,62px);
  line-height:1;
  margin-bottom:22px;
  color:#fff;
}
.gold-rule{
  width:330px;
  max-width:100%;
  margin:0 auto 26px;
  display:flex;
  align-items:center;
  gap:14px;
  color:var(--gold);
}
.gold-rule span{
  height:1px;
  flex:1;
  background:var(--gold);
}
.gold-rule b{font-weight:400}
.hero-message p{
  max-width:530px;
  margin:0 auto 28px;
  font-family:var(--sans);
  font-size:17px;
  line-height:1.6;
  color:#f5f5f5;
}
.toast-button{
  display:inline-flex;
  gap:28px;
  align-items:center;
  margin:auto;
  background:#fff;
  color:#111;
  padding:16px 34px;
  font-family:var(--sans);
  font-size:12px;
  letter-spacing:.16em;
}
.toast-button span{
  color:#6b5630;
  font-size:19px;
}

/* Black-gold service band */
.feature-strip-v12{
  grid-template-columns:repeat(5,1fr);
  background:#0a0a0a;
  color:#fff;
  border:0;
}
.feature-strip-v12 article{
  min-height:132px;
  border-right:1px solid rgba(183,154,98,.45);
  border-bottom:0!important;
  padding:24px 18px;
}
.feature-strip-v12 article:last-child{border-right:0}
.gold-icon{
  font-size:35px;
  line-height:1;
  color:var(--gold);
  margin-bottom:12px;
}
.feature-strip-v12 h3{
  color:#fff;
  font-size:12px;
  letter-spacing:.08em;
}
.feature-strip-v12 p{
  color:#d8d8d8;
  font-size:12px;
}

/* Cream reference callout */
.reference-callout{
  display:grid;
  grid-template-columns:1fr 1px 1fr;
  gap:55px;
  align-items:center;
  background:#faf8f4;
  padding:54px 9vw;
}
.callout-copy h2{
  font-size:31px;
  font-weight:400;
  letter-spacing:.04em;
  margin:0 0 18px;
}
.callout-copy p{
  font-family:var(--sans);
  font-size:15px;
  line-height:1.65;
  margin:0;
}
.callout-divider{
  height:112px;
  background:var(--gold);
}
.callout-cta{
  text-align:center;
}
.callout-cta>span{
  font-family:var(--sans);
  font-size:12px;
  letter-spacing:.16em;
}
.callout-cta h3{
  margin:5px 0 19px;
  font-family:"Brush Script MT","Segoe Script",cursive;
  font-size:38px;
  font-weight:400;
}
.callout-cta a{
  display:inline-flex;
  gap:28px;
  align-items:center;
  background:#111;
  color:#fff;
  padding:14px 28px;
  font-family:var(--sans);
  font-size:11px;
  letter-spacing:.15em;
}

/* Home image cards preserve full-color photos */
.home-cards-v12{
  border-top:1px solid #ddd;
}
.home-cards-v12 .image-card{
  height:460px;
}
.home-cards-v12 .card-overlay{
  bottom:24px;
}
.home-cards-v12 .card-overlay h2{
  font-size:27px;
}

/* Apply preferred palette across all tabs */
.page-hero,
.dark-page-hero{
  background:
    radial-gradient(circle at 75% 20%,rgba(183,154,98,.08),transparent 30%),
    #111;
}
.page-kicker,.small-heading{
  color:var(--gold);
}
.about-values,
.service-list-grid,
.extras-section{
  background:#faf8f4;
}
.included-section,
.featured-package,
.retainer-banner,
.contact-hero{
  background:#111;
}
.featured-package>span,
.featured-package strong{
  color:var(--gold);
}
.approved-gallery figcaption{
  background:rgba(8,8,8,.9);
}
.submit-button{
  background:#111;
}
.site-footer{
  background:linear-gradient(90deg,#090909,#151515);
}

/* Footer logo needs to read on dark footer */
.footer-logo,
.footer-logo-image{
  background:#fff;
  padding:5px 9px;
  border-radius:1px;
}

/* Mobile */
@media(max-width:1050px){
  .main-nav{
    background:#fff;
    border-bottom:1px solid #ddd;
  }
  .main-nav a{
    color:#111;
  }
  .hero-v12{
    grid-template-columns:1fr;
  }
  .hero-visual img{
    min-height:560px;
  }
  .feature-strip-v12{
    grid-template-columns:1fr 1fr;
  }
  .feature-strip-v12 article:nth-child(2n){
    border-right:0;
  }
  .feature-strip-v12 article:last-child{
    grid-column:1/-1;
  }
  .reference-callout{
    grid-template-columns:1fr;
    gap:30px;
    padding:45px 7vw;
  }
  .callout-divider{
    width:100%;
    height:1px;
  }
}
@media(max-width:650px){
  .header-inner{height:84px}
  .logo-link img{width:180px}
  .main-nav{top:84px}
  .hero-visual img{min-height:470px}
  .hero-message{padding:55px 22px}
  .hero-message h1{font-size:54px}
  .hero-script{font-size:42px}
  .feature-strip-v12{
    grid-template-columns:1fr;
  }
  .feature-strip-v12 article{
    border-right:0;
    border-bottom:1px solid rgba(183,154,98,.35)!important;
  }
  .feature-strip-v12 article:last-child{
    grid-column:auto;
  }
  .reference-callout{
    padding:40px 22px;
  }
  .callout-copy h2{font-size:27px}
  .callout-cta h3{font-size:32px}
}



/* =========================================================
   V15 — OFFICIAL LOGO + REFINED LUXURY SCALE
   Less oversized, less cluttered, more breathing room.
   ========================================================= */

/* Header */
.header-inner{
  height:86px;
  grid-template-columns:205px 1fr;
}
.logo-link{
  display:flex;
  align-items:center;
}
.logo-link img{
  width:190px;
  max-height:72px;
  object-fit:contain;
  object-position:left center;
}
.main-nav{
  gap:28px;
}
.main-nav a{
  font-size:11px;
  letter-spacing:.105em;
  padding:10px 0;
}

/* Homepage hero — reduced scale */
.hero-v12{
  min-height:555px;
}
.hero-visual,
.hero-visual img{
  min-height:555px;
}
.hero-message{
  padding:54px 5vw;
}
.hero-eyebrow{
  font-size:9px;
  letter-spacing:.19em;
}
.hero-message h1{
  font-size:clamp(44px,4.8vw,70px);
  line-height:.94;
  margin:17px 0 4px;
}
.hero-script{
  font-size:clamp(30px,3.2vw,47px);
  margin-bottom:17px;
}
.gold-rule{
  width:260px;
  margin-bottom:20px;
}
.hero-message p{
  max-width:470px;
  font-size:15px;
  line-height:1.55;
  margin-bottom:22px;
}
.toast-button{
  padding:13px 27px;
  font-size:10px;
}

/* Feature bar */
.feature-strip-v12 article{
  min-height:112px;
  padding:18px 15px;
}
.gold-icon{
  font-size:28px;
  margin-bottom:8px;
}
.feature-strip-v12 h3{
  font-size:10px;
  margin:5px 0;
}
.feature-strip-v12 p{
  font-size:11px;
  line-height:1.4;
}

/* Cream homepage callout */
.reference-callout{
  gap:40px;
  padding:42px 8vw;
}
.callout-copy h2{
  font-size:26px;
  margin-bottom:12px;
}
.callout-copy p{
  font-size:14px;
}
.callout-divider{
  height:92px;
}
.callout-cta>span{
  font-size:10px;
}
.callout-cta h3{
  font-size:31px;
  margin:3px 0 15px;
}
.callout-cta a{
  padding:12px 23px;
  font-size:10px;
}

/* Homepage image cards */
.home-cards-v12 .image-card{
  height:390px;
}
.home-cards-v12 .card-overlay{
  left:22px;
  right:22px;
  bottom:21px;
}
.home-cards-v12 .card-overlay h2{
  font-size:23px;
}
.card-overlay p{
  font-size:14px;
  margin:6px auto 14px;
}
.card-overlay a,
.dark-outline-button{
  padding:9px 20px;
  font-size:9px;
}

/* General page headers */
.page-hero{
  padding:62px 7vw;
}
.page-hero h1{
  font-size:clamp(47px,5.4vw,76px);
  line-height:.96;
  margin:14px 0 17px;
}
.page-hero p{
  font-size:16px;
  max-width:700px;
}
.page-kicker,
.small-heading{
  font-size:9px;
  letter-spacing:.22em;
}

/* About */
.about-year{
  padding:50px;
}
.about-year strong{
  font-size:clamp(82px,10vw,145px);
}
.about-copy{
  padding:58px 7vw;
}
.about-copy h2,
.bar-copy h2,
.section-title h2,
.form-intro h2{
  font-size:clamp(37px,4vw,56px);
  margin-bottom:20px;
}
.about-copy p,
.bar-copy p,
.form-intro p{
  font-size:16px;
  line-height:1.65;
}
.about-values article{
  padding:31px 25px;
}
.about-values h3{
  font-size:22px;
  margin:28px 0 8px;
}
.about-values p{
  font-size:14px;
}

/* Services */
.bar-photo-wrap img{
  min-height:500px;
}
.bar-copy{
  padding:58px 6vw;
}
.service-list-grid article{
  padding:38px 6vw;
}
.service-list-grid h2{
  font-size:36px;
  margin:24px 0 8px;
}
.service-list-grid p{
  font-size:15px;
}
.included-section{
  padding:58px 7vw;
  gap:50px;
}
.included-section h2{
  font-size:clamp(38px,4vw,56px);
}
.included-section li{
  padding:8px 0;
  font-size:14px;
}
.client-provides{
  font-size:14px;
}

/* Pricing */
.pricing-hero{
  grid-template-columns:1fr 330px;
  gap:45px;
}
.pricing-hero img{
  height:330px;
}
.package-card{
  min-height:365px;
  padding:33px 24px;
}
.package-card h2{
  font-size:28px;
  margin:24px 0 5px;
}
.package-card strong{
  font-size:35px;
}
.package-card p{
  min-height:38px;
  font-size:14px;
}
.package-card ul{
  margin-top:18px;
}
.package-card li{
  font-size:12px;
  padding:7px 0;
}
.extras-section{
  padding:62px 7vw;
}
.section-title{
  margin-bottom:30px;
}
.extras-table{
  max-width:920px;
}
.extras-table>div{
  padding:13px 18px;
  font-size:14px;
}
.retainer-number{
  font-size:84px;
  padding:50px 20px;
}
.retainer-banner>div:last-child{
  padding:50px 6vw;
}
.retainer-banner h2{
  font-size:42px;
  margin:7px 0 12px;
}
.retainer-banner p{
  font-size:15px;
}

/* Gallery */
.approved-gallery figure{
  min-height:420px;
}
.approved-gallery figure.wide{
  min-height:844px;
}
.approved-gallery figcaption{
  left:18px;
  bottom:17px;
  padding:8px 13px;
  font-size:9px;
}

/* FAQ */
.faq-list{
  padding:38px 7vw 65px;
}
.faq-list summary{
  font-size:21px;
  padding:18px 0;
}
.faq-list p{
  font-size:15px;
  line-height:1.65;
  padding-bottom:18px;
}

/* Contact */
.contact-hero{
  min-height:500px;
}
.contact-image img{
  min-height:500px;
}
.contact-copy{
  padding:55px 6vw;
}
.contact-copy h1{
  font-size:clamp(44px,4.7vw,65px);
  margin:12px 0 22px;
}
.contact-copy p{
  font-size:17px;
}
.form-section{
  gap:45px;
  padding:60px 7vw;
}
.field-grid{
  gap:15px;
}
.field-grid input,
.field-grid select,
.field-grid textarea{
  padding:11px 12px;
}
.field-grid textarea{
  min-height:115px;
}
.submit-button{
  padding:13px 22px;
}

/* Footer */
.footer-top{
  padding:23px 7vw;
  grid-template-columns:200px 1fr auto;
  gap:38px;
}
.footer-logo{
  width:145px;
  background:#fff;
  padding:4px 6px;
}
.footer-top span{
  font-size:11px;
}
.footer-bottom{
  padding:16px 7vw;
  gap:20px;
  font-size:8px;
}

/* Make the official white-background logo feel deliberate on dark footer. */
.footer-logo-image,
.footer-logo{
  background:#fff;
  border:1px solid rgba(255,255,255,.5);
}

/* Tablet */
@media(max-width:1050px){
  .header-inner{
    height:82px;
    grid-template-columns:1fr auto;
  }
  .logo-link img{
    width:175px;
    max-height:68px;
  }
  .main-nav{
    top:82px;
  }
  .hero-v12{
    grid-template-columns:1fr;
  }
  .hero-visual,
  .hero-visual img{
    min-height:500px;
  }
  .hero-message{
    padding:48px 7vw;
  }
  .pricing-hero{
    grid-template-columns:1fr;
  }
  .pricing-hero img{
    height:300px;
  }
  .approved-gallery figure.wide{
    min-height:420px;
  }
  .footer-top{
    grid-template-columns:170px 1fr;
  }
}

/* Mobile */
@media(max-width:650px){
  .header-inner{
    height:76px;
  }
  .logo-link img{
    width:150px;
    max-height:60px;
  }
  .main-nav{
    top:76px;
  }

  .hero-visual,
  .hero-visual img{
    min-height:405px;
  }
  .hero-message{
    padding:42px 22px;
  }
  .hero-message h1{
    font-size:45px;
  }
  .hero-script{
    font-size:34px;
  }

  .feature-strip-v12 article{
    min-height:auto;
    padding:19px 18px;
  }

  .reference-callout{
    padding:34px 22px;
    gap:24px;
  }

  .home-cards-v12 .image-card{
    height:335px;
  }

  .page-hero{
    padding:48px 22px;
  }
  .page-hero h1{
    font-size:45px;
  }

  .about-year{
    padding:42px 22px;
  }
  .about-year strong{
    font-size:95px;
  }
  .about-copy,
  .bar-copy{
    padding:46px 22px;
  }

  .bar-photo-wrap img{
    min-height:400px;
  }
  .service-list-grid article{
    padding:30px 22px;
  }
  .service-list-grid h2{
    font-size:31px;
  }
  .included-section{
    padding:46px 22px;
  }

  .package-card{
    min-height:auto;
    padding:28px 22px;
  }
  .extras-section{
    padding:48px 22px;
  }
  .retainer-number{
    font-size:70px;
    padding:35px 20px;
  }
  .retainer-banner>div:last-child{
    padding:40px 22px;
  }

  .approved-gallery figure,
  .approved-gallery figure.wide{
    min-height:370px;
  }

  .faq-list{
    padding:28px 22px 55px;
  }
  .faq-list summary{
    font-size:18px;
  }

  .contact-image img{
    min-height:390px;
  }
  .contact-copy{
    padding:44px 22px;
  }
  .contact-copy h1{
    font-size:43px;
  }
  .form-section{
    padding:48px 22px;
  }

  .footer-top{
    padding:22px;
  }
  .footer-logo{
    width:130px;
  }
  .footer-bottom{
    padding:14px 22px;
  }
}



/* =========================================================
   V16 — COMPACT GALLERY + REMOVED WEDDING-DETAIL PHOTO
   ========================================================= */

/* Two homepage cards now that the unwanted drink-detail image is removed. */
.home-cards-v12,
.home-cards{
  grid-template-columns:repeat(2,minmax(0,1fr)) !important;
  max-width:1180px;
  margin:0 auto;
  padding:34px 34px 52px;
  gap:22px;
  background:#faf8f4;
}
.home-cards-v12 .image-card,
.home-cards .image-card{
  height:340px !important;
  border:0 !important;
}
.home-cards-v12 .image-card img,
.home-cards .image-card img{
  height:100%;
  width:100%;
  object-fit:cover;
}

/* Gallery: smaller, curated cards instead of oversized images. */
.compact-gallery{
  display:grid !important;
  grid-template-columns:repeat(3,minmax(0,1fr)) !important;
  gap:24px !important;
  max-width:1180px;
  margin:0 auto;
  padding:54px 34px 78px !important;
  background:#faf8f4 !important;
}
.compact-gallery figure,
.compact-gallery figure.wide{
  min-height:0 !important;
  height:auto !important;
  grid-row:auto !important;
  margin:0 !important;
  background:#fff;
  border:1px solid #ded8cc;
  overflow:hidden;
}
.compact-gallery img{
  width:100%;
  height:310px !important;
  min-height:0 !important;
  object-fit:cover;
}
.compact-gallery img.outdoor-event-photo{
  object-fit:contain;
  background:#111;
}
.compact-gallery figcaption{
  position:static !important;
  background:#fff !important;
  color:#111 !important;
  padding:14px 16px !important;
  font-family:var(--serif) !important;
  font-size:16px !important;
  letter-spacing:.04em !important;
  text-transform:none !important;
  text-align:center;
}

/* Contact now works as a clean text-only luxury panel. */
.contact-hero-clean{
  display:block !important;
  min-height:0 !important;
  background:#111;
}
.contact-hero-clean .contact-copy{
  max-width:900px;
  margin:0 auto;
  padding:72px 7vw;
  text-align:center;
}
.contact-hero-clean .contact-copy h1{
  max-width:720px;
  margin-left:auto;
  margin-right:auto;
}
.contact-hero-clean .contact-copy p{
  margin-left:auto;
  margin-right:auto;
}

/* Keep spacing more restrained throughout the gallery tab. */
#gallery .page-hero{
  padding-bottom:50px;
}

@media(max-width:900px){
  .compact-gallery{
    grid-template-columns:repeat(2,minmax(0,1fr)) !important;
  }
  .compact-gallery figure:last-child:nth-child(odd){
    grid-column:1/-1;
    max-width:560px;
    width:100%;
    justify-self:center;
  }
  .home-cards-v12,
  .home-cards{
    grid-template-columns:1fr 1fr !important;
    padding:28px 24px 42px;
  }
}

@media(max-width:650px){
  .home-cards-v12,
  .home-cards{
    grid-template-columns:1fr !important;
    padding:24px 18px 36px;
    gap:18px;
  }
  .home-cards-v12 .image-card,
  .home-cards .image-card{
    height:300px !important;
  }

  .compact-gallery{
    grid-template-columns:1fr !important;
    padding:36px 18px 54px !important;
    gap:20px !important;
  }
  .compact-gallery figure:last-child{
    grid-column:auto;
    max-width:none;
  }
  .compact-gallery img{
    height:290px !important;
  }
  .compact-gallery figcaption{
    font-size:15px !important;
    padding:12px 14px !important;
  }

  .contact-hero-clean .contact-copy{
    padding:52px 22px;
  }
}
\n\n/* =========================================================\n   V18 — BLACK & WHITE VIDEO HERO + CLEANER GALLERY\n   ========================================================= */\n.hero-video-wrap{\n  position:relative;\n  overflow:hidden;\n  background:#080808;\n}\n.hero-bg-video{\n  position:absolute;\n  inset:0;\n  width:100%;\n  height:100%;\n  min-height:555px;\n  object-fit:cover;\n  object-position:center;\n  filter:grayscale(100%) contrast(1.05) brightness(.88);\n}\n.hero-video-shade{\n  position:absolute;\n  inset:0;\n  pointer-events:none;\n  background:linear-gradient(90deg,rgba(0,0,0,.05),rgba(0,0,0,.22));\n}\n\n/* Gallery now contains only the three approved event images. */\n.compact-gallery{\n  grid-template-columns:repeat(3,minmax(0,1fr)) !important;\n}\n\n@media (prefers-reduced-motion:reduce){\n  .hero-bg-video{\n    display:none;\n  }\n  .hero-video-wrap{\n    background-image:url('assets/zaira-hero-preferred-v12.jpg');\n    background-size:cover;\n    background-position:center;\n    filter:grayscale(100%);\n  }\n}\n\n@media(max-width:1050px){\n  .hero-bg-video{\n    min-height:500px;\n  }\n}\n@media(max-width:650px){\n  .hero-bg-video{\n    min-height:405px;\n    object-position:center;\n  }\n}\n


/* =========================================================
   V19 — HOMEPAGE HEADLINE + PHOTO SPACING REFINEMENT
   ========================================================= */

/* Make the new headline strong but controlled. */
.hero-message h1{
  font-size:clamp(40px,4.35vw,64px) !important;
  line-height:.96 !important;
  max-width:650px;
  margin-left:auto !important;
  margin-right:auto !important;
}
.hero-script{
  font-size:clamp(27px,2.8vw,42px) !important;
  line-height:1.12 !important;
  max-width:620px;
  margin-left:auto;
  margin-right:auto;
}

/* Give the photo-card section more breathing room below the cream callout. */
.home-cards-v12,
.home-cards{
  margin-top:54px !important;
  padding-top:34px !important;
  border-top:0 !important;
  position:relative;
}

/* A subtle divider makes the transition intentional instead of crowded. */
.home-cards-v12::before,
.home-cards::before{
  content:"";
  position:absolute;
  top:0;
  left:8%;
  right:8%;
  height:1px;
  background:#d7d0c4;
}

/* Lower the focal point of the transportable-bar photo so the subject
   sits more naturally inside the card rather than crowding the top. */
.home-cards-v12 .image-card:first-child img,
.home-cards .image-card:first-child img{
  object-position:center 34% !important;
}

/* Keep the card text slightly lower too. */
.home-cards-v12 .image-card:first-child .card-overlay,
.home-cards .image-card:first-child .card-overlay{
  bottom:18px !important;
}

@media(max-width:650px){
  .hero-message h1{
    font-size:39px !important;
  }
  .hero-script{
    font-size:29px !important;
  }
  .home-cards-v12,
  .home-cards{
    margin-top:38px !important;
    padding-top:26px !important;
  }
}



/* =========================================================
   V20 — GALLERY CARD REFINEMENT
   Smaller, cleaner portfolio cards with controlled crops.
   ========================================================= */

.compact-gallery{
  max-width:980px !important;
  grid-template-columns:repeat(3,minmax(0,1fr)) !important;
  gap:20px !important;
  padding:46px 24px 68px !important;
}

.compact-gallery figure,
.compact-gallery figure.wide{
  min-height:0 !important;
  height:auto !important;
  background:#fff;
  border:1px solid #d9d2c7;
  box-shadow:none;
}

.compact-gallery img{
  width:100%;
  height:235px !important;
  min-height:0 !important;
  object-fit:cover !important;
}

/* The signature-cocktail source image is vertical, so crop it intentionally
   instead of showing the full tall phone-photo composition. */
.compact-gallery figure:nth-child(2) img{
  object-position:center 47% !important;
}

/* Keep the bar and Zaira framed naturally too. */
.compact-gallery figure:nth-child(1) img{
  object-position:center 42% !important;
}
.compact-gallery figure:nth-child(3) img{
  object-position:center 35% !important;
}

.compact-gallery figcaption{
  padding:11px 12px !important;
  font-size:14px !important;
  line-height:1.2 !important;
  text-align:center;
  background:#fff !important;
  color:#111 !important;
}

/* Slightly tighten the Gallery page itself so the cards don't float
   in a huge amount of empty space. */
#gallery .page-hero{
  padding-bottom:42px !important;
}
#gallery .page-hero p{
  margin-bottom:0;
}

@media(max-width:900px){
  .compact-gallery{
    max-width:720px !important;
    grid-template-columns:repeat(2,minmax(0,1fr)) !important;
    gap:18px !important;
  }
  .compact-gallery figure:last-child{
    grid-column:1/-1;
    max-width:340px;
    justify-self:center;
    width:100%;
  }
  .compact-gallery img{
    height:225px !important;
  }
}

@media(max-width:650px){
  .compact-gallery{
    grid-template-columns:1fr !important;
    max-width:390px !important;
    padding:32px 18px 50px !important;
    gap:18px !important;
  }
  .compact-gallery figure:last-child{
    grid-column:auto;
    max-width:none;
  }
  .compact-gallery img{
    height:210px !important;
  }
  .compact-gallery figcaption{
    font-size:13px !important;
    padding:10px 12px !important;
  }
}



/* =========================================================
   V21 — HOMEPAGE SUPPORTING CARDS REFINED
   Smaller two-card layout so they support, not dominate.
   ========================================================= */

.home-cards-v12,
.home-cards{
  max-width:940px !important;
  margin:42px auto 58px !important;
  padding:22px 24px 32px !important;
  grid-template-columns:repeat(2,minmax(0,1fr)) !important;
  gap:22px !important;
  background:#faf8f4 !important;
}

.home-cards-v12::before,
.home-cards::before{
  left:6% !important;
  right:6% !important;
}

/* Smaller landscape cards */
.home-cards-v12 .image-card,
.home-cards .image-card{
  height:265px !important;
  min-height:0 !important;
  border:0 !important;
}

/* Tighter crop for the vertical cocktail source photo */
.home-cards-v12 .image-card:nth-child(2) img,
.home-cards .image-card:nth-child(2) img{
  object-fit:cover !important;
  object-position:center 48% !important;
}

/* Bar image crop */
.home-cards-v12 .image-card:first-child img,
.home-cards .image-card:first-child img{
  object-fit:cover !important;
  object-position:center 42% !important;
}

/* Lighter overlay so photo remains visible */
.home-cards-v12 .image-card::after,
.home-cards .image-card::after{
  background:linear-gradient(
    to top,
    rgba(0,0,0,.68) 0%,
    rgba(0,0,0,.28) 48%,
    rgba(0,0,0,.03) 78%
  ) !important;
}

.home-cards-v12 .card-overlay,
.home-cards .card-overlay{
  left:18px !important;
  right:18px !important;
  bottom:16px !important;
}

.home-cards-v12 .card-overlay h2,
.home-cards .card-overlay h2{
  font-size:20px !important;
  margin-bottom:4px !important;
}

.home-cards-v12 .card-overlay p,
.home-cards .card-overlay p{
  font-size:12px !important;
  line-height:1.35 !important;
  margin:4px auto 11px !important;
  max-width:310px !important;
}

.home-cards-v12 .card-overlay a,
.home-cards .card-overlay a{
  padding:8px 16px !important;
  font-size:8px !important;
  letter-spacing:.14em !important;
}

/* Tablet */
@media(max-width:900px){
  .home-cards-v12,
  .home-cards{
    max-width:720px !important;
    margin:34px auto 48px !important;
    padding:20px 20px 28px !important;
    gap:18px !important;
  }
  .home-cards-v12 .image-card,
  .home-cards .image-card{
    height:235px !important;
  }
}

/* Phone */
@media(max-width:650px){
  .home-cards-v12,
  .home-cards{
    max-width:390px !important;
    grid-template-columns:1fr !important;
    margin:28px auto 42px !important;
    padding:18px !important;
    gap:16px !important;
  }

  .home-cards-v12 .image-card,
  .home-cards .image-card{
    height:220px !important;
  }

  .home-cards-v12 .card-overlay h2,
  .home-cards .card-overlay h2{
    font-size:18px !important;
  }

  .home-cards-v12 .card-overlay p,
  .home-cards .card-overlay p{
    font-size:11px !important;
  }
}
