:root{
  --night:#07110b;
  --night-2:#0d1c11;
  --forest:#17351f;
  --forest-2:#294a27;
  --moss:#58763a;
  --pickle:#6f923f;
  --pickle2:#a8bf69;
  --gold:#c8a15a;
  --gold-bright:#e3c77b;
  --parchment:#e7d4aa;
  --parchment-light:#f3e5c3;
  --parchment-dark:#b9975f;
  --ink:#f5ecd2;
  --ink-dark:#251b0e;
  --muted:#c8bb98;
  --stroke:rgba(220,190,121,.34);
  --shadow:0 22px 70px rgba(0,0,0,.48);
  --radius:8px;
  --sidebar:286px;
}

*{box-sizing:border-box}
html{scroll-behavior:smooth;background:#030705}
body{
  margin:0;
  min-height:100vh;
  color:var(--ink);
  font-family:Georgia,"Times New Roman",serif;
  line-height:1.55;
  background:
    radial-gradient(circle at 88% 6%,rgba(117,151,71,.12),transparent 24%),
    repeating-linear-gradient(0deg,rgba(255,255,255,.012) 0 1px,transparent 1px 5px),
    linear-gradient(145deg,#07110b 0%,#0e1d12 44%,#050906 100%);
}
body:not([data-admin="true"]){padding-left:calc(var(--sidebar) + 28px)}
body.menu-open{overflow:hidden}
body:before{
  content:"";
  position:fixed;
  inset:0;
  pointer-events:none;
  opacity:.28;
  z-index:-1;
  background:
    radial-gradient(circle at 20% 30%,transparent 0 26%,rgba(0,0,0,.22) 62%),
    linear-gradient(90deg,rgba(255,255,255,.018),transparent 22%,rgba(0,0,0,.08));
}

a{color:inherit;text-decoration:none}
img{max-width:100%;display:block}
button,input,select,textarea{font:inherit}
button,a{tap-highlight-color:transparent}
.container{width:min(1180px,calc(100% - 42px));margin:0 auto}
.hidden{display:none!important}

/* Fixed medieval navigation rail */
.site-header{
  position:fixed;
  top:14px;
  bottom:14px;
  left:14px;
  width:var(--sidebar);
  z-index:70;
  overflow:hidden;
  color:#f4e5bd;
  background:
    linear-gradient(180deg,rgba(16,48,25,.98),rgba(8,28,15,.99)),
    #102f1c;
  border:2px solid #8f7138;
  outline:1px solid rgba(229,199,125,.35);
  box-shadow:0 0 0 5px #060a07,0 20px 60px rgba(0,0,0,.55),inset 0 0 45px rgba(0,0,0,.35);
}
.site-header:before,.site-header:after{
  position:absolute;
  color:var(--gold-bright);
  font-size:2.25rem;
  line-height:1;
  z-index:1;
  text-shadow:0 2px 8px #000;
}
.site-header:before{content:"❧";top:7px;left:10px;transform:rotate(-24deg)}
.site-header:after{content:"❧";right:10px;bottom:7px;transform:rotate(156deg)}
.nav{
  position:relative;
  z-index:2;
  width:100%;
  height:100%;
  display:flex;
  flex-direction:column;
  align-items:stretch;
  gap:16px;
  padding:28px 18px 24px;
}
.brand{
  display:flex;
  align-items:center;
  gap:12px;
  min-width:0;
}
.site-header .brand{
  flex-direction:column;
  text-align:center;
  gap:10px;
  padding:8px 5px 18px;
  border-bottom:1px solid rgba(222,190,113,.32);
}
.brand-logo{
  width:58px;
  height:58px;
  object-fit:cover;
  border-radius:10px;
  border:2px solid var(--gold);
  box-shadow:0 0 0 4px rgba(8,24,12,.86),0 10px 25px rgba(0,0,0,.35);
}
.site-header .brand-logo{
  width:128px;
  height:128px;
  border-radius:50%;
  border:4px double var(--gold-bright);
  filter:saturate(.92) contrast(1.04);
}
.brand b{
  display:block;
  font-family:Georgia,"Times New Roman",serif;
  font-size:1.34rem;
  line-height:1.05;
  letter-spacing:.015em;
  color:#f6e7bc;
}
.site-header .brand b{font-size:1.85rem;text-shadow:0 2px 0 #000}
.brand small{display:block;color:var(--muted);font-size:.78rem;margin-top:4px}
.site-header .brand small{font-size:.82rem;color:#d9c48e}
.brand-social,.socials{display:flex;align-items:center;gap:10px}
.site-header .brand-social{justify-content:center;padding-bottom:12px;border-bottom:1px solid rgba(222,190,113,.25)}
.social-btn{
  width:38px;
  height:38px;
  display:inline-grid;
  place-items:center;
  border-radius:50%;
  border:1px solid #b7954f;
  background:rgba(4,12,7,.58);
  box-shadow:inset 0 0 0 2px rgba(230,204,137,.07),0 6px 14px rgba(0,0,0,.25);
  transition:transform .2s ease,background .2s ease,border-color .2s ease;
}
.social-btn:hover{transform:translateY(-2px);background:#29452a;border-color:#e4c776}
.social-logo{width:22px;height:22px;object-fit:contain;filter:sepia(.25) saturate(.85) brightness(1.14) drop-shadow(0 2px 3px rgba(0,0,0,.5))}
.links{
  display:flex;
  flex-direction:column;
  align-items:stretch;
  gap:3px;
  width:100%;
  margin-top:2px;
}
.links a{
  position:relative;
  display:block;
  padding:9px 13px 9px 36px;
  color:#ead7aa;
  border-top:1px solid transparent;
  border-bottom:1px solid transparent;
  font-weight:700;
  letter-spacing:.01em;
  transition:.18s ease;
}
.links a:before{content:"✦";position:absolute;left:12px;top:50%;transform:translateY(-50%);color:#c9a554;font-size:.78rem}
.links a:hover,.links a[aria-current="page"]{
  color:#fff1c9;
  background:linear-gradient(90deg,rgba(107,142,65,.28),transparent);
  border-color:rgba(208,170,87,.28);
  padding-left:40px;
}
.nav-actions{display:flex;flex-direction:column;gap:10px;margin-top:auto}
.menu-toggle{display:none}
.menu-summon{display:none!important}

.cta,.btn{
  position:relative;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:9px;
  min-height:44px;
  padding:11px 19px;
  border:1px solid #c39a4a;
  border-radius:4px;
  background:linear-gradient(180deg,#6f8a3c,#3e5f2d);
  color:#fff6d8;
  font-weight:800;
  letter-spacing:.015em;
  box-shadow:inset 0 0 0 2px rgba(255,255,255,.06),0 8px 18px rgba(0,0,0,.25);
  cursor:pointer;
  text-align:center;
  transition:transform .18s ease,filter .18s ease,box-shadow .18s ease;
}
.cta:before,.btn:before{content:"";position:absolute;inset:3px;border:1px solid rgba(242,217,149,.24);pointer-events:none}
.cta:hover,.btn:hover{transform:translateY(-2px);filter:brightness(1.12);box-shadow:inset 0 0 0 2px rgba(255,255,255,.08),0 12px 24px rgba(0,0,0,.33)}
.site-header .cta{width:100%;font-size:.92rem;padding-inline:11px}
.btn.secondary{
  background:linear-gradient(180deg,#17351f,#0c2113);
  color:#f0e2bb;
  border-color:#94773f;
}
.btn.gold{
  background:linear-gradient(180deg,#c39c55,#7e5b27);
  color:#fff4d4;
  border-color:#ecd17f;
}

/* Home hero */
main{display:block}
.hero{
  position:relative;
  min-height:760px;
  margin:14px 14px 0 0;
  overflow:hidden;
  display:grid;
  align-items:center;
  border:2px solid #9b7a3a;
  outline:1px solid rgba(229,199,125,.28);
  box-shadow:0 0 0 5px #030605,0 22px 70px rgba(0,0,0,.45),inset 0 0 70px rgba(0,0,0,.34);
  background:#07100a;
}
.hero:before,.hero:after{
  content:"✦";
  position:absolute;
  z-index:4;
  color:#e3c477;
  font-size:1.7rem;
  text-shadow:0 2px 8px #000;
}
.hero:before{top:12px;left:16px}
.hero:after{right:16px;bottom:12px}
.hero-bg{
  position:absolute;
  inset:0;
  background-image:
    linear-gradient(90deg,rgba(4,10,6,.95) 0%,rgba(4,10,6,.84) 35%,rgba(4,10,6,.45) 68%,rgba(4,10,6,.32) 100%),
    linear-gradient(0deg,rgba(4,10,6,.98),transparent 34%),
    url('/assets/hero-group-background.png');
  background-size:cover;
  background-position:center;
  filter:saturate(.82) contrast(1.07) brightness(.78);
}
.hero-bg:after{
  content:"";
  position:absolute;
  inset:0;
  background:
    radial-gradient(circle at 75% 20%,rgba(225,194,117,.12),transparent 23%),
    radial-gradient(circle at 15% 50%,rgba(63,112,54,.2),transparent 35%),
    linear-gradient(90deg,rgba(3,8,5,.18),transparent 70%);
}
.hero-grid{
  position:relative;
  z-index:3;
  display:grid;
  grid-template-columns:minmax(0,1.08fr) minmax(360px,.92fr);
  align-items:center;
  gap:42px;
  padding:72px 0 82px;
}
.eyebrow{
  display:inline-flex;
  align-items:center;
  gap:10px;
  margin:0;
  color:#dfc273;
  font-weight:800;
  letter-spacing:.15em;
  text-transform:uppercase;
  font-size:.76rem;
}
.eyebrow:before,.eyebrow:after{content:"";width:34px;height:1px;background:linear-gradient(90deg,transparent,#c9a356)}
.eyebrow:after{background:linear-gradient(90deg,#c9a356,transparent)}
.hero h1,.page-hero h1{
  margin:16px 0 18px;
  font-family:Georgia,"Times New Roman",serif;
  font-size:clamp(4rem,7.2vw,7.4rem);
  line-height:.84;
  letter-spacing:-.055em;
  color:#efe1b9;
  text-shadow:0 3px 0 #30200c,0 12px 35px rgba(0,0,0,.75);
}
.hero h1 span{display:block;color:#b9c579;text-shadow:0 3px 0 #28351b,0 12px 35px rgba(0,0,0,.65)}
.lead{font-family:Georgia,"Times New Roman",serif;font-size:clamp(1.06rem,1.8vw,1.3rem);color:#eee2c3;max-width:710px}
.hero-actions{display:flex;gap:12px;flex-wrap:wrap;margin:27px 0}
.rating-ribbon{
  display:flex;
  align-items:center;
  flex-wrap:wrap;
  gap:10px 13px;
  width:max-content;
  max-width:100%;
  padding:11px 15px;
  color:#eadcb7;
  background:rgba(6,18,10,.77);
  border:1px solid rgba(205,166,83,.52);
  box-shadow:inset 0 0 0 3px rgba(231,205,140,.035),0 10px 30px rgba(0,0,0,.24);
}
.stars{color:#e0b857;letter-spacing:.07em;text-shadow:0 1px 0 #000}
.frame-stage{position:relative;min-height:530px;display:grid;place-items:center}
.paper-shadow{position:absolute;width:min(410px,82%);height:480px;background:#142316;border:1px solid #826633;box-shadow:var(--shadow)}
.shadow-one{transform:translate(28px,18px) rotate(5deg);opacity:.64}
.shadow-two{transform:translate(-20px,12px) rotate(-5deg);opacity:.42}
.crooked-frame{
  position:relative;
  width:min(420px,90%);
  padding:13px 13px 15px;
  background:
    linear-gradient(rgba(244,228,190,.94),rgba(222,198,145,.96)),
    repeating-linear-gradient(0deg,transparent 0 5px,rgba(88,57,20,.035) 5px 6px);
  color:var(--ink-dark);
  border:2px solid #9a7637;
  outline:4px solid rgba(27,20,9,.76);
  box-shadow:var(--shadow),inset 0 0 30px rgba(84,51,14,.16);
  transform:rotate(-2.2deg);
}
.crooked-frame:before,.crooked-frame:after{content:"❧";position:absolute;color:#68481d;font-size:1.4rem;z-index:2}
.crooked-frame:before{left:5px;top:1px;transform:rotate(-35deg)}
.crooked-frame:after{right:5px;bottom:0;transform:rotate(145deg)}
.hero-card-img{
  width:100%;
  height:430px;
  object-fit:cover;
  object-position:center;
  border:1px solid #6a4d21;
  filter:saturate(.88) contrast(1.04);
  transition:opacity .5s ease,transform .5s ease,filter .5s ease;
}
.hero-card-img.is-changing{opacity:0;transform:scale(.975);filter:blur(2px)}
.photo-caption{margin-top:9px;text-align:center;font-weight:800;letter-spacing:.02em;color:#3a2912}
.saying-card{
  position:absolute;
  left:0;
  bottom:14px;
  z-index:5;
  max-width:310px;
  padding:14px 18px 16px;
  background:linear-gradient(180deg,#1a3d24,#0e2515);
  border:1px solid #c19b50;
  outline:3px solid rgba(3,8,5,.74);
  box-shadow:0 15px 34px rgba(0,0,0,.45);
}
.saying-card small{color:#d8c48e;text-transform:uppercase;letter-spacing:.11em}
.saying-card b{display:block;color:#f2dfaa;font-size:1.25rem;line-height:1.2;margin-top:4px}

/* General content */
.section{position:relative;padding:76px 0}
.section:nth-of-type(even){background:linear-gradient(90deg,rgba(255,255,255,.012),rgba(255,255,255,.024),rgba(255,255,255,.012));border-top:1px solid rgba(202,164,87,.09);border-bottom:1px solid rgba(202,164,87,.09)}
.section-title{display:flex;align-items:flex-end;justify-content:space-between;gap:28px;margin-bottom:28px}
.section-title h2,.panel h2,.admin-card h2{
  margin:0;
  color:#efe1b9;
  font-family:Georgia,"Times New Roman",serif;
  font-size:clamp(2.15rem,4.2vw,4.15rem);
  line-height:.98;
  letter-spacing:-.045em;
  text-shadow:0 2px 0 #25190b;
}
.section-title h2:after{content:"";display:block;width:92px;height:2px;margin-top:14px;background:linear-gradient(90deg,#c79c4e,transparent)}
.section-title p{max-width:530px;margin:0;color:var(--muted)}
.cards{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}
.card,.panel{
  position:relative;
  color:var(--ink-dark);
  background:
    linear-gradient(rgba(240,224,188,.98),rgba(221,197,145,.98)),
    repeating-linear-gradient(90deg,rgba(84,54,18,.035) 0 1px,transparent 1px 7px);
  border:1px solid #9e793a;
  outline:3px solid rgba(25,17,7,.48);
  box-shadow:0 18px 50px rgba(0,0,0,.26),inset 0 0 42px rgba(93,57,12,.11);
  border-radius:var(--radius);
  padding:24px;
}
.card:before,.panel:before{
  content:"";
  position:absolute;
  inset:7px;
  pointer-events:none;
  border:1px solid rgba(102,70,27,.25);
}
.card h3,.panel h3{position:relative;margin:0 0 8px;font-size:1.55rem;line-height:1.15;color:#2d2111}
.card h3:before{content:"✦";color:#6c7839;font-size:.78em;margin-right:.35rem}
.card p,.panel p{position:relative;color:#49391f}
.icon-orb{
  position:relative;
  width:58px;
  height:58px;
  display:grid;
  place-items:center;
  margin-bottom:14px;
  border-radius:50%;
  color:#f2dfab;
  font-size:1.55rem;
  background:linear-gradient(145deg,#37542d,#17351f);
  border:2px solid #a98743;
  box-shadow:inset 0 0 0 3px rgba(233,205,136,.09),0 8px 17px rgba(0,0,0,.22);
}
.split{display:grid;grid-template-columns:minmax(0,.95fr) minmax(0,1.05fr);gap:30px;align-items:center}
.feature-photo-panel{padding:12px;background:#d9be82}
.feature-photo-panel img{width:100%;min-height:390px;max-height:560px;object-fit:cover;border:1px solid #6b4c20;filter:saturate(.86) contrast(1.03)}
.brine-copy .panel{background:linear-gradient(180deg,#173a22,#0c2515);color:var(--ink);border-color:#a18142;outline-color:#050a06}
.brine-copy .panel:before{border-color:rgba(222,188,110,.17)}
.brine-copy .section-title h2,.brine-copy .section-title p,.brine-copy .eyebrow{color:#f0e1bb}
.brine-copy .card{background:linear-gradient(180deg,rgba(7,20,11,.86),rgba(10,31,16,.96));color:var(--ink);border-color:#8f743e;outline:none;box-shadow:inset 0 0 30px rgba(0,0,0,.24)}
.brine-copy .card h3,.brine-copy .card p{color:#eee1bc}
.brine-copy .card h3:before{color:#c7a55b}

.video-grid,.merch-grid,.review-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:20px;align-items:start}
.video-card{
  position:relative;
  min-width:0;
  overflow:hidden;
  border:1px solid #9d7b3c;
  outline:3px solid rgba(3,8,5,.72);
  border-radius:7px;
  background:#07120b;
  box-shadow:0 18px 50px rgba(0,0,0,.34);
}
.embed-shell{position:relative;width:100%;aspect-ratio:9/16;background:#000;overflow:hidden}
.embed-shell iframe,.tiktok-frame,.youtube-frame{position:absolute;inset:0;width:100%!important;height:100%!important;border:0!important;background:#000}
.embed-fallback{position:absolute;inset:0;display:grid;place-items:center;padding:24px;background:radial-gradient(circle at center,#244329,#07120b 72%);color:#f0e0b9;text-align:center}
.video-card-body{padding:13px;background:linear-gradient(180deg,#15341f,#0b2012);border-top:1px solid rgba(212,174,91,.35)}
.video-card-body .btn{width:100%}
.merch-card{padding:0;overflow:hidden}
.merch-img{width:100%;height:280px;object-fit:contain;background:#f4e6c5;padding:14px;border-bottom:1px solid #99753a}
.merch-card .inside{padding:20px 22px 22px}
.merch-card h3{font-size:1.45rem;margin:0 0 8px;color:#2e2110}
.review-card .quote{font-size:1.05rem;font-style:italic;color:#3f301c}
.review-card .name{font-weight:800;color:#2d2111}

.stats{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px}
.stat{
  position:relative;
  padding:19px;
  color:#f0e0b9;
  background:linear-gradient(180deg,#1c3e25,#102918);
  border:1px solid #8e713b;
  box-shadow:inset 0 0 0 3px rgba(230,201,131,.04),0 10px 25px rgba(0,0,0,.2);
}
.stat b{display:block;font-size:2rem;line-height:1;color:#d7bd72;margin-bottom:6px}

/* Inner page banners */
.page-hero{
  position:relative;
  margin:14px 14px 0 0;
  padding:90px 0 62px;
  overflow:hidden;
  border:1px solid #8d7039;
  box-shadow:inset 0 0 70px rgba(0,0,0,.36),0 16px 45px rgba(0,0,0,.3);
  background:
    linear-gradient(90deg,rgba(5,14,8,.96),rgba(5,14,8,.75)),
    url('/assets/slide-group.png') center 43%/cover;
}
.page-hero:after{content:"";position:absolute;inset:8px;border:1px solid rgba(220,186,106,.22);pointer-events:none}
.page-hero .container{position:relative;z-index:2}
.page-hero h1{font-size:clamp(3.2rem,6.2vw,6.3rem);max-width:920px}
.page-hero .lead{max-width:820px}

/* Forms */
.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:16px}
.field{display:flex;flex-direction:column;gap:7px;min-width:0}
.field.full{grid-column:1/-1}
label{font-weight:800;color:#3a2913}
input,select,textarea{
  width:100%;
  min-height:44px;
  padding:11px 13px;
  color:#2a1e0e;
  background:rgba(255,250,232,.68);
  border:1px solid #9b7941;
  border-radius:3px;
  outline:none;
  box-shadow:inset 0 2px 5px rgba(64,39,10,.08);
}
input:focus,select:focus,textarea:focus{border-color:#5b7837;box-shadow:0 0 0 3px rgba(88,118,58,.18),inset 0 2px 5px rgba(64,39,10,.08)}
textarea{min-height:125px;resize:vertical}
select option{background:#f2e4c3;color:#281d0e}
.notice{
  padding:14px 16px;
  color:#e9deb9;
  background:#15351f;
  border:1px solid #a38443;
  box-shadow:inset 0 0 0 3px rgba(230,203,133,.04);
}

/* Footer */
.footer{
  position:relative;
  padding:62px 0 48px;
  margin-right:14px;
  color:#dbcda8;
  background:linear-gradient(180deg,#07140b,#030705);
  border-top:1px solid #8b6c35;
}
.footer:before{content:"✦  ✦  ✦";display:block;text-align:center;color:#9f8144;letter-spacing:1rem;margin-bottom:30px}
.footer-grid{display:grid;grid-template-columns:1.35fr .65fr .65fr;gap:34px}
.footer .brand{align-items:center}
.footer .brand-logo{width:62px;height:62px}
.footer h3{margin-top:0;color:#d8ba6a;font-size:1.25rem}
.footer p{color:#bfb28e;line-height:1.8}
.footer a:hover{color:#f2dfac}
.footer .socials{gap:12px}

/* Utility overlays */
.toast{position:fixed;right:20px;bottom:20px;z-index:120;padding:13px 16px;color:#241908;background:#e8d4a7;border:2px solid #8b6a31;box-shadow:var(--shadow);font-weight:800}
.modal{position:fixed;inset:0;z-index:110;display:grid;place-items:center;padding:18px;background:rgba(0,0,0,.8)}
.modal-box{width:min(560px,100%);padding:22px;color:var(--ink-dark);background:var(--parchment-light);border:2px solid #9a773b;box-shadow:var(--shadow)}
.img-thumb{width:78px;height:78px;object-fit:cover;border:1px solid #9a773b;background:#f0dfba}
.pill{display:inline-flex;align-items:center;padding:5px 10px;color:#f0e2bd;background:#24442a;border:1px solid #826a38;border-radius:999px;font-size:.78rem;font-weight:800}

/* Admin retains all functionality but receives the same medieval finish */
body[data-admin="true"]{padding:0;color:var(--ink);background:linear-gradient(145deg,#050b07,#102317 55%,#040705)}
.admin-layout{display:grid;grid-template-columns:276px minmax(0,1fr);min-height:100vh}
.admin-side{
  position:sticky;
  top:0;
  height:100vh;
  overflow:auto;
  padding:22px;
  background:linear-gradient(180deg,#14321e,#07160c);
  border-right:2px solid #8b6e38;
  box-shadow:12px 0 40px rgba(0,0,0,.3),inset -14px 0 25px rgba(0,0,0,.12);
}
.admin-side .brand{padding-bottom:18px;border-bottom:1px solid rgba(215,177,92,.28)}
.admin-nav{margin-top:8px}
.admin-nav button{
  width:100%;
  margin:4px 0;
  padding:11px 12px;
  color:#e5d5aa;
  text-align:left;
  border:1px solid transparent;
  background:transparent;
  cursor:pointer;
  font-weight:800;
}
.admin-nav button:before{content:"✦";margin-right:9px;color:#ad8e4b}
.admin-nav button:hover,.admin-nav button.active{background:linear-gradient(90deg,rgba(101,135,61,.32),rgba(101,135,61,.05));border-color:rgba(192,153,73,.35);color:#fff0c4}
.admin-main{width:100%;max-width:1320px;padding:34px}
.admin-section{display:none}.admin-section.active{display:block}
.admin-section h1{margin:0 0 22px;color:#f0e0b7;font-size:clamp(2.4rem,5vw,4.5rem);line-height:.95;letter-spacing:-.045em;text-shadow:0 2px 0 #000}
.admin-card{
  position:relative;
  margin-bottom:18px;
  padding:21px;
  color:var(--ink-dark);
  background:linear-gradient(180deg,#ecdbb3,#d7bb80);
  border:1px solid #987438;
  outline:3px solid rgba(0,0,0,.32);
  box-shadow:0 16px 50px rgba(0,0,0,.25),inset 0 0 35px rgba(90,54,10,.1);
}
.admin-card h2{font-size:2rem;color:#2d2111;text-shadow:none;margin-bottom:14px}
.admin-grid{display:grid;grid-template-columns:minmax(300px,410px) minmax(0,1fr);gap:22px;align-items:start}
.admin-main label{color:#3b2a14}
.table{width:100%;border-collapse:separate;border-spacing:0 10px}
.table th{padding:8px 11px;color:#d7bc72;text-align:left;text-transform:uppercase;letter-spacing:.1em;font-size:.78rem}
.table td{padding:13px;color:#2b1f0f;background:#e6d2a7;border-top:1px solid #92703a;border-bottom:1px solid #92703a;vertical-align:top}
.table td:first-child{border-left:1px solid #92703a}.table td:last-child{border-right:1px solid #92703a}
.table textarea{min-width:170px}
.qr-preview{min-height:300px;display:grid;place-items:center;padding:20px;background:#183622;border:1px dashed #b4934b}
.qr-preview img{max-width:260px;padding:10px;background:#fff;border:4px double #9d7a3e}

/* Tablet / compact header */
@media(max-width:1080px){
  body:not([data-admin="true"]){padding-left:0;padding-top:88px}
  .site-header{
    top:0;left:0;right:0;bottom:auto;width:auto;height:88px;
    border-width:0 0 1px;
    outline:0;
    box-shadow:0 9px 30px rgba(0,0,0,.38),inset 0 -1px rgba(224,190,108,.12);
    background:linear-gradient(180deg,rgba(13,42,22,.98),rgba(7,25,13,.98));
    overflow:visible;
  }
  .site-header:before,.site-header:after{display:none}
  .nav{
    width:min(100% - 24px,1180px);height:88px;margin:0 auto;padding:8px 0;
    display:grid;grid-template-columns:minmax(0,1fr) auto auto;
    grid-template-areas:"brand social actions";align-items:center;gap:12px;
  }
  .site-header .brand{grid-area:brand;flex-direction:row;text-align:left;padding:0;border:0;min-width:0}
  .site-header .brand-logo{width:58px;height:58px;border-width:2px;border-radius:50%}
  .site-header .brand b{font-size:1.28rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
  .site-header .brand small{font-size:.72rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
  .site-header .brand-social{grid-area:social;padding:0;border:0}
  .nav-actions{grid-area:actions;display:flex;flex-direction:row;margin:0;align-items:center}
  .nav-actions .cta{display:none}
  .menu-toggle{
    display:inline-flex;align-items:center;justify-content:center;min-height:42px;padding:9px 13px;
    color:#f3dfac;background:#173922;border:1px solid #b18d49;border-radius:3px;font-weight:800;cursor:pointer;
  }
  .links{
    position:fixed;top:96px;right:12px;width:min(340px,calc(100vw - 24px));
    display:none;padding:12px;background:linear-gradient(180deg,#173820,#091c0f);
    border:1px solid #a18142;outline:3px solid #040805;box-shadow:0 18px 55px rgba(0,0,0,.56);
  }
  .links.open{display:flex}
  .links a{padding:11px 13px 11px 36px}
  .links .menu-summon{display:flex!important;margin-bottom:6px;padding-left:15px;background:linear-gradient(180deg,#6e8a3d,#415f2e);border:1px solid #b8954d}
  .links .menu-summon:before{display:none}
  .hero,.page-hero{margin:0}
  .hero{min-height:690px}
  .hero-grid{grid-template-columns:minmax(0,1fr) minmax(310px,.8fr);gap:24px}
  .hero h1{font-size:clamp(3.5rem,8vw,6rem)}
  .frame-stage{min-height:480px}
  .hero-card-img{height:390px}
  .video-grid,.merch-grid,.review-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  .cards{grid-template-columns:repeat(2,minmax(0,1fr))}
  .footer{margin-right:0}
  .admin-grid{grid-template-columns:1fr}
}

@media(max-width:780px){
  body:not([data-admin="true"]){padding-top:104px}
  .site-header{height:104px}
  .nav{
    height:104px;grid-template-columns:minmax(0,1fr) auto;
    grid-template-areas:"brand actions" "social actions";row-gap:0;
  }
  .site-header .brand-social{justify-content:flex-start;margin-left:69px;margin-top:-8px}
  .links{top:112px}
  .hero{min-height:auto}
  .hero-grid{grid-template-columns:1fr;padding:60px 0 72px;text-align:center}
  .hero .eyebrow{justify-content:center}
  .hero .lead{margin-inline:auto}
  .hero-actions,.rating-ribbon{justify-content:center;margin-inline:auto}
  .frame-stage{min-height:510px;margin-top:6px}
  .saying-card{left:50%;transform:translateX(-50%);bottom:0;width:min(320px,88%)}
  .split{grid-template-columns:1fr}
  .section-title{display:block}
  .section-title p{margin-top:16px}
  .cards,.video-grid,.merch-grid,.review-grid{grid-template-columns:1fr}
  .review-grid{gap:17px}
  .stats{grid-template-columns:repeat(2,minmax(0,1fr))}
  .footer-grid{grid-template-columns:1fr 1fr}
  .admin-layout{grid-template-columns:1fr}
  .admin-side{position:relative;height:auto;border-right:0;border-bottom:2px solid #8b6e38}
  .admin-main{padding:24px 18px}
  .admin-nav{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:5px}
}

@media(max-width:520px){
  .container{width:min(100% - 24px,1180px)}
  body:not([data-admin="true"]){padding-top:98px}
  .site-header{height:98px}
  .nav{height:98px;width:calc(100% - 18px);grid-template-columns:minmax(0,1fr) auto}
  .site-header .brand-logo{width:50px;height:50px}
  .site-header .brand b{font-size:1.03rem}
  .site-header .brand small{font-size:.64rem}
  .site-header .brand-social{margin-left:61px;margin-top:-9px;gap:7px}
  .social-btn{width:31px;height:31px}.social-logo{width:18px;height:18px}
  .menu-toggle{padding:8px 10px;min-height:39px}
  .links{top:106px}
  .hero-grid{padding:48px 0 62px}
  .hero h1,.page-hero h1{font-size:clamp(3rem,15vw,4.7rem)}
  .lead{font-size:1.02rem}
  .hero-actions{gap:9px}
  .hero-actions .btn{width:100%}
  .rating-ribbon{font-size:.9rem}
  .frame-stage{min-height:430px}
  .paper-shadow{height:380px;width:82%}
  .crooked-frame{width:88%;padding:9px 9px 12px}
  .hero-card-img{height:335px}
  .saying-card{font-size:.9rem}
  .section{padding:58px 0}
  .section-title h2,.panel h2{font-size:clamp(2rem,11vw,3.15rem)}
  .card,.panel{padding:20px}
  .feature-photo-panel{padding:9px}
  .feature-photo-panel img{min-height:250px}
  .page-hero{padding:58px 0 42px}
  .form-grid{grid-template-columns:1fr}.field.full{grid-column:auto}
  .stats{grid-template-columns:1fr 1fr}
  .footer-grid{grid-template-columns:1fr}
  .footer{padding:48px 0 38px}
  .admin-nav{grid-template-columns:1fr}
  .table{display:block;overflow-x:auto;white-space:nowrap}
}
