:root {
  --ink: #121212;
  --muted: #66645f;
  --paper: #f4f0e7;
  --card: #fffdf8;
  --line: #dcd5c8;
  --accent: #00d64f;
  --accent-dark: #009d3a;
  --danger: #b42318;
  --warning: #8a5a00;
  --success: #087a35;
  --radius: 24px;
  --shadow: 0 24px 70px rgba(28, 24, 17, 0.12);
}

* { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  margin: 0;
  color: var(--ink);
  background:
    radial-gradient(circle at 10% 0%, rgba(0, 214, 79, 0.11), transparent 28rem),
    var(--paper);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.45;
}

button, input { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }

.site-header {
  min-height: 76px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: min(1180px, calc(100% - 36px));
  margin: 0 auto;
}

.brand {
  color: var(--ink);
  text-decoration: none;
  font-weight: 950;
  letter-spacing: -0.05em;
  font-size: 1.25rem;
}

.drop-pill {
  border: 1px solid var(--ink);
  border-radius: 999px;
  padding: 7px 11px;
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.1em;
}

.page-shell {
  width: min(1180px, calc(100% - 36px));
  margin: 18px auto 72px;
  display: grid;
  gap: 24px;
}

.product-panel,
.form-card,
.order-card {
  background: var(--card);
  border: 1px solid rgba(18, 18, 18, 0.09);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}

.product-panel {
  display: grid;
  grid-template-columns: minmax(0, 1.06fr) minmax(320px, 0.94fr);
  overflow: hidden;
}

.product-visual {
  min-height: 520px;
  background: #171717;
  display: grid;
  place-items: center;
  overflow: hidden;
}

.product-visual img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.product-placeholder {
  width: 72%;
  aspect-ratio: 1 / 1;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  display: grid;
  place-items: center;
  position: relative;
  color: white;
  box-shadow: inset 0 0 90px rgba(0, 214, 79, 0.12);
}

.hat-mark {
  font-size: clamp(4rem, 10vw, 8rem);
  font-weight: 950;
  letter-spacing: -0.09em;
  transform: rotate(-8deg);
}

.limited-mark {
  position: absolute;
  bottom: 17%;
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.24em;
  color: var(--accent);
}

.product-copy {
  padding: clamp(34px, 6vw, 72px);
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.eyebrow {
  margin: 0 0 8px;
  color: var(--success);
  font-size: 0.74rem;
  font-weight: 950;
  letter-spacing: 0.16em;
}

h1, h2, p { margin-top: 0; }

h1 {
  margin-bottom: 8px;
  font-size: clamp(2.5rem, 6vw, 5.8rem);
  line-height: 0.92;
  letter-spacing: -0.075em;
}

h2 {
  margin-bottom: 9px;
  font-size: clamp(1.8rem, 4vw, 3rem);
  line-height: 1;
  letter-spacing: -0.055em;
}

.price {
  margin-bottom: 24px;
  font-size: 1.5rem;
  font-weight: 900;
}

.product-description,
.section-heading > p,
.status-help,
.support-text,
.privacy-note {
  color: var(--muted);
}

.process-strip {
  margin-top: 28px;
  display: grid;
  gap: 12px;
  font-size: 0.94rem;
}

.process-strip span {
  display: flex;
  align-items: center;
  gap: 11px;
}

.process-strip b {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: var(--ink);
  color: white;
  font-size: 0.75rem;
}

.form-card,
.order-card {
  padding: clamp(28px, 5vw, 58px);
}

.section-heading { margin-bottom: 30px; }

form { display: grid; gap: 18px; }

.form-grid { display: grid; gap: 16px; }
.two-column { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.address-row { grid-template-columns: minmax(0, 1.5fr) 100px 130px; }

label { display: grid; gap: 7px; }
label > span { font-size: 0.87rem; font-weight: 800; }
label small { color: var(--muted); font-weight: 500; }

input {
  width: 100%;
  min-height: 52px;
  border: 1px solid var(--line);
  border-radius: 13px;
  padding: 0 14px;
  color: var(--ink);
  background: white;
  outline: none;
  transition: border-color 130ms ease, box-shadow 130ms ease;
}

input:focus {
  border-color: var(--ink);
  box-shadow: 0 0 0 4px rgba(18, 18, 18, 0.08);
}

.confirmation-row {
  grid-template-columns: auto 1fr;
  align-items: center;
  gap: 10px;
}

.confirmation-row input {
  width: 19px;
  min-height: 19px;
  accent-color: var(--ink);
}

.honeypot {
  position: absolute !important;
  left: -10000px !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
}

.turnstile-wrap { min-height: 65px; }
.form-error { min-height: 1.2em; margin: 0; color: var(--danger); font-weight: 750; }

.primary-button,
.cash-button,
.secondary-button,
.copy-button,
.text-button {
  border: 0;
  cursor: pointer;
  text-decoration: none;
  text-align: center;
}

.primary-button,
.cash-button {
  min-height: 58px;
  border-radius: 14px;
  padding: 0 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-weight: 950;
  font-size: 1rem;
}

.primary-button {
  color: white;
  background: var(--ink);
}

.primary-button:disabled { cursor: wait; opacity: 0.6; }

.cash-button {
  margin-top: 22px;
  justify-content: center;
  color: #07180d;
  background: var(--accent);
  box-shadow: 0 15px 35px rgba(0, 214, 79, 0.24);
}

.cash-button:hover { background: #12e65e; }

.privacy-note { margin: 0; font-size: 0.78rem; }

.order-card { text-align: center; }
.success-icon {
  width: 64px;
  height: 64px;
  margin: 0 auto 18px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: var(--accent);
  font-size: 1.7rem;
  font-weight: 950;
}

.order-summary {
  margin: 30px 0 20px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border: 1px solid var(--line);
  border-radius: 16px;
  overflow: hidden;
}

.order-summary > div {
  padding: 20px 12px;
  display: grid;
  gap: 4px;
}

.order-summary > div + div { border-left: 1px solid var(--line); }
.order-summary span, .note-box span { color: var(--muted); font-size: 0.76rem; font-weight: 800; text-transform: uppercase; letter-spacing: 0.08em; }
.order-summary strong { font-size: 1.08rem; }

.status.pending { color: var(--warning); }
.status.paid { color: var(--success); }
.status.review { color: var(--danger); }

.note-box {
  max-width: 520px;
  margin: 0 auto;
  padding: 18px;
  border-radius: 16px;
  background: #f0ede6;
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  gap: 4px 16px;
  text-align: left;
}

.note-box span { grid-column: 1 / -1; }
.note-box strong { font-size: 1.65rem; letter-spacing: 0.03em; }
.copy-button { padding: 9px 12px; border-radius: 10px; background: white; color: var(--ink); font-weight: 850; }
.payment-warning { max-width: 620px; margin: 18px auto 0; color: var(--danger); font-size: 0.9rem; font-weight: 750; }

.secondary-button {
  width: 100%;
  min-height: 48px;
  margin-top: 12px;
  border: 1px solid var(--line);
  border-radius: 13px;
  background: white;
  color: var(--ink);
  font-weight: 850;
}

.status-help { margin: 13px 0 0; font-size: 0.84rem; }
.support-text { margin: 22px auto 0; max-width: 650px; }
.text-button { margin-top: 16px; color: var(--muted); background: transparent; text-decoration: underline; }

footer {
  width: min(1180px, calc(100% - 36px));
  margin: 0 auto 30px;
  display: flex;
  justify-content: space-between;
  gap: 20px;
  color: var(--muted);
  font-size: 0.76rem;
}

@media (max-width: 820px) {
  .product-panel { grid-template-columns: 1fr; }
  .product-visual { min-height: 360px; }
  .two-column, .address-row { grid-template-columns: 1fr; }
  .order-summary { grid-template-columns: 1fr; }
  .order-summary > div + div { border-left: 0; border-top: 1px solid var(--line); }
}

@media (max-width: 480px) {
  .site-header, .page-shell, footer { width: min(100% - 22px, 1180px); }
  .site-header { min-height: 64px; }
  .page-shell { margin-top: 8px; }
  .product-visual { min-height: 300px; }
  .form-card, .order-card { padding: 24px 18px; }
  .note-box { grid-template-columns: 1fr; text-align: center; }
  .copy-button { width: 100%; }
  footer { flex-direction: column; gap: 4px; }
}
