/*
 * BEAULANCE Figma parity layer.
 * Source of truth: ビュランスHP / P01, P02 and P03 desktop + mobile frames.
 */

:root {
  --figma-green: #527e70;
  --figma-green-deep: #385f54;
  --figma-mint: #e4f1ed;
  --figma-mint-strong: #c6dfd7;
  --figma-gold: #c29c4b;
  --figma-gold-soft: #dfc98d;
  --figma-orange: #f3a13a;
  --figma-orange-dark: #e88d22;
  --figma-ink: #34443f;
  --figma-muted: #6f7d78;
  --figma-cream: #fbf7ee;
  --figma-line: #c9d6d1;
  --figma-footer: #3e3e3d;
  --figma-content: 1180px;
  --figma-serif: "Zen Old Mincho", "Shippori Mincho", "Yu Mincho", "Hiragino Mincho ProN", serif;
  --figma-sans: "Noto Sans", "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Yu Gothic", sans-serif;
  --figma-sans-jp: "Noto Sans JP", "Noto Sans", "Hiragino Kaku Gothic ProN", "Yu Gothic", sans-serif;
  --figma-symbol-sans: "Hiragino Kaku Gothic ProN", "Yu Gothic", "Noto Sans JP", sans-serif;
}

body {
  color: var(--figma-ink);
  background: #fff;
}

.figma-home,
.figma-auth-page,
.figma-site-footer,
.figma-site-header {
  font-family: var(--figma-sans);
  font-size: 14px;
  line-height: 1.4;
}

.figma-home {
  overflow: hidden;
  background: #fff;
}

.figma-home .container {
  width: min(calc(100% - 40px), var(--figma-content));
}

.figma-home h1,
.figma-home h2,
.figma-home h3,
.figma-auth-page h1 {
  color: var(--figma-ink);
  font-family: var(--figma-serif);
  font-weight: 500;
}

.figma-home section {
  position: relative;
}

.figma-kicker {
  margin: 0 0 14px;
  color: var(--figma-gold);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .16em;
  line-height: 1.5;
}

.figma-section-title h2 {
  margin: 0;
  font-size: clamp(30px, 3vw, 43px);
  letter-spacing: .06em;
  line-height: 1.55;
}

.figma-section-title h2 span,
.figma-home h1 span {
  color: var(--figma-gold);
}

.figma-section-title--center {
  margin: 0 auto 48px;
  text-align: center;
}

.figma-section-title--center > p:last-child {
  margin: 14px auto 0;
  color: var(--figma-muted);
  font-size: 13px;
}

.figma-section-title--row {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 32px;
  margin-bottom: 38px;
}

.figma-section-title--light .figma-kicker,
.figma-section-title--light h2,
.figma-section-title--light > div > p:not(.figma-kicker) {
  color: #fff;
}

.figma-button {
  min-height: 54px;
  border-radius: 8px;
  padding: 14px 28px;
  box-shadow: none;
  font-size: 13px;
  letter-spacing: .08em;
}

.figma-button.button-primary,
.figma-auth-submit,
.figma-header-actions .button-primary {
  background: linear-gradient(100deg, #ffad33 0%, #ff8a1c 100%);
  box-shadow: none;
}

.figma-button.button-primary:hover,
.figma-auth-submit:hover,
.figma-header-actions .button-primary:hover {
  background: var(--figma-orange-dark);
}

.figma-text-link {
  display: inline-flex;
  align-items: center;
  gap: 22px;
  padding-bottom: 5px;
  border-bottom: 1px solid var(--figma-gold);
  color: var(--figma-green-deep);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .05em;
}

/* Header */
.figma-site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  height: 112px;
  border: 0;
  border-bottom: 1px solid #ecece8;
  background: rgba(255, 255, 255, .98);
  backdrop-filter: none;
}

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

.figma-site-header .header-inner {
  width: min(calc(100% - 48px), 1392px);
  max-width: none;
  height: 100%;
  gap: 22px;
}

.figma-header-logo {
  width: 166px;
  min-width: 166px;
}

.figma-header-logo img {
  width: 166px;
  height: auto;
}

.figma-header-nav {
  gap: clamp(12px, 1.25vw, 24px);
  margin-left: auto;
  white-space: nowrap;
}

.figma-header-nav a {
  color: #3f4b47;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: .05em;
  line-height: 1.4;
}

.figma-header-nav a:hover {
  color: var(--figma-gold);
}

.figma-header-actions {
  flex: 0 0 auto;
  gap: 8px;
}

.figma-header-actions .button {
  min-width: 108px;
  min-height: 48px;
  border-radius: 7px;
  padding: 10px 13px;
  font-family: var(--figma-sans);
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.5;
}

.figma-header-actions .button:hover {
  transform: none;
}

.figma-header-actions .button-ghost {
  border: 1px solid #59a58f;
  color: #3d806e;
  background: #fff;
}

.figma-mobile-menu {
  inset: 112px 0 auto;
  z-index: 110;
  border-top: 1px solid #e7ece9;
  background: #fff;
}

/* Hero */
.figma-hero {
  min-height: 526px;
  background: #fbfcfa;
  isolation: isolate;
}

.figma-hero__wash {
  position: absolute;
  inset: 0;
  z-index: -2;
  background:
    linear-gradient(90deg, rgba(255,255,255,.74) 0%, rgba(255,255,255,.48) 47%, rgba(255,255,255,.12) 100%),
    url(../images/figma/a43f42c2d6298256.png) center / cover no-repeat;
  opacity: .72;
}

.figma-hero::after {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  z-index: -1;
  width: 58%;
  background: radial-gradient(circle at 30% 48%, rgba(255,255,255,.95), rgba(255,255,255,.3) 70%, transparent);
  pointer-events: none;
}

.figma-hero__inner {
  min-height: 526px;
  display: grid;
  grid-template-columns: minmax(0, .92fr) minmax(530px, 1.08fr);
  grid-template-rows: 1fr auto;
  grid-template-areas:
    "copy photos"
    "cta photos";
  align-items: end;
  gap: 0 34px;
  padding-block: 40px 38px;
}

.figma-hero__copy {
  grid-area: copy;
  align-self: end;
  text-align: center;
}

.figma-hero__kicker {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 20px;
  padding: 7px 20px;
  border-radius: 999px;
  color: #fff;
  background: #77a493;
  font-size: 11px;
  letter-spacing: .04em;
}

.figma-hero__kicker span {
  font-size: 8px;
}

.figma-hero__copy h1 {
  margin: 0 0 15px;
  font-size: clamp(34px, 3vw, 43px);
  letter-spacing: .075em;
  line-height: 1.52;
}

.figma-hero__copy h1 span {
  position: relative;
}

.figma-hero__copy h1 span::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -5px;
  left: 0;
  height: 4px;
  background: linear-gradient(175deg, transparent 36%, var(--figma-gold) 40%, var(--figma-gold) 55%, transparent 59%);
}

.figma-hero__lead {
  margin: 0;
  color: #576762;
  font-family: var(--figma-serif);
  font-size: 12px;
  letter-spacing: .035em;
  line-height: 1.9;
}

.figma-hero__stats {
  display: flex;
  justify-content: center;
  gap: 8px;
  margin-top: 18px;
}

.figma-hero__stats img {
  width: 86px;
  height: 86px;
  object-fit: contain;
}

.figma-hero__photos {
  grid-area: photos;
  align-self: stretch;
  min-height: 440px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 1fr 1fr;
  gap: 4px;
  padding: 0;
}

.figma-hero-photo {
  position: relative;
  overflow: hidden;
  margin: 0;
  background: #e7ece9;
}

.figma-hero-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.figma-hero-photo--one img { object-position: center 38%; }
.figma-hero-photo--two img { object-position: center 42%; }
.figma-hero-photo--three img { object-position: center 35%; }
.figma-hero-photo--four img { object-position: center 42%; }

.figma-hero-photo figcaption {
  position: absolute;
  right: 9px;
  bottom: 9px;
  padding: 4px 10px;
  border-radius: 3px;
  color: var(--figma-ink);
  background: rgba(255,255,255,.9);
  font-size: 9px;
  font-weight: 700;
}

.figma-hero__cta {
  grid-area: cta;
  align-self: start;
  text-align: center;
  padding-top: 19px;
}

.figma-hero__button {
  width: min(100%, 332px);
  min-height: 57px;
}

.figma-hero__note {
  margin: 7px 0 0;
  color: var(--figma-muted);
  font-size: 10px;
}

/* Problem cards */
.figma-pain {
  padding: 90px 0 100px;
  color: #fff;
  background:
    linear-gradient(rgba(45,41,37,.78), rgba(45,41,37,.83)),
    url(../images/figma/f673eda5d675a945.jpg) center / cover no-repeat;
}

.figma-pain::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 50% 20%, rgba(255,255,255,.09), transparent 52%);
}

.figma-pain__inner {
  position: relative;
}

.figma-pain .figma-section-title {
  margin-bottom: 44px;
  text-align: center;
}

.figma-pain .figma-section-title h2 {
  color: #fff;
}

.figma-pain__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 23px;
}

.figma-pain-card {
  position: relative;
  min-height: 420px;
  overflow: hidden;
  padding: 0 26px 27px;
  color: var(--figma-ink);
  background: rgba(255,255,255,.96);
  text-align: left;
}

.figma-pain-card__number {
  position: absolute;
  top: 13px;
  left: 16px;
  z-index: 2;
  color: #fff;
  font: italic 17px/1 Georgia, serif;
  text-shadow: 0 1px 7px rgba(0,0,0,.3);
}

.figma-pain-card img {
  width: calc(100% + 52px);
  max-width: none;
  height: 210px;
  margin: 0 -26px 24px;
  object-fit: cover;
}

.figma-pain-card h3 {
  margin: 0 0 13px;
  font-size: 20px;
  line-height: 1.65;
}

.figma-pain-card p {
  margin: 0;
  color: var(--figma-muted);
  font-size: 11px;
  line-height: 1.9;
}

/* Bridge */
.figma-bridge {
  padding: 94px 0;
  background:
    linear-gradient(rgba(255,255,255,.76), rgba(255,255,255,.76)),
    url(../images/figma/274ea0828656c029.png) center / 620px auto repeat;
  text-align: center;
}

.figma-bridge__inner {
  max-width: 890px;
  padding: 48px 60px;
  border: 1px solid rgba(194,156,75,.65);
  background: rgba(255,255,255,.42);
}

.figma-bridge__line {
  display: block;
  width: 88px;
  height: 1px;
  margin: 0 auto 24px;
  background: var(--figma-gold);
}

.figma-bridge__line:last-child {
  margin: 24px auto 0;
}

.figma-bridge p {
  margin: 0 0 22px;
  color: var(--figma-muted);
  font-family: var(--figma-serif);
  font-size: 14px;
  letter-spacing: .04em;
  line-height: 2;
}

.figma-bridge h2 {
  margin: 0;
  color: var(--figma-gold);
  font-size: clamp(25px, 2.7vw, 38px);
  letter-spacing: .08em;
}

/* Concept */
.figma-concept {
  padding: 112px 0;
  background:
    linear-gradient(90deg, rgba(250,250,245,.91), rgba(250,250,245,.78)),
    url(../images/figma/94d14a1c89be48c8.png) center / cover no-repeat;
}

.figma-concept__inner {
  display: grid;
  grid-template-columns: .94fr 1.06fr;
  align-items: center;
  gap: 76px;
}

.figma-concept__copy {
  grid-column: 2;
}

.figma-concept__diagram {
  grid-column: 1;
  grid-row: 1;
  margin: 0;
}

.figma-concept__diagram img {
  width: min(100%, 485px);
  margin-inline: auto;
}

.figma-section-title--leaf {
  margin-bottom: 28px;
}

.figma-section-title--leaf h2 {
  font-size: clamp(31px, 3vw, 43px);
}

.figma-concept__copy > p {
  margin: 0 0 18px;
  color: #586863;
  font-size: 13px;
  line-height: 2.05;
}

.figma-concept__copy .figma-text-link {
  margin-top: 11px;
}

/* How it works */
.figma-how {
  padding: 105px 0 112px;
  background: var(--figma-mint);
}

.figma-how__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 25px;
}

.figma-how-card {
  position: relative;
  overflow: hidden;
  background: #fff;
}

.figma-how-card__number {
  position: absolute;
  top: 14px;
  left: 17px;
  z-index: 2;
  color: #fff;
  font: italic 17px/1 Georgia, serif;
  text-shadow: 0 1px 8px rgba(0,0,0,.35);
}

.figma-how-card img {
  width: 100%;
  height: 210px;
  object-fit: cover;
}

.figma-how-card > div {
  min-height: 174px;
  padding: 25px 27px 28px;
  text-align: center;
}

.figma-how-card h3 {
  margin: 0 0 12px;
  font-size: 20px;
}

.figma-how-card p {
  margin: 0;
  color: var(--figma-muted);
  font-size: 11px;
  line-height: 1.9;
}

/* Features */
.figma-features {
  padding: 105px 0 115px;
  background: #fff9ef;
}

.figma-features__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px 24px;
}

.figma-feature {
  min-height: 122px;
  display: grid;
  grid-template-columns: 55px 44px 155px 1fr;
  align-items: center;
  gap: 10px;
  padding: 24px 27px;
  border: 1px solid #d6ddd9;
  border-radius: 80px;
  background: rgba(255,255,255,.88);
}

.figma-feature > span {
  width: 48px;
  height: 48px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: var(--figma-green);
  background: var(--figma-mint);
  font-size: 18px;
}

.figma-feature__number {
  margin: 0;
  color: var(--figma-gold);
  font: italic 16px Georgia, serif;
}

.figma-feature h3 {
  margin: 0;
  font-size: 17px;
  white-space: nowrap;
}

.figma-feature > p:last-child {
  margin: 0;
  color: var(--figma-muted);
  font-size: 10px;
  line-height: 1.8;
}

/* Pricing */
.figma-pricing {
  padding: 106px 0 112px;
  background: url(../images/figma/figma-marble-bg-original.jpg) center / cover no-repeat;
}

.figma-pricing__grid {
  max-width: 1050px;
  margin-inline: auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  align-items: stretch;
}

.figma-price-card {
  position: relative;
  min-height: 535px;
  display: flex;
  flex-direction: column;
  padding: 39px 31px 31px;
  border: 1px solid var(--figma-green);
  background: rgba(255,255,255,.82);
  text-align: center;
}

.figma-price-card--light {
  border: 2px solid var(--figma-orange);
  padding: 38px 30px 30px;
}

.figma-price-card__recommend {
  position: absolute;
  top: -14px;
  left: 50%;
  min-width: 110px;
  margin: 0;
  padding: 5px 14px;
  transform: translateX(-50%);
  border-radius: 999px;
  color: #fff;
  background: var(--figma-orange);
  font-size: 10px;
  font-weight: 700;
}

.figma-price-card__en {
  margin: 0;
  color: var(--figma-gold);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .2em;
}

.figma-price-card h3 {
  margin: 9px 0 18px;
  font-size: 24px;
}

.figma-price-card__price {
  margin: 0;
  color: var(--figma-ink);
  font: 500 47px/1.1 Georgia, serif;
}

.figma-price-card__price span {
  margin-right: 3px;
  font-size: 20px;
}

.figma-price-card__price small {
  margin-left: 5px;
  font: 12px var(--figma-sans);
}

.figma-price-card__description {
  min-height: 44px;
  margin: 17px 0 19px;
  padding-bottom: 19px;
  border-bottom: 1px solid #d9dfdc;
  color: var(--figma-muted);
  font-size: 11px;
}

.figma-price-card ul {
  flex: 1;
  margin: 0 0 24px;
  padding: 0;
  list-style: none;
  text-align: left;
}

.figma-price-card li {
  position: relative;
  padding: 7px 0 7px 24px;
  color: #56645f;
  font-size: 11px;
}

.figma-price-card li::before {
  content: "✓";
  position: absolute;
  left: 0;
  color: var(--figma-gold);
  font-weight: 700;
}

.figma-price-card .figma-button {
  width: 100%;
  color: #fff;
  border: 0;
  background: var(--figma-orange);
}

.figma-price-card .button-dark {
  background: var(--figma-green-deep);
}

.figma-pricing__notice {
  margin: 25px 0 0;
  color: var(--figma-muted);
  font-size: 11px;
  text-align: center;
}

/* Content rails */
.figma-contents {
  padding: 110px 0 120px;
  background:
    linear-gradient(rgba(255,255,255,.88), rgba(255,255,255,.88)),
    url(../images/figma/94d14a1c89be48c8.png) center top / cover no-repeat;
}

.figma-content-panel {
  margin-top: 32px;
  padding: 33px 31px 38px;
}

.figma-content-panel--free {
  background: linear-gradient(180deg, #eef9f6 0%, #eff7f6 100%);
}

.figma-content-panel--paid {
  background: linear-gradient(180deg, #fff8ef 0%, #fffbf4 100%);
}

.figma-content-panel__head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 25px;
}

.figma-content-panel__head span {
  color: var(--figma-gold);
  font-size: 9px;
  font-weight: 700;
  letter-spacing: .18em;
}

.figma-content-panel__head h3 {
  margin: 4px 0 0;
  font-size: 22px;
}

.figma-content-panel__head > p {
  margin: 0;
  color: var(--figma-muted);
  font-size: 10px;
}

.figma-content-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}

.figma-content-card {
  min-width: 0;
  display: flex;
  flex-direction: column;
  color: var(--figma-ink);
  background: #fff;
}

.figma-content-card__image {
  position: relative;
  display: block;
  aspect-ratio: 1.55;
  overflow: hidden;
}

.figma-content-card__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .35s ease;
}

.figma-content-card:hover .figma-content-card__image img {
  transform: scale(1.03);
}

.figma-content-card__image b {
  position: absolute;
  right: 8px;
  bottom: 8px;
  padding: 4px 9px;
  color: #fff;
  background: var(--figma-green);
  font-size: 9px;
}

.figma-content-panel--paid .figma-content-card__image b {
  background: var(--figma-gold);
}

.figma-content-card__category {
  margin: 16px 16px 4px;
  color: var(--figma-gold);
  font-size: 8px;
  font-weight: 700;
  letter-spacing: .14em;
}

.figma-content-card strong {
  min-height: 51px;
  margin: 0 16px 8px;
  font-family: var(--figma-serif);
  font-size: 13px;
  line-height: 1.65;
}

.figma-content-card small {
  margin: auto 16px 15px;
  color: var(--figma-muted);
  font-size: 9px;
}

/* Instructors */
.figma-instructors {
  padding: 108px 0 116px;
  background: url(../images/figma/figma-marble-bg-original.jpg) center / cover no-repeat;
}

.figma-instructors .figma-section-title--light .figma-kicker {
  color: var(--figma-gold);
}

.figma-instructors .figma-section-title--light h2,
.figma-instructors .figma-section-title--light > div > p:not(.figma-kicker) {
  color: var(--figma-ink);
}

.figma-instructors .figma-section-title--light > div > p:not(.figma-kicker) {
  margin: 11px 0 0;
  font-size: 12px;
}

.figma-instructors .figma-text-link--light {
  color: var(--figma-green-deep);
}

.figma-instructors__rail {
  width: min(calc(100% - 40px), var(--figma-content));
  margin-inline: auto;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 15px;
}

.figma-instructor-card {
  position: relative;
  overflow: hidden;
  aspect-ratio: .75;
  background: #dce5e1;
}

.figma-instructor-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(.86);
  transition: transform .35s ease;
}

.figma-instructor-card:hover img {
  transform: scale(1.025);
}

.figma-instructor-card::after {
  content: "";
  position: absolute;
  inset: 45% 0 0;
  background: linear-gradient(transparent, rgba(26,38,34,.78));
}

.figma-instructor-card > span {
  position: absolute;
  right: 16px;
  bottom: 14px;
  left: 16px;
  z-index: 2;
  color: #fff;
}

.figma-instructor-card strong,
.figma-instructor-card small {
  display: block;
}

.figma-instructor-card strong {
  font: 500 18px Georgia, serif;
  letter-spacing: .08em;
}

.figma-instructor-card small {
  margin-top: 2px;
  font-size: 9px;
}

/* Three steps */
.figma-flow {
  padding: 106px 0 112px;
  background: var(--figma-mint);
}

.figma-flow__list {
  max-width: 970px;
  display: grid;
  gap: 16px;
  margin: 0 auto;
  padding: 0;
  list-style: none;
}

.figma-flow__list li {
  min-height: 130px;
  display: grid;
  grid-template-columns: 75px 82px 1fr;
  align-items: center;
  gap: 24px;
  padding: 21px 34px;
  border: 1px solid var(--figma-green);
  background: rgba(255,255,255,.78);
}

.figma-flow__number {
  color: var(--figma-gold);
  font: italic 22px Georgia, serif;
}

.figma-flow__icon {
  width: 68px;
  height: 68px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: var(--figma-green);
  background: #fff;
  font-size: 23px;
}

.figma-flow__list h3 {
  margin: 0 0 5px;
  font-size: 21px;
}

.figma-flow__list p {
  margin: 0;
  color: var(--figma-muted);
  font-size: 11px;
}

.figma-flow__cta {
  margin-top: 35px;
  text-align: center;
}

.figma-flow__cta .figma-button {
  min-width: 330px;
}

.figma-flow__cta p {
  margin: 8px 0 0;
  color: var(--figma-muted);
  font-size: 10px;
}

/* Voices */
.figma-testimonials {
  padding: 108px 0 116px;
  background: #fff9ef;
}

.figma-testimonials__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 23px;
}

.figma-voice-card {
  overflow: hidden;
  background: rgba(255,255,255,.94);
}

.figma-voice-card > img {
  width: 100%;
  height: 222px;
  object-fit: contain;
  padding: 22px 38px 0;
  background: #fff;
}

.figma-voice-card > div {
  min-height: 240px;
  padding: 26px 29px 29px;
  border-top: 1px solid #eee8db;
}

.figma-voice-card span {
  color: var(--figma-orange);
  font-size: 9px;
  font-weight: 700;
  letter-spacing: .15em;
}

.figma-voice-card h3 {
  margin: 9px 0 13px;
  color: #7f5d2e;
  font-size: 17px;
  line-height: 1.75;
}

.figma-voice-card p {
  margin: 0 0 15px;
  color: var(--figma-muted);
  font-size: 11px;
  line-height: 1.9;
}

.figma-voice-card small {
  color: #89938f;
  font-size: 9px;
}

/* FAQ */
.figma-faq {
  padding: 108px 0 116px;
  background: url(../images/figma/figma-marble-bg-original.jpg) center / cover no-repeat;
}

.figma-faq__inner {
  max-width: 950px;
}

.figma-faq .figma-section-title {
  margin-bottom: 38px;
  text-align: center;
}

.figma-faq__list {
  display: grid;
  gap: 12px;
}

.figma-faq details {
  border: 1px solid var(--figma-green);
  background: rgba(255,255,255,.8);
}

.figma-faq summary {
  position: relative;
  display: flex;
  align-items: center;
  gap: 18px;
  padding: 20px 58px 20px 24px;
  color: var(--figma-ink);
  font-family: var(--figma-serif);
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
  list-style: none;
}

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

.figma-faq summary::after {
  content: "+";
  position: absolute;
  top: 50%;
  right: 23px;
  color: var(--figma-green);
  font: 300 24px/1 var(--figma-sans);
  transform: translateY(-50%);
}

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

.figma-faq summary span,
.figma-faq details > div > span {
  color: var(--figma-gold);
  font: 500 21px Georgia, serif;
}

.figma-faq details > div {
  display: flex;
  gap: 18px;
  padding: 0 24px 22px;
}

.figma-faq details > div p {
  margin: 1px 0 0;
  color: var(--figma-muted);
  font-size: 11px;
  line-height: 1.9;
}

.figma-faq__more {
  width: max-content;
  margin: 28px auto 0;
}

/* Final CTA */
.figma-final-cta {
  min-height: 530px;
  display: grid;
  place-items: center;
  overflow: hidden;
  padding: 68px 0;
  background: var(--figma-mint);
}

.figma-final-cta__image {
  position: absolute;
  inset: 50% auto auto 50%;
  width: min(1180px, calc(100% - 80px));
  height: 400px;
  object-fit: cover;
  transform: translate(-50%, -50%);
  border: 9px solid rgba(255,255,255,.82);
}

.figma-final-cta::after {
  content: "";
  position: absolute;
  inset: 50% auto auto 50%;
  width: min(1180px, calc(100% - 80px));
  height: 400px;
  transform: translate(-50%, -50%);
  background: linear-gradient(90deg, rgba(255,255,255,.95) 0%, rgba(255,255,255,.78) 44%, rgba(255,255,255,.08) 75%);
}

.figma-final-cta__inner {
  position: relative;
  z-index: 2;
  padding-left: 60px;
}

.figma-final-cta h2 {
  margin: 0 0 14px;
  font-size: clamp(31px, 3.4vw, 47px);
  letter-spacing: .06em;
  line-height: 1.5;
}

.figma-final-cta__inner > p:not(.figma-kicker) {
  margin: 0 0 23px;
  color: var(--figma-muted);
  font-size: 12px;
  line-height: 1.9;
}

.figma-final-cta .figma-button {
  min-width: 350px;
}

.figma-final-cta small {
  display: block;
  margin: 7px 0 0 42px;
  color: var(--figma-muted);
  font-size: 9px;
}

/* Auth screens */
.figma-auth-page {
  position: relative;
  min-height: 720px;
  display: block;
  overflow: hidden;
  padding: 82px 20px 92px;
  background:
    linear-gradient(rgba(255,255,255,.84), rgba(255,255,255,.84)),
    url(../images/figma/67ef3bb6b84b13ab.jpg) center / 420px auto repeat;
}

.figma-auth-texture {
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.figma-auth-texture::before,
.figma-auth-texture::after,
.figma-auth-texture span {
  content: "";
  position: absolute;
  border: 1px solid rgba(194,156,75,.13);
  border-radius: 50%;
}

.figma-auth-texture::before {
  width: 420px;
  height: 420px;
  top: -280px;
  left: -140px;
}

.figma-auth-texture::after {
  width: 520px;
  height: 520px;
  right: -250px;
  bottom: -340px;
}

.figma-auth-texture span:nth-child(1) {
  width: 240px;
  height: 240px;
  top: 110px;
  right: -150px;
}

.figma-auth-surface {
  position: relative;
  display: block;
  width: min(100%, 790px);
  margin-inline: auto;
  padding: 0;
  background: transparent;
}

.figma-auth-card {
  width: 100%;
  max-width: none;
  padding: 0 58px;
  text-align: center;
}

.figma-auth-eyebrow {
  display: block;
  margin-bottom: 10px;
  color: var(--figma-gold);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .2em;
}

.figma-auth-card > h1 {
  margin: 0 0 15px;
  font-size: 37px;
  letter-spacing: .08em;
}

.figma-auth-lead {
  margin: 0 0 38px;
  color: var(--figma-muted);
  font-size: 12px;
}

.figma-auth-form {
  gap: 24px;
  text-align: left;
}

.figma-auth-field {
  color: var(--figma-ink);
  font-size: 12px;
  font-weight: 600;
}

.figma-auth-form .figma-auth-field input:not([type="checkbox"]):not([type="radio"]) {
  height: 55px;
  margin-top: 8px;
  border: 1px solid #7d8582;
  border-radius: 0;
  padding: 13px 16px;
  background: rgba(255,255,255,.86);
  font-size: 13px;
}

.figma-auth-form input::placeholder {
  color: #adb3b0;
}

.figma-auth-check {
  justify-content: center;
  color: var(--figma-muted) !important;
  font-size: 11px !important;
  font-weight: 400 !important;
}

.figma-auth-check input {
  width: 15px;
  height: 15px;
  margin-top: 3px;
  accent-color: var(--figma-green);
}

.figma-auth-check a {
  color: var(--figma-green-deep);
  text-underline-offset: 2px;
}

.figma-auth-submit {
  width: min(100%, 340px);
  min-height: 56px;
  margin: 7px auto 0;
  border-radius: 7px;
  font-size: 13px;
  letter-spacing: .08em;
}

.figma-auth-forgot {
  margin-top: 22px;
  border-bottom-color: var(--figma-gold);
  color: var(--figma-green-deep);
  font-size: 11px;
}

.figma-auth-foot {
  margin-top: 27px;
  color: var(--figma-muted);
  font-size: 11px;
}

.figma-auth-foot a {
  color: var(--figma-green-deep);
}

.figma-auth-login {
  min-height: 650px;
}

.figma-auth-login .figma-auth-surface {
  max-width: 720px;
}

/* Footer */
.figma-site-footer {
  box-sizing: border-box;
  min-height: 815px;
  padding: 24px 0 0;
  color: #fffdfa;
  background: #3e3e3d;
  font-family: "Noto Sans", "Noto Sans JP", sans-serif;
}

.figma-footer-main {
  display: block;
  width: 100%;
  max-width: none;
  margin: 0;
  padding: 0;
}

.figma-footer-brand {
  width: 100%;
  height: 102px;
}

.figma-footer-logo {
  display: block;
  width: 224px;
  height: 102px;
  margin: 0 0 0 16px;
  filter: none;
}

.figma-footer-logo img {
  display: block;
  width: 224px;
  height: 102px;
  object-fit: contain;
}

.figma-footer-social {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  width: 100%;
  height: 49.013px;
  min-height: 49.013px;
  margin: 0;
}

.figma-footer-social a,
.figma-footer-social span {
  display: block;
  width: 49px;
  height: 49px;
  padding: 0;
  border: 0;
  border-radius: 0;
  color: #fffdfa;
}

.figma-footer-social img {
  display: block;
  width: 49px;
  height: 49px;
}

.figma-footer-login-sp,
.figma-footer-register-sp {
  display: none !important;
}

.figma-footer-nav {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 391px));
  justify-content: center;
  gap: 0;
  width: calc(100% - 32px);
  min-height: 414px;
  margin: 24px 16px 0;
  padding: 24px 40px;
  box-sizing: border-box;
}

.figma-footer-column {
  display: flex;
  flex-direction: column;
  gap: 8px;
  width: 100%;
  height: 366px;
  padding: 0 24px;
  box-sizing: border-box;
}

.figma-footer-column h2 {
  display: flex;
  align-items: center;
  flex: 0 0 56px;
  height: 56px;
  margin: 0;
  padding: 16px 0;
  border-bottom: 1px solid #ddd;
  color: transparent;
  background: linear-gradient(90deg, #a1833d 0%, #dfb247 100%);
  background-clip: text;
  box-sizing: border-box;
  font-family: "Noto Sans", "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: .04em;
  line-height: 1.4;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.figma-footer-column:first-child h2 {
  flex-basis: 54px;
  height: 54px;
  letter-spacing: .05em;
}

.figma-footer-column a {
  position: relative;
  display: flex;
  align-items: center;
  flex: 0 0 56px;
  height: 56px;
  min-height: 56px;
  padding: 16px 24px 16px 0;
  border-bottom: 1px solid #ddd;
  color: #fffdfa;
  box-sizing: border-box;
  font-family: "Noto Sans", "Noto Sans JP", sans-serif;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: .05em;
  line-height: 1.4;
}

.figma-footer-column:first-child a:nth-of-type(4),
.figma-footer-column:first-child a:nth-of-type(5),
.figma-footer-column:nth-child(2) a:last-of-type,
.figma-footer-login-pc {
  flex-basis: 52px;
  height: 52px;
  min-height: 52px;
}

.figma-footer-column a::after {
  position: absolute;
  top: 50%;
  right: 9px;
  width: 8px;
  height: 8px;
  border-right: 2px solid #fffdfa;
  border-bottom: 2px solid #fffdfa;
  content: "";
  transform: translateY(-50%) rotate(-45deg);
}

.figma-footer-meta {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: flex-start;
  gap: 24px;
  width: calc(100% - 32px);
  max-width: none;
  min-height: 145px;
  margin: 24px 16px 0;
  padding: 0;
  border: 0;
}

.figma-footer-legal {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 8px;
  width: 100%;
  height: 52px;
  min-height: 52px;
}

.figma-footer-legal a {
  display: flex;
  align-items: center;
  height: 52px;
  min-height: 52px;
  padding: 16px 24px;
  border-right: 1px solid #f9edcb;
  color: #f9edcb;
  box-sizing: border-box;
  font-family: "Noto Sans", "Noto Sans JP", sans-serif;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: .05em;
  line-height: 1.4;
}

.figma-footer-legal a:last-child {
  border-right: 0;
}

.figma-footer-bottom {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: none;
  height: 34px;
  min-height: 34px;
  margin: 24px 0 0;
  padding: 8px;
  border: 0;
  color: #f9edcb;
  box-sizing: border-box;
  font-family: "Noto Sans", "Noto Sans JP", sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.5;
  text-align: center;
}

.figma-footer-bottom small {
  font: inherit;
}

@media (min-width: 783px) and (max-width: 1326px) {
  .figma-footer-nav {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 1240px) {
  .figma-site-header .header-inner {
    gap: 14px;
  }

  .figma-header-logo,
  .figma-header-logo img {
    width: 145px;
    min-width: 145px;
  }

  .figma-header-nav {
    gap: 12px;
  }

  .figma-header-nav a {
    font-size: 10px;
  }

  .figma-header-actions .button {
    min-width: 94px;
    padding-inline: 9px;
  }
}

@media (max-width: 1000px) {
  .figma-site-header {
    height: 88px;
  }

  .figma-header-logo,
  .figma-header-logo img {
    width: 126px;
    min-width: 126px;
  }

  .figma-header-actions {
    margin-left: auto;
  }

  .figma-mobile-menu {
    inset: 88px 0 auto;
  }

  .figma-home .container {
    width: min(calc(100% - 32px), var(--figma-content));
  }

  .figma-hero__inner {
    grid-template-columns: minmax(0, .86fr) minmax(460px, 1.14fr);
    gap: 0 24px;
  }

  .figma-hero__copy h1 {
    font-size: 34px;
  }

  .figma-hero__stats img {
    width: 80px;
    height: 80px;
  }

  .figma-feature {
    grid-template-columns: 50px 34px 130px 1fr;
    padding-inline: 22px;
  }

  .figma-feature h3 {
    font-size: 15px;
  }

}

@media (max-width: 782px) {
  .figma-site-header {
    height: 89px;
    border: 1px solid #eee;
    background: #fff;
    box-shadow: 0 3px 9px rgba(45, 42, 38, .14);
  }

  .admin-bar .figma-site-header {
    top: auto;
  }

  .figma-site-header .header-inner {
    width: 100%;
    max-width: none;
    justify-content: space-between;
    gap: 12px;
    padding: 4px 20px;
  }

  .figma-header-logo {
    width: 123px;
    min-width: 123px;
  }

  .figma-header-logo img {
    width: 119px;
    min-width: 119px;
  }

  .figma-header-actions {
    margin-left: 0;
    gap: 12px;
  }

  .figma-header-actions .header-logout-link {
    display: none;
  }

  .figma-site-header.header-state-member .figma-header-actions .header-logout-link,
  .figma-site-header.header-state-instructor .figma-header-actions .header-logout-link {
    display: inline-flex;
    height: 44px;
    padding-inline: 8px;
    white-space: nowrap;
  }

  .figma-site-header.header-state-guest .figma-header-actions .header-login-link {
    height: 44px;
    display: inline-flex;
    padding-inline: 8px;
    white-space: nowrap;
  }

  .figma-header-actions .button {
    width: 78px;
    min-width: 78px;
    min-height: 44px;
    padding: 15px 9px 14px;
    border-radius: 8px;
    font-family: var(--figma-sans);
    font-size: 10px;
    font-weight: 500;
    line-height: 1.5;
    letter-spacing: 0;
    white-space: normal;
    text-align: center;
  }

  .figma-header-actions .menu-toggle {
    width: 33px;
    height: 51px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 10px;
    padding: 0;
  }

  .figma-header-actions .menu-toggle span:not(.screen-reader-text) {
    width: 33px;
    height: 1px;
    margin: 0;
    background: #59a58f;
  }

  .figma-mobile-menu {
    inset: 89px 0 auto;
    max-height: calc(100vh - 89px);
    overflow-y: auto;
    padding: 20px 22px 30px;
  }

  .figma-mobile-menu a {
    padding: 12px 0;
    color: var(--figma-ink);
    font-family: var(--figma-sans);
    font-size: 14px;
    font-weight: 400;
    letter-spacing: .05em;
    line-height: 1.4;
  }

  .figma-home .container {
    width: calc(100% - 28px);
  }

  .figma-section-title h2 {
    font-size: 28px;
    line-height: 1.58;
  }

  .figma-section-title--center {
    margin-bottom: 34px;
  }

  .figma-section-title--row {
    display: block;
    margin-bottom: 28px;
  }

  .figma-section-title--row .figma-text-link {
    margin-top: 19px;
  }

  .figma-kicker {
    font-size: 9px;
  }

  .figma-hero {
    min-height: auto;
  }

  .figma-hero__wash {
    background:
      linear-gradient(rgba(255,255,255,.5), rgba(255,255,255,.62)),
      url(../images/figma/ea96391cb0b6c1db.png) center top / cover no-repeat;
    opacity: .75;
  }

  .figma-hero::after {
    width: 100%;
    height: 55%;
    background: linear-gradient(#fff, rgba(255,255,255,.26));
  }

  .figma-hero__inner {
    min-height: 0;
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: auto;
    grid-template-areas:
      "copy"
      "photos"
      "cta";
    gap: 22px;
    padding: 36px 0 42px;
  }

  .figma-hero__copy {
    align-self: auto;
  }

  .figma-hero__kicker {
    margin-bottom: 18px;
    padding: 6px 14px;
    font-size: 9px;
  }

  .figma-hero__copy h1 {
    margin-bottom: 14px;
    font-size: clamp(28px, 8.2vw, 34px);
    letter-spacing: .055em;
    line-height: 1.55;
  }

  .figma-hero__lead {
    font-size: 11px;
  }

  .figma-hero__stats {
    gap: 4px;
    margin-top: 18px;
  }

  .figma-hero__stats img {
    width: min(28vw, 103px);
    height: min(28vw, 103px);
  }

  .figma-hero__photos {
    min-height: 0;
    width: 100%;
    aspect-ratio: .96;
    gap: 3px;
  }

  .figma-hero-photo figcaption {
    right: 6px;
    bottom: 6px;
    padding: 3px 7px;
    font-size: 7px;
  }

  .figma-hero__cta {
    padding-top: 0;
  }

  .figma-hero__button {
    width: 100%;
    max-width: 340px;
  }

  .figma-pain {
    padding: 72px 0 78px;
    background:
      linear-gradient(rgba(45,41,37,.82), rgba(45,41,37,.87)),
      url(../images/figma/f673eda5d675a945.jpg) center top / auto 360px repeat-y;
  }

  .figma-pain .figma-section-title {
    margin-bottom: 32px;
  }

  .figma-pain__grid {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .figma-pain-card {
    min-height: 0;
    padding: 0 22px 24px;
  }

  .figma-pain-card img {
    width: calc(100% + 44px);
    height: 205px;
    margin: 0 -22px 22px;
  }

  .figma-pain-card h3 {
    font-size: 19px;
  }

  .figma-bridge {
    padding: 60px 0;
  }

  .figma-bridge__inner {
    width: calc(100% - 40px);
    padding: 38px 18px;
  }

  .figma-bridge p {
    font-size: 12px;
  }

  .figma-bridge h2 {
    font-size: 24px;
    line-height: 1.7;
  }

  .figma-concept {
    padding: 76px 0 82px;
  }

  .figma-concept__inner {
    grid-template-columns: 1fr;
    gap: 34px;
  }

  .figma-concept__copy,
  .figma-concept__diagram {
    grid-column: 1;
    grid-row: auto;
  }

  .figma-concept__copy {
    order: 1;
  }

  .figma-concept__diagram {
    order: 2;
  }

  .figma-concept__copy > p {
    font-size: 12px;
  }

  .figma-concept__diagram img {
    max-width: 360px;
  }

  .figma-how,
  .figma-features,
  .figma-pricing,
  .figma-contents,
  .figma-instructors,
  .figma-flow,
  .figma-testimonials,
  .figma-faq {
    padding: 76px 0 82px;
  }

  .figma-how__grid {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .figma-how-card {
    display: grid;
    grid-template-columns: 42% 58%;
    min-height: 180px;
  }

  .figma-how-card img {
    width: 100%;
    height: 100%;
  }

  .figma-how-card > div {
    min-height: 0;
    display: grid;
    align-content: center;
    padding: 20px 18px;
    text-align: left;
  }

  .figma-how-card h3 {
    font-size: 17px;
  }

  .figma-features__grid {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .figma-feature {
    min-height: 112px;
    grid-template-columns: 46px 34px 1fr;
    grid-template-rows: auto auto;
    gap: 4px 10px;
    padding: 19px 23px;
    border-radius: 70px;
  }

  .figma-feature > span {
    grid-row: 1 / 3;
    width: 43px;
    height: 43px;
  }

  .figma-feature__number {
    grid-row: 1;
  }

  .figma-feature h3 {
    grid-row: 1;
    font-size: 15px;
  }

  .figma-feature > p:last-child {
    grid-column: 2 / 4;
    grid-row: 2;
  }

  .figma-pricing__grid {
    grid-template-columns: 1fr;
    gap: 26px;
  }

  .figma-price-card {
    min-height: 0;
    padding: 34px 27px 28px;
  }

  .figma-content-panel {
    margin-inline: -14px;
    padding: 28px 14px 31px;
  }

  .figma-content-panel__head {
    display: block;
  }

  .figma-content-panel__head > p {
    margin-top: 7px;
  }

  .figma-content-grid {
    display: flex;
    gap: 13px;
    overflow-x: auto;
    padding-bottom: 8px;
    scroll-snap-type: x mandatory;
  }

  .figma-content-card {
    flex: 0 0 73vw;
    max-width: 276px;
    scroll-snap-align: start;
  }

  .figma-instructors__rail {
    width: calc(100% - 28px);
    display: flex;
    gap: 12px;
    overflow-x: auto;
    padding-bottom: 8px;
    scroll-snap-type: x mandatory;
  }

  .figma-instructor-card {
    flex: 0 0 43vw;
    max-width: 180px;
    scroll-snap-align: start;
  }

  .figma-flow__list li {
    min-height: 0;
    grid-template-columns: 38px 58px 1fr;
    gap: 12px;
    padding: 19px 16px;
  }

  .figma-flow__number {
    font-size: 17px;
  }

  .figma-flow__icon {
    width: 54px;
    height: 54px;
  }

  .figma-flow__list h3 {
    font-size: 16px;
  }

  .figma-flow__cta .figma-button {
    width: 100%;
    min-width: 0;
  }

  .figma-testimonials__grid {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .figma-voice-card {
    display: grid;
    grid-template-columns: 38% 62%;
  }

  .figma-voice-card > img {
    width: 100%;
    height: 100%;
    padding: 18px 8px;
  }

  .figma-voice-card > div {
    min-height: 0;
    padding: 21px 18px;
    border-top: 0;
    border-left: 1px solid #eee8db;
  }

  .figma-voice-card h3 {
    font-size: 14px;
  }

  .figma-faq summary {
    padding: 18px 48px 18px 17px;
    font-size: 12px;
    line-height: 1.65;
  }

  .figma-faq summary span,
  .figma-faq details > div > span {
    font-size: 18px;
  }

  .figma-faq details > div {
    padding: 0 17px 19px;
  }

  .figma-final-cta {
    min-height: 650px;
    align-items: end;
    padding: 34px 0;
  }

  .figma-final-cta__image,
  .figma-final-cta::after {
    top: 30px;
    width: calc(100% - 28px);
    height: calc(100% - 60px);
    transform: translateX(-50%);
  }

  .figma-final-cta__image {
    object-position: 65% center;
    border-width: 7px;
  }

  .figma-final-cta::after {
    background: linear-gradient(0deg, rgba(255,255,255,.97) 0%, rgba(255,255,255,.91) 46%, rgba(255,255,255,.12) 78%);
  }

  .figma-final-cta__inner {
    padding: 0 26px 37px;
    text-align: center;
  }

  .figma-final-cta h2 {
    font-size: 29px;
  }

  .figma-final-cta .figma-button {
    width: 100%;
    min-width: 0;
  }

  .figma-final-cta small {
    margin-left: 0;
  }

  .figma-auth-page {
    min-height: 0;
    padding: 60px 14px 72px;
  }

  .figma-auth-card {
    padding: 0;
  }

  .figma-auth-card > h1 {
    font-size: 29px;
  }

  .figma-auth-lead {
    margin-bottom: 31px;
    font-size: 11px;
  }

  .figma-auth-form {
    gap: 20px;
  }

  .figma-auth-form .figma-auth-field input:not([type="checkbox"]):not([type="radio"]) {
    height: 52px;
  }

  .figma-auth-submit {
    width: 100%;
  }

  .figma-site-footer {
    min-height: 1104.013px;
    padding: 24px 0 0;
  }

  .figma-footer-main {
    display: block;
  }

  .figma-footer-brand {
    height: 91px;
  }

  .figma-footer-logo {
    width: 200px;
    height: 91px;
    margin: 0 auto;
  }

  .figma-footer-logo img {
    width: 200px;
    height: 91px;
  }

  .figma-footer-nav {
    grid-template-columns: 1fr;
    gap: 16px;
    width: calc(100% - 32px);
    height: 766px;
    min-height: 766px;
    margin: 16px 16px 0;
    padding: 16px;
  }

  .figma-footer-column {
    justify-self: center;
    width: 391px;
    height: auto;
    margin-left: 0;
    padding: 0 24px;
  }

  .figma-footer-column h2,
  .figma-footer-column:first-child h2 {
    flex-basis: 54px;
    height: 54px;
    padding: 16px 0;
    font-size: 16px;
  }

  .figma-footer-column a {
    flex-basis: 40px;
    height: 40px;
    min-height: 40px;
    padding: 8px 24px 8px 0;
    font-size: 14px;
  }

  .figma-footer-column:first-child a:nth-of-type(4) {
    flex-basis: 52px;
    height: 52px;
    min-height: 52px;
  }

  .figma-footer-column:nth-child(2) a:last-of-type,
  .figma-footer-login-sp {
    flex-basis: 40px;
    height: 40px;
    min-height: 40px;
  }

  .figma-footer-service-blog {
    display: none !important;
  }

  .figma-footer-login-pc {
    display: none !important;
  }

  .figma-footer-login-sp {
    display: flex !important;
  }

  .figma-footer-meta {
    align-items: center;
    gap: 16px;
    width: 100%;
    height: 117.013px;
    min-height: 117.013px;
    margin: 16px 0 0;
  }

  .figma-footer-legal {
    flex-wrap: nowrap;
    gap: 8px;
    height: 52px;
    min-height: 52px;
  }

  .figma-footer-legal a {
    height: 52px;
    min-height: 52px;
    padding: 16px 8px;
    font-size: 14px;
    white-space: nowrap;
  }

  .figma-footer-legal a:not(:last-child) {
    font-size: 12px;
  }

  .figma-footer-social {
    height: 49.013px;
    min-height: 49.013px;
  }

  .figma-footer-register-sp {
    display: none !important;
  }

  .figma-footer-bottom {
    height: 34px;
    min-height: 34px;
    margin-top: 16px;
    padding: 8px;
    font-size: 12px;
    line-height: 1.5;
  }
}

@media (max-width: 430px) {
  .figma-how-card {
    grid-template-columns: 40% 60%;
  }

  .figma-voice-card {
    grid-template-columns: 35% 65%;
  }
}

@media (prefers-reduced-motion: reduce) {
  .figma-content-card__image img,
  .figma-instructor-card img {
    transition: none;
  }
}

/* Figma secondary pages: shared heading and texture */
.figma-subpage {
  min-height: 660px;
  padding: 0 0 105px;
  background:
    linear-gradient(rgba(255,255,255,.84), rgba(255,255,255,.84)),
    url(../images/figma/67ef3bb6b84b13ab.jpg) center / 420px auto repeat;
  color: var(--figma-ink);
  font-family: var(--figma-sans);
}

.figma-subpage__container {
  width: min(calc(100% - 40px), 1000px);
  margin-inline: auto;
}

.figma-subpage__heading-wrap {
  padding-top: 24px;
}

.figma-subpage__breadcrumb {
  display: flex;
  align-items: center;
  gap: 11px;
  color: #7f8985;
  font-size: 9px;
}

.figma-subpage__breadcrumb a:hover {
  color: var(--figma-gold);
}

.figma-subpage__heading {
  padding: 47px 0 52px;
  text-align: center;
}

.figma-subpage__english {
  display: block;
  margin-bottom: 9px;
  color: var(--figma-gold);
  font: 500 11px/1.4 Georgia, serif;
  letter-spacing: .13em;
  text-transform: none;
}

.figma-subpage__heading h1 {
  margin: 0;
  color: var(--figma-green-deep);
  font: 500 28px/1.55 var(--figma-serif);
  letter-spacing: .08em;
}

.figma-subpage__ornament {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  margin: 13px auto 0;
  color: var(--figma-gold);
}

.figma-subpage__ornament i {
  width: 30px;
  height: 1px;
  background: var(--figma-gold);
}

.figma-subpage__ornament b {
  font-size: 5px;
  line-height: 1;
}

.figma-subpage__heading > p {
  margin: 15px 0 0;
  color: var(--figma-muted);
  font-size: 11px;
}

.figma-subpage__pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  margin-top: 43px;
}

.figma-subpage__pagination a,
.figma-subpage__pagination span {
  width: 31px;
  height: 31px;
  display: grid;
  place-items: center;
  border: 1px solid #aab6b1;
  border-radius: 2px;
  color: #64736e;
  background: rgba(255,255,255,.86);
  font-size: 10px;
}

.figma-subpage__pagination .current {
  color: #fff;
  border-color: var(--figma-green);
  background: var(--figma-green);
}

/* Figma content listing */
.figma-listing__toolbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  margin-bottom: 27px;
}

.figma-listing__filters {
  display: flex;
  gap: 8px;
}

.figma-listing__filters a,
.figma-listing__filters button {
  height: 35px;
  min-width: 72px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #9aaba5;
  border-radius: 5px;
  padding: 0 14px;
  color: #687772;
  background: rgba(255,255,255,.84);
  font-size: 10px;
  cursor: pointer;
}

.figma-listing__filters a.is-active {
  color: var(--figma-green-deep);
  border-color: var(--figma-green);
  background: #eef6f3;
  font-weight: 700;
}

.figma-listing__filters button span {
  margin-left: 8px;
  font-size: 7px;
}

.figma-listing__search {
  width: 300px;
  height: 35px;
  display: flex;
  align-items: center;
  border: 1px solid #71817b;
  border-radius: 6px;
  background: rgba(255,255,255,.9);
}

.figma-listing__search > span {
  margin: 0 7px 0 12px;
  color: #74827d;
  font-size: 17px;
  transform: rotate(-18deg);
}

.figma-listing__search input {
  min-width: 0;
  flex: 1;
  height: 100%;
  border: 0;
  outline: 0;
  padding: 0 11px 0 0;
  color: var(--figma-ink);
  background: transparent;
  font-size: 10px;
}

.figma-listing__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px 24px;
}

.figma-listing__card {
  overflow: hidden;
  border: 1px solid #edf0ee;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 4px 14px rgba(44,69,60,.045);
}

.figma-listing__card > a {
  height: 100%;
  display: flex;
  flex-direction: column;
}

.figma-listing__media {
  position: relative;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  background: #e7ece9;
}

.figma-listing__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .28s ease;
}

.figma-listing__card:hover .figma-listing__media img {
  transform: scale(1.025);
}

.figma-listing__duration {
  position: absolute;
  right: 7px;
  bottom: 7px;
  padding: 2px 5px;
  border-radius: 2px;
  color: #fff;
  background: rgba(24,31,29,.86);
  font: 700 8px/1.35 var(--figma-sans);
}

.figma-listing__lock {
  position: absolute;
  inset: 50% auto auto 50%;
  z-index: 2;
  padding: 5px 8px;
  transform: translate(-50%, -50%);
  border-radius: 4px;
  color: #fff;
  background: rgba(48,70,63,.84);
  font-size: 8px;
  letter-spacing: .1em;
}

.figma-listing--free .figma-listing__lock {
  display: none;
}

.figma-listing__body {
  min-height: 153px;
  display: flex;
  flex: 1;
  flex-direction: column;
  padding: 14px 16px 16px;
}

.figma-listing__category {
  width: max-content;
  max-width: 100%;
  margin-bottom: 8px;
  padding: 3px 8px;
  border-radius: 999px;
  color: var(--figma-green-deep);
  background: var(--figma-mint);
  font-size: 8px;
  line-height: 1.4;
}

.figma-listing__body h2 {
  min-height: 46px;
  margin: 0 0 13px;
  color: var(--figma-ink);
  font: 600 13px/1.7 var(--figma-serif);
}

.figma-listing__teacher {
  display: flex;
  align-items: center;
  gap: 9px;
  margin-top: auto;
}

.figma-listing__avatar {
  width: 33px;
  height: 33px;
  flex: 0 0 33px;
  border-radius: 50%;
  object-fit: cover;
}

.figma-listing__teacher p {
  min-width: 0;
  margin: 0;
  line-height: 1.45;
}

.figma-listing__teacher span,
.figma-listing__teacher strong {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.figma-listing__teacher span {
  color: #8a9591;
  font-size: 7px;
}

.figma-listing__teacher strong {
  color: #5a6964;
  font-size: 9px;
  font-weight: 600;
}

/* Figma pricing page */
.figma-pricing-page__grid {
  max-width: 900px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
  margin: 5px auto 0;
}

.figma-pricing-page__card {
  min-height: 390px;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 31px 23px 22px;
  border: 1px solid var(--figma-green);
  border-radius: 18px;
  background: rgba(255,255,255,.92);
  text-align: center;
}

.figma-pricing-page__recommend {
  min-width: 100px;
  margin-bottom: 12px;
  padding: 3px 13px;
  border: 1px solid var(--figma-gold);
  border-radius: 999px;
  color: #9b7c3b;
  background: #fff;
  font-size: 8px;
  line-height: 1.6;
}

.figma-pricing-page__recommend--popular {
  color: #fff;
  background: var(--figma-gold);
}

.figma-pricing-page__card h2 {
  margin: 0 0 8px;
  color: var(--figma-green-deep);
  font: 500 21px/1.5 var(--figma-serif);
}

.figma-pricing-page__price {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  gap: 5px;
  margin: 0 0 17px;
  color: var(--figma-green-deep);
}

.figma-pricing-page__price strong {
  font: 500 39px/1 Georgia, serif;
}

.figma-pricing-page__price span {
  padding-bottom: 3px;
  font-size: 9px;
}

.figma-pricing-page__card ul {
  width: 100%;
  flex: 1;
  margin: 0 0 18px;
  padding: 14px 0 0;
  border-top: 1px solid #dce3df;
  list-style: none;
  text-align: left;
}

.figma-pricing-page__card li {
  position: relative;
  padding: 4px 0 4px 17px;
  color: #687772;
  font-size: 8px;
  line-height: 1.55;
}

.figma-pricing-page__card li::before {
  content: "✓";
  position: absolute;
  left: 1px;
  color: var(--figma-gold);
}

.figma-pricing-page__button {
  width: 100%;
  min-height: 42px;
  display: grid;
  grid-template-columns: 1fr 18px;
  align-items: center;
  border: 0;
  border-radius: 999px;
  padding: 7px 9px 7px 25px;
  color: #fff;
  background: var(--figma-orange);
  font-family: var(--figma-sans);
  font-size: 9px;
  cursor: pointer;
}

.figma-pricing-page__button b {
  color: rgba(255,255,255,.75);
  font-size: 5px;
}

.figma-pricing-page__after {
  margin-top: 31px;
  text-align: center;
}

.figma-pricing-page__after p {
  margin: 0 0 12px;
  color: #5f6f69;
  font-family: var(--figma-serif);
  font-size: 12px;
  line-height: 1.8;
}

.figma-pricing-page__after small {
  color: #8a9591;
  font-size: 8px;
}

@media (max-width: 782px) {
  .figma-subpage {
    padding-bottom: 76px;
  }

  .figma-subpage__container {
    width: calc(100% - 28px);
  }

  .figma-subpage__heading-wrap {
    padding-top: 16px;
  }

  .figma-subpage__heading {
    padding: 36px 0 39px;
  }

  .figma-subpage__heading h1 {
    font-size: 25px;
  }

  .figma-listing__toolbar {
    align-items: stretch;
    flex-direction: column;
    gap: 13px;
  }

  .figma-listing__filters {
    width: 100%;
  }

  .figma-listing__filters a,
  .figma-listing__filters button {
    min-width: 0;
    flex: 1;
    padding-inline: 8px;
  }

  .figma-listing__search {
    width: 100%;
  }

  .figma-listing__grid {
    grid-template-columns: 1fr 1fr;
    gap: 15px 11px;
  }

  .figma-listing__body {
    min-height: 150px;
    padding: 11px 11px 13px;
  }

  .figma-listing__body h2 {
    min-height: 0;
    font-size: 11px;
  }

  .figma-listing__teacher {
    gap: 6px;
  }

  .figma-listing__avatar {
    width: 28px;
    height: 28px;
    flex-basis: 28px;
  }

  .figma-listing__teacher span {
    font-size: 6px;
  }

  .figma-listing__teacher strong {
    font-size: 8px;
  }

  .figma-pricing-page__grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .figma-pricing-page__card {
    min-height: 0;
    padding: 29px 26px 25px;
  }
}

@media (max-width: 430px) {
  .figma-listing__grid {
    grid-template-columns: 1fr;
    gap: 17px;
  }

  .figma-listing__body {
    min-height: 0;
  }
}

/* Figma instructors list */
.figma-instructor-list__grid {
  max-width: 920px;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 19px 14px;
  margin: 0 auto;
}

.figma-instructor-list__card {
  overflow: hidden;
  border: 1px solid #e8edea;
  border-radius: 12px;
  background: rgba(255,255,255,.94);
  box-shadow: 0 4px 13px rgba(40,65,56,.04);
}

.figma-instructor-list__card > a {
  height: 100%;
  display: flex;
  flex-direction: column;
}

.figma-instructor-list__card > a > img {
  width: 100%;
  aspect-ratio: 1.56;
  object-fit: cover;
  filter: saturate(.88);
}

.figma-instructor-list__body {
  min-height: 115px;
  display: flex;
  flex: 1;
  flex-direction: column;
  align-items: center;
  padding: 12px 9px 15px;
  text-align: center;
}

.figma-instructor-list__body h2 {
  margin: 0 0 6px;
  color: var(--figma-green-deep);
  font: 500 15px/1.5 var(--figma-serif);
  letter-spacing: .05em;
}

.figma-instructor-list__body span {
  max-width: 100%;
  padding: 3px 8px;
  border-radius: 999px;
  color: var(--figma-green-deep);
  background: var(--figma-mint);
  font-size: 7px;
  line-height: 1.4;
}

.figma-instructor-list__body p {
  margin: 8px 0 0;
  color: #77837f;
  font-size: 8px;
  line-height: 1.55;
}

/* Figma blog list */
.figma-blog-list__grid {
  max-width: 920px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 34px 24px;
  margin: 0 auto;
}

.figma-blog-list__card {
  overflow: hidden;
  background: rgba(255,255,255,.8);
}

.figma-blog-list__card > a {
  height: 100%;
  display: flex;
  flex-direction: column;
}

.figma-blog-list__media {
  aspect-ratio: 1.56;
  overflow: hidden;
  background: #e7ece9;
}

.figma-blog-list__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .28s ease;
}

.figma-blog-list__card:hover .figma-blog-list__media img {
  transform: scale(1.025);
}

.figma-blog-list__body {
  min-height: 142px;
  padding: 15px 14px 17px;
}

.figma-blog-list__body time {
  display: block;
  margin-bottom: 7px;
  color: #8b9692;
  font: 8px Georgia, serif;
  letter-spacing: .08em;
}

.figma-blog-list__body h2 {
  min-height: 43px;
  margin: 0 0 8px;
  color: var(--figma-ink);
  font: 600 14px/1.62 var(--figma-serif);
}

.figma-blog-list__body p {
  margin: 0;
  display: -webkit-box;
  overflow: hidden;
  color: #7a8782;
  font-size: 9px;
  line-height: 1.7;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

/* Blog index fallback if WordPress is configured with page_for_posts. */
.figma-journal-index {
  min-height: 660px;
  background:
    linear-gradient(rgba(255,255,255,.84), rgba(255,255,255,.84)),
    url(../images/figma/67ef3bb6b84b13ab.jpg) center / 420px auto repeat;
}

.figma-journal-index .figma-journal-hero {
  padding: 68px 0 48px;
  border: 0;
  background: transparent;
}

.figma-journal-index .figma-journal-hero h1 {
  color: var(--figma-green-deep);
  font-size: 28px;
}

.figma-journal-index .figma-journal-section {
  padding-top: 0;
}

.figma-journal-index .figma-journal-grid {
  grid-template-columns: repeat(3, 1fr);
  gap: 34px 24px;
  max-width: 920px;
}

.figma-journal-index .figma-journal-card {
  border: 0;
  border-radius: 0;
  box-shadow: none;
}

.figma-journal-index .figma-journal-card__body {
  padding: 15px;
}

@media (max-width: 782px) {
  .figma-instructor-list__grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 15px 12px;
  }

  .figma-instructor-list__body {
    min-height: 108px;
  }

  .figma-blog-list__grid,
  .figma-journal-index .figma-journal-grid {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .figma-blog-list__card > a {
    display: grid;
    grid-template-columns: 42% 58%;
  }

  .figma-blog-list__media {
    height: 100%;
    aspect-ratio: auto;
  }

  .figma-blog-list__body {
    min-height: 126px;
    padding: 13px;
  }

  .figma-blog-list__body h2 {
    min-height: 0;
    font-size: 12px;
  }
}

/* P01 SP frame: lock the first-view proportions to the 390px Figma artboard. */
@media (max-width: 782px) {
  .figma-hero__inner {
    gap: 18px;
    padding-top: 20px;
    padding-bottom: 22px;
  }

  .figma-hero__kicker {
    width: min(100%, 350px);
    justify-content: center;
    margin-bottom: 18px;
    padding: 6px 13px;
    font-size: 8px;
  }

  .figma-hero__copy h1 {
    margin-bottom: 14px;
    font-size: 28px;
    line-height: 1.65;
  }

  .figma-hero__lead {
    font-size: 9px;
    line-height: 1.6;
  }

  .figma-hero__lead br {
    display: none;
  }

  .figma-hero__stats {
    gap: 7px;
    margin-top: 18px;
  }

  .figma-hero__stats img {
    width: 72px;
    height: 72px;
  }

  .figma-hero__photos {
    width: calc(100% + 28px);
    margin-inline: -14px;
    aspect-ratio: 1.61;
  }

  .figma-hero-photo figcaption {
    top: 6px;
    right: 6px;
    bottom: auto;
  }

  .figma-hero__cta {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .figma-hero__button {
    order: 2;
    width: 332px;
    max-width: 100%;
    min-height: 50px;
  }

  .figma-hero__note {
    order: 1;
    margin: 0 0 5px;
    color: var(--figma-green);
    font-size: 9px;
    line-height: 1.4;
  }
}

/* P01 parity pass: desktop geometry and exact Figma card language. */
.figma-pain__eyebrow {
  width: max-content;
  max-width: 100%;
  margin: 0 auto 18px;
  padding: 8px 32px;
  border: 1px solid rgba(223, 201, 141, .9);
  border-radius: 999px;
  color: #fff;
  font: 500 12px/1.5 var(--figma-serif);
  letter-spacing: .08em;
}

.figma-section-title--leaf {
  width: min(100%, 480px);
  min-height: 150px;
  display: grid;
  align-content: center;
  margin-inline: auto;
  padding: 28px 70px;
  background: url(../images/figma/94d14a1c89be48c8.png) center / contain no-repeat;
}

.figma-concept__copy span,
.figma-final-cta h2 span {
  color: var(--figma-gold);
}

.figma-how__message {
  width: min(100%, 568px);
  min-height: 145px;
  display: grid;
  place-items: center;
  margin: 42px auto 0;
  padding: 26px 92px;
  color: var(--figma-green-deep);
  background: url(../images/figma/4fb80ff5ea637a0c.png) center / 100% 100% no-repeat;
  font: 500 13px/1.8 var(--figma-serif);
  text-align: center;
}

.figma-price-card__audience,
.figma-price-card__recommend {
  width: min(100%, 138px);
  margin: 0 auto 8px;
  padding: 4px 14px;
  border: 1px solid var(--figma-green);
  border-radius: 999px;
  color: var(--figma-green-deep);
  background: #fff;
  font-size: 9px;
  font-weight: 700;
}

.figma-price-card__recommend {
  color: #fff;
  border-color: var(--figma-gold);
  background: linear-gradient(90deg, #a7822b, #e5c659);
}

.figma-pricing__guide,
.figma-content-panel__access,
.figma-instructors__note {
  color: var(--figma-gold);
  font-size: 9px;
  text-align: center;
}

.figma-pricing__guide {
  margin: 22px 0 0;
}

.figma-content-panel__head > a {
  color: var(--figma-green-deep);
  font-size: 9px;
  font-weight: 700;
}

.figma-content-panel__access {
  margin: 15px 0 0;
}

.figma-contents__button,
.figma-instructors__button {
  width: min(100%, 300px);
  display: flex;
  justify-content: center;
  margin: 26px auto 0;
  border-radius: 999px;
}

.figma-instructors__quote {
  display: block;
  margin: 8px 0 12px;
  color: var(--figma-green-deep);
  font: 500 15px/1.7 var(--figma-serif);
}

.figma-instructors__note {
  margin: 25px 0 0;
}

.figma-instructor-card em {
  display: block;
  margin-top: 8px;
  color: var(--figma-muted);
  font-size: 8px;
  font-style: normal;
  line-height: 1.5;
}

.figma-voice-card__head {
  display: grid;
  grid-template-columns: 92px 1fr;
  align-items: center;
  gap: 12px;
}

.figma-voice-card__head img {
  width: 92px;
  height: 92px;
  object-fit: contain;
}

.figma-voice-card__head small {
  display: inline-block;
  padding: 4px 9px;
  border-radius: 999px;
  color: var(--figma-green-deep);
  background: var(--figma-mint);
  font-size: 8px;
}

.figma-final-cta__eyebrow {
  width: max-content;
  max-width: 100%;
  margin: 0 0 12px;
  padding: 5px 20px;
  border: 1px solid var(--figma-gold);
  border-radius: 999px;
  color: var(--figma-green-deep);
  font-size: 9px;
  text-align: center;
}

/* The measured desktop header needs 1,390px including its 40px side paddings. */
@media (min-width: 1390px) {
  .figma-site-header {
    position: sticky;
    top: 0;
    height: 125px;
    border: 0;
    background: #fffdfa;
    box-shadow: 0 3px 9px rgba(45, 42, 38, .14);
  }

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

  .figma-site-header .header-inner {
    width: 100%;
    max-width: none;
    justify-content: space-between;
    gap: 0;
    padding: 16px 40px;
  }

  .figma-header-logo,
  .figma-header-logo img {
    width: 248px;
    min-width: 248px;
  }

  .figma-header-nav {
    width: 784px;
    justify-content: center;
    gap: 24px;
    margin-left: 0;
  }

  .figma-header-nav a {
    color: #2d2a26;
    font-family: "Noto Sans", "Noto Sans JP", var(--figma-sans);
    font-size: 14px;
    font-weight: 400;
    line-height: 1.4;
    letter-spacing: .05em;
  }

  .figma-header-actions {
    gap: 16px;
  }

  .figma-header-actions .button {
    width: 131px;
    min-width: 131px;
    min-height: 65px;
    padding: 15px 9px 14px;
    border-radius: 8px;
    font-family: "Noto Sans", "Noto Sans JP", var(--figma-sans);
    font-size: 14px;
    font-weight: 700;
    line-height: 1.5;
    letter-spacing: 0;
  }

  .figma-hero {
    min-height: 526px;
  }

  .figma-hero__wash {
    background: url(../images/figma/figma-home-bg.png) center / cover no-repeat;
    opacity: 1;
  }

  .figma-hero::after {
    display: none;
  }

  .figma-hero .figma-hero__inner {
    width: min(calc(100% - 40px), 1000px);
    height: 526px;
    min-height: 526px;
    box-sizing: border-box;
    grid-template-columns: minmax(0, 460px) 524px;
    grid-template-rows: 1fr auto;
    justify-content: center;
    gap: 0 14px;
    padding: 34px 0 48px;
  }

  .figma-hero__kicker {
    width: min(100%, 410px);
    justify-content: center;
    margin-bottom: 17px;
    padding: 7px 18px;
  }

  .figma-hero__copy h1 {
    margin-bottom: 11px;
    font-size: 37px;
    letter-spacing: .035em;
    line-height: 1.55;
  }

  .figma-hero__lead {
    font-size: 10px;
    line-height: 1.7;
  }

  .figma-hero__stats {
    gap: 7px;
    margin-top: 14px;
  }

  .figma-hero__stats img {
    width: 79px;
    height: 79px;
  }

  .figma-hero__photos {
    width: 524px;
    height: 414px;
    min-height: 0;
    align-self: center;
  }

  .figma-hero-photo figcaption {
    top: 0;
    right: 0;
    bottom: auto;
    border-radius: 0;
    padding: 4px 9px;
  }

  .figma-hero__cta {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 4px;
  }

  .figma-hero__note {
    order: 1;
    margin: 0 0 6px;
    color: var(--figma-green);
  }

  .figma-hero__button {
    order: 2;
    width: 332px;
    min-height: 52px;
    border-radius: 999px;
  }

  .figma-hero__button span,
  .figma-final-cta .figma-button span,
  .figma-instructors__button span {
    width: 18px;
    height: 18px;
    display: inline-grid;
    place-items: center;
    margin-left: 14px;
    border-radius: 50%;
    color: var(--figma-orange);
    background: #fff;
    font-size: 15px;
    line-height: 1;
  }

  .figma-pain {
    padding: 64px 0 84px;
    background:
      linear-gradient(rgba(48, 37, 28, .38), rgba(48, 37, 28, .45)),
      url(../images/figma/figma-pain-bg.png) center / cover no-repeat;
  }

  .figma-pain::before {
    display: none;
  }

  .figma-pain .figma-section-title {
    margin-bottom: 32px;
  }

  .figma-pain .figma-section-title h2 {
    position: relative;
    padding-bottom: 16px;
    font-size: 23px;
    letter-spacing: .08em;
  }

  .figma-pain .figma-section-title h2::after {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    width: 220px;
    height: 1px;
    margin: auto;
    background: var(--figma-gold-soft);
  }

  .figma-pain__grid {
    max-width: 840px;
    margin-inline: auto;
    gap: 23px;
  }

  .figma-pain-card {
    min-height: 340px;
    padding: 7px 12px 16px;
    border-radius: 12px;
    text-align: left;
  }

  .figma-pain-card img {
    width: 100%;
    height: 132px;
    margin: 0 0 9px;
    border-radius: 8px;
    object-fit: cover;
  }

  .figma-pain-card h3 {
    margin: 0 0 7px;
    padding-bottom: 7px;
    border-bottom: 1px solid var(--figma-gold-soft);
    color: var(--figma-green-deep);
    font: 500 12px/1.5 var(--figma-serif);
  }

  .figma-pain-card ul {
    margin: 0;
    padding: 0;
    list-style: none;
  }

  .figma-pain-card li {
    position: relative;
    margin: 0 0 4px;
    padding-left: 10px;
    color: #4c554f;
    font-size: 9px;
    line-height: 1.65;
  }

  .figma-pain-card li::before {
    content: "・";
    position: absolute;
    left: 0;
  }

  .figma-bridge {
    min-height: 300px;
    padding: 38px 0 42px;
    background: url(../images/figma/274ea0828656c029.png) center / 620px auto repeat;
  }

  .figma-bridge__inner {
    max-width: 650px;
    padding: 0;
    border: 0;
    background: transparent;
  }

  .figma-bridge__badge {
    width: 440px;
    min-height: 112px;
    display: grid;
    place-items: center;
    margin: 0 auto 27px;
    padding: 24px 80px;
    color: var(--figma-ink);
    background: url(../images/figma/4fb80ff5ea637a0c.png) center / 100% 100% no-repeat;
    font-size: 14px;
  }

  .figma-bridge h2 {
    color: var(--figma-gold);
    font-size: 21px;
    line-height: 1.65;
  }

  .figma-concept {
    padding: 68px 0 82px;
    background: url(../images/figma/figma-home-bg.png) center / cover no-repeat;
  }

  .figma-concept > .container {
    width: min(calc(100% - 40px), 1000px);
  }

  .figma-concept .figma-section-title--leaf {
    margin-bottom: 18px;
  }

  .figma-concept .figma-section-title h2,
  .figma-how .figma-section-title h2,
  .figma-features .figma-section-title h2,
  .figma-pricing .figma-section-title h2,
  .figma-contents .figma-section-title h2,
  .figma-instructors .figma-section-title h2,
  .figma-flow .figma-section-title h2,
  .figma-testimonials .figma-section-title h2,
  .figma-faq .figma-section-title h2 {
    font-size: 25px;
    letter-spacing: .05em;
  }

  .figma-concept__inner {
    max-width: 1000px;
    grid-template-columns: 493px 1fr;
    gap: 38px;
  }

  .figma-concept__copy > p {
    font-size: 11px;
    line-height: 1.75;
  }

  .figma-concept__diagram img {
    width: 493px;
  }

  .figma-how {
    padding: 72px 0 80px;
    background: #edf7f3;
  }

  .figma-how .figma-section-title,
  .figma-features .figma-section-title,
  .figma-pricing .figma-section-title,
  .figma-contents .figma-section-title,
  .figma-instructors .figma-section-title,
  .figma-flow .figma-section-title,
  .figma-testimonials .figma-section-title {
    margin-bottom: 38px;
  }

  .figma-how__grid {
    max-width: 946px;
    margin-inline: auto;
    gap: 24px;
  }

  .figma-how-card img {
    height: 170px;
  }

  .figma-how-card > div {
    min-height: 142px;
    padding: 16px 22px 20px;
  }

  .figma-how-card h3 {
    font-size: 14px;
  }

  .figma-how-card p {
    font-size: 9px;
    line-height: 1.7;
  }

  .figma-how-card__number {
    display: none;
  }

  .figma-features {
    padding: 74px 0 82px;
  }

  .figma-features__grid {
    max-width: 760px;
    margin-inline: auto;
    gap: 10px 24px;
  }

  .figma-feature {
    min-height: 76px;
    grid-template-columns: 42px 105px 1fr;
    gap: 11px;
    padding: 10px 16px;
    border: 0;
    border-radius: 12px;
    box-shadow: 0 3px 7px rgba(49, 77, 67, .14);
  }

  .figma-feature__number {
    width: 34px;
    height: 34px;
    display: grid;
    place-items: center;
    border-radius: 50%;
    color: #fff;
    background: #74bfaa;
    font: 500 14px/1 var(--figma-serif);
  }

  .figma-feature h3 {
    min-height: 44px;
    display: grid;
    align-content: center;
    margin: 0;
    padding-right: 10px;
    border-right: 1px solid var(--figma-gold-soft);
    color: var(--figma-green-deep);
    font-size: 12px;
    line-height: 1.5;
    text-align: center;
    white-space: normal;
  }

  .figma-feature > p:last-child {
    font-size: 9px;
    line-height: 1.55;
  }

  .figma-pricing {
    padding: 70px 0 58px;
  }

  .figma-pricing__grid {
    max-width: 850px;
    gap: 24px;
  }

  .figma-price-card,
  .figma-price-card--light {
    min-height: 330px;
    padding: 18px 16px 15px;
    border: 1px solid var(--figma-green);
    border-radius: 14px;
  }

  .figma-price-card__recommend {
    position: static;
    min-width: 0;
    transform: none;
  }

  .figma-price-card__en,
  .figma-price-card__description {
    display: none;
  }

  .figma-price-card h3 {
    margin: 4px 0 9px;
    font-size: 14px;
  }

  .figma-price-card__price {
    font-size: 37px;
  }

  .figma-price-card__price span {
    font-size: 15px;
  }

  .figma-price-card__price small {
    font-size: 10px;
  }

  .figma-price-card ul {
    margin: 11px 0 12px;
  }

  .figma-price-card li {
    padding: 3px 0 3px 18px;
    font-size: 8px;
    line-height: 1.45;
  }

  .figma-price-card .figma-button {
    min-height: 36px;
    padding: 7px 12px;
    border-radius: 999px;
    font-size: 9px;
  }

  .figma-pricing__notice {
    margin-top: 6px;
    font-size: 9px;
  }

  .figma-contents {
    padding: 72px 0 84px;
    background: url(../images/figma/figma-home-bg.png) center top / cover no-repeat;
  }

  .figma-contents__heading {
    position: relative;
    width: min(100%, 720px);
    margin-inline: auto;
    padding-top: 40px;
  }

  .figma-contents__heading::before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    width: 320px;
    height: 110px;
    background: url(../images/figma/94d14a1c89be48c8.png) center / contain no-repeat;
    transform: translateX(-50%);
    pointer-events: none;
  }

  .figma-contents__heading > * {
    position: relative;
  }

  .figma-contents__heading .figma-text-link {
    display: none;
  }

  .figma-content-panel {
    max-width: 1000px;
    margin: 26px auto 0;
    padding: 25px 22px 30px;
  }

  .figma-content-panel__head {
    display: grid;
    grid-template-columns: auto 1fr auto;
    align-items: center;
    margin-bottom: 18px;
  }

  .figma-content-panel__head > div {
    display: flex;
    align-items: center;
    gap: 9px;
  }

  .figma-content-panel__head h3 {
    margin: 0;
    font-size: 14px;
  }

  .figma-content-panel__head > p {
    justify-self: start;
    font-size: 8px;
  }

  .figma-content-grid {
    gap: 12px;
  }

  .figma-content-card__category {
    margin: 10px 11px 3px;
  }

  .figma-content-card strong {
    min-height: 42px;
    margin: 0 11px 6px;
    font-size: 10px;
  }

  .figma-content-card small {
    margin: auto 11px 10px;
    font-size: 7px;
  }

  .figma-instructors {
    padding: 72px 0 82px;
  }

  .figma-instructors .figma-section-title {
    width: min(calc(100% - 40px), 920px);
    margin-inline: auto;
  }

  .figma-instructors .figma-section-title > p:last-child {
    font-size: 10px;
    line-height: 1.75;
  }

  .figma-instructors__rail {
    width: min(calc(100% - 40px), 920px);
    gap: 19px 14px;
  }

  .figma-instructor-card {
    display: flex;
    flex-direction: column;
    aspect-ratio: auto;
    border: 1px solid #e8edea;
    border-radius: 12px;
    background: #fff;
    box-shadow: 0 4px 13px rgba(40, 65, 56, .05);
  }

  .figma-instructor-card::after {
    display: none;
  }

  .figma-instructor-card img {
    width: 100%;
    height: auto;
    aspect-ratio: 1.56;
    object-fit: cover;
  }

  .figma-instructor-card > span {
    position: static;
    min-height: 113px;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 11px 8px 13px;
    color: var(--figma-ink);
    text-align: center;
  }

  .figma-instructor-card strong {
    color: var(--figma-green-deep);
    font: 500 14px/1.5 var(--figma-serif);
    letter-spacing: .05em;
  }

  .figma-instructor-card small {
    margin-top: 5px;
    padding: 3px 8px;
    border-radius: 999px;
    color: var(--figma-green-deep);
    background: var(--figma-mint);
    font-size: 7px;
  }

  .figma-flow {
    padding: 72px 0 76px;
    background: #edf7f3;
  }

  .figma-flow__list {
    max-width: 760px;
    gap: 12px;
  }

  .figma-flow__list li {
    min-height: 92px;
    grid-template-columns: 72px 1fr;
    gap: 18px;
    padding: 15px 28px;
    border-radius: 12px;
  }

  .figma-flow__number {
    font-size: 19px;
  }

  .figma-flow__list h3 {
    font-size: 16px;
  }

  .figma-flow__list p {
    font-size: 9px;
    line-height: 1.65;
  }

  .figma-flow__cta {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .figma-flow__cta p {
    order: -1;
    color: var(--figma-green);
  }

  .figma-flow__cta .figma-button {
    min-height: 48px;
    border-radius: 999px;
  }

  .figma-testimonials {
    padding: 72px 0 80px;
    background: #fbf5eb;
  }

  .figma-testimonials__grid {
    max-width: 880px;
    margin-inline: auto;
    gap: 16px;
  }

  .figma-voice-card {
    min-height: 330px;
    padding: 16px 18px 22px;
    border-radius: 14px;
  }

  .figma-voice-card > div {
    min-height: 0;
    padding: 0;
    border: 0;
  }

  .figma-voice-card h3 {
    margin: 8px 0 0;
    padding: 9px 10px;
    color: #fff;
    background: linear-gradient(90deg, #d9ad46, #f4a12f);
    font-size: 11px;
    line-height: 1.55;
  }

  .figma-voice-card > p {
    margin: 16px 0 0;
    padding-top: 14px;
    border-top: 1px dashed #d8d1c4;
    font-size: 10px;
    line-height: 1.75;
  }

  .figma-faq {
    padding: 72px 0 76px;
  }

  .figma-faq__inner {
    max-width: 760px;
  }

  .figma-faq .figma-section-title {
    margin-bottom: 28px;
  }

  .figma-faq details {
    border-radius: 10px;
  }

  .figma-faq summary {
    min-height: 58px;
    padding: 16px 48px 16px 20px;
    font-size: 11px;
  }

  .figma-faq summary::after {
    content: "›";
    font-size: 21px;
  }

  .figma-final-cta {
    min-height: 455px;
    padding: 52px 0;
  }

  .figma-final-cta__image,
  .figma-final-cta::after {
    width: 660px;
    height: 372px;
  }

  .figma-final-cta__image {
    border: 0;
    border-radius: 12px;
  }

  .figma-final-cta::after {
    display: none;
  }

  .figma-final-cta__inner {
    width: 660px;
    padding: 0 0 0 55px;
  }

  .figma-final-cta h2 {
    margin-bottom: 14px;
    font-size: 24px;
  }

  .figma-final-cta__inner > p:not(.figma-kicker):not(.figma-final-cta__eyebrow) {
    margin-bottom: 11px;
    font-size: 10px;
  }

  .figma-final-cta small {
    margin: 0 0 6px 55px;
    color: var(--figma-green);
  }

  .figma-final-cta .figma-button {
    min-width: 300px;
    min-height: 48px;
    border-radius: 999px;
  }
}

@media (max-width: 782px) {
  .figma-pain {
    padding: 32px 0 78px;
  }

  .figma-section-title--leaf {
    min-height: 112px;
    padding: 20px 44px;
  }

  .figma-pain__eyebrow {
    padding: 7px 32px;
    font-size: 10px;
  }

  .figma-pain .figma-section-title h2 {
    position: relative;
    padding-bottom: 14px;
    font-size: 22px;
    letter-spacing: .08em;
    line-height: 1.55;
  }

  .figma-pain .figma-section-title h2::after {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    width: 220px;
    height: 1px;
    margin: auto;
    background: var(--figma-gold-soft);
  }

  .figma-pain-card ul {
    margin: 0;
    padding: 0;
    list-style: none;
  }

  .figma-pain-card li {
    margin-bottom: 5px;
    color: var(--figma-muted);
    font-size: 9px;
    line-height: 1.65;
  }

  .figma-how__message {
    min-height: 110px;
    margin-top: 26px;
    padding: 20px 54px;
    font-size: 10px;
  }

  .figma-feature {
    grid-template-columns: 38px 92px 1fr;
  }

  .figma-feature__number {
    width: 32px;
    height: 32px;
    display: grid;
    place-items: center;
    border-radius: 50%;
    color: #fff;
    background: #74bfaa;
  }

  .figma-feature h3 {
    white-space: normal;
  }

  .figma-price-card__recommend {
    position: static;
    transform: none;
  }

  .figma-content-panel__head > a {
    display: none;
  }

  .figma-instructor-card {
    aspect-ratio: auto;
  }

  .figma-instructor-card::after {
    display: none;
  }

  .figma-instructor-card img {
    height: auto;
    aspect-ratio: 1.56;
  }

  .figma-instructor-card > span {
    position: static;
    min-height: 108px;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 10px 7px 12px;
    color: var(--figma-ink);
    text-align: center;
  }

  .figma-instructor-card strong {
    color: var(--figma-green-deep);
    font: 500 13px/1.5 var(--figma-serif);
  }

  .figma-instructor-card small {
    padding: 3px 7px;
    border-radius: 999px;
    color: var(--figma-green-deep);
    background: var(--figma-mint);
  }

  .figma-flow__list li {
    grid-template-columns: 48px 1fr;
  }

  .figma-voice-card {
    display: block;
    grid-template-columns: none;
    padding: 16px;
  }

  .figma-voice-card > div {
    min-height: 0;
    padding: 0;
    border: 0;
  }

  .figma-voice-card h3 {
    padding: 8px;
    color: #fff;
    background: linear-gradient(90deg, #d9ad46, #f4a12f);
    font-size: 11px;
  }

  .figma-voice-card > p {
    margin-top: 12px;
    font-size: 10px;
  }

  .figma-final-cta__image {
    content: url(../images/figma/5609833d9ce8b57f.png);
  }

  .figma-final-cta::after {
    display: none;
  }
}

@media (max-width: 389px) {
  /* The 390px Figma footer uses a measured 391px column.  Keep that exact
   * geometry at the canonical frame, but let the shared shell contract on
   * real 360/375px devices instead of widening every public route. */
  .site-main,
  .figma-site-footer,
  .figma-footer-main,
  .figma-footer-nav,
  .figma-footer-meta,
  .figma-footer-bottom {
    min-width: 0;
    max-width: 100%;
  }

  .figma-footer-nav {
    grid-template-columns: minmax(0, 1fr);
  }

  .figma-footer-column {
    width: 100%;
    max-width: 100%;
    min-width: 0;
  }

  .figma-footer-column h2,
  .figma-footer-column a {
    min-width: 0;
  }

  .figma-footer-legal {
    width: 100%;
    min-width: 0;
    gap: clamp(2px, 2vw, 8px);
  }

  .figma-footer-legal a {
    min-width: 0;
    padding-inline: clamp(3px, 2vw, 8px);
  }

  .figma-footer-legal a:not(:last-child) {
    font-size: clamp(10px, 3.08vw, 12px);
  }

  .figma-footer-legal a:last-child {
    font-size: clamp(11px, 3.59vw, 14px);
  }

  .figma-site-header .header-inner {
    gap: 8px;
    padding-inline: 12px;
  }

  .figma-header-logo {
    width: 100px;
    min-width: 100px;
  }

  .figma-header-logo img {
    width: 100px;
    min-width: 100px;
  }

  .figma-header-actions {
    gap: 8px;
  }

  .figma-header-actions .button {
    width: 70px;
    min-width: 70px;
    padding-inline: 5px;
    font-size: 9px;
  }
}

/* The source mobile frame measures the footer rail at 391px, but a real
   390px viewport rounds its centered edges to -0.5/390.5 and creates a
   one-pixel document scrollbar. Preserve the measured width declaration and
   cap only that exact viewport to the available layout width. */
@media (min-width: 390px) and (max-width: 390px) {
  .figma-footer-column {
    width: 390px;
    max-width: 390px;
  }
}
