/* ==========================================================================
   AST Transport - site stylesheet
   Ink, paper and safety amber. Archivo (wide for display, regular for text).
   ========================================================================== */

:root {
  --ink: #0f1114;
  --ink-2: #171a1f;
  --ink-3: #22262d;
  --ink-4: #2e333c;
  --amber: #f2a900;
  --amber-deep: #cf8f00;
  --amber-tint: #fff4d6;
  --paper: #f6f5f1;
  --paper-2: #edebe5;
  --line: #dcdad2;
  --white: #ffffff;
  --text: #15171a;
  --text-2: #4b5057;
  --text-3: #6f747c;
  --ok: #1f7a3f;
  --ok-tint: #e6f4ea;
  --err: #b3261e;
  --err-tint: #fbe9e7;
  --font: 'Archivo', system-ui, -apple-system, 'Segoe UI', Roboto, Arial, sans-serif;
  --radius: 3px;
  --container: 1200px;
  --gutter: clamp(1rem, 4vw, 2.5rem);
  --header-h: 76px;
  --ease: cubic-bezier(.2, .7, .2, 1);
  --shadow: 0 24px 48px -28px rgb(15 17 20 / .45);
}

/* ---------- reset ---------- */
*, *::before, *::after { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; }
body { margin: 0; font-family: var(--font); font-size: 1.0625rem; line-height: 1.6; color: var(--text); background: var(--white); -webkit-font-smoothing: antialiased; font-variation-settings: "wdth" 100; }
img, picture, svg, video { display: block; max-width: 100%; }
img { height: auto; }
h1, h2, h3, h4 { margin: 0; font-weight: 800; line-height: 1.05; letter-spacing: -.02em; text-wrap: balance; }
h1, h2 { font-stretch: 112%; font-variation-settings: "wdth" 112; }
p { margin: 0 0 1rem; }
a { color: inherit; }
ul, ol { margin: 0; padding: 0; }
button { font: inherit; color: inherit; background: none; border: 0; padding: 0; cursor: pointer; }
input, select, textarea { font: inherit; color: inherit; }
address { font-style: normal; }
[hidden] { display: none !important; }
:focus-visible { outline: 3px solid var(--amber); outline-offset: 3px; }
::selection { background: var(--amber); color: var(--ink); }
.icon { width: 1.2em; height: 1.2em; flex: 0 0 auto; }
.container { width: 100%; max-width: var(--container); margin-inline: auto; padding-inline: var(--gutter); }
.container--narrow { max-width: 820px; }
.skip-link { position: absolute; left: -999px; top: 8px; background: var(--amber); color: var(--ink); padding: .6rem 1rem; z-index: 1000; font-weight: 700; }
.skip-link:focus { left: 8px; }
.small { font-size: .9rem; }
em { font-style: normal; }
.hero__title em, .phead__title em, .shead__title em, .cta__title em, .errpage h1 em { color: var(--amber-deep); }
.section--ink .shead__title em, .section--ink .phead__title em { color: var(--amber); }

/* ---------- type helpers ---------- */
.eyebrow { display: inline-flex; align-items: center; gap: .5rem; font-weight: 700; font-size: .78rem; letter-spacing: .18em; text-transform: uppercase; color: var(--amber-deep); margin: 0 0 1rem; }
.eyebrow .icon { width: 1.1em; height: 1.1em; }
.section--ink .eyebrow { color: var(--amber); }
.tag { display: inline-block; vertical-align: middle; font-size: .72rem; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; padding: .28rem .55rem; border: 1.5px solid currentColor; border-radius: 2px; margin-left: .6rem; position: relative; top: -.25em; }
.tag--amber { border-color: var(--amber); background: var(--amber); color: var(--ink); }

/* ---------- buttons ---------- */
.btn { display: inline-flex; align-items: center; justify-content: center; gap: .55rem; font-weight: 700; font-size: .9rem; letter-spacing: .08em; text-transform: uppercase; padding: .85rem 1.35rem; border-radius: var(--radius); border: 2px solid transparent; text-decoration: none; line-height: 1.1; transition: transform .2s var(--ease), background .2s, border-color .2s, color .2s; white-space: nowrap; }
.btn .icon { width: 1.1em; height: 1.1em; transition: transform .2s var(--ease); }
.btn:hover { transform: translateY(-2px); }
.btn:hover .icon:last-child { transform: translateX(3px); }
.btn--lg { font-size: 1rem; padding: 1.05rem 1.7rem; }
.btn--block { width: 100%; }
.btn--amber { background: var(--amber); color: var(--ink); }
.btn--amber:hover { background: #ffb81f; }
.btn--ink { background: var(--ink); color: #fff; }
.btn--ink:hover { background: #000; }
.btn--outline { background: transparent; color: var(--ink); border-color: var(--ink); }
.btn--outline:hover { background: var(--ink); color: #fff; }
.btn--outline-light { background: transparent; color: #fff; border-color: rgb(255 255 255 / .55); }
.btn--outline-light:hover { border-color: #fff; background: rgb(255 255 255 / .08); }
.cta .btn--outline { border-color: var(--ink); color: var(--ink); }

/* ---------- header ---------- */
.hdr { position: sticky; top: 0; z-index: 100; background: #fff; border-top: 4px solid var(--amber); border-bottom: 1px solid var(--line); transition: box-shadow .3s; }
.hdr.is-scrolled { box-shadow: 0 12px 30px -18px rgb(15 17 20 / .35); }
.hdr__inner { display: flex; align-items: center; gap: 1.5rem; height: var(--header-h); }
.brand { display: flex; align-items: center; gap: .75rem; text-decoration: none; margin-right: auto; }
.brand__mark { width: 46px; height: 46px; }
.brand__word { height: 34px; width: auto; color: var(--ink); }
.nav { display: none; }
.nav__list { display: flex; list-style: none; gap: .25rem; }
.nav__item { position: relative; }
.has-mega { position: static; }
.nav__link { display: inline-flex; align-items: center; gap: .3rem; font-weight: 600; font-size: .95rem; color: var(--text); text-decoration: none; padding: .6rem .85rem; border-radius: var(--radius); position: relative; }
.nav__link .icon { width: 1em; height: 1em; transition: transform .2s; }
.nav__link::after { content: ""; position: absolute; left: .85rem; right: .85rem; bottom: .3rem; height: 2px; background: var(--amber); transform: scaleX(0); transform-origin: left; transition: transform .25s var(--ease); }
.nav__link:hover::after, .nav__link.is-active::after { transform: scaleX(1); }
.has-mega.is-open .nav__link .icon, .has-mega:hover .nav__link .icon { transform: rotate(180deg); }
.mega { position: absolute; left: 0; right: 0; top: 100%; background: #fff; border-top: 1px solid var(--line); border-bottom: 3px solid var(--amber); box-shadow: 0 30px 50px -30px rgb(15 17 20 / .5); opacity: 0; visibility: hidden; transform: translateY(-6px); transition: opacity .2s, transform .25s var(--ease), visibility .2s; }
.has-mega:hover .mega, .has-mega.is-open .mega, .has-mega:focus-within .mega { opacity: 1; visibility: visible; transform: none; }
.mega__inner { display: grid; grid-template-columns: 1fr 1fr 1fr 1.05fr; gap: 2.5rem; padding-block: 1.75rem 2rem; }
.mega__title { font-size: .78rem; letter-spacing: .16em; text-transform: uppercase; color: var(--text-3); margin-bottom: .75rem; padding-bottom: .5rem; border-bottom: 1px solid var(--line); }
.mega__list { list-style: none; display: grid; gap: .1rem; }
.mega__list a { display: flex; align-items: center; gap: .6rem; padding: .45rem .5rem; margin-left: -.5rem; border-radius: var(--radius); color: var(--text); text-decoration: none; font-weight: 500; font-size: .95rem; }
.mega__list a .icon { color: var(--amber-deep); }
.mega__list a:hover, .mega__list a[aria-current="page"] { background: var(--amber-tint); }
.mega__aside { background: var(--ink); color: #fff; border-radius: var(--radius); padding: 1.35rem; align-self: start; }
.mega__aside-title { font-weight: 800; font-size: 1.3rem; margin-bottom: .25rem; }
.mega__aside p { color: #c9ccd1; font-size: .93rem; }
.mega__all { display: inline-flex; align-items: center; gap: .4rem; margin-top: 1rem; color: var(--amber); font-weight: 600; text-decoration: none; }
.hdr__actions { display: flex; align-items: center; gap: 1rem; }
.hdr__phone { display: none; flex-direction: column; line-height: 1.1; text-decoration: none; color: var(--ink); text-align: right; }
.hdr__phone-label { font-size: .68rem; letter-spacing: .14em; text-transform: uppercase; color: var(--text-3); font-weight: 700; }
.hdr__phone-number { font-weight: 800; font-size: 1.15rem; letter-spacing: .01em; }
.hdr__cta { display: none; }
.nav-toggle { width: 44px; height: 44px; display: grid; place-items: center; color: var(--ink); }
.nav-toggle .icon { width: 28px; height: 28px; }
.nav-toggle__close { display: none; }
.nav-toggle[aria-expanded="true"] .nav-toggle__open { display: none; }
.nav-toggle[aria-expanded="true"] .nav-toggle__close { display: block; }
.mnav { position: absolute; left: 0; right: 0; top: 100%; background: #fff; max-height: calc(100vh - var(--header-h)); overflow: auto; border-top: 1px solid var(--line); box-shadow: 0 30px 50px -20px rgb(15 17 20 / .4); }
.mnav__inner { padding-block: .75rem 1.5rem; }
.mnav__list { list-style: none; }
.mnav__list > li > a, .mnav__group-btn { display: flex; align-items: center; justify-content: space-between; width: 100%; padding: .9rem .25rem; font-weight: 700; font-size: 1.1rem; color: var(--ink); text-decoration: none; border-bottom: 1px solid var(--line); text-align: left; }
.mnav__group-btn .icon { transition: transform .2s; }
.mnav__group-btn[aria-expanded="true"] .icon { transform: rotate(180deg); }
.mnav__sub { list-style: none; padding: .25rem 0 .5rem 1rem; border-bottom: 1px solid var(--line); }
.mnav__sub a { display: block; padding: .5rem .25rem; color: var(--text-2); text-decoration: none; font-weight: 500; }
.mnav__contact { margin-top: 1.25rem; display: grid; gap: .6rem; }
.mnav__label { font-size: .75rem; letter-spacing: .14em; text-transform: uppercase; color: var(--text-3); font-weight: 700; margin: 0 0 .25rem; }
.mnav__mail { display: inline-flex; gap: .5rem; align-items: center; color: var(--ink); text-decoration: none; margin-top: .5rem; }
body.nav-open { overflow: hidden; }
@media (min-width: 640px) { .hdr__phone { display: flex; } }
@media (min-width: 1024px) { .nav { display: block; margin-right: auto; } .brand { margin-right: 1.5rem; } .nav-toggle, .mnav { display: none !important; } }
@media (min-width: 1200px) { .hdr__cta { display: inline-flex; } }

/* ---------- hero ---------- */
.hero { background: var(--paper); border-bottom: 1px solid var(--line); }
.hero__grid { display: grid; gap: 2.5rem; padding-block: clamp(2.5rem, 6vw, 5rem) clamp(2.5rem, 6vw, 4.5rem); align-items: center; }
.hero__title { font-size: clamp(2.5rem, 5.6vw, 4.5rem); margin: 0 0 1.25rem; max-width: 14ch; }
.hero__lead { font-size: clamp(1.05rem, 1.5vw, 1.25rem); color: var(--text-2); max-width: 560px; margin-bottom: 1.75rem; }
.hero__actions { display: flex; flex-wrap: wrap; gap: .75rem; margin-bottom: 1.5rem; }
.hero__ticks { list-style: none; display: flex; flex-wrap: wrap; gap: .5rem 1.5rem; font-size: .95rem; font-weight: 600; color: var(--text-2); }
.hero__ticks li { display: inline-flex; align-items: center; gap: .4rem; }
.hero__ticks .icon { color: var(--amber-deep); }
.hero__media { position: relative; }
.frame { position: relative; border-radius: var(--radius); overflow: hidden; box-shadow: 14px 14px 0 var(--amber); }
.frame img { width: 100%; height: 100%; object-fit: cover; aspect-ratio: 4 / 3; }
.hero__chip { position: absolute; left: 1rem; bottom: 1rem; display: inline-flex; align-items: center; gap: .6rem; background: var(--ink); color: #fff; padding: .6rem .9rem; border-radius: var(--radius); font-size: .85rem; line-height: 1.2; }
.hero__chip .icon { color: var(--amber); width: 1.5em; height: 1.5em; }
.hero__chip b { display: block; font-size: .95rem; }
@media (min-width: 1000px) { .hero__grid { grid-template-columns: 1.05fr .95fr; gap: 4rem; } }

/* ---------- stats ---------- */
.stats { background: var(--ink); color: #fff; }
.stats--light { background: var(--white); color: var(--text); border-bottom: 1px solid var(--line); }
.stats__list { list-style: none; display: grid; grid-template-columns: repeat(2, 1fr); gap: 1.25rem 2rem; padding-block: 1.75rem; }
.stat { position: relative; padding-left: 1rem; }
.stat::before { content: ""; position: absolute; left: 0; top: .35rem; bottom: .35rem; width: 3px; background: var(--amber); }
.stat__value { display: block; font-weight: 800; font-stretch: 112%; font-variation-settings: "wdth" 112; font-size: clamp(2rem, 3.6vw, 2.8rem); line-height: 1; font-variant-numeric: tabular-nums; }
.stat__label { display: block; color: var(--steel-2, #a3a8ae); font-size: .9rem; margin-top: .3rem; }
.stats--light .stat__label { color: var(--text-2); }
@media (min-width: 800px) { .stats__list { grid-template-columns: repeat(4, 1fr); } }

/* ---------- sections ---------- */
.section { padding-block: clamp(3.5rem, 7vw, 6rem); }
.section--white { background: var(--white); }
.section--paper { background: var(--paper); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.section--ink { background: var(--ink); color: #fff; }
.shead { max-width: 720px; margin-bottom: clamp(1.75rem, 4vw, 3rem); }
.shead--row { display: flex; align-items: end; justify-content: space-between; gap: 2rem; max-width: none; flex-wrap: wrap; }
.shead__title { font-size: clamp(1.9rem, 3.6vw, 2.9rem); }
.shead__text { color: var(--text-2); font-size: 1.08rem; margin-top: 1rem; max-width: 620px; }
.section--ink .shead__text { color: #c9ccd1; }

/* cycle */
.cycle { background: var(--white); }
.cycle__grid { display: grid; gap: 2.5rem; align-items: center; }
.cycle__mark { display: grid; place-items: center; }
.cycle__svg { width: min(320px, 70vw); height: auto; }
.cycle__svg > path:nth-child(-n+6) { transform-box: view-box; transform-origin: 120px 120px; }
.cycle__svg.is-turning > path:nth-child(-n+6) { animation: turn 1.4s var(--ease) 1; }
@keyframes turn { from { transform: rotate(-120deg); } to { transform: rotate(0); } }
.cycle__steps { list-style: none; display: grid; gap: 1rem; margin-top: 1.5rem; }
.cycle__steps li { display: grid; grid-template-columns: 44px 1fr; gap: .25rem 1rem; align-items: start; }
.cycle__n { grid-row: span 2; width: 44px; height: 44px; border-radius: 50%; background: var(--amber); color: var(--ink); display: grid; place-items: center; font-weight: 800; }
.cycle__steps h3 { font-size: 1.2rem; }
.cycle__steps p { color: var(--text-2); margin: 0; }
@media (min-width: 900px) { .cycle__grid { grid-template-columns: 380px 1fr; gap: 4rem; } .cycle__steps { grid-template-columns: repeat(3, 1fr); gap: 1.5rem; } .cycle__steps li { grid-template-columns: 1fr; } .cycle__n { grid-row: auto; margin-bottom: .5rem; } }

/* services index */
.sindex { display: grid; gap: 2.5rem; }
.sindex__label { font-size: .8rem; letter-spacing: .16em; text-transform: uppercase; color: var(--text-3); padding-bottom: .6rem; border-bottom: 2px solid var(--ink); margin-bottom: .25rem; display: flex; justify-content: space-between; gap: 1rem; flex-wrap: wrap; }
.sindex__label span { font-weight: 500; letter-spacing: 0; text-transform: none; color: var(--text-3); }
.sindex__rows { display: grid; }
.srow { display: grid; grid-template-columns: 2.6rem 1fr auto auto; align-items: center; gap: 1rem; padding: 1rem .5rem; border-bottom: 1px solid var(--line); text-decoration: none; color: inherit; transition: background .2s, padding-left .2s var(--ease); }
.srow:hover { background: var(--amber-tint); padding-left: 1rem; }
.srow__num { font-weight: 800; font-size: .95rem; color: var(--amber-deep); font-variant-numeric: tabular-nums; }
.srow__body { display: flex; flex-direction: column; gap: .15rem; min-width: 0; }
.srow__title { font-weight: 700; font-size: 1.1rem; }
.srow__text { color: var(--text-3); font-size: .93rem; }
.srow__icon { color: var(--text-3); display: none; }
.srow__arrow { color: var(--text-3); transition: transform .2s, color .2s; }
.srow:hover .srow__arrow { color: var(--ink); transform: translateX(4px); }
@media (min-width: 700px) { .srow__icon { display: block; } }
@media (min-width: 1000px) { .sindex { grid-template-columns: 1fr 1fr; gap: 2rem 3rem; } .sindex__group:first-child { grid-row: span 2; } }

/* fleet teaser + plate */
.fleetx__grid { display: grid; gap: 2.5rem; align-items: center; }
.fleetx__media img { border-radius: var(--radius); box-shadow: -14px 14px 0 var(--amber); }
.plate { margin: 0 0 1.75rem; border-top: 2px solid var(--amber); }
.plate > div { display: grid; grid-template-columns: 150px 1fr; gap: 1rem; padding: .75rem 0; border-bottom: 1px solid rgb(255 255 255 / .12); }
.plate dt { font-size: .78rem; letter-spacing: .14em; text-transform: uppercase; color: var(--amber); font-weight: 700; padding-top: .15rem; }
.plate dd { margin: 0; color: #e6e8eb; }
@media (min-width: 1000px) { .fleetx__grid { grid-template-columns: 1fr 1fr; gap: 4rem; } }

/* where we work + route */
.where__grid { display: grid; gap: 2.5rem; align-items: start; }
.where__roads { list-style: none; display: flex; flex-wrap: wrap; gap: .5rem; margin: 0 0 1.25rem; }
.where__roads li { font-weight: 800; font-size: .95rem; padding: .35rem .7rem; border: 2px solid var(--ink); border-radius: 2px; letter-spacing: .04em; }
.where__towns { color: var(--text-2); font-size: .95rem; line-height: 1.8; margin-bottom: 1.5rem; max-width: 560px; }
.where__map { background: var(--paper); border: 1px solid var(--line); border-radius: var(--radius); padding: 1.5rem; }
.route { width: 100%; max-width: 360px; height: auto; margin-inline: auto; font-family: var(--font); }
.route__line { stroke: var(--ink); stroke-width: 6; }
.route__end { fill: var(--ink); }
.route__stop { fill: #fff; stroke: var(--ink); stroke-width: 5; }
.route__base { fill: var(--amber); stroke: var(--ink); stroke-width: 5; }
.route__base-dot { fill: var(--ink); }
.route__name { font-size: 18px; font-weight: 700; fill: var(--text); }
.route__name--base { font-weight: 800; }
.route__note { font-size: 13px; fill: var(--text-3); }
@media (min-width: 900px) { .where__grid { grid-template-columns: 1.15fr .85fr; gap: 4rem; } }

/* sectors */
.sectors { display: grid; gap: 1.25rem; grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); }
.sector { background: #fff; border: 1px solid var(--line); border-radius: var(--radius); padding: 1.6rem 1.5rem; }
.sector__icon { width: 46px; height: 46px; border-radius: var(--radius); background: var(--ink); color: var(--amber); display: grid; place-items: center; margin-bottom: 1rem; }
.sector__icon .icon { width: 24px; height: 24px; }
.sector h3 { font-size: 1.2rem; margin-bottom: .5rem; }
.sector p { color: var(--text-2); margin: 0; }
.sectors--dark .sector, .section--ink .sector { background: var(--ink-3); border-color: rgb(255 255 255 / .08); color: #fff; }
.section--ink .sector__icon { background: var(--amber); color: var(--ink); }
.section--ink .sector p { color: #c9ccd1; }

/* steps */
.steps { list-style: none; display: grid; gap: 1.5rem; grid-template-columns: repeat(auto-fit, minmax(230px, 1fr)); }
.step { border-top: 2px solid var(--line); padding-top: 1.25rem; position: relative; }
.step::before { content: ""; position: absolute; top: -2px; left: 0; width: 44px; height: 2px; background: var(--amber); }
.step__n { display: inline-grid; place-items: center; width: 34px; height: 34px; border-radius: 50%; background: var(--ink); color: var(--amber); font-weight: 800; font-size: .95rem; margin-bottom: .85rem; }
.step h3 { font-size: 1.2rem; margin-bottom: .45rem; }
.step p { color: var(--text-2); margin: 0; }

/* posts */
.posts { display: grid; gap: 1.5rem; grid-template-columns: repeat(auto-fill, minmax(300px, 1fr)); }
.post { display: flex; flex-direction: column; background: #fff; border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden; text-decoration: none; color: inherit; transition: transform .3s var(--ease), box-shadow .3s; }
.post:hover { transform: translateY(-4px); box-shadow: var(--shadow); }
.post__media { aspect-ratio: 16 / 10; background: var(--ink-3); overflow: hidden; }
.post__media img { width: 100%; height: 100%; object-fit: cover; }
.post__placeholder { width: 100%; height: 100%; display: grid; place-items: center; background: var(--ink); }
.post__mark { width: 90px; height: 90px; }
.post__body { padding: 1.25rem 1.4rem 1.5rem; display: flex; flex-direction: column; flex: 1; }
.post time { font-size: .78rem; letter-spacing: .12em; text-transform: uppercase; color: var(--text-3); font-weight: 700; }
.post__title { font-size: 1.3rem; margin: .5rem 0 .5rem; }
.post p { color: var(--text-2); flex: 1; }
.post__more { display: inline-flex; align-items: center; gap: .4rem; font-weight: 700; color: var(--amber-deep); text-transform: uppercase; letter-spacing: .08em; font-size: .85rem; }

/* cta */
.cta { background: var(--amber); color: var(--ink); }
.cta__inner { display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 2rem; padding-block: clamp(2.5rem, 5vw, 3.75rem); }
.cta__title { font-size: clamp(1.8rem, 3.6vw, 2.6rem); margin-bottom: .5rem; }
.cta__text { margin: 0; max-width: 540px; font-size: 1.05rem; }
.cta__actions { display: flex; flex-wrap: wrap; gap: .75rem; align-items: center; }
.cta__link { display: inline-flex; align-items: center; gap: .4rem; font-weight: 700; text-decoration: underline; text-underline-offset: .3em; }

/* ---------- inner page head + image band ---------- */
.phead { background: var(--paper); border-bottom: 1px solid var(--line); }
.phead__inner { padding-block: clamp(2rem, 5vw, 3.5rem); max-width: var(--container); }
.phead--compact .phead__inner, .phead--compact .container--narrow { padding-block: clamp(1.75rem, 4vw, 2.75rem); }
.phead__title { font-size: clamp(2.2rem, 5vw, 3.9rem); max-width: 18ch; margin: 0 0 1rem; }
.phead__lead { font-size: clamp(1.05rem, 1.4vw, 1.2rem); color: var(--text-2); max-width: 680px; margin: 0; }
.crumbs { margin-bottom: 1.25rem; font-size: .88rem; }
.crumbs ol { list-style: none; display: flex; flex-wrap: wrap; gap: .35rem; color: var(--text-3); }
.crumbs li + li::before { content: "/"; margin-right: .35rem; opacity: .5; }
.crumbs a { color: var(--text-2); text-decoration: none; }
.crumbs a:hover { color: var(--ink); text-decoration: underline; }
.band { position: relative; margin-top: 1.5rem; }
.band__media { border-radius: var(--radius); overflow: hidden; }
.band__media img { width: 100%; aspect-ratio: 21 / 9; object-fit: cover; }
.band__corner { position: absolute; right: -8px; bottom: -8px; width: 120px; height: 120px; border-right: 8px solid var(--amber); border-bottom: 8px solid var(--amber); z-index: -1; }
.article .band__media img { aspect-ratio: 16 / 9; }

/* ---------- service layout ---------- */
.slayout { display: grid; gap: 3rem; grid-template-columns: 1fr; }
.saside { display: grid; gap: 1.25rem; align-content: start; }
@media (min-width: 1000px) { .slayout { grid-template-columns: minmax(0, 1fr) 340px; gap: 4rem; } .saside { position: sticky; top: calc(var(--header-h) + 1.5rem); } }
.prose { max-width: 70ch; }
.prose--narrow { max-width: 760px; }
.prose > * + * { margin-top: 1.1rem; }
.prose h2 { font-size: clamp(1.5rem, 2.6vw, 1.9rem); margin-top: 2.5rem; }
.prose h3 { font-size: 1.3rem; margin-top: 2rem; }
.prose h4 { font-size: 1.1rem; margin-top: 1.5rem; }
.prose p { margin: 0; color: var(--text-2); }
.prose--lead > p:first-child { font-size: 1.18rem; color: var(--text); }
.prose ul, .prose ol { padding-left: 1.3rem; color: var(--text-2); }
.prose li + li { margin-top: .35rem; }
.prose a { color: var(--amber-deep); text-decoration: underline; text-underline-offset: .2em; }
.prose blockquote { margin: 1.5rem 0; padding: .5rem 0 .5rem 1.25rem; border-left: 4px solid var(--amber); font-size: 1.15rem; color: var(--text); }
.prose img { border-radius: var(--radius); margin: 1.5rem 0; }
.prose hr { border: 0; border-top: 1px solid var(--line); margin: 2rem 0; }
.prose code { font-family: ui-monospace, Menlo, Consolas, monospace; font-size: .92em; background: var(--paper-2); padding: .1em .35em; border-radius: 3px; }
.prose strong { color: var(--text); }
.included { background: var(--paper); border-left: 4px solid var(--amber); padding: 1.6rem 1.75rem 1.4rem; margin: 2.5rem 0; border-radius: 0 var(--radius) var(--radius) 0; }
.included h2 { font-size: 1.35rem; margin-bottom: 1rem; }
.checklist { list-style: none; display: grid; gap: .6rem .75rem; grid-template-columns: 1fr; }
.checklist li { display: flex; gap: .6rem; align-items: flex-start; color: var(--text-2); }
.checklist .icon { color: var(--amber-deep); width: 1.35em; height: 1.35em; flex: 0 0 auto; margin-top: .1em; }
@media (min-width: 700px) { .checklist { grid-template-columns: 1fr 1fr; } }
.faq { margin-top: 3rem; }
.faq h2 { font-size: clamp(1.5rem, 2.6vw, 1.9rem); margin-bottom: 1rem; }
.faq__item { border-top: 1px solid var(--line); }
.faq__item:last-child { border-bottom: 1px solid var(--line); }
.faq__item summary { display: flex; align-items: center; justify-content: space-between; gap: 1rem; padding: 1rem 0; cursor: pointer; list-style: none; font-weight: 700; font-size: 1.08rem; }
.faq__item summary::-webkit-details-marker { display: none; }
.faq__item summary .icon { color: var(--amber-deep); transition: transform .25s var(--ease); flex: 0 0 auto; }
.faq__item[open] summary .icon { transform: rotate(180deg); }
.faq__answer { padding: 0 0 1.25rem; color: var(--text-2); max-width: 65ch; }
.faq__answer p { margin: 0; }
.callcard { background: var(--ink); color: #fff; border-radius: var(--radius); padding: 1.6rem; display: grid; gap: .65rem; border-top: 4px solid var(--amber); }
.callcard__title { font-size: 1.4rem; }
.callcard p { color: #c9ccd1; margin: 0 0 .5rem; }
.callcard__mail { display: inline-flex; align-items: center; gap: .5rem; color: #fff; text-decoration: none; margin-top: .5rem; font-weight: 500; word-break: break-all; }
.callcard__link { display: inline-flex; align-items: center; gap: .4rem; color: var(--amber); text-decoration: none; font-size: .95rem; font-weight: 600; }
.related { background: var(--paper); border-radius: var(--radius); padding: 1.4rem; border: 1px solid var(--line); }
.related h3 { font-size: .8rem; letter-spacing: .14em; text-transform: uppercase; color: var(--text-3); margin-bottom: .75rem; }
.related ul { list-style: none; display: grid; gap: .25rem; }
.related a { display: flex; align-items: center; gap: .6rem; padding: .55rem .6rem; margin-inline: -.6rem; border-radius: var(--radius); text-decoration: none; font-weight: 600; }
.related a .icon:first-child { color: var(--amber-deep); }
.related a .icon:last-child { margin-left: auto; color: var(--text-3); }
.related a:hover { background: #fff; }

/* ---------- fleet ---------- */
.units { display: grid; gap: 1.5rem; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); }
.unit { background: var(--ink-3); border: 1px solid rgb(255 255 255 / .08); border-radius: var(--radius); overflow: hidden; }
.unit__head { padding: 1.35rem 1.4rem 1.1rem; border-bottom: 3px solid var(--amber); }
.unit__count { display: inline-block; font-size: .72rem; letter-spacing: .14em; text-transform: uppercase; color: var(--amber); font-weight: 700; }
.unit__head h3 { font-size: 1.5rem; margin-top: .25rem; }
.unit__head p { color: #a3a8ae; font-size: .9rem; margin: .25rem 0 0; }
.unit__specs { margin: 0; padding: .6rem 1.4rem 1.1rem; }
.unit__specs > div { display: flex; justify-content: space-between; gap: 1rem; padding: .55rem 0; border-bottom: 1px solid rgb(255 255 255 / .08); }
.unit__specs > div:last-child { border-bottom: 0; }
.unit__specs dt { color: #a3a8ae; font-size: .88rem; }
.unit__specs dd { margin: 0; font-weight: 600; text-align: right; font-size: .95rem; }
.gallery { display: grid; gap: 1rem; grid-template-columns: repeat(2, 1fr); }
.gallery__item { margin: 0; border-radius: var(--radius); overflow: hidden; aspect-ratio: 4 / 3; background: var(--ink-3); }
.gallery__item img { width: 100%; height: 100%; object-fit: cover; }
@media (min-width: 900px) { .gallery { grid-template-columns: repeat(4, 1fr); } }

/* ---------- about, contact ---------- */
.about { display: grid; gap: 3rem; grid-template-columns: 1fr; }
@media (min-width: 1000px) { .about { grid-template-columns: minmax(0, 1fr) 380px; gap: 4rem; } }
.detail { background: var(--paper); border: 1px solid var(--line); border-radius: var(--radius); padding: 1.5rem 1.5rem 1.3rem; }
.detail--ink { background: var(--ink); color: #fff; border-color: transparent; border-top: 4px solid var(--amber); }
.detail h3 { font-size: .8rem; letter-spacing: .14em; text-transform: uppercase; margin-bottom: .85rem; color: var(--text-3); }
.detail--ink h3 { color: #a3a8ae; }
.detail a { color: inherit; }
.detail__big { font-weight: 800; font-size: 1.7rem; margin: 0 0 .25rem; letter-spacing: -.01em; }
.detail__big a { text-decoration: none; color: var(--amber); }
.detail__link { display: inline-flex; align-items: center; gap: .4rem; margin-top: .75rem; font-weight: 600; color: var(--amber-deep) !important; text-decoration: none; }
.detail__list { margin: 0; display: grid; gap: .6rem; }
.detail__list > div { display: grid; gap: .1rem; }
.detail__list dt { font-size: .72rem; letter-spacing: .12em; text-transform: uppercase; color: var(--text-3); font-weight: 700; }
.detail__list dd { margin: 0; font-weight: 500; }
.cgrid { display: grid; gap: 3rem; grid-template-columns: 1fr; }
@media (min-width: 1000px) { .cgrid { grid-template-columns: minmax(0, 1.15fr) minmax(320px, .85fr); gap: 4rem; } }
.cform__title { font-size: 1.7rem; margin-bottom: 1.25rem; }
.cform { display: grid; gap: 1.1rem; }
.frow { display: grid; gap: .4rem; }
.frow--2 { grid-template-columns: 1fr; gap: 1.1rem; }
.frow--2 > div { display: grid; gap: .4rem; }
@media (min-width: 640px) { .frow--2 { grid-template-columns: 1fr 1fr; } }
.frow label { font-weight: 700; font-size: .8rem; letter-spacing: .12em; text-transform: uppercase; color: var(--text-2); }
.req { color: var(--amber-deep); }
.cform input, .cform select, .cform textarea { width: 100%; padding: .85rem 1rem; border: 1.5px solid var(--line); border-radius: var(--radius); background: #fff; transition: border-color .2s, box-shadow .2s; }
.cform input:focus, .cform select:focus, .cform textarea:focus { outline: none; border-color: var(--amber); box-shadow: 0 0 0 4px rgb(242 169 0 / .2); }
.cform textarea { resize: vertical; min-height: 150px; }
.frow--hp { position: absolute !important; left: -9999px !important; width: 1px; height: 1px; overflow: hidden; }
.fnote { color: var(--text-3); font-size: .9rem; margin: 0; }
.fnote a { color: var(--amber-deep); }
.form-status { margin: 0; font-weight: 600; }
.form-status.is-error { color: var(--err); }
.cdetails { display: grid; gap: 1.25rem; align-content: start; }
.map { border-radius: var(--radius); overflow: hidden; aspect-ratio: 4 / 3; background: var(--paper-2); border: 1px solid var(--line); }
.map iframe { width: 100%; height: 100%; border: 0; display: block; }
.notice { padding: 1.5rem 1.75rem; border-radius: var(--radius); border: 1px solid; }
.notice h2 { font-size: 1.5rem; margin-bottom: .5rem; }
.notice--ok { background: var(--ok-tint); border-color: #bfe3c8; color: #14532d; }
.notice--ok a:not(.btn) { color: inherit; }
.notice--ok .btn { margin-top: .5rem; }
.notice--err { background: var(--err-tint); border-color: #f1c5c1; color: #7f1d1d; padding: 1rem 1.25rem; margin-bottom: 1rem; font-weight: 500; }

/* ---------- blog + misc ---------- */
.empty { text-align: center; padding: 3rem 1rem; max-width: 480px; margin-inline: auto; }
.empty__mark { width: 90px; height: 90px; margin: 0 auto 1rem; }
.empty h2 { font-size: 1.7rem; margin-bottom: .5rem; }
.empty a { color: var(--amber-deep); }
.article__body { padding-block: clamp(2rem, 5vw, 3.5rem) 1rem; max-width: none; font-size: 1.1rem; }
.article__footer { display: flex; flex-wrap: wrap; align-items: center; gap: .5rem 1rem; padding: 1.5rem 0 clamp(2.5rem, 6vw, 4rem); border-top: 1px solid var(--line); margin-top: 2rem; font-weight: 600; }
.article__footer a { color: var(--amber-deep); text-decoration: none; }
.article__footer a:hover { text-decoration: underline; }
.errpage { text-align: center; padding-block: clamp(4rem, 12vw, 8rem); }
.errpage h1 { font-size: clamp(2.2rem, 5vw, 3.8rem); margin-bottom: 1rem; }
.errpage p { color: var(--text-2); font-size: 1.1rem; }
.errpage p a { color: var(--amber-deep); }
.errpage__links { display: flex; flex-wrap: wrap; gap: .75rem; justify-content: center; margin-top: 1.5rem; }

.draft-banner { background: #fff4d6; color: #7a5200; border-bottom: 1px solid #f0d58a; padding: .75rem var(--gutter); text-align: center; font-size: .95rem; }

/* ---------- footer ---------- */
.ftr { background: var(--ink); color: #d6d8db; border-top: 6px solid var(--amber); }
.ftr__grid { display: grid; gap: 2.5rem; grid-template-columns: 1fr; padding-block: clamp(3rem, 6vw, 4.5rem) 3rem; }
@media (min-width: 700px) { .ftr__grid { grid-template-columns: 1fr 1fr; } }
@media (min-width: 1100px) { .ftr__grid { grid-template-columns: 1.7fr 1fr 1fr 1fr 1.1fr; gap: 2rem; } }
.ftr__mark { width: 84px; height: 84px; }
.ftr__strap { font-weight: 800; font-size: 1.25rem; color: #fff; margin: 1rem 0 .5rem; letter-spacing: -.01em; }
.ftr__blurb { color: #a3a8ae; max-width: 380px; margin-bottom: 1.25rem; }
.ftr__contact { list-style: none; display: grid; gap: .55rem; }
.ftr__contact li { display: flex; align-items: flex-start; gap: .6rem; }
.ftr__contact .icon { color: var(--amber); margin-top: .2em; }
.ftr__contact a { color: #fff; text-decoration: none; font-weight: 600; }
.ftr__contact a:hover { color: var(--amber); }
.ftr__contact .sep { color: #6f747c; margin: 0 .2rem; }
.ftr__title { font-size: .78rem; text-transform: uppercase; letter-spacing: .16em; color: #fff; margin-bottom: 1rem; padding-bottom: .5rem; border-bottom: 2px solid var(--amber); display: inline-block; }
.ftr__links { list-style: none; display: grid; gap: .45rem; }
.ftr__links a { color: #a3a8ae; text-decoration: none; }
.ftr__links a:hover { color: #fff; }
.ftr__address { color: #a3a8ae; line-height: 1.6; }
.ftr__map { display: inline-flex; align-items: center; gap: .4rem; margin-top: .75rem; color: #fff; font-weight: 600; text-decoration: none; }
.ftr__map:hover { color: var(--amber); }
.ftr__bottom { background: #000; border-top: 1px solid rgb(255 255 255 / .06); font-size: .85rem; color: #a3a8ae; }
.ftr__bottom-inner { display: flex; flex-wrap: wrap; justify-content: space-between; gap: .75rem 2rem; padding-block: 1.1rem; }
.ftr__bottom p { margin: 0; max-width: 760px; }
.ftr__legal { list-style: none; display: flex; gap: 1.25rem; }
.ftr__legal a { color: #a3a8ae; text-decoration: none; }
.ftr__legal a:hover { color: #fff; }

/* ---------- mobile call bar ---------- */
.call-bar { position: fixed; left: 0; right: 0; bottom: 0; z-index: 90; display: grid; grid-template-columns: 1fr 1fr; background: var(--ink); border-top: 1px solid rgb(255 255 255 / .1); padding: .5rem; gap: .5rem; padding-bottom: calc(.5rem + env(safe-area-inset-bottom)); }
.call-bar__btn { display: inline-flex; align-items: center; justify-content: center; gap: .5rem; padding: .85rem; border-radius: var(--radius); color: #fff; text-decoration: none; font-weight: 700; text-transform: uppercase; letter-spacing: .08em; font-size: .85rem; background: var(--ink-3); }
.call-bar__btn--amber { background: var(--amber); color: var(--ink); }
@media (max-width: 899px) { body { padding-bottom: 68px; } }
@media (min-width: 900px) { .call-bar { display: none; } }

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .btn, .post, .srow { transition: none; }
  .cycle__svg.is-turning > path { animation: none; }
}
@media print { .hdr, .call-bar, .cta, .ftr { display: none !important; } body { padding: 0; } }
