:root {
  --ivory: #FAF6F1;
  --cream: #F2E9DF;
  --paper: #FFFDFC;
  --espresso: #2B1E17;
  --espresso-2: #4A352B;
  --rose: #C47B7A;
  --rose-dark: #A65F60;
  --gold: #D4AF7A;
  --line: rgba(43, 30, 23, .14);
  --muted: #78685F;
  --shadow: 0 20px 65px rgba(73, 51, 38, .12);
  --serif: "Cormorant Garamond", Georgia, serif;
  --sans: "Montserrat", Arial, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--espresso); background: var(--ivory); font-family: var(--sans); font-size: 16px; line-height: 1.72; -webkit-font-smoothing: antialiased; }
body.lang-en-active .lang-el { display: none !important; }
body:not(.lang-en-active) .lang-en { display: none !important; }
a { color: inherit; text-decoration: none; }
img { display: block; width: 100%; }
button, input, textarea, select { font: inherit; }
button { color: inherit; }

.skip-link { position: absolute; left: -10000px; top: auto; width: 1px; height: 1px; overflow: hidden; }
.skip-link:focus { left: 1rem; top: 1rem; width: auto; height: auto; z-index: 999; background: white; padding: .75rem 1rem; }

.wrap { width: min(1180px, calc(100% - 40px)); margin-inline: auto; }
.narrow { width: min(760px, calc(100% - 40px)); margin-inline: auto; }
.center { text-align: center; }
.section { padding: 108px 0; position: relative; }
.eyebrow { margin: 0 0 16px; font: 600 .74rem/1.2 var(--sans); letter-spacing: .18em; color: var(--rose-dark); text-transform: uppercase; }
h1, h2, h3 { font-family: var(--serif); font-weight: 500; line-height: .98; letter-spacing: -.025em; margin: 0; }
h1 { font-size: clamp(3.4rem, 7.4vw, 6.9rem); max-width: 850px; }
h2 { font-size: clamp(2.75rem, 5vw, 5rem); }
h3 { font-size: clamp(1.7rem, 2.5vw, 2.4rem); line-height: 1.05; }
em { color: var(--rose); font-weight: 500; }
p { margin-top: 0; }
.section-intro { color: var(--muted); font-size: 1.08rem; margin: 24px auto 0; max-width: 690px; }

.announcement { min-height: 34px; padding: 9px 15px 8px; background: var(--espresso); color: #fff9f4; text-align: center; font-size: .68rem; line-height: 1.25; font-weight: 600; letter-spacing: .12em; }
.site-header { position: sticky; top: 0; z-index: 100; background: rgba(250,246,241,.92); backdrop-filter: blur(16px); border-bottom: 1px solid rgba(43,30,23,.08); }
.header-inner { min-height: 84px; display: grid; grid-template-columns: 250px 1fr auto; align-items: center; gap: 28px; }
.brand img { width: 225px; max-height: 68px; object-fit: contain; object-position: left center; mix-blend-mode: multiply; }
.brand-text { font-family: var(--serif); font-size: 1.55rem; font-weight: 500; color: var(--espresso); letter-spacing: .01em; white-space: nowrap; }
.brand-text em { color: var(--gold); font-style: italic; font-weight: 500; }
.nav { display: flex; justify-content: center; align-items: center; gap: clamp(18px, 2.5vw, 34px); font-size: .78rem; font-weight: 600; letter-spacing: .03em; }
.nav a { position: relative; padding: 12px 0; }
.nav a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: 7px; height: 1px; background: var(--rose); transition: right .25s ease; }
.nav a:hover::after { right: 0; }
.header-actions { display: flex; align-items: center; gap: 10px; }
.lang-switch { width: 43px; height: 43px; border: 1px solid var(--line); border-radius: 999px; background: transparent; cursor: pointer; font-size: .72rem; font-weight: 700; }

.btn { display: inline-flex; align-items: center; justify-content: center; min-height: 52px; padding: 0 24px; border-radius: 999px; font-size: .73rem; font-weight: 700; letter-spacing: .07em; border: 1px solid transparent; transition: transform .2s ease, box-shadow .2s ease, background .2s ease; }
.btn:hover { transform: translateY(-2px); }
.btn-small { min-height: 44px; padding-inline: 18px; background: var(--espresso); color: white; }
.btn-primary { min-height: 58px; background: var(--espresso); color: white; box-shadow: 0 10px 28px rgba(43,30,23,.18); }
.btn-primary:hover { background: #3a2a22; box-shadow: 0 14px 30px rgba(43,30,23,.24); }
.btn.full { width: 100%; }
.text-link { display: inline-block; color: var(--espresso); font-size: .81rem; font-weight: 700; letter-spacing: .025em; border-bottom: 1px solid var(--gold); padding-bottom: 4px; }
.text-link.strong { letter-spacing: .08em; }

.hero { padding: 86px 0 100px; overflow: hidden; }
.hero::before { content: ""; position: absolute; width: 650px; height: 650px; border-radius: 50%; right: -250px; top: 50px; background: radial-gradient(circle, rgba(196,123,122,.13), rgba(196,123,122,0) 68%); pointer-events: none; }
.hero-grid { display: grid; grid-template-columns: minmax(0, 1.2fr) minmax(360px, .8fr); gap: 70px; align-items: center; }
.hero-copy .lead { max-width: 690px; color: var(--espresso-2); font-size: 1.1rem; line-height: 1.8; margin: 30px 0 32px; }
.hero-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 22px 28px; }
.trust-line { display: flex; flex-wrap: wrap; gap: 9px 22px; margin-top: 25px; font-size: .74rem; color: var(--muted); }
.trust-line > span::first-letter { color: var(--rose); }

.hero-visual { position: relative; min-height: 620px; display: grid; place-items: center; }
.glow { position: absolute; border-radius: 50%; filter: blur(2px); opacity: .7; }
.glow-a { width: 360px; height: 360px; background: rgba(212,175,122,.16); right: 12px; top: 75px; }
.glow-b { width: 300px; height: 300px; background: rgba(196,123,122,.12); left: 10px; bottom: 70px; }
.hero-photo { position: relative; z-index: 2; width: min(400px, 100%); border-radius: 28px; box-shadow: var(--shadow); transform: rotate(1.4deg); }
.mini-note { position: absolute; z-index: 3; width: 255px; left: -26px; bottom: 35px; padding: 16px 18px; background: rgba(255,253,250,.96); border: 1px solid rgba(212,175,122,.38); box-shadow: 0 15px 35px rgba(73,51,38,.12); border-radius: 14px; font: 500 .72rem/1.55 var(--sans); transform: rotate(-3deg); }

.proof-strip { padding: 28px 0; background: #f3e9df; border-top: 1px solid rgba(212,175,122,.25); border-bottom: 1px solid rgba(212,175,122,.25); }
.proof-grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.proof-grid > div { text-align: center; padding: 8px 20px; border-right: 1px solid rgba(43,30,23,.1); }
.proof-grid > div:last-child { border-right: 0; }
.proof-grid strong { display: block; font: 600 2rem/1 var(--serif); color: var(--rose-dark); margin-bottom: 5px; }
.proof-grid span { font-size: .69rem; letter-spacing: .06em; text-transform: uppercase; color: var(--muted); }

.offer { background: var(--paper); }
.offer-grid { margin-top: 58px; display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.offer-card { padding: 34px 32px 38px; background: var(--ivory); border: 1px solid var(--line); border-radius: 22px; min-height: 330px; }
.offer-card .number { display: inline-flex; width: 42px; height: 42px; border-radius: 50%; align-items: center; justify-content: center; border: 1px solid var(--gold); color: var(--rose-dark); font: 600 1.1rem/1 var(--serif); margin-bottom: 30px; }
.offer-card h3 { font-size: 2rem; line-height: 1.02; margin-bottom: 20px; }
.offer-card p { color: var(--muted); font-size: .92rem; line-height: 1.8; }
.guarantee-banner { margin-top: 26px; display: grid; grid-template-columns: .8fr 1.2fr; gap: 60px; align-items: center; background: var(--espresso); color: #fff9f4; border-radius: 25px; overflow: hidden; box-shadow: var(--shadow); }
.guarantee-photo-frame { position: relative; min-height: 520px; height: 100%; background: var(--cream); }
.guarantee-photo-frame::after { content: ""; position: absolute; inset: 15px; border: 1px solid rgba(255,255,255,.35); border-radius: 19px; pointer-events: none; }
.guarantee-photo { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center 22%; }
.guarantee-content { padding: 50px 48px 50px 0; max-width: 560px; }
.guarantee-content .eyebrow { color: #dfb7ad; margin-bottom: 10px; }
.guarantee-content h3 { font-size: clamp(1.9rem, 3vw, 2.35rem); margin-bottom: 14px; }
.guarantee-content p { margin: 0 0 18px; color: rgba(255,249,244,.85); font-size: .92rem; line-height: 1.75; max-width: 600px; }
.signature { font: italic 500 1.7rem/1 var(--serif); color: var(--rose); white-space: nowrap; }
.signature.big { font-size: 3.2rem; margin-top: 28px; }

.listen { background: var(--cream); }
.split-title { display: grid; grid-template-columns: 1.1fr .9fr; align-items: end; gap: 70px; margin-bottom: 56px; }
.split-title > p { color: var(--muted); margin: 0 0 8px; max-width: 500px; }
.video-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.video-card { background: var(--paper); border-radius: 20px; overflow: hidden; border: 1px solid rgba(43,30,23,.09); box-shadow: 0 14px 35px rgba(73,51,38,.06); }
.video-frame { aspect-ratio: 16/9; background: #ded3ca; }
.video-frame iframe { width: 100%; height: 100%; border: 0; display: block; }
.yt-facade { position: relative; cursor: pointer; }
.yt-facade img { width: 100%; height: 100%; object-fit: cover; display: block; }
.yt-play { position: absolute; inset: 0; margin: auto; width: 62px; height: 62px; border-radius: 50%; background: rgba(43,30,23,.82); border: 2px solid rgba(255,255,255,.75); color: #fff; font-size: 1.25rem; display: flex; align-items: center; justify-content: center; padding-left: 4px; cursor: pointer; transition: transform .2s ease, background .2s ease; }
.yt-facade:hover .yt-play { transform: scale(1.08); background: var(--espresso); }
.video-card > p, .video-card > h3 { margin-inline: 26px; }
.video-card .kicker { margin-top: 25px; margin-bottom: 8px; }
.video-card h3 { font-size: 1.85rem; line-height: 1.05; margin-bottom: 28px; }
.kicker { font-size: .63rem; letter-spacing: .16em; font-weight: 700; color: var(--rose-dark); }
.listen-cta { margin-top: 54px; }
.listen-cta p { font-family: var(--serif); font-size: 1.8rem; margin-bottom: 16px; }

.how { background: var(--paper); }
.steps { margin-top: 58px; display: grid; grid-template-columns: repeat(3, 1fr); gap: 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.step { padding: 42px 40px 44px; border-right: 1px solid var(--line); }
.step:last-child { border-right: 0; }
.step > span { display: inline-flex; width: 44px; height: 44px; border-radius: 50%; align-items: center; justify-content: center; background: var(--cream); color: var(--rose-dark); font: 600 1.3rem/1 var(--serif); margin-bottom: 28px; }
.step h3 { font-size: 2rem; margin-bottom: 18px; }
.step p { color: var(--muted); font-size: .9rem; }

.occasions { background: var(--paper); }
.occasions-grid { margin-top: 46px; display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.occasion-card { position: relative; display: block; min-height: 340px; border-radius: 22px; overflow: hidden; background: var(--cream); box-shadow: var(--shadow); transition: transform .2s ease, box-shadow .2s ease; }
.occasion-card:hover { transform: translateY(-3px); box-shadow: 0 14px 32px rgba(73,51,38,.16); }
.occasion-card img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.occasion-overlay { position: absolute; inset: auto 0 0; padding: 70px 26px 26px; color: white; background: linear-gradient(transparent, rgba(43,30,23,.86)); text-align: center; }
.occasion-overlay .kicker { color: #f2d5ca; margin-bottom: 10px; }
.occasion-overlay h3 { font-size: 1.9rem; color: white; }
.objections { background: var(--ivory); }
.qa-grid { display: grid; grid-template-columns: 1fr 1fr; border-top: 1px solid var(--line); }
.still-question { margin-top: 52px; }
.still-question > p { font-family: var(--serif); font-size: 1.3rem; color: var(--espresso-2); margin-bottom: 14px; }
.still-question-links { display: flex; flex-wrap: wrap; justify-content: center; gap: 12px 30px; }
.still-question-divider { margin: 34px 0 18px; font-family: var(--sans); font-size: .78rem; letter-spacing: .06em; text-transform: uppercase; color: var(--muted); position: relative; }
.still-question-divider span { background: var(--ivory); padding: 0 16px; position: relative; z-index: 1; }
.still-question-divider::before { content: ""; position: absolute; left: 0; right: 0; top: 50%; height: 1px; background: var(--line); z-index: 0; }
.qa { padding: 34px 44px 34px 0; border-bottom: 1px solid var(--line); }
.qa:nth-child(even) { padding-left: 44px; border-left: 1px solid var(--line); }
.qa h3 { font-size: 1.8rem; color: var(--espresso); margin-bottom: 14px; }
.qa p { margin: 0; color: var(--muted); font-size: .91rem; }

.mid-cta { background: var(--espresso); padding: 64px 0; }
.mid-cta-inner { text-align: center; display: flex; flex-direction: column; align-items: center; gap: 26px; }
.mid-cta-inner h3 { color: var(--ivory); font-size: 2rem; margin: 0; max-width: 560px; }
.mid-cta .btn-primary { background: var(--gold); color: var(--espresso); }

.story-moments { background: var(--paper); }
.moments-grid { margin-top: 58px; display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.moment-card { position: relative; min-height: 530px; border-radius: 22px; overflow: hidden; background: var(--cream); border: 1px solid rgba(43,30,23,.08); }
.moment-card img { position: absolute; inset: 0; height: 100%; object-fit: cover; }
.moment-card video { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; background: #ded3ca; }
.moment-overlay { position: absolute; inset: auto 0 0; padding: 90px 28px 30px; color: white; background: linear-gradient(transparent, rgba(43,30,23,.82)); transition: opacity .25s ease; }
.moment-overlay .kicker { color: #f2d5ca; }
.moment-overlay h3 { font-size: 2.15rem; max-width: 320px; }
.moment-video-card { cursor: pointer; }
.moment-play { position: absolute; z-index: 3; inset: 0; margin: auto; width: 68px; height: 68px; border-radius: 50%; background: rgba(43,30,23,.82); border: 2px solid rgba(255,255,255,.75); color: #fff; font-size: 1.3rem; display: flex; align-items: center; justify-content: center; padding-left: 4px; cursor: pointer; transition: transform .2s ease, opacity .2s ease; }
.moment-video-card:hover .moment-play { transform: scale(1.08); }
.moment-video-card.is-playing .moment-play { opacity: 0; pointer-events: none; }
.moment-video-card.is-playing .moment-overlay { opacity: 0; pointer-events: none; }
.moment-video-card video::-webkit-media-controls { opacity: 0; transition: opacity .2s ease; }
.moment-video-card.is-playing video::-webkit-media-controls { opacity: 1; }

.more-songs-title { margin-top: 64px; }
.more-songs-title .section-intro { margin-top: 10px; }
.song-player { margin-top: 40px; background: var(--paper); border: 1px solid rgba(43,30,23,.08); border-radius: 22px; padding: 8px 26px; box-shadow: 0 14px 35px rgba(73,51,38,.06); }
.song-list { max-height: 640px; overflow-y: auto; }
.song-list::-webkit-scrollbar { width: 6px; }
.song-list::-webkit-scrollbar-thumb { background: var(--line); border-radius: 3px; }
.song-row { display: flex; align-items: center; gap: 16px; padding: 16px 6px; border-bottom: 1px solid var(--line); transition: background .2s ease; }
.song-row:last-child { border-bottom: none; }
.song-row:hover { background: rgba(212,175,122,.08); }
.song-play { flex: 0 0 auto; width: 44px; height: 44px; border-radius: 50%; border: 1px solid var(--gold); background: var(--ivory); cursor: pointer; display: flex; align-items: center; justify-content: center; padding: 0; transition: background .2s ease; }
.song-play:hover { background: var(--gold); }
.song-play:hover .song-icon-play { border-left-color: var(--ivory); }
.song-play:hover .song-icon-pause::before, .song-play:hover .song-icon-pause::after { background: var(--ivory); }
.song-icon-play { width: 0; height: 0; margin-left: 3px; border-left: 12px solid var(--espresso); border-top: 8px solid transparent; border-bottom: 8px solid transparent; }
.song-icon-pause { display: none; width: 10px; height: 12px; position: relative; }
.song-icon-pause::before, .song-icon-pause::after { content: ""; position: absolute; top: 0; width: 3px; height: 12px; background: var(--espresso); }
.song-icon-pause::before { left: 1px; } .song-icon-pause::after { right: 1px; }
.song-row.playing .song-icon-play { display: none; }
.song-row.playing .song-icon-pause { display: block; }
.song-info { flex: 1 1 auto; min-width: 0; }
.song-title { font: 500 .95rem/1.2 var(--sans); letter-spacing: .01em; color: var(--espresso); }
.song-caption { margin-top: 4px; font-family: var(--serif); font-style: italic; font-size: 1rem; line-height: 1.4; color: var(--muted); }
.song-progress-track { margin-top: 10px; height: 3px; background: var(--line); border-radius: 2px; overflow: hidden; cursor: pointer; }
.song-progress-fill { height: 100%; width: 0%; background: var(--gold); transition: width .1s linear; }
.song-time { flex: 0 0 auto; font-size: .72rem; color: var(--rose-dark); font-variant-numeric: tabular-nums; min-width: 36px; text-align: right; }
.text-moment { display: grid; place-items: center; padding: 34px; background: linear-gradient(145deg, #f7efe7, #fffdf9); }
.text-moment::before { content: ""; position: absolute; inset: 22px; border: 1px solid rgba(212,175,122,.45); border-radius: 15px; }
.text-moment-inner { position: relative; z-index: 2; text-align: center; max-width: 300px; }
.tiny-heart { display: inline-grid; place-items: center; width: 54px; height: 54px; border: 1px solid var(--gold); border-radius: 50%; color: var(--rose); margin-bottom: 28px; font-size: 1.2rem; }
.text-moment h3 { font-size: 2.4rem; margin: 14px 0 20px; }
.text-moment p:last-child { color: var(--muted); font-size: .88rem; }

.testimonials { background: var(--cream); }
.quote-grid { margin-top: 54px; display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.quote { margin: 0; min-height: 270px; padding: 34px; background: rgba(255,253,250,.8); border: 1px solid rgba(43,30,23,.08); border-radius: 20px; display: flex; flex-direction: column; justify-content: space-between; }
.quote p { font: italic 500 2rem/1.08 var(--serif); }
.quote footer { font-size: .72rem; letter-spacing: .08em; color: var(--rose-dark); font-weight: 700; }

.founder { background: var(--paper); }
.founder-grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: 76px; align-items: center; }
.founder-photo { min-height: 620px; border-radius: 26px; overflow: hidden; box-shadow: var(--shadow); background: var(--cream); position: relative; }
.founder-photo::after { content: ""; position: absolute; inset: 15px; border: 1px solid rgba(255,255,255,.55); border-radius: 19px; pointer-events: none; }
.founder-photo img { height: 100%; position: absolute; inset: 0; object-fit: cover; object-position: center; }
.founder-copy h2 { margin-bottom: 28px; }
.founder-copy p { color: var(--muted); max-width: 620px; }
.founder-more-btn { display: inline-block; margin-top: 8px; background: none; cursor: pointer; }

.story-modal { position: fixed; inset: 0; z-index: 300; display: grid; place-items: center; padding: 24px; visibility: hidden; opacity: 0; transition: opacity .3s ease, visibility 0s linear .3s; }
.story-modal.is-open { visibility: visible; opacity: 1; transition: opacity .3s ease; }
.story-modal-backdrop { position: absolute; inset: 0; background: rgba(37, 26, 21, .58); backdrop-filter: blur(3px); }
.story-modal-panel { position: relative; z-index: 2; width: min(680px, 100%); max-height: min(82vh, 780px); overflow-y: auto; background: var(--paper); border-radius: 26px; padding: 52px 52px 44px; box-shadow: var(--shadow); transform: translateY(14px) scale(.98); transition: transform .3s ease; }
.story-modal.is-open .story-modal-panel { transform: translateY(0) scale(1); }
.story-modal-close { position: absolute; top: 20px; right: 20px; width: 38px; height: 38px; border-radius: 50%; border: 1px solid var(--line); background: var(--ivory); cursor: pointer; font-size: .85rem; color: var(--espresso); display: grid; place-items: center; }
.story-modal-title { font-size: clamp(1.9rem, 3.4vw, 2.6rem); margin-bottom: 26px; }
.story-modal-body p { color: var(--espresso-2); font-size: .98rem; line-height: 1.85; margin-bottom: 20px; }
.story-modal-body .signature.big { margin-top: 6px; margin-bottom: 6px; }
.story-modal-cta { margin-top: 8px; }
body.story-modal-open { overflow: hidden; }

@media (max-width: 580px) {
  .story-modal { padding: 14px; }
  .story-modal-panel { padding: 40px 24px 30px; border-radius: 20px; max-height: 86vh; }
}

.final-offer { background: var(--ivory); padding-bottom: 88px; }
.final-card { display: grid; grid-template-columns: 1fr 340px; gap: 70px; background: var(--espresso); color: white; border-radius: 30px; padding: 58px 62px; box-shadow: var(--shadow); }
.final-copy .eyebrow { color: #dfb7ad; }
.final-copy h2 { max-width: 720px; }
.final-copy > p:not(.eyebrow) { color: rgba(255,255,255,.72); margin: 24px 0; }
.checklist { list-style: none; margin: 30px 0 0; padding: 0; display: grid; grid-template-columns: 1fr 1fr; gap: 10px 24px; color: rgba(255,255,255,.86); font-size: .84rem; }
.checklist li { display: grid; grid-template-columns: 20px 1fr; gap: 8px; }
.checklist li > span:first-child { color: var(--gold); }
.price-box { align-self: center; background: #fffaf5; color: var(--espresso); border-radius: 23px; padding: 34px 28px 28px; text-align: center; }
.price-box > p { margin: 0 0 6px; font-size: .64rem; letter-spacing: .18em; font-weight: 700; color: var(--rose-dark); }
.price { font: 600 5.4rem/.95 var(--serif); margin-bottom: 22px; }
.price-box small { display: block; margin-top: 15px; color: var(--muted); font-size: .68rem; }

.secondary-product { background: var(--cream); padding: 50px 0; border-top: 1px solid rgba(43,30,23,.07); }
.secondary-inner { display: grid; grid-template-columns: 1fr auto; gap: 50px; align-items: center; }
.secondary-inner h3 { font-size: 2.4rem; margin-bottom: 10px; }
.secondary-inner p:last-child { margin-bottom: 0; color: var(--muted); }

.site-footer { background: #251a15; color: #fff9f4; padding: 58px 0 30px; }
.footer-grid { display: grid; grid-template-columns: 1.4fr .8fr .5fr; gap: 60px; align-items: start; }
.footer-logo { width: 250px; background: var(--ivory); border-radius: 8px; mix-blend-mode: normal; margin-bottom: 18px; }
.footer-brand-text { font-family: var(--serif); font-size: 1.9rem; font-weight: 500; color: #fff9f4; margin: 0 0 16px; }
.footer-brand-text em { color: var(--gold); font-style: italic; }
.footer-grid p { max-width: 430px; color: rgba(255,249,244,.7); }
.footer-links { display: flex; flex-direction: column; gap: 10px; color: rgba(255,249,244,.76); font-size: .8rem; }
.footer-links a:hover { color: white; }
.copyright { border-top: 1px solid rgba(255,255,255,.12); margin-top: 40px; padding-top: 24px; font-size: .68rem; color: rgba(255,249,244,.5); }

.mobile-bar { display: none; }

.reveal { opacity: 1; transform: none; }
.js .reveal { opacity: 0; transform: translateY(18px); transition: opacity .65s ease, transform .65s ease; }
.js .reveal.is-visible { opacity: 1; transform: translateY(0); }
.delay-1 { transition-delay: .09s; } .delay-2 { transition-delay: .18s; }

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .js .reveal { opacity: 1; transform: none; transition: none; }
}

@media (max-width: 1050px) {
  .header-inner { grid-template-columns: 220px 1fr auto; }
  .nav { display: none; }
  .hero-grid { grid-template-columns: 1fr 420px; gap: 35px; }
  .final-card { gap: 38px; }
}

@media (max-width: 820px) {
  .section { padding: 82px 0; }
  .header-inner { min-height: 72px; grid-template-columns: 1fr auto; }
  .brand img { width: 190px; }
  .header-actions .btn { display: none; }
  .hero { padding-top: 64px; }
  .hero-grid, .split-title, .founder-grid, .guarantee-banner, .final-card, .secondary-inner { grid-template-columns: 1fr; }
  .hero-visual { min-height: 580px; margin-top: 12px; }
  .offer-grid, .video-grid, .steps, .moments-grid, .quote-grid, .occasions-grid { grid-template-columns: 1fr; }
  .offer-card { min-height: auto; }
  .guarantee-banner { gap: 0; }
  .guarantee-photo-frame { min-height: 340px; }
  .guarantee-content { padding: 38px 30px 32px; max-width: none; }
  .split-title { gap: 24px; margin-bottom: 38px; }
  .steps { border: 0; gap: 0; }
  .step { border-right: 0; border-top: 1px solid var(--line); padding-inline: 0; }
  .step:last-child { border-bottom: 1px solid var(--line); }
  .qa-grid { grid-template-columns: 1fr; }
  .qa, .qa:nth-child(even) { padding: 28px 0; border-left: 0; }
  .moment-card { min-height: 600px; }
  .founder-photo { min-height: 560px; }
  .final-card { padding: 44px 32px; }
  .price-box { max-width: 420px; width: 100%; justify-self: center; }
  .secondary-inner { gap: 22px; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-grid > div:first-child { grid-column: 1 / -1; }
  .mobile-bar { position: fixed; z-index: 150; left: 12px; right: 12px; bottom: 12px; min-height: 58px; padding: 8px 10px 8px 18px; border-radius: 999px; background: rgba(43,30,23,.96); color: white; display: flex; justify-content: space-between; align-items: center; box-shadow: 0 12px 35px rgba(43,30,23,.3); backdrop-filter: blur(10px); font-size: .8rem; }
  .mobile-bar a { padding: 11px 19px; background: var(--rose); border-radius: 999px; font-weight: 700; letter-spacing: .06em; font-size: .7rem; }
  body { padding-bottom: 80px; }
}

@media (max-width: 580px) {
  .wrap, .narrow { width: min(100% - 28px, 1180px); }
  .announcement { font-size: .58rem; letter-spacing: .08em; }
  .site-header { position: sticky; }
  .header-inner { min-height: 68px; }
  .brand img { width: 170px; }
  .brand-text { font-size: 1.2rem; }
  .song-player { padding: 6px 14px; }
  .song-row { gap: 12px; }
  .song-caption { font-size: .92rem; }
  .hero { padding-top: 52px; }
  h1 { font-size: clamp(3.1rem, 15vw, 5rem); }
  h2 { font-size: clamp(2.55rem, 12vw, 4rem); }
  .hero-copy .lead { font-size: 1rem; }
  .hero-actions { align-items: stretch; }
  .hero-actions .btn { width: 100%; }
  .hero-actions .text-link { margin-inline: auto; }
  .trust-line { display: grid; gap: 7px; }
  .hero-visual { min-height: 520px; }
  .hero-photo { width: 82%; }
  .mini-note { width: 230px; left: -4px; bottom: 8px; }
  .proof-grid { grid-template-columns: 1fr 1fr; row-gap: 22px; }
  .proof-grid > div:nth-child(2) { border-right: 0; }
  .proof-grid > div:nth-child(3), .proof-grid > div:nth-child(4) { border-top: 1px solid rgba(43,30,23,.08); padding-top: 23px; }
  .offer-grid { margin-top: 38px; }
  .offer-card { padding: 28px 24px; }
  .guarantee-photo-frame { min-height: 280px; }
  .guarantee-content { padding: 30px 22px 26px; }
  .video-card > p, .video-card > h3 { margin-inline: 22px; }
  .moment-card { min-height: 535px; }
  .quote { min-height: 220px; padding: 28px; }
  .quote p { font-size: 1.75rem; }
  .founder-photo { min-height: 480px; }
  .final-card { padding: 38px 24px; border-radius: 24px; }
  .checklist { grid-template-columns: 1fr; }
  .price { font-size: 4.8rem; }
  .footer-grid { grid-template-columns: 1fr; gap: 28px; }
  .footer-grid > div:first-child { grid-column: auto; }
}
