/* Stream RV — service-hub page, ported verbatim from the signed-off design
   (Service Hub.html). Scoped to the wrapper. */

/* ============================================================================
   STREAM RV — SERVICE &amp; REPAIRS HUB  ·  route: /service  ·  wrapper: .srv-service
   Self-contained Elementor "HTML" block. All styles scoped under .srv-service,
   tokens on the wrapper (NOT :root), no global/bare-element resets.
   "Editorial Boutique" / Highlands Heritage system — matches Home, About, FAQ,
   Consignment. Header + footer are rendered by the Vehica theme — none here.
   Register: capable working shop — same brand, slightly more workwear.
   DEV: form is a visual shell only — inject the working form at implementation.
   ============================================================================ */

.srv-service{
  --primary:#0d1919; --primary-container:#222e2e; --on-primary:#ffffff;
  --secondary:#81550c; --brass-mid:#96682a; --secondary-container:#fdc171;
  --secondary-fixed:#ffddb5;
  --background:#fbf9f8; --surface:#f5f3f3; --on-surface-variant:#424848;
  --body-text:#1b1c1c; --outline:#c2c7c7;
  --line:rgba(34,46,46,.13); --line-2:rgba(34,46,46,.08);
  --maxw:1220px; --pad:26px;

  font-family:'Libre Franklin',system-ui,-apple-system,'Helvetica Neue',Arial,sans-serif;
  color:var(--body-text);background:var(--background);line-height:1.62;
  -webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility;
}
.srv-service *{box-sizing:border-box;}
.srv-service [hidden]{display:none!important;}
.srv-service img{display:block;max-width:100%;}
.srv-service h1,.srv-service h2,.srv-service h3{
  font-family:'Vollkorn','Iowan Old Style','Palatino Linotype',Palatino,Georgia,serif;font-weight:600;margin:0;color:var(--primary-container);
  letter-spacing:-.02em;line-height:1.08;text-wrap:balance;}
.srv-service p{margin:0;}
.srv-service a{color:inherit;}
.srv-service a[href^="tel:"]{white-space:nowrap;}
.srv-service :focus-visible{outline:2px solid var(--brass-mid);outline-offset:2px;border-radius:2px;}

.srv-service .cw{max-width:var(--maxw);margin:0 auto;padding:0 var(--pad);}
.srv-service .sec{padding:clamp(56px,6.5vw,96px) 0;}
.srv-service .eyebrow{font-weight:600;font-size:12px;letter-spacing:.2em;text-transform:uppercase;
  color:var(--secondary);margin:0 0 16px;display:flex;align-items:center;gap:11px;}
.srv-service .eyebrow::before{content:"";width:24px;height:1.5px;background:var(--brass-mid);flex:none;}
.srv-service .eyebrow.is-center{justify-content:center;}
.srv-service .eyebrow.on-dark{color:var(--secondary-fixed);}

/* buttons — strict pair rule */
.srv-service .btn{display:inline-flex;align-items:center;justify-content:center;gap:.5em;font-weight:600;
  font-size:15.5px;font-family:'Libre Franklin',system-ui,-apple-system,'Helvetica Neue',Arial,sans-serif;padding:15px 26px;min-height:52px;border-radius:4px;
  text-decoration:none;cursor:pointer;border:1.5px solid transparent;white-space:nowrap;}
.srv-service .btn:active{transform:translateY(1px);}
/* light-bg pair */
.srv-service .btn--primary{background:var(--primary-container);color:#fff;}
.srv-service .btn--primary:hover{background:var(--primary);}
.srv-service .btn--secondary{background:transparent;color:var(--secondary);border-color:var(--secondary);}
.srv-service .btn--secondary:hover{background:var(--secondary);color:#fff;}
/* dark-bg pair */
.srv-service .btn--brass{background:var(--secondary-container);color:var(--body-text);}
.srv-service .btn--brass:hover{background:var(--secondary-fixed);}
.srv-service .btn--ghost{background:transparent;color:#fff;border-color:rgba(255,255,255,.75);}
.srv-service .btn--ghost:hover{background:rgba(255,255,255,.1);border-color:#fff;}
@media (prefers-reduced-motion: no-preference){
  .srv-service .btn{transition:background .18s,color .18s,border-color .18s;}
}

/* placeholder imagery (striped, labeled) — dev swaps */
.srv-service .ph{position:relative;background:
  repeating-linear-gradient(135deg,rgba(34,46,46,.05) 0 12px,rgba(34,46,46,.085) 12px 24px),var(--surface);
  border:1px solid var(--line);display:flex;align-items:flex-end;overflow:hidden;}
.srv-service .ph__tag{font-family:ui-monospace,'SF Mono',Menlo,monospace;font-size:11px;letter-spacing:.04em;
  color:var(--on-surface-variant);background:rgba(255,255,255,.82);border-top:1px solid var(--line);
  border-right:1px solid var(--line);padding:5px 10px;border-radius:0 6px 0 0;}

/* ===== HERO ===== */
.srv-service .hero{background:var(--background);border-bottom:1px solid var(--line-2);}
.srv-service .hero__grid{display:grid;grid-template-columns:1.08fr .92fr;gap:clamp(34px,5vw,72px);align-items:center;
  padding-block:clamp(54px,6.5vw,92px);}
.srv-service .hero h1{font-size:clamp(36px,4.9vw,62px);line-height:1.0;letter-spacing:-.025em;max-width:15ch;}
.srv-service .hero h1 em{font-style:italic;color:var(--secondary);font-weight:500;}
.srv-service .hero__sub{font-size:clamp(16.5px,1.45vw,19px);color:var(--on-surface-variant);max-width:50ch;
  margin:24px 0 30px;}
.srv-service .hero__cta{display:flex;flex-wrap:wrap;gap:14px;align-items:center;}
.srv-service .hero__phone{font-size:15px;color:var(--on-surface-variant);margin-top:18px;}
.srv-service .hero__phone a{color:var(--secondary);font-weight:600;text-decoration:none;}
.srv-service .hero__phone a:hover{color:var(--brass-mid);}
.srv-service .hero__art{position:relative;aspect-ratio:4/3.4;border-radius:16px;overflow:hidden;
  box-shadow:0 34px 70px -34px rgba(13,25,25,.45);}
.srv-service .hero__badge{position:absolute;left:18px;bottom:18px;z-index:2;display:flex;align-items:center;gap:10px;
  background:rgba(13,25,25,.72);backdrop-filter:blur(6px);border:1px solid rgba(255,255,255,.14);
  color:#fff;padding:11px 16px;border-radius:10px;}
.srv-service .hero__badge b{font-family:'Vollkorn','Iowan Old Style','Palatino Linotype',Palatino,Georgia,serif;font-weight:600;font-size:20px;letter-spacing:-.01em;line-height:1.1;}
.srv-service .hero__badge span{font-size:12.5px;color:#D8CFC1;line-height:1.25;max-width:16ch;}

/* facts strip under hero — hairline-divided */
.srv-service .facts{border-bottom:1px solid var(--line-2);background:var(--surface);}
.srv-service .facts__inner{display:grid;grid-template-columns:repeat(3,1fr);gap:0;}
.srv-service .fact{padding:24px 28px;display:flex;flex-direction:column;gap:3px;}
.srv-service .fact+.fact{border-left:1px solid var(--line);}
.srv-service .fact__k{font-size:11.5px;font-weight:600;letter-spacing:.1em;text-transform:uppercase;color:var(--secondary);}
.srv-service .fact__v{font-size:15.5px;color:var(--body-text);font-weight:500;}
.srv-service .fact__v a{color:var(--secondary);font-weight:600;text-decoration:none;}
.srv-service .fact__v a:hover{color:var(--brass-mid);}

/* ===== CAPABILITIES ===== */
.srv-service .cap{background:var(--background);}
.srv-service .cap__head{max-width:660px;margin:0 0 clamp(32px,4vw,48px);}
.srv-service .cap__head h2{font-size:clamp(30px,3.7vw,46px);}
.srv-service .cap__head p{font-size:16.5px;color:var(--on-surface-variant);margin:14px 0 0;max-width:54ch;}
.srv-service .cap__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:10px 14px;}
.srv-service .pill{display:flex;align-items:center;gap:12px;min-height:54px;padding:13px 18px;
  background:var(--surface);border:1px solid var(--line);border-radius:999px;
  font-size:14.5px;font-weight:500;color:var(--body-text);line-height:1.35;}
.srv-service .pill__ck{flex:0 0 auto;width:22px;height:22px;border-radius:50%;background:rgba(184,132,58,.14);
  display:grid;place-items:center;}
.srv-service .pill__ck svg{width:12px;height:12px;}
.srv-service .pill__ck path{stroke:var(--secondary);stroke-width:2.8;fill:none;stroke-linecap:round;stroke-linejoin:round;}
.srv-service .cap__note{margin-top:clamp(26px,3vw,36px);padding-top:22px;border-top:1px solid var(--line);
  display:grid;grid-template-columns:1fr 1fr;gap:18px 40px;}
.srv-service .cap__note p{font-size:15px;color:var(--on-surface-variant);max-width:56ch;}
.srv-service .cap__note strong{color:var(--body-text);font-weight:600;}

/* ===== ROUTER — 4 sub-page cards ===== */
.srv-service .router{background:var(--surface);border-top:1px solid var(--line-2);border-bottom:1px solid var(--line-2);}
.srv-service .router__head{text-align:center;max-width:560px;margin:0 auto clamp(32px,4vw,48px);}
.srv-service .router__head h2{font-size:clamp(28px,3.4vw,42px);}
.srv-service .router__head p{font-size:16px;color:var(--on-surface-variant);margin:13px 0 0;}
.srv-service .router__grid{display:grid;grid-template-columns:repeat(4,1fr);gap:clamp(16px,1.8vw,22px);}
.srv-service .rcard{display:flex;flex-direction:column;gap:10px;background:var(--background);
  border:1px solid var(--line);border-radius:14px;padding:26px 24px 24px;text-decoration:none;}
.srv-service .rcard__k{font-family:'Vollkorn','Iowan Old Style','Palatino Linotype',Palatino,Georgia,serif;font-weight:600;font-size:15px;color:var(--brass-mid);letter-spacing:.04em;}
.srv-service .rcard h3{font-size:20px;letter-spacing:-.012em;}
.srv-service .rcard p{font-size:14.5px;color:var(--on-surface-variant);line-height:1.55;}
.srv-service .rcard__go{margin-top:auto;padding-top:16px;font-size:13.5px;font-weight:600;color:var(--secondary);
  display:inline-flex;gap:6px;align-items:center;}
@media (prefers-reduced-motion: no-preference){
  .srv-service .rcard{transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease;}
}
.srv-service .rcard:hover{transform:translateY(-4px);box-shadow:0 24px 50px -30px rgba(34,46,46,.4);
  border-color:var(--secondary-container);}
.srv-service .rcard:hover .rcard__go{color:var(--brass-mid);}

/* ===== REQUEST — form shell + facts ===== */
.srv-service .req{background:var(--background);}
.srv-service .req__grid{display:grid;grid-template-columns:1.15fr .85fr;gap:clamp(32px,4.5vw,64px);align-items:start;}
.srv-service .req__head h2{font-size:clamp(28px,3.5vw,44px);}
.srv-service .req__head p{font-size:16.5px;color:var(--on-surface-variant);margin:14px 0 28px;max-width:52ch;}
/* form card — visual shell only */
.srv-service .form{background:#ffffff;border:1px solid var(--line);border-radius:14px;
  padding:clamp(24px,2.6vw,32px);box-shadow:0 30px 64px -36px rgba(34,46,46,.3);}
.srv-service .field{margin-bottom:15px;}
.srv-service .field--row{display:grid;grid-template-columns:1fr 1fr;gap:13px;}
.srv-service .label{display:block;font-size:12.5px;font-weight:600;color:var(--primary-container);margin-bottom:6px;}
.srv-service .label .req-star{color:var(--secondary);font-weight:700;}
.srv-service .input,.srv-service .textarea{width:100%;font-family:'Libre Franklin',system-ui,-apple-system,'Helvetica Neue',Arial,sans-serif;font-size:15px;
  color:var(--body-text);background:var(--background);border:1.5px solid var(--outline);border-radius:6px;
  padding:12px 13px;min-height:46px;}
.srv-service .textarea{resize:vertical;min-height:110px;}
.srv-service .input:focus,.srv-service .textarea:focus{outline:none;border-color:var(--brass-mid);
  background:#fff;box-shadow:0 0 0 3px rgba(184,132,58,.12);}
.srv-service .form .btn{width:100%;margin-top:4px;}
.srv-service .form__micro{font-size:12.5px;color:var(--on-surface-variant);text-align:center;margin:12px 0 0;}
/* facts column — sticky on desktop */
.srv-service .aside{position:sticky;top:110px;display:flex;flex-direction:column;gap:0;}
.srv-service .aside__card{background:var(--surface);border:1px solid var(--line);border-radius:14px;padding:26px 26px 24px;}
.srv-service .aside__card+.aside__card{margin-top:16px;}
.srv-service .aside h3{font-size:19px;margin-bottom:14px;}
.srv-service .aside__row{display:flex;flex-direction:column;gap:2px;padding:13px 0;border-top:1px solid var(--line);}
.srv-service .aside__row:first-of-type{border-top:none;padding-top:0;}
.srv-service .aside__k{font-size:11.5px;font-weight:600;letter-spacing:.08em;text-transform:uppercase;color:var(--secondary);}
.srv-service .aside__v{font-size:15.5px;color:var(--body-text);}
.srv-service .aside__v a{color:var(--secondary);font-weight:600;text-decoration:none;}
.srv-service .aside__v a:hover{color:var(--brass-mid);}
.srv-service .aside__phone{font-family:'Vollkorn','Iowan Old Style','Palatino Linotype',Palatino,Georgia,serif;font-weight:600;font-size:25px;color:var(--primary-container);
  text-decoration:none;display:inline-block;line-height:1.2;}
.srv-service .aside__phone:hover{color:var(--secondary);}
.srv-service .aside__note{font-size:13.5px;color:var(--on-surface-variant);margin-top:6px;}

/* ===== CLOSING CTA — dark band ===== */
.srv-service .cta{background:var(--primary-container);color:var(--background);text-align:center;}
.srv-service .cta h2{color:var(--background);font-size:clamp(28px,3.7vw,46px);max-width:20ch;margin:0 auto 14px;}
.srv-service .cta p{color:#CFC6B8;font-size:16.5px;max-width:52ch;margin:0 auto 30px;}
.srv-service .cta__row{display:flex;flex-wrap:wrap;gap:14px 26px;justify-content:center;align-items:center;}
.srv-service .cta__phone{font-family:'Vollkorn','Iowan Old Style','Palatino Linotype',Palatino,Georgia,serif;font-weight:600;font-size:clamp(22px,2.4vw,28px);
  color:var(--background);text-decoration:none;}
.srv-service .cta__phone:hover{color:var(--secondary-fixed);}
.srv-service .cta__area{font-size:13.5px;color:#CFC6B8;max-width:64ch;margin:18px auto 0;}

/* ===== RESPONSIVE ===== */
@media (max-width:980px){
  .srv-service .hero__grid{grid-template-columns:1fr;gap:36px;}
  .srv-service .hero__art{aspect-ratio:16/10;max-width:620px;}
  .srv-service .cap__grid{grid-template-columns:1fr 1fr;}
  .srv-service .router__grid{grid-template-columns:1fr 1fr;}
  .srv-service .req__grid{grid-template-columns:1fr;gap:28px;}
  .srv-service .aside{position:static;}
}
@media (max-width:760px){
  .srv-service .facts__inner{grid-template-columns:1fr;}
  .srv-service .fact{padding:18px 0;}
  .srv-service .fact+.fact{border-left:none;border-top:1px solid var(--line);}
  .srv-service .cap__note{grid-template-columns:1fr;}
}
@media (max-width:620px){
  .srv-service .cap__grid{grid-template-columns:1fr;}
  .srv-service .router__grid{grid-template-columns:1fr;}
  .srv-service .field--row{grid-template-columns:1fr;}
}
@media (max-width:560px){
  .srv-service{--pad:20px;}
  .srv-service .hero__cta .btn,.srv-service .cta__row .btn{flex:1 1 auto;}
}