:root {
  --ink: #18362f;
  --ink-2: #27483f;
  --green: #315b50;
  --green-dark: #173a32;
  --mint: #a7cfc0;
  --mint-soft: #eaf4ef;
  --gold: #b38a43;
  --gold-soft: #ead9b5;
  --orange: #f4a33f;
  --orange-dark: #d78323;
  --paper: #fbfaf6;
  --sand: #f3eee4;
  --white: #fff;
  --line: #d9e1dd;
  --muted: #687a74;
  --danger: #b44d42;
  --shadow: 0 20px 60px rgba(23, 58, 50, .12);
  --radius: 22px;
  --container: 1180px;
  --serif: "Zen Old Mincho", "Shippori Mincho", "Yu Mincho", "Hiragino Mincho ProN", serif;
  --sans: "Noto Sans", "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Yu Gothic", sans-serif;
  --sans-jp: "Noto Sans JP", "Noto Sans", "Hiragino Kaku Gothic ProN", "Yu Gothic", sans-serif;
  --symbol-sans: "Hiragino Kaku Gothic ProN", "Yu Gothic", "Noto Sans JP", sans-serif;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: var(--sans); line-height: 1.8; -webkit-font-smoothing: antialiased; }
body.menu-open { overflow: hidden; }
img { display: block; max-width: 100%; height: auto; }
a { color: inherit; text-decoration: none; }
button, input, textarea, select { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { line-height: 1.35; }
.container { width: min(calc(100% - 40px), var(--container)); margin-inline: auto; }
.narrow { max-width: 760px; }
.center { text-align: center; }
.section { padding: 100px 0; }
.surface-green { color: #fff; background: var(--green-dark); position: relative; overflow: hidden; }
.surface-green::before { content: ""; position: absolute; width: 420px; height: 420px; border: 1px solid rgba(255,255,255,.08); border-radius: 50%; top: -190px; right: -80px; box-shadow: 0 0 0 50px rgba(255,255,255,.018), 0 0 0 100px rgba(255,255,255,.012); }
.screen-reader-text { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; left: 16px; top: -100px; z-index: 9999; background: #fff; padding: 12px 18px; border-radius: 6px; }
.skip-link:focus { top: 16px; }

.button { appearance: none; border: 0; border-radius: 999px; min-height: 52px; padding: 13px 26px; display: inline-flex; align-items: center; justify-content: center; gap: 14px; font-weight: 700; letter-spacing: .04em; cursor: pointer; transition: transform .2s, box-shadow .2s, background .2s; }
.button:hover { transform: translateY(-2px); }
.button:focus-visible, a:focus-visible, button:focus-visible, input:focus-visible, textarea:focus-visible, select:focus-visible { outline: 3px solid rgba(244, 163, 63, .5); outline-offset: 3px; }
.button-primary { color: #fff; background: linear-gradient(135deg, var(--orange), #f7b352); box-shadow: 0 12px 30px rgba(213, 127, 34, .27); }
.button-primary:hover { background: linear-gradient(135deg, var(--orange-dark), var(--orange)); }
.button-ghost { color: var(--green-dark); background: transparent; border: 1px solid #9eada8; }
.button-light { color: var(--green-dark); background: #fff; }
.button-dark { color: #fff; background: var(--green-dark); }
.button-small { min-height: 42px; padding: 8px 18px; font-size: 13px; }
.button-large { min-height: 64px; padding: 18px 34px; }
.button-full { width: 100%; }
.button[disabled], .button-disabled { cursor: not-allowed; color: #83908c; background: #dde3e0; box-shadow: none; border: 0; }
.button[disabled]:hover { transform: none; }
.text-link { display: inline-flex; gap: 16px; align-items: center; font-weight: 700; color: var(--green); border-bottom: 1px solid var(--gold); padding-bottom: 4px; }
.text-link.centered { display: flex; width: max-content; margin: 22px auto 0; }
.danger-link { color: var(--danger); text-decoration: underline; text-underline-offset: 4px; }
.gold-text { color: var(--gold); }

.eyebrow { display: inline-block; font: 700 12px/1 var(--sans); letter-spacing: .22em; color: var(--gold); margin-bottom: 20px; }
.eyebrow-light { color: var(--gold-soft); }
.section-heading { margin-bottom: 46px; }
.section-heading h2, .page-hero h1 { font: 600 clamp(30px, 4vw, 48px)/1.45 var(--serif); letter-spacing: .04em; }
.section-heading p, .page-hero p { color: var(--muted); }
.heading-row { display: flex; justify-content: space-between; align-items: end; gap: 30px; }
.heading-row .button { margin-bottom: 40px; }

.site-header { height: 82px; background: rgba(251,250,246,.94); border-bottom: 1px solid rgba(24,54,47,.09); position: sticky; top: 0; z-index: 100; backdrop-filter: blur(14px); }
.admin-bar .site-header { top: 32px; }
.header-inner { height: 100%; display: flex; align-items: center; gap: 32px; }
.brand { display: inline-flex; align-items: center; gap: 10px; flex: 0 0 auto; }
.brand-mark { width: 36px; height: 36px; display: grid; place-items: center; }
.brand-mark svg { width: 34px; fill: none; stroke: var(--gold); stroke-width: 1.5; }
.brand-type { display: flex; flex-direction: column; line-height: 1; }
.brand-type strong { font-family: Georgia, serif; font-weight: 500; font-size: 17px; letter-spacing: .08em; }
.brand-type small { font-size: 7px; letter-spacing: .18em; color: var(--gold); margin-top: 6px; }
.desktop-nav { display: flex; gap: 28px; margin-left: auto; align-items: center; }
.desktop-nav a { font-size: 13px; font-weight: 600; }
.desktop-nav a:hover { color: var(--gold); }
.header-actions { display: flex; gap: 10px; align-items: center; }
.menu-toggle { display: none; width: 44px; height: 44px; border: 0; background: transparent; padding: 9px; }
.menu-toggle span:not(.screen-reader-text) { display: block; height: 1px; background: var(--ink); margin: 6px 0; transition: .2s; }
.mobile-menu { position: fixed; inset: 82px 0 auto; background: var(--paper); padding: 28px 24px 36px; box-shadow: var(--shadow); }
.mobile-menu a { display: block; padding: 15px 0; border-bottom: 1px solid var(--line); font-weight: 700; }

.hero { min-height: calc(100vh - 82px); position: relative; overflow: hidden; background: radial-gradient(circle at 20% 28%, #fff 0, #fbfaf6 42%, #f0eee7 100%); display: grid; align-items: center; padding: 62px 0 52px; }
.hero::after { content: ""; position: absolute; inset: auto 0 0; height: 115px; background: linear-gradient(175deg, transparent 48%, rgba(167,207,192,.22) 49%); pointer-events: none; }
.hero-grid { display: grid; grid-template-columns: minmax(0, .92fr) minmax(480px, 1.08fr); align-items: center; gap: 40px; position: relative; z-index: 1; }
.hero-kicker { display: inline-flex; align-items: center; gap: 8px; color: #fff; background: var(--mint); border-radius: 99px; padding: 7px 17px; font-size: 12px; font-weight: 700; margin-bottom: 24px; }
.hero-copy h1 { font: 500 clamp(38px, 5vw, 63px)/1.42 var(--serif); letter-spacing: .055em; margin-bottom: 20px; }
.hero-copy h1 span { color: var(--gold); position: relative; }
.hero-copy h1 span::after { content: ""; position: absolute; left: 0; right: 0; bottom: -7px; height: 5px; background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='180' height='8'%3E%3Cpath d='M1 6 Q45 1 90 5 T179 3' fill='none' stroke='%23d1b474' stroke-width='2'/%3E%3C/svg%3E") center/100% 100% no-repeat; }
.hero-lead { color: #536a63; font-family: var(--serif); line-height: 2; margin-bottom: 20px; }
.hero-stats { display: flex; gap: 10px; margin: 22px 0 24px; }
.hero-stats > div { width: 92px; height: 92px; border: 1px solid var(--gold); background: rgba(255,255,255,.66); border-radius: 50%; display: grid; place-items: center; text-align: center; font-family: var(--serif); font-size: 11px; line-height: 1.35; }
.hero-stats b { font: 500 26px/1 Georgia, serif; color: var(--ink); }
.hero-copy .button { min-width: 320px; }
.hero-note { display: block; margin: 11px 0 0 40px; color: var(--muted); font-size: 11px; }
.hero-visual { position: relative; min-height: 590px; }
.hero-visual::before { content: ""; position: absolute; inset: -20px 6% 20px 6%; border: 1px solid rgba(179,138,67,.35); border-radius: 46% 46% 20px 20px; transform: rotate(2deg); }
.hero-visual img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center; border-radius: 48% 48% 18px 18px; filter: saturate(.86) contrast(.96); box-shadow: var(--shadow); }
.visual-label { position: absolute; z-index: 2; color: var(--ink); background: rgba(255,255,255,.9); padding: 8px 13px; border-radius: 4px; font-size: 11px; box-shadow: 0 6px 18px rgba(0,0,0,.08); }
.label-one { top: 19%; left: -16px; }.label-two { right: -10px; top: 34%; }.label-three { bottom: 16%; left: 7%; }
.hero-orb { position: absolute; border-radius: 50%; filter: blur(1px); }
.hero-orb-one { width: 280px; height: 280px; background: rgba(167,207,192,.18); left: -140px; top: 28%; }
.hero-orb-two { width: 180px; height: 180px; border: 1px solid rgba(179,138,67,.18); right: 34%; top: 5%; }

.pain-section { padding: 90px 0 105px; background: #eef1ed; }
.outline-label { display: inline-block; border: 1px solid var(--gold); border-radius: 99px; padding: 6px 20px; color: var(--gold); font-size: 11px; letter-spacing: .08em; }
.pain-section h2 { font: 500 clamp(28px,4vw,42px)/1.5 var(--serif); margin: 18px 0 44px; }
.pain-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 24px; }
.pain-grid article { position: relative; overflow: hidden; min-height: 270px; border-radius: 18px; background: var(--green-dark); }
.pain-grid img { width: 100%; height: 100%; object-fit: cover; opacity: .58; filter: grayscale(.2); }
.pain-grid article::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 30%, rgba(15,43,36,.86)); }
.pain-grid span, .pain-grid h3 { position: absolute; z-index: 2; color: #fff; }
.pain-grid span { top: 17px; left: 20px; font: italic 18px Georgia,serif; color: var(--gold-soft); }
.pain-grid h3 { left: 24px; right: 24px; bottom: 15px; text-align: center; font: 500 20px/1.7 var(--serif); }

.intro-section { background: #fff; }
.split-section { display: grid; grid-template-columns: .9fr 1.1fr; gap: 90px; align-items: center; }
.split-section h2 { font: 500 clamp(30px,4vw,46px)/1.6 var(--serif); }
.split-section p { color: var(--muted); margin: 25px 0 34px; }
.concept-steps { display: flex; align-items: center; gap: 10px; }
.concept-steps div { flex: 1; min-height: 160px; display: grid; place-items: center; text-align: center; padding: 22px 12px; background: var(--mint-soft); border-radius: 50% 50% 18px 18px; }
.concept-steps b { font: 500 24px Georgia,serif; color: var(--gold); }
.concept-steps span { font-size: 12px; font-weight: 700; }
.concept-steps i { color: var(--gold); font-style: normal; }

.content-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 26px; }
.content-card { overflow: hidden; border-radius: 17px; background: #fff; color: var(--ink); box-shadow: 0 12px 35px rgba(12,41,34,.1); transition: transform .25s, box-shadow .25s; }
.content-card:hover { transform: translateY(-6px); box-shadow: 0 22px 50px rgba(12,41,34,.18); }
.content-card-media { position: relative; aspect-ratio: 16 / 9; overflow: hidden; background: var(--sand); }
.content-card-media img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s; }
.content-card:hover .content-card-media img { transform: scale(1.04); }
.content-card.is-locked .content-card-media::after { content: ""; position: absolute; inset: 0; background: rgba(19,47,40,.2); backdrop-filter: blur(1px); }
.lock-chip { position: absolute; z-index: 3; top: 50%; left: 50%; transform: translate(-50%,-50%); display: grid; place-items: center; width: 64px; height: 64px; border-radius: 50%; color: #fff; background: rgba(22,55,47,.82); font: 600 9px/1 var(--sans); letter-spacing: .12em; }
.lock-chip span { font-size: 20px; line-height: 1; }
.plan-badge { display: inline-flex; align-items: center; border-radius: 99px; padding: 5px 10px; font-size: 10px; line-height: 1.2; font-weight: 700; }
.content-card-media .plan-badge { position: absolute; z-index: 4; left: 13px; bottom: 12px; box-shadow: 0 4px 14px rgba(0,0,0,.1); }
.plan-badge-free { color: #24604d; background: #e1f2eb; }.plan-badge-light { color: #765218; background: #fff1ce; }.plan-badge-premium { color: #fff; background: #2e4d45; }
.content-card-body { padding: 19px 20px 20px; }
.content-card-category { color: var(--gold); font-size: 10px; font-weight: 700; letter-spacing: .09em; margin-bottom: 7px; }
.content-card h3 { min-height: 52px; font: 600 16px/1.65 var(--serif); margin-bottom: 14px; }
.content-card-meta { display: flex; align-items: center; gap: 8px; color: var(--muted); font-size: 10px; }
.content-card-meta span:last-child { margin-left: auto; }
.avatar-dot { width: 22px; height: 22px; border-radius: 50%; background: linear-gradient(135deg,var(--mint),var(--gold-soft)); }
.surface-green .content-card { box-shadow: 0 14px 34px rgba(0,0,0,.25); }

.pricing-section { background: var(--sand); }
.pricing-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 20px; align-items: stretch; max-width: 1050px; }
.price-card { background: #fff; border: 1px solid var(--line); border-radius: var(--radius); padding: 38px 30px 32px; position: relative; display: flex; flex-direction: column; }
.price-card.featured { border: 2px solid var(--orange); transform: translateY(-10px); box-shadow: var(--shadow); }
.price-card.premium { color: #fff; border-color: var(--green-dark); background: linear-gradient(145deg,var(--green),var(--green-dark)); }
.price-name { color: var(--gold); font: 700 11px var(--sans); letter-spacing: .22em; }
.price-card h2, .price-card h3 { font: 600 24px var(--serif); margin: 8px 0 4px; }
.price-card > p { color: var(--muted); font-size: 12px; }.price-card.premium > p { color: #c8d8d2; }
.price { margin: 20px 0 24px; padding-bottom: 22px; border-bottom: 1px solid var(--line); }
.premium .price { border-color: rgba(255,255,255,.2); }
.price b { font: 500 44px/1 Georgia,serif; }.price small { margin-left: 6px; }
.price-card ul { list-style: none; padding: 0; margin: 0 0 30px; flex: 1; }
.price-card li { padding: 8px 0 8px 27px; font-size: 13px; position: relative; }
.price-card li::before { content: "✓"; position: absolute; left: 0; color: var(--gold); }
.price-card li.muted { opacity: .45; text-decoration: line-through; }
.recommend { position: absolute; left: 50%; top: -15px; transform: translateX(-50%); color: #fff; background: var(--orange); border-radius: 99px; padding: 5px 18px; font-size: 10px; font-weight: 700; white-space: nowrap; }
.billing-preview-note { margin-top: 34px; padding: 22px 28px; border: 1px dashed var(--gold); border-radius: 14px; background: #fffaf0; text-align: center; }
.billing-preview-note p { color: var(--muted); margin: 3px 0 0; font-size: 13px; }

.steps-section { background: #fff; }
.steps-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 30px; }
.steps-grid div { text-align: center; padding: 34px 22px; position: relative; }
.steps-grid b { position: absolute; left: 22px; top: 24px; color: var(--gold); font: italic 18px Georgia,serif; }
.steps-grid span { width: 82px; height: 82px; display: grid; place-items: center; margin: 0 auto 18px; border-radius: 50%; background: var(--mint-soft); color: var(--green); font-size: 30px; }
.steps-grid h3 { font-family: var(--serif); }.steps-grid p { color: var(--muted); font-size: 12px; }
.steps-grid div:not(:last-child)::after { content: "→"; position: absolute; right: -25px; top: 43%; color: var(--gold); font-size: 25px; }
.final-cta { color: #fff; padding: 100px 0; background: linear-gradient(rgba(19,51,43,.88),rgba(19,51,43,.92)), url(../images/hero-main.jpg) center/cover; }
.final-cta h2 { font: 500 clamp(33px,5vw,54px)/1.5 var(--serif); }.final-cta p { color: #d5dfdb; margin-bottom: 28px; }

.page-hero { padding: 94px 0 72px; background: radial-gradient(circle at 50% 0, #fff 0, #f4f0e7 100%); border-bottom: 1px solid var(--line); }
.page-hero-compact h1 { margin-bottom: 12px; }
.page-hero-compact p { margin: 0 auto; max-width: 680px; }
.filter-bar { display: flex; justify-content: space-between; gap: 20px; align-items: center; margin-bottom: 34px; }
.filter-pills { display: flex; flex-wrap: wrap; gap: 8px; }
.filter-pills button, .filter-pills a { border: 1px solid var(--line); color: var(--muted); background: #fff; border-radius: 99px; padding: 8px 16px; font-size: 12px; }
.filter-pills .is-active { color: #fff; border-color: var(--green); background: var(--green); }
.filter-bar form { display: flex; background: #fff; border: 1px solid var(--line); border-radius: 99px; overflow: hidden; }
.filter-bar input { min-width: 240px; border: 0; background: transparent; padding: 10px 16px; outline: 0; }.filter-bar form button { width: 48px; border: 0; background: transparent; }
.upgrade-banner { margin-top: 60px; color: #fff; background: linear-gradient(120deg,var(--green),var(--green-dark)); border-radius: var(--radius); padding: 38px 44px; display: flex; justify-content: space-between; align-items: center; gap: 24px; }
.upgrade-banner span { color: var(--gold-soft); letter-spacing: .2em; font-size: 10px; }.upgrade-banner h2 { font-family: var(--serif); margin: 4px 0; }.upgrade-banner p { margin: 0; color: #c9d8d3; }

.auth-page { min-height: calc(100vh - 82px); display: grid; grid-template-columns: .88fr 1.12fr; }
.auth-aside { color: #fff; background: linear-gradient(rgba(20,60,50,.78),rgba(20,60,50,.88)), url(../images/hero-main.jpg) center/cover; padding: 60px; display: grid; align-items: center; }
.auth-aside > div { max-width: 500px; margin-left: auto; }.auth-aside h1 { font: 500 clamp(34px,4vw,52px)/1.55 var(--serif); }.auth-aside p { color: #d3e0db; }.auth-aside ul { list-style: none; padding: 0; display: flex; flex-wrap: wrap; gap: 8px; }.auth-aside li { border: 1px solid rgba(255,255,255,.3); border-radius: 99px; padding: 6px 12px; font-size: 11px; }
.auth-panel { display: grid; place-items: center; padding: 60px 30px; background: #fff; }
.auth-card { width: min(100%, 520px); }.auth-card > h1 { font: 600 34px var(--serif); margin: 6px 0; }.auth-card > p, .auth-foot { color: var(--muted); }.auth-step { color: var(--gold); letter-spacing: .2em; font-size: 10px; font-weight: 700; }
.form-stack { display: grid; gap: 20px; }.form-stack label, .form-stack legend { color: var(--ink); font-weight: 700; font-size: 13px; }.form-stack em { color: var(--danger); font-style: normal; font-size: 10px; }
.form-stack input:not([type="checkbox"]):not([type="radio"]), .form-stack textarea, .form-stack select { display: block; width: 100%; margin-top: 7px; border: 1px solid var(--line); background: #fff; border-radius: 10px; padding: 13px 15px; color: var(--ink); outline: 0; }
.form-stack textarea { resize: vertical; }.form-stack small { display: block; color: var(--muted); font-weight: 400; }.form-two { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.check-line { display: flex; align-items: flex-start; gap: 10px; font-weight: 400 !important; }.check-line input { margin-top: 7px; }.check-line a { color: var(--gold); text-decoration: underline; }
.auth-foot { text-align: center; margin-top: 22px; font-size: 13px; }.auth-foot a { color: var(--gold); font-weight: 700; }
.form-notice { padding: 12px 15px; border-radius: 9px; margin: 18px 0; font-size: 13px; }.form-notice-error { color: #7d2d27; background: #fae7e4; }.form-notice-success { color: #27614d; background: #e1f2eb; }
.form-card { max-width: 760px; padding: 42px; background: #fff; border: 1px solid var(--line); border-radius: var(--radius); box-shadow: 0 12px 40px rgba(26,59,51,.07); }

.faq-list { max-width: 860px; }.faq-item { border-bottom: 1px solid var(--line); }.faq-item button { width: 100%; border: 0; background: transparent; padding: 22px 8px; display: flex; justify-content: space-between; align-items: center; text-align: left; color: var(--ink); }.faq-item button span { display: flex; align-items: center; gap: 16px; font-weight: 700; }.faq-item button b, .faq-answer > b { color: var(--gold); font: 500 22px Georgia,serif; }.faq-item button i { font-style: normal; font-size: 22px; }.faq-answer { display: none; padding: 0 36px 24px 48px; color: var(--muted); }.faq-answer p { margin: -34px 0 0 35px; }.faq-item.is-open .faq-answer { display: block; }.faq-item.is-open button i { transform: rotate(45deg); }

.instructor-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 24px; }.instructor-card { overflow: hidden; border-radius: var(--radius); background: #fff; border: 1px solid var(--line); }.instructor-card img { width: 100%; aspect-ratio: 4/3; object-fit: cover; object-position: calc(var(--index, 1) * 10%) center; }.instructor-card > div { padding: 24px; }.instructor-card span { color: var(--gold); font-size: 9px; letter-spacing: .15em; }.instructor-card h2 { font-family: var(--serif); margin: 5px 0; }.instructor-card p { color: var(--muted); font-size: 12px; }.instructor-card a { color: var(--green); font-weight: 700; font-size: 12px; }
.instructor-profile-hero { color: #fff; padding: 74px 0; background: linear-gradient(120deg,var(--green),var(--green-dark)); }.instructor-profile-grid { display: grid; grid-template-columns: 320px 1fr; gap: 55px; align-items: center; }.instructor-profile-grid > img { width: 320px; height: 360px; object-fit: cover; border-radius: 50% 50% 20px 20px; }.instructor-profile-grid h1 { font: 500 clamp(34px,5vw,54px) var(--serif); margin-bottom: 5px; }.instructor-profile-grid p { max-width: 620px; color: #cfddd8; }.instructor-role { color: var(--gold-soft) !important; font-size: 12px; letter-spacing: .1em; }

.state-page { min-height: 68vh; padding: 80px 20px; display: grid; place-items: center; background: radial-gradient(circle,#fff,#f3eee4); }.state-card { width: min(100%,620px); text-align: center; padding: 54px 44px; border: 1px solid var(--line); border-radius: var(--radius); background: #fff; box-shadow: var(--shadow); }.state-card-wide { max-width: 700px; }.state-icon { width: 84px; height: 84px; border-radius: 50%; display: grid; place-items: center; margin: 0 auto 24px; color: var(--gold); background: var(--mint-soft); font: 500 32px Georgia,serif; }.state-card h1 { font: 600 32px var(--serif); }.state-card p { color: var(--muted); }.warning-list { list-style: none; margin: 25px 0; padding: 20px; background: #fff8eb; border-radius: 12px; color: #75603d; text-align: left; }.warning-list li::before { content: "・"; }
.modal-backdrop { position: fixed; inset: 0; z-index: 1000; display: grid; place-items: center; padding: 20px; background: rgba(13,38,32,.72); backdrop-filter: blur(5px); }.modal-backdrop[hidden] { display: none; }.modal-card { width: min(100%,520px); position: relative; text-align: center; padding: 48px; background: #fff; border-radius: var(--radius); box-shadow: 0 30px 90px rgba(0,0,0,.3); }.modal-close { position: absolute; top: 12px; right: 15px; width: 40px; height: 40px; border: 0; border-radius: 50%; background: var(--mint-soft); font-size: 24px; }.modal-icon { display: block; font-size: 42px; color: var(--gold); }.modal-card h2 { font-family: var(--serif); }.modal-card p { color: var(--muted); }

.checkout-layout { display: grid; grid-template-columns: 1fr 360px; gap: 28px; align-items: start; }.checkout-main, .order-card { background: #fff; border: 1px solid var(--line); border-radius: var(--radius); padding: 32px; }.checkout-main { position: relative; overflow: hidden; }.preview-ribbon { position: absolute; right: -50px; top: 22px; transform: rotate(38deg); background: var(--gold); color: #fff; padding: 4px 60px; font-size: 9px; letter-spacing: .12em; }.cart-row { display: grid; grid-template-columns: 120px 1fr auto; gap: 18px; align-items: center; padding: 20px 0; border-top: 1px solid var(--line); }.cart-row img { border-radius: 10px; aspect-ratio: 16/9; object-fit: cover; }.cart-row h3 { font-size: 15px; margin: 0 0 3px; }.cart-row p { margin: 0; color: var(--muted); font-size: 11px; }.mock-card-fields { margin-top: 28px; padding-top: 25px; border-top: 1px solid var(--line); }.mock-disabled { padding: 15px; margin-bottom: 15px; color: var(--muted); background: var(--sand); border-radius: 8px; text-align: center; }.mock-card-fields input { width: 100%; padding: 13px; border: 1px solid var(--line); border-radius: 8px; }.order-card { position: sticky; top: 110px; }.order-card dl div { display: flex; justify-content: space-between; padding: 10px 0; }.order-card .total { margin: 10px 0 18px; padding-top: 18px; border-top: 1px solid var(--line); font-weight: 700; font-size: 19px; }.order-card p { color: var(--muted); text-align: center; font-size: 10px; margin: 10px 0 0; }

.member-hero, .instructor-hero { color: #fff; padding: 62px 0; background: linear-gradient(115deg,var(--green),var(--green-dark)); }.member-hero .container { display: flex; align-items: center; justify-content: space-between; gap: 40px; }.member-welcome { display: flex; align-items: center; gap: 22px; }.avatar-large { width: 76px; height: 76px; border-radius: 50%; display: grid; place-items: center; color: var(--green); background: var(--gold-soft); font: 500 28px var(--serif); }.member-welcome h1, .instructor-hero h1 { font: 500 clamp(28px,4vw,40px) var(--serif); margin: 0 0 8px; }.member-plan { display: inline-block; padding: 3px 12px; border: 1px solid var(--gold-soft); border-radius: 99px; color: var(--gold-soft); font-size: 10px; }.member-stats { display: flex; gap: 14px; }.member-stats div { min-width: 90px; padding: 14px; text-align: center; border-left: 1px solid rgba(255,255,255,.18); }.member-stats b { display: block; font: 500 28px Georgia,serif; }.member-stats span { color: #c9d9d3; font-size: 10px; }
.dashboard-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 20px; }.dashboard-grid > a { min-height: 190px; padding: 28px; background: #fff; border: 1px solid var(--line); border-radius: 18px; transition: .2s; }.dashboard-grid > a:hover { transform: translateY(-4px); box-shadow: var(--shadow); }.dashboard-grid > a > span { display: grid; place-items: center; width: 54px; height: 54px; border-radius: 50%; background: var(--mint-soft); color: var(--green); font-size: 22px; }.dashboard-grid h2 { font: 600 19px var(--serif); margin: 18px 0 4px; }.dashboard-grid p { color: var(--muted); font-size: 11px; }.plan-summary { display: flex; justify-content: space-between; align-items: center; gap: 24px; padding: 38px 42px; background: #fff; border: 1px solid var(--line); border-radius: var(--radius); }.plan-summary span { color: var(--gold); font-size: 10px; letter-spacing: .1em; }.plan-summary h2 { font: 600 28px var(--serif); margin: 4px 0; }.plan-summary p { margin: 0; color: var(--muted); font-size: 12px; }.plan-summary p i { display: inline-block; width: 8px; height: 8px; border-radius: 50%; background: #53a878; }

.table-card, .chart-card { overflow: hidden; background: #fff; border: 1px solid var(--line); border-radius: var(--radius); }.empty-state { padding: 70px 30px; text-align: center; color: var(--muted); }.empty-state > span { font-size: 38px; color: var(--gold); }.empty-state h2 { color: var(--ink); font-family: var(--serif); }.notice-list { display: grid; gap: 14px; max-width: 900px; }.notice-list article { padding: 28px 30px; border: 1px solid var(--line); border-radius: 16px; background: #fff; }.notice-list time, .notice-list span { display: inline-block; margin-right: 12px; color: var(--muted); font-size: 10px; }.notice-list span { color: var(--gold); border: 1px solid var(--gold-soft); border-radius: 99px; padding: 1px 8px; }.notice-list h2 { font: 600 19px var(--serif); margin: 9px 0; }.notice-list p { color: var(--muted); margin: 0; font-size: 12px; }

.instructor-hero p { color: #c9d9d3; margin: 0; }.instructor-summary { display: grid; grid-template-columns: repeat(3,1fr); gap: 18px; margin-bottom: 30px; }.instructor-summary > div { padding: 28px; background: #fff; border: 1px solid var(--line); border-radius: 16px; }.instructor-summary span { font: 500 34px Georgia,serif; color: var(--green); }.instructor-summary p { color: var(--muted); margin: 4px 0 0; font-size: 11px; }.editor-layout { display: grid; grid-template-columns: minmax(0,1fr) 310px; gap: 26px; align-items: start; }.editor-card, .editor-guide { padding: 38px; background: #fff; border: 1px solid var(--line); border-radius: var(--radius); }.editor-card fieldset { border: 0; padding: 0; margin: 8px 0; }.radio-cards { display: grid; grid-template-columns: repeat(3,1fr); gap: 10px; }.radio-cards > label { position: relative; }.radio-cards input { position: absolute; opacity: 0; }.radio-cards span { display: block; min-height: 95px; padding: 16px; border: 1px solid var(--line); border-radius: 12px; cursor: pointer; }.radio-cards small { margin-top: 8px; }.radio-cards input:checked + span { border: 2px solid var(--green); background: var(--mint-soft); }.radio-inline { display: flex; gap: 20px; }.editor-actions { display: flex; gap: 12px; }.editor-guide { position: sticky; top: 110px; background: var(--green-dark); color: #fff; }.editor-guide > span { color: var(--gold-soft); font-size: 9px; letter-spacing: .14em; }.editor-guide h2 { font-family: var(--serif); }.editor-guide ul { padding-left: 20px; }.editor-guide p { color: #c7d6d1; font-size: 11px; }.list-toolbar { display: flex; justify-content: space-between; margin-bottom: 20px; }.content-table-head, .content-table-row { display: grid; grid-template-columns: minmax(280px,1.5fr) 180px 130px 80px; gap: 18px; align-items: center; padding: 15px 24px; }.content-table-head { color: var(--muted); background: var(--sand); font-size: 10px; font-weight: 700; }.content-table-row { border-top: 1px solid var(--line); }.table-content-title { display: flex; gap: 14px; align-items: center; }.table-content-title img { width: 84px; height: 48px; object-fit: cover; border-radius: 7px; }.table-content-title span { display: flex; flex-direction: column; }.table-content-title small { color: var(--muted); }.content-table-row a { color: var(--green); font-weight: 700; font-size: 12px; }.status-dot { font-size: 11px; }.status-dot::before { content: ""; display: inline-block; width: 7px; height: 7px; margin-right: 6px; border-radius: 50%; background: #aaa; }.status-publish::before { background: #4da175; }.chart-placeholder { height: 340px; padding: 40px; display: flex; gap: 16px; align-items: end; position: relative; }.chart-placeholder span { position: absolute; inset: 20px auto auto 30px; color: var(--muted); }.chart-placeholder i { flex: 1; border-radius: 8px 8px 0 0; background: linear-gradient(var(--mint),var(--green)); }

.prose { max-width: 850px; font-size: 15px; }.prose h2 { margin: 45px 0 15px; padding-bottom: 12px; border-bottom: 1px solid var(--line); font: 600 25px var(--serif); }.prose p { color: #495e57; }.legal-updated { color: var(--muted) !important; font-size: 11px; }.journal-card { background: #fff; border: 1px solid var(--line); border-radius: 16px; overflow: hidden; }.journal-card img { aspect-ratio: 16/9; object-fit: cover; }.journal-card h2, .journal-card p, .journal-card time { margin-inline: 22px; }.journal-card time { display: block; color: var(--muted); font-size: 10px; margin-top: 18px; }.journal-card h2 { font-family: var(--serif); }.journal-card p { color: var(--muted); font-size: 12px; }

.content-detail-hero { padding: 64px 0 52px; background: #fff; border-bottom: 1px solid var(--line); }
.breadcrumbs { display: flex; gap: 10px; color: var(--muted); font-size: 10px; margin-bottom: 25px; }
.detail-title-row { display: flex; justify-content: space-between; align-items: end; gap: 30px; }
.detail-title-row h1 { max-width: 850px; margin: 14px 0 12px; font: 600 clamp(30px,4.5vw,48px)/1.5 var(--serif); }
.detail-byline { display: flex; align-items: center; gap: 9px; color: var(--muted); font-size: 11px; }
.detail-byline time { margin-left: 14px; }
.favorite-button { min-width: 130px; border: 1px solid var(--line); border-radius: 99px; background: #fff; padding: 9px 16px; color: var(--muted); }
.content-detail-section { background: #f6f4ee; }
.content-detail-grid { display: grid; grid-template-columns: minmax(0,1fr) 300px; gap: 35px; align-items: start; }
.content-main { min-width: 0; }
.video-frame, .locked-visual { border-radius: var(--radius); overflow: hidden; background: #102c25; box-shadow: var(--shadow); }
.video-frame { aspect-ratio: 16/9; }
.video-frame iframe { width: 100%; height: 100%; border: 0; }
.video-placeholder { height: 100%; display: grid; place-items: center; align-content: center; color: #fff; }
.video-placeholder span { display: grid; place-items: center; width: 70px; height: 70px; border: 1px solid rgba(255,255,255,.5); border-radius: 50%; font-size: 25px; }
.video-placeholder p { margin: 12px 0 0; color: #bdd0ca; font-size: 11px; }
.protected-content, .locked-excerpt { max-width: none; margin-top: 28px; padding: 38px; border: 1px solid var(--line); border-radius: var(--radius); background: #fff; }
.locked-visual { position: relative; aspect-ratio: 16/9; }
.locked-visual > img { width: 100%; height: 100%; object-fit: cover; filter: brightness(.45) blur(2px); transform: scale(1.02); }
.locked-overlay { position: absolute; inset: 0; display: grid; place-items: center; align-content: center; padding: 25px; text-align: center; color: #fff; background: rgba(14,45,37,.42); }
.locked-icon { display: grid; place-items: center; width: 70px; height: 70px; border: 1px solid rgba(255,255,255,.5); border-radius: 50%; font-size: 25px; }
.locked-overlay h2 { margin: 15px 0 3px; font: 500 clamp(20px,3vw,29px) var(--serif); }
.locked-overlay p { margin: 0 0 15px; color: #dce6e2; font-size: 12px; }
.locked-overlay small { margin-top: 10px; color: #c8d8d2; }
.locked-excerpt { position: relative; overflow: hidden; min-height: 260px; }
.fade-lock { position: absolute; inset: 90px 0 0; display: grid; align-items: end; justify-items: center; padding: 35px; background: linear-gradient(transparent,#fff 65%); }
.fade-lock span { color: var(--muted); font-size: 11px; }
.content-sidebar { display: grid; gap: 18px; }
.instructor-mini, .sidebar-note { padding: 25px; background: #fff; border: 1px solid var(--line); border-radius: 17px; }
.instructor-mini img { width: 74px; height: 74px; border-radius: 50%; object-fit: cover; margin-bottom: 14px; }
.instructor-mini > span, .sidebar-note > span { color: var(--gold); font-size: 9px; letter-spacing: .15em; }
.instructor-mini h2 { font: 600 20px var(--serif); margin: 4px 0; }
.instructor-mini p, .sidebar-note p { color: var(--muted); font-size: 11px; margin: 8px 0 0; }
.sidebar-note .plan-badge { margin-top: 10px; }
.related-section { background: #fff; }
.pagination-wrap { margin-top: 45px; }
.pagination-wrap .nav-links { display: flex; gap: 8px; justify-content: center; }
.pagination-wrap .page-numbers { display: grid; place-items: center; min-width: 40px; height: 40px; padding: 0 10px; border: 1px solid var(--line); border-radius: 99px; background: #fff; }
.pagination-wrap .current { color: #fff; background: var(--green); border-color: var(--green); }
.article-hero-image { width: 100%; margin-bottom: 35px; border-radius: var(--radius); }

.site-footer { color: #d7e1de; background: #122e27; padding: 70px 0 25px; }.footer-grid { display: grid; grid-template-columns: 1.8fr repeat(3,1fr); gap: 50px; }.brand-footer { color: #fff; margin-bottom: 18px; }.footer-grid p { color: #9fb1ab; font-size: 12px; }.footer-grid h2 { color: var(--gold-soft); font: 700 10px var(--sans); letter-spacing: .15em; }.footer-grid > div > a:not(.brand) { display: block; padding: 5px 0; color: #b9c7c3; font-size: 11px; }.footer-bottom { display: flex; justify-content: space-between; margin-top: 50px; padding-top: 20px; border-top: 1px solid rgba(255,255,255,.1); color: #82978f; font-size: 10px; }

.beaulance-notice-read-error, .beaulance-protected-content-error { width: min(calc(100% - 32px), var(--container)); margin: 20px auto; padding: 14px 18px; border: 1px solid #c35a4a; border-radius: 8px; color: #762d24; background: #fff4f1; font-size: 14px; line-height: 1.7; }

@media (max-width: 1000px) {
  .desktop-nav { display: none; }.menu-toggle { display: block; }.hero-grid { grid-template-columns: 1fr 1fr; }.hero-visual { min-height: 520px; }.split-section { gap: 45px; }.content-grid { grid-template-columns: repeat(2,1fr); }.pricing-grid { gap: 12px; }.price-card { padding: 32px 22px; }.instructor-grid { grid-template-columns: repeat(2,1fr); }.dashboard-grid { grid-template-columns: repeat(2,1fr); }.checkout-layout { grid-template-columns: 1fr 300px; }.editor-layout { grid-template-columns: 1fr; }.editor-guide { position: static; }.content-table-head, .content-table-row { grid-template-columns: minmax(250px,1.5fr) 150px 100px 60px; }.footer-grid { grid-template-columns: 1.5fr repeat(3,1fr); gap: 25px; }
}

@media (max-width: 782px) {
  .admin-bar .site-header { top: 46px; }
  .container { width: min(calc(100% - 28px), var(--container)); }.section { padding: 72px 0; }.desktop-only { display: none !important; }.site-header { height: 70px; }.mobile-menu { top: 70px; }.brand-mark { width: 29px; }.brand-type strong { font-size: 14px; }.header-actions .button { padding-inline: 13px; }
  .hero { min-height: auto; padding: 35px 0 65px; }.hero-grid { display: flex; flex-direction: column; gap: 28px; }.hero-copy { text-align: center; }.hero-kicker { font-size: 9px; }.hero-copy h1 { font-size: clamp(34px,10.5vw,48px); }.hero-lead { font-size: 12px; }.hero-stats { justify-content: center; }.hero-copy .button { width: 100%; min-width: 0; }.hero-note { margin-left: 0; }.hero-visual { width: 100%; min-height: 470px; order: -1; }.hero-visual img { border-radius: 45% 45% 12px 12px; }.label-one { left: 5px; }.label-two { right: 5px; }
  .pain-grid { grid-template-columns: 1fr; }.pain-grid article { min-height: 220px; }.split-section { grid-template-columns: 1fr; }.concept-steps { flex-direction: column; }.concept-steps div { width: 190px; min-height: 155px; }.concept-steps i { transform: rotate(90deg); }.heading-row { display: block; }.heading-row .button { margin: 0; }.content-grid { grid-template-columns: 1fr; }.pricing-grid { grid-template-columns: 1fr; gap: 22px; }.price-card.featured { transform: none; }.steps-grid { grid-template-columns: 1fr; }.steps-grid div:not(:last-child)::after { right: 50%; top: auto; bottom: -22px; transform: rotate(90deg); }.final-cta { padding: 76px 0; }
  .page-hero { padding: 66px 0 48px; }.filter-bar { align-items: stretch; flex-direction: column; }.filter-bar form input { min-width: 0; width: 100%; }.upgrade-banner { padding: 30px 25px; flex-direction: column; align-items: flex-start; }.upgrade-banner .button { width: 100%; }
  .auth-page { grid-template-columns: 1fr; }.auth-aside { min-height: 300px; padding: 45px 25px; text-align: center; }.auth-aside > div { margin: auto; }.auth-aside ul { justify-content: center; }.auth-panel { padding: 48px 20px; }.form-two { grid-template-columns: 1fr; }.form-card { padding: 28px 20px; }.instructor-grid { grid-template-columns: 1fr; }.checkout-layout { grid-template-columns: 1fr; }.order-card { position: static; }.cart-row { grid-template-columns: 90px 1fr; }.cart-row strong { grid-column: 2; }
  .detail-title-row { align-items: flex-start; flex-direction: column; }.content-detail-grid { grid-template-columns: 1fr; }.content-sidebar { grid-template-columns: 1fr 1fr; }.protected-content, .locked-excerpt { padding: 25px 20px; }
  .instructor-profile-grid { grid-template-columns: 1fr; text-align: center; }.instructor-profile-grid > img { width: 240px; height: 260px; margin: auto; }.instructor-profile-grid p { margin-inline: auto; }
  .member-hero .container { align-items: flex-start; flex-direction: column; }.member-welcome { align-items: flex-start; }.member-stats { width: 100%; }.member-stats div { flex: 1; min-width: 0; }.dashboard-grid { grid-template-columns: 1fr 1fr; }.dashboard-grid > a { min-height: 170px; padding: 22px; }.plan-summary { align-items: flex-start; flex-direction: column; padding: 30px 24px; }.plan-summary .button { width: 100%; }
  .instructor-summary { grid-template-columns: 1fr; }.radio-cards { grid-template-columns: 1fr; }.radio-inline { flex-direction: column; gap: 8px; }.editor-card, .editor-guide { padding: 26px 20px; }.list-toolbar { align-items: stretch; flex-direction: column; gap: 16px; }.list-toolbar .button { width: 100%; }.content-table-head { display: none; }.content-table-row { grid-template-columns: 1fr 1fr; padding: 20px; }.table-content-title { grid-column: 1 / -1; }.footer-grid { grid-template-columns: 1fr 1fr; }.footer-grid > div:first-child { grid-column: 1 / -1; }.footer-bottom { align-items: flex-start; flex-direction: column; gap: 8px; }
}

@media (max-width: 430px) {
  .header-actions .button-ghost { font-size: 10px; min-height: 38px; }.hero-visual { min-height: 400px; }.hero-stats > div { width: 84px; height: 84px; }.page-hero h1 { font-size: 30px; }.dashboard-grid { grid-template-columns: 1fr; }.member-welcome { gap: 14px; }.avatar-large { width: 56px; height: 56px; }.member-stats b { font-size: 23px; }.modal-card { padding: 44px 24px 30px; }.footer-grid { grid-template-columns: 1fr; }.footer-grid > div:first-child { grid-column: auto; }
  .content-sidebar { grid-template-columns: 1fr; }.locked-overlay .button { min-height: 44px; padding: 10px 18px; }.locked-overlay p { display: none; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; transition: none !important; animation: none !important; }
}
