:root {
  --ink: #0f172a;
  --ink-soft: #334155;
  --paper: #ffffff;
  --paper-warm: #f6f8fb;
  --paper-deep: #e8eef6;
  --surface: #ffffff;
  --gold: #293f59;
  --gold-deep: #0b2f5b;
  --gold-light: #d9e6f5;
  --rouge: #071f3d;
  --teal: #0b2f5b;
  --teal-deep: #071f3d;
  --blue-gray: #293f59;
  --line: rgba(15, 23, 42, .13);
  --shadow: 0 22px 70px rgba(8, 30, 61, .12);
  --serif-en: "Outfit", "Helvetica Neue", Arial, sans-serif;
  --serif-jp: "Noto Sans JP", "Yu Gothic", "Hiragino Kaku Gothic ProN", sans-serif;
  --sans-jp: "Noto Sans JP", "Yu Gothic", "Hiragino Kaku Gothic ProN", -apple-system, BlinkMacSystemFont, sans-serif;
}

/* Final LP direction: UBX-inspired, K-1 Jiyugaoka adjusted. */
.btn-dark,
.hero-campaign a,
.booking .btn-gold,
.access .btn-gold {
  color: #031326;
  background: linear-gradient(90deg, #28e58a 0%, #5bd7e9 100%);
  border-color: transparent;
  border-radius: 999px;
  box-shadow: 0 18px 42px rgba(16, 202, 166, .28);
}

.btn-dark::after,
.booking .btn-gold::after,
.access .btn-gold::after {
  content: ">";
  margin-left: 12px;
  font-family: var(--serif-en);
  font-weight: 800;
}

.hero-campaign a::before {
  content: none;
}

.hero {
  background:
    linear-gradient(135deg, rgba(41, 214, 190, .28) 0 1px, transparent 1px 100%),
    #fff;
  background-size: 560px 560px, auto;
}

.hero-content::before {
  content: "BODY MAKE";
  position: absolute;
  left: 8vw;
  bottom: 68px;
  z-index: -1;
  color: rgba(7, 31, 61, .07);
  font-family: var(--serif-en);
  font-size: 88px;
  font-weight: 800;
  line-height: .88;
}

.hero-title,
.section-title,
.access-title {
  font-family: var(--sans-jp);
  font-weight: 900;
}

.section {
  position: relative;
  overflow: hidden;
}

.section-label {
  color: #11aeb8;
  font-weight: 800;
}

.section-title {
  color: #06172d;
}

.concept-image img,
.studio-image img,
.program-visual img {
  clip-path: polygon(0 5%, 100% 0, 100% 95%, 0 100%);
}

.concept-statement {
  color: #050505;
  font-size: 44px;
  font-weight: 900;
  line-height: 1.28;
}

.concept-quote {
  display: inline;
  background: linear-gradient(transparent 58%, rgba(40, 229, 138, .35) 58%);
}

.concept::before,
.reason::before,
.schedule::before,
.trainers::before,
.faq::before,
.booking::before {
  position: absolute;
  left: -20px;
  top: 28px;
  color: rgba(17, 174, 184, .14);
  font-family: var(--serif-en);
  font-size: 112px;
  font-weight: 500;
  line-height: .9;
}

.concept::before {
  content: "PHILOSOPHY";
}

.reason::before {
  content: "REASON";
}

.schedule::before {
  content: "SCHEDULE";
}

.trainers::before {
  content: "TRAINERS";
}

.faq::before {
  content: "FAQ";
}

.booking::before {
  content: "TRIAL";
}

.reason .section-title {
  font-size: 52px;
  line-height: 1.22;
}

.feature-grid {
  gap: 18px;
  background: transparent;
}

.feature-card-photo {
  min-height: 540px;
  background: #fff;
  box-shadow: 0 28px 58px rgba(7, 31, 61, .1);
  clip-path: polygon(0 5%, 100% 0, 100% 95%, 0 100%);
}

.feature-card-photo-copy {
  min-height: 540px;
}

.feature-card.feature-card-photo .num {
  border: 1px solid rgba(7, 31, 61, .12);
}

.feature-card-photo h3,
.feature-card-photo p {
  backdrop-filter: blur(8px);
}

.why-kickboxing,
.booking,
.access {
  color: #fff;
  background: #02070d;
}

.why-kickboxing::before {
  content: "KICKBOXING";
  position: absolute;
  left: -30px;
  top: 20px;
  color: rgba(86, 214, 201, .16);
  font-family: var(--serif-en);
  font-size: 92px;
  font-weight: 500;
  line-height: .86;
}

.why-kickboxing .section-label,
.why-kickboxing .section-title,
.why-kickboxing .section-title em,
.booking .section-title,
.booking .section-label {
  color: #fff;
}

.why-kickboxing-head p {
  color: rgba(255, 255, 255, .74);
  font-weight: 700;
}

.kick-benefit-grid {
  gap: 18px;
  background: transparent;
}

.kick-benefit-card {
  color: #fff;
  background: rgba(255, 255, 255, .035);
  border: 1px solid rgba(54, 220, 205, .42);
  clip-path: polygon(0 7%, 100% 0, 100% 93%, 0 100%);
}

.kick-benefit-card span,
.kick-benefit-card strong,
.kick-benefit-card h3 {
  color: #55d9ce;
}

.kick-benefit-card p {
  color: rgba(255, 255, 255, .72);
}

.studio {
  color: #fff;
  background: #02070d;
}

.studio::before {
  content: "STUDIO";
  position: absolute;
  left: -20px;
  top: 34px;
  color: rgba(86, 214, 201, .18);
  font-family: var(--serif-en);
  font-size: 112px;
  font-weight: 500;
  line-height: 1;
}

.studio .section-label,
.studio .section-title {
  color: #fff;
}

.studio-copy p {
  color: rgba(255, 255, 255, .78);
  font-size: 17px;
  font-weight: 700;
}

.program::before {
  content: "PROGRAM";
  position: absolute;
  left: -18px;
  top: 38px;
  color: rgba(17, 174, 184, .16);
  font-family: var(--serif-en);
  font-size: 112px;
  font-weight: 500;
  line-height: .9;
}

.program-visual {
  border: 0;
  box-shadow: 0 30px 70px rgba(7, 31, 61, .15);
}

.program-group {
  border: 1px solid var(--program-accent);
  box-shadow: 0 18px 40px rgba(7, 31, 61, .06);
}

.program-group-head {
  background: #fff;
}

.campaign {
  color: #fff;
  background: #02070d;
}

.campaign::before {
  content: "CAMPAIGN";
  position: absolute;
  left: -18px;
  top: 36px;
  color: rgba(86, 214, 201, .15);
  font-family: var(--serif-en);
  font-size: 108px;
  font-weight: 500;
  line-height: .9;
}

.campaign .section-label,
.campaign .section-title {
  color: #fff;
}

.price-card {
  border: 0;
  clip-path: polygon(0 6%, 100% 0, 100% 94%, 0 100%);
}

.voice {
  background: #fff;
}

.voice::before {
  content: "VOICE";
  position: absolute;
  left: -20px;
  top: 28px;
  color: rgba(17, 174, 184, .14);
  font-family: var(--serif-en);
  font-size: 118px;
  font-weight: 500;
  line-height: 1;
}

.faq {
  background: #f3f8fb;
}

.faq-list article {
  clip-path: polygon(0 8%, 100% 0, 100% 92%, 0 100%);
  border: 0;
}

@media (max-width: 1000px) {
  .site-nav {
    z-index: 90;
  }

  .hero-layout {
    min-height: 100svh;
  }

  .hero::before {
    content: "BODY\A MAKE";
    white-space: pre;
    position: absolute;
    left: 10px;
    top: 88px;
    z-index: 2;
    color: rgba(255, 255, 255, .86);
    font-family: var(--serif-en);
    font-size: 78px;
    font-weight: 800;
    line-height: .74;
    writing-mode: vertical-rl;
    pointer-events: none;
  }

  .hero-content::before {
    content: none;
  }

  .hero-photo::after {
    background: linear-gradient(0deg, rgba(0, 0, 0, .5) 0%, rgba(0, 0, 0, .1) 44%, rgba(0, 0, 0, 0) 100%);
  }

  .hero-content {
    align-items: flex-start;
  }

  .hero-title {
    width: 100%;
    padding: 10px 0;
    color: #fff;
    font-size: 46px;
    line-height: 1.08;
  }

  .hero-lead {
    max-width: 340px;
    font-weight: 800;
  }

  .hero-notes {
    display: grid;
    grid-template-columns: 1fr;
    gap: 8px;
  }

  .hero-notes span {
    width: fit-content;
    min-width: 0;
    transform: skew(-8deg);
    color: #031326;
    background: rgba(255, 255, 255, .92);
    border: 0;
  }

  .section {
    padding-left: 22px;
    padding-right: 22px;
  }

  .section-title {
    font-size: 42px;
    line-height: 1.16;
  }

  .section-label {
    margin-bottom: 18px;
    font-size: 14px;
  }

  .concept-statement {
    font-size: 35px;
    line-height: 1.28;
  }

  .concept::before,
  .reason::before,
  .schedule::before,
  .trainers::before,
  .faq::before,
  .booking::before {
    font-size: 78px;
  }

  .concept-image {
    margin-left: -22px;
    margin-right: -22px;
  }

  .reason .section-title {
    font-size: 42px;
  }

  .feature-grid {
    gap: 12px;
  }

  .feature-card-photo,
  .feature-card-photo-copy {
    min-height: 520px;
  }

  .feature-card-photo {
    margin-left: -8px;
    margin-right: -8px;
  }

  .feature-card-photo h3 {
    font-size: 24px;
    line-height: 1.35;
  }

  .why-kickboxing::before,
  .studio::before,
  .program::before,
  .campaign::before,
  .voice::before,
  .concept::before,
  .reason::before,
  .schedule::before,
  .trainers::before,
  .faq::before,
  .booking::before {
    font-size: 78px;
  }

  .why-kickboxing-head {
    align-items: start;
  }

  .kick-benefit-grid {
    gap: 12px;
  }

  .kick-benefit-card {
    min-height: 230px;
  }

  .studio-image {
    margin-left: -22px;
    margin-right: -22px;
  }

  .program-visual {
    margin-left: -22px;
    margin-right: -22px;
    width: calc(100% + 44px);
  }

  .campaign-grid {
    gap: 18px;
  }

  .voice-grid {
    gap: 24px;
  }
}

@media (max-width: 640px) {
  .site-nav {
    padding: 18px 24px;
  }

  .nav-logo {
    max-width: 230px;
  }

  .hero::before {
    font-size: 68px;
  }

  .hero-content {
    padding: 134px 22px 216px;
  }

  .hero-title {
    font-size: 40px;
  }

  .section-title,
  .reason .section-title {
    font-size: 34px;
  }

  .concept-statement {
    font-size: 30px;
  }

  .hero-campaign {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 80;
  }

  .concept-body,
  .studio-copy p {
    font-size: 15px;
  }

  .feature-card-photo,
  .feature-card-photo-copy {
    min-height: 500px;
  }

  .feature-card-photo-copy {
    padding-bottom: 48px;
  }

  .feature-card-photo h3 {
    font-size: 22px;
  }

  .feature-card-photo p {
    font-size: 13px;
  }

  .why-kickboxing,
  .studio,
  .campaign,
  .booking,
  .access {
    margin-left: -1px;
    margin-right: -1px;
  }

  .why-kickboxing::before,
  .studio::before,
  .program::before,
  .campaign::before,
  .voice::before,
  .concept::before,
  .reason::before,
  .schedule::before,
  .trainers::before,
  .faq::before,
  .booking::before {
    font-size: 56px;
  }

  .program-visual img {
    min-height: 300px;
  }

  .price-card {
    padding: 36px 28px;
  }

  .voice > .section-title {
    font-size: 42px;
  }

  blockquote {
    min-height: 360px;
  }

  .faq-list article {
    padding: 30px 24px;
  }
}

/* Requested final alignment fixes. */
.concept-statement {
  font-size: 44px;
  line-height: 1.28;
}

.concept::before,
.reason::before,
.schedule::before,
.trainers::before,
.faq::before,
.booking::before {
  position: absolute;
  left: -20px;
  right: auto;
  top: 28px;
  color: rgba(17, 174, 184, .14);
  font-family: var(--serif-en);
  font-size: 112px;
  font-weight: 500;
  line-height: .9;
}

.concept::before {
  content: "PHILOSOPHY";
}

.reason::before {
  content: "REASON";
}

.schedule::before {
  content: "SCHEDULE";
}

.trainers::before {
  content: "TRAINERS";
}

.faq::before {
  content: "FAQ";
}

.booking::before {
  content: "TRIAL";
}

.studio::before {
  left: -20px;
  right: auto;
}

@media (max-width: 1000px) {
  .concept-statement {
    font-size: 35px;
  }

  .concept::before,
  .reason::before,
  .schedule::before,
  .trainers::before,
  .faq::before,
  .booking::before {
    font-size: 78px;
  }

  .hero-campaign {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 80;
  }
}

@media (max-width: 640px) {
  .concept-statement {
    font-size: 34px;
  }

  .concept::before,
  .reason::before,
  .schedule::before,
  .trainers::before,
  .faq::before,
  .booking::before {
    font-size: 56px;
  }
}

/* UBX-inspired LP polish: bold mobile ad feel, adapted for K-1 Jiyugaoka. */
.btn-dark,
.hero-campaign a,
.booking .btn-gold,
.access .btn-gold {
  color: #031326;
  background: linear-gradient(90deg, #28e58a 0%, #5bd7e9 100%);
  border-color: transparent;
  border-radius: 999px;
  box-shadow: 0 18px 42px rgba(16, 202, 166, .28);
}

.btn-dark::after,
.hero-campaign a::before,
.booking .btn-gold::after,
.access .btn-gold::after {
  content: ">";
  margin-left: 12px;
  font-family: var(--serif-en);
  font-weight: 800;
}

.hero-campaign a::before {
  margin-left: 0;
  margin-right: 0;
}

.hero {
  background:
    linear-gradient(135deg, rgba(41, 214, 190, .28) 0 1px, transparent 1px 100%),
    #fff;
  background-size: 560px 560px, auto;
}

.hero-content::before {
  content: "BODY MAKE";
  position: absolute;
  left: 8vw;
  bottom: 68px;
  z-index: -1;
  color: rgba(7, 31, 61, .07);
  font-family: var(--serif-en);
  font-size: 88px;
  font-weight: 800;
  line-height: .88;
}

.hero-title,
.section-title,
.access-title {
  font-family: var(--sans-jp);
  font-weight: 900;
}

.section {
  position: relative;
  overflow: hidden;
}

.section-label {
  color: #11aeb8;
  font-weight: 800;
}

.section-title {
  color: #06172d;
}

.concept-image img,
.studio-image img,
.program-visual img {
  clip-path: polygon(0 5%, 100% 0, 100% 95%, 0 100%);
}

.concept-statement {
  color: #050505;
  font-weight: 900;
}

.concept-quote {
  display: inline;
  background: linear-gradient(transparent 58%, rgba(40, 229, 138, .35) 58%);
}

.reason .section-title {
  font-size: 52px;
  line-height: 1.22;
}

.feature-grid {
  gap: 18px;
  background: transparent;
}

.feature-card-photo {
  min-height: 540px;
  background: #fff;
  box-shadow: 0 28px 58px rgba(7, 31, 61, .1);
  clip-path: polygon(0 5%, 100% 0, 100% 95%, 0 100%);
}

.feature-card-photo-copy {
  min-height: 540px;
}

.feature-card.feature-card-photo .num {
  border: 1px solid rgba(7, 31, 61, .12);
}

.feature-card-photo h3,
.feature-card-photo p {
  backdrop-filter: blur(8px);
}

.why-kickboxing,
.booking,
.access {
  color: #fff;
  background: #02070d;
}

.why-kickboxing::before,
.booking::before {
  content: "KICKBOXING";
  position: absolute;
  left: -30px;
  top: 20px;
  color: rgba(86, 214, 201, .16);
  font-family: var(--serif-en);
  font-size: 92px;
  font-weight: 500;
  line-height: .86;
}

.why-kickboxing .section-label,
.why-kickboxing .section-title,
.why-kickboxing .section-title em,
.booking .section-title,
.booking .section-label {
  color: #fff;
}

.why-kickboxing-head p {
  color: rgba(255, 255, 255, .74);
  font-weight: 700;
}

.kick-benefit-grid {
  gap: 18px;
  background: transparent;
}

.kick-benefit-card {
  color: #fff;
  background: rgba(255, 255, 255, .035);
  border: 1px solid rgba(54, 220, 205, .42);
  clip-path: polygon(0 7%, 100% 0, 100% 93%, 0 100%);
}

.kick-benefit-card span,
.kick-benefit-card strong,
.kick-benefit-card h3 {
  color: #55d9ce;
}

.kick-benefit-card p {
  color: rgba(255, 255, 255, .72);
}

.studio {
  color: #fff;
  background: #02070d;
}

.studio::before {
  content: "STUDIO";
  position: absolute;
  right: -20px;
  top: 34px;
  color: rgba(86, 214, 201, .18);
  font-family: var(--serif-en);
  font-size: 112px;
  font-weight: 500;
  line-height: 1;
}

.studio .section-label,
.studio .section-title {
  color: #fff;
}

.studio-copy p {
  color: rgba(255, 255, 255, .78);
  font-size: 17px;
  font-weight: 700;
}

.program::before {
  content: "PROGRAM";
  position: absolute;
  left: -18px;
  top: 38px;
  color: rgba(17, 174, 184, .16);
  font-family: var(--serif-en);
  font-size: 112px;
  font-weight: 500;
  line-height: .9;
}

.program-visual {
  border: 0;
  box-shadow: 0 30px 70px rgba(7, 31, 61, .15);
}

.program-group {
  border: 1px solid var(--program-accent);
  box-shadow: 0 18px 40px rgba(7, 31, 61, .06);
}

.program-group-head {
  background: #fff;
}

.campaign {
  color: #fff;
  background: #02070d;
}

.campaign::before {
  content: "CAMPAIGN";
  position: absolute;
  left: -18px;
  top: 36px;
  color: rgba(86, 214, 201, .15);
  font-family: var(--serif-en);
  font-size: 108px;
  font-weight: 500;
  line-height: .9;
}

.campaign .section-label,
.campaign .section-title {
  color: #fff;
}

.price-card {
  border: 0;
  clip-path: polygon(0 6%, 100% 0, 100% 94%, 0 100%);
}

.voice {
  background: #fff;
}

.voice::before {
  content: "VOICE";
  position: absolute;
  left: -20px;
  top: 28px;
  color: rgba(17, 174, 184, .14);
  font-family: var(--serif-en);
  font-size: 118px;
  font-weight: 500;
  line-height: 1;
}

.faq {
  background: #f3f8fb;
}

.faq-list article {
  clip-path: polygon(0 8%, 100% 0, 100% 92%, 0 100%);
  border: 0;
}

@media (max-width: 1000px) {
  .site-nav {
    z-index: 90;
  }

  .hero-layout {
    min-height: 100svh;
  }

  .hero::before {
    content: "BODY\A MAKE";
    white-space: pre;
    position: absolute;
    left: 10px;
    top: 88px;
    z-index: 2;
    color: rgba(255, 255, 255, .86);
    font-family: var(--serif-en);
    font-size: 78px;
    font-weight: 800;
    line-height: .74;
    writing-mode: vertical-rl;
    pointer-events: none;
  }

  .hero-content::before {
    content: none;
  }

  .hero-photo::after {
    background: linear-gradient(0deg, rgba(0, 0, 0, .5) 0%, rgba(0, 0, 0, .1) 44%, rgba(0, 0, 0, 0) 100%);
  }

  .hero-content {
    align-items: flex-start;
  }

  .hero-title {
    width: 100%;
    padding: 10px 0;
    color: #fff;
    font-size: 46px;
    line-height: 1.08;
  }

  .hero-lead {
    max-width: 340px;
    font-weight: 800;
  }

  .hero-notes {
    display: grid;
    grid-template-columns: 1fr;
    gap: 8px;
  }

  .hero-notes span {
    width: fit-content;
    min-width: 0;
    transform: skew(-8deg);
    color: #031326;
    background: rgba(255, 255, 255, .92);
    border: 0;
  }

  .section {
    padding-left: 22px;
    padding-right: 22px;
  }

  .section-title {
    font-size: 42px;
    line-height: 1.16;
  }

  .section-label {
    margin-bottom: 18px;
    font-size: 14px;
  }

  .concept-statement {
    font-size: 35px;
    line-height: 1.28;
  }

  .concept-image {
    margin-left: -22px;
    margin-right: -22px;
  }

  .reason .section-title {
    font-size: 42px;
  }

  .feature-grid {
    gap: 12px;
  }

  .feature-card-photo,
  .feature-card-photo-copy {
    min-height: 520px;
  }

  .feature-card-photo {
    margin-left: -8px;
    margin-right: -8px;
  }

  .feature-card-photo h3 {
    font-size: 24px;
    line-height: 1.35;
  }

  .why-kickboxing::before,
  .studio::before,
  .program::before,
  .campaign::before,
  .voice::before {
    font-size: 78px;
  }

  .why-kickboxing-head {
    align-items: start;
  }

  .kick-benefit-grid {
    gap: 12px;
  }

  .kick-benefit-card {
    min-height: 230px;
  }

  .studio-image {
    margin-left: -22px;
    margin-right: -22px;
  }

  .program-visual {
    margin-left: -22px;
    margin-right: -22px;
    width: calc(100% + 44px);
  }

  .campaign-grid {
    gap: 18px;
  }

  .voice-grid {
    gap: 24px;
  }
}

@media (max-width: 640px) {
  .site-nav {
    padding: 18px 24px;
  }

  .nav-logo {
    max-width: 230px;
  }

  .hero::before {
    font-size: 68px;
  }

  .hero-content {
    padding: 134px 22px 216px;
  }

  .hero-title {
    font-size: 40px;
  }

  .section-title,
  .reason .section-title {
    font-size: 34px;
  }

  .concept-statement {
    font-size: 30px;
  }

  .concept-body,
  .studio-copy p {
    font-size: 15px;
  }

  .feature-card-photo,
  .feature-card-photo-copy {
    min-height: 500px;
  }

  .feature-card-photo-copy {
    padding-bottom: 48px;
  }

  .feature-card-photo h3 {
    font-size: 22px;
  }

  .feature-card-photo p {
    font-size: 13px;
  }

  .why-kickboxing,
  .studio,
  .campaign,
  .booking,
  .access {
    margin-left: -1px;
    margin-right: -1px;
  }

  .why-kickboxing::before,
  .studio::before,
  .program::before,
  .campaign::before,
  .voice::before {
    font-size: 56px;
  }

  .program-visual img {
    min-height: 300px;
  }

  .price-card {
    padding: 36px 28px;
  }

  .voice > .section-title {
    font-size: 42px;
  }

  blockquote {
    min-height: 360px;
  }

  .faq-list article {
    padding: 30px 24px;
  }
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: var(--sans-jp);
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: 0;
  overflow-x: hidden;
}

body::before {
  content: none;
}

body > * {
  position: relative;
  z-index: 1;
}

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

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

.site-nav {
  position: fixed;
  inset: 0 0 auto;
  z-index: 20;
  display: flex;
  align-items: center;
  gap: 34px;
  padding: 24px 48px;
  transition: background .35s ease, border-color .35s ease, padding .35s ease;
}

.site-nav.is-scrolled {
  padding: 15px 48px;
  background: rgba(255, 255, 255, .94);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(12px);
}

.nav-logo {
  margin-right: auto;
  font-family: var(--sans-jp);
  font-size: 16px;
  font-weight: 700;
  line-height: 1.25;
}

.nav-logo span {
  display: block;
  margin-top: 2px;
  color: var(--blue-gray);
  font-family: var(--serif-en);
  font-size: 12px;
  font-weight: 400;
}

.nav-links {
  display: flex;
  gap: 28px;
  align-items: center;
  color: var(--ink-soft);
  font-family: var(--serif-en);
  font-size: 13px;
  font-weight: 600;
}

.nav-links a {
  position: relative;
  padding-bottom: 4px;
}

.nav-links a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 1px;
  background: var(--teal);
  transition: width .25s ease;
}

.nav-links a:hover::after {
  width: 100%;
}

.nav-cta,
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  padding: 0 30px;
  border: 1px solid var(--ink);
  font-family: var(--sans-jp);
  font-weight: 700;
  line-height: 1.2;
  transition: transform .25s ease, background .25s ease, color .25s ease, border-color .25s ease;
}

.nav-cta {
  min-height: 42px;
  padding-inline: 22px;
  font-family: var(--serif-en);
  color: var(--ink);
}

.nav-cta:hover,
.btn-dark {
  color: #fff;
  background: var(--ink);
}

.btn-dark:hover,
.btn-line:hover {
  transform: translateY(-2px);
  color: #fff;
  background: var(--teal);
  border-color: var(--teal);
}

.btn-gold {
  color: var(--teal-deep);
  background: var(--gold-light);
  border-color: var(--gold-light);
}

.btn-gold:hover {
  transform: translateY(-2px);
  color: #fff;
  background: var(--teal-deep);
  border-color: var(--teal-deep);
}

.btn-line {
  background: transparent;
}

.btn-line-light {
  color: #fff;
  background: transparent;
  border-color: rgba(255, 255, 255, .48);
}

.btn-line-light:hover {
  color: var(--ink);
  background: #fff;
}

.hero {
  position: relative;
  min-height: 100svh;
  overflow: hidden;
  padding: 0;
  color: var(--ink);
  background: #fff;
}

.hero-layout {
  display: grid;
  grid-template-columns: 48% 52%;
  min-height: 100svh;
}

.hero-content {
  position: relative;
  z-index: 2;
  width: 100%;
  margin: 0;
  padding: 108px 8vw 76px;
  background: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.hero-logo-mark {
  margin: 0 0 30px;
  color: var(--blue-gray);
  font-family: var(--serif-en);
  font-size: 34px;
  font-weight: 500;
  line-height: 1;
}

.hero-eyebrow,
.section-label {
  display: flex;
  align-items: center;
  gap: 16px;
  margin: 0 0 22px;
  color: var(--teal-deep);
  font-family: var(--serif-en);
  font-size: 15px;
  font-weight: 600;
}

.hero .hero-eyebrow {
  color: var(--teal-deep);
  text-shadow: none;
}

.hero-eyebrow::before,
.section-label::before {
  content: "";
  width: 48px;
  height: 1px;
  background: currentColor;
}

.hero-title {
  margin: 0 0 28px;
  color: var(--ink);
  font-family: var(--serif-jp);
  font-size: 42px;
  font-weight: 800;
  line-height: 1.42;
  text-shadow: none;
}

.hero-title span {
  display: block;
}

.hero-title em,
.section-title em {
  color: var(--teal-deep);
  font-family: var(--serif-en);
  font-style: normal;
  font-weight: 700;
}

.hero-lead {
  max-width: 540px;
  margin: 0 0 28px;
  color: var(--ink-soft);
  font-size: 17px;
  text-shadow: none;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin-top: 22px;
  margin-bottom: 0;
}

.hero-notes {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  color: var(--teal-deep);
  font-size: 13px;
  font-weight: 800;
}

.hero-notes span {
  min-width: 132px;
  padding: 10px 14px;
  border: 1px solid var(--teal-deep);
  background: #fff;
  text-align: center;
  white-space: nowrap;
}

.hero-open {
  margin: 30px 0 0;
  color: var(--teal-deep);
  font-family: var(--serif-en);
  font-size: 36px;
  font-weight: 700;
  line-height: 1.15;
}

.hero .btn-dark {
  color: #fff;
  background: var(--ink);
  border-color: var(--ink);
}

.hero .btn-dark:hover {
  color: #fff;
  background: var(--teal);
  border-color: var(--teal);
}

.hero .btn-line {
  color: var(--ink);
  border-color: var(--ink);
}

.hero .btn-line:hover {
  color: #fff;
  background: var(--ink);
  border-color: var(--ink);
}

.hero-photo {
  position: relative;
  min-height: 100svh;
  overflow: hidden;
  background: #193553;
}

.hero-photo img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 53% center;
  transform-origin: center;
  animation: heroImageEnter 1.7s cubic-bezier(.22, .61, .36, 1) both, heroImageDrift 12s ease-in-out 1.7s infinite alternate;
}

.hero-campaign {
  position: absolute;
  z-index: 3;
  left: 0;
  right: 0;
  bottom: 0;
  width: auto;
  padding: 14px 48px 16px;
  color: #fff;
  background: rgba(7, 31, 61, .95);
  text-align: center;
  box-shadow: none;
  animation: heroCampaignRise .9s cubic-bezier(.22, .61, .36, 1) .85s both;
}

.hero-campaign p {
  margin: 0 0 8px;
  color: #e7f1ff;
  font-family: var(--sans-jp);
  font-size: 15px;
  font-weight: 500;
}

.hero-campaign a {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: min(100%, 470px);
  min-height: 46px;
  padding: 0 22px;
  color: #fff;
  background: linear-gradient(90deg, #5ec5de, #2f8fc3);
  font-weight: 800;
  overflow: hidden;
}

.hero-campaign a::after {
  content: "";
  position: absolute;
  top: -40%;
  bottom: -40%;
  width: 72px;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, .46), transparent);
  transform: translateX(-180px) rotate(16deg);
  animation: ctaShine 3.6s ease-in-out 2.2s infinite;
}

.hero-logo-mark,
.hero .hero-eyebrow,
.hero-title,
.hero-lead,
.hero-notes,
.hero-open,
.hero-actions {
  opacity: 0;
  transform: translateY(20px);
  animation: heroTextReveal .84s cubic-bezier(.22, .61, .36, 1) both;
}

.hero-logo-mark {
  animation-delay: .18s;
}

.hero .hero-eyebrow {
  animation-delay: .34s;
}

.hero-title {
  animation-delay: .48s;
}

.hero-lead {
  animation-delay: .64s;
}

.hero-notes {
  animation-delay: .78s;
}

.hero-open {
  animation-delay: .92s;
}

.hero-actions {
  animation-delay: 1.06s;
}

.hero-marquee {
  display: none;
}

@keyframes heroTextReveal {
  from {
    opacity: 0;
    transform: translateY(20px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes heroImageEnter {
  from {
    transform: scale(1.06);
    filter: saturate(.96) brightness(.98);
  }

  to {
    transform: scale(1);
    filter: saturate(1) brightness(1);
  }
}

@keyframes heroImageDrift {
  from {
    transform: scale(1) translate3d(0, 0, 0);
  }

  to {
    transform: scale(1.035) translate3d(-8px, 0, 0);
  }
}

@keyframes heroCampaignRise {
  from {
    opacity: 0;
    transform: translateY(100%);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes ctaShine {
  0%,
  42% {
    transform: translateX(-180px) rotate(16deg);
  }

  72%,
  100% {
    transform: translateX(540px) rotate(16deg);
  }
}

@media (prefers-reduced-motion: reduce) {
  .hero-photo img,
  .hero-campaign,
  .hero-logo-mark,
  .hero .hero-eyebrow,
  .hero-title,
  .hero-lead,
  .hero-notes,
  .hero-open,
  .hero-actions {
    opacity: 1;
    transform: none;
    animation: none;
  }

  .hero-campaign a::after {
    display: none;
  }
}

.section {
  padding: 104px 48px;
}

.section-title {
  margin: 0 0 46px;
  font-family: var(--serif-jp);
  font-size: 44px;
  font-weight: 800;
  line-height: 1.35;
}

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

.concept-grid {
  display: grid;
  grid-template-columns: .82fr 1.18fr;
  gap: 72px;
  width: min(100%, 1180px);
  margin: 0 auto;
}

.concept > .section-label,
.reason > .section-label,
.reason > .section-title,
.program > .section-label,
.program > .section-title,
.campaign > .section-label,
.campaign > .section-title,
.voice > .section-label,
.voice > .section-title {
  width: min(100%, 1180px);
  margin-left: auto;
  margin-right: auto;
}

.concept-statement {
  position: sticky;
  top: 120px;
  align-self: start;
  font-family: var(--serif-jp);
  font-size: 32px;
  font-weight: 700;
  line-height: 1.75;
}

.concept-statement span {
  display: block;
}

.concept-body {
  color: var(--ink-soft);
  font-size: 16px;
}

.concept-image {
  margin: 0 0 28px;
}

.concept-image img {
  width: 100%;
  aspect-ratio: 3 / 2;
  object-fit: cover;
  box-shadow: var(--shadow);
}

.concept-body p {
  margin: 0 0 24px;
}

.concept-quote {
  margin-top: 34px;
  color: var(--ink);
  font-family: var(--serif-jp);
  font-size: 22px;
  font-weight: 700;
}

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

.feature-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  width: min(100%, 1180px);
  margin: 0 auto;
  background: var(--line);
}

.feature-card {
  min-height: 360px;
  padding: 40px;
  background: var(--surface);
}

.feature-card-photo {
  position: relative;
  min-height: 460px;
  padding: 0;
  overflow: hidden;
  color: #fff;
  background: var(--teal-deep);
}

.feature-card-photo > img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 52% center;
  transform: scale(1.02);
}

.feature-card-photo-kick > img {
  object-position: 58% center;
}

.feature-card-photo-studio > img {
  object-position: center 58%;
}

.feature-card-photo::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.feature-card-photo-copy {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  min-height: 460px;
  padding: 40px;
  background: none;
}

.feature-card-photo .num,
.feature-card-photo h3,
.feature-card-photo p {
  color: var(--ink);
}

.feature-card-photo h3 {
  width: fit-content;
  max-width: 100%;
  padding: 12px 16px;
  background: rgba(255, 255, 255, .94);
  border-radius: 6px;
  box-shadow: 0 16px 34px rgba(7, 31, 61, .14);
  text-shadow: none;
}

.feature-card-photo p {
  margin-top: 18px;
  padding: 16px 18px;
  background: rgba(255, 255, 255, .94);
  border-left: 3px solid var(--teal);
  border-radius: 6px;
  box-shadow: 0 16px 34px rgba(7, 31, 61, .14);
  font-size: 14px;
  font-weight: 700;
  line-height: 1.75;
  text-shadow: none;
}

.feature-card .num,
.program-num,
.badge {
  color: var(--teal-deep);
  font-family: var(--serif-en);
  font-size: 18px;
  font-weight: 700;
}

.feature-card h3,
.price-card h3 {
  margin: 34px 0 16px;
  font-family: var(--serif-jp);
  font-size: 24px;
  font-weight: 800;
  line-height: 1.45;
}

.feature-card p,
.studio-copy p,
.booking p,
.price-card li,
.price-note {
  color: var(--ink-soft);
  font-size: 15px;
}

.feature-card.feature-card-photo .num,
.feature-card.feature-card-photo h3,
.feature-card.feature-card-photo p {
  color: var(--ink);
}

.feature-card.feature-card-photo .num {
  width: fit-content;
  padding: 8px 12px;
  color: var(--teal-deep);
  background: rgba(255, 255, 255, .92);
  border-radius: 999px;
  opacity: .92;
}

.feature-card.feature-card-photo h3 {
  margin-bottom: 0;
}

.feature-card.feature-card-photo p {
  font-size: 14px;
}

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

.why-kickboxing > .section-label,
.why-kickboxing-head,
.kick-benefit-grid {
  width: min(100%, 1180px);
  margin-left: auto;
  margin-right: auto;
}

.why-kickboxing-head {
  display: grid;
  grid-template-columns: minmax(320px, .88fr) minmax(360px, 1.12fr);
  gap: 54px;
  align-items: end;
  margin-bottom: 42px;
}

.why-kickboxing-head .section-title {
  margin-bottom: 0;
}

.why-kickboxing-head .section-title em {
  font-family: inherit;
  font-weight: inherit;
}

.why-kickboxing-head p {
  margin: 0 0 10px;
  color: var(--ink-soft);
  font-size: 16px;
  font-weight: 500;
}

.kick-benefit-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1px;
  background: var(--line);
}

.kick-benefit-card {
  min-height: 300px;
  padding: 32px 28px;
  background: #fff;
}

.kick-benefit-card span {
  color: var(--teal-deep);
  font-family: var(--serif-en);
  font-size: 16px;
  font-weight: 700;
}

.kick-benefit-card strong {
  display: block;
  margin: 26px 0 12px;
  color: var(--teal-deep);
  font-family: var(--serif-en);
  font-size: 48px;
  font-weight: 800;
  line-height: 1;
}

.kick-benefit-card h3 {
  margin: 0 0 14px;
  font-family: var(--serif-jp);
  font-size: 22px;
  font-weight: 800;
  line-height: 1.4;
}

.kick-benefit-card p {
  margin: 0;
  color: var(--ink-soft);
  font-size: 14px;
  font-weight: 500;
}

.studio {
  background: var(--paper-deep);
}

.studio-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 38px;
  width: min(100%, 1180px);
  margin: 0 auto;
}

.studio-copy {
  max-width: 900px;
}

.studio-image {
  margin: 0;
}

.studio-image img {
  width: 100%;
  box-shadow: var(--shadow);
}

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

.program-visual {
  width: min(100%, 1180px);
  margin: -14px auto 44px;
  overflow: hidden;
  background: #fff;
  border: 1px solid var(--line);
  box-shadow: 0 28px 58px rgba(7, 31, 61, .1);
}

.program-visual img {
  display: block;
  width: 100%;
  height: auto;
}

.program-groups {
  display: grid;
  gap: 22px;
  width: min(100%, 1180px);
  margin: 0 auto;
}

.program-group {
  --program-accent: var(--teal-deep);
  --program-tint: var(--paper-warm);
  --program-line: rgba(7, 31, 61, .22);
  overflow: hidden;
  border: 2px solid var(--program-accent);
  background: var(--program-tint);
}

.program-group-kick {
  --program-accent: #b91626;
  --program-tint: #fff5f6;
  --program-line: rgba(185, 22, 38, .24);
}

.program-group-fit {
  --program-accent: #1557a6;
  --program-tint: #f1f7ff;
  --program-line: rgba(21, 87, 166, .24);
}

.program-group-yoga {
  --program-accent: #4d7f32;
  --program-tint: #f6fbf2;
  --program-line: rgba(77, 127, 50, .24);
}

.program-group-head {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 20px;
  padding: 18px 24px;
  color: var(--program-accent);
  border-bottom: 1px solid var(--program-line);
  background: rgba(255, 255, 255, .58);
}

.program-group-head p {
  order: 2;
  margin: 0;
  font-family: var(--serif-en);
  font-size: 20px;
  font-weight: 700;
  opacity: .62;
}

.program-group-head h3 {
  margin: 0;
  font-family: var(--serif-jp);
  font-size: 24px;
  font-weight: 800;
  line-height: 1.35;
}

.program-card-list {
  padding: 0 24px;
  background: rgba(255, 255, 255, .68);
}

.program-card {
  display: grid;
  grid-template-columns: 62px 1fr;
  gap: 18px;
  align-items: center;
  padding: 20px 0;
  border-bottom: 1px dashed var(--program-line);
}

.program-card:last-child {
  border-bottom: 0;
}

.program-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 52px;
  height: 52px;
  color: #fff;
  background: var(--program-accent);
  border-radius: 50%;
  font-family: var(--serif-en);
  font-size: 15px;
  font-weight: 800;
  line-height: 1;
}

.program-card h4 {
  margin: 0 0 6px;
  color: var(--program-accent);
  font-family: var(--serif-jp);
  font-size: 20px;
  font-weight: 800;
  line-height: 1.4;
}

.program-card p {
  margin: 0;
  color: var(--ink-soft);
  font-size: 14px;
  font-weight: 500;
  line-height: 1.75;
}

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

.schedule > .section-label,
.schedule > .section-title,
.schedule-lead,
.schedule-note,
.schedule-frame {
  width: min(100%, 1180px);
  margin-left: auto;
  margin-right: auto;
}

.schedule-lead {
  margin-top: -24px;
  margin-bottom: 28px;
  color: var(--ink-soft);
  font-size: 16px;
}

.schedule-frame {
  margin-top: 0;
  margin-bottom: 18px;
  padding: 18px;
  background: #fff;
  border: 1px solid var(--line);
  box-shadow: var(--shadow);
}

.schedule-frame img {
  width: 100%;
  height: auto;
}

.schedule-note {
  margin-top: 0;
  margin-bottom: 0;
  color: var(--blue-gray);
  font-size: 13px;
  font-weight: 700;
}

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

.trainers > .section-label,
.trainers > .section-title,
.trainer-lead,
.trainer-grid {
  width: min(100%, 1180px);
  margin-left: auto;
  margin-right: auto;
}

.trainer-lead {
  margin-top: -24px;
  margin-bottom: 34px;
  color: var(--ink-soft);
  font-size: 16px;
  font-weight: 700;
}

.trainer-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 20px;
}

.trainer-card {
  margin: 0;
  background: #fff;
  border: 1px solid var(--line);
  box-shadow: 0 16px 44px rgba(8, 30, 61, .08);
}

.trainer-card img {
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
}

.trainer-card h3 {
  margin: 0;
  padding: 18px 16px 20px;
  color: var(--teal-deep);
  font-family: var(--serif-jp);
  font-size: 19px;
  font-weight: 800;
  line-height: 1.3;
  text-align: center;
}

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

.campaign-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 28px;
  width: min(100%, 1040px);
  margin: 0 auto;
}

.price-card {
  padding: 42px;
  border: 1px solid var(--line);
  background: var(--surface);
  box-shadow: 0 20px 60px rgba(26, 22, 20, .08);
}

.price-card.featured {
  color: #fff;
  background: var(--teal-deep);
}

.price-card.featured h3,
.price-card.featured .price-main,
.price-card.featured li {
  color: #fff;
}

.price-card.featured .badge {
  color: var(--gold-light);
}

.price-main {
  margin: 18px 0 22px;
  color: var(--teal-deep);
  font-family: var(--serif-en);
  font-size: 52px;
  font-weight: 700;
  line-height: 1.12;
}

.price-before {
  text-decoration: line-through;
  text-decoration-thickness: 4px;
  text-decoration-color: currentColor;
}

.price-main small {
  margin-left: 8px;
  font-family: var(--sans-jp);
  font-size: 18px;
  font-style: normal;
  font-weight: 800;
}

.price-card ul {
  display: grid;
  gap: 10px;
  padding: 24px 0;
  margin: 0 0 20px;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  list-style: none;
}

.price-card li::before {
  content: "/";
  margin-right: 10px;
  color: var(--teal);
}

.price-card.featured ul {
  border-color: rgba(255, 255, 255, .18);
}

.price-note {
  width: min(100%, 1040px);
  margin: 24px auto 0;
  font-size: 13px;
}

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

.voice > .section-label,
.voice > .section-title {
  text-align: center;
}

.voice > .section-label::before {
  display: none;
}

.voice > .section-title {
  margin-bottom: 34px;
  color: #050505;
  font-family: var(--sans-jp);
  font-size: 58px;
  font-weight: 900;
  line-height: 1.18;
}

.voice-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 34px;
  width: min(100%, 1180px);
  margin: 0 auto;
}

blockquote {
  position: relative;
  display: flex;
  flex-direction: column;
  min-height: 430px;
  margin: 0;
  padding: 74px 42px 112px;
  overflow: hidden;
  background: #ededed;
  border: 0;
  box-shadow: none;
  clip-path: polygon(0 9%, 100% 0, 100% 91%, 0 100%);
}

blockquote h3 {
  margin: 0 0 22px;
  color: #30343a;
  font-family: var(--sans-jp);
  font-size: 24px;
  font-weight: 800;
  line-height: 1.65;
}

blockquote p {
  margin: 0;
  color: #3f4348;
  font-family: var(--sans-jp);
  font-size: 18px;
  font-weight: 600;
  line-height: 2;
}

blockquote cite {
  display: block;
  margin-top: 28px;
  color: var(--teal);
  font-size: 16px;
  font-style: normal;
  font-weight: 900;
}

blockquote::after {
  content: "VOICE";
  position: absolute;
  right: 34px;
  bottom: 26px;
  display: grid;
  place-items: center;
  width: 88px;
  height: 88px;
  color: #fff;
  background:
    linear-gradient(135deg, #73d6bd, #2899cb);
  border: 10px solid #fff;
  border-radius: 50%;
  box-shadow: 0 12px 30px rgba(12, 80, 115, .22);
  font-family: var(--serif-en);
  font-size: 13px;
  font-weight: 800;
}

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

.faq > .section-label,
.faq > .section-title,
.faq-list {
  width: min(100%, 980px);
  margin-left: auto;
  margin-right: auto;
}

.faq-list {
  display: grid;
  gap: 14px;
}

.faq-list article {
  padding: 28px 32px;
  background: #fff;
  border: 1px solid var(--line);
  box-shadow: 0 18px 38px rgba(7, 31, 61, .05);
}

.faq-list h3 {
  margin: 0;
  color: var(--teal-deep);
  font-family: var(--serif-jp);
  font-size: 20px;
  font-weight: 800;
  line-height: 1.55;
}

.faq-list p {
  margin: 12px 0 0;
  color: var(--ink-soft);
  font-size: 15px;
  font-weight: 600;
  line-height: 1.8;
}

.booking {
  padding: 104px 48px;
  color: #fff;
  background: var(--teal-deep);
}

.booking-inner {
  display: grid;
  grid-template-columns: .8fr 1.2fr;
  gap: 64px;
  width: min(100%, 1180px);
  margin: 0 auto;
}

.booking .section-label,
.booking .section-title em {
  color: var(--gold-light);
}

.booking .section-label::before {
  background: var(--gold-light);
}

.booking .section-title {
  color: #fff;
  margin-bottom: 22px;
}

.booking p {
  color: rgba(255, 255, 255, .74);
}

.flow-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1px;
  padding: 0;
  margin: 0;
  background: rgba(255, 255, 255, .16);
  list-style: none;
}

.flow-list li {
  min-height: 190px;
  padding: 28px;
  background: #0b2f5b;
}

.flow-list span {
  color: var(--gold-light);
  font-family: var(--serif-en);
  font-size: 20px;
  font-weight: 700;
}

.flow-list strong {
  display: block;
  margin: 12px 0 8px;
  font-family: var(--serif-jp);
  font-size: 22px;
}

.access {
  color: #fff;
  background: #071f3d;
}

.access-grid {
  display: grid;
  grid-template-columns: minmax(320px, .85fr) minmax(420px, 1.15fr);
  gap: 56px;
  width: min(100%, 1240px);
  margin: 0 auto;
  align-items: center;
}

.access-title {
  margin: 0 0 34px;
  color: #fff;
  font-family: var(--serif-en);
  font-size: 60px;
  font-weight: 700;
  line-height: 1.05;
}

.access-list {
  display: grid;
  gap: 22px;
  margin: 0 0 34px;
}

.access-list div {
  padding-bottom: 18px;
  border-bottom: 1px solid rgba(255, 255, 255, .16);
}

.access-list dt {
  margin-bottom: 4px;
  color: var(--gold-light);
  font-family: var(--serif-en);
  font-size: 14px;
  font-weight: 700;
}

.access-list dd {
  margin: 0;
  color: rgba(255, 255, 255, .82);
}

.access-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.access-map {
  width: 100%;
  min-height: 460px;
  overflow: hidden;
  background: rgba(255, 255, 255, .08);
  border: 1px solid rgba(255, 255, 255, .16);
}

.access-map iframe {
  display: block;
  width: 100%;
  height: 460px;
  min-height: 460px;
  border: 0;
  filter: grayscale(.08) contrast(.94);
}

.footer {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  padding: 42px 48px;
  color: rgba(255, 255, 255, .62);
  background: #041427;
  font-size: 13px;
}

.footer-brand {
  color: #fff;
  font-family: var(--serif-jp);
  font-size: 18px;
  font-weight: 700;
}

.footer-brand span {
  display: block;
  color: var(--gold-light);
  font-family: var(--serif-en);
  font-size: 12px;
}

.footer-official {
  display: inline-flex;
  margin-top: 12px;
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  text-decoration: underline;
  text-underline-offset: 4px;
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 12px 20px;
  max-width: 620px;
}

.footer-links a {
  color: rgba(255, 255, 255, .72);
  font-weight: 700;
}

.footer-links a:hover,
.footer-official:hover {
  color: #5bd7e9;
}

.footer p {
  margin: 0;
}

.floating-cta {
  position: fixed;
  right: 24px;
  bottom: 24px;
  z-index: 30;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 56px;
  padding: 0 28px;
  color: #fff;
  background: var(--teal-deep);
  box-shadow: 0 18px 50px rgba(8, 30, 61, .24);
  font-family: var(--sans-jp);
  font-weight: 700;
}

@media (max-width: 1000px) {
  body {
    padding-bottom: 108px;
  }

  .site-nav {
    padding: 18px 24px;
  }

  .site-nav:not(.is-scrolled) .nav-logo,
  .site-nav:not(.is-scrolled) .nav-logo span {
    color: #fff;
    text-shadow: 0 2px 14px rgba(0, 0, 0, .4);
  }

  .site-nav.is-scrolled {
    padding: 14px 24px;
  }

  .nav-links {
    display: none;
  }

  .hero,
  .section,
  .booking {
    padding-left: 24px;
    padding-right: 24px;
  }

  .hero {
    padding: 0;
    background: var(--teal-deep);
  }

  .hero-layout {
    display: block;
    position: relative;
    min-height: 100svh;
    overflow: hidden;
  }

  .hero-photo {
    position: absolute;
    inset: 0;
    z-index: 0;
    min-height: 100%;
  }

  .hero-photo::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(0deg, rgba(0,0,0,.42) 0%, rgba(0,0,0,.12) 48%, rgba(0,0,0,0) 100%);
  }

  .hero-photo img {
    object-position: 50% center;
  }

  .hero-content {
    min-height: 100svh;
    padding: 150px 24px 210px;
    background: transparent;
    color: #fff;
    justify-content: flex-end;
  }

  .hero-logo-mark {
    display: none;
  }

  .hero .hero-eyebrow,
  .hero-title,
  .hero-lead {
    color: #fff;
  }

  .hero-title {
    text-shadow: 0 4px 28px rgba(0,0,0,.24);
  }

  .hero-lead {
    text-shadow: 0 2px 16px rgba(0,0,0,.22);
  }

  .hero-notes {
    color: #fff;
  }

  .hero-notes span {
    border-color: rgba(255,255,255,.42);
    background: rgba(0,0,0,.28);
    backdrop-filter: blur(8px);
  }

  .hero-open {
    display: none;
  }

  .concept-grid,
  .studio-grid,
  .why-kickboxing-head,
  .booking-inner,
  .access-grid {
    grid-template-columns: 1fr;
    gap: 46px;
  }

  .hero-title {
    font-size: 46px;
  }

  .hero-campaign {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 80;
    width: auto;
    margin: 0;
    padding: 14px 20px calc(16px + env(safe-area-inset-bottom));
    box-shadow: 0 -14px 34px rgba(7, 31, 61, .22);
  }

  .hero-marquee {
    display: none;
  }

  .section-title {
    font-size: 40px;
  }

  .concept-statement {
    font-size: 28px;
  }

  .access-title {
    font-size: 52px;
  }

  .concept-statement {
    position: static;
  }

  .feature-grid,
  .kick-benefit-grid,
  .campaign-grid,
  .voice-grid,
  .trainer-grid {
    grid-template-columns: 1fr;
  }

  .voice > .section-title {
    font-size: 48px;
  }

  blockquote {
    min-height: auto;
  }

  .kick-benefit-grid {
    gap: 1px;
  }

  .trainer-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .program-group-head {
    align-items: flex-start;
    flex-direction: column;
    gap: 4px;
  }

  .schedule-frame {
    overflow-x: auto;
    padding: 12px;
  }

  .schedule-frame img {
    min-width: 920px;
  }

  .access-map,
  .access-map iframe {
    height: 360px;
    min-height: 360px;
  }
}

@media (max-width: 640px) {
  body {
    padding-bottom: 120px;
  }

  .nav-logo {
    font-size: 15px;
  }

  .nav-cta {
    min-height: 38px;
    padding-inline: 16px;
  }

  .hero {
    min-height: auto;
    padding: 0;
  }

  .hero-title {
    font-size: 39px;
  }

  .hero-lead {
    max-width: 320px;
    font-size: 15px;
  }

  .hero .hero-eyebrow {
    max-width: 260px;
  }

  .hero-content {
    padding: 138px 20px 206px;
  }

  .hero-photo img {
    object-position: 48% center;
  }

  .hero-campaign p {
    font-size: 14px;
  }

  .hero-campaign a {
    min-height: 52px;
    font-size: 14px;
  }

  .section-title {
    font-size: 32px;
  }

  .concept-statement {
    font-size: 24px;
  }

  .access-title {
    font-size: 42px;
  }

  .hero-actions,
  .access-actions {
    display: grid;
    grid-template-columns: 1fr;
  }

  .btn {
    width: 100%;
  }

  .hero-marquee {
    display: none;
  }

  .section,
  .booking {
    padding-top: 76px;
    padding-bottom: 76px;
  }

  .feature-card,
  .kick-benefit-card,
  .price-card,
  blockquote {
    padding: 28px;
  }

  .voice > .section-title {
    font-size: 38px;
  }

  blockquote {
    min-height: 390px;
    padding: 58px 28px 104px;
  }

  blockquote h3 {
    font-size: 20px;
    line-height: 1.55;
  }

  blockquote p {
    font-size: 15px;
    line-height: 1.85;
  }

  blockquote cite {
    font-size: 14px;
  }

  blockquote::after {
    right: 22px;
    bottom: 22px;
    width: 74px;
    height: 74px;
    border-width: 8px;
    font-size: 11px;
  }

  .trainer-card h3 {
    padding: 28px;
  }

  .feature-card-photo {
    min-height: 460px;
    padding: 0;
  }

  .feature-card-photo-copy {
    min-height: 460px;
    padding: 28px 24px 84px;
  }

  .feature-card-photo p {
    margin-top: 14px;
    padding: 14px 16px;
    font-size: 13px;
    line-height: 1.72;
  }

  .faq-list h3 {
    font-size: 18px;
  }

  .faq-list p {
    font-size: 14px;
  }

  .faq-list article {
    padding: 24px;
  }

  .why-kickboxing-head p {
    font-size: 14px;
  }

  .kick-benefit-card {
    min-height: auto;
  }

  .kick-benefit-card strong {
    margin-top: 20px;
    font-size: 40px;
  }

  .price-main {
    font-size: 40px;
  }

  .price-main small {
    display: block;
    margin: 8px 0 0;
    font-size: 16px;
  }

  .trainer-grid {
    gap: 14px;
  }

  .trainer-card h3 {
    padding: 14px 10px 16px;
    font-size: 16px;
  }

  .program-groups {
    gap: 18px;
  }

  .program-visual {
    margin-top: -18px;
    margin-bottom: 32px;
  }

  .program-visual img {
    min-height: 260px;
    object-fit: cover;
  }

  .program-group-head {
    padding: 16px 18px;
  }

  .program-group-head h3 {
    font-size: 20px;
  }

  .program-group-head p {
    font-size: 16px;
  }

  .program-card-list {
    padding: 0 18px;
  }

  .program-card {
    grid-template-columns: 48px 1fr;
    gap: 14px;
    padding: 17px 0;
  }

  .program-icon {
    width: 42px;
    height: 42px;
    font-size: 12px;
  }

  .program-card h4 {
    font-size: 17px;
  }

  .program-card p {
    font-size: 13px;
  }

  .schedule-lead {
    margin-top: -18px;
    font-size: 14px;
  }

  .trainer-lead {
    margin-top: -18px;
    margin-bottom: 24px;
    font-size: 14px;
  }

  .schedule-frame {
    margin-left: -24px;
    margin-right: -24px;
    width: calc(100% + 48px);
    border-left: 0;
    border-right: 0;
  }

  .schedule-frame img {
    min-width: 760px;
  }

  .flow-list {
    grid-template-columns: 1fr;
  }

  .footer {
    display: block;
    padding: 34px 24px 98px;
  }

  .footer p {
    margin-top: 16px;
  }

  .footer-links {
    justify-content: flex-start;
    margin-top: 24px;
  }

  .floating-cta {
    left: 16px;
    right: 16px;
    bottom: 16px;
  }
}

/* Final LP direction: UBX-inspired, K-1 Jiyugaoka adjusted. */
.btn-dark,
.hero-campaign a,
.booking .btn-gold,
.access .btn-gold {
  color: #031326;
  background: linear-gradient(90deg, #28e58a 0%, #5bd7e9 100%);
  border-color: transparent;
  border-radius: 999px;
  box-shadow: 0 18px 42px rgba(16, 202, 166, .28);
}

.btn-dark::after,
.booking .btn-gold::after,
.access .btn-gold::after {
  content: ">";
  margin-left: 12px;
  font-family: var(--serif-en);
  font-weight: 800;
}

.hero-campaign a::before {
  content: none;
}

.hero {
  background:
    linear-gradient(135deg, rgba(41, 214, 190, .28) 0 1px, transparent 1px 100%),
    #fff;
  background-size: 560px 560px, auto;
}

.hero-content::before {
  content: "BODY MAKE";
  position: absolute;
  left: 8vw;
  bottom: 68px;
  z-index: -1;
  color: rgba(7, 31, 61, .07);
  font-family: var(--serif-en);
  font-size: 88px;
  font-weight: 800;
  line-height: .88;
}

.hero-title,
.section-title,
.access-title {
  font-family: var(--sans-jp);
  font-weight: 900;
}

.section {
  position: relative;
  overflow: hidden;
}

.section-label {
  color: #11aeb8;
  font-weight: 800;
}

.section-title {
  color: #06172d;
}

.concept-image img,
.studio-image img,
.program-visual img {
  clip-path: polygon(0 5%, 100% 0, 100% 95%, 0 100%);
}

.concept-statement {
  color: #050505;
  font-weight: 900;
}

.concept-quote {
  display: inline;
  background: linear-gradient(transparent 58%, rgba(40, 229, 138, .35) 58%);
}

.reason .section-title {
  font-size: 52px;
  line-height: 1.22;
}

.feature-grid {
  gap: 18px;
  background: transparent;
}

.feature-card-photo {
  min-height: 540px;
  background: #fff;
  box-shadow: 0 28px 58px rgba(7, 31, 61, .1);
  clip-path: polygon(0 5%, 100% 0, 100% 95%, 0 100%);
}

.feature-card-photo-copy {
  min-height: 540px;
}

.feature-card.feature-card-photo .num {
  border: 1px solid rgba(7, 31, 61, .12);
}

.feature-card-photo h3,
.feature-card-photo p {
  backdrop-filter: blur(8px);
}

.why-kickboxing,
.booking,
.access {
  color: #fff;
  background: #02070d;
}

.why-kickboxing::before,
.booking::before {
  content: "KICKBOXING";
  position: absolute;
  left: -30px;
  top: 20px;
  color: rgba(86, 214, 201, .16);
  font-family: var(--serif-en);
  font-size: 92px;
  font-weight: 500;
  line-height: .86;
}

.why-kickboxing .section-label,
.why-kickboxing .section-title,
.why-kickboxing .section-title em,
.booking .section-title,
.booking .section-label {
  color: #fff;
}

.why-kickboxing-head p {
  color: rgba(255, 255, 255, .74);
  font-weight: 700;
}

.kick-benefit-grid {
  gap: 18px;
  background: transparent;
}

.kick-benefit-card {
  color: #fff;
  background: rgba(255, 255, 255, .035);
  border: 1px solid rgba(54, 220, 205, .42);
  clip-path: polygon(0 7%, 100% 0, 100% 93%, 0 100%);
}

.kick-benefit-card span,
.kick-benefit-card strong,
.kick-benefit-card h3 {
  color: #55d9ce;
}

.kick-benefit-card p {
  color: rgba(255, 255, 255, .72);
}

.studio {
  color: #fff;
  background: #02070d;
}

.studio::before {
  content: "STUDIO";
  position: absolute;
  right: -20px;
  top: 34px;
  color: rgba(86, 214, 201, .18);
  font-family: var(--serif-en);
  font-size: 112px;
  font-weight: 500;
  line-height: 1;
}

.studio .section-label,
.studio .section-title {
  color: #fff;
}

.studio-copy p {
  color: rgba(255, 255, 255, .78);
  font-size: 17px;
  font-weight: 700;
}

.program::before {
  content: "PROGRAM";
  position: absolute;
  left: -18px;
  top: 38px;
  color: rgba(17, 174, 184, .16);
  font-family: var(--serif-en);
  font-size: 112px;
  font-weight: 500;
  line-height: .9;
}

.program-visual {
  border: 0;
  box-shadow: 0 30px 70px rgba(7, 31, 61, .15);
}

.program-group {
  border: 1px solid var(--program-accent);
  box-shadow: 0 18px 40px rgba(7, 31, 61, .06);
}

.program-group-head {
  background: #fff;
}

.campaign {
  color: #fff;
  background: #02070d;
}

.campaign::before {
  content: "CAMPAIGN";
  position: absolute;
  left: -18px;
  top: 36px;
  color: rgba(86, 214, 201, .15);
  font-family: var(--serif-en);
  font-size: 108px;
  font-weight: 500;
  line-height: .9;
}

.campaign .section-label,
.campaign .section-title {
  color: #fff;
}

.price-card {
  border: 0;
  clip-path: polygon(0 6%, 100% 0, 100% 94%, 0 100%);
}

.voice {
  background: #fff;
}

.voice::before {
  content: "VOICE";
  position: absolute;
  left: -20px;
  top: 28px;
  color: rgba(17, 174, 184, .14);
  font-family: var(--serif-en);
  font-size: 118px;
  font-weight: 500;
  line-height: 1;
}

.faq {
  background: #f3f8fb;
}

.faq-list article {
  clip-path: polygon(0 8%, 100% 0, 100% 92%, 0 100%);
  border: 0;
}

@media (max-width: 1000px) {
  .site-nav {
    z-index: 90;
  }

  .hero-layout {
    min-height: 100svh;
  }

  .hero::before {
    content: "BODY\A MAKE";
    white-space: pre;
    position: absolute;
    left: 10px;
    top: 88px;
    z-index: 2;
    color: rgba(255, 255, 255, .86);
    font-family: var(--serif-en);
    font-size: 78px;
    font-weight: 800;
    line-height: .74;
    writing-mode: vertical-rl;
    pointer-events: none;
  }

  .hero-content::before {
    content: none;
  }

  .hero-photo::after {
    background: linear-gradient(0deg, rgba(0, 0, 0, .5) 0%, rgba(0, 0, 0, .1) 44%, rgba(0, 0, 0, 0) 100%);
  }

  .hero-content {
    align-items: flex-start;
  }

  .hero-title {
    width: 100%;
    padding: 10px 0;
    color: #fff;
    font-size: 46px;
    line-height: 1.08;
  }

  .hero-lead {
    max-width: 340px;
    font-weight: 800;
  }

  .hero-notes {
    display: grid;
    grid-template-columns: 1fr;
    gap: 8px;
  }

  .hero-notes span {
    width: fit-content;
    min-width: 0;
    transform: skew(-8deg);
    color: #031326;
    background: rgba(255, 255, 255, .92);
    border: 0;
  }

  .section {
    padding-left: 22px;
    padding-right: 22px;
  }

  .section-title {
    font-size: 42px;
    line-height: 1.16;
  }

  .section-label {
    margin-bottom: 18px;
    font-size: 14px;
  }

  .concept-statement {
    font-size: 35px;
    line-height: 1.28;
  }

  .concept-image {
    margin-left: -22px;
    margin-right: -22px;
  }

  .reason .section-title {
    font-size: 42px;
  }

  .feature-grid {
    gap: 12px;
  }

  .feature-card-photo,
  .feature-card-photo-copy {
    min-height: 520px;
  }

  .feature-card-photo {
    margin-left: -8px;
    margin-right: -8px;
  }

  .feature-card-photo h3 {
    font-size: 24px;
    line-height: 1.35;
  }

  .why-kickboxing::before,
  .studio::before,
  .program::before,
  .campaign::before,
  .voice::before {
    font-size: 78px;
  }

  .why-kickboxing-head {
    align-items: start;
  }

  .kick-benefit-grid {
    gap: 12px;
  }

  .kick-benefit-card {
    min-height: 230px;
  }

  .studio-image {
    margin-left: -22px;
    margin-right: -22px;
  }

  .program-visual {
    margin-left: -22px;
    margin-right: -22px;
    width: calc(100% + 44px);
  }

  .campaign-grid {
    gap: 18px;
  }

  .voice-grid {
    gap: 24px;
  }
}

@media (max-width: 640px) {
  .site-nav {
    padding: 18px 24px;
  }

  .nav-logo {
    max-width: 230px;
  }

  .hero::before {
    font-size: 68px;
  }

  .hero-content {
    padding: 134px 22px 216px;
  }

  .hero-title {
    font-size: 40px;
  }

  .section-title,
  .reason .section-title {
    font-size: 34px;
  }

  .concept-statement {
    font-size: 30px;
  }

  .concept-body,
  .studio-copy p {
    font-size: 15px;
  }

  .feature-card-photo,
  .feature-card-photo-copy {
    min-height: 500px;
  }

  .feature-card-photo-copy {
    padding-bottom: 48px;
  }

  .feature-card-photo h3 {
    font-size: 22px;
  }

  .feature-card-photo p {
    font-size: 13px;
  }

  .why-kickboxing,
  .studio,
  .campaign,
  .booking,
  .access {
    margin-left: -1px;
    margin-right: -1px;
  }

  .why-kickboxing::before,
  .studio::before,
  .program::before,
  .campaign::before,
  .voice::before {
    font-size: 56px;
  }

  .program-visual img {
    min-height: 300px;
  }

  .price-card {
    padding: 36px 28px;
  }

  .voice > .section-title {
    font-size: 42px;
  }

  blockquote {
    min-height: 360px;
  }

  .faq-list article {
    padding: 30px 24px;
  }
}
