:root {
  color-scheme: light;
  --paper: #ffffff;
  --paper-soft: #fff7fb;
  --ink: #13223d;
  --muted: #5d6980;
  --line: rgba(19, 34, 61, 0.14);
  --accent: #2387ff;
  --accent-deep: #12509f;
  --sky: #dff4ff;
  --cyan: #70d7ff;
  --navy: #102b61;
  --yellow: #ffd429;
  --green: #51d36a;
  --light-pink: #ffd5e8;
  --rose: #ff79b7;
  --blue: #b7ddff;
  --radius: 30px;
  --shadow: 0 32px 90px rgba(18, 80, 159, 0.16);
  --display: "Playwrite AU NSW", "Segoe Print", "Bradley Hand", cursive;
  --body: "Nunito Sans", Avenir Next, Avenir, Helvetica Neue, Arial, sans-serif;
}

* { box-sizing: border-box; }

html { scroll-behavior: smooth; background: var(--paper); }

body {
  margin: 0;
  min-height: 100dvh;
  font-family: var(--body);
  color: var(--ink);
  background:
    radial-gradient(circle at 12% 10%, rgba(112,215,255,.24), transparent 26rem),
    radial-gradient(circle at 88% 16%, rgba(35,135,255,.16), transparent 24rem),
    radial-gradient(circle at 55% 88%, rgba(255,213,232,.18), transparent 28rem),
    #ffffff;
  line-height: 1.55;
  overflow-x: hidden;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -3;
  pointer-events: none;
  background:
    linear-gradient(90deg, rgba(18,80,159,.04) 1px, transparent 1px),
    linear-gradient(rgba(18,80,159,.035) 1px, transparent 1px);
  background-size: 76px 76px;
  mask-image: linear-gradient(to bottom, black, transparent 84%);
}

body::after {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -2;
  pointer-events: none;
  opacity: .12;
  background-image: radial-gradient(circle at center, rgba(18,80,159,.38) .7px, transparent .8px);
  background-size: 5px 5px;
  mix-blend-mode: multiply;
}

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

.skip-link {
  position: absolute;
  top: -4rem;
  left: 1rem;
  z-index: 30;
  padding: .75rem 1rem;
  border-radius: 999px;
  background: var(--ink);
  color: var(--paper-soft);
}
.skip-link:focus { top: 1rem; }

.atmosphere {
  position: fixed;
  inset: -18vh -12vw;
  z-index: -4;
  pointer-events: none;
  filter: blur(7px) saturate(1.15);
}

.wash {
  position: absolute;
  width: 42vw;
  height: 42vw;
  min-width: 340px;
  min-height: 340px;
  border-radius: 45% 55% 62% 38%;
  opacity: .48;
  mix-blend-mode: multiply;
}
.wash-a { left: 1vw; top: 6vh; background: var(--cyan); animation: driftA 22s ease-in-out infinite alternate; }
.wash-b { right: 1vw; top: 12vh; background: var(--accent); animation: driftB 26s ease-in-out infinite alternate; }
.wash-c { left: 24vw; bottom: 0; background: var(--light-pink); animation: driftC 30s ease-in-out infinite alternate; }
.wash-d { right: 28vw; bottom: 14vh; background: var(--green); animation: driftD 28s ease-in-out infinite alternate; }

.cursor-orb {
  position: fixed;
  width: 260px;
  height: 260px;
  left: 0;
  top: 0;
  z-index: -1;
  pointer-events: none;
  border-radius: 50%;
  opacity: .28;
  background: radial-gradient(circle, rgba(255,255,255,.94), rgba(112,215,255,.34) 34%, rgba(35,135,255,.22) 52%, transparent 70%);
  transform: translate3d(-50%, -50%, 0);
  transition: opacity .25s ease;
}

.site-header {
  position: fixed;
  left: clamp(1rem, 3vw, 2rem);
  right: clamp(1rem, 3vw, 2rem);
  top: 1rem;
  z-index: 20;
  min-height: 64px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: .72rem .78rem .72rem .88rem;
  border: 1px solid rgba(255,255,255,.62);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.74);
  backdrop-filter: blur(24px) saturate(170%);
  -webkit-backdrop-filter: blur(24px) saturate(170%);
  box-shadow: 0 18px 60px rgba(18,80,159,.12), inset 0 1px 0 rgba(255,255,255,.9);
}

.brand,
.nav-links { display: flex; align-items: center; }

.brand {
  gap: .72rem;
  text-decoration: none;
  font-family: var(--body);
  font-weight: 650;
  letter-spacing: -.01em;
}

.brand-mark {
  display: grid;
  place-items: center;
  width: 46px;
  height: 46px;
  padding: .35rem;
  border-radius: 50%;
  background: rgba(255,255,255,.72);
  box-shadow: 0 10px 30px rgba(18,80,159,.12), inset 0 0 0 1px rgba(19,34,61,.08);
}
.brand-mark img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.nav-links {
  gap: .3rem;
  color: #5d5061;
  font-size: .86rem;
  font-weight: 650;
}

.nav-links a {
  text-decoration: none;
  padding: .72rem .92rem;
  border-radius: 999px;
  transition: color .25s ease, background-color .25s ease, transform .25s ease;
}

.nav-links a:hover,
.nav-links a:focus-visible {
  color: var(--ink);
  background: rgba(255,255,255,.62);
  transform: translateY(-1px);
}

.hero {
  position: relative;
  overflow: hidden;
  min-height: clamp(590px, 82dvh, 760px);
  display: grid;
  grid-template-columns: minmax(0, .92fr) minmax(340px, 1.08fr);
  align-items: center;
  gap: clamp(1.25rem, 3.5vw, 3.8rem);
  padding: clamp(5rem, 7vw, 6.4rem) clamp(1rem, 5vw, 5rem) clamp(2.4rem, 4vw, 3.6rem);
}

.hero-copy { position: relative; z-index: 3; max-width: 720px; }

.eyebrow {
  margin: 0 0 1rem;
  color: var(--accent-deep);
  text-transform: uppercase;
  letter-spacing: .12em;
  font-size: .68rem;
  font-weight: 700;
}

h1, h2, h3, p { margin-top: 0; }

h1,
h2,
h3 {
  font-family: var(--display);
}

h1 {
  max-width: 13ch;
  margin-bottom: 1.15rem;
  color: var(--accent-deep);
  font-size: clamp(3rem, 5.1vw, 5.35rem);
  line-height: 1.08;
  letter-spacing: -.05em;
  font-weight: 400;
}

h2 {
  margin-bottom: .85rem;
  color: var(--accent-deep);
  font-size: clamp(2rem, 3.6vw, 3.6rem);
  line-height: 1.12;
  letter-spacing: -.04em;
  font-weight: 400;
}

h3 {
  margin-bottom: .18rem;
  font-size: clamp(1.12rem, 1.5vw, 1.35rem);
  letter-spacing: -.05em;
}

.hero-text {
  max-width: 36rem;
  margin-bottom: 0;
  color: var(--muted);
  font-size: clamp(1.03rem, 1.25vw, 1.16rem);
  font-weight: 500;
}

.hero-actions { display: flex; flex-wrap: wrap; gap: .8rem; margin-top: 1.5rem; }

.button {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  min-height: 50px;
  padding: .86rem 1.24rem;
  border: 1px solid var(--line);
  border-radius: 999px;
  font: inherit;
  font-weight: 700;
  letter-spacing: -.02em;
  text-decoration: none;
  cursor: pointer;
  transition: transform .28s cubic-bezier(.16,1,.3,1), background-color .25s ease, border-color .25s ease;
}
.button:hover,
.button:focus-visible { transform: translateY(-2px); }
.button:active { transform: translateY(1px) scale(.99); }
.button.primary { color: #ffffff; background: var(--accent-deep); border-color: var(--accent-deep); }
.button.secondary { color: var(--ink); background: rgba(255,255,255,.55); border-color: rgba(32,21,47,.2); }

.hero-stage {
  position: relative;
  z-index: 2;
  min-height: min(640px, 66vh);
  perspective: 1200px;
}

.hero-image-card {
  overflow: hidden;
  min-height: auto;
  border: 1px solid rgba(255,255,255,.82);
  border-radius: 42px;
  background: rgba(255,255,255,.72);
  box-shadow: var(--shadow), inset 0 1px 0 rgba(255,255,255,.95);
}
.hero-image-card img {
  width: 100%;
  height: 100%;
  min-height: clamp(380px, 50vh, 540px);
  object-fit: cover;
  object-position: center;
}

.room-scene {
  overflow: hidden;
  border: 1px solid rgba(255,255,255,.82);
  border-radius: 42px;
  background:
    linear-gradient(180deg, rgba(223,244,255,.96) 0%, rgba(255,255,255,.98) 58%, rgba(209,235,255,.82) 58%, rgba(245,251,255,.96) 100%);
  box-shadow: var(--shadow), inset 0 1px 0 rgba(255,255,255,.95);
}

.room-wall {
  position: absolute;
  inset: 0 0 34%;
  overflow: hidden;
  background:
    radial-gradient(circle at 20% 18%, rgba(112,215,255,.34), transparent 18rem),
    radial-gradient(circle at 82% 28%, rgba(35,135,255,.18), transparent 18rem),
    linear-gradient(135deg, #f7fcff, #dff4ff 58%, #f9fbff);
}
.room-wall::before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: .24;
  background-image: linear-gradient(90deg, rgba(18,80,159,.16) 1px, transparent 1px);
  background-size: 84px 100%;
}
.paint-orb {
  position: absolute;
  width: 170px;
  height: 170px;
  border-radius: 44% 56% 50% 50%;
  filter: blur(1px);
  opacity: .72;
  mix-blend-mode: multiply;
  animation: paintDrift 12s ease-in-out infinite alternate;
}
.orb-a { left: 8%; top: 14%; background: var(--cyan); }
.orb-b { right: 12%; top: 8%; background: var(--accent); animation-delay: -4s; }
.orb-c { right: 28%; bottom: 10%; background: var(--light-pink); animation-delay: -7s; }

.room-art {
  position: absolute;
  left: 50%;
  top: 8%;
  z-index: 4;
  width: min(52%, 410px);
  padding: clamp(.7rem, 1.2vw, 1rem);
  border-radius: 24px;
  background: #ffffff;
  box-shadow: 0 30px 80px rgba(18,80,159,.22), 0 0 0 1px rgba(18,80,159,.08);
  transform: translateX(-50%) rotate(-1deg);
  transition: transform .45s cubic-bezier(.16,1,.3,1), box-shadow .45s ease;
}
.room-art:hover,
.room-art:focus-visible {
  transform: translateX(-50%) translateY(-8px) rotate(1deg);
  box-shadow: 0 38px 110px rgba(18,80,159,.28), 0 0 0 1px rgba(18,80,159,.12);
}
.room-art img { width: 100%; border-radius: 18px; }

.room-floor {
  position: absolute;
  left: -6%;
  right: -6%;
  bottom: -10%;
  height: 43%;
  background:
    linear-gradient(90deg, rgba(18,80,159,.12), transparent 18%, rgba(18,80,159,.08) 46%, transparent 75%),
    linear-gradient(180deg, rgba(192,224,250,.92), rgba(255,255,255,.96));
  transform: rotateX(58deg);
  transform-origin: center top;
}
.room-side {
  position: absolute;
  z-index: 5;
  width: min(23%, 168px);
  border: 8px solid #ffffff;
  border-radius: 22px;
  background: #ffffff;
  box-shadow: 0 22px 60px rgba(18,80,159,.18);
}
.room-side-a { left: 8%; bottom: 12%; transform: rotate(-8deg); animation: floatB 8.5s ease-in-out infinite; }
.room-side-b { right: 8%; bottom: 10%; transform: rotate(7deg); animation: floatC 9.5s ease-in-out infinite; }

.stage-bubble {
  position: absolute;
  z-index: 4;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 88px;
  min-height: 42px;
  padding: .45rem 1rem;
  border-radius: 999px;
  border: 1px solid rgba(255,255,255,.7);
  background: rgba(255,255,255,.58);
  color: var(--navy);
  font-family: var(--display);
  font-weight: 400;
  box-shadow: 0 14px 40px rgba(18,80,159,.12);
}
.bubble-a { left: 7%; top: 7%; transform: rotate(-7deg); }
.bubble-b { right: 6%; top: 47%; transform: rotate(7deg); }

.colour-band {
  position: relative;
  z-index: 12;
  overflow: hidden;
  border-block: 1px solid var(--line);
  background: linear-gradient(90deg, rgba(112,215,255,.42), rgba(35,135,255,.18), rgba(255,213,232,.3), rgba(81,211,106,.18));
  box-shadow: 0 -18px 70px rgba(18,80,159,.08), 0 18px 70px rgba(18,80,159,.08);
}
.colour-band p {
  position: relative;
  z-index: 2;
  width: min(100%, 1100px);
  margin: 0;
  padding: 1.1rem clamp(1rem, 5vw, 5rem);
  color: var(--ink);
  font-family: var(--body);
  font-size: clamp(1rem, 1.55vw, 1.24rem);
  font-weight: 400;
  letter-spacing: -.015em;
  text-align: center;
}

.section-pad { padding: clamp(2.8rem, 5.2vw, 4.9rem) clamp(1rem, 5vw, 5rem); }

.about {
  display: grid;
  grid-template-columns: 1.1fr .72fr;
  grid-template-rows: auto auto;
  align-items: stretch;
  gap: clamp(1rem, 2vw, 1.6rem);
}

.about-card {
  border-radius: var(--radius);
  border: 1px solid rgba(255,255,255,.6);
  background: rgba(255,255,255,.42);
  box-shadow: var(--shadow);
  backdrop-filter: blur(18px) saturate(140%);
  -webkit-backdrop-filter: blur(18px) saturate(140%);
}
.main-card {
  grid-row: span 2;
  padding: clamp(1.4rem, 4vw, 3rem);
  background: linear-gradient(135deg, rgba(255,255,255,.72), rgba(112,215,255,.22), rgba(255,213,232,.18));
}
.main-card p + p { margin-top: .95rem; }
.main-card p,
.section-heading p,
.inquiry-copy p {
  max-width: 44rem;
  color: var(--muted);
  font-size: clamp(.96rem, 1.2vw, 1.08rem);
  line-height: 1.65;
}
.side-card {
  min-height: 210px;
  display: flex;
  align-items: flex-end;
  padding: clamp(1.2rem, 3vw, 2rem);
  background: rgba(183,221,255,.34);
}
.side-card p {
  margin-bottom: 0;
  color: var(--ink);
  font-size: clamp(.96rem, 1.22vw, 1.06rem);
  font-weight: 400;
  line-height: 1.68;
  letter-spacing: -.01em;
}
.fun-card {
  min-height: 210px;
  display: grid;
  place-items: center;
  padding: 2rem;
  background: radial-gradient(circle at 18% 24%, rgba(255,255,255,.82), transparent 34%), linear-gradient(135deg, rgba(112,215,255,.78), rgba(35,135,255,.48), rgba(255,213,232,.58));
  transform: rotate(2deg);
}
.fun-card span {
  max-width: 9ch;
  color: #fff9dc;
  font-family: var(--display);
  font-size: clamp(1.9rem, 3.4vw, 3.2rem);
  font-weight: 400;
  line-height: 1.08;
  letter-spacing: -.055em;
  text-align: center;
}

.gallery-section { position: relative; }
.section-heading { max-width: 790px; margin-bottom: clamp(1.7rem, 3vw, 2.8rem); }

.art-grid {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: clamp(1rem, 1.7vw, 1.45rem);
  align-items: start;
}
.art-card {
  grid-column: span 4;
  display: grid;
  gap: .9rem;
  transform: translateY(var(--lift, 0)) rotate(var(--tilt, 0));
  transform-origin: center;
}
.art-card.tall { grid-column: span 3; }
.art-card.wide { grid-column: span 5; }
.art-card a {
  position: relative;
  overflow: hidden;
  border-radius: var(--radius);
  border: 1px solid rgba(255,255,255,.62);
  background: rgba(255,255,255,.36);
  box-shadow: 0 24px 80px rgba(18,80,159,.16);
  transition: transform .45s cubic-bezier(.16,1,.3,1), box-shadow .45s ease;
}
.art-card a::after {
  content: "Ask about this work";
  position: absolute;
  left: 1rem;
  right: 1rem;
  bottom: 1rem;
  padding: .78rem .9rem;
  border-radius: 999px;
  color: #fff9dc;
  background: rgba(18,80,159,.92);
  opacity: 0;
  transform: translateY(12px);
  transition: opacity .28s ease, transform .28s ease;
  text-align: center;
  font-weight: 700;
}
.art-card img {
  width: 100%;
  height: 100%;
  aspect-ratio: 4 / 5;
  object-fit: cover;
  transition: transform .8s cubic-bezier(.16,1,.3,1), filter .8s ease;
}
.art-card.tall img { aspect-ratio: 4 / 6; }
.art-card.wide img { aspect-ratio: 16 / 11; }
.art-card a:hover,
.art-card a:focus-visible { transform: translateY(-10px) rotate(calc(var(--tilt, 0deg) * -1)); box-shadow: 0 34px 110px rgba(18,80,159,.22); }
.art-card a:hover::after,
.art-card a:focus-visible::after { opacity: 1; transform: translateY(0); }
.art-card a:hover img,
.art-card a:focus-visible img { transform: scale(1.055); filter: saturate(1.15); }

.art-meta {
  display: grid;
  gap: .28rem;
  padding-inline: .35rem;
}
.art-meta h3 { font-weight: 400; }
.art-meta p { margin: 0; color: var(--muted); font-size: .96rem; line-height: 1.48; max-width: 26rem; font-weight: 400; }

.personality {
  max-width: 1280px;
  margin: 0 auto;
}
.personality h2 { max-width: 9ch; }
.personality-grid {
  display: grid;
  grid-template-columns: 1fr 1.1fr .9fr;
  gap: clamp(1rem, 2vw, 1.6rem);
  margin-top: 1.8rem;
}
.personality-grid p {
  min-height: 140px;
  margin: 0;
  display: flex;
  align-items: flex-end;
  padding: clamp(1.2rem, 3vw, 2.2rem);
  border-radius: var(--radius);
  background: rgba(255,255,255,.4);
  border: 1px solid rgba(255,255,255,.58);
  box-shadow: 0 18px 70px rgba(18,80,159,.1);
  font-family: var(--body);
  font-size: clamp(1rem, 1.35vw, 1.24rem);
  font-weight: 550;
  line-height: 1.45;
  letter-spacing: -.015em;
}
.personality-grid p:nth-child(1) { background: rgba(112,215,255,.32); }
.personality-grid p:nth-child(2) { transform: translateY(20px); background: rgba(255,213,232,.62); }
.personality-grid p:nth-child(3) { transform: translateY(8px); background: rgba(81,211,106,.2); }


.inquiry {
  display: grid;
  grid-template-columns: .82fr 1fr;
  align-items: start;
  gap: clamp(1.6rem, 4.5vw, 4rem);
  max-width: 1220px;
  margin: 0 auto;
}
.inquiry-form {
  position: relative;
  padding: clamp(1rem, 3vw, 2rem);
  border-radius: var(--radius);
  border: 1px solid rgba(255,255,255,.64);
  background: rgba(255,255,255,.58);
  box-shadow: var(--shadow), inset 0 1px 0 rgba(255,255,255,.75);
  backdrop-filter: blur(24px) saturate(150%);
  -webkit-backdrop-filter: blur(24px) saturate(150%);
}
.inquiry-form::before {
  content: "";
  position: absolute;
  inset: -16px;
  z-index: -1;
  border-radius: calc(var(--radius) + 16px);
  background: linear-gradient(135deg, rgba(112,215,255,.34), rgba(35,135,255,.16), rgba(255,213,232,.24));
  filter: blur(20px);
}
.hidden { display: none; }
.field-group { display: grid; gap: .45rem; margin-bottom: 1rem; }
label { color: var(--ink); font-weight: 650; }
input,
textarea {
  width: 100%;
  border: 1px solid rgba(32,21,47,.38);
  border-radius: 18px;
  padding: .95rem 1rem;
  background: rgba(255,255,255,.82);
  color: var(--ink);
  font: inherit;
}
input::placeholder,
textarea::placeholder { color: #665a78; }
input:focus,
textarea:focus,
.button:focus-visible,
a:focus-visible {
  outline: 3px solid rgba(35,135,255,.34);
  outline-offset: 3px;
}
.form-submit { width: 100%; margin-top: .4rem; }
.form-note { margin: 1rem 0 0; color: #5b4f6f; font-size: .86rem; }

.site-footer {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: clamp(1.2rem, 4vw, 3rem);
  padding: 2rem clamp(1rem, 5vw, 5rem);
  color: var(--muted);
  border-top: 1px solid var(--line);
  background: rgba(255,255,255,.46);
}
.site-footer p { margin: 0; }
.footer-main,
.footer-meta { display: grid; gap: .45rem; }
.footer-main { max-width: 34rem; }
.footer-main strong { color: var(--ink); font-weight: 650; }
.footer-meta { text-align: right; }
.site-footer a {
  color: var(--accent-deep);
  font-weight: 650;
  text-decoration-thickness: .08em;
  text-underline-offset: .18em;
}
.site-footer a:hover,
.site-footer a:focus-visible { color: var(--navy); }

.reveal { opacity: 1; transform: none; }
.js .reveal {
  opacity: 1;
  transform: translateY(18px) scale(.992);
  transition: opacity .9s cubic-bezier(.16,1,.3,1), transform .9s cubic-bezier(.16,1,.3,1);
}
.js .reveal.is-visible { opacity: 1; transform: none; }

@keyframes driftA { from { transform: translate3d(-4vw, -2vh, 0) rotate(0deg); } to { transform: translate3d(7vw, 8vh, 0) rotate(24deg); } }
@keyframes driftB { from { transform: translate3d(4vw, 1vh, 0) rotate(10deg); } to { transform: translate3d(-7vw, 6vh, 0) rotate(-18deg); } }
@keyframes driftC { from { transform: translate3d(-2vw, 5vh, 0) rotate(-8deg); } to { transform: translate3d(8vw, -4vh, 0) rotate(15deg); } }
@keyframes driftD { from { transform: translate3d(5vw, -1vh, 0) rotate(4deg); } to { transform: translate3d(-6vw, -5vh, 0) rotate(-18deg); } }
@keyframes paintDrift { from { transform: translate3d(-10px, 4px, 0) rotate(-8deg) scale(.96); } to { transform: translate3d(12px, -10px, 0) rotate(12deg) scale(1.06); } }
@keyframes floatA { 0%,100% { transform: rotate(3deg) translateY(0); } 50% { transform: rotate(1deg) translateY(-18px); } }
@keyframes floatB { 0%,100% { transform: rotate(-7deg) translateY(0); } 50% { transform: rotate(-3deg) translateY(16px); } }
@keyframes floatC { 0%,100% { transform: rotate(10deg) translateY(0); } 50% { transform: rotate(6deg) translateY(-14px); } }
@keyframes marquee { from { transform: translateX(0); } to { transform: translateX(-50%); } }

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .001ms !important; transition-duration: .001ms !important; }
  .js .reveal { opacity: 1; transform: none; }
  .cursor-orb { display: none; }
}

@media (max-width: 980px) {
  .hero,
  .about,
  .inquiry { grid-template-columns: 1fr; }
  .main-card { grid-row: auto; }
  .hero-stage { min-height: auto; order: -1; margin-top: 1.4rem; }
  .hero-image-card img { min-height: clamp(360px, 55vh, 520px); }
  h1 { max-width: 13ch; }
  .room-art { width: min(60%, 390px); }
  .room-side { width: min(24%, 150px); }
  .art-grid { grid-template-columns: repeat(2, minmax(0,1fr)); }
  .art-card,
  .art-card.tall,
  .art-card.wide { grid-column: span 1; transform: none; }
  .personality-grid { grid-template-columns: 1fr; }
  .personality-grid p,
  .personality-grid p:nth-child(2),
  .personality-grid p:nth-child(3) { min-height: auto; transform: none; }
}

@media (max-width: 640px) {
  .site-header {
    position: relative;
    inset: auto;
    margin: .8rem;
    border-radius: 26px;
    align-items: flex-start;
    flex-direction: column;
  }
  .nav-links { width: 100%; justify-content: space-between; }
  .nav-links a { padding: .58rem .65rem; }
  .hero { min-height: auto; padding-top: 1.2rem; padding-bottom: 2.8rem; }
  .hero-stage { min-height: auto; }
  .hero-image-card img { min-height: 320px; }
  .stage-bubble { display: none; }
  h1 { font-size: clamp(2.35rem, 10vw, 3.45rem); line-height: 1.16; }
  h2 { font-size: clamp(1.75rem, 7vw, 2.55rem); line-height: 1.18; }
  .section-pad { padding: 2.6rem 1rem; }
  .art-grid { grid-template-columns: 1fr; }
  .art-meta { flex-direction: column; align-items: flex-start; gap: .1rem; }
  .fun-card { transform: none; }
  .site-footer { flex-direction: column; }
  .footer-meta { text-align: left; }
}


/* Font consistency update: use the handwritten display font throughout the page. */
body, button, input, textarea, select, label, .brand, .nav-links, .button, .art-meta p, .form-note {
  font-family: var(--body);
}
