@charset "UTF-8";
:root {
  --bg: oklch(96% 0.018 82);
  --surface: oklch(99% 0.009 84);
  --fg: oklch(24% 0.028 48);
  --muted: oklch(47% 0.026 55);
  --border: oklch(83% 0.026 69);
  --accent: oklch(56% 0.11 55);
  --accent-soft: color-mix(in oklch, var(--accent) 13%, transparent);
  --espresso: color-mix(in oklch, var(--fg) 90%, var(--accent));
  --linen-deep: color-mix(in oklch, var(--bg) 84%, var(--accent));
  --success: oklch(49% 0.09 145);
  --danger: oklch(48% 0.14 28);
  --font-display: "Bodoni 72", Didot, "Iowan Old Style", Georgia, serif;
  --font-body: "Avenir Next", Avenir, "Segoe UI", sans-serif;
  --font-mono: "SFMono-Regular", Consolas, monospace;
  --shadow: 0 20px 48px color-mix(in oklch, var(--fg) 10%, transparent);
  --radius: 22px;
  --radius-sm: 12px;
  --container: 1240px;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--bg); color: var(--fg); font-family: var(--font-body); line-height: 1.6; -webkit-font-smoothing: antialiased; }
::selection { background: var(--accent); color: var(--surface); }
a { color: inherit; text-decoration: none; text-underline-offset: .24em; }
button, input, select, textarea { font: inherit; }
button { cursor: pointer; }
img { display: block; max-width: 100%; }
h1, h2, h3, h4 { margin: 0; font-family: var(--font-display); line-height: 1.03; letter-spacing: -.025em; text-wrap: balance; }
p { text-wrap: pretty; }
:focus-visible { outline: 3px solid var(--accent); outline-offset: 3px; }
.stpk-shell { width: min(var(--container), calc(100% - 40px)); margin-inline: auto; }
.stpk-top { position: sticky; top: 0; z-index: 50; background: color-mix(in oklch, var(--bg) 92%, transparent); border-bottom: 1px solid var(--border); backdrop-filter: blur(14px); }
.stpk-topbar { min-height: 76px; display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 32px; }
.stpk-brand { display: inline-flex; align-items: center; gap: 12px; font-family: var(--font-display); font-size: 25px; font-weight: 700; letter-spacing: -.03em; }
.stpk-brand-mark { width: 38px; height: 38px; border-radius: 50% 50% 44% 56%; background: var(--espresso); color: var(--bg); display: grid; place-items: center; font: 700 15px/1 var(--font-mono); transform: rotate(-7deg); }
.stpk-nav { display: flex; justify-content: center; align-items: center; gap: 5px; }
.stpk-nav > a, .stpk-drop > button { min-height: 44px; display: inline-flex; align-items: center; padding: 10px 12px; border: 0; background: transparent; color: var(--muted); font: 650 12px/1 var(--font-body); letter-spacing: .09em; text-transform: uppercase; }
.stpk-nav > a:hover, .stpk-drop > button:hover, .stpk-nav .stpk-active { color: var(--fg); }
.stpk-drop { position: relative; }
.stpk-drop > button::after { content: ""; width: 6px; height: 6px; margin-left: 8px; border-right: 1px solid currentColor; border-bottom: 1px solid currentColor; transform: rotate(45deg) translateY(-2px); }
.stpk-dropmenu { position: absolute; top: calc(100% + 8px); left: 0; width: 230px; padding: 10px; background: var(--surface); border: 1px solid var(--border); border-radius: 16px; box-shadow: var(--shadow); opacity: 0; visibility: hidden; transform: translateY(-8px); transition: .18s cubic-bezier(.23,1,.32,1); }
.stpk-drop:hover .stpk-dropmenu, .stpk-drop:focus-within .stpk-dropmenu { opacity: 1; visibility: visible; transform: none; }
.stpk-dropmenu a { display: block; padding: 11px 12px; border-radius: 9px; font-size: 14px; }
.stpk-dropmenu a:hover { background: var(--linen-deep); }
.stpk-actions { display: flex; align-items: center; gap: 8px; }
.stpk-cart { min-height: 44px; border: 1px solid var(--border); border-radius: 999px; padding: 8px 14px; background: transparent; color: var(--fg); font-weight: 700; }
.stpk-cart:hover { border-color: var(--fg); }
.stpk-menu { display: none; width: 44px; height: 44px; border: 1px solid var(--border); border-radius: 50%; background: transparent; }
.stpk-menu span, .stpk-menu::before, .stpk-menu::after { content: ""; display: block; width: 18px; height: 1.5px; margin: 4px auto; background: var(--fg); }
.stpk-btn { min-height: 48px; display: inline-flex; align-items: center; justify-content: center; gap: 10px; padding: 12px 20px; border: 1px solid transparent; border-radius: 999px; font-weight: 750; transition: .18s cubic-bezier(.23,1,.32,1); }
.stpk-btn:hover { transform: translateY(-2px); }
.stpk-btn-primary { background: var(--accent); color: var(--surface); }
.stpk-btn-primary:hover { background: color-mix(in oklch, var(--accent) 86%, var(--fg)); }
.stpk-btn-secondary { background: transparent; border-color: var(--border); color: var(--fg); }
.stpk-btn-secondary:hover { border-color: var(--fg); }
.stpk-btn-dark { background: var(--espresso); color: var(--bg); }
.stpk-map-hero { padding: 36px 0 26px; }
.stpk-map-card { position: relative; min-height: 650px; overflow: hidden; border-radius: 34px; background: var(--espresso); box-shadow: var(--shadow); }
.stpk-map-card > img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; opacity: .62; filter: sepia(.18) saturate(.82) contrast(1.04); }
.stpk-map-card::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, color-mix(in oklch, var(--espresso) 92%, transparent) 0%, color-mix(in oklch, var(--espresso) 65%, transparent) 48%, transparent 82%); }
.stpk-map-copy { position: relative; z-index: 2; width: min(680px, 76%); min-height: 650px; padding: clamp(42px, 7vw, 96px); display: flex; flex-direction: column; justify-content: flex-end; color: var(--bg); }
.stpk-map-copy h1 { max-width: 10ch; font-size: clamp(52px, 7.2vw, 108px); font-weight: 500; }
.stpk-map-copy p { max-width: 48ch; margin: 24px 0 30px; color: color-mix(in oklch, var(--bg) 78%, transparent); font-size: 18px; }
.stpk-route-tabs { position: absolute; z-index: 3; top: 32px; right: 32px; display: grid; gap: 8px; }
.stpk-route-tabs button { min-width: 170px; min-height: 46px; padding: 10px 14px; border: 1px solid color-mix(in oklch, var(--bg) 38%, transparent); border-radius: 999px; background: color-mix(in oklch, var(--espresso) 62%, transparent); color: var(--bg); text-align: left; backdrop-filter: blur(10px); }
.stpk-route-tabs button:hover, .stpk-route-tabs .stpk-selected { background: var(--bg); color: var(--fg); }
.stpk-section { padding: clamp(56px, 8vw, 112px) 0; }
.stpk-section + .stpk-section { border-top: 1px solid var(--border); }
.stpk-section-head { display: grid; grid-template-columns: minmax(0, 1fr) minmax(260px, 430px); align-items: end; gap: 36px; margin-bottom: 42px; }
.stpk-section-head h2 { max-width: 12ch; font-size: clamp(42px, 5.5vw, 74px); font-weight: 500; }
.stpk-section-head p { margin: 0; color: var(--muted); }
.stpk-bento { display: grid; grid-template-columns: repeat(12, 1fr); gap: 18px; }
.stpk-tile { border: 1px solid var(--border); border-radius: var(--radius); background: var(--surface); padding: 30px; overflow: hidden; }
.stpk-tile-dark { background: var(--espresso); color: var(--bg); border-color: var(--espresso); }
.stpk-tile-caramel { background: var(--accent); color: var(--surface); border-color: var(--accent); }
.stpk-span-4 { grid-column: span 4; }
.stpk-span-5 { grid-column: span 5; }
.stpk-span-6 { grid-column: span 6; }
.stpk-span-7 { grid-column: span 7; }
.stpk-span-8 { grid-column: span 8; }
.stpk-span-12 { grid-column: span 12; }
.stpk-tile h3 { font-size: 30px; font-weight: 550; margin-bottom: 12px; }
.stpk-tile p { margin: 0; color: var(--muted); }
.stpk-tile-dark p, .stpk-tile-caramel p { color: color-mix(in oklch, currentColor 76%, transparent); }
.stpk-promo { min-height: 360px; display: flex; flex-direction: column; justify-content: space-between; background: var(--espresso); color: var(--bg); }
.stpk-promo .stpk-date { font: 700 12px/1 var(--font-mono); letter-spacing: .08em; text-transform: uppercase; color: color-mix(in oklch, var(--bg) 72%, transparent); }
.stpk-promo h2 { max-width: 10ch; font-size: clamp(40px, 5vw, 68px); font-weight: 500; }
.stpk-promo aside { align-self: end; width: min(310px, 100%); color: color-mix(in oklch, var(--bg) 74%, transparent); }
.stpk-icon { width: 44px; height: 44px; display: grid; place-items: center; border: 1px solid currentColor; border-radius: 50%; margin-bottom: 34px; }
.stpk-icon svg { width: 20px; height: 20px; fill: none; stroke: currentColor; stroke-width: 1.6; }
.stpk-partner { display: grid; grid-template-columns: 1.15fr .85fr; gap: 18px; }
.stpk-form { display: grid; gap: 16px; }
.stpk-field { display: grid; gap: 7px; }
.stpk-field label { color: var(--muted); font-size: 13px; font-weight: 700; }
.stpk-input { min-height: 48px; width: 100%; border: 1px solid var(--border); border-radius: 12px; background: var(--surface); color: var(--fg); padding: 12px 14px; }
textarea.stpk-input { min-height: 120px; resize: vertical; }
.stpk-input:focus { border-color: var(--accent); outline: 3px solid var(--accent-soft); }
.stpk-form-note { min-height: 24px; color: var(--success); font-weight: 700; }
.stpk-products { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.stpk-product { display: flex; flex-direction: column; background: var(--surface); border: 1px solid var(--border); border-radius: var(--radius); overflow: hidden; }
.stpk-product-visual { aspect-ratio: 1; overflow: hidden; background: var(--linen-deep); }
.stpk-product-visual img { width: 100%; height: 100%; object-fit: cover; }
.stpk-product-body { flex: 1; display: flex; flex-direction: column; padding: 24px; }
.stpk-product h3 { font-size: 28px; font-weight: 560; }
.stpk-specs { display: grid; grid-template-columns: repeat(3, 1fr); gap: 8px; margin: 18px 0 24px; }
.stpk-specs span { padding-top: 8px; border-top: 1px solid var(--border); color: var(--muted); font: 650 11px/1.35 var(--font-mono); }
.stpk-price-row { margin-top: auto; display: flex; align-items: center; justify-content: space-between; gap: 14px; }
.stpk-price { font: 800 19px/1 var(--font-mono); }
.stpk-add { min-height: 44px; border: 0; border-radius: 999px; background: var(--espresso); color: var(--bg); padding: 10px 16px; font-weight: 750; }
.stpk-add:hover { background: var(--accent); }
.stpk-quotes { columns: 2; column-gap: 18px; }
.stpk-quote { break-inside: avoid; margin: 0 0 18px; padding: 30px; border: 1px solid var(--border); border-radius: var(--radius); background: var(--surface); }
.stpk-quote blockquote { margin: 0; font: 500 26px/1.28 var(--font-display); }
.stpk-quote figcaption { margin-top: 20px; color: var(--muted); font-size: 13px; }
.stpk-loyalty { min-height: 360px; display: grid; grid-template-columns: 1.2fr .8fr; align-items: end; gap: 28px; background: var(--accent); color: var(--surface); }
.stpk-loyalty h2 { max-width: 10ch; font-size: clamp(42px, 6vw, 78px); font-weight: 500; }
.stpk-loyalty p { color: color-mix(in oklch, var(--surface) 80%, transparent); }
.stpk-sustain { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; background: var(--border); border: 1px solid var(--border); border-radius: var(--radius); overflow: hidden; }
.stpk-sustain article { background: var(--surface); padding: 32px; }
.stpk-sustain h3 { font-size: 25px; }
.stpk-page-head { padding: clamp(76px, 11vw, 150px) 0 64px; }
.stpk-page-head h1 { max-width: 13ch; font-size: clamp(52px, 7vw, 94px); font-weight: 500; }
.stpk-page-head p { max-width: 62ch; margin: 24px 0 0; color: var(--muted); font-size: 19px; }
.stpk-page-grid { display: grid; grid-template-columns: 280px minmax(0, 1fr); gap: 50px; align-items: start; }
.stpk-side { position: sticky; top: 110px; display: grid; gap: 8px; }
.stpk-side a { padding: 10px 0; border-bottom: 1px solid var(--border); color: var(--muted); }
.stpk-prose { max-width: 760px; }
.stpk-prose h2 { margin: 58px 0 16px; font-size: 42px; font-weight: 550; }
.stpk-prose h2:first-child { margin-top: 0; }
.stpk-prose h3 { margin: 32px 0 10px; font-size: 27px; }
.stpk-prose p, .stpk-prose li { color: var(--muted); }
.stpk-prose li + li { margin-top: 8px; }
.stpk-note { margin: 30px 0; padding: 24px; border: 1px solid var(--border); border-radius: var(--radius-sm); background: var(--linen-deep); }
.stpk-filterbar { display: flex; flex-wrap: wrap; gap: 10px; margin-bottom: 28px; }
.stpk-filter { min-height: 44px; border: 1px solid var(--border); border-radius: 999px; background: transparent; color: var(--fg); padding: 9px 15px; }
.stpk-filter:hover, .stpk-filter.stpk-selected { background: var(--espresso); color: var(--bg); border-color: var(--espresso); }
.stpk-route-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; }
.stpk-route { min-height: 280px; display: flex; flex-direction: column; justify-content: space-between; }
.stpk-route[hidden] { display: none; }
.stpk-route-meta { display: flex; flex-wrap: wrap; gap: 8px; }
.stpk-tag { padding: 6px 10px; border: 1px solid var(--border); border-radius: 999px; color: var(--muted); font-size: 12px; }
.stpk-faq { border-top: 1px solid var(--border); }
.stpk-faq-item { border-bottom: 1px solid var(--border); }
.stpk-faq-button { width: 100%; min-height: 68px; display: flex; align-items: center; justify-content: space-between; gap: 24px; border: 0; background: transparent; color: var(--fg); padding: 18px 0; text-align: left; font: 600 23px/1.25 var(--font-display); }
.stpk-faq-button::after { content: "+"; font-family: var(--font-body); font-size: 26px; font-weight: 400; }
.stpk-faq-button[aria-expanded="true"]::after { content: "−"; }
.stpk-faq-panel { display: grid; grid-template-rows: 0fr; opacity: 0; transition: grid-template-rows .2s cubic-bezier(.23,1,.32,1), opacity .14s ease; }
.stpk-faq-panel > div { overflow: hidden; }
.stpk-faq-panel p { margin: 0 0 22px; color: var(--muted); max-width: 70ch; }
.stpk-faq-panel.stpk-open { grid-template-rows: 1fr; opacity: 1; }
.stpk-footer { margin-top: 64px; padding: 64px 0 28px; background: var(--espresso); color: var(--bg); }
.stpk-footer-grid { display: grid; grid-template-columns: 1.25fr repeat(3, 1fr); gap: 38px; }
.stpk-footer h2 { font-size: 38px; font-weight: 500; }
.stpk-footer h3 { font: 750 12px/1 var(--font-body); letter-spacing: .1em; text-transform: uppercase; }
.stpk-footer a, .stpk-footer p { color: color-mix(in oklch, var(--bg) 72%, transparent); }
.stpk-footer a:hover { color: var(--bg); text-decoration: underline; }
.stpk-footer nav { display: grid; gap: 10px; }
.stpk-footline { margin-top: 48px; padding-top: 20px; border-top: 1px solid color-mix(in oklch, var(--bg) 18%, transparent); display: flex; justify-content: space-between; gap: 20px; color: color-mix(in oklch, var(--bg) 55%, transparent); font-size: 12px; }
.stpk-cookie { position: fixed; z-index: 100; right: 22px; bottom: 22px; width: min(440px, calc(100% - 44px)); padding: 22px; border: 1px solid var(--border); border-radius: 18px; background: var(--surface); box-shadow: var(--shadow); }
.stpk-cookie[hidden] { display: none; }
.stpk-cookie p { margin: 0 0 16px; color: var(--muted); font-size: 14px; }
.stpk-cookie-actions { display: flex; gap: 10px; }
.stpk-cart-drawer { position: fixed; z-index: 90; inset: 0 0 0 auto; width: min(420px, 100%); padding: 26px; background: var(--surface); box-shadow: -18px 0 50px color-mix(in oklch, var(--fg) 18%, transparent); transform: translateX(105%); transition: transform .22s cubic-bezier(.23,1,.32,1); }
.stpk-cart-drawer.stpk-open { transform: none; }
.stpk-cart-head { display: flex; align-items: center; justify-content: space-between; }
.stpk-cart-close { width: 44px; height: 44px; border: 1px solid var(--border); border-radius: 50%; background: transparent; }
.stpk-cart-list { display: grid; gap: 12px; margin: 28px 0; }
.stpk-cart-line { display: flex; justify-content: space-between; gap: 14px; padding: 14px 0; border-bottom: 1px solid var(--border); }
.stpk-empty { color: var(--muted); }
@media (max-width: 1000px) {
  .stpk-topbar { grid-template-columns: 1fr auto; }
  .stpk-nav { display: none; position: absolute; top: 76px; left: 0; right: 0; padding: 16px 20px 26px; background: var(--bg); border-bottom: 1px solid var(--border); flex-direction: column; align-items: stretch; }
  .stpk-nav.stpk-open { display: flex; }
  .stpk-dropmenu { position: static; width: 100%; display: none; margin-top: 6px; opacity: 1; visibility: visible; transform: none; box-shadow: none; }
  .stpk-drop:focus-within .stpk-dropmenu { display: block; }
  .stpk-actions { justify-self: end; }
  .stpk-menu { display: block; }
  .stpk-map-card, .stpk-map-copy { min-height: 590px; }
  .stpk-route-tabs { display: none; }
  .stpk-products { grid-template-columns: repeat(2, 1fr); }
  .stpk-span-4, .stpk-span-5, .stpk-span-6, .stpk-span-7, .stpk-span-8 { grid-column: span 6; }
  .stpk-section-head, .stpk-partner, .stpk-loyalty, .stpk-page-grid { grid-template-columns: 1fr; }
  .stpk-side { position: static; }
  .stpk-footer-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 680px) {
  .stpk-shell { width: min(100% - 24px, var(--container)); }
  .stpk-topbar { min-height: 68px; gap: 12px; }
  .stpk-brand { font-size: 21px; }
  .stpk-brand-mark { width: 34px; height: 34px; }
  .stpk-cart { padding-inline: 11px; font-size: 13px; }
  .stpk-nav { top: 68px; }
  .stpk-map-hero { padding-top: 12px; }
  .stpk-map-card { min-height: 590px; border-radius: 24px; }
  .stpk-map-copy { width: 100%; min-height: 590px; padding: 28px; justify-content: flex-end; }
  .stpk-map-copy h1 { font-size: clamp(48px, 14vw, 68px); }
  .stpk-map-card::after { background: linear-gradient(0deg, color-mix(in oklch, var(--espresso) 96%, transparent), color-mix(in oklch, var(--espresso) 18%, transparent)); }
  .stpk-section { padding-block: 64px; }
  .stpk-section-head { gap: 18px; margin-bottom: 28px; }
  .stpk-section-head h2 { font-size: 44px; }
  .stpk-bento { gap: 12px; }
  .stpk-span-4, .stpk-span-5, .stpk-span-6, .stpk-span-7, .stpk-span-8, .stpk-span-12 { grid-column: span 12; }
  .stpk-tile { padding: 23px; }
  .stpk-products, .stpk-route-grid, .stpk-sustain { grid-template-columns: 1fr; }
  .stpk-specs { grid-template-columns: 1fr; }
  .stpk-quotes { columns: 1; }
  .stpk-footer-grid { grid-template-columns: 1fr; }
  .stpk-footline { flex-direction: column; }
  .stpk-cookie-actions { flex-direction: column; }
}
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; animation-duration: .01ms !important; }
}

.stpk-hp { position: absolute; left: -9999px; width: 1px; height: 1px; overflow: hidden; }
