:root {
  --base: #fbfaf7;
  --paper: #f6f1e9;
  --ink: #4b4641;
  --muted: #756f68;
  --line: rgba(194, 174, 132, 0.34);
  --line-soft: rgba(224, 214, 200, 0.54);
  --gold: #c2a96e;
  --white: #ffffff;
}

@font-face {
  font-family: "Daydream";
  src: url("daydream dafont free.ttf") format("truetype");
  font-display: swap;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--base);
  font-family:
    -apple-system,
    BlinkMacSystemFont,
    "Helvetica Neue",
    "Hiragino Sans",
    "Yu Gothic",
    YuGothic,
    Meiryo,
    sans-serif;
  line-height: 1.72;
  letter-spacing: 0;
}

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

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

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 12px 18px;
  background: rgba(251, 250, 247, 0.9);
  border-bottom: 1px solid rgba(224, 214, 200, 0.34);
  backdrop-filter: blur(12px);
}

.site-mark {
  flex: 0 0 auto;
}

.site-mark img {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  object-fit: cover;
  opacity: 0.72;
  filter: sepia(0.16) contrast(0.9);
}

.header-nav {
  display: flex;
  gap: 12px;
  align-items: center;
  overflow-x: auto;
  color: var(--muted);
  font-size: 0.74rem;
  white-space: nowrap;
  scrollbar-width: none;
}

.header-nav::-webkit-scrollbar {
  display: none;
}

.header-nav a {
  padding-bottom: 2px;
  border-bottom: 1px solid var(--line);
}

.page,
.site-footer {
  width: min(100% - 34px, 1060px);
  margin: 0 auto;
}

.site-note {
  display: flex;
  gap: 0.65em;
  align-items: baseline;
  margin: 20px 0 16px;
  color: var(--muted);
  font-size: 0.84rem;
  font-weight: 400;
  line-height: 1.54;
}

.site-note span:last-child {
  font-family:
    Baskerville,
    "Baskerville Old Face",
    Georgia,
    serif;
  font-size: 0.74em;
  font-style: italic;
  opacity: 0.88;
}

.hero {
  position: relative;
  overflow: hidden;
  margin: 0;
  border-radius: 10px;
  background: var(--paper);
}

.hero > img {
  width: 100%;
  aspect-ratio: 1 / 0.78;
  object-fit: cover;
  object-position: center;
  filter: brightness(0.94) contrast(0.96) saturate(0.98);
}

.hero::after {
  position: absolute;
  inset: auto 0 0;
  height: 40%;
  content: "";
  background: linear-gradient(180deg, rgba(39, 37, 34, 0), rgba(39, 37, 34, 0.27));
  pointer-events: none;
}

.hero-title {
  position: absolute;
  z-index: 1;
  left: 16px;
  right: auto;
  bottom: 20px;
  width: min(78vw, 370px);
}

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

h1,
h2 {
  margin-bottom: 0;
  font-weight: 500;
  line-height: 1.3;
}

.hero-title-art {
  width: 100%;
  height: auto;
  aspect-ratio: auto;
  object-fit: contain;
  opacity: 0.88;
  filter: drop-shadow(0 1px 8px rgba(38, 34, 29, 0.2));
}

.lead {
  margin: 18px 0 0;
  color: var(--muted);
  font-size: 0.78rem;
  line-height: 1.85;
  text-align: center;
}

.about-text {
  margin-top: 24px;
  padding-top: 20px;
  border-top: 1px solid rgba(224, 214, 200, 0.38);
}

.about-text h2,
.line-text h2 {
  color: var(--ink);
  font-size: 0.88rem;
  font-weight: 500;
}

.about-text p,
.line-text p {
  max-width: 36rem;
  margin: 8px 0 0;
  color: var(--muted);
  font-size: 0.86rem;
}

.quick-links {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px 16px;
  margin-top: 26px;
  padding-top: 24px;
  border-top: 1px solid rgba(194, 174, 132, 0.28);
}

.quick-card {
  display: grid;
  justify-items: center;
  align-content: start;
  gap: 6px;
  min-height: 136px;
  padding: 2px 4px;
  text-align: center;
}

.quick-title {
  color: var(--ink);
  font-size: 0.91rem;
  font-weight: 500;
}

.quick-title::after {
  display: block;
  width: 22px;
  height: 1px;
  margin: 4px auto 0;
  background: var(--line);
  content: "";
}

.quick-copy {
  max-width: 9.7rem;
  color: var(--muted);
  font-size: 10.5px;
  line-height: 1.58;
}

.sheet-icon {
  display: block;
  width: 64px;
  height: 64px;
  padding: 5px;
  object-fit: contain;
  opacity: 0.98;
  filter: contrast(1.12) saturate(1.04);
  mix-blend-mode: multiply;
}

.menu-icon {
  width: 78px;
  height: 78px;
  padding: 0;
  object-fit: contain;
  opacity: 0.86;
  filter: saturate(0.78) contrast(0.95);
  mix-blend-mode: normal;
}

.line-section {
  margin-top: 24px;
  padding: 24px 0 28px;
  border-top: 1px solid rgba(224, 214, 200, 0.38);
}

.line-banner {
  overflow: hidden;
  margin: 0;
  border-radius: 9px;
  background: var(--paper);
}

.line-banner img {
  width: 100%;
  max-height: 132px;
  aspect-ratio: 16 / 5.7;
  object-fit: cover;
  object-position: 44% center;
}

.line-lead {
  max-width: 32rem;
  margin: 14px auto 0;
  color: rgba(75, 70, 65, 0.78);
  font-size: 0.78rem;
  line-height: 1.85;
  text-align: center;
}

.line-text {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  margin-top: 5px;
  text-align: center;
}

.button {
  display: inline-flex;
  min-width: 132px;
  min-height: 40px;
  align-items: center;
  justify-content: center;
  margin-top: 10px;
  padding: 8px 22px;
  border: 1px solid rgba(194, 174, 132, 0.58);
  border-radius: 999px;
  background: #fff;
  box-shadow: 0 10px 24px rgba(75, 70, 65, 0.08);
  color: var(--ink);
  font-size: 0.86rem;
  font-weight: 500;
}

.line-button {
  width: auto;
  min-width: 142px;
  min-height: 46px;
  gap: 8px;
  margin-top: 6px;
  padding: 6px 18px;
  border-color: rgba(194, 169, 110, 0.62);
  border-radius: 999px;
  background: #fff;
  box-shadow: 0 8px 22px rgba(75, 70, 65, 0.06);
  color: rgba(75, 70, 65, 0.86);
  font-size: 0.96rem;
}

.line-button-icon {
  flex: 0 0 auto;
  width: 56px;
  height: 56px;
  object-fit: contain;
  opacity: 0.86;
  filter: saturate(0.78) contrast(0.95);
  mix-blend-mode: multiply;
}

.line-button .line-button-icon {
  width: 42px;
  height: 42px;
}

.line-button span {
  flex: 0 0 auto;
}

.post-page {
  padding-top: 2px;
}

.post-hero {
  position: relative;
  width: 100vw;
  margin: 0 calc(50% - 50vw);
  overflow: hidden;
  border-bottom: 1px solid rgba(194, 174, 132, 0.22);
  background: var(--paper);
}

.post-hero-copy {
  position: absolute;
  z-index: 1;
  top: clamp(244px, 66vw, 306px);
  right: 20px;
  bottom: auto;
  left: max(20px, calc((100vw - 1060px) / 2 + 20px));
  max-width: 21rem;
}

.post-hero-copy::before {
  position: absolute;
  z-index: -1;
  inset: -30px -40px -24px -28px;
  content: "";
  background: radial-gradient(
    ellipse at 32% 48%,
    rgba(251, 250, 247, 0.9) 0%,
    rgba(251, 250, 247, 0.72) 42%,
    rgba(251, 250, 247, 0.26) 70%,
    rgba(251, 250, 247, 0) 100%
  );
  filter: blur(10px);
  pointer-events: none;
}

.post-hero-label {
  margin-bottom: 16px;
  color: rgba(75, 70, 65, 0.66);
  font-family:
    Baskerville,
    "Baskerville Old Face",
    Georgia,
    serif;
  font-size: 15px;
  font-style: italic;
  font-weight: 400;
  line-height: 1.25;
  letter-spacing: 0.16em;
}

.post-hero-copy h1 {
  color: var(--ink);
  font-size: clamp(2.18rem, 12.8vw, 3.15rem);
  font-weight: 300;
  line-height: 1.18;
  letter-spacing: 0.24em;
}

.post-hero-copy > p:not(.post-hero-label) {
  max-width: none;
  margin-top: 5px;
  color: rgba(75, 70, 65, 0.76);
  font-size: clamp(0.72rem, 3.3vw, 0.84rem);
  font-weight: 300;
  line-height: 2.05;
  letter-spacing: 0.04em;
  white-space: nowrap;
}

.post-hero-image {
  margin: 0;
  overflow: hidden;
}

.post-hero-image img {
  width: 100%;
  height: clamp(430px, 102vw, 478px);
  object-fit: cover;
  object-position: center;
  filter: saturate(0.72) contrast(0.92) brightness(1.05);
}

.post-updates,
.post-links {
  padding: 34px 0 8px;
}

.post-section-head h2,
.post-link-panel h2 {
  display: flex;
  gap: 0.55rem;
  align-items: baseline;
}

.post-section-en {
  color: rgba(75, 70, 65, 0.46);
  font-family:
    Baskerville,
    "Baskerville Old Face",
    Georgia,
    serif;
  font-size: 0.78em;
  font-style: italic;
  font-weight: 400;
  letter-spacing: 0.12em;
}

.post-update-list {
  display: grid;
  gap: 0;
  border-top: 1px solid rgba(224, 214, 200, 0.42);
}

.post-update-row {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 12px;
  align-items: baseline;
  padding: 12px 0;
  border-bottom: 1px solid rgba(224, 214, 200, 0.32);
}

.post-update-row time {
  color: rgba(75, 70, 65, 0.46);
  font-size: 0.7rem;
  font-weight: 300;
  letter-spacing: 0.04em;
  white-space: nowrap;
}

.post-update-row span {
  min-width: 0;
  overflow: hidden;
  color: rgba(75, 70, 65, 0.82);
  font-size: 0.86rem;
  font-weight: 300;
  letter-spacing: 0.06em;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.post-links {
  display: grid;
  gap: 14px;
  padding-bottom: 48px;
}

.post-link-panel {
  display: grid;
  gap: 14px;
  padding: 22px 0;
  border-top: 1px solid rgba(224, 214, 200, 0.42);
}

.post-link-panel h2 {
  color: rgba(75, 70, 65, 0.88);
  font-size: 1.02rem;
  font-weight: 300;
  letter-spacing: 0.1em;
}

.post-link-panel p {
  max-width: 34rem;
  margin: 0;
  color: rgba(75, 70, 65, 0.66);
  font-size: 0.84rem;
  font-weight: 300;
  line-height: 2;
}

.post-link-panel--primary {
  padding-top: 26px;
  background: linear-gradient(
    90deg,
    rgba(255, 255, 255, 0.22),
    rgba(255, 255, 255, 0)
  );
}

.voom-board {
  position: relative;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  margin: 4px 0 2px;
  padding: 8px 8px 10px;
}

.voom-board-photo {
  position: relative;
  margin: 0;
  align-self: center;
  width: min(100%, 138px);
  padding: 6px 6px 36px;
  border: 1px solid rgba(224, 214, 200, 0.42);
  border-radius: 2px;
  background: rgba(255, 255, 255, 0.82);
  box-shadow: 0 10px 24px rgba(75, 70, 65, 0.1);
}

.voom-board-photo::before {
  position: absolute;
  top: -6px;
  left: 50%;
  width: 28px;
  height: 10px;
  border: 1px solid rgba(224, 214, 200, 0.5);
  border-radius: 1px;
  background: rgba(246, 241, 233, 0.72);
  content: "";
  transform: translateX(-50%);
  z-index: 1;
}

.voom-board-photo img {
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  border-radius: 1px;
  filter: saturate(0.68) contrast(0.9) brightness(1.05);
}

.voom-board-photo time {
  position: absolute;
  top: 12px;
  left: 12px;
  padding: 2px 5px;
  border-radius: 999px;
  background: rgba(251, 250, 247, 0.62);
  color: rgba(75, 70, 65, 0.62);
  font-family:
    Baskerville,
    "Baskerville Old Face",
    Georgia,
    serif;
  font-size: 0.58rem;
  font-style: italic;
  line-height: 1;
  letter-spacing: 0.04em;
}

.voom-board-photo figcaption {
  position: absolute;
  right: 10px;
  bottom: 8px;
  left: 10px;
  color: rgba(75, 70, 65, 0.5);
  font-family:
    Baskerville,
    "Baskerville Old Face",
    Georgia,
    serif;
  font-size: 0.76rem;
  font-style: italic;
  line-height: 1;
  text-align: center;
  transform: rotate(-2deg);
}

.voom-board-photo--left {
  justify-self: end;
  transform: rotate(-2.2deg);
}

.voom-board-photo--center {
  justify-self: center;
  transform: translateY(4px) rotate(1.4deg);
}

.voom-board-photo--right {
  justify-self: start;
  transform: rotate(2deg);
}

.voom-button-wrap {
  position: relative;
  display: flex;
  width: fit-content;
  align-items: center;
  justify-content: center;
  margin: 4px auto 0;
}

.voom-button {
  display: inline-flex;
  width: fit-content;
  min-width: 176px;
  min-height: 52px;
  gap: 4px;
  align-items: center;
  justify-content: center;
  padding: 6px 18px;
  border: 1px solid rgba(194, 169, 110, 0.62);
  border-radius: 999px;
  background: #fff;
  box-shadow: 0 8px 22px rgba(75, 70, 65, 0.06);
  color: rgba(75, 70, 65, 0.86);
  font-size: 0.9rem;
  font-weight: 500;
  letter-spacing: 0.04em;
}

.voom-button span {
  flex: 0 0 auto;
}

.voom-button img {
  flex: 0 0 auto;
  width: 34px;
  height: 34px;
  object-fit: contain;
  opacity: 0.9;
  filter: saturate(0.78) contrast(1.02) drop-shadow(0 0 7px rgba(194, 169, 110, 0.26));
  mix-blend-mode: multiply;
}

.post-contact-panel {
  position: relative;
  display: grid;
  justify-items: center;
  gap: 14px;
  margin-top: 16px;
  min-height: 178px;
  padding: 34px 22px 36px;
  overflow: hidden;
  border-top: 1px solid rgba(224, 214, 200, 0.38);
  border-bottom: 1px solid rgba(224, 214, 200, 0.28);
  background: rgba(251, 250, 247, 0.98);
  text-align: center;
}

.post-contact-image {
  position: absolute;
  top: auto;
  bottom: -68px;
  left: 0;
  width: 96%;
  height: 200%;
  object-fit: contain;
  object-position: left bottom;
}

.post-contact-panel p {
  position: relative;
  z-index: 1;
  max-width: 34rem;
  margin: 0;
  color: rgba(75, 70, 65, 0.68);
  font-size: 0.84rem;
  font-weight: 500;
  line-height: 2;
}

.post-contact-smile {
  display: inline-block;
  font-size: 1.5em;
  font-weight: 300;
  line-height: 0;
  vertical-align: -0.08em;
}

.post-line-button {
  position: relative;
  z-index: 1;
  margin-top: 0;
}

.post-status-note {
  width: fit-content;
  color: rgba(75, 70, 65, 0.48);
  font-size: 0.72rem;
  font-weight: 300;
  letter-spacing: 0.12em;
}

.films-page {
  padding-top: 2px;
}

.films-hero {
  position: relative;
  width: 100vw;
  margin: 0 calc(50% - 50vw);
  overflow: hidden;
  border-bottom: 1px solid rgba(194, 174, 132, 0.22);
  background: var(--paper);
}

.films-hero-copy {
  position: absolute;
  z-index: 1;
  top: clamp(244px, 66vw, 306px);
  right: 20px;
  bottom: auto;
  left: max(20px, calc((100vw - 1060px) / 2 + 20px));
  max-width: 21rem;
}

.films-hero-copy::before {
  position: absolute;
  z-index: -1;
  inset: -30px -40px -24px -28px;
  content: "";
  background: radial-gradient(
    ellipse at 32% 48%,
    rgba(251, 250, 247, 0.9) 0%,
    rgba(251, 250, 247, 0.72) 42%,
    rgba(251, 250, 247, 0.26) 70%,
    rgba(251, 250, 247, 0) 100%
  );
  filter: blur(10px);
  pointer-events: none;
}

.films-hero-label {
  margin-bottom: 16px;
  color: rgba(75, 70, 65, 0.66);
  font-family:
    Baskerville,
    "Baskerville Old Face",
    Georgia,
    serif;
  font-size: 15px;
  font-style: italic;
  font-weight: 400;
  line-height: 1.25;
  letter-spacing: 0.16em;
}

.films-hero h1 {
  color: var(--ink);
  font-size: clamp(2.18rem, 12.8vw, 3.15rem);
  font-weight: 300;
  line-height: 1.18;
  letter-spacing: 0.24em;
}

.films-hero-copy > p:not(.films-hero-label) {
  max-width: none;
  margin-top: 5px;
  color: rgba(75, 70, 65, 0.76);
  font-size: clamp(0.72rem, 3.3vw, 0.84rem);
  font-weight: 300;
  line-height: 2.05;
  letter-spacing: 0.04em;
  white-space: nowrap;
}

.films-hero-image {
  margin: 0;
  overflow: hidden;
}

.films-hero-image img {
  width: 100%;
  height: clamp(430px, 102vw, 478px);
  object-fit: cover;
  object-position: 50% 44%;
  filter: saturate(0.72) contrast(0.92) brightness(1.05);
}

.films-public,
.films-library,
.films-archive {
  padding: 34px 0 8px;
}

.films-contact-panel {
  position: relative;
  display: grid;
  align-content: center;
  justify-items: center;
  gap: 14px;
  min-height: 196px;
  margin-top: 34px;
  padding: 42px 22px 38px;
  overflow: hidden;
  border-top: 1px solid rgba(224, 214, 200, 0.38);
  border-bottom: 1px solid rgba(224, 214, 200, 0.28);
  background: rgba(251, 250, 247, 0.98);
  text-align: center;
}

.films-contact-image {
  position: absolute;
  top: 0;
  left: 0;
  width: auto;
  height: 100%;
  opacity: 0.68;
}

.films-contact-panel::before {
  position: absolute;
  z-index: 1;
  inset: 20px max(18px, 18%) 18px max(18px, 18%);
  content: "";
  background: radial-gradient(
    ellipse at 50% 50%,
    rgba(251, 250, 247, 0.86) 0%,
    rgba(251, 250, 247, 0.64) 44%,
    rgba(251, 250, 247, 0.24) 72%,
    rgba(251, 250, 247, 0) 100%
  );
  filter: blur(12px);
  pointer-events: none;
}

.films-contact-panel p {
  position: relative;
  z-index: 2;
  max-width: 34rem;
  margin: 0;
  color: rgba(75, 70, 65, 0.68);
  font-size: 0.84rem;
  font-weight: 500;
  line-height: 2;
}

.films-contact-panel .line-button {
  z-index: 2;
}

.films-summary,
.films-note-panel {
  display: grid;
  gap: 10px;
  padding: 18px 0;
  border-top: 1px solid rgba(224, 214, 200, 0.42);
  border-bottom: 1px solid rgba(224, 214, 200, 0.32);
}

.films-summary p,
.films-note-panel p {
  max-width: 38rem;
  margin: 0;
  color: rgba(75, 70, 65, 0.66);
  font-size: 0.84rem;
  font-weight: 300;
  line-height: 2;
}

.films-note-panel h2,
.films-note-panel h3 {
  margin: 0;
  color: rgba(75, 70, 65, 0.88);
  font-size: 1.02rem;
  font-weight: 300;
  line-height: 1.6;
  letter-spacing: 0.1em;
}

.films-youtube-panel {
  position: relative;
  display: grid;
  gap: 20px;
  align-items: center;
  padding: 28px 0 30px;
  border-top: 1px solid rgba(224, 214, 200, 0.42);
  border-bottom: 1px solid rgba(224, 214, 200, 0.32);
}

.films-youtube-panel::before {
  width: 28px;
  height: 1px;
  background: rgba(154, 132, 92, 0.5);
  content: "";
}

.films-youtube-copy {
  display: grid;
  gap: 10px;
}

.films-youtube-label {
  margin: 0;
  color: rgba(75, 70, 65, 0.42);
  font-family: var(--serif);
  font-size: 0.72rem;
  font-style: italic;
  line-height: 1.4;
  letter-spacing: 0.18em;
}

.films-youtube-panel h2 {
  margin: 0;
  color: var(--ink);
  font-family: var(--serif);
  font-size: clamp(1.7rem, 8vw, 2.8rem);
  font-weight: 300;
  line-height: 1;
}

.films-youtube-panel p:not(.films-youtube-label) {
  max-width: 36rem;
  margin: 0;
  color: rgba(75, 70, 65, 0.68);
  font-size: 0.82rem;
  font-weight: 400;
  line-height: 1.9;
}

.films-youtube-link {
  display: inline-flex;
  width: fit-content;
  min-height: 38px;
  align-items: center;
  justify-content: center;
  gap: 12px;
  padding: 8px 22px;
  border: 1px solid rgba(179, 165, 141, 0.58);
  border-radius: 999px;
  background: rgba(251, 250, 247, 1);
  color: rgba(75, 70, 65, 0.78);
  font-size: 0.76rem;
  font-weight: 400;
  letter-spacing: 0.1em;
  text-decoration: none;
}

.films-youtube-link span:last-child {
  color: rgba(154, 132, 92, 0.78);
  font-family: var(--serif);
  font-size: 1rem;
  line-height: 1;
}

.films-course-list {
  display: grid;
  gap: 12px;
  margin-top: 18px;
}

.films-course {
  border-top: 1px solid rgba(224, 214, 200, 0.42);
  border-bottom: 1px solid rgba(224, 214, 200, 0.32);
}

.films-course summary {
  display: grid;
  grid-template-columns: minmax(0, 0.42fr) minmax(0, 1fr) auto;
  gap: 10px;
  align-items: baseline;
  padding: 15px 0;
  cursor: pointer;
  list-style: none;
}

.films-course summary::-webkit-details-marker {
  display: none;
}

.films-course summary::after {
  content: "＋";
  color: rgba(75, 70, 65, 0.42);
  font-size: 0.86rem;
}

.films-course[open] summary::after {
  content: "−";
}

.films-course summary span,
.films-course summary small {
  color: rgba(75, 70, 65, 0.46);
  font-size: 0.68rem;
  font-weight: 300;
  letter-spacing: 0.08em;
}

.films-course summary strong {
  min-width: 0;
  overflow: hidden;
  color: rgba(75, 70, 65, 0.88);
  font-size: 0.88rem;
  font-weight: 300;
  letter-spacing: 0.06em;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.films-video-list {
  display: grid;
  gap: 12px;
  padding: 0 0 18px;
}

.films-video-list article {
  display: grid;
  gap: 5px;
  padding-left: 1rem;
  border-left: 1px solid rgba(194, 174, 132, 0.28);
}

.films-video-list h3 {
  margin: 0;
  color: rgba(75, 70, 65, 0.84);
  font-size: 0.82rem;
  font-weight: 300;
  line-height: 1.65;
  letter-spacing: 0.06em;
}

.films-video-list p {
  margin: 0;
  color: rgba(75, 70, 65, 0.6);
  font-size: 0.76rem;
  font-weight: 300;
  line-height: 1.85;
}

.consultation-page {
  padding-top: 2px;
}

.consultation-hero {
  position: relative;
  width: 100vw;
  margin: 0 calc(50% - 50vw);
  overflow: hidden;
  border-bottom: 1px solid rgba(194, 174, 132, 0.22);
  background: var(--paper);
}

.consultation-hero-image {
  margin: 0;
  overflow: hidden;
}

.consultation-hero-image img {
  width: 100%;
  height: clamp(430px, 102vw, 478px);
  object-fit: cover;
  object-position: 50% 52%;
  filter: saturate(0.72) contrast(0.92) brightness(1.05);
}

.consultation-hero-copy {
  position: absolute;
  z-index: 1;
  top: clamp(244px, 66vw, 306px);
  right: 20px;
  bottom: auto;
  left: max(20px, calc((100vw - 1060px) / 2 + 20px));
  max-width: 21rem;
}

.consultation-hero-copy::before {
  position: absolute;
  z-index: -1;
  inset: -30px -40px -24px -28px;
  content: "";
  background: radial-gradient(
    ellipse at 32% 48%,
    rgba(251, 250, 247, 0.9) 0%,
    rgba(251, 250, 247, 0.72) 42%,
    rgba(251, 250, 247, 0.26) 70%,
    rgba(251, 250, 247, 0) 100%
  );
  filter: blur(10px);
  pointer-events: none;
}

.consultation-hero-label {
  margin-bottom: 16px;
  color: rgba(75, 70, 65, 0.66);
  font-family:
    Baskerville,
    "Baskerville Old Face",
    Georgia,
    serif;
  font-size: 15px;
  font-style: italic;
  font-weight: 400;
  line-height: 1.25;
  letter-spacing: 0.16em;
}

.consultation-hero h1 {
  color: var(--ink);
  font-size: clamp(2.18rem, 12.8vw, 3.15rem);
  font-weight: 300;
  line-height: 1.18;
  letter-spacing: 0.24em;
}

.consultation-hero-lead {
  max-width: none;
  margin-top: 5px;
  color: rgba(75, 70, 65, 0.76);
  font-size: clamp(0.72rem, 3.3vw, 0.84rem);
  font-weight: 300;
  line-height: 2.05;
  letter-spacing: 0.04em;
  white-space: nowrap;
}

.prose {
  color: var(--muted);
  font-size: 0.9rem;
}

.prose p {
  margin-bottom: 0;
}

.prose p + p,
.prose ul + p,
.prose p + ul {
  margin-top: 12px;
}

.prose ul {
  margin: 12px 0 0;
  padding-left: 1.15rem;
}

.prose li {
  margin: 6px 0;
}

.prose h3 {
  margin: 22px 0 0;
  color: var(--ink);
  font-size: 0.9rem;
  font-weight: 500;
}

.consultation-hero .prose {
  margin-top: 18px;
}

.consultation-intro {
  max-width: 42rem;
  margin: 34px auto 0;
  padding: 18px 0;
  border-top: 1px solid rgba(224, 214, 200, 0.42);
  border-bottom: 1px solid rgba(224, 214, 200, 0.32);
  line-height: 2;
}

.consultation-page .prose {
  color: rgba(75, 70, 65, 0.66);
  font-size: 0.84rem;
  font-weight: 300;
  line-height: 2;
}

.consultation-page .prose h3 {
  color: rgba(75, 70, 65, 0.84);
  font-size: 0.82rem;
  font-weight: 300;
  letter-spacing: 0.08em;
}

.service-list {
  display: grid;
  gap: 0;
  margin-top: 34px;
}

.service-panel {
  padding: 22px 0;
  border-top: 1px solid rgba(224, 214, 200, 0.42);
  background: transparent;
}

.service-panel:last-child {
  border-bottom: 1px solid rgba(224, 214, 200, 0.32);
}

.service-heading {
  display: grid;
  gap: 6px;
  padding-bottom: 0;
  margin-bottom: 14px;
}

.service-heading h2,
.info-section h2 {
  color: rgba(75, 70, 65, 0.86);
  font-size: 1.02rem;
  font-weight: 300;
  line-height: 1.6;
  letter-spacing: 0.14em;
}

.price {
  width: fit-content;
  margin-bottom: 0;
  padding: 0;
  border: 0;
  color: rgba(75, 70, 65, 0.54);
  background: transparent;
  font-size: 0.78rem;
  font-weight: 300;
  letter-spacing: 0.08em;
}

.info-section {
  margin-top: 24px;
  padding-top: 24px;
  border-top: 1px solid rgba(224, 214, 200, 0.38);
}

.info-section .prose {
  margin-top: 10px;
}

.final-contact {
  position: relative;
  min-height: 236px;
  padding: 42px 22px 38px;
  overflow: hidden;
  border-bottom: 1px solid rgba(224, 214, 200, 0.28);
  text-align: center;
}

.final-contact::before {
  position: absolute;
  inset: 0;
  z-index: 1;
  content: "";
  background:
    linear-gradient(180deg, rgba(251, 250, 247, 0.32), rgba(251, 250, 247, 0.46)),
    radial-gradient(ellipse at 50% 50%, rgba(251, 250, 247, 0.42), rgba(251, 250, 247, 0.62) 74%);
  pointer-events: none;
}

.consultation-contact-bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 54% 52%;
  filter: saturate(0.78) contrast(0.92) brightness(1.03);
}

.consultation-contact-copy {
  position: relative;
  z-index: 2;
  display: grid;
  justify-items: center;
  gap: 14px;
  text-align: center;
}

.consultation-contact-copy p {
  max-width: 34rem;
  margin: 0;
  color: rgba(75, 70, 65, 0.68);
  font-size: 0.84rem;
  font-weight: 500;
  line-height: 2;
}

.consultation-line-button {
  margin-top: 0;
  background: #fff;
}

.consultation-line-button:has(.friend-button-icon) {
  gap: 4px;
}

.friend-button-icon {
  opacity: 0.94;
  filter: saturate(0.88) contrast(1.08);
}

.consultation-button {
  margin-top: 18px;
}

.line-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 18px;
}

.line-actions .consultation-button {
  margin-top: 0;
}

.archive-page {
  width: 100%;
  padding-top: 0;
}

.archive-hero {
  min-height: auto;
  background: var(--base);
}

.archive-hero-image {
  position: relative;
  overflow: hidden;
  margin: 0;
  min-height: clamp(430px, 102vw, 478px);
  border-radius: 0;
  background: var(--paper);
}

.archive-hero-image img {
  width: 100%;
  min-height: 0;
  height: clamp(430px, 102vw, 478px);
  aspect-ratio: auto;
  object-fit: cover;
  object-position: center;
  filter: brightness(1.03) saturate(0.84) contrast(0.92);
}

.archive-hero-image::after {
  content: none;
}

.archive-hero-text {
  position: absolute;
  z-index: 1;
  top: clamp(244px, 66vw, 306px);
  right: 20px;
  bottom: auto;
  left: 20px;
  max-width: 21rem;
}

.archive-hero-text::before {
  position: absolute;
  z-index: -1;
  inset: -30px -40px -24px -28px;
  content: "";
  background: radial-gradient(
    ellipse at 32% 48%,
    rgba(251, 250, 247, 0.9) 0%,
    rgba(251, 250, 247, 0.72) 42%,
    rgba(251, 250, 247, 0.26) 70%,
    rgba(251, 250, 247, 0) 100%
  );
  filter: blur(10px);
  pointer-events: none;
}

.archive-label {
  margin-bottom: 16px;
  color: rgba(75, 70, 65, 0.66);
  font-family:
    Baskerville,
    "Baskerville Old Face",
    Georgia,
    serif;
  font-size: 15px;
  font-style: italic;
  font-weight: 400;
  line-height: 1.25;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.archive-hero h1 {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
  align-items: baseline;
  color: var(--ink);
  font-size: clamp(2.18rem, 12.8vw, 3.15rem);
  font-weight: 300;
  line-height: 1.18;
  letter-spacing: 0.24em;
}

.archive-hero-text > p:not(.archive-label) {
  max-width: none;
  margin-top: 5px;
  color: rgba(75, 70, 65, 0.76);
  font-size: clamp(0.72rem, 3.3vw, 0.84rem);
  font-weight: 300;
  line-height: 2.05;
  letter-spacing: 0.04em;
  white-space: nowrap;
}

.scroll-cue {
  display: none;
  gap: 8px;
  margin-top: 24px;
  color: rgba(117, 111, 104, 0.72);
  font-family:
    Baskerville,
    "Baskerville Old Face",
    Georgia,
    serif;
  font-size: 0.72rem;
  font-style: italic;
}

.scroll-cue::after {
  display: block;
  width: 1px;
  height: 34px;
  margin-left: 0.35em;
  background: rgba(194, 174, 132, 0.44);
  content: "";
}

.archive-start {
  position: relative;
  width: min(100% - 40px, 980px);
  height: 28px;
  margin: 4px auto 0;
}

.archive-start::before {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  height: 1px;
  background: linear-gradient(
    90deg,
    rgba(224, 214, 200, 0),
    rgba(194, 174, 132, 0.34) 28%,
    rgba(194, 174, 132, 0.34) 72%,
    rgba(224, 214, 200, 0)
  );
  content: "";
}

.archive-start::after {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 5px;
  height: 5px;
  border: 1px solid rgba(194, 174, 132, 0.48);
  background: var(--base);
  content: "";
  transform: translate(-50%, -50%) rotate(45deg);
}

.archive-categories {
  width: min(100% - 40px, 980px);
  margin: 0 auto;
  padding: 14px 0 28px;
}

.archive-section-head {
  display: grid;
  gap: 8px;
  margin-bottom: 26px;
}

.archive-section-label {
  margin: 0;
  color: rgba(75, 70, 65, 0.52);
  font-family:
    Baskerville,
    "Baskerville Old Face",
    Georgia,
    serif;
  font-size: 0.72rem;
  font-style: italic;
  font-weight: 400;
  letter-spacing: 0.12em;
}

.archive-section-head h2 {
  color: rgba(75, 70, 65, 0.86);
  font-size: 1.02rem;
  font-weight: 300;
  line-height: 1.6;
  letter-spacing: 0.16em;
}

.category-list {
  display: grid;
  gap: 18px;
}

.category-card {
  display: grid;
  grid-template-columns: 82px minmax(0, 1fr);
  gap: 18px;
  align-items: center;
  min-height: 118px;
  padding: 21px 17px;
  border: 1px solid rgba(224, 214, 200, 0.42);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.16);
}

.category-card img {
  width: 82px;
  height: 82px;
  object-fit: contain;
  object-position: center;
  opacity: 0.84;
  filter: saturate(0.68) contrast(0.9);
  mix-blend-mode: multiply;
}

.category-card > span {
  display: grid;
  gap: 8px;
}

.category-title,
.category-copy {
  display: block;
}

.category-title {
  color: rgba(75, 70, 65, 0.9);
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.45;
  letter-spacing: 0.13em;
}

.category-copy {
  color: rgba(75, 70, 65, 0.68);
  font-size: 0.76rem;
  font-weight: 300;
  line-height: 1.72;
  letter-spacing: 0;
}

.recent-posts {
  width: min(100% - 40px, 980px);
  margin: 0 auto;
  padding: 22px 0 34px;
}

.recent-posts-head {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 16px;
  align-items: end;
  margin-bottom: 20px;
}

.recent-posts-head .archive-section-head {
  margin-bottom: 0;
}

.recent-posts-link {
  padding-bottom: 0.34rem;
  border-bottom: 1px solid rgba(194, 174, 132, 0.26);
  color: rgba(75, 70, 65, 0.68);
  font-size: 0.72rem;
  font-weight: 300;
  line-height: 1.4;
  letter-spacing: 0.08em;
  white-space: nowrap;
}

.recent-post-list {
  display: grid;
  grid-auto-columns: minmax(150px, 42vw);
  grid-auto-flow: column;
  gap: 14px;
  overflow-x: auto;
  margin-right: -20px;
  margin-left: -20px;
  padding: 2px 20px 12px;
  scroll-snap-type: x proximity;
  scrollbar-width: none;
}

.recent-post-list::-webkit-scrollbar {
  display: none;
}

.recent-post-card {
  display: grid;
  gap: 11px;
  padding: 8px 8px 12px;
  border: 1px solid rgba(224, 214, 200, 0.38);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.18);
  box-shadow: 0 10px 22px rgba(75, 70, 65, 0.04);
  cursor: pointer;
  scroll-snap-align: start;
  transition:
    border-color 180ms ease,
    transform 180ms ease;
}

.recent-post-card:hover,
.recent-post-card:focus-visible {
  border-color: rgba(194, 174, 132, 0.54);
  outline: none;
  transform: translateY(-1px);
}

.recent-post-card img {
  width: 100%;
  aspect-ratio: 4 / 3;
  border-radius: 6px;
  object-fit: cover;
  filter: saturate(0.78) contrast(0.92) brightness(1.04);
}

.recent-post-card h3 {
  margin: 0;
  color: rgba(75, 70, 65, 0.9);
  font-size: 0.9rem;
  font-weight: 300;
  line-height: 1.55;
  letter-spacing: 0.1em;
}

.recent-post-card p {
  display: flex;
  flex-wrap: wrap;
  gap: 6px 8px;
  margin-top: 6px;
  color: rgba(75, 70, 65, 0.58);
  font-family:
    Baskerville,
    "Baskerville Old Face",
    Georgia,
    serif;
  font-size: 0.69rem;
  font-style: italic;
  line-height: 1.45;
  letter-spacing: 0.04em;
}

.recent-post-card span::before {
  margin-right: 8px;
  color: rgba(194, 174, 132, 0.58);
  content: "/";
}

.archive-message {
  position: relative;
  overflow: hidden;
  width: 100vw;
  margin: 28px calc(50% - 50vw) 0;
  border-top: 1px solid rgba(224, 214, 200, 0.34);
  border-bottom: 1px solid rgba(224, 214, 200, 0.34);
  background: rgba(251, 250, 247, 0.96);
}

.archive-message img {
  display: block;
  width: 100%;
  aspect-ratio: 851 / 254;
  height: auto;
  object-fit: cover;
  object-position: center bottom;
}

.archive-message::after {
  content: none;
}

.category-page {
  padding-top: 30px;
}

.category-hero,
.category-index {
  width: min(100% - 40px, 980px);
  margin: 0 auto;
}

.category-hero {
  display: grid;
  justify-items: start;
  padding: 18px 0 34px;
  border-bottom: 1px solid rgba(224, 214, 200, 0.44);
}

.category-back-link {
  margin-bottom: 24px;
  color: rgba(75, 70, 65, 0.58);
  font-size: 0.72rem;
  font-weight: 300;
  letter-spacing: 0.08em;
}

.category-hero img {
  width: 86px;
  height: 86px;
  margin-bottom: 18px;
  object-fit: contain;
  opacity: 0.76;
  filter: saturate(0.68) contrast(0.9);
  mix-blend-mode: multiply;
}

.category-hero h1 {
  margin: 6px 0 14px;
  color: rgba(75, 70, 65, 0.9);
  font-size: clamp(2.18rem, 12vw, 3.2rem);
  font-weight: 300;
  line-height: 1.18;
  letter-spacing: 0.24em;
}

.category-hero > p:not(.archive-section-label) {
  max-width: 28rem;
  margin: 0;
  color: rgba(75, 70, 65, 0.68);
  font-size: 0.82rem;
  font-weight: 300;
  line-height: 2;
}

.category-index {
  padding: 32px 0 44px;
}

.category-index--compact {
  padding-top: 6px;
}

.zodiac-series-grid {
  display: grid;
  gap: 0;
}

.zodiac-series-grid--grouped {
  gap: 18px;
}

.zodiac-series-group {
  display: grid;
  gap: 7px;
  padding-bottom: 14px;
  border-bottom: 1px solid rgba(224, 214, 200, 0.42);
}

.zodiac-series-heading {
  display: flex;
  gap: 8px;
  align-items: baseline;
  margin: 0;
  color: rgba(75, 70, 65, 0.78);
  font-size: 0.86rem;
  font-weight: 300;
  line-height: 1.5;
  letter-spacing: 0.1em;
}

.zodiac-series-heading small {
  color: rgba(75, 70, 65, 0.42);
  font-family:
    Baskerville,
    "Baskerville Old Face",
    Georgia,
    serif;
  font-size: 0.64rem;
  font-style: italic;
  font-weight: 400;
  letter-spacing: 0.08em;
}

.zodiac-series-rows {
  display: grid;
  gap: 0;
}

.zodiac-series-row {
  display: grid;
  grid-template-columns: 0.82rem minmax(0, 1fr);
  gap: 6px;
  align-items: baseline;
  padding: 8px 0;
  border-top: 1px solid rgba(224, 214, 200, 0.28);
}

.zodiac-series-row::before {
  content: "✧";
  color: rgba(148, 124, 82, 0.72);
  font-size: 0.58rem;
  line-height: 1.55;
}

.zodiac-series-card {
  display: grid;
  grid-template-columns: 3.65rem 2.4rem minmax(0, 1fr) minmax(4.8rem, 0.28fr);
  gap: 4px 9px;
  align-items: baseline;
  padding: 10px 0;
  border-bottom: 1px solid rgba(224, 214, 200, 0.42);
}

.zodiac-series-card--compact .zodiac-sign-en {
  display: none;
}

.zodiac-sign-en {
  color: rgba(75, 70, 65, 0.46);
  font-family:
    Baskerville,
    "Baskerville Old Face",
    Georgia,
    serif;
  font-size: 0.64rem;
  font-style: italic;
  letter-spacing: 0.08em;
}

.zodiac-sign-ja {
  color: rgba(75, 70, 65, 0.78);
  font-size: 0.82rem;
  font-weight: 300;
  letter-spacing: 0.1em;
}

.zodiac-series-kind {
  color: rgba(75, 70, 65, 0.46);
  font-size: 0.62rem;
  font-weight: 300;
  letter-spacing: 0.08em;
}

.zodiac-series-row h3 {
  margin: 0;
  min-width: 0;
  overflow: hidden;
  color: rgba(75, 70, 65, 0.88);
  font-size: 0.82rem;
  font-weight: 300;
  line-height: 1.55;
  letter-spacing: 0.04em;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.zodiac-series-row p {
  margin: 0;
  min-width: 0;
  overflow: hidden;
  color: rgba(75, 70, 65, 0.55);
  font-size: 0.66rem;
  font-weight: 300;
  line-height: 1.5;
  text-align: right;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.zodiac-series-card h3 {
  margin: 0;
  min-width: 0;
  overflow: hidden;
  color: rgba(75, 70, 65, 0.88);
  font-size: 0.82rem;
  font-weight: 300;
  line-height: 1.55;
  letter-spacing: 0.04em;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.zodiac-series-card p {
  grid-column: auto;
  margin: 0;
  min-width: 0;
  overflow: hidden;
  color: rgba(75, 70, 65, 0.55);
  font-size: 0.66rem;
  font-weight: 300;
  line-height: 1.5;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.category-article-list {
  display: grid;
  gap: 12px;
}

.category-article-list--compact {
  gap: 8px;
}

.category-archive-list--grouped {
  display: grid;
  gap: 18px;
}

.category-archive-list--chronological {
  display: grid;
  gap: 18px;
}

.category-archive-group {
  display: grid;
  gap: 7px;
  padding-bottom: 14px;
  border-bottom: 1px solid rgba(224, 214, 200, 0.42);
}

.category-archive-group--full {
  grid-column: 1 / -1;
}

.category-archive-group--featured {
  grid-column: 1 / -1;
  padding: 14px 0 18px;
  border-top: 1px solid rgba(224, 214, 200, 0.34);
  background: linear-gradient(
    90deg,
    rgba(255, 255, 255, 0.22),
    rgba(255, 255, 255, 0)
  );
}

.category-archive-rows {
  display: grid;
  gap: 0;
}

.category-archive-row {
  display: grid;
  grid-template-columns: 0.82rem minmax(0, 1fr);
  gap: 6px;
  align-items: baseline;
  padding: 8px 0;
  border-top: 1px solid rgba(224, 214, 200, 0.28);
}

.category-archive-row::before {
  content: "✧";
  color: rgba(148, 124, 82, 0.72);
  font-size: 0.58rem;
  line-height: 1.55;
}

.category-archive-row--dated {
  grid-template-columns: 0.82rem auto minmax(0, 1fr);
  gap: 6px;
}

.archive-row-date {
  color: rgba(75, 70, 65, 0.46);
  font-size: 0.68rem;
  font-weight: 300;
  line-height: 1.55;
  letter-spacing: 0.04em;
  white-space: nowrap;
}

.archive-row-date::after {
  content: "|";
  margin: 0 4px 0 8px;
  color: rgba(75, 70, 65, 0.3);
}

.category-archive-row h3 {
  margin: 0;
  min-width: 0;
  overflow: hidden;
  color: rgba(75, 70, 65, 0.88);
  font-size: 0.82rem;
  font-weight: 300;
  line-height: 1.55;
  letter-spacing: 0.04em;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.category-article-card {
  display: grid;
  gap: 8px;
  padding: 18px 17px;
  border: 1px solid rgba(224, 214, 200, 0.4);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.16);
}

.category-article-card--compact {
  grid-template-columns: minmax(0, 1fr);
  gap: 3px;
  align-items: baseline;
  padding: 10px 0;
  border-width: 0 0 1px;
  border-radius: 0;
  background: transparent;
}

.category-article-card--compact h3 {
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.category-article-card--compact p {
  grid-column: auto;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.category-article-card--compact .article-status {
  display: none;
}

.article-status {
  width: fit-content;
  padding: 0.22rem 0.55rem;
  border: 1px solid rgba(194, 174, 132, 0.28);
  border-radius: 999px;
  color: rgba(75, 70, 65, 0.54);
  font-size: 0.64rem;
  font-weight: 300;
  line-height: 1.4;
  letter-spacing: 0.08em;
}

.category-article-card h3 {
  margin: 0;
  color: rgba(75, 70, 65, 0.88);
  font-size: 0.94rem;
  font-weight: 300;
  line-height: 1.72;
  letter-spacing: 0.06em;
}

.category-article-card p {
  margin: 0;
  color: rgba(75, 70, 65, 0.58);
  font-size: 0.72rem;
  font-weight: 300;
  line-height: 1.7;
}

.article-page {
  padding-top: 78px;
  padding-right: 20px;
  padding-left: 20px;
}

.cabinet-article {
  max-width: 700px;
  margin: 0 auto;
}

.article-hero {
  padding: 28px 0 38px;
  border-bottom: 1px solid rgba(224, 214, 200, 0.42);
}

.article-hero--with-image {
  padding-top: 18px;
}

.article-featured-image {
  margin: 24px 0 26px;
  overflow: hidden;
  border-radius: 8px;
  border: 1px solid rgba(224, 214, 200, 0.34);
  background: rgba(255, 255, 255, 0.18);
}

.article-featured-image img {
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  object-position: center;
  filter: saturate(0.72) contrast(0.92) brightness(1.05);
}

.article-hero h1 {
  margin: 10px 0 18px;
  color: rgba(75, 70, 65, 0.9);
  font-size: clamp(1.58rem, 6.4vw, 2.48rem);
  font-weight: 300;
  line-height: 1.45;
  letter-spacing: 0.08em;
}

.article-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 14px;
  color: rgba(75, 70, 65, 0.48);
  font-size: 0.68rem;
  font-weight: 300;
  letter-spacing: 0.08em;
}

.article-meta span + span::before {
  content: "|";
  margin-right: 14px;
  color: rgba(75, 70, 65, 0.28);
}

.article-body {
  padding: 34px 0 42px;
  color: rgba(75, 70, 65, 0.76);
  font-size: 0.92rem;
  font-weight: 300;
  line-height: 2.15;
  letter-spacing: 0.04em;
}

.article-body h2 {
  margin: 2.5rem 0 1rem;
  color: rgba(75, 70, 65, 0.86);
  font-size: 1.04rem;
  font-weight: 300;
  line-height: 1.8;
  letter-spacing: 0.1em;
}

.article-body p,
.article-body ul {
  margin: 0 0 1.25rem;
}

.article-body ul {
  display: grid;
  gap: 0.68rem;
  padding: 0;
  list-style: none;
}

.article-body li {
  position: relative;
  padding-left: 1.2rem;
}

.article-body li::before {
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(148, 124, 82, 0.72);
  content: "✧";
  font-size: 0.58rem;
}

.article-body img {
  width: 100%;
  height: auto;
  margin: 1.2rem 0;
  border-radius: 8px;
  filter: saturate(0.72) contrast(0.92) brightness(1.05);
}

.article-body figure {
  margin: 2rem 0 2.2rem;
}

.article-body figcaption {
  margin-top: 0.5rem;
  color: rgba(75, 70, 65, 0.48);
  font-size: 0.72rem;
  line-height: 1.7;
}

.article-body a {
  border-bottom: 1px solid rgba(194, 174, 132, 0.4);
}

.article-index-page {
  padding: 72px 20px 42px;
}

.article-index-list {
  display: grid;
  max-width: 760px;
  margin: 24px auto 0;
  border-top: 1px solid rgba(224, 214, 200, 0.42);
}

.article-index-card {
  display: grid;
  grid-template-columns: minmax(6.5rem, auto) minmax(0, 1fr) auto;
  gap: 10px 14px;
  align-items: baseline;
  padding: 14px 0;
  border-bottom: 1px solid rgba(224, 214, 200, 0.42);
}

.article-index-date,
.article-index-category {
  color: rgba(75, 70, 65, 0.5);
  font-size: 0.72rem;
  font-weight: 300;
  letter-spacing: 0.08em;
  white-space: nowrap;
}

.article-index-title {
  color: rgba(75, 70, 65, 0.88);
  font-size: 0.88rem;
  font-weight: 300;
  line-height: 1.6;
  letter-spacing: 0.06em;
}

.article-inline-figure {
  margin: 2rem 0 2.2rem;
  overflow: hidden;
  border-radius: 8px;
  border: 1px solid rgba(224, 214, 200, 0.34);
  background: rgba(255, 255, 255, 0.18);
}

.article-inline-figure img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  object-position: center;
  filter: saturate(0.72) contrast(0.92) brightness(1.05);
}

.article-footer {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 22px;
  padding: 26px 0 62px;
  border-top: 1px solid rgba(224, 214, 200, 0.42);
}

.article-source-link {
  color: rgba(75, 70, 65, 0.78);
  font-size: 0.76rem;
  font-weight: 300;
  letter-spacing: 0.08em;
}

.site-footer {
  display: grid;
  grid-template-columns: 34px minmax(0, 1fr);
  gap: 12px;
  align-items: start;
  margin-top: 0;
  padding: 22px 0 34px;
  border-top: 1px solid var(--line-soft);
  color: var(--muted);
  font-size: 0.72rem;
}

.site-footer img {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  object-fit: cover;
  opacity: 0.58;
  filter: sepia(0.16) contrast(0.9);
}

.site-footer p {
  margin-bottom: 2px;
  color: var(--ink);
  font-weight: 500;
}

.site-footer small {
  display: block;
}

@media (max-width: 559px) {
  .quick-copy,
  .line-lead,
  .prose,
  .post-contact-panel p,
  .films-contact-panel p,
  .consultation-contact-copy p,
  .post-hero-copy > p:not(.post-hero-label),
  .consultation-hero-lead,
  .archive-hero-text > p:not(.archive-label),
  .films-hero-copy > p:not(.films-hero-label) {
    color: rgba(75, 70, 65, 0.84);
  }

  .button,
  .line-button,
  .voom-button {
    background: #fff;
  }

  .article-index-card {
    grid-template-columns: minmax(0, 1fr);
    gap: 4px;
  }

  .article-index-category {
    display: none;
  }
}

@media (min-width: 560px) {
  .quick-links {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 16px;
  }

  .hero > img {
    aspect-ratio: 16 / 8.6;
  }
}

@media (min-width: 780px) {
  .page,
  .site-footer {
    width: min(100% - 72px, 1060px);
  }

  .site-header {
    padding: 24px 44px;
  }

  .site-mark img {
    width: 72px;
    height: 72px;
  }

  .header-nav {
    gap: 34px;
    font-size: 1rem;
  }

  .site-note {
    margin-top: 36px;
    font-size: 0.96rem;
  }

  .hero {
    border-radius: 13px;
  }

  .hero-title {
    left: 34px;
    bottom: 32px;
    width: min(43vw, 460px);
  }

  .lead {
    margin-top: 28px;
    font-size: 0.78rem;
  }

  .about-text {
    margin-top: 34px;
  }

  .quick-links {
    margin-top: 34px;
    padding-top: 32px;
  }

  .line-banner img {
    max-height: 226px;
    aspect-ratio: 16 / 4.2;
  }

  .films-youtube-panel {
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 34px;
    padding-top: 34px;
    padding-bottom: 34px;
  }

  .post-hero {
    min-height: calc(100svh - 121px);
  }

  .post-hero-image img {
    min-height: calc(100svh - 121px);
    height: calc(100svh - 121px);
    aspect-ratio: 16 / 7.7;
    object-position: center;
  }

  .post-hero-copy {
    top: 25%;
    right: auto;
    bottom: auto;
    left: max(52px, calc((100vw - 1060px) / 2 + 20px));
    max-width: 24rem;
  }

  .post-hero-copy h1 {
    font-size: clamp(2.5rem, 4.7vw, 4rem);
    letter-spacing: 0.28em;
  }

  .post-hero-copy > p:not(.post-hero-label) {
    max-width: 20rem;
    font-size: 0.9rem;
    line-height: 2.15;
  }

  .consultation-hero {
    min-height: calc(100svh - 121px);
  }

  .consultation-hero-image img {
    min-height: calc(100svh - 121px);
    height: calc(100svh - 121px);
    aspect-ratio: 16 / 7.7;
    object-position: 50% 52%;
  }

  .consultation-hero-copy {
    top: 25%;
    right: auto;
    bottom: auto;
    left: max(52px, calc((100vw - 1060px) / 2 + 20px));
    max-width: 24rem;
  }

  .consultation-hero-copy h1 {
    font-size: clamp(2.5rem, 4.7vw, 4rem);
    letter-spacing: 0.28em;
  }

  .consultation-hero-lead {
    max-width: 20rem;
    font-size: 0.9rem;
    line-height: 2.15;
  }

  .service-list {
    gap: 0;
    margin-top: 34px;
  }

  .service-panel {
    display: grid;
    grid-template-columns: minmax(180px, 0.32fr) minmax(0, 0.68fr);
    gap: 32px;
    padding: 24px 0;
  }

  .service-heading {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: 0;
  }

  .info-section {
    display: grid;
    grid-template-columns: minmax(180px, 0.32fr) minmax(0, 0.68fr);
    gap: 32px;
    margin-top: 30px;
    padding-top: 30px;
  }

  .info-section .prose {
    margin-top: 0;
  }

  .final-contact {
    display: block;
    min-height: 280px;
  }

  .final-contact .consultation-contact-copy {
    margin-top: 0;
  }

  .archive-page {
    width: 100%;
    padding-top: 0;
  }

  .archive-hero {
    min-height: calc(100svh - 121px);
  }

  .archive-hero-image {
    min-height: calc(100svh - 121px);
    border-radius: 0;
  }

  .archive-hero-image img {
    min-height: calc(100svh - 121px);
    aspect-ratio: 16 / 7.7;
    object-position: center;
  }

  .archive-hero-image::after {
    content: none;
  }

  .archive-hero-text {
    top: 25%;
    right: auto;
    bottom: auto;
    left: max(52px, calc((100vw - 1060px) / 2 + 20px));
    max-width: 24rem;
  }

  .scroll-cue {
    display: inline-grid;
  }

  .archive-hero h1 {
    font-size: clamp(2.5rem, 4.7vw, 4rem);
    letter-spacing: 0.28em;
  }

  .archive-hero-text > p:not(.archive-label) {
    max-width: 20rem;
    font-size: 0.9rem;
    line-height: 2.15;
  }

  .archive-categories {
    padding-top: 34px;
  }

  .category-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px;
  }

  .category-card {
    grid-template-columns: 96px minmax(0, 1fr);
    min-height: 144px;
    padding: 26px 24px;
  }

  .category-card img {
    width: 96px;
    height: 96px;
  }

  .zodiac-series-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0 22px;
  }

  .zodiac-series-grid--grouped {
    gap: 20px 26px;
  }

  .category-archive-list--grouped {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px 26px;
  }

  .films-hero {
    min-height: calc(100svh - 121px);
  }

  .films-hero-image img {
    min-height: calc(100svh - 121px);
    height: calc(100svh - 121px);
    aspect-ratio: 16 / 7.7;
    object-position: 50% 44%;
  }

  .films-hero-copy {
    top: 25%;
    right: auto;
    bottom: auto;
    left: max(52px, calc((100vw - 1060px) / 2 + 20px));
    max-width: 24rem;
  }

  .films-hero-copy h1 {
    font-size: clamp(2.5rem, 4.7vw, 4rem);
    letter-spacing: 0.28em;
  }

  .films-hero-copy > p:not(.films-hero-label) {
    max-width: 20rem;
    font-size: 0.9rem;
    line-height: 2.15;
  }

  .zodiac-series-card {
    padding: 10px 0;
  }

  .category-article-card--compact {
    grid-template-columns: auto minmax(0, 1fr) minmax(10rem, 0.28fr);
    gap: 10px 13px;
    padding: 11px 14px;
  }

  .category-article-card--compact p {
    grid-column: auto;
    text-align: right;
  }

  .recent-posts {
    padding-top: 34px;
  }

  .recent-post-list {
    grid-auto-columns: 168px;
    gap: 18px;
    margin-right: calc((980px - 100vw) / 2);
    margin-left: 0;
    padding-right: max(20px, calc((100vw - 980px) / 2 + 20px));
    padding-left: 0;
  }

  .archive-message {
    margin-top: 38px;
    margin-bottom: 0;
  }

  .archive-message img {
    width: 100%;
  }

}

/* Readability tone: keep labels and metadata pale, strengthen body copy only. */
.post-hero-copy > p:not(.post-hero-label),
.post-link-panel p,
.post-contact-panel p,
.films-hero-copy > p:not(.films-hero-label),
.films-contact-panel p,
.consultation-hero-lead,
.consultation-page .prose,
.consultation-contact-copy p,
.archive-hero-text > p:not(.archive-label),
.category-copy,
.category-hero > p:not(.archive-section-label),
.article-body {
  color: rgba(75, 70, 65, 0.86);
  font-weight: 400;
}

.post-link-panel h2,
.service-heading h2,
.info-section h2,
.archive-section-head h2,
.category-hero h1,
.article-hero h1,
.article-body h2,
.consultation-page .prose h3 {
  color: var(--ink);
}

.category-title,
.category-archive-row h3,
.zodiac-series-row h3,
.zodiac-series-card h3,
.category-article-card h3,
.article-index-title {
  color: rgba(75, 70, 65, 0.92);
}
