:root{color-scheme:light;--ink:#142635;--muted:#526673;--paper:#f4f8f8;--card:#fff;--line:#ccdadf;--teal:#0b7078;--teal-light:#dceff0;--amber:#e9ac62;--shadow:0 18px 48px rgba(20,38,53,.09)}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;background:var(--paper);color:var(--ink);font-family:"Segoe UI",Arial,sans-serif;font-size:16px;line-height:1.55}
.page-shell{min-height:100vh;max-width:1480px;margin:auto;padding:0 clamp(24px,5vw,76px);display:flex;flex-direction:column}
.site-header{display:flex;align-items:center;justify-content:space-between;gap:24px;padding:27px 0;border-bottom:1px solid var(--line)}
.brand{display:flex;align-items:center;gap:13px;font-size:.9rem;font-weight:700;letter-spacing:.02em}
.brand-mark{display:grid;grid-template-columns:repeat(2,8px);gap:3px;align-items:end;width:21px;height:24px;transform:skew(-12deg)}
.brand-mark span{display:block;background:var(--teal);height:23px;border-radius:1px}.brand-mark span:last-child{height:15px;background:var(--amber)}
.brand-separator{color:#93aab1;margin:0 .25em;font-weight:400}.header-note,.eyebrow,.card-type,.card-status,.availability,.card-route{font-size:.72rem;font-weight:700;letter-spacing:.11em;text-transform:uppercase}
.header-note{color:var(--muted)}
.intro{position:relative;display:grid;grid-template-columns:minmax(0,1fr) minmax(230px,.42fr);align-items:center;gap:5vw;padding:clamp(74px,10vw,148px) 0 clamp(72px,8vw,112px);overflow:hidden}
.intro-copy{position:relative;z-index:1;max-width:810px}.eyebrow{color:var(--teal);margin:0 0 19px}
h1,h2,h3,p{margin-top:0}h1{font-family:"Arial Narrow","Segoe UI",Arial,sans-serif;font-stretch:condensed;font-size:clamp(3.6rem,7.2vw,7.35rem);font-weight:700;line-height:.99;letter-spacing:-.065em;margin-bottom:31px;max-width:850px}
h1 em{font-weight:400;font-style:normal;color:var(--teal)}.lead{font-size:clamp(1.05rem,1.45vw,1.3rem);color:var(--muted);max-width:540px;line-height:1.55;margin-bottom:0}
.route-art{position:relative;width:min(100%,370px);height:280px;justify-self:end;opacity:.95}.route-art__origin,.route-art__end{position:absolute;width:22px;height:22px;border:5px solid var(--ink);border-radius:50%;background:var(--paper);z-index:2}.route-art__origin{left:15px;top:129px}.route-art__end{right:16px;border-color:var(--teal)}.route-art__end--one{top:26px}.route-art__end--two{bottom:25px;border-color:var(--amber)}
.route-art__line{position:absolute;left:25px;right:25px;height:3px;background:var(--line);transform-origin:left center}.route-art__line--one{top:140px;transform:rotate(-19deg)}.route-art__line--two{top:140px;transform:rotate(19deg)}
.gallery{padding:43px 0 92px;border-top:1px solid var(--line)}.section-heading{display:flex;justify-content:space-between;align-items:end;gap:20px;margin-bottom:29px}.section-heading .eyebrow{margin-bottom:8px}h2{font-size:clamp(1.7rem,2.8vw,2.6rem);line-height:1.12;letter-spacing:-.045em;margin-bottom:0}.availability{color:var(--muted);margin:0 0 3px;text-align:right}
.card-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:20px}.sample-card{min-height:420px;background:var(--card);border:1px solid var(--line);border-radius:4px;padding:clamp(25px,3vw,42px);display:flex;flex-direction:column;transition:transform .25s ease,box-shadow .25s ease,border-color .25s ease}.sample-card.is-available:hover{transform:translateY(-4px);box-shadow:var(--shadow);border-color:#9bbdc1}
.card-top,.card-bottom{display:flex;align-items:center;justify-content:space-between;gap:16px}.card-type{color:var(--muted)}.card-status{letter-spacing:.035em;text-transform:none;color:#796444;background:#fff1da;border-radius:99px;padding:5px 11px;white-space:nowrap}.is-available .card-status{background:var(--teal-light);color:var(--teal)}
.card-symbol{position:relative;height:101px;width:121px;margin:46px 0 22px}.card-symbol--service span{display:block;position:absolute;height:11px;background:var(--teal);border-radius:8px}.card-symbol--service span:nth-child(1){top:0;left:0;width:83px}.card-symbol--service span:nth-child(2){top:29px;left:0;width:121px;background:#9bc7c9}.card-symbol--service span:nth-child(3){top:58px;left:0;width:64px;background:var(--amber)}.card-symbol--parts{display:grid;grid-template-columns:repeat(2,46px);grid-template-rows:repeat(2,38px);gap:8px}.card-symbol--parts span{border:8px solid var(--teal);border-radius:4px}.card-symbol--parts span:nth-child(2),.card-symbol--parts span:nth-child(3){border-color:#9bc7c9}.card-symbol--parts span:nth-child(4){border-color:var(--amber)}
.card-content{margin-top:auto}.card-content h3{font-size:clamp(1.55rem,2.3vw,2.25rem);letter-spacing:-.045em;line-height:1.13;margin-bottom:12px}.card-content p{color:var(--muted);max-width:490px;margin-bottom:29px}.card-bottom{border-top:1px solid var(--line);padding-top:21px}.card-route{letter-spacing:.02em;text-transform:none;color:var(--muted);font-family:Consolas,monospace;font-weight:400}.card-action{font-size:.82rem;font-weight:700;color:var(--muted);text-align:right}.card-action a{color:var(--teal);text-decoration:none;display:inline-flex;align-items:center;gap:9px}.card-action a::after{content:"↗";font-size:1.2rem;line-height:1}.card-action a:hover{text-decoration:underline;text-underline-offset:4px}.card-action a:focus-visible{outline:3px solid var(--amber);outline-offset:5px;border-radius:2px}
.empty-state{min-height:280px;border:1px solid var(--line);border-radius:4px;background:var(--card);padding:clamp(26px,4vw,56px);display:flex;align-items:center;gap:clamp(26px,5vw,75px)}.empty-state[hidden]{display:none}.empty-state h3{font-size:clamp(1.5rem,2.3vw,2.3rem);letter-spacing:-.045em;margin-bottom:8px}.empty-state p{color:var(--muted);margin:0}.empty-state__mark{height:97px;width:97px;flex:none;display:flex;align-items:center;justify-content:center;gap:12px;border:1px solid #b5d0d3;border-radius:50%;background:var(--teal-light)}.empty-state__mark span{width:11px;height:42px;background:var(--teal);border-radius:8px;transform:rotate(28deg)}.empty-state__mark span:last-child{background:var(--amber);transform:rotate(-28deg)}
.gallery-note{font-size:.86rem;color:var(--muted);margin:25px 0 0}.site-footer{margin-top:auto;padding:27px 0 32px;border-top:1px solid var(--line);display:flex;justify-content:space-between;gap:20px;color:var(--muted);font-size:.8rem}
@media(max-width:860px){.intro{grid-template-columns:1fr;padding:83px 0 70px}.route-art{display:none}.card-grid{grid-template-columns:1fr}.sample-card{min-height:370px}.card-symbol{margin:36px 0 16px}}
@media(max-width:550px){.page-shell{padding:0 20px}.site-header{padding:20px 0}.header-note{display:none}.intro{padding:69px 0 64px}h1{font-size:clamp(3.35rem,14vw,5rem)}.section-heading{display:block}.availability{text-align:left;margin-top:17px}.sample-card{padding:24px;min-height:350px}.card-top,.card-bottom{align-items:flex-start}.card-type{max-width:145px}.card-bottom{flex-wrap:wrap}.card-action{text-align:left}.empty-state{min-height:300px;display:block}.empty-state__mark{margin-bottom:25px}.site-footer{display:block}.site-footer span{display:block}.site-footer span+span{margin-top:6px}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}.sample-card{transition:none}}
