:root {
  --forest: #123f35;
  --forest-deep: #0b2c26;
  --forest-soft: #e1ebe5;
  --cream: #f6f0e5;
  --paper: #fffdf8;
  --clay: #c86447;
  --clay-dark: #984631;
  --gold: #b88c3e;
  --ink: #1d2b27;
  --muted: #69736f;
  --line: rgba(18, 63, 53, .14);
  --shadow: 0 24px 70px rgba(15, 45, 37, .12);
  --radius-lg: 34px;
  --radius-md: 22px;
  --shell: min(1180px, calc(100% - 40px));
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif; line-height: 1.55; }
img, video { display: block; max-width: 100%; }
button, input, select, textarea { font: inherit; }
button, summary, a { -webkit-tap-highlight-color: transparent; }
a { color: inherit; text-decoration: none; }
button { color: inherit; }
.page-shell, .section-shell { width: var(--shell); margin-inline: auto; }
.skip-link { position: fixed; top: 10px; left: 10px; z-index: 200; padding: 10px 14px; color: white; background: var(--forest-deep); border-radius: 8px; transform: translateY(-150%); }
.skip-link:focus { transform: translateY(0); }
:focus-visible { outline: 3px solid rgba(200, 100, 71, .55); outline-offset: 3px; }

.hero { position: relative; overflow: hidden; min-height: 760px; color: #fff; background: var(--forest); }
.hero::before { content: ""; position: absolute; width: 820px; height: 820px; right: -340px; top: -370px; border-radius: 50%; border: 1px solid rgba(255,255,255,.1); box-shadow: 0 0 0 80px rgba(255,255,255,.025), 0 0 0 190px rgba(255,255,255,.018); }
.hero::after { content: ""; position: absolute; inset: 0; pointer-events: none; opacity: .19; background-image: radial-gradient(rgba(255,255,255,.6) .6px, transparent .6px); background-size: 16px 16px; mask-image: linear-gradient(to right, transparent, #000 65%); }
.site-header { position: relative; z-index: 20; display: flex; align-items: center; gap: 32px; min-height: 92px; border-bottom: 1px solid rgba(255,255,255,.13); }
.brand { display: inline-flex; align-items: center; gap: 12px; min-width: max-content; }
.brand img { width: 48px; height: 48px; object-fit: contain; }
.brand span { display: grid; line-height: 1.12; }
.brand strong { font-family: Georgia, "Times New Roman", serif; font-size: 20px; letter-spacing: -.02em; }
.brand small { margin-top: 5px; color: rgba(255,255,255,.62); font-size: 10px; letter-spacing: .08em; text-transform: uppercase; }
.desktop-nav { display: flex; align-items: center; justify-content: center; gap: 27px; margin-left: auto; }
.desktop-nav a { color: rgba(255,255,255,.76); font-size: 14px; transition: color .2s ease; }
.desktop-nav a:hover { color: white; }
.header-cta { display: inline-flex; justify-content: center; padding: 12px 18px; border: 1px solid rgba(255,255,255,.42); border-radius: 999px; font-size: 13px; font-weight: 750; }
.header-cta:hover { color: var(--forest); background: #fff; }
.mobile-menu { display: none; position: relative; margin-left: auto; }
.mobile-menu summary { display: grid; gap: 5px; width: 44px; height: 44px; align-content: center; justify-content: center; border: 1px solid rgba(255,255,255,.3); border-radius: 50%; cursor: pointer; list-style: none; }
.mobile-menu summary::-webkit-details-marker { display: none; }
.mobile-menu summary span { width: 18px; height: 1px; background: white; }
.mobile-menu nav { position: absolute; right: 0; top: 52px; display: grid; min-width: 230px; padding: 12px; border-radius: 18px; color: var(--ink); background: var(--paper); box-shadow: var(--shadow); }
.mobile-menu nav a { padding: 11px 12px; border-radius: 10px; }
.mobile-menu nav a:hover { background: var(--cream); }

.hero-grid { position: relative; z-index: 2; display: grid; grid-template-columns: minmax(0, 1.04fr) minmax(360px, .96fr); align-items: center; gap: clamp(30px, 6vw, 82px); min-height: 610px; padding-block: 64px 90px; }
.hero-copy { position: relative; z-index: 3; }
.eyebrow, .section-kicker { display: flex; align-items: center; gap: 10px; margin: 0 0 20px; color: var(--clay); font-size: 11px; font-weight: 850; letter-spacing: .16em; text-transform: uppercase; }
.eyebrow { color: #e8b89d; }
.eyebrow span { width: 24px; height: 1px; background: currentColor; }
.hero h1 { max-width: 680px; margin: 0; font-family: Georgia, "Times New Roman", serif; font-size: clamp(47px, 5.7vw, 78px); font-weight: 400; line-height: .98; letter-spacing: -.047em; }
.hero h1 em { display: block; color: #e4a080; font-weight: 400; }
.hero-lead { max-width: 620px; margin: 28px 0 0; color: rgba(255,255,255,.72); font-size: 17px; }
.hero-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 22px; margin-top: 34px; }
.primary-button { display: inline-flex; align-items: center; justify-content: center; gap: 16px; min-height: 52px; padding: 14px 20px; border: 0; border-radius: 999px; color: #fff; background: var(--clay); box-shadow: 0 12px 30px rgba(152,70,49,.23); font-size: 14px; font-weight: 800; cursor: pointer; transition: transform .18s ease, background .18s ease; }
.primary-button:hover { background: var(--clay-dark); transform: translateY(-2px); }
.text-link { display: inline-flex; align-items: center; color: inherit; border-bottom: 1px solid currentColor; padding-bottom: 3px; font-size: 14px; font-weight: 750; }
.hero-proof { display: grid; grid-template-columns: repeat(3, 1fr); max-width: 610px; margin-top: 44px; padding-top: 24px; border-top: 1px solid rgba(255,255,255,.15); }
.hero-proof div { display: grid; gap: 3px; padding-right: 12px; }
.hero-proof div + div { padding-left: 20px; border-left: 1px solid rgba(255,255,255,.12); }
.hero-proof strong { font-family: Georgia, "Times New Roman", serif; font-size: 23px; font-weight: 400; }
.hero-proof span { color: rgba(255,255,255,.55); font-size: 11px; }
.hero-visual { align-self: end; min-width: 0; }
.portrait-frame { position: relative; width: min(100%, 520px); margin-inline: auto; }
.portrait-frame picture { position: relative; z-index: 2; display: block; overflow: hidden; aspect-ratio: .78; border-radius: 240px 240px 24px 24px; background: linear-gradient(160deg, #2a6454, #0a2a24); }
.portrait-frame picture img { width: 100%; height: 100%; object-fit: cover; object-position: center top; }
.portrait-orbit { position: absolute; z-index: 1; inset: -28px -36px 46px; border: 1px solid rgba(233,191,158,.35); border-radius: 50% 50% 12% 12%; transform: rotate(5deg); }
.experience-card { position: absolute; z-index: 4; left: -28px; bottom: 28px; display: flex; align-items: center; gap: 12px; max-width: 270px; padding: 15px 18px; border: 1px solid rgba(255,255,255,.24); border-radius: 16px; background: rgba(11,44,38,.88); box-shadow: var(--shadow); backdrop-filter: blur(13px); }
.experience-card > span { display: grid; flex: 0 0 34px; width: 34px; height: 34px; place-items: center; border-radius: 50%; color: var(--forest); background: #e8b189; font-weight: 900; }
.experience-card p { margin: 0; color: rgba(255,255,255,.66); font-size: 11px; line-height: 1.35; }
.experience-card strong { display: block; margin-bottom: 3px; color: #fff; font-size: 13px; }
.hero-marquee { position: relative; z-index: 5; overflow: hidden; border-block: 1px solid rgba(255,255,255,.12); color: rgba(255,255,255,.72); background: rgba(6,31,26,.45); }
.hero-marquee div { display: flex; justify-content: center; align-items: center; gap: 28px; width: max-content; min-width: 100%; padding: 13px 20px; font-size: 11px; letter-spacing: .12em; text-transform: uppercase; }
.hero-marquee b { color: #df956f; }

.section-intro h2, .programs-heading h2, .method-copy h2, .about-copy h2, .reviews-heading h2, .tax-content h2, .consultation-copy h2, .faq-heading h2, .impact-grid h2 { margin: 0; font-family: Georgia, "Times New Roman", serif; font-size: clamp(36px, 4.2vw, 58px); font-weight: 400; line-height: 1.05; letter-spacing: -.035em; }
.section-intro > p:last-child { max-width: 670px; margin: 20px 0 0; color: var(--muted); }
.audience-section { padding-block: 110px; }
.audience-section .section-intro { max-width: 780px; }
.choice-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; margin-top: 44px; }
.choice-grid a { display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 20px; min-height: 154px; padding: 26px 28px; border: 1px solid var(--line); border-radius: var(--radius-md); background: #fff; box-shadow: 0 10px 38px rgba(21,62,51,.06); transition: transform .2s ease, border-color .2s ease; }
.choice-grid a:hover { transform: translateY(-4px); border-color: rgba(200,100,71,.5); }
.choice-grid > a:first-child { color: #fff; background: var(--forest); }
.choice-grid > a:first-child p { color: rgba(255,255,255,.67); }
.choice-grid span { display: grid; width: 45px; height: 45px; place-items: center; border: 1px solid currentColor; border-radius: 50%; font-size: 11px; }
.choice-grid h3 { margin: 0 0 5px; font-family: Georgia, "Times New Roman", serif; font-size: 25px; font-weight: 400; }
.choice-grid p { margin: 0; color: var(--muted); font-size: 14px; }
.choice-grid b { font-size: 24px; font-weight: 400; }

.programs-section { padding-block: 110px; color: #fff; background: var(--forest-deep); }
.programs-heading, .reviews-heading { display: grid; grid-template-columns: minmax(0, 1.3fr) minmax(280px, .7fr); align-items: end; gap: 40px; }
.programs-heading > p, .reviews-heading > p { margin: 0 0 6px; color: rgba(255,255,255,.58); font-size: 14px; }
.section-kicker.light { color: #e9a987; }
.program-tabs { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; margin-top: 48px; }
.program-tabs button { display: grid; grid-template-columns: auto 1fr; column-gap: 12px; align-items: center; min-height: 90px; padding: 16px 18px; border: 1px solid rgba(255,255,255,.14); border-radius: 18px; color: rgba(255,255,255,.69); background: rgba(255,255,255,.04); text-align: left; cursor: pointer; transition: background .18s ease, border-color .18s ease; }
.program-tabs button span { grid-row: 1 / 3; display: grid; width: 36px; height: 36px; place-items: center; border-radius: 50%; color: #eab18f; background: rgba(255,255,255,.08); font-size: 10px; }
.program-tabs button small { color: rgba(255,255,255,.43); font-size: 11px; }
.program-tabs button[aria-selected="true"], .program-tabs button:hover { color: var(--forest); border-color: #f0c19f; background: #f0c19f; }
.program-tabs button[aria-selected="true"] small, .program-tabs button:hover small { color: rgba(18,63,53,.68); }
.program-tabs button[aria-selected="true"] span, .program-tabs button:hover span { color: #fff; background: var(--forest); }
.program-panel { padding-top: 42px; }
.js .program-panel[hidden] { display: none; }
.panel-heading { display: flex; align-items: end; justify-content: space-between; gap: 30px; padding-bottom: 22px; border-bottom: 1px solid rgba(255,255,255,.12); }
.panel-heading h3 { margin: 0; font-family: Georgia, "Times New Roman", serif; font-size: 29px; font-weight: 400; }
.panel-heading p { max-width: 560px; margin: 0; color: rgba(255,255,255,.55); font-size: 13px; }
.courses-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px; margin-top: 26px; }
.course-card { position: relative; display: flex; flex-direction: column; min-height: 590px; overflow: hidden; padding: 28px; border: 1px solid rgba(255,255,255,.1); border-radius: 26px; color: var(--ink); background: var(--paper); }
.course-card::before { content: ""; position: absolute; top: -90px; right: -90px; width: 210px; height: 210px; border-radius: 50%; background: var(--forest-soft); opacity: .55; }
.course-card.accent-clay::before { background: #f0d0c5; }
.course-card.accent-gold::before { background: #f2e3bd; }
.course-card.featured { border-color: #df9a74; box-shadow: inset 0 4px 0 var(--clay); }
.course-topline { position: relative; z-index: 2; display: flex; align-items: center; gap: 10px; min-height: 30px; color: var(--muted); font-size: 10px; letter-spacing: .1em; text-transform: uppercase; }
.course-topline > span { display: grid; width: 28px; height: 28px; place-items: center; border-radius: 50%; color: var(--forest); background: var(--forest-soft); }
.course-topline p { margin: 0; }
.course-topline b { margin-left: auto; padding: 5px 9px; border-radius: 999px; color: #fff; background: var(--clay); font-size: 9px; }
.promotion-badge { position: relative; z-index: 2; display: inline-flex; align-self: flex-start; gap: 8px; margin-top: 16px; padding: 8px 12px; border: 1px solid rgba(152,70,49,.22); border-radius: 999px; color: var(--clay-dark); background: #fff0e9; font-size: 12px; font-weight: 850; }
.promotion-badge small { padding-left: 8px; border-left: 1px solid rgba(152,70,49,.2); font-weight: 600; }
.course-card h3 { position: relative; z-index: 2; max-width: 520px; margin: 27px 0 13px; font-family: Georgia, "Times New Roman", serif; font-size: clamp(29px, 3vw, 40px); font-weight: 400; line-height: 1.03; letter-spacing: -.03em; }
.course-description { margin: 0; color: var(--muted); font-size: 14px; }
.course-meta { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1px; overflow: hidden; margin-top: 23px; border: 1px solid var(--line); border-radius: 15px; background: var(--line); }
.course-meta span { display: grid; gap: 2px; min-height: 66px; padding: 12px 14px; background: #fff; font-size: 13px; font-weight: 750; }
.course-meta small, .course-result small { color: var(--muted); font-size: 9px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.course-card ul { display: grid; grid-template-columns: repeat(2, 1fr); gap: 8px 20px; margin: 22px 0 0; padding: 0; list-style: none; }
.course-card li { position: relative; padding-left: 17px; color: #43524d; font-size: 12px; }
.course-card li::before { content: ""; position: absolute; left: 0; top: .62em; width: 5px; height: 5px; border-radius: 50%; background: var(--clay); }
.course-result { display: flex; align-items: flex-start; gap: 10px; margin-top: auto; padding-top: 22px; }
.course-result > span { display: grid; flex: 0 0 28px; width: 28px; height: 28px; place-items: center; border-radius: 50%; color: #fff; background: var(--forest); font-size: 12px; }
.course-result p { display: grid; gap: 4px; margin: 0; font-size: 13px; }
.course-select { display: flex; align-items: center; justify-content: space-between; width: 100%; margin-top: 22px; padding: 15px 0 5px; border: 0; border-top: 1px solid var(--line); color: var(--forest); background: transparent; font-size: 13px; font-weight: 850; cursor: pointer; }
.course-select:hover { color: var(--clay); }
.empty-programs { padding: 40px; border: 1px dashed rgba(255,255,255,.2); border-radius: 22px; color: rgba(255,255,255,.6); text-align: center; }

.method-section { display: grid; grid-template-columns: minmax(0, .9fr) minmax(420px, 1.1fr); align-items: center; gap: clamp(42px, 7vw, 94px); padding-block: 120px; }
.method-copy > p:not(.section-kicker) { max-width: 620px; color: var(--muted); }
.method-steps { display: grid; gap: 0; margin: 34px 0 0; padding: 0; list-style: none; }
.method-steps li { display: grid; grid-template-columns: 42px 1fr; gap: 16px; padding: 18px 0; border-top: 1px solid var(--line); }
.method-steps li > span { display: grid; width: 34px; height: 34px; place-items: center; border-radius: 50%; color: var(--clay); background: #f8e9e1; font-size: 10px; font-weight: 850; }
.method-steps h3 { margin: 0 0 4px; font-size: 16px; }
.method-steps p { margin: 0; color: var(--muted); font-size: 13px; }
.method-photo { position: relative; margin: 0; }
.method-photo::before { content: ""; position: absolute; inset: -18px 18px 18px -18px; z-index: -1; border-radius: 36px; background: var(--forest-soft); }
.method-photo img { width: 100%; aspect-ratio: 1 / .9; object-fit: cover; border-radius: 32px; box-shadow: var(--shadow); }
.method-photo figcaption, .tax-photo > div { position: absolute; left: 22px; right: 22px; bottom: 22px; display: grid; gap: 2px; padding: 16px 18px; border-radius: 16px; color: #fff; background: rgba(11,44,38,.9); backdrop-filter: blur(12px); }
.method-photo figcaption strong, .tax-photo strong { font-size: 14px; }
.method-photo figcaption span, .tax-photo span { color: rgba(255,255,255,.64); font-size: 11px; }

.impact-section { padding-block: 92px; color: #fff; background: var(--clay); }
.impact-grid { display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: 60px; }
.impact-grid dl { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1px; margin: 0; background: rgba(255,255,255,.2); }
.impact-grid dl div { padding: 24px; background: var(--clay); }
.impact-grid dt { font-family: Georgia, "Times New Roman", serif; font-size: 48px; }
.impact-grid dd { margin: 0; color: rgba(255,255,255,.66); font-size: 12px; }

.about-section { display: grid; grid-template-columns: minmax(370px, .9fr) minmax(0, 1.1fr); align-items: center; gap: clamp(42px, 8vw, 110px); padding-block: 120px; }
.about-visual { position: relative; min-height: 600px; }
.about-shape { position: absolute; inset: 40px 8% 20px 5%; border-radius: 48% 48% 24px 24px; background: var(--forest-soft); transform: rotate(-4deg); }
.about-visual > img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: contain; object-position: center bottom; }
.about-visual > p { position: absolute; left: 0; right: 0; bottom: 4px; display: grid; margin: 0; padding: 18px 22px; border-radius: 18px; color: #fff; background: var(--forest); box-shadow: var(--shadow); font-size: 11px; }
.about-visual > p strong { font-family: Georgia, "Times New Roman", serif; font-size: 19px; font-weight: 400; }
.about-copy > p:not(.section-kicker) { color: var(--muted); }
.instagram-community { position: relative; display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 16px; overflow: hidden; margin-top: 26px; padding: 18px 20px; border-radius: 20px; color: #fff; background: linear-gradient(135deg, #0b2c26, #1d5b4c); box-shadow: 0 16px 42px rgba(11,44,38,.16); transition: transform .2s ease, box-shadow .2s ease; }
.instagram-community::after { content: ""; position: absolute; width: 150px; height: 150px; right: -72px; top: -88px; border: 24px solid rgba(238,224,206,.16); border-radius: 50%; }
.instagram-community:hover { transform: translateY(-3px); box-shadow: 0 20px 50px rgba(11,44,38,.22); }
.instagram-mark { position: relative; z-index: 1; display: grid; width: 54px; height: 54px; place-items: center; border-radius: 16px; background: radial-gradient(circle at 68% 68%, #ffd36a 0 10%, #e75555 35%, #a83aa5 67%, #5940c8 100%); box-shadow: inset 0 0 0 1px rgba(255,255,255,.3); }
.instagram-mark::before { content: ""; width: 25px; height: 25px; border: 2px solid #fff; border-radius: 8px; }
.instagram-mark::after { content: ""; position: absolute; width: 8px; height: 8px; border: 2px solid #fff; border-radius: 50%; }
.instagram-mark i { position: absolute; width: 4px; height: 4px; right: 14px; top: 13px; border-radius: 50%; background: #fff; }
.instagram-copy { position: relative; z-index: 1; display: grid; line-height: 1.05; }
.instagram-copy small { margin-bottom: 5px; color: rgba(255,255,255,.62); font-size: 10px; letter-spacing: .06em; }
.instagram-copy strong { font-family: Georgia, "Times New Roman", serif; font-size: 32px; font-weight: 400; }
.instagram-copy em { margin-top: 5px; color: rgba(255,255,255,.7); font-size: 10px; font-style: normal; }
.instagram-community > b { position: relative; z-index: 1; font-size: 24px; font-weight: 400; }
.about-copy ul { display: grid; gap: 12px; margin: 30px 0; padding: 0; list-style: none; }
.about-copy li { display: flex; align-items: center; gap: 12px; font-size: 14px; }
.about-copy li span { display: grid; width: 27px; height: 27px; place-items: center; border-radius: 50%; color: #fff; background: var(--forest); font-size: 10px; }
.about-copy .text-link { color: var(--forest); }

.gallery-section { padding-bottom: 110px; }
.photo-gallery { display: grid; grid-template-columns: 1.2fr .8fr .8fr; gap: 14px; margin-top: 38px; }
.photo-gallery img { width: 100%; height: 360px; object-fit: cover; border-radius: 24px; }

.reviews-section { overflow: hidden; padding-block: 110px; background: var(--cream); }
.reviews-heading > p { color: var(--muted); }
.review-scroller { display: grid; grid-auto-flow: column; grid-auto-columns: minmax(230px, 290px); gap: 14px; overflow-x: auto; margin-top: 42px; padding-bottom: 14px; scroll-snap-type: x proximity; scrollbar-color: var(--clay) rgba(18,63,53,.1); }
.review-card { overflow: hidden; aspect-ratio: 9 / 14; border-radius: 24px; background: linear-gradient(145deg, #1d5749, #0b2e27); scroll-snap-align: start; }
.review-card.tone-2 { background: linear-gradient(145deg, #c2684d, #8e402d); }
.review-card.tone-3 { background: linear-gradient(145deg, #c4a15a, #77602f); }
.video-button { position: relative; display: grid; width: 100%; height: 100%; place-items: center; border: 0; color: #fff; background: transparent; cursor: pointer; }
.video-button::before { content: ""; position: absolute; inset: 12px; border: 1px solid rgba(255,255,255,.22); border-radius: 18px; }
.review-number { position: absolute; left: 25px; top: 24px; font-family: Georgia, "Times New Roman", serif; font-size: 24px; }
.play-button { display: grid; width: 64px; height: 64px; place-items: center; padding-left: 4px; border: 1px solid rgba(255,255,255,.48); border-radius: 50%; background: rgba(255,255,255,.11); }
.review-label { position: absolute; left: 25px; bottom: 25px; font-size: 12px; }
.review-card video { width: 100%; height: 100%; object-fit: cover; background: #081b17; }

.tax-section { padding-block: 120px; color: #fff; background: var(--forest); }
.tax-grid { display: grid; grid-template-columns: minmax(360px, .9fr) minmax(0, 1.1fr); align-items: center; gap: clamp(42px, 7vw, 90px); }
.tax-photo { position: relative; }
.tax-photo img { width: 100%; aspect-ratio: .94; object-fit: cover; border-radius: 32px; }
.tax-content > p:not(.section-kicker) { color: rgba(255,255,255,.68); }
.public-form { display: grid; gap: 16px; margin-top: 30px; }
.public-form label { display: grid; gap: 7px; }
.public-form label > span:first-child { color: inherit; font-size: 11px; font-weight: 800; letter-spacing: .035em; }
.public-form input:not([type="checkbox"]), .public-form select, .public-form textarea { width: 100%; min-height: 50px; padding: 13px 14px; border: 1px solid rgba(255,255,255,.2); border-radius: 12px; color: #fff; background: rgba(255,255,255,.08); outline: none; transition: border-color .18s ease, background .18s ease; }
.public-form textarea { min-height: 100px; resize: vertical; }
.public-form select { color-scheme: dark; }
.public-form option { color: var(--ink); background: white; }
.public-form input::placeholder, .public-form textarea::placeholder { color: rgba(255,255,255,.42); }
.public-form input:focus, .public-form select:focus, .public-form textarea:focus { border-color: #e6a37e; background: rgba(255,255,255,.12); }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.field-note { color: rgba(255,255,255,.54); font-size: 10px; }
.checkbox-label { display: grid !important; grid-template-columns: 18px 1fr; align-items: start; gap: 10px !important; color: rgba(255,255,255,.75); font-size: 11px; line-height: 1.5; }
.checkbox-label input { width: 18px; height: 18px; margin: 1px 0 0; accent-color: var(--clay); }
.checkbox-label a { text-decoration: underline; text-underline-offset: 2px; }
.checkbox-label.optional { color: rgba(255,255,255,.52); }
.honeypot { position: absolute !important; width: 1px !important; height: 1px !important; overflow: hidden !important; clip-path: inset(50%) !important; }
.form-status { min-height: 22px; margin: 0; color: #ffd2bf; font-size: 12px; }
.form-status.success { color: #a7e9c6; }
.public-form.is-sending { opacity: .72; pointer-events: none; }

.consultation-section { padding-block: 110px; color: #fff; background: var(--forest-deep); }
.consultation-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: clamp(40px, 7vw, 90px); align-items: start; }
.consultation-copy > p:not(.section-kicker) { color: rgba(255,255,255,.62); }
.consultation-note { display: flex; gap: 13px; margin-top: 30px; padding: 18px; border: 1px solid rgba(255,255,255,.13); border-radius: 16px; background: rgba(255,255,255,.05); }
.consultation-note > span { display: grid; flex: 0 0 32px; width: 32px; height: 32px; place-items: center; border-radius: 50%; color: var(--forest); background: #edb58f; }
.consultation-note p { margin: 0; color: rgba(255,255,255,.55); font-size: 11px; }
.consultation-note strong { display: block; margin-bottom: 3px; color: #fff; font-size: 13px; }
.course-form-public { margin-top: 0; padding: 28px; border: 1px solid rgba(255,255,255,.12); border-radius: 26px; background: rgba(255,255,255,.055); }
.form-banner { padding: 13px 15px; border-radius: 12px; font-size: 12px; }
.form-banner.success { color: #bdf2d6; background: rgba(50,180,110,.14); }
.form-banner.error { color: #ffd1c2; background: rgba(220,86,64,.14); }

.faq-section { display: grid; grid-template-columns: .7fr 1.3fr; gap: clamp(42px, 8vw, 100px); padding-block: 115px; }
.faq-heading > p:not(.section-kicker) { color: var(--muted); }
.faq-list { border-top: 1px solid var(--line); }
.faq-list details { border-bottom: 1px solid var(--line); }
.faq-list summary { display: flex; justify-content: space-between; gap: 20px; padding: 22px 0; cursor: pointer; list-style: none; font-size: 15px; font-weight: 780; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary span { color: var(--clay); font-size: 20px; font-weight: 400; }
.faq-list details[open] summary span { transform: rotate(45deg); }
.faq-list details p { margin: -7px 0 23px; padding-right: 44px; color: var(--muted); font-size: 13px; }

.site-footer { padding-block: 70px 24px; color: #fff; background: #071f1b; }
.footer-grid { display: grid; grid-template-columns: 1.2fr .8fr .8fr; gap: 40px; }
.footer-grid nav, .social-links { display: grid; align-content: start; gap: 11px; color: rgba(255,255,255,.64); font-size: 13px; }
.footer-grid a:hover { color: white; }
.footer-bottom { display: flex; justify-content: space-between; gap: 20px; margin-top: 55px; padding-top: 22px; border-top: 1px solid rgba(255,255,255,.12); color: rgba(255,255,255,.42); font-size: 11px; }
.footer-bottom p { margin: 0; }
.footer-bottom div { display: flex; gap: 20px; }

@media (max-width: 980px) {
  :root { --shell: min(100% - 32px, 760px); }
  .desktop-nav, .header-cta { display: none; }
  .mobile-menu { display: block; }
  .hero-grid { grid-template-columns: 1fr; padding-top: 70px; }
  .hero-copy { text-align: center; }
  .eyebrow, .hero-actions { justify-content: center; }
  .hero-lead, .hero h1, .hero-proof { margin-inline: auto; }
  .hero-visual { width: min(520px, 90%); margin-inline: auto; }
  .programs-heading, .reviews-heading, .method-section, .about-section, .tax-grid, .consultation-grid, .faq-section, .impact-grid { grid-template-columns: 1fr; }
  .program-tabs { grid-template-columns: 1fr; }
  .program-tabs button { min-height: 72px; }
  .courses-grid { grid-template-columns: 1fr; }
  .course-card { min-height: 0; }
  .method-section { gap: 70px; }
  .method-photo { width: min(100%, 650px); margin-inline: auto; }
  .about-section { gap: 65px; }
  .about-visual { width: min(100%, 540px); margin-inline: auto; }
  .impact-grid dl { margin-top: 10px; }
  .tax-photo { width: min(100%, 620px); margin-inline: auto; }
}

@media (max-width: 680px) {
  :root { --shell: calc(100% - 24px); --radius-lg: 24px; }
  .site-header { min-height: 76px; }
  .brand small { display: none; }
  .hero-grid { min-height: auto; padding-block: 52px 72px; }
  .hero h1 { font-size: clamp(42px, 13vw, 60px); }
  .hero-lead { font-size: 15px; }
  .hero-actions { display: grid; }
  .primary-button { width: 100%; }
  .hero-proof { grid-template-columns: 1fr; gap: 14px; text-align: left; }
  .hero-proof div, .hero-proof div + div { grid-template-columns: 100px 1fr; align-items: center; padding: 0; border: 0; }
  .portrait-frame { width: 93%; }
  .experience-card { left: -12px; right: -12px; bottom: 16px; max-width: none; }
  .hero-marquee div { justify-content: flex-start; }
  .audience-section, .programs-section, .method-section, .about-section, .reviews-section, .tax-section, .consultation-section, .faq-section { padding-block: 78px; }
  .section-intro h2, .programs-heading h2, .method-copy h2, .about-copy h2, .reviews-heading h2, .tax-content h2, .consultation-copy h2, .faq-heading h2, .impact-grid h2 { font-size: 38px; }
  .choice-grid { grid-template-columns: 1fr; }
  .choice-grid a { min-height: 130px; padding: 20px; }
  .program-tabs button { grid-template-columns: auto 1fr; }
  .panel-heading { display: block; }
  .panel-heading p { margin-top: 8px; }
  .course-card { padding: 22px; border-radius: 20px; }
  .course-topline b { display: none; }
  .course-card ul, .course-meta { grid-template-columns: 1fr; }
  .method-photo img, .tax-photo img { border-radius: 22px; }
  .impact-grid dl { grid-template-columns: 1fr 1fr; }
  .impact-grid dl div { padding: 17px; }
  .impact-grid dt { font-size: 38px; }
  .about-visual { min-height: 510px; }
  .photo-gallery { grid-template-columns: 1fr; }
  .photo-gallery img { height: 300px; }
  .form-row { grid-template-columns: 1fr; }
  .course-form-public { padding: 20px; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-bottom { display: grid; }
  .footer-bottom div { display: grid; gap: 8px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; }
}

/* Светлая кожаная палитра с зелёным акцентом */
:root {
  --leather: #eee0ce;
  --leather-deep: #d5b690;
  --leather-soft: #faf3ea;
  --cream: #faf6ef;
  --paper: #fffdf9;
  --clay: #1f6655;
  --clay-dark: #134b3f;
  --line: rgba(69, 48, 29, .15);
  --shadow: 0 24px 70px rgba(73, 48, 25, .13);
}

body { background: var(--paper); }
:focus-visible { outline-color: rgba(31, 102, 85, .52); }
.hero { color: var(--ink); background: linear-gradient(135deg, #fffaf2 0%, #f3e6d6 52%, #e5ceb1 100%); }
.hero::before { border-color: rgba(30,61,51,.12); box-shadow: 0 0 0 80px rgba(255,255,255,.08), 0 0 0 190px rgba(255,255,255,.045); }
.hero::after { opacity: .13; background-image: radial-gradient(rgba(55,37,21,.6) .6px, transparent .6px); }
.site-header { border-bottom-color: rgba(44,53,45,.15); }
.brand small { color: rgba(29,43,39,.62); }
.desktop-nav a { color: rgba(29,43,39,.72); }
.desktop-nav a:hover { color: var(--forest); }
.header-cta { color: #fff; border-color: var(--forest); background: var(--forest); transition: transform .18s ease, background .18s ease; }
.header-cta:hover { color: #fff; background: var(--forest-deep); transform: translateY(-2px); }
.mobile-menu summary { border-color: rgba(18,63,53,.32); }
.mobile-menu summary span { width: 19px; height: 2px; border-radius: 2px; background: var(--forest); transform-origin: center; transition: transform .24s ease, opacity .18s ease; }
.mobile-menu[open] summary span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.mobile-menu[open] summary span:nth-child(2) { opacity: 0; transform: scaleX(.25); }
.mobile-menu[open] summary span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
.eyebrow { color: var(--forest); }
.hero h1 em { color: var(--forest); }
.hero-lead { color: rgba(29,43,39,.72); }
.primary-button { background: var(--gold); box-shadow: 0 12px 30px rgba(18,63,53,.22); }
.primary-button:hover { background: var(--forest-deep); }
.hero-proof { border-top-color: rgba(29,43,39,.16); }
.hero-proof div + div { border-left-color: rgba(29,43,39,.14); }
.hero-proof strong { white-space: nowrap; }
.hero-proof span { color: rgba(29,43,39,.58); }
.portrait-frame picture { background: linear-gradient(160deg, #2a6454, #0a2a24); }
.portrait-orbit { border-color: rgba(18,63,53,.32); }
.hero-marquee { color: rgba(255,255,255,.78); border-block-color: rgba(255,255,255,.13); background: var(--forest); }
.hero-marquee b { color: #e5c59f; }

.choice-grid button { display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 20px; min-height: 154px; padding: 26px 28px; border: 1px solid var(--line); border-radius: var(--radius-md); color: var(--ink); background: #fff; box-shadow: 0 10px 38px rgba(73,48,25,.06); text-align: left; cursor: pointer; transition: transform .2s ease, border-color .2s ease, background .2s ease, color .2s ease; }
.choice-grid button:hover { transform: translateY(-4px); border-color: rgba(31,102,85,.48); }
.choice-grid button.is-active, .choice-grid button[aria-pressed="true"] { color: #fff; border-color: var(--forest); background: var(--forest); }
.choice-grid button.is-active p, .choice-grid button[aria-pressed="true"] p { color: rgba(255,255,255,.7); }

.programs-section { color: var(--ink); background: linear-gradient(180deg, var(--leather-soft), #fffaf4); }
.programs-heading > p { color: var(--muted); }
.section-kicker.light { color: var(--forest); }
.program-tabs button { color: rgba(29,43,39,.72); border-color: rgba(69,48,29,.14); background: rgba(255,255,255,.48); }
.program-tabs button span { color: var(--forest); background: rgba(18,63,53,.09); }
.program-tabs button small { color: rgba(29,43,39,.5); }
.program-tabs button[aria-selected="true"], .program-tabs button:hover { color: #fff; border-color: var(--forest); background: var(--forest); }
.program-tabs button[aria-selected="true"] small, .program-tabs button:hover small { color: rgba(255,255,255,.65); }
.program-tabs button[aria-selected="true"] span, .program-tabs button:hover span { color: var(--forest); background: #f4e3ce; }
.panel-heading { border-bottom-color: rgba(69,48,29,.15); }
.panel-heading p { color: var(--muted); }
.course-card { border-color: rgba(69,48,29,.13); background: #fffdf9; box-shadow: 0 15px 42px rgba(73,48,25,.065); }
.course-card.featured { border-color: var(--forest); box-shadow: inset 0 4px 0 var(--forest), 0 15px 42px rgba(73,48,25,.075); }
.course-topline b { background: var(--forest); }
.course-card li::before { background: var(--forest); }
.course-select { justify-content: center; gap: 18px; min-height: 50px; margin-top: 22px; padding: 13px 18px; border: 0; border-radius: 999px; color: #fff; background: var(--forest); transition: transform .18s ease, background .18s ease; }
.course-select:hover { color: #fff; background: var(--forest-deep); transform: translateY(-2px); }
.empty-programs { color: var(--muted); border-color: rgba(69,48,29,.25); }
.impact-section { background: var(--forest); }
.impact-grid dl div { background: var(--forest); }
.impact-grid .section-kicker.light { color: #eed7ba; }
.consultation-section { color: var(--ink); background: linear-gradient(135deg, #fff7ed, var(--leather)); }
.consultation-copy > p:not(.section-kicker) { color: rgba(29,43,39,.68); }
.consultation-note { border-color: rgba(18,63,53,.15); background: rgba(255,255,255,.25); }
.consultation-note p { color: rgba(29,43,39,.62); }
.consultation-note strong { color: var(--ink); }
.consultation-note > span { color: #fff; background: var(--forest); }
.course-form-public { border-color: rgba(69,48,29,.14); background: rgba(255,253,249,.72); box-shadow: 0 18px 54px rgba(73,48,25,.09); }
.site-footer { background: var(--forest-deep); }
.footer-brand small { color: rgba(255,255,255,.62); }

/* Формы: светлые по умолчанию, тёмные только в зелёном блоке */
.public-form input:not([type="checkbox"]), .public-form select, .public-form textarea { color: var(--ink); border-color: rgba(69,48,29,.2); background: rgba(255,255,255,.76); }
.public-form select { color-scheme: light; }
.public-form input::placeholder, .public-form textarea::placeholder { color: rgba(29,43,39,.42); }
.public-form input:focus, .public-form select:focus, .public-form textarea:focus { border-color: var(--forest); background: #fff; }
.field-note { color: rgba(29,43,39,.56); }
.checkbox-label { color: rgba(29,43,39,.75); }
.checkbox-label.optional { color: rgba(29,43,39,.55); }
.checkbox-label input { accent-color: var(--forest); }
.form-status { color: #8f3e2d; }
.form-status.success { color: var(--forest); }
.tax-section .public-form input:not([type="checkbox"]), .tax-section .public-form select, .tax-section .public-form textarea { color: #fff; border-color: rgba(255,255,255,.2); background: rgba(255,255,255,.08); }
.tax-section .public-form select { color-scheme: dark; }
.tax-section .public-form input::placeholder, .tax-section .public-form textarea::placeholder { color: rgba(255,255,255,.42); }
.tax-section .public-form input:focus, .tax-section .public-form select:focus, .tax-section .public-form textarea:focus { border-color: #e6c39c; background: rgba(255,255,255,.12); }
.tax-section .field-note { color: rgba(255,255,255,.54); }
.tax-section .checkbox-label { color: rgba(255,255,255,.75); }
.tax-section .checkbox-label.optional { color: rgba(255,255,255,.52); }

/* Кадры и минимальный плеер видеоотзывов */
.review-card { position: relative; background: #173e34; box-shadow: 0 16px 38px rgba(37,33,25,.12); }
.review-poster { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; transition: transform .42s ease; }
.review-shade { position: absolute; inset: 0; background: linear-gradient(180deg, rgba(6,22,18,.22), rgba(6,22,18,.12) 45%, rgba(6,22,18,.78)); }
.video-button:hover .review-poster { transform: scale(1.035); }
.video-button::before { z-index: 2; }
.play-button, .review-label { z-index: 3; }
.video-control { position: relative; display: grid; width: 68px; height: 68px; min-width: 68px; min-height: 68px; place-items: center; padding: 0; border: 1px solid rgba(255,255,255,.72); border-radius: 50%; color: var(--forest); background: rgba(255,253,249,.94); box-shadow: 0 10px 32px rgba(0,0,0,.22); transition: color .2s ease, background .2s ease, transform .2s ease; }
.video-control::after { content: ""; position: absolute; inset: -8px; border: 1px solid rgba(255,255,255,.46); border-radius: 50%; animation: video-control-pulse 2s ease-out infinite; }
.video-control i { position: relative; z-index: 1; padding-left: 3px; font-size: 18px; font-style: normal; line-height: 1; }
.video-button:hover .video-control { transform: scale(1.07); }
.active-video { position: relative; width: 100%; height: 100%; }
.active-video video { width: 100%; height: 100%; object-fit: cover; }
.video-toggle { position: absolute; left: 50%; top: 50%; z-index: 3; transform: translate(-50%, -50%); cursor: pointer; }
.video-toggle:hover { transform: translate(-50%, -50%) scale(1.07); }
.video-toggle.is-playing { color: #fff; background: rgba(18,63,53,.9); }
.video-toggle.is-playing i { padding-left: 0; font-size: 15px; letter-spacing: -2px; }
@keyframes video-control-pulse { 0% { opacity: .8; transform: scale(.88); } 70%, 100% { opacity: 0; transform: scale(1.2); } }

/* Попап формы */
body.modal-open, body.notice-open { overflow: hidden; }
.form-modal { position: fixed; z-index: 300; inset: 0; display: grid; place-items: center; padding: 22px; opacity: 0; transition: opacity .22s ease; }
.form-modal[hidden] { display: none; }
.form-modal.is-open { opacity: 1; }
.modal-backdrop { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; background: rgba(7,31,27,.7); backdrop-filter: blur(7px); cursor: default; }
.modal-dialog { position: relative; z-index: 1; width: min(760px, 100%); max-height: min(88vh, 860px); overflow-y: auto; padding: clamp(24px, 4vw, 42px); border: 1px solid rgba(255,255,255,.65); border-radius: 30px; background: var(--paper); box-shadow: 0 28px 90px rgba(5,26,21,.3); transform: translateY(18px) scale(.975); transition: transform .25s ease; }
.form-modal.is-open .modal-dialog { transform: translateY(0) scale(1); }
.modal-close { position: sticky; z-index: 3; top: 0; float: right; display: grid; width: 46px; height: 46px; margin: -8px -8px 4px 14px; place-items: center; border: 1px solid var(--line); border-radius: 50%; background: rgba(255,250,243,.94); cursor: pointer; }
.modal-close span { grid-area: 1 / 1; width: 19px; height: 2px; border-radius: 2px; background: var(--forest); transition: transform .25s ease; }
.modal-close span:first-child { transform: rotate(0); }
.modal-close span:last-child { transform: rotate(0); }
.form-modal.is-open .modal-close span:first-child { transform: rotate(45deg); }
.form-modal.is-open .modal-close span:last-child { transform: rotate(-45deg); }
.modal-view > h2 { margin: 0; padding-right: 45px; font-family: Georgia, "Times New Roman", serif; font-size: clamp(32px, 5vw, 46px); font-weight: 400; line-height: 1.05; letter-spacing: -.035em; }
.modal-view > p:not(.section-kicker) { max-width: 610px; margin: 14px 0 0; color: var(--muted); }
.modal-public-form { margin-top: 24px; padding: 0; border: 0; background: transparent; box-shadow: none; }

/* Анимированное подтверждение отправки */
.success-notice { position: fixed; z-index: 360; inset: 0; display: grid; place-items: center; padding: 20px; color: var(--ink); background: rgba(7,31,27,.72); backdrop-filter: blur(8px); opacity: 0; transition: opacity .25s ease; }
.success-notice[hidden] { display: none; }
.success-notice.is-visible { opacity: 1; }
.success-notice-card { width: min(470px, 100%); padding: 34px; border-radius: 28px; background: var(--paper); box-shadow: 0 26px 90px rgba(0,0,0,.28); text-align: center; transform: translateY(18px) scale(.96); transition: transform .3s ease; }
.success-notice.is-visible .success-notice-card { transform: translateY(0) scale(1); }
.success-check { display: grid; width: 68px; height: 68px; margin: 0 auto 19px; place-items: center; border: 2px solid rgba(18,63,53,.15); border-radius: 50%; color: #fff; background: var(--forest); box-shadow: 0 0 0 0 rgba(18,63,53,.18); animation: success-pulse 1.8s ease-out infinite; }
.success-check span { font-size: 27px; animation: success-check-in .45s .15s both; }
.success-eyebrow { margin: 0 0 8px; color: var(--forest); font-size: 10px; font-weight: 850; letter-spacing: .15em; text-transform: uppercase; }
.success-notice h2 { margin: 0; font-family: Georgia, "Times New Roman", serif; font-size: 42px; font-weight: 400; }
.success-text { min-height: 50px; margin: 12px auto 22px; color: var(--muted); font-size: 14px; }
.success-text.is-typing::after { content: ""; display: inline-block; width: 1px; height: 1.1em; margin-left: 3px; vertical-align: -.13em; background: var(--forest); animation: cursor-blink .75s steps(1) infinite; }
.success-notice-card > button { min-width: 140px; min-height: 44px; padding: 10px 20px; border: 0; border-radius: 999px; color: #fff; background: var(--forest); font-weight: 800; cursor: pointer; }
@keyframes success-pulse { 0% { box-shadow: 0 0 0 0 rgba(18,63,53,.26); } 70%, 100% { box-shadow: 0 0 0 18px rgba(18,63,53,0); } }
@keyframes success-check-in { from { opacity: 0; transform: scale(.4) rotate(-25deg); } to { opacity: 1; transform: scale(1) rotate(0); } }
@keyframes cursor-blink { 50% { opacity: 0; } }

@media (max-width: 680px) {
  body { font-size: 15px; line-height: 1.65; }
  .hero-grid { padding-block: 44px 58px; }
  .hero h1 { font-size: clamp(40px, 11.6vw, 48px); line-height: 1.01; }
  .hero-lead { margin-top: 23px; font-size: 14.5px; line-height: 1.65; }
  .eyebrow, .section-kicker { margin-bottom: 16px; font-size: 9.5px; letter-spacing: .14em; }
  .hero-actions { margin-top: 28px; gap: 16px; }
  .hero-proof { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 8px; margin-top: 30px; padding-top: 0; border: 0; text-align: center; }
  .hero-proof div, .hero-proof div + div { display: grid; grid-template-columns: 1fr; align-content: center; gap: 5px; min-width: 0; min-height: 76px; padding: 10px 5px; border: 1px solid rgba(18,63,53,.12); border-radius: 14px; background: rgba(255,253,249,.36); }
  .hero-proof strong { font-size: 18px; line-height: 1.05; }
  .hero-proof span { font-size: 9px; line-height: 1.25; }
  .audience-section, .programs-section, .method-section, .about-section, .reviews-section, .tax-section, .consultation-section, .faq-section { padding-block: 68px; }
  .section-intro h2, .programs-heading h2, .method-copy h2, .about-copy h2, .reviews-heading h2, .tax-content h2, .consultation-copy h2, .faq-heading h2, .impact-grid h2 { font-size: clamp(32px, 9.2vw, 38px); line-height: 1.07; }
  .section-intro > p:last-child, .programs-heading > p, .reviews-heading > p, .method-copy > p:not(.section-kicker), .about-copy > p:not(.section-kicker) { font-size: 14px; line-height: 1.65; }
  .choice-grid { margin-top: 34px; }
  .choice-grid button { min-height: 118px; padding: 18px; gap: 14px; }
  .choice-grid h3 { font-size: 23px; }
  .choice-grid p { font-size: 13px; line-height: 1.5; }
  .program-tabs { margin-top: 34px; }
  .panel-heading h3 { font-size: 27px; }
  .panel-heading p { font-size: 13px; line-height: 1.55; }
  .course-card h3 { font-size: 30px; }
  .course-description { font-size: 14px; line-height: 1.6; }
  .course-card li { font-size: 12.5px; line-height: 1.5; }
  .instagram-community { gap: 13px; margin-top: 22px; padding: 15px; border-radius: 17px; }
  .instagram-mark { width: 48px; height: 48px; border-radius: 14px; }
  .instagram-copy strong { font-size: 27px; }
  .method-photo, .tax-photo { isolation: isolate; min-height: 330px; overflow: hidden; border-radius: 24px; box-shadow: var(--shadow); }
  .method-photo img, .tax-photo img { display: none; }
  .method-photo::before { z-index: 0; inset: 0; border-radius: 24px; background: radial-gradient(circle at 22% 23%, rgba(255,255,255,.9) 0 9%, transparent 9.5%), radial-gradient(circle at 74% 68%, rgba(18,63,53,.15) 0 19%, transparent 19.5%), linear-gradient(135deg, #f8ede0, #ddc19f); transform: none; }
  .method-photo::after { content: ""; position: absolute; z-index: 1; width: 190px; height: 190px; right: -42px; top: -38px; border: 28px solid rgba(18,63,53,.9); border-radius: 50%; box-shadow: -130px 105px 0 -58px rgba(18,63,53,.3); }
  .method-photo figcaption { z-index: 3; }
  .tax-photo { background: linear-gradient(145deg, #0b2c26, #286b59); }
  .tax-photo::before { content: ""; position: absolute; z-index: 0; inset: 0; opacity: .72; background: repeating-linear-gradient(120deg, transparent 0 24px, rgba(255,255,255,.055) 25px 26px), radial-gradient(circle at 20% 28%, #e9d3b8 0 17%, transparent 17.5%); }
  .tax-photo::after { content: ""; position: absolute; z-index: 1; width: 230px; height: 230px; right: -62px; bottom: -70px; border: 34px solid rgba(232,208,178,.88); border-radius: 34% 66% 52% 48%; transform: rotate(22deg); }
  .tax-photo > div { z-index: 3; }
  .review-scroller { grid-auto-columns: minmax(220px, 74vw); }
  .review-label { font-size: 11px; }
  .video-control { width: 62px; height: 62px; min-width: 62px; min-height: 62px; }
  .form-modal { align-items: end; padding: 0; }
  .modal-dialog { width: 100%; max-height: 93dvh; padding: 24px 18px calc(24px + env(safe-area-inset-bottom)); border-radius: 26px 26px 0 0; transform: translateY(40px); }
  .modal-close { margin-right: 0; }
  .modal-view > h2 { font-size: 34px; }
  .modal-public-form .primary-button { width: 100%; }
  .success-notice-card { padding: 28px 20px; border-radius: 24px; }
  .success-notice h2 { font-size: 37px; }
}
