/*
Theme Name: Yukichi Salon
Theme URI: https://jofu-yu-kichi-room.com/
Author: Yukichi Project
Description: Editorial WordPress theme for ゆーきちのサロン.
Version: 1.0.22
Text Domain: yukichi-salon
*/

:root {
  --base: #e4dacb;
  --paper: #fdfbf6;
  --sub: #f7f2eb;
  --pink: #f3e6da;
  --brown: #33271d;
  --body: #3a2e22;
  --muted: #6c5641;
  --accent: #99683e;
  --gold: #c99a6e;
  --dark: #382c21;
  --footer: #3a2e23;
  --line: #06c755;
  --line-hover: #05b14c;
  --serif: "Shippori Mincho", "Yu Mincho", "YuMincho", serif;
  --sans: "Zen Kaku Gothic New", "Hiragino Sans", "Yu Gothic", sans-serif;
  --latin: "Cormorant Garamond", Georgia, serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--base);
  color: var(--body);
  font-family: var(--sans);
  letter-spacing: 0;
}

a {
  color: inherit;
  text-decoration: none;
}

img {
  display: block;
  max-width: 100%;
}

.site-shell {
  background: var(--paper);
  min-height: 100vh;
}

.wrap {
  width: min(1120px, calc(100% - 44px));
  margin: 0 auto;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 18px clamp(20px, 4vw, 48px);
  background: rgba(247, 242, 235, .96);
  border-bottom: 1px solid #e8dccc;
  backdrop-filter: blur(12px);
}

.brand {
  display: flex;
  flex-direction: column;
  gap: 2px;
  white-space: nowrap;
}

.brand-en,
.eyebrow,
.tiny-en {
  font-family: var(--latin);
  color: #a07a56;
  letter-spacing: .28em;
  text-transform: uppercase;
}

.brand-en {
  font-size: 10px;
}

.brand-name {
  font-family: var(--serif);
  font-weight: 600;
  color: #3e3128;
  font-size: 18px;
  letter-spacing: .14em;
}

.nav {
  display: flex;
  align-items: center;
  gap: 24px;
  font-size: 12.5px;
  color: #493829;
  letter-spacing: .08em;
}

.line-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 0 24px;
  border-radius: 999px;
  background: var(--line);
  color: #fff;
  font-weight: 700;
  letter-spacing: .06em;
  box-shadow: 0 10px 26px rgba(6, 120, 60, .24);
}

.line-btn:hover {
  background: var(--line-hover);
}

.hero {
  display: grid;
  grid-template-columns: minmax(0, .82fr) minmax(420px, 1fr);
  min-height: 720px;
  background: var(--sub);
}

.hero-copy {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 24px;
  padding: clamp(52px, 7vw, 98px) clamp(24px, 5vw, 76px);
}

.hero-photo {
  position: relative;
  min-height: 520px;
  background: linear-gradient(180deg, rgba(46, 34, 24, .08), rgba(46, 34, 24, .28)), url("assets/images/hero-night-bedroom-couple.jpg") 58% center / cover no-repeat;
}

.hero h1 {
  margin: 0;
  margin-right: -140px;
  color: #3e3128;
  font-family: var(--serif);
  font-size: clamp(40px, 5vw, 58px);
  font-weight: 500;
  line-height: 1.68;
  letter-spacing: .1em;
}

.hero h1 span {
  background: linear-gradient(90deg, rgba(247, 242, 235, .94) 0%, rgba(247, 242, 235, .94) calc(100% - .55em), rgba(247, 242, 235, 0) 100%);
  box-shadow: -12px 0 0 rgba(247, 242, 235, .94);
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
}

.hero h1 .headline-line {
  white-space: nowrap;
}

.hero-lead {
  margin: 0;
  max-width: 530px;
  padding-left: 18px;
  border-left: 2px solid var(--gold);
  color: #54422f;
  font-size: 14px;
  line-height: 2;
  letter-spacing: .05em;
}

.hero-actions,
.section-head,
.footer-links,
.article-meta {
  display: flex;
  align-items: center;
  gap: 22px;
  flex-wrap: wrap;
}

.text-link {
  border-bottom: 1px solid #c29a75;
  padding-bottom: 4px;
  color: #6b4e3a;
  font-size: 14px;
  letter-spacing: .08em;
}

.concept {
  display: grid;
  grid-template-columns: 84px minmax(0, 1fr);
  gap: 34px;
  padding: 90px 0;
  background: var(--dark);
  color: #f7edde;
}

.vertical-label {
  writing-mode: vertical-rl;
  justify-self: end;
  font-family: var(--latin);
  letter-spacing: .42em;
  color: #b99f84;
  font-size: 13px;
}

.concept-inner {
  width: min(900px, calc(100% - 40px));
}

.concept h2,
.closing h2 {
  margin: 0;
  font-family: var(--serif);
  font-weight: 500;
  font-size: clamp(26px, 3vw, 36px);
  line-height: 1.9;
  letter-spacing: .08em;
}

.concept-words {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  margin: 38px 0 28px;
}

.concept-word {
  border-top: 1px solid rgba(243, 233, 218, .24);
  padding-top: 18px;
  font-family: var(--serif);
  color: #ebd8be;
  font-size: 18px;
  line-height: 1.8;
  letter-spacing: .08em;
}

.section {
  padding: 86px 0;
}

.section-sub {
  background: var(--sub);
}

.section-pink {
  background: var(--pink);
}

.section-head {
  justify-content: space-between;
  margin-bottom: 42px;
}

.section-title {
  margin: 0;
  display: flex;
  align-items: baseline;
  gap: 18px;
  color: #3e3128;
}

.section-title strong {
  font-family: var(--latin);
  font-size: 34px;
  font-weight: 500;
  letter-spacing: .14em;
}

.section-title span {
  font-size: 13px;
  color: var(--muted);
  letter-spacing: .18em;
}

.journal-layout {
  display: grid;
  grid-template-columns: 1.18fr .82fr;
  gap: 38px;
}

.feature-card,
.image-card,
.voice-card,
.faq-card,
.service-row,
.flow-step,
.article-row {
  background: var(--paper);
  border: 1px solid #eae0d0;
  border-radius: 8px;
}

.feature-card {
  overflow: hidden;
}

.feature-image {
  min-height: 330px;
  background: linear-gradient(180deg, rgba(46, 34, 24, .08), rgba(46, 34, 24, .56)), url("assets/images/yukichi-listening.png") center 24%/cover;
}

.feature-body {
  padding: 30px;
}

.category {
  color: var(--accent);
  font-size: 11px;
  letter-spacing: .18em;
}

.article-title {
  margin: 10px 0 12px;
  font-family: var(--serif);
  font-weight: 500;
  color: #33271d;
  font-size: 23px;
  line-height: 1.75;
}

.article-row {
  display: grid;
  grid-template-columns: 132px 1fr;
  gap: 18px;
  align-items: center;
  padding: 14px;
  margin-bottom: 16px;
}

.thumb {
  height: 96px;
  border-radius: 6px;
  background: var(--pink) center/cover;
}

.thumb-1 { background-image: url("assets/images/benefits-window-tea.png"); }
.thumb-2 { background-image: url("assets/images/empathy-bedroom-morning.png"); }
.thumb-3 { background-image: url("assets/images/voice-window-calm.png"); }
.thumb-4 { background-image: url("assets/images/voice-quiet-closeness.png"); }
.thumb-5 { background-image: url("assets/images/voice-honest-conversation.png"); }

.home-journal-categories {
  display: grid;
  grid-template-columns: minmax(220px, .75fr) minmax(0, 1.25fr);
  gap: 28px;
  align-items: center;
  margin-top: 38px;
  padding: 28px 30px;
  border: 1px solid #e8dccc;
  background: #f7f2eb;
}

.home-journal-categories h3 {
  margin: 8px 0 0;
  font-family: var(--serif);
  font-weight: 500;
  color: #46382f;
  font-size: 22px;
  letter-spacing: .04em;
}

.home-journal-categories nav {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.home-journal-categories a {
  min-height: 34px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 14px;
  border: 1px solid #d8c6b4;
  border-radius: 999px;
  color: #5b4534;
  background: rgba(255, 253, 249, .72);
  font-size: 12px;
  letter-spacing: .05em;
  transition: .2s ease;
}

.home-journal-categories a:hover {
  border-color: #3e3128;
  color: #f7edde;
  background: #3e3128;
}

.article-row h3,
.service-row h3,
.flow-step h3,
.voice-card h3,
.faq-card h3 {
  margin: 0;
  font-family: var(--serif);
  font-weight: 500;
  color: #33271d;
  line-height: 1.75;
}

.profile-grid {
  display: grid;
  grid-template-columns: 300px 1fr;
  gap: 58px;
  align-items: center;
}

.profile-portrait {
  width: min(280px, 100%);
  margin: 0 auto;
}

.profile-portrait img {
  width: 100%;
  border-radius: 50%;
  aspect-ratio: 1;
  object-fit: contain;
  object-position: center bottom;
  border: 1px solid #dcc9ae;
  background: #f5ebdd;
}

.profile-copy {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.profile-copy h2 {
  margin: 0;
  font-family: var(--serif);
  font-weight: 500;
  font-size: 34px;
  letter-spacing: .14em;
}

.profile-copy p,
.concept p,
.service-row p,
.flow-step p,
.voice-card p,
.faq-card p,
.footer-copy {
  margin: 0;
  font-size: 14.5px;
  line-height: 2.05;
  color: var(--body);
}

.concept p,
.closing p {
  color: rgba(247, 237, 222, .82);
}

.service-list {
  display: grid;
  gap: 18px;
}

.service-row {
  display: grid;
  grid-template-columns: 80px 220px 1fr auto;
  gap: 22px;
  align-items: center;
  padding: 26px 30px;
}

.service-note {
  margin-top: 22px;
  padding-left: 20px;
  border-left: 2px solid #d7aa7b;
}

.service-note p {
  margin: 0;
  color: var(--body);
  font-size: 14px;
  line-height: 2.05;
}

.service-note p + p {
  margin-top: 4px;
}

.num {
  font-family: var(--latin);
  color: var(--accent);
  font-size: 30px;
}

.pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 36px;
  padding: 0 18px;
  border-radius: 999px;
  background: #f0dfd2;
  color: #8a6650;
  font-size: 12px;
  letter-spacing: .06em;
  white-space: nowrap;
}

.flow-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 22px;
}

.flow-step {
  padding: 24px;
}

.voices-grid,
.faq-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}

.voice-card,
.faq-card {
  padding: 24px;
}

.voice-card span {
  display: block;
  margin-top: 14px;
  color: #897056;
  font-size: 12px;
  letter-spacing: .06em;
}

#voices {
  overflow: hidden;
}

.voices-intro {
  max-width: 900px;
}

.voices-eyebrow {
  display: block;
  margin-bottom: 18px;
  color: #ad7f5f;
  font-family: var(--serif);
  font-size: 18px;
  letter-spacing: .28em;
}

.voices-intro h2 {
  margin: 0 0 18px;
  font-family: var(--serif);
  font-weight: 500;
  color: #46382f;
  font-size: clamp(32px, 4vw, 50px);
  line-height: 1.45;
  letter-spacing: .04em;
}

.voices-intro > p {
  margin: 0;
  font-size: 17px;
  line-height: 2;
}

.voices-notice {
  margin: 30px 0 34px;
  padding: 20px 22px;
  border-left: 2px solid #c89f7d;
  background: #f7f1ea;
}

.voices-notice p {
  margin: 0;
  font-size: 14px;
  line-height: 1.9;
}

.voices-notice p + p {
  margin-top: 8px;
}

.voices-track {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: calc((100% - 48px) / 3);
  gap: 24px;
  overflow-x: auto;
  overscroll-behavior-x: contain;
  padding: 2px 2px 20px;
  scroll-snap-type: x mandatory;
  scrollbar-color: #cbb8a5 transparent;
}

.voices-track::-webkit-scrollbar {
  height: 7px;
}

.voices-track::-webkit-scrollbar-thumb {
  border-radius: 999px;
  background: #cbb8a5;
}

.voice-card.voice-slide {
  min-height: 338px;
  padding: 28px;
  scroll-snap-align: start;
  background: #fffdf9;
}

.voice-slide img {
  width: 76px;
  height: 76px;
  margin-bottom: 22px;
  border-radius: 50%;
  object-fit: cover;
}

.voice-slide h3 {
  margin: 0 0 14px;
  font-family: var(--serif);
  font-weight: 500;
  color: #46382f;
  font-size: clamp(21px, 2vw, 27px);
  line-height: 1.55;
}

.voice-slide p {
  margin: 0;
  font-size: 14px;
  line-height: 1.9;
}

.voice-slide p + p {
  margin-top: 12px;
}

.voices-link {
  display: inline-block;
  margin-top: 20px;
}

.session-voices {
  padding: clamp(48px, 6vw, 72px) 0;
  background: #3a2d23;
  color: #f7efe5;
}

.session-voices .wrap {
  max-width: 1040px;
}

.session-voices h2 {
  margin: 0 0 20px;
  font-family: var(--serif);
  font-weight: 500;
  color: #f7efe5;
  font-size: clamp(28px, 3vw, 38px);
  line-height: 1.5;
  letter-spacing: .04em;
}

.session-voices > .wrap > p {
  max-width: 800px;
  margin: 0;
  color: rgba(247, 239, 229, .92);
  font-size: 16px;
  line-height: 2;
}

.session-voice-quotes {
  display: grid;
  gap: 28px;
  margin-top: 26px;
}

.session-voice-quotes blockquote {
  max-width: 980px;
  margin: 0;
  padding: 0 0 0 20px;
  border-left: 3px solid #c89f7d;
  color: #f7efe5;
  font-family: var(--serif);
  font-size: clamp(17px, 1.6vw, 22px);
  line-height: 1.75;
  letter-spacing: .03em;
}

.closing {
  position: relative;
  overflow: hidden;
  min-height: 420px;
  background: linear-gradient(90deg, rgba(35, 26, 19, .80) 0%, rgba(44, 33, 23, .70) 44%, rgba(46, 34, 24, .44) 100%), linear-gradient(180deg, rgba(20, 15, 11, .12), rgba(20, 15, 11, .34)), url("https://jofu-yu-kichi-room.com/wp-content/uploads/2026/07/closing-line-night-room-v1.jpg") center 24%/cover;
  color: #fff8ee;
}

.closing .eyebrow,
.closing h2,
.closing p {
  text-shadow: 0 2px 18px rgba(25, 18, 12, .52);
}

.closing .wrap {
  min-height: 420px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 18px;
}

.site-footer {
  padding: 48px clamp(22px, 4vw, 48px) 34px;
  background: var(--footer);
  color: #cbb79f;
}

.footer-top {
  display: flex;
  justify-content: space-between;
  gap: 28px;
}

.footer-title {
  font-family: var(--serif);
  color: #f3e9da;
  font-size: 18px;
  letter-spacing: .14em;
}

.footer-links {
  justify-content: flex-end;
  font-size: 12px;
}

.footer-bottom {
  display: flex;
  justify-content: space-between;
  gap: 22px;
  margin-top: 28px;
  padding-top: 22px;
  border-top: 1px solid rgba(243, 233, 218, .14);
  font-size: 11px;
  color: #a28b72;
}

.lp-page {
  background: var(--base);
}

.lp-hero {
  min-height: 100vh;
  display: grid;
  place-items: center;
  padding: 52px 22px;
  text-align: center;
}

.lp-card {
  width: min(680px, 100%);
  padding: clamp(32px, 6vw, 64px) clamp(22px, 5vw, 56px);
  border-radius: 8px;
  background: rgba(253, 251, 246, .86);
  border: 1px solid #e8dccc;
}

.lp-card h1 {
  margin: 0 0 18px;
  font-family: var(--serif);
  color: #33271d;
  font-size: clamp(34px, 8vw, 58px);
  line-height: 1.55;
  letter-spacing: .08em;
}

.lp-card p {
  margin: 0 auto 22px;
  max-width: 520px;
  line-height: 2;
}

.mobile-menu {
  display: none;
}

.mobile-menu summary {
  width: 38px;
  height: 38px;
  display: grid;
  gap: 5px;
  align-content: center;
  justify-items: end;
  list-style: none;
  cursor: pointer;
}

.mobile-menu summary::-webkit-details-marker {
  display: none;
}

.mobile-menu summary span {
  display: block;
  width: 24px;
  height: 2px;
  border-radius: 2px;
  background: #3e3128;
}

.mobile-menu summary span:last-child {
  width: 17px;
}

.mobile-panel {
  position: absolute;
  inset: 100% 0 auto 0;
  display: grid;
  gap: 0;
  padding: 18px 24px 26px;
  background: var(--dark);
  box-shadow: 0 18px 34px rgba(42, 32, 24, .22);
}

.mobile-panel a {
  padding: 16px 0;
  border-bottom: 1px solid rgba(243, 233, 218, .12);
  color: #f7edde;
  font-family: var(--serif);
  font-size: 18px;
  letter-spacing: .08em;
}

.mobile-panel .line-btn {
  margin-top: 18px;
  border-bottom: 0;
  color: #fff;
  font-family: var(--sans);
  font-size: 14px;
}

@media (max-width: 960px) {
  .home-journal-categories {
    grid-template-columns: 1fr;
  }

  .voices-track {
    grid-auto-columns: calc((100% - 24px) / 2);
  }

  .site-header {
    position: relative;
  }

  .nav {
    display: none;
  }

  .mobile-menu {
    display: block;
  }

  .hero,
  .journal-layout,
  .profile-grid,
  .service-row,
  .flow-grid,
  .voices-grid,
  .faq-grid,
  .concept-words {
    grid-template-columns: 1fr;
  }

  .hero {
    min-height: 0;
  }

  .hero-copy {
    order: 1;
    padding-top: 42px;
  }

  .hero-photo {
    order: 2;
    min-height: 420px;
    background-position: 62% center;
  }

  .hero h1 {
    margin-right: 0;
    font-size: clamp(32px, 10vw, 46px);
  }

  .concept {
    grid-template-columns: 1fr;
    padding: 64px 0;
  }

  .vertical-label {
    writing-mode: horizontal-tb;
    justify-self: start;
    width: min(900px, calc(100% - 40px));
    margin: 0 auto;
  }

  .concept-inner {
    margin: 0 auto;
  }

  .article-row {
    grid-template-columns: 104px 1fr;
  }

  .footer-top,
  .footer-bottom {
    flex-direction: column;
  }

  .footer-links {
    justify-content: flex-start;
  }
}

@media (max-width: 560px) {
  .home-journal-categories {
    gap: 18px;
    margin-top: 28px;
    padding: 24px 18px;
  }

  .home-journal-categories h3 {
    font-size: 20px;
  }

  .home-journal-categories a {
    min-height: 32px;
    padding: 0 12px;
    font-size: 11.5px;
  }

  .voices-intro h2 {
    font-size: clamp(30px, 9vw, 40px);
  }

  .voices-intro > p {
    font-size: 15px;
  }

  .voices-notice {
    margin: 24px 0 26px;
    padding: 18px;
  }

  .voices-track {
    grid-auto-columns: minmax(270px, 86vw);
    gap: 16px;
    margin-right: -14px;
  }

  .voice-card.voice-slide {
    min-height: 0;
    padding: 24px 20px;
  }

  .session-voices h2 {
    margin-bottom: 20px;
  }

  .session-voice-quotes {
    gap: 18px;
    margin-top: 24px;
  }

  .session-voice-quotes blockquote {
    padding-left: 18px;
    font-size: 18px;
    line-height: 1.75;
  }

  .wrap {
    width: min(100% - 28px, 1120px);
  }

  .site-header {
    padding: 14px 18px;
  }

  .brand-name {
    font-size: 15px;
  }

  .hero-photo {
    min-height: 360px;
    background-image: linear-gradient(180deg, rgba(46, 34, 24, .08), rgba(46, 34, 24, .26)), url("assets/images/hero-night-bedroom-couple-mobile.jpg");
    background-position: center 42%;
  }

  .hero-copy {
    grid-column: 1;
    grid-row: 1;
    position: static;
    align-self: center;
    margin: 0;
    padding: 190px 22px 0;
    color: #fff8ee;
    background: transparent;
    border: 0;
    box-shadow: none;
    backdrop-filter: none;
    gap: 13px;
    text-shadow: 0 2px 16px rgba(28, 20, 15, .44);
  }

  .hero {
    min-height: clamp(640px, 76svh, 700px);
    overflow: hidden;
    background: #2a211a;
    position: relative;
  }

  .hero-photo {
    grid-column: 1;
    grid-row: 1;
    min-height: clamp(640px, 76svh, 700px);
    background-image: linear-gradient(180deg, rgba(33, 23, 17, .18) 0%, rgba(33, 23, 17, .04) 34%, rgba(33, 23, 17, .30) 55%, rgba(33, 23, 17, .84) 100%), url("assets/images/hero-night-bedroom-couple-mobile.jpg");
    background-position: center 28%;
  }

  .hero h1 {
    color: #fff8ee;
    font-size: clamp(30px, 8vw, 35px);
    line-height: 1.42;
    letter-spacing: .01em;
  }

  .hero h1 span {
    background: none;
    box-shadow: none;
  }

  .hero-lead {
    max-width: 100%;
    padding-left: 13px;
    border-left-color: rgba(224, 183, 142, .82);
    color: rgba(255, 248, 238, .92);
    font-size: 14px;
    line-height: 1.85;
  }

  .hero .tiny-en {
    position: absolute;
    top: 24px;
    left: 22px;
    color: rgba(231, 190, 151, .92);
    text-shadow: 0 2px 12px rgba(28, 20, 15, .42);
    z-index: 2;
  }

  .hero .text-link {
    color: rgba(255, 248, 238, .88);
    border-bottom-color: rgba(255, 248, 238, .56);
  }

  .hero-actions {
    gap: 12px;
  }

  .hero-actions,
  .section-head {
    align-items: flex-start;
    flex-direction: column;
  }

  .line-btn {
    width: 100%;
  }

  .section {
    padding: 60px 0;
  }

  .section-title {
    flex-direction: column;
    gap: 4px;
  }

  .feature-image {
    min-height: 240px;
  }

  .article-row {
    grid-template-columns: 1fr;
  }

  .thumb {
    height: 150px;
  }
}

/* Journal archive */
.journal-archive {
  min-height: 70vh;
  padding-bottom: 76px;
  background: #fdfbf6;
}

.journal-archive-hero {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 14px;
  padding: 64px 22px 48px;
  border-bottom: 1px solid #e8dccc;
  background: #f7f2eb;
  text-align: center;
}

.journal-archive-hero .tiny-en {
  color: #a07a56;
}

.journal-archive-hero h1,
.journal-feature h2,
.journal-card h2,
.journal-no-results h2 {
  margin: 0;
  font-family: var(--serif);
  font-weight: 500;
  color: #33271d;
}

.journal-archive-hero h1 {
  font-size: 34px;
  letter-spacing: .14em;
}

.journal-archive-hero p {
  max-width: 560px;
  margin: 0;
  color: #6c5641;
  font-size: 13.5px;
  line-height: 2;
  letter-spacing: .04em;
}

.journal-filters {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
  padding: 0 22px 40px;
  background: #f7f2eb;
  border-bottom: 1px solid #e8dccc;
}

.journal-filters a {
  min-height: 36px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 19px;
  border: 1px solid #e6d8c6;
  border-radius: 999px;
  color: #6c5641;
  background: #fdfaf5;
  font-size: 12px;
  letter-spacing: .06em;
}

.journal-filters a.is-current,
.journal-filters a:hover {
  border-color: #3e3128;
  color: #f7edde;
  background: #3e3128;
}

.journal-feature {
  width: min(100% - 44px, 1112px);
  display: grid;
  grid-template-columns: 54% 46%;
  margin: 52px auto 0;
  overflow: hidden;
  border-radius: 8px;
  color: #33271d;
}

.journal-feature-image {
  position: relative;
  min-height: 340px;
  background: linear-gradient(180deg, rgba(46, 34, 24, .05), rgba(46, 34, 24, .42)), url("assets/images/about-counseling-room.png") center/cover;
}

.journal-feature-image span {
  position: absolute;
  top: 18px;
  left: 18px;
  padding: 5px 14px;
  border-radius: 999px;
  color: #f7edde;
  background: #3e3128;
  font-size: 10.5px;
  letter-spacing: .16em;
}

.journal-feature-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 14px;
  padding: 44px 42px;
  background: #f3e6da;
}

.journal-pick {
  color: #a07a56;
  font-family: var(--latin);
  font-size: 12px;
  font-style: italic;
  letter-spacing: .2em;
}

.journal-category {
  color: #99683e;
  font-size: 11px;
  letter-spacing: .18em;
}

.journal-feature h2 {
  font-size: 26px;
  line-height: 1.7;
  letter-spacing: .04em;
}

.journal-feature p {
  margin: 0;
  color: #4e3c2a;
  font-size: 13.5px;
  line-height: 2;
}

.journal-feature time,
.journal-card time {
  color: #897056;
  font-size: 11px;
  letter-spacing: .1em;
}

.journal-grid {
  width: min(100% - 44px, 1112px);
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 38px 28px;
  margin: 40px auto;
}

.journal-card {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 12px;
  color: #33271d;
}

.journal-card-image {
  width: 100%;
  aspect-ratio: 1.65;
  border-radius: 8px;
  background: linear-gradient(180deg, rgba(46, 34, 24, .06), rgba(46, 34, 24, .22)), url("assets/images/benefits-window-tea.png") center/cover;
}

.journal-card h2 {
  font-size: 16.5px;
  line-height: 1.85;
}

.journal-no-results {
  width: min(100% - 44px, 760px);
  margin: 52px auto;
  padding: 52px 28px;
  border: 1px solid #e8dccc;
  border-radius: 8px;
  background: #fdfaf5;
  text-align: center;
}

.journal-no-results h2 {
  font-size: 24px;
}

.journal-no-results p {
  margin: 12px 0 0;
  color: #6c5641;
}

.journal-pagination {
  display: flex;
  justify-content: center;
  margin-top: 54px;
}

.journal-pagination .page-numbers {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.journal-pagination .page-numbers a,
.journal-pagination .page-numbers .current {
  min-width: 38px;
  height: 38px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #e0d2be;
  border-radius: 50%;
  color: #6c5641;
  font-family: var(--latin);
  font-size: 15px;
}

.journal-pagination .page-numbers .current {
  border-color: #3e3128;
  color: #f7edde;
  background: #3e3128;
}

.journal-pagination .page-numbers .next,
.journal-pagination .page-numbers .prev {
  width: auto;
  padding: 0 10px;
  border: 0;
  border-radius: 0;
  font-family: var(--sans);
  font-size: 13px;
  letter-spacing: .08em;
}

@media (max-width: 760px) {
  .journal-archive-hero {
    padding: 48px 22px 38px;
  }

  .journal-archive-hero h1 {
    font-size: 29px;
  }

  .journal-filters {
    justify-content: flex-start;
    padding: 0 18px 30px;
  }

  .journal-feature {
    width: min(100% - 28px, 1112px);
    grid-template-columns: 1fr;
  }

  .journal-feature-image {
    min-height: 240px;
  }

  .journal-feature-copy {
    padding: 30px 24px;
  }

  .journal-feature h2 {
    font-size: 22px;
  }

  .journal-grid {
    width: min(100% - 28px, 1112px);
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .journal-card-image {
    aspect-ratio: 1.75;
  }
}


/* Standalone pages: quiet, readable editorial measure */
.wp-article {
  width: min(960px, calc(100% - clamp(48px, 10vw, 192px)));
  margin: 0 auto;
  padding: clamp(64px, 7vw, 112px) 0 clamp(80px, 9vw, 136px);
}

.wp-article > :first-child {
  margin-top: 0;
}

.wp-article h1,
.wp-article h2,
.wp-article h3 {
  color: #33271d;
  font-family: var(--serif);
  font-weight: 600;
}

.wp-article h1,
.wp-article > h2:first-child {
  margin: 0 0 34px;
  font-size: clamp(32px, 3.4vw, 46px);
  line-height: 1.45;
  letter-spacing: .08em;
}

.wp-article h2 {
  margin: 64px 0 20px;
  font-size: clamp(25px, 2.5vw, 34px);
  line-height: 1.55;
  letter-spacing: .06em;
}

.wp-article h3 {
  margin: 42px 0 14px;
  font-size: clamp(20px, 2vw, 25px);
  line-height: 1.65;
}

.wp-article p,
.wp-article li {
  font-size: 16px;
  line-height: 2.05;
}

.wp-article p {
  margin: 0 0 24px;
}

.wp-article ul,
.wp-article ol {
  margin: 0 0 26px;
  padding-left: 1.55em;
}

.wp-article li + li {
  margin-top: 5px;
}

.wp-article a {
  color: #6c4c31;
  text-decoration: underline;
  text-underline-offset: .2em;
}

.wp-article table {
  width: 100%;
  margin: 30px 0;
  border-collapse: collapse;
  background: #fffdf9;
}

.wp-article th,
.wp-article td {
  padding: 15px 16px;
  border: 1px solid #e4d7c6;
  text-align: left;
  vertical-align: top;
  line-height: 1.8;
}

.wp-article th {
  width: 31%;
  color: #4a3828;
  background: #f5ece2;
  font-weight: 700;
}

@media (max-width: 760px) {
  .wp-article {
    width: calc(100% - 40px);
    padding: 52px 0 76px;
  }

  .wp-article h1,
  .wp-article > h2:first-child {
    margin-bottom: 28px;
    font-size: 30px;
  }

  .wp-article h2 {
    margin-top: 48px;
    font-size: 24px;
  }

  .wp-article p,
  .wp-article li {
    font-size: 15px;
    line-height: 2;
  }

  .wp-article th,
  .wp-article td {
    padding: 12px;
    font-size: 14px;
  }
}
