/* ==========================================================================
   Jakowski Auto Care - preview build by NH Media Web
   Self-hosted fonts, self-hosted images, no external requests.
   ========================================================================== */

@font-face {
  font-family: 'Archivo';
  src: url('fonts/archivo-latin-var.woff2') format('woff2');
  font-weight: 100 900;
  font-stretch: 62% 125%;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Public Sans';
  src: url('fonts/publicsans-latin-var.woff2') format('woff2');
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}

:root {
  --navy: #0D1B2A;
  --navy-2: #0A1628;
  --navy-3: #081120;
  --navy-4: #060D18;
  --orange: #F4821F;
  --orange-ink: #A34E00;
  --cream: #F5F3EF;
  --cream-2: #EFECE6;
  --ink: #16202B;
  --ink-soft: #46525F;
  --on-dark: #C4D0DB;
  --on-dark-soft: #94A6B6;
  --line-d: rgba(255, 255, 255, .12);
  --line-l: rgba(13, 27, 42, .14);
  --focus: #F4821F;
  --shell: 1200px;
  --disp: 'Archivo', 'Arial Narrow', Arial, sans-serif;
  --body: 'Public Sans', -apple-system, 'Segoe UI', Arial, sans-serif;
}

*, *::before, *::after { box-sizing: border-box; }

html { scroll-behavior: smooth; scroll-padding-top: 92px; }

body {
  margin: 0;
  background: var(--navy);
  color: var(--on-dark);
  font-family: var(--body);
  font-size: 18px;
  line-height: 1.7;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

img { max-width: 100%; display: block; }
a { color: inherit; }

:focus-visible {
  outline: 3px solid var(--focus);
  outline-offset: 3px;
  border-radius: 2px;
}

.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;
}

.skip {
  position: absolute; left: 12px; top: -60px; z-index: 60;
  background: var(--orange); color: var(--navy);
  padding: 10px 18px; font-weight: 700; text-decoration: none;
  transition: top .18s ease;
}
.skip:focus { top: 12px; }

.shell { width: min(100% - 44px, var(--shell)); margin-inline: auto; }

/* --------------------------------------------------------------------------
   Type scale
   -------------------------------------------------------------------------- */

.h2 {
  font-family: var(--disp);
  font-variation-settings: 'wdth' 80, 'wght' 850;
  font-size: clamp(34px, 5.1vw, 52px);
  line-height: .98;
  letter-spacing: .005em;
  text-transform: uppercase;
  color: #fff;
  margin: 14px 0 0;
}
.h2-ink { color: var(--ink); }

.label {
  display: inline-flex; align-items: center; gap: 12px;
  font-size: 13px; font-weight: 700; letter-spacing: .18em;
  text-transform: uppercase; color: var(--orange);
  margin: 0;
}
.label::before {
  content: ''; width: 28px; height: 2px; background: currentColor; flex: none;
}
.label-ink { color: var(--orange-ink); }

.lede {
  max-width: 62ch; font-size: 19px; color: var(--on-dark);
  margin: 20px 0 0;
}
.lede-ink { color: var(--ink-soft); }

/* --------------------------------------------------------------------------
   Buttons
   -------------------------------------------------------------------------- */

.btn {
  display: inline-flex; align-items: center; gap: 9px;
  padding: 13px 24px; font-family: var(--body);
  font-size: 15px; font-weight: 700; letter-spacing: .04em;
  text-transform: uppercase; text-decoration: none;
  border: 2px solid transparent; border-radius: 2px;
  transition: background-color .18s ease, color .18s ease, border-color .18s ease, transform .18s ease;
}
.btn-lg { padding: 17px 30px; font-size: 16px; }

.btn-orange { background: var(--orange); color: var(--navy); }
.btn-orange:hover { background: #FF9A3D; transform: translateY(-2px); }

.btn-line { border-color: rgba(255, 255, 255, .38); color: #fff; }
.btn-line:hover { border-color: var(--orange); color: var(--orange); transform: translateY(-2px); }

.light .btn-line { border-color: rgba(13, 27, 42, .32); color: var(--ink); }
.light .btn-line:hover { border-color: var(--orange-ink); color: var(--orange-ink); }

/* --------------------------------------------------------------------------
   Header
   -------------------------------------------------------------------------- */

.head {
  position: sticky; top: 0; z-index: 40;
  background: rgba(13, 27, 42, .92);
  border-bottom: 1px solid transparent;
  transition: border-color .2s ease, background-color .2s ease;
}
.head.scrolled {
  background: rgba(8, 17, 32, .97);
  border-bottom-color: var(--line-d);
  backdrop-filter: saturate(140%) blur(8px);
}
.head-in { display: flex; align-items: center; gap: 22px; padding: 14px 0; }

.brand { display: inline-flex; align-items: center; gap: 12px; text-decoration: none; }

/* The free typography logo: the name set in the site's own display face, beside a
   lettermark tile holding the J as a real glyph of that same face. On this dark
   header the plate is orange with a navy letter, which measures 6.68:1; the
   reverse (navy plate) is the same colour as the header and would disappear. */
.tile {
  display: inline-flex; align-items: center; justify-content: center;
  width: 42px; height: 42px; border-radius: 9px; flex: none;
  background: var(--orange); color: var(--navy);
  font-family: var(--disp);
  font-variation-settings: 'wght' 800, 'wdth' 100;
  font-size: 29px; line-height: 1;
  padding-bottom: .06em;
}
.tile-lg { width: 52px; height: 52px; border-radius: 11px; font-size: 36px; }

.brand-txt { display: flex; flex-direction: column; line-height: 1; }
.brand-name {
  font-family: var(--disp);
  font-variation-settings: 'wdth' 82, 'wght' 850;
  font-size: 25px; text-transform: uppercase; color: #fff; letter-spacing: .01em;
}
.brand-sub {
  font-size: 11.5px; font-weight: 700; letter-spacing: .3em;
  text-transform: uppercase; color: var(--orange); margin-top: 4px;
}

.nav { margin-left: auto; display: flex; gap: 26px; }
.nav a {
  font-size: 14.5px; font-weight: 600; text-decoration: none; color: var(--on-dark);
  padding: 6px 0; border-bottom: 2px solid transparent;
}
.nav a:hover { color: #fff; border-bottom-color: var(--orange); }

.head-cta { padding: 11px 20px; font-size: 13.5px; }

.burger {
  display: none; margin-left: auto; width: 46px; height: 40px;
  background: none; border: 1px solid var(--line-d); border-radius: 2px;
  cursor: pointer; padding: 10px 11px;
}
.burger span { display: block; height: 2px; background: #fff; margin: 0 0 5px; }
.burger span:last-child { margin-bottom: 0; }

/* --------------------------------------------------------------------------
   Hero
   -------------------------------------------------------------------------- */

.hero {
  position: relative; isolation: isolate; overflow: hidden;
  min-height: clamp(540px, 80vh, 830px);
  display: flex; align-items: center;
  background: var(--navy-3);
}
.hero-media { position: absolute; inset: 0; z-index: -2; }
.hero-img {
  width: 100%; height: 100%; object-fit: cover; object-position: 62% 55%;
  filter: saturate(.92) contrast(1.02) brightness(1.6);
  animation: kb 28s ease-in-out infinite alternate;
}
@keyframes kb {
  from { transform: scale(1.02) translate3d(0, 0, 0); }
  to   { transform: scale(1.12) translate3d(-1.4%, -1.2%, 0); }
}
.hero-scrim {
  position: absolute; inset: 0;
  background:
    linear-gradient(103deg, rgba(6, 13, 24, .95) 0%, rgba(6, 13, 24, .9) 32%, rgba(8, 17, 32, .58) 62%, rgba(8, 17, 32, .24) 100%),
    linear-gradient(to top, rgba(6, 13, 24, .82), rgba(6, 13, 24, 0) 44%);
}
.hero-in { position: relative; padding: 58px 0 64px; }

.eyebrow {
  display: flex; align-items: center; gap: 12px;
  width: max-content; max-width: 100%;
  margin: 0 0 18px; font-size: 13px; font-weight: 700;
  letter-spacing: .2em; text-transform: uppercase; color: var(--orange);
}
.dot { width: 5px; height: 5px; background: currentColor; transform: rotate(45deg); flex: none; }

.hero-title {
  font-family: var(--disp);
  font-variation-settings: 'wdth' 78, 'wght' 880;
  font-size: clamp(37px, 7.9vw, 84px);
  line-height: .9; letter-spacing: .004em;
  text-transform: uppercase; color: #fff;
  margin: 0; max-width: 15ch;
  overflow-wrap: break-word;
}
.hero-title .w {
  display: inline-block;
  animation: wordIn .7s cubic-bezier(.2, .7, .3, 1) both;
}
.hero-title .w:nth-child(1) { animation-delay: 0ms; }
.hero-title .w:nth-child(2) { animation-delay: 70ms; }
.hero-title .w:nth-child(3) { animation-delay: 140ms; }
.hero-title .w:nth-child(4) { animation-delay: 210ms; }
.hero-title .w:nth-child(5) { animation-delay: 280ms; }
.hero-title .brk { display: block; }
.hero-title .accent { color: var(--orange); }
@keyframes wordIn {
  from { opacity: 0; transform: translateY(.34em); }
  to   { opacity: 1; transform: none; }
}

/* The shop's own line, given the place it earns */
.hero-tag {
  display: inline-block; margin: 22px 0 0; padding-top: 13px;
  border-top: 3px solid var(--orange);
  font-family: var(--disp);
  font-variation-settings: 'wdth' 94, 'wght' 700;
  font-size: clamp(21px, 2.9vw, 32px); line-height: 1.05;
  letter-spacing: -.004em; color: var(--orange);
  animation: fadeUp .8s ease .34s both;
}

.hero-lead {
  max-width: 52ch; margin: 22px 0 0; font-size: 19.5px; color: #DCE4EC;
  animation: fadeUp .8s ease .42s both;
}
.hero-cta {
  display: flex; flex-wrap: wrap; gap: 14px; margin: 30px 0 0;
  animation: fadeUp .8s ease .56s both;
}
@keyframes fadeUp {
  from { opacity: 0; transform: translateY(14px); }
  to   { opacity: 1; transform: none; }
}

.hero-card {
  position: absolute; right: 0; bottom: 8px;
  z-index: 2; padding: 22px 30px 20px;
  background: rgba(8, 17, 32, .84);
  border: 1px solid rgba(244, 130, 31, .45);
  border-left: 4px solid var(--orange);
  backdrop-filter: blur(6px);
  animation: fadeUp .8s ease .74s both;
}
.hc-k {
  margin: 0; font-size: 11.5px; font-weight: 700; letter-spacing: .24em;
  text-transform: uppercase; color: var(--orange);
}
.hc-v {
  margin: 4px 0 0; font-family: var(--disp);
  font-variation-settings: 'wdth' 84, 'wght' 870;
  font-size: 54px; line-height: 1; color: #fff;
}
.hc-s { margin: 6px 0 0; font-size: 13.5px; color: var(--on-dark-soft); }

/* --------------------------------------------------------------------------
   Breadth strip
   -------------------------------------------------------------------------- */

.strip { background: var(--navy-3); border-top: 5px solid transparent; position: relative; }
.strip::before {
  content: ''; position: absolute; top: -5px; left: 0; right: 0; height: 5px;
  background: repeating-linear-gradient(115deg,
    var(--orange) 0 16px, var(--navy-3) 16px 32px);
}
.strip-in {
  display: flex; flex-wrap: wrap; justify-content: space-between; gap: 6px 30px;
  padding: 20px 0;
}
.strip-i {
  margin: 0; display: flex; align-items: center; gap: 12px;
  font-size: 14px; font-weight: 600; letter-spacing: .1em;
  text-transform: uppercase; color: var(--on-dark);
}
.strip-i::before {
  content: ''; width: 7px; height: 7px; background: var(--orange);
  transform: rotate(45deg); flex: none;
}

/* --------------------------------------------------------------------------
   Section grounds
   -------------------------------------------------------------------------- */

.dark, .darker, .deep { position: relative; }
.dark { background: var(--navy); padding: 108px 0; }
.darker { background: var(--navy-3); padding: 108px 0; }
.deep { background: var(--navy-2); padding: 108px 0; }
.light { background: var(--cream); color: var(--ink); padding: 108px 0; --focus: #0D1B2A; }

.dark::before, .darker::before, .deep::before {
  content: ''; position: absolute; inset: 0; pointer-events: none;
  background-image: radial-gradient(rgba(255, 255, 255, .055) 1px, transparent 1px);
  background-size: 24px 24px;
  mask-image: linear-gradient(to bottom, #000 0%, transparent 42%);
  -webkit-mask-image: linear-gradient(to bottom, #000 0%, transparent 42%);
}
.dark > .shell, .darker > .shell, .deep > .shell { position: relative; }

/* --------------------------------------------------------------------------
   Services: seven families, fifteen names
   -------------------------------------------------------------------------- */

.fam-grid {
  display: grid; gap: 18px; margin-top: 52px;
  grid-template-columns: repeat(6, 1fr);
}
.fam {
  position: relative; padding: 30px 30px 28px;
  background: rgba(255, 255, 255, .045);
  border: 1px solid var(--line-d);
  border-radius: 3px;
  transition: border-color .25s ease, background-color .25s ease, transform .25s ease;
}
.fam:hover { border-color: rgba(244, 130, 31, .55); background: rgba(255, 255, 255, .065); transform: translateY(-3px); }

.fam:nth-child(1) { grid-column: 1 / span 3; grid-row: 1 / span 2; }
.fam:nth-child(2) { grid-column: 4 / span 3; grid-row: 1; }
.fam:nth-child(3) { grid-column: 4 / span 3; grid-row: 2; }
.fam:nth-child(4) { grid-column: 1 / span 2; grid-row: 3; }
.fam:nth-child(5) { grid-column: 3 / span 2; grid-row: 3; }
.fam:nth-child(6) { grid-column: 5 / span 2; grid-row: 3; }
.fam:nth-child(7) { grid-column: 1 / span 6; grid-row: 4; }

/* The numeral badge follows the lettermark tile's rounded square. It carried the
   geometry of v1's retired mark; with that mark gone it follows the new one. */
.fam-no {
  width: 44px; height: 40px; margin: 0 0 18px;
  border-radius: 8px;
  background: rgba(244, 130, 31, .16);
  color: var(--orange);
  display: grid; place-items: center;
  font-family: var(--disp);
  font-variation-settings: 'wdth' 92, 'wght' 800;
  font-size: 15px; letter-spacing: .06em;
}
.fam-head {
  margin: 0; font-family: var(--disp);
  font-variation-settings: 'wdth' 92, 'wght' 760;
  font-size: 23px; line-height: 1.15; color: #fff;
}
.fam-body { margin: 12px 0 0; font-size: 16.5px; line-height: 1.65; color: var(--on-dark-soft); }

.svc { list-style: none; margin: 22px 0 0; padding: 0; border-top: 1px solid var(--line-d); }
.svc li {
  display: flex; align-items: baseline; gap: 12px;
  padding: 12px 0 11px; border-bottom: 1px solid var(--line-d);
  font-size: 17px; font-weight: 650; color: #E7EDF3; line-height: 1.35;
}
.svc li::before {
  content: ''; width: 7px; height: 7px; flex: none;
  background: var(--orange); transform: rotate(45deg);
  position: relative; top: -1px;
}

.fam-lead { background: rgba(255, 255, 255, .06); display: flex; flex-direction: column; }
.fam-lead .fam-head { font-size: 30px; }
.fam-lead .svc { margin-top: auto; padding-top: 26px; }
.fam-lead::after {
  content: ''; position: absolute; left: -1px; right: -1px; top: -1px; height: 3px;
  background: var(--orange);
}
.fam-diesel { border-left: 3px solid var(--orange); }

/* --------------------------------------------------------------------------
   How it works
   -------------------------------------------------------------------------- */

.steps {
  list-style: none; margin: 54px 0 0; padding: 0;
  display: grid; gap: 34px; grid-template-columns: repeat(3, 1fr);
}
.step { position: relative; padding-right: 18px; }
.step:not(:last-child)::after {
  content: ''; position: absolute; top: 34px; right: -18px; width: 36px;
  border-top: 2px dashed rgba(13, 27, 42, .24);
}
.step .step-no {
  margin: 0; font-family: var(--disp);
  font-variation-settings: 'wdth' 84, 'wght' 880;
  font-size: 64px; line-height: .84; color: var(--ink);
}
.step .step-no::after {
  content: ''; display: block; width: 38px; height: 5px;
  background: var(--orange); margin-top: 14px;
}
.step-head {
  margin: 20px 0 0; font-family: var(--disp);
  font-variation-settings: 'wdth' 94, 'wght' 750;
  font-size: 24px; color: var(--ink);
}
.step p { margin: 10px 0 0; font-size: 17px; color: var(--ink-soft); }

/* --------------------------------------------------------------------------
   Gallery
   -------------------------------------------------------------------------- */

.gal {
  display: grid; gap: 16px; margin-top: 52px;
  grid-template-columns: 1.25fr 1fr 1fr;
}
.g {
  position: relative; margin: 0; overflow: hidden; border-radius: 3px;
  background: var(--navy-2);
}
.g img {
  width: 100%; height: 100%; object-fit: cover;
  filter: saturate(.88) contrast(1.05);
  transition: transform .6s cubic-bezier(.2, .7, .3, 1);
}
.g:hover img { transform: scale(1.045); }
.g-lead { grid-column: 1; grid-row: 1 / span 2; }
.g:nth-child(2) { grid-column: 2; grid-row: 1; }
.g:nth-child(3) { grid-column: 3; grid-row: 1; }
.g:nth-child(4) { grid-column: 2 / span 2; grid-row: 2; }
.g:nth-child(2) img, .g:nth-child(3) img { aspect-ratio: 4 / 3; }
.g:nth-child(4) img { aspect-ratio: 2.42 / 1; }
.g-lead img { aspect-ratio: 2 / 3; }

/* The scrim is sized so the caption clears AA over ANY pixel the photograph can
   put behind it, not just the dark ones. The underside-on-a-lift frame has a pale
   shop floor exactly where its caption sits, and a lighter gradient failed there. */
.g figcaption {
  position: absolute; left: 0; right: 0; bottom: 0;
  display: flex; flex-wrap: wrap; align-items: baseline; gap: 4px 12px;
  padding: 46px 18px 14px;
  background: linear-gradient(to top,
    rgba(6, 13, 24, .96) 0%,
    rgba(6, 13, 24, .92) 44%,
    rgba(6, 13, 24, .52) 74%,
    rgba(6, 13, 24, 0) 100%);
}
.g-tag {
  font-size: 12.5px; font-weight: 700; letter-spacing: .16em;
  text-transform: uppercase; color: var(--orange);
}
.g-cap { font-size: 12.5px; color: #9DAEBD; }

.photo-note {
  margin: 26px 0 0; max-width: 74ch; font-size: 14.5px; color: var(--on-dark-soft);
}

/* --------------------------------------------------------------------------
   What to expect
   -------------------------------------------------------------------------- */

.checks {
  list-style: none; margin: 52px 0 0; padding: 0;
  display: grid; gap: 30px; grid-template-columns: repeat(2, 1fr);
}
.check {
  display: grid; grid-template-columns: 52px 1fr; column-gap: 20px; row-gap: 6px;
  padding-top: 26px; border-top: 2px solid rgba(13, 27, 42, .12);
}
.check-tile {
  grid-row: 1 / span 2; width: 52px; height: 52px; border-radius: 50%;
  background: var(--navy); color: var(--orange);
  display: grid; place-items: center;
}
.check-tile svg { width: 24px; height: 24px; }
.check-head {
  margin: 6px 0 0; font-family: var(--disp);
  font-variation-settings: 'wdth' 94, 'wght' 750;
  font-size: 22px; color: var(--ink);
}
.check p { margin: 6px 0 0; grid-column: 2; font-size: 17px; color: var(--ink-soft); }
/* Five reasons in a two-column grid: the fifth closes the row full width rather
   than leaving an orphan cell. */
.check-wide { grid-column: 1 / -1; }
.check-wide p { max-width: 74ch; }

/* --------------------------------------------------------------------------
   Common questions
   -------------------------------------------------------------------------- */

.qa-list {
  margin: 50px 0 0;
  display: grid; grid-template-columns: 1fr 1fr; column-gap: 52px;
}
.qa-r {
  padding: 26px 0 24px; border-top: 1px solid var(--line-d);
}
.qa-r:last-child { grid-column: 1 / -1; }
.qa-r dt {
  font-family: var(--disp);
  font-variation-settings: 'wdth' 94, 'wght' 740;
  font-size: 21px; line-height: 1.2; color: #fff;
}
.qa-r dd {
  margin: 11px 0 0; max-width: 62ch;
  font-size: 16.5px; line-height: 1.65; color: var(--on-dark-soft);
}

/* --------------------------------------------------------------------------
   Explained slots (preview furniture, business voice)
   -------------------------------------------------------------------------- */

.slot {
  padding: 30px 30px 28px;
  border: 2px dashed rgba(244, 130, 31, .5);
  background: rgba(244, 130, 31, .045);
  border-radius: 3px;
}
.slot-flag {
  margin: 0 0 16px; font-size: 12px; font-weight: 700; letter-spacing: .2em;
  text-transform: uppercase; color: var(--orange);
}
.slot-token {
  margin: 0; font-family: var(--disp);
  font-variation-settings: 'wdth' 84, 'wght' 820;
  font-size: clamp(21px, 2.5vw, 29px); line-height: 1.12;
  text-transform: uppercase; color: var(--orange); letter-spacing: .02em;
}
.slot-body { margin: 16px 0 0; font-size: 16.5px; color: var(--on-dark-soft); }

.shop-in { display: grid; gap: 22px; grid-template-columns: 1.45fr 1fr; align-items: start; }
.slot-note .slot-token { margin-bottom: 4px; }

.cred-head {
  margin: 14px 0 0; font-family: var(--disp);
  font-variation-settings: 'wdth' 90, 'wght' 780;
  font-size: 26px; text-transform: uppercase; color: #fff;
}
.cred-intro { margin: 10px 0 0; font-size: 16px; color: var(--on-dark-soft); }
.cred-list { list-style: none; margin: 22px 0 0; padding: 0; display: grid; gap: 10px; }
.cred-foot { margin: 22px 0 0; font-size: 14.5px; color: var(--on-dark-soft); }

.chip {
  display: inline-block; padding: 8px 13px;
  border: 1.5px dashed rgba(244, 130, 31, .6);
  font-size: 12.5px; font-weight: 700; letter-spacing: .12em;
  text-transform: uppercase; color: var(--orange); line-height: 1.3;
}

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

.addr { margin: 8px 0 0; font-size: 20px; color: var(--ink-soft); }
.contact-cta { margin: 30px 0 0; }

.contact-in {
  display: grid; gap: 22px; grid-template-columns: 1fr 1.1fr;
  margin-top: 52px; align-items: start;
}
.tokens { display: grid; gap: 18px; align-content: start; }

/* The facts panel: a navy plate on the cream section, carrying the real
   contact facts the shop gave us. */
.facts {
  padding: 30px; border-radius: 3px;
  background: var(--navy); color: var(--on-dark);
  border-left: 4px solid var(--orange);
  --focus: #F4821F;
}
.facts-call { display: block; text-decoration: none; }
.fc-k {
  display: block; font-size: 12.5px; font-weight: 700; letter-spacing: .2em;
  text-transform: uppercase; color: var(--orange);
}
.fc-n {
  display: block; margin-top: 7px; font-family: var(--disp);
  font-variation-settings: 'wdth' 86, 'wght' 850;
  font-size: clamp(31px, 3.6vw, 44px); line-height: 1; color: #fff;
  letter-spacing: .004em;
}
.facts-call:hover .fc-n { color: var(--orange); }

.facts-list {
  margin: 26px 0 0; padding-top: 22px;
  border-top: 1px solid var(--line-d);
  display: grid; gap: 15px;
}
.fr { display: grid; grid-template-columns: 106px 1fr; column-gap: 16px; align-items: baseline; }
.fr dt {
  font-size: 12.5px; font-weight: 700; letter-spacing: .14em;
  text-transform: uppercase; color: var(--on-dark-soft);
}
.fr dd { margin: 0; font-size: 17px; line-height: 1.45; color: #E7EDF3; }
.fr dd a { text-decoration: none; border-bottom: 1px solid rgba(244, 130, 31, .5); }
.fr dd a:hover { color: var(--orange); }

.light .slot {
  border-color: rgba(163, 78, 0, .5);
  background: rgba(163, 78, 0, .05);
}
.light .slot-flag, .light .slot-token { color: var(--orange-ink); }
.light .slot-body { color: var(--ink-soft); }

.form-wrap {
  padding: 30px; background: var(--cream-2);
  border: 1px solid rgba(13, 27, 42, .12); border-radius: 3px;
}
.form-head {
  margin: 0; font-family: var(--disp);
  font-variation-settings: 'wdth' 92, 'wght' 770;
  font-size: 25px; color: var(--ink);
}
.form-note {
  margin: 10px 0 24px; padding: 10px 14px;
  border: 1.5px dashed #98A2AC; color: #5E6975;
  font-size: 14px; line-height: 1.5;
}
.f { margin: 0 0 16px; display: flex; flex-direction: column; gap: 7px; }
.f label {
  font-size: 13px; font-weight: 700; letter-spacing: .1em;
  text-transform: uppercase; color: #5E6975;
}
.f input, .f textarea {
  font-family: var(--body); font-size: 16px; color: #5E6975;
  padding: 12px 14px; background: rgba(255, 255, 255, .5);
  border: 1.5px dashed #A8B0B8; border-radius: 2px;
  width: 100%; resize: vertical;
}
.f input:disabled, .f textarea:disabled { cursor: not-allowed; -webkit-text-fill-color: #5E6975; opacity: 1; }
.f-actions { margin: 22px 0 0; display: flex; flex-wrap: wrap; align-items: center; gap: 14px; }
.btn-off {
  background: transparent; border: 2px dashed #98A2AC; color: #5E6975;
  cursor: not-allowed;
}
.f-hint { font-size: 13.5px; color: #5E6975; }

/* --------------------------------------------------------------------------
   Click-to-call FAB
   -------------------------------------------------------------------------- */

.fab {
  position: fixed; right: 22px; bottom: 22px; z-index: 50;
  width: 64px; height: 64px; border-radius: 50%;
  display: grid; place-items: center;
  background: var(--orange); color: var(--navy);
  box-shadow: 0 0 0 4px rgba(6, 13, 24, .5), 0 12px 30px rgba(6, 13, 24, .45);
  text-decoration: none;
  transition: background-color .18s ease, transform .28s ease, opacity .28s ease;
}
.fab:hover { background: #FF9A3D; }
/* The hero already carries a full-width call button, so the FAB waits until the
   hero is behind you. Without JavaScript it is simply always there. */
.js .fab { opacity: 0; visibility: hidden; transform: translateY(14px); }
.js .fab.on { opacity: 1; visibility: visible; transform: none; }
.fab svg { width: 27px; height: 27px; position: relative; z-index: 1; }
.fab-ring {
  position: absolute; inset: 0; border-radius: 50%;
  border: 2px solid var(--orange);
  animation: fabPulse 2.8s cubic-bezier(.2, .7, .3, 1) infinite;
}
@keyframes fabPulse {
  0%   { transform: scale(1); opacity: .7; }
  65%  { transform: scale(1.5); opacity: 0; }
  100% { transform: scale(1.5); opacity: 0; }
}

/* --------------------------------------------------------------------------
   Footer
   -------------------------------------------------------------------------- */

.foot { background: var(--navy-4); border-top: 3px solid var(--orange); padding: 62px 0 0; }
.foot-in {
  display: grid; gap: 40px; grid-template-columns: 1.4fr 1fr 1fr;
  padding-bottom: 48px;
}
.foot-name {
  margin: 16px 0 0; font-family: var(--disp);
  font-variation-settings: 'wdth' 86, 'wght' 840;
  font-size: 27px; text-transform: uppercase; color: #fff;
}
.foot-tag {
  margin: 7px 0 0; font-family: var(--disp);
  font-variation-settings: 'wdth' 96, 'wght' 640;
  font-size: 19px; color: var(--orange);
}
.foot-addr { margin: 12px 0 0; font-size: 16px; color: var(--on-dark-soft); }
.foot-k {
  margin: 0 0 14px; font-size: 12.5px; font-weight: 700; letter-spacing: .18em;
  text-transform: uppercase; color: var(--orange);
}
.foot-col p { margin: 0 0 9px; font-size: 15.5px; color: var(--on-dark-soft); }
.foot-col a { text-decoration: none; }
.foot-col a:hover { color: var(--orange); }
.foot-strong a { color: #E7EDF3; font-weight: 700; }
.foot-pay { margin-top: 16px; font-size: 14.5px; }

.foot-bar {
  border-top: 1px solid var(--line-d); padding: 22px 0 26px;
}
.foot-bar p { margin: 0; font-size: 14px; color: #71828F; }

/* --------------------------------------------------------------------------
   404
   -------------------------------------------------------------------------- */

.gone { min-height: 100vh; display: flex; align-items: center; }
.gone-brand { display: flex; width: max-content; margin-bottom: 34px; }
.gone-cta { margin-top: 32px; }

/* --------------------------------------------------------------------------
   Scroll reveal
   -------------------------------------------------------------------------- */

.reveal {
  opacity: 0; transform: translateY(22px);
  transition: opacity .6s ease, transform .6s cubic-bezier(.2, .7, .3, 1);
}
.reveal.in-view { opacity: 1; transform: none; }
.fam-grid .reveal:nth-child(2), .steps .reveal:nth-child(2),
.gal .reveal:nth-child(2), .checks .reveal:nth-child(2) { transition-delay: .07s; }
.fam-grid .reveal:nth-child(3), .steps .reveal:nth-child(3),
.gal .reveal:nth-child(3), .checks .reveal:nth-child(3) { transition-delay: .14s; }
.fam-grid .reveal:nth-child(4), .gal .reveal:nth-child(4),
.checks .reveal:nth-child(4), .qa-list .reveal:nth-child(4) { transition-delay: .21s; }
.qa-list .reveal:nth-child(2) { transition-delay: .07s; }
.qa-list .reveal:nth-child(3) { transition-delay: .14s; }

/* --------------------------------------------------------------------------
   Responsive
   -------------------------------------------------------------------------- */

/* The seventh family closes the grid full width, so its own content splits in two */
@media (min-width: 1081px) {
  .fam:nth-child(7) {
    display: grid; grid-template-columns: 1.15fr 1fr; column-gap: 46px;
    align-items: start;
  }
  .fam:nth-child(7) .fam-no { grid-column: 1; grid-row: 1; }
  .fam:nth-child(7) .fam-head { grid-column: 1; grid-row: 2; }
  .fam:nth-child(7) .fam-body { grid-column: 1; grid-row: 3; }
  .fam:nth-child(7) .svc { grid-column: 2; grid-row: 1 / span 3; margin-top: 6px; }
}

@media (max-width: 1080px) {
  .fam-grid { grid-template-columns: repeat(4, 1fr); }
  .fam:nth-child(1) { grid-column: 1 / span 4; grid-row: 1; }
  .fam:nth-child(2) { grid-column: 1 / span 2; grid-row: 2; }
  .fam:nth-child(3) { grid-column: 3 / span 2; grid-row: 2; }
  .fam:nth-child(4) { grid-column: 1 / span 2; grid-row: 3; }
  .fam:nth-child(5) { grid-column: 3 / span 2; grid-row: 3; }
  .fam:nth-child(6) { grid-column: 1 / span 2; grid-row: 4; }
  .fam:nth-child(7) { grid-column: 3 / span 2; grid-row: 4; }
  .shop-in, .contact-in { grid-template-columns: 1fr; }
  .foot-in { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 900px) {
  .nav {
    display: none; position: absolute; left: 0; right: 0; top: 100%;
    flex-direction: column; gap: 0; padding: 8px 22px 18px;
    background: rgba(8, 17, 32, .99); border-bottom: 1px solid var(--line-d);
  }
  .nav.open { display: flex; }
  .nav a { padding: 13px 0; border-bottom: 1px solid var(--line-d); }
  .burger { display: block; }
  .head-cta { display: none; }
  .head-in { position: relative; }
  .steps { grid-template-columns: 1fr; gap: 30px; }
  .step:not(:last-child)::after { display: none; }
  .checks { grid-template-columns: 1fr; gap: 24px; }
  .qa-list { grid-template-columns: 1fr; }
  .qa-r:last-child { grid-column: 1; }
  .gal { grid-template-columns: 1fr 1fr; }
  .g-lead { grid-column: 1 / span 2; grid-row: 1; }
  .g-lead img { aspect-ratio: 4 / 3; object-position: 50% 40%; }
  .g:nth-child(2) { grid-column: 1; grid-row: 2; }
  .g:nth-child(3) { grid-column: 2; grid-row: 2; }
  .g:nth-child(4) { grid-column: 1 / span 2; grid-row: 3; }
  .hero-card { position: static; margin: 38px 0 0; display: inline-block; backdrop-filter: none; }
  .hero-in { padding: 64px 0 76px; }
}

@media (max-width: 700px) {
  body { font-size: 17px; }
  .shell { width: min(100% - 32px, var(--shell)); }
  .dark, .darker, .deep, .light { padding: 76px 0; }
  .fam-grid { grid-template-columns: 1fr; }
  .fam:nth-child(1), .fam:nth-child(2), .fam:nth-child(3), .fam:nth-child(4),
  .fam:nth-child(5), .fam:nth-child(6), .fam:nth-child(7) {
    grid-column: 1; grid-row: auto;
  }
  .fam { padding: 24px 22px 22px; }
  .fam-lead .fam-head { font-size: 26px; }
  .gal { grid-template-columns: 1fr; }
  .g-lead, .g:nth-child(2), .g:nth-child(3), .g:nth-child(4) {
    grid-column: 1; grid-row: auto;
  }
  .g img, .g-lead img { aspect-ratio: 4 / 3 !important; }
  .g:nth-child(4) img { aspect-ratio: 16 / 9 !important; }
  .strip-in { flex-direction: column; align-items: flex-start; gap: 10px; padding: 22px 0; }
  .slot, .form-wrap, .facts { padding: 24px 20px 22px; }
  .fr { grid-template-columns: 1fr; row-gap: 3px; }
  .fr dt { letter-spacing: .16em; }
  .fab { right: 16px; bottom: 16px; width: 60px; height: 60px; }
  .fab svg { width: 25px; height: 25px; }
  .foot-bar { padding-bottom: 92px; }
  .foot-in { grid-template-columns: 1fr; gap: 34px; }
  .hero-cta .btn { flex: 1 1 100%; justify-content: center; }
  .contact-cta { display: flex; flex-wrap: wrap; gap: 12px; }
  .contact-cta .btn { flex: 1 1 100%; justify-content: center; }
  .lede { font-size: 18px; }
  .hero-lead { font-size: 18px; }
  .eyebrow { font-size: 11.5px; letter-spacing: .13em; flex-wrap: wrap; gap: 9px; }
  .hero-title { font-size: 36px; }
  .hc-v { font-size: 46px; }
}

/* --------------------------------------------------------------------------
   Reduced motion
   -------------------------------------------------------------------------- */

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after {
    animation-duration: .001ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: .001ms !important;
    scroll-behavior: auto !important;
  }
  .reveal { opacity: 1; transform: none; }
  .hero-img { animation: none; transform: none; }
}

/* Attribution link in the fiction footer (concept-posture) */
.nhmw-link{color:inherit;text-decoration:underline;text-underline-offset:2px}
