/* esodaburn.com - Clay Orchard. Warm botanical portal sheet.
   order: tokens, base, layout, header, hero, blocks, tables, packages, reviews, forms, footer, bar, media */

:root {
  --paper: #fbf6ee;
  --panel: #fffdf9;
  --band: #f3e9db;
  --sand: #efe2cd;
  --line: #e2d6c2;
  --ink: #22312a;
  --muted: #4e6055;
  --clay: #bf5426;
  --clay-deep: #99401a;
  --moss: #2f6b45;
  --berry: #a83224;
  --gold: #a8813c;
  --r: 22px;
  --soft: 0 10px 26px rgba(34, 49, 42, .09);
  --lift: 0 16px 40px rgba(34, 49, 42, .13);
}

* { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; }
body {
  background: var(--paper);
  color: var(--ink);
  font: 400 1.0625rem/1.72 Yaldevi, "Segoe UI", system-ui, sans-serif;
  margin: 0;
}
body.has-bar { padding-bottom: 84px; }
body.quiet { padding-bottom: 0; }
img { display: block; height: auto; max-width: 100%; }
a { color: var(--clay-deep); }
a:hover { color: var(--clay); }
:focus-visible { outline: 3px solid var(--gold); outline-offset: 3px; }
h1, h2, h3, .wordmark, .statnum, .bignum { font-family: Cardo, Georgia, "Times New Roman", serif; }
h1 { font-size: clamp(1.9rem, 3.9vw, 2.65rem); font-weight: 700; line-height: 1.18; margin: 0 0 .6rem; }
h2 { font-size: clamp(1.5rem, 2.9vw, 2.05rem); font-weight: 700; line-height: 1.24; margin: 0 0 .7rem; }
h3 { font-size: 1.2rem; font-weight: 700; margin: 0 0 .45rem; }
p { margin: 0 0 1rem; }
ul, ol { margin: 0 0 1rem; padding-left: 1.15rem; }
li { margin-bottom: .4rem; }
sup { font-size: .58em; }
strong { font-weight: 600; }
.skip {
  background: var(--ink); color: var(--paper); left: -999px; padding: .7rem 1.1rem;
  position: absolute; top: 0; z-index: 60;
}
.skip:focus { left: 0; }

.hold { margin: 0 auto; max-width: 1112px; padding: 0 20px; width: 100%; }
.narrow { margin: 0 auto; max-width: 780px; }
.sec { padding: 58px 0; }
.sec-band { background: var(--band); border-bottom: 1px solid var(--line); border-top: 1px solid var(--line); }
.sec-panel { background: var(--panel); }
.eyebrow {
  color: var(--gold); font-size: .78rem; font-weight: 600; letter-spacing: .16em;
  margin: 0 0 .55rem; text-transform: uppercase;
}
.lede { color: var(--muted); font-size: 1.16rem; }
.small { font-size: .92rem; }
.muted { color: var(--muted); }

.ribbon { background: var(--ink); color: #f4ece0; }
.ribbon p { font-size: .82rem; margin: 0; padding: .48rem 20px; text-align: center; }
.strip { background: var(--clay); color: #fff5ee; }
.strip p { font-size: .82rem; margin: 0; padding: .42rem 20px; text-align: center; }
.top { background: var(--paper); border-bottom: 1px solid var(--line); position: sticky; top: 0; z-index: 40; }
.topbar { align-items: center; display: flex; gap: 18px; justify-content: space-between; padding: 14px 20px; }
.brandmark { display: block; text-decoration: none; }
.house { color: var(--gold); display: block; font-size: .64rem; letter-spacing: .2em; }
.wordmark { color: var(--ink); display: block; font-size: 1.6rem; font-weight: 700; line-height: 1.05; }
.nav { align-items: center; display: flex; gap: 20px; }
.nav ul { display: flex; gap: 18px; list-style: none; margin: 0; padding: 0; }
.nav a { color: var(--ink); font-size: .96rem; text-decoration: none; }
.nav a:hover, .nav a[aria-current] { color: var(--clay-deep); text-decoration: underline; }
.burger { background: none; border: 0; display: none; height: 40px; padding: 8px; width: 44px; }
.burger span { background: var(--ink); display: block; height: 2px; margin: 5px 0; width: 26px; }

.pill {
  background: var(--clay); border: 0; border-radius: 999px; box-shadow: var(--soft); color: #fff;
  display: inline-block; font-size: 1.02rem; font-weight: 600; padding: .82rem 1.7rem;
  text-align: center; text-decoration: none;
}
.pill:hover { background: var(--clay-deep); color: #fff; }
.pill.small { font-size: .88rem; padding: .5rem 1.15rem; }
.pill.ghost { background: transparent; border: 1px solid var(--clay); box-shadow: none; color: var(--clay-deep); }
.pill.ghost:hover { background: var(--sand); color: var(--clay-deep); }
.wide { display: block; width: 100%; }

.trail { border-bottom: 1px solid var(--line); font-size: .86rem; }
.trail ol { display: flex; flex-wrap: wrap; gap: .45rem; list-style: none; margin: 0; padding: .6rem 0; }
.trail li + li::before { color: var(--muted); content: "/"; padding-right: .45rem; }
.trail a { color: var(--muted); }

.hero { padding: 46px 0 34px; }
.heroin { align-items: center; display: grid; gap: 40px; grid-template-columns: 1.08fr .92fr; }
.herotext { max-width: 36rem; }
.heroart { position: relative; text-align: center; }
.arch {
  background: linear-gradient(178deg, var(--sand), var(--band));
  border: 1px solid var(--line); border-radius: 240px 240px 26px 26px; box-shadow: var(--lift);
  display: inline-block; padding: 34px 30px 24px;
}
.arch img { margin: 0 auto; max-width: 340px; }
.seal {
  background: var(--panel); border: 1px solid var(--line); border-radius: 999px; box-shadow: var(--soft);
  color: var(--moss); font-size: .78rem; font-weight: 600; left: 50%; padding: .5rem 1rem;
  position: absolute; top: -14px; transform: translateX(-50%);
}
.canonline {
  border-left: 4px solid var(--clay); font-size: 1.06rem; margin: 0 0 1rem; padding-left: 1rem;
}
.portalline { color: var(--muted); font-size: .98rem; margin: 0 0 1.2rem; }
.chips { display: flex; flex-wrap: wrap; gap: .5rem; list-style: none; margin: 1.2rem 0 0; padding: 0; }
.chips li {
  background: var(--panel); border: 1px solid var(--line); border-radius: 999px; font-size: .82rem;
  margin: 0; padding: .34rem .85rem;
}
.heroact { align-items: center; display: flex; flex-wrap: wrap; gap: 14px; margin-top: 1.3rem; }

.sheet {
  background: var(--panel); border: 1px solid var(--line); border-radius: var(--r); box-shadow: var(--soft);
  padding: 26px 28px;
}
.tldr { background: var(--sand); border: 1px solid var(--line); border-radius: var(--r); padding: 24px 28px; }
.tldr p:last-child { margin-bottom: 0; }
.note {
  background: #fdf3e6; border: 1px dashed var(--gold); border-radius: 16px; margin: 1.3rem 0; padding: 18px 20px;
}
.note p:last-child { margin-bottom: 0; }
.cite { color: var(--gold); font-size: .74em; font-weight: 600; text-decoration: none; vertical-align: super; }

.grid2 { display: grid; gap: 24px; grid-template-columns: 1fr 1fr; }
.grid3 { display: grid; gap: 22px; grid-template-columns: repeat(3, 1fr); }
.card {
  background: var(--panel); border: 1px solid var(--line); border-radius: var(--r); box-shadow: var(--soft);
  padding: 22px 24px;
}
.card h3 { color: var(--clay-deep); }
.card p:last-child { margin-bottom: 0; }
.actives { list-style: none; margin: 0; padding: 0; }
.actives li { border-bottom: 1px solid var(--line); padding: .85rem 0; }
.actives li:last-child { border-bottom: 0; }
.actives b { display: block; font-size: 1.02rem; }

.tablewrap { overflow-x: auto; }
table { border-collapse: collapse; font-size: .98rem; min-width: 460px; width: 100%; }
caption { color: var(--muted); font-size: .9rem; padding-bottom: .6rem; text-align: left; }
th, td { border-bottom: 1px solid var(--line); padding: .68rem .7rem; text-align: left; vertical-align: top; }
thead th { background: var(--sand); font-weight: 600; }
tbody th { font-weight: 600; width: 38%; }

.packs { display: grid; gap: 24px; grid-template-columns: repeat(3, 1fr); }
.pack {
  background: var(--panel); border: 1px solid var(--line); border-radius: var(--r); box-shadow: var(--soft);
  display: flex; flex-direction: column; padding: 26px 22px 24px; position: relative; text-align: center;
}
.pack.best { border: 2px solid var(--clay); box-shadow: var(--lift); }
.flag {
  background: var(--clay); border-radius: 999px; color: #fff; font-size: .74rem; font-weight: 600;
  left: 50%; letter-spacing: .06em; padding: .3rem .95rem; position: absolute; text-transform: uppercase;
  top: -13px; transform: translateX(-50%);
}
.packshot { margin: 8px auto 12px; max-height: 200px; width: auto; }
.packname { font-size: 1.12rem; font-weight: 600; margin: 0 0 .15rem; }
.supply { color: var(--muted); font-size: .9rem; margin: 0 0 .8rem; }
.per { font-size: 2.5rem; font-weight: 700; line-height: 1; }
.per span { font-size: .95rem; font-weight: 400; }
.totals { margin: .55rem 0 .2rem; }
.totals s { color: var(--berry); }
.save {
  background: #e7f1e9; border-radius: 999px; color: var(--moss); display: inline-block; font-size: .84rem;
  font-weight: 600; margin: .4rem 0 .5rem; padding: .26rem .8rem;
}
.ship { color: var(--muted); font-size: .88rem; margin: 0 0 1rem; }
.packnote { color: var(--muted); font-size: .84rem; margin: .8rem 0 0; }
.packfoot { margin-top: auto; }
.savehead { font-size: 1.06rem; text-align: center; }

.rating { align-items: baseline; display: flex; flex-wrap: wrap; gap: 14px; }
.bignum { font-size: 3.4rem; font-weight: 700; line-height: 1; }
.stars { color: var(--gold); letter-spacing: .12em; }
.quotes { display: grid; gap: 22px; grid-template-columns: repeat(3, 1fr); }
.quote {
  background: var(--panel); border: 1px solid var(--line); border-radius: var(--r); padding: 20px 22px;
}
.quote p { font-size: .98rem; }
.who { color: var(--muted); font-size: .86rem; margin: 0; }
.verified { color: var(--moss); font-weight: 600; }
.statgrid { display: grid; gap: 18px; grid-template-columns: repeat(4, 1fr); }
.stat { background: var(--panel); border: 1px solid var(--line); border-radius: 16px; padding: 16px 18px; }
.statnum { color: var(--clay-deep); display: block; font-size: 1.9rem; font-weight: 700; line-height: 1.1; }
.statlab { color: var(--muted); font-size: .86rem; }
.bars { list-style: none; margin: 0; padding: 0; }
.bars li { align-items: center; display: grid; gap: 12px; grid-template-columns: 132px 1fr 54px; margin-bottom: .5rem; }
.track { background: var(--sand); border-radius: 999px; height: 12px; overflow: hidden; }
.fill { background: var(--clay); border-radius: 999px; display: block; height: 100%; }
.fill.soft { background: var(--gold); }
.pct { color: var(--muted); font-size: .88rem; text-align: right; }

.qa { border-top: 1px solid var(--line); padding-top: 1.4rem; }
.qa h3 { font-size: 1.24rem; }
.steps { counter-reset: st; list-style: none; margin: 0; padding: 0; }
.steps li { border-bottom: 1px solid var(--line); counter-increment: st; padding: 1rem 0 1rem 3rem; position: relative; }
.steps li::before {
  background: var(--clay); border-radius: 999px; color: #fff; content: counter(st); font-size: .9rem;
  font-weight: 600; height: 30px; left: 0; line-height: 30px; position: absolute; text-align: center;
  top: 1rem; width: 30px;
}
.steps li:last-child { border-bottom: 0; }
.glossary dt { font-weight: 600; margin-top: .8rem; }
.glossary dd { color: var(--muted); margin: 0 0 .4rem; }
.byline { color: var(--muted); font-size: .9rem; margin: 0 0 1.4rem; }
.updated { color: var(--muted); font-size: .88rem; }
.take { background: var(--ink); color: #f2e9dc; padding: 52px 0; }
.take h2 { color: #fff; }
.take a { color: #ffd7b8; }
.takelist { list-style: none; margin: 0; padding: 0; }
.takelist li { border-bottom: 1px solid rgba(242, 233, 220, .22); padding: .8rem 0 .8rem 1.6rem; position: relative; }
.takelist li::before { color: var(--clay); content: "\25CF"; left: 0; position: absolute; }
.takelist li:last-child { border-bottom: 0; }
.refs { font-size: .93rem; }
.refs ol { padding-left: 1.4rem; }
.refs li { color: var(--muted); overflow-wrap: anywhere; }
.ctaband { background: var(--band); border-top: 1px solid var(--line); padding: 56px 0; text-align: center; }
.ctaband .pill { margin-top: .6rem; }
.trustrow { color: var(--muted); display: flex; flex-wrap: wrap; font-size: .88rem; gap: 18px; justify-content: center; list-style: none; margin: 1.4rem 0 0; padding: 0; }

.form { display: grid; gap: 16px; }
.field { display: grid; gap: .35rem; }
.field label { font-size: .92rem; font-weight: 600; }
.field input, .field textarea, .field select {
  background: var(--panel); border: 1px solid var(--line); border-radius: 12px; font: inherit; padding: .7rem .8rem;
}
.legal h2 { font-size: 1.35rem; margin-top: 1.9rem; }
.legal { font-size: 1rem; }

.foot { background: var(--ink); color: #ddd3c6; padding: 54px 0 34px; }
.foot a { color: #f0e4d4; text-decoration: none; }
.foot a:hover { text-decoration: underline; }
.footgrid { display: grid; gap: 30px; grid-template-columns: 1.5fr 1fr 1fr 1fr; }
.footname { color: #fff; font-family: Cardo, Georgia, serif; font-size: 1.5rem; margin: 0 0 .5rem; }
.footbrand p { font-size: .93rem; }
.footaddr { color: #bdb2a3; font-size: .88rem; }
.footcol ul { list-style: none; margin: 0; padding: 0; }
.footcol li { font-size: .92rem; margin-bottom: .45rem; }
.footh { color: var(--gold); font-family: Yaldevi, sans-serif; font-size: .78rem; letter-spacing: .14em; margin: 0 0 .8rem; text-transform: uppercase; }
.footportal { border-top: 1px solid rgba(221, 211, 198, .2); color: #cdc2b3; font-size: .86rem; margin-top: 34px; padding-top: 22px; }
.footnote, .footfda { color: #a99e8f; font-size: .8rem; }
.footlegal { border-top: 1px solid rgba(221, 211, 198, .2); color: #cdc2b3; font-size: .82rem; padding-top: 18px; }

.offerbar {
  background: var(--ink); border-top: 3px solid var(--clay); bottom: 0; box-shadow: 0 -8px 24px rgba(34, 49, 42, .22);
  left: 0; position: fixed; right: 0; z-index: 50;
}
.barin { align-items: center; display: flex; gap: 14px; justify-content: space-between; padding: 12px 20px; }
.barlink { align-items: center; color: #f4ece0; display: flex; flex: 1; flex-wrap: wrap; gap: 12px; text-decoration: none; }
.barname { font-family: Cardo, Georgia, serif; font-size: 1.15rem; font-weight: 700; }
.barchip { background: var(--berry); border-radius: 999px; color: #fff; font-size: .84rem; font-weight: 600; padding: .22rem .8rem; }
.barmsg { font-size: .92rem; }
.barcta { background: var(--clay); border-radius: 999px; color: #fff; font-size: .92rem; font-weight: 600; margin-left: auto; padding: .55rem 1.3rem; }
.barx { background: none; border: 1px solid rgba(244, 236, 224, .35); border-radius: 999px; color: #f4ece0; cursor: pointer; font-size: 1.1rem; height: 32px; line-height: 1; width: 32px; }
.offerbar[hidden] { display: none; }

@media (max-width: 940px) {
  .heroin, .grid2, .grid3, .packs, .quotes, .statgrid, .footgrid { grid-template-columns: 1fr; }
  .statgrid { grid-template-columns: 1fr 1fr; }
  .burger { display: block; }
  .nav {
    background: var(--paper); border-bottom: 1px solid var(--line); display: block; left: 0; opacity: 0;
    padding: 16px 20px 22px; position: absolute; right: 0; top: 100%; transition: opacity .18s ease, visibility 0s linear .18s;
    visibility: hidden;
  }
  .nav.open { opacity: 1; transition: opacity .18s ease, visibility 0s; visibility: visible; }
  .nav ul { display: block; }
  .nav li { border-bottom: 1px solid var(--line); padding: .55rem 0; }
  .nav .pill { margin-top: 14px; }
  body.has-bar { padding-bottom: 128px; }
  .barin { flex-wrap: wrap; }
  .barcta { margin-left: 0; }
  .bars li { grid-template-columns: 104px 1fr 46px; }
  .sec { padding: 44px 0; }
}
@media (prefers-reduced-motion: reduce) {
  * { transition: none !important; }
}
