:root {
  --ink: #171510;
  --muted: #6f6a60;
  --gold: #c99221;
  --gold-dark: #9e6b0d;
  --gold-soft: #f2dfb3;
  --cream: #f8f4eb;
  --paper: #fbfaf7;
  --line: rgba(181, 132, 31, 0.25);
  --shadow: 0 22px 60px rgba(59, 45, 19, 0.08);
  --serif: "Yu Mincho", "Hiragino Mincho ProN", "Noto Serif JP", serif;
  --sans: "Helvetica Neue", "Hiragino Kaku Gothic ProN", "Yu Gothic", sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 86px; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: var(--sans);
  font-feature-settings: "palt";
  letter-spacing: .035em;
  -webkit-font-smoothing: antialiased;
}
img { display: block; max-width: 100%; height: auto; }
a { color: inherit; text-decoration: none; }
button, input { font: inherit; }
.skip-link { position: fixed; top: -100px; left: 16px; z-index: 200; padding: 12px 18px; background: #fff; }
.skip-link:focus { top: 16px; }
.mobile-only { display: none; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  background: rgba(251, 250, 247, .92);
  border-bottom: 1px solid transparent;
  backdrop-filter: blur(18px);
  transition: border-color .3s ease, box-shadow .3s ease;
}
.site-header.is-scrolled { border-color: var(--line); box-shadow: 0 10px 30px rgba(55, 40, 10, .05); }
.header-inner {
  width: min(1180px, calc(100% - 48px));
  min-height: 82px;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
}
.brand { display: flex; align-items: center; gap: 12px; }
.brand img { width: 46px; height: 46px; object-fit: contain; }
.brand span { display: grid; gap: 2px; }
.brand strong { color: var(--gold-dark); font-family: var(--serif); font-size: 25px; font-weight: 600; letter-spacing: .01em; }
.brand small { color: var(--muted); font-size: 8px; font-weight: 700; letter-spacing: .18em; }
.main-nav { display: flex; align-items: center; gap: 30px; font-size: 13px; font-weight: 700; }
.main-nav a { position: relative; padding: 10px 0; }
.main-nav a:not(.nav-cta)::after { content: ""; position: absolute; left: 0; bottom: 3px; width: 0; height: 1px; background: var(--gold); transition: width .25s ease; }
.main-nav a:hover::after { width: 100%; }
.main-nav .nav-cta { padding: 13px 22px; color: #fff; background: var(--gold); border-radius: 999px; }
.menu-button { display: none; border: 0; background: transparent; }

.hero { overflow: hidden; border-bottom: 1px solid var(--line); background: radial-gradient(circle at 12% 18%, #fff 0, transparent 34%), var(--paper); }
.hero-inner {
  width: min(1180px, calc(100% - 48px));
  min-height: 660px;
  margin: auto;
  display: grid;
  grid-template-columns: 1.03fr .97fr;
  align-items: center;
  gap: clamp(44px, 7vw, 100px);
  padding: 70px 0 82px;
}
.eyebrow, .section-heading > p {
  margin: 0 0 18px;
  color: var(--gold-dark);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .2em;
  text-transform: uppercase;
}
.hero h1 {
  margin: 0;
  font-family: var(--serif);
  font-size: clamp(42px, 4.6vw, 70px);
  font-weight: 500;
  line-height: 1.35;
  letter-spacing: .055em;
}
.hero h1 em { color: var(--gold); font-style: normal; }
.hero-lead {
  max-width: 590px;
  margin: 28px 0 0;
  color: #49453d;
  font-family: var(--serif);
  font-size: 16px;
  line-height: 2;
}
.hero-actions { display: flex; gap: 14px; margin-top: 34px; }
.button {
  min-height: 54px;
  padding: 0 26px;
  border: 1px solid var(--gold);
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  font-size: 13px;
  font-weight: 800;
  transition: transform .25s ease, box-shadow .25s ease, background .25s ease;
}
.button:hover { transform: translateY(-2px); box-shadow: 0 12px 28px rgba(154, 101, 7, .14); }
.button-primary { color: #fff; background: linear-gradient(135deg, #dba83a, #bc7d0c); }
.button-secondary { color: var(--gold-dark); background: rgba(255,255,255,.8); }
.button-light { color: #201b13; background: #fff; border-color: rgba(255,255,255,.8); }
.hero-facts {
  margin: 40px 0 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-top: 1px solid var(--line);
}
.hero-facts div { padding: 18px 16px 0 0; }
.hero-facts dt { font-family: var(--serif); font-size: 19px; color: var(--gold-dark); }
.hero-facts dd { margin: 4px 0 0; color: var(--muted); font-size: 10px; line-height: 1.5; }
.hero-visual { position: relative; min-width: 0; }
.hero-photo {
  position: relative;
  aspect-ratio: 4 / 5;
  overflow: hidden;
  border-radius: 48% 48% 22px 22px;
  background: #eee8dd;
  box-shadow: var(--shadow);
}
.hero-photo::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(255,255,255,.08), rgba(29,19,4,.18)); }
.hero-photo img { width: 100%; height: 100%; object-fit: cover; object-position: 58% center; filter: saturate(.72) contrast(.95) brightness(1.08); }
.hero-seal {
  position: absolute;
  left: -42px;
  bottom: 42px;
  width: 108px;
  height: 108px;
  border-radius: 50%;
  display: grid;
  place-content: center;
  text-align: center;
  color: #fff;
  background: var(--gold);
  box-shadow: 0 20px 44px rgba(134, 86, 5, .25);
}
.hero-seal span { font-size: 8px; font-weight: 800; letter-spacing: .18em; }
.hero-seal b { font-family: var(--serif); font-size: 24px; line-height: 1; }

.section { padding: clamp(76px, 8vw, 120px) 0; }
.section-inner { width: min(1120px, calc(100% - 48px)); margin: auto; }
.section-heading h2 {
  margin: 0;
  font-family: var(--serif);
  font-size: clamp(30px, 3.2vw, 48px);
  font-weight: 500;
  line-height: 1.35;
  letter-spacing: .05em;
}
.section-heading h2 span { color: var(--gold); }
.section-heading > span { display: block; margin-top: 13px; color: var(--muted); font-size: 13px; line-height: 1.8; }
.section-heading.centered { text-align: center; }
.section-heading.centered::after { content: ""; display: block; width: 74px; height: 1px; margin: 24px auto 0; background: var(--gold); }

.concerns { padding: 54px 0 64px; background: #fff; }
.concerns .section-heading h2 { font-size: 26px; }
.concern-grid { margin-top: 38px; display: grid; grid-template-columns: repeat(3, 1fr); gap: 36px; }
.concern-grid ul { margin: 0; padding: 0; list-style: none; display: grid; gap: 15px; }
.concern-grid li { position: relative; padding-left: 27px; font-family: var(--serif); font-size: 14px; }
.concern-grid li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: -1px;
  width: 17px;
  height: 17px;
  border-radius: 50%;
  color: #fff;
  background: var(--gold);
  display: grid;
  place-items: center;
  font-family: var(--sans);
  font-size: 10px;
  font-weight: 900;
}

.reasons { padding-top: 82px; }
.reason-grid { margin-top: 46px; display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.reason-grid article {
  min-height: 248px;
  padding: 34px;
  border: 1px solid var(--line);
  border-radius: 16px;
  background: rgba(255,255,255,.8);
  box-shadow: 0 14px 40px rgba(70, 48, 10, .04);
}
.reason-icon { width: 54px; height: 54px; margin-bottom: 24px; border: 1px solid var(--gold); border-radius: 50%; display: grid; place-items: center; color: var(--gold); font-size: 27px; }
.reason-grid article > div { display: flex; align-items: baseline; gap: 14px; }
.reason-grid small { color: var(--gold); font-family: var(--serif); font-size: 21px; }
.reason-grid h3 { margin: 0; font-family: var(--serif); font-size: 18px; font-weight: 600; }
.reason-grid p { margin: 18px 0 0; color: var(--muted); font-size: 13px; line-height: 1.9; }

.instructor {
  position: relative;
  overflow: hidden;
  background: #191713;
}
.instructor::before {
  content: "";
  position: absolute;
  width: 420px;
  height: 420px;
  right: -150px;
  top: -180px;
  border: 1px solid rgba(211,165,69,.15);
  border-radius: 50%;
}
.instructor-layout {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, .92fr) minmax(0, 1.08fr);
  align-items: stretch;
  gap: clamp(40px, 7vw, 92px);
}
.instructor-photo {
  position: relative;
  min-height: 520px;
  overflow: hidden;
  border-radius: 22px;
  background: #28241c;
}
.instructor-photo::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 56%, rgba(18,15,10,.75));
}
.instructor-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 52% center;
  filter: saturate(.8) contrast(1.04);
}
.instructor-photo > span {
  position: absolute;
  z-index: 1;
  left: 28px;
  bottom: 25px;
  color: #e0b65d;
  font-size: 9px;
  font-weight: 800;
  letter-spacing: .2em;
}
.instructor-copy {
  align-self: center;
  padding: 28px 0;
  color: #fff;
}
.instructor-copy .section-heading h2 { color: #fff; }
.instructor-name {
  margin: 36px 0 0;
  color: #e1b45a;
  font-family: var(--serif);
  font-size: 17px;
}
.instructor-name small {
  margin-left: 12px;
  color: #817a6e;
  font-family: var(--sans);
  font-size: 8px;
  font-weight: 700;
  letter-spacing: .16em;
}
.instructor-copy h3 {
  margin: 20px 0 0;
  font-family: var(--serif);
  font-size: clamp(27px, 3vw, 42px);
  font-weight: 500;
  line-height: 1.55;
  letter-spacing: .06em;
}
.instructor-lead {
  max-width: 620px;
  margin: 24px 0 0;
  color: #bcb5a8;
  font-size: 13px;
  line-height: 2;
}
.instructor-facts {
  margin: 34px 0 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-top: 1px solid rgba(211,165,69,.25);
  border-bottom: 1px solid rgba(211,165,69,.25);
}
.instructor-facts div { min-width: 0; padding: 20px 15px 20px 0; }
.instructor-facts dt {
  color: #e0b45a;
  font-family: var(--serif);
  font-size: 16px;
  line-height: 1.4;
}
.instructor-facts dd {
  margin: 7px 0 0;
  color: #8e877b;
  font-size: 8px;
  line-height: 1.5;
}
.instructor-link {
  width: fit-content;
  margin-top: 30px;
  padding-bottom: 8px;
  border-bottom: 1px solid #d5a84e;
  display: inline-flex;
  align-items: center;
  gap: 34px;
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  transition: color .2s ease, gap .2s ease;
}
.instructor-link span { color: #d5a84e; }
.instructor-link:hover { gap: 42px; color: #e4b95e; }

.lesson { background: #fff; }
.lesson-grid { margin-top: 48px; display: grid; grid-template-columns: repeat(6, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.lesson-grid article { min-height: 126px; padding: 20px 10px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); display: grid; place-items: center; align-content: center; gap: 14px; text-align: center; }
.lesson-grid i { color: var(--gold); font-family: var(--serif); font-size: 28px; font-style: normal; }
.lesson-grid h3 { margin: 0; font-family: var(--serif); font-size: 12px; font-weight: 600; }
.inline-cta { margin-top: 38px; display: flex; align-items: center; justify-content: space-between; gap: 30px; padding: 24px 28px; background: var(--cream); border-radius: 14px; }
.inline-cta p { margin: 0; font-family: var(--serif); font-size: 15px; }

.audience-grid { margin-top: 48px; display: grid; grid-template-columns: repeat(6, 1fr); gap: 20px; }
.audience-grid article { position: relative; text-align: center; }
.audience-grid article > span { position: absolute; top: 5px; left: 8px; z-index: 2; color: #fff; font-size: 9px; }
.audience-grid i { width: 112px; height: 112px; margin: auto; border-radius: 50%; display: grid; place-items: center; color: #fff; background: linear-gradient(145deg, #24211b, #b98724); font-family: var(--serif); font-size: 32px; font-style: normal; box-shadow: inset 0 0 0 8px rgba(255,255,255,.18); }
.audience-grid h3 { margin: 16px 0 0; font-family: var(--serif); font-size: 12px; line-height: 1.7; font-weight: 600; }

.direction { color: #fff; background: #191713; }
.direction-panel { border: 1px solid rgba(211, 165, 69, .42); border-radius: 26px; overflow: hidden; }
.direction-copy { padding: clamp(36px, 5vw, 68px); background: radial-gradient(circle at 82% 12%, rgba(202,146,33,.18), transparent 30%); text-align: center; }
.direction-copy h2 { margin: 0; font-family: var(--serif); font-size: clamp(30px, 3.7vw, 52px); font-weight: 500; line-height: 1.45; }
.direction-copy h2 span { color: #e5b551; }
.direction-copy > p:last-child { max-width: 760px; margin: 24px auto 0; color: #c9c2b5; font-size: 13px; line-height: 2; }
.direction-grid { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid rgba(211,165,69,.28); }
.direction-grid article { min-height: 212px; padding: 34px 26px; border-right: 1px solid rgba(211,165,69,.28); }
.direction-grid article:last-child { border-right: 0; }
.direction-grid b { color: #e5b551; font-family: var(--serif); font-size: 28px; font-weight: 500; }
.direction-grid h3 { margin: 18px 0 0; font-family: var(--serif); font-size: 16px; }
.direction-grid p { margin: 10px 0 0; color: #aaa396; font-size: 11px; line-height: 1.8; }
.direction-action { padding: 26px 34px; border-top: 1px solid rgba(211,165,69,.28); display: flex; align-items: center; justify-content: space-between; gap: 30px; }
.direction-action > span { color: #c9c2b5; font-size: 12px; }

.works-heading { display: flex; align-items: end; justify-content: space-between; gap: 48px; }
.works-heading > p { max-width: 480px; margin: 0 0 5px; color: var(--muted); font-size: 13px; line-height: 2; }
.works-lock-panel { margin-top: 46px; }
.works-lock-card { padding: clamp(30px, 5vw, 58px); border: 1px solid var(--line); border-radius: 24px; display: grid; grid-template-columns: .9fr 1.1fr; align-items: center; gap: clamp(32px, 7vw, 90px); background: linear-gradient(135deg, #fff 0%, #fbf7ee 100%); box-shadow: 0 22px 70px rgba(68,45,4,.08); }
.works-lock-card[hidden],
.works-lock-content[hidden] { display: none !important; }
.works-lock-copy span { color: var(--gold-dark); font-size: 9px; font-weight: 800; letter-spacing: .2em; }
.works-lock-copy h3 { margin: 14px 0 0; font-family: var(--serif); font-size: clamp(24px, 3.2vw, 42px); font-weight: 500; }
.works-lock-copy p { margin: 14px 0 0; color: var(--muted); font-size: 11px; line-height: 1.8; }
.works-lock-form { padding-left: clamp(0px, 4vw, 50px); border-left: 1px solid var(--line); }
.works-lock-form label { display: block; margin-bottom: 11px; color: var(--gold-dark); font-size: 9px; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.works-lock-form > div { display: grid; grid-template-columns: 1fr auto; gap: 10px; }
.works-lock-form input { width: 100%; min-width: 0; height: 54px; padding: 0 18px; border: 1px solid #d9d2c5; border-radius: 999px; color: var(--ink); background: #fff; font: inherit; font-size: 12px; outline: none; transition: border-color .2s ease, box-shadow .2s ease; }
.works-lock-form input:focus { border-color: var(--gold); box-shadow: 0 0 0 4px rgba(211,165,69,.12); }
.works-lock-form button { min-width: 128px; height: 54px; padding: 0 22px; border: 0; border-radius: 999px; display: inline-flex; align-items: center; justify-content: space-between; gap: 18px; color: #fff; background: #171510; font: inherit; font-size: 11px; font-weight: 800; cursor: pointer; }
.works-lock-status { min-height: 1.5em; margin: 9px 0 0; color: #aa2c1d; font-size: 10px; }
.works-lock-panel.is-unlocked { margin-top: 34px; }
.works-lock-content[hidden] { display: none; }
.works-video-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 14px; }
.works-video-card { margin: 0; overflow: hidden; border: 1px solid var(--line); border-radius: 16px; background: #15130f; box-shadow: 0 14px 35px rgba(34,24,8,.08); }
.works-video-card a { position: relative; display: block; aspect-ratio: 16 / 9; overflow: hidden; }
.works-video-card img { width: 100%; height: 100%; display: block; object-fit: cover; transition: transform .35s ease, opacity .35s ease; }
.works-video-card a:hover img { transform: scale(1.035); opacity: .82; }
.works-play-mark { position: absolute; inset: 50% auto auto 50%; width: 46px; height: 46px; border: 1px solid rgba(255,255,255,.65); border-radius: 50%; display: grid; place-items: center; transform: translate(-50%, -50%); color: #fff; background: rgba(18,16,12,.64); font-size: 12px; backdrop-filter: blur(8px); }

.price { background: var(--cream); }
.price-grid { max-width: 900px; margin: 48px auto 0; display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; }
.price-card { position: relative; padding: 38px; border: 1px solid var(--line); border-radius: 20px; background: #fff; box-shadow: 0 16px 46px rgba(68,45,4,.06); }
.price-card.featured { border-top: 4px solid var(--gold); }
.price-label { color: var(--gold-dark); font-size: 10px; font-weight: 800; letter-spacing: .18em; }
.price-card h3 { margin: 10px 0 0; font-family: var(--serif); font-size: 23px; font-weight: 500; }
.price-number { display: flex; align-items: baseline; gap: 8px; margin-top: 26px; color: var(--gold-dark); }
.price-number strong { font-family: var(--serif); font-size: 48px; font-weight: 500; letter-spacing: 0; }
.price-number b { font-family: var(--serif); font-size: 28px; font-weight: 500; }
.price-number small { font-size: 10px; }
.price-card > p { margin: 5px 0 0; color: var(--muted); font-size: 12px; }
.price-card ul { margin: 26px 0; padding: 20px 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); list-style: none; display: grid; gap: 10px; }
.price-card li { position: relative; padding-left: 18px; color: #5d574d; font-size: 11px; }
.price-card li::before { content: "✓"; position: absolute; left: 0; color: var(--gold); font-weight: 900; }
.price-card .button { width: 100%; }
.group-examples { max-width: 900px; margin: 18px auto 0; padding: 24px 34px; border: 1px solid var(--line); border-radius: 16px; background: #fff; display: flex; align-items: center; justify-content: space-between; gap: 30px; }
.group-examples > p { margin: 0; font-family: var(--serif); font-size: 15px; }
.group-examples > p small { color: var(--muted); font-size: 9px; }
.group-examples dl { margin: 0; display: flex; gap: 32px; }
.group-examples dl div { display: flex; align-items: baseline; gap: 8px; }
.group-examples dt { color: var(--muted); font-size: 10px; }
.group-examples dd { margin: 0; color: var(--gold-dark); font-family: var(--serif); font-size: 18px; }

.guide-grid { display: grid; grid-template-columns: 1.3fr 1fr 1fr; gap: 18px; align-items: stretch; }
.guide-grid > article { padding: 34px; border: 1px solid var(--line); border-radius: 18px; background: #fff; }
.guide-grid .section-heading h2 { font-size: 24px; }
.flow-list { margin: 28px 0 0; padding: 0; list-style: none; display: grid; grid-template-columns: repeat(4, 1fr); gap: 8px; }
.flow-list li { position: relative; display: grid; gap: 16px; }
.flow-list li:not(:last-child)::after { content: "→"; position: absolute; right: 6px; top: 8px; color: var(--gold); }
.flow-list li > span { color: var(--gold); font-size: 11px; }
.flow-list b { display: block; font-family: var(--serif); font-size: 12px; }
.flow-list small { display: block; margin-top: 6px; color: var(--muted); font-size: 8px; line-height: 1.5; }
.policy-list { margin-top: 28px; display: grid; gap: 12px; }
.policy-list div { padding: 18px; background: var(--cream); border-radius: 12px; }
.policy-list b { font-family: var(--serif); font-size: 13px; }
.policy-list p { margin: 7px 0 0; color: var(--muted); font-size: 10px; line-height: 1.7; }
.cancel-table { margin-top: 28px; border: 1px solid var(--line); border-radius: 12px; overflow: hidden; }
.cancel-table div { display: flex; justify-content: space-between; gap: 20px; padding: 14px 16px; border-bottom: 1px solid var(--line); font-size: 10px; }
.cancel-table div:last-child { border-bottom: 0; }
.cancel-table b { font-weight: 600; }
.cancel-table span { color: var(--gold-dark); font-weight: 800; }
.guide-grid article > small { display: block; margin-top: 14px; color: var(--muted); font-size: 8px; line-height: 1.7; }

.faq { background: #fff; }
.faq-list { max-width: 900px; margin: 42px auto 0; display: grid; grid-template-columns: repeat(2, 1fr); gap: 0 42px; }
.faq-list details { border-bottom: 1px solid var(--line); }
.faq-list summary { min-height: 78px; padding: 22px 34px 22px 0; display: flex; align-items: center; gap: 14px; cursor: pointer; list-style: none; font-family: var(--serif); font-size: 13px; line-height: 1.6; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary::after { content: "+"; margin-left: auto; color: var(--gold); font-family: var(--sans); font-size: 20px; }
.faq-list details[open] summary::after { content: "−"; }
.faq-list summary span { color: var(--gold); font-family: var(--serif); font-size: 19px; }
.faq-list details p { margin: -4px 0 24px; padding-left: 34px; color: var(--muted); font-size: 11px; line-height: 1.9; }

.final-cta { position: relative; min-height: 450px; overflow: hidden; display: grid; place-items: center; color: #fff; background: #171510; }
.final-cta-bg { position: absolute; inset: 0; opacity: .3; background: radial-gradient(circle at 80% 35%, #d8a947, transparent 19%), radial-gradient(circle at 25% 110%, #b9770a, transparent 32%); }
.final-cta-inner { position: relative; z-index: 1; width: min(1040px, calc(100% - 48px)); padding: 78px 0; }
.final-cta-inner > p { margin: 0 0 17px; color: #e1b65d; font-size: 10px; font-weight: 800; letter-spacing: .2em; }
.final-cta h2 { margin: 0; font-family: var(--serif); font-size: clamp(30px, 4.3vw, 58px); font-weight: 500; line-height: 1.5; }
.final-cta-inner > span { display: block; margin-top: 20px; color: #c8c0b2; font-size: 13px; }
.final-cta-inner > div { display: flex; gap: 14px; margin-top: 32px; }

.site-footer { color: #e8e2d8; background: #0e0d0b; }
.footer-inner { width: min(1120px, calc(100% - 48px)); min-height: 150px; margin: auto; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 40px; }
.footer-brand { display: grid; gap: 7px; justify-self: start; }
.footer-brand strong { color: #d7aa4a; font-family: var(--serif); font-size: 26px; font-weight: 500; }
.footer-brand span { color: #817b71; font-size: 9px; }
.site-footer nav { display: flex; gap: 24px; color: #a39d92; font-size: 10px; }
.footer-inner > p { justify-self: end; margin: 0; color: #80796e; font-size: 9px; }
.footer-inner > p a { color: #d4a94d; }
.footer-bottom { width: min(1120px, calc(100% - 48px)); margin: auto; padding: 18px 0 24px; border-top: 1px solid #28251f; display: flex; justify-content: space-between; color: #6e685f; font-size: 8px; }
.floating-cta { display: none; }

[data-reveal] { opacity: 0; transform: translateY(22px); transition: opacity .75s ease, transform .75s ease; }
[data-reveal].is-visible { opacity: 1; transform: none; }

@media (max-width: 980px) {
  .header-inner { width: min(100% - 34px, 1180px); min-height: 72px; }
  .menu-button { position: relative; z-index: 2; width: 48px; height: 48px; padding: 0; display: grid; place-content: center; gap: 6px; }
  .menu-button span { width: 22px; height: 1px; background: var(--ink); transition: transform .25s ease; }
  .menu-button b { position: absolute; left: 50%; bottom: 4px; transform: translateX(-50%); color: var(--muted); font-size: 7px; letter-spacing: .16em; }
  .menu-button[aria-expanded="true"] span:first-child { transform: translateY(3px) rotate(45deg); }
  .menu-button[aria-expanded="true"] span:nth-child(2) { transform: translateY(-4px) rotate(-45deg); }
  .main-nav { position: fixed; inset: 72px 0 auto; padding: 20px 24px 28px; display: grid; grid-template-columns: repeat(2, 1fr); gap: 0; background: rgba(251,250,247,.98); border-bottom: 1px solid var(--line); opacity: 0; visibility: hidden; transform: translateY(-12px); transition: .25s ease; }
  .main-nav.is-open { opacity: 1; visibility: visible; transform: none; }
  .main-nav a { padding: 14px 8px; border-bottom: 1px solid var(--line); }
  .main-nav .nav-cta { grid-column: 1 / -1; margin-top: 16px; text-align: center; }
  .hero-inner { min-height: auto; grid-template-columns: 1fr 1fr; gap: 34px; padding: 52px 0 70px; }
  .hero-actions { flex-direction: column; align-items: stretch; }
  .hero-seal { left: -22px; bottom: 28px; width: 84px; height: 84px; }
  .instructor-layout { gap: 40px; }
  .instructor-photo { min-height: 450px; }
  .lesson-grid { grid-template-columns: repeat(4, 1fr); }
  .audience-grid { grid-template-columns: repeat(3, 1fr); row-gap: 34px; }
  .direction-grid { grid-template-columns: repeat(2, 1fr); }
  .direction-grid article:nth-child(2) { border-right: 0; }
  .direction-grid article:nth-child(-n+2) { border-bottom: 1px solid rgba(211,165,69,.28); }
  .works-video-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .guide-grid { grid-template-columns: 1fr 1fr; }
  .guide-grid > article:first-child { grid-column: 1 / -1; }
  .footer-inner { grid-template-columns: 1fr 1fr; padding: 32px 0; }
  .site-footer nav { grid-row: 2; grid-column: 1 / -1; }
}

@media (max-width: 680px) {
  html { scroll-padding-top: 72px; }
  body { padding-bottom: 68px; }
  .mobile-only { display: block; }
  .brand img { width: 40px; height: 40px; }
  .brand strong { font-size: 22px; }
  .brand small { display: none; }
  .hero-inner, .section-inner, .footer-inner, .footer-bottom, .final-cta-inner { width: min(100% - 32px, 1120px); }
  .hero-inner { grid-template-columns: 1fr; padding: 42px 0 56px; }
  .hero-copy { display: contents; }
  .hero .eyebrow { order: 1; }
  .hero h1 { order: 2; font-size: clamp(34px, 10vw, 46px); line-height: 1.42; }
  .hero-lead { order: 3; margin-top: 20px; font-size: 14px; line-height: 1.9; }
  .hero-actions { order: 5; margin-top: 12px; }
  .hero-visual { order: 4; margin: 6px 0 14px; }
  .hero-photo { aspect-ratio: 5 / 4; border-radius: 20px; }
  .hero-photo img { object-position: center 47%; }
  .hero-seal { left: auto; right: -8px; bottom: -12px; }
  .hero-facts { order: 6; margin-top: 20px; }
  .hero-facts div { padding-right: 8px; }
  .hero-facts dt { font-size: 16px; }
  .section { padding: 70px 0; }
  .section-heading h2 { font-size: 30px; }
  .concerns { padding: 46px 0 56px; }
  .concern-grid { grid-template-columns: 1fr; gap: 14px; margin-top: 32px; }
  .concern-grid ul { gap: 14px; }
  .reason-grid { grid-template-columns: 1fr; }
  .reason-grid article { min-height: 0; padding: 28px; display: grid; grid-template-columns: 50px 1fr; column-gap: 18px; }
  .reason-icon { grid-row: 1 / 3; width: 48px; height: 48px; margin: 0; }
  .reason-grid article > div { align-self: center; }
  .reason-grid article > p { grid-column: 2; margin-top: 12px; }
  .instructor-layout { grid-template-columns: 1fr; gap: 34px; }
  .instructor-photo { min-height: 0; aspect-ratio: 4 / 3; border-radius: 16px; }
  .instructor-photo > span { left: 20px; bottom: 18px; }
  .instructor-copy { padding: 0; }
  .instructor-name { margin-top: 25px; }
  .instructor-copy h3 { margin-top: 15px; font-size: 27px; }
  .instructor-lead { margin-top: 18px; font-size: 12px; }
  .instructor-facts { margin-top: 28px; }
  .instructor-facts div { padding: 16px 8px 16px 0; }
  .instructor-facts dt { font-size: 14px; }
  .instructor-link { margin-top: 25px; }
  .lesson-grid { grid-template-columns: repeat(3, 1fr); }
  .lesson-grid article { min-height: 104px; padding: 15px 5px; }
  .lesson-grid i { font-size: 24px; }
  .lesson-grid h3 { font-size: 10px; }
  .inline-cta { align-items: stretch; flex-direction: column; padding: 22px; }
  .audience-grid { grid-template-columns: repeat(2, 1fr); gap: 28px 12px; }
  .audience-grid i { width: 104px; height: 104px; }
  .direction-copy { text-align: left; }
  .direction-copy h2 { font-size: 29px; }
  .direction-grid { grid-template-columns: 1fr; }
  .direction-grid article { min-height: 0; border-right: 0; border-bottom: 1px solid rgba(211,165,69,.28); }
  .direction-grid article:last-child { border-bottom: 0; }
  .direction-action { align-items: stretch; flex-direction: column; }
  .works-heading { align-items: flex-start; flex-direction: column; gap: 20px; }
  .works-heading > p { font-size: 12px; }
  .works-lock-panel { margin-top: 30px; }
  .works-lock-card { grid-template-columns: 1fr; gap: 28px; padding: 28px 22px; border-radius: 18px; }
  .works-lock-form { padding: 26px 0 0; border-top: 1px solid var(--line); border-left: 0; }
  .works-lock-form > div { grid-template-columns: 1fr; }
  .works-lock-form button { width: 100%; }
  .works-video-grid { grid-template-columns: 1fr; gap: 10px; }
  .works-video-card { border-radius: 13px; }
  .price-grid { grid-template-columns: 1fr; }
  .price-card { padding: 28px; }
  .group-examples { align-items: stretch; flex-direction: column; padding: 24px; }
  .group-examples dl { justify-content: space-between; gap: 8px; }
  .group-examples dl div { display: grid; text-align: center; }
  .guide-grid { grid-template-columns: 1fr; }
  .guide-grid > article:first-child { grid-column: auto; }
  .guide-grid > article { padding: 28px; }
  .flow-list { grid-template-columns: repeat(2, 1fr); gap: 24px 10px; }
  .flow-list li:nth-child(2)::after { display: none; }
  .faq-list { grid-template-columns: 1fr; gap: 0; }
  .faq-list summary { min-height: 70px; }
  .final-cta { min-height: 520px; }
  .final-cta-inner { padding: 70px 0; }
  .final-cta-inner > div { align-items: stretch; flex-direction: column; }
  .footer-inner { grid-template-columns: 1fr; gap: 26px; }
  .site-footer nav { grid-row: auto; grid-column: auto; display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px; }
  .footer-inner > p { justify-self: start; }
  .floating-cta {
    position: fixed;
    z-index: 90;
    right: 12px;
    bottom: 10px;
    left: 12px;
    min-height: 52px;
    padding: 0 22px;
    border-radius: 999px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #fff;
    background: linear-gradient(135deg, #dba83a, #b87305);
    box-shadow: 0 16px 34px rgba(102,64,4,.3);
    font-size: 13px;
    font-weight: 800;
  }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; transition-duration: .01ms !important; }
  [data-reveal] { opacity: 1; transform: none; }
}
