/* vanilla base reset (no framework) */
*, *::before, *::after { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; }
body { margin: 0; font-family: var(--j85eb0-font, system-ui, -apple-system, 'Segoe UI', Helvetica, Arial, sans-serif); line-height: 1.5; color: var(--j85eb0-ink, #111); background: var(--j85eb0-bg, #fff); }
h1, h2, h3, h4, h5, h6 { font-family: var(--j85eb0-font-display, var(--j85eb0-font, system-ui, sans-serif)); }
img, svg, video, canvas { max-width: 100%; height: auto; }
a { color: inherit; }
*:focus-visible { outline: 2px solid var(--j85eb0-primary, #2563eb); outline-offset: 2px; }
/* visibility shim for framework toggles */
.hidden { display: none !important; }

/* design tokens */
:root {
  --j85eb0-primary: #232220;
  --j85eb0-secondary: #E0DDD5;
  --j85eb0-accent: #D4881A;
  --j85eb0-ink: #232220;
  --j85eb0-slate: #6B6862;
  --j85eb0-mist: #D8D4CB;
  --j85eb0-border: #C9C5BC;
  --j85eb0-surface: #FFFFFF;
  --j85eb0-bg: #F4F1EA;
  --j85eb0-text: #232220;
  --j85eb0-font: 'Avenir Next', Avenir, 'Segoe UI', system-ui, sans-serif;
  --j85eb0-font-display: 'Avenir Next', Avenir, 'Segoe UI', 'Century Gothic', sans-serif;
}

/* state utilities */
.is-open { display: block !important; }
.is-active { display: block !important; }
[hidden] { display: none !important; }

/* framework-injected components (vanilla) */
[data-j85eb0-ui="cookie-banner"] { position: fixed; left: 1rem; right: 1rem; bottom: 1rem; z-index: 9999; margin: 0 auto; max-width: 56rem; border: 1px solid var(--j85eb0-border, #e5e7eb); background: var(--j85eb0-surface, #fff); border-radius: 1rem; padding: 1rem; box-shadow: 0 10px 30px rgba(0,0,0,.15); }
[data-j85eb0-ui="cookie-banner"] > div { display: flex; flex-wrap: wrap; gap: 1rem; align-items: flex-start; justify-content: space-between; }
[data-j85eb0-ui="cookie-banner"] > div > div:last-child { display: flex; flex-wrap: wrap; gap: .5rem; }
[data-j85eb0-ui="cookie-banner"] a { text-decoration: underline; }
[data-j85eb0-cs-action], [data-j85eb0-ag-action] { cursor: pointer; border-radius: .5rem; padding: .5rem .9rem; font-size: .8rem; border: 1px solid var(--j85eb0-border, #d1d5db); background: transparent; color: var(--j85eb0-ink, #111); }
[data-j85eb0-cs-action="accept-all"], [data-j85eb0-cs-action="save"], [data-j85eb0-ag-action="confirm"] { background: var(--j85eb0-primary, #2563eb); color: #fff; border-color: transparent; font-weight: 600; }
[data-j85eb0-cs-action="reject-all"] { background: var(--j85eb0-ink, #111); color: #fff; border-color: transparent; font-weight: 600; }
[data-j85eb0-cs-panel] { margin-top: 1rem; border: 1px solid var(--j85eb0-border, #e5e7eb); background: var(--j85eb0-surface, #fff); border-radius: .75rem; padding: 1rem; font-size: .875rem; }
[data-j85eb0-cs-panel] > div { display: flex; flex-wrap: wrap; gap: .75rem; }
[data-j85eb0-ui="cookie-banner"] label { display: inline-flex; align-items: center; gap: .5rem; }
[data-j85eb0-ui="age-gate-overlay"] { position: fixed; inset: 0; z-index: 10000; display: flex; align-items: center; justify-content: center; background: rgba(0,0,0,.8); }
[data-j85eb0-ui="age-gate-overlay"] > div { width: 100%; max-width: 28rem; margin: 0 1rem; background: var(--j85eb0-surface, #1a1a2e); color: var(--j85eb0-ink, #fff); border-radius: 1rem; padding: 2rem; text-align: center; box-shadow: 0 20px 60px rgba(0,0,0,.4); }
[data-j85eb0-ui="age-gate-overlay"] > div > div:last-of-type { display: flex; flex-direction: column; gap: .75rem; }
[data-j85eb0-ag-action] { padding: .75rem 1.5rem; }

/* sections */
/* j85eb0:header */
/* j85eb0:header */
#header{position:sticky;top:0;z-index:100;background:var(--j85eb0-surface);border-bottom:1px solid var(--j85eb0-border)}
.header-inner{max-width:72rem;margin:0 auto;padding:1.25rem clamp(1rem,4vw,3rem);display:flex;align-items:center;justify-content:space-between;gap:1.5rem}
.brand{font-size:1.125rem;font-weight:700;color:var(--j85eb0-ink);text-decoration:none;letter-spacing:-0.02em}
.brand:hover,.brand:focus-visible{color:var(--j85eb0-accent)}
.menu-toggle{display:none;flex-direction:column;justify-content:center;gap:5px;width:44px;height:44px;background:transparent;border:1px solid var(--j85eb0-border);border-radius:2px;cursor:pointer;padding:0}
.menu-toggle:focus-visible{outline:2px solid var(--j85eb0-accent);outline-offset:2px}
.menu-bar{display:block;width:18px;height:2px;background:var(--j85eb0-ink);margin:0 auto}
.header-nav{display:flex;align-items:center;gap:2rem}
.nav-list{display:flex;list-style:none;margin:0;padding:0;gap:1.75rem}
.nav-link{font-size:.875rem;color:var(--j85eb0-slate);text-decoration:none;padding:.5rem 0;border-bottom:2px solid transparent;transition:color .2s ease,border-color .2s ease}
.nav-link:hover,.nav-link:focus-visible{color:var(--j85eb0-ink);border-bottom-color:var(--j85eb0-accent);outline:none}
.nav-phone{font-size:.875rem;font-weight:600;color:var(--j85eb0-ink);text-decoration:none;white-space:nowrap;font-variant-numeric:tabular-nums}
.nav-phone:hover,.nav-phone:focus-visible{color:var(--j85eb0-accent);outline:none}
@media(max-width:768px){.menu-toggle{display:flex}.header-nav{display:none;position:absolute;top:100%;left:0;right:0;flex-direction:column;align-items:flex-start;gap:1rem;padding:1.5rem clamp(1rem,4vw,3rem);background:var(--j85eb0-surface);border-bottom:1px solid var(--j85eb0-border)}.header-nav:not([hidden]){display:flex}.nav-list{flex-direction:column;gap:.5rem;width:100%}.nav-link{display:block;padding:.75rem 0;font-size:1rem;border-bottom:1px solid var(--j85eb0-border)}.nav-phone{font-size:1rem;margin-top:.5rem}}
@media(prefers-reduced-motion:reduce){.nav-link{transition:none}}
::selection{background:var(--j85eb0-accent);color:var(--j85eb0-surface)}
/* j85eb0:footer */
/* j85eb0:footer */
#footer{background:var(--j85eb0-primary);color:var(--j85eb0-secondary);font-size:.9375rem}
#footer .inner{max-width:72rem;margin:0 auto;padding:clamp(3rem,6vw,4.5rem) clamp(1rem,4vw,3rem) 1.5rem;display:grid;gap:clamp(2rem,4vw,3.5rem);grid-template-columns:minmax(15rem,1fr) 2fr}
#footer h2{margin:0 0 .75rem;font-size:.75rem;letter-spacing:.14em;text-transform:uppercase;color:var(--j85eb0-bg)}
#footer .brand{margin:0;font-size:1.5rem;color:var(--j85eb0-bg)}
#footer .contact{display:flex;flex-direction:column;gap:.35rem;font-style:normal;color:var(--j85eb0-mist)}
#footer a{color:var(--j85eb0-secondary);text-decoration:none;border-bottom:1px solid transparent}
#footer a:hover,#footer a:focus-visible{color:var(--j85eb0-accent);border-bottom-color:var(--j85eb0-accent)}
#footer ul{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:.5rem}
#footer .nav{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:clamp(1.5rem,3vw,2.5rem)}
#footer .terms,#footer .bottom{grid-column:1/-1;border-top:1px solid var(--j85eb0-slate);padding-top:1.5rem}
#footer .terms{display:grid;grid-template-columns:1fr 1fr;gap:clamp(1.5rem,3vw,2.5rem)}
#footer .bottom{display:flex;flex-wrap:wrap;justify-content:space-between;gap:.5rem 1.5rem}
#footer p{margin:.5rem 0 0;color:var(--j85eb0-mist)}
@media(max-width:1024px){#footer .inner{grid-template-columns:1fr}}
@media(max-width:640px){#footer .nav,#footer .terms{grid-template-columns:1fr}}
/* j85eb0:hero */
/* j85eb0:hero */
#hero{background:var(--j85eb0-bg);color:var(--j85eb0-text);font-family:'Avenir Next',Avenir,'Segoe UI',system-ui,sans-serif;padding:clamp(2.5rem,6vw,5rem) 0}
#hero ::selection{background:var(--j85eb0-accent);color:var(--j85eb0-surface)}
#hero .hero-inner{max-width:72rem;margin:0 auto;padding:0 clamp(1rem,4vw,3rem);display:grid;grid-template-columns:7fr 5fr;gap:clamp(1.5rem,4vw,3.5rem);align-items:start}
#hero .hero-kicker,#hero .field label{margin:0;font-size:.72rem;letter-spacing:.14em;text-transform:uppercase;color:var(--j85eb0-slate)}
#hero .hero-kicker{margin-bottom:.8rem}
#hero .hero-title{margin:0 0 1rem;font-family:'Century Gothic','Avenir Next',sans-serif;font-size:clamp(2.3rem,5vw,4.4rem);line-height:1.04;letter-spacing:-.03em;text-wrap:balance;color:var(--j85eb0-ink)}
#hero .hero-sub{margin:0 0 1.6rem;max-width:33rem;line-height:1.55;color:var(--j85eb0-slate)}
#hero .route-search{display:grid;grid-template-columns:1fr 1fr;gap:.75rem 1rem;background:var(--j85eb0-surface);border:1px solid var(--j85eb0-border);border-radius:4px;padding:clamp(1rem,2.5vw,1.5rem)}
#hero .field{display:flex;flex-direction:column;gap:.3rem;min-width:0}
#hero input,#hero select{font:inherit;color:var(--j85eb0-ink);background:var(--j85eb0-bg);border:1px solid var(--j85eb0-border);border-radius:2px;padding:.6rem;min-height:44px;width:100%;box-sizing:border-box}
#hero .btn-search{grid-column:1/-1;display:flex;align-items:center;justify-content:center;min-height:48px;font-weight:700;text-decoration:none;background:var(--j85eb0-accent);color:var(--j85eb0-primary);border:1px solid var(--j85eb0-accent);border-radius:2px}
#hero .btn-search:hover{background:var(--j85eb0-primary);color:var(--j85eb0-secondary);border-color:var(--j85eb0-primary)}
#hero :focus-visible{outline:2px solid var(--j85eb0-accent);outline-offset:2px}
#hero .hero-note,#hero .hero-figure figcaption{margin:1rem 0 0;font-size:.8rem;line-height:1.55;color:var(--j85eb0-slate)}
#hero .availability-card{background:var(--j85eb0-surface);border:1px solid var(--j85eb0-border);border-radius:4px;padding:clamp(1.1rem,2.5vw,1.6rem)}
#hero .avail-head{display:flex;justify-content:space-between;align-items:center;gap:1rem;padding-bottom:.9rem;border-bottom:1px solid var(--j85eb0-border)}
#hero h2{margin:0;font-size:1rem;color:var(--j85eb0-ink)}
#hero .live-badge,#hero .chip{display:inline-flex;align-items:center;font-size:.68rem;letter-spacing:.1em;text-transform:uppercase;color:var(--j85eb0-slate)}
#hero .dot{width:.5rem;height:.5rem;border-radius:50%;background:var(--j85eb0-accent);margin-right:.35rem;animation:pulse 1.8s infinite}
@keyframes pulse{50%{opacity:.3}}
#hero .route-list{list-style:none;margin:0;padding:0}
#hero .route-row{display:grid;grid-template-columns:1fr auto;gap:.2rem .8rem;padding:.9rem 0;border-bottom:1px dashed var(--j85eb0-border)}
#hero .route-name{font-weight:600;color:var(--j85eb0-ink)}
#hero .chip{grid-area:2/1;justify-self:start;border:1px solid var(--j85eb0-border);border-radius:2px;padding:.1rem .4rem}
#hero .route-price{grid-area:1/2/3/3;align-self:center;font-size:.85rem;color:var(--j85eb0-slate);white-space:nowrap}
#hero .num{font-family:'Courier New',monospace;font-size:1.15rem;font-weight:700;font-variant-numeric:tabular-nums;color:var(--j85eb0-accent)}
#hero .card-link{display:inline-block;margin-top:1rem;font-size:.85rem;font-weight:600;color:var(--j85eb0-ink);text-underline-offset:3px}
#hero .card-link:hover{color:var(--j85eb0-accent)}
#hero .hero-figure{grid-column:1/-1;margin:clamp(2rem,5vw,3.5rem) 0 0}
#hero .hero-figure img{display:block;width:100%;height:auto;border-radius:4px;object-fit:cover}
@media(max-width:900px){#hero .hero-inner{grid-template-columns:1fr}}
@media(max-width:520px){#hero .route-search{grid-template-columns:1fr}}
@media(prefers-reduced-motion:reduce){#hero .dot{animation:none}}
/* j85eb0:city-pair-proof */
/* j85eb0:city-pair-proof */
#city-pair-proof{--sf:Georgia,'Times New Roman',serif;--ss:'Avenir Next',Avenir,'Segoe UI',system-ui,sans-serif;background:var(--j85eb0-bg);color:var(--j85eb0-text);padding:clamp(3rem,8vw,7rem) clamp(1rem,4vw,3rem);font-family:var(--ss)}
.proof-shell{max-width:72rem;margin:0 auto;display:flex;flex-direction:column;gap:clamp(1.5rem,4vw,3rem)}
.proof-head{max-width:44rem}
.proof-kicker{margin:0 0 .75rem;font-size:.75rem;letter-spacing:.16em;text-transform:uppercase;color:var(--j85eb0-slate)}
.proof-title{margin:0 0 1rem;font-family:var(--sf);font-weight:600;font-size:clamp(1.75rem,3vw,2.5rem);line-height:1.1;letter-spacing:-.01em;color:var(--j85eb0-ink);text-wrap:balance}
.proof-lede{margin:0;line-height:1.6;color:var(--j85eb0-slate)}
.proof-figure{margin:0}
.proof-figure img{display:block;width:100%;height:auto;border-radius:var(--j85eb0-md)}
.proof-figure figcaption{margin-top:.6rem;font-size:.8rem;color:var(--j85eb0-slate)}
.proof-table-wrap{background:var(--j85eb0-surface);border:1px solid var(--j85eb0-border);border-radius:var(--j85eb0-md);overflow-x:auto}
.proof-table{width:100%;border-collapse:collapse;font-variant-numeric:tabular-nums}
.proof-table th,.proof-table td{padding:1rem 1.25rem;text-align:left}
.proof-table thead th{font-size:.6875rem;letter-spacing:.14em;text-transform:uppercase;color:var(--j85eb0-slate);border-bottom:2px solid var(--j85eb0-ink);font-weight:600}
.proof-table tbody td{border-bottom:1px solid var(--j85eb0-border);color:var(--j85eb0-ink);font-size:.9375rem}
.proof-table tbody tr:last-child td{border-bottom:0}
.proof-table td:first-child{font-weight:600;font-family:var(--sf)}
.proof-table td:nth-child(4),.proof-table td:nth-child(5){color:var(--j85eb0-accent);font-weight:700;font-size:1.2rem}
.proof-note{margin:0;font-size:.8rem;line-height:1.6;color:var(--j85eb0-slate);max-width:52rem}
.proof-link{color:var(--j85eb0-ink);text-decoration:underline;text-underline-offset:.18em}
.proof-link:hover{color:var(--j85eb0-accent)}
.proof-link:focus-visible{outline:2px solid var(--j85eb0-accent);outline-offset:3px}
/* j85eb0:pricing-table */
/* j85eb0:pricing-table */
#pricing-table{background:var(--j85eb0-bg);color:var(--j85eb0-text);padding:clamp(3rem,8vw,7rem) 1.25rem;font-family:Avenir,system-ui,sans-serif}
.pricing-shell{max-width:72rem;margin:0 auto;display:grid;grid-template-columns:5fr 7fr;gap:clamp(1.5rem,4vw,3rem);align-items:start}
.pricing-title{margin:0;font-family:Georgia,serif;font-size:clamp(1.5rem,3vw,2.5rem);line-height:1.15;letter-spacing:-.02em;text-wrap:balance}
.pricing-note{margin:1rem 0 0;font-size:.9375rem;color:var(--j85eb0-slate);line-height:1.6}
.pricing-terms{margin:1.25rem 0 0;font-size:.9375rem;color:var(--j85eb0-slate);line-height:1.7}
.pricing-figure img{display:block;width:100%;height:auto}
.pricing-figure figcaption{margin-top:.6rem;font-size:.8125rem;color:var(--j85eb0-slate)}
.rate-table{width:100%;border-collapse:collapse;background:var(--j85eb0-surface);border:1px solid var(--j85eb0-border)}
.rate-table caption{padding:0 0 .75rem;font-size:.8125rem;color:var(--j85eb0-slate)}
.rate-table th,.rate-table td{padding:.7rem .75rem;border-bottom:1px solid var(--j85eb0-border);font-variant-numeric:tabular-nums;text-align:left}
.rate-table thead th{font-size:.75rem;text-transform:uppercase;color:var(--j85eb0-slate)}
.rate{color:var(--j85eb0-accent);font-weight:600}
.pricing-example{margin:1.25rem 0 0;padding:1rem;background:var(--j85eb0-surface);border-left:4px solid var(--j85eb0-accent)}
.pricing-shell a{color:var(--j85eb0-accent)}
.pricing-shell a:focus-visible{outline:2px solid var(--j85eb0-accent);outline-offset:3px}
.pricing-shell ::selection{background:var(--j85eb0-accent)}
@media(max-width:1024px){.pricing-shell{grid-template-columns:1fr}}
@media(max-width:640px){.rate-table th,.rate-table td{padding:.5rem .4rem;font-size:.8125rem}}
/* j85eb0:fleet-preview */
/* j85eb0:fleet-preview */
#fleet-preview{--fs:Georgia,'Times New Roman',serif;background:var(--j85eb0-bg);color:var(--j85eb0-ink);font-family:'Avenir Next',Avenir,'Segoe UI',system-ui,sans-serif;padding:clamp(3rem,8vw,7rem) clamp(1rem,4vw,3rem);& .fc{max-width:72rem;margin:0 auto}& .fh{max-width:48rem;margin-bottom:clamp(1.5rem,4vw,3rem)}& .ft{font-family:var(--fs);font-size:clamp(1.75rem,3.5vw,2.75rem);line-height:1.1;letter-spacing:-.01em;margin:0 0 1rem;text-wrap:balance}& .fi{font-size:1.0625rem;line-height:1.6;color:var(--j85eb0-slate);margin:0}& .fs{display:grid;grid-template-columns:7fr 5fr;gap:clamp(1.5rem,3vw,2.5rem);align-items:start;margin-bottom:clamp(2rem,4vw,3rem)}& figure{margin:0}& .ff img{display:block;width:100%;height:auto;border-radius:2px}& .fcap{font-size:.8125rem;color:var(--j85eb0-slate);margin:.625rem 0 0;line-height:1.5}& .fn{background:var(--j85eb0-surface);border:1px solid var(--j85eb0-border);border-radius:2px;padding:clamp(1.25rem,2vw,1.75rem)}& .fq{font-family:var(--fs);font-size:1.125rem;line-height:1.5;margin:0}& .ftw{overflow-x:auto;margin-bottom:clamp(1.5rem,3vw,2rem)}& table{width:100%;border-collapse:collapse;font-size:.9375rem;font-variant-numeric:tabular-nums;min-width:38rem}& thead th{text-align:left;font-weight:600;font-size:.75rem;letter-spacing:.06em;text-transform:uppercase;color:var(--j85eb0-slate);border-bottom:2px solid var(--j85eb0-ink);padding:.75rem 1rem;white-space:nowrap}& tbody th{text-align:left;font-weight:600;padding:.875rem 1rem;border-bottom:1px solid var(--j85eb0-border)}& tbody td{padding:.875rem 1rem;border-bottom:1px solid var(--j85eb0-border)}& .rate{color:var(--j85eb0-accent);font-weight:700;white-space:nowrap}& .rate span{font-weight:500;font-size:.75rem;color:var(--j85eb0-slate)}& .finc{margin-bottom:clamp(1.5rem,3vw,2.5rem)}& .it{font-family:var(--fs);font-size:1.125rem;margin:0 0 .75rem}& .il{list-style:none;margin:0 0 1rem;padding:0;display:grid;gap:.5rem}& .il li{position:relative;padding-left:1.25rem;font-size:.9375rem;line-height:1.5}& .il li::before{content:'';position:absolute;left:0;top:.6em;width:6px;height:6px;background:var(--j85eb0-accent);border-radius:50%}& .dp{font-size:.9375rem;line-height:1.6;color:var(--j85eb0-slate);margin:0}& .ffoot a{color:var(--j85eb0-accent);font-weight:600;text-decoration:underline;text-underline-offset:2px}& .ffoot a:hover,& .ffoot a:focus-visible{color:var(--j85eb0-ink)}& a:focus-visible{outline:2px solid var(--j85eb0-accent);outline-offset:2px}& ::selection{background:var(--j85eb0-accent);color:var(--j85eb0-surface)}@media(max-width:768px){& .fs{grid-template-columns:1fr}}@media(prefers-reduced-motion:reduce){& *{transition:none!important}}}
/* j85eb0:trust-block */
/* j85eb0:trust-block */
#trust-block{background:var(--j85eb0-bg);padding:clamp(3rem,8vw,7rem) clamp(1rem,4vw,3rem);font-family:'Avenir Next',Avenir,'Segoe UI',system-ui,sans-serif;color:var(--j85eb0-ink)}
#trust-block .wrap{max-width:72rem;margin:0 auto}
#trust-block .grid{display:grid;grid-template-columns:7fr 5fr;gap:clamp(2rem,5vw,4rem)}
#trust-block .eyebrow{display:block;font-size:.75rem;text-transform:uppercase;color:var(--j85eb0-slate);margin-bottom:1rem}
#trust-block h2,#trust-block h3,#trust-block .num{font-family:'Avenir Next',Avenir,'Segoe UI','Century Gothic',sans-serif;font-weight:700;font-variant-numeric:tabular-nums}
#trust-block h2{font-size:clamp(1.5rem,3vw,2.25rem);line-height:1.15;letter-spacing:-.01em;margin:0 0 2.5rem;text-wrap:balance}
#trust-block h3{font-size:1.25rem;margin:0 0 1.25rem}
#trust-block .stats{display:flex;flex-direction:column;gap:2rem;margin-bottom:2.5rem}
#trust-block .stat-lg{border-left:3px solid var(--j85eb0-ink);padding-left:1.25rem}
#trust-block .stat-lg .num{font-size:clamp(3rem,6vw,4.5rem)}
#trust-block .stat-row{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem}
#trust-block .stat{border-top:1px solid var(--j85eb0-border);padding-top:.75rem}
#trust-block .stat .num{font-size:1.75rem;color:var(--j85eb0-accent);display:block;margin-bottom:.25rem}
#trust-block .label{font-size:.875rem;color:var(--j85eb0-slate);line-height:1.4;display:block}
#trust-block img{width:100%;height:auto;display:block}
#trust-block .disclosure{background:var(--j85eb0-surface);border:1px solid var(--j85eb0-border);padding:2rem}
#trust-block .coverage{list-style:none;padding:0;margin:0 0 1.5rem}
#trust-block .coverage li{padding:.625rem 0;border-bottom:1px solid var(--j85eb0-border);font-size:.875rem;color:var(--j85eb0-text)}
#trust-block .dep{display:flex;justify-content:space-between;padding:.75rem 0;border-bottom:1px solid var(--j85eb0-border);font-size:.875rem;color:var(--j85eb0-text)}
#trust-block .dep .amt{color:var(--j85eb0-accent)}
#trust-block .note{font-size:.75rem;color:var(--j85eb0-slate);line-height:1.5;margin:0 0 1.5rem}
#trust-block .cta{display:inline-block;padding:.75rem 1.5rem;border:1px solid var(--j85eb0-ink);color:var(--j85eb0-ink);text-decoration:none;font-size:.875rem;font-weight:600}
#trust-block .cta:hover,#trust-block .cta:focus-visible{background:var(--j85eb0-ink);color:var(--j85eb0-surface)}
@media(max-width:768px){#trust-block .grid,#trust-block .stat-row{grid-template-columns:1fr}}
/* j85eb0:routes-intro */
/* j85eb0:routes-intro */
.routes-intro{background:var(--j85eb0-bg);color:var(--j85eb0-text);padding:clamp(3rem,8vw,7rem) clamp(1rem,4vw,3rem);font-family:'Avenir Next','Segoe UI',system-ui,sans-serif;}
.routes-intro__inner{max-width:72rem;margin:0 auto;display:grid;gap:clamp(2rem,5vw,4rem);grid-template-columns:1fr;}
@media(min-width:1024px){.routes-intro__inner{grid-template-columns:7fr 5fr;align-items:start;}}
.routes-intro__eyebrow{font-size:.875rem;letter-spacing:.14em;text-transform:uppercase;color:var(--j85eb0-slate);margin:0 0 1rem;font-weight:600;}
.routes-intro__headline{font-family:Georgia,'Iowan Old Style',serif;font-size:clamp(1.75rem,3.5vw,2.75rem);line-height:1.12;letter-spacing:-.02em;margin:0 0 1.5rem;color:var(--j85eb0-ink);text-wrap:balance;font-weight:600;}
.routes-intro__body p{margin:0 0 1rem;line-height:1.6;max-width:42rem;}
.routes-intro__process{margin-top:2.5rem;border-top:1px solid var(--j85eb0-border);padding-top:2rem;}
.routes-intro__process-title{font-size:.95rem;text-transform:uppercase;letter-spacing:.12em;color:var(--j85eb0-slate);margin:0 0 1.25rem;font-weight:600;}
.routes-intro__steps{list-style:none;margin:0 0 1.25rem;padding:0;display:grid;gap:.9rem;}
.routes-intro__step{display:grid;grid-template-columns:auto 1fr;gap:1rem;align-items:baseline;}
.routes-intro__step-num{font-variant-numeric:tabular-nums;color:var(--j85eb0-ink);font-weight:700;}
.routes-intro__step-text{line-height:1.5;}
.routes-intro__note{font-size:.875rem;color:var(--j85eb0-slate);line-height:1.55;margin:0;}
.routes-intro__cta{display:inline-block;margin-top:2rem;padding:.85rem 1.6rem;background:var(--j85eb0-ink);color:var(--j85eb0-surface);text-decoration:none;font-weight:600;border:2px solid var(--j85eb0-ink);border-radius:2px;min-height:44px;line-height:1.4;transition:background .2s,border-color .2s;}
.routes-intro__cta:hover,.routes-intro__cta:focus-visible{background:var(--j85eb0-accent);border-color:var(--j85eb0-accent);outline:none;}
.routes-intro__media{margin:0;}
@media(min-width:1024px){.routes-intro__media{position:sticky;top:2rem;}}
.routes-intro__media img{width:100%;height:auto;display:block;border-radius:4px;aspect-ratio:9/16;}
.routes-intro__caption{font-size:.8125rem;color:var(--j85eb0-slate);margin:.75rem 0 0;font-variant-numeric:tabular-nums;line-height:1.4;}
@media(prefers-reduced-motion:reduce){.routes-intro__cta{transition:none;}}
.routes-intro ::selection{background:var(--j85eb0-accent);color:var(--j85eb0-surface);}
/* j85eb0:route-filter */
/* j85eb0:route-filter */
#route-filter { padding: clamp(3rem, 8vw, 7rem) 0; background: var(--j85eb0-bg); color: var(--j85eb0-ink); }
.route-filter-shell { max-width: 72rem; margin: 0 auto; padding: 0 clamp(1rem, 4vw, 3rem); }
.route-filter-header { max-width: 40rem; margin-bottom: clamp(1.5rem, 4vw, 2.5rem); }
.route-filter-title { font-family: var(--j85eb0-serif); font-size: clamp(1.5rem, 3vw, 2.5rem); letter-spacing: -0.02em; margin: 0 0 0.75rem; }
.route-filter-lead { color: var(--j85eb0-slate); line-height: 1.6; margin: 0; }
.route-filter-controls { display: flex; flex-wrap: wrap; gap: 1rem; align-items: flex-end; margin-bottom: 2rem; }
.route-filter-field { display: flex; flex-direction: column; gap: 0.375rem; min-width: 12rem; }
.route-filter-field label { font-size: 0.875rem; font-weight: 600; }
.route-filter-field select, .route-filter-reset { min-height: 44px; padding: 0.625rem 1rem; border: 1px solid var(--j85eb0-border); border-radius: var(--j85eb0-radius-md); background: var(--j85eb0-surface); font-family: var(--j85eb0-sans); font-size: 1rem; color: var(--j85eb0-ink); }
.route-filter-reset { background: var(--j85eb0-ink); color: var(--j85eb0-surface); border-color: var(--j85eb0-ink); cursor: pointer; }
.route-filter-reset:hover, .route-filter-reset:focus-visible { background: var(--j85eb0-accent); border-color: var(--j85eb0-accent); }
.route-cards { display: grid; grid-template-columns: repeat(auto-fill, minmax(16rem, 1fr)); gap: 1.5rem; margin-bottom: clamp(2rem, 5vw, 4rem); }
.route-card { background: var(--j85eb0-surface); border: 1px solid var(--j85eb0-border); border-radius: var(--j85eb0-radius-lg); padding: 1.25rem; }
.route-card-pair { font-family: var(--j85eb0-serif); font-size: 1.25rem; margin: 0 0 1rem; }
.route-card-stats { list-style: none; padding: 0; margin: 0 0 1.25rem; }
.route-card-stats li { display: flex; justify-content: space-between; padding: 0.5rem 0; border-bottom: 1px solid var(--j85eb0-mist); font-size: 0.9375rem; }
.route-card-stats span { color: var(--j85eb0-slate); }
.route-price { color: var(--j85eb0-accent); font-weight: 700; }
.route-card-cta { display: block; text-align: center; padding: 0.625rem 1rem; border: 1px solid var(--j85eb0-accent); color: var(--j85eb0-accent); text-decoration: none; border-radius: var(--j85eb0-radius-md); font-weight: 600; }
.route-card-cta:hover, .route-card-cta:focus-visible { background: var(--j85eb0-accent); color: var(--j85eb0-surface); }
.route-filter-media { margin: 0 0 clamp(2rem, 5vw, 4rem); }
.route-filter-media img { width: 100%; height: auto; display: block; border-radius: var(--j85eb0-radius-lg); }
.route-filter-media figcaption { margin-top: 0.75rem; font-size: 0.875rem; color: var(--j85eb0-slate); }
.route-comparison { background: var(--j85eb0-surface); border: 1px solid var(--j85eb0-border); border-radius: var(--j85eb0-radius-lg); padding: 1.5rem; }
.route-comparison-title { font-family: var(--j85eb0-serif); font-size: clamp(1.25rem, 2.5vw, 1.75rem); margin: 0 0 1rem; }
.route-comparison-table { width: 100%; border-collapse: collapse; font-size: 0.9375rem; margin-bottom: 1rem; }
.route-comparison-table th, .route-comparison-table td { text-align: left; padding: 0.75rem 1rem; border-bottom: 1px solid var(--j85eb0-mist); }
.route-comparison-table th { font-weight: 600; color: var(--j85eb0-slate); }
.route-comparison-note { font-size: 0.875rem; color: var(--j85eb0-slate); margin: 0; }
.route-card.hidden { display: none; }
::selection { background: var(--j85eb0-accent); color: var(--j85eb0-surface); }
@media (prefers-reduced-motion: reduce) { .route-card-cta, .route-filter-reset { transition: none; } }
/* j85eb0:route-cards */
/* j85eb0:route-cards */
#route-cards{background:var(--j85eb0-bg);color:var(--j85eb0-text);padding:clamp(3rem,8vw,7rem) clamp(1rem,4vw,3rem)}
#route-cards .route-inner{max-width:72rem;margin:0 auto}
#route-cards h2,#route-cards .route-card h3{font-family:'Avenir Next','Century Gothic',Georgia,serif;letter-spacing:-.02em;text-wrap:balance;margin:0 0 .6rem}
#route-cards h2{font-size:clamp(1.5rem,3vw,2.5rem);line-height:1.1}
#route-cards .route-card h3{font-size:1.1rem}
#route-cards .route-head{border-bottom:1px solid var(--j85eb0-border);padding-bottom:1.25rem;margin-bottom:2rem}
#route-cards p,#route-cards caption{margin:0;text-align:left;color:var(--j85eb0-slate);font-size:.875rem;line-height:1.6}
#route-cards img{display:block;width:100%;height:auto;margin-bottom:2rem}
#route-cards .route-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(16rem,1fr));gap:1.25rem}
#route-cards .route-card{background:var(--j85eb0-surface);border:1px solid var(--j85eb0-border);padding:1.25rem;display:flex;flex-direction:column;gap:.75rem}
#route-cards .route-facts{display:flex;flex-wrap:wrap;gap:.4rem;padding-bottom:.6rem;border-bottom:1px solid var(--j85eb0-mist);font-variant-numeric:tabular-nums}
#route-cards .route-total b{color:var(--j85eb0-accent);font-size:1.05rem;font-variant-numeric:tabular-nums}
#route-cards .route-cta{margin-top:auto;align-self:flex-start;padding:.7rem 1rem;border:1px solid var(--j85eb0-ink);color:var(--j85eb0-ink);font-size:.875rem;font-weight:600;transition:background-color .15s,color .15s}
#route-cards .route-cta:hover{background:var(--j85eb0-ink);color:var(--j85eb0-surface)}
#route-cards a:focus-visible{outline:2px solid var(--j85eb0-accent);outline-offset:2px}
#route-cards .route-table-wrap{overflow-x:auto;margin-top:2rem}
#route-cards table{width:100%;border-collapse:collapse;font-size:.875rem;font-variant-numeric:tabular-nums}
#route-cards th,#route-cards td{text-align:left;padding:.6rem .5rem;border-bottom:1px solid var(--j85eb0-border)}
#route-cards thead th{text-transform:uppercase;letter-spacing:.08em;font-size:.7rem}
#route-cards .route-note{margin-top:1rem}
#route-cards .route-note a{color:var(--j85eb0-ink)}
#route-cards ::selection{background:var(--j85eb0-accent);color:var(--j85eb0-surface)}
@media(min-width:64rem){#route-cards .route-grid{grid-template-columns:repeat(12,1fr);margin-left:calc(-1*clamp(1rem,4vw,3rem))}#route-cards .route-card{grid-column:span 4}}
@media(prefers-reduced-motion:reduce){#route-cards .route-cta{transition:none}}
/* j85eb0:contact-intro */
/* j85eb0:contact-intro */
#contact-intro{background:var(--j85eb0-bg);padding:clamp(3rem,8vw,7rem) clamp(1rem,4vw,3rem);font-family:'Avenir Next',Avenir,'Segoe UI',system-ui,sans-serif;color:var(--j85eb0-ink)}
.contact-intro__shell{max-width:72rem;margin:0 auto}
.contact-intro__grid{display:grid;grid-template-columns:7fr 5fr;gap:clamp(1.5rem,4vw,4rem);align-items:start}
.contact-intro__content{max-width:42rem}
.contact-intro__eyebrow{font-size:.75rem;letter-spacing:.14em;text-transform:uppercase;color:var(--j85eb0-slate);font-weight:600;margin:0 0 1.25rem}
.contact-intro__title{font-family:'Avenir Next',Avenir,'Segoe UI','Century Gothic',sans-serif;font-size:clamp(1.75rem,3.5vw,2.75rem);line-height:1.1;letter-spacing:-.02em;font-weight:600;color:var(--j85eb0-ink);margin:0 0 1.5rem;text-wrap:balance}
.contact-intro__body p{font-size:1rem;line-height:1.65;color:var(--j85eb0-slate);margin:0 0 1rem}
.contact-intro__body p:last-child{margin-bottom:2rem}
.contact-intro__cta{display:inline-block;padding:.875rem 1.75rem;background:var(--j85eb0-primary);color:var(--j85eb0-surface);text-decoration:none;font-weight:600;font-size:.9375rem;border:2px solid var(--j85eb0-primary);transition:background .2s ease,border-color .2s ease}
.contact-intro__cta:hover,.contact-intro__cta:focus-visible{background:var(--j85eb0-accent);border-color:var(--j85eb0-accent)}
.contact-intro__cta:focus-visible{outline:3px solid var(--j85eb0-accent);outline-offset:3px}
.contact-intro__media{margin:0}
.contact-intro__media img{display:block;width:100%;height:auto;border-radius:2px}
@media(max-width:768px){.contact-intro__grid{grid-template-columns:1fr}.contact-intro__media{max-width:24rem;margin-bottom:1.5rem}}
#contact-intro ::selection{background:var(--j85eb0-accent);color:var(--j85eb0-surface)}
@media(prefers-reduced-motion:reduce){.contact-intro__cta{transition:none}}
/* j85eb0:booking-form */
/* j85eb0:booking-form */
#booking-form{background:var(--j85eb0-bg);color:var(--j85eb0-text);font:1rem/1.55 "Avenir Next",sans-serif;padding:clamp(2.5rem,6vw,5rem) 1.25rem}
.booking-wrap{display:grid;grid-template-columns:minmax(0,5fr) minmax(0,7fr);gap:2rem;max-width:72rem;margin:0 auto}
#booking-form h2{font-size:clamp(1.75rem,3vw,2.5rem);line-height:1.05;text-wrap:balance;margin:0 0 1rem}
#booking-form a{color:var(--j85eb0-accent)}
.booking-panel{background:var(--j85eb0-surface);border:1px solid var(--j85eb0-border);border-radius:4px;padding:clamp(1.25rem,3vw,2rem)}
.booking-grid{display:grid;grid-template-columns:1fr 1fr;gap:1rem 1.25rem}
.booking-field.full{grid-column:1/-1}
#booking-form label{display:block;font-size:.78rem;color:var(--j85eb0-slate);margin-bottom:.4rem}
#booking-form input,#booking-form select,#booking-form textarea{font:inherit;color:var(--j85eb0-text);background:var(--j85eb0-bg);border:1px solid var(--j85eb0-border);padding:.7rem;min-height:44px;width:100%}
#booking-form :focus-visible{outline:2px solid var(--j85eb0-accent)}
.booking-submit{margin-top:1.25rem;width:100%;min-height:48px;background:var(--j85eb0-primary);color:var(--j85eb0-secondary);border:1px solid var(--j85eb0-primary);cursor:pointer}
.booking-submit:hover{background:var(--j85eb0-accent);color:var(--j85eb0-primary)}
#booking-form *::selection{background:var(--j85eb0-accent)}
@media(max-width:900px){.booking-wrap,.booking-grid{grid-template-columns:1fr}}
/* j85eb0:faq */
/* j85eb0:faq */
.faq{background:var(--j85eb0-bg);color:var(--j85eb0-text);padding:clamp(3rem,8vw,7rem) 0;font-family:'Avenir Next',Avenir,'Segoe UI',system-ui,sans-serif}
.faq__inner{max-width:72rem;margin:0 auto;padding:0 clamp(1rem,4vw,3rem);display:grid;grid-template-columns:minmax(0,5fr) minmax(0,7fr);gap:clamp(1.5rem,4vw,3.5rem);align-items:start}
.faq__eyebrow{margin:0 0 .75rem;font-size:.75rem;letter-spacing:.14em;text-transform:uppercase;color:var(--j85eb0-slate)}
.faq__title{margin:0 0 1rem;font-size:clamp(1.6rem,3vw,2.4rem);line-height:1.1;letter-spacing:-.02em;color:var(--j85eb0-ink);text-wrap:balance}
.faq__lead{margin:0;max-width:34rem;line-height:1.65;color:var(--j85eb0-slate)}
.faq__lead a{color:var(--j85eb0-ink);text-decoration:underline;text-underline-offset:3px}
.faq__list{border-top:1px solid var(--j85eb0-border)}
.faq-item{border-bottom:1px solid var(--j85eb0-border)}
.faq-item__heading{margin:0;font-size:1rem}
.faq-item__trigger{width:100%;min-height:44px;display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:1.05rem .25rem;background:transparent;border:0;border-radius:2px;text-align:left;font-family:inherit;font-size:1rem;font-weight:600;line-height:1.4;color:var(--j85eb0-ink);cursor:pointer;transition:color .15s ease}
.faq-item__trigger::after{content:"+";flex:none;font-weight:400;font-size:1.35rem;line-height:1;color:var(--j85eb0-accent)}
.faq-item__trigger[aria-expanded="true"]::after{content:"\2212"}
.faq-item__trigger:hover{color:var(--j85eb0-accent)}
.faq-item__trigger:focus-visible{outline:2px solid var(--j85eb0-accent);outline-offset:2px}
.faq-item__panel{padding:0 2.25rem 1.2rem .25rem;font-variant-numeric:tabular-nums}
.faq-item__panel p{margin:0;font-size:.9375rem;line-height:1.7;color:var(--j85eb0-slate)}
.faq ::selection{background:var(--j85eb0-accent);color:var(--j85eb0-surface)}
@media (max-width:768px){.faq__inner{grid-template-columns:1fr;gap:1.5rem}.faq-item__panel{padding-right:0}}
@media (prefers-reduced-motion:reduce){.faq *{transition:none!important}}
.terms-page{max-width:900px;margin:0 auto;padding:48px 20px 64px;background:var(--j85eb0-bg);color:var(--j85eb0-text);font-family:var(--j85eb0-font);line-height:1.65;-webkit-font-smoothing:antialiased}
.terms-header{border-bottom:1px solid var(--j85eb0-border);padding-bottom:24px;margin-bottom:32px}
.terms-title{font-family:var(--j85eb0-font-display);font-size:2rem;line-height:1.2;margin:0 0 12px;color:var(--j85eb0-primary);letter-spacing:-.01em}
.terms-intro{margin:0;color:var(--j85eb0-slate);font-size:1rem;max-width:60ch}
.terms-block{margin:0 0 28px}
.terms-block h2{font-family:var(--j85eb0-font-display);font-size:1.1rem;margin:0 0 8px;color:var(--j85eb0-primary);text-transform:uppercase;letter-spacing:.05em;border-left:3px solid var(--j85eb0-accent);padding-left:10px}
.terms-block p{margin:0;color:var(--j85eb0-text)}
.terms-contact{background:var(--j85eb0-surface);border:1px solid var(--j85eb0-border);border-radius:4px;padding:24px;margin:40px 0}
.terms-contact h2{font-family:var(--j85eb0-font-display);font-size:1.1rem;margin:0 0 16px;color:var(--j85eb0-primary);text-transform:uppercase;letter-spacing:.05em}
.terms-form{display:flex;flex-direction:column;gap:6px}
.terms-form label{font-size:.8rem;text-transform:uppercase;letter-spacing:.07em;color:var(--j85eb0-slate)}
.terms-form input,.terms-form textarea{font:inherit;padding:10px 12px;border:1px solid var(--j85eb0-border);border-radius:2px;background:var(--j85eb0-bg);color:var(--j85eb0-text)}
.terms-form textarea{resize:vertical}
.terms-form input:focus,.terms-form textarea:focus{outline:2px solid var(--j85eb0-accent);outline-offset:1px}
.terms-submit{margin-top:14px;align-self:flex-start;padding:12px 28px;background:var(--j85eb0-accent);color:var(--j85eb0-surface);border:0;border-radius:2px;font:inherit;font-weight:600;letter-spacing:.04em;cursor:pointer}
.terms-submit:hover,.terms-submit:focus{background:var(--j85eb0-primary)}
.terms-footer{border-top:1px solid var(--j85eb0-border);margin-top:40px;padding-top:20px;font-size:.875rem;color:var(--j85eb0-slate)}
.terms-footer p{margin:0 0 6px}
.terms-legal{color:var(--j85eb0-primary);font-weight:600}
@media (max-width:600px){.terms-page{padding:32px 16px 48px}.terms-title{font-size:1.6rem}.terms-contact{padding:18px}}
.policy-page{max-width:64rem;margin:0 auto;padding:3rem 1.5rem 4rem;background:var(--j85eb0-bg);color:var(--j85eb0-text);font-family:var(--j85eb0-font);font-size:1rem;line-height:1.7}
.policy-hero{border-bottom:1px solid var(--j85eb0-border);padding-bottom:1.5rem;margin-bottom:2rem}
.policy-eyebrow{margin:0 0 .5rem;font-size:.75rem;font-weight:700;letter-spacing:.14em;text-transform:uppercase;color:var(--j85eb0-accent)}
.policy-hero h1{margin:0 0 1rem;font-family:var(--j85eb0-font-display);font-size:clamp(1.75rem,4vw,2.5rem);line-height:1.2;letter-spacing:-.01em;color:var(--j85eb0-primary)}
.policy-lede{margin:0 0 .75rem;max-width:46rem;font-size:1.0625rem;color:var(--j85eb0-slate)}
.policy-meta{margin:0;font-size:.8125rem;color:var(--j85eb0-slate)}
.policy-section{padding:1.25rem 0;border-bottom:1px solid var(--j85eb0-mist)}
.policy-section:last-child{border-bottom:0}
.policy-section h2{margin:0 0 .625rem;font-family:var(--j85eb0-font-display);font-size:1.125rem;letter-spacing:.01em;color:var(--j85eb0-primary)}
.policy-section p{margin:0;max-width:52rem}
.policy-list{margin:0;padding:0;list-style:none}
.policy-list li{position:relative;padding:.5rem 0 .5rem 1.25rem;border-bottom:1px dashed var(--j85eb0-mist)}
.policy-list li:last-child{border-bottom:0}
.policy-list li::before{content:"";position:absolute;left:0;top:1.05rem;width:.4rem;height:.4rem;background:var(--j85eb0-accent)}
.policy-footer{margin-top:2.5rem;padding:1.5rem;background:var(--j85eb0-secondary);border:1px solid var(--j85eb0-border)}
.policy-footer h2{margin:0 0 .625rem;font-family:var(--j85eb0-font-display);font-size:1rem;color:var(--j85eb0-primary)}
.policy-footer p{margin:0 0 .5rem;font-size:.875rem;color:var(--j85eb0-ink)}
.policy-footer p:last-child{margin-bottom:0}
.policy-footer a{color:var(--j85eb0-primary);text-decoration:underline;text-underline-offset:2px}
.policy-footer a:hover{color:var(--j85eb0-accent)}
@media (max-width:40rem){.policy-page{padding:2rem 1rem 3rem}.policy-footer{padding:1.125rem}}
.policy-page{max-width:880px;margin:0 auto;padding:48px 20px 64px;background:var(--j85eb0-bg);color:var(--j85eb0-text);font-family:var(--j85eb0-font);font-size:16px;line-height:1.65}
.policy-header{padding-bottom:20px;border-bottom:1px solid var(--j85eb0-border);margin-bottom:28px}
.policy-header h1{margin:0 0 10px;font-family:var(--j85eb0-font-display);font-size:34px;line-height:1.2;color:var(--j85eb0-primary)}
.policy-updated{margin:0;font-size:14px;letter-spacing:.02em;color:var(--j85eb0-slate)}
.policy-intro{margin:10px 0 0;font-size:16px;color:var(--j85eb0-text)}
.policy-section{background:var(--j85eb0-surface);border:1px solid var(--j85eb0-border);border-radius:4px;padding:22px;margin:0 0 16px}
.policy-section h2{margin:0 0 10px;font-family:var(--j85eb0-font-display);font-size:19px;color:var(--j85eb0-primary)}
.policy-section p{margin:0}
.policy-list{margin:0;padding-left:20px}
.policy-list li{margin-bottom:6px}
.policy-form label{display:block;margin-bottom:6px;font-size:14px;color:var(--j85eb0-slate)}
.policy-form input{width:100%;box-sizing:border-box;margin-bottom:14px;padding:11px 12px;border:1px solid var(--j85eb0-border);border-radius:2px;background:var(--j85eb0-bg);font:inherit;color:var(--j85eb0-text)}
.policy-submit{padding:12px 24px;border:1px solid var(--j85eb0-accent);border-radius:2px;background:var(--j85eb0-accent);color:var(--j85eb0-surface);font:inherit;font-weight:600;cursor:pointer}
.policy-submit:hover{background:var(--j85eb0-primary);border-color:var(--j85eb0-primary)}
.policy-footer{border-top:1px solid var(--j85eb0-border);padding-top:20px;font-size:14px;color:var(--j85eb0-slate)}
.policy-footer p{margin:0 0 6px}
.policy-footer p:last-child{margin-bottom:0}
@media(max-width:600px){.policy-page{padding:32px 16px 48px}.policy-header h1{font-size:26px}.policy-section{padding:18px}}
.policy-page{background:var(--j85eb0-bg);color:var(--j85eb0-text);font-family:var(--j85eb0-font);padding:48px 20px;margin:0}
.policy-shell{max-width:820px;margin:0 auto;background:var(--j85eb0-surface);border:1px solid var(--j85eb0-border);border-radius:4px;padding:40px}
.policy-eyebrow{font-size:13px;letter-spacing:.16em;text-transform:uppercase;color:var(--j85eb0-slate);margin:0 0 12px}
.policy-title{font-family:var(--j85eb0-font-display);font-size:32px;line-height:1.2;color:var(--j85eb0-primary);margin:0 0 16px}
.policy-lede{font-size:17px;line-height:1.6;color:var(--j85eb0-slate);margin:0 0 32px;padding-bottom:24px;border-bottom:2px solid var(--j85eb0-accent)}
.policy-section{margin:0 0 32px}
.policy-section h2{font-family:var(--j85eb0-font-display);font-size:20px;line-height:1.3;color:var(--j85eb0-primary);margin:0 0 12px}
.policy-section p{font-size:15px;line-height:1.7;margin:0 0 12px}
.policy-steps{margin:0 0 16px;padding-left:20px}
.policy-steps li{font-size:15px;line-height:1.7;margin-bottom:8px}
.policy-note{background:var(--j85eb0-bg);border-left:3px solid var(--j85eb0-accent);padding:12px 16px;font-size:14px;color:var(--j85eb0-slate);margin:0}
.policy-details{margin:0}
.policy-detail{padding:10px 0;border-bottom:1px solid var(--j85eb0-mist)}
.policy-detail:last-child{border-bottom:none;padding-bottom:0}
.policy-detail dt{font-size:12px;letter-spacing:.08em;text-transform:uppercase;color:var(--j85eb0-slate);margin:0 0 2px}
.policy-detail dd{margin:0;font-size:15px;line-height:1.5;color:var(--j85eb0-primary);word-break:break-word}
.policy-section--contact{padding-top:24px;border-top:1px solid var(--j85eb0-border);margin-bottom:0}
@media (max-width:640px){.policy-page{padding:24px 12px}.policy-shell{padding:24px 18px}.policy-title{font-size:25px}.policy-lede{font-size:16px}}

section[data-j85eb0-rcd]:not([data-j85eb0-rcd='header']):not([data-j85eb0-rcd='footer']) { position: relative; }
section[data-j85eb0-rcd]:not([data-j85eb0-rcd='header']):not([data-j85eb0-rcd='footer']) { border-top: 1px solid var(--j85eb0-border); }
section[data-j85eb0-rcd]:not([data-j85eb0-rcd='header']) h1,section[data-j85eb0-rcd]:not([data-j85eb0-rcd='header']) h2 { max-width: 20ch; letter-spacing: -0.035em; }
section[data-j85eb0-rcd]:nth-of-type(even)::before { content: ''; position: absolute; top: 0; left: 0; width: 5rem; border-top: 3px solid var(--j85eb0-accent); }
:root {
  --j85eb0-c-content-width: 72rem;
  --j85eb0-c-gutter: clamp(1rem, 4vw, 3rem);
  --j85eb0-c-measure: 65ch;
  --j85eb0-c-heading-display: clamp(2.5rem, 6vw, 5.5rem);
}
[data-j85eb0-dr] { scroll-margin-top: 1.5rem; }
main > section, main [data-j85eb0-rcd] { padding-inline: var(--j85eb0-c-gutter); }
[data-j85eb0-dr*='article'], [data-j85eb0-dr*='review'] { max-width: var(--j85eb0-c-measure); }
h1 { font-size: var(--j85eb0-c-heading-display); }
@media (max-width: 768px) { [data-j85eb0-dr] { min-width: 0; } }