:root {
  --ink: #0b2f67;
  --ink-deep: #062457;
  --muted: #5c7294;
  --blue: #1267ec;
  --sky: #28b8ee;
  --orange: #ff9900;
  --green: #35bb64;
  --pink: #ff6fa8;
  --surface: #ffffff;
  --line: #dce9f7;
  --shadow: 0 24px 70px rgba(26, 83, 151, 0.16);
}

* { box-sizing: border-box; }

html { scroll-behavior: smooth; background: #f2f8ff; }

body {
  min-width: 320px;
  margin: 0;
  color: var(--ink);
  background:
    radial-gradient(circle at 4% 4%, rgba(83, 183, 255, .24), transparent 28rem),
    radial-gradient(circle at 96% 16%, rgba(255, 168, 35, .16), transparent 24rem),
    #f5faff;
  font-family: Nunito, "Arial Rounded MT Bold", "Segoe UI", Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
}

body::before {
  position: fixed;
  inset: 0;
  z-index: -1;
  opacity: .38;
  background-image: radial-gradient(circle, rgba(18, 103, 236, .14) 1.2px, transparent 1.2px);
  background-size: 26px 26px;
  content: "";
  pointer-events: none;
}

img { display: block; max-width: 100%; }
a { color: inherit; }
button, input, textarea { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }

.container { width: min(1180px, calc(100% - 32px)); margin: 0 auto; }

.shop-header {
  position: sticky;
  top: 0;
  z-index: 40;
  border-bottom: 1px solid rgba(197, 220, 244, .75);
  background: rgba(255, 255, 255, .94);
  box-shadow: 0 8px 26px rgba(25, 78, 142, .08);
  backdrop-filter: blur(18px);
}

.shop-header__inner {
  display: flex;
  min-height: 72px;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
}

.shop-logo { display: inline-flex; align-items: center; text-decoration: none; }
.shop-logo img { width: 174px; height: auto; border-radius: 14px; mix-blend-mode: multiply; }
.shop-nav { display: none; gap: 22px; align-items: center; }
.shop-nav a { font-size: 14px; font-weight: 850; text-decoration: none; }
.shop-nav a:hover, .shop-nav a:focus-visible { color: var(--blue); outline: none; }

.header-cart {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  justify-content: center;
  padding: 0 16px;
  border-radius: 15px;
  color: white;
  background: linear-gradient(135deg, var(--blue), var(--sky));
  box-shadow: 0 10px 24px rgba(18, 103, 236, .23);
  font-size: 14px;
  font-weight: 900;
  text-decoration: none;
}

.hero { padding: 44px 0 28px; }
.hero__grid { display: grid; gap: 28px; align-items: center; }
.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin: 0 0 14px;
  color: var(--blue);
  font-size: 12px;
  font-weight: 950;
  letter-spacing: .12em;
  text-transform: uppercase;
}
.eyebrow::before { width: 9px; height: 9px; border-radius: 50%; background: var(--orange); content: ""; }

h1, h2, h3, p { margin-top: 0; }
h1 { margin-bottom: 18px; color: var(--ink-deep); font-size: clamp(38px, 11vw, 72px); line-height: .98; letter-spacing: -.055em; }
h2 { margin-bottom: 14px; color: var(--ink-deep); font-size: clamp(30px, 7vw, 48px); line-height: 1.04; letter-spacing: -.04em; }
h3 { margin-bottom: 8px; color: var(--ink-deep); font-size: 24px; line-height: 1.08; }
.hero__lead { max-width: 640px; margin-bottom: 24px; color: var(--muted); font-size: clamp(17px, 4.5vw, 21px); line-height: 1.5; }
.hero__price { display: flex; flex-wrap: wrap; align-items: baseline; gap: 8px 12px; margin-bottom: 24px; }
.hero__price strong { color: var(--ink-deep); font-size: 32px; font-weight: 950; }
.hero__price span { color: var(--muted); font-size: 14px; font-weight: 750; }

.button-row { display: flex; flex-wrap: wrap; gap: 12px; }
.button {
  display: inline-flex;
  min-height: 52px;
  align-items: center;
  justify-content: center;
  gap: 9px;
  padding: 0 21px;
  border: 0;
  border-radius: 17px;
  cursor: pointer;
  font-weight: 950;
  text-decoration: none;
  transition: transform .18s ease, box-shadow .18s ease, opacity .18s ease;
}
.button:hover, .button:focus-visible { transform: translateY(-2px); outline: none; }
.button:active { transform: scale(.985); }
.button:disabled { cursor: wait; opacity: .62; transform: none; }
.button--primary { color: white; background: linear-gradient(135deg, #0750c8, #1a83ef 66%, #29bae9); box-shadow: 0 15px 30px rgba(18, 103, 236, .25); }
.button--accent { color: #fff; background: linear-gradient(135deg, #ff8200, #ffb100); box-shadow: 0 15px 30px rgba(255, 145, 0, .24); }
.button--soft { color: var(--ink); border: 1px solid var(--line); background: rgba(255,255,255,.88); box-shadow: 0 12px 26px rgba(28, 76, 135, .09); }
.button--wide { width: 100%; }

.hero-collage {
  position: relative;
  min-height: 380px;
  overflow: hidden;
  border: 1px solid rgba(162, 202, 239, .45);
  border-radius: 36px;
  background: linear-gradient(145deg, #deefff, #fff 45%, #fff1dc);
  box-shadow: var(--shadow);
}
.hero-collage::before, .hero-collage::after { position: absolute; border-radius: 50%; content: ""; }
.hero-collage::before { top: -80px; left: -70px; width: 230px; height: 230px; background: rgba(49, 151, 255, .22); }
.hero-collage::after { right: -65px; bottom: -80px; width: 210px; height: 210px; background: rgba(255, 151, 27, .20); }
.hero-watch { position: absolute; width: 54%; max-height: 335px; object-fit: cover; border-radius: 24px; box-shadow: 0 18px 40px rgba(15, 53, 105, .23); }
.hero-watch--one { top: 30px; left: 23px; transform: rotate(-4deg); }
.hero-watch--two { right: 20px; bottom: 28px; transform: rotate(5deg); }
.hero-watch--single { top: 50%; left: 50%; width: 72%; max-height: 440px; transform: translate(-50%, -50%); }
.hero-pill { position: absolute; z-index: 2; right: 17px; top: 18px; padding: 10px 14px; border-radius: 999px; color: #fff; background: var(--orange); box-shadow: 0 9px 22px rgba(255, 145, 0, .25); font-size: 13px; font-weight: 950; }

.trust { padding: 14px 0 42px; }
.trust__grid { display: grid; gap: 12px; }
.trust-card { display: block; padding: 20px 22px; border: 1px solid var(--line); border-radius: 22px; background: rgba(255,255,255,.88); box-shadow: 0 12px 32px rgba(24, 78, 148, .08); }
.trust-card strong, .trust-card span { display: block; }
.trust-card strong { font-size: 15px; }
.trust-card span { margin-top: 3px; color: var(--muted); font-size: 12px; line-height: 1.35; }

.section { padding: 52px 0; }
.section--white { background: rgba(255,255,255,.72); }
.section-head { display: flex; flex-wrap: wrap; align-items: end; justify-content: space-between; gap: 18px; margin-bottom: 24px; }
.section-head p { max-width: 600px; margin-bottom: 0; color: var(--muted); line-height: 1.55; }
.catalog { display: grid; gap: 22px; }

.product-card { overflow: hidden; border: 1px solid rgba(167, 203, 237, .5); border-radius: 30px; background: #fff; box-shadow: var(--shadow); }
.product-card__visual { position: relative; min-height: 360px; overflow: hidden; background: linear-gradient(145deg, #e9f5ff, #fff8ec); }
.product-card__visual img { width: 100%; height: 100%; min-height: 360px; object-fit: cover; transition: opacity .2s ease; }
.product-badge { position: absolute; top: 16px; left: 16px; padding: 9px 12px; border-radius: 999px; color: #fff; background: rgba(6, 36, 87, .84); backdrop-filter: blur(8px); font-size: 12px; font-weight: 900; }
.product-card__body { padding: 22px; }
.product-card__body > p { color: var(--muted); line-height: 1.48; }
.marketplace-reviews {
  display: inline-flex;
  min-height: 42px;
  align-items: center;
  gap: 7px;
  margin: 0 0 18px;
  padding: 9px 13px;
  border: 1px solid #ffd596;
  border-radius: 14px;
  color: #8b5100;
  background: #fff8e9;
  font-size: 13px;
  font-weight: 900;
  line-height: 1.25;
  text-decoration: none;
  transition: transform .18s ease, border-color .18s ease, box-shadow .18s ease;
}
.marketplace-reviews:hover, .marketplace-reviews:focus-visible { transform: translateY(-1px); border-color: var(--orange); box-shadow: 0 8px 18px rgba(255,153,0,.16); outline: none; }
.marketplace-reviews > span:first-child { color: var(--orange); font-size: 17px; }
.marketplace-reviews--compact { min-height: 36px; margin: 2px 0 14px; padding: 7px 10px; font-size: 12px; }
.feature-list { display: flex; flex-wrap: wrap; gap: 8px; margin: 16px 0 20px; padding: 0; list-style: none; }
.feature-list li { padding: 8px 10px; border-radius: 999px; color: #1d4d87; background: #edf6ff; font-size: 12px; font-weight: 850; }
.product-card__footer { display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 14px; }
.price { color: var(--ink-deep); font-size: 28px; font-weight: 950; }
.price small { display: block; margin-top: 2px; color: var(--muted); font-size: 11px; font-weight: 750; }

.color-picker { display: flex; flex-wrap: wrap; gap: 9px; margin: 14px 0 18px; }
.color-button { display: inline-flex; min-height: 40px; align-items: center; gap: 8px; padding: 0 12px; border: 1px solid var(--line); border-radius: 13px; color: var(--ink); background: #fff; cursor: pointer; font-size: 13px; font-weight: 850; }
.color-button[aria-pressed="true"] { border-color: var(--blue); box-shadow: 0 0 0 3px rgba(18, 103, 236, .12); }
.color-dot { width: 17px; height: 17px; border: 2px solid #fff; border-radius: 50%; box-shadow: 0 0 0 1px rgba(29, 65, 112, .25); }
.color-dot--black { background: #111820; }
.color-dot--pink { background: #f781a9; }

.breadcrumbs { display: flex; flex-wrap: wrap; gap: 8px; padding: 20px 0 0; color: var(--muted); font-size: 12px; font-weight: 750; }
.breadcrumbs a { text-decoration: none; }
.breadcrumbs a:hover { color: var(--blue); }
.product-hero { padding: 22px 0 44px; }
.product-hero__grid { display: grid; gap: 26px; align-items: start; }
.product-gallery-shell { display: grid; gap: 12px; }
.product-gallery { overflow: hidden; border: 1px solid var(--line); border-radius: 30px; background: #fff; box-shadow: var(--shadow); }
.product-gallery > img { width: 100%; aspect-ratio: 3 / 4; object-fit: cover; transition: opacity .18s ease; }
.product-photo-thumbs { display: flex; gap: 10px; overflow-x: auto; padding: 2px 2px 8px; scrollbar-width: thin; scroll-snap-type: x proximity; }
.product-photo-thumb { flex: 0 0 70px; width: 70px; height: 92px; overflow: hidden; padding: 0; border: 1px solid var(--line); border-radius: 15px; background: #fff; cursor: pointer; scroll-snap-align: start; transition: border-color .18s ease, box-shadow .18s ease, transform .18s ease; }
.product-photo-thumb:hover, .product-photo-thumb:focus-visible { transform: translateY(-1px); border-color: var(--blue); outline: none; }
.product-photo-thumb[aria-pressed="true"] { border-color: var(--blue); box-shadow: 0 0 0 3px rgba(18, 103, 236, .14); }
.product-photo-thumb[hidden] { display: none; }
.product-photo-thumb img { width: 100%; height: 100%; object-fit: cover; }
.product-summary { padding: 22px; border: 1px solid var(--line); border-radius: 28px; background: rgba(255,255,255,.94); box-shadow: 0 18px 48px rgba(24,78,148,.10); }
.product-summary h1 { margin-bottom: 12px; font-size: clamp(36px, 9vw, 58px); }
.product-summary__lead { margin-bottom: 20px; color: var(--muted); font-size: 18px; line-height: 1.55; }
.highlights { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 10px; margin: 24px 0; }
.highlight { padding: 14px; border: 1px solid var(--line); border-radius: 18px; background: rgba(255,255,255,.82); }
.highlight strong, .highlight span { display: block; }
.highlight strong { color: var(--ink-deep); font-size: 17px; }
.highlight span { margin-top: 4px; color: var(--muted); font-size: 12px; line-height: 1.35; }

.content-grid { display: grid; gap: 28px; }
.content-card { padding: 22px; border: 1px solid var(--line); border-radius: 26px; background: #fff; box-shadow: 0 16px 45px rgba(24, 78, 148, .09); }
.content-card p { color: var(--muted); line-height: 1.65; }
.check-list { display: grid; gap: 11px; margin: 18px 0 0; padding: 0; list-style: none; }
.check-list li { position: relative; padding-left: 29px; line-height: 1.45; }
.check-list li::before { position: absolute; top: 1px; left: 0; display: grid; width: 20px; height: 20px; place-items: center; border-radius: 8px; color: #fff; background: var(--green); content: "✓"; font-size: 12px; font-weight: 950; }

.specs { width: 100%; border-collapse: collapse; }
.specs tr { border-bottom: 1px solid var(--line); }
.specs tr:last-child { border-bottom: 0; }
.specs th, .specs td { padding: 13px 4px; text-align: left; vertical-align: top; font-size: 14px; line-height: 1.4; }
.specs th { width: 48%; color: var(--muted); font-weight: 750; }
.specs td { color: var(--ink-deep); font-weight: 850; }

.checkout-section { padding: 54px 0 70px; }
.checkout { display: grid; gap: 28px; padding: 24px; border-radius: 30px; color: var(--ink); background: linear-gradient(145deg, #fff, #eef7ff); box-shadow: var(--shadow); }
.checkout-copy p { color: var(--muted); line-height: 1.55; }
.checkout-price { display: flex; align-items: baseline; gap: 10px; margin: 22px 0; }
.checkout-price strong { color: var(--ink-deep); font-size: 34px; }
.checkout-price span { color: var(--muted); font-size: 13px; }
.order-form { display: grid; gap: 14px; }
.field { display: grid; gap: 7px; }
.field label { color: var(--ink-deep); font-size: 13px; font-weight: 900; }
.field input, .field textarea { width: 100%; min-height: 50px; padding: 13px 14px; border: 1px solid #cbdff2; border-radius: 15px; color: var(--ink-deep); background: #fff; outline: none; }
.field textarea { min-height: 96px; resize: vertical; }
.field input:focus, .field textarea:focus { border-color: var(--blue); box-shadow: 0 0 0 3px rgba(18,103,236,.12); }
.field small { color: var(--muted); font-size: 11px; line-height: 1.4; }
.checkbox { display: grid; grid-template-columns: 22px 1fr; gap: 10px; align-items: start; color: var(--muted); font-size: 12px; line-height: 1.4; }
.checkbox input { width: 18px; height: 18px; margin: 1px 0 0; accent-color: var(--blue); }
.checkbox a { color: var(--blue); font-weight: 800; }
.form-status { min-height: 20px; margin: 0; color: var(--muted); font-size: 13px; line-height: 1.45; }
.form-status[data-state="error"] { color: #c52e47; }
.form-status[data-state="success"] { color: #188044; }
.honeypot { position: absolute !important; left: -9999px !important; }

.shop-footer { padding: 34px 0 max(34px, env(safe-area-inset-bottom)); color: var(--muted); background: #eaf4ff; }
.shop-footer__inner { display: grid; gap: 18px; }
.shop-footer img { width: 160px; border-radius: 13px; mix-blend-mode: multiply; }
.footer-links { display: flex; flex-wrap: wrap; gap: 14px 20px; }
.footer-links a { font-size: 12px; font-weight: 800; text-decoration: none; }
.shop-footer p { margin: 0; font-size: 11px; line-height: 1.55; }

.legal { padding: 30px 0 70px; }
.legal article { max-width: 820px; margin: 0 auto; padding: 24px; border: 1px solid var(--line); border-radius: 28px; background: #fff; box-shadow: var(--shadow); }
.legal h1 { font-size: clamp(34px, 8vw, 54px); }
.legal h2 { margin-top: 30px; font-size: 24px; }
.legal p, .legal li { color: #405c82; line-height: 1.65; }
.legal-note { padding: 14px 16px; border-radius: 16px; color: #7a4c00 !important; background: #fff5d9; font-weight: 800; }

.success-page { display: grid; min-height: 100vh; min-height: 100svh; place-items: center; padding: 26px; }
.success-card { width: min(560px, 100%); padding: 28px; border: 1px solid var(--line); border-radius: 30px; background: #fff; box-shadow: var(--shadow); text-align: center; }
.success-icon { display: grid; width: 76px; height: 76px; place-items: center; margin: 0 auto 20px; border-radius: 25px; color: #fff; background: linear-gradient(135deg, var(--green), #72d78f); font-size: 36px; font-weight: 950; }
.success-card h1 { font-size: clamp(34px, 9vw, 50px); }
.success-card p { color: var(--muted); line-height: 1.55; }

@media (min-width: 720px) {
  .container { width: min(1180px, calc(100% - 56px)); }
  .shop-nav { display: flex; }
  .hero { padding: 72px 0 42px; }
  .hero__grid { grid-template-columns: 1.05fr .95fr; gap: 46px; }
  .hero-collage { min-height: 500px; }
  .hero-watch { max-height: 430px; }
  .trust__grid { grid-template-columns: repeat(3, 1fr); }
  .catalog { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .catalog--single { grid-template-columns: minmax(0, 720px); justify-content: center; }
  .product-card__visual, .product-card__visual img { min-height: 500px; }
  .product-hero__grid { grid-template-columns: minmax(0, .96fr) minmax(0, 1.04fr); gap: 38px; }
  .product-gallery-shell { position: sticky; top: 92px; grid-template-columns: 78px minmax(0, 1fr); align-items: start; }
  .product-gallery { grid-column: 2; grid-row: 1; }
  .product-photo-thumbs { grid-column: 1; grid-row: 1; display: grid; max-height: calc(100svh - 120px); overflow-x: hidden; overflow-y: auto; padding: 3px 8px 3px 3px; scroll-snap-type: y proximity; }
  .product-photo-thumb { width: 66px; height: 88px; }
  .product-summary { padding: 30px; }
  .content-grid { grid-template-columns: repeat(2, minmax(0,1fr)); }
  .checkout { grid-template-columns: .82fr 1.18fr; padding: 38px; }
  .shop-footer__inner { grid-template-columns: 180px 1fr; align-items: start; }
}

@media (min-width: 1040px) {
  .product-card__body { padding: 28px; }
  .content-card { padding: 30px; }
  .highlights { grid-template-columns: repeat(4, minmax(0,1fr)); }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition-duration: .001ms !important; animation-duration: .001ms !important; }
}
