:root {
  --ink: #1d2521;
  --muted: #6d7684;
  --paper: #f8fafd;
  --white: #ffffff;
  --line: #e6e9ec;
  --blue: #5388ec;
  --radius: 30px;
  --max: 1240px;
}

* { box-sizing: border-box; }
html { width: 100%; overflow-x: hidden; scroll-behavior: smooth; }
body { width: 100%; margin: 0; overflow-x: hidden; color: var(--ink); background: var(--paper); font-family: "DM Sans", "Noto Sans TC", sans-serif; -webkit-font-smoothing: antialiased; }
a { color: inherit; text-decoration: none; }
button { color: inherit; font: inherit; }

.glass-nav {
  position: fixed; z-index: 50; top: 14px; left: 50%; transform: translateX(-50%);
  width: min(calc(100% - 28px), 1360px); height: 66px; padding: 8px 10px 8px 18px;
  display: flex; align-items: center; justify-content: space-between; gap: 20px;
  border: 0; border-radius: 999px;
  background: rgba(248,250,253,.4); box-shadow: 0 12px 38px rgba(29,37,33,.07);
  backdrop-filter: blur(26px) saturate(135%); -webkit-backdrop-filter: blur(26px) saturate(135%);
}
.brand { display: flex; align-items: center; width: 212px; min-width: 170px; height: 42px; overflow: hidden; }
.brand img { display: block; width: 205px; height: auto; object-fit: contain; object-position: left center; }
.desktop-nav { display: flex; align-items: center; gap: 6px; }
.desktop-nav a { padding: 12px 16px; border-radius: 999px; color: #4c545c; font-size: 15px; font-weight: 500; transition: .2s ease; }
.desktop-nav a:hover, .desktop-nav a.active { color: var(--ink); background: rgba(255,255,255,.78); }
.nav-actions { display: flex; align-items: center; gap: 8px; }
.language-toggle { min-width: 64px; height: 44px; padding: 0 14px; border: 0; border-radius: 999px; background: transparent; cursor: pointer; font-weight: 600; }
.language-toggle:hover { background: rgba(255,255,255,.65); }
.nav-cta { display: flex; align-items: center; justify-content: center; height: 46px; padding: 0 22px; border: 0; border-radius: 999px; color: #fff; background: rgba(83,136,236,.82); box-shadow: 0 8px 20px rgba(83,136,236,.16); backdrop-filter: blur(14px) saturate(130%); -webkit-backdrop-filter: blur(14px) saturate(130%); font-size: 14px; font-weight: 600; }
.menu-toggle { display: none; width: 44px; height: 44px; padding: 12px 9px; border: 0; background: transparent; cursor: pointer; }
.menu-toggle span { display: block; height: 1.5px; margin: 6px 0; background: var(--ink); transition: .2s ease; }
.mobile-menu { position: fixed; z-index: 45; inset: 90px 14px auto; display: grid; gap: 2px; padding: 16px; border: 1px solid var(--line); border-radius: 24px; background: rgba(248,250,253,.97); box-shadow: 0 20px 60px rgba(0,0,0,.12); opacity: 0; visibility: hidden; transform: translateY(-12px); transition: .22s ease; }
.mobile-menu.open { opacity: 1; visibility: visible; transform: translateY(0); }
.mobile-menu a { padding: 14px 10px; border-bottom: 1px solid var(--line); font-size: 18px; }

.hero { position: relative; min-height: 940px; padding: 164px 28px 120px; display: flex; flex-direction: column; justify-content: flex-start; overflow: hidden; background: var(--paper); isolation: isolate; }
.hero::after { content: ""; position: absolute; z-index: -1; inset: auto 0 0; height: 42%; background: linear-gradient(180deg, rgba(248,250,253,0) 0%, rgba(248,250,253,.76) 48%, var(--paper) 91%); pointer-events: none; }
.hero-image { position: absolute; z-index: -2; inset: 0; background: url("./assets/hero-mountain-v2.png") center 55% / cover no-repeat; }
.hero-inner { position: relative; z-index: 2; width: min(100%, 1100px); margin: auto; text-align: center; }
.kicker { margin: 0 0 24px; color: #55534f; font-size: 13px; font-weight: 600; letter-spacing: .14em; text-transform: uppercase; }
.hero h1, .careers-hero h1 { margin: 0; font-family: "Manrope", "Noto Sans TC", sans-serif; font-size: clamp(64px, 8.3vw, 126px); font-weight: 500; line-height: .94; letter-spacing: -.065em; text-wrap: balance; }
.hero-copy { max-width: 700px; margin: 32px auto 0; color: #4c545c; font-size: clamp(18px, 1.4vw, 21px); line-height: 1.55; }
.hero-actions { display: flex; justify-content: center; gap: 12px; margin-top: 38px; }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 54px; padding: 0 26px; border: 1px solid transparent; border-radius: 999px; font-size: 15px; font-weight: 600; transition: transform .2s ease, background .2s ease; }
.button:hover { transform: translateY(-2px); }
.button-dark { color: #fff; border-color: transparent; background: rgba(83,136,236,.84); box-shadow: 0 10px 24px rgba(83,136,236,.16); backdrop-filter: blur(14px) saturate(130%); -webkit-backdrop-filter: blur(14px) saturate(130%); }
.button-light,
.button-white {
  color: var(--ink);
  border-color: transparent;
  background: rgba(255,255,255,.3);
  box-shadow: 0 10px 28px rgba(29,37,33,.07);
  backdrop-filter: blur(22px) saturate(135%);
  -webkit-backdrop-filter: blur(22px) saturate(135%);
}
.button-light:hover,
.button-white:hover { background: rgba(255,255,255,.42); }

.section { width: min(calc(100% - 48px), var(--max)); margin: 0 auto; padding: 130px 0; }
.mission { min-height: 100svh; scroll-margin-top: 0; }
.section-label { height: 1px; padding: 0; border-top: 1px solid var(--line); }
.statement { display: grid; grid-template-columns: 1.3fr .7fr; gap: 80px; align-items: center; padding-top: 74px; }
.statement h2, .careers-cta h2, .general-application h2 { margin: 0; font-family: "Manrope", "Noto Sans TC", sans-serif; font-size: clamp(45px, 5.7vw, 82px); font-weight: 500; line-height: 1.05; letter-spacing: -.055em; }
.statement h2 em { font-style: normal; color: var(--blue); }
.statement p { margin: 0; color: var(--muted); font-size: 19px; line-height: 1.65; }
.capability-intro { max-width: 1000px; padding-top: 72px; }
.capability-intro .kicker { color: var(--blue); }
.capability-intro h2 { margin: 0; font: 500 clamp(46px, 6vw, 82px)/1.04 "Manrope", "Noto Sans TC", sans-serif; letter-spacing: -.055em; }
.capability-intro h2 em { color: var(--blue); font-style: normal; }
.capability-grid { display: grid; grid-template-columns: 1.06fr .94fr; grid-template-rows: minmax(380px,auto) minmax(220px,auto); gap: 14px; padding-top: 42px; }
.capability-card { min-height: 0; padding: 38px; display: flex; flex-direction: column; justify-content: flex-end; border: 1px solid var(--line); border-radius: var(--radius); }
.card-context { grid-row: 1 / 3; min-height: 614px; }
.card-kicker { margin: 0 auto auto 0 !important; color: inherit; font-size: 12px !important; font-weight: 600; letter-spacing: .14em; text-transform: uppercase; opacity: .72 !important; }
.card-context-copy { padding-top: 54px; }
.capability-card h3 { max-width: 520px; margin: 0 0 18px; font: 500 clamp(29px, 3vw, 44px)/1.06 "Manrope", "Noto Sans TC"; letter-spacing: -.045em; }
.capability-card p { max-width: 520px; margin: 0; font-size: 16px; line-height: 1.58; opacity: .78; }
.knowledge-source { margin-top: auto; padding-top: 38px; display: grid; grid-template-columns: .72fr 1.28fr; gap: 12px 30px; border-top: 1px solid rgba(255,255,255,.2); }
.knowledge-source > strong { font: 500 19px/1.25 "Manrope", "Noto Sans TC", sans-serif; }
.knowledge-source > span { color: rgba(255,255,255,.64); font-size: 14px; line-height: 1.5; }
.knowledge-domains { grid-column: 1 / -1; margin-top: 22px; display: flex; flex-wrap: wrap; gap: 10px 24px; color: rgba(255,255,255,.48); font-size: 11px; letter-spacing: .12em; text-transform: uppercase; }
.knowledge-domains span:not(:last-child)::after { content: "+"; margin-left: 24px; color: rgba(255,255,255,.24); }
.card-action { justify-content: flex-start; }
.card-action .card-kicker { margin-bottom: 24px !important; }
.card-action h3 { max-width: none; margin-bottom: 28px; }
.action-products { margin-top: auto; border-top: 1px solid rgba(255,255,255,.28); }
.action-products > div { padding: 17px 0; display: grid; grid-template-columns: 34px 125px 1fr; gap: 10px; align-items: baseline; border-bottom: 1px solid rgba(255,255,255,.28); }
.action-products > div > span { color: rgba(255,255,255,.5); font-size: 10px; letter-spacing: .08em; }
.action-products strong { font: 500 15px/1.25 "Manrope", "Noto Sans TC", sans-serif; }
.action-products p { font-size: 12.5px; line-height: 1.45; opacity: .68; }
.card-dark { color: #fff; background: var(--ink); }
.card-mint { color: #fff; background: var(--blue); }
.card-white { background: #fff; }
.principles { padding-top: 30px; }
.principle-list { padding-top: 20px; }
.principle-list div { display: grid; grid-template-columns: 1fr 1fr; gap: 30px; padding: 30px 0; border-bottom: 1px solid var(--line); }
.principle-list strong { font: 500 clamp(27px, 3.1vw, 45px) "Manrope", "Noto Sans TC"; letter-spacing: -.04em; }
.principle-list span { align-self: center; color: var(--muted); font-size: 17px; }

.ai-operating-model { width: min(calc(100% - 64px), 1120px); margin: 0 auto 90px; padding: 25px 0 0; border: 0; background: transparent; }
.operating-grid { display: grid; grid-template-columns: minmax(0,1fr) minmax(0,1fr); gap: 76px; }
.prompt-chaos, .ontology-system { position: relative; min-height: 680px; padding: 22px 0; overflow: hidden; border: 0; border-radius: 0; background: transparent; }
.prompt-chaos h3, .ontology-system h3 { position: relative; z-index: 3; max-width: 480px; margin: 0; font: 500 clamp(26px, 2.7vw, 38px)/1.12 "Manrope", "Noto Sans TC", sans-serif; letter-spacing: -.04em; }
.prompt-chaos h3 { position: absolute; z-index: 5; top: 22px; right: 18px; left: 18px; max-width: none; padding: 0 18px 54px; background: radial-gradient(ellipse at 50% 24%, rgba(248,250,253,.98) 12%, rgba(248,250,253,.88) 46%, rgba(248,250,253,0) 76%); text-align: center; }
.prompt-chaos > p, .ontology-system > p { position: absolute; z-index: 3; right: 0; bottom: 30px; left: 0; margin: 0; color: var(--muted); font-size: 15px; line-height: 1.55; }
.prompt-stream { position: absolute; inset: 15px -30px 88px; display: grid; grid-template-columns: repeat(4, 1fr); gap: 7px; overflow: hidden; transform: rotate(-1.2deg); -webkit-mask-image: linear-gradient(180deg, transparent 0, #000 8%, #000 84%, transparent 100%); mask-image: linear-gradient(180deg, transparent 0, #000 8%, #000 84%, transparent 100%); }
.prompt-column { min-width: 0; height: 100%; }
.prompt-track { display: flex; flex-direction: column; gap: 10px; animation: prompt-fall var(--fall-duration, 18s) linear infinite; animation-delay: var(--fall-delay, 0s); backface-visibility: hidden; transform: translate3d(0,-33.3333%,0); will-change: transform; }
.prompt-column:nth-child(2) .prompt-track { --fall-duration: 21s; --fall-delay: -7s; }
.prompt-column:nth-child(3) .prompt-track { --fall-duration: 24s; --fall-delay: -14s; }
.prompt-column:nth-child(4) .prompt-track { --fall-duration: 27s; --fall-delay: -20s; }
.prompt-stream span { min-height: 48px; padding: 11px 10px 11px 25px; position: relative; display: flex; align-items: center; flex: 0 0 auto; border: 1px solid #e5e9ee; border-radius: 9px; color: #8a929d; background: rgba(255,255,255,.88); box-shadow: 0 7px 18px rgba(29,37,33,.035); font-size: 10.5px; }
.prompt-stream span::before { content: ""; position: absolute; left: 10px; width: 7px; height: 7px; border: 1px solid #bbc3cd; border-radius: 2px; }
@keyframes prompt-fall { from { transform: translate3d(0,-33.3333%,0); } to { transform: translate3d(0,0,0); } }
.ontology-system { background: transparent; }
.ontology-system::before { content: ""; position: absolute; z-index: 0; inset: 55px -20px 20px; background-image: radial-gradient(circle, rgba(83,136,236,.18) .7px, transparent .8px); background-size: 7px 7px; -webkit-mask-image: radial-gradient(ellipse 75% 75% at 50% 52%, #000 35%, transparent 100%); mask-image: radial-gradient(ellipse 75% 75% at 50% 52%, #000 35%, transparent 100%); pointer-events: none; }
.ontology-orbit { position: absolute; top: 130px; left: 50%; width: 500px; height: 430px; transform: translateX(-50%); }
.orbit-ring { position: absolute; top: 50%; left: 50%; border: 1px solid rgba(83,136,236,.22); border-radius: 50%; transform: translate(-50%,-50%); }
.ring-one { width: 250px; height: 250px; }
.ring-two { width: 410px; height: 410px; }
.ontology-core { position: absolute; z-index: 2; top: 50%; left: 50%; width: 154px; height: 154px; display: flex; flex-direction: column; align-items: center; justify-content: center; border: 1px solid rgba(255,255,255,.8); border-radius: 50%; color: #fff; background: var(--ink); box-shadow: 0 22px 55px rgba(29,37,33,.22), 0 0 0 10px rgba(83,136,236,.08); transform: translate(-50%,-50%); }
.ontology-core span { font-size: 11px; letter-spacing: .12em; text-transform: uppercase; opacity: .66; }
.ontology-core strong { margin-top: 4px; font: 500 25px "Manrope", "Noto Sans TC", sans-serif; }
.orbit-node { position: absolute; z-index: 3; min-width: 132px; max-width: 156px; padding: 13px 16px; display: flex; flex-direction: column; border: 1px solid var(--line); border-radius: 14px; background: rgba(255,255,255,.9); box-shadow: 0 12px 28px rgba(29,37,33,.08); }
.orbit-node strong { font: 600 13px "Manrope", "Noto Sans TC", sans-serif; }
.orbit-node span { margin-top: 3px; color: var(--muted); font-size: 11px; }
.orbit-node { border-radius: 999px; animation: satellite-drift 5.6s ease-in-out infinite; }
.node-crm { animation-delay: -.9s; }.node-erp { animation-delay: -1.8s; }.node-voice { animation-delay: -2.7s; }.node-flow { animation-delay: -3.6s; }.node-privacy { animation-delay: -4.5s; }
.ontology-core { animation: ontology-breathe 4.8s ease-in-out infinite; }
@keyframes satellite-drift { 0%,100% { translate: 0 0; } 50% { translate: 0 -9px; } }
@keyframes ontology-breathe { 0%,100% { box-shadow: 0 22px 55px rgba(29,37,33,.22), 0 0 0 10px rgba(83,136,236,.08); } 50% { box-shadow: 0 25px 62px rgba(29,37,33,.18), 0 0 0 18px rgba(83,136,236,.055); } }
.node-rag { top: 3px; left: 194px; }.node-crm { top: 108px; right: -4px; }.node-erp { right: 24px; bottom: 38px; }.node-voice { bottom: 38px; left: 14px; }.node-flow { top: 108px; left: -4px; }.node-privacy { bottom: 26px; left: 194px; }
.careers-cta { width: 100%; margin-bottom: 0; padding: 110px 30px 126px; border: 1px solid var(--line); border-width: 1px 0 0; border-radius: 38px 38px 0 0; color: var(--ink); background-color: #f8fafd; background-image: radial-gradient(circle, rgba(83,136,236,.24) .7px, transparent .8px); background-size: 7px 7px; text-align: center; }
.careers-cta .kicker { color: var(--blue); }
.careers-cta p:not(.kicker) { max-width: 650px; margin: 30px auto; color: var(--muted); font-size: 18px; line-height: 1.6; }
.careers-cta .button-white { color: #fff; border-color: transparent; background: rgba(83,136,236,.84); box-shadow: 0 10px 24px rgba(83,136,236,.16); backdrop-filter: blur(14px) saturate(130%); -webkit-backdrop-filter: blur(14px) saturate(130%); }

body > main:not([class]) { display: flex; flex-direction: column; }
body > main:not([class]) .hero { order: 1; }
body > main:not([class]) .mission { order: 2; }
body > main:not([class]) .ai-operating-model { order: 3; }
body > main:not([class]) .build { order: 4; }
body > main:not([class]) .principles { order: 5; }
body > main:not([class]) .careers-cta { order: 6; }

footer { margin-top: 0; min-height: 190px; padding: 42px max(28px, calc((100% - var(--max))/2)); display: grid; grid-template-columns: 1fr 1fr 1fr; align-items: center; gap: 34px; color: #fff; background-color: var(--ink); background-image: radial-gradient(circle, rgba(255,255,255,.11) .65px, transparent .75px); background-size: 7px 7px; }

.contact-page { position: relative; min-height: 78vh; padding: 175px 24px 110px; overflow: hidden; background-color: var(--paper); background-image: radial-gradient(circle, rgba(83,136,236,.19) .7px, transparent .8px); background-size: 7px 7px; isolation: isolate; }
.contact-page::before { content: ""; position: absolute; z-index: -2; inset: 0 0 auto; height: 780px; background: url("./assets/hero-mountain-v2.png") center 48% / cover no-repeat; opacity: .72; }
.contact-page::after { content: ""; position: absolute; z-index: -1; inset: 0 0 auto; height: 790px; background: linear-gradient(180deg, rgba(248,250,253,.18), rgba(248,250,253,.54) 48%, var(--paper) 94%); }
.contact-inner { position: relative; z-index: 1; width: min(100%, var(--max)); margin: 0 auto; }
.contact-intro { display: grid; grid-template-columns: 1.3fr .7fr; gap: 80px; align-items: end; padding-bottom: 76px; }
.contact-intro h1 { max-width: 830px; margin: 0; font: 500 clamp(64px, 8.3vw, 118px)/.94 "Manrope", "Noto Sans TC", sans-serif; letter-spacing: -.065em; }
.contact-intro > div:last-child { padding: 26px 28px; border: 0; border-radius: 24px; background: rgba(255,255,255,.28); box-shadow: 0 16px 44px rgba(29,37,33,.08); backdrop-filter: blur(24px) saturate(130%); -webkit-backdrop-filter: blur(24px) saturate(130%); }
.contact-intro > div:last-child p { margin: 0; color: var(--muted); font-size: 19px; line-height: 1.65; }
.contact-options { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; padding-top: 42px; border-top: 1px solid var(--line); }
.contact-card { min-height: 260px; padding: 30px; display: flex; flex-direction: column; border: 0; border-radius: var(--radius); background: rgba(255,255,255,.27); box-shadow: 0 18px 50px rgba(29,37,33,.07); backdrop-filter: blur(26px) saturate(130%); -webkit-backdrop-filter: blur(26px) saturate(130%); }
.contact-card .kicker { margin-bottom: auto; color: var(--blue); }
.contact-card h2 { margin: 34px 0 12px; font: 500 clamp(28px, 3vw, 42px)/1.08 "Manrope", "Noto Sans TC", sans-serif; letter-spacing: -.04em; }
.contact-card p { max-width: 500px; margin: 0 0 24px; color: var(--muted); font-size: 16px; line-height: 1.55; }
.contact-card a { align-self: flex-start; color: var(--ink); font-weight: 600; border-bottom: 1px solid var(--ink); padding-bottom: 3px; }
.footer-brand { display: block; width: 230px; height: 48px; overflow: hidden; }
.footer-brand img { display: block; width: 230px; height: auto; object-fit: contain; }
.footer-center { display: flex; flex-direction: column; align-items: center; gap: 16px; }
.footer-links { display: flex; justify-content: center; align-items: center; gap: 30px; font-size: 14px; }
.footer-links a, .footer-legal a { color: #e6e9ec; transition: color .2s ease; }
.footer-links a:hover, .footer-legal a:hover { color: #fff; }
.social-links { display: flex; justify-content: center; gap: 8px; }
.social-links a, .social-links span { width: 42px; height: 42px; display: inline-flex; align-items: center; justify-content: center; border: 1px solid rgba(255,255,255,.22); border-radius: 50%; color: #fff; font: 600 15px/1 "DM Sans", sans-serif; transition: border-color .2s ease, background .2s ease; }
.social-links a:hover { border-color: #fff; background: rgba(255,255,255,.08); }
.social-links span { color: #666; border-color: rgba(255,255,255,.1); cursor: default; }
.footer-legal { justify-self: end; display: flex; flex-direction: column; align-items: flex-end; gap: 10px; font-size: 12px; }
.copyright { margin: 0; color: #9aa1a9; }

.careers-hero { position: relative; min-height: 610px; padding: 150px 28px 74px; display: flex; align-items: center; overflow: hidden; background-color: #f8fafd; background-image: radial-gradient(circle, rgba(83,136,236,.24) .7px, transparent .8px); background-size: 7px 7px; isolation: isolate; }
.careers-hero::before { content: ""; position: absolute; z-index: 0; inset: 0; background: url("./assets/hero-mountain-v2.png") center 52% / cover no-repeat; opacity: .72; }
.careers-hero::after { content: ""; position: absolute; z-index: 1; inset: 0; background: linear-gradient(180deg, rgba(248,250,253,.2), rgba(248,250,253,.48) 50%, rgba(248,250,253,.92) 96%); pointer-events: none; }
.careers-hero-inner { position: relative; z-index: 2; width: min(100%, var(--max)); margin: 0 auto; display: grid; grid-template-columns: 1.28fr .72fr; column-gap: 72px; align-items: center; }
.careers-hero-inner .kicker { grid-column: 1 / -1; }
.careers-hero h1 { max-width: 820px; font-size: clamp(58px, 6.8vw, 98px); line-height: .97; }
.careers-hero h1 em { color: var(--blue); font-style: normal; }
.careers-hero .kicker { color: var(--blue); }
.careers-hero p:last-child { max-width: 520px; margin: 20px 0 0; padding: 24px 26px; color: var(--muted); border: 0; border-radius: 22px; background: rgba(255,255,255,.24); box-shadow: 0 14px 40px rgba(29,37,33,.06); backdrop-filter: blur(22px) saturate(125%); -webkit-backdrop-filter: blur(22px) saturate(125%); font-size: 18px; line-height: 1.58; }
.roles-heading { display: grid; grid-template-columns: 1fr .8fr; gap: 48px; align-items: end; }
.roles-heading h2 { margin: 0; font: 500 clamp(50px, 7vw, 96px)/.95 "Manrope", "Noto Sans TC"; letter-spacing: -.06em; }
.roles-heading > p:last-child { max-width: 630px; margin: 12px 0 0; color: var(--muted); font-size: 17px; line-height: 1.6; }
.roles-label { margin: 0 0 18px; color: var(--blue); }
.job-list { margin-top: 0; border-top: 1px solid var(--line); }
.job { border-bottom: 1px solid var(--line); }
.job-summary { width: 100%; padding: 31px 0; display: grid; grid-template-columns: 1fr 50px; gap: 15px; align-items: center; border: 0; background: transparent; text-align: left; cursor: pointer; }
.job-summary > span:first-child { display: grid; gap: 8px; }
.job-summary strong { font: 500 clamp(23px, 2.3vw, 34px) "Manrope", "Noto Sans TC"; letter-spacing: -.035em; }
.job-summary small { color: var(--muted); font-size: 14px; }
.job-plus { justify-self: end; font-size: 30px; font-weight: 300; transition: transform .25s ease; }
.job-summary[aria-expanded="true"] .job-plus { transform: rotate(45deg); }
.job-details { max-height: 0; padding: 0 65px 0 0; display: grid; grid-template-columns: 1fr 1fr; gap: 30px 70px; overflow: hidden; opacity: 0; transition: max-height .45s ease, padding .35s ease, opacity .3s ease; }
.job.open .job-details { max-height: 650px; padding-top: 8px; padding-bottom: 42px; opacity: 1; }
.job-details h3 { margin: 0 0 14px; font-size: 13px; letter-spacing: .1em; text-transform: uppercase; }
.job-details p, .job-details li { color: var(--muted); font-size: 16px; line-height: 1.6; }
.job-details p { margin: 0; } .job-details ul { margin: 0; padding-left: 19px; }
.job-details .apply { grid-column: 1 / -1; justify-self: start; }
.general-application { display: grid; grid-template-columns: 1.25fr .75fr; gap: 80px; border-top: 1px solid var(--line); }
.general-application h2 { font-size: clamp(42px, 5vw, 68px); }
.general-application > div:last-child { align-self: end; }
.general-application p { margin: 0 0 26px; color: var(--muted); font-size: 18px; line-height: 1.65; }
.policy-page { width: min(calc(100% - 48px), 900px); min-height: 72vh; margin: 0 auto; padding: 190px 0 120px; }
.policy-page h1 { margin: 0 0 18px; font: 500 clamp(54px, 7vw, 92px)/.98 "Manrope", "Noto Sans TC", sans-serif; letter-spacing: -.06em; }
.policy-page section { padding: 34px 0; border-top: 1px solid var(--line); }
.policy-page section:first-of-type { margin-top: 44px; }
.policy-page h2 { margin: 0 0 18px; font: 500 clamp(26px, 3vw, 38px)/1.15 "Manrope", "Noto Sans TC", sans-serif; letter-spacing: -.035em; }
.policy-page h3 { margin: 26px 0 8px; font: 600 16px/1.4 "DM Sans", "Noto Sans TC", sans-serif; }
.policy-page section p, .policy-page section li { max-width: 820px; color: var(--muted); font-size: 17px; line-height: 1.72; }
.policy-page section p { margin: 0 0 14px; }
.policy-page section ul { margin: 0 0 16px; padding-left: 22px; }
.policy-page a { color: var(--ink); text-decoration: underline; text-underline-offset: 4px; }
.policy-page .policy-updated { margin: 0; color: #7b838c; font-size: 14px; }
.not-found-page { min-height: 100vh; padding: 12vh 24px; display: flex; flex-direction: column; align-items: flex-start; justify-content: center; width: min(100%, 880px); margin: 0 auto; }
.not-found-page h1 { max-width: 800px; margin: 10px 0 20px; font: 500 clamp(54px, 8vw, 104px)/.96 "Manrope", "Noto Sans TC", sans-serif; letter-spacing: -.06em; }
.not-found-page > p:not(.kicker) { max-width: 560px; margin: 0 0 28px; color: var(--muted); font-size: 18px; line-height: 1.6; }

.reveal { opacity: 1; transform: none; }

@media (max-width: 900px) {
  .desktop-nav { display: none; }
  .menu-toggle { display: block; }
  .brand { width: 185px; }
  .brand img { width: 210px; }
  .statement, .general-application { grid-template-columns: 1fr; gap: 38px; }
  .capability-grid { grid-template-columns: 1fr; }
  .capability-grid { grid-template-rows: auto; }
  .card-context { grid-row: auto; min-height: 440px; }
  .capability-card { min-height: 340px; }
  .roles-heading { grid-template-columns: 1fr; }
  .careers-hero-inner { grid-template-columns: 1.15fr .85fr; column-gap: 38px; }
  .contact-intro { grid-template-columns: 1fr; gap: 38px; }
  .operating-grid { grid-template-columns: 1fr; }
  .prompt-chaos, .ontology-system { min-height: 620px; }
  footer { grid-template-columns: 1fr auto 1fr; }
}

@media (max-width: 600px) {
  .glass-nav { height: 58px; top: 10px; width: calc(100vw - 20px); padding: 6px 7px 6px 13px; gap: 5px; }
  .brand { width: 138px; min-width: 0; height: 38px; flex: 1 1 auto; }
  .brand img { width: 154px; max-width: 100%; }
  .nav-actions { flex: 0 0 auto; gap: 2px; }
  .language-toggle { min-width: 52px; padding: 0 8px; font-size: 13px; }
  .nav-cta { display: none; }
  .menu-toggle { width: 38px; }
  .hero { width: 100vw; min-height: 790px; padding: 140px 18px 42px; }
  .hero-inner { width: 100%; min-width: 0; }
  .hero h1, .careers-hero h1 { max-width: 100%; font-size: clamp(46px, 13.8vw, 56px); line-height: .98; overflow-wrap: normal; text-wrap: balance; }
  .careers-hero h1 { font-size: clamp(44px, 12.7vw, 52px); }
  html[lang="zh-Hant"] .hero h1, html[lang="zh-Hant"] .careers-hero h1 { letter-spacing: -.07em; line-height: 1.06; }
  .hero-copy { margin-top: 30px; font-size: 17px; }
  .hero-actions { flex-direction: column; }
  .hero-actions .button { width: 100%; }
  .section { width: calc(100% - 32px); padding: 90px 0; }
  .statement { padding-top: 45px; }
  .statement h2, .careers-cta h2, .general-application h2 { font-size: 42px; }
  .statement p { font-size: 17px; }
  .capability-grid { padding-top: 26px; }
  .capability-card { min-height: 320px; padding: 24px; border-radius: 24px; }
  .card-context { min-height: 520px; }
  .knowledge-source { grid-template-columns: 1fr; gap: 10px; }
  .knowledge-domains { gap: 8px 14px; }
  .knowledge-domains span:not(:last-child)::after { margin-left: 14px; }
  .card-action { min-height: 500px; }
  .action-products > div { grid-template-columns: 28px 1fr; gap: 4px 10px; }
  .action-products > div p { grid-column: 2; }
  .principle-list div { grid-template-columns: 1fr; gap: 12px; padding: 25px 0; }
  .careers-cta { width: 100%; padding: 80px 22px 94px; border-radius: 28px 28px 0 0; }
  footer { min-height: 0; padding: 46px 22px; grid-template-columns: 1fr; justify-items: center; gap: 30px; text-align: center; }
  .footer-brand { width: 220px; }
  .footer-brand img { width: 220px; }
  .footer-legal { justify-self: center; align-items: center; }
  .careers-hero { min-height: 610px; padding: 112px 20px 58px; }
  .careers-hero::before { background-position: 62% 48%; }
  .careers-hero-inner { width: auto; min-width: 0; display: block; }
  .policy-page { width: calc(100% - 36px); padding: 135px 0 80px; }
  .contact-page { padding: 130px 16px 80px; }
  .contact-page::before { height: 650px; background-position: 62% 45%; }
  .contact-page::after { height: 660px; }
  .contact-intro { padding-bottom: 50px; }
  .contact-intro h1 { font-size: clamp(50px, 14vw, 64px); line-height: .98; }
  .contact-intro > div:last-child { padding: 20px; border-radius: 20px; }
  .contact-intro > div:last-child p { font-size: 17px; }
  .contact-options { grid-template-columns: 1fr; padding-top: 24px; }
  .contact-card { min-height: 245px; padding: 24px; border-radius: 24px; }
  .ai-operating-model { width: 100%; margin: 10px auto 80px; padding: 60px 10px 0; }
  .prompt-chaos, .ontology-system { min-height: 620px; padding: 24px; }
  .prompt-chaos > p, .ontology-system > p { right: 24px; bottom: 24px; left: 24px; }
  .prompt-chaos h3 { top: 24px; padding: 0 8px 48px; }
  .prompt-stream { inset: 12px -60px 105px; grid-template-columns: repeat(3, 1fr); gap: 7px; }
  .prompt-column:nth-child(4) { display: none; }
  .ontology-orbit { top: 130px; width: 440px; height: 430px; transform: translateX(-50%) scale(.78); }
  .ring-two { width: 390px; height: 390px; }
  .node-rag { left: 154px; }.node-crm { right: -2px; }.node-erp { right: 18px; bottom: 42px; }.node-voice { left: 10px; bottom: 42px; }.node-flow { left: -2px; }.node-privacy { left: 154px; bottom: 24px; }
  .careers-hero p:last-child { max-width: 100%; margin-top: 28px; padding: 20px; border-radius: 19px; font-size: 16px; overflow-wrap: anywhere; }
  .roles-label { margin-top: 0; }
  .job-list { margin-top: 0; }
  .job-summary { grid-template-columns: 1fr 28px; padding: 25px 0; }
  .job-details { padding-left: 0; padding-right: 0; grid-template-columns: 1fr; gap: 24px; }
  .job.open .job-details { max-height: 1000px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .reveal { opacity: 1; transform: none; transition: none; }
  * { animation: none !important; }
}
@font-face {
  font-family: "DM Sans";
  font-style: normal;
  font-weight: 400 600;
  font-display: swap;
  src: url("./assets/fonts/dm-sans-latin.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: "DM Sans";
  font-style: normal;
  font-weight: 400 600;
  font-display: swap;
  src: url("./assets/fonts/dm-sans-latin-ext.woff2") format("woff2");
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: "Manrope";
  font-style: normal;
  font-weight: 400 700;
  font-display: swap;
  src: url("./assets/fonts/manrope-latin.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: "Manrope";
  font-style: normal;
  font-weight: 400 700;
  font-display: swap;
  src: url("./assets/fonts/manrope-latin-ext.woff2") format("woff2");
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
