:root {
    --night: #130f24;
    --night-deep: #0c0918;
    --night-soft: #201735;
    --paper: #fffdf9;
    --paper-soft: #f7f3ed;
    --ink: #211a2d;
    --muted: #6f6877;
    --white-muted: #c9c1d9;
    --coral: #ff7265;
    --pink: #ed5da8;
    --violet: #7c52ef;
    --mint: #6be1c4;
    --gold: #ffc567;
    --line-dark: rgba(255,255,255,.12);
    --line-light: #e6dfd8;
    --shadow: 0 28px 80px rgba(15, 9, 32, .18);
    --radius-xl: 32px;
    --radius-lg: 23px;
    --radius-md: 15px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; overflow-x: hidden; color: var(--ink); background: var(--paper); font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; text-rendering: optimizeLegibility; }
body, button, input, select, textarea { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
a { color: inherit; }
img { display: block; max-width: 100%; }
button { border: 0; }
.skip-link { position: fixed; left: 16px; top: -80px; z-index: 100; padding: 12px 16px; border-radius: 8px; color: #fff; background: #000; }
.skip-link:focus { top: 16px; }

.hero-shell { position: relative; min-height: 760px; overflow: hidden; padding: 0 max(28px, calc((100vw - 1220px)/2)); color: #fff; background: radial-gradient(circle at 18% 12%, rgba(126,76,226,.25), transparent 31rem), linear-gradient(145deg, #17112b 0%, #0b0916 74%); }
.ambient { position: absolute; border-radius: 50%; pointer-events: none; filter: blur(2px); }
.ambient-one { width: 480px; height: 480px; top: -260px; right: 4%; background: rgba(240,82,163,.14); }
.ambient-two { width: 360px; height: 360px; bottom: -240px; left: -130px; background: rgba(93,219,194,.1); }
.site-header { position: relative; z-index: 20; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; min-height: 88px; border-bottom: 1px solid var(--line-dark); }
.wordmark { display: inline-flex; align-items: center; gap: 10px; width: max-content; text-decoration: none; font-size: 1.08rem; font-weight: 630; letter-spacing: -.02em; }
.wordmark strong { font-weight: 880; }
.wordmark-logo { flex: 0 0 auto; width: 38px; height: 46px; object-fit: contain; filter: drop-shadow(0 8px 16px rgba(226,86,139,.24)); }
.desktop-nav { display: flex; align-items: center; gap: 32px; }
.desktop-nav a { position: relative; color: #d9d3e4; text-decoration: none; font-size: .89rem; font-weight: 670; }
.desktop-nav a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -9px; height: 2px; background: var(--coral); transition: right .2s ease; }
.desktop-nav a:hover::after { right: 0; }
.header-cta { justify-self: end; display: inline-flex; align-items: center; min-height: 42px; padding: 0 17px; border: 1px solid rgba(255,255,255,.22); border-radius: 999px; color: #fff; text-decoration: none; background: rgba(255,255,255,.07); font-size: .83rem; font-weight: 800; }
.menu-button { display: none; color: #fff; background: transparent; font-size: 1.35rem; }

.hero-grid { position: relative; z-index: 2; display: grid; grid-template-columns: minmax(0, 1.02fr) minmax(420px, .92fr); gap: clamp(36px, 7vw, 94px); align-items: center; padding: 78px 0 70px; }
.hero-copy { max-width: 640px; }
.hero-badge { display: inline-flex; align-items: center; gap: 9px; padding: 8px 13px; border: 1px solid rgba(255,255,255,.13); border-radius: 999px; color: #e6dfee; background: rgba(255,255,255,.055); font-size: .76rem; font-weight: 760; letter-spacing: .02em; }
.hero-badge span { color: var(--gold); }
.hero-copy h1 { margin: 22px 0 20px; max-width: 660px; font-size: clamp(3.2rem, 6.3vw, 6rem); line-height: .92; letter-spacing: -.068em; }
.hero-copy h1 span { display: block; color: transparent; background: linear-gradient(100deg, #ff897d 4%, #ed67af 46%, #9374ff 94%); -webkit-background-clip: text; background-clip: text; }
.hero-lead { max-width: 570px; margin: 0; color: #d0c9db; font-size: clamp(1.03rem, 1.6vw, 1.25rem); line-height: 1.65; }
.hero-action-row { display: flex; align-items: center; gap: 28px; margin-top: 31px; }
.primary-cta, .dark-section-cta, .final-cta-section a { display: inline-flex; align-items: center; justify-content: space-between; gap: 34px; min-height: 56px; padding: 0 23px; border-radius: 12px; color: #fff; text-decoration: none; background: linear-gradient(135deg, var(--coral), #e956a4 60%, var(--violet)); box-shadow: 0 16px 36px rgba(229,83,157,.28); font-size: .93rem; font-weight: 850; transition: transform .2s ease, filter .2s ease; }
.primary-cta:hover, .dark-section-cta:hover, .final-cta-section a:hover { transform: translateY(-2px); filter: brightness(1.06); }
.price-block { display: grid; grid-template-columns: auto auto auto; align-items: start; line-height: 1; }
.price-prefix { margin-top: 9px; margin-right: 3px; color: #ddd6e7; font-size: .92rem; font-weight: 700; }
.price-block strong { font-size: 3rem; letter-spacing: -.07em; }
.price-cents { margin-top: 7px; font-size: 1rem; font-weight: 750; }
.price-note { margin: 13px 0 0; color: #958da5; font-size: .75rem; }
.mode-selector { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; margin-top: 30px; }
.mode-chip { display: flex; align-items: center; gap: 10px; min-width: 0; padding: 11px; border: 1px solid rgba(255,255,255,.11); border-radius: 12px; color: #fff; background: rgba(255,255,255,.045); text-align: left; cursor: pointer; transition: border-color .2s ease, background .2s ease, transform .2s ease; }
.mode-chip:hover { transform: translateY(-2px); }
.mode-chip.is-active { border-color: rgba(255,122,112,.65); background: linear-gradient(135deg, rgba(255,113,100,.13), rgba(121,76,238,.12)); }
.mode-icon { display: grid; place-items: center; flex: 0 0 34px; width: 34px; height: 34px; border-radius: 9px; color: #ff9288; background: rgba(255,255,255,.08); font-size: 1rem; }
.mode-chip strong, .mode-chip small { display: block; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.mode-chip strong { font-size: .75rem; }
.mode-chip small { margin-top: 3px; color: #9f97ac; font-size: .62rem; }

.hero-visual { position: relative; width: min(100%, 535px); justify-self: end; padding-bottom: 74px; }
.visual-frame { position: relative; overflow: hidden; aspect-ratio: 4/4.5; border: 1px solid rgba(255,255,255,.13); border-radius: 42% 16% 30% 14%; box-shadow: 0 32px 100px rgba(0,0,0,.42); }
.visual-frame img { width: 100%; height: 100%; object-fit: cover; object-position: 56% center; }
.visual-gradient { position: absolute; inset: 0; background: linear-gradient(180deg, transparent 54%, rgba(12,8,22,.48)); }
.reaction-badge { position: absolute; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.25); border-radius: 15px; color: #fff; background: rgba(18,12,32,.6); backdrop-filter: blur(10px); box-shadow: 0 14px 28px rgba(0,0,0,.25); }
.reaction-one { width: 48px; height: 48px; right: 20px; top: 28px; color: #ff8c87; }
.reaction-two { width: 40px; height: 40px; left: 18px; top: 46%; color: var(--mint); }
.song-player { position: absolute; left: -44px; right: 17px; bottom: 15px; display: grid; grid-template-columns: 62px 44px 1fr; gap: 13px; align-items: center; min-height: 110px; padding: 15px; border: 1px solid rgba(255,255,255,.16); border-radius: 18px; background: rgba(21,15,37,.91); box-shadow: 0 24px 60px rgba(0,0,0,.34); backdrop-filter: blur(20px); }
.cover-art { display: grid; place-items: center; width: 62px; height: 76px; border-radius: 12px; color: #fff; background: radial-gradient(circle at 65% 20%, rgba(255,255,255,.25), transparent 25%), linear-gradient(145deg, #fc7b70, #d954a3 55%, #7052db); font-size: 1.4rem; }
.play-button { position: relative; width: 42px; height: 42px; border-radius: 50%; color: #fff; background: #fff; cursor: pointer; }
.play-button span { position: absolute; left: 17px; top: 13px; width: 0; height: 0; border-top: 8px solid transparent; border-bottom: 8px solid transparent; border-left: 12px solid #241834; }
.song-player.is-playing .play-button span { left: 14px; top: 13px; width: 14px; height: 16px; border: 0; background: linear-gradient(90deg, #241834 0 35%, transparent 35% 65%, #241834 65%); }
.player-content { min-width: 0; }
.player-meta { display: flex; justify-content: space-between; gap: 10px; align-items: start; }
.player-meta span, .player-meta strong { display: block; }
.player-meta span { color: #938a9e; font-size: .59rem; }
.player-meta strong { margin-top: 3px; font-size: .78rem; }
.player-meta small { color: #a89eaf; font-size: .55rem; }
.waveform { display: flex; align-items: center; gap: 3px; height: 29px; margin-top: 8px; }
.waveform i { width: 3px; height: 35%; border-radius: 99px; background: #887c95; }
.waveform i:nth-child(3n) { height: 75%; }.waveform i:nth-child(4n) { height: 52%; }.waveform i:nth-child(5n) { height: 90%; }.waveform i:nth-child(7n) { height: 68%; }
.song-player.is-playing .waveform i { background: linear-gradient(#ff8a81, #a56fff); animation: wave .7s ease-in-out infinite alternate; }
.song-player.is-playing .waveform i:nth-child(2n) { animation-delay: -.35s; }
@keyframes wave { to { transform: scaleY(.55); } }
.player-progress { height: 2px; overflow: hidden; border-radius: 4px; background: #3d3348; }
.player-progress span { display: block; width: 31%; height: 100%; background: linear-gradient(90deg, var(--coral), var(--violet)); }
.song-player.is-playing .player-progress span { animation: progress 8s linear infinite; }
@keyframes progress { from { width: 12%; } to { width: 95%; } }

.trust-row { position: relative; z-index: 2; display: flex; justify-content: space-between; align-items: center; gap: 18px; padding: 22px 0 25px; border-top: 1px solid var(--line-dark); color: #8e879b; font-size: .68rem; }
.trust-row span { display: grid; gap: 3px; }
.trust-row strong { color: #e6dfed; font-size: .74rem; }
.trust-row i { width: 3px; height: 3px; border-radius: 50%; background: #595064; }

.how-section, .faq-section { padding: 105px max(28px, calc((100vw - 1120px)/2)); color: #fff; background: var(--night); }
.section-heading { max-width: 720px; margin: 0 auto 54px; text-align: center; }
.section-heading > p, .creator-intro > p, .care-copy > p { margin: 0 0 12px; color: var(--coral); font-size: .75rem; font-weight: 850; letter-spacing: .12em; text-transform: uppercase; }
.section-heading h2, .creator-intro h2, .care-copy h2 { margin: 0; font-size: clamp(2.15rem, 4.4vw, 4.15rem); line-height: 1.04; letter-spacing: -.052em; }
.section-heading > span, .creator-intro > span, .care-copy > span { display: block; max-width: 640px; margin: 18px auto 0; color: var(--white-muted); line-height: 1.7; }
.steps-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.steps-grid article { min-height: 265px; padding: 26px; border: 1px solid var(--line-dark); border-radius: var(--radius-lg); background: linear-gradient(155deg, rgba(255,255,255,.055), rgba(255,255,255,.015)); }
.step-top { display: flex; justify-content: space-between; align-items: center; }
.step-top > span { color: #635b70; font-size: 1.2rem; font-weight: 860; }
.step-top b { display: grid; place-items: center; width: 42px; height: 42px; border-radius: 12px; font-size: .96rem; }
.step-top .coral { color: #ff8c82; background: rgba(255,113,100,.13); }.step-top .violet { color: #ae92ff; background: rgba(124,82,239,.15); }.step-top .mint { color: #7ee5cd; background: rgba(107,225,196,.12); }
.steps-grid h3 { margin: 54px 0 10px; font-size: 1.35rem; letter-spacing: -.025em; }
.steps-grid p { margin: 0; color: #a9a1b4; line-height: 1.65; font-size: .9rem; }
.dark-section-cta { width: max-content; margin: 36px auto 0; }

.occasion-section { padding: 105px max(28px, calc((100vw - 1120px)/2)); background: var(--paper-soft); }
.light-heading h2 { color: var(--ink); }.light-heading > span { color: var(--muted); }
.occasion-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px; }
.occasion-grid article { display: grid; grid-template-columns: 58px 1fr; gap: 20px; min-height: 210px; padding: 28px; border: 1px solid rgba(38,28,48,.08); border-radius: var(--radius-lg); box-shadow: 0 12px 32px rgba(32,21,41,.06); }
.occasion-grid article > span { display: grid; place-items: center; width: 52px; height: 52px; border-radius: 15px; font-size: 1.35rem; }
.occasion-grid small { display: block; margin-bottom: 8px; color: var(--muted); font-size: .72rem; font-weight: 750; text-transform: uppercase; letter-spacing: .08em; }
.occasion-grid h3 { margin: 0; font-size: 1.35rem; letter-spacing: -.03em; }
.occasion-grid p { margin: 13px 0 0; color: var(--muted); line-height: 1.65; }
.occasion-love { background: linear-gradient(145deg, #fff7f6, #fff); }.occasion-love > span { color: #e74e68; background: #ffe1e3; }
.occasion-family { background: linear-gradient(145deg, #f9f6ff, #fff); }.occasion-family > span { color: #7652d9; background: #ebe3ff; }
.occasion-fun { background: linear-gradient(145deg, #f2fffb, #fff); }.occasion-fun > span { color: #18765e; background: #d8f8ed; }
.occasion-event { background: linear-gradient(145deg, #fffaf0, #fff); }.occasion-event > span { color: #a66b0d; background: #ffecc8; }

.creator-section { display: grid; grid-template-columns: minmax(280px,.72fr) minmax(0,1.28fr); gap: clamp(40px, 7vw, 90px); align-items: start; padding: 110px max(28px, calc((100vw - 1180px)/2)); background: linear-gradient(145deg, #18112c, #0b0916); color: #fff; }
.creator-intro { position: sticky; top: 32px; padding-top: 26px; }
.creator-intro h2 { max-width: 490px; }
.creator-intro > span { margin-left: 0; }
.creator-price { display: flex; align-items: baseline; gap: 9px; margin-top: 30px; }.creator-price strong { font-size: 2.2rem; letter-spacing: -.05em; }.creator-price small { color: #9e95aa; }
.creator-intro ul { display: grid; gap: 11px; margin: 26px 0 0; padding: 0; list-style: none; color: #c1b8cc; font-size: .88rem; }
.creator-intro li::before { content: "✓"; display: inline-grid; place-items: center; width: 20px; height: 20px; margin-right: 9px; border-radius: 50%; color: #1b604e; background: var(--mint); font-size: .67rem; font-weight: 900; }
.studio-card { padding: clamp(22px, 4vw, 38px); border: 1px solid rgba(255,255,255,.13); border-radius: var(--radius-xl); background: rgba(255,255,255,.97); box-shadow: 0 30px 80px rgba(0,0,0,.3); color: var(--ink); }
.studio-progress { display: grid; grid-template-columns: auto 1fr auto 1fr auto; gap: 12px; align-items: center; margin-bottom: 27px; color: #aaa4b2; font-size: .74rem; font-weight: 750; }
.studio-progress span { display: flex; align-items: center; gap: 7px; white-space: nowrap; }.studio-progress b { display: grid; place-items: center; width: 28px; height: 28px; border-radius: 50%; color: #81798a; background: #edeaf1; }
.studio-progress .is-active { color: var(--violet); }.studio-progress .is-active b { color: #fff; background: var(--violet); }.studio-progress i { height: 1px; background: #ded9e4; }
.preview-notice { margin-bottom: 22px; padding: 13px 15px; border: 1px solid #ead59a; border-radius: 11px; color: #765818; background: #fff9e8; font-size: .81rem; line-height: 1.5; }
.form-step h3 { margin: 5px 0 26px; font-size: clamp(1.6rem, 3vw, 2.3rem); letter-spacing: -.04em; }
.step-eyebrow { margin: 0; color: var(--violet); font-size: .68rem; font-weight: 900; letter-spacing: .12em; }
.form-step { animation: reveal .3s ease; }
@keyframes reveal { from { opacity: 0; transform: translateY(8px); } }
.form-step label { display: grid; gap: 8px; margin-bottom: 16px; color: #413948; font-size: .86rem; font-weight: 760; }
.form-step input, .form-step select, .form-step textarea { width: 100%; border: 1px solid #d8d2dd; border-radius: 11px; padding: 13px 14px; color: var(--ink); background: #fff; outline: none; font-size: .92rem; transition: border-color .2s, box-shadow .2s; }
.form-step textarea { min-height: 110px; resize: vertical; line-height: 1.55; }
.form-step input:focus, .form-step select:focus, .form-step textarea:focus { border-color: var(--violet); box-shadow: 0 0 0 4px rgba(124,82,239,.1); }
.form-step .is-invalid { border-color: #c93a53; box-shadow: 0 0 0 3px rgba(201,58,83,.08); }
.field-grid { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 14px; }
.choice-fieldset { margin: 0 0 20px; padding: 0; border: 0; }.choice-fieldset legend { margin-bottom: 10px; color: #413948; font-size: .86rem; font-weight: 760; }
.choice-grid { display: grid; gap: 9px; }.choice-grid.three { grid-template-columns: repeat(3,1fr); }
.choice-card { position: relative; display: grid !important; place-items: center; min-height: 120px; margin: 0 !important; padding: 13px; border: 1px solid #dcd6e2; border-radius: 13px; text-align: center; cursor: pointer; }
.choice-card input { position: absolute; opacity: 0; pointer-events: none; }.choice-card > span { color: var(--coral); font-size: 1.25rem; }.choice-card strong { font-size: .83rem; }.choice-card small { color: #8a8390; font-size: .68rem; font-weight: 500; }
.choice-card.is-selected { border-color: var(--violet); background: #f5f1ff; box-shadow: 0 0 0 2px rgba(124,82,239,.08); }
.counter { justify-self: end; color: #908999; font-weight: 500; }.safety-tip { margin: 3px 0 17px; padding: 12px 14px; border-left: 3px solid var(--gold); color: #716342; background: #fffaf0; font-size: .78rem; line-height: 1.5; }
.consent-row { grid-template-columns: 20px 1fr !important; align-items: start; gap: 10px !important; font-weight: 520 !important; line-height: 1.55; }.consent-row input { width: 18px; height: 18px; margin: 2px 0 0; accent-color: var(--violet); }.consent-row a { color: var(--violet); font-weight: 750; }
.form-error { margin: 8px 0 15px; padding: 11px 13px; border-radius: 10px; color: #8e2438; background: #fff0f3; font-size: .8rem; line-height: 1.5; }
.step-actions { display: flex; justify-content: space-between; align-items: center; gap: 12px; margin-top: 22px; }.step-actions.end { justify-content: flex-end; }
.next-button, .checkout-button, .back-button { min-height: 48px; border-radius: 11px; cursor: pointer; font-weight: 820; }
.next-button { display: inline-flex; align-items: center; gap: 35px; padding: 0 19px; color: #fff; background: linear-gradient(135deg, var(--violet), #6341cc); }.back-button { padding: 0 9px; color: #6d6573; background: transparent; }
.checkout-button { display: flex; justify-content: space-between; align-items: center; gap: 22px; min-width: 310px; padding: 0 19px; color: #fff; background: linear-gradient(135deg, var(--coral), #e3519f 58%, var(--violet)); box-shadow: 0 11px 24px rgba(226,80,150,.2); }
.checkout-button b { font-size: .83rem; }.checkout-button:disabled { opacity: .65; cursor: wait; }
.checkout-note { margin: 13px 0 0; text-align: right; color: #948c9c; font-size: .69rem; }

.care-section { display: grid; grid-template-columns: .8fr 1.2fr; gap: clamp(50px, 9vw, 130px); align-items: center; padding: 110px max(28px, calc((100vw - 1120px)/2)); background: var(--paper); }
.care-visual { position: relative; display: grid; place-items: center; min-height: 380px; border-radius: 40% 20% 36% 18%; background: radial-gradient(circle, rgba(255,255,255,.95) 0 24%, transparent 25%), linear-gradient(145deg, #f3d9dc, #e9ddfa 57%, #d7f3e9); overflow: hidden; }
.care-disc { display: grid; place-items: center; width: 155px; height: 155px; border: 28px solid #271a38; border-radius: 50%; color: #fff; background: radial-gradient(circle, #f6c5a8 0 14%, #cf4c8d 15% 23%, #16101f 24%); box-shadow: 0 20px 50px rgba(26,15,39,.24); font-size: 1.35rem; }
.care-lines { position: absolute; display: flex; gap: 5px; align-items: center; bottom: 38px; }.care-lines i { width: 4px; height: 22px; border-radius: 4px; background: rgba(49,30,66,.5); }.care-lines i:nth-child(2n) { height: 38px; }.care-lines i:nth-child(3n) { height: 55px; }
.care-copy > span { margin-left: 0; color: var(--muted); }
.care-points { display: grid; gap: 0; margin-top: 31px; }.care-points div { padding: 17px 0; border-top: 1px solid var(--line-light); }.care-points strong, .care-points small { display: block; }.care-points strong { margin-bottom: 5px; }.care-points small { max-width: 620px; color: var(--muted); line-height: 1.55; }

.faq-section { background: #100c1c; }.faq-list { max-width: 850px; margin: 0 auto; border-top: 1px solid var(--line-dark); }
.faq-list details { border-bottom: 1px solid var(--line-dark); }.faq-list summary { position: relative; padding: 23px 45px 23px 0; list-style: none; cursor: pointer; font-weight: 780; }.faq-list summary::-webkit-details-marker { display: none; }.faq-list summary::after { content: "+"; position: absolute; right: 4px; top: 18px; color: #9a8daa; font-size: 1.45rem; }.faq-list details[open] summary::after { content: "−"; }.faq-list details p { margin: -4px 0 24px; max-width: 720px; color: #a79fae; line-height: 1.7; }
.final-cta-section { padding: 105px 28px; color: #fff; text-align: center; background: radial-gradient(circle at 50% 0, rgba(235,91,167,.28), transparent 34rem), linear-gradient(135deg, #261545, #120d23); }.final-cta-section > div { max-width: 830px; margin: 0 auto; }.final-cta-section > div > span { display: grid; place-items: center; width: 52px; height: 52px; margin: 0 auto 22px; border-radius: 15px; background: rgba(255,255,255,.09); color: #ff9289; }.final-cta-section p { margin: 0 0 8px; color: #b9afc5; }.final-cta-section h2 { margin: 0 0 29px; font-size: clamp(2.5rem, 6vw, 5.3rem); line-height: .98; letter-spacing: -.065em; }.final-cta-section a { margin: 0 auto; }
.site-footer { display: grid; grid-template-columns: 1.2fr 1fr auto; gap: 40px; align-items: end; padding: 48px max(28px, calc((100vw - 1120px)/2)); color: #968da2; background: #0b0813; font-size: .78rem; }.footer-wordmark { color: #fff; }.site-footer p { max-width: 430px; margin: 13px 0 0; line-height: 1.6; }.site-footer nav { display: flex; flex-wrap: wrap; gap: 18px; }.site-footer nav a { text-decoration: none; }.site-footer nav a:hover { color: #fff; }.site-footer small { white-space: nowrap; }

.legal-page { min-height: 100vh; color: #eae4f0; background: var(--night); }.legal-header { display: flex; justify-content: space-between; align-items: center; min-height: 82px; padding: 0 max(24px, calc((100vw - 920px)/2)); border-bottom: 1px solid var(--line-dark); }.legal-header > a:last-child { color: #c3b9cd; text-decoration: none; font-size: .83rem; }.legal-content { max-width: 920px; margin: 0 auto; padding: 70px 24px 100px; }.legal-content h1 { margin: 0; font-size: clamp(2.5rem, 6vw, 5rem); letter-spacing: -.06em; }.legal-content > p { color: #aca3b5; line-height: 1.7; }.legal-content article { display: grid; gap: 18px; margin-top: 48px; }.legal-content section { padding-top: 25px; border-top: 1px solid var(--line-dark); }.legal-content h2 { margin: 0 0 11px; font-size: 1.25rem; }.legal-content section p, .legal-content li { color: #b9b0c3; line-height: 1.72; }.legal-content li + li { margin-top: 7px; }

@media (max-width: 980px) {
    .hero-grid { grid-template-columns: 1fr; }.hero-copy { max-width: 720px; }.hero-visual { justify-self: center; width: min(88%, 540px); }.hero-copy h1 { font-size: clamp(3.4rem, 11vw, 6rem); }
    .creator-section, .care-section { grid-template-columns: 1fr; }.creator-intro { position: static; }.creator-intro h2 { max-width: 700px; }
    .site-footer { grid-template-columns: 1fr 1fr; }.site-footer small { grid-column: 1 / -1; }
}

@media (max-width: 760px) {
    .hero-shell { padding-inline: 20px; }.site-header { grid-template-columns: 1fr auto; min-height: 72px; }.header-cta { display: none; }.menu-button { display: block; }.desktop-nav { position: absolute; top: 63px; left: 0; right: 0; display: none; flex-direction: column; align-items: stretch; gap: 0; padding: 10px; border: 1px solid var(--line-dark); border-radius: 14px; background: rgba(16,11,28,.98); }.desktop-nav.is-open { display: flex; }.desktop-nav a { padding: 12px; }.desktop-nav a::after { display: none; }
    .hero-grid { padding-top: 57px; gap: 55px; }.hero-copy h1 { font-size: clamp(3.05rem, 16vw, 5.2rem); }.hero-lead { font-size: 1rem; }.hero-action-row { align-items: flex-start; flex-direction: column; gap: 18px; }.mode-selector { grid-template-columns: 1fr; }.mode-chip { padding: 12px 14px; }.mode-chip strong { font-size: .82rem; }.mode-chip small { font-size: .68rem; }
    .hero-visual { width: 100%; padding-bottom: 82px; }.song-player { left: 5px; right: 5px; }.trust-row { display: grid; grid-template-columns: repeat(2,1fr); }.trust-row i { display: none; }
    .how-section, .occasion-section, .creator-section, .care-section, .faq-section { padding: 78px 20px; }.steps-grid, .occasion-grid { grid-template-columns: 1fr; }.steps-grid article { min-height: 230px; }.steps-grid h3 { margin-top: 35px; }
    .section-heading { text-align: left; }.section-heading > span { margin-left: 0; }.occasion-grid article { grid-template-columns: 48px 1fr; padding: 22px; }.occasion-grid article > span { width: 45px; height: 45px; }
    .studio-card { padding: 21px 16px; border-radius: 21px; }.studio-progress span { font-size: 0; }.studio-progress span b { font-size: .72rem; }.field-grid, .choice-grid.three { grid-template-columns: 1fr; }.choice-card { grid-template-columns: 32px 1fr; justify-items: start; min-height: 68px; text-align: left; }.choice-card small { grid-column: 2; }.checkout-button { min-width: 0; width: 100%; }.step-actions { align-items: stretch; flex-direction: column-reverse; }.step-actions.end { align-items: stretch; }.next-button { justify-content: space-between; }.back-button { align-self: flex-start; }.checkout-note { text-align: left; }
    .care-visual { min-height: 310px; }.site-footer { grid-template-columns: 1fr; padding: 42px 20px; }.site-footer small { grid-column: auto; white-space: normal; }
}

@media (prefers-reduced-motion: reduce) {
    html { scroll-behavior: auto; }
    *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
}
