:root{
  --bg:#0c0e10;
  --panel:#111316;
  --text:#f3f3f0;
  --muted:#c2c2bc;
  --accent:#c3561a; /* shedron */
  --line:rgba(255,255,255,.10);
  --radius:18px;
}

*{box-sizing:border-box}
body{
  margin:0;
  font-family:system-ui,-apple-system,Segoe UI,Roboto,Arial,sans-serif;
  background:var(--bg);
  color:var(--text);
}
img{display:block;max-width:100%}
a{color:inherit;text-decoration:none}
.container{max-width:1200px;margin:0 auto;padding:0 24px}

/* Header */
.site-header{
  position:sticky;top:0;z-index:50;
  background:rgba(10,10,12,.92);
  backdrop-filter: blur(10px);
}
.header-inner{
  display:flex;align-items:center;justify-content:space-between;
  padding:14px 0;position: relative;
}
.brand{display:flex;align-items:center;gap:8px}
.brand-logo{height:auto;width:42px;display:block;flex-shrink:0;filter: drop-shadow(0 2px 6px rgba(0,0,0,.35))}
.brand-name{letter-spacing:.14em;font-size:13px;font-weight:700}
.nav{display:flex;gap:22px;align-items:center}
.nav a{opacity:.85;font-size:14px}
.nav a:hover{opacity:1}
.nav-cta{
  border:2px solid var(--accent);
  padding:10px 16px;
  border-radius:999px;
  opacity:1;
}
.header-divider{
  height:2px;
  background:var(--accent);
}

/* Hero */
.hero{
  position:relative;
  min-height:78vh;
  display:flex;
  align-items:center;
}
.hero-bg{
  position:absolute;inset:0;
  background:url("images/hero.jpg") center/cover no-repeat;
}
.hero-overlay{
  position:absolute;inset:0;
  background:linear-gradient(90deg, rgba(0,0,0,.78), rgba(0,0,0,.22) 55%, rgba(0,0,0,.35));
}
.hero-grid{position:relative;width:100%}
.hero-copy{
  max-width:560px;
  padding:28px 0;
}
.hero-brand{letter-spacing:.18em;font-size:12px;color:rgba(255,255,255,.85);margin-bottom:10px}
h1{
  font-family: Georgia, "Times New Roman", serif;
  font-size:56px;
  line-height:1.05;
  margin:0 0 12px;
}
h1{
  white-space:nowrap;
}

@media (max-width: 680px){
  h1{
    white-space:normal;
  }
}
.accent{color:var(--accent);font-style:italic}
.hero-copy p{color:rgba(243,243,240,.78);margin:0 0 18px}
.hero-actions{display:flex;gap:14px;flex-wrap:wrap}

.btn{
  display:inline-flex;align-items:center;justify-content:center;
  padding:12px 18px;border-radius:999px;
  border:2px solid transparent;
  font-weight:700;
}
.btn-primary{background:var(--accent);color:#fff}
.btn-ghost{border-color:rgba(255,255,255,.70);color:#fff}
.btn-ghost:hover{border-color:#fff}

/* Trust row */
.trust-row{
  margin-top:22px;
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:14px;
  width:100%;
}
.trust-chip{
background:rgba(195,86,26,.18); /* shedron tint */
  border:1px solid rgba(195,86,26,.35);
  padding:12px 14px;
  border-radius:16px;
  font-size:12px;
  text-align:center;
  color:#fff;
  letter-spacing:.04em;
}

/* Brand bar */
.brand-bar{
  background:#0f1114;
  border-top:1px solid rgba(255,255,255,.06);
  border-bottom:1px solid rgba(255,255,255,.06);
  padding:18px 0;
}
.brand-bar-inner{
  display:flex;align-items:center;justify-content:space-between;gap:18px;
  flex-wrap:wrap;
}
.brand-bar-left{display:flex;align-items:center;gap:10px}
.brand-bar-logo{width:34px;height:auto;display:block;flex-shrink:0;opacity:.85;}
.brand-bar-right{display:flex;gap:18px;flex-wrap:wrap}
.bar-item{
  letter-spacing:.14em;
  text-transform:uppercase;
  font-size:11px;
  color:rgba(243,243,240,.78);
}

/* Sections */
.section{padding:90px 0}
.section-alt{background:#111316}
.section-line{width:54px;height:2px;background:var(--accent);margin-bottom:14px}
.kicker{letter-spacing:.18em;font-size:12px;color:var(--accent);text-transform:uppercase}
h2{
  font-family: Georgia, "Times New Roman", serif;
  font-size:40px;
  margin:10px 0 18px;
}
.lead{max-width:860px;color:rgba(243,243,240,.75);line-height:1.7}

/* Feature cards */
.feature-grid{
  margin-top:34px;
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:18px;
}
.feature-card{
  background:rgba(255,255,255,.03);
  border:1px solid rgba(255,255,255,.10);
  border-radius:18px;
  padding:18px;
  text-align:center;
}
.feature-icon{
  font-size:26px;
  margin-bottom:10px;
  color:var(--accent);
}
.feature-title{
  font-weight:700;
  color:var(--accent);
  margin-bottom:6px;
}

.feature-desc{
  display:block;
  font-size:13px;
  color:rgba(243,243,240,.78);
  line-height:1.5;
}

/* Gallery mixed grid (8 items) */
.gallery-grid{
  margin-top:34px;
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:18px;
}
.g{
  background:rgba(255,255,255,.03);
  border:1px solid rgba(255,255,255,.10);
  border-radius:18px;
  overflow:hidden;
  box-shadow: 0 12px 36px rgba(0,0,0,.45);
}
.g img{
  width:100%;
  height:240px;
  object-fit:contain;
  background:rgba(0,0,0,.22);
  padding:10px;
}
.g8 img{height:220px}
.g8{grid-column:span 2}

@media (max-width: 640px){
  .g8{
    grid-column: span 1; /* prevent layout collapse on mobile */
  }
}
/* Models */
.toggle-row{display:flex;align-items:center;gap:12px;flex-wrap:wrap;margin:24px 0 18px}
.toggle-btn{
  background:rgba(255,255,255,.03);
  border:1px solid rgba(255,255,255,.12);
  padding:10px 14px;border-radius:999px;color:rgba(243,243,240,.90);
  cursor:pointer;font-weight:750;
}
.toggle-btn.is-active{
  border-color:var(--accent);
  background:rgba(195,86,26,.22);
  color:#fff;
}
.spec-pill{
  margin-left:auto;
  font-size:12px;
  padding:10px 12px;
  border-radius:999px;
  border:1px solid rgba(255,255,255,.12);
  background:rgba(255,255,255,.03);
  color:rgba(243,243,240,.78);
}
.models-grid{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:18px;
  margin-top:10px;
}
.model-card{
  background:rgba(255,255,255,.03);
  border:1px solid rgba(255,255,255,.10);
  border-radius:18px;
  overflow:hidden;
}
.model-media{background:rgba(0,0,0,.18);padding:10px}
.model-img{
  width:100%;
  height:200px;
  object-fit:contain; /* NEVER crop renders */
}
.model-info{padding:12px 14px 14px}
.model-info h3{border-left:3px solid var(--accent);padding-left:8px;}
.small{margin:0;font-size:12px;color:rgba(243,243,240,.70)}

/* Handles */
.handles-grid{
  margin-top:26px;
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:18px;
}
.handle-card{
  background:rgba(255,255,255,.03);
  border:1px solid rgba(255,255,255,.10);
  border-radius:18px;
  border-top:3px solid var(--accent);
  overflow:hidden;
  text-align:center;
}
.handle-card img{
  width:100%;
  height:200px;
  object-fit:contain;
  background:rgba(0,0,0,.18);
  padding:10px;
}
.label{padding:10px 12px;font-size:12px;color:rgba(243,243,240,.78)}

/* Finishes */
.finishes-grid{
  margin-top:30px;
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:26px;
  text-align:center;
}
.finish-card img{
  width:100%;
  height:140px;
  object-fit:cover;
  border-radius:14px;
  border:1px solid rgba(255,255,255,.10);
}
.finish-card h3{margin:12px 0 6px}
.finish-card em{color:rgba(243,243,240,.72)}

/* Included */
.include-grid{
  margin-top:28px;
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:14px;
}
.include-card{
  background:rgba(255,255,255,.03);
  border:1px solid rgba(255,255,255,.10);
  border-radius:16px;
  padding:14px;
  font-size:13px;
  color:rgba(243,243,240,.82);
}

/* Quote */
.quote-grid{
  display:grid;
  grid-template-columns:1fr 1.2fr;
  gap:26px;
  margin-top:18px;
}
.contact-box{
  background:linear-gradient(145deg, #15181b, #0f1114);
  border-left:4px solid var(--accent);
  border-radius:18px;
  padding:18px;
  color:#fff;
  font-size:14px;
}
.contact-box div{
  margin-bottom:8px;
}
.contact-box strong{
  color:var(--accent);
}

.contact-item{
  display:flex;
  gap:14px;
  padding:12px 0;
  border-bottom:1px solid rgba(255,255,255,.08);
}

.contact-item:last-child{
  border-bottom:none;
}

.contact-item .icon{
  font-size:18px;
  color:var(--accent);
  min-width:24px;
}

.contact-item small{
  display:block;
  font-size:11px;
  letter-spacing:.12em;
  color:rgba(243,243,240,.6);
}

.contact-item strong{
  font-size:15px;
  color:#ffffff;
}

.quote-form{
  background:rgba(255,255,255,.03);
  border:1px solid rgba(255,255,255,.10);
  border-radius:18px;
  padding:16px;
}
.quote-highlight{
  font-family: Georgia, "Times New Roman", serif;
  font-size:20px;
  line-height:1.4;
  color:#fff;
}

.quote-highlight strong{
  color:var(--accent);
}
.row{margin-bottom:12px}
label{display:block;font-size:12px;color:rgba(243,243,240,.78);margin-bottom:6px}
input,select,textarea{
  width:100%;
  padding:12px 12px;
  border-radius:12px;
  border:1px solid rgba(255,255,255,.12);
  background:rgba(0,0,0,.25);
  color:var(--text);
}
select{
  background:#1a1d21;
  color:#ffffff;
}

select option{
  background:#ffffff;
  color:#000000;
}
textarea{min-height:120px;resize:vertical}
.small-note{font-size:12px;color:rgba(243,243,240,.65);margin:10px 0 0}

/* Footer */
.footer{
  padding:60px 0 40px;
  border-top:1px solid rgba(255,255,255,.08);
  background:radial-gradient(circle at center, #111316, #0c0e10);
  text-align:center;
}

/* Keep footer centered overall */
.footer-content{
  text-align:center;
}

/* Footer brand layout (logo + name side by side) */
.footer-brand{
  display:flex;
  align-items:center;
  gap:14px;
}

/* Text next to the logo */
.footer-text{
  display:flex;
  flex-direction:column;
  align-items:center;
}

/* Ensure logo behaves like a logo, not a block */
.footer-logo{
  width:36px;
  height:auto;
  display:block;
  opacity:.9;
  flex-shrink:0;
}

/* But keep logo + name aligned naturally */
.footer-brand,
.footer-contact,
.footer-copy{
  justify-content:center;
}


@media (max-width: 640px){
  .footer-brand{
    gap:10px;
  }
  .footer-logo{
    width:30px;
  }
}

.footer-name{
  font-family: Georgia, "Times New Roman", serif;
  font-size:20px;
  letter-spacing:.18em;
  font-weight:600;
}

.footer-tagline{
  font-size:12px;
  letter-spacing:.22em;
  text-transform:uppercase;
  color:rgba(243,243,240,.65);
}
.footer-name,
.footer-tagline{
  text-align:left;
}

.footer-contact{
  font-size:13px;
  color:rgba(243,243,240,.8);
}

.footer-contact a{
  color:inherit;
  text-decoration:none;
}

.footer-contact a:hover{
  color:var(--accent);
}

.footer-contact{
  margin-top:clamp(14px, 3vw, 22px);
}


.footer-sep{
  margin:0 8px;
  color:var(--accent);
}

.footer-copy{
  font-size:12px;
  color:rgba(243,243,240,.55);
  margin-top:10px;
}

/* Responsive */
@media (max-width: 980px){
  .trust-row{grid-template-columns:repeat(2,1fr)}
  .feature-grid{grid-template-columns:repeat(2,1fr)}
  .gallery-grid{grid-template-columns:repeat(2,1fr)}
  .g8{grid-column:span 2}
  .models-grid{grid-template-columns:repeat(2,1fr)}
  .handles-grid{grid-template-columns:repeat(2,1fr)}
  .include-grid{grid-template-columns:repeat(2,1fr)}
  .quote-grid{grid-template-columns:1fr}
  .quote-left{max-width:420px;}
  h1{font-size:46px}
}

@media (max-width: 980px){
  
  .quote-grid{grid-template-columns:1fr;}
  .quote-form{order:1;}
  .quote-left{order:2;}
  .nav-toggle{display:flex}
  .nav{
    position:absolute;
    right:24px;
    top:64px;
    background:rgba(10,10,12,.98);
    border:1px solid rgba(255,255,255,.10);
    border-radius:16px;
    padding:12px;
    display:none;
    flex-direction:column;
    gap:10px;
    width:min(280px, calc(100vw - 48px));
  }
  .nav.is-open{display:flex}
  .nav a{padding:10px 12px;border-radius:12px}
  .nav a:hover{background:rgba(255,255,255,.06)}
}

/* Reveal on scroll */
.reveal{
  opacity:0;
  transform:translateY(14px);
  transition:opacity .55s ease, transform .55s ease;
}
.reveal.reveal-in{
  opacity:1;
  transform:translateY(0);
}

/* Lightbox */
.lightbox{
  position:fixed;
  inset:0;
  background:rgba(0,0,0,.78);
  display:none;
  align-items:center;
  justify-content:center;
  padding:24px;
  z-index:999;
}
.lightbox.is-open{display:flex}
.lightbox img{
  max-width:min(1100px, 92vw);
  max-height:86vh;
  border-radius:18px;
  border:1px solid rgba(255,255,255,.10);
  box-shadow:0 18px 60px rgba(0,0,0,.60);
}
.lightbox-close{
  position:absolute;
  top:18px; right:18px;
  width:44px;height:44px;
  border-radius:999px;
  border:1px solid rgba(255,255,255,.18);
  background:rgba(255,255,255,.06);
  color:#fff;
  font-size:26px;
  cursor:pointer;
}
/* Lightbox navigation arrows */
.lightbox-nav{
  position:absolute;
  top:50%;
  transform:translateY(-50%);
  width:46px;
  height:46px;
  border-radius:999px;
  border:1px solid rgba(255,255,255,.22);
  background:rgba(0,0,0,.35);
  color:#fff;
  font-size:34px;
  line-height:1;
  cursor:pointer;
  display:flex;
  align-items:center;
  justify-content:center;
  z-index:1001;
}

.lightbox-prev{ left:14px; }
.lightbox-next{ right:14px; }

/* Make arrows more obvious on mobile */
@media (max-width: 680px){
  .lightbox-nav{
    width:54px;
    height:54px;
    font-size:40px;
    border-color:rgba(195,86,26,.55); /* shedron outline hint */
    background:rgba(0,0,0,.45);
  }
}
.lightbox-nav:hover{
  border-color:rgba(195,86,26,.85);
}

/* Contact chooser modal */
.chooser{
  position:fixed;
  inset:0;
  background:rgba(0,0,0,.68);
  display:none;
  align-items:center;
  justify-content:center;
  padding:24px;
  z-index:1000;
}
.chooser.is-open{display:flex}
.chooser-card{
  width:min(520px, 92vw);
  background:rgba(17,19,22,.98);
  border:1px solid rgba(255,255,255,.10);
  border-radius:18px;
  padding:18px;
  text-align:center;
}
.chooser-card h3{
  margin-bottom:10px;
}

.chooser-card .small-note{
  margin-bottom:20px;
}
.chooser-actions{
  display:flex;
  justify-content:center;
  gap:16px;
  flex-wrap:wrap;
  margin-top:20px;
  margin-bottom:12px;
}
.chooser-cancel{
  margin-top:12px;
  width:100%;
  padding:12px;
  border-radius:14px;
  border:1px solid rgba(255,255,255,.14);
  background:rgba(255,255,255,.03);
  color:rgba(243,243,240,.86);
  cursor:pointer;
}
/* Chooser buttons – unified primary style */
.chooser-actions .btn{
  background:var(--accent);
  color:#fff;
  border-color:var(--accent);
  opacity:1;
}

.chooser-actions .btn:hover{
  filter:brightness(1.05);
}
@media (max-width: 480px){
  .chooser-actions{
    flex-direction:column;
  }

  .chooser-actions .btn{
    width:100%;
  }
}

.feature-card{
  position:relative;
}

.feature-card::before{
  content:"";
  position:absolute;
  top:0;
  left:0;
  right:0;
  height:3px;
  background:var(--accent);
  border-radius:18px 18px 0 0;
}

figcaption{
  padding:10px 12px;
  font-size:12px;
  color:rgba(243,243,240,.75);
  text-align:center;
}

.include-group h3{
  color:var(--accent);
  margin-bottom:12px;
}

.bar-sep{
  color:var(--accent);
  opacity:.8;
}

.include-card{
  position:relative;
  padding-left:32px;
}

.include-card::before{
  content:"●";
  position:absolute;
  left:12px;
  top:12px;
  color:var(--accent);
  font-size:14px;
}

/* Gallery: contractor-style hover focus */
.gallery-grid:hover .g{
  opacity:0.45;
  filter:saturate(0.85) brightness(0.85);
  transform:scale(0.98);
}

.gallery-grid:hover .g:hover{
  opacity:1;
  filter:none;
  transform:scale(1.02);
  z-index:3;
}

.g{
  transition:opacity .18s ease, transform .18s ease, filter .18s ease;
}

.gallery-grid:hover .g:hover::after{
  border-color:rgba(195,86,26,.85);  /* shedron */
  box-shadow:0 18px 60px rgba(0,0,0,.55);
}

.g figcaption{
  position:absolute;
  left:0;
  right:0;
  bottom:0;
  padding:14px 16px;
  font-size:12px;
  letter-spacing:.16em;
  text-transform:uppercase;
  text-align:left;

  color:#fff;
  opacity:0;
  transform:translateY(10px);
  transition:all .18s ease;

  background:linear-gradient(180deg, rgba(0,0,0,0), rgba(195,86,26,.55));
}

.g:hover figcaption{
  opacity:1;
  transform:translateY(0);
}

@media (max-width: 640px){
  .gallery-grid{
    grid-template-columns: 1fr; /* 1 big image per row */
  }

  .g img{
    height:auto;          /* let image define height */
    aspect-ratio: 4 / 3;   /* or 3 / 2 if you prefer */
    max-height:none;      
    padding:0;
  }
  .g8{
    grid-column: span 1; /* prevent mobile collapse */
  }

}
@media (hover:none){
  .g figcaption{
    position:static;
    opacity:1;
    transform:none;
    background:none;
    margin-top:8px;
    padding:0 4px;

    font-size:12px;
    color:rgba(243,243,240,.85);
    text-transform:uppercase;
    letter-spacing:.14em;
  }
}

.send-confirm{
  margin-top:28px;
  margin-bottom:24px;
  padding:18px 20px;
  border-radius:18px;
  border:1px solid rgba(195,86,26,.35);
  background:rgba(195,86,26,.12);
  color:#fff;
}

.send-confirm-text{
  font-size:14px;
  color:rgba(243,243,240,.9);
  line-height:1.6;
}
.send-confirm + .small-note{
  display:none;
}
.btn.is-disabled{
  opacity:.45;
  cursor:not-allowed;
  pointer-events:none;
  border:2px solid rgba(255,255,255,.18);
  background:rgba(255,255,255,.03);
  color:rgba(255,255,255,.75);
}

.btn:disabled{
  opacity:.45;
  cursor:not-allowed;
  pointer-events:none;
  border:2px solid rgba(255,255,255,.18);
  background:rgba(255,255,255,.03);
  color:rgba(255,255,255,.75);
}
.sms-tooltip{
  display:inline-block;
}
/* =========================
   MOBILE FIXES (ONE PASS)
   ========================= */
@media (max-width: 640px){

  /* --- HERO SEPARATOR: keep text + | on one line --- */
  .brand-bar-right{
    justify-content:center;
    text-align:center;
    width:100%;
  }

  .bar-item{
    display:inline-flex;
    align-items:center;
    white-space:nowrap;
  }

  .bar-sep{
    padding:0 6px;
    flex-shrink:0;
  }

  /* --- TRUST CHIPS (under hero photo) --- */
  .trust-row{
    grid-template-columns:1fr;
  }

  /* --- WHY LONECRAFT FEATURE CARDS --- */
  .feature-grid{
    grid-template-columns:1fr;
  }

  /* --- MODELS GRID --- */
  .models-grid{
    grid-template-columns:1fr;
  }

  /* --- HANDLES GRID --- */
  .handles-grid{
    grid-template-columns:1fr;
  }

  /* --- INCLUDE CARDS --- */
  .include-grid{
    grid-template-columns:1fr;
  }
}
/* --- MOBILE FIX: LOCK BRAND BAR PHRASE INTO ONE LINE --- */
@media (max-width: 640px){

  .brand-bar-right{
    flex-wrap: nowrap;        /* CRITICAL: prevent line breaks */
    justify-content: center;
    align-items: center;
    gap: 6px;
  }

  .brand-bar-right .bar-item,
  .brand-bar-right .bar-sep{
    white-space: nowrap;
    flex-shrink: 0;           /* prevent separator from isolating */
  }
}
@media (max-width: 640px){
  .hero-copy{
    padding-top:16px;
  }

  .hero-copy p{
    font-size:14px;
    line-height:1.7;
    max-width: 90%;
    opacity:.85;
    line-height:1.7;
    margin-top:8px;
  }
}
/* MOBILE NAV TOGGLE – FINAL */
.nav-toggle{
  position:relative;
  z-index:300;

  display:none;
  width:44px;
  height:44px;

  background:transparent;
  border:none;
  cursor:pointer;

  align-items:center;
  justify-content:center;
  gap:6px;
}

.nav-toggle span{
  display:block;
  width:24px;              /* wider so it doesn’t look like dots */
  height:3px;              /* thicker */
  background:#ffffff;      /* pure white for contrast */
  border-radius:2px;
}

/* Show on mobile */
@media (max-width: 980px){
  .nav-toggle{
    display:flex;
  }
}
/* =========================
   MOBILE HERO – CTA & TRUST SPACING (FINAL)
   ========================= */
@media (max-width: 680px){

  /* Push CTAs closer to trust chips */
  .hero-actions{
    justify-content:center;
    margin-top:96px;    /* moves buttons DOWN */
  }

  /* Push trust chips further down */
  .trust-row{
    margin-top:28px;    /* small gap between buttons and chips */
  }
}

