@import url("https://fonts.googleapis.com/css2?family=Syne:wght@400;700&family=IBM+Plex+Sans:wght@400;600&display=swap");
:root {
  --paper: #C6F000;
  --ink: #14210A;
  --accent: #0B3D2E;
  --surface: #EFFF9A;
  --font-display: "Syne", Georgia, serif;
  --font-ui: "IBM Plex Sans", system-ui, sans-serif;
  --shadow: 6px 6px 0 var(--ink);
}
* { box-sizing: border-box; }
html, body { margin: 0; background: var(--paper); color: var(--ink); font-family: var(--font-ui); line-height: 1.55; }
body { min-height: 100vh; background-image: repeating-linear-gradient(-18deg, color-mix(in srgb, var(--ink) 8%, transparent) 0 10px, transparent 10px 22px); }
a { color: var(--ink); }
a:focus-visible, button:focus-visible { outline: 3px solid var(--ink); outline-offset: 3px; }
.skip { position: absolute; left: .5rem; top: -3rem; background: var(--ink); color: var(--paper); padding: .4rem .7rem; }
.skip:focus { top: .5rem; }
.mast { position: sticky; top: 0; z-index: 5; background: var(--paper); border-bottom: 3px solid var(--ink); display: flex; justify-content: space-between; gap: 1rem; align-items: center; padding: .6rem 1.1rem; }
.brand { display: flex; align-items: center; gap: .6rem; text-decoration: none; color: inherit; font-family: var(--font-display); font-weight: 700; font-size: 1.15rem; }
.brand img { width: 52px; height: 52px; object-fit: contain; filter: drop-shadow(3px 3px 0 var(--ink)); }
nav details { position: relative; }
nav summary { cursor: pointer; font-weight: 600; list-style: none; }
nav summary::-webkit-details-marker { display: none; }
nav details[open] ul { position: absolute; right: 0; background: var(--surface); border: 3px solid var(--ink); box-shadow: var(--shadow); padding: .5rem 0; margin: .3rem 0 0; min-width: 12rem; }
nav details:not([open]) ul { display: none; }
nav li { list-style: none; }
nav a { display: block; padding: .35rem 1rem; text-decoration: none; }
main { max-width: 68rem; margin: 0 auto; padding: 1.4rem 1.1rem 3rem; }
.hero { display: grid; grid-template-columns: minmax(0, 1fr) minmax(140px, 280px); gap: 1.2rem; align-items: end; background: var(--surface); border: 3px solid var(--ink); box-shadow: var(--shadow); padding: 1.2rem; }
.hero h1 { font-family: var(--font-display); font-size: clamp(2rem, 6vw, 3.6rem); line-height: 1.05; margin: .2rem 0 .5rem; }
.kicker { text-transform: uppercase; letter-spacing: .14em; font-size: .75rem; font-weight: 700; margin: 0; }
.hero img { width: 100%; height: auto; object-fit: contain; filter: drop-shadow(6px 6px 0 var(--ink)); }
.lede { font-size: 1.12rem; }
.grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(16rem, 1fr)); gap: 1rem; margin: 1.4rem 0; }
.card { background: var(--surface); border: 3px solid var(--ink); box-shadow: var(--shadow); padding: 1rem; text-decoration: none; color: inherit; }
.card h2 { font-family: var(--font-display); margin: 0 0 .35rem; }
aside.fact { border: 3px solid var(--ink); border-left: 10px solid var(--accent); background: var(--surface); padding: 1rem 1.1rem; margin: 1.3rem 0; }
aside.fact .k { text-transform: uppercase; letter-spacing: .12em; font-size: .72rem; font-weight: 700; }
dl { margin: .4rem 0 0; }
dt { font-weight: 700; }
dd { margin: 0 0 .6rem; }
table { width: 100%; border-collapse: collapse; margin: 1rem 0; background: var(--surface); }
th, td { border: 2px solid var(--ink); padding: .45rem .6rem; text-align: left; }
.merch { display: grid; grid-template-columns: repeat(auto-fit, minmax(14rem, 1fr)); gap: 1rem; }
.merch a.cta { display: inline-block; margin-top: .6rem; background: var(--ink); color: var(--paper); padding: .4rem .8rem; font-weight: 700; text-decoration: none; box-shadow: var(--shadow); }
blockquote { font-family: var(--font-display); font-style: italic; border-left: 8px solid var(--accent); margin: 1.2rem 0; padding: .2rem 0 .2rem 1rem; }
footer { border-top: 3px solid var(--ink); padding: 1.2rem 1.1rem 2rem; background: var(--surface); }
footer nav { display: flex; flex-wrap: wrap; gap: .7rem 1rem; margin: .6rem 0; }
.next { margin: 2rem 0 0; }
.next a { font-weight: 700; }
@media (max-width: 700px) {
  .hero { grid-template-columns: 1fr; }
}

main, p, li, td, th, dd, dt, figcaption, summary { color: var(--ink); }
.sheet { background: var(--surface); color: var(--ink); border: 3px solid var(--ink); box-shadow: var(--shadow); padding: 1.15rem 1.25rem 1.5rem; margin: 1rem 0 1.5rem; }
.sheet h1, .sheet h2 { font-family: var(--font-display); }
.sheet h1 { font-size: clamp(1.8rem, 5vw, 2.8rem); line-height: 1.08; margin: .15rem 0 .6rem; }
.sheet h2 { font-size: 1.35rem; margin: 1.4rem 0 .45rem; }
.still { margin: 0 0 1.15rem; }
.still img { width: 100%; max-height: 26rem; object-fit: cover; display: block; border: 3px solid var(--ink); background: #fff; }
.still figcaption { font-size: .88rem; margin: .4rem 0 0; }
.faq details { border: 2px solid var(--ink); background: var(--surface); padding: .45rem .8rem; margin: .45rem 0; }
.faq summary { cursor: pointer; font-weight: 700; }
.poses { display: grid; grid-template-columns: repeat(auto-fit, minmax(12rem, 1fr)); gap: 1rem; }
.poses figure { margin: 0; background: var(--surface); border: 3px solid var(--ink); padding: .55rem; }
.poses img { width: 100%; height: auto; display: block; }
.mark-wrap { display: grid; grid-template-columns: minmax(0, 22rem) minmax(0, 1fr); gap: 1.2rem; align-items: start; margin: 1.2rem 0 2rem; }
.mark-wrap img { width: 100%; height: auto; border: 3px solid var(--ink); background: #fff; }
a.cta { display: inline-block; margin-top: .6rem; background: var(--ink); color: var(--paper); padding: .45rem .85rem; font-weight: 700; text-decoration: none; box-shadow: var(--shadow); }
.char-hero { max-width: 22rem; filter: drop-shadow(6px 6px 0 var(--ink)); }
ol.steps { padding-left: 1.2rem; }
body[data-brand="orlandoberry"] .sheet,
body[data-brand="orlandoberry"] aside.fact,
body[data-brand="orlandoberry"] table,
body[data-brand="orlandoberry"] .card,
body[data-brand="orlandoberry"] footer,
body[data-brand="orlandoberry"] .faq details,
body[data-brand="orlandoberry"] .poses figure,
body[data-brand="orlandoberry"] nav details[open] ul {
  background: #FFF4F0;
  color: #3B1020;
}
body[data-brand="orlandoberry"] .hero { background: #FFF4F0; }
@media (max-width: 700px) {
  .mark-wrap { grid-template-columns: 1fr; }
}
.mast { border-bottom-width: 6px; border-bottom-color: var(--accent); }
.brand img { background: transparent; }
.merch, .gshop-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(11.5rem, 1fr));
  gap: .65rem;
}
.merch .card, .gshop-card { padding: .65rem .7rem; }
.merch .card h2, .gshop-card h2 { font-size: 1.05rem; margin: 0 0 .3rem; }
.eyebrow { text-transform: uppercase; letter-spacing: .1em; font-size: .68rem; font-weight: 700; margin: 0 0 .25rem; color: var(--accent); }
.band { font-size: .82rem; margin: .3rem 0 0; }
.thumb { width: 100%; height: 6.4rem; object-fit: contain; background: color-mix(in srgb, var(--paper) 55%, #fff); border: 2px solid var(--ink); margin: 0 0 .45rem; display: block; }
.gshop-aisles { display: flex; flex-wrap: wrap; gap: .4rem; margin: 1rem 0 .55rem; }
.gshop-aisles button {
  border: 2px solid var(--ink); background: var(--surface); color: var(--ink);
  font: inherit; font-weight: 700; padding: .28rem .62rem; cursor: pointer;
}
.gshop-aisles button.on { background: var(--ink); color: var(--paper); box-shadow: 3px 3px 0 var(--accent); }
.gshop-count { font-size: .88rem; margin: 0 0 .7rem; }
@media (min-width: 1100px) {
  .merch, .gshop-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); }
}
@media (max-width: 520px) {
  .merch, .gshop-grid { grid-template-columns: 1fr; }
  html {
    overflow-x: clip;
    overflow-y: auto;
  }
  body {
    overflow: visible;
    max-width: 100%; max-width: 100%;
  }
  main { padding-left: .85rem; padding-right: .85rem; }
}
.quiz-q { border: 3px solid var(--ink); background: var(--surface); padding: .75rem .85rem; margin: .7rem 0; }
.quiz-q h2 { font-size: 1.1rem; margin: 0 0 .4rem; }
.quiz-q label { display: block; margin: .25rem 0; }
.quiz-q.ok { box-shadow: 4px 4px 0 var(--accent); }
.quiz-q.bad { outline: 3px solid var(--ink); }
#quiz-score { font-weight: 700; margin: 1rem 0; }
.labels { display: flex; flex-wrap: wrap; gap: .5rem; margin: .8rem 0 1.2rem; }
.label { border: 2px solid var(--ink); background: #fff; padding: .45rem .75rem; font-weight: 700; }
.stamps { display: grid; grid-template-columns: repeat(auto-fit, minmax(8rem, 1fr)); gap: .75rem; margin: 1rem 0 1.4rem; }
.stamps figure { margin: 0; background: var(--surface); border: 3px solid var(--ink); padding: .45rem; }
.stamps img { width: 100%; height: auto; display: block; }
.postcard { width: 100%; height: auto; border: 3px solid var(--ink); background: #fff; display: block; }
.callout { border: 3px solid var(--ink); background: var(--surface); padding: .85rem 1rem; margin: 1rem 0 1.3rem; box-shadow: var(--shadow); }
.callout .k { font-weight: 700; text-transform: uppercase; letter-spacing: .08em; font-size: .72rem; color: var(--accent); margin: 0 0 .35rem; }
.home-poses { margin: 0 0 1.2rem; }

.dotcom-brand {
  font-weight: 700;
  letter-spacing: 0.06em;
  margin: 0.15rem 0 0.4rem;
}

/* grove-home-gfx */
.home-board { position: relative; margin: 1.1rem 0 1.4rem; }
.home-board .ornament {
  position: absolute;
  width: 4.8rem;
  height: auto;
  pointer-events: none;
  z-index: 3;
  filter: drop-shadow(3px 3px 0 var(--ink));
}
body[data-brand="orlandoorange"] .home-board .ornament { filter: none; }
.home-board .ornament.tl { top: -0.35rem; left: -0.2rem; }
.home-board .ornament.tr { top: -0.35rem; right: -0.2rem; }
.home-stills {
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(0, 0.85fr);
  gap: 1rem;
  margin: 0 0 1.1rem;
  align-items: stretch;
}
.home-frame {
  margin: 0;
  background: var(--surface);
  border: 3px solid var(--ink);
  box-shadow: var(--shadow);
  padding: 0.65rem;
  position: relative;
}
.home-frame .home-frame-photo {
  width: 100%;
  max-height: 20rem;
  object-fit: cover;
  display: block;
  border: 2px solid var(--ink);
  background: #fff;
}
.home-frame.mate .home-frame-photo {
  object-fit: contain;
  background: color-mix(in srgb, var(--paper) 40%, #fff);
  max-height: 20rem;
}
.home-frame figcaption { font-size: .82rem; margin: .4rem 0 0; }
.home-frame .pose-chip {
  position: absolute;
  right: 0.55rem;
  bottom: 2.1rem;
  width: 5.2rem;
  height: auto;
  filter: drop-shadow(4px 4px 0 var(--ink));
  pointer-events: none;
}
body[data-brand="orlandoorange"] .home-frame .pose-chip { filter: none; bottom: 0.7rem; }
.merch-row {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0.85rem;
  margin: 0.9rem 0 1.25rem;
}
.merch-row a {
  background: var(--surface);
  border: 3px solid var(--ink);
  box-shadow: var(--shadow);
  padding: 0.65rem;
  text-decoration: none;
  color: inherit;
  display: flex;
  flex-direction: column;
  min-width: 0;
}
.merch-row img {
  width: 100%;
  height: 7.2rem;
  object-fit: contain;
  background: color-mix(in srgb, var(--paper) 55%, #fff);
  border: 2px solid var(--ink);
  display: block;
  margin: 0 0 0.45rem;
}
.merch-row h2 {
  font-family: var(--font-display);
  font-size: 1.02rem;
  margin: 0 0 0.35rem;
  line-height: 1.2;
}
.merch-row .cta { margin-top: auto; align-self: flex-start; }
.grid .card > img,
.crate-plates a.crate-plate > img {
  width: 100%;
  height: 7.6rem;
  object-fit: cover;
  display: block;
  border: 2px solid var(--ink);
  margin: 0 0 0.55rem;
  background: #fff;
}
.grid .card > img.cutout,
.crate-plates a.crate-plate > img.cutout {
  object-fit: contain;
  background: #111;
}
.hero.cover-hero {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(140px, 240px);
  gap: 1rem;
  align-items: end;
  background: transparent;
  border: 0;
  box-shadow: none;
  padding: 0;
  margin: 0 0 1rem;
}
.hero.cover-hero .cover-head { text-align: left; margin: 0; }
.hero.cover-hero .cover-head .lede { margin-left: 0; max-width: none; }
.hero.cover-hero > img {
  width: 100%;
  height: auto;
  object-fit: contain;
}
.photo-frame .pose-chip,
.cover-plate .pose-chip {
  position: absolute;
  right: 0.6rem;
  bottom: 0.6rem;
  width: 5.2rem;
  height: auto;
  z-index: 3;
  pointer-events: none;
}
.cover-plate { position: relative; }
@media (max-width: 800px) {
  .merch-row { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .home-stills { grid-template-columns: 1fr; }
}
@media (max-width: 700px) {
  .hero.cover-hero { grid-template-columns: 1fr; }
}
@media (max-width: 520px) {
  .merch-row { grid-template-columns: 1fr; }
  .home-board .ornament { width: 3.2rem; }
}

/* cookie banner: ink must not paint on charcoal */
#cookie-consent-banner {
  background: #1a1a1a !important;
  color: #f5f0e8 !important;
}
#cookie-consent-banner,
#cookie-consent-banner p,
#cookie-consent-banner strong,
#cookie-consent-banner li,
#cookie-consent-banner button {
  color: #f5f0e8 !important;
}
#cookie-consent-banner a { color: #c5e0ff !important; }
#cookie-consent-banner .cookie-consent__btn--accept { color: #1a1a1a !important; background: #D4A843 !important; }
