/* Content pages: about / course / faq / voice / contact.
   Reuses the front-page.css token names so any page that also loads
   front-page.css (none currently do) stays visually consistent. */

:root {
	--exs-orange: #fb7436;
	--exs-orange-dark: #e66f31;
	--exs-yellow: #fff4d8;
	--exs-cream: #fffaf0;
	--exs-brown: #7d5e47;
	--exs-ink: #222222;
	--exs-blue: #eaf9f8;
	--exs-border: #eadfd4;
}

.content-page { color: var(--exs-ink); line-height: 1.8; }
.home-container { width: min(1120px, calc(100% - 40px)); margin-inline: auto; }
.home-container--narrow { width: min(820px, calc(100% - 40px)); }
.content-page h1, .content-page h2, .content-page h3 { line-height: 1.5; }
.content-page a:focus-visible { outline: 3px solid #2476a8; outline-offset: 4px; }

.page-hero { padding: 64px 0 52px; background: var(--exs-yellow); text-align: center; }
.page-hero h1 { margin: 0; font-size: clamp(1.7rem, 3.6vw, 2.6rem); }

.content-section { padding: 72px 0; background: #fff; }
.content-section--alt { background: var(--exs-cream); }
.content-section h2 { margin: 0 0 24px; font-size: clamp(1.5rem, 3vw, 2rem); text-align: center; }
.content-section h3 { margin: 0 0 14px; font-size: 1.2rem; }

.about-feature { margin-bottom: 44px; padding-bottom: 44px; border-bottom: 1px solid var(--exs-border); }
.about-feature:last-child { margin-bottom: 0; padding-bottom: 0; border-bottom: 0; }
.about-message__card { padding: 32px; border-radius: 24px; background: #fff; box-shadow: 0 14px 32px rgba(49, 107, 126, .08); }
.about-message__role { margin: 0 0 16px; color: var(--exs-brown); font-weight: 800; }

.course-list { margin: 0; padding-left: 1.2em; }
.course-list li { margin-bottom: 8px; }

.price-table-wrap { display: grid; gap: 24px; }
.price-table { width: 100%; border-collapse: collapse; overflow: hidden; border-radius: 16px; background: #fff; }
.price-table caption { padding: 14px 20px; background: var(--exs-yellow); font-weight: 800; text-align: left; caption-side: top; }
.price-table th, .price-table td { padding: 14px 20px; border-top: 1px solid var(--exs-border); text-align: left; }
.price-table th { width: 40%; color: var(--exs-brown); font-weight: 700; }
.price-table td span { margin-left: 8px; color: #6d645f; font-size: .85rem; }

.voice-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.voice-card { display: flex; flex-direction: column; padding: 28px; border-radius: 20px; background: var(--exs-cream); }
.voice-card__body { flex: 1; margin: 0 0 16px; }
.voice-card__name { margin: 0; font-weight: 800; }
.voice-card__source { margin: 4px 0 0; color: #8b8079; font-size: .8rem; }

.content-cta { padding: 72px 0; background: var(--exs-yellow); text-align: center; }
.content-cta p { margin: 0 0 4px; color: var(--exs-brown); font-weight: 800; }
.content-cta .home-button { margin-top: 20px; }

.home-button { display: inline-flex; align-items: center; justify-content: center; gap: 18px; min-height: 58px; margin-top: 26px; padding: 14px 30px; border-radius: 999px; background: var(--exs-orange); box-shadow: 0 9px 0 rgba(184, 91, 39, .2); color: #fff; font-weight: 800; text-decoration: none; }
.home-button:hover { background: var(--exs-orange-dark); }
.home-text-link { display: table; margin: 20px auto 0; color: var(--exs-orange-dark); font-weight: 800; }

/* Contact form */
.contact-notice { padding: 20px 24px; margin-bottom: 28px; border-radius: 16px; }
.contact-notice--success { background: #e6f6ec; color: #1f7a44; }
.contact-notice--error { background: #fdeceb; color: #b3392a; }
.contact-form { display: grid; gap: 22px; }
.contact-form__field { display: grid; gap: 8px; }
.contact-form__field label { font-weight: 700; }
.contact-form__required { padding: 2px 8px; border-radius: 999px; background: var(--exs-orange); color: #fff; font-size: .7rem; font-weight: 800; }
.contact-form__field input[type="text"], .contact-form__field input[type="email"], .contact-form__field input[type="tel"], .contact-form__field select, .contact-form__field textarea {
	width: 100%; padding: 13px 16px; border: 1px solid var(--exs-border); border-radius: 10px; font: inherit; background: #fff;
}
.contact-form__field--checkbox label { display: flex; align-items: flex-start; gap: 10px; font-weight: 400; }
.contact-form__honeypot { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0,0,0,0); }
.contact-form button[type="submit"] { justify-self: center; border: 0; cursor: pointer; }

/* Contact: STUDIO/Figma parity. */
.contact-page { padding: 80px 4px; background: #fff; }
.contact-page .page-hero,
.contact-page .content-section { width: 100%; margin-inline: auto; background: #f8c469; }
.contact-page .page-hero { padding: 82px 0 20px; border-radius: 24px 24px 0 0; color: #fff; }
.contact-page .page-hero .home-section__label { margin: 0; color: #fff; }
.contact-page .page-hero h1 { margin-top: 24px; color: #fff; font-size: 18px; font-weight: 700; }
.contact-page__dots { display: block; margin-top: 8px; color: #fff; font-size: 8px; letter-spacing: 5px; }
.contact-page .content-section { padding: 46px 0 82px; border-radius: 0 0 24px 24px; }
.contact-page .home-container--narrow { width: min(600px, calc(100% - 40px)); }
.contact-page .contact-form { gap: 20px; }
.contact-page .contact-form__field { gap: 7px; }
.contact-page .contact-form__field label { color: #fff; font-size: 14px; font-weight: 700; }
.contact-page .contact-form__required { padding: 0; background: transparent; color: #ff6533; font-size: inherit; }
.contact-page .contact-form__field input[type="text"],
.contact-page .contact-form__field input[type="email"],
.contact-page .contact-form__field input[type="tel"],
.contact-page .contact-form__field select,
.contact-page .contact-form__field textarea { min-height: 50px; padding: 13px 16px; border: 0; border-radius: 4px; color: #333; background: #fff; box-shadow: none; }
.contact-page .contact-form__field textarea { min-height: 160px; resize: vertical; }
.contact-page .contact-form__field input::placeholder,
.contact-page .contact-form__field textarea::placeholder { color: #c9c9c9; opacity: 1; }
.contact-page .contact-form__field--checkbox label { color: #fff; }
.contact-page .contact-form__field--checkbox a { color: #fff; text-decoration: underline; }
.contact-page .contact-form button[type="submit"] { width: 100%; min-height: 52px; margin-top: 12px; border-radius: 4px; background: #f97316; box-shadow: none; font-size: 16px; }

@media (max-width: 767px) {
	.home-container, .home-container--narrow { width: min(100% - 32px, 1120px); }
	.content-section { padding: 48px 0; }
	.voice-grid { grid-template-columns: 1fr; }
	.price-table caption { font-size: .95rem; }
	.contact-page { padding: 80px 3px; }
	.contact-page .page-hero { padding: 52px 0 14px; border-radius: 18px 18px 0 0; }
	.contact-page .page-hero .home-section__label { font-size: 46px; line-height: 64px; }
	.contact-page .page-hero h1 { margin-top: 16px; font-size: 16px; }
	.contact-page .content-section { padding: 30px 0 48px; border-radius: 0 0 18px 18px; }
	.contact-page .home-container--narrow { width: min(100% - 32px, 600px); }
}

/* Voice: public Studio page parity. */
.voice-page { background: #fff7ed; }
.voice-page .home-container { width: calc(100% - 40px); }
.voice-hero { position: relative; height: 325px; padding: 0; overflow: hidden; background: #bd7954; text-align: left; }
.voice-hero > img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center 46%; }
.voice-hero::after { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(100,53,31,.42), rgba(251,116,54,.12)); content: ""; }
.voice-hero .home-container { position: relative; z-index: 1; display: flex; height: 100%; align-items: center; }
.voice-hero h1 { margin: 0 0 0 10px; color: #fff; font-size: 50px; font-weight: 700; line-height: 1.4; text-align: left; text-shadow: 6px 4px 4px rgba(0,0,0,.2); }
.voice-list-section { padding: 82px 0 100px; background: #fff7ed; }
.voice-list-section h2 { margin-bottom: 18px; color: #333; font-size: 36px; }
.voice-list-section .home-section__intro { margin: 0 0 28px; color: #333; font-size: 16px; line-height: 1.5; text-align: center; }
.voice-page .voice-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 24px; }
.voice-page .voice-card { min-height: 196px; padding: 24px; border-radius: 8px; background: #fff; }
.voice-card__header { display: flex; align-items: center; gap: 16px; margin-bottom: 8px; }
.voice-card__icon { position: relative; flex: 0 0 40px; width: 40px; height: 40px; border-radius: 50%; background: #fc8c6b; }
.voice-card__icon::before { position: absolute; top: 8px; left: 50%; width: 11px; height: 11px; border-radius: 50%; background: #fff; content: ""; transform: translateX(-50%); }
.voice-card__icon::after { position: absolute; bottom: 7px; left: 50%; width: 22px; height: 11px; border-radius: 13px 13px 8px 8px; background: #fff; content: ""; transform: translateX(-50%); }
.voice-page .voice-card__name { margin: 0; color: #fc8c6b; font-size: 18px; font-weight: 600; }
.voice-page .voice-card__body { margin: 0; color: #333; font-size: 15px; line-height: 1.7; }
.voice-page .voice-card__source { margin: 8px auto 0; color: #555; font-size: 13px; text-decoration: underline; }
.voice-page .content-cta { width: 100%; background: #fff; }
.voice-page .content-cta .home-container { width: min(570px, calc(100% - 40px)); }
.voice-page .content-cta p { margin-bottom: 26px; color: rgb(51, 51, 51); font-family: "Roboto", sans-serif; font-size: 36px; font-weight: 700; line-height: 50px; }
.voice-page .content-cta .home-button { width: 100%; min-height: 76px; margin-top: 0; font-size: 20px; }

@media (max-width: 1023px) {
	.voice-page .content-cta .home-container { width: min(450px, calc(100% - 40px)); }
}

/* FAQ: public Studio page parity. */
.faq-page { position: relative; overflow: hidden; background: #fff; }
.faq-page::before,
.faq-page::after { position: absolute; z-index: 0; width: 300px; height: 300px; border-radius: 50%; content: ""; opacity: 1; pointer-events: none; transition: opacity .2s ease; }
.faq-page::before { top: 140px; left: clamp(-340px, calc(50vw - 740px), -20px); background: #cbe94c; }
.faq-page::after { top: 1030px; right: clamp(-340px, calc(50vw - 740px), -20px); background: #ff896b; }
.faq-page .page-hero,
.faq-page .faq-list-section,
.faq-page .content-cta { position: relative; z-index: 1; }
.faq-page .page-hero { padding: 104px 0 5px; background: transparent; }
.faq-page .page-hero .home-section__label { margin: 0 0 4px; color: rgb(248, 196, 105); }
.faq-page .page-hero h1 { margin: 22px 0 0; font-size: 20px; }
.faq-page .page-hero h1::after { display: block; margin-top: 12px; color: #f8c469; content: "●　●　●"; font-size: 8px; letter-spacing: 4px; }
.faq-list-section { padding: 12px 0 100px; background: transparent; }
.faq-page .home-container--narrow { width: min(800px, calc(100% - 40px)); }
.faq-list { display: grid; gap: 52px; }
.faq-item { padding: 0; background: transparent; }
.faq-item h2,
.faq-item > div { display: grid; grid-template-columns: 48px 1fr; gap: 10px; align-items: start; }
.faq-item h2 { margin: 0; color: #444; font-size: 15px; font-weight: 700; line-height: 1.65; text-align: left; }
.faq-item h2 span,
.faq-item > div > span { position: relative; display: inline-flex; width: 42px; height: 42px; align-items: center; justify-content: center; border-radius: 50%; color: #fff; font-family: "Rubik Mono One", sans-serif; font-size: 16px; font-weight: 400; line-height: 1; transform: translateY(-8px); }
.faq-item h2 span::after,
.faq-item > div > span::after { position: absolute; right: -3px; bottom: -3px; width: 9px; height: 9px; border-radius: 50%; background: inherit; content: ""; }
.faq-item h2 span { background: #ff896b; }
.faq-item > div > span { background: #f8c469; }
.faq-item p { margin: 0; color: #444; font-size: 15px; line-height: 1.65; }
.faq-page .content-cta { padding: 88px 0; background: #fff; }
.faq-page .content-cta .home-container { width: min(800px, calc(100% - 40px)); }
.faq-page .content-cta p { margin-bottom: 24px; color: #333; font-size: clamp(20px, 2.2vw, 28px); }
.faq-page .content-cta .home-button { width: 100%; min-height: 76px; margin-top: 0; font-size: 18px; }

@media (max-width: 1280px) {
	.faq-page::before,
	.faq-page::after { opacity: .72; }
}

@media (max-width: 1120px) {
	.faq-page::before,
	.faq-page::after { opacity: .42; }
}

@media (max-width: 960px) {
	.faq-page::before,
	.faq-page::after { opacity: .16; }
}

@media (max-width: 840px) {
	.faq-page::before,
	.faq-page::after { opacity: 0; }
}

@media (max-width: 767px) {
	.faq-page .page-hero { padding: 46px 0 34px; }
	.faq-page::before,
	.faq-page::after { display: none; }
	.faq-page .page-hero .home-section__label { font-size: 46px; line-height: 64px; }
	.faq-page .page-hero h1 { margin-top: 14px; font-size: 18px; }
	.faq-list-section { padding: 20px 0 64px; }
	.faq-page .home-container--narrow { width: min(100% - 32px, 800px); }
	.faq-list { gap: 34px; }
	.faq-item { padding: 0; }
	.faq-item h2,
	.faq-item > div { grid-template-columns: 40px 1fr; gap: 8px; }
	.faq-item h2 { margin-bottom: 0; font-size: 13px; }
	.faq-item h2 span,
	.faq-item > div > span { width: 34px; height: 34px; font-size: 13px; transform: translateY(-5px); }
	.faq-item h2 span::after,
	.faq-item > div > span::after { right: -2px; bottom: -2px; width: 7px; height: 7px; }
	.faq-item p { font-size: 13px; line-height: 1.75; }
	.faq-page .content-cta { padding: 64px 0; }
	.faq-page .content-cta .home-container { width: min(100% - 32px, 800px); }
	.faq-page .content-cta .home-button { min-height: 68px; font-size: 16px; }
}

@media (max-width: 767px) {
	.voice-page .home-container { width: min(100% - 32px, 1120px); }
	.voice-hero { height: 150px; }
	.voice-hero h1 { margin-left: 14px; font-size: 25px; }
	.voice-list-section { padding: 48px 0 64px; }
	.voice-list-section h2 { font-size: 25px; }
	.voice-list-section .home-section__intro { min-height: 45px; margin-bottom: 20px; font-size: 14px; }
	.voice-page .voice-grid { grid-template-columns: 1fr; gap: 8px; }
	.voice-page .voice-card { min-height: 0; padding: 16px; }
	.voice-card__header { gap: 8px; }
	.voice-card__icon { flex-basis: 32px; width: 32px; height: 32px; }
	.voice-card__icon::before { top: 6px; width: 9px; height: 9px; }
	.voice-card__icon::after { bottom: 6px; width: 18px; height: 9px; }
	.voice-page .voice-card__name { font-size: 16px; }
	.voice-page .voice-card__body { font-size: 14px; }
	.voice-page .content-cta .home-container { width: calc(100% - 32px); }
	.voice-page .content-cta p { font-size: 28px; line-height: 1.4; }
	.voice-page .content-cta .home-button { min-height: 68px; font-size: 17px; }
}

/* Course: public Studio page parity. */
.course-page .home-container { width: min(1920px, calc(100% - 80px)); }
.course-hero { position: relative; height: 325px; margin-inline: auto; padding: 0; overflow: hidden; text-align: left; }
.course-hero > img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center 45%; }
.course-hero::after { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(34,34,34,.42), rgba(34,34,34,.08)); content: ""; }
.course-hero .home-container { position: relative; z-index: 1; display: flex; height: 100%; align-items: center; }
.course-hero .home-container { width: calc(100% - 80px); }
.course-hero h1 { width: 100%; color: #fff; font-size: 44px; line-height: 1.6; text-align: left; text-shadow: 0 4px 8px rgba(34,34,34,.26); }
.course-choice { padding: 100px 0 120px; }
.course-choice h2 { margin-bottom: 72px; font-size: 38px; }
.course-page .home-course-grid { display: grid; grid-template-columns: 1fr; gap: 96px; width: min(1200px, 100%); margin-inline: auto; }
.course-page .home-course-card { display: grid; grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr); gap: 5px; min-height: 430px; padding: 0; overflow: visible; border: 0; border-radius: 0; background: transparent; box-shadow: none; }
.course-page .home-course-card--accent { border-radius: 0; }
.course-page .home-course-card > img { width: 100%; height: 100%; min-height: 430px; border-radius: 22px; object-fit: cover; box-shadow: 8px 10px 18px rgba(34,34,34,.14); }
.course-page .home-course-card--accent > img { order: 0; }
.course-page .home-course-card__body { display: flex; flex-direction: column; justify-content: center; padding: 44px 36px; border-radius: 22px; background: #fff7ed; box-shadow: 8px 10px 18px rgba(34,34,34,.14); }
.course-page .home-course-card h3 { position: static; display: block; min-height: 0; margin: 0 0 28px; background: transparent; color: rgb(249, 115, 22); font-family: "Roboto", sans-serif; font-size: 30px; font-weight: 700; line-height: 42px; text-align: center; }
.course-page .course-list { padding-left: 1.25em; color: rgb(51, 51, 51); font-family: "Roboto", sans-serif; font-size: 20px; font-weight: 400; line-height: 28px; }
.course-page .course-list li { margin-bottom: 20px; }
.course-lessons { background: #fff7ed; }
.course-lessons h2 { margin-bottom: 56px; }
.course-lessons__grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 40px; width: min(1040px, 100%); margin-inline: auto; align-items: start; }
.course-lessons__embed { min-width: 0; overflow: hidden; border-radius: 18px; background: #fff; }
.course-lessons__embed .instagram-media { width: 100% !important; min-width: 0 !important; max-width: 100% !important; margin: 0 !important; }
.course-pricing { padding: 80px 0 100px; background: #fff7ed; }
.course-page .course-pricing__container { width: min(800px, calc(100% - 40px)); }
.course-pricing h2 { margin: 0 0 30px; color: #333; font-size: 36px; font-weight: 700; line-height: 50px; }
.course-pricing__label { margin: 0 0 10px; color: #333; font-size: 24px; font-weight: 700; line-height: 34px; }
.course-pricing__groups { display: grid; gap: 44px; }
.course-price-group__heading { display: flex; min-height: 54px; align-items: center; gap: 44px; padding: 10px 20px; border-radius: 12px; color: #fff; }
.course-price-group--school .course-price-group__heading { background: #ff896b; }
.course-price-group--home .course-price-group__heading { background: #f8c469; }
.course-price-group--fees .course-price-group__heading { background: #6ee65a; }
.course-price-group__heading h3 { margin: 0; color: inherit; font-size: 24px; font-weight: 700; line-height: 34px; white-space: nowrap; }
.course-price-group__heading p { margin: 0; font-size: 16px; font-weight: 700; line-height: 24px; }
.course-price-group__rows { display: grid; gap: 24px; padding: 16px 31px 0; }
.course-price-row { display: grid; grid-template-columns: auto minmax(40px, 1fr) auto; gap: 12px; align-items: center; color: #333; }
.course-price-row__name { font-size: 16px; font-weight: 400; line-height: 28px; white-space: nowrap; }
.course-price-row__line { height: 1px; background: #222; }
.course-price-row__amount { font-size: 16px; line-height: 28px; white-space: nowrap; }
.course-price-row__amount strong { font-size: 26px; font-weight: 500; }
.course-price-row__amount small { font-size: 14px; }
.course-contact-cta { width: 100%; padding: 88px 0; background: #fff; }
.course-contact-cta .home-container { width: min(570px, calc(100% - 40px)); }
.course-contact-cta p { margin: 0 0 26px; color: rgb(51, 51, 51); font-family: "Roboto", sans-serif; font-size: 36px; font-weight: 700; line-height: 50px; }
.course-contact-cta .home-button { width: 100%; min-height: 76px; margin-top: 0; border-radius: 999px; background: #f97316; box-shadow: 0 6px 0 rgba(184,91,39,.2); font-size: 20px; }

@media (max-width: 1023px) {
	.course-contact-cta .home-container { width: min(450px, calc(100% - 40px)); }
}

@media (max-width: 900px) {
	.course-page .home-container { width: min(100% - 40px, 1120px); }
	.course-page .home-course-grid { grid-template-columns: 1fr; gap: 28px; }
	.course-page .home-course-card,
	.course-page .home-course-card--accent { gap: 5px; border-radius: 0; }
	.course-lessons__grid { gap: 20px; }
}

@media (max-width: 767px) {
	.course-page .home-container { width: min(100% - 32px, 1120px); }
	.course-hero { height: 270px; }
	.course-hero .home-container { width: calc(100% - 32px); }
	.course-hero h1 { font-size: 27px; text-align: center; }
	.course-choice { padding: 58px 0 72px; }
	.course-choice h2 { margin-bottom: 38px; font-size: 28px; }
	.course-page .home-course-card { grid-template-columns: 1fr; min-height: 0; }
	.course-page .home-course-card > img { height: 220px; min-height: 0; border-radius: 18px; }
	.course-page .home-course-card--accent > img { order: 0; }
	.course-page .home-course-card__body { padding: 28px 22px; border-radius: 18px; }
	.course-page .home-course-card h3 { font-size: 24px; line-height: 1.4; }
	.course-page .course-list { font-size: 16px; line-height: 1.6; }
	.course-lessons h2 { margin-bottom: 34px; }
	.course-lessons__grid { grid-template-columns: 1fr; gap: 24px; width: min(100%, 540px); }
	.course-pricing { padding: 58px 0 72px; }
	.course-page .course-pricing__container { width: calc(100% - 32px); }
	.course-pricing h2 { margin-bottom: 26px; font-size: 28px; line-height: 1.4; }
	.course-pricing__label { font-size: 20px; line-height: 1.5; }
	.course-pricing__groups { gap: 34px; }
	.course-price-group__heading { align-items: flex-start; flex-direction: column; gap: 2px; padding: 12px 16px; }
	.course-price-group__heading h3 { font-size: 20px; line-height: 1.4; white-space: normal; }
	.course-price-group__heading p { font-size: 13px; line-height: 1.5; }
	.course-price-group__rows { gap: 18px; padding: 14px 16px 0; }
	.course-price-row { grid-template-columns: auto 1fr; gap: 4px 10px; }
	.course-price-row__line { display: none; }
	.course-price-row__amount { grid-column: 1 / -1; justify-self: end; font-size: 14px; line-height: 24px; }
	.course-price-row__amount strong { font-size: 23px; }
	.course-price-row__amount small { font-size: 12px; }
	.course-contact-cta { padding: 64px 0; }
	.course-contact-cta .home-container { width: calc(100% - 32px); }
	.course-contact-cta p { font-size: 28px; line-height: 1.4; }
	.course-contact-cta .home-button { min-height: 68px; font-size: 17px; }
}

/* About: public Studio page parity. */
.about-page { background: #fff; }
.about-page .home-container { width: min(1920px, calc(100% - 80px)); }
.about-page .content-section { padding: 86px 0 100px; }
.about-page .content-section h2 { margin-bottom: 64px; font-size: 38px; font-weight: 700; }
.about-hero { position: relative; width: min(1920px, 100%); height: 325px; margin-inline: auto; padding: 0; overflow: hidden; background: #fb7436; text-align: left; }
.about-hero > img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center 42%; filter: sepia(.12) saturate(1.15); }
.about-hero::after { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(216,82,21,.48), rgba(251,116,54,.14)); content: ""; }
.about-hero .home-container { position: relative; z-index: 1; display: flex; width: calc(100% - 160px); height: 100%; align-items: center; }
.about-hero h1 { width: 100%; margin: 0; color: #fff; font-size: 44px; font-weight: 700; line-height: 1.65; text-align: left; }
.about-purpose { background: #fff7ed; }
.about-purpose__card { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); gap: 72px; width: min(1440px, 100%); margin-inline: auto; padding: 42px 52px; border: 4px solid #fb7436; border-radius: 22px; background: #fff; }
.about-purpose__card img { width: 100%; height: 360px; border-radius: 18px; object-fit: cover; }
.about-purpose__card > div { align-self: center; font-size: 17px; line-height: 1.75; }
.about-purpose__card p { margin: 0 0 22px; }
.about-purpose__card p:last-child { margin-bottom: 0; }
.about-feature-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 24px; width: min(1200px, 100%); margin-inline: auto; }
.about-feature { min-height: 320px; margin: 0; padding: 26px 20px 20px; border: 0; border-radius: 18px; background: #fff7ed; box-shadow: 4px 5px 5px rgba(34,34,34,.2); }
.about-feature .about-feature__icon { display: block; width: 80px; height: 80px; margin: 0 auto 18px; border-radius: 50%; object-fit: cover; }
.about-feature h3 { margin: 0 0 14px; color: #333; font-size: 18px; font-weight: 700; line-height: 1.4; text-align: center; }
.about-feature p { margin: 0; color: #555; font-size: 13px; line-height: 1.5; }
.about-lessons { min-height: 760px; background: #fff7ed; }
.about-lessons__grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 60px; width: min(1180px, 100%); margin-inline: auto; }
.about-lessons__embed { min-width: 0; overflow: hidden; border-radius: 20px; background: #fff; }
.about-lessons__embed .instagram-media { width: 100% !important; min-width: 0 !important; max-width: 100% !important; margin: 0 !important; }
.about-recommendation { padding: 80px 0 88px; background: #fff7ed; text-align: center; }
.about-page .about-recommendation__container { width: min(1150px, calc(100% - 80px)); }
.about-page .about-recommendation h2 { margin: 0 0 32px; color: #333; font-size: 32px; font-weight: 500; line-height: 1.4; }
.about-recommendation__chart { display: block; width: 100%; height: 730px; object-fit: cover; object-position: center; }
.about-page .about-recommendation h3 { margin: 28px 0 0; color: #333; font-size: 29px; font-weight: 500; line-height: 1.45; text-align: center; }
.about-recommendation p { margin: 26px 0 0; color: #444; font-size: 14px; line-height: 1.8; text-align: center; }
.about-reasons { min-height: 1100px; }
.about-reasons img { display: block; width: min(1440px, 100%); margin-inline: auto; }
.about-message { padding: 88px 0 230px; background: #fff7ed; }
.about-page .about-message h2 { margin-bottom: 70px; }
.about-message__card {
	display: grid;
	grid-template-columns: 300px minmax(0, 1fr);
	gap: 14px;
	width: min(1200px, calc(100vw - 48px));
	max-width: 100%;
	margin-inline: auto;
	box-sizing: border-box;
	padding: 7px;
	border: 4px solid #f97316;
	border-radius: 18px;
	background: #fff;
	box-shadow: none;
}
.about-message__profile {
	display: flex;
	align-items: center;
	padding: 48px 38px;
	border-radius: 18px;
	background: #fff;
	box-shadow: 5px 5px 0 rgba(51, 51, 51, .2);
}
.about-message__profile img { display: block; width: 100%; height: 355px; border-radius: 14px; object-fit: cover; object-position: center 28%; box-shadow: none; }
.about-message__content {
	align-self: center;
	padding: 24px 38px 22px;
	border-radius: 18px;
	background: #fff7ed;
	box-shadow: 5px 5px 0 rgba(51, 51, 51, .2);
}
.about-message__role { margin: 0 0 30px; color: #222; font-size: 17px; font-weight: 800; line-height: 1.45; }
.about-message__body { margin: 0; color: rgb(51, 51, 51); font-family: "Roboto", sans-serif; font-size: 16px; font-weight: 400; line-height: 22px; }
.about-page .content-cta { width: 100%; padding: 76px 0; background: #fff; }
.about-page .content-cta .home-container { width: min(570px, calc(100% - 40px)); }
.about-page .content-cta p { margin-bottom: 26px; color: rgb(51, 51, 51); font-family: "Roboto", sans-serif; font-size: 36px; font-weight: 700; line-height: 50px; }
.about-page .content-cta .home-button { width: 100%; min-height: 76px; margin-top: 0; font-size: 20px; }

@media (max-width: 900px) {
	.about-page .home-container { width: min(100% - 40px, 1120px); }
	.about-purpose__card { grid-template-columns: 1fr; gap: 28px; }
	.about-feature-grid { grid-template-columns: 1fr; gap: 20px; width: min(420px, 100%); }
	.about-lessons__grid { gap: 24px; }
	.about-recommendation__chart { height: 560px; }
	.about-message { padding-bottom: 150px; }
	.about-message__card { grid-template-columns: 250px minmax(0, 1fr); gap: 12px; padding: 7px; }
	.about-message__profile { padding: 34px 28px; }
	.about-message__profile img { height: 320px; }
	.about-message__content { padding: 24px 28px; }
	.about-page .content-cta .home-container { width: min(450px, calc(100% - 40px)); }
}

@media (max-width: 767px) {
	.about-page .home-container { width: min(100% - 32px, 1120px); }
	.about-page .content-section { padding: 56px 0 68px; }
	.about-page .content-section h2 { margin-bottom: 34px; font-size: 28px; }
	.about-hero { height: 270px; }
	.about-hero .home-container { width: calc(100% - 32px); }
	.about-hero h1 { font-size: 27px; line-height: 1.65; }
	.about-purpose__card { padding: 18px; border-width: 3px; border-radius: 16px; }
	.about-purpose__card img { height: 210px; }
	.about-purpose__card > div { font-size: 14px; }
	.about-feature { min-height: 0; }
	.about-feature .about-feature__icon { width: 68px; height: 68px; }
	.about-feature h3 { font-size: 18px; }
	.about-feature p { font-size: 13px; }
	.about-lessons__grid { grid-template-columns: 1fr; }
	.about-lessons__embed { border-radius: 16px; }
	.about-recommendation { padding: 58px 0 68px; }
	.about-page .about-recommendation__container { width: calc(100% - 32px); }
	.about-page .about-recommendation h2 { margin-bottom: 24px; font-size: 23px; }
	.about-recommendation__chart { height: auto; aspect-ratio: 4 / 5; object-fit: cover; }
	.about-page .about-recommendation h3 { margin-top: 24px; font-size: 21px; }
	.about-recommendation p { margin-top: 20px; font-size: 13px; line-height: 1.75; text-align: left; }
	.about-reasons { min-height: 0; }
	.about-message { padding: 56px 0 100px; }
	.about-page .about-message h2 { margin-bottom: 34px; }
	.about-message__card { grid-template-columns: 1fr; gap: 14px; padding: 6px; border-width: 3px; border-radius: 12px; }
	.about-message__profile { padding: 24px; }
	.about-message__profile img { width: min(280px, 100%); height: auto; aspect-ratio: 3 / 4; margin-inline: auto; }
	.about-message__content { padding: 24px 20px; }
	.about-message__role { font-size: 15px; }
	.about-message__body { font-size: 16px; line-height: 22px; }
	.about-page .content-cta .home-container { width: calc(100% - 32px); }
	.about-page .content-cta p { font-size: 28px; line-height: 1.4; }
	.about-page .content-cta .home-button { min-height: 68px; font-size: 17px; }
}
