/* === Base === */
:root {
  --navy: #0d1b2a;
  --navy-light: #1b2a3e;
  --cream: #f6f1e7;
  --cream-dark: #ebe3d2;
  --gold: #b08b3e;
  --gold-light: #c9a35d;
  --charcoal: #1a1a1a;
  --muted: #6b6358;
  --border: #d8cdb6;
}

* { box-sizing: border-box; margin: 0; padding: 0; }

html { scroll-behavior: smooth; }

body {
  font-family: 'Karla', -apple-system, sans-serif;
  background: var(--cream);
  color: var(--charcoal);
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}

[lang="he"], .hebrew, .he, .heb-inline {
  font-family: 'Frank Ruhl Libre', serif;
}

[lang="he"], .hebrew {
  direction: rtl;
}

.heb-inline {
  font-weight: 600;
  color: var(--navy);
}

h1, h2, h3, h4 {
  font-family: 'Cormorant Garamond', serif;
  font-weight: 500;
  letter-spacing: 0.01em;
  line-height: 1.15;
}

a { color: inherit; text-decoration: none; }

/* === Top bar === */
.topbar {
  background: var(--navy);
  color: var(--cream);
  font-size: 12px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  text-align: center;
  padding: 10px 16px;
  font-weight: 600;
}

.topbar span {
  margin: 0 14px;
  opacity: 0.9;
}

/* === Header === */
.header {
  background: var(--cream);
  border-bottom: 1px solid var(--border);
  padding: 12px 0;
  position: sticky;
  top: 0;
  z-index: 100;
}

.header-inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 32px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.logo {
  display: flex;
  align-items: center;
  gap: 0;
}

.logo-seal {
  width: 140px;
  height: 140px;
  object-fit: contain;
  display: block;
}

.logo-text {
  display: flex;
  flex-direction: column;
}

.logo-text .he {
  font-family: 'Frank Ruhl Libre', serif;
  font-size: 22px;
  color: var(--navy);
  line-height: 1;
  font-weight: 500;
}

.logo-text .en {
  font-family: 'Cormorant Garamond', serif;
  font-size: 13px;
  letter-spacing: 0.32em;
  color: var(--gold);
  text-transform: uppercase;
  margin-top: 4px;
  font-weight: 600;
}

.nav {
  display: flex;
  gap: 36px;
  font-size: 13px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  font-weight: 600;
}

.nav a {
  color: var(--navy);
  transition: color 0.2s;
}

.nav a:hover { color: var(--gold); }

.nav-cta {
  background: var(--navy);
  color: var(--cream) !important;
  padding: 10px 22px;
  letter-spacing: 0.16em;
  transition: background 0.2s;
}

.nav-cta:hover { background: var(--gold); }

/* === Hero === */
.hero {
  background: var(--cream);
  padding: 80px 32px 60px;
  position: relative;
  overflow: hidden;
}

.hero::before {
  content: '';
  position: absolute;
  top: -200px;
  right: -200px;
  width: 600px;
  height: 600px;
  background: radial-gradient(circle, rgba(176, 139, 62, 0.08) 0%, transparent 70%);
  pointer-events: none;
}

.hero-inner {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: center;
  position: relative;
}

.hero-text .eyebrow {
  font-size: 12px;
  letter-spacing: 0.32em;
  text-transform: uppercase;
  color: var(--gold);
  font-weight: 700;
  margin-bottom: 20px;
}

.hero-text h1 {
  font-size: clamp(48px, 6vw, 76px);
  color: var(--navy);
  margin-bottom: 28px;
}

.hero-text h1 .accent {
  font-style: italic;
  color: var(--gold);
}

.hero-text .lede {
  font-size: 17px;
  color: var(--muted);
  margin-bottom: 36px;
  max-width: 480px;
}

.hero-meta {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  padding: 24px 0;
  margin-bottom: 36px;
  border-top: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
}

.hero-meta-item .label {
  font-size: 11px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--muted);
  margin-bottom: 6px;
}

.hero-meta-item .value {
  font-family: 'Cormorant Garamond', serif;
  font-size: 24px;
  color: var(--navy);
  font-weight: 600;
}

.hero-actions {
  display: flex;
  gap: 16px;
  align-items: center;
}

.btn-primary {
  background: var(--navy);
  color: var(--cream);
  padding: 18px 38px;
  font-size: 13px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  font-weight: 700;
  border: none;
  cursor: pointer;
  transition: all 0.25s;
  display: inline-block;
  font-family: inherit;
}

.btn-primary:hover {
  background: var(--gold);
  transform: translateY(-1px);
}

.btn-ghost {
  color: var(--navy);
  padding: 18px 24px;
  font-size: 13px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  font-weight: 700;
  border-bottom: 1.5px solid var(--navy);
  transition: color 0.2s;
}

.btn-ghost:hover { color: var(--gold); border-color: var(--gold); }

.hero-watch {
  position: relative;
  text-align: center;
}

.hero-watch img {
  max-width: 100%;
  height: auto;
  filter: drop-shadow(0 30px 60px rgba(2, 70, 82, 0.18));
}

.hero-watch-label {
  position: absolute;
  top: 20px;
  left: -10px;
  background: var(--navy);
  color: var(--cream);
  padding: 12px 20px;
  font-size: 11px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  font-weight: 700;
  z-index: 2;
}

/* === Section base === */
.section {
  padding: 100px 32px;
}

.section-inner {
  max-width: 1200px;
  margin: 0 auto;
}

.section-eyebrow {
  font-size: 12px;
  letter-spacing: 0.32em;
  text-transform: uppercase;
  color: var(--gold);
  font-weight: 700;
  margin-bottom: 16px;
  text-align: center;
}

.section-title {
  font-size: clamp(36px, 4vw, 52px);
  color: var(--navy);
  text-align: center;
  margin-bottom: 24px;
}

.section-lede {
  font-size: 18px;
  color: var(--muted);
  max-width: 680px;
  margin: 0 auto 60px;
  text-align: center;
  line-height: 1.7;
}

/* === About === */
.about {
  background: var(--navy);
  color: var(--cream);
}

.about .section-eyebrow { color: var(--gold-light); }
.about .section-title { color: var(--cream); }
.about .section-lede { color: rgba(246, 241, 231, 0.75); }

.about-pillars {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 48px;
  margin-top: 60px;
}

.pillar {
  text-align: center;
  padding: 0 16px;
}

.pillar-icon {
  width: 56px;
  height: 56px;
  margin: 0 auto 24px;
  color: var(--gold-light);
}

.pillar h3 {
  font-size: 24px;
  margin-bottom: 14px;
  color: var(--cream);
}

.pillar p {
  color: rgba(246, 241, 231, 0.7);
  font-size: 15px;
  line-height: 1.7;
}

/* === Packages === */
.packages {
  background: var(--cream);
}

.package-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  margin-top: 20px;
}

.package {
  background: white;
  border: 1px solid var(--border);
  padding: 40px 32px;
  text-align: center;
  position: relative;
  transition: all 0.25s;
}

.package:hover {
  border-color: var(--gold);
  transform: translateY(-4px);
  box-shadow: 0 20px 40px rgba(13, 27, 42, 0.08);
}

.package.featured {
  background: var(--navy);
  color: var(--cream);
  border-color: var(--navy);
}

.package.featured .pkg-name { color: var(--gold-light); }
.package.featured .pkg-price { color: var(--cream); }
.package.featured .pkg-detail { color: rgba(246, 241, 231, 0.75); }

.pkg-badge {
  position: absolute;
  top: -12px;
  left: 50%;
  transform: translateX(-50%);
  background: var(--gold);
  color: var(--navy);
  font-size: 10px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  font-weight: 700;
  padding: 6px 14px;
}

.pkg-name {
  font-size: 12px;
  letter-spacing: 0.32em;
  text-transform: uppercase;
  color: var(--gold);
  font-weight: 700;
  margin-bottom: 16px;
}

.pkg-price {
  font-family: 'Cormorant Garamond', serif;
  font-size: 56px;
  font-weight: 500;
  color: var(--navy);
  line-height: 1;
  margin-bottom: 6px;
}

.pkg-price .currency {
  font-size: 28px;
  vertical-align: top;
  margin-right: 4px;
}

.pkg-detail {
  font-size: 14px;
  color: var(--muted);
  margin-bottom: 28px;
}

.pkg-features {
  list-style: none;
  text-align: left;
  margin-bottom: 32px;
}

.pkg-features li {
  font-size: 14px;
  padding: 10px 0;
  border-top: 1px solid var(--border);
  display: flex;
  align-items: center;
  gap: 12px;
}

.package.featured .pkg-features li {
  border-color: rgba(246, 241, 231, 0.15);
}

.pkg-features li::before {
  content: '';
  width: 5px;
  height: 5px;
  background: var(--gold);
  border-radius: 50%;
  flex-shrink: 0;
}

.pkg-btn {
  display: block;
  width: 100%;
  padding: 16px;
  background: transparent;
  border: 1.5px solid var(--navy);
  color: var(--navy);
  font-size: 12px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  font-weight: 700;
  cursor: pointer;
  transition: all 0.2s;
  font-family: inherit;
}

.pkg-btn:hover {
  background: var(--navy);
  color: var(--cream);
}

.package.featured .pkg-btn {
  border-color: var(--gold);
  color: var(--gold-light);
}

.package.featured .pkg-btn:hover {
  background: var(--gold);
  color: var(--navy);
}

/* === Watch detail === */
.watch-detail {
  background: var(--cream-dark);
  padding: 100px 32px;
}

.watch-detail-inner {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: center;
}

.watch-detail h2 {
  font-size: clamp(36px, 4vw, 52px);
  color: var(--navy);
  margin-bottom: 24px;
}

.watch-detail .model {
  font-size: 13px;
  letter-spacing: 0.32em;
  text-transform: uppercase;
  color: var(--gold);
  font-weight: 700;
  margin-bottom: 16px;
}

.watch-detail p {
  color: var(--muted);
  margin-bottom: 28px;
  font-size: 16px;
}

.watch-specs {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  margin-top: 32px;
  padding-top: 32px;
  border-top: 1px solid var(--border);
}

.spec .label {
  font-size: 11px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--muted);
  margin-bottom: 4px;
}

.spec .value {
  font-family: 'Cormorant Garamond', serif;
  font-size: 18px;
  color: var(--navy);
  font-weight: 600;
}

/* === Footer === */
.footer {
  background: var(--navy);
  color: var(--cream);
  padding: 60px 32px 30px;
}

.footer-inner {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1fr;
  gap: 48px;
  margin-bottom: 48px;
}

.footer-brand .footer-seal {
  width: 200px;
  height: auto;
  display: block;
  margin-bottom: 24px;
  opacity: 0.95;
}

.footer-brand .logo-mark { color: var(--gold-light); }

.footer-brand p {
  font-size: 14px;
  color: rgba(246, 241, 231, 0.65);
  margin-top: 20px;
  max-width: 320px;
  line-height: 1.7;
}

.footer-col h4 {
  font-family: 'Karla', sans-serif;
  font-size: 11px;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: var(--gold-light);
  margin-bottom: 18px;
  font-weight: 700;
}

.footer-col ul { list-style: none; }

.footer-col li {
  font-size: 14px;
  color: rgba(246, 241, 231, 0.7);
  margin-bottom: 10px;
}

.footer-col a:hover { color: var(--gold-light); }

.footer-bottom {
  border-top: 1px solid rgba(246, 241, 231, 0.12);
  padding-top: 24px;
  display: flex;
  justify-content: space-between;
  font-size: 12px;
  color: rgba(246, 241, 231, 0.5);
  letter-spacing: 0.06em;
}

/* === Entry page === */
.entry-page {
  min-height: 100vh;
  background: var(--cream);
  padding: 60px 32px 100px;
}

.entry-inner {
  max-width: 920px;
  margin: 0 auto;
}

.breadcrumb {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 11px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--muted);
  margin-bottom: 32px;
  font-weight: 600;
}

.breadcrumb .step {
  display: flex;
  align-items: center;
  gap: 12px;
}

.breadcrumb .step.active { color: var(--navy); }
.breadcrumb .step.active .num {
  background: var(--navy);
  color: var(--cream);
}

.breadcrumb .num {
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: var(--border);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 11px;
}

.breadcrumb .divider { width: 32px; height: 1px; background: var(--border); }

.entry-title {
  font-size: clamp(36px, 5vw, 52px);
  color: var(--navy);
  margin-bottom: 16px;
}

.entry-sub {
  font-size: 17px;
  color: var(--muted);
  margin-bottom: 48px;
  max-width: 640px;
}

.entry-grid {
  display: grid;
  grid-template-columns: 2fr 1fr;
  gap: 48px;
  align-items: start;
}

.entry-form {
  background: white;
  border: 1px solid var(--border);
  padding: 48px;
}

.form-section {
  margin-bottom: 40px;
}

.form-section:last-child { margin-bottom: 0; }

.form-section h3 {
  font-size: 14px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  font-weight: 700;
  color: var(--navy);
  margin-bottom: 24px;
  font-family: 'Karla', sans-serif;
  padding-bottom: 14px;
  border-bottom: 1px solid var(--border);
}

.tier-options {
  display: grid;
  gap: 12px;
}

.tier-option {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 18px 20px;
  border: 1.5px solid var(--border);
  cursor: pointer;
  transition: all 0.2s;
}

.tier-option:hover { border-color: var(--gold); }

.tier-option.selected {
  border-color: var(--navy);
  background: var(--cream);
}

.tier-option input { accent-color: var(--navy); }

.tier-info { flex: 1; }

.tier-info .name {
  font-weight: 700;
  color: var(--navy);
  margin-bottom: 2px;
}

.tier-info .desc {
  font-size: 13px;
  color: var(--muted);
}

.tier-price {
  font-family: 'Cormorant Garamond', serif;
  font-size: 28px;
  font-weight: 600;
  color: var(--navy);
}

.field {
  margin-bottom: 18px;
}

.field label {
  display: block;
  font-size: 12px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--muted);
  margin-bottom: 8px;
  font-weight: 600;
}

.field input, .field select {
  width: 100%;
  padding: 14px 16px;
  border: 1.5px solid var(--border);
  background: white;
  font-family: inherit;
  font-size: 15px;
  color: var(--charcoal);
  transition: border-color 0.2s;
}

.field input:focus, .field select:focus {
  outline: none;
  border-color: var(--navy);
}

.field-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}

.disclaimer {
  background: var(--cream);
  border-left: 3px solid var(--gold);
  padding: 20px 24px;
  margin: 32px 0;
  font-size: 13px;
  color: var(--muted);
  line-height: 1.7;
}

.disclaimer strong {
  color: var(--navy);
  display: block;
  margin-bottom: 6px;
  font-size: 11px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  font-weight: 700;
}

.summary {
  background: var(--navy);
  color: var(--cream);
  padding: 32px;
  position: sticky;
  top: 110px;
}

.summary h3 {
  font-family: 'Karla', sans-serif;
  font-size: 12px;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: var(--gold-light);
  margin-bottom: 24px;
  font-weight: 700;
}

.summary-row {
  display: flex;
  justify-content: space-between;
  padding: 12px 0;
  font-size: 14px;
  color: rgba(246, 241, 231, 0.85);
  border-bottom: 1px solid rgba(246, 241, 231, 0.1);
}

.summary-row:last-of-type { border-bottom: none; }

.summary-total {
  display: flex;
  justify-content: space-between;
  padding-top: 20px;
  margin-top: 12px;
  border-top: 1px solid rgba(246, 241, 231, 0.25);
  align-items: baseline;
}

.summary-total .label {
  font-size: 12px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--gold-light);
  font-weight: 700;
}

.summary-total .amount {
  font-family: 'Cormorant Garamond', serif;
  font-size: 36px;
  font-weight: 600;
  color: var(--cream);
}

.summary-watch {
  margin-top: 28px;
  padding-top: 28px;
  border-top: 1px solid rgba(246, 241, 231, 0.15);
  display: flex;
  gap: 14px;
  align-items: center;
}

.summary-watch img {
  width: 60px;
  height: auto;
  flex-shrink: 0;
}

.summary-watch .info {
  font-size: 13px;
  color: rgba(246, 241, 231, 0.85);
  line-height: 1.5;
}

.summary-watch .info strong {
  display: block;
  font-size: 14px;
  color: var(--cream);
  margin-bottom: 2px;
}

.summary-btn {
  display: block;
  width: 100%;
  padding: 18px;
  background: var(--gold);
  color: var(--navy);
  font-size: 12px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  font-weight: 700;
  border: none;
  cursor: pointer;
  transition: background 0.2s;
  margin-top: 28px;
  font-family: inherit;
  text-align: center;
}

.summary-btn:hover { background: var(--gold-light); }

.checkout-pivot {
  margin-top: 28px;
  padding-top: 28px;
  border-top: 1px solid rgba(246, 241, 231, 0.15);
}

.pivot-eyebrow {
  font-size: 11px;
  letter-spacing: 0.32em;
  text-transform: uppercase;
  color: var(--gold-light);
  font-weight: 700;
  margin-bottom: 12px;
}

.pivot-text {
  font-family: 'Cormorant Garamond', serif;
  font-size: 22px;
  line-height: 1.35;
  color: var(--cream);
  margin-bottom: 4px;
  font-weight: 500;
}

.pivot-text em {
  font-style: italic;
  color: var(--gold-light);
}

.checkout-pivot .summary-btn {
  margin-top: 18px;
}

.pivot-foot {
  font-size: 12px;
  letter-spacing: 0.06em;
  color: rgba(246, 241, 231, 0.55);
  margin-top: 14px;
  text-align: center;
}

.summary-foot {
  font-size: 11px;
  letter-spacing: 0.04em;
  color: rgba(246, 241, 231, 0.5);
  text-align: center;
  margin-top: 16px;
  line-height: 1.5;
}

/* === Intervention section (the dominant Hatzoloh moment) === */
.intervention {
  margin-top: 80px;
  padding: 80px 56px 72px;
  background: var(--navy);
  color: var(--cream);
  position: relative;
  text-align: center;
  overflow: hidden;
  scroll-margin-top: 100px;
}

.intervention::before,
.intervention::after {
  content: '';
  position: absolute;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(176, 139, 62, 0.18) 0%, transparent 65%);
  pointer-events: none;
}

.intervention::before {
  top: -250px;
  left: -180px;
  width: 600px;
  height: 600px;
}

.intervention::after {
  bottom: -250px;
  right: -180px;
  width: 600px;
  height: 600px;
}

.intervention-rule {
  width: 1px;
  height: 56px;
  background: var(--gold-light);
  margin: 0 auto 32px;
  position: relative;
  z-index: 1;
}

.intervention-eyebrow {
  font-size: 12px;
  letter-spacing: 0.4em;
  text-transform: uppercase;
  color: var(--gold-light);
  font-weight: 700;
  margin-bottom: 28px;
  position: relative;
  z-index: 1;
}

.intervention-title {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(40px, 5.5vw, 68px);
  font-weight: 500;
  line-height: 1.1;
  color: var(--cream);
  margin-bottom: 32px;
  position: relative;
  z-index: 1;
}

.intervention-title em {
  font-style: italic;
  color: var(--gold-light);
}

.intervention-lede {
  font-size: 18px;
  line-height: 1.7;
  color: rgba(246, 241, 231, 0.85);
  max-width: 580px;
  margin: 0 auto 16px;
  position: relative;
  z-index: 1;
}

.intervention-lede.small {
  font-size: 15px;
  color: rgba(246, 241, 231, 0.6);
  max-width: 520px;
  margin-bottom: 48px;
}

.intervention-card {
  background: rgba(246, 241, 231, 0.04);
  border: 1px solid rgba(176, 139, 62, 0.3);
  padding: 44px 40px 40px;
  max-width: 620px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
  text-align: left;
}

.intervention-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: var(--gold);
}

.intervention-card-label {
  font-size: 11px;
  letter-spacing: 0.32em;
  text-transform: uppercase;
  color: var(--gold-light);
  font-weight: 700;
  margin-bottom: 14px;
}

.intervention-card-title {
  font-family: 'Cormorant Garamond', serif;
  font-size: 36px;
  font-weight: 500;
  color: var(--cream);
  line-height: 1.1;
  margin-bottom: 4px;
}

.intervention-card-sub {
  font-size: 14px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--gold-light);
  font-weight: 600;
  margin-bottom: 22px;
}

.intervention-card-body {
  font-size: 15px;
  line-height: 1.75;
  color: rgba(246, 241, 231, 0.78);
  margin-bottom: 32px;
}

.intervention-cta {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  background: var(--gold);
  color: var(--navy);
  padding: 22px 44px;
  font-size: 13px;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  font-weight: 700;
  transition: all 0.25s;
  text-decoration: none;
}

.intervention-cta:hover {
  background: var(--cream);
  transform: translateX(4px);
}

.intervention-cta svg {
  transition: transform 0.25s;
}

.intervention-cta:hover svg {
  transform: translateX(4px);
}

@media (max-width: 760px) {
  .intervention { padding: 56px 24px 48px; margin-top: 56px; }
  .intervention-card { padding: 32px 24px 28px; }
  .intervention-cta { padding: 18px 32px; width: 100%; justify-content: center; }
}

/* === Checkout reveal === */
.reveal-page {
  min-height: 100vh;
  background: var(--navy);
  color: var(--cream);
  padding: 80px 32px;
  display: flex;
  align-items: center;
  position: relative;
  overflow: hidden;
}

.reveal-page::before,
.reveal-page::after {
  content: '';
  position: absolute;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(176, 139, 62, 0.15) 0%, transparent 70%);
  pointer-events: none;
}

.reveal-page::before {
  top: -300px;
  left: -200px;
  width: 700px;
  height: 700px;
}

.reveal-page::after {
  bottom: -300px;
  right: -200px;
  width: 700px;
  height: 700px;
}

.reveal-inner {
  max-width: 760px;
  margin: 0 auto;
  text-align: center;
  position: relative;
  z-index: 1;
}

.reveal-seal {
  width: 140px;
  height: auto;
  margin: 0 auto 32px;
  display: block;
  opacity: 0.95;
}

.reveal-eyebrow {
  font-size: 12px;
  letter-spacing: 0.36em;
  text-transform: uppercase;
  color: var(--gold-light);
  font-weight: 700;
  margin-bottom: 24px;
}

.reveal-page h1 {
  font-size: clamp(40px, 5.5vw, 64px);
  color: var(--cream);
  margin-bottom: 28px;
  line-height: 1.15;
}

.reveal-page h1 em {
  font-style: italic;
  color: var(--gold-light);
}

.reveal-page .lede {
  font-size: 18px;
  color: rgba(246, 241, 231, 0.8);
  max-width: 560px;
  margin: 0 auto 20px;
  line-height: 1.7;
}

.reveal-page .lede.small {
  font-size: 15px;
  color: rgba(246, 241, 231, 0.6);
  max-width: 520px;
}

.reveal-actions {
  margin-top: 48px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}

.reveal-cta {
  display: inline-block;
  background: var(--gold);
  color: var(--navy);
  padding: 22px 56px;
  font-size: 13px;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  font-weight: 700;
  transition: all 0.25s;
}

.reveal-cta:hover {
  background: var(--cream);
  transform: translateY(-2px);
}

.reveal-link {
  font-size: 12px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: rgba(246, 241, 231, 0.5);
  font-weight: 600;
  border-bottom: 1px solid rgba(246, 241, 231, 0.2);
  padding-bottom: 2px;
  transition: color 0.2s;
}

.reveal-link:hover { color: var(--cream); }

.reveal-divider {
  display: flex;
  align-items: center;
  gap: 16px;
  margin: 40px auto;
  max-width: 360px;
}

.reveal-divider hr {
  flex: 1;
  border: none;
  border-top: 1px solid rgba(246, 241, 231, 0.2);
}

.reveal-divider span {
  font-size: 11px;
  letter-spacing: 0.32em;
  text-transform: uppercase;
  color: rgba(246, 241, 231, 0.5);
  font-weight: 700;
}

.charity-card {
  background: rgba(246, 241, 231, 0.04);
  border: 1px solid rgba(246, 241, 231, 0.12);
  padding: 36px;
  margin-top: 8px;
  text-align: left;
}

.charity-card .label {
  font-size: 11px;
  letter-spacing: 0.32em;
  text-transform: uppercase;
  color: var(--gold-light);
  font-weight: 700;
  margin-bottom: 12px;
}

.charity-card h3 {
  font-size: 28px;
  color: var(--cream);
  margin-bottom: 12px;
}

.charity-card p {
  font-size: 15px;
  color: rgba(246, 241, 231, 0.75);
  line-height: 1.7;
  margin-bottom: 20px;
}

/* === Responsive === */
@media (max-width: 900px) {
  .nav { display: none; }
  .hero-inner { grid-template-columns: 1fr; gap: 40px; }
  .hero { padding: 48px 24px 32px; }
  .section { padding: 60px 24px; }
  .about-pillars { grid-template-columns: 1fr; gap: 36px; }
  .package-grid { grid-template-columns: 1fr; }
  .watch-detail-inner { grid-template-columns: 1fr; gap: 40px; }
  .footer-inner { grid-template-columns: 1fr 1fr; gap: 32px; }
  .entry-grid { grid-template-columns: 1fr; }
  .entry-form { padding: 28px; }
  .summary { position: static; }
  .header-inner { padding: 0 20px; }
  .field-row { grid-template-columns: 1fr; }
  .topbar span { display: block; margin: 2px 0; }
}
