:root{
  --rose:#b23a5b; --rose-deep:#8e2c4e; --rose-soft:#f6e7ec;
  --gold:#c79a4b; --cream:#fbf7f4; --ink:#2c2526; --muted:#6f6468;
  --shadow:0 18px 50px rgba(70,20,40,.12);
  --radius:18px;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{font-family:'Manrope',system-ui,sans-serif;color:var(--ink);background:var(--cream);margin:0;line-height:1.6;-webkit-font-smoothing:antialiased}
h1,h2,h3,h4,.display{font-family:'Playfair Display',Georgia,serif;font-weight:600;line-height:1.15;color:var(--ink)}
a{color:var(--rose);text-decoration:none}
img{max-width:100%;display:block}
.container{max-width:1180px}
.section{padding:84px 0}
.eyebrow{font-family:'Manrope';font-weight:700;letter-spacing:.18em;text-transform:uppercase;font-size:.78rem;color:var(--rose);margin-bottom:14px}
.lead-muted{color:var(--muted);font-size:1.08rem;max-width:680px}
.h-sec{font-size:clamp(1.9rem,3.6vw,2.9rem);margin-bottom:14px}
.center{text-align:center}.center .lead-muted{margin-left:auto;margin-right:auto}

/* buttons */
.btn-rose{background:var(--rose);color:#fff;border:none;border-radius:999px;padding:15px 32px;font-weight:700;letter-spacing:.01em;box-shadow:0 10px 26px rgba(178,58,91,.32);transition:.2s}
.btn-rose:hover{background:var(--rose-deep);color:#fff;transform:translateY(-2px)}
.btn-ghost{background:transparent;color:var(--ink);border:1.5px solid rgba(44,37,38,.18);border-radius:999px;padding:13px 28px;font-weight:600;transition:.2s}
.btn-ghost:hover{border-color:var(--rose);color:var(--rose)}

/* header */
.nav-wrap{position:sticky;top:0;z-index:1000;background:rgba(251,247,244,.92);backdrop-filter:blur(10px);border-bottom:1px solid rgba(44,37,38,.07)}
.navbar-brand img{height:54px}
.nav-link{color:var(--ink)!important;font-weight:600;font-size:.95rem}
.nav-link:hover{color:var(--rose)!important}
.lang-pill{font-weight:700;color:var(--muted);border:1px solid rgba(44,37,38,.15);border-radius:999px;padding:4px 12px;font-size:.85rem}

/* hero */
.hero{position:relative;color:#fff;overflow:hidden}
.hero-bg{position:absolute;inset:0;background:url('static/images/eu/hero.jpg') center/cover no-repeat}
.hero-bg::after{content:"";position:absolute;inset:0;background:linear-gradient(100deg,rgba(40,15,25,.78) 0%,rgba(40,15,25,.45) 45%,rgba(40,15,25,.15) 100%)}
.hero-inner{position:relative;z-index:2;padding:96px 0 104px}
.hero h1{color:#fff;font-size:clamp(2.2rem,5vw,4rem);text-shadow:0 2px 30px rgba(0,0,0,.3)}
.hero h1 em{color:#ffd9a8;font-style:italic}
.hero p.sub{font-size:1.18rem;max-width:540px;color:#f4e7ea;margin-top:18px}
.hero-badges{display:flex;gap:22px;flex-wrap:wrap;margin-top:26px;font-weight:600;font-size:.95rem;color:#fff}
.hero-badges span{display:flex;align-items:center;gap:8px}
.hero-badges svg{width:20px;height:20px;fill:#ffd9a8;flex:none}

/* lead card */
.lead-card{background:#fff;color:var(--ink);border-radius:22px;box-shadow:var(--shadow);padding:30px}
.lead-card h3{font-size:1.5rem;margin-bottom:4px}
.lead-card .small-note{color:var(--muted);font-size:.92rem;margin-bottom:18px}
.form-control,.form-select{border-radius:12px;border:1.5px solid #e7dcdf;padding:13px 15px;font-size:.98rem}
.form-control:focus,.form-select:focus{border-color:var(--rose);box-shadow:0 0 0 .2rem rgba(178,58,91,.12)}
.form-w-100 .btn-rose{width:100%}
.trust-mini{font-size:.82rem;color:var(--muted);margin-top:12px;text-align:center}
.hp{position:absolute;left:-9999px;width:1px;height:1px;overflow:hidden}

/* trust bar */
.trustbar{background:#fff;border-bottom:1px solid rgba(44,37,38,.06)}
.trustbar .col{padding:26px 14px;text-align:center}
.trustbar .t-ico{font-size:1.6rem}
.trustbar .t-h{font-family:'Playfair Display';font-weight:600;font-size:1.05rem;margin-top:6px}
.trustbar .t-p{color:var(--muted);font-size:.9rem}

/* occasion cards */
.occ-card{background:#fff;border-radius:var(--radius);overflow:hidden;box-shadow:0 10px 30px rgba(70,20,40,.07);height:100%;transition:.22s;border:1px solid rgba(44,37,38,.05)}
.occ-card:hover{transform:translateY(-5px);box-shadow:var(--shadow)}
.occ-card .ph{aspect-ratio:4/3;background-size:cover;background-position:center}
.occ-card .bd{padding:22px}
.occ-card h3{font-size:1.28rem;margin-bottom:6px}
.occ-card p{color:var(--muted);font-size:.95rem;margin:0}
.occ-feature{background:linear-gradient(135deg,var(--rose-deep),var(--rose));color:#fff}
.occ-feature h3,.occ-feature p{color:#fff}
.occ-feature .bd{display:flex;flex-direction:column;height:100%;justify-content:center;text-align:center;padding:30px}
.occ-feature .eyebrow{color:#ffd9a8}

/* includes */
.inc-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}
.inc{background:#fff;border-radius:14px;overflow:hidden;box-shadow:0 8px 22px rgba(70,20,40,.06)}
.inc img{aspect-ratio:1/1;object-fit:cover;width:100%}
.inc p{padding:12px 14px;font-size:.9rem;margin:0;font-weight:600}

/* gallery */
.gal{display:grid;grid-template-columns:repeat(4,1fr);grid-auto-rows:170px;gap:14px}
.gal a{border-radius:14px;overflow:hidden;display:block}
.gal img{width:100%;height:100%;object-fit:cover;transition:.4s}
.gal a:hover img{transform:scale(1.06)}
.gal .big{grid-column:span 2;grid-row:span 2}

/* steps */
.step{text-align:center;padding:0 12px}
.step .num{width:58px;height:58px;border-radius:50%;background:var(--rose-soft);color:var(--rose-deep);font-family:'Playfair Display';font-weight:700;font-size:1.5rem;display:flex;align-items:center;justify-content:center;margin:0 auto 16px}
.step h3{font-size:1.18rem;margin-bottom:6px}
.step p{color:var(--muted);font-size:.95rem}

/* extras */
.extra{background:#fff;border-radius:14px;padding:18px;box-shadow:0 8px 22px rgba(70,20,40,.06);height:100%;text-align:center}
.extra img{height:74px;width:auto;margin:0 auto 12px;object-fit:contain}
.extra .et{font-weight:700;font-size:1rem}
.extra .ep{color:var(--rose);font-weight:700;margin-top:6px}
.extra .ed{color:var(--muted);font-size:.85rem;margin-top:4px}

/* upsell band */
.band{background:linear-gradient(120deg,var(--rose-deep),var(--rose));color:#fff;border-radius:26px;padding:54px;text-align:center}
.band h2{color:#fff;font-size:clamp(1.8rem,3.4vw,2.6rem)}
.band p{color:#ffe3ea;max-width:620px;margin:14px auto 26px}
.band .btn-rose{background:#fff;color:var(--rose-deep)}
.band .btn-rose:hover{background:#ffd9a8}

/* reviews */
.review{background:#fff;border-radius:var(--radius);padding:24px;box-shadow:0 8px 24px rgba(70,20,40,.06);height:100%}
.review .top{display:flex;align-items:center;gap:12px;margin-bottom:12px}
.review .top img{width:52px;height:52px;border-radius:50%;object-fit:cover}
.review .nm{font-weight:700}
.review .stars{color:var(--gold);font-size:.9rem}
.review p{color:var(--muted);font-size:.94rem;margin:0}

/* faq */
.accordion-item{border:none;margin-bottom:12px;border-radius:14px!important;overflow:hidden;box-shadow:0 6px 18px rgba(70,20,40,.05)}
.accordion-button{font-weight:600;font-family:'Manrope';font-size:1.02rem;padding:20px 22px;color:var(--ink)}
.accordion-button:not(.collapsed){background:var(--rose-soft);color:var(--rose-deep)}
.accordion-button:focus{box-shadow:none}
.accordion-body{color:var(--muted)}

/* footer */
footer{background:#241015;color:#e9d9de;padding:60px 0 26px}
footer h4{color:#fff;font-family:'Playfair Display';font-size:1.2rem;margin-bottom:14px}
footer a{color:#f0c9d4}
footer ul{list-style:none;padding:0;margin:0}
footer li{padding:4px 0;color:#cdb6bd}
.foot-bottom{border-top:1px solid rgba(255,255,255,.1);margin-top:36px;padding-top:18px;font-size:.85rem;color:#a78f96}

/* floating widget */
.fab{position:fixed;right:22px;bottom:22px;z-index:1200}
.fab .main{width:60px;height:60px;border-radius:50%;background:var(--rose);box-shadow:0 10px 26px rgba(178,58,91,.4);display:flex;align-items:center;justify-content:center;cursor:pointer;transition:.2s}
.fab .main:hover{transform:scale(1.06)}
.fab .main svg{width:30px;height:30px;fill:#fff}
.fab .menu{position:absolute;bottom:72px;right:4px;display:none;flex-direction:column;gap:10px}
.fab.open .menu{display:flex}
.fab .menu a{width:48px;height:48px;border-radius:50%;background:#fff;box-shadow:0 6px 16px rgba(0,0,0,.18);display:flex;align-items:center;justify-content:center;font-weight:700;color:var(--rose-deep)}
.fab .menu a svg{width:26px;height:26px}

#topBtn{position:fixed;left:22px;bottom:22px;z-index:1200;width:46px;height:46px;border-radius:50%;background:#fff;box-shadow:0 6px 16px rgba(0,0,0,.18);border:none;display:none;align-items:center;justify-content:center;cursor:pointer}
#topBtn.show{display:flex}
#topBtn svg{width:22px;height:22px;fill:var(--rose-deep)}

@media(max-width:991px){
  .inc-grid{grid-template-columns:repeat(2,1fr)}
  .gal{grid-template-columns:repeat(2,1fr);grid-auto-rows:150px}
  .gal .big{grid-column:span 2;grid-row:span 1}
  .band{padding:38px 22px}
  .hero-inner{padding:60px 0}
}
@media(max-width:575px){
  .section{padding:56px 0}
  .inc-grid{grid-template-columns:repeat(2,1fr)}
}
/* ---------- Blog & articles ---------- */
.blog-hero{background:linear-gradient(120deg,var(--rose-deep),var(--rose));color:#fff;padding:64px 0 56px;text-align:center}
.blog-hero h1{color:#fff;font-size:clamp(2rem,4vw,3rem)}
.blog-hero p{color:#ffe3ea;max-width:620px;margin:12px auto 0}
.post-card{display:flex;flex-direction:column;background:#fff;border-radius:16px;overflow:hidden;box-shadow:0 10px 30px rgba(70,20,40,.07);height:100%;transition:.2s;color:var(--ink)}
.post-card:hover{transform:translateY(-5px);box-shadow:var(--shadow);color:var(--ink)}
.post-card .ph{aspect-ratio:16/9;background-size:cover;background-position:center}
.post-card .bd{padding:20px 22px;display:flex;flex-direction:column;gap:8px}
.post-card .cat{font-family:'Manrope';font-weight:700;letter-spacing:.12em;text-transform:uppercase;font-size:.72rem;color:var(--rose)}
.post-card h3{font-size:1.22rem;margin:0;line-height:1.25}
.post-card p{color:var(--muted);font-size:.95rem;margin:0}
.post-card .more{color:var(--rose);font-weight:700;font-size:.9rem;margin-top:auto}

.article{max-width:760px;margin:0 auto;padding:0 22px}
.article .crumbs{font-size:.85rem;color:var(--muted);padding:24px 0 0}
.article .crumbs a{color:var(--muted)}.article .crumbs a:hover{color:var(--rose)}
.article-head{padding:18px 0 8px}
.article-head .cat{font-family:'Manrope';font-weight:700;letter-spacing:.12em;text-transform:uppercase;font-size:.74rem;color:var(--rose)}
.article-head h1{font-size:clamp(1.9rem,3.6vw,2.7rem);margin:8px 0 12px}
.article-meta{display:flex;align-items:center;gap:12px;color:var(--muted);font-size:.9rem}
.article-meta img{width:40px;height:40px;border-radius:50%;object-fit:cover}
.article-cover{width:100%;border-radius:18px;margin:22px 0;box-shadow:var(--shadow)}
.article-body{font-size:1.08rem;line-height:1.75;color:#3a3133}
.article-body h2{font-size:1.6rem;margin:34px 0 12px}
.article-body h3{font-size:1.22rem;margin:24px 0 8px}
.article-body p{margin:0 0 16px}
.article-body ul,.article-body ol{margin:0 0 16px;padding-left:22px}
.article-body li{margin-bottom:7px}
.article-body img{width:100%;border-radius:14px;margin:18px 0}
.article-body a{color:var(--rose);font-weight:600}
.toc{background:var(--rose-soft);border-radius:14px;padding:18px 22px;margin:8px 0 24px}
.toc strong{display:block;margin-bottom:8px;font-family:'Playfair Display'}
.toc ol{margin:0;padding-left:20px}.toc a{color:var(--rose-deep)}
.answer-box{background:#fff;border-left:4px solid var(--rose);box-shadow:0 8px 22px rgba(70,20,40,.06);border-radius:0 12px 12px 0;padding:16px 20px;margin:0 0 22px;font-size:1.05rem}
.cta-box{background:linear-gradient(120deg,var(--rose-deep),var(--rose));color:#fff;border-radius:18px;padding:30px;margin:30px 0;text-align:center}
.cta-box h3{color:#fff;font-size:1.5rem;margin-bottom:8px}
.cta-box p{color:#ffe3ea;margin:0 0 16px}
.cta-box .btn-rose{background:#fff;color:var(--rose-deep)}.cta-box .btn-rose:hover{background:#ffd9a8}
.author-box{display:flex;gap:14px;align-items:center;background:#fff;border:1px solid rgba(44,37,38,.08);border-radius:14px;padding:18px;margin:28px 0}
.author-box img{width:56px;height:56px;border-radius:50%;object-fit:cover}
.author-box .nm{font-weight:700}.author-box .ro{color:var(--muted);font-size:.9rem}

/* ---------- Article poll / vote widget (editorial) ---------- */
.poll{background:#fffdfc;border-radius:10px;padding:34px 36px;margin:34px 0;box-shadow:0 14px 44px -18px rgba(80,30,50,.26)}
.poll-kicker{display:flex;align-items:center;gap:12px;font-family:'Manrope';font-weight:700;letter-spacing:.28em;text-transform:uppercase;font-size:.7rem;color:var(--rose);margin-bottom:16px}
.poll-kicker .hb{display:none}
.poll-kicker::after{content:"";flex:1;height:1px;background:linear-gradient(90deg,rgba(178,58,91,.35),transparent)}
.poll-q{font-family:'Playfair Display',serif;font-weight:600;font-size:clamp(1.4rem,2.6vw,1.75rem);line-height:1.2;margin:0 0 6px;color:var(--ink)}
.poll-hint{color:var(--muted);font-size:.92rem;margin:0 0 24px}
.poll-opt{display:block;width:100%;text-align:left;background:none;border:none;padding:0;margin:0 0 20px;cursor:pointer;font-family:'Manrope'}
.poll-opt:disabled{cursor:default}
.poll-top{display:flex;justify-content:space-between;align-items:baseline;gap:14px;margin-bottom:9px}
.poll-label{font-weight:600;font-size:1.04rem;color:var(--ink);transition:color .2s}
.poll-pct{font-family:'Playfair Display',serif;font-weight:600;font-size:1.35rem;color:var(--muted);opacity:0;transition:opacity .45s ease;font-variant-numeric:tabular-nums}
.poll-track{height:3px;background:#efe6e3;border-radius:2px;overflow:hidden}
.poll-bar{height:100%;width:0;background:#d9c3ca;border-radius:2px;transition:width 1.05s cubic-bezier(.22,1,.36,1)}
.poll-opt:hover:not(:disabled) .poll-label{color:var(--rose-deep)}
.poll-opt:hover:not(:disabled) .poll-track{background:#e9d7dc}
.poll.voted .poll-pct{opacity:1}
.poll.voted .poll-opt{cursor:default}
.poll-opt.mine .poll-label{color:var(--rose-deep)}
.poll-opt.mine .poll-pct{color:var(--rose)}
.poll-opt.mine .poll-bar{background:linear-gradient(90deg,var(--rose-deep),var(--rose))}
.poll-total{margin-top:22px;font-size:.85rem;color:var(--muted)}
.poll-cta{display:inline-block;margin-top:10px;font-weight:700;color:var(--rose-deep);text-decoration:none;border-bottom:2px solid rgba(178,58,91,.28);transition:.2s}
.poll-cta:hover{color:var(--rose);border-color:var(--rose)}

/* article star rating — editorial minimal (matches poll) */
.rating{background:#fffdfc;border-radius:10px;padding:30px 36px;margin:34px 0;box-shadow:0 14px 44px -18px rgba(80,30,50,.26)}
.rate-kicker{display:flex;align-items:center;gap:12px;font-family:'Manrope';font-weight:700;letter-spacing:.28em;text-transform:uppercase;font-size:.7rem;color:var(--rose);margin-bottom:14px}
.rate-kicker::after{content:"";flex:1;height:1px;background:linear-gradient(90deg,rgba(178,58,91,.35),transparent)}
.rate-q{font-family:'Playfair Display',serif;font-weight:600;font-size:clamp(1.25rem,2.4vw,1.5rem);line-height:1.25;margin:0 0 18px;color:var(--ink)}
.rate-row{display:flex;align-items:center;gap:24px;flex-wrap:wrap}
.rate-score{display:flex;align-items:baseline;gap:3px;line-height:1}
.rate-num{font-family:'Playfair Display',serif;font-weight:600;font-size:2.6rem;color:var(--rose);font-variant-numeric:tabular-nums;min-width:1.6em;text-align:right}
.rate-of{font-family:'Playfair Display',serif;font-size:1.1rem;color:var(--muted)}
.rate-stars{display:flex;gap:6px}
.rate-star{background:none;border:none;padding:2px;cursor:pointer;line-height:1}
.rate-star:disabled{cursor:default}
.rs-wrap{position:relative;display:inline-block;font-size:2rem;line-height:1}
.rs-empty{color:#e7dade}
.rs-fill{position:absolute;left:0;top:0;overflow:hidden;white-space:nowrap;width:0;color:var(--rose);transition:width .25s ease}
.rate-star:hover:not(:disabled) .rs-empty{color:#decdd3}
.rate-meta{margin-top:16px;font-size:.85rem;color:var(--muted)}
.rate-meta strong{color:var(--rose)}
@media(max-width:480px){.rate-num{font-size:2.1rem}.rs-wrap{font-size:1.7rem}}

/* customer reviews widget — editorial minimal */
.reviews-live{max-width:920px;margin:0 auto;text-align:left}
.rv-agg{display:flex;align-items:center;gap:24px;padding-bottom:24px;margin-bottom:30px;border-bottom:1px solid #eedfe3}
.rv-agg-num{font-family:'Playfair Display',serif;font-weight:600;font-size:3.4rem;color:var(--rose);line-height:1;font-variant-numeric:tabular-nums}
.rv-agg-num span{font-size:1.2rem;color:var(--muted);margin-left:2px}
.rv-agg-right{display:flex;flex-direction:column;gap:6px}
.rv-stars{display:flex;gap:4px}
.rv-stars .rs-wrap{font-size:1.25rem}
.rv-agg-count{font-size:.9rem;color:var(--muted)}
.rv-list{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:20px;margin-bottom:36px}
.rv-card{background:#fff;border:1px solid #f0e4e8;border-radius:12px;padding:22px 24px;margin:0;box-shadow:0 10px 30px -22px rgba(80,30,50,.4)}
.rv-card-head{margin-bottom:12px}
.rv-card .rv-stars .rs-wrap{font-size:1.05rem}
.rv-text{font-size:.98rem;line-height:1.6;color:var(--ink);margin:0 0 14px;font-style:normal}
.rv-name{font-size:.85rem;color:var(--muted)}
.rv-name strong{color:var(--ink);font-weight:700}
.rv-occ,.rv-date{color:var(--muted)}
.rv-formwrap{background:#fffdfc;border-radius:14px;padding:30px 34px;box-shadow:0 16px 48px -22px rgba(80,30,50,.3)}
.rv-form-title{font-family:'Playfair Display',serif;font-weight:600;font-size:1.5rem;color:var(--ink);margin-bottom:14px}
.rv-pick{display:flex;gap:6px;margin-bottom:18px}
.rv-pick .rate-star{cursor:pointer}
.rv-grid{display:grid;grid-template-columns:1fr 1fr;gap:14px;margin-bottom:14px}
.rv-form input,.rv-form select,.rv-form textarea{width:100%;font-family:'Manrope';font-size:1rem;color:var(--ink);background:#fff;border:1px solid #e6d6db;border-radius:9px;padding:12px 14px;transition:border-color .2s}
.rv-form input:focus,.rv-form select:focus,.rv-form textarea:focus{outline:none;border-color:var(--rose)}
.rv-form textarea{resize:vertical;margin-bottom:14px}
.rv-form-foot{display:flex;align-items:center;gap:16px;flex-wrap:wrap}
.rv-msg{font-size:.88rem;color:var(--muted)}
.rv-msg.err{color:var(--rose-deep)}
.rv-thanks{background:#fff;border:1px solid #f0e4e8;border-radius:12px;padding:24px 26px;font-size:1rem;color:var(--ink)}
.rv-thanks strong{color:var(--rose)}
@media(max-width:560px){.rv-grid{grid-template-columns:1fr}.rv-agg-num{font-size:2.7rem}}

/* article action bar: share + views + comment count */
.article-actions{display:flex;align-items:center;flex-wrap:wrap;gap:18px 22px;margin:18px 0 6px;padding:14px 0;border-top:1px solid #efe2e6;border-bottom:1px solid #efe2e6}
.share{display:inline-flex;align-items:center;gap:9px;flex-wrap:wrap}
.share-label{font-size:.82rem;font-weight:700;color:var(--muted);letter-spacing:.02em;margin-right:2px}
.share-btn{display:inline-flex;align-items:center;justify-content:center;width:34px;height:34px;border-radius:50%;background:#f6ebef;color:var(--rose-deep);transition:.18s;text-decoration:none}
.share-btn svg{width:17px;height:17px}
.share-btn:hover{background:var(--rose);color:#fff;transform:translateY(-2px)}
.share-btn.copied{background:#3e9b6b;color:#fff}
.article-actions .meta-stats{display:inline-flex;align-items:center;gap:18px;margin-left:auto;font-size:.86rem;color:var(--muted)}
.viewcount,.commentcount{display:inline-flex;align-items:center;gap:6px;color:var(--muted);text-decoration:none}
.commentcount:hover{color:var(--rose-deep)}
.viewcount .vc-ico,.commentcount svg{width:16px;height:16px;opacity:.8}
@media(max-width:560px){.article-actions .meta-stats{margin-left:0;width:100%}}

/* comments */
.comments{max-width:760px;margin:46px auto 0;padding-top:34px;border-top:1px solid #eedfe3}
.cm-head{font-family:'Playfair Display',serif;font-weight:600;font-size:1.7rem;color:var(--ink);margin:0 0 22px}
.cm-head .cm-n{color:var(--muted);font-size:1.1rem;font-family:'Manrope';font-weight:600}
.cm-list{display:flex;flex-direction:column;gap:18px;margin-bottom:34px}
.cm-empty{color:var(--muted);font-size:.95rem;padding:6px 0}
.cm-card{display:flex;gap:14px}
.cm-av{flex:none;width:42px;height:42px;border-radius:50%;background:var(--rose-soft);color:var(--rose-deep);display:flex;align-items:center;justify-content:center;font-weight:700;font-family:'Playfair Display',serif;font-size:1.15rem}
.cm-body{flex:1;background:#fff;border:1px solid #f0e4e8;border-radius:12px;padding:14px 18px}
.cm-meta{font-size:.85rem;color:var(--muted);margin-bottom:5px}
.cm-meta strong{color:var(--ink);font-weight:700}
.cm-text{margin:0;font-size:.97rem;line-height:1.6;color:var(--ink)}
.cm-formwrap{background:#fffdfc;border-radius:14px;padding:26px 30px;box-shadow:0 16px 48px -24px rgba(80,30,50,.3)}
.cm-form-title{font-family:'Playfair Display',serif;font-weight:600;font-size:1.35rem;color:var(--ink);margin-bottom:14px}
.cm-form input,.cm-form textarea{width:100%;font-family:'Manrope';font-size:1rem;color:var(--ink);background:#fff;border:1px solid #e6d6db;border-radius:9px;padding:12px 14px;margin-bottom:12px;transition:border-color .2s}
.cm-form input:focus,.cm-form textarea:focus{outline:none;border-color:var(--rose)}
.cm-form textarea{resize:vertical}
.cm-consent{display:flex;align-items:flex-start;gap:9px;font-size:.84rem;color:var(--muted);margin-bottom:14px;line-height:1.4}
.cm-consent input{width:auto;margin:3px 0 0}
.cm-consent a{color:var(--rose-deep)}
.cm-form-foot{display:flex;align-items:center;gap:16px;flex-wrap:wrap}
.cm-msg{font-size:.86rem;color:var(--muted)}
.cm-msg.err{color:var(--rose-deep)}
.cm-thanks{background:#fff;border:1px solid #f0e4e8;border-radius:12px;padding:22px 24px;color:var(--ink)}
.cm-thanks strong{color:var(--rose)}

/* related / recommended articles */
.related{max-width:1000px;margin:0 auto}
.related .eyebrow{margin-bottom:6px}
.rel-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px;margin-top:24px}
.rel-card{display:flex;flex-direction:column;background:#fff;border:1px solid #f0e4e8;border-radius:14px;overflow:hidden;text-decoration:none;color:var(--ink);box-shadow:0 12px 34px -24px rgba(80,30,50,.4);transition:.2s}
.rel-card:hover{transform:translateY(-4px);box-shadow:0 22px 50px -26px rgba(80,30,50,.5)}
.rel-card img{width:100%;height:165px;object-fit:cover;display:block}
.rel-card .rel-body{padding:16px 18px 20px}
.rel-card .rel-cat{font-size:.72rem;font-weight:700;letter-spacing:.14em;text-transform:uppercase;color:var(--rose);margin-bottom:8px}
.rel-card .rel-title{font-family:'Playfair Display',serif;font-weight:600;font-size:1.12rem;line-height:1.3;margin:0 0 8px}
.rel-card .rel-meta{font-size:.8rem;color:var(--muted)}
@media(max-width:780px){.rel-grid{grid-template-columns:1fr;gap:16px}.rel-card{flex-direction:row}.rel-card img{width:120px;height:auto}.rel-card .rel-body{flex:1}}
