:root {
  --ink: #111318;
  --ink-2: #2A2F38;
  --muted: #5C6370;
  --line: #E7E2D9;
  --paper: #F7F4EE;
  --white: #FFFdf8;
  --card: #ffffff;
  --accent: #EE3A24;
  --accent-2: #c92c19;
  --navy: #0E1B2E;
  --gold: #C9A227;
  --ok: #1F7A4D;
  --shadow: 0 18px 50px rgba(17, 19, 24, .12);
  --radius: 18px;
  --max: 1180px;
  --header: 76px;
  --font: "Outfit", system-ui, sans-serif;
  --display: "Bebas Neue", "Anton", sans-serif;
}
*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: var(--font);
  color: var(--ink);
  background: var(--paper);
  line-height: 1.55;
  -webkit-font-smoothing: antialiased;
}
img, svg { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
.skip {
  position: absolute; left: -999px; top: 8px;
}
.skip:focus { left: 8px; background: #fff; padding: 8px 12px; z-index: 99; }
.wrap { width: min(var(--max), calc(100% - 40px)); margin-inline: auto; }
.kicker {
  letter-spacing: .18em;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 700;
  color: var(--accent);
  margin: 0 0 10px;
}
h1, h2, .display {
  font-family: var(--display);
  letter-spacing: .04em;
  line-height: .92;
  margin: 0;
  font-weight: 400;
}
h1 { font-size: clamp(56px, 9vw, 112px); }
h2 { font-size: clamp(36px, 5vw, 64px); }
h3 { margin: 0 0 8px; font-size: 20px; }
p { margin: 0 0 1em; color: var(--muted); }
.lede { font-size: 18px; max-width: 52ch; }

.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 8px;
  border: 0; cursor: pointer; border-radius: 999px;
  padding: 12px 22px; font-weight: 650; letter-spacing: .01em;
  transition: transform .15s ease, box-shadow .15s ease, background .15s ease;
}
.btn:hover { transform: translateY(-1px); }
.btn.lg { padding: 16px 28px; font-size: 16px; }
.btn.sm { padding: 8px 14px; font-size: 13px; }
.btn-primary { background: var(--accent); color: #fff; box-shadow: 0 10px 24px rgba(238,58,36,.28); }
.btn-primary:hover { background: var(--accent-2); }
.btn-dark { background: var(--ink); color: #fff; }
.btn-ghost { background: transparent; border: 1.5px solid var(--line); }
.btn-light { background: #fff; color: var(--ink); }
.btn-outline { background: transparent; color: #fff; border: 1.5px solid rgba(255,255,255,.4); }

/* promo */
.promo {
  background: var(--ink);
  color: #fff;
  overflow: hidden;
  font-size: 12px;
  letter-spacing: .12em;
  text-transform: uppercase;
  font-weight: 600;
}
.promo-track {
  display: flex; gap: 18px; width: max-content;
  animation: marquee 28s linear infinite;
  padding: 9px 0;
}
.promo i { opacity: .4; font-style: normal; }
@keyframes marquee { to { transform: translateX(-50%); } }

/* header */
.site-header {
  position: sticky; top: 0; z-index: 40;
  background: rgba(247,244,238,.88);
  backdrop-filter: blur(16px);
  border-bottom: 1px solid var(--line);
}
.header-inner {
  width: min(1280px, calc(100% - 32px));
  margin: auto;
  min-height: var(--header);
  display: flex; align-items: center; gap: 22px;
}
.logo { display: flex; align-items: center; gap: 10px; flex-shrink: 0; }
.logo-mark {
  width: 42px; height: 42px; border-radius: 12px;
  background: var(--ink); color: #fff;
  display: grid; place-items: center;
  font-family: var(--display); font-size: 22px; letter-spacing: .04em;
}
.logo-text { display: flex; flex-direction: column; line-height: 1; }
.logo-text strong { font-size: 15px; }
.logo-text em { font-style: normal; color: var(--accent); font-weight: 800; letter-spacing: .2em; font-size: 11px; }
.nav { display: flex; align-items: center; gap: 4px; margin-left: 12px; }
.nav-link {
  padding: 8px 12px; border-radius: 999px; font-weight: 600; font-size: 14.5px; color: var(--ink-2);
}
.nav-link:hover, .nav-link.is-active { background: #fff; color: var(--ink); }
.nav-drop { position: relative; }
.drop-panel {
  position: absolute; top: 100%; left: 0; min-width: 200px;
  background: #fff; border: 1px solid var(--line); border-radius: 14px;
  padding: 8px; display: none; box-shadow: var(--shadow);
}
.nav-drop:hover .drop-panel, .nav-drop:focus-within .drop-panel { display: grid; }
.drop-panel a { padding: 8px 12px; border-radius: 10px; font-size: 14px; }
.drop-panel a:hover { background: var(--paper); }
.header-actions { margin-left: auto; display: flex; align-items: center; gap: 10px; }
.account-link {
  font-weight: 700;
  font-size: 13.5px;
  white-space: nowrap;
  padding: 8px 4px;
}
.account-link.is-active { color: var(--accent); }
.phone-pill {
  display: inline-flex; align-items: center; gap: 6px;
  font-weight: 700; font-size: 13px;
}
.cart-btn { position: relative; display: grid; place-items: center; width: 42px; height: 42px; }
.cart-count {
  position: absolute; top: 2px; right: 2px;
  min-width: 18px; height: 18px; border-radius: 99px;
  background: var(--accent); color: #fff; font-size: 11px; font-weight: 700;
  display: grid; place-items: center; padding: 0 4px;
}
.nav-toggle { display: none; background: none; border: 0; width: 42px; height: 42px; }
.nav-toggle span { display: block; height: 2px; background: var(--ink); margin: 6px 8px; }
.mobile-nav {
  display: none; position: sticky; top: calc(var(--header) + 32px); z-index: 30;
  background: #fff; border-bottom: 1px solid var(--line);
  padding: 12px 20px 20px; flex-direction: column; gap: 8px;
}
.mobile-nav a { font-weight: 650; padding: 8px 0; }

/* hero */
.hero {
  display: grid;
  grid-template-columns: 1.05fr .95fr;
  gap: 40px;
  align-items: center;
  padding: 48px 0 28px;
}
.hero-copy .badge-row { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 18px; }
.pill {
  display: inline-flex; align-items: center; gap: 6px;
  background: #fff; border: 1px solid var(--line);
  border-radius: 999px; padding: 6px 12px; font-size: 12px; font-weight: 700;
}
.hero h1 span { color: var(--accent); }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin: 22px 0; }
.stat-row { display: flex; gap: 28px; margin-top: 12px; }
.stat b { display: block; font-size: 28px; font-family: var(--display); letter-spacing: .04em; color: var(--ink); }
.stat span { font-size: 12px; color: var(--muted); text-transform: uppercase; letter-spacing: .12em; font-weight: 700; }
.hero-stage {
  background: #ddd7cd;
  border-radius: 32px; min-height: 520px; position: relative; overflow: hidden;
  box-shadow: var(--shadow);
  display: grid; place-items: center;
}
.hero-stage .mock-photo { width: 78%; background: transparent; }
.hero-stage .shirt-visible { width: 100%; display: block; }
.hero-float {
  position: absolute; background: #fff; color: var(--ink);
  border-radius: 16px; padding: 12px 14px; box-shadow: var(--shadow); font-size: 13px; font-weight: 650;
}
.hero-float.a { left: 18px; top: 48px; }
.hero-float.b { right: 18px; bottom: 88px; }
.hero-float.c { left: 28px; bottom: 36px; }
.hero-float small { display: block; color: var(--muted); font-weight: 500; }

/* sections */
.section { padding: 72px 0; }
.section-head { display: flex; justify-content: space-between; align-items: end; gap: 24px; margin-bottom: 32px; }
.section-head p { margin: 0; }

.product-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
}
.product-card {
  background: var(--card);
  border: 1px solid var(--line);
  border-radius: 22px;
  padding: 16px 16px 18px;
  display: flex; flex-direction: column;
  transition: transform .18s ease, box-shadow .18s ease;
}
.product-card:hover { transform: translateY(-4px); box-shadow: var(--shadow); }
.product-visual {
  background: linear-gradient(180deg, #efeae2, #f7f4ee);
  border-radius: 16px; min-height: 210px;
  display: grid; place-items: center; position: relative; margin-bottom: 14px;
  overflow: hidden;
}
.product-visual .mock-photo { width: 100%; background: transparent; }
.product-visual .shirt-visible { width: 100%; max-height: 260px; object-fit: contain; }
.product-visual .garment { width: 70%; max-height: 200px; }
.badge {
  position: absolute; top: 12px; left: 12px;
  background: var(--ink); color: #fff; font-size: 11px; font-weight: 700;
  padding: 4px 8px; border-radius: 999px; letter-spacing: .06em; text-transform: uppercase;
}
.price { font-weight: 800; }
.price s { color: var(--muted); font-weight: 500; margin-left: 6px; }
.card-actions { display: flex; gap: 8px; margin-top: auto; padding-top: 12px; }
.card-actions .btn { flex: 1; }

.cat-tabs { display: flex; gap: 8px; flex-wrap: wrap; margin-bottom: 22px; }
.cat-tabs a, .chip {
  border: 1px solid var(--line); background: #fff; border-radius: 999px;
  padding: 8px 14px; font-weight: 650; font-size: 14px;
}
.cat-tabs a.is-active, .chip.is-active { background: var(--ink); color: #fff; border-color: var(--ink); }

.how-grid, .svc-grid, .review-grid, .event-grid {
  display: grid; gap: 16px;
}
.how-grid { grid-template-columns: repeat(4, 1fr); }
.glass, .svc-card, .review-card, .event-card, .faq-item, .info-card {
  background: #fff; border: 1px solid var(--line); border-radius: 22px; padding: 22px;
}
.step-n {
  font-family: var(--display); font-size: 42px; color: var(--accent); letter-spacing: .04em;
}
.svc-grid { grid-template-columns: repeat(5, 1fr); }
.svc-card { min-height: 100%; }
.svc-card .meta { display: flex; justify-content: space-between; font-size: 12px; font-weight: 700; color: var(--muted); text-transform: uppercase; letter-spacing: .08em; margin-bottom: 10px; }
.svc-card ul { margin: 12px 0 0; padding: 0 0 0 16px; color: var(--muted); font-size: 14px; }

.why {
  background: var(--navy); color: #fff; border-radius: 32px; padding: 48px;
  display: grid; grid-template-columns: 1.2fr .8fr; gap: 32px; align-items: center;
}
.why p, .why li { color: rgba(255,255,255,.78); }
.why h2 { color: #fff; }
.why ul { padding: 0; list-style: none; display: grid; gap: 8px; }
.why li::before { content: "✓  "; color: #7dffb3; font-weight: 800; }

.review-grid { grid-template-columns: repeat(3, 1fr); }
.stars { color: var(--gold); letter-spacing: 2px; margin-bottom: 10px; }
.review-card p { color: var(--ink-2); font-size: 16px; }
.review-card footer { display: flex; justify-content: space-between; gap: 12px; font-size: 13px; color: var(--muted); margin-top: 16px; }

.faq-list { display: grid; gap: 10px; }
.faq-item details { cursor: pointer; }
.faq-item summary { font-weight: 700; list-style: none; display: flex; justify-content: space-between; gap: 12px; }
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary::after { content: "+"; color: var(--accent); font-size: 22px; }
.faq-item details[open] summary::after { content: "–"; }
.faq-item p { margin: 12px 0 0; }

.event-grid { grid-template-columns: repeat(4, 1fr); }

/* designer */
.studio {
  display: grid;
  grid-template-columns: 300px 1fr 320px;
  min-height: calc(100vh - 76px);
  background: #ece7de;
}
.studio-pane {
  background: #fff;
  border-right: 1px solid var(--line);
  display: flex; flex-direction: column;
  min-height: 0;
}
.studio-pane.right { border-right: 0; border-left: 1px solid var(--line); }
.pane-tabs {
  display: grid; grid-template-columns: repeat(5, 1fr);
  border-bottom: 1px solid var(--line);
}
.pane-tabs.tabs-6 { grid-template-columns: repeat(6, 1fr); }
.pane-tabs button {
  background: none; border: 0; padding: 12px 4px; font-size: 10px; font-weight: 700;
  letter-spacing: .04em; text-transform: uppercase; color: var(--muted); cursor: pointer;
}
.pane-tabs button.is-on { color: var(--ink); box-shadow: inset 0 -2px 0 var(--accent); background: var(--paper); }
.pane-body { padding: 16px; overflow: auto; flex: 1; }
.field { margin-bottom: 14px; }
.field label { display: block; font-size: 12px; font-weight: 700; text-transform: uppercase; letter-spacing: .08em; margin-bottom: 6px; color: var(--muted); }
.field input[type="text"], .field input[type="email"], .field input[type="tel"], .field input[type="number"],
.field input[type="date"], .field textarea, .field select {
  width: 100%; border: 1px solid var(--line); border-radius: 12px; padding: 10px 12px; background: var(--paper);
}
.swatches { display: flex; flex-wrap: wrap; gap: 8px; }
.swatch {
  width: 32px; height: 32px; border-radius: 50%; border: 2px solid #fff;
  box-shadow: 0 0 0 1px #ccc; cursor: pointer;
}
.swatch.is-on { box-shadow: 0 0 0 2px var(--ink); }
.font-list { display: grid; gap: 6px; }
.font-list button {
  text-align: left; background: var(--paper); border: 1px solid var(--line);
  border-radius: 10px; padding: 8px 10px; cursor: pointer;
}
.font-list button.is-on { border-color: var(--ink); background: #fff; }
.clip-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 8px; }
.clip-btn {
  aspect-ratio: 1; border: 1px solid var(--line); border-radius: 12px; background: var(--paper); cursor: pointer;
  display: grid; place-items: center;
}
.clip-btn svg { width: 28px; height: 28px; }
.dropzone {
  border: 1.5px dashed #c9c2b6; border-radius: 16px; padding: 22px; text-align: center; background: var(--paper); cursor: pointer;
}
.dropzone-lg { padding: 36px 18px; min-height: 160px; display: grid; place-content: center; gap: 6px; }
.dropzone.drag { background: #fff3ef; border-color: var(--accent); }
.photo-fields { display: grid; gap: 8px; margin-bottom: 12px; }
.photo-field {
  display: grid; grid-template-columns: 64px 1fr auto; gap: 10px; align-items: center;
  border: 1px solid var(--line); border-radius: 14px; padding: 8px; background: var(--paper);
}
.photo-field img { width: 64px; height: 64px; object-fit: cover; border-radius: 10px; background: #fff; }
.photo-field strong { display: block; font-size: 13px; }
.photo-field .hint { margin: 0; }
.tpl-list { display: grid; gap: 8px; }
.tpl {
  display: flex; justify-content: space-between; align-items: center;
  border: 1px solid var(--line); border-radius: 12px; padding: 10px 12px; cursor: pointer; background: var(--paper);
}
.tpl:hover { background: #fff; }

.studio-stage {
  display: flex; flex-direction: column; min-width: 0;
  background:
    radial-gradient(circle at 50% 30%, rgba(255,255,255,.65), transparent 42%),
    #ece7de;
}
.stage-toolbar {
  display: flex; justify-content: space-between; align-items: center;
  padding: 10px 16px; gap: 8px; flex-wrap: wrap;
}
.view-toggle { display: flex; background: #fff; border-radius: 999px; padding: 4px; border: 1px solid var(--line); }
.view-toggle button { border: 0; background: none; padding: 8px 16px; border-radius: 999px; cursor: pointer; font-weight: 700; }
.view-toggle button.is-on { background: var(--ink); color: #fff; }
.mock-wrap {
  flex: 1; display: grid; place-items: center; padding: 12px;
}
.mock {
  width: min(420px, 92%);
  position: relative;
  filter: drop-shadow(0 24px 40px rgba(0,0,0,.18));
}
.mock-photo {
  position: relative;
  border-radius: 8px;
  overflow: visible;
  background: transparent;
  isolation: isolate;
}
.mock-photo .shirt-visible {
  width: 100%;
  height: auto;
  display: block;
  position: relative;
  z-index: 1;
  pointer-events: none;
}
.mock-photo .shirt-tint {
  position: absolute;
  inset: 0;
  z-index: 2;
  pointer-events: none;
  mix-blend-mode: multiply;
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
}
.is-dim { opacity: .55; }
.print-area {
  position: absolute;
  left: 22%; top: 16%;
  width: 56%; height: 58%;
  border: 1.5px dashed rgba(17, 19, 24, .22);
  overflow: hidden;
  z-index: 3;
}
.mock.is-hoodie .print-area,
.mock.is-crew .print-area { left: 24%; top: 20%; width: 52%; height: 48%; }
.mock.is-longsleeve .print-area { left: 24%; top: 16%; width: 52%; height: 56%; }
.mock.show-guides .print-area { border-color: rgba(238,58,36,.7); background: rgba(238,58,36,.04); }
.layer {
  position: absolute; left: 50%; top: 40%;
  transform: translate(-50%, -50%);
  cursor: move; user-select: none; max-width: 100%;
  outline: 1px dashed transparent;
  touch-action: none;
}
.layer.is-sel { outline: 1px dashed var(--accent); }
.layer img { max-width: none; width: 100%; pointer-events: none; display: block; }
.layer.is-image { width: 88%; }
.layer-x {
  position: absolute; top: -10px; left: -10px;
  width: 22px; height: 22px; border-radius: 50%;
  background: var(--ink); color: #fff; border: 0;
  font-size: 16px; line-height: 1; cursor: pointer;
  display: none; z-index: 4;
}
.layer.is-sel .layer-x, .layer:hover .layer-x { display: grid; place-items: center; }
.layer .txt {
  white-space: pre; line-height: .95; text-align: center;
  font-size: 28px; color: #111; pointer-events: none;
}
.layer .txt.msg {
  white-space: pre-wrap;
  max-width: 150px;
  line-height: 1.15;
  font-weight: 500;
}
.price-chip {
  display: inline-block;
  background: #fff3ef;
  color: var(--accent);
  font-weight: 800;
  font-size: 12px;
  padding: 4px 10px;
  border-radius: 999px;
  margin: 0 0 12px;
}
.svc-picks { display: grid; grid-template-columns: 1fr 1fr; gap: 6px; margin-bottom: 8px; }
.svc-picks button {
  border: 1px solid var(--line);
  background: var(--paper);
  border-radius: 10px;
  padding: 8px 6px;
  font-size: 11px;
  font-weight: 700;
  cursor: pointer;
}
.svc-picks button.is-on { background: var(--ink); color: #fff; border-color: var(--ink); }
.fee-list { margin-bottom: 10px; padding-bottom: 8px; border-bottom: 1px dashed var(--line); }
.handle {
  position: absolute; width: 12px; height: 12px; background: #fff;
  border: 2px solid var(--accent); border-radius: 50%;
  right: -6px; bottom: -6px; cursor: nwse-resize;
}

.size-grid { display: grid; grid-template-columns: 1fr 88px; gap: 8px; align-items: center; }
.size-grid input { width: 100%; }
.summary-row { display: flex; justify-content: space-between; margin: 6px 0; font-size: 14px; }
.summary-total { font-size: 22px; font-weight: 800; display: flex; justify-content: space-between; margin: 12px 0; }
.hint { font-size: 12px; color: var(--muted); }

/* forms / pages */
.page-hero { padding: 48px 0 12px; }
.split { display: grid; grid-template-columns: 1.1fr .9fr; gap: 32px; }
.form-card { background: #fff; border: 1px solid var(--line); border-radius: 24px; padding: 28px; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.alert {
  padding: 12px 14px; border-radius: 12px; background: #e8f6ee; color: var(--ok); font-weight: 650; margin-bottom: 16px;
}
.alert.err { background: #fdecea; color: var(--accent); }
.cart-table { width: 100%; border-collapse: collapse; background: #fff; border-radius: 18px; overflow: hidden; }
.cart-table th, .cart-table td { padding: 14px; border-bottom: 1px solid var(--line); text-align: left; vertical-align: middle; }
.cart-mini { width: 64px; background: var(--paper); border-radius: 10px; }
.empty { text-align: center; padding: 80px 20px; }

.site-footer { margin-top: 40px; }
.footer-cta { background: var(--ink); color: #fff; }
.footer-cta-inner { display: flex; justify-content: space-between; gap: 24px; align-items: center; padding: 48px 0; }
.footer-cta h2 { color: #fff; max-width: 14ch; }
.footer-cta-actions { display: flex; gap: 10px; flex-wrap: wrap; }
.footer-grid {
  display: grid; grid-template-columns: 1.4fr .7fr .7fr 1fr; gap: 32px; padding: 48px 0 24px;
}
.footer-brand p { max-width: 40ch; }
.site-footer h3 { font-size: 13px; letter-spacing: .14em; text-transform: uppercase; }
.site-footer ul { list-style: none; padding: 0; margin: 0; display: grid; gap: 8px; }
.site-footer a:hover { color: var(--accent); }
.footer-cities { font-size: 13px; color: var(--muted); padding-bottom: 18px; border-bottom: 1px solid var(--line); }
.footer-bottom { display: flex; justify-content: space-between; gap: 16px; padding: 18px 0 32px; font-size: 13px; color: var(--muted); }
.pay-marks { display: flex; gap: 8px; flex-wrap: wrap; }
.pay-marks span { border: 1px solid var(--line); border-radius: 6px; padding: 4px 8px; font-size: 11px; font-weight: 700; }
.checkout-steps {
  display: flex; gap: 18px; list-style: none; padding: 0; margin: 12px 0 0; flex-wrap: wrap;
  color: var(--muted); font-weight: 700; font-size: 12px; letter-spacing: .1em; text-transform: uppercase;
}
.checkout-steps .is-on { color: var(--accent); }
.checkout-steps .is-done { color: var(--ink); }
.step-actions { display: flex; justify-content: space-between; gap: 12px; flex-wrap: wrap; margin-top: 22px; }
.review-block { border: 1px solid var(--line); border-radius: 16px; padding: 14px 16px; margin-bottom: 16px; }
.pay-options { display: grid; gap: 8px; margin: 8px 0 16px; }
.pay-option {
  display: flex; gap: 12px; align-items: flex-start;
  border: 1px solid var(--line); border-radius: 16px; padding: 14px 16px; cursor: pointer;
}
.pay-option input { margin-top: 4px; }
.pay-option strong { display: block; }
.pay-option em { display: block; font-style: normal; color: var(--muted); font-size: 13px; font-weight: 500; margin-top: 4px; }
.pay-option:has(input:checked) { border-color: var(--ink); background: var(--paper); }
.pay-tiles { display: grid; gap: 10px; margin: 8px 0 18px; }
.pay-tile {
  display: grid; grid-template-columns: 40px 1fr; gap: 12px; align-items: center;
  border: 1.5px solid var(--line); border-radius: 18px; padding: 16px 16px 16px 14px;
  cursor: pointer; background: #fff; position: relative;
}
.pay-tile input { position: absolute; opacity: 0; pointer-events: none; }
.pay-tile-mark { display: grid; place-items: center; }
.pay-tile strong { display: block; font-size: 16px; }
.pay-tile em { display: block; font-style: normal; color: var(--muted); font-size: 13px; margin-top: 3px; }
.pay-tile:has(input:checked) {
  border-color: var(--ink); box-shadow: 0 0 0 3px rgba(14, 27, 46, .12);
}
.card-pay { margin-bottom: 8px; }
.cc-visual {
  background: linear-gradient(145deg, #15233a 0%, #0E1B2E 55%, #1a2740 100%);
  color: #fff; border-radius: 20px; padding: 22px 22px 18px;
  min-height: 190px; display: flex; flex-direction: column; justify-content: space-between;
  box-shadow: 0 22px 40px rgba(14, 27, 46, .28); margin-bottom: 18px;
  position: relative; overflow: hidden;
}
.cc-visual::after {
  content: ""; position: absolute; right: -40px; top: -50px; width: 160px; height: 160px;
  border-radius: 50%; background: rgba(201, 162, 39, .16);
}
.cc-top, .cc-bottom { display: flex; justify-content: space-between; align-items: flex-end; position: relative; z-index: 1; }
.cc-chip {
  width: 42px; height: 32px; border-radius: 6px;
  background: linear-gradient(135deg, #e8d48b, #c9a227 45%, #8d7012);
}
.cc-brand { font-weight: 800; letter-spacing: .14em; font-size: 13px; color: #f3e6b4; }
.cc-number {
  font-family: "Courier Prime", ui-monospace, monospace;
  font-size: clamp(18px, 3vw, 24px); letter-spacing: .12em; position: relative; z-index: 1;
}
.cc-bottom small { display: block; font-size: 10px; letter-spacing: .14em; text-transform: uppercase; color: rgba(255,255,255,.55); }
.cc-bottom span { font-weight: 700; font-size: 13px; letter-spacing: .04em; }
.cc-visual[data-brand="visa"] .cc-brand { color: #7eb6ff; }
.cc-visual[data-brand="mastercard"] .cc-brand { color: #ffb4a8; }
.cc-visual[data-brand="amex"] .cc-brand { color: #9ee0c8; }
.cc-visual[data-brand="discover"] .cc-brand { color: #ffd39a; }
.cc-fields .cc-box {
  border: 1.5px solid var(--line); border-radius: 14px; padding: 12px 14px; background: #fff; min-height: 48px;
}
.cc-fields .cc-box:focus-within { border-color: var(--ink); box-shadow: 0 0 0 3px rgba(14, 27, 46, .08); }
.cc-fields .cc-box input {
  border: 0; outline: 0; width: 100%; background: transparent; padding: 0; letter-spacing: .04em;
}
.agree { display: flex; gap: 10px; align-items: flex-start; margin: 16px 0; font-size: 14px; line-height: 1.4; }
.agree input { margin-top: 3px; }
.checkout-summary .pay-marks { margin-top: 16px; }

.color-row { display: flex; gap: 6px; margin: 8px 0; }
.dot { width: 14px; height: 14px; border-radius: 50%; box-shadow: 0 0 0 1px #ddd; }

@media (max-width: 1100px) {
  .product-grid { grid-template-columns: repeat(3, 1fr); }
  .svc-grid { grid-template-columns: repeat(2, 1fr); }
  .how-grid, .event-grid { grid-template-columns: repeat(2, 1fr); }
  .studio { grid-template-columns: 1fr; }
  .studio-stage { order: -1; min-height: 56vh; }
  .studio-pane { border: 0; border-bottom: 1px solid var(--line); max-height: none; }
  .studio-pane.right { border-left: 0; }
  .phone-pill, .header-actions .btn-ghost { display: none; }
}
@media (max-width: 820px) {
  .nav { display: none; }
  .nav-toggle { display: block; }
  .mobile-nav.is-open { display: flex; }
  .hero, .why, .split, .footer-cta-inner, .footer-grid, .section-head { grid-template-columns: 1fr; display: grid; }
  .product-grid, .review-grid { grid-template-columns: 1fr 1fr; }
  .form-row { grid-template-columns: 1fr; }
  h1 { font-size: 52px; }
  .hero-stage { min-height: 380px; }
}
@media (max-width: 560px) {
  .product-grid, .review-grid, .how-grid, .event-grid, .svc-grid { grid-template-columns: 1fr; }
  .footer-bottom { flex-direction: column; }
}
body.is-studio .site-footer, body.is-studio .promo { display: none; }
body.is-studio main { padding: 0; }
body.is-studio { background: #ece7de; }
