@font-face {
  font-family: "Noto Sans JP";
  src: url("assets/fonts/NotoSansJP-Variable.ttf") format("truetype");
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
}

@font-face {
  font-family: "Shippori Mincho";
  src: url("assets/fonts/ShipporiMincho-SemiBold.ttf") format("truetype");
  font-style: normal;
  font-weight: 500 700;
  font-display: swap;
}

@font-face {
  font-family: "Cormorant Garamond";
  src: url("assets/fonts/CormorantGaramond-Variable.ttf") format("truetype");
  font-style: normal;
  font-weight: 300 700;
  font-display: swap;
}

:root {
  --black: #07090d;
  --navy: #0b1220;
  --navy-light: #111c2e;
  --panel: #10151d;
  --white: #f2efe8;
  --muted: #aaa9a5;
  --gold: #c9a45e;
  --gold-light: #e1c37e;
  --line: rgba(201, 164, 94, .32);
  --max: 1160px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--white);
  background: var(--black);
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.9;
  letter-spacing: .06em;
}
body::before {
  position: fixed;
  inset: 0;
  z-index: 30;
  pointer-events: none;
  content: "";
  opacity: .12;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.8' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.25'/%3E%3C/svg%3E");
}
a { color: inherit; text-decoration: none; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { font-family: "Shippori Mincho", serif; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.mobile-only { display: none; }

.site-header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 20;
  display: flex;
  width: 100%;
  height: 82px;
  padding: 0 clamp(22px, 5vw, 70px);
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid var(--line);
  background: rgba(6, 9, 14, .82);
  backdrop-filter: blur(16px);
}
.brand { display: inline-flex; flex-direction: column; }
.brand-mark { color: var(--gold-light); font-family: "Shippori Mincho", serif; font-size: 1.18rem; font-weight: 600; letter-spacing: .14em; }
.brand small { margin-top: 4px; color: #777b82; font-family: "Cormorant Garamond", serif; font-size: .47rem; letter-spacing: .24em; }
.mobile-consult {
  position: absolute;
  top: 18px;
  right: 20px;
  z-index: 50;
  display: block;
  padding: 7px 12px;
  color: #17130b;
  font-size: .58rem;
  letter-spacing: .1em;
  background: var(--gold-light);
  border: 1px solid var(--gold);
}
.site-nav { display: flex; align-items: center; gap: clamp(22px, 3vw, 42px); }
.site-nav a { color: #c1c2c2; font-size: .66rem; letter-spacing: .14em; transition: color .25s ease; }
.site-nav a:hover { color: var(--gold-light); }
.site-nav .nav-cta { padding: 10px 25px; color: var(--gold-light); border: 1px solid var(--gold); }
.menu-button { display: none; }

.hero {
  position: relative;
  display: grid;
  min-height: 760px;
  height: 100svh;
  max-height: 940px;
  padding-top: 82px;
  grid-template-columns: 51% 49%;
  overflow: hidden;
  background:
    radial-gradient(circle at 23% 34%, rgba(27, 45, 72, .7), transparent 44%),
    linear-gradient(130deg, #0a1425 0%, #090c12 64%, #08090c 100%);
}
.hero::after {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 3;
  width: 100%;
  height: 1px;
  content: "";
  background: linear-gradient(90deg, transparent, var(--gold), transparent);
}
.hero-copy {
  position: relative;
  z-index: 5;
  display: flex;
  padding: 7vw 4vw 6vw max(24px, calc((100vw - var(--max)) / 2));
  justify-content: center;
  align-items: flex-start;
  flex-direction: column;
}
.eyebrow { margin-bottom: 20px; color: var(--gold-light); font-family: "Cormorant Garamond", serif; font-size: .72rem; letter-spacing: .26em; }
.hero h1 {
  margin-bottom: 22px;
  font-size: clamp(2.75rem, 5.4vw, 4.9rem);
  font-weight: 600;
  line-height: 1.45;
  letter-spacing: .06em;
}
.hero h1 em { color: var(--white); font-style: normal; white-space: nowrap; }
.hero-lead { margin-bottom: 34px; color: #c1c5ca; font-family: "Shippori Mincho", serif; font-size: clamp(.9rem, 1.3vw, 1.1rem); line-height: 2.1; }
.hero-note { margin: 15px 0 0; color: #777d86; font-size: .6rem; letter-spacing: .12em; }
.hero-portrait {
  position: relative;
  z-index: 2;
  min-height: 100%;
  background-image:
    linear-gradient(90deg, #0a0e16 0%, rgba(10,14,22,.2) 24%, rgba(8,9,12,.12) 74%, rgba(8,9,12,.78) 100%),
    url("assets/ito-portrait.jpg");
  background-position: center 34%;
  background-size: cover;
  filter: contrast(1.08) brightness(.8) sepia(.12);
}
.hero-portrait::after {
  position: absolute;
  inset: 0;
  content: "";
  background: linear-gradient(0deg, rgba(7,9,13,.78), transparent 35%, rgba(7,9,13,.16));
  mix-blend-mode: multiply;
}
.portrait-label {
  position: absolute;
  right: 5%;
  bottom: 8%;
  z-index: 2;
  color: rgba(225,195,126,.46);
  font-family: "Cormorant Garamond", serif;
  font-size: .72rem;
  line-height: 1.5;
  letter-spacing: .25em;
  writing-mode: vertical-rl;
}
.hero-glow { position: absolute; bottom: -200px; left: 28%; width: 500px; height: 500px; background: rgba(34,62,98,.12); border-radius: 50%; filter: blur(70px); }

.gold-button, .outline-button {
  display: inline-flex;
  min-width: 275px;
  padding: 16px 20px;
  align-items: center;
  justify-content: space-between;
  font-size: .76rem;
  letter-spacing: .12em;
  transition: transform .25s ease, filter .25s ease, background .25s ease;
}
.gold-button { color: #17130b; background: linear-gradient(100deg, #ba914b, #e1c47f, #b88e46); box-shadow: 0 15px 45px rgba(184,142,70,.14); }
.outline-button { color: var(--gold-light); border: 1px solid var(--gold); }
.gold-button:hover, .outline-button:hover { transform: translateY(-2px); filter: brightness(1.08); }

.section { padding: clamp(85px, 10vw, 140px) max(24px, calc((100% - var(--max)) / 2)); }
.section-title { max-width: 760px; margin: 0 auto 58px; text-align: center; }
.section-title h2, .profile-copy h2, .youtube h2, .final-copy h2 { margin-bottom: 18px; font-size: clamp(1.85rem, 3.6vw, 3rem); font-weight: 600; line-height: 1.6; letter-spacing: .12em; }
.section-title > p:last-child { margin: 18px 0 0; color: var(--muted); font-size: .78rem; line-height: 2.15; }
.gold-line { display: inline-block; width: 48px; height: 1px; background: var(--gold); }

.problems { background: radial-gradient(circle at 50% 0, #142238 0, var(--black) 58%); }
.problem-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px; }
.problem-card {
  position: relative;
  min-height: 220px;
  padding: 34px 34px 30px 82px;
  overflow: hidden;
  border: 1px solid rgba(201,164,94,.24);
  background: linear-gradient(140deg, rgba(27,42,64,.46), rgba(12,15,20,.7));
  transition: border-color .3s ease, transform .3s ease;
}
.problem-card:hover { border-color: var(--gold); transform: translateY(-3px); }
.problem-card > span { position: absolute; top: 27px; left: 28px; color: var(--gold); font-family: "Cormorant Garamond", serif; font-size: 1.3rem; }
.problem-card h3 { margin: 0 0 13px; color: var(--gold-light); font-size: 1.2rem; letter-spacing: .09em; }
.problem-card p, .service-card p, .future-list p, .profile-copy > p, .youtube-inner > div > p:last-child, .final-copy p { color: var(--muted); font-size: .76rem; line-height: 2.1; }
.problem-conclusion { max-width: 750px; margin: 48px auto 0; color: #c3c3c0; font-size: .82rem; text-align: center; }
.problem-conclusion strong { color: var(--gold-light); font-weight: 500; }

.solution { background: linear-gradient(180deg, #0a0d12, #111823); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.service-grid { display: grid; max-width: 1000px; margin: auto; grid-template-columns: repeat(2, 1fr); gap: 18px; }
.service-card { position: relative; padding: 48px 42px 42px; border: 1px solid rgba(201,164,94,.32); background: #0d1118; }
.service-card.featured { background: linear-gradient(145deg, #172033, #0d1118 65%); border-color: var(--gold); }
.service-number { position: absolute; top: 16px; right: 22px; color: rgba(201,164,94,.28); font-family: "Cormorant Garamond", serif; font-size: 3.2rem; line-height: 1; }
.service-card h3 { margin-bottom: 16px; color: var(--gold-light); font-size: 1.6rem; letter-spacing: .12em; }
.service-card ul { padding: 20px 0 22px; margin: 25px 0 28px; list-style: none; border-top: 1px solid rgba(201,164,94,.18); border-bottom: 1px solid rgba(201,164,94,.18); }
.service-card li { position: relative; padding: 6px 0 6px 20px; color: #b3b5b6; font-size: .7rem; }
.service-card li::before { position: absolute; left: 0; color: var(--gold); content: "—"; }
.service-card .gold-button, .service-card .outline-button { width: 100%; }

.future { background: #080a0d; }
.future-list { display: grid; max-width: 980px; margin: auto; grid-template-columns: repeat(2, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.future-list article { display: grid; min-height: 190px; padding: 32px; grid-template-columns: 55px 1fr; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.future-list article > span { color: var(--gold); font-family: "Cormorant Garamond", serif; font-size: 1.35rem; }
.future-list h3 { margin: 0 0 12px; color: var(--gold-light); font-size: 1.12rem; letter-spacing: .08em; }
.future-list p { margin: 0; }

.profile { display: grid; min-height: 760px; grid-template-columns: 45% 55%; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); background: var(--navy); }
.profile-image {
  min-height: 650px;
  background-image:
    linear-gradient(90deg, rgba(7,10,15,.05), rgba(9,15,25,.15) 60%, #0b1220 100%),
    linear-gradient(0deg, rgba(9,15,25,.5), transparent 40%),
    url("assets/ito-portrait.jpg");
  background-position: center 31%;
  background-size: cover;
  filter: contrast(1.06) brightness(.82) sepia(.1);
}
.profile-copy { display: flex; padding: clamp(70px, 8vw, 125px) clamp(30px, 7vw, 105px); justify-content: center; align-items: flex-start; flex-direction: column; }
.profile-name { display: flex; margin: 0 0 26px; padding: 16px 0; align-items: baseline; gap: 18px; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.profile-name strong { color: var(--white); font-family: "Shippori Mincho", serif; font-size: 1.25rem; letter-spacing: .12em; }
.profile-name span { color: var(--gold); font-family: "Cormorant Garamond", serif; font-size: .7rem; letter-spacing: .2em; }
.profile-copy > p { max-width: 570px; }
.profile-facts { display: flex; margin-top: 18px; flex-wrap: wrap; gap: 7px; }
.profile-facts span { padding: 6px 12px; color: #b9b4a9; font-size: .62rem; border: 1px solid rgba(201,164,94,.3); }

.youtube { background: linear-gradient(110deg, #0e1727, #090b0f 68%); }
.youtube-inner { display: flex; max-width: 980px; margin: auto; padding: 50px 55px; align-items: flex-end; justify-content: space-between; gap: 40px; border: 1px solid var(--line); background: rgba(255,255,255,.015); }
.youtube-inner > div { max-width: 560px; }
.youtube-inner .outline-button { flex-shrink: 0; }

.final-cta { display: grid; min-height: 610px; grid-template-columns: 1fr 1.2fr; background: #090c12; border-top: 1px solid var(--line); }
.final-portrait {
  background-image:
    linear-gradient(90deg, rgba(9,12,18,.15), #090c12 100%),
    url("assets/ito-portrait.jpg");
  background-position: center 30%;
  background-size: cover;
  filter: contrast(1.1) brightness(.62) sepia(.22);
}
.final-copy { display: flex; padding: clamp(70px, 9vw, 130px) max(24px, calc((100vw - var(--max)) / 2)) clamp(70px, 9vw, 130px) clamp(35px, 7vw, 105px); justify-content: center; align-items: flex-start; flex-direction: column; }
.final-copy p { margin-bottom: 30px; }

.site-footer { display: grid; padding: 50px max(24px, calc((100% - var(--max)) / 2)); grid-template-columns: 1fr 1.3fr 1fr; gap: 40px; background: #050609; border-top: 1px solid var(--line); }
.footer-brand p, .legal, .site-footer nav { color: #73777c; font-size: .58rem; }
.footer-brand p { margin-top: 14px; }
.site-footer nav { display: flex; align-content: flex-start; flex-wrap: wrap; gap: 14px 25px; }
.site-footer nav a, .legal a { transition: color .2s ease; }
.site-footer nav a:hover, .legal a:hover { color: var(--gold-light); }
.legal { display: flex; align-items: flex-end; text-align: right; flex-direction: column; gap: 5px; }
.legal p { margin: 5px 0 0; }

.reveal { opacity: 0; transform: translateY(22px); transition: opacity .75s ease, transform .75s ease; }
.reveal.visible { opacity: 1; transform: translateY(0); }

/* Interior pages */
.subpage { overflow-x: hidden; background: #080b10; }
.sub-header { position: sticky; }
.sub-main { min-height: 70vh; }
.sub-hero {
  position: relative;
  display: flex;
  min-height: 430px;
  padding: 150px 24px 80px;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  text-align: center;
  background:
    linear-gradient(rgba(7,11,17,.82), rgba(7,11,17,.96)),
    url("assets/ito-portrait.jpg") center 30% / cover;
  border-bottom: 1px solid var(--line);
}
.sub-hero::after {
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 70%;
  height: 1px;
  content: "";
  background: linear-gradient(90deg, transparent, var(--gold), transparent);
  transform: translateX(-50%);
}
.sub-hero-inner { position: relative; z-index: 2; width: min(1050px, 100%); }
.sub-hero h1 { margin-bottom: 18px; font-size: clamp(2.1rem, 5vw, 4rem); line-height: 1.5; letter-spacing: .12em; }
.sub-hero p:last-child { margin-bottom: 0; color: #b6b5b1; font-size: .8rem; line-height: 2.1; }
.not-found-hero { min-height: 100vh; }
.not-found-link { margin-top: 28px; }
.content-shell { width: min(960px, calc(100% - 48px)); padding: clamp(70px, 9vw, 120px) 0; margin: auto; }
.content-shell.wide { width: min(var(--max), calc(100% - 48px)); }
.content-section { padding: 50px 0; border-bottom: 1px solid var(--line); }
.content-section:first-child { padding-top: 0; }
.content-section:last-child { border-bottom: 0; }
.content-section h2 { margin-bottom: 22px; color: var(--white); font-size: clamp(1.5rem, 3vw, 2.2rem); line-height: 1.6; letter-spacing: .1em; }
.content-section h3 { margin: 32px 0 12px; color: var(--gold-light); font-size: 1.1rem; line-height: 1.7; letter-spacing: .08em; }
.content-section p, .content-section li { color: var(--muted); font-size: .78rem; line-height: 2.15; }
.content-section ul { padding-left: 1.4em; }
.content-section strong { color: var(--gold-light); font-weight: 500; }
.content-lead { max-width: 720px; margin: 0 auto 55px; color: #c2c2bd; font-family: "Shippori Mincho", serif; font-size: 1rem; line-height: 2.2; text-align: center; }
.price-panel {
  display: grid;
  padding: clamp(32px, 5vw, 60px);
  grid-template-columns: 1fr auto;
  align-items: center;
  gap: 32px;
  border: 1px solid var(--gold);
  background: linear-gradient(135deg, #152139, #0b1018 65%);
}
.price-panel > *, .info-card, .future-list article, .plan-card { min-width: 0; }
.price-panel p, .info-card p, .future-list p, .plan-card p, .content-section p, .content-section li { overflow-wrap: anywhere; }
.price-panel h2 { margin-bottom: 6px; }
.price { color: var(--gold-light); font-family: "Cormorant Garamond", serif; font-size: clamp(2.8rem, 6vw, 4.5rem); line-height: 1; white-space: nowrap; }
.price small { font-family: "Noto Sans JP", sans-serif; font-size: .75rem; }
.info-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.info-card { padding: 28px 25px; border: 1px solid rgba(201,164,94,.26); background: rgba(18,27,41,.45); }
.info-card span { display: block; margin-bottom: 12px; color: var(--gold); font-family: "Cormorant Garamond", serif; font-size: 1rem; letter-spacing: .16em; }
.info-card h3 { margin: 0 0 10px; }
.info-card p { margin: 0; }
.plan-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; }
.plan-card { position: relative; padding: 42px 36px; border: 1px solid var(--line); background: linear-gradient(145deg, #111a28, #090d13); }
.plan-card.recommended { border-color: var(--gold); }
.plan-card .tag { position: absolute; top: 0; right: 0; padding: 6px 12px; color: #16120a; font-size: .55rem; background: var(--gold-light); }
.plan-card h2 { color: var(--gold-light); }
.plan-card li { margin-bottom: 8px; }
.email-panel { padding: clamp(35px, 6vw, 65px); text-align: center; border: 1px solid var(--gold); background: linear-gradient(135deg, #121d30, #090d13); }
.email-address { display: block; margin: 20px 0 28px; color: var(--gold-light); font-family: "Cormorant Garamond", serif; font-size: clamp(1.35rem, 4vw, 2.3rem); letter-spacing: .05em; overflow-wrap: anywhere; }
.email-actions { display: flex; justify-content: center; gap: 14px; flex-wrap: wrap; }
.copy-status { min-height: 1.5em; margin: 12px 0 0; color: var(--gold-light) !important; }
.payment-panel { padding: clamp(35px, 6vw, 65px); text-align: center; border: 1px solid var(--gold); background: linear-gradient(135deg, #121d30, #090d13); }
.payment-panel > p { max-width: 680px; margin-right: auto; margin-left: auto; }
.consent-check { display: flex; max-width: 720px; padding: 18px; margin: 30px auto; align-items: flex-start; gap: 13px; color: #c8c6c0; font-size: .72rem; line-height: 1.9; text-align: left; border: 1px solid rgba(201,164,94,.32); cursor: pointer; }
.consent-check input { width: 18px; height: 18px; margin-top: 4px; flex: 0 0 auto; accent-color: var(--gold); }
.payment-button { margin: 0 auto; }
.payment-button.disabled { opacity: .38; pointer-events: none; filter: grayscale(.65); }
.payment-note { margin: 15px auto 0 !important; color: #777d86 !important; font-size: .6rem !important; }
.application-hero { min-height: 620px; background-position: center 28%; }
.application-hero h1 { font-size: clamp(2.4rem, 6vw, 5rem); }
.exclusive-label { display: inline-block; padding: 7px 14px; margin-bottom: 22px !important; color: var(--gold-light) !important; font-size: .58rem !important; letter-spacing: .2em; border: 1px solid var(--line); background: rgba(7, 9, 13, .66); }
.private-page-note { max-width: 900px; padding: 24px 28px; margin: 0 auto 65px; text-align: center; border: 1px solid var(--gold); background: rgba(201, 164, 94, .07); }
.private-page-note strong { color: var(--gold-light); font-family: "Shippori Mincho", serif; font-size: 1rem; }
.private-page-note p { margin: 8px 0 0; color: var(--muted); font-size: .7rem; line-height: 1.9; }
.application-plan-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 20px; }
.application-plan { position: relative; min-width: 0; padding: clamp(30px, 4vw, 50px); border: 1px solid var(--line); background: linear-gradient(145deg, #121c2c, #080b10); }
.application-plan.recommended { border-color: var(--gold); box-shadow: 0 25px 70px rgba(0, 0, 0, .26); }
.application-plan .tag { position: absolute; top: 0; right: 0; padding: 7px 14px; color: #16120a; font-size: .55rem; background: var(--gold-light); }
.application-plan-heading { display: flex; margin-bottom: 24px; align-items: flex-end; justify-content: space-between; gap: 24px; border-bottom: 1px solid var(--line); }
.application-plan-heading h2 { margin-bottom: 22px; }
.program-price { margin-bottom: 22px !important; color: var(--gold-light) !important; font-family: "Cormorant Garamond", serif; font-size: clamp(2rem, 4vw, 3.25rem) !important; line-height: 1; white-space: nowrap; }
.program-price small { font-family: "Noto Sans JP", sans-serif; font-size: .6rem; }
.support-list { padding: 0 !important; margin: 30px 0; list-style: none; border-top: 1px solid rgba(201, 164, 94, .22); }
.support-list li { display: flex; padding: 18px 0; justify-content: space-between; gap: 24px; border-bottom: 1px solid rgba(201, 164, 94, .22); }
.support-list strong { color: #dedbd4; }
.support-list span { text-align: right; }
.plan-footnote { margin-bottom: 0 !important; color: #777d86 !important; font-size: .62rem !important; }
.theme-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px; }
.theme-card { position: relative; min-height: 210px; padding: 34px 34px 30px 80px; border: 1px solid rgba(201, 164, 94, .25); background: linear-gradient(145deg, rgba(20, 33, 52, .7), rgba(8, 11, 16, .7)); }
.theme-card > span { position: absolute; top: 31px; left: 28px; color: var(--gold); font-family: "Cormorant Garamond", serif; font-size: 1.25rem; }
.theme-card h3 { margin-top: 0; }
.theme-card p { margin-bottom: 0; color: var(--muted); font-size: .76rem; line-height: 2.1; }
.comparison-wrap { overflow-x: auto; border: 1px solid var(--line); }
.comparison-table { width: 100%; min-width: 720px; border-collapse: collapse; }
.comparison-table th, .comparison-table td { padding: 20px 22px; color: var(--muted); font-size: .72rem; line-height: 1.8; text-align: left; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.comparison-table thead th { color: var(--gold-light); font-family: "Shippori Mincho", serif; font-size: .82rem; background: #111a28; }
.comparison-table tbody th { color: #dedbd4; font-weight: 500; background: rgba(17, 26, 40, .5); }
.comparison-table tr:last-child th, .comparison-table tr:last-child td { border-bottom: 0; }
.comparison-table th:last-child, .comparison-table td:last-child { border-right: 0; }
.agreement-box { padding: clamp(28px, 5vw, 50px); margin-bottom: 34px; border: 1px solid var(--line); background: rgba(17, 26, 40, .46); }
.agreement-box li { margin-bottom: 8px; }
.application-actions { display: grid; max-width: 900px; margin: 34px auto 0; grid-template-columns: repeat(2, 1fr); gap: 16px; }
.application-choice { padding: 25px; border: 1px solid var(--line); background: rgba(7, 9, 13, .45); }
.application-choice.recommended { border-color: var(--gold); }
.application-choice h3 { margin: 0 0 7px; color: var(--white); font-size: 1.25rem; }
.application-choice p { margin-bottom: 20px; color: var(--gold-light); }
.application-choice .gold-button { width: 100%; min-width: 0; }
.payment-link-notice { max-width: 700px !important; margin-top: 25px !important; color: #aaa9a5 !important; font-size: .68rem !important; }
.payment-link-notice strong { color: var(--gold-light); font-weight: 500; }
.payment-button.unavailable { cursor: not-allowed; }
.faq-groups h2 { margin: 60px 0 18px; }
.faq-groups h2:first-child { margin-top: 0; }
.faq-details { border-top: 1px solid var(--line); }
.faq-details details { border-bottom: 1px solid var(--line); }
.faq-details summary { position: relative; padding: 25px 42px 25px 8px; color: #dedbd4; font-size: .8rem; line-height: 1.8; cursor: pointer; list-style: none; }
.faq-details summary::-webkit-details-marker { display: none; }
.faq-details summary::after { position: absolute; top: 22px; right: 10px; color: var(--gold); content: "+"; font-size: 1.25rem; }
.faq-details details[open] summary::after { content: "−"; }
.faq-details p { padding: 0 36px 25px 8px; margin: 0; }
.legal-table { border-top: 1px solid var(--line); }
.legal-row { display: grid; padding: 22px 8px; grid-template-columns: 220px 1fr; gap: 30px; border-bottom: 1px solid var(--line); }
.legal-row dt { color: var(--gold-light); font-family: "Shippori Mincho", serif; font-size: .78rem; }
.legal-row dd { margin: 0; color: var(--muted); font-size: .76rem; line-height: 2.1; }
.notice-box { padding: 25px 28px; margin-bottom: 45px; border: 1px solid rgba(201,164,94,.5); background: rgba(201,164,94,.06); }
.notice-box h2 { color: var(--gold-light); }
.page-cta { padding: 65px 24px; text-align: center; background: linear-gradient(135deg, #101b2c, #070a0e); border-top: 1px solid var(--line); }
.page-cta h2 { margin-bottom: 15px; font-size: clamp(1.6rem, 3vw, 2.4rem); }
.page-cta p { margin-bottom: 28px; color: var(--muted); font-size: .76rem; }

@media (max-width: 900px) {
  .site-header { height: 70px; }
  .menu-button { display: none; }
  .site-nav { position: fixed; top: 70px; right: 0; width: 100%; padding: 32px 24px 40px; align-items: stretch; flex-direction: column; gap: 23px; background: rgba(6,9,14,.98); border-bottom: 1px solid var(--line); transform: translateY(-140%); transition: transform .3s ease; }
  .site-nav.open { transform: translateY(0); }
  .site-nav .nav-cta { text-align: center; }
  .hero { min-height: 850px; height: auto; padding-top: 70px; grid-template-columns: 1fr; grid-template-rows: 390px auto; }
  .hero-copy { grid-row: 2; padding: 50px 24px 70px; }
  .hero-portrait { grid-row: 1; background-position: center 25%; }
  .hero-portrait::after { background: linear-gradient(0deg, #0a111e 0%, transparent 55%); }
  .problem-grid, .service-grid, .future-list { grid-template-columns: 1fr; }
  .profile, .final-cta { grid-template-columns: 1fr; }
  .profile-image, .final-portrait { min-height: 520px; }
  .profile-image { background-image: linear-gradient(0deg, #0b1220 0%, transparent 45%), url("assets/ito-portrait.jpg"); }
  .final-portrait { background-image: linear-gradient(0deg, #090c12 0%, transparent 45%), url("assets/ito-portrait.jpg"); }
  .youtube-inner { align-items: flex-start; flex-direction: column; }
  .site-footer { grid-template-columns: 1fr; }
  .legal { align-items: flex-start; text-align: left; }
  .price-panel, .plan-grid, .application-plan-grid { grid-template-columns: 1fr; }
  .price-panel { text-align: center; }
  .info-grid, .theme-grid { grid-template-columns: 1fr; }
  .application-actions { grid-template-columns: 1fr; }
}

@media (min-width: 901px) {
  .mobile-consult { display: none; }
}

@media (max-width: 600px) {
  body { letter-spacing: .04em; }
  .mobile-only { display: block; }
  .brand-mark { font-size: .96rem; }
  .brand small { font-size: .4rem; }
  .hero { min-height: 780px; grid-template-rows: 340px auto; }
  .hero h1 { font-size: 2.05rem; line-height: 1.55; }
  .hero h1 em { white-space: normal; }
  .hero-copy { padding-top: 35px; }
  .gold-button, .outline-button { width: 100%; min-width: 0; }
  .section-title { margin-bottom: 40px; text-align: left; }
  .section-title h2, .profile-copy h2, .youtube h2, .final-copy h2 { font-size: 1.75rem; letter-spacing: .08em; }
  .section-title > p:last-child br { display: none; }
  .problem-card { min-height: 0; padding: 70px 24px 28px; }
  .problem-card > span { top: 22px; left: 24px; }
  .problem-conclusion { text-align: left; }
  .service-card { padding: 42px 25px 30px; }
  .future-list article { padding: 26px 20px; grid-template-columns: 42px 1fr; }
  .profile-image, .final-portrait { min-height: 410px; }
  .profile-copy, .final-copy { padding: 65px 24px; }
  .profile-name { align-items: flex-start; flex-direction: column; gap: 4px; }
  .youtube-inner { padding: 35px 24px; }
  .sub-hero { min-height: 360px; padding-top: 120px; }
  .sub-hero h1 { font-size: 1.9rem; }
  .content-shell, .content-shell.wide { width: calc(100% - 40px); }
  .legal-row { grid-template-columns: 1fr; gap: 7px; }
  .email-actions .gold-button, .email-actions .outline-button { width: 100%; }
  .price-panel { padding: 32px 20px; }
  .application-hero { min-height: 520px; }
  .application-plan { padding: 34px 22px; }
  .application-plan-heading { align-items: flex-start; flex-direction: column; gap: 0; }
  .support-list li { align-items: flex-start; flex-direction: column; gap: 4px; }
  .support-list span { text-align: left; }
  .theme-card { min-height: 0; padding: 70px 24px 28px; }
  .theme-card > span { top: 22px; left: 24px; }
  .application-choice { padding: 22px 18px; }
}

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