:root {
  --bg: #050506;
  --bg-soft: #0d0d10;
  --card: rgba(255, 255, 255, 0.065);
  --card-strong: rgba(255, 255, 255, 0.105);
  --line: rgba(255, 255, 255, 0.14);
  --text: #f7f2e8;
  --muted: #c9bda6;
  --gold: #d8a84b;
  --gold-soft: #ffd98a;
  --red: #d71f14;
  --orange: #ff8a00;
  --shadow: 0 25px 80px rgba(0, 0, 0, 0.45);
  --radius: 28px;
  --max: 1180px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: "Inter", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--text);
  background:
    radial-gradient(circle at 18% 12%, rgba(215, 31, 20, 0.24), transparent 26%),
    radial-gradient(circle at 88% 8%, rgba(216, 168, 75, 0.18), transparent 32%),
    linear-gradient(135deg, #050506 0%, #0b0908 48%, #050506 100%);
  min-height: 100vh;
  overflow-x: hidden;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.025) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.025) 1px, transparent 1px);
  background-size: 70px 70px;
  mask-image: linear-gradient(to bottom, black, transparent 78%);
}

img {
  max-width: 100%;
  display: block;
}

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

.section-pad {
  padding: 88px 24px;
}

.narrow {
  max-width: 900px;
  margin: 0 auto;
  text-align: center;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 24px;
  max-width: calc(var(--max) + 48px);
  margin: 0 auto;
  padding: 18px 24px;
  backdrop-filter: blur(18px);
  background: rgba(5, 5, 6, 0.72);
  border-bottom: 1px solid rgba(255,255,255,0.06);
}

.brand {
  display: flex;
  align-items: center;
  gap: 13px;
  min-width: 0;
}

.brand-logo-wrap {
  width: 58px;
  height: 58px;
  border-radius: 18px;
  overflow: hidden;
  background: #fff;
  padding: 4px;
  box-shadow: 0 0 0 1px rgba(255,255,255,.12), 0 16px 40px rgba(0,0,0,.35);
}

.brand-logo {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 14px;
}

.brand-copy {
  display: grid;
  line-height: 1.08;
}

.brand-name {
  font-family: "Cinzel", serif;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-size: 0.92rem;
}

.brand-tag {
  font-size: 0.68rem;
  color: var(--muted);
  letter-spacing: 0.18em;
  text-transform: uppercase;
  margin-top: 5px;
}

.site-nav {
  display: flex;
  align-items: center;
  gap: 6px;
}

.site-nav a {
  color: rgba(247, 242, 232, 0.78);
  font-size: 0.92rem;
  padding: 11px 14px;
  border-radius: 999px;
  transition: 0.25s ease;
}

.site-nav a:hover,
.site-nav .nav-cta {
  color: #fff;
  background: rgba(255,255,255,0.09);
}

.nav-cta {
  border: 1px solid rgba(216, 168, 75, 0.35);
}

.nav-toggle {
  display: none;
  border: 1px solid var(--line);
  color: #fff;
  background: rgba(255,255,255,.08);
  border-radius: 14px;
  width: 46px;
  height: 46px;
  font-size: 1.35rem;
}

.hero {
  max-width: var(--max);
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 56px;
  align-items: center;
  min-height: 82vh;
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: var(--gold-soft);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  margin: 0 0 18px;
}

.eyebrow::before {
  content: "";
  width: 34px;
  height: 1px;
  background: linear-gradient(90deg, var(--red), var(--gold));
}

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

h1,
h2 {
  font-family: "Cinzel", serif;
  letter-spacing: -0.035em;
}

h1 {
  font-size: clamp(3.2rem, 8vw, 7.6rem);
  line-height: 0.93;
  margin-bottom: 24px;
}

h2 {
  font-size: clamp(2.1rem, 4.2vw, 4.3rem);
  line-height: 1.02;
  margin-bottom: 22px;
}

h3 {
  font-size: 1.25rem;
  margin-bottom: 12px;
}

.hero-text,
.intro p,
.audience p,
.contact p,
.order-copy p {
  font-size: 1.08rem;
  line-height: 1.8;
  color: rgba(247, 242, 232, 0.76);
}

.hero-text {
  max-width: 650px;
  font-size: clamp(1.06rem, 1.6vw, 1.28rem);
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin: 34px 0 28px;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 14px 22px;
  border-radius: 999px;
  font-weight: 800;
  letter-spacing: 0.01em;
  border: 1px solid transparent;
  cursor: pointer;
  transition: 0.25s ease;
}

.btn-primary {
  color: #120d05;
  background: linear-gradient(135deg, var(--gold-soft), var(--gold) 50%, #f07f18);
  box-shadow: 0 18px 48px rgba(216, 168, 75, 0.2);
}

.btn-primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 24px 60px rgba(216, 168, 75, 0.28);
}

.btn-secondary {
  color: #fff;
  border-color: rgba(255,255,255,.16);
  background: rgba(255,255,255,.07);
}

.btn-secondary:hover {
  background: rgba(255,255,255,.12);
}

.hero-proof {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.hero-proof span {
  color: rgba(247, 242, 232, 0.75);
  border: 1px solid var(--line);
  background: rgba(255,255,255,.055);
  border-radius: 999px;
  padding: 10px 14px;
  font-size: 0.9rem;
}

.hero-card {
  position: relative;
  padding: 26px;
  border: 1px solid rgba(255,255,255,.14);
  background: linear-gradient(145deg, rgba(255,255,255,.11), rgba(255,255,255,.04));
  border-radius: calc(var(--radius) + 10px);
  box-shadow: var(--shadow);
  overflow: hidden;
}

.hero-card::before {
  content: "";
  position: absolute;
  inset: -40% -20% auto auto;
  width: 260px;
  height: 260px;
  background: radial-gradient(circle, rgba(216,168,75,.35), transparent 62%);
  pointer-events: none;
}

.hero-logo-card {
  position: relative;
  border-radius: 30px;
  overflow: hidden;
  background: #fff;
  padding: 10px;
  margin-bottom: 22px;
}

.hero-logo-card img {
  border-radius: 24px;
}

.card-title {
  font-family: "Cinzel", serif;
  font-size: 1.45rem;
  line-height: 1.2;
  margin-bottom: 12px;
}

.card-copy {
  color: rgba(247,242,232,.72);
  line-height: 1.7;
}

.sound-orbit {
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.sound-orbit span {
  position: absolute;
  border: 1px solid rgba(216,168,75,.18);
  border-radius: 50%;
  animation: pulse 4.5s ease-in-out infinite;
}

.sound-orbit span:nth-child(1) { width: 110px; height: 110px; right: 28px; top: 28px; }
.sound-orbit span:nth-child(2) { width: 180px; height: 180px; right: -10px; top: -10px; animation-delay: .6s; }
.sound-orbit span:nth-child(3) { width: 270px; height: 270px; right: -58px; top: -58px; animation-delay: 1.2s; }

@keyframes pulse {
  0%,100% { transform: scale(.92); opacity: .35; }
  50% { transform: scale(1.06); opacity: .75; }
}

.section-heading {
  max-width: var(--max);
  margin: 0 auto 34px;
}

.section-note {
  color: rgba(247,242,232,.72);
  line-height: 1.7;
  max-width: 760px;
  margin: 14px 0 0;
}

.usd-price {
  color: var(--gold-soft);
  font-weight: 800;
  margin: -8px 0 18px;
  letter-spacing: .02em;
}

.grid {
  max-width: var(--max);
  margin: 0 auto;
  display: grid;
  gap: 22px;
}

.three {
  grid-template-columns: repeat(3, 1fr);
}

.service-card,
.package-card,
.step,
.contact-card,
.order-card {
  border: 1px solid rgba(255,255,255,.13);
  background: linear-gradient(145deg, rgba(255,255,255,.095), rgba(255,255,255,.035));
  border-radius: var(--radius);
  box-shadow: 0 18px 60px rgba(0,0,0,.22);
}

.service-card,
.package-card,
.step {
  padding: 28px;
}

.service-card p,
.package-card li,
.step p,
.form-note,
.disclaimer {
  color: rgba(247,242,232,.7);
  line-height: 1.72;
}

.icon {
  width: 54px;
  height: 54px;
  display: grid;
  place-items: center;
  border-radius: 18px;
  color: var(--gold-soft);
  background: rgba(216,168,75,.12);
  border: 1px solid rgba(216,168,75,.22);
  font-size: 1.45rem;
  margin-bottom: 22px;
}

.split {
  max-width: var(--max);
  margin: 0 auto;
  display: grid;
  grid-template-columns: .92fr 1.08fr;
  gap: 44px;
  align-items: center;
}

.audience-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 14px;
}

.audience-list span {
  padding: 18px;
  border-radius: 20px;
  border: 1px solid var(--line);
  background: rgba(255,255,255,.055);
  color: rgba(247,242,232,.82);
}

.package-card {
  position: relative;
  overflow: hidden;
}

.package-card.featured {
  border-color: rgba(216,168,75,.42);
  background:
    radial-gradient(circle at top right, rgba(216,168,75,.22), transparent 42%),
    linear-gradient(145deg, rgba(255,255,255,.13), rgba(255,255,255,.045));
}

.package-kicker {
  color: var(--gold-soft);
  letter-spacing: 0.12em;
  text-transform: uppercase;
  font-size: 0.74rem;
  font-weight: 800;
}

.price {
  font-size: 1.65rem;
  font-weight: 800;
  color: #fff;
  margin: 10px 0 18px;
}

.package-card ul {
  padding-left: 20px;
  margin: 0 0 24px;
}

.package-card li + li {
  margin-top: 10px;
}

.package-link {
  color: var(--gold-soft);
  font-weight: 800;
}

.timeline {
  max-width: var(--max);
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
}

.step span {
  display: inline-flex;
  color: #120d05;
  background: var(--gold-soft);
  border-radius: 999px;
  padding: 7px 11px;
  font-weight: 900;
  margin-bottom: 22px;
}

.order-card {
  max-width: var(--max);
  margin: 0 auto;
  padding: 34px;
  display: grid;
  grid-template-columns: .9fr 1.1fr;
  gap: 38px;
  align-items: start;
}

.order-form {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
}

.order-form label {
  display: grid;
  gap: 8px;
  color: rgba(247,242,232,.86);
  font-size: .92rem;
  font-weight: 700;
}

.order-form .full {
  grid-column: 1 / -1;
}

input,
select,
textarea {
  width: 100%;
  color: #fff;
  background: rgba(0,0,0,.28);
  border: 1px solid rgba(255,255,255,.14);
  border-radius: 16px;
  outline: none;
  padding: 15px 15px;
  font: inherit;
}

input:focus,
select:focus,
textarea:focus {
  border-color: rgba(216,168,75,.62);
  box-shadow: 0 0 0 4px rgba(216,168,75,.11);
}

select option {
  background: #111;
}

.form-note {
  grid-column: 1 / -1;
  margin: -4px 0 0;
  font-size: .9rem;
}

.contact-card {
  max-width: 820px;
  margin: 0 auto;
  text-align: center;
  padding: 42px 30px;
}

.contact-card .eyebrow {
  justify-content: center;
}

.contact-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 14px;
  margin: 26px 0;
}

.contact-links a {
  border: 1px solid var(--line);
  background: rgba(255,255,255,.06);
  padding: 13px 18px;
  border-radius: 999px;
  font-weight: 800;
}

.disclaimer {
  font-size: .86rem;
  max-width: 680px;
  margin: 24px auto 0;
}

.site-footer {
  max-width: calc(var(--max) + 48px);
  margin: 0 auto;
  padding: 28px 24px 44px;
  display: flex;
  justify-content: space-between;
  gap: 20px;
  color: rgba(247,242,232,.62);
  border-top: 1px solid rgba(255,255,255,.08);
}

.ambient {
  position: fixed;
  pointer-events: none;
  border-radius: 50%;
  filter: blur(45px);
  opacity: .45;
  z-index: -1;
}

.ambient-one {
  width: 300px;
  height: 300px;
  left: -80px;
  top: 20%;
  background: rgba(215,31,20,.26);
}

.ambient-two {
  width: 260px;
  height: 260px;
  right: -80px;
  bottom: 18%;
  background: rgba(216,168,75,.2);
}

.reveal {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity .8s ease, transform .8s ease;
}

.reveal.visible {
  opacity: 1;
  transform: translateY(0);
}

.delay-one { transition-delay: .12s; }
.delay-two { transition-delay: .22s; }
.delay-three { transition-delay: .32s; }

@media (max-width: 940px) {
  .hero,
  .split,
  .order-card {
    grid-template-columns: 1fr;
  }

  .three,
  .timeline {
    grid-template-columns: 1fr 1fr;
  }

  .hero {
    min-height: auto;
    padding-top: 64px;
  }
}

@media (max-width: 720px) {
  .section-pad {
    padding: 64px 18px;
  }

  .site-header {
    padding: 14px 16px;
  }

  .brand-logo-wrap {
    width: 50px;
    height: 50px;
  }

  .brand-name {
    font-size: .78rem;
  }

  .brand-tag {
    display: none;
  }

  .nav-toggle {
    display: inline-grid;
    place-items: center;
  }

  .site-nav {
    position: absolute;
    left: 16px;
    right: 16px;
    top: 78px;
    display: none;
    flex-direction: column;
    align-items: stretch;
    padding: 12px;
    border: 1px solid var(--line);
    background: rgba(8,8,10,.96);
    border-radius: 22px;
    box-shadow: var(--shadow);
  }

  .site-nav.open {
    display: flex;
  }

  .site-nav a {
    padding: 14px 16px;
  }

  h1 {
    font-size: clamp(3rem, 17vw, 4.2rem);
  }

  .hero-actions,
  .hero-proof,
  .contact-links,
  .site-footer {
    flex-direction: column;
  }

  .three,
  .timeline,
  .audience-list,
  .order-form {
    grid-template-columns: 1fr;
  }

  .order-card,
  .contact-card,
  .service-card,
  .package-card,
  .step {
    border-radius: 22px;
  }

  .order-card {
    padding: 22px;
  }

  .site-footer {
    align-items: flex-start;
  }
}

.delivery-card,
.cta-panel,
.privacy-note {
  border: 1px solid rgba(216,168,75,.22);
  background: linear-gradient(145deg, rgba(255,255,255,.09), rgba(255,255,255,.035));
  border-radius: var(--radius);
  padding: 28px;
  box-shadow: 0 18px 60px rgba(0,0,0,.22);
}

.delivery-card p,
.cta-panel p,
.privacy-note span,
.form-section p {
  color: rgba(247,242,232,.72);
  line-height: 1.7;
}

.delivery-card .btn,
.cta-panel .btn {
  margin-top: 14px;
}

.order-cta {
  align-items: center;
}

.page-hero {
  padding-bottom: 30px;
}

.page-hero h1 {
  font-size: clamp(2.9rem, 6.5vw, 6rem);
}

.center-text {
  margin-left: auto;
  margin-right: auto;
}

.order-page-section {
  padding-top: 30px;
}

.private-order-card {
  grid-template-columns: .8fr 1.2fr;
}

.sticky-copy {
  position: sticky;
  top: 112px;
}

.privacy-note {
  margin-top: 24px;
  display: grid;
  gap: 8px;
  border-radius: 22px;
}

.privacy-note strong {
  color: var(--gold-soft);
  letter-spacing: .05em;
  text-transform: uppercase;
  font-size: .82rem;
}

.form-section {
  margin: 12px 0 2px;
  padding: 18px 18px;
  border: 1px solid rgba(216,168,75,.2);
  background: rgba(216,168,75,.065);
  border-radius: 20px;
}

.form-section span {
  display: inline-flex;
  color: #120d05;
  background: var(--gold-soft);
  border-radius: 999px;
  padding: 6px 10px;
  font-weight: 900;
  margin-bottom: 10px;
}

.form-section h3 {
  margin-bottom: 0;
}

.form-section p {
  margin: 8px 0 0;
  font-size: .9rem;
}

.private-form textarea[name="address"] {
  min-height: 120px;
}

@media (max-width: 940px) {
  .private-order-card {
    grid-template-columns: 1fr;
  }

  .sticky-copy {
    position: static;
  }
}

.hidden-field {
  display: none !important;
}

.time-scale-card {
  display: grid;
  gap: 14px;
  padding: 18px;
  border: 1px solid rgba(216,168,75,.22);
  border-radius: 20px;
  background: linear-gradient(135deg, rgba(216,168,75,.08), rgba(255,255,255,.035));
}

.time-scale-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

.time-scale-top span {
  color: rgba(247,242,232,.68);
  font-size: .86rem;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.time-scale-top strong {
  color: #120d05;
  background: var(--gold-soft);
  border-radius: 999px;
  padding: 8px 14px;
  white-space: nowrap;
  box-shadow: 0 10px 28px rgba(216,168,75,.18);
}

input[type="range"] {
  padding: 0;
  height: 34px;
  border: 0;
  background: transparent;
  accent-color: var(--gold-soft);
  cursor: pointer;
}

input[type="range"]:focus {
  box-shadow: none;
}

.time-scale-marks {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 8px;
  color: rgba(247,242,232,.54);
  font-size: .78rem;
}

.time-scale-marks span:nth-child(2),
.time-scale-marks span:nth-child(3) {
  text-align: center;
}

.time-scale-marks span:last-child {
  text-align: right;
}

@media (max-width: 560px) {
  .time-scale-top {
    align-items: flex-start;
    flex-direction: column;
  }
}


/* Healing Voice Soundscapes */
.voice {
  position: relative;
}

.voice-shell,
.demo-preview {
  max-width: var(--max);
  margin: 0 auto;
}

.voice-shell {
  display: grid;
  grid-template-columns: 1.05fr .95fr;
  gap: 28px;
  align-items: stretch;
}

.voice-copy,
.voice-card,
.demo-preview {
  border: 1px solid rgba(216,168,75,.22);
  background:
    radial-gradient(circle at top left, rgba(216,168,75,.16), transparent 38%),
    linear-gradient(145deg, rgba(255,255,255,.1), rgba(255,255,255,.035));
  border-radius: var(--radius);
  box-shadow: 0 24px 80px rgba(0,0,0,.28);
}

.voice-copy,
.voice-card {
  padding: 34px;
}

.voice-copy h2 {
  max-width: 760px;
}

.voice-copy p,
.voice-card p,
.demo-preview p {
  color: rgba(247,242,232,.72);
  line-height: 1.75;
}

.voice-line {
  color: var(--gold-soft) !important;
  font-family: "Cinzel", serif;
  font-size: 1.2rem;
  letter-spacing: .04em;
  margin-top: 24px;
}

.voice-highlights {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
  margin-top: 26px;
}

.voice-highlights span,
.demo-grid span {
  border: 1px solid rgba(255,255,255,.13);
  background: rgba(0,0,0,.22);
  border-radius: 18px;
  color: rgba(247,242,232,.84);
  padding: 15px 16px;
  font-weight: 700;
}

.voice-card {
  display: flex;
  flex-direction: column;
}

.voice-card h3 {
  font-size: clamp(1.9rem, 4vw, 3rem);
  margin-bottom: 8px;
}

.voice-quote {
  margin: 22px 0 26px;
  padding: 22px;
  border-left: 3px solid var(--gold-soft);
  border-radius: 18px;
  background: rgba(0,0,0,.24);
}

.voice-quote span {
  display: inline-block;
  margin-bottom: 10px;
  color: var(--gold-soft);
  text-transform: uppercase;
  letter-spacing: .13em;
  font-size: .72rem;
  font-weight: 900;
}

.voice-quote p {
  margin: 0;
  font-family: "Cinzel", serif;
  color: rgba(247,242,232,.88) !important;
}

.voice-card .btn {
  margin-top: auto;
  width: fit-content;
}

.demo-preview {
  margin-top: 24px;
  padding: 28px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
  align-items: center;
}

.demo-preview h3 {
  margin-bottom: 10px;
}

.demo-grid {
  display: grid;
  gap: 12px;
}

@media (max-width: 940px) {
  .voice-shell,
  .demo-preview {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 560px) {
  .voice-copy,
  .voice-card,
  .demo-preview {
    padding: 26px;
  }

  .voice-highlights {
    grid-template-columns: 1fr;
  }

  .voice-card .btn {
    width: 100%;
    text-align: center;
  }
}
