@import url('https://fonts.googleapis.com/css2?family=DM+Mono:wght@400;500&family=Manrope:wght@400;500;600;700;800&display=swap');

:root { --ink:#101820; --muted:#7b8794; --line:rgba(255,255,255,.16); --paper:#e5ebee; --accent:#315dff; --acid:var(--accent); --blue:#315dff; --blue-deep:#162b75; --mono:'DM Mono', monospace; --sans: Manrope, 'PingFang SC', 'Microsoft YaHei', sans-serif; }
* { box-sizing:border-box; }
html { scroll-behavior:smooth; }
body { margin:0; background:var(--ink); color:var(--paper); font-family:var(--sans); -webkit-font-smoothing:antialiased; }
a { color:inherit; text-decoration:none; }
a:focus-visible, button:focus-visible { outline:2px solid var(--accent); outline-offset:5px; }
.site-header { height:76px; padding:0 4vw; display:flex; align-items:center; justify-content:space-between; position:sticky; top:0; z-index:10; background:rgba(16,21,27,.86); backdrop-filter:blur(16px); border-bottom:1px solid var(--line); }
.brand, .main-nav, .contact-meta, .site-footer { font:500 11px var(--mono); letter-spacing:.05em; }
.brand { display:flex; align-items:center; gap:12px; }
.brand-mark { display:grid; place-items:center; width:29px; height:29px; background:var(--accent); color:#fff; font-size:10px; font-weight:700; letter-spacing:-.08em; }
.main-nav { display:grid; grid-template-columns:repeat(3, minmax(72px, auto)); align-items:stretch; color:#aab4be; }
.main-nav a { display:flex; align-items:center; justify-content:center; min-height:76px; padding:0 14px; white-space:nowrap; transition:color .25s ease, background .25s ease; }
.main-nav a:hover { color:var(--paper); }
.main-nav .nav-contact { gap:8px; color:var(--paper); border-bottom:1px solid var(--acid); }
.section-shell { width:min(1400px, 92vw); margin:0 auto; }
.hero { min-height:calc(100dvh - 76px); display:grid; grid-template-columns: minmax(300px, .85fr) minmax(420px, 1.15fr); align-items:center; gap:6vw; padding:60px 0 80px; }
.hero-copy { animation:copy-in .75s cubic-bezier(.22,1,.36,1) both; }
.eyebrow, .section-index, .visual-tag, .project-info > span:first-child, .hero-coordinate, .hero-note { font:500 10px var(--mono); letter-spacing:.12em; text-transform:uppercase; }
.eyebrow { color:#a9baff; margin:0 0 25px; }
h1,h2,h3,p { margin-top:0; }
h1,h2,h3 { font-weight:600; letter-spacing:-.07em; }
h1 { max-width:620px; margin-bottom:28px; font-size:clamp(42px, 6.1vw, 92px); line-height:1.06; }
h1 em, h2 em { display:inline-block; color:var(--acid); font-family:var(--sans); font-style:italic; font-weight:700; letter-spacing:-.045em; }
h1 em { margin-right:.1em; padding-right:.035em; white-space:nowrap; }
.hero-intro { max-width:390px; color:#aab4be; line-height:1.8; font-size:15px; margin-bottom:36px; }
.button { display:inline-flex; align-items:center; gap:24px; padding:15px 20px 15px 22px; border-radius:999px; font:500 11px var(--mono); letter-spacing:.06em; transition:transform .25s ease, background .25s ease, box-shadow .25s ease; }
.button-primary { background:var(--accent); color:#fff; }
.button:hover { transform:translateY(-3px); background:#4a70ff; box-shadow:0 10px 24px rgba(49,93,255,.24); }
.button:active { transform:translateY(-1px) scale(.98); }
.hero-object { min-height:560px; position:relative; overflow:hidden; background:linear-gradient(135deg, #2544bc 0%, #182c76 48%, #0d1a45 100%); border-radius:2px; isolation:isolate; animation:object-in 1s .12s cubic-bezier(.22,1,.36,1) both; }
.hero-object::before { content:''; position:absolute; inset:0; opacity:.32; background:repeating-linear-gradient(90deg, transparent 0 86px, rgba(255,255,255,.16) 87px, transparent 88px), repeating-linear-gradient(0deg, transparent 0 86px, rgba(255,255,255,.11) 87px, transparent 88px); }
.object-grid { position:absolute; inset:10% 9%; border:1px solid rgba(255,255,255,.22); transform:rotate(-9deg); }
.object-grid::after { content:''; position:absolute; width:50%; height:50%; right:-14%; bottom:-13%; border:1px solid var(--accent); }
.product-orb { position:absolute; width:min(30vw, 350px); aspect-ratio:1; min-width:230px; left:50%; top:49%; transform:translate(-50%,-50%) rotate(-13deg); border-radius:48% 52% 46% 54%; background:linear-gradient(140deg, #dce4eb 0%, #8c9aa7 38%, #303c47 100%); box-shadow:24px 34px 48px rgba(0,0,0,.35), inset -20px -26px 34px rgba(0,0,0,.2), inset 14px 15px 22px rgba(255,255,255,.4); transition:transform .6s cubic-bezier(.22,1,.36,1); }
.hero-object:hover .product-orb { transform:translate(-50%,-50%) rotate(-8deg) scale(1.04); }
.product-orb::before { content:''; position:absolute; inset:14%; border-radius:50%; border:1px solid rgba(16,21,27,.35); }
.orb-cap { position:absolute; width:30%; height:30%; right:13%; top:13%; border-radius:50%; background:var(--accent); box-shadow:inset -8px -8px 12px rgba(0,0,0,.14); }
.orb-cut { position:absolute; width:50%; height:12%; left:26%; top:50%; border-radius:50%; background:rgba(16,21,27,.27); transform:rotate(-13deg); filter:blur(2px); }
.orb-label { position:absolute; left:18%; bottom:19%; font:500 10px var(--mono); color:rgba(16,21,27,.72); line-height:1.55; letter-spacing:.1em; }
.hero-coordinate { position:absolute; left:24px; bottom:22px; color:rgba(255,255,255,.68); }
.hero-note { position:absolute; right:24px; top:22px; color:#a9baff; line-height:1.5; text-align:right; }
.scroll-showcase { display:grid; grid-template-columns:minmax(0,1.25fr) minmax(360px,.75fr); background:var(--paper); color:var(--ink); }
.showcase-stage-wrap { min-height:100vh; }
.showcase-stage { height:100dvh; min-height:620px; position:sticky; top:0; overflow:hidden; background:linear-gradient(140deg,#dbe4e8,#a6b6bf); isolation:isolate; }
.showcase-stage::before { content:''; position:absolute; inset:0; opacity:.28; background:linear-gradient(90deg,transparent 49.9%,rgba(16,21,27,.25) 50%,transparent 50.1%),linear-gradient(0deg,transparent 49.9%,rgba(16,21,27,.25) 50%,transparent 50.1%); background-size:88px 88px; }
.stage-crosshair { position:absolute; width:80%; aspect-ratio:1; left:10%; top:14%; border:1px solid rgba(16,21,27,.24); border-radius:50%; }
.stage-crosshair::before,.stage-crosshair::after { content:''; position:absolute; background:rgba(16,21,27,.2); }.stage-crosshair::before { width:1px; height:140%; left:50%; top:-20%; }.stage-crosshair::after { height:1px; width:140%; top:50%; left:-20%; }
.stage-product { position:absolute; inset:17% 12% 18%; opacity:0; transform:scale(.88) rotate(-4deg); transition:opacity .6s ease, transform .9s cubic-bezier(.22,1,.36,1); }
.showcase-stage[data-active-view="orb"] .stage-orb,.showcase-stage[data-active-view="lamp"] .stage-lamp,.showcase-stage[data-active-view="speaker"] .stage-speaker,.showcase-stage[data-active-view="fold"] .stage-fold { opacity:1; transform:scale(1) rotate(0); }
.stage-orb-shell { position:absolute; width:min(34vw,390px); aspect-ratio:1; left:50%; top:46%; transform:translate(-50%,-50%) rotate(-12deg); border-radius:48% 52% 46% 54%; background:linear-gradient(140deg,#f8fbfc,#80909a 42%,#293742); box-shadow:28px 38px 40px rgba(37,54,65,.25),inset -22px -28px 30px rgba(0,0,0,.18),inset 14px 15px 20px rgba(255,255,255,.55); }
.stage-orb-shell::before { content:''; position:absolute; inset:14%; border:1px solid rgba(16,21,27,.32); border-radius:50%; }.stage-orb-shell::after { content:''; position:absolute; width:29%; aspect-ratio:1; right:14%; top:13%; border-radius:50%; background:var(--acid); box-shadow:inset -8px -8px 12px rgba(0,0,0,.15); }.stage-orb-shell span { position:absolute; left:18%; bottom:19%; font:500 10px var(--mono); line-height:1.5; letter-spacing:.1em; color:rgba(16,21,27,.7); }
.stage-lamp .lamp-shade { width:54%; left:23%; top:14%; }.stage-lamp .lamp-stem { left:49%; top:39%; }.stage-lamp .lamp-base { left:34%; bottom:16%; width:32%; }
.stage-speaker { display:grid; place-items:center; }.speaker-face { width:min(34vw,390px); aspect-ratio:1; border-radius:22% 22% 28% 28%; transform:rotate(-10deg); background:linear-gradient(135deg,#d5dde0,#6b7a83); box-shadow:26px 36px 38px rgba(37,54,65,.25),inset 12px 12px 22px rgba(255,255,255,.42),inset -18px -20px 28px rgba(0,0,0,.16); display:grid; place-content:center; gap:12px; }.speaker-face i { display:block; width:54px; height:9px; border-radius:50%; background:rgba(16,21,27,.32); }.speaker-face i:nth-child(2) { width:86px; background:var(--acid); }.speaker-face i:nth-child(3) { width:38px; }
.stage-fold { display:grid; place-items:center; }.stage-fold .fold-panel { width:32%; height:57%; }.stage-fold .panel-a { transform:translateX(-48%) rotate(-16deg); }.stage-fold .panel-b { transform:translateX(0) rotate(5deg); }.stage-fold .panel-c { transform:translateX(47%) translateY(10%) rotate(21deg); }
.stage-label { position:absolute; left:28px; right:28px; bottom:26px; display:flex; justify-content:space-between; color:rgba(16,21,27,.64); font:500 10px var(--mono); letter-spacing:.1em; }.stage-counter { color:var(--blue); }
.showcase-steps { padding:0 9vw; }.showcase-intro { min-height:100dvh; display:grid; grid-template-columns:48px 1fr; gap:28px; align-content:center; }.showcase-intro .eyebrow { color:var(--blue); }.showcase-intro h2 { margin:0; font-size:clamp(42px,5vw,74px); line-height:1.02; }.showcase-intro h2 em { color:var(--blue); }.showcase-steps > .section-index { color:var(--blue); }.showcase-step { min-height:100dvh; display:flex; flex-direction:column; justify-content:center; padding:14vh 0; border-top:1px solid rgba(16,21,27,.18); opacity:.33; transition:opacity .35s ease; }.showcase-step.is-active { opacity:1; }.showcase-step > span { color:var(--blue); font:500 10px var(--mono); letter-spacing:.12em; }.showcase-step h3 { margin:24px 0 18px; font-size:clamp(38px,4vw,66px); line-height:1; }.showcase-step p { max-width:280px; color:#52616d; font-size:15px; line-height:1.8; }
.about, .work, .process { padding:150px 0; border-top:1px solid var(--line); display:grid; grid-template-columns:120px 1fr; gap:7vw; }
.section-index { color:var(--acid); padding-top:10px; }
.about-content h2, .process h2 { margin-bottom:45px; font-size:clamp(38px, 5.6vw, 78px); line-height:1.02; }
.about-content h2 span, .process h2 span { color:#74808b; }
.about-lead { max-width:620px; font-size:clamp(21px,2.3vw,32px); line-height:1.35; letter-spacing:-.04em; }
.about-details { display:grid; grid-template-columns:1fr 1fr; gap:8vw; margin-top:70px; padding-top:22px; border-top:1px solid var(--line); color:#9aa6b1; font-size:14px; line-height:1.8; }
.profile-list { margin:0; }
.profile-list div { display:grid; grid-template-columns:80px 1fr; padding:0 0 18px; }
.profile-list dt { color:var(--acid); font:500 10px var(--mono); text-transform:uppercase; letter-spacing:.1em; }
.profile-list dd { margin:0; }
.work { display:block; }
.work-heading { display:grid; grid-template-columns:120px 1fr 1fr; gap:7vw; align-items:start; margin-bottom:58px; }
.work-heading h2 { margin:0; font-size:clamp(42px, 6vw, 86px); line-height:.95; }
.work-heading p { max-width:230px; margin:8px 0 0; color:#89949e; line-height:1.7; font-size:13px; }
.project-grid { display:grid; grid-template-columns:1.25fr .75fr; grid-template-rows:auto auto; gap:32px 24px; }
.project { display:block; }
.project-featured { grid-row:span 2; }
.project-wide { grid-column:2; }
.project-visual { position:relative; overflow:hidden; min-height:370px; transition:filter .35s ease; }
.project-featured .project-visual { min-height:640px; }
.project-tall .project-visual { min-height:300px; }
.visual-lumen { background:linear-gradient(140deg,#9cb1be,#41515e 55%,#1c242c); }
.visual-nest { background:var(--acid); }
.visual-fold { background:#c6d3db; }
.visual-tag { position:absolute; left:20px; top:20px; color:rgba(16,21,27,.7); }
.visual-lumen .visual-tag { color:rgba(255,255,255,.7); }
.lamp-shade { position:absolute; width:52%; aspect-ratio:1.55; left:24%; top:19%; border-radius:50% 50% 42% 42%; background:linear-gradient(160deg,#eff5f7,#8294a1 70%); transform:rotate(-12deg); box-shadow:20px 30px 25px rgba(0,0,0,.25); transition:transform .45s cubic-bezier(.22,1,.36,1); }
.lamp-shade::after { content:''; position:absolute; width:49%; height:31%; left:25%; top:36%; background:#d8e4ff; border-radius:50%; filter:blur(10px); }
.lamp-stem { position:absolute; width:3%; height:36%; left:49%; top:44%; background:#d9e4e8; transform:rotate(12deg); transform-origin:top; }
.lamp-base { position:absolute; width:31%; height:7%; left:35%; bottom:20%; border-radius:50%; background:#27343d; transform:rotate(-5deg); box-shadow:0 14px 18px rgba(0,0,0,.25); }
.visual-nest { display:grid; place-items:center; background:radial-gradient(circle at 30% 20%,#f3f7ff,#b8c9f4 50%,#879fdf); }
.nest-ring { position:absolute; border:1px solid #315dff; border-radius:50%; transform:rotate(38deg) skewX(-12deg); }
.ring-one { width:66%; height:43%; }.ring-two { width:47%; height:31%; border-width:2px; }.ring-three { width:29%; height:20%; background:#1c2f58; }
.visual-fold { display:grid; place-items:center; background:#aebdc6; }
.fold-panel { position:absolute; width:38%; height:64%; background:#e1e8eb; box-shadow:10px 20px 20px rgba(37,54,65,.22); transition:transform .45s cubic-bezier(.22,1,.36,1); }
.panel-a { transform:translateX(-37%) rotate(-14deg); }.panel-b { transform:translateX(2%) translateY(-2%) rotate(7deg); background:#6a7c87; }.panel-c { transform:translateX(38%) translateY(10%) rotate(25deg); background:#d3dde1; }
.project-info { display:grid; grid-template-columns:1fr auto; padding:18px 0 0; border-top:1px solid var(--line); position:relative; }
.project-info > span:first-child { grid-column:1/-1; color:#7e8a95; margin-bottom:12px; }
.project-info h3 { grid-column:1; font-size:clamp(22px,2.2vw,32px); margin:0 0 7px; letter-spacing:-.06em; }
.project-info p { grid-column:1; color:#89949e; font:11px var(--mono); margin:0; }
.project-info small { grid-column:1; color:#687580; font:10px var(--mono); letter-spacing:.04em; margin-top:10px; }
.project-arrow { grid-column:2; grid-row:2/4; align-self:center; color:var(--acid); font-size:25px; transition:transform .25s; }
.project:hover .project-arrow { transform:translate(4px,-4px); }
.project-visual::after { content:''; position:absolute; inset:0; background:rgba(201,243,106,0); transition:background .25s; }.project:hover .project-visual::after { background:rgba(201,243,106,.08); }.project:hover .project-visual { filter:saturate(1.08) contrast(1.03); }.project:hover .lamp-shade { transform:rotate(-8deg) translateY(-5px); }.project:hover .fold-panel { transform:translateX(-37%) rotate(-11deg) translateY(-4px); }.project:hover .panel-b { transform:translateX(2%) translateY(-7%) rotate(10deg); }.project:hover .panel-c { transform:translateX(38%) translateY(6%) rotate(28deg); }
.process-content { display:grid; grid-template-columns:1fr 1fr; gap:8vw; align-items:end; }
.process-list { border-top:1px solid var(--line); }
.process-list div { display:grid; grid-template-columns:90px 1fr; gap:20px; padding:22px 0; border-bottom:1px solid var(--line); }
.process-list span { color:var(--acid); font:10px var(--mono); text-transform:uppercase; }.process-list p { margin:0; color:#aab4be; line-height:1.7; font-size:14px; }
.contact { padding:0 0 80px; }.contact-panel { position:relative; min-height:570px; display:grid; grid-template-columns:120px 1fr; gap:7vw; align-items:center; padding:70px 7vw; background:var(--blue); overflow:hidden; }.contact-panel::after { content:'LM'; position:absolute; right:-.04em; bottom:-.32em; color:rgba(255,255,255,.08); font-size:min(40vw,500px); font-weight:800; line-height:.8; letter-spacing:-.15em; }.contact-panel .section-index { position:absolute; left:7vw; top:70px; }.contact-panel .eyebrow { color:var(--acid); }.contact-panel h2 { position:relative; z-index:1; font-size:clamp(43px,6.5vw,92px); line-height:.98; margin-bottom:45px; }.contact-email { position:relative; z-index:1; display:inline-flex; gap:25px; align-items:center; color:var(--acid); font:500 clamp(14px,1.6vw,20px) var(--mono); border-bottom:1px solid var(--acid); padding-bottom:10px; }.contact-meta { position:absolute; z-index:1; bottom:27px; left:7vw; right:7vw; display:flex; justify-content:space-between; color:rgba(255,255,255,.64); }
.site-footer { width:min(1400px,92vw); margin:0 auto; padding:0 0 28px; display:flex; justify-content:space-between; color:#71808c; }.site-footer a { color:var(--paper); }
@keyframes copy-in { from { opacity:0; transform:translateY(20px); } to { opacity:1; transform:translateY(0); } }
@keyframes object-in { from { opacity:0; transform:translateX(26px); } to { opacity:1; transform:translateX(0); } }
@keyframes gallery-progress { from { transform:scaleX(0); } to { transform:scaleX(1); } }
@media (max-width: 800px) { .site-header { height:66px; padding:0 5vw; }.brand > span:last-child { display:none; }.main-nav { grid-template-columns:repeat(3, minmax(58px, auto)); }.main-nav a { min-height:66px; padding:0 9px; }.hero { min-height:auto; grid-template-columns:1fr; gap:48px; padding:70px 0 90px; }.hero-object { min-height:470px; }.product-orb { width:64vw; }.scroll-showcase { display:block; }.showcase-stage-wrap { min-height:70vh; }.showcase-stage { height:70vh; min-height:470px; position:sticky; }.showcase-stage::before { background-size:64px 64px; }.stage-product { inset:14% 5% 16%; }.stage-orb-shell,.speaker-face { width:68vw; max-width:350px; }.showcase-steps { padding:0 8vw; }.showcase-intro { min-height:70vh; grid-template-columns:1fr; gap:22px; }.showcase-intro .section-index { padding-top:0; }.showcase-step { min-height:75vh; padding:18vh 0; }.stage-label { left:18px; right:18px; bottom:18px; }.about, .process { display:block; padding:100px 0; }.about .section-index, .process .section-index { margin-bottom:36px; }.about-details { grid-template-columns:1fr; gap:35px; margin-top:45px; }.work { padding:100px 0; }.work-heading { grid-template-columns:1fr; gap:22px; margin-bottom:42px; }.work-heading .section-index { margin-bottom:0; }.project-grid { grid-template-columns:1fr; gap:42px; }.project-featured, .project-wide { grid-row:auto; grid-column:auto; }.project-featured .project-visual, .project-tall .project-visual, .project-visual { min-height:390px; }.process-content { display:block; }.process-list { margin-top:52px; }.contact { width:100%; }.contact-panel { min-height:610px; display:block; padding:100px 7vw 120px; }.contact-panel .section-index { left:7vw; top:30px; }.contact-meta { left:7vw; right:7vw; bottom:30px; display:grid; gap:7px; }.site-footer { padding:0 0 22px; }.site-footer span { max-width:140px; } }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior:auto; } *, *::before, *::after { transition-duration:.01ms !important; animation-duration:.01ms !important; animation-iteration-count:1 !important; } }

/* Unified cold industrial palette: one cobalt accent, cool material surfaces. */
.visual-nest { background:radial-gradient(circle at 30% 20%,#f3f7ff,#b8c9f4 50%,#879fdf); }
.nest-ring { border-color:#315dff; }
.ring-three { background:#1c2f58; }
.lamp-shade::after { background:#d8e4ff; }
.button:hover { background:#4a70ff; }
.project-visual::after { background:rgba(49,93,255,0); }
.project:hover .project-visual::after { background:rgba(49,93,255,.1); }
.contact-panel { background:linear-gradient(135deg,#315dff,#1c3a9a); }
.contact-panel .eyebrow { color:#d8e1ff; }
.contact-email { color:#fff; border-color:#fff; }

/* Replace abstract placeholders with generated product photography. */
.hero-product-image { position:absolute; inset:0; width:100%; height:100%; display:block; object-fit:cover; object-position:center 58%; }
.hero-object::after { content:''; position:absolute; inset:0; pointer-events:none; background:linear-gradient(180deg,rgba(16,24,32,.08),rgba(16,24,32,.2)); }
.hero-object .object-grid,.hero-object .hero-coordinate,.hero-object .hero-note { z-index:1; }
.stage-product { inset:0; transform:scale(.96); }
.stage-image { width:100%; height:100%; display:block; object-fit:cover; object-position:center; }
.stage-crosshair,.stage-label { z-index:2; }
.showcase-stage[data-active-view="orb"] .stage-orb,.showcase-stage[data-active-view="lamp"] .stage-lamp,.showcase-stage[data-active-view="speaker"] .stage-speaker,.showcase-stage[data-active-view="fold"] .stage-fold { transform:scale(1); }
.project-image { width:100%; height:100%; display:block; object-fit:cover; object-position:center; transition:transform .7s cubic-bezier(.22,1,.36,1), filter .35s ease; }
.project:hover .project-image { transform:scale(1.035); }
.project-visual .visual-tag { z-index:2; }

/* The product sequence now shares the homepage's dark cobalt environment. */
.scroll-showcase { background:var(--ink); color:var(--paper); }
.showcase-stage { background:linear-gradient(140deg,#1c315b,#101820); }
.showcase-stage::before { background:linear-gradient(90deg,transparent 49.9%,rgba(229,235,238,.18) 50%,transparent 50.1%),linear-gradient(0deg,transparent 49.9%,rgba(229,235,238,.18) 50%,transparent 50.1%); }
.stage-crosshair { border-color:rgba(229,235,238,.24); }
.stage-crosshair::before,.stage-crosshair::after { background:rgba(229,235,238,.2); }
.showcase-intro .eyebrow { color:#a9baff; }
.showcase-intro h2 em { color:var(--accent); }
.showcase-step { border-top-color:rgba(229,235,238,.18); }
.showcase-step > span { color:#a9baff; }
.showcase-step p { color:#aab4be; }
.stage-label { color:rgba(229,235,238,.68); }
.stage-counter { color:#a9baff; }

/* Hero product archive: one focused frame, manually browsable. */
.gallery-images { position:absolute; inset:0; overflow:hidden; }
.gallery-image { position:absolute; inset:0; width:100%; height:100%; display:block; object-fit:cover; object-position:center; opacity:0; transform:scale(1.035); transition:opacity .55s ease, transform 1.1s cubic-bezier(.22,1,.36,1); }
.gallery-image.is-active { opacity:1; transform:scale(1); }
.product-gallery::after { z-index:1; }
.product-gallery .object-grid,.product-gallery .hero-coordinate,.product-gallery .hero-note,.gallery-controls { z-index:2; }
.gallery-counter { color:#d8e1ff; }
.gallery-name,.gallery-type { display:inline-block; max-width:190px; font-style:normal; text-transform:none; letter-spacing:0; line-height:1.5; }
.gallery-name { margin-top:8px; color:#fff; font:600 13px var(--sans); }
.gallery-type { color:#b8c9f4; font:10px var(--mono); }
.gallery-progress { position:absolute; z-index:2; right:24px; bottom:66px; width:192px; height:1px; overflow:hidden; background:rgba(229,235,238,.25); }
.gallery-progress span { display:block; width:100%; height:100%; background:var(--accent); transform:scaleX(0); transform-origin:left; }
.product-gallery.is-autoplaying .gallery-progress span { animation:gallery-progress 4600ms linear forwards; }
.product-gallery.is-paused .gallery-progress span { animation-play-state:paused; }
.gallery-controls { position:absolute; right:24px; bottom:20px; display:flex; gap:0; align-items:center; padding:0 0 0 17px; }
.gallery-controls::before { content:''; position:absolute; left:0; right:0; top:50%; height:1px; background:rgba(229,235,238,.42); }
.gallery-button { position:relative; z-index:1; display:grid; place-items:center; width:48px; height:38px; padding:0 8px; border:0; background:transparent; color:rgba(229,235,238,.68); font:500 10px var(--mono); cursor:pointer; transition:color .25s ease, transform .25s ease; }
.gallery-button::before { content:''; position:absolute; left:50%; top:50%; width:9px; height:9px; border:1px solid currentColor; border-radius:50%; background:transparent; transform:translate(-50%,-50%) scale(1); transition:transform .3s cubic-bezier(.22,1,.36,1), border-color .25s ease, box-shadow .3s ease; }
.gallery-button { padding-top:23px; }
.gallery-button:hover { color:#fff; transform:translateY(-3px); }
.gallery-button:hover::before { transform:translate(-50%,-50%) scale(1.45); border-color:#fff; box-shadow:0 0 0 5px rgba(229,235,238,.12), 0 0 18px rgba(229,235,238,.22); }
.gallery-button.is-active { color:#fff; }
.gallery-button.is-active::before { width:13px; height:13px; border:2px solid var(--accent); background:transparent; box-shadow:0 0 0 4px rgba(49,93,255,.18), inset 0 0 0 3px var(--ink); }
.gallery-button.is-active:hover::before { border-color:#fff; box-shadow:0 0 0 6px rgba(49,93,255,.2), inset 0 0 0 3px var(--ink), 0 0 18px rgba(49,93,255,.42); }
.gallery-button:active { transform:scale(.96); }
.profile-intro { padding:150px 0; border-top:1px solid var(--line); display:grid; grid-template-columns:120px 1fr; gap:7vw; }
.profile-intro-content { display:grid; grid-template-columns:1.1fr .9fr; gap:8vw; align-items:end; }
.profile-heading .eyebrow { color:#a9baff; }
.profile-heading h2 { margin:0; font-size:clamp(43px,6vw,86px); line-height:1.02; }
.profile-heading h2 em { color:var(--accent); }
.profile-copy { padding-bottom:7px; }
.profile-copy p { max-width:430px; color:#aab4be; font-size:14px; line-height:1.8; }
.profile-copy .profile-lead { color:var(--paper); font-size:clamp(20px,2.3vw,31px); line-height:1.38; letter-spacing:-.04em; margin-bottom:28px; }
.text-link { display:inline-flex; align-items:center; gap:20px; margin-top:18px; padding-bottom:8px; border-bottom:1px solid var(--accent); color:var(--paper); font:500 11px var(--mono); }
.text-link span { color:#a9baff; font-size:16px; transition:transform .25s ease; }.text-link:hover span { transform:translateY(4px); }
@media (max-width: 800px) { .profile-intro { display:block; padding:100px 0; }.profile-intro > .section-index { margin-bottom:36px; }.profile-intro-content { display:block; }.profile-copy { margin-top:48px; }.gallery-image { object-fit:contain; background:#101820; }.gallery-controls { right:12px; bottom:14px; padding-left:10px; }.gallery-progress { right:12px; bottom:58px; width:156px; }.gallery-button { width:39px; height:36px; }.gallery-name,.gallery-type { max-width:160px; } }

/* Quiet entry point and same-page image editor. */
.footer-actions { display:flex; align-items:center; gap:22px; }
.admin-login-trigger,.admin-edit-trigger { padding:0; border:0; background:transparent; color:#71808c; font:500 10px var(--mono); cursor:pointer; transition:color .25s ease; }
.admin-login-trigger:hover,.admin-edit-trigger:hover { color:var(--paper); }
.auth-modal,.editor-modal { position:fixed; z-index:30; inset:0; display:grid; place-items:center; padding:24px; background:rgba(8,12,17,.78); backdrop-filter:blur(14px); }
.auth-modal[hidden],.editor-modal[hidden] { display:none; }
.auth-dialog,.editor-dialog { position:relative; width:min(430px,100%); padding:32px; background:#17232d; border:1px solid var(--line); box-shadow:0 24px 80px rgba(0,0,0,.35); }
.auth-dialog h2,.editor-dialog h2 { margin:0 0 26px; font-size:clamp(28px,5vw,44px); line-height:1; letter-spacing:-.07em; }
.modal-close { position:absolute; right:18px; top:14px; border:0; background:transparent; color:#aab4be; font-size:24px; line-height:1; cursor:pointer; }
.modal-close:hover { color:#fff; }
#site-login-form { display:grid; gap:9px; }
#site-login-form label { color:#aab4be; font:500 10px var(--mono); }
#site-login-form input { width:100%; margin-bottom:8px; padding:12px 13px; border:1px solid var(--line); border-radius:5px; outline:0; background:#101820; color:var(--paper); }
#site-login-form input:focus { border-color:var(--accent); box-shadow:0 0 0 3px rgba(49,93,255,.2); }
#site-login-form .button { justify-self:start; margin-top:10px; border:0; cursor:pointer; }
.site-login-status { min-height:18px; margin:3px 0 0; color:#ffaaa8; font-size:12px; }
.editor-dialog { width:min(940px,100%); max-height:min(88vh,800px); overflow:auto; }
.editor-header { display:flex; justify-content:space-between; gap:20px; align-items:start; }
.editor-footer { display:flex; justify-content:space-between; align-items:center; gap:16px; margin-top:24px; padding-top:16px; border-top:1px solid var(--line); color:#71808c; font:10px var(--mono); }
.editor-header h2 { margin-bottom:0; }
.editor-hint { margin:0 0 24px; color:#9aa8b3; font-size:13px; line-height:1.7; }
.editor-grid { display:grid; grid-template-columns:repeat(2,minmax(0,1fr)); gap:14px; }
.editor-card { padding:12px; border:1px solid var(--line); background:#101820; }
.editor-card img { display:block; width:100%; aspect-ratio:16/9; object-fit:contain; background:#0b1117; }
.editor-card h3 { margin:13px 0 4px; font-size:16px; letter-spacing:-.04em; }
.editor-card p { margin:0 0 12px; color:#89949e; font:10px var(--mono); }
.editor-card-actions { display:flex; align-items:center; justify-content:space-between; gap:10px; }
.editor-file-label,.editor-publish { padding:9px 12px; border-radius:999px; font:500 10px var(--mono); cursor:pointer; }
.editor-file-label { border:1px solid var(--line); color:var(--paper); }
.editor-file-input { display:none; }
.editor-publish { border:0; background:#253442; color:#89949e; }
.editor-publish.ready { background:var(--accent); color:#fff; }
.editor-status { min-height:15px; margin:9px 0 0!important; color:#a9baff!important; }
body.editing .admin-login-trigger { display:none; }
body.editing .admin-edit-trigger { display:inline-block; }
@media (max-width: 800px) { .footer-actions { gap:14px; flex-wrap:wrap; justify-content:flex-end; }.editor-dialog { padding:24px 18px; }.editor-grid { grid-template-columns:1fr; }.editor-card-actions { align-items:stretch; flex-direction:column; }.editor-file-label,.editor-publish { width:100%; text-align:center; } }
.gallery-caption { position:absolute; z-index:2; left:24px; bottom:22px; display:flex; flex-direction:column; gap:5px; max-width:250px; }
.gallery-caption .gallery-name { margin:0; }
.product-gallery .hero-coordinate { top:22px; bottom:auto; }
.project-details { margin-top:16px; border-top:1px solid var(--line); color:#aab4be; }
.project-details summary { width:max-content; padding:13px 0 10px; color:var(--paper); cursor:pointer; font:500 10px var(--mono); list-style:none; }
.project-details summary::-webkit-details-marker { display:none; }
.project-details summary::after { content:' +'; color:var(--accent); }
.project-details[open] summary::after { content:' −'; }
.project-details > div { max-width:510px; padding:0 0 7px; }
.project-details p { margin:0 0 10px; color:#89949e; font-size:13px; line-height:1.7; }
.project-details b { color:var(--paper); font-weight:500; }
@media (max-width: 800px) { .gallery-caption { left:18px; bottom:18px; max-width:150px; }.project-details > div { max-width:none; } }
