:root {
  --bg: #f5efe4;
  --surface: #fffaf2;
  --surface-strong: #151515;
  --surface-soft: #e7ded0;
  --text: #1f1a17;
  --muted: #65594f;
  --line: rgba(31, 26, 23, 0.12);
  --accent: #a53e2b;
  --accent-deep: #7e2516;
  --highlight: #d7b17f;
  --shadow: 0 18px 50px rgba(31, 26, 23, 0.12);
  --radius: 24px;
  --radius-sm: 16px;
  --max-width: 1160px;
  --silly-bg: #120f1f;
  --silly-bg-alt: #22153a;
  --silly-panel: #1b1730;
  --silly-ink: #efe7ff;
  --silly-hot-pink: #d96cff;
  --silly-lime: #86c95d;
  --silly-aqua: #68d4ff;
  --silly-yellow: #d5bb62;
  --page-gutter: 1rem;
  --content-left: max(var(--page-gutter), calc((100vw - var(--max-width)) / 2));
  --sticker-scale-static: 1;
  --sticker-scale-mover: 1;
  --fox-scale: 1;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  overflow-x: clip;
}

body {
  margin: 0;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  font-family: "Manrope", sans-serif;
  background:
    radial-gradient(circle at top left, rgba(165, 62, 43, 0.16), transparent 32%),
    linear-gradient(180deg, #f7f2e8 0%, #f3ecdf 100%);
  color: var(--text);
  line-height: 1.6;
}

main {
  position: relative;
  isolation: isolate;
  overflow-x: clip;
  /* Pushes .site-footer down to the bottom of the viewport on short
     pages instead of letting it float up under the fixed decorations
     (stickers, bunny) once the surrounding page-flow content is short. */
  flex: 1 0 auto;
}

.img-wrapper {
  position: fixed;
  inset: 0;
  overflow: hidden;
  pointer-events: none;
  z-index: -1;
  --decor-scale: 1;
}

.flexible-image {
  position: absolute;
  top: calc(var(--y, 50) * 1%);
  left: calc(var(--x, 50) * 1%);
  display: block;
  width: var(--size, clamp(var(--w-min, 6rem), calc(var(--w, 16) * 1vmin), var(--w-max, 14rem)));
  max-width: none;
  height: auto;
  background: transparent;
  filter: drop-shadow(0 12px 18px rgba(31, 26, 23, 0.16));
  opacity: var(--o, 0.92);
  transform: translate(-50%, -50%) rotate(var(--r, 0deg)) scale(calc(var(--scale, 1) * var(--decor-scale, 1)));
  transform-origin: center;
}

.img-float-7 {
  --y: 58;
  --size: clamp(8.2rem, 20vmin, 13rem);
  --r: 2deg;
  --o: 0.96;
  left: calc(var(--content-left) + 0.5rem - var(--size));
  transform: rotate(var(--r, 0deg)) scale(calc(var(--scale, 1) * var(--decor-scale, 1)));
  transform-origin: bottom right;
  z-index: 2;
}

.light-drawing {
  z-index: 1;
}

.light-drawing-sun {
  --x: 91;
  --y: 17;
  --w: 23;
  --w-min: 8.8rem;
  --w-max: 16rem;
  --r: 7deg;
}

.light-drawing-clover-1 {
  --x: 7;
  --y: 20;
  --w: 18;
  --w-min: 6.6rem;
  --w-max: 11.6rem;
  --r: -12deg;
}

.light-drawing-clover-2 {
  --x: 92;
  --y: 42;
  --w: 19;
  --w-min: 7rem;
  --w-max: 12.4rem;
  --r: 11deg;
}

.light-drawing-clover-3 {
  --x: 7;
  --y: 42;
  --w: 17;
  --w-min: 6.2rem;
  --w-max: 10.6rem;
  --r: 8deg;
}

.light-drawing-clover-4 {
  --x: 92;
  --y: 66;
  --w: 18;
  --w-min: 7rem;
  --w-max: 11.6rem;
  --r: 0deg;
}

.light-drawing-clover-5 {
  --x: 7;
  --y: 21350;
  --w: 17;
  --w-min: 6.3rem;
  --w-max: 10.6rem;
  --r: 49deg;
}

.light-drawing-stuff-1 {
  --x: 92;
  --y: 88;
  --w: 20;
  --w-min: 7.4rem;
  --w-max: 13.2rem;
  --r: -7deg;
}

.light-drawing-stuff-2 {
  --x: 7;
  --y: 90;
  --w: 19;
  --w-min: 7rem;
  --w-max: 12rem;
  --r: 0deg;
}

@media (max-width: 1100px) {
  :root {
    --page-gutter: 1.2rem;
    --sticker-scale-static: 0.9;
    --sticker-scale-mover: 0.9;
    --fox-scale: 0.9;
  }

  .img-wrapper {
    --decor-scale: 0.86;
  }
}

@media (max-width: 920px), (max-height: 760px) {
  :root {
    --page-gutter: 1.45rem;
    --sticker-scale-static: 0.78;
    --sticker-scale-mover: 0.82;
    --fox-scale: 0.82;
  }

  .img-wrapper {
    --decor-scale: 0.74;
    opacity: 0.72;
  }
}

@media (max-width: 760px) {
  :root {
    --page-gutter: 1.8rem;
    --sticker-scale-static: 0.66;
    --sticker-scale-mover: 0.72;
    --fox-scale: 0.72;
  }

  .img-wrapper {
    --decor-scale: 0.62;
    opacity: 0.62;
  }

  .img-float-7 {
    --y: 58;
    --size: clamp(6.2rem, 16vmin, 9.6rem);
    left: calc(var(--content-left) + 0.25rem - var(--size));
  }

  .light-drawing-sun {
    --x: 94;
    --y: 18;
    --w-max: 9.8rem;
  }

  /* The skeleton (.img-float-7) is ~2.7x taller than it is wide (its
     source SVG's viewBox is 1868.9 x 5000), so on a narrow/short phone
     it reaches much further down from its --y: 58 top edge than a
     glance at the number suggests. Rather than thread the three
     left-edge flowers (clover 1/3/5) through gaps around it, all three
     are kept above its top edge entirely, with clearance to spare, in
     even --y steps of 16. Applies on every page, not just home. */
  .light-drawing-clover-1 {
    --x: 5;
    --y: 14;
  }

  .light-drawing-clover-2 {
    --x: 94;
    --y: 39;
  }

  .light-drawing-clover-3 {
    --x: 5;
    --y: 30;
  }

  .light-drawing-clover-4 {
    --x: 94;
    --y: 60;
  }

  .light-drawing-clover-5 {
    --x: 5;
    --y: 52;
  }

  .light-drawing-stuff-1 {
    --x: 94;
    --y: 79;
  }

  .light-drawing-stuff-2 {
    --x: 5;
    --y: 92;
  }

  .light-drawing-clover-1,
  .light-drawing-clover-2,
  .light-drawing-clover-3,
  .light-drawing-clover-4,
  .light-drawing-clover-5,
  .light-drawing-stuff-1,
  .light-drawing-stuff-2 {
    opacity: 0.84;
  }
}

@media (max-width: 620px), (max-height: 660px) {
  :root {
    --page-gutter: 2.2rem;
    --sticker-scale-static: 0.56;
    --sticker-scale-mover: 0.62;
    --fox-scale: 0.64;
  }

  .img-wrapper {
    --decor-scale: 0.54;
    opacity: 0.56;
  }

  .light-drawing {
    --w-max: 8.8rem;
  }
}

@media (max-width: 480px), (max-height: 560px) {
  :root {
    --page-gutter: 2.55rem;
  }

  .img-wrapper {
    --decor-scale: 0.48;
    opacity: 0.46;
  }

  .img-float-7 {
    --y: 56;
    --size: clamp(5.2rem, 14vmin, 7.8rem);
  }

  .light-drawing {
    --w-max: 7.6rem;
  }
}

img {
  display: block;
  max-width: 100%;
}

a {
  color: inherit;
  text-decoration: none;
}

button,
input,
select,
textarea {
  font: inherit;
}

.container {
  width: min(calc(100% - (var(--page-gutter) * 2)), var(--max-width));
  margin: 0 auto;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  background: rgba(247, 242, 232, 0.97);
  border-bottom: 1px solid rgba(31, 26, 23, 0.08);
}

.topbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 0.9rem 0;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 0.85rem;
  min-width: 0;
}

.brand-mark {
  display: grid;
  place-items: center;
  width: 2.9rem;
  height: 2.9rem;
  border-radius: 50%;
  background: var(--surface-strong);
  color: #f7f2e8;
  font-family: "Cormorant Garamond", serif;
  font-size: 1.1rem;
  letter-spacing: 0.08em;
}

.brand-text {
  display: grid;
  gap: 0.1rem;
}

.brand-text strong {
  font-size: 0.98rem;
  letter-spacing: 0.02em;
}

.brand-text span {
  color: var(--muted);
  font-size: 0.82rem;
}

.nav-toggle {
  display: inline-flex;
  flex-direction: column;
  justify-content: center;
  gap: 0.3rem;
  width: 3rem;
  height: 3rem;
  border: 0;
  background: transparent;
  padding: 0.5rem;
}

.nav-toggle span:not(.sr-only) {
  width: 100%;
  height: 2px;
  background: var(--text);
  border-radius: 999px;
  transition: transform 0.2s ease, opacity 0.2s ease;
}

.site-nav {
  position: absolute;
  top: calc(100% + 0.75rem);
  left: 1rem;
  right: 1rem;
  display: grid;
  gap: 0.4rem;
  padding: 1rem;
  background: rgba(255, 250, 242, 0.98);
  border: 1px solid var(--line);
  border-radius: 22px;
  box-shadow: var(--shadow);
  opacity: 0;
  pointer-events: none;
  transform: translateY(-0.5rem);
  transition: opacity 0.25s ease, transform 0.25s ease;
}

.site-nav a {
  padding: 0.7rem 0.9rem;
  border-radius: 999px;
}

.mode-toggle {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  min-height: 2.75rem;
  gap: 0.65rem;
  padding: 0.6rem 0.75rem 0.6rem 0.85rem;
  border: 1px solid rgba(31, 26, 23, 0.08);
  border-radius: 18px;
  background: rgba(247, 242, 232, 0.97);
  color: var(--text);
  font-weight: 800;
  cursor: pointer;
  box-shadow: none;
  transition: transform 0.2s ease, background 0.2s ease, border-color 0.2s ease;
}

.silly-corner-toggle {
  position: fixed;
  top: 1rem;
  left: 1rem;
  z-index: 35;
  width: 3.25rem;
  height: 2rem;
  min-height: 0;
  min-width: 0;
  padding: 0;
  gap: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  display: grid;
  place-items: center;
  justify-content: center;
}

.silly-corner-toggle:hover,
.silly-corner-toggle:focus-visible,
.silly-corner-toggle.is-active {
  background: transparent;
  border-color: transparent;
  transform: none;
}

.silly-corner-toggle .switch-plate {
  padding: 0.14rem;
  border-radius: 999px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.85), rgba(226, 216, 201, 0.9));
  border: 1px solid rgba(31, 26, 23, 0.14);
  box-shadow: 0 8px 18px rgba(31, 26, 23, 0.18);
}

.silly-corner-toggle .switch-track {
  width: 2.6rem;
  height: 1.36rem;
  padding: 0.14rem;
}

.silly-corner-toggle .switch-knob {
  width: 1rem;
  height: 1rem;
}

.silly-corner-toggle.mode-toggle.is-active .switch-knob {
  transform: translateX(1.08rem);
}

.key-unlock-button {
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: 34;
  display: none;
  align-items: center;
  justify-content: center;
  min-width: 14rem;
  min-height: 3.25rem;
  padding: 0.9rem 1.4rem;
  border: 1px solid rgba(239, 231, 255, 0.22);
  border-radius: 999px;
  background: linear-gradient(180deg, rgba(11, 10, 21, 0.96), rgba(31, 23, 52, 0.98));
  color: #f1e8ff;
  font-family: "Share Tech Mono", monospace;
  font-size: 0.92rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  transform: translate(-50%, -50%);
  box-shadow: 0 16px 42px rgba(0, 0, 0, 0.45);
}

.key-unlock-button.is-visible {
  display: inline-flex;
}

.switch-label {
  display: none;
  font-size: 0.8rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.switch-plate {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.16rem;
  border-radius: 14px;
  background: linear-gradient(180deg, rgba(24, 24, 24, 0.24), rgba(255, 255, 255, 0.35));
  border: 1px solid rgba(31, 26, 23, 0.14);
}

.switch-track {
  position: relative;
  display: inline-flex;
  align-items: center;
  width: 2.8rem;
  height: 1.55rem;
  padding: 0.18rem;
  border-radius: 999px;
  background: linear-gradient(180deg, #6d675f, #8c8377);
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.28);
}

.switch-knob {
  width: 1.1rem;
  height: 1.1rem;
  border-radius: 50%;
  background: linear-gradient(180deg, #fffaf5, #d6cec3);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
  transform: translateX(0);
  transition: transform 0.2s ease, background 0.2s ease;
}

.mode-toggle.is-active .switch-track {
  background: linear-gradient(180deg, #8b603f, #d58a4a);
}

.mode-toggle.is-active .switch-knob {
  transform: translateX(1.23rem);
  background: linear-gradient(180deg, #fff7d9, #f0cf84);
}

.mode-toggle:hover,
.mode-toggle:focus-visible,
.mode-toggle.is-active {
  background: rgba(247, 242, 232, 0.97);
  border-color: rgba(31, 26, 23, 0.12);
  transform: translateY(-1px);
}

.site-nav a:hover,
.site-nav a:focus-visible,
.site-nav a.active {
  background: rgba(165, 62, 43, 0.1);
  color: var(--accent-deep);
}

.site-nav.is-open {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 3rem;
  padding: 0.85rem 1.35rem;
  border: 1px solid transparent;
  border-radius: 999px;
  background: var(--accent);
  color: #fff8f3;
  font-weight: 700;
  transition: transform 0.2s ease, background 0.2s ease, border-color 0.2s ease;
}

.button:hover,
.button:focus-visible {
  transform: translateY(-1px);
  background: var(--accent-deep);
}

.button-small {
  min-height: 2.75rem;
  padding-inline: 1.1rem;
}

.button-secondary {
  border-color: var(--line);
  background: transparent;
  color: var(--text);
}

.button-secondary:hover,
.button-secondary:focus-visible {
  background: rgba(31, 26, 23, 0.06);
}

.hero,
.page-hero {
  padding: 4.5rem 0 3rem;
}

body[data-page="home"] .hero {
  padding-top: 2.75rem;
}

body[data-page="flash"] .hero {
  padding-top: 0.75rem;
  padding-bottom: 1.25rem;
}

.silly-skyline {
  display: none;
}

.sticky-note {
  position: fixed;
  z-index: 0;
  width: 10%;
  height: 10%;
  top: 1rem;
  left: 1rem;
  display: none;
}


.bunny-scene {
  display: none;
}

.bunny-flashlight {
  flex: 0 0 auto;
  padding: 0;
  border: 0;
  background: none;
  cursor: pointer;
  line-height: 0;
  touch-action: manipulation;
  align-self: center;
}

.bunny-flashlight:focus-visible {
  outline: 2px solid rgba(213, 187, 98, 0.85);
  outline-offset: 4px;
  border-radius: 0.35rem;
}

.bunny-flashlight-image,
.bunny-image,
.bunny-shadow-image {
  display: block;
  max-width: none;
  height: auto;
  pointer-events: none;
  user-select: none;
}

.bunny-flashlight-image {
  width: clamp(4.8rem, 10vw, 6.4rem);
  transform: rotate(0deg);
  transform-origin: 36% 64%;
}

.bunny-figure {
  position: relative;
  flex: 0 0 auto;
  line-height: 0;
}

.bunny-image {
  position: relative;
  z-index: 1;
  width: clamp(4.2rem, 13vw, 7.4rem);
}

.bunny-shadow-image {
  position: absolute;
  z-index: 0;
  left: 0%;
  top: 50%;
  width: 250%;
  transform: translateY(-75%);
  transform-origin: left center;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.35s ease, visibility 0.35s ease;
}

.owl-stack {
  display: none;
}

.hero-grid {
  display: grid;
  gap: 1.5rem;
}

.hero-copy h1,
.page-hero h1 {
  margin: 0;
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(2.4rem, 8vw, 4.8rem);
  line-height: 0.95;
  letter-spacing: -0.03em;
}

.hero-copy h1 {
  max-width: 20ch;
  line-height: 1.04;
}

.hero-heading-dark-image {
  display: none;
}

.hero-text,
.lead {
  color: var(--muted);
  font-size: 1rem;
}

.eyebrow,
.panel-label,
.artist-tag,
.meta-label {
  margin: 0 0 0.6rem;
  color: var(--accent-deep);
  text-transform: uppercase;
  letter-spacing: 0.18em;
  font-size: 0.75rem;
  font-weight: 800;
}

.accent-text {
  color: var(--accent);
}

.hero-actions {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  margin: 1.75rem 0;
}

.feature-panel,
.gallery-card,
.info-card,
.form-shell {
  background: rgba(255, 250, 242, 0.82);
  border: 1px solid rgba(31, 26, 23, 0.08);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}

.feature-panel {
  padding: 1.5rem;
}

.flash-hero {
  padding-top: 3.0rem;
  padding-bottom: 1.25rem;
}

.flash-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(0, 1.2fr);
  gap: 1.5rem;
  align-items: start;
}

.flash-heading-block {
  grid-column: 1 / -1;
  max-width: 40rem;
}

.flash-sheet-panel {
  grid-column: 1 / 2;
}

.flash-info-card {
  grid-column: 2 / 3;
}

.flash-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
  margin-top: 1rem;
}

.flash-card {
  overflow: hidden;
  border-radius: calc(var(--radius) - 8px);
  border: 1px solid rgba(31, 26, 23, 0.08);
  background: rgba(255, 250, 242, 0.7);
  box-shadow: var(--shadow);
}

.flash-image {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  aspect-ratio: 4 / 5;
}

@media (max-width: 960px) {
  body[data-page="flash"] .container.flash-layout {
    width: min(calc(100% - 7.5rem), var(--max-width));
  }

  .flash-layout {
    grid-template-columns: 1fr;
  }

  .flash-heading-block,
  .flash-info-card,
  .flash-sheet-panel {
    grid-column: 1 / -1;
  }

  .flash-heading-block {
    order: 1;
    max-width: none;
  }

  .flash-info-card {
    order: 2;
  }

  .flash-sheet-panel {
    order: 3;
  }

  .flash-info-card,
  .flash-sheet-panel {
    width: 100%;
  }
}

@media (max-width: 620px) {
  body[data-page="flash"] .container.flash-layout {
    width: min(calc(100% - 7rem), var(--max-width));
  }
}

@media (max-width: 920px) {
  body:is([data-page="home"], [data-page="gallery"], [data-page="flash"]).silly-mode .sticker-heart {
    position: fixed !important;
    right: clamp(0.2rem, 1vw, 0.9rem) !important;
    left: auto !important;
    z-index: 2147483647 !important;
  }
}

@media (max-width: 760px) {
  body:is([data-page="home"], [data-page="gallery"], [data-page="flash"]).silly-mode {
    --bunny-scene-clearance: clamp(4rem, 13vh, 6rem);
  }

  body:is([data-page="home"], [data-page="gallery"], [data-page="flash"]).silly-mode .bunny-scene {
    display: flex;
    align-items: flex-end;
    position: static;
    bottom: auto;
    left: auto;
    justify-content: center;
    width: 100%;
    padding: 3.5rem 0 1.5rem;
    gap: 1rem;
  }

  body:is([data-page="home"], [data-page="gallery"], [data-page="flash"]).silly-mode .bunny-flashlight {
    transform: translateY(1.25rem);
  }

  body:is([data-page="home"], [data-page="gallery"], [data-page="flash"]).silly-mode .bunny-figure {
    transform: translateY(-3rem);
  }

  body:is([data-page="home"], [data-page="gallery"], [data-page="flash"]).silly-mode main {
    padding-bottom: 0;
  }

  body:is([data-page="home"], [data-page="gallery"], [data-page="flash"]).silly-mode .bunny-flashlight-image {
    width: clamp(2.6rem, 16vw, 4.4rem);
    transform: rotate(0deg) translate(6%, 4%);
  }

  body:is([data-page="home"], [data-page="gallery"], [data-page="flash"]).silly-mode .bunny-image {
    width: clamp(3.2rem, 19vw, 5.4rem);
  }

  body:is([data-page="home"], [data-page="gallery"], [data-page="flash"]).silly-mode .bunny-shadow-image {
    left: 32%;
    width: 145%;
    transform: translateY(-75%);
  }

  body:is([data-page="home"], [data-page="gallery"], [data-page="flash"]).silly-mode .sticker:not(.sticker-ufo) {
    position: fixed;
  }

  body:is([data-page="home"], [data-page="gallery"], [data-page="flash"]).silly-mode .sticker-star {
    top: clamp(18rem, 42vh, 26rem);
    left: clamp(0rem, 0.35vw, 0.35rem);
    right: auto;
    --sticker-min: 6rem;
    --sticker-vmin: 16;
    --sticker-max: 14.2rem;
  }

  body:is([data-page="gallery"], [data-page="flash"]).silly-mode .sticky-note {
    top: 14rem;
    left: 1rem;
    right: auto;
    --sticker-min: 6rem;
    --sticker-vmin: 16;
    --sticker-max: 14.2rem;
  }

  body:is([data-page="home"], [data-page="gallery"], [data-page="flash"]).silly-mode .sticker-heart {
    top: 14rem;
    position: fixed !important;
    right: clamp(0.2rem, 1vw, 0.9rem) !important;
    left: auto !important;
    z-index: 2147483647 !important;
    --sticker-min: 11.5rem;
    --sticker-vmin: 33;
    --sticker-max: 24rem;
  }
}

.info-stack {
  display: grid;
  gap: 1.2rem;
}

.contact-link {
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 0.16em;
  transition: color 0.2s ease, opacity 0.2s ease;
}

.contact-link:hover,
.contact-link:focus-visible {
  color: var(--accent-deep);
}

.info-stack h2,
.gallery-card h3 {
  margin: 0 0 0.3rem;
  font-size: 1.05rem;
}

.section {
  padding: 1.75rem 0 3.25rem;
}

.gallery-grid {
  display: grid;
  gap: 1rem;
}

.gallery-card,
.info-card {
  padding: 1.35rem;
}

.owl-stack {
  position: absolute;
  top: auto;
  bottom: 0.65rem;
  right: 1.25rem;
  width: 8.5rem;
  height: 8.5rem;
  z-index: 5;
}

.owl-secret-button,
.owl-dragger {
  position: absolute;
  inset: 0;
  margin: auto;
}

.owl-secret-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 4.5rem;
  height: 4.5rem;
  border: 1px solid rgba(239, 231, 255, 0.18);
  border-radius: 50%;
  background: linear-gradient(180deg, rgba(49, 35, 78, 0.96), rgba(28, 20, 46, 0.98));
  color: rgba(239, 231, 255, 0.92);
  font-family: "Caveat", cursive;
  font-size: 1.5rem;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.32);
}

.owl-secret-button:hover,
.owl-secret-button:focus-visible {
  transform: translateY(-1px);
}

.owl-dragger {
  width: 7rem;
  height: 7rem;
  border: 0;
  background: transparent;
  padding: 0;
  cursor: grab;
  touch-action: none;
}

.owl-dragger.is-dragging {
  cursor: grabbing;
}

.owl-image {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-image: url("sprites/owl.png");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  filter: drop-shadow(0 14px 18px rgba(0, 0, 0, 0.42));
}

.site-footer {
  padding: 2rem 0 2.5rem;
  border-top: 1px solid rgba(31, 26, 23, 0.08);
  background: transparent;
}

.footer-grid {
  display: grid;
  gap: 1rem;
}

.footer-grid p,
.footer-grid a {
  margin: 0 0 0.4rem;
  color: var(--muted);
}

.page-hero .lead {
  max-width: 58ch;
}

body[data-page="contact"] .page-hero {
  padding-top: 2.5rem;
  padding-bottom: 1.75rem;
}

body[data-page="gallery"] .page-hero {
  padding-bottom: 0.5rem;
}

body[data-page="gallery"] main {
  position: relative;
  overflow: visible;
}

body[data-page="gallery"] .page-hero,
body[data-page="gallery"] .section,
body[data-page="gallery"] .site-footer {
  position: relative;
  z-index: 2;
}

body[data-page="gallery"] .section {
  padding-top: 0.5rem;
}

.gallery-planet-orbit {
  position: absolute;
  top: 7rem;
  left: 50%;
  width: 140vw;
  max-width: 104rem;
  height: 94rem;
  transform: translateX(-50%);
  pointer-events: none;
  z-index: 0;
  display: none;
  animation: gallery-planet-orbit-spin 39s linear infinite;
}

.gallery-planet {
  position: absolute;
  top: 50%;
  left: 100%;
  width: 6rem;
  height: 6rem;
  transform: translate(-50%, -50%);
  filter: drop-shadow(0 14px 20px rgba(31, 26, 23, 0.18));
}

.gallery-planet img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  animation: gallery-planet-counter-spin 39s linear infinite;
}

.gallery-toolbar {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-bottom: 1.25rem;
}

.filter-chip-launch {
  display: none;
}

.nuke-terminal {
  position: fixed;
  inset: 0;
  z-index: 62;
  display: grid;
  place-items: center;
  padding: 1.25rem;
  background: rgba(7, 10, 14, 0.6);
}

.nuke-terminal-panel {
  width: min(32rem, 100%);
  padding: 1rem;
  border: 1px solid rgba(140, 255, 171, 0.24);
  border-radius: 18px;
  background: linear-gradient(180deg, rgba(8, 15, 12, 0.98), rgba(13, 25, 19, 0.98));
  box-shadow: 0 18px 48px rgba(0, 0, 0, 0.42);
}

.nuke-terminal-heading {
  margin: 0 0 0.8rem;
  color: #9bf7b3;
  font-family: "Share Tech Mono", monospace;
  font-size: 0.95rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.nuke-terminal-screen {
  min-height: 8.5rem;
  margin: 0;
  padding: 0.9rem;
  border-radius: 14px;
  background: rgba(0, 0, 0, 0.34);
  color: #8fffac;
  font-family: "Share Tech Mono", monospace;
  font-size: 0.92rem;
  line-height: 1.5;
  white-space: pre-wrap;
}

.nuke-confirm {
  display: grid;
  gap: 0.55rem;
  margin-top: 0.9rem;
}

.nuke-confirm-label {
  font-weight: 700;
}

.nuke-confirm-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
}

.nuke-confirm-input {
  flex: 1 1 12rem;
  min-height: 2.8rem;
  padding: 0.8rem 0.95rem;
  border: 1px solid rgba(31, 26, 23, 0.16);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.82);
  color: var(--text);
  font: inherit;
}

.nuke-status {
  margin: 0.85rem 0 0;
  color: rgba(220, 245, 226, 0.76);
}

.nuke-terminal-close {
  margin-top: 0.85rem;
  border: 1px solid rgba(140, 255, 171, 0.22);
  border-radius: 999px;
  background: rgba(143, 255, 172, 0.08);
  color: #c4ffd0;
  font: inherit;
  font-weight: 700;
  padding: 0.6rem 0.95rem;
}

.gallery-card.is-destroying {
  pointer-events: none;
  animation: gallery-card-collapse 0.7s ease forwards;
}

.gallery-card.is-destroyed {
  display: none;
}

.missile-trail {
  position: fixed;
  top: 0;
  left: 0;
  width: 3.75rem;
  height: 1rem;
  pointer-events: none;
  z-index: 60;
  transform-origin: center;
  transition:
    left 4.2s linear,
    top 4.2s linear,
    transform 4.2s linear;
}

.missile-trail::before {
  content: "";
  position: absolute;
  inset: 0 auto 0.22rem 0;
  width: 2.25rem;
  border-radius: 999px;
  background: linear-gradient(90deg, #70757d, #c7cad1);
  box-shadow: 0 0 0 1px rgba(31, 26, 23, 0.08);
}

.missile-trail::after {
  content: "";
  position: absolute;
  top: 0.16rem;
  left: 2rem;
  width: 1.7rem;
  height: 0.6rem;
  border-radius: 999px 0.7rem 0.7rem 999px;
  background: linear-gradient(90deg, rgba(255, 214, 128, 0.1), rgba(255, 120, 77, 0.95));
  filter: blur(0.4px);
}

.missile-trail span {
  position: absolute;
  left: -1.8rem;
  top: 0.25rem;
  width: 2rem;
  height: 0.35rem;
  border-radius: 999px;
  background: linear-gradient(90deg, rgba(255, 214, 128, 0), rgba(255, 214, 128, 0.75));
  filter: blur(1px);
}

.explosion-burst {
  position: fixed;
  top: 0;
  left: 0;
  width: 16rem;
  height: 16rem;
  pointer-events: none;
  z-index: 61;
  border-radius: 50%;
  background:
    radial-gradient(circle, rgba(255, 244, 202, 0.96) 0%, rgba(255, 176, 87, 0.88) 28%, rgba(230, 77, 38, 0.68) 52%, rgba(230, 77, 38, 0) 74%);
  transform: translate(-50%, -50%) scale(0.3);
  animation: explosion-bloom 3s ease-out forwards;
}

.explosion-burst::after {
  content: "";
  position: absolute;
  inset: 20%;
  border-radius: 50%;
  border: 2px solid rgba(255, 246, 217, 0.68);
  animation: explosion-ring 3s ease-out forwards;
}

.filter-chip {
  padding: 0.75rem 1rem;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: rgba(255, 250, 242, 0.75);
  font-weight: 700;
  color: var(--muted);
}

.filter-chip.active {
  background: var(--surface-strong);
  color: #f7f2e8;
  border-color: var(--surface-strong);
}

.gallery-card {
  overflow: hidden;
}

.gallery-art {
  aspect-ratio: 4 / 5;
  border-radius: calc(var(--radius) - 6px);
  margin-bottom: 1rem;
  background-image: var(--gallery-overlay), var(--gallery-image, none);
  background-size: cover;
  background-position: center;
}

.art-1 {
  --gallery-overlay: linear-gradient(160deg, rgba(14, 14, 14, 0.3), rgba(165, 62, 43, 0.15));
}

.art-2 {
  --gallery-overlay: linear-gradient(160deg, rgba(14, 14, 14, 0.2), rgba(215, 177, 127, 0.18));
}

.art-3 {
  --gallery-overlay: linear-gradient(160deg, rgba(14, 14, 14, 0.2), rgba(165, 62, 43, 0.18));
}

.art-4 {
  --gallery-overlay: linear-gradient(160deg, rgba(14, 14, 14, 0.18), rgba(215, 177, 127, 0.12));
}

.art-5 {
  --gallery-overlay: linear-gradient(160deg, rgba(14, 14, 14, 0.18), rgba(165, 62, 43, 0.12));
}

.art-6 {
  --gallery-overlay: linear-gradient(160deg, rgba(14, 14, 14, 0.24), rgba(215, 177, 127, 0.2));
}

.art-7 {
  --gallery-overlay: linear-gradient(160deg, rgba(14, 14, 14, 0.24), rgba(215, 177, 127, 0.2));
}

.art-8 {
  --gallery-overlay: linear-gradient(160deg, rgba(14, 14, 14, 0.24), rgba(215, 177, 127, 0.2));
}

.gallery-card p,
.info-card p,
.form-shell p,
.field-note,
.faq-list li {
  color: var(--muted);
}

.contact-form-column {
  display: grid;
  gap: 1.5rem;
  width: 100%;
  max-width: 44rem;
  margin: 0 auto;
}

.social-list {
  display: grid;
  gap: 0.55rem;
  margin-top: 0.45rem;
}

.social-link {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 0.65rem;
  align-items: center;
  padding: 0.55rem 0.7rem;
  border: 1px solid rgba(31, 26, 23, 0.08);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.42);
  color: var(--text);
  text-decoration: none;
  transition: transform 0.2s ease, border-color 0.2s ease, background 0.2s ease;
}

.social-link:hover,
.social-link:focus-visible {
  transform: translateY(-1px);
  border-color: rgba(165, 122, 70, 0.35);
  background: rgba(255, 250, 242, 0.88);
}

.social-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2rem;
  height: 2rem;
  border-radius: 999px;
  background: rgba(31, 26, 23, 0.06);
  color: var(--text);
  flex-shrink: 0;
}

.social-icon svg {
  width: 1rem;
  height: 1rem;
}

.social-icon rect,
.social-icon circle {
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
}

.social-copy {
  display: grid;
  gap: 0.05rem;
  min-width: 0;
}

.social-copy strong {
  font-size: 0.92rem;
  line-height: 1.2;
}

.social-copy span {
  color: var(--muted);
  font-size: 0.84rem;
  line-height: 1.2;
  overflow-wrap: anywhere;
}

.form-shell {
  padding: 1.5rem;
}

#booking {
  scroll-margin-top: 0.1rem;
}

.booking-notes-card {
  margin: 0 auto 2rem;
  width: 100%;
}

.form-grid {
  display: grid;
  gap: 1rem;
}

.form-row {
  display: grid;
  gap: 0.45rem;
}

.form-row label {
  font-weight: 700;
}

.form-row input,
.form-row select,
.form-row textarea {
  width: 100%;
  padding: 0.9rem 1rem;
  border: 1px solid rgba(31, 26, 23, 0.16);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.75);
  color: var(--text);
}

.form-row textarea {
  resize: vertical;
  min-height: 9rem;
}

body[data-page="contact"] .form-row textarea::placeholder,
body[data-page="contact"] .form-row input::placeholder,
body[data-page="contact"] .form-row select::placeholder {
  color: rgba(31, 26, 23, 0.68);
  opacity: 1;
}

@media (max-width: 760px) {
  body[data-page="contact"] .form-row textarea {
    min-height: 15rem;
    font-size: 1rem;
    line-height: 1.42;
  }

  body[data-page="contact"] .form-row textarea::placeholder {
    font-size: 0.98rem;
    line-height: 1.42;
  }
}

.field-note,
.form-status {
  margin: 0;
  font-size: 0.92rem;
}

.form-status {
  min-height: 1.4rem;
  color: var(--accent-deep);
  font-weight: 700;
}

.faq-list {
  padding-left: 1.15rem;
}

.reveal {
  opacity: 0;
  transform: translateY(18px);
  transition: opacity 0.55s ease, transform 0.55s ease;
}

.reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

[data-pause-when-hidden].is-offscreen,
[data-pause-when-hidden].is-offscreen *,
[data-pause-when-hidden].is-page-hidden,
[data-pause-when-hidden].is-page-hidden * {
  animation-play-state: paused;
}

body[data-page="home"].silly-mode {
  background:
    radial-gradient(circle at 18% 12%, rgba(217, 108, 255, 0.22), transparent 18%),
    radial-gradient(circle at 82% 10%, rgba(104, 212, 255, 0.18), transparent 18%),
    radial-gradient(circle at 50% 100%, rgba(134, 201, 93, 0.12), transparent 22%),
    linear-gradient(180deg, var(--silly-bg) 0%, var(--silly-bg-alt) 100%);
  color: var(--silly-ink);
  cursor: default;
}

body[data-page="home"].silly-mode .light-drawing,
body[data-page="gallery"].silly-mode .light-drawing,
body[data-page="flash"].silly-mode .light-drawing,
body[data-page="home"].silly-mode .img-float-7,
body[data-page="gallery"].silly-mode .img-float-7,
body[data-page="flash"].silly-mode .img-float-7 {
  display: none !important;
}

body[data-page="home"].silly-mode .site-header {
  background: rgba(13, 10, 24, 0.9);
  border-bottom: 1px solid rgba(239, 231, 255, 0.14);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.34);
}

body[data-page="home"].silly-mode .brand-mark {
  background:
    linear-gradient(135deg, #68d4ff, #d96cff 55%, #ffd680);
  color: #160f1f;
  font-family: "Cormorant Garamond", serif;
  font-size: 1.1rem;
  letter-spacing: 0.08em;
  border: 2px solid rgba(255, 255, 255, 0.16);
  box-shadow: 0 0 0 4px rgba(104, 212, 255, 0.12);
}

body[data-page="home"].silly-mode .brand-text strong {
  font-family: inherit;
  font-size: 0.98rem;
  color: #fff4ff;
}

body[data-page="home"].silly-mode .brand-text span,
body[data-page="home"].silly-mode .hero-text,
body[data-page="home"].silly-mode .footer-grid p {
  color: rgba(239, 231, 255, 0.76);
}

body[data-page="home"].silly-mode .site-nav {
  background:
    linear-gradient(135deg, rgba(27, 23, 48, 0.98), rgba(17, 15, 31, 0.98));
  border: 1px solid rgba(239, 231, 255, 0.12);
}

body[data-page="home"].silly-mode .site-nav a:hover,
body[data-page="home"].silly-mode .site-nav a:focus-visible,
body[data-page="home"].silly-mode .site-nav a.active,
body[data-page="home"].silly-mode .mode-toggle,
body[data-page="home"].silly-mode .mode-toggle.is-active {
  color: var(--silly-ink);
}

body[data-page="home"].silly-mode .mode-toggle {
  background: linear-gradient(135deg, rgba(28, 22, 48, 0.98), rgba(51, 33, 73, 0.98));
  border: 1px dashed rgba(217, 108, 255, 0.45);
  box-shadow: 0 0 0 1px rgba(104, 212, 255, 0.16), 0 8px 18px rgba(0, 0, 0, 0.38);
}

body.silly-mode .silly-corner-toggle {
  background: transparent;
  border: 0;
  box-shadow: none;
}

body.silly-mode .silly-corner-toggle .switch-plate {
  background: linear-gradient(180deg, rgba(18, 14, 31, 0.95), rgba(41, 28, 63, 0.92));
  border-color: rgba(217, 108, 255, 0.24);
  box-shadow: 0 8px 18px rgba(0, 0, 0, 0.45);
}

body[data-page="home"].silly-mode .key-unlock-button {
  border-color: rgba(213, 187, 98, 0.28);
  color: #fff6d8;
}

body[data-page="home"].silly-mode .switch-label {
  color: #f1e8ff;
}

body[data-page="home"].silly-mode .switch-plate {
  background: linear-gradient(180deg, rgba(8, 8, 18, 0.9), rgba(48, 31, 69, 0.8));
  border-color: rgba(217, 108, 255, 0.22);
}

body[data-page="home"].silly-mode .switch-track {
  background: linear-gradient(180deg, #1a1725, #2a2237);
}

body[data-page="home"].silly-mode .mode-toggle.is-active .switch-track {
  background: linear-gradient(180deg, #4c3057, #8a4d73);
}

body[data-page="home"].silly-mode .switch-knob {
  background: linear-gradient(180deg, #f0e8ff, #bfb0d6);
}

body[data-page="home"].silly-mode .mode-toggle.is-active .switch-knob {
  background: linear-gradient(180deg, #ffe9c4, #d5bb62);
}

body[data-page="home"].silly-mode .button {
  background: linear-gradient(135deg, #4f296d, #8d3d72);
  color: #fff;
  box-shadow: 4px 4px 0 rgba(0, 0, 0, 0.26);
}

body[data-page="home"].silly-mode .button-secondary {
  background: linear-gradient(135deg, #161224, #272038);
  color: var(--silly-ink);
  border: 1px solid rgba(239, 231, 255, 0.14);
}

body[data-page="home"].silly-mode .hero-copy .eyebrow,
body[data-page="home"].silly-mode .panel-label {
  color: #c7a6ff;
  letter-spacing: 0.22em;
}

body[data-page="home"].silly-mode .hero-copy h1 {
  max-width: 44rem;
  font-family: "Caveat", cursive;
  font-size: clamp(3.1rem, 9vw, 5.8rem);
  line-height: 0.94;
  transform: none;
  text-shadow: 2px 2px 0 rgba(0, 0, 0, 0.45);
}

body[data-page="home"].silly-mode .hero-heading-text {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

body[data-page="home"].silly-mode .hero-heading-dark-image {
  display: block;
  width: min(100%, 44rem);
  aspect-ratio: 2.7 / 1;
  overflow: hidden;
}

body[data-page="home"].silly-mode .hero-heading-dark-image img {
  display: block;
  width: 150%;
  max-width: none;
  transform: translate(-17%, -30%);
}

body[data-page="home"].silly-mode .accent-text {
  display: inline-block;
  padding-left: 0.04em;
  padding-right: 0.16em;
  padding-bottom: 0.08em;
  margin-right: -0.08em;
  margin-bottom: -0.08em;
  background: linear-gradient(180deg, #f2f2f2 0%, #a8adb4 48%, #3d4046 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
}

body[data-page="home"].silly-mode .feature-panel,
body[data-page="flash"].silly-mode .feature-panel,
body[data-page="flash"].silly-mode .flash-card {
  background: linear-gradient(180deg, rgb(27, 23, 48), rgb(18, 14, 33));
  border: 1px solid rgb(80, 74, 107);
  box-shadow: 8px 8px 0 rgba(0, 0, 0, 0.22);
  transform: none;
}

body:is([data-page="home"], [data-page="gallery"], [data-page="flash"]).silly-mode .sticker {
  opacity: 1;
  animation: none;
  filter: none;
}

body[data-page="home"].silly-mode .social-link {
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(239, 231, 255, 0.16);
  color: #f6efff;
}

body[data-page="home"].silly-mode .social-link:hover,
body[data-page="home"].silly-mode .social-link:focus-visible {
  background: rgba(255, 255, 255, 0.14);
  border-color: rgba(213, 187, 98, 0.4);
}

body[data-page="home"].silly-mode .social-icon {
  background: rgba(255, 255, 255, 0.12);
  color: #fff6d8;
}

body[data-page="home"].silly-mode .social-copy strong {
  color: #f6efff;
}

body[data-page="home"].silly-mode .social-copy span {
  color: rgba(241, 232, 255, 0.78);
}

body[data-page="home"].silly-mode .hero-card,
body[data-page="gallery"].silly-mode .gallery-card,
body[data-page="contact"].silly-mode .form-shell,
body[data-page="contact"].silly-mode .info-card {
  transform: none;
}

body:is([data-page="home"], [data-page="gallery"], [data-page="flash"]).silly-mode .silly-skyline {
  display: block;
  position: absolute;
  inset: 5.8rem 0 0;
  height: auto;
  overflow: clip;
  pointer-events: none;
  background: none;
}

body:is([data-page="home"], [data-page="gallery"], [data-page="flash"]).silly-mode {
  --bunny-scene-clearance: clamp(5.5rem, 16vh, 8rem);
}

@media (min-width: 761px) {
  body:is([data-page="home"], [data-page="gallery"], [data-page="flash"]).silly-mode .bunny-scene {
    display: flex;
    align-items: flex-end;
    gap: clamp(0.05rem, 0.6vw, 0.35rem);
    position: fixed;
    bottom: 2.5rem;
    left: 1.5rem;
    top: auto;
    z-index: 0;
    pointer-events: auto;
  }

  body:is([data-page="home"], [data-page="gallery"], [data-page="flash"]).silly-mode .bunny-flashlight {
    transform: translateY(2rem);
  }

  body:is([data-page="home"], [data-page="gallery"], [data-page="flash"]).silly-mode .bunny-figure {
    transform: translateY(-5rem);
  }

  body:is([data-page="home"], [data-page="gallery"], [data-page="flash"]).silly-mode main {
    pointer-events: none;
  }

  body:is([data-page="home"], [data-page="gallery"], [data-page="flash"]).silly-mode main a,
  body:is([data-page="home"], [data-page="gallery"], [data-page="flash"]).silly-mode main button,
  body:is([data-page="home"], [data-page="gallery"], [data-page="flash"]).silly-mode main input,
  body:is([data-page="home"], [data-page="gallery"], [data-page="flash"]).silly-mode main select,
  body:is([data-page="home"], [data-page="gallery"], [data-page="flash"]).silly-mode main textarea,
  body:is([data-page="home"], [data-page="gallery"], [data-page="flash"]).silly-mode main label {
    pointer-events: auto;
  }
}

body:is([data-page="home"], [data-page="gallery"], [data-page="flash"]).silly-mode .bunny-scene.is-lit .bunny-shadow-image {
  opacity: 1;
  visibility: visible;
}

body:is([data-page="home"], [data-page="gallery"], [data-page="flash"]).silly-mode .sticker:not(.sticker-ufo) {
  position: fixed;
  z-index: 1;
}

body:is([data-page="home"], [data-page="gallery"], [data-page="flash"]).silly-mode .sticky-note {
  display: inline-flex;
}

body:is([data-page="home"], [data-page="flash"]).silly-mode .sticker-ufo {
  top: 0;
  right: auto;
  left: 0;
  transition: transform 2.4s ease-in-out;
}

body[data-page="home"].silly-mode .fox-walker,
body[data-page="gallery"].silly-mode .fox-walker,
body[data-page="flash"].silly-mode .fox-walker {
  display: block;
  position: fixed !important;
  z-index: 2147483647 !important;
}

body:is([data-page="home"], [data-page="flash"]).silly-mode .owl-stack {
  display: block;
}

body:is([data-page="home"], [data-page="gallery"], [data-page="flash"]).silly-mode main {
  position: relative;
  z-index: 1;
  padding-bottom: 9rem;
}

body[data-page="home"] main {
  position: relative;
}


body[data-page="home"].silly-mode .hero,
body[data-page="home"].silly-mode .site-footer {
  position: relative;
  z-index: 2;
}

body:is([data-page="gallery"], [data-page="flash"]).silly-mode {
  background:
    radial-gradient(circle at 18% 10%, rgba(106, 206, 255, 0.2), transparent 18%),
    radial-gradient(circle at 82% 16%, rgba(255, 137, 200, 0.18), transparent 19%),
    radial-gradient(circle at 52% 100%, rgba(255, 214, 128, 0.14), transparent 24%),
    linear-gradient(180deg, #140f20 0%, #221733 44%, #120d19 100%);
  color: #f4ecff;
}

body[data-page="contact"].silly-mode {
  background:
    radial-gradient(circle at 14% 10%, rgba(106, 206, 255, 0.16), transparent 18%),
    radial-gradient(circle at 82% 12%, rgba(255, 137, 200, 0.14), transparent 20%),
    linear-gradient(180deg, #140f20 0%, #221733 48%, #120d19 100%);
  color: #f4ecff;
}

body:is([data-page="gallery"], [data-page="flash"], [data-page="contact"]).silly-mode .site-header {
  background: rgba(15, 11, 24, 0.9);
  border-bottom: 1px solid rgba(239, 231, 255, 0.14);
  box-shadow: 0 10px 28px rgba(0, 0, 0, 0.36);
}

body:is([data-page="gallery"], [data-page="flash"], [data-page="contact"]).silly-mode .brand-mark {
  background: linear-gradient(135deg, #68d4ff, #d96cff 55%, #ffd680);
  color: #160f1f;
  border: 2px solid rgba(255, 255, 255, 0.16);
  box-shadow: 0 0 0 4px rgba(104, 212, 255, 0.12);
}

body:is([data-page="gallery"], [data-page="flash"], [data-page="contact"]).silly-mode .site-nav {
  background: linear-gradient(135deg, rgba(28, 22, 48, 0.98), rgba(17, 13, 29, 0.98));
  border: 1px solid rgba(239, 231, 255, 0.14);
}

body:is([data-page="gallery"], [data-page="flash"], [data-page="contact"]).silly-mode .site-nav a:hover,
body:is([data-page="gallery"], [data-page="flash"], [data-page="contact"]).silly-mode .site-nav a:focus-visible,
body:is([data-page="gallery"], [data-page="flash"], [data-page="contact"]).silly-mode .site-nav a.active,
body:is([data-page="gallery"], [data-page="flash"], [data-page="contact"]).silly-mode .mode-toggle,
body:is([data-page="gallery"], [data-page="flash"], [data-page="contact"]).silly-mode .mode-toggle.is-active {
  color: #f7efff;
}

body:is([data-page="gallery"], [data-page="flash"], [data-page="contact"]).silly-mode .mode-toggle {
  background: linear-gradient(135deg, rgba(24, 19, 41, 0.98), rgba(50, 31, 68, 0.98));
  border: 1px dashed rgba(104, 212, 255, 0.45);
  box-shadow: 0 0 0 1px rgba(255, 137, 200, 0.14), 0 8px 18px rgba(0, 0, 0, 0.38);
}

body:is([data-page="gallery"], [data-page="flash"], [data-page="contact"]).silly-mode .switch-label {
  color: #f1e8ff;
}

body:is([data-page="gallery"], [data-page="flash"], [data-page="contact"]).silly-mode .switch-plate {
  background: linear-gradient(180deg, rgba(8, 8, 18, 0.9), rgba(47, 30, 67, 0.8));
  border-color: rgba(217, 108, 255, 0.22);
}

body:is([data-page="gallery"], [data-page="flash"], [data-page="contact"]).silly-mode .switch-track {
  background: linear-gradient(180deg, #191524, #2b2339);
}

body:is([data-page="gallery"], [data-page="flash"], [data-page="contact"]).silly-mode .mode-toggle.is-active .switch-track {
  background: linear-gradient(180deg, #3c5673, #6e8bd7);
}

body:is([data-page="gallery"], [data-page="flash"], [data-page="contact"]).silly-mode .switch-knob {
  background: linear-gradient(180deg, #f2eaff, #c6b8db);
}

body:is([data-page="gallery"], [data-page="flash"], [data-page="contact"]).silly-mode .mode-toggle.is-active .switch-knob {
  background: linear-gradient(180deg, #fff1d1, #f0cd78);
}

body[data-page="gallery"].silly-mode .brand-text strong,
body[data-page="gallery"].silly-mode .page-hero h1,
body[data-page="gallery"].silly-mode .gallery-card h3,
body[data-page="flash"].silly-mode .brand-text strong,
body[data-page="flash"].silly-mode .page-hero h1,
body[data-page="flash"].silly-mode .hero-copy h1,
body[data-page="flash"].silly-mode .feature-panel h2,
body[data-page="contact"].silly-mode .brand-text strong,
body[data-page="contact"].silly-mode .page-hero h1,
body[data-page="contact"].silly-mode .info-card h2,
body[data-page="contact"].silly-mode .form-shell h2 {
  color: #fff4ff;
}

body[data-page="gallery"].silly-mode .brand-text span,
body[data-page="gallery"].silly-mode .lead,
body[data-page="gallery"].silly-mode .gallery-card p,
body[data-page="gallery"].silly-mode .footer-grid p,
body[data-page="flash"].silly-mode .brand-text span,
body[data-page="flash"].silly-mode .hero-text,
body[data-page="flash"].silly-mode .feature-panel p,
body[data-page="flash"].silly-mode .feature-panel li,
body[data-page="flash"].silly-mode .footer-grid p,
body[data-page="contact"].silly-mode .brand-text span,
body[data-page="contact"].silly-mode .lead,
body[data-page="contact"].silly-mode .info-card p,
body[data-page="contact"].silly-mode .field-note,
body[data-page="contact"].silly-mode .faq-list li,
body[data-page="contact"].silly-mode .footer-grid p {
  color: rgba(239, 231, 255, 0.78);
}

body:is([data-page="gallery"], [data-page="flash"]).silly-mode .img-wrapper {
  display: block;
  z-index: 0;
}

body[data-page="flash"].silly-mode .img-wrapper {
  top: 5rem;
  bottom: -5rem;
}

body[data-page="gallery"].silly-mode .sticker-ufo {
  transition: none;
}

body[data-page="gallery"].silly-mode .page-hero,
body[data-page="gallery"].silly-mode .section,
body[data-page="gallery"].silly-mode .site-footer,
body[data-page="flash"].silly-mode .hero,
body[data-page="flash"].silly-mode .site-footer {
  position: relative;
  z-index: 2;
}


body[data-page="gallery"].silly-mode .gallery-planet-orbit {
  display: none;
}

body[data-page="gallery"].silly-mode .gallery-planet {
  filter: drop-shadow(0 16px 26px rgba(0, 0, 0, 0.3));
}

body[data-page="gallery"].silly-mode .eyebrow,
body[data-page="gallery"].silly-mode .artist-tag,
body[data-page="contact"].silly-mode .meta-label,
body[data-page="contact"].silly-mode .eyebrow {
  color: #8fe7ff;
}

body[data-page="gallery"].silly-mode .filter-chip {
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(239, 231, 255, 0.16);
  color: rgba(244, 236, 255, 0.84);
}

body[data-page="gallery"].silly-mode .filter-chip.active {
  background: linear-gradient(135deg, #ff78b9, #6ec8ff);
  border-color: transparent;
  color: #171221;
}

body[data-page="gallery"].silly-mode .gallery-card,
body[data-page="flash"].silly-mode .flash-card,
body[data-page="contact"].silly-mode .form-shell,
body[data-page="contact"].silly-mode .info-card {
  background: linear-gradient(180deg, rgb(26, 20, 42), rgb(16, 12, 28));
  border: 1px solid rgb(80, 74, 107);
  box-shadow: 10px 10px 0 rgba(0, 0, 0, 0.18);
}

body[data-page="gallery"].silly-mode .gallery-card {
  position: relative;
}

body[data-page="gallery"].silly-mode .gallery-card::before {
  content: "";
  position: absolute;
  inset: auto 1rem 1rem auto;
  width: 3.4rem;
  height: 0.3rem;
  border-radius: 999px;
  background: linear-gradient(90deg, rgba(255, 120, 185, 0.7), rgba(110, 200, 255, 0.85));
  opacity: 0.65;
}

body[data-page="gallery"].silly-mode .filter-chip-launch {
  display: inline-flex;
}

body[data-page="gallery"].silly-mode .nuke-confirm-label {
  color: #f7efff;
}

body[data-page="gallery"].silly-mode .nuke-terminal-panel {
  border-color: rgba(110, 200, 255, 0.24);
  background: linear-gradient(180deg, rgba(9, 14, 24, 0.98), rgba(16, 11, 27, 0.98));
}

body[data-page="gallery"].silly-mode .nuke-terminal-heading,
body[data-page="gallery"].silly-mode .nuke-terminal-screen {
  color: #9fe9ff;
}

body[data-page="gallery"].silly-mode .nuke-confirm-input,
body[data-page="contact"].silly-mode .form-row input,
body[data-page="contact"].silly-mode .form-row select,
body[data-page="contact"].silly-mode .form-row textarea {
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(239, 231, 255, 0.16);
  color: #f6efff;
}

body[data-page="gallery"].silly-mode .nuke-terminal-close {
  border-color: rgba(110, 200, 255, 0.22);
  background: rgba(110, 200, 255, 0.08);
  color: #d5f5ff;
}

body[data-page="gallery"].silly-mode .gallery-art {
  box-shadow: none;
}

body[data-page="flash"] main {
  position: relative;
}

body[data-page="contact"].silly-mode .form-row label {
  color: #f7efff;
}

body[data-page="contact"].silly-mode .form-row textarea::placeholder,
body[data-page="contact"].silly-mode .form-row input::placeholder,
body[data-page="contact"].silly-mode .form-row select::placeholder {
  color: rgba(246, 239, 255, 0.78);
  opacity: 1;
}

body[data-page="contact"].silly-mode .form-status {
  color: #ffe4a8;
}

@keyframes gallery-card-collapse {
  0% {
    opacity: 1;
    transform: scale(1);
  }
  55% {
    opacity: 0.9;
    transform: scale(1.03) rotate(1deg);
  }
  100% {
    opacity: 0;
    transform: scale(0.86);
  }
}

@keyframes explosion-bloom {
  0% {
    opacity: 0;
    transform: translate(-50%, -50%) scale(0.3);
  }
  22% {
    opacity: 1;
    transform: translate(-50%, -50%) scale(1);
  }
  100% {
    opacity: 0;
    transform: translate(-50%, -50%) scale(2.1);
  }
}

@keyframes explosion-ring {
  0% {
    opacity: 0.8;
    transform: scale(0.5);
  }
  100% {
    opacity: 0;
    transform: scale(2.2);
  }
}

.sticker {
  position: absolute;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: clamp(
    calc(var(--sticker-min, 5.5rem) * var(--sticker-scale, 1)),
    calc(var(--sticker-vmin, 16) * 1vmin * var(--sticker-scale, 1)),
    calc(var(--sticker-max, 14rem) * var(--sticker-scale, 1))
  );
  height: clamp(
    calc(var(--sticker-min, 5.5rem) * var(--sticker-scale, 1)),
    calc(var(--sticker-vmin, 16) * 1vmin * var(--sticker-scale, 1)),
    calc(var(--sticker-max, 14rem) * var(--sticker-scale, 1))
  );
  filter: drop-shadow(0 5px 10px rgba(0, 0, 0, 0.42));
  animation: sticker-float 4.2s ease-in-out infinite;
  opacity: 0.78;
}

.sticker-image {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  pointer-events: none;
}

.sticker-ufo-image {
  object-fit: contain;
}

.fox-walker {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  width: clamp(
    calc(5.2rem * var(--fox-scale, 1)),
    calc(9vw * var(--fox-scale, 1)),
    calc(7.4rem * var(--fox-scale, 1))
  );
  height: clamp(
    calc(5.2rem * var(--fox-scale, 1)),
    calc(9vw * var(--fox-scale, 1)),
    calc(7.4rem * var(--fox-scale, 1))
  );
  pointer-events: none;
  z-index: 2147483647;
  transform: translate3d(-200px, -200px, 0);
  will-change: transform;
}

.fox-walker::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: url("sprites/Fox_walk.png");
  background-repeat: no-repeat;
  background-size: 600% 400%;
  background-position-x: 0;
  image-rendering: pixelated;
  animation: fox-sprite-frames 0.8s steps(6) infinite;
}

.fox-walker.is-facing-right::before {
  background-position-y: 100%;
}

.fox-walker.is-facing-left::before {
  background-position-y: 66.666%;
}

.sticker-flower {
  position: fixed;
  left: clamp(0.25rem, 1.2vw, 1rem);
  top: auto;
  bottom: clamp(0.25rem, 1.6vh, 1.2rem);
  --sticker-min: 5rem;
  --sticker-vmin: 13;
  --sticker-max: 9.6rem;
  --sticker-scale: var(--sticker-scale-static);
}

.sticker-ufo {
  right: clamp(4%, 8vw, 10%);
  top: clamp(0.7rem, 2.2svh, 1.4rem);
  --sticker-min: 8rem;
  --sticker-vmin: 20;
  --sticker-max: 16rem;
  --sticker-scale: var(--sticker-scale-mover);
  z-index: 2147483647;
  animation-duration: 4.6s;
  transition:
    top 2.4s ease-in-out,
    left 2.4s ease-in-out,
    right 2.4s ease-in-out,
    transform 2.4s ease-in-out;
}

.sticker-star {
  position: fixed;
  left: clamp(0.2rem, 1vw, 0.9rem);
  top: clamp(25.8rem, 21vh, 13rem);
  --sticker-min: 6.4rem;
  --sticker-vmin: 17;
  --sticker-max: 15rem;
  --sticker-scale: var(--sticker-scale-static);
  animation-duration: 3.8s;
}


.sticky-note {
  position: fixed;
  left: clamp(10.2rem, 1vw, 0.9rem);
  top: clamp(0rem, 21vh, 10rem);
  --sticker-min: 6.4rem;
  --sticker-vmin: 17;
  --sticker-max: 15rem;
  --sticker-scale: var(--sticker-scale-static);
}

.sticker-heart {
  position: fixed;
  right: clamp(0.2rem, 1vw, 0.9rem);
  top: clamp(0.2rem, 1.3vh, 0.9rem);
  --sticker-min: 10rem;
  --sticker-vmin: 29;
  --sticker-max: 22rem;
  --sticker-scale: var(--sticker-scale-static);
  animation-duration: 4.8s;
}

.sticker-sparkle {
  position: fixed;
  right: clamp(0.25rem, 1.2vw, 1rem);
  top: auto;
  bottom: clamp(0.25rem, 1.8vh, 1.35rem);
  --sticker-min: 8.8rem;
  --sticker-vmin: 22;
  --sticker-max: 18.5rem;
  --sticker-scale: var(--sticker-scale-static);
  animation-duration: 4s;
}

.secret-page {
  min-height: 100vh;
  padding: 2rem 1rem;
  background:
    radial-gradient(circle at top, rgba(130, 255, 149, 0.04), transparent 20%),
    linear-gradient(180deg, #000000 0%, #030503 100%);
  color: #9cff9c;
}

.truth-page {
  min-height: 100vh;
  padding: 2rem 1rem;
  background:
    radial-gradient(circle at top, rgba(165, 62, 43, 0.08), transparent 24%),
    linear-gradient(180deg, #050505 0%, #111111 100%);
  color: #f4ede4;
}

.truth-shell {
  width: min(100%, 72rem);
  margin: 0 auto;
  padding: 2rem;
}

.truth-back {
  display: inline-flex;
  margin-bottom: 1rem;
  color: rgba(244, 237, 228, 0.72);
}

.truth-shell h1 {
  margin: 0 0 1.5rem;
  max-width: 12ch;
}

.truth-grid {
  display: grid;
  gap: 1.25rem;
}

.truth-card {
  margin: 0;
  padding: 0.75rem;
  border-radius: 28px;
  background: linear-gradient(180deg, rgba(17, 17, 17, 0.98), rgba(6, 6, 6, 0.98));
  border: 1px solid rgba(244, 237, 228, 0.08);
  box-shadow: 0 30px 60px rgba(0, 0, 0, 0.5);
  overflow: hidden;
}

.truth-card img {
  width: 100%;
  aspect-ratio: 4 / 5;
  object-fit: cover;
  border-radius: 22px;
  filter: brightness(0.5) contrast(1.08) saturate(0.82);
}

.secret-shell {
  width: min(100%, 44rem);
  margin: 0 auto;
  padding: 2rem;
  border: 1px solid rgba(156, 255, 156, 0.18);
  border-radius: 28px;
  background: linear-gradient(180deg, rgba(2, 3, 2, 0.985), rgba(0, 0, 0, 0.995));
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.6);
}

.secret-shell h1,
.secret-shell .eyebrow,
.secret-shell .meta-label,
.secret-back {
  font-family: "Share Tech Mono", monospace;
  letter-spacing: 0.06em;
}

.secret-shell h1 {
  font-size: clamp(2.8rem, 9vw, 4.8rem);
  line-height: 1;
}

.secret-shell .eyebrow,
.secret-shell .meta-label,
.secret-back {
  color: #6dff8b;
}

.secret-back {
  display: inline-flex;
  margin-bottom: 1rem;
  color: rgba(156, 255, 156, 0.84);
}

.secret-lead {
  color: rgba(156, 255, 156, 0.76);
}

.radio-unit {
  display: grid;
  gap: 1rem;
  margin: 2rem 0 1rem;
  padding: 1.5rem;
  border-radius: 24px;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.99), rgba(5, 8, 5, 0.97));
  border: 1px solid rgba(156, 255, 156, 0.12);
}

.radio-display {
  padding: 1rem 1.1rem;
  border-radius: 20px;
  background: linear-gradient(180deg, rgba(20, 34, 20, 0.2), rgba(2, 8, 2, 0.22));
  border: 1px solid rgba(156, 255, 156, 0.18);
}

.radio-frequency {
  margin: 0;
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(2.6rem, 10vw, 4.8rem);
  line-height: 1;
  color: #b7ffb7;
}

.radio-slider-shell {
  display: grid;
  gap: 0.8rem;
}

.radio-slider {
  width: 100%;
  accent-color: #d5bb62;
}

.radio-scale {
  display: flex;
  justify-content: space-between;
  gap: 0.5rem;
  font-size: 0.85rem;
  color: rgba(156, 255, 156, 0.56);
}

@keyframes sticker-float {
  0%,
  100% {
    transform: translateY(0) rotate(0deg);
  }

  50% {
    transform: translateY(-10px) rotate(5deg);
  }
}

@keyframes fox-sprite-frames {
  from {
    background-position-x: 0;
  }

  to {
    background-position-x: 120%;
  }
}

@keyframes gallery-planet-orbit-spin {
  from {
    transform: translateX(-50%) rotate(0deg);
  }

  to {
    transform: translateX(-50%) rotate(360deg);
  }
}

@keyframes gallery-planet-counter-spin {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(-360deg);
  }
}

[hidden] {
  display: none !important;
}

@media (min-width: 700px) {
  .hero-actions {
    flex-direction: row;
    flex-wrap: wrap;
  }

  .gallery-grid,
  .footer-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 699px) {
  .gallery-planet-orbit {
    width: 155vw;
    height: 76rem;
    top: 8rem;
  }

  .gallery-planet {
    width: 4.5rem;
    height: 4.5rem;
  }

  .owl-stack {
    top: auto;
    bottom: 0.45rem;
    right: 0.6rem;
    width: 6.75rem;
    height: 6.75rem;
  }

  .owl-secret-button {
    width: 3.7rem;
    height: 3.7rem;
    font-size: 1.3rem;
  }

  .owl-dragger {
    width: 5.6rem;
    height: 5.6rem;
  }

  .silly-corner-toggle {
    top: 0.5rem;
    left: 0.5rem;
    right: auto;
    min-width: 0;
    min-height: 0;
    padding: 0;
    border-radius: 0;
    gap: 0;
  }

  .topbar .brand {
    margin-left: 3.35rem;
  }

  .silly-corner-toggle .switch-track {
    width: 2.28rem;
    height: 1.28rem;
  }

  .silly-corner-toggle .switch-knob {
    width: 0.9rem;
    height: 0.9rem;
  }

  .silly-corner-toggle.mode-toggle.is-active .switch-knob {
    transform: translateX(0.98rem);
  }
}

@media (min-width: 900px) {
  .nav-toggle {
    display: none;
  }

  .site-nav {
    position: static;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 0.35rem;
    padding: 0;
    border: 0;
    background: transparent;
    box-shadow: none;
    opacity: 1;
    pointer-events: auto;
    transform: none;
  }

  .silly-corner-toggle {
    top: 1.1rem;
    left: 1.25rem;
  }

  .hero,
  .page-hero {
    padding: 6rem 0 4rem;
  }

  body[data-page="contact"] .page-hero {
    padding-top: 3.25rem;
    padding-bottom: 2rem;
  }

  .hero-grid {
    grid-template-columns: 1.1fr 0.7fr;
    align-items: center;
  }

  .gallery-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .truth-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }

  .reveal {
    opacity: 1;
    transform: none;
  }
}

body.silly-mode .site-nav a:hover,
body.silly-mode .site-nav a:focus-visible,
body.silly-mode .site-nav a.active {
  background: rgba(104, 212, 255, 0.16);
  color: #f7efff;
}

body.silly-mode .nav-toggle span:not(.sr-only) {
  background: #fff;
}

body.silly-mode .site-nav .button,
body.silly-mode .site-nav .button:hover,
body.silly-mode .site-nav .button:focus-visible {
  background: linear-gradient(135deg, #4f296d, #8d3d72);
  border-color: rgba(239, 231, 255, 0.2);
  color: #fff;
}

/* Lightbox styles - scoped, won't affect existing elements */
.lightbox-clickable {
  cursor: zoom-in;
  transition: opacity 0.2s ease;
}
@media (hover: hover) {
  .lightbox-clickable:hover {
    opacity: 0.9;
  }
}

.lightbox-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.85);
  z-index: 9999;
  justify-content: center;
  align-items: center;
  cursor: zoom-out;
  padding: 20px;
  box-sizing: border-box;
  overscroll-behavior: contain;
  -webkit-tap-highlight-color: transparent;
}
.lightbox-overlay.active {
  display: flex;
}
.lightbox-overlay img {
  max-width: 90%;
  max-height: 90%;
  object-fit: contain;
  border-radius: 4px;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.5);
  opacity: 1;
  transition: opacity 0.15s ease;
}
.lightbox-overlay.loading img {
  opacity: 0;
}
.lightbox-close {
  position: absolute;
  top: 20px;
  right: 30px;
  color: #fff;
  font-size: 40px;
  font-weight: 300;
  cursor: pointer;
  line-height: 1;
  /* Comfortable tap target on mobile beyond the visible glyph */
  padding: 12px 16px;
}

/* Applied to <body> while the lightbox is open so the page underneath
   can't rubber-band/scroll behind the fixed overlay on touch devices. */
body.lightbox-lock {
  overflow: hidden;
  touch-action: none;
}

.sticky-note-mobile {
  display: none;
}

.sticky-note-mobile img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  pointer-events: none;
  user-select: none;
}

@media (max-width: 760px) {
  body:is([data-page="home"], [data-page="gallery"], [data-page="flash"]).silly-mode .sticky-note-mobile {
    display: block;
    width: 9rem;
    height: 9rem;
    margin: 1rem 0 0 1rem;
  }

  body:is([data-page="home"], [data-page="gallery"], [data-page="flash"]).silly-mode .silly-skyline .sticky-note {
    display: none !important;
  }
}

