/* ==========================================================================
   Classic Fireworks - Pyro Productions Inc.
   Two-page promotional site. One stylesheet, mobile first, no framework.
   Sections:  1 tokens  2 base  3 header  4 buttons  5 hero  6 story
              7 quote form  8 services  9 gallery  10 CTA  11 footer
   ========================================================================== */

/* 1 ---------- tokens ---------------------------------------------------- */
:root{
  --ink:#0A0A0A;            /* page black                                   */
  --ink-2:#141210;          /* raised black panels                          */
  --cream:#F5F0E6;          /* body text on black, cards on cream           */
  --muted:#B9B2A6;
  --gold:#C9A227;
  --gold-lt:#EBD79A;
  --crimson:#8E1B1B;
  --line:rgba(201,162,39,.35);
  --shadow:0 18px 50px rgba(0,0,0,.45);
  --wrap:1180px;
  --display:"Playfair Display",Georgia,"Times New Roman",serif;
  --body:"Inter",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Arial,sans-serif;
}

/* 2 ---------- base ------------------------------------------------------ */
*,*::before,*::after{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  margin:0;background:var(--ink);color:var(--cream);
  font:400 16px/1.7 var(--body);-webkit-font-smoothing:antialiased;
}
img{max-width:100%;display:block}
a{color:var(--gold-lt);text-decoration:none}
h1,h2,h3{font-family:var(--display);font-weight:700;line-height:1.08;margin:0}
p{margin:0 0 1rem}
.wrap{width:min(100% - 2rem,var(--wrap));margin-inline:auto}
.rule{width:56px;height:2px;background:var(--gold);border:0;margin:0 0 1.25rem}
.section{padding:clamp(3.5rem,7vw,6rem) 0}
.section--cream{background:var(--cream);color:#1A1714}
.section--cream h2,.section--cream h3{color:#151210}
.section-head{display:flex;align-items:center;gap:1rem;margin-bottom:2.25rem}
.section-head span{flex:0 0 46px;height:2px;background:var(--gold)}
.section-head h2{font-size:clamp(1.7rem,3.6vw,2.4rem);letter-spacing:.02em}
.skip{position:absolute;left:-9999px}
.skip:focus{left:1rem;top:1rem;z-index:99;background:var(--gold);color:#000;padding:.6rem 1rem}

/* 3 ---------- header ---------------------------------------------------- */
.site-header{
  position:sticky;top:0;z-index:50;background:rgba(10,10,10,.94);
  backdrop-filter:blur(6px);border-bottom:1px solid var(--line);
}
.site-header .wrap{display:flex;align-items:center;gap:1rem;min-height:74px;position:relative}
.brand{display:flex;align-items:center;gap:.7rem;color:var(--cream)}
.brand img{width:38px;height:44px}
.brand strong{
  display:block;font:700 1.12rem/1 var(--display);letter-spacing:.06em;color:var(--gold-lt);
  text-transform:uppercase;
}
.brand small{
  display:block;font:500 .56rem/1.6 var(--body);letter-spacing:.24em;color:var(--muted);
  text-transform:uppercase;
}
.nav{margin-left:auto;display:flex;align-items:center;gap:1.6rem}
.nav a{
  color:var(--cream);font-size:.93rem;letter-spacing:.02em;padding:.4rem 0;
  border-bottom:1px solid transparent;
}
.nav a:hover,.nav a[aria-current="page"]{color:var(--gold-lt);border-bottom-color:var(--gold)}
.nav a.btn{                        /* `.nav a` above is more specific than `.btn`,
                                      so the button has to restate its own shape */
  border-bottom:0;color:#1A1204;padding:.72rem 1.35rem;
  font:600 .72rem/1 var(--body);letter-spacing:.14em;text-transform:uppercase;white-space:nowrap
}
.nav a.btn:hover{color:#1A1204}
.burger{
  margin-left:auto;display:none;width:46px;height:40px;background:none;border:1px solid var(--line);
  border-radius:3px;color:var(--gold-lt);cursor:pointer;align-items:center;justify-content:center
}
.burger svg{width:20px;height:20px}

/* 4 ---------- buttons --------------------------------------------------- */
.btn{
  display:inline-flex;align-items:center;justify-content:center;gap:.55rem;
  padding:.85rem 1.6rem;border-radius:2px;border:1px solid transparent;cursor:pointer;
  font:600 .78rem/1 var(--body);letter-spacing:.16em;text-transform:uppercase;
  transition:transform .15s ease,background .2s ease,color .2s ease;
}
.btn svg{width:15px;height:15px}
.btn:hover{transform:translateY(-1px)}
.btn--gold{background:linear-gradient(180deg,#E3C356,#B98F1E);color:#1A1204;border-color:#8E6D14}
.btn--gold:hover{background:linear-gradient(180deg,#F0D57F,#C79E27)}
.btn--ghost{border-color:var(--line);color:var(--cream)}
.btn--ghost:hover{border-color:var(--gold);color:var(--gold-lt)}
.btn--wide{width:100%;padding:1rem}

/* 5 ---------- hero ------------------------------------------------------
   The show fills the whole hero as a background: video on a wide screen, a
   still frame on phones. The copy sits on top of a dark wash that keeps it
   readable however bright the footage gets.                                */
.hero{position:relative;isolation:isolate;overflow:hidden;background:#000;min-height:min(84vh,760px)}
.hero__grid{position:relative;display:flex;align-items:center;min-height:inherit}
.hero__copy{position:relative;z-index:2;padding:clamp(4rem,11vw,8rem) 0 clamp(3rem,7vw,5.5rem);max-width:640px}
.hero__media{                      /* edge to edge, out of the centred wrap */
  position:absolute;top:0;bottom:0;left:50%;transform:translateX(-50%);width:100vw;z-index:0
}
.hero__media img,.hero__video{width:100%;height:100%;object-fit:cover;object-position:center 45%;display:block}
.hero__video{background:#000 center/cover no-repeat}
.hero__media::after{               /* the wash that keeps the type legible */
  content:"";position:absolute;inset:0;z-index:1;pointer-events:none;
  background:
    linear-gradient(180deg,rgba(6,6,6,.50) 0%,rgba(6,6,6,.30) 45%,rgba(6,6,6,.84) 100%),
    linear-gradient(90deg,rgba(6,6,6,.78) 0%,rgba(6,6,6,.30) 46%,rgba(6,6,6,0) 86%);
}
@media (max-width:979px){          /* phones: the poster frame only, never the file
                                      (site.js never sets src below 980px)        */
  .hero__media::after{             /* the copy runs full width here, so darken more */
    background:linear-gradient(180deg,rgba(6,6,6,.76) 0%,rgba(6,6,6,.62) 45%,rgba(6,6,6,.94) 100%)
  }
}
.hero__inner{padding:clamp(4rem,11vw,8.5rem) 0 clamp(3rem,7vw,5.5rem);max-width:640px}
.hero h1{
  font-size:clamp(2.7rem,8.2vw,4.9rem);letter-spacing:.005em;color:var(--cream);
  text-shadow:0 2px 24px rgba(0,0,0,.6);
}
.hero p.lede{font-size:clamp(1rem,2.1vw,1.17rem);color:#E4DDD0;max-width:32ch;margin-top:1.1rem}
.hero .stat{
  margin:1.9rem 0 1.6rem;padding-top:1.1rem;border-top:1px solid var(--line);
  font:600 .74rem/1.5 var(--body);letter-spacing:.2em;text-transform:uppercase;color:var(--gold);
}
.hero .actions{display:flex;flex-wrap:wrap;gap:.8rem}

/* 6 ---------- story ----------------------------------------------------- */
.story{background:var(--ink);border-bottom:1px solid rgba(255,255,255,.06)}
.story__grid{display:grid;gap:2.5rem}
.story p{color:#D8D1C5}
.story .tagline{
  font-family:var(--display);font-size:1.3rem;color:var(--cream);line-height:1.5;
  border-left:1px solid var(--line);padding-left:1.4rem;margin-top:2rem
}
.timeline{list-style:none;margin:2rem 0 0;padding:0;display:grid;gap:1rem}
.timeline li{display:flex;gap:1rem;align-items:baseline}
.timeline b{
  flex:0 0 4.6rem;font:700 1.05rem/1 var(--display);color:var(--gold);letter-spacing:.04em
}
.timeline span{color:#CFC8BC;font-size:.95rem}
.story figure{margin:0}
.story figure img{
  border-radius:4px;border:1px solid rgba(201,162,39,.25);
  width:100%;height:auto;aspect-ratio:3/4;object-fit:cover   /* height:auto or the
     width/height attributes on the <img> win and the ratio is ignored */
}
.story__side{display:flex;flex-direction:column}
.stats{
  list-style:none;margin:2.4rem 0 0;padding:1.5rem 0 0;border-top:1px solid rgba(201,162,39,.25);
  display:grid;gap:1.2rem
}
.stats b{display:block;font:700 1.75rem/1 var(--display);color:var(--gold-lt);letter-spacing:.02em}
.stats span{
  display:block;margin-top:.3rem;font:600 .68rem/1.4 var(--body);letter-spacing:.16em;
  text-transform:uppercase;color:#A79F92
}
@media (min-width:520px){.stats{grid-template-columns:repeat(3,1fr)}}

/* 7 ---------- quote form ------------------------------------------------ */
.quote{background:var(--ink-2);position:relative;isolation:isolate;overflow:hidden}
.bg-video{                           /* a show playing behind a section      */
  position:absolute;inset:0;width:100%;height:100%;object-fit:cover;z-index:-2;
  opacity:.6;display:block;background:#0B0A09
}
.quote::before{                      /* keeps the card readable over it      */
  content:"";position:absolute;inset:0;z-index:-1;pointer-events:none;
  background:radial-gradient(75% 65% at 50% 45%,rgba(10,9,8,.46),rgba(10,9,8,.84) 85%);
}
.card{
  position:relative;background:var(--cream);color:#1A1714;border:1px solid #D9CDB0;
  border-radius:4px;padding:clamp(1.5rem,4vw,2.8rem);box-shadow:var(--shadow);
  max-width:840px;margin-inline:auto
}
.card__head{text-align:center;margin-bottom:1.8rem}
.card__head h2{font-size:clamp(1.5rem,4vw,2.05rem);color:#141110;letter-spacing:.02em}
.card__head .flourish{display:flex;align-items:center;gap:.9rem;justify-content:center;margin-top:.9rem}
.card__head .flourish i{display:block;width:46px;height:1px;background:#C9A227}
.card__head .flourish em{
  font-style:normal;font-size:.72rem;letter-spacing:.2em;text-transform:uppercase;color:#8A7A57
}
.form-grid{display:grid;gap:1.05rem}
.field label{
  display:block;font:600 .78rem/1 var(--body);letter-spacing:.04em;margin-bottom:.45rem;color:#3A332A
}
.field label .req{color:var(--crimson)}
.field input,.field select,.field textarea{
  width:100%;padding:.78rem .9rem;border:1px solid #D3C7AC;border-radius:3px;background:#FFFDF8;
  font:400 .95rem/1.5 var(--body);color:#1A1714;
}
.field textarea{min-height:104px;resize:vertical}
.field input:focus,.field select:focus,.field textarea:focus{
  outline:2px solid rgba(201,162,39,.55);outline-offset:1px;border-color:#B9982F
}
.field .err{display:none;margin-top:.35rem;font-size:.78rem;color:var(--crimson)}
.field.is-invalid input,.field.is-invalid select,.field.is-invalid textarea{
  border-color:var(--crimson);background:#FFF7F5
}
.field.is-invalid .err{display:block}
.form-note{text-align:center;font-size:.83rem;color:#6B6152;margin:.9rem 0 0}
.form-note a{color:#8A6A12;font-weight:600}
.form-status{margin-top:1rem;padding:.9rem 1rem;border-radius:3px;font-size:.92rem;display:none}
.form-status.ok{display:block;background:#EAF3E7;border:1px solid #9CBF92;color:#2C4A24}
.form-status.bad{display:block;background:#FBECEA;border:1px solid #D3A29C;color:#7A2119}
.hp{position:absolute;left:-9999px}   /* honeypot, hidden from people        */

/* 8 ---------- services -------------------------------------------------- */
.svc-grid{display:grid;gap:1.1rem}
.svc{
  background:#FBF7EE;border:1px solid #E2D8C2;border-radius:4px;padding:1.5rem 1.4rem;
  transition:border-color .2s ease,transform .2s ease
}
.svc:hover{border-color:var(--gold);transform:translateY(-2px)}
.svc svg{width:54px;height:54px;color:var(--gold);margin-bottom:1.1rem;stroke-width:1.8}
.svc h3{font-size:1.06rem;margin-bottom:.45rem;letter-spacing:.01em}
.svc p{font-size:.92rem;color:#5D5547;margin:0}

/* 9 ---------- gallery --------------------------------------------------- */
.shots{display:grid;gap:1rem}
.shot{position:relative;border-radius:4px;overflow:hidden;background:#000;margin:0}
.shot img{width:100%;height:100%;object-fit:cover;aspect-ratio:4/3;transition:transform .5s ease;opacity:.92}
.shot:hover img{transform:scale(1.04);opacity:1}
.shot figcaption{
  position:absolute;left:0;right:0;bottom:0;padding:1.4rem 1rem .85rem;
  background:linear-gradient(0deg,rgba(0,0,0,.85),transparent);
  font:600 .76rem/1 var(--body);letter-spacing:.14em;text-transform:uppercase;color:var(--cream)
}
.shot figcaption::before{
  content:"";display:inline-block;width:16px;height:1px;background:var(--gold);
  vertical-align:middle;margin-right:.55rem
}

/* 10 --------- closing CTA ----------------------------------------------- */
.cta{
  position:relative;background:var(--crimson);color:var(--cream);text-align:center;
  padding:clamp(2.6rem,6vw,3.6rem) 0;overflow:hidden;isolation:isolate
}
.cta .bg-video{opacity:.3;mix-blend-mode:screen}
.cta::before{
  content:"";position:absolute;inset:0;z-index:-1;pointer-events:none;
  background:radial-gradient(80% 70% at 50% 50%,rgba(142,27,27,.25),rgba(110,20,20,.6) 85%)
}
.cta h2{font-size:clamp(1.35rem,3.6vw,1.95rem);letter-spacing:.03em}
.cta .actions{display:flex;flex-wrap:wrap;gap:1rem;justify-content:center;align-items:center;margin-top:1.4rem}
.cta .tel{
  font:600 1.15rem/1 var(--body);color:#fff;letter-spacing:.02em;display:inline-flex;gap:.5rem;align-items:center
}
.cta .tel svg{width:18px;height:18px}

/* 11 --------- footer ---------------------------------------------------- */
.site-footer{background:#080808;border-top:1px solid var(--line);padding:2.6rem 0 2rem;font-size:.9rem}
.site-footer .cols{display:grid;gap:1.6rem}
.site-footer .brand{margin-bottom:.9rem}
.site-footer p{color:#9E978B;margin:0}
.site-footer .addr{display:flex;gap:.6rem;color:#C7C0B4}
.site-footer .addr svg{width:18px;height:18px;color:var(--gold);flex:0 0 18px;margin-top:.15rem}
.site-footer .legal{
  border-top:1px solid rgba(255,255,255,.07);margin-top:1.4rem;padding-top:1.2rem;
  display:flex;flex-wrap:wrap;gap:.6rem;justify-content:space-between;color:#7E776C;font-size:.8rem
}
.site-footer .legal a{color:#9E978B}

/* ---------- responsive -------------------------------------------------- */
@media (max-width:860px){
  .burger{display:inline-flex}
  .nav{
    position:absolute;top:74px;left:0;right:0;flex-direction:column;align-items:stretch;gap:0;
    background:#0C0C0C;border:1px solid var(--line);border-top:0;padding:.5rem 1rem 1.2rem;display:none
  }
  .nav.open{display:flex}
  .nav a{padding:.85rem .2rem;border-bottom:1px solid rgba(255,255,255,.06)}
  .nav .btn{margin-top:.8rem;justify-content:center}
  .hero p.lede{max-width:100%}
}
@media (min-width:700px){
  .form-grid{grid-template-columns:1fr 1fr}
  .field--full{grid-column:1/-1}
  .shots{grid-template-columns:repeat(3,1fr)}
  .svc-grid{grid-template-columns:repeat(2,1fr)}
  .site-footer .cols{grid-template-columns:1.5fr 1fr}
}
@media (min-width:980px){
  .story__grid{grid-template-columns:1.25fr .9fr;align-items:start;gap:3.5rem}
  .svc-grid{grid-template-columns:repeat(3,1fr)}

}
@media (prefers-reduced-motion:reduce){
  *{animation:none!important;transition:none!important;scroll-behavior:auto}
}
