:root {
  color-scheme: light;
  --ink: #15191f;
  --ink-soft: #343b44;
  --muted: #69717b;
  --paper: #edf0f2;
  --surface: #fbfcfd;
  --line: #d3d9df;
  --accent: #163b62;
  --accent-dark: #0e2945;
  --accent-light: #d9e7f4;
  --leaf: #3f5c50;
  --blue: #243a52;
  --shadow: 0 20px 70px rgba(18, 25, 33, 0.16);
  --display: "Google Sans Flex", "Google Sans", "Product Sans", Inter, ui-sans-serif, system-ui, sans-serif;
  --sans: "Google Sans Flex", "Google Sans", "Product Sans", Inter, ui-sans-serif, system-ui, -apple-system,
    BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: var(--sans);
  font-variation-settings: "wght" 420, "wdth" 100, "ROND" 0;
  line-height: 1.5;
}

body.is-locked {
  overflow: hidden;
}

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

button,
input,
textarea {
  font: inherit;
}

button,
a {
  -webkit-tap-highlight-color: transparent;
}

a {
  color: inherit;
  text-decoration: none;
}

.skip-link {
  position: fixed;
  top: 12px;
  left: 12px;
  z-index: 100;
  transform: translateY(-140%);
  background: var(--ink);
  color: var(--surface);
  padding: 10px 14px;
  border-radius: 6px;
}

.skip-link:focus {
  transform: translateY(0);
}

.site-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 20;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 22px;
  min-height: 72px;
  padding: 14px clamp(18px, 4vw, 54px);
  color: var(--surface);
  transition:
    background 220ms ease,
    color 220ms ease,
    box-shadow 220ms ease,
    min-height 220ms ease;
}

.site-header.is-scrolled {
  min-height: 64px;
  background: rgba(251, 252, 253, 0.9);
  color: var(--ink);
  box-shadow: 0 1px 0 rgba(21, 25, 31, 0.08);
  backdrop-filter: blur(18px);
}

.brand-mark {
  justify-self: start;
  display: inline-flex;
  align-items: center;
  gap: 12px;
  min-width: 0;
  font-size: 0.9rem;
}

.brand-mark span {
  display: grid;
  place-items: center;
  width: 36px;
  height: 36px;
  border: 1px solid currentColor;
  border-radius: 50%;
  font-family: var(--display);
  font-size: 0.78rem;
  font-weight: 720;
}

.brand-mark strong {
  font-weight: 600;
  white-space: nowrap;
}

.site-nav {
  justify-self: center;
  display: inline-flex;
  align-items: center;
  gap: clamp(16px, 3vw, 34px);
  font-size: 0.82rem;
  font-weight: 650;
  text-transform: uppercase;
}

.site-nav a {
  position: relative;
  padding: 9px 0;
}

.site-nav a::after {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 5px;
  height: 1px;
  content: "";
  background: currentColor;
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 220ms ease;
}

.site-nav a:hover::after,
.site-nav a:focus-visible::after {
  transform: scaleX(1);
  transform-origin: left;
}

.icon-button {
  display: inline-grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border: 1px solid currentColor;
  border-radius: 50%;
  background: transparent;
  color: inherit;
  cursor: pointer;
}

.icon-button svg {
  width: 21px;
  height: 21px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.7;
}

.inquiry-toggle {
  position: relative;
  justify-self: end;
}

.inquiry-toggle span {
  position: absolute;
  top: -3px;
  right: -4px;
  display: grid;
  place-items: center;
  min-width: 19px;
  height: 19px;
  padding: 0 5px;
  border-radius: 999px;
  background: var(--accent);
  color: #fff;
  font-size: 0.68rem;
  font-weight: 800;
}

.hero {
  position: relative;
  display: grid;
  min-height: 92svh;
  overflow: hidden;
  background: #14100d;
  color: #fbfcfd;
  isolation: isolate;
}

.hero picture,
.hero img,
.hero-overlay {
  position: absolute;
  inset: 0;
}

.hero img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1.02);
  animation: heroDrift 18s ease-out forwards;
}

.hero-overlay {
  z-index: 1;
  background:
    linear-gradient(90deg, rgba(13, 10, 8, 0.88) 0%, rgba(13, 10, 8, 0.5) 38%, rgba(13, 10, 8, 0.1) 72%),
    linear-gradient(0deg, rgba(13, 10, 8, 0.42), rgba(13, 10, 8, 0.04) 44%);
}

.hero-content {
  position: relative;
  z-index: 2;
  align-self: end;
  width: min(690px, calc(100% - 36px));
  padding: 0 0 clamp(70px, 10vw, 130px) clamp(18px, 6vw, 86px);
}

.eyebrow,
.section-kicker {
  margin: 0 0 14px;
  color: var(--accent);
  font-size: 0.76rem;
  font-weight: 800;
  text-transform: uppercase;
}

.hero .eyebrow {
  color: var(--accent-light);
}

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

h1,
h2 {
  font-family: var(--display);
  font-variation-settings: "wght" 650, "wdth" 92, "opsz" 72, "ROND" 18;
  font-weight: 650;
  line-height: 0.97;
}

h1 {
  max-width: 670px;
  margin-bottom: 24px;
  font-size: calc(clamp(4.2rem, 11vw, 9.8rem) * var(--hero-scale, 1));
}

[data-section][hidden] { display: none !important; }

.about-section {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: clamp(40px, 6vw, 90px);
  align-items: center;
  padding: clamp(80px, 12vw, 160px) clamp(18px, 6vw, 86px);
  background: var(--surface);
}

.about-copy { max-width: 540px; }
.about-copy h2 {
  margin-bottom: 18px;
}
.about-copy .about-body {
  font-size: 1.05rem;
  line-height: 1.7;
  color: var(--ink-soft);
  white-space: pre-line;
}

.about-figure {
  margin: 0;
  aspect-ratio: 4 / 5;
  overflow: hidden;
  border-radius: 12px;
  background: var(--paper);
  box-shadow: var(--shadow);
}
.about-figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.about-section.has-no-image .about-figure { display: none; }
.about-section.has-no-image { grid-template-columns: minmax(0, 1fr); }

@media (max-width: 820px) {
  .about-section {
    grid-template-columns: minmax(0, 1fr);
  }
}

h2 {
  font-size: calc(clamp(2.4rem, 6vw, 5.3rem) * var(--heading-scale, 1));
}

h3 {
  font-size: 1.05rem;
}

.hero-copy {
  max-width: 520px;
  margin-bottom: 28px;
  color: rgba(251, 252, 253, 0.84);
  font-size: clamp(1.06rem, 2vw, 1.3rem);
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 0 18px;
  border: 1px solid var(--ink);
  border-radius: 6px;
  background: transparent;
  color: var(--ink);
  font-size: 0.88rem;
  font-weight: 800;
  cursor: pointer;
  transition:
    transform 180ms ease,
    background 180ms ease,
    color 180ms ease,
    border-color 180ms ease;
}

.button:hover,
.button:focus-visible {
  transform: translateY(-2px);
}

.button.primary {
  border-color: var(--accent);
  background: var(--accent);
  color: #fbfcfd;
}

.button.primary:hover,
.button.primary:focus-visible {
  background: var(--accent-dark);
  border-color: var(--accent-dark);
}

.button.secondary {
  border-color: rgba(251, 252, 253, 0.66);
  color: #fbfcfd;
}

.button.secondary:hover,
.button.secondary:focus-visible {
  background: rgba(251, 252, 253, 0.12);
}

.button.compact {
  min-height: 40px;
  padding: 0 14px;
  font-size: 0.78rem;
}

.button.disabled {
  pointer-events: none;
  opacity: 0.46;
}

.scroll-cue {
  position: absolute;
  right: clamp(18px, 4vw, 54px);
  bottom: 28px;
  z-index: 2;
  display: grid;
  place-items: center;
  width: 44px;
  height: 70px;
  border: 1px solid rgba(251, 252, 253, 0.55);
  border-radius: 999px;
}

.scroll-cue span {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: currentColor;
  animation: cue 1.6s ease-in-out infinite;
}

.intro-section,
.works-section,
.story-section,
.contact-section {
  padding: clamp(70px, 10vw, 132px) clamp(18px, 5vw, 74px);
}

.intro-section {
  display: grid;
  grid-template-columns: minmax(120px, 0.34fr) minmax(0, 1.05fr) minmax(250px, 0.62fr);
  gap: clamp(28px, 5vw, 80px);
  align-items: start;
  background: var(--surface);
}

.statement {
  max-width: 870px;
  margin-bottom: 0;
  font-family: var(--display);
  font-variation-settings: "wght" 610, "wdth" 94, "opsz" 60, "ROND" 14;
  font-weight: 610;
  font-size: calc(clamp(2rem, 4.4vw, 4.6rem) * var(--heading-scale, 1));
  line-height: 1.02;
}

.studio-facts {
  display: grid;
  gap: 26px;
  margin: 0;
  padding: 0;
}

.studio-facts div {
  padding-top: 20px;
  border-top: 1px solid var(--line);
}

.studio-facts dt {
  margin-bottom: 4px;
  font-family: var(--display);
  font-variation-settings: "wght" 620, "wdth" 94, "opsz" 48, "ROND" 16;
  font-size: calc(clamp(2rem, 4vw, 4.2rem) * var(--heading-scale, 1));
  line-height: 1;
}

.studio-facts dd {
  margin: 0;
  color: var(--muted);
  font-size: 0.82rem;
  font-weight: 700;
  text-transform: uppercase;
}

.works-section {
  background:
    linear-gradient(180deg, rgba(22, 59, 98, 0.08), transparent 360px),
    var(--paper);
}

.section-heading {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 24px;
  align-items: end;
  margin-bottom: clamp(32px, 6vw, 64px);
}

.section-heading h2 {
  max-width: 840px;
  margin-bottom: 0;
}

.works-section .section-heading h2 {
  font-size: calc(clamp(1.65rem, 3.4vw, 2.8rem) * var(--heading-scale, 1));
  font-weight: 500;
  font-variation-settings: "wght" 500, "wdth" 96, "opsz" 72, "ROND" 18;
  line-height: 1.1;
}

.filters {
  display: inline-flex;
  gap: 5px;
  padding: 5px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(251, 252, 253, 0.8);
}

.filter-button {
  min-width: 72px;
  min-height: 38px;
  border: 0;
  border-radius: 5px;
  background: transparent;
  color: var(--muted);
  font-size: 0.78rem;
  font-weight: 800;
  cursor: pointer;
  transition:
    background 180ms ease,
    color 180ms ease;
}

.filter-button.is-active {
  background: var(--accent);
  color: var(--surface);
}

.works-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(18px, 2.6vw, 34px);
}

.work-card {
  display: grid;
  gap: 18px;
  min-width: 0;
  padding: 12px;
  border: 1px solid rgba(21, 25, 31, 0.1);
  border-radius: 8px;
  background: var(--surface);
  box-shadow: 0 12px 34px rgba(18, 25, 33, 0.06);
  transition:
    opacity 200ms ease,
    transform 220ms ease,
    box-shadow 220ms ease;
}

.work-card:hover {
  box-shadow: 0 18px 50px rgba(18, 25, 33, 0.12);
  transform: translateY(-4px);
}

.work-card.is-hidden {
  display: none;
}

.work-image {
  display: block;
  width: 100%;
  padding: 0;
  border: 0;
  border-radius: 5px;
  background: #e1e5e9;
  cursor: zoom-in;
  overflow: hidden;
  aspect-ratio: 4 / 5;
  position: relative;
}

.sold-badge {
  position: absolute;
  top: 12px;
  right: 12px;
  padding: 5px 11px;
  background: var(--ink);
  color: var(--paper);
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  border-radius: 3px;
  pointer-events: none;
}

.work-card.is-sold .work-image img {
  filter: saturate(0.45) brightness(0.95);
}
.work-card.is-sold .work-meta span {
  color: var(--muted);
}

.work-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 500ms ease;
}

.work-card:hover .work-image img {
  transform: scale(1.035);
}

.work-meta {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 4px 14px;
  align-items: baseline;
  padding: 0 2px;
}

.work-meta p {
  grid-column: 1 / -1;
  margin-bottom: 0;
  color: var(--muted);
  font-size: 0.74rem;
  font-weight: 800;
  text-transform: uppercase;
}

.work-meta h3 {
  margin: 0;
  font-family: var(--display);
  font-variation-settings: "wght" 600, "wdth" 96, "opsz" 32, "ROND" 14;
  font-size: clamp(1.42rem, 2vw, 2rem);
  font-weight: 600;
  line-height: 1.05;
}

.work-meta span {
  color: var(--ink-soft);
  font-size: 0.92rem;
  font-weight: 800;
  white-space: nowrap;
}

.work-actions {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 0 2px 2px;
}

.text-button {
  min-height: 38px;
  padding: 0;
  border: 0;
  background: transparent;
  color: var(--accent);
  font-size: 0.82rem;
  font-weight: 850;
  cursor: pointer;
}

.story-section {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(280px, 0.72fr);
  gap: clamp(32px, 8vw, 110px);
  align-items: start;
  background: var(--accent-dark);
  color: var(--surface);
}

.story-copy {
  position: sticky;
  top: 110px;
}

.story-copy .eyebrow {
  color: var(--accent-light);
}

.story-copy h2 {
  max-width: 800px;
}

.story-copy p:not(.eyebrow) {
  max-width: 620px;
  color: rgba(251, 252, 253, 0.72);
  font-size: 1.05rem;
}

.process-list {
  display: grid;
  gap: 1px;
  background: rgba(251, 252, 253, 0.22);
}

.process-list div {
  padding: clamp(24px, 4vw, 42px) 0;
  background: var(--accent-dark);
}

.process-list span {
  display: block;
  margin-bottom: 14px;
  color: var(--accent-light);
  font-family: var(--display);
  font-variation-settings: "wght" 610, "wdth" 92, "opsz" 32, "ROND" 16;
  font-size: 2rem;
}

.process-list h3 {
  margin-bottom: 10px;
  font-size: 1.3rem;
}

.process-list p {
  max-width: 440px;
  margin-bottom: 0;
  color: rgba(251, 252, 253, 0.68);
}

.contact-section {
  display: grid;
  grid-template-columns: minmax(0, 0.8fr) minmax(320px, 0.72fr);
  gap: clamp(32px, 7vw, 96px);
  align-items: start;
  background: var(--surface);
}

.contact-copy h2 {
  max-width: 760px;
}

.contact-copy p:not(.eyebrow) {
  max-width: 570px;
  color: var(--muted);
  font-size: 1.05rem;
}

.contact-form {
  display: grid;
  gap: 18px;
  padding-top: 6px;
}

.contact-form .inquiry-type {
  display: grid;
  gap: 10px;
  padding: 0;
  margin: 0;
  border: 0;
}

.contact-form .inquiry-type legend {
  color: var(--muted);
  font-size: 0.76rem;
  font-weight: 850;
  text-transform: uppercase;
  padding: 0;
  margin-bottom: 2px;
}

.contact-form .inquiry-type-option {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: var(--ink);
  font-size: 0.95rem;
  font-weight: 500;
  text-transform: none;
  cursor: pointer;
}

.contact-form .inquiry-type-option input[type="checkbox"] {
  width: 18px;
  height: 18px;
  margin: 0;
  accent-color: var(--accent, var(--blue));
  cursor: pointer;
}

label {
  display: grid;
  gap: 8px;
  color: var(--muted);
  font-size: 0.76rem;
  font-weight: 850;
  text-transform: uppercase;
}

input,
textarea,
select {
  width: 100%;
  border: 0;
  border-bottom: 1px solid var(--line);
  border-radius: 0;
  background: transparent;
  color: var(--ink);
  padding: 11px 0 13px;
  font-size: 1rem;
  outline: none;
}

textarea {
  resize: vertical;
}

select {
  appearance: none;
}

input:focus,
textarea:focus,
select:focus {
  border-color: var(--accent);
}

.site-footer {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 16px;
  padding: 28px clamp(18px, 5vw, 74px);
  border-top: 1px solid var(--line);
  background: var(--surface);
  color: var(--muted);
  font-size: 0.86rem;
}

.site-footer p {
  margin: 0;
  color: var(--ink);
  font-weight: 850;
}

.editor-launch {
  position: fixed;
  left: 18px;
  bottom: 18px;
  z-index: 30;
  min-height: 42px;
  padding: 0 15px;
  border: 1px solid rgba(21, 25, 31, 0.14);
  border-radius: 999px;
  background: rgba(251, 252, 253, 0.92);
  color: var(--accent);
  box-shadow: 0 12px 34px rgba(18, 25, 33, 0.12);
  cursor: pointer;
  font-size: 0.82rem;
  font-weight: 850;
  backdrop-filter: blur(14px);
}

.editor-drawer {
  position: fixed;
  inset: 0;
  z-index: 70;
  display: grid;
  pointer-events: none;
  visibility: hidden;
}

.editor-drawer.is-open {
  pointer-events: auto;
  visibility: visible;
}

.editor-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(14, 24, 35, 0.38);
  opacity: 0;
  transition: opacity 220ms ease;
}

.editor-drawer.is-open .editor-backdrop {
  opacity: 1;
}

.editor-panel {
  position: relative;
  justify-self: end;
  display: grid;
  grid-template-rows: auto 1fr;
  width: min(720px, calc(100vw - 28px));
  height: 100%;
  background: var(--surface);
  box-shadow: var(--shadow);
  transform: translateX(104%);
  transition: transform 260ms ease;
}

.editor-drawer.is-open .editor-panel {
  transform: translateX(0);
}

.editor-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 22px;
  padding: 24px;
  border-bottom: 1px solid var(--line);
}

.editor-header h2 {
  margin-bottom: 0;
  font-size: clamp(2rem, 4vw, 3.2rem);
}

.editor-form {
  display: grid;
  align-content: start;
  gap: 22px;
  padding: 22px 24px 28px;
  overflow: auto;
}

.editor-section {
  display: grid;
  gap: 16px;
  padding: 18px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
}

.editor-section h3,
.editor-artwork h4 {
  margin: 0;
}

.editor-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.editor-wide {
  grid-column: 1 / -1;
}

.editor-pair,
.editor-process {
  display: grid;
  gap: 14px;
  min-width: 0;
}

.editor-process-list,
.editor-artworks {
  display: grid;
  gap: 14px;
}

.editor-section-heading,
.editor-artwork-heading,
.editor-actions {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
}

.editor-artwork {
  display: grid;
  gap: 14px;
  padding: 16px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--paper);
}

.editor-actions {
  position: sticky;
  bottom: -28px;
  padding: 16px 0 0;
  background: linear-gradient(180deg, rgba(251, 252, 253, 0), var(--surface) 22%);
}

.editor-actions .button {
  flex: 1;
}

.email-popup {
  position: fixed;
  inset: 0;
  z-index: 60;
  display: grid;
  place-items: center;
  padding: 18px;
  pointer-events: none;
  visibility: hidden;
}

.email-popup.is-open {
  pointer-events: auto;
  visibility: visible;
}

.email-popup-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(14, 24, 35, 0.46);
  opacity: 0;
  transition: opacity 220ms ease;
}

.email-popup.is-open .email-popup-backdrop {
  opacity: 1;
}

.email-popup-panel {
  position: relative;
  width: min(520px, 100%);
  padding: clamp(26px, 5vw, 44px);
  border: 1px solid rgba(21, 25, 31, 0.1);
  border-radius: 8px;
  background: var(--surface);
  box-shadow: var(--shadow);
  transform: translateY(18px) scale(0.98);
  opacity: 0;
  transition:
    opacity 220ms ease,
    transform 220ms ease;
}

.email-popup.is-open .email-popup-panel {
  transform: translateY(0) scale(1);
  opacity: 1;
}

.email-popup-close {
  position: absolute;
  top: 16px;
  right: 16px;
}

.email-popup-panel h2 {
  max-width: 420px;
  margin-bottom: 14px;
  font-size: clamp(2.2rem, 6vw, 4rem);
}

.email-popup-panel p:not(.eyebrow) {
  max-width: 410px;
  color: var(--muted);
}

.email-popup-form {
  display: grid;
  gap: 18px;
  margin-top: 24px;
}

.email-popup-form .button {
  width: 100%;
}

.email-popup-later {
  margin-top: 12px;
}

.email-popup-note {
  min-height: 1.3em;
  margin: 12px 0 0;
  color: var(--accent);
  font-size: 0.9rem;
  font-weight: 800;
}

.inquiry-drawer {
  position: fixed;
  inset: 0;
  z-index: 50;
  display: grid;
  pointer-events: none;
  visibility: hidden;
}

.inquiry-drawer.is-open {
  pointer-events: auto;
  visibility: visible;
}

.drawer-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(12, 10, 9, 0.42);
  opacity: 0;
  transition: opacity 220ms ease;
}

.inquiry-drawer.is-open .drawer-backdrop {
  opacity: 1;
}

.drawer-panel {
  position: relative;
  justify-self: end;
  display: grid;
  grid-template-rows: auto 1fr auto;
  width: min(440px, calc(100vw - 28px));
  height: 100%;
  background: var(--surface);
  box-shadow: var(--shadow);
  transform: translateX(104%);
  transition: transform 260ms ease;
}

.inquiry-drawer.is-open .drawer-panel {
  transform: translateX(0);
}

.drawer-header,
.drawer-footer {
  padding: 24px;
}

.drawer-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 20px;
  border-bottom: 1px solid var(--line);
}

.drawer-header h2 {
  margin-bottom: 0;
  font-size: 2.3rem;
}

.drawer-items {
  display: grid;
  align-content: start;
  gap: 14px;
  padding: 18px 24px;
  overflow: auto;
}

.empty-note {
  margin: 0;
  color: var(--muted);
}

.drawer-item {
  display: grid;
  grid-template-columns: 72px minmax(0, 1fr) auto;
  gap: 14px;
  align-items: center;
  padding-bottom: 14px;
  border-bottom: 1px solid var(--line);
}

.drawer-item img {
  width: 72px;
  height: 88px;
  border-radius: 4px;
  object-fit: cover;
}

.drawer-item h3 {
  margin: 0 0 4px;
  font-family: var(--display);
  font-variation-settings: "wght" 600, "wdth" 96, "opsz" 28, "ROND" 14;
  font-size: 1.18rem;
  font-weight: 600;
}

.drawer-item p {
  margin: 0;
  color: var(--muted);
  font-size: 0.84rem;
}

.drawer-item button {
  border: 0;
  background: transparent;
  color: var(--accent);
  cursor: pointer;
  font-weight: 850;
}

.drawer-footer {
  display: grid;
  gap: 14px;
  border-top: 1px solid var(--line);
}

.drawer-summary {
  display: grid;
  gap: 8px;
  padding-bottom: 4px;
}

.summary-line {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 18px;
  color: var(--muted);
}

.summary-line span {
  font-size: 0.78rem;
  font-weight: 850;
  text-transform: uppercase;
}

.summary-line strong {
  color: var(--ink-soft);
  font-size: 0.95rem;
}

.discount-line strong,
.discount-confirmation {
  color: var(--accent);
}

.drawer-total {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 20px;
}

.drawer-total span {
  color: var(--muted);
  font-size: 0.78rem;
  font-weight: 850;
  text-transform: uppercase;
}

.drawer-total strong {
  font-family: var(--display);
  font-variation-settings: "wght" 620, "wdth" 94, "opsz" 32, "ROND" 16;
  font-size: 2rem;
  font-weight: 500;
}

.drawer-footer p {
  margin-bottom: 0;
  color: var(--muted);
  font-size: 0.82rem;
}

.drawer-footer .discount-confirmation {
  margin-top: -4px;
  font-weight: 800;
}

.work-dialog {
  width: min(980px, calc(100vw - 28px));
  max-height: calc(100svh - 28px);
  padding: 0;
  border: 0;
  border-radius: 8px;
  background: var(--surface);
  color: var(--ink);
  box-shadow: var(--shadow);
}

.work-dialog::backdrop {
  background: rgba(12, 10, 9, 0.5);
}

.dialog-close {
  position: absolute;
  top: 14px;
  right: 14px;
  z-index: 2;
  background: rgba(251, 252, 253, 0.82);
  color: var(--ink);
  backdrop-filter: blur(10px);
}

.dialog-body {
  display: grid;
  grid-template-columns: minmax(280px, 0.95fr) minmax(280px, 0.75fr);
  gap: clamp(22px, 4vw, 46px);
  align-items: center;
  padding: clamp(18px, 3vw, 34px);
}

.dialog-body img {
  width: 100%;
  max-height: calc(100svh - 88px);
  border-radius: 6px;
  object-fit: contain;
  background: #e1e5e9;
}

.dialog-body h2 {
  margin-bottom: 24px;
}

.dialog-body dl {
  display: grid;
  gap: 12px;
  margin: 0 0 24px;
}

.dialog-body dl div {
  display: grid;
  grid-template-columns: 88px 1fr;
  gap: 16px;
  border-bottom: 1px solid var(--line);
  padding-bottom: 12px;
}

.dialog-body dt {
  color: var(--muted);
  font-size: 0.76rem;
  font-weight: 850;
  text-transform: uppercase;
}

.dialog-body dd {
  margin: 0;
}

.dialog-body p:not(.eyebrow) {
  color: var(--muted);
}

.reveal {
  opacity: 0;
  transform: translateY(24px);
  transition:
    opacity 700ms ease,
    transform 700ms ease;
}

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

@keyframes heroDrift {
  from {
    transform: scale(1.04);
  }
  to {
    transform: scale(1.01);
  }
}

@keyframes cue {
  0%,
  100% {
    transform: translateY(-14px);
    opacity: 0.45;
  }
  50% {
    transform: translateY(14px);
    opacity: 1;
  }
}

@media (max-width: 980px) {
  .site-header {
    grid-template-columns: 1fr auto;
  }

  .site-nav {
    display: none;
  }

  .intro-section,
  .section-heading,
  .story-section,
  .contact-section {
    grid-template-columns: 1fr;
  }

  .intro-section {
    gap: 26px;
  }

  .studio-facts {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

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

  .story-copy {
    position: static;
  }

  .dialog-body {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 680px) {
  .site-header {
    min-height: 62px;
    padding: 10px 14px;
  }

  .site-header.is-scrolled {
    min-height: 58px;
  }

  .brand-mark strong {
    display: none;
  }

  .hero {
    min-height: 88svh;
  }

  .hero-overlay {
    background:
      linear-gradient(180deg, rgba(13, 10, 8, 0.2) 0%, rgba(13, 10, 8, 0.88) 66%),
      linear-gradient(90deg, rgba(13, 10, 8, 0.4), rgba(13, 10, 8, 0.08));
  }

  .hero img {
    object-position: 58% center;
  }

  .hero-content {
    width: calc(100% - 28px);
    padding: 0 14px 78px;
  }

  h1 {
    max-width: 350px;
    font-size: 3.58rem;
  }

  h2 {
    font-size: 2.58rem;
  }

  .hero-actions,
  .work-actions,
  .site-footer {
    align-items: stretch;
    flex-direction: column;
  }

  .button {
    width: 100%;
  }

  .scroll-cue {
    display: none;
  }

  .intro-section,
  .works-section,
  .story-section,
  .contact-section {
    padding: 62px 16px;
  }

  .statement {
    font-size: 2.36rem;
  }

  .studio-facts,
  .works-grid {
    grid-template-columns: 1fr;
  }

  .section-heading {
    gap: 22px;
  }

  .filters {
    width: 100%;
    overflow-x: auto;
  }

  .filter-button {
    flex: 1 0 68px;
  }

  .work-actions .button {
    width: auto;
  }

  .drawer-panel {
    width: 100%;
  }

  .editor-launch {
    left: 14px;
    bottom: 14px;
  }

  .editor-panel {
    width: 100%;
  }

  .editor-header,
  .editor-form {
    padding-left: 16px;
    padding-right: 16px;
  }

  .editor-grid {
    grid-template-columns: 1fr;
  }

  .editor-section-heading,
  .editor-artwork-heading,
  .editor-actions {
    align-items: stretch;
    flex-direction: column;
  }

  .dialog-body {
    padding: 14px;
  }

  .dialog-body dl div {
    grid-template-columns: 1fr;
    gap: 4px;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation-duration: 1ms !important;
    scroll-behavior: auto !important;
    transition-duration: 1ms !important;
  }

  .reveal {
    opacity: 1;
    transform: none;
  }
}
