:root {
  --wine: #6f171b;
  --wine-deep: #430e12;
  --wine-dark: #260a0d;
  --red: #9b2d2e;
  --gold: #c89b4b;
  --gold-light: #efd7a2;
  --ivory: #f8f4ec;
  --paper: #fffdf9;
  --ink: #241d1b;
  --muted: #766b67;
  --line: rgba(61, 37, 32, 0.15);
  --shadow: 0 18px 50px rgba(34, 13, 12, 0.12);
  --serif: var(--sans);
  --sans: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Yu Gothic", sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: var(--sans); font-size: 16px; line-height: 1.85; }
a { color: inherit; text-decoration: none; }
button, input, textarea, select { font: inherit; }
button, a, input, textarea, select, summary { -webkit-tap-highlight-color: transparent; }
:focus-visible { outline: 3px solid var(--gold); outline-offset: 4px; }
.shell { width: min(1160px, calc(100% - 48px)); margin: 0 auto; }

.notice-bar { background: var(--wine-dark); color: rgba(255, 250, 238, .82); font-size: 12px; letter-spacing: .05em; }
.notice-bar__inner { min-height: 34px; display: flex; align-items: center; justify-content: space-between; gap: 18px; }
.notice-bar__label { color: var(--gold-light); font-weight: 700; }
.notice-bar a { color: #fff9ed; font-weight: 700; }
.notice-bar a span { margin-left: 5px; color: var(--gold); }

.site-header { position: relative; z-index: 10; background: #fff; box-shadow: 0 2px 16px rgba(36, 15, 12, .07); }
.header-main { min-height: 92px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand { display: inline-flex; align-items: center; gap: 11px; }
.brand-mark { width: 46px; height: 46px; display: grid; place-items: center; border: 1px solid var(--wine); color: var(--wine); font-family: var(--serif); font-size: 25px; line-height: 1; }
.brand strong { display: block; color: var(--wine); font-family: var(--serif); font-size: 23px; letter-spacing: .11em; line-height: 1.1; }
.brand small { display: block; margin-top: 5px; color: var(--muted); font-size: 8px; letter-spacing: .17em; line-height: 1; }
.header-actions { display: flex; align-items: center; gap: 21px; }
.header-note { color: var(--muted); font-size: 12px; letter-spacing: .02em; white-space: nowrap; }
.status-dot { width: 7px; height: 7px; display: inline-block; margin-right: 6px; border-radius: 50%; background: #7f9b6b; box-shadow: 0 0 0 4px rgba(127, 155, 107, .14); }
.header-phone { display: flex; align-items: center; gap: 8px; color: var(--wine); }
.header-phone__icon { width: 34px; height: 34px; display: grid; place-items: center; border-radius: 50%; background: var(--ivory); font-size: 15px; }
.header-phone small, .header-phone b { display: block; line-height: 1.25; }
.header-phone small { color: var(--muted); font-size: 10px; }
.header-phone b { font-size: 18px; letter-spacing: .06em; }
.header-line { display: flex; align-items: center; gap: 8px; color: #138b55; }
.header-line__icon { display: grid; width: 36px; height: 36px; place-items: center; border-radius: 11px; background: #06c755; color: #fff; font-size: 8px; font-weight: 900; letter-spacing: -.08em; }
.header-line small, .header-line b { display: block; line-height: 1.25; }
.header-line small { color: var(--muted); font-size: 10px; }
.header-line b { font-size: 14px; letter-spacing: .03em; }
.main-nav { background: var(--wine); color: #fff9ec; }
.main-nav__inner { display: flex; align-items: center; justify-content: center; }
.main-nav a { position: relative; display: block; padding: 12px 22px; font-family: var(--serif); font-size: 14px; letter-spacing: .06em; transition: background .2s ease, color .2s ease; }
.main-nav a::before { content: "›"; margin-right: 7px; color: var(--gold-light); }
.main-nav a:hover { background: rgba(255, 255, 255, .1); color: var(--gold-light); }

.button { display: inline-flex; align-items: center; justify-content: center; gap: 14px; min-height: 54px; padding: 0 25px; border: 1px solid transparent; font-weight: 800; letter-spacing: .05em; transition: transform .2s ease, background .2s ease, color .2s ease, box-shadow .2s ease; }
.button:hover { transform: translateY(-2px); box-shadow: 0 12px 22px rgba(31, 10, 10, .15); }
.button--dark { background: var(--wine); color: white; }
.button--gold { background: var(--gold); color: var(--wine-dark); }
.button--ghost { border-color: rgba(255, 255, 255, .48); color: white; background: rgba(255, 255, 255, .07); }
.button--compact { min-height: 42px; padding: 0 16px; font-size: 13px; }
.button--full { width: 100%; }

.hero { position: relative; min-height: 620px; overflow: hidden; background: var(--wine-dark); color: #fffdf6; }
.hero__image, .hero__shade { position: absolute; inset: 0; }
.hero__image { background: url("assets/hero-consultant.png") center / cover no-repeat; }
.hero__shade { background: linear-gradient(90deg, rgba(31, 7, 9, .18) 0%, rgba(31, 7, 9, .34) 33%, rgba(31, 7, 9, .93) 63%, rgba(31, 7, 9, .97) 100%); }
.hero__content { position: relative; min-height: 620px; display: flex; align-items: center; }
.hero__copy { width: min(590px, 58%); margin-left: auto; padding: 38px 4% 44px 0; }
.eyebrow { margin: 0 0 15px; color: var(--wine); font-size: 11px; font-weight: 800; letter-spacing: .19em; line-height: 1.3; }
.eyebrow--light { color: var(--gold-light); }
h1, h2, h3, p { margin-top: 0; }
h1, h2 { font-family: var(--sans); font-weight: 800; letter-spacing: .035em; line-height: 1.45; }
h1 { margin-bottom: 18px; font-size: clamp(37px, 4.4vw, 63px); }
h1 em, h2 em { color: var(--gold-light); font-style: normal; }
.hero__lead { max-width: 510px; margin-bottom: 29px; color: rgba(255, 252, 245, .82); font-size: 16px; line-height: 2; }
.hero__actions { display: flex; flex-wrap: wrap; gap: 12px; }
.hero__trust { display: flex; flex-wrap: wrap; gap: 16px; margin-top: 30px; color: rgba(255, 252, 245, .72); font-size: 12px; }
.hero__trust span { display: inline-flex; align-items: center; gap: 7px; }
.hero__trust b { color: var(--gold-light); font-size: 11px; letter-spacing: .1em; }
.hero__scroll { position: absolute; right: 24px; bottom: 30px; display: flex; align-items: center; gap: 11px; color: rgba(255, 255, 255, .72); font-size: 10px; letter-spacing: .23em; writing-mode: vertical-rl; }
.hero__scroll span { width: 1px; height: 58px; background: var(--gold); }

.quick-links { position: relative; z-index: 2; margin-top: -1px; background: var(--wine); color: #fffaf0; }
.quick-links__grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.quick-link { min-height: 98px; display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 15px; padding: 18px 21px; border-right: 1px solid rgba(255, 255, 255, .16); transition: background .2s ease; }
.quick-link:first-child { border-left: 1px solid rgba(255, 255, 255, .16); }
.quick-link:hover { background: var(--red); }
.quick-link--accent { background: rgba(198, 153, 73, .95); color: var(--wine-dark); }
.quick-link--accent:hover { background: var(--gold-light); }
.quick-link__number { align-self: start; color: var(--gold-light); font-family: var(--serif); font-size: 12px; }
.quick-link b, .quick-link small { display: block; line-height: 1.4; }
.quick-link b { font-size: 13px; }
.quick-link small { margin-top: 4px; color: rgba(255, 250, 240, .63); font-size: 11px; }
.quick-link--accent small { color: rgba(38, 10, 13, .67); }
.arrow { color: var(--gold-light); font-size: 20px; }
.quick-link--accent .arrow { color: var(--wine-dark); }

.section { padding: 106px 0; }
.section--ivory { background: var(--ivory); }
.section--white { background: #fff; }
.section--wine { background: var(--wine-deep); color: #fff9ed; }
.section-heading { max-width: 590px; }
.section-heading--center { margin-right: auto; margin-left: auto; text-align: center; }
.section-heading--light .eyebrow { color: var(--gold-light); }
.section-heading h2 { margin-bottom: 17px; font-size: clamp(30px, 3vw, 44px); }
.section-heading p:not(.eyebrow) { color: var(--muted); font-size: 15px; line-height: 2; }
.section-heading--light p:not(.eyebrow) { color: rgba(255, 249, 237, .72); }
.concern-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; margin-top: 54px; }
.concern-card { min-height: 244px; padding: 28px 25px; background: #fff; border: 1px solid rgba(111, 23, 27, .09); box-shadow: 0 10px 25px rgba(67, 14, 18, .035); }
.concern-card__photo { display: block; width: calc(100% + 50px); height: 112px; margin: -28px -25px 22px; object-fit: cover; filter: saturate(.65) contrast(.95) brightness(.82); }
.concern-card__icon { display: grid; width: 42px; height: 42px; place-items: center; margin-bottom: 22px; background: var(--wine); color: var(--gold-light); font-size: 11px; font-weight: 800; letter-spacing: .08em; }
.concern-card h3 { margin-bottom: 10px; color: var(--wine); font-family: var(--serif); font-size: 18px; line-height: 1.65; }
.concern-card p { margin-bottom: 0; color: var(--muted); font-size: 13px; line-height: 1.85; }
.statement-band { background: linear-gradient(110deg, var(--wine), var(--red)); color: #fff8eb; }
.statement-band__inner { position: relative; display: flex; align-items: center; justify-content: center; min-height: 200px; text-align: center; }
.statement-band__mark { position: absolute; top: 19px; left: 7%; color: var(--gold-light); font-family: Georgia, serif; font-size: 108px; line-height: 1; opacity: .24; }
.statement-band p { margin: 0; font-family: var(--serif); font-size: clamp(19px, 2.3vw, 29px); letter-spacing: .07em; line-height: 1.8; }
.statement-band strong { color: var(--gold-light); font-weight: 600; }
.statement-band__line { position: absolute; right: 6%; bottom: 29px; width: 90px; height: 1px; background: var(--gold); }

.split-heading { display: grid; grid-template-columns: 1fr 1fr; align-items: end; gap: 60px; }
.split-heading__intro { max-width: 470px; margin: 0 0 7px auto; color: var(--muted); font-size: 15px; line-height: 2; }
.strength-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 14px; margin-top: 52px; }
.strength-card { position: relative; min-height: 235px; padding: 29px; background: var(--ivory); border-top: 3px solid var(--wine); }
.strength-card--wide { grid-column: span 2; min-height: 190px; display: grid; grid-template-columns: 180px 1fr; gap: 30px; align-items: center; background: var(--wine); color: #fff; border-top-color: var(--gold); }
.strength-card__meta { display: flex; align-items: center; justify-content: space-between; margin-bottom: 26px; color: var(--wine); font-size: 10px; font-weight: 800; letter-spacing: .16em; }
.strength-card--wide .strength-card__meta { align-self: start; margin: 0; color: var(--gold-light); }
.strength-card h3 { margin-bottom: 11px; color: var(--wine); font-family: var(--serif); font-size: 22px; line-height: 1.55; }
.strength-card--wide h3 { color: var(--gold-light); }
.strength-card p { max-width: 570px; margin-bottom: 0; color: var(--muted); font-size: 13px; line-height: 1.95; }
.strength-card--wide p { color: rgba(255, 255, 255, .72); }
.strength-card__symbol { position: absolute; right: 25px; bottom: 19px; color: var(--gold); font-size: 24px; }
.proof-row { display: flex; align-items: center; justify-content: space-between; gap: 20px; margin-top: 34px; padding: 19px 21px; border: 1px solid var(--line); }
.proof-row > span { color: var(--wine); font-size: 12px; font-weight: 800; letter-spacing: .06em; }
.proof-row__items { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 10px; }
.proof-row__items span { padding: 6px 12px; border: 1px solid rgba(111, 23, 27, .2); color: var(--muted); font-size: 11px; }

.plan-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; margin-top: 53px; }
.plan-card { position: relative; padding: 30px 28px 27px; background: rgba(255, 255, 255, .07); border: 1px solid rgba(255, 255, 255, .16); }
.plan-card--featured { background: #fffaf0; color: var(--ink); border-color: var(--gold); box-shadow: 0 17px 34px rgba(0, 0, 0, .16); transform: translateY(-10px); }
.plan-card__top { display: flex; align-items: center; justify-content: space-between; margin-bottom: 23px; }
.plan-card__tag { color: var(--gold-light); font-size: 10px; font-weight: 800; letter-spacing: .16em; }
.plan-card__featured .plan-card__tag, .plan-card--featured .plan-card__tag { color: var(--wine); }
.plan-card__tag b { margin-left: 6px; padding: 4px 7px; background: var(--gold); color: var(--wine-dark); font-size: 8px; letter-spacing: .08em; }
.plan-card__icon { color: var(--gold); font-size: 25px; line-height: 1; }
.plan-card h3 { margin-bottom: 11px; color: var(--gold-light); font-family: var(--serif); font-size: 24px; }
.plan-card--featured h3 { color: var(--wine); }
.plan-card p { min-height: 57px; margin-bottom: 20px; color: rgba(255, 249, 237, .71); font-size: 13px; line-height: 1.8; }
.plan-card--featured p { color: var(--muted); }
.plan-card ul { display: grid; gap: 8px; margin: 0 0 24px; padding: 19px 0 20px; border-top: 1px solid rgba(255, 255, 255, .15); border-bottom: 1px solid rgba(255, 255, 255, .15); list-style: none; }
.plan-card--featured ul { border-color: var(--line); }
.plan-card li { color: rgba(255, 249, 237, .74); font-size: 12px; }
.plan-card--featured li { color: var(--muted); }
.plan-card li::before { content: "✓"; margin-right: 8px; color: var(--gold); font-weight: 800; }
.plan-card a { display: flex; justify-content: space-between; color: var(--gold-light); font-size: 13px; font-weight: 800; }
.plan-card--featured a { color: var(--wine); }
.plan-card a span { font-size: 18px; }
.section-footnote { margin: 22px 0 0; color: rgba(255, 249, 237, .47); font-size: 11px; text-align: center; }

.report-section { border-top: 1px solid rgba(111, 23, 27, .08); }
.report-heading { align-items: end; }
.report-demo { display: grid; grid-template-columns: minmax(0, 1.45fr) minmax(250px, .55fr); gap: 30px; align-items: start; margin-top: 52px; }
.report-paper { padding: 34px 36px 24px; background: #fff; border: 1px solid rgba(111, 23, 27, .18); box-shadow: 0 18px 45px rgba(67, 14, 18, .09); }
.report-paper__head { display: flex; align-items: start; justify-content: space-between; gap: 20px; padding-bottom: 20px; border-bottom: 2px solid var(--wine); }
.report-paper__label { color: var(--gold); font-size: 10px; font-weight: 900; letter-spacing: .18em; }
.report-paper h3 { margin: 8px 0 0; color: var(--wine); font-family: var(--sans); font-size: 24px; font-weight: 800; letter-spacing: .06em; }
.report-paper__stamp { display: grid; width: 62px; height: 62px; place-items: center; border: 1px solid var(--wine); color: var(--wine); font-size: 10px; font-weight: 800; line-height: 1.35; text-align: center; transform: rotate(-7deg); }
.report-meta { display: grid; grid-template-columns: repeat(4, 1fr); gap: 13px; padding: 18px 0; border-bottom: 1px solid var(--line); }
.report-meta span, .report-meta b { display: block; }
.report-meta span { color: var(--muted); font-size: 10px; }
.report-meta b { margin-top: 4px; color: var(--ink); font-size: 12px; }
.report-result { margin: 20px 0 8px; padding: 16px 18px; background: var(--ivory); border-left: 4px solid var(--gold); }
.report-result span { display: block; color: var(--wine); font-size: 10px; font-weight: 800; letter-spacing: .1em; }
.report-result strong { display: block; margin-top: 3px; color: var(--wine); font-size: 16px; }
.report-result p { margin: 8px 0 0; color: var(--muted); font-size: 11px; line-height: 1.75; }
.report-gallery { display: grid; grid-template-columns: repeat(3, 1fr); gap: 8px; margin: 16px 0 20px; }
.report-gallery figure { min-width: 0; margin: 0; }
.report-gallery img { display: block; width: 100%; aspect-ratio: 4 / 3; object-fit: cover; filter: saturate(.68) contrast(.94) brightness(.83); }
.report-gallery figcaption { padding-top: 6px; color: var(--muted); font-size: 9px; line-height: 1.4; }
.report-timeline { position: relative; display: grid; gap: 0; padding: 12px 0 5px; }
.report-timeline::before { position: absolute; top: 22px; bottom: 30px; left: 76px; width: 1px; background: rgba(111, 23, 27, .2); content: ""; }
.report-timeline > div { position: relative; display: grid; grid-template-columns: 55px 42px 1fr; gap: 0; align-items: start; min-height: 58px; }
.report-timeline time { padding-top: 4px; color: var(--wine); font-size: 12px; font-weight: 800; }
.report-timeline__dot { z-index: 1; display: block; width: 9px; height: 9px; margin-top: 7px; border: 2px solid #fff; border-radius: 50%; background: var(--gold); box-shadow: 0 0 0 1px var(--gold); }
.report-timeline__dot--last { background: var(--wine); box-shadow: 0 0 0 1px var(--wine); }
.report-timeline p { margin: 0; padding-bottom: 14px; }
.report-timeline p b, .report-timeline p small { display: block; }
.report-timeline p b { color: var(--ink); font-size: 12px; }
.report-timeline p small { margin-top: 2px; color: var(--muted); font-size: 11px; line-height: 1.6; }
.report-paper__footer { display: flex; justify-content: space-between; gap: 12px; padding-top: 15px; border-top: 1px solid var(--line); color: var(--muted); font-size: 10px; }
.report-checks { padding: 28px 25px; background: var(--wine); color: #fff9ed; }
.report-checks .eyebrow { color: var(--gold-light); }
.report-checks h3 { margin: 0 0 21px; color: var(--gold-light); font-family: var(--sans); font-size: 22px; line-height: 1.5; }
.report-checks ul { display: grid; gap: 15px; margin: 0 0 25px; padding: 0; list-style: none; }
.report-checks li { display: grid; grid-template-columns: 28px 1fr; gap: 10px; align-items: start; padding-bottom: 14px; border-bottom: 1px solid rgba(255, 249, 237, .14); }
.report-checks li b { color: var(--gold-light); font-size: 11px; }
.report-checks li span { color: rgba(255, 249, 237, .78); font-size: 12px; line-height: 1.7; }
.report-checks .text-link { color: var(--gold-light); font-size: 12px; }

.line-callout { display: flex; align-items: center; justify-content: space-between; gap: 20px; max-width: 520px; margin-top: 30px; padding: 17px 19px; border: 1px solid rgba(255, 255, 255, .2); background: rgba(0, 0, 0, .12); }
.line-callout__label, .line-callout strong, .line-callout small { display: block; }
.line-callout__label { color: #76e0a7; font-size: 9px; font-weight: 900; letter-spacing: .16em; }
.line-callout strong { margin-top: 3px; color: #fff; font-size: 16px; }
.line-callout small { margin-top: 4px; color: rgba(255, 249, 237, .55); font-size: 10px; }
.line-callout .button { min-height: 44px; padding: 0 15px; font-size: 11px; white-space: nowrap; }

.flow-list { max-width: 850px; margin: 57px auto 0; }
.flow-item { position: relative; display: grid; grid-template-columns: 72px 1fr 28px; gap: 27px; align-items: start; padding: 26px 0 30px; border-bottom: 1px solid var(--line); }
.flow-item__no { display: grid; width: 58px; height: 58px; place-items: center; background: var(--wine); color: var(--gold-light); font-family: var(--serif); font-size: 16px; }
.flow-item h3 { margin: 0 0 7px; color: var(--wine); font-family: var(--serif); font-size: 21px; }
.flow-item p { max-width: 625px; margin: 0; color: var(--muted); font-size: 13px; line-height: 1.9; }
.flow-item__arrow { align-self: center; color: var(--gold); font-size: 20px; }

.case-banner { background: var(--wine-dark); color: #fff9ed; }
.case-banner__inner { min-height: 280px; display: flex; align-items: center; justify-content: space-between; gap: 40px; }
.case-banner h2 { margin: 0; font-size: clamp(28px, 3vw, 44px); }
.case-banner h2 span { color: var(--gold-light); }

.faq-layout { display: grid; grid-template-columns: .8fr 1.2fr; gap: 100px; align-items: start; }
.faq-layout .section-heading p:not(.eyebrow) { margin-bottom: 25px; }
.text-link { display: inline-flex; align-items: center; gap: 13px; color: var(--wine); font-size: 13px; font-weight: 800; }
.text-link span { color: var(--gold); font-size: 19px; }
.faq-list { border-top: 1px solid var(--line); }
.faq-list details { border-bottom: 1px solid var(--line); }
.faq-list summary { display: grid; grid-template-columns: 33px 1fr auto; gap: 14px; align-items: center; padding: 21px 0; cursor: pointer; list-style: none; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary > span { display: grid; width: 27px; height: 27px; place-items: center; border: 1px solid var(--wine); color: var(--wine); font-family: var(--serif); font-size: 13px; }
.faq-list summary b { color: var(--ink); font-size: 14px; }
.faq-list summary i { color: var(--gold); font-size: 22px; font-style: normal; font-weight: 300; transition: transform .2s ease; }
.faq-list details[open] summary i { transform: rotate(45deg); }
.faq-list details p { max-width: 650px; margin: 0 0 23px 48px; color: var(--muted); font-size: 13px; line-height: 1.95; }

.contact-section { padding: 106px 0; background: linear-gradient(110deg, var(--wine-deep), var(--wine)); color: #fff9ed; }
.contact-layout { display: grid; grid-template-columns: .88fr 1.12fr; gap: 80px; align-items: start; }
.contact-copy { padding-top: 20px; }
.contact-copy h2 { margin-bottom: 18px; font-size: clamp(34px, 3.6vw, 52px); }
.contact-copy > p:not(.eyebrow) { max-width: 460px; color: rgba(255, 249, 237, .7); font-size: 14px; line-height: 2; }
.contact-points { display: grid; gap: 10px; margin-top: 30px; }
.contact-points span { color: rgba(255, 249, 237, .8); font-size: 13px; }
.contact-points b { display: inline-grid; width: 23px; height: 23px; place-items: center; margin-right: 9px; background: var(--gold); color: var(--wine-dark); border-radius: 50%; font-size: 11px; }
.line-steps { max-width: 520px; margin-top: 26px; padding: 16px; border: 1px solid rgba(255, 255, 255, .18); background: rgba(0, 0, 0, .12); }
.line-steps__title { margin: 0; color: #fff9ed; font-size: 12px; font-weight: 800; letter-spacing: .06em; }
.line-steps ol { display: grid; grid-template-columns: repeat(3, 1fr); gap: 9px; margin: 13px 0 0; padding: 0; list-style: none; }
.line-steps li { display: flex; min-height: 105px; flex-direction: column; gap: 5px; padding: 10px; border-left: 2px solid var(--gold); background: rgba(255, 255, 255, .06); }
.line-steps li > span { color: #e3bc72; font-size: 9px; font-weight: 900; letter-spacing: .1em; }
.line-steps li strong { color: #fff; font-size: 12px; line-height: 1.5; }
.line-steps li small { margin-top: auto; color: rgba(255, 249, 237, .64); font-size: 10px; line-height: 1.55; }
.contact-form { padding: 32px; background: #fffaf0; color: var(--ink); box-shadow: var(--shadow); }
.form-header { display: flex; align-items: baseline; justify-content: space-between; gap: 15px; margin-bottom: 23px; padding-bottom: 15px; border-bottom: 1px solid var(--line); }
.form-header span { color: var(--wine); font-size: 11px; font-weight: 800; letter-spacing: .18em; }
.form-header small { color: var(--muted); font-size: 11px; }
.contact-form label { display: block; margin-bottom: 17px; color: var(--wine); font-size: 12px; font-weight: 800; }
.contact-form label > span { margin-left: 7px; color: var(--muted); font-size: 10px; font-weight: 500; }
.contact-form input:not([type="checkbox"]), .contact-form select, .contact-form textarea { display: block; width: 100%; margin-top: 8px; padding: 13px 14px; border: 1px solid rgba(111, 23, 27, .2); border-radius: 0; outline: none; background: white; color: var(--ink); font-size: 14px; font-weight: 500; }
.contact-form input:not([type="checkbox"]):focus, .contact-form select:focus, .contact-form textarea:focus { border-color: var(--gold); box-shadow: 0 0 0 3px rgba(200, 155, 75, .17); }
.contact-form textarea { resize: vertical; }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.checkbox-label { display: flex !important; align-items: center; gap: 7px; color: var(--muted) !important; font-size: 11px !important; font-weight: 500 !important; }
.checkbox-label input { accent-color: var(--wine); }
.form-note { margin: 12px 0 0; color: var(--muted); font-size: 10px; line-height: 1.7; }
.form-message { min-height: 22px; margin: 9px 0 0; color: var(--wine); font-size: 12px; font-weight: 800; }

.site-footer { background: #1b0b0c; color: rgba(255, 249, 237, .67); }
.footer-top { display: grid; grid-template-columns: 1.2fr .8fr 1fr; gap: 60px; padding: 57px 0 48px; }
.brand--footer strong { color: #fff9ed; }
.brand--footer .brand-mark { border-color: var(--gold); color: var(--gold-light); }
.brand--footer small { color: rgba(255, 249, 237, .5); }
.footer-top p { margin: 20px 0 0; color: rgba(255, 249, 237, .55); font-size: 12px; line-height: 1.9; }
.footer-contact { display: flex; flex-direction: column; align-items: flex-start; justify-content: center; }
.footer-contact > span { color: var(--gold-light); font-size: 11px; letter-spacing: .14em; }
.footer-contact a { margin-top: 8px; color: #fff9ed; font-family: var(--serif); font-size: 25px; letter-spacing: .07em; }
.footer-contact small { margin-top: 8px; color: rgba(255, 249, 237, .45); font-size: 10px; }
.footer-links { display: grid; grid-template-columns: repeat(2, 1fr); gap: 13px 25px; align-content: center; }
.footer-links a { color: rgba(255, 249, 237, .67); font-size: 12px; }
.footer-links a:hover { color: var(--gold-light); }
.footer-bottom { display: flex; justify-content: space-between; gap: 20px; padding: 17px 0; border-top: 1px solid rgba(255, 249, 237, .12); color: rgba(255, 249, 237, .39); font-size: 10px; }
.mobile-cta { display: none; }

@media (max-width: 980px) {
  .header-note { display: none; }
  .main-nav a { padding: 12px 12px; font-size: 12px; }
  .hero, .hero__content { min-height: 580px; }
  .hero__copy { width: 63%; }
  .quick-link { padding: 16px 13px; gap: 9px; }
  .quick-link b { font-size: 12px; }
  .quick-link small { font-size: 10px; }
  .concern-grid { grid-template-columns: repeat(2, 1fr); }
  .faq-layout, .contact-layout { gap: 50px; }
}

@media (max-width: 720px) {
  body { padding-bottom: 67px; }
  .shell { width: min(100% - 34px, 560px); }
  .notice-bar { display: none; }
  .header-main { min-height: 76px; }
  .brand-mark { width: 38px; height: 38px; font-size: 20px; }
  .brand strong { font-size: 18px; }
  .brand small { font-size: 6px; }
  .header-phone { display: none; }
  .header-line { display: none; }
  .header-actions .button { min-height: 38px; padding: 0 12px; font-size: 11px; }
  .main-nav { overflow-x: auto; }
  .main-nav__inner { justify-content: flex-start; width: max-content; min-width: 100%; }
  .main-nav a { padding: 10px 13px; font-size: 11px; white-space: nowrap; }
  .hero { min-height: 650px; }
  .hero__image { background-position: 20% center; }
  .hero__shade { background: linear-gradient(180deg, rgba(37, 9, 11, .08) 0%, rgba(37, 9, 11, .6) 35%, rgba(37, 9, 11, .97) 68%, var(--wine-dark) 100%); }
  .hero__content { min-height: 650px; align-items: flex-end; }
  .hero__copy { width: 100%; padding: 30px 0 60px; }
  h1 { font-size: 37px; }
  .hero__lead { font-size: 14px; }
  .hero__actions .button { min-height: 49px; padding: 0 16px; font-size: 13px; }
  .hero__trust { gap: 8px 12px; margin-top: 22px; font-size: 10px; }
  .hero__scroll { display: none; }
  .quick-links__grid { grid-template-columns: repeat(2, 1fr); }
  .quick-link { min-height: 85px; padding: 13px 11px; }
  .quick-link:nth-child(2) { border-right: 0; }
  .quick-link:nth-child(3), .quick-link:nth-child(4) { border-top: 1px solid rgba(255, 255, 255, .16); }
  .section { padding: 72px 0; }
  .section-heading h2 { font-size: 30px; }
  .section-heading p:not(.eyebrow) { font-size: 13px; }
  .concern-grid, .strength-grid, .plan-grid { grid-template-columns: 1fr; }
  .concern-card { min-height: 0; padding: 24px 21px; }
  .concern-card__photo { width: calc(100% + 42px); height: 126px; margin: -24px -21px 20px; }
  .statement-band__inner { min-height: 210px; padding: 30px 15px; }
  .statement-band p { font-size: 19px; }
  .split-heading { grid-template-columns: 1fr; gap: 18px; }
  .split-heading__intro { margin: 0; font-size: 13px; }
  .strength-card--wide { grid-column: auto; display: block; min-height: 0; }
  .strength-card--wide .strength-card__meta { margin-bottom: 22px; }
  .strength-card { min-height: 0; padding: 24px 21px 44px; }
  .proof-row { display: block; }
  .proof-row__items { justify-content: flex-start; margin-top: 13px; }
  .plan-card--featured { transform: none; }
  .report-demo { grid-template-columns: 1fr; gap: 20px; }
  .report-paper { padding: 24px 18px 19px; }
  .report-paper h3 { font-size: 20px; }
  .report-meta { grid-template-columns: repeat(2, 1fr); gap: 12px; }
  .report-timeline::before { left: 59px; }
  .report-timeline > div { grid-template-columns: 44px 31px 1fr; }
  .report-timeline p b { font-size: 11px; }
  .report-timeline p small { font-size: 10px; }
  .line-callout { align-items: flex-start; flex-direction: column; gap: 13px; }
  .line-callout .button { width: 100%; }
  .line-steps ol { grid-template-columns: 1fr; }
  .line-steps li { min-height: auto; }
  .plan-card { padding: 25px 22px; }
  .flow-item { grid-template-columns: 48px 1fr 18px; gap: 14px; padding: 21px 0 25px; }
  .flow-item__no { width: 45px; height: 45px; font-size: 13px; }
  .flow-item h3 { font-size: 19px; }
  .flow-item p { font-size: 12px; }
  .case-banner__inner { min-height: 270px; display: block; padding-top: 50px; padding-bottom: 50px; }
  .case-banner h2 { font-size: 29px; }
  .case-banner .button { margin-top: 25px; }
  .faq-layout, .contact-layout { grid-template-columns: 1fr; gap: 35px; }
  .faq-list summary { grid-template-columns: 29px 1fr auto; gap: 10px; }
  .faq-list summary b { font-size: 13px; }
  .faq-list details p { margin-left: 39px; font-size: 12px; }
  .contact-copy { padding-top: 0; }
  .contact-form { padding: 23px 18px; }
  .form-grid { grid-template-columns: 1fr; gap: 0; }
  .footer-top { grid-template-columns: 1fr; gap: 34px; padding: 48px 0 35px; }
  .footer-contact { align-items: flex-start; }
  .footer-links { gap: 12px; }
  .footer-bottom { display: block; padding-bottom: 85px; font-size: 9px; }
  .footer-bottom span { display: block; }
  .footer-bottom span + span { margin-top: 8px; }
  .mobile-cta { position: fixed; z-index: 20; right: 0; bottom: 0; left: 0; display: grid; grid-template-columns: 1fr 1fr; background: var(--wine-dark); box-shadow: 0 -4px 18px rgba(0, 0, 0, .15); }
  .mobile-cta a { display: flex; align-items: center; justify-content: center; gap: 8px; min-height: 67px; color: #fff9ed; font-size: 12px; font-weight: 800; }
  .mobile-cta a + a { background: var(--gold); color: var(--wine-dark); }
  .mobile-cta span { font-size: 17px; }
}
