:root{
  --tr-navy:#0F3747;
  --tr-navy-dark:#06232D;
  --tr-gold:#E9C282;
  --tr-gold-dark:#BE9863;
  --tr-cream:#F8F4ED;
  --tr-cream-2:#EFE6D8;
  --tr-white:#fff;
  --tr-ink:#17242A;
  --tr-muted:#66757C;
  --tr-line:rgba(15,55,71,.13);
  --tr-shadow:0 18px 55px rgba(6,35,45,.10);
  --tr-radius:22px;
  --tr-header-safe:225px;
}

@media(max-width:1024px){:root{--tr-header-safe:80px;}}

*{box-sizing:border-box;}
html{scroll-behavior:smooth;}
html.ec-modal-open{overflow:hidden;}
body.ec-recipes-page{margin:0;color:var(--tr-ink);background:#fff;overflow-x:hidden;display:flex!important;flex-direction:column!important;min-height:100vh!important;height:auto!important;}
body.ec-recipes-page>header{flex:0 0 auto;}
body.ec-recipes-page>.ec-recipes-main{flex:1 0 auto!important;width:100%;position:relative!important;z-index:1;overflow:visible!important;}
body.ec-recipes-page>footer{display:block!important;position:static!important;inset:auto!important;float:none!important;clear:both!important;flex:0 0 auto!important;width:100%!important;max-width:none!important;height:auto!important;min-height:0!important;margin:0!important;transform:none!important;z-index:0!important;}
body.ec-recipes-page>footer .footer-benefits-strip,
body.ec-recipes-page>footer .footer-area-area,
body.ec-recipes-page>footer .footer-top,
body.ec-recipes-page>footer .footer-copyright{position:relative!important;inset:auto!important;float:none!important;clear:both!important;width:100%!important;max-width:none!important;height:auto!important;transform:none!important;}
body.ec-recipes-page a{text-decoration:none;}
body.ec-recipes-page img,body.ec-recipes-page video{max-width:100%;}
body.ec-recipes-page .ec-recipes-main{padding-top:var(--tr-header-safe)!important;min-height:70vh;display:block;contain:layout paint;}
.ec-recipes-main:after{content:"";display:block;clear:both;}
.ec-recipes-listing,.ec-recipe-player-section,.ec-recipe-product-section{position:relative;z-index:1;clear:both;}
.ec-recipes-shell{width:min(1320px,calc(100% - 40px));margin:0 auto;}
.ec-recipes-eyebrow{display:inline-flex;align-items:center;gap:8px;color:var(--tr-gold-dark);font-size:12px;font-weight:800;letter-spacing:.12em;text-transform:uppercase;}
.ec-recipes-eyebrow:before{content:"";width:25px;height:1px;background:currentColor;}
.ec-recipes-button{display:inline-flex;align-items:center;justify-content:center;min-height:48px;padding:0 22px;border-radius:999px;background:var(--tr-navy);color:#fff!important;font-weight:700;transition:.2s ease;}
.ec-recipes-button:hover{background:var(--tr-navy-dark);transform:translateY(-1px);}
.ec-recipes-button--ghost{background:#fff;color:var(--tr-navy)!important;border:1px solid var(--tr-line);}

.ec-recipes-hero{padding:62px 0 46px;background:linear-gradient(135deg,#fff 0%,var(--tr-cream) 100%);border-bottom:1px solid var(--tr-line);}
.ec-recipes-hero__grid{display:grid;grid-template-columns:minmax(0,1fr) 210px;gap:40px;align-items:center;}
.ec-recipes-hero h1,.ec-recipe-hero h1{margin:12px 0 14px;color:var(--tr-navy-dark);font-size:clamp(36px,5vw,70px);line-height:1.02;letter-spacing:-.045em;font-weight:800;}
.ec-recipes-hero p,.ec-recipe-hero p{max-width:780px;margin:0;color:var(--tr-muted);font-size:18px;line-height:1.7;}
.ec-recipes-hero__actions,.ec-recipe-top-actions{display:flex;flex-wrap:wrap;gap:12px;margin-top:25px;}
.ec-recipes-hero__count{display:grid;place-items:center;min-height:160px;padding:24px;border-radius:28px;background:var(--tr-navy-dark);color:#fff;text-align:center;box-shadow:var(--tr-shadow);}
.ec-recipes-hero__count strong{display:block;font-size:58px;line-height:1;color:var(--tr-gold);}
.ec-recipes-hero__count span{margin-top:8px;font-size:13px;line-height:1.35;}

.ec-recipes-listing{padding:50px 0 80px;}
.ec-recipe-card-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:24px;}
.ec-recipe-card{min-width:0;padding:12px 12px 14px;border:1px solid var(--tr-line);border-radius:22px;background:#fff;box-shadow:0 12px 34px rgba(6,35,45,.08);transition:transform .22s ease,box-shadow .22s ease;}
.ec-recipe-card:hover{transform:translateY(-4px);box-shadow:0 20px 45px rgba(6,35,45,.13);}
.ec-recipe-card__media{position:relative;display:block;aspect-ratio:16/9;overflow:hidden;border-radius:16px;background:#d9d1c6;}
.ec-recipe-card__media img,.ec-recipe-card__media video{width:100%;height:100%;object-fit:cover;display:block;transition:transform .35s ease;}
.ec-recipe-card:hover .ec-recipe-card__media img,.ec-recipe-card:hover .ec-recipe-card__media video{transform:scale(1.035);}
.ec-recipe-card__play{position:absolute;left:50%;top:50%;display:grid;place-items:center;width:52px;height:52px;border-radius:50%;transform:translate(-50%,-50%);background:rgba(6,35,45,.88);color:#fff;font-size:17px;box-shadow:0 10px 28px rgba(0,0,0,.22);}
.ec-recipe-card h2{margin:15px 4px 12px;font-size:18px;line-height:1.3;font-weight:800;letter-spacing:-.015em;}
.ec-recipe-card h2 a{color:var(--tr-navy-dark);}
.ec-recipe-card__product{display:grid;grid-template-columns:42px minmax(0,1fr) 20px;gap:10px;align-items:center;padding:9px;border-radius:13px;background:var(--tr-cream);border:1px solid rgba(190,152,99,.22);}
.ec-recipe-card__product img{width:42px;height:52px;object-fit:contain;}
.ec-recipe-card__product span{min-width:0;}
.ec-recipe-card__product small{display:block;color:var(--tr-gold-dark);font-size:10px;font-weight:800;text-transform:uppercase;letter-spacing:.08em;}
.ec-recipe-card__product strong{display:block;overflow:hidden;color:var(--tr-navy-dark);font-size:12px;line-height:1.25;text-overflow:ellipsis;white-space:nowrap;}
.ec-recipe-card__product b{color:var(--tr-navy);font-size:18px;}
.ec-recipes-empty{margin-top:30px;padding:45px;border:1px solid var(--tr-line);border-radius:24px;background:var(--tr-cream);text-align:center;}
.ec-recipes-empty h1,.ec-recipes-empty h2{margin:10px 0;color:var(--tr-navy-dark);font-size:clamp(30px,4vw,48px);}
.ec-recipes-empty p{margin:0 auto 22px;max-width:720px;color:var(--tr-muted);line-height:1.65;}
.ec-recipes-empty code{padding:2px 6px;border-radius:5px;background:#fff;color:var(--tr-navy);}

.ec-recipes-breadcrumb{padding:20px 0;border-bottom:1px solid var(--tr-line);background:#fff;}
.ec-recipes-breadcrumb .ec-recipes-shell{display:flex;flex-wrap:wrap;align-items:center;gap:9px;color:var(--tr-muted);font-size:13px;}
.ec-recipes-breadcrumb a{color:var(--tr-navy);font-weight:700;}
.ec-recipe-hero{padding:45px 0 30px;background:linear-gradient(180deg,var(--tr-cream),#fff);}
.ec-recipe-hero h1{font-size:clamp(34px,4.5vw,58px);}
.ec-recipe-top-actions a,.ec-recipe-top-actions button{display:inline-flex;align-items:center;justify-content:center;min-height:44px;padding:0 18px;border:1px solid var(--tr-line);border-radius:999px;background:#fff;color:var(--tr-navy);font:inherit;font-weight:750;cursor:pointer;}
.ec-recipe-top-actions button{background:var(--tr-navy);color:#fff;}

.ec-recipe-player-section{padding:20px 0 55px;}
.ec-recipe-layout{display:grid;grid-template-columns:minmax(0,1fr) 220px;gap:18px;align-items:start;}
.ec-recipe-player-column{min-width:0;}
.ec-recipe-stage{position:relative;width:100%;aspect-ratio:16/9;overflow:hidden;border-radius:22px;background:#0a1114;box-shadow:0 22px 60px rgba(6,35,45,.22);outline:none;}
.ec-recipe-stage__media{position:absolute;inset:0;}
.ec-recipe-stage__image,.ec-recipe-stage__video{width:100%;height:100%;display:block;object-fit:cover;background:#0a1114;}
.ec-recipe-stage__image{animation:trKenBurns 7s ease-out both;}
@keyframes trKenBurns{from{transform:scale(1)}to{transform:scale(1.04)}}
.ec-recipe-progress{position:absolute;left:12px;right:12px;top:12px;height:4px;border-radius:10px;background:rgba(255,255,255,.28);overflow:hidden;z-index:3;}
.ec-recipe-progress span{display:block;width:0;height:100%;border-radius:10px;background:#fff;}
.ec-recipe-controls{position:absolute;left:50%;bottom:14px;display:flex;gap:8px;align-items:center;transform:translateX(-50%);z-index:4;}
.ec-recipe-controls button,.ec-recipe-start{border:1px solid rgba(255,255,255,.25);border-radius:999px;background:rgba(6,35,45,.82);color:#fff;backdrop-filter:blur(10px);font:inherit;font-size:13px;font-weight:700;cursor:pointer;}
.ec-recipe-controls button{min-width:42px;height:38px;padding:0 14px;}
.ec-recipe-controls button:first-child,.ec-recipe-controls button:last-child{padding:0;width:38px;min-width:38px;font-size:22px;}
.ec-recipe-start{position:absolute;left:50%;top:50%;min-height:48px;padding:0 22px;transform:translate(-50%,-50%);z-index:6;}
.ec-recipe-subtitle{margin-top:14px;padding:17px 20px;border:1px solid var(--tr-line);border-radius:18px;background:#fff;box-shadow:0 10px 30px rgba(6,35,45,.07);}
.ec-recipe-subtitle>span{display:block;color:var(--tr-gold-dark);font-size:10px;font-weight:800;letter-spacing:.12em;text-transform:uppercase;}
.ec-recipe-subtitle strong{display:block;margin-top:4px;color:var(--tr-navy-dark);font-size:15px;}
.ec-recipe-subtitle p{margin:5px 0 0;color:var(--tr-muted);font-size:14px;line-height:1.55;}

.ec-recipe-scenes{padding:13px;border:1px solid var(--tr-line);border-radius:18px;background:#fff;box-shadow:0 12px 35px rgba(6,35,45,.08);}
.ec-recipe-scenes__head{display:flex;align-items:center;justify-content:space-between;margin-bottom:9px;color:var(--tr-navy-dark);font-size:11px;text-transform:uppercase;letter-spacing:.1em;}
.ec-recipe-scenes__head span{padding:3px 7px;border-radius:999px;background:var(--tr-cream);color:var(--tr-muted);font-size:9px;}
.ec-recipe-scenes ol{display:grid;gap:5px;margin:0;padding:0;list-style:none;max-height:530px;overflow:auto;scrollbar-width:thin;}
.ec-recipe-scenes li{margin:0;}
.ec-recipe-scenes button{display:grid;grid-template-columns:22px minmax(0,1fr);gap:7px;align-items:center;width:100%;min-height:34px;padding:5px 7px;border:1px solid var(--tr-line);border-radius:9px;background:var(--tr-cream);color:var(--tr-ink);font:inherit;text-align:left;cursor:pointer;}
.ec-recipe-scenes button span{display:grid;place-items:center;width:22px;height:22px;border-radius:50%;background:#fff;color:var(--tr-navy);font-size:9px;font-weight:800;}
.ec-recipe-scenes button strong{overflow:hidden;font-size:10.5px;font-weight:650;text-overflow:ellipsis;white-space:nowrap;}
.ec-recipe-scenes button.is-active{background:var(--tr-navy-dark);border-color:var(--tr-navy-dark);color:#fff;}
.ec-recipe-scenes button.is-active span{background:rgba(255,255,255,.16);color:#fff;}

.ec-recipe-product-section{padding:0 0 70px;}
.ec-recipe-product{display:grid;grid-template-columns:110px minmax(0,1fr) auto;gap:24px;align-items:center;padding:22px 26px;border-radius:24px;background:linear-gradient(135deg,var(--tr-navy-dark),var(--tr-navy));box-shadow:var(--tr-shadow);color:#fff;}
.ec-recipe-product img{width:100%;height:135px;object-fit:contain;filter:drop-shadow(0 12px 18px rgba(0,0,0,.18));}
.ec-recipe-product span{display:block;color:var(--tr-gold);font-size:11px;font-weight:800;letter-spacing:.1em;text-transform:uppercase;}
.ec-recipe-product strong{display:block;margin-top:5px;font-size:26px;line-height:1.15;}
.ec-recipe-product p{margin:7px 0 0;color:rgba(255,255,255,.75);line-height:1.5;}
.ec-recipe-product>b{padding:11px 16px;border-radius:999px;background:#fff;color:var(--tr-navy);white-space:nowrap;}

.ec-share-modal[hidden]{display:none!important;}
.ec-share-modal{position:fixed;inset:0;z-index:12000;display:grid;place-items:center;padding:20px;}
.ec-share-modal__backdrop{position:absolute;inset:0;background:rgba(6,35,45,.72);backdrop-filter:blur(8px);}
.ec-share-modal__dialog{position:relative;width:min(620px,100%);max-height:calc(100vh - 40px);overflow:auto;padding:30px;border-radius:25px;background:#fff;box-shadow:0 30px 90px rgba(0,0,0,.32);}
.ec-share-modal__dialog h2{margin:9px 0;color:var(--tr-navy-dark);font-size:32px;line-height:1.15;}
.ec-share-modal__dialog>p{color:var(--tr-muted);line-height:1.55;}
.ec-share-modal__close{position:absolute;right:15px;top:12px;width:38px;height:38px;border:0;border-radius:50%;background:var(--tr-cream);color:var(--tr-navy);font-size:24px;cursor:pointer;}
.ec-share-platforms{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;margin-top:20px;}
.ec-share-platforms button{display:flex;align-items:center;justify-content:space-between;gap:10px;min-height:62px;padding:12px 15px;border:1px solid var(--tr-line);border-radius:14px;background:var(--tr-cream);color:var(--tr-navy-dark);font:inherit;text-align:left;cursor:pointer;}
.ec-share-platforms button:hover{border-color:var(--tr-gold-dark);background:#fff;}
.ec-share-platforms span{font-weight:800;}
.ec-share-platforms small{color:var(--tr-muted);font-size:11px;}
.ec-share-status{min-height:22px;margin:16px 0 0!important;padding:10px 12px;border-radius:10px;background:var(--tr-cream);font-size:12px;}

@media(max-width:1180px){
  .ec-recipe-card-grid{grid-template-columns:repeat(3,minmax(0,1fr));}
  .ec-recipe-layout{grid-template-columns:minmax(0,1fr) 190px;}
}
@media(max-width:900px){
  .ec-recipes-hero__grid{grid-template-columns:1fr;}
  .ec-recipes-hero__count{display:none;}
  .ec-recipe-layout{grid-template-columns:1fr;}
  .ec-recipe-scenes{order:2;}
  .ec-recipe-scenes ol{grid-template-columns:repeat(2,minmax(0,1fr));max-height:none;}
  .ec-recipe-card-grid{grid-template-columns:repeat(2,minmax(0,1fr));}
  .ec-recipe-product{grid-template-columns:90px minmax(0,1fr);}
  .ec-recipe-product>b{grid-column:1/-1;text-align:center;}
}
@media(max-width:600px){
  .ec-recipes-shell{width:min(100% - 24px,1320px);}
  .ec-recipes-hero{padding:38px 0 32px;}
  .ec-recipes-hero p,.ec-recipe-hero p{font-size:15px;}
  .ec-recipe-card-grid{gap:12px;}
  .ec-recipe-card{padding:8px;border-radius:16px;}
  .ec-recipe-card h2{margin:10px 2px;font-size:14px;}
  .ec-recipe-card__play{width:40px;height:40px;font-size:13px;}
  .ec-recipe-card__product{grid-template-columns:34px minmax(0,1fr) 16px;padding:7px;gap:7px;}
  .ec-recipe-card__product img{width:34px;height:42px;}
  .ec-recipe-card__product small{font-size:8px;}
  .ec-recipe-card__product strong{font-size:10px;}
  .ec-recipe-stage{border-radius:15px;}
  .ec-recipe-subtitle{padding:14px;}
  .ec-recipe-scenes ol{grid-template-columns:1fr;}
  .ec-recipe-product{grid-template-columns:70px minmax(0,1fr);gap:15px;padding:18px;}
  .ec-recipe-product img{height:100px;}
  .ec-recipe-product strong{font-size:20px;}
  .ec-recipe-product p{font-size:13px;}
  .ec-share-platforms{grid-template-columns:1fr;}
  .ec-share-modal__dialog{padding:24px 18px;}
}
