:root {
  --red: #b3121f;
  --red-dark: #6f0711;
  --red-deep: #3f0208;
  --gold: #c8a24c;
  --gold-pale: #f3ead4;
  --ink: #181512;
  --muted: #6d665e;
  --paper: #fbfaf7;
  --white: #fff;
  --line: #ded8cf;
  --shadow: 0 18px 50px rgba(30, 16, 10, .12);
  --serif: "Yu Mincho", "Hiragino Mincho ProN", "Noto Serif JP", serif;
  --sans: -apple-system, BlinkMacSystemFont, "Hiragino Kaku Gothic ProN", "Yu Gothic", "Noto Sans JP", sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
html, body { overflow-x: hidden; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: var(--sans); line-height: 1.85; }
img { max-width: 100%; height: auto; display: block; }
a { color: var(--red); text-underline-offset: .18em; }
button, a { -webkit-tap-highlight-color: transparent; }
.skip-link { position: fixed; left: 1rem; top: -5rem; z-index: 999; background: #fff; padding: .7rem 1rem; }
.skip-link:focus { top: 1rem; }
.container { width: min(1120px, calc(100% - 2rem)); margin-inline: auto; }
.narrow { width: min(820px, 100%); margin-inline: auto; }
.eyebrow { margin: 0 0 .6rem; color: var(--gold); font-size: .75rem; font-weight: 800; letter-spacing: .18em; text-transform: uppercase; }
.section { padding: clamp(4rem, 8vw, 7rem) 0; }
.section--dark { color: #fff; background: linear-gradient(145deg, var(--red-deep), var(--red-dark) 58%, #8f101a); }
.section--red { color: #fff; background: linear-gradient(135deg, var(--red-dark), var(--red)); }
.section--soft { background: #f7eded; }
.section--composer { background: linear-gradient(135deg, #f3ead4 0%, #fbf7ef 52%, #efe1c7 100%); border-block: 1px solid rgba(200,162,76,.32); }
.section--toppu { color: var(--ink); background: linear-gradient(115deg, rgba(255,255,255,.78), rgba(247,239,230,.58)), url("../images/team/toppu.jpg") center 45% / cover no-repeat; }
.section--toppu .eyebrow { color: var(--red); }
.section--toppu .section-heading h2 { color: var(--red-deep); text-shadow: 0 2px 16px rgba(255,255,255,.92); }
.section--toppu .section-heading p { color: #403a34; }
.section--toppu .card { color: var(--ink); background: rgba(255,255,255,.94); border-color: rgba(255,255,255,.72); box-shadow: 0 14px 36px rgba(30,5,8,.18); }
.section--toppu .card h3 { color: var(--ink); }
.section--haku { color: var(--ink); background: linear-gradient(115deg, rgba(255,248,238,.7), rgba(255,208,214,.48)), url("../images/team/haku.jpg") center 42% / cover no-repeat; }
.section--haku .eyebrow { color: var(--red); }
.section--haku .section-heading h2 { color: var(--red-deep); text-shadow: 0 2px 16px rgba(255,255,255,.9); }
.section--haku .quote { color: var(--ink); background: rgba(255,255,255,.94); border-color: rgba(255,255,255,.55); box-shadow: 0 14px 36px rgba(30,5,8,.24); }
.section-heading { margin-bottom: 2.2rem; }
.section-heading h2, .page-hero h1 { margin: 0; font: 700 clamp(2rem, 5vw, 3.8rem)/1.25 var(--serif); letter-spacing: .04em; }
.heading-subline { display: inline-block; margin-top: .35rem; font-size: clamp(1.15rem, 2.4vw, 1.65rem); line-height: 1.5; }
.section-heading p { max-width: 680px; color: var(--muted); }
.section--dark .section-heading p, .section--red .section-heading p { color: rgba(255,255,255,.78); }

.site-header { position: sticky; z-index: 100; top: 0; background: rgba(251,250,247,.96); border-bottom: 1px solid rgba(24,21,18,.08); backdrop-filter: blur(15px); }
.header-inner { min-height: 76px; display: flex; align-items: center; justify-content: space-between; gap: 1rem; }
.brand { position: relative; width: 185px; height: 50px; flex: 0 0 185px; display: block; color: var(--ink); background: url("../images/logo.jpg") center / contain no-repeat; text-decoration: none; }
.brand-mark, .brand-text { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; border: 0; }
.nav-toggle { width: 46px; height: 46px; display: none; border: 1px solid var(--line); background: #fff; border-radius: 50%; font-size: 0; }
.nav-toggle::before, .nav-toggle::after { content: ""; display: block; width: 18px; height: 2px; margin: 5px auto; background: var(--ink); transition: .2s; }
.site-nav { display: flex; align-items: center; gap: 1.2rem; }
.site-nav a { color: var(--ink); font-size: .86rem; font-weight: 700; text-decoration: none; white-space: nowrap; }
.site-nav a:hover, .site-nav a[aria-current="page"] { color: var(--red); }
.site-nav .nav-cta { padding: .72rem 1rem; color: #fff; background: var(--red); }


.hero { min-height: min(790px, 85svh); position: relative; display: grid; align-items: end; overflow: hidden; color: #fff; background: var(--red-deep); }
.hero-media { position: absolute; inset: 0; }
.hero-media img { width: 100%; height: 100%; object-fit: cover; object-position: 50% 45%; filter: saturate(.85) contrast(1.03); }
.hero::before { content: ""; position: absolute; z-index: 1; inset: 0; background: linear-gradient(90deg, rgba(74,2,10,.94) 0%, rgba(111,7,17,.7) 46%, rgba(111,7,17,.2) 100%), linear-gradient(0deg, rgba(63,2,8,.88), transparent 58%); }
.hero-content { position: relative; z-index: 2; max-width: 820px; padding: clamp(5rem, 14vh, 9rem) 0 clamp(4rem, 10vh, 7rem); }
.hero-kicker { display: inline-flex; gap: .8rem; flex-wrap: wrap; margin-bottom: 1rem; color: #f5dd9f; font-weight: 800; letter-spacing: .1em; }
.hero h1 { max-width: 780px; margin: 0 0 1.25rem; color: #fff; font: 700 clamp(2.8rem, 7vw, 5.7rem)/1.12 var(--serif); letter-spacing: .03em; text-shadow: 0 2px 18px rgba(45,5,10,.45); text-wrap: balance; }
.hero-title-line { white-space: nowrap; }
.hero-lead { max-width: 650px; margin: 0 0 2rem; font-size: clamp(1rem, 2vw, 1.2rem); color: rgba(255,255,255,.86); }
.button-row { display: flex; flex-wrap: wrap; gap: .8rem; }
.button { min-height: 50px; display: inline-flex; align-items: center; justify-content: center; gap: .5rem; padding: .8rem 1.25rem; border: 1px solid var(--red); color: #fff; background: var(--red); font-weight: 800; text-decoration: none; transition: transform .2s, box-shadow .2s, background .2s; }
.button:hover { transform: translateY(-2px); box-shadow: 0 12px 30px rgba(120,10,18,.24); }
.button--gold { color: var(--ink); background: var(--gold); border-color: var(--gold); }
.button--ghost { color: inherit; background: transparent; border-color: currentColor; }
.button--line { background: #06c755; border-color: #06c755; }


.proof-strip { position: relative; z-index: 5; margin-top: -1px; color: #fff; background: var(--red-dark); }
.proof-grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.proof { padding: 1.6rem 1rem; text-align: center; border-right: 1px solid rgba(255,255,255,.14); }
.proof:last-child { border-right: 0; }
.proof strong { display: block; color: var(--gold); font: 700 clamp(1.5rem, 3vw, 2.3rem) var(--serif); }
.proof span { font-size: .78rem; letter-spacing: .08em; }

.grid-2, .grid-3, .grid-4 { display: grid; gap: 1.25rem; }
.grid-2 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.grid-3 { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.grid-4 { grid-template-columns: repeat(4, minmax(0, 1fr)); }
.card { padding: clamp(1.3rem, 3vw, 2rem); background: #fff; border: 1px solid var(--line); box-shadow: 0 10px 30px rgba(30,16,10,.06); }
.card h3 { margin: .2rem 0 .65rem; font: 700 1.28rem var(--serif); }
.card p { margin: 0; color: var(--muted); }
.feature-number { color: var(--gold); font: 700 1rem var(--serif); }
.media-card { overflow: hidden; padding: 0; }
.media-card img { width: 100%; aspect-ratio: 16/10; object-fit: cover; }
.media-card__body { padding: 1.25rem; }
.video-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem; }
.video { position: relative; aspect-ratio: 16/9; background: #111; overflow: hidden; }
.video iframe { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; }

.profile { display: grid; grid-template-columns: minmax(260px,.8fr) 1.2fr; gap: clamp(2rem, 6vw, 5rem); align-items: center; }
.profile-photo { position: relative; isolation: isolate; }
.profile-photo::after { content: ""; position: absolute; inset: 1.2rem -1.2rem -1.2rem 1.2rem; z-index: -1; border: 1px solid var(--gold); }
.profile-photo--caption::after { content: none; }
.profile-photo__image { position: relative; isolation: isolate; }
.profile-photo__image::after { content: ""; position: absolute; inset: 1.2rem -1.2rem -1.2rem 1.2rem; z-index: -1; border: 1px solid var(--gold); }
.profile-photo img { width: 100%; max-height: 620px; object-fit: cover; object-position: center 20%; }
.profile-copy h2 { margin: 0 0 1rem; font: 700 clamp(2rem, 5vw, 3.7rem)/1.25 var(--serif); }
.profile-copy .profile-title { white-space: nowrap; font-size: clamp(1.6rem, 3vw, 2.5rem); letter-spacing: .01em; }
.signature { margin-top: 1.5rem; font: 700 1.3rem var(--serif); }
.profile-photo > .signature { margin-bottom: 0; text-align: center; }

.plan-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1rem; align-items: stretch; }
.plan-page-container { width: min(100% - 2rem, 1560px); }
.plan-page-grid { grid-template-columns: 1fr; gap: .85rem; }
.plan-page-grid .plan-row { display: block; padding: 0; overflow: hidden; transform: none; }
.plan-row > summary { position: relative; padding: clamp(1rem, 2vw, 1.4rem); padding-right: 4rem; cursor: pointer; list-style: none; }
.plan-row > summary::-webkit-details-marker { display: none; }
.plan-row > summary::after { content: "+"; position: absolute; right: 1.35rem; top: 50%; color: var(--plan-text, var(--red)); font: 700 1.8rem/1 var(--sans); transform: translateY(-50%); }
.plan-row[open] > summary { border-bottom: 1px solid var(--line); }
.plan-row[open] > summary::after { content: "−"; }
.plan-row__summary-inner { display: grid; grid-template-columns: minmax(190px, .8fr) minmax(190px, .65fr) minmax(0, 1.8fr); gap: clamp(1rem, 3vw, 2.5rem); align-items: center; margin: 0; }
.plan-row__identity { display: grid; justify-items: start; gap: .55rem; }
.plan-row__identity .plan-card__tag { margin: 0; }
.plan-row__name { font: 700 clamp(1.15rem, 2vw, 1.55rem)/1.3 var(--serif); }
.plan-row .price { display: grid; gap: .2rem; margin: 0; font-size: clamp(1.65rem, 2.8vw, 2.35rem); white-space: nowrap; }
.plan-row .price small { font-size: .74rem; white-space: normal; }
.plan-row__features { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: .5rem 1rem; color: var(--muted); font: 500 .86rem/1.55 var(--sans); }
.plan-row__features > span { position: relative; padding-left: 1rem; }
.plan-row__features > span::before { content: "◆"; position: absolute; left: 0; top: .05em; color: var(--plan-accent, var(--gold)); font-size: .58rem; }
.plan-row__detail { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: clamp(1.25rem, 4vw, 3rem); padding: clamp(1.25rem, 3vw, 2rem); background: rgba(255,255,255,.72); }
.plan-row__detail section { min-width: 0; }
.plan-row__detail h4 { margin: 0 0 .45rem; color: var(--ink); font-size: .9rem; letter-spacing: .06em; }
.plan-row__detail p { margin: 0; color: var(--muted); font-size: .95rem; line-height: 1.85; }
.plan-row__detail .button { grid-column: 1 / -1; justify-self: end; min-width: 240px; margin-top: 0; }
.home-plan-container { width: min(100% - 2rem, 1560px); }
.home-plan-grid { grid-template-columns: repeat(5, minmax(0, 1fr)); }
.home-plan-grid .plan-card { padding: clamp(1rem, 1.4vw, 1.5rem); }
.home-plan-grid .price { font-size: clamp(1.55rem, 2.1vw, 2.4rem); }
.plan-card { position: relative; display: flex; flex-direction: column; padding: 1.5rem; background: #fff; border: 1px solid var(--line); }
.plan-card--featured { border: 2px solid var(--gold); transform: translateY(-8px); box-shadow: var(--shadow); }
.plan-card--entry { --plan-accent: #c9ef73; --plan-deep: #aee05a; --plan-tint: #fbffef; --plan-text: #83aa2d; --plan-on: #2b410a; }
.plan-card--excellent { --plan-accent: #a5efff; --plan-deep: #78def5; --plan-tint: #f5feff; --plan-text: #229ebc; --plan-on: #073d49; }
.plan-card--premium { --plan-accent: #df94f3; --plan-deep: #c96fe5; --plan-tint: #fff5ff; --plan-text: #9d35b7; --plan-on: #3d0d4a; }
.plan-card--entry, .plan-card--excellent, .plan-card--premium { background: linear-gradient(180deg, var(--plan-tint), #fff 52%); border: 2px solid var(--gold); box-shadow: 0 12px 28px rgba(30,16,10,.08); }
.plan-card--entry .plan-card__tag, .plan-card--excellent .plan-card__tag, .plan-card--premium .plan-card__tag { color: var(--plan-on, #fff); background: var(--plan-deep); }
.plan-card--entry .price, .plan-card--excellent .price, .plan-card--premium .price { color: var(--plan-text, var(--plan-deep)); }
.plan-card--entry .button, .plan-card--excellent .button, .plan-card--premium .button { color: var(--plan-on, #fff); background: var(--plan-deep); border-color: var(--plan-deep); }
.plan-card--entry .check-list li::before, .plan-card--excellent .check-list li::before, .plan-card--premium .check-list li::before { color: var(--plan-accent); }
.plan-card__tag { width: fit-content; margin: 0 0 .8rem; padding: .25rem .55rem; color: #fff; background: var(--red); font-size: .72rem; font-weight: 800; }
.plan-card h3 { margin: 0; font: 700 1.35rem var(--serif); }
.price { margin: .7rem 0; color: var(--red); font: 700 clamp(1.7rem, 4vw, 2.4rem) var(--serif); }
.price small { color: var(--muted); font: 500 .76rem var(--sans); }
.check-list { padding: 0; margin: .8rem 0 1.4rem; list-style: none; color: var(--muted); }
.check-list li { position: relative; padding: .45rem 0 .45rem 1.25rem; border-bottom: 1px solid #eee8df; }
.check-list li::before { content: "◆"; position: absolute; left: 0; color: var(--gold); font-size: .6rem; }
.plan-card .button { margin-top: auto; }

.steps { counter-reset: step; display: grid; grid-template-columns: repeat(5, 1fr); gap: .7rem; }
.step { counter-increment: step; padding: 1.25rem; background: #fff; border-top: 3px solid var(--gold); }
.step::before { content: "0" counter(step); display: block; color: var(--red); font: 700 1.3rem var(--serif); }
.step h3 { margin: .25rem 0; font-size: 1rem; }
.step p { margin: 0; color: var(--muted); font-size: .84rem; }
.sales-plan-section > .container { align-items: center; }
.sales-plan-intro .section-heading { margin-bottom: 1.5rem; }
.sales-plan-card { color: var(--ink); border-top: 4px solid var(--gold); border-radius: 16px; }
.sales-plan-card .price { color: var(--red); }
.choreography-section > .container { align-items: center; }

.quote { position: relative; padding: 2rem; background: #fff; border: 1px solid var(--line); }
.quote::before { content: "“"; position: absolute; right: 1rem; top: -.8rem; color: var(--gold-pale); font: 700 6rem var(--serif); }
.quote blockquote { position: relative; margin: 0 0 1rem; font: 700 1.05rem/1.8 var(--serif); }
.quote cite { color: var(--muted); font-size: .84rem; font-style: normal; }
.quote img { width: 100%; aspect-ratio: 16/10; margin-bottom: 1rem; object-fit: cover; }

.faq { border-top: 1px solid var(--line); }
.faq details { border-bottom: 1px solid var(--line); }
.faq summary { cursor: pointer; padding: 1.25rem 2.5rem 1.25rem 0; font-weight: 800; list-style: none; position: relative; }
.faq summary::after { content: "+"; position: absolute; right: .5rem; color: var(--red); font-size: 1.4rem; }
.faq details[open] summary::after { content: "−"; }
.faq details p { margin-top: 0; padding: 0 2rem 1.2rem 0; color: var(--muted); }

.page-hero { position: relative; min-height: 370px; display: grid; place-items: center; overflow: hidden; color: #fff; background: var(--red-dark); text-align: center; }
.page-hero img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; opacity: .37; }
.page-hero::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(111,7,17,.82), rgba(63,2,8,.56)); }
.page-hero__content { position: relative; z-index: 1; padding: 5rem 0; }
.breadcrumbs { margin: 1rem 0 0; color: rgba(255,255,255,.72); font-size: .78rem; }
.breadcrumbs a { color: #fff; }


.content-stack > * + * { margin-top: 2rem; }
.prose h2 { margin: 3.5rem 0 1rem; font: 700 clamp(1.6rem, 4vw, 2.4rem) var(--serif); }
.prose h3 { margin: 2.2rem 0 .7rem; font: 700 1.3rem var(--serif); }
.prose p { color: #3d3934; }
.info-table { width: 100%; border-collapse: collapse; background: #fff; }
.info-table th, .info-table td { padding: 1rem; border: 1px solid var(--line); text-align: left; vertical-align: top; }
.info-table th { width: 25%; background: #f2eee6; }
.award-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1rem; }
.award { padding: 1.25rem; color: var(--ink); border-left: 4px solid var(--gold); background: #fff; }
.award h3 { margin: 0 0 .35rem; color: var(--red); font: 700 1.1rem var(--serif); }
.award p { margin: 0; color: #3d3934; }
.award-list { margin: .65rem 0 0; padding: 0; list-style: none; color: #3d3934; }
.award-list li { position: relative; padding-left: 1.1rem; }
.award-list li::before { content: "◆"; position: absolute; left: 0; top: .05em; color: var(--gold); font-size: .68em; }
.award-list li + li { margin-top: .35rem; }
.award .award-more { margin-top: .55rem; color: var(--muted); font-size: .9rem; }
.award-showcase { margin-top: 4rem; padding: clamp(1.5rem, 4vw, 3rem); color: #fff; border-radius: 24px; background: linear-gradient(rgba(63,2,8,.78), rgba(111,7,17,.72)), url("../images/team/haku.jpg") center 42% / cover no-repeat; box-shadow: var(--shadow); }
.award-showcase .section-heading { margin-bottom: 1.5rem; }
.award-showcase .section-heading p { color: rgba(255,255,255,.82); }
.soundcloud { width: 100%; border: 0; }
.catalog-nav { display: flex; flex-wrap: wrap; gap: .55rem; margin-bottom: 1.5rem; }
.catalog-nav a { padding: .55rem .8rem; color: #fff; border: 1px solid rgba(255,255,255,.28); text-decoration: none; font-size: .82rem; font-weight: 700; }
.catalog-nav a:hover { color: var(--ink); background: var(--gold); border-color: var(--gold); }
.catalog-stack { display: grid; gap: 1.4rem; margin-top: 2rem; }
.catalog-player { scroll-margin-top: 95px; padding: clamp(1rem, 3vw, 1.6rem); background: rgba(95,7,16,.9); border: 1px solid rgba(255,255,255,.2); }
.catalog-player__head { display: flex; align-items: end; justify-content: space-between; gap: 1rem; margin-bottom: 1rem; }
.catalog-player__head h3 { margin: 0; color: #fff; font: 700 1.5rem var(--serif); }
.catalog-player__head a { color: var(--gold); font-size: .8rem; white-space: nowrap; }
.soundcloud-load { width: 100%; min-height: 128px; display: grid; place-items: center; gap: .35rem; padding: 1.25rem; color: #fff; background: linear-gradient(120deg, rgba(111,7,17,.9), rgba(159,21,29,.78)); border: 1px solid rgba(255,255,255,.22); cursor: pointer; font: 800 1rem var(--sans); }
.soundcloud-load::before { content: "▶"; display: grid; place-items: center; width: 2.6rem; height: 2.6rem; color: var(--red-dark); background: var(--gold); border-radius: 50%; font-size: .9rem; }
.soundcloud-load small { color: rgba(255,255,255,.72); font-size: .72rem; font-weight: 500; }
.soundcloud-load:hover { border-color: var(--gold); }

.social-section { background: linear-gradient(135deg, #fff 0%, #f8f3ed 52%, #f4e7e7 100%); border-block: 1px solid rgba(111,7,17,.08); }
.social-section__heading { text-align: center; }
.social-section__heading p { margin-inline: auto; }
.social-feed-block { padding: clamp(1.25rem,3vw,2rem); background: rgba(255,255,255,.94); border: 1px solid var(--line); border-radius: 20px; box-shadow: 0 16px 38px rgba(30,16,10,.1); }
.social-feed-block + .social-feed-block { margin-top: clamp(1.5rem,4vw,2.5rem); }
.social-feed-head { display: flex; align-items: center; justify-content: space-between; gap: 1rem; margin-bottom: 1.4rem; padding-bottom: 1rem; border-bottom: 1px solid var(--line); }
.social-feed-head > div { display: grid; grid-template-columns: auto 1fr; column-gap: .8rem; align-items: center; }
.social-feed-head h3 { margin: 0; font: 700 clamp(1.25rem,2.5vw,1.75rem) var(--serif); }
.social-feed-head p { grid-column: 2; margin: -.15rem 0 0; color: var(--muted); font-size: .78rem; }
.social-feed-head > a { flex: 0 0 auto; font-size: .8rem; font-weight: 800; }
.social-feed-mark { grid-row: 1 / 3; width: 44px; height: 44px; display: grid; place-items: center; color: #fff; border-radius: 50%; font: 700 1.35rem/1 var(--sans); }
.social-feed-mark--x { background: #111; }
.social-feed-mark--instagram { background: linear-gradient(135deg,#5b35b5,#c22e8a 48%,#ef5b48 76%,#f3a447); }
.x-post-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 1rem; align-items: start; }
.x-post-frame { width: 100%; height: 570px; background: #fff; border: 1px solid var(--line); border-radius: 12px; }
.instagram-post-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 1rem; align-items: start; }
.instagram-post-crop { height: 330px; overflow: hidden; background: #fff; border: 1px solid var(--line); border-radius: 12px; }
.instagram-post-frame { width: 100%; height: 410px; display: block; background: #fff; border: 0; }

.cta-band { padding: clamp(3rem, 6vw, 5rem) 0; color: #fff; background: linear-gradient(120deg, var(--red-dark), var(--red)); }
.cta-inner { display: flex; align-items: center; justify-content: space-between; gap: 2rem; }
.cta-inner h2 { margin: 0; font: 700 clamp(1.8rem, 4vw, 3rem)/1.35 var(--serif); }
.cta-inner p { margin: .5rem 0 0; color: rgba(255,255,255,.78); }
.fixed-cta { position: fixed; z-index: 90; right: 1rem; bottom: 1rem; display: flex; box-shadow: 0 10px 30px rgba(0,0,0,.22); }
.fixed-cta a { min-height: 52px; display: grid; place-items: center; padding: .65rem 1rem; color: #fff; background: var(--red); font-size: .82rem; font-weight: 800; text-decoration: none; }
.fixed-cta a + a { background: #06c755; }

.site-footer { padding: 3.5rem 0 6rem; color: rgba(255,255,255,.76); background: var(--red-deep); }
.section--dark .card { background: rgba(95,7,16,.88) !important; border-color: rgba(255,255,255,.2) !important; }
.section--dark .card h3 { color: #fff; }
.section--dark .card p { color: rgba(255,255,255,.76); }
.footer-grid { display: grid; grid-template-columns: 1.3fr 1fr 1fr; gap: 2rem; }
.site-footer h2, .site-footer h3 { color: #fff; font: 700 1.1rem var(--serif); }
.footer-links { display: grid; gap: .4rem; }
.footer-links a { color: rgba(255,255,255,.72); text-decoration: none; }
.copyright { margin-top: 2.5rem; padding-top: 1.5rem; border-top: 1px solid rgba(255,255,255,.1); font-size: .72rem; }
.archive-note { padding: 1rem; color: #7d5f18; background: #fff6db; border: 1px solid #ead89e; }

@media (max-width: 1024px) {
  .plan-row > summary { padding-right: clamp(1rem, 2vw, 1.4rem); cursor: default; }
  .plan-row > summary::after { display: none; }
  .plan-row:not([open]) > .plan-row__detail { display: grid; }
}

@media (max-width: 920px) {
  body { padding-top: 76px; }
  .site-header { position: fixed; inset: 0 0 auto; width: 100%; }
  .nav-toggle { display: block; }
  .site-nav { position: fixed; inset: 76px 0 auto; display: none; padding: 1rem; background: var(--paper); border-bottom: 1px solid var(--line); box-shadow: var(--shadow); }
  .site-nav.is-open { display: grid; }
  .site-nav a { padding: .7rem; }
  .proof-grid { grid-template-columns: repeat(2, 1fr); }
  .proof:nth-child(2) { border-right: 0; }
  .proof:nth-child(-n+2) { border-bottom: 1px solid rgba(255,255,255,.14); }
  .grid-3, .grid-4, .video-grid, .plan-grid { grid-template-columns: repeat(2, minmax(0,1fr)); }
  .plan-page-grid { grid-template-columns: 1fr; }
  .plan-row__summary-inner { grid-template-columns: minmax(180px, .9fr) minmax(170px, .7fr) minmax(0, 1.4fr); gap: 1rem; }
  .plan-row__features { grid-template-columns: 1fr; }
  .plan-card--featured { transform: none; }
  .steps { grid-template-columns: repeat(3, 1fr); }
  .instagram-post-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .instagram-post-crop { height: 360px; }
}

@media (max-width: 680px) {
  body { padding-bottom: 62px; }
  .container { width: min(100% - 1.25rem, 1120px); }
  .brand { width: 148px; height: 40px; flex-basis: 148px; }
  .hero { min-height: 460px; align-items: end; }
  .hero::before { background: linear-gradient(0deg, rgba(63,2,8,.97) 0%, rgba(111,7,17,.76) 64%, rgba(111,7,17,.34) 100%); }
  .hero-media img { position: absolute; inset: auto 0 0; height: 165%; object-position: 51% 55%; }
  .hero h1 { font-size: clamp(2.1rem, 10vw, 3.5rem); }
  .hero .button-row { display: none; }
  .button-row .button { flex: 1 1 100%; }
  .grid-2, .grid-3, .grid-4, .video-grid, .plan-grid, .award-grid, .footer-grid, .profile { grid-template-columns: 1fr; }
  .plan-row > summary { padding-right: 3.2rem; }
  .plan-row__summary-inner { grid-template-columns: 1fr; gap: .8rem; }
  .plan-row__identity { gap: .4rem; }
  .plan-row .price { white-space: normal; }
  .plan-row__features { grid-template-columns: 1fr; }
  .plan-row__detail { grid-template-columns: 1fr; }
  .plan-row__detail .button { grid-column: auto; justify-self: stretch; min-width: 0; }
  .steps { grid-template-columns: 1fr 1fr; }
  .profile-photo { max-width: 460px; }
  .profile-photo::after { inset: .7rem 0 -.7rem .7rem; }
  .profile-photo__image::after { inset: .7rem 0 -.7rem .7rem; }
  .profile-copy .profile-title { font-size: clamp(1.25rem, 6.3vw, 2.5rem); }
  .cta-inner { display: block; }
  .cta-inner .button-row { margin-top: 1.5rem; }
  .x-post-grid, .instagram-post-grid { grid-template-columns: 1fr; }
  .social-feed-head { align-items: flex-start; }
  .social-feed-head > a { margin-top: .55rem; }
  .fixed-cta { inset: auto 0 0; }
  .fixed-cta a { width: 50vw; min-height: 62px; }
  .info-table, .info-table tbody, .info-table tr, .info-table th, .info-table td { display: block; width: 100%; }
  .info-table th { border-bottom: 0; }
  .page-hero { min-height: 310px; }
}

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