:root {
  --bg: oklch(98% 0.004 240);
  --surface: oklch(100% 0 0);
  --fg: oklch(20% 0.02 240);
  --muted: oklch(42% 0.018 240);
  --border: oklch(88% 0.008 240);
  --accent: oklch(48% 0.11 170);
  --accent-soft: oklch(94% 0.03 170);
  --success: oklch(48% 0.12 150);
  --warn: oklch(55% 0.12 70);
  --danger: oklch(50% 0.14 25);
  --shadow: 0 12px 40px oklch(20% 0.02 240 / 0.08);
  --shadow-card: 0 8px 28px oklch(20% 0.02 240 / 0.1);
  --radius: 16px;
  --radius-sm: 12px;
  --font-display: 'Literata', 'Iowan Old Style', Georgia, serif;
  --font-body: 'Source Sans 3', -apple-system, BlinkMacSystemFont, 'Segoe UI', system-ui, sans-serif;
  --nav-h: 72px;
  --container: 1120px;
  --space: clamp(1.25rem, 3vw, 2.5rem);
  --body-size: 1.125rem;
  --lead-size: 1.25rem;
}
*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: var(--font-body);
  font-size: var(--body-size);
  line-height: 1.6;
  color: var(--fg);
  background: var(--bg);
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration-thickness: 1px; text-underline-offset: 3px; }
button, input, select, textarea { font: inherit; }
:focus-visible {
  outline: 3px solid var(--accent);
  outline-offset: 3px;
}
.skip {
  position: absolute;
  left: -9999px;
  top: 0;
  background: var(--fg);
  color: var(--surface);
  padding: 0.75rem 1rem;
  z-index: 1000;
}
.skip:focus { left: 1rem; top: 1rem; }
.container {
  width: min(100% - 2rem, var(--container));
  margin-inline: auto;
}
.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  height: var(--nav-h);
  display: flex;
  align-items: center;
  background: color-mix(in oklch, var(--surface) 88%, transparent);
  backdrop-filter: blur(14px);
  border-bottom: 1px solid var(--border);
}
.nav-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  width: min(100% - 2rem, var(--container));
  margin-inline: auto;
}
.logo {
  display: flex;
  align-items: baseline;
  gap: 0.4rem;
  text-decoration: none;
  font-family: var(--font-display);
  font-weight: 600;
  font-size: 1.35rem;
  letter-spacing: -0.02em;
}
.logo span {
  color: var(--muted);
  font-family: var(--font-body);
  font-weight: 500;
  font-size: 0.95rem;
  letter-spacing: 0.02em;
}
.nav-links {
  display: flex;
  align-items: center;
  gap: 0.25rem 1.25rem;
  list-style: none;
  margin: 0;
  padding: 0;
}
.nav-links a {
  text-decoration: none;
  font-weight: 500;
  font-size: 1.05rem;
  color: var(--fg);
  padding: 0.5rem 0.15rem;
}
.nav-links a:hover { color: var(--accent); }
.nav-actions {
  display: flex;
  align-items: center;
  gap: 0.65rem;
}
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  min-height: 48px;
  padding: 0.7rem 1.35rem;
  border-radius: 999px;
  border: 1.5px solid transparent;
  font-weight: 600;
  font-size: 1.05rem;
  letter-spacing: 0.02em;
  cursor: pointer;
  text-decoration: none;
  transition: transform 0.15s cubic-bezier(0.23, 1, 0.32, 1), background 0.15s, border-color 0.15s, box-shadow 0.15s;
}
.btn:active { transform: translateY(1px); }
.btn-primary {
  background: var(--accent);
  color: oklch(99% 0.01 170);
  box-shadow: 0 6px 18px oklch(48% 0.11 170 / 0.28);
}
.btn-primary:hover {
  background: oklch(42% 0.11 170);
}
.btn-ghost {
  background: var(--surface);
  border-color: var(--border);
  color: var(--fg);
}
.btn-ghost:hover {
  border-color: color-mix(in oklch, var(--fg) 25%, var(--border));
  background: var(--bg);
}
.btn-cart {
  position: relative;
  min-width: 48px;
  min-height: 48px;
  padding: 0.65rem 0.95rem;
}
.cart-count {
  position: absolute;
  top: 4px;
  right: 4px;
  min-width: 1.35rem;
  height: 1.35rem;
  padding: 0 0.3rem;
  border-radius: 999px;
  background: var(--fg);
  color: var(--surface);
  font-size: 0.75rem;
  font-weight: 600;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-variant-numeric: tabular-nums;
}
.hero {
  position: relative;
  overflow: hidden;
  padding: clamp(2.5rem, 6vw, 5rem) 0 clamp(3rem, 7vw, 5.5rem);
  isolation: isolate;
}
.hero-bg {
  position: absolute;
  inset: 0;
  z-index: -1;
  pointer-events: none;
}
.hero-layer {
  position: absolute;
  inset: auto 0 0 0;
  height: 55%;
  will-change: transform;
}
.hero-layer-1 {
  background:
    radial-gradient(ellipse 80% 60% at 20% 100%, oklch(88% 0.04 170 / 0.55), transparent 70%),
    radial-gradient(ellipse 60% 50% at 80% 90%, oklch(90% 0.03 80 / 0.4), transparent 65%);
}
.hero-layer-2 {
  height: 42%;
  opacity: 0.9;
}
.hero-layer-3 {
  height: 28%;
  opacity: 0.75;
}
.city-sil {
  width: 100%;
  height: 100%;
  display: block;
}
.hero-grid {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: clamp(1.5rem, 4vw, 3.5rem);
  align-items: center;
}
.eyebrow {
  display: inline-block;
  font-size: 0.9rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--muted);
  margin: 0 0 0.85rem;
}
.hero h1 {
  margin: 0 0 1rem;
  font-family: var(--font-display);
  font-weight: 600;
  font-size: clamp(2.15rem, 4.2vw, 3.35rem);
  line-height: 1.12;
  letter-spacing: -0.025em;
  max-width: 14ch;
}
.hero-lead {
  margin: 0 0 1.75rem;
  font-size: var(--lead-size);
  line-height: 1.55;
  color: var(--muted);
  max-width: 38ch;
}
.hero-cta {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-bottom: 1.75rem;
}
.trust-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem 1.5rem;
  padding: 0;
  margin: 0;
  list-style: none;
  font-size: 1.05rem;
  color: var(--muted);
}
.trust-row li {
  display: flex;
  align-items: center;
  gap: 0.45rem;
}
.trust-row svg {
  width: 1.15rem;
  height: 1.15rem;
  flex-shrink: 0;
  color: var(--accent);
}
.hero-stage {
  perspective: 1200px;
  display: grid;
  place-items: center;
}
.hero-card-3d {
  width: min(100%, 380px);
  aspect-ratio: 4 / 5;
  transform-style: preserve-3d;
  transition: transform 0.2s ease-out;
  border-radius: calc(var(--radius) + 4px);
  background: var(--surface);
  box-shadow: var(--shadow);
  border: 1px solid var(--border);
  overflow: hidden;
  position: relative;
}
.hero-card-visual {
  height: 68%;
  background: oklch(94% 0.01 90);
  position: relative;
  display: grid;
  place-items: stretch;
  transform: translateZ(28px);
  overflow: hidden;
}
.hero-card-visual img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 45%;
  transform: translateZ(40px) scale(1.02);
}
.hero-card-body {
  padding: 1.15rem 1.25rem 1.35rem;
  transform: translateZ(18px);
}
.hero-card-body h2 {
  margin: 0 0 0.35rem;
  font-family: var(--font-display);
  font-size: 1.35rem;
  font-weight: 600;
  letter-spacing: -0.015em;
}
.hero-card-meta {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  gap: 0.75rem;
  color: var(--muted);
  font-size: 1.05rem;
}
.price {
  font-weight: 600;
  color: var(--fg);
  font-variant-numeric: tabular-nums;
  font-size: 1.2rem;
}
.section {
  padding: var(--space) 0;
}
.section-head {
  display: flex;
  flex-wrap: wrap;
  align-items: end;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: 1.75rem;
}
.section-head h2 {
  margin: 0;
  font-family: var(--font-display);
  font-size: clamp(1.75rem, 3vw, 2.25rem);
  font-weight: 600;
  letter-spacing: -0.02em;
  line-height: 1.15;
}
.section-head p {
  margin: 0.4rem 0 0;
  color: var(--muted);
  font-size: 1.1rem;
  max-width: 40ch;
}
.catalog-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.25rem;
}
.product-card {
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  overflow: hidden;
  box-shadow: 0 2px 0 oklch(20% 0.02 240 / 0.02);
  transform-style: preserve-3d;
  transition: box-shadow 0.2s cubic-bezier(0.23, 1, 0.32, 1);
  will-change: transform;
}
.product-card:hover {
  box-shadow: var(--shadow-card);
}
.product-visual {
  position: relative;
  aspect-ratio: 1 / 0.92;
  background: oklch(94% 0.008 90);
  display: grid;
  place-items: stretch;
  overflow: hidden;
}
.product-visual img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transform: translateZ(24px) scale(1.01);
  transition: transform 0.35s cubic-bezier(0.23, 1, 0.32, 1);
}
.product-card:hover .product-visual img {
  transform: translateZ(24px) scale(1.04);
}
.badge {
  position: absolute;
  top: 0.85rem;
  left: 0.85rem;
  z-index: 1;
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: 999px;
  padding: 0.35rem 0.7rem;
  font-size: 0.85rem;
  font-weight: 600;
  letter-spacing: 0.02em;
  color: var(--fg);
  box-shadow: 0 4px 12px oklch(20% 0.02 240 / 0.06);
}
.product-body {
  padding: 1.1rem 1.15rem 1.2rem;
  display: grid;
  gap: 0.55rem;
}
.product-body h3 {
  margin: 0;
  font-family: var(--font-display);
  font-size: 1.25rem;
  font-weight: 600;
  letter-spacing: -0.015em;
  line-height: 1.25;
}
.product-body p {
  margin: 0;
  color: var(--muted);
  font-size: 1.05rem;
  line-height: 1.45;
}
.product-foot {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
  margin-top: 0.35rem;
}
.product-foot .price { font-size: 1.25rem; }
.product-foot .btn {
  min-height: 46px;
  padding: 0.55rem 1rem;
  font-size: 1rem;
}
.why {
  background: var(--surface);
  border-block: 1px solid var(--border);
}
.why-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.25rem;
}
.why-card {
  padding: 1.4rem 1.35rem;
  border: 1px solid var(--border);
  border-radius: var(--radius);
  background: var(--bg);
}
.why-card .icon {
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 12px;
  display: grid;
  place-items: center;
  background: var(--accent-soft);
  color: var(--accent);
  margin-bottom: 0.9rem;
}
.why-card .icon svg { width: 1.35rem; height: 1.35rem; }
.why-card h3 {
  margin: 0 0 0.45rem;
  font-family: var(--font-display);
  font-size: 1.25rem;
  font-weight: 600;
  letter-spacing: -0.015em;
}
.why-card p {
  margin: 0;
  color: var(--muted);
  font-size: 1.08rem;
}
.checkout-section {
  padding-bottom: clamp(3rem, 7vw, 5rem);
}
.checkout-panel {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.5rem;
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: calc(var(--radius) + 4px);
  overflow: hidden;
  box-shadow: var(--shadow);
}
.checkout-copy {
  padding: clamp(1.5rem, 3vw, 2.25rem);
  background:
    linear-gradient(160deg, oklch(96% 0.02 170), var(--surface) 55%);
}
.checkout-copy h2 {
  margin: 0 0 0.75rem;
  font-family: var(--font-display);
  font-size: clamp(1.65rem, 2.5vw, 2rem);
  letter-spacing: -0.02em;
  line-height: 1.15;
}
.checkout-copy > p {
  margin: 0 0 1.25rem;
  color: var(--muted);
  font-size: 1.1rem;
  max-width: 36ch;
}
.steps {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 0.85rem;
}
.steps li {
  display: grid;
  grid-template-columns: 2.25rem 1fr;
  gap: 0.75rem;
  align-items: start;
}
.step-num {
  width: 2.25rem;
  height: 2.25rem;
  border-radius: 999px;
  border: 1.5px solid var(--border);
  background: var(--surface);
  display: grid;
  place-items: center;
  font-weight: 600;
  font-variant-numeric: tabular-nums;
}
.steps strong {
  display: block;
  font-size: 1.08rem;
  margin-bottom: 0.15rem;
}
.steps span {
  color: var(--muted);
  font-size: 1.02rem;
}
.checkout-form {
  padding: clamp(1.5rem, 3vw, 2.25rem);
  border-left: 1px solid var(--border);
  display: grid;
  gap: 0.95rem;
  align-content: start;
}
.checkout-form h3 {
  margin: 0 0 0.25rem;
  font-size: 1.2rem;
  font-weight: 600;
}
.field {
  display: grid;
  gap: 0.35rem;
}
.field label {
  font-weight: 600;
  font-size: 1.02rem;
}
.field input,
.field select,
.field textarea {
  min-height: 52px;
  padding: 0.75rem 0.95rem;
  border: 1.5px solid var(--border);
  border-radius: var(--radius-sm);
  background: var(--bg);
  color: var(--fg);
  width: 100%;
}
.field textarea {
  min-height: 96px;
  resize: vertical;
  line-height: 1.45;
}
.field input:focus,
.field select:focus,
.field textarea:focus {
  border-color: var(--accent);
  outline: none;
  box-shadow: 0 0 0 3px oklch(48% 0.11 170 / 0.18);
}
.cart-summary {
  background: var(--bg);
  border: 1px solid var(--border);
  border-radius: var(--radius-sm);
  padding: 0.9rem 1rem;
  font-size: 1.05rem;
}
.cart-summary strong {
  font-variant-numeric: tabular-nums;
}
.form-note {
  margin: 0;
  color: var(--muted);
  font-size: 0.98rem;
}
.form-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
  margin-top: 0.25rem;
}
.form-actions .btn { flex: 1 1 auto; min-width: 10rem; }
.site-footer {
  border-top: 1px solid var(--border);
  background: var(--surface);
  padding: 2.5rem 0 1.5rem;
}
.footer-grid {
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr;
  gap: 1.75rem;
  margin-bottom: 2rem;
}
.footer-brand {
  font-family: var(--font-display);
  font-weight: 600;
  font-size: 1.25rem;
  margin: 0 0 0.5rem;
}
.footer-grid p,
.footer-grid address {
  margin: 0;
  font-style: normal;
  color: var(--muted);
  font-size: 1.05rem;
  line-height: 1.55;
}
.footer-grid h3 {
  margin: 0 0 0.65rem;
  font-size: 0.9rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--muted);
}
.footer-grid ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 0.45rem;
}
.footer-grid a {
  text-decoration: none;
  font-size: 1.05rem;
}
.footer-grid a:hover { text-decoration: underline; }
.footer-bottom {
  border-top: 1px solid var(--border);
  padding-top: 1.1rem;
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem 1.25rem;
  justify-content: space-between;
  color: var(--muted);
  font-size: 0.98rem;
}
.cookie-banner {
  position: fixed;
  left: 1rem;
  right: 1rem;
  bottom: 1rem;
  z-index: 80;
  max-width: 720px;
  margin-inline: auto;
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
  padding: 1.15rem 1.25rem;
  display: none;
  gap: 1rem;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
.cookie-banner.is-open { display: flex; }
.cookie-banner p {
  margin: 0;
  flex: 1 1 16rem;
  font-size: 1.02rem;
  color: var(--muted);
  line-height: 1.45;
}
.cookie-banner a { color: var(--fg); font-weight: 500; }
.cookie-actions {
  display: flex;
  gap: 0.5rem;
  flex-wrap: wrap;
}
.drawer-backdrop {
  position: fixed;
  inset: 0;
  background: oklch(20% 0.02 240 / 0.35);
  z-index: 60;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.2s cubic-bezier(0.23, 1, 0.32, 1);
}
.drawer-backdrop.is-open {
  opacity: 1;
  pointer-events: auto;
}
.cart-drawer {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  width: min(100%, 400px);
  background: var(--surface);
  z-index: 70;
  border-left: 1px solid var(--border);
  box-shadow: var(--shadow);
  transform: translateX(100%);
  transition: transform 0.22s cubic-bezier(0.23, 1, 0.32, 1);
  display: grid;
  grid-template-rows: auto 1fr auto;
}
.cart-drawer.is-open { transform: translateX(0); }
.drawer-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1.1rem 1.2rem;
  border-bottom: 1px solid var(--border);
}
.drawer-head h2 {
  margin: 0;
  font-family: var(--font-display);
  font-size: 1.35rem;
  letter-spacing: -0.015em;
}
.icon-btn {
  min-width: 48px;
  min-height: 48px;
  border: 1.5px solid var(--border);
  border-radius: 999px;
  background: var(--bg);
  cursor: pointer;
  font-size: 1.25rem;
  line-height: 1;
  color: var(--fg);
}
.drawer-body {
  padding: 1rem 1.2rem;
  overflow: auto;
}
.cart-empty {
  color: var(--muted);
  font-size: 1.08rem;
  margin: 1rem 0;
}
.cart-line {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 0.35rem 0.75rem;
  padding: 0.85rem 0;
  border-bottom: 1px solid var(--border);
}
.cart-line strong {
  font-size: 1.05rem;
}
.cart-line .meta {
  grid-column: 1 / -1;
  color: var(--muted);
  font-size: 0.98rem;
  font-variant-numeric: tabular-nums;
}
.cart-line button {
  border: none;
  background: none;
  color: var(--muted);
  text-decoration: underline;
  cursor: pointer;
  font-size: 0.98rem;
  padding: 0.25rem 0;
  min-height: 44px;
  justify-self: end;
}
.drawer-foot {
  padding: 1rem 1.2rem 1.25rem;
  border-top: 1px solid var(--border);
  display: grid;
  gap: 0.75rem;
}
.drawer-total {
  display: flex;
  justify-content: space-between;
  font-size: 1.15rem;
  font-weight: 600;
  font-variant-numeric: tabular-nums;
}
.toast {
  position: fixed;
  left: 50%;
  bottom: 5.5rem;
  transform: translateX(-50%) translateY(12px);
  background: var(--fg);
  color: var(--surface);
  padding: 0.85rem 1.2rem;
  border-radius: 999px;
  font-size: 1.05rem;
  font-weight: 500;
  z-index: 90;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.2s, transform 0.2s cubic-bezier(0.23, 1, 0.32, 1);
  max-width: min(90vw, 28rem);
  text-align: center;
}
.toast.is-show {
  opacity: 1;
  transform: translateX(-50%) translateY(0);
}
.legal-page {
  display: none;
  padding: 2.5rem 0 4rem;
}
.legal-page.is-active { display: block; }
.legal-page h1 {
  font-family: var(--font-display);
  font-size: clamp(1.85rem, 3vw, 2.4rem);
  letter-spacing: -0.02em;
  margin: 0 0 1rem;
}
.legal-page h2 {
  font-family: var(--font-display);
  font-size: 1.35rem;
  margin: 1.75rem 0 0.5rem;
}
.legal-page p, .legal-page li {
  color: var(--muted);
  font-size: 1.08rem;
  max-width: 65ch;
}
.legal-page ul { padding-left: 1.2rem; }
.main-shop.is-hidden { display: none; }
@media (max-width: 960px) {
  .hero-grid,
  .catalog-grid,
  .why-grid,
  .checkout-panel,
  .footer-grid {
    grid-template-columns: 1fr;
  }
  .checkout-form { border-left: none; border-top: 1px solid var(--border); }
  .hero h1 { max-width: none; }
  .nav-links { display: none; }
  .catalog-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 560px) {
  .catalog-grid { grid-template-columns: 1fr; }
  .hero-card-3d { width: min(100%, 320px); }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .hero-layer,
  .hero-card-3d,
  .product-card,
  .cart-drawer,
  .drawer-backdrop,
  .toast,
  .btn {
    transition: none !important;
  }
}
