:root {
  --paper: #f7f1e4;
  --paper-strong: #fbf6eb;
  --ink: #191514;
  --ink-soft: #5e5450;
  --wine: #7c1f1b;
  --wine-soft: #a94a3f;
  --jade: #24453a;
  --gold: #bf9c58;
  --line: rgba(25, 21, 20, 0.12);
  --shadow: 0 24px 60px rgba(58, 42, 34, 0.12);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-height: 100vh;
  color: var(--ink);
  font-family: "Sora", "Segoe UI", sans-serif;
  background:
    radial-gradient(circle at top left, rgba(191, 156, 88, 0.22), transparent 28%),
    radial-gradient(circle at bottom right, rgba(36, 69, 58, 0.18), transparent 28%),
    linear-gradient(180deg, #f7f1e4 0%, #efe3cb 48%, #f5ecdb 100%);
  overflow-x: hidden;
}

.page-grid {
  position: fixed;
  inset: 0;
  z-index: -3;
  background-image:
    linear-gradient(rgba(124, 31, 27, 0.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(124, 31, 27, 0.04) 1px, transparent 1px);
  background-size: 30px 30px;
  mask-image: radial-gradient(circle at center, black 32%, transparent 92%);
}

.page-aura {
  position: fixed;
  width: 420px;
  height: 420px;
  border-radius: 50%;
  filter: blur(54px);
  opacity: 0.32;
  z-index: -2;
}

.aura-left {
  top: -120px;
  left: -160px;
  background: rgba(124, 31, 27, 0.85);
}

.aura-right {
  right: -180px;
  bottom: 6%;
  background: rgba(36, 69, 58, 0.7);
}

.shell {
  width: min(1180px, calc(100vw - 40px));
  margin: 0 auto;
}

.site-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 28px 0 16px;
}

.brand {
  color: inherit;
  text-decoration: none;
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.brand-mark {
  font-family: "Cormorant Garamond", serif;
  font-size: 2.3rem;
  font-weight: 700;
  line-height: 1;
}

.brand-sub {
  color: var(--ink-soft);
  font-size: 0.78rem;
  letter-spacing: 0.12rem;
  text-transform: uppercase;
}

.site-nav {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

.site-nav a {
  color: var(--ink-soft);
  text-decoration: none;
  border: 1px solid transparent;
  padding: 10px 14px;
  border-radius: 999px;
  transition: 0.25s ease;
}

.site-nav a:hover,
.site-nav a.active {
  color: var(--wine);
  border-color: rgba(124, 31, 27, 0.22);
  background: rgba(255, 255, 255, 0.42);
}

.site-main {
  padding: 12px 0 40px;
}

.hero-panel,
.section-card,
.feature-card,
.page-head,
.package-card,
.checkout-form,
.checkout-sidebar {
  background: linear-gradient(180deg, rgba(251, 246, 235, 0.9), rgba(248, 241, 228, 0.78));
  border: 1px solid var(--line);
  box-shadow: var(--shadow);
  backdrop-filter: blur(6px);
}

.hero-panel,
.page-head,
.section-card,
.feature-card,
.package-card,
.checkout-form,
.checkout-sidebar {
  border-radius: 28px;
}

.hero-panel {
  padding: clamp(24px, 5vw, 48px);
  display: grid;
  grid-template-columns: 1.04fr 0.96fr;
  gap: 24px;
  align-items: center;
}

.eyebrow,
.plan-kicker,
.summary-label {
  letter-spacing: 0.12rem;
  text-transform: uppercase;
  color: var(--gold);
  font-size: 0.72rem;
  font-weight: 700;
}

h1,
h2,
h3 {
  margin: 0;
  font-family: "Cormorant Garamond", serif;
  line-height: 1.05;
}

.hero-panel h1,
.page-head h1 {
  margin-top: 12px;
  font-size: clamp(2.8rem, 6vw, 5.2rem);
}

.hero-text,
.page-head p:last-child,
.feature-card p:last-child,
.section-card p,
.plan-summary,
.detail-list,
.timeline-list,
.status-note,
.checkout-status,
.report-box p {
  color: var(--ink-soft);
  line-height: 1.75;
}

.hero-text {
  max-width: 620px;
  margin-top: 14px;
}

.hero-actions {
  margin-top: 26px;
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 13px 18px;
  border-radius: 999px;
  border: 1px solid transparent;
  text-decoration: none;
  font-weight: 600;
  transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.btn:hover {
  transform: translateY(-2px);
}

.btn-primary {
  background: linear-gradient(135deg, var(--wine), #8f2d24);
  color: #fff7f0;
  box-shadow: 0 12px 30px rgba(124, 31, 27, 0.26);
}

.btn-secondary {
  background: rgba(255, 255, 255, 0.62);
  color: var(--jade);
  border-color: rgba(36, 69, 58, 0.2);
}

.trust-row {
  margin-top: 24px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.trust-row span {
  padding: 10px 14px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.45);
  border: 1px solid rgba(36, 69, 58, 0.14);
  color: var(--ink-soft);
  font-size: 0.86rem;
}

.hero-art {
  position: relative;
  min-height: 460px;
  border-radius: 22px;
  overflow: hidden;
  background:
    linear-gradient(180deg, rgba(247, 224, 182, 0.75), rgba(239, 211, 171, 0.46)),
    linear-gradient(180deg, #f7e8c6 0%, #f0dbc0 100%);
}

.halo,
.seal-ring {
  position: absolute;
  border-radius: 50%;
}

.halo {
  width: 160px;
  height: 160px;
  top: 48px;
  right: 42px;
  background: radial-gradient(circle, rgba(255, 232, 180, 0.9), rgba(190, 113, 52, 0.7) 72%, transparent 74%);
}

.seal-ring {
  border: 1px solid rgba(124, 31, 27, 0.16);
}

.ring-large {
  width: 280px;
  height: 280px;
  right: -40px;
  top: -20px;
}

.ring-small {
  width: 110px;
  height: 110px;
  right: 22px;
  top: 20px;
}

.ink-mountain {
  position: absolute;
  bottom: 0;
  background: linear-gradient(180deg, rgba(23, 33, 31, 0.88), rgba(17, 22, 20, 0.98));
}

.mountain-one {
  left: -20px;
  width: 72%;
  height: 58%;
  clip-path: polygon(0 100%, 18% 58%, 36% 70%, 54% 44%, 73% 72%, 100% 38%, 100% 100%);
}

.mountain-two {
  right: -24px;
  width: 56%;
  height: 42%;
  clip-path: polygon(0 100%, 16% 62%, 39% 47%, 66% 73%, 100% 55%, 100% 100%);
}

.path-stream {
  position: absolute;
  left: 0;
  bottom: 28px;
  width: 112%;
  height: 26%;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0), rgba(241, 248, 247, 0.92));
  clip-path: polygon(0 78%, 12% 69%, 24% 75%, 39% 68%, 53% 76%, 69% 66%, 83% 72%, 100% 64%, 100% 100%, 0 100%);
}

.feature-grid,
.dual-panel,
.checkout-grid,
.package-grid {
  display: grid;
  gap: 18px;
  margin-top: 18px;
}

.feature-grid,
.package-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.feature-card,
.package-card,
.section-card,
.checkout-form,
.checkout-sidebar {
  padding: 24px;
}

.feature-card h2,
.section-heading h2,
.package-card h2,
.package-card h3,
.summary-box h3 {
  margin-top: 8px;
  font-size: 2rem;
}

.section-heading.compact {
  margin-top: 24px;
}

.page-head {
  padding: 30px;
}

.page-head p:last-child {
  max-width: 760px;
  margin-top: 14px;
}

.package-card {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.recommended {
  position: relative;
  border-color: rgba(124, 31, 27, 0.26);
  background:
    linear-gradient(180deg, rgba(255, 248, 239, 0.92), rgba(251, 241, 228, 0.82)),
    linear-gradient(135deg, rgba(124, 31, 27, 0.04), rgba(191, 156, 88, 0.08));
}

.plan-price,
.summary-price {
  font-size: 1.4rem;
  font-weight: 700;
  color: var(--wine);
}

.detail-list,
.timeline-list {
  margin: 0;
  padding-left: 18px;
}

.detail-list li,
.timeline-list li {
  margin-bottom: 10px;
}

.detail-list.tall li {
  margin-bottom: 14px;
}

.dual-panel {
  grid-template-columns: 1fr 1fr;
}

.note-card {
  background:
    radial-gradient(circle at top right, rgba(191, 156, 88, 0.16), transparent 35%),
    linear-gradient(180deg, rgba(251, 246, 235, 0.92), rgba(246, 237, 222, 0.84));
}

.checkout-grid {
  grid-template-columns: 1.18fr 0.82fr;
  align-items: start;
}

.checkout-form,
.checkout-sidebar {
  position: sticky;
  top: 18px;
}

.checkout-form {
  display: block;
}

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

.full-span {
  grid-column: 1 / -1;
}

label,
fieldset {
  display: block;
}

label,
legend {
  color: var(--ink);
  font-weight: 600;
  font-size: 0.95rem;
}

input,
select,
textarea,
.plan-selector-card {
  width: 100%;
  margin-top: 8px;
  border-radius: 18px;
  border: 1px solid rgba(25, 21, 20, 0.14);
  background: rgba(255, 253, 248, 0.88);
  color: var(--ink);
  font: inherit;
}

input,
select,
textarea {
  padding: 14px 15px;
}

textarea {
  resize: vertical;
}

input:focus,
select:focus,
textarea:focus {
  outline: 2px solid rgba(191, 156, 88, 0.32);
  border-color: rgba(191, 156, 88, 0.45);
}

.plan-selector {
  display: grid;
  gap: 12px;
  margin-top: 12px;
}

.plan-selector-card {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px;
  cursor: pointer;
  transition: 0.2s ease;
}

.plan-selector-card:hover,
.plan-selector-card.active {
  border-color: rgba(124, 31, 27, 0.28);
  background: rgba(255, 249, 241, 0.96);
  box-shadow: 0 10px 30px rgba(124, 31, 27, 0.08);
}

.choice-group {
  margin: 18px 0 0;
  padding: 0;
  border: 0;
}

.checkbox-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 12px;
}

.choice-chip {
  position: relative;
}

.choice-chip input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.choice-chip span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 12px 14px;
  border-radius: 999px;
  background: rgba(255, 253, 248, 0.74);
  border: 1px solid rgba(25, 21, 20, 0.12);
  color: var(--ink-soft);
  transition: 0.2s ease;
}

.choice-chip input:checked + span {
  background: rgba(124, 31, 27, 0.08);
  border-color: rgba(124, 31, 27, 0.24);
  color: var(--wine);
}

.summary-box,
.report-box {
  padding: 18px;
  border-radius: 22px;
  background: rgba(255, 253, 248, 0.72);
  border: 1px solid rgba(25, 21, 20, 0.08);
}

.status-note {
  margin: 18px 0 0;
}

.paypal-shell {
  margin-top: 14px;
  min-height: 46px;
}

.checkout-status {
  margin-top: 14px;
  padding: 14px 16px;
  border-radius: 18px;
  border: 1px solid rgba(25, 21, 20, 0.1);
  background: rgba(255, 253, 248, 0.74);
}

.checkout-status[data-tone="success"] {
  color: var(--jade);
  border-color: rgba(36, 69, 58, 0.2);
}

.checkout-status[data-tone="error"] {
  color: var(--wine);
  border-color: rgba(124, 31, 27, 0.22);
}

.report-box {
  margin-top: 16px;
}

.site-footer {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  padding: 18px 0 26px;
  color: var(--ink-soft);
  border-top: 1px solid rgba(25, 21, 20, 0.08);
  font-size: 0.92rem;
}

.reveal {
  opacity: 0;
  transform: translateY(16px);
  animation: reveal-up 0.7s ease forwards;
}

@keyframes reveal-up {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@media (max-width: 1080px) {
  .hero-panel,
  .checkout-grid,
  .feature-grid,
  .package-grid,
  .dual-panel,
  .field-grid {
    grid-template-columns: 1fr;
  }

  .checkout-form,
  .checkout-sidebar {
    position: static;
  }
}

@media (max-width: 720px) {
  .shell {
    width: min(100vw - 28px, 1180px);
  }

  .site-header,
  .site-footer {
    flex-direction: column;
    align-items: flex-start;
  }

  .brand-mark {
    font-size: 1.9rem;
  }

  .hero-panel h1,
  .page-head h1 {
    font-size: clamp(2.2rem, 11vw, 3.8rem);
  }

  .hero-art {
    min-height: 360px;
  }
}
