:root{--cream: #fff9f4;--red: #e61f12;--red-dark: #b8180d;--charcoal: #212934;--black: #14181e;--white: #ffffff;--grey: #6b7280;--grey-light: #e7e1d9;--border: #e6ddd2;--font-heading: "Caudex", Georgia, "Times New Roman", serif;--font-body: "Manrope", -apple-system, "Segoe UI", sans-serif;--container-w: 1400px;--radius-sm: 4px;--radius-md: 10px;--shadow-card: 0 8px 30px rgba(33, 41, 52, .08)}*,*:before,*:after{box-sizing:border-box}html,body,#root{min-height:100%}html{-webkit-text-size-adjust:100%;scroll-behavior:smooth}body{margin:0;background:var(--cream);color:var(--charcoal);font-family:var(--font-body);font-size:16px;line-height:1.65;-webkit-font-smoothing:antialiased}img{max-width:100%;display:block}a{color:inherit;text-decoration:none}ul,ol{margin:0;padding:0}li{list-style:none}button{font-family:inherit;cursor:pointer}input,textarea,select{font-family:inherit;font-size:1rem}h1,h2,h3,h4,h5{font-family:var(--font-heading);color:var(--black);line-height:1.2;margin:0 0 .5em;font-weight:700}h1{font-size:clamp(2.1rem,4vw,3.4rem)}h2{font-size:clamp(1.6rem,3vw,2.4rem)}h3{font-size:1.25rem}p{margin:0 0 1em}.container{width:100%;max-width:var(--container-w);margin:0 auto;padding:0 24px}.site{display:flex;flex-direction:column;min-height:100vh}.site__main{flex:1}.section{padding:72px 0}.section--tight{padding:48px 0}.section--charcoal{background:var(--charcoal);color:var(--white)}.section--charcoal h2,.section--charcoal h3{color:var(--white)}.section-head{text-align:center;max-width:720px;margin:0 auto 40px}.section--cream-close{background:var(--cream)}.eyebrow{display:inline-block;text-transform:uppercase;letter-spacing:.14em;font-size:.78rem;font-weight:700;color:var(--red);margin-bottom:.6em}.grid{display:grid;gap:28px;grid-template-columns:1fr}.grid--2{grid-template-columns:repeat(2,1fr)}.grid--3{grid-template-columns:repeat(3,1fr)}@media(max-width:900px){.grid--2,.grid--3{grid-template-columns:1fr}}@media(min-width:601px)and (max-width:900px){.grid--3{grid-template-columns:repeat(2,1fr)}}.split{display:grid;grid-template-columns:1fr 1fr;gap:48px;align-items:center}@media(max-width:900px){.split{grid-template-columns:1fr;gap:28px}}.split--reverse .split__media{order:2}.media-frame{border-radius:var(--radius-md);overflow:hidden;box-shadow:var(--shadow-card)}.media-frame img{width:100%;height:100%;object-fit:cover;aspect-ratio:4 / 3}.media-frame--portrait{height:auto}.media-frame--portrait img{aspect-ratio:unset;height:auto;object-fit:contain;object-position:center}.btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:14px 30px;border-radius:var(--radius-sm);border:2px solid transparent;font-weight:700;font-size:.92rem;letter-spacing:.03em;text-transform:uppercase;transition:all .2s ease;white-space:nowrap}.btn--primary{background:var(--red);color:var(--white);border-color:var(--red)}.btn--primary:hover{background:var(--red-dark);border-color:var(--red-dark)}.btn--outline{background:transparent;color:var(--charcoal);border-color:var(--charcoal)}.btn--outline:hover{background:var(--charcoal);color:var(--white)}.btn--outline-light{background:transparent;color:var(--white);border-color:var(--white)}.btn--outline-light:hover{background:var(--white);color:var(--charcoal)}.btn--ghost{background:transparent;color:var(--grey);border-color:var(--grey-light)}.btn--ghost:hover{border-color:var(--grey);color:var(--charcoal)}.btn-row{display:flex;gap:16px;flex-wrap:wrap}.header{position:sticky;top:0;z-index:40;background:#fff;border-bottom:1px solid #eee}.header__inner{display:flex;align-items:center;justify-content:space-between;gap:20px;min-height:78px}.header__logo{display:flex;align-items:center;flex:0 0 auto;max-width:180px}.header__logo img{height:46px;width:auto;max-width:100%;object-fit:contain}.nav{display:flex;align-items:center;gap:8px;flex:1;justify-content:flex-end;min-width:0}.nav ul{display:flex;flex-wrap:nowrap;gap:0;align-items:center;justify-content:flex-end;min-width:0}.nav ul li{flex-shrink:1;min-width:0}.nav a{font-size:.8rem;font-weight:500;color:var(--charcoal);position:relative;padding:6px 9px;white-space:nowrap;border-radius:var(--radius-sm);transition:color .15s,background .15s;display:block}.nav a.is-active,.nav a:hover{color:var(--red);background:#e61f120f}.nav__actions{display:flex;align-items:center;gap:18px}.nav__icon{display:inline-flex;align-items:center;justify-content:center;width:36px;height:36px;color:var(--charcoal);border:1px solid #ddd;border-radius:4px}.nav__icon:hover{color:var(--red);border-color:var(--red)}.hamburger{display:none;flex-direction:column;justify-content:center;gap:5px;width:40px;height:40px;border:none;background:transparent;padding:0}.hamburger span{display:block;height:2px;background:var(--charcoal);border-radius:2px;transition:transform .2s ease,opacity .2s ease}.hamburger--open span:nth-child(1){transform:translateY(7px) rotate(45deg)}.hamburger--open span:nth-child(2){opacity:0}.hamburger--open span:nth-child(3){transform:translateY(-7px) rotate(-45deg)}@media(max-width:1100px){.hamburger{display:flex}.nav{position:fixed;top:84px;right:0;bottom:0;left:0;background:var(--cream);flex-direction:column;align-items:flex-start;justify-content:flex-start;padding:24px;overflow-y:auto;transform:translate(100%);transition:transform .25s ease}.nav--open{transform:translate(0)}.nav ul{flex-direction:column;align-items:flex-start;width:100%;gap:4px}.nav ul li{width:100%;border-bottom:1px solid var(--border)}.nav ul a{display:block;padding:14px 4px}.nav__actions{margin-top:20px;width:100%;justify-content:space-between}body.nav-open{overflow:hidden}}.page-hero{background-color:var(--charcoal);background-size:cover;background-position:center;color:var(--white);min-height:clamp(420px,62vh,620px);display:flex;align-items:center;padding:80px 0;text-align:center}.page-hero__inner h1{color:var(--white);margin-bottom:.3em}.page-hero__subtitle{max-width:640px;margin:0 auto;color:#ffffffd9}.home-hero{position:relative;background-size:cover;background-position:center;background-repeat:no-repeat;padding:72px 0 80px;min-height:clamp(420px,62vh,620px);display:flex;align-items:center}.home-hero__inner{display:grid;grid-template-columns:1.35fr .85fr;gap:40px;align-items:start;width:100%}.home-hero__copy{color:#fff;padding-top:12px;max-width:640px}.home-hero__copy h1{color:#fff;font-family:var(--font-body);font-weight:800;font-size:clamp(1.7rem,3.2vw,2.55rem);line-height:1.2;margin:0 0 1.1em;letter-spacing:-.01em}.home-hero__subtitle{color:#fffffff2;font-size:1.05rem;line-height:1.55;margin:0 0 1.6em;max-width:34em}.home-hero__actions{display:flex;flex-wrap:wrap;align-items:center;gap:18px 28px}.home-hero__ghost{color:#fff;font-weight:600;font-size:.98rem;border-bottom:1px solid rgba(255,255,255,.55);padding-bottom:2px}.home-hero__ghost:hover{border-bottom-color:#fff}.claire-card{background:var(--red);color:#fff;border-radius:10px;padding:28px 26px 22px;box-shadow:0 16px 40px #0000002e;align-self:center}.claire-card h2{color:#fff;font-family:var(--font-body);font-size:1.35rem;font-weight:700;margin:0 0 .7em;text-align:center}.claire-card p{margin:0 0 .85em;font-size:.98rem;line-height:1.55}.claire-card__more-text{border-top:1px solid rgba(255,255,255,.25);padding-top:.85em;max-height:220px;overflow-y:auto}.claire-card__plus{display:inline-block;margin-top:4px;background:none;border:none;color:#fff;font-weight:700;font-size:1rem;text-decoration:underline;text-underline-offset:3px;padding:0}.claire-card__plus:hover{opacity:.9}@media(max-width:900px){.home-hero{padding:48px 0 56px;min-height:auto}.home-hero__inner{grid-template-columns:1fr;gap:28px}.home-hero__copy h1{text-align:center;font-size:clamp(1.45rem,6vw,2rem)}.home-hero__subtitle{text-align:center;margin-left:auto;margin-right:auto}.home-hero__actions{justify-content:center}}.card{background:var(--white);border-radius:var(--radius-md);overflow:hidden;box-shadow:var(--shadow-card);display:flex;flex-direction:column;height:100%}.card__media{aspect-ratio:4 / 3;overflow:hidden;background:var(--grey-light)}.card__media img{width:100%;height:100%;object-fit:cover}.card__body{padding:24px;flex:1;display:flex;flex-direction:column}.card__body h3{margin-bottom:.5em}.card__body p{color:var(--grey);flex:1}.guide-bullets{margin:0 0 16px;padding:0;flex:1}.guide-bullets li{list-style:disc;margin-left:1.1em;color:var(--grey);font-size:.95rem;line-height:1.55}.card__more{color:var(--red);font-weight:600;font-size:.9rem}.recipe-card{display:block;background:var(--white);border-radius:var(--radius-md);overflow:hidden;box-shadow:var(--shadow-card);transition:transform .2s ease,box-shadow .2s ease}.recipe-card:hover{transform:translateY(-4px);box-shadow:0 16px 34px #21293424}.recipe-card__media{aspect-ratio:4 / 3;overflow:hidden;background:var(--grey-light)}.recipe-card__media img{width:100%;height:100%;object-fit:cover}.recipe-card__body{padding:18px 20px 22px}.recipe-card__body h3{font-size:1.05rem;margin-bottom:.4em}.recipe-card__meta{display:flex;gap:14px;color:var(--grey);font-size:.85rem;font-weight:600}.guides-section{padding-top:48px}.guides-section__top{display:flex;justify-content:flex-end;margin-bottom:28px}.guides-section__all{color:var(--red);font-weight:700;font-size:.95rem}.guides-section__all:hover{text-decoration:underline}.guides-circles{display:grid;grid-template-columns:repeat(3,1fr);gap:36px 28px;text-align:center}.guide-circle{display:block;color:inherit}.guide-circle__media{width:min(220px,70%);aspect-ratio:1;margin:0 auto 18px;border-radius:50%;overflow:hidden;box-shadow:var(--shadow-card);background:#eee}.guide-circle__media img{width:100%;height:100%;object-fit:cover;transition:transform .35s ease}.guide-circle:hover .guide-circle__media img{transform:scale(1.05)}.guide-circle h3{font-family:var(--font-body);font-size:1.15rem;font-weight:700;margin:0 0 .5em}.guide-circle__bullets{color:var(--grey);font-size:.92rem;line-height:1.5;margin:0 0 .75em}.guide-circle__more{color:var(--red);font-weight:600;font-size:.9rem}@media(max-width:800px){.guides-circles{grid-template-columns:1fr;gap:40px}.guide-circle__media{width:min(200px,55%)}}.cta-panel{position:relative;min-height:280px;border-radius:var(--radius-md);overflow:hidden;background-size:cover;background-position:center;display:flex;align-items:flex-end}.cta-panel:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(transparent 20%,#14181eb8)}.cta-panel__inner{position:relative;z-index:1;padding:28px;color:#fff}.cta-panel__inner h3{color:#fff;margin:0 0 16px;font-size:1.4rem}.pillars{text-align:center}.pillars__media{border-radius:50%;overflow:hidden;width:180px;height:180px;margin:0 auto 20px;box-shadow:var(--shadow-card)}.pillars__media img{width:100%;height:100%;object-fit:cover}.quote-banner{text-align:center;padding:80px 0;background:var(--charcoal);color:var(--white)}.quote-banner blockquote{max-width:760px;margin:0 auto;font-family:var(--font-heading);font-size:clamp(1.4rem,3vw,2rem);font-style:italic;line-height:1.5}.quote-banner cite{display:block;margin-top:20px;font-family:var(--font-body);font-style:normal;font-weight:700;font-size:.9rem;letter-spacing:.06em;text-transform:uppercase;color:var(--red)}.notice-band{background:var(--grey-light);padding:40px 0;text-align:center}.notice-band p{margin:0;font-weight:600}.form-card{background:var(--white);border-radius:var(--radius-md);box-shadow:var(--shadow-card);padding:40px;max-width:560px;margin:0 auto}.field{margin-bottom:20px}.field label{display:block;font-weight:700;font-size:.88rem;margin-bottom:6px}.field input,.field textarea,.field select{width:100%;padding:12px 14px;border:1px solid var(--border);border-radius:var(--radius-sm);background:var(--cream)}.field input:focus,.field textarea:focus,.field select:focus{outline:2px solid var(--red);outline-offset:1px}.field-row{display:grid;grid-template-columns:1fr 1fr;gap:16px}@media(max-width:600px){.field-row{grid-template-columns:1fr}}.checkbox-row{display:flex;align-items:flex-start;gap:8px;font-size:.9rem;color:var(--grey)}.checkbox-row input{width:auto;margin-top:3px}.form-note{font-size:.85rem;color:var(--grey);text-align:center;margin-top:14px}.footer{margin-top:80px}.footer__hero{background-color:var(--cream);background-size:cover;background-position:center;min-height:55vh;display:flex;align-items:center;justify-content:center;text-align:center;padding:100px 48px;position:relative}.footer__hero:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:#fff9f485}.footer__hero-inner{max-width:960px;width:100%;position:relative;z-index:1}.footer__hero-tagline{font-family:var(--font-heading);font-size:clamp(1.8rem,4vw,3.2rem);font-weight:700;color:var(--black);line-height:1.3;margin:0 0 44px}.footer__main{background:var(--cream)}.footer__main-inner{display:grid;grid-template-columns:2fr .8fr .8fr 1.6fr;gap:64px;padding:80px 48px;align-items:start;width:100%;box-sizing:border-box}@media(max-width:960px){.footer__main-inner{grid-template-columns:1fr 1fr;gap:40px 32px;padding:56px 32px}}@media(max-width:560px){.footer__main-inner{grid-template-columns:1fr;gap:32px;padding:40px 20px}}.footer__brand{display:flex;flex-direction:column;gap:20px}.footer__logo{display:inline-block;max-width:420px;width:100%}.footer__logo img{width:100%;height:auto;object-fit:contain}.footer__quote{color:var(--grey);font-style:italic;font-size:1rem;line-height:1.7;margin:0;padding-left:16px;border-left:2px solid var(--red)}.footer__nav ul{display:flex;flex-direction:column;gap:14px;padding:0;margin:0}.footer__nav a{font-size:1rem;color:var(--charcoal);transition:color .15s}.footer__nav a:hover{color:var(--red)}.footer__newsletter-label{font-weight:700;font-size:1rem;color:var(--charcoal);margin:0 0 16px}.footer__newsletter-row{display:flex;gap:10px}.footer__newsletter-row input{flex:1;min-width:0;padding:13px 16px;border:none;border-radius:var(--radius-sm);background:var(--white);color:var(--charcoal);font-size:.92rem;box-shadow:0 0 0 1px var(--border)}.footer__newsletter-row input:focus{outline:2px solid var(--red);outline-offset:1px}.footer__newsletter-row .btn{padding:13px 22px;font-size:.88rem;flex-shrink:0}@media(max-width:400px){.footer__newsletter-row{flex-direction:column}.footer__newsletter-row .btn{width:100%}}.footer__newsletter-notice{font-size:.82rem;color:var(--grey);margin:10px 0 0;line-height:1.4}.footer__legal{background:var(--cream)}.footer__legal-inner{padding:40px 48px 48px}@media(max-width:960px){.footer__legal-inner{padding:32px 32px 40px}}@media(max-width:560px){.footer__legal-inner{padding:28px 20px 36px}}.footer__legal-list{display:grid;grid-template-columns:repeat(auto-fill,minmax(min(100%,320px),1fr));column-gap:56px}.legal-accordion__trigger{display:flex;align-items:center;justify-content:space-between;gap:12px;width:100%;padding:16px 0;background:none;border:none;color:var(--charcoal);font-size:.88rem;font-weight:700;text-align:left;cursor:pointer;transition:color .15s}.legal-accordion__trigger:hover,.legal-accordion--open .legal-accordion__trigger{color:var(--red)}.legal-accordion__chevron{flex-shrink:0;color:var(--grey);transition:transform .2s ease}.legal-accordion--open .legal-accordion__chevron{transform:rotate(180deg);color:var(--red)}.legal-accordion__body{padding:0 0 18px;font-size:.85rem;line-height:1.7;color:var(--grey)}.legal-accordion__body p{margin:0 0 .75em}.legal-accordion__body p:last-child{margin-bottom:0}.legal-accordion__body a{color:var(--red);text-decoration:underline;text-underline-offset:2px}.legal-accordion__body strong{color:var(--charcoal)}.footer__copy{font-size:.82rem;color:var(--grey);margin:28px 0 0;padding-bottom:32px;text-align:center}.guide-section{padding:72px 0;border-bottom:1px solid var(--border)}.guide-section:last-child{border-bottom:none}.guide-section--alt{background:var(--cream)}@media(max-width:600px){.guide-section{padding:48px 0}}.guide-section__head{margin-bottom:36px}.guide-section__head h2{margin-top:6px;margin-bottom:12px}.guide-section__desc{color:var(--grey);max-width:680px;margin-bottom:16px;font-size:1rem;line-height:1.65}.guide-section__channel{display:inline-flex;align-items:center;gap:8px;background:var(--red);color:#fff;font-weight:700;font-size:.82rem;letter-spacing:.04em;text-transform:uppercase;padding:9px 18px;border-radius:99px;text-decoration:none;transition:background .2s}.guide-section__channel:hover{background:var(--red-dark);color:#fff}.guide-video-list{display:grid;grid-template-columns:repeat(auto-fill,minmax(min(100%,260px),1fr));gap:20px}@media(max-width:480px){.guide-video-list{grid-template-columns:1fr;gap:24px}}.guide-video-item{display:flex;flex-direction:column;background:var(--white);border-radius:var(--radius-md);overflow:hidden;box-shadow:var(--shadow-card);transition:transform .2s ease,box-shadow .2s ease}.guide-section--alt .guide-video-item{background:var(--white)}.guide-video-item:hover{transform:translateY(-4px);box-shadow:0 14px 36px #21293424}.guide-video-item__frame{position:relative;width:100%;padding-top:56.25%;background:#111;flex-shrink:0}.guide-video-item__frame iframe,.guide-video-item__frame video{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;border:none}.guide-video-item__label{font-weight:600;font-size:.85rem;color:var(--charcoal);margin:0;padding:12px 14px;line-height:1.4;text-align:center}.guide-video-item--no-video{background:var(--grey-light);box-shadow:none;opacity:.7}.guide-video-item--no-video:hover{transform:none;box-shadow:none}.guide-video-item--no-video .guide-video-item__placeholder{position:relative;width:100%;padding-top:56.25%;background:var(--grey-light)}.guide-video-item--no-video .guide-video-item__placeholder svg{position:absolute;top:0;right:0;bottom:0;left:0;margin:auto;width:36px;height:36px;color:var(--grey);opacity:.45}.guide-video-item--no-video .guide-video-item__label{color:var(--grey)}.guide-block{padding:56px 0;border-bottom:1px solid var(--border)}.guide-block:last-child{border-bottom:none}@media(max-width:600px){.guide-block{padding:36px 0}}.guide-block__list{display:grid;grid-template-columns:repeat(3,1fr);gap:12px 24px;margin:20px 0}@media(max-width:700px){.guide-block__list{grid-template-columns:repeat(2,1fr)}}.guide-block__list li{padding:10px 0;border-bottom:1px dashed var(--border);font-weight:600}.safety-note{background:#fff2ee;border-left:4px solid var(--red);padding:18px 22px;border-radius:var(--radius-sm);margin:20px 0;color:var(--charcoal)}.safety-note strong{color:var(--red)}.recipe-detail{padding:40px 0 60px}.recipe-card-full{background:var(--white);border:1px solid var(--border);border-radius:var(--radius-md);box-shadow:var(--shadow-card);padding:36px 40px;margin-bottom:16px}@media(max-width:600px){.recipe-card-full{padding:20px 16px}}.recipe-card-full__title{font-size:clamp(1.5rem,3vw,2rem);margin-bottom:20px}.recipe-card-full__image-float{float:right;margin:0 0 20px 28px;width:280px;border-radius:var(--radius-md);overflow:hidden;box-shadow:var(--shadow-card)}.recipe-card-full__image-float img{width:100%;aspect-ratio:4 / 3;object-fit:cover;display:block}@media(max-width:600px){.recipe-card-full__image-float{float:none;width:100%;margin:0 0 20px}}.recipe-times{clear:both;border-top:1px solid var(--border);padding-top:16px;margin-bottom:28px;display:flex;flex-direction:column}.recipe-time-item{display:flex;align-items:baseline;gap:8px;padding:8px 0;border-bottom:1px dashed var(--border);font-size:.92rem}.recipe-time-item:last-child{border-bottom:none}.recipe-time-item__label{font-weight:700;color:var(--charcoal);min-width:180px;flex-shrink:0}.recipe-time-item__value{color:var(--red);font-weight:600}.recipe-section{margin-bottom:28px;padding-bottom:28px;border-bottom:1px solid var(--border)}.recipe-section:last-of-type{border-bottom:none;margin-bottom:0;padding-bottom:0}.recipe-section__header{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:8px;margin-bottom:14px}.recipe-section__header .recipe-section__title{margin-bottom:0}.recipe-section__title{font-size:1.2rem;font-weight:700;margin-bottom:14px;text-transform:lowercase}.recipe-section__title:first-letter{text-transform:uppercase}.recipe-section__title small{font-size:.78rem;font-weight:400;color:var(--grey);margin-left:8px;text-transform:none}.recipe-servings{display:flex;align-items:center;gap:6px;font-size:.75rem;text-transform:uppercase;letter-spacing:.06em;color:var(--grey)}.recipe-servings__btn{border:1px solid var(--charcoal);background:transparent;color:var(--charcoal);font-size:.78rem;font-weight:700;padding:2px 8px;border-radius:2px;cursor:default}.recipe-servings__btn--active{background:var(--charcoal);color:var(--white)}.recipe-section--chronique{overflow:hidden}.recipe-section--chronique p{color:var(--charcoal);font-style:italic;line-height:1.75;margin-bottom:.75em}.recipe-section--chronique p:last-child{margin-bottom:0}.recipe-ingredients{list-style:disc;margin:0;padding-left:1.4em;display:flex;flex-direction:column;gap:4px}.recipe-ingredients li{font-size:.97rem;line-height:1.55;color:var(--charcoal);padding:4px 0}.recipe-steps{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:20px}.recipe-step{padding-left:0}.recipe-step__title{font-size:1rem;font-weight:700;color:var(--black);display:block;margin-bottom:6px}.recipe-step p{color:var(--grey);font-size:.95rem;line-height:1.65;margin-bottom:.4em}.recipe-calories-table-wrap{overflow-x:auto}.recipe-calories-table{width:100%;border-collapse:collapse;font-size:.92rem}.recipe-calories-table th{background:var(--red);color:#fff;text-align:left;padding:11px 16px;font-weight:700;font-size:.82rem;text-transform:uppercase;letter-spacing:.04em}.recipe-calories-table td{padding:10px 16px;border-bottom:1px solid var(--border);color:var(--charcoal)}.recipe-calories-table tbody tr:nth-child(2n) td{background:var(--cream)}.recipe-calories-table tfoot td{background:#fff2ee;border-top:2px solid var(--red);border-bottom:none;padding:11px 16px}.recipe-section--variante{background:#fff8f0;border-left:4px solid var(--red);border-radius:0 var(--radius-sm) var(--radius-sm) 0;padding:14px 18px;font-size:.95rem;color:var(--charcoal);border-bottom:none}.recipe-section--ecoute{background:none}.playlist{background:#1a1a2e;border-radius:var(--radius-md);overflow:hidden;color:#fff}.playlist__player{padding:16px 20px 12px;border-bottom:1px solid rgba(255,255,255,.1);display:flex;flex-direction:column;gap:10px}.playlist__track-name{font-weight:600;font-size:.95rem;color:#fff;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.playlist__controls{display:flex;align-items:center;gap:8px}.playlist__btn{background:none;border:none;color:#ffffffbf;display:flex;align-items:center;justify-content:center;padding:6px;border-radius:50%;transition:color .15s,background .15s}.playlist__btn:hover{color:#fff;background:#ffffff1a}.playlist__btn--play{background:var(--red);color:#fff;width:40px;height:40px}.playlist__btn--play:hover{background:var(--red-dark);color:#fff}.playlist__progress-wrap{display:flex;align-items:center;gap:10px}.playlist__time{font-size:.75rem;color:#ffffff8c;min-width:32px;text-align:center;font-variant-numeric:tabular-nums}.playlist__progress{flex:1;-webkit-appearance:none;-moz-appearance:none;appearance:none;height:4px;border-radius:2px;background:#fff3;outline:none;cursor:pointer}.playlist__progress::-webkit-slider-thumb{-webkit-appearance:none;width:12px;height:12px;border-radius:50%;background:var(--red);cursor:pointer}.playlist__progress::-moz-range-thumb{width:12px;height:12px;border-radius:50%;background:var(--red);border:none;cursor:pointer}.playlist__list{list-style:none;margin:0;padding:0}.playlist__item{display:flex;align-items:center;gap:10px;padding:12px 20px;cursor:pointer;border-bottom:1px solid rgba(255,255,255,.06);transition:background .15s;font-size:.88rem;color:#ffffffbf}.playlist__item:last-child{border-bottom:none}.playlist__item:hover{background:#ffffff0f;color:#fff}.playlist__item--active{background:var(--red);color:#fff}.playlist__item--active:hover{background:var(--red-dark)}.playlist__item-num{font-size:.78rem;opacity:.6;min-width:18px}.playlist__item-title{flex:1}.playlist__item-icon{font-size:.7rem;opacity:.8}.age-gate{position:fixed;top:0;right:0;bottom:0;left:0;background:#14181ec7;display:flex;align-items:center;justify-content:center;z-index:100;padding:20px}.age-gate__card{background:var(--white);border-radius:var(--radius-md);padding:40px;max-width:460px;text-align:center;box-shadow:var(--shadow-card)}.age-gate__actions{display:flex;flex-direction:column;gap:12px;margin-top:24px}.journal-hero{background-size:cover;background-position:center;min-height:clamp(420px,62vh,620px);display:flex;align-items:center;color:var(--white);text-align:center}.journal-hero__inner{width:100%}.journal-hero__inner h1{color:var(--white);margin-bottom:.3em}.journal-hero__subtitle{max-width:640px;margin:0 auto;color:#ffffffd9;font-size:1.05rem}.journal-categories{display:grid;grid-template-columns:repeat(3,1fr);gap:32px}@media(max-width:860px){.journal-categories{grid-template-columns:repeat(2,1fr)}}@media(max-width:560px){.journal-categories{grid-template-columns:1fr}}.journal-category-card{display:block;text-decoration:none;background:var(--white);border-radius:var(--radius-md);overflow:hidden;box-shadow:var(--shadow-card);transition:transform .2s,box-shadow .2s}.journal-category-card:hover{transform:translateY(-4px);box-shadow:0 8px 28px #0000001f}.journal-category-card img{width:100%;aspect-ratio:3 / 2;object-fit:cover;display:block}.journal-category-card h4{text-align:center;padding:14px 12px 16px;margin:0;font-size:1rem;color:var(--charcoal)}.journal-circles{grid-template-columns:repeat(5,1fr);gap:28px;text-align:center}@media(max-width:900px){.journal-circles{grid-template-columns:repeat(3,1fr)}}@media(max-width:560px){.journal-circles{grid-template-columns:repeat(2,1fr)}}@media(max-width:960px){.journal-cats{grid-template-columns:repeat(3,1fr)}}@media(max-width:600px){.journal-cats{grid-template-columns:repeat(2,1fr)}}.journal-cat{text-align:center;background:var(--white);border-radius:var(--radius-md);overflow:hidden;box-shadow:var(--shadow-card)}.journal-cat__media{aspect-ratio:1;overflow:hidden}.journal-cat__media img{width:100%;height:100%;object-fit:cover}.journal-cat span{display:block;padding:12px 8px;font-weight:700;font-size:.88rem}.post-banner{position:relative;width:100%;min-height:46vh;background-size:cover;background-position:center;display:flex;align-items:flex-end}.post-banner:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to bottom,#21293440,#212934a6)}.post-banner__inner{position:relative;z-index:1;width:100%;padding:48px 24px 40px;max-width:var(--container-w);margin:0 auto}.post-banner__eyebrow{display:inline-block;color:#fffc;font-size:.78rem;font-weight:600;text-transform:uppercase;letter-spacing:.1em;margin-bottom:12px;text-decoration:none}.post-banner__eyebrow:hover{color:#fff}.post-banner__title{color:#fff;font-size:clamp(1.6rem,3.5vw,2.6rem);line-height:1.2;margin:0 0 16px;max-width:820px}.post-banner__meta{color:#ffffffbf;font-size:.85rem;font-weight:500}.post-body__inner{max-width:780px;margin:0 auto;padding:52px 24px 80px}.detail-body{max-width:780px;margin:0 auto}.post-card{display:flex;flex-direction:column;background:var(--white);border-radius:var(--radius-md);box-shadow:var(--shadow-card);overflow:hidden;text-decoration:none;color:inherit;transition:transform .2s,box-shadow .2s}.post-card:hover{transform:translateY(-4px);box-shadow:0 8px 28px #0000001f}.post-card__img{aspect-ratio:3 / 2;overflow:hidden;flex-shrink:0}.post-card__img img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .35s}.post-card:hover .post-card__img img{transform:scale(1.04)}.post-card__body{padding:20px 22px 24px;display:flex;flex-direction:column;gap:8px;flex:1}.post-card__date{font-size:.78rem;color:var(--grey);font-weight:600;text-transform:uppercase;letter-spacing:.04em;margin:0}.post-card__title{font-size:1.05rem;font-weight:700;color:var(--charcoal);margin:0;line-height:1.35}.post-card__excerpt{font-size:.9rem;color:var(--grey);margin:0;line-height:1.6;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.post-html-content{font-size:1.05rem;line-height:1.8;color:var(--charcoal)}.post-html-content h1,.post-html-content h2,.post-html-content h3,.post-html-content h4{color:var(--charcoal);margin-top:2em;margin-bottom:.5em}.post-html-content p{margin-bottom:1.2em}.post-html-content img{max-width:100%;height:auto;border-radius:var(--radius-sm);margin:1.5em 0}.post-html-content a{color:var(--red);text-decoration:underline}.post-html-content ul,.post-html-content ol{padding-left:1.4em;margin-bottom:1.2em}.post-html-content li{margin-bottom:.4em}.post-html-content .fusion-sharing-box,.post-html-content .about-author,.post-html-content .fusion-meta-info,.post-html-content .single-navigation,.post-html-content #wpadminbar,.post-html-content .fusion-tb-header,.post-html-content .fusion-tb-footer,.post-html-content nav,.post-html-content .wp-post-nav,.post-html-content .trp-language-switcher{display:none!important}.post-list{display:flex;flex-direction:column;gap:0;max-width:860px}.post-list__item{display:flex;align-items:flex-start;gap:20px;padding:22px 0;border-bottom:1px solid var(--border, #e8e8e8);text-decoration:none;color:inherit}.post-list__item:first-child{border-top:1px solid var(--border, #e8e8e8)}.post-list__item:hover .post-list__title{color:var(--red)}.post-list__badge{flex-shrink:0;width:64px;min-height:68px;background:var(--red, #e61f12);color:#fff;display:flex;flex-direction:column;align-items:center;justify-content:center;border-radius:2px;padding:6px 4px;text-align:center;line-height:1.1}.post-list__badge-day{font-size:1.7rem;font-weight:700;display:block}.post-list__badge-sub{font-size:.68rem;font-weight:600;opacity:.9;display:block;margin-top:2px}.post-list__body{flex:1;min-width:0}.post-list__title{font-size:1.1rem;font-weight:700;color:var(--charcoal);margin:0 0 4px;line-height:1.35;transition:color .15s}.post-list__meta{font-size:.78rem;color:var(--red, #e61f12);margin:0 0 8px;font-weight:500}.post-list__sep{margin:0 6px;opacity:.6}.post-list__excerpt{font-size:.9rem;color:var(--grey, #666);margin:0;line-height:1.6}@media(max-width:560px){.post-list__badge{width:52px;min-height:56px}.post-list__badge-day{font-size:1.3rem}.post-list__title{font-size:1rem}}.rich-text p{color:var(--charcoal)}.rich-list{margin:0 0 1.2em;padding-left:1.2em}.rich-list li{list-style:disc;margin-bottom:.4em}.not-found{text-align:center;padding:120px 0}.partner-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:32px}@media(max-width:860px){.partner-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:560px){.partner-grid{grid-template-columns:1fr}}.partner-card{display:block;text-decoration:none;color:var(--charcoal);background:var(--white);border-radius:var(--radius-md);overflow:hidden;box-shadow:var(--shadow-card);transition:transform .2s,box-shadow .2s}.partner-card:hover{transform:translateY(-4px);box-shadow:0 8px 28px #0000001f}.partner-card__img{aspect-ratio:2 / 1;overflow:hidden}.partner-card__img img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .35s}.partner-card:hover .partner-card__img img{transform:scale(1.04)}.partner-card__name{font-size:1.1rem;font-weight:700;text-align:left;padding:14px 16px 16px;margin:0;float:left}.product-card{display:grid;grid-template-columns:220px 1fr;gap:28px;background:var(--white);border-radius:var(--radius-md);box-shadow:var(--shadow-card);overflow:hidden;padding:0}@media(max-width:700px){.product-card{grid-template-columns:1fr}}.product-card__media img{width:100%;height:100%;object-fit:cover}.product-card__body{padding:28px}.product-price{font-size:1.6rem;font-weight:800;color:var(--red);margin-bottom:.6em}.empty-state{text-align:center;padding:100px 0}
