:root {
  --bg: #071018;
  --bg-2: #101c28;
  --panel: #ffffff;
  --panel-soft: #f4f8fb;
  --text: #e9f2f7;
  --muted: #9db0bf;
  --ink: #10202c;
  --ink-muted: #526473;
  --accent: #35d0ff;
  --accent-2: #8eff6d;
  --line: rgba(255, 255, 255, 0.12);
  --shadow: 0 22px 60px rgba(0, 0, 0, 0.24);
  --radius: 8px;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--bg);
  color: var(--text);
  line-height: 1.6;
}
a { color: inherit; text-decoration: none; }
img, svg { max-width: 100%; display: block; }
input, select, textarea, button { font: inherit; }
.container { width: min(1160px, calc(100% - 40px)); margin: 0 auto; }
.narrow { width: min(850px, calc(100% - 40px)); }
.eyebrow {
  margin: 0 0 10px;
  color: var(--accent);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0;
  text-transform: uppercase;
}
.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  background: rgba(7, 16, 24, 0.92);
  backdrop-filter: blur(18px);
  border-bottom: 1px solid var(--line);
}
.header-inner {
  width: min(1220px, calc(100% - 32px));
  min-height: 76px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  gap: 22px;
}
.brand-logo, .footer-brand {
  font-weight: 900;
  font-size: 1.2rem;
  color: #fff;
  white-space: nowrap;
}
.main-nav {
  display: flex;
  align-items: center;
  gap: 6px;
  margin-left: auto;
}
.nav-link {
  color: var(--muted);
  padding: 10px 14px;
  border-radius: var(--radius);
  font-weight: 700;
}
.nav-link:hover, .nav-link.active {
  color: #fff;
  background: rgba(255, 255, 255, 0.08);
}
.header-actions {
  display: flex;
  align-items: center;
  gap: 10px;
}
.menu-toggle, .search-toggle { position: absolute; opacity: 0; pointer-events: none; }
.menu-button { display: none; width: 42px; height: 42px; align-items: center; justify-content: center; flex-direction: column; gap: 5px; border: 1px solid var(--line); border-radius: var(--radius); }
.menu-button span { width: 20px; height: 2px; background: #fff; }
.icon-button, .cart-button {
  min-height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 0 14px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  color: #fff;
  cursor: pointer;
}
.cart-button span {
  min-width: 22px;
  height: 22px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: var(--accent-2);
  color: #06120f;
  font-size: 0.78rem;
  font-weight: 900;
}
.search-drawer {
  display: none;
  border-top: 1px solid var(--line);
  padding: 18px 0;
}
.search-toggle:checked ~ .icon-button { border-color: var(--accent); }
.site-header:has(.search-toggle:checked) .search-drawer { display: block; }
.search-drawer form {
  width: min(760px, calc(100% - 40px));
  margin: 0 auto;
}
.search-row { display: grid; grid-template-columns: 1fr auto; gap: 10px; margin-top: 8px; }
.search-row input {
  min-height: 48px;
  border-radius: var(--radius);
  border: 1px solid var(--line);
  padding: 0 14px;
  background: #fff;
  color: var(--ink);
}
.hero {
  min-height: calc(100vh - 76px);
  display: grid;
  grid-template-columns: minmax(0, 1.02fr) minmax(360px, 0.98fr);
  align-items: center;
  gap: 36px;
  width: min(1220px, calc(100% - 40px));
  margin: 0 auto;
  padding: 52px 0 70px;
}
.hero h1, .page-hero h1 {
  margin: 0;
  font-size: clamp(2.4rem, 5vw, 5rem);
  line-height: 0.98;
  letter-spacing: 0;
}
.hero p { max-width: 660px; color: #c6d5df; font-size: 1.1rem; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 28px; }
.hero-product {
  position: relative;
  min-height: 520px;
  display: grid;
  place-items: center;
  overflow: hidden;
}
.hero-product::before {
  content: "";
  position: absolute;
  inset: 12%;
  border: 1px solid rgba(53, 208, 255, 0.22);
  transform: skewY(-8deg);
}
.hero-shoe, .shoe-shape {
  width: min(520px, 86vw);
  height: 190px;
  position: relative;
  transform: rotate(-12deg);
  filter: drop-shadow(0 38px 38px rgba(0, 0, 0, 0.4));
}
.hero-shoe::before, .shoe-shape::before {
  content: "";
  position: absolute;
  inset: 34px 22px 38px 20px;
  background: linear-gradient(135deg, #f6fbff 0%, #b8c7d2 45%, #263a48 100%);
  border-radius: 58% 42% 34% 66% / 62% 44% 56% 38%;
  border-bottom: 18px solid #0e1822;
}
.hero-shoe::after, .shoe-shape::after {
  content: "";
  position: absolute;
  left: 16%;
  right: 6%;
  bottom: 32px;
  height: 24px;
  background: linear-gradient(90deg, var(--accent), var(--accent-2));
  border-radius: 20px 38px 38px 20px;
}
.hero-shoe span, .shoe-shape span {
  position: absolute;
  width: 132px;
  height: 16px;
  top: 62px;
  left: 39%;
  border-top: 3px solid #071018;
  border-bottom: 3px solid #071018;
  transform: rotate(14deg);
}
.spec-card {
  position: absolute;
  background: rgba(255, 255, 255, 0.95);
  color: var(--ink);
  border-radius: var(--radius);
  padding: 14px 16px;
  box-shadow: var(--shadow);
}
.spec-card strong { display: block; font-size: 1.55rem; line-height: 1; }
.spec-card span { color: var(--ink-muted); font-size: 0.85rem; }
.spec-card.top { top: 86px; right: 18px; }
.spec-card.bottom { bottom: 92px; left: 10px; }
.feature-band {
  width: min(1160px, calc(100% - 40px));
  margin: 0 auto 76px;
  padding: 28px;
  display: flex;
  justify-content: space-between;
  gap: 24px;
  align-items: center;
  border: 1px solid rgba(53, 208, 255, 0.26);
  border-radius: var(--radius);
  background: linear-gradient(135deg, rgba(53, 208, 255, 0.16), rgba(142, 255, 109, 0.08));
}
.feature-band h2, .section-heading h2, .split-section h2, .story-layout h2, .values-band h2 {
  margin: 0 0 8px;
  line-height: 1.1;
}
.feature-band p { margin: 0; color: #c6d5df; }
.split-section {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 40px;
  align-items: start;
  padding: 30px 0 82px;
}
.metric-grid, .value-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}
.metric-grid article, .value-grid article {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 22px;
  background: rgba(255, 255, 255, 0.06);
}
.metric-grid strong { display: block; font-size: 1.7rem; color: var(--accent-2); }
.metric-grid span, .value-grid p { color: #c6d5df; }
.section-heading { margin: 0 0 22px; }
.page-hero {
  padding: 82px 0 46px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.07), rgba(255, 255, 255, 0));
}
.page-hero.compact { padding: 58px 0 26px; }
.page-hero p { color: #c6d5df; max-width: 760px; }
.story-layout {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 28px;
  padding: 54px 0 70px;
}
.story-layout article, .contact-card, .legal-content {
  background: var(--panel);
  color: var(--ink);
  border-radius: var(--radius);
  padding: 32px;
  box-shadow: var(--shadow);
}
.story-layout p, .contact-card p, .legal-content p { color: var(--ink-muted); }
.values-band {
  background: #0d1924;
  padding: 58px 0;
}
.contact-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(300px, 0.85fr);
  gap: 28px;
  padding: 48px 0 80px;
}
.site-footer {
  border-top: 1px solid var(--line);
  background: #050b11;
  padding: 54px 0 24px;
}
.footer-grid {
  width: min(1160px, calc(100% - 40px));
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1.4fr 0.8fr 1.1fr 1.1fr;
  gap: 32px;
}
.site-footer h2 {
  margin: 0 0 12px;
  font-size: 1rem;
}
.site-footer p, .site-footer a {
  display: block;
  color: var(--muted);
  margin: 0 0 8px;
}
.corporate-signature { margin-top: 18px !important; }
.newsletter-form { display: grid; grid-template-columns: 1fr auto; gap: 8px; }
.newsletter-form input {
  min-width: 0;
  min-height: 44px;
  border-radius: var(--radius);
  border: 1px solid var(--line);
  padding: 0 12px;
}
.payment-badges { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 18px; }
.payment-badges span {
  border: 1px solid var(--line);
  border-radius: 6px;
  padding: 6px 9px;
  color: #fff;
  font-size: 0.8rem;
}
.footer-bottom {
  width: min(1160px, calc(100% - 40px));
  margin: 34px auto 0;
  padding-top: 18px;
  border-top: 1px solid var(--line);
  color: var(--muted);
  font-size: 0.9rem;
}
