:root {
  --ink: #07110f;
  --ink-soft: #0d1d19;
  --panel: #10241f;
  --paper: #f2f0e8;
  --paper-deep: #e8e5db;
  --lime: #c7f478;
  --mint: #7cb9ae;
  --white: #fbfcf7;
  --muted: #9dafaa;
  --line: rgba(255, 255, 255, 0.12);
  --dark-line: rgba(7, 17, 15, 0.14);
  --sans: Inter, "Noto Sans TC", "PingFang TC", "Microsoft JhengHei", system-ui, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--white);
  background: var(--ink);
  font-family: var(--sans);
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
  transition: opacity .18s ease;
}
.js body:not(.lang-ready) { opacity: 0; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
button { color: inherit; }
.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; }
.page-noise {
  position: fixed; inset: 0; pointer-events: none; z-index: 20; opacity: .045;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.88' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.7'/%3E%3C/svg%3E");
}
.section-shell { width: min(1220px, calc(100% - 64px)); margin-inline: auto; }

.site-header {
  position: fixed; top: 0; left: 0; right: 0; z-index: 15; height: 88px;
  display: grid; grid-template-columns: 1fr auto 1fr; align-items: center;
  padding: 0 max(32px, calc((100vw - 1220px) / 2));
  border-bottom: 1px solid transparent; transition: .3s ease;
}
.site-header.scrolled { height: 72px; background: rgba(7,17,15,.84); backdrop-filter: blur(18px); border-bottom-color: var(--line); }
.brand { display: inline-flex; align-items: center; gap: 12px; width: max-content; font-weight: 800; letter-spacing: .12em; }
.brand-mark { width: 34px; height: 34px; fill: none; stroke: var(--lime); stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.desktop-nav { display: flex; align-items: center; gap: 38px; color: #c5d1cd; font-size: 14px; }
.desktop-nav a, .footer-links a { transition: color .2s; }
.desktop-nav a:hover, .footer-links a:hover { color: var(--lime); }
.header-actions { justify-self: end; display: flex; align-items: center; gap: 24px; }
.language-switcher { display: flex; align-items: center; padding: 3px; border: 1px solid rgba(199,244,120,.25); }
.language-option { min-width: 29px; padding: 5px 7px; color: #80918b; background: transparent; border: 0; cursor: pointer; font-size: 10px; font-weight: 800; letter-spacing: .04em; transition: color .2s, background .2s; }
.language-option:hover { color: var(--white); }
.language-option.active, .language-option[aria-pressed="true"] { color: var(--ink); background: var(--lime); }
.language-select-wrap { position: relative; display: block; }
.language-select { min-width: 78px; height: 32px; padding: 0 29px 0 11px; color: #d7e2de; background-color: transparent; background-image: linear-gradient(45deg, transparent 50%, var(--lime) 50%), linear-gradient(135deg, var(--lime) 50%, transparent 50%); background-position: calc(100% - 13px) 13px, calc(100% - 9px) 13px; background-size: 4px 4px, 4px 4px; background-repeat: no-repeat; border: 1px solid rgba(199,244,120,.28); border-radius: 0; outline: 0; cursor: pointer; font-size: 10px; font-weight: 800; letter-spacing: .08em; appearance: none; }
.language-select:focus { border-color: var(--lime); }
.language-select option { color: var(--ink); background: var(--white); }
.header-cta { display: flex; align-items: center; gap: 12px; font-size: 14px; padding-bottom: 4px; border-bottom: 1px solid var(--lime); }
.header-cta span { color: var(--lime); }
.menu-button, .mobile-nav { display: none; }

.hero { min-height: 920px; padding-top: 184px; display: grid; grid-template-columns: 1.02fr .98fr; grid-template-rows: 1fr auto; gap: 45px 70px; position: relative; }
.hero::before { content: ""; position: absolute; width: 650px; height: 650px; left: -430px; top: 90px; border: 1px solid rgba(124,185,174,.12); border-radius: 50%; box-shadow: 0 0 0 100px rgba(124,185,174,.025), 0 0 0 200px rgba(124,185,174,.018); }
.hero-copy { position: relative; z-index: 1; align-self: center; padding-bottom: 70px; }
.eyebrow { margin: 0 0 28px; color: var(--lime); font-size: 11px; font-weight: 700; letter-spacing: .22em; }
.hero h1 { margin: 0; font-size: clamp(52px, 6vw, 88px); font-weight: 500; line-height: 1.08; letter-spacing: -.055em; }
.hero h1 span { color: #a9bbb5; }
.hero-intro { max-width: 600px; margin: 36px 0 0; color: #b7c4bf; font-size: 18px; line-height: 1.9; }
.hero-actions { display: flex; align-items: center; gap: 38px; margin-top: 43px; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 22px; min-height: 54px; padding: 0 24px; border: 1px solid transparent; cursor: pointer; font-weight: 700; font-size: 14px; transition: transform .2s, background .2s, color .2s, border-color .2s; }
.button:hover { transform: translateY(-2px); }
.button-primary { background: var(--lime); color: var(--ink); }
.button-primary:hover { background: #dcffa0; }
.button-outline { border-color: rgba(7,17,15,.35); color: var(--ink); }
.button-outline:hover { background: var(--ink); color: var(--white); }
.text-link { color: #d7dfdc; font-size: 14px; display: inline-flex; gap: 14px; }
.text-link span { color: var(--lime); }

.hero-visual { position: relative; align-self: center; min-width: 0; }
.visual-glow { position: absolute; width: 420px; height: 420px; background: rgba(60,144,127,.25); filter: blur(100px); border-radius: 50%; left: 10%; top: 5%; }
.market-card { position: relative; z-index: 1; padding: 28px; border: 1px solid rgba(190,236,193,.19); background: linear-gradient(150deg, rgba(23,53,45,.92), rgba(9,25,21,.82)); box-shadow: 0 38px 90px rgba(0,0,0,.35); backdrop-filter: blur(12px); transform: perspective(1000px) rotateY(-4deg) rotateX(2deg); }
.market-card-head { display: flex; align-items: flex-start; justify-content: space-between; }
.market-card-head > div { display: grid; gap: 7px; }
.market-card-head .label { color: var(--muted); font-size: 9px; letter-spacing: .2em; }
.market-card-head strong { font-size: 18px; font-weight: 600; }
.live-dot { display: flex; align-items: center; gap: 8px; padding: 7px 9px; background: rgba(199,244,120,.08); color: var(--lime); font-size: 8px; letter-spacing: .15em; }
.live-dot i { width: 5px; height: 5px; border-radius: 50%; background: var(--lime); box-shadow: 0 0 0 4px rgba(199,244,120,.12); }
.market-chart { width: 100%; overflow: visible; margin: 35px 0 20px; }
.chart-grid path { stroke: rgba(255,255,255,.06); stroke-width: 1; }
.chart-area { fill: url(#areaGradient); }
.chart-line { fill: none; stroke: url(#lineGradient); stroke-width: 3; stroke-linecap: round; }
.chart-point { fill: var(--lime); }
.chart-pulse { fill: none; stroke: var(--lime); opacity: .35; transform-origin: 560px 30px; animation: pulse 2.4s ease-out infinite; }
@keyframes pulse { 0% { transform: scale(.6); opacity: .5; } 70%,100% { transform: scale(1.8); opacity: 0; } }
.market-meta { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); padding-top: 20px; }
.market-meta div { display: grid; gap: 6px; padding-left: 15px; border-left: 1px solid var(--line); }
.market-meta span { color: var(--muted); font-size: 10px; }
.market-meta strong { font-size: 13px; font-weight: 600; }
.floating-note { position: absolute; z-index: 2; display: flex; gap: 10px; padding: 13px 16px; font-size: 11px; letter-spacing: .08em; background: #e8ede5; color: var(--ink); box-shadow: 0 16px 50px rgba(0,0,0,.28); }
.floating-note span { color: #598679; }
.note-one { left: -30px; top: 29%; }
.note-two { right: -25px; bottom: 21%; }
.hero-footer { grid-column: 1 / -1; display: flex; justify-content: space-between; align-items: center; padding: 24px 0; border-top: 1px solid var(--line); color: #81938d; font-size: 11px; letter-spacing: .1em; }
.scroll-cue { display: flex; align-items: center; gap: 12px; }
.scroll-cue span { width: 26px; height: 1px; background: var(--lime); }

.principles { background: #0a1714; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.principle-strip { display: grid; grid-template-columns: repeat(4, 1fr); }
.principle-strip > div { position: relative; display: grid; gap: 6px; padding: 36px 28px; border-right: 1px solid var(--line); }
.principle-strip > div:first-child { border-left: 1px solid var(--line); }
.principle-strip span { position: absolute; right: 18px; top: 14px; color: #53655f; font-size: 9px; }
.principle-strip strong { font-size: 13px; letter-spacing: .04em; }
.principle-strip small { color: #82948e; font-size: 12px; }

.services { padding-top: 150px; padding-bottom: 160px; }
.section-heading { display: grid; grid-template-columns: 1.5fr .65fr; align-items: end; gap: 100px; margin-bottom: 70px; }
.section-heading h2, .approach h2, .about h2, .contact h2 { margin: 0; font-size: clamp(38px, 4.3vw, 62px); font-weight: 500; letter-spacing: -.045em; line-height: 1.2; }
.section-heading > p { margin: 0 0 6px; color: #9caea8; line-height: 1.9; }
.service-grid { display: grid; grid-template-columns: repeat(3, 1fr); border: 1px solid var(--line); }
.service-card { min-height: 490px; display: flex; flex-direction: column; padding: 30px; border-right: 1px solid var(--line); transition: transform .3s, background .3s; }
.service-card:last-child { border-right: 0; }
.service-card:hover { transform: translateY(-8px); background: rgba(255,255,255,.035); }
.service-card.featured { background: var(--lime); color: var(--ink); }
.service-card.featured:hover { background: #d5fa91; }
.service-top { display: flex; justify-content: space-between; color: #6f817b; font-size: 11px; }
.service-card.featured .service-top { color: #58733d; }
.service-top i { font-style: normal; font-size: 18px; }
.service-icon { width: 92px; height: 92px; margin: 65px 0 44px; position: relative; }
.icon-research { display: flex; align-items: flex-end; gap: 7px; padding: 16px; border: 1px solid #42655c; }
.icon-research b { display: block; width: 10px; background: var(--mint); }
.icon-research b:nth-child(1) { height: 30%; }.icon-research b:nth-child(2) { height: 70%; }.icon-research b:nth-child(3) { height: 48%; }.icon-research b:nth-child(4) { height: 85%; background: var(--lime); }
.icon-strategy { border: 1px solid #75944d; border-radius: 50%; }
.icon-strategy::before, .icon-strategy::after { content: ""; position: absolute; border-radius: 50%; border: 1px solid #75944d; inset: 14px; }
.icon-strategy::after { inset: 31px; background: var(--ink); }
.icon-strategy b { position: absolute; width: 50%; height: 1px; background: #75944d; top: 50%; left: 50%; transform-origin: left; }
.icon-strategy b:nth-child(1) { transform: rotate(15deg); }.icon-strategy b:nth-child(2) { transform: rotate(135deg); }.icon-strategy b:nth-child(3) { transform: rotate(255deg); }
.icon-risk { border-left: 1px solid #42655c; border-bottom: 1px solid #42655c; }
.icon-risk b { position: absolute; left: 10px; right: -5px; height: 1px; background: var(--mint); transform: rotate(-26deg); top: 54px; }
.icon-risk b:nth-child(2) { left: 43px; top: 42px; right: -3px; transform: rotate(33deg); background: var(--lime); }
.service-card h3 { margin: 0 0 15px; font-size: 26px; font-weight: 600; }
.service-card > p { margin: 0; color: #9eb0aa; font-size: 14px; line-height: 1.8; }
.service-card.featured > p { color: #3c522b; }
.service-card ul { list-style: none; padding: 0; margin: auto 0 0; display: flex; gap: 10px; flex-wrap: wrap; }
.service-card li { padding: 7px 9px; border: 1px solid var(--line); color: #a9bbb5; font-size: 10px; }
.service-card.featured li { border-color: rgba(7,17,15,.18); color: #40592d; }

.approach { background: var(--paper); color: var(--ink); padding: 155px 0; }
.approach-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 130px; }
.approach-copy { position: sticky; top: 140px; height: max-content; }
.approach-copy .eyebrow, .about .eyebrow { color: #55766b; }
.approach-copy > p:not(.eyebrow) { max-width: 470px; color: #53605c; line-height: 1.9; margin: 36px 0; }
.process-list { padding: 0; margin: 0; list-style: none; border-top: 1px solid var(--dark-line); }
.process-list li { display: grid; grid-template-columns: 80px 1fr; gap: 30px; padding: 35px 0; border-bottom: 1px solid var(--dark-line); transition: padding-left .25s; }
.process-list li:hover { padding-left: 14px; }
.process-list li > span { color: #709086; font-size: 11px; padding-top: 7px; }
.process-list h3 { margin: 0 0 10px; font-size: 24px; font-weight: 600; }
.process-list p { margin: 0; color: #697570; font-size: 14px; line-height: 1.7; }

.insight { padding: 140px 0; }
.insight-card { min-height: 440px; display: grid; grid-template-columns: .85fr 1.15fr; align-items: center; overflow: hidden; border: 1px solid var(--line); background: linear-gradient(120deg, #0d201b, #102b24); }
.insight-graphic { height: 100%; min-height: 440px; position: relative; display: grid; place-items: center; border-right: 1px solid var(--line); background: radial-gradient(circle at center, rgba(199,244,120,.13), transparent 50%); }
.orbit { position: absolute; border: 1px solid rgba(199,244,120,.18); border-radius: 50%; }
.orbit-one { width: 130px; height: 130px; }.orbit-two { width: 240px; height: 240px; border-style: dashed; animation: spin 24s linear infinite; }.orbit-three { width: 360px; height: 360px; opacity: .5; }
.orbit-two::before, .orbit-three::before { content: ""; position: absolute; width: 7px; height: 7px; border-radius: 50%; background: var(--lime); left: 50%; top: -4px; }
@keyframes spin { to { transform: rotate(360deg); } }
.core { width: 82px; height: 82px; display: grid; place-content: center; gap: 4px; text-align: center; border-radius: 50%; background: var(--lime); color: var(--ink); box-shadow: 0 0 50px rgba(199,244,120,.25); }
.core span { font-size: 9px; font-weight: 800; letter-spacing: .15em; }.core strong { font-size: 22px; }
.insight-copy { padding: 65px 75px; }
.insight-copy blockquote { margin: 0 0 38px; font-size: clamp(26px, 3vw, 42px); line-height: 1.5; font-weight: 400; letter-spacing: -.025em; }
.insight-copy > p:last-child { margin: 0; color: #7d928b; font-size: 9px; letter-spacing: .18em; }

.about { display: grid; grid-template-columns: .4fr 1.6fr; padding-top: 30px; padding-bottom: 150px; }
.about-copy { border-top: 1px solid var(--line); padding-top: 48px; }
.about-columns { display: grid; grid-template-columns: 1fr 1fr; gap: 65px; margin-top: 55px; }
.about-columns p { margin: 0; color: #a6b6b1; line-height: 1.9; }

.contact { background: var(--paper); color: var(--ink); padding: 140px 0; }
.contact-inner { display: grid; grid-template-columns: .85fr 1.15fr; gap: 120px; }
.contact-copy .eyebrow { color: #587b6f; }
.contact-copy > p:not(.eyebrow) { color: #68746f; margin-top: 30px; line-height: 1.8; }
.contact-details { display: grid; gap: 0; margin-top: 48px; border-top: 1px solid rgba(7,17,15,.17); }
.contact-detail { display: grid; grid-template-columns: 82px 1fr; gap: 20px; padding: 22px 0; border-bottom: 1px solid rgba(7,17,15,.17); color: var(--ink); font-style: normal; }
.contact-detail-label { color: #658078; font-size: 10px; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.contact-detail strong { font-size: 14px; font-weight: 600; line-height: 1.7; overflow-wrap: anywhere; }
a.contact-detail strong { transition: color .2s; }
a.contact-detail:hover strong { color: #4c7b6f; }
.contact-form { display: grid; gap: 25px; padding: 42px; background: var(--white); border: 1px solid rgba(7,17,15,.1); box-shadow: 0 25px 65px rgba(7,17,15,.08); }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
.contact-form label { display: grid; gap: 10px; font-size: 11px; font-weight: 700; letter-spacing: .08em; }
.contact-form input, .contact-form select, .contact-form textarea { width: 100%; padding: 14px 0; border: 0; border-bottom: 1px solid rgba(7,17,15,.2); border-radius: 0; outline: 0; color: var(--ink); background: transparent; resize: vertical; transition: border-color .2s; }
.contact-form input:focus, .contact-form select:focus, .contact-form textarea:focus { border-color: #5a8b7d; }
.contact-form .button { justify-self: start; border: 0; }
.form-status { min-height: 18px; margin: -10px 0 0; color: #477166; font-size: 12px; }

.site-footer { background: #050d0b; padding: 75px 0 35px; }
.footer-inner { display: grid; grid-template-columns: 1fr auto; gap: 65px; }
.footer-brand { margin-bottom: 18px; }
.footer-inner > div:first-child > p { margin: 0; color: #74847f; font-size: 11px; letter-spacing: .08em; }
.footer-links { display: flex; gap: 32px; color: #9eaca8; font-size: 13px; }
.footer-legal { grid-column: 1 / -1; display: flex; justify-content: space-between; padding-top: 28px; border-top: 1px solid var(--line); color: #586660; font-size: 10px; }

.legal-hero { padding: 190px 0 105px; background: radial-gradient(circle at 78% 25%, rgba(87,153,137,.2), transparent 32%), var(--ink); }
.legal-hero h1 { max-width: 820px; margin: 0; font-size: clamp(54px, 7vw, 96px); font-weight: 500; letter-spacing: -.055em; line-height: 1; }
.legal-hero-copy { display: grid; grid-template-columns: 1.35fr .65fr; align-items: end; gap: 90px; margin-top: 52px; }
.legal-hero-copy > p { max-width: 700px; margin: 0; color: #aebdb8; font-size: 17px; line-height: 1.85; }
.legal-updated { justify-self: end; padding-top: 13px; border-top: 1px solid var(--line); color: #7f918b; font-size: 10px; letter-spacing: .12em; }
.legal-content-wrap { padding: 105px 0 140px; background: var(--paper); color: var(--ink); }
.legal-layout { display: grid; grid-template-columns: 250px minmax(0, 760px); justify-content: space-between; gap: 100px; }
.legal-toc { position: sticky; top: 110px; align-self: start; display: grid; gap: 0; border-top: 1px solid var(--dark-line); }
.legal-toc a { padding: 14px 0; border-bottom: 1px solid var(--dark-line); color: #697670; font-size: 12px; transition: color .2s, padding-left .2s; }
.legal-toc a:hover { padding-left: 7px; color: var(--ink); }
.legal-content { display: grid; gap: 0; }
.legal-section { scroll-margin-top: 100px; padding: 0 0 55px; margin-bottom: 55px; border-bottom: 1px solid var(--dark-line); }
.legal-section:last-child { margin-bottom: 0; }
.legal-section-number { display: block; margin-bottom: 17px; color: #68877e; font-size: 10px; font-weight: 800; letter-spacing: .16em; }
.legal-section h2 { margin: 0 0 24px; font-size: clamp(28px, 3vw, 40px); font-weight: 600; letter-spacing: -.035em; }
.legal-section h3 { margin: 30px 0 10px; font-size: 17px; }
.legal-section p { margin: 0 0 17px; color: #56635e; font-size: 15px; line-height: 1.9; }
.legal-section ul { display: grid; gap: 12px; margin: 22px 0; padding: 0; list-style: none; }
.legal-section li { position: relative; padding-left: 24px; color: #56635e; font-size: 15px; line-height: 1.75; }
.legal-section li::before { content: ""; position: absolute; left: 0; top: .72em; width: 7px; height: 7px; background: #638d81; }
.legal-contact-card { display: grid; gap: 10px; margin-top: 28px; padding: 28px; background: #e4e9df; }
.legal-contact-card strong { font-size: 17px; }
.legal-contact-card a { width: max-content; color: #376b5d; border-bottom: 1px solid #74988f; }
.legal-note { padding: 20px 23px; border-left: 3px solid #71978c; background: rgba(113,151,140,.09); }

@media (max-width: 1000px) {
  .legal-layout { grid-template-columns: 1fr; gap: 65px; }
  .legal-toc { position: static; grid-template-columns: repeat(2, 1fr); column-gap: 30px; }
}

.reveal { opacity: 0; transform: translateY(24px); transition: opacity .75s ease, transform .75s ease; }
.reveal.visible { opacity: 1; transform: none; }

@media (max-width: 1000px) {
  .desktop-nav, .header-cta { display: none; }
  .site-header { grid-template-columns: 1fr auto auto; gap: 14px; padding-inline: 28px; }
  .menu-button { display: grid; width: 42px; height: 42px; place-content: center; gap: 7px; background: transparent; border: 1px solid var(--line); cursor: pointer; }
  .menu-button span:not(.sr-only) { display: block; width: 18px; height: 1px; background: white; transition: transform .25s; }
  .menu-button[aria-expanded="true"] span:first-child { transform: translateY(4px) rotate(45deg); }
  .menu-button[aria-expanded="true"] span:nth-child(2) { transform: translateY(-4px) rotate(-45deg); }
  .mobile-nav { position: absolute; top: 100%; left: 0; right: 0; display: grid; padding: 24px 28px 32px; gap: 22px; background: rgba(7,17,15,.97); border-bottom: 1px solid var(--line); transform: translateY(-10px); opacity: 0; visibility: hidden; transition: .25s; }
  .mobile-nav.open { opacity: 1; visibility: visible; transform: none; }
  .header-actions { gap: 0; }
  .hero { grid-template-columns: 1fr; padding-top: 155px; }
  .hero-copy { padding-bottom: 0; }
  .hero-visual { max-width: 700px; }
  .hero-footer { margin-top: 30px; }
  .section-heading { grid-template-columns: 1fr; gap: 30px; }
  .approach-grid { grid-template-columns: 1fr; gap: 75px; }
  .approach-copy { position: static; }
  .contact-inner { grid-template-columns: 1fr; gap: 65px; }
}

@media (max-width: 720px) {
  .section-shell { width: min(100% - 36px, 1220px); }
  .site-header { height: 72px; padding-inline: 18px; }
  .language-select { min-width: 67px; padding-left: 8px; }
  .brand { gap: 8px; font-size: 11px; letter-spacing: .055em; }.brand-mark { width: 27px; height: 27px; flex: 0 0 auto; }
  .footer-brand { font-size: 13px; }
  .hero { min-height: auto; padding-top: 125px; gap: 35px; }
  .hero h1 { font-size: clamp(46px, 14vw, 68px); }
  .hero-intro { font-size: 16px; line-height: 1.8; }
  .hero-actions { align-items: flex-start; flex-direction: column; gap: 24px; }
  .market-card { padding: 20px; transform: none; }
  .market-chart { margin: 25px 0 10px; }
  .floating-note { display: none; }
  .market-meta strong { font-size: 11px; }
  .hero-footer > p { display: none; }
  .hero-footer { justify-content: flex-end; }
  .principle-strip { grid-template-columns: 1fr 1fr; }
  .principle-strip > div { border-bottom: 1px solid var(--line); padding: 28px 20px; }
  .services { padding: 100px 0; }
  .service-grid { grid-template-columns: 1fr; }
  .service-card { border-right: 0; border-bottom: 1px solid var(--line); min-height: 450px; }
  .service-card:last-child { border-bottom: 0; }
  .approach { padding: 100px 0; }
  .process-list li { grid-template-columns: 45px 1fr; gap: 14px; }
  .insight { padding: 90px 0; }
  .insight-card { grid-template-columns: 1fr; }
  .insight-graphic { min-height: 330px; border-right: 0; border-bottom: 1px solid var(--line); }
  .orbit-three { width: 280px; height: 280px; }
  .insight-copy { padding: 42px 26px; }
  .about { grid-template-columns: 1fr; padding-bottom: 100px; }
  .about-columns { grid-template-columns: 1fr; gap: 24px; }
  .contact { padding: 95px 0; }
  .contact-form { padding: 28px 22px; }
  .form-row { grid-template-columns: 1fr; }
  .footer-inner { grid-template-columns: 1fr; }
  .footer-links { flex-wrap: wrap; }
  .footer-legal { flex-direction: column; gap: 5px; }
  .legal-hero { padding: 135px 0 75px; }
  .legal-hero-copy { grid-template-columns: 1fr; gap: 28px; }
  .legal-updated { justify-self: start; }
  .legal-content-wrap { padding: 75px 0 95px; }
  .legal-toc { grid-template-columns: 1fr; }
  .legal-section { padding-bottom: 40px; margin-bottom: 40px; }
}

@media (max-width: 560px) {
  .site-header .brand-mark { display: none; }
  .site-header .brand { max-width: 145px; font-size: 9.5px; line-height: 1.25; }
  .site-header { gap: 9px; }
  .language-select { min-width: 62px; }
}

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