:root {
  --cream: #f7f3ea;
  --paper: #fffdf8;
  --ink: #34372f;
  --terracotta: #a35f4d;
  --sage: #747a65;
  --blush: #e8d1c7;
  --gold: #b89145;
  --blue: #64777a;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--cream); color: var(--ink); font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
h1, h2, h3 { margin: 0; font-family: Georgia, "Times New Roman", serif; font-weight: 500; line-height: 1.05; }
p { line-height: 1.75; }

.skip-link { position: fixed; left: 16px; top: -80px; z-index: 100; padding: 12px 18px; border-radius: 8px; background: var(--ink); color: white; }
.skip-link:focus { top: 16px; }
.announcement { display: flex; align-items: center; justify-content: center; gap: 22px; min-height: 38px; padding: 8px 20px; background: var(--terracotta); color: white; font-size: 12px; letter-spacing: .02em; text-align: center; }
.announcement a { font-weight: 800; text-decoration: underline; text-underline-offset: 3px; }
.announcement b { margin-left: 4px; }

.site-header { position: sticky; top: 0; z-index: 30; display: flex; align-items: center; justify-content: space-between; padding: 18px clamp(24px, 5vw, 78px); background: rgba(247, 243, 234, .9); border-bottom: 1px solid rgba(52,55,47,.09); backdrop-filter: blur(14px); }
.brand { display: flex; flex-direction: column; gap: 2px; font-size: 10px; letter-spacing: .12em; text-transform: uppercase; }
.brand-mark { font: 600 27px/1 Georgia, serif; letter-spacing: .14em; }
nav { display: flex; align-items: center; gap: 28px; font-size: 13px; }
.nav-button { padding: 11px 19px; border-radius: 999px; background: var(--ink); color: var(--cream); }

.hero { min-height: 720px; display: grid; grid-template-columns: 1.05fr .95fr; align-items: center; gap: clamp(30px, 6vw, 100px); padding: 62px clamp(24px, 7vw, 110px) 82px; overflow: hidden; }
.hero-copy { max-width: 690px; }
.eyebrow { margin: 0 0 20px; color: var(--terracotta); font-size: 12px; font-weight: 700; letter-spacing: .18em; text-transform: uppercase; }
.eyebrow.light { color: #f0e4c9; }
.hero h1 { max-width: 720px; font-size: clamp(54px, 7.2vw, 104px); letter-spacing: -.045em; }
.hero-lead { max-width: 620px; margin: 28px 0; font-size: clamp(18px, 2vw, 23px); color: #5d6058; }
.button-row { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 28px; }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 50px; padding: 0 23px; border: 1px solid transparent; border-radius: 999px; font-size: 14px; font-weight: 700; transition: transform .2s, box-shadow .2s; }
.button:hover { transform: translateY(-2px); box-shadow: 0 10px 28px rgba(52,55,47,.13); }
.button.primary { background: var(--terracotta); color: white; }
.button.secondary { border-color: rgba(52,55,47,.35); }
.button.cream { background: var(--cream); color: var(--ink); }
.button.spotify { background: #1ed760; color: #132016; }
.microcopy, .privacy-note { margin-top: 16px; font-size: 12px; color: #74766f; }
.hero-art { position: relative; aspect-ratio: .86; min-height: 510px; border-radius: 48% 48% 12px 12px; background: linear-gradient(145deg, #d8c8b8, #bd7965 60%, #8d5548); box-shadow: 0 40px 90px rgba(71,43,35,.22); }
.orbit { position: absolute; border: 1px solid rgba(255,255,255,.55); border-radius: 50%; }
.orbit-one { inset: 12% 13% 24%; transform: rotate(-14deg); }
.orbit-two { inset: 24% 25% 10% 8%; transform: rotate(19deg); }
.nua-symbol { position: absolute; left: 50%; top: 48%; width: clamp(190px, 22vw, 330px); aspect-ratio: 1; transform: translate(-50%,-50%); }
.nua-symbol i { position: absolute; border: clamp(18px, 2.4vw, 36px) solid rgba(255,255,255,.86); border-radius: 50%; }
.nua-symbol i:first-child { inset: 2% 22% 18% 0; }
.nua-symbol i:nth-child(2) { inset: 18% 0 2% 22%; }
.nua-symbol i:nth-child(3) { width: 17%; aspect-ratio: 1; right: 10%; bottom: 14%; border-width: 0; background: rgba(255,255,255,.86); }
.hero-brand { position: absolute; left: 50%; bottom: 17%; transform: translateX(-50%); color: rgba(255,255,255,.94); font: 500 18px Georgia, serif; letter-spacing: .42em; }
.hero-note { position: absolute; right: -28px; bottom: 38px; max-width: 240px; padding: 20px 24px; background: var(--paper); border-radius: 18px; font: italic 18px/1.5 Georgia, serif; box-shadow: 0 20px 60px rgba(52,55,47,.14); }

.trust-strip { display: grid; grid-template-columns: repeat(4, 1fr); padding: 20px clamp(24px, 7vw, 110px); background: #e7dfd3; border-top: 1px solid rgba(52,55,47,.07); border-bottom: 1px solid rgba(52,55,47,.07); text-align: center; font-size: 12px; font-weight: 700; letter-spacing: .03em; }
.trust-strip b { color: var(--terracotta); margin-right: 8px; }

.section-shell { padding: 115px clamp(24px, 7vw, 110px); }
.gift { display: grid; grid-template-columns: minmax(280px, .85fr) 1.15fr; align-items: center; gap: clamp(50px, 9vw, 140px); background: var(--paper); }
.gift-image { max-width: 500px; padding: 22px; border-radius: 18px; background: #eee3d8; transform: rotate(-2deg); }
.gift-image img { border-radius: 7px; box-shadow: 0 20px 45px rgba(52,55,47,.18); }
.gift-copy { max-width: 620px; }
.gift h2, .section-heading h2, .music h2, .about h2, .final-cta h2 { font-size: clamp(42px, 5vw, 72px); letter-spacing: -.035em; }
.section-intro { margin: 25px 0; font-size: 19px; }
.check-list { padding: 0; margin: 30px 0; list-style: none; }
.check-list li { padding: 12px 0; border-bottom: 1px solid rgba(52,55,47,.12); }
.check-list li::before { content: "✓"; margin-right: 12px; color: var(--terracotta); font-weight: 800; }

.volver-section { display: grid; grid-template-columns: .95fr 1.05fr; align-items: center; gap: clamp(45px, 8vw, 120px); padding: 120px clamp(24px, 7vw, 110px); background: var(--ink); color: var(--cream); }
.volver-visual { position: relative; max-width: 540px; }
.volver-visual > img:first-child { width: 82%; border-radius: 9px; box-shadow: 0 32px 80px rgba(0,0,0,.35); }
.phone-preview { position: absolute; right: 0; bottom: -9%; width: 31%; border: 5px solid #22251f; border-radius: 23px; box-shadow: 0 25px 55px rgba(0,0,0,.36); }
.floating-card { position: absolute; right: -42px; bottom: -36px; width: 150px; height: 150px; display: grid; place-content: center; text-align: center; border-radius: 50%; background: var(--gold); color: var(--ink); transform: rotate(7deg); }
.volver-copy { max-width: 680px; }
.volver-copy h2 { color: #f0e4c9; font-size: clamp(72px, 9vw, 136px); letter-spacing: .02em; }
.volver-subtitle { margin: 10px 0 26px; font: 28px/1.35 Georgia, serif; }
.format-note { margin-top: 24px; padding: 16px 18px; border-left: 3px solid var(--gold); background: rgba(255,255,255,.06); font-size: 14px; }
.included-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 1px; margin: 32px 0; background: rgba(255,255,255,.13); border: 1px solid rgba(255,255,255,.13); }
.included-grid span { padding: 18px; background: var(--ink); font-size: 14px; }
.included-grid b { display: block; margin-bottom: 6px; color: var(--gold); }

.section-heading { max-width: 780px; margin: 0 auto 55px; text-align: center; }
.section-heading p:last-child { max-width: 630px; margin: 22px auto 0; color: #676a62; }
.product-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; }
.product-card { overflow: hidden; border-radius: 22px; background: var(--paper); border: 1px solid rgba(52,55,47,.1); transition: transform .25s; }
.product-card:hover { transform: translateY(-7px); }
.product-card img { width: 100%; aspect-ratio: .79; object-fit: cover; object-position: top; }
.product-content { padding: 24px; }
.product-detail { display: block; margin-bottom: 12px; color: var(--terracotta); font-size: 10px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.product-content h3 { min-height: 52px; font-size: 25px; }
.product-content p { min-height: 110px; font-size: 14px; color: #666960; }
.product-content a { font-size: 13px; font-weight: 800; }
.product-content a span { margin-left: 7px; }
.product-card.rose { box-shadow: inset 0 -5px var(--blush); }
.product-card.sage { box-shadow: inset 0 -5px #b9bead; }
.product-card.gold { box-shadow: inset 0 -5px #dbc891; }
.product-card.blue { box-shadow: inset 0 -5px #9fb1b2; }

.how-it-works { background: var(--paper); }
.steps-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; max-width: 1120px; margin: 0 auto; }
.steps-grid article { padding: 34px; border: 1px solid rgba(52,55,47,.12); border-radius: 20px; background: var(--cream); }
.steps-grid article > span { display: grid; place-content: center; width: 42px; height: 42px; margin-bottom: 40px; border-radius: 50%; background: var(--terracotta); color: white; font: 20px Georgia, serif; }
.steps-grid h3 { font-size: 28px; }
.steps-grid p { margin-bottom: 0; color: #666960; font-size: 14px; }
.print-note { max-width: 940px; margin: 32px auto 0; padding: 18px 22px; border-radius: 12px; background: #ece8de; color: #5e6158; font-size: 13px; text-align: center; }

.music { display: grid; grid-template-columns: 1.1fr .9fr; align-items: center; gap: clamp(50px, 8vw, 120px); background: #e3e3d8; }
.music-copy { max-width: 650px; }
.music-copy p:not(.eyebrow) { margin: 28px 0; font-size: 18px; }
.album-art { position: relative; aspect-ratio: 1; display: flex; flex-direction: column; justify-content: space-between; padding: 42px; overflow: hidden; background: #b85e49; color: #fff5e9; box-shadow: 0 30px 70px rgba(52,55,47,.22); }
.album-art strong { position: relative; z-index: 2; font: 500 clamp(52px, 7vw, 100px)/1 Georgia, serif; }
.album-small { text-transform: uppercase; letter-spacing: .16em; font-size: 11px; }
.album-sun { position: absolute; right: -18%; bottom: -28%; width: 85%; aspect-ratio: 1; border-radius: 50%; background: #e0a945; }

.about { display: grid; grid-template-columns: .8fr 1.2fr; gap: clamp(50px, 8vw, 120px); align-items: center; padding: 130px clamp(24px, 9vw, 150px); background: var(--paper); }
.about-mark { min-height: 460px; display: flex; align-items: center; justify-content: center; gap: 8px; border-radius: 50% 50% 42% 42%; background: #ead9d0; color: var(--terracotta); font: 48px Georgia, serif; }
.about-mark b { font-size: 130px; font-weight: 400; }
.about-copy { max-width: 700px; }
.about-copy p { font-size: 18px; }
.signature { margin-top: 26px; color: var(--terracotta); font: italic 22px Georgia, serif !important; }

.faq { display: grid; grid-template-columns: .8fr 1.2fr; gap: clamp(45px, 8vw, 110px); background: #e3e3d8; }
.faq-heading h2 { font-size: clamp(42px, 4.5vw, 68px); letter-spacing: -.035em; }
.faq-heading > p:last-child { margin-top: 25px; color: #666960; }
.faq-heading a { font-weight: 800; text-decoration: underline; text-underline-offset: 4px; }
.faq-list { border-top: 1px solid rgba(52,55,47,.18); }
.faq-list details { border-bottom: 1px solid rgba(52,55,47,.18); }
.faq-list summary { position: relative; padding: 24px 42px 24px 0; cursor: pointer; font: 22px/1.35 Georgia, serif; list-style: none; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary::after { content: "+"; position: absolute; right: 4px; top: 21px; font: 28px/1 sans-serif; }
.faq-list details[open] summary::after { content: "−"; }
.faq-list details p { margin: -4px 45px 24px 0; color: #5f6259; font-size: 14px; }
.final-cta { padding: 115px 24px; background: var(--terracotta); color: white; text-align: center; }
.final-cta h2 { max-width: 850px; margin: 0 auto 34px; }

footer { display: grid; grid-template-columns: 1fr auto; gap: 25px 60px; padding: 55px clamp(24px, 7vw, 110px); background: #292c27; color: #eae4d8; }
.footer-brand { display: flex; flex-direction: column; gap: 6px; }
.footer-brand strong { font: 32px Georgia, serif; letter-spacing: .12em; }
.footer-brand span { font-size: 12px; letter-spacing: .08em; text-transform: uppercase; }
.footer-links { display: flex; align-items: flex-start; gap: 25px; font-size: 13px; }
.legal-links { grid-column: 1 / -1; display: flex; flex-wrap: wrap; gap: 10px 24px; padding-top: 22px; border-top: 1px solid rgba(255,255,255,.12); font-size: 11px; color: #d2d0c9; }
.legal-links a { text-decoration: underline; text-underline-offset: 3px; }
.disclaimer { max-width: 700px; margin: 0; color: #bcbdb6; font-size: 11px; }
.footer-note { margin: 0; color: #bcbdb6; font-size: 11px; text-align: right; }
.copyright { margin: 0; font-size: 11px; text-align: right; }

@media (max-width: 950px) {
  nav a:not(.nav-button) { display: none; }
  .hero, .gift, .volver-section, .music, .about, .faq { grid-template-columns: 1fr; }
  .hero { padding-top: 60px; }
  .hero-art { max-width: 570px; width: 92%; margin: 0 auto; }
  .gift-image, .volver-visual { margin: 0 auto; }
  .product-grid { grid-template-columns: 1fr 1fr; }
  .music-copy { order: 2; }
  .album-art { max-width: 570px; width: 100%; margin: 0 auto; }
  .about-mark { min-height: 330px; }
  .steps-grid { grid-template-columns: 1fr; max-width: 650px; }
  .steps-grid article > span { margin-bottom: 24px; }
}

@media (max-width: 580px) {
  .site-header { padding: 14px 18px; }
  .announcement { justify-content: space-between; gap: 10px; padding: 8px 14px; font-size: 10px; }
  .brand span:last-child { display: none; }
  .hero { min-height: auto; padding: 55px 20px 75px; }
  .hero h1 { font-size: 52px; }
  .hero-art { min-height: 400px; }
  .hero-note { right: -8px; bottom: 22px; max-width: 205px; font-size: 16px; }
  .section-shell, .volver-section, .about { padding: 80px 20px; }
  .trust-strip { grid-template-columns: 1fr 1fr; gap: 14px 4px; padding: 18px 14px; font-size: 10px; }
  .product-grid { grid-template-columns: 1fr; }
  .product-content p { min-height: 0; }
  .included-grid { grid-template-columns: 1fr; }
  .floating-card { right: -8px; width: 120px; height: 120px; }
  .phone-preview { right: 4%; bottom: -6%; width: 32%; }
  .about-mark { min-height: 260px; }
  footer { grid-template-columns: 1fr; }
  .footer-links { flex-wrap: wrap; }
  .copyright { text-align: left; }
  .footer-note { text-align: left; }
}

.legal-header { display: flex; align-items: center; justify-content: space-between; padding: 22px clamp(22px, 6vw, 90px); border-bottom: 1px solid rgba(52,55,47,.11); background: rgba(247,243,234,.95); }
.legal-header .brand { display: flex; }
.legal-back { padding: 11px 17px; border: 1px solid rgba(52,55,47,.22); border-radius: 999px; font-size: 12px; font-weight: 800; }
.legal-page { min-height: 70vh; padding: 80px 24px 110px; background: var(--paper); }
.legal-document { max-width: 900px; margin: 0 auto; }
.legal-kicker { color: var(--terracotta); font-size: 11px; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; }
.legal-document h1 { margin: 12px 0 18px; font-size: clamp(48px, 7vw, 78px); letter-spacing: -.035em; }
.legal-updated { margin-bottom: 54px; color: #77796f; font-size: 12px; }
.legal-document h2 { margin: 42px 0 14px; font-size: 29px; }
.legal-document h3 { margin: 28px 0 10px; font-size: 21px; }
.legal-document p, .legal-document li { color: #51544c; font-size: 15px; line-height: 1.8; }
.legal-document ul { padding-left: 22px; }
.legal-data { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1px; margin: 28px 0; overflow: hidden; border: 1px solid #ded8cd; border-radius: 14px; background: #ded8cd; }
.legal-data div { padding: 18px; background: var(--cream); }
.legal-data b { display: block; margin-bottom: 5px; color: var(--terracotta); font-size: 10px; letter-spacing: .09em; text-transform: uppercase; }
.legal-notice { margin: 30px 0; padding: 18px 20px; border-left: 3px solid var(--gold); background: #f0e8d9; color: #54574f; font-size: 13px; line-height: 1.7; }
.legal-footer { display: flex; flex-wrap: wrap; justify-content: center; gap: 12px 25px; padding: 30px 20px; background: #292c27; color: #d4d0c7; font-size: 11px; }
.legal-footer a { text-decoration: underline; text-underline-offset: 3px; }

@media (max-width: 580px) {
  .legal-header { padding: 16px 18px; }
  .legal-page { padding: 58px 20px 80px; }
  .legal-data { grid-template-columns: 1fr; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .button, .product-card { transition: none; }
}
