.studio-home {
  --bg: #050b17;
  --bg-deep: #030812;
  --bg-soft: #081121;
  --surface: #0b1628;
  --surface-raised: #0f1b30;
  --line: rgba(195, 211, 239, .13);
  --line-strong: rgba(195, 211, 239, .24);
  --text: #f3f6fc;
  --muted: #a6b2c7;
  --muted-soft: #76849d;
  --accent: #5b4ed6;
  --accent-bright: #a59eff;
  --cyan: #61d6c7;
  --shell: min(1440px, calc(100vw - 72px));
  background: var(--bg);
}

.studio-home .header-inner { min-height: 76px; grid-template-columns: auto minmax(0, 1fr) auto; }
.studio-home .site-header { background: rgba(3, 8, 18, .72); backdrop-filter: blur(18px); }
.studio-home .main-nav { justify-self: center; gap: clamp(12px, 1.55vw, 26px); }
.studio-home .main-nav > a { border-radius: 10px; padding: 8px 9px; font-size: clamp(.94rem, 1vw, 1.04rem); white-space: nowrap; }
.studio-home .main-nav > a[aria-current="location"] { background: rgba(165, 158, 255, .12); color: #fff; box-shadow: inset 0 0 0 1px rgba(165, 158, 255, .28); }
.studio-home .main-nav > a[aria-current="location"]::after { right: 9px; left: 9px; }
.studio-home .header-cta[aria-current="location"] { border-color: var(--accent-bright); background: #7568ed; box-shadow: 0 0 0 3px rgba(165, 158, 255, .14); }
.language-switch { display: flex; align-items: center; gap: 2px; border: 1px solid var(--line-strong); border-radius: 10px; padding: 3px; background: rgba(5, 11, 23, .46); }
.studio-home .main-nav .language-switch a { min-width: 34px; border: 0; border-radius: 7px; padding: 6px 8px; color: var(--muted); font-size: .72rem; font-weight: 720; line-height: 1; text-align: center; }
.studio-home .main-nav .language-switch a::after { display: none; }
.studio-home .main-nav .language-switch a[aria-current="page"] { background: var(--text); color: var(--bg-deep); }
.studio-home h1,
.studio-home h2,
.studio-home h3 { letter-spacing: -.04em; }
.studio-home h2 { font-size: clamp(2.7rem, 5.3vw, 5.6rem); line-height: .98; }
.heading-stack { display: grid; gap: .12em; }
.heading-stack > span { display: block; }
.studio-home .studio-section { position: relative; padding-block: clamp(112px, 10vw, 180px); border-top: 1px solid var(--line); }
.studio-home .studio-section > .shell > * { min-width: 0; }

.studio-hero {
  position: relative;
  min-height: min(900px, 100svh);
  display: grid;
  align-items: center;
  padding: 132px 0 72px;
  overflow: hidden;
}
.scroll-sentinel { position: absolute; inset: 0 auto auto 0; width: 1px; height: 1px; pointer-events: none; }
.studio-hero-grid { display: grid; grid-template-columns: minmax(0, 1.22fr) minmax(380px, .78fr); align-items: center; gap: clamp(42px, 5vw, 82px); }
.studio-hero-copy { position: relative; z-index: 2; }
.studio-hero-copy h1 { max-width: 940px; display: grid; gap: .12em; font-size: clamp(4rem, 5vw, 5.15rem); font-weight: 720; line-height: .92; }
.studio-hero-copy h1 span { display: block; }
.studio-hero-copy h1 span:last-child { color: #9ca8bc; font-weight: 540; }
.studio-hero-copy > p { max-width: 720px; margin-top: 35px; color: var(--muted); font-size: clamp(1.12rem, 1.45vw, 1.35rem); line-height: 1.55; }
.studio-hero-copy .hero-actions { margin-top: 38px; }

.system-map { position: relative; min-height: 620px; overflow: hidden; border: 1px solid var(--line-strong); border-radius: 22px; background: #07101e; box-shadow: 0 38px 100px rgba(0, 0, 0, .35); }
.map-grid { position: absolute; inset: 0; opacity: .36; background-image: linear-gradient(rgba(183, 201, 231, .09) 1px, transparent 1px), linear-gradient(90deg, rgba(183, 201, 231, .09) 1px, transparent 1px); background-size: 38px 38px; }
.map-status { position: absolute; top: 25px; left: 28px; display: flex; align-items: center; gap: 9px; color: var(--muted); font-family: ui-monospace, SFMono-Regular, Menlo, monospace; font-size: .72rem; letter-spacing: .04em; text-transform: uppercase; }
.map-status span { width: 7px; height: 7px; border-radius: 50%; background: var(--cyan); box-shadow: 0 0 14px rgba(97, 214, 199, .62); }
.map-node { position: absolute; z-index: 2; width: min(270px, 42%); display: grid; gap: 7px; border: 1px solid var(--line-strong); border-radius: 12px; padding: 17px 18px 16px; background: rgba(8, 19, 36, .94); box-shadow: 0 16px 32px rgba(0, 0, 0, .22); }
.map-node small { color: var(--accent-bright); font-family: ui-monospace, SFMono-Regular, Menlo, monospace; font-size: .68rem; }
.map-node strong { font-size: .94rem; letter-spacing: -.02em; }
.map-node span { color: var(--muted); font-size: .7rem; }
.map-node-experience { top: 18%; left: 8%; }
.map-node-ai { top: 40%; right: 7%; }
.map-node-process { bottom: 12%; left: 10%; }
.map-core { position: absolute; z-index: 3; left: 50%; top: 53%; width: 190px; height: 190px; transform: translate(-50%, -50%); display: grid; place-content: center; grid-template-columns: auto auto auto; align-items: center; gap: 9px; border: 1px solid rgba(165, 158, 255, .62); border-radius: 50%; background: #0b1428; box-shadow: 0 0 0 18px rgba(111, 99, 237, .04), 0 24px 56px rgba(0, 0, 0, .4); text-align: center; }
.map-core span { grid-column: 1 / -1; margin-bottom: 3px; color: var(--muted); font-size: .7rem; text-transform: uppercase; letter-spacing: .11em; }
.map-core strong { font-size: .88rem; }
.map-core i { color: var(--accent-bright); font-style: normal; }
.map-signal { position: absolute; z-index: 1; height: 1px; transform-origin: left; background: var(--accent-bright); opacity: .58; }
.signal-one { width: 40%; left: 28%; top: 35%; transform: rotate(23deg); }
.signal-two { width: 35%; left: 45%; top: 55%; transform: rotate(-8deg); }
.signal-three { width: 36%; left: 28%; top: 70%; transform: rotate(-33deg); }
.map-signal::after { position: absolute; right: 0; top: -3px; width: 7px; height: 7px; border-radius: 50%; background: var(--cyan); box-shadow: 0 0 14px rgba(97, 214, 199, .7); content: ""; animation: signal-pulse 3.6s ease-in-out infinite; }
.signal-two::after { animation-delay: 1.1s; }.signal-three::after { animation-delay: 2.2s; }
@keyframes signal-pulse { 0%, 100% { opacity: .38; transform: scale(.75); } 50% { opacity: 1; transform: scale(1.25); } }

.hero-mosaic { min-height: 590px; display: grid; grid-template-columns: 1.08fr .92fr; grid-template-rows: 1fr 1fr auto; gap: 12px; }
.hero-tile,.hero-mosaic-note { border: 1px solid var(--line-strong); border-radius: 16px; background: #0a1527; }
.hero-tile { display: flex; flex-direction: column; padding: clamp(24px, 3vw, 38px); }
.hero-tile > span { color: var(--accent-bright); font-size: .78rem; font-weight: 680; }
.hero-tile > strong { max-width: 15ch; margin-top: auto; font-size: clamp(1.45rem, 2vw, 2.15rem); line-height: 1.08; letter-spacing: -.04em; }
.hero-tile > small { max-width: 32ch; margin-top: 14px; color: var(--muted); font-size: .76rem; line-height: 1.45; }
.hero-tile-digital { grid-column: 1 / -1; min-height: 250px; background: #0c1930; }
.hero-tile-digital > strong { max-width: 18ch; font-size: clamp(1.8rem, 2.6vw, 2.8rem); }
.hero-tile-ai,.hero-tile-process { height: 100%; min-height: 0; align-self: stretch; }
.hero-tile-ai { background: #0b172b; }.hero-tile-process { background: #091525; }
.hero-tile-ai > strong,.hero-tile-process > strong { min-height: 2.16em; }
.hero-tile-ai > small,.hero-tile-process > small { min-height: 2.9em; }
.hero-mosaic-note { grid-column: 1 / -1; display: grid; grid-template-columns: auto 1fr; gap: 22px; align-items: center; padding: 20px 24px; }
.hero-mosaic-note strong { color: #e8edf7; font-size: .82rem; }.hero-mosaic-note span { color: var(--muted); font-size: .78rem; }

.position-strip { border-block: 1px solid var(--line); background: #060e1c; }
.position-strip-inner { min-height: 82px; display: grid; grid-template-columns: repeat(5, 1fr); align-items: center; }
.position-strip span { position: relative; padding-inline: 22px; color: #c8d1df; font-size: .78rem; font-weight: 630; letter-spacing: .055em; text-align: center; text-transform: uppercase; }
.position-strip span + span { border-left: 1px solid var(--line); }

.section-lead { max-width: 680px; }
.section-lead h2 { max-width: 1040px; }
.section-lead-wide h2 { max-width: 1280px; }
.section-lead > p { max-width: 660px; margin-top: clamp(24px, 2.2vw, 30px); color: var(--muted); font-size: clamp(1.05rem, 1.35vw, 1.22rem); }
.section-lead .text-link { margin-top: 30px; }
.section-lead-wide { max-width: 1280px; margin-bottom: clamp(70px, 8vw, 118px); }

.problems { background: #07101e; }
.problems-grid { display: grid; grid-template-columns: minmax(0, 1fr) minmax(520px, 1fr); align-items: start; gap: clamp(64px, 6vw, 92px); }
.problems .section-lead h2 { max-width: 720px; font-size: clamp(3.2rem, 4.3vw, 4.2rem); }
.problem-list { list-style: none; border-top: 1px solid var(--line); }
.problem-list li { min-height: 136px; display: grid; grid-template-columns: 68px 1fr; gap: 26px; align-items: center; padding: 24px 0; border-bottom: 1px solid var(--line); }
.problem-list span { display: grid; align-self: stretch; place-items: center; color: var(--accent-bright); font-size: clamp(1.75rem, 2.4vw, 2.25rem); font-weight: 700; font-variant-numeric: tabular-nums; line-height: 1; letter-spacing: -.04em; text-align: center; }
.problem-list p { color: #dfe5f0; font-size: clamp(1.15rem, 1.5vw, 1.42rem); line-height: 1.42; letter-spacing: -.02em; }

.capabilities { background: var(--bg); }
.capability-grid { display: grid; grid-template-columns: repeat(12, minmax(0, 1fr)); gap: 16px; }
.capability-card { min-height: 450px; display: flex; flex-direction: column; grid-column: span 6; border: 1px solid var(--line-strong); border-radius: 16px; padding: clamp(32px, 4vw, 54px); background: #0a1527; }
.capability-card-digital { grid-column: span 7; background: #0c1930; }
.capability-card-ai { grid-column: span 5; background: #0a172b; }
.capability-card-process { grid-column: 1 / -1; min-height: 350px; display: grid; grid-template-columns: minmax(280px, .75fr) minmax(340px, .75fr) minmax(230px, .5fr); gap: clamp(36px, 6vw, 88px); align-items: start; background: #091525; }
.capability-card > div:first-child { margin-top: 0; }
.capability-card h3 { max-width: 15ch; font-size: clamp(2.35rem, 4vw, 4.15rem); line-height: 1; }
.capability-card p { max-width: 54ch; margin-top: 22px; color: var(--muted); font-size: 1.125rem; font-weight: 430; line-height: 1.62; }
.capability-card ul { display: grid; gap: 0; margin-top: 38px; list-style: none; border-top: 1px solid var(--line); }
.capability-card li { padding: 14px 0; border-bottom: 1px solid var(--line); color: #c8d1df; font-size: 1rem; line-height: 1.45; }
.capability-card .text-link { margin-top: auto; padding-top: 36px; }
.capability-card-process > div:first-child { margin-top: 0; }
.capability-card-process ul { margin-top: 0; }
.capability-card-process .text-link { align-self: end; justify-self: start; margin-top: 0; padding-top: 0; }
.capability-panel { min-height: 420px; display: grid; grid-template-columns: 66px minmax(320px, .9fr) minmax(360px, 1.1fr); gap: clamp(30px, 5vw, 82px); align-items: center; padding-block: clamp(58px, 6vw, 88px); border-bottom: 1px solid var(--line-strong); }
.capability-number { align-self: start; padding-top: 9px; color: var(--accent-bright); font-family: ui-monospace, SFMono-Regular, Menlo, monospace; font-size: .8rem; }
.capability-panel h3 { font-size: clamp(2.4rem, 4.1vw, 4.6rem); }
.capability-panel > div:nth-child(2) > p { max-width: 600px; margin-top: 24px; color: var(--muted); font-size: 1.05rem; }
.capability-panel ul { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 28px; list-style: none; }
.capability-panel li { border: 1px solid var(--line); border-radius: 999px; padding: 7px 11px; color: #c4cfdf; font-size: .74rem; }
.capability-visual { position: relative; min-height: 310px; overflow: hidden; border: 1px solid var(--line); border-radius: 16px; background: #071121; }
.experience-visual { display: grid; grid-template-columns: 1.15fr .85fr; grid-template-rows: 1fr 1fr; gap: 12px; padding: 34px; }
.experience-visual span { border: 1px solid var(--line); border-radius: 10px; background: #0b172a; }
.experience-visual span:first-child { grid-row: 1 / 3; }
.experience-visual span:nth-child(2)::before { display: block; width: 46%; height: 9px; margin: 26px 0 0 24px; border-radius: 3px; background: #dfe6f3; content: ""; }
.experience-visual span:nth-child(3)::before { display: block; width: 65%; height: 60%; margin: 18px auto; border: 1px solid rgba(97,214,199,.35); border-radius: 8px; content: ""; }
.experience-visual i { position: absolute; left: 64px; right: 46%; bottom: 62px; height: 2px; background: var(--accent-bright); }
.ai-visual { display: grid; grid-template-columns: 1fr 54px 1.25fr; grid-template-rows: 1fr 1fr; align-items: center; gap: 16px; padding: 38px; }
.ai-visual span,.ai-visual strong,.ai-visual b { min-height: 74px; display: grid; place-items: center; border: 1px solid var(--line-strong); border-radius: 10px; background: #0c182c; font-size: .78rem; text-align: center; }
.ai-visual span { grid-row: 1 / 3; }.ai-visual strong { grid-column: 3; grid-row: 1; }.ai-visual b { grid-column: 3; grid-row: 2; color: var(--cyan); }
.ai-visual i { grid-column: 2; grid-row: 1 / 3; color: var(--muted); font-size: .68rem; font-style: normal; transform: rotate(-90deg); text-align: center; }
.process-visual { display: grid; grid-template-columns: repeat(4, 1fr); align-items: center; gap: 12px; padding: 38px; }
.process-visual > * { position: relative; min-height: 94px; display: grid; place-items: center; border: 1px solid var(--line-strong); border-radius: 10px; background: #0c182c; color: #dce4f2; font-size: .72rem; font-style: normal; text-align: center; }
.process-visual > * + *::before { position: absolute; left: -13px; top: 50%; width: 13px; height: 1px; background: var(--accent-bright); content: ""; }
.process-visual strong { border-color: rgba(97,214,199,.48); color: var(--cyan); }

.work { background: #07101e; }
.work-case { display: grid; grid-template-columns: minmax(0, 1.16fr) minmax(420px, .84fr); gap: clamp(54px, 7vw, 110px); align-items: center; padding-block: clamp(58px, 7vw, 100px); border-top: 1px solid var(--line); }
.work-case:last-child { border-bottom: 1px solid var(--line); }
.work-media { overflow: hidden; border: 1px solid var(--line-strong); border-radius: 16px; background: #0a1321; box-shadow: 0 30px 78px rgba(0, 0, 0, .28); }
.work-media img { width: 100%; height: auto; aspect-ratio: 1.91; object-fit: cover; transition: transform 500ms var(--ease-out); }
.work-meta { display: flex; flex-wrap: wrap; gap: 7px 18px; color: var(--accent-bright); font-family: ui-monospace, SFMono-Regular, Menlo, monospace; font-size: .7rem; text-transform: uppercase; letter-spacing: .06em; }
.work-copy h3 { margin-top: 19px; font-size: clamp(2.4rem, 4vw, 4.7rem); }
.work-intro { max-width: 650px; margin-top: 24px; color: #dce3ef; font-size: 1.08rem; }
.work-copy dl { margin: 34px 0 0; border-top: 1px solid var(--line); }
.work-copy dl div { display: grid; grid-template-columns: 104px 1fr; gap: 20px; padding: 15px 0 17px; border-bottom: 1px solid var(--line); }
.work-copy dt { color: var(--muted-soft); font-family: ui-monospace, SFMono-Regular, Menlo, monospace; font-size: .68rem; text-transform: uppercase; letter-spacing: .05em; }
.work-copy dd { margin: 0; color: var(--muted); font-size: .88rem; line-height: 1.5; }
.work-copy > .text-link,.work-links { margin-top: 28px; }
.work-links { display: flex; flex-wrap: wrap; gap: 22px; }
.audit-case { grid-template-columns: minmax(520px, 1.05fr) minmax(420px, .95fr); }
.audit-system { min-height: 440px; display: grid; grid-template-columns: 1fr 32px 1fr 32px 1fr 32px 1fr; align-items: center; gap: 8px; overflow: hidden; border: 1px solid var(--line-strong); border-radius: 16px; padding: 32px; background-color: #06101e; background-image: linear-gradient(rgba(183,201,231,.07) 1px, transparent 1px), linear-gradient(90deg, rgba(183,201,231,.07) 1px, transparent 1px); background-size: 32px 32px; }
.audit-system div { min-height: 118px; display: grid; align-content: center; gap: 7px; border: 1px solid var(--line-strong); border-radius: 10px; padding: 15px; background: rgba(10, 23, 42, .96); text-align: center; }
.audit-system span { font-size: .78rem; font-weight: 680; }.audit-system small { color: var(--muted); font-size: .62rem; line-height: 1.45; }.audit-system > i { color: var(--accent-bright); font-style: normal; text-align: center; }

.verify { background: #0a1425; }
.verify-grid { display: grid; grid-template-columns: minmax(0, .72fr) minmax(600px, 1.28fr); align-items: start; gap: clamp(70px, 10vw, 160px); }
.verify-matrix { display: grid; grid-template-columns: 1fr 1fr; border-top: 1px solid var(--line-strong); border-left: 1px solid var(--line-strong); }
.verify-matrix div { min-height: 184px; display: grid; align-content: start; gap: 9px; padding: clamp(26px, 2.6vw, 34px); border-right: 1px solid var(--line-strong); border-bottom: 1px solid var(--line-strong); }
.verify-matrix span { margin-bottom: 14px; color: var(--accent-bright); font-family: ui-monospace, SFMono-Regular, Menlo, monospace; font-size: clamp(1.75rem, 2.15vw, 2.2rem); font-weight: 720; font-variant-numeric: tabular-nums; line-height: 1; letter-spacing: -.05em; }
.verify-matrix strong { font-size: clamp(1.08rem, 1.3vw, 1.24rem); line-height: 1.18; }
.verify-matrix small { color: var(--muted); font-size: .78rem; line-height: 1.48; }

.method { background: var(--bg); }
.method-track { position: relative; display: grid; grid-template-columns: repeat(5, 1fr); margin-top: 18px; list-style: none; border-top: 1px solid var(--line-strong); }
.method-track li { position: relative; min-height: 290px; padding: 36px 28px 32px 0; border-bottom: 1px solid var(--line-strong); }
.method-track li + li { padding-left: 28px; border-left: 1px solid var(--line); }
.method-track span { display: block; color: var(--accent-bright); font-family: ui-monospace, SFMono-Regular, Menlo, monospace; font-size: clamp(1.5rem, 1.9vw, 2rem); font-weight: 720; font-variant-numeric: tabular-nums; line-height: 1; letter-spacing: -.05em; }
.method-track h3 { margin-top: clamp(52px, 4.7vw, 70px); font-size: clamp(1.55rem, 2.1vw, 2.2rem); }
.method-track p { margin-top: 14px; color: var(--muted); font-size: .86rem; }

.founder { background: #07101e; }
.founder-grid { display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(500px, .95fr); gap: clamp(80px, 12vw, 190px); }
.founder-statement h2 { max-width: 900px; }
.founder-statement > p { max-width: 620px; margin-top: 30px; color: var(--muted); font-size: 1.1rem; }
.founder-profile { border-top: 1px solid var(--line-strong); padding-top: 30px; }
.founder-name { display: flex; align-items: center; gap: 18px; margin-bottom: 32px; }
.founder-name > span { width: 54px; height: 54px; display: grid; place-items: center; border: 1px solid var(--line-strong); border-radius: 50%; background: #0b182c; color: var(--accent-bright); font-weight: 720; }
.founder-name > div { display: grid; }.founder-name strong { font-size: 1.08rem; }.founder-name small { color: var(--muted); }
.founder-profile > p { max-width: 700px; color: var(--muted); font-size: 1rem; }
.founder-profile > p + p { margin-top: 18px; }
.founder-profile .text-link { margin-top: 30px; }

.studio-home .testimonials { background: var(--bg); }
.studio-home .testimonials-heading h2 { max-width: 900px; }
.studio-home .testimonials-heading > div > p { max-width: 540px; margin-top: 22px; color: var(--muted); font-size: 1.02rem; }
.studio-home .testimonial-card { background: #0a1527; }
.studio-home .testimonial-card footer .review-project-link { min-height: 44px; padding: 11px 15px; border: 1px solid rgba(165, 158, 255, .48); border-radius: 12px; background: rgba(91, 78, 214, .13); color: var(--text); font-size: .86rem; font-weight: 720; line-height: 1; transition: background-color 180ms var(--ease-out), border-color 180ms var(--ease-out), transform 160ms var(--ease-out); }
.anchor-target { position: absolute; top: -90px; }
.studio-home .faq { background: #07101e; }
.studio-home .contact { background: #0a1427; }
.studio-home .contact-copy h2 { margin-top: 0; }
.studio-home .contact::before { display: none; }

@media (hover: hover) and (pointer: fine) {
  .work-media:hover img { transform: scale(1.018); }
  .studio-home .testimonial-card footer .review-project-link:hover { border-color: var(--accent-bright); background: rgba(91, 78, 214, .24); transform: translateY(-2px); }
}

@media (max-width: 1180px) {
  .studio-home { --shell: min(100% - 48px, 1080px); }
  .studio-hero-grid { grid-template-columns: 1.14fr .86fr; gap: 42px; }
  .studio-hero-copy h1 { font-size: clamp(3.5rem, 6.1vw, 4.6rem); }
  .hero-mosaic { min-height: 530px; }
  .capability-card-process { grid-template-columns: 1fr 1fr; min-height: 410px; }
  .capability-card-process .text-link { align-self: end; }
  .system-map { min-height: 540px; }
  .map-core { width: 158px; height: 158px; }
  .capability-panel { grid-template-columns: 48px minmax(300px, .95fr) minmax(330px, 1.05fr); gap: 28px; }
  .work-case,.audit-case { grid-template-columns: 1fr 1fr; gap: 52px; }
  .audit-system { grid-template-columns: 1fr 24px 1fr; min-height: 490px; }
  .audit-system > i:nth-of-type(2) { display: none; }.audit-system div:nth-of-type(3) { grid-column: 1; }.audit-system > i:nth-of-type(3) { grid-column: 2; }.audit-system div:nth-of-type(4) { grid-column: 3; }
  .verify-grid { grid-template-columns: .72fr 1.28fr; gap: 60px; }
  .founder-grid { gap: 80px; }
}

@media (max-width: 900px) {
  .studio-home { --shell: min(100% - 40px, 780px); }
  .studio-home .site-header,
  .studio-home .site-header.is-scrolled { background: rgba(3, 8, 18, .98); backdrop-filter: none; -webkit-backdrop-filter: none; }
  .studio-home .header-inner { min-height: 78px; grid-template-columns: 1fr auto; }
  .studio-home .main-nav { inset: 78px 0 0; width: 100%; justify-self: stretch; }
  .studio-home .main-nav > a { border-radius: 0; padding: 16px 4px; white-space: normal; }
  .studio-home .main-nav > a[aria-current="location"] { border-radius: 10px; padding-inline: 14px; background: rgba(165, 158, 255, .12); box-shadow: inset 0 0 0 1px rgba(165, 158, 255, .3); }
  .studio-home .main-nav .language-switch { width: min(100%, 720px); margin: 24px auto 0; padding: 4px; }
  .studio-home .main-nav .language-switch a { width: auto; min-width: 48px; margin: 0; border: 0; padding: 10px 14px; font-size: .82rem; }
  .studio-hero { min-height: auto; padding: 132px 0 88px; }
  .studio-hero-grid { grid-template-columns: 1fr; }
  .studio-hero-copy { max-width: 760px; }
  .studio-hero-copy h1 { font-size: clamp(4rem, 10.5vw, 5.6rem); }
  .hero-mosaic { min-height: 560px; }
  .system-map { min-height: 580px; }
  .position-strip-inner { grid-template-columns: repeat(3, 1fr); padding-block: 14px; }
  .position-strip span { padding: 12px 10px; }.position-strip span + span { border-left: 0; }
  .problems-grid,.verify-grid,.founder-grid { grid-template-columns: 1fr; gap: 68px; }
  .capability-card,.capability-card-digital,.capability-card-ai { grid-column: 1 / -1; }
  .work-case,.audit-case { grid-template-columns: 1fr; }
  .work-media,.audit-system { order: 2; }.work-copy { order: 1; }
  .audit-system { min-height: 420px; }
  .method-track { grid-template-columns: 1fr 1fr; }
  .method-track li { min-height: 250px; }.method-track li + li { border-left: 1px solid var(--line); }
  .method-track li:nth-child(odd) { padding-left: 0; border-left: 0; }.method-track li:nth-child(even) { padding-left: 28px; }
  .method-track li:last-child { grid-column: 1 / -1; min-height: 210px; }
}

@media (max-width: 620px) {
  .studio-home { --shell: min(100% - 32px, 560px); }
  .studio-home h2 { font-size: clamp(2.35rem, 10.4vw, 3.2rem); hyphens: none; overflow-wrap: normal; word-break: normal; }
  .studio-home .capabilities h2 { font-size: clamp(1.875rem, 8.4vw, 3.2rem); }
  .studio-home .capabilities h2 > span:last-child { font-size: .86em; line-height: 1.05; }
  .studio-home .studio-section { padding-block: 92px; }
  .studio-home .main-nav { inset-block-start: 72px; }
  .studio-hero { padding: 112px 0 70px; }
  .studio-hero-copy h1 { gap: .16em; font-size: clamp(2rem, 9.5vw, 3rem); line-height: .94; }
  .studio-hero-copy > p { margin-top: 26px; font-size: 1rem; }
  .studio-hero-copy .hero-actions { grid-template-columns: 1fr; margin-top: 30px; }
  .studio-hero-copy .button { width: 100%; }
  .hero-mosaic { min-height: 0; grid-template-columns: 1fr; grid-template-rows: auto; }
  .hero-tile,.hero-tile-digital,.hero-mosaic-note { grid-column: 1; min-height: 220px; }
  .hero-mosaic-note { min-height: 0; grid-template-columns: 1fr; gap: 6px; }
  .system-map { min-height: 470px; border-radius: 16px; }
  .map-status { top: 18px; left: 18px; }
  .map-node { width: 55%; padding: 12px; }.map-node span { display: none; }
  .map-node-experience { top: 16%; left: 6%; }.map-node-ai { top: 38%; right: 5%; }.map-node-process { bottom: 10%; left: 8%; }
  .map-core { width: 130px; height: 130px; }.map-core strong { font-size: .72rem; }.map-core span { font-size: .58rem; }
  .position-strip-inner { grid-template-columns: 1fr 1fr; }
  .position-strip span:last-child { grid-column: 1 / -1; }
  .section-lead-wide { margin-bottom: 58px; }
  .problem-list li { min-height: 118px; grid-template-columns: 48px 1fr; gap: 16px; padding-block: 22px; }
  .capability-card,.capability-card-process { min-height: 0; display: flex; padding: 30px 26px; }
  .capability-card > div:first-child,.capability-card-process > div:first-child { margin-top: 0; }
  .capability-card .text-link,.capability-card-process .text-link { margin-top: 36px; padding-top: 0; }
  .capability-panel { grid-template-columns: 1fr; gap: 24px; padding-block: 54px; }
  .capability-number,.capability-visual { grid-column: 1; }
  .capability-panel h3 { font-size: 2.65rem; }
  .capability-visual { min-height: 260px; }
  .experience-visual,.ai-visual,.process-visual { padding: 24px; }
  .process-visual { grid-template-columns: 1fr 1fr; }.process-visual > * + *::before { display: none; }
  .work-case { gap: 40px; }
  .work-copy dl div { grid-template-columns: 1fr; gap: 7px; }
  .audit-system { min-height: 520px; grid-template-columns: 1fr; align-content: center; padding: 24px; }
  .audit-system > i { transform: rotate(90deg); }.audit-system div:nth-of-type(3),.audit-system > i:nth-of-type(3),.audit-system div:nth-of-type(4) { grid-column: auto; }.audit-system > i:nth-of-type(2) { display: block; }
  .verify-matrix { grid-template-columns: 1fr; }
  .method-track { grid-template-columns: 1fr; }
  .method-track li,.method-track li:nth-child(even),.method-track li:nth-child(odd),.method-track li:last-child { min-height: 0; grid-column: auto; padding: 30px 0; border-left: 0; }
  .method-track h3 { margin-top: 30px; }
  .founder-grid { gap: 54px; }
}

@media (prefers-reduced-motion: reduce) {
  .map-signal::after { animation: none; }
  .work-media img { transition: none; }
}
