:root {
  --ink: #211D1A;
  --ink-soft: #625953;
  --forest: #B8573F;
  --forest-deep: #171615;
  --green: #B8573F;
  --mint: #E9C8B9;
  --ivory: #F7F2EA;
  --paper: #FFFDFC;
  --sand: #DDD4C8;
  --violet: #C8894C;
  --orange: #B8573F;
  --clay: #74382D;
  --copper: #C8894C;
  --carbon: #171615;
  --carbon-soft: #211E1C;
  --light: #F6F0E7;
  --pale-terracotta: #E9C8B9;
  --line: rgba(33, 29, 26, .14);
  --shadow: 0 24px 60px rgba(44, 31, 27, .14);
  --radius: 26px;
  --serif: "Iowan Old Style", "Palatino Linotype", Palatino, Georgia, serif;
  --sans: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--ivory);
  font-family: var(--sans);
  line-height: 1.6;
  overflow-x: hidden;
}

/* Terracotta + graphite hybrid identity */
.hero {
  position: relative;
  color: var(--light);
  isolation: isolate;
}
.hero::before {
  content: "";
  position: absolute;
  z-index: -5;
  top: 0;
  bottom: 0;
  left: 50%;
  width: 100vw;
  transform: translateX(-50%);
  background:
    radial-gradient(circle at 74% 34%, rgba(184, 87, 63, .19), transparent 34%),
    radial-gradient(circle at 85% 72%, rgba(200, 137, 76, .11), transparent 31%),
    linear-gradient(135deg, #171615 0%, #211E1C 58%, #291C19 100%);
}
.hero .eyebrow { color: #E8B49F; }
.hero h1 { color: var(--light); }
.hero .hero-lead { color: rgba(246,240,231,.72); }
.hero .button-secondary {
  color: var(--light);
  border-color: rgba(246,240,231,.24);
  background: rgba(255,255,255,.055);
}
.hero .button-secondary:hover { background: rgba(255,255,255,.10); }
.hero .hero-proof span {
  color: rgba(246,240,231,.72);
  border-color: rgba(246,240,231,.18);
  background: rgba(255,255,255,.045);
}
.hero .orbital-ring { border-color: rgba(200,137,76,.34); }
.hero .node {
  background: rgba(255,253,252,.92);
  border-color: rgba(233,200,185,.24);
  box-shadow: 0 18px 45px rgba(0,0,0,.24);
}
.button-primary:hover, .nav-cta:hover { background: var(--clay); }
.capability-card, .project-card { box-shadow: 0 1px 0 rgba(255,255,255,.72) inset; }
.capability-card:hover { border-color: rgba(184,87,63,.28); }
.problem-strip { background: var(--carbon); }
.orchestration-section { background: var(--carbon-soft); }
.engineering-section { background: var(--carbon); }
.final-cta { background: var(--clay); }
.site-footer { background: #11100F; }

img { max-width: 100%; display: block; }
a { color: inherit; }
button, input, textarea { font: inherit; }

.skip-link {
  position: fixed; left: 1rem; top: -5rem; z-index: 9999;
  background: var(--paper); padding: .8rem 1rem; border-radius: 999px;
}
.skip-link:focus { top: 1rem; }
.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; }

.section-shell { width: min(1240px, calc(100% - 2.5rem)); margin-inline: auto; }
.section-space { padding: 8rem 0; }
.eyebrow {
  margin: 0 0 1.1rem; color: var(--green); font-size: .72rem; font-weight: 800;
  letter-spacing: .18em; text-transform: uppercase;
}
.eyebrow.light { color: #E8B49F; }

h1, h2, h3, h4 { margin: 0; line-height: 1.07; letter-spacing: -.035em; }
h1, h2 { font-family: var(--serif); font-weight: 600; }
h1 { font-size: clamp(3.3rem, 7vw, 6.8rem); max-width: 11ch; }
h2 { font-size: clamp(2.35rem, 4.8vw, 4.4rem); }
h3 { font-size: clamp(1.3rem, 2vw, 2rem); }
p { margin: 0; }

.site-header {
  position: sticky; top: 0; z-index: 1000;
  background: rgba(247, 242, 234, .90); backdrop-filter: blur(18px);
  border-bottom: 1px solid rgba(33, 29, 26, .08);
}
.header-inner {
  width: min(1380px, calc(100% - 2.5rem)); margin: auto; min-height: 82px;
  display: flex; align-items: center; justify-content: space-between; gap: 2rem;
}
.brand { display: inline-flex; align-items: center; gap: .75rem; text-decoration: none; }
.brand-mark {
  width: 42px; height: 42px; display: grid; place-items: center; border-radius: 13px;
  background: var(--forest); color: white; font-weight: 850; letter-spacing: -.08em;
}
.brand strong { display: block; font-size: 1rem; line-height: 1; }
.brand small { color: var(--ink-soft); font-size: .72rem; letter-spacing: .15em; text-transform: uppercase; }
.site-nav { display: flex; align-items: center; gap: 1.45rem; }
.site-nav a { text-decoration: none; font-size: .88rem; font-weight: 650; }
.site-nav a:not(.nav-cta):hover { color: var(--green); }
.nav-cta { padding: .8rem 1.05rem; background: var(--forest); color: white; border-radius: 999px; }
.menu-toggle { display: none; border: 0; background: transparent; padding: .5rem; }
.menu-toggle span:not(.sr-only) { display: block; width: 26px; height: 2px; background: var(--ink); margin: 5px 0; }

.hero {
  min-height: calc(100svh - 82px); display: grid; grid-template-columns: 1.05fr .95fr;
  align-items: center; gap: 5rem; padding: 6.5rem 0;
}
.hero-lead { max-width: 670px; margin-top: 1.8rem; font-size: clamp(1.1rem, 1.8vw, 1.35rem); color: var(--ink-soft); }
.hero-actions { display: flex; flex-wrap: wrap; gap: .85rem; margin-top: 2.25rem; }
.button {
  display: inline-flex; align-items: center; justify-content: center; min-height: 52px;
  padding: .85rem 1.25rem; border-radius: 999px; text-decoration: none; font-weight: 750;
  transition: transform .2s ease, box-shadow .2s ease, background .2s ease;
}
.button:hover { transform: translateY(-2px); }
.button-primary { background: var(--forest); color: white; box-shadow: 0 12px 30px rgba(184,87,63,.24); }
.button-secondary { border: 1px solid var(--line); background: rgba(255,255,255,.46); }
.button-light { background: var(--paper); color: var(--forest-deep); }
.button.large { min-height: 60px; padding-inline: 1.6rem; }
.hero-proof { margin-top: 2.1rem; display: flex; flex-wrap: wrap; gap: .55rem; }
.hero-proof span { padding: .45rem .75rem; border: 1px solid var(--line); border-radius: 999px; font-size: .78rem; color: var(--ink-soft); background: rgba(255,255,255,.35); }

.orchestra-visual { position: relative; min-height: 620px; display: grid; place-items: center; isolation: isolate; }
.orchestra-visual::before {
  content: ""; position: absolute; inset: 8%; border-radius: 50%;
  background: radial-gradient(circle at center, rgba(200,137,76,.24), rgba(184,87,63,.10) 44%, transparent 69%);
  filter: blur(2px); z-index: -3;
}
.orbital-ring { position: absolute; border: 1px solid rgba(200,137,76,.28); border-radius: 50%; }
.ring-one { width: 61%; aspect-ratio: 1; animation: slowspin 24s linear infinite; }
.ring-two { width: 88%; aspect-ratio: 1; border-style: dashed; animation: slowspin 34s linear infinite reverse; }
.conductor-core {
  position: relative; width: 200px; aspect-ratio: 1; border-radius: 50%;
  display: flex; flex-direction: column; justify-content: center; align-items: center;
  background: linear-gradient(145deg, #74382D, #171615); color: white;
  box-shadow: 0 30px 70px rgba(23,22,21,.40), inset 0 0 40px rgba(233,200,185,.10);
  z-index: 3;
}
.conductor-core strong { font-size: 1.4rem; letter-spacing: .14em; }
.conductor-core small { color: #E9C8B9; margin-top: .25rem; }
.pulse { position: absolute; inset: -13px; border-radius: 50%; border: 1px solid rgba(200,137,76,.65); animation: pulse 2.8s ease-out infinite; }
.node {
  position: absolute; width: 148px; min-height: 88px; padding: 1rem; border-radius: 22px;
  background: rgba(255,253,252,.90); border: 1px solid rgba(33,29,26,.13); box-shadow: 0 18px 40px rgba(33,29,26,.13);
  backdrop-filter: blur(12px); z-index: 4;
}
.node b { display: block; font-size: .92rem; }
.node small { color: var(--ink-soft); }
.node-a { top: 8%; left: 4%; }
.node-b { top: 10%; right: 0; }
.node-c { bottom: 8%; left: 2%; }
.node-d { bottom: 6%; right: 2%; }
.connection-lines { position: absolute; inset: 0; width: 100%; height: 100%; z-index: 1; }
.connection-lines path { fill: none; stroke: rgba(200,137,76,.72); stroke-width: 2; stroke-dasharray: 8 10; animation: dash 16s linear infinite; }

.problem-strip { background: var(--forest-deep); color: white; padding: 7rem 0; }
.strip-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 7rem; align-items: start; }
.strip-grid h2 { max-width: 12ch; }
.problem-list { border-top: 1px solid rgba(255,255,255,.16); }
.problem-list article { display: grid; grid-template-columns: 54px 1fr; gap: 1rem; padding: 1.35rem 0; border-bottom: 1px solid rgba(255,255,255,.16); }
.problem-list span { color: #E8B49F; font-size: .8rem; font-weight: 800; }
.problem-list p { color: rgba(255,255,255,.78); }

.section-heading { max-width: 860px; }
.section-heading > p:last-child { margin-top: 1.2rem; max-width: 730px; font-size: 1.08rem; color: var(--ink-soft); }
.capability-grid { display: grid; grid-template-columns: repeat(2,1fr); gap: 1.15rem; margin-top: 3.5rem; }
.capability-card { background: var(--paper); border: 1px solid var(--line); border-radius: var(--radius); padding: 2.1rem; min-height: 420px; display: flex; flex-direction: column; }
.capability-icon { width: 52px; height: 52px; display: grid; place-items: center; border-radius: 16px; background: #F3E3DC; color: var(--green); font-weight: 900; }
.card-kicker { margin-top: 1.4rem; color: var(--violet); font-size: .72rem; font-weight: 850; letter-spacing: .14em; text-transform: uppercase; }
.capability-card h3 { margin-top: .85rem; max-width: 19ch; }
.capability-card > p:not(.card-kicker) { margin-top: 1rem; color: var(--ink-soft); }
.capability-card ul { margin: auto 0 0; padding: 1.6rem 0 0; list-style: none; border-top: 1px solid var(--line); }
.capability-card li { padding: .33rem 0 .33rem 1.25rem; position: relative; font-size: .9rem; }
.capability-card li::before { content: "↗"; position: absolute; left: 0; color: var(--green); }

.orchestration-section { background: #211E1C; color: white; padding: 8rem 0; }
.orchestration-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 6rem; align-items: center; }
.orchestration-section .section-heading > p:last-of-type { color: rgba(255,255,255,.72); }
.process-steps { display: grid; margin-top: 2.5rem; border-top: 1px solid rgba(255,255,255,.16); }
.process-steps span { padding: 1rem 0; border-bottom: 1px solid rgba(255,255,255,.16); color: rgba(255,255,255,.78); }
.process-steps b { color: #E2A77E; margin-right: 1rem; }
.system-mapper { background: var(--paper); color: var(--ink); border-radius: 32px; padding: 2rem; box-shadow: var(--shadow); }
.mapper-header .card-kicker { margin-top: 0; }
.mapper-header h3 { margin-top: .55rem; }
.mapper-options { display: flex; flex-wrap: wrap; gap: .55rem; margin-top: 1.4rem; }
.mapper-option { border: 1px solid var(--line); background: transparent; padding: .65rem .9rem; border-radius: 999px; cursor: pointer; color: var(--ink); font-weight: 650; }
.mapper-option:hover, .mapper-option.active { background: var(--forest); color: white; border-color: var(--forest); }
.mapper-result { margin-top: 1.5rem; background: #F3E7E1; border-radius: 22px; padding: 1.5rem; }
.result-label { color: var(--green); font-size: .7rem; font-weight: 850; letter-spacing: .13em; text-transform: uppercase; }
.mapper-result h4 { margin-top: .55rem; font-size: 1.45rem; }
.mapper-result > p:not(.result-label) { color: var(--ink-soft); margin-top: .65rem; }
.flow-line { display: flex; align-items: center; flex-wrap: wrap; gap: .45rem; margin-top: 1.2rem; }
.flow-line span { background: white; border: 1px solid var(--line); padding: .5rem .65rem; border-radius: 10px; font-size: .73rem; font-weight: 700; }
.flow-line i { font-style: normal; color: var(--green); }

.featured-case .section-heading { margin-bottom: 3rem; }
.case-study-feature { display: grid; grid-template-columns: .72fr 1.28fr; background: var(--forest-deep); color: white; border-radius: 34px; overflow: hidden; }
.case-copy { padding: 3.2rem; display: flex; flex-direction: column; }
.case-number { color: #E8B49F; font-size: .78rem; font-weight: 850; letter-spacing: .14em; text-transform: uppercase; }
.case-copy h3 { font-family: var(--serif); font-size: clamp(2.3rem, 4vw, 4rem); margin-top: .8rem; }
.case-lead { margin-top: 1.2rem; color: rgba(255,255,255,.72); }
.case-outcomes { margin: 2rem 0; border-top: 1px solid rgba(255,255,255,.16); }
.case-outcomes div { display: grid; grid-template-columns: 100px 1fr; padding: .9rem 0; border-bottom: 1px solid rgba(255,255,255,.16); }
.case-outcomes strong { color: #E9B49F; }
.case-outcomes span { color: rgba(255,255,255,.68); }
.text-link { margin-top: auto; color: white; font-weight: 750; text-decoration-thickness: 1px; text-underline-offset: 5px; }
.case-image-wrap { position: relative; min-height: 520px; background: #ede8de; display: grid; place-items: center; overflow: hidden; }
.case-image-wrap picture { width: 100%; height: 100%; display: block; }
.case-image-wrap img { width: 100%; height: 100%; object-fit: cover; object-position: center; }
.live-badge { position: absolute; top: 1.2rem; right: 1.2rem; background: rgba(255,255,255,.92); color: var(--ink); padding: .55rem .8rem; border-radius: 999px; font-size: .75rem; font-weight: 750; box-shadow: 0 12px 30px rgba(0,0,0,.12); }
.live-badge i { display: inline-block; width: 8px; height: 8px; border-radius: 50%; background: #1a9c68; margin-right: .35rem; }

.work-heading { display: grid; grid-template-columns: 1fr .7fr; gap: 3rem; align-items: end; margin: 8rem 0 2.5rem; }
.work-heading > p { color: var(--ink-soft); }
.project-grid { display: grid; grid-template-columns: repeat(2,1fr); gap: 1.3rem; }
.project-card { text-decoration: none; background: var(--paper); border: 1px solid var(--line); border-radius: 28px; padding: .7rem .7rem 1.7rem; transition: transform .25s ease, box-shadow .25s ease; }
.project-card:hover { transform: translateY(-6px); box-shadow: var(--shadow); }
.browser-preview { min-height: 370px; border-radius: 21px; overflow: hidden; position: relative; }
.browser-bar { position: absolute; z-index: 5; top: 0; left: 0; right: 0; height: 31px; display: flex; align-items: center; gap: 6px; padding: 0 12px; background: rgba(255,255,255,.82); backdrop-filter: blur(10px); }
.browser-bar span { width: 7px; height: 7px; border-radius: 50%; background: rgba(33,29,26,.25); }
.project-meta { display: flex; justify-content: space-between; gap: 1rem; margin: 1.2rem .65rem 0; color: var(--green); font-size: .69rem; font-weight: 850; letter-spacing: .11em; text-transform: uppercase; }
.project-card h3 { margin: .55rem .65rem 0; }
.project-card > p { margin: .75rem .65rem 0; color: var(--ink-soft); font-size: .92rem; }

.bakery-preview { background: linear-gradient(135deg,#f8e7de,#e9bca6); color: #502b23; padding: 56px 34px 20px; }
.mini-nav { display: flex; justify-content: space-between; font-size: .58rem; letter-spacing: .06em; font-weight: 900; }
.mini-nav i { font-style: normal; font-weight: 600; }
.mini-hero { margin-top: 50px; max-width: 63%; display: flex; flex-direction: column; }
.mini-hero small { font-size: .55rem; text-transform: uppercase; }
.mini-hero strong { font-family: var(--serif); font-size: 2.4rem; line-height: .94; margin-top: .55rem; }
.mini-hero b { font-family: var(--serif); font-size: 1.25rem; color: #9e4b35; margin-top: .25rem; }
.mini-hero em, .hair-layout em, .japan-copy em { align-self: flex-start; margin-top: 1.15rem; background: #502b23; color: white; border-radius: 999px; padding: .52rem .8rem; font-size: .55rem; font-style: normal; font-weight: 800; }
.cake-shapes { position: absolute; right: 32px; bottom: 28px; width: 150px; height: 210px; }
.cake-shapes span { position: absolute; left: 50%; transform: translateX(-50%); border-radius: 14px 14px 6px 6px; background: #fff8f1; box-shadow: 0 12px 30px rgba(90,50,40,.13); }
.cake-shapes span:nth-child(1) { width: 138px; height: 70px; bottom: 0; }
.cake-shapes span:nth-child(2) { width: 108px; height: 70px; bottom: 65px; }
.cake-shapes span:nth-child(3) { width: 76px; height: 70px; bottom: 130px; background: #f6d6c5; }

.hair-preview { background: linear-gradient(120deg,#e6e0c9,#a79b75); color: #253123; padding: 56px 34px 20px; }
.hair-layout { display: grid; grid-template-columns: 1fr .8fr; height: 100%; align-items: center; }
.hair-layout small { font-size: .55rem; text-transform: uppercase; letter-spacing: .08em; }
.hair-layout strong { display: block; font-family: var(--serif); font-size: 2.25rem; line-height: .95; margin-top: .65rem; }
.hair-layout em { background: #243321; }
.product-bottles { display: flex; align-items: end; justify-content: center; gap: 15px; height: 240px; }
.product-bottles span { position: relative; display: block; width: 65px; border-radius: 12px 12px 18px 18px; background: linear-gradient(#d6b05f,#7f5b24); box-shadow: 0 20px 35px rgba(60,50,25,.25); }
.product-bottles span::before { content: "VR"; position: absolute; top: 48%; left: 50%; transform: translate(-50%,-50%); color: white; font-weight: 900; }
.product-bottles span:nth-child(1) { height: 195px; }
.product-bottles span:nth-child(2) { height: 150px; width: 58px; background: linear-gradient(#e4c06e,#9c6e2b); }

.japan-preview { background: #dce7e4; color: #172d28; }
.japan-map { position: absolute; inset: 31px 0 0 46%; background: linear-gradient(135deg,#b2cdc6,#ebf1ef); clip-path: polygon(15% 0,100% 0,100% 100%,0 100%); }
.japan-map::before, .japan-map::after { content: ""; position: absolute; background: rgba(255,255,255,.7); }
.japan-map::before { left: 35%; top: 0; width: 14px; height: 100%; transform: rotate(19deg); }
.japan-map::after { left: 0; top: 48%; width: 100%; height: 13px; transform: rotate(-7deg); }
.route { position: absolute; width: 130px; height: 90px; border: 4px solid #e65c45; border-left-color: transparent; border-bottom-color: transparent; border-radius: 50%; z-index: 2; }
.route-one { left: 45px; top: 95px; transform: rotate(23deg); }
.route-two { left: 120px; top: 205px; transform: rotate(-120deg); }
.pin { position: absolute; width: 20px; height: 20px; background: #e65c45; border-radius: 50% 50% 50% 0; transform: rotate(-45deg); z-index: 3; }
.pin-one { left: 90px; top: 90px; }
.pin-two { left: 210px; top: 260px; }
.japan-copy { position: absolute; z-index: 4; left: 36px; top: 100px; max-width: 45%; }
.japan-copy small { text-transform: uppercase; font-size: .55rem; }
.japan-copy strong { display: block; font-family: var(--serif); font-size: 2.25rem; line-height: .98; margin-top: .5rem; }
.japan-copy em { background: #17382f; }

.portfolio-preview { background: radial-gradient(circle at 65% 20%,#7d5b31,#191512 58%); color: #f1e1c2; padding: 64px 34px 25px; }
.portfolio-title small { letter-spacing: .13em; font-size: .55rem; }
.portfolio-title strong { display: block; font-family: var(--serif); font-size: 2.35rem; margin-top: 1.3rem; }
.portfolio-stats { display: grid; grid-template-columns: repeat(3,1fr); gap: .55rem; margin-top: 2.1rem; }
.portfolio-stats span { background: rgba(255,255,255,.07); border: 1px solid rgba(255,255,255,.12); border-radius: 12px; padding: .75rem; }
.portfolio-stats b { display: block; font-size: 1rem; }
.portfolio-stats small { color: rgba(255,255,255,.55); font-size: .52rem; }
.portfolio-chart { height: 100px; margin-top: 1.4rem; position: relative; overflow: hidden; }
.portfolio-chart::before { content: ""; position: absolute; inset: 0; background: repeating-linear-gradient(to bottom,transparent 0 24px,rgba(255,255,255,.08) 25px); }
.portfolio-chart i { position: absolute; left: 0; bottom: 10px; width: 100%; height: 70px; border-top: 3px solid #c7a26f; transform: skewY(-8deg); }

.engineering-section { background: var(--forest-deep); color: white; padding: 8rem 0; }
.engineering-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 6rem; align-items: center; }
.engineering-section .section-heading > p { color: rgba(255,255,255,.68); }
.engineering-section .section-heading > p + p { margin-top: 1rem; }
.engineering-section .button { margin-top: 2rem; }
.chip-visual { position: relative; aspect-ratio: 1; display: grid; place-items: center; border-radius: 36px; overflow: hidden; background: radial-gradient(circle at center,#4B2A25,#11100F 70%); border: 1px solid rgba(255,255,255,.1); }
.die-grid { position: absolute; inset: 0; background-image: linear-gradient(rgba(200,137,76,.09) 1px,transparent 1px),linear-gradient(90deg,rgba(200,137,76,.09) 1px,transparent 1px); background-size: 28px 28px; }
.chip-core { width: 210px; height: 210px; position: relative; display: grid; place-items: center; border: 2px solid #D89A66; background: linear-gradient(145deg,#2C211F,#4B2A25); box-shadow: 0 0 70px rgba(184,87,63,.22), inset 0 0 35px rgba(200,137,76,.16); }
.chip-core::before { content: ""; position: absolute; inset: -22px; border: 1px solid rgba(216,154,102,.42); }
.chip-core strong { text-align: center; font-size: 1.25rem; letter-spacing: .08em; }
.chip-core span { position: absolute; font-size: .55rem; color: #E9C8B9; letter-spacing: .12em; }
.chip-core span:first-child { top: 17px; left: 17px; }
.chip-core span:nth-child(2) { bottom: 17px; right: 17px; }
.signal { position: absolute; height: 2px; width: 32%; background: linear-gradient(90deg,transparent,#D89A66); }
.signal::after { content: ""; position: absolute; right: 0; top: -3px; width: 8px; height: 8px; border-radius: 50%; background: #D89A66; box-shadow: 0 0 12px #D89A66; }
.signal-a { left: 0; top: 34%; }
.signal-b { right: 0; top: 34%; transform: rotate(180deg); }
.signal-c { left: 0; top: 66%; }
.signal-d { right: 0; top: 66%; transform: rotate(180deg); }

.engagement-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 1rem; margin-top: 3rem; }
.engagement-grid article { padding: 1.6rem; min-height: 250px; border-top: 1px solid var(--ink); background: rgba(255,255,255,.28); }
.engagement-grid span { color: var(--green); font-weight: 850; font-size: .78rem; }
.engagement-grid h3 { margin-top: 1.2rem; }
.engagement-grid p { color: var(--ink-soft); margin-top: .8rem; }

.final-cta { background: var(--forest); color: white; padding: 6.5rem 0; }
.cta-inner { display: grid; grid-template-columns: 1fr auto; gap: 5rem; align-items: end; }
.cta-inner h2 { max-width: 15ch; }
.cta-inner p:not(.eyebrow) { margin-top: 1rem; color: rgba(255,255,255,.72); max-width: 720px; }

.site-footer { background: #11100F; color: white; padding: 5rem 0 1.5rem; }
.footer-grid { display: grid; grid-template-columns: 1.7fr repeat(3,1fr); gap: 4rem; }
.footer-brand { display: flex; align-items: start; gap: 1rem; }
.footer-brand strong { font-size: 1.15rem; }
.footer-brand p { margin-top: .35rem; color: rgba(255,255,255,.55); }
.footer-label { color: #E8B49F; font-size: .68rem; font-weight: 850; letter-spacing: .14em; text-transform: uppercase; margin-bottom: 1rem; }
.footer-grid > div:not(.footer-brand) { display: flex; flex-direction: column; gap: .5rem; }
.footer-grid a { color: rgba(255,255,255,.75); text-decoration: none; font-size: .9rem; }
.footer-grid a:hover { color: white; }
.footer-grid > div > p:not(.footer-label) { color: rgba(255,255,255,.55); font-size: .9rem; }
.footer-bottom { display: flex; justify-content: space-between; gap: 1rem; border-top: 1px solid rgba(255,255,255,.12); margin-top: 4rem; padding-top: 1.5rem; color: rgba(255,255,255,.48); font-size: .8rem; }
.footer-bottom a { color: rgba(255,255,255,.7); text-decoration: none; }

.floating-contact { position: fixed; z-index: 900; right: 18px; bottom: 18px; display: flex; align-items: center; gap: .6rem; padding: .65rem .85rem .65rem .55rem; border-radius: 999px; background: var(--forest); color: white; text-decoration: none; font-size: .78rem; font-weight: 800; box-shadow: 0 18px 40px rgba(32,20,17,.34); }
.floating-contact span { width: 32px; height: 32px; display: grid; place-items: center; background: #C8894C; border-radius: 50%; font-size: .68rem; }

.reveal { opacity: 0; transform: translateY(20px); transition: opacity .7s ease, transform .7s ease; }
.reveal.visible { opacity: 1; transform: translateY(0); }

@keyframes slowspin { to { transform: rotate(360deg); } }
@keyframes pulse { 0% { transform: scale(.93); opacity: .8; } 100% { transform: scale(1.35); opacity: 0; } }
@keyframes dash { to { stroke-dashoffset: -180; } }

@media (max-width: 1050px) {
  .site-nav { position: fixed; inset: 82px 1.25rem auto; display: none; flex-direction: column; align-items: stretch; padding: 1.2rem; background: var(--paper); border: 1px solid var(--line); border-radius: 20px; box-shadow: var(--shadow); }
  .site-nav.open { display: flex; }
  .menu-toggle { display: block; }
  .hero, .strip-grid, .orchestration-grid, .engineering-grid { grid-template-columns: 1fr; }
  .hero { gap: 1rem; padding-top: 4rem; }
  .orchestra-visual { min-height: 540px; }
  .strip-grid { gap: 3rem; }
  .case-study-feature { grid-template-columns: 1fr; }
  .case-image-wrap { min-height: 420px; }
  .engagement-grid { grid-template-columns: repeat(2,1fr); }
  .footer-grid { grid-template-columns: 1.5fr 1fr 1fr; }
  .footer-grid > div:last-child { grid-column: 2; }
}

@media (max-width: 720px) {
  .section-shell { width: min(100% - 1.4rem, 1240px); }
  .section-space { padding: 5.5rem 0; }
  .header-inner { width: calc(100% - 1.4rem); min-height: 72px; }
  .site-nav { top: 72px; }
  h1 { font-size: clamp(3rem, 15vw, 4.4rem); }
  h2 { font-size: clamp(2.2rem, 10vw, 3.3rem); }
  .hero { min-height: auto; padding: 4.5rem 0 2.5rem; }
  .orchestra-visual { min-height: 430px; margin-top: 1rem; transform: scale(.9); }
  .node { width: 128px; min-height: 76px; padding: .8rem; }
  .node-a { left: -2%; }
  .node-b { right: -3%; }
  .node-c { left: -2%; }
  .node-d { right: -3%; }
  .conductor-core { width: 155px; }
  .problem-strip, .orchestration-section, .engineering-section { padding: 5.5rem 0; }
  .capability-grid, .project-grid, .engagement-grid { grid-template-columns: 1fr; }
  .capability-card { min-height: 360px; padding: 1.5rem; }
  .system-mapper { padding: 1.2rem; }
  .case-copy { padding: 2rem; }
  .case-image-wrap { min-height: 280px; }
  .work-heading { grid-template-columns: 1fr; margin-top: 5.5rem; }
  .browser-preview { min-height: 320px; }
  .mini-nav i { display: none; }
  .mini-hero strong, .hair-layout strong, .japan-copy strong { font-size: 1.85rem; }
  .cta-inner { grid-template-columns: 1fr; gap: 2rem; }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 2.5rem; }
  .footer-brand { grid-column: 1 / -1; }
  .footer-grid > div:last-child { grid-column: auto; }
  .footer-bottom { flex-direction: column; }
  .floating-contact { right: 10px; bottom: 10px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
  .reveal { opacity: 1; transform: none; }
}
