/*
Theme Name: 川内昌典チェロ教室 A1 V120
Theme URI: https://cello-classroom.site/
Author: 川内昌典チェロ教室
Description: 最終承認デザインA1を忠実に再現した、レスポンシブ・アクセシブルな専用テーマです。
Version: 1.2.18
Requires at least: 6.5
Requires PHP: 8.0
Text Domain: cello-classroom-a1
*/

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

:root {
  --serif: "Yu Mincho", "YuMincho", "Hiragino Mincho ProN", "HGS明朝E", Georgia, serif;
  --sans: "Yu Gothic", "YuGothic", "Hiragino Kaku Gothic ProN", "Segoe UI", sans-serif;
  --ink: #1b1916;
  --muted: #746f68;
  --accent: #9b4f35;
  --paper: #fff;
  --warm: #f6f3ed;
  --line: #dcd7ce;
  --dark: #1a1815;
}

html {
  scroll-behavior: auto;
}

body {
  margin: 0;
  min-width: 320px;
  color: var(--ink);
  background: var(--paper);
  font-family: var(--serif);
  font-size: clamp(16px, 1.01vw, 32px);
  line-height: 1.7;
  letter-spacing: normal;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

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

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

h1,
h2,
h3,
h4,
p,
figure,
blockquote,
dl,
dd {
  margin: 0;
}

button,
input,
textarea {
  font: inherit;
}

.container {
  width: min(1160px, calc(100% - 96px));
  margin-inline: auto;
}

.loading {
  display: grid;
  min-height: 100vh;
  place-items: center;
  color: var(--accent);
  letter-spacing: .3em;
}

.site-header {
  position: absolute;
  inset: 0 0 auto;
  z-index: 20;
  display: grid;
  width: 100%;
  height: 112px;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  padding: 0 48px;
  color: #211e19;
  border-bottom: 1px solid rgba(38, 34, 29, .18);
}

.is-home .site-header {
  color: #211e19;
  border-color: rgba(38, 34, 29, .18);
}

.brand {
  justify-self: start;
  font-family: var(--serif);
  line-height: 1.35;
}

.brand strong {
  display: block;
  font-size: 21px;
  font-weight: 500;
  letter-spacing: .14em;
}

.brand span {
  display: block;
  margin-top: 5px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 8px;
  letter-spacing: .27em;
  opacity: .72;
}

.main-nav {
  display: flex;
  align-items: center;
  gap: 28px;
  font-size: 11px;
  letter-spacing: .05em;
}

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

.main-nav a::after {
  position: absolute;
  right: 0;
  bottom: 1px;
  left: 0;
  height: 1px;
  content: "";
  background: currentColor;
  opacity: 0;
}

.main-nav a.is-current::after {
  opacity: .75;
}

.header-contact {
  display: flex;
  align-items: center;
  justify-self: end;
  gap: 13px;
  font-size: 11px;
  letter-spacing: .08em;
}

.header-contact i {
  display: grid;
  width: 38px;
  height: 38px;
  place-items: center;
  border: 1px solid currentColor;
  border-radius: 50%;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 13px;
  font-style: normal;
}

.mobile-menu {
  display: none;
}

.eyebrow {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 23px;
  color: var(--accent);
  font-family: Arial, Helvetica, sans-serif;
  font-size: 9px;
  font-weight: 700;
  letter-spacing: .28em;
  line-height: 1;
}

.eyebrow::before {
  width: 34px;
  height: 1px;
  content: "";
  background: currentColor;
}

.eyebrow.light {
  color: #cf947b;
}

.button {
  display: inline-flex;
  min-width: 224px;
  min-height: 60px;
  align-items: center;
  justify-content: space-between;
  gap: 34px;
  padding: 0 28px;
  color: #fff;
  border: 1px solid var(--accent);
  background: var(--accent);
  font-size: 12px;
  letter-spacing: .09em;
}

.button span {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
}

.home-hero {
  position: relative;
  display: flex;
  min-height: 820px;
  align-items: center;
  overflow: hidden;
  background: #eee9e0 url("./assets/hero-a-atelier.png") center / cover no-repeat;
}

.hero-shade {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(246, 242, 234, .98) 0%, rgba(246, 242, 234, .9) 32%, rgba(246, 242, 234, .11) 62%, transparent 100%);
}

.hero-copy {
  position: relative;
  z-index: 2;
  width: min(1160px, calc(100% - 96px));
  margin: 66px auto 0;
}

.hero-kicker {
  display: flex;
  align-items: center;
  gap: 18px;
  margin-bottom: 32px;
  font-size: 10px;
  font-weight: 600;
  letter-spacing: .15em;
}

.hero-intro {
  display: flex;
  flex-direction: column;
  gap: 4px;
  margin-bottom: 21px;
  color: #4f4942;
  font-family: var(--serif);
  font-size: 19px;
  letter-spacing: .12em;
  line-height: 1.65;
}

.hero-kicker::before {
  width: 52px;
  height: 1px;
  content: "";
  background: currentColor;
}

.home-hero h1 {
  max-width: 760px;
  font-family: var(--serif);
  font-size: clamp(46px, 4.6vw, 64px);
  font-weight: 400;
  letter-spacing: .07em;
  line-height: 1.42;
}

.home-hero h1 span {
  display: block;
}

.home-hero .button {
  margin-top: 40px;
}

.hero-vertical {
  position: absolute;
  right: 27px;
  bottom: 27px;
  z-index: 2;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 8px;
  letter-spacing: .24em;
  opacity: .55;
  writing-mode: vertical-rl;
}

.home-section {
  padding: 80px 0;
}

.section-head h2,
.center-head h2,
.recommend-copy h4,
.message-grid h2,
.footer-contact h2 {
  font-family: var(--serif);
  font-size: clamp(38px, 4vw, 56px);
  font-weight: 500;
  letter-spacing: .08em;
  line-height: 1.5;
}

.split-head {
  display: grid;
  grid-template-columns: 1fr .9fr;
  align-items: end;
  gap: 11%;
  margin-bottom: 65px;
}

.micro-copy {
  color: var(--muted);
  font-size: 13px;
  letter-spacing: .04em;
  line-height: 2.1;
}

.movie-section {
  background: #fff;
}

.movie-frame {
  position: relative;
  display: block;
  height: 610px;
  overflow: hidden;
  color: #fff;
  background: #171513;
}

.movie-frame > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(.62) contrast(1.08) brightness(.72);
}

.movie-shade {
  position: absolute;
  inset: 0;
  background: linear-gradient(0deg, rgba(13, 11, 9, .7), rgba(13, 11, 9, .01) 58%);
}

.play {
  position: absolute;
  top: 50%;
  left: 50%;
  display: grid;
  width: 92px;
  height: 92px;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, .76);
  border-radius: 50%;
  background: rgba(11, 9, 8, .18);
  font-size: 17px;
  font-style: normal;
  transform: translate(-50%, -50%);
}

.movie-frame strong {
  position: absolute;
  left: 38px;
  bottom: 37px;
  font-family: var(--serif);
  font-size: 20px;
  font-weight: 500;
  letter-spacing: .08em;
}

.movie-frame small {
  position: absolute;
  right: 38px;
  bottom: 42px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 9px;
  letter-spacing: .18em;
}

.feature-section {
  background: var(--warm);
}

.fine-rule {
  display: block;
  height: 1px;
  margin-bottom: 24px;
  background: var(--line);
}

.feature-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 34px;
}

.feature-grid article {
  border-top: 1px solid var(--line);
}

.feature-grid figure {
  position: relative;
  height: 360px;
  margin: 18px 0 30px;
  overflow: hidden;
}

.feature-grid figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(.58) contrast(1.04);
}

.feature-grid figure span {
  position: absolute;
  top: 18px;
  left: 18px;
  display: grid;
  width: 44px;
  height: 44px;
  place-items: center;
  color: #fff;
  border: 1px solid rgba(255, 255, 255, .75);
  border-radius: 50%;
  background: rgba(18, 15, 12, .25);
  font-family: Georgia, serif;
  font-size: 12px;
  font-style: italic;
}

.feature-grid figure h3 {
  display: none;
}

.feature-desktop-title {
  margin-bottom: 22px;
  font-family: var(--serif);
  font-size: 25px;
  font-weight: 500;
  letter-spacing: .06em;
  line-height: 1.6;
}

.exact-block h4 {
  margin-bottom: 22px;
  font-family: var(--serif);
  font-size: 25px;
  font-weight: 500;
  letter-spacing: .06em;
  line-height: 1.6;
}

.exact-block p {
  margin: 0 0 16px;
  color: var(--muted);
  font-size: 13px;
  letter-spacing: .035em;
  line-height: 2.15;
}

.exact-block img {
  max-height: 250px;
  width: auto;
  margin: 24px auto;
  object-fit: contain;
}

.feature-grid .exact-block img {
  display: none;
}

.recommend-section {
  display: grid;
  min-height: 720px;
  grid-template-columns: 53% 47%;
  color: var(--ink);
  background: #efe9df;
}

.recommend-section > figure {
  position: relative;
  min-height: 720px;
  overflow: hidden;
}

.recommend-section > figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(.58) contrast(1.01) brightness(.98);
}

.recommend-section > figure::after {
  position: absolute;
  inset: 0;
  content: "";
  background: linear-gradient(90deg, rgba(237, 230, 219, .04), rgba(226, 216, 201, .26));
}

.recommend-section figcaption {
  position: absolute;
  left: 28px;
  bottom: 26px;
  z-index: 1;
  color: rgba(255, 255, 255, .86);
  font-family: Arial, Helvetica, sans-serif;
  font-size: 8px;
  letter-spacing: .2em;
}

.recommend-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 80px max(48px, calc((100vw - 1160px) / 2)) 80px 7vw;
}

.recommend-copy h4 {
  margin-bottom: 42px;
  color: var(--ink);
  font-size: clamp(30px, 3.2vw, 46px);
}

.recommend-copy ul {
  margin: 0;
  padding: 0;
  list-style: none;
  counter-reset: recommend;
  border-top: 1px solid #cfc4b5;
}

.recommend-copy li {
  display: grid;
  min-height: 70px;
  grid-template-columns: 52px 1fr;
  align-items: center;
  border-bottom: 1px solid #cfc4b5;
  font-family: var(--serif);
  font-size: 13px;
  letter-spacing: .035em;
  counter-increment: recommend;
}

.recommend-copy li::before {
  color: #c98569;
  content: counter(recommend, decimal-leading-zero);
  font-family: Georgia, serif;
  font-size: 10px;
  font-style: italic;
}

.message-section {
  background: #fff;
}

.message-grid {
  display: grid;
  grid-template-columns: .93fr 1.07fr;
  align-items: center;
  gap: 10%;
}

.message-grid > div {
  padding-left: 5%;
}

.message-grid .prose {
  margin-top: 38px;
}

.message-grid > figure {
  position: relative;
  height: 660px;
  overflow: hidden;
  background: #eae2d6;
  box-shadow: 28px 28px 0 #f2ede5;
}

.message-grid > figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  filter: saturate(.7) contrast(1.01);
}

.message-grid figcaption {
  position: absolute;
  right: 17px;
  bottom: 19px;
  color: rgba(255, 255, 255, .63);
  font-family: Arial, Helvetica, sans-serif;
  font-size: 8px;
  letter-spacing: .2em;
  writing-mode: vertical-rl;
}

.teacher-sign {
  display: flex;
  align-items: baseline;
  gap: 16px;
  margin-top: 30px;
}

.teacher-sign small {
  color: var(--muted);
  font-size: 11px;
}

.teacher-sign strong {
  font-family: var(--serif);
  font-size: 21px;
  font-weight: 500;
  letter-spacing: .16em;
}

.line-link {
  display: inline-flex;
  align-items: center;
  gap: 28px;
  margin-top: 32px;
  padding-bottom: 7px;
  color: var(--accent);
  border-bottom: 1px solid currentColor;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: .08em;
}

.beginner-section {
  background: var(--warm);
}

.beginner-section .section-head {
  margin-bottom: 66px;
}

.beginner-grid {
  display: grid;
  grid-template-columns: .8fr 1.2fr;
  align-items: start;
  gap: 8%;
}

.beginner-grid > figure {
  position: relative;
  top: auto;
  height: 650px;
  overflow: hidden;
}

.beginner-grid > figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(.58) contrast(1.04);
}

.beginner-grid figcaption {
  position: absolute;
  left: 21px;
  bottom: 19px;
  color: rgba(255, 255, 255, .66);
  font-family: Arial, Helvetica, sans-serif;
  font-size: 8px;
  letter-spacing: .16em;
}

.long-prose h4 {
  margin: 44px 0 22px;
  padding: 24px 0 0;
  border-top: 1px solid var(--line);
  color: var(--ink);
}

.voices-section {
  background: #fff;
}

.center-head {
  margin-bottom: 70px;
  text-align: center;
}

.center-head .eyebrow {
  justify-content: center;
}

.voices-content > h3 {
  display: none;
}

.voices-content h4 {
  position: relative;
  margin: 60px 0 28px;
  padding: 42px 44px 0;
  border-top: 1px solid var(--line);
  font-size: 28px;
}

.voices-content h4::before {
  position: absolute;
  top: 20px;
  left: 4px;
  color: var(--accent);
  content: "“";
  font-family: Georgia, serif;
  font-size: 50px;
  line-height: 1;
}

.voices-content p {
  max-width: 920px;
  margin-right: auto;
  margin-left: auto;
}

.voices-content p[style*="right"] {
  padding-top: 16px;
  color: var(--ink);
  border-top: 1px solid var(--line);
  font-family: var(--serif);
}

.voices-content hr {
  display: none;
}

.page-hero {
  position: relative;
  display: flex;
  min-height: 430px;
  align-items: flex-end;
  overflow: hidden;
  color: var(--ink);
  background: #eee8de;
}

.page-hero-image {
  position: absolute;
  inset: 0;
  background: url("./assets/hero-a-atelier.png") center / cover no-repeat;
  filter: saturate(.7) contrast(1.01);
}

.page-hero-shade {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(246, 242, 234, .98) 0%, rgba(246, 242, 234, .9) 42%, rgba(246, 242, 234, .18) 76%, rgba(246, 242, 234, .02));
}

.page-hero-copy {
  position: relative;
  z-index: 2;
  width: min(1160px, calc(100% - 96px));
  margin: 0 auto;
  padding-bottom: 62px;
}

.page-hero h1,
.page-hero-title {
  font-family: var(--serif);
  font-size: clamp(44px, 4.8vw, 68px);
  font-weight: 400;
  letter-spacing: .08em;
  line-height: 1.4;
}

.content-layout {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 300px;
  align-items: start;
  gap: 82px;
  padding-top: 110px;
  padding-bottom: 140px;
}

.main-article {
  position: relative;
  min-width: 0;
  padding-left: 34px;
  border-left: 1px solid #e2dcd2;
}

.article-ornament {
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  gap: 22px;
  margin-bottom: 46px;
}

.article-ornament .eyebrow {
  margin: 0;
}

.article-ornament > span {
  display: block;
  height: 1px;
  background: linear-gradient(90deg, #c2a99b, transparent);
}

.knowledge-diagram {
  display: grid;
  grid-template-columns: .8fr 1.2fr;
  align-items: center;
  gap: 42px;
  margin-bottom: 66px;
  padding: 38px;
  border: 1px solid #ddd4c8;
  background: linear-gradient(135deg, #f8f4ed, #fff);
  box-shadow: 18px 18px 0 #f1ece4;
}

.knowledge-diagram h2 {
  font-family: var(--serif);
  font-size: 34px;
  font-weight: 500;
  letter-spacing: .08em;
  line-height: 1.55;
}

.knowledge-diagram figure {
  display: grid;
  min-height: 430px;
  place-items: center;
  padding: 24px;
  background: #fff;
}

.knowledge-diagram img {
  width: auto;
  max-width: 100%;
  max-height: 390px;
}

.wp-content {
  font-family: var(--sans);
  font-size: 14px;
  letter-spacing: .025em;
  line-height: 2.25;
}

.wp-content p {
  margin-bottom: 25px;
}

.wp-content strong {
  font-family: var(--serif);
  font-size: 21px;
  font-weight: 500;
  letter-spacing: .06em;
}

.wp-content h2,
.wp-content h3,
.wp-content h4 {
  margin: 58px 0 24px;
  font-family: var(--serif);
  font-weight: 500;
  letter-spacing: .07em;
  line-height: 1.6;
}

.wp-content h3 {
  position: relative;
  padding-left: 24px;
  font-size: 29px;
}

.wp-content h3::before {
  position: absolute;
  top: .8em;
  left: 0;
  width: 12px;
  height: 1px;
  content: "";
  background: var(--accent);
}

.wp-content h4 {
  position: relative;
  padding: 18px 22px;
  border-left: 2px solid #bd7a5f;
  background: #faf7f1;
  font-size: 23px;
}

.wp-content hr {
  height: 1px;
  margin: 58px 0;
  border: 0;
  background: var(--line);
}

.wp-content img {
  width: auto;
  max-width: 100%;
  max-height: 540px;
  margin: 34px auto;
  object-fit: contain;
}

.wp-content img[src*="detail-cello"] {
  width: 330px;
  height: 460px;
  object-fit: cover;
}

.wp-content img[src*="cello-parts-original"] {
  float: left;
  width: 360px;
  height: auto;
  margin: 0 38px 30px 0;
  padding: 12px;
  border: 1px solid #d8cfc3;
  background: #fff;
  box-shadow: 18px 18px 0 #f2ede6;
}

.wp-content audio {
  width: min(100%, 560px);
  margin: 16px 0 35px;
}

.wp-content table {
  width: 100%;
  margin: 36px 0;
  border: 1px solid #d6cec3;
  border-collapse: collapse;
  box-shadow: 16px 16px 0 #f3efe8;
  font-size: 13px;
}

.lesson-cards-mobile {
  display: none;
}

.wp-content th,
.wp-content td {
  padding: 18px;
  border: 1px solid var(--line);
  text-align: left;
  vertical-align: top;
}

.wp-content th {
  color: #fff;
  background: var(--dark);
  font-family: var(--serif);
  font-size: 15px;
  font-weight: 500;
}

.wp-content dl {
  margin: 35px 0;
}

.wp-content dt {
  margin-top: 20px;
  color: var(--ink);
  font-family: var(--serif);
  font-size: 18px;
}

.wp-content dd {
  color: var(--muted);
}

.profile-content > p:first-child strong {
  display: block;
  margin-bottom: 36px;
  color: var(--ink);
  font-size: 38px;
}

.profile-content img[src*="kawauchi"] {
  width: 520px;
  max-height: 660px;
  margin: 48px 0 0;
  padding: 14px;
  border: 1px solid #d8cfc3;
  background: #fff;
  box-shadow: 22px 22px 0 #f1ece4;
  filter: saturate(.72);
}

.faq-content dl {
  margin: 0;
}

.faq-content dt {
  position: relative;
  margin: 0;
  padding: 28px 54px 22px;
  border-top: 1px solid var(--line);
  font-family: var(--serif);
  font-size: 18px;
  letter-spacing: .04em;
  line-height: 1.7;
}

.faq-content dt::before {
  position: absolute;
  top: 27px;
  left: 3px;
  color: var(--accent);
  content: "Q";
  font-family: Georgia, serif;
  font-size: 22px;
}

.faq-content dd {
  position: relative;
  padding: 0 20px 14px 54px;
  color: var(--muted);
}

.faq-content dt + dd::before {
  position: absolute;
  top: -3px;
  left: 3px;
  color: #b39a8d;
  content: "A";
  font-family: Georgia, serif;
  font-size: 19px;
}

.sidebar {
  padding: 38px 30px 32px;
  border: 1px solid #ded5c9;
  background: linear-gradient(180deg, #fbf8f2, #f4efe6);
  box-shadow: 18px 18px 0 #f1ece4;
}

.side-section + .side-section {
  margin-top: 58px;
}

.side-section > h2 {
  margin-bottom: 24px;
  padding-bottom: 17px;
  border-bottom: 1px solid #d9d0c5;
  font-family: var(--serif);
  font-size: 24px;
  font-weight: 500;
  letter-spacing: .08em;
}

.side-posts a {
  position: relative;
  display: block;
  padding: 18px 0 18px 32px;
  border-bottom: 1px dotted #d4cbc0;
}

.side-posts .note-mark {
  position: absolute;
  top: 20px;
  left: 0;
  display: grid;
  width: 21px;
  height: 21px;
  place-items: center;
  color: var(--accent);
  border: 1px solid #d9ad9a;
  border-radius: 50%;
  font-family: var(--serif);
  font-size: 11px;
}

.side-posts strong {
  display: block;
  font-family: var(--serif);
  font-size: 13px;
  font-weight: 500;
  line-height: 1.65;
}

.side-posts time {
  display: block;
  margin-top: 6px;
  color: var(--muted);
  font-size: 9px;
  letter-spacing: .04em;
}

.side-links a {
  display: flex;
  min-height: 58px;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px dotted #d4cbc0;
  font-family: var(--serif);
  font-size: 13px;
}

.side-links span {
  color: var(--accent);
  font-family: Arial, Helvetica, sans-serif;
}

.archive-list div {
  display: grid;
  min-height: 57px;
  grid-template-columns: 1fr auto auto;
  align-items: center;
  gap: 8px;
  border-bottom: 1px dotted #d4cbc0;
}

.archive-list strong {
  font-family: var(--serif);
  font-size: 14px;
  font-weight: 500;
}

.archive-list span {
  color: var(--muted);
  font-size: 11px;
}

.archive-list i {
  margin-left: 6px;
  color: var(--accent);
  font-family: Arial, Helvetica, sans-serif;
  font-style: normal;
}

.search-box {
  display: flex;
  height: 50px;
  align-items: center;
  justify-content: space-between;
  padding: 0 15px;
  color: #938d86;
  border: 1px solid #d7cec2;
  background: #fff;
  font-size: 11px;
}

.search-box b {
  color: var(--accent);
  font-size: 20px;
  font-weight: 400;
}

.archive-head {
  margin-bottom: 45px;
}

.archive-head h2 {
  font-family: var(--serif);
  font-size: 39px;
  font-weight: 500;
  letter-spacing: .08em;
}

.post-card {
  display: grid;
  grid-template-columns: 70px 1fr;
  gap: 28px;
  padding: 42px 34px 46px;
  border-top: 1px solid var(--line);
  background: #fff;
}

.post-card:nth-of-type(even) {
  background: #faf7f1;
}

.post-number {
  display: grid;
  width: 44px;
  height: 44px;
  place-items: center;
  padding-top: 0;
  color: var(--accent);
  border: 1px solid #cda896;
  border-radius: 50%;
  font-family: Georgia, serif;
  font-size: 16px;
  font-style: italic;
}

.post-card time {
  color: var(--muted);
  font-family: Arial, Helvetica, sans-serif;
  font-size: 10px;
  letter-spacing: .12em;
}

.post-card h3 {
  margin: 9px 0 18px;
  font-family: var(--serif);
  font-size: 25px;
  font-weight: 500;
  letter-spacing: .055em;
  line-height: 1.55;
}

.post-card p {
  color: var(--muted);
  font-size: 13px;
  line-height: 2.05;
}

.post-card a {
  display: inline-flex;
  gap: 24px;
  margin-top: 19px;
  padding-bottom: 5px;
  color: var(--accent);
  border-bottom: 1px solid currentColor;
  font-size: 10px;
  letter-spacing: .08em;
}

.pagination {
  display: flex;
  align-items: center;
  gap: 9px;
  margin-top: 30px;
  padding-top: 32px;
  border-top: 1px solid var(--line);
}

.pagination b,
.pagination span {
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  border: 1px solid var(--line);
  font-family: Georgia, serif;
  font-size: 12px;
  font-weight: 400;
}

.pagination b {
  color: #fff;
  border-color: var(--accent);
  background: var(--accent);
}

.pagination i {
  margin-left: 10px;
  font-size: 11px;
  font-style: normal;
}

.single-post > header {
  margin-bottom: 52px;
  padding-bottom: 35px;
  border-bottom: 1px solid var(--line);
}

.single-post > header h1 {
  margin-bottom: 19px;
  font-family: var(--serif);
  font-size: clamp(34px, 3.4vw, 48px);
  font-weight: 500;
  letter-spacing: .07em;
  line-height: 1.5;
}

.single-post > header time {
  color: var(--muted);
  font-family: Arial, Helvetica, sans-serif;
  font-size: 10px;
  letter-spacing: .12em;
}

.single-post .wp-content img {
  max-height: 960px;
  margin: 38px auto;
}

.post-nav {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  margin-top: 70px;
  padding: 28px 0;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  font-size: 10px;
  letter-spacing: .08em;
}

.post-nav span:last-child {
  justify-self: end;
}

.post-nav a {
  color: var(--accent);
}

.contact-intro {
  margin-bottom: 55px;
}

.contact-intro h2 {
  margin-bottom: 19px;
  font-family: var(--serif);
  font-size: 39px;
  font-weight: 500;
  letter-spacing: .08em;
}

.contact-intro > p:last-child {
  color: var(--muted);
  font-size: 14px;
}

.contact-form {
  padding: 0 34px 34px;
  border-top: 1px solid var(--line);
  background: linear-gradient(180deg, rgba(250, 247, 241, .72), #fff);
}

.contact-form label {
  display: grid;
  grid-template-columns: 190px 1fr;
  align-items: start;
  gap: 28px;
  padding: 28px 0;
  border-bottom: 1px solid var(--line);
}

.contact-form label > span {
  padding-top: 13px;
  font-family: var(--serif);
  font-size: 15px;
  letter-spacing: .05em;
}

.contact-form label small {
  color: var(--muted);
  font-family: var(--sans);
  font-size: 10px;
}

.contact-form input,
.contact-form textarea {
  width: 100%;
  border: 1px solid #d8d2ca;
  outline: 0;
  background: #fbfaf7;
}

.contact-form input {
  height: 52px;
}

.contact-form textarea {
  height: 220px;
  resize: none;
}

.contact-form button {
  display: flex;
  width: 230px;
  height: 62px;
  align-items: center;
  justify-content: space-between;
  margin: 38px 0 0 auto;
  padding: 0 25px;
  color: #fff;
  border: 1px solid var(--accent);
  background: var(--accent);
  font-size: 12px;
  letter-spacing: .1em;
}

.contact-form button i {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-style: normal;
}

.site-footer {
  color: var(--ink);
  background: #eee8de;
}

.footer-visual {
  position: relative;
  display: flex;
  min-height: 500px;
  align-items: center;
  overflow: hidden;
  background: url("./assets/hero-a-atelier.png") center / cover no-repeat;
}

.footer-shade {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(245, 240, 231, .91), rgba(245, 240, 231, .74), rgba(245, 240, 231, .22));
}

.footer-contact {
  position: relative;
  z-index: 2;
  width: min(1160px, calc(100% - 96px));
  margin: 0 auto;
  text-align: center;
}

.footer-contact .eyebrow {
  justify-content: center;
}

.footer-contact > p:not(.eyebrow) {
  margin: 25px 0 34px;
  color: #6f685f;
  font-size: 13px;
}

.button-light {
  border-color: var(--accent);
}

.footer-bottom {
  display: grid;
  min-height: 160px;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 30px;
  padding: 0 48px;
  border-top: 1px solid #d3c8b9;
  background: #e8e0d4;
}

.footer-brand strong {
  display: block;
  font-family: var(--serif);
  font-size: 17px;
  font-weight: 500;
  letter-spacing: .13em;
}

.footer-brand span {
  display: block;
  margin-top: 5px;
  color: #746b61;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 7px;
  letter-spacing: .22em;
}

.footer-bottom nav {
  display: flex;
  gap: 18px;
  color: #5f5850;
  font-size: 9px;
}

.footer-bottom > p {
  justify-self: end;
  color: #746b61;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 8px;
  letter-spacing: .08em;
}

@media (max-width: 768px) {
  body {
    font-size: 16px;
  }

  .container {
    width: calc(100% - 44px);
  }

  .site-header {
    height: 84px;
    grid-template-columns: 1fr auto;
    padding: 0 20px;
  }

  .brand strong {
    font-size: 16px;
    letter-spacing: .1em;
  }

  .brand span {
    font-size: 6px;
    letter-spacing: .18em;
  }

  .main-nav,
  .header-contact {
    display: none;
  }

  .mobile-menu {
    display: grid;
    width: 44px;
    height: 44px;
    align-content: center;
    justify-items: center;
    gap: 5px;
    border: 1px solid currentColor;
    border-radius: 50%;
  }

  .mobile-menu i {
    width: 15px;
    height: 1px;
    background: currentColor;
  }

  .mobile-menu small {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 5px;
    letter-spacing: .12em;
  }

  .home-hero {
    min-height: 710px;
    background-position: 62% center;
  }

  .hero-shade {
    background: linear-gradient(90deg, rgba(246, 242, 234, .97) 0%, rgba(246, 242, 234, .83) 61%, rgba(246, 242, 234, .25) 100%);
  }

  .hero-copy {
    width: calc(100% - 44px);
    margin-top: 55px;
  }

  .hero-kicker {
    max-width: 270px;
    align-items: flex-start;
    font-size: 8px;
    letter-spacing: .1em;
    line-height: 1.8;
  }

  .hero-intro {
    max-width: 290px;
    gap: 2px;
    margin-bottom: 16px;
    font-size: 14px;
    letter-spacing: .08em;
    line-height: 1.65;
  }

  .hero-kicker::before {
    width: 28px;
    margin-top: 7px;
    flex: 0 0 auto;
  }

  .home-hero h1 {
    max-width: 325px;
    font-size: 31px;
    letter-spacing: .045em;
    line-height: 1.52;
  }

  .home-hero .button {
    min-width: 205px;
    min-height: 56px;
    margin-top: 30px;
  }

  .hero-vertical {
    display: none;
  }

  .home-section {
    padding: 80px 0;
  }

  .split-head {
    grid-template-columns: 1fr;
    gap: 25px;
    margin-bottom: 40px;
  }

  .section-head h2,
  .center-head h2,
  .message-grid h2,
  .footer-contact h2 {
    font-size: 34px;
  }

  .movie-frame {
    height: 290px;
  }

  .play {
    width: 66px;
    height: 66px;
    font-size: 13px;
  }

  .movie-frame strong {
    left: 20px;
    bottom: 19px;
    font-size: 16px;
  }

  .movie-frame small {
    right: 20px;
    bottom: 23px;
    font-size: 7px;
  }

  .feature-grid {
    grid-template-columns: 1fr;
    gap: 62px;
  }

  .feature-grid figure {
    height: 250px;
    margin-bottom: 20px;
  }

  .feature-grid figure::after {
    position: absolute;
    inset: 38% 0 0;
    content: "";
    background: linear-gradient(transparent, rgba(22, 18, 15, .76));
  }

  .feature-grid figure span {
    z-index: 2;
  }

  .feature-grid figure h3 {
    position: absolute;
    right: 20px;
    bottom: 17px;
    left: 20px;
    z-index: 2;
    display: block;
    color: #fff;
    font-family: var(--serif);
    font-size: 20px;
    font-weight: 500;
    letter-spacing: .055em;
    line-height: 1.55;
    text-shadow: 0 2px 14px rgba(0, 0, 0, .38);
  }

  .feature-desktop-title {
    display: none;
  }

  .exact-block h4 {
    font-size: 22px;
  }

  .exact-block p {
    font-size: 12px;
    line-height: 2.05;
  }

  .recommend-section {
    grid-template-columns: 1fr;
  }

  .recommend-section > figure {
    min-height: 440px;
  }

  .recommend-copy {
    padding: 76px 22px 84px;
  }

  .recommend-copy h4 {
    font-size: 31px;
  }

  .recommend-copy li {
    min-height: 78px;
    font-size: 12px;
    line-height: 1.7;
  }

  .message-grid,
  .beginner-grid {
    grid-template-columns: 1fr;
  }

  .message-grid {
    gap: 54px;
  }

  .message-grid > div {
    padding-left: 0;
  }

  .message-grid > figure {
    height: 470px;
    box-shadow: 14px 14px 0 #f2ede5;
  }

  .beginner-section .section-head {
    margin-bottom: 44px;
  }

  .beginner-grid {
    gap: 0;
  }

  .beginner-grid > figure {
    display: none;
  }

  .long-prose h4 {
    font-size: 21px;
  }

  .voices-content h4 {
    margin-top: 50px;
    padding: 38px 18px 0 35px;
    font-size: 23px;
  }

  .voices-content h4::before {
    left: 0;
  }

  .page-hero {
    min-height: 330px;
  }

  .page-hero-copy {
    width: calc(100% - 44px);
    padding-bottom: 43px;
  }

  .page-hero h1,
  .page-hero-title {
    font-size: 35px;
  }

  .content-layout {
    width: calc(100% - 44px);
    grid-template-columns: 1fr;
    gap: 80px;
    padding-top: 72px;
    padding-bottom: 96px;
  }

  .main-article {
    padding-left: 18px;
  }

  .article-ornament {
    gap: 14px;
    margin-bottom: 36px;
  }

  .knowledge-diagram {
    grid-template-columns: 1fr;
    gap: 20px;
    margin-bottom: 52px;
    padding: 24px 18px;
    box-shadow: 10px 10px 0 #f1ece4;
  }

  .knowledge-diagram h2 {
    font-size: 28px;
  }

  .knowledge-diagram figure {
    min-height: 360px;
    padding: 15px;
  }

  .knowledge-diagram img {
    max-height: 330px;
  }

  .wp-content {
    font-size: 13px;
    line-height: 2.15;
  }

  .wp-content strong {
    font-size: 19px;
  }

  .wp-content h3 {
    font-size: 25px;
  }

  .wp-content h4 {
    padding: 15px 16px;
    font-size: 21px;
  }

  .wp-content img[src*="detail-cello"] {
    width: 100%;
    height: 390px;
  }

  .wp-content img[src*="cello-parts-original"] {
    float: none;
    width: 100%;
    margin: 0 0 34px;
    box-shadow: 10px 10px 0 #f2ede6;
  }

  .wp-content table {
    display: block;
    overflow: hidden;
    font-size: 10px;
    line-height: 1.8;
  }

  .page-lessons .lesson-table-desktop {
    display: none;
  }

  .lesson-cards-mobile {
    display: grid;
    gap: 28px;
    margin: 36px 0 52px;
  }

  .lesson-course {
    overflow: hidden;
    border: 1px solid #d8cfc3;
    background: #fff;
    box-shadow: 10px 10px 0 #f2ede6;
  }

  .lesson-course > h3 {
    margin: 0;
    padding: 16px 18px;
    color: var(--ink);
    background: #d4bea5;
    font-size: 21px;
    line-height: 1.45;
    text-align: center;
    letter-spacing: .04em;
  }

  .lesson-course > h3::before {
    display: none;
  }

  .lesson-level-card {
    padding: 20px 18px 22px;
    border-top: 1px solid var(--line);
  }

  .lesson-level-card:first-of-type {
    border-top: 0;
  }

  .lesson-level-head {
    display: flex;
    flex-direction: column;
    gap: 2px;
    padding-bottom: 12px;
    border-bottom: 1px solid #e6ded5;
  }

  .lesson-level-head strong {
    color: var(--ink);
    font-family: var(--serif);
    font-size: 20px;
    font-weight: 500;
    letter-spacing: .04em;
  }

  .lesson-level-head span {
    color: var(--muted);
    font-size: 12px;
    letter-spacing: .03em;
  }

  .lesson-level-card p {
    margin: 13px 0 0;
    color: var(--ink);
    font-size: 13px;
    line-height: 2;
  }

  .wp-content th,
  .wp-content td {
    padding: 10px 8px;
  }

  .profile-content > p:first-child strong {
    font-size: 31px;
  }

  .profile-content img[src*="kawauchi"] {
    width: 100%;
    box-shadow: 12px 12px 0 #f1ece4;
  }

  .faq-content dt {
    padding-right: 0;
    padding-left: 42px;
    font-size: 16px;
  }

  .faq-content dd {
    padding-left: 42px;
  }

  .sidebar {
    padding: 35px 25px 30px;
  }

  .post-card {
    grid-template-columns: 38px 1fr;
    gap: 13px;
    padding-right: 18px;
    padding-left: 18px;
  }

  .post-card h3 {
    font-size: 21px;
  }

  .pagination {
    flex-wrap: wrap;
  }

  .single-post > header h1 {
    font-size: 31px;
  }

  .post-nav {
    grid-template-columns: 1fr 1fr;
    gap: 20px;
  }

  .post-nav a {
    order: -1;
    grid-column: 1 / -1;
    text-align: center;
  }

  .contact-form label {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .contact-form {
    padding-right: 18px;
    padding-left: 18px;
  }

  .contact-form label > span {
    padding-top: 0;
  }

  .contact-form button {
    width: 100%;
  }

  .footer-visual {
    min-height: 430px;
  }

  .footer-contact {
    width: calc(100% - 44px);
  }

  .footer-contact > p:not(.eyebrow) {
    font-size: 12px;
  }

  .footer-bottom {
    grid-template-columns: 1fr;
    gap: 26px;
    padding: 36px 22px;
  }

  .footer-bottom nav {
    flex-wrap: wrap;
    row-gap: 10px;
  }

  .footer-bottom > p {
    justify-self: start;
  }
}

/* 1.0.14: premium walnut CTA system based on the approved A concept. */

.button,
.line-link,
.header-contact,
.contact-form button,
.wp-content .wpcf7-submit {
  position: relative;
  display: inline-flex;
  min-width: 224px;
  min-height: 60px;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
  overflow: hidden;
  isolation: isolate;
  padding: 0 28px;
  color: #f7eee3;
  border: 0;
  border-radius: 5px 0 5px 5px;
  background:
    repeating-linear-gradient(112deg, rgba(255, 255, 255, .018) 0 1px, transparent 1px 5px),
    linear-gradient(135deg, #50392f 0%, #3e2a23 55%, #30211c 100%);
  box-shadow: none;
  -webkit-clip-path: polygon(0 0, calc(100% - 16px) 0, 100% 16px, 100% 100%, 0 100%);
  clip-path: polygon(0 0, calc(100% - 16px) 0, 100% 16px, 100% 100%, 0 100%);
  filter: drop-shadow(0 9px 12px rgba(52, 34, 27, .2));
  font-family: var(--sans);
  font-size: clamp(13px, .82vw, 26px);
  font-weight: 700;
  letter-spacing: .11em;
  line-height: 1.7;
  text-decoration: none;
  cursor: pointer;
  transition:
    color .32s ease,
    filter .32s ease,
    transform .32s cubic-bezier(.2, .74, .3, 1);
  -webkit-appearance: none;
  appearance: none;
}

.line-link {
  margin-top: 32px;
  padding-bottom: 0;
  border-bottom: 0;
}

.button span,
.line-link span,
.header-contact i,
.contact-form button i {
  position: relative;
  z-index: 2;
  color: #d8ad94;
  border: 0;
  border-radius: 0;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 17px;
  font-style: normal;
}

.header-contact {
  min-width: 170px;
  min-height: 48px;
  padding: 0 19px;
  font-size: 11px;
}

.header-contact i {
  display: inline;
  width: auto;
  height: auto;
}

.contact-form button,
.wp-content .wpcf7-submit {
  width: auto;
  height: auto;
  min-width: 230px;
  min-height: 62px;
}

.button::before,
.line-link::before,
.header-contact::before,
.contact-form button::before {
  position: absolute;
  top: -38%;
  bottom: -38%;
  left: -72%;
  z-index: 1;
  width: 45%;
  content: "";
  pointer-events: none;
  background: linear-gradient(
    104deg,
    transparent 0%,
    rgba(255, 246, 235, .06) 22%,
    rgba(255, 246, 235, .48) 50%,
    rgba(255, 246, 235, .06) 78%,
    transparent 100%
  );
  transform: skewX(-18deg);
  transition: left .76s cubic-bezier(.2, .66, .25, 1);
}

.button:hover,
.button:focus-visible,
.line-link:hover,
.line-link:focus-visible,
.header-contact:hover,
.header-contact:focus-visible,
.contact-form button:hover,
.contact-form button:focus-visible,
.wp-content .wpcf7-submit:hover,
.wp-content .wpcf7-submit:focus-visible {
  color: #fff8ef;
  background:
    repeating-linear-gradient(112deg, rgba(255, 255, 255, .022) 0 1px, transparent 1px 5px),
    linear-gradient(135deg, #5a4034 0%, #473027 55%, #38251f 100%);
  box-shadow: none;
  filter: drop-shadow(0 13px 17px rgba(52, 34, 27, .27));
  transform: translateY(-2px);
}

.button:hover::before,
.button:focus-visible::before,
.line-link:hover::before,
.line-link:focus-visible::before,
.header-contact:hover::before,
.header-contact:focus-visible::before,
.contact-form button:hover::before,
.contact-form button:focus-visible::before {
  left: 132%;
}

.button:focus-visible,
.line-link:focus-visible,
.header-contact:focus-visible,
.contact-form button:focus-visible,
.wp-content .wpcf7-submit:focus-visible,
.search-box button:focus-visible {
  outline: 0;
  box-shadow: inset 0 0 0 2px rgba(246, 225, 209, .82);
}

.search-box button {
  color: #f7eee3;
  border: 0;
  border-radius: 4px 0 4px 4px;
  background:
    repeating-linear-gradient(112deg, rgba(255, 255, 255, .018) 0 1px, transparent 1px 5px),
    linear-gradient(135deg, #50392f 0%, #30211c 100%);
  -webkit-clip-path: polygon(0 0, calc(100% - 11px) 0, 100% 11px, 100% 100%, 0 100%);
  clip-path: polygon(0 0, calc(100% - 11px) 0, 100% 11px, 100% 100%, 0 100%);
  filter: drop-shadow(0 6px 8px rgba(52, 34, 27, .18));
}

.search-box button:hover,
.search-box button:focus-visible {
  color: #fff8ef;
  background:
    repeating-linear-gradient(112deg, rgba(255, 255, 255, .022) 0 1px, transparent 1px 5px),
    linear-gradient(135deg, #5a4034 0%, #38251f 100%);
  filter: drop-shadow(0 9px 11px rgba(52, 34, 27, .25));
}

@media (min-width: 769px) and (max-width: 980px) {
  .header-contact {
    width: 48px;
    min-width: 48px;
    min-height: 48px;
    justify-content: center;
    padding: 0;
  }
}

@media (max-width: 768px) {
  .button,
  .line-link {
    min-width: 205px;
    min-height: 56px;
    gap: 24px;
    padding: 0 24px;
    -webkit-clip-path: polygon(0 0, calc(100% - 14px) 0, 100% 14px, 100% 100%, 0 100%);
    clip-path: polygon(0 0, calc(100% - 14px) 0, 100% 14px, 100% 100%, 0 100%);
  }

  .footer-contact .button {
    max-width: 100%;
  }

  .contact-form button,
  .wp-content .wpcf7-submit {
    width: 100%;
    min-width: 0;
  }
}

/* 1.0.15: restore the lightweight header action and reduce repeated blog CTAs. */

.header-contact {
  position: static;
  display: flex;
  width: auto;
  height: auto;
  min-width: 0;
  min-height: 0;
  align-items: center;
  justify-content: flex-start;
  justify-self: end;
  gap: 13px;
  overflow: visible;
  isolation: auto;
  padding: 0;
  color: inherit;
  border: 0;
  border-radius: 0;
  background: none;
  box-shadow: none;
  -webkit-clip-path: none;
  clip-path: none;
  filter: none;
  transform: none;
  transition: color .28s ease;
}

.header-contact::before {
  display: none;
  content: none;
}

.header-contact i {
  position: static;
  display: grid;
  width: 38px;
  height: 38px;
  place-items: center;
  color: inherit;
  border: 1px solid currentColor;
  border-radius: 50%;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 13px;
  font-style: normal;
}

.header-contact:hover,
.header-contact:focus-visible {
  color: var(--accent);
  border: 0;
  background: none;
  box-shadow: none;
  filter: none;
  transform: none;
}

.header-contact:focus-visible {
  outline: 2px solid var(--accent);
  outline-offset: 5px;
}

.post-card .line-link {
  min-width: 178px;
  min-height: 52px;
  justify-content: space-between;
  gap: 24px;
  overflow: hidden;
  padding: 0 21px;
  color: #493229;
  border: 0;
  border-radius: 5px 0 5px 5px;
  background: linear-gradient(135deg, #6a493a 0%, #50372e 55%, #3e2a23 100%);
  box-shadow: none;
  -webkit-clip-path: polygon(0 0, calc(100% - 16px) 0, 100% 16px, 100% 100%, 0 100%);
  clip-path: polygon(0 0, calc(100% - 16px) 0, 100% 16px, 100% 100%, 0 100%);
  filter: drop-shadow(0 7px 12px rgba(52, 34, 27, .08));
}

.post-card .line-link::after {
  position: absolute;
  inset: 1px;
  z-index: 0;
  content: "";
  pointer-events: none;
  background: #fff;
  -webkit-clip-path: polygon(0 0, calc(100% - 15px) 0, 100% 15px, 100% 100%, 0 100%);
  clip-path: polygon(0 0, calc(100% - 15px) 0, 100% 15px, 100% 100%, 0 100%);
  transition: background-color .3s ease;
}

.post-card .line-link .post-card-link-label,
.post-card .line-link > span {
  position: relative;
  z-index: 2;
}

.post-card .line-link .post-card-link-label {
  color: inherit;
  font-family: inherit;
  font-size: inherit;
  font-style: normal;
  font-weight: inherit;
}

.post-card .line-link > span {
  color: var(--accent);
  font-size: 16px;
}

.post-card .line-link:hover,
.post-card .line-link:focus-visible {
  color: #3e2a23;
  border: 0;
  background: linear-gradient(135deg, #805744 0%, #5b3d32 55%, #493027 100%);
  box-shadow: none;
  filter: drop-shadow(0 9px 15px rgba(52, 34, 27, .12));
  transform: translateY(-1px);
}

.post-card .line-link:hover::after,
.post-card .line-link:focus-visible::after {
  background: #faf6f0;
}

@media (min-width: 769px) and (max-width: 980px) {
  .header-contact {
    width: 38px;
    min-width: 38px;
    min-height: 38px;
    gap: 0;
    padding: 0;
  }
}

@media (max-width: 768px) {
  .header-contact {
    display: none;
  }

  .post-card .line-link {
    width: 180px;
    min-width: 180px;
    min-height: 50px;
    gap: 20px;
    padding: 0 19px;
  }
}

/* 1.0.5: typography aligned with the approved RYUSEI reference system. */

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--serif);
  font-weight: 700;
  line-height: 1.28;
  letter-spacing: .035em;
  text-wrap: pretty;
}

.home-hero h1,
.section-head h2,
.center-head h2,
.recommend-copy h4,
.message-grid h2,
.footer-contact h2 {
  font-family: var(--serif);
  font-size: clamp(35px, 4.25vw, 140px);
  font-weight: 700;
  line-height: 1.28;
  letter-spacing: .035em;
}

.page-hero h1,
.page-hero-title {
  font-family: var(--serif);
  font-size: clamp(35px, 4.25vw, 64px);
  font-weight: 700;
  line-height: 1.28;
  letter-spacing: .035em;
}

.feature-desktop-title,
.post-card h3,
.voices-content h4 {
  font-family: var(--serif);
  font-size: clamp(20px, 2.1vw, 67px);
  font-weight: 700;
  line-height: 1.28;
  letter-spacing: .035em;
}

.exact-block h4,
.long-prose h4,
.wp-content h3 {
  font-family: var(--serif);
  font-size: clamp(23px, 1.46vw, 46px);
  font-weight: 700;
  line-height: 1.28;
  letter-spacing: .035em;
}

.wp-content h2,
.knowledge-diagram h2 {
  font-family: var(--serif);
  font-size: clamp(30px, 4vw, 128px);
  font-weight: 700;
  line-height: 1.28;
  letter-spacing: .035em;
}

.wp-content h4 {
  font-family: var(--serif);
  font-size: clamp(22px, 1.39vw, 44px);
  font-weight: 700;
  line-height: 1.28;
  letter-spacing: .035em;
}

.single-post > header h1 {
  font-family: var(--serif);
  font-weight: 700;
  line-height: 1.28;
  letter-spacing: .035em;
}

.hero-intro,
.micro-copy,
.exact-block p,
.voices-content p,
.wp-content,
.wp-content p,
.wp-content li,
.faq-content dd,
.footer-contact > p:not(.eyebrow) {
  font-family: var(--serif);
  font-size: 1em;
  font-weight: 400;
  line-height: 1.7;
  letter-spacing: normal;
}

.feature-grid .exact-block p,
.recommend-copy li,
.post-card p,
.lesson-level-card p,
.wp-content table {
  font-family: var(--serif);
  font-size: .875em;
  font-weight: 400;
  line-height: 1.7;
  letter-spacing: normal;
}

.wp-content strong {
  font-family: inherit;
  font-size: inherit;
  font-weight: 700;
  letter-spacing: inherit;
}

.profile-content > p:first-child strong {
  font-family: var(--serif);
  font-size: clamp(30px, 3.45vw, 110px);
  font-weight: 700;
  line-height: 1.28;
  letter-spacing: .035em;
}

.faq-content dt,
.wp-content dt,
.wp-content th {
  font-family: var(--serif);
  font-weight: 700;
  line-height: 1.28;
  letter-spacing: .035em;
}

.main-nav,
.header-contact,
.hero-kicker,
.eyebrow,
.button,
.line-link,
.post-card a,
.side-links a,
.archive-list,
.search-box,
.contact-form button,
.wpcf7-submit,
.mobile-menu,
.mobile-menu-panel nav a small,
.mobile-menu-panel nav a em,
.brand span,
.hero-vertical,
.movie-frame small,
.recommend-section figcaption,
.message-grid figcaption,
.beginner-grid figcaption,
.side-links span,
.archive-list i,
.post-card time,
.single-post > header time,
.footer-brand span,
.footer-studio-info h2,
.footer-studio-info address,
.footer-bottom nav,
.footer-bottom .copyright,
input,
textarea,
select {
  font-family: var(--sans);
}

.main-nav,
.header-contact {
  font-size: clamp(11px, .7vw, 22px);
  font-weight: 700;
  line-height: 1;
  letter-spacing: .12em;
}

.hero-kicker {
  font-size: clamp(11px, .7vw, 22px);
  font-weight: 700;
  line-height: 1.7;
  letter-spacing: .22em;
}

.eyebrow {
  font-size: clamp(12px, .76vw, 24px);
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: .19em;
}

.button,
.wpcf7-submit,
.contact-form button {
  font-size: clamp(13px, .82vw, 26px);
  font-weight: 700;
  line-height: 1.7;
  letter-spacing: .11em;
}

.line-link,
.post-card a,
.side-links a {
  font-size: .8125em;
  font-weight: 700;
  line-height: 1.7;
  letter-spacing: .09em;
}

.post-card time,
.single-post > header time {
  font-size: .6875em;
  font-weight: 400;
  line-height: 2;
  letter-spacing: .06em;
}

.footer-studio-info h2 {
  font-size: .6875em;
  font-weight: 700;
  line-height: 1.28;
  letter-spacing: .13em;
}

.footer-studio-info address {
  font-size: .6875em;
  font-weight: 400;
  line-height: 2;
  letter-spacing: .06em;
}

.footer-studio-info p {
  font-family: var(--serif);
  font-weight: 700;
  line-height: 1.28;
  letter-spacing: .035em;
}

.footer-bottom nav {
  font-size: .6875em;
  font-weight: 400;
  line-height: 2;
  letter-spacing: normal;
}

.footer-bottom .copyright {
  font-size: .5625em;
  font-weight: 400;
  line-height: 1.7;
  letter-spacing: .08em;
}

.mobile-menu-panel nav a span {
  font-family: Georgia, var(--serif);
  font-size: 20px;
  font-weight: 400;
  line-height: 1.28;
  letter-spacing: .05em;
}

@media (min-width: 769px) and (max-width: 980px) {
  .main-nav {
    gap: 16px;
    font-size: 10px;
  }
}

@media (max-width: 768px) {
  body {
    font-size: 16px;
  }

  .home-hero h1 {
    font-size: 33px;
  }

  .section-head h2,
  .center-head h2,
  .recommend-copy h4,
  .message-grid h2,
  .footer-contact h2,
  .page-hero h1,
  .page-hero-title {
    font-size: 35px;
  }

  .feature-desktop-title,
  .post-card h3,
  .voices-content h4 {
    font-size: 20px;
  }

  .exact-block h4,
  .long-prose h4,
  .wp-content h3 {
    font-size: 23px;
  }

  .wp-content h4 {
    font-size: 22px;
  }

  .footer-bottom nav {
    font-size: .75em;
  }
}

/* WordPress integration and approved interaction details. */

html {
  scroll-behavior: smooth;
}

main:focus {
  outline: none;
}

.screen-reader-text,
.skip-link:not(:focus) {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  white-space: nowrap;
}

.skip-link:focus {
  position: fixed;
  top: 12px;
  left: 12px;
  z-index: 10000;
  padding: 12px 18px;
  color: #fff;
  background: var(--dark);
  outline: 2px solid #fff;
}

body h1,
body h2,
body h3,
body h4 {
  font-weight: 700 !important;
}

.brand strong,
.footer-brand strong {
  font-weight: 700;
}

body.admin-bar .site-header {
  top: 32px;
}

.button,
.wpcf7-submit,
.search-box button {
  position: relative;
  overflow: hidden;
  isolation: isolate;
  cursor: pointer;
  transition:
    color .32s ease,
    background-color .32s ease,
    border-color .32s ease,
    box-shadow .32s ease,
    transform .32s cubic-bezier(.2, .74, .3, 1);
}

.button::before,
.wpcf7-submit::before,
.search-box button::before {
  position: absolute;
  top: -35%;
  bottom: -35%;
  left: -72%;
  z-index: -1;
  width: 48%;
  content: "";
  background: linear-gradient(
    104deg,
    transparent 0%,
    rgba(255, 255, 255, .12) 22%,
    rgba(255, 255, 255, .78) 50%,
    rgba(255, 255, 255, .12) 78%,
    transparent 100%
  );
  transform: skewX(-18deg);
  transition: left .72s cubic-bezier(.2, .66, .25, 1);
}

.button:hover,
.button:focus-visible,
.wpcf7-submit:hover,
.wpcf7-submit:focus-visible,
.search-box button:hover,
.search-box button:focus-visible {
  color: #fff;
  box-shadow: 0 13px 30px rgba(95, 46, 31, .22);
  transform: translateY(-2px);
}

.button:hover::before,
.button:focus-visible::before,
.wpcf7-submit:hover::before,
.wpcf7-submit:focus-visible::before,
.search-box button:hover::before,
.search-box button:focus-visible::before {
  left: 132%;
}

.button:focus-visible,
.main-nav a:focus-visible,
.header-contact:focus-visible,
.mobile-menu:focus-visible,
.mobile-menu-panel a:focus-visible,
.side-links a:focus-visible,
.archive-list a:focus-visible,
.footer-bottom a:focus-visible {
  outline: 2px solid var(--accent);
  outline-offset: 4px;
}

.mobile-menu {
  padding: 0;
  color: inherit;
  background: transparent;
  cursor: pointer;
}

.mobile-menu-lines {
  display: grid;
  gap: 4px;
  place-items: center;
}

.mobile-menu-lines i {
  display: block;
  transition:
    transform .42s cubic-bezier(.2, .7, .2, 1),
    opacity .24s ease;
}

.mobile-menu-panel {
  position: fixed;
  inset: 0;
  z-index: 999;
  display: grid;
  padding: 96px 26px 32px;
  color: #f8f1e7;
  background:
    radial-gradient(circle at 82% 8%, rgba(177, 78, 49, .18), transparent 38%),
    linear-gradient(145deg, rgba(76, 51, 37, .95), rgba(39, 31, 26, .92)),
    rgba(51, 38, 30, .94);
  -webkit-backdrop-filter: blur(18px) saturate(.72);
  backdrop-filter: blur(18px) saturate(.72);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition:
    opacity .42s ease,
    visibility 0s linear .42s;
}

.mobile-menu-inner {
  width: min(100%, 520px);
  margin: 0 auto;
  padding: 24px 24px 20px;
  border: 1px solid rgba(248, 239, 226, .24);
  background: rgba(80, 51, 35, .16);
  box-shadow: 0 28px 80px rgba(27, 18, 13, .25);
  transform: translateY(-18px);
  transition: transform .46s cubic-bezier(.2, .72, .2, 1);
}

.mobile-menu-panel nav {
  display: grid;
}

.mobile-menu-panel nav a {
  display: grid;
  min-height: 61px;
  grid-template-columns: 31px 1fr auto;
  align-items: center;
  gap: 10px;
  border-bottom: 1px solid rgba(245, 232, 215, .2);
  opacity: 0;
  transform: translateY(14px);
  transition:
    opacity .34s ease,
    transform .42s cubic-bezier(.2, .72, .2, 1),
    background-color .25s ease;
}

.mobile-menu-panel nav a:hover,
.mobile-menu-panel nav a:focus-visible {
  background: rgba(193, 112, 76, .13);
}

.mobile-menu-panel nav a small,
.mobile-menu-panel nav a em {
  font-family: Arial, Helvetica, sans-serif;
  font-style: normal;
  letter-spacing: .14em;
  opacity: .58;
}

.mobile-menu-panel nav a small {
  font-size: 8px;
}

.mobile-menu-panel nav a span {
  font-family: var(--serif);
  font-size: 19px;
  font-weight: 700;
  letter-spacing: .08em;
}

.mobile-menu-panel nav a em {
  font-size: 7px;
}

.mobile-menu-inner > p {
  margin-top: 22px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 7px;
  letter-spacing: .24em;
  opacity: .58;
}

body.is-menu-open {
  overflow: hidden;
}

body.is-menu-open .mobile-menu-panel {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transition-delay: 0s;
}

body.is-menu-open .mobile-menu-inner {
  transform: translateY(0);
}

body.is-menu-open .mobile-menu-panel nav a {
  opacity: 1;
  transform: translateY(0);
}

body.is-menu-open .mobile-menu-panel nav a:nth-child(1) { transition-delay: .12s; }
body.is-menu-open .mobile-menu-panel nav a:nth-child(2) { transition-delay: .16s; }
body.is-menu-open .mobile-menu-panel nav a:nth-child(3) { transition-delay: .20s; }
body.is-menu-open .mobile-menu-panel nav a:nth-child(4) { transition-delay: .24s; }
body.is-menu-open .mobile-menu-panel nav a:nth-child(5) { transition-delay: .28s; }
body.is-menu-open .mobile-menu-panel nav a:nth-child(6) { transition-delay: .32s; }
body.is-menu-open .mobile-menu-panel nav a:nth-child(7) { transition-delay: .36s; }

body.is-menu-open .mobile-menu-lines i:nth-child(1) {
  transform: translateY(5px) rotate(45deg);
}

body.is-menu-open .mobile-menu-lines i:nth-child(2) {
  opacity: 0;
}

body.is-menu-open .mobile-menu-lines i:nth-child(3) {
  transform: translateY(-5px) rotate(-45deg);
}

.js [data-reveal] {
  opacity: 0;
  transform: translateY(30px);
  transition:
    opacity .78s ease var(--reveal-delay, 0ms),
    transform .88s cubic-bezier(.2, .72, .2, 1) var(--reveal-delay, 0ms);
}

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

.archive-list a {
  display: grid;
  min-height: 57px;
  grid-template-columns: 1fr auto auto;
  align-items: center;
  gap: 8px;
  border-bottom: 1px dotted #d4cbc0;
}

.search-box {
  padding: 0;
}

.search-box input {
  width: 100%;
  height: 100%;
  min-width: 0;
  padding: 0 14px;
  color: var(--ink);
  border: 0;
  background: transparent;
  outline: none;
}

.search-box button {
  width: 48px;
  height: 48px;
  flex: 0 0 auto;
  color: #fff;
  border: 0;
  background: var(--accent);
}

.wp-content p:empty {
  display: none;
}

.wp-content,
.wp-content p,
.wp-content li,
.exact-block p {
  line-height: 1.7;
}

.content-layout {
  padding-top: 80px;
  padding-bottom: 80px;
}

.wp-content .wpcf7 {
  margin-top: 30px;
}

.wp-content .wpcf7-form {
  padding: 40px 44px 46px;
  border: 1px solid #ded6cb;
  background: #faf7f1;
  box-shadow: 16px 16px 0 #f0ebe3;
}

.wp-content .wpcf7-form > p {
  display: grid;
  grid-template-columns: 170px minmax(0, 1fr);
  align-items: start;
  gap: 28px;
  margin: 0;
  padding: 22px 0;
  border-bottom: 1px solid #ded7cd;
}

.wp-content .wpcf7-form > p:last-of-type {
  display: flex;
  justify-content: flex-end;
  border-bottom: 0;
}

.wp-content .wpcf7-form label {
  display: contents;
  color: var(--ink);
  font-family: var(--serif);
  font-weight: 700;
}

.wp-content .wpcf7-form-control-wrap {
  display: block;
}

.wp-content .wpcf7-text,
.wp-content .wpcf7-textarea {
  width: 100%;
  padding: 13px 15px;
  color: var(--ink);
  border: 1px solid #d8cfc3;
  border-radius: 0;
  background: #fff;
  outline: none;
  transition:
    border-color .25s ease,
    box-shadow .25s ease;
}

.wp-content .wpcf7-text:focus,
.wp-content .wpcf7-textarea:focus {
  border-color: var(--accent);
  box-shadow: 0 0 0 3px rgba(155, 79, 53, .1);
}

.wp-content .wpcf7-textarea {
  min-height: 180px;
  resize: vertical;
}

.wp-content .wpcf7-submit {
  min-width: 210px;
  min-height: 58px;
  color: #fff;
  border: 1px solid var(--accent);
  border-radius: 0;
  background: var(--accent);
  font-family: var(--serif);
  font-weight: 700;
  letter-spacing: .12em;
}

.footer-bottom {
  grid-template-columns: minmax(220px, .8fr) minmax(460px, 1.5fr) auto;
  gap: 42px 74px;
  align-items: start;
}

.footer-studio-info {
  display: grid;
  grid-column: 2 / -1;
  grid-template-columns: 1.65fr .75fr;
  gap: 36px;
}

.footer-studio-info h2 {
  margin: 0 0 13px;
  color: var(--ink);
  font-family: var(--serif);
  font-size: 17px;
  letter-spacing: .08em;
}

.footer-studio-info address {
  display: grid;
  gap: 6px;
  color: var(--muted);
  font-size: 12px;
  font-style: normal;
  line-height: 1.7;
}

.footer-studio-info p {
  color: var(--ink);
  font-family: var(--serif);
  font-size: 18px;
}

.footer-studio-info small {
  color: var(--muted);
  font-size: 11px;
}

.footer-bottom nav {
  grid-column: 1 / 3;
  justify-content: flex-start;
}

.footer-bottom .copyright {
  grid-column: 3;
  justify-self: end;
}

.not-found {
  padding-top: 80px;
  padding-bottom: 80px;
}

.not-found .button {
  margin-top: 30px;
}

.single-thumbnail {
  margin: 42px 0;
}

.single-thumbnail img {
  width: 100%;
  height: auto;
}

.pagination .nav-links {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.pagination .page-numbers {
  display: grid;
  min-width: 42px;
  height: 42px;
  place-items: center;
  border: 1px solid var(--line);
}

.pagination .current {
  color: #fff;
  border-color: var(--accent);
  background: var(--accent);
}

@media (max-width: 768px) {
  body.admin-bar .site-header {
    top: 46px;
  }

  .site-header {
    z-index: 1001;
  }

  .mobile-menu {
    position: relative;
    z-index: 1002;
  }

  .mobile-menu-lines i {
    width: 15px;
    height: 1px;
    background: currentColor;
  }

  body.is-menu-open .site-header {
    color: #fff;
    border-color: rgba(255, 255, 255, .22);
  }

  .page-lessons .wp-content table:first-of-type {
    display: none;
  }

  .wp-content .wpcf7-form {
    padding: 24px 18px 30px;
    box-shadow: 10px 10px 0 #f0ebe3;
  }

  .wp-content .wpcf7-form > p {
    display: block;
    padding: 17px 0;
  }

  .wp-content .wpcf7-form label {
    display: block;
  }

  .wp-content .wpcf7-form-control-wrap {
    margin-top: 8px;
  }

  .wp-content .wpcf7-form > p:last-of-type {
    display: block;
  }

  .wp-content .wpcf7-submit {
    width: 100%;
  }

  .footer-bottom {
    grid-template-columns: 1fr;
  }

  .footer-studio-info {
    grid-column: 1;
    grid-template-columns: 1fr;
    gap: 26px;
  }

  .footer-bottom nav,
  .footer-bottom .copyright {
    grid-column: 1;
    justify-self: start;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition-duration: .01ms !important;
    animation-duration: .01ms !important;
    animation-iteration-count: 1 !important;
  }

  .js [data-reveal] {
    opacity: 1;
    transform: none;
  }
}

/* 1.0.3: compact desktop header, refined footer, and mobile recommendation flow. */

.brand strong {
  white-space: nowrap;
}

.footer-bottom {
  position: relative;
  min-height: 0;
  grid-template-columns: minmax(220px, .72fr) minmax(0, 1.55fr);
  gap: 52px clamp(52px, 6vw, 94px);
  align-items: start;
  padding: 72px clamp(40px, 6vw, 88px) 46px;
  border-top: 7px solid #f5f0e8;
  background:
    linear-gradient(112deg, rgba(255, 255, 255, .2), transparent 42%),
    #e8e0d4;
}

.footer-bottom::before {
  position: absolute;
  top: 37px;
  left: clamp(40px, 6vw, 88px);
  width: 46px;
  height: 1px;
  content: "";
  background: var(--accent);
}

.footer-brand {
  padding-top: 2px;
}

.footer-studio-info {
  grid-column: 2;
  grid-template-columns: minmax(330px, 1.45fr) minmax(150px, .55fr);
  gap: clamp(32px, 4vw, 60px);
  padding-left: clamp(28px, 4vw, 58px);
  border-left: 1px solid rgba(121, 104, 84, .24);
}

.footer-studio-info h2 {
  margin-bottom: 17px;
}

.footer-studio-info address {
  gap: 8px;
  font-size: 13px;
}

.footer-bottom nav {
  grid-column: 1 / -1;
  gap: clamp(20px, 2.7vw, 38px);
  width: 100%;
  padding-top: 28px;
  border-top: 1px solid rgba(121, 104, 84, .24);
  font-size: 12px;
  letter-spacing: .055em;
}

.footer-bottom nav a {
  position: relative;
  padding: 7px 0;
}

.footer-bottom nav a::after {
  position: absolute;
  right: 0;
  bottom: 1px;
  left: 0;
  height: 1px;
  content: "";
  background: var(--accent);
  transform: scaleX(0);
  transform-origin: right center;
  transition: transform .38s ease;
}

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

.footer-bottom .copyright {
  grid-column: 1 / -1;
  justify-self: end;
  font-size: 9px;
}

@media (min-width: 769px) and (max-width: 1080px) {
  .site-header {
    height: 96px;
    grid-template-columns: minmax(168px, .72fr) minmax(0, auto) 38px;
    gap: 18px;
    padding: 0 24px;
  }

  .brand strong {
    font-size: 16px;
    letter-spacing: .07em;
  }

  .brand span {
    margin-top: 3px;
    font-size: 6px;
    letter-spacing: .16em;
  }

  .main-nav {
    gap: clamp(12px, 1.65vw, 18px);
    font-size: 9px;
    white-space: nowrap;
  }

  .header-contact {
    justify-self: end;
  }

  .header-contact > span {
    display: none;
  }

  .footer-bottom {
    grid-template-columns: minmax(190px, .62fr) minmax(0, 1.38fr);
    gap: 42px 38px;
    padding-inline: 34px;
  }

  .footer-bottom::before {
    left: 34px;
  }

  .footer-studio-info {
    grid-template-columns: minmax(300px, 1fr) minmax(128px, .48fr);
    gap: 28px;
    padding-left: 30px;
  }

  .footer-studio-info h2 {
    font-size: 16px;
  }

  .footer-studio-info address {
    font-size: 11px;
  }

  .footer-studio-info p {
    font-size: 16px;
  }
}

@media (max-width: 768px) {
  .feature-grid article:first-child {
    border-top: 0;
  }

  .recommend-section > figure {
    display: none;
  }

  .recommend-copy {
    padding-top: 82px;
  }

  .footer-bottom {
    grid-template-columns: 1fr;
    gap: 36px;
    padding: 62px 24px 38px;
  }

  .footer-bottom::before {
    top: 31px;
    left: 24px;
  }

  .footer-studio-info {
    grid-column: 1;
    grid-template-columns: 1fr;
    gap: 30px;
    padding: 30px 0 0;
    border-top: 1px solid rgba(121, 104, 84, .24);
    border-left: 0;
  }

  .footer-studio-info address {
    gap: 9px;
    font-size: 13px;
  }

  .footer-bottom nav {
    grid-column: 1;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px 22px;
    padding-top: 27px;
    font-size: 13px;
    line-height: 1.55;
  }

  .footer-bottom nav a {
    padding: 8px 0;
  }

  .footer-bottom .copyright {
    grid-column: 1;
    justify-self: start;
    font-size: 9px;
  }
}

/* Keep the 1.0.5 typography rules authoritative over integration refinements. */

.mobile-menu-panel nav a small,
.mobile-menu-panel nav a em,
.mobile-menu-inner > p {
  font-family: var(--sans);
}

.mobile-menu-panel nav a span {
  font-family: Georgia, var(--serif);
  font-size: 20px;
  font-weight: 400;
  line-height: 1.28;
  letter-spacing: .05em;
}

.wp-content .wpcf7-submit {
  font-family: var(--sans);
  font-size: clamp(13px, .82vw, 26px);
  font-weight: 700;
  line-height: 1.7;
  letter-spacing: .11em;
}

.footer-studio-info h2 {
  font-family: var(--sans);
  font-size: .6875em;
  font-weight: 700;
  line-height: 1.28;
  letter-spacing: .13em;
}

.footer-studio-info address {
  font-family: var(--sans);
  font-size: .6875em;
  font-weight: 400;
  line-height: 2;
  letter-spacing: .06em;
}

.footer-studio-info p {
  font-family: var(--serif);
  font-size: 1em;
  font-weight: 700;
  line-height: 1.28;
  letter-spacing: .035em;
}

.footer-bottom nav {
  font-family: var(--sans);
  font-size: .6875em;
  font-weight: 400;
  line-height: 2;
  letter-spacing: normal;
}

.footer-bottom .copyright {
  font-family: var(--sans);
  font-size: .5625em;
  font-weight: 400;
  line-height: 1.7;
  letter-spacing: .08em;
}

@media (min-width: 769px) and (max-width: 980px) {
  .main-nav {
    gap: 16px;
    font-size: 10px;
  }
}

@media (max-width: 768px) {
  .footer-bottom nav {
    font-size: .75em;
    line-height: 2;
    letter-spacing: normal;
  }
}

/* 1.0.6: resolve heading-size collisions in nested restored-content blocks. */

.recommend-copy .exact-block h4 {
  font-family: var(--serif);
  font-size: clamp(35px, 4.25vw, 140px);
  font-weight: 700;
  line-height: 1.28;
  letter-spacing: .035em;
}

.voices-content.exact-block h4,
.voices-content h4 {
  font-family: var(--serif);
  font-size: clamp(20px, 2.1vw, 67px);
  font-weight: 700;
  line-height: 1.28;
  letter-spacing: .035em;
}

.recommend-copy .exact-block > h4:first-child {
  display: none;
}

.recommend-copy .recommend-title {
  margin: 0 0 42px;
  color: var(--ink);
  font-family: var(--serif);
  font-size: clamp(35px, 4.25vw, 140px);
  font-weight: 700;
  line-height: 1.28;
  letter-spacing: .035em;
}

.recommend-title-mobile {
  display: none;
}

@media (max-width: 768px) {
  body:not(.home) .mobile-menu {
    color: #2c241e;
    border-color: rgba(94, 68, 49, .34);
    background: rgba(246, 242, 234, .76);
    box-shadow:
      0 7px 22px rgba(54, 40, 29, .12),
      inset 0 0 0 1px rgba(255, 255, 255, .42);
    -webkit-backdrop-filter: blur(10px) saturate(.82);
    backdrop-filter: blur(10px) saturate(.82);
    transition:
      color .28s ease,
      border-color .28s ease,
      background-color .28s ease,
      box-shadow .28s ease;
  }

  body:not(.home) .mobile-menu:hover,
  body:not(.home) .mobile-menu:focus-visible {
    background: rgba(250, 247, 241, .9);
    box-shadow:
      0 9px 26px rgba(54, 40, 29, .15),
      inset 0 0 0 1px rgba(255, 255, 255, .54);
  }

  body:not(.home).is-menu-open .mobile-menu {
    color: #fff;
    border-color: rgba(255, 255, 255, .58);
    background: rgba(255, 255, 255, .09);
    box-shadow: none;
  }

  .home-hero h1 {
    font-size: clamp(26px, 8vw, 33px);
  }

  .recommend-copy li:last-child {
    border-bottom: 0;
  }

  .recommend-copy .recommend-title {
    font-size: clamp(22px, 6.55vw, 27px);
    line-height: 1.42;
  }

  .recommend-title-desktop {
    display: none;
  }

  .recommend-title-mobile {
    display: block;
  }

  .js .voices-content[data-reveal],
  .js .wp-content[data-reveal],
  .js .long-prose[data-reveal] {
    opacity: 1;
    transform: none;
    transition: none;
  }

  .recommend-copy .exact-block h4 {
    font-size: 35px;
  }

  .voices-content.exact-block h4,
  .voices-content h4 {
    font-size: 20px;
  }
}

/* Keep the approved 1.0.14 CTA finish authoritative over legacy rules. */

.button,
.line-link,
.header-contact,
.contact-form button,
.wp-content .wpcf7-submit {
  color: #f7eee3;
  border: 0;
  border-radius: 5px 0 5px 5px;
  background:
    repeating-linear-gradient(112deg, rgba(255, 255, 255, .018) 0 1px, transparent 1px 5px),
    linear-gradient(135deg, #50392f 0%, #3e2a23 55%, #30211c 100%);
  box-shadow: none;
  -webkit-clip-path: polygon(0 0, calc(100% - 16px) 0, 100% 16px, 100% 100%, 0 100%);
  clip-path: polygon(0 0, calc(100% - 16px) 0, 100% 16px, 100% 100%, 0 100%);
  filter: drop-shadow(0 9px 12px rgba(52, 34, 27, .2));
}

.line-link {
  padding-bottom: 0;
  border-bottom: 0;
}

.header-contact i {
  width: auto;
  height: auto;
  color: #d8ad94;
  border: 0;
  border-radius: 0;
}

.button:hover,
.button:focus-visible,
.line-link:hover,
.line-link:focus-visible,
.header-contact:hover,
.header-contact:focus-visible,
.contact-form button:hover,
.contact-form button:focus-visible,
.wp-content .wpcf7-submit:hover,
.wp-content .wpcf7-submit:focus-visible {
  color: #fff8ef;
  border: 0;
  background:
    repeating-linear-gradient(112deg, rgba(255, 255, 255, .022) 0 1px, transparent 1px 5px),
    linear-gradient(135deg, #5a4034 0%, #473027 55%, #38251f 100%);
  box-shadow: none;
  filter: drop-shadow(0 13px 17px rgba(52, 34, 27, .27));
}

.button:focus-visible,
.line-link:focus-visible,
.header-contact:focus-visible,
.contact-form button:focus-visible,
.wp-content .wpcf7-submit:focus-visible {
  outline: 0;
  box-shadow: inset 0 0 0 2px rgba(246, 225, 209, .82);
}

.search-box button,
.search-box button:hover,
.search-box button:focus-visible {
  color: #f7eee3;
  border: 0;
  border-radius: 4px 0 4px 4px;
  background:
    repeating-linear-gradient(112deg, rgba(255, 255, 255, .018) 0 1px, transparent 1px 5px),
    linear-gradient(135deg, #50392f 0%, #30211c 100%);
  -webkit-clip-path: polygon(0 0, calc(100% - 11px) 0, 100% 11px, 100% 100%, 0 100%);
  clip-path: polygon(0 0, calc(100% - 11px) 0, 100% 11px, 100% 100%, 0 100%);
  filter: drop-shadow(0 6px 8px rgba(52, 34, 27, .18));
}

@media (max-width: 768px) {
  .button,
  .line-link {
    -webkit-clip-path: polygon(0 0, calc(100% - 14px) 0, 100% 14px, 100% 100%, 0 100%);
    clip-path: polygon(0 0, calc(100% - 14px) 0, 100% 14px, 100% 100%, 0 100%);
  }
}

/* Keep the 1.0.15 header restoration authoritative over the CTA cascade. */

.header-contact {
  position: static;
  display: flex;
  width: auto;
  height: auto;
  min-width: 0;
  min-height: 0;
  align-items: center;
  justify-content: flex-start;
  justify-self: end;
  gap: 13px;
  overflow: visible;
  isolation: auto;
  padding: 0;
  color: inherit;
  border: 0;
  border-radius: 0;
  background: none;
  box-shadow: none;
  -webkit-clip-path: none;
  clip-path: none;
  filter: none;
  transform: none;
  transition: color .28s ease;
}

.header-contact::before {
  display: none;
  content: none;
}

.header-contact i {
  position: static;
  display: grid;
  width: 38px;
  height: 38px;
  place-items: center;
  color: inherit;
  border: 1px solid currentColor;
  border-radius: 50%;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 13px;
  font-style: normal;
}

.header-contact:hover,
.header-contact:focus-visible {
  color: var(--accent);
  border: 0;
  background: none;
  box-shadow: none;
  filter: none;
  transform: none;
}

.header-contact:focus-visible {
  outline: 2px solid var(--accent);
  outline-offset: 5px;
}

@media (min-width: 769px) and (max-width: 980px) {
  .header-contact {
    width: 38px;
    min-width: 38px;
    min-height: 38px;
    gap: 0;
    padding: 0;
  }
}

@media (max-width: 768px) {
  .header-contact {
    display: none;
  }
}

/* 1.0.16: approved editorial-luxury home-page refinement. */

:root {
  --paper-ivory: #faf8f2;
  --paper-soft: #f3efe6;
  --paper-deep: #e9e1d4;
  --walnut: #532d22;
  --walnut-deep: #321a14;
  --copper: #a65334;
  --copper-light: #d19478;
  --editorial-line: rgba(63, 42, 30, .22);
}

.eyebrow b {
  font-family: Georgia, var(--serif);
  font-size: .92em;
  font-style: italic;
  font-weight: 400;
  letter-spacing: .04em;
}

.home .home-section {
  padding: 128px 0 144px;
}

.home .section-head h2,
.home .message-grid h2,
.home .voices-head h2 {
  font-size: clamp(42px, 3.45vw, 52px);
  font-weight: 700;
  line-height: 1.28;
  letter-spacing: .035em;
}

.home .split-head {
  margin-bottom: 70px;
}

.home .micro-copy {
  align-self: end;
  margin: 0 4% 6px 0;
  font-size: 14px;
  line-height: 2;
  letter-spacing: .04em;
}

.home-hero {
  min-height: 890px;
  background-position: 58% center;
}

.home-hero .hero-shade {
  background:
    linear-gradient(90deg, rgba(247, 243, 233, .98) 0%, rgba(247, 243, 233, .84) 27%, rgba(247, 243, 233, .19) 58%, rgba(22, 12, 8, .05) 100%),
    linear-gradient(0deg, rgba(75, 42, 25, .08), transparent 30%);
}

.home-hero .hero-copy {
  margin-top: 78px;
}

.home-hero .hero-kicker {
  margin-bottom: 42px;
  font-family: var(--sans);
  font-size: 12px;
  letter-spacing: .12em;
}

.home-hero .hero-intro {
  margin-bottom: 20px;
  font-size: 17px;
  line-height: 1.9;
  letter-spacing: .13em;
}

.home-hero h1 {
  font-size: clamp(47px, 4.05vw, 62px);
  font-weight: 700;
  line-height: 1.28;
  letter-spacing: .035em;
}

.home-hero .button {
  min-width: 258px;
  min-height: 66px;
  margin-top: 42px;
  padding-right: 30px;
  padding-left: 34px;
}

.movie-section {
  background: var(--paper-ivory);
}

.movie-frame {
  height: 650px;
  background: #2e1d16;
}

.movie-frame > img {
  object-position: center 44%;
  filter: sepia(.09) saturate(.78) contrast(.96) brightness(.82);
  transform: scale(1.02);
  transition: transform 1.1s cubic-bezier(.2, .7, .2, 1);
}

.movie-frame:hover > img,
.movie-frame:focus-visible > img {
  transform: scale(1.055);
}

.movie-shade {
  background: linear-gradient(90deg, rgba(34, 17, 11, .55), rgba(34, 17, 11, .08) 55%, rgba(34, 17, 11, .3));
}

.movie-frame .play {
  width: 112px;
  height: 112px;
  border-color: rgba(255, 255, 255, .62);
  background: rgba(249, 243, 232, .12);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
}

.movie-frame .play::after {
  position: absolute;
  inset: 10px;
  border: 1px solid rgba(255, 255, 255, .25);
  border-radius: 50%;
  content: "";
}

.movie-frame .play > span {
  width: 0;
  height: 0;
  margin-left: 5px;
  border-top: 9px solid transparent;
  border-bottom: 9px solid transparent;
  border-left: 14px solid #fff;
}

.movie-frame > strong {
  bottom: 42px;
  display: flex;
  flex-direction: column;
  gap: 5px;
  font-size: 24px;
  line-height: 1.45;
}

.movie-frame > strong small {
  position: static;
  color: #fff;
  font-family: var(--sans);
  font-size: 9px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: .28em;
}

.movie-frame > em {
  position: absolute;
  right: 42px;
  bottom: 48px;
  color: #fff;
  font-family: var(--sans);
  font-size: 9px;
  font-style: normal;
  font-weight: 700;
  letter-spacing: .18em;
}

.feature-section {
  background: var(--paper-soft);
}

.feature-section .split-head {
  grid-template-columns: auto 1fr;
  gap: 48px;
}

.feature-section .fine-rule {
  margin-bottom: 16px;
  background: var(--editorial-line);
}

.feature-grid {
  gap: 86px;
}

.feature-grid article {
  border-top: 0;
}

.feature-grid article:nth-child(2) {
  margin-top: 112px;
}

.feature-grid figure {
  height: 610px;
  margin: 0 0 34px;
  background: #281812;
}

.feature-grid figure::after {
  position: absolute;
  inset: 0;
  z-index: 1;
  content: "";
  background: linear-gradient(0deg, rgba(28, 16, 11, .76), transparent 44%);
}

.feature-grid figure img {
  filter: saturate(.76) contrast(.98);
}

.feature-grid figure span {
  top: 28px;
  left: 28px;
  z-index: 2;
  width: 55px;
  height: 55px;
  background: transparent;
}

.feature-grid figure h3 {
  position: absolute;
  right: 32px;
  bottom: 30px;
  left: 38px;
  z-index: 2;
  display: block;
  color: #fff;
  font-size: 25px;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: .06em;
  text-shadow: 0 2px 14px rgba(0, 0, 0, .38);
}

.feature-desktop-title {
  display: none;
}

.home .feature-grid .exact-block {
  padding: 0 7px;
}

.home .exact-block p,
.home .prose p {
  color: var(--muted);
  font-size: 16px;
  line-height: 1.7;
  letter-spacing: normal;
}

.recommend-section {
  min-height: 1030px;
  grid-template-columns: 54% 46%;
  color: #f7f0e4;
  background: var(--walnut-deep);
}

.recommend-section > figure {
  min-height: 1030px;
}

.recommend-section > figure img {
  filter: sepia(.08) saturate(.82);
}

.recommend-section > figure::after {
  background:
    linear-gradient(90deg, rgba(36, 20, 14, .08), rgba(36, 20, 14, .3)),
    linear-gradient(0deg, rgba(36, 20, 14, .65), transparent 32%);
}

.recommend-section figcaption {
  left: 54px;
  bottom: 42px;
  font-family: var(--sans);
  font-size: 9px;
  font-weight: 700;
  letter-spacing: .28em;
}

.recommend-copy {
  padding: 108px clamp(56px, 6.5vw, 112px);
}

.recommend-copy .recommend-title {
  margin-bottom: 50px;
  color: #f7f0e4;
  font-size: clamp(42px, 3.6vw, 55px);
  line-height: 1.45;
}

.recommend-copy ul {
  border-top-color: rgba(235, 217, 199, .26);
}

.recommend-copy li {
  min-height: 0;
  padding: 20px 0;
  color: #e9ded0;
  border-bottom-color: rgba(235, 217, 199, .26);
  font-size: 16px;
  line-height: 1.7;
}

.recommend-copy li::before {
  color: #d89272;
}

.message-section {
  background: var(--paper-ivory);
}

.message-grid {
  grid-template-columns: minmax(0, 1fr) minmax(420px, .9fr);
  gap: 112px;
}

.message-grid > div {
  padding-left: 0;
}

.message-grid .prose {
  margin-top: 44px;
}

.message-grid > figure {
  height: auto;
  margin: 34px 0 0;
  overflow: visible;
  background: transparent;
  box-shadow: none;
}

.message-grid .teacher-paper {
  position: absolute;
  top: -34px;
  left: -34px;
  z-index: 0;
  width: 88%;
  height: 86%;
  background: #e9dfce;
  transform: rotate(-1.8deg);
}

.message-grid .teacher-paper::after {
  position: absolute;
  bottom: -18px;
  left: 22px;
  width: 70px;
  height: 90px;
  border-bottom: 1px solid rgba(166, 83, 52, .5);
  border-left: 1px solid rgba(166, 83, 52, .5);
  content: "";
}

.message-grid > figure img {
  position: relative;
  z-index: 1;
  height: 640px;
  object-position: 50% 34%;
  filter: grayscale(.08) sepia(.24) saturate(.58) contrast(.94) brightness(1.04);
}

.message-grid figcaption {
  position: relative;
  right: auto;
  bottom: auto;
  z-index: 2;
  display: flex;
  justify-content: space-between;
  margin-top: 14px;
  color: var(--muted);
  font-family: var(--sans);
  font-size: 9px;
  letter-spacing: .2em;
  writing-mode: horizontal-tb;
}

.message-grid figcaption small {
  font-size: inherit;
}

.message-section .teacher-sign {
  margin-top: 34px;
  padding-top: 24px;
  border-top: 1px solid var(--editorial-line);
}

.message-section .teacher-sign small {
  color: var(--copper);
  font-family: var(--sans);
  font-weight: 700;
  letter-spacing: .17em;
}

.message-section .teacher-sign strong {
  font-size: 21px;
  font-weight: 700;
  letter-spacing: .12em;
}

.message-section .line-link {
  min-width: 0;
  min-height: 0;
  align-items: center;
  gap: 26px;
  padding: 0;
  color: var(--walnut);
  border: 0;
  border-radius: 0;
  background: none;
  box-shadow: none;
  -webkit-clip-path: none;
  clip-path: none;
  filter: none;
}

.message-section .line-link span {
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  border: 1px solid rgba(82, 44, 33, .38);
  border-radius: 50%;
  font-family: var(--serif);
  font-size: 15px;
  transition: .3s ease;
}

.message-section .line-link:hover,
.message-section .line-link:focus-visible {
  color: var(--walnut);
  background: none;
  filter: none;
}

.message-section .line-link:hover span,
.message-section .line-link:focus-visible span {
  color: #fff;
  background: var(--walnut);
  transform: translate(3px, -3px);
}

.beginner-section {
  background: var(--paper-soft);
}

.beginner-section .beginner-head {
  margin-bottom: 70px;
}

.beginner-grid {
  grid-template-columns: 37% 1fr;
  gap: 100px;
}

.beginner-grid > figure {
  height: 670px;
  overflow: visible;
}

.beginner-grid > figure::before {
  position: absolute;
  top: 28px;
  bottom: -20px;
  left: -20px;
  width: 1px;
  content: "";
  background: var(--copper);
  opacity: .55;
}

.beginner-grid > figure img {
  height: 100%;
  filter: sepia(.12) saturate(.62);
}

.beginner-grid figcaption {
  top: calc(100% + 18px);
  bottom: auto;
  left: 0;
  color: var(--copper);
  font-family: var(--sans);
  font-size: 9px;
  font-weight: 700;
  line-height: 1.8;
  letter-spacing: .25em;
}

.beginner-grid .long-prose {
  max-width: 700px;
}

.beginner-grid .long-prose h4 {
  position: relative;
  margin: 54px 0 26px;
  padding: 0 0 18px 30px;
  color: var(--ink);
  border-top: 0;
  border-bottom: 1px solid var(--editorial-line);
  font-size: 29px;
  font-weight: 700;
  line-height: 1.35;
  letter-spacing: .035em;
}

.beginner-grid .long-prose h4::before {
  position: absolute;
  top: .35em;
  left: 0;
  width: 13px;
  height: 13px;
  border: 1px solid var(--copper);
  content: "";
  transform: rotate(45deg);
}

.voices-section {
  position: relative;
  overflow: hidden;
  color: #f5ecdf;
  background: var(--walnut-deep);
}

.voices-section::before {
  position: absolute;
  top: 65px;
  right: -10px;
  color: rgba(255, 255, 255, .035);
  content: "06";
  font-family: Georgia, serif;
  font-size: 280px;
  line-height: 1;
}

.voices-head {
  display: grid;
  grid-template-columns: 1fr auto;
  column-gap: 80px;
  align-items: end;
  margin-bottom: 82px;
  padding-bottom: 54px;
  border-bottom: 1px solid rgba(234, 215, 197, .25);
}

.voices-head .eyebrow {
  color: var(--copper-light);
}

.voices-head > p {
  margin-bottom: 4px;
  color: #bdb0a4;
  font-size: 14px;
  line-height: 2;
}

.voice-item {
  position: relative;
  padding: 48px 0 30px;
  border-top: 1px solid rgba(234, 215, 197, .22);
}

.voice-item:last-child {
  border-bottom: 1px solid rgba(234, 215, 197, .22);
}

.voice-meta {
  display: flex;
  justify-content: space-between;
  margin-bottom: 24px;
  color: #cb967d;
  font-family: var(--sans);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .19em;
}

.voice-meta em {
  color: #bcb1a7;
  font-family: var(--serif);
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  letter-spacing: .09em;
}

.voice-item h3 {
  margin-bottom: 24px;
  font-size: 31px;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: .05em;
}

.voice-item .prose {
  width: min(100%, 850px);
}

.voice-item .prose p {
  color: #d6cbc0;
}

.voice-full {
  display: grid;
  grid-template-rows: 0fr;
  opacity: 0;
  transition:
    grid-template-rows .48s cubic-bezier(.2, .72, .2, 1),
    opacity .34s ease;
}

.voice-full-inner {
  overflow: hidden;
}

.voice-full-inner p:first-child {
  margin-top: 1.25em;
}

.voice-item.is-expanded .voice-full {
  grid-template-rows: 1fr;
  opacity: 1;
}

.voice-toggle {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
  margin-top: 28px;
  padding: 20px 0 12px;
  color: #f5ecdf;
  border: 0;
  border-top: 1px solid rgba(234, 215, 197, .2);
  background: transparent;
  cursor: pointer;
  text-align: left;
}

.voice-toggle > span {
  display: flex;
  align-items: baseline;
  gap: 20px;
}

.voice-toggle b {
  font-family: var(--sans);
  font-size: 12px;
  letter-spacing: .13em;
}

.voice-toggle small {
  color: #a99b8f;
  font-family: var(--sans);
  font-size: 9px;
  letter-spacing: .12em;
}

.voice-toggle > i {
  position: relative;
  width: 46px;
  height: 46px;
  flex: 0 0 46px;
  border-radius: 50%;
  background: rgba(242, 228, 212, .07);
  transition: background-color .3s ease, transform .4s ease;
}

.voice-toggle > i span {
  position: absolute;
  top: 22px;
  left: 15px;
  width: 16px;
  height: 1px;
  background: #d8987a;
  transition: transform .4s ease;
}

.voice-toggle > i span:last-child {
  transform: rotate(90deg);
}

.voice-toggle[aria-expanded="true"] > i {
  background: rgba(242, 228, 212, .15);
  transform: rotate(180deg);
}

.voice-toggle[aria-expanded="true"] > i span:last-child {
  transform: rotate(0);
}

.voice-toggle:focus-visible {
  outline: 2px solid var(--copper-light);
  outline-offset: 5px;
}

.js .voice-item[data-reveal] {
  transition-duration: .42s, .48s;
}

.footer-visual {
  min-height: 680px;
  background-position: 55% 65%;
  filter: sepia(.04) saturate(.82);
}

.footer-shade {
  background: linear-gradient(90deg, rgba(247, 242, 232, .94), rgba(247, 242, 232, .73) 47%, rgba(247, 242, 232, .31));
}

.footer-bottom {
  color: #e9ddcf;
  border-top: 0;
  background: #24140f;
}

.footer-bottom::before {
  background: #c3795a;
}

.footer-brand span,
.footer-studio-info address,
.footer-bottom nav,
.footer-bottom .copyright {
  color: #bfb1a4;
}

.footer-studio-info {
  border-left-color: rgba(239, 222, 204, .17);
}

.footer-studio-info h2 {
  color: #d49a7e;
}

.footer-studio-info p,
.footer-studio-info a {
  color: #e9ddcf;
}

.footer-bottom nav {
  border-top-color: rgba(239, 222, 204, .17);
}

.js [data-reveal] {
  transform: translateY(24px);
  transition:
    opacity .34s ease var(--reveal-delay, 0ms),
    transform .42s cubic-bezier(.2, .72, .2, 1) var(--reveal-delay, 0ms);
}

@media (max-width: 768px) {
  .home .home-section {
    padding: 90px 0 102px;
  }

  .home .section-head h2,
  .home .message-grid h2,
  .home .voices-head h2 {
    font-size: 34px;
    line-height: 1.34;
  }

  .site-header .mobile-menu {
    position: fixed;
    top: 20px;
    right: 20px;
    z-index: 1002;
    color: #2c241e;
    border-color: rgba(94, 68, 49, .34);
    background: rgba(246, 242, 234, .82);
    box-shadow: 0 7px 22px rgba(54, 40, 29, .12);
    -webkit-backdrop-filter: blur(10px) saturate(.82);
    backdrop-filter: blur(10px) saturate(.82);
  }

  body.admin-bar .site-header .mobile-menu {
    top: 66px;
  }

  body.is-menu-open .site-header .mobile-menu {
    color: #fff;
    border-color: rgba(255, 255, 255, .58);
    background: rgba(255, 255, 255, .09);
    box-shadow: none;
  }

  .mobile-menu-panel {
    color: #f8f1e7;
    background:
      radial-gradient(circle at 82% 8%, rgba(177, 78, 49, .16), transparent 38%),
      linear-gradient(145deg, rgba(83, 45, 34, .97), rgba(45, 25, 19, .96));
  }

  .home-hero {
    min-height: 710px;
    background-position: 64% center;
  }

  .home-hero .hero-shade {
    background:
      linear-gradient(90deg, rgba(247, 243, 233, .95) 0%, rgba(247, 243, 233, .74) 46%, rgba(247, 243, 233, .12) 100%),
      linear-gradient(0deg, rgba(247, 243, 233, .7), transparent 40%);
  }

  .home-hero .hero-copy {
    margin-top: 58px;
  }

  .home-hero .hero-kicker {
    margin-bottom: 30px;
    font-size: 9px;
    letter-spacing: .08em;
  }

  .home-hero .hero-intro {
    margin-bottom: 13px;
    font-size: 13px;
    line-height: 1.8;
    letter-spacing: .06em;
  }

  .home-hero h1 {
    margin-bottom: 0;
    font-size: 31px;
    line-height: 1.42;
  }

  .home-hero .button {
    min-width: 220px;
    min-height: 59px;
    margin-top: 33px;
  }

  .home .split-head {
    grid-template-columns: 1fr;
    gap: 22px;
    margin-bottom: 44px;
  }

  .home .micro-copy {
    margin: 0;
    font-size: 13px;
  }

  .movie-frame {
    height: 390px;
  }

  .movie-frame .play {
    width: 82px;
    height: 82px;
  }

  .movie-frame > strong {
    bottom: 23px;
    left: 22px;
    font-size: 20px;
  }

  .movie-frame > em {
    right: 18px;
    bottom: 28px;
    font-size: 7px;
  }

  .feature-section .split-head {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .feature-section .fine-rule {
    margin: 0;
  }

  .feature-grid {
    gap: 70px;
  }

  .feature-grid article:nth-child(2) {
    margin-top: 0;
  }

  .feature-grid figure {
    height: 450px;
    margin-bottom: 27px;
  }

  .feature-grid figure span {
    top: 20px;
    left: 20px;
    width: 50px;
    height: 50px;
  }

  .feature-grid figure h3 {
    right: 10px;
    bottom: 23px;
    left: 18px;
    overflow: visible;
    font-size: 18px;
    line-height: 1.4;
    letter-spacing: .02em;
    white-space: nowrap;
  }

  .home .feature-grid .exact-block {
    padding: 0;
  }

  .home .exact-block p,
  .home .prose p {
    font-size: 16px;
    line-height: 1.7;
  }

  .recommend-section {
    min-height: 0;
    grid-template-columns: 1fr;
  }

  .recommend-section > figure {
    display: none;
  }

  .recommend-copy {
    padding: 88px 22px 96px;
  }

  .recommend-copy .recommend-title {
    margin-bottom: 36px;
    font-size: 33px;
    line-height: 1.5;
  }

  .recommend-copy li {
    grid-template-columns: 34px 1fr;
    padding: 20px 0;
    font-size: 16px;
  }

  .message-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 0;
  }

  .message-grid > div {
    display: contents;
  }

  .message-grid > div > .eyebrow {
    grid-row: 1;
  }

  .message-grid > div > h2 {
    grid-row: 2;
    margin-bottom: 32px;
  }

  .message-grid > div > .prose {
    grid-row: 3;
    margin-top: 0;
  }

  .message-grid > figure {
    grid-row: 4;
    margin: 58px 7px 0 21px;
  }

  .message-grid > div > .teacher-sign {
    grid-row: 5;
    margin-top: 38px;
  }

  .message-grid > div > .line-link {
    grid-row: 6;
  }

  .message-grid .teacher-paper {
    top: -21px;
    left: -21px;
    width: 90%;
    height: 87%;
  }

  .message-grid > figure img {
    height: 480px;
    object-position: 50% 30%;
  }

  .beginner-section .beginner-head {
    margin-bottom: 44px;
  }

  .beginner-grid {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .beginner-grid > figure {
    display: block;
    height: 310px;
    margin-bottom: 34px;
  }

  .beginner-grid > figure::before {
    top: 20px;
    bottom: -12px;
    left: -10px;
  }

  .beginner-grid > figure img {
    object-position: center 48%;
  }

  .beginner-grid .long-prose h4 {
    margin-top: 44px;
    padding-left: 25px;
    font-size: 25px;
  }

  .voices-section::before {
    top: 40px;
    font-size: 140px;
  }

  .voices-head {
    display: block;
    margin-bottom: 48px;
    padding-bottom: 36px;
  }

  .voices-head h2 {
    margin-bottom: 18px;
  }

  .voices-head > p {
    font-size: 13px;
  }

  .voice-item {
    padding: 38px 0 24px;
  }

  .voice-item h3 {
    font-size: 24px;
  }

  .voice-item .prose p {
    color: #ddd2c7;
  }

  .voice-toggle > span {
    flex-direction: column;
    align-items: flex-start;
    gap: 3px;
  }

  .voice-toggle > i {
    width: 44px;
    height: 44px;
    flex-basis: 44px;
  }

  .footer-visual {
    min-height: 570px;
    background-position: 66% 60%;
  }

  .footer-shade {
    background: rgba(247, 242, 232, .74);
  }

  .footer-bottom {
    gap: 32px;
    padding-top: 58px;
    padding-bottom: 31px;
  }

  .footer-studio-info {
    border-top-color: rgba(239, 222, 204, .17);
  }

  .footer-bottom nav {
    gap: 8px 20px;
    border-top-color: rgba(239, 222, 204, .17);
    font-size: 13px;
  }

  .js .voice-item[data-reveal] {
    opacity: 1;
    transform: none;
    transition: none;
  }
}

/* 1.0.17: precise mobile recommendation breaks and desktop type polish. */

@media (min-width: 769px) {
  :root {
    --muted: #5f5a54;
  }

  body {
    font-size: 16px;
    font-kerning: normal;
    font-synthesis: none;
  }

  .home-hero h1 {
    font-size: clamp(48px, 3.7vw, 58px);
    line-height: 1.34;
    letter-spacing: .025em;
  }

  .home .section-head h2,
  .home .message-grid h2,
  .home .voices-head h2 {
    font-size: clamp(41px, 3vw, 48px);
    line-height: 1.34;
    letter-spacing: .025em;
  }

  .recommend-copy .recommend-title {
    font-size: clamp(40px, 3vw, 48px);
    line-height: 1.5;
    letter-spacing: .025em;
  }

  .feature-grid figure h3 {
    font-size: 24px;
    line-height: 1.45;
    letter-spacing: .04em;
  }

  .voice-item h3 {
    font-size: 29px;
    line-height: 1.46;
    letter-spacing: .035em;
  }

  .home .exact-block p,
  .home .prose p,
  .wp-content p,
  .wp-content li,
  .faq-content dd {
    color: var(--muted);
    font-size: 16px;
    font-weight: 400;
    line-height: 1.75;
    letter-spacing: normal;
  }

  .page-hero h1,
  .page-hero-title,
  .single-post > header h1 {
    font-size: clamp(44px, 3.25vw, 52px);
    line-height: 1.36;
    letter-spacing: .025em;
  }

  .wp-content h2 {
    font-size: clamp(32px, 2.5vw, 40px);
    line-height: 1.38;
    letter-spacing: .025em;
  }

  .wp-content h3 {
    font-size: clamp(26px, 2vw, 32px);
    line-height: 1.4;
    letter-spacing: .025em;
  }

  .wp-content h4 {
    font-size: clamp(22px, 1.65vw, 27px);
    line-height: 1.42;
    letter-spacing: .025em;
  }
}

/* 1.0.18: editorial image system, lower-page art direction and refined motion. */

:root {
  --paper-ivory: #f8f5ee;
  --paper-soft: #f3efe7;
  --paper-deep: #e9e0d2;
  --walnut: #4a2a20;
  --walnut-deep: #281610;
  --copper: #a85f43;
  --copper-light: #d59778;
  --editorial-line: rgba(99, 68, 49, .23);
}

body {
  font-kerning: normal;
  font-synthesis: none;
  font-variant-ligatures: common-ligatures;
}

h1,
h2,
h3,
h4 {
  font-feature-settings: "palt" 1;
  text-wrap: pretty;
}

.home-hero {
  background-image: url("./assets/hero-studio-wide-v2.webp");
  background-position: center;
}

.home-hero .hero-shade {
  background:
    linear-gradient(90deg, rgba(248, 245, 237, .98) 0%, rgba(248, 245, 237, .9) 30%, rgba(248, 245, 237, .26) 57%, rgba(37, 20, 13, .06) 100%),
    linear-gradient(0deg, rgba(93, 55, 34, .08), transparent 34%);
}

.movie-frame,
.feature-grid figure,
.beginner-grid > figure,
.message-grid > figure,
.recommend-section > figure {
  isolation: isolate;
}

.movie-frame > img,
.feature-grid figure img,
.beginner-grid > figure img,
.message-grid > figure img,
.recommend-section > figure img {
  transition:
    transform .95s cubic-bezier(.2, .72, .2, 1),
    filter .55s ease;
  will-change: transform;
}

.feature-grid figure:hover img,
.beginner-grid > figure:hover img,
.message-grid > figure:hover img,
.recommend-section > figure:hover img {
  transform: scale(1.025);
}

.movie-frame > img {
  filter: sepia(.05) saturate(.84) contrast(.98) brightness(.84);
}

.feature-grid figure img {
  object-position: center;
  filter: sepia(.07) saturate(.76) contrast(.98);
}

.feature-grid article:first-child figure img {
  object-position: 57% center;
}

.feature-grid article:nth-child(2) figure img {
  object-position: center 55%;
}

.beginner-grid > figure img {
  object-position: center;
  filter: sepia(.08) saturate(.72) contrast(.98);
}

.footer-visual {
  background-image: url("./assets/hero-studio-wide-v2.webp");
  background-position: center 59%;
}

.page-hero {
  min-height: 520px;
  align-items: center;
  border-bottom: 1px solid rgba(116, 75, 52, .2);
  background: var(--paper-soft);
}

.page-hero::after {
  position: absolute;
  right: 0;
  bottom: 0;
  width: min(34vw, 480px);
  height: 3px;
  content: "";
  background: linear-gradient(90deg, transparent, var(--copper));
  opacity: .75;
}

.page-hero-image {
  background-image: url("./assets/page-hero-stilllife-v2.webp");
  background-position: center;
  filter: sepia(.06) saturate(.78) contrast(.98);
  transform: scale(1.01);
}

.page-hero-shade {
  background:
    linear-gradient(90deg, rgba(248, 245, 237, .99) 0%, rgba(248, 245, 237, .95) 42%, rgba(248, 245, 237, .38) 68%, rgba(41, 22, 14, .07) 100%),
    linear-gradient(0deg, rgba(92, 55, 36, .11), transparent 44%);
}

.page-hero-copy {
  padding-top: 112px;
  padding-bottom: 32px;
}

.page-hero-copy .eyebrow {
  margin-bottom: 30px;
}

.page-hero h1,
.page-hero-title {
  max-width: 760px;
  font-weight: 700;
}

.page-hero-studio {
  position: absolute;
  right: 28px;
  bottom: 44px;
  z-index: 2;
  color: rgba(55, 34, 24, .68);
  font-family: var(--sans);
  font-size: 8px;
  font-weight: 700;
  letter-spacing: .27em;
  writing-mode: vertical-rl;
}

.content-layout {
  grid-template-columns: minmax(0, 1fr) 316px;
  gap: clamp(60px, 7vw, 108px);
  padding-top: 112px;
  padding-bottom: 132px;
}

.main-article {
  padding: 0;
  border: 0;
}

.main-article::before {
  display: block;
  width: 76px;
  height: 2px;
  margin-bottom: 42px;
  content: "";
  background: var(--copper);
}

.article-ornament {
  margin-bottom: 60px;
}

.article-ornament > span {
  background: linear-gradient(90deg, var(--editorial-line), transparent 86%);
}

.wp-content {
  color: var(--muted);
  font-family: var(--serif);
  font-size: 16px;
  line-height: 1.82;
  letter-spacing: normal;
}

.wp-content p {
  margin-bottom: 1.72em;
}

.wp-content > h2,
.wp-content > h3,
.wp-content > h4 {
  position: relative;
  color: var(--ink);
  font-family: var(--serif);
  font-weight: 700;
}

.wp-content > h2 {
  margin: 82px 0 34px;
  padding: 0 0 22px 34px;
  border-bottom: 1px solid var(--editorial-line);
}

.wp-content > h2::before {
  position: absolute;
  top: .44em;
  left: 2px;
  width: 14px;
  height: 14px;
  border: 1px solid var(--copper);
  content: "";
  transform: rotate(45deg);
}

.wp-content > h3 {
  margin: 68px 0 28px;
  padding: 0 0 16px 29px;
  border-bottom: 1px solid rgba(99, 68, 49, .18);
}

.wp-content > h3::before {
  top: .58em;
  width: 14px;
  background: var(--copper);
}

.wp-content > h4 {
  margin: 52px 0 25px;
  padding: 17px 24px 18px 30px;
  border: 0;
  border-left: 2px solid var(--copper);
  background: linear-gradient(90deg, rgba(235, 225, 211, .7), rgba(248, 245, 238, .28) 76%, transparent);
}

.wp-content img:not(.avatar) {
  padding: 13px;
  background: #fffdf8;
  box-shadow: 0 16px 42px rgba(62, 41, 26, .09);
}

.knowledge-diagram {
  position: relative;
  gap: 54px;
  margin-bottom: 82px;
  padding: 52px 46px;
  border: 0;
  border-top: 2px solid var(--copper);
  background:
    linear-gradient(145deg, rgba(255, 253, 248, .96), rgba(239, 232, 221, .72)),
    var(--paper-soft);
  box-shadow: 20px 24px 0 rgba(228, 219, 207, .62);
}

.knowledge-diagram::after {
  position: absolute;
  top: 24px;
  right: 28px;
  color: rgba(126, 76, 52, .09);
  content: "CELLO";
  font-family: Georgia, serif;
  font-size: 62px;
  letter-spacing: .08em;
}

.knowledge-diagram h2 {
  font-weight: 700;
}

.knowledge-diagram figure {
  position: relative;
  z-index: 1;
  background: rgba(255, 255, 255, .88);
  box-shadow: 0 18px 42px rgba(68, 45, 29, .08);
}

.lesson-table-desktop {
  overflow: hidden;
  border: 0 !important;
  box-shadow: 0 18px 44px rgba(65, 43, 28, .08) !important;
}

.wp-content th {
  color: #f6eee4;
  border-color: rgba(255, 255, 255, .12);
  background: var(--walnut-deep);
  font-weight: 700;
}

.wp-content td {
  border-color: rgba(100, 70, 51, .18);
  background: rgba(255, 253, 248, .74);
}

.faq-content dt {
  padding: 32px 64px 24px;
  border-top-color: var(--editorial-line);
  font-size: 20px;
  font-weight: 700;
}

.faq-content dt::before,
.faq-content dt + dd::before {
  color: var(--copper);
}

.faq-content dd {
  padding: 0 28px 26px 64px;
  font-size: 16px;
  line-height: 1.82;
}

.sidebar {
  position: sticky;
  top: 42px;
  padding: 45px 34px 39px;
  border: 0;
  border-top: 2px solid var(--copper);
  background:
    linear-gradient(160deg, rgba(255, 253, 248, .98), rgba(238, 230, 218, .82)),
    var(--paper-soft);
  box-shadow: 18px 22px 0 rgba(229, 220, 208, .58);
}

.side-section > h2 {
  margin-bottom: 20px;
  border-bottom-color: var(--editorial-line);
  font-size: 25px;
  font-weight: 700;
}

.side-posts a,
.side-links a,
.archive-list a {
  transition: color .25s ease, padding-left .3s cubic-bezier(.2, .72, .2, 1);
}

.side-posts a:hover,
.side-posts a:focus-visible,
.side-links a:hover,
.side-links a:focus-visible,
.archive-list a:hover,
.archive-list a:focus-visible {
  color: var(--copper);
}

.side-posts a:hover,
.side-posts a:focus-visible {
  padding-left: 38px;
}

.archive-list a {
  display: grid;
  min-height: 57px;
  grid-template-columns: 1fr auto auto;
  align-items: center;
  gap: 8px;
  border-bottom: 1px dotted #d4cbc0;
}

.archive-head {
  position: relative;
  margin-bottom: 58px;
  padding-bottom: 32px;
  border-bottom: 1px solid var(--editorial-line);
}

.archive-head::after {
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 92px;
  height: 2px;
  content: "";
  background: var(--copper);
}

.archive-head h2 {
  font-size: clamp(36px, 3vw, 46px);
  font-weight: 700;
  letter-spacing: .035em;
}

.post-card {
  position: relative;
  grid-template-columns: 82px 1fr;
  gap: 34px;
  margin-bottom: 20px;
  padding: 50px 44px 52px;
  overflow: hidden;
  border: 1px solid rgba(102, 70, 50, .17);
  background: rgba(255, 253, 248, .82);
  transition:
    transform .38s cubic-bezier(.2, .72, .2, 1),
    box-shadow .38s ease,
    border-color .3s ease;
}

.post-card:nth-of-type(even) {
  background: rgba(244, 239, 231, .72);
}

.post-card::after {
  position: absolute;
  top: 0;
  right: 0;
  width: 72px;
  height: 2px;
  content: "";
  background: var(--copper);
  transform: scaleX(.32);
  transform-origin: right;
  transition: transform .42s cubic-bezier(.2, .72, .2, 1);
}

.post-card:hover {
  z-index: 1;
  border-color: rgba(151, 87, 59, .35);
  box-shadow: 0 24px 54px rgba(61, 39, 25, .1);
  transform: translateY(-5px);
}

.post-card:hover::after {
  transform: scaleX(1);
}

.post-number {
  width: 54px;
  height: 54px;
  border-color: rgba(168, 95, 67, .52);
  font-size: 18px;
}

.post-card h3 {
  margin: 12px 0 20px;
  font-size: clamp(24px, 2vw, 30px);
  font-weight: 700;
  letter-spacing: .025em;
}

.post-card p {
  font-family: var(--serif);
  font-size: 15px;
  line-height: 1.78;
}

.single-post > header {
  margin-bottom: 62px;
  padding-bottom: 38px;
  border-bottom-color: var(--editorial-line);
}

.single-post > header h1 {
  font-weight: 700;
}

.single-post .wp-content > p:first-of-type::first-letter {
  float: left;
  margin: .13em .16em 0 0;
  color: var(--copper);
  font-family: Georgia, var(--serif);
  font-size: 3.25em;
  line-height: .82;
}

.profile-content img[src*="kawauchi"] {
  padding: 18px;
  border: 0;
  background: #fffdf8;
  box-shadow:
    22px 24px 0 var(--paper-deep),
    0 28px 58px rgba(60, 39, 24, .1);
  filter: sepia(.12) saturate(.76) contrast(.98);
}

.js [data-reveal] {
  opacity: 0;
  transform: translateY(20px);
  transition:
    opacity .38s ease var(--reveal-delay, 0ms),
    transform .54s cubic-bezier(.19, .74, .22, 1) var(--reveal-delay, 0ms);
  will-change: opacity, transform;
}

.js [data-reveal].is-visible {
  opacity: 1;
  transform: none;
  will-change: auto;
}

@media (min-width: 769px) {
  body {
    font-size: 16px;
    line-height: 1.7;
  }

  .home .exact-block p,
  .home .prose p,
  .wp-content p,
  .wp-content li,
  .faq-content dd {
    color: #5f5a54;
    font-family: var(--serif);
    font-size: 16px;
    font-weight: 400;
    line-height: 1.75;
    letter-spacing: normal;
  }

  .home-hero h1,
  .home .section-head h2,
  .home .message-grid h2,
  .home .voices-head h2,
  .recommend-copy .recommend-title,
  .page-hero h1,
  .page-hero-title,
  .single-post > header h1,
  .wp-content h2,
  .wp-content h3,
  .wp-content h4 {
    font-weight: 700;
    letter-spacing: .025em;
  }
}

@media (max-width: 768px) {
  .home-hero {
    background-image: url("./assets/hero-studio-mobile-v2.webp");
    background-position: center;
  }

  .home-hero .hero-shade {
    background:
      linear-gradient(90deg, rgba(248, 245, 237, .96) 0%, rgba(248, 245, 237, .75) 48%, rgba(248, 245, 237, .13) 100%),
      linear-gradient(0deg, rgba(248, 245, 237, .76), transparent 42%);
  }

  .feature-grid figure img {
    object-position: center;
  }

  .feature-grid article:first-child figure img {
    object-position: 58% center;
  }

  .beginner-grid > figure img {
    object-position: center 58%;
  }

  .page-hero {
    min-height: 390px;
  }

  .page-hero-image {
    background-position: 68% center;
  }

  .page-hero-shade {
    background:
      linear-gradient(90deg, rgba(248, 245, 237, .98) 0%, rgba(248, 245, 237, .9) 58%, rgba(248, 245, 237, .25) 100%),
      linear-gradient(0deg, rgba(79, 44, 27, .1), transparent 48%);
  }

  .page-hero-copy {
    width: calc(100% - 44px);
    padding-top: 94px;
    padding-bottom: 26px;
  }

  .page-hero-studio {
    right: 9px;
    bottom: 24px;
    font-size: 6px;
  }

  .content-layout {
    display: block;
    padding-top: 78px;
    padding-bottom: 92px;
  }

  .main-article::before {
    width: 52px;
    margin-bottom: 32px;
  }

  .article-ornament {
    margin-bottom: 44px;
  }

  .wp-content {
    font-size: 16px;
    line-height: 1.76;
  }

  .wp-content > h2 {
    margin-top: 66px;
    padding: 0 0 18px 27px;
  }

  .wp-content > h3 {
    margin-top: 56px;
    padding-left: 24px;
  }

  .wp-content > h4 {
    margin-top: 44px;
    padding: 15px 17px 16px 22px;
  }

  .wp-content img:not(.avatar) {
    padding: 8px;
  }

  .knowledge-diagram {
    display: block;
    margin-bottom: 62px;
    padding: 38px 22px 28px;
    box-shadow: 10px 13px 0 rgba(228, 219, 207, .66);
  }

  .knowledge-diagram::after {
    top: 13px;
    right: 12px;
    font-size: 39px;
  }

  .knowledge-diagram > div {
    margin-bottom: 28px;
  }

  .knowledge-diagram figure {
    min-height: 0;
    padding: 14px;
  }

  .faq-content dt {
    padding: 27px 40px 20px;
    font-size: 18px;
  }

  .faq-content dd {
    padding: 0 8px 24px 40px;
  }

  .sidebar {
    position: static;
    margin-top: 84px;
    padding: 40px 27px 35px;
    box-shadow: 12px 15px 0 rgba(229, 220, 208, .62);
  }

  .archive-head {
    margin-bottom: 42px;
  }

  .post-card {
    grid-template-columns: 48px 1fr;
    gap: 17px;
    margin-bottom: 15px;
    padding: 34px 20px 38px;
  }

  .post-number {
    width: 42px;
    height: 42px;
    font-size: 14px;
  }

  .post-card h3 {
    font-size: 23px;
  }

  .post-card p {
    font-size: 15px;
  }

  .single-post .wp-content > p:first-of-type::first-letter {
    font-size: 2.8em;
  }
}

@media (prefers-reduced-motion: reduce) {
  .movie-frame > img,
  .feature-grid figure img,
  .beginner-grid > figure img,
  .message-grid > figure img,
  .recommend-section > figure img,
  .post-card {
    transition: none;
  }
}
