/* ============================================================
   ECO SPAS — homepage sections
   ============================================================ */

/* ---------- HERO ---------- */
.hero { padding-top: 116px; overflow: hidden; }
.hero-grid {
  display: grid; grid-template-columns: 1.02fr 0.98fr; gap: clamp(28px, 4vw, 64px);
  align-items: center;
}
.hero-copy .kicker { margin-bottom: 22px; }
.hero-copy .display { margin-bottom: 22px; }
.hero-copy .display .warm { color: var(--amber); font-variation-settings: "wdth" 90, "opsz" 96; }
.hero-copy .lede { max-width: 30ch; margin-bottom: 30px; }
.hero-cta { display: flex; gap: 13px; flex-wrap: wrap; margin-bottom: 30px; }
.hero-trust { display: flex; flex-wrap: wrap; gap: 8px; }

/* hero visual */
.hero-visual { position: relative; }
.hero-visual image-slot { width: 100%; height: clamp(380px, 46vw, 560px); border-radius: var(--radius-lg); box-shadow: var(--shadow); }
.hero-visual .hero-media { position: relative; width: 100%; height: clamp(380px, 46vw, 560px); border-radius: var(--radius-lg); overflow: hidden; box-shadow: var(--shadow); border: 1px solid var(--ink); background: linear-gradient(150deg, oklch(30% 0.02 240), oklch(15% 0.02 240)); }
.hero-visual .hero-media video { width: 100%; height: 100%; object-fit: cover; display: block; }
.hero-visual .float-card {
  position: absolute; bottom: 22px; left: -22px;
  background: var(--paper); border: 1px solid var(--line); border-radius: var(--radius);
  box-shadow: var(--shadow); padding: 16px 20px; display: flex; gap: 18px; align-items: center;
}
.hero-visual .float-card .big { font-family: var(--font-display); font-weight: 800; font-size: 34px; letter-spacing: -.04em; line-height: 1; }
.hero-visual .float-card .lbl { font-size: 12px; color: var(--muted); font-weight: 600; line-height: 1.3; max-width: 13ch; }
.temp-badge {
  position: absolute; top: 20px; right: 20px; z-index: 2;
  background: var(--ink); color: #fff; border-radius: 100px; padding: 9px 16px;
  font-family: var(--font-display); font-weight: 700; font-size: 14px; letter-spacing: -.01em;
  display: flex; align-items: center; gap: 9px;
}
.temp-badge .dot { width: 8px; height: 8px; border-radius: 50%; background: var(--accent); box-shadow: 0 0 0 0 var(--accent); animation: pulse 2.4s var(--ease) infinite; }
@keyframes pulse { 0%{box-shadow:0 0 0 0 rgba(220,98,52,.5);} 70%{box-shadow:0 0 0 9px rgba(220,98,52,0);} 100%{box-shadow:0 0 0 0 rgba(220,98,52,0);} }
@media (prefers-reduced-motion: reduce){ .temp-badge .dot{ animation:none; } }

/* ---------- MARQUEE STRIP ---------- */
.strip { background: var(--ink); color: rgba(255,255,255,.85); overflow: hidden; }
.strip .track { display: flex; gap: 0; white-space: nowrap; animation: marquee 34s linear infinite; }
.strip:hover .track { animation-play-state: paused; }
.strip .item { display: inline-flex; align-items: center; gap: 12px; padding: 16px 28px; font-weight: 600; font-size: 14.5px; letter-spacing: -.01em; }
.strip .item .sep { color: var(--accent); font-weight: 800; }
@keyframes marquee { to { transform: translateX(-50%); } }
@media (prefers-reduced-motion: reduce){ .strip .track{ animation:none; } }

/* ---------- THESIS / HDPE ---------- */
.thesis .head { display: grid; grid-template-columns: 1fr 1fr; gap: 40px; align-items: end; margin-bottom: 44px; }
.thesis h2 .strike { text-decoration: line-through; text-decoration-color: var(--accent); text-decoration-thickness: 5px; color: var(--muted); }
.compare {
  display: grid; grid-template-columns: 1fr 1fr; gap: 18px;
}
.compare-card { border-radius: var(--radius-lg); padding: 30px; border: 1px solid var(--line); position: relative; overflow: hidden; }
.compare-card.acrylic { background: var(--paper); }
.compare-card.hdpe { background: var(--spruce); color: #fff; border-color: var(--spruce); }
.compare-card .tag { font-size: 12.5px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; color: var(--muted); margin-bottom: 4px; }
.compare-card.hdpe .tag { color: rgba(255,255,255,.6); }
.compare-card .mat { font-family: var(--font-display); font-weight: 800; font-size: 28px; letter-spacing: -.03em; margin-bottom: 22px; }
.compare-card.hdpe .mat .win { color: var(--accent); }
.cmp-list { list-style: none; padding: 0; margin: 0; display: flex; flex-direction: column; gap: 14px; }
.cmp-list li { display: flex; gap: 12px; align-items: flex-start; font-size: 15.5px; line-height: 1.4; }
.cmp-list .ic { flex: none; width: 22px; height: 22px; border-radius: 50%; display: grid; place-items: center; margin-top: 1px; }
.cmp-list .ic svg { width: 13px; height: 13px; }
.acrylic .ic { background: #F0E2DC; color: var(--ember-2); }
.hdpe .ic { background: rgba(255,255,255,.14); color: #fff; }
.compare-card .foot { margin-top: 24px; padding-top: 18px; border-top: 1px solid var(--line); font-size: 13.5px; color: var(--muted); }
.compare-card.hdpe .foot { border-top-color: rgba(255,255,255,.16); color: rgba(255,255,255,.66); }

/* ---------- INCLUDED ---------- */
.included { background: var(--bone-2); }
.inc-grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: 1px; background: var(--line); border: 1px solid var(--line); border-radius: var(--radius-lg); overflow: hidden; margin-top: 44px; }
.inc-item { background: var(--paper); padding: 28px 24px; transition: background .2s; }
.inc-item:hover { background: var(--white); }
.inc-item .ic { width: 44px; height: 44px; border-radius: 12px; background: var(--spruce); color: #fff; display: grid; place-items: center; margin-bottom: 18px; }
.inc-item .ic svg { width: 22px; height: 22px; }
.inc-item h3 { font-size: 18px; margin-bottom: 8px; letter-spacing: -.02em; }
.inc-item p { font-size: 14px; color: var(--muted); line-height: 1.45; margin: 0; }

/* ---------- LINEUP ---------- */
.lineup .head { display: flex; justify-content: space-between; align-items: flex-end; gap: 24px; margin-bottom: 36px; flex-wrap: wrap; }
.rail-wrap { position: relative; }
.rail {
  display: grid; grid-auto-flow: column; grid-auto-columns: clamp(266px, 30vw, 322px);
  gap: 18px; overflow-x: auto; scroll-snap-type: x mandatory;
  padding: 6px 4px 22px; margin-inline: calc(var(--pad-x) * -1); padding-inline: var(--pad-x);
  scrollbar-width: none;
}
.rail::-webkit-scrollbar { display: none; }
.model-card {
  scroll-snap-align: start; background: var(--paper); border: 1px solid var(--line);
  border-radius: var(--radius-lg); overflow: hidden; display: flex; flex-direction: column;
  transition: transform .25s var(--ease), box-shadow .25s var(--ease), border-color .25s;
}
.model-card:hover { transform: translateY(-5px); box-shadow: var(--shadow); border-color: var(--line-soft); }
.model-card image-slot { width: 100%; height: 196px; border-radius: 0; }
.model-card .mc-body { padding: 20px 22px 24px; display: flex; flex-direction: column; flex: 1; }
.model-card .mc-top { display: flex; justify-content: space-between; align-items: baseline; gap: 10px; }
.model-card .mc-name { font-family: var(--font-display); font-weight: 800; font-size: 25px; letter-spacing: -.03em; }
.model-card .mc-seats { font-size: 13px; color: var(--muted); font-weight: 600; white-space: nowrap; }
.model-card .mc-tag { font-size: 13.5px; color: var(--ink-soft); margin: 7px 0 16px; }
.model-card .mc-specs { display: flex; gap: 16px; flex-wrap: wrap; margin-bottom: 18px; }
.model-card .mc-specs div { font-size: 12.5px; color: var(--muted); }
.model-card .mc-specs b { display: block; font-family: var(--font-display); font-weight: 700; font-size: 16px; color: var(--ink); letter-spacing: -.02em; }
.model-card .mc-foot { margin-top: auto; display: flex; justify-content: space-between; align-items: center; padding-top: 16px; border-top: 1px solid var(--line); }
.model-card .mc-price { font-family: var(--font-display); font-weight: 800; font-size: 21px; letter-spacing: -.03em; line-height: 1.1; }
.model-card .mc-price span { display: block; font-size: 12px; font-weight: 600; color: var(--muted); font-family: var(--font-body); letter-spacing: 0; margin-top: 2px; }
.model-card .mc-go { width: 38px; height: 38px; border-radius: 50%; border: 1px solid var(--line); display: grid; place-items: center; transition: .2s var(--ease); }
.model-card .mc-go svg { width: 16px; height: 16px; transition: transform .2s var(--ease); }
.model-card:hover .mc-go { background: var(--accent); border-color: var(--accent); color: var(--on-accent); }
.model-card:hover .mc-go svg { transform: translateX(2px); }
.rail-nav { display: flex; gap: 8px; }
.rail-btn { width: 44px; height: 44px; border-radius: 50%; border: 1px solid var(--line); background: var(--paper); display: grid; place-items: center; transition: .18s var(--ease); }
.rail-btn:hover { border-color: var(--ink); }
.rail-btn:disabled { opacity: .32; cursor: default; }
.rail-btn svg { width: 18px; height: 18px; }

/* ---------- CALCULATOR ---------- */
.calc { background: var(--spruce); color: #fff; }
.calc .kicker.on-dark::before { background: var(--accent); }
.calc-grid { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(28px, 4vw, 56px); align-items: center; margin-top: 40px; }
.calc h2 { color: #fff; }
.calc .lede { color: rgba(255,255,255,.74); }
.calc-panel { background: rgba(255,255,255,.05); border: 1px solid rgba(255,255,255,.13); border-radius: var(--radius-lg); padding: 30px; backdrop-filter: blur(6px); }
.calc-row { margin-bottom: 26px; }
.calc-row label { display: flex; justify-content: space-between; align-items: baseline; font-size: 13.5px; font-weight: 600; color: rgba(255,255,255,.7); margin-bottom: 14px; }
.calc-row label .val { font-family: var(--font-display); font-weight: 800; font-size: 19px; color: #fff; letter-spacing: -.02em; }
input[type="range"].slider {
  -webkit-appearance: none; appearance: none; width: 100%; height: 4px; border-radius: 4px;
  background: rgba(255,255,255,.2); outline: none;
}
input[type="range"].slider::-webkit-slider-thumb {
  -webkit-appearance: none; width: 24px; height: 24px; border-radius: 50%; background: var(--accent);
  cursor: pointer; border: 3px solid #fff; box-shadow: 0 2px 8px rgba(0,0,0,.3); transition: transform .15s;
}
input[type="range"].slider::-webkit-slider-thumb:active { transform: scale(1.12); }
input[type="range"].slider::-moz-range-thumb { width: 24px; height: 24px; border-radius: 50%; background: var(--accent); cursor: pointer; border: 3px solid #fff; }
.prov-tabs { display: flex; gap: 8px; }
.prov-tabs button {
  flex: 1; padding: 11px 8px; border-radius: 10px; border: 1px solid rgba(255,255,255,.16);
  background: transparent; color: rgba(255,255,255,.7); font-weight: 700; font-size: 14px; transition: .15s;
}
.prov-tabs button.active { background: #fff; color: var(--spruce); border-color: #fff; }
.calc-out { display: grid; grid-template-columns: 1fr 1fr; gap: 1px; background: rgba(255,255,255,.13); border-radius: var(--radius); overflow: hidden; margin-top: 30px; }
.calc-out .cell { background: var(--spruce-2); padding: 22px; }
.calc-out .cell .k { font-size: 12.5px; color: rgba(255,255,255,.6); font-weight: 600; margin-bottom: 6px; }
.calc-out .cell .v { font-family: var(--font-display); font-weight: 800; font-size: clamp(28px,3.4vw,38px); letter-spacing: -.04em; line-height: 1; }
.calc-out .cell .v small { font-size: 14px; font-weight: 600; color: rgba(255,255,255,.6); font-family: var(--font-body); }
.calc-note { font-size: 12.5px; color: rgba(255,255,255,.5); margin-top: 16px; }
.calc-feats { list-style: none; padding: 0; margin: 28px 0 0; display: flex; flex-direction: column; gap: 13px; }
.calc-feats li { display: flex; gap: 11px; align-items: center; font-size: 15.5px; color: rgba(255,255,255,.85); }
.calc-feats svg { width: 18px; height: 18px; color: var(--accent); flex: none; }

/* ---------- THE TRUTH ---------- */
.truth { background: var(--ink); color: var(--bone); overflow: hidden; }
.truth-grid { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(30px,4vw,64px); align-items: center; }
.truth h2 { color: #fff; max-width: 16ch; }
.truth .lede { color: rgba(255,255,255,.66); }
.truth-bars { display: flex; flex-direction: column; gap: 22px; }
.tbar .tbar-top { display: flex; justify-content: space-between; align-items: baseline; gap: 16px; margin-bottom: 12px; }
.tbar .tbar-top .name { font-weight: 700; font-size: 15px; }
.tbar .tbar-top .amt { font-family: var(--font-display); font-weight: 800; font-size: 19px; letter-spacing: -.03em; white-space: nowrap; }
.tbar .track { height: 13px; border-radius: 100px; background: rgba(255,255,255,.09); overflow: hidden; }
.tbar .fill { height: 100%; border-radius: 100px; width: 0; transition: width 1.1s var(--ease); }
.tbar.them .fill { background: rgba(255,255,255,.32); }
.tbar.them .fill::after { content:""; }
.tbar.us .fill { background: var(--accent); }
.tbar .desc { font-size: 13px; color: rgba(255,255,255,.5); margin-top: 7px; }

/* ---------- REVIEWS ---------- */
.reviews .head { text-align: center; max-width: 720px; margin: 0 auto 48px; }
.reviews .head .lede { margin-inline: auto; }
.rev-stars { display: inline-flex; gap: 3px; color: var(--accent); margin-bottom: 16px; }
.rev-stars svg { width: 20px; height: 20px; }
.rev-grid { columns: 3; column-gap: 18px; }
.rev-card { break-inside: avoid; background: var(--paper); border: 1px solid var(--line); border-radius: var(--radius); padding: 24px; margin-bottom: 18px; }
.rev-card .stars { display: flex; gap: 2px; color: var(--accent); margin-bottom: 13px; }
.rev-card .stars svg { width: 15px; height: 15px; }
.rev-card p { font-size: 15.5px; line-height: 1.5; margin: 0 0 18px; }
.rev-card .who { display: flex; align-items: center; gap: 12px; }
.rev-card .avatar { width: 40px; height: 40px; border-radius: 50%; background: var(--spruce); color: #fff; display: grid; place-items: center; font-family: var(--font-display); font-weight: 700; font-size: 15px; flex: none; }
.rev-card .who b { display: block; font-size: 14.5px; }
.rev-card .who span { font-size: 13px; color: var(--muted); }

/* ---------- SHOWROOM ---------- */
.showroom-grid { display: grid; grid-template-columns: 1.1fr 1fr; gap: clamp(28px,4vw,56px); align-items: center; }
.showroom-visual { position: relative; }
.showroom-visual image-slot { width: 100%; height: clamp(340px, 42vw, 480px); border-radius: var(--radius-lg); box-shadow: var(--shadow); }
.map-pin { position: absolute; top: 36%; left: 44%; }
.map-pin .pin { width: 22px; height: 22px; border-radius: 50% 50% 50% 0; background: var(--accent); transform: rotate(-45deg); box-shadow: 0 4px 12px rgba(0,0,0,.25); }
.map-pin .ring { position: absolute; inset: -10px; border: 2px solid var(--accent); border-radius: 50%; opacity: .5; animation: ping 2.6s var(--ease) infinite; }
@keyframes ping { 0%{transform:scale(.6);opacity:.6;} 100%{transform:scale(1.6);opacity:0;} }
@media (prefers-reduced-motion: reduce){ .map-pin .ring{ animation:none; } }
.showroom-info .info-row { display: flex; gap: 14px; padding: 18px 0; border-bottom: 1px solid var(--line); }
.showroom-info .info-row:last-child { border-bottom: 0; }
.showroom-info .info-row .ic { width: 40px; height: 40px; border-radius: 11px; background: var(--bone-2); display: grid; place-items: center; flex: none; }
.showroom-info .info-row .ic svg { width: 19px; height: 19px; color: var(--spruce); }
.showroom-info .info-row b { display: block; font-size: 15.5px; margin-bottom: 3px; }
.showroom-info .info-row span { font-size: 14.5px; color: var(--muted); line-height: 1.45; }
.service-pills { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 22px; }

/* ---------- QUOTE / BOOKING ---------- */
.quote { background: var(--bone-2); }
.quote-card { background: var(--paper); border: 1px solid var(--line); border-radius: var(--radius-lg); overflow: hidden; display: grid; grid-template-columns: 0.85fr 1.15fr; box-shadow: var(--shadow); }
.quote-aside { background: var(--spruce); color: #fff; padding: clamp(30px,3.5vw,48px); display: flex; flex-direction: column; }
.quote-aside h2 { color: #fff; font-size: clamp(28px,3vw,40px); margin-bottom: 16px; }
.quote-aside p { color: rgba(255,255,255,.75); font-size: 16px; margin: 0 0 28px; }
.quote-aside .qa-list { list-style: none; padding: 0; margin: auto 0 0; display: flex; flex-direction: column; gap: 16px; }
.quote-aside .qa-list li { display: flex; gap: 12px; align-items: flex-start; font-size: 15px; color: rgba(255,255,255,.9); }
.quote-aside .qa-list svg { width: 19px; height: 19px; color: var(--accent); flex: none; margin-top: 1px; }
.quote-form { padding: clamp(30px,3.5vw,48px); }
.field { margin-bottom: 18px; }
.field label { display: block; font-size: 13.5px; font-weight: 600; color: var(--ink-soft); margin-bottom: 7px; }
.field label .req { color: var(--accent); }
.field input, .field select, .field textarea {
  width: 100%; padding: 13px 15px; border: 1px solid var(--line); border-radius: 11px;
  background: var(--white); font-family: var(--font-body); font-size: 15.5px; color: var(--ink);
  transition: border-color .15s, box-shadow .15s;
}
.field input:focus, .field select:focus, .field textarea:focus { outline: none; border-color: var(--accent); box-shadow: 0 0 0 3px var(--accent-soft); }
.field textarea { resize: vertical; min-height: 84px; }
.field.invalid input, .field.invalid select { border-color: var(--ember-2); box-shadow: 0 0 0 3px rgba(194,79,38,.13); }
.field .err { font-size: 12.5px; color: var(--ember-2); margin-top: 6px; display: none; }
.field.invalid .err { display: block; }
.field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.intent-toggle { display: flex; gap: 8px; background: var(--bone-2); padding: 5px; border-radius: 12px; margin-bottom: 22px; }
.intent-toggle button { flex: 1; padding: 11px; border-radius: 9px; border: 0; background: transparent; font-weight: 700; font-size: 14px; color: var(--muted); transition: .15s; }
.intent-toggle button.active { background: var(--white); color: var(--ink); box-shadow: var(--shadow-sm); }
.quote-form .btn { width: 100%; margin-top: 6px; }
.quote-success { text-align: center; padding: 40px 20px; display: none; }
.quote-success.show { display: block; }
.quote-success .check { width: 64px; height: 64px; border-radius: 50%; background: var(--spruce); color: #fff; display: grid; place-items: center; margin: 0 auto 20px; }
.quote-success .check svg { width: 30px; height: 30px; }
.quote-success h3 { font-size: 26px; margin-bottom: 10px; }
.quote-success p { color: var(--muted); max-width: 36ch; margin: 0 auto; }
.form-foot { font-size: 12.5px; color: var(--muted); margin-top: 14px; text-align: center; }

/* ---------- ELLIOT CLIPS ---------- */
.elliot { background: var(--canvas-deep); }
.elliot .head { max-width: 760px; margin-bottom: 44px; }
.elliot-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.vcard { display: flex; flex-direction: column; }
.vframe {
  position: relative; border: 1px solid var(--ink); border-radius: var(--radius-sm);
  aspect-ratio: 9 / 16; overflow: hidden;
  background: linear-gradient(150deg, oklch(30% 0.02 240), oklch(14% 0.02 240));
}
.vframe video { width: 100%; height: 100%; object-fit: cover; display: block; background: transparent; }
.vframe::after {
  content: ""; position: absolute; inset: 8px; border: 1px dashed oklch(100% 0 0 / .14);
  border-radius: 1px; pointer-events: none;
}
.vtag {
  position: absolute; top: 13px; left: 13px; z-index: 2;
  display: inline-flex; align-items: center; gap: 8px;
  font-family: var(--font-mono); font-size: 10px; letter-spacing: .16em; text-transform: uppercase;
  color: var(--canvas); background: oklch(0% 0 0 / .5); padding: 6px 10px; border-radius: var(--radius-sm);
  -webkit-backdrop-filter: blur(4px); backdrop-filter: blur(4px);
}
.vtag .rec { width: 7px; height: 7px; border-radius: 50%; background: var(--amber); animation: pulse 2.4s var(--ease) infinite; flex: none; }
.vtag { white-space: nowrap; }
@media (prefers-reduced-motion: reduce) { .vtag .rec { animation: none; } }
@keyframes pulse { 0%,100% { opacity: 1; transform: scale(1); } 50% { opacity: .4; transform: scale(.8); } }
.vcard figcaption { padding-top: 15px; }
.vcard .who-line { font-family: var(--font-display); font-weight: 700; font-size: 18px; letter-spacing: -.02em; }
.vcard .meta-line { font-family: var(--font-mono); font-size: 11px; letter-spacing: .1em; text-transform: uppercase; color: var(--muted); margin-top: 5px; }

/* ---------- responsive ---------- */
@media (max-width: 980px) {
  .hero-grid, .calc-grid, .truth-grid, .showroom-grid, .thesis .head { grid-template-columns: 1fr; }
  .hero-visual { order: -1; }
  .elliot-grid { grid-template-columns: 1fr 1fr; }
  .inc-grid { grid-template-columns: repeat(2, 1fr); }
  .compare { grid-template-columns: 1fr; }
  .rev-grid { columns: 2; }
  .quote-card { grid-template-columns: 1fr; }
  .quote-aside .qa-list { margin-top: 28px; }
}
@media (max-width: 600px) {
  .inc-grid { grid-template-columns: 1fr; }
  .rev-grid { columns: 1; }
  .field-row { grid-template-columns: 1fr; }
  .hero-visual .float-card { left: 0; }
  .elliot-grid { grid-template-columns: 1fr; }
  .calc-out { grid-template-columns: 1fr; }
}
