/* Vena Café / Chromatic atelier. No frameworks, no scroll hijacking. */
:root {
  --ink: #15121c;
  --surface: #201c29;
  --cream: #f5f0e8;
  --muted: #b7aebf;
  --line: #ffffff24;
  --coral: #ff896d;
  --lilac: #c5a5f3;
  --design-content-max: 1440px;
  --design-gutter-max: 88px;
  --design-hero-min-height: 620px;
  --design-hero-copy: 47%;
  --design-hero-panel-alpha: 0%;
  --design-header-alpha: 96%;
  --design-artwork-alpha: 1;
  --design-project-thumbnail: 380px;
  --design-project-gap: 40px;
  --design-body-font: "DM Sans", Arial, sans-serif;
  --design-display-font: "DM Sans", Arial, sans-serif;
  --design-accent-font: "Instrument Serif", Georgia, serif;
  --design-base-font: 16px;
  --design-heading-scale: 1;
  --design-ticker-from: var(--coral);
  --design-ticker-to: var(--cream);
  --design-ticker-text: var(--ink);
  --design-ticker-angle: 105deg;
  --design-ticker-alpha: 100%;
  --sans: var(--design-body-font);
  --serif: var(--design-accent-font);
  --gutter: clamp(22px, 5vw, var(--design-gutter-max));
  --max: var(--design-content-max);
}
main {
  overflow-x: clip;
}
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
  scroll-padding-top: 96px;
}
body {
  margin: 0;
  background: var(--ink);
  color: var(--cream);
  font-family: var(--sans);
  font-size: var(--design-base-font);
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
}
::selection {
  background: var(--coral);
  color: var(--ink);
}
a {
  color: inherit;
  text-decoration: none;
}
button {
  font: inherit;
  color: inherit;
  cursor: pointer;
}
a,
button {
  -webkit-tap-highlight-color: transparent;
}
button,
a,
summary {
  touch-action: manipulation;
}
button:focus-visible,
a:focus-visible,
summary:focus-visible {
  outline: 2px solid var(--coral);
  outline-offset: 6px;
}
button {
  border: 0;
}
h1,
h2,
h3,
p,
figure {
  margin: 0;
}
button[hidden],
[hidden] {
  display: none !important;
}
em {
  font-family: var(--serif);
  font-weight: 400;
}
canvas {
  display: block;
}
svg {
  display: block;
}
a,
button {
  user-select: none;
}
.wrap {
  width: min(100%, var(--max));
  padding-inline: var(--gutter);
  margin-inline: auto;
}
.eyebrow {
  font-size: 11px;
  letter-spacing: 0.16em;
  font-weight: 550;
  text-transform: uppercase;
}
.skip-link {
  position: fixed;
  top: 10px;
  left: 20px;
  z-index: 200;
  padding: 12px 20px;
  background: var(--cream);
  color: var(--ink);
  transform: translateY(-160%);
}
.skip-link:focus {
  transform: translateY(0);
}
/* Quiet, stable navigation — motion belongs in the artwork. */
.site-header {
  height: 88px;
  padding-inline: var(--gutter);
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid var(--line);
  position: sticky;
  top: 0;
  z-index: 50;
  background: #15121cf5;
  backdrop-filter: blur(16px);
}
.wordmark {
  font-size: 24px;
  font-weight: 550;
  letter-spacing: -1.2px;
  display: flex;
  align-items: center;
  gap: 12px;
  white-space: nowrap;
  min-height: 44px;
}
.brand-flower {
  font-size: 37px;
  color: var(--coral);
  line-height: 1;
}
.wordmark-dot {
  font-size: 10px;
  align-self: flex-start;
  letter-spacing: 0;
  margin-top: 9px;
  margin-left: -7px;
}
nav {
  display: flex;
  align-items: center;
  gap: 38px;
}
nav a {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 13px;
  min-height: 44px;
  transition: color 0.2s;
}
nav a:hover,
nav a.active {
  color: var(--coral);
}
.header-contact {
  font-size: 12px;
  display: flex;
  gap: 26px;
  align-items: center;
  min-height: 44px;
  background: transparent;
  padding: 0;
}
.header-contact > span:last-child {
  font-size: 22px;
  color: var(--coral);
}
/* The hero is an editorial spread over an uninterrupted deep-space field. */
.hero {
  position: relative;
  isolation: isolate;
  overflow: clip;
  padding-top: 44px;
}
.hero-kicker {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  position: relative;
  z-index: 3;
}
.hero-kicker .eyebrow {
  color: var(--coral);
  padding-top: 4px;
}
.hero-aside {
  text-align: right;
  font-size: 11px;
  color: var(--muted);
  line-height: 1.6;
}
.hero-content {
  position: static;
  min-height: 620px;
  display: grid;
  grid-template-columns: 47% 53%;
  align-items: center;
}
.hero.hero-art-hidden .hero-content {
  grid-template-columns: 1fr;
  min-height: 500px;
}
.hero.hero-art-hidden .hero-copy {
  max-width: 760px;
}
.hero-copy {
  position: relative;
  z-index: 3;
  padding-top: 28px;
  padding-bottom: 42px;
  pointer-events: none;
}
.hero-copy a {
  pointer-events: auto;
}
h1 {
  font-size: clamp(100px, 12.5vw, 184px);
  font-weight: 500;
  letter-spacing: -0.082em;
  line-height: 0.8;
  max-width: 690px;
}
h1 em {
  display: block;
  color: var(--coral);
  font-size: 1.15em;
  letter-spacing: -0.045em;
  margin-left: 0.43em;
  line-height: 0.92;
  padding-right: 0.12em;
  padding-bottom: 0.04em;
}
.hero-description {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  margin-top: 30px;
  max-width: 340px;
}
.tiny-spark {
  font-size: 30px;
  line-height: 1.1;
  color: var(--lilac);
}
.hero-description p {
  font-size: 17px;
  line-height: 1.55;
  max-width: 285px;
  text-wrap: pretty;
  color: #e3dae7;
}
.hero-actions {
  display: flex;
  align-items: center;
  gap: 26px;
  margin-top: 30px;
}
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 35px;
  min-height: 52px;
  padding: 13px 23px;
  font-size: 12px;
  border-radius: 2px;
  transition:
    background 0.25s,
    color 0.25s;
}
.button span:last-child {
  font-size: 22px;
  line-height: 1;
}
.button-light {
  background: var(--cream);
  color: var(--ink);
}
.button-light:hover {
  background: var(--coral);
}
.text-link {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  gap: 16px;
  font-size: 12px;
}
.text-link span:last-child {
  font-size: 20px;
}
.text-link:hover {
  color: var(--coral);
}
.hero-art {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  isolation: isolate;
  pointer-events: none;
}
.hero-art canvas {
  position: absolute;
  width: 100%;
  height: 100%;
  inset: 0;
  z-index: 2;
  cursor: grab;
  pointer-events: auto;
  touch-action: pan-y;
}
.hero-art canvas.is-dragging {
  cursor: grabbing;
}
.art-halo {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 72% 49%, #6d42d21f, transparent 31%),
    radial-gradient(circle at 68% 44%, #ff755b16, transparent 45%);
  filter: blur(42px);
}
.hero-art figcaption {
  position: absolute;
  z-index: 4;
  bottom: 96px;
  left: 50%;
  right: 0;
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 4px;
  text-align: center;
  font-size: 10px;
  letter-spacing: 0.035em;
}
.art-caption {
  display: flex;
  align-items: center;
  gap: 8px;
}
.live-dot {
  display: inline-block;
  flex: 0 0 5px;
  width: 5px;
  height: 5px;
  border-radius: 100%;
  background: var(--coral);
  box-shadow: 0 0 12px #ff896d55;
}
.art-hint {
  color: var(--muted);
  font-size: 10px;
}
.hero-bottom {
  position: relative;
  z-index: 4;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 7px 0 28px;
  gap: 20px;
}
.scroll-link {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 0.13em;
  min-height: 44px;
}
.scroll-link > span:first-child {
  margin-right: 7px;
  font-size: 25px;
  color: var(--coral);
}
.scroll-extra {
  color: var(--muted);
  margin-left: -6px;
}
.art-controls {
  display: flex;
  align-items: center;
  gap: 16px;
  font-size: 10px;
}
#artPalette {
  min-width: 126px;
  color: var(--muted);
  text-align: right;
}
.palette-group {
  display: flex;
  gap: 0;
}
.palette-group button {
  position: relative;
  width: 44px;
  height: 44px;
  background: none;
  border-radius: 50%;
}
.palette-group button::before {
  content: "";
  position: absolute;
  inset: 12px;
  border-radius: 50%;
  background: var(--swatch);
}
.palette-group button::after {
  content: "";
  position: absolute;
  inset: 7px;
  border: 1px solid transparent;
  border-radius: 50%;
  transition: border-color 0.2s;
}
.palette-group button[aria-pressed="true"]::after {
  border-color: var(--cream);
}
#motionToggle {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  background: none;
  border-left: 1px solid var(--line);
  min-height: 44px;
  width: 87px;
  padding-left: 16px;
  font-size: 10px;
}
.motion-symbol {
  font-size: 13px;
  width: 12px;
}
.art-fallback {
  --ribbon-first: #eee1b3;
  --ribbon-second: #56666b;
  --ribbon-third: #2f394d;
  --ribbon-highlight: #eee1b3;
  --ribbon-shadow: #33003680;
  --ribbon-first-inset: #2f394d80;
  --ribbon-second-deep: #38182f;
  --ribbon-second-shadow: #330036d0;
  --ribbon-third-deep: #330036;
  --ribbon-third-shadow: #330036b8;
  position: absolute;
  inset: 14% 7% 15% 17%;
  display: grid;
  place-items: center;
  filter: drop-shadow(0 22px 30px var(--ribbon-shadow));
}
:root[data-site-palette="chromatic-atelier"][data-sculpture-palette="0"] .art-fallback {
  --ribbon-first: #ec826f;
  --ribbon-second: #a47ede;
  --ribbon-third: #ffa777;
  --ribbon-highlight: #ffd3bd;
  --ribbon-shadow: #5c328f70;
  --ribbon-first-inset: #29173e80;
  --ribbon-second-deep: #25153f;
  --ribbon-second-shadow: #120d1dd0;
  --ribbon-third-deep: #291839;
  --ribbon-third-shadow: #170f26b8;
}
:root[data-site-palette="pacific-frost"][data-sculpture-palette="0"] .art-fallback {
  --ribbon-first: #46b1c9;
  --ribbon-second: #84c0c6;
  --ribbon-third: #9fb7b9;
  --ribbon-soft: #bcc1ba;
  --ribbon-highlight: #f2e2d2;
  --ribbon-shadow: #17343b80;
  --ribbon-first-inset: #9fb7b980;
  --ribbon-second-deep: #315d66;
  --ribbon-second-shadow: #17343bd0;
  --ribbon-third-deep: #4f6d70;
  --ribbon-third-shadow: #17343bb8;
}
:root[data-site-palette="thistle-tide"][data-sculpture-palette="0"] .art-fallback {
  --ribbon-first: #c4b7cb;
  --ribbon-second: #bbc7ce;
  --ribbon-third: #bfedef;
  --ribbon-soft: #98e2c6;
  --ribbon-highlight: #545c52;
  --ribbon-glint: #bfedef;
  --ribbon-shadow: #545c5280;
  --ribbon-first-inset: #545c5266;
  --ribbon-second-deep: #545c52;
  --ribbon-second-shadow: #545c52d0;
  --ribbon-third-deep: #6b8074;
  --ribbon-third-shadow: #545c52b8;
}
:root[data-site-palette="evergreen-mint"][data-sculpture-palette="0"] .art-fallback {
  --ribbon-first: #dee5e5;
  --ribbon-second: #9dc5bb;
  --ribbon-third: #17b890;
  --ribbon-soft: #5e807f;
  --ribbon-highlight: #082d0f;
  --ribbon-glint: #dee5e5;
  --ribbon-shadow: #082d0f8f;
  --ribbon-first-inset: #5e807f80;
  --ribbon-second-deep: #082d0f;
  --ribbon-second-shadow: #082d0fd0;
  --ribbon-third-deep: #5e807f;
  --ribbon-third-shadow: #082d0fb8;
}
:root[data-site-palette="royal-twilight"][data-sculpture-palette="0"] .art-fallback {
  --ribbon-first: #171738;
  --ribbon-second: #2e1760;
  --ribbon-third: #3423a6;
  --ribbon-soft: #7180b9;
  --ribbon-highlight: #dff3e4;
  --ribbon-glint: #dff3e4;
  --ribbon-shadow: #1717389c;
  --ribbon-first-inset: #2e176080;
  --ribbon-second-deep: #171738;
  --ribbon-second-shadow: #171738d0;
  --ribbon-third-deep: #2e1760;
  --ribbon-third-shadow: #171738b8;
}
:root[data-site-palette="sagewood"][data-sculpture-palette="0"] .art-fallback {
  --ribbon-first: #abc4ab;
  --ribbon-second: #a39171;
  --ribbon-third: #dcc9b6;
  --ribbon-soft: #727d71;
  --ribbon-highlight: #6d4c3d;
  --ribbon-glint: #dcc9b6;
  --ribbon-shadow: #6d4c3d8f;
  --ribbon-first-inset: #727d7180;
  --ribbon-second-deep: #6d4c3d;
  --ribbon-second-shadow: #6d4c3dd0;
  --ribbon-third-deep: #727d71;
  --ribbon-third-shadow: #6d4c3db8;
}
:root[data-site-palette="ember-grove"][data-sculpture-palette="0"] .art-fallback {
  --ribbon-first: #171614;
  --ribbon-second: #3a2618;
  --ribbon-third: #754043;
  --ribbon-soft: #9a8873;
  --ribbon-highlight: #37423d;
  --ribbon-glint: #9a8873;
  --ribbon-shadow: #171614a6;
  --ribbon-first-inset: #37423d80;
  --ribbon-second-deep: #171614;
  --ribbon-second-shadow: #171614d0;
  --ribbon-third-deep: #3a2618;
  --ribbon-third-shadow: #171614b8;
}
:root[data-sculpture-palette="1"] .art-fallback {
  --ribbon-first: #ef82ed;
  --ribbon-second: #ab85ff;
  --ribbon-third: #597dff;
  --ribbon-highlight: #f1d8ff;
  --ribbon-shadow: #597dff70;
  --ribbon-first-inset: #29173e80;
  --ribbon-second-deep: #25153f;
  --ribbon-second-shadow: #120d1dd0;
  --ribbon-third-deep: #291839;
  --ribbon-third-shadow: #170f26b8;
}
:root[data-sculpture-palette="2"] .art-fallback {
  --ribbon-first: #daf68d;
  --ribbon-second: #70d3bf;
  --ribbon-third: #5289d1;
  --ribbon-highlight: #e8ffd5;
  --ribbon-shadow: #328c9270;
  --ribbon-first-inset: #29173e80;
  --ribbon-second-deep: #25153f;
  --ribbon-second-shadow: #120d1dd0;
  --ribbon-third-deep: #291839;
  --ribbon-third-shadow: #170f26b8;
}
.art-fallback i {
  position: absolute;
  width: 72%;
  height: 39%;
  border: 1px solid var(--ribbon-first);
  border-radius: 52% 48% 46% 54% / 58% 54% 46% 42%;
  background:
    radial-gradient(circle at 66% 24%, var(--ribbon-glint, var(--ribbon-highlight)), transparent 20%),
    linear-gradient(160deg, var(--ribbon-glint, var(--ribbon-highlight)) -12%, var(--ribbon-first) 43%, var(--ribbon-soft, var(--ribbon-second)) 72%, var(--ribbon-second) 100%);
  transform: translateY(-9%) rotate(-8deg);
  box-shadow:
    inset -18px -22px 32px var(--ribbon-first-inset),
    inset 14px 11px 24px #ffffff25;
}
.art-fallback i:nth-child(2) {
  width: 30%;
  height: 34%;
  border-color: var(--ribbon-second);
  border-radius: 48% 52% 58% 42%;
  background:
    radial-gradient(circle at 61% 18%, var(--ribbon-glint, var(--ribbon-highlight)), transparent 17%),
    linear-gradient(145deg, var(--ribbon-second), var(--ribbon-second-deep) 88%);
  transform: translate(-47%, 39%) rotate(13deg);
  box-shadow: inset -14px -17px 24px var(--ribbon-second-shadow);
}
.art-fallback i:nth-child(3) {
  width: 27%;
  height: 29%;
  border-color: var(--ribbon-third);
  border-radius: 55% 45% 46% 54%;
  background:
    radial-gradient(circle at 68% 20%, var(--ribbon-glint, var(--ribbon-highlight)), transparent 16%),
    linear-gradient(155deg, var(--ribbon-third), var(--ribbon-first) 62%, var(--ribbon-third-deep) 100%);
  transform: translate(45%, 43%) rotate(-10deg);
  box-shadow: inset -12px -16px 22px var(--ribbon-third-shadow);
}
.art-ready + .art-fallback {
  display: none;
}
#ribbonCanvas[data-renderer="css-fallback"] {
  visibility: hidden;
}
.ticker {
  overflow: hidden;
  transform: rotate(-1.5deg);
  background: var(--coral);
  color: var(--ink);
  margin: 24px 0 0;
  position: relative;
  z-index: 5;
  padding: 15px 0;
}
.ticker-track {
  display: flex;
  width: max-content;
  animation: ticker 40s linear infinite;
}
.ticker-track > span {
  display: flex;
  align-items: center;
  white-space: nowrap;
  font-size: 13px;
  font-weight: 650;
  letter-spacing: 0.13em;
}
.ticker i {
  font-size: 30px;
  font-style: normal;
  line-height: 1;
  margin: 0 42px;
}
@keyframes ticker {
  to {
    transform: translateX(-50%);
  }
}
/* Mixed-scale project gallery. Visual studies are illustrative, not iframes. */
.work-section {
  padding-top: 116px;
  padding-bottom: 112px;
}
.section-heading {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 32px;
  margin-bottom: 54px;
}
.section-index {
  display: flex;
  color: var(--muted);
  margin-bottom: 21px;
}
h2 {
  font-size: clamp(36px, 4.8vw, 66px);
  font-weight: 450;
  line-height: 1.04;
  letter-spacing: -0.055em;
}
h2 em {
  color: var(--lilac);
  font-size: 1.12em;
  letter-spacing: -0.025em;
}
.section-note {
  font-size: 12px;
  line-height: 1.7;
  color: var(--muted);
  padding-bottom: 3px;
}
.projects-grid {
  display: grid;
  grid-template-columns: 1.13fr 1fr;
  gap: 66px 40px;
}
.project-card {
  display: block;
  min-width: 0;
}
html:not(.studio-ready) .project-card:nth-child(even):not(.mesh-card),
html.studio-ready .project-card.is-staggered:not(.mesh-card) {
  margin-top: 74px;
}
.project-art {
  height: 380px;
  position: relative;
  overflow: hidden;
  border-radius: 3px;
  isolation: isolate;
  transition: filter 0.4s;
}
.project-art::after {
  content: "";
  position: absolute;
  inset: 0;
  box-shadow: inset 0 0 0 1px #ffffff0a;
  z-index: 4;
  pointer-events: none;
}
.art-topline {
  display: flex;
  position: absolute;
  top: 22px;
  left: 25px;
  right: 25px;
  justify-content: space-between;
  align-items: center;
  font-size: 9px;
  letter-spacing: 0.16em;
  z-index: 3;
}
.art-topline span:last-child {
  font-size: 11px;
  letter-spacing: 0;
}
.preview-caption {
  position: absolute;
  bottom: 23px;
  left: 25px;
  right: 25px;
  font-size: 10px;
  z-index: 3;
  letter-spacing: 0.02em;
}
.preview-canvas {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  transition: transform 0.8s cubic-bezier(0.2, 0.6, 0.2, 1);
}
.project-card:hover .preview-canvas {
  transform: scale(1.045);
}
.card-heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-top: 22px;
  margin-bottom: 10px;
}
.card-title {
  font-size: 25px;
  font-weight: 450;
  letter-spacing: -0.035em;
}
.card-arrow {
  display: grid;
  place-items: center;
  flex: 0 0 38px;
  width: 38px;
  height: 38px;
  border: 1px solid var(--line);
  border-radius: 50%;
  font-size: 20px;
  transition:
    color 0.25s,
    background 0.25s,
    border-color 0.25s;
}
.project-card:hover .card-arrow {
  color: var(--ink);
  background: var(--coral);
  border-color: var(--coral);
}
.card-desc {
  font-size: 13px;
  line-height: 1.8;
  color: var(--muted);
  max-width: 530px;
  text-wrap: pretty;
}
.card-footer {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-top: 20px;
  border-top: 1px solid var(--line);
  padding-top: 16px;
}
.card-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  font-size: 9px;
  text-transform: uppercase;
  letter-spacing: 0.055em;
  color: #d0c3da;
}
.card-tags span + span:before {
  content: "·";
  margin-right: 10px;
  color: #796d84;
}
.card-url {
  font-size: 9px;
  color: var(--muted);
}
.art-imperfecto {
  background: #e8a16f;
  color: #553827;
}
.paper-stack {
  position: absolute;
  inset: 65px 45px 46px;
  perspective: 900px;
  transition: transform 0.7s;
}
.project-card:hover .paper-stack {
  transform: rotate(2deg) translateY(-4px);
}
.newspaper {
  position: absolute;
  left: 8%;
  top: 0;
  width: 80%;
  height: 100%;
  background: #fff3d8;
  padding: 18px;
  color: #382b22;
  transform: rotate(-7deg);
  box-shadow: 0 20px 35px #69422b44;
  font-family: Georgia, serif;
}
.paper-back {
  position: absolute;
  left: 9%;
  top: 4%;
  width: 80%;
  height: 96%;
  background: #e5cfb0;
  transform: rotate(3deg);
  box-shadow: 0 12px 30px #70442333;
}
.newspaper-meta {
  display: flex;
  justify-content: space-between;
  font-family: var(--sans);
  font-size: 6px;
  letter-spacing: 0.07em;
  border-bottom: 1px solid #382b22;
  padding-bottom: 5px;
}
.newspaper-title {
  font-size: clamp(25px, 3vw, 42px);
  letter-spacing: -0.06em;
  line-height: 1.3;
  font-weight: 700;
  border-bottom: 3px double #a3513c;
  white-space: nowrap;
}
.newspaper-subtitle {
  font-size: 8px;
  text-align: center;
  padding: 7px 0;
}
.paper-columns {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 13px;
  height: 56%;
  border-top: 1px solid #382b2233;
  padding-top: 10px;
}
.paper-letter {
  font-size: 48px;
  line-height: 1;
  float: left;
  margin-right: 5px;
  color: #995941;
}
.paper-lines {
  height: 40px;
  background: repeating-linear-gradient(transparent 0 5px, #382b2255 5px 6px);
  opacity: 0.7;
}
.paper-lines.short {
  height: 20px;
  width: 80%;
}
.paper-columns p {
  font-style: italic;
  font-size: 12px;
  line-height: 1.5;
  margin: 6px 0;
}
.paper-sun {
  background: #d5c296;
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-evenly;
  border: 1px solid #382b2233;
}
.paper-sun > span {
  font-size: 16px;
  font-style: italic;
}
.paper-sun i {
  width: 65px;
  height: 65px;
  border-radius: 50%;
  background: #bf674d;
  box-shadow:
    0 0 0 6px #d5c296,
    0 0 0 7px #bf674d,
    0 0 0 12px #d5c296,
    0 0 0 13px #bf674d;
}
.paper-sun small {
  font-size: 6px;
}
.paper-footer {
  display: flex;
  justify-content: space-between;
  border-top: 1px solid #382b22;
  margin-top: 10px;
  padding-top: 7px;
  font: 6px var(--sans);
  letter-spacing: 0.06em;
}
.paper-sticker {
  position: absolute;
  right: -12px;
  bottom: 8px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  line-height: 1;
  width: 98px;
  height: 98px;
  color: #f6efdc;
  background: #953f3e;
  border-radius: 50%;
  transform: rotate(12deg);
  box-shadow: 0 6px 18px #382b2233;
}
.paper-sticker em {
  font-size: 26px;
}
.art-bloom {
  background: #172c30;
  color: #d9eed4;
}
.art-display-title {
  position: absolute;
  left: 30px;
  top: 80px;
  font-size: 55px;
  font-weight: 450;
  letter-spacing: -0.05em;
  line-height: 1;
  z-index: 2;
  text-shadow: 0 2px 20px #172c30;
}
.art-display-title em {
  font-size: 1.3em;
  color: #dcf5b7;
}
.art-abyss {
  background: #262248;
  color: #eee4ff;
}
.abyss-label {
  position: absolute;
  left: 25px;
  top: 83px;
  font-size: 11px;
  letter-spacing: 0.2em;
  line-height: 1.3;
}
.abyss-label em {
  font-family: var(--sans);
  font-weight: 450;
  font-style: normal;
  letter-spacing: -0.03em;
  font-size: 40px;
  color: #dcc4fa;
}
.art-serpent {
  background: #1e1434;
  color: #e5c6f6;
}
.serpent-title {
  position: absolute;
  top: 80px;
  left: 28px;
  font-size: clamp(30px, 3vw, 48px);
  font-weight: 700;
  line-height: 0.92;
  font-style: italic;
  letter-spacing: -0.045em;
}
.serpent-title em {
  font-family: var(--sans);
  font-weight: 700;
  font-size: 0.73em;
  color: #ffa3d3;
}
.mesh-card {
  grid-column: 1/-1;
  display: grid;
  grid-template-columns: 1fr 1.13fr;
  align-items: center;
  border: 1px solid var(--line);
  border-radius: 3px;
}
.mesh-card .project-art {
  height: 260px;
}
.art-mesh {
  background: #242231;
  color: #b3a5eb;
}
.art-mesh svg {
  width: 100%;
  height: 100%;
  padding: 35px 10px;
}
.mesh-lines {
  stroke-width: 0.75;
  opacity: 0.6;
}
.mesh-copy {
  padding: 32px 40px;
}
.mesh-copy .card-heading {
  margin-top: 14px;
}
.mesh-copy .card-title {
  font-size: 30px;
}
.access-label {
  font-size: 8px;
  letter-spacing: 0.14em;
  color: var(--coral);
}
.mesh-copy .card-footer {
  margin-top: 24px;
}
/* Notebook: a deliberate switch to warm paper. */
.writing-section {
  background: #e8e0ef;
  color: #28212f;
  padding: 94px 0 98px;
  position: relative;
}
.writing-section .section-heading {
  margin-bottom: 50px;
}
.writing-section h2 em {
  color: #7a486c;
}
.writing-section .section-index {
  color: #65576b;
}
.notebook-mark {
  font-size: 70px;
  font-weight: 400;
  line-height: 1;
  color: #915279;
}
.writing-empty {
  display: grid;
  grid-template-columns: 1.4fr 1fr;
  gap: 60px;
  border-top: 1px solid #28212f33;
  padding-top: 36px;
}
.writing-empty > p {
  font-size: clamp(26px, 3vw, 42px);
  font-weight: 450;
  letter-spacing: -0.04em;
  line-height: 1.2;
}
.writing-empty > p em {
  font-size: 1.1em;
  color: #865375;
}
.writing-empty > div > .eyebrow {
  font-size: 9px;
  color: #765b7a;
}
.writing-empty > div > p {
  font-size: 13px;
  color: #65546d;
  line-height: 1.75;
  margin: 12px 0;
}
.writing-section .text-link:hover {
  color: #8a3256;
}
.blog-post {
  border-top: 1px solid #28212f30;
  padding: 25px 0;
}
.blog-post summary {
  cursor: pointer;
  list-style: none;
  display: grid;
  grid-template-columns: 120px 1fr auto;
  gap: 25px;
  align-items: center;
  min-height: 44px;
}
.blog-post summary::-webkit-details-marker {
  display: none;
}
.blog-post summary::after {
  content: "+";
  font-size: 22px;
}
.blog-post[open] summary::after {
  content: "−";
}
.blog-date {
  font-size: 10px;
  color: #67526f;
}
.blog-title {
  font-size: 23px;
  font-weight: 450;
  letter-spacing: -0.03em;
}
.blog-excerpt {
  font-size: 14px;
  line-height: 1.8;
  max-width: 800px;
  margin: 20px 0 8px 145px;
  color: #5d4c65;
}
.blog-tag {
  font-size: 9px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #80516f;
  display: block;
  margin: 0 0 0 145px;
}
.blog-read {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  font-size: 12px;
  margin-left: 145px;
  text-decoration: underline;
}
.studio-section {
  padding-top: 104px;
  padding-bottom: 104px;
}
.studio-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 90px;
  align-items: stretch;
}
.studio-statement {
  position: relative;
  background: linear-gradient(135deg, #3b2c47, #262135);
  padding: 38px 36px;
  overflow: hidden;
  border-radius: 3px;
  min-height: 352px;
}
.studio-statement p {
  font-size: 35px;
  line-height: 1.12;
  font-weight: 450;
  letter-spacing: -0.045em;
  position: relative;
  z-index: 2;
}
.studio-statement em {
  color: var(--coral);
  font-size: 1.16em;
}
.studio-caption {
  position: absolute;
  bottom: 34px;
  font-size: 8px;
  letter-spacing: 0.15em;
  color: #cdbfd5;
}
.studio-flower {
  position: absolute;
  right: -25px;
  bottom: -38px;
  font-size: 250px;
  line-height: 1;
  color: #9d74c1;
  opacity: 0.27;
  animation: flower 70s linear infinite;
  transform-origin: center;
}
@keyframes flower {
  to {
    transform: rotate(360deg);
  }
}
.now-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 2px 0 18px;
  border-bottom: 1px solid var(--line);
}
.now-header .eyebrow {
  font-size: 10px;
  color: var(--coral);
}
.now-item {
  display: flex;
  align-items: center;
  gap: 20px;
  padding: 19px 0;
  border-bottom: 1px solid var(--line);
}
.now-number {
  font-size: 9px;
  color: #a792b8;
  align-self: flex-start;
  margin-top: 6px;
}
.now-item > div {
  flex: 1;
}
.now-title {
  font-size: 14px;
  font-weight: 450;
}
.now-status {
  font-size: 9px;
  color: var(--muted);
  margin-top: 5px;
}
.now-icon {
  font-size: 13px;
  color: var(--lilac);
}
.closing {
  background: linear-gradient(
    110deg,
    #ffc085 0%,
    #ff977e 37%,
    #e18bab 72%,
    #ba93dd 100%
  );
  color: var(--ink);
  padding: 62px 0 67px;
}
.closing .eyebrow {
  font-size: 9px;
  letter-spacing: 0.15em;
}
.closing-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 35px;
  margin-top: 21px;
}
.closing h2 {
  font-size: clamp(58px, 9vw, 124px);
  font-weight: 450;
  line-height: 1.1;
}
.closing h2 em {
  color: var(--ink);
  letter-spacing: -0.03em;
}
.closing-link {
  border: 1px solid #15121c66;
  border-radius: 50%;
  width: 122px;
  height: 122px;
  flex: 0 0 122px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 4px;
  font-size: 12px;
  background: transparent;
  transition: background 0.25s;
}
.closing-link > span:last-child {
  font-size: 36px;
  line-height: 1.1;
}
.closing-link:hover {
  background: var(--ink);
  color: var(--cream);
}
footer.wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  min-height: 110px;
}
footer .footer-logo {
  font-size: 26px;
  font-family: var(--serif);
}
footer > span {
  font-size: 9px;
  color: var(--muted);
}
footer > a:last-child {
  font-size: 10px;
  display: flex;
  align-items: center;
  gap: 15px;
  min-height: 44px;
}
footer > a:last-child > span:last-child {
  color: var(--coral);
  font-size: 20px;
}
/* The contact form stays on-site and delivers to the private studio inbox. */
.contact-dialog {
  width: min(560px, calc(100vw - 36px));
  max-height: calc(100svh - 36px);
  overflow: auto;
  border: 1px solid #ffffff2e;
  border-radius: 10px;
  padding: 42px;
  background: #201c29;
  color: var(--cream);
  box-shadow: 0 30px 90px #05030a99;
}
.contact-dialog::backdrop {
  background: #0d0a12cc;
  backdrop-filter: blur(8px);
}
.contact-dialog .eyebrow {
  color: var(--coral);
}
.contact-dialog h2 {
  font: 400 64px/1 var(--serif);
  letter-spacing: -0.03em;
  margin: 12px 0 15px;
}
.contact-dialog h2 em {
  color: var(--coral);
}
.contact-intro {
  color: var(--muted);
  font-size: 13px;
  margin-bottom: 28px;
}
.contact-close {
  position: absolute;
  top: 17px;
  right: 19px;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: #ffffff0d;
  color: var(--cream);
  font-size: 25px;
  line-height: 1;
}
.contact-close:hover {
  background: #ffffff1a;
}
#contactForm {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 17px;
}
.contact-field-row {
  display: flex;
  min-width: 0;
  flex-direction: column;
  gap: 7px;
}
.contact-message-field,
.contact-status,
.contact-submit {
  grid-column: 1 / -1;
}
.contact-field-row label {
  font-size: 11px;
  color: #d8cedd;
}
.contact-field-row input,
.contact-field-row textarea {
  width: 100%;
  min-width: 0;
  border: 1px solid #ffffff2e;
  border-radius: 5px;
  background: #15121c;
  color: var(--cream);
  padding: 12px 13px;
  font: 16px/1.45 var(--sans);
}
.contact-field-row textarea {
  resize: vertical;
  min-height: 135px;
}
.contact-field-row input:focus,
.contact-field-row textarea:focus {
  outline: 2px solid var(--coral);
  outline-offset: 2px;
}
.contact-honeypot {
  position: absolute;
  left: -10000px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}
.contact-status {
  min-height: 21px;
  color: var(--lilac);
  font-size: 12px;
}
.contact-noscript-feedback {
  display: none;
}
.contact-submit {
  width: 100%;
  justify-content: space-between;
}
.contact-submit:disabled {
  opacity: 0.55;
  cursor: wait;
}
@media (max-width: 600px) {
  .contact-dialog {
    padding: 35px 22px 25px;
  }
  .contact-dialog h2 {
    font-size: 52px;
  }
  #contactForm {
    grid-template-columns: 1fr;
  }
}
/* Motion always has a global stop, including decorative SVG motion. */
:root:not(.studio-ready) *,
:root:not(.studio-ready) *::before,
:root:not(.studio-ready) *::after,
.motion-paused *,
.motion-paused *::before,
.motion-paused *::after {
  animation-play-state: paused !important;
}
:root:not(.studio-ready) .mesh-signal,
:root:not(.studio-ready) .art-hint,
.motion-paused .mesh-signal {
  visibility: hidden;
}
@media (min-width: 1600px) {
  .hero-content {
    min-height: 690px;
  }
  .hero-copy {
    padding-top: 40px;
  }
  .project-art {
    height: 430px;
  }
}
@media (max-width: 1100px) {
  .hero-content {
    min-height: 570px;
  }
  .hero-copy {
    padding-top: 10px;
  }
  h1 {
    font-size: 14vw;
  }
  .hero-description {
    max-width: 290px;
  }
  .hero-description p {
    font-size: 15px;
  }
  .hero-actions {
    gap: 18px;
  }
  .hero-actions .button {
    gap: 20px;
    padding-inline: 18px;
  }
  .project-art {
    height: 340px;
  }
  .projects-grid {
    gap: 50px 28px;
  }
  .paper-stack {
    inset: 68px 22px 47px;
  }
  .paper-sun i {
    width: 48px;
    height: 48px;
  }
  .newspaper {
    padding: 14px;
  }
  .studio-grid {
    gap: 45px;
  }
  .mesh-copy {
    padding: 30px;
  }
  .art-controls {
    gap: 8px;
  }
}
@media (max-width: 800px) {
  .site-header {
    height: 76px;
  }
  nav {
    gap: 21px;
  }
  .header-contact {
    display: none;
  }
  .hero {
    padding-top: 29px;
  }
  .hero-aside {
    font-size: 9px;
  }
  .hero-content {
    min-height: 510px;
    grid-template-columns: 48% 52%;
  }
  .hero-copy {
    padding-bottom: 15px;
  }
  h1 {
    font-size: 14.8vw;
  }
  .hero-description {
    margin-top: 26px;
    gap: 10px;
    max-width: 270px;
  }
  .hero-description p {
    font-size: 14px;
    max-width: 240px;
  }
  .hero-actions {
    gap: 15px;
    flex-wrap: wrap;
    margin-top: 22px;
  }
  .hero-actions .button {
    font-size: 11px;
    min-height: 46px;
    padding: 9px 16px;
    gap: 18px;
  }
  .hero-actions .text-link {
    font-size: 11px;
    gap: 8px;
  }
  .hero-art figcaption {
    bottom: 96px;
    left: 27%;
    right: 0;
  }
  .art-caption {
    font-size: 9px;
  }
  .art-hint {
    font-size: 9px;
  }
  .hero-bottom {
    padding-bottom: 17px;
  }
  .scroll-extra {
    display: none;
  }
  #artPalette {
    font-size: 9px;
    min-width: 118px;
  }
  .work-section {
    padding-top: 85px;
    padding-bottom: 80px;
  }
  .section-heading {
    margin-bottom: 38px;
  }
  .section-note {
    font-size: 11px;
  }
  .projects-grid {
    gap: 42px 24px;
  }
  .project-art {
    height: 300px;
  }
  html:not(.studio-ready) .project-card:nth-child(even):not(.mesh-card),
  html.studio-ready .project-card.is-staggered:not(.mesh-card) {
    margin-top: 50px;
  }
  .art-topline {
    left: 18px;
    right: 18px;
    top: 19px;
    font-size: 7px;
  }
  .preview-caption {
    left: 18px;
    right: 18px;
    bottom: 18px;
    font-size: 8px;
  }
  .paper-stack {
    inset: 60px 8px 42px;
  }
  .newspaper {
    padding: 12px;
  }
  .newspaper-title {
    font-size: 27px;
  }
  .paper-sticker {
    width: 75px;
    height: 75px;
    font-size: 16px;
    right: 0;
    bottom: 0;
  }
  .paper-sticker em {
    font-size: 22px;
  }
  .paper-sun i {
    width: 40px;
    height: 40px;
  }
  .newspaper-subtitle {
    font-size: 6px;
  }
  .paper-columns p {
    font-size: 10px;
  }
  .paper-letter {
    font-size: 30px;
  }
  .paper-lines {
    height: 30px;
  }
  .paper-sun > span {
    font-size: 12px;
  }
  .newspaper-meta,
  .paper-footer {
    font-size: 5px;
  }
  .art-display-title {
    font-size: 45px;
    left: 21px;
  }
  .abyss-label {
    left: 20px;
    font-size: 8px;
  }
  .abyss-label em {
    font-size: 30px;
  }
  .serpent-title {
    left: 21px;
  }
  .card-title {
    font-size: 22px;
  }
  .card-desc {
    font-size: 12px;
  }
  .card-url {
    font-size: 8px;
  }
  .card-tags {
    font-size: 8px;
  }
  .mesh-card .project-art {
    height: 260px;
  }
  .mesh-copy {
    padding: 24px;
  }
  .mesh-copy .card-title {
    font-size: 26px;
  }
  .access-label {
    font-size: 7px;
  }
  .writing-section {
    padding: 70px 0;
  }
  .writing-empty {
    gap: 30px;
  }
  .studio-section {
    padding-block: 80px;
  }
  .studio-grid {
    gap: 28px;
  }
  .studio-statement {
    padding: 28px 23px;
  }
  .studio-statement p {
    font-size: 30px;
  }
  .studio-caption {
    font-size: 7px;
    bottom: 28px;
  }
  .now-item {
    gap: 12px;
  }
  .now-title {
    font-size: 12px;
  }
  .closing-link {
    width: 95px;
    height: 95px;
    flex-basis: 95px;
  }
  .closing {
    padding-block: 50px;
  }
}
@media (max-width: 600px) {
  :root {
    --gutter: 24px;
  }
  html {
    scroll-padding-top: 90px;
  }
  .site-header {
    height: 72px;
  }
  .wordmark {
    font-size: 21px;
    gap: 8px;
  }
  .brand-flower {
    font-size: 29px;
  }
  .wordmark-dot {
    display: none;
  }
  nav {
    gap: 17px;
  }
  nav a {
    font-size: 11px;
  }
  .hero {
    padding-top: 25px;
  }
  .hero-kicker .eyebrow {
    font-size: 8px;
    letter-spacing: 0.12em;
  }
  .hero-aside {
    font-size: 8px;
    line-height: 1.5;
    max-width: 110px;
  }
  .hero-content {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    min-height: 620px;
  }
  .hero-copy {
    padding: 33px 0 0;
    pointer-events: auto;
  }
  h1 {
    font-size: clamp(93px, 23vw, 139px);
    line-height: 0.79;
    letter-spacing: -0.075em;
    max-width: 100%;
  }
  h1 em {
    display: inline;
    margin-left: 0.05em;
    font-size: 1.03em;
    line-height: 1.05;
    letter-spacing: -0.055em;
  }
  .hero-description {
    margin-top: 15px;
    max-width: 330px;
    gap: 11px;
  }
  .hero-description p {
    font-size: 13px;
    max-width: 275px;
  }
  .tiny-spark {
    font-size: 25px;
  }
  .hero-actions {
    margin-top: 19px;
    gap: 26px;
  }
  .hero-actions .button {
    min-height: 47px;
    padding-inline: 17px;
    gap: 27px;
  }
  .hero-art figcaption {
    bottom: 82px;
    left: 0;
    right: 0;
  }
  .art-caption {
    font-size: 9px;
  }
  .art-hint {
    font-size: 8px;
  }
  .art-halo {
    inset: 0;
  }
  .hero-bottom {
    flex-wrap: wrap;
    padding: 0 0 14px;
    gap: 0;
  }
  .scroll-link {
    font-size: 8px;
    gap: 6px;
    letter-spacing: 0.08em;
  }
  .scroll-link > span:first-child {
    margin-right: 0;
    font-size: 22px;
  }
  .art-controls {
    gap: 0;
  }
  #artPalette {
    display: none;
  }
  #motionToggle {
    width: 70px;
    padding-left: 8px;
    font-size: 9px;
    gap: 5px;
  }
  .ticker {
    margin-top: 7px;
    padding: 12px 0;
    transform: rotate(-2deg);
  }
  .ticker-track > span {
    font-size: 10px;
  }
  .ticker i {
    font-size: 23px;
    margin-inline: 24px;
  }
  .work-section {
    padding-top: 65px;
    padding-bottom: 58px;
  }
  .section-heading {
    gap: 20px;
    margin-bottom: 30px;
    align-items: flex-start;
  }
  .section-index {
    font-size: 8px;
    margin-bottom: 15px;
  }
  h2 {
    font-size: 37px;
  }
  .section-note {
    display: none;
  }
  .projects-grid {
    display: flex;
    flex-direction: column;
    gap: 40px;
  }
  html:not(.studio-ready) .project-card:nth-child(even):not(.mesh-card),
  html.studio-ready .project-card.is-staggered:not(.mesh-card) {
    margin-top: 0;
  }
  .project-art {
    height: 330px;
  }
  .card-heading {
    margin-top: 17px;
    margin-bottom: 9px;
  }
  .card-title {
    font-size: 24px;
  }
  .card-desc {
    font-size: 12px;
    line-height: 1.75;
  }
  .card-footer {
    margin-top: 16px;
    padding-top: 13px;
    gap: 9px;
  }
  .card-tags,
  .card-url {
    font-size: 8px;
  }
  .art-topline {
    font-size: 8px;
    top: 21px;
    left: 20px;
    right: 20px;
  }
  .preview-caption {
    font-size: 9px;
    bottom: 20px;
    left: 20px;
  }
  .paper-stack {
    inset: 62px 14px 44px;
  }
  .newspaper {
    padding: 14px;
  }
  .newspaper-title {
    font-size: 35px;
  }
  .paper-sticker {
    width: 86px;
    height: 86px;
    right: 0;
    bottom: 5px;
    font-size: 18px;
  }
  .paper-sticker em {
    font-size: 25px;
  }
  .newspaper-meta,
  .paper-footer {
    font-size: 5px;
  }
  .paper-columns {
    gap: 10px;
  }
  .paper-columns p {
    font-size: 11px;
  }
  .paper-letter {
    font-size: 38px;
  }
  .paper-sun i {
    width: 53px;
    height: 53px;
  }
  .art-display-title {
    font-size: 55px;
    left: 24px;
    top: 75px;
  }
  .abyss-label {
    top: 75px;
    left: 24px;
  }
  .abyss-label em {
    font-size: 37px;
  }
  .serpent-title {
    font-size: 43px;
    left: 24px;
    top: 75px;
  }
  .mesh-card {
    display: flex;
    flex-direction: column;
    align-items: stretch;
  }
  .mesh-card .project-art {
    height: 225px;
  }
  .mesh-copy {
    padding: 23px;
  }
  .mesh-copy .card-heading {
    margin-top: 12px;
  }
  .access-label {
    font-size: 7px;
  }
  .mesh-copy .card-footer {
    margin-top: 18px;
  }
  .writing-section {
    padding: 58px 0;
  }
  .writing-section .section-heading {
    margin-bottom: 30px;
  }
  .notebook-mark {
    font-size: 42px;
    padding-top: 22px;
  }
  .writing-section h2 {
    font-size: 34px;
    max-width: 245px;
  }
  .writing-empty {
    grid-template-columns: 1fr;
    gap: 28px;
    padding-top: 26px;
  }
  .writing-empty > p {
    font-size: 31px;
  }
  .writing-empty > div > p {
    font-size: 12px;
  }
  .blog-post summary {
    grid-template-columns: 1fr auto;
    gap: 8px;
  }
  .blog-date {
    grid-column: 1/-1;
    font-size: 9px;
  }
  .blog-title {
    font-size: 21px;
  }
  .blog-excerpt,
  .blog-tag,
  .blog-read {
    margin-left: 0;
  }
  .studio-section {
    padding-block: 59px;
  }
  .studio-section h2 {
    max-width: 330px;
  }
  .studio-grid {
    grid-template-columns: 1fr;
    gap: 35px;
  }
  .studio-statement {
    min-height: 300px;
    padding: 28px;
  }
  .studio-statement p {
    font-size: 36px;
  }
  .studio-caption {
    font-size: 8px;
  }
  .studio-flower {
    font-size: 250px;
  }
  .now-title {
    font-size: 14px;
  }
  .now-item {
    padding: 18px 0;
    gap: 18px;
  }
  .now-status {
    font-size: 10px;
  }
  .closing {
    padding: 42px 0;
  }
  .closing .eyebrow {
    font-size: 7px;
    letter-spacing: 0.1em;
  }
  .closing-row {
    gap: 15px;
    align-items: flex-end;
  }
  .closing h2 {
    font-size: 59px;
    max-width: 240px;
    line-height: 0.93;
  }
  .closing h2 em {
    display: block;
  }
  .closing-link {
    width: 77px;
    height: 77px;
    flex-basis: 77px;
    font-size: 10px;
    gap: 2px;
  }
  .closing-link span {
    font-size: 29px;
  }
  footer.wrap {
    min-height: 130px;
    gap: 8px;
    flex-wrap: wrap;
    padding-block: 25px;
  }
  footer .footer-logo {
    font-size: 24px;
    flex-basis: 55%;
  }
  footer > span {
    order: 3;
    flex-basis: 100%;
    font-size: 8px;
  }
  footer > a:last-child {
    font-size: 9px;
    gap: 10px;
  }
  .art-fallback {
    inset: 11% 9% 13%;
  }
  .art-fallback i {
    border-width: 30px;
  }
}
@media (max-width: 375px) {
  :root {
    --gutter: 20px;
  }
  nav {
    gap: 13px;
  }
  .wordmark {
    font-size: 20px;
  }
  .hero-art {
    height: 325px;
  }
  .project-art {
    height: 310px;
  }
  .newspaper-title {
    font-size: 31px;
  }
  .newspaper-meta {
    font-size: 4px;
  }
  .hero-actions {
    gap: 20px;
  }
}
@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
  *,
  *::before,
  *::after {
    animation: none !important;
    transition: none !important;
  }
  .mesh-signal {
    visibility: hidden;
  }
}

/* Site palettes. Amethyst Slate is the default; the original remains selectable in Studio Desk. */
:root {
  --ink: #330036;
  --surface: #38182f;
  --charcoal: #2f394d;
  --slate: #56666b;
  --soft: #d5d2b5;
  --cream: #eee1b3;
  --muted: color-mix(in srgb, var(--cream) 72%, var(--slate));
  --line: #eee1b329;
  --coral: #eee1b3;
  --lilac: #eee1b3;
}
:root[data-site-palette="chromatic-atelier"] {
  --ink: #15121c;
  --surface: #201c29;
  --charcoal: #262248;
  --slate: #827389;
  --soft: #e8e0ef;
  --cream: #f5f0e8;
  --muted: #b7aebf;
  --line: #ffffff24;
  --coral: #ff896d;
  --lilac: #c5a5f3;
}
:root[data-site-palette="pacific-frost"] {
  --ink: #17343b;
  --surface: #315d66;
  --charcoal: #46b1c9;
  --slate: #9fb7b9;
  --soft: #bcc1ba;
  --cream: #f2e2d2;
  --muted: color-mix(in srgb, var(--cream) 72%, var(--slate));
  --line: #84c0c640;
  --coral: #46b1c9;
  --lilac: #84c0c6;
}
:root[data-site-palette="thistle-tide"] {
  --ink: #545c52;
  --surface: #454b43;
  --charcoal: #687169;
  --slate: #bbc7ce;
  --soft: #c4b7cb;
  --cream: #bfedef;
  --muted: color-mix(in srgb, var(--cream) 78%, var(--slate));
  --line: #98e2c647;
  --coral: #98e2c6;
  --lilac: #c4b7cb;
}
:root[data-site-palette="evergreen-mint"] {
  --ink: #082d0f;
  --surface: #5e807f;
  --charcoal: #17b890;
  --slate: #9dc5bb;
  --soft: #9dc5bb;
  --cream: #dee5e5;
  --muted: color-mix(in srgb, var(--cream) 76%, var(--slate));
  --line: #17b89045;
  --coral: #17b890;
  --lilac: #9dc5bb;
}
:root[data-site-palette="royal-twilight"] {
  --ink: #171738;
  --surface: #2e1760;
  --charcoal: #3423a6;
  --slate: #7180b9;
  --soft: #7180b9;
  --cream: #dff3e4;
  --muted: color-mix(in srgb, var(--cream) 78%, var(--slate));
  --line: #7180b94a;
  --coral: #dff3e4;
  --lilac: #7180b9;
}
:root[data-site-palette="sagewood"] {
  --ink: #6d4c3d;
  --surface: #584237;
  --charcoal: #a39171;
  --slate: #727d71;
  --soft: #abc4ab;
  --cream: #dcc9b6;
  --muted: color-mix(in srgb, var(--cream) 78%, var(--soft));
  --line: #abc4ab47;
  --coral: #abc4ab;
  --lilac: #a39171;
}
:root[data-site-palette="ember-grove"] {
  --ink: #171614;
  --surface: #3a2618;
  --charcoal: #37423d;
  --slate: #37423d;
  --soft: #754043;
  --cream: #9a8873;
  --muted: color-mix(in srgb, var(--cream) 86%, #d8cec0);
  --line: #9a887340;
  --coral: #9a8873;
  --lilac: #754043;
}
.site-header {
  background: color-mix(in srgb, var(--ink) 96%, transparent);
}
.hero-description p {
  color: color-mix(in srgb, var(--cream) 92%, var(--slate));
}
.art-halo {
  background:
    radial-gradient(circle at 37% 62%, #56666b38, transparent 34%),
    radial-gradient(circle at 64% 38%, #eee1b326, transparent 48%);
}
.art-orbit {
  border-color: #eee1b31f;
}
.art-orbit span {
  color: var(--slate);
}
.live-dot {
  box-shadow: 0 0 12px #eee1b35c;
}
.ticker {
  background: linear-gradient(
    var(--design-ticker-angle) in srgb,
    color-mix(in srgb, var(--design-ticker-from) var(--design-ticker-alpha), transparent),
    color-mix(in srgb, var(--design-ticker-to) var(--design-ticker-alpha), transparent)
  );
  color: var(--design-ticker-text);
}
.card-tags {
  color: color-mix(in srgb, var(--cream) 82%, var(--slate));
}
.card-tags span + span:before {
  color: var(--slate);
}
.writing-section {
  background: var(--cream);
  color: var(--ink);
}
.writing-section h2 em,
.writing-empty > p em,
.notebook-mark {
  color: var(--surface);
}
.writing-section .section-index,
.writing-empty > div > .eyebrow,
.writing-empty > div > p,
.blog-date,
.blog-excerpt,
.blog-tag {
  color: var(--slate);
}
.writing-empty,
.blog-post {
  border-color: #3300362e;
}
.writing-section .text-link:hover {
  color: var(--surface);
}
.studio-statement {
  background: linear-gradient(135deg, var(--surface), var(--charcoal));
}
.studio-caption {
  color: color-mix(in srgb, var(--cream) 82%, var(--slate));
}
.studio-flower {
  color: var(--slate);
  opacity: 0.32;
}
.now-number {
  color: color-mix(in srgb, var(--cream) 72%, var(--slate));
}
.closing {
  background: linear-gradient(
    110deg,
    var(--cream) 0%,
    color-mix(in srgb, var(--cream) 86%, var(--slate)) 52%,
    color-mix(in srgb, var(--cream) 72%, var(--slate)) 100%
  );
  color: var(--ink);
}
.closing-link {
  border-color: #33003666;
}
.contact-dialog {
  border-color: #eee1b33d;
  background: var(--surface);
  box-shadow: 0 30px 90px #33003699;
}
.contact-dialog::backdrop {
  background: #330036cc;
}
.contact-close {
  background: #eee1b314;
}
.contact-close:hover {
  background: #eee1b326;
}
.contact-field-row label {
  color: color-mix(in srgb, var(--cream) 84%, var(--slate));
}
.contact-field-row input,
.contact-field-row textarea {
  border-color: #eee1b33d;
  background: var(--ink);
}

:root[data-site-palette="chromatic-atelier"] .hero-description p {
  color: #e3dae7;
}
:root[data-site-palette="chromatic-atelier"] .art-halo {
  background:
    radial-gradient(circle at 37% 62%, #6d42d22b, transparent 34%),
    radial-gradient(circle at 64% 38%, #ff755b24, transparent 48%);
}
:root[data-site-palette="chromatic-atelier"] .art-orbit {
  border-color: #c5a5f310;
}
:root[data-site-palette="chromatic-atelier"] .live-dot {
  box-shadow: 0 0 12px #ff896d55;
}
:root[data-site-palette="chromatic-atelier"] .card-tags {
  color: #d0c3da;
}
:root[data-site-palette="chromatic-atelier"] .card-tags span + span:before {
  color: #796d84;
}
:root[data-site-palette="chromatic-atelier"] .writing-section {
  background: #e8e0ef;
  color: #28212f;
}
:root[data-site-palette="chromatic-atelier"] .writing-section h2 em {
  color: #7a486c;
}
:root[data-site-palette="chromatic-atelier"] .writing-section .section-index {
  color: #65576b;
}
:root[data-site-palette="chromatic-atelier"] .notebook-mark {
  color: #915279;
}
:root[data-site-palette="chromatic-atelier"] .writing-empty,
:root[data-site-palette="chromatic-atelier"] .blog-post {
  border-color: #28212f33;
}
:root[data-site-palette="chromatic-atelier"] .writing-empty > p em {
  color: #865375;
}
:root[data-site-palette="chromatic-atelier"] .writing-empty > div > .eyebrow {
  color: #765b7a;
}
:root[data-site-palette="chromatic-atelier"] .writing-empty > div > p {
  color: #65546d;
}
:root[data-site-palette="chromatic-atelier"] .blog-date {
  color: #67526f;
}
:root[data-site-palette="chromatic-atelier"] .blog-excerpt {
  color: #5d4c65;
}
:root[data-site-palette="chromatic-atelier"] .blog-tag {
  color: #80516f;
}
:root[data-site-palette="chromatic-atelier"] .studio-statement {
  background: linear-gradient(135deg, #3b2c47, #262135);
}
:root[data-site-palette="chromatic-atelier"] .studio-caption {
  color: #cdbfd5;
}
:root[data-site-palette="chromatic-atelier"] .studio-flower {
  color: #9d74c1;
  opacity: 0.27;
}
:root[data-site-palette="chromatic-atelier"] .now-number {
  color: #a792b8;
}
:root[data-site-palette="chromatic-atelier"] .closing {
  background: linear-gradient(110deg, #ffc085 0%, #ff977e 37%, #e18bab 72%, #ba93dd 100%);
}
:root[data-site-palette="chromatic-atelier"] .closing-link {
  border-color: #15121c66;
}
:root[data-site-palette="chromatic-atelier"] .contact-dialog {
  border-color: #ffffff2e;
  background: #201c29;
  box-shadow: 0 30px 90px #05030a99;
}
:root[data-site-palette="chromatic-atelier"] .contact-dialog::backdrop {
  background: #0d0a12cc;
}
:root[data-site-palette="chromatic-atelier"] .contact-close {
  background: #ffffff0d;
}
:root[data-site-palette="chromatic-atelier"] .contact-close:hover {
  background: #ffffff1a;
}
:root[data-site-palette="chromatic-atelier"] .contact-field-row label {
  color: #d8cedd;
}
:root[data-site-palette="chromatic-atelier"] .contact-field-row input,
:root[data-site-palette="chromatic-atelier"] .contact-field-row textarea {
  border-color: #ffffff2e;
  background: #15121c;
}

/* Pacific Frost — the supplied five-swatch coastal colorway. */
:root[data-site-palette="pacific-frost"] .art-halo {
  background:
    radial-gradient(circle at 37% 62%, #46b1c93d, transparent 34%),
    radial-gradient(circle at 64% 38%, #f2e2d229, transparent 48%);
}
:root[data-site-palette="pacific-frost"] .art-orbit {
  border-color: #84c0c629;
}
:root[data-site-palette="pacific-frost"] .live-dot {
  box-shadow: 0 0 12px #46b1c966;
}
:root[data-site-palette="pacific-frost"] .writing-section {
  background: var(--soft);
  color: var(--ink);
}
:root[data-site-palette="pacific-frost"] .writing-section h2 em,
:root[data-site-palette="pacific-frost"] .writing-empty > p em,
:root[data-site-palette="pacific-frost"] .notebook-mark {
  color: var(--surface);
}
:root[data-site-palette="pacific-frost"] .writing-empty,
:root[data-site-palette="pacific-frost"] .blog-post {
  border-color: #17343b38;
}
:root[data-site-palette="pacific-frost"] .closing {
  background: linear-gradient(
    110deg,
    #46b1c9 0%,
    #84c0c6 26%,
    #9fb7b9 52%,
    #bcc1ba 75%,
    #f2e2d2 100%
  );
  color: var(--ink);
}
:root[data-site-palette="pacific-frost"] .closing-link {
  border-color: #17343b66;
}
:root[data-site-palette="pacific-frost"] .contact-dialog {
  border-color: #84c0c652;
  background: var(--surface);
  box-shadow: 0 30px 90px #17343b99;
}
:root[data-site-palette="pacific-frost"] .contact-dialog::backdrop {
  background: #17343bd9;
}
:root[data-site-palette="pacific-frost"] .contact-close {
  background: #f2e2d214;
}
:root[data-site-palette="pacific-frost"] .contact-close:hover {
  background: #f2e2d226;
}
:root[data-site-palette="pacific-frost"] .contact-field-row input,
:root[data-site-palette="pacific-frost"] .contact-field-row textarea {
  border-color: #84c0c652;
  background: var(--ink);
}

/* Thistle Tide — cool florals and frozen aqua over an ebony ground. */
:root[data-site-palette="thistle-tide"] .art-halo {
  background:
    radial-gradient(circle at 37% 62%, #98e2c63d, transparent 34%),
    radial-gradient(circle at 64% 38%, #c4b7cb33, transparent 48%);
}
:root[data-site-palette="thistle-tide"] .art-orbit { border-color: #bfedef2e; }
:root[data-site-palette="thistle-tide"] .live-dot { box-shadow: 0 0 12px #98e2c670; }
:root[data-site-palette="thistle-tide"] .writing-section {
  background: #bbc7ce;
  color: #343934;
}
:root[data-site-palette="thistle-tide"] .writing-section h2 em,
:root[data-site-palette="thistle-tide"] .writing-empty > p em,
:root[data-site-palette="thistle-tide"] .notebook-mark { color: #545c52; }
:root[data-site-palette="thistle-tide"] .writing-empty,
:root[data-site-palette="thistle-tide"] .blog-post { border-color: #545c5242; }
:root[data-site-palette="thistle-tide"] .studio-statement {
  background: linear-gradient(135deg, #545c52, #454b43);
}
:root[data-site-palette="thistle-tide"] .closing {
  background: linear-gradient(110deg, #c4b7cb 0%, #bbc7ce 26%, #bfedef 52%, #98e2c6 75%, #545c52 100%);
  color: #343934;
}
:root[data-site-palette="thistle-tide"] .closing-link { border-color: #545c526e; }
:root[data-site-palette="thistle-tide"] .contact-dialog {
  border-color: #98e2c657;
  background: #454b43;
  box-shadow: 0 30px 90px #545c5299;
}
:root[data-site-palette="thistle-tide"] .contact-dialog::backdrop { background: #545c52db; }

/* Evergreen Mint — bright botanical greens grounded by deep evergreen. */
:root[data-site-palette="evergreen-mint"] .art-halo {
  background:
    radial-gradient(circle at 37% 62%, #17b89045, transparent 34%),
    radial-gradient(circle at 64% 38%, #9dc5bb33, transparent 48%);
}
:root[data-site-palette="evergreen-mint"] .art-orbit { border-color: #dee5e52b; }
:root[data-site-palette="evergreen-mint"] .live-dot { box-shadow: 0 0 12px #17b89073; }
:root[data-site-palette="evergreen-mint"] .writing-section {
  background: #9dc5bb;
  color: #082d0f;
}
:root[data-site-palette="evergreen-mint"] .writing-section h2 em,
:root[data-site-palette="evergreen-mint"] .writing-empty > p em,
:root[data-site-palette="evergreen-mint"] .notebook-mark { color: #082d0f; }
:root[data-site-palette="evergreen-mint"] .writing-empty,
:root[data-site-palette="evergreen-mint"] .blog-post { border-color: #082d0f45; }
:root[data-site-palette="evergreen-mint"] .studio-statement {
  background: linear-gradient(135deg, #082d0f, #5e807f);
}
:root[data-site-palette="evergreen-mint"] .closing {
  background: linear-gradient(110deg, #dee5e5 0%, #9dc5bb 25%, #17b890 50%, #5e807f 75%, #082d0f 100%);
  color: #082d0f;
}
:root[data-site-palette="evergreen-mint"] .closing-link { border-color: #082d0f73; }
:root[data-site-palette="evergreen-mint"] .contact-dialog {
  border-color: #17b89057;
  background: #082d0f;
  box-shadow: 0 30px 90px #082d0fa6;
}
:root[data-site-palette="evergreen-mint"] .contact-dialog::backdrop { background: #082d0fe3; }

/* Royal Twilight — saturated indigo opening into cool honeydew light. */
:root[data-site-palette="royal-twilight"] .art-halo {
  background:
    radial-gradient(circle at 37% 62%, #3423a64a, transparent 34%),
    radial-gradient(circle at 64% 38%, #7180b940, transparent 48%);
}
:root[data-site-palette="royal-twilight"] .art-orbit { border-color: #dff3e42b; }
:root[data-site-palette="royal-twilight"] .live-dot { box-shadow: 0 0 12px #7180b97a; }
:root[data-site-palette="royal-twilight"] .writing-section { background: #dff3e4; color: #171738; }
:root[data-site-palette="royal-twilight"] .writing-section h2 em,
:root[data-site-palette="royal-twilight"] .writing-empty > p em,
:root[data-site-palette="royal-twilight"] .notebook-mark { color: #3423a6; }
:root[data-site-palette="royal-twilight"] .writing-empty,
:root[data-site-palette="royal-twilight"] .blog-post { border-color: #1717383d; }
:root[data-site-palette="royal-twilight"] .studio-statement { background: linear-gradient(135deg, #2e1760, #3423a6); }
:root[data-site-palette="royal-twilight"] .closing {
  background: linear-gradient(110deg, #171738 0%, #2e1760 25%, #3423a6 50%, #7180b9 75%, #dff3e4 100%);
  color: #dff3e4;
}
:root[data-site-palette="royal-twilight"] .closing-link { border-color: #dff3e470; }
:root[data-site-palette="royal-twilight"] .contact-dialog {
  border-color: #7180b95c; background: #2e1760; box-shadow: 0 30px 90px #171738ad;
}
:root[data-site-palette="royal-twilight"] .contact-dialog::backdrop { background: #171738e3; }

/* Sagewood — soft sage, camel, pale oak, olive, and coffee. */
:root[data-site-palette="sagewood"] .art-halo {
  background:
    radial-gradient(circle at 37% 62%, #abc4ab42, transparent 34%),
    radial-gradient(circle at 64% 38%, #dcc9b636, transparent 48%);
}
:root[data-site-palette="sagewood"] .art-orbit { border-color: #dcc9b62e; }
:root[data-site-palette="sagewood"] .live-dot { box-shadow: 0 0 12px #abc4ab70; }
:root[data-site-palette="sagewood"] .writing-section { background: #abc4ab; color: #463228; }
:root[data-site-palette="sagewood"] .writing-section h2 em,
:root[data-site-palette="sagewood"] .writing-empty > p em,
:root[data-site-palette="sagewood"] .notebook-mark { color: #6d4c3d; }
:root[data-site-palette="sagewood"] .writing-empty,
:root[data-site-palette="sagewood"] .blog-post { border-color: #6d4c3d42; }
:root[data-site-palette="sagewood"] .studio-statement { background: linear-gradient(135deg, #6d4c3d, #584237); }
:root[data-site-palette="sagewood"] .closing {
  background: linear-gradient(110deg, #abc4ab 0%, #a39171 25%, #dcc9b6 50%, #727d71 75%, #6d4c3d 100%);
  color: #463228;
}
:root[data-site-palette="sagewood"] .closing-link { border-color: #6d4c3d70; }
:root[data-site-palette="sagewood"] .contact-dialog {
  border-color: #abc4ab57; background: #584237; box-shadow: 0 30px 90px #6d4c3da6;
}
:root[data-site-palette="sagewood"] .contact-dialog::backdrop { background: #6d4c3dde; }

/* Ember Grove — dark earth, muted ember, warm taupe, and forest charcoal. */
:root[data-site-palette="ember-grove"] .art-halo {
  background:
    radial-gradient(circle at 37% 62%, #75404342, transparent 34%),
    radial-gradient(circle at 64% 38%, #9a887336, transparent 48%);
}
:root[data-site-palette="ember-grove"] .art-orbit { border-color: #9a88732e; }
:root[data-site-palette="ember-grove"] .live-dot { box-shadow: 0 0 12px #9a88736b; }
:root[data-site-palette="ember-grove"] .writing-section { background: #9a8873; color: #171614; }
:root[data-site-palette="ember-grove"] .writing-section h2 em,
:root[data-site-palette="ember-grove"] .writing-empty > p em,
:root[data-site-palette="ember-grove"] .notebook-mark { color: #3a2618; }
:root[data-site-palette="ember-grove"] .writing-empty,
:root[data-site-palette="ember-grove"] .blog-post { border-color: #1716144a; }
:root[data-site-palette="ember-grove"] .studio-statement { background: linear-gradient(135deg, #3a2618, #37423d); }
:root[data-site-palette="ember-grove"] .closing {
  background: linear-gradient(110deg, #171614 0%, #3a2618 25%, #754043 50%, #9a8873 75%, #37423d 100%);
  color: #ded4c8;
  text-shadow: 0 1px 18px #171614a6;
}
:root[data-site-palette="ember-grove"] .closing-link { border-color: #ded4c875; }
:root[data-site-palette="ember-grove"] .contact-dialog {
  border-color: #9a88734f; background: #3a2618; box-shadow: 0 30px 90px #171614b8;
}
:root[data-site-palette="ember-grove"] .contact-dialog::backdrop { background: #171614e8; }


/* Modified presets and custom themes use semantic recipes instead of stale preset colors. */
:root[data-theme-recipe="generic"] .hero-description p {
  color: color-mix(in srgb, var(--cream) 82%, var(--slate));
}
:root[data-theme-recipe="generic"] .art-halo {
  background:
    radial-gradient(circle at 37% 62%, color-mix(in srgb, var(--coral) 24%, transparent), transparent 34%),
    radial-gradient(circle at 64% 38%, color-mix(in srgb, var(--slate) 20%, transparent), transparent 48%);
}
:root[data-theme-recipe="generic"] .art-orbit {
  border-color: color-mix(in srgb, var(--cream) 12%, transparent);
}
:root[data-theme-recipe="generic"] .live-dot {
  box-shadow: 0 0 12px color-mix(in srgb, var(--coral) 45%, transparent);
}
:root[data-theme-recipe="generic"] .card-tags {
  color: color-mix(in srgb, var(--cream) 74%, var(--slate));
}
:root[data-theme-recipe="generic"] .card-tags span + span::before {
  color: var(--slate);
}
:root[data-theme-recipe="generic"] .writing-section {
  background: var(--soft);
  color: var(--ink);
}
:root[data-theme-recipe="generic"] .writing-section h2 em,
:root[data-theme-recipe="generic"] .writing-section .section-index,
:root[data-theme-recipe="generic"] .writing-empty > p em,
:root[data-theme-recipe="generic"] .writing-empty > div > .eyebrow,
:root[data-theme-recipe="generic"] .notebook-mark,
:root[data-theme-recipe="generic"] .blog-tag {
  color: var(--ink);
}
:root[data-theme-recipe="generic"] .writing-empty,
:root[data-theme-recipe="generic"] .blog-post {
  border-color: color-mix(in srgb, var(--ink) 24%, transparent);
}
:root[data-theme-recipe="generic"] .writing-empty > div > p,
:root[data-theme-recipe="generic"] .blog-date,
:root[data-theme-recipe="generic"] .blog-excerpt {
  color: color-mix(in srgb, var(--ink) 76%, var(--surface));
}
:root[data-theme-recipe="generic"] .studio-statement {
  background: linear-gradient(135deg, var(--surface), var(--charcoal));
}
:root[data-theme-recipe="generic"] .studio-caption {
  color: color-mix(in srgb, var(--cream) 82%, var(--slate));
}
:root[data-theme-recipe="generic"] .studio-flower {
  color: var(--slate);
  opacity: 0.32;
}
:root[data-theme-recipe="generic"] .now-number {
  color: color-mix(in srgb, var(--cream) 72%, var(--slate));
}
:root[data-theme-recipe="generic"] .closing {
  background: linear-gradient(
    110deg,
    var(--cream) 0%,
    color-mix(in srgb, var(--cream) 78%, var(--slate)) 50%,
    color-mix(in srgb, var(--cream) 58%, var(--coral)) 100%
  );
  color: var(--ink);
  text-shadow: none;
}
:root[data-theme-recipe="generic"] .closing-link {
  border-color: color-mix(in srgb, var(--ink) 42%, transparent);
}
:root[data-theme-recipe="generic"] .contact-dialog {
  border-color: color-mix(in srgb, var(--slate) 46%, transparent);
  background: var(--surface);
  box-shadow: 0 30px 90px color-mix(in srgb, var(--ink) 64%, transparent);
}
:root[data-theme-recipe="generic"] .contact-dialog::backdrop {
  background: color-mix(in srgb, var(--ink) 82%, transparent);
}
:root[data-theme-recipe="generic"] .contact-close {
  background: color-mix(in srgb, var(--cream) 8%, transparent);
}
:root[data-theme-recipe="generic"] .contact-close:hover {
  background: color-mix(in srgb, var(--cream) 15%, transparent);
}
:root[data-theme-recipe="generic"] .contact-field-row label {
  color: color-mix(in srgb, var(--cream) 84%, var(--slate));
}
:root[data-theme-recipe="generic"] .contact-field-row input,
:root[data-theme-recipe="generic"] .contact-field-row textarea {
  border-color: color-mix(in srgb, var(--slate) 46%, transparent);
  background: var(--ink);
}

/* CMS design controls. Static declarations above remain the no-JS fallback. */
html[data-design-ready="true"] .site-header {
  background: color-mix(in srgb, var(--ink) var(--design-header-alpha), transparent);
}
html[data-design-ready="true"] .hero-content {
  min-height: var(--design-hero-min-height);
  grid-template-columns: var(--design-hero-copy) calc(100% - var(--design-hero-copy));
}
html[data-design-ready="true"] .hero-copy {
  background: color-mix(in srgb, var(--surface) var(--design-hero-panel-alpha), transparent);
  border-radius: 8px;
}
html[data-hero-panel="true"] .hero-copy {
  padding-inline: clamp(18px, 2vw, 34px);
  backdrop-filter: blur(14px);
}
html[data-design-ready="true"] .hero-art {
  opacity: var(--design-artwork-alpha);
}
html[data-design-ready="true"] h1,
html[data-design-ready="true"] h2,
html[data-design-ready="true"] .card-title,
html[data-design-ready="true"] .blog-title,
html[data-design-ready="true"] .studio-statement p {
  font-family: var(--design-display-font);
}
html[data-design-ready="true"] em {
  font-family: var(--design-accent-font);
}
html[data-design-ready="true"] h1 {
  font-size: calc(clamp(100px, 12.5vw, 184px) * var(--design-heading-scale));
}
html[data-design-ready="true"] h2 {
  font-size: calc(clamp(36px, 4.8vw, 66px) * var(--design-heading-scale));
}
html[data-design-ready="true"] .card-title {
  font-size: calc(25px * var(--design-heading-scale));
}
html[data-design-ready="true"] .projects-grid {
  gap: calc(var(--design-project-gap) * 1.65) var(--design-project-gap);
}
html[data-project-columns="1"] .projects-grid {
  grid-template-columns: minmax(0, 1fr);
  max-width: min(100%, 980px);
  margin-inline: auto;
}
html[data-project-columns="2"] .projects-grid {
  grid-template-columns: 1.13fr 1fr;
}
html[data-design-ready="true"] .project-art {
  height: var(--design-project-thumbnail);
}
html[data-project-stagger="false"] .project-card,
html[data-project-columns="1"] .project-card {
  margin-top: 0 !important;
}
html[data-studio-preview="true"] [data-swatch-highlighted] {
  outline: 5px solid var(--coral);
  outline-offset: -5px;
}
html[data-studio-preview="true"] body {
  overflow-x: hidden;
}

@media (max-width: 1100px) {
  html[data-design-ready="true"] h1 {
    font-size: calc(14vw * var(--design-heading-scale));
  }
  html[data-design-ready="true"] .project-art {
    height: min(var(--design-project-thumbnail), 340px);
  }
}
@media (max-width: 800px) {
  html[data-design-ready="true"] h1 {
    font-size: calc(14.8vw * var(--design-heading-scale));
  }
  html[data-design-ready="true"] .project-art {
    height: min(var(--design-project-thumbnail), 300px);
  }
}
@media (max-width: 600px) {
  html[data-design-ready="true"] h1 {
    font-size: calc(clamp(93px, 23vw, 139px) * var(--design-heading-scale));
  }
  html[data-design-ready="true"] h2 {
    font-size: calc(37px * var(--design-heading-scale));
  }
  html[data-design-ready="true"] .projects-grid {
    gap: var(--design-project-gap);
  }
  html[data-design-ready="true"] .project-art {
    height: min(var(--design-project-thumbnail), 330px);
  }
  html[data-hero-panel="true"] .hero-copy {
    padding-inline: 16px;
  }
}
