/* =============================================================
   TASHUD REMOVAL SERVICES — styles.css
   Selective Demolition for Houston remodelers
   Palette: white #ffffff | LSU Purple #461D7C | LSU Gold #FDD023 | black #000000
   Signature: the "precision cut line" — a thin gold seam echoing a clean demo cut
   ============================================================= */

:root{
  --white:#ffffff;
  --purple:#461D7C;
  --purple-deep:#35155E;      /* footer depth */
  --purple-wash:#F4F1FA;      /* borderless section separation */
  --gold:#FDD023;
  --gold-deep:#E6B800;        /* hover state for gold */
  --black:#000000;
  --ink-soft:#2a2a2a;
  --field:#F4F2F8;            /* borderless form fields */
  --maxw:1180px;
  --gutter:clamp(20px,5vw,40px);
  --sp-section:clamp(64px,9vw,120px);
  --radius:14px;
  --shadow:0 18px 50px -22px rgba(70,29,124,.28);
  --shadow-sm:0 8px 24px -14px rgba(70,29,124,.35);
  font-synthesis-weight:none;
}

/* ---------- reset ---------- */
*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}
html{-webkit-text-size-adjust:100%;scroll-behavior:smooth}
body{
  font-family:'Montserrat',system-ui,-apple-system,Segoe UI,Roboto,Arial,sans-serif;
  color:var(--black);
  background:var(--white);
  line-height:1.65;
  font-weight:400;
  -webkit-font-smoothing:antialiased;
  overflow-x:hidden;
}
img{max-width:100%;height:auto;display:block}
a{color:inherit;text-decoration:none}
ul{list-style:none}
button{font-family:inherit;cursor:pointer}

/* ---------- layout ---------- */
.container{width:100%;max-width:var(--maxw);margin-inline:auto;padding-inline:var(--gutter)}
.section{padding-block:var(--sp-section)}
.section--wash{background:var(--purple-wash)}
.narrow{max-width:820px}

/* ---------- typography ---------- */
h1,h2,h3,h4{color:var(--purple);line-height:1.08;letter-spacing:-.02em;font-weight:800}
h1{font-size:clamp(2.15rem,1.4rem + 3.4vw,3.75rem)}           /* ~34 → 60px */
h2{font-size:clamp(1.7rem,1.15rem + 2.4vw,2.6rem)}
h3{font-size:clamp(1.15rem,1rem + .7vw,1.4rem);letter-spacing:-.01em}
p{max-width:66ch}
.lead{font-size:clamp(1.05rem,1rem + .35vw,1.2rem);color:var(--ink-soft);font-weight:500}

/* ---------- SIGNATURE: eyebrow + cut seam ---------- */
.eyebrow{
  display:inline-flex;align-items:center;gap:14px;
  font-size:.78rem;font-weight:700;letter-spacing:.16em;text-transform:uppercase;
  color:var(--purple);margin-bottom:20px;
}
.eyebrow::before{content:"";width:34px;height:3px;background:var(--gold);flex:none}
.seam{width:64px;height:4px;background:var(--gold);border-radius:2px;margin:22px 0 0}
.seam--center{margin-inline:auto}

/* ---------- buttons ---------- */
.btn{
  --btn-bg:var(--gold);--btn-fg:var(--purple);
  display:inline-flex;align-items:center;justify-content:center;gap:.5ch;
  background:var(--btn-bg);color:var(--btn-fg);
  font-weight:700;font-size:1rem;letter-spacing:.01em;
  padding:15px 26px;border:0;border-radius:10px;
  transition:transform .18s ease,box-shadow .18s ease,background .18s ease;
  will-change:transform;white-space:nowrap;
}
.btn:hover{transform:translateY(-2px);box-shadow:var(--shadow-sm)}
.btn:active{transform:translateY(0)}
.btn-gold{--btn-bg:var(--gold);--btn-fg:var(--purple)}
.btn-gold:hover{background:var(--gold-deep)}
.btn-purple{--btn-bg:var(--purple);--btn-fg:#fff}
.btn-purple:hover{background:var(--purple-deep)}
.btn-ghost{--btn-bg:transparent;--btn-fg:var(--purple);box-shadow:inset 0 0 0 2px var(--purple)}
.btn-ghost:hover{--btn-bg:var(--purple);--btn-fg:#fff;box-shadow:none}
.btn-lg{padding:18px 34px;font-size:1.06rem}
.btn-block{width:100%}
:focus-visible{outline:3px solid var(--purple);outline-offset:3px;border-radius:6px}
.on-purple :focus-visible,.btn-gold:focus-visible{outline-color:var(--gold)}

/* =============================================================
   HEADER
   ============================================================= */
.site-header{
  position:sticky;top:0;z-index:60;background:rgba(255,255,255,.94);
  backdrop-filter:saturate(1.2) blur(8px);
  box-shadow:0 1px 0 rgba(70,29,124,.08);
}
.header-inner{display:flex;align-items:center;gap:24px;min-height:74px}
.logo img{height:58px;width:auto}
.primary-nav{margin-left:auto;display:flex;align-items:center;gap:30px}
.nav-link{
  font-weight:600;font-size:.98rem;color:var(--purple);position:relative;padding:6px 0;
}
.nav-link::after{
  content:"";position:absolute;left:0;bottom:0;height:3px;width:0;background:var(--gold);
  transition:width .2s ease;border-radius:2px;
}
.nav-link:hover::after,.nav-link.is-active::after{width:100%}
.nav-link.is-active{color:var(--purple)}
.header-phone{
  font-weight:800;color:var(--purple);font-size:1rem;letter-spacing:.01em;
  display:inline-flex;align-items:center;gap:8px;
}
.header-phone svg{width:18px;height:18px;fill:var(--gold)}
.nav-toggle{display:none;margin-left:auto;background:transparent;border:0;width:44px;height:44px;position:relative}
.nav-toggle span{position:absolute;left:9px;right:9px;height:3px;background:var(--purple);border-radius:2px;transition:.25s;}
.nav-toggle span:nth-child(1){top:14px}
.nav-toggle span:nth-child(2){top:21px}
.nav-toggle span:nth-child(3){top:28px}
.nav-toggle[aria-expanded="true"] span:nth-child(1){top:21px;transform:rotate(45deg)}
.nav-toggle[aria-expanded="true"] span:nth-child(2){opacity:0}
.nav-toggle[aria-expanded="true"] span:nth-child(3){top:21px;transform:rotate(-45deg)}

/* =============================================================
   HERO
   ============================================================= */
.hero{padding-block:clamp(56px,8vw,104px);position:relative}
.hero-inner{max-width:920px}
.hero-title{margin-bottom:22px}
.hero-title em{font-style:normal;color:var(--purple);position:relative;white-space:nowrap}
.hero-sub{font-size:clamp(1.08rem,1rem + .5vw,1.3rem);color:var(--ink-soft);font-weight:500;margin-bottom:34px;max-width:60ch}
.hero-cta{display:flex;flex-wrap:wrap;gap:14px}
.hero-badges{display:flex;flex-wrap:wrap;gap:10px 26px;margin-top:34px}
.hero-badges li{
  display:flex;align-items:center;gap:9px;font-weight:600;font-size:.95rem;color:var(--purple);
}
.hero-badges li::before{
  content:"";width:10px;height:10px;border-radius:2px;transform:rotate(45deg);
  background:var(--gold);flex:none;box-shadow:0 0 0 3px rgba(253,208,35,.22);
}

/* =============================================================
   VALUE / STATEMENT
   ============================================================= */
.statement h2{max-width:18ch}
.statement .lead{margin-top:20px}
.pull{
  font-size:clamp(1.4rem,1rem + 1.8vw,2.15rem);font-weight:800;color:var(--purple);
  line-height:1.18;letter-spacing:-.02em;max-width:20ch;
}
.pull b{color:var(--purple);position:relative}
.mark{color:var(--purple);background:linear-gradient(transparent 62%,rgba(253,208,35,.55) 62%)}

/* =============================================================
   PILLARS  (parallel promises — icon-led, no fake numbering)
   ============================================================= */
.pillars{display:grid;gap:clamp(22px,3vw,34px);grid-template-columns:repeat(3,1fr);margin-top:52px}
.pillar{position:relative;padding-top:22px}
.pillar .icn{
  width:52px;height:52px;display:grid;place-items:center;border-radius:12px;
  background:var(--purple);margin-bottom:20px;
}
.pillar .icn svg{width:26px;height:26px;stroke:var(--gold);fill:none;stroke-width:2}
.pillar h3{margin-bottom:10px}
.pillar p{color:var(--ink-soft);font-size:1rem}
.pillar::before{content:"";position:absolute;top:0;left:0;width:44px;height:4px;background:var(--gold);border-radius:2px}

/* =============================================================
   FEATURE TILES (what we remove / services)
   ============================================================= */
.tiles{display:grid;gap:18px;grid-template-columns:repeat(2,1fr);margin-top:48px}
.tile{
  background:var(--white);border-radius:var(--radius);padding:30px 28px;
  box-shadow:var(--shadow-sm);transition:transform .2s ease,box-shadow .2s ease;
  position:relative;overflow:hidden;
}
.section--wash .tile{background:#fff}
.tile:hover{transform:translateY(-4px);box-shadow:var(--shadow)}
.tile .icn{width:46px;height:46px;display:grid;place-items:center;margin-bottom:18px}
.tile .icn svg{width:38px;height:38px;stroke:var(--purple);fill:none;stroke-width:1.8}
.tile h3{margin-bottom:8px}
.tile p{color:var(--ink-soft);font-size:.98rem;max-width:42ch}
.tile::after{content:"";position:absolute;left:0;top:0;bottom:0;width:5px;background:var(--gold);transform:translateX(-5px);transition:transform .2s ease}
.tile:hover::after{transform:translateX(0)}

/* wider service rows (selective demolition page) */
.svc{display:grid;gap:clamp(28px,4vw,56px);grid-template-columns:1fr 1fr;align-items:center;margin-top:56px}
.svc:nth-child(even) .svc-media{order:2}
.svc-media{
  background:var(--purple-wash);border-radius:var(--radius);min-height:230px;display:grid;place-items:center;padding:34px;
}
.svc-media svg{width:110px;height:110px;stroke:var(--purple);fill:none;stroke-width:1.4}
.svc-body h3{font-size:clamp(1.3rem,1rem + 1vw,1.7rem);margin-bottom:12px}
.svc-body p{color:var(--ink-soft)}
.svc-body .seam{margin-top:16px}

/* =============================================================
   INCLUDED / HANDOFF CALLOUT
   ============================================================= */
.callout{background:var(--purple-wash)}
.callout-inner{display:grid;grid-template-columns:1.1fr .9fr;gap:clamp(28px,5vw,64px);align-items:center}
.callout .badge-note{
  display:inline-flex;align-items:center;gap:10px;font-weight:700;color:var(--purple);
  background:rgba(253,208,35,.28);padding:8px 16px;border-radius:999px;font-size:.85rem;margin-bottom:18px;
}
.callout .badge-note svg{width:16px;height:16px;fill:var(--purple)}
.check-list{display:grid;gap:14px;margin-top:6px}
.check-list li{display:flex;gap:14px;align-items:flex-start;font-weight:500;color:var(--ink-soft)}
.check-list li svg{width:24px;height:24px;flex:none;margin-top:2px}
.check-list li svg circle{fill:var(--gold)}
.check-list li svg path{stroke:var(--purple);stroke-width:2.4;fill:none}
.check-list b{color:var(--purple)}

/* =============================================================
   TRUST STRIP
   ============================================================= */
.trust{display:grid;grid-template-columns:repeat(4,1fr);gap:24px;margin-top:8px}
.trust li{display:flex;gap:12px;align-items:flex-start}
.trust .tk{width:26px;height:26px;flex:none;margin-top:2px}
.trust .tk circle{fill:var(--gold)}
.trust .tk path{stroke:var(--purple);stroke-width:2.4;fill:none}
.trust b{display:block;color:var(--purple);font-weight:700;margin-bottom:2px}
.trust span.s{color:var(--ink-soft);font-size:.94rem}

/* generic 2-col prose blocks (why-choose-us) */
.duo{display:grid;grid-template-columns:repeat(2,1fr);gap:clamp(26px,4vw,48px);margin-top:48px}
.duo .item h3{margin-bottom:10px;display:flex;align-items:center;gap:12px}
.duo .item h3 .dot{width:12px;height:12px;background:var(--gold);border-radius:2px;transform:rotate(45deg);flex:none}
.duo .item p{color:var(--ink-soft)}

/* =============================================================
   CTA BAND (purple, gold button, cut edge)
   ============================================================= */
.cta-band{
  background:var(--purple);color:#fff;text-align:center;position:relative;
  padding-block:clamp(60px,8vw,96px);
  clip-path:polygon(0 26px,100% 0,100% 100%,0 100%);
  margin-top:clamp(20px,4vw,40px);
}
.cta-band h2{color:#fff;max-width:20ch;margin-inline:auto}
.cta-band p{color:rgba(255,255,255,.82);margin:16px auto 30px;font-weight:500}
.cta-band .seam{margin-inline:auto}

/* =============================================================
   FORM (contact)
   ============================================================= */
.form-wrap{display:grid;grid-template-columns:1.05fr .95fr;gap:clamp(30px,5vw,60px);margin-top:40px;align-items:start}
.lead-form{display:grid;gap:18px}
.field{display:grid;gap:8px}
.field label{font-weight:700;color:var(--purple);font-size:.92rem;letter-spacing:.01em}
.field label .req{color:var(--gold-deep)}
.field input,.field textarea,.field select{
  font:inherit;color:var(--black);background:var(--field);
  border:0;border-radius:12px;padding:15px 16px;width:100%;
  transition:box-shadow .18s ease,background .18s ease;
}
.field textarea{min-height:130px;resize:vertical}
.field input::placeholder,.field textarea::placeholder{color:#8a86a0}
.field input:focus,.field textarea:focus,.field select:focus{
  outline:none;background:#fff;box-shadow:0 0 0 3px var(--purple);
}
.form-row{display:grid;grid-template-columns:1fr 1fr;gap:18px}
.form-note{font-size:.85rem;color:var(--ink-soft)}
.contact-aside .card{
  background:var(--purple);color:#fff;border-radius:var(--radius);padding:32px 30px;
}
.contact-aside .card h3{color:#fff;margin-bottom:6px}
.contact-aside .card .seam{margin:14px 0 22px}
.contact-aside .row{display:flex;gap:14px;align-items:flex-start;margin-bottom:18px}
.contact-aside .row svg{width:22px;height:22px;fill:var(--gold);flex:none;margin-top:2px}
.contact-aside .row a,.contact-aside .row span{color:#fff;font-weight:600;word-break:break-word}
.contact-aside .row small{display:block;color:rgba(255,255,255,.7);font-weight:500;font-size:.82rem}
.alert{
  background:rgba(253,208,35,.2);color:var(--purple);font-weight:600;
  padding:14px 18px;border-radius:12px;margin-bottom:6px;
}

/* =============================================================
   LEGAL / THANK-YOU CONTENT
   ============================================================= */
.doc h2{margin:38px 0 12px;font-size:clamp(1.3rem,1rem + 1vw,1.7rem)}
.doc h3{margin:24px 0 8px}
.doc p,.doc li{color:var(--ink-soft);max-width:74ch}
.doc ul{margin:10px 0 10px 22px;list-style:disc}
.doc li{margin-bottom:6px}
.doc .updated{color:#7a7590;font-weight:600;font-size:.9rem}
.thanks{text-align:center;max-width:640px;margin-inline:auto}
.thanks .tick{width:84px;height:84px;margin:0 auto 26px;display:grid;place-items:center;border-radius:50%;background:rgba(253,208,35,.25)}
.thanks .tick svg{width:44px;height:44px}
.thanks .tick svg path{stroke:var(--purple);stroke-width:3;fill:none}
.thanks .next{background:var(--purple-wash);border-radius:var(--radius);padding:26px 28px;margin:30px 0;text-align:left}
.thanks .next b{color:var(--purple)}

/* =============================================================
   FOOTER
   ============================================================= */
.site-footer{background:var(--purple);color:#fff;padding-top:clamp(52px,7vw,80px);margin-top:0}
.footer-grid{display:grid;grid-template-columns:1.2fr 1fr 1.2fr 1.3fr;gap:clamp(28px,4vw,48px)}
.footer-col h4{color:#fff;font-size:.82rem;letter-spacing:.16em;text-transform:uppercase;margin-bottom:18px;font-weight:700}
.footer-col h4::after{content:"";display:block;width:30px;height:3px;background:var(--gold);margin-top:10px;border-radius:2px}
.footer-col a,.footer-col p,.footer-col li{color:rgba(255,255,255,.85);font-weight:500;font-size:.96rem}
.footer-col li{margin-bottom:11px}
.footer-col a{transition:color .18s ease}
.footer-col a:hover{color:var(--gold)}
.footer-col .fp{color:#fff;font-weight:700}
.footer-brand img{height:56px;width:auto;margin-bottom:18px;background:#fff;border-radius:10px;padding:8px 12px}
.footer-brand p{max-width:34ch}
.socials{display:flex;gap:14px;margin-top:20px}
.socials a{width:42px;height:42px;border-radius:10px;display:grid;place-items:center;background:rgba(255,255,255,.08);transition:background .18s ease,transform .18s ease}
.socials a:hover{background:rgba(255,255,255,.16);transform:translateY(-2px)}
.socials svg{width:20px;height:20px;fill:var(--gold)}
.legal{
  margin-top:clamp(40px,5vw,60px);border-top:1px solid rgba(255,255,255,.14);
  padding-block:22px;display:flex;flex-wrap:wrap;gap:12px 26px;align-items:center;justify-content:space-between;
}
.legal p{color:rgba(255,255,255,.75);font-size:.88rem;font-weight:500}
.legal nav{display:flex;gap:22px}
.legal a{color:rgba(255,255,255,.75);font-size:.88rem;font-weight:600;transition:color .18s ease}
.legal a:hover{color:var(--gold)}

/* =============================================================
   MOBILE STICKY CTA BAR
   ============================================================= */
.mobile-cta{
  position:fixed;left:0;right:0;bottom:0;z-index:70;display:none;gap:10px;
  padding:10px 14px calc(10px + env(safe-area-inset-bottom));
  background:rgba(255,255,255,.97);backdrop-filter:blur(8px);
  box-shadow:0 -6px 24px -12px rgba(70,29,124,.4);
}
.mobile-cta .btn{flex:1;padding:15px 10px;font-size:.98rem}

/* =============================================================
   RESPONSIVE
   ============================================================= */
@media (max-width:960px){
  .callout-inner,.form-wrap{grid-template-columns:1fr}
  .svc{grid-template-columns:1fr}
  .svc:nth-child(even) .svc-media{order:0}
  .trust{grid-template-columns:repeat(2,1fr)}
  .footer-grid{grid-template-columns:1fr 1fr}
}
@media (max-width:880px){
  .primary-nav{
    position:fixed;inset:74px 0 auto 0;flex-direction:column;align-items:stretch;gap:0;
    background:#fff;padding:8px var(--gutter) 22px;margin-left:0;
    box-shadow:0 20px 40px -24px rgba(70,29,124,.5);
    transform:translateY(-140%);transition:transform .28s ease;visibility:hidden;
  }
  .primary-nav.open{transform:translateY(0);visibility:visible}
  .nav-link{padding:16px 0;border-bottom:1px solid rgba(70,29,124,.08)}
  .nav-link::after{display:none}
  .header-phone{padding:16px 0}
  .nav-toggle{display:block}
  .mobile-cta{display:flex}
  body{padding-bottom:76px}
  .cta-band{clip-path:polygon(0 16px,100% 0,100% 100%,0 100%)}
}
@media (max-width:680px){
  .pillars,.tiles,.duo,.form-row{grid-template-columns:1fr}
  .trust{grid-template-columns:1fr}
  .hero-cta .btn{flex:1}
  .legal{flex-direction:column;align-items:flex-start;gap:16px}
}

/* ---------- accessibility: reduced motion ---------- */
@media (prefers-reduced-motion:reduce){
  *,*::before,*::after{animation-duration:.001ms !important;transition-duration:.001ms !important;scroll-behavior:auto !important}
  .btn:hover,.tile:hover,.socials a:hover{transform:none}
}
