:root {
  --orange: #f45a13;
  --orange-deep: #df3409;
  --orange-light: #fff2e6;
  --yellow: #f7b816;
  --green: #079343;
  --green-deep: #047235;
  --navy: #07345c;
  --ink: #211b17;
  --muted: #6f6259;
  --cream: #fffaf4;
  --line: #efd6bd;
  --white: #fff;
  --shadow: 0 14px 34px rgba(89, 49, 18, .12);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  overflow-x: hidden;
  color: var(--ink);
  background: var(--white);
  font-family: "Yu Gothic", "Hiragino Kaku Gothic ProN", "Meiryo", sans-serif;
  line-height: 1.7;
  font-weight: 600;
}

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

a {
  color: inherit;
}

h1,
h2,
h3 {
  font-weight: 800;
}

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

.section {
  padding: 74px 0;
}

.section-title {
  margin: 0 0 38px;
  text-align: center;
  font-size: clamp(27px, 4vw, 42px);
  font-weight: 800;
  line-height: 1.35;
  letter-spacing: .04em;
}

.section-title span {
  color: var(--orange);
}

.section-title--spark::before,
.section-title--spark::after {
  content: "◆";
  margin: 0 .55em;
  color: var(--yellow);
  font-size: .5em;
  vertical-align: middle;
}

.section-title--line {
  display: flex;
  align-items: center;
  gap: 20px;
  color: var(--orange);
}

.section-title--line::before,
.section-title--line::after {
  content: "";
  flex: 1;
  border-top: 3px dotted var(--yellow);
}

.hero {
  position: relative;
  min-height: 860px;
  overflow: hidden;
  background:
    radial-gradient(circle at 15% 12%, rgba(255,255,255,.95), transparent 31%),
    linear-gradient(105deg, #fff 0%, #fffaf5 45%, #f6e6d4 100%);
}

.hero::after {
  position: absolute;
  right: -8%;
  bottom: -100px;
  width: 48%;
  height: 210px;
  border-radius: 50%;
  background: rgba(255, 255, 255, .64);
  content: "";
  filter: blur(20px);
}

.hero__inner {
  position: relative;
  display: grid;
  grid-template-columns: 53% 47%;
  min-height: 760px;
  align-items: center;
}

.hero__copy {
  position: relative;
  z-index: 3;
  padding: 48px 0 34px;
}

.hero__eyebrow {
  margin: 0 0 10px;
  font-size: clamp(22px, 2.5vw, 32px);
  letter-spacing: .08em;
}

.hero__eyebrow span {
  color: var(--orange-deep);
}

.hero__ribbon {
  display: inline-block;
  position: relative;
  margin: 0 0 10px;
  padding: 5px 42px;
  color: #fff;
  background: linear-gradient(90deg, var(--orange-deep), var(--orange));
  font-size: clamp(17px, 2vw, 24px);
  letter-spacing: .04em;
  box-shadow: 0 5px 10px rgba(223, 52, 9, .18);
}

.hero__ribbon::before,
.hero__ribbon::after {
  position: absolute;
  top: 0;
  width: 24px;
  height: 100%;
  content: "";
  background: inherit;
}

.hero__ribbon::before {
  left: -15px;
  clip-path: polygon(0 0, 100% 0, 76% 50%, 100% 100%, 0 100%, 24% 50%);
}

.hero__ribbon::after {
  right: -15px;
  clip-path: polygon(0 0, 100% 0, 76% 50%, 100% 100%, 0 100%, 24% 50%);
  transform: rotate(180deg);
}

.hero h1 {
  margin: 0;
  font-size: clamp(50px, 6.1vw, 79px);
  line-height: 1.08;
  letter-spacing: -.045em;
  white-space: nowrap;
}

.hero__small {
  font-size: .74em;
}

.hero__accent {
  color: var(--orange-deep);
}

.hero__lead {
  margin: 24px 0 16px;
  font-size: clamp(19px, 2vw, 25px);
}

.hero__lead strong {
  color: #e51d0b;
  border-bottom: 3px solid #e51d0b;
}

.hero__date {
  display: flex;
  align-items: center;
  gap: 36px;
  width: fit-content;
  padding: 14px 40px;
  border: 4px solid var(--orange);
  border-radius: 24px;
  color: var(--orange-deep);
  background: rgba(255,255,255,.9);
  font-size: 50px;
  white-space: nowrap;
  box-shadow: 0 5px 16px rgba(113, 50, 15, .1);
}

.hero__badges {
  display: flex;
  align-items: center;
  gap: 28px;
  margin-top: 28px;
}

.hero__time {
  padding-left: 36px;
  border-left: 2px solid #e5bea0;
  color: var(--ink);
}

.weekday {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 1.65em;
  height: 1.65em;
  margin-left: .24em;
  border-radius: 50%;
  color: #fff;
  background: #e3372b;
  font-size: .55em;
  vertical-align: middle;
}

.hero__visual {
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  width: 65%;
  height: 100%;
}

.hero__visual img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: right center;
  mix-blend-mode: multiply;
  mask-image: linear-gradient(90deg, transparent 0%, #000 18%, #000 100%);
}

.free-badge,
.recommend-badge {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  min-height: 140px;
  padding: 18px 34px;
  border-radius: 42px;
  text-align: center;
}

.free-badge {
  width: 260px;
  border: 4px solid rgba(255,255,255,.92);
  border-radius: 42px;
  color: #fff;
  background: linear-gradient(145deg, #ef5a0c, #c93004);
  font-size: 46px;
  font-weight: 800;
  line-height: 1.1;
  white-space: nowrap;
  text-align: center;
  box-shadow: 0 8px 22px rgba(173, 55, 5, .28);
}

.recommend-badge {
  width: 560px;
  border: 4px solid #f6b04c;
  color: #6d280b;
  background: #fff8e9;
  font-size: 30px;
  line-height: 1.45;
  box-shadow: 0 7px 18px rgba(114, 44, 7, .1);
}

.recommend-badge span {
  white-space: nowrap;
}

.recommend-badge strong {
  display: block;
  color: var(--orange-deep);
  font-size: 38px;
}

.hero-cta {
  padding: 34px 0 42px;
  background: linear-gradient(90deg, #fff8ef, #fff, #fff8ef);
}

.hero-cta__inner {
  max-width: 780px;
}

.hero-cta__inner p {
  margin: 0 0 12px;
  color: var(--orange-deep);
  font-size: 24px;
  font-weight: 800;
  text-align: center;
}

.concerns {
  padding-top: 42px;
  background: #fff;
}

.concerns__panel {
  padding: 34px 44px;
  border-radius: 18px;
  background: linear-gradient(110deg, #fff9f2, #fff);
  box-shadow: var(--shadow);
}

.check-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.check-list--two {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px 55px;
}

.check-list li {
  position: relative;
  padding-left: 37px;
  font-size: 24px;
}

.check-list li::before {
  position: absolute;
  top: .34em;
  left: 0;
  display: grid;
  place-content: center;
  width: 22px;
  height: 22px;
  border: 2px solid var(--orange);
  color: var(--orange);
  background: #fff;
  content: "✓";
  font-size: 17px;
  font-weight: 900;
  line-height: 1;
}

.mistakes {
  padding-top: 22px;
  background: linear-gradient(#fff, #fffaf4);
}

.band-title {
  margin: 0;
  padding: 10px 20px;
  color: #fff;
  background: linear-gradient(90deg, #062c51, #0d4778, #062c51);
  font-size: clamp(22px, 3vw, 31px);
  font-weight: 800;
  letter-spacing: .08em;
  text-align: center;
}

.mistake-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  border: 1px solid #d9d9d9;
  border-top: 0;
  background: #fff;
}

.mistake-card {
  min-height: 190px;
  padding: 25px 12px 18px;
  border-right: 1px solid #ddd;
  text-align: center;
}

.mistake-card:last-child {
  border-right: 0;
}

.mistake-card h3 {
  margin: 12px 0 0;
  font-size: 17px;
  line-height: 1.6;
}

.mistake-card__icon {
  width: 92px;
  height: 82px;
  margin: auto;
  object-fit: contain;
  mix-blend-mode: multiply;
}

.cause-block {
  padding: 18px 0 0;
  text-align: center;
}

.cause-block p {
  margin: 8px 0;
  font-size: 23px;
}

.cause-block__lead {
  font-size: 28px !important;
}

.cause-chips {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
  margin: 12px 0;
}

.cause-chips span {
  padding: 8px 15px;
  border: 2px solid #f2a36f;
  border-radius: 10px;
  color: #68270b;
  background: #fff;
  font-size: clamp(19px, 2vw, 23px);
  font-weight: 800;
  white-space: nowrap;
  box-shadow: 0 8px 20px rgba(151, 65, 15, .14);
}

.cause-chips span::before {
  margin-right: 10px;
  color: #fff;
  background: var(--orange);
  content: "✓";
  padding: 1px 7px;
  border-radius: 50%;
}

.learn {
  background: #fff;
  text-align: center;
}

.learn__headline {
  margin: 0 0 42px;
  font-size: clamp(28px, 4vw, 43px);
  font-weight: 800;
  line-height: 1.55;
}

.learn__headline span {
  color: #ed2918;
}

.section-kicker {
  margin: 0 0 22px;
  font-size: clamp(20px, 3vw, 29px);
  font-weight: 800;
}

.section-kicker::before,
.section-kicker::after {
  content: "◆";
  margin: 0 18px;
  color: var(--yellow);
  font-size: .55em;
}

.learn-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 10px;
}

.learn-grid article {
  position: relative;
  min-height: 195px;
  padding: 48px 8px 14px;
  border: 2px solid var(--orange);
  border-radius: 9px;
  background: #fff;
}

.learn-grid span {
  position: absolute;
  top: 0;
  left: 50%;
  padding: 5px 14px;
  border-radius: 0 0 14px 14px;
  color: #fff;
  background: var(--orange);
  font-size: 14px;
  transform: translateX(-50%);
}

.learn-grid h3 {
  margin: 0;
  font-size: 15px;
  line-height: 1.6;
}

.learn-grid img {
  width: 72px;
  height: 65px;
  margin: 10px auto 0;
  object-fit: contain;
  mix-blend-mode: multiply;
}

.voices {
  background: linear-gradient(#fff, #fffaf5);
}

.voice-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 44px;
}

.voice-card {
  position: relative;
  min-height: 480px;
}

.voice-card__bubble {
  position: relative;
  min-height: 190px;
  padding: 28px 30px;
  border: 2px solid #efcda8;
  border-radius: 25px;
  background: linear-gradient(145deg, #fffaf5, #fff);
  font-size: 24px;
  font-weight: 500;
  box-shadow: 0 8px 20px rgba(96, 60, 28, .04);
}

.voice-card__bubble::after {
  position: absolute;
  bottom: -23px;
  left: calc(8% + 54px);
  width: 0;
  height: 0;
  border-top: 24px solid #fff;
  border-left: 27px solid transparent;
  content: "";
}

.voice-card__bubble::before {
  position: absolute;
  bottom: -27px;
  left: calc(8% + 50px);
  width: 0;
  height: 0;
  border-top: 27px solid #efcda8;
  border-left: 31px solid transparent;
  content: "";
}

.voice-card__bubble p {
  margin: 0;
}

.voice-card__bubble strong {
  color: var(--orange);
  font-weight: 700;
}

.voice-card__person {
  position: absolute;
  bottom: 0;
  left: 8%;
  width: 170px;
  height: 184px;
  object-fit: contain;
  object-position: center bottom;
  mix-blend-mode: multiply;
}

.voice-card__age {
  position: absolute;
  right: 4%;
  bottom: 38px;
  display: grid;
  place-content: center;
  width: 94px;
  height: 94px;
  margin: 0;
  border-radius: 50%;
  color: #fff;
  background: linear-gradient(145deg, #ff7818, #e84708);
  font-size: 20px;
  line-height: 1.25;
  text-align: center;
}

.event {
  padding-top: 15px;
  background: #fffaf5;
}

.event-card {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  overflow: hidden;
  border: 3px solid var(--orange);
  border-radius: 25px;
  background: #fff;
}

.event-card__details {
  padding: 36px 46px 44px;
}

.event-card__details h2 {
  margin: 0 0 24px;
  color: var(--orange);
  font-size: 42px;
}

.event-card dl {
  margin: 0;
}

.event-card dl > div {
  display: grid;
  grid-template-columns: 150px 1fr;
  align-items: center;
  padding: 20px 0;
  border-top: 2px dashed #e6cbb4;
}

.event-card dl > div:first-child {
  border-top: 0;
}

.event-card dt {
  padding: 10px 16px;
  color: #fff;
  background: linear-gradient(90deg, #fb6817, #ee4b08);
  font-size: 26px;
  text-align: center;
}

.event-card dd {
  margin: 0;
  padding-left: 34px;
  font-size: 28px;
}

.event-card dd > strong {
  font-size: 29px;
}

.event-card dd > strong:first-child:last-child {
  font-size: 42px;
}

.event-card__date > strong:first-child:last-child {
  font-size: 38px;
}

.event-card dd small {
  font-size: 22px;
}

.event-card__phone {
  color: var(--orange-deep);
  font-size: 26px;
  font-weight: 800;
}

.instructor {
  background: #fff;
}

.instructor__panel {
  display: grid;
  grid-template-columns: 1fr 290px;
  overflow: hidden;
  border-radius: 18px;
  background: linear-gradient(100deg, #fffaf5, #fff);
  box-shadow: var(--shadow);
}

.instructor__content {
  padding: 34px 34px 28px;
}

.instructor__content h2 {
  margin: 0 0 20px;
  font-size: clamp(25px, 3.4vw, 37px);
  line-height: 1.45;
}

.instructor__content h2 span {
  color: #f12e15;
}

.check-list--compact {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px 45px;
  max-width: 600px;
  margin-bottom: 24px;
}

.check-list--compact li {
  font-size: 25px;
}

.instructor__content > p {
  margin: 0;
  max-width: 720px;
  font-size: 22px;
}

.instructor__photo {
  position: relative;
  min-height: 330px;
  background: #f7eee5;
}

.instructor__photo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center bottom;
}

.instructor__profile {
  position: absolute;
  right: 14px;
  bottom: 14px;
  display: grid;
  min-width: 175px;
  padding: 10px 14px;
  border: 2px solid #f2c18e;
  border-radius: 12px;
  background: rgba(255, 255, 255, .94);
  line-height: 1.3;
  text-align: center;
  box-shadow: 0 5px 16px rgba(77, 53, 25, .1);
}

.instructor__profile span {
  color: var(--orange-deep);
  font-size: 15px;
  font-weight: 700;
}

.instructor__profile strong {
  font-size: 28px;
}

.instructor__profile small {
  font-size: 12px;
}

.instructor__bubble {
  position: absolute;
  top: 20px;
  left: -65px;
  display: grid;
  place-content: center;
  width: 142px;
  height: 105px;
  border: 2px solid #f4c766;
  border-radius: 50%;
  background: rgba(255,255,255,.95);
  font-size: 17px;
  line-height: 1.4;
  text-align: center;
  box-shadow: 0 6px 15px rgba(77, 53, 25, .08);
}

.recommend {
  padding-top: 5px;
}

.recommend-list {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 18px;
}

.recommend-list p {
  position: relative;
  margin: 0;
  padding: 44px 15px 18px;
  border: 1px solid #f0dac8;
  border-radius: 16px;
  background: #fffaf5;
  font-size: 19px;
  text-align: center;
  box-shadow: 0 8px 18px rgba(93, 52, 18, .06);
}

.recommend-list p::before {
  position: absolute;
  top: -16px;
  left: 50%;
  display: grid;
  place-content: center;
  width: 44px;
  height: 44px;
  border: 3px solid #fff;
  border-radius: 50%;
  color: #fff;
  background: var(--orange);
  content: "✓";
  font-size: 23px;
  transform: translateX(-50%);
}

.cta {
  padding: 50px 0;
  background: linear-gradient(90deg, #fff8ef, #fff, #fff8ef);
}

.cta__inner {
  display: grid;
  grid-template-columns: 170px 1fr;
  align-items: center;
  gap: 30px;
  max-width: 930px;
}

.cta__free {
  display: grid;
  place-content: center;
  width: 150px;
  height: 150px;
  border: 3px solid var(--orange);
  border-radius: 50%;
  color: var(--orange);
  background: #fff;
  line-height: 1;
  text-align: center;
  transform: rotate(-5deg);
}

.cta__free small {
  font-size: 20px;
}

.cta__free strong {
  margin-top: 6px;
  font-size: 43px;
}

.cta__content > p {
  margin: 0 0 8px;
  font-size: 25px;
  text-align: center;
}

.cta-button {
  display: grid;
  grid-template-columns: 58px 1fr 35px;
  align-items: center;
  min-height: 82px;
  padding: 10px 22px;
  border-radius: 999px;
  color: #fff;
  background: linear-gradient(180deg, #11aa55, #048039);
  font-size: clamp(22px, 3vw, 32px);
  font-weight: 800;
  letter-spacing: .04em;
  text-align: center;
  text-decoration: none;
  box-shadow: 0 9px 0 #05652f, 0 15px 25px rgba(0, 113, 50, .22);
  transition: transform .2s ease, box-shadow .2s ease;
}

.cta-button:hover {
  transform: translateY(3px);
  box-shadow: 0 6px 0 #05652f, 0 10px 18px rgba(0, 113, 50, .2);
}

.cta-button:focus-visible {
  outline: 4px solid #ffd463;
  outline-offset: 4px;
}

.cta-button__icon {
  display: grid;
  place-content: center;
  width: 52px;
  height: 52px;
  border: 2px solid #fff;
  border-radius: 12px;
  font-size: 13px;
}

.cta-button__arrow {
  font-size: 48px;
  font-weight: 400;
  line-height: 1;
}

.gift {
  padding: 40px 0;
  color: #fff;
  background:
    radial-gradient(circle at 48% -20%, rgba(255,255,255,.22), transparent 34%),
    linear-gradient(110deg, #fb8311, #f05b00);
}

.gift__inner {
  display: grid;
  grid-template-columns: 230px 1fr 1.3fr;
  align-items: center;
  gap: 24px;
}

.gift__title {
  padding-right: 26px;
  border-right: 2px solid rgba(255,255,255,.75);
  font-size: 26px;
  line-height: 1.5;
}

.gift__title strong {
  display: block;
  font-size: 30px;
}

.gift__item {
  position: relative;
  display: flex;
  align-items: flex-start;
  gap: 14px;
}

.gift__item--note {
  min-height: 150px;
  padding-right: 118px;
}

.gift__number {
  display: grid;
  flex: 0 0 auto;
  place-content: center;
  width: 39px;
  height: 39px;
  border-radius: 50%;
  color: #6b4a2e;
  background: #fff;
  font-size: 20px;
}

.gift__item p {
  margin: 0;
  font-size: 24px;
}

.gift__item small {
  display: block;
}

.gift__item strong {
  display: block;
  font-size: 27px;
}

.gift__item em {
  font-style: normal;
  font-size: 31px;
}

.gift__note-cover {
  position: absolute;
  top: -34px;
  right: 4px;
  width: 94px;
  height: 132px;
  border: 2px solid rgba(255,255,255,.75);
  object-fit: cover;
  box-shadow: 0 8px 16px rgba(104, 38, 0, .27);
  transform: rotate(-7deg);
}

.gift__note {
  grid-column: 2 / -1;
  margin: -8px 0 0;
  font-size: 18px;
}

.application {
  background: linear-gradient(180deg, #fff, #fff8f0);
}

.application__inner {
  max-width: 940px;
}

.application__heading {
  margin-bottom: 34px;
  text-align: center;
}

.application__kicker {
  width: fit-content;
  margin: 0 auto 10px;
  padding: 5px 18px;
  border-radius: 999px;
  color: var(--orange-deep);
  background: var(--orange-light);
  font-size: 15px;
}

.application__heading h2 {
  margin: 0;
  font-size: clamp(34px, 5vw, 52px);
  line-height: 1.35;
}

.application__heading > p:last-child {
  margin: 8px 0 0;
  font-size: 23px;
}

.application-form {
  padding: 38px 42px;
  border: 1px solid #ecd8c6;
  border-radius: 22px;
  background: #fff;
  box-shadow: var(--shadow);
}

.form-field {
  margin-bottom: 22px;
}

.form-field label {
  display: block;
  margin-bottom: 7px;
  font-size: 20px;
}

.form-field label span {
  margin-left: 5px;
  color: #e5342a;
  font-size: 13px;
}

.form-field input {
  width: 100%;
  height: 54px;
  padding: 10px 14px;
  border: 1px solid #d9d2cc;
  border-radius: 8px;
  color: var(--ink);
  background: #fff;
  font: inherit;
  font-weight: 500;
  transition: border-color .2s ease, box-shadow .2s ease;
}

.form-field input:focus {
  border-color: var(--orange);
  outline: 0;
  box-shadow: 0 0 0 4px rgba(244, 90, 19, .12);
}

.form-field input.is-invalid {
  border-color: #d92e2e;
  background: #fff8f8;
}

.form-error {
  min-height: 1.5em;
  margin: 4px 0 0;
  color: #c92323;
  font-size: 13px;
}

.form-consent {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  width: fit-content;
  cursor: pointer;
  font-size: 18px;
}

.form-consent input {
  flex: 0 0 auto;
  width: 20px;
  height: 20px;
  margin: 3px 0 0;
  accent-color: var(--orange);
}

.form-error--consent {
  margin-left: 30px;
}

.privacy-policy {
  margin: 14px 0 25px;
  overflow: hidden;
  border: 1px solid #ded7d1;
  border-radius: 9px;
  background: #fff;
}

.privacy-policy summary {
  position: relative;
  padding: 15px 48px 15px 18px;
  cursor: pointer;
  list-style: none;
  font-size: 18px;
}

.privacy-policy summary::-webkit-details-marker {
  display: none;
}

.privacy-policy summary::after {
  position: absolute;
  top: 50%;
  right: 20px;
  width: 10px;
  height: 10px;
  border-right: 2px solid var(--ink);
  border-bottom: 2px solid var(--ink);
  content: "";
  transform: translateY(-70%) rotate(45deg);
  transition: transform .2s ease;
}

.privacy-policy[open] summary::after {
  transform: translateY(-25%) rotate(225deg);
}

.privacy-policy div {
  padding: 0 18px 15px;
  border-top: 1px solid #eee4dc;
  color: var(--muted);
  font-size: 16px;
  font-weight: 500;
}

.privacy-policy p {
  margin: 12px 0 0;
}

.form-submit {
  width: 100%;
  min-height: 62px;
  border: 0;
  border-radius: 9px;
  color: #fff;
  background: linear-gradient(180deg, #13a953, #07863e);
  font: inherit;
  font-size: 21px;
  font-weight: 800;
  letter-spacing: .06em;
  cursor: pointer;
  box-shadow: 0 6px 0 #066c35;
  transition: transform .2s ease, box-shadow .2s ease;
}

.form-submit:hover {
  transform: translateY(2px);
  box-shadow: 0 4px 0 #066c35;
}

.form-submit:focus-visible {
  outline: 4px solid #ffd463;
  outline-offset: 4px;
}

.form-note {
  margin: 16px 0 0;
  color: var(--muted);
  font-size: 16px;
  text-align: center;
}

.form-success {
  padding: 48px 25px;
  border: 2px solid #77c994;
  border-radius: 22px;
  background: #f4fff8;
  text-align: center;
  box-shadow: var(--shadow);
}

.form-success span {
  display: grid;
  place-content: center;
  width: 64px;
  height: 64px;
  margin: 0 auto 15px;
  border-radius: 50%;
  color: #fff;
  background: var(--green);
  font-size: 36px;
}

.form-success h3 {
  margin: 0;
  font-size: 28px;
}

.form-success p {
  margin: 8px 0 0;
}

.floating-cta {
  position: fixed;
  z-index: 30;
  right: 18px;
  bottom: 18px;
  display: none;
  padding: 12px 22px;
  border-radius: 999px;
  color: #fff;
  background: var(--green);
  font-size: 15px;
  text-decoration: none;
  box-shadow: 0 8px 20px rgba(0, 105, 47, .28);
  transition: opacity .2s ease, transform .2s ease;
}

.floating-cta.is-hidden {
  pointer-events: none;
  opacity: 0;
  transform: translateY(14px);
}

.reveal {
  opacity: 0;
  transform: translateY(18px);
  transition: opacity .65s ease, transform .65s ease;
}

.reveal.is-visible {
  opacity: 1;
  transform: none;
}

.sp-only {
  display: none;
}

@media (max-width: 900px) {
  .hero {
    min-height: 850px;
  }

  .hero__inner {
    grid-template-columns: 1fr;
    align-items: start;
    min-height: 850px;
  }

  .hero__copy {
    padding-top: 45px;
  }

  .hero__visual {
    right: 0;
    width: 70%;
    opacity: .76;
  }

  .hero__visual img {
    object-position: right center;
  }

  .hero h1 {
    font-size: clamp(48px, 8vw, 70px);
  }

  .mistake-grid {
    grid-template-columns: repeat(5, minmax(145px, 1fr));
    overflow-x: auto;
  }

  .learn-grid {
    grid-template-columns: repeat(3, 1fr);
  }

  .voice-grid {
    gap: 22px;
  }

  .voice-card__bubble {
    padding: 24px 22px;
    font-size: 20px;
  }

  .event-card {
    grid-template-columns: 1fr;
  }

  .instructor__panel {
    grid-template-columns: 1fr 250px;
  }

  .recommend-list {
    grid-template-columns: repeat(3, 1fr);
    row-gap: 34px;
  }

  .gift__inner {
    grid-template-columns: 190px 1fr;
  }

  .gift__item--coupon {
    grid-column: 2;
  }

  .gift__note {
    grid-column: 2;
  }
}

@media (max-width: 680px) {
  body {
    font-weight: 600;
  }

  .container {
    width: min(100% - 28px, 560px);
  }

  .section {
    padding: 54px 0;
  }

  .section-title {
    margin-bottom: 28px;
    font-size: 27px;
  }

  .section-title--spark::before,
  .section-title--spark::after {
    margin-inline: .25em;
  }

  .hero {
    min-height: 1080px;
  }

  .hero__inner {
    min-height: 1080px;
  }

  .hero__copy {
    padding-top: 32px;
  }

  .hero__eyebrow {
    font-size: 20px;
  }

  .hero__ribbon {
    padding-inline: 20px;
    font-size: 16px;
  }

  .hero h1 {
    font-size: clamp(38px, 10.8vw, 46px);
    white-space: normal;
  }

  .hero__lead {
    margin-top: 18px;
    font-size: 18px;
  }

  .hero__date {
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 10px;
    width: 100%;
    max-width: 100%;
    padding: 8px 10px;
    border-width: 3px;
    border-radius: 18px;
    font-size: clamp(20px, 6vw, 28px);
    line-height: 1.3;
  }

  .hero__time {
    padding-left: 10px;
    border-left: 2px solid #e5bea0;
  }

  .hero__visual {
    top: auto;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 40%;
    opacity: 1;
  }

  .hero__visual img {
    object-position: right center;
    mask-image: linear-gradient(180deg, transparent 0%, #000 21%, #000 100%);
  }

  .hero__badges {
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
    margin-top: 18px;
  }

  .free-badge {
    font-size: 34px;
  }

  .free-badge,
  .recommend-badge {
    width: 100%;
    min-height: 112px;
    padding: 14px 18px;
    border-radius: 30px;
    border-width: 3px;
  }

  .recommend-badge {
    font-size: clamp(18px, 5vw, 22px);
  }

  .recommend-badge strong {
    font-size: clamp(23px, 6vw, 28px);
  }

  .sp-only {
    display: block;
  }

  .hero-cta {
    padding: 28px 0 36px;
  }

  .hero-cta__inner p {
    font-size: 19px;
  }

  .concerns__panel {
    padding: 26px 22px;
  }

  .check-list--two {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .check-list li {
    padding-left: 33px;
    font-size: 19px;
  }

  .band-title {
    margin-inline: -14px;
    font-size: 20px;
  }

  .mistake-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
    margin-inline: 0;
    overflow: visible;
    border: 0;
    background: transparent;
  }

  .mistake-card {
    min-height: 180px;
    border: 1px solid #d9d9d9;
    background: #fff;
  }

  .mistake-card:last-child {
    grid-column: 1 / -1;
    border-right: 1px solid #d9d9d9;
  }

  .cause-chips {
    grid-template-columns: 1fr;
    gap: 10px;
    margin: 12px 0;
  }

  .cause-chips span {
    font-size: 23px;
  }

  .learn__headline {
    font-size: 25px;
    line-height: 1.6;
  }

  .section-kicker {
    font-size: 18px;
  }

  .section-kicker::before,
  .section-kicker::after {
    margin-inline: 7px;
  }

  .learn-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 9px;
  }

  .learn-grid article {
    min-height: 190px;
    padding-top: 48px;
  }

  .voices {
    padding-bottom: 25px;
  }

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

  .voice-card {
    min-height: 430px;
  }

  .voice-card__bubble {
    min-height: 170px;
    font-size: 20px;
  }

  .event-card {
    grid-template-columns: 1fr;
    border-radius: 17px;
  }

  .event-card__details {
    padding: 28px 20px 22px;
  }

  .event-card__details h2 {
    margin-bottom: 20px;
    font-size: 32.4px;
    text-align: center;
  }

  .event-card dl > div {
    grid-template-columns: 88px 1fr;
    padding: 18px 0;
  }

  .event-card dt {
    padding: 9px 6px;
    font-size: 18px;
  }

  .event-card dd {
    padding-left: 16px;
    font-size: 19.8px;
  }

  .event-card dd > strong {
    font-size: 18.9px;
  }

  .event-card dd > strong:first-child:last-child {
    font-size: 28.8px;
  }

  .event-card__date > strong:first-child:last-child {
    font-size: 26.1px;
  }

  .event-card dd small {
    font-size: 15.3px;
  }

  .event-card__phone {
    font-size: 18px;
  }

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

  .instructor__content {
    padding: 27px 22px;
  }

  .check-list--compact {
    gap: 10px;
  }

  .check-list--compact li {
    font-size: 18px;
  }

  .instructor__content > p {
    font-size: 18px;
  }

  .instructor__photo {
    min-height: 300px;
  }

  .instructor__photo img {
    object-position: center bottom;
  }

  .instructor__profile {
    right: 12px;
    bottom: 12px;
    min-width: 160px;
  }

  .instructor__bubble {
    top: 15px;
    left: 18px;
    width: 120px;
    height: 90px;
  }

  .recommend-list {
    grid-template-columns: 1fr;
    gap: 28px;
  }

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

  .cta__free {
    width: 110px;
    height: 110px;
    margin: auto;
  }

  .cta__free small {
    font-size: 16px;
  }

  .cta__free strong {
    font-size: 33px;
  }

  .cta__content > p {
    font-size: 20px;
  }

  .cta-button {
    grid-template-columns: 42px 1fr 22px;
    min-height: 66px;
    padding: 8px 15px;
    font-size: 18px;
  }

  .cta-button__icon {
    width: 38px;
    height: 38px;
    border-radius: 8px;
    font-size: 10px;
  }

  .cta-button__arrow {
    font-size: 34px;
  }

  .gift {
    padding: 34px 0 85px;
  }

  .gift__inner {
    grid-template-columns: 1fr;
    gap: 22px;
  }

  .gift__title {
    padding: 0 0 16px;
    border-right: 0;
    border-bottom: 2px solid rgba(255,255,255,.75);
    text-align: center;
  }

  .gift__item--coupon,
  .gift__note {
    grid-column: auto;
  }

  .gift__item--note {
    min-height: 138px;
    padding-right: 110px;
  }

  .gift__item strong {
    font-size: 22px;
  }

  .gift__note {
    margin: 0;
    font-size: 19px;
  }

  .application__heading {
    margin-bottom: 25px;
  }

  .application__heading > p:last-child {
    font-size: 19px;
  }

  .application-form {
    padding: 25px 18px;
    border-radius: 15px;
  }

  .form-field {
    margin-bottom: 16px;
  }

  .form-field input {
    height: 50px;
  }

  .form-consent {
    font-size: 17px;
  }

  .form-submit {
    min-height: 57px;
    font-size: 18px;
  }

  .floating-cta {
    display: block;
  }
}

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

  .reveal {
    opacity: 1;
    transform: none;
    transition: none;
  }

  .cta-button {
    transition: none;
  }
}
