:root {
  --magenta: #B848AE;
  --orchid: #C280BC;
  --teal: #314E4D;
  --moss: #4E6E36;
  --sun: #DBD567;
  --pond: #74B2BD;
  --cream: #F8ECC7;
  --ink: #19302f;
  --white: #fffaf0;
  --shadow: 0 20px 60px rgba(49, 78, 77, .22);
  --radius: 28px;
  --font-scale: 1;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; font-size: calc(16px * var(--font-scale)); }
body {
  margin: 0;
  font-family: 'Nunito', system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
  color: var(--ink);
  background: var(--cream);
  overflow-x: hidden;
}
body::before {
  content: '';
  position: fixed;
  inset: 0;
  pointer-events: none;
  opacity: .34;
  background:
    radial-gradient(circle at 5% 20%, rgba(184,72,174,.22), transparent 14rem),
    radial-gradient(circle at 90% 15%, rgba(219,213,103,.35), transparent 12rem),
    radial-gradient(circle at 80% 80%, rgba(116,178,189,.25), transparent 16rem),
    radial-gradient(circle at 12% 90%, rgba(78,110,54,.16), transparent 13rem);
  z-index: -1;
}

body.readable-mode { --cream: #fff8d8; --ink: #102120; }
body.readable-mode * { letter-spacing: .02em; }
body.reduce-motion *, @media (prefers-reduced-motion: reduce) { animation: none !important; transition: none !important; scroll-behavior: auto !important; }

a { color: inherit; text-decoration: none; }
img, video, iframe { max-width: 100%; display: block; }
button, input, textarea, select { font: inherit; }
.skip-link { position: absolute; left: -999px; top: .5rem; background: var(--teal); color: white; padding: .7rem 1rem; z-index: 9999; border-radius: 999px; }
.skip-link:focus { left: .5rem; }
.container { width: min(1120px, calc(100% - 2rem)); margin: 0 auto; }
.font-fun, h1, h2, .logo__words { font-family: 'Chewy', cursive; letter-spacing: .01em; }
h1 { font-size: clamp(3rem, 5vw, 5rem); line-height: .82; margin: .2em 0; }
h2 { font-size: clamp(2rem, 3vw, 3rem); line-height: .9; margin: .15em 0 .4em; }
h3 { margin: 0 0 .7rem; }
.tiny-copy { font-size: 1.05rem; line-height: 1.5; max-width: 60ch; }
.kicker { display: inline-flex; align-items: center; gap: .45rem; text-transform: uppercase; font-size: .8rem; font-weight: 900; letter-spacing: .14em; color: var(--magenta); }
.badge { display: inline-flex; width: fit-content; align-items: center; border-radius: 999px; padding: .35rem .8rem; background: var(--sun); color: var(--teal); font-weight: 900; text-transform: uppercase; font-size: .72rem; letter-spacing: .09em; }
.button { border: 0; cursor: pointer; display: inline-flex; align-items: center; justify-content: center; text-align: center; gap: .55rem; min-height: 3rem; padding: .8rem 1.2rem; background: var(--magenta); color: white; font-weight: 900; border-radius: 999px; box-shadow: 0 12px 0 rgba(49,78,77,.18); transform: translateY(0); transition: transform .2s, box-shadow .2s, filter .2s; }
.button:hover { transform: translateY(-4px) rotate(-1deg); box-shadow: 0 18px 0 rgba(49,78,77,.16); filter: saturate(1.15); }
.button--cream { background: var(--cream); color: var(--teal); }
.button--pond { background: var(--teal); color: white; }
.button--small { min-height: 2.4rem; padding: .55rem .9rem; font-size: .9rem; }
.button--large { font-size: 1.2rem; padding: 1rem 1.5rem; }
.button.disabled { opacity: .7; pointer-events: none; }
.danger { background: #91294d; }
.text-link { font-weight: 900; color: var(--magenta); display: inline-flex; gap: .4rem; align-items: center; }
.text-link.light { color: var(--cream); }

.topbar { background: var(--teal); color: var(--cream); font-weight: 900; font-size: .9rem; }
.topbar__inner { min-height: 42px; width: min(1240px, calc(100% - 1rem)); margin: auto; display: flex; align-items: center; justify-content: space-between; gap: 1rem; }
.topbar__social { display: flex; gap: .45rem; }
.topbar__social a { width: 29px; height: 29px; border-radius: 50%; background: var(--cream); color: var(--magenta); display: grid; place-items: center; transition: transform .2s; }
.topbar__social a:hover { transform: rotate(12deg) scale(1.12); }
.topbar span {
  display: inline-flex;
  align-items: center;
  gap: .4rem;
}

.topbar__sunflower {
  width: 18px;
  height: 18px;
  object-fit: contain;
  flex: 0 0 auto;
}

.site-header { position: sticky; top: 0; z-index: 50; background: rgba(248,236,199,.88); backdrop-filter: blur(18px); border-bottom: 3px solid rgba(184,72,174,.15); }
.nav { width: min(1240px, calc(100% - 1rem)); margin: auto; min-height: 92px; display: flex; align-items: center; justify-content: space-between; gap: 1rem; }
.logo { display: inline-flex; align-items: center; gap: .7rem; font-weight: 900; }
.logo__circle { width: 78px; height: 78px; border-radius: 50%; background: transparent; display: grid; place-items: center; overflow: hidden; transition: transform .25s; }
.logo:hover .logo__circle { transform: rotate(-8deg) scale(1.05); }
.logo__circle img { width: 100%; height: 100%; object-fit: cover; }
.logo__words { font-size: 1.4rem; line-height: .86; color: var(--teal); }
.nav-menu { display: flex; align-items: center; gap: .25rem; }

.paint-link,
.dropdown__button {
  --paint: var(--sun);
  --brush-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 320 90' preserveAspectRatio='none'%3E%3Cg fill='black'%3E%3Cpath d='M5 55 C22 30 73 18 141 16 C218 14 277 23 315 40 C284 38 250 36 210 37 C139 38 69 45 8 58 Z'/%3E%3Cpath d='M0 60 C53 49 161 42 316 44 C268 54 134 61 5 72 Z'/%3E%3Cpath d='M8 69 C58 61 159 56 311 55 C250 64 110 72 0 78 Z'/%3E%3Cpath d='M89 24 C128 18 201 18 304 33 C248 30 168 31 93 35 Z'/%3E%3Cpath d='M130 35 C178 32 250 35 319 51 C261 45 195 43 132 46 Z'/%3E%3Cpath d='M167 23 C215 21 260 26 314 37 C259 32 211 30 167 31 Z'/%3E%3Cpath d='M204 49 C245 45 284 47 320 54 C274 56 238 56 204 58 Z'/%3E%3Cpath d='M226 61 C261 58 293 59 320 65 C287 68 254 68 226 70 Z'/%3E%3Cpath d='M247 32 C276 33 303 38 320 45 C292 41 268 40 247 40 Z'/%3E%3C/g%3E%3C/svg%3E");

  position: relative;
  border: 0;
  background: transparent;
  font-weight: 900;
  color: var(--teal);
  padding: .8rem .75rem;
  cursor: pointer;
  overflow: visible;
  z-index: 1;
  isolation: isolate;
}

/* solid different color for each nav item */
.nav-menu > :nth-child(1) { --paint: var(--magenta); }      /* About */
.nav-menu > :nth-child(2) { --paint: var(--pond); }     /* Portfolio */
.nav-menu > :nth-child(3) { --paint: var(--orchid); }   /* Shop */
.nav-menu > :nth-child(4) { --paint: var(--sun); }  /* Studio */
.nav-menu > :nth-child(5) { --paint: var(--orchid); }      /* Blog */
.nav-menu > :nth-child(6) { --paint: var(--pond); }     /* Newsletter */
.nav-menu > :nth-child(7) { --paint: var(--orchid); }   /* FAQ */

.paint-link::before,
.dropdown__button::before {
  content: '';
  position: absolute;
  left: -.55rem;
  right: -.8rem;
  top: 50%;
  height: 2.15em;
  background: var(--paint);
  opacity: .92;
  z-index: -1;

  transform: translateY(-45%) scaleX(0) rotate(-2deg);
  transform-origin: left center;
  transition:
    transform .34s cubic-bezier(.18, .85, .24, 1),
    opacity .2s ease;

  -webkit-mask-image: var(--brush-mask);
  -webkit-mask-size: 100% 100%;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;

  mask-image: var(--brush-mask);
  mask-size: 100% 100%;
  mask-repeat: no-repeat;
  mask-position: center;
}

.paint-link:hover::before,
.paint-link:focus-visible::before,
.dropdown:hover .dropdown__button::before,
.dropdown__button:focus-visible::before {
  transform: translateY(-45%) scaleX(1) rotate(-2deg);
}

.paint-link:focus-visible,
.dropdown__button:focus-visible {
  outline: 2px dashed var(--magenta);
  outline-offset: .25rem;
}

.dropdown { position: relative; }
.dropdown__menu { position: absolute; right: 0; top: calc(100% + .5rem); min-width: 190px; background: white; padding: .7rem; border-radius: 20px; box-shadow: var(--shadow); display: none; }
.dropdown:hover .dropdown__menu, .dropdown:focus-within .dropdown__menu { display: grid; }
.dropdown__menu a { padding: .75rem; border-radius: 14px; font-weight: 800; }
.dropdown__menu a:hover { background: var(--cream); color: var(--magenta); }
.nav-toggle { display: none; width: 50px; height: 50px; border: 0; border-radius: 50%; background: var(--magenta); padding: .8rem; }
.nav-toggle span { display: block; height: 3px; background: white; border-radius: 999px; margin: 6px 0; }

.flash-wrap { position: fixed; right: 1rem; top: 8.5rem; z-index: 80; display: grid; gap: .6rem; }
.flash { padding: .85rem 1rem; border-radius: 18px; box-shadow: var(--shadow); font-weight: 900; background: white; max-width: 360px; }
.flash--success { border-left: 8px solid var(--moss); }
.flash--error { border-left: 8px solid var(--magenta); }
.flash--info { border-left: 8px solid var(--pond); }
.accessibility-tools { position: fixed; right: 1rem; bottom: 1rem; z-index: 70; display: grid; gap: .35rem; }
.accessibility-tools button { border: 3px solid var(--teal); background: var(--cream); color: var(--teal); font-weight: 900; border-radius: 14px; padding: .45rem .6rem; box-shadow: var(--shadow); }

.hero-video { min-height: calc(100vh - 134px); position: relative; display: grid; place-items: center; isolation: isolate; overflow: hidden; background: var(--teal) url('/images/site/hero-poster.jpg') center/cover; }
.hero-video video { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; z-index: -2; }
.hero-video__overlay { position: absolute; inset: 0; z-index: -1; background: linear-gradient(120deg, rgba(49,78,77,.76), rgba(184,72,174,.35)), radial-gradient(circle at 75% 20%, rgba(219,213,103,.55), transparent 25rem); }
.hero-video__content { width: min(1050px, calc(100% - 2rem)); color: white; text-align: center; }
.hero-video__content .kicker, .page-hero .kicker, .parallax-card .kicker { color: var(--sun); }
.hero-actions { display: flex; flex-wrap: wrap; gap: 1rem; align-items: center; justify-content: center; margin-top: 1.5rem; }
.section { padding: clamp(4rem, 8vw, 7rem) 0; }
.section--cream { background: rgba(248,236,199,.72); }
.section--pond { background: var(--teal); color: var(--cream); position: relative; overflow: hidden; }
.section--pond::before { content: ''; position: absolute; width: 23rem; height: 23rem; background: var(--magenta); border-radius: 50%; filter: blur(40px); opacity: .25; right: -8rem; top: -8rem; }
.section-heading { display: flex; justify-content: space-between; align-items: end; gap: 1rem; margin-bottom: 2rem; }
.section-heading.light .kicker { color: var(--sun); }
.two-col { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(2rem, 5vw, 5rem); align-items: center; }
.intro-splash { background: white; }
.chip-cloud { display: flex; flex-wrap: wrap; gap: .8rem; }
.chip-cloud span { background: white; border: 3px solid var(--teal); color: var(--teal); box-shadow: 8px 8px 0 var(--sun); border-radius: 999px; padding: .7rem 1rem; font-weight: 900; }
.chip-cloud.compact span { box-shadow: none; border-color: var(--pond); }
.card-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1rem; }
.art-card { min-height: 420px; position: relative; overflow: hidden; border-radius: var(--radius); box-shadow: var(--shadow); background: var(--teal); color: white; transform: translateZ(0); }
.art-card__image { position: absolute; inset: 0; background-size: cover; background-position: center; transition: transform .5s ease, filter .5s ease; }
.art-card::after { content: ''; position: absolute; inset: 0; background: linear-gradient(0deg, rgba(49,78,77,.88), transparent 65%); }
.art-card__content { position: absolute; z-index: 2; inset: auto 1rem 1rem 1rem; display: grid; gap: .5rem; }
.art-card__content strong { font-family: 'Chewy'; font-size: 1.8rem; line-height: .95; }
.art-card:hover .art-card__image { transform: scale(1.12) rotate(1deg); filter: saturate(1.25); }
.art-card:hover { outline: 5px solid var(--sun); }
.parallax-section { min-height: 520px; background-attachment: fixed; background-size: cover; background-position: center; display: grid; place-items: center; padding: 4rem 1rem; position: relative; isolation: isolate; }
.parallax-section::before { content: ''; position: absolute; inset: 0; background: linear-gradient(120deg, rgba(49,78,77,.62), rgba(184,72,174,.32)); z-index: -1; }
.parallax-card { width: min(850px, 100%); background: rgba(255,250,240,.9); border-radius: 38px; padding: clamp(1.5rem, 5vw, 4rem); text-align: center; box-shadow: var(--shadow); }
.mini-icons { display: flex; flex-wrap: wrap; gap: .6rem; justify-content: center; }
.mini-icons span { background: var(--teal); color: var(--cream); border-radius: 999px; padding: .55rem .9rem; font-weight: 900; }
.photo-stack { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; align-items: center; }
.photo-stack img, .rounded-image { border-radius: 34px; box-shadow: var(--shadow); object-fit: cover; width: 100%; min-height: 280px; }
.photo-stack img:first-child { transform: rotate(-3deg); }
.photo-stack img:last-child { transform: rotate(4deg); margin-top: 4rem; }
.check-list {
  list-style: disc;
  padding-left: 1.25rem;
  display: grid;
  gap: .75rem;
}

.check-list li {
  font-weight: 900;
}

.check-list li::marker {
  color: var(--magenta);
  font-size: 1.15em;
}
.check-list.big { font-size: 1.15rem; }
.event-list { display: grid; gap: 1rem; }
.event-card { display: grid; grid-template-columns: 100px 1fr auto; gap: 1rem; align-items: center; background: white; color: var(--teal); border-radius: 24px; padding: 1rem; box-shadow: var(--shadow); transition: transform .2s; }
.event-card:hover { transform: translateX(8px); }
.event-card__date { display: grid; place-items: center; min-height: 82px; border-radius: 18px; background: var(--sun); font-family: 'Chewy'; font-size: 1.6rem; text-align: center; }
.event-card__body { display: grid; gap: .25rem; }
.event-card__body strong { font-size: 1.4rem; }
.event-card__price { font-weight: 900; color: var(--magenta); }
.empty-card { background: white; color: var(--teal); border-radius: 24px; padding: 2rem; box-shadow: var(--shadow); font-weight: 900; }
.page-hero { min-height: 520px; display: grid; place-items: center; background: linear-gradient(135deg, var(--teal), var(--magenta)); color: white; text-align: center; padding: 4rem 0; }
.page-hero--small { min-height: 300px; }
.page-hero--small .kicker { color: var(--sun); }
.story-grid, .feature-grid, .dashboard-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem; }
.story-grid { grid-template-columns: 1fr 1fr; }
.story-card, .feature-card, .admin-card, .form-shell, .prose-card, .donate-card { background: white; border-radius: 32px; padding: clamp(1.2rem, 3vw, 2.2rem); box-shadow: var(--shadow); }
.story-card--magenta { background: var(--magenta); color: white; }
.story-card--pond { background: var(--teal); color: white; }
.feature-card { min-height: 230px; display: grid; align-content: center; gap: .6rem; text-align: center; transition: transform .2s; }
.feature-card:hover { transform: translateY(-6px) rotate(-1deg); }
.feature-card i { font-size: 3rem; color: var(--magenta); }
.video-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; }
.video-grid iframe { width: 100%; aspect-ratio: 16/9; border: 0; border-radius: 28px; box-shadow: var(--shadow); }
.masonry-gallery { columns: 4 220px; column-gap: 1rem; }
.gallery-item { position: relative; display: block; margin: 0 0 1rem; overflow: hidden; border-radius: 24px; box-shadow: var(--shadow); break-inside: avoid; }
.gallery-item img { width: 100%; transition: transform .35s, filter .35s; }
.gallery-item span { position: absolute; inset: 0; display: grid; place-items: center; background: rgba(184,72,174,.28); color: white; font-size: 2rem; opacity: 0; transition: opacity .25s; }
.gallery-item:hover img { transform: scale(1.08); filter: saturate(1.25); }
.gallery-item:hover span { opacity: 1; }
.filter-pills { display: flex; flex-wrap: wrap; gap: .5rem; justify-content: center; margin-top: 1rem; }
.filter-pills a { background: white; color: var(--teal); border-radius: 999px; padding: .55rem 1rem; font-weight: 900; }
.filter-pills a.active { background: var(--sun); }
.product-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 3rem; align-items: start; }
.product-media > img { width: 100%; border-radius: 36px; box-shadow: var(--shadow); object-fit: cover; }
.thumb-row { display: grid; grid-template-columns: repeat(4, 1fr); gap: .6rem; margin-top: .7rem; }
.thumb-row img { border-radius: 16px; aspect-ratio: 1/1; object-fit: cover; }
.product-info { background: white; border-radius: 36px; padding: 2rem; box-shadow: var(--shadow); }
.price { font-size: 2rem; font-weight: 900; color: var(--magenta); }
.stock { margin: 1rem 0; font-weight: 900; }
.auction-box { margin-top: 1rem; padding: 1rem; border-radius: 22px; background: var(--cream); }
.inline-form { display: flex; gap: .8rem; flex-wrap: wrap; align-items: end; }
.pretty-form { display: grid; gap: 1rem; }
.pretty-form label { display: grid; gap: .35rem; font-weight: 900; }
.pretty-form input, .pretty-form textarea, .pretty-form select, .inline-form input { width: 100%; border: 3px solid rgba(49,78,77,.22); border-radius: 18px; padding: .85rem 1rem; background: #fffef7; color: var(--teal); }
.pretty-form textarea { resize: vertical; }
.pretty-form .check, label.check { display: flex; gap: .5rem; align-items: center; }
.pretty-form .check input, label.check input { width: auto; }
.form-shell { max-width: 780px; margin: 0 auto 1.5rem; }
.form-shell--small { max-width: 560px; }
.small-links { display: flex; gap: 1rem; margin-top: 1rem; font-weight: 900; }
.blog-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem; }
.blog-card { display: grid; gap: .75rem; background: white; padding: .8rem; border-radius: 26px; box-shadow: var(--shadow); font-weight: 900; }
.blog-card > span { min-height: 230px; border-radius: 20px; background-size: cover; background-position: center; }
.blog-card strong { font-family: 'Chewy'; font-size: 1.7rem; line-height: .95; }
.blog-cover { min-height: 520px; background-size: cover; background-position: center; display: grid; place-items: end center; color: white; position: relative; }
.blog-cover::before { content: ''; position: absolute; inset: 0; background: linear-gradient(0deg, rgba(49,78,77,.82), transparent); }
.blog-cover__inner { position: relative; width: min(950px, calc(100% - 2rem)); padding: 4rem 0; }
.prose-card { line-height: 1.65; }
.prose-card h1, .prose-card h2 { font-size: 2.4rem; }
.prose-card img { border-radius: 22px; box-shadow: var(--shadow); }
.inline-gallery { display: grid; grid-template-columns: repeat(3, 1fr); gap: .7rem; margin-top: 1.5rem; }
.inline-gallery img { aspect-ratio: 1; object-fit: cover; }
.share-row { display: flex; gap: .8rem; align-items: center; margin-top: 1.5rem; font-weight: 900; }
.share-row a { width: 42px; height: 42px; border-radius: 50%; background: var(--magenta); color: white; display: grid; place-items: center; }
.comments-wrap { max-width: 850px; }
.comment-card { background: white; border-radius: 20px; padding: 1rem; margin: .75rem 0; box-shadow: var(--shadow); display: grid; gap: .4rem; }
.faq-list { display: grid; gap: .8rem; max-width: 900px; }
details { background: white; border-radius: 22px; box-shadow: var(--shadow); padding: 1rem 1.2rem; }
summary { cursor: pointer; font-weight: 900; font-size: 1.1rem; color: var(--teal); }
details span { display: block; margin-top: .7rem; }
.table-wrap { overflow-x: auto; }
table { width: 100%; border-collapse: collapse; background: white; border-radius: 22px; overflow: hidden; box-shadow: var(--shadow); }
th, td { padding: .9rem; text-align: left; border-bottom: 1px solid rgba(49,78,77,.12); }
th { background: var(--teal); color: var(--cream); }
.account-actions { display: flex; flex-wrap: wrap; gap: 1rem; }
.success-pond { background: linear-gradient(135deg, var(--moss), var(--pond)); }

.admin-shell { display: grid; grid-template-columns: 260px 1fr; min-height: 80vh; background: #fff8da; }
.admin-side { background: var(--teal); color: var(--cream); padding: 1rem; }
.admin-nav { position: sticky; top: 110px; display: grid; gap: .45rem; }
.admin-nav a { padding: .75rem .85rem; border-radius: 16px; font-weight: 900; display: flex; gap: .55rem; align-items: center; }
.admin-nav a:hover { background: rgba(255,255,255,.14); }
.logo.mini .logo__circle { width: 58px; height: 58px; box-shadow: 0 0 0 4px var(--magenta); }
.admin-main { padding: clamp(1rem, 3vw, 2.5rem); overflow-x: auto; }
.admin-head { display: flex; justify-content: space-between; gap: 1rem; align-items: center; margin-bottom: 1rem; }
.big-number { font-family: 'Chewy'; font-size: 3rem; color: var(--magenta); }
.admin-form { max-width: 900px; }
.admin-form fieldset { border: 3px dashed var(--pond); border-radius: 24px; padding: 1rem; display: grid; gap: 1rem; }
.mini-row { display: flex; justify-content: space-between; gap: 1rem; padding: .7rem 0; border-bottom: 1px solid rgba(49,78,77,.13); }
.unread { outline: 4px solid var(--sun); }
.message-list { display: grid; gap: 1rem; }

.footer { background: var(--teal); color: var(--cream); position: relative; overflow: hidden; }
.footer__paint { height: 42px; background: radial-gradient(circle at 3% 100%, var(--magenta) 0 45px, transparent 47px), radial-gradient(circle at 15% 100%, var(--sun) 0 35px, transparent 37px), radial-gradient(circle at 27% 100%, var(--pond) 0 50px, transparent 52px), radial-gradient(circle at 45% 100%, var(--orchid) 0 38px, transparent 40px), radial-gradient(circle at 72% 100%, var(--magenta) 0 44px, transparent 46px); background-color: var(--cream); }
.footer__grid { display: grid; grid-template-columns: 2fr 1fr 1fr 1fr; gap: 2rem; padding: 3rem 0; }
.footer a, .footer span { display: block; margin: .4rem 0; }
.footer__bottom { text-align: center; padding: 1rem; border-top: 1px solid rgba(255,255,255,.12); }
.cookie-banner { position: fixed; z-index: 90; left: 1rem; right: 1rem; bottom: 1rem; display: flex; justify-content: space-between; gap: 1rem; align-items: center; background: white; padding: 1rem; border-radius: 24px; box-shadow: var(--shadow); }
.cookie-banner[hidden] { display: none; }

@media (max-width: 980px) {
  .nav-toggle { display: block; z-index: 101; }
  .nav-menu { position: fixed; inset: 0; min-height: 100dvh; width: 100%; background: linear-gradient(135deg, var(--magenta), var(--teal)); color: white; display: none; flex-direction: column; justify-content: center; gap: .6rem; z-index: 100; padding: 2rem; }
  .nav-menu.open { display: flex; }
  .paint-link, .dropdown__button { color: white; font-size: 1.5rem; }
  .dropdown__menu { position: static; background: rgba(255,255,255,.16); color: white; box-shadow: none; text-align: center; }
  .dropdown:hover .dropdown__menu { display: none; }
  .dropdown:focus-within .dropdown__menu, .dropdown.open .dropdown__menu { display: grid; }
  .two-col, .product-grid, .story-grid, .video-grid, .footer__grid { grid-template-columns: 1fr; }
  .reverse-mobile .photo-stack { order: 2; }
  .card-grid, .blog-grid, .feature-grid, .dashboard-grid { grid-template-columns: repeat(2, 1fr); }
  .section-heading { align-items: start; flex-direction: column; }
  .admin-shell { grid-template-columns: 1fr; }
  .admin-side { position: static; }
  .admin-nav { position: static; grid-template-columns: repeat(2, 1fr); }
  .parallax-section { background-attachment: scroll; }
}

@media (max-width: 640px) {
  .topbar__inner { flex-direction: column; padding: .5rem 0; }
  .logo__words { display: none; }
  .logo__circle { width: 62px; height: 62px; }
  .nav { min-height: 76px; }
  .hero-video { min-height: calc(100vh - 118px); }
  h1 { font-size: clamp(2.8rem, 3vw, 3rem); }
  .card-grid, .blog-grid, .feature-grid, .dashboard-grid { grid-template-columns: 1fr; }
  .art-card { min-height: 360px; }
  .event-card { grid-template-columns: 1fr; }
  .event-card__date { min-height: 58px; }
  .photo-stack { grid-template-columns: 1fr; }
  .photo-stack img:last-child { margin-top: 0; }
  .inline-gallery, .thumb-row { grid-template-columns: repeat(2, 1fr); }
  .cookie-banner { flex-direction: column; align-items: flex-start; }
  .admin-nav { grid-template-columns: 1fr; }
  .flash-wrap { left: 1rem; right: 1rem; top: 7rem; }
}
