:root {
  --navy-950: #061525;
  --navy-900: #081a2f;
  --navy-800: #102a47;
  --navy-700: #1b3a5e;
  --gold: #b89555;
  --gold-light: #d8c28d;
  --ink: #0e1d2b;
  --muted: #5d6974;
  --paper: #fbfaf6;
  --white: #fff;
  --line: #dfe2df;
  --rail-width: 300px;
  --serif: "Noto Serif JP", "Yu Mincho", "Hiragino Mincho ProN", serif;
  --sans: "Noto Sans JP", "Yu Gothic", "PingFang SC", "Hiragino Sans GB", sans-serif;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: var(--sans); -webkit-font-smoothing: antialiased; }
body.theme-reference {
  --navy-950: #1b2f61;
  --navy-900: #264385;
  --navy-800: #3761c1;
  --navy-700: #6089e8;
  --gold: #ffc91c;
  --gold-light: #ffd54f;
  --ink: #333;
  --muted: #636c72;
  --paper: #fff;
  --line: #e3e6ea;
}
body.menu-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
button, a { -webkit-tap-highlight-color: transparent; }
a:focus-visible, button:focus-visible, summary:focus-visible { outline: 3px solid var(--gold-light); outline-offset: 3px; }
img { max-width: 100%; }
.skip-link { position: fixed; z-index: 1000; top: 12px; left: 12px; padding: 10px 16px; color: #fff; background: var(--navy-950); transform: translateY(-160%); }
.skip-link:focus { transform: translateY(0); }
.eyebrow, .section-label { margin: 0; color: var(--gold); font: 700 11px/1.4 var(--serif); letter-spacing: .18em; }

/* Gateway */
.gateway-page { background: var(--navy-950); }
.gateway { position: relative; min-height: 100svh; padding: 38px 4vw 34px; color: #fff; overflow: hidden; background: linear-gradient(90deg, rgba(6,21,37,.97), rgba(8,26,47,.78)), url("hero-osaka-advisory.jpg") center/cover; }
.gateway::before { content: ""; position: absolute; inset: 0; opacity: .14; background-image: linear-gradient(rgba(255,255,255,.18) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.18) 1px, transparent 1px); background-size: 9vw 9vw; }
.gateway::after { content: ""; position: absolute; width: 60vw; aspect-ratio: 1; right: -25vw; top: -28vw; border: 1px solid rgba(216,194,141,.25); border-radius: 50%; }
.gateway-brand, .gateway-intro, .gateway-choice, .gateway-language, .gateway-note { position: relative; z-index: 1; }
.gateway-brand { display: flex; align-items: center; justify-content: space-between; }
.gateway-brand img { width: 190px; height: auto; padding: 7px 10px; background: #fff; }
.gateway-brand p { margin: 0; font-size: 12px; letter-spacing: .08em; }
.gateway-brand p span { margin-left: 12px; color: #9eabb7; font: 600 9px/1 var(--serif); letter-spacing: .16em; }
.gateway-intro { width: min(720px, 72vw); margin: 10vh 0 4vh; }
.gateway-intro h1 { margin: 18px 0; font: 500 clamp(38px, 4.5vw, 76px)/1.28 var(--serif); letter-spacing: .03em; }
.gateway-intro > p:last-child { color: #ced6dc; font-size: 14px; }
.gateway-choice { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1px; width: min(920px, 82vw); margin-left: auto; background: rgba(255,255,255,.25); border: 1px solid rgba(255,255,255,.25); }
.gateway-card { position: relative; min-height: 230px; padding: 34px; display: grid; grid-template-columns: 44px 1fr auto; gap: 16px; align-items: end; background: rgba(8,26,47,.88); transition: background .25s ease; overflow: hidden; }
.gateway-card::before { content: ""; position: absolute; inset: 0 100% 0 0; background: var(--gold); transition: inset .35s ease; }
.gateway-card--labor { background: rgba(17,46,67,.9); }
.gateway-card:hover::before { inset: 0; }
.gateway-card:hover { color: var(--navy-950); }
.gateway-card > * { position: relative; z-index: 1; }
.gateway-number { align-self: start; color: var(--gold-light); font: italic 14px/1 var(--serif); }
.gateway-card:hover .gateway-number { color: var(--navy-950); }
.gateway-card-copy { display: grid; gap: 10px; }
.gateway-card-copy small { color: var(--gold-light); font: 700 9px/1.4 var(--serif); letter-spacing: .16em; }
.gateway-card:hover small { color: var(--navy-950); }
.gateway-card-copy strong { font: 500 clamp(26px, 2.5vw, 40px)/1.35 var(--serif); }
.gateway-card-copy em { color: #cdd4db; font-size: 12px; font-style: normal; }
.gateway-card:hover em { color: var(--navy-950); }
.gateway-arrow { font-size: 25px; }
.gateway-language { display: flex; gap: 18px; margin-top: 24px; font-size: 12px; }
.gateway-language span { color: var(--gold-light); }
.gateway-language a { color: #d2d9df; border-bottom: 1px solid #63717e; }
.gateway-note { margin: 32px 0 0; color: #8e9aa5; font-size: 10px; letter-spacing: .08em; }
.theme-reference .gateway { background: linear-gradient(90deg, rgba(38,67,133,.97), rgba(55,97,193,.72)), url("hero-osaka-advisory.jpg") center/cover; }
.theme-reference .gateway-card { background: rgba(38,67,133,.9); }
.theme-reference .gateway-card--labor { background: rgba(55,97,193,.9); }
.theme-reference .gateway-card::before { background: #ffc91c; }
.theme-reference .gateway::after { border-color: rgba(255,201,28,.36); }

/* Shared public site */
.site-rail { position: fixed; z-index: 50; inset: 0 auto 0 0; width: var(--rail-width); display: flex; flex-direction: column; background: #fff; box-shadow: 12px 0 36px rgba(5,19,34,.06); }
.rail-head { position: relative; padding: 24px 28px 14px; }
.theme-reference .rail-head::after { content: ""; position: absolute; right: 28px; bottom: 0; left: 28px; height: 2px; background: linear-gradient(90deg, #264385, #6089e8); }
.brand { display: block; width: 210px; }
.brand img { display: block; width: 100%; height: auto; }
.menu-toggle { display: none; }
.rail-nav { min-height: 0; flex: 1; padding: 4px 28px 16px; overflow: auto; }
.nav-language { display: flex; gap: 8px; margin: 2px 0 16px; color: #929aa1; font-size: 11px; letter-spacing: .1em; }
.nav-language .is-current { color: var(--navy-900); font-weight: 700; }
.profession-switch { display: block; margin: 0 0 12px; padding: 12px 13px; border: 1px solid #d8dce0; transition: border-color .2s, background .2s; }
.profession-switch:hover { border-color: var(--gold); background: #fbf7ef; }
.profession-switch span { display: block; margin-bottom: 5px; color: var(--gold); font: 700 8px/1.3 var(--serif); letter-spacing: .1em; }
.profession-switch strong { font-size: 11px; }
.rail-nav ul { margin: 0; padding: 0; list-style: none; }
.rail-nav li + li { border-top: 1px solid #ececea; }
.rail-nav li a { display: flex; gap: 14px; padding: 11px 0; color: #263441; font-size: 12px; transition: color .2s, padding-left .2s; }
.rail-nav li a span { width: 18px; color: #9ca4aa; font: italic 10px/1.5 var(--serif); }
.rail-nav li a:hover, .rail-nav li a.is-active { color: var(--navy-900); padding-left: 4px; }
.rail-nav li a.is-active span { color: var(--gold); }
.rail-contact { padding: 20px 28px 23px; color: #fff; background: var(--navy-900); }
.rail-contact > p { margin: 0 0 6px; color: var(--gold-light); font: 700 9px/1 var(--serif); letter-spacing: .15em; }
.rail-contact > strong { display: block; margin-bottom: 12px; font: 500 17px/1.5 var(--serif); }
.rail-contact > a:not(.rail-cta) { display: grid; gap: 3px; margin-bottom: 12px; font: 500 18px/1 var(--serif); }
.rail-contact small { color: #b7c1ca; font: 500 10px/1 var(--sans); }
.rail-cta { display: flex; justify-content: space-between; padding: 12px 14px; color: var(--navy-950); background: var(--gold-light); font-size: 12px; font-weight: 700; transition: background .2s; }
.rail-cta:hover { background: #fff; }
.theme-reference .rail-nav li a { color: #333; }
.theme-reference .rail-nav li a:hover, .theme-reference .rail-nav li a.is-active { color: #3761c1; }
.theme-reference .profession-switch:hover { border-color: #6089e8; background: #f4f7ff; }
.rail-contact { text-align: center; }
.rail-contact > a:not(.rail-cta) { justify-items: center; }
.rail-contact .rail-email { margin: -1px 0 14px; color: #dce3f0; font: 500 10px/1.3 var(--sans); letter-spacing: .02em; }
.rail-contact .rail-cta { justify-content: center; gap: 28px; border-radius: 999px; }
.theme-reference .rail-contact { background: #222; }
.theme-reference .rail-contact > p { color: #ffd54f; }
.theme-reference .rail-cta { color: #fff; background: linear-gradient(135deg, #6089e8, #264385); box-shadow: 0 6px 18px rgba(38,67,133,.25); }
.theme-reference .rail-cta:hover { color: #fff; background: linear-gradient(135deg, #3761c1, #1b2f61); }
.site-page main { margin-left: var(--rail-width); }
.hero { position: relative; min-height: 850px; color: #fff; background: var(--navy-900); }
.hero-media { position: absolute; inset: 0; background: url("hero-osaka-advisory.jpg") 62% 50%/cover no-repeat; }
.hero-media::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(4,19,34,.97), rgba(6,28,50,.86) 38%, rgba(7,30,52,.25) 70%), linear-gradient(0deg, rgba(3,15,27,.52), transparent 50%); }
.theme-reference .hero-media::after { background: linear-gradient(90deg, rgba(38,67,133,.98), rgba(55,97,193,.82) 42%, rgba(55,97,193,.2) 76%), linear-gradient(0deg, rgba(27,47,97,.52), transparent 55%); }
.hero-content { position: relative; z-index: 2; width: min(720px, 67%); padding: 105px 6.2vw 250px; }
.hero-kicker { display: flex; gap: 12px; align-items: center; margin: 0 0 26px; color: var(--gold-light); font: 700 11px/1 var(--serif); letter-spacing: .18em; }
.hero-kicker span { width: 36px; height: 1px; background: var(--gold); }
.hero-display { margin: 0 0 32px; color: rgba(255,255,255,.92); font: italic 500 clamp(47px, 5.5vw, 86px)/.98 var(--serif); letter-spacing: -.04em; }
.hero-office { margin: 0 0 12px; color: var(--gold-light); font-size: 13px; }
.hero h1 { max-width: 750px; margin: 0 0 19px; font: 600 clamp(27px, 2.7vw, 45px)/1.55 var(--serif); letter-spacing: .02em; }
.hero-lead { max-width: 680px; margin: 0; color: #dbe1e5; font-size: 14px; line-height: 2; }
.text-link, .dark-link { display: inline-flex; gap: 28px; align-items: center; margin-top: 25px; padding-bottom: 7px; border-bottom: 1px solid currentColor; font-size: 12px; font-weight: 700; }
.hero-note { position: absolute; z-index: 2; top: 92px; right: 4vw; padding-left: 14px; border-left: 1px solid var(--gold); }
.hero-note span { color: var(--gold-light); font: 700 10px/1 var(--serif); letter-spacing: .13em; }
.hero-note p { margin: 7px 0 0; color: #d9e0e5; font-size: 10px; line-height: 1.7; }
.proof-panel { position: absolute; z-index: 3; right: 0; bottom: 0; width: min(93%, 1160px); min-height: 210px; display: grid; grid-template-columns: 31% 1fr; color: var(--ink); background: var(--paper); }
.proof-intro { padding: 35px 38px; border-right: 1px solid var(--line); }
.proof-intro h2 { margin: 14px 0 0; font: 600 clamp(18px, 1.65vw, 27px)/1.65 var(--serif); }
.proof-grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.proof-grid article { display: flex; flex-direction: column; justify-content: center; padding: 26px 20px; border-right: 1px solid var(--line); }
.proof-grid article:last-child { border: 0; }
.proof-grid strong { color: var(--navy-900); font: 600 clamp(24px, 2.4vw, 39px)/1 var(--serif); }
.proof-grid strong small { margin-left: 4px; color: var(--gold); font-size: 10px; }
.proof-grid p { margin: 13px 0 0; color: var(--muted); font-size: 11px; line-height: 1.65; }
.page-body { padding: 0 6vw; background: var(--paper); }
.intro-section { display: grid; grid-template-columns: .95fr 1.05fr; gap: 8vw; padding: 120px 0; }
.section-heading h2, .services-head h2, .compact-section h2 { margin: 16px 0 0; font: 600 clamp(29px, 3.4vw, 54px)/1.45 var(--serif); }
.intro-copy { padding-top: 34px; }
.intro-copy p { margin: 0; color: #43515d; font-size: 15px; line-height: 2.15; }
.dark-link { color: var(--navy-900); }
.services-section { padding: 105px 0; border-top: 1px solid var(--line); }
.services-head { display: grid; grid-template-columns: 1fr 38%; gap: 5vw; align-items: end; margin-bottom: 55px; }
.services-head > p { margin: 0; color: var(--muted); font-size: 13px; line-height: 2; }
.service-list { border-top: 1px solid var(--navy-900); }
.service-item { display: grid; grid-template-columns: 80px 1fr auto; align-items: center; min-height: 105px; border-bottom: 1px solid var(--line); transition: background .2s, padding .2s; }
.service-item:hover { padding: 0 16px; background: #f4f0e8; }
.service-index { color: var(--gold); font: italic 13px/1 var(--serif); }
.service-item strong { font: 600 clamp(18px, 2vw, 28px)/1.4 var(--serif); }
.service-item > span:nth-child(2) { display: grid; gap: 6px; }
.service-item > span:nth-child(2) small { color: var(--muted); font-size: 10px; font-weight: 500; }
.service-item > span:last-child { font-size: 22px; }
.compact-section { display: grid; grid-template-columns: 180px 1fr 1fr; gap: 4vw; align-items: start; padding: 82px 0; border-top: 1px solid var(--line); }
.compact-section h2 { margin-top: -7px; font-size: clamp(27px, 3vw, 42px); }
.compact-section > p:last-child, .compact-section details { margin: 0; color: var(--muted); font-size: 14px; line-height: 2; }
.compact-section details { padding: 18px 0; border-top: 1px solid #cfd4d6; border-bottom: 1px solid #cfd4d6; }
.compact-section summary { cursor: pointer; color: var(--ink); font-weight: 700; }
.contact-section { padding: 95px 8vw; color: #fff; background: var(--navy-900); }
.contact-section h2 { max-width: 850px; margin: 20px 0; font: 500 clamp(34px, 4vw, 62px)/1.45 var(--serif); }
.contact-section > p:not(.section-label) { color: #bec8d0; line-height: 1.9; }
.contact-section > div { display: flex; gap: 12px; margin-top: 32px; }
.contact-section a { min-width: 220px; padding: 16px 21px; border: 1px solid rgba(255,255,255,.4); font-weight: 700; text-align: center; transition: background .2s, color .2s; }
.contact-section a:last-child { color: var(--navy-950); background: var(--gold-light); border-color: var(--gold-light); }
.contact-section a:hover { color: var(--navy-950); background: #fff; }
.site-footer { position: relative; display: grid; grid-template-columns: minmax(260px,.8fr) 1.2fr; gap: 6vw; padding: 78px 7vw 28px; color: #d5d8dc; background: #181818; }
.site-footer::before { content: ""; position: absolute; inset: 0 0 auto; height: 3px; background: linear-gradient(90deg,#264385,#6089e8); }
.footer-office { display: flex; flex-direction: column; align-items: flex-start; }
.footer-mark { margin: 0 0 18px; color: #fff; font: 700 42px/1 var(--serif); letter-spacing: -.04em; }
.footer-mark span { font-size: 22px; font-weight: 500; letter-spacing: 0; }
.footer-office h2 { margin: 0 0 14px; color: #fff; font: 600 20px/1.5 var(--serif); }
.footer-office > p:not(.footer-mark) { margin: 0 0 5px; color: #969da3; font-size: 10px; line-height: 1.7; }
.footer-office address { margin: 9px 0 0; color: #969da3; font-size: 10px; font-style: normal; line-height: 1.8; }
.footer-phone { margin-top: 24px; color: #fff; font: 500 25px/1 var(--serif); }
.footer-email { margin-top: 10px; color: #b9c1c8; font-size: 11px; border-bottom: 1px solid #596168; }
.footer-links { display: grid; grid-template-columns: .8fr 1.2fr; gap: 5vw; }
.footer-links > div { display: flex; flex-direction: column; align-items: flex-start; gap: 11px; }
.footer-links h2 { width: 100%; margin: 0 0 8px; padding-bottom: 12px; color: #fff; border-bottom: 1px solid #3b3b3b; font: 600 13px/1 var(--serif); }
.footer-links a { color: #aeb3b8; font-size: 10px; line-height: 1.5; transition: color .2s, transform .2s; }
.footer-links a:hover { color: #fff; transform: translateX(3px); }
.footer-links .footer-switch { margin-top: 8px; padding: 9px 13px; color: #fff; border: 1px solid #465f99; border-radius: 999px; }
.footer-bottom { grid-column: 1/-1; display: flex; justify-content: space-between; margin-top: 34px; padding-top: 22px; color: #73797e; border-top: 1px solid #333; font-size: 9px; letter-spacing: .06em; }
.footer-bottom p { margin: 0; }
.mobile-actions { display: none; }
.home-info-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 1px; margin: 0 0 110px; background: var(--line); border: 1px solid var(--line); }
.home-info-grid article { padding: 42px; background: #fff; }
.home-info-grid h2 { margin: 14px 0; font: 600 clamp(24px, 2.5vw, 38px)/1.4 var(--serif); }
.home-info-grid p:not(.section-label) { color: var(--muted); font-size: 13px; line-height: 1.9; }
.home-info-grid a { display: inline-block; margin-top: 15px; padding-bottom: 5px; border-bottom: 1px solid var(--navy-900); font-size: 11px; font-weight: 700; }
.home-faq, .home-news { display: grid; grid-template-columns: 34% 1fr; gap: 6vw; padding: 100px 0; border-top: 1px solid var(--line); }
.home-faq .dark-link, .home-news .dark-link { grid-column: 2; justify-self: start; margin-top: -5px; }
.faq-list details { padding: 22px 0; border-top: 1px solid #ccd2d5; }
.faq-list details:last-child { border-bottom: 1px solid #ccd2d5; }
.faq-list summary { cursor: pointer; color: var(--ink); font: 600 15px/1.7 var(--serif); }
.faq-list details p { margin: 15px 0 0; color: var(--muted); font-size: 13px; line-height: 2; }
.faq-list details small { display: block; margin-top: 12px; color: var(--gold); font: 700 8px/1 var(--serif); letter-spacing: .12em; }
.news-list { border-top: 1px solid var(--navy-900); }
.news-list a { display: grid; grid-template-columns: 125px 1fr auto; gap: 20px; align-items: center; min-height: 94px; padding: 18px 0; border-bottom: 1px solid var(--line); }
.news-list time { color: #78838c; font: 500 11px/1 var(--serif); }
.news-list strong { font: 600 15px/1.6 var(--serif); }
.news-list a > span { display: grid; gap: 5px; }
.news-list small { color: var(--gold); font: 700 8px/1 var(--serif); letter-spacing: .13em; }
.news-list em { color: var(--muted); font-size: 11px; font-style: normal; }
.news-page--reference { max-width: 1120px; }
.news-page-head { display: grid; grid-template-columns: 1fr 44%; gap: 7vw; align-items: end; margin-bottom: 60px; }
.news-page-head h2 { margin: 12px 0 0; font: 600 clamp(34px,4vw,58px)/1.3 var(--serif); }
.news-page-head > p { margin: 0; color: var(--muted); font-size: 13px; line-height: 2; }
.news-card-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); border-top: 1px solid var(--navy-900); }
.news-card { min-width: 0; border-bottom: 1px solid var(--line); }
.news-card:nth-child(odd) { border-right: 1px solid var(--line); }
.news-card:only-child { grid-column: 1/-1; border-right: 0; }
.news-card a { min-height: 285px; display: flex; flex-direction: column; padding: 36px 42px; transition: background .25s; }
.news-card a:hover { background: #f4f7ff; }
.news-card-meta { display: flex; flex-wrap: wrap; align-items: center; gap: 10px; color: #7a838b; font: 500 10px/1 var(--serif); }
.news-card-meta span { padding: 5px 8px; color: var(--navy-800); border: 1px solid #cad5ed; font: 700 7px/1 var(--sans); letter-spacing: .11em; }
.news-card h2 { margin: 24px 0 14px; font: 600 clamp(18px,2vw,27px)/1.55 var(--serif); }
.news-card p { max-width: 680px; margin: 0; color: var(--muted); font-size: 12px; line-height: 1.9; }
.news-card strong { display: flex; justify-content: space-between; align-items: center; margin-top: auto; padding-top: 28px; color: var(--navy-900); font-size: 10px; }
.news-card strong b { font-size: 18px; font-weight: 400; }
.news-empty { padding: 50px 0; color: var(--muted); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); text-align: center; }

/* SEO content pages */
.page-hero { position: relative; min-height: 610px; padding: 105px 8vw 95px; color: #fff; background: linear-gradient(90deg,rgba(6,21,37,.97),rgba(8,26,47,.82)),url("hero-osaka-advisory.jpg") center/cover; }
.theme-reference .page-hero { background: linear-gradient(90deg,rgba(38,67,133,.98),rgba(55,97,193,.76)),url("hero-osaka-advisory.jpg") center/cover; }
.page-hero--compact { min-height: 440px; }
.breadcrumbs { display: flex; flex-wrap: wrap; gap: 10px; margin-bottom: 72px; color: #bcc6ce; font-size: 10px; }
.breadcrumbs a { border-bottom: 1px solid rgba(255,255,255,.4); }
.page-hero h1 { max-width: 990px; margin: 20px 0; font: 600 clamp(37px, 5vw, 75px)/1.35 var(--serif); }
.page-intro { max-width: 850px; margin: 0; color: #d4dce2; font-size: 15px; line-height: 2.1; }
.page-actions { display: flex; gap: 12px; margin-top: 34px; }
.page-actions a { min-width: 210px; padding: 15px 18px; border: 1px solid rgba(255,255,255,.45); text-align: center; font-size: 12px; font-weight: 700; }
.page-actions a:first-child { color: var(--navy-950); background: var(--gold-light); border-color: var(--gold-light); }
.article-layout { display: grid; grid-template-columns: 240px minmax(0,840px); gap: 7vw; padding: 100px 7vw 130px; background: var(--paper); }
.article-index { position: sticky; top: 40px; align-self: start; display: grid; gap: 0; border-top: 1px solid var(--navy-900); }
.article-index p { color: var(--gold); font: 700 9px/1 var(--serif); letter-spacing: .15em; }
.article-index a { padding: 12px 0; border-bottom: 1px solid var(--line); font-size: 11px; }
.article-content > section { padding: 0 0 85px; scroll-margin-top: 90px; }
.article-content > section + section { padding-top: 85px; border-top: 1px solid var(--line); }
.article-content h2, .editorial-page h2, .contact-page h2, .news-article h1 { margin: 14px 0 32px; font: 600 clamp(27px,3vw,46px)/1.5 var(--serif); }
.article-content h3 { margin-top: 38px; font: 600 19px/1.5 var(--serif); }
.article-content > section > p:not(.section-label), .editorial-page section p { color: var(--muted); font-size: 14px; line-height: 2.1; }
.check-list, .plain-list { margin: 0; padding: 0; list-style: none; border-top: 1px solid var(--navy-900); }
.check-list li, .plain-list li { position: relative; padding: 18px 18px 18px 38px; border-bottom: 1px solid var(--line); font-size: 13px; line-height: 1.7; }
.check-list li::before { content: ""; position: absolute; left: 5px; top: 25px; width: 14px; height: 7px; border-left: 2px solid var(--gold); border-bottom: 2px solid var(--gold); transform: rotate(-45deg); }
.plain-list li::before { content: "—"; position: absolute; left: 5px; color: var(--gold); }
.definition-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 1px; margin: 0; background: var(--line); border: 1px solid var(--line); }
.definition-grid > div { padding: 25px; background: #fff; }
.definition-grid dt { margin-bottom: 10px; color: var(--gold); font-size: 10px; font-weight: 700; }
.definition-grid dd { margin: 0; color: var(--muted); font-size: 13px; line-height: 1.9; }
.process-list { margin: 0; padding: 0; list-style: none; border-top: 1px solid var(--navy-900); }
.process-list li { display: grid; grid-template-columns: 65px 1fr; gap: 20px; align-items: center; min-height: 72px; border-bottom: 1px solid var(--line); }
.process-list span { color: var(--gold); font: italic 13px/1 var(--serif); }
.process-list strong { font-size: 14px; }
.notice-box, .source-note, .client-confirmation { margin-top: 28px; padding: 22px 25px; border-left: 4px solid var(--gold); background: #fff; }
.notice-box strong, .source-note strong, .client-confirmation strong { font: 600 15px/1.5 var(--serif); }
.notice-box p, .source-note p, .client-confirmation p { margin: 8px 0 0; color: var(--muted); font-size: 12px; line-height: 1.9; }
.editorial-page { max-width: 1040px; margin: 0 auto; padding: 105px 7vw 130px; }
.editorial-page section { display: grid; grid-template-columns: 90px 38% 1fr; gap: 25px; align-items: start; padding: 48px 0; border-top: 1px solid var(--line); }
.editorial-page h2 { margin: -8px 0 0; font-size: clamp(23px,2.7vw,38px); }
.editorial-page section p:last-child { margin: 0; }
.greeting-page, .business-page { max-width: 1180px; margin: 0 auto; padding: 95px 7vw 130px; }
.office-visual { position: relative; margin: 0 0 105px; overflow: hidden; background: var(--navy-900); }
.office-visual img { display: block; width: 100%; height: auto; aspect-ratio: 1.9/1; object-fit: cover; }
.office-visual::after { content: ""; position: absolute; inset: 0; background: linear-gradient(0deg,rgba(38,67,133,.22),transparent 48%); pointer-events: none; }
.office-visual figcaption { position: absolute; z-index: 1; right: 20px; bottom: 16px; margin: 0; color: #fff; font: 700 8px/1 var(--serif); letter-spacing: .14em; }
.greeting-lead { display: grid; grid-template-columns: .9fr 1.1fr; gap: 8vw; align-items: start; }
.greeting-lead h2, .business-intro h2, .business-detail-links > header h2 { margin: 16px 0 0; font: 600 clamp(28px,3.5vw,50px)/1.55 var(--serif); }
.greeting-message p { margin: 0 0 24px; color: var(--muted); font-size: 14px; line-height: 2.2; }
.greeting-message .greeting-signature { display: flex; flex-direction: column; align-items: flex-end; margin-top: 40px; color: var(--ink); }
.greeting-signature strong { font: 600 25px/1.2 var(--serif); }
.greeting-signature span { margin-top: 7px; font-size: 10px; }
.greeting-values { display: grid; grid-template-columns: repeat(3,1fr); gap: 1px; margin-top: 100px; background: var(--line); border: 1px solid var(--line); }
.greeting-values article { padding: 38px 32px; background: #fff; }
.greeting-values span, .business-groups > article > span { color: var(--gold); font: italic 11px/1 var(--serif); }
.greeting-values h2 { min-height: 62px; margin: 18px 0 12px; font: 600 19px/1.65 var(--serif); }
.greeting-values p { margin: 0; color: var(--muted); font-size: 12px; line-height: 1.95; }
.business-intro { display: grid; grid-template-columns: 46% 1fr; gap: 7vw; align-items: center; margin-bottom: 100px; }
.business-intro figure { aspect-ratio: 1400/816; margin: 0; overflow: hidden; background: #eef2f8; }
.business-intro img { display: block; width: 100%; height: 100%; object-fit: contain; }
.business-intro > div > p:last-child { margin: 25px 0 0; color: var(--muted); font-size: 14px; line-height: 2.05; }
.business-groups { display: grid; grid-template-columns: repeat(2,1fr); border-top: 1px solid var(--navy-900); }
.business-groups article { display: grid; grid-template-columns: 45px 1fr; gap: 18px; padding: 42px 36px; border-bottom: 1px solid var(--line); }
.business-groups article:nth-child(odd) { border-right: 1px solid var(--line); }
.business-groups h2 { margin: -6px 0 13px; font: 600 23px/1.55 var(--serif); }
.business-groups p { margin: 0; color: var(--muted); font-size: 12px; line-height: 1.95; }
.business-detail-links { padding-top: 110px; }
.business-detail-links > header { display: grid; grid-template-columns: 180px 1fr; align-items: end; margin-bottom: 50px; }
.business-detail-links > header h2 { margin: 0; }
.business-detail-links > div { display: grid; grid-template-columns: repeat(2,1fr); border-top: 1px solid var(--navy-900); }
.business-detail-links > div > a { display: grid; grid-template-columns: 1fr auto; gap: 9px 18px; align-items: center; min-height: 106px; padding: 22px 28px; border-bottom: 1px solid var(--line); transition: background .2s; }
.business-detail-links > div > a:nth-child(odd) { border-right: 1px solid var(--line); }
.business-detail-links > div > a:hover { background: #f4f7ff; }
.business-detail-links small { grid-column: 1; color: var(--gold); font: 700 8px/1 var(--serif); letter-spacing: .11em; }
.business-detail-links strong { grid-column: 1; font: 600 15px/1.5 var(--serif); }
.business-detail-links a > span { grid-column: 2; grid-row: 1/3; font-size: 20px; }
.faq-page, .news-page { max-width: 1050px; margin: 0 auto; padding: 100px 7vw 130px; }
.news-article { max-width: 980px; margin: 0 auto; padding: 95px 7vw 130px; }
.news-article .breadcrumbs { margin-bottom: 70px; color: var(--muted); }
.news-article .breadcrumbs a { border-color: var(--line); }
.news-article header { padding-bottom: 55px; border-bottom: 1px solid var(--line); }
.news-article h1 { font-size: clamp(34px,4vw,58px); }
.news-article header > div { display: flex; flex-wrap: wrap; gap: 17px; color: var(--muted); font-size: 10px; }
.news-article header > p:not(.section-label) { margin: 28px 0 0; color: var(--muted); font-size: 15px; line-height: 2; }
.news-body { padding: 55px 0; }
.news-body p { margin: 0 0 28px; color: #354653; font-size: 15px; line-height: 2.15; }
.contact-page { display: grid; grid-template-columns: 38% 1fr; gap: 7vw; max-width: 1150px; margin: 0 auto; padding: 105px 7vw 130px; }
.contact-phone { display: grid; gap: 8px; margin: 25px 0; font: 500 clamp(27px,3vw,42px)/1 var(--serif); }
.contact-phone small { color: var(--gold); font: 700 10px/1 var(--sans); }
.contact-email { display: inline-block; margin: 0 0 18px; padding-bottom: 4px; color: var(--navy-900); border-bottom: 1px solid currentColor; font-size: 12px; font-weight: 700; }
.contact-address { margin: 0 0 18px; color: #4f5d68; font-size: 12px; font-style: normal; line-height: 1.9; }
.contact-page aside > p:not(.section-label) { color: var(--muted); font-size: 12px; line-height: 1.9; }
.wechat-card { width: min(235px,100%); margin: 25px 0 0; padding: 12px; background: #fff; border: 1px solid var(--line); box-shadow: 0 14px 35px rgba(6,21,37,.08); }
.wechat-card a, .wechat-card img { display: block; width: 100%; }
.wechat-card img { height: auto; }
.wechat-card figcaption { margin-top: 10px; color: var(--muted); font-size: 9px; font-weight: 700; letter-spacing: .04em; text-align: center; }
.access-page { max-width: 1180px; margin: 0 auto; padding: 105px 7vw 130px; }
.access-primary { display: grid; grid-template-columns: 42% 1fr; min-height: 520px; background: #fff; border: 1px solid var(--line); }
.access-office { display: flex; flex-direction: column; justify-content: center; padding: 55px 48px; }
.access-office h2 { margin: 16px 0 10px; font: 600 clamp(27px,3vw,44px)/1.45 var(--serif); }
.access-legal-name { margin: 0 0 28px; color: var(--gold); font-size: 10px; font-weight: 700; letter-spacing: .06em; }
.access-office address { margin: 0; color: #42515c; font-size: 13px; font-style: normal; line-height: 2; }
.access-office dl { margin: 28px 0 0; border-top: 1px solid var(--line); }
.access-office dl > div { display: grid; grid-template-columns: 55px 1fr; padding: 13px 0; border-bottom: 1px solid var(--line); }
.access-office dt { color: var(--gold); font: 700 9px/1.7 var(--serif); letter-spacing: .1em; }
.access-office dd { margin: 0; font-size: 12px; font-weight: 700; }
.map-link { display: flex; justify-content: space-between; align-items: center; margin-top: 28px; padding: 15px 18px; color: #fff; background: linear-gradient(135deg,#6089e8,#264385); font-size: 11px; font-weight: 700; }
.map-link span { font-size: 18px; font-weight: 400; }
.access-primary figure { position: relative; min-width: 0; margin: 0; overflow: hidden; background: var(--navy-900); }
.access-primary figure::after { content: ""; position: absolute; inset: 0; background: linear-gradient(0deg,rgba(38,67,133,.25),transparent 50%); pointer-events: none; }
.access-primary figure img { display: block; width: 100%; height: 100%; object-fit: cover; }
.access-primary figcaption { position: absolute; z-index: 1; right: 18px; bottom: 15px; color: #fff; font: 700 8px/1 var(--serif); letter-spacing: .13em; }
.access-info-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 1px; margin-top: 80px; background: var(--line); border: 1px solid var(--line); }
.access-info-grid article { padding: 38px 32px; background: #fff; }
.access-info-grid span { color: var(--gold); font: italic 11px/1 var(--serif); }
.access-info-grid h2 { margin: 18px 0 13px; font: 600 20px/1.55 var(--serif); }
.access-info-grid p { margin: 0; color: var(--muted); font-size: 12px; line-height: 1.95; }
.access-note { display: grid; grid-template-columns: 190px 1fr auto; gap: 30px; align-items: center; margin-top: 55px; padding: 28px 30px; border-left: 4px solid var(--gold); background: #fff; }
.access-note strong { font: 600 15px/1.6 var(--serif); }
.access-note p { margin: 0; color: var(--muted); font-size: 11px; line-height: 1.9; }
.access-note a { padding-bottom: 5px; border-bottom: 1px solid currentColor; font-size: 10px; font-weight: 700; white-space: nowrap; }
.contact-form { display: grid; gap: 20px; }
.contact-form label { display: grid; gap: 8px; font-size: 11px; font-weight: 700; }
.contact-form input, .contact-form select, .contact-form textarea { width: 100%; padding: 14px 15px; color: var(--ink); background: #fff; border: 1px solid #cfd5d8; border-radius: 0; font: inherit; }
.contact-form input:focus, .contact-form select:focus, .contact-form textarea:focus { outline: 2px solid var(--navy-700); outline-offset: 1px; border-color: var(--navy-700); }
.contact-form [aria-invalid="true"] { border-color: #a33; }
.contact-form textarea { resize: vertical; }
.contact-form .consent { display: flex; grid-auto-flow: column; justify-content: start; align-items: center; }
.contact-form .consent input { width: auto; }
.contact-form .consent a { border-bottom: 1px solid currentColor; }
.contact-form label em { color: #b23737; font-style: normal; }
.contact-form button, .confirm-actions button { display: flex; justify-content: center; gap: 32px; width: 100%; padding: 17px 22px; color: #fff; background: var(--navy-900); border: 0; font-weight: 700; cursor: pointer; }
.theme-reference .contact-form button, .theme-reference .confirm-actions button { background: linear-gradient(135deg, #6089e8, #264385); }
.field-error { color: #a33; font-size: 11px; font-weight: 500; }
.honeypot { position: absolute!important; left: -10000px!important; }
.form-message { margin-bottom: 25px; padding: 20px; border-left: 4px solid var(--gold); background: #fff; }
.form-message.success { border-color: #277150; }
.form-message.error { border-color: #a33; }
.form-message p, .form-message ul { margin: 8px 0 0; color: var(--muted); font-size: 12px; line-height: 1.8; }
.form-step { display: flex; align-items: center; gap: 9px; margin: 0 0 35px; color: #90989f; font-size: 9px; font-style: normal; font-weight: 700; letter-spacing: .04em; }
.form-step strong { display: grid; width: 27px; height: 27px; place-content: center; color: #fff; background: var(--navy-900); border-radius: 50%; font: 700 9px/1 var(--serif); }
.form-step i { width: 24px; height: 1px; background: #ced3d7; }
.contact-confirm-page, .contact-complete-page { max-width: 900px; margin: 0 auto; padding: 95px 7vw 125px; }
.confirm-list { margin: 0; border-top: 2px solid var(--navy-900); }
.confirm-list > div { display: grid; grid-template-columns: 190px 1fr; border-bottom: 1px solid var(--line); }
.confirm-list dt, .confirm-list dd { margin: 0; padding: 22px; font-size: 13px; line-height: 1.8; }
.confirm-list dt { color: var(--navy-900); background: #f4f6f8; font-weight: 700; }
.confirm-message { white-space: normal; overflow-wrap: anywhere; }
.confirm-actions { display: grid; grid-template-columns: 1fr 1.35fr; gap: 14px; margin-top: 32px; }
.confirm-actions > a { display: grid; place-content: center; min-height: 54px; background: #fff; border: 1px solid #aeb5bb; font-size: 12px; font-weight: 700; }
.confirm-actions form { margin: 0; }
.contact-delivery-note { color: var(--muted); font-size: 11px; line-height: 1.8; text-align: right; }
.contact-complete-page { text-align: center; }
.contact-complete-page .form-step { justify-content: center; }
.contact-complete-page h2 { margin: 17px 0 20px; font: 600 clamp(28px,3.5vw,46px)/1.5 var(--serif); }
.contact-complete-page > p:not(.section-label) { color: var(--muted); font-size: 14px; line-height: 2; }
.complete-home { display: inline-flex; gap: 32px; margin-top: 25px; padding: 15px 28px; color: #fff; background: var(--navy-900); font-size: 12px; font-weight: 700; }
.theme-reference .complete-home { background: linear-gradient(135deg, #6089e8, #264385); }
.theme-compare { position: fixed; z-index: 200; top: 14px; right: 16px; display: flex; align-items: center; gap: 4px; padding: 5px; color: #333; background: rgba(255,255,255,.94); border: 1px solid #d9dde1; border-radius: 999px; box-shadow: 0 8px 30px rgba(0,0,0,.12); backdrop-filter: blur(10px); }
.theme-compare > span { padding: 0 8px; color: #737b82; font: 700 7px/1 var(--serif); letter-spacing: .12em; }
.theme-compare a { padding: 7px 11px; border-radius: 999px; font-size: 10px; font-weight: 700; }
.theme-compare a.is-current { color: #fff; background: #3761c1; }
.theme-original .theme-compare a.is-current { background: #081a2f; }
.not-found { min-height: 100svh; display: grid; place-content: center; gap: 16px; padding: 30px; text-align: center; }
.not-found h1, .not-found p { margin: 0; }
.not-found a { margin-top: 10px; padding: 13px 22px; color: #fff; background: var(--navy-900); }
.motion-ready .reveal { opacity: 0; transform: translateY(22px); transition: opacity .65s ease, transform .65s ease; }
.motion-ready .reveal.is-visible { opacity: 1; transform: none; }

@media (max-width: 1099px) {
  .site-rail { position: sticky; inset: 0 0 auto; width: 100%; height: 72px; flex-direction: row; align-items: center; }
  .rail-head { width: 100%; display: flex; align-items: center; justify-content: space-between; padding: 10px 20px; }
  .theme-reference .rail-head::after { right: 20px; left: 20px; }
  .brand { width: auto; }
  .brand img { width: auto; height: 52px; }
  .menu-toggle { display: grid; gap: 5px; width: 54px; height: 48px; place-content: center; color: var(--navy-900); background: transparent; border: 0; cursor: pointer; }
  .menu-toggle span { width: 28px; height: 1px; background: currentColor; }
  .menu-toggle small { font-size: 7px; letter-spacing: .12em; }
  .rail-nav { position: fixed; z-index: -1; inset: 72px 0 0; padding: 42px 8vw; color: #fff; background: var(--navy-900); opacity: 0; visibility: hidden; transform: translateY(-10px); transition: opacity .2s, transform .2s, visibility .2s; }
  .menu-open .rail-nav { opacity: 1; visibility: visible; transform: none; }
  .nav-language .is-current, .rail-nav li a, .theme-reference .rail-nav li a { color: #fff; }
  .profession-switch { border-color: rgba(255,255,255,.25); }
  .profession-switch:hover { background: rgba(255,255,255,.05); }
  .rail-nav li + li { border-color: rgba(255,255,255,.13); }
  .rail-nav li a { padding: 15px 0; font-size: 14px; }
  .rail-contact { display: none; }
  .site-page main { margin-left: 0; }
  .hero { min-height: 910px; }
  .hero-content { padding-top: 90px; }
  .proof-panel { width: 94%; grid-template-columns: 1fr; }
  .proof-intro { padding: 24px 30px; border-right: 0; border-bottom: 1px solid var(--line); }
  .proof-grid article { min-height: 120px; }
  .compact-section { grid-template-columns: 140px 1fr; }
  .compact-section > p:last-child, .compact-section details { grid-column: 2; }
  .article-layout { grid-template-columns: 190px 1fr; gap: 4vw; }
  .editorial-page section { grid-template-columns: 55px 36% 1fr; }
}

@media (max-width: 720px) {
  .gateway { padding: 24px 20px; }
  .gateway-brand img { width: 145px; }
  .gateway-brand p { display: none; }
  .gateway-intro { width: 100%; margin: 10vh 0 30px; }
  .gateway-intro h1 { font-size: clamp(33px, 10vw, 48px); }
  .gateway-choice { grid-template-columns: 1fr; width: 100%; }
  .gateway-card { min-height: 170px; padding: 24px; grid-template-columns: 30px 1fr auto; }
  .gateway-card-copy strong { font-size: 27px; }
  .gateway-note { margin-top: 22px; }
  .hero { min-height: 980px; }
  .hero-media { background-position: 66% 50%; }
  .hero-media::after { background: linear-gradient(90deg, rgba(4,19,34,.98), rgba(6,28,50,.76)), linear-gradient(0deg, rgba(3,15,27,.65), transparent); }
  .hero-content { width: 100%; padding: 65px 23px 360px; }
  .hero-display { font-size: clamp(42px, 14vw, 63px); }
  .hero h1 { font-size: 27px; }
  .hero-lead { font-size: 13px; }
  .hero-note { display: none; }
  .proof-panel { width: calc(100% - 20px); }
  .proof-grid { grid-template-columns: repeat(2, 1fr); }
  .proof-grid article:nth-child(2) { border-right: 0; }
  .proof-grid article:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
  .page-body { padding: 0 23px; }
  .intro-section { grid-template-columns: 1fr; gap: 22px; padding: 78px 0; }
  .intro-copy { padding-top: 0; }
  .services-section { padding: 76px 0; }
  .services-head { grid-template-columns: 1fr; gap: 20px; margin-bottom: 35px; }
  .service-item { grid-template-columns: 52px 1fr auto; min-height: 92px; }
  .compact-section { grid-template-columns: 1fr; gap: 18px; padding: 60px 0; }
  .compact-section > p:last-child, .compact-section details { grid-column: auto; }
  .contact-section { padding: 72px 23px; }
  .contact-section > div { flex-direction: column; }
  .contact-section a { min-width: 0; }
  .site-footer { grid-template-columns: 1fr; gap: 48px; padding: 58px 23px 90px; }
  .footer-links { grid-template-columns: 1fr 1fr; gap: 32px; }
  .footer-bottom { grid-column: auto; margin-top: 0; }
  .home-info-grid { grid-template-columns: 1fr; margin-bottom: 70px; }
  .home-info-grid article { padding: 30px 24px; }
  .home-faq, .home-news { grid-template-columns: 1fr; gap: 28px; padding: 72px 0; }
  .home-faq .dark-link, .home-news .dark-link { grid-column: auto; }
  .news-list a { grid-template-columns: 82px 1fr auto; gap: 12px; }
  .news-list em { display: none; }
  .news-page-head { grid-template-columns: 1fr; gap: 18px; margin-bottom: 38px; }
  .news-card-grid { grid-template-columns: 1fr; }
  .news-card:nth-child(odd) { border-right: 0; }
  .news-card a { min-height: 260px; padding: 30px 20px; }
  .page-hero { min-height: 520px; padding: 75px 23px 70px; }
  .page-hero--compact { min-height: 390px; }
  .breadcrumbs { margin-bottom: 50px; }
  .page-hero h1 { font-size: clamp(34px,11vw,52px); }
  .page-intro { font-size: 13px; }
  .page-actions { flex-direction: column; }
  .page-actions a { min-width: 0; }
  .article-layout { grid-template-columns: 1fr; padding: 70px 23px 95px; }
  .article-index { position: static; }
  .definition-grid { grid-template-columns: 1fr; }
  .editorial-page { padding: 65px 23px 95px; }
  .editorial-page section { grid-template-columns: 42px 1fr; gap: 15px; }
  .editorial-page section p:last-child { grid-column: 2; }
  .greeting-page, .business-page { padding: 65px 23px 95px; }
  .office-visual { margin-bottom: 65px; }
  .office-visual img { aspect-ratio: 1.35/1; }
  .greeting-lead, .business-intro { grid-template-columns: 1fr; gap: 35px; }
  .greeting-values { grid-template-columns: 1fr; margin-top: 65px; }
  .greeting-values h2 { min-height: 0; }
  .business-intro { margin-bottom: 65px; }
  .business-groups { grid-template-columns: 1fr; }
  .business-groups article { padding: 30px 15px; }
  .business-groups article:nth-child(odd) { border-right: 0; }
  .business-detail-links { padding-top: 75px; }
  .business-detail-links > header { grid-template-columns: 1fr; gap: 15px; margin-bottom: 35px; }
  .business-detail-links > div { grid-template-columns: 1fr; }
  .business-detail-links > div > a:nth-child(odd) { border-right: 0; }
  .faq-page, .news-page, .news-article { padding: 65px 23px 100px; }
  .contact-page { grid-template-columns: 1fr; padding: 70px 23px 100px; }
  .access-page { padding: 65px 23px 100px; }
  .access-primary { grid-template-columns: 1fr; }
  .access-office { padding: 42px 25px; }
  .access-primary figure { min-height: 310px; }
  .access-info-grid { grid-template-columns: 1fr; margin-top: 55px; }
  .access-note { grid-template-columns: 1fr; gap: 14px; padding: 25px; }
  .access-note a { justify-self: start; }
  .contact-confirm-page, .contact-complete-page { padding: 65px 23px 100px; }
  .confirm-list > div { grid-template-columns: 1fr; }
  .confirm-list dt, .confirm-list dd { padding: 15px 17px; }
  .confirm-actions { grid-template-columns: 1fr; }
  .contact-delivery-note { text-align: left; }
  .theme-compare { display: none; }
  .mobile-actions { position: fixed; z-index: 45; inset: auto 0 0; display: grid; grid-template-columns: repeat(3,1fr); color: #fff; background: var(--navy-900); box-shadow: 0 -8px 30px rgba(0,0,0,.16); }
  .mobile-actions a { display: grid; place-items: center; gap: 3px; min-height: 58px; border-right: 1px solid rgba(255,255,255,.18); }
  .mobile-actions a:last-child { color: var(--navy-950); background: var(--gold-light); border: 0; }
  .mobile-actions span { font: 700 7px/1 var(--serif); letter-spacing: .13em; opacity: .75; }
  .mobile-actions strong { font-size: 11px; }
  .footer-links { grid-template-columns: 1fr; }
  .footer-bottom { flex-direction: column; gap: 8px; }
}

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

/* Privacy controls: optional analytics is off until an explicit choice. */
[data-cookie-settings][hidden], .cookie-banner[hidden], .cookie-status[hidden] { display: none !important; }
.cookie-banner, .cookie-dialog, .cookie-status { color: var(--ink); font-family: var(--sans); font-size: 14px; line-height: 1.8; }
.cookie-banner { position: fixed; z-index: 250; left: 24px; right: 24px; bottom: 24px; display: flex; align-items: center; gap: 40px; padding: 26px 32px; border: 1px solid #cfdaf2; border-top: 3px solid var(--navy-800); border-radius: 6px; background: #fff; box-shadow: 0 10px 60px #142e632e; max-height: 75dvh; overflow-y: auto; }
.cookie-banner-copy { flex: 1; min-width: 0; }
.cookie-eyebrow { margin: 0 0 6px; color: var(--navy-800); font: 700 10px/1.5 var(--sans); letter-spacing: .14em; }
.cookie-banner h2 { margin: 0 0 7px; color: var(--navy-950); font-size: 19px; line-height: 1.5; }
.cookie-banner-copy > p:last-child { margin: 0; font-size: 13px; }
.cookie-banner a, .cookie-dialog a, .privacy-details a { color: var(--navy-800); text-decoration: underline; text-underline-offset: 3px; }
.cookie-actions { display: grid; grid-template-columns: repeat(2, minmax(115px, 1fr)); gap: 10px; flex-shrink: 0; }
.cookie-button { display: inline-flex; justify-content: center; align-items: center; min-height: 46px; padding: 11px 20px; border: 1px solid var(--navy-800); border-radius: 3px; color: var(--navy-800); background: #fff; font: 600 13px/1.5 var(--sans); cursor: pointer; }
.cookie-button:hover { background: #edf3ff; }
.cookie-button:focus-visible, .cookie-text-button:focus-visible, .cookie-close:focus-visible, #cookie-analytics:focus-visible { outline: 3px solid var(--navy-800); outline-offset: 4px; }
.cookie-text-button { padding: 7px 0; min-height: 36px; border: 0; color: inherit; background: none; font: inherit; font-size: 12px; text-decoration: underline; text-underline-offset: 4px; cursor: pointer; }
.cookie-actions > .cookie-text-button { grid-column: 1 / -1; justify-self: center; }
.cookie-dialog { width: min(600px, calc(100% - 32px)); max-height: calc(100dvh - 40px); padding: 30px; border: 1px solid #cfdaf2; border-radius: 8px; background: #fff; box-shadow: 0 20px 100px #142e634d; overflow-y: auto; overscroll-behavior: contain; }
.cookie-dialog::backdrop { background: #10224399; }
.cookie-dialog-heading { display: flex; justify-content: space-between; align-items: center; gap: 15px; }
.cookie-close { display: grid; place-items: center; flex-shrink: 0; width: 44px; height: 44px; border: 1px solid #dae3f5; border-radius: 50%; color: var(--navy-950); background: #fff; font: 26px/1 var(--sans); cursor: pointer; }
.cookie-dialog h2 { margin: 0 0 12px; color: var(--navy-950); font-size: 26px; }
.cookie-dialog > p { margin: 0 0 20px; }
.cookie-category { padding: 20px 0; border-top: 1px solid #e0e7f3; }
.cookie-category-title { display: flex; justify-content: space-between; align-items: center; gap: 18px; font-weight: 700; color: var(--navy-950); }
.cookie-category-title h3 { margin: 0; font-size: 15px; }
.cookie-category-title > span:last-child, .cookie-category-title small { font-weight: 400; font-size: 12px; }
.cookie-category-title small { margin-left: 6px; }
.cookie-category p { margin: 10px 0 0; font-size: 13px; }
#cookie-analytics { width: 24px; height: 24px; margin: 10px; flex-shrink: 0; accent-color: var(--navy-800); cursor: pointer; }
.cookie-dialog .cookie-environment-note { padding: 10px 14px; background: #f1f5fd; font-size: 12px; }
.cookie-dialog .cookie-dialog-note { font-size: 12px; }
.cookie-status { position: fixed; z-index: 260; bottom: 24px; left: 50%; transform: translateX(-50%); width: max-content; max-width: calc(100% - 32px); margin: 0; padding: 14px 20px; border-radius: 5px; background: var(--navy-950); color: #fff; box-shadow: 0 8px 30px #142e6333; font-size: 13px; }
.cookie-fallback { position: fixed; z-index: 60; bottom: 22px; left: 20px; }
.gateway-privacy { position: relative; z-index: 1; display: flex; justify-content: center; align-items: center; flex-wrap: wrap; gap: 24px; margin-top: 18px; font-size: 12px; }
.privacy-details { padding: 32px; margin-bottom: 35px; background: #f3f6fc; border-top: 2px solid var(--navy-800); overflow-wrap: anywhere; }
.privacy-details h2 { margin: 0 0 18px; font-size: 23px; color: var(--navy-950); }
.privacy-details dl { margin: 0 0 25px; font-size: 13px; }
.privacy-details dt { margin: 18px 0 5px; font-weight: 700; color: var(--navy-950); }
.privacy-details dd { margin: 0; }
.privacy-details p, .privacy-details li { font-size: 13px; line-height: 1.9; }
.privacy-details ul { padding-left: 20px; }
.contact-form .analytics-separate-note { font-size: 12px; color: #596575; margin-top: -12px; }
@media (min-width: 1100px) {
  .site-page .cookie-banner { left: calc(var(--rail-width) + 24px); }
}
@media (max-width: 1199px) {
  .cookie-banner { flex-direction: column; align-items: stretch; gap: 18px; }
  .cookie-banner .cookie-actions { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 700px) {
  .cookie-banner { left: 12px; right: 12px; bottom: calc(70px + env(safe-area-inset-bottom)); padding: 20px; gap: 14px; }
  .gateway-page .cookie-banner { bottom: calc(12px + env(safe-area-inset-bottom)); }
  .cookie-banner h2 { font-size: 17px; }
  .cookie-banner-copy > p:last-child { font-size: 12px; }
  .cookie-dialog { padding: 22px; }
  .cookie-dialog h2 { font-size: 23px; }
  .cookie-button { padding-inline: 12px; }
  .cookie-status { bottom: calc(75px + env(safe-area-inset-bottom)); }
  .cookie-fallback { bottom: 72px; }
  .privacy-details { padding: 24px 20px; }
}
