/* ==========================================================================
   On Spot Courier & Delivery Services
   Palette is pulled straight from the two things the brand already owns:
   the flame in the logo (orange -> amber) and the dusk-blue Ohio River
   skyline photo that has always been the hero.
   ========================================================================== */

:root{
  --ink:#0B1220;          /* near-black navy, from the night sky  */
  --ink-2:#131D30;
  --ink-3:#1E2B44;
  --flame:#F26A1B;        /* logo flame */
  --flame-dk:#D4520C;
  --flame-text:#C4490A;   /* AA-safe orange for small text on light */
  --ember:#FFB020;        /* bridge lights */
  --dusk:#5B5F8F;         /* the purple band in the photo */
  --paper:#FFFFFF;
  --mist:#F4F6FA;
  --line:#E3E8F0;
  --body:#414C60;
  --muted:#636F80;

  --wrap:1160px;
  --r:14px;               /* card radius */
  --r-sm:10px;
  --shadow:0 1px 2px rgba(11,18,32,.06), 0 8px 24px -12px rgba(11,18,32,.18);
  --shadow-lg:0 2px 4px rgba(11,18,32,.06), 0 24px 48px -20px rgba(11,18,32,.28);

  --head-h:76px;

  --sans:"Inter",system-ui,-apple-system,"Segoe UI",Roboto,sans-serif;
  --display:"Manrope",system-ui,-apple-system,"Segoe UI",Roboto,sans-serif;
}

*,*::before,*::after{box-sizing:border-box}
html{-webkit-text-size-adjust:100%}
body{
  margin:0;
  font-family:var(--sans);
  font-size:17px;
  line-height:1.65;
  color:var(--body);
  background:var(--paper);
  -webkit-font-smoothing:antialiased;
}
img{max-width:100%;display:block}
a{color:inherit}

h1,h2,h3{
  font-family:var(--display);
  color:var(--ink);
  line-height:1.08;
  letter-spacing:-.024em;
  margin:0;
  text-wrap:balance;
}
h1{font-size:clamp(2.45rem,6.2vw,4.3rem);font-weight:800}
h2{font-size:clamp(1.85rem,3.6vw,2.8rem);font-weight:800}
h3{font-size:1.2rem;font-weight:700;letter-spacing:-.014em}
p{margin:0 0 1rem}
p:last-child{margin-bottom:0}

.wrap{width:100%;max-width:var(--wrap);margin-inline:auto;padding-inline:24px}

.skip{
  position:absolute;left:-9999px;top:0;z-index:200;
  background:var(--flame);color:#fff;padding:12px 20px;border-radius:0 0 var(--r-sm) 0;font-weight:600;
}
.skip:focus{left:0}

/* Icons -------------------------------------------------------------------*/
.i{width:1.15em;height:1.15em;flex:none;vertical-align:-.2em}
.sprite{position:absolute;width:0;height:0;overflow:hidden}

/* Buttons -----------------------------------------------------------------*/
.btn{
  display:inline-flex;align-items:center;justify-content:center;gap:.55em;
  font-family:var(--display);font-weight:700;font-size:.95rem;letter-spacing:-.01em;
  padding:.72em 1.25em;border-radius:999px;border:1.5px solid transparent;
  text-decoration:none;cursor:pointer;white-space:nowrap;
  transition:transform .16s ease, box-shadow .16s ease, background .16s ease, border-color .16s ease, color .16s ease;
}
.btn--lg{font-size:1.04rem;padding:.86em 1.6em}
.btn--flame{
  background:linear-gradient(135deg,var(--flame) 0%,var(--ember) 115%);
  color:var(--ink);box-shadow:0 6px 18px -6px rgba(242,106,27,.65);
}
.btn--flame:hover{transform:translateY(-2px);box-shadow:0 12px 26px -8px rgba(242,106,27,.8)}
.btn--ghost{border-color:var(--line);color:var(--ink);background:#fff}
.btn--ghost:hover{border-color:var(--ink);transform:translateY(-1px)}
.btn--glass{
  background:rgba(255,255,255,.1);color:#fff;border-color:rgba(255,255,255,.45);
  backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);
}
.btn--glass:hover{background:rgba(255,255,255,.2);border-color:#fff;transform:translateY(-2px)}
.btn--ink{background:var(--ink);color:#fff}
.btn--ink:hover{transform:translateY(-2px);box-shadow:0 14px 28px -12px rgba(11,18,32,.7)}

:where(a,button,input,textarea):focus-visible{
  outline:3px solid var(--ember);outline-offset:3px;border-radius:6px;
}

/* Demo bar ----------------------------------------------------------------*/

/* Top bar -----------------------------------------------------------------*/
.topbar{background:var(--ink);color:#C3CCDA;font-size:.83rem}
.topbar__in{display:flex;align-items:center;justify-content:space-between;gap:16px;min-height:42px}
.topbar p{margin:0;display:flex;align-items:center;gap:.5em}
.topbar__hours .i{color:var(--ember)}
.pill{
  display:inline-block;padding:.2em .8em;border-radius:999px;
  background:linear-gradient(135deg,rgba(242,106,27,.22),rgba(255,176,32,.16));
  border:1px solid rgba(255,176,32,.42);color:var(--ember);
  font-weight:600;font-size:.79rem;letter-spacing:.01em;
}
@media(max-width:720px){.topbar .topbar__hours{display:none}.topbar__in{justify-content:center}}

/* Header ------------------------------------------------------------------*/
.head{
  position:sticky;top:0;z-index:60;background:rgba(255,255,255,.88);
  backdrop-filter:saturate(180%) blur(14px);-webkit-backdrop-filter:saturate(180%) blur(14px);
  border-bottom:1px solid transparent;transition:border-color .2s,box-shadow .2s;
}
.head.is-stuck{border-bottom-color:var(--line);box-shadow:0 6px 24px -18px rgba(11,18,32,.6)}
.head__in{display:flex;align-items:center;gap:20px;min-height:var(--head-h)}

.brand{display:flex;align-items:center;gap:11px;text-decoration:none;flex:none}
.brand__mark{width:46px;height:auto}
.brand__txt{display:flex;flex-direction:column;line-height:1}
.brand__name{font-family:var(--display);font-weight:800;font-size:1.32rem;color:var(--ink);letter-spacing:-.03em}
.brand__sub{
  font-size:.62rem;font-weight:600;letter-spacing:.17em;text-transform:uppercase;
  color:var(--muted);margin-top:4px;
}
.brand--light .brand__name{color:#fff}
.brand--light .brand__sub{color:#8D9AAD}

.nav{margin-left:auto;display:flex;align-items:center;gap:30px}
.nav>a{
  font-weight:500;font-size:.95rem;color:var(--body);text-decoration:none;
  position:relative;padding:4px 0;transition:color .15s;
}
.nav>a::after{
  content:"";position:absolute;left:0;right:100%;bottom:0;height:2px;border-radius:2px;
  background:linear-gradient(90deg,var(--flame),var(--ember));transition:right .22s ease;
}
.nav>a:hover{color:var(--ink)}
.nav>a:hover::after,.nav>a.is-active::after{right:0}
.nav>a.is-active{color:var(--ink);font-weight:600}
.nav__cta{display:flex;align-items:center;gap:10px;margin-left:6px}

.burger{
  display:none;margin-left:auto;width:44px;height:44px;border:1px solid var(--line);
  background:#fff;border-radius:var(--r-sm);cursor:pointer;
  flex-direction:column;align-items:center;justify-content:center;gap:5px;
}
.burger span{display:block;width:19px;height:2px;border-radius:2px;background:var(--ink);transition:transform .22s,opacity .18s}
.burger[aria-expanded="true"] span:nth-child(1){transform:translateY(7px) rotate(45deg)}
.burger[aria-expanded="true"] span:nth-child(2){opacity:0}
.burger[aria-expanded="true"] span:nth-child(3){transform:translateY(-7px) rotate(-45deg)}

@media(max-width:940px){
  .burger{display:flex}
  .nav{
    position:absolute;left:0;right:0;top:100%;flex-direction:column;align-items:stretch;gap:0;
    background:#fff;border-bottom:1px solid var(--line);padding:8px 24px 22px;
    box-shadow:var(--shadow-lg);
    display:none;
  }
  .nav.is-open{display:flex}
  .nav>a{padding:14px 2px;border-bottom:1px solid var(--line);font-size:1.02rem}
  .nav>a::after{display:none}
  .nav__cta{flex-direction:column;align-items:stretch;margin:18px 0 0}
  .nav__cta .btn{width:100%}
}

/* Hero --------------------------------------------------------------------*/
.hero{position:relative;isolation:isolate;background:var(--ink);overflow:hidden}
.hero__media{position:absolute;inset:0;z-index:-2}
.hero__media img{width:100%;height:100%;object-fit:cover;object-position:50% 62%}
.hero::after{
  content:"";position:absolute;inset:0;z-index:-1;
  background:
    linear-gradient(100deg,rgba(11,18,32,.94) 0%,rgba(11,18,32,.82) 42%,rgba(11,18,32,.42) 72%,rgba(11,18,32,.28) 100%),
    linear-gradient(0deg,rgba(11,18,32,.75) 0%,rgba(11,18,32,0) 45%);
}
.hero__in{padding:clamp(72px,11vw,132px) 24px clamp(64px,9vw,104px);max-width:var(--wrap)}
.hero h1{color:#fff;max-width:24ch}
.hero .hl{
  background:linear-gradient(100deg,var(--ember) 10%,var(--flame) 90%);
  -webkit-background-clip:text;background-clip:text;color:transparent;
}
.eyebrow{
  font-family:var(--display);font-weight:700;font-size:.79rem;letter-spacing:.19em;
  text-transform:uppercase;color:var(--ember);margin:0 0 1.15rem;
}
.hero__lead{
  color:#D3DBE7;font-size:clamp(1.03rem,1.55vw,1.2rem);max-width:54ch;margin:1.5rem 0 0;
}
.hero__cta{display:flex;flex-wrap:wrap;gap:13px;margin-top:2.3rem}
.hero__trust{
  list-style:none;margin:3.1rem 0 0;padding:1.5rem 0 0;
  border-top:1px solid rgba(255,255,255,.16);
  display:flex;flex-wrap:wrap;gap:14px 34px;
}
.hero__trust li{
  display:flex;align-items:center;gap:.55em;color:#C7D1E0;
  font-size:.9rem;font-weight:500;
}
.hero__trust .i{color:var(--ember);width:1.25em;height:1.25em}

/* Section furniture -------------------------------------------------------*/
.sec{padding:clamp(66px,8.5vw,110px) 0}
.sec--mist{background:var(--mist)}
.sec--ink{background:var(--ink);color:#B9C4D4}
.sec--ink h2,.sec--ink h3{color:#fff}

.sechead{max-width:62ch;margin-bottom:clamp(38px,5vw,58px)}
.sechead__lead{font-size:1.1rem;color:var(--muted);margin-top:1rem}
.sechead--light .sechead__lead{color:#9FACBF}
.kicker{
  font-family:var(--display);font-weight:700;font-size:.76rem;letter-spacing:.19em;
  text-transform:uppercase;color:var(--flame-text);margin:0 0 .85rem;
}

/* Service cards -----------------------------------------------------------*/
.cards{
  list-style:none;margin:0;padding:0;display:grid;gap:18px;
  grid-template-columns:repeat(auto-fit,minmax(300px,1fr));
}
.card{
  background:#fff;border:1px solid var(--line);border-radius:var(--r);
  padding:30px 28px 32px;position:relative;overflow:hidden;
  transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease;
}
/* The accent bar, the hover lift and the muted body type belong to the service
   grid. /estimate reuses the plain .card shell for its form and result panels,
   which must not rise off the page or mute their own headline figures. */
.cards .card::before{
  content:"";position:absolute;inset:0 0 auto;height:3px;
  background:linear-gradient(90deg,var(--flame),var(--ember));
  transform:scaleX(0);transform-origin:left;transition:transform .28s ease;
}
.cards .card:hover{transform:translateY(-4px);box-shadow:var(--shadow-lg);border-color:transparent}
.cards .card:hover::before{transform:scaleX(1)}
.card__ico{
  display:inline-flex;align-items:center;justify-content:center;
  width:50px;height:50px;border-radius:13px;margin-bottom:18px;
  background:linear-gradient(140deg,rgba(242,106,27,.12),rgba(255,176,32,.14));
  color:var(--flame);border:1px solid rgba(242,106,27,.18);
}
.card__ico .i{width:24px;height:24px}
.card h3{margin-bottom:.55rem}
.cards .card p{font-size:.96rem;color:var(--muted)}

/* Rush band ---------------------------------------------------------------*/
.rush{
  background:linear-gradient(115deg,var(--flame) 0%,var(--ember) 115%);
  color:var(--ink);position:relative;overflow:hidden;
}
.rush::before{
  content:"";position:absolute;inset:0;
  background:radial-gradient(900px 300px at 12% 120%,rgba(255,255,255,.22),transparent 65%);
}
.rush__in{
  position:relative;padding:clamp(46px,6vw,70px) 24px;
  display:flex;align-items:center;justify-content:space-between;gap:34px;flex-wrap:wrap;
}
.rush__kicker{
  font-family:var(--display);font-weight:700;font-size:.76rem;letter-spacing:.19em;
  text-transform:uppercase;color:var(--ink);opacity:.86;margin:0 0 .8rem;
}
.rush__h{color:var(--ink);max-width:19ch;font-size:clamp(1.7rem,3.3vw,2.6rem)}
.rush__p{color:var(--ink);margin-top:1rem;max-width:46ch;font-size:1.02rem}

/* Steps -------------------------------------------------------------------*/
.steps{
  list-style:none;margin:0;padding:0;counter-reset:s;
  display:grid;gap:20px;grid-template-columns:repeat(auto-fit,minmax(270px,1fr));
}
.step{background:#fff;border:1px solid var(--line);border-radius:var(--r);padding:30px 28px}
.step__n{
  display:inline-flex;align-items:center;justify-content:center;width:40px;height:40px;
  border-radius:50%;background:var(--ink);color:var(--ember);
  font-family:var(--display);font-weight:800;font-size:1.04rem;margin-bottom:16px;
}
.step h3{margin-bottom:.5rem}
.step p{font-size:.96rem;color:var(--muted)}

/* About -------------------------------------------------------------------*/
.about{display:grid;gap:clamp(32px,5vw,62px);grid-template-columns:1.25fr .95fr;align-items:center}
@media(max-width:880px){.about{grid-template-columns:1fr}}
.about__txt h2{margin-bottom:1.15rem}
.about__txt p{font-size:1.03rem}
.ticks{list-style:none;margin:1.8rem 0 0;padding:0;display:grid;gap:12px}
.ticks li{position:relative;padding-left:32px;font-weight:500;color:var(--ink);font-size:.97rem}
.ticks li::before{
  content:"";position:absolute;left:0;top:.16em;width:20px;height:20px;border-radius:50%;
  background:linear-gradient(135deg,var(--flame),var(--ember));
}
.ticks li::after{
  content:"";position:absolute;left:6px;top:.52em;width:8px;height:4.5px;
  border-left:2px solid #fff;border-bottom:2px solid #fff;transform:rotate(-45deg);
}
.quote{
  margin:0;background:var(--ink);color:#fff;border-radius:var(--r);
  padding:clamp(34px,4vw,46px);position:relative;overflow:hidden;box-shadow:var(--shadow-lg);
}
.quote::after{
  content:"";position:absolute;right:-70px;bottom:-90px;width:230px;height:230px;border-radius:50%;
  background:radial-gradient(circle,rgba(242,106,27,.34),transparent 68%);
}
.quote__mark{width:44px;height:33px;fill:var(--flame);opacity:.9;margin-bottom:22px}
.quote blockquote{
  margin:0;font-family:var(--display);font-weight:700;font-size:clamp(1.25rem,2.1vw,1.62rem);
  line-height:1.34;letter-spacing:-.018em;color:#fff;
}
.quote figcaption{margin-top:24px;color:#93A1B6;font-size:.88rem;position:relative}
.quote figcaption span{display:block;color:var(--ember);font-weight:600;font-size:.95rem;margin-bottom:2px}

/* Panels (coverage / hours) ----------------------------------------------*/
.grid2{display:grid;gap:20px;grid-template-columns:repeat(auto-fit,minmax(320px,1fr))}
.panel{
  background:var(--ink-2);border:1px solid rgba(255,255,255,.09);
  border-radius:var(--r);padding:clamp(28px,3.4vw,38px);
}
.panel h3{display:flex;align-items:center;gap:.55em;margin-bottom:1.15rem;font-size:1.1rem}
.panel h3 .i{color:var(--ember)}
.panel .panel__big{
  font-family:var(--display);font-weight:800;color:#fff;letter-spacing:-.022em;
  font-size:clamp(1.3rem,2.2vw,1.72rem);line-height:1.2;margin-bottom:1rem;
}
.panel p{font-size:.98rem}
.panel .panel__note{
  margin-top:1.15rem;padding-top:1.15rem;border-top:1px solid rgba(255,255,255,.1);
  color:#93A1B6;font-size:.9rem;
}
.chips{list-style:none;margin:1.5rem 0 0;padding:0;display:flex;flex-wrap:wrap;gap:10px}
.chips li{
  display:flex;align-items:center;gap:.45em;padding:.42em .95em;border-radius:999px;
  background:rgba(255,176,32,.1);border:1px solid rgba(255,176,32,.3);
  color:var(--ember);font-size:.85rem;font-weight:600;
}
.hours{margin:0;display:grid;gap:2px}
.hours>div{
  display:flex;align-items:baseline;justify-content:space-between;gap:16px;
  padding:14px 0;border-bottom:1px solid rgba(255,255,255,.1);
}
.hours>div:last-child{border-bottom:0}
.hours dt{color:#B9C4D4;font-size:.98rem}
.hours dd{
  margin:0;font-family:var(--display);font-weight:700;color:#fff;font-size:1.02rem;
  white-space:nowrap;
}
.hours dd.hours--alt{color:var(--ember)}
.hours dd.hours--off{color:#7C8899}

/* Contact -----------------------------------------------------------------*/


.sechead--center{margin-inline:auto;text-align:center}

/* Phone-first contact ------------------------------------------------------
   There is no quote form: this business runs on the phone, and a form feeding
   an inbox nobody reads would strand real customers. */
.callout{
  background:var(--ink);color:#fff;border-radius:var(--r);
  padding:clamp(34px,5vw,56px) 28px;text-align:center;
  position:relative;overflow:hidden;box-shadow:var(--shadow-lg);
  margin-bottom:20px;
}
.callout::after{
  /* z-index matters: both this and the children are positioned, so without it
     the glow paints last and tints the white phone number peach. */
  content:"";position:absolute;left:50%;top:-140px;width:420px;height:420px;
  transform:translateX(-50%);border-radius:50%;z-index:0;
  background:radial-gradient(circle,rgba(242,106,27,.28),transparent 66%);
}
.callout>*{position:relative;z-index:1}
.callout__label{
  font-family:var(--display);font-weight:700;font-size:.76rem;letter-spacing:.19em;
  text-transform:uppercase;color:var(--ember);margin:0 0 .9rem;
}
.callout__num{
  display:inline-block;font-family:var(--display);font-weight:800;color:#fff;
  font-size:clamp(2.1rem,6vw,3.5rem);letter-spacing:-.035em;line-height:1;
  text-decoration:none;transition:color .16s;
}
.callout__num:hover{color:var(--ember)}
.callout__sub{color:#A9B5C6;margin:1.1rem 0 0;font-size:.95rem}
.callout__btn{margin-top:1.9rem}

.details--row{
  list-style:none;padding:0;margin:0;
  grid-template-columns:repeat(auto-fit,minmax(260px,1fr));
}
.details--row .detail{text-align:left}

.details{display:grid;gap:14px}
.detail{
  display:flex;gap:16px;align-items:flex-start;text-decoration:none;
  background:#fff;border:1px solid var(--line);border-radius:var(--r);padding:22px 24px;
  transition:transform .18s,box-shadow .18s,border-color .18s;
}
.detail__ico{
  display:inline-flex;align-items:center;justify-content:center;width:42px;height:42px;
  border-radius:11px;flex:none;background:var(--mist);color:var(--flame);border:1px solid var(--line);
}
.detail__ico .i{width:20px;height:20px}
.detail strong{display:block;font-size:.76rem;letter-spacing:.14em;text-transform:uppercase;color:var(--muted);font-weight:600;margin-bottom:5px}
.detail em{
  display:block;font-style:normal;font-family:var(--display);font-weight:700;
  color:var(--ink);font-size:1.06rem;letter-spacing:-.014em;line-height:1.3;
}
.detail small{display:block;margin-top:6px;font-size:.87rem;color:var(--muted);line-height:1.5}

/* Footer ------------------------------------------------------------------*/
.foot{background:var(--ink);color:#93A1B6;padding-top:clamp(52px,6vw,74px)}
.foot__in{
  display:grid;gap:38px;
  grid-template-columns:1.5fr 1fr 1fr;
  padding-bottom:44px;
}
@media(max-width:760px){.foot__in{grid-template-columns:1fr;gap:32px}}
.foot h2{font-size:.76rem;letter-spacing:.17em;text-transform:uppercase;color:#8590A3;font-weight:600;margin:0 0 16px;font-family:var(--sans)}
.foot__tag{
  margin-top:18px;font-family:var(--display);font-weight:700;color:#C7D1E0;
  font-size:1.04rem;letter-spacing:-.014em;
}
.foot__nav{display:flex;flex-direction:column;align-items:flex-start;gap:11px}
.foot__nav a{text-decoration:none;font-size:.95rem;transition:color .15s}
.foot__nav a:hover{color:#fff}
.foot__contact p{font-size:.93rem;margin-bottom:.6rem;line-height:1.6}
.foot__phone{
  display:inline-block;font-family:var(--display);font-weight:800;font-size:1.42rem;
  color:var(--ember);text-decoration:none;letter-spacing:-.022em;margin-bottom:12px;
}
.foot__phone:hover{color:#fff}
.foot__base{
  display:flex;flex-wrap:wrap;gap:8px 24px;justify-content:space-between;align-items:center;
  border-top:1px solid rgba(255,255,255,.09);padding-top:22px;padding-bottom:30px;
  font-size:.83rem;color:#8590A3;
}
.foot__base p{margin:0}
.foot__note{color:#78849A}

/* Reveal-on-scroll --------------------------------------------------------*/
.reveal{opacity:0;transform:translateY(16px);transition:opacity .6s ease,transform .6s cubic-bezier(.22,.8,.3,1)}
.reveal.is-in{opacity:1;transform:none}

@media(prefers-reduced-motion:reduce){
  *,*::before,*::after{animation-duration:.01ms !important;transition-duration:.01ms !important;scroll-behavior:auto !important}
  .reveal{opacity:1;transform:none}
}
html{scroll-behavior:smooth;scroll-padding-top:calc(var(--head-h) + 12px)}

/* ==========================================================================
   /estimate — the cost calculator
   Reuses the section, card, button and callout furniture above; only the form
   and the result panel need their own rules.
   ========================================================================== */

.sr-only{
  position:absolute;width:1px;height:1px;padding:0;margin:-1px;
  overflow:hidden;clip:rect(0 0 0 0);white-space:nowrap;border:0;
}

/* Page header -------------------------------------------------------------*/
.est-top{
  background:var(--ink);color:#C6D0DE;
  padding:calc(var(--head-h) + clamp(44px,6vw,72px)) 0 clamp(150px,17vw,210px);
  margin-top:calc(var(--head-h) * -1);
}
.est-top h1{color:#fff;font-size:clamp(2.1rem,5.2vw,3.5rem)}
.est-top .hl{
  background:linear-gradient(100deg,var(--ember) 10%,var(--flame) 90%);
  -webkit-background-clip:text;background-clip:text;color:transparent;
}
.est-top__lead{max-width:56ch;margin:1.4rem 0 0;font-size:clamp(1rem,1.5vw,1.14rem);color:#C6D0DE}
.est-top__warn{
  display:flex;gap:.8em;align-items:flex-start;max-width:62ch;
  margin:1.9rem 0 0;padding:16px 20px;border-radius:var(--r-sm);
  background:rgba(255,176,32,.1);border:1px solid rgba(255,176,32,.34);
  color:#F0D9A8;font-size:.97rem;
}
.est-top__warn .i{color:var(--ember);margin-top:.28em}
.est-top__warn strong{color:#fff}

/* The form and result sit lifted into the dark header above them. */
.est{padding:0 0 clamp(66px,8.5vw,110px)}
.est__in{margin-top:clamp(-170px,-15vw,-130px);display:grid;gap:20px}

.est__form{padding:clamp(26px,3.2vw,38px);display:grid;gap:20px;box-shadow:var(--shadow-lg)}

.est__noscript{
  margin:0;padding:14px 18px;border-radius:var(--r-sm);
  background:rgba(242,106,27,.09);border:1px solid rgba(242,106,27,.28);
  color:var(--ink);font-size:.95rem;
}

.est__field{display:grid;gap:7px;min-width:0}
.est__field label,.est__opts legend{
  font-family:var(--display);font-weight:700;color:var(--ink);
  font-size:.88rem;letter-spacing:-.006em;padding:0;
}
.est__row{display:grid;gap:20px;grid-template-columns:repeat(auto-fit,minmax(200px,1fr))}

.est__input{position:relative;display:flex;align-items:center}
.est__input-i{
  position:absolute;left:14px;width:18px;height:18px;
  color:var(--muted);pointer-events:none;
}
.est__input input,.est__input select{
  width:100%;font-family:var(--sans);font-size:1rem;color:var(--ink);
  padding:.82em 1em .82em 2.85em;background:#fff;
  border:1.5px solid var(--line);border-radius:var(--r-sm);
  transition:border-color .16s ease,box-shadow .16s ease;
}
.est__input select{appearance:none;cursor:pointer;padding-right:2.4em}
.est__input:has(select)::after{
  content:"";position:absolute;right:16px;width:9px;height:9px;pointer-events:none;
  border-right:2px solid var(--muted);border-bottom:2px solid var(--muted);
  transform:translateY(-3px) rotate(45deg);
}
.est__input input:focus,.est__input select:focus{
  outline:none;border-color:var(--flame);
  box-shadow:0 0 0 4px rgba(242,106,27,.16);
}
.est__input input::placeholder{color:#9AA5B4}

.est__msg{margin:0;font-size:.87rem;color:var(--muted);min-height:1.25em;line-height:1.45}
.est__msg.is-ok{color:#1B7A44}
.est__msg.is-ok::before{content:"✓ ";font-weight:700}
.est__msg.is-warn{color:var(--flame-text)}
.est__msg.is-busy{color:var(--muted);font-style:italic}

.est__opts{border:0;margin:0;padding:0;display:grid;gap:11px}
.est__opts legend{margin-bottom:11px}
.est__check{
  display:flex;gap:.75em;align-items:flex-start;cursor:pointer;
  font-size:.95rem;color:var(--body);
}
.est__check input{
  width:19px;height:19px;margin:.15em 0 0;accent-color:var(--flame);
  flex:none;cursor:pointer;
}
.est__check strong{color:var(--ink)}

.est__go{width:100%;justify-content:center}
.est__go[disabled]{opacity:.62;cursor:progress;transform:none}

.est__fuel{
  display:flex;gap:.65em;align-items:flex-start;margin:0;
  font-size:.88rem;color:var(--muted);line-height:1.5;
}
.est__fuel .i{color:var(--flame);margin-top:.2em}

/* Result ------------------------------------------------------------------*/
/* These panels set a display mode, which would otherwise beat the browser's
   own [hidden] rule and leave an empty result card sitting under the form. */
.est__out[hidden],.est__result[hidden],.est__note[hidden]{display:none}
.est__out{display:grid;gap:20px}
.est__result{padding:clamp(26px,3.2vw,38px);box-shadow:var(--shadow-lg)}

.est__result-label{
  font-family:var(--display);font-weight:700;font-size:.76rem;letter-spacing:.19em;
  text-transform:uppercase;color:var(--flame-text);margin:0 0 .5rem;
}
.est__price{
  font-family:var(--display);font-weight:800;color:var(--ink);
  font-size:clamp(2.7rem,8vw,4.2rem);letter-spacing:-.035em;line-height:1;margin:0;
}
.est__price-note{display:grid;gap:3px;margin:.9rem 0 0;font-size:.92rem;color:var(--muted)}
.est__price-route{font-weight:600;color:var(--body)}

.est__banner{
  display:flex;gap:.7em;align-items:flex-start;margin:1.5rem 0 0;
  padding:14px 18px;border-radius:var(--r-sm);
  background:rgba(242,106,27,.09);border:1px solid rgba(242,106,27,.3);
  color:var(--ink);font-size:.93rem;line-height:1.5;
}
.est__banner .i{color:var(--flame-text);margin-top:.22em;flex:none}

.est__cols{display:grid;gap:14px;grid-template-columns:repeat(auto-fit,minmax(170px,1fr));margin-top:1.6rem}
.est__col{
  padding:18px 20px;border-radius:var(--r-sm);
  border:1px solid var(--line);background:var(--mist);
}
.est__col--ours{
  background:linear-gradient(140deg,rgba(242,106,27,.1),rgba(255,176,32,.13));
  border-color:rgba(242,106,27,.32);
}
.est__col-label{
  margin:0 0 .3rem;font-family:var(--display);font-weight:700;
  font-size:.79rem;letter-spacing:.14em;text-transform:uppercase;color:var(--muted);
}
.est__col--ours .est__col-label{color:var(--flame-text)}
.est__col-price{
  margin:0;font-family:var(--display);font-weight:800;color:var(--ink);
  font-size:clamp(1.5rem,3.6vw,2rem);letter-spacing:-.028em;line-height:1.1;
}
.est__col:not(.est__col--ours) .est__col-price{color:var(--muted);text-decoration:line-through}

.est__save{
  display:flex;flex-wrap:wrap;gap:.65em;align-items:baseline;
  margin:1.1rem 0 0;font-family:var(--display);font-weight:700;color:var(--ink);
}
.est__save-amt{font-size:1.05rem}
.est__save-pct{
  padding:.3em .8em;border-radius:999px;font-size:.82rem;
  background:var(--ink);color:#fff;letter-spacing:.02em;
}
.est__save-why{margin:.7rem 0 0;font-size:.9rem;color:var(--muted)}

.est__break{margin-top:1.6rem;border-top:1px solid var(--line);padding-top:1.2rem}
.est__break summary{
  font-family:var(--display);font-weight:700;color:var(--ink);font-size:.95rem;
  cursor:pointer;list-style:none;display:flex;align-items:center;gap:.5em;
}
.est__break summary::-webkit-details-marker{display:none}
.est__break summary::before{
  content:"";width:8px;height:8px;flex:none;
  border-right:2px solid var(--flame);border-bottom:2px solid var(--flame);
  transform:rotate(-45deg);transition:transform .18s ease;
}
.est__break[open] summary::before{transform:rotate(45deg)}
.est__break-in{margin-top:1.1rem}
.est__break-head{
  margin:0 0 .5rem;font-size:.78rem;letter-spacing:.14em;text-transform:uppercase;
  font-family:var(--display);font-weight:700;color:var(--muted);
}
.est__lines{display:grid;margin-bottom:1.5rem}
.est__lines--ours{margin-bottom:0}
.est__line{
  display:flex;justify-content:space-between;align-items:baseline;gap:18px;
  padding:9px 0;border-bottom:1px solid var(--line);font-size:.93rem;
}
.est__line span:last-child{font-variant-numeric:tabular-nums;white-space:nowrap}
.est__line--total{
  border-bottom:0;padding-top:12px;font-family:var(--display);font-weight:700;
  color:var(--ink);font-size:1.02rem;
}

.est__cta{
  margin-top:1.7rem;padding-top:1.5rem;border-top:1px solid var(--line);
  display:flex;flex-wrap:wrap;gap:14px 20px;align-items:center;
}
.est__cta p{margin:0;font-size:.92rem;color:var(--muted);max-width:32ch}

.est__note{
  padding:clamp(24px,3vw,32px);display:flex;flex-wrap:wrap;gap:16px 24px;
  align-items:center;box-shadow:var(--shadow-lg);
}
.est__note p{margin:0;flex:1 1 300px;color:var(--ink);font-size:1rem}

/* Methodology and fine print ----------------------------------------------*/
.est__meth{
  margin-top:clamp(28px,4vw,44px);padding:clamp(24px,3vw,32px);
  background:var(--mist);border:1px solid var(--line);border-radius:var(--r);
}
.est__meth h3{margin-bottom:.8rem}
.est__meth p{font-size:.96rem}
.est__meth p+p{margin-top:.9rem}

.est__caveats{
  list-style:none;margin:0;padding:0;display:grid;gap:11px;
  grid-template-columns:repeat(auto-fit,minmax(300px,1fr));
}
.est__caveats li{
  position:relative;padding:14px 18px 14px 44px;font-size:.95rem;color:var(--body);
  background:#fff;border:1px solid var(--line);border-radius:var(--r-sm);
}
.est__caveats li::before{
  content:"";position:absolute;left:18px;top:1.35em;width:8px;height:8px;
  border-radius:50%;background:var(--flame);
}

.est__legal{
  margin:clamp(26px,3.4vw,38px) 0 0;padding-top:1.3rem;
  border-top:1px solid var(--line);font-size:.9rem;color:var(--muted);max-width:78ch;
}
.est__legal strong{color:var(--ink)}

@media (max-width:620px){
  .est__in{margin-top:clamp(-150px,-22vw,-120px)}
  .est__cta,.est__note{flex-direction:column;align-items:stretch}
  .est__cta .btn,.est__note .btn{width:100%}
}
