:root {
  --ink: #071019;
  --ink-2: #0b1723;
  --paper: #f3f5f2;
  --muted: #93a0ae;
  --line: rgba(218, 234, 242, 0.15);
  --cyan: #8eeaff;
  --lime: #c1ff8e;
  --serif: "Songti SC", "STSong", "Noto Serif SC", serif;
  --sans: "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", Arial, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--paper); background: var(--ink); font-family: var(--sans); overflow-x: hidden; }
button, input, textarea { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
a { color: inherit; text-decoration: none; }

.page-noise { position: fixed; z-index: 9; inset: 0; pointer-events: none; opacity: .13; 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='.9' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.18'/%3E%3C/svg%3E"); mix-blend-mode: screen; }

.site-header { position: absolute; inset: 0 0 auto; z-index: 10; height: 88px; padding: 20px clamp(24px, 5vw, 76px); display: flex; align-items: center; justify-content: space-between; gap: 20px; border-bottom: 1px solid rgba(255,255,255,.1); transition: background .3s, backdrop-filter .3s; }
.site-header.scrolled { position: fixed; background: rgba(7,16,25,.75); backdrop-filter: blur(18px); }
.brand { display: inline-flex; align-items: center; gap: 10px; min-width: 170px; }
.brand-mark { display: grid; place-items: center; width: 34px; aspect-ratio: 1; border: 1px solid rgba(255,255,255,.6); border-radius: 50%; color: var(--cyan); font-size: 15px; font-family: Arial, sans-serif; }
.brand b, .brand small { display: block; line-height: 1.05; }
.brand b { font-weight: 600; font-size: 14px; letter-spacing: .08em; }
.brand small { margin-top: 4px; color: #a9b3bd; font-family: Arial, sans-serif; font-size: 8px; letter-spacing: .17em; }
.desktop-nav { display: flex; align-items: center; gap: clamp(18px, 3vw, 46px); color: #cad2d9; font-size: 13px; }
.desktop-nav a { transition: color .25s; }.desktop-nav a:hover { color: var(--cyan); }
.header-cta { border: 0; border-radius: 999px; padding: 12px 17px; color: #081019; background: var(--paper); cursor: pointer; font-size: 13px; font-weight: 700; transition: transform .25s, background .25s; }.header-cta:hover { transform: translateY(-2px); background: var(--cyan); }.header-cta span { margin-left: 5px; }

.hero { position: relative; min-height: 860px; height: min(100vh, 1060px); padding: 165px clamp(24px, 9vw, 148px) 64px; isolation: isolate; overflow: hidden; background: radial-gradient(circle at 76% 47%, #183858 0, #0c1f31 16%, transparent 42%), linear-gradient(117deg, #071019 18%, #0a1420 60%, #081019); }
.hero::after { position: absolute; z-index: -1; content: ""; inset: 0; background: linear-gradient(90deg, rgba(7,16,25,.14), rgba(7,16,25,0) 58%, rgba(7,16,25,.3)); }
.hero-grid { position: absolute; z-index: -1; inset: 44% -5% -24% 38%; transform: perspective(650px) rotateX(66deg) rotateZ(-7deg); background-image: linear-gradient(rgba(142,234,255,.12) 1px, transparent 1px), linear-gradient(90deg, rgba(142,234,255,.12) 1px, transparent 1px); background-size: 58px 58px; mask-image: linear-gradient(to bottom, transparent, #000 22%, rgba(0,0,0,.1)); opacity: .45; }
.hero-copy { position: relative; z-index: 2; max-width: 675px; }
.eyebrow { margin: 0 0 23px; color: var(--cyan); font-family: Arial, sans-serif; font-size: 10px; font-weight: 700; letter-spacing: .17em; line-height: 1.6; }
h1, h2, h3, p { margin-top: 0; } h1, h2, h3 { font-weight: 500; }
h1 { margin-bottom: 26px; max-width: 720px; font-family: var(--serif); font-size: clamp(54px, 6vw, 100px); line-height: .98; letter-spacing: -.08em; } h1 em, h2 em { color: var(--cyan); font-style: normal; }
.hero-description { max-width: 420px; color: #c2cbd3; font-size: 15px; line-height: 1.9; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 32px; }.button { display: inline-flex; align-items: center; justify-content: center; gap: 26px; min-height: 49px; padding: 0 20px; border: 1px solid rgba(255,255,255,.28); cursor: pointer; border-radius: 999px; font-size: 13px; font-weight: 650; transition: transform .25s, box-shadow .25s, background .25s, border-color .25s; }.button:hover { transform: translateY(-3px); }.button.primary { color: #071019; border-color: var(--cyan); background: var(--cyan); box-shadow: 0 0 24px rgba(142,234,255,.16); }.button.primary:hover { box-shadow: 0 0 34px rgba(142,234,255,.34); }.button.ghost { color: #e5eaee; background: rgba(255,255,255,.03); }.button.ghost:hover { border-color: var(--cyan); }.button.large { min-height: 58px; padding: 0 27px; }
.hero-tags { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 42px; }.hero-tags span { padding: 7px 10px; border: 1px solid rgba(255,255,255,.18); border-radius: 999px; color: #aeb8c1; font-size: 11px; }

.robot-stage { position: absolute; inset: 76px clamp(0px, 2vw, 30px) 0 43%; z-index: 1; min-width: 490px; overflow: hidden; }
.hero-robot { position: absolute; z-index: 3; right: 5%; bottom: -2%; width: min(48vw, 685px); filter: drop-shadow(0 18px 22px rgba(0,0,0,.6)); animation: robot-float 7s ease-in-out infinite; }.robot-shadow { position: absolute; z-index: 2; right: 14%; bottom: 2%; width: min(38vw, 560px); height: 70px; border-radius: 50%; background: #000; filter: blur(26px); opacity: .8; transform: rotate(-7deg); }
.stage-orbit { position: absolute; z-index: 1; border: 1px solid rgba(142,234,255,.24); border-radius: 50%; mix-blend-mode: screen; }.orbit-one { right: -19%; top: 16%; width: min(47vw, 700px); aspect-ratio: 1; animation: spin 22s linear infinite; }.orbit-two { right: 8%; top: 31%; width: min(29vw, 420px); aspect-ratio: 1; border-style: dashed; animation: spin-reverse 17s linear infinite; }.stage-orbit::before, .stage-orbit::after { position: absolute; content: ""; width: 5px; aspect-ratio: 1; border-radius: 50%; background: var(--cyan); box-shadow: 0 0 12px var(--cyan); }.stage-orbit::before { top: 50%; left: -3px; }.stage-orbit::after { bottom: 20%; right: 7%; }
.stage-scan { position: absolute; z-index: 4; top: 24%; right: 2%; width: 58%; height: 2px; background: linear-gradient(90deg, transparent, var(--cyan), transparent); opacity: .55; filter: blur(.1px); animation: scan 4.5s ease-in-out infinite; }
.stage-data { position: absolute; z-index: 5; display: flex; align-items: center; gap: 7px; color: #d2f7ff; font-family: Arial, sans-serif; font-size: 9px; letter-spacing: .12em; }.stage-data i, .visual-note i { display: inline-block; width: 7px; aspect-ratio: 1; border-radius: 50%; background: var(--lime); box-shadow: 0 0 9px var(--lime); }.data-a { top: 32%; right: 9%; }.data-b { bottom: 26%; left: 12%; color: #9bb1bf; }.data-b i { background: var(--cyan); box-shadow: 0 0 9px var(--cyan); }
.model-label { position: absolute; z-index: 5; right: 5%; bottom: 13%; display: flex; gap: 8px; align-items: flex-start; padding: 10px 13px; min-width: 132px; border: 1px solid rgba(142,234,255,.28); background: rgba(7,16,25,.46); backdrop-filter: blur(10px); }.model-label span { color: var(--cyan); font: 10px Arial; }.model-label p { margin: 0; color: #aab9c4; font: 9px/1.25 Arial; letter-spacing: .13em; }.model-label b { color: var(--paper); font-size: 14px; letter-spacing: .06em; }
.hero-bottom { position: absolute; z-index: 4; bottom: 31px; left: clamp(24px, 9vw, 148px); right: clamp(24px, 5vw, 76px); display: flex; justify-content: space-between; align-items: end; color: #8d9aa5; font-size: 11px; letter-spacing: .04em; }.hero-bottom p { margin: 0; }.hero-bottom a { color: #dce5e9; font-family: Arial, sans-serif; font-size: 10px; letter-spacing: .16em; }.hero-bottom a span { display: inline-block; margin-left: 12px; color: var(--cyan); font-size: 16px; animation: nudge 1.8s ease-in-out infinite; }
.reveal { animation: reveal .8s both; }.delay-1 { animation-delay: .11s; }.delay-2 { animation-delay: .22s; }.delay-3 { animation-delay: .33s; }.delay-4 { animation-delay: .44s; }

.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; }
.hero { height: min(100vh, 1060px); min-height: 700px; padding: 0; background: #071019; }
.hero::after { display: none; }

.intro-strip { min-height: 144px; padding: 43px clamp(24px, 9vw, 148px); display: flex; align-items: center; justify-content: space-between; gap: 30px; border-bottom: 1px solid var(--line); background: #0b151f; }.intro-strip p { max-width: 800px; margin: 0; font-family: var(--serif); font-size: clamp(20px, 2.2vw, 31px); line-height: 1.35; letter-spacing: -.04em; }.intro-strip span { flex: 0 0 auto; color: var(--cyan); font: 11px Arial; letter-spacing: .12em; }
.section { padding: 130px clamp(24px, 9vw, 148px); }.section-heading { display: flex; align-items: end; justify-content: space-between; gap: 50px; margin-bottom: 74px; }.section-heading.compact { align-items: start; margin-bottom: 56px; }.section-heading h2 { margin: 0; max-width: 760px; font-family: var(--serif); font-size: clamp(38px, 4.6vw, 68px); line-height: 1.1; letter-spacing: -.065em; }.section-lead { width: min(100%, 334px); margin: 0 0 7px; color: #aeb8c1; font-size: 14px; line-height: 1.9; }

.capabilities { background: #edf1f2; color: #0a1720; }.capabilities .eyebrow { color: #096477; }.capabilities .section-lead { color: #50626d; }.capability-layout { display: grid; grid-template-columns: .95fr 1.05fr; border-top: 1px solid #c3ced2; }.capability-list { border-right: 1px solid #c3ced2; }.capability { min-height: 142px; padding: 29px 30px 29px 0; display: grid; grid-template-columns: 58px 1fr 25px; gap: 16px; align-items: start; border-bottom: 1px solid #c3ced2; transition: padding-left .3s, background .3s; }.capability:hover, .capability.active { padding-left: 16px; background: rgba(142,234,255,.24); }.capability-index { color: #59737b; font: 11px Arial; padding-top: 7px; }.capability h3 { margin: 0 0 9px; font-size: 21px; letter-spacing: -.03em; }.capability p { margin: 0; max-width: 380px; color: #597078; font-size: 13px; line-height: 1.8; }.plus { font-size: 24px; font-weight: 200; color: #0e5c6c; }.capability-visual { position: relative; min-height: 575px; overflow: hidden; background: #172530; }.capability-visual::after { position: absolute; content: ""; inset: 0; background: linear-gradient(0deg, rgba(4,13,19,.72), transparent 58%), linear-gradient(90deg, rgba(2,16,21,.16), transparent); }.capability-visual img { display: block; width: 100%; height: 100%; object-fit: cover; object-position: 55% center; filter: saturate(.74) contrast(1.1); transition: transform .8s ease; }.capability-visual:hover img { transform: scale(1.045); }.visual-glow { position: absolute; z-index: 1; top: 25%; right: 20%; width: 160px; aspect-ratio: 1; border-radius: 50%; border: 1px solid rgba(142,234,255,.45); box-shadow: 0 0 70px rgba(142,234,255,.28); animation: pulse 2.8s ease-in-out infinite; }.visual-topline, .visual-overlay, .visual-note { position: absolute; z-index: 3; }.visual-topline { top: 23px; right: 27px; left: 27px; display: flex; justify-content: space-between; color: #a8bbc3; font: 9px Arial; letter-spacing: .13em; }.visual-topline b { color: var(--lime); font-weight: 500; }.visual-overlay { right: 27px; bottom: 26px; display: grid; gap: 5px; color: #d9e9ef; text-align: right; font: 10px Arial; letter-spacing: .11em; }.visual-note { left: 27px; bottom: 25px; display: flex; gap: 10px; align-items: start; color: #fff; }.visual-note i { margin-top: 5px; }.visual-note p { margin: 0; font-family: var(--serif); font-size: 17px; line-height: 1.35; letter-spacing: -.04em; }

.services { position: relative; background: #0a141e; }.service-grid { display: grid; grid-template-columns: 1.35fr 1fr 1fr; border-top: 1px solid var(--line); border-left: 1px solid var(--line); }.service-card { position: relative; min-height: 490px; padding: 28px; overflow: hidden; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); background: #0c1925; transition: background .35s, transform .35s; }.service-card:hover { z-index: 1; background: #102535; transform: translateY(-8px); }.service-card.featured { background: linear-gradient(148deg, #123143, #0c1a26 54%, #102230); }.card-top { display: flex; justify-content: space-between; color: #a9b4bd; font: 10px Arial; letter-spacing: .12em; }.card-top span:last-child { color: var(--cyan); }.service-symbol { position: relative; height: 118px; margin: 42px 0 20px; }.service-card h3 { margin-bottom: 12px; font-family: var(--serif); font-size: 30px; letter-spacing: -.055em; }.service-card p { position: relative; z-index: 1; max-width: 440px; color: #9baab6; font-size: 13px; line-height: 1.9; }.service-card ul { position: relative; z-index: 1; margin: 24px 0 0; padding: 0; list-style: none; color: #e8eff2; font-size: 12px; line-height: 2.1; }.service-card ul li::before { content: "·"; margin-right: 8px; color: var(--cyan); }.service-card > a { position: absolute; z-index: 2; bottom: 27px; color: var(--cyan); font-size: 13px; }.service-card > a span { margin-left: 7px; font-size: 18px; }.card-watermark { position: absolute; right: -10px; bottom: -29px; color: rgba(142,234,255,.07); font: 900 clamp(70px, 10vw, 152px)/1 Arial; letter-spacing: -.1em; }.robot-signal i { position: absolute; display: block; border: 1px solid rgba(142,234,255,.6); border-radius: 50%; }.robot-signal i:nth-child(1) { left: 0; bottom: 0; width: 85px; aspect-ratio: 1; background: radial-gradient(circle, rgba(142,234,255,.34) 0 7%, transparent 8%); }.robot-signal i:nth-child(2) { left: 30px; bottom: 30px; width: 125px; aspect-ratio: 1; border-color: rgba(142,234,255,.35); animation: pulse 2.5s ease-in-out infinite; }.robot-signal i:nth-child(3) { left: 60px; bottom: 60px; width: 164px; aspect-ratio: 1; border-color: rgba(142,234,255,.15); }.cube i { position: absolute; display: block; width: 66px; aspect-ratio: 1; border: 1px solid var(--lime); transform: rotate(30deg) skewY(-30deg) scaleY(.86); }.cube i:nth-child(1) { left: 52px; top: 23px; background: rgba(193,255,142,.06); }.cube i:nth-child(2) { left: 105px; top: 54px; border-color: rgba(193,255,142,.42); }.cube i:nth-child(3) { left: 0; top: 54px; border-color: rgba(193,255,142,.25); }.nodes i { position: absolute; display: block; width: 10px; aspect-ratio: 1; border-radius: 50%; background: var(--cyan); box-shadow: 0 0 15px var(--cyan); }.nodes i::after { position: absolute; content: ""; height: 1px; width: 110px; top: 5px; left: 5px; transform-origin: left; background: linear-gradient(90deg, rgba(142,234,255,.8), transparent); }.nodes i:nth-child(1) { left: 19px; top: 82px; }.nodes i:nth-child(2) { left: 129px; top: 28px; }.nodes i:nth-child(2)::after { width: 70px; transform: rotate(48deg); }.nodes i:nth-child(3) { left: 198px; top: 94px; }.nodes i:nth-child(3)::after { width: 70px; transform: rotate(-125deg); }.nodes i:nth-child(4) { left: 273px; top: 15px; }

.workflow { padding-top: 0; padding-bottom: 0; background: #0a141e; }.workflow-panel { display: grid; grid-template-columns: 1.1fr .9fr; min-height: 610px; padding: 90px clamp(24px, 6vw, 96px); overflow: hidden; border: 1px solid var(--line); background: linear-gradient(118deg, #163644, #0b1823 55%, #0d2631); }.workflow-copy h2 { margin-bottom: 24px; font-family: var(--serif); font-size: clamp(35px, 4vw, 62px); line-height: 1.1; letter-spacing: -.065em; }.workflow-copy > p:last-child { max-width: 405px; color: #b8c5cc; font-size: 14px; line-height: 1.9; }.workflow-steps { display: grid; align-content: center; margin: 0; padding: 0; list-style: none; }.workflow-steps li { display: grid; grid-template-columns: 66px 1fr; gap: 18px; padding: 24px 0; border-top: 1px solid rgba(255,255,255,.18); }.workflow-steps li:last-child { border-bottom: 1px solid rgba(255,255,255,.18); }.workflow-steps span { color: var(--cyan); font: 11px Arial; padding-top: 7px; }.workflow-steps h3 { margin: 0 0 9px; font-size: 19px; }.workflow-steps p { margin: 0; color: #acbac1; font-size: 13px; line-height: 1.7; }

.scenes { background: #edf1f2; color: #0a1720; }.scenes .eyebrow { color: #096477; }.scene-grid { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid #c3ced2; border-left: 1px solid #c3ced2; }.scene-grid article { min-height: 262px; padding: 23px; display: flex; flex-direction: column; border-right: 1px solid #c3ced2; border-bottom: 1px solid #c3ced2; transition: background .3s, color .3s; }.scene-grid article:hover { color: #eaf4f5; background: #103340; }.scene-grid span { color: #618087; font: 11px Arial; }.scene-grid h3 { margin: auto 0 9px; font-family: var(--serif); font-size: 26px; line-height: 1.1; letter-spacing: -.055em; }.scene-grid p { margin: 0; color: #63747d; font-size: 12px; }.scene-grid article:hover p, .scene-grid article:hover span { color: #bce3e8; }

.contact { position: relative; min-height: 560px; padding: 125px clamp(24px, 9vw, 148px); overflow: hidden; text-align: center; background: #071019; }.contact::before { position: absolute; content: ""; inset: 0; opacity: .28; background-image: linear-gradient(rgba(142,234,255,.1) 1px, transparent 1px), linear-gradient(90deg, rgba(142,234,255,.1) 1px, transparent 1px); background-size: 64px 64px; mask-image: radial-gradient(circle at center, #000, transparent 70%); }.contact-glow { position: absolute; top: 50%; left: 50%; width: min(60vw, 720px); aspect-ratio: 1; transform: translate(-50%, -50%); border-radius: 50%; background: radial-gradient(circle, rgba(17,132,151,.42), rgba(7,16,25,0) 66%); filter: blur(5px); }.contact > * { position: relative; z-index: 1; }.contact .eyebrow { margin-bottom: 18px; }.contact h2 { margin: 0 auto 23px; max-width: 940px; font-family: var(--serif); font-size: clamp(41px, 5vw, 73px); line-height: 1.08; letter-spacing: -.065em; }.contact > p:not(.eyebrow) { max-width: 500px; margin: 0 auto 30px; color: #b6c2ca; font-size: 14px; line-height: 1.9; }.contact small { display: block; margin-top: 24px; color: #82939e; font-size: 10px; }
footer { min-height: 135px; padding: 31px clamp(24px, 5vw, 76px); display: flex; align-items: center; justify-content: space-between; gap: 25px; border-top: 1px solid var(--line); color: #80919d; font: 10px Arial; letter-spacing: .1em; }footer .brand { color: var(--paper); }footer p { margin: 0; }

.inquiry-dialog { width: min(94vw, 540px); padding: 37px; border: 1px solid rgba(142,234,255,.35); color: var(--paper); background: #0c1a26; box-shadow: 0 20px 80px rgba(0,0,0,.55); }.inquiry-dialog::backdrop { background: rgba(2,8,13,.68); backdrop-filter: blur(6px); }.dialog-close { position: absolute; top: 14px; right: 17px; border: 0; color: #b7c5cc; background: transparent; cursor: pointer; font-size: 28px; line-height: 1; }.inquiry-dialog h2 { margin: 0 0 12px; font-family: var(--serif); font-size: 39px; letter-spacing: -.05em; }.inquiry-dialog > p:not(.eyebrow) { color: #a7b7bf; font-size: 13px; line-height: 1.8; }.inquiry-dialog form { display: grid; gap: 15px; margin-top: 25px; }.inquiry-dialog label { display: grid; gap: 7px; color: #dbe6ea; font-size: 12px; }.inquiry-dialog input, .inquiry-dialog textarea { width: 100%; padding: 11px 12px; resize: vertical; outline: 0; border: 1px solid rgba(255,255,255,.18); border-radius: 4px; color: var(--paper); background: rgba(255,255,255,.055); transition: border .2s; }.inquiry-dialog textarea { min-height: 83px; }.inquiry-dialog input:focus, .inquiry-dialog textarea:focus { border-color: var(--cyan); }.inquiry-dialog .button { margin-top: 4px; }.form-note { min-height: 18px; margin: -3px 0 0; color: var(--lime); font-size: 11px; line-height: 1.55; white-space: pre-line; }

@keyframes reveal { from { opacity: 0; transform: translateY(13px); } to { opacity: 1; transform: none; } }
@keyframes robot-float { 0%,100% { transform: translate3d(0,0,0); } 50% { transform: translate3d(-4px,-15px,0); } }
@keyframes spin { to { transform: rotate(360deg); } } @keyframes spin-reverse { to { transform: rotate(-360deg); } }
@keyframes scan { 0%, 100% { transform: translateY(0); opacity: .1; } 45% { opacity: .9; } 50% { transform: translateY(240px); opacity: .6; } }
@keyframes nudge { 0%,100% { transform: translateY(0); } 50% { transform: translateY(4px); } } @keyframes pulse { 0%,100% { transform: scale(1); opacity: .8; } 50% { transform: scale(1.06); opacity: 1; } }

@media (max-width: 900px) { .site-header { height: 72px; padding: 14px 20px; }.desktop-nav { display: none; }.header-cta { padding: 10px 13px; font-size: 12px; }.hero { min-height: 770px; height: auto; padding: 126px 24px 190px; }.hero-copy { max-width: 550px; }.robot-stage { inset: auto -14vw -15px 22%; height: 530px; min-width: 0; opacity: .88; }.hero-robot { width: min(80vw, 510px); right: 5%; bottom: -1%; }.orbit-one { width: 80vw; }.orbit-two { width: 48vw; }.data-a { right: 15%; }.data-b { display: none; }.model-label { right: 9%; bottom: 12%; }.hero-bottom { bottom: 22px; left: 24px; right: 24px; }.hero-bottom p { max-width: 210px; }.intro-strip { padding: 35px 24px; }.section { padding: 84px 24px; }.section-heading { display: block; margin-bottom: 44px; }.section-lead { width: auto; margin-top: 20px; }.capability-layout, .workflow-panel { grid-template-columns: 1fr; }.capability-list { border-right: 0; }.capability { padding-right: 0; }.capability-visual { min-height: 470px; }.service-grid { grid-template-columns: 1fr; }.service-card { min-height: 390px; }.service-card.featured { min-height: 440px; }.scene-grid { grid-template-columns: 1fr 1fr; }.workflow-panel { padding: 65px 26px; gap: 45px; }.contact { padding: 96px 24px; } footer { flex-wrap: wrap; }.inquiry-dialog { padding: 28px 22px; } }
@media (max-width: 490px) { .brand { min-width: 0; }.brand b { font-size: 13px; }.brand small { font-size: 7px; }.header-cta { font-size: 0; min-width: 40px; padding: 10px; }.header-cta span { margin: 0; font-size: 15px; }.hero { min-height: 730px; }.eyebrow { font-size: 9px; }.hero-description { font-size: 13px; }.hero-actions { margin-top: 24px; }.button { min-height: 46px; padding: 0 16px; gap: 15px; }.robot-stage { left: 5%; right: -27%; height: 450px; }.hero-robot { width: 83vw; }.stage-data { display: none; }.model-label { bottom: 8%; }.capability { grid-template-columns: 39px 1fr 20px; min-height: 150px; }.capability h3 { font-size: 19px; }.capability-visual { min-height: 360px; }.scene-grid { grid-template-columns: 1fr; }.scene-grid article { min-height: 185px; }.contact small { line-height: 1.6; }.inquiry-dialog h2 { font-size: 34px; } }
@media (max-width: 900px) { .hero { height: 790px; min-height: 0; padding: 0; } }
@media (max-width: 490px) { .hero { height: 730px; } }
@media (prefers-reduced-motion: reduce) { *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; scroll-behavior: auto !important; } }

/* Static first-screen composition. The PM01 remains a real supplied model image, ready to be swapped for a video later. */
.hero { display: flex; align-items: center; min-height: 700px; height: min(100vh, 1060px); padding: 148px clamp(24px, 9vw, 148px) 106px; background: #071019; }
.hero-visual { position: absolute; z-index: -1; inset: 0; overflow: hidden; }
.hero-backdrop { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center; filter: saturate(.68) contrast(1.08) brightness(.72); }
.hero-grid { z-index: 0; inset: auto -6% -23% 37%; opacity: .38; }
.hero-copy { z-index: 2; max-width: 620px; }
.hero-copy .eyebrow::after { display: block; width: 124px; height: 1px; margin-top: 13px; content: ""; background: rgba(142, 234, 255, .7); }
.hero-robot { z-index: 2; right: clamp(3%, 7vw, 10%); bottom: -4%; width: min(49vw, 690px); max-height: 88%; object-fit: contain; filter: drop-shadow(0 26px 25px rgba(0, 0, 0, .68)); animation: none; }
.robot-shadow { z-index: 1; right: 11%; bottom: 4%; width: min(40vw, 590px); opacity: .86; }
.stage-orbit { z-index: 1; animation: none; }
.orbit-one { right: -15%; top: 12%; width: min(52vw, 760px); }
.orbit-two { right: 9%; top: 29%; width: min(30vw, 440px); }
.stage-scan { z-index: 3; top: 30%; right: 5%; width: 50%; opacity: .45; animation: none; }
.stage-data { z-index: 4; top: 25%; right: 11%; }
.model-label { z-index: 4; right: clamp(24px, 5vw, 76px); bottom: 12%; }
.hero-bottom { z-index: 4; }

@media (max-width: 900px) {
  .hero { display: block; min-height: 790px; height: 790px; padding: 132px 24px 112px; }
  .hero-visual { opacity: .94; }
  .hero-backdrop { object-position: 59% center; }
  .hero-copy { max-width: 510px; }
  .hero-robot { right: -8%; bottom: -4%; width: min(72vw, 540px); max-height: 61%; }
  .robot-shadow { right: -2%; bottom: 7%; width: 66vw; }
  .orbit-one { right: -24%; top: 27%; width: 86vw; }
  .orbit-two { right: 0; top: 41%; width: 49vw; }
  .stage-scan { top: 52%; right: 0; width: 64%; }
  .stage-data, .model-label { display: none; }
  .hero-bottom { right: 24px; left: 24px; }
}

@media (max-width: 490px) {
  .hero { min-height: 730px; height: 730px; padding-top: 122px; }
  .hero-copy h1 { font-size: clamp(50px, 15vw, 68px); }
  .hero-description { max-width: 340px; }
  .hero-tags { margin-top: 28px; }
  .hero-robot { right: -20%; width: 92vw; max-height: 55%; }
  .hero-bottom p { max-width: 215px; }
}

/* A warmer, human-centered hero: the static image already contains the PM01 and the child. */
.hero { background: #a67a59; }
.hero-backdrop { filter: saturate(.92) contrast(1.02) brightness(.9); }
.hero-copy { max-width: 660px; }
.hero h1 { color: #fffaf1; }
.hero h1 em { color: #f5c59a; }
.hero-description { max-width: 470px; color: rgba(255, 246, 234, .9); }
.hero-copy .eyebrow { color: #f7d5b4; }
.hero-copy .eyebrow::after { background: rgba(247, 213, 180, .75); }
.hero .button.primary { color: #fffaf4; border-color: #b76843; background: #b76843; box-shadow: 0 8px 26px rgba(78, 43, 24, .2); }
.hero .button.primary:hover { background: #9c5738; box-shadow: 0 10px 30px rgba(78, 43, 24, .3); }
.hero .button.ghost { border-color: rgba(255, 246, 234, .58); color: #fffaf4; background: rgba(74, 48, 32, .15); }
.hero-tags span { color: #fff0df; border-color: rgba(255, 240, 223, .42); background: rgba(77, 49, 31, .13); }
.model-label { border-color: rgba(255, 238, 216, .42); background: rgba(84, 57, 39, .44); }
.model-label span { color: #f4c99f; }
.model-label p { color: #f3dfcb; }
.hero-bottom { color: rgba(255, 239, 221, .75); }
.hero-bottom a { color: #fff5e9; }
.hero-bottom a span { color: #f4c99f; }
.site-header:not(.scrolled) { border-bottom-color: rgba(255, 242, 224, .3); background: linear-gradient(180deg, rgba(79, 55, 38, .25), transparent); }
.site-header:not(.scrolled) .brand b, .site-header:not(.scrolled) .desktop-nav { color: #fff7ed; }
.site-header:not(.scrolled) .brand small { color: rgba(255, 241, 222, .76); }
.site-header:not(.scrolled) .brand-mark { border-color: rgba(255, 240, 221, .75); color: #f3c79e; }
.site-header:not(.scrolled) .header-cta { color: #543824; background: #fff6ea; }
.site-header:not(.scrolled) .header-cta:hover { color: #fffaf4; background: #b76843; }

@media (max-width: 900px) {
  .hero-backdrop { object-position: 61% center; }
}

/* Editorial typography over a fully clear, unmasked photograph. */
.hero { padding: 142px clamp(24px, 9vw, 148px) 96px; background: #eadfce; }
.hero-visual { z-index: 0; pointer-events: none; }
.hero-backdrop { filter: none; object-position: center; }
.hero-copy { position: relative; z-index: 2; max-width: 640px; }
.hero-kicker { display: flex; align-items: center; gap: 16px; margin-bottom: 31px; color: #7b5d47; }
.hero-kicker > span { display: grid; place-items: center; width: 29px; height: 29px; border: 1px solid currentColor; border-radius: 50%; font: 10px/1 Arial, sans-serif; letter-spacing: .06em; }
.hero-kicker .eyebrow { margin: 0; color: inherit; font-size: 9px; letter-spacing: .2em; }
.hero-kicker .eyebrow::after { display: none; }
.hero h1 { max-width: 620px; margin: 0; color: #382b22; font-size: clamp(68px, 7.5vw, 112px); font-weight: 400; line-height: .88; letter-spacing: -.095em; }
.hero h1 span, .hero h1 em { display: block; }
.hero h1 em { max-width: 570px; margin: .3em 0 0 .02em; color: #a95e3d; font-size: .55em; font-style: normal; letter-spacing: -.075em; line-height: 1.1; }
.hero-description { max-width: 385px; margin: 34px 0 0; padding-left: 17px; border-left: 1px solid #a68165; color: #5d4738; font-size: 14px; line-height: 1.9; }
.hero-actions { gap: 0; margin-top: 35px; }
.hero .button { min-height: 52px; padding: 0 19px; border-radius: 0; }
.hero .button.primary { border-color: #9d5638; background: #9d5638; box-shadow: none; }
.hero .button.primary:hover { background: #81442d; box-shadow: none; }
.hero .button.ghost { margin-left: -1px; border-color: #8e6f59; color: #553f30; background: transparent; }
.hero-tags { width: max-content; max-width: 100%; gap: 0; margin-top: 42px; border-top: 1px solid rgba(102, 76, 57, .46); }
.hero-tags span { padding: 10px 13px 0 0; border: 0; border-radius: 0; color: #624936; background: transparent; font-size: 10px; letter-spacing: .08em; }
.hero-tags span + span { padding-left: 13px; border-left: 1px solid rgba(102, 76, 57, .38); }
.model-label { right: clamp(24px, 5vw, 76px); bottom: 54px; min-width: 178px; padding: 0 0 10px; border: 0; border-bottom: 1px solid rgba(80, 58, 42, .52); background: transparent; backdrop-filter: none; }
.model-label span { color: #a95e3d; }
.model-label p { color: #4d392c; }
.model-label b { color: #382b22; }
.hero-bottom { right: auto; bottom: 54px; width: 335px; color: #5e4738; font-size: 10px; }
.hero-bottom a { display: none; }
.site-header:not(.scrolled) { border-bottom-color: rgba(89, 65, 47, .28); background: transparent; }
.site-header:not(.scrolled) .brand b, .site-header:not(.scrolled) .desktop-nav { color: #463429; }
.site-header:not(.scrolled) .brand small { color: #7f6653; }
.site-header:not(.scrolled) .brand-mark { border-color: #715640; color: #9d5638; }
.site-header:not(.scrolled) .header-cta { border-radius: 0; color: #fffaf4; background: #49352a; }
.site-header:not(.scrolled) .header-cta:hover { background: #9d5638; }

@media (max-width: 900px) {
  .hero { padding: 124px 24px 96px; }
  .hero-backdrop { object-position: 61% center; }
  .hero-kicker { margin-bottom: 22px; }
  .hero h1 { font-size: clamp(58px, 10vw, 86px); }
  .hero-description { margin-top: 27px; }
  .hero-bottom { bottom: 29px; width: 270px; }
}

@media (max-width: 560px) {
  .hero { display: block; min-height: 920px; height: 920px; padding: 110px 24px 0; background: #f1e6d7; }
  .hero-visual { top: auto; height: 42%; }
  .hero-backdrop { object-position: 69% center; }
  .hero-copy { max-width: 100%; }
  .hero-kicker { gap: 11px; margin-bottom: 21px; }
  .hero-kicker > span { width: 24px; height: 24px; font-size: 9px; }
  .hero-kicker .eyebrow { max-width: 265px; font-size: 8px; letter-spacing: .13em; }
  .hero h1 { max-width: 350px; font-size: clamp(52px, 15vw, 65px); }
  .hero h1 em { max-width: 325px; font-size: .53em; }
  .hero-description { max-width: 335px; margin-top: 25px; color: #5d4738; font-size: 13px; }
  .hero-actions { margin-top: 27px; }
  .hero .button { min-height: 48px; padding: 0 13px; font-size: 12px; }
  .hero-tags { margin-top: 26px; }
  .hero-tags span { padding-top: 8px; font-size: 9px; }
  .model-label, .hero-bottom { display: none; }
}

/* The hero is now a single AI-art-directed composition with typography baked into the image. */
.hero { display: block; min-height: 0; height: auto; padding: 0; background: #f3ecdf; }
.hero-visual { position: relative; z-index: 0; inset: auto; width: 100%; height: auto; overflow: hidden; pointer-events: none; }
.hero-backdrop { position: relative; inset: auto; display: block; width: 100%; height: auto; object-fit: initial; object-position: initial; filter: none; }

@media (max-width: 900px) {
  .hero { min-height: 0; height: auto; padding: 0; }
  .hero-visual { top: auto; height: auto; }
  .hero-backdrop { object-position: initial; }
}

@media (max-width: 560px) {
  .hero { min-height: 0; height: auto; padding: 0; }
  .hero-visual { height: auto; }
}

/* Official website hero: live service copy sits directly on an intentionally clear part of the photograph. */
.hero { position: relative; display: flex; align-items: center; min-height: 720px; height: min(100vh, 960px); padding: 142px clamp(24px, 9vw, 148px) 96px; overflow: hidden; background: #f1e8dc; }
.hero-visual { position: absolute; z-index: 0; inset: 0; width: auto; height: auto; pointer-events: none; }
.hero-backdrop { position: absolute; inset: 0; display: block; width: 100%; height: 100%; object-fit: cover; object-position: center; filter: none; }
.hero-content { position: relative; z-index: 1; width: min(100%, 605px); }
.hero-eyebrow { display: flex; align-items: center; gap: 11px; margin: 0 0 26px; color: #876854; font: 700 11px/1.4 var(--sans); letter-spacing: .12em; }
.hero-eyebrow::before { display: block; width: 27px; height: 1px; content: ""; background: currentColor; }
.hero h1 { max-width: 580px; margin: 0; color: #34251e; font-size: clamp(56px, 6.4vw, 96px); font-weight: 450; line-height: .98; letter-spacing: -.075em; }
.hero h1 em { display: block; margin-top: .15em; color: #ac6745; font-size: .7em; font-style: normal; letter-spacing: -.07em; }
.hero-lead { max-width: 426px; margin: 31px 0 0; color: #563e30; font-size: 15px; line-height: 1.9; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 9px; margin-top: 31px; }
.hero .button { min-height: 50px; padding: 0 18px; border-radius: 2px; }
.hero .button.primary { border-color: #9e5c3d; color: #fffaf5; background: #9e5c3d; box-shadow: none; }
.hero .button.primary:hover { background: #82472f; box-shadow: none; }
.hero .button.ghost { border-color: rgba(74, 51, 37, .52); color: #4b3529; background: transparent; }
.hero-facts { display: grid; grid-template-columns: 1fr 1.35fr; width: min(100%, 550px); gap: 25px; margin: 46px 0 0; padding: 17px 0 0; border-top: 1px solid rgba(80, 55, 39, .34); }
.hero-facts div { min-width: 0; }
.hero-facts dt { margin-bottom: 7px; color: #92705b; font: 10px Arial, sans-serif; letter-spacing: .12em; }
.hero-facts dd { margin: 0; color: #432f25; font-size: 12px; line-height: 1.65; }
.hero-model { position: absolute; z-index: 1; right: clamp(24px, 5vw, 76px); bottom: 54px; display: grid; gap: 5px; margin: 0; padding: 0 0 11px; border-bottom: 1px solid rgba(70, 48, 34, .46); color: #604635; font-family: Arial, sans-serif; letter-spacing: .1em; }
.hero-model span { font-size: 9px; color: #986143; }
.hero-model b { font-size: 13px; font-weight: 600; }
.hero-model small { font-size: 8px; color: #725544; }
.site-header:not(.scrolled) { border-bottom-color: rgba(91, 64, 47, .24); background: transparent; }
.site-header:not(.scrolled) .brand b, .site-header:not(.scrolled) .desktop-nav { color: #493429; }
.site-header:not(.scrolled) .brand small { color: #806553; }
.site-header:not(.scrolled) .brand-mark { border-color: #785b45; color: #9e5c3d; }
.site-header:not(.scrolled) .header-cta { border-radius: 2px; color: #fffaf5; background: #473228; }
.site-header:not(.scrolled) .header-cta:hover { background: #9e5c3d; }

@media (max-width: 900px) {
  .hero { min-height: 780px; height: 780px; padding: 123px 24px 74px; }
  .hero-backdrop { object-position: 61% center; }
  .hero-content { width: min(100%, 500px); }
  .hero h1 { font-size: clamp(52px, 8vw, 74px); }
  .hero-model { bottom: 36px; }
}

@media (max-width: 560px) {
  .hero { display: block; min-height: 975px; height: 975px; padding: 108px 24px 0; background: #f4eee6; }
  .hero-visual { top: auto; bottom: 0; height: 42%; }
  .hero-backdrop { object-position: 70% center; }
  .hero-content { width: 100%; }
  .hero-eyebrow { margin-bottom: 21px; font-size: 8px; letter-spacing: .14em; }
  .hero h1 { max-width: 350px; font-size: clamp(47px, 14vw, 59px); }
  .hero-lead { max-width: 340px; margin-top: 23px; font-size: 13px; }
  .hero-actions { margin-top: 25px; }
  .hero .button { min-height: 47px; padding: 0 13px; font-size: 12px; }
  .hero-facts { grid-template-columns: 1fr; gap: 10px; width: 100%; margin-top: 29px; padding-top: 13px; }
  .hero-facts div { display: grid; grid-template-columns: 62px 1fr; gap: 10px; align-items: baseline; }
  .hero-facts dt { margin: 0; }
  .hero-model { display: none; }
}

/* Split-screen official layout: the service copy never sits on top of the photograph. */
.hero { display: grid; grid-template-columns: minmax(0, .96fr) minmax(0, 1.04fr); align-items: stretch; min-height: 720px; height: min(100vh, 960px); padding: 0; background: #f4eee6; }
.hero-content { grid-column: 1; grid-row: 1; align-self: center; z-index: 1; width: auto; padding: 146px clamp(28px, 6.4vw, 104px) 86px; background: #f4eee6; }
.hero-visual { position: relative; grid-column: 2; grid-row: 1; z-index: 0; inset: auto; width: auto; height: auto; overflow: hidden; }
.hero-backdrop { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: 78% center; }
.hero h1 { color: #30221b; font-family: var(--sans); font-size: clamp(50px, 5.8vw, 88px); font-weight: 750; letter-spacing: -.09em; }
.hero h1 em { color: #a95f3f; font-weight: 750; }
.hero-lead { max-width: 405px; color: #4a3428; font-size: 15px; font-weight: 500; }
.hero-facts { width: 100%; max-width: 488px; }
.hero-model { display: none; }
.site-header:not(.scrolled) { background: #f4eee6; border-bottom-color: rgba(91, 64, 47, .22); }

@media (max-width: 900px) {
  .hero { grid-template-columns: minmax(0, 1fr) minmax(0, .9fr); min-height: 760px; height: 760px; }
  .hero-content { padding: 124px 28px 66px; }
  .hero h1 { font-size: clamp(46px, 6.6vw, 67px); }
  .hero-backdrop { object-position: 79% center; }
  .hero-facts { grid-template-columns: 1fr; gap: 11px; margin-top: 31px; }
}

@media (max-width: 620px) {
  .hero { display: grid; grid-template-columns: 1fr; min-height: 0; height: auto; }
  .hero-content { grid-column: 1; grid-row: 1; padding: 116px 24px 55px; }
  .hero-visual { grid-column: 1; grid-row: 2; min-height: 480px; }
  .hero-backdrop { object-position: 78% center; }
  .hero-eyebrow { margin-bottom: 20px; }
  .hero h1 { max-width: 365px; font-size: clamp(48px, 14vw, 61px); }
  .hero-lead { max-width: 355px; margin-top: 24px; font-size: 13px; }
  .hero-actions { margin-top: 26px; }
  .hero-facts { margin-top: 30px; }
}

/* Shared editorial heading system — clear hierarchy for every major homepage section. */
.section-heading h2,
.workflow-copy h2,
.contact h2 {
  font-family: var(--sans);
  font-size: clamp(52px, 5.6vw, 82px);
  font-weight: 750;
  line-height: .98;
  letter-spacing: -.08em;
}

.section-heading h2 { max-width: 840px; }
.workflow-copy h2 { max-width: 690px; }
.contact h2 { max-width: 1040px; }

@media (max-width: 900px) {
  .section-heading h2,
  .workflow-copy h2,
  .contact h2 { font-size: clamp(44px, 7vw, 64px); }
}

@media (max-width: 560px) {
  .section-heading h2,
  .workflow-copy h2,
  .contact h2 { font-size: clamp(39px, 11vw, 54px); }
}

/* Calm, editorial system for the complete site — less dashboard, more established brand. */
body { color: #32251e; background: #f4eee6; }
.page-noise { opacity: .025; mix-blend-mode: multiply; }

.site-header.scrolled {
  background: rgba(244, 238, 230, .94);
  border-bottom-color: rgba(84, 59, 44, .18);
  box-shadow: 0 8px 28px rgba(63, 42, 28, .07);
}
.site-header.scrolled .brand b,
.site-header.scrolled .desktop-nav { color: #463229; }
.site-header.scrolled .brand small { color: #8d6a55; }
.site-header.scrolled .brand-mark { border-color: #80614c; color: #a95f3f; }
.site-header.scrolled .desktop-nav a:hover { color: #a95f3f; }
.site-header.scrolled .header-cta { border-radius: 2px; color: #fffaf5; background: #473228; }

.intro-strip {
  min-height: 126px;
  justify-content: flex-start;
  padding: 35px clamp(24px, 9vw, 148px);
  border-bottom-color: #d5c8ba;
  color: #3d2c22;
  background: #f4eee6;
}
.intro-strip p {
  max-width: 780px;
  font-family: var(--sans);
  font-size: clamp(21px, 2.05vw, 31px);
  font-weight: 620;
  line-height: 1.42;
  letter-spacing: -.05em;
}

.section { padding: 118px clamp(24px, 9vw, 148px); }
.eyebrow {
  margin-bottom: 18px;
  color: #a26042;
  font-family: var(--sans);
  font-size: 11px;
  font-weight: 750;
  letter-spacing: .11em;
}
.section-heading { gap: 54px; margin-bottom: 54px; }
.section-heading.compact { margin-bottom: 48px; }
.section-heading h2,
.workflow-copy h2,
.contact h2 {
  font-size: clamp(52px, 5.6vw, 82px);
  font-weight: 750;
  line-height: 1.02;
  letter-spacing: -.085em;
}
.section-lead { width: min(100%, 340px); margin-bottom: 4px; color: #695347; font-size: 15px; line-height: 1.8; }

.capabilities { color: #33251e; background: #f4eee6; }
.capabilities .eyebrow { color: #a26042; }
.capabilities .section-lead { color: #695347; }
.capability-layout { grid-template-columns: .9fr 1.1fr; border: 1px solid #d5c8ba; background: #fffaf5; }
.capability-list { border-right-color: #d5c8ba; background: #fbf6f0; }
.capability {
  width: 100%;
  min-height: 136px;
  padding: 25px 27px;
  border: 0;
  border-bottom: 1px solid #ded2c5;
  color: #36271f;
  background: transparent;
  cursor: pointer;
  display: grid;
  grid-template-columns: 42px 1fr auto;
  gap: 14px;
  align-items: center;
  text-align: left;
  transition: color .24s, background .24s, padding .24s;
}
.capability:last-child { border-bottom: 0; }
.capability:hover { padding-left: 34px; color: #6f3c28; background: #f3e8dc; }
.capability.active { padding-left: 34px; color: #6f3c28; background: #ead9ca; }
.capability:focus-visible { position: relative; z-index: 1; outline: 2px solid #a95f3f; outline-offset: -2px; }
.capability-index { padding: 0; color: #9d7e69; font: 11px/1 Arial, sans-serif; letter-spacing: .08em; }
.capability-copy { display: grid; gap: 8px; min-width: 0; }
.capability-copy strong { font-size: 23px; font-weight: 750; letter-spacing: -.05em; }
.capability-copy small { color: #735d50; font-size: 13px; line-height: 1.45; }
.capability-action { display: inline-flex; gap: 7px; align-items: center; color: #8f5d45; font-size: 12px; white-space: nowrap; }
.capability-action b { font-size: 15px; font-weight: 500; transition: transform .24s; }
.capability:hover .capability-action b,
.capability.active .capability-action b { transform: translate(2px, -2px); }
.capability-visual { min-height: 544px; background: #4b3429; }
.capability-visual::after { background: linear-gradient(90deg, rgba(49, 33, 25, .7), rgba(49, 33, 25, .08) 78%), linear-gradient(0deg, rgba(32, 21, 16, .5), transparent 60%); }
.capability-visual img { filter: saturate(.78) contrast(1.03); }
.visual-glow, .visual-topline, .visual-overlay, .visual-note { display: none; }
.capability-preview-copy { position: absolute; z-index: 4; left: clamp(24px, 3vw, 46px); right: clamp(24px, 4vw, 64px); bottom: 38px; max-width: 430px; color: #fff9f3; }
.capability-preview-copy .preview-number { margin: 0 0 15px; color: #efc4a7; font-size: 11px; font-weight: 700; letter-spacing: .12em; }
.capability-preview-copy h3 { margin: 0 0 16px; font-size: clamp(34px, 3vw, 48px); font-weight: 750; line-height: 1.05; letter-spacing: -.07em; }
.capability-preview-copy > p:not(.preview-number) { max-width: 365px; margin: 0; color: rgba(255, 249, 243, .88); font-size: 14px; line-height: 1.75; }
.capability-preview-copy small { display: block; margin-top: 19px; color: #f1c9ae; font-size: 12px; line-height: 1.6; }
.capability-visual.is-changing .capability-preview-copy { animation: capability-copy-in .34s ease both; }

.services { color: #fff8f1; background: #382820; }
.services .eyebrow { color: #e5b08c; }
.services .section-heading h2 { max-width: 760px; }
.service-grid { border-color: rgba(255, 244, 233, .2); }
.service-card { min-height: 420px; padding: 32px; border-color: rgba(255, 244, 233, .2); background: transparent; transition: background .25s; }
.service-card:hover { transform: none; background: rgba(255, 247, 239, .07); }
.service-card.featured { background: #4b352b; }
.service-card.featured:hover { background: #533a2f; }
.card-top { color: #d8bcaa; font-size: 11px; }
.card-top span:last-child { color: #efba96; }
.service-symbol { display: none; }
.service-card h3 { margin: 60px 0 16px; font-family: var(--sans); font-size: clamp(27px, 2.3vw, 36px); font-weight: 700; line-height: 1.08; letter-spacing: -.065em; }
.service-card p { color: #eadbd0; font-size: 14px; line-height: 1.85; }
.service-card ul { color: #fff6ef; font-size: 13px; line-height: 1.95; }
.service-card ul li::before { color: #efba96; }
.service-card > a { position: static; display: inline-block; margin-top: 26px; color: #f0bd9a; font-size: 13px; }
.card-watermark { display: none; }

.workflow { padding: 0 clamp(24px, 9vw, 148px) 118px; color: #36271f; background: #f4eee6; }
.workflow-panel { min-height: 570px; padding: 84px clamp(28px, 6vw, 96px); border: 1px solid #d5c8ba; background: #e7dacf; }
.workflow .eyebrow { color: #9a5d40; }
.workflow-copy > p:last-child { color: #695347; font-size: 15px; }
.workflow-steps li { border-top-color: rgba(95, 67, 50, .28); }
.workflow-steps li:last-child { border-bottom-color: rgba(95, 67, 50, .28); }
.workflow-steps span { color: #a26042; }
.workflow-steps h3 { color: #382820; font-size: 21px; font-weight: 700; }
.workflow-steps p { color: #6d574a; font-size: 14px; }

.scenes { color: #33251e; background: #fbf7f2; }
.scenes .eyebrow { color: #a26042; }
.scene-grid { border-color: #d9ccc0; }
.scene-grid article { min-height: 244px; border-color: #d9ccc0; color: #39291f; background: transparent; transition: background .24s, color .24s; }
.scene-grid article:hover { color: #39291f; background: #eee1d4; }
.scene-grid span { color: #9c7965; }
.scene-grid h3 { font-family: var(--sans); font-size: 26px; font-weight: 700; letter-spacing: -.06em; }
.scene-grid p { color: #786256; font-size: 13px; }
.scene-grid article:hover p, .scene-grid article:hover span { color: inherit; }

.contact { min-height: 590px; color: #fff8f1; background: #382820; }
.contact::before, .contact-glow { display: none; }
.contact .eyebrow { color: #e5b08c; }
.contact h2 em { color: #efba96; }
.contact > p:not(.eyebrow) { color: #eadbd0; font-size: 15px; }
.contact .button.primary { border-radius: 2px; border-color: #e8b18c; color: #3d291f; background: #e8b18c; box-shadow: none; }
.contact small { color: #c8aa97; }
footer { border-top-color: rgba(255, 244, 233, .16); color: #c5a997; background: #2d201b; }
footer .brand { color: #fff8f1; }

@keyframes capability-copy-in { from { opacity: 0; transform: translateY(8px); } to { opacity: 1; transform: none; } }

@media (max-width: 900px) {
  .section { padding: 86px 24px; }
  .section-heading { margin-bottom: 42px; }
  .section-heading h2,
  .workflow-copy h2,
  .contact h2 { font-size: clamp(45px, 7vw, 65px); }
  .capability-layout { grid-template-columns: 1fr; }
  .capability-list { border-right: 0; border-bottom: 1px solid #d5c8ba; }
  .capability-visual { min-height: 480px; }
  .workflow { padding: 0 24px 86px; }
  .workflow-panel { grid-template-columns: 1fr; gap: 45px; padding: 62px 28px; }
}

@media (max-width: 560px) {
  .intro-strip { min-height: 112px; padding: 28px 24px; }
  .section-heading h2,
  .workflow-copy h2,
  .contact h2 { font-size: clamp(40px, 11vw, 55px); }
  .capability { min-height: 118px; padding: 20px 17px; grid-template-columns: 31px minmax(0, 1fr); }
  .capability:hover, .capability.active { padding-left: 21px; }
  .capability-copy strong { font-size: 20px; }
  .capability-copy small { font-size: 12px; }
  .capability-action { display: none; }
  .capability-visual { min-height: 420px; }
  .capability-preview-copy { bottom: 27px; }
  .service-card { min-height: 340px; padding: 26px; }
  .service-card h3 { margin-top: 45px; }
  .workflow-panel { padding: 52px 24px; }
}

/* Final visual direction: graphite, mist white and restrained teal — no warm-brown event-page palette. */
:root {
  --ink: #111b1d;
  --paper: #f7f9f8;
  --mist: #e8eeee;
  --line-cool: #d3dddd;
  --teal: #1c6a70;
  --teal-deep: #174f54;
}
body { color: #152022; background: var(--paper); }
.page-noise { opacity: .018; }

.site-header:not(.scrolled),
.site-header.scrolled { background: rgba(247, 249, 248, .94); border-bottom-color: rgba(21, 32, 34, .13); }
.site-header.scrolled { box-shadow: 0 8px 28px rgba(12, 30, 33, .06); }
.site-header:not(.scrolled) .brand b,
.site-header.scrolled .brand b,
.site-header:not(.scrolled) .desktop-nav,
.site-header.scrolled .desktop-nav { color: #1a282a; }
.site-header:not(.scrolled) .brand small,
.site-header.scrolled .brand small { color: #657578; font-family: var(--sans); font-size: 8px; letter-spacing: .08em; }
.site-header:not(.scrolled) .brand-mark,
.site-header.scrolled .brand-mark { border-color: #7e9293; color: var(--teal); }
.site-header:not(.scrolled) .desktop-nav a:hover,
.site-header.scrolled .desktop-nav a:hover { color: var(--teal); }
.site-header:not(.scrolled) .header-cta,
.site-header.scrolled .header-cta { border-radius: 2px; color: #fff; background: #152426; }

.hero,
.hero-content { background: var(--paper); }
.hero h1 { color: #142124; }
.hero h1 em { color: var(--teal); }
.hero-eyebrow { color: var(--teal); }
.hero-lead { color: #4d5d60; }
.hero .button.primary { border-color: #152426; color: #fff; background: #152426; }
.hero .button.primary:hover { background: var(--teal-deep); }
.hero .button.ghost { border-color: #75888a; color: #263739; }
.hero-facts { border-top-color: #bdc9c9; }
.hero-facts dt { color: #63787b; }
.hero-facts dd { color: #2c3b3e; }

.intro-strip { border-bottom-color: var(--line-cool); color: #1e2d30; background: var(--paper); }
.intro-strip p { font-weight: 600; }
.eyebrow { color: var(--teal); }
.section-heading h2,
.workflow-copy h2,
.contact h2 { color: #142124; }
.section-lead { color: #617174; }

.capabilities { color: #142124; background: var(--mist); }
.capabilities .eyebrow,
.capabilities .section-lead { color: var(--teal); }
.capabilities .section-lead { color: #566b6e; }
.capability-layout {
  gap: 16px;
  padding: 16px;
  border: 0;
  background: #101b1d;
}
.capability-list { padding: 8px 0; border-right-color: rgba(235, 243, 242, .18); background: transparent; }
.capability {
  min-height: 129px;
  margin: 0;
  padding: 24px 23px;
  border-bottom-color: rgba(235, 243, 242, .16);
  color: #f6fbfa;
  background: transparent;
}
.capability:hover,
.capability.active { padding-left: 29px; color: #fff; background: #1a3032; }
.capability.active { box-shadow: inset 3px 0 0 #79b6b2; }
.capability:focus-visible { outline-color: #95cbc7; }
.capability-index { color: #95aaa9; }
.capability-copy strong { color: inherit; font-size: 23px; }
.capability-copy small { color: #b6c8c7; }
.capability-action { color: #a8cfcc; }
.capability-visual { min-height: 532px; background: #172629; }
.capability-visual::after { background: linear-gradient(90deg, rgba(11, 24, 26, .78), rgba(11, 24, 26, .12) 80%), linear-gradient(0deg, rgba(8, 17, 19, .52), transparent 62%); }
.capability-visual img { filter: saturate(.68) contrast(1.05); }
.capability-preview-copy { color: #f7fbfa; }
.capability-preview-copy .preview-number { color: #9ed1ce; }
.capability-preview-copy h3 { color: #fff; }
.capability-preview-copy > p:not(.preview-number) { color: rgba(247, 251, 250, .86); }
.capability-preview-copy small { color: #a8cdca; }

.services { color: #142124; background: #fff; }
.services .eyebrow { color: var(--teal); }
.services .section-heading h2 { color: #142124; }
.service-grid { border-color: var(--line-cool); }
.service-card { min-height: 400px; border-color: var(--line-cool); background: #fff; }
.service-card:hover { color: #142124; background: #f1f6f5; }
.service-card.featured,
.service-card.featured:hover { color: #fff; background: #163033; }
.card-top { color: #718083; }
.card-top span:last-child { color: var(--teal); }
.service-card.featured .card-top { color: #b6cbca; }
.service-card.featured .card-top span:last-child { color: #9dd1cd; }
.service-card h3 { color: #162427; }
.service-card.featured h3 { color: #fff; }
.service-card p { color: #5e6d70; }
.service-card.featured p { color: #deebea; }
.service-card ul { color: #34484b; }
.service-card.featured ul { color: #f1f7f6; }
.service-card ul li::before { color: var(--teal); }
.service-card.featured ul li::before { color: #9dd1cd; }
.service-card > a { color: var(--teal); }
.service-card.featured > a { color: #a9d7d3; }

.workflow { color: #142124; background: var(--mist); }
.workflow-panel { border: 1px solid var(--line-cool); background: #f9fbfa; }
.workflow .eyebrow { color: var(--teal); }
.workflow-copy > p:last-child { color: #5b6c6f; }
.workflow-steps li,
.workflow-steps li:last-child { border-color: #d4dddd; }
.workflow-steps span { color: var(--teal); }
.workflow-steps h3 { color: #1d2c2f; }
.workflow-steps p { color: #66777a; }

.scenes { color: #142124; background: #fff; }
.scenes .eyebrow { color: var(--teal); }
.scene-grid { border-color: var(--line-cool); }
.scene-grid article { border-color: var(--line-cool); color: #1e2e30; }
.scene-grid article:hover { color: #183d40; background: #edf5f4; }
.scene-grid span { color: #748789; }
.scene-grid p { color: #6a7a7d; }

.contact { color: #f7fbfa; background: #101b1d; }
.contact .eyebrow { color: #a3d2ce; }
.contact h2 { color: #fff; }
.contact h2 em { color: #91c9c5; }
.contact > p:not(.eyebrow) { color: #c9d9d7; }
.contact .button.primary { border-color: #d6efec; color: #102021; background: #d6efec; }
.contact small { color: #95abaa; }
footer { color: #a9bcbb; border-top-color: rgba(235, 247, 245, .16); background: #0b1315; }
footer .brand { color: #fff; }
footer .brand-mark { border-color: #7ea8a5; color: #9dd1cd; }
footer .brand small { color: #98acab; }

.inquiry-dialog { border-color: #456e6d; color: #eff7f6; background: #142426; }
.inquiry-dialog h2 { color: #fff; font-family: var(--sans); font-weight: 700; }
.inquiry-dialog > p:not(.eyebrow),
.inquiry-dialog input,
.inquiry-dialog textarea { color: #cfe0de; }
.inquiry-dialog input,
.inquiry-dialog textarea { border-color: rgba(221, 241, 238, .25); background: rgba(255, 255, 255, .05); }
.inquiry-dialog input:focus,
.inquiry-dialog textarea:focus { border-color: #94cbc7; }

.form-note.is-success {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 3px 10px;
  align-items: center;
  min-height: 64px;
  margin-top: 3px;
  padding: 12px 14px;
  border: 1px solid rgba(139, 196, 191, .5);
  color: #d9f1ee;
  background: rgba(104, 174, 168, .12);
}
.form-note.is-success::before {
  display: grid;
  grid-row: 1 / 3;
  place-items: center;
  width: 25px;
  height: 25px;
  content: "✓";
  border-radius: 50%;
  color: #0f2627;
  background: #a2d5d0;
  font-size: 14px;
  font-weight: 800;
}
.form-note.is-success strong { font-size: 13px; letter-spacing: .02em; }
.form-note.is-success span { color: #aac8c5; font-size: 11px; line-height: 1.55; }

@media (max-width: 900px) {
  .capability-layout { grid-template-columns: 1fr; }
  .capability-list { border-right: 0; border-bottom: 1px solid rgba(235, 243, 242, .18); }
}

/* Native capability switching: works directly in a local file preview, without JavaScript. */
.capabilities .eyebrow {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 24px;
  color: #164f54;
  font-size: clamp(19px, 1.7vw, 25px);
  font-weight: 750;
  letter-spacing: -.045em;
}
.capabilities .eyebrow::before {
  width: 10px;
  height: 10px;
  content: "";
  border-radius: 50%;
  background: #2f8587;
  box-shadow: 0 0 0 5px rgba(47, 133, 135, .12);
}
.capabilities .eyebrow::after {
  width: 68px;
  height: 1px;
  content: "";
  background: #75a8a8;
}
.capability-toggle {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  white-space: nowrap;
}
.capability-preview { position: absolute; inset: 0; display: none; overflow: hidden; }
.capability-preview > img {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  filter: saturate(.72) contrast(1.04);
}
.capability-preview::after {
  position: absolute;
  z-index: 2;
  inset: 0;
  content: "";
  background: linear-gradient(90deg, rgba(9, 22, 24, .79), rgba(9, 22, 24, .1) 82%), linear-gradient(0deg, rgba(7, 16, 18, .55), transparent 62%);
}
.capability-preview-copy { z-index: 3; }

#capability-guide:checked ~ .capability-list label[for="capability-guide"],
#capability-explain:checked ~ .capability-list label[for="capability-explain"],
#capability-performance:checked ~ .capability-list label[for="capability-performance"],
#capability-task:checked ~ .capability-list label[for="capability-task"] {
  padding-left: 29px;
  color: #fff;
  background: #1a3032;
  box-shadow: inset 3px 0 0 #79b6b2;
}
#capability-guide:checked ~ .capability-visual .preview-guide,
#capability-explain:checked ~ .capability-visual .preview-explain,
#capability-performance:checked ~ .capability-visual .preview-performance,
#capability-task:checked ~ .capability-visual .preview-task { display: block; animation: capability-preview-in .32s ease both; }

@keyframes capability-preview-in { from { opacity: 0; } to { opacity: 1; } }

@media (max-width: 560px) {
  .capabilities .eyebrow { margin-bottom: 18px; font-size: 19px; }
  .capabilities .eyebrow::after { width: 42px; }
  #capability-guide:checked ~ .capability-list label[for="capability-guide"],
  #capability-explain:checked ~ .capability-list label[for="capability-explain"],
  #capability-performance:checked ~ .capability-list label[for="capability-performance"],
  #capability-task:checked ~ .capability-list label[for="capability-task"] { padding-left: 21px; }
}

/* Service configurator: a focused interactive workspace, not a three-card presentation grid. */
.services { padding-bottom: 128px; background: #f7f9f8; }
.services .section-heading { margin-bottom: 48px; }
.service-switcher {
  position: relative;
  display: grid;
  grid-template-columns: minmax(290px, .82fr) minmax(0, 1.18fr);
  min-height: 572px;
  overflow: hidden;
  border: 1px solid #cbd8d8;
  background: #edf3f2;
}
.service-toggle {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  white-space: nowrap;
}
.service-rail {
  position: relative;
  z-index: 2;
  display: grid;
  align-content: center;
  padding: 28px;
  border-right: 1px solid #cbd8d8;
  background: #f9fbfa;
}
.service-rail label {
  display: grid;
  grid-template-columns: 30px minmax(0, 1fr) auto;
  column-gap: 15px;
  row-gap: 5px;
  align-items: center;
  min-height: 132px;
  padding: 22px 15px;
  border-top: 1px solid #d9e2e1;
  color: #536568;
  cursor: pointer;
  transition: color .25s, background .25s, transform .25s;
}
.service-rail label:last-child { border-bottom: 1px solid #d9e2e1; }
.service-rail label:hover { color: #143b3e; background: #eaf2f1; }
.service-rail label > span { align-self: start; padding-top: 5px; color: #7c9292; font: 11px/1 Arial, sans-serif; letter-spacing: .08em; }
.service-rail label strong { font-size: 22px; font-weight: 750; line-height: 1; letter-spacing: -.05em; }
.service-rail label small { grid-column: 2 / 3; color: inherit; font-size: 12px; line-height: 1.5; }
.service-rail label b { grid-column: 3; grid-row: 1 / 3; color: #207176; font-size: 17px; font-weight: 500; transition: transform .25s; }
.service-rail label:hover b { transform: translate(2px, -2px); }

.service-stage { position: relative; min-height: 100%; color: #f6fbfa; background: #102427; }
.service-stage::before {
  position: absolute;
  z-index: 0;
  inset: 0;
  content: "";
  opacity: .92;
  background: radial-gradient(circle at 100% 2%, rgba(88, 161, 160, .36), transparent 36%), linear-gradient(135deg, #102427 0%, #163438 100%);
}
.service-panel {
  position: absolute;
  z-index: 1;
  inset: 0;
  display: none;
  grid-template-rows: auto auto 1fr auto auto;
  align-content: start;
  padding: clamp(40px, 5vw, 76px);
}
.service-panel-index { margin: 0 0 42px; color: #a8d4d0; font-size: 11px; font-weight: 700; letter-spacing: .12em; }
.service-panel h3 { max-width: 620px; margin: 0; color: #fff; font-size: clamp(43px, 4.4vw, 67px); font-weight: 750; line-height: 1.02; letter-spacing: -.08em; }
.service-panel-lead { max-width: 445px; margin: 25px 0 36px; color: #d4e4e2; font-size: 15px; line-height: 1.85; }
.service-panel dl { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); max-width: 635px; margin: 0 0 38px; border-top: 1px solid rgba(222, 241, 238, .28); }
.service-panel dl div { min-height: 86px; padding: 15px 19px 0 0; border-bottom: 1px solid rgba(222, 241, 238, .28); }
.service-panel dl div + div { padding-left: 19px; border-left: 1px solid rgba(222, 241, 238, .28); }
.service-panel dt { margin-bottom: 8px; color: #9bc9c5; font-size: 11px; font-weight: 700; letter-spacing: .08em; }
.service-panel dd { margin: 0; color: #f2f9f8; font-size: 13px; line-height: 1.6; }
.service-panel a { align-self: end; display: inline-flex; gap: 14px; align-items: center; width: fit-content; min-height: 48px; padding: 0 18px; border: 1px solid rgba(224, 244, 241, .55); color: #fff; font-size: 13px; font-weight: 700; transition: background .2s, color .2s; }
.service-panel a:hover { color: #112527; background: #d8efec; }
.service-panel a span { font-size: 17px; font-weight: 500; }

#service-onsite:checked ~ .service-rail label[for="service-onsite"],
#service-rental:checked ~ .service-rail label[for="service-rental"],
#service-development:checked ~ .service-rail label[for="service-development"] {
  color: #143b3e;
  background: #dceceb;
  box-shadow: inset 3px 0 0 #28797d;
}
#service-onsite:checked ~ .service-rail label[for="service-onsite"] b,
#service-rental:checked ~ .service-rail label[for="service-rental"] b,
#service-development:checked ~ .service-rail label[for="service-development"] b { transform: translate(2px, -2px); }
#service-onsite:checked ~ .service-stage .service-panel-onsite,
#service-rental:checked ~ .service-stage .service-panel-rental,
#service-development:checked ~ .service-stage .service-panel-development { display: grid; animation: service-panel-in .32s ease both; }
#service-rental:checked ~ .service-stage::before { background: radial-gradient(circle at 100% 2%, rgba(101, 148, 173, .36), transparent 36%), linear-gradient(135deg, #102329 0%, #173442 100%); }
#service-development:checked ~ .service-stage::before { background: radial-gradient(circle at 100% 2%, rgba(100, 164, 152, .34), transparent 36%), linear-gradient(135deg, #102827 0%, #183835 100%); }

@keyframes service-panel-in { from { opacity: 0; transform: translateY(8px); } to { opacity: 1; transform: none; } }

@media (max-width: 800px) {
  .services { padding-bottom: 86px; }
  .service-switcher { grid-template-columns: 1fr; }
  .service-rail { grid-template-columns: repeat(3, 1fr); padding: 0; border-right: 0; border-bottom: 1px solid #cbd8d8; }
  .service-rail label { min-height: 115px; padding: 19px 15px; grid-template-columns: 1fr auto; }
  .service-rail label + label { border-left: 1px solid #d9e2e1; }
  .service-rail label > span { padding: 0; }
  .service-rail label small { display: none; }
  .service-rail label b { grid-column: 2; grid-row: 1; }
  .service-stage { min-height: 500px; }
}

@media (max-width: 560px) {
  .service-rail label { min-height: 94px; padding: 15px 10px; }
  .service-rail label strong { font-size: 17px; }
  .service-rail label > span { font-size: 9px; }
  .service-stage { min-height: 515px; }
  .service-panel { padding: 36px 24px; }
  .service-panel-index { margin-bottom: 27px; }
  .service-panel h3 { font-size: clamp(38px, 10vw, 51px); }
  .service-panel-lead { margin: 22px 0 28px; font-size: 13px; }
  .service-panel dl { grid-template-columns: 1fr; margin-bottom: 29px; }
  .service-panel dl div + div { padding-left: 0; border-left: 0; }
}

/* The lower page continues the same product-system language instead of reverting to presentation cards. */
.workflow { padding: 122px clamp(24px, 9vw, 148px) 0; color: #152426; background: #f7f9f8; }
.workflow-header {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(260px, .55fr);
  gap: 64px;
  align-items: end;
  padding-bottom: 64px;
  border-bottom: 1px solid #cbd8d8;
}
.workflow-header .eyebrow { margin-bottom: 24px; color: #1b6a70; font-size: 18px; letter-spacing: -.03em; }
.workflow-header .eyebrow::before { display: inline-block; width: 9px; height: 9px; margin-right: 12px; content: ""; border-radius: 50%; background: #2f8587; box-shadow: 0 0 0 5px rgba(47, 133, 135, .1); }
.workflow-header h2 { max-width: 800px; margin: 0; color: #142124; }
.workflow-header > p { max-width: 350px; margin: 0 0 5px; color: #607174; font-size: 15px; line-height: 1.85; }
.workflow-track { display: grid; grid-template-columns: repeat(3, 1fr); margin: 0; padding: 0; list-style: none; }
.workflow-track li { position: relative; min-height: 355px; padding: 37px 36px 34px 0; border-right: 1px solid #cbd8d8; }
.workflow-track li + li { padding-left: 36px; }
.workflow-track li:last-child { padding-right: 0; border-right: 0; }
.workflow-track li > span { display: block; margin-bottom: 86px; color: #1b6a70; font: 700 12px/1 Arial, sans-serif; letter-spacing: .1em; }
.workflow-track h3 { margin: 0 0 16px; color: #17282a; font-size: clamp(26px, 2.2vw, 34px); font-weight: 750; line-height: 1.08; letter-spacing: -.06em; }
.workflow-track p { max-width: 290px; margin: 0; color: #607174; font-size: 14px; line-height: 1.85; }
.workflow-track small { position: absolute; bottom: 35px; left: 0; color: #7b8d8e; font-size: 11px; letter-spacing: .08em; }
.workflow-track li + li small { left: 36px; }

.scenes { padding-top: 124px; padding-bottom: 124px; color: #f6fbfa; background: #102124; }
.scenes .eyebrow { color: #a6d5d1; }
.scenes .section-heading { margin-bottom: 56px; }
.scenes .section-heading h2 { max-width: 850px; color: #fff; }
.scene-selector {
  position: relative;
  display: grid;
  grid-template-columns: minmax(290px, .83fr) minmax(0, 1.17fr);
  min-height: 550px;
  overflow: hidden;
  border-top: 1px solid rgba(229, 246, 243, .28);
  border-bottom: 1px solid rgba(229, 246, 243, .28);
}
.scene-toggle {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  white-space: nowrap;
}
.scene-list { position: relative; z-index: 2; align-self: center; padding: 20px 0; border-right: 1px solid rgba(229, 246, 243, .2); }
.scene-list label { display: grid; grid-template-columns: 36px minmax(0, 1fr); gap: 8px 14px; min-height: 108px; padding: 21px 28px; color: #afc4c2; cursor: pointer; transition: color .22s, background .22s, padding .22s; }
.scene-list label:hover { padding-left: 34px; color: #fff; background: rgba(143, 204, 198, .08); }
.scene-list label > span { grid-row: 1 / 3; padding-top: 5px; color: #7f9c9a; font: 11px/1 Arial, sans-serif; }
.scene-list label strong { color: inherit; font-size: 23px; font-weight: 700; letter-spacing: -.05em; }
.scene-list label small { color: inherit; font-size: 12px; line-height: 1.45; }
.scene-preview { position: relative; min-height: 100%; overflow: hidden; background: #192d2f; }
.scene-preview article { position: absolute; inset: 0; display: none; overflow: hidden; }
.scene-preview article::after { position: absolute; z-index: 1; inset: 0; content: ""; background: linear-gradient(90deg, rgba(10, 25, 27, .46), transparent 58%), linear-gradient(0deg, rgba(8, 19, 21, .62), transparent 48%); }
.scene-preview img { display: block; width: 100%; height: 100%; object-fit: cover; object-position: center; filter: saturate(.72) contrast(1.05); }
.scene-preview p { position: absolute; z-index: 2; bottom: 26px; left: 30px; margin: 0; color: #fff; font-size: clamp(24px, 2.4vw, 36px); font-weight: 700; letter-spacing: -.06em; }
#scene-exhibition:checked ~ .scene-list label[for="scene-exhibition"],
#scene-launch:checked ~ .scene-list label[for="scene-launch"],
#scene-commercial:checked ~ .scene-list label[for="scene-commercial"],
#scene-reception:checked ~ .scene-list label[for="scene-reception"] { padding-left: 34px; color: #fff; background: rgba(143, 204, 198, .12); box-shadow: inset 3px 0 0 #8bc4bf; }
#scene-exhibition:checked ~ .scene-preview .scene-preview-exhibition,
#scene-launch:checked ~ .scene-preview .scene-preview-launch,
#scene-commercial:checked ~ .scene-preview .scene-preview-commercial,
#scene-reception:checked ~ .scene-preview .scene-preview-reception { display: block; animation: scene-preview-in .35s ease both; }
@keyframes scene-preview-in { from { opacity: 0; transform: scale(1.02); } to { opacity: 1; transform: none; } }

.contact { min-height: 0; padding: 0 clamp(24px, 9vw, 148px); text-align: left; color: #f6fbfa; background: #0c1719; }
.contact-layout { display: grid; grid-template-columns: minmax(0, 1.1fr) minmax(320px, .7fr); gap: clamp(48px, 8vw, 140px); align-items: end; min-height: 520px; padding: 100px 0 92px; }
.contact .eyebrow { margin-bottom: 23px; color: #9dd1cd; font-size: 18px; letter-spacing: -.03em; }
.contact .eyebrow::before { display: inline-block; width: 9px; height: 9px; margin-right: 12px; content: ""; border-radius: 50%; background: #8bc4bf; box-shadow: 0 0 0 5px rgba(139, 196, 191, .12); }
.contact h2 { max-width: 760px; margin: 0; color: #fff; font-size: clamp(48px, 4.9vw, 72px); }
.contact h2 em { color: #9dd1cd; }
.contact-action { padding-top: 30px; border-top: 1px solid rgba(224, 245, 241, .28); }
.contact-action > p { max-width: 440px; margin: 0 0 32px; color: #cadbd9; font-size: 15px; line-height: 1.85; }
.contact-action .button { min-width: 210px; border-radius: 0; }
.contact-action small { display: block; max-width: 440px; margin-top: 24px; color: #8fa7a5; font-size: 11px; line-height: 1.7; }

@media (max-width: 900px) {
  .workflow { padding: 86px 24px 0; }
  .workflow-header { grid-template-columns: 1fr; gap: 22px; padding-bottom: 45px; }
  .workflow-header > p { max-width: 480px; }
  .workflow-track li { min-height: 320px; padding-right: 23px; }
  .workflow-track li + li { padding-left: 23px; }
  .workflow-track li > span { margin-bottom: 65px; }
  .workflow-track li + li small { left: 23px; }
  .scenes { padding: 86px 24px; }
  .scene-selector { grid-template-columns: 1fr; }
  .scene-list { display: grid; grid-template-columns: repeat(4, 1fr); padding: 0; border-right: 0; border-bottom: 1px solid rgba(229, 246, 243, .2); }
  .scene-list label { min-height: 108px; padding: 19px 14px; grid-template-columns: 1fr; gap: 7px; }
  .scene-list label + label { border-left: 1px solid rgba(229, 246, 243, .14); }
  .scene-list label > span { grid-row: auto; padding: 0; }
  .scene-list label small { display: none; }
  .scene-list label strong { font-size: 18px; }
  .scene-list label:hover,
  #scene-exhibition:checked ~ .scene-list label[for="scene-exhibition"],
  #scene-launch:checked ~ .scene-list label[for="scene-launch"],
  #scene-commercial:checked ~ .scene-list label[for="scene-commercial"],
  #scene-reception:checked ~ .scene-list label[for="scene-reception"] { padding-left: 17px; }
  .scene-preview { min-height: 450px; }
  .contact { padding: 0 24px; }
  .contact-layout { grid-template-columns: 1fr; gap: 55px; min-height: 0; padding: 84px 0; }
}

@media (max-width: 560px) {
  .workflow-header .eyebrow,
  .contact .eyebrow { font-size: 17px; }
  .workflow-track { grid-template-columns: 1fr; }
  .workflow-track li,
  .workflow-track li + li { min-height: 0; padding: 31px 0 66px; border-right: 0; border-bottom: 1px solid #cbd8d8; }
  .workflow-track li > span { margin-bottom: 37px; }
  .workflow-track li + li small { left: 0; }
  .workflow-track small { bottom: 25px; }
  .scene-list { grid-template-columns: 1fr 1fr; }
  .scene-list label { min-height: 90px; }
  .scene-list label:nth-child(3) { border-left: 0; }
  .scene-preview { min-height: 360px; }
  .scene-preview p { bottom: 20px; left: 20px; }
}

/* Shared section-label system: every primary page section uses the same visual hierarchy. */
.capabilities .eyebrow,
.services .section-heading .eyebrow,
.workflow-intro .eyebrow,
.scenes .section-heading .eyebrow,
.contact .eyebrow {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 24px;
  font-size: clamp(19px, 1.7vw, 25px);
  font-weight: 750;
  letter-spacing: -.045em;
}
.capabilities .eyebrow::before,
.services .section-heading .eyebrow::before,
.workflow-intro .eyebrow::before,
.scenes .section-heading .eyebrow::before,
.contact .eyebrow::before {
  display: block;
  width: 10px;
  height: 10px;
  flex: 0 0 auto;
  margin: 0;
  content: "";
  border-radius: 50%;
  background: currentColor;
  box-shadow: 0 0 0 5px currentColor;
  opacity: .84;
}
.capabilities .eyebrow::after,
.services .section-heading .eyebrow::after,
.workflow-intro .eyebrow::after,
.scenes .section-heading .eyebrow::after,
.contact .eyebrow::after {
  display: block;
  width: 68px;
  height: 1px;
  flex: 0 0 auto;
  content: "";
  background: currentColor;
  opacity: .55;
}
.capabilities .eyebrow,
.services .section-heading .eyebrow,
.workflow-intro .eyebrow { color: #1b6a70; }
.scenes .section-heading .eyebrow,
.contact .eyebrow { color: #a6d5d1; }

@media (max-width: 560px) {
  .capabilities .eyebrow,
  .services .section-heading .eyebrow,
  .workflow-intro .eyebrow,
  .scenes .section-heading .eyebrow,
  .contact .eyebrow { margin-bottom: 18px; font-size: 19px; }
  .capabilities .eyebrow::after,
  .services .section-heading .eyebrow::after,
  .workflow-intro .eyebrow::after,
  .scenes .section-heading .eyebrow::after,
  .contact .eyebrow::after { width: 42px; }
}

/* Project navigator: an interactive route map replaces the three-column slide layout. */
.workflow { padding: 124px clamp(24px, 9vw, 148px); color: #152426; background: #eaf1f0; }
.workflow-intro { display: grid; grid-template-columns: minmax(0, 1.1fr) minmax(260px, .52fr); gap: 64px; align-items: end; margin-bottom: 58px; }
.workflow-intro .eyebrow { color: #1b6a70; }
.workflow-intro h2 { max-width: 780px; margin: 0; color: #142124; }
.workflow-intro > p:last-child { max-width: 355px; margin: 0 0 6px; color: #5d7072; font-size: 15px; line-height: 1.85; }
.workflow-experience { position: relative; display: grid; grid-template-columns: minmax(0, 1.12fr) minmax(350px, .88fr); min-height: 580px; overflow: hidden; border: 1px solid #c5d4d3; background: #f5f9f8; }
.workflow-toggle { position: absolute; width: 1px; height: 1px; margin: -1px; overflow: hidden; clip: rect(0 0 0 0); clip-path: inset(50%); white-space: nowrap; }
.workflow-map { position: relative; min-height: 580px; overflow: hidden; background: #dce9e7; }
.workflow-map::before { position: absolute; inset: 0; content: ""; background-image: radial-gradient(rgba(23, 71, 73, .22) 1px, transparent 1px); background-size: 18px 18px; opacity: .42; }
.workflow-map svg { position: absolute; z-index: 1; inset: 0; width: 100%; height: 100%; overflow: visible; }
.workflow-map path { fill: none; stroke: #6e9997; stroke-width: 1.5; stroke-dasharray: 5 8; }
.workflow-map circle { fill: #236b70; stroke: #dce9e7; stroke-width: 8; }
.workflow-node { position: absolute; z-index: 3; display: grid; gap: 7px; width: 150px; color: #537477; cursor: pointer; transition: color .25s, transform .25s; }
.workflow-node span { color: #32757a; font: 700 11px/1 Arial, sans-serif; letter-spacing: .1em; }
.workflow-node strong { color: inherit; font-size: 24px; font-weight: 750; line-height: 1; letter-spacing: -.06em; }
.workflow-node small { color: inherit; font-size: 12px; line-height: 1.5; }
.workflow-node:hover { color: #143f43; transform: translateY(-3px); }
.node-brief { top: 87px; left: 8%; }
.node-plan { top: 256px; left: 43%; }
.node-live { right: 7%; bottom: 71px; }
.workflow-detail { position: relative; min-height: 580px; color: #f6fbfa; background: #112729; }
.workflow-detail::before { position: absolute; z-index: 0; top: 0; right: 0; width: 60%; aspect-ratio: 1; content: ""; background: radial-gradient(circle, rgba(97, 170, 165, .28), transparent 67%); }
.workflow-detail article { position: absolute; z-index: 1; inset: 0; display: none; grid-template-rows: auto auto 1fr auto; align-content: start; padding: clamp(39px, 5vw, 72px); }
.workflow-detail article > p { margin: 0 0 42px; color: #a6d3cf; font-size: 11px; font-weight: 700; letter-spacing: .12em; }
.workflow-detail h3 { margin: 0; color: #fff; font-size: clamp(40px, 3.9vw, 60px); font-weight: 750; line-height: 1.02; letter-spacing: -.08em; }
.workflow-detail article > span { display: block; margin: 25px 0 36px; color: #99c8c4; font-size: 13px; }
.workflow-detail dl { display: grid; gap: 0; margin: 0; border-top: 1px solid rgba(230, 246, 243, .28); }
.workflow-detail dl div { display: grid; grid-template-columns: 110px 1fr; gap: 14px; padding: 15px 0; border-bottom: 1px solid rgba(230, 246, 243, .2); }
.workflow-detail dt { color: #9ccbc6; font-size: 11px; font-weight: 700; letter-spacing: .06em; }
.workflow-detail dd { margin: 0; color: #f1f8f7; font-size: 13px; line-height: 1.6; }
#workflow-brief:checked ~ .workflow-map .node-brief,
#workflow-plan:checked ~ .workflow-map .node-plan,
#workflow-live:checked ~ .workflow-map .node-live { color: #112f32; transform: translateY(-4px); }
#workflow-brief:checked ~ .workflow-map .node-brief strong::after,
#workflow-plan:checked ~ .workflow-map .node-plan strong::after,
#workflow-live:checked ~ .workflow-map .node-live strong::after { display: block; width: 32px; height: 2px; margin-top: 10px; content: ""; background: #226e72; }
#workflow-brief:checked ~ .workflow-detail .workflow-detail-brief,
#workflow-plan:checked ~ .workflow-detail .workflow-detail-plan,
#workflow-live:checked ~ .workflow-detail .workflow-detail-live { display: grid; animation: workflow-detail-in .35s ease both; }
@keyframes workflow-detail-in { from { opacity: 0; transform: translateY(9px); } to { opacity: 1; transform: none; } }

@media (max-width: 900px) {
  .workflow { padding: 86px 24px; }
  .workflow-intro { grid-template-columns: 1fr; gap: 22px; margin-bottom: 42px; }
  .workflow-experience { grid-template-columns: 1fr; }
  .workflow-map { min-height: 490px; }
  .workflow-detail { min-height: 510px; }
  .workflow-detail article { min-height: 510px; }
}

@media (max-width: 560px) {
  .workflow-map { min-height: 430px; }
  .workflow-node { width: 125px; }
  .workflow-node strong { font-size: 20px; }
  .workflow-node small { font-size: 11px; }
  .node-brief { top: 59px; left: 7%; }
  .node-plan { top: 202px; left: 40%; }
  .node-live { right: 5%; bottom: 42px; }
  .workflow-detail { min-height: 520px; }
  .workflow-detail article { min-height: 520px; padding: 37px 24px; }
  .workflow-detail article > p { margin-bottom: 28px; }
  .workflow-detail h3 { font-size: clamp(38px, 10vw, 51px); }
  .workflow-detail article > span { margin: 19px 0 27px; }
  .workflow-detail dl div { grid-template-columns: 1fr; gap: 7px; }
}

/* Supplied company identity, exported from the provided Illustrator source. */
.brand { min-width: 210px; gap: 8px; }
.brand-logo-mark { display: block; width: 47px; height: 39px; object-fit: contain; }
.brand-logo-wordmark { display: block; width: 122px; height: 42px; object-fit: contain; }
footer .brand-logo-mark,
footer .brand-logo-wordmark { filter: brightness(0) invert(1); opacity: .93; }

@media (max-width: 560px) {
  .brand { min-width: 158px; gap: 5px; }
  .brand-logo-mark { width: 35px; height: 30px; }
  .brand-logo-wordmark { width: 102px; height: 34px; }
}
