
:root{
  --bg:#140c07;
  --paper:#f4eadf;
  --ink:#1b120c;
  --ink2:#3a2a1f;
  --wood:#2a1a12;
  --card:#fff7ef;
  --line:rgba(0,0,0,0.12);
  --shadow:0 16px 40px rgba(0,0,0,0.25);

  /* Brand */
  --accent1:#ff7a18;
  --accent2:#ffb01f;
  --accent3:#ff3d2e;
  --radius:18px;
  --radius2:26px;
  --wrap:1100px;
}

*{box-sizing:border-box}
html,body{height:100%}
body{
  margin:0;
  font-family: ui-sans-serif,system-ui,-apple-system,Segoe UI,Roboto,Helvetica,Arial,"Apple Color Emoji","Segoe UI Emoji";
  color:var(--paper);
  background:
    radial-gradient(1000px 600px at 20% 0%, rgba(255,176,31,0.18), transparent 55%),
    radial-gradient(900px 600px at 90% 20%, rgba(255,61,46,0.15), transparent 60%),
    linear-gradient(180deg, #0f0805, #190f09 55%, #0f0805);
}

a{color:inherit}
.wrap{max-width:var(--wrap); margin:0 auto; padding:0 18px}

/* Topbar */
.topbar{
  position:sticky; top:0; z-index:20;
  background: rgba(20,12,7,0.72);
  backdrop-filter: blur(10px);
  border-bottom:1px solid rgba(255,255,255,0.08);
}
.topbar__inner{display:flex; align-items:center; gap:14px; padding:12px 0}
.brand{display:flex; align-items:center; gap:10px; text-decoration:none; font-weight:900; letter-spacing:0.2px}
.brand__mark{filter: drop-shadow(0 6px 12px rgba(0,0,0,0.5))}
.brand__text{font-size:18px}

.nav{margin-left:auto; display:flex; align-items:center; gap:14px}
.nav a{opacity:0.9; text-decoration:none; font-weight:700; font-size:14px}
.nav a:hover{opacity:1}
.nav__cta{
  padding:8px 12px;
  border-radius:999px;
  background: linear-gradient(90deg, rgba(255,122,24,0.25), rgba(255,176,31,0.18));
  border:1px solid rgba(255,255,255,0.14);
}

.phone{display:flex; flex-direction:column; gap:2px; margin-left:12px}
.phone__label{font-size:11px; opacity:0.75}
.phone__number{text-decoration:none; font-weight:900}

/* Hero */
.hero{
  padding:34px 0 24px;
  border-bottom:1px solid rgba(255,255,255,0.08);
  background:
    radial-gradient(900px 480px at 15% 10%, rgba(255,122,24,0.22), transparent 60%),
    radial-gradient(900px 480px at 85% 20%, rgba(255,176,31,0.18), transparent 60%);
}
.hero__grid{display:grid; grid-template-columns: 1.05fr 0.95fr; gap:22px; align-items:start}

.eyebrow{margin:0 0 10px; opacity:0.85; letter-spacing:0.16em; text-transform:uppercase; font-weight:800; font-size:12px}
.hero h1{margin:0 0 14px; font-size:48px; line-height:1.02; letter-spacing:-0.02em}
.accent{
  background: linear-gradient(90deg, var(--accent2), var(--accent1), var(--accent3));
  -webkit-background-clip:text;
  background-clip:text;
  color:transparent;
}

.lede{margin:16px 0 0; font-size:16px; line-height:1.5; opacity:0.92; max-width:58ch}

.priceCard{
  margin-top:12px;
  padding:16px 16px;
  border-radius: var(--radius);
  border:1px solid rgba(255,255,255,0.12);
  background:
    linear-gradient(180deg, rgba(255,255,255,0.08), rgba(255,255,255,0.03));
  box-shadow: 0 18px 50px rgba(0,0,0,0.35);
  max-width: 320px;
}
.priceCard__label{font-weight:900; opacity:0.85; font-size:12px; letter-spacing:0.14em; text-transform:uppercase}
.priceCard__value{font-weight:950; font-size:46px; margin:4px 0 2px}
.priceCard__sub{opacity:0.85; font-weight:700}

.hero__actions{display:flex; gap:12px; margin-top:18px; flex-wrap:wrap}
.btn{
  appearance:none; border:0; cursor:pointer;
  padding:12px 16px;
  border-radius: 14px;
  font-weight:900;
  letter-spacing:0.2px;
  text-decoration:none;
  display:inline-flex; align-items:center; justify-content:center; gap:10px;
  box-shadow: 0 14px 28px rgba(0,0,0,0.25);
}
.btn--primary{
  color:#1b120c;
  background: linear-gradient(90deg, var(--accent2), var(--accent1));
}
.btn--primary:hover{filter:saturate(1.06) brightness(1.03)}
.btn--ghost{
  color:var(--paper);
  background: rgba(255,255,255,0.06);
  border:1px solid rgba(255,255,255,0.14);
  box-shadow: none;
}
.btn--ghost:hover{background: rgba(255,255,255,0.10)}
.btn--wide{width:100%}

.trust{margin:16px 0 0; padding:0; list-style:none; display:flex; gap:12px; flex-wrap:wrap; opacity:0.9}
.trust li{padding:8px 10px; border-radius:12px; background: rgba(0,0,0,0.18); border:1px solid rgba(255,255,255,0.10); font-weight:800; font-size:13px}

/* Media cards */
.hero__media{display:grid; grid-template-columns: 1fr 1fr; gap:12px}
.card{
  border-radius: var(--radius2);
  overflow:hidden;
  border:1px solid rgba(255,255,255,0.12);
  background: rgba(0,0,0,0.18);
  box-shadow: var(--shadow);
  position:relative;
}
.card img{width:100%; height:100%; object-fit:cover; display:block}
.card__cap{
  position:absolute; left:12px; bottom:12px;
  background: rgba(0,0,0,0.55);
  border:1px solid rgba(255,255,255,0.14);
  padding:6px 10px;
  border-radius:999px;
  font-weight:900;
  font-size:13px;
}
.card--shed{grid-column: 1 / -1; aspect-ratio: 16/9}
.card--photo{aspect-ratio: 4/3}

/* Sections */
.section{padding:34px 0}
.section--alt{
  background:
    linear-gradient(180deg, rgba(255,122,24,0.10), rgba(0,0,0,0.00)),
    linear-gradient(180deg, rgba(0,0,0,0.0), rgba(255,176,31,0.06));
  border-top:1px solid rgba(255,255,255,0.08);
  border-bottom:1px solid rgba(255,255,255,0.08);
}

h2{margin:0 0 16px; font-size:30px; letter-spacing:-0.01em}
h3{margin:0 0 10px; font-size:18px}
.muted{opacity:0.78}

.price-inline{font-weight:950}

.grid2{display:grid; grid-template-columns: 1fr 1fr; gap:14px}
.panel{
  padding:18px;
  border-radius: var(--radius2);
  background: rgba(255,255,255,0.06);
  border:1px solid rgba(255,255,255,0.12);
}

.check{margin:10px 0 0; padding:0 0 0 18px}
.check li{margin:8px 0; font-weight:650}

/* Steps */
.steps{display:grid; grid-template-columns: repeat(3,1fr); gap:14px; margin-top:14px}
.step{
  padding:18px;
  border-radius: var(--radius2);
  background: rgba(0,0,0,0.22);
  border:1px solid rgba(255,255,255,0.12);
}
.step__num{
  width:34px; height:34px;
  display:flex; align-items:center; justify-content:center;
  border-radius: 12px;
  margin-bottom:10px;
  font-weight:950;
  color:#1b120c;
  background: linear-gradient(90deg, var(--accent2), var(--accent1));
}

.ctaBar{
  margin-top:18px;
  display:flex; gap:12px; align-items:center; justify-content:space-between;
  padding:16px;
  border-radius: var(--radius2);
  border:1px solid rgba(255,255,255,0.12);
  background: rgba(255,255,255,0.06);
}
.ctaBar__text{display:flex; flex-direction:column; gap:4px}
.ctaBar__text a{font-weight:950}

/* FAQ */
.faq{
  border-radius: var(--radius2);
  border:1px solid rgba(255,255,255,0.12);
  background: rgba(255,255,255,0.04);
  padding:14px 16px;
  margin:10px 0;
}
.faq summary{cursor:pointer; font-weight:900}
.faq__body{margin-top:10px; opacity:0.92}

/* Contact */
.contact{
  padding:34px 0 0;
  background:
    radial-gradient(900px 520px at 50% 0%, rgba(255,122,24,0.22), transparent 60%),
    linear-gradient(180deg, rgba(0,0,0,0.0), rgba(0,0,0,0.35));
}
.contact__inner{display:flex; align-items:center; justify-content:space-between; gap:18px; padding-bottom:20px}
.contact__lede{margin:8px 0 0; font-size:16px}

.contactForm{
  overflow:hidden;
  border-top:1px solid rgba(255,255,255,0.10);
  background: rgba(0,0,0,0.22);
}

/* Slide down animation using max-height */
.contactForm.is-open{animation: slideDown 340ms ease-out forwards}
.contactForm.is-closing{animation: slideUp 260ms ease-in forwards}
@keyframes slideDown{from{max-height:0; opacity:0} to{max-height:900px; opacity:1}}
@keyframes slideUp{from{max-height:900px; opacity:1} to{max-height:0; opacity:0}}

.form{padding:18px 0}
.form__grid{display:grid; grid-template-columns: 1fr 1fr; gap:12px}
.form label{display:flex; flex-direction:column; gap:6px; font-weight:850}
input, textarea{
  border-radius: 14px;
  border:1px solid rgba(255,255,255,0.14);
  background: rgba(255,255,255,0.08);
  color: var(--paper);
  padding:12px 12px;
  font: inherit;
  outline:none;
}
input:focus, textarea:focus{border-color: rgba(255,176,31,0.55); box-shadow: 0 0 0 4px rgba(255,176,31,0.15)}
.span2{grid-column: 1 / -1}
.form__actions{display:flex; align-items:center; gap:12px; flex-wrap:wrap; margin-top:10px}
.form__note{font-weight:650}

.footer{
  margin-top:22px;
  border-top:1px solid rgba(255,255,255,0.10);
  background: rgba(0,0,0,0.22);
}
.footer__inner{display:flex; align-items:center; justify-content:space-between; padding:14px 0; opacity:0.85}
.footer__right a{text-decoration:none; font-weight:850}

/* Responsive */
@media (max-width: 920px){
  .hero__grid{grid-template-columns: 1fr;}
  .hero h1{font-size:42px}
  .phone{display:none}
}
@media (max-width: 720px){
  .nav{display:none}
  .grid2{grid-template-columns: 1fr}
  .steps{grid-template-columns: 1fr}
  .contact__inner{flex-direction:column; align-items:stretch}
}
