/* Travel S Helper recipe layout v4.0 — shared external edition, scoped to new recipe blocks only. */
.tsh-recipe.tshr-v1{
  --tsh-page:#f8f5ef;
  --tsh-paper:#ffffff;
  --tsh-paper-warm:#fffdf9;
  --tsh-ink:#18201e;
  --tsh-copy:#46514e;
  --tsh-muted:#68726f;
  --tsh-line:#e7dfd4;
  --tsh-line-strong:#d8cbb9;
  --tsh-gold:#a36b12;
  --tsh-gold-deep:#6d4307;
  --tsh-gold-soft:#f8edda;
  --tsh-night:#192622;
  --tsh-night-2:#24332f;
  --tsh-sage:#176745;
  --tsh-sage-soft:#eaf6ef;
  --tsh-blue:#285c9d;
  --tsh-blue-soft:#edf4fd;
  --tsh-rose:#994435;
  --tsh-rose-soft:#fbefec;
  --tsh-violet:#6c5094;
  --tsh-violet-soft:#f4eff9;
  --tsh-shadow-sm:0 1px 2px rgba(38,32,24,.04),0 10px 28px rgba(38,32,24,.055);
  --tsh-shadow-md:0 1px 2px rgba(38,32,24,.05),0 18px 46px rgba(38,32,24,.075);
  --tsh-shadow-lg:0 2px 4px rgba(38,32,24,.045),0 24px 72px rgba(38,32,24,.095);
  --tsh-radius-xl:24px;
  --tsh-radius-lg:18px;
  --tsh-radius-md:14px;
  --tsh-radius-sm:11px;
  --tsh-ease:cubic-bezier(.2,.75,.2,1);
  --tsh-font:"Barlow","Avenir Next","Segoe UI Variable","Segoe UI",Inter,Roboto,Helvetica,Arial,sans-serif;
  position:relative;
  isolation:isolate;
  box-sizing:border-box;
  width:min(1200px,calc(100% - 24px));
  margin:clamp(14px,2vw,30px) auto clamp(34px,5vw,64px);
  color:var(--tsh-ink);
  color-scheme:light;
  font-family:var(--tsh-font);
  font-size:16px;
  font-weight:400;
  font-kerning:normal;
  font-optical-sizing:auto;
  font-feature-settings:"kern" 1,"liga" 1,"calt" 1;
  line-height:1.72;
  text-rendering:optimizeLegibility;
  -webkit-font-smoothing:antialiased;
  -moz-osx-font-smoothing:grayscale;
}
.tsh-recipe.tshr-v1 *,
.tsh-recipe.tshr-v1 *::before,
.tsh-recipe.tshr-v1 *::after{box-sizing:border-box}
.tsh-recipe.tshr-v1 :where(h2,h3,h4,p,figure,figcaption,blockquote,ul,ol,li,dl,dt,dd,table,caption){margin:0;padding:0}
.tsh-recipe.tshr-v1 :where(img){display:block;max-width:100%}
.tsh-recipe.tshr-v1 :where(a){color:var(--tsh-gold-deep);text-decoration-thickness:.08em;text-underline-offset:.18em}
.tsh-recipe.tshr-v1 :where(a,summary){-webkit-tap-highlight-color:transparent}
.tsh-recipe.tshr-v1 :where(a:focus-visible,summary:focus-visible){outline:3px solid rgba(163,107,18,.28);outline-offset:3px;border-radius:9px}
.tsh-recipe.tshr-v1 ::selection{background:var(--tsh-gold-soft);color:var(--tsh-night)}
.tsh-recipe.tshr-v1 .tsh-anchor,
.tsh-recipe.tshr-v1 .tsh-step[id]{scroll-margin-top:88px}
.tsh-recipe.tshr-v1:lang(ar) :where(.tsh-title,.tsh-card-head h3,.tsh-stage-head h4,.tsh-faq h4,.tsh-main-kicker,.tsh-kicker,.tsh-fact dt,.tsh-control-label,.tsh-table th,.tsh-nutrition dt,.tsh-close-kicker),
.tsh-recipe.tshr-v1:lang(zh) :where(.tsh-title,.tsh-card-head h3,.tsh-stage-head h4,.tsh-faq h4,.tsh-main-kicker,.tsh-kicker,.tsh-fact dt,.tsh-control-label,.tsh-table th,.tsh-nutrition dt,.tsh-close-kicker),
.tsh-recipe.tshr-v1:lang(ja) :where(.tsh-title,.tsh-card-head h3,.tsh-stage-head h4,.tsh-faq h4,.tsh-main-kicker,.tsh-kicker,.tsh-fact dt,.tsh-control-label,.tsh-table th,.tsh-nutrition dt,.tsh-close-kicker),
.tsh-recipe.tshr-v1:lang(ko) :where(.tsh-title,.tsh-card-head h3,.tsh-stage-head h4,.tsh-faq h4,.tsh-main-kicker,.tsh-kicker,.tsh-fact dt,.tsh-control-label,.tsh-table th,.tsh-nutrition dt,.tsh-close-kicker){letter-spacing:0}
.tsh-recipe.tshr-v1:lang(ar) :where(.tsh-main-kicker,.tsh-kicker,.tsh-fact dt,.tsh-control-label,.tsh-table th,.tsh-nutrition dt,.tsh-close-kicker),
.tsh-recipe.tshr-v1:lang(zh) :where(.tsh-main-kicker,.tsh-kicker,.tsh-fact dt,.tsh-control-label,.tsh-table th,.tsh-nutrition dt,.tsh-close-kicker),
.tsh-recipe.tshr-v1:lang(ja) :where(.tsh-main-kicker,.tsh-kicker,.tsh-fact dt,.tsh-control-label,.tsh-table th,.tsh-nutrition dt,.tsh-close-kicker),
.tsh-recipe.tshr-v1:lang(ko) :where(.tsh-main-kicker,.tsh-kicker,.tsh-fact dt,.tsh-control-label,.tsh-table th,.tsh-nutrition dt,.tsh-close-kicker){text-transform:none}

/* Shared card system */
.tsh-recipe.tshr-v1 .tsh-card{
  position:relative;
  overflow:hidden;
  margin-bottom:20px;
  border:1px solid var(--tsh-line);
  border-radius:var(--tsh-radius-xl);
  background:var(--tsh-paper);
  box-shadow:var(--tsh-shadow-md);
}
.tsh-recipe.tshr-v1 .tsh-card::after{
  content:"";
  position:absolute;
  inset:0;
  z-index:2;
  border-radius:inherit;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.84);
  pointer-events:none;
}
.tsh-recipe.tshr-v1 .tsh-card-head{
  --tone:var(--tsh-gold-deep);
  --tone-bg:#faf4e9;
  --tone-rgb:109,67,7;
  position:relative;
  z-index:1;
  overflow:hidden;
  padding:clamp(22px,2.8vw,32px) clamp(20px,3.3vw,38px);
  border-bottom:1px solid var(--tsh-line);
  background:
    radial-gradient(circle at 96% 4%,rgba(var(--tone-rgb),.105),transparent 17rem),
    linear-gradient(132deg,var(--tone-bg),#fff 74%);
}
.tsh-recipe.tshr-v1 .tsh-card-head::before{
  content:"";
  position:absolute;
  inset-block:clamp(22px,2.8vw,32px);
  inset-inline-start:0;
  width:3px;
  border-start-end-radius:999px;
  border-end-end-radius:999px;
  background:var(--tone);
}
.tsh-recipe.tshr-v1 .tsh-tone-gold{--tone:var(--tsh-gold-deep);--tone-bg:#fbf3e5;--tone-rgb:109,67,7}
.tsh-recipe.tshr-v1 .tsh-tone-sage{--tone:var(--tsh-sage);--tone-bg:var(--tsh-sage-soft);--tone-rgb:23,103,69}
.tsh-recipe.tshr-v1 .tsh-tone-blue{--tone:var(--tsh-blue);--tone-bg:var(--tsh-blue-soft);--tone-rgb:40,92,157}
.tsh-recipe.tshr-v1 .tsh-tone-rose{--tone:var(--tsh-rose);--tone-bg:var(--tsh-rose-soft);--tone-rgb:153,68,53}
.tsh-recipe.tshr-v1 .tsh-tone-violet{--tone:var(--tsh-violet);--tone-bg:var(--tsh-violet-soft);--tone-rgb:108,80,148}
.tsh-recipe.tshr-v1 .tsh-kicker{
  display:flex;
  align-items:center;
  gap:10px;
  margin-bottom:8px;
  color:var(--tone,var(--tsh-gold-deep));
  font-size:10px;
  font-weight:820;
  letter-spacing:.165em;
  line-height:1.4;
  text-transform:uppercase;
}
.tsh-recipe.tshr-v1 .tsh-kicker::before{content:"";width:26px;height:2px;flex:0 0 auto;border-radius:999px;background:currentColor}
.tsh-recipe.tshr-v1 .tsh-card-head h3{
  max-width:780px;
  color:var(--tsh-ink);
  font-size:clamp(23px,2.65vw,31px);
  font-weight:770;
  letter-spacing:-.03em;
  line-height:1.16;
  text-wrap:balance;
}
.tsh-recipe.tshr-v1 .tsh-head-copy{
  max-width:920px;
  margin-top:9px;
  color:var(--tsh-copy);
  font-size:14.5px;
  line-height:1.66;
  text-wrap:pretty;
}
.tsh-recipe.tshr-v1 .tsh-card-body{position:relative;z-index:1;padding:clamp(22px,3.2vw,38px)}

/* Masthead */
.tsh-recipe.tshr-v1 .tsh-masthead{
  position:relative;
  display:block;
  overflow:hidden;
  margin-bottom:20px;
  border:1px solid var(--tsh-line-strong);
  border-radius:26px;
  background:var(--tsh-paper);
  box-shadow:var(--tsh-shadow-lg);
}
.tsh-recipe.tshr-v1 .tsh-title-wrap{
  position:relative;
  min-width:0;
  padding:clamp(34px,4.3vw,54px) clamp(22px,4.6vw,58px) clamp(30px,4vw,48px);
  background:
    radial-gradient(circle at 100% 0%,rgba(163,107,18,.13),transparent 27rem),
    radial-gradient(circle at 8% 90%,rgba(23,103,69,.055),transparent 20rem),
    linear-gradient(145deg,#fffdfa,#fbf5ea);
}
.tsh-recipe.tshr-v1 .tsh-title-wrap::after{
  content:"";
  position:absolute;
  inset:0 0 auto;
  height:4px;
  background:linear-gradient(90deg,var(--tsh-gold-deep),#c9963d 46%,#ead8b7 78%,transparent);
}
.tsh-recipe.tshr-v1 .tsh-main-kicker{
  display:flex;
  align-items:center;
  gap:11px;
  margin-bottom:14px;
  color:var(--tsh-gold-deep);
  font-size:10.5px;
  font-weight:820;
  letter-spacing:.18em;
  line-height:1.45;
  text-transform:uppercase;
}
.tsh-recipe.tshr-v1 .tsh-main-kicker::before{content:"";width:32px;height:2px;flex:0 0 auto;border-radius:999px;background:currentColor}
.tsh-recipe.tshr-v1 .tsh-title{
  max-width:930px;
  color:var(--tsh-ink);
  font-size:clamp(39px,4.6vw,61px);
  font-weight:800;
  letter-spacing:-.052em;
  line-height:.99;
  text-wrap:balance;
}
.tsh-recipe.tshr-v1 .tsh-title-main,
.tsh-recipe.tshr-v1 .tsh-title-accent{display:block}
.tsh-recipe.tshr-v1 .tsh-title b{font-weight:860}
.tsh-recipe.tshr-v1 .tsh-title-accent{
  max-width:880px;
  margin-top:11px;
  color:var(--tsh-gold);
  font-size:.47em;
  font-weight:660;
  letter-spacing:-.026em;
  line-height:1.17;
}
.tsh-recipe.tshr-v1 .tsh-lead{
  max-width:820px;
  margin-top:19px;
  color:var(--tsh-copy);
  font-size:clamp(16px,1.65vw,18px);
  line-height:1.68;
  text-wrap:pretty;
}
.tsh-recipe.tshr-v1 .tsh-tags{display:flex;flex-wrap:wrap;gap:8px;margin-top:21px;list-style:none}
.tsh-recipe.tshr-v1 .tsh-tags li{
  display:inline-flex;
  align-items:center;
  min-height:31px;
  padding:6px 11px;
  border:1px solid #dfc89f;
  border-radius:999px;
  background:rgba(255,250,241,.9);
  color:#62400d;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.9);
  font-size:12px;
  font-weight:710;
  line-height:1.2;
}
.tsh-recipe.tshr-v1 .tsh-hero{
  position:relative;
  min-width:0;
  border-block:1px solid var(--tsh-line);
  background:#ece4d8;
}
.tsh-recipe.tshr-v1 .tsh-hero img{
  display:block;
  width:100%;
  height:auto;
  aspect-ratio:16/9;
  object-fit:cover;
  object-position:center;
}
.tsh-recipe.tshr-v1 .tsh-hero figcaption{
  padding:12px clamp(17px,3vw,31px);
  border-top:1px solid var(--tsh-line);
  background:#fff;
  color:var(--tsh-muted);
  font-size:12.5px;
  line-height:1.52;
}
.tsh-recipe.tshr-v1 .tsh-facts{
  --tsh-fact-cols:6;
  display:grid;
  grid-template-columns:repeat(var(--tsh-fact-cols),minmax(0,1fr));
  gap:1px;
  padding:1px;
  background:var(--tsh-line);
}
.tsh-recipe.tshr-v1 .tsh-facts--5{--tsh-fact-cols:5}
.tsh-recipe.tshr-v1 .tsh-fact{position:relative;min-width:0;padding:15px 16px 16px;background:var(--tsh-paper-warm)}
.tsh-recipe.tshr-v1 .tsh-fact::before{content:"";position:absolute;inset-block:0;inset-inline-start:0;width:2px;background:linear-gradient(var(--tsh-gold),transparent 78%);opacity:.62}
.tsh-recipe.tshr-v1 .tsh-fact dt{margin-bottom:5px;color:var(--tsh-muted);font-size:9.5px;font-weight:830;letter-spacing:.135em;line-height:1.35;text-transform:uppercase}
.tsh-recipe.tshr-v1 .tsh-fact dd{color:var(--tsh-ink);font-size:15px;font-weight:780;letter-spacing:-.012em;line-height:1.3;font-variant-numeric:tabular-nums}

/* Sticky quick navigation */
.tsh-recipe.tshr-v1 .tsh-quick-nav{
  position:sticky;
  top:12px;
  z-index:30;
  display:flex;
  flex-wrap:wrap;
  gap:7px;
  margin-bottom:20px;
  padding:8px;
  overflow-x:auto;
  overscroll-behavior-inline:contain;
  border:1px solid rgba(216,203,185,.92);
  border-radius:17px;
  background:rgba(255,255,255,.94);
  box-shadow:0 1px 2px rgba(38,32,24,.045),0 12px 34px rgba(38,32,24,.075);
  scrollbar-width:none;
  counter-reset:tsh-nav;
}
.tsh-recipe.tshr-v1 .tsh-quick-nav::-webkit-scrollbar{display:none}
@supports ((-webkit-backdrop-filter:blur(14px)) or (backdrop-filter:blur(14px))){
  .tsh-recipe.tshr-v1 .tsh-quick-nav{background:rgba(255,255,255,.82);-webkit-backdrop-filter:saturate(145%) blur(14px);backdrop-filter:saturate(145%) blur(14px)}
}
.tsh-recipe.tshr-v1 .tsh-quick-nav a{
  counter-increment:tsh-nav;
  display:inline-flex;
  align-items:center;
  gap:7px;
  min-height:38px;
  padding:6px 12px 6px 7px;
  border:1px solid #e4d5bc;
  border-radius:999px;
  background:#fffaf2;
  color:#58380a;
  font-size:12.5px;
  font-weight:730;
  line-height:1.2;
  text-decoration:none;
  white-space:nowrap;
  transition:border-color .18s var(--tsh-ease),background .18s var(--tsh-ease),color .18s var(--tsh-ease),transform .18s var(--tsh-ease),box-shadow .18s var(--tsh-ease);
}
.tsh-recipe.tshr-v1 .tsh-quick-nav a::before{
  content:counter(tsh-nav,decimal-leading-zero);
  display:grid;
  min-width:25px;
  height:25px;
  padding-inline:4px;
  place-items:center;
  border-radius:999px;
  background:#efe1c7;
  color:#70470a;
  font-size:9px;
  font-weight:850;
  letter-spacing:.04em;
  line-height:1;
}
.tsh-recipe.tshr-v1 .tsh-quick-nav a:hover{border-color:#c9a15a;background:#f8edd9;box-shadow:0 5px 13px rgba(111,67,5,.08);transform:translateY(-1px)}
.tsh-recipe.tshr-v1 .tsh-quick-nav a[aria-current="location"]{border-color:var(--tsh-night);background:var(--tsh-night);color:#fff}
.tsh-recipe.tshr-v1 .tsh-quick-nav a[aria-current="location"]::before{background:#f1c772;color:#2b2110}

/* Editorial overview */
.tsh-recipe.tshr-v1 .tsh-copy-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:clamp(24px,4.2vw,52px)}
.tsh-recipe.tshr-v1 .tsh-prose p{color:var(--tsh-copy);font-size:15px;line-height:1.79;text-wrap:pretty}
.tsh-recipe.tshr-v1 .tsh-prose p+p{margin-top:15px}
.tsh-recipe.tshr-v1 .tsh-prose strong{color:var(--tsh-ink);font-weight:750}
.tsh-recipe.tshr-v1 .tsh-callout{
  position:relative;
  margin-top:19px;
  padding:16px 18px 16px 20px;
  border:1px solid #dfc89e;
  border-inline-start:4px solid var(--tsh-gold);
  border-radius:12px;
  background:linear-gradient(135deg,#fff8ec,#fffdf8);
  box-shadow:0 8px 22px rgba(111,67,5,.045);
  color:#513b1a;
  font-size:14px;
  font-weight:640;
  line-height:1.64;
}
.tsh-recipe.tshr-v1 .tsh-key-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(min(100%,230px),1fr));gap:13px;margin-top:27px}
.tsh-recipe.tshr-v1 .tsh-key{
  --tsh-key-tone:var(--tsh-gold);
  --tsh-key-bg:#fff8ec;
  position:relative;
  min-width:0;
  overflow:hidden;
  padding:18px;
  border:1px solid var(--tsh-line);
  border-radius:15px;
  background:linear-gradient(150deg,var(--tsh-key-bg),#fff 72%);
  box-shadow:var(--tsh-shadow-sm);
}
.tsh-recipe.tshr-v1 .tsh-key::before{content:"";position:absolute;inset:0 0 auto;height:3px;background:var(--tsh-key-tone)}
.tsh-recipe.tshr-v1 .tsh-key:nth-child(2){--tsh-key-tone:var(--tsh-sage);--tsh-key-bg:#edf8f2}
.tsh-recipe.tshr-v1 .tsh-key:nth-child(3){--tsh-key-tone:var(--tsh-blue);--tsh-key-bg:#eff5fd}
.tsh-recipe.tshr-v1 .tsh-key-top{display:flex;align-items:center;gap:11px;margin-bottom:9px}
.tsh-recipe.tshr-v1 .tsh-key-no{display:grid;width:34px;height:34px;flex:0 0 auto;place-items:center;border-radius:10px;background:var(--tsh-night);box-shadow:0 5px 12px rgba(25,38,34,.15);color:#f3c873;font-size:11.5px;font-weight:860;line-height:1}
.tsh-recipe.tshr-v1 .tsh-key h4{color:var(--tsh-ink);font-size:15px;font-weight:780;line-height:1.35}
.tsh-recipe.tshr-v1 .tsh-key p{color:var(--tsh-copy);font-size:13.5px;line-height:1.61}
.tsh-recipe.tshr-v1 .tsh-plan{
  overflow:hidden;
  margin-top:27px;
  border:1px solid #ded4c6;
  border-radius:17px;
  background:#fff;
  box-shadow:var(--tsh-shadow-sm);
}
.tsh-recipe.tshr-v1 .tsh-plan-head{
  padding:18px 20px;
  border-bottom:1px solid var(--tsh-line);
  background:
    radial-gradient(circle at 96% 0%,rgba(109,67,7,.09),transparent 15rem),
    linear-gradient(135deg,#f8f3ea,#fff 86%);
}
.tsh-recipe.tshr-v1 .tsh-plan-kicker{margin-bottom:5px;color:var(--tsh-gold-deep);font-size:9.5px;font-weight:830;letter-spacing:.145em;line-height:1.4;text-transform:uppercase}
.tsh-recipe.tshr-v1 .tsh-plan-head h4{color:var(--tsh-ink);font-size:18px;font-weight:800;letter-spacing:-.015em;line-height:1.32}
.tsh-recipe.tshr-v1 .tsh-plan-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(min(100%,220px),1fr));gap:1px;background:var(--tsh-line);list-style:none}
.tsh-recipe.tshr-v1 .tsh-plan-item{--plan-tone:var(--tsh-gold);position:relative;min-width:0;padding:18px;background:linear-gradient(150deg,#fffdf9,#fff)}
.tsh-recipe.tshr-v1 .tsh-plan-item::before{content:"";position:absolute;inset:0 0 auto;height:3px;background:var(--plan-tone)}
.tsh-recipe.tshr-v1 .tsh-plan-item:nth-child(4n+2){--plan-tone:#4d6359}
.tsh-recipe.tshr-v1 .tsh-plan-item:nth-child(4n+3){--plan-tone:#66565c}
.tsh-recipe.tshr-v1 .tsh-plan-item:nth-child(4n+4){--plan-tone:#59666d}
.tsh-recipe.tshr-v1 .tsh-plan-when{display:inline-flex;margin-bottom:9px;padding:5px 8px;border:1px solid #e0d3c0;border-radius:999px;background:#faf5ed;color:#654714;font-size:10.5px;font-weight:800;line-height:1.2}
.tsh-recipe.tshr-v1 .tsh-plan-item strong{display:block;margin-bottom:6px;color:var(--tsh-ink);font-size:14.5px;font-weight:800;line-height:1.38}
.tsh-recipe.tshr-v1 .tsh-plan-item p{color:var(--tsh-copy);font-size:13px;line-height:1.6}

/* Ingredients */
.tsh-recipe.tshr-v1 .tsh-ingredient-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(min(100%,430px),1fr));gap:15px}
.tsh-recipe.tshr-v1 .tsh-ingredient-card{overflow:hidden;border:1px solid var(--tsh-line);border-radius:16px;background:#fff;box-shadow:var(--tsh-shadow-sm)}
.tsh-recipe.tshr-v1 .tsh-ingredient-card h4{
  position:relative;
  padding:16px 19px 14px 23px;
  border-bottom:1px solid var(--tsh-line);
  background:linear-gradient(135deg,#fbf6ed,#fff);
  color:var(--tsh-ink);
  font-size:16px;
  font-weight:780;
  line-height:1.35;
}
.tsh-recipe.tshr-v1 .tsh-ingredient-card h4::before{content:"";position:absolute;inset-block:17px 15px;inset-inline-start:0;width:3px;border-start-end-radius:999px;border-end-end-radius:999px;background:var(--tsh-sage)}
.tsh-recipe.tshr-v1 .tsh-ingredient-card:nth-child(2) h4::before{background:var(--tsh-gold)}
.tsh-recipe.tshr-v1 .tsh-ingredient-card ul{list-style:none}
.tsh-recipe.tshr-v1 .tsh-ingredient-card li{
  display:grid;
  grid-template-columns:minmax(88px,auto) minmax(0,1fr);
  gap:13px;
  align-items:start;
  padding:12px 18px;
  border-bottom:1px solid var(--tsh-line);
  color:var(--tsh-copy);
  font-size:14px;
  line-height:1.52;
}
.tsh-recipe.tshr-v1 .tsh-ingredient-card li:nth-child(even){background:#fdfbf8}
.tsh-recipe.tshr-v1 .tsh-ingredient-card li:last-child{border-bottom:0}
.tsh-recipe.tshr-v1 .tsh-amount{display:inline-flex;width:max-content;max-width:100%;min-height:26px;align-items:center;padding:3px 8px;border:1px solid #e4d8c7;border-radius:999px;background:#f8f3eb;color:var(--tsh-ink);font-size:12.5px;font-weight:800;line-height:1.25;font-variant-numeric:tabular-nums}
.tsh-recipe.tshr-v1 .tsh-ingredient-card small{display:block;margin-top:4px;color:var(--tsh-muted);font-size:12.2px;line-height:1.46}
.tsh-recipe.tshr-v1 .tsh-note-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(min(100%,340px),1fr));gap:13px;margin-top:15px}
.tsh-recipe.tshr-v1 .tsh-note{
  position:relative;
  min-width:0;
  padding:17px 18px;
  padding-inline-start:51px;
  border:1px solid var(--tsh-line);
  border-radius:14px;
  background:linear-gradient(145deg,#fbfaf7,#fff);
  box-shadow:0 7px 20px rgba(38,32,24,.035);
  color:var(--tsh-copy);
  font-size:13.5px;
  line-height:1.6;
}
.tsh-recipe.tshr-v1 .tsh-note::before{content:"i";position:absolute;inset-block-start:17px;inset-inline-start:17px;display:grid;width:23px;height:23px;place-items:center;border:1px solid #c9aa71;border-radius:50%;background:#fff;color:var(--tsh-gold-deep);font-family:Georgia,serif;font-size:14px;font-style:italic;line-height:1}
.tsh-recipe.tshr-v1 .tsh-note strong{color:var(--tsh-ink);font-weight:780}

/* Method */
.tsh-recipe.tshr-v1 .tsh-stages{display:grid;gap:18px}
.tsh-recipe.tshr-v1 .tsh-stage-card{
  --stage-tone:#73542d;
  --stage-tone-rgb:115,84,45;
  --stage-bg:#f8f3ea;
  --stage-pill:#fcf8f1;
  --stage-border:#ded0bb;
  overflow:hidden;
  border:1px solid #ded6ca;
  border-radius:18px;
  background:var(--tsh-paper-warm);
  box-shadow:0 1px 2px rgba(38,32,24,.035),0 12px 30px rgba(38,32,24,.05);
}
.tsh-recipe.tshr-v1 .tsh-stage-card:nth-child(4n+2){--stage-tone:#4d6359;--stage-tone-rgb:77,99,89;--stage-bg:#f2f6f3;--stage-pill:#f7faf8;--stage-border:#cfdad4}
.tsh-recipe.tshr-v1 .tsh-stage-card:nth-child(4n+3){--stage-tone:#66565c;--stage-tone-rgb:102,86,92;--stage-bg:#f6f2f3;--stage-pill:#faf7f8;--stage-border:#ddd1d5}
.tsh-recipe.tshr-v1 .tsh-stage-card:nth-child(4n+4){--stage-tone:#59666d;--stage-tone-rgb:89,102,109;--stage-bg:#f2f5f6;--stage-pill:#f7f9fa;--stage-border:#d1d9dd}
.tsh-recipe.tshr-v1 .tsh-stage-head{
  display:grid;
  grid-template-columns:auto minmax(0,1fr) auto;
  gap:14px;
  align-items:center;
  padding:17px 20px;
  border-bottom:1px solid var(--stage-border);
  background:
    radial-gradient(circle at 96% 0%,rgba(var(--stage-tone-rgb),.09),transparent 15rem),
    linear-gradient(135deg,var(--stage-bg),#fff 86%);
}
.tsh-recipe.tshr-v1 .tsh-stage-badge{display:grid;width:40px;height:40px;place-items:center;border:1px solid rgba(255,255,255,.42);border-radius:50%;background:linear-gradient(145deg,var(--stage-tone),rgba(25,38,34,.9));box-shadow:0 5px 13px rgba(25,38,34,.12);color:#fff;font-size:11.5px;font-weight:820;letter-spacing:.035em;line-height:1}
.tsh-recipe.tshr-v1 .tsh-stage-head h4{color:var(--tsh-ink);font-size:17px;font-weight:800;letter-spacing:-.012em;line-height:1.3}
.tsh-recipe.tshr-v1 .tsh-stage-time{padding:6px 11px;border:1px solid var(--stage-border);border-radius:999px;background:rgba(255,255,255,.72);box-shadow:inset 0 1px 0 rgba(255,255,255,.9);color:var(--stage-tone);font-size:11.5px;font-weight:760;line-height:1.2;white-space:nowrap}
.tsh-recipe.tshr-v1 .tsh-step-grid{display:grid;grid-template-columns:1fr;gap:0;background:#fff;list-style:none}
.tsh-recipe.tshr-v1 .tsh-step{
  position:relative;
  display:grid;
  grid-template-columns:42px minmax(0,1fr);
  gap:15px;
  min-width:0;
  padding:22px 24px;
  border:0;
  border-bottom:1px solid rgba(216,203,185,.68);
  background:linear-gradient(90deg,rgba(var(--stage-tone-rgb),.035),#fff 19%);
}
.tsh-recipe.tshr-v1 .tsh-step::before{content:"";position:absolute;inset-block:58px -1px;inset-inline-start:41px;width:1px;background:linear-gradient(rgba(var(--stage-tone-rgb),.34),rgba(216,203,185,.3))}
.tsh-recipe.tshr-v1 .tsh-step-grid .tsh-step:last-child{border-bottom:0}
.tsh-recipe.tshr-v1 .tsh-step:last-child::before{display:none}
.tsh-recipe.tshr-v1 .tsh-step>div{max-width:920px}
.tsh-recipe.tshr-v1 .tsh-step-no{position:relative;z-index:1;display:grid;width:36px;height:36px;place-items:center;border:1px solid rgba(var(--stage-tone-rgb),.22);border-radius:50%;background:#fff;box-shadow:0 4px 11px rgba(25,38,34,.08);color:var(--stage-tone);font-size:11px;font-weight:850;letter-spacing:.025em;line-height:1}
.tsh-recipe.tshr-v1 .tsh-step h4{margin-bottom:6px;color:var(--tsh-ink);font-size:16px;font-weight:790;letter-spacing:-.012em;line-height:1.34}
.tsh-recipe.tshr-v1 .tsh-step p{color:var(--tsh-copy);font-size:14px;line-height:1.69;text-wrap:pretty}
.tsh-recipe.tshr-v1 .tsh-cue{display:inline-flex;align-items:flex-start;gap:6px;margin-top:10px;padding:6px 10px;border:1px solid rgba(var(--stage-tone-rgb),.23);border-radius:999px;background:rgba(var(--stage-tone-rgb),.065);color:var(--stage-tone);font-size:11.5px;font-weight:760;line-height:1.38}
.tsh-recipe.tshr-v1 .tsh-cue::before{content:"✓";flex:0 0 auto;font-size:10px;font-weight:900;line-height:1.55}
.tsh-recipe.tshr-v1 .tsh-step-grid--flat{--stage-tone:#59666d;--stage-tone-rgb:89,102,109;overflow:hidden;border:1px solid var(--tsh-line);border-radius:17px}

/* Control points and troubleshooting */
.tsh-recipe.tshr-v1 .tsh-control-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(min(100%,230px),1fr));gap:13px}
.tsh-recipe.tshr-v1 .tsh-control{
  --control-tone:var(--tsh-gold);
  --control-bg:#fff8ec;
  position:relative;
  min-width:0;
  overflow:hidden;
  padding:19px;
  border:1px solid var(--tsh-line);
  border-radius:15px;
  background:linear-gradient(150deg,var(--control-bg),#fff 75%);
  box-shadow:var(--tsh-shadow-sm);
}
.tsh-recipe.tshr-v1 .tsh-control::before{content:"";position:absolute;inset:0 0 auto;height:3px;background:var(--control-tone)}
.tsh-recipe.tshr-v1 .tsh-control:nth-child(2){--control-tone:var(--tsh-blue);--control-bg:#eef5fd}
.tsh-recipe.tshr-v1 .tsh-control:nth-child(3){--control-tone:var(--tsh-sage);--control-bg:#edf8f2}
.tsh-recipe.tshr-v1 .tsh-control-label{margin-bottom:6px;color:var(--tsh-muted);font-size:9.5px;font-weight:840;letter-spacing:.135em;line-height:1.35;text-transform:uppercase}
.tsh-recipe.tshr-v1 .tsh-control strong{display:block;color:var(--tsh-ink);font-size:22px;font-weight:840;letter-spacing:-.025em;line-height:1.18;font-variant-numeric:tabular-nums}
.tsh-recipe.tshr-v1 .tsh-control p{margin-top:8px;color:var(--tsh-copy);font-size:13px;line-height:1.58}
.tsh-recipe.tshr-v1 .tsh-table-wrap{margin-top:19px;overflow-x:auto;border:1px solid var(--tsh-line);border-radius:15px;background:#fff;box-shadow:var(--tsh-shadow-sm)}
.tsh-recipe.tshr-v1 .tsh-table{width:100%;min-width:760px;border-collapse:collapse;table-layout:fixed}
.tsh-recipe.tshr-v1 .tsh-table caption{padding:15px 17px;border-bottom:1px solid var(--tsh-line);background:linear-gradient(135deg,#fbf8f2,#fff);text-align:start;color:var(--tsh-ink);font-size:15px;font-weight:800;line-height:1.35}
.tsh-recipe.tshr-v1 .tsh-table th{padding:12px 14px;background:var(--tsh-night-2);color:#fff;font-size:10px;font-weight:840;letter-spacing:.105em;line-height:1.35;text-align:start;text-transform:uppercase}
.tsh-recipe.tshr-v1 .tsh-table th:nth-child(1){width:24%}
.tsh-recipe.tshr-v1 .tsh-table th:nth-child(2){width:38%}
.tsh-recipe.tshr-v1 .tsh-table th:nth-child(3){width:38%}
.tsh-recipe.tshr-v1 .tsh-table td{padding:14px;border-top:1px solid var(--tsh-line);border-inline-end:1px solid var(--tsh-line);color:var(--tsh-copy);font-size:13px;line-height:1.55;vertical-align:top}
.tsh-recipe.tshr-v1 .tsh-table td:last-child,.tsh-recipe.tshr-v1 .tsh-table th:last-child{border-inline-end:0}
.tsh-recipe.tshr-v1 .tsh-table tbody tr:nth-child(even){background:#fcfaf7}
.tsh-recipe.tshr-v1 .tsh-table td:first-child{color:var(--tsh-ink);font-weight:780}

/* Practical cards and FAQ */
.tsh-recipe.tshr-v1 .tsh-practical-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(min(100%,340px),1fr));gap:13px}
.tsh-recipe.tshr-v1 .tsh-practical-card{
  --practical-tone:var(--tsh-gold);
  --practical-bg:#fff9ef;
  position:relative;
  min-width:0;
  overflow:hidden;
  padding:19px;
  border:1px solid var(--tsh-line);
  border-radius:15px;
  background:linear-gradient(145deg,var(--practical-bg),#fff 68%);
  box-shadow:var(--tsh-shadow-sm);
}
.tsh-recipe.tshr-v1 .tsh-practical-card::before{content:"";position:absolute;inset:0 0 auto;height:3px;background:var(--practical-tone)}
.tsh-recipe.tshr-v1 .tsh-practical-card:nth-child(2){--practical-tone:var(--tsh-sage);--practical-bg:#eff8f3}
.tsh-recipe.tshr-v1 .tsh-practical-card:nth-child(3){--practical-tone:var(--tsh-blue);--practical-bg:#f0f6fd}
.tsh-recipe.tshr-v1 .tsh-practical-card:nth-child(4){--practical-tone:var(--tsh-violet);--practical-bg:#f6f1fa}
.tsh-recipe.tshr-v1 .tsh-practical-card h4{display:flex;align-items:center;gap:10px;margin-bottom:8px;color:var(--tsh-ink);font-size:15.5px;font-weight:800;line-height:1.35}
.tsh-recipe.tshr-v1 .tsh-practical-card h4::before{content:"";width:18px;height:2px;flex:0 0 auto;border-radius:999px;background:var(--practical-tone)}
.tsh-recipe.tshr-v1 .tsh-practical-card p,.tsh-recipe.tshr-v1 .tsh-practical-card li{color:var(--tsh-copy);font-size:13.6px;line-height:1.63}
.tsh-recipe.tshr-v1 .tsh-practical-card ul,.tsh-recipe.tshr-v1 .tsh-practical-card ol{margin-top:7px;padding-inline-start:20px}
.tsh-recipe.tshr-v1 .tsh-practical-card li+li{margin-top:5px}
.tsh-recipe.tshr-v1 .tsh-practical-card li::marker{color:var(--practical-tone);font-weight:850}
.tsh-recipe.tshr-v1 .tsh-swap{
  overflow:hidden;
  margin-top:15px;
  border:1px solid #ded6ca;
  border-radius:16px;
  background:#fff;
  box-shadow:var(--tsh-shadow-sm);
}
.tsh-recipe.tshr-v1 .tsh-swap-head{padding:17px 20px;border-bottom:1px solid var(--tsh-line);background:linear-gradient(135deg,#f6f2f3,#fff 86%)}
.tsh-recipe.tshr-v1 .tsh-swap-head h4{margin-bottom:5px;color:var(--tsh-ink);font-size:16px;font-weight:800;line-height:1.35}
.tsh-recipe.tshr-v1 .tsh-swap-head p{color:var(--tsh-copy);font-size:13px;line-height:1.58}
.tsh-recipe.tshr-v1 .tsh-swap-list>div{display:grid;grid-template-columns:minmax(155px,.62fr) minmax(0,1.38fr);gap:16px;padding:14px 18px;border-bottom:1px solid var(--tsh-line)}
.tsh-recipe.tshr-v1 .tsh-swap-list>div:nth-child(even){background:#fdfbf8}
.tsh-recipe.tshr-v1 .tsh-swap-list>div:last-child{border-bottom:0}
.tsh-recipe.tshr-v1 .tsh-swap-list dt{color:var(--tsh-ink);font-size:13.2px;font-weight:800;line-height:1.48}
.tsh-recipe.tshr-v1 .tsh-swap-list dd{color:var(--tsh-copy);font-size:13.2px;line-height:1.58}
.tsh-recipe.tshr-v1 .tsh-swap-list dd strong{color:#66565c;font-weight:800}
.tsh-recipe.tshr-v1 .tsh-faq-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(min(100%,340px),1fr));gap:13px;align-items:start}
.tsh-recipe.tshr-v1 .tsh-faq{
  min-width:0;
  overflow:hidden;
  border:1px solid var(--tsh-line);
  border-radius:15px;
  background:#fff;
  box-shadow:var(--tsh-shadow-sm);
}
.tsh-recipe.tshr-v1 .tsh-faq summary{list-style:none;cursor:pointer}
.tsh-recipe.tshr-v1 .tsh-faq summary::-webkit-details-marker{display:none}
.tsh-recipe.tshr-v1 .tsh-faq-top{display:grid;grid-template-columns:38px minmax(0,1fr) 30px;gap:11px;align-items:center;min-height:68px;padding:14px 15px;background:linear-gradient(135deg,#fbf7ef,#fff)}
.tsh-recipe.tshr-v1 .tsh-faq-top::after{content:"+";display:grid;width:28px;height:28px;place-items:center;border:1px solid #ddcfbb;border-radius:9px;background:#fff;color:var(--tsh-gold-deep);font-size:18px;font-weight:650;line-height:1;transition:transform .18s var(--tsh-ease),background .18s var(--tsh-ease),color .18s var(--tsh-ease)}
.tsh-recipe.tshr-v1 .tsh-faq[open] .tsh-faq-top::after{content:"−";background:var(--tsh-night);color:#f4cb79;transform:rotate(180deg)}
.tsh-recipe.tshr-v1 .tsh-faq-no{display:grid;width:35px;height:35px;place-items:center;border-radius:11px;background:var(--tsh-night);box-shadow:0 5px 12px rgba(25,38,34,.14);color:#f3c873;font-size:11px;font-weight:860;line-height:1}
.tsh-recipe.tshr-v1 .tsh-faq h4{color:var(--tsh-ink);font-size:14.5px;font-weight:800;line-height:1.38}
.tsh-recipe.tshr-v1 .tsh-faq-answer{border-top:1px solid var(--tsh-line);background:#fff}
.tsh-recipe.tshr-v1 .tsh-faq-answer p{padding:16px;color:var(--tsh-copy);font-size:13.5px;line-height:1.65}

/* Nutrition and closing */
.tsh-recipe.tshr-v1 .tsh-nutrition{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:1px;padding:1px;overflow:hidden;border:1px solid var(--tsh-line);border-radius:15px;background:var(--tsh-line);box-shadow:var(--tsh-shadow-sm)}
.tsh-recipe.tshr-v1 .tsh-nutrition>div{position:relative;min-width:0;padding:15px;background:linear-gradient(145deg,#fff,#fdfbf8)}
.tsh-recipe.tshr-v1 .tsh-nutrition>div::before{content:"";position:absolute;inset-block:0;inset-inline-start:0;width:2px;background:var(--tsh-sage);opacity:.55}
.tsh-recipe.tshr-v1 .tsh-nutrition dt{margin-bottom:5px;color:var(--tsh-muted);font-size:9px;font-weight:840;letter-spacing:.125em;line-height:1.35;text-transform:uppercase}
.tsh-recipe.tshr-v1 .tsh-nutrition dd{color:var(--tsh-ink);font-size:16px;font-weight:820;letter-spacing:-.018em;line-height:1.25;font-variant-numeric:tabular-nums}
.tsh-recipe.tshr-v1 .tsh-nutrition-note{margin-top:13px;color:var(--tsh-muted);font-size:12.5px;line-height:1.6}
.tsh-recipe.tshr-v1 .tsh-nutrition-note strong{color:var(--tsh-ink);font-weight:780}
.tsh-recipe.tshr-v1 .tsh-close{
  position:relative;
  overflow:hidden;
  padding:clamp(25px,3.4vw,38px);
  border:1px solid #31413c;
  border-radius:21px;
  background:
    radial-gradient(circle at 100% 0%,rgba(243,200,115,.17),transparent 23rem),
    linear-gradient(135deg,var(--tsh-night),var(--tsh-night-2));
  box-shadow:var(--tsh-shadow-lg);
}
.tsh-recipe.tshr-v1 .tsh-close::before{content:"";position:absolute;inset-block:0;inset-inline-start:0;width:4px;background:linear-gradient(var(--tsh-gold),#e2b968)}
.tsh-recipe.tshr-v1 .tsh-close::after{content:"“";position:absolute;inset-inline-end:clamp(18px,4vw,48px);inset-block-start:-27px;color:rgba(255,255,255,.055);font-family:Georgia,serif;font-size:180px;line-height:1;pointer-events:none}
.tsh-recipe.tshr-v1 .tsh-close-kicker{position:relative;z-index:1;margin-bottom:7px;color:#f1c878;font-size:10px;font-weight:840;letter-spacing:.16em;text-transform:uppercase}
.tsh-recipe.tshr-v1 .tsh-close-quote{position:relative;z-index:1;max-width:930px;color:#fff;font-size:clamp(21px,2.4vw,28px);font-weight:760;letter-spacing:-.028em;line-height:1.34;text-wrap:balance}
.tsh-recipe.tshr-v1 .tsh-close-copy{position:relative;z-index:1;max-width:930px;margin-top:10px;color:#ccd6d2;font-size:13.8px;line-height:1.65}

/* Desktop refinements */
@media (min-width:901px){
  .tsh-recipe.tshr-v1 .tsh-card-head--split{display:grid;grid-template-columns:minmax(0,1.18fr) minmax(260px,.72fr);column-gap:clamp(28px,4vw,52px);align-items:end}
  .tsh-recipe.tshr-v1 .tsh-card-head--split .tsh-kicker{grid-column:1;grid-row:1}
  .tsh-recipe.tshr-v1 .tsh-card-head--split h3{grid-column:1;grid-row:2}
  .tsh-recipe.tshr-v1 .tsh-card-head--split .tsh-head-copy{grid-column:2;grid-row:1/span 2;align-self:end;margin:0;padding-inline-start:clamp(22px,3vw,34px);border-inline-start:1px solid rgba(var(--tone-rgb),.22)}
}
@media (min-width:1040px){
  .tsh-recipe.tshr-v1 .tsh-title-wrap{padding:54px 58px 48px}
  .tsh-recipe.tshr-v1 .tsh-title{font-size:clamp(45px,4.05vw,58px)}
  .tsh-recipe.tshr-v1 .tsh-title-accent{font-size:.455em}
}

/* Hover polish */
@media (hover:hover) and (pointer:fine){
  .tsh-recipe.tshr-v1 .tsh-key,
  .tsh-recipe.tshr-v1 .tsh-control,
  .tsh-recipe.tshr-v1 .tsh-practical-card,
  .tsh-recipe.tshr-v1 .tsh-faq,
  .tsh-recipe.tshr-v1 .tsh-ingredient-card{transition:transform .2s var(--tsh-ease),border-color .2s var(--tsh-ease),box-shadow .2s var(--tsh-ease)}
  .tsh-recipe.tshr-v1 .tsh-key:hover,
  .tsh-recipe.tshr-v1 .tsh-control:hover,
  .tsh-recipe.tshr-v1 .tsh-practical-card:hover,
  .tsh-recipe.tshr-v1 .tsh-faq:hover,
  .tsh-recipe.tshr-v1 .tsh-ingredient-card:hover{transform:translateY(-3px);border-color:#cfbfa7;box-shadow:0 2px 4px rgba(38,32,24,.035),0 16px 34px rgba(38,32,24,.08)}
  .tsh-recipe.tshr-v1 .tsh-faq-top:hover::after{border-color:#c7aa78;background:#fff8ec}
  .tsh-recipe.tshr-v1 .tsh-faq[open] .tsh-faq-top:hover::after{background:var(--tsh-night)}
}

/* Responsive */
@media (max-width:900px){
  .tsh-recipe.tshr-v1 .tsh-copy-grid{grid-template-columns:1fr}
  .tsh-recipe.tshr-v1 .tsh-key-grid,.tsh-recipe.tshr-v1 .tsh-control-grid{grid-template-columns:1fr}
  .tsh-recipe.tshr-v1 .tsh-facts{--tsh-fact-cols:3}
  .tsh-recipe.tshr-v1 .tsh-nutrition{grid-template-columns:repeat(3,minmax(0,1fr))}
}
@media (max-width:720px){
  .tsh-recipe.tshr-v1{width:calc(100% - 12px);margin-top:10px;font-size:15.5px}
  .tsh-recipe.tshr-v1 .tsh-anchor,
  .tsh-recipe.tshr-v1 .tsh-step[id]{scroll-margin-top:77px}
  .tsh-recipe.tshr-v1 .tsh-card,.tsh-recipe.tshr-v1 .tsh-masthead{border-radius:18px}
  .tsh-recipe.tshr-v1 .tsh-title-wrap{padding:31px 19px 27px}
  .tsh-recipe.tshr-v1 .tsh-title{font-size:clamp(34px,10.8vw,46px);line-height:1.01}
  .tsh-recipe.tshr-v1 .tsh-title-accent{margin-top:10px;font-size:.52em;line-height:1.2}
  .tsh-recipe.tshr-v1 .tsh-lead{margin-top:17px;font-size:16px;line-height:1.67}
  .tsh-recipe.tshr-v1 .tsh-card-head{padding:22px 19px}
  .tsh-recipe.tshr-v1 .tsh-card-head::before{inset-block:22px;inset-inline-start:0}
  .tsh-recipe.tshr-v1 .tsh-card-head h3{font-size:clamp(22px,6.8vw,28px)}
  .tsh-recipe.tshr-v1 .tsh-card-body{padding:20px 17px}
  .tsh-recipe.tshr-v1 .tsh-quick-nav{top:6px;flex-wrap:nowrap;gap:6px;margin-bottom:18px;padding:7px;border-radius:15px}
  .tsh-recipe.tshr-v1 .tsh-quick-nav a{min-height:36px;padding-inline-end:11px;font-size:11.8px}
  .tsh-recipe.tshr-v1 .tsh-quick-nav a::before{min-width:23px;height:23px;font-size:8.5px}
  .tsh-recipe.tshr-v1 .tsh-ingredient-grid,.tsh-recipe.tshr-v1 .tsh-note-grid,.tsh-recipe.tshr-v1 .tsh-practical-grid,.tsh-recipe.tshr-v1 .tsh-faq-grid{grid-template-columns:1fr}
  .tsh-recipe.tshr-v1 .tsh-step-grid{grid-template-columns:1fr}
  .tsh-recipe.tshr-v1 .tsh-step{border-inline-end:0;border-bottom:1px solid rgba(216,203,185,.68)}
  .tsh-recipe.tshr-v1 .tsh-step-grid .tsh-step:last-child{border-bottom:0}
  .tsh-recipe.tshr-v1 .tsh-step{grid-template-columns:36px minmax(0,1fr);gap:12px;padding:18px 16px}
  .tsh-recipe.tshr-v1 .tsh-step::before{inset-block:53px -1px;inset-inline-start:33px}
  .tsh-recipe.tshr-v1 .tsh-step:last-child::before{display:none}
  .tsh-recipe.tshr-v1 .tsh-cue{border-radius:10px}
  .tsh-recipe.tshr-v1 .tsh-table-wrap{overflow:visible;border:0;border-radius:0;background:transparent;box-shadow:none}
  .tsh-recipe.tshr-v1 .tsh-table{display:block;min-width:0;border-collapse:separate;table-layout:auto}
  .tsh-recipe.tshr-v1 .tsh-table caption{display:block;margin-bottom:10px;border:1px solid var(--tsh-line);border-radius:13px;background:#fbf8f2}
  .tsh-recipe.tshr-v1 .tsh-table thead{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0 0 0 0);clip-path:inset(50%);white-space:nowrap}
  .tsh-recipe.tshr-v1 .tsh-table tbody{display:grid;gap:10px}
  .tsh-recipe.tshr-v1 .tsh-table tr{display:block;overflow:hidden;border:1px solid var(--tsh-line);border-radius:14px;background:#fff;box-shadow:var(--tsh-shadow-sm)}
  .tsh-recipe.tshr-v1 .tsh-table tbody tr:nth-child(even){background:#fff}
  .tsh-recipe.tshr-v1 .tsh-table td{display:grid;grid-template-columns:minmax(96px,34%) minmax(0,1fr);gap:12px;padding:12px 14px;border:0;border-bottom:1px solid var(--tsh-line);font-size:13px}
  .tsh-recipe.tshr-v1 .tsh-table td:last-child{border-bottom:0}
  .tsh-recipe.tshr-v1 .tsh-table td::before{content:attr(data-label);color:var(--tsh-muted);font-size:9px;font-weight:840;letter-spacing:.105em;line-height:1.45;text-transform:uppercase}
  .tsh-recipe.tshr-v1 .tsh-table td:first-child{background:#fbf7ef;color:var(--tsh-ink);font-size:13.5px}
  .tsh-recipe.tshr-v1 .tsh-close{border-radius:18px}
}
@media (max-width:520px){
  .tsh-recipe.tshr-v1 .tsh-facts{--tsh-fact-cols:2}
  .tsh-recipe.tshr-v1 .tsh-nutrition{grid-template-columns:repeat(2,minmax(0,1fr))}
  .tsh-recipe.tshr-v1 .tsh-plan-grid{grid-template-columns:1fr}
  .tsh-recipe.tshr-v1 .tsh-swap-list>div{grid-template-columns:1fr;gap:4px;padding:13px 15px}
  .tsh-recipe.tshr-v1 .tsh-stage-head{grid-template-columns:auto minmax(0,1fr)}
  .tsh-recipe.tshr-v1 .tsh-stage-time{grid-column:2;justify-self:start}
  .tsh-recipe.tshr-v1 .tsh-ingredient-card li{grid-template-columns:84px minmax(0,1fr);gap:10px;padding:12px 13px}
  .tsh-recipe.tshr-v1 .tsh-amount{font-size:11.8px}
  .tsh-recipe.tshr-v1 .tsh-faq-top{grid-template-columns:36px minmax(0,1fr) 28px;padding:13px}
}
@media (max-width:370px){
  .tsh-recipe.tshr-v1{width:calc(100% - 8px)}
  .tsh-recipe.tshr-v1 .tsh-title-wrap{padding-inline:16px}
  .tsh-recipe.tshr-v1 .tsh-card-body{padding-inline:14px}
  .tsh-recipe.tshr-v1 .tsh-ingredient-card li{grid-template-columns:76px minmax(0,1fr)}
}

/* Motion, contrast and print */
@media (prefers-reduced-motion:reduce){
  .tsh-recipe.tshr-v1 *,.tsh-recipe.tshr-v1 *::before,.tsh-recipe.tshr-v1 *::after{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}
}
@media (forced-colors:active){
  .tsh-recipe.tshr-v1 .tsh-card,.tsh-recipe.tshr-v1 .tsh-masthead,.tsh-recipe.tshr-v1 .tsh-close,.tsh-recipe.tshr-v1 .tsh-quick-nav{border:1px solid CanvasText;box-shadow:none}
  .tsh-recipe.tshr-v1 .tsh-step-no,.tsh-recipe.tshr-v1 .tsh-stage-badge,.tsh-recipe.tshr-v1 .tsh-faq-no{border:1px solid CanvasText}
}
@media print{
  .tsh-recipe.tshr-v1{width:100%;max-width:none;margin:0;color:#000;font-size:10.5pt;line-height:1.42}
  .tsh-recipe.tshr-v1 .tsh-quick-nav,.tsh-recipe.tshr-v1 .tsh-hero{display:none!important}
  .tsh-recipe.tshr-v1 .tsh-masthead{display:block}
  .tsh-recipe.tshr-v1 .tsh-card,.tsh-recipe.tshr-v1 .tsh-masthead,.tsh-recipe.tshr-v1 .tsh-close{margin-bottom:10pt;border:1px solid #aaa;border-radius:0;box-shadow:none}
  .tsh-recipe.tshr-v1 .tsh-title-wrap,.tsh-recipe.tshr-v1 .tsh-card-head,.tsh-recipe.tshr-v1 .tsh-close{background:#fff!important;color:#000!important}
  .tsh-recipe.tshr-v1 .tsh-title{font-size:25pt}
  .tsh-recipe.tshr-v1 .tsh-title-accent,.tsh-recipe.tshr-v1 .tsh-close-kicker,.tsh-recipe.tshr-v1 .tsh-close-quote,.tsh-recipe.tshr-v1 .tsh-close-copy{color:#000!important}
  .tsh-recipe.tshr-v1 .tsh-copy-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  .tsh-recipe.tshr-v1 .tsh-ingredient-grid,.tsh-recipe.tshr-v1 .tsh-practical-grid{grid-template-columns:repeat(auto-fit,minmax(min(100%,300px),1fr))}
  .tsh-recipe.tshr-v1 .tsh-step-grid{grid-template-columns:1fr}
  .tsh-recipe.tshr-v1 .tsh-key,.tsh-recipe.tshr-v1 .tsh-control,.tsh-recipe.tshr-v1 .tsh-practical-card,.tsh-recipe.tshr-v1 .tsh-ingredient-card,.tsh-recipe.tshr-v1 .tsh-note,.tsh-recipe.tshr-v1 .tsh-step,.tsh-recipe.tshr-v1 .tsh-faq,.tsh-recipe.tshr-v1 .tsh-plan-item,.tsh-recipe.tshr-v1 .tsh-swap-list>div{box-shadow:none;break-inside:avoid}
  .tsh-recipe.tshr-v1 details.tsh-faq:not([open])>.tsh-faq-answer{display:block!important}
  .tsh-recipe.tshr-v1 .tsh-faq-top::after{display:none}
  .tsh-recipe.tshr-v1 .tsh-close::after{content:"travelshelper.com";position:static;display:block;margin-top:8pt;color:#666!important;font-family:inherit;font-size:8.5pt;letter-spacing:.05em}
}
