/* ==========================================================================
   Bedrock Coatings, bedrockcoating.com
   Design system. Hex values and type scale are locked to brand.md.
   ========================================================================== */

:root{
  --ink:#15181B;          /* headings, primary buttons */
  --dark:#14181C;         /* dark sections, footer */
  --steel:#4E7CA6;        /* accent, links, icons */
  --steel-dk:#35618A;     /* hover blue */
  --sky:#A9C4DA;          /* light blue on dark */
  --tint:#EAF1F7;         /* pale blue callouts */
  --mist:#F3F6F8;         /* light grey sections */
  --line:#E2E7EC;         /* borders */
  --line-tint:#D3DFE9;    /* borders inside tinted callouts */
  --body:#59636E;         /* body text */
  --body-dk:#3A434C;      /* article body text */
  --on-dark:#C7CFD6;      /* text on dark */
  --ease:cubic-bezier(.16,1,.3,1);
}

/* --- base ---------------------------------------------------------------- */

*,*::before,*::after{box-sizing:border-box}
html{scroll-behavior:smooth}
html,body{margin:0;padding:0}
body{
  font-family:'Archivo',sans-serif;
  color:var(--ink);background:#fff;
  -webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;
  /* Reveal animations start 26px off-axis; clip stops that causing a sideways
     nudge on phones. `clip` rather than `hidden` so the sticky header survives. */
  overflow-x:clip;
}
html{overflow-x:clip}
@supports not (overflow-x:clip){html,body{overflow-x:hidden}}
img{max-width:100%;height:auto}
a{color:var(--steel-dk)}
a:hover{color:var(--ink)}
:focus-visible{outline:2px solid var(--steel);outline-offset:3px;border-radius:4px}

.skip-link{position:absolute;left:-9999px;top:0;z-index:200;background:var(--ink);color:#fff;
  padding:12px 18px;border-radius:0 0 8px 0;font-weight:600;font-size:14px;text-decoration:none}
.skip-link:focus{left:0;color:#fff}

@media (prefers-reduced-motion:reduce){
  html{scroll-behavior:auto}
  *,*::before,*::after{animation-duration:.01ms!important;animation-iteration-count:1!important;
    transition-duration:.01ms!important}
}

/* --- layout -------------------------------------------------------------- */

.container{max-width:1296px;margin:0 auto;padding:0 28px}  /* 1240 content + 2x28 */
.container--md{max-width:1056px}
.container--sm{max-width:936px}
.container--legal{max-width:876px}
.container--post{max-width:836px}
@media (max-width:820px){.container{padding:0 20px}}

.section{padding:80px 0}
.section--intro{padding:72px 0 64px}
.section--96{padding:96px 0}
.section--92{padding:92px 0}
.section--88{padding:88px 0}
.section--84{padding:84px 0}
.section--72{padding:72px 0}
.section--64{padding:64px 0}
.section--56{padding:56px 0}
.section--post{padding:64px 0 88px}
.section--legal{padding:72px 0 92px}
.section--contact{padding:72px 0 92px}
.section--map{padding:56px 0 72px}
.section--feature{padding:64px 0 0}
.section--grey{background:var(--mist)}
.section--tint{background:var(--tint)}
.section--dark{background:var(--dark);color:#fff}

.stack{display:flex;flex-direction:column}
.row{display:flex;align-items:center;flex-wrap:wrap}
.row--between{justify-content:space-between}
.row--baseline{align-items:baseline}
.row--center{justify-content:center}
.center{align-items:center;text-align:center}

.grid{display:grid}
/* Grid items default to min-width:auto, which lets a wide child (an image with
   width attributes, a long unbroken string) blow the track out past the page. */
.grid>*{min-width:0}
.cols-2{grid-template-columns:1fr 1fr}
.cols-2-wide{grid-template-columns:1.05fr .95fr}
.cols-2-form{grid-template-columns:.9fr 1.1fr}
.cols-3{grid-template-columns:repeat(3,1fr)}
.cols-4{grid-template-columns:repeat(4,1fr)}
.cols-5{grid-template-columns:repeat(5,1fr)}
.cols-picker{grid-template-columns:370px 1fr}
.middle{align-items:center}
.top{align-items:start}

.g4{gap:4px}.g6{gap:6px}.g8{gap:8px}.g10{gap:10px}.g12{gap:12px}.g14{gap:14px}
.g16{gap:16px}.g18{gap:18px}.g20{gap:20px}.g22{gap:22px}.g24{gap:24px}.g26{gap:26px}
.g28{gap:28px}.g32{gap:32px}.g34{gap:34px}.g36{gap:36px}.g52{gap:52px}.g60{gap:60px}
.gx26-32{gap:26px 32px}
.g16-14{gap:16px 14px}

@media (max-width:1024px){
  .cols-picker{grid-template-columns:300px 1fr}
}
@media (max-width:820px){
  .cols-2,.cols-2-wide,.cols-2-form,.cols-3,.cols-picker{grid-template-columns:1fr}
  .cols-4,.cols-5{grid-template-columns:repeat(2,1fr)}
  .g60{gap:32px}.g52{gap:36px}
}
@media (max-width:560px){
  .cols-4,.cols-5{grid-template-columns:repeat(2,1fr)}
}

/* --- typography ---------------------------------------------------------- */

.display{margin:0;font-family:'Archivo Black','Archivo',sans-serif;line-height:1.06;text-transform:uppercase}
.s62{font-size:62px;line-height:1.02;letter-spacing:.005em}
.s56{font-size:56px;line-height:1.04}
.s52{font-size:52px;line-height:1.04}
.s50{font-size:50px;line-height:1.04}
.s46{font-size:46px;line-height:1.05}
.s44{font-size:44px}
.s42{font-size:42px;line-height:1.08}
.s42.tight{line-height:1.05}
.s38{font-size:38px}
.s34{font-size:34px}
.s34.loose{line-height:1.08}
.s32{font-size:32px;line-height:1.1}
.s30{font-size:30px;line-height:1.1}
.s28{font-size:28px;line-height:1.1}
.s27{font-size:27px;line-height:1.1}
.s21{font-size:21px}

.price{font-family:'Archivo Black','Archivo',sans-serif;line-height:1}
.price--110{font-size:110px}
.price--96{font-size:96px}
.price--44{font-size:44px}
.price--26{font-size:26px;white-space:nowrap}
.price--22{font-size:22px;white-space:nowrap}
.price__unit{font-size:20px;font-weight:600;color:var(--sky)}
.price__unit--lg{font-size:22px;font-weight:600;color:var(--sky)}
.price__unit--dark{font-size:17px;font-weight:600;color:var(--body)}
.price__unit--sm{font-size:15px;font-weight:400;font-family:'Archivo',sans-serif;color:var(--sky)}
.price__unit--sm-steel{font-size:14px;font-weight:400;font-family:'Archivo',sans-serif;color:var(--steel-dk)}

.eyebrow{margin:0;font-weight:700;font-size:12px;letter-spacing:.16em;color:var(--steel-dk)}
.eyebrow--sky{color:var(--sky)}
.eyebrow--tight{font-size:12px;letter-spacing:.14em}
.eyebrow--xs{font-weight:700;font-size:11px;letter-spacing:.14em;color:var(--body)}
.eyebrow--slot{font-weight:700;font-size:10.5px;letter-spacing:.14em;color:var(--steel-dk)}

.lead{margin:0;font-size:17.5px;line-height:1.65;color:var(--body)}
.copy{margin:0;font-size:16px;line-height:1.7;color:var(--body)}
.copy--sm{font-size:15px;line-height:1.6}
.copy--xs{font-size:14.5px;line-height:1.6}
.copy--note{margin:0;font-size:13.5px;line-height:1.6;color:var(--body)}
.caption{margin:0;font-size:13px;color:var(--body)}
.lead--dark{color:var(--on-dark)}          /* after .copy so it wins on dark sections */
.lh-normal{line-height:normal}
.lh-160{line-height:1.6}
.lh-165{line-height:1.65}
.h3{margin:0;font-size:20px;font-weight:700}
.h3--sm{font-size:18px}
.h3--xs{font-size:17px}
.max-46{max-width:46ch}.max-44{max-width:44ch}.max-48{max-width:48ch}.max-50{max-width:50ch}
.max-52{max-width:52ch}.max-54{max-width:54ch}.max-56{max-width:56ch}.max-60{max-width:60ch}
.max-62{max-width:62ch}.max-70{max-width:70ch}.max-19{max-width:19ch}
.max-20{max-width:20ch}

@media (max-width:1024px){
  .price--110{font-size:84px}
  .price--96{font-size:76px}
}
@media (max-width:820px){
  .s62,.s56,.s52,.s50{font-size:clamp(32px,8.5vw,42px)}
  .s46,.s44,.s42{font-size:clamp(30px,7.5vw,36px)}
  .s38,.s34,.s32{font-size:clamp(25px,6.5vw,30px)}
  .price--110{font-size:64px}
  .price--96{font-size:60px}
}

/* --- buttons and links --------------------------------------------------- */

.btn{
  display:inline-block;font-family:inherit;font-weight:600;font-size:15px;line-height:1.25;
  padding:14px 26px;border-radius:8px;text-decoration:none;white-space:nowrap;border:0;cursor:pointer;
  transition:transform .18s ease,box-shadow .18s ease,background-color .18s ease,color .15s ease;
}
.btn--lg{font-size:15.5px;padding:16px 28px}
.btn--sm{padding:13px 24px}
.btn--block{display:block;text-align:center;padding:15px 24px}

.btn--dark{background:var(--ink);color:#fff}
.btn--dark:hover{background:var(--steel-dk);color:#fff;transform:translateY(-2px);
  box-shadow:0 10px 22px rgba(21,24,27,.20)}

.btn--white{background:#fff;color:var(--ink)}
.btn--white:hover{background:var(--sky);color:var(--ink);transform:translateY(-2px);
  box-shadow:0 10px 22px rgba(0,0,0,.30)}
.hero .btn--white:hover{box-shadow:0 10px 26px rgba(0,0,0,.35)}

.btn--outline{background:#fff;color:var(--ink);border:1.5px solid var(--ink);padding:14px 26px}
.btn--outline.btn--lg{padding:14.5px 26px}
.btn--outline.btn--sm{padding:13px 24px}
.btn--outline:hover{background:var(--mist);color:var(--ink);transform:translateY(-2px);
  box-shadow:0 10px 22px rgba(21,24,27,.10)}
.btn--outline-fill:hover{background:var(--ink);color:#fff;transform:translateY(-2px);
  box-shadow:0 10px 22px rgba(21,24,27,.20)}
.btn--outline-steel:hover{background:#fff;color:var(--steel-dk);transform:translateY(-2px);
  box-shadow:0 10px 22px rgba(21,24,27,.10)}

.btn--ghost{background:rgba(255,255,255,.06);color:#fff;border:1.5px solid rgba(255,255,255,.65);
  font-size:15.5px;padding:14.5px 26px}
.btn--ghost:hover{background:rgba(255,255,255,.16);color:#fff;transform:translateY(-2px)}

.arrow{font-weight:600;font-size:15px;text-decoration:none;color:var(--steel-dk);display:inline-block;
  transition:transform .2s ease,color .15s ease}
.arrow:hover{color:var(--ink);transform:translateX(4px)}
.arrow--sm{font-size:14.5px}
.arrow--xs{font-size:14px}
.arrow--back:hover{transform:translateX(-4px)}
.arrow--sky{color:var(--sky)}
.arrow--sky:hover{color:#fff}

.tel-lg{font-family:'Archivo Black','Archivo',sans-serif;font-size:26px;color:var(--ink);text-decoration:none}
.tel-lg:hover{color:var(--steel-dk)}
.tel-lg--xl{font-size:30px}
.plain-link{color:var(--steel-dk);text-decoration:none;font-weight:600}
.plain-link:hover{color:var(--ink)}

/* --- media --------------------------------------------------------------- */

.photo{display:block;overflow:hidden;border-radius:12px;border:1px solid var(--line);transform:translateZ(0)}
.photo img{width:100%;height:100%;object-fit:cover;display:block;
  transition:transform .6s var(--ease)}
.photo:hover img{transform:scale(1.05)}
.photo--lg{border-radius:14px}
.photo--static:hover img{transform:none}
.tile{width:100%;aspect-ratio:1/1;object-fit:cover;border-radius:10px;display:block}
.ar-1 img,img.ar-1{aspect-ratio:1/1}
.ar-43 img,img.ar-43{aspect-ratio:4/3}
.ar-169 img,img.ar-169{aspect-ratio:16/9}
.ar-1610 img,img.ar-1610{aspect-ratio:16/10}

/* --- surfaces ------------------------------------------------------------ */

.card{background:#fff;border:1px solid var(--line);border-radius:14px}
.card--pad{padding:30px 32px}
.card--pad-lg{padding:34px 36px}
.card--lift{transition:transform .25s ease,box-shadow .25s ease,border-color .25s ease}
.card--lift:hover{transform:translateY(-4px);box-shadow:0 14px 30px rgba(21,24,27,.10);
  border-color:var(--sky)}

.callout{background:var(--tint);border-radius:12px;padding:20px 24px}
.callout--lg{padding:26px 30px}
.callout--form{border:1px solid var(--line-tint);padding:16px 20px;display:flex;gap:12px;align-items:flex-start}
.callout--form svg{flex-shrink:0;margin-top:1px}
.callout__text{font-size:14px;line-height:1.6;color:var(--body-dk)}
.callout__text strong{color:var(--ink)}

.panel-dark{background:rgba(255,255,255,.05);border:1px solid rgba(255,255,255,.14);
  border-radius:12px;padding:30px 32px}
.panel-dark--lg{border-radius:14px;padding:32px 34px}
.panel-dashed{border:1px dashed rgba(169,196,218,.5);border-radius:12px;padding:22px 32px;
  display:flex;gap:18px;align-items:baseline}
.panel-dashed strong{color:#fff}

.cta-band{background:var(--dark);color:#fff;border-radius:14px;padding:32px 34px;
  display:flex;justify-content:space-between;align-items:center;gap:24px;flex-wrap:wrap}
.cta-band__title{font-family:'Archivo Black','Archivo',sans-serif;font-size:22px;text-transform:uppercase}
.cta-band__sub{font-size:14.5px;color:var(--on-dark)}

.icon-badge{display:inline-flex;width:38px;height:38px;border-radius:10px;background:#fff;
  border:1px solid #DCE4EB;align-items:center;justify-content:center;flex-shrink:0}
.icon-badge--lg{width:52px;height:52px;border-radius:12px;background:var(--tint);border:0}
.step-num{font-family:'Archivo Black','Archivo',sans-serif;font-size:15px;color:var(--steel-dk)}
.step-num--lg{font-size:28px}

.checks{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:12px;
  font-size:15.5px;line-height:1.5}
.checks--roomy{gap:14px}
.checks li{display:flex;gap:12px}
.checks svg{flex-shrink:0;margin-top:3px}

.spec{display:grid;grid-template-columns:repeat(4,1fr);gap:20px;background:var(--mist);
  border-radius:14px;padding:26px 30px}
.spec__label{font-weight:700;font-size:11px;letter-spacing:.14em;color:var(--body)}
.spec__value{font-weight:700;font-size:17px}
@media (max-width:820px){.spec{grid-template-columns:repeat(2,1fr)}}

.split-row{display:flex;justify-content:space-between;gap:16px;font-size:15.5px}
.split-row--ruled{border-bottom:1px solid var(--line);padding-bottom:10px}
.split-row--ruled-tint{border-bottom:1px solid var(--line-tint);padding-bottom:10px}
.split-row--total{font-size:17px}
.split-row--total span{font-weight:600}
.split-row span{color:var(--body)}
.split-row--total strong{color:var(--steel-dk)}

/* --- header -------------------------------------------------------------- */

.site-header{position:sticky;top:0;z-index:60;background:rgba(255,255,255,.86);
  backdrop-filter:saturate(1.4) blur(12px);-webkit-backdrop-filter:saturate(1.4) blur(12px);
  border-bottom:1px solid var(--line);transition:box-shadow .25s ease}
.site-header__inner{max-width:1280px;margin:0 auto;padding:10px 20px;min-height:60px;
  display:flex;align-items:center;justify-content:space-between;gap:12px;flex-wrap:wrap}
.site-header__logo{display:flex;align-items:center;flex-shrink:0;text-decoration:none}
.site-header__logo img{height:40px;width:auto;display:block}
.site-nav{display:flex;align-items:center;gap:6px 14px;flex-wrap:wrap;min-width:0;justify-content:center}
.site-nav a{font-weight:600;font-size:12px;letter-spacing:.08em;text-decoration:none;
  padding:8px 1px 6px;border-bottom:2px solid transparent;color:var(--ink);white-space:nowrap;
  transition:color .15s ease,border-color .15s ease}
.site-nav a:hover{color:var(--steel-dk);border-color:var(--sky)}
.site-nav a[aria-current="page"]{color:var(--steel-dk);border-color:var(--steel)}
.site-header__actions{display:flex;align-items:center;gap:14px;flex-shrink:0}
.nav-toggle{display:none;height:40px;align-items:center;justify-content:center;gap:7px;
  padding:0 12px;border:1px solid var(--line);border-radius:8px;background:#fff;cursor:pointer;
  color:var(--ink);font-family:inherit}
.nav-toggle__label{font-weight:700;font-size:11px;letter-spacing:.1em}
.nav-toggle .l-close{display:none}
.nav-open .nav-toggle .l-menu{display:none}
.nav-open .nav-toggle .l-close{display:inline}
.nav-toggle:hover{border-color:var(--sky);color:var(--steel-dk)}
.nav-toggle .i-close{display:none}
.nav-open .nav-toggle .i-burger{display:none}
.nav-open .nav-toggle .i-close{display:block}
.site-nav a.site-nav__tel{display:none}
.header-tel{font-weight:700;font-size:14px;color:var(--ink);text-decoration:none;white-space:nowrap}
.header-tel:hover{color:var(--steel-dk)}
.header-cta{font-size:12.5px;letter-spacing:.06em;padding:11px 18px}
@media (max-width:820px){
  .nav-toggle{display:inline-flex}
  .site-header__inner{flex-wrap:nowrap}
  .site-nav{display:none;position:absolute;top:100%;left:0;right:0;background:#fff;
    border-bottom:1px solid var(--line);box-shadow:0 20px 34px rgba(21,24,27,.12);
    flex-direction:column;align-items:stretch;gap:0;padding:6px 0 10px}
  .nav-open .site-nav{display:flex}
  .site-nav a{padding:14px 22px;font-size:13px;border-bottom:0}
  .site-nav a[aria-current="page"]{color:var(--steel-dk);background:var(--tint)}
  .site-nav a.site-nav__tel{display:block;margin:6px 16px 4px;text-align:center;background:var(--ink);
    color:#fff;font-weight:700;font-size:14px;letter-spacing:.02em;padding:13px 16px;
    border-radius:8px;text-decoration:none}
  .site-nav a.site-nav__tel:hover{color:#fff;background:var(--steel-dk)}
}
@media (max-width:820px){.header-tel{display:none}}
/* the panel's call button covers calling while the menu is open */
.menu-open .callbar{display:none!important}

/* --- footer and mobile call bar ------------------------------------------ */

.site-footer{background:var(--dark);color:var(--on-dark)}
.site-footer__top{max-width:1296px;margin:0 auto;padding:64px 28px 48px;display:grid;
  grid-template-columns:1.5fr 1fr 1fr 1.3fr;gap:44px}
.site-footer__logo{height:42px;width:auto;align-self:flex-start}
.site-footer__blurb{margin:0;font-size:14.5px;line-height:1.65;color:#9AA5B0;max-width:34ch}
.site-footer__meta{margin:0;font-size:13px;color:#7E8994}
.site-footer h2{font-weight:700;font-size:11px;letter-spacing:.16em;color:#7E8994;margin:0;
  font-family:'Archivo',sans-serif;text-transform:none}
.site-footer nav{display:flex;flex-direction:column;gap:12px}
.site-footer nav a{color:var(--sky);text-decoration:none;font-size:14.5px}
.site-footer nav a:hover{color:#fff}
.site-footer__tel{color:#fff;text-decoration:none;font-family:'Archivo Black','Archivo',sans-serif;
  font-size:22px}
.site-footer__tel:hover{color:var(--sky)}
.site-footer__hint{font-size:13px;color:#9AA5B0;margin-top:-6px}
.site-footer__mail{color:var(--sky);text-decoration:none;font-size:14.5px}
.site-footer__mail:hover{color:#fff}
.site-footer__area{margin:6px 0 0;font-size:13.5px;line-height:1.6;color:#9AA5B0}
.site-footer__bottom{border-top:1px solid rgba(255,255,255,.12)}
.site-footer__bottom-inner{max-width:1296px;margin:0 auto;padding:20px 28px;display:flex;
  justify-content:space-between;align-items:center;gap:16px;flex-wrap:wrap}
.site-footer__copy{font-size:13px;color:#7E8994}
.site-footer__legal{display:flex;gap:22px}
.site-footer__legal a{color:#9AA5B0;text-decoration:none;font-size:13px}
.site-footer__legal a:hover{color:#fff}
@media (max-width:820px){
  .site-footer__top{grid-template-columns:1fr 1fr;padding-left:20px;padding-right:20px}
  .site-footer__bottom-inner{padding-left:20px;padding-right:20px}
  .site-footer{padding-bottom:76px}
}
@media (max-width:560px){.site-footer__top{grid-template-columns:1fr}}

.callbar{display:none;position:fixed;left:0;right:0;bottom:0;z-index:90;
  background:rgba(20,24,28,.97);backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);
  border-top:1px solid rgba(255,255,255,.14);padding:10px 14px;gap:10px}
.callbar a{flex:1;text-align:center;font-weight:700;font-size:14.5px;border-radius:8px;
  text-decoration:none;white-space:nowrap}
.callbar__call{background:rgba(255,255,255,.08);color:#fff;border:1.5px solid rgba(255,255,255,.55);
  padding:13px 10px}
.callbar__quote{background:#fff;color:var(--ink);padding:14.5px 10px}
@media (max-width:820px){.callbar{display:flex}}

/* --- home: hero ---------------------------------------------------------- */

.hero{position:relative;background:var(--dark);overflow:hidden}
.hero__img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}
.hero__scrim{position:absolute;inset:0;background:linear-gradient(to bottom,
  rgba(20,24,28,.30) 0%,rgba(20,24,28,.42) 50%,rgba(20,24,28,.88) 100%)}
.hero__inner{position:relative;max-width:1296px;margin:0 auto;padding:170px 28px 84px;
  min-height:min(80vh,780px);display:flex;flex-direction:column;justify-content:flex-end;gap:24px}
.hero .eyebrow{font-size:12.5px}
.hero__title{color:#fff}
.hero__title span{color:var(--sky)}
.hero__sub{margin:0;font-size:18.5px;line-height:1.65;color:#D9E2EA}
.trust{display:flex;gap:22px;align-items:center;font-size:13px;font-weight:600;letter-spacing:.04em;
  color:var(--on-dark);flex-wrap:wrap;margin:0;padding:0;list-style:none}
.trust li{display:inline-flex;align-items:center;gap:7px}
.pill{display:inline-flex;align-items:center;gap:8px;background:rgba(169,196,218,.14);
  border:1px solid rgba(169,196,218,.45);border-radius:999px;padding:9px 18px;font-size:13.5px;
  font-weight:600;color:#fff;text-decoration:none;transition:background-color .18s ease}
.pill:hover{background:rgba(169,196,218,.28);color:#fff}
.pill span{color:var(--sky)}
@media (max-width:820px){.hero__inner{padding:120px 20px 56px}}

/* --- home: services ticker ----------------------------------------------- */

@keyframes bk-marquee{from{transform:translateX(0)}to{transform:translateX(-50%)}}
.ticker{background:var(--ink);border-top:1px solid rgba(255,255,255,.10);overflow:hidden}
.ticker__track{display:flex;width:max-content;animation:bk-marquee 30s linear infinite}
.ticker:hover .ticker__track,.ticker:focus-within .ticker__track{animation-play-state:paused}
.ticker__group{display:flex;align-items:center;gap:36px;padding:15px 18px;flex-shrink:0}
.ticker a{color:var(--on-dark);font-weight:600;font-size:12.5px;letter-spacing:.14em;
  text-decoration:none;white-space:nowrap;transition:color .15s ease}
.ticker a:hover{color:#fff}
.ticker__sep{color:var(--steel);font-size:11px}
@media (prefers-reduced-motion:reduce){.ticker__track{animation:none}}

/* --- home: reviews and quote --------------------------------------------- */

.reviews__widget{min-width:100%;width:100%;border:none;min-height:280px}
.quote-form{width:100%;height:680px;border:1px solid var(--line);border-radius:14px}
.quote-form--tall{height:720px}
.sticky-aside{position:sticky;top:110px}
.quote-grid{display:grid;grid-template-columns:.9fr 1.1fr;grid-template-rows:auto 1fr;
  grid-template-areas:"intro form" "aside form";column-gap:60px;row-gap:26px;align-items:start}
.quote-grid__intro{grid-area:intro}
.quote-grid__form{grid-area:form}
.quote-grid__aside{grid-area:aside}
.map-embed{width:100%;height:380px;border:1px solid var(--line);border-radius:14px}
@media (max-width:820px){
.sticky-aside{position:static}
.quote-grid{grid-template-columns:1fr;grid-template-rows:none;
  grid-template-areas:"intro" "form" "aside";column-gap:0;row-gap:20px}
/* land visitors on the form, not on padding */
.section--contact{padding-top:40px}
#quote.section--92{padding-top:56px;padding-bottom:56px}
}
@media (max-width:560px){.quote-form,.quote-form--tall{height:620px}}

/* --- flake picker -------------------------------------------------------- */

.picker__chips{display:flex;gap:10px;flex-wrap:wrap}
.chip{font-family:inherit;font-weight:600;font-size:12px;letter-spacing:.07em;padding:9px 16px;
  border-radius:999px;cursor:pointer;background:#fff;color:var(--body);border:1px solid var(--line);
  transition:background-color .2s ease,color .2s ease,border-color .2s ease}
.chip:hover{border-color:var(--sky);color:var(--ink)}
.chip[aria-pressed="true"]{background:var(--ink);color:#fff;border-color:var(--ink)}
.swatch{display:flex;flex-direction:column;gap:7px;cursor:pointer;background:none;border:0;
  padding:0;font-family:inherit;text-align:center}
.swatch__frame{overflow:hidden;border-radius:10px;border:1px solid var(--line);transform:translateZ(0)}
.swatch img{width:100%;aspect-ratio:1/1;object-fit:cover;display:block;
  transition:transform .5s var(--ease)}
.swatch:hover img{transform:scale(1.07)}
.swatch__name{font-weight:600;font-size:11px;letter-spacing:.08em;color:var(--ink)}
.swatch[aria-pressed="true"] .swatch__frame{outline:3px solid var(--steel);outline-offset:2px}
.swatch[aria-pressed="true"] .swatch__name{color:var(--steel-dk)}
.picker__preview{overflow:hidden;border-radius:14px;border:1px solid var(--line);
  box-shadow:0 18px 44px rgba(21,24,27,.10)}
.picker__preview img{width:100%;aspect-ratio:1/1;object-fit:cover;display:block}
.picker__aside{position:sticky;top:104px}
@media (max-width:820px){.picker__aside{position:static}}

/* --- blog ---------------------------------------------------------------- */

.post-card{display:flex;flex-direction:column;gap:14px;text-decoration:none;color:var(--ink);
  transition:transform .25s ease}
.post-card:hover{transform:translateY(-4px);color:var(--ink)}
.post-card__meta{display:flex;gap:10px;align-items:center;font-size:12px;font-weight:700;
  letter-spacing:.1em;color:var(--steel-dk)}
.post-card__date{color:var(--body);font-weight:500;letter-spacing:0}
.post-card h2{margin:0;font-size:22px;font-weight:700;line-height:1.3}
.post-card__more{font-weight:600;font-size:14.5px;color:var(--steel-dk)}

.post__meta{display:flex;gap:12px;align-items:center;font-size:12.5px;font-weight:700;
  letter-spacing:.1em;color:var(--steel-dk)}
.post__byline{color:var(--body);font-weight:500;letter-spacing:0}
.post h2{margin:12px 0 -8px;font-size:24px;font-weight:700}
.post p{margin:0;font-size:16.5px;line-height:1.75;color:var(--body-dk)}
.post__intro{font-size:18px!important;line-height:1.7!important}

.feature-card{position:relative;display:block;border-radius:14px;overflow:hidden;
  text-decoration:none;transform:translateZ(0);transition:transform .25s ease,box-shadow .25s ease}
.feature-card:hover{transform:translateY(-4px);box-shadow:0 18px 40px rgba(21,24,27,.18)}
.feature-card img{width:100%;aspect-ratio:16/9;object-fit:cover;display:block}
.feature-card__scrim{position:absolute;inset:0;
  background:linear-gradient(to top,rgba(20,24,28,.82) 0%,rgba(20,24,28,.05) 55%)}
.feature-card__text{position:absolute;left:22px;right:22px;bottom:18px;display:flex;
  flex-direction:column;gap:4px}
.feature-card__kicker{font-weight:700;font-size:10.5px;letter-spacing:.14em;color:var(--sky)}
.feature-card__title{font-family:'Archivo Black','Archivo',sans-serif;font-size:22px;color:#fff;
  text-transform:uppercase}

/* --- faq and legal ------------------------------------------------------- */

.faq-item{display:flex;flex-direction:column;gap:10px;border-bottom:1px solid var(--line);
  padding-bottom:32px}
.faq-item:last-child{border-bottom:0;padding-bottom:0}
.faq-item h2{margin:0;font-size:21px;font-weight:700}
.faq-item p{margin:0;font-size:16px;line-height:1.7;color:var(--body)}

.legal h2{margin:0;font-size:20px;font-weight:700}
.legal p{margin:0;font-size:15.5px;line-height:1.75;color:var(--body-dk)}
.legal__head{display:flex;flex-direction:column;gap:12px;border-bottom:1px solid var(--line);
  padding-bottom:28px}
.legal__updated{font-size:14px;color:var(--body)}

.slot{background:#EEF2F5;border:2px dashed var(--sky);border-radius:14px;display:flex;
  flex-direction:column;align-items:center;justify-content:center;gap:8px;padding:48px 24px;
  text-align:center}
.slot__file{font-family:ui-monospace,'SF Mono',Menlo,monospace;font-size:13.5px;color:var(--ink)}
.slot__note{font-size:13.5px;line-height:1.5;color:var(--body);max-width:46ch}
.consent{background:var(--mist);border-radius:12px;padding:22px 26px;display:flex;
  flex-direction:column;gap:10px}
.consent p{margin:0;font-size:14px;line-height:1.7;color:var(--body-dk)}

/* --- spacing utilities --------------------------------------------------- */
/* Last in the file on purpose: .display, .copy and friends all reset margin,
   so these have to come after them to win an equal-specificity tie. */

.mb-16{margin-bottom:16px}.mb-18{margin-bottom:18px}
.mb-28{margin-bottom:28px}.mb-36{margin-bottom:36px}.mb-40{margin-bottom:40px}
.mb-44{margin-bottom:44px}.mt-4{margin-top:4px}.mt-6{margin-top:6px}.mt-10{margin-top:10px}
