/* 4-Season Storage — concept rebuild
   Palette PIL-sampled from their own assets:
   sun gold #c8a040 (site-icon ground) · dusk royal #2058b0 (DSC_0943 sky)
   solar navy #183868 (panel pixels) · ink #14161c (dusk steel shadow)
   door orange #d04010 / deep #a83208 (DSC_0121/0124 doors) */

:root{
  --gold:#c8a040; --gold-bright:#d8b358; --gold-soft:#e8d8b0;
  --dusk:#2058b0; --navy:#183868; --navy-deep:#101f3a;
  --ink:#14161c; --ink-soft:#2a2d36;
  --orange:#d04010; --orange-deep:#a83208;
  --paper:#f9f6ef; --cream:#f1ead9; --line:#ddd3bd;
  --white:#ffffff; --muted:#5c5648; --muted-dark:#b8c4d8;
  --radius:10px; --shadow:0 10px 30px rgba(16,31,58,.14);
  --wrap:1120px;
}
*{margin:0;padding:0;box-sizing:border-box}
img{max-width:100%;height:auto;display:block}
html{scroll-behavior:smooth}
@media (prefers-reduced-motion: reduce){ html{scroll-behavior:auto} }
body{font-family:'Public Sans',system-ui,sans-serif;color:var(--ink);background:var(--paper);line-height:1.65;font-size:16.5px}
a{color:var(--dusk)}
.skip{position:absolute;left:-9999px;top:0;background:var(--gold);color:var(--ink);padding:.6rem 1rem;z-index:99;font-weight:700}
.skip:focus{left:8px;top:8px}
.wrap{max-width:var(--wrap);margin:0 auto;padding:0 22px}

/* ---------- type ---------- */
h1,h2,h3,.display{font-family:'Teko',sans-serif;font-weight:600;line-height:.98;letter-spacing:.01em;text-transform:uppercase}
h1{font-size:clamp(2.9rem,7.2vw,5.4rem)}
h2{font-size:clamp(2.1rem,4.4vw,3.3rem)}
h3{font-size:clamp(1.45rem,2.6vw,1.9rem)}
.kicker{display:flex;align-items:center;gap:.55rem;font-family:'Public Sans';font-weight:700;font-size:.78rem;letter-spacing:.16em;text-transform:uppercase;color:var(--orange-deep)}
.on-dark .kicker{color:var(--gold)}
.lede{font-size:1.08rem;max-width:62ch}

/* mini quarter-ring kicker glyph (signature echo) */
.qring{width:16px;height:16px;flex:0 0 16px}
.qring circle{fill:none;stroke:currentColor;stroke-width:2.6;stroke-linecap:round;
  stroke-dasharray:10.2 30.6; /* quarter of C=40.84 */
  transform:rotate(-90deg);transform-origin:center}
.js .reveal .qring circle{stroke-dashoffset:10.2;transition:stroke-dashoffset .8s ease .15s}
.js .reveal.in .qring circle{stroke-dashoffset:0}

/* ---------- header ---------- */
.site-head{position:sticky;top:0;z-index:60;background:var(--ink);border-bottom:1px solid rgba(200,160,64,.35)}
.site-head .bar{display:flex;align-items:center;gap:1rem;min-height:64px;max-width:var(--wrap);margin:0 auto;padding:0 22px}
.brand{display:flex;align-items:center;gap:.6rem;flex:0 0 auto}
.brand img{height:44px;width:auto}
.nav{display:flex;align-items:center;gap:1.05rem;margin-left:auto;flex-wrap:wrap}
.nav a{color:#f2efe6;text-decoration:none;font-weight:600;font-size:.92rem}
.nav a:hover{color:var(--gold-bright)}
.nav a[aria-current="page"]{color:var(--gold);border-bottom:2px solid var(--gold)}
.btn{display:inline-block;background:var(--gold);color:var(--ink);font-weight:700;text-decoration:none;
  padding:.72rem 1.35rem;border-radius:7px;border:2px solid var(--gold);font-size:1rem;line-height:1.2;cursor:pointer}
.btn:hover{background:var(--gold-bright);border-color:var(--gold-bright)}
.btn.ghost{background:transparent;color:#fff;border-color:rgba(255,255,255,.8)}
.btn.ghost:hover{background:rgba(255,255,255,.12);color:#fff}
.btn.ghost-dark{background:transparent;color:var(--ink);border-color:var(--ink)}
.btn.ghost-dark:hover{background:var(--ink);color:var(--paper)}
.nav .btn{padding:.5rem 1rem;font-size:.92rem}
.menu-toggle{display:none;background:none;border:2px solid rgba(255,255,255,.6);color:#fff;border-radius:6px;
  padding:.45rem .7rem;font:inherit;font-weight:700;cursor:pointer;margin-left:auto}
@media (max-width:920px){
  .menu-toggle{display:block}
  .nav{display:none;position:absolute;left:0;right:0;top:100%;background:var(--ink);flex-direction:column;
    align-items:stretch;padding:1rem 22px 1.4rem;gap:0;border-bottom:2px solid var(--gold)}
  .nav.open{display:flex}
  .nav a{padding:.8rem 0;border-bottom:1px solid rgba(255,255,255,.12);min-height:44px;display:flex;align-items:center}
  .nav .btn{margin-top:.9rem;justify-content:center;text-align:center}
}

/* ---------- hero: DUSK PANORAMA — their own dusk yard photo leads, uncluttered.
   Content anchors bottom-left over a bottom-rising gradient; the sky stays clean.
   (v1.1: hero SEASON-RING draw-on removed per Akhila's 2026-07-19 review note —
   the ring lives on as the estimate wizard's functional progress indicator.) ---------- */
.hero{position:relative;min-height:88vh;display:flex;align-items:flex-end;text-align:left;
  color:#fff;overflow:hidden;isolation:isolate}
.hero .bg{position:absolute;inset:0;z-index:-2;background-size:cover;background-position:center}
.hero .scrim{position:absolute;inset:0;z-index:-1;
  background:linear-gradient(180deg,rgba(16,22,32,.22) 0%,rgba(16,22,32,0) 34%,rgba(16,22,32,.3) 60%,rgba(16,22,32,.9) 100%)}
.hero .inner{width:100%;max-width:var(--wrap);margin:0 auto;padding:7.5rem 22px 3.6rem}
.hero h1{max-width:20ch}
.hero .sub{font-size:clamp(1.02rem,2vw,1.25rem);max-width:56ch;margin:1rem 0 1.8rem;color:#e8e6df}
.hero .ctas{display:flex;gap:.9rem;justify-content:flex-start;flex-wrap:wrap}
.hero .quiet{display:block;margin-top:1.3rem;color:#d9d5c8;font-size:.95rem}
.hero .quiet a{color:var(--gold-bright)}
/* v1.2: hero is fully static — no motion of any kind (Akhila review note re-saved 2026-07-20) */

/* ---------- bands & sections ---------- */
section{padding:4.6rem 0}
.band-gold{background:var(--gold);color:var(--ink);padding:1.1rem 0;text-align:center}
.band-gold p{font-family:'Teko';font-weight:600;text-transform:uppercase;font-size:clamp(1.25rem,2.6vw,1.7rem);letter-spacing:.02em}
.band-gold a{color:var(--ink)}
.on-dark{background:var(--navy);color:#eef1f7}
.on-dark h2,.on-dark h3{color:#fff}
.on-dark p{color:#dfe5f0}
.on-dark a{color:var(--gold-bright)}
.band-ink{background:var(--ink);color:#efece2}
.band-ink h2{color:#fff}
.tint{background:var(--cream)}
.sec-head{max-width:720px;margin-bottom:2.2rem}
.sec-head.center{margin-left:auto;margin-right:auto;text-align:center}
.sec-head.center .kicker{justify-content:center}

/* chips row */
.chips{display:flex;gap:1rem;flex-wrap:wrap;justify-content:center}
.chip{background:var(--white);border:1.5px solid var(--line);border-radius:999px;padding:.55rem 1.25rem;
  font-weight:700;color:var(--ink);display:flex;align-items:center;gap:.5rem;font-size:.95rem}
.chip .dot{width:9px;height:9px;border-radius:50%;background:var(--gold);flex:0 0 9px}
.on-dark .chip{background:rgba(255,255,255,.08);border-color:rgba(255,255,255,.25);color:#fff}

/* cards */
.grid{display:grid;gap:1.4rem}
.g2{grid-template-columns:repeat(2,1fr)}
.g3{grid-template-columns:repeat(3,1fr)}
.g4{grid-template-columns:repeat(4,1fr)}
@media (max-width:960px){.g4{grid-template-columns:repeat(2,1fr)}.g3{grid-template-columns:repeat(2,1fr)}}
@media (max-width:640px){.g2,.g3,.g4{grid-template-columns:1fr}}
.card{background:var(--white);border:1px solid var(--line);border-radius:var(--radius);padding:1.6rem;color:var(--ink)}
.card h3{margin-bottom:.5rem}
.card p{color:var(--muted);font-size:.98rem}
.js .reveal{opacity:0;transform:translateY(18px);transition:opacity .6s ease,transform .6s ease}
.js .reveal.in{opacity:1;transform:none}
.js .card.reveal:hover,.js .loc-card.reveal:hover{transform:translateY(-4px);box-shadow:var(--shadow);transition:transform .25s ease,box-shadow .25s ease,opacity .6s ease}
@media (prefers-reduced-motion: reduce){
  .js .reveal{opacity:1 !important;transform:none !important;transition:none !important}
}

/* rates table */
.rates-table{width:100%;border-collapse:collapse;background:var(--white);border-radius:var(--radius);overflow:hidden;
  box-shadow:var(--shadow);font-variant-numeric:tabular-nums}
.rates-table th,.rates-table td{padding:.95rem 1.1rem;text-align:left;border-bottom:1px solid var(--line)}
.rates-table td{color:var(--ink)} /* self-contained contrast: white card must pin its own text even inside dark bands */
.rates-table td .per{color:var(--muted)}
.rates-table thead th{background:var(--ink);color:var(--gold);font-family:'Teko';font-weight:600;
  text-transform:uppercase;font-size:1.15rem;letter-spacing:.04em}
.rates-table td.price{font-weight:700;color:var(--ink);white-space:nowrap}
.rates-table td .per{font-size:.8rem;color:var(--muted);font-weight:400}
.rates-table tr:last-child td{border-bottom:none}
.table-scroll{overflow-x:auto;-webkit-overflow-scrolling:touch}
.rate-note{font-size:.9rem;color:var(--muted);margin-top:.8rem}
.on-dark .rate-note{color:var(--muted-dark)}

/* pricing card lists (rates page) */
.price-card{background:var(--white);border:1px solid var(--line);border-radius:var(--radius);overflow:hidden;text-align:center}
.price-card .ph{background:var(--navy);color:#fff;padding:1rem .8rem .7rem}
.price-card .ph .sz{font-family:'Teko';font-weight:600;font-size:2rem;line-height:1}
.price-card .amount{font-family:'Teko';font-weight:700;font-size:2.6rem;color:var(--ink);padding-top:.7rem;line-height:1}
.price-card .amount span{font-family:'Public Sans';font-size:.85rem;font-weight:600;color:var(--muted)}
.price-card .meta{padding:.4rem 1rem 1.2rem;color:var(--muted);font-size:.92rem}

/* locations */
.loc-card{background:var(--white);border:1px solid var(--line);border-radius:var(--radius);padding:1.7rem;display:flex;flex-direction:column;gap:.7rem}
.loc-card .addr{font-weight:700;color:var(--orange-deep)}
.loc-card p{color:var(--muted);font-size:.97rem;flex:1}
.loc-card .feat{display:flex;flex-wrap:wrap;gap:.45rem}
.loc-card .feat span{border:1px solid var(--line);border-radius:999px;padding:.22rem .7rem;font-size:.8rem;font-weight:600;color:var(--ink);background:var(--paper)}

/* gallery */
.gallery{display:grid;grid-template-columns:repeat(3,1fr);gap:.9rem}
.gallery img{border-radius:8px;object-fit:cover;width:100%;height:230px}
@media (max-width:820px){.gallery{grid-template-columns:repeat(2,1fr)}.gallery img{height:170px}}
@media (max-width:520px){.gallery{grid-template-columns:1fr}.gallery img{height:210px}}

/* testimonials */
.quote{background:var(--white);border:1px solid var(--line);border-left:4px solid var(--gold);border-radius:8px;padding:1.35rem 1.5rem}
.quote p{font-size:.98rem;color:var(--ink-soft)}
.quote cite{display:block;margin-top:.7rem;font-style:normal;font-weight:700;color:var(--orange-deep);font-size:.9rem}

/* news cards */
.news-card{display:flex;flex-direction:column;background:var(--white);border:1px solid var(--line);border-radius:var(--radius);overflow:hidden;text-decoration:none;color:var(--ink)}
.news-card img{height:190px;object-fit:cover;width:100%}
.news-card .pad{padding:1.2rem 1.3rem 1.5rem}
.news-card .date{font-size:.8rem;color:var(--muted);letter-spacing:.06em;text-transform:uppercase;font-weight:600}
.news-card h3{margin:.35rem 0 .4rem}
.news-card p{color:var(--muted);font-size:.94rem}

/* article */
.article{max-width:760px;margin:0 auto}
.article .entry p{margin:0 0 1.15rem}
.article .entry h2,.article .entry h3,.article .entry h4{margin:1.8rem 0 .7rem}
.article .entry ul,.article .entry ol{margin:0 0 1.15rem 1.4rem}
.article .entry img{border-radius:8px;margin:1.2rem 0}
.article .meta{color:var(--muted);font-size:.92rem;margin:.6rem 0 2rem}

/* page hero (subpages) */
.page-hero{position:relative;color:#fff;padding:5.2rem 0 3.6rem;background:var(--navy);overflow:hidden}
.page-hero .bg{position:absolute;inset:0;background-size:cover;background-position:center;opacity:.28}
.page-hero .wrap{position:relative}
.page-hero .kicker{color:var(--gold)}
.page-hero p.sub{max-width:62ch;color:#dfe5f0;margin-top:.7rem}

/* footer */
footer{background:var(--ink);color:#d9d5c8;padding:3.6rem 0 5.5rem;font-size:.95rem}
footer h3{color:var(--gold);font-size:1.35rem;margin-bottom:.7rem}
footer a{color:#f0ede3}
footer .cols{display:grid;grid-template-columns:repeat(4,1fr);gap:2rem}
@media (max-width:900px){footer .cols{grid-template-columns:repeat(2,1fr)}}
@media (max-width:540px){footer .cols{grid-template-columns:1fr}}
footer ul{list-style:none}
footer li{margin:.3rem 0}
footer .brandline{margin-top:2.6rem;padding-top:1.4rem;border-top:1px solid rgba(255,255,255,.14);display:flex;gap:1rem;align-items:center;flex-wrap:wrap}
footer .brandline img{height:36px;width:auto}

/* sticky mobile call bar */
.callbar{display:none}
@media (max-width:760px){
  .callbar{display:flex;position:fixed;bottom:0;left:0;right:0;z-index:70;background:var(--ink);border-top:2px solid var(--gold)}
  .callbar a{flex:1;text-align:center;padding:.95rem .5rem;color:#fff;text-decoration:none;font-weight:700;font-size:.95rem;min-height:44px}
  .callbar a.gold{background:var(--gold);color:var(--ink)}
  body{padding-bottom:58px}
}

/* ---------- estimate wizard ---------- */
.wizard{max-width:860px;margin:0 auto}
.wiz-top{display:flex;align-items:center;gap:1.6rem;margin-bottom:2rem;flex-wrap:wrap}
.wiz-ring{width:110px;height:110px;position:relative;flex:0 0 110px}
.wiz-ring svg{width:100%;height:100%;overflow:visible}
.wiz-ring .track{fill:none;stroke:var(--line);stroke-width:4}
.wiz-ring .q{fill:none;stroke:var(--gold);stroke-width:6;stroke-linecap:round;transform:rotate(-90deg);transform-origin:center;
  stroke-dasharray:0 339.3;transition:stroke-dasharray .7s ease}
.wiz-ring .tick{stroke:var(--muted);stroke-width:3;stroke-linecap:round}
.wiz-ring .sun{position:absolute;inset:0;display:flex;align-items:center;justify-content:center;opacity:.25;transition:opacity .6s ease}
.wiz-ring .sun img{width:46px;height:auto}
.wiz-ring.done .sun{opacity:1}
@media (prefers-reduced-motion: reduce){.wiz-ring .q{transition:none}}
.wiz-steps{display:flex;gap:.4rem;flex-wrap:wrap;flex:1;min-width:230px}
.wiz-steps span{font-size:.8rem;font-weight:700;letter-spacing:.05em;text-transform:uppercase;color:var(--muted);
  border:1.5px solid var(--line);border-radius:999px;padding:.3rem .8rem;background:var(--white)}
.wiz-steps span.active{border-color:var(--gold);color:var(--ink);background:var(--gold-soft)}
.wiz-steps span.done{border-color:var(--gold);color:var(--orange-deep)}
.wiz-panel{background:var(--white);border:1px solid var(--line);border-radius:var(--radius);padding:2rem;box-shadow:var(--shadow)}
.wiz-panel h2{margin-bottom:1.1rem}
.opt-grid{display:grid;gap:.9rem;grid-template-columns:repeat(auto-fit,minmax(220px,1fr))}
.opt{position:relative;border:2px solid var(--line);border-radius:10px;padding:1.1rem 1.2rem;cursor:pointer;background:var(--paper);
  display:flex;flex-direction:column;gap:.3rem;text-align:left;font:inherit;color:var(--ink);min-height:44px}
.opt:hover{border-color:var(--gold)}
.opt.sel{border-color:var(--gold);background:var(--gold-soft);box-shadow:0 4px 14px rgba(200,160,64,.25)}
.opt .t{font-family:'Teko';font-weight:600;text-transform:uppercase;font-size:1.45rem;line-height:1}
.opt .d{font-size:.88rem;color:var(--muted)}
.opt .pr{font-weight:700;color:var(--orange-deep)}
.opt[disabled]{opacity:.55;cursor:not-allowed}
.opt[disabled]:hover{border-color:var(--line)}
.wiz-nav{display:flex;justify-content:space-between;margin-top:1.6rem;gap:1rem;flex-wrap:wrap}
.stepper{display:flex;align-items:center;gap:1rem;margin:.8rem 0 1.2rem}
.stepper button{width:52px;height:52px;border-radius:50%;border:2px solid var(--ink);background:var(--white);
  font-size:1.5rem;font-weight:700;cursor:pointer;color:var(--ink)}
.stepper button:hover{background:var(--gold);border-color:var(--gold)}
.stepper output{font-family:'Teko';font-weight:700;font-size:3rem;min-width:90px;text-align:center;line-height:1}
.stepper .unit{font-family:'Public Sans';font-size:1rem;color:var(--muted);font-weight:600}
.quote-card{border:2px solid var(--gold);border-radius:var(--radius);background:var(--white);overflow:hidden}
.quote-card .qh{background:var(--ink);color:var(--gold);padding:1rem 1.5rem;font-family:'Teko';font-weight:600;
  text-transform:uppercase;font-size:1.5rem;letter-spacing:.03em}
.quote-card .qb{padding:1.5rem}
.quote-line{display:flex;justify-content:space-between;gap:1rem;padding:.5rem 0;border-bottom:1px dashed var(--line);font-size:1rem}
.quote-line.total{border-bottom:none;font-weight:800;font-size:1.35rem;padding-top:.9rem}
.quote-line.total .amt{font-family:'Teko';font-size:2.3rem;color:var(--orange-deep);line-height:1}
.est-note{font-size:.88rem;color:var(--muted);margin-top:1rem}
.quote-ctas{display:flex;flex-direction:column;gap:.7rem;margin-top:1.4rem}
.quote-ctas .btn{text-align:center}
.privacy-note{font-size:.85rem;color:var(--muted);margin-top:1.2rem}
.hidden{display:none !important}

/* responsive splits */
.split{display:grid;grid-template-columns:1fr 1fr;gap:2.5rem;align-items:center}
.split-wide{grid-template-columns:1.4fr 1fr}
.split-start{align-items:start}
@media (max-width:840px){.split,.split.split-wide{grid-template-columns:1fr}}
.sg-card{display:grid;grid-template-columns:150px 1fr;gap:1.4rem;align-items:center}
@media (max-width:560px){.sg-card{grid-template-columns:1fr}.sg-card img{max-width:180px}}
.band-ink .kicker{color:var(--gold)}
.band-ink a{color:var(--gold-bright)}
.quote cite{display:flex;align-items:center;gap:.5rem}
.quote cite img{width:26px;height:26px;border-radius:50%}
