* { box-sizing: border-box; margin: 0; padding: 0; }
html { overflow-x: hidden; }

  
  :root,
  [data-theme="red"] {
    --bg:        #d63224;
    --text:      #0a0a0a;
    --ink:       #0a0a0a;
    --cream:     #ede4c8;
    --surface:   #ede4c8;
    --surface-2: #f6f0dc;
    --accent:    #0a0a0a;
    --accent-text: #ede4c8;
    --secondary: #4a9590;
    --on-bg:     #0a0a0a;
    --text-soft: rgba(10,10,10,0.72);
    --text-mute: rgba(10,10,10,0.5);
    --line:      rgba(10,10,10,0.14);
  }
  [data-theme="mahogany"] {
    --bg:        #6e2916;
    --text:      #ede4c8;
    --ink:       #0a0a0a;
    --cream:     #ede4c8;
    --surface:   #ede4c8;
    --surface-2: #f6f0dc;
    --accent:    #ede4c8;
    --accent-text: #0a0a0a;
    --secondary: #e8c64a;
    --on-bg:     #ede4c8;
    --text-soft: rgba(237,228,200,0.78);
    --text-mute: rgba(237,228,200,0.55);
    --line:      rgba(237,228,200,0.18);
  }
  [data-theme="yellow"] {
    --bg:        #e8c64a;
    --text:      #0a0a0a;
    --ink:       #0a0a0a;
    --cream:     #ede4c8;
    --surface:   #ede4c8;
    --surface-2: #f6f0dc;
    --accent:    #0a0a0a;
    --accent-text: #ede4c8;
    --secondary: #6e2916;
    --on-bg:     #0a0a0a;
    --text-soft: rgba(10,10,10,0.72);
    --text-mute: rgba(10,10,10,0.5);
    --line:      rgba(10,10,10,0.14);
  }
  [data-theme="orange"] {
    --bg:        #e89045;
    --text:      #0a0a0a;
    --ink:       #0a0a0a;
    --cream:     #ede4c8;
    --surface:   #ede4c8;
    --surface-2: #f6f0dc;
    --accent:    #0a0a0a;
    --accent-text: #ede4c8;
    --secondary: #4a9590;
    --on-bg:     #0a0a0a;
    --text-soft: rgba(10,10,10,0.72);
    --text-mute: rgba(10,10,10,0.5);
    --line:      rgba(10,10,10,0.14);
  }
  [data-theme="teal"] {
    --bg:        #4a9590;
    --text:      #ede4c8;
    --ink:       #0a0a0a;
    --cream:     #ede4c8;
    --surface:   #ede4c8;
    --surface-2: #f6f0dc;
    --accent:    #ede4c8;
    --accent-text: #0a0a0a;
    --secondary: #e89045;
    --on-bg:     #ede4c8;
    --text-soft: rgba(237,228,200,0.78);
    --text-mute: rgba(237,228,200,0.55);
    --line:      rgba(237,228,200,0.18);
  }
  [data-theme="lilac"] {
    --bg:        #b69cd8;
    --text:      #0a0a0a;
    --ink:       #0a0a0a;
    --cream:     #ede4c8;
    --surface:   #ede4c8;
    --surface-2: #f6f0dc;
    --accent:    #0a0a0a;
    --accent-text: #ede4c8;
    --secondary: #4a9590;
    --on-bg:     #0a0a0a;
    --text-soft: rgba(10,10,10,0.72);
    --text-mute: rgba(10,10,10,0.5);
    --line:      rgba(10,10,10,0.14);
  }
  [data-theme="purple"] {
    --bg:        #6b4a99;
    --text:      #ede4c8;
    --ink:       #0a0a0a;
    --cream:     #ede4c8;
    --surface:   #ede4c8;
    --surface-2: #f6f0dc;
    --accent:    #ede4c8;
    --accent-text: #0a0a0a;
    --secondary: #d4922e;
    --on-bg:     #ede4c8;
    --text-soft: rgba(237,228,200,0.78);
    --text-mute: rgba(237,228,200,0.55);
    --line:      rgba(237,228,200,0.18);
  }
  [data-theme="graphite"] {
    --bg:        #2a2826;
    --text:      #ede4c8;
    --ink:       #0a0a0a;
    --cream:     #ede4c8;
    --surface:   #1f1d1b;
    --surface-2: #3a3835;
    --accent:    #ede4c8;
    --accent-text: #0a0a0a;
    --secondary: #d63224;
    --on-bg:     #ede4c8;
    --text-soft: rgba(237,228,200,0.78);
    --text-mute: rgba(237,228,200,0.55);
    --line:      rgba(237,228,200,0.18);
  }
  [data-theme="sage"] {
    --bg:        #a8b596;
    --text:      #0a0a0a;
    --ink:       #0a0a0a;
    --cream:     #ede4c8;
    --surface:   #ede4c8;
    --surface-2: #f6f0dc;
    --accent:    #0a0a0a;
    --accent-text: #ede4c8;
    --secondary: #6e2916;
    --on-bg:     #0a0a0a;
    --text-soft: rgba(10,10,10,0.72);
    --text-mute: rgba(10,10,10,0.5);
    --line:      rgba(10,10,10,0.14);
  }
  [data-theme="navy"] {
    --bg:        #1f2d4a;
    --text:      #ede4c8;
    --ink:       #0a0a0a;
    --cream:     #ede4c8;
    --surface:   #ede4c8;
    --surface-2: #f6f0dc;
    --accent:    #ede4c8;
    --accent-text: #0a0a0a;
    --secondary: #e8c64a;
    --on-bg:     #ede4c8;
    --text-soft: rgba(237,228,200,0.78);
    --text-mute: rgba(237,228,200,0.55);
    --line:      rgba(237,228,200,0.18);
  }

  body {
    background: var(--bg);
    color: var(--on-bg);
    font-family: 'Archivo', sans-serif;
    min-height: 100vh;
    -webkit-font-smoothing: antialiased;
    overflow-x: hidden;
    transition: background-color 0.4s ease, color 0.4s ease;
  }

  
  .typewriter, .typewriter-stamp { display: inline-block; min-width: 1px; }
  .typewriter-stamp { visibility: hidden; }
  .typewriter-stamp.is-visible { visibility: visible; }
  .caret {
    display: inline-block;
    width: 0.55em;
    height: 1em;
    background: currentColor;
    margin-left: 2px;
    vertical-align: text-bottom;
    animation: caret-blink 0.7s steps(2) infinite;
  }
  .caret.is-done { display: none; }
  @keyframes caret-blink { 50% { opacity: 0; } }
  @media (prefers-reduced-motion: reduce) {
    .typewriter::before { content: attr(data-text); }
    .typewriter-stamp { visibility: visible; }
    .typewriter-stamp::before { content: attr(data-text); }
    .caret { display: none; }
  }

  /* Subtle paste-up grain */
  body::before {
    content: "";
    position: fixed; inset: 0;
    pointer-events: none;
    opacity: 0.04;
    background-image: radial-gradient(circle at 30% 20%, transparent 0, rgba(0,0,0,0.5) 80%),
                      radial-gradient(circle at 70% 80%, transparent 0, rgba(0,0,0,0.4) 90%);
    mix-blend-mode: multiply;
    z-index: 1;
  }

  .view { display: none; min-height: 100vh; position: relative; z-index: 2; }
  .view.active { display: block; }

  
  .logo {
    display: inline-flex;
    flex-direction: column;
    line-height: 0.85;
    text-decoration: none;
    color: var(--cream);
    cursor: pointer;
  }
  [data-theme="red"] .logo,
  [data-theme="yellow"] .logo,
  [data-theme="orange"] .logo,
  [data-theme="lilac"] .logo,
  [data-theme="sage"] .logo { color: var(--ink); }
  .logo .mark {
    font-family: 'Caveat', cursive;
    font-weight: 700;
    font-size: 52px;
    letter-spacing: -0.01em;
    line-height: 0.8;
  }
  .logo .sub {
    font-family: 'Archivo', sans-serif;
    font-weight: 800;
    font-size: 11px;
    letter-spacing: 0.34em;
    text-transform: uppercase;
    margin-top: 4px;
    padding-left: 4px;
  }
  @media (max-width: 700px) { .logo .mark { font-size: 40px; } }
  .logo-mark {
    display: block;
    width: 193px;
    aspect-ratio: 1 / 1;
    background-color: currentColor;
    -webkit-mask: url("/logo.png?v=3") center / contain no-repeat;
            mask: url("/logo.png?v=3") center / contain no-repeat;
  }
  @media (max-width: 700px) { .logo-mark { width: 157px; } }

  
  .top-bar {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding: 32px 48px 24px;
    max-width: 1500px;
    margin: 0 auto;
    border-bottom: 3px solid var(--ink);
  }
  .top-bar.dark-bar { border-bottom-color: var(--cream); }
  .top-bar .credit {
    text-align: right;
    cursor: pointer;
    background: transparent;
    border: none;
    color: inherit;
    font-family: inherit;
    padding: 0;
  }
  .top-bar .credit .label {
    font-family: 'DM Mono', monospace;
    font-size: 9px;
    letter-spacing: 0.22em;
    text-transform: uppercase;
    color: var(--cream);
    opacity: 0.65;
    line-height: 1.7;
    display: block;
  }
  
  .top-bar .credit .name {
    font-family: 'Archivo', sans-serif;
    font-weight: 800;
    font-size: 14px;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: var(--cream);
    transition: color 0.18s ease;
    display: block;
  }
  
  .top-bar .credit:hover .name { color: var(--accent); }

  @media (max-width: 700px) {
    .top-bar { padding: 20px 24px; }
    .top-bar .logo .mark { font-size: 36px; }
    .top-bar .logo .sub { font-size: 9px; letter-spacing: 0.28em; }
  }

  
  .ticker {
    border-top: 3px solid var(--ink);
    padding: 18px 48px;
    max-width: 1500px;
    margin: 64px auto 0;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 8px 24px;
    font-family: 'DM Mono', monospace;
    font-size: 11px;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    color: var(--ink);
    background: var(--cream);
  }
  .ticker.dark { background: var(--ink); color: var(--cream); border-top-color: var(--ink); }

  .site-foot {
    background: var(--ink);
    color: var(--cream);
    padding: 36px 48px;
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    align-items: center;
    gap: 24px;
    font-family: 'DM Mono', monospace;
    font-size: 10px;
    letter-spacing: 0.16em;
    text-transform: uppercase;
  }
  .site-foot .foot-mark { text-align: left; }
  .site-foot .foot-social { text-align: center; }
  .site-foot a { color: var(--cream); text-decoration: none; transition: color 0.18s ease; }
  .site-foot a:hover { color: #fff; }
  .site-foot .foot-credit {
    text-align: right;
    background: transparent;
    border: none;
    color: var(--cream);
    font-family: inherit;
    cursor: pointer;
    padding: 0;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 2px;
    transition: color 0.18s ease;
  }
  .site-foot .foot-credit-label {
    font-size: 9px;
    opacity: 0.55;
    letter-spacing: 0.22em;
    text-transform: uppercase;
  }
  .site-foot .foot-credit-name {
    font-family: 'Archivo', sans-serif;
    font-weight: 700;
    font-size: 13px;
    letter-spacing: 0.04em;
    color: var(--cream);
    transition: color 0.18s ease;
    text-transform: none;
    white-space: nowrap;
  }
  .site-foot .foot-credit:hover .foot-credit-name { color: #fff; }
  @media (max-width: 700px) {
    .site-foot {
      grid-template-columns: 1fr 1fr;
      padding: 28px 24px;
      gap: 20px 12px;
    }
    .site-foot .foot-mark { grid-column: 1; }
    .site-foot .foot-social { text-align: center; grid-column: 1 / -1; }
    .site-foot .foot-credit {
      grid-column: 1 / -1;
      align-items: center;
      padding-top: 12px;
      border-top: 1px solid rgba(237,228,200,0.12);
      width: 100%;
    }
  }

  
  /* Big Archivo + black-stamped Playfair italic word at -2deg */
  .h-big {
    font-family: 'Archivo', sans-serif;
    font-weight: 900;
    font-size: clamp(64px, 11vw, 160px);
    line-height: 0.82;
    letter-spacing: -0.05em;
    color: var(--on-bg);
  }
  .h-big .stamp {
    display: inline-block;
    background: var(--on-bg);
    color: var(--bg);
    padding: 0 0.12em;
    transform: rotate(-2deg);
    font-style: italic;
    font-family: 'Playfair Display', serif;
    font-weight: 900;
  }
  .h-big .dot {
    display: inline-block;
    width: 0.3em; height: 0.3em;
    background: var(--ink);
    border-radius: 50%;
    margin: 0 0.04em -0.02em 0;
  }

  .kicker-tag {
    font-family: 'DM Mono', monospace;
    font-size: 11px;
    letter-spacing: 0.24em;
    text-transform: uppercase;
    color: var(--cream);
    display: inline-block;
    background: var(--ink);
    padding: 6px 12px;
    margin-bottom: 28px;
  }

  .btn {
    display: inline-block;
    background: var(--ink);
    color: var(--cream);
    padding: 16px 28px;
    font-family: 'DM Mono', monospace;
    font-size: 12px;
    letter-spacing: 0.16em;
    text-decoration: none;
    border-radius: 0;
    transition: transform 0.15s ease, box-shadow 0.15s ease;
    border: 2px solid var(--ink);
    cursor: pointer;
    text-transform: uppercase;
    font-weight: 500;
  }
  .btn:hover { transform: translate(-2px, -2px); box-shadow: 4px 4px 0 var(--ink); }
  .btn.alt { background: var(--cream); color: var(--ink); }

  
  /* HOME                                       */
  
  .home .hero {
    display: grid;
    grid-template-columns: 1fr 1.05fr;
    gap: 56px;
    align-items: center;
    max-width: 1500px;
    margin: 0 auto;
    padding: 56px 48px;
    min-height: 65vh;
  }
  .home .left { padding: 0 8px; }
  .home h1 { margin-bottom: 32px; }
  .home .lead {
    font-size: 22px;
    line-height: 1.4;
    font-weight: 500;
    max-width: 480px;
    margin-bottom: 36px;
    color: var(--ink);
  }
  .home .row { display: flex; gap: 14px; flex-wrap: wrap; }
  .home .right { position: relative; padding: 0 8px; }
  .home .right img { width: 100%; display: block; border: 8px solid var(--ink); }
  .home .tag {
    position: absolute;
    top: -4px; right: -4px;
    background: var(--ink);
    color: var(--cream);
    padding: 14px 24px;
    font-family: 'Bebas Neue', sans-serif;
    font-size: 22px;
    letter-spacing: 0.14em;
    transform: rotate(4deg);
  }

  /* MANIFESTO STRIP */
  .manifesto {
    background: var(--ink);
    color: var(--cream);
    padding: 80px 48px;
    border-top: 3px solid var(--ink);
    border-bottom: 3px solid var(--ink);
    position: relative;
    overflow: hidden;
  }
  .manifesto::before {
    content: "";
    position: absolute;
    top: -40px; left: -60px;
    width: 620px;
    height: 540px;
    background-color: rgba(237, 228, 200, 0.07);
    -webkit-mask: url("https://mrvstudios.ca/logo.png?v=3") top left / contain no-repeat;
            mask: url("https://mrvstudios.ca/logo.png?v=3") top left / contain no-repeat;
    pointer-events: none;
  }
  .manifesto-inner {
    max-width: 1200px;
    margin: 0 auto;
    display: block;
    position: relative;
    z-index: 1;
  }
  .manifesto .quote-dots { display: none !important; }
  .manifesto .quote-dots {
    display: flex;
    flex-direction: column;
    gap: 12px;
    align-items: center;
    justify-content: center;
  }
  .manifesto .quote-dots span {
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background: var(--accent);
    opacity: 0.3;
    animation: dot-pulse 2.4s ease-in-out infinite;
  }
  .manifesto .quote-dots span:nth-child(1) { animation-delay: 0s; }
  .manifesto .quote-dots span:nth-child(2) { animation-delay: 0.3s; }
  .manifesto .quote-dots span:nth-child(3) { animation-delay: 0.6s; }
  @keyframes dot-pulse {
    0%, 100% { opacity: 0.3; transform: scale(1); }
    50%      { opacity: 1;   transform: scale(1.15); }
  }
  @media (prefers-reduced-motion: reduce) {
    .manifesto .quote-dots span { animation: none; opacity: 0.7; }
  }
  .manifesto blockquote {
    font-family: 'Playfair Display', serif;
    font-style: normal;
    font-weight: 400;
    font-size: clamp(24px, 3.6vw, 38px);
    line-height: 1.25;
    color: var(--cream);
  }
  .manifesto blockquote em { color: var(--cream); font-style: normal; font-weight: 700; }
  .manifesto cite {
    display: block;
    margin-top: 22px;
    font-family: 'DM Mono', monospace;
    font-size: 11px;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: rgba(237, 228, 200, 0.55);
    font-style: normal;
  }

  /* FEATURED ROW */
  .featured { max-width: 1500px; margin: 0 auto; padding: 64px 48px; }
  .featured-head {
    display: flex; justify-content: space-between;
    align-items: flex-end; flex-wrap: wrap; gap: 16px;
    margin-bottom: 32px;
  }
  .featured-head h2 {
    font-family: 'Archivo', sans-serif;
    font-weight: 500;
    font-size: clamp(28px, 3.6vw, 38px);
    line-height: 1.05;
    letter-spacing: -0.015em;
    color: var(--ink);
  }
  .featured-head h2 em {
    font-family: 'Playfair Display', serif;
    font-style: italic;
    color: var(--accent);
  }
  .featured-head .sub {
    font-family: 'DM Mono', monospace;
    font-size: 11px;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: var(--ink);
  }
  .featured-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
  }
  .feature-card {
    background: var(--cream);
    border: 3px solid var(--ink);
    padding: 24px;
    text-decoration: none;
    color: var(--ink);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    gap: 12px;
  }
  .feature-card:hover { transform: translate(-3px, -3px); box-shadow: 6px 6px 0 var(--ink); }
  .feature-card .num {
    font-family: 'Bebas Neue', sans-serif;
    font-size: 64px;
    line-height: 0.9;
    color: var(--accent);
    letter-spacing: 0.02em;
  }
  .feature-card h3 {
    font-family: 'Bebas Neue', sans-serif;
    font-weight: 400;
    font-size: 28px;
    line-height: 1;
    letter-spacing: 0.02em;
    color: var(--ink);
  }
  .feature-card p {
    font-family: 'Inter', sans-serif;
    font-size: 14px;
    line-height: 1.55;
    color: rgba(10, 10, 10, 0.7);
    flex: 1;
  }
  .feature-card .cta {
    font-family: 'DM Mono', monospace;
    font-size: 11px;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    color: var(--accent);
    margin-top: 8px;
  }

  @media (max-width: 900px) {
    .home .hero { grid-template-columns: 1fr; gap: 32px; padding: 32px 24px; }
    .featured-grid { grid-template-columns: 1fr; }
    .manifesto { padding: 48px 24px; }
    .manifesto-inner { grid-template-columns: 1fr; gap: 24px; }
    .manifesto .quote-dots { flex-direction: row; }
  }

  
  /* WORK / GALLERY — 3x3 grid                  */
  
  .work .head {
    max-width: 1500px;
    margin: 56px auto 32px;
    padding: 0 48px;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    flex-wrap: wrap;
    gap: 24px;
  }
  .work h2 { margin-bottom: 0; color: var(--on-bg); }
  .work h2 .stamp { background: var(--cream); color: var(--ink); }
  .work .meta {
    font-family: 'DM Mono', monospace;
    font-size: 11px;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    color: var(--on-bg);
    text-align: right;
    line-height: 1.7;
  }
  .work .grid-wrap {
    max-width: 1500px;
    margin: 0 auto;
    padding: 0 48px 56px;
  }
  .work .grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 28px;
  }
  @media (max-width: 1000px) { .work .grid { grid-template-columns: repeat(2, minmax(0, 1fr)); } }
  @media (max-width: 600px) {
    .work .grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px; }
    .work .grid-wrap { padding: 0 14px 32px; overflow-x: clip; }
    .work .head { padding: 0 14px; }
  }

  .cover-card {
    background: var(--ink);
    aspect-ratio: 3/4;
    position: relative;
    overflow: hidden;
    border: 4px solid var(--ink);
    cursor: pointer;
    transition: transform 0.25s ease, box-shadow 0.25s ease;
    text-decoration: none;
    color: inherit;
    display: block;
  }
  .cover-card:hover { transform: translate(-3px, -3px); box-shadow: 6px 6px 0 var(--ink); }
  .cover-card .bg {
    position: absolute; inset: 0;
    background-size: cover;
    background-position: center;
  }
  .cover-card .bg::after {
    content: ""; position: absolute; inset: 0;
    background: linear-gradient(to bottom,
      rgba(0,0,0,0.45) 0%, rgba(0,0,0,0) 25%,
      rgba(0,0,0,0) 60%, rgba(0,0,0,0.92) 100%);
  }
  .cover-card .top-text {
    position: absolute; top: 16px; left: 0; right: 0;
    text-align: center; z-index: 2;
  }
  .cover-card .top-text .pub {
    display: inline-block;
    width: 60px;
    aspect-ratio: 1/1;
    background: var(--accent);
    -webkit-mask: url("/logo.png?v=3") center/contain no-repeat;
            mask: url("/logo.png?v=3") center/contain no-repeat;
  }
  .cover-card .top-text .vol {
    font-family: 'DM Mono', monospace;
    font-size: 9px;
    color: rgba(237, 228, 200, 0.7);
    letter-spacing: 0.32em;
    margin-top: 4px;
    text-transform: uppercase;
  }
  .cover-card .bottom-text {
    position: absolute; bottom: 16px; left: 16px; right: 16px; z-index: 2;
  }
  .cover-card .bottom-text .kicker {
    font-family: 'DM Mono', monospace;
    font-size: 9px;
    letter-spacing: 0.28em;
    color: var(--accent);
    text-transform: uppercase;
    margin-bottom: 6px;
  }
  .cover-card .bottom-text .title {
    font-family: 'Playfair Display', serif;
    font-weight: 700;
    font-size: 18px;
    color: #fff;
    line-height: 1.05;
  }

  
  /* MODAL — cover popup                        */
  
  .modal-overlay {
    position: fixed; inset: 0;
    background: rgba(10, 10, 10, 0.78);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    display: flex;
    align-items: flex-start;
    justify-content: center;
    padding: 32px 24px;
    opacity: 0;
    visibility: hidden;
    overflow-y: auto;
    transition: opacity 0.3s ease, visibility 0s linear 0.3s;
    z-index: 2000;
  }
  .modal-overlay.is-open {
    opacity: 1;
    visibility: visible;
    transition: opacity 0.3s ease, visibility 0s linear 0s;
  }
  .modal-overlay.is-open { animation: none; }
  .modal-content {
    width: 100%;
    max-width: 640px;
    transform: translateY(16px);
    opacity: 0;
    transition: transform 0.35s cubic-bezier(0.2, 0.7, 0.2, 1), opacity 0.35s ease;
    margin: auto;
  }
  .modal-overlay.is-open .modal-content {
    transform: translateY(0);
    opacity: 1;
  }
  .modal-close {
    position: sticky;
    top: 0;
    margin-left: auto;
    display: flex;
    margin-bottom: 12px;
    background: var(--cream);
    color: var(--ink);
    border: 2px solid var(--ink);
    padding: 8px 14px;
    font-family: 'DM Mono', monospace;
    font-size: 11px;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    cursor: pointer;
    align-items: center;
    gap: 6px;
    z-index: 5;
  }
  .modal-close:hover { background: var(--ink); color: var(--cream); }

  /* Work-page "collection being finalized" notice (CMS: work.notice_*) */
  .work-notice { align-items: center; z-index: 2100; }
  .work-notice .modal-content { max-width: 470px; background: var(--cream); color: var(--ink); border: 2px solid var(--ink); border-radius: 6px; padding: 30px 32px 32px; }
  .wn-eyebrow { font-family: 'DM Mono', monospace; font-size: 11px; letter-spacing: .2em; text-transform: uppercase; opacity: .55; text-align: center; margin-bottom: 12px; }
  .wn-title { font-family: 'Playfair Display', Georgia, serif; font-weight: 700; font-size: 1.55rem; line-height: 1.22; text-align: center; margin: 0 0 16px; }
  .wn-body { font-family: 'Archivo', sans-serif; font-size: .97rem; line-height: 1.62; opacity: .86; }
  .wn-body p { margin: 0 0 12px; }
  .wn-body p:last-child { margin: 0; }
  .wn-actions { margin-top: 24px; text-align: center; }
  .wn-ok { display: inline-block; background: var(--ink); color: var(--cream); border: 2px solid var(--ink); font-family: 'DM Mono', monospace; font-size: 12px; letter-spacing: .14em; text-transform: uppercase; padding: 12px 28px; cursor: pointer; transition: background .15s ease, color .15s ease; }
  .wn-ok:hover { background: transparent; color: var(--ink); }

  @media (max-width: 600px) {
    .modal-overlay .modal-content { max-width: calc(100vw - 28px); min-width: 0; }
    .work-notice .modal-content { padding: 26px 20px 24px; }
    .wn-title { font-size: 1.3rem; line-height: 1.2; }
    .wn-body { font-size: 0.92rem; }
  }

  
  /* SESSION MODAL                              */
  
  .session-modal {
    position: fixed; inset: 0;
    background: rgba(10, 10, 10, 0.85);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    display: flex;
    align-items: flex-start;
    justify-content: center;
    padding: 40px 20px;
    opacity: 0;
    visibility: hidden;
    overflow-y: auto;
    transition: opacity 0.3s ease, visibility 0s linear 0.3s;
    z-index: 3000;
  }
  .session-modal.is-open {
    opacity: 1;
    visibility: visible;
    transition: opacity 0.3s ease, visibility 0s linear 0s;
  }
  .session-modal-content {
    width: 100%;
    max-width: 700px;
    background: var(--cream);
    border: 4px solid var(--ink);
    transform: translateY(24px);
    opacity: 0;
    transition: transform 0.4s cubic-bezier(0.2, 0.7, 0.2, 1), opacity 0.4s ease;
    margin: auto;
  }
  .session-modal.is-open .session-modal-content {
    transform: translateY(0);
    opacity: 1;
  }
  .session-modal-header {
    background: var(--bg);
    padding: 36px 40px 32px;
    position: relative;
  }
  .session-modal-close {
    position: absolute;
    top: 16px;
    right: 16px;
    background: var(--cream);
    color: var(--ink);
    border: 2px solid var(--ink);
    width: 36px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    font-weight: 700;
    cursor: pointer;
    transition: background 0.2s ease;
    font-family: 'Archivo', sans-serif;
    line-height: 1;
  }
  .session-modal-close:hover {
    background: var(--ink);
    color: var(--cream);
  }
  .session-modal-num {
    font-family: 'Bebas Neue', sans-serif;
    font-size: 110px;
    line-height: 0.8;
    color: var(--on-bg);
    
    margin-bottom: 8px;
  }
  .session-modal-title {
    font-family: 'Archivo', sans-serif;
    font-weight: 900;
    font-size: clamp(32px, 5vw, 46px);
    line-height: 0.95;
    color: var(--on-bg);
    margin-bottom: 12px;
  }
  .session-modal-meta {
    font-family: 'DM Mono', monospace;
    font-size: 11px;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: var(--on-bg);
    opacity: 0.75;
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
  }
  .session-modal-body {
    padding: 0 40px 40px;
  }
  .session-modal-image {
    width: 100%;
    aspect-ratio: 16/9;
    background: var(--cream);
    border: 3px solid var(--ink);
    margin-top: 40px;
    margin-bottom: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 16px;
  }
  .modal-placeholder-icon {
    width: 80px;
    height: 80px;
    color: var(--ink);
  }
  .session-modal-image::after {
    content: 'IMAGE PLACEHOLDER';
    opacity: 0.35;
    font-family: 'DM Mono', monospace;
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 0.3em;
    text-transform: uppercase;
    color: var(--ink);
  }
  /* When a real photo is uploaded: fill the 16:9 box, no placeholder */
  .session-modal-image.has-photo { display: block; gap: 0; overflow: hidden; }
  .session-modal-image.has-photo::after { display: none; content: none; }
  .session-modal-img { display: block; width: 100%; height: 100%; object-fit: cover; }
  .session-modal-section {
    margin-bottom: 32px;
  }
  .session-modal-section:last-child {
    margin-bottom: 0;
  }
  .session-modal-section h4 {
    font-family: 'Archivo', sans-serif;
    font-weight: 800;
    font-size: 13px;
    letter-spacing: 0.28em;
    text-transform: uppercase;
    color: var(--accent);
    margin-bottom: 14px;
  }
  .session-modal-section p {
    font-family: 'Inter', sans-serif;
    font-size: 16px;
    line-height: 1.7;
    color: var(--ink);
    margin-bottom: 12px;
  }
  .session-modal-section ul {
    list-style: none;
    margin: 0;
    padding: 0;
  }
  .session-modal-section ul li {
    font-family: 'Inter', sans-serif;
    font-size: 15px;
    line-height: 1.7;
    color: var(--ink);
    padding-left: 24px;
    position: relative;
    margin-bottom: 8px;
  }
  .session-modal-section ul li::before {
    content: "·";
    position: absolute;
    left: 8px;
    color: var(--accent);
    font-weight: 700;
    font-size: 20px;
  }
  .session-modal-divider {
    height: 3px;
    background: var(--ink);
    margin: 40px 0;
  }

  /* BOOKING FORM */
  .booking-form {
    background: var(--surface-2);
    border: 3px solid var(--ink);
    padding: 36px;
  }
  .booking-form h4 {
    font-family: 'Archivo', sans-serif;
    font-weight: 900;
    font-size: 24px;
    line-height: 1.1;
    color: var(--ink);
    margin-bottom: 8px;
  }
  .booking-form .deck {
    font-family: 'Inter', sans-serif;
    font-size: 14px;
    line-height: 1.6;
    color: var(--ink);
    opacity: 0.7;
    margin-bottom: 28px;
  }
  .form-field {
    margin-bottom: 20px;
  }
  .form-field label {
    display: block;
    font-family: 'DM Mono', monospace;
    font-size: 10px;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: var(--ink);
    opacity: 0.6;
    margin-bottom: 8px;
  }
  .form-field input,
  .form-field textarea {
    width: 100%;
    background: var(--cream);
    border: 2px solid var(--ink);
    padding: 12px 16px;
    font-family: 'Inter', sans-serif;
    font-size: 15px;
    color: var(--ink);
    transition: border-color 0.2s ease;
  }
  .form-field input:focus,
  .form-field textarea:focus {
    outline: none;
    border-color: var(--accent);
  }
  .form-field textarea {
    resize: vertical;
    min-height: 100px;
  }
  .form-submit {
    width: 100%;
    background: #3a3a3a;
    color: #ffffff;
    border: 3px solid #0a0a0a;
    padding: 16px 24px;
    font-family: 'Archivo', sans-serif;
    font-weight: 800;
    font-size: 15px;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    cursor: pointer;
    transition: background 0.2s ease, transform 0.1s ease;
  }
  .form-submit:hover {
    background: #0a0a0a;
  }
  .form-submit:active {
    background: #1a1a1a;
  }

  @media (max-width: 700px) {
    .session-modal-header {
      padding: 28px 24px;
    }
    .session-modal-body {
      padding: 28px 24px;
    }
    .booking-form {
      padding: 28px 24px;
    }
  }

  /* COVER FRAME (used inside modal) */
  .cover-frame {
    background: var(--ink);
    aspect-ratio: 3/4;
    position: relative;
    overflow: hidden;
    border: 8px solid var(--ink);
  }
  .cover-frame .bg {
    position: absolute; inset: 0;
    background-size: cover;
    background-position: center;
    transition: transform 0.4s ease;
  }
  .cover-frame .bg::after {
    content: ""; position: absolute; inset: 0;
    background: linear-gradient(to bottom,
      rgba(0,0,0,0.4) 0%, rgba(0,0,0,0) 28%,
      rgba(0,0,0,0) 60%, rgba(0,0,0,0.88) 100%);
    transition: opacity 0.4s ease;
  }
  .cover-frame .masthead {
    position: absolute; top: 28px; left: 0; right: 0;
    text-align: center; z-index: 2;
    transition: opacity 0.4s ease;
  }
  .cover-frame .masthead .pub {
    display: inline-block;
    width: 140px;
    aspect-ratio: 1/1;
    background: var(--accent);
    -webkit-mask: url("/logo.png?v=3") center/contain no-repeat;
            mask: url("/logo.png?v=3") center/contain no-repeat;
  }
  .cover-frame .masthead .issue {
    font-family: 'DM Mono', monospace;
    font-size: 10px;
    letter-spacing: 0.34em;
    color: rgba(237, 228, 200, 0.8);
    margin-top: 6px;
    text-transform: uppercase;
  }
  .cover-frame .foot {
    position: absolute; bottom: 32px; left: 36px; right: 36px; z-index: 2;
    transition: opacity 0.4s ease;
  }
  .cover-frame .foot .kicker {
    font-family: 'DM Mono', monospace;
    font-size: 10px;
    letter-spacing: 0.28em;
    color: var(--accent);
    text-transform: uppercase;
    margin-bottom: 10px;
  }
  .cover-frame .foot .title {
    font-family: 'Playfair Display', serif;
    font-weight: 700;
    font-size: 38px;
    line-height: 1.02;
    color: #fff;
    margin-bottom: 10px;
  }
  .cover-frame .foot .by {
    font-family: 'Inter', sans-serif;
    font-size: 11px;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.7);
  }

  /* GLASS REVEAL TOGGLE — barely there */
  .reveal-toggle {
    position: absolute;
    bottom: 16px; right: 16px;
    z-index: 4;
    background: rgba(255, 255, 255, 0.08);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    color: rgba(255, 255, 255, 0.6);
    border: 1px solid rgba(255, 255, 255, 0.15);
    padding: 7px 12px;
    font-family: 'DM Mono', monospace;
    font-size: 9px;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    cursor: pointer;
    border-radius: 999px;
    transition: background 0.2s ease, color 0.2s ease, opacity 0.2s ease, border-color 0.2s ease;
    display: flex;
    align-items: center;
    gap: 6px;
    opacity: 0.45;
  }
  .reveal-toggle:hover {
    opacity: 1;
    background: rgba(255, 255, 255, 0.18);
    color: #fff;
    border-color: rgba(255, 255, 255, 0.35);
  }
  .reveal-toggle .glyph {
    width: 6px; height: 6px;
    border-radius: 50%;
    background: var(--accent);
  }
  .cover-frame.is-stripped .masthead,
  .cover-frame.is-stripped .foot { opacity: 0; pointer-events: none; }
  .cover-frame.is-stripped .bg::after { opacity: 0; }
  .cover-frame.is-stripped .bg { transform: scale(1.02); }

  .cover-desc {
    margin-top: 32px;
    padding: 28px;
    background: var(--ink);
    color: var(--cream);
    border: 4px solid var(--ink);
    overflow-wrap: anywhere;
    word-break: break-word;
    min-width: 0;
  }
  .cover-desc .label {
    font-family: 'DM Mono', monospace;
    font-size: 10px;
    letter-spacing: 0.22em;
    text-transform: uppercase;
    color: var(--accent);
    margin-bottom: 12px;
  }
  .cover-desc h3 {
    font-family: 'Playfair Display', serif;
    font-style: italic;
    font-weight: 400;
    font-size: 22px;
    line-height: 1.3;
    margin-bottom: 14px;
  }
  .cover-desc p {
    font-family: 'Inter', sans-serif;
    font-size: 15px;
    line-height: 1.65;
    color: rgba(237, 228, 200, 0.85);
    margin-bottom: 12px;
  }
  .cover-desc p:last-of-type { margin-bottom: 0; }
  .cover-desc .meta-row {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    margin-top: 22px;
    padding-top: 22px;
    border-top: 1px solid rgba(237, 228, 200, 0.18);
    font-family: 'DM Mono', monospace;
    font-size: 11px;
    letter-spacing: 0.14em;
    color: var(--cream);
  }
  .cover-desc .meta-row .k { color: rgba(237, 228, 200, 0.5); margin-right: 8px; }

  @media (max-width: 600px) {
    .cover-frame .masthead { top: 16px; }
    .cover-frame .masthead .pub { width: 76px; }
    .cover-frame .masthead .issue { font-size: 8px; letter-spacing: 0.26em; margin-top: 4px; }
    .cover-frame .foot { bottom: 56px; left: 16px; right: 16px; text-align: center; }
    .cover-frame .foot .kicker { font-size: 8.5px; letter-spacing: 0.22em; margin-bottom: 6px; }
    .cover-frame .foot .title { font-size: 24px; line-height: 1.05; margin-bottom: 6px; }
    .cover-frame .foot .by { font-size: 8.5px; letter-spacing: 0.12em; }
    .reveal-toggle { bottom: 14px; left: 50%; right: auto; transform: translateX(-50%); opacity: 0.7; font-size: 8.5px; padding: 7px 14px; }
  }

  
  /* SESSIONS                                  */
  
  .sessions-bg { background: var(--bg); }
  .sessions .head { max-width: 1500px; margin: 56px auto 32px; padding: 0 48px; }
  .sessions h2 { color: var(--on-bg); margin-bottom: 16px; }
  .sessions h2 .stamp { background: var(--on-bg); color: var(--bg); }
  .sessions .deck {
    font-family: 'Playfair Display', serif;
    font-style: italic;
    font-size: 22px;
    line-height: 1.4;
    color: var(--on-bg);
    
    max-width: 620px;
  }
  .sessions .types {
    max-width: 1500px;
    margin: 0 auto;
    padding: 32px 48px 56px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
  }
  /* EMBEDDED MONTH CALENDAR — Paint With Me */
  .upcoming-wrap { padding: 0 48px; margin: 12px auto 36px; max-width: 1500px; }
  .upcoming-kicker { font-family: 'Archivo', sans-serif; font-weight: 800; font-size: .72rem; letter-spacing: .3em; text-transform: uppercase; opacity: .75; margin-bottom: 14px; color: var(--ink); }
  .upcoming-all { display: inline-block; margin-top: 16px; font-family: 'Archivo', sans-serif; font-weight: 800; font-size: .72rem; letter-spacing: .28em; text-transform: uppercase; color: var(--ink); text-decoration: none; padding: 10px 20px; border: 2px solid var(--ink); }
  .upcoming-all:hover { background: var(--ink); color: var(--cream); }
  .wm-cal { background: var(--cream); border: 2px solid var(--ink); padding: 22px 22px 20px; }
  .wm-cal-header { display: flex; justify-content: space-between; align-items: center; margin-bottom: 18px; gap: 12px; flex-wrap: wrap; }
  .wm-cal-month { font-family: 'Playfair Display', serif; font-weight: 700; font-size: 1.7rem; letter-spacing: -.3px; color: var(--ink); margin: 0; }
  .wm-cal-nav { display: flex; gap: 4px; }
  .wm-cal-nav button { background: var(--ink); color: var(--cream); border: none; cursor: pointer; padding: 7px 13px; font-family: 'Archivo', sans-serif; font-weight: 800; font-size: .68rem; letter-spacing: .22em; text-transform: uppercase; }
  .wm-cal-nav button:hover { background: var(--accent); color: var(--ink); }
  .wm-cal-grid { display: grid; grid-template-columns: repeat(7, minmax(0, 1fr)); gap: 4px; }
  .wm-cal-loading { grid-column: 1/-1; padding: 32px 12px; text-align: center; font-style: italic; color: #6a5e3d; font-family: 'Playfair Display', serif; }
  .wm-cal-dow { font-family: 'Archivo', sans-serif; font-weight: 800; font-size: .62rem; letter-spacing: .2em; text-align: center; padding: 6px 0; color: #6a5e3d; text-transform: uppercase; }
  .wm-cal-day { min-height: 84px; background: #f6f0dc; padding: 6px; border: 1px solid rgba(10,10,10,.08); display: flex; flex-direction: column; gap: 3px; }
  .wm-cal-day.empty { background: transparent; border: none; min-height: 0; }
  .wm-cal-day.past { opacity: .35; }
  .wm-cal-day.today { border-color: var(--ink); border-width: 2px; }
  .wm-cal-day-num { font-family: 'Archivo', sans-serif; font-size: .7rem; font-weight: 700; color: #6a5e3d; letter-spacing: .05em; }
  .wm-cal-event { display: block; background: var(--ink); color: var(--cream); padding: 4px 6px; text-decoration: none; font-size: 10.5px; line-height: 1.25; border-radius: 2px; flex: 1; min-height: 32px; }
  .wm-cal-event:hover { background: var(--accent); color: var(--ink); }
  .wm-cal-event.full { background: #6a5e3d; opacity: .7; pointer-events: none; }
  .wm-cal-event-title { font-weight: 700; font-family: 'Archivo', sans-serif; font-size: 10px; text-transform: uppercase; letter-spacing: .04em; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; white-space: normal; }
  .wm-cal-event-meta { font-size: 9px; opacity: .85; display: block; margin-top: 2px; }
  @media (max-width: 700px) {
    .upcoming-wrap { padding: 0 14px; }
    .wm-cal { padding: 14px 10px; box-sizing: border-box; max-width: 100%; }
    .wm-cal-grid { gap: 2px; }
    .wm-cal-month { font-size: 1.2rem; }
    .wm-cal-nav button { padding: 6px 10px; font-size: .6rem; letter-spacing: .14em; }
    .wm-cal-dow { font-size: .54rem; padding: 4px 0; letter-spacing: .12em; }
    .wm-cal-day { min-height: 52px; padding: 3px 2px; }
    .wm-cal-day-num { font-size: .62rem; }
    .wm-cal-event { font-size: 9px; padding: 2px 3px; min-height: 20px; border-radius: 1px; overflow: hidden; display: flex; flex-direction: column; align-items: center; justify-content: center; text-align: center; }
    /* Phone cells are too narrow for the title — show just the time here and let
       the Upcoming list below carry the full event name (no more cut-off text). */
    .wm-cal-event-title { display: none; }
    .wm-cal-event-meta { display: block; font-size: 9px; font-weight: 700; opacity: 1; margin-top: 0; }
  }
  @media (max-width: 420px) {
    .wm-cal { padding: 10px 6px; }
    .wm-cal-dow { font-size: 0; padding: 4px 0; }
    .wm-cal-dow::first-letter { font-size: .58rem; }
    .wm-cal-day { min-height: 44px; padding: 2px 1px; }
    .wm-cal-day-num { font-size: .58rem; }
    .wm-cal-event { font-size: 8px; min-height: 16px; }
    .wm-cal-event-meta { font-size: 8px; }
  }

  /* Calendar event hover bubble (desktop) — styled replacement for the plain
     browser tooltip; shows full title · time · location. Positioned via JS. */
  .wm-cal-tip {
    position: absolute;
    z-index: 2000;
    max-width: 240px;
    background: #0a0a0a;
    color: #ede4c8;
    font-family: 'Archivo', sans-serif;
    font-size: 12px;
    font-weight: 600;
    line-height: 1.35;
    letter-spacing: .02em;
    padding: 8px 11px;
    border-radius: 4px;
    box-shadow: 0 8px 26px rgba(0,0,0,.32);
    pointer-events: none;
    white-space: normal;
  }

  /* "Upcoming events" list — hidden on desktop (grid + hover bubble suffice);
     shown on mobile under the calendar as the readable, tappable path. */
  /* "Upcoming events" showcase under the calendar — small photo on the left,
     details (when / title / location / price) on the right. Shows on all devices. */
  .wm-cal-upcoming { margin-top: 30px; }
  .wm-up-head {
    font-family: 'Archivo', sans-serif; font-weight: 800; text-transform: uppercase;
    letter-spacing: .16em; font-size: .76rem; color: var(--on-bg); opacity: .72; margin: 0 0 14px;
  }
  .wm-up-card {
    display: flex; align-items: stretch;
    background: var(--cream); border: 1.5px solid var(--ink);
    margin-bottom: 14px; text-decoration: none; cursor: pointer;
    overflow: hidden; transition: transform .12s ease, box-shadow .12s ease;
  }
  .wm-up-card:hover { transform: translateY(-2px); box-shadow: 6px 6px 0 rgba(10,10,10,.16); }
  .wm-up-photo {
    flex: 0 0 150px; align-self: stretch; min-height: 118px;
    background-size: cover; background-position: center; background-repeat: no-repeat;
    border-right: 1.5px solid var(--ink);
  }
  .wm-up-photo.is-fallback {
    display: flex; align-items: center; justify-content: center; text-align: center;
    font-family: 'Archivo', sans-serif; font-weight: 800; font-size: .82rem;
    letter-spacing: .08em; text-transform: uppercase; padding: 8px;
  }
  .wm-up-body { flex: 1 1 auto; min-width: 0; padding: 16px 20px; display: flex; flex-direction: column; justify-content: center; gap: 5px; }
  .wm-up-when { font-family: 'Archivo', sans-serif; font-weight: 700; font-size: .72rem; letter-spacing: .12em; text-transform: uppercase; color: #6a5e3d; }
  .wm-up-title { font-family: 'Playfair Display', Georgia, serif; font-weight: 700; font-size: 1.5rem; line-height: 1.08; color: var(--ink); }
  .wm-up-metarow { display: flex; flex-wrap: wrap; gap: 6px 18px; margin-top: 4px; font-size: .86rem; color: var(--ink); }
  .wm-up-loc { display: inline-flex; align-items: center; gap: 5px; }
  .wm-up-price { font-weight: 700; }
  .wm-up-cta { align-self: center; flex: 0 0 auto; margin: 0 20px; font-family: 'Archivo', sans-serif; font-weight: 800; font-size: .72rem; letter-spacing: .12em; text-transform: uppercase; color: var(--ink); white-space: nowrap; }
  .wm-up-empty { font-size: .9rem; color: var(--on-bg); opacity: .72; padding: 8px 0; }
  @media (max-width: 600px) {
    .wm-up-photo { flex-basis: 96px; min-height: 96px; }
    .wm-up-title { font-size: 1.2rem; }
    .wm-up-body { padding: 13px 14px; }
    .wm-up-cta { display: none; }
  }

  
  .venue-block { max-width: 1500px; margin: 0 auto 6px; padding: 0 48px; }
  @media (max-width: 700px) { .venue-block { padding: 0 14px; } }
  .venue-banner { display: flex; align-items: center; gap: 20px; width: 100%; background: var(--cream); border: 1.5px solid var(--ink); padding: 22px 26px; cursor: pointer; text-align: left; transition: transform .12s ease, box-shadow .12s ease; }
  .venue-banner:hover { transform: translateY(-2px); box-shadow: 6px 6px 0 rgba(10,10,10,.16); }
  .venue-banner-icon { flex: 0 0 auto; color: var(--ink); display: flex; align-items: center; }
  .venue-banner-icon .v-icon { width: 48px; height: 48px; }
  .venue-banner-body { flex: 1 1 auto; min-width: 0; display: flex; flex-direction: column; gap: 4px; }
  .venue-banner-title { font-family: 'Playfair Display', Georgia, serif; font-weight: 700; font-size: 1.6rem; line-height: 1.05; color: var(--ink); }
  .venue-banner-sub { font-size: .92rem; color: #6a5e3d; }
  .venue-banner-cta { flex: 0 0 auto; font-family: 'Archivo', sans-serif; font-weight: 800; font-size: .74rem; letter-spacing: .12em; text-transform: uppercase; color: var(--ink); white-space: nowrap; }
  @media (max-width: 600px) { .venue-banner { gap: 14px; padding: 16px; } .venue-banner-title { font-size: 1.3rem; } .venue-banner-icon .v-icon { width: 38px; height: 38px; } .venue-banner-cta { display: none; } }

  .venue-modal .modal-content { background: var(--cream); color: var(--ink); padding: 24px 30px 32px; max-width: 760px; }
  .vm-head { border-bottom: 1px solid rgba(10,10,10,.14); padding-bottom: 16px; }
  .vm-eyebrow { font-family: 'Archivo', sans-serif; font-weight: 800; font-size: .72rem; letter-spacing: .2em; text-transform: uppercase; opacity: .6; }
  .vm-title { font-family: 'Playfair Display', Georgia, serif; font-weight: 700; font-size: 2rem; line-height: 1.05; margin-top: 6px; }
  .vm-tabs { display: flex; gap: 4px; margin-top: 18px; border-bottom: 1.5px solid rgba(10,10,10,.16); }
  .vm-tab { background: none; border: none; cursor: pointer; font-family: 'Archivo', sans-serif; font-weight: 700; font-size: .84rem; letter-spacing: .04em; text-transform: uppercase; padding: 12px 14px; color: var(--ink); opacity: .45; border-bottom: 3px solid transparent; margin-bottom: -1.5px; transition: opacity .15s, border-color .15s; }
  .vm-tab:hover { opacity: .8; }
  .vm-tab.is-active { opacity: 1; border-bottom-color: var(--ink); }
  .vm-panels { padding-top: 22px; }
  .vm-logo { background: #fff; border: 1px solid rgba(10,10,10,.12); padding: 18px 22px; display: flex; align-items: center; justify-content: center; margin-bottom: 18px; }
  .vm-logo img { max-height: 130px; max-width: 100%; width: auto; display: block; }
  .vm-name { font-family: 'Playfair Display', Georgia, serif; font-weight: 700; font-size: 1.7rem; line-height: 1.1; margin-bottom: 6px; }
  .vm-addr { font-size: .98rem; margin-bottom: 6px; }
  .vm-addr a { color: inherit; text-decoration: underline; text-underline-offset: 2px; }
  .vm-photo { margin: 18px 0 4px; }
  .vm-photo img { width: 100%; height: auto; display: block; border: 1px solid rgba(10,10,10,.12); }
  .vm-desc { margin-top: 16px; }
  .vm-desc p { margin-bottom: 12px; line-height: 1.6; font-size: 1rem; }
  .vm-desc p:last-child { margin-bottom: 0; }
  .vm-empty { opacity: .6; font-style: italic; padding: 14px 0; }
  .vm-past-list { list-style: none; padding: 0; margin: 0; }
  .vm-past-item { display: flex; align-items: center; gap: 14px; padding: 14px 0; border-bottom: 1px solid rgba(10,10,10,.1); }
  .vm-past-item:last-child { border-bottom: none; }
  .vm-past-logo { width: 56px; height: 56px; object-fit: contain; background: #fff; border: 1px solid rgba(10,10,10,.1); padding: 5px; flex: 0 0 auto; box-sizing: border-box; }
  .vm-past-meta { display: flex; flex-direction: column; min-width: 0; }
  .vm-past-meta strong { font-size: 1.08rem; }
  .vm-past-meta span { font-size: .86rem; opacity: .72; margin-top: 2px; }
  /* venue gallery slideshow (popup) */
  .vm-slideshow { margin: 18px 0 4px; }
  .vm-slide-stage { position: relative; background: #0a0a0a; border: 1px solid rgba(10,10,10,.12); aspect-ratio: 3 / 2; overflow: hidden; }
  .vm-slide-stage img { width: 100%; height: 100%; object-fit: cover; display: block; }
  .vm-slide-nav { position: absolute; top: 50%; transform: translateY(-50%); width: 40px; height: 40px; border: none; background: rgba(10,10,10,.55); color: #fff; font-size: 20px; line-height: 1; cursor: pointer; display: flex; align-items: center; justify-content: center; }
  .vm-slide-nav:hover { background: rgba(10,10,10,.82); }
  .vm-slide-prev { left: 8px; }
  .vm-slide-next { right: 8px; }
  .vm-slide-count { position: absolute; bottom: 8px; right: 10px; background: rgba(10,10,10,.6); color: #fff; font-size: 11px; letter-spacing: .08em; padding: 3px 8px; }
  .vm-thumbs { display: grid; grid-template-columns: repeat(5, 1fr); gap: 9px; margin-top: 10px; }
  .vm-thumb { width: 100%; height: auto; aspect-ratio: 3 / 2; object-fit: cover; border: 2px solid transparent; cursor: pointer; opacity: .55; transition: opacity .15s, border-color .15s; }
  .vm-thumb:hover { opacity: .9; }
  .vm-thumb.is-active { opacity: 1; border-color: var(--ink); }
  @media (max-width: 560px) {
    .venue-modal .modal-content { padding: 18px 18px 24px; }
    .vm-title { font-size: 1.6rem; }
  }

  .session-card {
    background: var(--cream);
    border: 3px solid var(--ink);
    padding: 32px;
    position: relative;
    cursor: pointer;
    transition: border-color 0.2s ease, transform 0.2s ease;
  }
  .session-card:hover {
    border-color: var(--ink);
    transform: translateY(-2px);
  }
  .session-icon {
    width: 48px;
    height: 48px;
    color: var(--ink);
    margin-bottom: 16px;
    display: block;
  }
  .session-card .num {
    font-family: 'Bebas Neue', sans-serif;
    font-size: 80px;
    line-height: 0.85;
    color: var(--ink);
    margin-bottom: 8px;
  }
  .session-card h3 {
    font-family: 'Archivo', sans-serif;
    font-weight: 900;
    font-size: 28px;
    line-height: 1.05;
    margin-bottom: 14px;
    color: var(--ink);
  }
  .session-card p {
    font-family: 'Inter', sans-serif;
    font-size: 15px;
    line-height: 1.65;
    color: rgba(10, 10, 10, 0.7);
    margin-bottom: 12px;
  }
  .session-card .price-row {
    margin-top: 20px;
    padding-top: 16px;
    border-top: 2px solid var(--ink);
    display: flex;
    justify-content: space-between;
    font-family: 'DM Mono', monospace;
    font-size: 11px;
    letter-spacing: 0.14em;
    text-transform: uppercase;
  }
  .session-card .price-row { color: var(--ink); }
  .session-card .price-row strong { color: var(--ink); font-weight: 800; }
  .session-card-cta {
    margin-top: 18px;
    font-family: 'Archivo', sans-serif;
    font-weight: 700;
    font-size: 13px;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: var(--ink);
    transition: letter-spacing 0.2s ease;
  }
  .session-card:hover .session-card-cta {
    letter-spacing: 0.12em;
  }

  @media (max-width: 800px) {
    .sessions .types { grid-template-columns: 1fr; padding: 24px; }
    .sessions .head { padding: 0 24px; }
  }

  
  /* STUDIO                                    */
  
  .studio-bg { background: var(--bg); color: var(--text); }
  .studio-view .top {
    max-width: 1100px;
    margin: 0 auto;
    padding: 64px 48px 80px;
    position: relative;
    text-align: center;
  }
  .studio-view .text-side {
    max-width: 800px;
    margin: 0 auto;
  }
  .studio-portrait {
    width: 320px;
    height: 360px;
    margin: 0 auto 40px;
    position: relative;
    display: block;
  }
  .studio-portrait-frame {
    width: 100%;
    height: 100%;
    overflow: hidden;
    border-radius: 60% 70% 65% 75% / 70% 60% 75% 65%;
    border: 6px solid var(--text);
    transform: rotate(-3deg);
    box-shadow: 8px 8px 0 var(--text);
  }
  .studio-portrait-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center 22%;
    display: block;
  }
  .studio-portrait::after {
    content: "";
    position: absolute;
    top: -12px;
    left: -16px;
    width: 36px; height: 36px;
    background: var(--surface);
    border: 4px solid var(--text);
    border-radius: 50%;
    z-index: 2;
  }
  @media (max-width: 800px) {
    .studio-view .top { padding: 40px 24px 56px; }
    .studio-portrait {
      float: none;
      width: 220px;
      height: 250px;
      margin: 0 auto 32px;
      display: block;
    }
    .studio-portrait-frame { transform: rotate(-2deg); }
  }
  .studio-view .kicker {
    font-family: 'DM Mono', monospace;
    font-size: 11px;
    letter-spacing: 0.22em;
    text-transform: uppercase;
    margin-bottom: 22px;
    color: var(--accent);
  }
  .studio-view h2 {
    font-family: 'Archivo', sans-serif;
    font-weight: 900;
    font-size: clamp(40px, 5.5vw, 68px);
    line-height: 0.92;
    letter-spacing: -0.03em;
    margin-bottom: 28px;
  }
  .studio-view h2 em {
    font-family: 'Playfair Display', serif;
    font-style: italic;
    color: var(--accent);
  }
  .studio-view p {
    font-family: 'Inter', sans-serif;
    font-size: 18px;
    line-height: 1.75;
    margin-bottom: 20px;
    color: var(--on-bg);
  }
  .studio-view p strong {
    color: var(--bg);
    font-weight: 700;
    opacity: 1;
    background: var(--on-bg);
    padding: 2px 6px;
    display: inline-block;
  }

  /* STUDIO SUB-TABS — About / Philosophy / Different / Beyond */
  .studio-tabs {
    display: flex;
    flex-wrap: nowrap;
    align-items: stretch;
    justify-content: center;
    gap: 0 28px;
    margin: 20px 0 32px;
    padding-bottom: 2px;
    overflow-x: auto;
    scrollbar-width: none;
  }
  .studio-tabs::-webkit-scrollbar { display: none; }
  /* Studio blockquotes — full bordered box, centered */
  .studio-q {
    font-family: 'Playfair Display', serif;
    font-style: italic;
    font-size: 1.2rem;
    line-height: 1.45;
    text-align: center;
    color: var(--cream);
    border: 1.5px solid var(--ink);
    padding: 22px 26px;
    margin: 28px auto;
    max-width: 620px;
  }
  .studio-q.lead { font-size: 1.35rem; }
  /* Studio list — center the block, left-align inside so bullets stack */
  .studio-tab-pane ul {
    list-style: none;
    padding: 0;
    margin: 14px auto 20px;
    display: table;
    text-align: left;
  }
  .studio-tab-pane ul li {
    position: relative;
    padding: 0;
    margin: 6px 0;
  }
  .studio-tab-pane ul li::before {
    content: '·';
    margin-right: 10px;
    color: var(--accent);
    font-weight: 700;
  }
  .studio-tab-btn {
    background: none;
    border: none;
    cursor: pointer;
    font-family: 'Archivo', sans-serif;
    font-weight: 600;
    font-size: clamp(0.95rem, 1.4vw, 1.15rem);
    line-height: 1.2;
    letter-spacing: 0;
    color: var(--cream);
    opacity: 0.45;
    padding: 14px 0 16px;
    margin-bottom: -2px;
    border-bottom: 3px solid transparent;
    transition: opacity .18s, border-color .18s, color .18s;
    white-space: nowrap;
    flex: 0 0 auto;
  }
  .studio-tab-btn:hover { opacity: 0.85; }
  .studio-tab-btn.is-active {
    opacity: 1;
    border-bottom-color: var(--accent);
    color: var(--accent);
    font-weight: 700;
  }
  .studio-tab-pane { display: none; animation: studioFade .25s ease; }
  .studio-tab-pane.is-active { display: block; }
  .studio-tab-pane > *:first-child { margin-top: 0 !important; }
  @keyframes studioFade {
    from { opacity: 0; transform: translateY(6px); }
    to { opacity: 1; transform: translateY(0); }
  }
  @media (max-width: 700px) {
    /* Studio sub-section tabs two-up (2×2 grid) so they sit side by side and
       fit without horizontal scrolling or a tall single-column stack. */
    .studio-tabs {
      display: grid;
      grid-template-columns: 1fr 1fr;
      align-items: stretch;
      gap: 8px 14px;
      overflow-x: visible;
    }
    .studio-tab-btn {
      width: 100%;
      white-space: normal;
      font-size: 0.95rem;
      line-height: 1.25;
      padding: 11px 6px;
      margin-bottom: 0;
    }
  }

  /* STUDIO TWO-COLUMN LAYOUT — desktop only */
  @media (min-width: 900px) {
    .studio-grid {
      display: grid !important;
      grid-template-columns: minmax(280px, 340px) 1fr;
      gap: 56px;
      max-width: 1380px !important;
      align-items: start;
      padding: 44px 56px 60px !important;
      text-align: left !important;
    }
    .studio-grid .text-side {
      max-width: none !important;
      text-align: center;
      position: sticky;
      top: 28px;
    }
    .studio-grid .content-side {
      max-height: calc(100vh - 180px);
      min-height: 460px;
      overflow-y: auto;
      scrollbar-gutter: stable;
      padding-right: 18px;
      text-align: left;
    }
    .studio-grid .content-side::-webkit-scrollbar { width: 8px; }
    .studio-grid .content-side::-webkit-scrollbar-track { background: transparent; }
    .studio-grid .content-side::-webkit-scrollbar-thumb { background: rgba(237,228,200,0.25); border-radius: 4px; }
    .studio-grid .studio-portrait {
      width: 200px !important;
      height: 220px !important;
      margin: 0 auto 22px !important;
    }
    .studio-grid h2.h-big {
      font-size: clamp(34px, 3vw, 46px) !important;
      margin-bottom: 8px;
    }
    .studio-grid .kicker { margin-bottom: 8px; }
    .studio-grid .studio-tabs {
      flex-direction: column !important;
      align-items: flex-start !important;
      justify-content: flex-start !important;
      gap: 0 !important;
      margin: 24px auto 24px !important;
      border-bottom: none !important;
      border-left: 2px solid rgba(237, 228, 200, 0.22) !important;
      padding: 4px 0 4px 0 !important;
      width: fit-content;
      overflow: visible !important;
    }
    .studio-grid .studio-tab-btn {
      text-align: left !important;
      border-bottom: none !important;
      border-left: 3px solid transparent !important;
      padding: 9px 0 9px 16px !important;
      margin: 0 0 0 -2px !important;
      white-space: normal !important;
      font-size: 1rem !important;
      line-height: 1.3;
    }
    .studio-grid .studio-tab-btn.is-active {
      border-bottom-color: transparent !important;
      border-left-color: var(--accent) !important;
    }
    .studio-cta {
      text-align: center;
      margin-top: 28px;
    }
    .studio-grid .studio-tab-pane,
    .studio-grid .studio-tab-pane p {
      text-align: left;
    }
    .studio-grid .studio-tab-pane ul {
      margin: 14px 0 20px;
    }
    .studio-grid .studio-q {
      margin: 24px 0;
      text-align: left;
      max-width: none;
    }
    .studio-section-h {
      font-size: clamp(34px, 3vw, 46px) !important;
      margin-bottom: 22px !important;
      line-height: 0.95 !important;
    }
  }
  /* Mobile: smaller section headers in tab panes */
  @media (max-width: 899px) {
    .studio-section-h {
      font-size: clamp(28px, 5vw, 38px) !important;
      margin: 6px 0 18px !important;
      line-height: 0.95 !important;
    }
  }

  /* TIMELINE */
  .timeline {
    background: var(--bg);
    padding: 64px 48px 56px;
    border-top: 2px solid var(--text);
    border-bottom: 2px solid var(--text);
  }
  .timeline-head {
    max-width: 1200px;
    margin: 0 auto 48px;
    text-align: center;
  }
  .timeline-head h3 {
    font-family: 'Archivo', sans-serif;
    font-weight: 900;
    font-size: clamp(36px, 5vw, 56px);
    line-height: 0.95;
    letter-spacing: -0.03em;
    color: var(--text);
    margin-bottom: 14px;
  }
  .timeline-head h3 em {
    font-family: 'Playfair Display', serif;
    font-style: italic;
    color: var(--accent);
  }
  .timeline-head .deck {
    font-family: 'Playfair Display', serif;
    font-style: italic;
    font-size: 18px;
    color: var(--text);
    opacity: 0.7;
    max-width: 540px;
    margin: 0 auto;
  }
  .timeline-track {
    max-width: 100%;
    margin: 0 auto;
    position: relative;
    overflow-x: auto;
    overflow-y: hidden;
    padding: 24px 48px 32px;
    scroll-snap-type: x mandatory;
    scrollbar-width: thin;
    scrollbar-color: var(--text) transparent;
  }
  .timeline-track::-webkit-scrollbar { height: 6px; }
  .timeline-track::-webkit-scrollbar-track { background: transparent; }
  .timeline-track::-webkit-scrollbar-thumb { background: var(--text); border-radius: 3px; }
  .timeline-rail {
    position: relative;
    display: flex;
    gap: 0;
    align-items: flex-start;
    padding-top: 56px;
    min-width: max-content;
  }
  .timeline-event {
    flex: 0 0 280px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    position: relative;
    padding: 0 24px;
    scroll-snap-align: start;
  }
  .timeline-event .year {
    font-family: 'Bebas Neue', sans-serif;
    font-size: 48px;
    line-height: 0.85;
    color: var(--text);
    letter-spacing: 0.02em;
    margin-bottom: 14px;
  }
  .timeline-event .marker {
    width: 22px; height: 22px;
    border-radius: 50%;
    background: var(--text);
    border: 3px solid var(--bg);
    margin-bottom: 28px;
    position: relative;
    z-index: 2;
  }
  .timeline-event .body { width: 100%; }
  .timeline-event .body h4 {
    font-family: 'Archivo', sans-serif;
    font-weight: 900;
    font-size: 19px;
    line-height: 1.15;
    color: var(--text);
    margin-bottom: 8px;
  }
  .timeline-event .body p {
    font-family: 'Inter', sans-serif;
    font-size: 13px;
    line-height: 1.55;
    color: var(--text);
    opacity: 0.7;
    margin: 0;
  }
  @media (max-width: 700px) {
    .timeline-event { flex: 0 0 240px; padding: 0 16px; }
    .timeline-track { padding: 24px 24px 32px; }
  }
  .timeline-event.right .body { text-align: right; padding-right: 12px; order: 1; }
  .timeline-event.right .marker-cell { order: 2; }
  @media (max-width: 800px) {
    .timeline-track::before { left: 12px; transform: none; }
    .timeline-event {
      grid-template-columns: 32px 1fr !important;
      gap: 16px;
      margin-bottom: 36px;
    }
    .timeline-event .marker-cell { order: 1; }
    .timeline-event .year-side,
    .timeline-event .body {
      order: 2 !important; text-align: left !important;
      padding: 0 !important;
    }
    .timeline-event .year-side { order: 2 !important; }
    .timeline-event .body { order: 3 !important; grid-column: 2; }
    .timeline-event .year-side { grid-column: 2; }
  }

  @media (max-width: 900px) {
    .studio-view .top { grid-template-columns: 1fr; }
    .studio-view .text-side { padding: 40px 24px; }
    .timeline { padding: 48px 24px; }
  }

  
  /* CONTACT                                   */
  
  .contact-view .inner {
    max-width: 920px;
    margin: 0 auto;
    padding: 80px 48px;
  }
  .contact-view h2 { color: var(--on-bg); margin-bottom: 28px; }
  .contact-view .deck {
    font-family: 'Inter', sans-serif;
    font-size: 19px;
    line-height: 1.5;
    color: var(--on-bg);
    
    max-width: 520px;
    margin-bottom: 48px;
  }
  .contact-view .list {
    background: var(--cream);
    border: 3px solid var(--ink);
    padding: 12px 32px;
  }
  .contact-view .list-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 18px 0;
    border-bottom: 2px solid rgba(10,10,10,0.1);
    gap: 16px;
    flex-wrap: wrap;
  }
  .contact-view .list-row:last-child { border-bottom: 0; }
  .contact-view .list .k {
    font-family: 'DM Mono', monospace;
    font-size: 11px;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: rgba(10, 10, 10, 0.5);
  }
  .contact-view .list .v {
    font-family: 'Archivo', sans-serif;
    font-size: 17px;
    color: var(--ink);
    font-weight: 500;
    text-decoration: none;
  }
  .contact-view .list .v a { color: var(--ink); text-decoration: none; }

  /* Contact form / poster — full ink-on-cream, identical on every theme */
  .contact-view .contact-poster {
    background: #ede4c8 !important;
    border-color: var(--ink) !important;
    box-shadow: 10px 10px 0 var(--ink) !important;
  }
  .contact-view .cf {
    background: #ede4c8 !important;
    border-right-color: var(--ink) !important;
  }
  .contact-view .cf-sidebar { background: #f6f0dc !important; }
  .contact-view .contact-poster *,
  .contact-view .cf *,
  .contact-view .cf-sidebar * { color: var(--ink) !important; }

  .contact-view .cf input[type="text"],
  .contact-view .cf input[type="email"],
  .contact-view .cf textarea {
    background: #f6f0dc !important;
    border-color: var(--ink) !important;
  }
  .contact-view .cf-direct { background: #ede4c8 !important; }
  .contact-view .cf input::placeholder,
  .contact-view .cf textarea::placeholder { color: var(--ink) !important; opacity: 0.35 !important; }
  .contact-view .cf input:focus,
  .contact-view .cf textarea:focus { box-shadow: 4px 4px 0 var(--ink) !important; }

  .contact-view .cf-pill { border-color: var(--ink) !important; }
  .contact-view .cf-pill:hover,
  .contact-view .cf-pills input[type="radio"]:checked + .cf-pill {
    background: var(--ink) !important;
    color: var(--cream) !important;
  }

  .contact-view .cf-submit {
    background: var(--ink) !important;
    color: var(--cream) !important;
    border-color: var(--ink) !important;
  }
  .contact-view .cf-submit *,
  .contact-view .cf-submit-arrow,
  .contact-view .cf-submit-text { color: var(--cream) !important; }
  .contact-view .cf-submit:hover { box-shadow: 6px 6px 0 var(--ink) !important; }

  .contact-view .cf-direct { border-color: var(--ink) !important; }
  .contact-view .cf-direct:hover { box-shadow: 4px 4px 0 var(--ink) !important; }

  .contact-view .cf-meta { border-top-color: var(--ink) !important; }

  .contact-view .cf-social {
    background: var(--ink) !important;
    border-color: var(--ink) !important;
  }
  .contact-view .cf-social * { color: var(--cream) !important; }
  .contact-view .cf-social:hover { box-shadow: 4px 4px 0 var(--ink) !important; }
  @media (max-width: 700px) { .contact-view .inner { padding: 48px 24px; } }

  
  /* FAQ                                       */
  
  .faq-view .inner {
    max-width: 920px;
    margin: 0 auto;
    padding: 80px 48px;
  }
  .faq-view .kicker {
    font-family: 'Archivo', sans-serif;
    font-weight: 800;
    font-size: 0.78rem;
    letter-spacing: 0.32em;
    text-transform: uppercase;
    color: var(--on-bg);
    opacity: 0.75;
    margin-bottom: 12px;
  }
  .faq-view h2 { color: var(--on-bg); margin-bottom: 18px; }
  .faq-view .deck {
    font-family: 'Inter', sans-serif;
    font-size: 19px;
    line-height: 1.5;
    color: var(--on-bg);
    max-width: 520px;
    margin-bottom: 48px;
  }
  .faq-view .faq-list { display: flex; flex-direction: column; gap: 14px; }
  .faq-view .faq-item {
    background: var(--cream);
    border: 3px solid var(--ink);
    overflow: hidden;
  }
  .faq-view .faq-item summary {
    list-style: none;
    cursor: pointer;
    padding: 22px 28px;
    font-family: 'Playfair Display', serif;
    font-weight: 700;
    font-size: 1.25rem;
    line-height: 1.25;
    color: var(--ink);
    position: relative;
    padding-right: 64px;
    transition: background 0.15s;
  }
  .faq-view .faq-item summary:hover { background: rgba(10,10,10,0.04); }
  .faq-view .faq-item summary::-webkit-details-marker { display: none; }
  .faq-view .faq-item summary::after {
    content: '+';
    position: absolute;
    right: 24px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 1.7rem;
    font-family: 'Archivo', sans-serif;
    font-weight: 400;
    color: rgba(10, 10, 10, 0.45);
    line-height: 1;
  }
  .faq-view .faq-item[open] summary::after { content: '−'; }
  .faq-view .faq-answer {
    padding: 4px 28px 24px;
    font-family: 'Inter', sans-serif;
    font-size: 16px;
    line-height: 1.7;
    color: var(--ink);
    border-top: 2px solid rgba(10,10,10,0.08);
    padding-top: 18px;
  }
  .faq-view .faq-answer p + p { margin-top: 10px; }
  .faq-view .faq-answer a { color: #0a0a0a; text-decoration: none; border-bottom: 1px dotted currentColor; }
  @media (max-width: 700px) {
    .faq-view .inner { padding: 48px 24px; }
    .faq-view .faq-item summary { font-size: 1.05rem; padding: 18px 22px; padding-right: 52px; }
    .faq-view .faq-answer { padding: 14px 22px 20px; font-size: 15px; }
  }

  
  /* PAINTER'S PALETTE — STATIC MENU            */
  
  .palette {
    position: fixed;
    top: 24px; right: 24px;
    z-index: 1000;
    width: 120px; height: 120px;
    cursor: pointer;
    user-select: none;
    -webkit-user-select: none;
    transition: transform 0.25s ease;
  }
  .palette:hover { transform: scale(1.06) rotate(-4deg); }
  .palette.is-open { transform: scale(1) rotate(-8deg); }
  .palette svg {
    width: 100%; height: 100%;
    filter: drop-shadow(0 8px 16px rgba(0, 0, 0, 0.4));
    pointer-events: none;
  }

  .palette-panel {
    position: fixed;
    z-index: 999;
    background: rgba(10, 10, 10, 0.55);
    backdrop-filter: blur(18px) saturate(150%);
    -webkit-backdrop-filter: blur(18px) saturate(150%);
    color: var(--cream);
    border: 1.5px solid rgba(237, 228, 200, 0.18);
    border-radius: 14px;
    padding: 22px 24px 24px;
    width: 260px;
    transform: translateY(10px) scale(0.96);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: transform 0.25s cubic-bezier(0.2, 0.7, 0.2, 1), opacity 0.25s ease, visibility 0s linear 0.25s;
  }
  .palette-panel.is-open {
    transform: translateY(0) scale(1);
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transition: transform 0.25s cubic-bezier(0.2, 0.7, 0.2, 1), opacity 0.25s ease, visibility 0s linear 0s;
  }
  .palette-panel h4 {
    font-family: 'DM Mono', monospace;
    font-size: 9px;
    letter-spacing: 0.24em;
    text-transform: uppercase;
    color: var(--accent);
    margin-bottom: 10px;
    font-weight: 500;
  }
  .palette-links { display: flex; flex-direction: column; gap: 2px; margin-bottom: 16px; }
  .palette-links a {
    font-family: 'Caveat', cursive;
    font-weight: 600;
    font-size: 24px;
    color: var(--cream);
    text-decoration: none;
    line-height: 1.15;
    padding: 4px 8px;
    transition: background 0.15s ease, color 0.15s ease;
    cursor: pointer;
    border-radius: 2px;
    display: flex;
    align-items: center;
    gap: 10px;
  }
  .palette-links a::before {
    content: ""; width: 6px; height: 6px;
    border-radius: 50%;
    background: var(--accent);
    flex-shrink: 0;
  }
  .palette-links a:hover { background: var(--accent); color: var(--accent-text); }
  .palette-links a:hover::before { background: var(--ink); }
  .palette-links a.active { background: var(--accent); color: var(--accent-text); }
  .palette-links a.active::before { background: var(--accent-text); }
  .palette-divider {
    height: 1px;
    background: rgba(237, 228, 200, 0.15);
    margin: 14px 0;
  }
  .palette-themes-row {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 8px;
  }
  .palette-cart {
    display: flex;
    align-items: center;
    gap: 10px;
    width: 100%;
    background: transparent;
    border: none;
    font-family: 'Caveat', cursive;
    font-weight: 600;
    font-size: 24px;
    color: var(--cream);
    cursor: pointer;
    padding: 6px 8px;
    text-align: left;
    line-height: 1.15;
    border-radius: 4px;
    margin-top: 4px;
    transition: background 0.15s ease, color 0.15s ease;
  }
  .palette-cart:hover { background: var(--accent); color: var(--accent-text); }
  .palette-cart .cart-icon { width: 18px; height: 18px; flex-shrink: 0; }
  .palette-cart .cart-text { flex: 1; }
  .palette-cart .cart-count {
    background: var(--accent);
    color: var(--accent-text);
    border-radius: 999px;
    padding: 2px 8px;
    font-family: 'DM Mono', monospace;
    font-size: 11px;
    font-weight: 700;
    min-width: 22px;
    text-align: center;
    line-height: 1.2;
  }
  .palette-cart.is-empty .cart-count { display: none; }
  .palette-cart:hover .cart-count { background: var(--accent-text); color: var(--accent); }

  /* Floating cart pill — shows under the palette button when cart has items.
     Palette is 120px @ right:24 → center at right:84. Pill 36px @ right:66 → center at right:84. */
  .cart-pill {
    position: fixed;
    top: 156px;
    right: 66px;
    z-index: 999;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    border: none;
    background: var(--ink);
    color: var(--cream);
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
    transition: transform 0.2s ease, opacity 0.2s ease, visibility 0s linear 0s;
  }
  .cart-pill:hover { transform: scale(1.08); }
  .cart-pill.is-empty {
    opacity: 0; visibility: hidden; transform: scale(0.6);
    transition: transform 0.2s ease, opacity 0.2s ease, visibility 0s linear 0.2s;
    pointer-events: none;
  }
  .cart-pill .cart-icon { width: 14px; height: 14px; }
  .cart-pill .cart-count {
    position: absolute;
    top: -5px; right: -5px;
    background: var(--accent);
    color: var(--accent-text);
    border-radius: 999px;
    padding: 1px 5px;
    font-family: 'DM Mono', monospace;
    font-size: 9px;
    font-weight: 700;
    min-width: 16px;
    text-align: center;
    line-height: 1.3;
    border: 1.5px solid var(--bg);
  }
  .swatch {
    width: 100%;
    aspect-ratio: 1 / 1;
    max-width: 32px;
    border-radius: 50%;
    border: 2px solid transparent;
    cursor: pointer;
    transition: transform 0.18s ease, border-color 0.18s ease, opacity 0.18s ease;
    padding: 0;
  }
  .swatch:hover { transform: scale(1.15); }
  .swatch.is-active { border-color: var(--cream); }
  .swatch.is-disabled {
    opacity: 0.25;
    cursor: not-allowed;
    pointer-events: none;
  }
  .swatch.is-disabled:hover { transform: scale(1); }
  .swatch.red      { background: #d63224; }
  .swatch.mahogany { background: #6e2916; }
  .swatch.yellow   { background: #e8c64a; }
  .swatch.orange   { background: #e89045; }
  .swatch.teal     { background: #4a9590; }
  .swatch.lilac    { background: #b69cd8; }
  .swatch.purple   { background: #6b4a99; }
  .swatch.graphite { background: #2a2826; }
  .swatch.sage     { background: #a8b596; }
  .swatch.navy     { background: #1f2d4a; }
  .palette-hint {
    font-family: 'DM Mono', monospace;
    font-size: 9px;
    letter-spacing: 0.16em;
    color: rgba(237, 228, 200, 0.4);
    margin-top: 14px;
    text-transform: uppercase;
  }

  
  @media (max-width: 700px) {
    .palette { width: 95px; height: 95px; top: 16px; right: 16px; }
    .palette-panel { width: calc(100vw - 32px); max-width: 280px; }
  }

  
  /* BR/S CREDIT MODAL                          */
  
  .brs-modal {
    background: var(--ink);
    color: var(--cream);
    border: 4px solid var(--ink);
    padding: 36px;
    max-width: 580px;
    width: 100%;
    position: relative;
  }
  .brs-modal .brs-eyebrow {
    font-family: 'DM Mono', monospace;
    font-size: 10px;
    letter-spacing: 0.22em;
    text-transform: uppercase;
    color: var(--accent);
    margin-bottom: 16px;
  }
  .brs-modal h2 {
    font-family: 'Archivo', sans-serif;
    font-weight: 900;
    font-size: clamp(32px, 5vw, 44px);
    line-height: 0.92;
    letter-spacing: -0.03em;
    color: var(--cream);
    margin-bottom: 20px;
  }
  .brs-modal h2 em {
    font-family: 'Playfair Display', serif;
    font-style: italic;
    color: var(--accent);
  }
  .brs-modal p {
    font-family: 'Inter', sans-serif;
    font-size: 15px;
    line-height: 1.7;
    color: rgba(237, 228, 200, 0.82);
    margin-bottom: 16px;
  }
  .brs-modal p strong { color: var(--cream); font-weight: 600; }
  .brs-modal .brs-link {
    display: inline-block;
    margin-top: 12px;
    padding: 14px 22px;
    background: var(--accent);
    color: var(--ink);
    font-family: 'DM Mono', monospace;
    font-size: 11px;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    text-decoration: none;
    font-weight: 500;
    transition: transform 0.15s ease, box-shadow 0.15s ease;
    border: 2px solid var(--ink);
  }
  .brs-modal .brs-link:hover { transform: translate(-2px, -2px); box-shadow: 4px 4px 0 var(--cream); }

  body.modal-open { overflow: hidden; }

  
  /* Theme-reactive colors (auto-flip on light vs dark themes) */
  .top-bar { border-bottom-color: var(--on-bg); }
  .home .lead { color: var(--on-bg); }
  .home .right img { border-color: var(--on-bg); }
  .h-big { color: var(--on-bg); }
  .h-big .dot { background: var(--on-bg); }
  .featured-head h2 { color: var(--on-bg); }
  .featured-head h2 em { color: var(--accent); }
  .featured-head .sub { color: var(--on-bg); }
  .work .meta { color: var(--on-bg); }

  /* Brand elements — intentionally consistent across themes (cream bg + ink text reads on every bg) */
  .home .tag      { background: var(--ink); color: var(--cream); }
  .kicker-tag     { background: var(--ink); color: var(--cream); }
  .h-big .stamp   { background: var(--cream); color: var(--ink); }
  .btn            { background: var(--cream); color: var(--ink); border-color: var(--cream); }
  .btn:hover      { box-shadow: 4px 4px 0 var(--cream); }
  .btn.alt        { background: transparent; color: var(--on-bg); border-color: var(--on-bg); }

  /* Feature cards — intentionally dark on all themes */
  .feature-card        { background: #0a0a0a; border-color: var(--cream); color: var(--cream); }
  .feature-card h3     { color: var(--cream); }
  .feature-card p      { color: rgba(237, 228, 200, 0.7); }
  .feature-card .num   { color: var(--cream); opacity: 0.9; }
  .feature-card .cta   { color: var(--cream); opacity: 0.85; }
  .feature-card:hover  { box-shadow: 6px 6px 0 var(--cream); }

  
  .shop-card {
    display: flex;
    flex-direction: column;
    gap: 0;
  }
  .shop-card .cover-card { margin-bottom: 0; }
  .shop-meta {
    background: var(--cream);
    border: 4px solid var(--ink);
    border-top: 0;
    padding: 16px 18px 18px;
    margin-top: -4px;
  }
  .shop-title-row {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    margin-bottom: 12px;
    padding-bottom: 10px;
    border-bottom: 1px dashed rgba(10, 10, 10, 0.15);
  }
  .shop-title {
    font-family: 'Playfair Display', serif;
    font-style: italic;
    font-weight: 700;
    font-size: 18px;
    line-height: 1;
    color: var(--ink);
  }
  .shop-vol {
    font-family: 'DM Mono', monospace;
    font-size: 9px;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: rgba(10, 10, 10, 0.5);
  }
  .shop-options {
    display: flex;
    flex-direction: column;
    gap: 8px;
  }
  .shop-opt {
    background: transparent;
    border: 2px solid var(--ink);
    padding: 10px 12px;
    cursor: pointer;
    text-align: left;
    transition: background 0.15s ease, color 0.15s ease;
    font-family: inherit;
  }
  .shop-opt:hover:not(:disabled) {
    background: var(--ink);
    color: var(--cream);
  }
  .shop-opt:hover:not(:disabled) .shop-opt-meta { color: rgba(237, 228, 200, 0.7); }
  .shop-opt:disabled { opacity: 0.35; cursor: not-allowed; }
  .shop-opt-row {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    margin-bottom: 2px;
  }
  .shop-opt-label {
    font-family: 'Archivo', sans-serif;
    font-weight: 700;
    font-size: 13px;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: var(--ink);
    transition: color 0.15s ease;
  }
  .shop-opt-price {
    font-family: 'Bebas Neue', sans-serif;
    font-size: 22px;
    letter-spacing: 0.04em;
    color: var(--ink);   /* always dark on the cream card — readable on every theme (was var(--accent), which is cream on the dark themes → invisible) */
  }
  .shop-opt:hover:not(:disabled) .shop-opt-label,
  .shop-opt:hover:not(:disabled) .shop-opt-price { color: var(--cream); }
  .shop-opt-meta {
    font-family: 'DM Mono', monospace;
    font-size: 10px;
    letter-spacing: 0.12em;
    color: rgba(10, 10, 10, 0.55);
    text-transform: uppercase;
    transition: color 0.15s ease;
  }

  /* Inline-card "added" feedback flash */
  .shop-opt.is-added {
    background: var(--accent);
    color: var(--ink);
  }
  .shop-opt.is-added .shop-opt-label,
  .shop-opt.is-added .shop-opt-price,
  .shop-opt.is-added .shop-opt-meta { color: var(--ink); }

  
  .cart-launcher {
    position: fixed;
    top: 24px;
    right: 140px;            /* sits left of the painter's palette */
    z-index: 998;
    background: var(--ink);
    color: var(--cream);
    border: 2px solid var(--ink);
    padding: 10px 16px;
    font-family: 'DM Mono', monospace;
    font-size: 11px;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    cursor: pointer;
    border-radius: 999px;
    transition: background 0.18s ease, transform 0.18s ease;
    -webkit-tap-highlight-color: transparent;
    display: flex;
    align-items: center;
    gap: 10px;
    font-weight: 500;
  }
  .cart-launcher:hover { transform: scale(1.05); }
  .cart-launcher .cart-icon {
    width: 14px; height: 14px;
    display: inline-block;
  }
  .cart-launcher .cart-count {
    background: var(--accent);
    color: var(--ink);
    border-radius: 999px;
    padding: 2px 8px;
    font-size: 11px;
    font-weight: 700;
    min-width: 22px;
    text-align: center;
    line-height: 1.2;
  }
  .cart-launcher.is-empty .cart-count { display: none; }
  @media (max-width: 700px) {
    .cart-launcher { right: 100px; padding: 8px 12px; font-size: 10px; }
    .cart-launcher .cart-count { font-size: 10px; padding: 2px 6px; }
  }

  
  .cart-overlay {
    position: fixed;
    inset: 0;
    background: rgba(10, 10, 10, 0.5);
    backdrop-filter: blur(6px);
    -webkit-backdrop-filter: blur(6px);
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease, visibility 0s linear 0.3s;
    z-index: 1500;
  }
  .cart-overlay.is-open {
    opacity: 1;
    visibility: visible;
    transition: opacity 0.3s ease, visibility 0s linear 0s;
  }
  .cart-clip { position: fixed; inset: 0; overflow: hidden; pointer-events: none; z-index: 1501; }
  .cart-clip > .cart-panel { pointer-events: auto; }
  @media (max-width: 600px) { .cart-panel:not(.is-open) { display: none; } }
  .cart-panel {
    position: absolute;
    top: 0; right: 0; bottom: 0;
    width: 100%;
    max-width: 480px;
    background: var(--cream);
    color: var(--ink);
    transform: translateX(100%);
    transition: transform 0.4s cubic-bezier(0.2, 0.7, 0.2, 1);
    z-index: 1501;
    display: flex;
    flex-direction: column;
    border-left: 4px solid var(--ink);
  }
  .cart-overlay.is-open + .cart-panel,
  .cart-panel.is-open { transform: translateX(0); }

  .cart-head {
    padding: 24px 28px 20px;
    border-bottom: 3px solid var(--ink);
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: var(--cream);
  }
  .cart-head h3 {
    font-family: 'Archivo', sans-serif;
    font-weight: 900;
    font-size: 24px;
    letter-spacing: -0.01em;
    color: var(--ink);
  }
  .cart-head h3 em {
    font-family: 'Playfair Display', serif;
    font-style: italic;
    color: var(--accent);
    font-weight: 900;
  }
  .cart-close {
    background: transparent;
    border: 2px solid var(--ink);
    width: 36px; height: 36px;
    cursor: pointer;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--ink);
    transition: background 0.18s ease, color 0.18s ease;
  }
  .cart-close:hover { background: var(--ink); color: var(--cream); }

  .cart-body {
    flex: 1;
    overflow-y: auto;
    padding: 24px 28px;
  }
  .cart-empty {
    text-align: center;
    padding: 60px 20px;
    color: rgba(10, 10, 10, 0.5);
    font-family: 'Playfair Display', serif;
    font-style: italic;
    font-size: 18px;
    line-height: 1.5;
  }
  .cart-empty .cart-empty-mark {
    font-family: 'DM Mono', monospace;
    font-size: 10px;
    letter-spacing: 0.22em;
    text-transform: uppercase;
    color: rgba(10, 10, 10, 0.4);
    font-style: normal;
    margin-top: 16px;
  }

  .cart-line {
    display: grid;
    grid-template-columns: 64px 1fr auto;
    gap: 14px;
    align-items: flex-start;
    padding: 16px 0;
    border-bottom: 1px solid rgba(10, 10, 10, 0.12);
  }
  .cart-line:first-child { padding-top: 0; }
  .cart-line:last-child { border-bottom: 0; }
  .cart-line-thumb {
    width: 64px;
    height: 64px;
    background-size: cover;
    background-position: center;
    background-color: var(--ink);
    border: 2px solid var(--ink);
  }
  .cart-line-info {
    display: flex;
    flex-direction: column;
    gap: 4px;
    min-width: 0;
  }
  .cart-line-title {
    font-family: 'Playfair Display', serif;
    font-style: italic;
    font-weight: 700;
    font-size: 15px;
    color: var(--ink);
    line-height: 1.2;
  }
  .cart-line-kind {
    font-family: 'DM Mono', monospace;
    font-size: 10px;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    color: rgba(10, 10, 10, 0.55);
  }
  .cart-line-controls {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-top: 4px;
  }
  .qty-btn {
    width: 22px; height: 22px;
    border: 1.5px solid var(--ink);
    background: transparent;
    color: var(--ink);
    cursor: pointer;
    font-family: 'Archivo', sans-serif;
    font-size: 14px;
    font-weight: 700;
    line-height: 1;
    border-radius: 0;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .qty-btn:hover { background: var(--ink); color: var(--cream); }
  .qty-num {
    font-family: 'DM Mono', monospace;
    font-size: 12px;
    min-width: 18px;
    text-align: center;
    color: var(--ink);
  }
  .cart-line-remove {
    background: transparent;
    border: 0;
    color: rgba(10, 10, 10, 0.45);
    font-family: 'DM Mono', monospace;
    font-size: 9px;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    cursor: pointer;
    padding: 0;
    margin-top: 4px;
    text-align: left;
  }
  .cart-line-remove:hover { color: var(--accent); }
  .cart-line-price {
    font-family: 'Bebas Neue', sans-serif;
    font-size: 22px;
    color: var(--accent);
    text-align: right;
    line-height: 1;
    padding-top: 2px;
    white-space: nowrap;
  }

  .cart-foot {
    border-top: 3px solid var(--ink);
    padding: 20px 28px 28px;
    background: var(--cream);
  }
  .cart-totals {
    display: flex;
    flex-direction: column;
    gap: 6px;
    margin-bottom: 16px;
  }
  .cart-totals .row {
    display: flex;
    justify-content: space-between;
    font-family: 'DM Mono', monospace;
    font-size: 11px;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: rgba(10, 10, 10, 0.65);
  }
  .cart-totals .row.total {
    margin-top: 8px;
    padding-top: 12px;
    border-top: 2px solid var(--ink);
    color: var(--ink);
    font-size: 12px;
  }
  .cart-totals .row.total .v {
    font-family: 'Bebas Neue', sans-serif;
    font-size: 32px;
    color: var(--accent);
    line-height: 1;
  }

  .checkout-btn {
    display: block;
    width: 100%;
    background: var(--ink);
    color: var(--cream);
    border: 2px solid var(--ink);
    padding: 18px;
    font-family: 'DM Mono', monospace;
    font-size: 13px;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    font-weight: 600;
    cursor: pointer;
    transition: transform 0.15s ease, box-shadow 0.15s ease;
  }
  .checkout-btn:hover:not(:disabled) {
    transform: translate(-2px, -2px);
    box-shadow: 4px 4px 0 var(--ink);
  }
  .checkout-btn:disabled { opacity: 0.4; cursor: not-allowed; }
  .checkout-note {
    font-family: 'DM Mono', monospace;
    font-size: 9px;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    color: rgba(10, 10, 10, 0.5);
    text-align: center;
    margin-top: 12px;
  }

  body.cart-open { overflow: hidden; }

  @media (max-width: 540px) {
    .cart-panel { max-width: 100%; }
    .cart-head { padding: 20px 20px 16px; }
    .cart-body { padding: 20px; }
    .cart-foot { padding: 16px 20px 24px; }
  }

  
  .contact-view .contact-poster {
    display: grid;
    grid-template-columns: 1.7fr 1fr;
    background: var(--surface);
    border: 5px solid var(--text);
    box-shadow: 10px 10px 0 var(--text);
    margin: 0 16px 24px 0;
    max-width: calc(100% - 16px);
    overflow: hidden;
  }
  .contact-view .cf {
    padding: 36px 40px 40px;
    display: flex;
    flex-direction: column;
    gap: 24px;
    background: var(--surface);
    border-right: 4px solid var(--text);
  }
  .cf-eyebrow {
    font-family: 'DM Mono', monospace;
    font-size: 11px;
    letter-spacing: 0.24em;
    text-transform: uppercase;
    color: var(--text);
    font-weight: 700;
  }
  .cf-row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
  .cf-field { display: flex; flex-direction: column; position: relative; }
  .cf-num {
    font-family: 'Bebas Neue', sans-serif;
    font-size: 32px;
    line-height: 1;
    color: var(--text);
    letter-spacing: 0.04em;
    margin-bottom: 4px;
    opacity: 0.45;
  }
  .cf-label {
    font-family: 'Archivo', sans-serif;
    font-weight: 800;
    font-size: 13px;
    letter-spacing: 0.02em;
    color: var(--text);
    margin-bottom: 10px;
    text-transform: uppercase;
  }
  .cf input[type="text"],
  .cf input[type="email"],
  .cf textarea {
    font-family: 'Archivo', sans-serif;
    font-size: 16px;
    color: var(--text);
    background: var(--surface-2);
    border: 3px solid var(--text);
    border-radius: 0;
    padding: 14px 16px;
    outline: none;
    width: 100%;
    transition: transform 0.12s ease, box-shadow 0.12s ease;
    font-weight: 500;
  }
  .cf input::placeholder, .cf textarea::placeholder {
    color: var(--text);
    opacity: 0.35;
    font-style: italic;
    font-family: 'Playfair Display', serif;
  }
  .cf input:focus, .cf textarea:focus {
    transform: translate(-2px, -2px);
    box-shadow: 4px 4px 0 var(--text);
  }
  .cf textarea {
    resize: vertical;
    min-height: 130px;
    font-family: 'Inter', sans-serif;
    line-height: 1.55;
  }
  .cf-pills { display: flex; flex-wrap: wrap; gap: 8px; }
  .cf-pills input[type="radio"] {
    position: absolute;
    opacity: 0;
    pointer-events: none;
  }
  .cf-pill {
    background: transparent;
    color: var(--text);
    border: 2px solid var(--text);
    padding: 9px 16px;
    font-family: 'DM Mono', monospace;
    font-size: 11px;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    cursor: pointer;
    transition: background 0.15s ease, color 0.15s ease;
    font-weight: 500;
  }
  .cf-pill:hover { background: var(--text); color: var(--surface); }
  .cf-pills input[type="radio"]:checked + .cf-pill {
    background: var(--text);
    color: var(--surface);
  }
  .cf-submit-row { display: flex; flex-direction: column; gap: 10px; margin-top: 8px; }
  .cf-submit {
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    width: 100%;
    background: var(--text);
    color: var(--surface);
    border: 3px solid var(--text);
    padding: 18px 24px;
    font-family: 'Archivo', sans-serif;
    font-size: 16px;
    font-weight: 800;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    cursor: pointer;
    transition: transform 0.15s ease, box-shadow 0.15s ease;
  }
  .cf-submit:hover {
    transform: translate(-3px, -3px);
    box-shadow: 6px 6px 0 var(--text);
  }
  .cf-submit-arrow { font-size: 24px; line-height: 1; }
  .form-status {
    font-family: 'DM Mono', monospace;
    font-size: 11px;
    letter-spacing: 0.14em;
    color: var(--text);
    opacity: 0.65;
    min-height: 14px;
  }
  .cf-sidebar {
    background: var(--surface-2);
    padding: 36px 32px 40px;
    display: flex;
    flex-direction: column;
    gap: 18px;
  }
  .cf-direct {
    display: flex;
    flex-direction: column;
    text-decoration: none;
    background: var(--surface);
    border: 3px solid var(--text);
    padding: 16px 18px;
    transition: transform 0.15s ease, box-shadow 0.15s ease;
  }
  .cf-direct:hover {
    transform: translate(-2px, -2px);
    box-shadow: 4px 4px 0 var(--text);
  }
  .cf-direct-label {
    font-family: 'DM Mono', monospace;
    font-size: 9px;
    letter-spacing: 0.22em;
    text-transform: uppercase;
    color: var(--text);
    opacity: 0.55;
    margin-bottom: 6px;
  }
  .cf-direct-value {
    font-family: 'Archivo', sans-serif;
    font-size: 15px;
    color: var(--text);
    font-weight: 700;
    word-break: break-word;
  }
  .cf-meta {
    margin-top: 4px;
    padding-top: 16px;
    border-top: 2px solid var(--text);
    display: flex;
    flex-direction: column;
    gap: 10px;
  }
  .cf-meta-row { display: flex; justify-content: space-between; gap: 12px; }
  .cf-meta-k {
    font-family: 'DM Mono', monospace;
    font-size: 10px;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: var(--text);
    opacity: 0.55;
  }
  .cf-meta-v {
    font-family: 'Archivo', sans-serif;
    font-size: 13px;
    font-weight: 600;
    color: var(--text);
  }
  .cf-social {
    display: grid;
    grid-template-columns: 1fr auto;
    grid-template-rows: auto auto;
    gap: 4px 16px;
    text-decoration: none;
    background: var(--text);
    color: var(--surface);
    border: 3px solid var(--text);
    padding: 16px 18px;
    margin-top: auto;
    transition: transform 0.15s ease, box-shadow 0.15s ease;
  }
  .cf-social:hover {
    transform: translate(-2px, -2px);
    box-shadow: 4px 4px 0 var(--text);
  }
  .cf-social-label {
    font-family: 'DM Mono', monospace;
    font-size: 9px;
    letter-spacing: 0.22em;
    text-transform: uppercase;
    color: var(--surface);
    opacity: 0.6;
    grid-column: 1;
  }
  .cf-social-handle {
    font-family: 'Archivo', sans-serif;
    font-size: 17px;
    font-weight: 800;
    color: var(--surface);
    grid-column: 1;
  }
  .cf-social-arrow {
    grid-row: 1 / -1;
    grid-column: 2;
    align-self: center;
    font-size: 22px;
    color: var(--surface);
    font-weight: 700;
  }
  @media (max-width: 800px) {
    .contact-view .contact-poster {
      grid-template-columns: 1fr;
      box-shadow: 6px 6px 0 var(--text);
      margin: 0 8px 16px 0;
    }
    .contact-view .cf {
      padding: 28px 24px 32px;
      border-right: 0;
      border-bottom: 4px solid var(--text);
    }
    .cf-row { grid-template-columns: 1fr; }
    .cf-sidebar { padding: 28px 24px 32px; }
  }
  
  /* WELCOME MODAL (first-visit colour pick)   */
  
  .welcome-overlay {
    position: fixed; inset: 0;
    z-index: 2000;
    background: rgba(10,10,10,0.78);
    backdrop-filter: blur(14px) saturate(140%);
    -webkit-backdrop-filter: blur(14px) saturate(140%);
    display: flex; align-items: center; justify-content: center;
    padding: 24px;
    opacity: 0; visibility: hidden; pointer-events: none;
    transition: opacity 0.35s ease, visibility 0s linear 0.35s;
  }
  .welcome-overlay.is-open {
    opacity: 1; visibility: visible; pointer-events: auto;
    transition: opacity 0.35s ease, visibility 0s linear 0s;
  }
  .welcome-modal {
    position: relative;
    width: 100%; max-width: 520px;
    background: var(--bg);
    color: var(--text);
    border: 2px solid var(--text);
    border-radius: 6px;
    padding: 56px 40px 48px;
    text-align: center;
    transform: scale(0.94) translateY(8px);
    transition: transform 0.45s cubic-bezier(0.2,0.7,0.2,1), background 0.5s ease, color 0.5s ease;
  }
  .welcome-overlay.is-open .welcome-modal { transform: scale(1) translateY(0); }
  .welcome-skip {
    position: absolute; top: 14px; right: 18px;
    background: transparent; border: none; color: var(--text); opacity: 0.5;
    font-family: 'DM Mono', monospace; font-size: 11px; letter-spacing: 0.18em;
    text-transform: uppercase; cursor: pointer;
  }
  .welcome-skip:hover { opacity: 1; }
  .welcome-stage { animation: fadeIn 0.5s ease both; }
  @keyframes fadeIn { from { opacity: 0; transform: translateY(6px); } to { opacity: 1; transform: translateY(0); } }
  .welcome-greeting {
    font-family: 'Playfair Display', serif;
    font-style: italic;
    font-size: clamp(46px, 7vw, 64px);
    font-weight: 900;
    line-height: 0.95;
    margin-bottom: 14px;
  }
  .welcome-tag {
    font-family: 'Archivo', sans-serif;
    font-size: 17px;
    line-height: 1.45;
    margin-bottom: 10px;
    opacity: 0.85;
  }
  .welcome-tag strong { font-weight: 700; }
  .welcome-question {
    font-family: 'DM Mono', monospace;
    font-size: 12px;
    letter-spacing: 0.24em;
    text-transform: uppercase;
    margin: 26px 0 22px;
    opacity: 0.7;
  }
  .welcome-swatches {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 14px;
    max-width: 360px; margin: 0 auto;
  }
  .welcome-swatches .ws {
    aspect-ratio: 1/1;
    border-radius: 50%;
    border: 2px solid var(--text);
    cursor: pointer;
    transition: transform 0.18s ease, box-shadow 0.18s ease;
    padding: 0;
  }
  .welcome-swatches .ws:hover { transform: scale(1.12); box-shadow: 0 6px 14px rgba(0,0,0,0.3); }
  .welcome-swatches .ws:active { transform: scale(0.96); }
  .ws-red      { background: #d63224; }
  .ws-mahogany { background: #6e2916; }
  .ws-yellow   { background: #e8c64a; }
  .ws-orange   { background: #e89045; }
  .ws-teal     { background: #4a9590; }
  .ws-lilac    { background: #b69cd8; }
  .ws-purple   { background: #6b4a99; }
  .ws-graphite { background: #2a2826; }
  .ws-sage     { background: #a8b596; }
  .ws-navy     { background: #1f2d4a; }
  .welcome-chosen {
    font-family: 'Caveat', cursive;
    font-weight: 700;
    font-size: 1.4em;
    color: var(--accent);
    text-transform: lowercase;
  }

  
  /* PAINT WITH ME — per-session accent colours */
  /* (matches the original mock: purple/teal/orange/red) */
  
  .session-card[data-session="group"]   { --sc-accent: #6b4a99; }
  .session-card[data-session="private"] { --sc-accent: #4a9590; }
  .session-card[data-session="park"]    { --sc-accent: #e89045; }
  .session-card[data-session="custom"]  { --sc-accent: #d63224; }
  .session-card[data-session]           { border-top: 6px solid var(--sc-accent); }
  .session-card[data-session]:hover     { border-color: var(--sc-accent); }
  .session-card[data-session] .num      { color: var(--sc-accent); }

  /* Per-modal coloured background. Variables let one generic rule apply text colour. */
  #sessionModal-group   { --sm-bg: #6b4a99; --sm-text: #ede4c8; --sm-text-soft: rgba(237,228,200,0.82); --sm-line: rgba(237,228,200,0.20); --sm-btn-bg: #ede4c8; --sm-btn-text: #6b4a99; }
  #sessionModal-private { --sm-bg: #4a9590; --sm-text: #ede4c8; --sm-text-soft: rgba(237,228,200,0.82); --sm-line: rgba(237,228,200,0.22); --sm-btn-bg: #ede4c8; --sm-btn-text: #4a9590; }
  #sessionModal-park    { --sm-bg: #e89045; --sm-text: #0a0a0a; --sm-text-soft: rgba(10,10,10,0.78); --sm-line: rgba(10,10,10,0.22); --sm-btn-bg: #ede4c8; --sm-btn-text: #b95e16; }
  #sessionModal-custom  { --sm-bg: #d63224; --sm-text: #0a0a0a; --sm-text-soft: rgba(10,10,10,0.78); --sm-line: rgba(10,10,10,0.22); --sm-btn-bg: #ede4c8; --sm-btn-text: #d63224; }

  .session-modal[id^="sessionModal-"] .session-modal-content { background: var(--sm-bg); color: var(--sm-text); }
  .session-modal[id^="sessionModal-"] .session-modal-header,
  .session-modal[id^="sessionModal-"] .session-modal-title,
  .session-modal[id^="sessionModal-"] .session-modal-num,
  .session-modal[id^="sessionModal-"] .session-modal-section h4,
  .session-modal[id^="sessionModal-"] .booking-form h4 { color: var(--sm-text); }
  .session-modal[id^="sessionModal-"] .session-modal-meta,
  .session-modal[id^="sessionModal-"] .session-modal-section p,
  .session-modal[id^="sessionModal-"] .session-modal-section li,
  .session-modal[id^="sessionModal-"] .booking-form .deck { color: var(--sm-text-soft); }
  .session-modal[id^="sessionModal-"] .session-modal-divider { background: var(--sm-line); }
  .session-modal[id^="sessionModal-"] .session-modal-close { color: var(--sm-text); border-color: var(--sm-line); }
  .session-modal[id^="sessionModal-"] .session-modal-close:hover { background: var(--sm-text); color: var(--sm-bg); }
  .session-modal[id^="sessionModal-"] .session-modal-image { background: var(--sm-line); }
  .session-modal[id^="sessionModal-"] .session-modal-image .modal-placeholder-icon { color: var(--sm-text); opacity: 0.55; }
  .session-modal[id^="sessionModal-"] .form-submit {
    background: var(--sm-btn-bg) !important;
    color: var(--sm-btn-text) !important;
    border-color: var(--sm-btn-bg) !important;
  }
  .session-modal[id^="sessionModal-"] .form-submit:hover { opacity: 0.92; }

  /* Force the popup header bar to stay black + cream on ALL session modals,
     overriding the per-modal --sm-text colouring. Body keeps its accent colour. */
  .session-modal[id^="sessionModal-"] .session-modal-header {
    background: #0a0a0a;
    color: #ede4c8;
  }
  .session-modal[id^="sessionModal-"] .session-modal-header .session-modal-num,
  .session-modal[id^="sessionModal-"] .session-modal-header .session-modal-title,
  .session-modal[id^="sessionModal-"] .session-modal-header .session-modal-meta,
  .session-modal[id^="sessionModal-"] .session-modal-header .session-modal-meta span,
  .session-modal[id^="sessionModal-"] .session-modal-header .session-modal-close {
    color: #ede4c8;
  }
  .session-modal[id^="sessionModal-"] .session-modal-header .session-modal-close {
    border-color: rgba(237,228,200,0.35);
  }
  .session-modal[id^="sessionModal-"] .session-modal-header .session-modal-close:hover {
    background: #ede4c8;
    color: #0a0a0a;
  }

  /* "Book this session" footer block — always dark text on all 4 modals
     (the booking-form has its own cream-ish background, so dark text reads on every accent). */
  .session-modal[id^="sessionModal-"] .booking-form,
  .session-modal[id^="sessionModal-"] .booking-form h4,
  .session-modal[id^="sessionModal-"] .booking-form .deck,
  .session-modal[id^="sessionModal-"] .booking-form p {
    color: #0a0a0a;
  }

  
  /* EVENT DETAIL MODAL (calendar pop-up)      */
  
  #eventModal .evm-banner {
    padding: 36px 32px 28px;
    text-align: left;
    background: #0a0a0a;
    color: #ede4c8;
    transition: background 0.3s ease, color 0.3s ease;
  }
  #eventModal .evm-date {
    font-family: 'DM Mono', monospace;
    font-size: 11px;
    letter-spacing: 0.24em;
    text-transform: uppercase;
    opacity: 0.85;
    margin-bottom: 14px;
  }
  #eventModal .evm-title {
    font-family: 'Playfair Display', serif;
    font-style: italic;
    font-weight: 900;
    font-size: clamp(36px, 5vw, 52px);
    line-height: 1.0;
    margin-bottom: 8px;
    color: inherit;
  }
  #eventModal .evm-subtitle {
    font-family: 'Caveat', cursive;
    font-weight: 600;
    font-size: 22px;
    opacity: 0.9;
  }
  #eventModal .evm-image {
    width: 100%;
    aspect-ratio: 16 / 9;
    background-size: cover;
    background-position: center;
  }
  #eventModal .evm-body {
    padding: 28px 32px 32px;
    background: #ede4c8;
    color: #0a0a0a;
  }
  #eventModal .evm-meta {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
    gap: 14px 22px;
    padding-bottom: 22px;
    margin-bottom: 22px;
    border-bottom: 1px solid rgba(10,10,10,0.18);
  }
  #eventModal .evm-meta-row { font-family: 'DM Mono', monospace; font-size: 12px; }
  #eventModal .evm-meta-row .k {
    display: block;
    font-size: 10px;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    opacity: 0.55;
    margin-bottom: 3px;
  }
  #eventModal .evm-meta-row .v { font-weight: 500; }
  #eventModal .evm-desc {
    font-family: 'Inter', sans-serif;
    font-size: 15px;
    line-height: 1.65;
    margin-bottom: 24px;
  }
  #eventModal .evm-desc p { margin-bottom: 12px; }
  #eventModal .evm-desc p:last-child { margin-bottom: 0; }
  #eventModal .evm-book {
    display: block;
    background: #0a0a0a;
    color: #ede4c8;
    text-decoration: none;
    padding: 18px 24px;
    text-align: center;
    font-family: 'Archivo', sans-serif;
    font-weight: 800;
    font-size: 15px;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    transition: background 0.18s ease, transform 0.1s ease;
  }
  #eventModal .evm-book:hover { background: #1a1a1a; transform: translateY(-1px); }
  #eventModal .evm-book.is-disabled {
    background: rgba(10,10,10,0.25);
    color: rgba(10,10,10,0.6);
    cursor: not-allowed;
    pointer-events: none;
  }

  /* Calendar event chips — colour comes inline from JS but ensure layout is right */
  .wm-cal-event {
    display: block;
    padding: 4px 7px;
    margin-top: 3px;
    border-radius: 3px;
    font-size: 10px;
    text-decoration: none;
    border: 1px solid transparent;
    transition: transform 0.12s ease;
  }
  .wm-cal-event:hover { transform: scale(1.03); }
  .wm-cal-event .wm-cal-event-title { display:block; font-weight: 700; font-size: 11px; line-height: 1.15; }
  .wm-cal-event .wm-cal-event-meta  { display:block; font-size: 9px; opacity: 0.82; margin-top: 1px; }
  .wm-cal-event.full { opacity: 0.5; cursor: not-allowed; }

  /* Event-modal quantity selector */
  #eventModal .evm-qty-row {
    display: flex; align-items: center; justify-content: space-between;
    gap: 14px; padding: 14px 0; margin-bottom: 18px;
    border-top: 1px solid rgba(10,10,10,0.18);
    border-bottom: 1px solid rgba(10,10,10,0.18);
    font-family: 'DM Mono', monospace; font-size: 11px;
    letter-spacing: 0.18em; text-transform: uppercase;
  }
  #eventModal .evm-qty-row .k { opacity: 0.6; }
  #eventModal .evm-qty-controls { display: flex; align-items: center; gap: 14px; }
  #eventModal .evm-qty-btn {
    width: 36px; height: 36px; border: 1.5px solid #0a0a0a;
    background: transparent; color: #0a0a0a; font: inherit; font-size: 18px;
    cursor: pointer; line-height: 1;
  }
  #eventModal .evm-qty-btn:hover { background: #0a0a0a; color: #ede4c8; }
  #eventModal .evm-qty-btn:disabled { opacity: 0.3; cursor: not-allowed; background: transparent; color: #0a0a0a; }
  #eventModal .evm-qty-val {
    font-family: 'Playfair Display', serif; font-size: 22px; font-weight: 700;
    font-style: italic; min-width: 26px; text-align: center;
  }

  @media (max-width: 700px) {
    .cart-pill { top: 122px; right: 47px; width: 30px; height: 30px; }
    .cart-pill .cart-icon { width: 12px; height: 12px; }
    .cart-pill .cart-count { top: -4px; right: -4px; font-size: 8px; padding: 1px 4px; min-width: 14px; border-width: 1.2px; }

    #eventModal .modal-content { max-width: 100%; }
    #eventModal .evm-banner { padding: 26px 20px 22px; }
    #eventModal .evm-title { font-size: clamp(28px, 7vw, 40px); }
    #eventModal .evm-body { padding: 22px 20px 26px; }
    #eventModal .evm-meta { grid-template-columns: 1fr 1fr; gap: 12px 16px; padding-bottom: 18px; margin-bottom: 18px; }
    #eventModal .evm-desc { font-size: 14px; }
    #eventModal .evm-book { padding: 16px 18px; font-size: 13px; }
    #eventModal .evm-qty-row { padding: 12px 0; gap: 10px; }
    #eventModal .evm-qty-btn { width: 32px; height: 32px; font-size: 16px; }

    .welcome-modal { padding: 40px 22px 32px; }
    .welcome-swatches { gap: 11px; max-width: 100%; }

    .site-foot { flex-direction: column; gap: 12px; text-align: center; padding: 24px 18px; }

    .h-big { font-size: clamp(46px, 13vw, 78px); line-height: 0.95; }
    .home .hero .lead { font-size: 16px; }
    .featured { padding: 40px 18px 32px; }
    .feature-card { padding: 22px; }

    .contact-poster { grid-template-columns: 1fr; gap: 20px; padding: 22px 18px; }
    .cf-row { grid-template-columns: 1fr; gap: 14px; }
    .cf-sidebar { padding: 18px; }

    .manifesto-inner blockquote { font-size: 22px; line-height: 1.25; }
  }

  @media (max-width: 420px) {
    .cart-pill { top: 110px; right: 44px; }
    .welcome-modal { padding: 32px 18px 26px; }
    .welcome-greeting { font-size: 42px; }
    #eventModal .evm-title { font-size: 26px; }
    #eventModal .evm-meta { grid-template-columns: 1fr; gap: 10px; }
  }

  .site-foot .foot-left { text-align: left; display: flex; flex-direction: column; gap: 12px; min-width: 0; }
  .site-foot .foot-legal { display: flex; flex-wrap: wrap; align-items: center; gap: 6px 8px; line-height: 1.5; }
  .site-foot .foot-legal a { color: var(--cream); opacity: 0.72; }
  .site-foot .foot-legal a:hover { opacity: 1; color: #fff; }
  .site-foot .foot-legal-sep { opacity: 0.32; }
  .site-foot .foot-copyright { width: 100%; opacity: 0.5; font-size: 9px; letter-spacing: 0.16em; margin-top: 4px; }
  @media (max-width: 700px) {
    .site-foot .foot-left { grid-column: 1 / -1; text-align: center; align-items: center; }
    .site-foot .foot-legal { justify-content: center; }
  }

  /* Legal popup */
  #legalModal .modal-content { max-width: 780px; }
  .legal-modal { background: var(--cream); color: var(--ink); border: 2px solid var(--ink); padding-bottom: 4px; }
  .legal-head { padding: 4px 26px 0; }
  .legal-eyebrow { font-family: 'DM Mono', monospace; font-size: 10px; letter-spacing: 0.22em; text-transform: uppercase; opacity: 0.55; margin-bottom: 10px; }
  .legal-tabs { display: flex; flex-wrap: wrap; gap: 2px; border-bottom: 2px solid var(--ink); }
  .legal-tab { background: transparent; border: none; border-bottom: 3px solid transparent; margin-bottom: -2px; color: var(--ink); font-family: 'Archivo', sans-serif; font-weight: 800; font-size: 11.5px; letter-spacing: 0.06em; text-transform: uppercase; padding: 10px 14px; cursor: pointer; opacity: 0.5; }
  .legal-tab:hover { opacity: 0.85; }
  .legal-tab.is-active { opacity: 1; border-bottom-color: var(--ink); }
  .legal-panels { padding: 22px 26px 28px; }

  /* Document typography (shared by popup + page) */
  .legal-doc-title { font-family: 'Playfair Display', serif; font-weight: 900; font-size: 28px; line-height: 1.08; margin: 0 0 4px; }
  .legal-doc-body { font-family: 'Inter', sans-serif; font-size: 14.5px; line-height: 1.65; }
  .legal-doc-body h4 { font-family: 'Archivo', sans-serif; font-weight: 800; font-size: 12px; letter-spacing: 0.1em; text-transform: uppercase; margin: 22px 0 6px; opacity: 0.85; }
  .legal-doc-body p { margin: 0 0 12px; }
  .legal-doc-body ul { margin: 0 0 12px; padding-left: 20px; }
  .legal-doc-body li { margin-bottom: 5px; }
  .legal-doc-body a { color: inherit; text-decoration: underline; }
  .legal-doc-body strong { font-weight: 700; }
  .legal-allsales { border-left: 3px solid currentColor; padding: 12px 16px; margin: 14px 0; font-weight: 700; }
  .legal-updated { font-family: 'DM Mono', monospace; font-size: 10.5px; letter-spacing: 0.12em; text-transform: uppercase; opacity: 0.5; margin-top: 20px; }

  /* Standalone /legal.php page */
  .legal-page { max-width: 880px; }
  .legal-page .legal-doc { padding-bottom: 36px; margin-bottom: 36px; border-bottom: 1px solid var(--text-mute); }
  .legal-page .legal-doc:last-child { border-bottom: none; margin-bottom: 0; }
  .legal-page .legal-doc-title { margin-top: 10px; }

  /* Studio "get in touch" CTA — left column on desktop, at the bottom (under the quote) on mobile */
  .studio-cta-mobile { display: none; }
  @media (max-width: 899px) {
    .studio-cta-desktop { display: none; }
    .studio-cta-mobile { display: block; margin-top: 24px; }
  }
