:root {
  --cream: #efe3d4;
  --cream-light: #fbf4ea;
  --paper: #fffaf2;
  --brown: #2b2118;
  --brown-mid: #5d2e17;
  --terracotta: #b65334;
  --ochre: #d49443;
  --olive: #4d5731;
  --olive-deep: #273018;
  --sage: #d8ddc5;
  --clay-soft: #efd3bf;
  --gold-soft: #f4cb72;
  --gloss: linear-gradient(180deg, rgba(255, 255, 255, 0.56), rgba(255, 255, 255, 0.12) 42%, rgba(255, 255, 255, 0));
  --surface-gloss: linear-gradient(145deg, rgba(255, 255, 255, 0.94), rgba(255, 247, 237, 0.78) 46%, rgba(239, 211, 191, 0.22));
  --footer-bg: var(--olive);
  --text: #2b2118;
  --text-muted: #5c4a3a;
  --white: #ffffff;
  --radius: 14px;
  --radius-lg: 26px;
  --font-sans: "DM Sans", system-ui, sans-serif;
  --font-serif: "Cormorant Garamond", Georgia, serif;
  --header-h: 120px;
  --max-w: 1320px;
  --page-gutter: clamp(1rem, 4vw, 4rem);
  --shadow: 0 18px 46px rgba(75, 49, 30, 0.14);
  --shadow-soft: 0 12px 30px rgba(75, 49, 30, 0.09);
  --ring: 1px solid rgba(111, 70, 39, 0.14);
}

.brand-name {
  white-space: nowrap;
  hyphens: none;
}

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

html {
  scroll-behavior: smooth;
  scroll-padding-top: calc(var(--header-h) - 28px);
  max-width: 100%;
  overflow-x: hidden;
  scrollbar-gutter: stable;
  overflow-y: scroll;
}

body {
  margin: 0;
  max-width: 100%;
  overflow-x: hidden;
  font-family: var(--font-sans);
  font-size: 1rem;
  line-height: 1.65;
  color: var(--text);
  background-color: var(--paper);
  background-image:
    linear-gradient(135deg, rgba(77, 87, 49, 0.04) 25%, transparent 25%),
    radial-gradient(ellipse 55% 42% at 0% 0%, rgba(77, 87, 49, 0.14), transparent 58%),
    radial-gradient(ellipse 45% 35% at 100% 0%, rgba(212, 148, 67, 0.22), transparent 52%),
    radial-gradient(ellipse 42% 32% at 100% 100%, rgba(182, 83, 52, 0.14), transparent 48%),
    linear-gradient(180deg, #fffdf8, var(--paper));
  background-size: 34px 34px, auto, auto, auto, auto;
  -webkit-font-smoothing: antialiased;
}

.page-main {
  padding-top: 1.25rem;
}

.page-main:has(.about-subpage-section) {
  padding-top: 0.35rem;
}

.about-manuscript-page.page-main {
  padding-top: 0.35rem;
}

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

a {
  color: var(--terracotta);
  text-decoration: none;
  transition: color 0.2s;
}

a:hover {
  color: var(--brown-mid);
}

.container {
  width: min(100% - var(--page-gutter), var(--max-w));
  margin-inline: auto;
}

/* Header */
.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.82), rgba(255, 250, 242, 0.9)),
    rgba(255, 250, 242, 0.9);
  backdrop-filter: blur(18px) saturate(1.12);
  border-bottom: 1px solid rgba(111, 70, 39, 0.14);
  box-shadow: 0 10px 30px rgba(75, 49, 30, 0.08);
}

.home-stats-bar {
  position: relative;
  overflow: hidden;
  border-bottom: 1px solid rgba(111, 70, 39, 0.12);
  background:
    radial-gradient(ellipse 70% 120% at 50% -40%, rgba(244, 203, 114, 0.18), transparent 58%),
    linear-gradient(180deg, #faf4ea 0%, #f3e8d8 100%);
  box-shadow: 0 8px 22px rgba(75, 49, 30, 0.06);
}

.home-stats-bar::before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: 0.28;
  background:
    radial-gradient(circle at 10% 50%, rgba(182, 83, 52, 0.07) 0 1px, transparent 1px),
    radial-gradient(circle at 88% 40%, rgba(77, 87, 49, 0.06) 0 1px, transparent 1px);
  background-size: 24px 24px, 30px 30px;
  pointer-events: none;
}

.home-stats-bar-inner {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: clamp(0.75rem, 1.8vw, 1rem) 0 clamp(0.85rem, 1.9vw, 1.1rem);
}

.home-stats-eyebrow {
  margin: 0 0 0.55rem;
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--olive);
}

.home-stats-list {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: clamp(0.5rem, 1.4vw, 0.85rem);
  width: 100%;
  max-width: min(1040px, 100%);
  margin: 0;
  padding: 0;
  list-style: none;
}

.home-stat {
  --stat-accent: var(--terracotta);
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.2rem;
  min-height: 4.5rem;
  padding: 0.65rem 0.5rem 0.75rem;
  text-align: center;
  border: 1px solid rgba(139, 94, 60, 0.14);
  border-radius: 14px;
  background:
    radial-gradient(ellipse 90% 70% at 50% 0%, rgba(255, 255, 255, 0.96), transparent 72%),
    linear-gradient(180deg, #fffefb 0%, #fff8f0 100%);
  box-shadow:
    0 1px 0 rgba(255, 255, 255, 0.9) inset,
    0 4px 14px rgba(43, 33, 24, 0.06);
  transition:
    transform 0.3s cubic-bezier(0.22, 1, 0.36, 1),
    box-shadow 0.3s ease,
    border-color 0.3s ease;
}

.home-stat::before {
  content: "";
  position: absolute;
  top: 0;
  left: 20%;
  right: 20%;
  height: 2px;
  border-radius: 0 0 4px 4px;
  background: linear-gradient(90deg, transparent, var(--stat-accent), transparent);
  opacity: 0.65;
}

.home-stat:hover {
  transform: translateY(-2px);
  border-color: color-mix(in srgb, var(--stat-accent) 28%, rgba(139, 94, 60, 0.14));
  box-shadow:
    0 1px 0 rgba(255, 255, 255, 0.95) inset,
    0 8px 20px rgba(43, 33, 24, 0.1);
}

.home-stat--experience { --stat-accent: #9a3f2e; }
.home-stat--artists { --stat-accent: #3f5233; }
.home-stat--workshops { --stat-accent: #b8922e; }
.home-stat--exhibitions { --stat-accent: #8b5e3c; }

.home-stat-value {
  font-family: var(--font-serif);
  font-size: clamp(1.45rem, 2.8vw, 1.85rem);
  font-weight: 700;
  line-height: 1;
  color: var(--stat-accent);
  letter-spacing: -0.02em;
}

.home-stat-label {
  max-width: 11rem;
  font-size: clamp(0.62rem, 1.05vw, 0.74rem);
  font-weight: 600;
  line-height: 1.35;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  color: rgba(93, 46, 23, 0.72);
}

.nav {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.15fr) auto;
  align-items: center;
  min-height: var(--header-h);
  gap: 1rem 1.25rem;
}

.logo-stack {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.4rem;
  flex-shrink: 0;
  align-self: center;
  width: 100%;
}

.logo-top-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.25rem;
  width: 100%;
}

.logo-link {
  position: relative;
  display: inline-flex;
  align-items: center;
  flex-shrink: 0;
  padding: 3px;
  border: none;
  background: transparent;
  box-shadow: none;
  line-height: 0;
  text-decoration: none;
  isolation: isolate;
}

.logo-link::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 12px;
  padding: 2px;
  background: linear-gradient(
    135deg,
    var(--terracotta) 0%,
    var(--ochre) 38%,
    var(--olive) 72%,
    var(--gold-soft) 100%
  );
  -webkit-mask:
    linear-gradient(#000 0 0) content-box,
    linear-gradient(#000 0 0);
  mask:
    linear-gradient(#000 0 0) content-box,
    linear-gradient(#000 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
  z-index: 2;
}

.cert-copy {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 0.36rem;
  text-align: right;
  width: 20.25rem;
  margin-left: auto;
}

.msme-cert-title,
.iso-cert-title {
  display: block;
  width: 100%;
  line-height: 1.2;
  text-align: right;
  text-align-last: right;
  white-space: nowrap;
}

.msme-cert-title {
  color: var(--olive-deep);
  font-size: 0.4rem;
  font-weight: 800;
  letter-spacing: 0.11em;
  line-height: 2.05;
}

.iso-cert-title {
  color: var(--brown-mid);
  font-size: 0.4rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  line-height: 1.35;
  padding-top: 0.22rem;
  border-top: 1px solid rgba(67, 75, 45, 0.14);
}

.logo-services {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  width: 100%;
  color: var(--brown);
  text-transform: uppercase;
}

.logo-services-text {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-wrap: nowrap;
  gap: 0.22rem;
  max-width: none;
  margin-left: 0;
  font-size: 0.34rem;
  font-weight: 700;
  letter-spacing: 0.07em;
  line-height: 1.45;
  text-align: right;
  color: rgba(67, 75, 45, 0.72);
  opacity: 1;
  white-space: nowrap;
}

.logo-services-text .divider {
  color: var(--ochre);
  opacity: 0.85;
}

.brand-center {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
  gap: 0.35rem;
  min-width: 0;
  padding: 0.25rem 0;
}

.logo-mark {
  position: relative;
  z-index: 1;
  display: block;
  width: auto;
  height: 88px;
  flex-shrink: 0;
  object-fit: contain;
  background: transparent;
  border: none;
  box-shadow: none;
}

.brand-wordmark,
.atelier-title {
  flex-shrink: 0;
  text-align: center;
  line-height: 1;
  max-width: 100%;
}

.brand-main {
  display: flex;
  align-items: baseline;
  justify-content: center;
  gap: 0.34em;
  font-size: clamp(1.35rem, 2.15vw, 1.95rem);
  font-weight: 500;
  letter-spacing: 0;
  color: #1f130d;
}

.brand-a {
  position: relative;
  display: inline-block;
  color: #1f130d;
  background: none;
  transform: none;
}

.brand-a::before {
  content: "";
  position: absolute;
  z-index: 1;
  left: 50%;
  top: 61%;
  width: 0.24em;
  height: 0.09em;
  border-radius: 999px;
  background: var(--paper);
  transform: translate(-50%, -50%);
}

.brand-a::after {
  content: "";
  position: absolute;
  z-index: 2;
  left: 50%;
  top: 61%;
  width: 0.14em;
  height: 0.14em;
  border-radius: 50%;
  transform: translate(-50%, -50%);
}

.brand-a-red::after {
  background: var(--terracotta);
}

.brand-a-green::after {
  background: var(--olive);
}

.brand-lower,
.brand-folks span,
.brand-arts span {
  text-transform: lowercase;
}

.brand-sub {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.45rem;
  margin-top: 0.35rem;
  font-size: clamp(0.58rem, 0.84vw, 0.74rem);
  font-weight: 500;
  letter-spacing: 0.28em;
}

.brand-folks {
  color: var(--terracotta);
}

.brand-amp {
  color: var(--ochre);
}

.brand-arts {
  color: var(--olive);
}

.brand-ornament {
  position: relative;
  display: inline-block;
  width: 2rem;
  height: 0.5rem;
  background:
    linear-gradient(var(--brown), var(--brown)) left 50% / 0.8rem 1px no-repeat,
    linear-gradient(var(--brown), var(--brown)) right 50% / 0.8rem 1px no-repeat;
  flex-shrink: 0;
}

.brand-ornament::after {
  content: "";
  position: absolute;
  inset: 50% auto auto 50%;
  width: 0.32rem;
  height: 0.32rem;
  border: 1px solid var(--ochre);
  transform: translate(-50%, -50%) rotate(45deg);
}

.atelier-main {
  padding-bottom: 0.35rem;
  border-bottom: 1px solid var(--brown);
  color: #111;
  font-size: clamp(0.66rem, 1.06vw, 1.02rem);
  font-weight: 500;
  letter-spacing: 0.4em;
  white-space: nowrap;
}

.atelier-tagline {
  display: flex;
  align-items: baseline;
  justify-content: center;
  flex-wrap: nowrap;
  gap: 0.22rem;
  margin-top: 0.55rem;
  color: var(--terracotta);
  font-size: clamp(0.36rem, 0.58vw, 0.52rem);
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.tagline-initial {
  font-size: 1.45em;
  line-height: 0.8;
}

.tagline-separator {
  color: var(--brown);
  margin: 0 0.2rem;
}

.nav-end {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 0.5rem;
}

.nav-menu {
  display: flex;
  gap: 0.55rem;
  list-style: none;
  margin: 0;
  padding: 0;
}

.nav-menu a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 2.55rem;
  padding: 0.48rem 1.05rem;
  color: var(--olive-deep);
  font-weight: 700;
  font-size: 0.78rem;
  border-radius: 999px;
  background:
    var(--gloss),
    linear-gradient(135deg, rgba(255, 255, 255, 0.86), rgba(251, 244, 234, 0.86));
  border: 1px solid rgba(67, 75, 45, 0.16);
  box-shadow: 0 8px 18px rgba(75, 49, 30, 0.07), inset 0 1px 0 rgba(255, 255, 255, 0.78);
  transition: transform 0.2s, color 0.2s, background 0.2s, box-shadow 0.2s, border-color 0.2s;
}

.nav-menu a[aria-current="page"] {
  color: var(--white);
  background:
    var(--gloss),
    linear-gradient(135deg, var(--olive), var(--olive-deep));
  border-color: var(--olive);
  box-shadow: 0 10px 22px rgba(67, 75, 45, 0.24), inset 0 1px 0 rgba(255, 255, 255, 0.22);
}

.nav-menu a:hover {
  transform: translateY(-2px);
  color: var(--white);
  background:
    var(--gloss),
    linear-gradient(135deg, #596841, var(--olive-deep));
  border-color: var(--olive);
  box-shadow: 0 12px 26px rgba(75, 49, 30, 0.14), inset 0 1px 0 rgba(255, 255, 255, 0.2);
}

.nav-toggle {
  display: none;
  flex-direction: column;
  gap: 5px;
  padding: 8px;
  background: none;
  border: none;
  cursor: pointer;
}

.nav-toggle span {
  display: block;
  width: 22px;
  height: 2px;
  background: var(--brown);
}

/* Hero */
.hero {
  position: relative;
  padding: 2.5rem 0 3.5rem;
  overflow: visible;
}

.hero-bg {
  position: absolute;
  inset: 0;
  pointer-events: none;
  opacity: 0.85;
  background:
    radial-gradient(circle at 8% 15%, rgba(77, 87, 49, 0.2) 0%, transparent 35%),
    radial-gradient(circle at 92% 12%, rgba(244, 203, 114, 0.32) 0%, transparent 32%),
    radial-gradient(circle at 70% 78%, rgba(182, 83, 52, 0.12) 0%, transparent 36%),
    linear-gradient(135deg, rgba(255, 250, 242, 0.94), rgba(216, 221, 197, 0.5));
}

.hero-grid {
  --hero-grid-pad: clamp(1.25rem, 3vw, 2.5rem);
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1.24fr) minmax(0, 0.76fr);
  gap: 2rem;
  align-items: center;
  padding: var(--hero-grid-pad);
  border: var(--ring);
  border-radius: 34px;
  background:
    var(--gloss),
    radial-gradient(circle at 5% 10%, rgba(212, 148, 67, 0.16), transparent 30%),
    var(--surface-gloss);
  box-shadow: var(--shadow), inset 0 1px 0 rgba(255, 255, 255, 0.82);
}

.hero-copy {
  position: relative;
  z-index: 1;
  min-width: 0;
  padding-left: clamp(0rem, 1.2vw, 1rem);
  padding-right: clamp(0.25rem, 1vw, 0.75rem);
}

.hero-copy::before {
  content: "";
  display: block;
  width: 4.25rem;
  height: 0.35rem;
  margin-bottom: 0.75rem;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--olive), var(--ochre), var(--terracotta));
}

.hero-kicker {
  margin: 0 0 0.55rem;
  color: var(--ochre);
  font-size: 0.62rem;
  font-weight: 800;
  letter-spacing: 0.2em;
  line-height: 1;
  text-transform: uppercase;
}

.hero h1 {
  font-family: var(--font-serif);
  font-size: clamp(1.55rem, 2.65vw, 2.05rem);
  font-weight: 600;
  line-height: 1.18;
  color: var(--brown);
  letter-spacing: -0.01em;
  margin: 0 0 1rem;
  max-width: none;
}

@media (min-width: 901px) {
  .hero h1 {
    white-space: nowrap;
  }
}

.hero h1 em {
  font-style: italic;
  font-weight: 600;
  color: var(--olive-deep);
}

.hero-lead {
  color: var(--text-muted);
  margin: 0 0 1.15rem;
  max-width: 42rem;
  font-size: 0.98rem;
  line-height: 1.65;
}

.hero-canvas {
  position: relative;
  margin: 0 0 1.4rem;
  max-width: none;
  width: 100%;
  padding: 1.05rem 1rem 1.1rem 1.1rem;
  border-radius: 20px;
  border: 1px solid rgba(77, 87, 49, 0.12);
  background:
    radial-gradient(circle at 88% 12%, rgba(244, 203, 114, 0.22), transparent 38%),
    radial-gradient(circle at 8% 88%, rgba(182, 83, 52, 0.1), transparent 34%),
    linear-gradient(155deg, rgba(255, 252, 246, 0.98), rgba(248, 241, 228, 0.9));
  box-shadow:
    0 10px 28px rgba(39, 48, 24, 0.08),
    inset 0 1px 0 rgba(255, 255, 255, 0.85);
  overflow: hidden;
}

.hero-canvas-orbit {
  position: absolute;
  top: 0.65rem;
  right: 0.75rem;
  width: 4.2rem;
  height: 4.2rem;
  opacity: 0.72;
  pointer-events: none;
}

.hero-canvas-core {
  position: absolute;
  inset: 1.35rem;
  border-radius: 50%;
  background: radial-gradient(circle at 40% 35%, #fff8e8, #e8b85a 68%, #9a7b2f);
  box-shadow: 0 0 0 3px rgba(255, 250, 242, 0.65);
}

.hero-canvas-ring {
  position: absolute;
  inset: 0.2rem;
  border-radius: 50%;
  border: 1.5px dashed rgba(77, 87, 49, 0.28);
}

.hero-canvas-spoke {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 1.65rem;
  height: 1px;
  margin-top: -0.5px;
  background: linear-gradient(90deg, rgba(77, 87, 49, 0.35), transparent);
  transform-origin: left center;
}

.hero-canvas-spoke--nw { transform: rotate(-135deg); }
.hero-canvas-spoke--ne { transform: rotate(-45deg); }
.hero-canvas-spoke--sw { transform: rotate(135deg); }
.hero-canvas-spoke--se { transform: rotate(45deg); }

.hero-canvas-verse {
  position: relative;
  margin: 0 0 0.85rem;
  padding-right: 4.5rem;
  font-family: var(--font-serif);
  font-size: clamp(1rem, 1.8vw, 1.12rem);
  font-style: italic;
  font-weight: 500;
  line-height: 1.45;
  color: var(--brown);
}

.hero-category-constellation {
  position: relative;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.55rem 0.65rem;
  margin: 0;
  padding: 0;
  list-style: none;
}

.hero-category-node {
  display: grid;
  grid-template-columns: auto 1fr;
  grid-template-rows: auto auto;
  column-gap: 0.5rem;
  align-items: start;
  padding: 0.5rem 0.45rem 0.52rem 0;
}

.hero-category-node-orb {
  grid-row: 1 / span 2;
  width: 0.62rem;
  height: 0.62rem;
  margin-top: 0.28rem;
  border-radius: 50%;
  background: var(--node-color, var(--olive));
  box-shadow:
    0 0 0 3px var(--node-glow, rgba(77, 87, 49, 0.16)),
    0 2px 6px rgba(39, 48, 24, 0.14);
}

.hero-category-name {
  display: block;
  font-family: var(--font-serif);
  font-weight: 700;
  font-size: 0.9rem;
  line-height: 1.25;
  color: var(--brown);
  letter-spacing: 0.01em;
}

.hero-category-node-note {
  display: block;
  font-size: 0.68rem;
  font-style: italic;
  line-height: 1.35;
  color: var(--text-muted);
  letter-spacing: 0.02em;
}

.hero-category-node--fundamental {
  --node-color: #6b8f4e;
  --node-glow: rgba(107, 143, 78, 0.2);
}

.hero-category-node--western {
  --node-color: #8b5a3c;
  --node-glow: rgba(139, 90, 60, 0.2);
}

.hero-category-node--cultural {
  --node-color: #b65334;
  --node-glow: rgba(182, 83, 52, 0.2);
}

.hero-category-node--traditional {
  --node-color: #c3813b;
  --node-glow: rgba(195, 129, 59, 0.22);
}

.hero-canvas-whisper {
  margin: 0.85rem 0 0;
  padding-top: 0.75rem;
  border-top: 1px solid rgba(43, 33, 24, 0.08);
  font-size: 0.82rem;
  line-height: 1.65;
  color: var(--text-muted);
}

.hero-section-label {
  margin: 0 0 0.55rem;
  color: var(--olive-deep);
  font-size: 0.62rem;
  font-weight: 800;
  letter-spacing: 0.18em;
  line-height: 1;
  text-transform: uppercase;
}

.hero-pathways {
  margin: 0 0 1.35rem;
  max-width: none;
  width: 100%;
  padding: 1rem 0 0.1rem;
  border-top: 1px solid rgba(43, 33, 24, 0.08);
}

.hero-pathways-intro {
  margin: 0 0 0.85rem;
  max-width: 42rem;
  color: var(--text-muted);
  font-size: 0.86rem;
  line-height: 1.6;
}

.hero-pathway-journey {
  position: relative;
  display: grid;
  gap: 0.72rem;
  margin: 0;
  padding: 0 0 0 0.15rem;
  list-style: none;
}

.hero-pathway-journey::before {
  content: "";
  position: absolute;
  top: 1.1rem;
  bottom: 1.1rem;
  left: 1.18rem;
  width: 2px;
  border-radius: 999px;
  background: linear-gradient(180deg, var(--ochre), var(--olive) 45%, var(--terracotta));
  opacity: 0.45;
}

.hero-pathway-step {
  position: relative;
  display: grid;
  grid-template-columns: 2.5rem minmax(0, 1fr);
  gap: 0.72rem;
  align-items: start;
}

.hero-pathway-glyph {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 50%;
  flex-shrink: 0;
  overflow: hidden;
  box-shadow:
    0 4px 12px rgba(39, 48, 24, 0.14),
    inset 0 1px 0 rgba(255, 255, 255, 0.35);
}

.hero-pathway-glyph img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.hero-pathway-glyph--buddy {
  background:
    radial-gradient(circle at 32% 28%, #fff6d8 0%, transparent 42%),
    radial-gradient(circle at 68% 62%, #f4cb72 0%, #d8943f 72%);
}

.hero-pathway-glyph--buddy::before,
.hero-pathway-glyph--buddy::after {
  content: "";
  position: absolute;
  border-radius: 50%;
  box-shadow: inset 0 -2px 0 rgba(0, 0, 0, 0.08);
}

.hero-pathway-glyph--buddy::before {
  width: 0.55rem;
  height: 0.55rem;
  top: 0.45rem;
  left: 0.5rem;
  background: #e85d4a;
}

.hero-pathway-glyph--buddy::after {
  width: 0.48rem;
  height: 0.48rem;
  right: 0.42rem;
  bottom: 0.5rem;
  background: #5d8f4a;
}

.hero-pathway-glyph--little,
.hero-pathway-glyph--young {
  background: #fffdf8;
  border: 1px solid rgba(201, 168, 76, 0.28);
}

.hero-pathway-glyph--young img {
  object-fit: contain;
  padding: 0.12rem;
  background: #fffdf8;
}

.hero-pathway-glyph--explorer {
  background:
    conic-gradient(
      from 0deg,
      #f4cb72 0deg 16deg,
      transparent 16deg 30deg,
      #c3813b 30deg 46deg,
      transparent 46deg 60deg,
      #4d5731 60deg 76deg,
      transparent 76deg 90deg,
      #b65334 90deg 106deg,
      transparent 106deg 120deg,
      #f4cb72 120deg 136deg,
      transparent 136deg 150deg,
      #c3813b 150deg 166deg,
      transparent 166deg 180deg,
      #4d5731 180deg 196deg,
      transparent 196deg 210deg,
      #b65334 210deg 226deg,
      transparent 226deg 240deg,
      #f4cb72 240deg 256deg,
      transparent 256deg 270deg,
      #c3813b 270deg 286deg,
      transparent 286deg 300deg,
      #4d5731 300deg 316deg,
      transparent 316deg 330deg,
      #b65334 330deg 346deg,
      transparent 346deg 360deg
    );
}

.hero-pathway-glyph--explorer::before {
  content: "";
  position: absolute;
  inset: 0.58rem;
  border-radius: 50%;
  background: radial-gradient(circle at 50% 42%, #fffaf2, #f3e8d4);
  box-shadow: inset 0 0 0 1px rgba(93, 46, 23, 0.1);
}

.hero-pathway-glyph--explorer::after {
  content: "";
  position: absolute;
  top: 0.72rem;
  left: 50%;
  width: 0.14rem;
  height: 0.55rem;
  margin-left: -0.07rem;
  border-radius: 999px;
  background: #b65334;
  box-shadow: 0 0.9rem 0 0 #4d5731;
}

.hero-pathway-copy {
  display: flex;
  flex-direction: column;
  gap: 0.12rem;
  padding-top: 0.08rem;
}

.hero-pathway-name {
  color: var(--brown);
  font-family: var(--font-serif);
  font-size: clamp(0.98rem, 1.8vw, 1.08rem);
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: 0.01em;
}

.hero-pathway-desc {
  color: var(--text-muted);
  font-size: 0.78rem;
  line-height: 1.35;
  max-width: none;
  white-space: nowrap;
}

.iso-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.8rem;
  font-weight: 600;
  color: var(--brown-mid);
  padding: 0.35rem 0.75rem;
  border: 1px solid rgba(93, 46, 23, 0.25);
  border-radius: 999px;
  background: var(--cream-light);
}

.iso-seal {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 1.6rem;
  height: 1.6rem;
  border-radius: 50%;
  background: var(--brown-mid);
  color: var(--white);
  font-size: 0.55rem;
  font-weight: 700;
  letter-spacing: 0.02em;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.85rem;
}

.hero-visual {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 100%;
  min-height: 100%;
  min-width: 0;
}

.hero-visual::before {
  content: "";
  position: absolute;
  inset: 6% -3% -3% 10%;
  border-radius: 30px;
  background: linear-gradient(135deg, var(--sage), rgba(195, 129, 59, 0.24));
  transform: rotate(2.5deg);
}

.hero-carousel {
  position: relative;
  width: 100%;
  max-width: 500px;
  min-height: 340px;
  aspect-ratio: 4 / 5;
  border-radius: 26px;
  box-shadow: var(--shadow), inset 0 1px 0 rgba(255, 255, 255, 0.74);
  border: 6px solid rgba(255, 252, 246, 0.9);
  transform: rotate(-1.5deg);
  overflow: hidden;
  background: var(--cream-light);
}

.hero-carousel::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.26), transparent 38%);
}

.hero-banner {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0;
  transform: scale(1.03);
  transition: opacity 0.65s ease, transform 1.2s ease;
}

.hero-banner.is-active {
  opacity: 1;
  transform: scale(1);
}

.carousel-dots {
  position: absolute;
  left: 50%;
  bottom: 0.85rem;
  z-index: 2;
  display: flex;
  gap: 0.45rem;
  padding: 0.35rem 0.5rem;
  border-radius: 999px;
  background: rgba(250, 247, 242, 0.72);
  backdrop-filter: blur(8px);
  transform: translateX(-50%);
}

.carousel-dot {
  width: 0.55rem;
  height: 0.55rem;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: rgba(67, 75, 45, 0.36);
  cursor: pointer;
}

.carousel-dot.is-active {
  width: 1.35rem;
  border-radius: 999px;
  background: var(--olive);
}

/* Buttons */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.45rem;
  min-height: 2.45rem;
  padding: 0.62rem 1.25rem;
  font-family: inherit;
  font-size: 0.78rem;
  font-weight: 800;
  border-radius: 999px;
  border: 1px solid transparent;
  cursor: pointer;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  box-shadow: 0 8px 18px rgba(75, 49, 30, 0.1), inset 0 1px 0 rgba(255, 255, 255, 0.28);
  transition: transform 0.2s, box-shadow 0.2s, background 0.2s, border-color 0.2s;
}

.btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 24px rgba(75, 49, 30, 0.16), inset 0 1px 0 rgba(255, 255, 255, 0.32);
}

.btn-terracotta {
  background:
    var(--gloss),
    linear-gradient(135deg, var(--terracotta), #8f3825);
  color: var(--white);
  border-color: var(--terracotta);
}

.btn-terracotta:hover {
  background:
    var(--gloss),
    linear-gradient(135deg, #c4623e, var(--brown-mid));
  border-color: var(--brown-mid);
  color: var(--white);
}

.btn-green {
  background:
    var(--gloss),
    linear-gradient(135deg, #607145, var(--olive-deep));
  color: var(--white);
  border-color: rgba(39, 48, 24, 0.7);
}

.btn-green:hover {
  background:
    var(--gloss),
    linear-gradient(135deg, var(--olive), #202912);
  border-color: var(--olive-deep);
  color: var(--white);
}

.btn-ochre {
  background:
    var(--gloss),
    linear-gradient(135deg, var(--gold-soft), var(--ochre));
  color: var(--brown);
  border-color: rgba(195, 129, 59, 0.5);
}

.btn-ochre:hover {
  background:
    var(--gloss),
    linear-gradient(135deg, #f7d890, #c47b34);
  border-color: #b97331;
  color: var(--brown);
}

.btn-outline {
  background:
    var(--gloss),
    rgba(255, 255, 255, 0.7);
  color: var(--olive-deep);
  border-color: rgba(67, 75, 45, 0.38);
}

.btn-outline:hover {
  background:
    var(--gloss),
    linear-gradient(135deg, var(--olive), var(--olive-deep));
  border-color: var(--olive);
  color: var(--white);
}

/* Sections */
.section {
  padding: 0 0 4rem;
}

.about {
  padding-top: 2.5rem;
}

.section-header {
  margin-bottom: 2.3rem;
}

.section-header.centered {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.section-header.centered .section-desc {
  margin-inline: auto;
}

.section-tag {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--olive);
  margin-bottom: 0.35rem;
}

.section-tag::before {
  content: "";
  width: 1.75rem;
  height: 2px;
  border-radius: 999px;
  background: var(--ochre);
}

.section-header h2 {
  font-family: var(--font-serif);
  font-size: clamp(2rem, 4vw, 2.8rem);
  font-weight: 700;
  color: var(--brown);
  margin: 0;
  line-height: 1.04;
}

.section-desc {
  color: var(--text-muted);
  margin: 0.5rem 0 0;
  max-width: 520px;
}

/* About */
.about {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 8% 18%, rgba(212, 148, 67, 0.18), transparent 28%),
    radial-gradient(circle at 92% 85%, rgba(77, 87, 49, 0.13), transparent 30%),
    linear-gradient(135deg, rgba(216, 221, 197, 0.38), rgba(255, 250, 242, 0.94)),
    var(--cream-light);
  border-block: 1px solid rgba(67, 75, 45, 0.12);
}

.about::before {
  content: "";
  position: absolute;
  inset: 2rem auto auto -3rem;
  width: 12rem;
  height: 12rem;
  border: 1px solid rgba(67, 75, 45, 0.12);
  border-radius: 50%;
}

.about .container {
  position: relative;
  display: block;
}

.about .section-header {
  position: relative;
  overflow: hidden;
  margin-bottom: 0;
  padding: 1.65rem 1.75rem;
  border-radius: 24px;
  background:
    var(--gloss),
    radial-gradient(circle at 100% 0%, rgba(212, 148, 67, 0.18), transparent 34%),
    linear-gradient(135deg, rgba(255, 255, 255, 0.9), rgba(216, 221, 197, 0.32));
  border: var(--ring);
  box-shadow: var(--shadow-soft), inset 0 1px 0 rgba(255, 255, 255, 0.82);
}

.about .section-header::before {
  content: "";
  position: absolute;
  right: -2.5rem;
  bottom: -2.5rem;
  width: 8rem;
  height: 8rem;
  border: 1px solid rgba(67, 75, 45, 0.16);
  border-radius: 50%;
}

.about .section-header h2 {
  max-width: 18rem;
  font-size: clamp(2rem, 3vw, 2.45rem);
  line-height: 0.98;
}

.about .section-header::after {
  content: "Structured art learning with creativity, patience, and tradition.";
  display: block;
  max-width: 20rem;
  margin-top: 0.9rem;
  color: var(--text-muted);
  font-size: 0.9rem;
  line-height: 1.45;
}

.about-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
  align-items: start;
}

.about-grid-single {
  grid-template-columns: 1fr;
  max-width: 52rem;
}

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

/* ── About Manuscript Journal ── */

.about-manuscript {
  position: relative;
  overflow: hidden;
  padding: clamp(0.75rem, 2vw, 1.35rem) clamp(0.5rem, 1.2vw, 1rem) clamp(1.75rem, 3.5vw, 2.5rem);
  background: transparent;
}

.about-ms-inner {
  position: relative;
  z-index: 1;
  width: min(100%, calc(100vw - clamp(2.5rem, 6vw, 5rem)));
  max-width: min(1020px, 88vw);
  margin-inline: auto;
}

.about-ms-composition {
  display: flex;
  flex-direction: column;
  gap: clamp(0.65rem, 1.5vw, 1rem);
  opacity: 0;
  transform: translateY(8px);
  transition: opacity 0.7s ease, transform 0.7s ease;
}

.about-ms-composition.is-open {
  opacity: 1;
  transform: translateY(0);
}

.about-ms-card {
  position: relative;
  width: 100%;
  padding: clamp(0.85rem, 1.6vw, 1.15rem) clamp(0.95rem, 2vw, 1.5rem) clamp(0.85rem, 1.6vw, 1.05rem) clamp(1.25rem, 2.2vw, 1.55rem);
  background: linear-gradient(180deg, rgba(255, 253, 249, 0.98) 0%, rgba(250, 245, 235, 0.96) 100%);
  border: 1px solid rgba(185, 148, 63, 0.38);
  border-radius: 8px 22px 22px 8px;
  box-shadow:
    0 18px 42px rgba(43, 33, 24, 0.09),
    inset 0 0 0 1px rgba(255, 255, 255, 0.94),
    inset 0 0 0 4px rgba(201, 168, 76, 0.06);
  transform: scale(0.985);
  transition: transform 0.85s cubic-bezier(0.22, 1, 0.36, 1);
}

.about-ms-card.is-unfurled {
  transform: scale(1);
}

.about-ms-binding {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 0.9rem;
  background: repeating-linear-gradient(180deg, #8a6a3a 0, #8a6a3a 5px, #6e5230 5px, #6e5230 10px);
  border-radius: 2px 0 0 2px;
  box-shadow: inset -2px 0 5px rgba(0, 0, 0, 0.1);
}

.about-ms-frame {
  position: absolute;
  width: 2.4rem;
  height: 2.4rem;
  z-index: 3;
  pointer-events: none;
}

.about-ms-frame--tl { top: 0.2rem; left: 0.85rem; }
.about-ms-frame--tr { top: 0.2rem; right: 0.25rem; }
.about-ms-frame--bl { bottom: 0.2rem; left: 0.85rem; }
.about-ms-frame--br { bottom: 0.2rem; right: 0.25rem; }

.about-ms-panel-body {
  position: relative;
  z-index: 2;
  overflow: visible;
}

.about-ms-illustrations {
  position: absolute;
  inset: 0.5rem 0.4rem 0.5rem 1rem;
  pointer-events: none;
  z-index: 1;
  overflow: hidden;
}

.about-ms-art {
  position: absolute;
  opacity: 0.68;
}

.about-ms-art--pencil {
  width: clamp(4.5rem, 8vw, 6.5rem);
  top: 8%;
  right: 6%;
}

.about-ms-art--fractal {
  width: clamp(3.2rem, 5.5vw, 4.5rem);
  bottom: 18%;
  left: 4%;
}

.about-ms-art--peacock {
  width: clamp(3rem, 5vw, 4rem);
  top: 42%;
  right: 2%;
  opacity: 0.48;
}

.about-ms-art--palette {
  width: clamp(4rem, 7vw, 5.5rem);
  bottom: 8%;
  right: 22%;
  opacity: 0.5;
}

.about-ms-art--doodle {
  width: clamp(2.5rem, 4vw, 3.2rem);
  top: 22%;
  left: 38%;
  opacity: 0.42;
}

.about-ms-art--tanjore {
  width: clamp(2.4rem, 4vw, 3rem);
  bottom: 28%;
  left: 28%;
  opacity: 0.45;
}

.about-ms-hero {
  position: relative;
  text-align: center;
  margin: 0;
  padding: clamp(0.25rem, 0.8vw, 0.5rem) 0 0;
}

.about-ms-kicker {
  margin: 0 0 0.35rem;
  color: var(--olive-deep);
  font-size: 0.58rem;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

.about-ms-title {
  margin: 0;
  font-family: var(--font-serif);
  font-size: clamp(2.4rem, 5vw, 3.6rem);
  font-weight: 700;
  line-height: 1.02;
  color: var(--brown);
  letter-spacing: 0.03em;
}

.about-ms-divider {
  margin: 0.65rem auto 0;
  max-width: 14rem;
}

.about-ms-divider svg {
  display: block;
  width: 100%;
  height: 10px;
}

.about-ms-content {
  position: relative;
  min-width: 0;
  padding: 0.15rem 0.25rem 0.05rem;
  overflow: visible;
}

.about-ms-reveal {
  opacity: 0;
  transform: translateY(8px);
  transition: opacity 0.65s ease, transform 0.65s ease;
}

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

.about-ms-carousel {
  position: relative;
  display: grid;
  grid-template-columns: auto 1fr auto;
  grid-template-rows: 1fr auto;
  gap: 0.5rem 0.65rem;
  align-items: center;
  margin-top: clamp(2.6rem, 4vw, 3.2rem);
  padding: clamp(0.35rem, 1vw, 0.55rem) 0 0.15rem;
  overflow: visible;
}

.about-ms-carousel-frame {
  position: relative;
  grid-column: 2;
  grid-row: 1;
  min-width: 0;
  overflow: visible;
}

.about-ms-peek-girl {
  position: absolute;
  top: clamp(-5.2rem, -8vw, -4.2rem);
  left: calc(2rem + 0.65rem - 6.75rem);
  z-index: 10;
  pointer-events: none;
}

.about-ms-peek-art {
  display: block;
  width: clamp(6.75rem, 11.5vw, 9rem);
  height: auto;
  mix-blend-mode: screen;
  opacity: 0.94;
  filter: contrast(1.06) brightness(1.04);
}

.about-ms-carousel-frame::before {
  content: "";
  position: absolute;
  top: -0.35rem;
  left: 0;
  bottom: 0.15rem;
  width: 1px;
  background: linear-gradient(
    180deg,
    rgba(92, 74, 58, 0.28) 0%,
    rgba(92, 74, 58, 0.12) 55%,
    rgba(92, 74, 58, 0.04) 100%
  );
  z-index: 4;
  pointer-events: none;
}

.about-ms-carousel-viewport {
  position: relative;
  overflow: hidden;
  touch-action: pan-y;
  cursor: default;
  min-height: clamp(10.5rem, 18vw, 12.5rem);
  padding: 0.45rem 0 0.35rem 0.2rem;
}

.about-ms-carousel-viewport:active {
  cursor: default;
}

.about-ms-carousel-track {
  display: flex;
  align-items: stretch;
  gap: clamp(1.1rem, 2.4vw, 1.65rem);
  width: max-content;
  will-change: transform;
}

.about-ms-carousel-btn {
  grid-row: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2rem;
  height: 2rem;
  padding: 0;
  border: 1px solid rgba(201, 168, 76, 0.45);
  border-radius: 50%;
  background: rgba(255, 252, 246, 0.92);
  color: var(--olive-deep);
  font-size: 1.35rem;
  line-height: 1;
  cursor: pointer;
  transition: background 0.25s ease, border-color 0.25s ease, transform 0.25s ease;
}

.about-ms-carousel-btn:hover,
.about-ms-carousel-btn:focus-visible {
  outline: none;
  background: #fffdf8;
  border-color: rgba(201, 168, 76, 0.7);
  transform: scale(1.05);
}

.about-ms-carousel-btn--prev { grid-column: 1; }
.about-ms-carousel-btn--next { grid-column: 3; }

.about-ms-carousel-dots {
  grid-column: 1 / -1;
  grid-row: 2;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.45rem;
  margin-top: 0.55rem;
  padding-top: 0.45rem;
  border-top: 1px solid rgba(201, 168, 76, 0.2);
}

.about-ms-carousel-dot {
  width: 0.5rem;
  height: 0.5rem;
  padding: 0;
  border: none;
  border-radius: 50%;
  background: rgba(201, 168, 76, 0.35);
  cursor: pointer;
  transition: transform 0.3s ease, background 0.3s ease;
}

.about-ms-carousel-dot.is-active {
  background: var(--ochre);
  transform: scale(1.25);
  box-shadow: 0 0 0 3px rgba(201, 168, 76, 0.22);
}

.about-ms-carousel-dot:hover,
.about-ms-carousel-dot:focus-visible {
  outline: none;
  background: rgba(201, 168, 76, 0.65);
}

.about-ms-carousel-slide {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  gap: 0.7rem;
  flex: 0 0 auto;
  width: clamp(10.5rem, 20vw, 13.5rem);
  min-height: 8.5rem;
  padding: 0.15rem 0.25rem 0.35rem;
  text-decoration: none;
  color: inherit;
  text-align: center;
  background: transparent;
  border: none;
  transition: transform 0.35s ease;
  position: relative;
  z-index: 2;
  pointer-events: auto;
  cursor: pointer;
}

.about-ms-carousel-box {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: clamp(5.5rem, 10vw, 6.75rem);
  height: clamp(5.5rem, 10vw, 6.75rem);
  padding: 0.9rem;
  background:
    linear-gradient(145deg, rgba(255, 253, 248, 0.98), rgba(245, 236, 216, 0.94));
  border: 1px solid rgba(201, 168, 76, 0.36);
  border-radius: 16px;
  box-shadow:
    0 6px 18px rgba(43, 33, 24, 0.08),
    inset 0 0 0 1px rgba(255, 255, 255, 0.94),
    inset 0 -8px 16px rgba(201, 168, 76, 0.05);
  transition: transform 0.35s ease, box-shadow 0.35s ease, border-color 0.35s ease;
}

.about-ms-carousel-box::before,
.about-ms-carousel-box::after {
  content: "";
  position: absolute;
  width: 0.7rem;
  height: 0.7rem;
  pointer-events: none;
}

.about-ms-carousel-box::before {
  top: 0.45rem;
  left: 0.45rem;
  border-top: 1.5px solid rgba(201, 168, 76, 0.55);
  border-left: 1.5px solid rgba(201, 168, 76, 0.55);
  border-radius: 3px 0 0 0;
}

.about-ms-carousel-box::after {
  right: 0.45rem;
  bottom: 0.45rem;
  border-right: 1.5px solid rgba(201, 168, 76, 0.55);
  border-bottom: 1.5px solid rgba(201, 168, 76, 0.55);
  border-radius: 0 0 3px 0;
}

.about-ms-carousel-slide[data-slide="0"] .about-ms-carousel-box {
  background: linear-gradient(145deg, #fcfef9, #eaf2e2);
  border-color: rgba(107, 143, 78, 0.42);
}

.about-ms-carousel-slide[data-slide="1"] .about-ms-carousel-box {
  background: linear-gradient(145deg, #fafcff, #e5edf8);
  border-color: rgba(59, 107, 168, 0.4);
}

.about-ms-carousel-slide[data-slide="2"] .about-ms-carousel-box {
  background: linear-gradient(145deg, #fffaf7, #f8ebe4);
  border-color: rgba(182, 83, 52, 0.4);
}

.about-ms-carousel-slide[data-slide="3"] .about-ms-carousel-box {
  background: linear-gradient(145deg, #fdfaff, #efe8f6);
  border-color: rgba(123, 76, 168, 0.38);
}

.about-ms-carousel-slide[data-slide="4"] .about-ms-carousel-box {
  background: linear-gradient(145deg, #fffdf7, #f6edd8);
  border-color: rgba(195, 129, 59, 0.42);
}

.about-ms-carousel-slide .about-ms-medallion {
  width: clamp(3rem, 5vw, 3.75rem);
  height: clamp(3rem, 5vw, 3.75rem);
  filter: saturate(1.45) brightness(1.06) drop-shadow(0 3px 8px rgba(43, 33, 24, 0.16));
  transition: transform 0.4s ease, filter 0.35s ease;
}

.about-ms-carousel-slide[data-slide="0"] .about-ms-medallion {
  filter: saturate(1.5) brightness(1.08) drop-shadow(0 4px 10px rgba(107, 143, 78, 0.35));
}

.about-ms-carousel-slide[data-slide="1"] .about-ms-medallion {
  filter: saturate(1.55) brightness(1.08) drop-shadow(0 4px 10px rgba(59, 107, 168, 0.32));
}

.about-ms-carousel-slide[data-slide="2"] .about-ms-medallion {
  filter: saturate(1.5) brightness(1.08) drop-shadow(0 4px 10px rgba(182, 83, 52, 0.34));
}

.about-ms-carousel-slide[data-slide="3"] .about-ms-medallion {
  filter: saturate(1.55) brightness(1.08) drop-shadow(0 4px 10px rgba(123, 76, 168, 0.32));
}

.about-ms-carousel-slide[data-slide="4"] .about-ms-medallion {
  filter: saturate(1.5) brightness(1.08) drop-shadow(0 4px 10px rgba(195, 129, 59, 0.36));
}

.about-ms-carousel-label {
  font-family: var(--font-serif);
  font-size: clamp(0.78rem, 1.4vw, 0.92rem);
  font-weight: 600;
  font-style: normal;
  line-height: 1.35;
  color: var(--brown);
  max-width: 12.5rem;
  padding: 0 0.15rem;
}

.about-ms-carousel-slide:hover,
.about-ms-carousel-slide:focus-visible,
.about-ms-carousel-slide.is-illuminated,
.about-ms-carousel-slide.is-centered {
  outline: none;
}

.about-ms-carousel-slide:hover .about-ms-carousel-box,
.about-ms-carousel-slide:focus-visible .about-ms-carousel-box,
.about-ms-carousel-slide.is-illuminated .about-ms-carousel-box,
.about-ms-carousel-slide.is-centered .about-ms-carousel-box {
  transform: translateY(-3px) scale(1.03);
  box-shadow:
    0 8px 22px rgba(43, 33, 24, 0.12),
    inset 0 0 0 1px rgba(255, 255, 255, 0.95),
    inset 0 -10px 18px rgba(201, 168, 76, 0.08);
}

.about-ms-carousel-slide:hover .about-ms-medallion,
.about-ms-carousel-slide:focus-visible .about-ms-medallion,
.about-ms-carousel-slide.is-illuminated .about-ms-medallion,
.about-ms-carousel-slide.is-centered .about-ms-medallion {
  transform: scale(1.06) rotate(-2deg);
}

.about-ms-medallion {
  display: block;
  transition: transform 0.4s ease, filter 0.35s ease;
}

.about-ms-carousel-slide--clone {
  pointer-events: auto;
  cursor: pointer;
}

.about-ms-carousel-slide .about-ms-carousel-box,
.about-ms-carousel-slide .about-ms-carousel-label,
.about-ms-carousel-slide .about-ms-medallion {
  pointer-events: none;
}

@media (prefers-reduced-motion: reduce) {
  .about-ms-composition,
  .about-ms-card,
  .about-ms-reveal,
  .about-ms-carousel-track,
  .about-ms-carousel-slide,
  .about-ms-medallion,
  .about-ms-peek-girl,
  .about-ms-peek-art {
    animation: none !important;
    transition: none;
  }

  .about-ms-composition,
  .about-ms-card,
  .about-ms-reveal,
  .about-ms-carousel-slide {
    opacity: 1;
    transform: none;
  }

  .about-ms-carousel-track {
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
    transform: none !important;
    gap: 0.75rem;
  }

  .about-ms-carousel-slide[aria-hidden="true"],
  .about-ms-carousel-slide--clone {
    display: none;
  }

  .about-ms-carousel-viewport {
    overflow: visible;
    cursor: default;
  }
}
.about-breadcrumb {
  max-width: 52rem;
}

/* ── About Hub Page ── */

@keyframes about-hub-rise {
  from {
    opacity: 0;
    transform: translateY(12px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.about-hub-main {
  position: relative;
  overflow: hidden;
  padding-top: 0.1rem;
  padding-bottom: 0.35rem;
  background-color: #f7f3ec;
  background-image:
    radial-gradient(ellipse 90% 70% at 50% 0%, rgba(255, 255, 255, 0.75), transparent 62%),
    radial-gradient(ellipse 55% 45% at 0% 100%, rgba(31, 42, 68, 0.05), transparent 55%),
    radial-gradient(ellipse 50% 40% at 100% 90%, rgba(212, 175, 55, 0.08), transparent 52%),
    linear-gradient(180deg, #fffdf8 0%, #f7f3ec 55%, #faf7f2 100%);
}

.about-hub-watermark {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: none;
  z-index: 0;
}

.about-hub-watermark img {
  width: min(68vw, 520px);
  opacity: 0.1;
}

.about-hub-section {
  --about-navy: #1f2a44;
  --about-gold: #d4af37;
  --about-bronze: #b8860b;
  --about-ivory: #faf7f2;
  --about-cream: #fffdf8;
  position: relative;
  z-index: 1;
  padding: 0.25rem 0 0.75rem;
}

.about-hub-container {
  max-width: min(960px, 96vw);
}

.about-hub-shell {
  position: relative;
  padding: clamp(0.75rem, 1.8vw, 1rem) clamp(0.85rem, 2vw, 1.2rem) clamp(0.85rem, 1.8vw, 1rem);
  border-radius: 22px;
  background:
    radial-gradient(ellipse 85% 50% at 50% 0%, rgba(255, 255, 255, 0.8), transparent 58%),
    linear-gradient(168deg, rgba(255, 253, 248, 0.97) 0%, rgba(250, 247, 242, 0.92) 100%);
  backdrop-filter: blur(14px) saturate(1.1);
  -webkit-backdrop-filter: blur(14px) saturate(1.1);
  box-shadow:
    0 1px 0 rgba(255, 255, 255, 0.95) inset,
    0 18px 44px rgba(31, 42, 68, 0.1),
    0 6px 16px rgba(31, 42, 68, 0.05);
  animation: about-hub-rise 0.65s ease both;
}

.about-hub-shell::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  padding: 1.5px;
  background: linear-gradient(135deg, var(--about-navy), #8b4513 35%, var(--about-gold) 58%, var(--about-bronze) 75%, #8b4513);
  -webkit-mask:
    linear-gradient(#fff 0 0) content-box,
    linear-gradient(#fff 0 0);
  mask:
    linear-gradient(#fff 0 0) content-box,
    linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
}

.about-hub-shell::after {
  content: "";
  position: absolute;
  inset: 0.5rem;
  border-radius: calc(22px - 0.5rem);
  border: 1px solid rgba(212, 175, 55, 0.12);
  pointer-events: none;
}

.about-hub-frame {
  position: absolute;
  width: 1.75rem;
  height: 1.75rem;
  pointer-events: none;
  z-index: 2;
}

.about-hub-frame--tl {
  top: 0.75rem;
  left: 0.75rem;
  border-top: 2px solid var(--about-navy);
  border-left: 2px solid var(--about-navy);
  border-radius: 8px 0 0 0;
}

.about-hub-frame--tr {
  top: 0.75rem;
  right: 0.75rem;
  border-top: 2px solid var(--about-gold);
  border-right: 2px solid var(--about-gold);
  border-radius: 0 8px 0 0;
}

.about-hub-frame--bl {
  bottom: 0.75rem;
  left: 0.75rem;
  border-bottom: 2px solid #8b4513;
  border-left: 2px solid #8b4513;
  border-radius: 0 0 0 8px;
}

.about-hub-frame--br {
  bottom: 0.75rem;
  right: 0.75rem;
  border-bottom: 2px solid var(--about-bronze);
  border-right: 2px solid var(--about-bronze);
  border-radius: 0 0 8px 0;
}

.about-hub-hero {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: clamp(4.75rem, 11vw, 6.25rem);
  margin-bottom: clamp(0.55rem, 1.2vw, 0.75rem);
  padding: clamp(0.65rem, 1.6vw, 0.85rem) clamp(0.85rem, 2vw, 1.1rem);
  border-radius: 12px;
  overflow: hidden;
  border-bottom: none;
  animation: about-hub-rise 0.7s ease 0.06s both;
}

.about-hub-hero-bg {
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
}

.about-hub-hero-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  opacity: 0.62;
  transform: scale(1.04);
}

.about-hub-hero-scrim {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse 80% 90% at 50% 50%, rgba(255, 253, 248, 0.72) 0%, rgba(250, 247, 242, 0.52) 52%, rgba(255, 253, 248, 0.38) 100%),
    linear-gradient(180deg, rgba(255, 253, 248, 0.55) 0%, rgba(250, 247, 242, 0.42) 50%, rgba(255, 253, 248, 0.58) 100%);
}

.about-hub-hero-copy {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  max-width: 34rem;
}

.about-hub-eyebrow {
  display: block;
  margin-bottom: 0.12rem;
  font-family: var(--font-sans);
  font-size: 0.58rem;
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: color-mix(in srgb, var(--about-bronze) 70%, var(--about-navy));
}

.about-hub-title {
  margin: 0;
  font-family: var(--font-serif);
  font-size: clamp(1.45rem, 3vw, 1.85rem);
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  background: linear-gradient(
    180deg,
    #1a1a2e 0%,
    #1f2a44 22%,
    #6b3d2a 58%,
    #a0522d 82%,
    #b87333 100%
  );
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
}

.about-hub-lead {
  margin: 0.2rem 0 0;
  max-width: 28rem;
  font-family: var(--font-serif);
  font-size: clamp(0.72rem, 1vw, 0.82rem);
  font-style: italic;
  font-weight: 500;
  line-height: 1.35;
  color: color-mix(in srgb, #8b4513 65%, var(--about-navy));
  text-shadow: 0 1px 12px rgba(255, 253, 248, 0.75);
}

.about-hub-hero-rule {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.4rem;
  width: min(8rem, 60%);
  margin-top: 0.28rem;
}

.about-hub-hero-rule-line {
  flex: 1;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(212, 175, 55, 0.55), transparent);
}

.about-hub-hero-gem {
  width: 7px;
  height: 7px;
  flex-shrink: 0;
  background: linear-gradient(135deg, var(--about-gold), var(--about-bronze));
  transform: rotate(45deg);
  box-shadow: 0 0 8px rgba(212, 175, 55, 0.35);
}

.about-hub-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  grid-template-areas:
    "story story"
    "who educator"
    "mission vision"
    "studio studio";
  gap: clamp(1.15rem, 2.6vw, 1.55rem);
  row-gap: clamp(1.15rem, 2.6vw, 1.55rem);
  column-gap: clamp(1rem, 2.2vw, 1.35rem);
  perspective: 900px;
}

.about-hub-card {
  --card-accent: #8b5e3c;
  --card-accent-dark: #6b4529;
  --card-tint: rgba(255, 253, 248, 0.98);
  --reveal-x: 0;
  position: relative;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 0.85rem;
  min-height: 4.35rem;
  padding: 0.95rem 1.05rem;
  text-decoration: none;
  color: inherit;
  border: 1px solid color-mix(in srgb, var(--card-accent) 26%, rgba(212, 175, 55, 0.16));
  border-radius: 15px;
  background:
    linear-gradient(168deg, color-mix(in srgb, var(--card-accent) 18%, rgba(255, 253, 248, 0.98)) 0%, color-mix(in srgb, var(--card-accent) 12%, rgba(255, 253, 248, 0.94)) 48%, color-mix(in srgb, var(--card-accent) 16%, rgba(250, 247, 242, 0.96)) 100%);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  box-shadow:
    0 1px 0 rgba(255, 255, 255, 0.98) inset,
    0 3px 10px color-mix(in srgb, var(--card-accent) 14%, rgba(31, 42, 68, 0.06));
  overflow: hidden;
  opacity: 0;
  transform: translate3d(var(--reveal-x), 12px, 0);
  transition:
    opacity 0.72s cubic-bezier(0.22, 1, 0.36, 1),
    transform 0.72s cubic-bezier(0.22, 1, 0.36, 1),
    border-color 0.28s ease,
    box-shadow 0.28s ease,
    background 0.28s ease;
}

.about-hub-card:nth-child(odd) { --reveal-x: -36px; }
.about-hub-card:nth-child(even) { --reveal-x: 36px; }

.about-hub-card.is-revealed {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

.about-hub-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse 75% 110% at 8% 50%, color-mix(in srgb, var(--card-accent) 26%, transparent), transparent 68%);
  opacity: 0.48;
  transition: opacity 0.28s ease;
  pointer-events: none;
}

.about-hub-card::after {
  content: "";
  position: absolute;
  left: 0;
  top: 15%;
  bottom: 15%;
  width: 3px;
  border-radius: 0 3px 3px 0;
  background: linear-gradient(180deg, var(--card-accent), var(--card-accent-dark));
  opacity: 0;
  transform: scaleY(0.5);
  transition: opacity 0.28s ease, transform 0.28s ease;
}

.about-hub-card--story { grid-area: story; }
.about-hub-card--who { grid-area: who; }
.about-hub-card--educator { grid-area: educator; }
.about-hub-card--mission { grid-area: mission; }
.about-hub-card--vision { grid-area: vision; }
.about-hub-card--studio { grid-area: studio; }

.about-hub-card--story {
  --card-accent: #6b3d2a;
  --card-accent-dark: #4f2c1e;
  --card-tint: color-mix(in srgb, var(--card-accent) 16%, rgba(255, 253, 248, 0.98));
}

.about-hub-card--who {
  --card-accent: #1f2a44;
  --card-accent-dark: #151d30;
  --card-tint: color-mix(in srgb, var(--card-accent) 15%, rgba(255, 253, 248, 0.98));
}

.about-hub-card--educator {
  --card-accent: #b8892a;
  --card-accent-dark: #8f6a1f;
  --card-tint: color-mix(in srgb, var(--card-accent) 17%, rgba(255, 253, 248, 0.98));
}

.about-hub-card--mission {
  --card-accent: #a34e32;
  --card-accent-dark: #7d3a24;
  --card-tint: color-mix(in srgb, var(--card-accent) 16%, rgba(255, 253, 248, 0.98));
}

.about-hub-card--vision {
  --card-accent: #4e4078;
  --card-accent-dark: #3a3058;
  --card-tint: color-mix(in srgb, var(--card-accent) 16%, rgba(255, 253, 248, 0.98));
}

.about-hub-card--studio {
  --card-accent: #2f5238;
  --card-accent-dark: #223d28;
  --card-tint: color-mix(in srgb, var(--card-accent) 16%, rgba(255, 253, 248, 0.98));
}

.about-hub-card--spotlight {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.75rem;
  min-height: 4.35rem;
  padding: 0.9rem 1rem;
  border-color: color-mix(in srgb, var(--card-accent) 34%, rgba(212, 175, 55, 0.24));
  background:
    linear-gradient(180deg, color-mix(in srgb, var(--card-accent) 22%, rgba(255, 253, 248, 0.98)) 0%, transparent 32%),
    linear-gradient(168deg, color-mix(in srgb, var(--card-accent) 16%, rgba(255, 255, 255, 0.95)) 0%, color-mix(in srgb, var(--card-accent) 13%, rgba(255, 253, 248, 0.9)) 100%);
  box-shadow:
    inset 0 2px 0 color-mix(in srgb, var(--card-accent) 30%, rgba(212, 175, 55, 0.22)),
    0 1px 0 rgba(255, 255, 255, 0.99) inset,
    0 4px 14px color-mix(in srgb, var(--card-accent) 16%, rgba(31, 42, 68, 0.08));
}

.about-hub-card--spotlight .about-hub-card-body {
  align-items: center;
  text-align: center;
  flex: 0 1 auto;
}

.about-hub-card--spotlight::before {
  opacity: 0.58;
}

.about-hub-card--spotlight .about-hub-card-icon {
  width: 3rem;
  height: 3rem;
}

.about-hub-card--spotlight .about-hub-card-icon svg {
  width: 1.35rem;
  height: 1.35rem;
}

.about-hub-card--spotlight .about-hub-card-title {
  font-size: clamp(1.1rem, 1.5vw, 1.25rem);
}

.about-hub-card.is-revealed:hover,
.about-hub-card.is-revealed:focus-visible {
  outline: none;
  background:
    linear-gradient(168deg, color-mix(in srgb, var(--card-accent) 24%, var(--card-tint)) 0%, color-mix(in srgb, var(--card-accent) 18%, var(--card-tint)) 100%);
  border-color: color-mix(in srgb, var(--card-accent) 30%, rgba(212, 175, 55, 0.28));
  box-shadow:
    0 1px 0 rgba(255, 255, 255, 0.99) inset,
    0 0 0 1px color-mix(in srgb, var(--card-accent) 15%, rgba(212, 175, 55, 0.18)),
    0 0 20px color-mix(in srgb, var(--card-accent) 12%, rgba(212, 175, 55, 0.08)),
    0 10px 24px rgba(31, 42, 68, 0.1);
  transform: translate3d(0, -3px, 0);
}

.about-hub-card.is-revealed:hover::before,
.about-hub-card.is-revealed:focus-visible::before {
  opacity: 1;
}

.about-hub-card.is-revealed:hover::after,
.about-hub-card.is-revealed:focus-visible::after {
  opacity: 1;
  transform: scaleY(1);
}

.about-hub-card-icon {
  position: relative;
  z-index: 1;
  display: grid;
  place-items: center;
  width: 2.75rem;
  height: 2.75rem;
  flex-shrink: 0;
  border-radius: 12px;
  color: #fff;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.3) 0%, transparent 45%),
    linear-gradient(155deg, var(--card-accent) 0%, var(--card-accent-dark) 100%);
  box-shadow:
    0 1px 0 rgba(255, 255, 255, 0.32) inset,
    0 -2px 5px rgba(0, 0, 0, 0.1) inset,
    0 0 0 1.5px rgba(212, 175, 55, 0.2),
    0 4px 12px rgba(31, 42, 68, 0.16);
  transition: transform 0.28s ease, box-shadow 0.28s ease;
}

.about-hub-card-icon svg {
  width: 1.25rem;
  height: 1.25rem;
}

.about-hub-card-icon--photo {
  align-self: center;
  justify-self: center;
  background: rgba(255, 253, 248, 0.5);
  border-radius: 50%;
  overflow: hidden;
  box-shadow:
    0 0 0 1.5px rgba(212, 175, 55, 0.22),
    0 4px 12px rgba(31, 42, 68, 0.16);
}

.about-hub-card-icon--photo img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}

.about-hub-card--who .about-hub-card-icon--photo {
  width: 2.85rem;
  height: 2.85rem;
  background: var(--card-accent);
}

.about-hub-card--who .about-hub-card-icon--photo img {
  object-fit: contain;
  object-position: center;
  transform: scale(1.12);
}

.about-hub-card--story .about-hub-card-icon--photo,
.about-hub-card--studio .about-hub-card-icon--photo {
  background: var(--card-accent);
}

.about-hub-card--story .about-hub-card-icon--photo img,
.about-hub-card--studio .about-hub-card-icon--photo img {
  transform: scale(1.12);
}

.about-hub-card--story.is-revealed:hover .about-hub-card-icon--photo,
.about-hub-card--story.is-revealed:focus-visible .about-hub-card-icon--photo,
.about-hub-card--who.is-revealed:hover .about-hub-card-icon--photo,
.about-hub-card--who.is-revealed:focus-visible .about-hub-card-icon--photo,
.about-hub-card--studio.is-revealed:hover .about-hub-card-icon--photo,
.about-hub-card--studio.is-revealed:focus-visible .about-hub-card-icon--photo {
  background: var(--card-accent);
}

.about-hub-card.is-revealed:hover .about-hub-card-icon--photo,
.about-hub-card.is-revealed:focus-visible .about-hub-card-icon--photo {
  background: transparent;
  box-shadow:
    0 0 0 2px rgba(212, 175, 55, 0.35),
    0 0 14px rgba(212, 175, 55, 0.12),
    0 6px 16px rgba(31, 42, 68, 0.18);
}

.about-hub-card.is-revealed:hover .about-hub-card-icon,
.about-hub-card.is-revealed:focus-visible .about-hub-card-icon {
  transform: scale(1.06) translateY(-2px);
  box-shadow:
    0 1px 0 rgba(255, 255, 255, 0.4) inset,
    0 0 0 2px rgba(212, 175, 55, 0.35),
    0 0 14px color-mix(in srgb, var(--card-accent) 22%, rgba(212, 175, 55, 0.12)),
    0 6px 16px rgba(31, 42, 68, 0.2);
}

.about-hub-card-body {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  gap: 0.28rem;
  min-width: 0;
}

.about-hub-card-title {
  font-family: var(--font-serif);
  font-size: clamp(1.05rem, 1.35vw, 1.18rem);
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.02em;
  color: var(--about-navy);
  transition: color 0.28s ease;
}

.about-hub-card.is-revealed:hover .about-hub-card-title,
.about-hub-card.is-revealed:focus-visible .about-hub-card-title {
  color: color-mix(in srgb, var(--card-accent-dark) 45%, var(--about-navy));
}

.about-hub-card-desc {
  font-family: var(--font-sans);
  font-size: clamp(0.78rem, 1.05vw, 0.86rem);
  font-weight: 600;
  line-height: 1.4;
  color: color-mix(in srgb, #8b4513 50%, var(--about-navy));
  opacity: 0.82;
}

.about-hub-card-arrow {
  position: relative;
  z-index: 1;
  display: grid;
  place-items: center;
  flex-shrink: 0;
  align-self: center;
  width: 2.15rem;
  height: 2.15rem;
  color: color-mix(in srgb, var(--card-accent) 70%, var(--about-gold));
  background: linear-gradient(165deg, rgba(255, 253, 248, 0.95) 0%, rgba(255, 250, 240, 0.85) 100%);
  border: 1.5px solid color-mix(in srgb, var(--card-accent) 28%, rgba(212, 175, 55, 0.45));
  border-radius: 50%;
  box-shadow:
    0 1px 0 rgba(255, 255, 255, 0.9) inset,
    0 2px 6px rgba(31, 42, 68, 0.08);
  transition:
    transform 0.28s cubic-bezier(0.22, 1, 0.36, 1),
    color 0.28s ease,
    background 0.28s ease,
    border-color 0.28s ease,
    box-shadow 0.28s ease;
}

.about-hub-card-arrow svg {
  width: 0.82rem;
  height: 0.82rem;
  display: block;
}

.about-hub-card.is-revealed:hover .about-hub-card-arrow,
.about-hub-card.is-revealed:focus-visible .about-hub-card-arrow {
  color: var(--card-accent-dark);
  background: color-mix(in srgb, var(--card-accent) 12%, rgba(212, 175, 55, 0.18));
  border-color: color-mix(in srgb, var(--card-accent) 40%, rgba(212, 175, 55, 0.55));
  box-shadow:
    0 1px 0 rgba(255, 255, 255, 0.95) inset,
    0 0 12px color-mix(in srgb, var(--card-accent) 18%, rgba(212, 175, 55, 0.2)),
    0 4px 10px rgba(31, 42, 68, 0.12);
  transform: translateX(4px);
}

@media (prefers-reduced-motion: reduce) {
  .about-hub-shell,
  .about-hub-hero {
    animation: none;
  }

  .about-hub-card {
    opacity: 1;
    transform: none;
    transition:
      border-color 0.28s ease,
      box-shadow 0.28s ease,
      background 0.28s ease;
  }

  .about-hub-card.is-revealed:hover,
  .about-hub-card.is-revealed:focus-visible {
    transform: none;
  }

  .about-hub-card.is-revealed:hover .about-hub-card-icon,
  .about-hub-card.is-revealed:focus-visible .about-hub-card-icon {
    transform: none;
  }
}

@media (max-width: 720px) {
  .about-hub-hero {
    min-height: clamp(4.25rem, 18vw, 5.5rem);
    padding: 0.65rem 0.75rem;
    margin-bottom: 0.55rem;
  }

  .about-hub-hero-bg img {
    object-position: center center;
    opacity: 0.58;
  }

  .about-hub-grid {
    grid-template-columns: 1fr;
    grid-template-areas:
      "story"
      "who"
      "educator"
      "mission"
      "vision"
      "studio";
    gap: clamp(1rem, 2.4vw, 1.3rem);
  }
}

@media (max-width: 480px) {
  .about-hub-shell {
    padding: 0.7rem 0.65rem 0.75rem;
    border-radius: 16px;
  }

  .about-hub-frame {
    width: 1.35rem;
    height: 1.35rem;
  }

  .about-hub-title {
    font-size: 1.7rem;
  }

  .about-hub-card {
    gap: 0.65rem;
    padding: 0.78rem 0.85rem;
    min-height: 3.85rem;
  }

  .about-hub-card--spotlight {
    padding: 0.82rem 0.9rem;
    min-height: 3.85rem;
  }
}
/* ── About Subpages (redesign) ── */

.about-detail-main.page-main {
  padding-top: 0.35rem;
}

.about-detail-section {
  position: relative;
  padding: 0.4rem 0 1.75rem;
  overflow: hidden;
}

.about-detail-section::before,
.about-detail-section::after {
  content: "";
  position: absolute;
  width: min(200px, 40vw);
  height: min(200px, 40vw);
  pointer-events: none;
  opacity: 0.24;
  background:
    linear-gradient(135deg, rgba(111, 70, 39, 0.08) 25%, transparent 25%),
    linear-gradient(225deg, rgba(111, 70, 39, 0.08) 25%, transparent 25%),
    linear-gradient(45deg, rgba(111, 70, 39, 0.08) 25%, transparent 25%),
    linear-gradient(315deg, rgba(111, 70, 39, 0.08) 25%, transparent 25%);
  background-size: 11px 11px;
  background-position: 0 0, 0 5.5px, 5.5px -5.5px, -5.5px 0;
}

.about-detail-section::before {
  top: 0;
  left: 0;
}

.about-detail-section::after {
  top: 0;
  right: 0;
}

.about-detail-wrap {
  position: relative;
  z-index: 1;
  max-width: min(780px, 96vw);
  margin-inline: auto;
}

.about-detail-panel {
  position: relative;
  overflow: hidden;
  padding: clamp(1.35rem, 2.8vw, 1.9rem) clamp(1.1rem, 2.4vw, 1.65rem) clamp(1.35rem, 2.8vw, 1.9rem);
  border-radius: 20px;
  border: 1px solid rgba(139, 94, 60, 0.2);
  background:
    radial-gradient(ellipse 80% 50% at 50% -5%, rgba(244, 203, 114, 0.12), transparent 58%),
    linear-gradient(180deg, #fffefb 0%, #fff8f0 100%);
  box-shadow:
    0 1px 0 rgba(255, 255, 255, 0.9) inset,
    0 16px 40px rgba(75, 49, 30, 0.09);
  opacity: 0;
  transform: translateY(14px);
  transition: opacity 0.65s ease, transform 0.65s cubic-bezier(0.22, 1, 0.36, 1);
}

.about-detail-panel::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: linear-gradient(
    90deg,
    var(--detail-color-dark),
    var(--detail-color),
    color-mix(in srgb, var(--detail-color) 55%, #c9a84c)
  );
}

.about-detail-section.is-ready .about-detail-panel {
  opacity: 1;
  transform: translateY(0);
}

.about-detail-breadcrumb {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.35rem 0.45rem;
  margin-bottom: 1.1rem;
  font-size: 0.78rem;
  font-weight: 500;
}

.about-detail-breadcrumb a {
  color: rgba(93, 46, 23, 0.62);
  text-decoration: none;
  transition: color 0.2s ease;
}

.about-detail-breadcrumb a:hover {
  color: var(--terracotta);
}

.about-detail-breadcrumb-sep {
  color: rgba(139, 94, 60, 0.35);
  font-size: 0.85rem;
}

.about-detail-breadcrumb-current {
  color: var(--brown);
  font-weight: 600;
}

.about-detail-head {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  margin-bottom: 1rem;
  padding-bottom: 0.15rem;
}

.about-detail-title {
  margin: 0;
  font-family: var(--font-serif);
  font-size: clamp(1.95rem, 4.2vw, 2.55rem);
  font-weight: 700;
  line-height: 1.08;
  color: var(--brown);
  letter-spacing: -0.01em;
}

.about-detail-title-rule {
  display: block;
  width: 2.4rem;
  height: 1px;
  margin: 0.55rem 0 0.45rem;
  background: linear-gradient(90deg, var(--detail-color), transparent);
  opacity: 0.7;
}

.about-detail-lead {
  margin: 0;
  max-width: 34rem;
  font-family: var(--font-serif);
  font-size: clamp(0.9rem, 1.4vw, 1rem);
  font-style: italic;
  font-weight: 500;
  line-height: 1.55;
  color: rgba(93, 46, 23, 0.68);
}

.about-detail-tags {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.4rem;
  margin: 0 0 1.25rem;
  padding: 0 0 0.15rem;
  list-style: none;
}

.about-detail-tags li {
  padding: 0.28rem 0.65rem;
  border: 1px solid rgba(139, 94, 60, 0.14);
  border-radius: 999px;
  font-size: 0.68rem;
  font-weight: 600;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: var(--detail-color-dark);
  background: rgba(255, 255, 255, 0.65);
}

.about-detail-content {
  display: flex;
  flex-direction: column;
  gap: 0.65rem;
}

.about-detail-block {
  padding: clamp(0.9rem, 1.8vw, 1.15rem) clamp(1rem, 2vw, 1.25rem);
  border: 1px solid rgba(139, 94, 60, 0.11);
  border-radius: 14px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.92) 0%, rgba(255, 250, 244, 0.88) 100%);
  box-shadow: 0 2px 8px rgba(43, 33, 24, 0.04);
  opacity: 0;
  transform: translateY(10px);
  transition:
    opacity 0.5s ease,
    transform 0.5s cubic-bezier(0.22, 1, 0.36, 1),
    box-shadow 0.3s ease;
}

.about-detail-section.is-ready .about-detail-block {
  opacity: 1;
  transform: translateY(0);
}

.about-detail-section.is-ready .about-detail-block:nth-child(1) { transition-delay: 0.08s; }
.about-detail-section.is-ready .about-detail-block:nth-child(2) { transition-delay: 0.14s; }
.about-detail-section.is-ready .about-detail-block:nth-child(3) { transition-delay: 0.2s; }
.about-detail-section.is-ready .about-detail-block:nth-child(4) { transition-delay: 0.26s; }
.about-detail-section.is-ready .about-detail-block:nth-child(5) { transition-delay: 0.32s; }
.about-detail-section.is-ready .about-detail-block:nth-child(6) { transition-delay: 0.38s; }

.about-detail-block:hover {
  box-shadow: 0 6px 16px rgba(43, 33, 24, 0.07);
}

.about-detail-block--lead {
  border-left: 3px solid var(--detail-color);
}

.about-detail-block--quote {
  text-align: center;
  border-color: color-mix(in srgb, var(--detail-color) 22%, rgba(139, 94, 60, 0.12));
  background:
    radial-gradient(ellipse 90% 80% at 50% 0%, color-mix(in srgb, var(--detail-color) 8%, transparent), transparent 70%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.95), rgba(255, 248, 240, 0.9));
}

.about-detail-block h2 {
  margin: 0 0 0.45rem;
  font-family: var(--font-serif);
  font-size: clamp(1.1rem, 2vw, 1.28rem);
  font-weight: 700;
  line-height: 1.2;
  color: var(--brown);
}

.about-detail-block p {
  margin: 0 0 0.5rem;
  font-size: clamp(0.9rem, 1.3vw, 0.97rem);
  line-height: 1.62;
  color: rgba(93, 46, 23, 0.78);
}

.about-detail-block p:last-child {
  margin-bottom: 0;
}

.about-detail-block ul {
  margin: 0.25rem 0 0.5rem;
  padding-left: 1.15rem;
  display: grid;
  gap: 0.3rem;
}

.about-detail-block li {
  font-size: clamp(0.9rem, 1.3vw, 0.97rem);
  line-height: 1.55;
  color: rgba(93, 46, 23, 0.78);
}

.about-detail-quote {
  margin: 0 !important;
  font-family: var(--font-serif);
  font-size: clamp(1.05rem, 1.8vw, 1.2rem) !important;
  font-style: italic;
  font-weight: 600;
  line-height: 1.45 !important;
  color: var(--detail-color-dark) !important;
}

.about-detail-profile {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  margin-bottom: 0.85rem;
  padding: clamp(1.1rem, 2.2vw, 1.4rem);
  border: 1px solid color-mix(in srgb, var(--detail-color) 24%, rgba(139, 94, 60, 0.12));
  border-radius: 14px;
  background:
    radial-gradient(ellipse 100% 80% at 50% 0%, color-mix(in srgb, var(--detail-color) 10%, transparent), transparent 65%),
    linear-gradient(180deg, #fffefb, #fff6ec);
  box-shadow: 0 4px 14px rgba(43, 33, 24, 0.06);
  opacity: 0;
  transform: translateY(10px);
  transition: opacity 0.5s ease 0.08s, transform 0.5s ease 0.08s;
}

.about-detail-section.is-ready .about-detail-profile {
  opacity: 1;
  transform: translateY(0);
}

.about-detail-profile-role {
  margin: 0 0 0.35rem;
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--detail-color);
}

.about-detail-profile-name {
  margin: 0;
  font-family: var(--font-serif);
  font-size: clamp(1.35rem, 2.6vw, 1.65rem);
  font-weight: 700;
  line-height: 1.15;
  color: var(--brown);
}

.about-detail-siblings {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.55rem;
  margin-top: 1.25rem;
  padding-top: 1.1rem;
  border-top: 1px solid rgba(139, 94, 60, 0.14);
}

.about-detail-sibling {
  display: flex;
  flex-direction: column;
  gap: 0.15rem;
  padding: 0.7rem 0.8rem;
  text-decoration: none;
  color: inherit;
  border: 1px solid rgba(139, 94, 60, 0.12);
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.7);
  transition:
    background 0.3s ease,
    border-color 0.3s ease,
    transform 0.3s ease,
    box-shadow 0.3s ease;
}

.about-detail-sibling:hover {
  background: #fff;
  border-color: color-mix(in srgb, var(--detail-color) 30%, rgba(139, 94, 60, 0.16));
  box-shadow: 0 6px 16px rgba(43, 33, 24, 0.07);
  transform: translateY(-2px);
}

.about-detail-sibling--prev {
  text-align: left;
}

.about-detail-sibling--next {
  text-align: right;
  grid-column: 2;
}

.about-detail-sibling:only-child {
  grid-column: 1 / -1;
}

.about-detail-sibling:only-child.about-detail-sibling--next {
  text-align: center;
}

.about-detail-sibling:only-child.about-detail-sibling--prev {
  text-align: left;
}

.about-detail-sibling-label {
  font-size: 0.64rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: rgba(93, 46, 23, 0.5);
}

.about-detail-sibling-title {
  font-family: var(--font-serif);
  font-size: 0.95rem;
  font-weight: 600;
  color: var(--detail-color-dark);
}

.about-detail-back {
  margin: 0.85rem 0 0;
  text-align: center;
}

.about-detail-back a {
  font-size: 0.82rem;
  font-weight: 600;
  color: rgba(93, 46, 23, 0.62);
  text-decoration: none;
  transition: color 0.2s ease;
}

.about-detail-back a:hover {
  color: var(--terracotta);
}

.about-detail-section--story {
  --detail-color: #9a3f2e;
  --detail-color-dark: #7a3225;
}

.about-detail-section--organization {
  --detail-color: #3f5233;
  --detail-color-dark: #2d3a24;
}

.about-detail-section--educator {
  --detail-color: #c45a28;
  --detail-color-dark: #9a4520;
}

.about-detail-section--mission {
  --detail-color: #b8922e;
  --detail-color-dark: #8f6f22;
}

.about-detail-section--vision {
  --detail-color: #3f5233;
  --detail-color-dark: #2d3a24;
}

.about-detail-section--studio {
  --detail-color: #8b5e3c;
  --detail-color-dark: #6b4529;
}

/* ── Who We Are Page ── */

.who-page-main {
  padding-top: 0;
}

.who-page {
  --who-rust: #9a3f2e;
  --who-rust-dark: #7a3225;
  --who-olive: #3f5233;
  --who-olive-dark: #2d3a24;
  --who-ochre: #b8922e;
  --who-cream: #fff8f0;
  padding: clamp(0.85rem, 2vw, 1.25rem) 0 2.5rem;
  background: transparent;
}

.who-page-wrap {
  display: flex;
  flex-direction: column;
  gap: clamp(1rem, 2.2vw, 1.35rem);
  max-width: min(1120px, 94vw);
  margin-inline: auto;
  padding: 0 clamp(0.75rem, 2vw, 1.25rem);
}

.who-section-card {
  position: relative;
  padding: clamp(1.15rem, 2.5vw, 1.65rem);
  border: 1px solid rgba(139, 94, 60, 0.14);
  border-radius: 18px;
  background: linear-gradient(180deg, #fffefb 0%, #fff8f0 100%);
  box-shadow:
    0 1px 0 rgba(255, 255, 255, 0.95) inset,
    0 10px 28px rgba(75, 49, 30, 0.07);
  overflow: hidden;
}

.who-reveal {
  opacity: 0;
  transform: translateY(18px);
  transition:
    opacity 0.65s ease,
    transform 0.65s cubic-bezier(0.22, 1, 0.36, 1);
}

.who-page.is-ready .who-reveal {
  opacity: 1;
  transform: translateY(0);
}

.who-page.is-ready .who-reveal:nth-child(1) { transition-delay: 0.04s; }
.who-page.is-ready .who-reveal:nth-child(2) { transition-delay: 0.1s; }
.who-page.is-ready .who-reveal:nth-child(3) { transition-delay: 0.16s; }
.who-page.is-ready .who-reveal:nth-child(4) { transition-delay: 0.22s; }

.who-breadcrumb {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.35rem 0.45rem;
  margin-bottom: clamp(1rem, 2.2vw, 1.35rem);
  font-family: var(--font-sans);
  font-size: 0.76rem;
  font-weight: 500;
  color: #000;
}

.who-breadcrumb a {
  color: #000;
  text-decoration: none;
}

.who-breadcrumb a:hover {
  color: var(--who-rust-dark);
}

.who-breadcrumb-current {
  font-weight: 600;
}

.who-breadcrumb--center {
  justify-content: center;
}

.who-hero-band {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1.15fr);
  align-items: center;
  gap: clamp(1rem, 2.5vw, 2rem);
}

.who-hero-title {
  margin: 0;
  font-family: var(--font-serif);
  font-size: clamp(2.2rem, 5vw, 3.2rem);
  font-weight: 700;
  line-height: 1.02;
  color: #000;
}

.who-hero-title-part {
  display: inline;
}

.who-hero-intro {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  max-width: 22rem;
  margin: 0 0 0 4cm;
  text-align: left;
}

.who-hero-rule {
  display: flex;
  align-items: center;
  gap: 0.45rem;
  width: min(9rem, 80%);
  margin: 0.55rem 0 0.7rem;
}

.who-hero-rule-line {
  flex: 1;
  height: 1px;
  background: linear-gradient(90deg, rgba(154, 63, 46, 0.45), rgba(154, 63, 46, 0.1));
}

.who-hero-rule-line:last-child {
  background: linear-gradient(90deg, rgba(154, 63, 46, 0.1), rgba(154, 63, 46, 0.45));
}

.who-hero-rule-gem {
  width: 7px;
  height: 7px;
  transform: rotate(45deg);
  background: linear-gradient(135deg, #c9a84c, var(--who-rust));
}

.who-hero-lead {
  margin: 0;
  font-family: var(--font-serif);
  font-size: clamp(0.95rem, 1.5vw, 1.08rem);
  font-style: italic;
  line-height: 1.45;
  color: #000;
}

.who-hero-quote {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  justify-self: center;
  margin: 0 4cm 0 0;
  padding: 0.25rem 0;
  text-align: center;
  max-width: 22rem;
}

.who-quote-mark {
  font-family: var(--font-serif);
  font-size: clamp(2.2rem, 5vw, 3.2rem);
  font-weight: 700;
  line-height: 0.75;
  color: color-mix(in srgb, var(--who-ochre) 70%, var(--who-rust));
  opacity: 0.85;
}

.who-quote-mark--open {
  margin-bottom: 0.15rem;
}

.who-quote-mark--close {
  margin-top: 0.05rem;
}

.who-quote-text {
  margin: 0;
  max-width: 24rem;
  font-family: var(--font-serif);
  font-size: clamp(1.05rem, 1.8vw, 1.28rem);
  font-style: italic;
  font-weight: 600;
  line-height: 1.42;
  color: #000;
}

.who-identity-layout {
  display: grid;
  grid-template-columns: minmax(140px, 26%) minmax(0, 1fr);
  align-items: center;
  gap: clamp(1rem, 2.5vw, 1.75rem);
}

.who-identity-art {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0;
}

.who-identity-art img {
  display: block;
  width: 100%;
  max-width: 240px;
  height: auto;
  object-fit: contain;
  border: none;
  outline: none;
  box-shadow: none;
  border-radius: 0;
  opacity: 1;
}

.who-section-label {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.35rem;
  margin-bottom: 0.55rem;
}

.who-section-label-gem {
  width: 8px;
  height: 8px;
  transform: rotate(45deg);
  background: linear-gradient(135deg, #c9a84c, var(--who-rust));
}

.who-identity-title,
.who-philosophy-title {
  margin: 0;
  font-family: var(--font-serif);
  font-size: clamp(1.15rem, 2vw, 1.35rem);
  font-weight: 700;
  color: #000;
}

.who-identity-copy p {
  margin: 0 0 0.65rem;
  font-family: var(--font-sans);
  font-size: clamp(0.82rem, 1.1vw, 0.9rem);
  line-height: 1.62;
  color: #000;
}

.who-identity-copy p:last-child {
  margin-bottom: 0;
}

.who-em {
  font-weight: 700;
  font-style: normal;
}

.who-em--rust {
  color: var(--who-rust-dark);
}

.who-em--olive {
  color: var(--who-olive-dark);
}

.who-em--ochre {
  color: #8f6f22;
}

.who-philosophy-layout {
  display: flex;
  flex-direction: column;
  gap: clamp(0.85rem, 2vw, 1.25rem);
}

.who-philosophy-intro p {
  margin: 0 0 0.65rem;
  font-family: var(--font-sans);
  font-size: clamp(0.82rem, 1.1vw, 0.88rem);
  line-height: 1.65;
  color: #000;
}

.who-philosophy-intro p:last-child {
  margin-bottom: 0;
}

.who-curriculum-label {
  margin-top: 0.15rem !important;
  font-weight: 600;
}

.who-philosophy-closing {
  margin: 0.25rem 0 0;
  font-family: var(--font-sans);
  font-size: clamp(0.82rem, 1.1vw, 0.88rem);
  line-height: 1.65;
  color: #000;
}

.who-pillars {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(0.65rem, 1.5vw, 0.9rem);
}

.who-pillar {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 0.6rem;
  padding: 0.15rem 0.25rem;
  min-width: 0;
}

.who-pillar-icon {
  display: grid;
  place-items: center;
  width: 2.35rem;
  height: 2.35rem;
  border-radius: 50%;
  background: transparent;
  border: none;
  box-shadow: none;
  overflow: hidden;
  flex-shrink: 0;
}

.who-pillar-icon img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.who-pillar--draw .who-pillar-icon,
.who-pillar--think .who-pillar-icon,
.who-pillar--color .who-pillar-icon,
.who-pillar--fine .who-pillar-icon,
.who-pillar--folk .who-pillar-icon,
.who-pillar--voice .who-pillar-icon {
  background: transparent;
}

.who-pillar h3 {
  margin: 0;
  font-family: var(--font-sans);
  font-size: clamp(0.72rem, 1vw, 0.78rem);
  font-weight: 600;
  line-height: 1.35;
  color: #000;
  flex: 1 1 auto;
  min-width: 0;
}

.who-stats {
  padding-bottom: clamp(1.5rem, 3vw, 2rem);
}

.who-stats-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: clamp(0.75rem, 2vw, 1.25rem);
  margin: 0;
  padding: 0;
  list-style: none;
}

.who-stat {
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: start;
  gap: 0.65rem;
}

.who-stat-icon {
  display: grid;
  place-items: center;
  width: 2.6rem;
  height: 2.6rem;
  border-radius: 50%;
  color: #fffefb;
  box-shadow: 0 3px 10px rgba(43, 33, 24, 0.1);
}

.who-stat-icon svg {
  width: 1.25rem;
  height: 1.25rem;
}

.who-stat--students .who-stat-icon {
  background: linear-gradient(165deg, #a34e32, var(--who-rust-dark));
}

.who-stat--ages .who-stat-icon {
  background: linear-gradient(165deg, #5a7a4a, var(--who-olive-dark));
}

.who-stat--msme .who-stat-icon {
  background: linear-gradient(165deg, #c9a84c, #8f6f22);
}

.who-stat--iso .who-stat-icon {
  background: linear-gradient(165deg, #4a8a7a, #2f6b5c);
}

.who-stat-copy {
  display: flex;
  flex-direction: column;
  gap: 0.2rem;
}

.who-stat-copy strong {
  font-family: var(--font-sans);
  font-size: clamp(0.78rem, 1.05vw, 0.84rem);
  font-weight: 700;
  line-height: 1.35;
  color: #000;
}

.who-stat-copy span {
  font-family: var(--font-sans);
  font-size: clamp(0.68rem, 0.95vw, 0.74rem);
  line-height: 1.45;
  color: #000;
}

.who-mandala {
  position: absolute;
  right: -1.5rem;
  bottom: -1.5rem;
  width: min(42%, 220px);
  margin: 0;
  pointer-events: none;
  opacity: 0.14;
}

.who-mandala img {
  display: block;
  width: 100%;
  height: auto;
}

.who-page-nav {
  padding-top: 0.85rem;
  padding-bottom: 0.85rem;
}

.who-page-nav .about-detail-siblings {
  margin-top: 0;
  padding-top: 0;
  border-top: none;
}

.who-back {
  margin: 0;
  text-align: center;
}

.who-back a {
  color: #000;
}

@media (max-width: 1024px) {
  .who-hero-band {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  }

  .who-identity-layout {
    grid-template-columns: minmax(120px, 30%) minmax(0, 1fr);
  }

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

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

@media (max-width: 720px) {
  .who-hero-band {
    grid-template-columns: 1fr;
    gap: 1.25rem;
  }

  .who-hero-intro {
    max-width: none;
    margin-left: 0;
  }

  .who-hero-quote {
    justify-self: start;
    max-width: none;
    margin-right: 0;
  }

  .who-identity-layout {
    grid-template-columns: 1fr;
    text-align: left;
  }

  .who-identity-art {
    max-width: 160px;
    margin-inline: auto;
  }

  .who-identity-art img {
    max-width: 100%;
  }

  .who-pillars {
    grid-template-columns: 1fr;
  }

  .who-stats-grid {
    grid-template-columns: 1fr;
  }

  .who-mandala {
    width: min(55%, 180px);
    opacity: 0.1;
  }
}

@media (prefers-reduced-motion: reduce) {
  .who-reveal {
    opacity: 1;
    transform: none;
    transition: none;
  }
}

/* ── Meet the Educator Page ── */

.educ-page-main {
  padding-top: 0;
}

.educ-page {
  --educ-rust: #9a3f2e;
  --educ-rust-dark: #7a3225;
  --educ-olive: #3f5233;
  --educ-olive-dark: #2d3a24;
  --educ-ochre: #b8922e;
  --educ-cream: #fff8f0;
  padding: clamp(0.85rem, 2vw, 1.25rem) 0 2.5rem;
  background: transparent;
}

.educ-page-wrap {
  display: flex;
  flex-direction: column;
  gap: clamp(1rem, 2.2vw, 1.35rem);
  max-width: min(1120px, 94vw);
  margin-inline: auto;
  padding: 0 clamp(0.75rem, 2vw, 1.25rem);
}

.educ-section-card {
  position: relative;
  padding: clamp(1.15rem, 2.5vw, 1.65rem);
  border: 1px solid rgba(139, 94, 60, 0.14);
  border-radius: 18px;
  background: linear-gradient(180deg, #fffefb 0%, #fff8f0 100%);
  box-shadow:
    0 1px 0 rgba(255, 255, 255, 0.95) inset,
    0 10px 28px rgba(75, 49, 30, 0.07);
  overflow: hidden;
}

.educ-reveal {
  opacity: 0;
  transform: translateY(18px);
  transition:
    opacity 0.65s ease,
    transform 0.65s cubic-bezier(0.22, 1, 0.36, 1);
}

.educ-page.is-ready .educ-reveal {
  opacity: 1;
  transform: translateY(0);
}

.educ-page.is-ready .educ-reveal:nth-child(1) { transition-delay: 0.04s; }
.educ-page.is-ready .educ-reveal:nth-child(2) { transition-delay: 0.1s; }
.educ-page.is-ready .educ-reveal:nth-child(3) { transition-delay: 0.16s; }
.educ-page.is-ready .educ-reveal:nth-child(4) { transition-delay: 0.22s; }

.educ-breadcrumb {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.35rem 0.45rem;
  margin-bottom: clamp(1rem, 2.2vw, 1.35rem);
  font-family: var(--font-sans);
  font-size: 0.76rem;
  font-weight: 500;
  color: var(--educ-rust);
}

.educ-breadcrumb a {
  color: var(--educ-rust);
  text-decoration: none;
}

.educ-breadcrumb a:hover {
  color: var(--educ-rust-dark);
}

.educ-breadcrumb-current {
  font-weight: 600;
}

.educ-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(0, 1fr);
  gap: clamp(1rem, 2.5vw, 1.75rem);
  align-items: stretch;
}

.educ-profile {
  display: grid;
  grid-template-columns: minmax(160px, 38%) minmax(0, 1fr);
  gap: clamp(1rem, 2.5vw, 1.5rem);
  align-items: center;
}

.educ-profile-art {
  margin: 0;
  align-self: center;
  max-width: min(100%, 280px);
  border-radius: 14px;
  overflow: hidden;
  box-shadow: 0 8px 24px rgba(75, 49, 30, 0.12);
}

.educ-profile-art img {
  display: block;
  width: 100%;
  min-height: clamp(200px, 28vw, 300px);
  max-height: clamp(240px, 34vw, 340px);
  object-fit: cover;
  object-position: center 18%;
}

.educ-profile-copy {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  min-width: 0;
}

.educ-profile-heading {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 0.3rem;
  margin-bottom: 0.15rem;
  min-width: 0;
  width: 100%;
}

.educ-profile-heading .educ-role-label {
  margin: 0;
}

.educ-profile-heading .educ-name {
  margin: 0;
}

.educ-role-label {
  margin: 0 0 0.35rem;
  font-family: var(--font-sans);
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--educ-rust);
}

.educ-name {
  margin: 0;
  font-family: var(--font-serif);
  font-size: clamp(1.85rem, 4vw, 2.65rem);
  font-weight: 700;
  line-height: 1.05;
  color: #000;
}

.educ-name-rule {
  display: flex;
  align-items: center;
  gap: 0.45rem;
  width: min(9rem, 80%);
  margin: 0.5rem 0 0.65rem;
}

.educ-name-rule-line {
  flex: 1;
  height: 1px;
  background: linear-gradient(90deg, rgba(154, 63, 46, 0.45), rgba(154, 63, 46, 0.1));
}

.educ-name-rule-line:last-child {
  background: linear-gradient(90deg, rgba(154, 63, 46, 0.1), rgba(154, 63, 46, 0.45));
}

.educ-name-rule-gem {
  width: 7px;
  height: 7px;
  transform: rotate(45deg);
  background: linear-gradient(135deg, #c9a84c, var(--educ-rust));
}

.educ-tagline {
  margin: 0 0 0.85rem;
  font-family: var(--font-serif);
  font-size: clamp(0.92rem, 1.4vw, 1.05rem);
  font-style: italic;
  line-height: 1.45;
  color: var(--educ-rust);
}

.educ-hero-quote {
  position: relative;
  margin: 0;
  padding: 0.15rem 0 0.35rem;
  max-width: 18rem;
}

.educ-hero-quote p {
  margin: 0;
  font-family: var(--font-serif);
  font-size: clamp(1rem, 1.8vw, 1.18rem);
  font-weight: 600;
  font-style: italic;
  line-height: 1.45;
  color: #000;
}

.educ-quote-mark {
  font-family: var(--font-serif);
  font-size: clamp(1.8rem, 4vw, 2.4rem);
  font-weight: 700;
  line-height: 0.75;
  color: color-mix(in srgb, var(--educ-ochre) 70%, var(--educ-rust));
  opacity: 0.85;
}

.educ-quote-mark--open {
  display: block;
  margin-bottom: 0.15rem;
}

.educ-quote-mark--close {
  display: block;
  margin-top: 0.1rem;
  text-align: right;
}

.educ-quals {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(0.85rem, 2vw, 1.15rem);
  border: 1px solid rgba(139, 94, 60, 0.12);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.72);
  min-height: 100%;
}

.educ-quals-head {
  display: flex;
  align-items: center;
  gap: 0.65rem;
  margin-bottom: clamp(0.65rem, 1.5vw, 0.85rem);
  flex-shrink: 0;
}

.educ-quals-head-line {
  flex: 1;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(154, 63, 46, 0.25), transparent);
}

.educ-quals-title {
  margin: 0;
  font-family: var(--font-serif);
  font-size: clamp(1.05rem, 2vw, 1.2rem);
  font-weight: 700;
  color: var(--educ-rust);
  white-space: nowrap;
}

.educ-bullets {
  margin: 0.45rem 0 0;
  padding: 0;
  list-style: none;
}

.educ-bullets li {
  position: relative;
  padding-left: 0.95rem;
  font-family: var(--font-sans);
  font-size: clamp(0.68rem, 0.95vw, 0.74rem);
  line-height: 1.5;
  color: #000;
}

.educ-bullets li + li {
  margin-top: 0.3rem;
}

.educ-bullets li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.55em;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: var(--educ-ochre);
  transform: translateY(-50%);
}

.educ-timeline {
  display: flex;
  flex-direction: column;
  gap: clamp(0.65rem, 1.4vw, 0.9rem);
  margin: 0;
  padding: 0 0 0 0.15rem;
  list-style: none;
  position: relative;
  flex: 1 1 auto;
  justify-content: center;
}

.educ-timeline::before {
  content: "";
  position: absolute;
  top: 1.45rem;
  bottom: 1.45rem;
  left: calc(2.85rem / 2);
  width: 1px;
  transform: translateX(-50%);
  background: linear-gradient(180deg, rgba(154, 63, 46, 0.08), rgba(154, 63, 46, 0.35), rgba(154, 63, 46, 0.08));
  pointer-events: none;
}

.educ-timeline-item {
  display: grid;
  grid-template-columns: auto 1fr;
  grid-template-rows: auto auto;
  align-items: center;
  gap: 0.18rem 0.75rem;
  text-align: left;
  position: relative;
  z-index: 1;
}

.educ-timeline-icon {
  display: grid;
  place-items: center;
  width: 2.85rem;
  height: 2.85rem;
  border-radius: 50%;
  background: #fff;
  border: 1px solid rgba(139, 94, 60, 0.16);
  box-shadow: 0 4px 12px rgba(75, 49, 30, 0.08);
  color: var(--educ-rust);
  grid-column: 1;
  grid-row: 1 / -1;
  align-self: center;
}

.educ-timeline-item--tech .educ-timeline-icon {
  color: var(--educ-olive);
}

.educ-timeline-item--fine .educ-timeline-icon {
  color: var(--educ-ochre);
}

.educ-timeline-icon svg {
  width: 1.28rem;
  height: 1.28rem;
}

.educ-timeline-year {
  font-family: var(--font-sans);
  font-size: clamp(0.84rem, 1.15vw, 0.96rem);
  font-weight: 700;
  color: var(--educ-rust);
  grid-column: 2;
  grid-row: 1;
}

.educ-timeline-degree {
  font-family: var(--font-sans);
  font-size: clamp(0.9rem, 1.3vw, 1.05rem);
  line-height: 1.42;
  color: #000;
  grid-column: 2;
  grid-row: 2;
}

.educ-pillars-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: clamp(0.75rem, 1.8vw, 1rem);
  align-items: start;
}

.educ-pillar {
  display: grid;
  grid-template-columns: auto 1fr;
  grid-template-rows: auto;
  align-items: start;
  align-content: start;
  gap: 0.35rem 0.6rem;
  padding: clamp(0.75rem, 1.5vw, 0.95rem);
  border: 1px solid rgba(139, 94, 60, 0.1);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.55);
  min-width: 0;
  height: auto;
}

.educ-pillar-icon {
  display: grid;
  place-items: center;
  width: 2.35rem;
  height: 2.35rem;
  border-radius: 50%;
  flex-shrink: 0;
  grid-column: 1;
  grid-row: 1;
  align-self: center;
  margin-top: 0.05rem;
}

.educ-pillar-icon svg {
  width: 1.2rem;
  height: 1.2rem;
}

.educ-pillar-icon--rust {
  background: color-mix(in srgb, var(--educ-rust) 12%, white);
  color: var(--educ-rust);
}

.educ-pillar-icon--olive {
  background: color-mix(in srgb, var(--educ-olive) 12%, white);
  color: var(--educ-olive);
}

.educ-pillar-icon--ochre {
  background: color-mix(in srgb, var(--educ-ochre) 14%, white);
  color: #8f6f22;
}

.educ-pillar h3 {
  margin: 0;
  font-family: var(--font-serif);
  font-size: clamp(0.88rem, 1.2vw, 0.98rem);
  font-weight: 700;
  line-height: 1.25;
  color: var(--educ-rust);
  grid-column: 2;
  grid-row: 1;
  align-self: center;
  min-width: 0;
}

.educ-pillar > p,
.educ-pillar > ul {
  grid-column: 1 / -1;
  align-self: start;
}

.educ-pillar p {
  margin: 0;
  font-family: var(--font-sans);
  font-size: clamp(0.68rem, 0.95vw, 0.74rem);
  line-height: 1.5;
  color: #000;
}

.educ-pillar p + p {
  margin-top: 0.4rem;
}

.educ-em--rust {
  color: var(--educ-rust-dark);
  font-weight: 600;
}

.educ-em--olive {
  color: var(--educ-olive-dark);
  font-weight: 600;
}

.educ-em--ochre {
  color: #8f6f22;
  font-weight: 600;
}

.educ-bottom {
  display: grid;
  grid-template-columns: minmax(0, 1.45fr) minmax(0, 1fr);
  gap: clamp(1rem, 2.2vw, 1.35rem);
  align-items: stretch;
}

.educ-stats-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: clamp(0.5rem, 1.2vw, 0.75rem);
  margin: 0;
  padding: 0;
  list-style: none;
  height: 100%;
  align-content: center;
}

.educ-stat {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.25rem;
  text-align: center;
}

.educ-stat-icon {
  display: grid;
  place-items: center;
  width: 2.35rem;
  height: 2.35rem;
  border-radius: 50%;
  border: 1px solid rgba(139, 94, 60, 0.12);
}

.educ-stat-icon svg {
  width: 1.05rem;
  height: 1.05rem;
}

.educ-stat-icon--rust {
  background: color-mix(in srgb, var(--educ-rust) 10%, white);
  color: var(--educ-rust);
}

.educ-stat-icon--olive {
  background: color-mix(in srgb, var(--educ-olive) 10%, white);
  color: var(--educ-olive);
}

.educ-stat-icon--ochre {
  background: color-mix(in srgb, var(--educ-ochre) 12%, white);
  color: #8f6f22;
}

.educ-stat-value {
  font-family: var(--font-serif);
  font-size: clamp(0.95rem, 1.4vw, 1.08rem);
  font-weight: 700;
  line-height: 1.15;
  color: var(--educ-rust);
}

.educ-stat-label {
  font-family: var(--font-sans);
  font-size: clamp(0.62rem, 0.9vw, 0.68rem);
  line-height: 1.3;
  color: #000;
}

.educ-closing {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  padding: clamp(1.25rem, 3vw, 1.75rem) clamp(1rem, 2vw, 1.5rem);
  text-align: center;
}

.educ-closing p {
  margin: 0;
  max-width: 16rem;
  font-family: var(--font-serif);
  font-size: clamp(1rem, 1.8vw, 1.15rem);
  font-weight: 600;
  font-style: italic;
  line-height: 1.5;
  color: #000;
}

.educ-closing-mandala {
  position: absolute;
  right: -0.5rem;
  bottom: -0.75rem;
  width: min(42%, 140px);
  height: auto;
  opacity: 0.12;
  pointer-events: none;
}

.educ-page-nav {
  padding-top: 0.85rem;
  padding-bottom: 0.85rem;
}

.educ-page-nav .about-detail-siblings {
  margin: 0;
}

.educ-back {
  margin: 0;
  text-align: center;
}

.educ-back a {
  color: #000;
}

@media (max-width: 1024px) {
  .educ-hero-grid {
    grid-template-columns: 1fr;
  }

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

  .educ-bottom {
    grid-template-columns: 1fr;
  }

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

@media (max-width: 720px) {
  .educ-profile {
    grid-template-columns: 1fr;
  }

  .educ-profile-art {
    max-width: min(100%, 280px);
    margin-inline: auto;
  }

  .educ-profile-art img {
    min-height: 200px;
    max-height: 280px;
  }

  .educ-pillars-grid {
    grid-template-columns: 1fr;
  }

  .educ-stats-grid {
    grid-template-columns: 1fr 1fr;
  }
}

@media (prefers-reduced-motion: reduce) {
  .educ-reveal {
    opacity: 1;
    transform: none;
    transition: none;
  }
}

/* ── Mission & Vision Pages ── */

.mv-page-main {
  padding-top: 0;
}

.mv-page {
  --mv-rust: #9a3f2e;
  --mv-rust-dark: #7a3225;
  --mv-olive: #3f5233;
  --mv-olive-dark: #2d3a24;
  --mv-ochre: #b8922e;
  --mv-brown: #6b4529;
  --mv-cream: #fff8f0;
  padding: clamp(0.85rem, 2vw, 1.25rem) 0 2.5rem;
  background: transparent;
}

.mv-page-wrap {
  display: flex;
  flex-direction: column;
  gap: clamp(1rem, 2.2vw, 1.35rem);
  max-width: min(1120px, 94vw);
  margin-inline: auto;
  padding: 0 clamp(0.75rem, 2vw, 1.25rem);
}

.mv-section-card {
  position: relative;
  padding: clamp(1.15rem, 2.5vw, 1.65rem);
  border: 1px solid rgba(139, 94, 60, 0.14);
  border-radius: 18px;
  background: linear-gradient(180deg, #fffefb 0%, #fff8f0 100%);
  box-shadow:
    0 1px 0 rgba(255, 255, 255, 0.95) inset,
    0 10px 28px rgba(75, 49, 30, 0.07);
  overflow: hidden;
}

.mv-reveal {
  opacity: 0;
  transform: translateY(18px);
  transition:
    opacity 0.65s ease,
    transform 0.65s cubic-bezier(0.22, 1, 0.36, 1);
}

.mv-page.is-ready .mv-reveal {
  opacity: 1;
  transform: translateY(0);
}

.mv-page.is-ready .mv-reveal:nth-child(1) { transition-delay: 0.04s; }
.mv-page.is-ready .mv-reveal:nth-child(2) { transition-delay: 0.1s; }
.mv-page.is-ready .mv-reveal:nth-child(3) { transition-delay: 0.16s; }
.mv-page.is-ready .mv-reveal:nth-child(4) { transition-delay: 0.22s; }

.mv-breadcrumb {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.35rem 0.45rem;
  margin-bottom: clamp(0.85rem, 2vw, 1.15rem);
  font-family: var(--font-sans);
  font-size: 0.76rem;
  font-weight: 500;
  color: var(--mv-rust);
}

.mv-breadcrumb a {
  color: var(--mv-rust);
  text-decoration: none;
}

.mv-breadcrumb a:hover {
  color: var(--mv-rust-dark);
}

.mv-breadcrumb-current {
  font-weight: 600;
}

.mv-hero-head {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  margin-bottom: clamp(1rem, 2.2vw, 1.35rem);
}

.mv-title {
  margin: 0;
  font-family: var(--font-serif);
  font-size: clamp(2.2rem, 5vw, 3.2rem);
  font-weight: 700;
  line-height: 1.02;
  color: #000;
}

.mv-title-rule {
  display: flex;
  align-items: center;
  gap: 0.45rem;
  width: min(9rem, 50%);
  margin: 0.55rem 0 0.7rem;
}

.mv-title-rule-line {
  flex: 1;
  height: 1px;
  background: linear-gradient(90deg, rgba(154, 63, 46, 0.45), rgba(154, 63, 46, 0.1));
}

.mv-title-rule-line:last-child {
  background: linear-gradient(90deg, rgba(154, 63, 46, 0.1), rgba(154, 63, 46, 0.45));
}

.mv-title-rule-gem {
  width: 7px;
  height: 7px;
  transform: rotate(45deg);
  background: linear-gradient(135deg, #c9a84c, var(--mv-rust));
}

.mv-tagline {
  margin: 0 0 0.75rem;
  font-family: var(--font-serif);
  font-size: clamp(0.95rem, 1.5vw, 1.08rem);
  font-style: italic;
  line-height: 1.45;
  color: var(--mv-rust);
}

.mv-tags {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.45rem;
  margin: 0;
  padding: 0;
  list-style: none;
}

.mv-tags li {
  padding: 0.28rem 0.7rem;
  border: 1px solid color-mix(in srgb, var(--mv-rust) 45%, transparent);
  border-radius: 999px;
  font-family: var(--font-sans);
  font-size: 0.62rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--mv-rust);
  background: rgba(255, 255, 255, 0.55);
}

.mv-hero-band {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1.05fr);
  gap: clamp(1rem, 2.5vw, 1.75rem);
  align-items: center;
}

.mv-hero-art {
  margin: 0;
  border-radius: 14px;
  overflow: hidden;
  box-shadow: 0 8px 24px rgba(75, 49, 30, 0.1);
}

.mv-hero-art img {
  display: block;
  width: 100%;
  min-height: clamp(220px, 36vw, 360px);
  max-height: clamp(280px, 44vw, 420px);
  object-fit: contain;
  object-position: center;
}

.mv-page--vision .mv-page-wrap {
  gap: clamp(0.75rem, 1.5vw, 1rem);
}

.mv-page--vision .mv-section-card {
  padding: clamp(0.95rem, 2vw, 1.35rem);
}

.mv-page--vision .mv-breadcrumb {
  margin-bottom: clamp(0.65rem, 1.5vw, 0.85rem);
}

.mv-page--vision .mv-hero-layout {
  display: grid;
  grid-template-columns: clamp(150px, 20vw, 220px) minmax(0, 1fr);
  gap: clamp(0.85rem, 1.8vw, 1.35rem);
  align-items: start;
}

.mv-page--vision .mv-hero-content {
  display: flex;
  flex-direction: column;
  gap: clamp(0.65rem, 1.2vw, 0.9rem);
  min-width: 0;
}

.mv-page--vision .mv-hero-head {
  align-items: flex-start;
  text-align: left;
  margin-bottom: 0;
}

.mv-page--vision .mv-title-rule {
  width: min(9rem, 70%);
}

.mv-page--vision .mv-tags {
  justify-content: flex-start;
}

.mv-page--vision .mv-hero-art {
  max-width: 100%;
  margin-inline: 0;
  margin-top: 1cm;
  align-self: center;
}

.mv-page--vision .mv-hero-art img {
  min-height: 0;
  max-height: none;
  width: 100%;
  height: auto;
}

.mv-page--vision .mv-statement {
  text-align: left;
}

.mv-page--vision .mv-vision-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(0, 1fr);
  gap: clamp(0.75rem, 1.5vw, 1rem);
  align-items: stretch;
}

.mv-page--vision .mv-vision-grid .mv-pillars-grid {
  grid-template-columns: 1fr;
}

.mv-page--vision .mv-steps {
  justify-content: space-between;
  flex-wrap: nowrap;
  gap: 0.35rem;
}

.mv-page--vision .mv-step {
  flex: 1 1 0;
  width: auto;
  max-width: none;
}

.mv-page--vision .mv-step--accent {
  flex: 0 0 auto;
  padding-top: 1.35rem;
}

.mv-statement {
  position: relative;
  margin: 0;
  padding: clamp(1rem, 2.5vw, 1.5rem);
  border: 1px solid rgba(139, 94, 60, 0.14);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.72);
  text-align: center;
}

.mv-statement-mark {
  display: block;
  margin-bottom: 0.35rem;
  font-family: var(--font-serif);
  font-size: clamp(2rem, 4.5vw, 2.8rem);
  font-weight: 700;
  line-height: 0.8;
  color: color-mix(in srgb, var(--mv-ochre) 70%, var(--mv-rust));
  text-align: left;
}

.mv-statement p {
  margin: 0;
  font-family: var(--font-serif);
  font-size: clamp(1rem, 1.8vw, 1.18rem);
  font-weight: 600;
  line-height: 1.55;
  color: #000;
}

.mv-statement-highlight {
  font-size: clamp(1.05rem, 1.9vw, 1.22rem);
}

.mv-statement-rule {
  display: flex;
  align-items: center;
  gap: 0.45rem;
  width: min(7rem, 55%);
  margin: 0.85rem auto 0;
}

.mv-statement-rule-line {
  flex: 1;
  height: 1px;
  background: linear-gradient(90deg, rgba(154, 63, 46, 0.1), rgba(154, 63, 46, 0.35), rgba(154, 63, 46, 0.1));
}

.mv-statement-rule-gem {
  width: 6px;
  height: 6px;
  transform: rotate(45deg);
  background: linear-gradient(135deg, #c9a84c, var(--mv-rust));
}

.mv-section-head {
  display: flex;
  align-items: center;
  gap: 0.65rem;
  margin-bottom: clamp(0.85rem, 2vw, 1.15rem);
}

.mv-section-head-line {
  flex: 1;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(154, 63, 46, 0.25), transparent);
}

.mv-section-title {
  margin: 0;
  font-family: var(--font-serif);
  font-size: clamp(1.05rem, 2vw, 1.2rem);
  font-weight: 700;
  color: var(--mv-rust);
  white-space: nowrap;
}

.mv-pillars-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(0.75rem, 1.8vw, 1rem);
}

.mv-pillar {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  grid-template-rows: auto auto;
  align-items: center;
  gap: 0.45rem 0.55rem;
  padding: clamp(0.75rem, 1.5vw, 0.95rem);
  border: 1px solid rgba(139, 94, 60, 0.1);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.55);
}

.mv-pillar-icon {
  display: grid;
  place-items: center;
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 50%;
  flex-shrink: 0;
  grid-column: 1;
  grid-row: 1;
}

.mv-pillar-icon svg {
  width: 1.2rem;
  height: 1.2rem;
}

.mv-pillar--rust .mv-pillar-icon {
  background: color-mix(in srgb, var(--mv-rust) 12%, white);
  color: var(--mv-rust);
}

.mv-pillar--rust h3 {
  color: var(--mv-rust);
}

.mv-pillar--olive .mv-pillar-icon {
  background: color-mix(in srgb, var(--mv-olive) 12%, white);
  color: var(--mv-olive);
}

.mv-pillar--olive h3 {
  color: var(--mv-olive);
}

.mv-pillar--ochre .mv-pillar-icon {
  background: color-mix(in srgb, var(--mv-ochre) 14%, white);
  color: #8f6f22;
}

.mv-pillar--ochre h3 {
  color: #8f6f22;
}

.mv-pillar--featured h3 {
  color: var(--mv-rust);
}

.mv-pillar h3 {
  margin: 0;
  grid-column: 2;
  grid-row: 1;
  align-self: center;
  font-family: var(--font-serif);
  font-size: clamp(0.88rem, 1.2vw, 0.98rem);
  font-weight: 700;
  line-height: 1.25;
}

.mv-pillar p {
  margin: 0;
  grid-column: 1 / -1;
  grid-row: 2;
  font-family: var(--font-sans);
  font-size: clamp(0.68rem, 0.95vw, 0.74rem);
  line-height: 1.55;
  color: #000;
}

.mv-em--rust {
  color: var(--mv-rust-dark);
  font-weight: 600;
}

.mv-em--olive {
  color: var(--mv-olive-dark);
  font-weight: 600;
}

.mv-em--ochre {
  color: #8f6f22;
  font-weight: 600;
}

.mv-body p {
  margin: 0 0 0.65rem;
  font-family: var(--font-sans);
  font-size: clamp(0.78rem, 1.05vw, 0.86rem);
  line-height: 1.65;
  color: #000;
}

.mv-body p:last-child {
  margin-bottom: 0;
}

.mv-bullets {
  margin: 0.35rem 0 0.75rem;
  padding: 0;
  list-style: none;
}

.mv-bullets li {
  position: relative;
  padding-left: 0.95rem;
  font-family: var(--font-sans);
  font-size: clamp(0.72rem, 1vw, 0.8rem);
  line-height: 1.5;
  color: #000;
}

.mv-bullets li + li {
  margin-top: 0.3rem;
}

.mv-bullets li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.55em;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: var(--mv-rust);
  transform: translateY(-50%);
}

.mv-bullets--body {
  margin: 0;
}

.mv-bullets--body li {
  font-size: clamp(0.78rem, 1.05vw, 0.86rem);
  line-height: 1.65;
}

.mv-bullets--body li + li {
  margin-top: 0.65rem;
}

.mv-steps {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: center;
  gap: 0.35rem 0.15rem;
  margin: 0;
  padding: 0;
  list-style: none;
}

.mv-step {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.35rem;
  width: min(9.5rem, 22vw);
  text-align: center;
}

.mv-step--accent {
  display: flex;
  align-items: center;
  justify-content: center;
  width: auto;
  min-width: 1.25rem;
  padding-top: 1.35rem;
}

.mv-step-arrow {
  font-family: var(--font-serif);
  font-size: 1.35rem;
  line-height: 1;
  color: color-mix(in srgb, var(--mv-rust) 55%, transparent);
}

.mv-step-icon {
  display: grid;
  place-items: center;
  width: 3rem;
  height: 3rem;
  border-radius: 50%;
  border: 1px solid rgba(139, 94, 60, 0.14);
  background: rgba(255, 255, 255, 0.85);
  color: var(--mv-olive);
}

.mv-step-icon svg {
  width: 1.25rem;
  height: 1.25rem;
}

.mv-step h3 {
  margin: 0;
  font-family: var(--font-serif);
  font-size: clamp(0.82rem, 1.1vw, 0.92rem);
  font-weight: 700;
  color: #000;
}

.mv-step p {
  margin: 0;
  font-family: var(--font-sans);
  font-size: clamp(0.62rem, 0.9vw, 0.68rem);
  line-height: 1.4;
  color: #000;
}

.mv-step--highlight .mv-step-icon {
  background: color-mix(in srgb, var(--mv-rust) 12%, white);
  color: var(--mv-rust);
  border-color: color-mix(in srgb, var(--mv-rust) 25%, transparent);
}

.mv-step--highlight h3 {
  color: var(--mv-rust);
}

.mv-step--preserve .mv-step-icon {
  background: color-mix(in srgb, var(--mv-olive) 14%, white);
  color: var(--mv-olive-dark);
}

.mv-step--preserve h3 {
  color: var(--mv-olive-dark);
}

.mv-step--inspire .mv-step-icon {
  background: color-mix(in srgb, var(--mv-rust) 12%, white);
  color: var(--mv-rust);
}

.mv-step--inspire h3 {
  color: var(--mv-rust);
}

.mv-step--innovate .mv-step-icon {
  background: color-mix(in srgb, var(--mv-olive) 12%, white);
  color: var(--mv-olive);
}

.mv-step--innovate h3 {
  color: var(--mv-olive);
}

.mv-step--impact .mv-step-icon {
  background: color-mix(in srgb, var(--mv-brown) 14%, white);
  color: var(--mv-brown);
}

.mv-step--impact h3 {
  color: var(--mv-brown);
}

.mv-page-nav {
  padding-top: 0.85rem;
  padding-bottom: 0.85rem;
}

.mv-page-nav .about-detail-siblings {
  margin: 0;
}

.mv-back {
  margin: 0;
  text-align: center;
}

.mv-back a {
  color: #000;
}

@media (max-width: 1024px) {
  .mv-hero-band {
    grid-template-columns: 1fr;
  }

  .mv-hero-art {
    max-width: min(100%, 420px);
    margin-inline: auto;
  }

  .mv-page--vision .mv-hero-layout,
  .mv-page--vision .mv-vision-grid {
    grid-template-columns: 1fr;
  }

  .mv-page--vision .mv-hero-head {
    align-items: center;
    text-align: center;
  }

  .mv-page--vision .mv-title-rule {
    width: min(9rem, 50%);
  }

  .mv-page--vision .mv-tags {
    justify-content: center;
  }

  .mv-page--vision .mv-statement {
    text-align: center;
  }

  .mv-page--vision .mv-hero-art {
    max-width: min(100%, 220px);
    margin-inline: auto;
  }

  .mv-page--vision .mv-vision-grid .mv-pillars-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .mv-page--vision .mv-steps {
    display: grid;
    flex-wrap: unset;
    justify-content: unset;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 0.75rem;
  }

  .mv-page--vision .mv-step {
    width: auto;
    max-width: 100%;
    flex: unset;
  }

  .mv-pillars-grid {
    grid-template-columns: 1fr;
  }

  .mv-steps {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 0.75rem;
  }

  .mv-step--accent {
    display: none;
  }
}

@media (max-width: 720px) {
  .mv-steps,
  .mv-page--vision .mv-steps {
    grid-template-columns: 1fr;
    gap: 0.65rem;
    width: 100%;
  }

  .mv-step,
  .mv-page--vision .mv-step {
    width: 100%;
    max-width: 100%;
    flex-direction: row;
    align-items: center;
    text-align: left;
    gap: 0.75rem;
    padding: 0.65rem 0.75rem;
    border: 1px solid rgba(139, 94, 60, 0.1);
    border-radius: 12px;
    background: rgba(255, 255, 255, 0.45);
  }

  .mv-step-icon {
    flex-shrink: 0;
    width: 2.65rem;
    height: 2.65rem;
  }

  .mv-step--accent {
    display: none;
  }
}

@media (max-width: 480px) {
  .mv-steps,
  .mv-page--vision .mv-steps {
    grid-template-columns: 1fr;
  }
}

@media (prefers-reduced-motion: reduce) {
  .mv-reveal {
    opacity: 1;
    transform: none;
    transition: none;
  }
}

/* ── Our Studio Page ── */

.studio-page-main {
  padding-top: 0;
}

.studio-page {
  --studio-rust: #9a3f2e;
  --studio-rust-dark: #7a3225;
  --studio-olive: #3f5233;
  --studio-olive-dark: #2d3a24;
  --studio-ochre: #b8922e;
  --studio-cream: #fff8f0;
  padding: clamp(0.85rem, 2vw, 1.25rem) 0 2.5rem;
  background: transparent;
}

.studio-page-wrap {
  display: flex;
  flex-direction: column;
  gap: clamp(1rem, 2.2vw, 1.35rem);
  max-width: min(1120px, 94vw);
  margin-inline: auto;
  padding: 0 clamp(0.75rem, 2vw, 1.25rem);
}

.studio-section-card {
  position: relative;
  padding: clamp(1.15rem, 2.5vw, 1.65rem);
  border: 1px solid rgba(139, 94, 60, 0.14);
  border-radius: 18px;
  background: linear-gradient(180deg, #fffefb 0%, #fff8f0 100%);
  box-shadow:
    0 1px 0 rgba(255, 255, 255, 0.95) inset,
    0 10px 28px rgba(75, 49, 30, 0.07);
  overflow: hidden;
}

.studio-reveal {
  opacity: 0;
  transform: translateY(18px);
  transition:
    opacity 0.65s ease,
    transform 0.65s cubic-bezier(0.22, 1, 0.36, 1);
}

.studio-page.is-ready .studio-reveal {
  opacity: 1;
  transform: translateY(0);
}

.studio-page.is-ready .studio-reveal:nth-child(1) { transition-delay: 0.04s; }
.studio-page.is-ready .studio-reveal:nth-child(2) { transition-delay: 0.1s; }
.studio-page.is-ready .studio-reveal:nth-child(3) { transition-delay: 0.16s; }
.studio-page.is-ready .studio-reveal:nth-child(4) { transition-delay: 0.22s; }

.studio-breadcrumb {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.35rem 0.45rem;
  margin-bottom: clamp(0.85rem, 2vw, 1.15rem);
  font-family: var(--font-sans);
  font-size: 0.76rem;
  font-weight: 500;
  color: var(--studio-rust);
}

.studio-breadcrumb a {
  color: var(--studio-rust);
  text-decoration: none;
}

.studio-breadcrumb a:hover {
  color: var(--studio-rust-dark);
}

.studio-breadcrumb-current {
  font-weight: 600;
}

.studio-hero-band {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(0, 1fr);
  gap: clamp(1rem, 2.5vw, 1.75rem);
  align-items: center;
  position: relative;
}

.studio-hero-art {
  margin: 0;
  border-radius: 14px;
  overflow: hidden;
  box-shadow: 0 8px 24px rgba(75, 49, 30, 0.1);
}

.studio-hero-art img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
}

.studio-hero-copy {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  min-width: 0;
  z-index: 1;
}

.studio-title {
  margin: 0;
  font-family: var(--font-serif);
  font-size: clamp(2.2rem, 5vw, 3.2rem);
  font-weight: 700;
  line-height: 1.02;
  color: #000;
}

.studio-title-rule {
  display: flex;
  align-items: center;
  gap: 0.45rem;
  width: min(9rem, 80%);
  margin: 0.55rem 0 0.7rem;
}

.studio-title-rule-line {
  flex: 1;
  height: 1px;
  background: linear-gradient(90deg, rgba(154, 63, 46, 0.45), rgba(154, 63, 46, 0.1));
}

.studio-title-rule-line:last-child {
  background: linear-gradient(90deg, rgba(154, 63, 46, 0.1), rgba(154, 63, 46, 0.45));
}

.studio-title-rule-gem {
  width: 7px;
  height: 7px;
  transform: rotate(45deg);
  background: linear-gradient(135deg, #c9a84c, var(--studio-rust));
}

.studio-tagline {
  margin: 0 0 1rem;
  font-family: var(--font-serif);
  font-size: clamp(0.95rem, 1.5vw, 1.08rem);
  font-style: italic;
  line-height: 1.45;
  color: var(--studio-rust);
}

.studio-hero-features {
  display: flex;
  flex-wrap: wrap;
  gap: clamp(0.65rem, 1.5vw, 1rem);
  margin: 0;
  padding: 0;
  list-style: none;
}

.studio-hero-features li {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.4rem;
  min-width: 5.5rem;
  text-align: center;
}

.studio-feature-icon {
  display: grid;
  place-items: center;
  width: 2.75rem;
  height: 2.75rem;
  border-radius: 50%;
}

.studio-feature-icon svg {
  width: 1.2rem;
  height: 1.2rem;
}

.studio-feature-icon--olive {
  background: color-mix(in srgb, var(--studio-olive) 12%, white);
  color: var(--studio-olive);
}

.studio-feature-icon--rust {
  background: color-mix(in srgb, var(--studio-rust) 12%, white);
  color: var(--studio-rust);
}

.studio-feature-icon--ochre {
  background: color-mix(in srgb, var(--studio-ochre) 14%, white);
  color: #8f6f22;
}

.studio-feature-label {
  font-family: var(--font-sans);
  font-size: clamp(0.62rem, 0.9vw, 0.68rem);
  font-weight: 600;
  line-height: 1.3;
  color: #000;
  max-width: 6.5rem;
}

.studio-hero-mandala {
  position: absolute;
  right: -1rem;
  top: 50%;
  width: min(38%, 160px);
  height: auto;
  opacity: 0.1;
  transform: translateY(-50%);
  pointer-events: none;
  z-index: 0;
}

.studio-pillars-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(0.75rem, 1.8vw, 1rem);
}

.studio-pillar {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  grid-template-rows: auto auto;
  align-items: center;
  gap: 0.45rem 0.55rem;
  padding: clamp(0.75rem, 1.5vw, 0.95rem);
  border: 1px solid rgba(139, 94, 60, 0.1);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.55);
}

.studio-pillar-icon {
  display: grid;
  place-items: center;
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 50%;
  grid-column: 1;
  grid-row: 1;
}

.studio-pillar-icon svg {
  width: 1.2rem;
  height: 1.2rem;
}

.studio-pillar--olive .studio-pillar-icon {
  background: color-mix(in srgb, var(--studio-olive) 12%, white);
  color: var(--studio-olive);
}

.studio-pillar--olive h3 {
  color: var(--studio-olive);
}

.studio-pillar--rust .studio-pillar-icon {
  background: color-mix(in srgb, var(--studio-rust) 12%, white);
  color: var(--studio-rust);
}

.studio-pillar--rust h3 {
  color: var(--studio-rust);
}

.studio-pillar--ochre .studio-pillar-icon {
  background: color-mix(in srgb, var(--studio-ochre) 14%, white);
  color: #8f6f22;
}

.studio-pillar--ochre h3 {
  color: #8f6f22;
}

.studio-pillar h3 {
  margin: 0;
  grid-column: 2;
  grid-row: 1;
  font-family: var(--font-serif);
  font-size: clamp(0.88rem, 1.2vw, 0.98rem);
  font-weight: 700;
  line-height: 1.25;
}

.studio-pillar p {
  margin: 0;
  grid-column: 1 / -1;
  grid-row: 2;
  font-family: var(--font-sans);
  font-size: clamp(0.68rem, 0.95vw, 0.74rem);
  line-height: 1.55;
  color: #000;
}

.studio-em--rust {
  color: var(--studio-rust-dark);
  font-weight: 600;
}

.studio-em--olive {
  color: var(--studio-olive-dark);
  font-weight: 600;
}

.studio-em--ochre {
  color: #8f6f22;
  font-weight: 600;
}

.studio-bottom {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: clamp(1rem, 2.2vw, 1.35rem);
  align-items: stretch;
}

.studio-section-head {
  display: flex;
  align-items: center;
  gap: 0.65rem;
  margin-bottom: clamp(0.85rem, 2vw, 1.15rem);
}

.studio-section-head-line {
  flex: 1;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(154, 63, 46, 0.25), transparent);
}

.studio-section-title {
  margin: 0;
  font-family: var(--font-serif);
  font-size: clamp(1.05rem, 2vw, 1.2rem);
  font-weight: 700;
  color: var(--studio-rust);
  white-space: nowrap;
}

.studio-inside-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);
  gap: clamp(0.5rem, 1.5vw, 1rem);
  align-items: center;
}

.studio-inside-list {
  display: flex;
  flex-direction: column;
  gap: 0.55rem;
  margin: 0;
  padding: 0;
  list-style: none;
}

.studio-inside-list li {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-family: var(--font-sans);
  font-size: clamp(0.68rem, 0.95vw, 0.74rem);
  font-weight: 500;
  line-height: 1.35;
  color: #000;
}

.studio-inside-list--right li {
  flex-direction: row-reverse;
  text-align: right;
}

.studio-inside-icon {
  display: grid;
  place-items: center;
  width: 1.85rem;
  height: 1.85rem;
  border-radius: 50%;
  flex-shrink: 0;
}

.studio-inside-icon svg {
  width: 0.95rem;
  height: 0.95rem;
}

.studio-inside-icon--olive {
  background: color-mix(in srgb, var(--studio-olive) 12%, white);
  color: var(--studio-olive);
}

.studio-inside-icon--rust {
  background: color-mix(in srgb, var(--studio-rust) 12%, white);
  color: var(--studio-rust);
}

.studio-inside-icon--ochre {
  background: color-mix(in srgb, var(--studio-ochre) 14%, white);
  color: #8f6f22;
}

.studio-inside-art {
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.studio-inside-art img {
  display: block;
  width: min(120px, 22vw);
  height: auto;
  object-fit: contain;
  border-radius: 0;
}

.studio-journey-head {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: clamp(1rem, 2.2vw, 1.35rem);
  text-align: center;
}

.studio-section-title--center {
  width: 100%;
  text-align: center;
}

.studio-journey-rule {
  display: flex;
  align-items: center;
  gap: 0.45rem;
  width: min(7rem, 45%);
  margin-top: 0.55rem;
}

.studio-journey-rule-line {
  flex: 1;
  height: 1px;
  background: linear-gradient(90deg, rgba(154, 63, 46, 0.1), rgba(154, 63, 46, 0.35), rgba(154, 63, 46, 0.1));
}

.studio-journey-rule-gem {
  width: 6px;
  height: 6px;
  transform: rotate(45deg);
  background: linear-gradient(135deg, #c9a84c, var(--studio-rust));
}

.studio-journey-steps {
  display: flex;
  flex-wrap: nowrap;
  align-items: flex-start;
  justify-content: space-between;
  gap: 0;
  margin: 0;
  padding: 0 0.15rem;
  list-style: none;
}

.studio-journey-step {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.35rem;
  flex: 1 1 0;
  min-width: 0;
  max-width: 8.5rem;
  text-align: center;
}

.studio-journey-step--accent {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  width: auto;
  min-width: 0.85rem;
  padding-top: 1.05rem;
  align-self: flex-start;
}

.studio-journey-arrow {
  font-family: var(--font-serif);
  font-size: 0.95rem;
  line-height: 1;
  color: color-mix(in srgb, var(--studio-rust) 32%, transparent);
}

.studio-journey-icon {
  display: grid;
  place-items: center;
  width: 2.85rem;
  height: 2.85rem;
  border-radius: 50%;
  border: 1px solid rgba(139, 94, 60, 0.12);
  flex-shrink: 0;
}

.studio-journey-icon svg {
  width: 1.15rem;
  height: 1.15rem;
}

.studio-journey-step h3 {
  margin: 0;
  font-family: var(--font-serif);
  font-size: clamp(0.8rem, 1.08vw, 0.9rem);
  font-weight: 700;
  line-height: 1.2;
}

.studio-journey-step p {
  margin: 0;
  font-family: var(--font-sans);
  font-size: clamp(0.58rem, 0.85vw, 0.64rem);
  line-height: 1.4;
  color: #000;
  max-width: 7.5rem;
}

.studio-journey-step--arrive .studio-journey-icon {
  background: color-mix(in srgb, var(--studio-olive) 14%, white);
  color: var(--studio-olive-dark);
  border-color: color-mix(in srgb, var(--studio-olive) 18%, transparent);
}

.studio-journey-step--arrive h3 {
  color: var(--studio-olive-dark);
}

.studio-journey-step--observe .studio-journey-icon {
  background: color-mix(in srgb, var(--studio-rust) 11%, white);
  color: var(--studio-rust);
  border-color: color-mix(in srgb, var(--studio-rust) 18%, transparent);
}

.studio-journey-step--observe h3 {
  color: var(--studio-rust);
}

.studio-journey-step--practice .studio-journey-icon {
  background: color-mix(in srgb, var(--studio-ochre) 16%, white);
  color: #8f6f22;
  border-color: color-mix(in srgb, var(--studio-ochre) 20%, transparent);
}

.studio-journey-step--practice h3 {
  color: #8f6f22;
}

.studio-journey-step--create .studio-journey-icon {
  background: color-mix(in srgb, var(--studio-olive) 14%, white);
  color: var(--studio-olive-dark);
  border-color: color-mix(in srgb, var(--studio-olive) 18%, transparent);
}

.studio-journey-step--create h3 {
  color: var(--studio-olive-dark);
}

.studio-journey-step--grow .studio-journey-icon {
  background: color-mix(in srgb, var(--studio-rust) 11%, white);
  color: var(--studio-rust);
  border-color: color-mix(in srgb, var(--studio-rust) 18%, transparent);
}

.studio-journey-step--grow h3 {
  color: var(--studio-rust);
}

.studio-page-nav {
  padding-top: 0.85rem;
  padding-bottom: 0.85rem;
}

.studio-page-nav .about-detail-siblings {
  margin: 0;
}

.studio-back {
  margin: 0;
  text-align: center;
}

.studio-back a {
  color: #000;
}

@media (max-width: 1024px) {
  .studio-hero-band {
    grid-template-columns: 1fr;
  }

  .studio-hero-mandala {
    display: none;
  }

  .studio-pillars-grid {
    grid-template-columns: 1fr;
  }

  .studio-bottom {
    grid-template-columns: 1fr;
  }

  .studio-inside-layout {
    grid-template-columns: 1fr;
    justify-items: center;
  }

  .studio-inside-list--right li {
    flex-direction: row;
    text-align: left;
  }

  .studio-journey-steps {
    flex-wrap: wrap;
    justify-content: center;
    gap: 0.35rem 0.15rem;
  }

  .studio-journey-step {
    flex: 0 1 min(7.5rem, 30%);
    max-width: none;
  }

  .studio-journey-step--accent {
    display: none;
  }
}

@media (max-width: 720px) {
  .studio-journey-steps {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.75rem;
  }

  .studio-journey-step {
    width: auto;
    max-width: none;
  }
}

@media (max-width: 480px) {
  .studio-journey-steps {
    grid-template-columns: 1fr;
  }
}

@media (prefers-reduced-motion: reduce) {
  .studio-reveal {
    opacity: 1;
    transform: none;
    transition: none;
  }
}

/* ── About Us pages: increased type scale ── */

.who-page-wrap,
.educ-page-wrap,
.mv-page-wrap,
.studio-page-wrap,
.story-page-wrap {
  gap: clamp(1.25rem, 2.6vw, 1.65rem);
}

.mv-page--vision .mv-vision-grid {
  gap: clamp(0.95rem, 1.8vw, 1.25rem);
}

.about-hub-title {
  font-size: clamp(1.5rem, 3.1vw, 1.9rem);
}

.who-hero-title,
.mv-title,
.studio-title {
  font-size: clamp(2.4rem, 5.4vw, 3.45rem);
}

.educ-name {
  font-size: clamp(2rem, 4.4vw, 2.85rem);
}

.who-quote-text {
  font-size: clamp(1.15rem, 2vw, 1.38rem);
}

.who-identity-title,
.who-philosophy-title,
.educ-quals-title {
  font-size: clamp(1.25rem, 2.15vw, 1.45rem);
}

.studio-pillar h3 {
  font-size: clamp(0.98rem, 1.3vw, 1.08rem);
}

.story-hero-title {
  font-size: clamp(2.75rem, 6.2vw, 4rem);
}

.about-detail-title {
  font-size: clamp(2.1rem, 4.5vw, 2.75rem);
}

.about-hub-eyebrow {
  font-size: 0.72rem;
}

.about-hub-lead {
  font-size: clamp(0.74rem, 1vw, 0.84rem);
}

.about-hub-card-title {
  font-size: clamp(1.1rem, 1.45vw, 1.28rem);
}

.about-hub-card-desc {
  font-size: clamp(0.84rem, 1.12vw, 0.92rem);
}

.who-breadcrumb,
.educ-breadcrumb,
.mv-breadcrumb,
.studio-breadcrumb,
.story-breadcrumb {
  font-size: 0.86rem;
}

.who-hero-lead,
.educ-tagline,
.mv-tagline,
.studio-tagline {
  font-size: clamp(1.05rem, 1.65vw, 1.18rem);
}

.who-hero-quote p,
.educ-hero-quote p,
.mv-statement p {
  font-size: clamp(1.1rem, 1.95vw, 1.28rem);
}

.who-identity-copy p,
.who-philosophy-intro p,
.who-philosophy-closing,
.educ-pillar p,
.educ-bullets li,
.mv-body p,
.mv-bullets--body li,
.mv-pillar p,
.studio-pillar p {
  font-size: clamp(0.94rem, 1.25vw, 1.02rem);
}

.who-pillar h3,
.educ-pillar h3,
.mv-pillar h3 {
  font-size: clamp(0.82rem, 1.12vw, 0.88rem);
}

.educ-timeline-year {
  font-size: clamp(0.86rem, 1.2vw, 1rem);
}

.educ-timeline-degree {
  font-size: clamp(0.92rem, 1.35vw, 1.08rem);
  line-height: 1.44;
}

.educ-role-label {
  font-size: 0.76rem;
}

.educ-stat-value,
.mv-stat-value {
  font-size: clamp(1.05rem, 1.5vw, 1.18rem);
}

.educ-stat-label,
.mv-stat-label {
  font-size: clamp(0.72rem, 1vw, 0.78rem);
}

.educ-closing p {
  font-size: clamp(1.08rem, 1.95vw, 1.24rem);
}

.mv-tags li {
  font-size: 0.72rem;
}

.mv-section-title,
.studio-section-title {
  font-size: clamp(1.15rem, 2.15vw, 1.32rem);
}

.mv-step p,
.studio-journey-step p {
  font-size: clamp(0.68rem, 0.95vw, 0.74rem);
}

.mv-step h3,
.studio-journey-step h3 {
  font-size: clamp(0.88rem, 1.15vw, 0.98rem);
}

.studio-feature-label {
  font-size: clamp(0.72rem, 1vw, 0.78rem);
}

.studio-inside-list li {
  font-size: clamp(0.78rem, 1.05vw, 0.84rem);
}

.about-detail-lead {
  font-size: clamp(1rem, 1.5vw, 1.1rem);
}

.about-detail-tags li {
  font-size: 0.76rem;
}

.about-detail-block p,
.about-detail-block li {
  font-size: clamp(0.98rem, 1.35vw, 1.06rem);
}

.about-detail-block h2 {
  font-size: clamp(1.2rem, 2.15vw, 1.38rem);
}

.story-breadcrumb {
  font-size: 0.86rem;
}

.story-hero-lead,
.story-tagline-centered {
  font-size: clamp(1.05rem, 1.65vw, 1.18rem);
}

.story-section-intro p,
.story-tab-intro p,
.story-tab-name-copy p,
.story-tab-beginning-copy p,
.story-philosophy-card p {
  font-size: clamp(0.94rem, 1.25vw, 1.02rem);
}

.story-section-heading,
.story-tab-heading {
  font-size: clamp(1.2rem, 2.2vw, 1.42rem);
}

.story-tab-btn {
  font-size: clamp(0.82rem, 1.1vw, 0.9rem);
}

.story-quote-banner p {
  font-size: clamp(1.05rem, 1.8vw, 1.2rem);
}

.story-philosophy-card h3 {
  font-size: clamp(1.05rem, 1.5vw, 1.15rem);
}

/* ── About Us box outline colors (green, rust, brown, blue) ── */

.about-hub-main {
  --about-outline-green: #3f5233;
  --about-outline-rust: #9a3f2e;
  --about-outline-brown: #6b4529;
  --about-outline-blue: #2f4a6b;
}

.who-page,
.educ-page,
.mv-page,
.studio-page,
.story-experience {
  --about-outline-green: #3f5233;
  --about-outline-rust: #9a3f2e;
  --about-outline-brown: #6b4529;
  --about-outline-blue: #2f4a6b;
}

.about-hub-card--story {
  border-color: color-mix(in srgb, var(--about-outline-green) 55%, rgba(212, 175, 55, 0.16));
}

.about-hub-card--who {
  border-color: color-mix(in srgb, var(--about-outline-rust) 55%, rgba(212, 175, 55, 0.16));
}

.about-hub-card--educator {
  border-color: color-mix(in srgb, var(--about-outline-brown) 55%, rgba(212, 175, 55, 0.16));
}

.about-hub-card--mission {
  border-color: color-mix(in srgb, var(--about-outline-blue) 55%, rgba(212, 175, 55, 0.16));
}

.about-hub-card--vision {
  border-color: color-mix(in srgb, var(--about-outline-green) 55%, rgba(212, 175, 55, 0.16));
}

.about-hub-card--studio {
  border-color: color-mix(in srgb, var(--about-outline-rust) 55%, rgba(212, 175, 55, 0.16));
}

.who-page-wrap > .who-section-card:nth-child(4n + 1),
.educ-page-wrap > .educ-section-card:nth-child(4n + 1),
.mv-page-wrap > .mv-section-card:nth-child(4n + 1),
.studio-page-wrap > .studio-section-card:nth-child(4n + 1),
.story-page-wrap > .story-section-card:nth-child(4n + 1) {
  border: 1.5px solid color-mix(in srgb, var(--about-outline-green) 70%, transparent);
}

.who-page-wrap > .who-section-card:nth-child(4n + 2),
.educ-page-wrap > .educ-section-card:nth-child(4n + 2),
.mv-page-wrap > .mv-section-card:nth-child(4n + 2),
.studio-page-wrap > .studio-section-card:nth-child(4n + 2),
.story-page-wrap > .story-section-card:nth-child(4n + 2) {
  border: 1.5px solid color-mix(in srgb, var(--about-outline-rust) 70%, transparent);
}

.who-page-wrap > .who-section-card:nth-child(4n + 3),
.educ-page-wrap > .educ-section-card:nth-child(4n + 3),
.mv-page-wrap > .mv-section-card:nth-child(4n + 3),
.studio-page-wrap > .studio-section-card:nth-child(4n + 3),
.story-page-wrap > .story-section-card:nth-child(4n + 3) {
  border: 1.5px solid color-mix(in srgb, var(--about-outline-brown) 70%, transparent);
}

.who-page-wrap > .who-section-card:nth-child(4n),
.educ-page-wrap > .educ-section-card:nth-child(4n),
.mv-page-wrap > .mv-section-card:nth-child(4n),
.studio-page-wrap > .studio-section-card:nth-child(4n),
.story-page-wrap > .story-section-card:nth-child(4n) {
  border: 1.5px solid color-mix(in srgb, var(--about-outline-blue) 70%, transparent);
}

.educ-page-wrap .educ-stats {
  border: 1.5px solid color-mix(in srgb, var(--about-outline-brown) 70%, transparent);
}

.educ-page-wrap .educ-closing {
  border: 1.5px solid color-mix(in srgb, var(--about-outline-blue) 70%, transparent);
}

.studio-page-wrap .studio-inside {
  border: 1.5px solid color-mix(in srgb, var(--about-outline-brown) 70%, transparent);
}

.studio-page-wrap .studio-journey {
  border: 1.5px solid color-mix(in srgb, var(--about-outline-blue) 70%, transparent);
}

.story-experience .story-hero-inner .story-section-card {
  border: 1.5px solid color-mix(in srgb, var(--about-outline-green) 70%, transparent);
}

.who-pillar:nth-child(4n + 1),
.educ-pillar:nth-child(4n + 1),
.mv-pillar:nth-child(4n + 1),
.studio-pillar:nth-child(4n + 1),
.story-philosophy-card:nth-child(4n + 1) {
  border: 1.5px solid color-mix(in srgb, var(--about-outline-green) 65%, transparent);
}

.who-pillar:nth-child(4n + 2),
.educ-pillar:nth-child(4n + 2),
.mv-pillar:nth-child(4n + 2),
.studio-pillar:nth-child(4n + 2),
.story-philosophy-card:nth-child(4n + 2) {
  border: 1.5px solid color-mix(in srgb, var(--about-outline-rust) 65%, transparent);
}

.who-pillar:nth-child(4n + 3),
.educ-pillar:nth-child(4n + 3),
.mv-pillar:nth-child(4n + 3),
.studio-pillar:nth-child(4n + 3),
.story-philosophy-card:nth-child(4n + 3) {
  border: 1.5px solid color-mix(in srgb, var(--about-outline-brown) 65%, transparent);
}

.who-pillar:nth-child(4n),
.educ-pillar:nth-child(4n),
.mv-pillar:nth-child(4n),
.studio-pillar:nth-child(4n),
.story-philosophy-card:nth-child(4n) {
  border: 1.5px solid color-mix(in srgb, var(--about-outline-blue) 65%, transparent);
}

.who-pillar:nth-child(4n + 1),
.who-pillar:nth-child(4n + 2),
.who-pillar:nth-child(4n + 3),
.who-pillar:nth-child(4n) {
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.55);
  padding: clamp(0.75rem, 1.5vw, 0.95rem);
}

.educ-quals,
.mv-statement,
.studio-pillar {
  border-width: 1.5px;
  border-style: solid;
}

.educ-hero .educ-quals {
  border-color: color-mix(in srgb, var(--about-outline-rust) 65%, transparent);
}

.mv-hero .mv-statement {
  border-color: color-mix(in srgb, var(--about-outline-blue) 65%, transparent);
}

.educ-name-initial {
  color: var(--educ-olive);
}

/* ── Story Experience Page ── */

.story-page-main {
  padding-top: 0;
  background: transparent;
}

.story-experience {
  --story-rust: #9a3f2e;
  --story-rust-dark: #7a3225;
  --story-olive: #3f5233;
  --story-olive-dark: #2d3a24;
  --story-ochre: #b8922e;
  --story-cream: #fff8f0;
  padding: 0 0 0;
  background: transparent;
}

.story-experience::before,
.story-experience::after {
  display: none;
}

.story-page-wrap {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  gap: clamp(1rem, 2.2vw, 1.35rem);
  max-width: min(1040px, 94vw);
  margin-inline: auto;
  padding: 0 clamp(0.75rem, 2vw, 1.25rem) 2.5rem;
}

.story-section-card {
  padding: clamp(1.15rem, 2.5vw, 1.65rem);
  border: 1px solid rgba(139, 94, 60, 0.14);
  border-radius: 18px;
  background: linear-gradient(180deg, #fffefb 0%, #fff8f0 100%);
  box-shadow:
    0 1px 0 rgba(255, 255, 255, 0.95) inset,
    0 10px 28px rgba(75, 49, 30, 0.07);
}

.story-hero-inner .story-section-card {
  margin-bottom: clamp(1rem, 2.2vw, 1.35rem);
}

.story-reveal {
  opacity: 0;
  transform: translateY(18px);
  transition:
    opacity 0.65s ease,
    transform 0.65s cubic-bezier(0.22, 1, 0.36, 1);
}

.story-experience.is-ready .story-reveal {
  opacity: 1;
  transform: translateY(0);
}

.story-experience.is-ready .story-page-wrap > .story-reveal:nth-child(1) { transition-delay: 0.04s; }
.story-experience.is-ready .story-page-wrap > .story-reveal:nth-child(2) { transition-delay: 0.14s; }

/* Hero */

.story-hero {
  position: relative;
  overflow: hidden;
  margin-bottom: 0;
  padding: clamp(1rem, 2.5vw, 1.5rem) 0 0;
  background: transparent;
}

.story-hero-inner {
  position: relative;
  z-index: 2;
  display: block;
  text-align: left;
}

.story-hero-card {
  position: relative;
  overflow: visible;
  opacity: 0;
  transition: opacity 0.7s ease;
}

.story-experience.is-ready .story-hero-card {
  opacity: 1;
}

.story-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(260px, 46%);
  align-items: center;
  gap: clamp(0.75rem, 2.5vw, 1.75rem);
}

.story-hero-copy {
  max-width: 36rem;
  position: relative;
  z-index: 1;
  margin-left: 5cm;
}

.story-hero-art {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  align-self: center;
  justify-self: end;
  margin: 0;
  border: none;
  outline: none;
  background: transparent;
  transform: translateX(-5cm);
}

.story-hero-art img {
  display: block;
  width: 100%;
  max-width: min(100%, 470px);
  height: auto;
  object-fit: contain;
  object-position: center right;
  border: none;
  outline: none;
  box-shadow: none;
  background: transparent;
  filter: none;
  image-rendering: auto;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.story-breadcrumb--plain {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.35rem 0.45rem;
  margin-bottom: clamp(1rem, 2.2vw, 1.35rem);
  padding: 0;
  border: none;
  border-radius: 0;
  background: none;
  font-family: var(--font-sans);
  font-size: 0.76rem;
  font-weight: 500;
}

.story-breadcrumb {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.35rem 0.5rem;
  margin-bottom: clamp(1rem, 2.5vw, 1.35rem);
  padding: 0.32rem 0.75rem;
  border-radius: 999px;
  font-size: 0.74rem;
  font-weight: 600;
  background: color-mix(in srgb, var(--story-olive) 10%, rgba(255, 253, 248, 0.95));
  border: 1px solid color-mix(in srgb, var(--story-olive) 18%, rgba(139, 94, 60, 0.12));
}

.story-breadcrumb a {
  color: #000;
  text-decoration: none;
  transition: color 0.2s ease;
}

.story-breadcrumb a:hover {
  color: var(--terracotta);
}

.story-breadcrumb-current {
  color: #000;
  font-weight: 600;
}

.story-hero-title {
  margin: 0;
  font-family: var(--font-serif);
  font-size: clamp(2.6rem, 6vw, 3.75rem);
  font-weight: 700;
  line-height: 1.02;
  letter-spacing: 0.01em;
}

.story-hero-title-part {
  color: #000;
}

.story-hero-title-part--accent {
  color: var(--story-rust-dark);
}

.story-hero-rule {
  display: flex;
  align-items: center;
  gap: 0.55rem;
  width: min(11rem, 72%);
  margin: 0.7rem 0 0.85rem;
}

.story-hero-rule-line {
  flex: 1;
  height: 1px;
  background: linear-gradient(90deg, rgba(154, 63, 46, 0.45), rgba(154, 63, 46, 0.12));
}

.story-hero-rule-line:last-child {
  background: linear-gradient(90deg, rgba(154, 63, 46, 0.12), rgba(154, 63, 46, 0.45));
}

.story-hero-rule-gem {
  width: 8px;
  height: 8px;
  transform: rotate(45deg);
  background: linear-gradient(135deg, #c9a84c, var(--story-rust));
  box-shadow: 0 0 8px rgba(201, 168, 76, 0.35);
}

.story-hero-lead {
  margin: 0;
  font-family: var(--font-serif);
  font-size: clamp(1.02rem, 1.7vw, 1.18rem);
  font-style: italic;
  font-weight: 500;
  line-height: 1.45;
  color: #000;
}

.story-hero-intro {
  margin: 0.85rem 0 0;
  max-width: 30rem;
  font-family: var(--font-sans);
  font-size: clamp(0.88rem, 1.2vw, 0.94rem);
  font-weight: 400;
  line-height: 1.68;
  color: #000;
}

.story-hero-intro .brand-name {
  font-weight: 700;
  color: #000;
}

.story-hero-pills {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.45rem;
  margin: 1rem 0 0;
  padding: 0;
  list-style: none;
}

.story-hero-pill {
  padding: 0.38rem 0.85rem;
  border-radius: 999px;
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #fff;
  box-shadow: 0 4px 12px rgba(43, 33, 24, 0.12);
}

.story-hero-pill--rust {
  background: linear-gradient(165deg, #a34e32, var(--story-rust-dark));
}

.story-hero-pill--olive {
  background: linear-gradient(165deg, #4a6340, var(--story-olive-dark));
}

.story-hero-pill--ochre {
  background: linear-gradient(165deg, #c9a84c, #8f6f22);
  color: #fffdf8;
}

/* Panels */

.story-panel {
  position: relative;
  margin-bottom: 0;
}

.story-panel-deco {
  position: absolute;
  pointer-events: none;
  opacity: 0.18;
}

.story-panel-deco--leaf {
  top: 8%;
  right: -2%;
  width: min(18vw, 110px);
  height: auto;
}

.story-panel-grid {
  display: grid;
  grid-template-columns: minmax(200px, 42%) 1fr;
  align-items: center;
  gap: clamp(1.15rem, 2.8vw, 2rem);
}

.story-panel-visual {
  margin: 0;
  overflow: hidden;
  border-radius: 16px;
  box-shadow: 0 8px 24px rgba(43, 33, 24, 0.1);
}

.story-panel-visual img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
}

.story-panel-visual--photo img {
  min-height: 220px;
  object-fit: cover;
}

.story-panel-num {
  display: inline-block;
  margin-right: 0.35rem;
  font-family: var(--font-serif);
  font-size: 1.15em;
  font-weight: 700;
  color: var(--story-rust);
}

.story-panel-heading {
  margin: 0 0 0.75rem;
  font-family: var(--font-serif);
  font-size: clamp(1.25rem, 2.5vw, 1.55rem);
  font-weight: 700;
  line-height: 1.2;
  color: var(--story-rust-dark);
}

.story-hero-intro.story-prose {
  font-family: var(--font-serif);
  font-size: clamp(1rem, 1.5vw, 1.1rem);
  font-style: italic;
  font-weight: 500;
  line-height: 1.65;
  color: rgba(93, 46, 23, 0.8);
}

.story-section-intro-line {
  margin: 0;
  font-family: var(--font-serif);
  font-size: clamp(0.95rem, 1.35vw, 1.02rem);
  font-style: italic;
  line-height: 1.55;
  color: rgba(93, 46, 23, 0.72);
}

/* Expressive story prose */

.story-prose {
  font-family: var(--font-serif);
}

.story-prose p {
  font-size: clamp(0.95rem, 1.35vw, 1.05rem);
  line-height: 1.75;
  color: #000;
}

.story-prose-opener {
  font-size: clamp(1.02rem, 1.5vw, 1.12rem) !important;
  font-style: italic;
  font-weight: 500;
  color: #000 !important;
}

.story-em {
  font-weight: 700;
  font-style: normal;
  color: #000;
}

.story-em--rust {
  color: var(--story-rust-dark);
}

.story-em--olive {
  color: var(--story-olive-dark);
}

.story-em--ochre {
  color: #8f6f22;
}

.story-experience .brand-name.story-em {
  font-weight: 700;
}

.story-narrative {
  margin-bottom: 0;
}

.story-narrative-grid {
  display: grid;
  grid-template-columns: minmax(220px, 40%) 1fr;
  align-items: start;
  gap: clamp(1.25rem, 3vw, 2rem);
}

.story-narrative-visual {
  margin: 0;
  overflow: hidden;
  border-radius: 16px;
  box-shadow: 0 10px 28px rgba(43, 33, 24, 0.12);
}

.story-narrative-visual img {
  display: block;
  width: 100%;
  height: auto;
  min-height: 240px;
  object-fit: cover;
}

.story-narrative-body .story-panel-heading {
  margin-bottom: 1rem;
}

.story-prose-drop {
  position: relative;
}

.story-dropcap {
  float: left;
  margin: 0.08em 0.12em 0 0;
  font-family: var(--font-serif);
  font-size: 3.4em;
  font-weight: 700;
  font-style: italic;
  line-height: 0.78;
  color: var(--story-rust);
}

.story-philosophy-card p {
  margin: 0;
  font-family: var(--font-serif);
  font-size: clamp(0.88rem, 1.2vw, 0.94rem);
  line-height: 1.62;
  color: #000;
}

.story-panel-copy p {
  margin: 0 0 0.65rem;
  font-size: clamp(0.88rem, 1.2vw, 0.94rem);
  line-height: 1.65;
  color: rgba(93, 46, 23, 0.78);
}

.story-panel-copy p:last-child {
  margin-bottom: 0;
}

.story-panel-copy strong {
  color: var(--story-rust-dark);
  font-weight: 700;
}

/* Philosophy */

.story-philosophy-section {
  position: relative;
  margin-bottom: 0;
  padding: 0;
}

.story-philosophy-deco {
  position: absolute;
  top: 0;
  left: -1%;
  width: min(14vw, 90px);
  height: auto;
  opacity: 0.2;
  pointer-events: none;
  transform: rotate(-8deg);
}

.story-section-intro {
  text-align: center;
  margin-bottom: clamp(1.15rem, 2.5vw, 1.65rem);
}

.story-section-heading {
  margin: 0 0 0.4rem;
  font-family: var(--font-serif);
  font-size: clamp(1.25rem, 2.5vw, 1.55rem);
  font-weight: 700;
  color: var(--story-rust-dark);
}

.story-section-intro p {
  margin: 0;
  font-size: clamp(0.88rem, 1.2vw, 0.94rem);
  color: rgba(93, 46, 23, 0.72);
}

.story-philosophy-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: clamp(0.75rem, 2vw, 1.1rem);
}

.story-philosophy-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: clamp(1rem, 2vw, 1.25rem) clamp(0.85rem, 1.6vw, 1rem);
  border: 1px solid rgba(139, 94, 60, 0.1);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.55);
  box-shadow: 0 2px 8px rgba(75, 49, 30, 0.04);
  transition: border-color 0.3s ease, box-shadow 0.3s ease;
}

.story-philosophy-card:hover {
  border-color: rgba(139, 94, 60, 0.2);
  box-shadow: 0 6px 16px rgba(75, 49, 30, 0.07);
  transform: none;
}

.story-philosophy-icon {
  display: grid;
  place-items: center;
  width: 3.35rem;
  height: 3.35rem;
  margin-bottom: 0.7rem;
  border-radius: 50%;
  background: transparent;
  border: none;
  box-shadow: none;
  overflow: hidden;
}

.story-philosophy-icon img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.story-philosophy-card--growth .story-philosophy-icon,
.story-philosophy-card--heritage .story-philosophy-icon,
.story-philosophy-card--expression .story-philosophy-icon {
  background: transparent;
  border: none;
}

.story-philosophy-card h3 {
  margin: 0 0 0.4rem;
  font-family: var(--font-serif);
  font-size: clamp(1rem, 1.5vw, 1.08rem);
  font-weight: 700;
  color: #000;
}

/* Quote */

.story-quote {
  position: relative;
  margin: 0;
  padding: clamp(1.25rem, 2.5vw, 1.75rem);
  text-align: center;
}

.story-quote-mark {
  font-family: var(--font-serif);
  font-size: clamp(3rem, 8vw, 4.5rem);
  font-weight: 700;
  line-height: 0.6;
  color: color-mix(in srgb, var(--story-rust) 55%, #c9a84c);
  opacity: 0.75;
}

.story-quote-mark--open {
  margin-bottom: 0.25rem;
}

.story-quote-mark--close {
  margin-top: 0.15rem;
}

.story-quote-text {
  margin: 0;
  max-width: 28rem;
  margin-inline: auto;
  font-family: var(--font-serif);
  font-size: clamp(1.15rem, 2.4vw, 1.45rem);
  font-style: italic;
  font-weight: 600;
  line-height: 1.45;
  color: #000;
}

.story-quote-rule {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.55rem;
  max-width: 12rem;
  margin: 1rem auto 0;
}

.story-quote-line {
  flex: 1;
  height: 1px;
  background: linear-gradient(90deg, transparent, color-mix(in srgb, var(--story-rust) 45%, #c9a84c), transparent);
}

.story-quote-gem {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--story-rust);
}

/* Journey timeline */

.story-journey-timeline {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0.65rem;
  margin: clamp(1.25rem, 3vw, 1.75rem) 0 0;
  padding: clamp(1rem, 2vw, 1.35rem) 0 0;
  border-top: 1px solid rgba(139, 94, 60, 0.12);
  list-style: none;
}

.story-journey-step {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 0.35rem;
  position: relative;
}

.story-journey-step:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 1.35rem;
  left: calc(50% + 1.35rem);
  width: calc(100% - 2.7rem);
  height: 2px;
  background: linear-gradient(90deg, color-mix(in srgb, var(--story-olive) 35%, #c9a84c), color-mix(in srgb, var(--story-rust) 25%, transparent));
  opacity: 0.45;
}

.story-journey-icon {
  display: grid;
  place-items: center;
  width: 2.7rem;
  height: 2.7rem;
  border-radius: 50%;
  background: #fffefb;
  border: 2px solid rgba(139, 94, 60, 0.15);
  box-shadow: 0 4px 12px rgba(43, 33, 24, 0.07);
}

.story-journey-icon svg {
  width: 1.25rem;
  height: 1.25rem;
}

.story-journey-icon--vision {
  color: var(--story-olive);
  border-color: color-mix(in srgb, var(--story-olive) 35%, transparent);
}

.story-journey-icon--studio {
  color: var(--story-rust);
  border-color: color-mix(in srgb, var(--story-rust) 35%, transparent);
}

.story-journey-icon--expand {
  color: var(--story-olive);
  border-color: color-mix(in srgb, var(--story-olive) 35%, transparent);
}

.story-journey-icon--today {
  color: var(--story-olive-dark);
  border-color: color-mix(in srgb, var(--story-olive-dark) 40%, transparent);
}

.story-journey-year {
  font-family: var(--font-serif);
  font-size: clamp(0.95rem, 1.4vw, 1.05rem);
  font-weight: 700;
  color: var(--brown);
}

.story-journey-label {
  font-size: 0.72rem;
  font-weight: 600;
  line-height: 1.35;
  color: rgba(93, 46, 23, 0.65);
}

/* Statistics */

.story-stats {
  margin-bottom: clamp(2rem, 4vw, 2.75rem);
}

.story-stats-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: clamp(0.65rem, 1.8vw, 0.9rem);
}

.story-stat-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: clamp(1rem, 2vw, 1.25rem) 0.65rem;
  border: 1px solid rgba(139, 94, 60, 0.11);
  border-radius: 16px;
  background: linear-gradient(180deg, #fffefb, #fff6ec);
  box-shadow: 0 6px 18px rgba(75, 49, 30, 0.06);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.story-stat-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 26px rgba(75, 49, 30, 0.09);
}

.story-stat-icon {
  display: grid;
  place-items: center;
  width: 2.4rem;
  height: 2.4rem;
  margin-bottom: 0.45rem;
  color: var(--story-rust);
}

.story-stat-icon svg {
  width: 1.5rem;
  height: 1.5rem;
}

.story-stat-value {
  font-family: var(--font-serif);
  font-size: clamp(1.35rem, 2.5vw, 1.65rem);
  font-weight: 700;
  line-height: 1;
  color: var(--brown);
}

.story-stat-label {
  margin-top: 0.3rem;
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: rgba(93, 46, 23, 0.62);
}

/* Gallery */

.story-gallery {
  margin-bottom: clamp(2rem, 4vw, 2.75rem);
}

.story-gallery-head {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  margin-bottom: clamp(1rem, 2.5vw, 1.35rem);
}

.story-gallery-line {
  flex: 1;
  max-width: 8rem;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(139, 94, 60, 0.35), transparent);
}

.story-gallery-title {
  margin: 0;
  font-family: var(--font-serif);
  font-size: clamp(1.05rem, 2vw, 1.22rem);
  font-weight: 700;
  color: var(--brown);
  text-align: center;
  white-space: nowrap;
}

.story-gallery-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: clamp(0.5rem, 1.2vw, 0.75rem);
}

.story-gallery-item {
  margin: 0;
  overflow: hidden;
  border-radius: 12px;
  box-shadow: 0 6px 18px rgba(43, 33, 24, 0.1);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.story-gallery-item:hover {
  transform: translateY(-3px);
  box-shadow: 0 12px 28px rgba(43, 33, 24, 0.14);
}

.story-gallery-item img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 110px;
  object-fit: cover;
  aspect-ratio: 4 / 3;
}

/* CTA */

.story-cta {
  margin: 0;
  padding: clamp(1.25rem, 2.5vw, 1.65rem);
  text-align: center;
}

.story-cta-title {
  margin: 0;
  font-family: var(--font-serif);
  font-size: clamp(1.35rem, 2.8vw, 1.75rem);
  font-weight: 700;
  color: var(--brown);
}

.story-cta-lead {
  margin: 0.55rem auto 0;
  max-width: 32rem;
  font-size: clamp(0.88rem, 1.25vw, 0.95rem);
  line-height: 1.55;
  color: rgba(93, 46, 23, 0.72);
}

.story-cta-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.65rem;
  margin-top: 1.15rem;
}

.story-cta-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.62rem 1.25rem;
  border-radius: 999px;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  text-decoration: none;
  transition: transform 0.25s ease, box-shadow 0.25s ease, background 0.25s ease;
}

.story-cta-btn--primary {
  color: #fffdf8;
  background: linear-gradient(165deg, var(--story-rust), var(--story-rust-dark));
  box-shadow: none;
}

.story-cta-btn--primary:hover {
  transform: translateY(-2px);
  box-shadow: none;
}

.story-cta-btn--ghost {
  color: var(--story-olive-dark);
  background: transparent;
  border: 1.5px solid rgba(63, 82, 51, 0.35);
}

.story-cta-btn--ghost:hover {
  background: rgba(255, 254, 251, 0.1);
  transform: translateY(-2px);
}

.story-page-nav {
  margin-top: 0;
  padding: clamp(0.85rem, 2vw, 1.1rem);
}

.story-page-nav.about-detail-siblings {
  display: block;
  margin-top: 0;
  padding-top: 0;
  border-top: none;
}

.story-page-nav .about-detail-sibling {
  max-width: 100%;
  color: #000;
}

.story-page-wrap .about-detail-sibling-title,
.story-page-wrap .about-detail-sibling-label,
.story-page-wrap .about-detail-back a {
  color: #000;
}

/* Story tabs */

.story-tabs-shell {
  padding: 0;
}

.story-tabs {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
  gap: 12px;
  margin: 0;
  padding: 20px 24px;
  border-bottom: 1px solid rgba(139, 94, 60, 0.12);
}

.story-tab-btn {
  box-sizing: border-box;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 140px;
  width: 140px;
  height: 48px;
  padding: 0 10px;
  border: 1.5px solid rgba(139, 94, 60, 0.14);
  border-radius: 24px;
  background: rgba(255, 254, 251, 0.85);
  font-family: var(--font-serif);
  font-size: 0.78rem;
  font-weight: 600;
  font-style: italic;
  line-height: 1.15;
  letter-spacing: 0.025em;
  text-align: center;
  white-space: normal;
  color: #000;
  cursor: pointer;
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.9) inset;
  transition:
    background 0.28s ease,
    color 0.28s ease,
    border-color 0.28s ease,
    box-shadow 0.28s ease,
    font-style 0.28s ease;
}

.story-tab-btn:hover {
  border-color: color-mix(in srgb, var(--story-olive) 40%, rgba(139, 94, 60, 0.2));
  color: #000;
  background: #fffefb;
}

.story-tab-btn.is-active,
.story-tab-btn[aria-selected="true"] {
  flex: 0 0 180px;
  width: 180px;
  font-style: normal;
  font-weight: 700;
  letter-spacing: 0.03em;
  background: linear-gradient(165deg, #4a6340, var(--story-olive-dark));
  border-color: var(--story-olive-dark);
  color: #fffefb;
  box-shadow: 0 4px 14px rgba(45, 58, 36, 0.18);
}

.story-tab-btn:focus-visible {
  outline: 2px solid color-mix(in srgb, var(--story-olive) 55%, #c9a84c);
  outline-offset: 2px;
}

.story-tabs-panels {
  position: relative;
  min-height: 0;
  padding: 20px 24px 0;
}

.story-tab-panel {
  opacity: 0;
  visibility: hidden;
  height: 0;
  overflow: hidden;
  pointer-events: none;
  transition: opacity 0.42s ease, visibility 0.42s ease;
}

.story-tab-panel.is-active {
  opacity: 1;
  visibility: visible;
  height: auto;
  overflow: visible;
  pointer-events: auto;
}

.story-tab-panel.is-entering {
  animation: storyTabFadeIn 0.48s cubic-bezier(0.22, 1, 0.36, 1);
}

@keyframes storyTabFadeIn {
  from {
    opacity: 0;
    transform: translateY(10px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.story-tab-heading {
  margin: 0 0 0.75rem;
  font-family: var(--font-serif);
  font-size: clamp(1.2rem, 2.2vw, 1.45rem);
  font-weight: 700;
  line-height: 1.2;
  color: #000;
}

.story-tab-intro {
  margin-bottom: 1rem;
  text-align: center;
}

.story-tab-intro p {
  margin: 0;
  font-family: var(--font-serif);
  font-size: clamp(0.92rem, 1.3vw, 1rem);
  font-style: italic;
  color: #000;
}

.story-tab-name-inner {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  border-radius: 12px;
}

.story-tab-name-illustration {
  position: absolute;
  inset: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  pointer-events: none;
  opacity: 0.1;
  -webkit-mask-image: radial-gradient(ellipse 92% 82% at 50% 44%, #000 22%, transparent 76%);
  mask-image: radial-gradient(ellipse 92% 82% at 50% 44%, #000 22%, transparent 76%);
}

.story-tab-name-illustration img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 100%;
  object-fit: cover;
  object-position: center 38%;
  mix-blend-mode: multiply;
  filter: grayscale(1) contrast(0.92) brightness(1.06);
}

.story-tab-name-copy {
  position: relative;
  z-index: 1;
  max-width: 40rem;
  margin-inline: auto;
  padding: 0.25rem 0 0.5rem;
}

.story-tab-name-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(140px, 28%);
  align-items: center;
  gap: clamp(1rem, 2.5vw, 1.75rem);
}

.story-name-list {
  margin: 0.5rem 0 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 0.85rem;
}

.story-name-list li {
  display: grid;
  gap: 0.25rem;
  padding-bottom: 0.85rem;
  border-bottom: 1px solid rgba(139, 94, 60, 0.1);
}

.story-name-list li:last-child {
  padding-bottom: 0;
  border-bottom: none;
}

.story-name-list strong {
  font-family: var(--font-serif);
  font-size: clamp(1rem, 1.4vw, 1.08rem);
  color: #000;
}

.story-name-list span {
  font-family: var(--font-serif);
  font-size: clamp(0.9rem, 1.25vw, 0.96rem);
  line-height: 1.62;
  color: #000;
}

.story-tab-fractal-art {
  display: none;
}

.story-tab-beginning-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(150px, 32%);
  align-items: center;
  gap: clamp(1rem, 2.5vw, 1.75rem);
}

.story-tab-beginning-copy {
  margin-bottom: 0;
}

.story-tab-beginning-copy p {
  margin: 0;
  max-width: 40rem;
}

.story-tab-beginning-art {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  margin: 0;
}

.story-tab-beginning-art img {
  display: block;
  width: 100%;
  max-width: min(100%, 220px);
  height: auto;
  object-fit: contain;
  object-position: center;
  transform: scaleX(-1);
  border: none;
  outline: none;
  box-shadow: none;
  opacity: 0.92;
}

.story-journey-timeline--horizontal {
  margin-top: clamp(1rem, 2.5vw, 1.35rem);
}

.story-quote--inline {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin: clamp(1.35rem, 3vw, 1.75rem) 0 0;
  padding: 1rem 24px 20px;
  border-top: 1px solid rgba(139, 94, 60, 0.12);
  text-align: center;
}

.story-quote--inline .story-quote-text {
  margin: 0 auto;
  max-width: 38rem;
  width: 100%;
  text-align: center;
  font-size: clamp(1.05rem, 2vw, 1.2rem);
  color: #000;
}

.story-tagline-part {
  font-weight: 700;
}

.story-tagline-part--patterns {
  color: var(--story-rust-dark);
}

.story-tagline-part--tradition {
  color: var(--story-olive-dark);
}

.story-tagline-part--creativity {
  color: #8f6f22;
}

.story-quote--inline .story-quote-mark,
.story-quote--inline .story-quote-rule {
  display: none;
}

/* Story responsive */

@media (max-width: 1024px) {
  .story-hero-copy {
    margin-left: 0;
  }

  .story-hero-art {
    transform: none;
  }
}

@media (max-width: 900px) {
  .story-tab-name-illustration {
    opacity: 0.08;
  }

  .story-tab-name-layout {
    grid-template-columns: 1fr;
  }

  .story-tab-beginning-layout {
    grid-template-columns: 1fr;
  }

  .story-tab-beginning-art {
    justify-content: center;
    order: -1;
    max-width: 200px;
    margin-inline: auto;
  }

  .story-tab-beginning-art img {
    max-width: 100%;
    transform: none;
  }

  .story-tab-fractal-art {
    display: none;
  }

  .story-tabs {
    justify-content: center;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }

  .story-journey-timeline {
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
  }

  .story-journey-step:not(:last-child)::after {
    display: none;
  }

  .story-hero-grid {
    grid-template-columns: 1fr;
  }

  .story-hero-copy {
    margin-left: 0;
  }

  .story-hero-art {
    order: -1;
    justify-content: center;
    justify-self: center;
    margin: 0 auto 0.5rem;
    max-width: 380px;
    transform: none;
  }

  .story-hero-art img {
    max-width: 100%;
  }

  .story-panel-grid {
    grid-template-columns: 1fr;
  }

  .story-narrative-grid {
    grid-template-columns: 1fr;
  }

  .story-philosophy-grid {
    grid-template-columns: 1fr;
  }

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

@media (max-width: 768px) {
  .story-gallery-title {
    white-space: normal;
    text-align: center;
  }

  .story-gallery-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.65rem;
  }

  .story-tabs {
    flex-direction: column;
    align-items: stretch;
    overflow-x: visible;
    gap: 0.45rem;
  }

  .story-tab-btn,
  .story-tab-btn.is-active,
  .story-tab-btn[aria-selected="true"] {
    flex: 1 1 auto;
    width: 100%;
    max-width: none;
  }
}

@media (max-width: 560px) {
  .story-tabs {
    flex-direction: column;
    align-items: stretch;
  }

  .story-tab-btn {
    flex: 1 1 auto;
    width: 100%;
    text-align: center;
  }

  .story-tab-btn.is-active,
  .story-tab-btn[aria-selected="true"] {
    flex: 1 1 auto;
    width: 100%;
  }

  .story-journey-timeline {
    grid-template-columns: 1fr;
  }

  .story-hero {
    padding: 0.85rem 0 1.35rem;
  }

  .story-cta-actions {
    flex-direction: column;
    align-items: stretch;
  }

  .story-gallery-grid {
    grid-template-columns: 1fr;
  }
}

@media (prefers-reduced-motion: reduce) {
  .story-reveal,
  .story-hero-card {
    opacity: 1;
    transform: none;
    transition: none;
  }

  .story-philosophy-card:hover {
    transform: none;
  }

  .story-tab-panel.is-entering {
    animation: none;
  }

  .story-tab-panel {
    transition: none;
  }
}

@media (max-width: 560px) {
  .about-detail-siblings {
    grid-template-columns: 1fr;
  }

  .about-detail-sibling--next {
    grid-column: 1;
    text-align: left;
  }

  .about-detail-panel {
    padding: 1rem 0.85rem 1.1rem;
    border-radius: 16px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .about-detail-panel,
  .about-detail-block,
  .about-detail-profile {
    opacity: 1;
    transform: none;
    transition: none;
  }
}

/* ── About Subpages (legacy) ── */

.about-subpage-section {
  position: relative;
  overflow: hidden;
  padding: clamp(0.35rem, 1vw, 0.65rem) 0 clamp(1rem, 2vw, 1.35rem);
}

.about-subpage-section::before {
  display: none;
}

.about-subpage-section > .container {
  position: relative;
  z-index: 1;
  max-width: min(920px, 94vw);
}

.about-subpage-shell {
  position: relative;
  padding: clamp(0.85rem, 1.8vw, 1.25rem) clamp(0.9rem, 1.8vw, 1.25rem) clamp(0.95rem, 1.8vw, 1.15rem);
  border: 1px solid rgba(201, 168, 76, 0.28);
  border-radius: 30px;
  background: transparent;
  box-shadow: none;
}

.about-subpage-shell::before {
  content: "";
  position: absolute;
  top: 0;
  left: 1.25rem;
  right: 1.25rem;
  height: 3px;
  border-radius: 0 0 6px 6px;
  background: linear-gradient(90deg, var(--sub-accent), var(--ochre), var(--sub-accent));
  opacity: 0.75;
  pointer-events: none;
}

.about-subpage-frame {
  position: absolute;
  width: 1.65rem;
  height: 1.65rem;
  pointer-events: none;
  z-index: 2;
  opacity: 0.55;
}

.about-subpage-frame--tl {
  top: 0.85rem;
  left: 0.85rem;
  border-top: 2px solid var(--sub-accent);
  border-left: 2px solid var(--sub-accent);
  border-radius: 6px 0 0 0;
}

.about-subpage-frame--tr {
  top: 0.85rem;
  right: 0.85rem;
  border-top: 2px solid var(--sub-accent);
  border-right: 2px solid var(--sub-accent);
  border-radius: 0 6px 0 0;
}

.about-subpage-frame--bl {
  bottom: 0.85rem;
  left: 0.85rem;
  border-bottom: 2px solid var(--sub-accent);
  border-left: 2px solid var(--sub-accent);
  border-radius: 0 0 0 6px;
}

.about-subpage-frame--br {
  bottom: 0.85rem;
  right: 0.85rem;
  border-bottom: 2px solid var(--sub-accent);
  border-right: 2px solid var(--sub-accent);
  border-radius: 0 0 6px 0;
}

.about-subpage-section.is-reveal-pending .about-subpage-shell,
.about-subpage-section.is-reveal-pending .about-breadcrumb,
.about-subpage-section.is-reveal-pending .about-subpage-hero,
.about-subpage-section.is-reveal-pending .about-subpage-themes,
.about-subpage-section.is-reveal-pending .about-subpage-panel {
  opacity: 0;
  visibility: hidden;
}

.about-subpage-fade-prep {
  opacity: 0;
  visibility: hidden;
  transform: translateY(10px);
}

.about-subpage-fade-visible {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  transition: opacity 0.55s ease, transform 0.55s cubic-bezier(0.22, 1, 0.36, 1);
}

.about-subpage-typewriter::after {
  content: "|";
  display: inline-block;
  margin-left: 1px;
  color: var(--sub-accent, var(--ochre));
  font-weight: 400;
  animation: about-subpage-cursor 0.75s step-end infinite;
}

@keyframes about-subpage-cursor {
  0%,
  49% {
    opacity: 1;
  }

  50%,
  100% {
    opacity: 0;
  }
}

.about-subpage-section--organization {
  --sub-accent: #6b8f4e;
  --sub-accent-soft: rgba(107, 143, 78, 0.14);
  --sub-glow-a: rgba(107, 143, 78, 0.2);
  --sub-glow-b: rgba(201, 168, 76, 0.14);
  --sub-glow-c: rgba(77, 87, 49, 0.12);
  --sub-hero-bg: linear-gradient(135deg, rgba(252, 254, 249, 0.98), rgba(234, 242, 226, 0.92));
}

.about-subpage-section--artists {
  --sub-accent: #3b6ba8;
  --sub-accent-soft: rgba(59, 107, 168, 0.14);
  --sub-glow-a: rgba(59, 107, 168, 0.18);
  --sub-glow-b: rgba(201, 168, 76, 0.12);
  --sub-glow-c: rgba(123, 76, 168, 0.1);
  --sub-hero-bg: linear-gradient(135deg, rgba(250, 252, 255, 0.98), rgba(229, 237, 248, 0.92));
}

.about-subpage-section--mission {
  --sub-accent: #b65334;
  --sub-accent-soft: rgba(182, 83, 52, 0.14);
  --sub-glow-a: rgba(182, 83, 52, 0.18);
  --sub-glow-b: rgba(212, 148, 67, 0.14);
  --sub-glow-c: rgba(107, 143, 78, 0.1);
  --sub-hero-bg: linear-gradient(135deg, rgba(255, 250, 247, 0.98), rgba(248, 235, 228, 0.92));
}

.about-subpage-section--vision {
  --sub-accent: #7b4ca8;
  --sub-accent-soft: rgba(123, 76, 168, 0.14);
  --sub-glow-a: rgba(123, 76, 168, 0.18);
  --sub-glow-b: rgba(59, 107, 168, 0.12);
  --sub-glow-c: rgba(201, 168, 76, 0.1);
  --sub-hero-bg: linear-gradient(135deg, rgba(253, 250, 255, 0.98), rgba(239, 232, 246, 0.92));
}

.about-subpage-section--studio {
  --sub-accent: #c3813b;
  --sub-accent-soft: rgba(195, 129, 59, 0.16);
  --sub-glow-a: rgba(195, 129, 59, 0.18);
  --sub-glow-b: rgba(201, 168, 76, 0.14);
  --sub-glow-c: rgba(182, 83, 52, 0.1);
  --sub-hero-bg: linear-gradient(135deg, rgba(255, 253, 247, 0.98), rgba(246, 237, 216, 0.92));
}

.about-subpage-section--story {
  --sub-accent: #6b8f4e;
  --sub-accent-soft: rgba(107, 143, 78, 0.14);
  --sub-glow-a: rgba(107, 143, 78, 0.18);
  --sub-glow-b: rgba(212, 148, 67, 0.14);
  --sub-glow-c: rgba(182, 83, 52, 0.1);
  --sub-hero-bg: linear-gradient(135deg, rgba(252, 254, 249, 0.98), rgba(241, 247, 234, 0.92));
}

.about-story-content {
  position: relative;
  z-index: 1;
  border: 1px solid rgba(201, 168, 76, 0.26);
  border-radius: 24px;
  padding: clamp(0.95rem, 1.8vw, 1.25rem) clamp(1rem, 2vw, 1.35rem);
  background:
    var(--gloss),
    linear-gradient(145deg, rgba(255, 255, 255, 0.98), rgba(255, 247, 237, 0.9));
  box-shadow:
    0 16px 38px rgba(43, 33, 24, 0.09),
    inset 0 1px 0 rgba(255, 255, 255, 0.9),
    inset 0 0 0 1px rgba(255, 255, 255, 0.65);
}

.about-subpage-section .about-story-content p,
.about-subpage-section .about-story-content li {
  line-height: 1.58;
}

.about-story-content p,
.about-story-content li {
  font-size: clamp(0.96rem, 1.5vw, 1.05rem);
  line-height: 1.72;
  color: var(--text-muted);
}

.about-story-lead {
  margin: 0 0 0.7rem;
  font-size: clamp(1.02rem, 1.7vw, 1.12rem) !important;
  color: var(--brown) !important;
}

.about-subpage-section .about-story-lead {
  margin-bottom: 0.55rem;
}

.about-story-heading {
  margin: 0.85rem 0 0.3rem;
  font-family: var(--font-serif);
  font-size: clamp(1.15rem, 2.2vw, 1.35rem);
  font-weight: 700;
  color: var(--olive-deep);
  line-height: 1.2;
}

.about-story-heading:first-of-type {
  margin-top: 0;
}

.about-story-content > p {
  margin: 0 0 0.55rem;
}

.about-subpage-section .about-story-content > p {
  margin-bottom: 0.45rem;
}

.about-story-list {
  margin: 0.2rem 0 0.55rem;
  padding-left: 1.15rem;
  display: grid;
  gap: 0.28rem;
}

.about-subpage-section .about-story-list {
  margin-bottom: 0.45rem;
  gap: 0.22rem;
}

.about-story-tagline {
  margin: 0 0 0.55rem !important;
  font-family: var(--font-serif);
  font-size: clamp(1.05rem, 1.8vw, 1.2rem) !important;
  font-style: italic;
  color: var(--terracotta) !important;
}

.about-org-tagline {
  margin-top: 0 !important;
  margin-bottom: 0.7rem !important;
  font-size: clamp(1.1rem, 1.9vw, 1.28rem) !important;
  text-align: center;
}

.about-subpage-section .author-profile.about-story-content h3 {
  margin: 0 0 0.85rem;
  font-family: var(--font-serif);
  font-size: clamp(1.2rem, 2.4vw, 1.45rem);
  font-weight: 700;
  color: var(--brown);
  line-height: 1.2;
}

.about-subpage-section .author-profile.about-story-content .author-kicker {
  display: block;
  margin-bottom: 0.35rem;
}

.about-subpage-hero {
  position: relative;
  display: grid;
  grid-template-columns: auto 1fr;
  gap: clamp(0.75rem, 1.8vw, 1.1rem);
  align-items: center;
  margin-bottom: 0.45rem;
  padding: clamp(0.85rem, 1.8vw, 1.15rem) clamp(0.9rem, 2vw, 1.25rem);
  border: 1px solid rgba(201, 168, 76, 0.32);
  border-left: 4px solid var(--sub-accent);
  border-radius: 22px;
  background: var(--sub-hero-bg);
  box-shadow:
    0 18px 40px rgba(43, 33, 24, 0.09),
    inset 0 1px 0 rgba(255, 255, 255, 0.92),
    inset 0 -16px 28px var(--sub-accent-soft);
  overflow: hidden;
}

.about-subpage-hero--centered {
  grid-template-columns: 1fr;
  justify-items: center;
  text-align: center;
  border-left: 1px solid rgba(201, 168, 76, 0.32);
  border-top: 4px solid var(--sub-accent);
}

.about-subpage-hero--centered::before {
  width: 100%;
  height: 4.5rem;
  inset: 0 0 auto;
  background: linear-gradient(180deg, var(--sub-accent-soft), transparent);
}

.about-subpage-hero--centered .about-subpage-hero-copy {
  text-align: center;
}

.about-subpage-hero::before {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  width: 5rem;
  background: linear-gradient(90deg, var(--sub-accent-soft), transparent);
  pointer-events: none;
}

.about-subpage-hero::after {
  content: "";
  position: absolute;
  right: -2rem;
  bottom: -2.5rem;
  width: 10rem;
  height: 10rem;
  border-radius: 50%;
  background: radial-gradient(circle, var(--sub-accent-soft) 0%, transparent 68%);
  pointer-events: none;
}

.about-subpage-medallion-wrap {
  position: relative;
  z-index: 1;
  display: grid;
  place-items: center;
  width: clamp(4.1rem, 8vw, 5.25rem);
  height: clamp(4.1rem, 8vw, 5.25rem);
  padding: 0.7rem;
  border-radius: 22px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.98), rgba(255, 250, 242, 0.9));
  border: 2px solid rgba(201, 168, 76, 0.38);
  box-shadow:
    0 10px 28px rgba(43, 33, 24, 0.12),
    0 0 0 5px var(--sub-accent-soft),
    inset 0 0 0 1px rgba(255, 255, 255, 0.9);
}

.about-subpage-medallion {
  width: 100%;
  height: 100%;
  object-fit: contain;
  filter: saturate(1.5) brightness(1.06) drop-shadow(0 5px 12px rgba(43, 33, 24, 0.14));
}

.about-subpage-medallion-wrap--brand {
  position: relative;
  padding: 0.4rem;
  background: transparent;
  border: none;
  box-shadow: none;
  isolation: isolate;
}

.about-subpage-medallion-wrap--brand::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 18px;
  padding: 2px;
  background: linear-gradient(
    135deg,
    var(--terracotta) 0%,
    var(--ochre) 38%,
    var(--olive) 72%,
    var(--gold-soft) 100%
  );
  -webkit-mask:
    linear-gradient(#000 0 0) content-box,
    linear-gradient(#000 0 0);
  mask:
    linear-gradient(#000 0 0) content-box,
    linear-gradient(#000 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
  z-index: 2;
}

.about-subpage-medallion--brand {
  position: relative;
  z-index: 1;
  filter: none;
}

.about-subpage-hero-copy {
  position: relative;
  z-index: 1;
  min-width: 0;
}

.about-subpage-kicker {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  margin: 0 0 0.3rem;
  padding: 0.22rem 0.55rem 0.26rem;
  border-radius: 999px;
  border: 1px solid var(--sub-accent-soft);
  background: rgba(255, 255, 255, 0.72);
  color: var(--sub-accent);
  font-size: 0.66rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.about-subpage-kicker::before {
  content: "";
  width: 0.38rem;
  height: 0.38rem;
  border-radius: 50%;
  background: var(--sub-accent);
  box-shadow: 0 0 0 3px var(--sub-accent-soft);
}

.about-subpage-title {
  margin: 0;
  font-family: var(--font-serif);
  font-size: clamp(1.55rem, 3.2vw, 2.15rem);
  font-weight: 700;
  line-height: 1.06;
  color: var(--brown);
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
}

.brand-hyphen {
  font-family: var(--font-sans);
  font-weight: 600;
  font-style: normal;
  display: inline;
  line-height: inherit;
}

.about-subpage-title::after {
  content: "";
  display: block;
  width: min(8rem, 42%);
  height: 3px;
  margin-top: 0.35rem;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--sub-accent), rgba(201, 168, 76, 0.2));
}

.about-subpage-deco {
  position: absolute;
  pointer-events: none;
  opacity: 0.48;
  z-index: 0;
}

.about-subpage-deco--tr {
  top: 0.75rem;
  right: 0.85rem;
  width: clamp(4rem, 7vw, 5.5rem);
  height: auto;
}

.about-subpage-divider {
  position: relative;
  height: 1px;
  margin: 0.05rem 0 0.6rem;
  background: linear-gradient(90deg, transparent, var(--sub-accent) 20%, var(--ochre) 50%, var(--sub-accent) 80%, transparent);
  opacity: 0.55;
}

.about-subpage-divider::after {
  content: "◆";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 0 0.45rem;
  background: rgba(252, 246, 236, 0.95);
  color: var(--sub-accent);
  font-size: 0.55rem;
  line-height: 1;
}

.about-subpage-themes {
  margin: 0 0 0.6rem;
  text-align: center;
  font-size: clamp(0.78rem, 1.2vw, 0.86rem);
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--sub-accent);
  line-height: 1.4;
}

.about-subpage-panel {
  position: relative;
  overflow: hidden;
  padding: 0.2rem;
}

.about-subpage-panel::before {
  content: "";
  position: absolute;
  top: 0.75rem;
  bottom: 0.75rem;
  right: 1rem;
  width: clamp(4.5rem, 12vw, 7rem);
  border-radius: 50%;
  background: radial-gradient(circle, var(--sub-accent-soft) 0%, transparent 70%);
  pointer-events: none;
  opacity: 0.65;
  z-index: 0;
}

.about-subpage-section .about-grid-single {
  max-width: none;
}

.about-subpage-section .about-grid {
  gap: 0.5rem;
}

.about-subpage-section .about-grid p,
.about-subpage-section .mv-card,
.about-subpage-section .author-profile {
  position: relative;
  z-index: 1;
  border-color: rgba(201, 168, 76, 0.26);
  border-radius: 24px;
  padding: clamp(0.9rem, 1.7vw, 1.15rem) clamp(1rem, 1.9vw, 1.25rem);
  background:
    var(--gloss),
    linear-gradient(145deg, rgba(255, 255, 255, 0.98), rgba(255, 247, 237, 0.9));
  box-shadow:
    0 16px 38px rgba(43, 33, 24, 0.09),
    inset 0 1px 0 rgba(255, 255, 255, 0.9),
    inset 0 0 0 1px rgba(255, 255, 255, 0.65);
}

.about-subpage-section .about-grid p {
  font-size: clamp(0.92rem, 1.35vw, 1rem);
  line-height: 1.58;
  color: var(--text-muted);
}

.about-subpage-section .about-grid p::before {
  width: 0.65rem;
  height: 0.65rem;
  background: linear-gradient(135deg, var(--sub-accent), var(--ochre));
  box-shadow: 0 0 0 0.35rem var(--sub-accent-soft);
}

.about-subpage-section .mv-card::before,
.about-subpage-section .author-profile::before {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  width: 0.5rem;
  background: linear-gradient(180deg, var(--sub-accent), var(--ochre), var(--sub-accent));
  z-index: 2;
  border-radius: 24px 0 0 24px;
}

.about-subpage-section .mv-card h3 {
  display: none;
}

.about-subpage-section .mv-card h3,
.about-subpage-section .author-profile h3 {
  color: var(--brown);
}

.about-subpage-section .mv-lead {
  font-size: clamp(1rem, 1.6vw, 1.12rem);
  line-height: 1.68;
  color: var(--brown-mid);
}

.about-subpage-section .mv-card::after {
  background:
    radial-gradient(circle at 10% 15%, var(--sub-accent-soft), transparent 44%),
    radial-gradient(circle at 90% 85%, rgba(201, 168, 76, 0.14), transparent 42%);
}

.about-subpage-section .author-profile {
  background:
    var(--gloss),
    radial-gradient(circle at 100% 0%, var(--sub-accent-soft), transparent 38%),
    linear-gradient(145deg, rgba(255, 255, 255, 0.98), rgba(255, 247, 237, 0.92));
}

.about-subpage-section .author-profile h3 {
  font-size: clamp(1.35rem, 2.4vw, 1.65rem);
  line-height: 1.12;
  margin-bottom: 0.55rem;
}

.about-subpage-section .author-profile p {
  margin-bottom: 0.5rem;
  line-height: 1.52;
  font-size: clamp(0.9rem, 1.3vw, 0.96rem);
}

.about-subpage-section .author-kicker {
  color: var(--sub-accent);
  padding: 0.2rem 0.5rem;
  margin-bottom: 0.3rem;
  border-radius: 999px;
  border: 1px solid var(--sub-accent-soft);
  background: rgba(255, 255, 255, 0.7);
}

.about-subpage-section .author-highlights span {
  border-color: var(--sub-accent-soft);
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.92), rgba(255, 250, 242, 0.8));
  color: var(--olive-deep);
  box-shadow: 0 3px 10px rgba(43, 33, 24, 0.05);
}

.about-subpage-section .mv-details summary {
  border-color: var(--sub-accent-soft);
  color: var(--sub-accent);
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.95), rgba(255, 250, 242, 0.88));
  padding: 0.45rem 0.85rem;
  font-size: 0.78rem;
}

.about-subpage-section .mv-details[open] summary {
  background: rgba(255, 255, 255, 0.96);
  border-color: rgba(201, 168, 76, 0.38);
  box-shadow: 0 8px 20px rgba(43, 33, 24, 0.08);
}

.about-subpage-section .about-breadcrumb {
  margin-bottom: 0.65rem;
  padding: 0.35rem 0.65rem;
  border-radius: 999px;
  border: 1px solid rgba(201, 168, 76, 0.18);
  background: rgba(255, 255, 255, 0.55);
  width: fit-content;
  max-width: 100%;
}

.about-subpage-illustration {
  position: absolute;
  pointer-events: none;
  z-index: 0;
  opacity: 0.5;
}

.about-subpage-illustration--panel {
  right: 1rem;
  bottom: 0.5rem;
  width: clamp(5rem, 10vw, 7rem);
  height: auto;
}

.about-grid > p {
  grid-column: span 1;
}

.about-grid-single > p,
.about-grid-single > .mv-card,
.about-grid-single > .author-profile {
  grid-column: 1 / -1;
}

.mv-grid {
  grid-column: 1 / -1;
}

.author-profile {
  grid-column: 1 / -1;
}

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

.mv-card {
  position: relative;
  overflow: hidden;
  padding: 1.05rem 1.25rem;
  border-radius: 22px;
  border: 1px solid rgba(67, 75, 45, 0.14);
  background:
    var(--gloss),
    linear-gradient(135deg, rgba(255, 255, 255, 0.96), rgba(255, 247, 237, 0.86));
  box-shadow: var(--shadow-soft), inset 0 1px 0 rgba(255, 255, 255, 0.85);
}

.mv-card::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    radial-gradient(circle at 15% 10%, rgba(212, 148, 67, 0.2), transparent 40%),
    radial-gradient(circle at 85% 85%, rgba(77, 87, 49, 0.14), transparent 42%);
  opacity: 0.9;
}

.mv-card > * {
  position: relative;
  z-index: 1;
}

.mv-card h3 {
  margin: 0 0 0.35rem;
  font-family: var(--font-serif);
  font-size: 1.35rem;
  color: var(--brown);
}

.mv-lead {
  margin: 0;
  color: var(--brown-mid);
  font-weight: 600;
  line-height: 1.55;
}

.mv-card p {
  margin: 0;
  color: var(--text-muted);
  line-height: 1.6;
}

.mv-details {
  margin-top: 0.65rem;
}

.mv-details summary {
  cursor: pointer;
  width: fit-content;
  padding: 0.35rem 0.6rem;
  border-radius: 999px;
  border: 1px solid rgba(67, 75, 45, 0.16);
  background:
    var(--gloss),
    linear-gradient(135deg, rgba(255, 255, 255, 0.92), rgba(251, 244, 234, 0.86));
  color: var(--olive-deep);
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  list-style: none;
}

.mv-details summary::-webkit-details-marker {
  display: none;
}

.mv-details[open] summary {
  border-color: rgba(77, 87, 49, 0.28);
  box-shadow: 0 10px 18px rgba(75, 49, 30, 0.08);
}

.mv-details p {
  margin-top: 0.6rem;
}

.about-grid p {
  position: relative;
  display: flex;
  align-items: flex-start;
  gap: 0.7rem;
  margin: 0;
  padding: 1.05rem 1.25rem;
  color: var(--text-muted);
  background:
    var(--gloss),
    linear-gradient(135deg, rgba(255, 255, 255, 0.98), rgba(255, 247, 237, 0.84));
  border: var(--ring);
  border-radius: 20px;
  box-shadow: var(--shadow-soft), inset 0 1px 0 rgba(255, 255, 255, 0.82);
  font-size: 0.95rem;
  line-height: 1.58;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.about-grid p::before {
  content: "";
  position: static;
  flex-shrink: 0;
  width: 0.58rem;
  height: 0.58rem;
  margin-top: 0.42em;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--ochre), var(--olive));
  box-shadow: 0 0 0 0.28rem rgba(67, 75, 45, 0.08);
}

.about-grid p:hover {
  transform: translateY(-3px);
  box-shadow: var(--shadow);
}

.author-profile {
  position: relative;
  overflow: hidden;
  padding: 1.35rem 1.45rem;
  color: var(--text-muted);
  background:
    var(--gloss),
    radial-gradient(circle at 100% 0%, rgba(212, 148, 67, 0.14), transparent 34%),
    linear-gradient(135deg, rgba(255, 255, 255, 0.98), rgba(216, 221, 197, 0.24));
  border: var(--ring);
  border-radius: 22px;
  box-shadow: var(--shadow-soft), inset 0 1px 0 rgba(255, 255, 255, 0.84);
}

.author-profile::before {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  width: 0.45rem;
  background: linear-gradient(180deg, var(--terracotta), var(--ochre), var(--olive));
}

.author-kicker {
  display: inline-flex;
  margin-bottom: 0.45rem;
  color: var(--terracotta);
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  line-height: 1;
  text-transform: uppercase;
}

.author-profile h3 {
  margin: 0 0 0.75rem;
  color: var(--brown);
  font-family: var(--font-serif);
  font-size: clamp(1.45rem, 2.4vw, 1.9rem);
  line-height: 1.05;
}

.author-profile p {
  margin: 0 0 0.85rem;
  padding: 0;
  color: var(--text-muted);
  background: none;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  font-size: 0.94rem;
  line-height: 1.58;
}

.author-profile p::before {
  content: none;
}

.author-profile p:last-child {
  margin-bottom: 0;
}

.author-profile p:hover {
  transform: none;
  box-shadow: none;
}

.author-highlights {
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem;
  margin: 0.15rem 0 0.95rem;
}

.author-highlights span {
  display: inline-flex;
  align-items: center;
  min-height: 1.7rem;
  padding: 0.35rem 0.62rem;
  color: var(--olive-deep);
  font-size: 0.7rem;
  font-weight: 700;
  line-height: 1;
  border: 1px solid rgba(77, 87, 49, 0.14);
  border-radius: 999px;
  background:
    var(--gloss),
    rgba(255, 250, 242, 0.72);
}

/* Courses */
.courses-page .section.courses {
  padding-bottom: 1rem;
}

.courses-page .page-main {
  padding-top: 0.35rem;
}

.container-narrow {
  max-width: 760px;
}

.course-page-header {
  margin-bottom: 1rem;
}

.course-page-header-center {
  text-align: center;
}

.course-page-header-center .section-tag {
  justify-content: center;
}

.course-page-title {
  font-family: var(--font-serif);
  font-size: clamp(1.85rem, 4vw, 2.35rem);
  font-weight: 700;
  color: var(--brown);
  margin: 0.25rem 0 0;
  line-height: 1.1;
}

.course-page-lead {
  margin: 0.35rem 0 0;
  color: var(--text-muted);
  font-size: 0.92rem;
  line-height: 1.5;
  max-width: 32rem;
}

.course-page-header-center .course-page-lead {
  margin-inline: auto;
}

.course-breadcrumb {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.35rem 0.5rem;
  margin-bottom: 1.25rem;
  font-size: 0.82rem;
}

.course-crumb {
  color: var(--text-muted);
  text-decoration: none;
  transition: color 0.2s ease;
}

a.course-crumb:hover {
  color: var(--terracotta);
}

.course-crumb.is-current {
  color: var(--olive-deep);
  font-weight: 600;
}

.course-crumb-sep {
  color: rgba(92, 74, 58, 0.45);
  user-select: none;
}

/* Courses hub page */
.courses-hub-page {
  position: relative;
  overflow: hidden;
  background-color: #f8f4ec;
  background-image:
    radial-gradient(ellipse 80% 60% at 50% 40%, rgba(255, 255, 255, 0.65), transparent 70%),
    linear-gradient(180deg, #fffdf8, #f8f4ec);
}

.courses-hub-decor {
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 0;
}

.courses-hub-decor-img {
  position: absolute;
  display: block;
  object-fit: cover;
  opacity: 0.42;
  filter: saturate(0.92) contrast(0.98);
}

.courses-hub-decor--tl {
  top: 0;
  left: 0;
  width: min(28vw, 260px);
  border-radius: 0 0 28px 0;
}

.courses-hub-decor--tr {
  top: 0;
  right: 0;
  width: min(30vw, 280px);
  border-radius: 0 0 0 28px;
}

.courses-hub-decor--bl {
  bottom: 5rem;
  left: 0;
  width: min(34vw, 320px);
  border-radius: 0 28px 0 0;
  z-index: 1;
}

.courses-hub-decor--br {
  bottom: 5rem;
  right: 0;
  width: min(30vw, 280px);
  border-radius: 28px 0 0 0;
  z-index: 1;
}

.courses-hub-watermark {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: none;
  z-index: 0;
}

.courses-hub-watermark img {
  width: min(72vw, 560px);
  opacity: 0.14;
}

.courses-hub-section {
  position: relative;
  z-index: 1;
  padding: 0.5rem 0 1rem;
}

.courses-hub-shell {
  position: relative;
  padding: clamp(1.5rem, 3vw, 2.35rem) clamp(1.25rem, 2.6vw, 2rem) clamp(1.65rem, 3vw, 2.5rem);
  border-radius: 30px;
  background:
    radial-gradient(ellipse 90% 55% at 50% 0%, rgba(255, 255, 255, 0.72), transparent 62%),
    linear-gradient(180deg, rgba(255, 253, 248, 0.96), rgba(255, 250, 242, 0.9));
  box-shadow:
    0 20px 48px rgba(75, 49, 30, 0.1),
    inset 0 1px 0 rgba(255, 255, 255, 0.95);
}

.courses-hub-shell::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  padding: 2px;
  background: linear-gradient(
    135deg,
    var(--olive) 0%,
    var(--gold-soft) 22%,
    var(--ochre) 42%,
    var(--terracotta) 62%,
    var(--olive) 82%,
    var(--gold-soft) 100%
  );
  -webkit-mask:
    linear-gradient(#fff 0 0) content-box,
    linear-gradient(#fff 0 0);
  mask:
    linear-gradient(#fff 0 0) content-box,
    linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
}

.courses-hub-shell::after {
  content: "";
  position: absolute;
  inset: 0.55rem;
  border-radius: calc(30px - 0.55rem);
  border: 1px solid rgba(77, 87, 49, 0.1);
  pointer-events: none;
}

.courses-hub-frame {
  position: absolute;
  width: 2.15rem;
  height: 2.15rem;
  pointer-events: none;
  z-index: 2;
}

.courses-hub-frame--tl {
  top: 1.1rem;
  left: 1.1rem;
  border-top: 3px solid var(--olive);
  border-left: 3px solid var(--olive);
  border-radius: 10px 0 0 0;
}

.courses-hub-frame--tr {
  top: 1.1rem;
  right: 1.1rem;
  border-top: 3px solid var(--terracotta);
  border-right: 3px solid var(--terracotta);
  border-radius: 0 10px 0 0;
}

.courses-hub-frame--bl {
  bottom: 1.1rem;
  left: 1.1rem;
  border-bottom: 3px solid var(--ochre);
  border-left: 3px solid var(--ochre);
  border-radius: 0 0 0 10px;
}

.courses-hub-frame--br {
  bottom: 1.1rem;
  right: 1.1rem;
  border-bottom: 3px solid var(--gold-soft);
  border-right: 3px solid var(--gold-soft);
  border-radius: 0 0 10px 0;
}

.courses-hub-frame--tl::after,
.courses-hub-frame--tr::after,
.courses-hub-frame--bl::after,
.courses-hub-frame--br::after {
  content: "";
  position: absolute;
  width: 0.42rem;
  height: 0.42rem;
  border: 1.5px solid var(--ochre);
  transform: rotate(45deg);
  background: var(--paper);
}

.courses-hub-frame--tl::after {
  top: -0.38rem;
  left: -0.38rem;
}

.courses-hub-frame--tr::after {
  top: -0.38rem;
  right: -0.38rem;
  border-color: var(--terracotta);
}

.courses-hub-frame--bl::after {
  bottom: -0.38rem;
  left: -0.38rem;
  border-color: var(--olive);
}

.courses-hub-frame--br::after {
  bottom: -0.38rem;
  right: -0.38rem;
  border-color: var(--gold-soft);
}

.courses-hub-ornament {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: min(72%, 28rem);
  height: 3px;
  border-radius: 999px;
  pointer-events: none;
  z-index: 2;
}

.courses-hub-ornament--top {
  top: 0.72rem;
  background: linear-gradient(
    90deg,
    transparent 0%,
    var(--olive) 12%,
    var(--gold-soft) 34%,
    var(--terracotta) 50%,
    var(--gold-soft) 66%,
    var(--olive) 88%,
    transparent 100%
  );
  opacity: 0.82;
}

.courses-hub-ornament--bottom {
  bottom: 0.72rem;
  background: linear-gradient(
    90deg,
    transparent 0%,
    var(--ochre) 14%,
    var(--terracotta) 38%,
    var(--olive) 50%,
    var(--terracotta) 62%,
    var(--ochre) 86%,
    transparent 100%
  );
  opacity: 0.68;
}

.courses-hub-shell .course-page-header {
  position: relative;
  z-index: 1;
}

.courses-hub-shell .course-hub-grid {
  position: relative;
  z-index: 1;
}

.container-hub {
  max-width: 960px;
}

.course-categories {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.5rem;
}

.course-card {
  position: relative;
  overflow: hidden;
  background:
    var(--gloss),
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(255, 247, 237, 0.9));
  border: var(--ring);
  border-radius: var(--radius-lg);
  padding: 2rem;
  box-shadow: var(--shadow-soft), inset 0 1px 0 rgba(255, 255, 255, 0.84);
  transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

.course-card::before {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  width: 0.45rem;
  background: linear-gradient(180deg, var(--olive), var(--ochre), var(--terracotta));
}

.course-card:hover {
  transform: translateY(-4px);
  border-color: rgba(67, 75, 45, 0.28);
  box-shadow: var(--shadow);
}

.course-card-wide {
  grid-column: 1 / -1;
}

.course-title {
  font-family: var(--font-serif);
  font-size: 1.5rem;
  font-weight: 700;
  color: var(--olive-deep);
  margin: 0 0 1rem;
  padding-bottom: 0.65rem;
  border-bottom: 2px solid rgba(195, 129, 59, 0.24);
}

.course-title a {
  color: inherit;
  text-decoration: none;
  transition: color 0.2s ease;
}

.course-title a:hover {
  color: var(--terracotta);
}

.course-age-group {
  margin-top: 0.25rem;
}

.course-age-group + .course-age-group {
  margin-top: 1.35rem;
  padding-top: 1.25rem;
  border-top: 1px solid rgba(111, 70, 39, 0.1);
}

.course-age-label {
  margin: 0 0 0.75rem;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--ochre);
}

.course-detail-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 0.45rem;
}

.course-detail-list li {
  margin: 0;
}

.course-detail-link {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  gap: 1rem;
  padding: 0.6rem 0.85rem;
  background: rgba(255, 255, 255, 0.55);
  border: 1px solid rgba(111, 70, 39, 0.08);
  border-radius: calc(var(--radius) - 2px);
  line-height: 1.45;
  text-decoration: none;
  color: inherit;
  transition: border-color 0.18s ease, background 0.18s ease, transform 0.18s ease;
}

.course-detail-link:hover {
  border-color: rgba(67, 75, 45, 0.2);
  background: rgba(255, 255, 255, 0.92);
  transform: translateX(2px);
}

.course-detail-list-dense {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.45rem 0.75rem;
}

.course-name {
  font-weight: 500;
  color: var(--text);
}

.course-duration {
  flex-shrink: 0;
  font-size: 0.84rem;
  font-weight: 500;
  color: var(--text-muted);
  white-space: nowrap;
}

.course-note {
  margin: 2rem 0 0;
  font-family: var(--font-serif);
  font-style: italic;
  color: var(--text-muted);
  font-size: 0.95rem;
  text-align: center;
}

.course-hub-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.1rem;
}

.course-hub-card {
  position: relative;
  display: block;
  overflow: hidden;
  min-height: 10rem;
  padding: 0;
  border: 1px solid rgba(180, 155, 115, 0.22);
  border-radius: 18px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.94), rgba(252, 247, 238, 0.88));
  box-shadow:
    0 14px 32px rgba(75, 49, 30, 0.1),
    inset 0 1px 0 rgba(255, 255, 255, 0.92);
  text-decoration: none;
  color: inherit;
  transition: transform 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
}

.course-hub-card-bg {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  opacity: 0.32;
  transition: opacity 0.2s ease, transform 0.25s ease;
  filter: saturate(1.1);
}

.course-hub-card-bg--mono {
  filter: grayscale(1) contrast(1.05);
  opacity: 0.22;
}

.course-hub-card--fundamental .course-hub-card-bg {
  background-position: left center;
}

.course-hub-card--western .course-hub-card-bg {
  background-position: right center;
  opacity: 0.34;
}

.course-hub-card--cultural .course-hub-card-bg {
  background-position: left bottom;
  opacity: 0.38;
}

.course-hub-card--traditional .course-hub-card-bg {
  background-position: right center;
  opacity: 0.36;
}

.course-hub-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(105deg, rgba(255, 252, 247, 0.92) 0%, rgba(255, 250, 242, 0.78) 48%, rgba(255, 248, 238, 0.55) 100%);
  pointer-events: none;
}

.course-hub-card--cultural::after {
  background: linear-gradient(95deg, rgba(255, 252, 247, 0.55) 0%, rgba(255, 250, 242, 0.88) 42%, rgba(255, 248, 238, 0.94) 100%);
}

.course-hub-card--traditional::after {
  background: linear-gradient(265deg, rgba(255, 252, 247, 0.5) 0%, rgba(255, 250, 242, 0.86) 40%, rgba(255, 248, 238, 0.94) 100%);
}

.course-hub-card:hover {
  transform: translateY(-3px);
  border-color: rgba(150, 120, 80, 0.38);
  box-shadow: 0 18px 40px rgba(75, 49, 30, 0.14);
}

.course-hub-card:hover .course-hub-card-bg {
  opacity: 0.32;
  transform: scale(1.03);
}

.course-hub-content {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
  padding: 1.35rem 2.75rem 1.35rem 1.35rem;
}

.course-hub-name {
  font-family: var(--font-serif);
  font-size: 1.3rem;
  font-weight: 700;
  color: var(--olive-deep);
  line-height: 1.2;
}

.course-hub-desc {
  font-size: 0.88rem;
  color: var(--text-muted);
  line-height: 1.45;
  max-width: 34ch;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.course-hub-go {
  position: absolute;
  top: 1.35rem;
  right: 1.15rem;
  z-index: 2;
  display: flex;
  color: var(--ochre);
  opacity: 0.9;
  transition: transform 0.18s ease, color 0.18s ease, opacity 0.18s ease;
}

.course-hub-card:hover .course-hub-go {
  transform: translateX(2px);
  color: #8a6d45;
  opacity: 1;
}

.course-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.course-list-link {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
  padding: 0.85rem 1rem;
  background: rgba(255, 255, 255, 0.72);
  border: var(--ring);
  border-radius: var(--radius);
  text-decoration: none;
  color: inherit;
  transition: border-color 0.18s ease, background 0.18s ease, transform 0.18s ease;
}

.course-list-link:hover {
  border-color: rgba(67, 75, 45, 0.24);
  background: rgba(255, 255, 255, 0.95);
  transform: translateX(2px);
}

.course-list-name {
  font-family: var(--font-serif);
  font-size: 1.05rem;
  font-weight: 600;
  color: var(--olive-deep);
  line-height: 1.35;
}

.course-list-arrow {
  flex-shrink: 0;
  font-size: 1rem;
  color: var(--ochre);
  opacity: 0.7;
  transition: transform 0.18s ease, opacity 0.18s ease;
}

.course-list-link:hover .course-list-arrow {
  transform: translateX(3px);
  opacity: 1;
}

/* Category page — reference layout */
.courses-page--category {
  --category-panel: #3a4a31;
  --category-panel-deep: #2e3c27;
  --category-cream: #faf6ef;
  --category-cream-soft: #f3ece2;
  --category-gold: #b8956a;
  --category-gold-light: #d4b88a;
  --category-text: #2b2118;
  --category-text-muted: #6b5d4f;
  background-color: #f8f4ec;
  background-image:
    radial-gradient(ellipse 70% 50% at 50% 42%, rgba(138, 122, 98, 0.06), transparent 70%),
    linear-gradient(180deg, #fffdf8, #f8f4ec);
}

.courses-page--category .category-page-main {
  position: relative;
  padding-top: 0.2rem;
  padding-bottom: 0;
}

.courses-page--category .category-mandala-bg {
  position: fixed;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: none;
  z-index: 0;
  overflow: hidden;
}

.courses-page--category .category-mandala-bg img {
  width: min(92vw, 720px);
  height: auto;
  opacity: 0.55;
}

.courses-page--category .category-section {
  position: relative;
  z-index: 1;
  padding: 0 0 1rem;
}

.courses-page--category .container-category {
  max-width: 940px;
  padding-inline: 1.25rem;
}

.courses-page--category .container-category--wide {
  max-width: 1040px;
}

.courses-page--category .category-breadcrumb {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.3rem 0.45rem;
  margin: 0 0 0.85rem 0.15rem;
  font-size: 0.8rem;
  font-weight: 500;
}

.courses-page--category .category-breadcrumb .course-crumb {
  color: var(--category-text-muted);
}

.courses-page--category .category-breadcrumb a.course-crumb:hover {
  color: var(--terracotta);
}

.courses-page--category .category-breadcrumb .course-crumb.is-current {
  color: var(--category-text);
  font-weight: 600;
}

.courses-page--category .category-shell {
  position: relative;
  overflow: hidden;
  padding: 1.1rem;
  border-radius: 28px;
  background:
    radial-gradient(ellipse 120% 80% at 50% 0%, rgba(255, 255, 255, 0.06), transparent 55%),
    linear-gradient(165deg, #44563a 0%, var(--category-panel) 38%, var(--category-panel-deep) 100%);
  border: 1px solid rgba(20, 28, 16, 0.35);
  box-shadow:
    0 24px 56px rgba(30, 38, 24, 0.28),
    0 8px 20px rgba(30, 38, 24, 0.14),
    inset 0 1px 0 rgba(255, 255, 255, 0.08);
}

.courses-page--category .category-shell::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  opacity: 0.035;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
  pointer-events: none;
}

.courses-page--category .category-hero,
.courses-page--category .category-course-list {
  position: relative;
  z-index: 1;
}

.courses-page--category .category-hero {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(0, 1fr);
  align-items: center;
  gap: 0.85rem 1.1rem;
  padding: 0.95rem 1rem 0.95rem 0.85rem;
  margin-bottom: 0.85rem;
  border-radius: 22px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.92), rgba(250, 246, 239, 0.98)),
    var(--category-cream);
  border: 1px solid rgba(180, 160, 130, 0.22);
  box-shadow:
    0 10px 28px rgba(40, 32, 22, 0.1),
    inset 0 1px 0 rgba(255, 255, 255, 0.95);
}

.courses-page--category .category-hero-art {
  border-radius: 14px;
  overflow: hidden;
  background: var(--category-cream-soft);
  border: 1px solid rgba(160, 145, 120, 0.18);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.7);
}

.courses-page--category .category-hero-art img {
  display: block;
  width: 100%;
  height: auto;
  filter: saturate(1.12);
}

.courses-page--category .category-hero-art img.category-hero-art--mono {
  filter: grayscale(1) contrast(1.05);
}

.courses-page--category .category-hero-copy {
  padding-right: 0.35rem;
}

.courses-page--category .category-hero-tagline {
  margin: 0 0 0.4rem;
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--category-gold);
}

.courses-page--category .category-hero-title {
  margin: 0;
  font-family: var(--font-serif);
  font-size: clamp(1.55rem, 3.2vw, 2rem);
  font-weight: 700;
  line-height: 1.08;
  color: var(--category-text);
}

.courses-page--category .category-hero-summary {
  margin: 0.55rem 0 0;
  font-size: 0.92rem;
  line-height: 1.55;
  color: var(--category-text-muted);
  max-width: 34ch;
}

.courses-page--category .category-course-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.courses-page--category .category-course-list--grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.65rem;
}

.courses-page--category .category-course-list--grid > li {
  min-width: 0;
}

.courses-page--category[data-category="cultural-art"] .category-course-list--grid > li:last-child:nth-child(odd) {
  grid-column: 1 / -1;
  width: calc((100% - 0.65rem) / 2);
  max-width: 100%;
  justify-self: center;
  margin-inline: auto;
}

.courses-page--category .category-course-sections {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

.courses-page--category .category-course-pair {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.65rem;
  align-items: start;
}

.courses-page--category .category-course-pair--single {
  grid-template-columns: minmax(0, 1fr);
  max-width: calc(50% - 0.325rem);
}

.courses-page--category .category-course-column {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 0.55rem;
}

.courses-page--category .category-course-sections .category-course-row {
  padding: 0.68rem 0.8rem 0.68rem 0.72rem;
  gap: 0.65rem;
}

.courses-page--category .category-course-sections .category-course-seal {
  width: 38px;
  height: 38px;
}

.courses-page--category .category-course-sections .category-course-seal img {
  width: 24px;
  height: 24px;
}

.courses-page--category .category-course-sections .category-course-name {
  font-size: 0.92rem;
  line-height: 1.28;
}

.courses-page--category .category-course-row {
  display: flex;
  align-items: center;
  gap: 0.85rem;
  padding: 0.78rem 1rem 0.78rem 0.85rem;
  border-radius: 16px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(250, 246, 239, 0.98)),
    var(--category-cream);
  border: 1px solid rgba(180, 160, 130, 0.2);
  box-shadow:
    0 6px 16px rgba(30, 38, 24, 0.12),
    inset 0 1px 0 rgba(255, 255, 255, 0.9);
  text-decoration: none;
  color: inherit;
  transition: transform 0.18s ease, box-shadow 0.18s ease, border-color 0.18s ease;
}

.courses-page--category .category-course-row:hover {
  transform: translateY(-1px);
  border-color: rgba(180, 160, 130, 0.38);
  box-shadow:
    0 10px 22px rgba(30, 38, 24, 0.16),
    inset 0 1px 0 rgba(255, 255, 255, 0.95);
}

.courses-page--category .category-course-seal {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background:
    radial-gradient(circle at 32% 28%, rgba(255, 255, 255, 0.55), transparent 42%),
    linear-gradient(145deg, #e8dcc8, #c4ad86 58%, #a89068);
  border: 1px solid rgba(120, 98, 68, 0.28);
  box-shadow:
    inset 0 2px 4px rgba(255, 255, 255, 0.45),
    inset 0 -2px 4px rgba(80, 62, 40, 0.12),
    0 3px 8px rgba(30, 38, 24, 0.14);
}

.courses-page--category .category-course-seal svg {
  width: 22px;
  height: 22px;
  color: #5a4528;
}

.courses-page--category .category-course-seal--icon {
  background:
    radial-gradient(circle at 32% 28%, rgba(255, 255, 255, 0.7), transparent 42%),
    linear-gradient(145deg, #f5efe4, #e8dcc8 58%, #d4c4a8);
}

.courses-page--category .category-course-name {
  flex: 1;
  min-width: 0;
  font-family: var(--font-serif);
  font-size: 1.02rem;
  font-weight: 600;
  line-height: 1.3;
  color: var(--category-text);
}

.courses-page--category .category-course-go {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--category-gold);
  opacity: 0.92;
  transition: transform 0.18s ease, color 0.18s ease, opacity 0.18s ease;
}

.courses-page--category .category-course-row:hover .category-course-go {
  transform: translateX(2px);
  color: #8a6d45;
  opacity: 1;
}

.courses-page--category .site-footer--ref {
  position: relative;
  z-index: 1;
  padding: 1.35rem 0 1.15rem;
  background: linear-gradient(180deg, #354528, var(--category-panel-deep));
}

.courses-page--category .site-footer--ref .footer-inner {
  gap: 0.65rem;
}

.courses-page--category .site-footer--ref .footer-address p {
  font-size: 0.84rem;
  line-height: 1.45;
}

.courses-page--category .site-footer--ref .footer-copy {
  display: none;
}

.courses-page--category .site-footer--ref .footer-inner::after {
  content: "✦";
  position: absolute;
  right: 1.5rem;
  bottom: 1.1rem;
  font-size: 1.1rem;
  color: rgba(255, 250, 242, 0.55);
  pointer-events: none;
}

.courses-page--category .site-footer--ref .footer-inner {
  position: relative;
}

@media (max-width: 768px) {
  .courses-page--category .category-hero {
    grid-template-columns: 1fr;
    padding: 0.85rem;
  }

  .courses-page--category .category-hero-summary {
    max-width: none;
  }

  .courses-page--category .category-shell {
    padding: 0.85rem;
    border-radius: 22px;
  }

  .courses-page--category .category-course-name {
    font-size: 0.96rem;
  }

  .courses-page--category .category-course-list--grid {
    grid-template-columns: 1fr;
  }

  .courses-page--category[data-category="cultural-art"] .category-course-list--grid > li:last-child:nth-child(odd) {
    grid-column: auto;
    width: 100%;
    justify-self: stretch;
    margin-inline: 0;
  }

  .courses-page--category .site-footer--ref .footer-inner::after {
    display: none;
  }
}

/* Course detail page */
.course-detail-page {
  position: relative;
  overflow: hidden;
  background-color: #f8f4ec;
  background-image: linear-gradient(180deg, #fffdf8, #f8f4ec);
}

.course-detail-bg {
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 0;
  overflow: hidden;
}

.course-detail-bg::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(105deg, rgba(255, 253, 248, 0.42) 0%, rgba(255, 250, 242, 0.28) 42%, rgba(248, 244, 236, 0.38) 100%);
  z-index: 1;
}

.course-detail-bg-color {
  position: absolute;
  left: -2%;
  top: 8%;
  width: min(46vw, 420px);
  height: auto;
  opacity: 0.52;
  filter: saturate(0.92) contrast(0.96);
}

.course-detail-bg-sketch {
  position: absolute;
  right: -1%;
  bottom: 7rem;
  width: min(44vw, 400px);
  height: auto;
  opacity: 0.38;
  filter: grayscale(1) contrast(0.9);
}

.course-detail-bg-mandala {
  position: absolute;
  left: 50%;
  top: 42%;
  transform: translate(-50%, -50%);
  width: min(70vw, 520px);
  opacity: 0.08;
  z-index: 0;
}

/* Graphite & Charcoal course pages — full-opacity corner art, no fade */
.course-detail-page--graphite-charcoal .course-detail-bg::after {
  display: none;
}

.course-detail-page--graphite-charcoal .course-detail-bg-color {
  left: 0.65rem;
  top: 0.35rem;
  width: min(22vw, 195px);
  opacity: 1;
  filter: none;
  z-index: 2;
}

.course-detail-page--graphite-charcoal .course-detail-bg-sketch {
  right: 0.65rem;
  bottom: 3.25rem;
  width: min(20vw, 175px);
  opacity: 1;
  filter: none;
  z-index: 2;
}

.course-detail-page--graphite-charcoal .course-detail-bg-mandala {
  opacity: 0.05;
}

/* Course showcase carousel (free hand, oil, acrylic) */
.course-detail-page--showcase {
  background-color: #faf7f1;
  background-image: linear-gradient(180deg, #fffdf8, #faf7f1);
}

.course-detail-page--showcase .course-detail-bg {
  display: none;
}

.course-detail-page--showcase .container-detail-page {
  max-width: min(1040px, 96vw);
}

.course-detail-layout {
  display: block;
}

.course-detail-visual {
  display: none;
}

.course-detail-page--showcase .course-detail-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.38fr) minmax(160px, 0.62fr);
  gap: clamp(0.85rem, 2vw, 1.25rem);
  align-items: start;
}

.course-detail-page--showcase .course-detail-visual {
  display: flex !important;
  justify-content: center;
  align-items: flex-start;
  position: relative;
  width: 100%;
  max-width: 260px;
  margin-top: 1cm;
  margin-left: auto;
  min-width: 0;
  padding-top: 0.1rem;
}

.course-detail-page--showcase .course-detail-visual[hidden] {
  display: flex !important;
}

.course-detail-page--showcase .course-detail-visual::before {
  content: "";
  position: absolute;
  inset: 8% -2% -2% 12%;
  border-radius: 22px;
  background: linear-gradient(135deg, var(--sage), rgba(195, 129, 59, 0.22));
  transform: rotate(2deg);
  pointer-events: none;
}

.course-detail-page--showcase .course-detail-carousel {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 250px;
  min-height: 0;
  aspect-ratio: 4 / 5;
  border-width: 4px;
  border-radius: 20px;
  transform: rotate(-1.25deg);
}

.course-detail-page--showcase .course-detail-carousel .hero-banner {
  opacity: 0;
  transform: translateX(100%);
  transition:
    transform 0.7s cubic-bezier(0.22, 1, 0.36, 1),
    opacity 0.45s ease;
  z-index: 0;
  will-change: transform, opacity;
}

.course-detail-page--showcase .course-detail-carousel .hero-banner.is-active {
  opacity: 1;
  transform: translateX(0);
  z-index: 2;
}

.course-detail-page--showcase .course-detail-carousel .hero-banner.is-leaving {
  opacity: 1;
  transform: translateX(-100%);
  z-index: 1;
}

@media (prefers-reduced-motion: reduce) {
  .course-detail-page--showcase .course-detail-carousel .hero-banner {
    transition: opacity 0.35s ease;
    transform: none;
  }

  .course-detail-page--showcase .course-detail-carousel .hero-banner:not(.is-active) {
    opacity: 0;
  }

  .course-detail-page--showcase .course-detail-carousel .hero-banner.is-active {
    opacity: 1;
    transform: none;
  }

  .course-detail-page--showcase .course-detail-carousel .hero-banner.is-leaving {
    opacity: 0;
    transform: none;
  }
}

.course-detail-page--showcase-contain .course-detail-carousel .hero-banner {
  object-fit: contain;
  padding: 0.55rem 0.5rem 1.85rem;
  background: transparent;
}

.course-detail-page--showcase-cover .course-detail-carousel .hero-banner {
  object-fit: cover;
  padding: 0 0 1.85rem;
  background: #f5efe3;
}

.course-detail-page--showcase .course-detail-carousel .carousel-dots {
  bottom: 0.55rem;
  gap: 0.35rem;
  padding: 0.28rem 0.42rem;
}

.course-detail-page--showcase .course-detail-carousel .carousel-dot {
  width: 0.48rem;
  height: 0.48rem;
}

.course-detail-page--showcase .course-detail-carousel .carousel-dot.is-active {
  width: 1.1rem;
}

.course-detail-section {
  position: relative;
  z-index: 1;
  padding: 0.25rem 0 1rem;
}

.course-detail-page {
  padding-top: 0.2rem;
}

.container-detail-page {
  max-width: 720px;
}

.course-detail-breadcrumb {
  margin-bottom: 0.85rem;
}

.course-detail-panel {
  overflow: hidden;
  border: 1px solid rgba(180, 155, 115, 0.22);
  border-radius: 22px;
  box-shadow: 0 20px 48px rgba(75, 49, 30, 0.14);
  background: rgba(255, 252, 247, 0.96);
}

.course-detail-card-body {
  padding: 1.5rem 1.65rem 1.25rem;
}

.course-detail-category-link {
  display: inline-block;
  margin-bottom: 0.45rem;
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  text-decoration: none;
  color: var(--ochre);
  transition: color 0.18s ease;
}

.course-detail-category-link:hover {
  color: var(--terracotta);
}

.course-detail-title {
  margin: 0;
  font-family: var(--font-serif);
  font-size: clamp(1.75rem, 4.5vw, 2.25rem);
  font-weight: 700;
  line-height: 1.1;
  color: var(--olive-deep);
}

.course-detail-stats-row {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 1rem;
  margin-top: 1.35rem;
  padding-top: 1.15rem;
  border-top: 1px solid rgba(111, 70, 39, 0.1);
}

.course-detail-stat-block {
  text-align: center;
}

.course-detail-stat-divider {
  width: 1px;
  height: 3.2rem;
  background: rgba(111, 70, 39, 0.16);
}

.course-detail-stat-label {
  display: block;
  margin-bottom: 0.35rem;
  font-size: 0.66rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--text-muted);
}

.course-detail-stat-value {
  display: block;
  font-family: var(--font-serif);
  font-size: clamp(1.35rem, 3vw, 1.65rem);
  font-weight: 700;
  color: var(--olive-deep);
  line-height: 1.15;
}

.course-detail-description {
  margin: 1.15rem 0 0;
  color: var(--text-muted);
  font-size: 0.95rem;
  line-height: 1.62;
}

.course-detail-card-footer {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem 1rem;
  padding: 0.85rem 1.25rem;
  background: linear-gradient(135deg, #3a4a31, #2e3c27);
}

.course-detail-enquire {
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  padding: 0.65rem 1.15rem;
}

.course-detail-back {
  font-size: 0.84rem;
  font-weight: 500;
  color: rgba(255, 250, 242, 0.78);
  text-decoration: none;
  transition: color 0.18s ease;
}

.course-detail-back:hover {
  color: var(--cream-light);
}

.cta-band-detail {
  position: relative;
  z-index: 1;
  padding: 1.1rem 0 1.25rem;
  background: linear-gradient(135deg, #3a4a31, #2e3c27);
}

.cta-band-detail .cta-inner h2 {
  margin: 0;
  font-family: var(--font-serif);
  font-size: clamp(1.15rem, 2.5vw, 1.35rem);
  font-weight: 600;
  color: var(--cream-light);
}

.site-footer--minimal {
  padding: 1.25rem 0;
}

.site-footer--minimal .footer-copy {
  display: block;
}

.course-empty {
  color: var(--text-muted);
  text-align: center;
  padding: 2rem 0;
}

.cta-band-compact {
  padding: 2rem 0 2.25rem;
}

.cta-band-courses {
  position: relative;
  z-index: 2;
  padding: 1.15rem 0 1.2rem;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.06), transparent 28%),
    radial-gradient(ellipse 80% 120% at 50% 0%, rgba(255, 255, 255, 0.05), transparent 55%),
    linear-gradient(135deg, #3a4a31 0%, #2e3c27 48%, #354528 100%);
  border-top: 1px solid rgba(255, 255, 255, 0.06);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08);
}

.cta-band-courses::before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: 0.12;
  background-image: repeating-linear-gradient(
    90deg,
    rgba(255, 255, 255, 0.08) 0,
    rgba(255, 255, 255, 0.08) 1px,
    transparent 1px,
    transparent 4px
  );
  pointer-events: none;
}

.cta-band-courses .cta-inner {
  position: relative;
}

.cta-band-courses .cta-inner::after {
  content: "✦";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  font-size: 1.1rem;
  color: rgba(255, 250, 242, 0.55);
  pointer-events: none;
}

.cta-band-courses .cta-inner h2 {
  margin: 0;
  font-family: var(--font-serif);
  font-size: clamp(1.1rem, 2.4vw, 1.35rem);
  font-weight: 600;
  color: var(--cream-light);
}

.courses-hub-page .cta-band-courses {
  margin-top: 0;
}

.courses-page--category .cta-band-courses {
  position: relative;
  z-index: 2;
}

@media (max-width: 768px) {
  .cta-band-courses .cta-inner::after {
    display: none;
  }
}

/* CTA band */
.cta-band {
  position: relative;
  overflow: hidden;
  background:
    var(--gloss),
    radial-gradient(circle at 15% 20%, rgba(240, 195, 108, 0.24), transparent 28%),
    linear-gradient(135deg, var(--olive-deep), var(--olive));
  color: var(--white);
  text-align: center;
  padding: 2.5rem 0 3rem;
}

.cta-band::before,
.cta-band::after {
  content: "";
  position: absolute;
  width: 12rem;
  height: 12rem;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 50%;
}

.cta-band::before {
  left: -5rem;
  top: -5rem;
}

.cta-band::after {
  right: -4rem;
  bottom: -6rem;
}

.cta-inner {
  position: relative;
  z-index: 1;
}

.cta-inner h2 {
  font-family: var(--font-serif);
  font-size: clamp(1.5rem, 3vw, 2rem);
  margin: 0 0 0.5rem;
}

.cta-inner p {
  margin: 0 0 1.25rem;
  opacity: 0.9;
}

.cta-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  justify-content: center;
  align-items: center;
}

/* Artist of the Week */
.artist-week {
  position: relative;
  overflow: hidden;
  padding: clamp(2rem, 4vw, 3rem) 0 clamp(2.25rem, 4.5vw, 3.25rem);
  background:
    radial-gradient(ellipse 55% 40% at 0% 0%, rgba(212, 148, 67, 0.12), transparent 58%),
    radial-gradient(ellipse 45% 35% at 100% 100%, rgba(77, 87, 49, 0.1), transparent 55%),
    linear-gradient(180deg, #f7efe4 0%, #f3e8d8 45%, #efe3d4 100%);
}

.artist-week::before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: 0.35;
  background:
    radial-gradient(circle at 12% 18%, rgba(182, 83, 52, 0.08) 0 1px, transparent 1px),
    radial-gradient(circle at 78% 42%, rgba(77, 87, 49, 0.07) 0 1px, transparent 1px),
    radial-gradient(circle at 34% 72%, rgba(201, 168, 76, 0.09) 0 1px, transparent 1px);
  background-size: 28px 28px, 34px 34px, 30px 30px;
  pointer-events: none;
}

.artist-week-wrap {
  position: relative;
  z-index: 1;
  max-width: min(1040px, 96vw);
}

.artist-week-head {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  margin-bottom: clamp(1.25rem, 2.5vw, 1.75rem);
}

.artist-week-head h2 {
  margin: 0;
  font-family: var(--font-serif);
  font-size: clamp(1.75rem, 3.5vw, 2.35rem);
  font-weight: 700;
  line-height: 1.1;
  color: var(--brown);
}

.artist-week-subtitle {
  margin: 0.45rem 0 0;
  max-width: 32rem;
  font-family: var(--font-serif);
  font-size: clamp(0.9rem, 1.4vw, 1rem);
  font-style: italic;
  font-weight: 500;
  line-height: 1.5;
  color: rgba(93, 46, 23, 0.72);
}

.artist-week-head-rule {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.55rem;
  width: min(11rem, 72%);
  margin-top: 0.85rem;
}

.artist-week-head-rule span:first-child,
.artist-week-head-rule span:last-child {
  flex: 1;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(201, 168, 76, 0.55), transparent);
}

.artist-week-head-diamond {
  width: 7px;
  height: 7px;
  flex-shrink: 0;
  background: linear-gradient(135deg, #c9a84c, #b65334);
  transform: rotate(45deg);
}

.artist-week-board {
  position: relative;
  isolation: isolate;
  padding: clamp(1.5rem, 3vw, 2.1rem);
  border-radius: 22px;
  border: none;
  background:
    radial-gradient(ellipse at 22% 18%, rgba(255, 252, 245, 0.65), transparent 48%),
    radial-gradient(ellipse at 78% 82%, rgba(63, 82, 51, 0.08), transparent 52%),
    repeating-linear-gradient(
      90deg,
      transparent,
      transparent 5px,
      rgba(107, 69, 41, 0.028) 5px,
      rgba(107, 69, 41, 0.028) 6px
    ),
    repeating-linear-gradient(
      0deg,
      transparent,
      transparent 5px,
      rgba(63, 82, 51, 0.022) 5px,
      rgba(63, 82, 51, 0.022) 6px
    ),
    linear-gradient(168deg, #f4f0e6 0%, #ebe4d6 38%, #e0d8c8 72%, #d6cdb9 100%);
  box-shadow:
    0 2px 0 rgba(255, 255, 255, 0.55) inset,
    0 -3px 10px rgba(63, 82, 51, 0.1) inset,
    0 20px 44px rgba(43, 33, 24, 0.16),
    0 8px 16px rgba(43, 33, 24, 0.08),
    inset 0 0 0 7px #7a5238,
    inset 0 0 0 10px #c9a060,
    inset 0 0 0 12px #5c4028;
}

.artist-week-board::before {
  content: "";
  position: absolute;
  inset: 16px;
  border-radius: 14px;
  pointer-events: none;
  background:
    linear-gradient(135deg, rgba(201, 168, 76, 0.12) 0%, transparent 28%),
    linear-gradient(315deg, rgba(63, 82, 51, 0.1) 0%, transparent 30%);
  border: 2px dashed rgba(63, 82, 51, 0.22);
  z-index: 0;
}

.artist-week-board::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  pointer-events: none;
  background:
    radial-gradient(circle at 0% 0%, rgba(201, 168, 76, 0.35) 0 3px, transparent 3px),
    radial-gradient(circle at 100% 0%, rgba(154, 63, 46, 0.28) 0 3px, transparent 3px),
    radial-gradient(circle at 0% 100%, rgba(63, 82, 51, 0.28) 0 3px, transparent 3px),
    radial-gradient(circle at 100% 100%, rgba(201, 168, 76, 0.35) 0 3px, transparent 3px);
  z-index: 0;
}

.artist-week-board > *:not(.artist-week-board-deco) {
  position: relative;
  z-index: 1;
}

.artist-week-board-deco {
  position: absolute;
  inset: 0;
  z-index: 0;
  overflow: hidden;
  border-radius: inherit;
  pointer-events: none;
}

.artist-week-deco {
  position: absolute;
  opacity: 0.5;
  filter: none;
}

.artist-week-deco--palette {
  left: -0.35rem;
  bottom: 0.65rem;
  width: clamp(3.5rem, 8vw, 5rem);
  transform: rotate(-12deg);
}

.artist-week-deco--brush {
  top: 0.35rem;
  right: 0.15rem;
  width: clamp(2.5rem, 5.5vw, 3.75rem);
  transform: rotate(18deg);
}

.artist-week-deco--star {
  top: 42%;
  left: 2%;
  width: clamp(1.6rem, 3.5vw, 2.35rem);
  transform: rotate(-8deg);
  opacity: 0.55;
}

.artist-week-deco--sparkle {
  bottom: 18%;
  right: 6%;
  width: clamp(1.35rem, 3vw, 2rem);
  opacity: 0.5;
}

.artist-week-deco--pencil {
  top: 8%;
  left: 38%;
  width: clamp(2rem, 4vw, 2.75rem);
  transform: rotate(-28deg);
  opacity: 0.38;
}

.artist-week-spotlight {
  margin-bottom: clamp(0.85rem, 1.8vw, 1.15rem);
}

/* Artist of the Week — book flip (5 artists) */
.artist-week-book {
  position: relative;
}

.artist-week-book-shell {
  display: grid;
  grid-template-columns: clamp(10px, 1.4vw, 16px) minmax(0, 1fr);
  gap: 0;
  perspective: 3000px;
  perspective-origin: left center;
}

.artist-week-book-spine {
  border-radius: 6px 0 0 6px;
  background:
    linear-gradient(90deg, #5c3d22 0%, #8b5e3c 38%, #c49a5c 52%, #8b5e3c 68%, #5c3d22 100%);
  box-shadow:
    inset -4px 0 10px rgba(0, 0, 0, 0.28),
    2px 0 6px rgba(43, 33, 24, 0.12);
}

.artist-week-book-stage {
  position: relative;
  min-height: clamp(340px, 54vw, 460px);
  transform-style: preserve-3d;
  -webkit-transform-style: preserve-3d;
}

.artist-week-book-sheet {
  position: absolute;
  inset: 0;
  transform-style: preserve-3d;
  -webkit-transform-style: preserve-3d;
  transform-origin: left center;
  -webkit-transform-origin: left center;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  border-radius: 0 14px 14px 0;
  overflow: hidden;
  will-change: transform;
}

.artist-week-book-sheet--under {
  z-index: 1;
}

.artist-week-book-sheet--top {
  z-index: 2;
}

.artist-week-book-sheet::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  border-radius: 0 14px 14px 0;
  background: linear-gradient(155deg, #fffdf8 0%, #f8f2e8 100%);
  box-shadow:
    inset 0 0 0 1px rgba(154, 63, 46, 0.1),
    4px 10px 28px rgba(43, 33, 24, 0.14);
  transform: rotateY(180deg);
  backface-visibility: hidden;
}

.artist-week-book-page {
  position: relative;
  z-index: 1;
  height: 100%;
  min-height: clamp(340px, 54vw, 460px);
  transform: none !important;
  border-radius: 0 14px 14px 0;
}

.artist-week-book .artist-week-details-card:hover {
  transform: none;
  box-shadow:
    0 2px 0 rgba(255, 255, 255, 0.95) inset,
    0 12px 26px rgba(43, 33, 24, 0.12),
    0 4px 10px rgba(43, 33, 24, 0.07);
}

.artist-week-book-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(0.85rem, 2.5vw, 1.35rem);
  margin-top: clamp(0.85rem, 2vw, 1.15rem);
}

.artist-week-book-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.65rem;
  height: 2.65rem;
  padding: 0;
  border: 1px solid rgba(154, 63, 46, 0.22);
  border-radius: 50%;
  background: linear-gradient(180deg, #fffdf8, #f5ebe0);
  color: var(--terracotta);
  font-family: var(--font-serif);
  font-size: 1.65rem;
  line-height: 1;
  cursor: pointer;
  box-shadow: 0 4px 12px rgba(43, 33, 24, 0.1);
  transition: transform 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
}

.artist-week-book-btn:hover:not(:disabled),
.artist-week-book-btn:focus-visible {
  outline: none;
  transform: translateY(-2px);
  border-color: rgba(154, 63, 46, 0.42);
  box-shadow: 0 8px 18px rgba(43, 33, 24, 0.14);
}

.artist-week-book-btn:disabled {
  opacity: 0.38;
  cursor: not-allowed;
}

.artist-week-book-progress {
  margin: 0;
  min-width: 7.5rem;
  text-align: center;
  font-family: var(--font-sans);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: rgba(93, 46, 23, 0.68);
}

.artist-week-board,
.artist-week-board .artist-week-name,
.artist-week-board .artist-week-meta,
.artist-week-board .artist-week-note,
.artist-week-board .artist-week-details-card {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}

.artist-week-portrait-card,
.artist-week-details-card,
.artist-week-thumb {
  position: relative;
  margin: 0;
  border-radius: 12px;
  background:
    linear-gradient(180deg, #fffffe 0%, #fffaf4 55%, #f8f2e8 100%);
  box-shadow:
    0 2px 0 rgba(255, 255, 255, 0.95) inset,
    0 -1px 0 rgba(139, 94, 60, 0.06) inset,
    0 12px 26px rgba(43, 33, 24, 0.12),
    0 4px 10px rgba(43, 33, 24, 0.07);
  transition:
    transform 0.35s cubic-bezier(0.22, 1, 0.36, 1),
    box-shadow 0.35s ease;
}

.artist-week-portrait-card {
  overflow: hidden;
  min-height: 280px;
  padding: 0.55rem;
  transform: rotate(-0.6deg);
  border: 1px solid rgba(63, 82, 51, 0.16);
  border-top: 3px solid rgba(63, 82, 51, 0.35);
}

.artist-week-portrait-card:hover {
  transform: rotate(-0.2deg) translateY(-4px);
  box-shadow:
    0 2px 0 rgba(255, 255, 255, 0.95) inset,
    0 20px 40px rgba(43, 33, 24, 0.18),
    0 8px 16px rgba(43, 33, 24, 0.1);
}

.artist-week-portrait {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 260px;
  object-fit: cover;
  object-position: center;
  border-radius: 10px;
  border: 1px solid rgba(139, 94, 60, 0.1);
}

.artist-week-featured-card.is-empty {
  display: grid;
  place-items: center;
  min-height: 280px;
}

.artist-week-featured-card.is-empty::after {
  content: "Replace assets/artist-of-the-week-1.jpg … artist-of-the-week-5.jpg with this week's featured artwork";
  max-width: 14rem;
  padding: 0 1rem;
  font-family: var(--font-sans);
  font-size: 0.82rem;
  line-height: 1.45;
  text-align: center;
  color: rgba(93, 46, 23, 0.55);
}

.artist-week-featured-card.is-empty .artist-week-portrait {
  display: none;
}

.artist-week-details-card {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
  gap: clamp(0.85rem, 2vw, 1.25rem);
  align-items: stretch;
  padding: clamp(1rem, 2vw, 1.35rem) clamp(1rem, 2.2vw, 1.45rem);
  transform: rotate(0.45deg);
  border: 1px solid rgba(154, 63, 46, 0.16);
  border-top: 3px solid rgba(154, 63, 46, 0.32);
  background:
    linear-gradient(155deg, rgba(255, 254, 251, 0.98) 0%, rgba(255, 250, 244, 0.96) 45%, rgba(248, 242, 232, 0.94) 100%);
}

.artist-week-details-copy {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  min-height: 100%;
  padding-top: 0.15rem;
}

.artist-week-details-card .artist-week-portrait-card {
  margin: 0;
  min-height: 0;
  height: 100%;
  display: flex;
  flex-direction: column;
}

.artist-week-details-card .artist-week-portrait {
  flex: 1;
  width: 100%;
  min-height: clamp(220px, 34vw, 360px);
  max-height: none;
}

.artist-week-details-card:hover {
  transform: rotate(0.15deg) translateY(-3px);
  box-shadow:
    0 2px 0 rgba(255, 255, 255, 0.95) inset,
    0 18px 36px rgba(43, 33, 24, 0.16),
    0 6px 14px rgba(43, 33, 24, 0.09);
}

.artist-week-name {
  position: relative;
  z-index: 1;
  margin: 0 0 0.65rem;
  padding-right: 1.5rem;
  font-family: var(--font-serif);
  font-size: clamp(1.45rem, 2.6vw, 1.85rem);
  font-weight: 700;
  line-height: 1.15;
  color: #1a1008;
}

.artist-week-meta {
  margin: 0 0 0.85rem;
  padding: 0;
  display: grid;
  gap: 0.45rem;
}

.artist-week-meta-row {
  display: grid;
  grid-template-columns: 6.5rem 1fr;
  gap: 0.5rem;
  align-items: baseline;
}

.artist-week-meta dt {
  margin: 0;
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--olive);
}

.artist-week-meta dd {
  margin: 0;
  font-size: clamp(0.84rem, 1.2vw, 0.92rem);
  font-weight: 500;
  line-height: 1.4;
  color: rgba(93, 46, 23, 0.82);
}

.artist-week-note {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin: 0;
  min-height: 0;
  padding: clamp(1rem, 2.2vw, 1.5rem) clamp(1rem, 2vw, 1.35rem);
  border-left: 3px solid var(--terracotta);
  border-radius: 0 10px 10px 0;
  background: linear-gradient(90deg, rgba(239, 211, 191, 0.35), rgba(255, 253, 248, 0.5));
}

.artist-week-note p {
  flex: 1;
  margin: 0 0 0.85rem;
  font-family: var(--font-serif);
  font-size: clamp(1.2rem, 2.9vw, 1.65rem);
  font-style: italic;
  line-height: 1.72;
  color: rgba(43, 33, 24, 0.88);
}

.artist-week-note footer {
  flex-shrink: 0;
  margin-top: auto;
  text-align: right;
  font-size: clamp(0.9rem, 1.25vw, 1.05rem);
  font-weight: 600;
  letter-spacing: 0.03em;
  color: rgba(93, 46, 23, 0.62);
}

.artist-week-note cite {
  font-style: normal;
  color: var(--terracotta);
}

.artist-week-gallery {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: clamp(0.55rem, 1.2vw, 0.75rem);
}

.artist-week-thumb {
  overflow: hidden;
  padding: 0.45rem;
  transform: rotate(var(--thumb-tilt, 0deg));
  border: 1px solid rgba(184, 146, 46, 0.2);
  border-top: 2px solid rgba(184, 146, 46, 0.38);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.artist-week-thumb:nth-child(1) { --thumb-tilt: -1.2deg; }
.artist-week-thumb:nth-child(2) { --thumb-tilt: 0.8deg; }
.artist-week-thumb:nth-child(3) { --thumb-tilt: -0.5deg; }
.artist-week-thumb:nth-child(4) { --thumb-tilt: 1.1deg; }

.artist-week-thumb:hover {
  transform: rotate(0deg) translateY(-5px);
  box-shadow:
    0 2px 0 rgba(255, 255, 255, 0.9) inset,
    0 14px 28px rgba(43, 33, 24, 0.16),
    0 5px 12px rgba(43, 33, 24, 0.1);
}

.artist-week-thumb img {
  display: block;
  width: 100%;
  aspect-ratio: 1;
  object-fit: cover;
  border-radius: 8px;
  border: 1px solid rgba(139, 94, 60, 0.1);
}

/* Decorative tape */
.artist-week-tape {
  position: absolute;
  z-index: 2;
  height: 1.1rem;
  border-radius: 2px;
  opacity: 0.88;
  box-shadow:
    0 1px 2px rgba(43, 33, 24, 0.14),
    inset 0 1px 0 rgba(255, 255, 255, 0.35);
}

.artist-week-tape--portrait {
  top: -0.35rem;
  left: 18%;
  width: 4.5rem;
  background: linear-gradient(180deg, rgba(255, 228, 150, 0.9) 0%, rgba(244, 203, 114, 0.8) 45%, rgba(212, 148, 67, 0.65) 100%);
  transform: rotate(-8deg);
}

.artist-week-tape--details {
  top: -0.4rem;
  right: 12%;
  left: auto;
  width: 4rem;
  background: linear-gradient(180deg, rgba(230, 236, 210, 0.95) 0%, rgba(216, 221, 197, 0.9) 50%, rgba(77, 87, 49, 0.45) 100%);
  transform: rotate(6deg);
}

.artist-week-tape--thumb {
  top: -0.3rem;
  left: 50%;
  width: 2.75rem;
  margin-left: -1.375rem;
  background: linear-gradient(180deg, rgba(255, 230, 210, 0.92) 0%, rgba(239, 211, 191, 0.88) 50%, rgba(182, 83, 52, 0.42) 100%);
  transform: rotate(-4deg);
}

/* Decorative pins */
.artist-week-pin {
  position: absolute;
  z-index: 3;
  width: 0.95rem;
  height: 0.95rem;
  border-radius: 50%;
  background:
    radial-gradient(circle at 32% 28%, #fff4c8 0%, #e8c96a 28%, #c9a030 58%, #8f6f22 82%, #5c3d18 100%);
  box-shadow:
    0 4px 7px rgba(43, 33, 24, 0.32),
    0 1px 2px rgba(43, 33, 24, 0.2),
    inset 0 2px 3px rgba(255, 255, 255, 0.55),
    inset 0 -3px 5px rgba(0, 0, 0, 0.18);
}

.artist-week-pin::before {
  content: "";
  position: absolute;
  top: 14%;
  left: 18%;
  width: 38%;
  height: 28%;
  border-radius: 50%;
  background: radial-gradient(circle at 50% 50%, rgba(255, 255, 255, 0.75), transparent 72%);
}

.artist-week-pin::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 72%;
  width: 2.5px;
  height: 7px;
  margin-left: -1.25px;
  border-radius: 1px;
  background: linear-gradient(180deg, #b8b8b8 0%, #5a5a5a 55%, #333 100%);
  box-shadow: 0 2px 3px rgba(43, 33, 24, 0.3);
}

.artist-week-pin--portrait {
  top: 0.65rem;
  right: 1rem;
}

.artist-week-pin--details {
  top: -0.55rem;
  right: 1.15rem;
  left: auto;
}

.artist-week-pin--thumb {
  top: 0.35rem;
  right: 0.65rem;
  width: 0.65rem;
  height: 0.65rem;
}

@media (max-width: 900px) {
  .artist-week-details-card {
    grid-template-columns: 1fr;
  }

  .artist-week-details-card .artist-week-portrait {
    min-height: 220px;
    max-height: none;
  }

  .artist-week-portrait-card,
  .artist-week-details-card {
    transform: none;
  }

  .artist-week-portrait-card:hover,
  .artist-week-details-card:hover,
  .artist-week-thumb:hover {
    transform: translateY(-3px);
  }

  .artist-week-deco--pencil {
    display: none;
  }

  .artist-week-portrait {
    min-height: 220px;
  }

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

  .artist-week-meta-row {
    grid-template-columns: 1fr;
    gap: 0.15rem;
  }

  .artist-week-note p {
    font-size: clamp(1.08rem, 4.2vw, 1.35rem);
    line-height: 1.65;
    flex: none;
  }

  .artist-week-details-copy {
    min-height: auto;
  }

  .artist-week-note {
    flex: none;
    min-height: auto;
    justify-content: flex-start;
  }

  .artist-week-book-shell {
    perspective: 1800px;
    -webkit-perspective: 1800px;
  }

  .artist-week-book-stage {
    min-height: 0;
    height: auto;
    perspective: 1800px;
    -webkit-perspective: 1800px;
  }

  .artist-week-book-page {
    min-height: 0;
    height: auto;
  }

  .artist-week-book-stage:not(.is-flipping) .artist-week-book-sheet--top {
    position: relative;
    inset: auto;
    overflow: visible;
    height: auto;
    will-change: auto;
  }

  .artist-week-book-stage:not(.is-flipping) .artist-week-book-sheet--under {
    position: absolute;
    visibility: hidden;
    pointer-events: none;
  }

  .artist-week-book-stage.is-flipping {
    position: relative;
  }

  .artist-week-book-stage.is-flipping .artist-week-book-sheet {
    position: absolute;
    inset: 0;
    overflow: hidden;
    height: 100%;
  }

  .artist-week-book-sheet--top.is-flipping-forward,
  .artist-week-book-sheet--top.is-flipping-backward {
    overflow: hidden;
    z-index: 5;
  }

  .artist-week-book-stage.is-settling {
    overflow: hidden;
  }

  .artist-week-book-stage.is-settling .artist-week-book-sheet--top {
    position: absolute;
    inset: 0;
    height: 100%;
  }
}

@media (max-width: 480px) {
  .artist-week-board {
    padding: 0.95rem;
    border-radius: 18px;
  }

  .artist-week-board::before {
    inset: 12px;
    border-radius: 10px;
  }

  .artist-week-gallery {
    grid-template-columns: 1fr 1fr;
    gap: 0.5rem;
  }

  .artist-week-tab-text {
    white-space: normal;
    text-align: center;
  }
}

/* Artist of the Week — dedicated page */
.artist-week-page-main.page-main {
  padding-top: 0.35rem;
}

.artist-week--page {
  padding-top: 0.5rem;
}

.artist-week--page .artist-week-wrap {
  max-width: min(1140px, 96vw);
}

.artist-week--page .artist-week-head h1 {
  margin: 0;
  font-family: var(--font-serif);
  font-size: clamp(1.85rem, 4vw, 2.45rem);
  font-weight: 700;
  line-height: 1.1;
  color: var(--brown);
}

.artist-week--page .artist-week-details-card .artist-week-portrait {
  min-height: clamp(260px, 34vw, 380px);
}

.artist-week-breadcrumb {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.35rem 0.45rem;
  margin-bottom: 1rem;
  font-size: 0.78rem;
  font-weight: 500;
}

.artist-week-breadcrumb a {
  color: rgba(93, 46, 23, 0.62);
  text-decoration: none;
  transition: color 0.2s ease;
}

.artist-week-breadcrumb a:hover {
  color: var(--terracotta);
}

.artist-week-breadcrumb-sep {
  color: rgba(139, 94, 60, 0.35);
}

.artist-week-breadcrumb-current {
  color: var(--brown);
  font-weight: 600;
}

.artist-week-back {
  margin: 1.1rem 0 0;
  text-align: center;
}

.artist-week-back a {
  font-size: 0.84rem;
  font-weight: 600;
  color: rgba(93, 46, 23, 0.62);
  text-decoration: none;
  transition: color 0.2s ease;
}

.artist-week-back a:hover {
  color: var(--terracotta);
}

/* Artist of the Week — home pinned tab */
.hero-grid-tab-slot {
  grid-column: 1 / -1;
  display: flex;
  justify-content: flex-end;
  width: 100%;
  min-width: 0;
  margin-bottom: 0.35rem;
}

@media (min-width: 901px) {
  .hero-grid {
    position: static;
  }

  .hero-grid-tab-slot {
    position: absolute;
    top: calc(2.5rem - 0.15rem + 3mm);
    right: calc((100% - min(100% - var(--page-gutter), var(--max-w))) / 2 + var(--hero-grid-pad));
    width: max-content;
    max-width: min(100% - var(--page-gutter), var(--max-w));
    margin-bottom: 0;
    z-index: 4;
    transform: none;
  }
}

.artist-week-tab {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0;
  text-decoration: none;
  transform-origin: 50% 0.65rem;
}

.artist-week-tab-assembly {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 12px 26px rgba(43, 33, 24, 0.14);
  animation: artist-week-tab-swing 6s ease-in-out infinite;
}

@keyframes artist-week-tab-swing {
  0%, 100% { transform: rotate(-1deg); }
  50% { transform: rotate(1deg); }
}

.artist-week-tab-board {
  position: absolute;
  inset: -0.72rem -1rem -0.78rem;
  z-index: 0;
  border-radius: 10px;
  background:
    radial-gradient(ellipse at 28% 22%, rgba(255, 252, 245, 0.55), transparent 46%),
    repeating-linear-gradient(
      90deg,
      transparent,
      transparent 4px,
      rgba(107, 69, 41, 0.03) 4px,
      rgba(107, 69, 41, 0.03) 5px
    ),
    repeating-linear-gradient(
      0deg,
      transparent,
      transparent 4px,
      rgba(63, 82, 51, 0.025) 4px,
      rgba(63, 82, 51, 0.025) 5px
    ),
    linear-gradient(165deg, #f0ebe2 0%, #e4ddd0 45%, #d8d0c2 100%);
  box-shadow:
    inset 0 2px 4px rgba(255, 255, 255, 0.45),
    inset 0 -3px 6px rgba(63, 82, 51, 0.1),
    inset 0 0 0 3px #7a5238,
    inset 0 0 0 5px #c9a060,
    0 4px 12px rgba(43, 33, 24, 0.14);
  transform: rotate(-1.2deg);
  pointer-events: none;
}

.artist-week-tab-board::after {
  content: "";
  position: absolute;
  inset: 6px;
  border-radius: 6px;
  border: 1.5px dashed rgba(63, 82, 51, 0.24);
  pointer-events: none;
}

.artist-week-tab-pin {
  position: relative;
  z-index: 3;
  flex-shrink: 0;
  width: 1.1rem;
  height: 1.1rem;
  margin-bottom: -0.58rem;
  border-radius: 50%;
  background:
    radial-gradient(circle at 32% 26%, #ff8a8a 0%, #dc2626 42%, #991b1b 78%, #7f1d1d 100%);
  box-shadow:
    0 3px 6px rgba(127, 29, 29, 0.38),
    0 1px 2px rgba(43, 33, 24, 0.24),
    inset 0 -2px 4px rgba(0, 0, 0, 0.2),
    inset 0 2px 3px rgba(255, 255, 255, 0.38);
}

.artist-week-tab-pin::before {
  content: "";
  position: absolute;
  top: 16%;
  left: 20%;
  width: 38%;
  height: 30%;
  border-radius: 50%;
  background: radial-gradient(circle at 50% 50%, rgba(255, 255, 255, 0.72), transparent 70%);
}

.artist-week-tab-pin::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 78%;
  width: 2px;
  height: 8px;
  margin-left: -1px;
  border-radius: 1px;
  background: linear-gradient(180deg, #c8c8c8 0%, #6e6e6e 50%, #404040 100%);
  box-shadow:
    0 2px 3px rgba(43, 33, 24, 0.35),
    inset 0 1px 0 rgba(255, 255, 255, 0.35);
}

.artist-week-tab-note {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.85rem 1.45rem 0.8rem;
  border: 1px solid rgba(63, 82, 51, 0.18);
  border-top: 3px solid rgba(63, 82, 51, 0.38);
  border-radius: 4px 4px 12px 12px;
  background:
    linear-gradient(165deg, rgba(255, 255, 255, 0.92) 0%, transparent 40%),
    linear-gradient(180deg, #fffffe 0%, #faf7f0 52%, #f3ece2 100%);
  box-shadow:
    0 1px 0 rgba(255, 255, 255, 0.98) inset,
    0 5px 14px rgba(43, 33, 24, 0.12);
  transform: rotate(-0.6deg);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}

.artist-week-tab-note::before {
  content: "";
  position: absolute;
  top: 0.12rem;
  left: 50%;
  width: 7px;
  height: 7px;
  margin-left: -3.5px;
  border-radius: 50%;
  background: radial-gradient(circle at 50% 60%, rgba(20, 15, 10, 0.28), rgba(43, 33, 24, 0.06));
  box-shadow:
    inset 0 2px 4px rgba(0, 0, 0, 0.28),
    0 1px 0 rgba(255, 255, 255, 0.4);
}

.artist-week-tab-note::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.22) 0%, transparent 40%);
  pointer-events: none;
  z-index: 0;
}

.artist-week-tab:hover .artist-week-tab-assembly {
  animation-play-state: paused;
}

.artist-week-tab:hover .artist-week-tab-note {
  transform: rotate(-0.4deg) translateY(-2px);
  box-shadow:
    0 1px 0 rgba(255, 255, 255, 1) inset,
    1px 2px 0 rgba(43, 33, 24, 0.05),
    2px 4px 0 rgba(43, 33, 24, 0.04),
    0 10px 20px rgba(43, 33, 24, 0.16);
}

.artist-week-tab:focus-visible {
  outline: none;
}

.artist-week-tab:focus-visible .artist-week-tab-note {
  outline: 2px solid #b91c1c;
  outline-offset: 3px;
}

.artist-week-tab-text {
  position: relative;
  z-index: 2;
  font-family: var(--font-serif);
  font-size: 1.02rem;
  font-style: italic;
  font-weight: 700;
  letter-spacing: 1px;
  line-height: 1.2;
  white-space: nowrap;
  color: #2d3a24;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}

/* Sparkling effects */
.artist-week-tab-sparkles,
.artist-week-board-sparkles {
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 1;
  overflow: visible;
}

.artist-week-sparkle {
  position: absolute;
  width: 5px;
  height: 5px;
  opacity: 0;
  transform: scale(0.3) rotate(0deg);
  animation: artist-week-sparkle-twinkle 2.4s ease-in-out infinite;
}

.artist-week-sparkle::before,
.artist-week-sparkle::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  background: linear-gradient(180deg, #fffef5 0%, #f5d76e 45%, #c9a84c 100%);
  border-radius: 1px;
  box-shadow: 0 0 6px 2px rgba(255, 220, 120, 0.75), 0 0 14px 4px rgba(201, 168, 76, 0.35);
}

.artist-week-sparkle::before {
  width: 5px;
  height: 1.5px;
  margin: -0.75px 0 0 -2.5px;
}

.artist-week-sparkle::after {
  width: 1.5px;
  height: 5px;
  margin: -2.5px 0 0 -0.75px;
}

@keyframes artist-week-sparkle-twinkle {
  0%, 100% {
    opacity: 0;
    transform: scale(0.25) rotate(0deg);
  }
  45%, 55% {
    opacity: 1;
    transform: scale(1) rotate(45deg);
  }
}

.artist-week-sparkle--1 { top: 8%; left: 6%; animation-delay: 0s; }
.artist-week-sparkle--2 { top: 18%; right: 8%; animation-delay: 0.6s; }
.artist-week-sparkle--3 { bottom: 12%; left: 12%; animation-delay: 1.2s; }
.artist-week-sparkle--4 { bottom: 22%; right: 6%; animation-delay: 1.8s; }
.artist-week-sparkle--5 { top: 42%; right: 2%; animation-delay: 0.9s; }

.artist-week-sparkle--b1 { top: 6%; left: 14%; animation-delay: 0.2s; width: 6px; height: 6px; }
.artist-week-sparkle--b2 { top: 12%; right: 18%; animation-delay: 0.9s; }
.artist-week-sparkle--b3 { top: 48%; left: 4%; animation-delay: 1.5s; }
.artist-week-sparkle--b4 { bottom: 14%; right: 10%; animation-delay: 0.5s; width: 7px; height: 7px; }
.artist-week-sparkle--b5 { bottom: 8%; left: 42%; animation-delay: 2s; }
.artist-week-sparkle--b6 { top: 28%; right: 4%; animation-delay: 1.1s; }

.artist-week-board-sparkles .artist-week-sparkle::before,
.artist-week-board-sparkles .artist-week-sparkle::after {
  box-shadow: 0 0 8px 3px rgba(255, 230, 140, 0.8), 0 0 18px 6px rgba(201, 168, 76, 0.4);
}

@media (prefers-reduced-motion: reduce) {
  .artist-week-tab-assembly {
    animation: none;
  }

  .artist-week-sparkle {
    animation: none;
    opacity: 0.55;
    transform: scale(0.85);
  }
}

/* Artist of the Week — home preview */
.hero:has(+ .artist-week--preview) {
  padding-bottom: 2rem;
}

.artist-week--preview {
  padding: clamp(1.75rem, 3.5vw, 2.5rem) 0;
}

.hero + .artist-week--preview {
  padding-top: clamp(0.65rem, 1.5vw, 1rem);
}

.hero + .home-stats-bar {
  border-top: 1px solid rgba(111, 70, 39, 0.08);
}

.home-stats-bar + .cta-band {
  margin-top: 0;
}

.artist-week-preview {
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  gap: clamp(1rem, 2.5vw, 1.5rem);
  max-width: 36rem;
  margin-inline: auto;
  padding: clamp(0.85rem, 1.8vw, 1.1rem) clamp(1rem, 2vw, 1.25rem);
  border: 1px solid rgba(139, 94, 60, 0.14);
  border-radius: 16px;
  background: linear-gradient(145deg, rgba(255, 252, 247, 0.95), rgba(255, 248, 240, 0.9));
  box-shadow: 0 8px 24px rgba(43, 33, 24, 0.08);
}

.artist-week-preview-photo {
  position: relative;
  margin: 0;
  width: clamp(6.5rem, 18vw, 8.5rem);
  padding: 0.4rem;
  border-radius: 12px;
  background: #fffdf9;
  box-shadow: 0 6px 16px rgba(43, 33, 24, 0.1);
  transform: rotate(-1deg);
}

.artist-week-preview-photo img {
  display: block;
  width: 100%;
  aspect-ratio: 1;
  object-fit: cover;
  border-radius: 8px;
  border: 1px solid rgba(139, 94, 60, 0.1);
}

.artist-week-preview-copy {
  text-align: left;
}

.artist-week-preview-label {
  margin: 0 0 0.2rem;
  font-size: 0.66rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--olive);
}

.artist-week-preview-name {
  margin: 0 0 0.25rem;
  font-family: var(--font-serif);
  font-size: clamp(1.25rem, 2.4vw, 1.5rem);
  font-weight: 700;
  color: var(--brown);
}

.artist-week-preview-week {
  margin: 0 0 0.75rem;
  font-size: 0.84rem;
  color: rgba(93, 46, 23, 0.68);
}

.artist-week-preview-btn {
  font-size: 0.78rem;
  padding: 0.55rem 1rem;
}

@media (max-width: 560px) {
  .artist-week-preview {
    grid-template-columns: 1fr;
    text-align: center;
    max-width: 20rem;
  }

  .artist-week-preview-photo {
    margin-inline: auto;
  }

  .artist-week-preview-copy {
    text-align: center;
  }

  .artist-week--page .artist-week-portrait {
    min-height: 220px;
  }
}

/* Events */
.events {
  background:
    radial-gradient(circle at 10% 0%, rgba(212, 148, 67, 0.16), transparent 28%),
    linear-gradient(180deg, var(--cream-light), rgba(216, 221, 197, 0.32));
  border-block: 1px solid rgba(67, 75, 45, 0.12);
}

.events-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
}

.event-card {
  position: relative;
  min-height: 220px;
  aspect-ratio: 4 / 3;
  overflow: hidden;
  border-radius: 20px;
  background: var(--white);
  border: 5px solid rgba(255, 252, 246, 0.9);
  box-shadow: var(--shadow-soft), inset 0 1px 0 rgba(255, 255, 255, 0.8);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.event-card::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.24), transparent 36%);
}

.event-card:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow);
}

.event-card-wide {
  grid-column: auto;
}

.event-card-tall {
  grid-row: auto;
}

.event-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.35s ease;
}

.event-card:hover img {
  transform: scale(1.04);
}

.event-caption {
  position: absolute;
  z-index: 2;
  inset: auto 0 0;
  padding: 0.9rem 1rem;
  color: var(--white);
  background: linear-gradient(180deg, transparent, rgba(39, 48, 24, 0.88));
  backdrop-filter: blur(2px) saturate(1.08);
}

.event-caption h3 {
  margin: 0 0 0.25rem;
  font-family: var(--font-serif);
  font-size: 1.15rem;
  line-height: 1;
}

.event-caption p {
  margin: 0;
  font-size: 0.78rem;
  line-height: 1.35;
  opacity: 0.92;
}

/* Contact */
.contact-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.82fr) minmax(0, 1.18fr);
  grid-template-areas:
    "header form"
    "cards form";
  gap: 1.4rem 2rem;
  align-items: stretch;
}

.contact {
  background:
    radial-gradient(circle at 8% 20%, rgba(212, 148, 67, 0.16), transparent 28%),
    radial-gradient(circle at 95% 10%, rgba(77, 87, 49, 0.14), transparent 30%),
    linear-gradient(135deg, rgba(255, 255, 255, 0.78), rgba(255, 247, 237, 0.84));
}

.contact-grid .section-header {
  grid-area: header;
  align-self: end;
  margin-bottom: 0;
  padding: 1.5rem 1.6rem 0.3rem;
  border-left: 4px solid var(--ochre);
}

.contact-cards {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  grid-area: cards;
  align-self: start;
}

.contact-card {
  display: grid;
  grid-template-columns: auto 1fr;
  grid-template-rows: auto auto;
  gap: 0.1rem 0.8rem;
  padding: 0.9rem 1rem;
  background:
    var(--gloss),
    linear-gradient(135deg, rgba(255, 255, 255, 0.98), rgba(255, 247, 237, 0.84));
  border: 1px solid rgba(67, 75, 45, 0.18);
  border-radius: 18px;
  color: inherit;
  box-shadow: 0 8px 22px rgba(75, 49, 30, 0.07), inset 0 1px 0 rgba(255, 255, 255, 0.82);
  transition: transform 0.2s, border-color 0.2s, box-shadow 0.2s, background 0.2s;
}

.contact-card:hover {
  transform: translateX(4px);
  border-color: var(--olive);
  background:
    var(--gloss),
    linear-gradient(135deg, rgba(77, 87, 49, 0.08), rgba(255, 250, 242, 0.9));
  box-shadow: var(--shadow);
  color: inherit;
}

.contact-icon {
  grid-row: 1 / 3;
  align-self: center;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.35rem;
  height: 2.35rem;
  border-radius: 50%;
  color: var(--white);
  background: linear-gradient(135deg, var(--olive), var(--olive-deep));
}

.contact-icon svg {
  width: 1.15rem;
  height: 1.15rem;
}

.contact-label {
  font-size: 0.68rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: var(--olive);
}

.contact-value {
  font-weight: 600;
  color: var(--olive);
  font-size: 0.92rem;
  line-height: 1.35;
  word-break: break-word;
}

.contact-form {
  grid-area: form;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.95rem;
  padding: 1.7rem;
  background:
    var(--gloss),
    linear-gradient(135deg, rgba(255, 255, 255, 0.9), rgba(216, 221, 197, 0.28)),
    rgba(255, 250, 242, 0.78);
  border-radius: 30px;
  border: 1px solid rgba(67, 75, 45, 0.18);
  box-shadow: var(--shadow), inset 0 1px 0 rgba(255, 255, 255, 0.86);
}

.contact-form-header {
  grid-column: 1 / -1;
  padding-bottom: 0.35rem;
  border-bottom: 1px solid rgba(67, 75, 45, 0.14);
}

.contact-form-header h3 {
  margin: 0;
  font-family: var(--font-serif);
  font-size: 1.55rem;
  line-height: 1;
  color: var(--brown);
}

.contact-form-header p {
  margin: 0.45rem 0 0;
  color: var(--text-muted);
  font-size: 0.92rem;
  line-height: 1.45;
}

.contact-form label {
  display: flex;
  flex-direction: column;
  gap: 0.28rem;
}

.form-field-wide,
.contact-form .btn,
.form-note {
  grid-column: 1 / -1;
}

.contact-form label span {
  font-size: 0.85rem;
  font-weight: 600;
  color: var(--olive);
}

.contact-form input,
.contact-form select,
.contact-form textarea {
  font-family: inherit;
  font-size: 0.95rem;
  padding: 0.68rem 0.85rem;
  border: 1px solid rgba(67, 75, 45, 0.2);
  border-radius: 14px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(255, 250, 242, 0.92));
  color: var(--text);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.9),
    0 1px 0 rgba(255, 255, 255, 0.42);
}

.contact-form textarea {
  min-height: 5.2rem;
  resize: vertical;
}

.contact-form input:focus,
.contact-form select:focus,
.contact-form textarea:focus {
  outline: 2px solid var(--olive);
  outline-offset: 1px;
}

.google-submit-frame {
  position: absolute;
  width: 0;
  height: 0;
  border: 0;
  opacity: 0;
  pointer-events: none;
}

.form-note {
  margin: 0;
  font-size: 0.9rem;
  color: var(--olive);
  font-weight: 500;
}

/* Footer */
.site-footer {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.08), transparent 34%),
    radial-gradient(circle at 12% 0%, rgba(244, 203, 114, 0.2), transparent 30%),
    linear-gradient(135deg, var(--olive-deep), var(--footer-bg));
  color: var(--white);
  padding: 3rem 0 2.25rem;
}

.footer-inner {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 1.75rem;
}

.footer-address {
  width: 100%;
  padding: 0 1rem;
  text-align: center;
}

.footer-address p {
  margin: 0.35rem 0;
  color: var(--cream);
  font-size: 0.92rem;
  font-weight: 500;
  line-height: 1.5;
}

.footer-address a {
  color: var(--cream);
  font-weight: 600;
}

.footer-address a:hover {
  color: var(--ochre);
}

.footer-divider {
  display: inline-block;
  margin: 0 0.75rem;
  opacity: 0.65;
}

.footer-copy {
  width: 100%;
  margin: 0.5rem 0 0;
  padding-top: 0.75rem;
  font-size: 0.85rem;
  opacity: 0.85;
  text-align: center;
}

/* Large screens */
@media (min-width: 1280px) {
  :root {
    --max-w: 1440px;
  }

  .hero-grid {
    --hero-grid-pad: 3rem;
    gap: 4rem;
    padding: var(--hero-grid-pad);
  }

  .hero-carousel {
    max-width: 540px;
    min-height: 360px;
    aspect-ratio: 4 / 5;
  }

  .about .container,
  .contact-grid {
    gap: 2.5rem;
  }

  .events-grid {
    grid-template-columns: repeat(4, 1fr);
  }
}

@media (min-width: 1600px) {
  :root {
    --max-w: 1560px;
  }

  .hero-carousel {
    max-width: 580px;
    min-height: 380px;
    aspect-ratio: 4 / 5;
  }

  .hero-grid {
    grid-template-columns: minmax(460px, 1.3fr) minmax(300px, 0.7fr);
  }

  .event-card {
    min-height: 240px;
  }
}

/* Tablet and compact desktops */
@media (max-width: 1180px) {
  .nav {
    grid-template-columns: minmax(260px, auto) 1fr;
  }

  .nav-end {
    grid-column: 1 / -1;
    justify-content: center;
  }

  .nav-menu {
    justify-content: center;
  }

  .brand-center {
    justify-content: flex-end;
  }

  .hero-grid {
    grid-template-columns: minmax(0, 1.12fr) minmax(0, 0.88fr);
    gap: 1.75rem;
  }

  .hero-carousel {
    max-width: 460px;
    min-height: 320px;
  }

  .about-ms-composition {
    padding: 0;
  }

  .about-ms-card {
    padding: 0.85rem 0.75rem 0.8rem 1rem;
  }

  .about-ms-hero {
    text-align: center;
  }

  .about-ms-divider {
    margin-inline: auto;
  }
}

/* Mobile */
@media (max-width: 900px) {
  .hero {
    padding-top: 1.5rem;
    overflow: visible;
  }

  .hero-grid-tab-slot {
    margin-bottom: 0.5rem;
  }

  .hero-grid-tab-slot .artist-week-tab {
    transform: scale(0.94);
    transform-origin: top right;
  }

  .artist-week-tab-note {
    padding: 0.62rem 1.1rem 0.58rem;
  }

  .artist-week-tab-text {
    font-size: 0.78rem;
    letter-spacing: 0.08em;
  }

  .hero h1 {
    white-space: normal;
    font-size: clamp(1.4rem, 5.5vw, 1.85rem);
    line-height: 1.22;
    text-wrap: balance;
  }

  .hero-copy {
    padding-left: 0;
    padding-right: 0;
    text-align: center;
  }

  .hero-copy::before {
    margin-inline: auto;
  }

  .hero-lead {
    margin-inline: auto;
  }

  .hero-actions {
    justify-content: center;
  }

  .hero-grid {
    grid-template-columns: 1fr;
    gap: 2rem;
  }

  .about-grid,
  .mv-grid,
  .contact-grid {
    grid-template-columns: 1fr;
  }

  .about-subpage-shell {
    padding: 0.75rem 0.7rem 0.85rem;
    border-radius: 22px;
  }

  .about-subpage-hero {
    grid-template-columns: 1fr;
    justify-items: center;
    text-align: center;
    padding: 0.8rem 0.85rem;
  }

  .about-subpage-hero-copy {
    text-align: center;
  }

  .about-subpage-themes {
    text-align: center;
  }

  .about-subpage-deco--tr {
    width: 3rem;
    opacity: 0.3;
  }

  .course-hub-grid {
    grid-template-columns: 1fr;
  }

  .courses-hub-shell {
    padding: 1.15rem 0.9rem 1.35rem;
    border-radius: 22px;
  }

  .courses-hub-shell::after {
    inset: 0.4rem;
    border-radius: calc(22px - 0.4rem);
  }

  .courses-hub-frame {
    width: 1.55rem;
    height: 1.55rem;
  }

  .courses-hub-frame--tl {
    top: 0.75rem;
    left: 0.75rem;
  }

  .courses-hub-frame--tr {
    top: 0.75rem;
    right: 0.75rem;
  }

  .courses-hub-frame--bl {
    bottom: 0.75rem;
    left: 0.75rem;
  }

  .courses-hub-frame--br {
    bottom: 0.75rem;
    right: 0.75rem;
  }

  .courses-hub-ornament {
    width: min(82%, 18rem);
  }

  .courses-hub-decor-img {
    opacity: 0.32;
    width: min(44vw, 200px) !important;
  }

  .course-categories {
    grid-template-columns: 1fr;
  }

  .course-detail-list-dense {
    grid-template-columns: 1fr;
  }

  .course-detail-link {
    flex-direction: column;
    align-items: flex-start;
    gap: 0.2rem;
  }

  .courses-hub-decor--bl,
  .courses-hub-decor--br {
    bottom: 6rem;
  }

  .course-hub-desc {
    max-width: none;
  }

  .course-detail-stats-row {
    grid-template-columns: 1fr;
    gap: 0.85rem;
  }

  .course-detail-stat-divider {
    display: none;
  }

  .course-detail-bg-color {
    width: min(58vw, 260px);
    top: 6%;
    opacity: 0.44;
  }

  .course-detail-bg-sketch {
    width: min(52vw, 240px);
    top: 2%;
    opacity: 0.32;
  }

  .course-detail-page--graphite-charcoal .course-detail-bg-color {
    left: 0.35rem;
    top: 0.25rem;
    width: min(34vw, 140px);
    opacity: 1;
  }

  .course-detail-page--graphite-charcoal .course-detail-bg-sketch {
    right: 0.35rem;
    bottom: 2.5rem;
    width: min(32vw, 125px);
    top: auto;
    opacity: 1;
  }

  .course-detail-page--showcase .course-detail-layout {
    grid-template-columns: 1fr;
  }

  .course-detail-page--showcase .course-detail-visual {
    order: -1;
    max-width: 230px;
    margin: 1cm auto 0.25rem;
  }

  .course-detail-page--showcase .course-detail-carousel {
    max-width: 100%;
  }

  .course-detail-card-footer {
    flex-direction: column;
    align-items: stretch;
    text-align: center;
  }

  .course-detail-enquire {
    text-align: center;
  }

  .about .container {
    grid-template-columns: 1fr;
    gap: 1.5rem;
    min-width: 0;
  }

  .about .section-header h2,
  .about .section-header::after {
    max-width: none;
  }

  .hero-grid,
  .about .section-header,
  .about-grid,
  .about-grid p,
  .author-profile,
  .course-card,
  .course-hub-card,
  .course-detail-panel,
  .contact-card,
  .contact-form {
    min-width: 0;
    max-width: 100%;
  }

  .about .section-header,
  .about-grid p,
  .author-profile,
  .course-card,
  .course-hub-card,
  .course-detail-panel,
  .contact-card,
  .contact-form {
    overflow-wrap: anywhere;
  }

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

  .event-card,
  .event-card-wide,
  .event-card-tall {
    grid-column: span 1;
    grid-row: span 1;
  }

  .contact-grid {
    grid-template-areas:
      "header"
      "cards"
      "form";
    gap: 1rem;
  }

  :root {
    --header-h: 176px;
  }

  .container {
    width: min(100% - 1.25rem, var(--max-w));
  }

  .page-main,
  .about-detail-main,
  .about-manuscript-page,
  .site-header,
  main,
  .section,
  .about,
  .courses,
  .events,
  .contact,
  .studio-page,
  .story-experience,
  .artist-week--page {
    max-width: 100%;
    overflow-x: clip;
  }

  /* Header — stack on tablet & mobile */
  .nav {
    display: flex;
    flex-wrap: wrap;
    gap: 0.65rem 0.75rem;
    align-items: start;
    justify-content: space-between;
    min-height: auto;
    padding-block: 0.65rem;
    max-width: 100%;
    overflow: hidden;
  }

  .logo-stack {
    order: 1;
    flex: 1 1 calc(100% - 4rem);
    min-width: 0;
    max-width: 100%;
  }

  .nav-end {
    order: 2;
    flex: 0 0 auto;
    align-self: start;
    padding-top: 0.55rem;
  }

  .brand-center {
    order: 3;
    flex: 0 0 100%;
    justify-content: center;
    width: 100%;
    min-width: 0;
    padding-top: 0.25rem;
    border-top: 1px solid rgba(111, 70, 39, 0.12);
  }

  .cert-copy {
    width: auto;
    max-width: 100%;
    min-width: 0;
    flex: 1 1 auto;
  }

  .msme-cert-title,
  .iso-cert-title {
    white-space: normal;
    overflow-wrap: anywhere;
  }

  .logo-services-text {
    flex-wrap: wrap;
    white-space: normal;
    overflow-wrap: anywhere;
  }

  .atelier-main {
    white-space: normal;
    letter-spacing: 0.14em;
    line-height: 1.25;
  }

  .atelier-tagline {
    flex-wrap: wrap;
    justify-content: center;
    max-width: 100%;
  }

  .nav-toggle {
    display: flex;
  }

  .nav-menu {
    position: fixed;
    top: var(--header-h);
    left: 0;
    right: 0;
    flex-direction: column;
    gap: 0.45rem;
    padding: 0.75rem;
    background: var(--paper);
    border-bottom: 1px solid rgba(43, 33, 24, 0.1);
    transform: translateY(-120%);
    opacity: 0;
    pointer-events: none;
    transition: transform 0.3s, opacity 0.3s;
  }

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

  .nav-menu li {
    border-bottom: 0;
  }

  .nav-menu a {
    display: flex;
    width: 100%;
    padding: 0.85rem 1rem;
  }

  /* Home */
  .hero-pathway-desc {
    white-space: normal;
    overflow-wrap: anywhere;
  }

  .hero-carousel {
    max-width: 100%;
    min-height: unset;
    transform: none;
  }

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

  /* About hub */
  .about-hub-grid {
    grid-template-columns: 1fr;
    grid-template-areas:
      "story"
      "who"
      "educator"
      "mission"
      "vision"
      "studio";
    gap: clamp(1rem, 2.4vw, 1.3rem);
  }

  /* Who We Are */
  .who-hero-band {
    grid-template-columns: 1fr;
    gap: 1.25rem;
  }

  .who-hero-intro {
    max-width: none;
    margin-left: 0;
  }

  .who-hero-quote {
    justify-self: start;
    max-width: none;
    margin-right: 0;
  }

  .who-identity-layout {
    grid-template-columns: 1fr;
    text-align: left;
  }

  .who-identity-art {
    max-width: 160px;
    margin-inline: auto;
  }

  .who-pillars,
  .who-stats-grid {
    grid-template-columns: 1fr;
  }

  .who-mandala {
    width: min(55%, 180px);
    opacity: 0.1;
  }

  /* Educator */
  .educ-hero-grid {
    grid-template-columns: 1fr;
  }

  .educ-profile {
    grid-template-columns: 1fr;
  }

  .educ-profile-art {
    max-width: min(100%, 280px);
    margin-inline: auto;
  }

  .educ-pillars-grid {
    grid-template-columns: 1fr;
  }

  /* Mission / Vision / Studio titles */
  .mv-section-title,
  .studio-section-title,
  .educ-quals-title {
    white-space: normal;
    overflow-wrap: anywhere;
  }

  .mv-page--vision .mv-vision-grid .mv-pillars-grid {
    grid-template-columns: 1fr;
  }

  .mv-page--vision .mv-vision-grid {
    grid-template-columns: 1fr;
  }

  .mv-pillars-grid {
    grid-template-columns: 1fr;
  }

  .mv-page--vision .mv-steps {
    display: grid;
    flex-wrap: unset;
    justify-content: unset;
    grid-template-columns: 1fr;
    width: 100%;
  }

  .mv-page--vision .mv-step {
    width: 100%;
    max-width: 100%;
    flex: unset;
  }

  .contact-form {
    grid-template-columns: 1fr;
  }

  .footer-address p {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 0.2rem 0.45rem;
  }

  .footer-divider {
    margin: 0;
  }
}

@media (max-width: 768px) {
  :root {
    --header-h: 176px;
  }

  .container {
    width: min(100% - 1rem, var(--max-w));
  }

  .site-header,
  main,
  .section,
  .hero,
  .about,
  .courses,
  .events,
  .contact {
    max-width: 100%;
    overflow-x: clip;
  }

  .section {
    padding: 0 0 3rem;
  }

  .about {
    padding-top: 1.75rem;
  }

  .hero {
    padding: 1.25rem 0 2.5rem;
  }

  .hero-grid-tab-slot {
    margin-bottom: 0.35rem;
  }

  .hero-grid-tab-slot .artist-week-tab {
    transform: scale(0.88);
  }

  .artist-week-tab-text {
    font-size: 0.74rem;
    letter-spacing: 0.06em;
  }

  .home-stats-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.45rem;
  }

  .home-stat {
    min-height: 4rem;
    padding: 0.55rem 0.4rem 0.65rem;
  }

  .home-stat-value {
    font-size: 1.35rem;
  }

  .home-stat-label {
    font-size: 0.6rem;
  }

  .hero-grid {
    padding: 1rem;
    border-radius: 24px;
  }

  .hero-copy::before {
    margin-bottom: 0.8rem;
  }

  .hero h1 {
    font-size: clamp(1.35rem, 6.2vw, 1.75rem);
  }

  .hero-kicker {
    font-size: 0.58rem;
    letter-spacing: 0.16em;
  }

  .hero-lead {
    margin-bottom: 0.95rem;
    font-size: 0.9rem;
  }

  .hero-canvas {
    padding: 0.9rem 0.85rem;
    border-radius: 16px;
  }

  .hero-canvas-orbit {
    width: 3.2rem;
    height: 3.2rem;
    top: 0.55rem;
    right: 0.55rem;
    opacity: 0.55;
  }

  .hero-canvas-verse {
    padding-right: 0;
    font-size: 0.95rem;
    margin-bottom: 0.72rem;
  }

  .hero-category-constellation {
    grid-template-columns: 1fr;
    gap: 0.35rem;
  }

  .hero-category-name {
    font-size: 0.86rem;
  }

  .hero-canvas-whisper {
    font-size: 0.8rem;
    margin-top: 0.72rem;
    padding-top: 0.65rem;
  }

  .hero-pathways-intro {
    font-size: 0.82rem;
    margin-bottom: 0.72rem;
  }

  .hero-pathway-journey {
    gap: 0.62rem;
  }

  .hero-pathway-name {
    font-size: 0.96rem;
  }

  .hero-pathway-desc {
    font-size: 0.76rem;
    white-space: normal;
  }

  .hero-carousel {
    border-width: 5px;
    border-radius: 22px;
    max-width: 100%;
    min-height: 300px;
    aspect-ratio: 4 / 5;
    transform: none;
  }

  .hero-visual::before {
    transform: rotate(2deg);
    inset: 3% -3% -3% 5%;
  }

  .btn {
    width: 100%;
    min-height: 2.35rem;
    padding-inline: 1rem;
  }

  .nav {
    display: flex;
    flex-wrap: wrap;
    gap: 0.65rem 0.75rem;
    align-items: start;
    justify-content: space-between;
    min-height: auto;
    padding-block: 0.65rem;
    max-width: 100%;
    overflow: hidden;
  }

  .logo-stack {
    order: 1;
    flex: 1 1 calc(100% - 4rem);
    min-width: 0;
    max-width: 100%;
  }

  .nav-end {
    order: 2;
    flex: 0 0 auto;
    align-self: start;
    padding-top: 0.55rem;
  }

  .brand-center {
    order: 3;
    flex: 0 0 100%;
    justify-content: center;
    width: 100%;
    min-width: 0;
    padding-top: 0.25rem;
    border-top: 1px solid rgba(111, 70, 39, 0.12);
  }

  .logo-mark {
    height: 62px;
  }

  .logo-link {
    padding: 2px;
  }

  .logo-link::before {
    border-radius: 10px;
  }

  .logo-top-row {
    align-items: flex-start;
    justify-content: flex-start;
    gap: 0.55rem;
    min-width: 0;
    max-width: 100%;
  }

  .cert-copy {
    gap: 0.24rem;
    align-items: flex-end;
    text-align: right;
    flex: 1 1 auto;
    width: auto;
    min-width: 0;
    max-width: 100%;
    margin-left: auto;
  }

  .msme-cert-title {
    max-width: none;
    font-size: 0.28rem;
    letter-spacing: 0.03em;
    white-space: normal;
    line-height: 1.55;
  }

  .iso-cert-title {
    font-size: 0.35rem;
    letter-spacing: 0.05em;
  }

  .logo-services {
    justify-content: flex-end;
  }

  .logo-services-text {
    max-width: none;
    justify-content: flex-end;
    flex-wrap: wrap;
    gap: 0.14rem 0.22rem;
    font-size: 0.26rem;
    letter-spacing: 0.025em;
    white-space: normal;
    overflow-wrap: anywhere;
  }

  .brand-center {
    gap: 0.35rem;
  }

  .brand-wordmark,
  .atelier-title {
    width: 100%;
    min-width: 0;
  }

  .brand-main {
    font-size: clamp(1.18rem, 6vw, 1.6rem);
    gap: 0.22em;
    max-width: 100%;
  }

  .brand-sub {
    gap: 0.25rem;
    font-size: clamp(0.45rem, 2.5vw, 0.58rem);
    letter-spacing: 0.14em;
  }

  .brand-ornament {
    width: 1.25rem;
  }

  .atelier-main {
    font-size: clamp(0.48rem, 2.5vw, 0.66rem);
    letter-spacing: 0.14em;
    white-space: normal;
    line-height: 1.25;
  }

  .atelier-tagline {
    justify-content: center;
    flex-wrap: wrap;
    font-size: 0.3rem;
    letter-spacing: 0.02em;
    line-height: 1.35;
    max-width: 100%;
  }

  .events-grid {
    grid-template-columns: 1fr;
  }

  .event-card {
    min-height: 210px;
  }

  .course-hub-card,
  .course-detail-card-body,
  .about .section-header,
  .contact-form {
    padding: 1.15rem;
  }

  .contact-grid .section-header {
    padding: 1rem 1rem 0;
  }

  .contact-form {
    grid-template-columns: 1fr;
    border-radius: 22px;
  }

  .about-grid p {
    padding: 1.05rem 1rem;
  }

  .author-profile {
    padding: 1.1rem 1rem 1.1rem 1.2rem;
  }

  .author-highlights {
    gap: 0.35rem;
  }

  .author-highlights span {
    font-size: 0.66rem;
  }

  .nav-toggle {
    display: flex;
  }

  .nav-menu {
    position: fixed;
    top: var(--header-h);
    left: 0;
    right: 0;
    flex-direction: column;
    gap: 0.45rem;
    padding: 0.75rem;
    background: var(--paper);
    border-bottom: 1px solid rgba(43, 33, 24, 0.1);
    transform: translateY(-120%);
    opacity: 0;
    pointer-events: none;
    transition: transform 0.3s, opacity 0.3s;
  }

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

  .nav-menu li {
    border-bottom: 0;
  }

  .nav-menu a {
    display: flex;
    width: 100%;
    padding: 0.85rem 1rem;
  }

  .nav-toggle[aria-expanded="true"] span:nth-child(1) {
    transform: translateY(7px) rotate(45deg);
  }

  .nav-toggle[aria-expanded="true"] span:nth-child(2) {
    opacity: 0;
  }

  .nav-toggle[aria-expanded="true"] span:nth-child(3) {
    transform: translateY(-7px) rotate(-45deg);
  }

  .footer-inner {
    flex-direction: column;
    text-align: center;
  }

  .courses-page--category .category-course-pair {
    grid-template-columns: 1fr;
  }

  .courses-page--category .category-course-pair--single {
    max-width: 100%;
  }

  .course-duration {
    white-space: normal;
  }

  .course-list-link {
    flex-wrap: wrap;
    gap: 0.25rem 0.5rem;
  }

  .course-hub-grid {
    grid-template-columns: 1fr;
  }

  .about-ms-inner {
    width: min(100%, calc(100vw - 1.25rem));
  }

  .about-grid {
    grid-template-columns: 1fr;
  }

  .about-subpage-section .about-grid {
    grid-template-columns: 1fr;
  }

  .cta-inner {
    text-align: center;
  }

  .cta-actions {
    justify-content: center;
    flex-wrap: wrap;
  }

  .artist-week-gallery {
    grid-template-columns: 1fr;
  }

}

@media (max-width: 480px) {
  .home-stats-list {
    grid-template-columns: 1fr;
  }

  .home-stat {
    min-height: 3.5rem;
  }

  .who-hero-title,
  .mv-title,
  .studio-title,
  .story-hero-title,
  .educ-name {
    font-size: clamp(1.85rem, 9vw, 2.4rem);
  }

  .about-hub-title {
    font-size: 1.55rem;
  }

  .courses-page--category .category-course-row {
    flex-wrap: wrap;
    align-items: flex-start;
  }
}

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

  .btn:hover {
    transform: none;
  }

  .about-subpage-typewriter::after,
  .about-subpage-fade-visible {
    animation: none !important;
    transition: none !important;
  }

  .about-subpage-section.is-reveal-pending .about-subpage-shell,
  .about-subpage-section.is-reveal-pending .about-breadcrumb,
  .about-subpage-section.is-reveal-pending .about-subpage-hero,
  .about-subpage-section.is-reveal-pending .about-subpage-themes,
  .about-subpage-section.is-reveal-pending .about-subpage-panel,
  .about-subpage-fade-prep {
    opacity: 1;
    visibility: visible;
    transform: none;
  }
}
