/* OBJECT HOUSE — Visual Pass 3 (surgical)
   Typography: Manrope only (latin, latin-ext, greek). Type B rejected.
*/
@font-face {
  font-family: "Manrope";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../fonts/manrope/manrope-400-greek.woff2") format("woff2");
  unicode-range: U+0370-03FF, U+1F00-1FFF;
}
@font-face {
  font-family: "Manrope";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../fonts/manrope/manrope-400-latin-ext.woff2") format("woff2");
  unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: "Manrope";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../fonts/manrope/manrope-400-latin.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: "Manrope";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("../fonts/manrope/manrope-500-greek.woff2") format("woff2");
  unicode-range: U+0370-03FF, U+1F00-1FFF;
}
@font-face {
  font-family: "Manrope";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("../fonts/manrope/manrope-500-latin-ext.woff2") format("woff2");
  unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: "Manrope";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("../fonts/manrope/manrope-500-latin.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: "Manrope";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url("../fonts/manrope/manrope-600-greek.woff2") format("woff2");
  unicode-range: U+0370-03FF, U+1F00-1FFF;
}
@font-face {
  font-family: "Manrope";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url("../fonts/manrope/manrope-600-latin-ext.woff2") format("woff2");
  unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: "Manrope";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url("../fonts/manrope/manrope-600-latin.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

:root {
  /* Cleaner mineral chalk — less cream/ivory trend */
  --chalk: #e7e4de;
  --chalk-2: #efede8;
  --ink: #161513;
  --ink-2: #4a4640;
  --ink-3: #6e6961;
  --line: rgba(22, 21, 19, 0.12);
  --kiln: #7f2c24;
  --focus: #7f2c24;
  --font: "Manrope", "Segoe UI", system-ui, sans-serif;
  --page: min(1180px, calc(100% - 2.25rem));
  --ease: cubic-bezier(0.22, 1, 0.36, 1);
  --space-1: 0.25rem;
  --space-2: 0.5rem;
  --space-3: 0.75rem;
  --space-4: 1rem;
  --space-5: 1.5rem;
  --space-6: 2rem;
  --space-7: 3rem;
  --space-8: 4rem;
}

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

html {
  scroll-behavior: smooth;
}

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

body {
  margin: 0;
  min-height: 100vh;
  color: var(--ink);
  background:
    radial-gradient(120% 80% at 12% 0%, #f3f1ec 0%, transparent 55%),
    radial-gradient(90% 70% at 100% 30%, #e3e0d8 0%, transparent 50%),
    var(--chalk-2);
  font-family: var(--font);
  font-size: 1.02rem;
  font-weight: 400;
  line-height: 1.58;
  letter-spacing: -0.005em;
  -webkit-font-smoothing: antialiased;
}

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

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

a:hover {
  color: var(--kiln);
}

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

:focus-visible {
  outline: 2px solid var(--focus);
  outline-offset: 3px;
}

.skip {
  position: absolute;
  left: -999px;
  top: 0;
  background: var(--ink);
  color: var(--chalk-2);
  padding: 0.75rem 1rem;
  z-index: 100;
}

.skip:focus {
  left: 1rem;
  top: 1rem;
}

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

/* —— Header: mark only on home; compact elsewhere —— */
.site-header {
  position: sticky;
  top: 0;
  z-index: 40;
  background: color-mix(in srgb, var(--chalk-2) 90%, transparent);
  backdrop-filter: blur(8px);
  border-bottom: 1px solid transparent;
}

.site-header.is-scrolled {
  border-bottom-color: var(--line);
}

.header-inner {
  width: var(--page);
  margin: 0 auto;
  min-height: 3.75rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}

.header-start {
  display: flex;
  align-items: center;
  gap: 0.35rem;
  min-width: 0;
}

.account-util {
  position: relative;
  flex: 0 0 auto;
}

.account-dots {
  appearance: none;
  border: 0;
  background: transparent;
  color: var(--ink-2);
  min-width: 44px;
  min-height: 44px;
  padding: 0;
  margin: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  border-radius: 0;
}

.account-dots:focus-visible {
  outline: 1px solid var(--ink);
  outline-offset: 2px;
}

.account-dots__glyph {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 3px;
  width: 20px;
  height: 8px;
  pointer-events: none;
}

.account-dots__glyph span {
  display: block;
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background: currentColor;
}

.account-panel {
  position: absolute;
  top: calc(100% + 0.35rem);
  left: 0;
  z-index: 60;
  width: min(22rem, calc(100vw - 2rem));
  max-width: 340px;
  background: var(--chalk-2);
  border: 1px solid var(--line);
  padding: 0.85rem 0;
  box-shadow: none;
  opacity: 1;
  transform: translateY(0);
}

.account-panel[hidden] {
  display: none !important;
}

@media (prefers-reduced-motion: no-preference) {
  .account-panel:not([hidden]) {
    animation: oktana-account-in 140ms ease-out;
  }
}

@keyframes oktana-account-in {
  from {
    opacity: 0;
    transform: translateY(-4px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.account-panel__heading {
  margin: 0.35rem 1rem 0.15rem;
  font-size: 0.72rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--ink-3);
  font-weight: 500;
}

.account-panel__divider {
  border: 0;
  border-top: 1px solid var(--line);
  margin: 0.55rem 0;
}

.account-panel__link {
  display: flex;
  align-items: center;
  min-height: 44px;
  padding: 0.35rem 1rem;
  text-decoration: none;
  color: var(--ink);
  font-size: 0.95rem;
  font-weight: 500;
}

.account-panel__link:hover {
  color: var(--kiln);
}

.account-panel__link:focus-visible {
  outline: 1px solid var(--ink);
  outline-offset: -2px;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 0.65rem;
  text-decoration: none;
  min-height: 44px;
}

.brand:hover {
  color: var(--ink);
}

.brand__mark {
  width: 36px;
  height: 36px;
  object-fit: contain;
}

.brand__word {
  width: 112px;
  height: auto;
  object-fit: contain;
}

body.page-home .brand__word {
  display: none;
}

body.page-home .brand__mark {
  width: 40px;
  height: 40px;
}

.nav-desk {
  display: none;
  align-items: center;
  gap: 1.25rem;
  font-size: 0.9rem;
  font-weight: 500;
}

.nav-desk a {
  text-decoration: none;
  min-height: 44px;
  display: inline-flex;
  align-items: center;
}

.nav-desk a[aria-current="page"] {
  box-shadow: inset 0 -1px 0 var(--ink);
}

.nav-book {
  color: var(--kiln) !important;
}

.nav-util {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}

.menu-btn,
.menu-close {
  appearance: none;
  border: 0;
  background: transparent;
  font: inherit;
  font-weight: 500;
  color: var(--ink);
  min-height: 44px;
  min-width: 44px;
  padding: 0 0.2rem;
  cursor: pointer;
}

.menu {
  position: fixed;
  inset: 0;
  background: var(--chalk-2);
  z-index: 50;
  padding: 1.1rem 1.35rem 2rem;
  display: flex;
  flex-direction: column;
  gap: 2rem;
}

.menu[hidden] {
  display: none !important;
}

.menu-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.menu nav {
  display: flex;
  flex-direction: column;
  gap: 0.2rem;
}

.menu nav a {
  font-size: 1.55rem;
  font-weight: 500;
  text-decoration: none;
  padding: 0.55rem 0;
  min-height: 48px;
  display: flex;
  align-items: center;
  letter-spacing: -0.02em;
}

@media (min-width: 900px) {
  .nav-desk {
    display: flex;
  }
  .menu-btn,
  .nav-cart-m {
    display: none;
  }
}

main {
  width: var(--page);
  margin: 0 auto;
  padding-bottom: 6rem;
}

.cta-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.85rem 1.5rem;
  align-items: center;
}

.cta {
  font-weight: 500;
  text-decoration: none;
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  border-bottom: 1px solid currentColor;
}

.cta--book {
  color: var(--kiln);
}

.frame-45 {
  aspect-ratio: 4 / 5;
  background: color-mix(in srgb, var(--chalk) 75%, #d8d3c9);
  overflow: hidden;
}

.frame-45 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 42%;
}

.frame-11 {
  aspect-ratio: 1 / 1;
  background: color-mix(in srgb, var(--chalk) 75%, #d8d3c9);
  overflow: hidden;
}

.frame-11 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.frame-32 {
  aspect-ratio: 3 / 2;
  background: color-mix(in srgb, var(--chalk) 75%, #d8d3c9);
  overflow: hidden;
}

.frame-32 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.work-unit {
  display: block;
  color: inherit;
}

.work-unit__object {
  display: block;
  text-decoration: none;
  color: inherit;
}

.work-unit:hover .work-unit__title {
  color: var(--kiln);
}

.work-unit__title {
  display: block;
  margin-top: 1.05rem;
  font-size: 1.05rem;
  font-weight: 500;
  letter-spacing: -0.018em;
  line-height: 1.28;
  transition: color 0.2s var(--ease);
}

.work-unit__artist {
  font-size: 0.86rem;
  color: var(--ink-2);
  font-weight: 400;
  letter-spacing: 0.02em;
  line-height: 1.4;
  text-decoration: none;
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  margin-top: 0.28rem;
}

a.work-unit__artist:hover {
  color: var(--kiln);
}

@media (max-width: 759px) {
  .work-unit__title {
    margin-top: 1.15rem;
    margin-bottom: 0;
    font-size: 1.08rem;
  }
}

/* —— HOME: ceramic is the visual subject —— */
.home-open {
  position: relative;
  padding: 1.5rem 0 2.5rem;
}

.home-open__field {
  display: grid;
  gap: 1.5rem;
  align-items: start;
}

.home-open__copy {
  display: grid;
  gap: 1rem;
  max-width: 32rem;
  align-content: start;
}

.home-identity {
  max-width: 28rem;
  display: grid;
  gap: 0.55rem;
}

.home-identity__logo {
  width: min(42%, 168px);
  height: auto;
  margin: 0;
}

.home-identity__motto {
  margin: 0.85rem 0 0;
  font-size: clamp(1.35rem, 4.8vw, 1.65rem);
  font-weight: 500;
  letter-spacing: -0.035em;
  line-height: 1.12;
  max-width: 12ch;
}

.home-identity__place {
  margin: 0;
  font-size: 0.68rem;
  font-weight: 500;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--ink-2);
  line-height: 1.45;
  max-width: 34ch;
}

.home-identity__house {
  margin: 0;
  max-width: 34rem;
  font-size: 0.98rem;
  line-height: 1.55;
  font-weight: 400;
  color: var(--ink-2);
}

.home-paths {
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem 1.5rem;
  align-items: center;
}

.home-ceramic,
.home-object {
  margin: 0;
  width: 100%;
  max-width: 36rem;
}

.home-ceramic img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 4 / 5;
  object-fit: contain;
  object-position: center;
  background: color-mix(in srgb, var(--chalk) 75%, #d8d3c9);
}

.home-selected {
  padding: 2.5rem 0 3.5rem;
}

.home-selected h2 {
  margin: 0 0 1.5rem;
  font-size: 0.78rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  font-weight: 500;
  color: var(--ink-2);
}

.home-release {
  margin: 2rem 0 1rem;
  max-width: 28rem;
  padding-top: 1.5rem;
  border-top: 1px solid color-mix(in srgb, var(--ink) 12%, transparent);
}

.home-release h2 {
  margin: 0 0 0.55rem;
  font-size: 0.78rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  font-weight: 500;
  color: var(--ink-2);
}

.home-release p {
  margin: 0;
  color: var(--ink-2);
  font-size: 0.98rem;
  line-height: 1.55;
}

.home-signal {
  margin: 2.75rem 0 0;
  max-width: 28rem;
  padding-top: 0;
}

.home-signal__label {
  margin: 0 0 0.65rem;
  font-size: 0.72rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  font-weight: 500;
  color: var(--ink-2);
}

.home-signal__title {
  margin: 0;
  font-size: 1.25rem;
  font-weight: 500;
  letter-spacing: -0.02em;
}

.home-signal__meta,
.home-signal__body {
  margin: 0.4rem 0 0;
  color: var(--ink-2);
  font-size: 0.95rem;
  line-height: 1.5;
}

.home-signal__action {
  margin: 0.9rem 0 0;
}

.home-press-names {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 0.35rem;
}

.home-press-names li {
  font-size: 1.05rem;
  font-weight: 500;
  letter-spacing: -0.01em;
}

@media (min-width: 900px) {
  .home-open {
    padding: 1.25rem 0 2.75rem;
    min-height: calc(100vh - 4.25rem);
    display: flex;
    flex-direction: column;
    justify-content: center;
  }

  .home-open--visual .home-open__field {
    grid-template-columns: minmax(0, 0.85fr) minmax(0, 1.2fr);
    gap: 1.5rem 3.25rem;
    align-items: center;
  }

  .home-open--visual .home-open__copy {
    grid-column: 1;
    gap: 1.15rem;
  }

  .home-open--visual .home-ceramic,
  .home-open--visual .home-object {
    grid-column: 2;
    align-self: center;
    justify-self: end;
    max-width: none;
    width: min(100%, 520px);
  }

  .home-identity__logo {
    width: min(26%, 148px);
  }

  .home-identity__motto {
    font-size: clamp(1.45rem, 1.85vw, 1.75rem);
    margin-top: 0.85rem;
  }

  .home-identity__house {
    font-size: 1rem;
  }

  .home-signal {
    max-width: 32rem;
  }
}

@media (min-width: 1200px) {
  .home-open--visual .home-ceramic,
  .home-open--visual .home-object {
    width: min(100%, 560px);
  }
}

/* —— WORKS: cadence only —— */
.works-top {
  padding: 2.5rem 0 2.35rem;
}

.works-top h1 {
  margin: 0;
  font-size: clamp(1.9rem, 4.6vw, 2.55rem);
  font-weight: 500;
  letter-spacing: -0.04em;
  line-height: 1.02;
}

.works-forms,
.works-artists {
  display: flex;
  flex-wrap: nowrap;
  gap: 0.85rem 1.35rem;
  margin: 1.35rem 0 0;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: thin;
}

.works-artists {
  margin-top: 0.85rem;
}

.works-forms__link,
.works-artists__link {
  flex: 0 0 auto;
  text-decoration: none;
  color: inherit;
  font-size: 0.92rem;
  font-weight: 400;
  letter-spacing: 0.01em;
  line-height: 1.4;
  padding: 0.35rem 0;
  white-space: nowrap;
  min-height: 44px;
  display: inline-flex;
  align-items: center;
}

.works-forms__link:hover,
.works-artists__link:hover {
  color: var(--kiln);
}

.works-forms__link.is-current,
.works-artists__link.is-current {
  font-weight: 500;
  box-shadow: inset 0 -1px 0 currentColor;
}

.works-forms__link:focus-visible,
.works-artists__link:focus-visible {
  outline: 2px solid var(--focus);
  outline-offset: 3px;
}

.works-empty {
  margin: 2rem 0 0.75rem;
  font-weight: 400;
}

.works-empty-link {
  margin: 0 0 2rem;
}

.works-empty-link a {
  font-weight: 500;
}

@media (min-width: 760px) {
  .works-forms,
  .works-artists {
    flex-wrap: wrap;
    overflow: visible;
    gap: 0.55rem 1.5rem;
  }

  .works-forms {
    margin-top: 1.6rem;
  }

  .works-artists {
    margin-top: 0.95rem;
  }
}

.works-field {
  display: grid;
  gap: 3.35rem 0;
}

.works-pages {
  padding: 2.75rem 0 1.5rem;
}

.works-pages .page-numbers {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.35rem 0.85rem;
  font-size: 0.9rem;
  font-weight: 500;
}

.works-pages .page-numbers li {
  margin: 0;
  padding: 0;
}

.works-pages a.page-numbers,
.works-pages span.page-numbers {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  min-width: 44px;
  text-decoration: none;
  color: inherit;
  letter-spacing: 0.02em;
}

.works-pages a.page-numbers:hover {
  color: var(--kiln);
}

.works-pages span.page-numbers.current {
  box-shadow: inset 0 -1px 0 var(--ink);
}

.works-pages .prev,
.works-pages .next {
  min-width: auto;
  padding: 0 0.15rem;
}

.works-row {
  display: grid;
  gap: 2.85rem;
}

@media (min-width: 760px) {
  .works-row {
    grid-template-columns: 1.2fr 0.8fr;
    gap: 2.4rem 2.75rem;
    align-items: start;
  }

  .works-row--rev {
    grid-template-columns: 0.8fr 1.2fr;
  }

  .works-row .work-unit:first-child .frame-45 {
    max-height: min(60vh, 540px);
  }

  .works-row .work-unit:last-child {
    margin-top: 5.5rem;
  }

  .works-row--rev .work-unit:last-child {
    margin-top: 0;
  }

  .works-row--rev .work-unit:first-child {
    margin-top: 5.5rem;
  }

  .works-row .work-unit:last-child .frame-45 {
    max-height: min(46vh, 400px);
  }

  .works-field {
    gap: 4.5rem 0;
  }

  .works-row .work-unit__title {
    margin-top: 1.15rem;
  }
}

@media (min-width: 1100px) {
  .works-row {
    gap: 2.75rem 3.25rem;
  }
  .works-field {
    gap: 5.25rem 0;
  }
}

/* —— ARTIST Pass 3: Theodore’s room inside Oktana —— */
.artist-open {
  padding: 3.25rem 0 0;
  display: grid;
  gap: 0.65rem;
  max-width: 24rem;
}

.artist-open--portrait {
  max-width: 44rem;
  grid-template-columns: minmax(7.5rem, 11rem) minmax(0, 1fr);
  gap: 1.25rem 1.75rem;
  align-items: start;
}

.artist-open__portrait {
  margin: 0;
  overflow: hidden;
  background: var(--chalk-2, #efebe4);
}

.artist-open__portrait img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 4 / 5;
  object-fit: cover;
}

.artist-open__text {
  min-width: 0;
  display: grid;
  gap: 0.65rem;
}

.artist-open h1 {
  margin: 0;
  font-size: clamp(1.95rem, 5.8vw, 2.7rem);
  font-weight: 500;
  letter-spacing: -0.045em;
  line-height: 1.02;
}

.artist-open p,
.artist-open__context {
  margin: 0;
  color: var(--ink-2);
  font-size: 0.92rem;
  letter-spacing: 0.04em;
  font-weight: 500;
}

.artist-words--beside {
  margin: 0.35rem 0 0;
  max-width: 32rem;
}

.artist-words--beside p {
  letter-spacing: 0;
  font-weight: 400;
  font-size: 0.98rem;
  line-height: 1.55;
  color: var(--ink-2);
}

.artist-room {
  padding: 0 0 1rem;
}

.artist-lead {
  padding: 3.5rem 0 0;
  max-width: 28rem;
}

.page-artist .work-unit__artist,
.page-maker .work-unit__artist {
  display: none; /* already this artist’s room — titles only */
}

.artist-pair {
  display: grid;
  gap: 2.6rem;
  margin-top: 3.25rem;
}

.artist-trail {
  margin-top: 3.25rem;
  max-width: 22rem;
  margin-left: auto;
}

.artist-cross {
  padding: 1.25rem 0 1rem;
}

.artist-cross a {
  font-weight: 500;
  font-size: 0.92rem;
  text-decoration: none;
  border-bottom: 1px solid currentColor;
  min-height: 44px;
  display: inline-flex;
  align-items: center;
}

.artist-nav {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 0.75rem 1rem;
  padding: 3rem 0 0.5rem;
  border-top: 1px solid var(--line);
  margin-top: 3.5rem;
}

.artist-nav a {
  font-weight: 500;
  font-size: 0.88rem;
  text-decoration: none;
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  letter-spacing: 0.01em;
}

.artist-nav a:hover {
  color: var(--kiln);
}

.artist-nav__prev,
.artist-nav__other {
  justify-self: start;
}

.artist-nav__all {
  justify-self: center;
  border-bottom: 1px solid currentColor;
}

.artist-nav__next {
  justify-self: end;
  text-align: right;
}

.artist-nav__spacer {
  min-height: 1px;
}

@media (min-width: 900px) {
  .artist-open {
    padding: 4.75rem 0 0;
    max-width: 32rem;
  }

  .artist-lead {
    padding: 5rem 0 0;
    max-width: min(48%, 500px);
  }

  .artist-pair {
    grid-template-columns: 0.78fr 1.22fr;
    gap: 2.75rem 3.25rem;
    align-items: end;
    margin-top: 4.5rem;
    max-width: 960px;
    margin-left: 4%;
  }

  .artist-pair .work-unit:first-child {
    margin-bottom: 4rem;
  }

  .artist-trail {
    margin-top: 4.75rem;
    max-width: min(38%, 380px);
    margin-right: 8%;
  }
}

/* —— ARTISTS DIRECTORY: quiet curated roster —— */
.artists-open {
  padding: 3.25rem 0 0;
  display: grid;
  gap: 0.55rem;
  max-width: 22rem;
}

.artists-open h1 {
  margin: 0;
  font-size: clamp(1.95rem, 5.8vw, 2.7rem);
  font-weight: 500;
  letter-spacing: -0.045em;
  line-height: 1.02;
}

.artists-open p {
  margin: 0;
  color: var(--ink-2);
  font-size: 0.92rem;
  letter-spacing: 0.04em;
  font-weight: 500;
}

.artists-empty {
  padding: 2.5rem 0 3rem;
  color: var(--ink-2);
  font-size: 0.95rem;
}

.roster {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0;
  padding: 2.75rem 0 3.5rem;
}

.roster-unit {
  border-top: 1px solid var(--line);
}

.roster-unit:last-child {
  border-bottom: 1px solid var(--line);
}

.roster-unit__link {
  display: grid;
  grid-template-columns: 5.5rem minmax(0, 1fr);
  gap: 1.15rem 1.35rem;
  align-items: center;
  text-decoration: none;
  color: inherit;
  padding: 1.35rem 0;
  min-height: 5.5rem;
}

.roster-unit__link:hover .roster-unit__name {
  color: var(--kiln);
}

.roster-unit__still {
  width: 5.5rem;
  aspect-ratio: 4 / 5;
  overflow: hidden;
  background: color-mix(in srgb, var(--ink) 6%, var(--chalk-2));
}

.roster-unit__still img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.roster-unit__still--mark {
  display: flex;
  align-items: center;
  justify-content: center;
  background: color-mix(in srgb, var(--ink) 4%, var(--chalk-2));
}

.roster-unit__still--mark img {
  width: 2rem;
  height: 2rem;
  object-fit: contain;
  opacity: 0.55;
}

.roster-unit__ed {
  display: grid;
  gap: 0.3rem;
  min-width: 0;
}

.roster-unit__name {
  font-size: clamp(1.15rem, 3.2vw, 1.4rem);
  font-weight: 500;
  letter-spacing: -0.03em;
  line-height: 1.15;
  transition: color 0.2s var(--ease);
}

.roster-unit__context {
  font-size: 0.86rem;
  color: var(--ink-2);
  letter-spacing: 0.02em;
  line-height: 1.35;
}

@media (min-width: 760px) {
  .artists-open {
    padding: 4.5rem 0 0;
  }

  .roster {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    column-gap: 2.75rem;
    row-gap: 0;
    padding: 3.5rem 0 4.5rem;
  }

  .roster-unit {
    border-top: 1px solid var(--line);
    border-bottom: 0;
  }

  .roster-unit:nth-last-child(-n + 2) {
    border-bottom: 1px solid var(--line);
  }

  .roster-unit__link {
    grid-template-columns: 6rem minmax(0, 1fr);
    padding: 1.6rem 0;
  }

  .roster-unit__still {
    width: 6rem;
  }
}

@media (min-width: 1100px) {
  .roster {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    column-gap: 2.5rem;
  }

  .roster-unit:nth-last-child(-n + 2) {
    border-bottom: 0;
  }

  .roster-unit:nth-last-child(-n + 3) {
    border-bottom: 1px solid var(--line);
  }

  .roster-unit__link {
    grid-template-columns: 5.75rem minmax(0, 1fr);
    gap: 1rem 1.25rem;
  }

  .roster-unit__still {
    width: 5.75rem;
  }
}

/* —— OBJECT Pass 3: encounter first, quiet commerce —— */
.object-shell {
  padding-top: 1.25rem;
}

.object-encounter {
  padding: 0.75rem 0 0;
}

.object-encounter .frame-45 {
  width: min(100%, 600px);
}

.object-gallery-extra {
  margin-top: 0.95rem;
  width: min(48%, 200px);
  opacity: 0.96;
}

.object-record {
  padding: 2.35rem 0 1.5rem;
  display: grid;
  gap: 0.65rem;
  max-width: 20rem;
}

.object-record h1 {
  margin: 0;
  font-size: clamp(1.8rem, 4.5vw, 2.25rem);
  font-weight: 500;
  letter-spacing: -0.04em;
  line-height: 1.02;
}

.object-artist {
  margin: 0;
  font-size: 0.95rem;
}

.object-artist a {
  font-weight: 500;
  text-decoration: none;
  border-bottom: 1px solid color-mix(in srgb, var(--ink) 35%, transparent);
}

.facts {
  margin: 1.25rem 0 0;
  padding: 0;
  display: grid;
  gap: 0.4rem;
}

.facts div {
  display: grid;
  grid-template-columns: 5.75rem 1fr;
  gap: 0.75rem;
  padding-top: 0.4rem;
  border-top: 1px solid var(--line);
  font-size: 0.9rem;
}

.facts dt {
  margin: 0;
  color: var(--ink-3);
  font-weight: 500;
  letter-spacing: 0.02em;
}

.facts dd {
  margin: 0;
}

.acquire {
  margin-top: 2.5rem;
  padding-top: 0;
  border-top: 0;
  display: grid;
  gap: 0.4rem;
  max-width: 12rem;
}

.acquire__avail {
  margin: 0;
  font-size: 0.78rem;
  color: var(--ink-3);
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-weight: 500;
}

.acquire__price {
  margin: 0;
  font-size: 1.08rem;
  font-weight: 500;
  letter-spacing: -0.015em;
  color: var(--ink-2);
}

.acquire__form {
  display: flex;
  align-items: baseline;
  gap: 1.15rem;
  margin-top: 0.55rem;
}

.acquire__form input[type="number"] {
  width: 2.5rem;
  border: 0;
  border-bottom: 1px solid var(--line);
  background: transparent;
  color: var(--ink-2);
  font: inherit;
  font-size: 0.9rem;
  padding: 0.25rem 0;
  min-height: 36px;
  border-radius: 0;
  box-shadow: none;
}

.acquire__form button {
  appearance: none;
  border: 0;
  border-bottom: 1px solid color-mix(in srgb, var(--ink) 45%, transparent);
  background: transparent;
  color: var(--ink-2);
  font: inherit;
  font-weight: 500;
  font-size: 0.9rem;
  min-height: 36px;
  padding: 0.25rem 0;
  cursor: pointer;
  border-radius: 0;
  box-shadow: none;
}

.acquire__form button:hover {
  color: var(--kiln);
  border-bottom-color: var(--kiln);
}

.object-nav {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  padding: 2.25rem 0 2.75rem;
  border-top: 1px solid var(--line);
  margin-top: 2.5rem;
}

.object-nav a {
  text-decoration: none;
  min-height: 44px;
  display: grid;
  gap: 0.15rem;
  max-width: 46%;
}

.object-nav span {
  font-size: 0.68rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--ink-3);
  font-weight: 500;
}

.object-nav strong {
  font-weight: 500;
  font-size: 0.95rem;
  letter-spacing: -0.015em;
}

.more-by {
  padding: 0 0 1rem;
}

.more-by h2 {
  margin: 0 0 1.5rem;
  font-size: 1.05rem;
  font-weight: 500;
  letter-spacing: -0.02em;
  color: var(--ink-2);
}

.more-by h2 a {
  text-decoration: none;
  color: inherit;
  min-height: 44px;
  display: inline-flex;
  align-items: center;
}

.more-by h2 a:hover {
  color: var(--kiln);
}

.object-cross {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem 1.75rem;
  padding: 0.5rem 0 2rem;
}

.object-cross a {
  font-weight: 500;
  font-size: 0.9rem;
  text-decoration: none;
  border-bottom: 1px solid currentColor;
  min-height: 44px;
  display: inline-flex;
  align-items: center;
}

@media (min-width: 960px) {
  .object-shell {
    display: block;
    max-width: 640px;
    padding-top: 2.5rem;
  }

  .object-encounter .frame-45 {
    width: min(100%, 560px);
  }

  .object-record {
    padding-top: 2.85rem;
    max-width: 18rem;
  }

  .acquire {
    margin-top: 3rem;
  }
}

/* —— Footer —— */
.site-footer {
  border-top: 1px solid var(--line);
}

.footer-inner {
  width: var(--page);
  margin: 0 auto;
  padding: 2.2rem 0 2.8rem;
  display: grid;
  gap: 1.2rem;
}

.footer-brand img {
  width: 140px;
  height: auto;
}

.footer-meta {
  display: grid;
  gap: 0.3rem;
  color: var(--ink-2);
  font-size: 0.9rem;
}

.footer-meta a {
  text-decoration: none;
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem 1.15rem;
  font-size: 0.88rem;
  font-weight: 500;
}

.footer-legal {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem 1rem;
  font-size: 0.78rem;
  font-weight: 400;
  color: var(--ink-2);
}

.footer-legal a {
  color: inherit;
  text-decoration: none;
}

.footer-legal a:hover,
.footer-legal a:focus-visible {
  text-decoration: underline;
}

.footer-links a {
  text-decoration: none;
  min-height: 40px;
  display: inline-flex;
  align-items: center;
}

.type-chip {
  position: fixed;
  right: 0.7rem;
  bottom: 0.7rem;
  z-index: 60;
  background: var(--ink);
  color: var(--chalk-2);
  font-size: 0.68rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  padding: 0.4rem 0.6rem;
  opacity: 0.7;
  pointer-events: none;
}

/* —— Theme adaptations (Woo markup + artist words) —— */
.artist-words {
  max-width: 36rem;
  margin: 2rem 0 0;
  color: var(--ink-2);
  font-size: 0.98rem;
  line-height: 1.58;
}

.acquire__form .cart {
  display: flex;
  align-items: baseline;
  gap: 1.15rem;
  margin: 0;
  padding: 0;
  border: 0;
}

.acquire__form .quantity {
  margin: 0;
}

.acquire__form .qty,
.acquire__form input.qty {
  width: 2.5rem;
  border: 0;
  border-bottom: 1px solid var(--line);
  background: transparent;
  color: var(--ink-2);
  font: inherit;
  font-size: 0.9rem;
  padding: 0.25rem 0;
  min-height: 36px;
  border-radius: 0;
  box-shadow: none;
}

.acquire__form .single_add_to_cart_button,
.acquire__form button.button {
  appearance: none;
  border: 0;
  border-bottom: 1px solid color-mix(in srgb, var(--ink) 45%, transparent);
  background: transparent !important;
  color: var(--ink-2) !important;
  font: inherit;
  font-weight: 500;
  font-size: 0.9rem;
  min-height: 36px;
  padding: 0.25rem 0 !important;
  cursor: pointer;
  border-radius: 0 !important;
  box-shadow: none !important;
  text-transform: none;
  letter-spacing: normal;
}

.acquire__form .single_add_to_cart_button:hover,
.acquire__form button.button:hover {
  color: var(--kiln) !important;
  border-bottom-color: var(--kiln);
}

.type-chip {
  display: none !important;
}

.woocommerce-product-gallery,
.woocommerce-tabs,
.related.products {
  display: none !important;
}

/* Manrope inheritance — Woo / forms / parent FSE leftovers */
button,
input,
select,
textarea,
.button,
.wp-element-button,
.woocommerce-button {
  font: inherit;
}

b,
strong {
  font-weight: 600;
}

.woocommerce,
.woocommerce-page,
.woo-page,
.wc-block-components-sidebar,
.wp-block-woocommerce-cart,
.wp-block-woocommerce-checkout,
.commerce-shell,
body.page-cart,
body.page-checkout,
body.page-commerce {
  font-family: var(--font);
}

.object-gallery-extra {
  display: grid;
  gap: 0.75rem;
}

.object-gallery-extra__item img {
  width: 100%;
  height: auto;
}

/* Artwork acquire: no Woo stock sentence, quantity remains domain-enforced */
.page-artwork .quantity,
.page-artwork .stock,
.acquire .stock,
.acquire__form .stock {
  display: none !important;
}


/* Quiet Woo / block notices — no blue info chrome (all known banner variants) */
.woocommerce-message,
.woocommerce-info,
.woocommerce-error,
.woocommerce-noreviews,
.wc-block-components-notice-banner,
.wc-block-components-notice-banner.is-info,
.wc-block-components-notice-banner.is-success,
.wc-block-components-notice-banner.is-error,
.wc-block-components-notice-banner.is-warning,
.wc-block-components-notice-banner,
.wc-block-components-notice-banner.is-info,
.wc-block-components-notice-banner.is-success,
.wc-block-components-notice-banner.is-error,
.wc-block-components-notice-banner.is-warning,
.wc-empty-cart-message .wc-block-components-notice-banner,
.wc-empty-cart-message .wc-block-components-notice-banner {
  font-family: var(--font) !important;
  font-size: 0.95rem !important;
  font-weight: 400 !important;
  line-height: 1.45 !important;
  color: var(--ink) !important;
  background: transparent !important;
  background-color: transparent !important;
  border: 0 !important;
  border-color: transparent !important;
  border-top: 1px solid var(--line) !important;
  border-bottom: 1px solid var(--line) !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  padding: 1rem 0 !important;
  margin: 1rem 0 !important;
  gap: 0.75rem !important;
}

.woocommerce-info::before,
.woocommerce-message::before,
.woocommerce-error::before {
  display: none !important;
  content: none !important;
}

.wc-block-components-notice-banner > svg,
.wc-block-components-notice-banner .wc-block-components-notice-banner__content + svg,
.wc-block-components-notice-banner svg,
.wc-block-components-notice-banner > svg,
.wc-block-components-notice-banner svg {
  display: none !important;
  width: 0 !important;
  height: 0 !important;
  visibility: hidden !important;
}

/* V4: never let Woo success banners keep a kiln focus ring / alert box */
.woocommerce-message,
.woocommerce-info,
.woocommerce-error,
.wc-block-components-notice-banner,
.wc-block-components-notice-banner.is-success,
.wc-block-components-notice-banner:focus,
.wc-block-components-notice-banner:focus-visible {
  outline: 0 !important;
  outline-offset: 0 !important;
  box-shadow: none !important;
}

/* Empty cart: plain status line — no banner chrome at all */
.wc-empty-cart-message .wc-block-components-notice-banner,
.wc-empty-cart-message .wc-block-components-notice-banner,
.woocommerce-cart .wc-empty-cart-message .woocommerce-info {
  border: 0 !important;
  border-top: 0 !important;
  border-bottom: 0 !important;
  padding: 0 !important;
  margin: 0 0 1rem !important;
}

.oh-cart-note {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem 1rem;
  align-items: baseline;
  padding: 0.85rem 0;
  margin: 0 0 1.25rem;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background: transparent;
  font-family: var(--font);
  font-size: 0.95rem;
  color: var(--ink);
}

.oh-cart-note__link {
  font-weight: 500;
  text-decoration: underline;
  text-underline-offset: 0.15em;
  color: var(--ink);
}

.oh-cart-artist {
  display: block;
  margin-top: 0.2rem;
  font-size: 0.88rem;
  font-weight: 400;
  color: var(--ink-2);
}

a.remove.remove--text {
  font-size: 0.9rem !important;
  font-weight: 500 !important;
  color: var(--ink-2) !important;
  text-decoration: underline !important;
  background: transparent !important;
  border: 0 !important;
}

/* Artist room profile stills (approved portrait/process only) */
.maker-images {
  margin: 1.5rem 0 0;
  max-width: 22rem;
}

.maker-images--one img,
.maker-images img {
  display: block;
  width: 100%;
  height: auto;
}

.maker-images figcaption {
  margin-top: 0.4rem;
  font-size: 0.72rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--ink-2);
}

.artist-works-label {
  margin: 2.5rem 0 1.25rem;
  font-size: 0.78rem;
  font-weight: 500;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--ink-2);
}

.cart_item--oneoff .product-quantity,
.cart_item--oneoff td.product-quantity,
.woocommerce-cart-form .cart_item--oneoff td.product-quantity {
  display: none !important;
}

.cart_item--oneoff .product-subtotal,
.cart_item--oneoff td.product-subtotal {
  display: none !important;
}

.woocommerce-message a,
.woocommerce-info a,
.wc-block-components-notice-banner a,
.wc-block-components-notice-banner .wc-forward {
  color: var(--ink) !important;
  font-weight: 500;
  text-decoration: underline;
  text-underline-offset: 0.18em;
  opacity: 1 !important;
}

.return-to-shop .button,
.wc-empty-cart-message + .return-to-shop .button,
a.wc-backward {
  font-family: var(--font);
  font-weight: 500;
  background: transparent !important;
  color: var(--ink) !important;
  border: 0 !important;
  border-bottom: 1px solid color-mix(in srgb, var(--ink) 45%, transparent);
  border-radius: 0 !important;
  box-shadow: none !important;
  padding: 0.65rem 0 !important;
  min-height: 44px;
  display: inline-flex;
  align-items: center;
}

.commerce-shell {
  display: grid;
  gap: 1.5rem;
  padding: 1.5rem 0 3rem;
}

@media (min-width: 800px) {
  .commerce-shell {
    grid-template-columns: 1fr 1fr;
    align-items: start;
  }
}

.commerce-price {
  font-weight: 500;
  font-size: 1rem;
}

.commerce-form .single_add_to_cart_button,
.woo-page .button,
.woo-page button,
.woo-page input[type="submit"] {
  font: inherit;
  font-weight: 500;
  min-height: 44px;
}

.woo-page {
  padding: 1.5rem 0 3rem;
  max-width: var(--page);
  margin: 0 auto;
}

.type-proof {
  max-width: var(--page);
  margin: 0 auto;
  padding: 2rem 0 4rem;
}

.type-proof__kicker {
  font-size: 0.75rem;
  font-weight: 500;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--ink-3);
}

.type-proof h1 {
  font-size: clamp(2rem, 5vw, 3.25rem);
  font-weight: 500;
  margin: 0.4rem 0 0.5rem;
}

.type-proof h2 {
  font-size: 1.35rem;
  font-weight: 500;
}

.type-proof h3 {
  font-size: 1.05rem;
  font-weight: 600;
}

.type-proof__lede {
  font-size: 1rem;
  font-weight: 400;
}

.type-proof__small {
  font-size: 0.8rem;
  font-weight: 400;
  color: var(--ink-2);
}

.type-proof__nav {
  display: flex;
  gap: 1.25rem;
  margin: 1.5rem 0;
  font-weight: 500;
}

.type-proof__price {
  font-weight: 500;
}

.type-proof__caps {
  font-weight: 600;
  letter-spacing: 0.04em;
}


/* —— Zero-catalogue / release empty states —— */
.works-empty-state {
  padding: 3.5rem 0 5rem;
  max-width: 28rem;
}
.works-empty-state .works-empty {
  margin: 0;
  color: var(--ink-2);
  font-size: 1.05rem;
  line-height: 1.55;
  font-weight: 400;
}
.artist-works-empty {
  margin: 0;
  color: var(--ink-2);
  font-size: 0.98rem;
  line-height: 1.55;
  font-weight: 400;
  max-width: 36rem;
}
.artist-room--empty {
  padding: 1.25rem 0 2rem;
}
.artist-room--empty .artist-works-label {
  margin: 0 0 0.75rem;
}

/* —— Press & Reviews (Press first, then live Google reviews) —— */
.reviews-page {
  width: var(--page);
  margin: 0 auto;
  padding: 2.5rem 0 5.5rem;
}

.reviews-intro {
  max-width: 36rem;
  margin: 0 0 2.75rem;
}

.reviews-intro h1 {
  margin: 0;
  font-size: clamp(1.85rem, 4vw, 2.45rem);
  font-weight: 500;
  letter-spacing: -0.02em;
  line-height: 1.15;
}

.press-section {
  max-width: 42rem;
  margin: 0;
  padding: 0;
}

.press-section > h2 {
  margin: 0 0 2.25rem;
  font-size: 0.78rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  font-weight: 500;
  color: var(--ink-2);
}

.press-lead {
  margin: 0 0 3.25rem;
  padding-bottom: 0.5rem;
}

.press-entry--lead .press-entry__outlet {
  font-size: 0.86rem;
  letter-spacing: 0.16em;
}

.press-entry--lead .press-entry__title {
  font-size: clamp(1.25rem, 2.6vw, 1.55rem);
  max-width: 38rem;
  margin-bottom: 0.85rem;
}

.press-entry--lead .press-entry__body {
  font-size: 1.02rem;
  max-width: 36rem;
}

.press-profile {
  margin: 0 0 3rem;
  padding-top: 2rem;
  border-top: 1px solid var(--line);
}

.press-travel {
  margin: 0;
  padding-top: 2rem;
  border-top: 1px solid var(--line);
}

.press-travel__heading {
  margin: 0 0 1.75rem;
  font-size: 0.78rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  font-weight: 500;
  color: var(--ink-3);
}

.press-entry {
  margin: 0 0 2.35rem;
}

.press-entry:last-child {
  margin-bottom: 0;
}

.press-entry--travel {
  margin-bottom: 2rem;
}

.press-entry--travel .press-entry__title {
  font-size: 1.05rem;
}

.press-entry__outlet {
  margin: 0 0 0.55rem;
  font-size: 0.78rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  font-weight: 600;
  color: var(--ink);
}

.press-entry__section {
  margin: 0 0 0.45rem;
  font-size: 0.82rem;
  color: var(--ink-3);
}

.press-entry__title {
  margin: 0 0 0.65rem;
  font-size: 1.15rem;
  font-weight: 500;
  letter-spacing: -0.01em;
  line-height: 1.35;
}

.press-entry__meta,
.press-entry__date {
  margin: 0 0 1rem;
  font-size: 0.82rem;
  color: var(--ink-3);
}

.press-entry__body {
  margin: 0 0 1.15rem;
  color: var(--ink-2);
  font-size: 0.98rem;
  line-height: 1.55;
  max-width: 34rem;
}

.press-entry__cta {
  margin: 0;
}

.press-entry__link {
  display: inline-flex;
  align-items: center;
  min-height: 44px;
  color: var(--kiln);
  font-weight: 500;
  text-decoration: none;
  border-bottom: 1px solid color-mix(in srgb, var(--kiln) 45%, transparent);
}

.press-entry__link:hover {
  border-bottom-color: var(--kiln);
}

.press-entry__syndication {
  margin: 0.85rem 0 0;
  font-size: 0.82rem;
  color: var(--ink-3);
}

.press-entry__syndication a {
  color: var(--ink-3);
  text-decoration: underline;
  text-underline-offset: 0.15em;
}

.google-reviews {
  margin-top: 4.75rem;
  padding-top: 2.75rem;
  border-top: 1px solid var(--line);
  max-width: 38rem;
}

.google-reviews__header {
  margin: 0 0 1.75rem;
}

.google-reviews__header h2 {
  margin: 0 0 0.45rem;
  font-size: 0.78rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  font-weight: 500;
  color: var(--ink-2);
}

.google-reviews__summary {
  margin: 0;
  font-size: 0.92rem;
  color: var(--ink-3);
}

.google-reviews__unavailable {
  margin: 0;
  color: var(--ink-2);
}

.review-entry {
  margin: 0;
  padding: 1.85rem 0;
  border-top: 1px solid var(--line);
}

.google-reviews__list .review-entry:first-child,
.google-reviews__more .review-entry:first-child {
  border-top: 1px solid var(--line);
}

.review-entry__text {
  margin: 0 0 1rem;
}

.review-entry__text p {
  margin: 0;
  font-size: 1.05rem;
  line-height: 1.62;
  font-weight: 400;
  color: var(--ink);
}

.review-entry__meta {
  display: flex;
  flex-direction: column;
  gap: 0.2rem;
}

.review-entry__name {
  font-size: 0.92rem;
  font-weight: 500;
  color: var(--ink-2);
}

.review-entry__source {
  font-size: 0.78rem;
  letter-spacing: 0.03em;
  color: var(--ink-3);
}

.google-reviews__actions {
  margin: 1.5rem 0 0;
}

.google-reviews__load {
  appearance: none;
  background: transparent;
  border: 0;
  border-bottom: 1px solid var(--line);
  color: var(--ink);
  cursor: pointer;
  font: inherit;
  font-weight: 500;
  min-height: 44px;
  padding: 0.35rem 0;
}

.google-reviews__load:hover {
  color: var(--kiln);
  border-bottom-color: var(--kiln);
}

.google-reviews__all {
  margin: 2.25rem 0 0;
}

@media (min-width: 960px) {
  .press-lead {
    margin-bottom: 4rem;
  }

  .press-entry--lead .press-entry__title {
    max-width: 40rem;
  }

  .google-reviews {
    margin-top: 5.5rem;
    padding-top: 3.25rem;
  }
}

/* —— Quiet Object House pages (legal / contact) —— */
.oh-page {
  width: var(--page);
  margin: 0 auto;
  padding: 2.5rem 0 5rem;
}

.oh-page__header {
  margin: 0 0 1.75rem;
  max-width: 36rem;
}

.oh-page__title {
  margin: 0;
  font-size: clamp(1.65rem, 3.5vw, 2.1rem);
  font-weight: 500;
  letter-spacing: -0.02em;
}

.oh-page__content {
  max-width: 38rem;
  color: var(--ink);
  font-size: 1.02rem;
  line-height: 1.62;
}

.oh-page__content p {
  margin: 0 0 1.15rem;
}

.oh-page__content h2 {
  margin: 2rem 0 0.75rem;
  font-size: 1.15rem;
  font-weight: 500;
  letter-spacing: -0.015em;
  color: var(--ink);
}

.oh-page__content h3 {
  margin: 1.5rem 0 0.55rem;
  font-size: 1.02rem;
  font-weight: 500;
  color: var(--ink);
}

.oh-page__content ul,
.oh-page__content ol {
  margin: 0 0 1.15rem;
  padding-left: 1.2rem;
}

.oh-page__content li {
  margin: 0 0 0.4rem;
}

.oh-page__content a {
  color: var(--kiln);
}

/* —— Reviews trust strip + further coverage —— */
.press-further {
  margin: 2.5rem 0 0;
  padding-top: 2rem;
  border-top: 1px solid var(--line);
}

.press-further__heading {
  margin: 0 0 1.75rem;
  font-size: 0.78rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  font-weight: 500;
  color: var(--ink-3);
}

.press-entry--feature {
  margin: 0 0 2.5rem;
  padding-top: 2rem;
  border-top: 1px solid var(--line);
}

.press-entry--lead {
  margin: 0 0 2.75rem;
  padding-bottom: 0.25rem;
}

.press-entry--profile {
  margin: 0 0 2.5rem;
  padding-top: 2rem;
  border-top: 1px solid var(--line);
}

.reviews-trust {
  max-width: 42rem;
  margin: 4.5rem 0 0;
  padding-top: 3rem;
  border-top: 1px solid var(--line);
}

.reviews-trust > h2 {
  margin: 0 0 1.75rem;
  font-size: 0.78rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  font-weight: 500;
  color: var(--ink-2);
}

.reviews-trust__sources {
  display: grid;
  gap: 1.75rem;
  margin: 0 0 3rem;
}

.trust-source__label {
  margin: 0 0 0.35rem;
  font-size: 0.78rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  font-weight: 500;
  color: var(--ink-2);
}

.trust-source__title {
  margin: 0 0 0.35rem;
  font-size: 1.02rem;
  font-weight: 500;
  color: var(--ink);
}

.trust-source__meta {
  margin: 0;
  font-size: 0.92rem;
  color: var(--ink-2);
}

.trust-source__cta {
  margin: 0.65rem 0 0;
}

.reviews-trust .google-reviews {
  margin-top: 0;
  padding-top: 0;
  border-top: 0;
}

.reviews-trust .google-reviews__header h3 {
  margin: 0 0 1.25rem;
  font-size: 0.78rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  font-weight: 500;
  color: var(--ink-3);
}

/* —— Woo My Account —— */
.oh-account {
  width: var(--page);
  margin: 0 auto;
  padding: 2.25rem 0 5rem;
  max-width: 42rem;
}

.oh-account__intro h1 {
  margin: 0 0 1.75rem;
  font-size: clamp(1.65rem, 3.5vw, 2.1rem);
  font-weight: 500;
  letter-spacing: -0.02em;
}

.oh-account-nav ul {
  list-style: none;
  margin: 0 0 2.25rem;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 0.35rem 1.25rem;
  border-bottom: 1px solid var(--line);
  padding-bottom: 0.85rem;
}

.oh-account-nav a {
  text-decoration: none;
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  font-size: 0.92rem;
  font-weight: 500;
  color: var(--ink-2);
}

.oh-account-nav .is-active a,
.oh-account-nav a[aria-current="page"] {
  color: var(--ink);
  box-shadow: inset 0 -1px 0 var(--ink);
}

.oh-orders {
  display: flex;
  flex-direction: column;
  gap: 0;
}

.oh-order {
  padding: 1.35rem 0;
  border-bottom: 1px solid var(--line);
}

.oh-order__number {
  margin: 0 0 0.35rem;
  font-size: 1.05rem;
  font-weight: 500;
}

.oh-order__meta {
  margin: 0 0 0.65rem;
  font-size: 0.9rem;
  color: var(--ink-2);
}

.oh-order__cta {
  margin: 0;
}

.oh-account__empty {
  color: var(--ink-2);
}

.oh-account .woocommerce-form-row,
.oh-account .form-row {
  margin: 0 0 1rem;
}

.oh-account label {
  display: block;
  margin: 0 0 0.35rem;
  font-size: 0.86rem;
  color: var(--ink-2);
}

.oh-account input.input-text,
.oh-account textarea,
.oh-account select {
  width: 100%;
  max-width: 28rem;
  border: 0;
  border-bottom: 1px solid var(--line);
  background: transparent;
  border-radius: 0;
  padding: 0.65rem 0;
  font: inherit;
  color: var(--ink);
}

.oh-account button.button,
.oh-account .woocommerce-Button {
  appearance: none;
  border: 0;
  border-bottom: 1px solid var(--ink);
  background: transparent;
  color: var(--ink);
  font: inherit;
  font-weight: 500;
  padding: 0.55rem 0;
  min-height: 44px;
  cursor: pointer;
  border-radius: 0;
  box-shadow: none;
}

.oh-account .woocommerce-info,
.oh-account .woocommerce-message,
.oh-account .woocommerce-error {
  background: transparent;
  border: 0;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  border-radius: 0;
  color: var(--ink-2);
  padding: 0.85rem 0;
  margin: 0 0 1.25rem;
}

.oh-account .woocommerce-MyAccount-navigation {
  display: none;
}

/* —— Artist Studio —— */
.artist-studio {
  width: var(--page);
  margin: 0 auto;
  padding: 2.25rem 0 5rem;
  max-width: 42rem;
}

.studio-eyebrow {
  margin: 0 0 0.45rem;
  font-size: 0.72rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--ink-3);
}

.studio-title {
  margin: 0 0 1.75rem;
  font-size: clamp(1.65rem, 3.5vw, 2.1rem);
  font-weight: 500;
  letter-spacing: -0.02em;
}

.studio-nav {
  margin: 0 0 2rem;
  border-bottom: 1px solid var(--line);
}

.studio-nav__list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 0.25rem 1.15rem;
}

.studio-nav__link {
  display: inline-flex;
  align-items: center;
  min-height: 44px;
  text-decoration: none;
  font-size: 0.92rem;
  font-weight: 500;
  color: var(--ink-2);
}

.studio-nav__item.is-active .studio-nav__link,
.studio-nav__link[aria-current="page"] {
  color: var(--ink);
  box-shadow: inset 0 -1px 0 var(--ink);
}

.studio-notice {
  margin: 0 0 1.5rem;
  padding: 0.85rem 0;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  color: var(--ink-2);
}

.studio-notice p {
  margin: 0;
}

.studio-notice--error {
  color: var(--kiln);
}

.studio-lede {
  margin: 0 0 1.5rem;
  color: var(--ink-2);
  max-width: 34rem;
}

.studio-overview__facts {
  list-style: none;
  margin: 0 0 1.75rem;
  padding: 0;
}

.studio-overview__facts li {
  display: grid;
  grid-template-columns: 8rem 1fr;
  gap: 0.75rem;
  padding: 0.75rem 0;
  border-bottom: 1px solid var(--line);
}

.studio-overview__label {
  font-size: 0.86rem;
  color: var(--ink-3);
}

.studio-overview__value {
  font-weight: 500;
}

.studio-form__field {
  margin: 0 0 1.25rem;
}

.studio-form label {
  display: block;
  margin: 0 0 0.35rem;
  font-size: 0.86rem;
  color: var(--ink-2);
}

.studio-form input[type="text"],
.studio-form input[type="url"],
.studio-form input[type="number"],
.studio-form input[type="email"],
.studio-form input[type="file"],
.studio-form textarea,
.studio-form select {
  width: 100%;
  max-width: 32rem;
  border: 0;
  border-bottom: 1px solid var(--line);
  background: transparent;
  border-radius: 0;
  padding: 0.65rem 0;
  font: inherit;
  color: var(--ink);
}

.studio-form__dims {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(6.5rem, 1fr));
  gap: 1rem;
  max-width: 32rem;
}

.studio-form__hint {
  margin: 0.35rem 0 0;
  font-size: 0.82rem;
  color: var(--ink-3);
}

.studio-form__actions {
  margin: 1.75rem 0 0;
  display: flex;
  flex-wrap: wrap;
  gap: 0.85rem 1.25rem;
  align-items: center;
}

.studio-button {
  appearance: none;
  border: 0;
  border-bottom: 1px solid var(--ink);
  background: transparent;
  color: var(--ink);
  font: inherit;
  font-weight: 500;
  padding: 0.55rem 0;
  min-height: 44px;
  cursor: pointer;
  border-radius: 0;
}

.studio-button--quiet {
  border-bottom-color: var(--line);
  color: var(--ink-2);
}

.studio-link {
  color: var(--kiln);
  text-decoration: none;
  border-bottom: 1px solid transparent;
  min-height: 44px;
  display: inline-flex;
  align-items: center;
}

.studio-link:hover {
  border-bottom-color: var(--kiln);
}

.studio-works__list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.studio-works__item {
  display: grid;
  grid-template-columns: 4.5rem 1fr;
  gap: 1rem;
  padding: 1.15rem 0;
  border-bottom: 1px solid var(--line);
}

.studio-works__thumb img {
  width: 4.5rem;
  height: 4.5rem;
  object-fit: cover;
  display: block;
}

.studio-works__title {
  margin: 0 0 0.25rem;
  font-size: 1.02rem;
  font-weight: 500;
}

.studio-works__status {
  margin: 0 0 0.55rem;
  font-size: 0.86rem;
  color: var(--ink-3);
}

.studio-works__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem 1rem;
  align-items: center;
}

.studio-works__note textarea {
  width: 100%;
  max-width: 28rem;
}

.studio-profile-images {
  display: grid;
  gap: 0.85rem;
  margin: 0.75rem 0 0;
}

@media (min-width: 960px) {
  .reviews-trust {
    margin-top: 5.5rem;
  }
}



/* —— Retired centered house block (opening field owns measure) —— */
.artists-lede,
.reviews-lede {
  margin: 0.75rem 0 0;
  max-width: 34rem;
  font-size: 1rem;
  line-height: 1.5;
  color: var(--ink-2);
  font-weight: 400;
}
.trust-source__note {
  margin: 0.35rem 0 0;
  font-size: 0.78rem;
  line-height: 1.4;
  color: var(--ink-2);
  max-width: 22rem;
}

/* —— Atmosphere (real ceramic photography) —— */
.oh-atmosphere {
  margin: 0;
  width: 100%;
}
.oh-atmosphere--lead .oh-atmosphere__frame {
  display: block;
}
.oh-atmosphere__frame img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
  aspect-ratio: 4 / 5;
}


/* —— Withdrawal form —— */
.oh-withdrawal {
  margin: 2rem 0 1rem;
  padding-top: 1.5rem;
  border-top: 1px solid var(--rule, rgba(0,0,0,0.12));
  max-width: 28rem;
}
.oh-withdrawal h2 {
  margin: 0 0 0.65rem;
  font-size: 1.05rem;
  font-weight: 500;
}
.oh-withdrawal p {
  color: var(--ink-2);
  font-size: 0.95rem;
  line-height: 1.5;
}

/* —— Cookie consent —— */
.oh-cookie-bar {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 80;
  background: var(--chalk, #f7f4ef);
  border-top: 1px solid var(--rule, rgba(0,0,0,0.14));
  padding: 1rem 1.15rem 1.15rem;
  box-shadow: 0 -8px 24px rgba(0,0,0,0.04);
}
.oh-cookie-bar__inner,
.oh-cookie-panel__inner {
  max-width: 44rem;
  margin: 0 auto;
}
.oh-cookie-bar__title,
.oh-cookie-panel__title {
  margin: 0 0 0.4rem;
  font-size: 0.78rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  font-weight: 500;
}
.oh-cookie-bar__text {
  margin: 0 0 0.85rem;
  font-size: 0.9rem;
  line-height: 1.45;
  color: var(--ink-2);
}
.oh-cookie-bar__text a {
  color: inherit;
  text-decoration: underline;
}
.oh-cookie-bar__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem 0.65rem;
}
.oh-cookie-bar__btn {
  appearance: none;
  border: 1px solid var(--ink, #1a1a1a);
  background: transparent;
  color: var(--ink, #1a1a1a);
  font: inherit;
  font-size: 0.85rem;
  font-weight: 500;
  padding: 0.55rem 0.9rem;
  min-height: 40px;
  cursor: pointer;
}
.oh-cookie-bar__btn:hover,
.oh-cookie-bar__btn:focus-visible {
  background: var(--ink, #1a1a1a);
  color: var(--chalk, #f7f4ef);
}
.oh-cookie-bar__btn--quiet {
  border-color: transparent;
  text-decoration: underline;
  font-weight: 400;
}
.oh-cookie-bar__btn--quiet:hover,
.oh-cookie-bar__btn--quiet:focus-visible {
  background: transparent;
  color: var(--ink, #1a1a1a);
}
.oh-cookie-panel {
  position: fixed;
  inset: 0;
  z-index: 90;
  background: rgba(20, 18, 14, 0.35);
  display: flex;
  align-items: flex-end;
  justify-content: center;
  padding: 1rem;
}
.oh-cookie-panel[hidden] {
  display: none !important;
}
.oh-cookie-panel__inner {
  width: 100%;
  background: var(--chalk, #f7f4ef);
  border: 1px solid var(--rule, rgba(0,0,0,0.14));
  padding: 1.25rem 1.15rem 1.35rem;
}
.oh-cookie-panel__list {
  margin: 0 0 1rem;
  padding-left: 1.1rem;
  color: var(--ink-2);
  font-size: 0.9rem;
  line-height: 1.45;
}
.footer-cookie-settings {
  appearance: none;
  border: 0;
  background: transparent;
  color: inherit;
  font: inherit;
  font-size: inherit;
  padding: 0;
  cursor: pointer;
  text-decoration: none;
  min-height: 40px;
}
.footer-cookie-settings:hover,
.footer-cookie-settings:focus-visible {
  text-decoration: underline;
}
.legal-identity {
  margin: 1rem 0 1.5rem;
  line-height: 1.55;
}

.legal-identity__quiet {
  display: block;
  font-size: 0.78rem;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--ink-2);
  margin: 0.15rem 0 0.35rem;
  font-weight: 400;
}
.oh-withdrawal__summary {
  margin: 0 0 1.25rem;
  padding: 0;
  list-style: none;
  max-width: 28rem;
  color: var(--ink-2);
  font-size: 0.95rem;
  line-height: 1.55;
}
.oh-withdrawal__summary li {
  margin: 0 0 0.4rem;
}
.oh-withdrawal__link {
  font-weight: 500;
  text-decoration: none;
  border-bottom: 1px solid currentColor;
}
.oh-withdrawal__hint {
  font-size: 0.88rem;
  color: var(--ink-2);
}


/* —— Artists solo entry —— */
.artists-solo {
  display: grid;
  gap: 1.25rem;
  padding: 1rem 0 3rem;
  max-width: 40rem;
}
.artists-solo__portrait {
  margin: 0;
  max-width: 14rem;
}
.artists-solo__portrait img {
  display: block;
  width: 100%;
  aspect-ratio: 4 / 5;
  object-fit: cover;
}
.artists-solo__name {
  margin: 0;
  font-size: clamp(1.6rem, 3vw, 2.1rem);
  font-weight: 500;
  letter-spacing: -0.03em;
}
.artists-solo__name a {
  text-decoration: none;
  color: inherit;
}
.artists-solo__context {
  margin: 0.45rem 0 0;
  color: var(--ink-2);
  font-size: 0.95rem;
}
.artists-solo__action {
  margin: 1rem 0 0;
}
@media (min-width: 900px) {
  .artists-solo {
    grid-template-columns: minmax(8rem, 12rem) minmax(0, 1fr);
    gap: 2rem;
    align-items: start;
    padding: 1.5rem 0 4rem;
  }
}

/* —— Press dossier —— */
.press-index {
  display: grid;
  gap: 2.5rem;
  margin: 2.5rem 0 0;
}
@media (min-width: 900px) {
  .press-index {
    grid-template-columns: 1fr 1fr;
    gap: 2.75rem 2.5rem;
  }
  .press-further__grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 2rem 2.25rem;
  }
}
.press-entry--lead {
  max-width: 40rem;
  margin-bottom: 2.5rem;
  padding-bottom: 2rem;
  border-bottom: 1px solid color-mix(in srgb, var(--ink) 12%, transparent);
}
.press-entry--lead .press-entry__title {
  font-size: clamp(1.25rem, 2.2vw, 1.55rem);
}

/* —— Header quieter —— */
.site-header {
  padding-top: 0.65rem;
  padding-bottom: 0.65rem;
}
