:root {
  --navy: #0e1b31;
  --navy-2: #172843;
  --ink: #172238;
  --muted: #5f6d80;
  --peach: #f1a07c;
  --orange: #e87952;
  --soft: #f4f6f8;
  --line: #d8dee6;
  --white: #fff;
  --max: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 86px; }
body { margin: 0; color: var(--ink); background: #fff; font-family: "Noto Sans JP", sans-serif; font-size: 16px; line-height: 1.85; -webkit-font-smoothing: antialiased; }
a { color: inherit; text-decoration: none; }
button { font: inherit; }
.skip-link { position: fixed; top: -100px; left: 16px; z-index: 100; padding: 10px 16px; background: #fff; color: #111; }
.skip-link:focus { top: 16px; }
.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; }
.section-inner { width: min(calc(100% - 48px), var(--max)); margin-inline: auto; }
.section-dark { color: #fff; background: var(--navy); }
.section-soft { background: var(--soft); }
.mobile-only { display: none; }

.site-header { position: absolute; inset: 0 0 auto; z-index: 20; color: #fff; border-bottom: 1px solid rgba(255,255,255,.18); }
.header-inner { width: min(calc(100% - 48px), 1360px); height: 86px; margin-inline: auto; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.brand { display: inline-flex; align-items: center; gap: 12px; flex: none; }
.brand-mark { width: 40px; height: 40px; border: 2px solid currentColor; border-radius: 50%; display: grid; place-items: center; flex: none; }
.brand-mark > span, .brand-mark > i { width: 14px; height: 14px; border: 2px solid currentColor; transform: rotate(45deg); }
.brand-mark.large { width: 62px; height: 62px; border-width: 2.5px; }
.brand-mark.large > span, .brand-mark.large > i { width: 21px; height: 21px; }
.brand-copy { display: grid; line-height: 1.05; }
.brand-copy strong { font-size: 1rem; font-weight: 900; letter-spacing: .13em; }
.brand-copy small { margin-top: 7px; font-size: .62rem; letter-spacing: .12em; opacity: .72; }
.global-nav { display: flex; align-items: center; gap: clamp(15px, 1.8vw, 28px); font-size: .78rem; font-weight: 700; letter-spacing: .04em; }
.global-nav > a:not(.nav-cta):not(.nav-phone) { padding: 10px 0; border-bottom: 1px solid transparent; }
.global-nav > a:not(.nav-cta):not(.nav-phone):hover { border-color: var(--peach); }
.nav-phone { display: grid; padding-left: 20px; border-left: 1px solid rgba(255,255,255,.28); font-size: .95rem; line-height: 1.2; letter-spacing: .04em; }
.nav-phone small { margin-bottom: 2px; font-size: .57rem; font-weight: 500; opacity: .68; }
.nav-cta { padding: 12px 20px; color: #fff; background: var(--orange); }
.nav-cta:hover { background: #f08a64; }
.menu-button { display: none; width: 42px; padding: 7px; color: inherit; background: transparent; border: 0; }
.menu-button > span:not(.sr-only) { display: block; height: 1px; margin: 6px 0; background: currentColor; transition: .2s; }

.hero { position: relative; min-height: 780px; height: 100svh; max-height: 920px; display: flex; align-items: center; padding-bottom: 100px; overflow: hidden; color: #fff; background: var(--navy); }
.hero-image { position: absolute; inset: 0; background: url("./assets/tokyo-apartment.jpg") center/cover no-repeat; transform: scale(1.015); }
.hero-shade { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(6,14,28,.96) 0%, rgba(8,20,39,.88) 43%, rgba(7,18,35,.38) 75%, rgba(7,18,35,.18) 100%), linear-gradient(0deg, rgba(8,17,32,.58), transparent 45%); }
.hero-inner { position: relative; z-index: 2; width: min(calc(100% - 48px), var(--max)); margin: 60px auto 0; display: grid; grid-template-columns: minmax(0, 1fr) 265px; gap: 50px; align-items: end; }
.hero-copy { max-width: 820px; }
.eyebrow, .section-kicker { margin: 0 0 20px; color: var(--orange); font-size: .73rem; line-height: 1; font-weight: 900; letter-spacing: .16em; }
.eyebrow { display: flex; align-items: center; color: #fff; }
.eyebrow > span { width: 36px; height: 1px; margin-right: 12px; background: var(--peach); }
.hero h1 { margin: 0; font-family: "Zen Old Mincho", serif; font-size: clamp(3.25rem, 5.8vw, 6.2rem); line-height: 1.2; letter-spacing: .015em; }
.hero h1 em { color: var(--peach); font-style: normal; }
.hero-lead { margin: 25px 0 28px; color: rgba(255,255,255,.9); font-size: clamp(1rem, 1.4vw, 1.16rem); line-height: 2; }
.hero-actions { display: flex; gap: 12px; }
.button { min-height: 58px; padding: 14px 24px; display: inline-flex; align-items: center; justify-content: center; gap: 24px; font-weight: 800; letter-spacing: .03em; border: 1px solid transparent; transition: transform .2s, background .2s, border-color .2s; }
.button:hover { transform: translateY(-2px); }
.button-primary { color: #fff; background: var(--orange); }
.button-primary:hover { background: #f08b66; }
.button-secondary { color: #fff; border-color: rgba(255,255,255,.62); }
.button-secondary:hover { background: rgba(255,255,255,.1); border-color: #fff; }
.button-white { color: var(--navy); background: #fff; }
.button-white:hover { background: #f7f8fa; }
.button.wide { width: 100%; }
.hero-micro { margin: 15px 0 0; color: rgba(255,255,255,.58); font-size: .72rem; letter-spacing: .04em; }
.hero-contact { padding: 22px 18px; text-align: center; background: rgba(8,18,35,.5); border: 1px solid rgba(255,255,255,.34); backdrop-filter: blur(8px); }
.hero-contact p { margin: 0 0 5px; font-size: .72rem; letter-spacing: .08em; }
.hero-contact a { display: block; color: var(--peach); font-family: "Zen Old Mincho", serif; font-size: 1.65rem; line-height: 1.4; }
.hero-contact span { font-size: .65rem; opacity: .65; }
.trust-bar { position: absolute; inset: auto 0 0; z-index: 2; min-height: 98px; display: grid; grid-template-columns: repeat(4,1fr); padding-inline: max(24px, calc((100% - var(--max))/2)); background: rgba(5,14,28,.89); border-top: 1px solid rgba(255,255,255,.2); backdrop-filter: blur(8px); }
.trust-bar > div { padding: 22px 26px; display: grid; align-content: center; }
.trust-bar > div + div { border-left: 1px solid rgba(255,255,255,.16); }
.trust-bar span { margin-bottom: 5px; color: var(--peach); font-size: .61rem; font-weight: 900; letter-spacing: .17em; }
.trust-bar strong { font-size: .79rem; line-height: 1.5; }

.section-heading h2 { margin: 0 0 26px; font-family: "Zen Old Mincho", serif; font-size: clamp(2.2rem, 4vw, 4.15rem); line-height: 1.4; letter-spacing: .02em; }
.section-heading > p:not(.section-kicker) { max-width: 720px; margin: 0; color: var(--muted); }
.section-heading.center { text-align: center; }
.section-heading.center > p:not(.section-kicker) { margin-inline: auto; }
.section-heading.compact h2 { font-size: clamp(2rem, 3.3vw, 3.25rem); }
.section-heading.inverse > p:not(.section-kicker) { color: rgba(255,255,255,.67); }
.section-heading h2 em { color: var(--peach); font-style: normal; }
.section-kicker.light { color: var(--peach); }

.intent { padding: 118px 0 130px; }
.intent-grid { margin-top: 55px; display: grid; grid-template-columns: repeat(3,1fr); gap: 18px; }
.intent-card { position: relative; min-height: 425px; padding: 38px 34px 30px; display: flex; flex-direction: column; border: 1px solid var(--line); box-shadow: 0 12px 32px rgba(20,34,56,.05); transition: transform .25s, box-shadow .25s, border-color .25s; }
.intent-card:hover { transform: translateY(-7px); border-color: var(--peach); box-shadow: 0 24px 46px rgba(20,34,56,.12); }
.intent-card.featured { color: #fff; background: var(--navy); border-color: var(--navy); }
.intent-no { position: absolute; top: 25px; right: 28px; color: #a7b0be; font-size: .68rem; font-weight: 900; letter-spacing: .12em; }
.intent-card > p { margin: 12px 0 14px; color: var(--orange); font-size: .72rem; font-weight: 900; letter-spacing: .1em; }
.intent-card h3 { margin: 0 0 27px; font-family: "Zen Old Mincho", serif; font-size: clamp(1.55rem, 2.1vw, 2rem); line-height: 1.55; }
.intent-card ul { margin: 0; padding: 20px 0 25px; list-style: none; border-top: 1px solid var(--line); }
.intent-card li { position: relative; padding-left: 17px; color: var(--muted); font-size: .85rem; }
.intent-card li::before { content: ""; position: absolute; left: 0; top: .85em; width: 7px; height: 1px; background: var(--orange); }
.intent-card.featured ul { border-color: rgba(255,255,255,.18); }
.intent-card.featured li { color: rgba(255,255,255,.68); }
.intent-card > strong { margin-top: auto; padding-top: 20px; display: flex; justify-content: space-between; border-top: 1px solid var(--line); font-size: .86rem; }
.intent-card.featured > strong { border-color: rgba(255,255,255,.18); }
.intent-card > strong span { color: var(--orange); }

.result { padding: 122px 0; }
.result-grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: 11%; }
.result-list { border-top: 1px solid rgba(255,255,255,.2); }
.result-list article { padding: 30px 0; display: grid; grid-template-columns: 55px 1fr; gap: 20px; border-bottom: 1px solid rgba(255,255,255,.2); }
.result-list article > span { color: var(--peach); font-size: .72rem; font-weight: 900; letter-spacing: .1em; }
.result-list h3 { margin: 0 0 8px; font-family: "Zen Old Mincho", serif; font-size: 1.4rem; }
.result-list p { margin: 0; color: rgba(255,255,255,.64); font-size: .9rem; }

.service { padding: 135px 0; }
.service-heading { display: grid; grid-template-columns: 1.05fr .75fr; gap: 12%; align-items: end; }
.service-heading > p { margin: 0 0 34px; color: var(--muted); }
.service-table { margin-top: 55px; border-top: 2px solid var(--navy); }
.service-row { min-height: 94px; display: grid; grid-template-columns: 1.05fr 1.65fr 1fr; align-items: center; border-bottom: 1px solid var(--line); }
.service-row > span { padding: 22px 28px; font-size: .88rem; }
.service-row > span + span { border-left: 1px solid var(--line); }
.service-row > span:first-child { font-weight: 800; }
.service-row b { margin-right: 16px; color: var(--orange); font-size: .67rem; letter-spacing: .1em; }
.service-row > span:last-child { color: var(--orange); font-weight: 800; }
.service-head { min-height: 56px; color: #fff; background: var(--navy); }
.service-head > span { padding-block: 14px; font-size: .72rem; font-weight: 700; letter-spacing: .06em; }
.service-head > span + span { border-color: rgba(255,255,255,.15); }
.service-head > span:last-child { color: #fff; }
.service-note { margin: 15px 0 0; color: var(--muted); font-size: .73rem; }
.inline-cta { margin-top: 52px; padding: 30px 34px; display: flex; align-items: center; justify-content: space-between; gap: 32px; color: #fff; background: var(--navy); }
.inline-cta > div { display: grid; }
.inline-cta > div span { margin-bottom: 5px; color: var(--peach); font-size: .7rem; font-weight: 800; letter-spacing: .08em; }
.inline-cta > div strong { font-family: "Zen Old Mincho", serif; font-size: 1.2rem; }

.difference { padding: 130px 0 145px; }
.difference-grid { margin-top: 62px; display: grid; grid-template-columns: repeat(3,1fr); gap: 0; border-top: 1px solid #bac3cf; border-bottom: 1px solid #bac3cf; }
.difference-grid article { min-height: 355px; padding: 38px 34px; }
.difference-grid article + article { border-left: 1px solid #bac3cf; }
.difference-grid article > span { color: var(--orange); font-size: .7rem; font-weight: 900; letter-spacing: .12em; }
.difference-grid h3 { margin: 27px 0 22px; font-family: "Zen Old Mincho", serif; font-size: 1.65rem; line-height: 1.55; }
.difference-grid p { margin: 0; color: var(--muted); font-size: .9rem; }
.credibility { margin-top: 70px; padding: 42px 46px; display: grid; grid-template-columns: 190px 1fr 1.1fr; gap: 45px; align-items: center; color: #fff; background: var(--navy); }
.credibility-mark { display: flex; align-items: center; gap: 18px; }
.credibility-mark p { margin: 0; color: rgba(255,255,255,.55); font-size: .59rem; line-height: 1.5; letter-spacing: .12em; }
.credibility h3 { margin: 0; font-family: "Zen Old Mincho", serif; font-size: 1.45rem; line-height: 1.55; }
.credibility dl { margin: 0; border-top: 1px solid rgba(255,255,255,.18); }
.credibility dl > div { padding: 9px 0; display: grid; grid-template-columns: 80px 1fr; border-bottom: 1px solid rgba(255,255,255,.18); }
.credibility dt { color: var(--peach); font-size: .7rem; }
.credibility dd { margin: 0; font-size: .78rem; }

.process { padding: 135px 0; }
.process-grid { display: grid; grid-template-columns: .72fr 1.28fr; gap: 11%; align-items: start; }
.sticky-heading { position: sticky; top: 110px; }
.text-link { display: inline-block; margin-top: 25px; color: var(--orange); font-size: .85rem; font-weight: 800; }
.process-list { margin: 0; padding: 0; list-style: none; border-top: 2px solid var(--navy); }
.process-list li { min-height: 152px; padding: 30px 5px; display: grid; grid-template-columns: 75px 1fr; gap: 30px; border-bottom: 1px solid var(--line); }
.process-list li > span { color: var(--orange); font-family: "Zen Old Mincho", serif; font-size: 1.8rem; }
.process-list p { margin: 0 0 2px; color: var(--orange); font-size: .68rem; font-weight: 900; letter-spacing: .12em; }
.process-list h3 { margin: 0 0 10px; font-family: "Zen Old Mincho", serif; font-size: 1.35rem; }
.process-list small { color: var(--muted); font-size: .86rem; }

.contact { padding: 105px 0; color: #fff; background: linear-gradient(135deg, #d96643, #f09b75); }
.contact-layout { display: grid; grid-template-columns: 1.08fr .82fr; gap: 10%; align-items: center; }
.contact-copy h2 { margin: 0 0 24px; font-family: "Zen Old Mincho", serif; font-size: clamp(2.3rem, 4.2vw, 4.5rem); line-height: 1.38; }
.contact-copy > p:not(.section-kicker) { max-width: 670px; margin: 0; color: rgba(255,255,255,.82); }
.prep-list { margin: 30px 0 0; padding: 0; display: flex; flex-wrap: wrap; gap: 10px; list-style: none; }
.prep-list li { padding: 9px 14px; display: flex; align-items: center; gap: 9px; background: rgba(255,255,255,.12); border: 1px solid rgba(255,255,255,.34); font-size: .78rem; }
.prep-list span { width: 21px; height: 21px; display: grid; place-items: center; color: var(--orange); background: #fff; border-radius: 50%; font-size: .65rem; font-weight: 900; }
.contact-panel { padding: 38px; color: var(--ink); background: #fff; box-shadow: 0 24px 60px rgba(87,44,27,.2); }
.contact-label { margin: 0; color: var(--orange); font-size: .68rem; font-weight: 900; letter-spacing: .14em; }
.contact-panel h3 { margin: 4px 0 7px; font-family: "Zen Old Mincho", serif; font-size: 1.65rem; }
.contact-panel > p:not(.contact-label):not(.contact-hours) { margin: 0 0 19px; color: var(--muted); font-size: .82rem; }
.contact-panel .button-white { color: #fff; background: var(--navy); }
.contact-divider { position: relative; margin: 25px 0; text-align: center; color: #8993a1; font-size: .68rem; }
.contact-divider::before { content: ""; position: absolute; left: 0; right: 0; top: 50%; height: 1px; background: var(--line); }
.contact-divider span { position: relative; padding: 0 12px; background: #fff; }
.contact-phone { display: block; color: var(--navy); font-family: "Zen Old Mincho", serif; font-size: clamp(2rem, 3.2vw, 2.7rem); line-height: 1.3; letter-spacing: .02em; }
.contact-hours { margin: 2px 0 0; color: var(--muted); font-size: .72rem; }

.faq { padding: 120px 0; }
.faq-grid { display: grid; grid-template-columns: .62fr 1.38fr; gap: 10%; }
.faq-list { border-top: 1px solid #b9c2ce; }
.faq-list details { border-bottom: 1px solid #b9c2ce; }
.faq-list summary { position: relative; padding: 27px 50px 27px 0; cursor: pointer; list-style: none; font-weight: 800; line-height: 1.6; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary span { position: absolute; top: 27px; right: 7px; color: var(--orange); font-size: 1.35rem; line-height: 1; transition: transform .2s; }
.faq-list details[open] summary span { transform: rotate(45deg); }
.faq-list details p { margin: -3px 45px 27px 0; color: var(--muted); font-size: .9rem; }

.company { padding: 95px 0; }
.company-grid { display: grid; grid-template-columns: .7fr 1.3fr; gap: 10%; }
.company-brand { color: var(--navy); }
.company-message { max-width: 400px; margin: 28px 0 0; color: var(--muted); font-size: .85rem; }
.company dl { margin: 0; border-top: 1px solid var(--line); }
.company dl > div { padding: 16px 0; display: grid; grid-template-columns: 135px 1fr; gap: 24px; border-bottom: 1px solid var(--line); }
.company dt { color: var(--muted); font-size: .75rem; font-weight: 800; }
.company dd { margin: 0; font-size: .86rem; }

.site-footer { color: rgba(255,255,255,.58); background: #08111f; font-size: .7rem; }
.footer-inner { min-height: 86px; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.photo-credit { margin-right: auto; }
.photo-credit a { text-decoration: underline; text-underline-offset: 3px; }
.mobile-cta { display: none; }

@media (max-width: 1050px) {
  .nav-phone { display: none; }
  .hero-inner { grid-template-columns: 1fr; }
  .hero-contact { display: none; }
  .result-grid, .service-heading, .process-grid, .faq-grid, .contact-layout, .company-grid { grid-template-columns: 1fr; }
  .result-grid, .process-grid, .faq-grid, .contact-layout, .company-grid { gap: 55px; }
  .service-heading { gap: 0; }
  .service-heading > p { max-width: 700px; }
  .sticky-heading { position: static; }
  .credibility { grid-template-columns: 165px 1fr; }
  .credibility dl { grid-column: 1 / -1; }
}

@media (max-width: 840px) {
  .menu-button { position: relative; z-index: 3; display: block; }
  .global-nav { position: fixed; inset: 0; padding: 105px 30px 35px; display: none; flex-direction: column; align-items: stretch; gap: 5px; color: #fff; background: rgba(8,17,31,.98); }
  .global-nav.open { display: flex; }
  .global-nav a { padding: 12px 0 !important; border-bottom: 1px solid rgba(255,255,255,.14) !important; font-size: .95rem; }
  .global-nav .nav-cta { margin-top: 12px; text-align: center; border: 1px solid #fff !important; }
  .menu-button.active > span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
  .menu-button.active > span:nth-child(2) { opacity: 0; }
  .menu-button.active > span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
  .intent-grid, .difference-grid { grid-template-columns: 1fr; }
  .intent-card { min-height: 355px; }
  .difference-grid article { min-height: auto; }
  .difference-grid article + article { border-left: 0; border-top: 1px solid #bac3cf; }
  .service-row { grid-template-columns: .9fr 1.5fr 1fr; }
  .service-row > span { padding-inline: 16px; }
}

@media (max-width: 680px) {
  body { padding-bottom: 64px; font-size: 15px; }
  .section-inner, .header-inner, .hero-inner { width: min(calc(100% - 36px), var(--max)); }
  .header-inner { height: 72px; }
  .brand-mark { width: 35px; height: 35px; }
  .brand-mark > span { width: 12px; height: 12px; }
  .brand-copy strong { font-size: .86rem; }
  .brand-copy small { font-size: .53rem; }
  .mobile-only { display: initial; }
  .hero { min-height: 800px; height: 100svh; max-height: none; align-items: flex-end; padding-bottom: 155px; }
  .hero-image { background-position: 61% center; }
  .hero-shade { background: linear-gradient(0deg, rgba(6,14,28,.98) 0%, rgba(6,14,28,.89) 54%, rgba(6,14,28,.3) 100%); }
  .hero-inner { margin: 0 auto; }
  .eyebrow { margin-bottom: 15px; font-size: .66rem; }
  .hero h1 { font-size: clamp(2.55rem, 11.8vw, 4rem); line-height: 1.26; }
  .hero-lead { margin: 18px 0 22px; font-size: .91rem; line-height: 1.8; }
  .hero-actions { display: grid; }
  .hero-actions .button-secondary { display: none; }
  .hero-micro { font-size: .64rem; line-height: 1.6; }
  .trust-bar { min-height: 112px; grid-template-columns: 1fr 1fr; padding-inline: 18px; }
  .trust-bar > div { padding: 10px 9px; }
  .trust-bar > div + div { border-left: 0; }
  .trust-bar > div:nth-child(even) { border-left: 1px solid rgba(255,255,255,.15); }
  .trust-bar > div:nth-child(n+3) { border-top: 1px solid rgba(255,255,255,.15); }
  .trust-bar span { font-size: .53rem; }
  .trust-bar strong { font-size: .65rem; }
  .section-heading h2 { font-size: clamp(2rem, 9vw, 3rem); }
  .intent, .result, .service, .difference, .process, .faq { padding: 82px 0; }
  .intent-grid { margin-top: 42px; gap: 14px; }
  .intent-card { min-height: 330px; padding: 30px 26px 25px; }
  .intent-card h3 { font-size: 1.55rem; }
  .result-grid, .process-grid, .faq-grid { gap: 38px; }
  .result-list article { grid-template-columns: 42px 1fr; gap: 12px; }
  .service-table { margin-top: 40px; border-top: 2px solid var(--navy); }
  .service-row, .service-head { min-height: auto; display: block; padding: 18px 0; }
  .service-head { display: none; }
  .service-row > span { padding: 0; display: block; font-size: .83rem; }
  .service-row > span + span { margin-top: 8px; padding-left: 35px; border-left: 0; color: var(--muted); }
  .service-row > span:last-child { color: var(--orange); }
  .service-row b { margin-right: 10px; }
  .inline-cta { padding: 27px 23px; display: grid; }
  .inline-cta .button { width: 100%; }
  .difference-grid { margin-top: 40px; }
  .difference-grid article { padding: 30px 5px; }
  .difference-grid h3 { margin-block: 18px; font-size: 1.5rem; }
  .credibility { margin-top: 45px; padding: 30px 24px; grid-template-columns: 1fr; gap: 27px; }
  .credibility dl { grid-column: auto; }
  .credibility dl > div { grid-template-columns: 72px 1fr; }
  .process-list li { padding: 24px 0; grid-template-columns: 55px 1fr; gap: 14px; }
  .contact { padding: 76px 0; }
  .contact-layout { gap: 35px; }
  .contact-copy h2 { font-size: clamp(2.1rem, 9.5vw, 3rem); }
  .prep-list { display: grid; }
  .contact-panel { padding: 28px 23px; }
  .faq-list summary { padding-block: 22px; }
  .faq-list summary span { top: 23px; }
  .faq-list details p { margin-right: 25px; }
  .company { padding: 74px 0; }
  .company-grid { gap: 40px; }
  .company dl > div { grid-template-columns: 1fr; gap: 3px; }
  .footer-inner { padding: 24px 0; flex-wrap: wrap; }
  .footer-inner p { margin: 0; }
  .photo-credit { width: 100%; order: 3; }
  .mobile-cta { position: fixed; inset: auto 0 0; z-index: 40; height: 64px; display: grid; grid-template-columns: .9fr 1.25fr; box-shadow: 0 -8px 22px rgba(0,0,0,.17); }
  .mobile-cta a { display: grid; place-items: center; align-content: center; color: #fff; background: var(--navy); font-size: .83rem; font-weight: 900; line-height: 1.2; }
  .mobile-cta a:last-child { background: var(--orange); }
  .mobile-cta small { margin-bottom: 3px; font-size: .53rem; font-weight: 500; opacity: .75; }
}

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