:root {
  --spc-cream: #F4EFE6;
  --spc-tiber: #0E3B3F;
  --spc-line: rgba(14, 59, 63, 0.18);
}

body,
.site,
.elementor,
#page,
.elementor-page,
.woocommerce-page,
.home {
  background: var(--spc-cream) !important;
  color: var(--spc-tiber) !important;
}

/* Knock out full-bleed photo heroes; type + cream carry the page */
.home .elementor-background-overlay,
.home .elementor-section .elementor-background-slideshow,
.home .elementor-motion-effects-layer {
  background-image: none !important;
  background-color: transparent !important;
  opacity: 0 !important;
}

.spc-page {
  font-family: Outfit, system-ui, sans-serif;
  color: var(--spc-tiber);
  width: min(1120px, calc(100% - 48px));
  margin: 0 auto;
}

.spc-hero {
  display: grid;
  grid-template-columns: 1fr minmax(220px, 340px);
  gap: 56px;
  align-items: center;
  padding: 56px 0 72px;
}

.spc-hero h1,
.spc-wall h1 {
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(48px, 8vw, 72px);
  font-weight: 500;
  line-height: 0.95;
  letter-spacing: -0.02em;
  color: var(--spc-tiber);
  margin: 0;
}

.spc-sub {
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 22px;
  margin: 16px 0 0;
  font-weight: 500;
}

.spc-btn {
  display: inline-block;
  margin-top: 36px;
  background: var(--spc-tiber);
  color: var(--spc-cream) !important;
  font-size: 12px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  padding: 16px 28px;
  font-weight: 500;
  border: 0;
  border-radius: 0;
  text-decoration: none !important;
}

.spc-btn-ghost {
  background: transparent;
  color: var(--spc-tiber) !important;
  border: 1px solid var(--spc-tiber);
}

.spc-frame {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 280px;
}

.spc-frame img,
.spc-mark {
  display: block;
  width: 100%;
  max-width: 420px;
  height: auto;
  object-fit: contain;
}

.spc-proof {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  border-top: 1px solid var(--spc-line);
  border-bottom: 1px solid var(--spc-line);
}

.spc-proof article {
  padding: 36px 32px;
}

.spc-proof article + article {
  border-left: 1px solid var(--spc-line);
}

.spc-proof h2 {
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 26px;
  font-weight: 500;
  margin: 0 0 10px;
}

.spc-proof p {
  font-size: 14px;
  line-height: 1.45;
  opacity: 0.85;
  margin: 0;
}

.spc-how {
  padding: 56px 0 64px;
  text-align: center;
}

.spc-kicker {
  font-size: 11px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  margin-bottom: 28px;
}

.spc-steps {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 8px;
  flex-wrap: wrap;
}

.spc-step { width: 220px; }

.spc-num {
  width: 28px;
  height: 28px;
  border: 1px solid var(--spc-tiber);
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  margin-bottom: 10px;
}

.spc-step h3 {
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 22px;
  font-weight: 500;
  margin: 0;
}

.spc-step p {
  font-size: 13px;
  margin-top: 6px;
  opacity: 0.85;
}

.spc-arrow {
  padding-top: 6px;
  opacity: 0.45;
  font-size: 18px;
}

.spc-wall {
  min-height: 60vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 64px 0;
}

.spc-wall h1 {
  font-size: clamp(32px, 5vw, 48px);
  line-height: 1.1;
}

.spc-actions {
  display: flex;
  gap: 12px;
  margin-top: 32px;
  flex-wrap: wrap;
  justify-content: center;
}

.spc-actions .spc-btn { margin-top: 0; }

/* Age Gate — cream screen, no white modal chrome */
.age-gate,
#age-gate,
.age-gate-wrapper,
.age-gate__wrapper,
.age-gate-border,
body.age-gate__unrestricted,
html.age-gate {
  background: var(--spc-cream) !important;
  color: var(--spc-tiber) !important;
}

.age-gate-wrapper,
.age-gate__wrapper {
  background: var(--spc-cream) !important;
}

.age-gate,
.age-gate-form,
.age-gate__challenge,
.age-gate-challenge,
.age-gate__content {
  background: transparent !important;
  box-shadow: none !important;
  border: 0 !important;
  color: var(--spc-tiber) !important;
}

.age-gate h1,
.age-gate h2,
.age-gate__heading,
.age-gate-heading,
.age-gate p,
.age-gate label {
  color: var(--spc-tiber) !important;
  font-family: "Cormorant Garamond", Georgia, serif !important;
}

.age-gate button,
.age-gate input[type="submit"],
.age-gate .age-gate__submit,
.age-gate-submit {
  background: var(--spc-tiber) !important;
  color: var(--spc-cream) !important;
  border: 0 !important;
  border-radius: 0 !important;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  padding: 16px 28px !important;
  font-family: Outfit, system-ui, sans-serif !important;
}

.age-gate img,
.age-gate__logo img,
.age-gate-logo img {
  max-width: 280px;
  height: auto;
  background: transparent !important;
}

a.button,
.elementor-button,
button.button,
.woocommerce a.button,
.woocommerce button.button {
  background: var(--spc-tiber) !important;
  color: var(--spc-cream) !important;
  border-radius: 0 !important;
}

@media (max-width: 800px) {
  .spc-hero,
  .spc-proof {
    grid-template-columns: 1fr;
  }
  .spc-proof article + article {
    border-left: 0;
    border-top: 1px solid var(--spc-line);
  }
  .spc-arrow { display: none; }
}

body.home .elementor-55 { display: none !important; }
.spc-legal { font-size: 12px; opacity: 0.7; margin-top: 28px; max-width: 640px; }
/* Mobile + cream-on-cream leftovers */
.elementor-98 .wpr-mobile-toggle-line,
.elementor-98 .wpr-mobile-toggle span,
.elementor-127 .wpr-mobile-toggle-line {
  background: #0E3B3F !important;
  background-color: #0E3B3F !important;
}
.gform_wrapper label,
.gform_wrapper legend,
.gform_wrapper .gfield_label,
.gform_wrapper .gfield_required,
.gform_wrapper .ginput_complex label,
.gform_wrapper .gfield_description,
body .gform_wrapper .gfield_label {
  color: #0E3B3F !important;
}
.page-id-56 a {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
}
@media (max-width: 800px) {
  .spc-hero { padding: 28px 0 36px; gap: 20px; }
  .spc-frame { min-height: 0; }
  .spc-frame img { max-width: 180px; }
  .spc-mark { max-width: 180px; margin-bottom: 12px; }
  .spc-wall { padding: 28px 0 48px; }
  .spc-wall h1 { position: relative; z-index: 1; background: var(--spc-cream); }
  .spc-hero h1 { font-size: 48px; }
}
