:root {
  color-scheme: light;
  --paper: #fbfaf7;
  --paper-soft: #f4f0e9;
  --paper-warm: #eee6da;
  --ink: #332f2b;
  --muted: #6f675f;
  --line: #d8cdbd;
  --gold: #9a7a4b;
  --gold-deep: #75582f;
  --taupe: #8a7962;
  --white: #ffffff;
  --page: min(1180px, calc(100% - 48px));
  --narrow: min(760px, calc(100% - 48px));
  --font-serif: "Yu Mincho", "YuMincho", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "Noto Serif JP", serif;
  --font-sans: "Yu Gothic", "YuGothic", "Hiragino Kaku Gothic ProN", "Noto Sans JP", sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: var(--font-sans);
  font-size: 16px;
  line-height: 1.9;
  letter-spacing: 0.035em;
  line-break: strict;
  text-wrap: pretty;
  -webkit-font-smoothing: antialiased;
}

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

a {
  color: inherit;
}

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

.skip-link {
  position: fixed;
  top: 8px;
  left: 8px;
  z-index: 30;
  transform: translateY(-150%);
  padding: 8px 14px;
  background: var(--ink);
  color: var(--white);
}

.skip-link:focus {
  transform: translateY(0);
}

.header-sentinel {
  position: absolute;
  top: 0;
  left: 0;
  width: 1px;
  height: 1px;
  pointer-events: none;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 70px;
  padding: 10px max(24px, calc((100vw - 1180px) / 2));
  border-bottom: 1px solid rgb(154 122 75 / 18%);
  background: rgb(251 250 247 / 92%);
  backdrop-filter: blur(12px);
  transition: min-height 220ms ease, background-color 220ms ease, box-shadow 220ms ease;
}

.site-header.is-scrolled {
  min-height: 62px;
  background: rgb(251 250 247 / 97%);
  box-shadow: 0 10px 34px rgb(72 58 39 / 8%);
}

.brand {
  color: var(--gold-deep);
  font-family: var(--font-serif);
  font-size: 0.9rem;
  letter-spacing: 0.13em;
  text-decoration: none;
}

.header-cta {
  min-width: 134px;
  padding: 8px 18px;
  border: 1px solid var(--gold-deep);
  color: var(--gold-deep);
  font-size: 0.8rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-align: center;
  text-decoration: none;
  transition: background-color 180ms ease, color 180ms ease, transform 180ms ease;
}

.header-cta:hover {
  background: var(--gold-deep);
  color: var(--white);
  transform: translateY(-1px);
}

.hero {
  position: relative;
  display: flex;
  min-height: min(860px, calc(100dvh - 70px));
  align-items: center;
  overflow: hidden;
  background: #eee9e1;
}

.hero-image,
.hero-shade {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.hero-image {
  object-fit: cover;
  object-position: center 34%;
  transform: scale(1.025);
  animation: hero-breathe 9000ms ease-out both;
}

.hero-shade {
  background: linear-gradient(90deg, rgb(251 250 247 / 98%) 0%, rgb(251 250 247 / 91%) 32%, rgb(251 250 247 / 52%) 53%, rgb(251 250 247 / 4%) 76%);
}

.hero-copy {
  position: relative;
  z-index: 1;
  width: var(--page);
  margin: 0 auto;
  padding: 74px 0 70px;
}

.hero-course {
  margin-bottom: 34px;
  color: var(--muted);
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.12em;
}

.hero-kicker {
  display: flex;
  width: fit-content;
  align-items: center;
  gap: 15px;
  margin-bottom: 22px;
  color: var(--ink);
  font-family: var(--font-serif);
  font-size: clamp(1rem, 1.4vw, 1.25rem);
  letter-spacing: 0.13em;
}

.hero-kicker::before,
.hero-kicker::after {
  width: clamp(36px, 5vw, 76px);
  height: 1px;
  background: var(--gold);
  content: "";
}

h1,
h2,
h3 {
  font-family: var(--font-serif);
  font-weight: 500;
  line-break: strict;
  text-wrap: balance;
  word-break: keep-all;
}

.phrase {
  display: inline-block;
}

h1 {
  max-width: 690px;
  margin-bottom: 28px;
  color: var(--gold-deep);
  font-size: clamp(3rem, 5.4vw, 5rem);
  line-height: 1.35;
  letter-spacing: 0.055em;
}

.hero-lead {
  max-width: 34rem;
  margin-bottom: 22px;
  color: #514a43;
  font-family: var(--font-serif);
  font-size: clamp(0.98rem, 1.4vw, 1.12rem);
  line-height: 2;
  letter-spacing: 0.07em;
}

.hero-meta {
  display: flex;
  margin-bottom: 30px;
  color: var(--gold-deep);
  font-size: 0.83rem;
  font-weight: 600;
  flex-wrap: wrap;
  gap: 6px 0;
  letter-spacing: 0.08em;
}

.hero-meta span {
  display: inline-flex;
  align-items: center;
  white-space: nowrap;
}

.hero-meta span + span::before {
  margin: 0 12px;
  color: rgb(117 88 47 / 55%);
  content: "｜";
}

.button {
  display: inline-flex;
  min-height: 54px;
  align-items: center;
  justify-content: center;
  padding: 13px 30px;
  border: 1px solid transparent;
  border-radius: 2px;
  font-size: 0.92rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-decoration: none;
  white-space: nowrap;
  position: relative;
  overflow: hidden;
  transition: transform 180ms ease, background-color 180ms ease, box-shadow 180ms ease;
}

.button::after {
  position: absolute;
  inset: 0;
  background: linear-gradient(110deg, transparent 0%, rgb(255 255 255 / 22%) 42%, transparent 72%);
  content: "";
  transform: translateX(-120%);
  transition: transform 520ms ease;
}

.button-primary {
  background: var(--gold-deep);
  color: var(--white);
}

.button-outline {
  border-color: var(--gold-deep);
  color: var(--gold-deep);
}

.button-outline:hover {
  background: var(--gold-deep);
  color: var(--white);
}

.button:hover {
  transform: translateY(-2px);
  background: #5f4628;
  box-shadow: 0 14px 32px rgb(72 58 39 / 16%);
}

.button:hover::after {
  transform: translateX(120%);
}

.button:active {
  transform: translateY(1px);
}

a:focus-visible,
summary:focus-visible {
  outline: 3px solid rgb(154 122 75 / 45%);
  outline-offset: 4px;
}

.audience-strip {
  position: relative;
  z-index: 2;
  background: var(--taupe);
  color: var(--white);
}

.audience-inner {
  display: grid;
  width: var(--page);
  margin: 0 auto;
  padding: 34px 0 38px;
  grid-template-columns: 190px 1fr;
  gap: 38px;
  align-items: start;
}

.audience-inner h2 {
  margin: 0;
  padding-top: 4px;
  font-size: 1.2rem;
  letter-spacing: 0.16em;
}

.audience-inner ul {
  display: grid;
  margin: 0;
  padding: 0;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px 38px;
  list-style: none;
}

.audience-inner li {
  position: relative;
  padding-left: 29px;
  font-family: var(--font-serif);
  font-size: 0.98rem;
}

.audience-inner li::before {
  position: absolute;
  top: 0.55em;
  left: 0;
  width: 14px;
  height: 10px;
  border-bottom: 1px solid currentColor;
  border-left: 1px solid currentColor;
  content: "";
  transform: rotate(-45deg);
}

.section-pad {
  padding: clamp(88px, 10vw, 140px) 0;
}

.narrow,
.section-intro {
  width: var(--narrow);
  margin-right: auto;
  margin-left: auto;
}

h2 {
  margin-bottom: 30px;
  color: #55452f;
  font-size: clamp(2rem, 4vw, 3.6rem);
  line-height: 1.5;
  letter-spacing: 0.065em;
}

h3 {
  color: #55452f;
  line-height: 1.65;
  letter-spacing: 0.055em;
}

.section-label {
  margin-bottom: 18px;
  color: var(--gold);
  font-size: 0.76rem;
  font-weight: 600;
  letter-spacing: 0.17em;
}

.opening {
  background: var(--paper);
}

.opening p,
.method-copy p,
.atmosphere-copy p,
.section-intro p,
.instructor-copy p,
.notice p {
  color: var(--muted);
}

.opening p {
  font-family: var(--font-serif);
  font-size: clamp(1rem, 1.6vw, 1.18rem);
  line-height: 2.15;
}

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

.method-grid {
  display: grid;
  width: var(--page);
  margin: 0 auto;
  grid-template-columns: minmax(280px, 0.85fr) minmax(360px, 1.15fr);
  gap: clamp(60px, 9vw, 130px);
}

.method-heading {
  padding-top: 8px;
}

.large-copy {
  margin-bottom: 40px;
  color: var(--ink) !important;
  font-family: var(--font-serif);
  font-size: 1.2rem;
  line-height: 2;
}

.principles article {
  display: grid;
  padding: 24px 0;
  border-top: 1px solid var(--line);
  grid-template-columns: minmax(150px, 0.7fr) 1fr;
  gap: 28px;
}

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

.principles h3,
.principles p {
  margin-bottom: 0;
}

.principles h3 {
  font-size: 1rem;
}

.principles p {
  font-size: 0.92rem;
}

.course-atmosphere {
  background: var(--paper);
}

.atmosphere-layout {
  display: grid;
  width: var(--page);
  margin: 0 auto;
  grid-template-columns: minmax(280px, 0.72fr) minmax(480px, 1.28fr);
  gap: clamp(50px, 8vw, 110px);
  align-items: center;
}

.atmosphere-copy p:last-child {
  max-width: 32rem;
  line-height: 2;
}

.atmosphere-images {
  display: grid;
  gap: 18px;
  align-self: stretch;
}

.atmosphere-images figure {
  margin-bottom: 0;
}

.atmosphere-images img {
  width: 100%;
  border: 8px solid var(--white);
  box-shadow: 0 18px 55px rgb(72 58 39 / 13%);
  transition: transform 420ms ease, box-shadow 420ms ease;
}

.atmosphere-images figure:hover img {
  transform: translateY(-4px);
  box-shadow: 0 24px 62px rgb(72 58 39 / 17%);
}

.scene-main img {
  aspect-ratio: 16 / 8.2;
  object-fit: cover;
}

.scene-sub {
  width: 58%;
  justify-self: end;
  margin-top: -2px;
}

.scene-sub img {
  aspect-ratio: 16 / 8.2;
  object-fit: cover;
}

.digest-video {
  width: min(980px, calc(100% - 48px));
  margin: 70px auto 0;
  text-align: center;
}

.digest-video video {
  width: 100%;
  border: 8px solid var(--white);
  background: var(--paper-warm);
  box-shadow: 0 22px 70px rgb(72 58 39 / 14%);
}

.digest-video p {
  max-width: 35rem;
  margin: 18px auto 0;
  color: var(--muted);
  font-size: 0.9rem;
  line-height: 1.9;
}

.curriculum {
  background: var(--paper-warm);
}

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

.curriculum-flow {
  width: min(1020px, calc(100% - 48px));
  margin: 0 auto;
}

.curriculum-flow article {
  display: grid;
  padding: 26px 0;
  border-top: 1px solid rgb(117 88 47 / 25%);
  grid-template-columns: 110px minmax(250px, 0.8fr) minmax(320px, 1.2fr);
  gap: clamp(24px, 4vw, 52px);
  align-items: start;
}

.curriculum-flow article:last-child {
  border-bottom: 1px solid rgb(117 88 47 / 25%);
}

.curriculum-flow span {
  color: var(--gold);
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.16em;
}

.curriculum-flow h3 {
  margin-bottom: 0;
  font-size: 1.1rem;
}

.curriculum-flow p {
  margin-bottom: 0;
  max-width: 34rem;
  color: var(--muted);
  font-size: 0.88rem;
  line-height: 1.8;
}

.curriculum-note {
  width: min(860px, calc(100% - 48px));
  margin: 20px auto 0;
  color: var(--muted);
  font-size: 0.78rem;
}

.results {
  background: var(--paper);
}

.result-gallery {
  display: grid;
  width: min(1280px, calc(100% - 48px));
  margin: 0 auto;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(16px, 2.2vw, 30px);
  align-items: start;
}

.result-gallery figure {
  margin: 0;
  background: var(--white);
  box-shadow: 0 14px 42px rgb(72 58 39 / 9%);
  transition: transform 360ms ease, box-shadow 360ms ease;
}

.result-gallery figure:hover {
  transform: translateY(-5px);
  box-shadow: 0 22px 54px rgb(72 58 39 / 13%);
}

.result-gallery img {
  width: 100%;
  height: auto;
  border: 1px solid #e4ded5;
  background: var(--white);
}

.result-gallery figcaption {
  padding: 24px 24px 26px;
}

.case-label {
  display: block;
  margin-bottom: 10px;
  color: var(--gold);
  font-family: var(--font-sans);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.14em;
}

.result-gallery strong {
  display: block;
  margin-bottom: 14px;
  color: #55452f;
  font-family: var(--font-serif);
  font-size: clamp(1.05rem, 1.35vw, 1.28rem);
  font-weight: 500;
  line-height: 1.7;
  letter-spacing: 0.05em;
}

.result-gallery figcaption p {
  margin-bottom: 18px;
  color: var(--muted);
  font-size: 0.84rem;
  line-height: 1.85;
}

.result-gallery figcaption ul {
  display: grid;
  margin: 0;
  padding: 16px 0 0;
  border-top: 1px solid var(--line);
  gap: 8px;
  list-style: none;
}

.result-gallery figcaption li {
  position: relative;
  padding-left: 18px;
  color: var(--gold-deep);
  font-family: var(--font-serif);
  font-size: 0.88rem;
  line-height: 1.55;
}

.result-gallery figcaption li::before {
  position: absolute;
  top: 0.72em;
  left: 0;
  width: 7px;
  height: 1px;
  background: currentColor;
  content: "";
}

.disclaimer {
  width: min(1000px, calc(100% - 48px));
  margin: 30px auto 0;
  color: var(--muted);
  font-size: 0.74rem;
  line-height: 1.8;
}

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

.testimonial-layout {
  position: relative;
  width: min(880px, calc(100% - 48px));
  margin: 0 auto;
  padding-left: 64px;
}

.quote-mark {
  position: absolute;
  top: -28px;
  left: 0;
  color: rgb(154 122 75 / 34%);
  font-family: Georgia, serif;
  font-size: 6rem;
  line-height: 1;
}

.testimonial h2 {
  font-size: clamp(1.8rem, 3.4vw, 3rem);
}

.testimonial blockquote {
  margin-bottom: 22px;
  padding-left: 28px;
  border-left: 1px solid var(--gold);
  color: var(--muted);
}

.voice-note {
  color: var(--muted);
  font-size: 0.76rem;
}

.fit {
  background: var(--paper);
}

.fit-grid {
  display: grid;
  width: min(960px, calc(100% - 48px));
  margin: 0 auto;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  grid-template-columns: 1fr 1fr;
}

.fit-grid > div {
  padding: 42px 48px;
}

.fit-grid > div + div {
  border-left: 1px solid var(--line);
}

.fit-grid h3 {
  margin-bottom: 22px;
  font-size: 1.25rem;
}

.fit-grid ul {
  margin: 0;
  padding-left: 1.2em;
  color: var(--muted);
}

.fit-grid li + li {
  margin-top: 10px;
}

.instructor {
  background: var(--paper-warm);
}

.instructor-layout {
  display: grid;
  width: min(1060px, calc(100% - 48px));
  margin: 0 auto;
  grid-template-columns: minmax(300px, 0.82fr) minmax(380px, 1.18fr);
  gap: clamp(50px, 8vw, 100px);
  align-items: center;
}

.instructor figure {
  margin-bottom: 0;
}

.instructor figure img {
  width: 100%;
  aspect-ratio: 4 / 5;
  object-fit: cover;
  object-position: center 28%;
  box-shadow: 0 18px 55px rgb(72 58 39 / 13%);
}

.instructor-role {
  margin-bottom: 28px;
  color: var(--gold-deep) !important;
  font-size: 0.88rem;
  font-weight: 600;
}

.instructor-copy p:not(.section-label):not(.instructor-role) {
  line-height: 2;
}

.course-details {
  background: var(--paper);
}

.details-shell {
  display: grid;
  width: min(1040px, calc(100% - 48px));
  margin: 0 auto;
  padding: 58px 0;
  border-top: 1px solid var(--gold);
  border-bottom: 1px solid var(--gold);
  grid-template-columns: minmax(280px, 0.8fr) minmax(400px, 1.2fr);
  gap: clamp(50px, 8vw, 100px);
}

.details-heading h2 {
  margin-bottom: 30px;
  font-size: clamp(2rem, 3.8vw, 3.1rem);
}

.price {
  margin-bottom: 2px;
  color: var(--gold-deep);
  font-family: var(--font-serif);
  font-size: clamp(2.1rem, 4vw, 3.3rem);
  line-height: 1.3;
}

.price span {
  margin-left: 9px;
  font-family: var(--font-sans);
  font-size: 0.78rem;
}

.tax-note {
  color: var(--muted);
  font-size: 0.76rem;
}

.details-list {
  margin: 0;
}

.details-list div {
  display: grid;
  padding: 15px 0;
  border-top: 1px solid var(--line);
  grid-template-columns: 128px 1fr;
  gap: 20px;
}

.details-list div:last-child {
  border-bottom: 1px solid var(--line);
}

.details-list dt {
  color: var(--gold-deep);
  font-size: 0.8rem;
  font-weight: 600;
}

.details-list dd {
  margin: 0;
  color: var(--muted);
  font-size: 0.9rem;
}

.salon-guide {
  background: var(--paper-soft);
}

.salon-layout {
  display: grid;
  width: min(1100px, calc(100% - 48px));
  margin: 0 auto;
  grid-template-columns: minmax(300px, 0.78fr) minmax(460px, 1.22fr);
  gap: clamp(48px, 7vw, 92px);
  align-items: center;
}

.salon-copy p:not(.section-label) {
  color: var(--muted);
  line-height: 2;
}

.salon-info {
  margin: 30px 0 28px;
  border-top: 1px solid var(--line);
}

.salon-info div {
  display: grid;
  padding: 17px 0;
  border-bottom: 1px solid var(--line);
  grid-template-columns: 82px 1fr;
  gap: 18px;
}

.salon-info dt {
  color: var(--gold-deep);
  font-size: 0.8rem;
  font-weight: 600;
}

.salon-info dd {
  margin: 0;
  color: var(--muted);
  font-size: 0.9rem;
  line-height: 1.85;
}

.salon-media {
  display: grid;
  gap: 18px;
}

.salon-media figure {
  margin: 0;
}

.salon-media img {
  width: 100%;
  border: 8px solid var(--white);
  box-shadow: 0 18px 55px rgb(72 58 39 / 11%);
  transition: transform 420ms ease, box-shadow 420ms ease;
}

.salon-media figure:hover img {
  transform: translateY(-4px);
  box-shadow: 0 24px 62px rgb(72 58 39 / 15%);
}

.salon-photo {
  width: 58%;
}

.salon-photo img {
  aspect-ratio: 4 / 3;
  object-fit: cover;
}

.salon-map img {
  aspect-ratio: 16 / 9.5;
  object-fit: cover;
}

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

.notice h2,
.faq h2 {
  font-size: clamp(1.8rem, 3.5vw, 2.8rem);
}

.notice p {
  font-size: 0.9rem;
}

.faq {
  background: var(--paper);
}

.faq-list {
  width: min(820px, calc(100% - 48px));
  margin: 0 auto;
  border-top: 1px solid var(--line);
}

.faq-list details {
  border-bottom: 1px solid var(--line);
}

.faq-list summary {
  padding: 22px 42px 22px 0;
  color: #55452f;
  cursor: pointer;
  font-family: var(--font-serif);
  font-size: 1rem;
  list-style: none;
}

.faq-list summary::-webkit-details-marker {
  display: none;
}

.faq-list summary::after {
  float: right;
  color: var(--gold);
  content: "+";
  font-family: var(--font-sans);
  font-size: 1.25rem;
}

.faq-list details[open] summary::after {
  content: "−";
}

.faq-list details p {
  margin: -2px 0 22px;
  color: var(--muted);
  font-size: 0.9rem;
}

.final-cta {
  background: var(--taupe);
  color: var(--white);
}

.final-cta-inner {
  width: min(760px, calc(100% - 48px));
  margin: 0 auto;
  text-align: center;
}

.final-cta h2 {
  color: var(--white);
  font-size: clamp(2rem, 4vw, 3.4rem);
}

.final-cta p {
  margin-bottom: 28px;
  color: rgb(255 255 255 / 82%);
}

.final-cta .button-primary {
  background: var(--white);
  color: #5c4931;
}

.final-cta .button-primary:hover {
  background: #f2ede6;
}

.text-link {
  display: block;
  width: fit-content;
  margin: 22px auto 0;
  color: var(--white);
  font-size: 0.86rem;
  text-underline-offset: 5px;
}

.site-footer {
  padding: 44px 24px;
  background: #3e3832;
  color: rgb(255 255 255 / 72%);
  font-size: 0.76rem;
  text-align: center;
}

.site-footer p {
  margin-bottom: 12px;
}

.footer-links {
  display: flex;
  justify-content: center;
  gap: 18px 28px;
  flex-wrap: wrap;
}

.reveal {
  opacity: 1;
}

.motion-ready .reveal {
  opacity: 0;
  transform: translateY(22px);
  transition:
    opacity 760ms ease,
    transform 760ms cubic-bezier(0.22, 1, 0.36, 1);
  transition-delay: var(--reveal-delay, 0ms);
}

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

@keyframes hero-breathe {
  from {
    transform: scale(1.055);
  }
  to {
    transform: scale(1.025);
  }
}

@media (max-width: 880px) {
  :root {
    --page: min(100% - 36px, 720px);
    --narrow: min(100% - 36px, 680px);
  }

  .hero {
    min-height: 780px;
    align-items: flex-end;
  }

  .hero-image {
    object-position: 60% top;
  }

  .hero-shade {
    background:
      linear-gradient(0deg, rgb(251 250 247 / 100%) 0%, rgb(251 250 247 / 95%) 34%, rgb(251 250 247 / 28%) 66%, rgb(251 250 247 / 0%) 100%),
      linear-gradient(90deg, rgb(251 250 247 / 54%) 0%, rgb(251 250 247 / 0%) 68%);
  }

  .hero-copy {
    padding: 260px 0 46px;
  }

  .hero-course {
    margin-bottom: 22px;
  }

  .hero-lead {
    max-width: 31rem;
  }

  .audience-inner,
  .method-grid,
  .atmosphere-layout,
  .instructor-layout,
  .salon-layout,
  .details-shell {
    grid-template-columns: 1fr;
  }

  .audience-inner {
    gap: 20px;
  }

  .method-grid,
  .atmosphere-layout,
  .instructor-layout,
  .salon-layout,
  .details-shell {
    gap: 45px;
  }

  .salon-photo {
    width: min(420px, 68%);
  }

  .result-gallery {
    width: min(100% - 36px, 680px);
    grid-template-columns: 1fr;
    gap: 26px;
  }

  .curriculum-flow,
  .curriculum-note {
    width: min(100% - 36px, 680px);
  }

  .curriculum-flow article {
    grid-template-columns: 86px 1fr;
    gap: 8px 18px;
  }

  .curriculum-flow p {
    grid-column: 2;
    max-width: none;
  }

  .fit-grid {
    grid-template-columns: 1fr;
  }

  .fit-grid > div + div {
    border-top: 1px solid var(--line);
    border-left: 0;
  }
}

@media (max-width: 600px) {
  body {
    font-size: 15px;
  }

  .site-header {
    min-height: 62px;
    padding: 8px 18px;
  }

  .brand {
    font-size: 0.72rem;
    letter-spacing: 0.09em;
  }

  .header-cta {
    min-width: 112px;
    padding: 7px 11px;
    font-size: 0.72rem;
  }

  .hero {
    min-height: 780px;
  }

  .hero-image {
    object-position: 62% top;
  }

  .hero-copy {
    padding: 285px 0 40px;
  }

  .hero-course {
    margin-bottom: 18px;
    font-size: 0.68rem;
    letter-spacing: 0.08em;
  }

  .hero-kicker {
    gap: 10px;
    margin-bottom: 14px;
    font-size: 0.92rem;
    letter-spacing: 0.08em;
  }

  .hero-kicker::before,
  .hero-kicker::after {
    width: 28px;
  }

  h1 {
    margin-bottom: 18px;
    font-size: clamp(2.2rem, 10.5vw, 3rem);
    line-height: 1.38;
    letter-spacing: 0.035em;
  }

  .hero-lead {
    margin-bottom: 15px;
    font-size: 0.88rem;
    line-height: 1.85;
  }

  .hero-meta {
    margin-bottom: 22px;
    font-size: 0.7rem;
    letter-spacing: 0.035em;
  }

  .hero-meta span + span::before {
    margin: 0 7px;
  }

  .button {
    width: 100%;
  }

  .audience-inner {
    padding: 28px 0 32px;
  }

  .audience-inner ul {
    grid-template-columns: 1fr;
    gap: 11px;
  }

  .section-pad {
    padding: 78px 0;
  }

  h2 {
    margin-bottom: 24px;
    font-size: 2rem;
    line-height: 1.55;
  }

  .principles article {
    grid-template-columns: 1fr;
    gap: 8px;
  }

  .atmosphere-images {
    gap: 14px;
  }

  .atmosphere-images img {
    border-width: 5px;
  }

  .digest-video {
    width: min(100% - 36px, 680px);
    margin-top: 44px;
  }

  .digest-video video {
    border-width: 5px;
  }

  .scene-sub {
    width: 100%;
  }

  .curriculum-flow article {
    grid-template-columns: 1fr;
    gap: 8px;
    align-items: start;
  }

  .curriculum-flow p {
    grid-column: auto;
  }

  .curriculum-flow h3 {
    font-size: 0.96rem;
  }

  .curriculum-flow p {
    font-size: 0.82rem;
  }

  .result-gallery figcaption {
    padding: 22px 20px 24px;
  }

  .testimonial-layout {
    width: min(100% - 36px, 680px);
    padding-left: 0;
  }

  .quote-mark {
    display: none;
  }

  .testimonial blockquote {
    padding-left: 18px;
  }

  .fit-grid {
    width: min(100% - 36px, 680px);
  }

  .fit-grid > div {
    padding: 32px 8px;
  }

  .instructor-layout,
  .details-shell,
  .salon-layout,
  .faq-list,
  .final-cta-inner,
  .disclaimer {
    width: min(100% - 36px, 680px);
  }

  .salon-info div {
    grid-template-columns: 1fr;
    gap: 4px;
  }

  .salon-photo {
    width: 100%;
  }

  .salon-media img {
    border-width: 5px;
  }

  .details-shell {
    padding: 42px 0;
  }

  .details-list div {
    grid-template-columns: 96px 1fr;
    gap: 14px;
  }

  .footer-links {
    flex-direction: column;
    gap: 10px;
  }

  .final-cta h2 {
    font-size: 1.75rem;
  }
}

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

  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
}
