/* ===================================================================
   WESTEM — minimal / bold.
   White canvas, near-black ink, one electric accent. Heavy grotesque
   display type, generous whitespace, crisp hairlines, flat surfaces.
   WESTEM's own content; aesthetic in the modern studio genre.
   =================================================================== */

:root {
  --bg:      #ffffff;
  --bg-alt:  #f4f4f5;
  --ink:     #0a0a0b;
  --ink-2:   #2a2a2e;
  --soft:    #6b6b73;
  --accent:  #2f5bff;
  --accent-d:#1d44e0;
  --line:    #e6e6ea;
  --line-2:  #f0f0f2;

  --display: "Archivo", "Arial Narrow", system-ui, sans-serif;
  --sans:    "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;

  --ease: cubic-bezier(0.22, 1, 0.36, 1);
  --shadow: 0 14px 40px rgba(10, 10, 20, 0.10);
  --r: 12px;
  --r-sm: 8px;
}

* { margin: 0; padding: 0; box-sizing: border-box; }

html { scroll-behavior: smooth; }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } }

/* scrollbar — blended into the minimal palette: thin, hairline-grey,
   floating thumb with a white gutter so it disappears into the page */
html { scrollbar-width: thin; scrollbar-color: #d4d4dc transparent; }
::-webkit-scrollbar { width: 11px; height: 11px; }
::-webkit-scrollbar-track { background: transparent; }
::-webkit-scrollbar-thumb {
  background: #d4d4dc;
  border-radius: 999px;
  border: 3px solid var(--bg);
  background-clip: padding-box;
}
::-webkit-scrollbar-thumb:hover { background: #b9b9c4; }
::-webkit-scrollbar-corner { background: transparent; }

body {
  background: var(--bg);
  color: var(--ink);
  font-family: var(--sans);
  font-size: 1.02rem;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}

::selection { background: var(--accent); color: #fff; }

.container { max-width: 75rem; margin: 0 auto; padding: 0 clamp(1.25rem, 4.5vw, 2.5rem); }
.container-narrow { max-width: 50rem; }

a { color: inherit; }
:focus-visible { outline: 3px solid var(--accent); outline-offset: 3px; }
section { scroll-margin-top: 5rem; }

h1, h2, h3 { font-family: var(--display); font-weight: 800; letter-spacing: -0.02em; line-height: 1; }

.eyebrow {
  font-family: var(--sans);
  font-size: 0.74rem;
  font-weight: 600;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--accent);
  margin-bottom: 1.1rem;
}
.eyebrow--light { color: #8fa6ff; }

/* ============================== buttons ============================= */

.btn {
  display: inline-flex; align-items: center; justify-content: center;
  font-family: var(--sans); font-weight: 600; font-size: 0.95rem;
  text-decoration: none; padding: 0.85rem 1.5rem;
  border-radius: var(--r-sm); border: 2px solid transparent;
  transition: transform 250ms var(--ease), background 200ms ease, color 200ms ease, border-color 200ms ease;
}
.btn-lg { padding: 1.05rem 2rem; font-size: 1.02rem; }

.btn-solid { background: var(--ink); color: #fff; }
.btn-solid:hover { background: var(--accent); transform: translateY(-2px); }

.btn-line { background: transparent; color: var(--ink); border-color: var(--ink); }
.btn-line:hover { background: var(--ink); color: #fff; transform: translateY(-2px); }

.btn-ghost { background: transparent; color: #fff; border-color: rgba(255,255,255,0.4); }
.btn-ghost:hover { background: #fff; color: var(--ink); border-color: #fff; transform: translateY(-2px); }

/* ============================== topbar ============================== */

.topbar { position: fixed; inset: 0 0 auto 0; z-index: 50; transition: background 250ms ease, border-color 250ms ease; border-bottom: 1px solid transparent; }
.topbar.scrolled { background: rgba(255,255,255,0.9); -webkit-backdrop-filter: blur(12px); backdrop-filter: blur(12px); border-bottom-color: var(--line); }

.topbar-inner { display: flex; align-items: center; gap: 2rem; padding-top: 1rem; padding-bottom: 1rem; }

.logo { display: inline-flex; align-items: center; gap: 0.55rem; text-decoration: none; color: var(--ink); }
.logo-mark { height: 30px; width: auto; display: block; }
.logo-word { font-family: var(--display); font-weight: 900; font-size: 1.35rem; letter-spacing: -0.03em; text-transform: uppercase; line-height: 1; }
.logo-word i { font-style: normal; color: var(--accent); }

.topnav { display: flex; gap: 1.8rem; margin-left: auto; }
.topnav a { font-size: 0.9rem; font-weight: 500; color: var(--soft); text-decoration: none; transition: color 180ms ease; }
.topnav a:hover, .topnav a.active { color: var(--ink); }

.topbar-cta { padding: 0.6rem 1.25rem; font-size: 0.86rem; }

.menu-btn { display: none; flex-direction: column; gap: 5px; width: 44px; height: 44px; margin-left: auto; border: 2px solid var(--ink); border-radius: var(--r-sm); background: transparent; cursor: pointer; align-items: center; justify-content: center; }
.menu-btn span { display: block; width: 18px; height: 2px; background: var(--ink); transition: transform 280ms var(--ease), opacity 180ms ease; }
body.nav-open .menu-btn span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
body.nav-open .menu-btn span:nth-child(2) { opacity: 0; }
body.nav-open .menu-btn span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

/* ============================== hero ================================ */

.hero { padding: 9rem 0 4.5rem; }
.hero-grid { display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr); gap: clamp(2rem, 5vw, 4rem); align-items: center; }

.hero-title {
  font-weight: 900;
  font-size: clamp(3rem, 8.5vw, 6.6rem);
  line-height: 0.9;
  letter-spacing: -0.035em;
  text-transform: uppercase;
  margin-bottom: 1.6rem;
}
.hero-title em { font-style: normal; color: var(--accent); }

.hero-sub { max-width: 44ch; font-size: 1.12rem; color: var(--soft); margin-bottom: 2.1rem; }

.hero-actions { display: flex; flex-wrap: wrap; gap: 0.8rem; margin-bottom: 2.2rem; }

.hero-ticks { list-style: none; display: flex; flex-wrap: wrap; gap: 0.5rem 1.6rem; font-size: 0.88rem; font-weight: 500; color: var(--ink-2); }
.hero-ticks li { display: flex; align-items: center; gap: 0.5rem; }
.hero-ticks li::before {
  content: ""; width: 16px; height: 16px; flex: none;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%232f5bff' stroke-width='4' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m5 13 4 4L19 7'/%3E%3C/svg%3E") center / contain no-repeat;
}

/* hero stage: layered browser frames */
.hero-stage { position: relative; aspect-ratio: 5 / 4.4; }
.frame { position: absolute; background: #fff; border: 1px solid var(--line); border-radius: 10px; box-shadow: var(--shadow); overflow: hidden; }
.frame-bar { display: flex; gap: 5px; padding: 8px 10px; border-bottom: 1px solid var(--line-2); }
.frame-bar i { width: 8px; height: 8px; border-radius: 50%; background: #d7d7dc; }
.frame img { display: block; width: 100%; height: auto; }
.frame--a { width: 66%; top: 2%; left: 0; z-index: 3; }
.frame--b { width: 52%; top: 30%; right: 0; z-index: 2; }
.frame--c { width: 60%; bottom: 0; left: 8%; z-index: 4; }

.hero-badge {
  position: absolute; top: 6%; right: 4%; z-index: 5;
  background: var(--accent); color: #fff;
  font-size: 0.76rem; font-weight: 700; letter-spacing: 0.04em; text-transform: uppercase;
  padding: 0.4rem 0.85rem; border-radius: 999px;
}

/* ============================= marquee ============================ */

.marquee { background: var(--ink); padding: 0.9rem 0; overflow: hidden;
  -webkit-mask-image: linear-gradient(90deg, transparent, #000 8%, #000 92%, transparent);
          mask-image: linear-gradient(90deg, transparent, #000 8%, #000 92%, transparent); }
.marquee-row { display: flex; align-items: center; gap: 1.8rem; width: max-content; animation: marquee 32s linear infinite; }
.marquee:hover .marquee-row { animation-play-state: paused; }
.marquee-row span { font-family: var(--display); font-weight: 800; font-size: 0.95rem; letter-spacing: 0.02em; text-transform: uppercase; color: #fff; white-space: nowrap; }
.marquee-row b { color: var(--accent); }
@keyframes marquee { to { transform: translateX(-50%); } }

/* ============================== sections ============================ */

.section { padding: 6.5rem 0; }
.section-alt { background: var(--bg-alt); }

.section-head { max-width: 48rem; margin-bottom: 3.4rem; }
.section-head h2 { font-weight: 900; font-size: clamp(2.1rem, 5vw, 3.6rem); line-height: 0.98; text-transform: uppercase; letter-spacing: -0.025em; margin-bottom: 1.1rem; }
.section-head h2 em { font-style: normal; color: var(--accent); }
.lead { color: var(--soft); font-size: 1.08rem; max-width: 52ch; }

/* ============================== products =========================== */

.prod-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.2rem; }
.prod { position: relative; background: #fff; border: 1px solid var(--line); border-radius: var(--r); padding: 2.1rem 1.8rem; transition: transform 280ms var(--ease), border-color 200ms ease, box-shadow 280ms var(--ease); }
.prod:hover { transform: translateY(-5px); border-color: var(--ink); box-shadow: var(--shadow); }
.prod--pop { border-color: var(--ink); border-width: 2px; }

.prod-no { font-family: var(--display); font-weight: 800; font-size: 0.9rem; color: var(--accent); }
.prod h3 { font-weight: 800; font-size: 1.5rem; text-transform: uppercase; letter-spacing: -0.02em; margin: 0.6rem 0 0.3rem; }
.prod-time { font-size: 0.78rem; font-weight: 700; letter-spacing: 0.06em; text-transform: uppercase; color: var(--accent); margin-bottom: 1rem; }
.prod-desc { color: var(--soft); font-size: 0.95rem; margin-bottom: 1.3rem; }

.prod-flag, .price-flag {
  position: absolute; top: -0.75rem; left: 1.8rem;
  background: var(--accent); color: #fff;
  font-family: var(--sans); font-size: 0.68rem; font-weight: 700; letter-spacing: 0.08em; text-transform: uppercase;
  padding: 0.3rem 0.8rem; border-radius: 999px;
}

/* checklists */
.check { list-style: none; display: flex; flex-direction: column; gap: 0.55rem; }
.check li { position: relative; padding-left: 1.7rem; font-size: 0.92rem; }
.check li::before {
  content: ""; position: absolute; left: 0; top: 0.3em; width: 16px; height: 16px;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%232f5bff' stroke-width='4' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m5 13 4 4L19 7'/%3E%3C/svg%3E") center / contain no-repeat;
}

.who { margin-top: 2.6rem; text-align: center; color: var(--soft); font-size: 1rem; }
.who strong { color: var(--ink); }

/* ============================== work ============================== */

.work-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.2rem; }
.work-card { display: flex; flex-direction: column; background: #fff; border: 1px solid var(--line); border-radius: var(--r); overflow: hidden; text-decoration: none; color: inherit; transition: transform 280ms var(--ease), border-color 200ms ease, box-shadow 280ms var(--ease); }
.work-card:hover { transform: translateY(-5px); border-color: var(--ink); box-shadow: var(--shadow); }

.work-shot { position: relative; aspect-ratio: 16 / 10; overflow: hidden; border-bottom: 1px solid var(--line); }
.work-shot img { width: 100%; height: 100%; object-fit: cover; object-position: top center; display: block; transition: transform 600ms var(--ease); }
.work-card:hover .work-shot img { transform: scale(1.04); }

.badge-live { position: absolute; top: 0.85rem; right: 0.85rem; display: inline-flex; align-items: center; gap: 0.4rem; background: #fff; color: var(--ink); font-size: 0.7rem; font-weight: 700; text-transform: uppercase; letter-spacing: 0.04em; padding: 0.3rem 0.65rem; border-radius: 999px; border: 1px solid var(--line); }
.badge-live i { width: 7px; height: 7px; border-radius: 50%; background: #16a34a; }

.work-meta { padding: 1.3rem 1.5rem 1.5rem; display: flex; flex-direction: column; flex: 1; }
.work-kind { font-size: 0.72rem; font-weight: 700; letter-spacing: 0.08em; text-transform: uppercase; color: var(--accent); margin-bottom: 0.4rem; }
.work-name { font-weight: 800; font-size: 1.3rem; text-transform: uppercase; letter-spacing: -0.02em; margin-bottom: 0.5rem; }
.work-desc { color: var(--soft); font-size: 0.9rem; margin-bottom: 1.1rem; }
.work-link { margin-top: auto; font-weight: 600; font-size: 0.88rem; color: var(--accent); }
.work-link em { font-style: normal; display: inline-block; transition: transform 280ms var(--ease); }
.work-card:hover .work-link em { transform: translateX(4px); }

/* ============================== compare ============================ */

.compare-wrap { overflow-x: auto; border: 1px solid var(--line); border-radius: var(--r); scrollbar-width: thin; scrollbar-color: #d4d4dc transparent; }
.compare { width: 100%; border-collapse: collapse; background: #fff; min-width: 640px; }
.compare th, .compare td { padding: 1rem 1.3rem; text-align: left; border-bottom: 1px solid var(--line); font-size: 0.93rem; }
.compare thead th { font-family: var(--sans); font-size: 0.74rem; letter-spacing: 0.08em; text-transform: uppercase; color: var(--soft); font-weight: 700; }
.compare tbody th { font-weight: 600; color: var(--ink); width: 30%; }
.compare td { color: var(--soft); }
.compare tr:last-child th, .compare tr:last-child td { border-bottom: 0; }
.compare .c-us { background: var(--ink); color: #fff; }
.compare thead .c-us { background: var(--ink); color: #fff; }
.compare .c-us b { color: #fff; font-weight: 700; }
.sr { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); }

/* ============================== pricing ============================ */

.tracks { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; margin-bottom: 2.4rem; }
.track { background: #fff; border: 1px solid var(--line); border-left: 3px solid var(--accent); border-radius: var(--r-sm); padding: 1.3rem 1.5rem; }
.track-tag { display: inline-block; font-size: 0.7rem; font-weight: 700; letter-spacing: 0.08em; text-transform: uppercase; color: var(--accent); margin-bottom: 0.5rem; }
.track p { font-size: 0.95rem; color: var(--soft); }
.track strong { color: var(--ink); font-weight: 600; }

.price-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.2rem; align-items: stretch; }
.price { position: relative; display: flex; flex-direction: column; background: #fff; border: 1px solid var(--line); border-radius: var(--r); padding: 2.1rem 1.8rem; transition: transform 280ms var(--ease), box-shadow 280ms var(--ease); }
.price:hover { transform: translateY(-5px); box-shadow: var(--shadow); }
.price--pop { border: 2px solid var(--ink); }

.price-name { font-family: var(--display); font-weight: 800; font-size: 1.2rem; text-transform: uppercase; letter-spacing: -0.01em; margin-bottom: 0.6rem; }
.price-figure { font-family: var(--display); font-weight: 900; font-size: 3rem; line-height: 1; letter-spacing: -0.03em; }
.price-figure span { font-family: var(--sans); font-size: 0.78rem; font-weight: 500; color: var(--soft); margin-right: 0.4rem; vertical-align: middle; text-transform: uppercase; letter-spacing: 0.04em; }
.price-figure--text { font-size: 2.3rem; color: var(--accent); text-transform: uppercase; }
.price-keep { font-size: 0.88rem; font-weight: 700; color: var(--ink); margin: 0.5rem 0 0.2rem; }
.price-keep span { color: var(--soft); font-weight: 500; }
.price-time { font-size: 0.78rem; font-weight: 700; text-transform: uppercase; letter-spacing: 0.04em; color: var(--accent); padding: 0.9rem 0 1.2rem; margin-bottom: 1.2rem; border-bottom: 1px solid var(--line); }
.price .check { margin-bottom: 1.5rem; }
.price-btn { width: 100%; margin-top: auto; }

/* care band */
.care { display: grid; grid-template-columns: minmax(0,0.9fr) minmax(0,1.1fr); gap: 2.5rem; align-items: center; background: var(--ink); color: #fff; border-radius: var(--r); padding: 2.6rem; margin-top: 2.4rem; }
.care-head h3 { font-weight: 800; font-size: clamp(1.4rem, 2.6vw, 2rem); text-transform: uppercase; letter-spacing: -0.02em; line-height: 1.02; margin-bottom: 0.7rem; }
.care-head p { color: rgba(255,255,255,0.72); font-size: 0.95rem; }
.care-list { display: grid; grid-template-columns: 1fr 1fr; gap: 0.7rem 1.6rem; }
.care-list li { font-size: 0.9rem; color: #fff; }
.care-list li::before { background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%238fa6ff' stroke-width='4' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m5 13 4 4L19 7'/%3E%3C/svg%3E") center / contain no-repeat; }
.care-list li strong { color: #fff; }

/* add-ons */
.addons { margin-top: 2.4rem; }
.addons-title { font-family: var(--display); font-weight: 800; font-size: 1.1rem; text-transform: uppercase; letter-spacing: 0.02em; margin-bottom: 1.1rem; }
.addon-list { list-style: none; display: grid; grid-template-columns: repeat(3, 1fr); gap: 0.7rem; }
.addon-list li { display: flex; align-items: baseline; justify-content: space-between; gap: 1rem; background: #fff; border: 1px solid var(--line); border-radius: var(--r-sm); padding: 0.85rem 1.2rem; font-size: 0.9rem; }
.addon-list b { color: var(--accent); font-weight: 700; white-space: nowrap; }

.price-note { text-align: center; color: var(--soft); font-size: 0.9rem; max-width: 56ch; margin: 2.2rem auto 0; }

/* ============================== process =========================== */

.steps { list-style: none; display: grid; grid-template-columns: repeat(4, 1fr); gap: 1.2rem; }
.step { background: #fff; border: 1px solid var(--line); border-radius: var(--r); padding: 1.8rem 1.5rem; }
.step-no { font-family: var(--display); font-weight: 900; font-size: 1.6rem; color: var(--accent); letter-spacing: -0.03em; }
.step h3 { font-weight: 800; font-size: 1.15rem; text-transform: uppercase; letter-spacing: -0.01em; margin: 0.6rem 0 0.4rem; }
.step p { color: var(--soft); font-size: 0.9rem; }

/* ============================== faq =============================== */

.faq { display: flex; flex-direction: column; gap: 0.7rem; }
.faq-item { background: #fff; border: 1px solid var(--line); border-radius: var(--r-sm); overflow: hidden; }
.faq-q { width: 100%; display: flex; align-items: center; justify-content: space-between; gap: 1rem; text-align: left; background: none; border: 0; cursor: pointer; font-family: var(--display); font-weight: 700; font-size: 1.05rem; color: var(--ink); padding: 1.15rem 1.4rem; }
.faq-x { position: relative; width: 20px; height: 20px; flex: none; }
.faq-x::before, .faq-x::after { content: ""; position: absolute; top: 50%; left: 50%; width: 13px; height: 2.5px; background: var(--accent); translate: -50% -50%; transition: rotate 320ms var(--ease); }
.faq-x::after { rotate: 90deg; }
.faq-item.open .faq-x::after { rotate: 0deg; }
.faq-a { display: grid; grid-template-rows: 0fr; transition: grid-template-rows 380ms var(--ease); }
.faq-item.open .faq-a { grid-template-rows: 1fr; }
.faq-a-inner { overflow: hidden; }
.faq-a-inner p { padding: 0 1.4rem 1.3rem; color: var(--soft); font-size: 0.95rem; max-width: 62ch; }

/* ============================== contact ============================ */

.contact { background: var(--ink); color: #fff; padding: 7rem 0; text-align: center; }
.contact h2 { font-weight: 900; font-size: clamp(2.3rem, 6vw, 4rem); text-transform: uppercase; letter-spacing: -0.03em; line-height: 0.95; margin-bottom: 1.2rem; }
.contact > .container > p { max-width: 52ch; margin: 0 auto 2.4rem; color: rgba(255,255,255,0.72); font-size: 1.05rem; }
.contact-actions { display: flex; flex-wrap: wrap; justify-content: center; gap: 1rem; }
.contact-note { margin-top: 2.2rem !important; font-size: 0.84rem !important; color: rgba(255,255,255,0.55) !important; }

/* ============================== footer ============================= */

.footer { padding: 2.6rem 0; border-top: 1px solid var(--line); }
.footer-inner { display: flex; align-items: center; gap: 1.2rem 2.5rem; flex-wrap: wrap; }
.logo-footer { display: inline-flex; align-items: center; text-decoration: none; color: var(--ink); }
.logo-footer .logo-word { font-size: 1.6rem; }
.footer-nav { display: flex; gap: 1.4rem; margin-left: auto; }
.footer-nav a { font-size: 0.86rem; color: var(--soft); text-decoration: none; }
.footer-nav a:hover { color: var(--ink); }
.footer-copy { width: 100%; font-size: 0.78rem; color: var(--soft); }

/* ============================== modal ============================== */

.modal { position: fixed; inset: 0; z-index: 100; display: none; }
.modal.open { display: block; }

.modal-backdrop { position: absolute; inset: 0; background: rgba(10, 10, 11, 0.55); -webkit-backdrop-filter: blur(3px); backdrop-filter: blur(3px); }

.modal-dialog {
  position: relative;
  max-width: 40rem;
  margin: 4.5rem auto 2rem;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--r);
  box-shadow: 0 30px 80px rgba(10, 10, 20, 0.35);
  padding: clamp(1.5rem, 4vw, 2.6rem);
  max-height: calc(100vh - 6.5rem);
  overflow-y: auto;
  scrollbar-width: thin;
  scrollbar-color: #d4d4dc transparent;
}

@media (prefers-reduced-motion: no-preference) {
  .modal.open .modal-dialog { animation: modal-in 380ms var(--ease); }
  .modal.open .modal-backdrop { animation: fade-in 280ms ease; }
  @keyframes modal-in { from { opacity: 0; transform: translateY(18px); } to { opacity: 1; transform: translateY(0); } }
  @keyframes fade-in { from { opacity: 0; } to { opacity: 1; } }
}

.modal-close {
  position: absolute; top: 0.8rem; right: 1rem;
  width: 40px; height: 40px; border: 0; background: transparent;
  font-size: 1.9rem; line-height: 1; color: var(--soft); cursor: pointer; border-radius: var(--r-sm);
  transition: background 160ms ease, color 160ms ease;
}
.modal-close:hover { background: var(--bg-alt); color: var(--ink); }

.modal-title { font-weight: 900; font-size: clamp(1.6rem, 4vw, 2.2rem); text-transform: uppercase; letter-spacing: -0.02em; line-height: 1; margin-bottom: 0.7rem; }
.modal-sub { color: var(--soft); font-size: 0.96rem; margin-bottom: 1.6rem; max-width: 46ch; }

/* form */
.form { display: flex; flex-direction: column; gap: 1.05rem; }
.field { display: flex; flex-direction: column; gap: 0.4rem; }
.field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 1.05rem; }

.field label, .field legend { font-size: 0.82rem; font-weight: 600; color: var(--ink); letter-spacing: 0.01em; }
.field .opt { color: var(--soft); font-weight: 400; }

.field input, .field select, .field textarea {
  font-family: var(--sans); font-size: 0.96rem; color: var(--ink);
  background: #fff; border: 1.5px solid var(--line); border-radius: var(--r-sm);
  padding: 0.7rem 0.85rem; width: 100%;
  transition: border-color 160ms ease, box-shadow 160ms ease;
}
.field textarea { resize: vertical; min-height: 3.2rem; }
.field input:focus, .field select:focus, .field textarea:focus { outline: none; border-color: var(--accent); box-shadow: 0 0 0 3px rgba(47, 91, 255, 0.14); }

.field input.invalid, .field select.invalid { border-color: #dc2626; box-shadow: 0 0 0 3px rgba(220, 38, 38, 0.12); }

.field-err { font-size: 0.78rem; color: #dc2626; display: none; }
.field input.invalid ~ .field-err, .field select.invalid ~ .field-err { display: block; }

.field-addons { border: 0; padding: 0; margin: 0; }
.field-addons legend { margin-bottom: 0.5rem; padding: 0; }
.addon-checks { display: grid; grid-template-columns: 1fr 1fr; gap: 0.5rem 1rem; }
.chk { display: flex; align-items: center; gap: 0.5rem; font-size: 0.9rem; font-weight: 400; color: var(--ink-2); cursor: pointer; }
.chk input { width: 17px; height: 17px; accent-color: var(--accent); flex: none; }

.honey { position: absolute; left: -9999px; width: 1px; height: 1px; opacity: 0; }

.form-error { background: #fef2f2; border: 1px solid #fecaca; color: #b91c1c; font-size: 0.88rem; padding: 0.7rem 0.9rem; border-radius: var(--r-sm); }

.form-submit { width: 100%; margin-top: 0.3rem; }
.form-submit[disabled] { opacity: 0.6; cursor: progress; }
.form-fineprint { font-size: 0.76rem; color: var(--soft); text-align: center; }

/* success state */
.modal-done { text-align: center; padding: 1.5rem 0.5rem; }
.done-check { width: 64px; height: 64px; margin: 0 auto 1.2rem; border-radius: 50%; background: var(--accent); color: #fff; display: grid; place-items: center; }
.done-check svg { width: 30px; height: 30px; }
.modal-done h2 { font-weight: 900; font-size: 1.8rem; text-transform: uppercase; letter-spacing: -0.02em; margin-bottom: 0.7rem; }
.modal-done p { color: var(--soft); max-width: 38ch; margin: 0 auto 1.6rem; }

body.modal-open { overflow: hidden; }

@media (max-width: 36rem) {
  .field-row { grid-template-columns: 1fr; }
  .addon-checks { grid-template-columns: 1fr; }
  .modal-dialog { margin-top: 3.5rem; }
}

/* ===================================================================
   Motion — gentle, once.
   =================================================================== */

@media (prefers-reduced-motion: no-preference) {
  .js [data-load] { opacity: 0; transform: translateY(22px); transition: opacity 750ms var(--ease) var(--d,0ms), transform 750ms var(--ease) var(--d,0ms); }
  .js.loaded [data-load] { opacity: 1; transform: translateY(0); }
  .js [data-reveal] { opacity: 0; transform: translateY(26px); transition: opacity 680ms var(--ease) var(--d,0ms), transform 680ms var(--ease) var(--d,0ms); }
  .js [data-reveal].shown { opacity: 1; transform: translateY(0); }
}

/* ============================== responsive ========================= */

@media (max-width: 64rem) {
  .hero-grid { grid-template-columns: 1fr; gap: 3rem; }
  .hero-stage { max-width: 30rem; margin: 0 auto; }
  .prod-grid, .work-grid, .price-grid { grid-template-columns: 1fr; max-width: 32rem; margin-left: auto; margin-right: auto; }
  .price--pop, .prod--pop { order: -1; }
  .tracks { grid-template-columns: 1fr; }
  .steps { grid-template-columns: 1fr 1fr; }
  .care { grid-template-columns: 1fr; gap: 1.6rem; padding: 2rem; }
  .addon-list { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 48rem) {
  .topnav { position: fixed; top: 64px; left: 1rem; right: 1rem; flex-direction: column; gap: 0; background: #fff; border: 1px solid var(--line); border-radius: var(--r-sm); box-shadow: var(--shadow); padding: 0.6rem; opacity: 0; pointer-events: none; transform: translateY(-8px); transition: opacity 220ms ease, transform 220ms var(--ease); }
  body.nav-open .topnav { opacity: 1; pointer-events: auto; transform: translateY(0); }
  .topnav a { padding: 0.85rem 1rem; border-radius: 6px; font-size: 1rem; }
  .topnav a:hover { background: var(--bg-alt); }
  .topbar-cta { display: none; }
  .menu-btn { display: flex; }
  .hero { padding-top: 7rem; }
  .care-list { grid-template-columns: 1fr; }
  .addon-list { grid-template-columns: 1fr; }
  .steps { grid-template-columns: 1fr; }
}
