:root{--cream:#fbf7f1;--paper:#fffdf9;--ink:#26211d;--muted:#786f67;--rose:#d87872;--rose-dark:#b95854;--blush:#f7e5df;--sand:#efe2d2;--sage:#dfe8dd;--blue:#e0e8ee;--line:#e7ddd3;--shadow:0 20px 60px rgba(71,48,35,.10);--serif:"Playfair Display",Georgia,serif;--sans:"DM Sans",Arial,sans-serif}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--cream);color:var(--ink);font-family:var(--sans);overflow-x:hidden}body.no-scroll{overflow:hidden}a{color:inherit;text-decoration:none}button,input,textarea,select{font:inherit}.announcement{height:38px;background:var(--ink);color:#fff;text-align:center;font-size:14px;letter-spacing:.03em;display:flex;align-items:center;justify-content:center;gap:8px}.link-button{border:0;background:none;color:#ffd4cc;cursor:pointer;padding:0}.site-header{height:76px;display:flex;align-items:center;justify-content:space-between;padding:0 max(24px,5vw);background:rgba(255,253,249,.92);backdrop-filter:blur(15px);position:sticky;top:0;z-index:30;border-bottom:1px solid rgba(91,68,53,.08)}.brand{display:flex;align-items:center;gap:11px;font-size:14px;font-weight:700;letter-spacing:.14em}.brand-mark{width:32px;height:32px;border-radius:10px;background:var(--rose);color:#fff;display:grid;place-items:center;font-family:var(--serif);font-size:18px;box-shadow:0 7px 18px rgba(216,120,114,.25)}nav{display:flex;gap:31px;font-size:14px;color:#5d544d}.btn,.btn-secondary{min-height:50px;border-radius:999px;padding:0 24px;border:0;cursor:pointer;font-weight:700;transition:.2s ease}.btn{background:var(--rose);color:#fff;box-shadow:0 12px 28px rgba(216,120,114,.28)}.btn:hover{background:var(--rose-dark);transform:translateY(-2px)}.btn-small{min-height:42px;padding:0 19px;font-size:13px}.btn-secondary{background:#fff;border:1px solid var(--line);color:var(--ink)}.section-shell{width:min(1180px,calc(100% - 48px));margin:0 auto}.hero{min-height:720px;display:grid;grid-template-columns:1fr .78fr;gap:7vw;align-items:center;padding-top:72px;padding-bottom:80px}.pill,.eyebrow{color:var(--rose-dark);font-size:11px;font-weight:700;letter-spacing:.17em;text-transform:uppercase}.pill{display:inline-flex;background:var(--blush);border-radius:999px;padding:10px 14px}.hero h1,.section h2,.final-cta h2,.faq h2,.quiz-step h2,.guarantee-card h2{font-family:var(--serif);font-weight:600;letter-spacing:-.035em;line-height:1.03;margin:0}.hero h1{font-size:clamp(52px,5.8vw,82px);margin-top:23px}.hero h1 em{color:var(--rose);font-weight:600}.hero-text{font-size:18px;line-height:1.75;color:var(--muted);max-width:650px;margin:25px 0 30px}.hero-actions{display:flex;align-items:center;gap:24px}.secondary-link{font-weight:600;font-size:14px;display:flex;align-items:center;gap:10px}.icon-circle{width:36px;height:36px;border-radius:50%;display:grid;place-items:center;background:#fff;border:1px solid var(--line);font-size:11px;color:var(--rose)}.mini-proof{display:flex;align-items:center;gap:16px;margin-top:35px}.avatars{display:flex}.avatars span,.avatar{width:38px;height:38px;border-radius:50%;display:grid;place-items:center;background:#f1d3ca;border:3px solid var(--cream);font-weight:700;color:#7f443f}.avatars span+span{margin-left:-10px}.stars{color:#e3a642;letter-spacing:.08em;font-size:13px}.mini-proof strong{font-size:12px;color:#5f564f}.video-placeholder{position:relative;overflow:hidden;background:linear-gradient(145deg,#d9a59c,#704d49);color:#fff}.hero-video{height:600px;border-radius:32px;box-shadow:var(--shadow);display:flex;flex-direction:column;justify-content:space-between;padding:22px}.hero-video:before,.video-card:before{content:attr(data-label);position:absolute;inset:0;display:grid;place-items:center;font-size:11px;letter-spacing:.18em;font-weight:700;opacity:.45}.hero-video:after,.video-card:after{content:"";position:absolute;inset:0;background:linear-gradient(to bottom,rgba(0,0,0,.03),rgba(0,0,0,.58));pointer-events:none}.video-top,.video-caption,.video-play,.small-play{position:relative;z-index:2}.video-top{display:flex;justify-content:space-between;font-size:12px}.live-dot{width:9px;height:9px;border-radius:50%;background:#fff;box-shadow:0 0 0 5px rgba(255,255,255,.15)}.video-play,.small-play{border:0;border-radius:50%;background:rgba(255,255,255,.95);color:var(--rose-dark);cursor:pointer;display:grid;place-items:center}.video-play{width:76px;height:76px;font-size:21px;margin:auto}.video-caption{display:grid;gap:7px}.video-caption strong{font-family:var(--serif);font-size:23px;line-height:1.25}.video-caption span{font-size:12px;opacity:.78}.press-strip{background:#fff;border-top:1px solid var(--line);border-bottom:1px solid var(--line);padding:26px max(24px,5vw);display:flex;align-items:center;justify-content:space-between;gap:30px;color:#766a61}.press-strip>span{font-size:10px;font-weight:700;letter-spacing:.15em}.press-logos{display:flex;gap:34px;flex-wrap:wrap}.press-logos b{font-size:11px;letter-spacing:.08em}.section{padding:115px 0}.center{text-align:center}.section h2,.faq h2{font-size:clamp(43px,4.6vw,68px);max-width:860px;margin:15px auto 0}.section-lead{color:var(--muted);font-size:17px;line-height:1.7;max-width:690px;margin:20px auto 0}.section-lead.left{margin-left:0}.steps-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px;margin:46px 0 38px}.step-card,.benefit-grid article,.testimonial-grid article{background:var(--paper);border:1px solid var(--line);border-radius:24px;padding:32px;text-align:left;box-shadow:0 12px 35px rgba(90,64,46,.05)}.step-card.featured{transform:translateY(-12px);background:#fff6f2;border-color:#efc5bd}.icon-box{width:50px;height:50px;border-radius:14px;background:var(--blush);display:grid;place-items:center}.icon-box svg{width:24px;height:24px;stroke:var(--rose-dark);stroke-width:1.7;fill:none;stroke-linecap:round;stroke-linejoin:round}.step-number{display:block;color:#aaa096;font-size:11px;font-weight:700;margin-top:35px}.step-card h3,.benefit-grid h3,.occasion-card h3{font-family:var(--serif);font-size:25px;margin:10px 0}.step-card p,.benefit-grid p,.occasion-card p{color:var(--muted);line-height:1.7;margin-bottom:0}.stories-section{background:#fff}.split-heading{display:grid;grid-template-columns:1.15fr .65fr;gap:8vw;align-items:end}.split-heading h2{margin-left:0}.split-heading>p{color:var(--muted);line-height:1.7}.video-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px;margin-top:50px}.video-card{height:410px;border-radius:24px;padding:18px;display:flex;flex-direction:column;justify-content:flex-end;box-shadow:var(--shadow)}.video-card>div{position:relative;z-index:2;display:grid;gap:5px}.video-card b{font-family:var(--serif);font-size:20px}.video-card span{font-size:11px;opacity:.75}.small-play{width:48px;height:48px;position:absolute;z-index:3;top:50%;left:50%;transform:translate(-50%,-50%)}.rose{background:linear-gradient(145deg,#d99187,#7d514a)}.sand{background:linear-gradient(145deg,#d7b590,#81654c)}.blue{background:linear-gradient(145deg,#91acbf,#4d6270)}.sage{background:linear-gradient(145deg,#9eb49c,#566b54)}.benefit-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px;margin-top:50px}.benefit-grid article{min-height:300px}.benefit-grid h3{margin-top:42px}.occasions-section{background:#f4ece3}.occasion-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px;margin:52px 0 40px}.occasion-card{background:#fff;border:1px solid #e5d7ca;border-radius:22px;padding:14px 14px 26px;text-align:left}.occasion-image{height:210px;border-radius:16px;background-size:cover}.image-one {
  background-image: url("images/occasion-partner.webp");
}

.image-two {
  background-image: url("images/occasion-parents.webp");
}

.image-three {
  background-image: url("images/occasion-milestone.webp");
}

.image-four {
  background-image: url("images/occasion-remembrance.webp");
}

.image-five {
  background-image: url("images/occasion-friendship.webp");
}

.image-six {
  background-image: url("images/occasion-just-because.webp");
}.occasion-card h3,.occasion-card p{padding:0 10px}.player-section{background:#fff}.player-layout{display:grid;grid-template-columns:1fr .8fr;gap:9vw;align-items:center}.check-list{padding:0;list-style:none;display:grid;gap:15px;margin-top:30px}.check-list li{position:relative;padding-left:31px;color:#514943}.check-list li:before{content:"✓";position:absolute;left:0;width:21px;height:21px;border-radius:50%;display:grid;place-items:center;background:var(--blush);color:var(--rose-dark);font-size:12px;font-weight:700}.delivery-card{background:#f8f0e8;border:1px solid #e9d9ca;border-radius:28px;padding:25px;box-shadow:var(--shadow)}.album-art{height:330px;border-radius:20px;background:radial-gradient(circle at 25% 20%,#f0c0b8,#9d5c56 75%);color:#fff;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:18px;text-align:center}.album-art span{font-size:10px;letter-spacing:.2em}.album-art b{font-family:var(--serif);font-size:32px;max-width:250px}.track-meta{display:grid;gap:5px;margin:22px 0}.track-meta span{font-size:11px;color:var(--muted)}.track-meta strong{font-family:var(--serif);font-size:21px}.player-row{display:grid;grid-template-columns:44px 1fr auto;align-items:center;gap:14px}.player-button{width:44px;height:44px;border-radius:50%;border:0;background:var(--rose);color:#fff}.progress-line{height:4px;background:#dfd1c5;border-radius:99px}.progress-line i{display:block;width:42%;height:100%;background:var(--rose);border-radius:99px}.player-row span{font-size:11px;color:var(--muted)}.delivery-actions{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin-top:20px}.delivery-actions button{height:43px;border-radius:12px;border:1px solid var(--line);background:#fff;color:var(--ink)}.testimonial-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px;margin-top:50px}.testimonial-grid article>p{font-family:var(--serif);font-size:21px;line-height:1.55}.testimonial-grid footer{display:flex;gap:12px;align-items:center;margin-top:25px}.testimonial-grid footer div{display:grid}.testimonial-grid small{color:var(--muted);margin-top:3px}.guarantee-section{padding:0 0 115px}.guarantee-card{background:var(--ink);color:#fff;border-radius:30px;padding:48px 55px;display:grid;grid-template-columns:100px 1fr auto;gap:35px;align-items:center}.guarantee-card h2{font-size:40px}.guarantee-card p:not(.eyebrow){color:#c6bbb1;line-height:1.7}.seal{width:88px;height:88px;border:1px solid rgba(255,255,255,.28);border-radius:50%;display:grid;place-items:center;text-align:center;font-family:var(--serif);font-size:27px;line-height:.8}.seal small{font-family:var(--sans);font-size:9px;letter-spacing:.13em}.faq{display:grid;grid-template-columns:.7fr 1.3fr;gap:9vw}.faq h2{margin-left:0}.faq-list details{border-bottom:1px solid var(--line);padding:23px 0}.faq-list summary{cursor:pointer;font-weight:700;font-size:18px}.faq-list p{color:var(--muted);line-height:1.75;padding-right:30px}.final-cta{padding:125px 0;text-align:center;background:linear-gradient(135deg,#f6dfd9,#f2e5d8)}.final-cta h2{font-size:clamp(50px,5.6vw,80px);max-width:900px;margin:16px auto 35px}.cta-note{color:#746860;font-size:12px;margin-top:18px}.site-footer{padding:55px 0;display:grid;grid-template-columns:1fr auto;gap:30px;align-items:start}.site-footer p{color:var(--muted)}.footer-links{display:flex;gap:24px;font-size:13px}.site-footer small{grid-column:1/-1;border-top:1px solid var(--line);padding-top:25px;color:var(--muted)}.quiz-overlay{position:fixed;inset:0;z-index:60;display:none;place-items:center;padding:20px;background:rgba(39,30,25,.72);backdrop-filter:blur(12px)}.quiz-overlay.open{display:grid}.quiz-shell{width:min(760px,100%);min-height:620px;max-height:92vh;overflow:auto;background:var(--paper);border-radius:28px;padding:45px;position:relative;box-shadow:0 35px 100px rgba(54,36,25,.30)}.close-quiz{position:absolute;top:15px;right:20px;border:0;background:none;font-size:29px;color:var(--ink);cursor:pointer}.progress{height:4px;background:#eee3da;border-radius:99px;overflow:hidden;margin-bottom:43px}.progress span{height:100%;width:20%;background:var(--rose);display:block;transition:.25s}.quiz-step{display:none}.quiz-step.active{display:block}.quiz-step h2{font-size:clamp(40px,5vw,62px);margin:15px 0 32px}.choice-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px}.choice-grid input{display:none}.choice-grid span{display:block;padding:17px;border:1px solid var(--line);border-radius:13px;cursor:pointer;background:#fff}.choice-grid input:checked+span{border-color:var(--rose);background:var(--blush)}.field{display:grid;gap:8px;margin-bottom:18px}.field>span{font-size:12px;font-weight:600;color:#5c5149}.field input,.field textarea,.field select{width:100%;border:1px solid var(--line);border-radius:12px;padding:15px;background:#fff;color:var(--ink);outline:none}.field input:focus,.field textarea:focus,.field select:focus{border-color:var(--rose)}.quiz-nav{display:flex;justify-content:space-between;margin-top:35px}.order-card{background:#f8eee6;border:1px solid #ead9cc;border-radius:14px;padding:19px}.order-card div{display:flex;justify-content:space-between}.order-card p{color:var(--muted);font-size:12px;margin-bottom:0}.success-step{text-align:center;padding-top:70px}.success-icon{width:70px;height:70px;border-radius:50%;display:grid;place-items:center;background:var(--blush);color:var(--rose-dark);font-size:30px;margin:0 auto}.success-step p{color:var(--muted);line-height:1.7;max-width:530px;margin:0 auto 25px}@media(max-width:1000px){nav{display:none}.hero{grid-template-columns:1fr;padding-top:55px}.hero-video{height:540px}.steps-grid,.benefit-grid,.occasion-grid,.testimonial-grid{grid-template-columns:1fr}.step-card.featured{transform:none}.video-grid{grid-template-columns:1fr 1fr}.split-heading,.player-layout,.faq{grid-template-columns:1fr}.guarantee-card{grid-template-columns:90px 1fr}.guarantee-card .btn{grid-column:1/-1}.press-strip{align-items:flex-start;flex-direction:column}.site-footer{grid-template-columns:1fr}}@media(max-width:640px){.announcement{font-size:10px}.site-header{padding:0 20px}.site-header .btn-small{display:none}.section-shell{width:min(100% - 36px,1180px)}.hero{padding-top:45px;min-height:auto}.hero h1{font-size:51px}.hero-actions{flex-direction:column;align-items:flex-start}.hero-video{height:500px;border-radius:24px}.section{padding:85px 0}.video-grid{grid-template-columns:1fr}.video-card{height:450px}.occasion-grid{grid-template-columns:1fr}.guarantee-card{padding:35px 25px;grid-template-columns:1fr}.seal{margin:auto}.choice-grid{grid-template-columns:1fr}.quiz-shell{padding:38px 21px}.footer-links{flex-wrap:wrap}.press-logos{gap:17px}.delivery-card{padding:17px}.album-art{height:270px}}

.logo-icon{width:42px;height:42px;display:grid;place-items:center;flex:0 0 38px}.logo-icon img{width:100%;height:100%;display:block}.brand-word{font-family:var(--serif);font-size:24px;letter-spacing:-.02em;text-transform:none}.brand{gap:10px;letter-spacing:0}.internal-hero{padding:95px 0 85px;text-align:center;background:linear-gradient(135deg,#fbf2ed,#f5dfdc)}.internal-hero h1{font-family:var(--serif);font-size:clamp(52px,6vw,86px);line-height:1.02;margin:14px auto 22px;max-width:980px}.internal-hero p{max-width:720px;margin:0 auto;color:var(--muted);font-size:18px;line-height:1.75}.content-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px;margin-top:48px}.content-card{background:#fff;border:1px solid var(--line);border-radius:22px;padding:30px;box-shadow:0 12px 35px rgba(69,43,29,.06)}.content-card h3{font-family:var(--serif);font-size:27px;margin:16px 0 12px}.content-card p{color:var(--muted);line-height:1.75}.page-copy{max-width:820px;margin:auto}.page-copy h2{margin:55px 0 18px}.page-copy p,.page-copy li{color:var(--muted);line-height:1.8}.page-copy ul{padding-left:22px}.occasion-links{display:grid;grid-template-columns:repeat(3,1fr);gap:22px;margin-top:45px}.occasion-link{background:#fff;border:1px solid var(--line);border-radius:22px;padding:28px;min-height:220px;display:flex;flex-direction:column;justify-content:flex-end;transition:.2s}.occasion-link:hover{transform:translateY(-4px);box-shadow:var(--shadow)}.occasion-link h3{font-family:var(--serif);font-size:29px;margin:0 0 8px}.occasion-link p{color:var(--muted);margin:0}.sample-list{display:grid;gap:20px;margin-top:45px}.sample-row{display:grid;grid-template-columns:100px 1fr auto;align-items:center;gap:22px;background:#fff;border:1px solid var(--line);border-radius:20px;padding:16px}.sample-cover{width:100px;height:100px;border-radius:16px;background:linear-gradient(135deg,#e8b7b1,#9f635f);display:grid;place-items:center;color:white;font-family:var(--serif);font-size:26px}.sample-row h3{font-family:var(--serif);font-size:24px;margin:0 0 6px}.sample-row p{margin:0;color:var(--muted)}.contact-layout{display:grid;grid-template-columns:.8fr 1.2fr;gap:60px;align-items:start}.contact-card{background:#fff;border:1px solid var(--line);border-radius:24px;padding:32px}.contact-card a{color:var(--rose-dark);font-weight:700}.contact-form{display:grid;gap:16px}.contact-form input,.contact-form textarea{width:100%;border:1px solid var(--line);border-radius:12px;padding:15px;background:#fff}.legal-note{background:#fff8f4;border:1px solid #ead6ca;padding:18px 20px;border-radius:14px;color:#6a5b52}.occasion-hero-card{max-width:440px;margin:40px auto 0;background:#fff;border:1px solid var(--line);border-radius:24px;padding:24px;box-shadow:var(--shadow)}.occasion-hero-card .album-art{height:300px}.comparison-table{width:100%;border-collapse:collapse;margin-top:35px;background:#fff;border-radius:18px;overflow:hidden}.comparison-table th,.comparison-table td{padding:17px;border-bottom:1px solid var(--line);text-align:left}.comparison-table th{background:#f8ece6}.page-nav-active{color:var(--rose-dark)!important}.site-header nav a{position:relative}.site-header nav a:hover:after,.site-header nav a.page-nav-active:after{content:"";position:absolute;left:0;right:0;bottom:-8px;height:2px;background:var(--rose)}
@media(max-width:900px){.content-grid,.occasion-links{grid-template-columns:1fr}.contact-layout{grid-template-columns:1fr}.sample-row{grid-template-columns:80px 1fr}.sample-cover{width:80px;height:80px}.sample-row .round-play{grid-column:1/-1;width:100%;border-radius:12px}.internal-hero{padding-top:65px}}
/* HEADER FINAL ADJUSTMENTS */

.site-header .btn {
  box-shadow: 0 8px 24px rgba(214, 112, 105, 0.22);
}

.site-header nav a {
  color: #403733;
}

.site-header nav a:hover {
  color: #d36f68;
}

.announcement {
  background: #251d1a;
  font-size: 13px;
  letter-spacing: 0.01em;
  min-height: 39px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}

.logo-icon {
  width: 44px;
  height: 44px;
  flex: 0 0 44px;
}

.logo-icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}

.brand {
  gap: 8px;
  transform: translateY(1px);
}
/* THREE STEPS SECTION SPACING */

#how {
  padding-top: 78px;
  padding-bottom: 105px;
}
/* OCCASION STRIP */

.press-strip {
  padding-top: 22px;
  padding-bottom: 22px;
}

.press-strip > span {
  color: #8a7d74;
}

.press-logos {
  gap: 30px;
}

.press-logos a {
  color: #6f625a;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.08em;
  transition: color 0.2s ease;
}

.press-logos a:hover {
  color: #d87872;
}
/* THREE STEPS CARDS — EQUAL DEFAULT + HOVER */

.steps-grid article {
  background: #fffdfa;
  border: 1px solid #e7ddd4;
  transition:
    transform 0.25s ease,
    box-shadow 0.25s ease,
    border-color 0.25s ease,
    background 0.25s ease;
}

.steps-grid article:hover {
  transform: translateY(-6px);
  background: #fff8f5;
  border-color: #e9b4ae;
  box-shadow: 0 18px 40px rgba(92, 65, 55, 0.10);
}

.steps-grid article:hover .icon-box {
  background: #f8dfda;
}
/* THREE STEP CARDS — FINAL FIX */

.steps-grid article,
.steps-grid article:nth-child(2),
.steps-grid article:nth-child(3) {
  background: #fffdfa !important;
  border: 1px solid #e7ddd4 !important;
  transform: translateY(0);
  box-shadow: none;
  transition:
    transform 0.25s ease,
    box-shadow 0.25s ease,
    border-color 0.25s ease,
    background-color 0.25s ease;
}

.steps-grid article:hover {
  background: #fff7f4 !important;
  border-color: #e8aaa4 !important;
  transform: translateY(-6px);
  box-shadow: 0 18px 40px rgba(92, 65, 55, 0.10);
}

.steps-grid article:hover .icon-box {
  background: #f7ded9;
}
/* BENEFIT CARDS — INDIVIDUAL HOVER */

.benefit-grid > article {
  transition:
    transform 0.25s ease,
    box-shadow 0.25s ease,
    border-color 0.25s ease,
    background-color 0.25s ease;
}

.benefit-grid > article:hover {
  transform: translateY(-6px);
  background: #fff9f6;
  border-color: #e8b8b1;
  box-shadow: 0 18px 40px rgba(92, 65, 55, 0.09);
}
/* CURSOR BEHAVIOR */

h1,
h2,
h3,
h4,
h5,
h6,
p,
span,
strong,
small,
.eyebrow,
.step-number,
.benefit-grid article {
  cursor: default;
}

a,
button,
.open-quiz,
.video-card,
.occasion-card {
  cursor: pointer;
}

.video-card b,
.video-card span {
  cursor: pointer;
}
/* OCCASION CARDS — INDIVIDUAL HOVER */

.occasion-card {
  transition:
    transform 0.25s ease,
    box-shadow 0.25s ease,
    border-color 0.25s ease,
    background-color 0.25s ease;
}

.occasion-card:hover {
  transform: translateY(-6px);
  background: #fffaf7;
  border-color: #e7b7b0;
  box-shadow: 0 18px 40px rgba(92, 65, 55, 0.10);
}

.occasion-card .occasion-image {
  transition:
    transform 0.3s ease,
    filter 0.3s ease;
}

.occasion-card:hover .occasion-image {
  transform: scale(1.025);
  filter: saturate(1.05);
}
/* SONG DELIVERY MOCKUP HOVER */

.delivery-card {
  transition:
    transform 0.3s ease,
    box-shadow 0.3s ease;
}

.delivery-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 28px 60px rgba(74, 51, 43, 0.14);
}
/* LOGO CURSOR FIX */

.brand,
.brand *,
.site-footer .brand,
.site-footer .brand * {
  cursor: pointer;
}
.eyebrow {
  padding-top: 40px;
  padding-bottom: 40px;
}
/* ANNOUNCEMENT BAR — COUNTDOWN + HOVER */

.announcement {
  min-height: 39px;
  padding: 7px 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 10px;
  background: #251d1a;
  color: #fffaf6;
  font-size: 13px;
  line-height: 1.3;
  letter-spacing: 0.01em;
}

.announcement-message {
  color: rgba(255, 250, 246, 0.96);
}

.announcement-timer-wrap {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  padding-left: 10px;
  border-left: 1px solid rgba(255, 255, 255, 0.22);
  color: rgba(255, 250, 246, 0.72);
}

.announcement-countdown {
  min-width: 112px;
  color: #f2b1aa;
  font-weight: 700;
  font-variant-numeric: tabular-nums;
  letter-spacing: 0.035em;
  white-space: nowrap;
}

.announcement-link {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  padding: 0;
  border: 0;
  background: transparent;
  color: #f6c2bc;
  font: inherit;
  font-weight: 600;
  cursor: pointer;
  transition:
    color 0.2s ease,
    transform 0.2s ease;
}

.announcement-link:hover {
  color: #ffffff;
  transform: translateY(-1px);
}

.announcement-arrow {
  display: inline-block;
  transition: transform 0.2s ease;
}

.announcement-link:hover .announcement-arrow {
  transform: translateX(4px);
}

.announcement-link:focus-visible {
  outline: 2px solid #f2b1aa;
  outline-offset: 4px;
  border-radius: 3px;
}
/* ANNOUNCEMENT BAR — STRONGER FINAL VERSION */

.announcement {
  min-height: 52px;
  padding: 11px 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 13px;

  background: #241d1a;
  color: #fffaf6;

  font-size: 15px;
  line-height: 1.25;
  font-weight: 500;
  letter-spacing: 0.01em;
}

.announcement-message {
  color: #fffaf6;
  font-weight: 600;
}

.announcement-timer-wrap {
  display: inline-flex;
  align-items: center;
  gap: 7px;

  padding-left: 14px;
  border-left: 1px solid rgba(255, 255, 255, 0.28);

  color: rgba(255, 250, 246, 0.76);
  font-weight: 500;
}

.announcement-countdown {
  min-width: 132px;

  color: #f6c453;
  font-size: 15px;
  font-weight: 800;
  font-variant-numeric: tabular-nums;
  letter-spacing: 0.045em;
  white-space: nowrap;

  text-shadow: 0 0 16px rgba(246, 196, 83, 0.18);
}

.announcement-link {
  display: inline-flex;
  align-items: center;
  gap: 6px;

  padding: 2px 0;
  border: 0;
  background: transparent;

  color: #f4b4ad;
  font: inherit;
  font-weight: 700;
  text-decoration: none;

  cursor: pointer !important;

  transition:
    color 0.2s ease,
    transform 0.2s ease;
}

.announcement-link,
.announcement-link *,
.announcement .link-button,
.announcement .link-button * {
  cursor: pointer !important;
}

.announcement-link:hover {
  color: #ffffff;
  transform: translateY(-1px);
}

.announcement-arrow {
  display: inline-block;
  transition: transform 0.2s ease;
}

.announcement-link:hover .announcement-arrow {
  transform: translateX(5px);
}

.announcement-link:focus-visible {
  outline: 2px solid #f6c453;
  outline-offset: 4px;
  border-radius: 4px;
}
/* BEAUTIFUL SAMPLE PLAY BUTTON */

.round-play {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;

  min-width: 145px;
  padding: 13px 20px;

  border: 1px solid rgba(201, 101, 99, 0.28);
  border-radius: 999px;

  background: linear-gradient(135deg, #df7772 0%, #c96563 100%);
  color: #ffffff;

  font-family: "DM Sans", sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;

  cursor: pointer;

  box-shadow:
    0 10px 24px rgba(201, 101, 99, 0.22),
    0 2px 6px rgba(0, 0, 0, 0.05);

  transition:
    transform 0.2s ease,
    box-shadow 0.2s ease,
    background 0.2s ease,
    border-color 0.2s ease;
}

.round-play:hover {
  transform: translateY(-2px);

  background: linear-gradient(135deg, #e7837e 0%, #c45d5b 100%);
  border-color: rgba(201, 101, 99, 0.42);

  box-shadow:
    0 15px 32px rgba(201, 101, 99, 0.3),
    0 3px 8px rgba(0, 0, 0, 0.06);
}

.round-play:active {
  transform: translateY(0);
  box-shadow:
    0 7px 16px rgba(201, 101, 99, 0.2),
    0 2px 5px rgba(0, 0, 0, 0.05);
}

.round-play:focus-visible {
  outline: 3px solid rgba(223, 119, 114, 0.3);
  outline-offset: 3px;
}

.round-play.playing {
  background: #2f2824;
  border-color: #2f2824;
  box-shadow: 0 12px 28px rgba(47, 40, 36, 0.22);
}

/* MOBILE */

@media (max-width: 700px) {
  .round-play {
    min-width: 132px;
    padding: 12px 17px;
    font-size: 13px;
  }
}
.occasions-cta {
  padding-top: 25px;
  padding-bottom: 70px;
}

.occasions-cta .eyebrow {
  margin-top: 0;
}
.occasion-link,
.occasion-link * {
  cursor: pointer;
}

.thank-you-page {
  min-height: calc(100vh - 90px);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 80px 24px;
  background:
    radial-gradient(circle at top left, rgba(232, 164, 156, 0.2), transparent 40%),
    #fbf8f2;
}

.thank-you-card {
  width: 100%;
  max-width: 760px;
  padding: 70px 60px;
  text-align: center;
  background: #ffffff;
  border: 1px solid #e4ddd3;
  border-radius: 28px;
  box-shadow: 0 24px 70px rgba(65, 45, 35, 0.08);
}

.thank-you-card h1 {
  max-width: 650px;
  margin: 18px auto 20px;
  font-size: clamp(48px, 6vw, 78px);
  line-height: 0.98;
}

.thank-you-card > p:not(.eyebrow) {
  max-width: 590px;
  margin: 0 auto;
  font-size: 18px;
  line-height: 1.65;
  color: #6f675f;
}

.thank-you-actions {
  margin-top: 34px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
  flex-wrap: wrap;
}

.thank-you-actions .text-link {
  color: #b65f59;
  font-weight: 700;
  text-decoration: none;
}

@media (max-width: 700px) {
  .thank-you-page {
    padding: 40px 18px;
  }

  .thank-you-card {
    padding: 50px 24px;
  }

  .thank-you-card h1 {
    font-size: 48px;
  }
}
.thank-you-actions .btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 0 28px;
  line-height: 1;
  vertical-align: middle;
}
/* ==================================================
   SONGANGELS MOBILE POLISH
   Safe CSS-only mobile improvements
================================================== */

@media (max-width: 700px) {

  /* ---------- Global mobile safety ---------- */

  html,
  body {
    width: 100%;
    max-width: 100%;
    overflow-x: hidden;
  }

  main,
  section,
  header,
  footer,
  form,
  div {
    min-width: 0;
  }

  img,
  video,
  iframe,
  svg {
    max-width: 100%;
  }

  .section-shell {
    width: calc(100% - 32px);
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  /* ---------- Announcement bar ---------- */

  .announcement {
    width: 100%;
    min-height: 42px;
    height: auto;

    padding: 7px 10px;
    gap: 5px;

    flex-wrap: wrap;

    font-size: 10px;
    line-height: 1.2;
    text-align: center;
  }

  .announcement-message {
    display: none;
  }

  .announcement-timer-wrap {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 4px;

    white-space: nowrap;
  }

  .announcement-countdown {
    min-width: 0;
    white-space: nowrap;
    font-size: 11px;
  }

  .announcement-link {
    white-space: nowrap;
    font-size: 10px;
  }

  /* ---------- Header ---------- */

  .site-header {
    height: 66px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .site-header nav {
    display: none;
  }

  .site-header .btn-small {
    display: inline-flex;
    margin-left: auto;

    min-height: 40px;
    padding: 0 15px;

    font-size: 11px;
    white-space: nowrap;
  }

  .brand {
    gap: 7px;
    min-width: 0;
  }

  .logo-icon {
    width: 34px;
    height: 34px;
    flex: 0 0 34px;
  }

  .brand-word {
    font-size: 19px;
    white-space: nowrap;
  }

  /* ---------- Homepage hero ---------- */

  .hero {
    min-height: auto;

    padding-top: 38px;
    padding-bottom: 54px;

    gap: 30px;
  }

  .hero-copy {
    min-width: 0;
  }

  .pill {
    max-width: 100%;
    width: fit-content;

    padding: 8px 11px;

    font-size: 9px;
    line-height: 1.35;
  }

  .hero h1 {
    margin-top: 18px;

    font-size: clamp(42px, 12vw, 50px);
    line-height: 0.99;
    letter-spacing: -0.045em;

    overflow-wrap: normal;
    word-break: normal;
  }

  .hero-text {
    margin-top: 20px;
    margin-bottom: 24px;

    max-width: 100%;

    font-size: 16px;
    line-height: 1.65;
  }

  .hero-actions {
    display: block;
    width: 100%;
  }

  .hero-actions .btn {
    width: 100%;
    min-height: 52px;
  }

  /*
    На мобильном оставляем главный путь:
    текст -> кнопка -> видео
  */

  .hero-actions .secondary-link {
    display: none;
  }

  .mini-proof {
    display: none;
  }

  .hero-video {
    width: 100%;
    height: 430px;

    padding: 17px;
    border-radius: 22px;
  }

  .video-play {
    width: 66px;
    height: 66px;
  }

  .video-caption strong {
    font-size: 20px;
    line-height: 1.25;
  }

  /* ---------- Trust strip under hero ---------- */

  .press-strip {
    padding: 22px 16px;
    gap: 16px;
  }

  .press-strip > span {
    max-width: 260px;

    font-size: 9px;
    line-height: 1.4;
    text-align: center;
  }

  .press-logos {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));

    width: 100%;
    gap: 12px 10px;

    text-align: center;
  }

  .press-logos a,
  .press-logos b {
    min-width: 0;
    font-size: 10px;
  }

  /* ---------- General sections ---------- */

  .section {
    padding-top: 62px;
    padding-bottom: 62px;
  }

  .section h2,
  .faq h2 {
    max-width: 100%;

    font-size: clamp(37px, 10vw, 46px);
    line-height: 1.04;
    letter-spacing: -0.035em;
  }

  .section-lead {
    margin-top: 16px;

    font-size: 15px;
    line-height: 1.65;
  }

  .eyebrow {
    font-size: 9px;
    line-height: 1.45;
  }

  /* ---------- How it works ---------- */

  #how {
    padding-top: 58px;
    padding-bottom: 58px;
  }

  .steps-grid {
    gap: 15px;
    margin-top: 30px;
  }

  .step-card {
    padding: 24px 21px;
    border-radius: 20px;
  }

  .step-card.featured {
    transform: none;
  }

  /* ---------- Reaction videos ---------- */

  .stories-section {
    overflow: hidden;
  }

  .split-heading {
    gap: 16px;
  }

  .video-grid {
    display: flex;
    grid-template-columns: none;

    width: auto;
    gap: 14px;

    margin-top: 32px;
    margin-right: -16px;

    padding-right: 16px;
    padding-bottom: 12px;

    overflow-x: auto;
    overscroll-behavior-inline: contain;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
  }

  .video-grid::-webkit-scrollbar {
    display: none;
  }

  .video-card {
    width: auto;
    min-width: 0;
    flex: 0 0 82%;

    height: 420px;
    border-radius: 21px;

    scroll-snap-align: center;
  }

  /* ---------- Benefit and testimonial cards ---------- */

  .benefit-grid,
  .testimonial-grid,
  .occasion-grid {
    gap: 15px;
    margin-top: 30px;
  }

  .benefit-grid article,
  .testimonial-grid article {
    min-width: 0;
    min-height: auto;

    padding: 24px 21px;
    border-radius: 20px;
  }

  .testimonial-grid article > p {
    font-size: 18px;
    line-height: 1.5;
  }

  /* ---------- Occasion cards ---------- */

  .occasion-grid {
    grid-template-columns: 1fr;
  }

  .occasion-card {
    min-width: 0;

    padding: 10px 10px 21px;
    border-radius: 20px;
  }

  .occasion-image {
    height: 190px;
    border-radius: 14px;
  }

  .occasion-card h3 {
    font-size: 22px;
  }

  .occasion-card p {
    font-size: 14px;
    line-height: 1.6;
  }

  .occasion-links {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  /* ---------- Player ---------- */

  .player-layout {
    gap: 36px;
  }

  .delivery-card {
    min-width: 0;

    padding: 14px;
    border-radius: 21px;
  }

  .album-art {
    height: 245px;
    border-radius: 16px;
  }

  .delivery-actions {
    grid-template-columns: 1fr;
  }

  /* ---------- Guarantee ---------- */

  .guarantee-card {
    grid-template-columns: 1fr;

    min-width: 0;
    gap: 20px;

    padding: 30px 21px;
    border-radius: 23px;

    text-align: center;
  }

  .seal {
    margin-left: auto;
    margin-right: auto;
  }

  .guarantee-card h2 {
    font-size: 33px;
  }

  .guarantee-card .btn {
    width: 100%;
    grid-column: auto;
  }

  /* ---------- FAQ ---------- */

  .faq {
    gap: 30px;
  }

  .faq-list details {
    padding-top: 18px;
    padding-bottom: 18px;
  }

  .faq-list summary {
    padding-right: 28px;

    font-size: 16px;
    line-height: 1.45;
  }

  .faq-list p {
    padding-right: 0;

    font-size: 14px;
    line-height: 1.7;
  }

  /* ---------- Final CTA ---------- */

  .final-cta {
    padding: 70px 16px;
  }

  .final-cta h2 {
    margin-bottom: 26px;

    font-size: clamp(41px, 12vw, 52px);
    line-height: 1.02;
  }

  .final-cta .btn {
    width: 100%;
    max-width: 420px;
  }

  /* ---------- Footer ---------- */

  .site-footer {
    padding-top: 40px;
    padding-bottom: 40px;

    gap: 25px;
  }

  .footer-links {
    display: grid;
    grid-template-columns: 1fr 1fr;

    gap: 13px 18px;
  }

  .site-footer small {
    line-height: 1.6;
  }

  /* ==========================================
     CONTACT PAGE MOBILE FIX
  ========================================== */

  .internal-hero {
    width: 100%;

    padding-top: 52px;
    padding-bottom: 48px;

    overflow: hidden;
  }

  .internal-hero .section-shell {
    min-width: 0;
  }

  .internal-hero h1 {
    max-width: 100%;

    font-size: clamp(39px, 10.8vw, 48px);
    line-height: 1.03;
    letter-spacing: -0.04em;

    overflow-wrap: normal;
    word-break: normal;
  }

  .internal-hero p {
    max-width: 100%;

    font-size: 15px;
    line-height: 1.65;
  }

  .contact-layout {
    display: grid;
    grid-template-columns: minmax(0, 1fr);

    width: 100%;
    max-width: 100%;

    gap: 18px;
  }

  .contact-card {
    width: 100%;
    max-width: 100%;
    min-width: 0;

    padding: 22px 18px;
    border-radius: 20px;

    overflow: hidden;
  }

  .contact-card h2 {
    width: 100%;
    max-width: 100%;

    margin-top: 12px;

    font-size: clamp(23px, 7vw, 29px);
    line-height: 1.2;

    overflow-wrap: anywhere;
    word-break: break-word;
  }

  .contact-card p {
    max-width: 100%;

    font-size: 14px;
    line-height: 1.65;
  }

  .contact-card a {
    display: inline-block;
    max-width: 100%;

    overflow-wrap: anywhere;
  }

  .contact-form {
    width: 100%;
    max-width: 100%;
    min-width: 0;

    gap: 14px;
  }

  .contact-form .field {
    width: 100%;
    max-width: 100%;
    min-width: 0;
  }

  .contact-form input,
  .contact-form textarea {
    display: block;

    width: 100%;
    max-width: 100%;
    min-width: 0;

    font-size: 16px;
  }

  .contact-form textarea {
    resize: vertical;
  }

  .contact-form .btn {
    width: 100%;
  }

  .contact-form small {
    display: block;

    max-width: 100%;

    font-size: 12px;
    line-height: 1.55;
  }

  /* ---------- Samples mobile safety ---------- */

  .sample-row {
    width: 100%;
    max-width: 100%;
    min-width: 0;

    grid-template-columns: 68px minmax(0, 1fr);
    gap: 12px;

    padding: 12px;
  }

  .sample-cover {
    width: 68px;
    height: 68px;
  }

  .sample-row h3,
  .sample-row p {
    min-width: 0;
    overflow-wrap: anywhere;
  }

  .sample-row .round-play {
    grid-column: 1 / -1;

    width: 100%;
    min-width: 0;
  }

  /* ---------- Order form mobile ---------- */

  .quiz-overlay {
    padding: 0;
  }

  .quiz-shell {
    width: 100%;
    max-width: 100%;
    min-height: 100dvh;
    max-height: 100dvh;

    padding-left: 17px;
    padding-right: 17px;

    border-radius: 0;
  }

  .field input,
  .field textarea,
  .field select {
    width: 100%;
    max-width: 100%;
    min-width: 0;

    font-size: 16px;
  }
}
/* ==================================================
   SONGANGELS MOBILE FINAL OVERRIDES
   Keep this block at the very end of styles.css
================================================== */

@media (max-width: 700px) {

  /* ================================================
     ANNOUNCEMENT BAR
  ================================================ */

  .announcement {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: center;

    width: 100%;
    min-height: 42px;
    padding: 7px 8px;
    gap: 6px;

    overflow: hidden;

    font-size: 9px;
    line-height: 1;
    white-space: nowrap;
  }

  .announcement-message {
    display: none;
  }

  .announcement-timer-wrap {
    display: inline-flex;
    align-items: center;
    gap: 4px;

    padding-left: 0;
    border-left: 0;

    font-size: 9px;
    white-space: nowrap;
  }

  .announcement-countdown {
    min-width: 0;

    font-size: 10px;
    letter-spacing: 0.02em;
    white-space: nowrap;
  }

  .announcement-link {
    flex: 0 0 auto;

    padding: 0;
    font-size: 9px;
    line-height: 1;
    white-space: nowrap;
  }

  /* ================================================
     HEADER
  ================================================ */

  .site-header {
    display: flex;
    align-items: center;

    height: 66px;
    padding: 0 16px;
  }

  .site-header nav {
    display: none;
  }

  .brand {
    min-width: 0;
    gap: 7px;
  }

  .logo-icon {
    width: 34px;
    height: 34px;
    flex: 0 0 34px;
  }

  .brand-word {
    font-size: 19px;
    line-height: 1;
    white-space: nowrap;
  }

  .site-header .btn-small {
    display: inline-flex;
    align-items: center;
    justify-content: center;

    min-height: 40px;
    height: 40px;

    margin: 0 0 0 auto;
    padding: 0 14px;

    font-size: 10px;
    line-height: 1;
    white-space: nowrap;
  }

  /* ================================================
     MOBILE HERO ORDER
     Heading -> video -> copy -> CTA
  ================================================ */

  .hero {
    display: flex;
    flex-direction: column;

    min-height: auto;
    padding-top: 38px;
    padding-bottom: 54px;
    gap: 0;
  }

  /*
    This lets the children inside .hero-copy participate
    directly in the mobile flex order.
  */

  .hero-copy {
    display: contents;
  }

  .hero .pill {
    order: 1;
    align-self: flex-start;

    margin-bottom: 18px;
  }

  .hero h1 {
    order: 2;

    margin: 0 0 28px;

    font-size: clamp(42px, 12vw, 50px);
    line-height: 0.99;
    letter-spacing: -0.045em;
  }
  
  .hero-text {
    order: 4;

    margin: 0 0 24px;

    font-size: 16px;
    line-height: 1.65;
  }

  .hero-actions {
    order: 5;

    display: block;
    width: 100%;
  }

  .hero-actions .btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;

    width: 100%;
    min-height: 52px;

    line-height: 1;
  }

  .hero-actions .secondary-link {
    display: none;
  }

  .mini-proof {
    order: 6;
    display: none;
  }

  /* ================================================
     MOBILE ALIGNMENT CONSISTENCY
  ================================================ */

  .center,
  .split-heading,
  .split-heading > div,
  .stories-section .split-heading,
  .benefit-grid article,
  .step-card,
  .occasion-card,
  .player-layout > div:first-child,
  .testimonials .center,
  .faq > div:first-child,
  .guarantee-card {
    text-align: center;
  }

  .split-heading {
    display: block;
  }

  .split-heading > p {
    max-width: 100%;
    margin: 18px auto 0;

    text-align: center;
  }

  .eyebrow {
    width: 100%;
    text-align: center;
  }

  .section-lead,
  .section-lead.left {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;

    text-align: center;
  }

  .icon-box {
    margin-left: auto;
    margin-right: auto;
  }

  .step-number {
    display: block;
    text-align: center;
  }

  .benefit-grid h3,
  .benefit-grid p,
  .step-card h3,
  .step-card p,
  .occasion-card h3,
  .occasion-card p {
    text-align: center;
  }

  .check-list {
    display: inline-block;
    max-width: 100%;

    margin-left: auto;
    margin-right: auto;

    text-align: left;
  }

  /* ================================================
     PREVENT MOBILE SIDEWAYS MOVEMENT
  ================================================ */

  html,
  body {
    max-width: 100%;
    overflow-x: hidden;
  }

  main,
  section,
  header,
  footer,
  form,
  div,
  article {
    min-width: 0;
  }
}
html {
  scroll-behavior: smooth;
}
/* =========================================
   MOBILE HEADER FINAL TUNING
========================================= */

@media (max-width: 700px) {
  .site-header {
    position: sticky;
    top: 0;
    z-index: 200;

    display: flex;
    align-items: center;

    height: 76px;
    padding: 0 16px;

    background: rgba(255, 253, 249, 0.97);
    border-bottom: 1px solid rgba(65, 45, 34, 0.09);

    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
  }

  .brand {
    display: inline-flex;
    align-items: center;
    gap: 9px;

    min-width: 0;
  }

  .logo-icon {
    width: 42px;
    height: 42px;
    flex: 0 0 42px;
  }

  .logo-icon img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
  }

  .brand-word {
    font-size: 22px;
    line-height: 1;
    white-space: nowrap;
  }

  .site-header nav {
    display: none;
  }

  .site-header .btn-small {
    display: inline-flex;
    align-items: center;
    justify-content: center;

    height: 46px;
    min-height: 46px;

    margin-left: auto;
    padding: 0 17px;

    border-radius: 999px;

    font-size: 12px;
    font-weight: 700;
    line-height: 1;
    white-space: nowrap;
  }
}
/* MOBILE STICKY HEADER FIX */

@media (max-width: 700px) {
  html {
    overflow-x: clip;
  }

  body {
    overflow-x: clip;
  }

  .site-header {
    position: -webkit-sticky !important;
    position: sticky !important;
    top: 0 !important;
    z-index: 999 !important;

    width: 100%;
    background: rgba(255, 253, 249, 0.98);

    -webkit-backdrop-filter: blur(14px);
    backdrop-filter: blur(14px);

    border-bottom: 1px solid rgba(65, 45, 34, 0.1);
  }
}
/* =========================================
   MOBILE PRESS STRIP FIX
========================================= */

@media (max-width: 700px) {
  .press-strip {
    display: block;

    padding: 24px 16px 26px;

    text-align: center;
  }

  .press-strip > span {
    display: block;

    max-width: 290px;
    margin: 0 auto 18px;

    font-size: 9px;
    line-height: 1.45;
    letter-spacing: 0.14em;
    text-align: center;
  }

  .press-logos {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;

    gap: 10px 18px;

    width: 100%;
    max-width: 320px;

    margin: 0 auto;
  }

  .press-logos a,
  .press-logos b {
    display: inline-flex;
    align-items: center;
    justify-content: center;

    min-width: auto;

    font-size: 10px;
    line-height: 1.2;
    letter-spacing: 0.08em;
    text-align: center;
    white-space: nowrap;
  }
}
/* =========================================
   MOBILE TYPOGRAPHY, CHECKLISTS AND CONTROLS
========================================= */

/* 1. Красные маленькие заголовки */

@media (max-width: 700px) {
  .eyebrow {
    font-size: 14px;
    line-height: 1.45;
    letter-spacing: 0.14em;
    font-weight: 700;
  }

  .center > .eyebrow,
  .split-heading .eyebrow,
  .player-layout .eyebrow,
  .testimonials .eyebrow,
  .faq .eyebrow {
    margin-bottom: 12px;
  }
}
/* Mobile checklist spacing */

@media (max-width: 700px) {
  .check-list {
    display: grid;
    gap: 14px;

    margin-top: 24px;
    margin-bottom: 24px;

    padding: 0;
  }

  .check-list li {
    position: relative;

    padding-left: 30px;

    font-size: 15px;
    line-height: 1.55;
  }

  .check-list li::before {
    position: absolute;
    top: 1px;
    left: 0;

    display: flex;
    align-items: center;
    justify-content: center;

    width: 21px;
    height: 21px;

    border-radius: 50%;

    background: rgba(217, 120, 114, 0.13);
    color: var(--rose);

    font-size: 12px;
    font-weight: 800;
  }
}
.faq details summary {
  position: relative;
  display: block;
  padding-left: 30px;
  cursor: pointer;
  list-style: none;
}

.faq details summary::-webkit-details-marker {
  display: none;
}

.faq details summary::marker {
  content: "";
}

.faq details summary::before {
  content: "";
  position: absolute;
  left: 4px;
  top: 50%;
  width: 9px;
  height: 9px;
  border-right: 2px solid #c86f69;
  border-bottom: 2px solid #c86f69;
  transform: translateY(-65%) rotate(45deg);
  transition: transform 0.2s ease;
}

.faq details[open] summary::before {
  transform: translateY(-35%) rotate(225deg);
}
@media (max-width: 600px) {
  .announcement {
    min-height: 46px;
    padding: 9px 12px;
  }

  .announcement,
  .announcement * {
    font-size: 14px;
    line-height: 1.25;
  }

  .announcement-countdown {
    font-size: 14px;
    font-weight: 800;
  }

  .announcement-link {
    font-size: 14px;
    font-weight: 700;
  }
}

.closing-offer {
  padding: 42px 0 70px;
  background: #fbf8f2;
}

.closing-offer-card {
  display: grid;
  grid-template-columns: 1.3fr auto 1fr auto;
  align-items: center;
  gap: 34px;

  padding: 34px 38px;

  background: #ffffff;
  border: 1px solid rgba(105, 77, 61, 0.14);
  border-radius: 24px;

  box-shadow: 0 18px 50px rgba(70, 44, 32, 0.07);
}

.closing-offer-copy h2 {
  margin: 8px 0 12px;
  font-size: clamp(34px, 4vw, 54px);
  line-height: 1;
}

.closing-offer-copy > p:last-child {
  max-width: 500px;
  margin: 0;

  color: #756b64;
  font-size: 15px;
  line-height: 1.6;
}

.closing-offer-price {
  min-width: 150px;
  display: grid;
  gap: 5px;
}

.closing-offer-price span {
  color: #aa5f5a;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.closing-offer-price strong {
  font-size: 30px;
  line-height: 1;
}

.closing-offer-price small {
  color: #827870;
  font-size: 11px;
}

.closing-offer-list {
  display: grid;
  gap: 11px;
}

.closing-offer-list span {
  display: flex;
  align-items: center;
  gap: 9px;

  color: #4e4641;
  font-size: 13px;
  line-height: 1.4;
}

.closing-offer-list i {
  width: 20px;
  height: 20px;

  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 20px;

  color: #ffffff;
  background: #d87872;
  border-radius: 50%;

  font-size: 11px;
  font-style: normal;
  font-weight: 800;
}

.closing-offer-action {
  display: grid;
  justify-items: center;
  gap: 10px;
}

.closing-offer-action .btn {
  white-space: nowrap;
}

.closing-offer-action small {
  color: #81766e;
  font-size: 10px;
  text-align: center;
}

@media (max-width: 900px) {
  .closing-offer-card {
    grid-template-columns: 1fr 1fr;
  }

  .closing-offer-action {
    justify-items: start;
  }
}

@media (max-width: 640px) {
  .closing-offer {
    padding: 24px 14px 48px;
  }

  .closing-offer .section-shell {
    padding: 0;
  }

  .closing-offer-card {
    display: block;
    padding: 24px 20px;
    border-radius: 18px;
  }

  .closing-offer-price,
  .closing-offer-list,
  .closing-offer-action {
    margin-top: 22px;
  }

  .closing-offer-action .btn {
    width: 100%;
  }
}
.checkout-intro {
  max-width: 580px;
  margin: -14px 0 26px;

  color: #756b64;
  font-size: 14px;
  line-height: 1.55;
}

.order-summary-card {
  margin-top: 24px;
  overflow: hidden;

  background: #fffaf6;
  border: 1px solid #ead9cc;
  border-radius: 18px;

  box-shadow: 0 14px 35px rgba(73, 46, 32, 0.06);
}

.order-summary-heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;

  padding: 20px 21px;
  background: #f8eee7;
  border-bottom: 1px solid #ead9cc;
}

.order-summary-heading > div {
  display: grid;
  gap: 4px;
}

.order-summary-heading span {
  color: #29231f;
  font-size: 15px;
  font-weight: 800;
}

.order-summary-heading small {
  color: #80746c;
  font-size: 11px;
}

.order-summary-heading strong {
  color: #29231f;
  font-size: 24px;
  white-space: nowrap;
}

.order-summary-list {
  display: grid;
  gap: 11px;
  padding: 20px 21px;
}

.order-summary-list span {
  display: flex;
  align-items: center;
  gap: 10px;

  color: #4e4641;
  font-size: 13px;
  line-height: 1.4;
}

.order-summary-list i {
  width: 20px;
  height: 20px;

  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 20px;

  color: #ffffff;
  background: #d87872;
  border-radius: 50%;

  font-size: 11px;
  font-style: normal;
  font-weight: 800;
}

.order-summary-footer {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 7px 15px;

  padding: 13px 18px;

  background: #ffffff;
  border-top: 1px solid #eee2d9;

  color: #81766e;
  font-size: 10px;
  font-weight: 650;
}

.order-summary-footer span:not(:last-child)::after {
  content: "•";
  margin-left: 15px;
  color: #c3b6ad;
}
@media (max-width: 640px) {
  .checkout-intro {
    margin-top: -10px;
    font-size: 13px;
  }

  .order-summary-heading {
    align-items: flex-start;
    padding: 17px;
  }

  .order-summary-heading strong {
    font-size: 21px;
  }

  .order-summary-list {
    padding: 17px;
  }

  .order-summary-list span {
    font-size: 12px;
  }

  .order-summary-footer {
    display: grid;
    justify-content: start;
    gap: 6px;
    padding: 13px 17px;
  }

  .order-summary-footer span::after {
    display: none;
  }
}
@media (max-width: 640px) {
  .order-summary-footer {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: nowrap;
    gap: 0;
    padding: 13px 10px;

    font-size: 11px;
    line-height: 1.25;
    text-align: center;
    white-space: nowrap;
  }

  .order-summary-footer span {
    display: inline-flex;
    align-items: center;
  }

  .order-summary-footer span:not(:last-child)::after {
    content: "•";
    display: inline-block;
    margin: 0 8px;
    color: #c3b6ad;
  }
}
@media (max-width: 640px) {
  .occasion-image {
    height: auto;
    aspect-ratio: 3 / 2;
    background-size: cover;
    background-position: center;
  }
}
/* ==================================================
   7-STEP ORDER FORM UPGRADE
================================================== */
.quiz-subtitle {
  margin: -18px 0 26px;
  color: var(--muted);
  line-height: 1.6;
  font-size: 15px;
}

.field-group-title {
  margin: 28px 0 12px;
  color: #5c5149;
  font-size: 13px;
  font-weight: 700;
}

.conditional-field {
  margin-top: 16px;
}

.quiz-step .choice-grid + .field,
.quiz-step .choice-grid + .conditional-field {
  margin-top: 22px;
}

.quiz-step textarea {
  min-height: 150px;
  resize: vertical;
}

@media (max-width: 640px) {
  .quiz-subtitle {
    margin-top: -12px;
    font-size: 14px;
  }

  .quiz-step h2 {
    font-size: 38px;
    margin-bottom: 26px;
  }

  .quiz-step textarea {
    min-height: 165px;
  }
}
/* ORDER FORM VALIDATION AND AUTO-SCROLL UX */

.quiz-step .field-error input,
.quiz-step .field-error textarea,
.quiz-step .field-error select {
  border-color: #d94f4f !important;
  background: #fff8f8;
  box-shadow:
    0 0 0 3px rgba(217, 79, 79, 0.12);
}

.quiz-step .choice-grid.field-error {
  padding: 8px;
  margin: -8px;
  border: 1px solid rgba(217, 79, 79, 0.65);
  border-radius: 16px;
  background: rgba(255, 242, 242, 0.7);
  box-shadow:
    0 0 0 3px rgba(217, 79, 79, 0.08);
}

.quiz-step .field-error > span,
.quiz-step .field-error .field-label {
  color: #bd3535;
}

.quiz-step .field-error input::placeholder,
.quiz-step .field-error textarea::placeholder {
  color: rgba(189, 53, 53, 0.58);
}

.quiz-step .field-error {
  animation: songangelsFieldError 0.35s ease;
}

@keyframes songangelsFieldError {
  0% {
    transform: translateX(0);
  }

  30% {
    transform: translateX(-4px);
  }

  60% {
    transform: translateX(4px);
  }

  100% {
    transform: translateX(0);
  }
}
/* PAYMENT TRUST ICONS */

.payment-trust {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 9px;
  margin-top: 16px;
  text-align: center;
}

.payment-trust-title {
  color: #746a64;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: 0.02em;
}

.payment-icons {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: nowrap;
  gap: 7px;
}

.payment-icons img {
  display: block;
  width: auto;
  height: 25px;
  max-width: 48px;
  object-fit: contain;
}

.footer-payment-trust {
  margin-top: 20px;
  margin-bottom: 8px;
}

.site-footer .payment-icons img {
  height: 22px;
}

@media (max-width: 600px) {
  .payment-trust {
    gap: 8px;
    margin-top: 14px;
  }

  .payment-trust-title {
    font-size: 11px;
  }

  .payment-icons {
    gap: 5px;
  }

  .payment-icons img {
    height: 21px;
    max-width: 40px;
  }

  .site-footer .payment-icons img {
    height: 20px;
  }
}
/* CENTER PAYMENT ICONS IN FOOTER */

.footer-payment-trust {
  width: 100%;
  grid-column: 1 / -1;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 24px 0 10px;
}

.footer-payment-trust .payment-icons {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
}
@media (max-width: 600px) {
  .site-footer > div:first-child {
    text-align: center;
  }

  .site-footer > div:first-child .brand {
    justify-content: center;
  }

  .site-footer > div:first-child p {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 600px) {
  .site-footer > div:first-child {
    margin-bottom: 24px;
  }
}
.avatars span {
  overflow: hidden;
  padding: 0;
}

.avatars span img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  border-radius: 50%;
}
/* =========================================
   SONGANGELS HERO REACTION VIDEO
========================================= */

.hero-video-wrap {
  position: relative;
  width: 100%;
  min-height: 620px;
  overflow: hidden;
  isolation: isolate;
  border-radius: 30px;
  background: #241f1d;
  box-shadow:
    0 28px 70px rgba(49, 35, 31, 0.18),
    0 8px 24px rgba(49, 35, 31, 0.1);
}

.hero-video-wrap .hero-video {
  position: absolute;
  inset: 0;
  z-index: 1;

  width: 100%;
  height: 100%;
  display: block;

  object-fit: cover;
  object-position: center;

  background: #241f1d;
}

.hero-video-overlay {
  position: absolute;
  inset: 0;
  z-index: 2;
  pointer-events: none;

  background:
    linear-gradient(
      to bottom,
      rgba(20, 15, 13, 0.12) 0%,
      rgba(20, 15, 13, 0) 38%,
      rgba(20, 15, 13, 0.08) 58%,
      rgba(20, 15, 13, 0.6) 100%
    );
}

.hero-video-label {
  position: absolute;
  top: 20px;
  left: 20px;
  z-index: 4;

  display: inline-flex;
  align-items: center;
  gap: 8px;

  padding: 9px 13px;

  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 999px;

  background: rgba(27, 22, 20, 0.38);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);

  color: #ffffff;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
  line-height: 1;
  text-transform: uppercase;

  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.14);
}

.hero-video-label-dot {
  width: 7px;
  height: 7px;
  flex: 0 0 auto;

  border-radius: 50%;
  background: #f19b8f;

  box-shadow: 0 0 0 4px rgba(241, 155, 143, 0.2);
}

.hero-sample-button {
  position: absolute;
  left: 50%;
  bottom: 24px;
  z-index: 5;

  width: calc(100% - 40px);
  max-width: 360px;

  display: flex;
  align-items: center;
  gap: 13px;

  padding: 12px 17px 12px 12px;

  border: 1px solid rgba(255, 255, 255, 0.68);
  border-radius: 999px;

  background: rgba(255, 255, 255, 0.88);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);

  color: #2d2724;
  text-align: left;

  cursor: pointer;
  transform: translateX(-50%);

  box-shadow:
    0 16px 42px rgba(0, 0, 0, 0.24),
    inset 0 1px 0 rgba(255, 255, 255, 0.85);

  transition:
    transform 180ms ease,
    background 180ms ease,
    box-shadow 180ms ease;
}

.hero-sample-button:hover {
  transform: translateX(-50%) translateY(-2px);

  background: rgba(255, 255, 255, 0.96);

  box-shadow:
    0 20px 48px rgba(0, 0, 0, 0.28),
    inset 0 1px 0 rgba(255, 255, 255, 0.95);
}

.hero-sample-button:active {
  transform: translateX(-50%) translateY(0) scale(0.985);
}

.hero-sample-button:focus-visible {
  outline: 3px solid rgba(218, 120, 114, 0.4);
  outline-offset: 4px;
}

.hero-sample-icon {
  width: 46px;
  height: 46px;
  flex: 0 0 46px;

  display: grid;
  place-items: center;

  border-radius: 50%;

  background: linear-gradient(135deg, #df827a, #cf6d68);
  color: #ffffff;

  box-shadow:
    0 8px 18px rgba(207, 109, 104, 0.3),
    inset 0 1px 0 rgba(255, 255, 255, 0.28);
}

.hero-play-symbol {
  display: block;
  margin-left: 2px;

  font-size: 13px;
  line-height: 1;
}

.hero-sample-button.is-playing .hero-play-symbol {
  margin-left: 0;
  font-size: 12px;
}

.hero-sample-copy {
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 3px;
}

.hero-sample-title {
  display: block;

  color: #2f2926;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.15;
}

.hero-sample-status {
  display: block;

  overflow: hidden;
  color: #776964;
  font-size: 11px;
  font-weight: 500;
  line-height: 1.25;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.hero-sample-button.is-playing {
  background: rgba(255, 255, 255, 0.96);
}

.hero-sample-button.is-playing .hero-sample-icon {
  background: linear-gradient(135deg, #cf6d68, #b95d59);
}

@media (max-width: 900px) {
  .hero-video-wrap {
    min-height: 590px;
  }
}

@media (max-width: 768px) {
  .hero-video-wrap {
    min-height: 560px;
    border-radius: 24px;
  }

  .hero-video-label {
    top: 16px;
    left: 16px;
  }

  .hero-sample-button {
    bottom: 16px;
    width: calc(100% - 28px);
    max-width: 350px;
  }
}

@media (max-width: 480px) {
  .hero-video-wrap {
    min-height: 540px;
    border-radius: 22px;
  }

  .hero-sample-button {
    padding: 10px 14px 10px 10px;
  }

  .hero-sample-icon {
    width: 42px;
    height: 42px;
    flex-basis: 42px;
  }

  .hero-sample-title {
    font-size: 14px;
  }

  .hero-sample-status {
    font-size: 10px;
  }
}
/* FINAL HERO VIDEO FIX */

.hero-video-wrap {
  padding: 0 !important;
  background: transparent !important;
}

.hero-video-wrap .hero-video {
  position: absolute !important;
  inset: 0 !important;

  width: 100% !important;
  height: 100% !important;

  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;

  object-fit: cover !important;
  object-position: center !important;
}
@media (max-width: 768px) {
  .hero-video-wrap {
    margin-bottom: 24px !important;
  }
}
.hero-sample-button {
  appearance: none;
  -webkit-appearance: none;
  color: #2f2926;
}

.hero-play-symbol {
  position: relative;
  display: block;
  width: 14px;
  height: 16px;
  margin: 0 !important;
  font-size: 0 !important;
}

.hero-play-symbol::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 52%;
  transform: translate(-42%, -50%);

  width: 0;
  height: 0;

  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
  border-left: 11px solid #ffffff;
}

.hero-sample-button.is-playing .hero-play-symbol::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;

  width: 4px;
  height: 14px;

  border: 0;
  border-radius: 2px;

  background: #ffffff;

  transform: translate(-7px, -50%);

  box-shadow: 10px 0 0 #ffffff;
}
/* FIX: cursor over whole audio button */

.hero-sample-button,
.hero-sample-button *,
.hero-sample-icon,
.hero-play-symbol {
  cursor: pointer !important;
}
.hero-video-label-dot {
  animation: recordingPulse 1.6s ease-in-out infinite;
}

@keyframes recordingPulse {
  0%,
  100% {
    opacity: 1;
    transform: scale(1);
    box-shadow: 0 0 0 4px rgba(241, 155, 143, 0.2);
  }

  50% {
    opacity: 0.45;
    transform: scale(0.78);
    box-shadow: 0 0 0 8px rgba(241, 155, 143, 0.05);
  }
}
/* =========================================
   SONGANGELS DELIVERY OPTIONS
========================================= */

.delivery-choice-section {
  margin: 26px 0;
}

.delivery-options {
  display: grid;
  gap: 12px;
  margin-top: 12px;
}

.delivery-option {
  display: block;
  cursor: pointer;
}

.delivery-option input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.delivery-option-card {
  position: relative;

  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;

  width: 100%;
  padding: 18px 20px;

  border: 1px solid rgba(80, 61, 55, 0.15);
  border-radius: 18px;

  background: #ffffff;

  cursor: pointer;

  transition:
    border-color 0.2s ease,
    box-shadow 0.2s ease,
    transform 0.2s ease,
    background 0.2s ease;
}

.delivery-option-card:hover {
  transform: translateY(-1px);

  border-color: rgba(207, 109, 104, 0.35);

  box-shadow: 0 10px 28px rgba(55, 38, 33, 0.08);
}

.delivery-option input:checked + .delivery-option-card {
  border-color: #cf6d68;

  background: rgba(207, 109, 104, 0.055);

  box-shadow:
    0 0 0 2px rgba(207, 109, 104, 0.12),
    0 10px 26px rgba(55, 38, 33, 0.07);
}

.delivery-option-main {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 4px;
}

.delivery-option-main strong {
  color: #2f2926;
  font-size: 16px;
  line-height: 1.2;
}

.delivery-option-main small {
  color: #776964;
  font-size: 13px;
}

.delivery-option-price {
  flex: 0 0 auto;

  color: #2f2926;
  font-size: 14px;
  font-weight: 700;
}

.priority-label {
  display: inline-flex;
  align-items: center;

  margin-bottom: 2px;
  padding: 5px 8px;

  border-radius: 999px;

  background: #cf6d68;
  color: #ffffff;

  font-size: 9px;
  font-weight: 800;
  letter-spacing: 0.08em;
  line-height: 1;
}

.delivery-date-card {
  margin-top: 16px;
  padding: 17px 18px;

  border-radius: 16px;

  background: #f8f2ee;

  text-align: center;
}

.delivery-date-card span {
  display: block;

  margin-bottom: 5px;

  color: #7a6b65;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

.delivery-date-card strong {
  display: block;

  color: #302926;

  font-family: "Playfair Display", serif;
  font-size: 21px;
  line-height: 1.25;
}

.priority-summary-row {
  display: flex;
  justify-content: space-between;
  align-items: center;

  padding: 12px 0;

  border-top: 1px solid rgba(80, 61, 55, 0.1);

  color: #4a3d38;
  font-size: 14px;
}

.priority-summary-row strong {
  color: #cf6d68;
}

@media (max-width: 600px) {

  .delivery-option-card {
    padding: 16px;
  }

  .delivery-option-main strong {
    font-size: 15px;
  }

  .delivery-date-card strong {
    font-size: 19px;
  }
}
.priority-summary-row {
  padding-left: 20px !important;
  padding-right: 20px !important;
}

@media (max-width: 768px) {

  body.no-scroll .site-header {
    display: none !important;
  }

  body.no-scroll .quiz-overlay {
    padding-top: 0 !important;
  }

  .quiz-shell {
    padding-top: 22px !important;
  }

  .close-quiz {
    display: none !important;
  }

  .progress {
    margin-top: 8px !important;
    margin-right: 0 !important;
  }

  .priority-summary-row {
    padding-left: 16px !important;
    padding-right: 16px !important;
  }
}
@media (max-width: 768px) {
  .mini-proof {
    display: flex !important;
    align-items: center;
    justify-content: center;
    gap: 14px;
    width: 100%;
    margin-top: 22px !important;
  }

  .mini-proof .avatars {
    display: flex !important;
  }

  .mini-proof .stars {
    display: block !important;
  }

  .mini-proof strong {
    display: block !important;
    font-size: 12px;
  }

  .mini-proof > div:last-child {
    text-align: left;
  }
}
.priority-note {
  margin-top: 4px;
  color: #b95d59;
  font-weight: 700;
}

.priority-note i {
  font-style: normal;
}
.priority-icon {
  display: inline-grid;
  place-items: center;
  width: 20px;
  height: 20px;
  flex: 0 0 20px;
  border-radius: 50%;
  background: #d97872;
}

.priority-icon svg {
  width: 14px;
  height: 14px;
  fill: #ffffff;
  display: block;
  transform: rotate(12deg);
}
.guarantee-card .seal {
  border-color: #7CFF6B !important;
  color: #7CFF6B !important;
  box-shadow: 0 0 24px rgba(124, 255, 107, 0.18);
}
.guarantee-card .seal small {
  color: #7CFF6B !important;
}
.guarantee-card .seal {
  display: flex !important;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 7px !important;
}

.guarantee-card .seal br {
  display: none !important;
}

.guarantee-card .seal-number {
  display: block;
  position: static !important;
  line-height: 1 !important;
  font-size: 35px !important;
}

.guarantee-card .seal small {
  display: block;
  position: static !important;
  margin: 0 !important;
  line-height: 1 !important;
  font-size: 11px !important;
  letter-spacing: 0.08em;
}
@media (max-width: 768px) {
  .guarantee-section {
    padding-bottom: 16px !important;
  }

  .faq {
    padding-top: 28px !important;
  }
}
.closing-price-label {
  display: block;
  margin-bottom: 5px;
}

.closing-price-row {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 2px;
}

.current-price {
  color: #2f8f4e !important;
}

.old-price {
  color: #8f8a86;
  font-size: 17px;
  font-weight: 600;
  line-height: 1;
  text-decoration: line-through;
  text-decoration-thickness: 2px;
  text-decoration-color: #8f8a86;
}

/* MOBILE */
@media (max-width: 768px) {
  .closing-price-row {
    flex-direction: row;
    align-items: center;
    gap: 12px;
  }

  .current-price {
    order: 1;
    font-size: 34px !important;
    line-height: 1;
  }

  .old-price {
    order: 2;
    font-size: 18px;
  }
}
.closing-offer-price .old-price {
  color: #8f8a86 !important;
  font-size: 18px !important;
  font-weight: 600 !important;
  line-height: 1 !important;
  text-decoration: line-through !important;
  text-decoration-thickness: 2px !important;
  text-decoration-color: #8f8a86 !important;
  letter-spacing: 0 !important;
  text-transform: none !important;
}
@media (max-width: 768px) {
  .closing-offer-price .old-price {
    font-size: 24px !important;
  }
}
@media (min-width: 769px) {
  .closing-price-row {
    gap: 7px !important;
  }

  .current-price {
    margin-top: 3px !important;
  }

  .closing-offer-price small {
    display: block;
    margin-top: 6px !important;
  }
}
.player-button {
  width: 54px;
  height: 54px;
  border-radius: 50%;
  border: none;
  background: #dc7370;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0;
  line-height: 1;
  cursor: pointer;
  flex: 0 0 54px;
  position: relative;
}

.player-button::before {
  content: "▶";
  font-size: 18px;
  transform: translateX(2px);
}

.player-button.is-playing::before {
  content: "";
  width: 6px;
  height: 20px;
  background: #fff;
  border-radius: 4px;
  transform: translateX(-5px);
}

.player-button.is-playing::after {
  content: "";
  width: 6px;
  height: 20px;
  background: #fff;
  border-radius: 4px;
  transform: translateX(5px);
  position: absolute;
}
.player-row {
  display: flex;
  align-items: center;
  gap: 14px;
}

.progress-wrap {
  flex: 1;
  display: flex;
  align-items: center;
}

.audio-progress {
  width: 100%;
  appearance: none;
  -webkit-appearance: none;
  height: 5px;
  border-radius: 999px;
  background: linear-gradient(to right, #dc7370 0%, #dc7370 0%, #e8dcd4 0%, #e8dcd4 100%);
  outline: none;
  cursor: pointer;
}

.audio-progress::-webkit-slider-thumb {
  -webkit-appearance: none;
  width: 0;
  height: 0;
}

.audio-progress::-moz-range-thumb {
  width: 0;
  height: 0;
  border: 0;
}

.time-label {
  min-width: 36px;
  text-align: right;
  font-size: 13px;
  color: #6f625e;
}
.sample-player {
  display: flex;
  align-items: center;
  gap: 12px;
  min-width: 300px;
  max-width: 360px;
}

.sample-play-btn {
  width: 46px;
  height: 46px;
  border-radius: 50%;
  border: none;
  background: #dc7370;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0;
  line-height: 1;
  cursor: pointer;
  flex: 0 0 46px;
  position: relative;
  box-shadow: 0 14px 28px rgba(220, 115, 112, 0.28);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.sample-play-btn:hover {
  transform: translateY(-1px);
  box-shadow: 0 18px 34px rgba(220, 115, 112, 0.35);
}

.sample-play-btn::before {
  content: "▶";
  font-size: 15px;
  color: #fff;
  transform: translateX(2px);
}

.sample-play-btn.is-playing::before {
  content: "";
  width: 5px;
  height: 17px;
  background: #fff;
  border-radius: 4px;
  transform: translateX(-4px);
}

.sample-play-btn.is-playing::after {
  content: "";
  width: 5px;
  height: 17px;
  background: #fff;
  border-radius: 4px;
  transform: translateX(4px);
  position: absolute;
}

.sample-progress-wrap {
  flex: 1;
  display: flex;
  align-items: center;
  min-width: 130px;
}

.sample-audio-progress {
  width: 100%;
  appearance: none;
  -webkit-appearance: none;
  height: 5px;
  border-radius: 999px;
  background: linear-gradient(to right, #dc7370 0%, #dc7370 0%, #e8dcd4 0%, #e8dcd4 100%);
  outline: none;
  cursor: pointer;
}

.sample-audio-progress::-webkit-slider-thumb {
  -webkit-appearance: none;
  width: 0;
  height: 0;
}

.sample-audio-progress::-moz-range-thumb {
  width: 0;
  height: 0;
  border: 0;
}

.sample-time-label {
  min-width: 34px;
  text-align: right;
  font-size: 13px;
  color: #6f625e;
  font-weight: 600;
}

@media (max-width: 768px) {
  .sample-row {
    gap: 18px;
  }

  .sample-player {
    width: 100%;
    max-width: 100%;
    min-width: 0;
  }

  .sample-progress-wrap {
    min-width: 0;
  }
}
.lyrics-modal {
  position: fixed;
  inset: 0;
  z-index: 9999;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 24px;
}

.lyrics-modal.is-open {
  display: flex;
}

.lyrics-modal-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(33, 28, 26, 0.45);
  backdrop-filter: blur(6px);
}

.lyrics-modal-box {
  position: relative;
  z-index: 1;
  width: min(560px, 100%);
  max-height: 82vh;
  overflow-y: auto;
  background: #fffaf4;
  border: 1px solid #eaded4;
  border-radius: 28px;
  padding: 34px;
  box-shadow: 0 28px 80px rgba(42, 31, 25, 0.22);
}

.lyrics-modal-close {
  position: absolute;
  top: 18px;
  right: 18px;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  border: 1px solid #eaded4;
  background: #fff;
  color: #2a2421;
  font-size: 24px;
  line-height: 1;
  cursor: pointer;
}

.lyrics-modal-box h3 {
  margin: 8px 0 6px;
  font-family: "Playfair Display", serif;
  font-size: 34px;
  line-height: 1.1;
  color: #2a2421;
}

.lyrics-modal-subtitle {
  margin: 0 0 22px;
  color: #7a6d67;
}

.lyrics-text {
  color: #3a302c;
  font-size: 16px;
  line-height: 1.75;
}

.lyrics-text p {
  margin: 0 0 18px;
}

@media (max-width: 640px) {
  .lyrics-modal-box {
    padding: 28px 22px;
    border-radius: 22px;
  }

  .lyrics-modal-box h3 {
    font-size: 28px;
  }
}
/* Mobile player color fix */
.player-button,
.sample-play-btn {
  -webkit-appearance: none !important;
  appearance: none !important;
  background: #dc7370 !important;
  color: #ffffff !important;
  border: none !important;
  outline: none !important;
  -webkit-tap-highlight-color: transparent;
}

.player-button::before,
.sample-play-btn::before {
  color: #ffffff !important;
}

.player-button.is-playing::before,
.player-button.is-playing::after,
.sample-play-btn.is-playing::before,
.sample-play-btn.is-playing::after {
  background: #ffffff !important;
}

/* Mobile progress bar color fix */
.audio-progress,
.sample-audio-progress {
  -webkit-appearance: none !important;
  appearance: none !important;
  accent-color: #dc7370 !important;
  background: linear-gradient(to right, #dc7370 0%, #dc7370 0%, #e8dcd4 0%, #e8dcd4 100%) !important;
}

.audio-progress::-webkit-slider-runnable-track,
.sample-audio-progress::-webkit-slider-runnable-track {
  height: 5px;
  border-radius: 999px;
  background: transparent !important;
}

.audio-progress::-webkit-slider-thumb,
.sample-audio-progress::-webkit-slider-thumb {
  -webkit-appearance: none !important;
  appearance: none !important;
  width: 0 !important;
  height: 0 !important;
  background: transparent !important;
  border: none !important;
  box-shadow: none !important;
}

.audio-progress::-moz-range-thumb,
.sample-audio-progress::-moz-range-thumb {
  width: 0 !important;
  height: 0 !important;
  background: transparent !important;
  border: none !important;
  box-shadow: none !important;
}
/* FINAL mobile-safe play/pause icons, no emoji */
.player-button,
.sample-play-btn {
  -webkit-appearance: none !important;
  appearance: none !important;
  background: #dc7370 !important;
  border: none !important;
  color: transparent !important;
  font-size: 0 !important;
  line-height: 0 !important;
  position: relative !important;
  overflow: hidden !important;
  -webkit-tap-highlight-color: transparent !important;
}

/* remove old text icon */
.player-button::before,
.sample-play-btn::before {
  content: "" !important;
  display: block !important;
  width: 0 !important;
  height: 0 !important;
  background: transparent !important;
  border-top: 10px solid transparent !important;
  border-bottom: 10px solid transparent !important;
  border-left: 15px solid #ffffff !important;
  border-radius: 0 !important;
  transform: translateX(2px) !important;
}

/* pause left bar */
.player-button.is-playing::before,
.sample-play-btn.is-playing::before {
  content: "" !important;
  width: 6px !important;
  height: 20px !important;
  background: #ffffff !important;
  border: none !important;
  border-radius: 4px !important;
  transform: translateX(-5px) !important;
}

/* pause right bar */
.player-button.is-playing::after,
.sample-play-btn.is-playing::after {
  content: "" !important;
  width: 6px !important;
  height: 20px !important;
  background: #ffffff !important;
  border-radius: 4px !important;
  position: absolute !important;
  transform: translateX(5px) !important;
}
/* FINAL AUDIO PLAYER STYLE */

.player-row,
.sample-player {
  display: flex !important;
  align-items: center !important;
  gap: 14px !important;
  width: 100% !important;
}

/* Play/Pause button */
.player-button,
.sample-play-btn {
  -webkit-appearance: none !important;
  appearance: none !important;
  width: 54px !important;
  height: 54px !important;
  min-width: 54px !important;
  border-radius: 50% !important;
  border: none !important;
  background: #dc7370 !important;
  color: transparent !important;
  font-size: 0 !important;
  line-height: 0 !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  position: relative !important;
  cursor: pointer !important;
  overflow: visible !important;
  box-shadow: 0 14px 28px rgba(220, 115, 112, 0.28) !important;
  -webkit-tap-highlight-color: transparent !important;
}

/* CSS play triangle, not emoji */
.player-button::before,
.sample-play-btn::before {
  content: "" !important;
  display: block !important;
  width: 0 !important;
  height: 0 !important;
  background: transparent !important;
  border-top: 10px solid transparent !important;
  border-bottom: 10px solid transparent !important;
  border-left: 15px solid #ffffff !important;
  border-radius: 0 !important;
  transform: translateX(2px) !important;
}

/* Pause left bar */
.player-button.is-playing::before,
.sample-play-btn.is-playing::before {
  content: "" !important;
  width: 6px !important;
  height: 20px !important;
  background: #ffffff !important;
  border: none !important;
  border-radius: 4px !important;
  transform: translateX(-5px) !important;
}

/* Pause right bar */
.player-button.is-playing::after,
.sample-play-btn.is-playing::after {
  content: "" !important;
  width: 6px !important;
  height: 20px !important;
  background: #ffffff !important;
  border-radius: 4px !important;
  position: absolute !important;
  transform: translateX(5px) !important;
}

/* Progress wrapper */
.progress-wrap,
.sample-progress-wrap {
  flex: 1 1 auto !important;
  min-width: 120px !important;
  display: flex !important;
  align-items: center !important;
}

/* Real draggable progress bar */
.audio-progress,
.sample-audio-progress {
  -webkit-appearance: none !important;
  appearance: none !important;
  width: 100% !important;
  height: 22px !important;
  background: transparent !important;
  cursor: pointer !important;
  accent-color: #dc7370 !important;
  margin: 0 !important;
  padding: 0 !important;
}

/* Track, Chrome/Safari */
.audio-progress::-webkit-slider-runnable-track,
.sample-audio-progress::-webkit-slider-runnable-track {
  height: 6px !important;
  border-radius: 999px !important;
  background: linear-gradient(to right, #dc7370 0%, #dc7370 var(--progress, 0%), #e8dcd4 var(--progress, 0%), #e8dcd4 100%) !important;
}

/* Thumb, Chrome/Safari */
.audio-progress::-webkit-slider-thumb,
.sample-audio-progress::-webkit-slider-thumb {
  -webkit-appearance: none !important;
  appearance: none !important;
  width: 16px !important;
  height: 16px !important;
  border-radius: 50% !important;
  background: #dc7370 !important;
  border: 3px solid #fff !important;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.18) !important;
  margin-top: -5px !important;
}

/* Track, Firefox */
.audio-progress::-moz-range-track,
.sample-audio-progress::-moz-range-track {
  height: 6px !important;
  border-radius: 999px !important;
  background: #e8dcd4 !important;
}

/* Progress, Firefox */
.audio-progress::-moz-range-progress,
.sample-audio-progress::-moz-range-progress {
  height: 6px !important;
  border-radius: 999px !important;
  background: #dc7370 !important;
}

/* Thumb, Firefox */
.audio-progress::-moz-range-thumb,
.sample-audio-progress::-moz-range-thumb {
  width: 16px !important;
  height: 16px !important;
  border-radius: 50% !important;
  background: #dc7370 !important;
  border: 3px solid #fff !important;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.18) !important;
}

/* Time */
.time-label,
.sample-time-label {
  min-width: 42px !important;
  text-align: right !important;
  font-size: 14px !important;
  color: #6f625e !important;
  font-weight: 600 !important;
}

/* Mobile */
@media (max-width: 768px) {
  .player-button,
  .sample-play-btn {
    width: 48px !important;
    height: 48px !important;
    min-width: 48px !important;
  }

  .player-button::before,
  .sample-play-btn::before {
    border-top-width: 9px !important;
    border-bottom-width: 9px !important;
    border-left-width: 14px !important;
  }

  .player-button.is-playing::before,
  .sample-play-btn.is-playing::before,
  .player-button.is-playing::after,
  .sample-play-btn.is-playing::after {
    width: 5px !important;
    height: 18px !important;
  }

  .progress-wrap,
  .sample-progress-wrap {
    min-width: 90px !important;
  }

  .time-label,
  .sample-time-label {
    min-width: 38px !important;
    font-size: 13px !important;
  }
}
/* Fix home page player button deformation on mobile */
.delivery-card .player-button {
  width: 54px !important;
  height: 54px !important;
  min-width: 54px !important;
  max-width: 54px !important;
  flex: 0 0 54px !important;
  aspect-ratio: 1 / 1 !important;
  border-radius: 50% !important;
  padding: 0 !important;
}

@media (max-width: 768px) {
  .delivery-card .player-button {
    width: 56px !important;
    height: 56px !important;
    min-width: 56px !important;
    max-width: 56px !important;
    flex: 0 0 56px !important;
  }

  .delivery-card .player-row {
    gap: 14px !important;
    align-items: center !important;
  }

  .delivery-card .progress-wrap {
    min-width: 0 !important;
    flex: 1 1 auto !important;
  }
}
/* Mobile samples: extend progress line only */
@media (max-width: 768px) {
  .sample-row .sample-progress-wrap {
    width: calc(100vw - 190px) !important;
    min-width: calc(100vw - 190px) !important;
    max-width: calc(100vw - 190px) !important;
    flex: 0 0 calc(100vw - 190px) !important;
  }

  .sample-row .sample-audio-progress {
    width: 100% !important;
  }
}
/* ==================================================
   SONGANGELS REACTION VIDEO + REVIEW CARDS
================================================== */

.reaction-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));

  gap: 18px;

  margin-top: 42px;
}

.reaction-card {
  min-width: 0;

  overflow: hidden;

  background: #fffdf9;

  border: 1px solid rgba(71, 50, 38, 0.1);
  border-radius: 24px;

  box-shadow: 0 14px 38px rgba(55, 37, 28, 0.07);
}


/* VIDEO */

.reaction-video-wrap {
  position: relative;

  width: 100%;
  aspect-ratio: 9 / 16;

  overflow: hidden;

  background: #7f615a;
}

.reaction-video {
  position: absolute;
  inset: 0;

  display: block;

  width: 100%;
  height: 100%;

  object-fit: cover;

  background: #7f615a;
}


/* subtle bottom fade for text */

.reaction-video-wrap::after {
  content: "";

  position: absolute;
  inset: 0;

  z-index: 1;

  background: linear-gradient(
    to bottom,
    rgba(20, 12, 9, 0.01) 45%,
    rgba(20, 12, 9, 0.7) 100%
  );

  pointer-events: none;
}


/* PLAY / PAUSE */

.reaction-play {
  position: absolute;

  top: 50%;
  left: 50%;

  z-index: 5;

  display: flex;
  align-items: center;
  justify-content: center;

  width: 58px;
  height: 58px;

  padding: 0;

  border: 1px solid rgba(255,255,255,0.7);
  border-radius: 50%;

  background: rgba(255, 253, 249, 0.92);

  color: #d97872;

  cursor: pointer;

  transform: translate(-50%, -50%);

  box-shadow: 0 10px 30px rgba(33, 21, 16, 0.18);

  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);

  transition:
    transform 0.2s ease,
    opacity 0.2s ease,
    background 0.2s ease;
}

.reaction-play:hover {
  transform:
    translate(-50%, -50%)
    scale(1.06);
}


/* play triangle */

.reaction-play-icon {
  display: block;

  width: 0;
  height: 0;

  margin-left: 4px;

  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-left: 13px solid #d97872;
}


/* PAUSE ICON */

.reaction-play.is-playing
.reaction-play-icon {
  width: 14px;
  height: 16px;

  margin-left: 0;

  border: 0;

  background:
    linear-gradient(
      to right,
      #d97872 0 4px,
      transparent 4px 10px,
      #d97872 10px 14px
    );
}


/* BUTTON SUBTLE WHILE PLAYING */

.reaction-play.is-playing {
  width: 46px;
  height: 46px;

  opacity: 0.82;
}


/* VIDEO LABEL */

.reaction-video-label {
  position: absolute;

  left: 18px;
  right: 18px;
  bottom: 17px;

  z-index: 3;

  color: #ffffff;
}

.reaction-video-label strong {
  display: block;

  font-family: "Playfair Display", serif;

  font-size: 21px;
  line-height: 1.15;
}

.reaction-video-label span {
  display: block;

  margin-top: 5px;

  font-size: 11px;
  opacity: 0.82;
}


/* REVIEW */

.reaction-review {
  padding: 20px 18px 22px;

  text-align: left;
}

.reaction-stars {
  margin-bottom: 11px;

  color: #d49b3a;

  font-size: 13px;
  letter-spacing: 2px;
}

.reaction-review p {
  margin: 0;

  color: var(--ink);

  font-family: "Playfair Display", serif;

  font-size: 16px;
  line-height: 1.5;
}

.reaction-review-name {
  display: block;

  margin-top: 13px;

  color: var(--muted);

  font-size: 11px;
  font-weight: 600;
}


/* ==================================================
   MOBILE
================================================== */

@media (max-width: 700px) {

  .reaction-grid {
    display: flex;

    gap: 14px;

    width: auto;

    margin-top: 32px;
    margin-right: -16px;

    padding-right: 16px;
    padding-bottom: 14px;

    overflow-x: auto;

    scroll-snap-type: x mandatory;
    scrollbar-width: none;

    -webkit-overflow-scrolling: touch;
  }

  .reaction-grid::-webkit-scrollbar {
    display: none;
  }

  .reaction-card {
    flex: 0 0 84%;

    scroll-snap-align: center;

    border-radius: 22px;
  }

  .reaction-video-wrap {
    aspect-ratio: 9 / 15;
  }

  .reaction-play {
    width: 56px;
    height: 56px;
  }

  .reaction-video-label {
    left: 16px;
    right: 16px;
    bottom: 15px;
  }

  .reaction-video-label strong {
    font-size: 20px;
  }

  .reaction-review {
    padding: 18px 17px 20px;

    text-align: left;
  }

  .reaction-review p {
    font-size: 16px;
  }

}
.reaction-section-cta {
  display: flex;
  justify-content: center;

  margin-top: 34px;
}

@media (max-width: 700px) {
  .reaction-section-cta {
    margin-top: 26px;
  }

  .reaction-section-cta .btn {
    width: 100%;
  }
}
/* =========================================
   SONGANGELS PRIVATE DELIVERY PAGE
========================================= */

.song-delivery-body {
    margin: 0;
    background:
        radial-gradient(circle at top, #fff8f5 0, #fbf7f2 42%, #f7f1eb 100%);
    color: #251d1a;
    font-family: "DM Sans", sans-serif;
}

.delivery-header {
    height: 84px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(255,255,255,.78);
    border-bottom: 1px solid rgba(60,35,27,.08);
    backdrop-filter: blur(14px);
}

.delivery-brand {
    display: flex;
    align-items: center;
    gap: 10px;
    text-decoration: none;
    color: #251d1a;
    font-family: "Playfair Display", serif;
    font-weight: 700;
    font-size: 28px;
}

.delivery-brand img {
    width: 46px;
    height: 46px;
    object-fit: contain;
}

.delivery-page {
    width: min(760px, calc(100% - 32px));
    margin: 0 auto;
    padding: 70px 0 90px;
}

.delivery-hero,
.delivery-section {
    text-align: center;
}

.delivery-eyebrow {
    margin: 0 0 16px;
    color: #c86360;
    letter-spacing: .16em;
    font-size: 12px;
    font-weight: 700;
}

.delivery-hero h1,
.delivery-section h2 {
    font-family: "Playfair Display", serif;
    color: #251d1a;
}

.delivery-hero h1 {
    margin: 0;
    font-size: clamp(44px, 7vw, 74px);
    line-height: .98;
}

.delivery-hero h1 em {
    color: #d97873;
    font-weight: 600;
}

.delivery-subtitle {
    max-width: 580px;
    margin: 26px auto 38px;
    font-size: 18px;
    line-height: 1.65;
    color: #70645f;
}

.delivery-art {
    aspect-ratio: 1 / 1;
    max-width: 520px;
    margin: 0 auto 28px;
    border-radius: 32px;
    padding: 55px 30px;
    box-sizing: border-box;

    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;

    background:
        radial-gradient(circle at 50% 20%, rgba(255,255,255,.5), transparent 42%),
        linear-gradient(145deg, #d89a91, #815a54 58%, #3d2824);

    box-shadow: 0 30px 80px rgba(76,44,35,.18);
    color: white;
}

.delivery-art img {
    width: 82px;
    margin-bottom: 25px;
    filter: brightness(0) invert(1);
    opacity: .88;
}

.delivery-art span {
    letter-spacing: .22em;
    font-size: 12px;
    opacity: .72;
}

.delivery-art strong {
    margin-top: 25px;
    max-width: 420px;
    font-family: "Playfair Display", serif;
    font-size: clamp(32px, 6vw, 52px);
    line-height: 1.05;
}

.delivery-art small {
    margin-top: 16px;
    opacity: .72;
}

.delivery-player {
    margin: 25px auto;
    padding: 24px;
    background: rgba(255,255,255,.88);
    border: 1px solid rgba(50,30,25,.08);
    border-radius: 24px;
    box-shadow: 0 18px 50px rgba(62,38,31,.08);
}

.delivery-track-info {
    margin-bottom: 16px;
}

.delivery-track-info strong,
.delivery-track-info span {
    display: block;
}

.delivery-track-info strong {
    font-family: "Playfair Display", serif;
    font-size: 24px;
}

.delivery-track-info span {
    margin-top: 4px;
    color: #82736d;
}

.delivery-player audio {
    width: 100%;
}

.delivery-actions {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 12px;
    margin-top: 24px;
}

.delivery-btn {
    min-height: 52px;
    padding: 0 26px;
    border: 0;
    border-radius: 999px;
    cursor: pointer;
    text-decoration: none;
    font: inherit;
    font-weight: 700;

    display: inline-flex;
    justify-content: center;
    align-items: center;

    transition:
        transform .18s ease,
        box-shadow .18s ease,
        opacity .18s ease;
}

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

.delivery-btn.primary {
    background: #d97873;
    color: #fff;
    box-shadow: 0 13px 30px rgba(217,120,115,.24);
}

.delivery-btn.secondary {
    background: #fff;
    color: #352925;
    border: 1px solid rgba(54,37,31,.12);
}

.delivery-btn:disabled {
    opacity: .45;
    cursor: not-allowed;
    transform: none;
}

.delivery-text-link {
    padding: 15px;
    color: #8f5c57;
    font-weight: 600;
}

.delivery-order {
    margin-top: 25px;
    color: #a1928c;
    font-size: 12px;
}

.delivery-section {
    margin-top: 70px;
    padding: 46px;
    border-radius: 30px;
    background: rgba(255,255,255,.74);
    border: 1px solid rgba(50,30,25,.07);
}

.delivery-section h2 {
    margin: 0;
    font-size: clamp(32px, 6vw, 46px);
    line-height: 1.05;
}

.delivery-section > p:not(.delivery-eyebrow) {
    max-width: 560px;
    margin: 20px auto 28px;
    color: #756964;
    line-height: 1.65;
}

.reaction-reward-box {
    margin: 28px auto;
    padding: 20px;
    max-width: 520px;
    border-radius: 20px;
    background: #fff2e7;
}

.reaction-reward-box strong,
.reaction-reward-box span {
    display: block;
}

.reaction-reward-box span {
    margin-top: 8px;
    font-size: 13px;
    line-height: 1.55;
    color: #78665f;
}

.reaction-consent {
    max-width: 530px;
    margin: 25px auto;
    display: flex;
    gap: 12px;
    text-align: left;
    font-size: 13px;
    line-height: 1.5;
    color: #71645f;
}

.reaction-consent input {
    margin-top: 4px;
}

.reaction-upload-progress {
    margin: 25px auto 0;
    max-width: 480px;
}

.reaction-progress-track {
    height: 8px;
    overflow: hidden;
    background: #eadfd9;
    border-radius: 999px;
}

.reaction-progress-track span {
    display: block;
    width: 0;
    height: 100%;
    background: #d97873;
    transition: width .25s ease;
}

.reaction-small {
    display: block;
    margin-top: 16px;
    color: #9a8982;
}

@media (max-width: 600px) {

    .delivery-header {
        height: 72px;
    }

    .delivery-brand {
        font-size: 24px;
    }

    .delivery-brand img {
        width: 40px;
        height: 40px;
    }

    .delivery-page {
        width: min(100% - 24px, 760px);
        padding-top: 44px;
    }

    .delivery-hero h1 {
        font-size: 44px;
    }

    .delivery-subtitle {
        font-size: 16px;
    }

    .delivery-art {
        border-radius: 24px;
        padding: 40px 22px;
    }

    .delivery-section {
        padding: 34px 20px;
        margin-top: 45px;
    }

    .delivery-actions {
        display: grid;
    }

    .delivery-btn {
        width: 100%;
        box-sizing: border-box;
    }

    .delivery-text-link {
        width: 100%;
        box-sizing: border-box;
    }
}
.header-actions-right {
  display: flex;
  align-items: center;
  gap: 24px;
  margin-left: auto;
}

.track-order-header {
  color: #26211f;
  text-decoration: none;
  font-size: 16px;
  font-weight: 500;
  white-space: nowrap;
}

.track-order-header:hover {
  color: #d86f68;
}
@media (max-width: 768px) {

  .site-header {
    gap: 10px;
  }

  .header-actions-right {
    margin-left: auto;
    gap: 10px;
  }

  .track-order-header {
    font-size: 13px;
    line-height: 1;
  }

  .header-actions-right .btn-small {
    padding-left: 16px;
    padding-right: 16px;
    white-space: nowrap;
  }
}
/* FINAL HEADER TRACK ORDER */

.header-actions-right {
  display: flex;
  align-items: center;
  gap: 38px;
  margin-left: auto;
}

.track-order-header {
  color: #26211f;
  text-decoration: none;
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
  white-space: nowrap;
  margin: 0;
}

.track-order-header:hover {
  color: #d86f68;
}


/* MOBILE */
@media (max-width: 768px) {

  .site-header {
    align-items: center;
  }

  .header-actions-right {
    margin-left: auto;

    display: flex;
    flex-direction: column;

    align-items: center;
    justify-content: center;

    gap: 6px;
  }

  .header-actions-right .btn-small {
    order: 1;

    white-space: nowrap;

    padding-left: 17px;
    padding-right: 17px;
  }

  .track-order-header {
    order: 2;

    font-size: 12px;
    line-height: 1.1;

    margin: 0;

    color: #625853;
  }
}
/* TRACK ORDER HEADER FINAL */

.header-actions-right {
  display: flex !important;
  align-items: center !important;
  gap: 42px !important;
  margin-left: auto !important;
}

.header-actions-right .track-order-header {
  color: #26211f !important;
  text-decoration: none !important;
  font-size: 16px !important;
  font-weight: 500 !important;
  line-height: 1 !important;
  white-space: nowrap !important;
  margin: 0 !important;
}

@media (max-width: 768px) {

  .header-actions-right {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;

    gap: 5px !important;
    margin-left: auto !important;
  }

  .header-actions-right .btn-small {
    order: 1 !important;
    margin: 0 !important;
    white-space: nowrap !important;
  }

  .header-actions-right .track-order-header {
    order: 2 !important;

    font-size: 12px !important;
    line-height: 1 !important;

    margin: 0 !important;

    color: #625853 !important;
  }
}
/* MOBILE MENU */

.mobile-menu-toggle {
  display: none;
}

.mobile-menu-overlay {
  display: none;
}


@media (max-width: 768px) {

  .site-header {
    display: flex !important;
    align-items: center !important;
    gap: 10px !important;
    padding-left: 16px !important;
    padding-right: 16px !important;
  }

  /* Hide desktop navigation */
  .site-header nav {
    display: none !important;
  }

  /* Hide Track Order beside CTA on mobile */
  .track-order-header {
    display: none !important;
  }

  /* Mobile hamburger */
  .mobile-menu-toggle {
    display: flex !important;
    flex-direction: column;
    justify-content: center;
    gap: 5px;

    width: 28px;
    height: 36px;

    padding: 0;
    margin: 0;

    border: 0;
    background: transparent;

    cursor: pointer;

    flex: 0 0 auto;
  }

  .mobile-menu-toggle span {
    display: block;

    width: 20px;
    height: 1.5px;

    background: #28211e;

    border-radius: 10px;
  }

  /* Logo */
  .site-header .brand {
    margin: 0 !important;
    flex: 0 1 auto;
  }

  .site-header .brand-word {
    font-size: 22px !important;
  }

  .site-header .logo-icon img {
    max-height: 28px !important;
  }

  /* CTA stays on the right */
  .header-actions-right {
    margin-left: auto !important;
    display: flex !important;
    flex-direction: row !important;
    align-items: center !important;
  }

  .header-actions-right .btn-small {
    margin: 0 !important;

    padding: 13px 17px !important;

    font-size: 12px !important;

    white-space: nowrap !important;
  }


  /* OVERLAY */
  .mobile-menu-overlay {
    display: block;

    position: fixed;
    inset: 0;

    z-index: 9999;

    background: rgba(0,0,0,.42);

    opacity: 0;
    visibility: hidden;

    transition:
      opacity .22s ease,
      visibility .22s ease;
  }

  .mobile-menu-overlay.is-open {
    opacity: 1;
    visibility: visible;
  }


  /* PANEL */
  .mobile-menu-panel {
    width: min(88vw, 390px);
    height: 100%;

    background: #fff8f1;

    transform: translateX(-100%);

    transition: transform .25s ease;

    box-shadow:
      14px 0 40px rgba(0,0,0,.14);
  }

  .mobile-menu-overlay.is-open .mobile-menu-panel {
    transform: translateX(0);
  }


  /* MENU HEADER */
  .mobile-menu-top {
    height: 66px;

    display: flex;
    align-items: center;
    justify-content: space-between;

    padding: 0 20px;

    border-bottom: 1px solid rgba(40,33,30,.10);

    font-size: 19px;
    font-weight: 500;

    color: #28211e;
  }

  .mobile-menu-close {
    border: 0;
    background: transparent;

    color: #28211e;

    font-size: 34px;
    font-weight: 300;
    line-height: 1;

    cursor: pointer;
  }


  /* MENU LINKS */
  .mobile-menu-links {
    display: flex;
    flex-direction: column;

    padding: 10px 0;
  }

  .mobile-menu-links a,
  .mobile-menu-order {
    display: block;

    width: 100%;

    padding: 17px 20px;

    border: 0;

    background: transparent;

    text-align: left;

    color: #28211e;

    font-family: inherit;
    font-size: 18px;
    font-weight: 500;

    text-decoration: none;

    cursor: pointer;
  }

  .mobile-menu-links a:hover,
  .mobile-menu-order:hover {
    background: rgba(220,119,112,.08);
  }

}
/* FORCE MOBILE MENU OFF ON DESKTOP */

.mobile-menu-toggle,
.mobile-menu-overlay {
  display: none !important;
}

@media (max-width: 768px) {

  .mobile-menu-toggle {
    display: flex !important;
  }

  .mobile-menu-overlay {
    display: block !important;
  }

}
/* DESKTOP HEADER CENTER NAV FIX */

@media (min-width: 769px) {

  .site-header {
    position: relative;
  }

  .site-header nav {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);

    display: flex;
    gap: 31px;

    margin: 0;
  }

  .header-actions-right {
    margin-left: auto !important;
  }
}
.announcement {
    opacity: 0;
}

.announcement.offer-ready {
    opacity: 1;
}
@media (max-width: 768px) {
  .announcement-message {
    display: inline !important;
    font-size: 13px !important;
    white-space: nowrap;
  }

  .announcement-timer-wrap {
    font-size: 12px !important;
    white-space: nowrap;
  }

  .announcement-link {
    font-size: 12px !important;
    white-space: nowrap;
  }

  .announcement {
    gap: 7px !important;
    padding-left: 8px !important;
    padding-right: 8px !important;
    justify-content: center !important;
  }

  .announcement-timer-wrap {
    font-size: 0 !important;
  }

  .announcement-countdown {
    font-size: 12px !important;
  }

  .announcement-timer-wrap::before {
    content: "|";
    font-size: 12px;
    margin-right: 7px;
    color: inherit;
  }
}
@media (max-width: 768px) {
  .announcement-link {
    display: none !important;
  }
}
/* ========================================
   SONGANGELS CUSTOM LISTEN PLAYER
======================================== */

.sa-player {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 14px;

  padding: 16px 18px;

  background: #f7f4f2;
  border-radius: 22px;
}

.sa-play {
  position: relative;

  width: 50px;
  height: 50px;
  flex: 0 0 50px;

  display: flex;
  align-items: center;
  justify-content: center;

  border: 0;
  border-radius: 50%;

  background: #dc7770;
  color: #fff;

  padding: 0;
  margin: 0;

  cursor: pointer;

  -webkit-appearance: none;
  appearance: none;
}

/* PLAY ICON */

.sa-play-icon {
  position: relative;
  display: block;

  width: 16px;
  height: 18px;
}

/* triangle */

.sa-play-icon::before {
  content: "";

  position: absolute;
  top: 50%;
  left: 52%;

  transform: translate(-45%, -50%);

  width: 0;
  height: 0;

  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
  border-left: 11px solid #fff;
}

/* PAUSE STATE */

.sa-play.is-playing .sa-play-icon::before,
.sa-play.is-playing .sa-play-icon::after {
  content: "";

  position: absolute;
  top: 2px;

  width: 4px;
  height: 14px;

  background: #fff;
  border: 0;
  border-radius: 2px;

  transform: none;
}

.sa-play.is-playing .sa-play-icon::before {
  left: 3px;
}

.sa-play.is-playing .sa-play-icon::after {
  right: 3px;
}


/* MAIN */

.sa-player-main {
  flex: 1;
  min-width: 0;
}

.sa-progress {
  width: 100%;
  height: 4px;

  margin: 0;

  background: transparent;

  cursor: pointer;

  -webkit-appearance: none;
  appearance: none;
}


/* CHROME / SAFARI TRACK */

.sa-progress::-webkit-slider-runnable-track {
  width: 100%;
  height: 4px;

  background:
    linear-gradient(
      to right,
      #dc7770 0%,
      #dc7770 var(--progress, 0%),
      #ded9d6 var(--progress, 0%),
      #ded9d6 100%
    );

  border-radius: 999px;
}


/* CHROME / SAFARI THUMB */

.sa-progress::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;

  width: 15px;
  height: 15px;

  margin-top: -5.5px;

  border: 0;
  border-radius: 50%;

  background: #ffffff;

  box-shadow:
    0 1px 4px rgba(40, 33, 30, 0.18);

  cursor: pointer;
}


/* FIREFOX */

.sa-progress::-moz-range-track {
  height: 4px;

  background: #ded9d6;

  border: 0;
  border-radius: 999px;
}

.sa-progress::-moz-range-progress {
  height: 4px;

  background: #dc7770;

  border-radius: 999px;
}

.sa-progress::-moz-range-thumb {
  width: 15px;
  height: 15px;

  border: 0;
  border-radius: 50%;

  background: #ffffff;

  box-shadow:
    0 1px 4px rgba(40, 33, 30, 0.18);
}


/* TIME */

.sa-player-time {
  display: flex;
  align-items: center;
  justify-content: space-between;

  margin-top: 7px;

  font-size: 12px;
  line-height: 1;

  color: #756d68;

  font-variant-numeric: tabular-nums;
}

#customerSong {
  display: none;
}


/* MOBILE */

@media (max-width: 600px) {

  .sa-player {
    gap: 12px;

    padding: 14px;

    border-radius: 20px;
  }

  .sa-play {
    width: 48px;
    height: 48px;

    flex-basis: 48px;
  }

  .sa-player-time {
    font-size: 11px;
  }

}