/* JBECS styles.css. 1 tokens 2 fonts 3 reset 4 a11y 5 type 6 layout 7 buttons 8 cards
9 imgslots 10 chrome 11 hero 12 forms 13 callbar 14 texture 15 motion 16 print */
/* 1 TOKENS */
:root{
--ink:#0a0a0a; --surface:#121212; --surface-2:#181818; --line:#2a2a2a;
--gold-1:#d4a017; --gold-2:#f4d47c; --gold:#d4a017; --gold-soft:#6b5410;
--gold-gradient:linear-gradient(135deg,var(--gold-1),var(--gold-2));
--text:#f5f5f0; --muted:#b5b0a6; --err:#FF9E9E; --ok:#9BE0B4;
--font-serif:"Playfair Display",ui-serif,Georgia,"Iowan Old Style","Times New Roman",serif;
--font-sans:"Inter",ui-sans-serif,system-ui,-apple-system,"Segoe UI",Roboto,Helvetica,Arial,sans-serif;
--font-mono:ui-monospace,Consolas,monospace;
--gutter:clamp(1.15rem,4vw,2.5rem); --pad-y:clamp(4rem,9vw,7.5rem);
--radius:3px; --tap:44px; color-scheme:dark;
}
/* 2 FONTS. The four woff2 files do not exist yet: swap plus a real fallback stack makes a
   404 a silent no-op, and the page upgrades when they land. No external URLs. Headings ask
   for 500 and only a 600 Playfair face exists, so matching picks 600 for Playfair while
   Georgia keeps the regular weight it renders at today. */
@font-face{font-family:"Playfair Display";src:url("/assets/fonts/playfair-display-600.woff2") format("woff2");
font-weight:600;font-style:normal;font-display:swap}
@font-face{font-family:"Inter";src:url("/assets/fonts/inter-400.woff2") format("woff2");
font-weight:400;font-style:normal;font-display:swap}
@font-face{font-family:"Inter";src:url("/assets/fonts/inter-500.woff2") format("woff2");
font-weight:500;font-style:normal;font-display:swap}
@font-face{font-family:"Inter";src:url("/assets/fonts/inter-600.woff2") format("woff2");
font-weight:600;font-style:normal;font-display:swap}
/* 3 RESET */
*,*::before,*::after{box-sizing:border-box}
html{-webkit-text-size-adjust:100%;text-size-adjust:100%;scroll-behavior:smooth}
body,h1,h2,h3,h4,p,figure,blockquote,dl,dd,ul,ol{margin:0}
ul[class],ol[class]{list-style:none;padding:0}
img,svg,video{max-width:100%;height:auto;display:block}
input,button,textarea,select{font:inherit;color:inherit}
button{background:none;border:0}
[hidden]{display:none!important}
body{background:var(--ink);color:var(--text);font-family:var(--font-sans);
font-size:clamp(1rem,.97rem + .18vw,1.075rem);line-height:1.68;
padding-bottom:calc(4.5rem + env(safe-area-inset-bottom,0px))} /* callbar clearance */
::selection{background:var(--gold);color:var(--ink)}
::placeholder{color:#8B8780}
a{color:var(--gold);text-underline-offset:3px}
a:hover{color:var(--text)}
/* 4 A11Y */
:focus-visible{outline:2px solid var(--gold);outline-offset:3px;border-radius:2px}
:focus:not(:focus-visible){outline:none}
[tabindex="-1"]:focus-visible{outline-offset:-4px} /* skip-link targets */
.sr-only{position:absolute!important;width:1px;height:1px;padding:0;margin:-1px;
overflow:hidden;clip:rect(0 0 0 0);clip-path:inset(50%);white-space:nowrap;border:0}
.skiplink{position:absolute;left:-9999px;top:0;z-index:200;background-color:var(--gold-1);
background-image:var(--gold-gradient);
color:var(--ink);font-weight:600;padding:.85rem 1.25rem;text-decoration:none}
.skiplink:focus{left:0}
/* 5 TYPE */
h1,h2,h3,h4,.h-display,.h-section,.h-card{font-family:var(--font-serif);font-weight:500;
color:var(--text);line-height:1.15;letter-spacing:-.01em;text-wrap:balance}
.h-display{font-size:clamp(2.6rem,6vw,4.75rem);line-height:1.03;letter-spacing:-.025em}
.h-section{font-size:clamp(1.9rem,3.4vw,2.9rem);letter-spacing:-.018em;position:relative}
.h-section::after{content:"";display:block;width:3.25rem;height:2px;background:var(--gold-gradient);
border-radius:1px;margin:1.15rem 0 0}
.text-center .h-section::after{margin-inline:auto}
.h-card{font-size:clamp(1.15rem,1.5vw,1.35rem)}
.eyebrow{display:flex;align-items:center;gap:.7rem;font-size:.875rem;font-weight:600;
text-transform:uppercase;letter-spacing:.18em;color:var(--gold);margin:0 0 1rem;line-height:1.4}
.eyebrow::before{content:"";flex:0 0 2rem;height:2px;border-radius:1px;background:var(--gold-gradient)}
.text-center .eyebrow{justify-content:center}
.lede{font-size:clamp(1.1rem,1.5vw,1.3rem);line-height:1.6;color:var(--muted);max-width:68ch}
p{max-width:72ch}
.muted{color:var(--muted)}
.text-center{text-align:center}
.text-center .lede,.text-center p{margin-inline:auto}
.list-plain{list-style:none;padding:0;display:grid;gap:.55rem}
/* breadcrumbs: scoped, .list-plain stays grid */
nav[aria-label="Breadcrumb"] .list-plain{display:flex;flex-wrap:wrap;align-items:center;
gap:.5rem;font-size:.9375rem}
nav[aria-label="Breadcrumb"] li+li::before{content:"/";color:var(--muted);margin-right:.5rem}
nav[aria-label="Breadcrumb"] [aria-current]{color:var(--muted)}
.list-check{list-style:none;padding:0;display:grid;gap:.8rem}
.list-check>li{position:relative;padding-left:1.85rem}
.list-check>li::before{content:"";position:absolute;left:.15rem;top:.62em;width:.62rem;
height:.32rem;border-left:1.5px solid var(--gold-2);border-bottom:1.5px solid var(--gold-2);
transform:rotate(-45deg)}
/* 6 LAYOUT */
.wrap{width:100%;max-width:1200px;margin-inline:auto;padding-inline:var(--gutter)}
.wrap--narrow{max-width:760px}
.section{padding-block:var(--pad-y)}
.section--tight{padding-block:clamp(2.25rem,5vw,3.5rem)}
.section--alt{background:var(--surface);border-block:1px solid var(--line)}
.stack{display:grid;gap:1.15rem;align-content:start}
.grid{display:grid;gap:clamp(1.15rem,2.5vw,2rem)}
.split{display:grid;gap:clamp(1.75rem,4vw,3.5rem);align-items:center}
@media (min-width:560px){.grid--4{grid-template-columns:repeat(2,1fr)}}
@media (min-width:640px){.grid--2,.grid--3{grid-template-columns:repeat(2,1fr)}}
@media (min-width:960px){.grid--3{grid-template-columns:repeat(3,1fr)}
.grid--4{grid-template-columns:repeat(4,1fr)}}
@media (min-width:900px){.split{grid-template-columns:1fr 1fr}
.split--reverse>:first-child{order:2}}
/* 7 BUTTONS */
.btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;
min-height:var(--tap);padding:.8rem 1.6rem;font-size:1rem;font-weight:600;
text-decoration:none;border-radius:var(--radius);border:1px solid transparent;
cursor:pointer;transition:background-color .2s,color .2s,border-color .2s}
.btn--gold{background-color:var(--gold-1);background-image:var(--gold-gradient);
color:var(--ink);border-color:var(--gold-1)}
.btn--gold:hover{background-image:linear-gradient(135deg,var(--gold-2),var(--gold-1));
border-color:var(--gold-2)}
.btn--gold:focus-visible{outline:2px solid var(--text);outline-offset:2px;box-shadow:0 0 0 5px var(--ink)}
.btn--ghost{background:transparent;color:var(--text);border-color:var(--line)}
.btn--ghost:hover{border-color:var(--gold);color:var(--gold)}
.btn--block{display:flex;width:100%}
.btn-row{display:flex;flex-wrap:wrap;gap:.85rem;align-items:center}
.text-center .btn-row{justify-content:center}
/* 8 CARDS */
.card{background:var(--surface-2);border:1px solid var(--line);border-radius:var(--radius);
padding:clamp(1.35rem,2.4vw,2rem);display:flex;flex-direction:column;gap:.8rem}
.card__title{margin:0;display:flex;align-items:center;gap:.65rem}
.card__title svg{flex:0 0 auto;width:24px;height:24px}
/* only tint icons that actually paint with currentColor. stroke="url(#gold-grad)" is left alone. */
.card__title svg[stroke="currentColor"]{color:var(--gold)}
.card__body{color:var(--muted);margin:0;max-width:none}
.card--link{text-decoration:none;color:var(--text);transition:border-color .2s}
.card--link:hover{border-color:var(--gold);background:var(--surface)}
/* fleet: cards in a row are equal height (grid stretch) and the button sits on the floor */
.fleet__reserve{margin-top:auto}
.fleet__img{width:100%;height:auto;aspect-ratio:16/9;object-fit:cover;display:block;
border-radius:var(--radius)}
.stat{border-top:1px solid var(--line);padding-top:1.15rem;display:grid;gap:.3rem}
.stat__num{font-family:var(--font-serif);font-size:clamp(2rem,3.4vw,2.75rem);line-height:1;
color:var(--gold);letter-spacing:-.02em}
.stat__label{font-size:.875rem;text-transform:uppercase;letter-spacing:.13em;color:var(--muted)}
.badge,.chip{display:inline-flex;align-items:center;font-size:.875rem;line-height:1.2;
letter-spacing:.06em;padding:.45rem .85rem;border:1px solid var(--line);
border-radius:999px;background:var(--surface-2);color:var(--muted)}
.badge{color:var(--gold);border-color:var(--gold-soft);text-transform:uppercase;font-weight:600}
.chip-row{display:flex;flex-wrap:wrap;gap:.6rem;padding:0;margin:0;list-style:none}
/* 9 IMGSLOTS */
.imgslot{display:flex;flex-direction:column;align-items:center;justify-content:center;
gap:.4rem;padding:1.25rem;text-align:center;background:var(--surface-2);
background-image:repeating-linear-gradient(45deg,transparent 0 11px,rgba(212,160,23,.05) 11px 12px);
border:1px dashed var(--gold-soft);border-radius:var(--radius);min-height:180px;overflow:hidden}
/* label reads "fleet-escalade.jpg — 1600x900": wrap at the spaces, break mid-token only
   if one is still too wide for a narrow card. Stays 14px so gold text passes AA. */
.imgslot__name{font-family:var(--font-mono);font-size:.875rem;line-height:1.4;
color:var(--gold);max-width:100%;overflow-wrap:anywhere}
.imgslot__meta{font-size:.8125rem;color:var(--muted);max-width:100%;overflow-wrap:anywhere}
.imgslot--wide{aspect-ratio:16/9;min-height:0}
.imgslot--square{aspect-ratio:1/1;min-height:0}
.imgslot--tall{aspect-ratio:3/4;min-height:0}
.imgslot--hero{height:100%;min-height:clamp(260px,44vw,520px)}
/* 10 CHROME */
.siteheader{position:sticky;top:0;z-index:100;background:rgba(10,10,10,.9);
backdrop-filter:blur(10px);border-bottom:1px solid var(--line)}
.siteheader__inner{display:flex;align-items:center;justify-content:space-between;gap:1rem;
width:100%;max-width:1200px;margin-inline:auto;padding:.6rem var(--gutter);min-height:66px}
.brand{display:inline-flex;align-items:center;gap:.65rem;min-height:var(--tap);
text-decoration:none;color:var(--text)}
/* the crest carries its own gold gradient, so no border box and no colour here */
.brand__mark{display:block;flex:0 0 auto;width:28px;height:36px}
/* Full lockup in the footer. logo.webp has an opaque pure-black background, so `screen`
   drops it out against the near-black page: black contributes nothing under that blend.
   If a transparent PNG or SVG replaces it later, this rule is harmless and can go. */
.sitefooter__logo{width:100%;max-width:15rem;height:auto;margin-bottom:.5rem;
mix-blend-mode:screen}
.brand__text{font-family:var(--font-serif);font-size:1.05rem;line-height:1.2}
.nav{display:none}
.nav__list{display:flex;align-items:center;gap:clamp(1rem,2vw,1.9rem);list-style:none;padding:0}
/* nav__link is reused in mobile panel + footer */
.nav__link{display:inline-flex;align-items:center;min-height:var(--tap);font-size:.95rem;
color:var(--text);text-decoration:none}
.nav__link:hover{color:var(--gold)}
.nav .nav__link{color:var(--muted)}
.nav__link--active{color:var(--gold)}
.nav .nav__link--active{box-shadow:inset 0 -1px 0 var(--gold)}
.nav__cta{display:inline-flex;align-items:center;justify-content:center;min-height:var(--tap);
padding:.55rem 1.15rem;border:1px solid var(--gold);border-radius:var(--radius);color:var(--gold);
font-size:.95rem;font-weight:600;text-decoration:none;transition:background-color .2s}
.nav__cta:hover{background-color:var(--gold-1);background-image:var(--gold-gradient);color:var(--ink)}
.navtoggle{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;
min-width:var(--tap);min-height:var(--tap);padding:.5rem .75rem;border:1px solid var(--line);
border-radius:var(--radius);color:var(--text);font-size:.95rem;cursor:pointer}
.mobilenav{border-top:1px solid var(--line);background:var(--surface)} /* no display here: [hidden] wins */
.mobilenav__list{list-style:none;padding:0;display:grid}
.mobilenav__list a{display:flex;min-height:var(--tap);padding:.7rem var(--gutter);
border-bottom:1px solid var(--line)}
.sitefooter{background:var(--surface);border-top:1px solid var(--line);color:var(--muted);
padding-block:clamp(2.75rem,6vw,4.5rem) 1.75rem}
.sitefooter__grid{display:grid;gap:clamp(1.75rem,4vw,2.75rem);
grid-template-columns:repeat(auto-fit,minmax(210px,1fr))}
.sitefooter__col{display:grid;gap:.6rem;align-content:start}
.sitefooter__col :is(h2,h3){font-family:var(--font-sans);font-size:.875rem;font-weight:600;
text-transform:uppercase;letter-spacing:.15em;color:var(--gold)}
/* :not(.btn) matters. Without it this rule out-specifies .btn--gold and paints the
   footer call button's label muted-on-gold, which measures 1.04:1. */
.sitefooter__col a:not(.btn){color:var(--muted);text-decoration:none}
.sitefooter__col a:not(.btn):hover{color:var(--gold)}
.sitefooter__col li a{display:inline-flex;align-items:center;min-height:var(--tap)}
.sitefooter__bottom{margin-top:clamp(2rem,5vw,3rem);padding-top:1.4rem;font-size:.875rem;
border-top:1px solid var(--line);display:flex;flex-wrap:wrap;gap:.6rem 1.5rem;
justify-content:space-between}
@media (min-width:768px){.nav{display:block}.navtoggle,.mobilenav{display:none}}
/* 11 HERO */
.hero{padding-block:clamp(3rem,8vw,6.5rem);border-bottom:1px solid var(--line)}
.hero__inner{display:grid;gap:clamp(2rem,5vw,4rem);align-items:center;
  width:100%;max-width:1200px;margin-inline:auto;padding-inline:var(--gutter)}
/* keep the header phone number on one line; it wrapped to three on small screens */
.nav__cta{white-space:nowrap}
.hero__content{display:grid;gap:1.35rem;align-content:start}
.hero__media{min-width:0}
.hero__trust{display:flex;flex-wrap:wrap;gap:.7rem 1.6rem;list-style:none;padding:0;
font-size:.9375rem;color:var(--muted)}
.hero__trust>li{display:flex;align-items:center;gap:.55rem}
@media (min-width:900px){.hero__inner{grid-template-columns:1.05fr .95fr}}
/* 12 FORMS */
.form{display:grid;gap:1.5rem}
.form fieldset{border:0;margin:0;padding:0;min-width:0}
.form legend{padding:0}
.form__grid{display:grid;gap:1.15rem}
.field{display:grid;gap:.4rem;min-width:0}
.field__label{font-size:.9375rem;font-weight:600}
.field__input,.field__select,.field__textarea{width:100%;min-height:var(--tap);
padding:.75rem .9rem;background:var(--surface-2);color:var(--text);font-size:1rem;
border:1px solid var(--line);border-radius:var(--radius);line-height:1.5;
transition:border-color .2s,box-shadow .2s}
.field__input:focus,.field__select:focus,.field__textarea:focus{border-color:var(--gold);
box-shadow:0 0 0 1px var(--gold)}
.field__textarea{min-height:8.5rem;resize:vertical}
.field__select{appearance:none;padding-right:2.6rem;cursor:pointer;background-repeat:no-repeat;
background-position:right 1rem center;background-size:12px 8px;
background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 8'%3E%3Cpath d='M1 1.6 6 6.4l5-4.8' fill='none' stroke='%23f4d47c' stroke-width='1.6' stroke-linecap='round'/%3E%3C/svg%3E")}
.field__hint{font-size:.875rem;color:var(--muted)}
.field__error{font-size:.875rem;font-weight:600;color:var(--err)}
[aria-invalid="true"]{border-color:var(--err)!important}
.form__status{padding:.9rem 1.1rem;border:1px solid var(--line);border-left-width:3px;
border-radius:var(--radius);background:var(--surface-2);font-size:.9375rem}
.form__status--ok{border-left-color:var(--ok);color:var(--ok)}
.form__status--err{border-left-color:var(--err);color:var(--err)}
.hp-field{position:absolute!important;left:-10000px;top:auto;width:1px;height:1px;
overflow:hidden;opacity:0;pointer-events:none} /* honeypot, never display:none */
@media (min-width:640px){.form__grid{grid-template-columns:repeat(2,1fr)}
.field--full{grid-column:1/-1}}
/* 13 CALLBAR */
.callbar{position:fixed;left:0;right:0;bottom:0;z-index:150;padding:.6rem var(--gutter);
padding-bottom:calc(.6rem + env(safe-area-inset-bottom,0px));background:rgba(10,10,10,.96);
border-top:1px solid var(--line);backdrop-filter:blur(10px)}
.callbar__btn{display:flex;align-items:center;justify-content:center;gap:.5rem;width:100%;
min-height:var(--tap);padding:.75rem 1rem;background-color:var(--gold-1);
background-image:var(--gold-gradient);color:var(--ink);
font-weight:700;text-decoration:none;border-radius:var(--radius)}
.callbar__btn:focus-visible{outline:2px solid var(--text);outline-offset:-4px}
@media (min-width:768px){.callbar{display:none}body{padding-bottom:0}}
/* 14 TEXTURE. All decoration. Each layer is a pointer-events:none pseudo at z-index:-1
   inside a section that isolates itself, so it paints above the section background and
   BEHIND all real content. Text stays selectable; nothing can cover the sticky callbar
   (z-index 150, outside every section) or the form. Nothing animates. Data-URI SVG and
   gradients only: zero network requests. */
.section,.hero{position:relative;isolation:isolate}
/* 14a grain, feTurbulence over every dark section */
.section::after,.hero::after{content:"";position:absolute;inset:0;z-index:-1;
pointer-events:none;opacity:.045;
background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='120' height='120'%3E%3Cfilter id='g'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='2' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='120' height='120' filter='url(%23g)'/%3E%3C/svg%3E");
background-size:120px 120px}
/* 14b soft warm radial washes behind the hero and the alternating sections */
.hero::before,.section--alt::before{content:"";position:absolute;inset:0;z-index:-1;
pointer-events:none;
background-image:radial-gradient(70% 55% at 15% 0%,rgba(212,160,23,.09),transparent 68%),
radial-gradient(55% 50% at 92% 100%,rgba(244,212,124,.05),transparent 70%)}
/* 14c crest watermark, offset left and sized large so it reads as texture. At .045 over
   --ink the backdrop becomes about #141310: body text 16.8:1, flat gold text 7.8:1. */
.h-section::before{content:"";position:absolute;z-index:-1;pointer-events:none;
left:-5.5rem;top:50%;translate:0 -50%;width:15rem;height:21rem;opacity:.04;
background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 140' fill='none' stroke='%23f4d47c' stroke-width='2.5'%3E%3Cpath d='M18 34V13l17 10.5L50 5l15 18.5L82 13v21z'/%3E%3Cpath d='M18 37h64v39c0 24-16 40-32 50-16-10-32-26-32-50z'/%3E%3Cpath d='M27 46h46v29c0 17-11 28-23 35-12-7-23-18-23-35z' stroke-width='1.2'/%3E%3Cpath d='M50 72 58 86 50 100 42 86z' fill='%23f4d47c' stroke='none'/%3E%3C/svg%3E") center/contain no-repeat}
/* 14d divider: gradient hairlines flanking a gold diamond fleuron that matches the crest */
.divider{border:0;height:1rem;margin-block:clamp(2rem,5vw,3.5rem);
display:flex;align-items:center;justify-content:center;gap:1.9rem;
background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 26 12'%3E%3ClinearGradient id='f' x1='0' y1='0' x2='1' y2='1'%3E%3Cstop offset='0' stop-color='%23d4a017'/%3E%3Cstop offset='1' stop-color='%23f4d47c'/%3E%3C/linearGradient%3E%3Cpath d='M13 0 16.4 6 13 12 9.6 6z' fill='url(%23f)'/%3E%3Ccircle cx='2.6' cy='6' r='1.3' fill='%23d4a017'/%3E%3Ccircle cx='23.4' cy='6' r='1.3' fill='%23d4a017'/%3E%3C/svg%3E") center/1.7rem .85rem no-repeat}
.divider::before,.divider::after{content:"";flex:1 1 0;max-width:14rem;height:1px;
background:linear-gradient(90deg,transparent,var(--gold-1) 62%,var(--gold-2))}
.divider::after{background:linear-gradient(270deg,transparent,var(--gold-1) 62%,var(--gold-2))}
/* 15 MOTION */
@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}
*,*::before,*::after{animation-duration:.01ms!important;animation-iteration-count:1!important;
transition-duration:.01ms!important;scroll-behavior:auto!important}}
/* 16 PRINT */
@media print{
.callbar,.siteheader,.nav,.mobilenav,.navtoggle,.skiplink,.imgslot{display:none!important}
/* screen blend against white paper would print a black slab */
.sitefooter__logo{display:none!important}
.section::before,.section::after,.hero::before,.hero::after,.h-section::before,
.divider::before,.divider::after{display:none}
body{background:#fff;color:#000;padding:0;font-size:12pt}
.section,.hero{padding-block:1rem;background:none;isolation:auto}
.h-display,.h-section,.h-card,.stat__num,.eyebrow,.muted,.lede,a{color:#000}
.h-section::after,.eyebrow::before{background:#000}
.divider{height:auto;background:none;border-top:1px solid #999}
.card,.section--alt,.sitefooter{background:transparent;border-color:#999}
.btn--gold,.callbar__btn{background-image:none;background-color:transparent;color:#000}
}
