/* =====================================================================
   ПІК · Дизайн-концепт 1 · «Смерека»
   Утро в Карпатах: туман, ялиця, теплий помаранчевий сигнал.
   ===================================================================== */

:root {
  /* туман і лишайник */
  --fog: #F3F6F2;
  --fog-2: #E9EFE9;
  --fog-3: #DDE7DF;
  --lichen: #C9D8C4;
  --moss: #6F8B55;
  --surface: #FFFFFF;
  --line: #D6E0D8;
  --line-2: #C3D1C6;

  /* хвоя */
  --spruce: #1F4D3A;
  --spruce-2: #2A5E48;
  --spruce-deep: #10281E;
  --spruce-night: #0B1D15;

  /* текст */
  --ink: #13241C;
  --ink-2: #4A5A51;
  --ink-inv: #E9EFE9;
  --ink-inv-2: #B9C9BE;

  /* сигнальний помаранч */
  --ember: #EE7536;
  --ember-hi: #F38A4F;
  --ember-lo: #E0632A;
  --ember-ink: #9A4016;
  --ember-soft: #F4A06A;
  --on-ember: #0E1A14;

  --f-serif: "Literata", "Iowan Old Style", "Palatino Linotype", Georgia, "Times New Roman", serif;
  --f-sans: "Onest", system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;

  --gutter: clamp(20px, 5vw, 56px);
  --maxw: 1240px;
  --r-sm: 10px;
  --r: 16px;
  --r-lg: 24px;
  --r-xl: 32px;

  --shadow-1: 0 1px 2px rgba(16, 40, 30, .06), 0 4px 14px rgba(16, 40, 30, .06);
  --shadow-2: 0 2px 6px rgba(16, 40, 30, .06), 0 18px 48px -12px rgba(16, 40, 30, .22);
  --shadow-ember: 0 8px 24px -8px rgba(224, 99, 42, .55);

  --ease: cubic-bezier(.22, .8, .24, 1);
  --ease-out: cubic-bezier(.16, 1, .3, 1);
  --header-h: 64px;
}

/* ---------- базове ---------- */
*, *::before, *::after { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; scroll-padding-top: calc(var(--header-h) + 12px); }
body {
  margin: 0;
  font-family: var(--f-sans);
  font-size: 16px;
  line-height: 1.6;
  color: var(--ink);
  background: var(--fog);
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  overflow-x: hidden;
}
@supports (overflow: clip) { body { overflow-x: clip; } }
img { max-width: 100%; display: block; }
a { color: inherit; }
button { font: inherit; color: inherit; }
h1, h2, h3, p, ul, ol, figure, dl, dd { margin: 0; }
ul[role="list"], ol[role="list"] { list-style: none; padding: 0; }
[hidden] { display: none !important; }
::selection { background: var(--lichen); color: var(--ink); }
:focus-visible { outline: 3px solid var(--ember); outline-offset: 3px; border-radius: 6px; }

.sprite { position: absolute; width: 0; height: 0; overflow: hidden; }
.ic { width: 20px; height: 20px; flex: none; fill: none; stroke: currentColor; stroke-width: 1.6; stroke-linecap: round; stroke-linejoin: round; }

.container { width: 100%; max-width: calc(var(--maxw) + 2 * var(--gutter)); margin-inline: auto; padding-inline: var(--gutter); }

.skip { position: absolute; left: 12px; top: -60px; z-index: 200; background: var(--spruce); color: #fff; padding: 12px 16px; border-radius: 10px; text-decoration: none; }
.skip:focus { top: 12px; }

/* ---------- типографіка ---------- */
.eyebrow {
  display: inline-flex; align-items: center; gap: 10px;
  font-size: .78rem; font-weight: 600; letter-spacing: .14em; text-transform: uppercase;
  color: var(--spruce);
  margin-bottom: 18px;
}
.eyebrow__mark { width: 28px; height: 12px; fill: none; stroke: var(--ember); stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.eyebrow--light { color: var(--lichen); }

.h2 {
  font-family: var(--f-serif);
  font-weight: 560;
  font-size: clamp(2rem, 1.35rem + 2.7vw, 3.55rem);
  line-height: 1.07;
  letter-spacing: -.018em;
  font-variation-settings: "opsz" 60;
  text-wrap: balance;
}
.h2 em, .hero__title em, .tryout__title em {
  font-style: italic; font-weight: 480; color: var(--spruce-2);
}
.h2--light { color: #F3F6F2; }
.h2--light em { color: var(--ember-soft); }
.lead { font-size: 1.075rem; line-height: 1.65; color: var(--ink-2); max-width: 36em; }

/* ---------- кнопки ---------- */
.btn {
  --bg: var(--spruce); --fg: #fff;
  position: relative; isolation: isolate;
  display: inline-flex; align-items: center; justify-content: center; gap: 10px;
  min-height: 52px; padding: 14px 24px;
  border: 0; border-radius: 999px;
  font-family: var(--f-sans); font-weight: 600; font-size: 1rem; line-height: 1.2; letter-spacing: .005em;
  text-decoration: none; cursor: pointer; white-space: nowrap;
  color: var(--fg); background: var(--bg);
  transition: transform .35s var(--ease), box-shadow .35s var(--ease), background-color .25s, color .25s;
  -webkit-tap-highlight-color: transparent;
  overflow: hidden;
}
.btn .ic { transition: transform .35s var(--ease); }
.btn:hover .ic { transform: translateX(4px); }
.btn:active { transform: translateY(1px) scale(.985); }
.btn::after { /* м'який відблиск */
  content: ""; position: absolute; inset: 0; z-index: -1;
  background: radial-gradient(120% 140% at 50% -20%, rgba(255,255,255,.28), transparent 55%);
  opacity: 0; transition: opacity .35s;
}
.btn:hover::after { opacity: 1; }

.btn--ember { --fg: var(--on-ember); background: linear-gradient(180deg, var(--ember-hi) 0%, var(--ember) 55%, var(--ember-lo) 100%); box-shadow: var(--shadow-ember), inset 0 1px 0 rgba(255,255,255,.35); }
.btn--ember:hover { transform: translateY(-2px); box-shadow: 0 14px 30px -10px rgba(224, 99, 42, .65), inset 0 1px 0 rgba(255,255,255,.35); }
.btn--spruce { --fg: #fff; background: linear-gradient(180deg, var(--spruce-2), var(--spruce)); box-shadow: 0 10px 24px -12px rgba(16,40,30,.6), inset 0 1px 0 rgba(255,255,255,.12); }
.btn--spruce:hover { transform: translateY(-2px); box-shadow: 0 16px 30px -12px rgba(16,40,30,.6); }
.btn--glass { --fg: var(--ink); background: rgba(255,255,255,.62); box-shadow: inset 0 0 0 1px rgba(31,77,58,.18); -webkit-backdrop-filter: blur(10px); backdrop-filter: blur(10px); }
.btn--glass:hover { background: rgba(255,255,255,.9); transform: translateY(-2px); }
.btn--line { --fg: var(--spruce); background: transparent; box-shadow: inset 0 0 0 1.5px var(--spruce); }
.btn--line:hover { --fg: #fff; background: var(--spruce); }
.btn--sm { min-height: 44px; padding: 10px 18px; font-size: .95rem; }
.btn--lg { min-height: 58px; padding: 16px 28px; font-size: 1.05rem; }
.btn--block { width: 100%; }

.link-arrow { display: inline-flex; align-items: center; gap: 10px; min-height: 44px; font-weight: 600; color: var(--spruce); text-decoration: none; }
.link-arrow .ic { transition: transform .35s var(--ease); }
.link-arrow:hover .ic { transform: translateX(4px); }
.link-arrow:hover { color: var(--ember-ink); }

/* ---------- прелоадер ---------- */
.preloader { display: none; }
.js .preloader {
  position: fixed; inset: 0; z-index: 1000;
  display: grid; place-items: center;
  background: radial-gradient(120% 80% at 50% 110%, #DCE6DE 0%, var(--fog) 55%, #FAFBF9 100%);
  transition: opacity .6s var(--ease), visibility .6s;
}
.preloader__fog { position: absolute; left: -20%; right: -20%; height: 40%; border-radius: 50%; filter: blur(40px); background: rgba(255,255,255,.9); }
.preloader__fog--a { top: 18%; animation: fogDrift 2.4s var(--ease) both; }
.preloader__fog--b { bottom: 8%; background: rgba(201, 216, 196, .5); animation: fogDrift 2.4s var(--ease) reverse both; }
.preloader__mark { position: relative; display: grid; justify-items: center; gap: 10px; }
.preloader__svg { width: 220px; height: auto; overflow: visible; }
.pl-ridge { fill: none; stroke: var(--spruce); stroke-width: 2.6; stroke-linecap: round; stroke-linejoin: round; stroke-dasharray: 340; stroke-dashoffset: 340; animation: draw .9s var(--ease) .05s forwards; }
.pl-ridge--2 { stroke: var(--moss); stroke-width: 1.8; opacity: .7; animation-delay: .35s; }
.pl-sun { fill: var(--ember); transform-origin: 172px 30px; transform: translateY(22px) scale(.4); opacity: 0; animation: sunrise .8s var(--ease-out) .45s forwards; }
.preloader__word { font-family: var(--f-serif); font-weight: 600; font-size: 1.6rem; letter-spacing: .28em; padding-left: .28em; color: var(--spruce); opacity: 0; animation: fadeUp .6s var(--ease) .55s forwards; }
.preloader.is-done { opacity: 0; visibility: hidden; pointer-events: none; }
.preloader.is-done .preloader__mark { transform: translateY(-14px); transition: transform .6s var(--ease); }
@keyframes draw { to { stroke-dashoffset: 0; } }
@keyframes sunrise { to { opacity: 1; transform: translateY(0) scale(1); } }
@keyframes fadeUp { from { opacity: 0; transform: translateY(8px); } to { opacity: 1; transform: none; } }
@keyframes fogDrift { from { transform: translateX(-8%); opacity: .2; } to { transform: translateX(6%); opacity: 1; } }

/* ---------- шапка ---------- */
.header {
  position: fixed; inset: 0 0 auto; z-index: 60;
  height: var(--header-h);
  transition: background-color .35s, box-shadow .35s, transform .45s var(--ease);
}
.header.is-scrolled { background: rgba(243, 246, 242, .86); -webkit-backdrop-filter: saturate(1.4) blur(14px); backdrop-filter: saturate(1.4) blur(14px); box-shadow: 0 1px 0 rgba(31,77,58,.1); }
.header__row { height: 100%; display: flex; align-items: center; gap: 16px; }

.logo { display: inline-flex; align-items: center; gap: 11px; text-decoration: none; min-height: 44px; }
.logo__mark { width: 38px; height: 38px; flex: none; }
.logo__bg { fill: var(--spruce); }
.logo__lines { fill: none; stroke: #F3F6F2; stroke-width: 2.3; stroke-linecap: round; stroke-linejoin: round; }
.logo__sun { fill: var(--ember); }
.logo:hover .logo__sun { animation: pulse 1.2s var(--ease) infinite; }
@keyframes pulse { 50% { transform: translateY(-1.5px); } }
.logo__text { display: grid; line-height: 1; }
.logo__word { font-family: var(--f-serif); font-weight: 650; font-size: 1.42rem; letter-spacing: .08em; color: var(--spruce-deep); }
.logo__sub { font-size: .66rem; font-weight: 500; letter-spacing: .08em; text-transform: uppercase; color: var(--ink-2); margin-top: 4px; display: none; }
.logo--light .logo__bg { fill: #F3F6F2; }
.logo--light .logo__lines { stroke: var(--spruce); }
.logo--light .logo__word { color: #F3F6F2; }
.logo--light .logo__sub { color: var(--ink-inv-2); display: block; }

.nav { display: none; }
.header__actions { margin-left: auto; display: flex; align-items: center; gap: 8px; }
.header__phone { display: inline-flex; align-items: center; justify-content: center; gap: 8px; min-width: 44px; min-height: 44px; border-radius: 999px; text-decoration: none; font-weight: 600; font-variant-numeric: tabular-nums; color: var(--spruce-deep); transition: background-color .25s; }
.header__phone span { display: none; }
.header__phone:hover { background: rgba(31,77,58,.08); }
.header__book { display: none; }
.burger { display: inline-grid; place-items: center; width: 44px; height: 44px; border: 0; border-radius: 999px; background: var(--spruce); color: #fff; cursor: pointer; transition: transform .3s var(--ease), background-color .25s; }
.burger:hover { background: var(--spruce-2); }
.burger:active { transform: scale(.94); }
.burger .ic { width: 22px; height: 22px; stroke-width: 1.8; }

/* ---------- мобільне меню ---------- */
.drawer { position: fixed; inset: 0; z-index: 90; visibility: hidden; pointer-events: none; }
.drawer::before { content: ""; position: absolute; inset: 0; background: rgba(11, 29, 21, .35); opacity: 0; transition: opacity .4s; }
.drawer__panel {
  position: absolute; inset: 0 0 0 auto; width: min(100%, 440px);
  display: flex; flex-direction: column;
  background: linear-gradient(180deg, #FAFBF9 0%, var(--fog) 50%, var(--fog-2) 100%);
  padding: 12px var(--gutter) calc(24px + env(safe-area-inset-bottom));
  transform: translateX(100%); transition: transform .55s var(--ease-out);
  overflow-y: auto; overflow-x: hidden;
}
.drawer.is-open { visibility: visible; pointer-events: auto; }
.drawer.is-open::before { opacity: 1; }
.drawer.is-open .drawer__panel { transform: none; }
.drawer__top { display: flex; align-items: center; justify-content: space-between; min-height: 52px; }
.drawer__label { font-size: .78rem; letter-spacing: .14em; text-transform: uppercase; font-weight: 600; color: var(--ink-2); }
.drawer__close { width: 44px; height: 44px; border-radius: 999px; border: 0; display: grid; place-items: center; background: var(--surface); box-shadow: var(--shadow-1); cursor: pointer; }
.drawer__close .ic { width: 22px; height: 22px; }
.drawer__nav { display: grid; margin-top: 18px; }
.drawer__nav a {
  display: flex; align-items: baseline; gap: 14px; padding: 12px 2px;
  font-family: var(--f-serif); font-size: 2rem; font-weight: 520; line-height: 1.15; text-decoration: none; color: var(--spruce-deep);
  border-bottom: 1px solid var(--line);
  opacity: 0; transform: translateX(24px); transition: opacity .5s var(--ease), transform .5s var(--ease), color .2s;
}
.drawer__nav a span { font-family: var(--f-sans); font-size: .75rem; font-weight: 600; color: var(--ember-ink); letter-spacing: .08em; }
.drawer__nav a:hover { color: var(--ember-ink); }
.drawer.is-open .drawer__nav a { opacity: 1; transform: none; }
.drawer.is-open .drawer__nav a:nth-child(2) { transition-delay: .04s; }
.drawer.is-open .drawer__nav a:nth-child(3) { transition-delay: .08s; }
.drawer.is-open .drawer__nav a:nth-child(4) { transition-delay: .12s; }
.drawer.is-open .drawer__nav a:nth-child(5) { transition-delay: .16s; }
.drawer.is-open .drawer__nav a:nth-child(6) { transition-delay: .2s; }
.drawer__foot { display: grid; gap: 10px; margin-top: 28px; position: relative; z-index: 1; }
.drawer__phone { display: inline-flex; align-items: center; justify-content: center; gap: 10px; min-height: 52px; font-weight: 600; font-size: 1.1rem; text-decoration: none; color: var(--spruce-deep); border-radius: 999px; box-shadow: inset 0 0 0 1.5px var(--line-2); }
.drawer__ridge { margin-top: auto; width: calc(100% + 2 * var(--gutter)); margin-inline: calc(-1 * var(--gutter)); height: 90px; margin-bottom: calc(-24px - env(safe-area-inset-bottom)); flex: none; }
.drawer__ridge path:first-child { fill: var(--lichen); opacity: .55; }
.drawer__ridge path:last-child { fill: var(--spruce); opacity: .9; }

/* ---------- 1. HERO ---------- */
.hero {
  position: relative; isolation: isolate;
  min-height: 720px;
  height: calc(100svh - 76px);
  max-height: 820px;
  padding-top: calc(var(--header-h) + 22px);
  overflow: hidden;
  background: var(--fog);
}
.hero__media { position: absolute; inset: 318px 0 0 0; z-index: -3; }
.hero__media img { width: 100%; height: 100%; object-fit: cover; object-position: 52% 100%; filter: saturate(.92) contrast(1.02); transform-origin: 50% 80%;
  -webkit-mask-image: linear-gradient(180deg, transparent 0, rgba(0,0,0,.55) 70px, #000 150px); mask-image: linear-gradient(180deg, transparent 0, rgba(0,0,0,.55) 70px, #000 150px); }
.js:not(.reduced) .hero__media img { animation: heroZoom 2.8s var(--ease-out) both; }
@keyframes heroZoom { from { transform: scale(1.08); } to { transform: scale(1); } }
.hero__fog {
  position: absolute; inset: 0; z-index: -2; pointer-events: none;
  background:
    radial-gradient(90% 30% at 30% 44%, rgba(255,255,255,.55), transparent 70%);
}
.hero__grain { position: absolute; inset: 0; z-index: -1; pointer-events: none; opacity: .08; mix-blend-mode: multiply;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='160' height='160'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.85' numOctaves='2' stitchTiles='stitch'/%3E%3CfeColorMatrix values='0 0 0 0 .1 0 0 0 0 .2 0 0 0 0 .15 0 0 0 .9 0'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
}
.hero__inner { position: relative; }
.eyebrow--hero { margin-bottom: 14px; color: var(--spruce); }
.hero__title {
  font-family: var(--f-serif); font-weight: 580;
  font-size: clamp(2.55rem, 1.2rem + 5.6vw, 5.6rem);
  line-height: 1.02; letter-spacing: -.028em;
  font-variation-settings: "opsz" 72;
  color: var(--spruce-deep);
  max-width: 11.5em;
}
.hero__title em { color: var(--spruce-2); font-weight: 460; }
.hero__lead { margin-top: 16px; font-size: 1.04rem; line-height: 1.55; color: var(--ink-2); max-width: 30em; }
.hero__cta { display: none; }

.ridges { position: absolute; left: 0; right: 0; bottom: -1px; width: 100%; height: 150px; z-index: 0; pointer-events: none; }
.ridges__l1 path { fill: rgba(243, 246, 242, .42); }
.ridges__l2 path, .ridges__l2 use { fill: rgba(233, 239, 233, .7); }
.ridges__l3 path { fill: var(--fog); }
.ridges g { will-change: transform; }

/* ---------- ПОШУК ---------- */
.finder { position: relative; z-index: 2; margin-top: -118px; padding-bottom: 8px; }
.finder__card {
  position: relative;
  background: linear-gradient(180deg, rgba(255,255,255,.97), rgba(255,255,255,.94));
  border-radius: var(--r-lg);
  padding: 20px 18px 18px;
  box-shadow: 0 1px 0 rgba(255,255,255,.8) inset, 0 30px 60px -28px rgba(16, 40, 30, .38), 0 2px 8px rgba(16,40,30,.06);
  -webkit-backdrop-filter: blur(16px); backdrop-filter: blur(16px);
}
.finder__card::before { /* тонка лінія хребта зверху картки */
  content: ""; position: absolute; left: 24px; right: 24px; top: 0; height: 3px; border-radius: 0 0 3px 3px;
  background: linear-gradient(90deg, transparent, var(--ember) 30%, var(--ember-soft) 70%, transparent);
  opacity: .9;
}
.finder__head { display: flex; flex-wrap: wrap; align-items: baseline; justify-content: space-between; gap: 4px 16px; margin-bottom: 14px; }
.finder__title { font-family: var(--f-serif); font-size: 1.32rem; font-weight: 580; line-height: 1.2; color: var(--spruce-deep); letter-spacing: -.01em; }
.finder__hint { font-size: .86rem; color: var(--ink-2); font-weight: 500; min-height: 1.4em; }
.finder__hint b { color: var(--ember-ink); font-weight: 650; white-space: nowrap; }
.finder__grid { display: grid; grid-template-columns: minmax(0, 1fr); gap: 12px; }
.field { display: grid; gap: 6px; min-width: 0; }
.field__label { font-size: .74rem; font-weight: 600; letter-spacing: .08em; text-transform: uppercase; color: var(--ink-2); }
.field__control {
  position: relative; display: flex; align-items: center; gap: 10px;
  min-height: 52px; padding: 0 14px;
  background: var(--fog); border-radius: 14px;
  box-shadow: inset 0 0 0 1px var(--line);
  transition: box-shadow .25s, background-color .25s;
}
.field__control:hover { box-shadow: inset 0 0 0 1px var(--line-2); background: #EEF3EF; }
.field__control:focus-within { box-shadow: inset 0 0 0 2px var(--spruce); background: #fff; }
.field__control > .ic { color: var(--spruce); }
.field__control select, .field__control input {
  appearance: none; -webkit-appearance: none;
  flex: 1; min-width: 0; height: 50px; border: 0; background: transparent; outline: none;
  font-family: var(--f-sans); font-size: 1rem; font-weight: 550; color: var(--ink);
  padding: 0;
}
.field__control select { padding-right: 26px; cursor: pointer; }
.field__chev { position: absolute; right: 12px; pointer-events: none; color: var(--ink-2); width: 18px; height: 18px; }
.dates { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); gap: 8px; min-width: 0; }
.field__control--date { padding: 0 10px 0 12px; gap: 6px; cursor: pointer; }
.dates__tag { font-size: .8rem; font-weight: 600; color: var(--ink-2); }
.field__control--date input { font-variant-numeric: tabular-nums; font-size: .95rem; cursor: pointer; min-width: 0; width: 100%; }
.field__control--date input::-webkit-calendar-picker-indicator { position: absolute; inset: 0; width: auto; height: auto; margin: 0; opacity: 0; cursor: pointer; }
.field__control--date .ic { width: 18px; height: 18px; margin-left: auto; color: var(--ink-2); flex: none; pointer-events: none; }
.field__control--date input::-webkit-date-and-time-value { text-align: left; }

.stepper { display: grid; grid-template-columns: 52px 1fr 52px; align-items: center; min-height: 52px; border-radius: 14px; background: var(--fog); box-shadow: inset 0 0 0 1px var(--line); }
.stepper__btn { width: 52px; height: 52px; border: 0; background: transparent; display: grid; place-items: center; cursor: pointer; color: var(--spruce); border-radius: 14px; transition: background-color .2s, transform .2s; }
.stepper__btn:hover { background: rgba(31,77,58,.08); }
.stepper__btn:active { transform: scale(.92); }
.stepper__btn:disabled { color: #9AAAA0; cursor: default; background: transparent; }
.stepper__val { text-align: center; font-weight: 650; font-size: 1.08rem; font-variant-numeric: tabular-nums; }
.finder__submit { width: 100%; margin-top: 4px; }

/* ---------- плашки довіри ---------- */
.trust { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; margin-top: 16px; }
.trust__item {
  display: flex; flex-direction: column; align-items: flex-start; gap: 10px;
  padding: 12px; border-radius: 14px;
  background: rgba(255,255,255,.6); box-shadow: inset 0 0 0 1px var(--line);
  font-size: .86rem; line-height: 1.3; color: var(--ink-2);
}
.trust__item b { color: var(--ink); font-weight: 650; display: block; }
.trust__ic { flex: none; width: 36px; height: 36px; border-radius: 10px; display: grid; place-items: center; background: linear-gradient(160deg, var(--fog-2), var(--fog-3)); color: var(--spruce); }
.trust__ic svg { width: 20px; height: 20px; fill: none; stroke: currentColor; stroke-width: 1.6; stroke-linecap: round; stroke-linejoin: round; }
.trust__ic--star { background: linear-gradient(160deg, #FDEBDD, #F9D6BF); color: var(--ember-lo); }
.trust__ic--star svg { fill: currentColor; stroke: none; }

/* ---------- секції ---------- */
.section { position: relative; padding-block: clamp(72px, 9vw, 132px); }
.section__head { display: grid; gap: 14px; margin-bottom: clamp(28px, 4vw, 52px); }
.section__head--center { text-align: center; justify-items: center; }
.section__note { color: var(--ink-2); font-size: .95rem; max-width: 30em; }

/* ---------- 3. НАБОРИ ---------- */
.kits { padding-top: clamp(64px, 8vw, 112px); }
.kits__track {
  display: grid; grid-auto-flow: column; grid-auto-columns: min(84%, 340px); gap: 14px; align-items: start;
  overflow-x: auto; scroll-snap-type: x mandatory; overscroll-behavior-x: contain;
  margin-inline: calc(-1 * var(--gutter)); padding: 6px var(--gutter) 22px; scroll-padding-inline: var(--gutter);
  scrollbar-width: none;
}
.kits__track::-webkit-scrollbar { display: none; }
.kit {
  scroll-snap-align: start;
  display: flex; flex-direction: column;
  background: var(--surface); border-radius: var(--r-lg); overflow: hidden;
  box-shadow: var(--shadow-1);
  transition: transform .45s var(--ease), box-shadow .45s var(--ease);
}
.kit:hover { transform: translateY(-4px); box-shadow: var(--shadow-2); }
.kit__media { position: relative; aspect-ratio: 16 / 11; overflow: hidden; background: var(--fog-3); }
.kit__media img { width: 100%; height: 100%; object-fit: cover; filter: saturate(.9); transition: transform 1.2s var(--ease-out); }
.kit__media--top img { object-position: 50% 30%; }
.kit:hover .kit__media img { transform: scale(1.05); }
.kit__media::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(16,40,30,0) 45%, rgba(16,40,30,.28) 100%), linear-gradient(0deg, rgba(243,246,242,.0), rgba(243,246,242,.0)); }
.kit__chip {
  position: absolute; left: 12px; top: 12px; z-index: 1;
  padding: 6px 12px; border-radius: 999px; font-size: .78rem; font-weight: 600;
  background: rgba(255,255,255,.92); color: var(--spruce-deep);
  -webkit-backdrop-filter: blur(6px); backdrop-filter: blur(6px);
}
.kit__chip--ember { left: 12px; top: auto; bottom: 12px; background: var(--ember); color: var(--on-ember); }
.kit__body { display: flex; flex-direction: column; flex: 1; padding: 18px 18px 18px; }
.kit__title { font-family: var(--f-serif); font-weight: 580; font-size: 1.4rem; line-height: 1.18; letter-spacing: -.01em; color: var(--spruce-deep); }
.kit__list { margin-top: 12px; display: grid; gap: 7px; }
.kit__list li { position: relative; padding-left: 22px; font-size: .95rem; line-height: 1.4; color: var(--ink); }
.kit__list li::before { content: ""; position: absolute; left: 2px; top: .55em; width: 9px; height: 5px; border-left: 1.8px solid var(--moss); border-bottom: 1.8px solid var(--moss); transform: rotate(-45deg); }
.js .kit__more { display: none; }
.js .kit.is-open .kit__more { display: list-item; display: block; animation: fadeUp .4s var(--ease) both; }
.kit__toggle { display: inline-flex; align-items: center; gap: 6px; align-self: flex-start; min-height: 44px; margin-top: 4px; padding: 0; border: 0; background: none; cursor: pointer; font-size: .9rem; font-weight: 600; color: var(--spruce); }
.kit__toggle:hover { color: var(--ember-ink); }
.kit__toggle .ic { width: 16px; height: 16px; transition: transform .35s var(--ease); }
.kit__toggle[aria-expanded="true"] .ic { transform: rotate(180deg); }
.kit__toggle--static { cursor: default; color: var(--ink-2); font-weight: 500; }
html:not(.js) .kit__toggle:not(.kit__toggle--static) { display: none; }
.kit__foot { margin-top: auto; padding-top: 14px; border-top: 1px dashed var(--line-2); display: grid; gap: 12px; }
.price { display: flex; align-items: baseline; gap: 6px; flex-wrap: wrap; }
.price__num { font-family: var(--f-serif); font-weight: 620; font-size: 1.9rem; line-height: 1; color: var(--ember-ink); font-variant-numeric: lining-nums tabular-nums; letter-spacing: -.01em; }
.price__unit { font-size: .9rem; color: var(--ink-2); font-weight: 500; }
.kit__weekend { margin-top: -4px; display: inline-flex; align-items: center; gap: 8px; align-self: start; justify-self: start; padding: 6px 12px; border-radius: 999px; background: #FBE9DD; color: var(--ember-ink); font-size: .9rem; font-weight: 500; }
.kit__weekend b { font-weight: 700; }
.kits__progress { height: 3px; background: var(--line); border-radius: 3px; overflow: hidden; margin-top: 4px; max-width: 220px; }
.kits__progress span { display: block; height: 100%; width: 20%; background: linear-gradient(90deg, var(--spruce), var(--moss)); border-radius: 3px; transition: transform .2s linear; }

/* ---------- 4. ВИХІДНІ ---------- */
.weekend {
  position: relative; overflow: hidden; isolation: isolate;
  padding-block: clamp(72px, 9vw, 128px);
  color: var(--ink-inv);
  background:
    radial-gradient(70% 60% at 85% 20%, rgba(238,117,54,.16), transparent 60%),
    radial-gradient(60% 70% at 0% 100%, rgba(111,139,85,.28), transparent 60%),
    linear-gradient(160deg, #1B4634 0%, var(--spruce-deep) 60%, var(--spruce-night) 100%);
}
.topo { position: absolute; inset: 0; width: 100%; height: 100%; z-index: -1; opacity: .5; }
.topo path { stroke: rgba(201, 216, 196, .16); stroke-width: 1.2; }
.weekend__grid { display: grid; gap: 40px; align-items: center; }
.weekend__lead { margin: 18px 0 28px; font-size: 1.1rem; line-height: 1.6; color: var(--ink-inv-2); max-width: 32em; }

.week {
  position: relative;
  padding: 22px 18px 18px;
  border-radius: var(--r-lg);
  background: linear-gradient(180deg, rgba(255,255,255,.08), rgba(255,255,255,.03));
  box-shadow: inset 0 0 0 1px rgba(233,239,233,.14);
}
.week__days { display: grid; grid-template-columns: repeat(4, 1fr); gap: 6px; position: relative; z-index: 1; }
.week__day { display: grid; justify-items: center; gap: 8px; text-align: center; }
.week__name { font-family: var(--f-serif); font-size: 1.35rem; font-weight: 580; color: #F3F6F2; }
.week__ic { width: 48px; height: 48px; border-radius: 50%; display: grid; place-items: center; background: rgba(233,239,233,.1); color: var(--lichen); box-shadow: inset 0 0 0 1px rgba(233,239,233,.18); }
.week__ic svg { width: 22px; height: 22px; fill: none; stroke: currentColor; stroke-width: 1.6; stroke-linecap: round; stroke-linejoin: round; }
.week__day--edge .week__ic { background: var(--ember); color: var(--on-ember); box-shadow: 0 0 0 6px rgba(238,117,54,.16); }
.week__what { font-size: .8rem; line-height: 1.3; color: var(--ink-inv-2); }
.week__trail { position: absolute; left: 12%; right: 12%; top: 58px; width: 76%; height: 40px; z-index: 0; }
.week__trail path { fill: none; stroke: rgba(244,160,106,.55); stroke-width: 2; stroke-dasharray: 3 7; stroke-linecap: round; }
.week__bracket { position: relative; margin: 18px 12.5% 0; height: 34px; border: 1.5px solid rgba(233,239,233,.35); border-top: 0; border-radius: 0 0 14px 14px; }
.week__pay { position: absolute; left: 50%; bottom: -14px; transform: translateX(-50%); white-space: nowrap; padding: 4px 14px; border-radius: 999px; background: #F3F6F2; color: var(--spruce-deep); font-size: .88rem; font-weight: 500; }
.week__pay b { font-weight: 700; color: var(--ember-ink); }
.week__example { margin-top: 34px; padding-top: 16px; border-top: 1px solid rgba(233,239,233,.14); display: grid; gap: 4px; font-size: .92rem; }
.week__example-name { color: var(--ink-inv-2); }
.week__example-calc { color: #F3F6F2; font-variant-numeric: tabular-nums; }
.week__example-calc b { font-family: var(--f-serif); font-size: 1.35rem; font-weight: 620; color: var(--ember-soft); margin-left: 4px; }

/* ---------- 7. КРОКИ ---------- */
.steps { background: linear-gradient(180deg, var(--fog) 0%, var(--fog-2) 100%); }
.steps__list { position: relative; display: grid; gap: 14px; counter-reset: s; }
.steps__list::before { /* стежка */
  content: ""; position: absolute; left: 31px; top: 40px; bottom: 40px; width: 2px;
  background: repeating-linear-gradient(180deg, var(--line-2) 0 6px, transparent 6px 13px);
}
.step {
  position: relative; display: grid; align-content: start; grid-template-columns: 64px 1fr; column-gap: 14px; row-gap: 4px; align-items: start;
  padding: 18px 18px 18px 0;
}
.step > *:not(.blaze) { grid-column: 2; }
.blaze {
  grid-row: 1 / span 3; grid-column: 1;
  position: relative; justify-self: center;
  width: 44px; height: 56px; border-radius: 6px;
  background: linear-gradient(90deg, #6B5543, #7C6552 50%, #6B5543); /* кора */
  box-shadow: 0 6px 16px -8px rgba(16,40,30,.5);
  display: grid; place-items: center;
}
.blaze i { display: block; width: 28px; height: 36px; border-radius: 2px; background: linear-gradient(180deg, #fff 0 33%, var(--mark) 33% 67%, #fff 67% 100%); box-shadow: 0 0 0 .5px rgba(0,0,0,.08); }
.blaze--red { --mark: #D2453B; }
.blaze--blue { --mark: #2F6DB5; }
.blaze--green { --mark: #2F8A4F; }
.blaze--yellow { --mark: #E8B923; }
.step__num { font-size: .75rem; font-weight: 700; letter-spacing: .12em; color: var(--ember-ink); }
.step__title { font-family: var(--f-serif); font-weight: 580; font-size: 1.3rem; line-height: 1.22; color: var(--spruce-deep); }
.step p { color: var(--ink-2); font-size: .98rem; }

/* ---------- 5. КАТЕГОРІЇ ---------- */
.cats { padding-bottom: clamp(36px, 5vw, 64px); }
.cats__grid { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
.cats__grid > li { display: flex; }
.cat {
  position: relative; flex: 1;
  display: grid; align-content: start; gap: 4px;
  min-height: 132px; padding: 16px;
  border-radius: var(--r); text-decoration: none;
  background: var(--surface); box-shadow: inset 0 0 0 1px var(--line);
  transition: transform .4s var(--ease), box-shadow .4s var(--ease), background-color .3s;
  overflow: hidden;
}
.cat::after { content: ""; position: absolute; right: 14px; top: 18px; width: 18px; height: 18px; opacity: .0; transform: translateX(-6px); transition: opacity .3s, transform .4s var(--ease);
  background: no-repeat center / contain url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%239A4016' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M13.5 4.5 21 12m0 0-7.5 7.5M21 12H3'/%3E%3C/svg%3E"); }
.cat:hover { transform: translateY(-3px); box-shadow: inset 0 0 0 1px var(--line-2), var(--shadow-2); }
.cat:hover::after { opacity: 1; transform: none; }
.cat__ic { width: 46px; height: 46px; border-radius: 13px; display: grid; place-items: center; background: var(--fog); color: var(--spruce); margin-bottom: 10px; transition: background-color .3s, color .3s, transform .4s var(--ease); }
.cat__ic svg { width: 26px; height: 26px; fill: none; stroke: currentColor; stroke-width: 1.5; stroke-linecap: round; stroke-linejoin: round; }
.cat:hover .cat__ic { background: var(--spruce); color: #F3F6F2; transform: rotate(-4deg); }
.cat__name { font-weight: 650; font-size: 1rem; line-height: 1.25; color: var(--ink); position: relative; z-index: 1; }
.cat__sub { font-size: .82rem; line-height: 1.35; color: var(--ink-2); position: relative; z-index: 1; }

/* ---------- 6. ПОПУЛЯРНЕ ---------- */
.popular { padding-top: clamp(48px, 6vw, 80px); }
.tabs {
  display: flex; gap: 8px; margin: 0 calc(-1 * var(--gutter)) 22px; padding: 4px var(--gutter);
  overflow-x: auto; scrollbar-width: none;
}
.tabs::-webkit-scrollbar { display: none; }
.tab {
  flex: none; min-height: 44px; padding: 10px 18px; border-radius: 999px; border: 0; cursor: pointer;
  background: var(--surface); box-shadow: inset 0 0 0 1px var(--line-2);
  font-weight: 600; font-size: .95rem; color: var(--ink);
  transition: background-color .25s, color .25s, box-shadow .25s, transform .25s var(--ease);
}
.tab:hover { box-shadow: inset 0 0 0 1.5px var(--spruce); }
.tab:active { transform: scale(.96); }
.tab.is-active { background: var(--spruce); color: #fff; box-shadow: 0 8px 18px -10px rgba(16,40,30,.7); }

.gear__grid { display: grid; gap: 12px; }
.gear {
  position: relative; display: grid; grid-template-columns: 112px 1fr; gap: 14px; align-items: start; align-content: start;
  padding: 12px; border-radius: var(--r);
  background: var(--surface); box-shadow: var(--shadow-1);
  transition: transform .4s var(--ease), box-shadow .4s var(--ease), opacity .35s;
}
.gear:hover { transform: translateY(-3px); box-shadow: var(--shadow-2); }
.gear.is-hidden { display: none; }
.gear.is-entering { animation: fadeUp .45s var(--ease) both; }
.gear__plate {
  position: relative; aspect-ratio: 1; border-radius: 12px; overflow: hidden;
  background: radial-gradient(90% 90% at 50% 40%, #FFFFFF 0%, #F1F5F1 60%, #E3EBE4 100%);
}
.gear__plate img { position: absolute; inset: 10%; width: 80%; height: 80%; object-fit: contain; mix-blend-mode: multiply; transition: transform .6s var(--ease); }
.gear:hover .gear__plate img { transform: scale(1.06) rotate(-1.5deg); }
.gear__body { min-width: 0; }
.gear__name { padding-right: 46px; }
.gear__name { font-weight: 650; font-size: 1rem; line-height: 1.3; color: var(--ink); margin-bottom: 6px; }
.gear__brand { display: block; font-weight: 500; font-size: .84rem; color: var(--ink-2); }
.price--sm .price__num { font-size: 1.45rem; }
.gear__from { font-size: .84rem; color: var(--ink-2); margin-top: 4px; line-height: 1.35; }
.gear__from b { color: var(--ink); font-weight: 650; }
.gear__ladder { display: none; flex-wrap: wrap; gap: 4px 6px; margin-top: 8px; }
.gear__ladder span { font-size: .76rem; padding: 3px 8px; border-radius: 999px; background: var(--fog); color: var(--ink-2); font-variant-numeric: tabular-nums; }
.gear__ladder b { color: var(--ink); font-weight: 650; }
.gear__deposit { display: flex; align-items: flex-start; gap: 6px; margin-top: 8px; font-size: .8rem; line-height: 1.35; color: var(--ink-2); }
.gear__deposit .ic { width: 16px; height: 16px; color: var(--moss); margin-top: 1px; }
.gear__add {
  position: absolute; right: 10px; top: 10px;
  width: 44px; height: 44px; border-radius: 50%; border: 0; cursor: pointer;
  display: grid; place-items: center;
  background: var(--fog); color: var(--spruce);
  box-shadow: inset 0 0 0 1px var(--line-2);
  transition: background-color .25s, color .25s, transform .35s var(--ease), box-shadow .25s;
}
.gear__add:hover { background: var(--ember); color: var(--on-ember); box-shadow: var(--shadow-ember); transform: rotate(90deg); }
.gear__add:active { transform: rotate(90deg) scale(.9); }

/* ---------- 8. ДОСТАВКА ---------- */
.delivery { background: linear-gradient(180deg, var(--fog) 0%, var(--fog-2) 100%); }
.delivery__grid { display: grid; gap: 36px; align-items: center; }
.delivery .lead { margin-top: 16px; }
.facts { display: grid; gap: 12px; margin-top: 26px; }
.fact { display: flex; gap: 14px; align-items: flex-start; font-size: .98rem; line-height: 1.5; color: var(--ink-2); }
.fact b { color: var(--ink); font-weight: 650; }
.fact__ic { flex: none; width: 42px; height: 42px; border-radius: 12px; display: grid; place-items: center; background: var(--surface); color: var(--spruce); box-shadow: var(--shadow-1); }
.fact__ic svg { width: 21px; height: 21px; fill: none; stroke: currentColor; stroke-width: 1.6; stroke-linecap: round; stroke-linejoin: round; }

.map { margin: 0; }
.map__svg { width: 100%; height: auto; display: block; border-radius: 28px; box-shadow: var(--shadow-2); }
.map__topo path { stroke: rgba(31,77,58,.13); stroke-width: 1.2; }
.map__ridge path { fill: rgba(31,77,58,.10); }
.map__peak path { fill: var(--spruce); }
.map__peak text { font: 600 15px var(--f-sans); fill: var(--ink-2); }
.map__route { fill: none; stroke: var(--ember); stroke-width: 3; stroke-linecap: round; stroke-dasharray: 2 9; }
.map__kyiv circle { fill: var(--spruce); stroke: #fff; stroke-width: 3; }
.map__kyiv text { font: 600 24px var(--f-serif); fill: var(--spruce-deep); }
.map__kyiv .map__small { font: 500 15px var(--f-sans); fill: var(--ink-2); }
.map__town circle:first-child { fill: #fff; stroke: var(--spruce); stroke-width: 2; }
.map__town .map__dot { fill: var(--ember); stroke: none; }
.map__town text { font: 600 19px var(--f-sans); fill: var(--ink); paint-order: stroke; stroke: rgba(255,255,255,.9); stroke-width: 4px; stroke-linejoin: round; }
.map figcaption, .clean__photo figcaption { margin-top: 12px; font-size: .82rem; color: var(--ink-2); }
.js:not(.reduced) .map.reveal .map__route { stroke-dashoffset: 400; transition: stroke-dashoffset 2.2s var(--ease) .3s; }
.js:not(.reduced) .map.reveal.is-in .map__route { stroke-dashoffset: 0; }
.js:not(.reduced) .map.reveal .map__town { opacity: 0; transform: translateY(6px); transition: opacity .5s var(--ease), transform .5s var(--ease); transition-delay: calc(.9s + var(--i) * .18s); }
.js:not(.reduced) .map.reveal.is-in .map__town { opacity: 1; transform: none; }

/* ---------- арки (вікно в гори) ---------- */
.arch { position: relative; overflow: hidden; border-radius: 999px 999px var(--r-lg) var(--r-lg); background: var(--fog-3); box-shadow: var(--shadow-2); }
.arch img { width: 100%; height: 100%; object-fit: cover; }
.arch::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(243,246,242,.18), transparent 35%, rgba(16,40,30,.12)); pointer-events: none; }

/* ---------- 9. ЧИСТОТА ---------- */
.clean__grid { display: grid; gap: 36px; align-items: center; }
.clean__photo { max-width: 360px; margin-inline: auto; width: 78%; }
.clean__photo .arch { aspect-ratio: 3 / 4.4; }
.clean__photo img { object-position: 50% 40%; }
.clean__photo figcaption { text-align: center; }
.clean .lead { margin-top: 16px; }
.promise { display: grid; gap: 10px; margin-top: 26px; }
.promise__item { display: flex; gap: 14px; padding: 16px; border-radius: var(--r); background: var(--surface); box-shadow: var(--shadow-1); transition: transform .4s var(--ease), box-shadow .4s var(--ease); }
.promise__item:hover { transform: translateX(4px); box-shadow: var(--shadow-2); }
.promise__ic { flex: none; width: 44px; height: 44px; border-radius: 50%; display: grid; place-items: center; background: linear-gradient(160deg, var(--spruce-2), var(--spruce)); color: #F3F6F2; }
.promise__ic svg { width: 22px; height: 22px; fill: none; stroke: currentColor; stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; }
.promise__item h3 { font-size: 1.02rem; font-weight: 650; line-height: 1.35; color: var(--ink); }
.promise__item p { margin-top: 3px; font-size: .92rem; color: var(--ink-2); line-height: 1.5; }

/* ---------- 10. СНІГОСТУПИ ---------- */
.snow {
  overflow: hidden; isolation: isolate;
  background:
    radial-gradient(60% 50% at 100% 0%, rgba(255,255,255,.95), transparent 70%),
    linear-gradient(180deg, #EAF0EE 0%, #F5F8F7 55%, var(--fog) 100%);
}
.snow__flakes { position: absolute; inset: 0; z-index: -1; opacity: .55; pointer-events: none;
  background-image:
    radial-gradient(circle at 20% 30%, #fff 0 1.6px, transparent 2.2px),
    radial-gradient(circle at 70% 60%, #fff 0 1.2px, transparent 1.8px),
    radial-gradient(circle at 45% 80%, rgba(31,77,58,.12) 0 1.2px, transparent 1.8px);
  background-size: 120px 120px, 90px 90px, 150px 150px;
}
.js:not(.reduced) .snow__flakes { animation: snowfall 22s linear infinite; }
@keyframes snowfall { to { background-position: 0 120px, 0 180px, 0 150px; } }
.snow__head { display: grid; gap: 30px; align-items: center; margin-bottom: 36px; }
.snow .lead { margin-top: 16px; }
.snow__badges { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 22px; }
.snow__badges li { display: inline-flex; align-items: center; gap: 8px; padding: 8px 14px; border-radius: 999px; background: var(--surface); box-shadow: inset 0 0 0 1px var(--line); font-size: .9rem; font-weight: 550; }
.snow__badges .ic { width: 18px; height: 18px; color: var(--moss); }
.snow__photo .arch--wide { aspect-ratio: 4 / 3.3; border-radius: 999px 999px var(--r-lg) var(--r-lg); }

.models { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
.model { display: flex; flex-direction: column; padding: 12px 12px 14px; border-radius: var(--r); background: var(--surface); box-shadow: var(--shadow-1); transition: transform .4s var(--ease), box-shadow .4s var(--ease); }
.model:hover { transform: translateY(-4px); box-shadow: var(--shadow-2); }
.model__plate { position: relative; aspect-ratio: 1; border-radius: 12px; background: radial-gradient(90% 90% at 50% 40%, #FFFFFF, #EEF3F1 70%, #E2EAE6); margin-bottom: 12px; overflow: hidden; }
.model__plate img { position: absolute; inset: 10%; width: 80%; height: 80%; mix-blend-mode: multiply; object-fit: contain; transition: transform .6s var(--ease); }
.model:hover .model__plate img { transform: translateY(-4px) rotate(2deg); }
.model__name { font-family: var(--f-serif); font-weight: 620; font-size: 1.25rem; line-height: 1.15; color: var(--spruce-deep); }
.model__use { font-size: .85rem; color: var(--ink-2); margin-top: 2px; line-height: 1.35; }
.model__specs { margin-top: auto; padding-top: 10px; display: grid; gap: 2px; }
.model__specs div { display: flex; justify-content: space-between; gap: 6px; padding-top: 6px; border-top: 1px dashed var(--line); font-size: .8rem; }
.model__specs dt { color: var(--ink-2); }
.model__specs dd { font-weight: 650; font-variant-numeric: tabular-nums; text-align: right; white-space: nowrap; }

.tryout {
  margin-top: 16px; display: grid; gap: 18px; align-items: center;
  padding: 22px; border-radius: var(--r-lg);
  background: linear-gradient(120deg, #FDF0E6 0%, #FBE3D2 100%);
  box-shadow: inset 0 0 0 1px rgba(154,64,22,.12);
}
.tryout__title { font-family: var(--f-serif); font-weight: 560; font-size: 1.35rem; line-height: 1.3; color: var(--spruce-deep); text-wrap: balance; }
.tryout__title em { color: var(--ember-ink); }
.tryout__sub { margin-top: 6px; font-size: .92rem; color: var(--ink-2); }

/* ---------- 11. МАРШРУТИ ---------- */
.routes {
  position: relative; isolation: isolate; overflow: hidden;
  padding: clamp(120px, 12vw, 180px) 0 clamp(72px, 9vw, 128px);
  color: var(--ink-inv);
  background: var(--spruce-deep);
}
.routes__bg { position: absolute; inset: 0; z-index: -2; }
.routes__bg img { width: 100%; height: 100%; object-fit: cover; object-position: 70% 30%; opacity: .34; filter: grayscale(.4) sepia(.2) hue-rotate(60deg) saturate(.8); }
.routes::before { content: ""; position: absolute; inset: 0; z-index: -1; background: linear-gradient(180deg, rgba(16,40,30,.72) 0%, rgba(16,40,30,.9) 45%, var(--spruce-deep) 100%), radial-gradient(60% 40% at 90% 30%, rgba(238,117,54,.14), transparent 70%); }
.ridges--top { top: -1px; bottom: auto; height: 110px; }
.ridges--top .r-fog { fill: var(--fog); }
.ridges--top .r-fog2 { fill: var(--fog); opacity: .5; }
.routes__grid { display: grid; gap: 36px; }
.routes__tag { display: inline-flex; align-items: center; gap: 8px; margin-top: 16px; padding: 6px 12px; border-radius: 999px; background: rgba(243,246,242,.1); box-shadow: inset 0 0 0 1px rgba(233,239,233,.2); font-size: .85rem; font-weight: 550; color: #F3F6F2; }
.routes__tag .ic { width: 17px; height: 17px; color: var(--ember-soft); }
.routes__lead { margin: 16px 0 26px; color: var(--ink-inv-2); max-width: 32em; }
.route-list { display: grid; gap: 0; border-top: 1px solid rgba(233,239,233,.14); }
.route { display: flex; flex-direction: column; align-items: flex-start; justify-content: space-between; gap: 10px 16px; padding: 18px 2px; border-bottom: 1px solid rgba(233,239,233,.14); transition: background-color .3s, padding .4s var(--ease); }
.route:hover { background: linear-gradient(90deg, rgba(243,246,242,.06), transparent); padding-left: 10px; }
.route__main { min-width: 0; }
.route__name { font-family: var(--f-serif); font-weight: 540; font-size: 1.3rem; line-height: 1.25; color: #F3F6F2; }
.route__meta { display: flex; gap: 8px; margin-top: 6px; font-size: .85rem; color: var(--ink-inv-2); }
.route__meta span + span::before { content: "·"; margin-right: 8px; }
.status { display: inline-flex; align-items: center; gap: 8px; padding: 6px 12px 6px 10px; border-radius: 999px; font-size: .84rem; font-weight: 600; line-height: 1.25; background: rgba(243,246,242,.07); box-shadow: inset 0 0 0 1px rgba(233,239,233,.14); }
.status::before { content: ""; width: 8px; height: 8px; border-radius: 50%; background: currentColor; box-shadow: 0 0 0 4px color-mix(in srgb, currentColor 22%, transparent); flex: none; }
.status--open { color: #8FE0AE; }
.status--permit { color: #F6C177; }
.status--check { color: #C7D3CB; }
.status--closed { color: #F3A594; }
.js:not(.reduced) .status--open::before { animation: blink 2.4s ease-in-out infinite; }
@keyframes blink { 50% { box-shadow: 0 0 0 7px color-mix(in srgb, currentColor 8%, transparent); } }

/* ---------- 12. ІСТОРІЯ ---------- */
.story { background: radial-gradient(70% 60% at 80% 40%, #FFFFFF 0%, var(--fog) 70%); }
.story__grid { display: grid; gap: 40px; align-items: center; }
.story__photo { position: relative; width: 82%; max-width: 440px; margin-inline: auto; }
.arch--duo { aspect-ratio: 4 / 5; }
.arch--duo img { filter: grayscale(1) contrast(1.05) brightness(1.08); }
.arch--duo::before { content: ""; position: absolute; inset: 0; z-index: 1; background: linear-gradient(180deg, #2A5E48 0%, #1F4D3A 60%, #10281E 100%); mix-blend-mode: screen; opacity: .55; }
.arch--duo::after { z-index: 2; background: linear-gradient(180deg, rgba(243,246,242,.55) 0%, rgba(243,246,242,0) 45%), linear-gradient(0deg, rgba(238,117,54,.18), transparent 40%); }
.story__years { position: absolute; right: -6%; bottom: -5%; width: 118px; height: 118px; z-index: 3; }
.story__years .yr-bg { fill: var(--fog); }
.story__years text { font: 650 14.5px var(--f-sans); letter-spacing: .2em; text-transform: uppercase; fill: var(--spruce-deep); }
.js:not(.reduced) .story__years { animation: spin 40s linear infinite; }
.story__years::before { content: ""; }
@keyframes spin { to { transform: rotate(360deg); } }
.story__photo::after { content: ""; position: absolute; right: calc(-6% + 45px); bottom: calc(-5% + 45px); width: 28px; height: 28px; border-radius: 50%; background: radial-gradient(circle at 35% 35%, var(--ember-hi), var(--ember-lo)); z-index: 4; box-shadow: 0 0 0 6px rgba(238,117,54,.15); }
.story__title { font-size: clamp(2.6rem, 1.6rem + 4vw, 4.8rem); }
.story__body { margin-top: 20px; font-family: var(--f-serif); font-size: clamp(1.28rem, 1.05rem + .9vw, 1.7rem); line-height: 1.45; font-weight: 420; color: var(--ink); max-width: 26em; text-wrap: pretty; }
.story__thanks { margin-top: 16px; color: var(--ink-2); max-width: 32em; }
.story__sign { display: inline-flex; align-items: center; gap: 12px; margin-top: 26px; font-weight: 600; color: var(--spruce); }
.story__sign svg { width: 34px; height: 34px; fill: none; stroke: var(--spruce); stroke-width: 2.2; stroke-linecap: round; stroke-linejoin: round; }

/* ---------- 13. ВІДГУКИ ---------- */
.reviews { padding-bottom: clamp(24px, 3vw, 40px); background: var(--fog); }
.rating {
  display: grid; gap: 18px; justify-items: start;
  padding: 24px; border-radius: var(--r-xl);
  background: linear-gradient(135deg, #FFFFFF 0%, #F7FAF7 100%);
  box-shadow: var(--shadow-2);
  position: relative; overflow: hidden;
}

.rating__score { display: flex; align-items: center; gap: 16px; }
.rating__num { font-family: var(--f-serif); font-weight: 600; font-size: 4rem; line-height: .9; color: var(--spruce-deep); letter-spacing: -.03em; }
.rating__stars { display: flex; gap: 3px; }
.rating__stars svg { width: 22px; height: 22px; fill: var(--ember); }
.rating__title { font-family: var(--f-serif); font-size: 1.35rem; font-weight: 580; color: var(--ink); }
.rating__sub { color: var(--ink-2); margin-top: 4px; font-size: .95rem; max-width: 28em; }
.rating .btn { position: relative; z-index: 1; }

/* ---------- 14. FAQ ---------- */
.faq__grid { display: grid; gap: 28px; }
.faq__ask { margin-top: 22px; display: grid; gap: 4px; color: var(--ink-2); }
.accordion { display: grid; gap: 10px; }
.acc { border-radius: var(--r); background: var(--surface); box-shadow: inset 0 0 0 1px var(--line); transition: box-shadow .35s var(--ease); }
.acc.is-open { box-shadow: inset 0 0 0 1px var(--line-2), var(--shadow-2); }
.acc__h { font-size: inherit; }
.acc__btn {
  width: 100%; min-height: 64px; display: flex; align-items: center; justify-content: space-between; gap: 16px;
  padding: 16px 18px; border: 0; background: none; cursor: pointer; text-align: left;
  font-family: var(--f-serif); font-weight: 560; font-size: 1.15rem; line-height: 1.3; color: var(--spruce-deep);
  border-radius: var(--r);
}
.acc__btn:hover { color: var(--ember-ink); }
.acc__ic { position: relative; flex: none; width: 36px; height: 36px; border-radius: 50%; background: var(--fog); transition: background-color .3s, transform .45s var(--ease); }
.acc__ic::before, .acc__ic::after { content: ""; position: absolute; left: 50%; top: 50%; width: 14px; height: 1.8px; margin: -.9px 0 0 -7px; background: var(--spruce); border-radius: 2px; transition: transform .45s var(--ease), background-color .3s; }
.acc__ic::after { transform: rotate(90deg); }
.acc.is-open .acc__ic { background: var(--ember); transform: rotate(180deg); }
.acc.is-open .acc__ic::before, .acc.is-open .acc__ic::after { background: var(--on-ember); }
.acc.is-open .acc__ic::after { transform: rotate(0deg); }
.acc__panel { display: grid; grid-template-rows: 1fr; transition: grid-template-rows .45s var(--ease); }
.js .acc__panel { grid-template-rows: 0fr; }
.js .acc.is-open .acc__panel { grid-template-rows: 1fr; }
.acc__inner { overflow: hidden; }
.acc__inner p { padding: 0 18px 18px; color: var(--ink-2); max-width: 40em; }

/* ---------- 15. ФУТЕР ---------- */
.footer { position: relative; color: var(--ink-inv); background: var(--fog); }
.ridges--footer { position: relative; display: block; height: 120px; bottom: auto; }
.ridges--footer .f1 { fill: var(--lichen); opacity: .55; }
.ridges--footer .f2 { fill: var(--spruce-2); opacity: .85; }
.ridges--footer .f3 path, .ridges--footer .f3 use { fill: var(--spruce-deep); }
.footer__body {
  margin-top: -1px;
  background:
    radial-gradient(60% 50% at 100% 0%, rgba(238,117,54,.08), transparent 70%),
    linear-gradient(180deg, var(--spruce-deep) 0%, var(--spruce-night) 100%);
  padding: 40px 0 calc(96px + env(safe-area-inset-bottom));
}
.contacts { display: grid; gap: 34px; padding-bottom: 40px; border-bottom: 1px solid rgba(233,239,233,.12); }
.contacts__phone { display: inline-block; margin-top: 14px; padding-block: 6px; font-family: var(--f-serif); font-weight: 560; font-size: clamp(2.1rem, 1.5rem + 2.6vw, 3.4rem); line-height: 1.1; letter-spacing: -.01em; color: #F3F6F2; text-decoration: none; font-variant-numeric: lining-nums; background: linear-gradient(var(--ember), var(--ember)) 0 100% / 0 2px no-repeat; transition: background-size .5s var(--ease), color .3s; }
.contacts__phone:hover { color: var(--ember-soft); background-size: 100% 2px; }
.messengers { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 22px; }
.msg { display: inline-flex; align-items: center; gap: 8px; min-height: 46px; padding: 10px 18px; border-radius: 999px; text-decoration: none; font-weight: 600; font-size: .95rem; color: #F3F6F2; background: rgba(243,246,242,.07); box-shadow: inset 0 0 0 1px rgba(233,239,233,.2); transition: background-color .25s, color .25s, transform .3s var(--ease); }
.msg:hover { background: #F3F6F2; color: var(--spruce-deep); transform: translateY(-2px); }
.contacts__list { display: grid; gap: 18px; }
.contacts__list li { display: flex; gap: 14px; align-items: flex-start; }
.contacts__ic { flex: none; width: 42px; height: 42px; border-radius: 12px; display: grid; place-items: center; background: rgba(243,246,242,.07); color: var(--ember-soft); box-shadow: inset 0 0 0 1px rgba(233,239,233,.14); }
.contacts__ic svg { width: 20px; height: 20px; fill: none; stroke: currentColor; stroke-width: 1.6; stroke-linecap: round; stroke-linejoin: round; }
.contacts__list div { display: grid; gap: 2px; line-height: 1.45; }
.contacts__k { font-size: .74rem; font-weight: 600; letter-spacing: .1em; text-transform: uppercase; color: var(--ink-inv-2); }
.contacts__list a { color: #F3F6F2; text-decoration: none; font-weight: 550; min-height: 44px; display: inline-flex; align-items: center; }
.contacts__list a:hover { color: var(--ember-soft); }

.footer__bottom { display: grid; gap: 22px; padding: 30px 0 24px; }
.footer__nav { display: flex; flex-wrap: wrap; gap: 4px 20px; }
.footer__nav a, .footer__legal a { display: inline-flex; align-items: center; min-height: 44px; color: var(--ink-inv-2); text-decoration: none; font-size: .95rem; }
.footer__nav a:hover, .footer__legal a:hover { color: #F3F6F2; }
.footer__legal { display: flex; flex-wrap: wrap; align-items: center; gap: 0 20px; font-size: .88rem; color: var(--ink-inv-2); }
.concept-plate { display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 8px 16px; padding: 12px 16px; border-radius: 14px; background: rgba(243,246,242,.06); box-shadow: inset 0 0 0 1px rgba(233,239,233,.12); font-size: .85rem; color: var(--ink-inv-2); }
.concept-plate a { display: inline-flex; align-items: center; min-height: 44px; color: var(--ember-soft); text-decoration: none; font-weight: 600; }
.concept-plate a:hover { text-decoration: underline; text-underline-offset: 3px; }

/* ---------- мобільна панель ---------- */
.dock {
  position: fixed; left: 10px; right: 10px; bottom: calc(10px + env(safe-area-inset-bottom)); z-index: 70;
  display: grid; grid-template-columns: 1fr 1.25fr; gap: 8px;
  padding: 6px; border-radius: 999px;
  background: rgba(16, 40, 30, .9); -webkit-backdrop-filter: blur(14px) saturate(1.3); backdrop-filter: blur(14px) saturate(1.3);
  box-shadow: 0 18px 40px -14px rgba(11,29,21,.6), inset 0 0 0 1px rgba(243,246,242,.08);
  transform: translateY(140%); transition: transform .6s var(--ease-out);
}
.dock.is-visible, html:not(.js) .dock { transform: none; }
.dock__btn { display: inline-flex; align-items: center; justify-content: center; gap: 8px; min-height: 50px; border-radius: 999px; text-decoration: none; font-weight: 650; font-size: 1rem; transition: transform .25s var(--ease), background-color .25s; }
.dock__btn:active { transform: scale(.97); }
.dock__btn--call { color: #F3F6F2; background: rgba(243,246,242,.1); }
.dock__btn--call:hover { background: rgba(243,246,242,.18); }
.dock__btn--book { color: var(--on-ember); background: linear-gradient(180deg, var(--ember-hi), var(--ember)); }

/* ---------- тост ---------- */
.toast {
  position: fixed; left: 50%; bottom: calc(86px + env(safe-area-inset-bottom)); z-index: 95;
  display: flex; align-items: flex-start; gap: 10px; width: max-content; max-width: calc(100% - 32px);
  padding: 14px 18px; border-radius: 16px;
  background: #F3F6F2; color: var(--ink); font-size: .95rem; font-weight: 500; line-height: 1.4;
  box-shadow: 0 20px 50px -16px rgba(11,29,21,.45), inset 0 0 0 1px var(--line-2);
  transform: translate(-50%, 20px); opacity: 0; visibility: hidden;
  transition: transform .45s var(--ease-out), opacity .3s, visibility .3s;
}
.toast .ic { color: var(--ember-lo); margin-top: 1px; }
.toast.is-show { transform: translate(-50%, 0); opacity: 1; visibility: visible; }

/* ---------- поява секцій ---------- */
.js:not(.reduced) .reveal { opacity: 0; transform: translate3d(0, 26px, 0); transition: opacity .9s var(--ease), transform .9s var(--ease); transition-delay: var(--d, 0s); }
.js:not(.reduced) .reveal.is-in { opacity: 1; transform: none; }
/* hero одразу після прелоадера */
.js:not(.reduced) .hero .reveal { transition-duration: 1.1s; }

/* ======================= ПЛАНШЕТ ≥ 640 ======================= */
@media (min-width: 640px) {
  .logo__sub { display: block; }
  .header__phone span { display: inline; }
  .header__phone { padding: 0 12px; }
  .hero__cta { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 26px; }
  .finder__grid { grid-template-columns: minmax(0, 1.3fr) minmax(0, 1fr); grid-template-areas: "what people" "dates dates" "submit submit"; }
  .field--what { grid-area: what; }
  .field--people { grid-area: people; }
  .field--dates { grid-area: dates; }
  .finder__submit { grid-area: submit; }
  .snow__photo { max-width: 520px; width: 100%; margin-inline: auto; }
  .trust { grid-template-columns: repeat(4, 1fr); }
  .trust__item { flex-direction: column; align-items: flex-start; }
  .cats__grid { grid-template-columns: repeat(3, 1fr); }
  .gear__grid { grid-template-columns: 1fr 1fr; }
  .gear { grid-template-columns: 1fr; }
  .gear__plate { aspect-ratio: 4 / 3; }
  .gear__name { padding-right: 50px; }
  .gear__ladder { display: flex; }
  .rating { grid-template-columns: auto 1fr; align-items: center; column-gap: 32px; padding: 32px 36px; }
  .rating .btn { grid-column: 1 / -1; justify-self: start; }
  .tryout { grid-template-columns: 1fr auto; padding: 26px 30px; }
  .contacts__list { grid-template-columns: 1fr 1fr; }
  .steps__list { grid-template-columns: 1fr 1fr; gap: 16px; }
  .steps__list::before { display: none; }
  .step { grid-template-columns: 1fr; padding: 22px; border-radius: var(--r-lg); background: rgba(255,255,255,.7); box-shadow: inset 0 0 0 1px var(--line); }
  .step > *:not(.blaze) { grid-column: 1; }
  .blaze { grid-row: auto; justify-self: start; margin-bottom: 14px; }
}

/* ======================= ДЕСКТОП ≥ 1024 ======================= */
@media (min-width: 1024px) {
  :root { --header-h: 76px; }
  body { font-size: 17px; }
  .nav { display: flex; gap: 2px; margin-left: 28px; }
  .nav a { position: relative; display: inline-flex; align-items: center; min-height: 44px; padding: 0 13px; border-radius: 999px; text-decoration: none; font-weight: 550; font-size: .95rem; color: var(--ink); transition: color .2s, background-color .2s; }
  .nav a::after { content: ""; position: absolute; left: 13px; right: 13px; bottom: 8px; height: 1.5px; background: var(--ember); transform: scaleX(0); transform-origin: left; transition: transform .4s var(--ease); }
  .nav a:hover { color: var(--spruce); }
  .nav a:hover::after, .nav a.is-current::after { transform: scaleX(1); }
  .burger { display: none; }
  .header__book { display: inline-flex; }
  .logo__mark { width: 42px; height: 42px; }
  .logo__word { font-size: 1.55rem; }

  .hero { height: 100vh; min-height: 780px; max-height: 960px; padding-top: calc(var(--header-h) + clamp(40px, 6vh, 90px)); }
  .hero__media { inset: 0 0 0 30%; }
  .hero__media img { object-position: 50% 62%; -webkit-mask-image: linear-gradient(90deg, transparent 0, rgba(0,0,0,.5) 18%, #000 42%); mask-image: linear-gradient(90deg, transparent 0, rgba(0,0,0,.5) 18%, #000 42%); }
  .hero__fog {
    background:
      linear-gradient(90deg, rgba(243,246,242,.5) 0%, rgba(243,246,242,0) 50%),
      linear-gradient(180deg, rgba(243,246,242,.8) 0%, rgba(243,246,242,0) 20%);
  }
  .hero__title { max-width: 9.2em; }
  .hero__lead { font-size: 1.18rem; margin-top: 24px; max-width: 29em; }
  .hero__cta { margin-top: 34px; }
  .ridges { height: 230px; }

  .finder { margin-top: -170px; }
  .finder__card { padding: 26px 28px 28px; border-radius: var(--r-xl); }
  .finder__title { font-size: 1.5rem; }
  .finder__grid { grid-template-columns: minmax(0, 1.1fr) minmax(0, 1.7fr) minmax(0, .9fr) auto; grid-template-areas: "what dates people submit"; align-items: end; gap: 14px; }
  .models { grid-template-columns: repeat(4, 1fr); }
  .snow__photo { max-width: none; }
  .finder__submit { width: auto; margin-top: 0; min-height: 52px; }
  .trust { margin-top: 22px; gap: 14px; }
  .trust__item { flex-direction: row; align-items: center; padding: 14px 16px; background: transparent; box-shadow: none; }

  .section__head:not(.section__head--center) { grid-template-columns: 1fr auto; align-items: end; column-gap: 48px; }
  .section__head .section__note { text-align: right; justify-self: end; }

  .kits__track { display: grid; grid-auto-flow: row; grid-template-columns: repeat(6, 1fr); gap: 20px; overflow: visible; margin: 0; padding: 0; align-items: stretch; }
  .kit { grid-column: span 2; }
  .kit--feature, .kit--feature + .kit { grid-column: span 3; }
  .kit--feature .kit__media, .kit--feature + .kit .kit__media { aspect-ratio: 16 / 9; }
  .kit__body { padding: 22px 24px 24px; }
  .kit__title { font-size: 1.55rem; }
  .kits__progress { display: none; }

  .weekend__grid { grid-template-columns: 1fr 1.05fr; gap: 72px; }
  .week { padding: 34px 32px 28px; }
  .week__ic { width: 60px; height: 60px; }
  .week__ic svg { width: 26px; height: 26px; }
  .week__trail { top: 72px; }
  .week__name { font-size: 1.6rem; }
  .week__what { font-size: .9rem; }

  .steps__list { grid-template-columns: repeat(4, 1fr); gap: 18px; }
  .steps__list::before { display: block; left: 8%; right: 8%; top: 50px; bottom: auto; width: auto; height: 2px; background: repeating-linear-gradient(90deg, var(--line-2) 0 6px, transparent 6px 13px); }
  .step { background: transparent; box-shadow: none; padding: 22px 8px; }
  .blaze { margin-bottom: 18px; width: 50px; height: 62px; }
  .blaze i { width: 32px; height: 40px; }

  .cats__grid { grid-template-columns: repeat(5, 1fr); gap: 14px; }
  .cat { min-height: 168px; padding: 20px; }

  .gear__grid { grid-template-columns: repeat(3, 1fr); gap: 18px; }
  .gear { padding: 14px 14px 18px; }
  .gear__body { padding: 4px 6px 0; }

  .delivery__grid { grid-template-columns: 1fr 1.05fr; gap: 72px; }
  .clean__grid { grid-template-columns: .8fr 1fr; gap: 88px; }
  .clean__photo { width: 100%; max-width: 420px; }

  .snow__head { grid-template-columns: 1.15fr .85fr; gap: 64px; margin-bottom: 48px; }
  .models { gap: 18px; }
  .model { padding: 16px 16px 18px; }
  .model__name { font-size: 1.4rem; }
  .model__specs div { font-size: .88rem; }
  .tryout { margin-top: 22px; padding: 30px 40px; }
  .tryout__title { font-size: 1.6rem; }

  .routes__grid { grid-template-columns: .9fr 1.1fr; gap: 80px; align-items: start; }
  .routes__head { position: sticky; top: 120px; }
  .route { padding: 22px 6px; flex-direction: row; align-items: center; }
  .route__name { font-size: 1.55rem; }
  .ridges--top { height: 150px; }

  .story__grid { grid-template-columns: .85fr 1fr; gap: 96px; }
  .story__photo { width: 100%; }
  .story__years { width: 150px; height: 150px; }
  .story__photo::after { right: calc(-6% + 59px); bottom: calc(-5% + 59px); width: 32px; height: 32px; }

  .rating { grid-template-columns: auto 1fr auto; padding: 36px 44px; }
  .rating .btn { grid-column: auto; justify-self: end; }

  .faq__grid { grid-template-columns: .8fr 1.2fr; gap: 72px; align-items: start; }
  .faq__head { position: sticky; top: 120px; }
  .acc__btn { font-size: 1.25rem; padding: 20px 24px; min-height: 76px; }
  .acc__inner p { padding: 0 24px 24px; }

  .footer { padding-bottom: 0; }
  .ridges--footer { height: 200px; }
  .footer__body { padding: 56px 0 32px; }
  .contacts { grid-template-columns: 1.1fr 1fr; gap: 64px; align-items: end; padding-bottom: 56px; }
  .footer__bottom { grid-template-columns: auto 1fr auto; align-items: center; gap: 32px; }
  .footer__nav { justify-content: center; }

  .dock { display: none; }
  .toast { bottom: 32px; }
}

@media (min-width: 1280px) {
  .hero__media { left: 34%; }
}

/* ---------- скорочений рух ---------- */
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { animation-duration: .001ms !important; animation-iteration-count: 1 !important; transition-duration: .001ms !important; scroll-behavior: auto !important; }
}

/* доповнення */
.eyebrow__extra { display: none; }
@media (min-width: 640px) { .eyebrow__extra { display: inline; } }
.finder__hint { display: flex; flex-wrap: wrap; column-gap: 8px; }
.finder__hint b::before { content: "·"; margin-right: 8px; color: var(--ink-2); font-weight: 500; }
@media (max-width: 639px) {
  .finder__head { display: grid; }
  .finder__hint b { flex-basis: 100%; }
  .finder__hint b::before { display: none; }
}
@media (max-width: 639px) {
  .field__control--date .ic { display: none; }
  .field__control--date { padding: 0 10px; }
}
.nw { white-space: nowrap; }
