:root{
  --bg:#0d100e;
  --bg2:#141815;
  --panel:#191f1a;
  --sage:#9aa170;
  --sage2:#b7bd8a;
  --paper:#f4f2ea;
  --muted:#a9aea8;
  --line:rgba(255,255,255,.11);
  --shadow:0 20px 60px rgba(0,0,0,.28);
}

*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  margin:0;
  font-family:"DM Sans",system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;
  background:var(--bg);
  color:var(--paper);
}
a{color:inherit;text-decoration:none}
button,input,select,textarea{font:inherit}
button{cursor:pointer}

.site-header{
  position:sticky; top:0; z-index:50;
  height:78px;
  display:flex; align-items:center; justify-content:space-between;
  padding:0 clamp(20px,5vw,72px);
  border-bottom:1px solid var(--line);
  background:rgba(13,16,14,.88);
  backdrop-filter:blur(16px);
}

.brand{display:inline-flex; flex-direction:column; line-height:1}
.brand-mark{
  font-family:"Oswald",sans-serif;
  font-weight:700; letter-spacing:-1.5px; font-size:28px;
}
.brand-one,.brand-fifty{color:var(--sage2)}
.brand-of{font-size:.56em;color:white;margin:0 2px;vertical-align:middle}
.brand-sub{font-size:9px; letter-spacing:4px; margin-top:4px; color:#d7d9d3}

.main-nav{display:flex; align-items:center; gap:28px; font-size:14px; font-weight:600}
.main-nav a:not(.nav-cta){color:#c7cbc4}
.main-nav a:hover{color:white}
.nav-cta{
  background:var(--sage);
  color:#0d100e;
  padding:12px 18px;
  border-radius:999px;
}
.menu-btn{display:none;background:none;border:1px solid var(--line);color:white;border-radius:10px;padding:8px 12px}

.hero{
  min-height:calc(100vh - 78px);
  display:grid;
  grid-template-columns:1fr;
  align-items:stretch;
  position:relative;
  overflow:hidden;
  border-bottom:1px solid var(--line);
  background:
    radial-gradient(circle at 22% 45%, rgba(154,161,112,.17), transparent 35%),
    linear-gradient(135deg,#0d100e 0%,#101510 45%,#171b17 100%);
}

.hero::after{
  content:"";
  position:absolute; inset:0;
  background-image:linear-gradient(rgba(255,255,255,.018) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.018) 1px,transparent 1px);
  background-size:46px 46px;
  pointer-events:none;
}

.hero-copy{
  position:relative; z-index:2;
  padding:clamp(72px,9vw,130px) 24px;
  display:flex; flex-direction:column; justify-content:center; align-items:flex-start;
  width:100%;
  max-width:760px;
  margin:0 auto;
}

.eyebrow{
  margin:0 0 18px;
  font-family:"Oswald",sans-serif;
  letter-spacing:3px;
  font-size:12px;
  color:var(--sage2);
}

.hero-logo{
  width:min(340px,85vw);
  margin:0 0 34px;
}
.hero-logo-main{
  font-family:"Oswald",sans-serif;
  font-size:clamp(58px,8vw,104px);
  font-weight:700;
  letter-spacing:-5px;
  line-height:.85;
}
.hero-logo-main span{color:var(--sage2)}
.hero-logo-main small{
  display:inline-block;
  font-size:.32em;
  letter-spacing:-1px;
  color:white;
  margin:0 10px;
  transform:translateY(-.25em);
}
.hero-logo-line{height:1px;background:linear-gradient(90deg,var(--sage),transparent);margin:17px 0 12px}
.hero-logo-sub{font-family:"Oswald",sans-serif;letter-spacing:10px;font-size:15px}

h1,h2,h3{font-family:"Oswald",sans-serif;margin-top:0}
h1{
  font-size:clamp(48px,7vw,94px);
  line-height:.95;
  letter-spacing:-2px;
  max-width:820px;
  margin-bottom:24px;
}
h1 span{color:var(--sage2)}
.hero-text{
  font-size:clamp(18px,2vw,23px);
  color:#c9cdc7;
  max-width:650px;
  margin:0 0 34px;
}

.hero-actions{display:flex;gap:12px;flex-wrap:wrap}
.btn{
  display:inline-flex;align-items:center;justify-content:center;
  min-height:52px;
  padding:0 24px;
  border-radius:4px;
  border:1px solid transparent;
  font-weight:800;
  letter-spacing:.5px;
}
.btn-primary{background:var(--sage);color:#0d100e}
.btn-primary:hover{background:var(--sage2)}
.btn-ghost{border-color:var(--line);color:white;background:rgba(255,255,255,.02)}
.btn-ghost:hover{border-color:rgba(255,255,255,.28)}

.trust-strip{
  display:flex;gap:18px;flex-wrap:wrap;
  margin-top:40px;
  color:#999f98;
  font-size:13px;
}
.trust-strip span::before{content:"•";color:var(--sage);margin-right:8px}

.hero-panel{
  position:relative;z-index:3;
  padding:58px 44px;
  border-left:1px solid var(--line);
  background:rgba(18,23,19,.70);
  display:flex;flex-direction:column;justify-content:flex-end;
}
.panel-kicker{font-family:"Oswald";letter-spacing:3px;color:var(--sage2)}
.hero-panel h2{font-size:48px;line-height:1.05;margin-bottom:18px}
.hero-panel p{color:#b9beb7;line-height:1.6}
.hero-panel a{margin-top:20px;font-weight:700;color:var(--sage2)}
.hero-panel a span{margin-left:8px}

.section{padding:clamp(70px,9vw,120px) clamp(22px,7vw,100px)}
.section-heading{max-width:760px;margin-bottom:48px}
.section-heading h2,.split-section h2,.quote-copy h2,.verse-section h2{
  font-size:clamp(38px,5vw,64px);
  line-height:1;
  margin-bottom:18px;
}
.section-heading>p:last-child,.lead,.quote-copy>p{
  color:#aeb4ad;
  font-size:17px;
  line-height:1.7;
}

.service-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1px;background:var(--line);border:1px solid var(--line)}
.service-card{
  min-height:240px;
  padding:30px;
  background:#111512;
}
.service-card h3{font-size:26px;margin:38px 0 10px}
.service-card p{color:#9fa59f;line-height:1.6;margin:0}
.service-num{font-family:"Oswald";color:var(--sage2);font-size:14px;letter-spacing:2px}
.service-card-accent{background:var(--sage);color:#101410}
.service-card-accent .service-num,.service-card-accent p{color:#263027}

.section-dark{background:#090b0a}
.work-grid{display:grid;grid-template-columns:1fr 1.2fr 1fr;gap:18px;align-items:stretch}
.work-placeholder{
  min-height:360px;
  border:1px solid var(--line);
  background:
    linear-gradient(180deg,transparent 45%,rgba(0,0,0,.65)),
    radial-gradient(circle at 30% 30%,rgba(154,161,112,.20),transparent 30%),
    #171c18;
  padding:28px;
  display:flex;flex-direction:column;justify-content:flex-end;
  box-shadow:var(--shadow);
}
.work-placeholder.tall{min-height:450px}
.work-placeholder span{font-size:11px;letter-spacing:2px;color:var(--sage2);margin-bottom:6px}
.work-placeholder strong{font-family:"Oswald";font-size:28px}

.split-section{display:grid;grid-template-columns:1fr 1fr;gap:70px;align-items:start}
.schedule-card{border:1px solid var(--line);background:var(--panel)}
.schedule-row{
  display:flex;justify-content:space-between;gap:20px;
  padding:19px 22px;border-bottom:1px solid var(--line)
}
.schedule-row:last-child{border-bottom:0}
.schedule-row span{color:#cfd3cc}
.schedule-row strong{font-size:13px;color:#939a93}
.schedule-row.open strong{color:var(--sage2)}

.quote-section{
  display:grid;grid-template-columns:.8fr 1.2fr;gap:80px;
  background:#101410;
  border-top:1px solid var(--line);
  border-bottom:1px solid var(--line);
}
.quote-copy{position:sticky;top:120px;align-self:start}
.mini-note{
  margin-top:30px;
  padding:18px 20px;
  border-left:3px solid var(--sage);
  background:rgba(154,161,112,.07);
  display:flex;flex-direction:column;gap:4px
}
.mini-note span{color:#9ea49d;font-size:14px}

.quote-form{
  background:#0b0e0c;
  border:1px solid var(--line);
  padding:30px;
}
.field-row{display:grid;grid-template-columns:1fr 1fr;gap:18px}
label{display:flex;flex-direction:column;gap:8px;margin-bottom:18px;color:#d6dad3;font-size:13px;font-weight:700}
input,select,textarea{
  width:100%;
  border:1px solid #2b312c;
  background:#141815;
  color:white;
  border-radius:4px;
  padding:14px 14px;
  outline:none;
}
input:focus,select:focus,textarea:focus{border-color:var(--sage)}
textarea{resize:vertical}
.btn-wide{width:100%;border:0}
.form-help{font-size:12px;color:#858c85;text-align:center;margin:12px 0 0}

.contact-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:14px}
.contact-card{
  min-height:180px;
  border:1px solid var(--line);
  padding:24px;
  display:flex;flex-direction:column;justify-content:flex-end;
  background:#111512;
  transition:.2s ease;
}
.contact-card:hover{transform:translateY(-3px);border-color:rgba(154,161,112,.5)}
.contact-card span{color:var(--sage2);font-size:11px;letter-spacing:2px;margin-bottom:8px}
.contact-card strong{font-family:"Oswald";font-size:23px}
.contact-card small{color:#868d86;margin-top:8px}

.verse-section{
  padding:100px 22px;
  text-align:center;
  background:linear-gradient(180deg,#111512,#171a13);
  border-top:1px solid var(--line);
}
.verse-section p:last-child{max-width:620px;margin:0 auto;color:#aeb4ad;line-height:1.7}

footer{
  padding:42px clamp(22px,7vw,100px);
  display:grid;grid-template-columns:1fr auto auto;gap:28px;align-items:end;
  color:#777f77;font-size:12px
}
.footer-brand{justify-self:start}

@media (max-width:980px){
  .main-nav{
    position:absolute;top:78px;left:0;right:0;
    display:none;flex-direction:column;align-items:stretch;
    background:#0d100e;padding:18px 22px;border-bottom:1px solid var(--line)
  }
  .main-nav.open{display:flex}
  .menu-btn{display:block}
  .hero{grid-template-columns:1fr}
  .hero-panel{border-left:0;border-top:1px solid var(--line);min-height:340px}
  .service-grid{grid-template-columns:repeat(2,1fr)}
  .work-grid{grid-template-columns:1fr 1fr}
  .work-placeholder:last-child{grid-column:1/-1;min-height:300px}
  .split-section,.quote-section{grid-template-columns:1fr;gap:48px}
  .quote-copy{position:static}
  .contact-grid{grid-template-columns:1fr 1fr}
  footer{grid-template-columns:1fr}
}

@media (max-width:620px){
  .site-header{height:70px;padding:0 18px}
  .main-nav{top:70px}
  .hero{min-height:auto}
  .hero-copy{padding:70px 20px 60px}
  .hero-logo{margin-bottom:28px}
  h1{font-size:52px}
  .hero-panel{padding:40px 22px}
  .hero-panel h2{font-size:38px}
  .section{padding:72px 20px}
  .service-grid{grid-template-columns:1fr}
  .service-card{min-height:190px}
  .work-grid{grid-template-columns:1fr}
  .work-placeholder,.work-placeholder.tall,.work-placeholder:last-child{grid-column:auto;min-height:320px}
  .field-row{grid-template-columns:1fr;gap:0}
  .quote-form{padding:20px}
  .contact-grid{grid-template-columns:1fr}
  .contact-card{min-height:145px}
  .hero-actions{width:100%}
  .hero-actions .btn{width:100%}
}


/* V3: centered hero layout */
.hero-panel{display:none}

/* V4 booking system */
.booking-hub{background:#0d100e;border-top:1px solid var(--line)}
.booking-choice-grid{display:grid;grid-template-columns:1fr 1fr;gap:16px}
.booking-choice{min-height:300px;padding:34px;border:1px solid var(--line);background:#111512;display:flex;flex-direction:column;justify-content:flex-end;transition:.2s ease}
.booking-choice:hover{transform:translateY(-3px);border-color:rgba(154,161,112,.55)}
.booking-choice>span{margin-bottom:auto;color:var(--sage2);font-family:"Oswald",sans-serif;letter-spacing:2px}
.booking-choice h3{font-size:34px;margin:0 0 12px}
.booking-choice p{max-width:560px;color:#9fa59f;line-height:1.65;margin:0 0 22px}
.booking-choice strong{color:var(--sage2);font-size:13px;letter-spacing:1px}
.booking-choice-accent{background:var(--sage);color:#101410}
.booking-choice-accent>span,.booking-choice-accent p,.booking-choice-accent strong{color:#273128}
.form-section{display:grid;grid-template-columns:.82fr 1.18fr;gap:72px;align-items:start;background:#101410;border-top:1px solid var(--line)}
.appointment-section{background:#0b0e0c}
.form-intro{position:sticky;top:118px}
.form-intro h2{font-size:clamp(38px,5vw,64px);line-height:1;margin-bottom:18px}
.form-intro>p{color:#aeb4ad;font-size:17px;line-height:1.7}
.booking-form{padding:30px;border:1px solid var(--line);background:#090c0a;box-shadow:var(--shadow)}
.availability-key{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin-top:28px}
.availability-key>div{padding:16px;border:1px solid var(--line);background:#111512;display:grid;grid-template-columns:auto 1fr;column-gap:10px;align-items:center}
.availability-key small{grid-column:2;color:#899088;margin-top:3px}
.status-dot{width:10px;height:10px;border-radius:50%;display:inline-block}
.open-dot{background:var(--sage2)}
.approval-dot{background:#d3b36b}
.date-status{margin:-2px 0 18px;padding:13px 15px;border:1px solid var(--line);font-size:13px;line-height:1.5}
.date-status.neutral{color:#9ba19a;background:#111512}
.date-status.standard{color:#dfe4cf;border-color:rgba(154,161,112,.5);background:rgba(154,161,112,.10)}
.date-status.approval{color:#eadab0;border-color:rgba(211,179,107,.45);background:rgba(211,179,107,.08)}
.checkbox-label{flex-direction:row;align-items:center;gap:10px;font-weight:500}
.checkbox-label input{width:18px;height:18px;margin:0}
@media (max-width:980px){
  .booking-choice-grid{grid-template-columns:1fr}
  .form-section{grid-template-columns:1fr;gap:42px}
  .form-intro{position:static}
}
@media (max-width:620px){
  .booking-choice{min-height:250px;padding:26px}
  .booking-choice h3{font-size:30px}
  .booking-form{padding:20px}
  .availability-key{grid-template-columns:1fr}
}

.test-banner{
  display:flex;align-items:center;justify-content:center;gap:14px;flex-wrap:wrap;
  padding:10px 18px;border-bottom:1px solid var(--line);background:#171b14;color:#cdd3c5;font-size:12px
}
.test-banner strong{color:var(--sage2);letter-spacing:1px}
.test-banner a{color:#0d100e;background:var(--sage2);padding:7px 10px;border-radius:4px;font-weight:800}
