:root {
  --forest: #173f37;
  --forest-2: #24584b;
  --moss: #708b63;
  --sage: #b7c8a2;
  --lake: #7ba8a8;
  --water: #d8e9e2;
  --sand: #efe7d7;
  --stone: #d3d2c8;
  --clay: #bc8968;
  --ink: #1d332f;
  --soft-ink: #587069;
  --paper: #f6f4ec;
  --line: rgba(29, 51, 47, .14);
  --ease: cubic-bezier(.22, .8, .24, 1);
  --opening-step: 1.05s;
  --opening-scene-duration: 1.02s;
  --opening-total: 4.2s;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; background: var(--paper); }
body { margin: 0; overflow-x: hidden; color: var(--ink); background: var(--paper); font-family: "Microsoft YaHei", "Noto Sans SC", Arial, sans-serif; }
a { color: inherit; }
.opening-lock { overflow: hidden; }
.opening[hidden] { display: none; }
.opening { position: fixed; inset: 0; z-index: 1000; min-height: 100vh; min-height: 100dvh; overflow: hidden; color: #f6f3e9; background: #102e28; opacity: 1; transition: opacity .42s ease, visibility .42s ease; }
.opening.is-leaving { visibility: hidden; opacity: 0; pointer-events: none; }
.opening-backdrop { position: absolute; inset: 0; background: linear-gradient(118deg, rgba(11,39,33,.96), rgba(19,62,53,.88) 50%, rgba(19,54,48,.83)), url("hero.jpg") center / cover; transform: scale(1.035); transition: transform var(--opening-total) linear; }
.opening.is-running .opening-backdrop { transform: scale(1.055); }
.opening::before { position: absolute; inset: 0; z-index: 1; content: ""; opacity: .12; background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 160 160' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.72' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.24'/%3E%3C/svg%3E"); pointer-events: none; }
.opening-frame { position: relative; z-index: 2; display: grid; grid-template-rows: auto minmax(0, 1fr) auto; width: min(1280px, calc(100% - 72px)); height: 100%; min-height: 100vh; min-height: 100dvh; margin: 0 auto; transition: transform .42s var(--ease); }
.opening.is-leaving .opening-frame { transform: scale(1.015); }
.opening-topline { display: flex; align-items: center; justify-content: space-between; padding: 28px 0 17px; border-bottom: 1px solid rgba(238,243,225,.2); color: rgba(246,243,233,.76); font-size: 10px; font-weight: 800; letter-spacing: .16em; }
.opening-stage { position: relative; display: grid; min-height: 0; place-items: center; isolation: isolate; perspective: 1600px; perspective-origin: center; transform-style: preserve-3d; overflow: hidden; }
.opening-stage::before, .opening-stage::after { position: absolute; z-index: -1; aspect-ratio: 1; border-radius: 50%; content: ""; pointer-events: none; }
.opening-stage::before { width: min(66vw, 790px); background: conic-gradient(from 12deg, rgba(205,225,177,.18) 0 18deg, transparent 18deg 56deg, rgba(123,168,168,.16) 56deg 84deg, transparent 84deg 132deg, rgba(217,164,126,.13) 132deg 154deg, transparent 154deg 220deg, rgba(205,225,177,.13) 220deg 250deg, transparent 250deg 360deg); -webkit-mask: radial-gradient(circle, transparent 0 31%, #000 32% 66%, transparent 67%); mask: radial-gradient(circle, transparent 0 31%, #000 32% 66%, transparent 67%); }
.opening-stage::after { width: min(52vw, 620px); background-image: radial-gradient(circle, rgba(231,239,216,.34) 0 2px, transparent 2.5px); background-size: 24px 24px; clip-path: circle(48%); }
.opening-stage::before { opacity: .2; transform: rotate(12deg); }
.opening-stage::after { opacity: .12; transform: scale(.92); }
.opening-orbit { position: absolute; z-index: -1; border: 0; border-radius: 50%; background: conic-gradient(from 35deg, rgba(198,221,167,.2), transparent 22%, rgba(143,196,193,.2) 38%, transparent 62%, rgba(217,164,126,.18) 78%, transparent); -webkit-mask: radial-gradient(circle, transparent 0 44%, #000 45% 72%, transparent 73%); mask: radial-gradient(circle, transparent 0 44%, #000 45% 72%, transparent 73%); pointer-events: none; opacity: .12; }
.opening-orbit-one { width: min(64vw, 760px); aspect-ratio: 1.22; transform: translateZ(-700px) rotate(-12deg) scale(.35); }
.opening-orbit-two { width: min(43vw, 510px); aspect-ratio: 1; transform: translateZ(-470px) rotate(26deg) scale(.38); }
.opening-scene { --scene-delay: 0s; --scene-accent: #c6dda7; --scene-secondary: #7ba8a8; position: absolute; inset: 0; display: grid; align-content: center; justify-items: center; padding: 38px 20px; text-align: center; opacity: 0; transform: translate3d(0, 0, -620px) scale(.45); transform-origin: center center; transform-style: preserve-3d; backface-visibility: hidden; pointer-events: none; will-change: transform, opacity; }
.opening.is-running .opening-scene { animation: opening-scene-forward var(--opening-scene-duration) var(--ease) var(--scene-delay) both; }
.opening.is-running .scene-camera { --scene-delay: 0s; }.opening.is-running .scene-text { --scene-delay: var(--opening-step); }.opening.is-running .scene-design { --scene-delay: calc(var(--opening-step) * 2); }.opening.is-running .scene-broadcast { --scene-delay: calc(var(--opening-step) * 3); }
.scene-text { --scene-accent: #efe3bd; --scene-secondary: #d9a47e; }.scene-design { --scene-accent: #8fc4c1; --scene-secondary: #d9a47e; }.scene-broadcast { --scene-accent: #d9a47e; --scene-secondary: #c6dda7; }
.scene-art { position: relative; width: clamp(196px, 20vw, 286px); aspect-ratio: 4 / 3; margin-bottom: 18px; color: var(--scene-accent); contain: layout paint style; transform: translateZ(0); }
.scene-art svg { display: block; width: 100%; height: 100%; overflow: visible; shape-rendering: geometricPrecision; }
.scene-art svg > * { transform-box: fill-box; transform-origin: center; }
.art-backdrop { fill: currentColor; opacity: .12; }.art-accent { fill: var(--scene-accent); }.art-secondary { fill: var(--scene-secondary); }.art-paper { fill: #f6f3e9; }.art-ink { fill: #173f37; }.art-type { fill: #173f37; font: 700 34px Georgia, serif; letter-spacing: -.04em; }
.camera-lens, .camera-light, .text-sheet-back, .text-stamp, .design-board, .design-disc, .broadcast-aerial, .broadcast-bar { animation: none; }
.opening.is-running .camera-lens { animation: camera-lens-pulse .7s ease-in-out calc(var(--scene-delay) + .12s) 1 both; }.opening.is-running .camera-light { animation: camera-light-pulse .58s ease-in-out calc(var(--scene-delay) + .22s) 1 both; }.opening.is-running .text-sheet-back { animation: text-sheet-drift .62s ease-out calc(var(--scene-delay) + .08s) 1 both; }.opening.is-running .text-stamp { animation: text-stamp-turn .8s ease-out calc(var(--scene-delay) + .12s) 1 both; }.opening.is-running .design-board { animation: design-board-drift .62s ease-out calc(var(--scene-delay) + .08s) 1 both; }.opening.is-running .design-disc { animation: design-disc-turn .7s ease-in-out calc(var(--scene-delay) + .14s) 1 both; }.opening.is-running .broadcast-aerial { animation: broadcast-aerial-drift .58s ease-out calc(var(--scene-delay) + .08s) 1 both; }.opening.is-running .broadcast-bar { animation: broadcast-meter .48s ease-in-out calc(var(--scene-delay) + .18s) 1 both; }.opening.is-running .broadcast-bar:nth-of-type(6) { animation-delay: calc(var(--scene-delay) + .28s); }.opening.is-running .broadcast-bar:nth-of-type(7) { animation-delay: calc(var(--scene-delay) + .38s); }.opening.is-running .broadcast-bar:nth-of-type(8) { animation-delay: calc(var(--scene-delay) + .48s); }
.scene-kicker { margin: 0 0 7px; color: var(--scene-accent); font-size: 10px; font-weight: 900; letter-spacing: .2em; }
.opening-scene h2 { margin: 0; color: #f7f5ed; font-size: clamp(58px, 7vw, 98px); line-height: 1; letter-spacing: .02em; }
.opening-scene > p:last-child { margin: 16px 0 0; color: rgba(246,243,233,.66); font-size: 14px; letter-spacing: .13em; }
.opening-bottomline { display: grid; grid-template-columns: minmax(150px, 1fr) auto minmax(150px, 1fr); align-items: center; gap: 24px; padding: 18px 0 29px; border-top: 1px solid rgba(238,243,225,.2); }
.opening-progress { display: grid; grid-template-columns: repeat(4, minmax(28px, 65px)); gap: 7px; }.opening-progress i { height: 2px; overflow: hidden; background: rgba(246,243,233,.2); }.opening-progress i::after { display: block; width: 100%; height: 100%; background: #c6dda7; content: ""; transform: scaleX(0); transform-origin: left; }.opening.is-running .opening-progress i::after { animation: opening-progress-fill var(--opening-step) linear var(--scene-delay) both; }.opening.is-running .opening-progress i:nth-child(1)::after { --scene-delay: 0s; }.opening.is-running .opening-progress i:nth-child(2)::after { --scene-delay: var(--opening-step); }.opening.is-running .opening-progress i:nth-child(3)::after { --scene-delay: calc(var(--opening-step) * 2); }.opening.is-running .opening-progress i:nth-child(4)::after { --scene-delay: calc(var(--opening-step) * 3); }
.opening-caption { color: rgba(246,243,233,.64); font-size: 10px; letter-spacing: .13em; }
#skip-opening { justify-self: end; min-height: 36px; padding: 0 13px; border: 1px solid rgba(246,243,233,.32); border-radius: 99px; color: #f6f3e9; background: rgba(255,255,255,.04); font: inherit; font-size: 11px; cursor: pointer; transition: background .2s ease, transform .2s ease; } #skip-opening:hover { background: rgba(255,255,255,.11); transform: translateY(-1px); } #skip-opening:active { transform: translateY(1px); }
@keyframes camera-lens-pulse { 0%, 100% { transform: scale(.9); } 50% { transform: scale(1.08); } }
@keyframes camera-light-pulse { 0%, 100% { opacity: .5; transform: scale(.82); } 50% { opacity: 1; transform: scale(1.12); } }
@keyframes text-sheet-drift { from { transform: translate3d(-2px, 2px, 0) rotate(-7deg); } to { transform: translate3d(3px, -2px, 0) rotate(-4deg); } }
@keyframes text-stamp-turn { from { transform: rotate(0); } to { transform: rotate(360deg); } }
@keyframes design-board-drift { from { transform: translate3d(-2px, 1px, 0) rotate(4deg); } to { transform: translate3d(3px, -2px, 0) rotate(7deg); } }
@keyframes design-disc-turn { 0%, 100% { transform: scale(.88); } 50% { transform: scale(1.08); } }
@keyframes broadcast-aerial-drift { from { transform: rotate(-3deg); } to { transform: rotate(4deg); } }
@keyframes broadcast-meter { from { transform: scaleY(.48); } to { transform: scaleY(1); } }
@keyframes opening-scene-forward { 0% { opacity: 0; transform: translate3d(0, 0, -620px) scale(.45); } 18% { opacity: 1; } 62% { opacity: 1; transform: translate3d(0, 0, 0) scale(.96); } 78% { opacity: .52; transform: translate3d(0, 0, 150px) scale(1.01); } 100% { opacity: 0; transform: translate3d(0, 0, 360px) scale(1.04); } }
@keyframes opening-aperture-forward { 0% { opacity: .04; transform: translateZ(-620px) rotate(0) scale(.4); } 52% { opacity: .2; transform: translateZ(0) rotate(12deg) scale(1); } 100% { opacity: 0; transform: translateZ(760px) rotate(25deg) scale(1.2); } }
@keyframes opening-dot-field-forward { 0% { opacity: .03; transform: translateZ(-520px) scale(.42); } 58% { opacity: .16; transform: translateZ(60px) scale(.92); } 100% { opacity: 0; transform: translateZ(820px) scale(1.18); } }
@keyframes opening-orbit-forward-one { 0% { opacity: .04; transform: translateZ(-700px) rotate(-12deg) scale(.35); } 22% { opacity: .2; } 52% { opacity: .42; transform: translateZ(0) rotate(-12deg) scale(1); } 100% { opacity: .04; transform: translateZ(850px) rotate(-12deg) scale(1.2); } }
@keyframes opening-orbit-forward-two { 0% { opacity: .03; transform: translateZ(-470px) rotate(26deg) scale(.38); } 35% { opacity: .18; } 63% { opacity: .32; transform: translateZ(170px) rotate(26deg) scale(.76); } 100% { opacity: .03; transform: translateZ(900px) rotate(26deg) scale(1.08); } }
@keyframes opening-progress-fill { from { transform: scaleX(0); } 18%, to { transform: scaleX(1); } }
.grain { position: fixed; inset: 0; z-index: 20; pointer-events: none; opacity: .17; background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 160 160' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.8' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.22'/%3E%3C/svg%3E"); mix-blend-mode: multiply; }
.opening-lock .grain { display: none; }
.site-header { position: absolute; top: 0; right: 0; left: 0; z-index: 10; display: flex; align-items: center; justify-content: space-between; width: min(1240px, calc(100% - 64px)); margin: 0 auto; padding: 26px 0; color: #fff; }
.brand, .footer-brand { display: inline-flex; align-items: center; gap: 11px; color: inherit; text-decoration: none; }
.brand strong { display: block; font-size: 17px; letter-spacing: .03em; white-space: nowrap; }
.brand small { display: block; margin-top: 3px; opacity: .68; font-size: 8px; letter-spacing: .18em; }
.brand-mark { display: inline-flex; align-items: end; gap: 3px; width: 28px; height: 25px; }
.brand-mark i { display: block; width: 7px; border-radius: 4px 4px 2px 2px; background: currentColor; }
.brand-mark i:nth-child(1) { height: 11px; opacity: .58; }
.brand-mark i:nth-child(2) { height: 18px; opacity: .78; }
.brand-mark i:nth-child(3) { height: 25px; }
.site-nav { display: flex; align-items: center; gap: 32px; font-size: 13px; }
.site-nav a { opacity: .82; text-decoration: none; transition: opacity .2s ease, transform .2s ease; }
.site-nav a:hover { opacity: 1; transform: translateY(-2px); }
.site-nav .nav-link-strong { padding: 10px 15px; border: 1px solid rgba(255,255,255,.55); border-radius: 99px; opacity: 1; }
.menu-toggle { display: none; border: 1px solid rgba(255,255,255,.55); border-radius: 99px; padding: 9px 13px; color: #fff; background: transparent; font: inherit; }
.hero { position: relative; display: grid; align-items: center; min-height: min(840px, 100vh); padding: 150px max(32px, calc((100% - 1240px) / 2)) 92px; overflow: hidden; color: #fff; background: var(--forest); }
.hero-photo, .hero-shade { position: absolute; inset: 0; }
.hero-photo { background: url("hero.jpg") center / cover; transform: scale(1.02); }
.hero-shade { background: linear-gradient(90deg, rgba(13, 47, 39, .86), rgba(13, 47, 39, .35) 55%, rgba(13, 47, 39, .28)); }
.hero::after { position: absolute; right: -2%; bottom: -20%; width: 58%; height: 34%; border: 1px solid rgba(255,255,255,.38); border-radius: 50%; content: ""; transform: rotate(-8deg); }
.hero-content { position: relative; z-index: 1; width: min(600px, 100%); }
.kicker, .eyebrow { display: flex; align-items: center; gap: 9px; margin: 0 0 18px; color: var(--moss); font-size: 11px; font-weight: 800; letter-spacing: .18em; }
.hero .kicker { color: #d0e1b9; }
.kicker span { display: inline-block; width: 26px; height: 1px; background: currentColor; }
h1, h2, h3, p { margin-top: 0; }
h1 { margin-bottom: 23px; font-size: clamp(52px, 7.2vw, 102px); font-weight: 800; line-height: 1.05; letter-spacing: -.03em; }
h1 em, h2 em { color: #c8dfac; font-style: normal; }
.hero-copy { max-width: 470px; margin-bottom: 34px; color: rgba(255,255,255,.82); font-size: 16px; line-height: 1.9; }
.hero-actions { display: flex; align-items: center; gap: 25px; }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 45px; padding: 0 20px; border-radius: 99px; text-decoration: none; transition: transform .22s var(--ease), background .22s ease, box-shadow .22s ease; }
.button:hover { transform: translateY(-2px); box-shadow: 0 10px 22px rgba(0,0,0,.18); }
.button:active { transform: translateY(1px); }
.button-light { gap: 14px; color: var(--forest); background: #e8f0d9; }
.text-link { text-decoration: none; }
.light-link { color: rgba(255,255,255,.82); font-size: 13px; }
.light-link span { display: inline-block; margin-left: 8px; transition: transform .2s ease; }
.light-link:hover span { transform: translateX(4px); }
.hero-note { position: absolute; right: max(32px, calc((100% - 1240px) / 2)); bottom: 88px; z-index: 1; display: flex; align-items: center; gap: 10px; color: rgba(255,255,255,.76); font-size: 11px; letter-spacing: .08em; }
.hero-note b { margin-left: 14px; color: #fff; font-size: 28px; font-weight: 400; }
.status-dot { width: 7px; height: 7px; border-radius: 50%; background: #bfdc91; box-shadow: 0 0 0 5px rgba(191,220,145,.16); }
.scroll-cue { position: absolute; bottom: 33px; left: max(32px, calc((100% - 1240px) / 2)); z-index: 1; display: flex; align-items: center; gap: 10px; color: rgba(255,255,255,.67); font-size: 10px; text-decoration: none; letter-spacing: .12em; }
.scroll-cue span { display: block; width: 1px; height: 31px; background: currentColor; }
.section { width: min(1240px, calc(100% - 64px)); margin: 0 auto; padding: 128px 0; }
.section-grid { display: grid; grid-template-columns: 150px minmax(0, 1fr) minmax(240px, .58fr); gap: 52px; }
.section-label { display: flex; align-items: center; gap: 12px; align-self: start; color: #7e968c; font-size: 10px; letter-spacing: .13em; writing-mode: vertical-rl; }
.section-label i { width: 1px; height: 65px; background: var(--line); }
.intro { background: var(--paper); }
.intro-copy { max-width: 600px; }
.eyebrow { color: var(--moss); }
h2 { margin-bottom: 24px; color: var(--forest); font-size: clamp(36px, 5vw, 64px); line-height: 1.13; letter-spacing: -.03em; }
h2 em { color: var(--moss); font-style: normal; }
.intro-copy > p:not(.eyebrow), .workflow-copy > p:not(.eyebrow) { max-width: 555px; color: var(--soft-ink); font-size: 15px; line-height: 2; }
.intro-copy > p:last-child { margin-top: 18px; }
.intro-stats { display: grid; align-content: end; gap: 0; }
.intro-stats div { display: flex; align-items: baseline; justify-content: space-between; gap: 12px; padding: 18px 0; border-bottom: 1px solid var(--line); }
.intro-stats div:first-child { border-top: 1px solid var(--line); }
.intro-stats strong { color: var(--forest); font-size: 30px; font-weight: 400; letter-spacing: -.04em; }
.intro-stats span { color: var(--soft-ink); font-size: 12px; }
.capabilities { padding-top: 100px; background: #e6eee3; }
.section-heading { display: flex; align-items: end; justify-content: space-between; gap: 40px; margin-bottom: 52px; }
.section-heading h2 { margin-bottom: 0; }
.section-heading > p { max-width: 315px; margin-bottom: 7px; color: var(--soft-ink); font-size: 14px; line-height: 1.9; }
.capability-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 13px; }
.capability-card { position: relative; min-height: 340px; padding: 25px 23px; overflow: hidden; border-radius: 19px; color: var(--forest); transition: transform .23s var(--ease), box-shadow .23s ease; }
.capability-card:hover { transform: translateY(-6px); box-shadow: 0 16px 26px rgba(37,74,55,.14); }
.card-sage { background: #b8cba9; }.card-water { background: #add0cd; }.card-stone { background: #d1d1c5; }.card-clay { background: #d3aa8d; }
.card-index { color: rgba(29,51,47,.58); font-size: 10px; font-weight: 800; letter-spacing: .1em; }
.line-icon { display: block; width: 42px; height: 42px; margin: 62px 0 31px; color: var(--forest); }
.icon-folder { border: 2px solid currentColor; border-radius: 5px; transform: skewY(-7deg); }.icon-folder::before { display: block; width: 18px; height: 7px; border: 2px solid currentColor; border-bottom: 0; border-radius: 4px 4px 0 0; content: ""; transform: translate(5px, -9px); }
.icon-flow { border: 2px solid currentColor; border-radius: 50%; }.icon-flow::before, .icon-flow::after { display: block; width: 14px; height: 2px; margin: 10px auto; background: currentColor; content: ""; }
.icon-people { border: 2px solid currentColor; border-radius: 50% 50% 38% 38%; transform: scale(.75); }.icon-people::before { display: block; width: 12px; height: 12px; margin: -18px auto 0; border: 2px solid currentColor; border-radius: 50%; background: transparent; content: ""; }
.icon-bell { border: 2px solid currentColor; border-radius: 21px 21px 7px 7px; }.icon-bell::after { display: block; width: 10px; height: 2px; margin: 39px auto 0; background: currentColor; content: ""; }
.capability-card h3 { margin-bottom: 12px; font-size: 23px; }.capability-card p { max-width: 220px; margin: 0; color: rgba(29,51,47,.72); font-size: 13px; line-height: 1.8; }
.card-arrow { position: absolute; right: 22px; bottom: 21px; display: grid; place-items: center; width: 34px; height: 34px; border: 1px solid rgba(29,51,47,.25); border-radius: 50%; font-size: 17px; text-decoration: none; transition: transform .2s ease, background .2s ease; }.card-arrow:hover { background: rgba(255,255,255,.3); transform: translate(2px,-2px); }
.quote-band { position: relative; padding: 128px max(32px, calc((100% - 1240px) / 2)); overflow: hidden; color: #f5f3e9; background: var(--forest); }
.quote-band::after { position: absolute; right: 9%; bottom: -20%; width: 280px; height: 280px; border: 1px solid rgba(213,232,188,.24); border-radius: 50%; content: ""; }
.quote-mark { position: absolute; top: 52px; left: max(32px, calc((100% - 1240px) / 2)); color: #b7d49a; font-family: Georgia, serif; font-size: 120px; line-height: .7; }
blockquote { position: relative; z-index: 1; margin: 0 auto 26px; max-width: 820px; font-size: clamp(29px, 4.2vw, 56px); font-weight: 400; line-height: 1.35; letter-spacing: -.03em; } blockquote em { color: #c8dfac; font-style: normal; }
.quote-meta { position: relative; z-index: 1; max-width: 820px; margin: 0 auto; color: rgba(255,255,255,.52); font-size: 10px; letter-spacing: .18em; }
.workflow { background: var(--sand); }.workflow-grid { grid-template-columns: 150px minmax(0, 1fr) minmax(300px, .7fr); }.workflow-list { display: grid; gap: 0; margin: 0; padding: 0; list-style: none; }.workflow-list li { display: grid; grid-template-columns: 50px 1fr; gap: 17px; align-items: start; padding: 0 0 26px; }.workflow-list li + li { padding-top: 26px; border-top: 1px solid var(--line); }.workflow-list li > span { color: var(--moss); font-size: 12px; }.workflow-list strong { display: block; margin-bottom: 6px; color: var(--forest); font-size: 17px; }.workflow-list small { color: var(--soft-ink); font-size: 12px; }
.portals { background: var(--paper); }.portal-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 14px; }.portal-card { position: relative; min-height: 290px; padding: 26px; overflow: hidden; border-radius: 18px; text-decoration: none; transition: transform .23s var(--ease), box-shadow .23s ease; }.portal-card:hover { transform: translateY(-6px); box-shadow: 0 16px 30px rgba(35,71,56,.13); }.portal-member { background: #d2e1cf; }.portal-leader { background: #d4e3e0; }.portal-admin { background: #dedbd0; }.portal-number { color: rgba(29,51,47,.52); font-size: 11px; letter-spacing: .1em; }.portal-symbol { position: absolute; top: 21px; right: 24px; color: var(--forest); font-size: 28px; }.portal-card h3 { margin: 95px 0 12px; color: var(--forest); font-size: 25px; }.portal-card p { max-width: 220px; margin-bottom: 22px; color: var(--soft-ink); font-size: 13px; line-height: 1.8; }.portal-url { color: var(--forest-2); font-size: 11px; font-weight: 800; letter-spacing: .06em; }
.site-footer { display: grid; grid-template-columns: 1fr 1fr 1fr; align-items: center; gap: 20px; width: min(1240px, calc(100% - 64px)); margin: 0 auto; padding: 28px 0 34px; border-top: 1px solid var(--line); color: var(--soft-ink); }.footer-brand { color: var(--forest); }.footer-brand strong { font-size: 15px; }.site-footer p { margin: 0; color: #789087; font-size: 12px; text-align: center; }.footer-meta { display: flex; justify-content: end; gap: 17px; color: #789087; font-size: 10px; letter-spacing: .08em; }.footer-meta a { text-decoration: none; }.footer-meta a:hover { color: var(--forest); }
.reveal { opacity: 0; transform: translateY(18px); transition: opacity .62s ease, transform .62s var(--ease); }.reveal.is-visible { opacity: 1; transform: none; }
body.opening-transition-pending .site-header,
body.opening-transition-pending .hero-content,
body.opening-transition-pending .hero-note,
body.opening-transition-pending .scroll-cue { opacity: 0; transform: translate3d(0, 14px, 0); pointer-events: none; }
body.opening-transition-pending .hero-photo { transform: scale(1.055); transition: transform .72s var(--ease); }
body.opening-handoff .site-header,
body.opening-handoff .hero-content,
body.opening-handoff .hero-note,
body.opening-handoff .scroll-cue { opacity: 1; transform: none; pointer-events: auto; transition: opacity .46s ease, transform .68s var(--ease); transition-delay: .08s; }
body.opening-handoff .hero-photo { transform: scale(1.02); transition: transform .72s var(--ease); }
@media (max-width: 840px) { .site-header { width: calc(100% - 36px); padding-top: 19px; }.site-nav { gap: 18px; font-size: 12px; }.section-grid { grid-template-columns: 56px minmax(0, 1fr); gap: 27px; }.section-label { writing-mode: horizontal-tb; grid-column: 1 / -1; }.section-label i { width: 34px; height: 1px; }.intro-copy, .workflow-copy { grid-column: 2; }.intro-stats, .workflow-list { grid-column: 2; }.capability-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }.capability-card { min-height: 300px; }.portal-grid { grid-template-columns: 1fr; }.portal-card { min-height: 230px; }.portal-card h3 { margin-top: 60px; } }
@media (max-width: 560px) { .site-header { width: calc(100% - 30px); }.site-nav { position: absolute; top: 66px; right: 0; left: 0; display: none; flex-direction: column; align-items: stretch; gap: 0; padding: 8px; border: 1px solid rgba(255,255,255,.25); border-radius: 14px; background: rgba(23,63,55,.94); }.site-nav.is-open { display: flex; }.site-nav a { padding: 12px; }.menu-toggle { display: block; }.hero { min-height: 720px; padding: 130px 22px 100px; }.hero-copy { font-size: 14px; }.hero-note { right: 22px; bottom: 78px; }.scroll-cue { left: 22px; }.section { width: calc(100% - 40px); padding: 78px 0; }.section-grid { display: block; }.section-label { margin-bottom: 34px; }.intro-copy, .workflow-copy, .intro-stats, .workflow-list { margin-left: 0; }.section-heading { display: block; margin-bottom: 31px; }.section-heading > p { margin-top: 20px; }.capability-grid { grid-template-columns: 1fr; }.capability-card { min-height: 275px; }.line-icon { margin-top: 43px; }.quote-band { padding: 91px 20px 78px; }.quote-mark { top: 36px; left: 20px; font-size: 92px; }.quote-meta { font-size: 9px; }.portal-card { min-height: 225px; }.site-footer { display: block; width: calc(100% - 40px); padding: 26px 0 30px; }.site-footer p { margin: 17px 0; text-align: left; }.footer-meta { justify-content: space-between; flex-wrap: wrap; gap: 8px; } }
@media (max-width: 560px) {
  .opening-frame { width: calc(100% - 34px); }
  .opening-topline { padding-top: 20px; font-size: 8px; }
  .opening-stage::before { width: 128vw; }
  .opening-stage::after { width: 94vw; }
  .opening-orbit-one { width: 132vw; }
  .opening-orbit-two { width: 100vw; }
  .opening-scene { padding-right: 5px; padding-left: 5px; }
  .scene-art { width: min(64vw, 220px); margin-bottom: 14px; }
  .opening-scene h2 { font-size: 56px; }
  .opening-scene > p:last-child { font-size: 12px; }
  .opening-bottomline { grid-template-columns: minmax(0, 1fr) auto; gap: 16px; padding-bottom: max(22px, env(safe-area-inset-bottom)); }
  .opening-caption { display: none; }
  .opening-progress { grid-template-columns: repeat(4, minmax(22px, 1fr)); }
  #skip-opening { padding-right: 11px; padding-left: 11px; }
  .brand strong { font-size: 14px; }
  .brand small { font-size: 7px; }
}
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; }.opening-scene, .opening-frame, .opening-backdrop { transition: none; }.reveal, .reveal.is-visible { opacity: 1; transform: none; transition: none; }.scene-art *, .opening-stage::before, .opening-stage::after, .opening-orbit { animation: none; }.capability-card, .portal-card, .button { transition: none; } }
