:root{
  --luxe-ink:#18382b;
  --luxe-green:#0d3b2a;
  --luxe-green-2:#285b43;
  --luxe-ivory:#fffaf0;
  --luxe-paper:#f7eddf;
  --luxe-gold:#d6a33d;
  --luxe-gold-soft:#f4d88c;
  --luxe-terra:#cf5737;
  --luxe-terra-soft:#f8d8c8;
  --luxe-sage:#aab78d;
  --luxe-sage-soft:#e3ead6;
  --luxe-shadow:0 26px 70px rgba(31,39,30,.24);
}

/* Premium ingredient picker */
html body .ingredient-modal{
  padding:18px!important;
  background:rgba(11,25,18,.72)!important;
  backdrop-filter:blur(12px) saturate(.85)!important;
}

html body .ingredient-modal-content{
  position:relative!important;
  display:grid!important;
  grid-template-rows:auto auto auto minmax(0,1fr) auto!important;
  width:min(760px,94vw)!important;
  height:min(850px,92dvh)!important;
  max-height:92dvh!important;
  padding:0!important;
  overflow:hidden!important;
  border:1px solid rgba(214,163,61,.75)!important;
  border-radius:32px!important;
  background:
    radial-gradient(circle at 86% 8%,rgba(244,216,140,.25),transparent 24%),
    linear-gradient(145deg,#fffdf8 0%,#f8eddf 100%)!important;
  box-shadow:0 0 0 5px rgba(255,250,240,.12),var(--luxe-shadow)!important;
}

html body .ingredient-modal-header{
  position:relative!important;
  min-height:142px!important;
  margin:0!important;
  padding:25px 96px 31px 30px!important;
  align-items:center!important;
  border:0!important;
  background:
    linear-gradient(112deg,rgba(207,87,55,.18),transparent 36%),
    var(--luxe-green)!important;
  color:var(--luxe-ivory)!important;
}

html body .ingredient-modal-header::after{
  content:"";
  position:absolute;
  right:84px;
  bottom:13px;
  width:118px;
  height:50px;
  opacity:.32;
  background:
    radial-gradient(ellipse at center,transparent 46%,var(--luxe-gold) 48% 50%,transparent 52%) 0 0/38px 24px;
  pointer-events:none;
}

html body .ingredient-modal-heading{display:grid;gap:7px}

html body .ingredient-modal-header h2{
  margin:0!important;
  color:#fff7e8!important;
  font:700 clamp(34px,5vw,52px)/1 "Playfair Display",serif!important;
  letter-spacing:-1.4px!important;
  text-align:left!important;
}

html body .ingredient-modal-header p{
  margin:0!important;
  color:var(--luxe-gold-soft)!important;
  font:700 11px/1.25 "Manrope",sans-serif!important;
  letter-spacing:.12em!important;
  text-transform:uppercase!important;
}

html body .ingredient-modal-header .ingredient-modal-close{
  position:absolute!important;
  top:25px!important;
  right:27px!important;
  width:54px!important;
  height:54px!important;
  min-width:54px!important;
  padding:0!important;
  border:1px solid var(--luxe-gold)!important;
  border-radius:50%!important;
  background:#174936!important;
  color:transparent!important;
  box-shadow:0 0 0 5px rgba(214,163,61,.12)!important;
  transform:none!important;
}

html body .ingredient-modal-header .ingredient-modal-close::before,
html body .ingredient-modal-header .ingredient-modal-close::after{
  content:""!important;
  position:absolute!important;
  top:50%!important;
  left:50%!important;
  width:25px!important;
  height:3px!important;
  border-radius:99px!important;
  background:var(--luxe-gold-soft)!important;
}
html body .ingredient-modal-header .ingredient-modal-close::before{transform:translate(-50%,-50%) rotate(45deg)!important}
html body .ingredient-modal-header .ingredient-modal-close::after{transform:translate(-50%,-50%) rotate(-45deg)!important}

html body .ingredient-modal-search-wrap{
  position:relative!important;
  z-index:3!important;
  width:auto!important;
  height:58px!important;
  margin:12px 28px 0!important;
  border:1px solid var(--luxe-gold)!important;
  border-radius:16px!important;
  background:#fffdf8!important;
  box-shadow:0 12px 28px rgba(35,45,34,.14)!important;
}

html body .ingredient-modal-search-wrap::before{
  content:"";
  position:absolute;
  inset:0 auto 0 0;
  width:60px;
  border-radius:15px 0 0 15px;
  background:var(--luxe-terra);
}

html body .ingredient-search-icon{
  z-index:2!important;
  left:18px!important;
  color:#fff8ec!important;
  font-size:27px!important;
}

html body .ingredient-modal-search-wrap input{
  height:100%!important;
  padding:0 18px 0 76px!important;
  border:0!important;
  background:transparent!important;
  color:#36423a!important;
  font:600 15px "Manrope",sans-serif!important;
  text-align:left!important;
}

html body .ingredient-modal-selected{
  display:grid!important;
  gap:10px!important;
  padding:18px 28px 12px!important;
}

html body .ingredient-modal-selected-heading{
  display:flex!important;
  align-items:center!important;
  justify-content:space-between!important;
}

html body .ingredient-modal-selected-heading h3{
  margin:0!important;
  color:var(--luxe-ink)!important;
  font:700 23px/1 "Playfair Display",serif!important;
}

html body #ingredientModalSelectedCount{
  display:grid;
  place-items:center;
  min-width:28px;
  height:28px;
  padding:0 8px;
  border-radius:999px;
  background:var(--luxe-green);
  color:#fff7e8;
  font:800 12px "Manrope",sans-serif;
}

html body .ingredient-modal-selected-chips{
  display:flex!important;
  min-height:36px!important;
  gap:8px!important;
  overflow-x:auto!important;
  scrollbar-width:none!important;
}
html body .ingredient-modal-selected-chips::-webkit-scrollbar{display:none}

html body .ingredient-selected-chip{
  display:inline-flex!important;
  flex:0 0 auto!important;
  align-items:center!important;
  gap:10px!important;
  min-height:36px!important;
  padding:7px 13px!important;
  border:1px solid transparent!important;
  border-radius:10px!important;
  color:var(--luxe-ink)!important;
  font:700 12px "Manrope",sans-serif!important;
  box-shadow:0 6px 14px rgba(47,50,39,.08)!important;
}
html body .ingredient-selected-chip-0{background:var(--luxe-terra-soft)!important;border-color:#e89273!important}
html body .ingredient-selected-chip-1{background:var(--luxe-sage-soft)!important;border-color:#a7b98c!important}
html body .ingredient-selected-chip-2{background:#fbe5a9!important;border-color:#e2b34c!important}
html body .ingredient-selected-chip strong{font-size:18px;line-height:1}
html body .ingredient-selected-empty{color:#7a776d;font:600 12px "Manrope",sans-serif}

html body #ingredientModalItems{
  display:grid!important;
  grid-template-columns:repeat(2,minmax(0,1fr))!important;
  align-content:start!important;
  gap:10px 12px!important;
  min-height:0!important;
  margin:0!important;
  padding:8px 28px 20px!important;
  overflow-y:auto!important;
  scrollbar-color:var(--luxe-gold) transparent!important;
  scrollbar-width:thin!important;
}

html body #ingredientModalItems .modal-ingredient-btn{
  position:relative!important;
  display:flex!important;
  align-items:center!important;
  justify-content:space-between!important;
  width:100%!important;
  min-height:54px!important;
  padding:10px 12px 10px 17px!important;
  border:1px solid rgba(40,91,67,.48)!important;
  border-radius:14px!important;
  background:#fffdf8!important;
  color:var(--luxe-ink)!important;
  font:700 13px/1.2 "Manrope",sans-serif!important;
  text-align:left!important;
  box-shadow:0 6px 14px rgba(51,54,43,.06)!important;
}

html body #ingredientModalItems .modal-ingredient-btn[hidden],
html body #ingredientModalItems .modal-ingredient-btn.is-filtered-out{
  display:none!important;
}

html body #ingredientModalItems .modal-ingredient-btn:nth-child(3n+2){border-color:rgba(207,87,55,.42)!important;background:#fffaf6!important}
html body #ingredientModalItems .modal-ingredient-btn:nth-child(3n+3){border-color:rgba(170,183,141,.82)!important;background:#fbfcf7!important}

html body #ingredientModalItems .modal-ingredient-btn .ingredient-mark{
  display:grid!important;
  place-items:center!important;
  flex:0 0 31px!important;
  width:31px!important;
  height:31px!important;
  border-radius:50%!important;
  background:var(--luxe-green)!important;
  color:var(--luxe-gold-soft)!important;
  font:800 19px/1 "Manrope",sans-serif!important;
}

html body #ingredientModalItems .modal-ingredient-btn.active{
  border-color:var(--luxe-gold)!important;
  background:linear-gradient(120deg,var(--luxe-terra-soft),#f9e9d8)!important;
  color:var(--luxe-ink)!important;
  box-shadow:inset 4px 0 0 var(--luxe-terra),0 9px 20px rgba(93,61,39,.12)!important;
}
html body #ingredientModalItems .modal-ingredient-btn.active:nth-child(even){
  background:linear-gradient(120deg,var(--luxe-sage-soft),#f4ecd9)!important;
  box-shadow:inset 4px 0 0 var(--luxe-sage),0 9px 20px rgba(63,82,57,.12)!important;
}

html body .ingredient-search-empty{grid-row:4;margin:8px 28px!important}

html body .ingredient-modal-footer{
  display:flex!important;
  align-items:center!important;
  justify-content:space-between!important;
  gap:14px!important;
  min-height:82px!important;
  padding:14px 27px!important;
  border-top:1px solid rgba(214,163,61,.6)!important;
  background:linear-gradient(90deg,#fae8dc,#fff7e9 52%,#f0ead5)!important;
}

html body #ingredientModalFooterCount{
  color:var(--luxe-ink)!important;
  font:700 13px "Manrope",sans-serif!important;
}

html body .ingredient-modal-footer-actions{display:flex;gap:10px}

html body #ingredientModalClear,
html body #ingredientModalDone{
  min-height:43px!important;
  padding:9px 18px!important;
  border-radius:12px!important;
  font:800 12px "Manrope",sans-serif!important;
}
html body #ingredientModalClear{
  border:1px solid var(--luxe-terra)!important;
  background:#fff8f2!important;
  color:#883a26!important;
}
html body #ingredientModalDone{
  border:1px solid var(--luxe-gold)!important;
  background:var(--luxe-green)!important;
  color:#fff8e9!important;
  box-shadow:0 9px 20px rgba(13,59,42,.22)!important;
}

/* Result recipe cards */
html body.show-recipes-page .recipe-card{
  position:relative!important;
  display:grid!important;
  grid-template-rows:auto auto minmax(0,1fr)!important;
  min-height:0!important;
  overflow:hidden!important;
  padding:0!important;
  gap:0!important;
  border:1px solid rgba(214,163,61,.7)!important;
  border-radius:25px!important;
  background:var(--luxe-ivory)!important;
  box-shadow:0 18px 42px rgba(37,43,34,.14)!important;
}
html body.show-recipes-page .recipe-card::before{
  content:"";
  position:absolute;
  top:0;
  right:18px;
  z-index:5;
  width:54px;
  height:6px;
  border-radius:0 0 9px 9px;
  background:var(--luxe-terra);
}
html body.show-recipes-page .recipe-card-title{
  min-height:64px!important;
  margin:0!important;
  padding:12px 54px 12px 18px!important;
  background:
    linear-gradient(115deg,rgba(207,87,55,.18),transparent 45%),
    var(--luxe-green)!important;
  color:#fff7e9!important;
  font:700 20px/1.12 "Playfair Display",serif!important;
  text-align:left!important;
}
html body.show-recipes-page .recipe-card-image-wrap{
  width:calc(100% - 24px)!important;
  height:auto!important;
  min-height:0!important;
  aspect-ratio:1/1!important;
  margin:12px!important;
  overflow:hidden!important;
  border:1px solid var(--luxe-gold)!important;
  border-radius:19px!important;
  background:#eadac4!important;
  box-shadow:7px 7px 0 rgba(214,163,61,.3)!important;
}
html body.show-recipes-page .recipe-card-image-wrap img{
  width:100%!important;
  height:100%!important;
  object-fit:cover!important;
}
html body.show-recipes-page .favorite-btn{
  top:10px!important;
  right:10px!important;
  width:38px!important;
  height:38px!important;
  border:1px solid var(--luxe-gold)!important;
  background:rgba(255,250,240,.94)!important;
}
html body.show-recipes-page .recipe-card-body{
  padding:9px 15px 16px!important;
  background:linear-gradient(180deg,#fffaf0,#f7eddf)!important;
}
html body.show-recipes-page .recipe-detail-country,
html body.show-recipes-page .recipe-card-cuisine{
  border-color:rgba(207,87,55,.48)!important;
  background:var(--luxe-terra-soft)!important;
  color:#7d321f!important;
}
html body.show-recipes-page .recipe-meta-pill{
  border:1px solid rgba(40,91,67,.22)!important;
  background:var(--luxe-sage-soft)!important;
  color:var(--luxe-ink)!important;
}
html body.show-recipes-page .recipe-card-ingredients-panel{
  margin-top:7px!important;
  padding-top:10px!important;
  border-color:rgba(214,163,61,.45)!important;
}
html body.show-recipes-page .recipe-card-ingredients-title{
  color:var(--luxe-ink)!important;
  font:700 16px "Playfair Display",serif!important;
}

/* Main recipe detail: square image, fixed summary, scrolling preparation */
html body .modal-content.recipe-portrait-modal{
  width:min(560px,94vw)!important;
  height:min(92dvh,995px)!important;
  max-height:92dvh!important;
  padding:0!important;
  overflow:hidden!important;
  border:1px solid var(--luxe-gold)!important;
  border-radius:30px!important;
  background:var(--luxe-ivory)!important;
  box-shadow:0 0 0 6px rgba(255,250,240,.13),var(--luxe-shadow)!important;
}
html body .modal-content.recipe-portrait-modal #modalBody{height:100%!important;overflow:hidden!important}
html body .modal-content.recipe-portrait-modal .recipe-detail-shell{
  display:grid!important;
  grid-template-rows:auto minmax(150px,1fr)!important;
  height:100%!important;
  overflow:hidden!important;
  background:
    radial-gradient(circle at 88% 4%,rgba(244,216,140,.22),transparent 21%),
    var(--luxe-ivory)!important;
}
html body .modal-content.recipe-portrait-modal .recipe-detail-fixed{
  display:grid!important;
  grid-template-columns:1fr!important;
  gap:9px!important;
  min-height:0!important;
  padding:18px 22px 0!important;
  overflow:visible!important;
}
html body .recipe-detail-wordmark,
html body .wc-detail-wordmark{
  display:block;
  margin-bottom:4px;
  color:var(--luxe-gold-soft);
  font:800 10px/1 "Manrope",sans-serif;
  letter-spacing:.18em;
}
html body .modal-content.recipe-portrait-modal .recipe-detail-heading{
  margin:-18px -22px 0!important;
  padding:18px 70px 15px 22px!important;
  border-radius:0 0 28px 28px!important;
  background:
    linear-gradient(120deg,rgba(207,87,55,.18),transparent 42%),
    var(--luxe-green)!important;
  text-align:left!important;
}
html body .modal-content.recipe-portrait-modal .recipe-detail-heading h1{
  margin:0!important;
  color:#fff8e9!important;
  font:700 clamp(31px,6vw,48px)/.98 "Playfair Display",serif!important;
  text-align:left!important;
}
html body .modal-content.recipe-portrait-modal .recipe-detail-subtitle{color:#e8d7af!important;text-align:left!important}
html body .modal-content.recipe-portrait-modal .recipe-detail-country{
  display:inline-flex!important;
  width:max-content!important;
  margin:8px 0 0!important;
  border-color:rgba(244,216,140,.45)!important;
  background:rgba(255,250,240,.12)!important;
  color:#fff7e8!important;
}
html body .modal-content.recipe-portrait-modal .recipe-detail-hero{
  position:relative!important;
  width:min(70%,310px)!important;
  height:auto!important;
  min-height:0!important;
  aspect-ratio:1/1!important;
  margin:0 auto!important;
  overflow:visible!important;
  border:1px solid var(--luxe-gold)!important;
  border-radius:19px!important;
  background:#eadac4!important;
  box-shadow:8px 8px 0 rgba(214,163,61,.28)!important;
}
html body .modal-content.recipe-portrait-modal .recipe-detail-hero img{
  width:100%!important;
  height:100%!important;
  object-fit:cover!important;
  border-radius:18px!important;
}
html body .recipe-detail-photo-tag{
  position:absolute;
  left:-16px;
  bottom:18px;
  max-width:150px;
  padding:8px 11px;
  border:1px solid var(--luxe-gold);
  border-radius:8px;
  background:var(--luxe-terra);
  color:#fff8e9;
  font:800 9px/1.25 "Manrope",sans-serif;
  letter-spacing:.08em;
  text-align:center;
  text-transform:uppercase;
  box-shadow:0 8px 18px rgba(70,37,27,.22);
}
html body .modal-content.recipe-portrait-modal .recipe-detail-meta{
  display:grid!important;
  grid-template-columns:repeat(3,minmax(0,1fr))!important;
  gap:0!important;
  overflow:hidden!important;
  border:1px solid var(--luxe-gold)!important;
  border-radius:12px!important;
  background:var(--luxe-green)!important;
}
html body .modal-content.recipe-portrait-modal .recipe-detail-pill{
  min-width:0!important;
  padding:9px 5px!important;
  border:0!important;
  border-right:1px solid rgba(214,163,61,.6)!important;
  border-radius:0!important;
  background:transparent!important;
  color:#fff8e9!important;
  font-size:10px!important;
  text-align:center!important;
}
html body .modal-content.recipe-portrait-modal .recipe-detail-pill:last-child{border-right:0!important}
html body .modal-content.recipe-portrait-modal .recipe-detail-ingredients-panel{
  margin:0!important;
  padding:10px 12px 11px!important;
  border:1px solid rgba(214,163,61,.45)!important;
  border-radius:14px!important;
  background:#fffdf8!important;
}
html body .modal-content.recipe-portrait-modal .recipe-detail-ingredients-panel h2{
  margin:0 0 7px!important;
  color:var(--luxe-ink)!important;
  font:700 20px "Playfair Display",serif!important;
}
html body .modal-content.recipe-portrait-modal .recipe-detail-ingredients{
  display:grid!important;
  grid-template-columns:repeat(2,minmax(0,1fr))!important;
  gap:4px 12px!important;
  max-height:none!important;
  overflow:visible!important;
}
html body .modal-content.recipe-portrait-modal .recipe-detail-ingredient{
  min-height:0!important;
  padding:3px 0!important;
  border:0!important;
  border-bottom:1px solid rgba(214,163,61,.18)!important;
  background:transparent!important;
  font-size:10px!important;
}
html body .modal-content.recipe-portrait-modal .recipe-detail-content{
  min-height:0!important;
  margin:10px 22px 18px!important;
  padding:13px 12px!important;
  overflow-y:auto!important;
  border:1px solid rgba(214,163,61,.45)!important;
  border-radius:16px!important;
  background:linear-gradient(145deg,#fffdf8,#f6eadb)!important;
  scrollbar-color:var(--luxe-gold) transparent!important;
  scrollbar-width:thin!important;
}
html body .modal-content.recipe-portrait-modal .recipe-detail-content h2{
  position:sticky!important;
  top:-13px!important;
  z-index:2!important;
  margin:-13px -12px 10px!important;
  padding:11px 13px!important;
  border-bottom:1px solid rgba(214,163,61,.45)!important;
  background:#fffaf0!important;
  color:var(--luxe-ink)!important;
  font:700 20px "Playfair Display",serif!important;
}
html body .modal-content.recipe-portrait-modal .recipe-detail-step{
  grid-template-columns:30px 1fr!important;
  gap:9px!important;
  padding:7px 9px!important;
  border-color:rgba(214,163,61,.28)!important;
  border-radius:11px!important;
  background:#fffdf8!important;
}
html body .modal-content.recipe-portrait-modal .recipe-step-number{
  width:26px!important;
  height:26px!important;
  background:var(--luxe-green)!important;
  color:var(--luxe-gold-soft)!important;
}
html body .modal-content.recipe-portrait-modal > .close{
  position:absolute!important;
  top:17px!important;
  right:17px!important;
  z-index:20!important;
  border:1px solid var(--luxe-gold)!important;
  background:#174936!important;
  color:var(--luxe-gold-soft)!important;
}

/* World cuisine cards and modal share the same design language */
html body.world-page .wc-type-list{
  grid-template-columns:repeat(2,minmax(0,1fr))!important;
  grid-template-rows:repeat(6,30px)!important;
  grid-auto-rows:30px!important;
  gap:5px 7px!important;
  height:205px!important;
  min-height:205px!important;
  max-height:205px!important;
  overflow:visible!important;
}
html body.world-page #sidebar.sidebar-unified.world-sidebar .category-grid,
html body.world-page #worldMobileFlow .world-country-panel .category-grid{
  grid-template-columns:repeat(2,minmax(0,1fr))!important;
  grid-template-rows:repeat(5,30px)!important;
  grid-auto-rows:30px!important;
  gap:5px 7px!important;
  height:170px!important;
  min-height:170px!important;
  max-height:170px!important;
  overflow:visible!important;
}
html body.world-page #sidebar.sidebar-unified.world-sidebar .category-grid .category-btn,
html body.world-page #sidebar.sidebar-unified.world-sidebar .wc-type-list .wc-filter-button,
html body.world-page #worldMobileFlow .world-country-panel .category-grid .category-btn,
html body.world-page #worldMobileFlow .world-country-panel .wc-type-list .wc-filter-button{
  width:100%!important;
  height:30px!important;
  min-height:30px!important;
  max-height:30px!important;
  padding:3px 9px!important;
  border:1px solid var(--luxe-gold)!important;
  border-radius:999px!important;
  background:var(--luxe-green-2)!important;
  color:#fff8e9!important;
  box-shadow:none!important;
  font:700 10px/1 "Manrope",sans-serif!important;
}
html body.world-page .wc-filter-button[data-type="hot beverage"],
html body.world-page .wc-filter-button[data-type="cold beverage"]{
  border-color:var(--luxe-gold)!important;
  background:var(--luxe-green-2)!important;
  color:#fff8e9!important;
}
html body.world-page .wc-filter-button[data-type="hot beverage"]::before{content:"☕";margin-right:5px;color:var(--luxe-gold-soft)}
html body.world-page .wc-filter-button[data-type="cold beverage"]::before{content:"◒";margin-right:5px;color:var(--luxe-gold-soft)}

html body.world-page .wc-recipe-card{
  overflow:hidden!important;
  border:1px solid rgba(214,163,61,.68)!important;
  border-radius:25px!important;
  background:var(--luxe-ivory)!important;
  box-shadow:0 18px 42px rgba(37,43,34,.14)!important;
}
html body.world-page .wc-recipe-card::before{height:5px!important;background:linear-gradient(90deg,var(--luxe-terra),var(--luxe-gold),var(--luxe-sage))!important}
html body.world-page .wc-recipe-card > .wc-recipe-photo{
  width:calc(100% - 24px)!important;
  height:auto!important;
  aspect-ratio:1/1!important;
  margin:12px!important;
  border:1px solid var(--luxe-gold)!important;
  border-radius:18px!important;
  box-shadow:7px 7px 0 rgba(214,163,61,.26)!important;
}
html body.world-page .wc-recipe-body{
  padding:12px 17px 17px!important;
  background:linear-gradient(180deg,#fffaf0,#f7eddf)!important;
}
html body.world-page .wc-recipe-body h3{color:var(--luxe-ink)!important;font-size:22px!important}
html body.world-page .wc-meta span{background:var(--luxe-sage-soft)!important;color:var(--luxe-ink)!important}
html body.world-page .wc-recipe-flag{border-color:var(--luxe-gold)!important;background:#fffaf0!important}

html body.world-page .wc-modal-card{
  width:min(560px,94vw)!important;
  height:min(92dvh,995px)!important;
  max-height:92dvh!important;
  padding:0!important;
  overflow:hidden!important;
  border:1px solid var(--luxe-gold)!important;
  border-radius:30px!important;
  background:var(--luxe-ivory)!important;
  box-shadow:0 0 0 6px rgba(255,250,240,.13),var(--luxe-shadow)!important;
}
html body.world-page #recipeModalBody{height:100%!important;padding:0!important}
html body.world-page .wc-detail-shell{
  display:grid;
  grid-template-rows:auto minmax(150px,1fr);
  height:100%;
  overflow:hidden;
}
html body.world-page .wc-detail-fixed{display:grid;gap:9px;padding:18px 22px 0;min-height:0}
html body.world-page .wc-detail-heading{
  margin:-18px -22px 0;
  padding:18px 68px 15px 22px;
  border-radius:0 0 28px 28px;
  background:linear-gradient(120deg,rgba(207,87,55,.18),transparent 42%),var(--luxe-green);
}
html body.world-page .wc-detail-heading h2{
  margin:0!important;
  color:#fff8e9!important;
  font:700 clamp(31px,6vw,48px)/.98 "Playfair Display",serif!important;
  text-align:left!important;
}
html body.world-page .wc-detail-country{
  display:inline-flex;
  align-items:center;
  gap:7px;
  width:max-content;
  margin-top:9px;
  padding:5px 9px;
  border:1px solid rgba(244,216,140,.5);
  border-radius:999px;
  color:#fff8e9;
  font:700 10px "Manrope",sans-serif;
}
html body.world-page .wc-detail-country img{width:22px;height:15px;object-fit:cover;border-radius:2px}
html body.world-page .wc-detail-photo{
  position:relative;
  width:min(70%,310px);
  aspect-ratio:1/1;
  margin:0 auto;
  border:1px solid var(--luxe-gold);
  border-radius:19px;
  box-shadow:8px 8px 0 rgba(214,163,61,.28);
}
html body.world-page .wc-detail-photo .wc-modal-hero{width:100%;height:100%;object-fit:cover;border-radius:18px}
html body.world-page .wc-detail-photo figcaption{
  position:absolute;
  left:-16px;
  bottom:18px;
  max-width:150px;
  padding:8px 11px;
  border:1px solid var(--luxe-gold);
  border-radius:8px;
  background:var(--luxe-terra);
  color:#fff8e9;
  font:800 9px/1.25 "Manrope",sans-serif;
  letter-spacing:.08em;
  text-transform:uppercase;
}
html body.world-page .wc-detail-meta{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  overflow:hidden;
  border:1px solid var(--luxe-gold);
  border-radius:12px;
  background:var(--luxe-green);
}
html body.world-page .wc-detail-meta span{
  padding:9px 5px;
  border-right:1px solid rgba(214,163,61,.6);
  color:#fff8e9;
  font:700 10px "Manrope",sans-serif;
  text-align:center;
}
html body.world-page .wc-detail-meta span:last-child{border-right:0}
html body.world-page .wc-detail-ingredients{
  padding:10px 12px;
  border:1px solid rgba(214,163,61,.45);
  border-radius:14px;
  background:#fffdf8;
}
html body.world-page .wc-detail-ingredients h3,
html body.world-page .wc-detail-instructions h3{
  margin:0 0 7px!important;
  color:var(--luxe-ink)!important;
  font:700 20px "Playfair Display",serif!important;
}
html body.world-page .wc-detail-ingredients ul{
  display:grid!important;
  grid-template-columns:repeat(2,minmax(0,1fr))!important;
  gap:4px 12px!important;
  margin:0!important;
  padding:0!important;
  list-style:none!important;
}
html body.world-page .wc-detail-ingredients li{
  display:flex;
  gap:7px;
  padding:3px 0;
  border-bottom:1px solid rgba(214,163,61,.18);
  font-size:10px!important;
}
html body.world-page .wc-detail-ingredients li i{width:6px;height:6px;margin-top:6px;border-radius:50%;background:var(--luxe-terra)}
html body.world-page .wc-detail-instructions{
  min-height:0;
  margin:10px 22px 18px;
  padding:13px 12px;
  overflow-y:auto;
  border:1px solid rgba(214,163,61,.45);
  border-radius:16px;
  background:linear-gradient(145deg,#fffdf8,#f6eadb);
  scrollbar-color:var(--luxe-gold) transparent;
  scrollbar-width:thin;
}
html body.world-page .wc-detail-instructions h3{
  position:sticky;
  top:-13px;
  z-index:2;
  margin:-13px -12px 10px!important;
  padding:11px 13px;
  border-bottom:1px solid rgba(214,163,61,.45);
  background:#fffaf0;
}
html body.world-page .wc-detail-instructions ol{display:grid;gap:7px;margin:0;padding:0;list-style:none}
html body.world-page .wc-detail-instructions li{
  display:grid;
  grid-template-columns:28px 1fr;
  gap:9px;
  padding:8px 9px;
  border:1px solid rgba(214,163,61,.28);
  border-radius:11px;
  background:#fffdf8;
}
html body.world-page .wc-detail-instructions li strong{
  display:grid;
  place-items:center;
  width:26px;
  height:26px;
  border-radius:50%;
  background:var(--luxe-green);
  color:var(--luxe-gold-soft);
}
html body.world-page .wc-modal-card > .wc-modal-close{
  position:absolute!important;
  top:17px!important;
  right:17px!important;
  z-index:20!important;
  float:none!important;
  border:1px solid var(--luxe-gold)!important;
  background:#174936!important;
  color:var(--luxe-gold-soft)!important;
}

@media(max-width:700px){
  html body .ingredient-modal{padding:8px!important}
  html body .ingredient-modal-content{width:100%!important;height:92dvh!important;border-radius:24px!important}
  html body .ingredient-modal-header{min-height:112px!important;padding:18px 70px 25px 18px!important}
  html body .ingredient-modal-header h2{font-size:31px!important;letter-spacing:-.7px!important}
  html body .ingredient-modal-header p{font-size:8px!important;letter-spacing:.07em!important}
  html body .ingredient-modal-header .ingredient-modal-close{top:17px!important;right:17px!important;width:44px!important;height:44px!important;min-width:44px!important}
  html body .ingredient-modal-search-wrap{height:50px!important;margin:10px 14px 0!important}
  html body .ingredient-modal-search-wrap::before{width:49px}
  html body .ingredient-search-icon{left:14px!important;font-size:22px!important}
  html body .ingredient-modal-search-wrap input{padding-left:61px!important;font-size:13px!important}
  html body .ingredient-modal-selected{padding:14px 15px 8px!important}
  html body .ingredient-modal-selected-heading h3{font-size:20px!important}
  html body #ingredientModalItems{gap:7px!important;padding:6px 14px 12px!important}
  html body #ingredientModalItems .modal-ingredient-btn{min-height:46px!important;padding:7px 8px 7px 10px!important;border-radius:12px!important;font-size:10px!important}
  html body #ingredientModalItems .modal-ingredient-btn .ingredient-mark{flex-basis:27px!important;width:27px!important;height:27px!important;font-size:16px!important}
  html body .ingredient-modal-footer{min-height:70px!important;padding:10px 14px!important}
  html body #ingredientModalFooterCount{max-width:80px;font-size:9px!important}
  html body #ingredientModalClear,html body #ingredientModalDone{min-height:39px!important;padding:8px 11px!important;font-size:9px!important}

  html body.show-recipes-page .recipe-card-title{min-height:57px!important;font-size:18px!important}
  html body.show-recipes-page .recipe-card-image-wrap{width:min(calc(100% - 28px),320px)!important;margin:14px auto!important}

  html body .modal-content.recipe-portrait-modal,
  html body.world-page .wc-modal-card{width:96vw!important;height:94dvh!important;max-height:94dvh!important;border-radius:24px!important}
  html body .modal-content.recipe-portrait-modal .recipe-detail-fixed,
  html body.world-page .wc-detail-fixed{gap:7px!important;padding:14px 14px 0!important}
  html body .modal-content.recipe-portrait-modal .recipe-detail-heading,
  html body.world-page .wc-detail-heading{margin:-14px -14px 0!important;padding:15px 60px 12px 15px!important}
  html body .modal-content.recipe-portrait-modal .recipe-detail-heading h1,
  html body.world-page .wc-detail-heading h2{font-size:30px!important}
  html body .modal-content.recipe-portrait-modal .recipe-detail-hero,
  html body.world-page .wc-detail-photo{width:min(62%,230px)!important}
  html body .modal-content.recipe-portrait-modal .recipe-detail-pill,
  html body.world-page .wc-detail-meta span{font-size:8px!important}
  html body .modal-content.recipe-portrait-modal .recipe-detail-ingredients-panel,
  html body.world-page .wc-detail-ingredients{padding:8px 10px!important}
  html body .modal-content.recipe-portrait-modal .recipe-detail-ingredients-panel h2,
  html body.world-page .wc-detail-ingredients h3{font-size:17px!important}
  html body .modal-content.recipe-portrait-modal .recipe-detail-ingredient,
  html body.world-page .wc-detail-ingredients li{font-size:8.5px!important}
  html body .modal-content.recipe-portrait-modal .recipe-detail-content,
  html body.world-page .wc-detail-instructions{margin:8px 14px 14px!important}
}
