:root {
  --ink: #151421;
  --text: #f6f1fb;
  --muted: #bbb8cc;
  --brand: #c9aaff;
  --brand-bright: #a96eff;
  --hover: #e6d5ff;
  --button-bg: #8350d4;
  --surface: #222236;
  --surface-2: #2e2b45;
  --paper: #171622;
  --white: #fff;
  --wash: #1c1d2c;
  --line: #424159;
  --input-line: #756887;
  --error: #ffb0b0;
  --success: #70d4a1;
  --shadow: 0 24px 60px rgb(0 0 0 / 22%);
  --wrap: 1200px;
  --radius: 20px;
  --radius-lg: 32px;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; overflow-x: clip; color: var(--text); background: var(--paper); font: 400 18px/1.62 Arial, Helvetica, sans-serif; -webkit-font-smoothing: antialiased; }
img { display: block; max-width: 100%; }
a { color: inherit; }
button, input, select, textarea { font: inherit; }
button { cursor: pointer; }
::selection { color: var(--white); background: #7040c0; }
:focus-visible { outline: 3px solid var(--hover); outline-offset: 4px; }
.site-header :focus-visible, .site-footer :focus-visible, .hero-art :focus-visible, .cta-section :focus-visible { outline-color: #b9a0ed; }
.container { width: min(calc(100% - 64px), var(--wrap)); margin-inline: auto; }
.skip-link { position: absolute; z-index: 100; top: -100px; left: 24px; padding: 10px 18px; background: var(--surface-2); color: var(--text); border-radius: 12px; }
.skip-link:focus { top: 12px; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { font-weight: 700; letter-spacing: -.042em; line-height: 1.13; overflow-wrap: anywhere; }
h1 { font-size: clamp(2.45rem, 5vw, 4.1rem); overflow-wrap: anywhere; }
h2 { font-size: clamp(2rem, 3.4vw, 2.9rem); }
h3 { font-size: clamp(1.25rem, 1.8vw, 1.55rem); }
p { margin-bottom: 1.15em; }
address { font-style: normal; }
.eyebrow { display: inline-flex; align-items: center; gap: 10px; margin-bottom: 23px; color: var(--brand); font-size: .73rem; font-weight: 700; letter-spacing: .18em; line-height: 1.3; text-transform: uppercase; }
.eyebrow-mark { width: 7px; height: 7px; border-radius: 50%; background: var(--brand-bright); flex: 0 0 auto; }
.button { display: inline-flex; justify-content: space-between; align-items: center; gap: 28px; min-height: 52px; padding: 12px 21px; border: 1px solid transparent; border-radius: 12px; text-decoration: none; font-size: .88rem; font-weight: 700; line-height: 1.25; transition: background .2s ease, border-color .2s ease, transform .2s ease, box-shadow .2s ease; }
.button span { font-size: 1.15rem; font-weight: 400; line-height: 1; }
.button:hover { transform: translateY(-3px); box-shadow: 0 12px 24px rgb(63 32 145 / 16%); }
.button--primary { color: var(--white); background: var(--button-bg); }
.button--primary:hover { background: #8654d4; }
.button--secondary { border-color: var(--brand); color: var(--brand); background: transparent; }
.button--secondary:hover { border-color: var(--hover); color: var(--hover); }
.text-link { display: inline-flex; align-items: baseline; justify-content: space-between; gap: 12px; color: var(--brand); font-size: .89rem; font-weight: 700; text-decoration: none; border-bottom: 1px solid currentColor; padding-bottom: 3px; }
.text-link:hover { color: var(--hover); }
.text-link span:last-child { font-size: 1.12rem; font-weight: 400; }

/* Navigation */
.site-header { position: relative; z-index: 20; color: var(--white); background: var(--ink); }
.header-inner { display: flex; align-items: center; min-height: 88px; gap: 24px; }
.brand { display: block; flex: 0 0 auto; width: 186px; margin-right: auto; }
.brand img { width: 100%; height: auto; }
.site-nav { display: flex; align-items: center; gap: clamp(24px, 3vw, 50px); }
.nav-links, .nav-actions { display: flex; align-items: center; gap: clamp(22px, 2.3vw, 36px); }
.nav-link { display: block; padding: 10px 0; color: #f3f0f9; text-decoration: none; font-size: .85rem; font-weight: 700; white-space: nowrap; }
.nav-link:hover, .nav-link[aria-current="page"], .nav-advice.is-current > .nav-link { color: #cdb9f9; }
.nav-advice { position: relative; display: flex; align-items: center; gap: 5px; }
.nav-advice:hover > .nav-link, .nav-advice:focus-within > .nav-link { color: #cdb9f9; }
.nav-subnav-toggle { display: flex; align-items: center; justify-content: center; width: 30px; height: 40px; padding: 0; border: 0; background: transparent; color: #d8ccec; font-size: 1.25rem; }
.nav-subnav-toggle span { transition: transform .18s ease; }
.nav-advice.is-open .nav-subnav-toggle span { transform: rotate(180deg); }
.subnav { position: absolute; top: calc(100% + 18px); left: 0; z-index: 10; display: none; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 4px; width: min(480px, calc(100vw - 48px)); margin: 0; padding: 14px; list-style: none; background: #252338; border: 1px solid #59516f; border-radius: 20px; box-shadow: 0 28px 64px rgb(0 0 0 / 35%); animation: subnav-in .18s ease-out both; }
.nav-advice.is-open .subnav { display: grid; }
@media (min-width: 901px) and (hover: hover) and (pointer: fine) {
  .nav-advice:hover .subnav { display: grid; }
  .nav-advice:hover .nav-subnav-toggle span { transform: rotate(180deg); }
}
.subnav::before { content: ""; position: absolute; top: -19px; left: 0; right: 0; height: 19px; }
.subnav-overview { grid-column: 1 / -1; padding-bottom: 8px; margin-bottom: 4px; border-bottom: 1px solid var(--line); }
.subnav-link { display: flex; align-items: center; justify-content: space-between; gap: 10px; min-height: 48px; padding: 10px 12px; border-radius: 12px; color: var(--text); text-decoration: none; font-size: .85rem; font-weight: 600; line-height: 1.35; transition: color .18s ease, background .18s ease; }
.subnav-link::after { content: "↗"; flex: 0 0 auto; color: #bca5e6; font-size: 1rem; font-weight: 400; }
.subnav-link:hover, .subnav-link:focus-visible, .subnav-link[aria-current="page"] { color: var(--white); background: #423455; }
@keyframes subnav-in { from { opacity: 0; transform: translateY(-7px); } to { opacity: 1; transform: translateY(0); } }
.language-switch { display: flex; align-items: center; gap: 8px; color: #9e92ae; white-space: nowrap; font-size: .78rem; letter-spacing: .09em; }
.language-switch a { color: #bfb4ce; text-decoration: none; padding: 6px 0; }
.language-switch a:hover, .language-switch a[aria-current="page"] { color: var(--white); font-weight: 700; }
.nav-actions .button { min-height: 42px; padding: 10px 15px; background: #764ac5; font-size: .77rem; }
.nav-actions .button:hover { background: #8d62d3; }
.menu-toggle { display: none; }

/* Shared sections */
.section { padding-block: clamp(72px, 8vw, 116px); }
.section--light { background: var(--wash); }
.section-heading { max-width: 740px; margin-bottom: 44px; }
.section-heading h2 { max-width: 680px; margin-bottom: 18px; }
.section-heading p { max-width: 610px; margin-bottom: 0; color: var(--muted); }
.section-heading--split { display: grid; grid-template-columns: 1.2fr .8fr; gap: 40px; max-width: unset; align-items: end; }
.section-heading--split p { margin-bottom: 5px; }

/* Homepage */
.home-hero { position: relative; overflow: hidden; padding: clamp(65px, 7vw, 100px) 0 0; background: linear-gradient(135deg, #21182e 0%, #15101e 100%); }
.hero-grid { display: grid; grid-template-columns: 1.08fr .92fr; align-items: center; gap: clamp(40px, 5vw, 86px); }
.hero-copy { padding-bottom: 56px; }
.hero-copy h1 { max-width: 700px; margin-bottom: 28px; font-size: clamp(3rem, 5.4vw, 5.1rem); line-height: 1.055; letter-spacing: -.056em; }
.hero-copy > p:not(.eyebrow) { max-width: 610px; color: var(--muted); font-size: clamp(1.1rem, 1.5vw, 1.32rem); line-height: 1.52; }
.hero-actions { display: flex; align-items: center; flex-wrap: wrap; gap: 25px; margin-top: 35px; }
.hero-art { position: relative; display: grid; place-items: center; min-height: 520px; padding: 28px; overflow: hidden; background: radial-gradient(circle at 70% 28%, #6747bb, #3f2091 60%, #321876); border-radius: 42px 150px 42px 42px; isolation: isolate; }
.hero-art::before { content: ""; position: absolute; width: 390px; height: 390px; right: -95px; top: -125px; border: 1px solid #ffffff47; border-radius: 50%; }
.hero-art::after { content: ""; position: absolute; width: 260px; height: 260px; left: -110px; bottom: -95px; background: #a769e133; border-radius: 50%; filter: blur(8px); }
.hero-art img { position: relative; z-index: 1; width: min(100%, 550px); height: auto; filter: drop-shadow(0 26px 26px rgb(23 7 69 / 16%)); transition: transform .45s ease; }
.hero-art:hover img { transform: translateY(-8px) scale(1.025); }
.hero-ticker { display: block; margin-top: 58px; padding-block: 16px; border-top: 1px solid var(--line); color: var(--muted); font-size: .73rem; font-weight: 700; letter-spacing: .09em; text-align: center; text-transform: uppercase; }
.service-grid { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 18px; }
.service-card { position: relative; display: flex; flex-direction: column; min-height: 350px; padding: 26px; border: 1px solid var(--line); border-radius: var(--radius-lg); background: var(--surface); box-shadow: 0 10px 28px rgb(0 0 0 / 12%); transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease; }
.service-card:hover { transform: translateY(-6px); border-color: #8d6abe; box-shadow: 0 22px 42px rgb(0 0 0 / 23%); }
.service-card-media { display: grid; place-items: center; align-self: flex-end; width: 135px; height: 118px; margin-bottom: 6px; border-radius: 26px; background: var(--surface-2); }
.service-card-media img { max-width: 115px; max-height: 105px; width: auto; height: auto; object-fit: contain; transition: transform .3s ease; }
.service-card:hover .service-card-media img { transform: scale(1.08) rotate(-3deg); }
.service-card h3 { margin-bottom: 14px; }
.service-card h3 a { text-decoration: none; }
.service-card h3 a:hover { color: var(--brand); }
.service-card p { margin-bottom: 30px; color: var(--muted); font-size: .94rem; line-height: 1.55; }
.service-card .text-link { align-self: flex-start; margin-top: auto; }
.approach-section { padding-block: 20px 65px; background: var(--paper); }
.approach-grid { display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: clamp(60px, 8vw, 130px); }
.approach-visual { position: relative; display: grid; place-items: center; min-height: 500px; padding: 25px; overflow: hidden; background: linear-gradient(145deg, #403054, #2a2038); border-radius: 42px 140px 42px 42px; }
.approach-visual::before { content: ""; position: absolute; width: 350px; height: 350px; border: 1px solid #ffffffba; border-radius: 50%; }
.approach-visual img { position: relative; width: min(100%, 500px); height: auto; filter: drop-shadow(0 20px 20px rgb(31 26 43 / 8%)); }
.approach-copy { padding-block: 85px; max-width: 505px; }
.approach-copy h2 { margin-bottom: 22px; }
.approach-copy p:not(.eyebrow) { color: var(--muted); }
.approach-copy .text-link { margin-top: 17px; }
.partner-section { background: var(--paper); }
.partner-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; margin: 0; padding: 0; list-style: none; }
.partner-card { display: grid; place-items: center; min-height: 180px; overflow: hidden; background: linear-gradient(145deg, #2c2941, #211f32); border: 1px solid var(--line); border-radius: 24px; transition: border-color .2s ease, transform .2s ease, box-shadow .2s ease; }
.partner-card:hover { transform: translateY(-4px); border-color: rgb(201 170 255 / 45%); box-shadow: 0 18px 40px rgb(0 0 0 / 16%); }
.partner-card img { display: block; width: 155px; height: 155px; object-fit: contain; }
.partner-card--wide img { width: 220px; height: 220px; }
.process-steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 36px; list-style: none; margin: 0; padding: 0; }
.process-steps li { padding-top: 23px; border-top: 1px solid var(--line); }
.process-steps li > span { display: block; color: var(--brand); font-size: .73rem; font-weight: 700; letter-spacing: .13em; margin-bottom: 24px; }
.process-steps h3 { font-size: 1.25rem; margin-bottom: 12px; }
.process-steps p { max-width: 290px; color: var(--muted); font-size: .96rem; }

/* Secondary pages */
.page-hero { padding-block: clamp(70px, 8vw, 110px); background: var(--wash); }
.page-hero-inner { max-width: var(--wrap); }
.page-hero h1 { max-width: 890px; margin-bottom: 24px; }
.page-lead { max-width: 710px; margin-bottom: 0; color: var(--muted); font-size: clamp(1.15rem, 1.7vw, 1.35rem); line-height: 1.5; }
.page-hero--illustrated { padding-block: clamp(54px, 6vw, 80px); background: linear-gradient(135deg, #21182e, #15101e); }
.page-hero-grid { display: grid; grid-template-columns: 1.08fr .92fr; align-items: center; gap: clamp(40px, 6vw, 90px); }
.page-hero--illustrated h1 { max-width: 690px; }
.page-hero-image { position: relative; display: grid; place-items: center; min-height: 365px; padding: 18px; overflow: hidden; border-radius: 35px 115px 35px 35px; background: #38294d; }
.page-hero-image::before { content: ""; position: absolute; width: 300px; height: 300px; border: 1px solid #ffffffa8; border-radius: 50%; }
.page-hero-image img { position: relative; width: min(100%, 390px); max-height: 350px; height: auto; object-fit: contain; filter: drop-shadow(0 14px 18px rgb(31 26 43 / 8%)); }
.advice-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 20px; }
.advice-card { min-width: 0; overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius-lg); background: var(--surface); box-shadow: 0 12px 30px rgb(0 0 0 / 12%); transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease; }
.advice-card:hover { transform: translateY(-6px); border-color: #8d6abe; box-shadow: 0 22px 42px rgb(0 0 0 / 23%); }
.advice-card > a { display: flex; flex-direction: column; height: 100%; text-decoration: none; }
.advice-card-image { display: grid; place-items: center; min-height: 215px; padding: 18px; overflow: hidden; background: #32243f; }
.advice-card:nth-child(3n + 2) .advice-card-image { background: #392949; }
.advice-card:nth-child(3n) .advice-card-image { background: #30243d; }
.advice-card-image img { width: auto; max-width: 210px; max-height: 180px; height: auto; object-fit: contain; transition: transform .3s ease; }
.advice-card:hover .advice-card-image img { transform: scale(1.06) rotate(-2deg); }
.advice-card-copy { display: flex; flex: 1; flex-direction: column; padding: 26px; }
.advice-card h3 { margin-bottom: 13px; }
.advice-card p { margin-bottom: 24px; color: var(--muted); font-size: .93rem; line-height: 1.55; }
.advice-card-action { display: flex; align-items: center; justify-content: space-between; gap: 12px; margin-top: auto; padding-top: 15px; border-top: 1px solid var(--line); color: var(--brand); font-size: .86rem; font-weight: 700; }
.advice-card-action span { font-size: 1.18rem; font-weight: 400; transition: transform .2s ease; }
.advice-card:hover .advice-card-action span { transform: translate(3px, -3px); }
.service-hero { padding-block: 25px 90px; background: var(--wash); }
.breadcrumbs { display: flex; gap: 12px; align-items: center; margin-bottom: 66px; font-size: .75rem; color: var(--muted); }
.breadcrumbs a { text-decoration: none; }
.breadcrumbs a:hover { color: var(--brand); text-decoration: underline; }
.service-hero-grid { display: grid; grid-template-columns: 1.12fr .88fr; gap: 70px; align-items: center; }
.service-hero-grid h1 { max-width: 700px; margin-bottom: 25px; }
.service-hero-grid .page-lead { max-width: 560px; }
.service-hero-grid .button { margin-top: 34px; }
.service-visual { position: relative; display: grid; place-items: center; width: 100%; min-width: 0; min-height: 410px; aspect-ratio: 1.2; overflow: hidden; border-radius: 38px 125px 38px 38px; background: linear-gradient(145deg, #413052, #2a2038); }
.service-visual--image img { width: min(82%, 400px); max-height: 83%; height: auto; object-fit: contain; filter: drop-shadow(0 14px 14px rgb(31 26 43 / 7%)); }
.visual-corner { position: absolute; bottom: 18px; right: 21px; color: var(--brand); font-size: .7rem; font-weight: 700; letter-spacing: .16em; }
.service-visual--type { color: var(--brand); background: var(--surface-2); }
.service-visual--type > span { position: absolute; top: 27px; left: 32px; font-size: .75rem; font-weight: 700; letter-spacing: .12em; }
.service-visual--type p { z-index: 1; margin: 0; font-size: 2.2rem; font-weight: 700; line-height: 1.02; text-align: center; letter-spacing: -.05em; }
.type-circle { position: absolute; width: 290px; height: 290px; border: 1px solid #9c81c8; border-radius: 50%; }
.type-circle::after { content: ""; position: absolute; inset: 42px; border: 1px solid #9c81c8; border-radius: 50%; }
.intro-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: start; }
.intro-grid h2 { max-width: 500px; margin-bottom: 0; }
.intro-grid > p { max-width: 490px; padding-top: 32px; color: var(--muted); font-size: 1.1rem; }
.point-list { display: grid; grid-template-columns: repeat(3,1fr); gap: 25px; list-style: none; margin: 0; padding: 0; }
.point-list li { min-height: 245px; padding: 28px; background: var(--surface); border: 1px solid var(--line); border-radius: var(--radius); }
.point-n { display: block; margin-bottom: 35px; color: var(--brand); font-size: .73rem; font-weight: 700; }
.point-list h3 { margin-bottom: 12px; }
.point-list p { margin-bottom: 0; color: var(--muted); font-size: .93rem; line-height: 1.58; }
.note-grid { display: grid; grid-template-columns: .35fr 1fr; gap: 75px; align-items: center; max-width: 1000px; }
.note-mark { color: #b9a0ed; font-size: clamp(6rem, 16vw, 14rem); line-height: .7; font-weight: 400; }
.note-grid h2 { max-width: 730px; }
.note-grid p:not(.eyebrow) { max-width: 620px; color: var(--muted); font-size: 1.05rem; }
.related-section { padding-block: 58px; border-top: 1px solid var(--line); }
.related-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 70px; }
.related-grid h2 { font-size: 2rem; margin-bottom: 0; }
.related-grid ul { display: grid; gap: 12px; list-style: none; margin: 0; padding: 0; }
.related-grid li { padding: 0 0 11px; border-bottom: 1px solid var(--line); }
.related-grid .text-link { display: flex; border: 0; width: 100%; }

/* Contact */
.contact-grid { display: grid; grid-template-columns: .72fr 1.28fr; gap: clamp(60px, 8vw, 120px); }
.contact-aside { padding-top: 17px; }
.contact-aside h2 { font-size: 2rem; }
.email-link { color: var(--brand); font-weight: 700; text-decoration-thickness: 1px; text-underline-offset: 5px; }
.form-panel { padding: clamp(26px, 4vw, 54px); background: var(--surface); border: 1px solid var(--line); border-radius: var(--radius-lg); box-shadow: 0 12px 30px rgb(0 0 0 / 12%); }
.form-panel h2 { font-size: 2rem; margin-bottom: 37px; }
.contact-form { display: grid; gap: 21px; }
.form-two { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.form-row { display: grid; gap: 8px; }
.form-row label { font-size: .82rem; font-weight: 700; }
.form-row input, .form-row select, .form-row textarea { display: block; width: 100%; min-height: 50px; padding: 11px 13px; border: 1px solid var(--input-line); border-radius: 10px; color: var(--text); background: var(--paper); font-size: 1rem; line-height: 1.4; color-scheme: dark; }
.form-row textarea { min-height: 160px; resize: vertical; }
.form-row input:focus, .form-row select:focus, .form-row textarea:focus { border-color: var(--brand); }
.form-row [aria-invalid="true"] { border-color: var(--error); border-width: 2px; }
.field-error { margin: -1px 0 0; color: var(--error); font-size: .8rem; }
.form-privacy, .form-required { margin: 0; font-size: .8rem; color: var(--muted); }
.form-privacy a { color: var(--brand); text-decoration-thickness: 1px; text-underline-offset: 3px; }
.contact-form > .button { justify-self: start; border: 0; }
.honeypot { position: absolute; left: -9999px; width: 1px; height: 1px; overflow: hidden; }
.form-summary { padding: 14px 16px; border-left: 4px solid var(--error); color: var(--error); background: #3c2029; font-size: .9rem; }
.form-summary:focus { outline-color: var(--error); }

/* Legal */
.legal-layout { display: grid; grid-template-columns: .42fr 1fr; gap: clamp(50px, 8vw, 140px); align-items: start; }
.legal-toc { position: sticky; top: 30px; font-size: .86rem; }
.legal-toc p { font-weight: 700; }
.legal-toc ol { list-style: none; margin: 0; padding: 0; }
.legal-toc li { padding: 7px 0; }
.legal-toc a { color: var(--muted); text-decoration: none; }
.legal-toc a:hover { color: var(--brand); text-decoration: underline; }
.legal-content { max-width: 720px; }
.legal-updated { color: var(--muted); font-size: .8rem; margin-bottom: 32px; }
.legal-block { padding-block: 28px; border-top: 1px solid var(--line); scroll-margin-top: 30px; }
.legal-block h2 { font-size: 1.55rem; letter-spacing: -.025em; }
.legal-block p, .legal-block address { color: var(--muted); font-size: .96rem; line-height: 1.7; }
.legal-block a { color: var(--brand); }
.legal-intro { color: var(--muted); }

/* CTA and footer */
.cta-section { padding-block: 75px; color: var(--white); background: #392267; }
.cta-inner { display: flex; align-items: end; justify-content: space-between; gap: 40px; }
.cta-section .eyebrow { color: #d5c3fa; }
.cta-section .eyebrow-mark { background: var(--white); }
.cta-section h2 { max-width: 700px; margin-bottom: 16px; }
.cta-section p:not(.eyebrow) { max-width: 600px; margin: 0; color: #e2d9f3; }
.cta-section .button { flex: 0 0 auto; color: #1c112b; background: #d7bdff; }
.cta-section .button:hover { background: #eee1ff; }
.site-footer { color: var(--white); background: var(--ink); }
.footer-main { display: grid; grid-template-columns: 1.5fr 1fr .7fr; gap: 90px; padding-block: 90px 85px; }
.footer-brand img { width: 220px; height: auto; margin-bottom: 32px; }
.footer-brand p { color: #ded8e7; font-size: .95rem; }
.footer-contact { margin-top: 0; }
.site-footer a { color: inherit; text-decoration: none; }
.site-footer a:hover { color: #cdb9f9; text-decoration: underline; }
.footer-column h2 { margin-bottom: 26px; font-size: .85rem; letter-spacing: .07em; }
.footer-column ul { display: grid; gap: 13px; list-style: none; margin: 0; padding: 0; }
.footer-column li { font-size: .87rem; line-height: 1.45; color: #ded8e7; }
.footer-bottom { display: flex; justify-content: space-between; gap: 15px; padding-block: 20px 25px; border-top: 1px solid #ffffff32; color: #b9afc8; font-size: .75rem; }
.error-page { min-height: 100vh; display: grid; align-items: center; background: var(--ink); color: var(--white); }
.error-page main { padding-block: 60px; }
.error-page img { margin-bottom: 90px; }
.error-page main > p:first-of-type { color: #cdb9f9; font-weight: 700; letter-spacing: .2em; }
.error-page h1 { max-width: 650px; }
.error-page .button { margin: 30px 25px 0 0; background: #764ac5; }
.error-page .text-link { color: var(--white); }

@media (max-width: 1100px) {
  .header-inner { min-height: 78px; }
  .brand { width: 164px; }
  .nav-actions .button { display: none; }
  .hero-art { min-height: 470px; }
  .hero-copy h1 { font-size: clamp(3rem, 5vw, 4rem); }
  .advice-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 900px) {
  .container { width: min(calc(100% - 48px), var(--wrap)); }
  html:not(.js) .header-inner { flex-wrap: wrap; padding-block: 14px; }
  html:not(.js) .site-nav { flex-direction: column; align-items: stretch; width: 100%; }
  .js .menu-toggle { display: flex; width: 44px; height: 44px; flex-direction: column; align-items: center; justify-content: center; gap: 5px; margin-left: auto; border: 1px solid #ffffff72; border-radius: 3px; color: var(--white); background: transparent; }
  .menu-toggle span { width: 18px; height: 2px; background: currentColor; }
  .js .site-nav { display: none; position: absolute; top: 100%; left: 0; right: 0; padding: 15px 24px 25px; background: var(--ink); border-top: 1px solid #ffffff30; box-shadow: 0 20px 35px #1f1a2b33; }
  .js .site-nav.is-open { display: block; }
  .nav-links, .nav-actions { align-items: stretch; flex-direction: column; gap: 0; }
  .nav-link { font-size: 1rem; padding: 12px 0; }
  .nav-advice { display: block; position: relative; }
  .nav-advice > .nav-link { padding-right: 52px; }
  .nav-subnav-toggle { position: absolute; top: 0; right: 0; width: 44px; height: 44px; }
  .subnav { position: static; grid-template-columns: 1fr; width: 100%; margin: 7px 0 13px; box-shadow: none; animation: none; }
  .subnav::before { display: none; }
  .subnav-overview { grid-column: auto; }
  .nav-actions { margin-top: 15px; padding-top: 15px; border-top: 1px solid #ffffff30; }
  .nav-actions .button { display: inline-flex; align-self: flex-start; margin-top: 17px; }
  .language-switch { gap: 12px; }
  .hero-grid, .service-hero-grid { grid-template-columns: 1fr 1fr; gap: 28px; }
  .hero-art { min-height: 380px; border-radius: 30px 100px 30px 30px; }
  .hero-copy h1 { font-size: clamp(2.9rem, 5vw, 3.7rem); }
  .service-visual { min-height: 360px; }
  .service-grid { grid-template-columns: repeat(2, minmax(0,1fr)); }
  .advice-layout, .contact-grid { gap: 55px; }
  .point-list { gap: 14px; }
  .point-list li { padding: 22px; }
  .footer-main { gap: 40px; }
}

@media (max-width: 700px) {
  body { font-size: 17px; }
  .container { width: min(calc(100% - 40px), var(--wrap)); }
  .section { padding-block: 68px; }
  .header-inner { min-height: 72px; }
  .brand { width: 154px; }
  .home-hero { padding-top: 70px; }
  .hero-grid, .approach-grid, .page-hero-grid, .service-hero-grid, .intro-grid, .note-grid, .related-grid, .contact-grid, .legal-layout, .section-heading--split { grid-template-columns: 1fr; gap: 35px; }
  .hero-copy { padding-bottom: 5px; }
  .hero-copy h1 { max-width: 560px; font-size: clamp(2.6rem, 9.5vw, 3.5rem); }
  .hero-copy > p:not(.eyebrow) { font-size: 1.07rem; }
  .hero-actions { gap: 23px; }
  .hero-art { min-height: 300px; border-radius: 26px 90px 26px 26px; }
  .hero-art img { max-width: 430px; }
  .hero-ticker { margin-top: 46px; font-size: .63rem; line-height: 1.6; }
  .section-heading { margin-bottom: 35px; }
  .section-heading--split { gap: 0; }
  .service-grid { grid-template-columns: 1fr; }
  .partner-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; }
  .partner-card { min-height: 150px; border-radius: 18px; }
  .partner-card img { width: 130px; height: 130px; }
  .partner-card--wide img { width: 155px; height: 155px; }
  .service-card { min-height: 310px; padding: 24px; }
  .service-card-media { width: 120px; height: 106px; }
  .service-card p { margin-bottom: 22px; }
  .approach-grid { width: 100%; gap: 0; }
  .approach-visual { min-height: 325px; }
  .approach-visual img { max-width: 420px; }
  .approach-copy { padding: 65px 20px; }
  .process-steps { grid-template-columns: 1fr; gap: 25px; }
  .process-steps li > span { margin-bottom: 12px; }
  .page-hero { padding-block: 72px; }
  .page-hero--illustrated { padding-block: 52px; }
  .page-hero h1 { font-size: clamp(2.35rem, 8.2vw, 3.25rem); }
  .page-lead { font-size: 1.08rem; }
  .page-hero-image { min-height: 290px; border-radius: 26px 90px 26px 26px; }
  .page-hero-image img { max-height: 260px; }
  .advice-grid { grid-template-columns: 1fr; }
  .advice-card-image { min-height: 180px; }
  .advice-card-image img { max-height: 155px; }
  .service-hero { padding-bottom: 68px; }
  .breadcrumbs { margin-bottom: 42px; flex-wrap: wrap; }
  .service-hero-grid { gap: 38px; }
  .service-visual { min-height: 270px; max-width: 520px; aspect-ratio: 1.5; border-radius: 26px 90px 26px 26px; }
  .service-visual--image img { width: min(52%, 255px); }
  .service-visual--type p { font-size: 1.6rem; }
  .type-circle { transform: scale(.73); }
  .intro-grid > p { padding-top: 0; }
  .point-list { grid-template-columns: 1fr; }
  .point-list li { min-height: 170px; }
  .point-n { margin-bottom: 20px; }
  .note-grid { gap: 5px; }
  .note-mark { font-size: 6rem; }
  .related-grid { gap: 25px; }
  .contact-grid { gap: 38px; }
  .form-two { grid-template-columns: 1fr; gap: 21px; }
  .form-panel { padding: 27px 20px; }
  .legal-toc { position: static; }
  .legal-toc ol { columns: 2; }
  .cta-inner { align-items: start; flex-direction: column; gap: 25px; }
  .cta-section { padding-block: 65px; }
  .footer-main { grid-template-columns: 1fr 1fr; gap: 43px 25px; padding-block: 65px; }
  .footer-brand { grid-column: 1 / -1; }
  .footer-contact { margin-top: 0; }
}

@media (max-width: 420px) {
  .container { width: calc(100% - 32px); }
  .hero-copy h1 { font-size: 2.55rem; }
  .hero-actions { align-items: flex-start; flex-direction: column; }
  .hero-actions .button { width: 100%; }
  .hero-art { min-height: 260px; padding: 24px; }
  .page-hero-image { min-height: 250px; }
  .service-hero-grid .button { width: 100%; }
  .legal-toc ol { columns: 1; }
  .footer-main { grid-template-columns: 1fr; }
  .footer-brand { grid-column: auto; }
  .footer-bottom { flex-direction: column; gap: 4px; }
}

/* Atmospheric surfaces and motion */
body { font-family: Inter, ui-sans-serif, system-ui, -apple-system, "Segoe UI", sans-serif; }
.site-header { position: sticky; top: 0; background: rgb(20 19 33 / 88%); border-bottom: 1px solid rgb(201 170 255 / 10%); backdrop-filter: blur(18px); -webkit-backdrop-filter: blur(18px); }
.nav-actions .button, .button--primary { background: linear-gradient(115deg, #7541c6, #9d68e4); box-shadow: 0 9px 28px rgb(134 76 222 / 22%); }
.nav-actions .button:hover, .button--primary:hover { background: linear-gradient(115deg, #8654d4, #ac79eb); box-shadow: 0 13px 35px rgb(134 76 222 / 35%); }
.button { border-radius: 999px; }
.button--secondary { background: rgb(201 170 255 / 5%); }
.button--secondary:hover { background: rgb(201 170 255 / 11%); }
.eyebrow { letter-spacing: .15em; }
.eyebrow-mark { box-shadow: 0 0 0 5px rgb(169 110 255 / 12%), 0 0 18px rgb(169 110 255 / 58%); }
.gradient-text { color: #e8d6ff; background: linear-gradient(100deg, #f4eaff 4%, #c196ff 54%, #9c6ce2 100%); -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent; }

.home-hero { padding: 104px 0 30px; background: radial-gradient(ellipse 54% 50% at 50% 62%, rgb(109 70 170 / 24%), transparent 80%), radial-gradient(ellipse 45% 36% at 3% 9%, rgb(63 75 133 / 18%), transparent 75%), #171622; }
.home-hero::before { content: ""; position: absolute; inset: 0; pointer-events: none; opacity: .34; background-image: radial-gradient(circle, #cfb9f9 1px, transparent 1.4px); background-size: 113px 107px; mask-image: linear-gradient(to bottom, transparent, #000 25%, #000 85%, transparent); }
.hero-grid { position: relative; display: block; }
.hero-copy { position: relative; z-index: 2; max-width: 920px; margin-inline: auto; padding: 0; text-align: center; animation: hero-enter .6s both; }
.hero-copy h1 { max-width: 920px; margin-bottom: 24px; font-size: clamp(2.65rem, 4.2vw, 3.6rem); line-height: 1.12; letter-spacing: -.035em; }
.hero-copy > p:not(.eyebrow) { max-width: 690px; margin-inline: auto; }
.hero-actions { justify-content: center; margin-top: 32px; }
.hero-actions .text-link { border: 1px solid var(--line); border-radius: 999px; padding: 13px 20px; background: rgb(255 255 255 / 3%); color: var(--text); }
.hero-actions .text-link:hover { color: var(--hover); background: rgb(201 170 255 / 9%); }
.hero-stage { position: relative; width: min(100%, 780px); height: 460px; margin: 18px auto 0; display: grid; place-items: center; isolation: isolate; animation: hero-enter .7s .1s both; }
.hero-stage::before { content: ""; position: absolute; z-index: -1; width: 540px; height: 340px; background: #8654d4; border-radius: 50%; filter: blur(95px); opacity: .26; animation: glow-breathe 5s ease-in-out infinite; }
.orbit-ring { position: absolute; border: 2px solid rgb(196 157 255 / 38%); border-radius: 50%; transform: rotate(-15deg); box-shadow: 0 0 24px rgb(160 105 239 / 16%); }
.orbit-ring--outer { width: min(98%, 730px); height: 330px; animation: orbit-sway 8s ease-in-out infinite alternate; }
.orbit-ring--inner { width: min(75%, 550px); height: 280px; border-style: dashed; border-color: rgb(196 157 255 / 34%); transform: rotate(18deg); animation: orbit-sway 10s ease-in-out infinite alternate-reverse; }
.orbit-ring--halo { width: 430px; height: 430px; border-top-color: rgb(221 192 255 / 86%); border-right-color: rgb(190 140 255 / 55%); border-bottom-color: rgb(190 140 255 / 10%); border-left-color: rgb(190 140 255 / 27%); box-shadow: 0 0 30px rgb(158 96 237 / 25%), inset 0 0 25px rgb(158 96 237 / 12%); animation: halo-spin 13s linear infinite; }
.hero-art { position: relative; width: 352px; height: 352px; min-height: 0; padding: 18px; border: 1px solid rgb(225 197 255 / 28%); border-radius: 50%; background: radial-gradient(circle at 35% 24%, #67449b, #352b63 62%, #292347); box-shadow: inset 0 0 70px rgb(0 0 0 / 15%), 0 0 75px rgb(146 88 223 / 22%); }
.hero-art::before { width: 280px; height: 280px; right: -70px; top: -80px; border-color: rgb(255 255 255 / 13%); }
.hero-art::after { width: 200px; height: 200px; }
.hero-art img { width: 100%; max-height: 330px; object-fit: contain; animation: art-float 6s ease-in-out infinite; }
.hero-art:hover img { transform: none; }
.orbit-satellite { position: absolute; z-index: 2; display: grid; place-items: center; width: 93px; height: 93px; padding: 10px; overflow: hidden; border: 1px solid rgb(205 168 255 / 25%); border-radius: 25px; background: linear-gradient(145deg, #342b4a, #252338); box-shadow: 0 12px 35px rgb(0 0 0 / 22%), 0 0 25px rgb(156 97 237 / 16%); animation: satellite-float 5s ease-in-out infinite; }
.orbit-satellite img { width: 100%; height: 100%; object-fit: contain; }
.orbit-satellite--one { left: 4%; top: 11%; }
.orbit-satellite--two { right: 5%; top: 9%; animation-delay: -1.5s; }
.orbit-satellite--three { left: 8%; bottom: 9%; animation-delay: -3s; }
.orbit-satellite--four { right: 7%; bottom: 9%; animation-delay: -4.2s; }

.services-section { background: radial-gradient(ellipse 42% 23% at 98% 7%, rgb(117 73 175 / 11%), transparent 90%), var(--paper); }
.section--light { background: radial-gradient(ellipse 50% 55% at 2% 0%, rgb(98 65 144 / 10%), transparent 75%), var(--wash); }
.service-card, .advice-card, .point-list li, .form-panel { background: linear-gradient(145deg, #25253a, #202031); border-color: rgb(201 170 255 / 14%); box-shadow: 0 15px 34px rgb(0 0 0 / 12%); }
.service-card, .advice-card { overflow: hidden; }
.service-card::before, .advice-card::before { content: ""; position: absolute; inset: -1px; pointer-events: none; border-radius: inherit; background: radial-gradient(circle at 80% 4%, rgb(162 103 244 / 14%), transparent 45%); opacity: 0; transition: opacity .35s ease; }
.service-card:hover::before, .advice-card:hover::before { opacity: 1; }
.service-card:hover, .advice-card:hover { border-color: rgb(191 147 255 / 48%); box-shadow: 0 20px 50px rgb(78 41 132 / 20%); }
.service-card-media, .advice-card-image { background: linear-gradient(145deg, #302944, #29263d); }
.advice-card:nth-child(3n + 2) .advice-card-image { background: linear-gradient(145deg, #382e4d, #28263d); }
.advice-card:nth-child(3n) .advice-card-image { background: linear-gradient(145deg, #302b4a, #27253c); }
.approach-section { background: var(--paper); }
.approach-visual, .page-hero-image, .service-visual { border: 1px solid rgb(201 170 255 / 18%); box-shadow: 0 20px 55px rgb(0 0 0 / 13%); }
.page-hero, .service-hero { background: radial-gradient(ellipse 50% 80% at 95% 10%, rgb(117 73 175 / 13%), transparent 90%), var(--wash); }
.page-hero--illustrated { background: radial-gradient(ellipse 50% 70% at 80% 40%, rgb(117 73 175 / 18%), transparent 90%), var(--wash); }
.page-hero-image img, .service-visual--image img, .approach-visual img { animation: art-float 7s ease-in-out infinite; }
.cta-section { position: relative; overflow: hidden; background: radial-gradient(circle at 85% 50%, rgb(176 111 255 / 26%), transparent 40%), linear-gradient(115deg, #38245e, #272139); border-block: 1px solid rgb(201 170 255 / 20%); }
.cta-section::before { content: ""; position: absolute; width: 440px; height: 440px; left: -160px; top: -200px; border: 1px solid rgb(255 255 255 / 11%); border-radius: 50%; pointer-events: none; }
.cta-inner { position: relative; }
.site-footer { background: #14131f; }
.error-page { background: var(--paper); }

.js .reveal { opacity: 0; transform: translateY(24px); transition: opacity .7s ease, transform .7s cubic-bezier(.2,.7,.2,1); }
.js .reveal.is-visible { opacity: 1; transform: translateY(0); }
.js .reveal.is-visible:nth-child(2) { transition-delay: .07s; }
.js .reveal.is-visible:nth-child(3) { transition-delay: .14s; }

@keyframes hero-enter { from { transform: translateY(12px); } to { transform: translateY(0); } }
@keyframes art-float { 0%, 100% { translate: 0 0; } 50% { translate: 0 -11px; } }
@keyframes satellite-float { 0%, 100% { translate: 0 0; } 50% { translate: 0 -9px; } }
@keyframes glow-breathe { 0%, 100% { opacity: .2; scale: .9; } 50% { opacity: .36; scale: 1.12; } }
@keyframes orbit-sway { from { rotate: -19deg; } to { rotate: 19deg; } }
@keyframes halo-spin { from { transform: rotate(0deg); } to { transform: rotate(360deg); } }

@media (max-width: 700px) {
  .home-hero { padding-top: 66px; }
  .hero-grid { display: block; }
  .hero-copy { padding: 0; }
  .hero-copy h1 { font-size: clamp(2.15rem, 7.2vw, 3rem); }
  .hero-stage { height: 360px; margin-top: 16px; }
  .hero-art { width: 265px; height: 265px; padding: 12px; border-radius: 50%; }
  .hero-art img { max-height: 250px; }
  .orbit-ring--outer { width: 100%; height: 230px; }
  .orbit-ring--inner { width: 88%; height: 210px; }
  .orbit-ring--halo { width: min(100%, 315px); height: min(100vw, 315px); }
  .orbit-satellite { width: 68px; height: 68px; padding: 7px; border-radius: 19px; }
  .orbit-satellite--one { left: 1%; top: 6%; }
  .orbit-satellite--two { right: 1%; top: 6%; }
  .orbit-satellite--three { left: 2%; bottom: 4%; }
  .orbit-satellite--four { right: 2%; bottom: 4%; }
}
@media (max-width: 420px) {
  .hero-copy h1 { font-size: 2.15rem; }
  .hero-actions { align-items: stretch; gap: 13px; }
  .hero-actions .text-link { width: 100%; justify-content: center; }
  .hero-stage { height: 315px; }
  .hero-art { width: 225px; height: 225px; }
  .hero-art img { max-height: 210px; }
  .orbit-satellite { width: 60px; height: 60px; }
  .orbit-ring--halo { width: min(100%, 270px); height: min(100vw, 270px); }
}

@media (prefers-reduced-motion: reduce) {
  .hero-copy, .hero-stage, .hero-art img, .orbit-satellite, .orbit-ring, .hero-stage::before, .page-hero-image img, .service-visual--image img, .approach-visual img { animation: none !important; }
  .js .reveal { opacity: 1; transform: none; }
  *, *::before, *::after { scroll-behavior: auto !important; animation-duration: .01ms !important; transition-duration: .01ms !important; }
}
