:root {
  --navy: #08101f;
  --navy-2: #0b1830;
  --navy-3: #122342;
  --gold: #e7cb82;
  --gold-deep: #b89543;
  --ivory: #f7f3ea;
  --paper: #ede8de;
  --red: #b3202a;
  --ink: #111827;
  --serif: "Yu Mincho", "Hiragino Mincho ProN", "Noto Serif JP", serif;
  --sans: "Yu Mincho", "Hiragino Mincho ProN", "Noto Serif JP", serif;
}

* { box-sizing: border-box; }
body, button, a, time, strong, b { font-variant-numeric: tabular-nums lining-nums; }
html { scroll-behavior: smooth; background: #d9d7d2; }
body { margin: 0; color: var(--ink); font-family: var(--serif); background: radial-gradient(circle at 50% 0, #f4f2ed 0, #ceccc6 70%); }
body.modal-open { overflow: hidden; }
a { color: inherit; }
img { display: block; max-width: 100%; }
.phone-canvas { width: min(100%, 430px); margin: 0 auto; overflow: hidden; background: var(--ivory); box-shadow: 0 0 60px rgba(8, 16, 31, .22); }

.site-header { height: 62px; display: flex; align-items: center; justify-content: space-between; padding: 0 16px; color: white; background: var(--navy); border-bottom: 1px solid rgba(231, 203, 130, .45); position: relative; z-index: 5; }
.brand { display: flex; gap: 9px; align-items: center; text-decoration: none; }
.brand-mark { width: 31px; height: 31px; border: 1px solid var(--gold); display: grid; place-items: center; color: var(--gold); font-family: var(--serif); font-size: 11px; transform: rotate(45deg); }
.brand-mark::first-line { transform: rotate(-45deg); }
.brand b { display: block; font-family: Georgia, serif; letter-spacing: .06em; }
.brand small { display: block; font-size: 8px; letter-spacing: .12em; opacity: .78; }
.header-cta { padding: 10px 13px; border: 1px solid var(--gold); color: var(--gold); font-size: 11px; font-weight: 700; letter-spacing: .08em; text-decoration: none; }

.sr-only { position: absolute !important; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }
.hero { position: relative; color: white; background: var(--navy); }
.hero-banner { width: 100%; height: auto; display: block; }
.hero-cta-strip { padding: 34px 22px 28px; color: white; background: var(--navy); text-align: center; border-top: 1px solid rgba(231,203,130,.35); }
.hero-cta-strip p { margin: 21px 0 0; color: var(--gold); font-size: 16px; line-height: 1.75; font-weight: 700; letter-spacing: .08em; }
.hero-photo { position: relative; height: 265px; overflow: hidden; }
.hero-photo img { width: 100%; height: 430px; object-fit: cover; object-position: top center; }
.hero-photo-shade { position: absolute; inset: 0; background: linear-gradient(to bottom, transparent 45%, var(--navy) 100%); }
.hero-eyebrow { position: absolute; top: 18px; left: 16px; max-width: 150px; padding: 13px 15px; color: var(--navy); font-family: var(--serif); font-weight: 700; font-size: 16px; line-height: 1.6; background: linear-gradient(135deg, #f9edc2, #d7af50); border: 1px solid #fff0b8; clip-path: polygon(0 0, 100% 0, 82% 100%, 0 100%); box-shadow: 0 6px 22px rgba(0, 0, 0, .2); }
.hero-eyebrow strong { font-size: 24px; }
.hero-copy { padding: 0 22px 35px; text-align: center; position: relative; }
.hero-lead { margin: -2px 0 8px; color: var(--gold); font-family: var(--serif); font-size: 18px; letter-spacing: .13em; }
.hero-lead span { font-size: 28px; }
.hero h1 { margin: 0; font-family: var(--serif); font-size: clamp(27px, 8vw, 37px); line-height: 1.48; font-weight: 600; letter-spacing: .03em; text-shadow: 0 2px 12px #000; }
.hero h1 em { color: var(--gold); font-style: normal; border-bottom: 1px solid var(--gold); }
.system-line { margin: 20px auto 4px; display: flex; align-items: center; justify-content: center; gap: 8px; }
.system-line span { padding: 8px 13px; border: 1px solid var(--gold); color: var(--gold); font-family: var(--serif); font-size: 16px; }
.system-line b { color: var(--gold); font-weight: 400; }
.system-caption { margin: 4px 0 23px; color: var(--gold); letter-spacing: .28em; font-weight: 700; }
.hero-event { padding: 20px 8px 17px; border-top: 1px solid rgba(231, 203, 130, .4); }
.hero-event small { color: var(--gold); font-family: var(--serif); font-size: 17px; letter-spacing: .2em; }
.hero-event h2 { margin: 5px 0 0; font-family: var(--serif); font-size: 35px; line-height: 1.25; font-weight: 500; }
.hero-event h2 span { font-size: 24px; color: var(--gold); }
.date-card { padding: 14px 12px; margin: 0 auto 20px; border-block: 1px solid rgba(231, 203, 130, .5); }
.date-main { display: flex; align-items: baseline; justify-content: center; gap: 12px; color: var(--gold); }
.date-main span { font-family: Georgia, serif; font-size: 12px; letter-spacing: .1em; }
.date-main strong { font-family: Georgia, serif; font-size: 58px; line-height: 1; font-weight: 400; }
.date-time { margin-top: 6px; font-family: Georgia, var(--serif); font-size: 20px; }
.date-time small { display: block; margin-top: 5px; color: var(--gold); font-family: var(--sans); font-size: 11px; }

.cta-wrap { position: relative; padding: 15px; color: white; background: linear-gradient(155deg, #142a4c, var(--navy)); border: 2px solid var(--gold); box-shadow: 0 13px 28px rgba(0,0,0,.25), inset 0 0 0 4px rgba(231,203,130,.1); text-align: center; }
.limited-badge { position: static; display: block; width: max-content; min-width: 170px; margin: 0 auto 11px; padding: 6px 17px; color: white; background: var(--red); border: 1px solid #ee9ca2; border-radius: 0; font-size: 13px; font-weight: 700; letter-spacing: .12em; box-shadow: none; }
.cta-button { min-height: 69px; padding: 13px 12px; display: flex; align-items: center; justify-content: center; gap: 8px; color: #171104; background: linear-gradient(135deg, #fff3c9 0%, #d6ae50 45%, #f7e6ad 100%); border: 1px solid #fff1bd; box-shadow: 0 5px 0 #8f6d25, 0 10px 20px rgba(0, 0, 0, .28); font-family: var(--serif); font-size: 20px; line-height: 1.35; font-weight: 700; letter-spacing: .03em; text-shadow: 0 1px rgba(255,255,255,.55); text-decoration: none; transition: transform .2s, filter .2s; }
.cta-button span { white-space: nowrap; font-weight: 900; -webkit-text-stroke: .25px currentColor; }
.cta-button:active { transform: translateY(5px); box-shadow: 0 3px 0 #8f6d25; }
.cta-button b { font-family: var(--sans); font-size: 22px; }
.hero-note { margin: 18px 0 0; font-size: 11px; color: #ddd6c7; }

.section { position: relative; padding: 66px 24px; }
.section.light { background: var(--ivory); }
.section-kicker { margin-bottom: 10px; color: var(--gold-deep); font-family: Georgia, serif; font-size: 11px; letter-spacing: .28em; text-align: center; }
.section-kicker::before, .section-kicker::after { content: ""; width: 27px; height: 1px; display: inline-block; vertical-align: middle; margin: 0 10px; background: currentColor; }
.section-kicker.gold { color: var(--gold); }
.section-title { margin: 0 0 32px; color: var(--navy); font-family: var(--serif); font-size: 30px; line-height: 1.5; font-weight: 600; letter-spacing: .04em; text-align: center; }
.section-title span { color: var(--gold-deep); }
.section-title.inverse { color: white; }

.recommended { background-image: linear-gradient(rgba(255,255,255,.72), rgba(255,255,255,.92)), repeating-linear-gradient(0deg, rgba(80,70,50,.03) 0 1px, transparent 1px 4px); }
.recommended, .recommended p, .recommended li { font-weight: 700; }
.recommended .section-kicker { font-weight: 700; }
.check-list { margin: 0; padding: 0; list-style: none; }
.check-list li { position: relative; margin: 0 0 12px; padding: 15px 13px 15px 45px; background: white; border-left: 2px solid var(--gold-deep); box-shadow: 0 5px 16px rgba(8, 16, 31, .08); font-size: 14px; line-height: 1.75; }
.check-list li::before { content: "✓"; position: absolute; left: 15px; top: 16px; width: 20px; height: 20px; display: grid; place-items: center; color: white; background: var(--navy-2); border-radius: 50%; font-size: 12px; font-weight: 700; }
.caution-box { margin-top: 23px; padding: 16px; border: 1px solid #bc7f7f; background: #fff5f3; text-align: center; }
.caution-box b { color: var(--red); font-family: var(--serif); }
.caution-box p { margin: 7px 0 0; font-size: 12px; line-height: 1.7; }
.caution-box strong { color: var(--red); }

.story { overflow: hidden; color: #f4f0e7; background: linear-gradient(155deg, var(--navy-3), var(--navy) 65%); }
.story::before { content: ""; position: absolute; top: 0; left: 14px; width: 1px; height: 100%; background: rgba(231, 203, 130, .24); }
.story::after { content: ""; position: absolute; top: 0; right: 14px; width: 1px; height: 100%; background: rgba(231, 203, 130, .24); }
.story-number { margin: 12px auto 30px; padding: 0 4px 15px; display: flex; align-items: baseline; justify-content: center; color: var(--gold); border-bottom: 1px solid rgba(231,203,130,.55); font-variant-numeric: tabular-nums lining-nums; }
.story-number .story-label { margin-right: 7px; font-size: 12px; }
.number-pair { display: inline-flex; align-items: baseline; margin: 0; white-space: nowrap; }
.story-number strong { font-family: Georgia, serif; font-size: 65px; line-height: 1; font-weight: 400; }
.story-number i { font-family: var(--serif); font-size: 16px; font-style: normal; }
.story-number > b { margin: 0 10px; font-size: 25px; line-height: 1; font-weight: 400; }
.story > p { font-size: 14px; line-height: 2.1; text-align: justify; }
.story > p strong { color: var(--gold); }
.not-model { margin-top: 28px; padding: 21px 15px; border: 1px solid var(--gold); text-align: center; }
.not-model span { display: block; color: var(--gold); font-family: Georgia, serif; font-size: 10px; letter-spacing: .25em; }
.not-model b { display: block; margin: 7px 0; font-family: var(--serif); font-size: 19px; }
.not-model p { margin: 0; font-size: 11px; }

.points { padding-top: 54px; padding-bottom: 54px; background: #e9e3d8; }
.points .section-title { margin-bottom: 20px; line-height: 1.35; }
.tour-highlight-visual { margin: 0 -8px 24px; padding: 5px; background: white; box-shadow: 0 12px 30px rgba(8,16,31,.14); }
.tour-highlight-visual img { width: 100%; height: auto; display: block; }
.tour-points-board { margin: 0 -8px; background: white; box-shadow: 0 12px 30px rgba(8,16,31,.14); }
.tour-points-board img { width: 100%; height: auto; display: block; }
.point-summary { display: grid; gap: 8px; }
.point-summary article { position: relative; min-height: 94px; display: grid; grid-template-columns: 54px 1fr; gap: 13px; align-items: center; padding: 14px; background: white; border-left: 3px solid var(--gold-deep); box-shadow: 0 5px 16px rgba(8,16,31,.08); }
.summary-no { color: var(--gold-deep); font-family: var(--serif); line-height: 1; text-align: center; }
.summary-no span { display: block; margin-bottom: 5px; font-size: 9px; font-weight: 700; white-space: nowrap; }
.summary-no b { display: block; font-family: Georgia, serif; font-size: 31px; font-weight: 400; }
.point-summary h3 { margin: 0 0 4px; color: var(--navy); font-family: var(--serif); font-size: 17px; line-height: 1.45; }
.point-summary p { margin: 0; color: #5d574c; font-size: 10px; line-height: 1.65; }
.point-summary .summary-secret { min-height: 128px; padding-top: 17px; padding-bottom: 17px; border: 3px solid var(--red); background: linear-gradient(135deg, #fff8f7, #ffe8e7); box-shadow: 0 9px 25px rgba(179,32,42,.2); }
.summary-secret .summary-no, .summary-secret h3 em { color: var(--red); }
.summary-secret h3 em { font-size: 22px; line-height: 1.45; font-style: normal; text-decoration: underline; text-decoration-thickness: 2px; text-underline-offset: 5px; }
.exclusive-badge { display: inline-block; margin: 0 0 6px !important; padding: 4px 10px; color: white !important; background: var(--red); font-size: 11px !important; font-weight: 700; letter-spacing: .1em; }
.customer-home-note { margin: 17px 0 0; color: #625b4e; font-size: 10px; line-height: 1.7; text-align: center; }
.point-card { position: relative; margin: 0 0 28px; background: white; border: 1px solid #d5c9b0; box-shadow: 0 12px 30px rgba(8, 16, 31, .12); }
.point-no { position: absolute; z-index: 2; top: -13px; left: 15px; padding: 7px 12px; color: var(--gold); background: var(--navy); font-family: Georgia, serif; font-size: 10px; letter-spacing: .12em; }
.point-no strong { margin-left: 5px; font-size: 21px; font-weight: 400; }
.point-image { height: 205px; background-image: url("assets/tour-banner.jpg"); background-repeat: no-repeat; background-size: 430px 430px; background-position: top left; }
.point-body { padding: 24px 19px 21px; }
.point-body h3 { margin: 0 0 16px; color: var(--navy); font-family: var(--serif); font-size: 23px; line-height: 1.55; }
.point-body p { font-size: 13px; line-height: 1.8; }
.house-name { padding: 10px 11px; border-left: 2px solid var(--gold-deep); background: #f5f1e8; font-family: var(--serif); font-weight: 600; }
.point-body small { display: block; color: #655f54; font-size: 10px; line-height: 1.65; }
.point-card.compact { padding-top: 24px; border-top: 4px solid var(--navy); }
.line-icon { display: inline-block; margin-bottom: 12px; color: var(--gold-deep); font-family: Georgia, serif; font-size: 9px; letter-spacing: .19em; }
.secret-card { overflow: hidden; padding-top: 36px; border: 2px solid var(--red); background: #fffafa; }
.exclusive-ribbon { position: absolute; top: 12px; right: -38px; width: 160px; transform: rotate(35deg); padding: 5px; color: white; background: var(--red); font-size: 9px; font-weight: 700; text-align: center; }
.secret-lock { width: 84px; height: 84px; margin: 13px auto 0; display: grid; place-items: center; color: white; background: var(--red); border: 5px double white; outline: 2px solid var(--red); border-radius: 50%; font-family: var(--serif); font-size: 17px; line-height: 1.2; text-align: center; transform: rotate(-7deg); }
.secret-card .point-body { text-align: center; }
.secret-card h3 em { color: var(--red); font-style: normal; font-size: 27px; text-decoration: underline; text-decoration-thickness: 1px; text-underline-offset: 6px; }
.red-label { color: var(--red); font-size: 12px !important; font-weight: 700; letter-spacing: .08em; }
.mid-cta { margin-top: 43px; }
.mid-cta small, .outline-cta small { display: block; margin-top: 17px; color: var(--gold); font-size: 10px; }

.speaker { color: #eee9dd; background: var(--navy); }
.speaker-portrait { position: relative; margin: 0 8px 27px; height: 390px; overflow: hidden; background: #c7c2b9; border: 1px solid rgba(231,203,130,.7); }
.speaker-portrait > img { width: 100%; height: 100%; object-fit: cover; object-position: 50% 38%; }
.speaker-portrait::after { content: ""; position: absolute; inset: 45% 0 0; background: linear-gradient(to top, var(--navy), transparent); pointer-events: none; }
.speaker-name { position: absolute; z-index: 2; left: 24px; bottom: 20px; }
.speaker-name small { display: block; margin-bottom: 5px; color: var(--gold); font-size: 12px; }
.speaker-name strong { font-family: var(--serif); font-size: 29px; letter-spacing: .08em; }
.speaker-name span { font-size: 14px; }
.speaker blockquote { margin: 0 0 25px; padding: 17px 15px; color: var(--gold); border-block: 1px solid rgba(231,203,130,.45); font-family: var(--serif); font-size: 17px; line-height: 1.9; text-align: center; }
.speaker > p { font-size: 13px; line-height: 2; text-align: justify; }
.achievement-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 5px; margin: 25px 0; }
.achievement-grid.four { grid-template-columns: 1fr; gap: 8px; }
.achievement-grid div { min-height: 78px; display: grid; grid-template-columns: minmax(0, 1fr) 145px; align-items: center; padding: 12px 15px; border: 1px solid rgba(231,203,130,.72); border-left: 4px solid var(--gold); background: rgba(255,255,255,.055); text-align: left; }
.achievement-grid small { display: block; color: white; font-size: 14px; line-height: 1.5; font-weight: 700; letter-spacing: .04em; }
.achievement-grid b { display: flex; align-items: baseline; justify-content: flex-end; gap: 5px; color: var(--gold); font-family: Georgia, serif; font-weight: 400; white-space: nowrap; }
.achievement-grid b span { font-size: 40px; line-height: 1; }
.achievement-grid em { min-width: 43px; font-family: var(--serif); font-size: 12px; font-style: normal; font-weight: 700; text-align: left; }
.profile-note { font-size: 11px !important; }
.draft-note { margin-top: 20px; padding: 11px 13px; color: #4b3c10; background: #fff2bd; border-left: 3px solid #bf941e; font-size: 10px; line-height: 1.6; }
.draft-note b { display: inline-block; margin-right: 5px; padding: 2px 5px; color: white; background: #8a6510; }
.cohost { margin-top: 27px; padding-top: 22px; border-top: 1px solid rgba(255,255,255,.18); text-align: center; }
.cohost small, .cohost span { display: block; font-size: 9px; letter-spacing: .15em; }
.cohost b { display: block; margin: 5px; color: var(--gold); font-family: Georgia, serif; font-size: 27px; }
.cohost img { width: min(100%, 320px); margin: 12px auto 0; padding: 0; background: transparent; }

.timeline { position: relative; }
.timeline::before { content: ""; position: absolute; left: 97px; top: 12px; bottom: 22px; width: 1px; background: #c1ad7d; }
.timeline-item { position: relative; display: grid; grid-template-columns: 88px 1fr; gap: 19px; min-height: 88px; }
.timeline-item::before { content: ""; position: absolute; left: 93px; top: 6px; width: 9px; height: 9px; background: var(--gold-deep); border: 3px solid var(--ivory); border-radius: 50%; }
.timeline-item time { padding-top: 3px; color: var(--navy); font-family: Georgia, serif; font-size: 13px; font-weight: 700; text-align: right; }
.timeline-item div { padding-bottom: 17px; }
.timeline-item b { color: var(--navy); font-family: var(--serif); font-size: 17px; }
.timeline-item p { margin: 4px 0; font-size: 11px; }
.timeline-item small { display: inline-block; padding: 3px 7px; color: #6a5840; background: #e8deca; font-size: 9px; }
.timeline-item.highlight b { color: var(--gold-deep); }
.timeline-item.social::before { background: var(--navy); }
.tiny-note { margin: 9px 0 0; color: #6b655b; font-size: 9px; line-height: 1.6; }

.outline { color: white; background: linear-gradient(160deg, #0d1e39, var(--navy)); }
.info-list { margin: 0; border-top: 1px solid rgba(231,203,130,.45); }
.info-list > div { display: grid; grid-template-columns: 87px 1fr; border-bottom: 1px solid rgba(255,255,255,.13); }
.info-list dt, .info-list dd { margin: 0; padding: 15px 8px; font-size: 12px; line-height: 1.7; }
.info-list dt { color: var(--gold); font-weight: 700; }
.info-list dd { padding-left: 13px; border-left: 1px solid rgba(255,255,255,.13); }
.info-list dd strong { color: var(--gold); font-family: var(--serif); font-size: 17px; }
.info-list dd small { display: block; margin-top: 5px; font-size: 9px; opacity: .78; }
.info-list dd small.red { color: #ff9c9c; opacity: 1; }
.fee-row dd span { display: block; }
.fee-row dd b { color: var(--gold); font-family: Georgia, serif; font-size: 18px; }
.outline-cta { margin-top: 43px; }

.accordion details { margin-bottom: 10px; background: white; border: 1px solid #ded7c8; box-shadow: 0 3px 12px rgba(8,16,31,.06); }
.accordion summary { position: relative; display: flex; align-items: center; gap: 11px; padding: 16px 34px 16px 13px; color: var(--navy); font-weight: 700; font-size: 13px; line-height: 1.55; cursor: pointer; list-style: none; }
.accordion summary::-webkit-details-marker { display: none; }
.accordion summary::after { content: "+"; position: absolute; right: 14px; color: var(--gold-deep); font-size: 20px; font-weight: 400; }
.accordion details[open] summary::after { content: "−"; }
.accordion summary span, .answer > span { flex: 0 0 27px; height: 27px; display: grid; place-items: center; color: white; background: var(--navy); border-radius: 50%; font-family: Georgia, serif; }
.answer { display: flex; gap: 11px; padding: 0 13px 17px; border-top: 1px solid #eee7da; }
.answer > span { margin-top: 14px; color: var(--navy); background: var(--gold); }
.answer p { margin: 13px 0 0; font-size: 12px; line-height: 1.8; }

.final-cta { padding: 68px 24px 76px; color: white; background: radial-gradient(circle at 50% 0, #183458, var(--navy) 58%); text-align: center; border-top: 3px solid var(--gold); }
.final-kicker { color: var(--gold); font-family: Georgia, serif; font-size: 10px; letter-spacing: .3em; }
.final-cta h2 { margin: 15px 0 22px; font-family: var(--serif); font-size: 27px; line-height: 1.55; }
.final-cta h2 span { color: var(--gold); font-size: 31px; }
.capacity { width: 235px; margin: 0 auto 20px; padding: 12px; border: 1px solid var(--gold); }
.capacity strong, .capacity b { display: block; }
.capacity strong { color: var(--gold); font-family: var(--serif); }
.capacity strong span { font-family: Georgia, serif; font-size: 31px; }
.capacity b { margin-top: 4px; font-size: 11px; }
.final-cta > p:not(.final-kicker) { font-size: 12px; line-height: 1.8; }
.hubspot-placeholder { margin-top: 35px; }
.cta-button.large { min-height: 70px; font-size: 20px; }
.hubspot-placeholder small { display: block; margin-top: 20px; color: #a9afbb; font-size: 9px; }
.hubspot-form-target { min-height: 420px; padding: 22px 16px; color: var(--navy); background: white; border: 1px solid var(--gold); text-align: left; }
.hubspot-form-target:empty::before { content: "お申し込みフォームを読み込んでいます…"; display: block; color: #5e6470; font-size: 12px; text-align: center; }

.tl-about { padding: 70px 30px; color: var(--navy); background: #fff; font-family: var(--serif); }
.tl-about * { box-sizing: border-box; }
.tl-about__eyebrow { margin: 0 0 12px; color: var(--gold-deep); font-size: 11px; font-weight: 700; letter-spacing: .13em; }
.tl-about__title { margin: 0 0 30px; font-size: clamp(28px, 8vw, 36px); font-weight: 700; letter-spacing: -.04em; line-height: 1.35; }
.tl-about__title::after { display: block; width: 52px; height: 3px; margin-top: 18px; background: linear-gradient(90deg, var(--gold-deep), var(--gold)); content: ""; }
.tl-about__lead { margin: -5px 0 22px; font-size: 18px; font-weight: 700; line-height: 1.75; }
.tl-about__lead strong { color: var(--navy-2); font-size: 20px; }
.tl-about__copy { margin: 22px 0 0; color: #1c2d45; font-size: 14px; line-height: 1.9; font-weight: 700; }
.tl-about__metric { display: flex; flex-direction: column; align-items: center; gap: 14px; margin: 28px 0 20px; padding: 23px 20px; border-block: 1px solid var(--gold-deep); background: #f7f3e9; text-align: center; }
.tl-about__metric strong { display: flex; align-items: baseline; justify-content: center; gap: 6px; color: var(--gold-deep); line-height: 1; }
.tl-about__metric strong b { font: 700 62px/1 Georgia, serif; }
.tl-about__metric small { font-size: 17px; font-weight: 700; }
.tl-about__metric span { padding: 8px 22px; color: white; background: var(--navy); border: 1px solid var(--gold-deep); font-size: 16px; font-weight: 700; line-height: 1.6; letter-spacing: .08em; }
.tl-about__tags { display: flex; flex-wrap: wrap; gap: 7px; margin: 0 0 34px; padding: 0; list-style: none; }
.tl-about__tags li { padding: 8px 11px; color: #fff; background: var(--navy); font-size: 11px; font-weight: 700; }
.tl-about__proof { margin: 0 0 22px; padding: 18px 14px; background: #f5f3ee; box-shadow: 0 9px 24px rgba(7,24,47,.12); }
.tl-about__proof--award { margin-bottom: 0; }
.tl-about__proof figcaption { margin: 0 0 14px; color: var(--navy-2); font-size: 11px; font-weight: 700; letter-spacing: .08em; text-align: center; }
.tl-about__proof img { display: block; width: 100%; height: auto; background: #fff; }
.tl-about__proof:first-of-type img { min-height: 208px; padding: 4px; object-fit: contain; }
.tl-about__proof--award img { padding: 12px 4px; }

.footer { padding: 44px 24px 108px; color: #aeb4be; background: #050b15; text-align: center; }
.footer-brand b { display: block; color: var(--gold); font-family: Georgia, serif; font-size: 27px; }
.footer-brand span { display: block; margin-top: 3px; font-size: 9px; letter-spacing: .15em; }
.footer-brand img { width: min(100%, 320px); margin: 0 auto 20px; padding: 0; background: transparent; }
.footer > p { font-size: 10px; line-height: 1.8; text-align: left; }
.footer-company { padding: 20px 18px; border: 1px solid rgba(231,203,130,.35); text-align: left; }
.footer-company h2 { margin: 0 0 17px; color: var(--gold); font-size: 19px; letter-spacing: .04em; }
.footer-company p, .footer-company address { margin: 0 0 18px; color: #d5d9df; font-size: 11px; line-height: 1.85; font-style: normal; }
.footer-company p:last-child, .footer-company address:last-child { margin-bottom: 0; }
.footer-company b { display: block; margin-bottom: 2px; color: white; }
.footer-company a { color: var(--gold); overflow-wrap: anywhere; }
.footer .privacy-copy { margin-top: 24px; color: #848b96; font-size: 9px; }
.text-link { margin: 10px 0 15px; padding: 0; color: #cbd0d8; background: none; border: 0; border-bottom: 1px solid currentColor; font: inherit; font-size: 10px; cursor: pointer; }
.footer-note { text-align: left; }
.footer > small { display: block; margin-top: 25px; font-size: 8px; }

.sticky-cta { position: fixed; z-index: 20; left: 50%; bottom: 0; width: min(100%, 430px); transform: translateX(-50%); padding: 8px max(12px, env(safe-area-inset-right)) calc(8px + env(safe-area-inset-bottom)) max(12px, env(safe-area-inset-left)); background: rgba(8, 16, 31, .94); backdrop-filter: blur(8px); border-top: 1px solid rgba(231,203,130,.45); transition: transform .25s ease, opacity .25s ease; }
.sticky-cta.is-hidden { transform: translate(-50%, calc(100% + 10px)); opacity: 0; pointer-events: none; }
.sticky-cta a { min-height: 54px; display: grid; grid-template-columns: 70px 1fr 25px; align-items: center; padding: 6px 15px; color: var(--navy); background: linear-gradient(135deg, #f3e4ac, #d2a845); text-decoration: none; box-shadow: 0 4px 15px rgba(0,0,0,.28); }
.sticky-cta small { padding-right: 8px; border-right: 1px solid rgba(8,16,31,.25); font-size: 9px; }
.sticky-cta strong { font-family: var(--serif); font-size: 17px; text-align: center; }
.sticky-cta span { font-size: 22px; }

.modal { width: min(calc(100% - 36px), 370px); padding: 34px 25px 25px; color: var(--ink); background: var(--ivory); border: 1px solid var(--gold-deep); box-shadow: 0 20px 80px rgba(0,0,0,.5); text-align: center; }
.modal::backdrop { background: rgba(1, 6, 15, .82); backdrop-filter: blur(4px); }
.modal-close { position: absolute; top: 8px; right: 10px; width: 35px; height: 35px; color: #4b4b4b; background: transparent; border: 0; font-size: 25px; cursor: pointer; }
.modal-icon { width: 47px; height: 47px; margin: 0 auto 15px; display: grid; place-items: center; color: var(--gold); background: var(--navy); font-family: Georgia, serif; }
.modal h2 { color: var(--navy); font-family: var(--serif); font-size: 21px; }
.modal p { font-size: 12px; line-height: 1.8; }
.modal-note { padding: 10px; background: #e9e3d7; }
.modal-ok { width: 100%; min-height: 48px; margin-top: 12px; color: white; background: var(--navy); border: 0; font-weight: 700; cursor: pointer; }

@media (hover: hover) {
  .cta-button:hover, .sticky-cta a:hover { filter: brightness(1.08); }
}

@media (max-width: 389px) {
  .section { padding-inline: 19px; }
  .hero-copy { padding-inline: 17px; }
  .system-line { gap: 5px; }
  .system-line span { padding-inline: 10px; }
  .hero-event h2 { font-size: 31px; }
  .point-body h3 { font-size: 21px; }
  .info-list > div { grid-template-columns: 80px 1fr; }
  .tl-about { padding-right: 24px; padding-left: 24px; }
  .tl-about__title { font-size: 27px; }
}

@media (min-width: 431px) {
  body { padding-block: 28px; }
  .phone-canvas { border-radius: 4px; }
}

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