/*
Theme Name: SpiritHatched Curio House
Theme URI: https://spirithatched.com
Author: SpiritHatched
Description: An editorial WordPress theme for SpiritHatched — vintage finds, storied objects, and live shopping with Gail.
Version: 1.0.5
Requires at least: 6.4
Tested up to: 6.6
Requires PHP: 7.4
Text Domain: spirithatched
*/

:root {
  --ink: #101613;
  --ink-soft: #19221d;
  --ink-raised: #202b25;
  --parchment: #f2e9d7;
  --parchment-deep: #ded0b6;
  --paper: #fbf6eb;
  --moss: #315846;
  --moss-bright: #6e9279;
  --brass: #b59562;
  --brass-soft: #d1bb8d;
  --ember: #d7674f;
  --white: #fffdf8;
  --muted: #aeb9b1;
  --line-dark: rgba(242, 233, 215, 0.2);
  --line-light: rgba(16, 22, 19, 0.17);
  --shadow: 0 24px 70px rgba(0, 0, 0, 0.24);
  --serif: Georgia, "Times New Roman", Times, serif;
  --sans: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
  --radius-sm: 2px;
  --radius-md: 10px;
  --radius-pill: 999px;
  --content: 1180px;
  --gutter: clamp(1.1rem, 4vw, 3rem);
  --section: clamp(4.5rem, 10vw, 9rem);
}

body.is-live {
  --ink: #1a1014;
  --ink-soft: #28161e;
  --ink-raised: #342029;
  --moss: #773449;
  --moss-bright: #b46071;
  --brass: #e39a66;
  --brass-soft: #f0b98c;
  --parchment: #f7e4d7;
  --parchment-deep: #e4c7b2;
}

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

html {
  scroll-behavior: smooth;
  scroll-padding-top: 6rem;
}

body {
  margin: 0;
  background: var(--ink);
  color: var(--parchment);
  font-family: var(--sans);
  font-size: 1rem;
  line-height: 1.65;
  text-rendering: optimizeLegibility;
  transition: background-color 600ms ease, color 600ms ease;
}

body.admin-bar .site-header {
  top: 32px;
}

@media (max-width: 782px) {
  body.admin-bar .site-header {
    top: 46px;
  }
}

img,
svg,
video,
iframe {
  display: block;
  max-width: 100%;
}

img {
  height: auto;
}

a {
  color: inherit;
  text-decoration-thickness: 1px;
  text-underline-offset: 0.2em;
}

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

button,
[type="submit"] {
  cursor: pointer;
}

::selection {
  background: var(--brass);
  color: var(--ink);
}

:focus-visible {
  outline: 3px solid var(--brass-soft);
  outline-offset: 4px;
}

.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}

.screen-reader-text:focus {
  background: var(--paper);
  clip: auto !important;
  clip-path: none;
  color: var(--ink);
  display: block;
  font-weight: 700;
  height: auto;
  left: 1rem;
  padding: 0.8rem 1rem;
  top: 1rem;
  width: auto;
  z-index: 100000;
}

.container {
  margin-inline: auto;
  max-width: calc(var(--content) + (var(--gutter) * 2));
  padding-inline: var(--gutter);
  width: 100%;
}

.narrow {
  max-width: 760px;
}

.site-main {
  overflow: clip;
  transform-origin: 50% 0;
}

.js.is-ready .site-main {
  animation: hatch-open 900ms cubic-bezier(0.2, 0.72, 0.2, 1) both;
}

@keyframes hatch-open {
  from { clip-path: ellipse(0 0 at 50% 0); }
  to { clip-path: ellipse(100% 120% at 50% 30%); }
}

.site-header {
  align-items: center;
  backdrop-filter: blur(18px);
  background: rgba(16, 22, 19, 0.9);
  border-bottom: 1px solid var(--line-dark);
  display: flex;
  height: 76px;
  left: 0;
  padding-inline: var(--gutter);
  position: fixed;
  right: 0;
  top: 0;
  transition: background-color 400ms ease;
  z-index: 1000;
}

.is-live .site-header {
  background: rgba(26, 16, 20, 0.92);
}

.header-inner {
  align-items: center;
  display: flex;
  gap: 1.5rem;
  justify-content: space-between;
  margin-inline: auto;
  max-width: var(--content);
  width: 100%;
}

.brand {
  align-items: center;
  display: inline-flex;
  flex: 0 0 auto;
  gap: 0.65rem;
  text-decoration: none;
}

.brand-mark {
  color: var(--brass);
  height: 38px;
  overflow: visible;
  width: 34px;
}

.brand-word {
  font-family: var(--serif);
  font-size: clamp(1.25rem, 2vw, 1.6rem);
  letter-spacing: -0.035em;
  line-height: 1;
}

.brand-word em {
  color: var(--brass-soft);
  font-style: normal;
}

.primary-nav {
  align-items: center;
  display: flex;
  gap: clamp(1rem, 2.3vw, 2rem);
}

.primary-nav ul {
  align-items: center;
  display: flex;
  gap: clamp(0.85rem, 2vw, 1.7rem);
  list-style: none;
  margin: 0;
  padding: 0;
}

.primary-nav a {
  color: rgba(242, 233, 215, 0.86);
  font-size: 0.76rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-decoration: none;
  text-transform: uppercase;
}

.primary-nav a:hover,
.primary-nav .current-menu-item > a {
  color: var(--brass-soft);
}

.nav-toggle {
  align-items: center;
  background: transparent;
  border: 0;
  color: var(--parchment);
  display: none;
  height: 44px;
  justify-content: center;
  padding: 0;
  width: 44px;
}

.nav-toggle-lines,
.nav-toggle-lines::before,
.nav-toggle-lines::after {
  background: currentColor;
  display: block;
  height: 1px;
  position: relative;
  transition: transform 220ms ease;
  width: 24px;
}

.nav-toggle-lines::before,
.nav-toggle-lines::after {
  content: "";
  position: absolute;
}

.nav-toggle-lines::before { top: -7px; }
.nav-toggle-lines::after { top: 7px; }

.nav-toggle[aria-expanded="true"] .nav-toggle-lines { background: transparent; }
.nav-toggle[aria-expanded="true"] .nav-toggle-lines::before { top: 0; transform: rotate(45deg); }
.nav-toggle[aria-expanded="true"] .nav-toggle-lines::after { top: 0; transform: rotate(-45deg); }

.button,
.wp-block-button__link {
  align-items: center;
  background: var(--parchment);
  border: 1px solid var(--parchment);
  border-radius: var(--radius-pill);
  color: var(--ink);
  display: inline-flex;
  font-size: 0.75rem;
  font-weight: 800;
  gap: 0.65rem;
  justify-content: center;
  letter-spacing: 0.1em;
  min-height: 50px;
  padding: 0.8rem 1.4rem;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  transition: background-color 180ms ease, border-color 180ms ease, color 180ms ease, transform 180ms ease;
}

.button:hover,
.wp-block-button__link:hover {
  background: var(--brass-soft);
  border-color: var(--brass-soft);
  transform: translateY(-2px);
}

.button--ghost {
  background: transparent;
  border-color: rgba(242, 233, 215, 0.45);
  color: var(--parchment);
}

.button--ghost:hover {
  background: rgba(242, 233, 215, 0.08);
  border-color: var(--parchment);
  color: var(--white);
}

.button--dark {
  background: var(--ink);
  border-color: var(--ink);
  color: var(--parchment);
}

.button--small {
  font-size: 0.67rem;
  min-height: 40px;
  padding: 0.65rem 1rem;
}

.button-arrow {
  font-size: 1.1em;
  transition: transform 180ms ease;
}

.button:hover .button-arrow { transform: translateX(3px); }

.live-pill {
  align-items: center;
  border: 1px solid rgba(242, 233, 215, 0.28);
  border-radius: var(--radius-pill);
  display: inline-flex;
  font-size: 0.68rem;
  font-weight: 800;
  gap: 0.48rem;
  letter-spacing: 0.12em;
  padding: 0.5rem 0.75rem;
  text-decoration: none;
  text-transform: uppercase;
}

.live-dot {
  background: var(--ember);
  border-radius: 50%;
  box-shadow: 0 0 0 0 rgba(215, 103, 79, 0.5);
  height: 8px;
  width: 8px;
}

.is-live .live-dot {
  animation: live-pulse 1.8s infinite;
}

@keyframes live-pulse {
  70% { box-shadow: 0 0 0 10px rgba(215, 103, 79, 0); }
  100% { box-shadow: 0 0 0 0 rgba(215, 103, 79, 0); }
}

.hero {
  align-items: end;
  background: #0a0f0d;
  display: grid;
  min-height: min(940px, 100svh);
  overflow: hidden;
  padding: 10rem 0 4rem;
  position: relative;
}

.hero::after {
  background:
    linear-gradient(90deg, rgba(6, 10, 8, 0.91) 0%, rgba(6, 10, 8, 0.55) 47%, rgba(6, 10, 8, 0.12) 78%),
    linear-gradient(0deg, rgba(6, 10, 8, 0.88) 0%, transparent 46%);
  content: "";
  inset: 0;
  position: absolute;
}

.hero-media {
  height: 100%;
  inset: 0;
  position: absolute;
  width: 100%;
}

.hero-media img {
  height: 100%;
  object-fit: cover;
  object-position: center;
  transition: filter 450ms ease, transform 10s ease;
  width: 100%;
}

.hero:hover .hero-media img { transform: scale(1.025); }

.is-live .hero-media img {
  filter: saturate(1.12) sepia(0.08) hue-rotate(315deg);
}

.hero-content {
  max-width: 780px;
  position: relative;
  z-index: 2;
}

.eyebrow {
  align-items: center;
  color: var(--brass-soft);
  display: flex;
  font-size: 0.68rem;
  font-weight: 800;
  gap: 0.75rem;
  letter-spacing: 0.2em;
  margin: 0 0 1.4rem;
  text-transform: uppercase;
}

.eyebrow::before {
  background: currentColor;
  content: "";
  height: 1px;
  width: 42px;
}

.hero h1,
.page-hero h1 {
  font-family: var(--serif);
  font-size: clamp(4rem, 10.5vw, 9.5rem);
  font-weight: 400;
  letter-spacing: -0.065em;
  line-height: 0.79;
  margin: 0;
  max-width: 920px;
}

.hero h1,
.hero .eyebrow,
.hero-intro,
.hero-note {
  text-shadow: 0 2px 24px rgba(0, 0, 0, 0.9), 0 1px 3px rgba(0, 0, 0, 0.95);
}

.hero h1 em {
  color: var(--brass-soft);
  font-style: italic;
}

.hero-intro {
  color: rgba(255, 250, 240, 0.96);
  font-family: var(--serif);
  font-size: clamp(1.05rem, 2vw, 1.35rem);
  font-weight: 500;
  line-height: 1.48;
  margin: 2rem 0 0;
  max-width: 560px;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem;
  margin-top: 2rem;
}

.hero-note {
  align-items: center;
  color: rgba(242, 233, 215, 0.65);
  display: flex;
  font-size: 0.75rem;
  gap: 0.5rem;
  margin-top: 1.2rem;
}

.trust-strip {
  background: var(--parchment);
  color: var(--ink);
  padding: 1.1rem 0;
}

.trust-list {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  font-size: clamp(0.68rem, 1.5vw, 0.8rem);
  font-weight: 800;
  gap: 0.65rem 1.1rem;
  justify-content: center;
  letter-spacing: 0.12em;
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: center;
  text-transform: uppercase;
}

.trust-list li:not(:last-child)::after {
  color: var(--brass);
  content: "•";
  margin-left: 1.1rem;
}

.section {
  padding-block: var(--section);
  position: relative;
}

.section--paper {
  background: var(--parchment);
  color: var(--ink);
}

.section--paper .eyebrow { color: var(--moss); }

.section--raised { background: var(--ink-soft); }

.section-heading {
  align-items: end;
  display: flex;
  gap: 2rem;
  justify-content: space-between;
  margin-bottom: clamp(2.5rem, 6vw, 4.5rem);
}

.section-heading > div { max-width: 760px; }

.section-title {
  font-family: var(--serif);
  font-size: clamp(2.7rem, 6.2vw, 6rem);
  font-weight: 400;
  letter-spacing: -0.05em;
  line-height: 0.96;
  margin: 0;
}

.section-title em {
  color: var(--moss-bright);
  font-style: italic;
}

.section-lede {
  font-family: var(--serif);
  font-size: clamp(1.1rem, 2vw, 1.35rem);
  line-height: 1.55;
  margin: 1.3rem 0 0;
  max-width: 650px;
}

.brass-rule {
  background: var(--brass);
  height: 1px;
  margin-bottom: 2rem;
  transform: none;
  transform-origin: left;
  transition: transform 1s ease;
  width: 100%;
}

.js.is-ready .brass-rule { transform: scaleX(0); }
.js.is-ready .brass-rule.is-visible { transform: scaleX(1); }

.live-stage {
  background: var(--ink-soft);
  border-bottom: 1px solid var(--line-dark);
  padding: 7.5rem 0 3rem;
}

.live-stage-grid {
  align-items: center;
  display: grid;
  gap: 2rem;
  grid-template-columns: minmax(0, 1.4fr) minmax(260px, 0.6fr);
}

.live-frame {
  aspect-ratio: 16 / 9;
  background: #070907;
  border: 1px solid var(--brass);
  box-shadow: var(--shadow);
  overflow: hidden;
  position: relative;
}

.live-frame iframe { height: 100%; width: 100%; }

.live-frame-placeholder {
  align-items: center;
  color: var(--muted);
  display: flex;
  flex-direction: column;
  inset: 0;
  justify-content: center;
  padding: 2rem;
  position: absolute;
  text-align: center;
}

.live-frame-placeholder strong {
  color: var(--parchment);
  font-family: var(--serif);
  font-size: 2rem;
  font-weight: 400;
}

.live-copy h2 {
  font-family: var(--serif);
  font-size: clamp(2.3rem, 4.5vw, 4.5rem);
  font-weight: 400;
  line-height: 0.98;
  margin: 0 0 1rem;
}

.next-show-card {
  background: var(--parchment);
  box-shadow: var(--shadow);
  color: var(--ink);
  display: grid;
  grid-template-columns: minmax(220px, 0.7fr) minmax(0, 1.3fr);
  min-height: 480px;
}

.next-show-art {
  min-height: 340px;
  overflow: hidden;
  position: relative;
}

.next-show-art img {
  height: 100%;
  object-fit: cover;
  transition: transform 700ms ease;
  width: 100%;
}

.next-show-card:hover .next-show-art img { transform: scale(1.035); }

.show-badge {
  background: var(--ink);
  color: var(--parchment);
  font-size: 0.65rem;
  font-weight: 800;
  left: 1.2rem;
  letter-spacing: 0.13em;
  padding: 0.55rem 0.75rem;
  position: absolute;
  text-transform: uppercase;
  top: 1.2rem;
}

.next-show-copy {
  align-content: center;
  display: grid;
  padding: clamp(2rem, 6vw, 5rem);
}

.show-kicker {
  color: var(--moss);
  font-size: 0.7rem;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.next-show-copy h3 {
  font-family: var(--serif);
  font-size: clamp(2.5rem, 5vw, 5rem);
  font-weight: 400;
  letter-spacing: -0.045em;
  line-height: 0.96;
  margin: 0.8rem 0 1.2rem;
}

.show-meta {
  align-items: center;
  color: rgba(16, 22, 19, 0.72);
  display: flex;
  flex-wrap: wrap;
  font-size: 0.82rem;
  font-weight: 700;
  gap: 0.5rem 1rem;
}

.show-meta span {
  align-items: center;
  display: inline-flex;
}

.show-meta span:not(:last-child)::after {
  background: var(--brass);
  border-radius: 50%;
  content: "";
  height: 0.32rem;
  margin-left: 1rem;
  width: 0.32rem;
}

.countdown {
  border-bottom: 1px solid var(--line-light);
  border-top: 1px solid var(--line-light);
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  margin-block: 1.5rem;
  max-width: 440px;
  padding-block: 1rem;
}

.countdown-unit { text-align: center; }
.countdown-unit:not(:last-child) { border-right: 1px solid var(--line-light); }
.countdown-number {
  display: block;
  font-family: var(--serif);
  font-size: clamp(1.7rem, 4vw, 2.6rem);
  line-height: 1;
}
.countdown-label {
  color: rgba(16, 22, 19, 0.58);
  font-size: 0.58rem;
  font-weight: 800;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.card-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.7rem;
  margin-top: 1.5rem;
}

.program-grid {
  display: grid;
  gap: 1px;
  grid-template-columns: repeat(4, 1fr);
}

.program-card {
  background: var(--ink-soft);
  min-height: 310px;
  padding: clamp(1.4rem, 3vw, 2.4rem);
  position: relative;
  transition: background-color 220ms ease, transform 220ms ease;
}

.program-card:hover {
  background: var(--ink-raised);
  transform: translateY(-5px) rotate(-0.35deg);
  z-index: 2;
}

.program-day {
  color: var(--brass-soft);
  font-size: 0.66rem;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.program-card h3 {
  font-family: var(--serif);
  font-size: clamp(1.6rem, 3vw, 2.5rem);
  font-weight: 400;
  line-height: 1.02;
  margin: 1.2rem 0;
}

.program-card p {
  color: var(--muted);
  font-size: 0.88rem;
  margin: 0;
}

.program-number {
  bottom: 1rem;
  color: rgba(242, 233, 215, 0.1);
  font-family: var(--serif);
  font-size: 5rem;
  line-height: 1;
  position: absolute;
  right: 1rem;
}

.finds-grid {
  display: grid;
  gap: clamp(1rem, 2.4vw, 2rem);
  grid-template-columns: repeat(12, 1fr);
}

.find-card {
  color: inherit;
  grid-column: span 4;
  position: relative;
  text-decoration: none;
}

.find-card:nth-child(1),
.find-card:nth-child(5) { grid-column: span 7; }
.find-card:nth-child(2),
.find-card:nth-child(6) { grid-column: span 5; }

.find-image {
  aspect-ratio: 4 / 5;
  background: var(--ink-soft);
  overflow: hidden;
  position: relative;
}

.find-image::after {
  background: radial-gradient(circle at var(--spot-x, 50%) var(--spot-y, 50%), rgba(255, 240, 190, 0.22), transparent 32%);
  content: "";
  inset: 0;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  transition: opacity 220ms ease;
}

.single-find-image { position: relative; }
.single-find-image::after {
  background: radial-gradient(circle at 50% 50%, rgba(255, 240, 190, 0.16), transparent 42%);
  content: "";
  inset: 0;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  transition: opacity 220ms ease;
}

.find-card:hover .find-image::after,
.single-find-image:hover::after { opacity: 1; }

.find-card:nth-child(1) .find-image,
.find-card:nth-child(5) .find-image { aspect-ratio: 16 / 10; }

.find-image img {
  height: 100%;
  object-fit: cover;
  transition: filter 320ms ease, transform 600ms cubic-bezier(0.2, 0.8, 0.2, 1);
  width: 100%;
}

.find-card:hover .find-image img {
  filter: brightness(1.09) saturate(1.06);
  transform: scale(1.025) rotate(0.4deg);
}

.find-status {
  background: var(--parchment);
  color: var(--ink);
  font-size: 0.6rem;
  font-weight: 800;
  left: 1rem;
  letter-spacing: 0.14em;
  padding: 0.5rem 0.65rem;
  position: absolute;
  text-transform: uppercase;
  top: 1rem;
}

.rehomed-stamp {
  border: 2px solid var(--parchment);
  color: var(--parchment);
  font-family: var(--serif);
  font-size: clamp(1rem, 2.2vw, 1.55rem);
  font-style: italic;
  left: 50%;
  letter-spacing: 0.05em;
  padding: 0.45rem 0.8rem;
  position: absolute;
  text-transform: uppercase;
  top: 50%;
  transform: translate(-50%, -50%) rotate(-8deg);
}

.find-meta { padding: 1rem 0 1.4rem; }
.find-meta h3 {
  font-family: var(--serif);
  font-size: clamp(1.35rem, 2.5vw, 2rem);
  font-weight: 400;
  line-height: 1.1;
  margin: 0;
}
.find-meta p {
  color: rgba(16, 22, 19, 0.62);
  font-size: 0.78rem;
  margin: 0.45rem 0 0;
}

.story-grid {
  align-items: center;
  display: grid;
  gap: clamp(2.5rem, 8vw, 8rem);
  grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
}

.story-image {
  position: relative;
}

.story-image::before {
  border: 1px solid var(--brass);
  content: "";
  inset: 1rem -1rem -1rem 1rem;
  position: absolute;
  z-index: 0;
}

.story-image img {
  aspect-ratio: 4 / 5;
  object-fit: cover;
  position: relative;
  width: 100%;
  z-index: 1;
}

.story-copy blockquote {
  border-left: 1px solid var(--brass);
  font-family: var(--serif);
  font-size: clamp(1.7rem, 3.4vw, 3.1rem);
  font-style: italic;
  line-height: 1.2;
  margin: 2rem 0;
  padding-left: 1.5rem;
}

.story-copy p { color: var(--muted); }

.video-wall {
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(4, 1fr);
}

.clip-card {
  aspect-ratio: 9 / 14;
  background: var(--ink-soft);
  color: var(--parchment);
  overflow: hidden;
  position: relative;
  text-decoration: none;
}

.clip-card:nth-child(even) { transform: translateY(2rem); }

.clip-card img {
  filter: brightness(0.74);
  height: 100%;
  object-fit: cover;
  transition: filter 300ms ease, transform 600ms ease;
  width: 100%;
}

.clip-card:hover img {
  filter: brightness(0.92);
  transform: scale(1.035);
}

.clip-overlay {
  background: linear-gradient(0deg, rgba(7, 10, 8, 0.86), transparent 60%);
  bottom: 0;
  left: 0;
  padding: 1.3rem;
  position: absolute;
  right: 0;
}

.clip-overlay h3 {
  font-family: var(--serif);
  font-size: clamp(1.2rem, 2.2vw, 1.8rem);
  font-weight: 400;
  line-height: 1.1;
  margin: 0;
}

.play-button {
  align-items: center;
  background: rgba(242, 233, 215, 0.92);
  border-radius: 50%;
  color: var(--ink);
  display: flex;
  height: 46px;
  justify-content: center;
  left: 1.2rem;
  position: absolute;
  top: 1.2rem;
  width: 46px;
}

.reviews-wrap {
  display: grid;
  gap: clamp(2rem, 7vw, 7rem);
  grid-template-columns: 0.8fr 1.2fr;
}

.review-feature {
  align-self: start;
  position: sticky;
  top: 7rem;
}

.review-feature img {
  aspect-ratio: 4 / 5;
  object-fit: cover;
  width: 100%;
}

.review-stack { border-top: 1px solid var(--line-light); }

.review {
  border-bottom: 1px solid var(--line-light);
  padding: clamp(2rem, 5vw, 4rem) 0;
}

.review blockquote {
  font-family: var(--serif);
  font-size: clamp(1.6rem, 3.5vw, 3rem);
  line-height: 1.25;
  margin: 0 0 1.5rem;
}

.review cite {
  font-size: 0.68rem;
  font-style: normal;
  font-weight: 800;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.newsletter {
  background: var(--moss);
  overflow: hidden;
  padding-block: var(--section);
  position: relative;
}

.newsletter::before {
  border: 1px solid rgba(242, 233, 215, 0.25);
  border-radius: 50%;
  content: "";
  height: min(70vw, 760px);
  position: absolute;
  right: -24vw;
  top: -22vw;
  width: min(50vw, 560px);
}

.newsletter-grid {
  align-items: end;
  display: grid;
  gap: clamp(2rem, 7vw, 7rem);
  grid-template-columns: 1fr 0.8fr;
  position: relative;
}

.newsletter h2 {
  font-family: var(--serif);
  font-size: clamp(3rem, 7vw, 7rem);
  font-weight: 400;
  letter-spacing: -0.055em;
  line-height: 0.9;
  margin: 0;
}

.newsletter p { color: rgba(242, 233, 215, 0.78); }

.signup-form,
.request-form {
  display: grid;
  gap: 0.85rem;
}

.field-row {
  display: grid;
  gap: 0.8rem;
  grid-template-columns: 1fr 1fr;
}

.form-field label {
  display: block;
  font-size: 0.65rem;
  font-weight: 800;
  letter-spacing: 0.13em;
  margin-bottom: 0.45rem;
  text-transform: uppercase;
}

.form-field input,
.form-field textarea,
.form-field select {
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(242, 233, 215, 0.42);
  border-radius: 0;
  color: var(--parchment);
  min-height: 52px;
  padding: 0.8rem 0.95rem;
  width: 100%;
}

.form-field select { color-scheme: dark; }

.form-field select option {
  background: var(--ink-soft);
  color: var(--parchment);
}

.form-field textarea { min-height: 130px; resize: vertical; }
.section--paper .form-field input,
.section--paper .form-field textarea,
.section--paper .form-field select {
  background: var(--paper);
  border-color: rgba(16, 22, 19, 0.3);
  color: var(--ink);
}

.section--paper .form-field select { color-scheme: light; }

.section--paper .form-field select option {
  background: var(--paper);
  color: var(--ink);
}

.form-field input::placeholder,
.form-field textarea::placeholder { color: rgba(242, 233, 215, 0.52); }
.section--paper .form-field input::placeholder,
.section--paper .form-field textarea::placeholder { color: rgba(16, 22, 19, 0.45); }

.consent-row {
  align-items: flex-start;
  display: flex;
  font-size: 0.72rem;
  gap: 0.65rem;
}

.consent-row input { flex: 0 0 auto; margin-top: 0.28rem; }
.form-status { font-size: 0.8rem; margin: 0; min-height: 1.4em; }
.form-honeypot { left: -9999px; position: absolute; }
.button:disabled,
button:disabled { cursor: wait; opacity: 0.62; }

.page-hero {
  background: var(--ink-soft);
  padding: clamp(10rem, 18vw, 14rem) 0 clamp(4rem, 9vw, 8rem);
}

.page-hero h1 {
  font-size: clamp(4rem, 10vw, 9rem);
}

.page-hero p {
  color: var(--muted);
  font-family: var(--serif);
  font-size: clamp(1.15rem, 2.3vw, 1.55rem);
  max-width: 680px;
}

.schedule-list { border-top: 1px solid var(--line-light); }

.schedule-item {
  align-items: center;
  border-bottom: 1px solid var(--line-light);
  display: grid;
  gap: 1.5rem;
  grid-template-columns: 150px 1fr auto;
  padding: 2rem 0;
}

.schedule-date {
  color: var(--moss);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.schedule-item h2 {
  font-family: var(--serif);
  font-size: clamp(1.7rem, 3vw, 2.5rem);
  font-weight: 400;
  line-height: 1;
  margin: 0 0 0.4rem;
}

.schedule-item p { color: rgba(16, 22, 19, 0.6); margin: 0; }

.faq-grid {
  display: grid;
  gap: 1px;
  grid-template-columns: repeat(2, 1fr);
}

.faq-item {
  background: var(--ink-soft);
  padding: clamp(1.5rem, 4vw, 3rem);
}

.faq-item h3 {
  font-family: var(--serif);
  font-size: 1.6rem;
  font-weight: 400;
  margin: 0 0 0.8rem;
}

.faq-item p { color: var(--muted); margin: 0; }

.steps {
  counter-reset: buyer-step;
  display: grid;
  gap: 1px;
  grid-template-columns: repeat(3, 1fr);
}

.step {
  background: var(--parchment);
  color: var(--ink);
  counter-increment: buyer-step;
  padding: clamp(1.5rem, 4vw, 3rem);
}

.step::before {
  color: var(--brass);
  content: "0" counter(buyer-step);
  display: block;
  font-family: var(--serif);
  font-size: 3rem;
}

.step h3 { font-family: var(--serif); font-size: 1.7rem; font-weight: 400; }

.filter-bar {
  display: flex;
  flex-wrap: wrap;
  gap: 0.6rem;
  margin-bottom: 2.5rem;
}

.filter-button {
  background: transparent;
  border: 1px solid rgba(16, 22, 19, 0.28);
  border-radius: var(--radius-pill);
  color: var(--ink);
  font-size: 0.65rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  min-height: 42px;
  padding: 0.6rem 1rem;
  text-transform: uppercase;
}

.filter-button:hover,
.filter-button.is-active { background: var(--ink); color: var(--parchment); }
.find-card[hidden] { display: none; }

.entry-content {
  font-family: var(--serif);
  font-size: 1.18rem;
  line-height: 1.75;
  padding-block: var(--section);
}

.entry-content > * { margin-inline: auto; max-width: 760px; }
.entry-content > .alignwide { max-width: var(--content); }
.entry-content > .alignfull { max-width: none; }
.entry-content h2,
.entry-content h3 { font-weight: 400; line-height: 1.1; }
.entry-content h2 { font-size: clamp(2.2rem, 5vw, 4rem); }
.entry-content a { color: var(--brass-soft); }

.single-find-grid {
  align-items: start;
  display: grid;
  gap: clamp(2rem, 7vw, 7rem);
  grid-template-columns: 1.1fr 0.9fr;
}

.single-find-image img { width: 100%; }
.single-find-copy { padding-top: 2rem; position: sticky; top: 7rem; }
.single-find-copy h1 {
  font-family: var(--serif);
  font-size: clamp(3rem, 6vw, 6rem);
  font-weight: 400;
  letter-spacing: -0.05em;
  line-height: 0.95;
  margin: 0 0 1.5rem;
}

.site-footer {
  background: #090d0b;
  border-top: 1px solid var(--line-dark);
  padding: 4rem 0 6.5rem;
}

.footer-grid {
  display: grid;
  gap: 3rem;
  grid-template-columns: 1fr 0.5fr 0.5fr;
}

.footer-tagline {
  color: var(--muted);
  font-family: var(--serif);
  font-size: 1.2rem;
  max-width: 380px;
}

.footer-title {
  color: var(--brass-soft);
  font-size: 0.63rem;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.footer-links,
.site-footer .menu {
  list-style: none;
  margin: 1rem 0 0;
  padding: 0;
}

.footer-links a,
.site-footer .menu a { color: var(--muted); text-decoration: none; }
.footer-links a:hover,
.site-footer .menu a:hover { color: var(--parchment); }

.footer-bottom {
  border-top: 1px solid var(--line-dark);
  color: rgba(242, 233, 215, 0.48);
  display: flex;
  flex-wrap: wrap;
  font-size: 0.7rem;
  gap: 1rem;
  justify-content: space-between;
  margin-top: 4rem;
  padding-top: 1.5rem;
}

.sticky-show {
  bottom: max(0.8rem, env(safe-area-inset-bottom));
  left: 50%;
  position: fixed;
  transform: translateX(-50%);
  z-index: 990;
}

.sticky-show .button {
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.35);
  min-width: min(90vw, 310px);
}

.wandering-frog {
  background: var(--parchment);
  border: 0;
  border-radius: 50%;
  bottom: 1rem;
  box-shadow: var(--shadow);
  font-size: 1.15rem;
  height: 42px;
  opacity: 0;
  pointer-events: none;
  position: fixed;
  right: 1rem;
  transform: translateY(20px) rotate(-8deg);
  transition: opacity 300ms ease, transform 300ms ease;
  width: 42px;
  z-index: 989;
}

.wandering-frog.is-visiting {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0) rotate(4deg);
}

.loupe {
  align-items: center;
  background: rgba(242, 233, 215, 0.92);
  border: 1px solid var(--ink);
  border-radius: 50%;
  color: var(--ink);
  display: none;
  font-family: var(--serif);
  font-size: 1.2rem;
  height: 44px;
  justify-content: center;
  pointer-events: none;
  position: fixed;
  transform: translate(-50%, -50%);
  width: 44px;
  z-index: 1200;
}

@media (pointer: fine) {
  body.is-loupe [data-loupe] { cursor: none; }
  .loupe.is-visible { display: flex; }
}

.reveal {
  opacity: 1;
  transform: none;
  transition: opacity 700ms ease, transform 700ms cubic-bezier(0.2, 0.75, 0.2, 1);
}

.js.is-ready .reveal {
  opacity: 0;
  transform: translateY(26px);
}

.js.is-ready .reveal.is-visible { opacity: 1; transform: none; }

.grain::after {
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='2' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.18'/%3E%3C/svg%3E");
  content: "";
  inset: 0;
  opacity: 0.08;
  pointer-events: none;
  position: absolute;
}

.empty-state {
  border: 1px solid var(--line-light);
  padding: 3rem;
  text-align: center;
}

@media (max-width: 980px) {
  .nav-toggle { display: flex; }
  .primary-nav {
    align-items: stretch;
    background: var(--ink);
    border-top: 1px solid var(--line-dark);
    display: none;
    flex-direction: column;
    left: 0;
    padding: 1.5rem var(--gutter) 2rem;
    position: absolute;
    right: 0;
    top: 75px;
  }
  .primary-nav.is-open { display: flex; }
  .primary-nav ul { align-items: stretch; flex-direction: column; }
  .primary-nav a { display: block; font-size: 0.85rem; padding: 0.65rem 0; }
  .primary-nav .live-pill {
    align-items: center;
    display: inline-flex;
    justify-content: center;
    min-height: 64px;
    padding: 0.8rem 1.25rem;
    width: 100%;
  }
  .primary-nav .live-dot { flex: 0 0 8px; }
  .primary-nav .button { width: 100%; }
  .hero::after {
    background:
      linear-gradient(90deg, rgba(6,10,8,.72) 0%, rgba(6,10,8,.48) 62%, rgba(6,10,8,.22) 100%),
      linear-gradient(0deg, rgba(6,10,8,.98) 0%, rgba(6,10,8,.72) 54%, rgba(6,10,8,.4) 100%);
  }
  .program-grid { grid-template-columns: repeat(2, 1fr); }
  .video-wall { grid-template-columns: repeat(2, 1fr); }
  .live-stage-grid,
  .reviews-wrap { grid-template-columns: 1fr; }
  .review-feature { position: static; }
  .review-feature img { aspect-ratio: 16 / 8; }
}

@media (max-width: 760px) {
  .hero { min-height: 790px; padding-bottom: 3rem; }
  .hero h1 { font-size: clamp(4.2rem, 19vw, 6.5rem); }
  .hero-actions { align-items: stretch; flex-direction: column; }
  .hero-actions .button { width: 100%; }
  .trust-list { align-items: stretch; flex-direction: column; gap: 0.35rem; }
  .trust-list li:not(:last-child)::after { content: ""; margin: 0; }
  .section-heading { align-items: start; flex-direction: column; }
  .next-show-card { grid-template-columns: 1fr; }
  .next-show-art { min-height: 290px; }
  .program-grid { grid-template-columns: 1fr; }
  .program-card { min-height: 230px; }
  .find-card,
  .find-card:nth-child(n) { grid-column: span 12; }
  .find-card:nth-child(n) .find-image { aspect-ratio: 4 / 3; }
  .story-grid,
  .newsletter-grid,
  .single-find-grid,
  .footer-grid { grid-template-columns: 1fr; }
  .story-image { margin-right: 1rem; }
  .video-wall { gap: 0.7rem; }
  .clip-card:nth-child(even) { transform: translateY(1rem); }
  .field-row { grid-template-columns: 1fr; }
  .schedule-item { align-items: start; grid-template-columns: 1fr; }
  .schedule-item .card-actions { margin-top: 0; }
  .faq-grid,
  .steps { grid-template-columns: 1fr; }
  .single-find-copy { position: static; }
}

@media (max-width: 480px) {
  .brand-word { font-size: 1.22rem; }
  .live-pill { display: none; }
  .video-wall { grid-template-columns: 1fr 1fr; }
  .clip-overlay { padding: 0.8rem; }
  .play-button { height: 38px; left: 0.8rem; top: 0.8rem; width: 38px; }
  .countdown { margin-inline: -0.5rem; }
  .next-show-copy { padding-inline: 1.4rem; }
  .show-meta { align-items: flex-start; flex-direction: column; }
  .show-meta span:not(:last-child)::after { display: none; }
}

@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; }
  .js.is-ready .site-main { clip-path: none; }
}

@media print {
  .site-header,
  .sticky-show,
  .wandering-frog,
  .loupe { display: none !important; }
  body { background: #fff; color: #111; }
  .site-main { overflow: visible; }
}
