/*
Theme Name: Aichi Teshigotocho DB
Author: Aichi Teshigotocho
Description: Production database theme for artists, works, information, and contracts.
Version: 0.1.0
Requires at least: 6.0
Requires PHP: 8.0
Text Domain: aichi-teshigoto-db
*/

:root {
  --ink: #15130f;
  --paper: #f8f3ea;
  --paper-2: #eee5d7;
  --muted: #746b5e;
  --line: rgba(21, 19, 15, 0.14);
  --gold: #aa8641;
  --sumi: #10100f;
  --max: 1240px;
}

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

/* Artist art-book LP */
.artist-book {
  --book-paper: #fbf7ef;
  --book-paper-deep: #f2eadc;
  --book-ink: #15130f;
  --book-muted: #6f675d;
  --book-gold: #b08a45;
  overflow: clip;
  background: var(--book-paper);
  color: var(--book-ink);
}

.artist-book h1,
.artist-book h2,
.artist-book h3,
.artist-paid-world blockquote {
  font-family: "Hiragino Mincho ProN", "Yu Mincho", "YuMincho", serif;
  font-weight: 400;
  letter-spacing: 0;
}

.artist-book p { color: var(--book-muted); }

.artist-book-hero {
  position: relative;
  display: grid;
  min-height: min(980px, 92vh);
  place-items: end start;
  overflow: hidden;
  background: #14120f;
  color: #fff;
}

.artist-book-hero-image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  max-width: none;
  object-fit: cover;
}

.artist-book-hero-shade {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(14, 13, 12, 0.76), rgba(14, 13, 12, 0.12) 56%, rgba(14, 13, 12, 0.34)),
    linear-gradient(180deg, rgba(14, 13, 12, 0.12), rgba(14, 13, 12, 0.74));
}

.artist-book-hero-copy {
  position: relative;
  z-index: 1;
  display: grid;
  max-width: 1120px;
  min-height: 64vh;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: end;
  width: 100%;
  margin: 0 auto;
  padding: clamp(96px, 13vw, 176px) clamp(24px, 8vw, 118px);
  gap: clamp(32px, 8vw, 104px);
}

.artist-book-hero h1 {
  grid-column: 1;
  max-width: 760px;
  margin: 0;
  color: #fff;
  font-size: clamp(3rem, 8vw, 8.6rem);
  line-height: 1.02;
}

.artist-book-house {
  grid-column: 1;
  margin: 18px 0 0;
  color: rgba(255, 255, 255, 0.78) !important;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1rem, 1.6vw, 1.35rem);
}

.artist-book-kicker {
  margin: 0 0 20px;
  color: var(--book-gold) !important;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.artist-book-vertical {
  writing-mode: vertical-rl;
  text-orientation: mixed;
  line-height: 2.1;
}

.artist-book-hero .artist-book-vertical {
  grid-column: 2;
  max-height: 360px;
  margin: 0;
  color: rgba(255, 255, 255, 0.9) !important;
  font-family: "Hiragino Mincho ProN", "Yu Mincho", serif;
  font-size: clamp(1.25rem, 2.2vw, 2rem);
  letter-spacing: 0.12em;
}

.artist-book-section {
  position: relative;
  padding: clamp(112px, 15vw, 220px) clamp(24px, 7vw, 104px);
}

.artist-book-number {
  position: absolute;
  top: clamp(40px, 6vw, 80px);
  left: clamp(20px, 4vw, 56px);
  color: rgba(21, 19, 15, 0.26);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2rem, 4vw, 4.5rem);
  line-height: 1;
}

.artist-book-offset {
  display: grid;
  grid-template-columns: minmax(280px, 0.72fr) minmax(360px, 0.9fr);
  align-items: center;
  max-width: 1280px;
  margin: 0 auto;
  gap: clamp(48px, 10vw, 150px);
}

.artist-book-offset.is-reverse {
  grid-template-columns: minmax(360px, 0.95fr) minmax(280px, 0.65fr);
}

.artist-book-offset.is-reverse .artist-book-photo { order: -1; }
.artist-book-photo { margin: 0; }

.artist-book-photo img,
.artist-book-studio-gallery img,
.artist-paid-world img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.artist-book-photo-right { min-height: clamp(420px, 58vw, 760px); }
.artist-book-photo-left { min-height: clamp(460px, 62vw, 820px); }
.artist-book-copy { max-width: 540px; }

.artist-book-copy h2,
.artist-book-info-head h2,
.artist-book-gallery-head h2,
.artist-paid-world h2 {
  margin: 0 0 28px;
  font-size: clamp(2rem, 4.3vw, 5.2rem);
  line-height: 1.12;
}

.artist-book-copy p:not(.artist-book-kicker),
.artist-book-longread,
.artist-paid-world p {
  font-size: clamp(0.95rem, 1.2vw, 1.05rem);
  line-height: 2.15;
}

.artist-book-quote {
  margin-top: clamp(28px, 5vw, 58px);
  padding-left: 22px;
  border-left: 1px solid rgba(176, 138, 69, 0.46);
  color: var(--book-ink) !important;
  font-family: "Hiragino Mincho ProN", "Yu Mincho", serif;
}

.artist-book-meta {
  color: var(--book-ink) !important;
  font-size: 0.88rem !important;
}

.artist-book-button {
  display: inline-flex;
  min-height: 46px;
  align-items: center;
  justify-content: center;
  margin-top: 28px;
  padding: 0 24px;
  border: 1px solid rgba(176, 138, 69, 0.6);
  background: transparent;
  color: var(--book-ink);
  cursor: pointer;
  font: inherit;
  font-size: 0.82rem;
  letter-spacing: 0.08em;
}

.artist-book-button:hover,
.artist-book-button[aria-expanded="true"] {
  background: var(--book-ink);
  color: #fff;
}

.artist-paid-world .artist-book-button {
  color: #f6f1e8;
}

.artist-paid-world .artist-book-button:hover,
.artist-paid-world .artist-book-button[aria-expanded="true"] {
  background: #f6f1e8;
  color: #10100f;
}

.artist-book-button.is-quiet { border-color: rgba(21, 19, 15, 0.18); }

.artist-book-expand {
  height: 0;
  overflow: hidden;
  opacity: 0;
  transition: height 760ms cubic-bezier(0.22, 1, 0.36, 1), opacity 520ms ease;
}

.artist-book-expand.is-open { opacity: 1; }

.artist-book-expand-inner {
  max-width: 1120px;
  margin: clamp(56px, 9vw, 120px) auto 0;
}

.artist-book-longread { max-width: 760px; }

.artist-book-longread h3,
.artist-book-editorial-grid h3,
.artist-book-timeline h3 {
  margin: 0 0 10px;
  font-size: clamp(1.25rem, 2vw, 2rem);
}

.artist-book-timeline {
  display: grid;
  max-width: 920px;
  margin-top: clamp(44px, 7vw, 88px);
  gap: 34px;
}

.artist-book-timeline article {
  display: grid;
  grid-template-columns: 120px minmax(0, 1fr);
  column-gap: clamp(24px, 5vw, 68px);
}

.artist-book-timeline time {
  color: var(--book-gold);
  font-family: Georgia, "Times New Roman", serif;
}

.artist-book-timeline p {
  grid-column: 2;
  margin-top: 0;
}

.artist-book-editorial-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-top: clamp(48px, 8vw, 96px);
  gap: clamp(36px, 6vw, 82px);
}

.artist-book-editorial-grid img {
  width: 100%;
  aspect-ratio: 4 / 5;
  object-fit: cover;
  margin-bottom: 24px;
}

.artist-book-section-studio {
  background: linear-gradient(180deg, var(--book-paper), var(--book-paper-deep));
}

.artist-book-studio-gallery {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(0, 0.8fr);
  gap: clamp(22px, 4vw, 54px);
}

.artist-book-studio-gallery figure {
  min-height: clamp(300px, 40vw, 560px);
  margin: 0;
}

.artist-book-studio-gallery figure:first-child { grid-row: span 2; }

.artist-book-studio-gallery figcaption {
  margin-top: 12px;
  color: var(--book-muted);
  font-size: 0.82rem;
}

.artist-book-info-head,
.artist-book-gallery-head {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  align-items: center;
  max-width: 1120px;
  margin: 0 auto clamp(56px, 9vw, 110px);
  gap: clamp(34px, 8vw, 118px);
}

.artist-book-info-head .artist-book-vertical {
  height: 260px;
  margin: 0;
  color: var(--book-ink) !important;
  font-family: "Hiragino Mincho ProN", "Yu Mincho", serif;
  font-size: 1.35rem;
}

.artist-book-info-list {
  max-width: 960px;
  margin: 0 auto;
}

.artist-book-info-row {
  display: grid;
  grid-template-columns: 140px minmax(0, 1fr) minmax(210px, 0.42fr);
  align-items: baseline;
  gap: clamp(18px, 4vw, 52px);
  padding: 24px 0;
  border-bottom: 1px solid rgba(21, 19, 15, 0.12);
}

.artist-book-info-row time {
  color: var(--book-gold);
  font-family: Georgia, "Times New Roman", serif;
}

.artist-book-info-row h3 {
  margin: 0;
  font-size: clamp(1.05rem, 1.5vw, 1.35rem);
}

.artist-book-info-row span {
  color: var(--book-muted);
  font-size: 0.8rem;
}

.artist-book-info-venue {
  display: grid;
  gap: 4px;
  color: var(--book-muted);
  font-size: 0.82rem;
  line-height: 1.65;
}

.artist-book-info-venue strong {
  color: rgba(38, 34, 29, 0.78);
  font-weight: 700;
}

.artist-book-info-venue span {
  font-size: inherit;
}

.artist-book-section-info > .artist-book-button {
  display: flex;
  width: fit-content;
  margin: 42px auto 0;
}

.artist-book-gallery-head { grid-template-columns: minmax(0, 0.9fr) minmax(260px, 0.45fr); }

.artist-book-marquee {
  width: calc(100vw - clamp(24px, 7vw, 104px));
  margin-left: calc(50% - 50vw + clamp(12px, 3.5vw, 52px));
  cursor: grab;
  touch-action: pan-y;
}

.artist-book-marquee.is-dragging { cursor: grabbing; }
.artist-book-marquee .work-marquee-track { gap: clamp(18px, 2.4vw, 34px); animation-duration: 72s; }

.artist-book-marquee .work-card {
  width: clamp(250px, 18.5vw, 360px);
  height: clamp(360px, 31vw, 560px);
  border: 0;
  background: transparent;
}

.artist-book-marquee .work-card-button {
  grid-template-rows: minmax(0, 1fr) auto;
  background: transparent;
}

.artist-book-marquee .work-media {
  overflow: hidden;
  background: #1a1714;
}

.artist-book-marquee .work-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.artist-book-marquee .work-body { padding: 18px 0 0; }

.artist-book-marquee .work-body strong {
  font-family: "Hiragino Mincho ProN", "Yu Mincho", serif;
  font-size: 1rem;
}

.artist-paid-world {
  padding: clamp(112px, 14vw, 210px) 0;
  background:
    radial-gradient(circle at 82% 18%, rgba(176, 138, 69, 0.18), transparent 28rem),
    linear-gradient(180deg, #23201c, #0f0f0e 18%, #050505);
  color: #f6f1e8;
}

.artist-paid-world .artist-book-kicker { color: #c9a463 !important; }
.artist-paid-world p { color: rgba(246, 241, 232, 0.68); }

.artist-paid-block {
  max-width: 1320px;
  margin: 0 auto;
  padding: clamp(72px, 12vw, 170px) clamp(24px, 7vw, 104px);
}

.artist-paid-split {
  display: grid;
  grid-template-columns: minmax(280px, 0.55fr) minmax(420px, 0.95fr);
  align-items: center;
  gap: clamp(48px, 9vw, 132px);
}

.artist-paid-split.is-reverse { grid-template-columns: minmax(420px, 0.95fr) minmax(280px, 0.55fr); }
.artist-paid-split.is-reverse img { order: -1; }
.artist-paid-copy { max-width: 520px; }
.artist-paid-split img { min-height: clamp(420px, 52vw, 760px); }

.artist-paid-full-image {
  max-width: none;
  padding-right: clamp(24px, 7vw, 104px);
  padding-left: clamp(24px, 7vw, 104px);
}

.artist-paid-full-image img {
  width: 100%;
  max-height: 92vh;
}

.artist-paid-full-image figcaption {
  max-width: 1180px;
  margin: 18px auto 0;
  color: rgba(246, 241, 232, 0.58);
}

.artist-paid-quote {
  display: grid;
  grid-template-columns: minmax(260px, 0.48fr) minmax(0, 0.9fr);
  align-items: center;
  gap: clamp(44px, 9vw, 126px);
}

.artist-paid-quote img { min-height: clamp(360px, 48vw, 680px); }

.artist-paid-quote blockquote {
  max-height: 680px;
  margin: 0;
  color: #fff;
  font-size: clamp(2rem, 4.8vw, 5.6rem);
  line-height: 1.25;
  writing-mode: vertical-rl;
}

.artist-paid-process-head {
  max-width: 720px;
  margin-bottom: clamp(64px, 10vw, 130px);
}

.artist-paid-step {
  position: sticky;
  top: 92px;
  display: grid;
  grid-template-columns: 90px minmax(320px, 0.72fr) minmax(260px, 0.45fr);
  align-items: center;
  min-height: 70vh;
  gap: clamp(26px, 5vw, 76px);
  padding: clamp(34px, 5vw, 70px) 0;
  background: #0d0d0c;
}

.artist-paid-step span {
  color: rgba(201, 164, 99, 0.72);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2rem, 4vw, 4.4rem);
}

.artist-paid-step img { min-height: clamp(320px, 45vw, 620px); }

.artist-paid-step h3 {
  margin-top: 0;
  color: #fff;
  font-size: clamp(1.6rem, 3vw, 3.2rem);
}

.artist-paid-video {
  display: grid;
  grid-template-columns: minmax(260px, 0.48fr) minmax(420px, 0.95fr);
  align-items: center;
  gap: clamp(44px, 8vw, 120px);
}

.artist-paid-video video {
  width: 100%;
  min-height: clamp(360px, 50vw, 720px);
  background: #000;
  object-fit: cover;
}

.artist-paid-scroll {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(280px, 0.5fr);
  align-items: start;
  min-height: 130vh;
  gap: clamp(44px, 8vw, 120px);
}

.artist-paid-sticky {
  position: sticky;
  top: 86px;
  min-height: 78vh;
}

.artist-paid-sticky img { min-height: 78vh; }
.artist-paid-scroll-copy { padding-top: 28vh; }

.artist-paid-awards {
  display: grid;
  grid-template-columns: minmax(260px, 0.52fr) minmax(420px, 0.86fr);
  gap: clamp(42px, 8vw, 116px);
}

.artist-paid-awards > img { min-height: clamp(360px, 50vw, 720px); }

.artist-paid-awards-list {
  grid-column: 1 / -1;
  display: grid;
  max-width: 980px;
  margin-top: clamp(42px, 7vw, 94px);
  gap: 28px;
}

.artist-paid-awards-list article {
  display: grid;
  grid-template-columns: 140px minmax(0, 1fr);
  gap: 34px;
}

.artist-paid-awards-list time {
  color: #c9a463;
  font-family: Georgia, "Times New Roman", serif;
}

.artist-book-cta {
  display: grid;
  min-height: 52vh;
  place-items: center;
  text-align: center;
}

.artist-book-cta .artist-book-vertical {
  height: 270px;
  margin: 0 auto;
  color: var(--book-ink) !important;
  font-family: "Hiragino Mincho ProN", "Yu Mincho", serif;
  font-size: clamp(1.45rem, 2.4vw, 2.5rem);
}

.reveal-on-scroll {
  transform: translateY(34px);
  opacity: 0;
  transition: transform 900ms cubic-bezier(0.22, 1, 0.36, 1), opacity 900ms ease;
}

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

@media (max-width: 900px) {
  .artist-book-hero-copy,
  .artist-book-offset,
  .artist-book-offset.is-reverse,
  .artist-book-info-head,
  .artist-book-gallery-head,
  .artist-paid-split,
  .artist-paid-split.is-reverse,
  .artist-paid-quote,
  .artist-paid-step,
  .artist-paid-video,
  .artist-paid-scroll,
  .artist-paid-awards {
    grid-template-columns: 1fr;
  }

  .artist-book-hero-copy { min-height: 78vh; }
  .artist-book-hero h1 { font-size: clamp(3rem, 16vw, 5.8rem); }

  .artist-book-hero .artist-book-vertical,
  .artist-book-info-head .artist-book-vertical,
  .artist-paid-quote blockquote,
  .artist-book-cta .artist-book-vertical {
    max-height: none;
    height: auto;
    writing-mode: horizontal-tb;
    letter-spacing: 0;
  }

  .artist-book-offset.is-reverse .artist-book-photo,
  .artist-paid-split.is-reverse img { order: 0; }

  .artist-book-section {
    padding-top: 104px;
    padding-bottom: 104px;
  }

  .artist-book-copy h2,
  .artist-book-info-head h2,
  .artist-book-gallery-head h2,
  .artist-paid-world h2 {
    font-size: clamp(2.1rem, 11vw, 4rem);
  }

  .artist-book-editorial-grid,
  .artist-book-studio-gallery {
    grid-template-columns: 1fr;
  }

  .artist-book-info-row,
  .artist-book-timeline article,
  .artist-paid-awards-list article {
    grid-template-columns: 1fr;
    gap: 8px;
  }

  .artist-book-timeline p { grid-column: 1; }

  .artist-book-marquee {
    width: calc(100vw - 24px);
    margin-left: -12px;
  }

  .artist-book-marquee .work-card { width: min(78vw, 340px); }

  .artist-paid-step {
    position: relative;
    top: auto;
    min-height: auto;
  }

  .artist-paid-sticky {
    position: relative;
    top: auto;
  }
}

@media (prefers-reduced-motion: reduce) {
  .artist-book-expand,
  .reveal-on-scroll,
  .artist-book-marquee .work-marquee-track {
    transition: none !important;
    animation: none !important;
  }

  .reveal-on-scroll {
    transform: none;
    opacity: 1;
  }
}

* { box-sizing: border-box; }

body {
  margin: 0;
  background:
    radial-gradient(circle at 14% 7%, rgba(170, 134, 65, 0.12), transparent 28rem),
    linear-gradient(180deg, #fbf8f2, var(--paper));
  color: var(--ink);
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  line-height: 1.8;
}

a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; height: auto; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  background:
    linear-gradient(90deg, rgba(13, 13, 12, 0.98), rgba(30, 25, 18, 0.96));
  backdrop-filter: blur(16px);
}

.site-header-inner,
.site-footer-inner,
.section-inner {
  max-width: var(--max);
  margin: 0 auto;
  padding-right: 24px;
  padding-left: 24px;
}

.site-header-inner {
  display: flex;
  min-height: 74px;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
}

.brand {
  display: inline-flex;
  align-items: center;
  font-family: "Hiragino Mincho ProN", "Yu Mincho", serif;
}

.brand-logo {
  display: block;
  width: clamp(190px, 18vw, 260px);
  height: auto;
}

.brand-mark {
  display: grid;
  width: 42px;
  height: 42px;
  grid-template-columns: repeat(3, 1fr);
  gap: 2px;
}

.brand-mark span:nth-child(1) { background: #15130f; }
.brand-mark span:nth-child(2) { background: #aa8641; }
.brand-mark span:nth-child(3) { border-radius: 0 18px 0 0; background: #174896; }
.brand-mark span:nth-child(4) { clip-path: polygon(0 100%, 100% 0, 100% 100%); background: #d83424; }
.brand-mark span:nth-child(5) {
  border: 1px solid #15130f;
  background:
    linear-gradient(90deg, transparent 46%, #15130f 47%, #15130f 53%, transparent 54%),
    linear-gradient(0deg, transparent 46%, #15130f 47%, #15130f 53%, transparent 54%),
    var(--paper);
}
.brand-mark span:nth-child(6) { background: #35705d; }
.brand-mark span:nth-child(7) { background: #15130f; }
.brand-mark span:nth-child(8) { background: #7b4a1d; }
.brand-mark span:nth-child(9) { background: #c85a2d; }

.brand-text strong {
  display: block;
  font-size: 1.12rem;
  font-weight: 500;
  letter-spacing: 0.12em;
  line-height: 1.2;
}

.brand-text span {
  display: block;
  color: var(--muted);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 0.66rem;
  letter-spacing: 0.2em;
}

.site-nav,
.site-nav ul,
.footer-nav ul {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin: 0;
  padding: 0;
  gap: 20px;
  color: rgba(255, 255, 255, 0.78);
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  list-style: none;
}

.site-nav a {
  transition: color 0.22s ease, opacity 0.22s ease;
}

.site-nav a:hover,
.footer-nav a:hover,
.current-menu-item > a { color: #d5b067; }

.button {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  justify-content: center;
  padding: 0 18px;
  border: 1px solid rgba(213, 176, 103, 0.64);
  background: rgba(213, 176, 103, 0.16);
  color: #fff;
  font-weight: 800;
}

.nav-cta {
  position: relative;
  display: inline-flex;
  min-height: 46px;
  align-items: center;
  justify-content: center;
  padding: 0 24px;
  border: 1px solid rgba(213, 176, 103, 0.48);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.065), rgba(0, 0, 0, 0.08)),
    rgba(58, 45, 26, 0.72);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.12),
    inset 0 -1px 0 rgba(0, 0, 0, 0.38),
    0 10px 24px rgba(0, 0, 0, 0.18);
  color: #fffaf0;
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0.04em;
  transition: border-color 0.22s ease, background 0.22s ease, box-shadow 0.22s ease, color 0.22s ease, transform 0.22s ease;
}

.nav-cta:hover {
  border-color: rgba(213, 176, 103, 0.88);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.09), rgba(0, 0, 0, 0.06)),
    rgba(82, 63, 34, 0.9);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.16),
    inset 0 -1px 0 rgba(0, 0, 0, 0.34),
    0 14px 28px rgba(0, 0, 0, 0.24);
  color: #d5b067;
  transform: translateY(-1px);
}

.nav-cta:active {
  box-shadow:
    inset 0 2px 8px rgba(0, 0, 0, 0.32),
    0 6px 16px rgba(0, 0, 0, 0.2);
  transform: translateY(0);
}

.button.is-outline {
  border-color: var(--line);
  background: transparent;
  color: var(--ink);
}

.site-main { min-height: 72vh; }

.hero-home {
  padding: clamp(56px, 8vw, 96px) 24px;
  border-bottom: 1px solid var(--line);
  background:
    linear-gradient(90deg, rgba(248, 243, 234, 0.95), rgba(248, 243, 234, 0.72)),
    repeating-linear-gradient(90deg, rgba(21, 19, 15, 0.05) 0 1px, transparent 1px 14px);
}

.hero-home-inner {
  display: grid;
  grid-template-columns: minmax(0, 0.82fr) minmax(320px, 0.72fr);
  align-items: center;
  max-width: var(--max);
  margin: 0 auto;
  gap: clamp(36px, 7vw, 92px);
}

.hero-title,
.section-title,
.artist-title {
  margin: 0;
  font-family: "Hiragino Mincho ProN", "Yu Mincho", serif;
  font-weight: 400;
  letter-spacing: 0.08em;
  line-height: 1.22;
}

.hero-title { font-size: clamp(2.35rem, 4.8vw, 4.8rem); }
.section-title { font-size: clamp(1.35rem, 2vw, 2.25rem); }
.artist-title { font-size: clamp(2.45rem, 4.4vw, 4.7rem); }

.eyebrow {
  margin: 0 0 14px;
  color: var(--gold);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 0.74rem;
  font-weight: 800;
  letter-spacing: 0.22em;
  text-transform: uppercase;
}

.lead {
  max-width: 720px;
  color: var(--muted);
}

.material-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  min-height: 420px;
  border: 1px solid var(--line);
}

.material-grid span {
  min-height: 180px;
  border-right: 1px solid rgba(255, 255, 255, 0.16);
  background:
    radial-gradient(circle at 65% 28%, rgba(255, 255, 255, 0.25), transparent 22%),
    var(--tone, #2c2119);
}

.material-grid span:nth-child(1) { --tone: #161411; }
.material-grid span:nth-child(2) { --tone: repeating-linear-gradient(90deg, rgba(255,255,255,.18) 0 1px, transparent 1px 10px), #263d55; }
.material-grid span:nth-child(3) { --tone: #5a3823; }
.material-grid span:nth-child(4) { --tone: #17326a; }

.section {
  padding: clamp(50px, 6.5vw, 84px) 0;
}

.split-head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  margin-bottom: 26px;
  gap: 24px;
}

.card-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
}

.work-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  border-top: 1px solid var(--line);
  border-left: 1px solid var(--line);
}

.artist-card,
.work-card,
.info-card {
  min-width: 0;
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.42);
}

.work-card {
  display: grid;
  grid-template-rows: minmax(0, 4fr) minmax(78px, 1fr);
  min-height: 360px;
  overflow: hidden;
  border-top: 0;
  border-left: 0;
}

.work-card-button {
  display: grid;
  grid-template-rows: minmax(0, 4fr) minmax(78px, 1fr);
  grid-row: 1 / -1;
  width: 100%;
  height: 100%;
  min-height: 0;
  padding: 0;
  border: 0;
  background: transparent;
  color: inherit;
  cursor: pointer;
  font: inherit;
  text-align: left;
}

.card-media,
.work-media {
  display: grid;
  place-items: center;
  background:
    radial-gradient(circle at center, rgba(170, 134, 65, 0.16), transparent 52%),
    rgba(21, 19, 15, 0.04);
  overflow: hidden;
}

.card-media { aspect-ratio: 4 / 3; }
.work-media { aspect-ratio: auto; min-height: 0; padding: 0; }

.card-media img,
.work-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.work-media img { object-fit: cover; }

.work-media .placeholder {
  width: 100%;
  height: 100%;
  min-height: 0;
}

.card-body,
.info-body { padding: 20px; }

.work-body {
  position: static;
  z-index: auto;
  display: flex;
  min-height: 0;
  flex-direction: column;
  justify-content: center;
  padding: 12px 14px 14px;
  background: rgba(255, 255, 255, 0.82);
  border-top: 1px solid var(--line);
}

.card-body h2,
.work-body h3,
.info-body h2 {
  margin: 0 0 8px;
  font-family: "Hiragino Mincho ProN", "Yu Mincho", serif;
  font-weight: 500;
  line-height: 1.45;
}

.card-body h2 a,
.event-row a {
  transition: color 0.22s ease;
}

.card-body h2 a:hover,
.card-body h2 a:focus-visible,
.event-row a:hover,
.event-row a:focus-visible {
  color: var(--gold);
}

.work-body h3 {
  margin-bottom: 2px;
  font-size: 0.95rem;
}

.work-body strong {
  margin-bottom: 2px;
  font-family: "Hiragino Mincho ProN", "Yu Mincho", serif;
  font-size: 0.95rem;
  font-weight: 500;
  line-height: 1.45;
}

.meta,
.card-body p,
.work-body p,
.work-body span,
.info-body p {
  margin: 0;
  color: var(--muted);
  font-size: 0.86rem;
}

.work-body p,
.work-body span {
  font-size: 0.78rem;
}

.work-body em {
  width: fit-content;
  margin-top: 6px;
  padding: 2px 7px;
  border: 1px solid var(--line);
  color: var(--gold);
  font-size: 0.68rem;
  font-style: normal;
  font-weight: 800;
}

.work-body .work-description,
.work-body small {
  display: -webkit-box;
  margin-top: 8px;
  overflow: hidden;
  color: var(--muted);
  font-size: 0.76rem;
  line-height: 1.65;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.work-marquee {
  position: relative;
  display: flex;
  gap: 18px;
  overflow: hidden;
  padding: 4px 0 10px;
}

.work-marquee::before,
.work-marquee::after {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 2;
  width: 90px;
  pointer-events: none;
  content: "";
}

.work-marquee::before {
  left: 0;
  background: linear-gradient(90deg, var(--paper), rgba(248, 243, 234, 0));
}

.work-marquee::after {
  right: 0;
  background: linear-gradient(270deg, var(--paper), rgba(248, 243, 234, 0));
}

.work-marquee-track {
  display: flex;
  min-width: max-content;
  gap: 18px;
  animation: atdb-work-marquee 42s linear infinite;
}

.work-marquee:hover .work-marquee-track {
  animation-play-state: paused;
}

.work-marquee .work-card {
  width: clamp(190px, 20vw, 280px);
  height: clamp(300px, 25vw, 390px);
  flex: 0 0 auto;
  border: 1px solid var(--line);
}

.work-marquee .work-media {
  min-height: 0;
}

.artist-work-marquee .work-card {
  grid-template-rows: 1fr;
  width: clamp(210px, 18vw, 280px);
  height: clamp(360px, 30vw, 430px);
}

.artist-work-marquee .work-card-button {
  grid-template-rows: minmax(0, 4fr) minmax(108px, 1fr);
}

.artist-work-marquee .work-body {
  padding: 11px 14px 12px;
}

.artist-work-marquee .work-body small {
  display: none;
}

.work-modal {
  width: min(1120px, calc(100vw - 40px));
  padding: 0;
  border: 1px solid var(--line);
  background: var(--paper);
  color: var(--ink);
}

.work-modal::backdrop {
  background: rgba(16, 16, 15, 0.72);
}

.work-modal-inner {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(280px, 0.44fr);
  gap: 0;
}

.work-modal-images {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  max-height: min(78vh, 720px);
  overflow: auto;
  border-right: 1px solid var(--line);
}

.work-modal-images img {
  width: 100%;
  height: 100%;
  min-height: 260px;
  object-fit: cover;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.work-modal-images img:first-child {
  grid-column: span 2;
  min-height: 420px;
}

.work-modal-copy {
  padding: clamp(26px, 4vw, 48px);
}

.work-modal-copy h3 {
  margin: 0 0 18px;
  font-family: "Hiragino Mincho ProN", "Yu Mincho", serif;
  font-size: clamp(1.45rem, 2.3vw, 2.4rem);
  font-weight: 400;
  line-height: 1.45;
}

.work-modal-copy p:not(.eyebrow) {
  color: var(--muted);
  font-size: 0.94rem;
}

.work-status-label {
  width: fit-content;
  padding: 4px 10px;
  border: 1px solid var(--line);
  color: var(--gold) !important;
  font-weight: 800;
}

.work-modal-close {
  position: absolute;
  top: 16px;
  right: 16px;
  z-index: 2;
  min-height: 38px;
  padding: 0 14px;
  border: 1px solid var(--sumi);
  background: var(--sumi);
  color: #fff;
  cursor: pointer;
  font-weight: 800;
}

@keyframes atdb-work-marquee {
  from { transform: translateX(0); }
  to { transform: translateX(calc(-100% - 18px)); }
}

.artist-hero {
  position: relative;
  overflow: hidden;
  background:
    linear-gradient(135deg, rgba(16, 16, 15, 0.96), rgba(31, 27, 22, 0.94)),
    radial-gradient(circle at 80% 20%, rgba(170, 134, 65, 0.18), transparent 24rem);
  color: #fff;
}

.artist-hero-inner {
  display: grid;
  grid-template-columns: minmax(0, 0.85fr) minmax(320px, 0.62fr);
  align-items: end;
  max-width: var(--max);
  min-height: 620px;
  margin: 0 auto;
  padding: clamp(72px, 9vw, 120px) 24px;
  gap: clamp(38px, 7vw, 92px);
}

.artist-hero .lead { color: rgba(255, 255, 255, 0.72); }

.artist-admin-edit-link {
  position: absolute;
  top: 22px;
  right: 24px;
  z-index: 3;
  display: inline-flex;
  min-height: 40px;
  align-items: center;
  justify-content: center;
  padding: 0 16px;
  border: 1px solid rgba(215, 181, 111, 0.5);
  background: rgba(16, 16, 15, 0.76);
  color: #fff;
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0.03em;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.22);
  backdrop-filter: blur(12px);
}

.artist-admin-edit-link:hover {
  border-color: var(--gold);
  background: var(--gold);
  color: #15130f;
}

.artist-photo,
.placeholder {
  display: grid;
  min-height: 360px;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.16);
  background:
    radial-gradient(circle at center, rgba(255, 255, 255, 0.12), transparent 54%),
    #181715;
  color: rgba(255, 255, 255, 0.48);
  font-family: Georgia, "Times New Roman", serif;
  letter-spacing: 0.18em;
}

.artist-photo img { width: 100%; height: 100%; object-fit: cover; }

.artist-section {
  padding: clamp(70px, 8vw, 114px) 24px;
}

.artist-section-inner {
  display: grid;
  grid-template-columns: minmax(0, 0.72fr) minmax(320px, 0.85fr);
  max-width: var(--max);
  margin: 0 auto;
  gap: clamp(36px, 7vw, 92px);
}

.artist-world-section {
  padding: clamp(58px, 7vw, 96px) 0;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.34), rgba(238, 229, 215, 0.28)),
    radial-gradient(circle at 85% 12%, rgba(170, 134, 65, 0.08), transparent 22rem);
}

.artist-world-head {
  display: grid;
  grid-template-columns: minmax(0, 0.46fr) minmax(0, 0.82fr);
  align-items: end;
  margin-bottom: 26px;
  gap: clamp(22px, 5vw, 62px);
}

.artist-world-head h2 {
  margin: 0;
  font-family: "Hiragino Mincho ProN", "Yu Mincho", serif;
  font-size: clamp(1.45rem, 2.2vw, 2.45rem);
  font-weight: 400;
  letter-spacing: 0.08em;
  line-height: 1.55;
}

.artist-world-head p:not(.eyebrow) {
  margin: 0;
  color: var(--muted);
  font-size: 0.92rem;
}

.artist-world-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  grid-auto-flow: dense;
  border-top: 1px solid var(--line);
  border-left: 1px solid var(--line);
}

.artist-world-item {
  position: relative;
  min-height: 260px;
  margin: 0;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background: #181715;
  overflow: hidden;
}

.artist-world-item.is-large {
  grid-column: span 2;
  grid-row: span 2;
  min-height: 520px;
}

.artist-world-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.artist-world-item figcaption {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 14px 16px;
  background: linear-gradient(180deg, transparent, rgba(16, 16, 15, 0.78));
  color: rgba(255, 255, 255, 0.84);
  font-size: 0.78rem;
  letter-spacing: 0.04em;
}

.info-list {
  display: grid;
  gap: 14px;
}

.info-row {
  display: grid;
  grid-template-columns: 130px minmax(0, 1fr) auto;
  align-items: center;
  gap: 18px;
  padding: 16px 0;
  border-bottom: 1px solid var(--line);
}

.info-row time {
  color: var(--gold);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 0.86rem;
}

.home-info-list {
  display: grid;
  border-top: 1px solid var(--line);
}

.home-info-row {
  display: grid;
  grid-template-columns: 210px 120px minmax(0, 1fr) 180px;
  align-items: center;
  gap: 18px;
  padding: 18px 0;
  border-bottom: 1px solid var(--line);
}

.home-info-row time {
  color: var(--gold);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 0.88rem;
}

.home-info-row span {
  width: fit-content;
  min-width: 92px;
  padding: 5px 10px;
  border: 1px solid var(--line);
  color: var(--muted);
  font-size: 0.74rem;
  font-weight: 800;
  text-align: center;
}

.home-info-row h3 {
  min-width: 0;
  margin: 0;
  overflow: hidden;
  font-family: "Hiragino Mincho ProN", "Yu Mincho", serif;
  font-size: 1.05rem;
  font-weight: 500;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.home-info-artist {
  overflow: hidden;
  color: var(--muted);
  font-size: 0.86rem;
  font-weight: 700;
  text-align: right;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.concept-section {
  background:
    linear-gradient(90deg, rgba(248, 243, 234, 0.92), rgba(238, 229, 215, 0.64)),
    radial-gradient(circle at 14% 78%, rgba(23, 72, 150, 0.08), transparent 30rem);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.concept-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(340px, 0.68fr);
  max-width: var(--max);
  margin: 0 auto;
}

.concept-copy {
  padding: clamp(54px, 7vw, 88px) 24px;
}

.concept-copy h2,
.artist-entry-inner h2 {
  margin: 0;
  font-family: "Hiragino Mincho ProN", "Yu Mincho", serif;
  font-size: clamp(1.65rem, 2.7vw, 3rem);
  font-weight: 400;
  line-height: 1.55;
}

.concept-copy p:not(.eyebrow),
.artist-entry-inner p {
  max-width: 720px;
  color: var(--muted);
}

.concept-points {
  display: grid;
  align-content: center;
  border-left: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.34);
}

.concept-points a {
  display: grid;
  padding: 24px 34px;
  border-bottom: 1px solid var(--line);
}

.concept-points strong {
  color: var(--gold);
  font-family: "Hiragino Mincho ProN", "Yu Mincho", serif;
  font-size: 1.15rem;
  font-weight: 500;
}

.concept-points span {
  color: var(--muted);
  font-size: 0.86rem;
}

.artist-entry-section {
  padding: clamp(58px, 7vw, 92px) 24px;
  background:
    linear-gradient(135deg, rgba(16, 16, 15, 0.96), rgba(33, 27, 19, 0.95)),
    radial-gradient(circle at 78% 22%, rgba(170, 134, 65, 0.22), transparent 24rem);
  color: #fff;
}

.artist-entry-inner {
  display: grid;
  grid-template-columns: minmax(0, 0.88fr) minmax(320px, 0.52fr);
  align-items: center;
  max-width: var(--max);
  margin: 0 auto;
  gap: clamp(34px, 7vw, 92px);
}

.artist-entry-inner p {
  color: rgba(255, 255, 255, 0.72);
}

.artist-entry-card {
  padding: clamp(28px, 4vw, 46px);
  border: 1px solid rgba(255, 255, 255, 0.18);
  background:
    repeating-linear-gradient(90deg, rgba(255, 255, 255, 0.06) 0 1px, transparent 1px 14px),
    rgba(255, 255, 255, 0.05);
}

.artist-entry-card p {
  margin: 0 0 24px;
}

.entry-page {
  background:
    radial-gradient(circle at 12% 5%, rgba(170, 134, 65, 0.12), transparent 28rem),
    radial-gradient(circle at 92% 18%, rgba(23, 72, 150, 0.08), transparent 24rem),
    linear-gradient(180deg, #fbf8f2 0%, #f4ede2 100%);
}

.entry-hero {
  display: grid;
  grid-template-columns: minmax(0, 0.78fr) minmax(420px, 0.92fr);
  align-items: stretch;
  max-width: var(--max);
  margin: 0 auto;
  padding: clamp(52px, 7vw, 94px) 24px clamp(42px, 6vw, 76px);
  gap: clamp(34px, 6vw, 72px);
}

.entry-hero-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 520px;
}

.entry-hero h1,
.entry-section-head h2,
.entry-target-panel h2,
.entry-sample-card h2,
.entry-bottom-cta h2 {
  margin: 0;
  font-family: "Hiragino Mincho ProN", "Yu Mincho", serif;
  font-weight: 400;
  letter-spacing: 0.08em;
  line-height: 1.55;
}

.entry-hero h1 {
  font-size: clamp(2.45rem, 5.4vw, 5.6rem);
}

.entry-hero-copy p:not(.eyebrow),
.entry-section-head p,
.entry-sample-card p,
.entry-bottom-cta p {
  max-width: 620px;
  color: var(--muted);
}

.entry-hero-copy .button {
  width: fit-content;
  margin-top: 24px;
  background: var(--gold);
  border-color: var(--gold);
}

.entry-mosaic {
  position: relative;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-auto-rows: minmax(148px, 1fr);
  min-height: 590px;
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.38);
  overflow: hidden;
}

.entry-mosaic .entry-image-tile:nth-child(1) { grid-column: span 2; }
.entry-mosaic .entry-image-tile:nth-child(4) { grid-row: span 2; }
.entry-mosaic .entry-image-tile:nth-child(6) { grid-column: span 2; }

.entry-image-tile {
  min-height: 160px;
  margin: 0;
  border-right: 1px solid rgba(255, 255, 255, 0.32);
  border-bottom: 1px solid rgba(255, 255, 255, 0.32);
  background: #2e251d;
  overflow: hidden;
}

.entry-image-tile img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.entry-image-tile.is-placeholder {
  background:
    linear-gradient(135deg, rgba(0, 0, 0, 0.28), rgba(0, 0, 0, 0.04)),
    var(--entry-placeholder, #5b4531);
}

.entry-image-tile.craft-1,
.entry-image-tile.benefit-1,
.entry-image-tile.voice-1 { --entry-placeholder: #33271f; }

.entry-image-tile.craft-2,
.entry-image-tile.benefit-2,
.entry-image-tile.voice-2 { --entry-placeholder: repeating-linear-gradient(90deg, rgba(255,255,255,.18) 0 1px, transparent 1px 10px), #233b57; }

.entry-image-tile.craft-3,
.entry-image-tile.benefit-3,
.entry-image-tile.voice-3 { --entry-placeholder: #6f4f30; }

.entry-image-tile.craft-4 { --entry-placeholder: repeating-linear-gradient(45deg, rgba(255,255,255,.15) 0 1px, transparent 1px 11px), #132f27; }
.entry-image-tile.craft-5 { --entry-placeholder: #1b1816; }
.entry-image-tile.craft-6,
.entry-image-tile.sample { --entry-placeholder: #a88a55; }

.entry-mosaic-note {
  position: absolute;
  top: 50%;
  left: 50%;
  display: grid;
  min-width: 172px;
  min-height: 190px;
  place-items: center;
  padding: 24px;
  transform: translate(-50%, -50%);
  background: rgba(248, 243, 234, 0.94);
  box-shadow: 0 18px 48px rgba(21, 19, 15, 0.16);
  color: var(--ink);
  font-family: "Hiragino Mincho ProN", "Yu Mincho", serif;
  letter-spacing: 0.14em;
  line-height: 2;
  text-align: center;
  writing-mode: vertical-rl;
}

.entry-intro {
  padding: clamp(64px, 8vw, 102px) 24px;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.46), rgba(255, 255, 255, 0.2)),
    repeating-linear-gradient(90deg, rgba(21, 19, 15, 0.035) 0 1px, transparent 1px 18px);
}

.entry-section-head {
  max-width: 900px;
  margin: 0 auto 38px;
  text-align: center;
}

.entry-section-head h2 {
  font-size: clamp(1.7rem, 3vw, 3rem);
}

.entry-section-head p {
  margin-right: auto;
  margin-left: auto;
}

.entry-benefits {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  max-width: var(--max);
  margin: 0 auto;
  gap: 20px;
}

.entry-benefit-card {
  min-width: 0;
}

.entry-benefit-card .entry-image-tile {
  aspect-ratio: 4 / 3;
  min-height: 0;
  border: 0;
}

.entry-benefit-card h3,
.entry-flow-grid h3,
.entry-plan-card h3,
.entry-voice-card strong {
  margin: 14px 0 4px;
  font-family: "Hiragino Mincho ProN", "Yu Mincho", serif;
  font-weight: 500;
  line-height: 1.55;
}

.entry-benefit-card p,
.entry-flow-grid p,
.entry-plan-card li,
.entry-voice-card p {
  margin: 0;
  color: var(--muted);
  font-size: 0.88rem;
}

.entry-sample {
  display: grid;
  grid-template-columns: minmax(320px, 0.62fr) minmax(0, 1fr);
  padding-top: clamp(64px, 8vw, 106px);
  padding-bottom: clamp(64px, 8vw, 106px);
  gap: 28px;
}

.entry-target-panel,
.entry-sample-card,
.entry-plan-card,
.entry-voice-card {
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.52);
}

.entry-target-panel {
  display: grid;
  align-content: start;
  gap: 30px;
  padding: clamp(26px, 4vw, 42px);
}

.entry-tag-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.entry-tag-list span {
  min-width: 72px;
  padding: 9px 12px;
  border: 1px solid var(--line);
  background: rgba(248, 243, 234, 0.62);
  color: var(--muted);
  font-size: 0.86rem;
  text-align: center;
}

.entry-check-list,
.entry-plan-card ul {
  margin: 14px 0 0;
  padding: 0;
  list-style: none;
}

.entry-check-list li,
.entry-plan-card li {
  position: relative;
  padding-left: 22px;
}

.entry-check-list li::before,
.entry-plan-card li::before {
  position: absolute;
  left: 0;
  color: var(--gold);
  content: "✓";
}

.entry-sample-card {
  display: grid;
  grid-template-columns: minmax(0, 0.85fr) minmax(260px, 0.82fr);
  align-items: center;
  padding: clamp(26px, 4vw, 42px);
  gap: 28px;
  box-shadow: 0 18px 56px rgba(21, 19, 15, 0.08);
}

.entry-sample-card .entry-image-tile {
  aspect-ratio: 4 / 3;
  min-height: 0;
}

.entry-flow {
  padding-bottom: clamp(64px, 8vw, 104px);
}

.entry-flow-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 14px;
}

.entry-flow-grid section {
  position: relative;
  min-width: 0;
  padding: 24px 18px;
  border-top: 1px solid var(--line);
}

.entry-flow-grid span {
  display: inline-grid;
  width: 38px;
  height: 38px;
  place-items: center;
  border: 1px solid var(--gold);
  border-radius: 50%;
  color: var(--gold);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 0.8rem;
}

.entry-plans {
  padding: clamp(64px, 8vw, 106px) 0;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background:
    linear-gradient(135deg, rgba(16, 16, 15, 0.94), rgba(38, 31, 22, 0.94)),
    radial-gradient(circle at 80% 22%, rgba(170, 134, 65, 0.22), transparent 26rem);
  color: #fff;
}

.entry-plans .entry-section-head p,
.entry-plan-card li {
  color: rgba(255, 255, 255, 0.68);
}

.entry-plan-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.entry-plan-card {
  display: flex;
  min-height: 360px;
  flex-direction: column;
  padding: clamp(26px, 4vw, 40px);
  background: rgba(255, 255, 255, 0.05);
  border-color: rgba(255, 255, 255, 0.18);
}

.entry-plan-card strong {
  display: block;
  margin: 8px 0 14px;
  color: #d7b56f;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.7rem, 3vw, 2.5rem);
  line-height: 1.2;
}

.entry-plan-card .button {
  margin-top: auto;
  border-color: rgba(255, 255, 255, 0.32);
  color: #fff;
}

.entry-voices {
  padding-top: clamp(64px, 8vw, 106px);
  padding-bottom: clamp(64px, 8vw, 106px);
}

.entry-voice-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.entry-voice-card {
  padding: 18px;
}

.entry-voice-card .entry-image-tile {
  aspect-ratio: 16 / 10;
  min-height: 0;
  margin-bottom: 16px;
}

.entry-bottom-cta {
  padding: clamp(54px, 7vw, 82px) 0;
  background:
    linear-gradient(90deg, rgba(16, 16, 15, 0.92), rgba(33, 27, 19, 0.74)),
    repeating-linear-gradient(90deg, rgba(255,255,255,.08) 0 1px, transparent 1px 16px);
  color: #fff;
}

.entry-bottom-cta .section-inner {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 28px;
}

.entry-bottom-cta p {
  color: rgba(255, 255, 255, 0.72);
}

.entry-bottom-cta .button {
  background: var(--gold);
  border-color: var(--gold);
}

.site-footer {
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  background:
    radial-gradient(circle at 80% 16%, rgba(170, 134, 65, 0.16), transparent 24rem),
    linear-gradient(90deg, rgba(13, 13, 12, 1), rgba(30, 25, 18, 0.98));
  color: rgba(255, 255, 255, 0.78);
}

.site-footer-inner {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  padding-top: 50px;
  padding-bottom: 50px;
  gap: 32px;
}

.site-footer .footer-nav { color: rgba(255, 255, 255, 0.72); }

.footer-legal-nav {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 10px 16px;
  margin-top: 18px;
  color: rgba(255, 255, 255, 0.5);
  font-size: 0.72rem;
  font-weight: 500;
}

.footer-legal-nav a {
  transition: color 0.22s ease;
}

.footer-legal-nav a:hover,
.footer-legal-nav a:focus-visible {
  color: var(--gold);
}

.site-footer .brand-logo {
  width: clamp(180px, 16vw, 238px);
}

.front-edit-button {
  position: fixed;
  right: 22px;
  bottom: 22px;
  z-index: 80;
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  justify-content: center;
  padding: 0 18px;
  border: 1px solid rgba(170, 134, 65, 0.46);
  background: rgba(16, 16, 15, 0.92);
  box-shadow: 0 12px 32px rgba(21, 19, 15, 0.22);
  color: #fff;
  font-size: 0.86rem;
  font-weight: 800;
}

.front-edit-button:hover {
  background: var(--gold);
  color: #fff;
}

.home-hero-slider {
  position: relative;
  min-height: clamp(520px, 74vh, 760px);
  overflow: hidden;
  background: var(--sumi);
  color: #fff;
}

.home-hero-slides,
.home-hero-slide {
  position: absolute;
  inset: 0;
}

.home-hero-slide {
  display: flex;
  align-items: center;
  opacity: 0;
  background-color: #171512;
  transition: opacity 1.45s cubic-bezier(.2,.68,.2,1);
}

.home-hero-slide::before,
.home-hero-slide::after {
  position: absolute;
  inset: 0;
  content: "";
}

.home-hero-slide::before {
  z-index: 0;
  background:
    linear-gradient(90deg, rgba(16, 16, 15, 0.74), rgba(16, 16, 15, 0.16)),
    var(--hero-image);
  background-position: var(--hero-position, center center);
  background-size: cover;
  transform: translateX(1.8%) scale(1.035);
}

.home-hero-slide::after {
  z-index: 1;
  background:
    linear-gradient(90deg, rgba(245,238,226,.24) 0 17%, transparent 17% 100%),
    linear-gradient(90deg, transparent 0 48%, rgba(20,17,14,.16) 48% 58%, transparent 58% 100%),
    linear-gradient(90deg, transparent 0 70%, rgba(245,238,226,.18) 70% 86%, transparent 86% 100%);
  mix-blend-mode: overlay;
  opacity: 0;
  transform: translateX(4%);
}

.home-hero-slide.is-active {
  z-index: 2;
  opacity: 1;
}

.home-hero-slide.is-leaving {
  opacity: .52;
  z-index: 1;
  transition: opacity 1.08s ease;
}

.home-hero-slide.is-active::before {
  animation: atdb-hero-pan 6.8s ease-out both;
}

.home-hero-slide.is-active::after {
  animation: atdb-hero-overlay 6.8s ease-out both;
}

.home-hero-slide.is-placeholder::before {
  background:
    linear-gradient(90deg, rgba(16, 16, 15, 0.74), rgba(16, 16, 15, 0.2)),
    radial-gradient(circle at 18% 52%, rgba(255,255,255,.12), transparent 20rem),
    linear-gradient(90deg, rgba(255,255,255,.06), transparent),
    #231f1a;
}

.home-hero-slide.is-textile::before {
  background:
    linear-gradient(90deg, rgba(16, 16, 15, 0.74), rgba(16, 16, 15, 0.2)),
    linear-gradient(120deg, rgba(255,255,255,.09), transparent),
    #263346;
}

.home-hero-slide.is-wood::before {
  background:
    linear-gradient(90deg, rgba(16, 16, 15, 0.74), rgba(16, 16, 15, 0.2)),
    radial-gradient(circle at 74% 32%, rgba(170,134,65,.22), transparent 20rem),
    #4b321f;
}

.home-hero-slide-copy {
  position: relative;
  z-index: 2;
  display: flex;
  width: 100%;
  flex-direction: column;
  justify-content: center;
  max-width: var(--max);
  margin: 0 auto;
  padding: 96px 24px 92px;
}

.home-hero-slide-copy h1 {
  max-width: 620px;
  margin: 0;
  font-family: "Hiragino Mincho ProN", "Yu Mincho", serif;
  font-size: clamp(2rem, 4vw, 4.25rem);
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.04;
  opacity: 0;
  transform: translate(-18px, 18px);
}

.home-hero-slide-copy p:not(.eyebrow) {
  max-width: 520px;
  margin-top: 18px;
  color: rgba(255, 255, 255, 0.78);
  font-size: clamp(1rem, 1.2vw, 1.16rem);
  line-height: 1.62;
  opacity: 0;
  transform: translate(18px, 18px);
}

.home-hero-slide.is-active .home-hero-slide-copy h1 {
  animation: atdb-copy-rise-left 1.25s 0.48s ease-out forwards;
}

.home-hero-slide.is-active .home-hero-slide-copy p:not(.eyebrow) {
  animation: atdb-copy-rise-right 1.25s 0.9s ease-out forwards;
}

.home-hero-slide:nth-child(even) .home-hero-slide-copy h1 {
  transform: translate(18px, 18px);
}

.home-hero-slide:nth-child(even) .home-hero-slide-copy p:not(.eyebrow) {
  transform: translate(-18px, 18px);
}

.home-hero-slide:nth-child(even).is-active .home-hero-slide-copy h1 {
  animation-name: atdb-copy-rise-right;
}

.home-hero-slide:nth-child(even).is-active .home-hero-slide-copy p:not(.eyebrow) {
  animation-name: atdb-copy-rise-left;
}

.home-hero-slide.is-leaving .home-hero-slide-copy h1,
.home-hero-slide.is-leaving .home-hero-slide-copy p:not(.eyebrow) {
  animation: atdb-copy-leave .72s ease both;
}

.home-hero-controls {
  position: absolute;
  right: 24px;
  bottom: 24px;
  z-index: 3;
  display: flex;
  align-items: center;
  gap: 14px;
}

.home-hero-controls > button,
.work-slider-controls button {
  display: inline-grid;
  width: 36px;
  height: 36px;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.35);
  background: rgba(16, 16, 15, 0.18);
  color: #fff;
  cursor: pointer;
  font-size: 1.4rem;
}

.home-hero-dots {
  display: flex;
  gap: 7px;
}

.home-hero-dots button {
  width: 6px;
  height: 6px;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.42);
  cursor: pointer;
}

.home-hero-dots button.is-active {
  background: #fff;
}

.home-band {
  padding: clamp(58px, 7vw, 96px) 0;
}

.home-design .section-inner {
  max-width: min(1500px, calc(100vw - 72px));
  padding-right: 0;
  padding-left: 0;
}

.home-band-paper .card-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: clamp(18px, 2vw, 28px);
}

.home-artist-slider {
  padding-top: 4px;
}

.home-artist-slider .work-marquee-track {
  animation-duration: 88s;
}

.home-artist-slider .artist-card {
  width: clamp(210px, 18vw, 280px);
  flex: 0 0 auto;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.72);
}

.home-artist-slider .card-media {
  aspect-ratio: 4 / 5;
}

.home-artist-slider .card-body {
  min-height: 132px;
  background: rgba(255, 255, 255, 0.82);
}

.home-band-paper {
  background:
    radial-gradient(circle at 12% 18%, rgba(170,134,65,.12), transparent 28rem),
    radial-gradient(circle at 88% 80%, rgba(109, 73, 44, 0.06), transparent 26rem),
    repeating-linear-gradient(90deg, rgba(21,19,15,.026) 0 1px, transparent 1px 16px),
    #f7ecdc;
}

.home-band-washi {
  background:
    radial-gradient(circle at 88% 12%, rgba(74, 103, 90, 0.12), transparent 24rem),
    radial-gradient(circle at 8% 84%, rgba(170,134,65,.07), transparent 28rem),
    linear-gradient(180deg, rgba(255,255,255,.36), rgba(255,255,255,.08)),
    #edf2ec;
}

.home-band-clay {
  background:
    radial-gradient(circle at 18% 82%, rgba(170,134,65,.13), transparent 28rem),
    radial-gradient(circle at 92% 18%, rgba(255,255,255,.64), transparent 24rem),
    repeating-linear-gradient(135deg, rgba(21,19,15,.022) 0 1px, transparent 1px 12px),
    #fbf4e8;
}

.event-table {
  border-top: 1px solid var(--line);
}

.event-row {
  display: grid;
  grid-template-columns: minmax(140px, 0.6fr) minmax(220px, 1.2fr) minmax(210px, 1fr) minmax(180px, 0.9fr);
  gap: 20px;
  padding: 15px 0;
  border-bottom: 1px solid var(--line);
  color: var(--muted);
  font-size: clamp(.96rem, 1vw, 1.08rem);
}

.event-row a {
  color: var(--ink);
  font-weight: 700;
}

.event-head {
  color: var(--gold);
  font-size: .82rem;
  font-weight: 800;
  letter-spacing: 0.08em;
}

.home-work-intro {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 22px;
  gap: 18px;
}

.home-work-intro p:not(.eyebrow) {
  margin: 0;
  font-family: "Hiragino Mincho ProN", "Yu Mincho", serif;
  font-size: clamp(1.05rem, 1.6vw, 1.45rem);
}

.home-work-intro .eyebrow {
  margin: 0 0 8px;
}

.work-slider-controls {
  display: flex;
  gap: 8px;
}

.work-slider-controls button {
  border-color: var(--line);
  background: rgba(255, 255, 255, 0.48);
  color: var(--ink);
}

.home-work-slider .work-marquee-track {
  animation-duration: 72s;
}

.home-work-slider::before,
.home-work-slider::after {
  width: 42px;
}

.home-work-card {
  width: clamp(190px, 17vw, 250px);
  flex: 0 0 auto;
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.78);
}

.home-work-card a {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.home-work-image {
  display: block;
  aspect-ratio: 3 / 4;
  overflow: hidden;
  background: #181715;
}

.home-work-image img,
.home-work-image .placeholder {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.home-work-body {
  display: grid;
  min-height: 118px;
  align-content: start;
  gap: 5px;
  padding: 16px 16px 18px;
  border-top: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.86);
}

.home-work-body strong {
  font-family: "Hiragino Mincho ProN", "Yu Mincho", serif;
  font-size: clamp(0.98rem, 1vw, 1.12rem);
  font-weight: 600;
  line-height: 1.45;
}

.home-work-body span {
  color: var(--muted);
  font-size: 0.78rem;
  line-height: 1.55;
}

.home-work-artist {
  color: rgba(38, 34, 29, 0.68);
}

.home-work-material {
  color: var(--home-accent-color, var(--gold));
  font-weight: 700;
}

.home-story-search-band {
  border-top: 1px solid rgba(21,19,15,.09);
  border-bottom: 1px solid rgba(21,19,15,.09);
  background: #171512;
}

.home-story-search-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(420px, .92fr);
  max-width: 1500px;
  margin: 0 auto;
}

.home-story-panel {
  display: grid;
  min-height: clamp(280px, 24vw, 380px);
  grid-template-columns: minmax(0, .52fr) minmax(260px, .48fr);
  background: #151411;
  color: #fff;
}

.home-story-panel-image {
  display: block;
  min-height: 100%;
  overflow: hidden;
  background:
    radial-gradient(circle at 52% 42%, rgba(255,255,255,.12), transparent 18rem),
    #201d19;
}

.home-story-panel-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.home-story-panel-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(30px, 4vw, 58px);
  background:
    linear-gradient(90deg, rgba(255,255,255,.045), rgba(255,255,255,0)),
    #171512;
}

.home-story-panel-copy h2 {
  margin: 0;
  font-family: "Hiragino Mincho ProN", "Yu Mincho", serif;
  font-size: clamp(1.25rem, 1.8vw, 2.1rem);
  font-weight: 400;
  line-height: 1.55;
}

.home-story-panel-copy p:not(.eyebrow) {
  color: rgba(255, 255, 255, 0.72);
  font-size: .9rem;
}

.text-link {
  display: inline-flex;
  margin-top: 16px;
  color: #d7b56f;
  font-weight: 800;
}

.text-link::after {
  margin-left: 8px;
  content: "→";
}

.home-search-panel {
  display: grid;
  grid-template-columns: minmax(150px, .34fr) minmax(0, 1fr);
  align-items: center;
  gap: clamp(24px, 4vw, 56px);
  padding: clamp(36px, 5vw, 64px);
  background:
    radial-gradient(circle at 78% 18%, rgba(170,134,65,.08), transparent 22rem),
    linear-gradient(180deg, rgba(255,255,255,.58), rgba(255,255,255,.2)),
    var(--home-base-color, #fbf7ef);
}

.home-search-panel h2 {
  margin: 0;
  font-family: "Hiragino Mincho ProN", "Yu Mincho", serif;
  font-size: clamp(1.55rem, 2.2vw, 2.75rem);
  font-weight: 400;
}

.home-search-links {
  display: grid;
  gap: 28px;
}

.home-search-links p {
  margin: 0 0 12px;
  color: var(--gold);
  font-weight: 800;
}

.home-search-links a {
  display: inline-flex;
  margin: 0 8px 10px 0;
  padding: 7px 13px;
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.48);
  color: var(--muted);
  font-size: 0.86rem;
}

.home-editorial-grid {
  display: grid;
  grid-template-columns: 1fr;
  max-width: 1500px;
  margin: 0 auto;
}

.home-search-panel-wide {
  grid-template-columns: minmax(160px, 0.22fr) minmax(0, 1fr);
  border-bottom: 1px solid rgba(170, 134, 65, 0.18);
  background:
    radial-gradient(circle at 80% 14%, rgba(199, 163, 91, 0.14), transparent 24rem),
    linear-gradient(90deg, rgba(255,255,255,.12), rgba(255,255,255,.05)),
    #2a251e;
  color: #fff;
}

.home-search-panel-wide h2 {
  color: #fff;
}

.home-search-panel-wide .home-search-links {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(18px, 3vw, 42px);
}

.home-search-panel-wide .home-search-links a {
  border-color: rgba(255, 255, 255, 0.22);
  background: rgba(255, 255, 255, 0.1);
  color: rgba(255, 255, 255, 0.82);
}

.home-search-panel-wide .home-search-links a:hover,
.home-search-panel-wide .home-search-links a:focus-visible {
  border-color: var(--home-accent-color, var(--gold));
  color: #fff;
}

.home-editorial-news {
  padding: clamp(38px, 5vw, 72px) clamp(22px, 6vw, 86px);
  background:
    radial-gradient(circle at 92% 12%, rgba(170,134,65,.09), transparent 24rem),
    linear-gradient(180deg, rgba(255,255,255,.78), rgba(255,255,255,.58)),
    #f8f3ea;
}

.home-editorial-news-head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: clamp(24px, 3vw, 40px);
}

.home-editorial-news h2 {
  margin: 0;
  color: var(--home-heading-color, var(--ink));
  font-family: "Hiragino Mincho ProN", "Yu Mincho", serif;
  font-size: clamp(1.5rem, 2.2vw, 2.6rem);
  font-weight: 400;
  line-height: 1.35;
}

.home-editorial-table {
  display: grid;
  gap: 18px;
}

.home-editorial-row {
  display: grid;
  grid-template-columns: minmax(165px, 0.22fr) minmax(0, 1fr) minmax(150px, 0.22fr) minmax(130px, 0.18fr);
  overflow: hidden;
  border: 1px solid rgba(170, 134, 65, 0.22);
  background: rgba(255, 255, 255, 0.78);
}

.home-editorial-row > * {
  padding: clamp(18px, 2.4vw, 30px);
}

.home-editorial-row > * + * {
  border-left: 1px solid rgba(170, 134, 65, 0.16);
}

.home-editorial-date {
  display: grid;
  align-content: center;
  gap: 12px;
  background: linear-gradient(135deg, rgba(170,134,65,.2), rgba(255,255,255,.18));
}

.home-editorial-date span,
.home-editorial-type,
.home-editorial-meta dt {
  color: var(--home-accent-color, var(--gold));
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.08em;
}

.home-editorial-date strong {
  display: grid;
  gap: 4px;
  color: var(--home-heading-color, var(--ink));
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 400;
  line-height: 1.1;
}

.home-editorial-date .home-editorial-year {
  color: var(--home-accent-color, var(--gold));
  font-size: clamp(1.7rem, 2.35vw, 2.6rem);
  font-weight: 600;
  letter-spacing: 0.08em;
}

.home-editorial-date .home-editorial-day {
  color: var(--home-accent-color, var(--gold));
  font-size: clamp(1.95rem, 3vw, 3.35rem);
  font-weight: 600;
  letter-spacing: 0.02em;
}

.home-editorial-body {
  display: grid;
  gap: 10px;
}

.home-editorial-body h3 {
  margin: 0;
  color: #5f4630;
  font-family: "Hiragino Mincho ProN", "Yu Mincho", serif;
  font-size: clamp(1.35rem, 1.8vw, 2.05rem);
  font-weight: 600;
  line-height: 1.38;
}

.home-editorial-body p {
  margin: 0;
  color: var(--home-text-color, var(--muted));
}

.home-editorial-place {
  font-weight: 700;
}

.home-editorial-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 18px;
  margin: 6px 0 0;
}

.home-editorial-meta div {
  display: inline-flex;
  gap: 6px;
}

.home-editorial-meta dd {
  margin: 0;
  color: var(--home-text-color, var(--muted));
}

.home-editorial-status {
  display: grid;
  place-items: center;
}

.home-editorial-status span {
  display: inline-flex;
  min-width: 124px;
  justify-content: center;
  padding: 11px 18px;
  border-radius: 999px;
  background: rgba(170, 134, 65, 0.16);
  color: var(--home-heading-color, var(--ink));
  font-weight: 800;
}

.home-editorial-status .is-priority,
.home-editorial-status .is-open {
  background: linear-gradient(135deg, #d8b35f, #aa8641);
  color: #fff;
}

.home-editorial-status .is-before {
  background: rgba(21, 19, 15, 0.08);
}

.home-editorial-status .is-full,
.home-editorial-status .is-closed {
  background: rgba(21, 19, 15, 0.12);
  color: rgba(21, 19, 15, 0.62);
}

.home-editorial-link {
  display: grid;
  place-items: center;
  color: var(--home-accent-color, var(--gold));
  font-weight: 900;
}

.home-editorial-link::after {
  margin-left: 8px;
  content: ">";
}

.home-editorial-link:hover,
.home-editorial-link:focus-visible {
  background: rgba(170, 134, 65, 0.08);
  color: var(--home-heading-color, var(--ink));
}

.home-concept-cta {
  padding: clamp(34px, 4vw, 58px) 0;
  background:
    radial-gradient(circle at 82% 14%, rgba(170,134,65,.18), transparent 24rem),
    linear-gradient(135deg, #12110f, #2b2118);
  color: #fff;
}

.home-concept-cta .section-inner {
  display: grid;
  grid-template-columns: minmax(420px, .95fr) minmax(360px, .85fr);
  align-items: center;
  gap: clamp(24px, 4vw, 54px);
}

.home-concept-cta h2 {
  margin: 0;
  font-family: "Hiragino Mincho ProN", "Yu Mincho", serif;
  font-size: clamp(1.55rem, 2.45vw, 2.9rem);
  font-weight: 400;
  letter-spacing: 0.055em;
  line-height: 1.34;
}

.home-concept-cta p:not(.eyebrow) {
  margin-top: 0;
  color: rgba(255, 255, 255, 0.72);
  font-size: clamp(1.05rem, 1.18vw, 1.24rem);
  line-height: 1.62;
}

.home-design {
  --home-heading-size: clamp(1.35rem, 2vw, 2.25rem);
  background: var(--home-base-color, #fbf7ef);
  color: var(--home-text-color, var(--muted));
}

.home-design .section-title,
.home-design .home-search-panel h2 {
  color: var(--home-heading-color, var(--ink));
}

.home-design .eyebrow,
.home-design .event-head,
.home-design .home-search-links p {
  color: var(--home-accent-color, var(--gold));
}

.home-design .section-title {
  font-size: var(--home-heading-size);
}

.home-title-compact {
  --home-heading-size: clamp(1.24rem, 1.72vw, 1.95rem);
}

.home-title-standard {
  --home-heading-size: clamp(1.45rem, 2.2vw, 2.5rem);
}

.home-title-large {
  --home-heading-size: clamp(1.72rem, 2.65vw, 3rem);
}

.home-design-luxury_plain .home-band-paper {
  background:
    radial-gradient(circle at 12% 12%, rgba(255,255,255,.68), transparent 24rem),
    radial-gradient(circle at 84% 22%, rgba(170,134,65,.16), transparent 26rem),
    linear-gradient(180deg, rgba(255,255,255,.3), rgba(255,255,255,0)),
    #f3e2c8;
}

.home-design-luxury_plain .home-band-washi {
  background:
    radial-gradient(circle at 84% 18%, rgba(83, 118, 103, 0.18), transparent 26rem),
    radial-gradient(circle at 14% 86%, rgba(255,255,255,.58), transparent 24rem),
    linear-gradient(180deg, rgba(255,255,255,.38), rgba(255,255,255,.06)),
    #dfe9df;
}

.home-design-luxury_plain .home-band-clay {
  background:
    radial-gradient(circle at 16% 82%, rgba(170,134,65,.14), transparent 28rem),
    radial-gradient(circle at 86% 14%, rgba(255,255,255,.86), transparent 24rem),
    linear-gradient(180deg, rgba(255,255,255,.5), rgba(255,255,255,.16)),
    #fff6e8;
}

.home-design-soft_paper .home-band-paper,
.home-design-soft_paper .home-band-washi,
.home-design-soft_paper .home-band-clay {
  background:
    radial-gradient(circle at 18% 20%, rgba(255,255,255,.55), transparent 22rem),
    linear-gradient(180deg, rgba(255,255,255,.26), rgba(238,229,215,.18)),
    #f8f3ea;
}

.home-design-warm_clay .home-band-paper,
.home-design-warm_clay .home-band-washi,
.home-design-warm_clay .home-band-clay {
  background:
    radial-gradient(circle at 22% 78%, rgba(170,134,65,.13), transparent 28rem),
    radial-gradient(circle at 86% 14%, rgba(92,58,32,.06), transparent 24rem),
    linear-gradient(180deg, #f8f0e5, #f2e7d8);
}

.home-design-deep_gallery .home-band-paper,
.home-design-deep_gallery .home-band-washi,
.home-design-deep_gallery .home-band-clay {
  background:
    radial-gradient(circle at 82% 12%, rgba(170,134,65,.11), transparent 26rem),
    linear-gradient(180deg, #eee7da, #e7ddce);
}

.home-design-luxury_plain .artist-card,
.home-design-luxury_plain .home-work-card,
.home-design-luxury_plain .event-row,
.home-design-luxury_plain .home-search-links a {
  border-color: rgba(21,19,15,.1);
}

.home-design-luxury_plain .home-work-card,
.home-design-luxury_plain .artist-card {
  background: rgba(255,255,255,.62);
  box-shadow: 0 18px 46px rgba(21,19,15,.055);
}

.concept-cta-link {
  position: relative;
  display: inline-flex;
  min-height: 54px;
  align-items: center;
  justify-content: center;
  margin-top: 22px;
  padding: 0 26px;
  border: 1px solid rgba(213,178,105,.58);
  background: rgba(255,255,255,.045);
  color: #fff;
  font-size: clamp(.94rem, 1vw, 1.08rem);
  font-weight: 800;
  overflow: hidden;
  transition: background .28s ease, border-color .28s ease, color .28s ease, transform .28s ease;
}

.concept-cta-link span {
  display: inline-block;
  margin-left: 10px;
  transition: transform 0.28s ease;
}

.concept-cta-link:hover span {
  transform: translateX(5px);
}

.concept-cta-link:hover {
  border-color: var(--home-accent-color, var(--gold));
  background: var(--home-accent-color, var(--gold));
  color: #17130f;
  transform: translateY(-2px);
}

.story-single {
  background:
    radial-gradient(circle at 12% 8%, rgba(170,134,65,.1), transparent 28rem),
    #faf6ee;
}

.story-single-hero {
  min-height: clamp(320px, 48vh, 560px);
  background-position: center;
  background-size: cover;
}

.story-single-inner {
  max-width: 860px;
  margin: 0 auto;
  padding: clamp(58px, 8vw, 110px) 24px;
}

.story-single h1 {
  margin: 0;
  font-family: "Hiragino Mincho ProN", "Yu Mincho", serif;
  font-size: clamp(2rem, 4vw, 4rem);
  font-weight: 400;
  letter-spacing: 0.08em;
  line-height: 1.5;
}

.story-content {
  margin-top: 34px;
  color: var(--muted);
}

.about-page {
  background:
    radial-gradient(circle at 15% 8%, rgba(170,134,65,.08), transparent 28rem),
    #fbf7ef;
  color: var(--ink);
}

.about-inner {
  width: min(1500px, calc(100vw - 72px));
  margin: 0 auto;
}

.about-hero {
  position: relative;
  overflow: hidden;
  min-height: clamp(430px, 54vh, 590px);
  background:
    linear-gradient(90deg, rgba(16,16,15,.86), rgba(16,16,15,.42)),
    radial-gradient(circle at 72% 40%, rgba(170,134,65,.24), transparent 28rem),
    #17130f;
  color: #fff;
}

.about-hero.has-image {
  background:
    linear-gradient(90deg, rgba(16,16,15,.86), rgba(16,16,15,.38)),
    var(--about-hero-image);
  background-position: center;
  background-size: cover;
}

.about-hero::after,
.about-bottom-cta::after {
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(90deg, rgba(245,238,226,.13) 0 15%, transparent 15% 100%),
    linear-gradient(90deg, transparent 0 70%, rgba(245,238,226,.1) 70% 84%, transparent 84%);
  mix-blend-mode: overlay;
  content: "";
}

.about-hero-inner {
  position: relative;
  z-index: 1;
  display: grid;
  min-height: clamp(430px, 54vh, 590px);
  grid-template-columns: minmax(360px, .74fr) minmax(420px, .95fr);
  align-items: center;
  width: min(1500px, calc(100vw - 72px));
  margin: 0 auto;
  gap: clamp(38px, 6vw, 92px);
}

.about-logo {
  margin: 0 0 18px;
  color: rgba(255,255,255,.9);
  font-family: "Hiragino Mincho ProN", "Yu Mincho", serif;
  font-size: .92rem;
  letter-spacing: .16em;
}

.about-hero-copy h1,
.about-bottom-cta h2 {
  margin: 0;
  font-family: "Hiragino Mincho ProN", "Yu Mincho", serif;
  font-size: clamp(1.72rem, 2.45vw, 3.05rem);
  font-weight: 400;
  letter-spacing: .015em;
  line-height: 1.18;
}

.about-hero-copy p:not(.about-logo) {
  max-width: 620px;
  color: rgba(255,255,255,.82);
  font-size: clamp(1rem, 1.12vw, 1.16rem);
  line-height: 1.72;
}

.about-button {
  position: relative;
  display: inline-flex;
  min-height: 50px;
  align-items: center;
  justify-content: center;
  margin-top: 18px;
  padding: 0 24px;
  border: 1px solid rgba(190,151,78,.5);
  background: linear-gradient(135deg, #c8a157, #a77b34);
  color: #17130f;
  font-weight: 800;
  overflow: hidden;
  transition: transform .28s ease, background .28s ease, color .28s ease;
}

.about-button span {
  margin-left: 16px;
  transition: transform .28s ease;
}

.about-button:hover {
  background: #17130f;
  color: #fff;
  transform: translateY(-2px);
}

.about-button:hover span {
  transform: translateX(5px);
}

.about-hero-mockup {
  justify-self: end;
  width: min(760px, 100%);
}

.about-hero-mockup img {
  width: 100%;
  filter: drop-shadow(0 30px 50px rgba(0,0,0,.42));
}

.about-device-preview {
  display: grid;
  min-height: 360px;
  grid-template-columns: 1.4fr .8fr;
  gap: 12px;
  padding: 18px;
  border: 1px solid rgba(255,255,255,.22);
  background: rgba(255,255,255,.08);
  box-shadow: 0 30px 70px rgba(0,0,0,.28);
}

.about-device-preview span {
  min-height: 150px;
  background:
    radial-gradient(circle at 58% 40%, rgba(255,255,255,.1), transparent 10rem),
    #211d18;
}

.about-section {
  padding: clamp(38px, 4.4vw, 64px) 0;
  border-bottom: 1px solid rgba(21,19,15,.1);
}

.about-section h2 {
  margin: 0;
  font-family: "Hiragino Mincho ProN", "Yu Mincho", serif;
  font-size: clamp(1.16rem, 1.42vw, 1.78rem);
  font-weight: 400;
  letter-spacing: .025em;
  line-height: 1.34;
}

.about-section p {
  color: var(--muted);
  font-size: 1.02rem;
  line-height: 1.78;
}

.about-reason-grid {
  display: grid;
  grid-template-columns: minmax(280px, .48fr) minmax(0, 1fr);
  gap: clamp(36px, 6vw, 92px);
}

.about-reason-grid > div:first-child p {
  max-width: 460px;
  line-height: 1.84;
}

.about-section-head {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  margin-bottom: 18px;
  gap: 28px;
  text-align: center;
}

.about-section-head span {
  height: 1px;
  background: rgba(21,19,15,.13);
}

.about-benefit-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  border-top: 1px solid rgba(21,19,15,.12);
  border-left: 1px solid rgba(21,19,15,.12);
}

.about-benefit-card,
.about-plan-card {
  padding: clamp(16px, 1.45vw, 24px);
  border-right: 1px solid rgba(21,19,15,.12);
  border-bottom: 1px solid rgba(21,19,15,.12);
  background: rgba(255,255,255,.38);
}

.about-icon {
  display: inline-grid;
  width: 34px;
  height: 34px;
  place-items: center;
  margin-bottom: 12px;
  border: 1px solid rgba(170,134,65,.38);
  border-radius: 50%;
  color: var(--gold);
  font-family: Georgia, serif;
  font-weight: 700;
}

.about-benefit-card h3,
.about-flow-line h3,
.about-plan-card h3,
.about-faq h3 {
  margin: 0 0 6px;
  font-family: "Hiragino Mincho ProN", "Yu Mincho", serif;
  font-weight: 600;
  font-size: .96rem;
  line-height: 1.42;
}

.about-benefit-card p,
.about-flow-line p,
.about-plan-card li,
.about-faq p {
  font-size: .94rem;
  line-height: 1.68;
}

.about-benefit-card img {
  width: 100%;
  aspect-ratio: 4 / 3;
  margin-top: 18px;
  object-fit: cover;
}

.about-mockup-grid {
  display: grid;
  grid-template-columns: minmax(240px, .32fr) minmax(0, 1fr);
  align-items: center;
  gap: clamp(34px, 6vw, 90px);
}

.about-mockup-grid small {
  display: block;
  margin-top: 16px;
  color: var(--muted);
}

.about-mockup-images {
  display: grid;
  grid-template-columns: 1.5fr repeat(4, .62fr);
  align-items: end;
  gap: clamp(12px, 1.7vw, 24px);
}

.about-mockup-images img,
.about-mockup-placeholder {
  width: 100%;
  min-height: 280px;
  object-fit: cover;
  border: 1px solid rgba(21,19,15,.1);
  background:
    radial-gradient(circle at 40% 32%, rgba(170,134,65,.12), transparent 14rem),
    #ece4d8;
  box-shadow: 0 16px 38px rgba(21,19,15,.08);
}

.about-mockup-images .is-main {
  min-height: 360px;
}

.about-flow {
  text-align: center;
}

.about-flow-line {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  margin-top: 22px;
  gap: 18px;
}

.about-flow-line section {
  position: relative;
  padding: 0 8px;
}

.about-flow-line section + section::before {
  position: absolute;
  top: 34px;
  left: -18px;
  color: rgba(170,134,65,.55);
  content: "→";
}

.about-flow-line span {
  display: inline-grid;
  width: 48px;
  height: 48px;
  place-items: center;
  margin-bottom: 8px;
  border-radius: 50%;
  background: rgba(170,134,65,.1);
  color: var(--gold);
  font-family: Georgia, serif;
  font-weight: 700;
}

.about-plan-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 18px;
  border-top: 1px solid rgba(21,19,15,.12);
  border-left: 1px solid rgba(21,19,15,.12);
}

.about-plan-card strong {
  display: block;
  margin: 9px 0;
  color: var(--gold);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.35rem, 1.8vw, 2.05rem);
  font-weight: 400;
}

.about-plan-card ul {
  margin: 0;
  padding-left: 1.2em;
}

.about-plan-card img {
  width: 100%;
  aspect-ratio: 16 / 8;
  margin-top: 18px;
  object-fit: cover;
}

.about-editor-grid {
  display: grid;
  grid-template-columns: minmax(280px, .62fr) minmax(260px, .46fr) minmax(320px, .72fr);
  border: 1px solid rgba(21,19,15,.12);
  background: rgba(255,255,255,.35);
}

.about-editor-grid > * {
  padding: clamp(18px, 2vw, 28px);
}

.about-editor-image {
  min-height: 330px;
  margin: 0;
  border-right: 1px solid rgba(21,19,15,.12);
  border-left: 1px solid rgba(21,19,15,.12);
  background:
    radial-gradient(circle at 45% 30%, rgba(170,134,65,.12), transparent 14rem),
    #ece4d8;
}

.about-editor-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.about-produced-logo {
  max-width: 170px;
  margin: 8px 0 14px;
}

.about-produced-gallery {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 8px;
  margin-top: 18px;
}

.about-produced-gallery img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
}

.about-faq-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  margin-top: 18px;
  border-top: 1px solid rgba(21,19,15,.12);
  border-left: 1px solid rgba(21,19,15,.12);
}

.about-faq-grid section {
  padding: 15px;
  border-right: 1px solid rgba(21,19,15,.12);
  border-bottom: 1px solid rgba(21,19,15,.12);
}

.about-faq span {
  display: inline-grid;
  width: 24px;
  height: 24px;
  place-items: center;
  margin-right: 8px;
  border-radius: 50%;
  background: var(--gold);
  color: #fff;
  font-family: Georgia, serif;
}

.about-bottom-cta {
  position: relative;
  overflow: hidden;
  padding: clamp(34px, 4vw, 54px) 0;
  background:
    linear-gradient(90deg, rgba(16,16,15,.9), rgba(16,16,15,.5)),
    radial-gradient(circle at 82% 34%, rgba(170,134,65,.24), transparent 30rem),
    #17130f;
  color: #fff;
}

.about-bottom-cta.has-image {
  background:
    linear-gradient(90deg, rgba(16,16,15,.9), rgba(16,16,15,.5)),
    var(--about-bottom-image);
  background-position: center;
  background-size: cover;
}

.about-bottom-cta .about-inner {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 28px;
}

.about-bottom-cta p {
  font-size: .9rem;
  line-height: 1.58;
  color: rgba(255,255,255,.82);
}

.sales-pdf-page {
  padding: 36px 0;
  background: #e9e3d8;
  color: #1d1a16;
}

.sales-sheet {
  position: relative;
  display: flex;
  width: 210mm;
  min-height: 297mm;
  flex-direction: column;
  margin: 0 auto 32px;
  padding: 16mm 15mm 13mm;
  overflow: hidden;
  background:
    radial-gradient(circle at 14% 18%, rgba(170,134,65,.08), transparent 42mm),
    linear-gradient(180deg, rgba(255,255,255,.72), rgba(255,255,255,.34)),
    #fbf7ef;
  box-shadow: 0 18px 50px rgba(21,19,15,.16);
  page-break-after: always;
}

.sales-sheet:last-child {
  margin-bottom: 0;
  page-break-after: auto;
}

.sales-sheet h1,
.sales-sheet h2,
.sales-sheet h3 {
  font-family: "Hiragino Mincho ProN", "Yu Mincho", serif;
  font-weight: 500;
}

.sales-sheet h1 {
  margin: 0 0 8mm;
  font-size: 26pt;
  letter-spacing: .035em;
  line-height: 1.32;
}

.sales-cover h1 {
  word-break: keep-all;
  overflow-wrap: normal;
  line-break: strict;
}

.sales-sheet h2 {
  margin: 0 0 4mm;
  font-size: 14pt;
  letter-spacing: .04em;
  line-height: 1.42;
}

.sales-sheet h3 {
  margin: 0 0 2mm;
  font-size: 8.6pt;
  line-height: 1.42;
}

.sales-sheet p,
.sales-sheet li {
  color: rgba(29,26,22,.76);
  font-size: 7.8pt;
  line-height: 1.64;
}

.sales-brand {
  position: absolute;
  top: 26mm;
  left: 50%;
  z-index: 2;
  display: block;
  width: 86mm;
  transform: translateX(-50%);
}

.sales-brand img {
  display: block;
  width: 100%;
  height: auto;
  image-rendering: auto;
}

.sales-eyebrow {
  margin: 0 0 4mm;
  color: #b68b3f !important;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 6pt !important;
  font-weight: 700;
  letter-spacing: .18em;
  text-transform: uppercase;
}

.sales-cover {
  justify-content: space-between;
  background: #151411;
  color: #fff;
}

.sales-sheet-bg {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(16,16,15,.9), rgba(16,16,15,.58)),
    radial-gradient(circle at 78% 34%, rgba(170,134,65,.22), transparent 62mm),
    #151411;
}

.sales-sheet-bg.has-image {
  background:
    linear-gradient(90deg, rgba(16,16,15,.9), rgba(16,16,15,.48)),
    var(--sales-hero-image);
  background-position: center;
  background-size: cover;
}

.sales-cover-grid {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(0, .78fr) minmax(0, .9fr);
  align-items: center;
  gap: 13mm;
  padding-top: 56mm;
}

.sales-cover-copy p:not(.sales-eyebrow) {
  max-width: 86mm;
  color: rgba(255,255,255,.82);
  font-size: 9pt;
  line-height: 1.75;
}

.sales-cover-visual img {
  width: 100%;
  filter: drop-shadow(0 16mm 18mm rgba(0,0,0,.4));
}

.sales-mockup-placeholder {
  display: grid;
  grid-template-columns: 1.35fr .85fr;
  gap: 3mm;
  padding: 5mm;
  border: 1px solid rgba(255,255,255,.22);
  background: rgba(255,255,255,.08);
}

.sales-mockup-placeholder span {
  min-height: 34mm;
  background: rgba(255,255,255,.08);
}

.sales-page-footer {
  position: absolute;
  right: 15mm;
  bottom: 7mm;
  left: 15mm;
  display: flex;
  justify-content: space-between;
  border-top: 1px solid rgba(29,26,22,.16);
  padding-top: 3mm;
  color: rgba(29,26,22,.48);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 6pt;
  letter-spacing: .12em;
}

.sales-cover .sales-page-footer {
  border-top-color: rgba(255,255,255,.18);
  color: rgba(255,255,255,.58);
}

.sales-two-column {
  display: grid;
  grid-template-columns: minmax(0, .46fr) minmax(0, .9fr);
  gap: 11mm;
}

.sales-section-head {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 5mm;
  margin-bottom: 5mm;
  text-align: center;
}

.sales-section-head span {
  height: 1px;
  background: rgba(29,26,22,.12);
}

.sales-benefits {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border-top: 1px solid rgba(29,26,22,.12);
  border-left: 1px solid rgba(29,26,22,.12);
}

.sales-benefits section {
  min-height: 76mm;
  padding: 5mm;
  border-right: 1px solid rgba(29,26,22,.12);
  border-bottom: 1px solid rgba(29,26,22,.12);
  background: rgba(255,255,255,.38);
}

.sales-benefits span,
.sales-flow span {
  display: inline-grid;
  width: 8mm;
  height: 8mm;
  place-items: center;
  margin-bottom: 3mm;
  border-radius: 50%;
  background: rgba(170,134,65,.12);
  color: #a77b34;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 5.7pt;
  font-weight: 700;
}

.sales-benefits img {
  width: 100%;
  aspect-ratio: 4 / 3;
  margin-top: 4mm;
  object-fit: cover;
}

.sales-sample {
  display: grid;
  grid-template-columns: minmax(0, .34fr) minmax(0, 1fr);
  align-items: center;
  margin-top: 12mm;
  padding-top: 10mm;
  border-top: 1px solid rgba(29,26,22,.12);
  gap: 10mm;
}

.sales-sample figure {
  min-height: 62mm;
  margin: 0;
  background:
    radial-gradient(circle at 40% 34%, rgba(170,134,65,.12), transparent 25mm),
    #ebe3d6;
}

.sales-sample img,
.sales-editor img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.sales-flow {
  text-align: center;
}

.sales-flow > div {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  margin-top: 5mm;
  gap: 4mm;
}

.sales-flow section {
  position: relative;
}

.sales-flow section + section::before {
  position: absolute;
  top: 7mm;
  left: -4mm;
  color: rgba(170,134,65,.55);
  content: "→";
}

.sales-plans {
  margin-top: 10mm;
}

.sales-plans > div {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin-top: 4mm;
  border-top: 1px solid rgba(29,26,22,.12);
  border-left: 1px solid rgba(29,26,22,.12);
}

.sales-plans section {
  min-height: 56mm;
  padding: 6mm;
  border-right: 1px solid rgba(29,26,22,.12);
  border-bottom: 1px solid rgba(29,26,22,.12);
  background: rgba(255,255,255,.36);
}

.sales-plans strong {
  display: block;
  margin: 3mm 0;
  color: #a77b34;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 18pt;
  font-weight: 400;
  line-height: 1.2;
}

.sales-plans ul {
  margin: 0;
  padding-left: 1.2em;
}

.sales-bottom-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(0, 1fr);
  margin-top: 9mm;
  gap: 7mm;
}

.sales-editor {
  display: block;
  border: 1px solid rgba(29,26,22,.12);
  background: rgba(255,255,255,.34);
}

.sales-editor > div {
  padding: 6mm;
}

.sales-editor img {
  min-height: 38mm;
}

.sales-faq {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 3mm 5mm;
}

.sales-faq h2 {
  grid-column: 1 / -1;
}

.sales-faq p {
  margin: 0;
  padding-top: 3mm;
  border-top: 1px solid rgba(29,26,22,.12);
}

.sales-contact {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(54mm, .48fr);
  align-items: center;
  margin-top: auto;
  padding: 7mm;
  gap: 8mm;
  background:
    linear-gradient(90deg, rgba(16,16,15,.9), rgba(16,16,15,.68)),
    radial-gradient(circle at 82% 38%, rgba(170,134,65,.25), transparent 42mm),
    #17130f;
  color: #fff;
}

.sales-contact.has-image {
  background:
    linear-gradient(90deg, rgba(16,16,15,.9), rgba(16,16,15,.62)),
    var(--sales-contact-image);
  background-position: center;
  background-size: cover;
}

.sales-contact h2 {
  color: #fff;
  font-size: 16pt;
}

.sales-contact p {
  color: rgba(255,255,255,.82);
}

.sales-contact strong {
  display: block;
  margin-bottom: 3mm;
  color: #d7b56f;
  font-size: 9pt;
}

@page {
  size: A4;
  margin: 0;
}

@media print {
  html,
  body {
    width: 210mm;
    margin: 0 !important;
    background: #fff !important;
  }

  .page-template-page-sales-pdf .site-header,
  .page-template-page-sales-pdf .site-footer,
  .page-template-page-sales-pdf .front-edit-button {
    display: none !important;
  }

  .page-template-page-sales-pdf .site-main {
    display: block;
  }

  .sales-pdf-page {
    padding: 0;
    background: #fff;
  }

  .sales-sheet {
    width: 210mm;
    height: 297mm;
    min-height: 297mm;
    margin: 0;
    box-shadow: none;
    break-after: page;
    page-break-after: always;
  }

  .sales-sheet:last-child {
    break-after: auto;
    page-break-after: auto;
  }
}

@keyframes atdb-hero-pan {
  from { transform: translateX(1.8%) scale(1.035); }
  to { transform: translateX(-1.4%) scale(1.06); }
}

@keyframes atdb-hero-overlay {
  0% {
    opacity: 0;
    transform: translateX(4%);
  }
  22% {
    opacity: .72;
  }
  100% {
    opacity: .38;
    transform: translateX(-3%);
  }
}

@keyframes atdb-copy-rise-left {
  to {
    opacity: 1;
    transform: translate(0, 0);
  }
}

@keyframes atdb-copy-rise-right {
  to {
    opacity: 1;
    transform: translate(0, 0);
  }
}

@keyframes atdb-copy-leave {
  from {
    opacity: 1;
    transform: translate(0, 0);
  }
  to {
    opacity: 0;
    transform: translateY(-24px);
  }
}

@media (prefers-reduced-motion: reduce) {
  .home-hero-slide,
  .home-hero-slide::before,
  .home-hero-slide::after,
  .work-marquee-track,
  .home-hero-slide-copy h1,
  .home-hero-slide-copy p:not(.eyebrow) {
    animation: none !important;
    transition: none !important;
  }

  .home-hero-slide-copy h1,
  .home-hero-slide-copy p:not(.eyebrow) {
    opacity: 1;
    transform: none;
  }
}

@media (max-width: 900px) {
  .hero-home-inner,
  .artist-hero-inner,
  .artist-section-inner,
  .concept-grid,
  .artist-entry-inner,
  .entry-hero,
  .entry-sample,
  .entry-sample-card,
  .entry-bottom-cta .section-inner,
  .home-story-search-grid,
  .home-story-panel,
  .home-search-panel,
  .home-concept-cta .section-inner,
  .about-hero-inner,
  .about-reason-grid,
  .about-mockup-grid,
  .about-editor-grid,
  .about-bottom-cta .about-inner,
  .site-footer-inner {
    grid-template-columns: 1fr;
  }

  .concept-points {
    border-left: 0;
  }

  .card-grid,
  .work-grid,
  .artist-world-grid,
  .entry-benefits,
  .entry-flow-grid,
  .entry-plan-grid,
  .entry-voice-grid,
  .about-benefit-grid,
  .about-flow-line,
  .about-plan-grid,
  .about-faq-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .about-inner,
  .about-hero-inner {
    width: min(100% - 36px, 760px);
  }

  .about-hero-mockup {
    justify-self: start;
  }

  .about-flow-line section + section::before {
    display: none;
  }

  .about-editor-image {
    border: 0;
    border-top: 1px solid rgba(21,19,15,.12);
    border-bottom: 1px solid rgba(21,19,15,.12);
  }

  .artist-world-head {
    grid-template-columns: 1fr;
  }

  .artist-world-item.is-large {
    min-height: 420px;
  }

  .work-modal-inner {
    grid-template-columns: 1fr;
  }

  .work-modal-images {
    border-right: 0;
  }

  .entry-hero-copy {
    min-height: auto;
  }

  .home-info-row {
    grid-template-columns: 170px 108px minmax(0, 1fr);
  }

  .home-info-artist {
    grid-column: 3;
    text-align: left;
  }

  .event-row {
    grid-template-columns: minmax(120px, 0.55fr) minmax(180px, 1fr);
  }

  .event-row span:nth-child(3),
  .event-row span:nth-child(4) {
    color: var(--muted);
  }

  .home-story-search-band {
    background: var(--home-base-color, #fbf7ef);
  }

  .home-story-panel {
    min-height: auto;
  }

  .home-story-panel-image {
    min-height: 260px;
  }

  .home-search-panel-wide {
    grid-template-columns: 1fr;
  }

  .home-search-panel-wide .home-search-links {
    grid-template-columns: 1fr;
  }

  .home-editorial-news-head {
    align-items: start;
    flex-direction: column;
  }

  .home-editorial-row {
    grid-template-columns: minmax(120px, 0.42fr) minmax(0, 1fr);
  }

  .home-editorial-status,
  .home-editorial-link {
    border-top: 1px solid rgba(170, 134, 65, 0.16);
  }
}

@media (max-width: 620px) {
  .site-header-inner { align-items: flex-start; flex-direction: column; padding-top: 14px; padding-bottom: 14px; }
  .site-nav, .site-nav ul { gap: 10px 14px; }
  .card-grid,
  .work-grid,
  .artist-world-grid {
    grid-template-columns: 1fr;
  }

  .home-editorial-news {
    padding-right: 18px;
    padding-left: 18px;
  }

  .home-editorial-row {
    grid-template-columns: 1fr;
  }

  .home-editorial-row > * + * {
    border-top: 1px solid rgba(170, 134, 65, 0.16);
    border-left: 0;
  }

  .home-editorial-status,
  .home-editorial-link {
    justify-items: start;
  }

  .artist-world-item,
  .artist-world-item.is-large {
    grid-column: auto;
    grid-row: auto;
    min-height: 280px;
  }
  .info-row { grid-template-columns: 1fr; }
  .material-grid { grid-template-columns: repeat(2, 1fr); }
  .entry-mosaic { grid-template-columns: repeat(2, 1fr); min-height: 520px; }
  .entry-mosaic .entry-image-tile:nth-child(1),
  .entry-mosaic .entry-image-tile:nth-child(6) { grid-column: span 1; }
  .entry-mosaic-note { min-width: 132px; min-height: 154px; font-size: 0.82rem; }
  .entry-benefits,
  .entry-flow-grid,
  .entry-plan-grid,
  .entry-voice-grid,
  .about-benefit-grid,
  .about-flow-line,
  .about-plan-grid,
  .about-faq-grid,
  .about-mockup-images { grid-template-columns: 1fr; }

  .about-inner,
  .about-hero-inner {
    width: min(100% - 28px, 620px);
  }

  .about-hero,
  .about-hero-inner {
    min-height: auto;
  }

  .about-hero-inner {
    padding: 72px 0 54px;
  }

  .about-hero-copy h1,
  .about-bottom-cta h2 {
    font-size: clamp(1.85rem, 9vw, 2.85rem);
    line-height: 1.22;
  }

  .about-device-preview {
    min-height: 300px;
  }

  .about-section-head {
    grid-template-columns: 1fr;
    text-align: left;
  }

  .about-section-head span {
    display: none;
  }

  .about-mockup-images img,
  .about-mockup-placeholder,
  .about-mockup-images .is-main {
    min-height: 240px;
  }

  .about-bottom-cta .about-inner {
    grid-template-columns: 1fr;
  }
  .home-info-row {
    grid-template-columns: 1fr;
    gap: 8px;
    padding: 18px 0;
  }
  .home-info-row h3,
  .home-info-artist {
    white-space: normal;
  }
  .home-info-artist {
    grid-column: auto;
  }
  .front-edit-button {
    right: 14px;
    bottom: 14px;
    min-height: 40px;
    padding: 0 14px;
  }

  .home-hero-slider {
    min-height: 560px;
  }

  .home-hero-slide-copy {
    min-height: 560px;
    padding: 86px 20px 72px;
  }

  .home-hero-slide::before {
    background-position: var(--hero-mobile-position, center center);
  }

  .home-hero-controls {
    right: 16px;
    bottom: 16px;
  }

  .event-row,
  .event-head {
    grid-template-columns: 1fr;
    gap: 6px;
  }

  .event-head {
    display: none;
  }

  .home-work-intro {
    align-items: flex-start;
    flex-direction: column;
  }

  .home-work-card {
    width: 66vw;
  }

  .home-work-card a {
    min-height: 430px;
  }

  .home-story-image {
    min-height: 260px;
  }

  .work-modal {
    width: calc(100vw - 24px);
  }

  .work-modal-images {
    grid-template-columns: 1fr;
    max-height: 56vh;
  }

  .work-modal-images img:first-child {
    grid-column: auto;
    min-height: 280px;
  }
}

/* Artist art-book LP late overrides */
.artist-book .artist-book-marquee .work-marquee-track {
  gap: clamp(18px, 2.4vw, 34px);
  animation-duration: 72s;
}

.artist-book .artist-book-marquee {
  overflow-x: auto;
  overflow-y: hidden;
  scrollbar-width: none;
}

.artist-book .artist-book-marquee::-webkit-scrollbar {
  display: none;
}

.artist-book .artist-book-marquee .work-card {
  width: clamp(250px, 18.5vw, 360px);
  height: auto;
  border: 0;
  background: transparent;
}

.artist-book .artist-book-marquee .work-card-button {
  display: grid;
  grid-template-rows: auto auto;
  width: 100%;
  height: auto;
  padding: 0;
  border: 0;
  background: transparent;
  color: inherit;
  cursor: default;
}

.artist-book .artist-book-marquee .work-media {
  display: block;
  aspect-ratio: 3 / 4;
  min-height: 0;
  overflow: hidden;
  background: #1a1714;
}

.artist-book .artist-book-marquee .work-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.artist-book .artist-book-marquee .work-body {
  display: grid;
  gap: 4px;
  min-height: 112px;
  padding: 18px 20px 20px;
  background: rgba(255, 255, 255, 0.96);
  border-top: 1px solid rgba(38, 34, 29, 0.08);
}

.artist-book .artist-book-marquee .work-body strong {
  font-family: "Hiragino Mincho ProN", "Yu Mincho", serif;
  font-size: 1rem;
}

.artist-book .artist-book-marquee .work-title-line {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  align-items: baseline;
  gap: 16px;
}

.artist-book .artist-book-marquee .work-gallery-number {
  color: color-mix(in srgb, var(--book-gold) 78%, #ffffff 22%);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.72rem;
  font-variant-numeric: lining-nums;
  line-height: 1;
  opacity: 0.84;
}

.artist-book .artist-book-marquee .work-body .work-material {
  color: rgba(38, 34, 29, 0.62);
  font-size: 0.76rem;
  line-height: 1.6;
}

.artist-book .artist-book-marquee .work-body em {
  color: var(--book-gold);
  font-size: 0.76rem;
  font-style: normal;
}

@media (max-width: 900px) {
  .artist-book .artist-book-hero-copy,
  .artist-book .artist-book-offset,
  .artist-book .artist-book-offset.is-reverse,
  .artist-book .artist-book-info-head,
  .artist-book .artist-book-gallery-head,
  .artist-book .artist-paid-split,
  .artist-book .artist-paid-split.is-reverse,
  .artist-book .artist-paid-quote,
  .artist-book .artist-paid-step,
  .artist-book .artist-paid-video,
  .artist-book .artist-paid-scroll,
  .artist-book .artist-paid-awards {
    grid-template-columns: 1fr;
  }

  .artist-book .artist-book-hero .artist-book-vertical,
  .artist-book .artist-book-info-head .artist-book-vertical,
  .artist-book .artist-paid-quote blockquote,
  .artist-book .artist-book-cta .artist-book-vertical {
    max-height: none;
    height: auto;
    writing-mode: horizontal-tb;
    letter-spacing: 0;
  }

  .artist-book .artist-book-offset.is-reverse .artist-book-photo,
  .artist-book .artist-paid-split.is-reverse img {
    order: 0;
  }

  .artist-book .artist-book-info-row,
  .artist-book .artist-book-timeline article,
  .artist-book .artist-paid-awards-list article {
    grid-template-columns: 1fr;
    gap: 8px;
  }

  .artist-book .artist-book-editorial-grid,
  .artist-book .artist-book-studio-gallery {
    grid-template-columns: 1fr;
  }

  .artist-book .artist-book-marquee {
    width: calc(100vw - 24px);
    margin-left: -12px;
  }

  .artist-book .artist-book-marquee .work-card {
    width: min(78vw, 340px);
  }
}

/* Artist art-book typography balance */
.artist-book .artist-book-hero h1 {
  max-width: 720px;
  font-size: clamp(3rem, 6.8vw, 7.2rem);
  line-height: 1.04;
}

.artist-book .artist-book-house {
  margin-top: 22px;
  color: rgba(255, 255, 255, 0.88) !important;
  font-family: "Hiragino Mincho ProN", "Yu Mincho", serif;
  font-size: clamp(1.4rem, 2.5vw, 2.45rem);
  line-height: 1.35;
}

.artist-book .artist-book-hero .artist-book-vertical {
  font-size: clamp(1.05rem, 1.55vw, 1.45rem);
  line-height: 2;
}

.artist-book .artist-book-copy h2,
.artist-book .artist-book-info-head h2,
.artist-book .artist-book-gallery-head h2,
.artist-book .artist-paid-world h2 {
  margin-bottom: 22px;
  font-size: clamp(1.7rem, 2.9vw, 3.35rem);
  line-height: 1.24;
}

.artist-book .artist-paid-quote blockquote {
  font-size: clamp(1.8rem, 3.4vw, 3.8rem);
}

.artist-book .artist-book-copy p:not(.artist-book-kicker),
.artist-book .artist-book-longread,
.artist-book .artist-paid-world p {
  font-size: clamp(0.92rem, 1vw, 1rem);
}

.artist-book .artist-book-kicker {
  font-size: 0.68rem;
}

.artist-book .artist-book-expand {
  transition-duration: 920ms, 620ms;
}

@media (max-width: 900px) {
  .artist-book .artist-book-hero h1 {
    font-size: clamp(2.7rem, 12vw, 4.8rem);
  }

  .artist-book .artist-book-copy h2,
  .artist-book .artist-book-info-head h2,
  .artist-book .artist-book-gallery-head h2,
  .artist-book .artist-paid-world h2 {
    font-size: clamp(1.75rem, 7.6vw, 2.85rem);
  }
}

/* Artist art-book horizontal image rhythm */
.artist-book .artist-book-layout-profile,
.artist-book .artist-book-layout-studio,
.artist-book .artist-book-layout-info {
  grid-template-columns: minmax(300px, 0.72fr) minmax(460px, 1fr);
}

.artist-book .artist-book-layout-profile .artist-book-photo {
  order: 2;
}

.artist-book .artist-book-layout-profile .artist-book-copy {
  order: 1;
}

.artist-book .artist-book-layout-studio .artist-book-photo {
  order: 1;
}

.artist-book .artist-book-layout-studio .artist-book-copy {
  order: 2;
}

.artist-book .artist-book-photo-right,
.artist-book .artist-book-photo-left,
.artist-book .artist-book-info-image {
  min-height: 0;
  aspect-ratio: 16 / 10;
  overflow: hidden;
}

.artist-book .artist-book-info-head {
  grid-template-columns: minmax(300px, 0.72fr) minmax(460px, 1fr);
  align-items: center;
}

.artist-book .artist-book-info-image {
  width: 100%;
  margin: 0;
}

.artist-book .artist-book-info-head .artist-book-vertical {
  display: none;
}

.artist-book .artist-book-section-info .artist-book-info-list {
  margin-top: clamp(38px, 6vw, 82px);
}

.artist-book .reveal-from-left,
.artist-book .reveal-from-right,
.artist-book .reveal-from-top {
  opacity: 0;
  transition: transform 980ms cubic-bezier(0.22, 1, 0.36, 1), opacity 880ms ease;
  will-change: transform, opacity;
}

.artist-book .reveal-from-left {
  transform: translateX(-72px);
}

.artist-book .reveal-from-right {
  transform: translateX(72px);
}

.artist-book .reveal-from-top {
  transform: translateY(-30px);
  transition-delay: 120ms;
}

.artist-book .reveal-from-left.is-visible,
.artist-book .reveal-from-right.is-visible,
.artist-book .reveal-from-top.is-visible {
  transform: translate(0, 0);
  opacity: 1;
}

@media (max-width: 900px) {
  .artist-book .artist-book-layout-profile,
  .artist-book .artist-book-layout-studio,
  .artist-book .artist-book-layout-info,
  .artist-book .artist-book-info-head {
    grid-template-columns: 1fr;
  }

  .artist-book .artist-book-layout-profile .artist-book-photo,
  .artist-book .artist-book-layout-profile .artist-book-copy,
  .artist-book .artist-book-layout-studio .artist-book-photo,
  .artist-book .artist-book-layout-studio .artist-book-copy {
    order: initial;
  }

  .artist-book .artist-book-photo-right,
  .artist-book .artist-book-photo-left,
  .artist-book .artist-book-info-image {
    aspect-ratio: 4 / 3;
  }

  .artist-book .reveal-from-left,
  .artist-book .reveal-from-right {
    transform: translateY(28px);
  }
}

@media (prefers-reduced-motion: reduce) {
  .artist-book .reveal-from-left,
  .artist-book .reveal-from-right,
  .artist-book .reveal-from-top {
    transform: none !important;
    opacity: 1 !important;
    transition: none !important;
  }
}

/* Artist art-book editorial split cleanup */
.artist-book .artist-book-section-profile,
.artist-book .artist-book-section-studio,
.artist-book .artist-book-section-info {
  padding-top: clamp(84px, 10vw, 150px);
  padding-bottom: clamp(84px, 10vw, 150px);
}

.artist-book .artist-book-layout-profile,
.artist-book .artist-book-layout-studio,
.artist-book .artist-book-layout-info {
  max-width: 1180px;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  align-items: center;
  gap: 0;
}

.artist-book .artist-book-layout-profile .artist-book-copy,
.artist-book .artist-book-layout-studio .artist-book-copy,
.artist-book .artist-book-layout-info > div {
  display: grid;
  align-content: center;
  min-height: clamp(300px, 32vw, 430px);
  padding: clamp(34px, 6vw, 84px);
}

.artist-book .artist-book-layout-profile .artist-book-copy,
.artist-book .artist-book-layout-info > div {
  padding-left: clamp(18px, 4vw, 54px);
}

.artist-book .artist-book-layout-studio .artist-book-copy {
  padding-right: clamp(18px, 4vw, 54px);
}

.artist-book .artist-book-photo-right,
.artist-book .artist-book-photo-left,
.artist-book .artist-book-info-image {
  width: 100%;
  aspect-ratio: 16 / 10;
  min-height: 0;
  background: #17140f;
}

.artist-book .artist-book-copy {
  max-width: none;
}

.artist-book .artist-book-copy h2,
.artist-book .artist-book-info-head h2 {
  max-width: 420px;
}

.artist-book .artist-book-copy p:not(.artist-book-kicker),
.artist-book .artist-book-info-head p:not(.artist-book-kicker) {
  max-width: 430px;
}

.artist-book .artist-book-quote {
  margin-top: 22px;
}

.artist-book .artist-book-section-studio {
  background: #f4eddf;
}

.artist-book .artist-book-info-list {
  max-width: 960px;
}

@media (min-width: 901px) {
  .artist-book .artist-book-section-profile .artist-book-number,
  .artist-book .artist-book-section-studio .artist-book-number,
  .artist-book .artist-book-section-info .artist-book-number {
    left: clamp(26px, 3vw, 54px);
  }
}

@media (max-width: 900px) {
  .artist-book .artist-book-layout-profile,
  .artist-book .artist-book-layout-studio,
  .artist-book .artist-book-layout-info {
    gap: 28px;
  }

  .artist-book .artist-book-layout-profile .artist-book-copy,
  .artist-book .artist-book-layout-studio .artist-book-copy,
  .artist-book .artist-book-layout-info > div {
    min-height: auto;
    padding: 0;
  }

  .artist-book .artist-book-layout-profile .artist-book-photo,
  .artist-book .artist-book-layout-studio .artist-book-photo,
  .artist-book .artist-book-info-image {
    order: -1;
  }
}

/* Artist hero hierarchy refinement */
.artist-book .artist-book-hero-copy {
  align-items: center;
}

.artist-book .artist-book-hero .artist-book-kicker {
  margin-bottom: clamp(28px, 4.6vw, 58px);
  color: rgba(201, 164, 99, 0.98) !important;
  font-size: clamp(0.9rem, 1.18vw, 1.16rem);
  font-weight: 700;
  letter-spacing: 0.14em;
}

.artist-book .artist-book-hero h1 {
  color: rgba(255, 255, 255, 0.98);
  font-size: clamp(3.5rem, 7.2vw, 8.2rem);
}

.artist-book .artist-book-hero .artist-book-house {
  color: rgba(255, 255, 255, 0.9) !important;
  font-size: clamp(1.55rem, 2.35vw, 2.7rem);
}

.artist-book .artist-book-hero .artist-book-vertical {
  align-self: start;
  margin-top: clamp(130px, 18vh, 230px);
  color: rgba(255, 255, 255, 0.94) !important;
  font-size: clamp(1.18rem, 1.48vw, 1.6rem);
  line-height: 2.08;
}

@media (max-width: 900px) {
  .artist-book .artist-book-hero-copy {
    align-items: end;
  }

  .artist-book .artist-book-hero .artist-book-kicker {
    margin-bottom: 22px;
    font-size: 0.84rem;
  }

  .artist-book .artist-book-hero h1 {
    font-size: clamp(2.7rem, 12vw, 4.8rem);
  }

  .artist-book .artist-book-hero .artist-book-house {
    font-size: clamp(1.25rem, 6vw, 2rem);
  }

  .artist-book .artist-book-hero .artist-book-vertical {
    margin-top: 18px;
  }
}

/* Artist hero compact balance */
.artist-book .artist-book-hero {
  min-height: min(760px, 78vh);
}

.artist-book .artist-book-hero-copy {
  min-height: 52vh;
  padding-top: clamp(72px, 9vw, 118px);
  padding-bottom: clamp(72px, 9vw, 118px);
}

.artist-book .artist-book-hero h1 {
  max-width: 780px;
  font-size: clamp(2.55rem, 4.8vw, 5.2rem);
  line-height: 1.08;
  white-space: nowrap;
}

.artist-book .artist-book-hero .artist-book-house {
  margin-top: clamp(8px, 1.2vw, 14px);
  font-size: clamp(1.12rem, 1.55vw, 1.65rem);
}

.artist-book .artist-book-hero .artist-book-vertical {
  margin-top: clamp(96px, 13vh, 160px);
  font-size: clamp(1.02rem, 1.24vw, 1.32rem);
}

@media (max-width: 900px) {
  .artist-book .artist-book-hero {
    min-height: min(680px, 76vh);
  }

  .artist-book .artist-book-hero-copy {
    min-height: 58vh;
  }

  .artist-book .artist-book-hero h1 {
    font-size: clamp(2.05rem, 9vw, 3.4rem);
    white-space: normal;
  }
}

/* Artist book final rhythm: hero + free sections */
.artist-book .artist-book-hero {
  min-height: calc(84vh - 0px);
  max-height: 880px;
  place-items: center;
  isolation: isolate;
}

.artist-book .artist-book-hero-image {
  object-position: center center;
  filter: saturate(0.92) contrast(1.04);
}

.artist-book .artist-book-hero-shade {
  z-index: 0;
  background:
    radial-gradient(circle at 70% 52%, rgba(0, 0, 0, 0.05), rgba(0, 0, 0, 0.34) 46%, rgba(0, 0, 0, 0.74) 100%),
    linear-gradient(90deg, rgba(6, 5, 4, 0.9) 0%, rgba(9, 8, 7, 0.72) 25%, rgba(9, 8, 7, 0.25) 58%, rgba(9, 8, 7, 0.38) 100%),
    linear-gradient(180deg, rgba(0, 0, 0, 0.22), rgba(0, 0, 0, 0.62));
}

.artist-book .artist-book-hero-copy {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(280px, 0.46fr) minmax(120px, 0.28fr);
  align-items: start;
  max-width: 1240px;
  min-height: 0;
  width: 100%;
  padding: clamp(84px, 10vh, 118px) clamp(28px, 8vw, 118px) clamp(70px, 9vh, 108px);
  gap: clamp(56px, 13vw, 190px);
}

.artist-book .artist-book-hero .artist-book-kicker,
.artist-book .artist-book-hero h1,
.artist-book .artist-book-hero .artist-book-house {
  grid-column: 1;
}

.artist-book .artist-book-hero .artist-book-kicker {
  margin: clamp(22px, 5vh, 46px) 0 clamp(22px, 3.8vh, 42px);
  font-size: clamp(0.76rem, 0.86vw, 0.96rem);
  letter-spacing: 0.16em;
}

.artist-book .artist-book-hero h1 {
  max-width: min(42vw, 620px);
  margin: 0;
  font-size: clamp(2.9rem, 5.2vw, 5.8rem);
  line-height: 1.08;
  white-space: normal;
}

.artist-book .artist-book-hero .artist-book-house {
  margin-top: 14px;
  font-size: clamp(1rem, 1.25vw, 1.35rem);
  letter-spacing: 0.04em;
}

.artist-book .artist-book-hero .artist-book-vertical {
  grid-column: 2;
  align-self: center;
  max-height: 360px;
  margin: clamp(34px, 10vh, 90px) 0 0;
  color: rgba(255, 255, 255, 0.88) !important;
  font-size: clamp(0.94rem, 1.08vw, 1.18rem);
  line-height: 2;
  letter-spacing: 0.08em;
}

.artist-book .artist-book-section-profile {
  padding: clamp(128px, 13vw, 178px) clamp(28px, 7vw, 96px) clamp(94px, 10vw, 138px);
}

.artist-book .artist-book-profile-sidecopy {
  position: absolute;
  top: clamp(132px, 13vw, 184px);
  left: clamp(58px, 6.5vw, 112px);
  max-height: 220px;
  margin: 0;
  color: rgba(21, 19, 15, 0.72);
  font-family: "Hiragino Mincho ProN", "Yu Mincho", serif;
  font-size: clamp(0.92rem, 1vw, 1.06rem);
  line-height: 1.9;
  writing-mode: vertical-rl;
}

.artist-book .artist-book-section-studio {
  padding: clamp(92px, 9vw, 132px) clamp(28px, 7vw, 96px);
}

.artist-book .artist-book-section-info {
  padding: clamp(104px, 10vw, 150px) clamp(28px, 7vw, 96px) clamp(92px, 9vw, 132px);
}

.artist-book .artist-book-section-works {
  padding: clamp(132px, 14vw, 190px) 0 clamp(108px, 11vw, 150px);
}

.artist-book .artist-book-layout-profile,
.artist-book .artist-book-layout-studio {
  max-width: 1240px;
  grid-template-columns: minmax(0, 0.82fr) minmax(0, 1fr);
  gap: clamp(56px, 8vw, 112px);
}

.artist-book .artist-book-layout-profile .artist-book-copy,
.artist-book .artist-book-layout-studio .artist-book-copy,
.artist-book .artist-book-layout-info > div {
  min-height: 0;
  padding: 0;
}

.artist-book .artist-book-layout-profile .artist-book-photo,
.artist-book .artist-book-layout-studio .artist-book-photo {
  aspect-ratio: 16 / 10;
  min-height: 0;
}

.artist-book .artist-book-layout-profile .artist-book-photo {
  order: 2;
}

.artist-book .artist-book-layout-profile .artist-book-copy {
  order: 1;
  padding-left: clamp(22px, 4vw, 64px);
}

.artist-book .artist-book-layout-studio .artist-book-photo {
  order: 1;
}

.artist-book .artist-book-layout-studio .artist-book-copy {
  order: 2;
  padding-right: clamp(18px, 3vw, 46px);
}

.artist-book .artist-book-layout-profile .artist-book-photo {
  transform-origin: right center;
}

.artist-book .artist-book-copy h2,
.artist-book .artist-book-info-head h2 {
  max-width: 430px;
  margin-bottom: 18px;
  font-size: clamp(1.65rem, 2.45vw, 2.7rem);
  line-height: 1.28;
}

.artist-book .artist-book-copy p:not(.artist-book-kicker),
.artist-book .artist-book-info-head p:not(.artist-book-kicker) {
  max-width: 420px;
  font-size: clamp(0.88rem, 0.94vw, 0.98rem);
  line-height: 2.05;
}

.artist-book .artist-book-quote {
  margin-top: 18px;
}

.artist-book .artist-book-profile-details {
  display: grid;
  gap: clamp(20px, 2.8vw, 34px);
  margin-top: clamp(24px, 3vw, 40px);
}

.artist-book .artist-book-profile-details section {
  display: grid;
  gap: 10px;
}

.artist-book .artist-book-profile-details h3 {
  margin: 0;
  color: var(--book-accent);
  font-family: var(--sans-font, "Helvetica Neue", Arial, sans-serif);
  font-size: clamp(0.68rem, 0.72vw, 0.78rem);
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.artist-book .artist-book-profile-details p {
  margin: 0;
}

.artist-book .artist-book-profile-career .artist-book-timeline {
  margin-top: 4px;
  gap: 14px;
}

.artist-book .artist-book-profile-career article {
  padding: 0 0 14px;
}

.artist-book .artist-book-profile-career h4 {
  margin: 4px 0 0;
  font-family: inherit;
  font-size: clamp(0.86rem, 0.9vw, 0.96rem);
  font-weight: 500;
  line-height: 1.7;
}

.artist-book .artist-book-profile-expand .artist-book-expand-inner {
  max-width: 960px;
  margin-top: clamp(54px, 6vw, 82px);
  padding-left: clamp(18px, 8vw, 120px);
}

.artist-book .artist-book-profile-expand .artist-book-longread {
  max-width: 680px;
}

.artist-book .artist-book-profile-expand .artist-book-timeline {
  max-width: 760px;
  margin-top: clamp(34px, 4vw, 56px);
  gap: 20px;
}

.artist-book .artist-book-section-profile .artist-book-number,
.artist-book .artist-book-section-studio .artist-book-number,
.artist-book .artist-book-section-info .artist-book-number,
.artist-book .artist-book-section-works .artist-book-number {
  top: clamp(34px, 4.5vw, 62px);
  left: clamp(20px, 3.4vw, 52px);
  font-size: clamp(1.7rem, 2.6vw, 3rem);
}

.artist-book .artist-book-layout-info {
  position: relative;
  display: grid;
  max-width: 1120px;
  grid-template-columns: minmax(0, 0.58fr) minmax(260px, 0.42fr);
  align-items: center;
  gap: clamp(40px, 8vw, 120px);
  margin: 0 auto;
}

.artist-book .artist-book-info-symbol {
  width: min(36vw, 420px);
  justify-self: end;
  opacity: 0.72;
  aspect-ratio: 16 / 10;
}

.artist-book .artist-book-info-list {
  max-width: 860px;
  margin-top: clamp(42px, 6vw, 76px);
}

.artist-book .artist-book-info-row {
  grid-template-columns: 132px minmax(0, 1fr) minmax(210px, 0.42fr);
  padding: 17px 0;
}

.artist-book .artist-book-section-info > .artist-book-button {
  display: none;
}

.artist-book .artist-book-gallery-head {
  max-width: 1180px;
  grid-template-columns: minmax(0, 0.48fr) minmax(240px, 0.36fr);
  margin-bottom: clamp(52px, 7vw, 86px);
  padding: 0 clamp(28px, 7vw, 96px);
}

.artist-book .artist-book-marquee {
  width: 100vw;
  margin-left: 0;
  padding: 0 clamp(22px, 4vw, 54px) 12px;
}

.artist-book .artist-book-marquee .work-marquee-track {
  gap: clamp(18px, 2vw, 28px);
  animation-duration: 82s;
}

.artist-book .artist-book-marquee .work-card {
  width: clamp(230px, 18.2vw, 340px);
  height: clamp(340px, 28vw, 500px);
}

@media (max-width: 900px) {
  .artist-book .artist-book-hero {
    min-height: 78vh;
    max-height: none;
  }

  .artist-book .artist-book-hero-copy {
    grid-template-columns: 1fr;
    padding: 92px 24px 64px;
    gap: 18px;
  }

  .artist-book .artist-book-hero h1 {
    max-width: 100%;
    font-size: clamp(2.25rem, 10vw, 4rem);
  }

  .artist-book .artist-book-hero .artist-book-vertical {
    grid-column: 1;
    writing-mode: horizontal-tb;
    max-height: none;
    margin-top: 18px;
    line-height: 1.9;
  }

  .artist-book .artist-book-section-profile,
  .artist-book .artist-book-section-studio,
  .artist-book .artist-book-section-info,
  .artist-book .artist-book-section-works {
    padding: 88px 24px;
  }

  .artist-book .artist-book-profile-sidecopy {
    position: static;
    max-height: none;
    margin: 0 0 28px;
    writing-mode: horizontal-tb;
  }

  .artist-book .artist-book-profile-expand .artist-book-expand-inner {
    padding-left: 0;
  }

  .artist-book .artist-book-layout-profile,
  .artist-book .artist-book-layout-studio,
  .artist-book .artist-book-layout-info {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .artist-book .artist-book-layout-profile .artist-book-copy,
  .artist-book .artist-book-layout-studio .artist-book-copy {
    padding: 0;
  }

  .artist-book .artist-book-layout-profile .artist-book-photo,
  .artist-book .artist-book-layout-studio .artist-book-photo,
  .artist-book .artist-book-info-symbol {
    order: -1;
    width: 100%;
    aspect-ratio: 4 / 3;
  }

  .artist-book .artist-book-gallery-head {
    grid-template-columns: 1fr;
    padding: 0;
  }

  .artist-book .artist-book-marquee {
    width: 100vw;
    margin-left: -24px;
    padding-inline: 18px;
  }
}

/* Artist book editorial tile balance */
.single-artist .site-footer {
  display: none;
}

.artist-book {
  overflow: hidden;
}

.artist-book .artist-book-hero {
  min-height: 84vh;
  max-height: 920px;
  background: #090806;
}

.artist-book .artist-book-hero-image {
  inset: 0 auto 0 0;
  width: 106%;
  height: 100%;
  object-position: 62% center;
  opacity: 0.86;
  animation: artistHeroImageDrift 18s ease-out both;
}

.artist-book .artist-book-hero-shade {
  background:
    linear-gradient(90deg, rgba(6, 5, 4, 0.96) 0%, rgba(6, 5, 4, 0.74) 26%, rgba(6, 5, 4, 0.36) 54%, rgba(6, 5, 4, 0.5) 100%),
    linear-gradient(180deg, rgba(6, 5, 4, 0.28) 0%, rgba(6, 5, 4, 0.08) 45%, rgba(6, 5, 4, 0.62) 100%);
}

.artist-book .artist-book-hero-copy {
  display: grid;
  grid-template-columns: minmax(340px, 0.42fr) minmax(260px, 0.58fr);
  align-items: center;
  gap: clamp(52px, 8vw, 128px);
  width: 100%;
  max-width: 1360px;
  min-height: inherit;
  margin: 0 auto;
  padding: clamp(96px, 13vh, 148px) clamp(42px, 8vw, 116px) clamp(70px, 10vh, 112px);
}

.artist-book .artist-book-hero-main {
  grid-column: 1;
  align-self: center;
}

.artist-book .artist-book-hero-main .artist-book-kicker,
.artist-book .artist-book-hero-main h1,
.artist-book .artist-book-hero-main .artist-book-house {
  opacity: 0;
  transform: translateY(-24px);
  animation: artistHeroNameDrop 1.55s cubic-bezier(0.16, 0.72, 0.18, 1) forwards;
}

.artist-book .artist-book-hero-main h1 {
  animation-delay: 0.28s;
}

.artist-book .artist-book-hero-main .artist-book-house {
  animation-delay: 0.52s;
}

.artist-book .artist-book-hero .artist-book-kicker {
  font-size: clamp(0.72rem, 0.8vw, 0.92rem);
  letter-spacing: 0.16em;
}

.artist-book .artist-book-hero h1 {
  max-width: none;
  margin: clamp(22px, 3.2vh, 34px) 0 0;
  font-size: clamp(2.9rem, 4.2vw, 5.4rem);
  line-height: 1.08;
  white-space: nowrap;
}

.artist-book .artist-book-hero .artist-book-house {
  max-width: 18em;
  margin-top: clamp(28px, 4.4vh, 50px);
  color: rgba(255, 255, 255, 0.9);
  font-size: clamp(1.45rem, 1.85vw, 2.25rem);
  line-height: 1.5;
  letter-spacing: 0.08em;
}

.artist-book .artist-book-hero .artist-book-vertical {
  max-width: min(34em, 100%);
  max-height: none;
  margin: clamp(26px, 4vh, 44px) 0 0;
  color: rgba(255, 255, 255, 0.78) !important;
  font-size: clamp(0.82rem, 0.96vw, 1.08rem);
  line-height: 2;
  letter-spacing: 0.1em;
  writing-mode: horizontal-tb;
  opacity: 0.18;
  transform: translateY(30px);
  animation: artistHeroCopyRise 1.65s ease-out 0.9s forwards;
}

@keyframes artistHeroImageDrift {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(-5.5%);
  }
}

@keyframes artistHeroNameDrop {
  from {
    opacity: 0;
    transform: translateY(-24px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes artistHeroCopyRise {
  from {
    opacity: 0.18;
    transform: translateY(30px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.artist-book .artist-book-section-profile,
.artist-book .artist-book-section-studio,
.artist-book .artist-book-section-info {
  padding: 0;
  border-top: 1px solid rgba(30, 25, 18, 0.08);
}

.artist-book .artist-book-section-profile {
  margin-top: 0;
}

.artist-book .artist-book-section-studio {
  background: #f2ebdd;
}

.artist-book .artist-book-section-info {
  background: #fbf6ed;
}

.artist-book .artist-book-layout-profile,
.artist-book .artist-book-layout-studio,
.artist-book .artist-book-layout-info {
  display: grid;
  width: 100%;
  max-width: none;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: 0;
  margin: 0;
  align-items: stretch;
}

.artist-book .artist-book-layout-profile .artist-book-copy,
.artist-book .artist-book-layout-studio .artist-book-copy,
.artist-book .artist-book-layout-info > div {
  display: flex;
  min-height: clamp(430px, 45vw, 620px);
  flex-direction: column;
  justify-content: center;
  padding: clamp(78px, 8.6vw, 128px) clamp(54px, 8vw, 124px);
}

.artist-book .artist-book-layout-profile .artist-book-photo,
.artist-book .artist-book-layout-studio .artist-book-photo,
.artist-book .artist-book-info-symbol {
  width: 100%;
  height: clamp(430px, 45vw, 620px);
  min-height: 0;
  aspect-ratio: auto;
  opacity: 1;
  border-radius: 0;
}

.artist-book .artist-book-layout-profile .artist-book-photo {
  order: 2;
}

.artist-book .artist-book-layout-profile .artist-book-copy {
  order: 1;
}

.artist-book .artist-book-layout-studio .artist-book-photo {
  order: 1;
}

.artist-book .artist-book-layout-studio .artist-book-copy {
  order: 2;
}

.artist-book .artist-book-info-symbol {
  justify-self: stretch;
}

.artist-book .artist-book-layout-profile .artist-book-photo img,
.artist-book .artist-book-layout-studio .artist-book-photo img,
.artist-book .artist-book-info-symbol img {
  height: 100%;
  object-fit: cover;
}

.artist-book .artist-book-section-profile .artist-book-number,
.artist-book .artist-book-section-studio .artist-book-number,
.artist-book .artist-book-section-info .artist-book-number {
  top: clamp(42px, 5vw, 72px);
  left: clamp(42px, 6vw, 98px);
  z-index: 2;
  color: rgba(32, 28, 22, 0.23);
  font-size: clamp(2rem, 3.1vw, 3.7rem);
}

.artist-book .artist-book-section-studio .artist-book-number {
  left: calc(50% + clamp(42px, 6vw, 98px));
}

.artist-book .artist-book-profile-sidecopy {
  display: none;
}

.artist-book .artist-book-copy h2,
.artist-book .artist-book-info-head h2 {
  max-width: 470px;
  margin-bottom: clamp(22px, 2.4vw, 34px);
  font-size: clamp(1.9rem, 2.4vw, 3rem);
  line-height: 1.32;
}

.artist-book .artist-book-copy p:not(.artist-book-kicker),
.artist-book .artist-book-info-head p:not(.artist-book-kicker) {
  max-width: 500px;
  font-size: clamp(0.92rem, 0.98vw, 1.03rem);
  line-height: 2.05;
}

.artist-book .artist-book-profile-expand {
  background: #fbf6ed;
}

.artist-book .artist-book-profile-expand .artist-book-expand-inner {
  width: min(100% - 56px, 980px);
  max-width: 980px;
  margin: 0 auto;
  padding: clamp(58px, 6vw, 88px) 0 clamp(72px, 7vw, 108px);
}

.artist-book .artist-book-profile-expand .artist-book-longread {
  max-width: 760px;
}

.artist-book .artist-book-profile-expand p {
  overflow-wrap: anywhere;
  font-size: clamp(0.94rem, 1vw, 1.04rem);
  line-height: 2.1;
}

.artist-book .artist-book-info-list {
  width: 100%;
  max-width: 980px;
  margin-top: clamp(34px, 4vw, 58px);
}

.artist-book .artist-book-info-row {
  grid-template-columns: 136px minmax(0, 1fr) minmax(210px, 0.42fr);
  gap: clamp(18px, 3vw, 34px);
}

.artist-book .artist-book-section-info .artist-book-info-head {
  display: block;
  max-width: 1080px;
  margin: 0 auto;
  padding: 0 clamp(28px, 6vw, 96px);
}

.artist-book-info-group-label {
  margin: 0 0 14px;
  color: var(--book-gold);
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.artist-book-empty {
  margin: 18px 0 0;
  color: rgba(38, 34, 29, 0.62);
  font-size: 0.9rem;
}

.artist-book-info-detail summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  cursor: pointer;
  color: var(--book-ink, #17130f);
  font-family: "Hiragino Mincho ProN", "Yu Mincho", serif;
  font-size: 1rem;
  font-weight: 600;
  list-style: none;
  transition: color 0.22s ease;
}

.artist-book-info-detail summary::-webkit-details-marker {
  display: none;
}

.artist-book-info-detail summary::after {
  display: none;
}

.artist-book-info-detail[open] summary::after {
  display: none;
}

.artist-book-info-detail summary:hover,
.artist-book-info-detail summary:focus-visible {
  color: var(--book-accent, var(--gold));
}

.artist-book-info-title {
  min-width: 0;
}

.artist-book-info-toggle {
  display: inline-flex;
  flex: 0 0 auto;
  align-items: center;
  justify-content: center;
  padding: 6px 12px;
  border: 1px solid rgba(170, 134, 65, 0.42);
  border-radius: 3px;
  color: var(--book-accent, var(--gold));
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  line-height: 1;
}

.artist-book-info-toggle .is-open,
.artist-book-info-detail[open] .artist-book-info-toggle .is-closed {
  display: none;
}

.artist-book-info-detail[open] .artist-book-info-toggle .is-open {
  display: inline;
}

.artist-book-info-panel {
  display: grid;
  grid-template-columns: 1fr;
  gap: 22px;
  margin-top: 18px;
  padding: 18px 0 4px;
}

.artist-book-info-panel.has-image {
  grid-template-columns: minmax(160px, 0.26fr) minmax(0, 0.74fr);
}

.artist-book-info-panel img {
  width: 100%;
  aspect-ratio: 4 / 5;
  object-fit: cover;
}

.artist-book-info-image-link {
  position: relative;
  display: block;
  color: inherit;
  text-decoration: none;
}

.artist-book-info-image-link span {
  position: absolute;
  right: 10px;
  bottom: 10px;
  padding: 6px 10px;
  background: rgba(21, 19, 15, 0.72);
  color: #fff;
  font-size: 0.72rem;
  font-weight: 700;
}

.artist-book-info-panel p {
  margin: 0 0 14px;
  font-size: 0.9rem;
  line-height: 1.9;
}

.artist-book-info-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 16px;
}

.artist-book-info-actions a {
  display: inline-flex;
  min-height: 36px;
  align-items: center;
  justify-content: center;
  padding: 8px 14px;
  border: 1px solid rgba(170, 134, 65, 0.38);
  border-radius: 3px;
  color: var(--book-accent, var(--gold));
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-decoration: none;
  text-transform: uppercase;
}

.artist-book-info-actions a:hover,
.artist-book-info-actions a:focus-visible {
  background: rgba(170, 134, 65, 0.12);
}

.artist-book-info-actions a.is-map {
  background: rgba(170, 134, 65, 0.1);
  color: rgba(38, 34, 29, 0.86);
}

.artist-book-ended-info {
  margin-top: clamp(32px, 4vw, 56px);
  border-top: 1px solid rgba(21, 19, 15, 0.12);
}

.artist-book-ended-info > summary {
  cursor: pointer;
  padding: 24px 0;
  color: rgba(38, 34, 29, 0.72);
  font-family: "Hiragino Mincho ProN", "Yu Mincho", serif;
  font-size: 1.05rem;
  list-style: none;
}

.artist-book-ended-info > summary::-webkit-details-marker {
  display: none;
}

.artist-book-ended-info > summary::after {
  content: "+";
  margin-left: 14px;
  color: var(--book-accent, var(--gold));
}

.artist-book-ended-info[open] > summary::after {
  content: "-";
}

.artist-book .artist-book-section-info .artist-book-info-list {
  max-width: 980px;
}

.artist-book .artist-book-section-info .artist-book-info-row {
  grid-template-columns: 136px minmax(0, 1fr) minmax(210px, 0.42fr);
}

@media (max-width: 900px) {
  .artist-book .artist-book-section-info .artist-book-info-row {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .artist-book-info-panel.has-image {
    grid-template-columns: 1fr;
  }
}

.artist-book .artist-book-section-works {
  padding: clamp(78px, 8vw, 126px) 0 clamp(76px, 8vw, 118px);
  border-top: 1px solid rgba(30, 25, 18, 0.08);
}

.artist-book .artist-book-section-works .artist-book-number {
  top: clamp(42px, 5vw, 72px);
  left: clamp(42px, 6vw, 98px);
  color: rgba(32, 28, 22, 0.23);
  font-size: clamp(2rem, 3.1vw, 3.7rem);
}

.artist-book .artist-book-gallery-head {
  max-width: 1180px;
  grid-template-columns: minmax(0, 0.46fr) minmax(280px, 0.35fr);
  gap: clamp(36px, 8vw, 116px);
  margin: 0 auto clamp(44px, 5vw, 74px);
  padding: 0 clamp(56px, 7vw, 102px);
}

.artist-book .artist-book-marquee {
  width: 100vw;
  margin-left: 0;
  padding: 0 clamp(22px, 3.4vw, 48px) 16px;
}

.artist-book .artist-book-marquee .work-marquee-track {
  gap: clamp(18px, 1.9vw, 30px);
}

.artist-book .artist-book-marquee .work-card {
  width: clamp(250px, 18.4vw, 360px);
  height: auto;
}

.artist-book .artist-book-marquee .work-card-button {
  grid-template-rows: auto auto;
}

.artist-book .artist-book-marquee .work-media {
  width: 100%;
  aspect-ratio: 3 / 4;
  min-height: 0;
}

.artist-book .artist-book-marquee .work-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.artist-book-contact {
  position: relative;
  overflow: hidden;
  isolation: isolate;
  padding: clamp(76px, 8vw, 124px) clamp(28px, 7vw, 104px);
  background:
    radial-gradient(circle at 16% 16%, rgba(201, 164, 99, 0.16), transparent 30%),
    linear-gradient(135deg, #090806 0%, #11100d 52%, #18120c 100%);
  color: #f8f1e7;
}

.artist-book-contact::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -2;
  background-image:
    linear-gradient(90deg, rgba(7, 6, 5, 0.92) 0%, rgba(7, 6, 5, 0.72) 44%, rgba(7, 6, 5, 0.88) 100%),
    var(--artist-contact-image, linear-gradient(135deg, #11100d, #241a10));
  background-position: center;
  background-size: cover;
  filter: saturate(0.82) contrast(1.08);
  opacity: 0.46;
}

.artist-book-contact::after {
  content: "";
  position: absolute;
  inset: clamp(22px, 3vw, 46px);
  z-index: -1;
  border: 1px solid rgba(248, 241, 231, 0.08);
  pointer-events: none;
}

.artist-book-contact-inner {
  position: relative;
  display: grid;
  max-width: 1180px;
  grid-template-columns: minmax(220px, 0.36fr) minmax(0, 0.64fr);
  gap: clamp(44px, 8vw, 116px);
  margin: 0 auto;
}

.artist-book-contact-inner::before {
  content: "Artist Information";
  position: absolute;
  top: -0.9em;
  right: 0;
  color: rgba(248, 241, 231, 0.055);
  font-family: "Hiragino Mincho ProN", "Yu Mincho", serif;
  font-size: clamp(3.2rem, 8vw, 9.4rem);
  line-height: 1;
  white-space: nowrap;
  pointer-events: none;
}

.artist-book-contact h2 {
  margin: 14px 0 18px;
  color: #fffaf0;
  font-family: "Hiragino Mincho ProN", "Yu Mincho", serif;
  font-size: clamp(2rem, 3.2vw, 4.2rem);
  font-weight: 400;
  line-height: 1.2;
}

.artist-book-contact p,
.artist-book-contact dd {
  color: rgba(248, 241, 231, 0.72);
}

.artist-book-contact-mark {
  width: min(100%, 280px);
  margin: clamp(32px, 4vw, 52px) 0 0;
  border: 1px solid rgba(248, 241, 231, 0.16);
}

.artist-book-contact-mark img {
  display: block;
  width: 100%;
  aspect-ratio: 4 / 5;
  object-fit: cover;
  opacity: 0.84;
}

.artist-book-contact-list {
  display: grid;
  gap: 0;
  margin: 0;
  padding: clamp(20px, 3vw, 34px);
  background: rgba(8, 7, 6, 0.46);
  border: 1px solid rgba(248, 241, 231, 0.1);
  backdrop-filter: blur(10px);
}

.artist-book-contact-list > div {
  display: grid;
  grid-template-columns: 142px minmax(0, 1fr);
  gap: 28px;
  padding: clamp(18px, 2vw, 26px) 0;
  border-bottom: 1px solid rgba(248, 241, 231, 0.12);
}

.artist-book-contact-list > div:first-child {
  padding-top: 0;
}

.artist-book-contact-list > div:last-child {
  padding-bottom: 0;
  border-bottom: 0;
}

.artist-book-contact-list dt {
  color: #c9a463;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.artist-book-contact-list dd {
  margin: 0;
  font-size: 0.95rem;
  line-height: 1.9;
}

.artist-book-contact-list dd a {
  display: inline-block;
  margin: 0 18px 6px 0;
  color: #fffaf0;
  text-decoration: none;
  transition: color 0.22s ease;
}

.artist-book-contact-list dd a:hover,
.artist-book-contact-list dd a:focus-visible {
  color: #c9a463;
}

.artist-book-social-links {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 28px;
}

.artist-book-social-links .artist-book-social-link {
  position: relative;
  display: inline-block;
  margin: 0;
  color: rgba(255, 250, 240, 0.86);
  font-size: clamp(0.92rem, 1vw, 1.08rem);
  line-height: 1.2;
  text-decoration: none;
  transition: color 0.22s ease;
}

.artist-book-social-links .artist-book-social-link::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -5px;
  left: 0;
  height: 1px;
  background: #c9a463;
  transform: scaleX(0);
  transform-origin: left center;
  transition: transform 0.22s ease;
}

.artist-book-social-links .artist-book-social-link:hover,
.artist-book-social-links .artist-book-social-link:focus-visible {
  color: #c9a463;
}

.artist-book-social-links .artist-book-social-link:hover::after,
.artist-book-social-links .artist-book-social-link:focus-visible::after {
  transform: scaleX(1);
}

.artist-book-contact-list dd span {
  display: block;
}

.artist-inquiry-form {
  grid-column: 1 / -1;
  max-width: 760px;
  margin-top: clamp(44px, 6vw, 82px);
  padding-top: clamp(34px, 4vw, 52px);
  border-top: 1px solid rgba(248, 241, 231, 0.12);
}

.artist-inquiry-form h3 {
  margin: 10px 0 22px;
  color: #fffaf0;
  font-family: "Hiragino Mincho ProN", "Yu Mincho", serif;
  font-size: clamp(1.5rem, 2vw, 2.4rem);
  font-weight: 400;
}

.artist-inquiry-form label {
  display: block;
  margin-top: 18px;
  color: rgba(248, 241, 231, 0.72);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.12em;
}

.artist-inquiry-hp {
  position: absolute !important;
  left: -10000px !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
}

.artist-inquiry-form input,
.artist-inquiry-form textarea {
  width: 100%;
  margin-top: 8px;
  padding: 14px 16px;
  border: 1px solid rgba(248, 241, 231, 0.18);
  background: rgba(255, 255, 255, 0.04);
  color: #fffaf0;
  font: inherit;
}

.artist-inquiry-form textarea {
  resize: vertical;
}

.artist-inquiry-form .artist-book-button {
  margin-top: 22px;
  color: #fffaf0;
}

.artist-inquiry-message {
  margin: 16px 0 0;
  padding: 12px 14px;
  border: 1px solid rgba(248, 241, 231, 0.18);
}

.artist-inquiry-message.is-success {
  border-color: rgba(201, 164, 99, 0.42);
}

.artist-inquiry-message.is-error {
  border-color: rgba(180, 82, 64, 0.48);
}

.artist-book-theme-lacquer_black {
  --book-bg: #f8f2e8;
  --book-bg-alt: #eee7dc;
  --book-deep: #070605;
  --book-accent-soft: rgba(201, 164, 99, 0.18);
}

.artist-book-theme-rust_brown {
  --book-bg: #f7f0e5;
  --book-bg-alt: #eadfce;
  --book-deep: #261914;
  --book-accent-soft: rgba(139, 83, 50, 0.18);
}

.artist-book-theme-rust_green {
  --book-bg: #f4f0e6;
  --book-bg-alt: #e5e8d8;
  --book-deep: #152119;
  --book-accent-soft: rgba(91, 113, 78, 0.18);
}

.artist-book-theme-textile_light {
  --book-bg: #fbf7ef;
  --book-bg-alt: #f1ebdf;
  --book-deep: #15130f;
  --book-accent-soft: rgba(170, 134, 65, 0.16);
}

.artist-book-theme-glass_clear {
  --book-bg: #f7f8f5;
  --book-bg-alt: #e7ece8;
  --book-deep: #111a1b;
  --book-accent-soft: rgba(120, 151, 148, 0.18);
}

.artist-book-theme-wood_warm {
  --book-bg: #f8f1e7;
  --book-bg-alt: #eadccb;
  --book-deep: #21160e;
  --book-accent-soft: rgba(154, 96, 47, 0.18);
}

.artist-book-theme-food_clean {
  --book-bg: #fbf8f0;
  --book-bg-alt: #f1eadc;
  --book-deep: #12110d;
  --book-accent-soft: rgba(170, 134, 65, 0.14);
}

.artist-book[class*="artist-book-theme-"] {
  background: var(--book-bg, #fbf6ed);
}

.artist-book[class*="artist-book-theme-"] .artist-book-section-profile,
.artist-book[class*="artist-book-theme-"] .artist-book-section-info,
.artist-book[class*="artist-book-theme-"] .artist-book-section-works,
.artist-book[class*="artist-book-theme-"] .artist-book-profile-expand {
  background: var(--book-bg, #fbf6ed);
}

.artist-book[class*="artist-book-theme-"] .artist-book-section-studio {
  background: var(--book-bg-alt, #f2ebdd);
}

.artist-book[class*="artist-book-theme-"] .artist-paid-world,
.artist-book[class*="artist-book-theme-"] .artist-book-contact {
  background: var(--book-deep, #11100d);
}

.artist-book[class*="artist-book-theme-"] .artist-book-kicker,
.artist-book[class*="artist-book-theme-"] .artist-book-contact-list dt,
.artist-book[class*="artist-book-theme-"] .artist-paid-world .artist-book-kicker {
  color: var(--book-accent, var(--gold)) !important;
}

.artist-book .artist-book-kicker {
  display: inline-block;
  max-width: 100%;
  overflow-wrap: normal;
  white-space: nowrap;
  font-size: clamp(0.82rem, 0.9vw, 0.98rem);
  line-height: 1.2;
}

.artist-book[class*="artist-book-theme-"] .artist-book-button:hover,
.artist-book[class*="artist-book-theme-"] .artist-book-button[aria-expanded="true"] {
  border-color: var(--book-accent, var(--gold));
  background: var(--book-accent-soft, rgba(201, 164, 99, 0.18));
}

@media (max-width: 900px) {
  .artist-book .artist-book-hero {
    min-height: 76vh;
    max-height: none;
  }

  .artist-book .artist-book-hero-copy {
    grid-template-columns: 1fr;
    padding: 96px 24px 58px;
  }

  .artist-book .artist-book-hero h1 {
    font-size: clamp(2.7rem, 14vw, 4.8rem);
    white-space: normal;
  }

  .artist-book .artist-book-hero .artist-book-vertical {
    justify-self: start;
    writing-mode: horizontal-tb;
    margin: 22px 0 0;
    max-height: none;
  }

  .artist-book .artist-book-layout-profile,
  .artist-book .artist-book-layout-studio,
  .artist-book .artist-book-layout-info {
    grid-template-columns: 1fr;
  }

  .artist-book .artist-book-layout-profile .artist-book-copy,
  .artist-book .artist-book-layout-studio .artist-book-copy,
  .artist-book .artist-book-layout-info > div {
    min-height: auto;
    padding: 86px 24px 78px;
  }

  .artist-book .artist-book-layout-profile .artist-book-photo,
  .artist-book .artist-book-layout-studio .artist-book-photo,
  .artist-book .artist-book-info-symbol {
    order: 2;
    height: auto;
    aspect-ratio: 16 / 10;
  }

  .artist-book .artist-book-layout-profile .artist-book-photo {
    order: 2;
  }

  .artist-book .artist-book-layout-studio .artist-book-photo {
    order: 1;
  }

  .artist-book .artist-book-layout-studio .artist-book-copy {
    order: 2;
  }

  .artist-book .artist-book-section-profile .artist-book-number,
  .artist-book .artist-book-section-studio .artist-book-number,
  .artist-book .artist-book-section-info .artist-book-number,
  .artist-book .artist-book-section-works .artist-book-number {
    top: 28px;
    left: 24px;
    font-size: 2.1rem;
  }

  .artist-book .artist-book-profile-sidecopy {
    display: none;
  }

  .artist-book .artist-book-gallery-head {
    grid-template-columns: 1fr;
    padding: 0 24px;
  }

  .artist-book .artist-book-marquee {
    margin-left: 0;
    padding-inline: 18px;
  }

  .artist-book-contact-inner,
  .artist-book-contact-list > div {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .artist-book-info-panel {
    grid-template-columns: 1fr;
  }

  .artist-book-info-panel img {
    max-width: 260px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .artist-book .artist-book-hero-image,
  .artist-book .artist-book-hero-main .artist-book-kicker,
  .artist-book .artist-book-hero-main h1,
  .artist-book .artist-book-hero-main .artist-book-house,
  .artist-book .artist-book-hero .artist-book-vertical {
    animation: none;
    opacity: 1;
    transform: none;
  }
}

/* Sakka portal */
.sakka-portal {
  background: #fbf6ed;
  color: #211b15;
}

/* Artist profile form */
.artist-profile-form-page {
  background: #fbf6ed;
  color: #211b15;
}

.artist-profile-form-hero {
  padding: clamp(84px, 11vw, 150px) clamp(22px, 7vw, 96px) clamp(54px, 7vw, 86px);
  background: #11100d;
  color: #fffaf0;
}

.artist-profile-form-hero h1 {
  max-width: 760px;
  margin: 14px 0 22px;
  color: #fffaf0;
  font-family: "Hiragino Mincho ProN", "Yu Mincho", serif;
  font-size: clamp(2.2rem, 5vw, 5rem);
  font-weight: 400;
  line-height: 1.15;
}

.artist-profile-form-hero p:not(.artist-book-kicker) {
  max-width: 660px;
  color: rgba(255, 250, 240, 0.74);
}

.artist-profile-form-panel {
  max-width: 980px;
  margin: 0 auto;
  padding: clamp(42px, 7vw, 86px) clamp(20px, 6vw, 72px);
}

.artist-profile-form {
  display: grid;
  gap: 22px;
}

.artist-profile-form-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
}

.artist-profile-form label {
  display: block;
  color: #4f463d;
  font-size: 0.9rem;
  font-weight: 700;
}

.artist-profile-form label span {
  display: block;
  margin: 4px 0 8px;
  color: #8a7c6a;
  font-size: 0.82rem;
  font-weight: 400;
}

.artist-profile-form input,
.artist-profile-form textarea {
  width: 100%;
  margin-top: 8px;
  padding: 14px 15px;
  border: 1px solid #ddd2c3;
  background: #fff;
  color: #211b15;
  font: inherit;
}

.artist-profile-form textarea {
  resize: vertical;
}

.artist-profile-checks {
  display: grid;
  gap: 12px;
  padding: 18px;
  border: 1px solid rgba(32, 25, 20, 0.1);
  background: #fffaf2;
}

.artist-profile-checks label {
  display: flex;
  align-items: center;
  gap: 10px;
}

.artist-profile-checks input {
  width: auto;
  margin: 0;
}

.artist-profile-photo-section {
  display: grid;
  gap: 20px;
  margin: clamp(18px, 3vw, 34px) 0;
  padding: clamp(22px, 4vw, 36px);
  border: 1px solid rgba(32, 25, 20, 0.1);
  background: #fffaf2;
}

.artist-profile-photo-section h2 {
  margin: 0;
  font-family: "Hiragino Mincho ProN", "Yu Mincho", serif;
  font-size: clamp(1.4rem, 2vw, 2.2rem);
  font-weight: 400;
}

.artist-profile-photo-section p {
  max-width: 720px;
  margin: 0;
  color: #6f6254;
  line-height: 1.9;
}

.artist-profile-photo-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.artist-profile-photo-grid label {
  padding: 18px;
  border: 1px solid #ddd2c3;
  background: #fff;
}

.artist-profile-photo-grid input[type="file"] {
  padding: 12px;
  background: #fbf6ed;
}

.artist-profile-hp {
  position: absolute !important;
  left: -10000px !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
}

.artist-profile-form-message {
  margin: 0 0 24px;
  padding: 16px 18px;
  border: 1px solid rgba(32, 25, 20, 0.14);
  background: #fffaf2;
}

.artist-profile-form-message.is-success {
  border-color: rgba(170, 134, 65, 0.45);
}

.artist-profile-form-message.is-error {
  border-color: rgba(176, 72, 60, 0.45);
}

.site-contact-form {
  max-width: 860px;
}

.site-contact-form .artist-book-button {
  width: min(260px, 100%);
}

.sakka-portal-hero {
  padding: clamp(90px, 12vw, 150px) clamp(24px, 7vw, 96px) clamp(54px, 7vw, 90px);
  background: #11100d;
  color: #fffaf0;
}

.sakka-portal-hero h1 {
  max-width: 720px;
  margin: 14px 0 20px;
  color: #fffaf0;
  font-family: "Hiragino Mincho ProN", "Yu Mincho", serif;
  font-size: clamp(2.4rem, 5vw, 5.2rem);
  font-weight: 400;
  line-height: 1.15;
}

.sakka-portal-hero p {
  max-width: 620px;
  color: rgba(255, 250, 240, 0.76);
}

.sakka-portal-grid {
  display: grid;
  max-width: 1180px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(22px, 4vw, 44px);
  margin: 0 auto;
  padding: clamp(34px, 5vw, 70px) clamp(20px, 6vw, 80px) 0;
}

.sakka-portal-panel {
  padding: clamp(26px, 4vw, 44px);
  background: #fffaf2;
  border: 1px solid rgba(32, 25, 20, 0.1);
}

.sakka-portal-panel h2 {
  margin: 8px 0 18px;
  font-family: "Hiragino Mincho ProN", "Yu Mincho", serif;
  font-size: clamp(1.45rem, 2.2vw, 2.4rem);
  font-weight: 400;
}

.sakka-form label {
  display: block;
  margin-top: 18px;
  color: #4f463d;
  font-size: 0.9rem;
  font-weight: 700;
}

.sakka-form label span {
  display: block;
  margin: 4px 0 6px;
  color: #8a7c6a;
  font-size: 0.82rem;
  font-weight: 400;
}

.sakka-form input,
.sakka-form select,
.sakka-form textarea {
  width: 100%;
  margin-top: 8px;
  padding: 14px 15px;
  border: 1px solid #ddd2c3;
  background: #fff;
  color: #211b15;
  font: inherit;
}

.sakka-form select {
  appearance: auto;
}

.sakka-form input[type="file"] {
  padding: 12px;
}

.sakka-form textarea {
  resize: vertical;
}

.sakka-form .artist-book-button,
.sakka-portal-panel .artist-book-button {
  margin-top: 22px;
}

.sakka-message {
  max-width: 1180px;
  margin: 24px auto 0;
  padding: 14px 18px;
  border: 1px solid rgba(32, 25, 20, 0.14);
  background: #fffaf2;
}

.sakka-message.is-success {
  border-color: rgba(170, 134, 65, 0.45);
}

.sakka-message.is-error {
  border-color: rgba(176, 72, 60, 0.45);
}

.sakka-list {
  display: grid;
  gap: 0;
}

.sakka-list article {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 18px;
  padding: 14px 0;
  border-bottom: 1px solid rgba(32, 25, 20, 0.1);
}

.sakka-inline-form {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-top: 10px;
}

.sakka-inline-form select {
  max-width: 230px;
  padding: 8px 10px;
  border: 1px solid #ddd2c3;
  background: #fff;
  color: #211b15;
  font: inherit;
  font-size: 0.82rem;
}

.sakka-inline-form button {
  padding: 8px 12px;
  border: 1px solid #c9a55c;
  background: transparent;
  color: #211b15;
  cursor: pointer;
  font: inherit;
  font-size: 0.82rem;
}

.sakka-inline-form button:hover,
.sakka-inline-form button:focus-visible {
  background: #c9a55c;
  color: #fff;
}

.sakka-list a,
.sakka-logout {
  color: #211b15;
  text-decoration: none;
}

.sakka-list a:hover,
.sakka-list a:focus-visible,
.sakka-logout:hover,
.sakka-logout:focus-visible {
  color: var(--gold);
}

.sakka-list time {
  color: #8a7c6a;
  font-size: 0.85rem;
  white-space: nowrap;
}

.sakka-list-meta {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: #8a7c6a;
  font-size: 0.85rem;
  white-space: nowrap;
}

@media (max-width: 760px) {
  .artist-profile-form-grid {
    grid-template-columns: 1fr;
  }

  .artist-profile-photo-grid {
    grid-template-columns: 1fr;
  }

  .sakka-portal-grid {
    grid-template-columns: 1fr;
  }

  .sakka-portal-panel {
    padding: 24px 18px;
  }

  .sakka-list article,
  .sakka-list-meta {
    display: grid;
    gap: 10px;
  }
}

/* Home section rhythm: final color accents */
.home-design .home-band-paper {
  position: relative;
  background:
    linear-gradient(90deg, rgba(66, 58, 48, 0.028) 0 1px, transparent 1px 24px),
    linear-gradient(180deg, rgba(255,255,255,0.3), rgba(255,255,255,0.04)),
    radial-gradient(circle at 86% 12%, rgba(94, 78, 58, 0.075), transparent 32rem),
    #ebe5dc !important;
  box-shadow: inset 0 1px rgba(255,255,255,.42), inset 0 -1px rgba(62, 54, 46, .06);
}

.home-design .home-band-washi {
  position: relative;
  background:
    linear-gradient(135deg, rgba(56, 70, 64, 0.028) 0 1px, transparent 1px 22px),
    radial-gradient(circle at 12% 20%, rgba(255,255,255,.36), transparent 28rem),
    radial-gradient(circle at 88% 16%, rgba(72, 88, 80, 0.075), transparent 32rem),
    #e2e5df !important;
  box-shadow: inset 0 1px rgba(255,255,255,.4), inset 0 -1px rgba(52, 66, 60, .06);
}

.home-design .home-band-clay {
  position: relative;
  background:
    linear-gradient(0deg, rgba(72, 64, 54, 0.024) 0 1px, transparent 1px 22px),
    radial-gradient(circle at 22% 82%, rgba(105, 88, 64, 0.07), transparent 34rem),
    radial-gradient(circle at 92% 10%, rgba(255,255,255,.44), transparent 30rem),
    #eee7dc !important;
  box-shadow: inset 0 1px rgba(255,255,255,.44), inset 0 -1px rgba(72, 64, 54, .06);
}
