:root{
  --navy:#08283f;--navy-deep:#041724;--copper:#c78a45;--copper-dark:#996029;--paper:#fbfaf7;
  --ink:#17212a;--muted:#66727c;--shadow:0 20px 55px rgba(4,23,36,.18)
}
*{box-sizing:border-box} html{scroll-behavior:smooth}
body{
  margin:0;font-family:Arial,Helvetica,sans-serif;color:var(--ink);
  background:linear-gradient(rgba(251,250,247,.93),rgba(251,250,247,.93)),url('assets/coast-bg.svg') center/cover fixed no-repeat;
  line-height:1.65
}
img{max-width:100%;display:block} a{color:inherit} .container{width:min(1180px,92%);margin:auto}
header{position:sticky;top:0;z-index:100;background:rgba(4,23,36,.95);backdrop-filter:blur(12px);border-bottom:3px solid var(--copper)}
.nav{min-height:78px;display:flex;align-items:center;justify-content:space-between;gap:24px}
.brand{text-decoration:none;color:white;display:flex;align-items:center;gap:12px}
.brand-badge{width:46px;height:46px;border:2px solid var(--copper);border-radius:50%;display:grid;place-items:center;font-size:24px}
.brand strong{display:block;font-size:1.35rem;letter-spacing:1.3px}
.brand small{display:block;color:var(--copper);font-weight:800;letter-spacing:2px}
nav{display:flex;align-items:center;gap:24px}
nav a{text-decoration:none;color:white;font-weight:800}
nav a:hover{color:var(--copper)}
.menu{display:none;background:transparent;border:1px solid rgba(255,255,255,.35);color:white;border-radius:6px;padding:8px 12px}
.btn{display:inline-flex;align-items:center;justify-content:center;text-decoration:none;background:var(--copper);color:#111;font-weight:900;padding:14px 22px;border-radius:7px;box-shadow:0 8px 20px rgba(0,0,0,.13);transition:.2s}
.btn:hover{transform:translateY(-2px);filter:brightness(1.05)}
.btn.small{padding:10px 16px}
.btn-outline{background:transparent;color:white;border:1px solid rgba(255,255,255,.65)}
.hero{
  position:relative;overflow:hidden;color:white;padding:86px 0 76px;
  background:linear-gradient(90deg,rgba(4,23,36,.96) 0%,rgba(8,40,63,.89) 48%,rgba(8,40,63,.35) 100%),url('assets/coast-bg.svg') center/cover no-repeat
}
.hero:after{content:"";position:absolute;inset:auto 0 0;height:18px;background:linear-gradient(90deg,var(--copper-dark),var(--copper),var(--copper-dark))}
.hero-grid{display:grid;grid-template-columns:1.08fr .92fr;gap:56px;align-items:center}
.eyebrow{text-transform:uppercase;letter-spacing:2.6px;font-weight:900;font-size:.82rem;color:var(--copper);margin-bottom:10px}
h1,h2,h3{font-family:Georgia,'Times New Roman',serif;line-height:1.08;margin-top:0}
h1{font-size:clamp(3.4rem,7vw,6.7rem);margin-bottom:24px}
h2{font-size:clamp(2.2rem,4vw,3.7rem);margin-bottom:18px}
h3{font-size:1.55rem}
.hero p{font-size:1.2rem;color:#e0ebf2;max-width:680px}
.hero-actions{display:flex;gap:14px;flex-wrap:wrap;margin:30px 0}
.hero-panel{
  background:rgba(255,255,255,.09);border:1px solid rgba(255,255,255,.18);padding:12px;border-radius:16px;box-shadow:var(--shadow)
}



.trust{display:grid;grid-template-columns:repeat(4,1fr);gap:14px;background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.12);padding:18px;border-radius:12px;margin-top:28px}
.trust div{font-weight:800;text-align:center}
main section{padding:88px 0}
.section-heading{max-width:780px;margin-bottom:42px}
.section-heading p{color:var(--muted);font-size:1.08rem}
.product-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:18px}
.card{background:rgba(255,255,255,.94);border:1px solid rgba(8,40,63,.1);border-radius:14px;padding:26px 20px;box-shadow:0 12px 30px rgba(8,40,63,.1)}
.card .icon{font-size:2.2rem;margin-bottom:12px}
.card h3{color:var(--navy);margin-bottom:10px}
.card p{color:var(--muted);margin:0}
.dark{background:linear-gradient(135deg,var(--navy-deep),var(--navy));color:white}
.two-col{display:grid;grid-template-columns:1fr 1fr;gap:48px;align-items:center}
.panel{background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.14);border-radius:14px;padding:30px}
.panel li{margin:12px 0}
.map-card,.quote-card{background:rgba(255,255,255,.95);border-radius:14px;padding:32px;box-shadow:var(--shadow)}
.delivery-zone{min-height:300px;border-radius:12px;background:linear-gradient(rgba(8,40,63,.15),rgba(8,40,63,.15)),url('assets/coast-bg.svg') center/cover no-repeat;display:flex;align-items:flex-end;padding:24px;color:white}
.delivery-zone div{background:rgba(4,23,36,.8);padding:18px;border-radius:10px}
.steps{display:grid;gap:14px}
.step{display:flex;gap:14px;align-items:flex-start}
.step span{width:34px;height:34px;border-radius:50%;background:var(--navy);color:white;display:grid;place-items:center;font-weight:900;flex:0 0 auto}
.quote-form{display:grid;grid-template-columns:1fr 1fr;gap:14px}
.quote-form .full{grid-column:1/-1}
input,select,textarea{width:100%;padding:13px 14px;border:1px solid #cfd7dd;border-radius:7px;font:inherit;background:white}
textarea{min-height:120px;resize:vertical}
button.btn{border:0;cursor:pointer}
.faq details{background:rgba(255,255,255,.95);border:1px solid #dce2e7;border-radius:9px;padding:17px 19px;margin:12px 0}
summary{font-weight:900;cursor:pointer}
.cta{background:linear-gradient(135deg,var(--copper-dark),var(--copper));color:#111}
.cta-inner{display:flex;justify-content:space-between;align-items:center;gap:30px}
footer{background:var(--navy-deep);color:#dce6ed;padding:48px 0 22px}
.footer-grid{display:grid;grid-template-columns:2fr 1fr 1fr;gap:36px}
footer strong{color:white}
footer a{color:var(--copper)}
.copy{border-top:1px solid rgba(255,255,255,.12);margin-top:28px;padding-top:18px;color:#93a6b5;font-size:.9rem}





@media(max-width:980px){
  .hero-grid,.two-col{grid-template-columns:1fr}
  .product-grid{grid-template-columns:repeat(2,1fr)}
  .trust{grid-template-columns:repeat(2,1fr)}
  nav{display:none;position:absolute;top:78px;left:0;right:0;background:var(--navy-deep);padding:20px 4%;flex-direction:column;align-items:flex-start}
  nav.open{display:flex}
  .menu{display:block}
}
@media(max-width:640px){
  .product-grid,.trust,.footer-grid,.quote-form{grid-template-columns:1fr}
  .quote-form .full{grid-column:auto}
  .cta-inner{flex-direction:column;align-items:flex-start}
  main section{padding:64px 0}
}






@media(max-width:640px){
  
}

.sms-note{
  margin:0;
  padding:10px 12px;
  border-left:4px solid var(--copper);
  background:#f5efe6;
  color:#4e5961;
  font-size:.88rem;
  border-radius:6px;
}

.business-email{
  margin-top:14px;
  font-size:1rem !important;
  color:#dce7ed !important;
}
.business-email a{
  color:var(--copper);
  font-weight:800;
}

.hidden-field{
  position:absolute !important;
  left:-10000px !important;
  width:1px !important;
  height:1px !important;
  overflow:hidden !important;
}

.quote-status{
  margin:0;
  padding:12px 14px;
  border-radius:7px;
  font-weight:700;
}
.quote-status.success{
  background:#e7f4ea;
  color:#1f6232;
  border:1px solid #b9dfc2;
}
.quote-status.error{
  background:#fff0f0;
  color:#9b2525;
  border:1px solid #efb9b9;
}
button[disabled]{
  opacity:.7;
  cursor:wait;
}
.business-email a{
  color:var(--copper);
  font-weight:800;
}

input.hidden-field{
  position:absolute !important;
  left:-10000px !important;
  top:auto !important;
  width:1px !important;
  height:1px !important;
  opacity:0 !important;
  pointer-events:none !important;
}

/* Wider front-page poster */
.hero-grid{
  grid-template-columns:.88fr 1.12fr;
  gap:44px;
}
.hero-panel{
  width:100%;
  max-width:660px;
  margin-left:auto;
}
.hero-panel > img{
  width:100%;
  height:auto;
  border-radius:10px;
  image-rendering:auto;
}
@media(max-width:1100px){
  .hero-grid{
    grid-template-columns:.94fr 1.06fr;
    gap:34px;
  }
  .hero-panel{
    max-width:610px;
  }
}
@media(max-width:980px){
  .hero-grid{
    grid-template-columns:1fr;
  }
  .hero-panel{
    max-width:650px;
    margin:10px auto 0;
  }
}

/* Extra-wide front-page poster */
.hero-grid{
  grid-template-columns:.76fr 1.24fr !important;
  gap:34px !important;
}
.hero-panel{
  max-width:760px !important;
  width:100% !important;
  margin-left:auto !important;
}
.hero-panel > img{
  width:100% !important;
  height:auto !important;
  border-radius:10px;
  image-rendering:auto;
}
@media(max-width:1180px){
  .hero-grid{
    grid-template-columns:.82fr 1.18fr !important;
    gap:28px !important;
  }
  .hero-panel{
    max-width:700px !important;
  }
}
@media(max-width:980px){
  .hero-grid{
    grid-template-columns:1fr !important;
  }
  .hero-panel{
    max-width:700px !important;
    margin:10px auto 0 !important;
  }
}

/* Much wider front-page poster */
.hero-grid{
  grid-template-columns:.58fr 1.42fr !important;
  gap:24px !important;
  align-items:center !important;
}
.hero-panel{
  max-width:980px !important;
  width:100% !important;
  margin-left:auto !important;
}
.hero-panel > img{
  width:100% !important;
  height:auto !important;
  border-radius:10px;
  image-rendering:auto;
}
@media(max-width:1280px){
  .hero-grid{
    grid-template-columns:.64fr 1.36fr !important;
    gap:20px !important;
  }
  .hero-panel{
    max-width:920px !important;
  }
}
@media(max-width:1120px){
  .hero-grid{
    grid-template-columns:.72fr 1.28fr !important;
    gap:20px !important;
  }
  .hero-panel{
    max-width:860px !important;
  }
}
@media(max-width:980px){
  .hero-grid{
    grid-template-columns:1fr !important;
  }
  .hero-panel{
    max-width:760px !important;
    margin:10px auto 0 !important;
  }
}
