:root {
  --ink: #10201a;
  --muted: #5f6e67;
  --forest: #183f2d;
  --forest-deep: #0c261b;
  --moss: #6f8c39;
  --lime: #b7dc72;
  --orange: #ef7a1a;
  --orange-soft: #ffb36f;
  --cream: #f5f3eb;
  --paper: #fffefa;
  --line: rgba(16, 32, 26, 0.12);
  --shadow-sm: 0 18px 50px rgba(24, 63, 45, 0.08);
  --shadow-lg: 0 34px 90px rgba(12, 38, 27, 0.16);
  --radius-sm: 18px;
  --radius-md: 28px;
  --radius-lg: 42px;
  --container: 1180px;
}

* { box-sizing: border-box; }
[hidden] { display: none !important; }

html { scroll-behavior: smooth; }

body {
  margin: 0;
  color: var(--ink);
  background:
    radial-gradient(circle at 8% 3%, rgba(183, 220, 114, 0.18), transparent 30rem),
    radial-gradient(circle at 92% 14%, rgba(239, 122, 26, 0.11), transparent 28rem),
    var(--paper);
  font-family: Inter, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  opacity: 0.16;
  background-image: linear-gradient(rgba(16, 32, 26, 0.05) 1px, transparent 1px), linear-gradient(90deg, rgba(16, 32, 26, 0.05) 1px, transparent 1px);
  background-size: 72px 72px;
  mask-image: linear-gradient(to bottom, #000, transparent 65%);
  z-index: -1;
}

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

:focus-visible {
  outline: 3px solid rgba(239, 122, 26, 0.55);
  outline-offset: 4px;
}

.container { width: min(calc(100% - 40px), var(--container)); margin-inline: auto; }
.section { padding: 92px 0; }
.section-compact { padding: 62px 0; }
.section-tint { background: rgba(245, 243, 235, 0.68); border-block: 1px solid rgba(16, 32, 26, 0.06); }
.skip-link { position: fixed; left: 16px; top: -80px; z-index: 100; background: var(--forest-deep); color: #fff; padding: 12px 16px; border-radius: 12px; }
.skip-link:focus { top: 16px; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  transition: background .25s ease, box-shadow .25s ease;
}

.site-header.is-scrolled {
  background: rgba(255, 254, 250, 0.9);
  backdrop-filter: blur(20px);
  box-shadow: 0 10px 34px rgba(16, 32, 26, 0.07);
}

.nav-shell { min-height: 88px; display: flex; align-items: center; justify-content: space-between; gap: 32px; }
.logo img { width: 190px; height: auto; }
.main-nav { display: flex; align-items: center; gap: 28px; margin-left: auto; }
.main-nav a { position: relative; color: #415049; font-size: 14px; font-weight: 700; }
.main-nav a::after { content: ""; position: absolute; left: 0; bottom: -8px; width: 100%; height: 2px; transform: scaleX(0); transform-origin: right; background: var(--orange); transition: transform .25s ease; }
.main-nav a:hover::after, .main-nav a[aria-current="page"]::after { transform: scaleX(1); transform-origin: left; }
.nav-cta { padding: 12px 17px !important; border-radius: 999px; color: #fff !important; background: var(--forest); }
.nav-cta::after { display: none; }
.nav-toggle { display: none; width: 46px; height: 46px; border: 1px solid var(--line); border-radius: 50%; background: rgba(255,255,255,.8); color: var(--ink); cursor: pointer; }
.nav-toggle span { display: block; width: 19px; height: 2px; margin: 4px auto; background: currentColor; transition: .2s ease; }

.eyebrow { display: inline-flex; align-items: center; gap: 10px; margin: 0 0 24px; color: var(--forest); font-size: 12px; font-weight: 850; letter-spacing: .16em; text-transform: uppercase; }
.eyebrow::before { content: ""; width: 34px; height: 2px; background: linear-gradient(90deg, var(--orange), var(--orange-soft)); }
.eyebrow.on-dark { color: var(--lime); }
.eyebrow.on-dark::before { background: var(--orange-soft); }

h1, h2, h3 { overflow-wrap: normal; word-break: normal; text-wrap: balance; letter-spacing: -.032em; }
p, li { overflow-wrap: break-word; text-wrap: pretty; }
h1 { margin: 0; font-size: clamp(46px, 5.4vw, 68px); line-height: 1.03; font-weight: 800; }
h2 { margin: 0; font-size: clamp(32px, 3.8vw, 50px); line-height: 1.1; }
h3 { margin: 0; font-size: 25px; line-height: 1.15; }
p { margin: 0; }
.accent { color: var(--orange); }
.lead { max-width: 660px; color: var(--muted); font-size: clamp(17px, 1.6vw, 20px); line-height: 1.68; }
.section-head { display: grid; grid-template-columns: 1fr .82fr; align-items: end; gap: 56px; margin-bottom: 44px; }
.section-head .lead { justify-self: end; }
.section-title-sm { font-size: clamp(32px, 3.6vw, 48px); }
.kicker { margin-bottom: 14px; color: var(--orange); font-size: 12px; font-weight: 850; letter-spacing: .14em; text-transform: uppercase; }

.button-row { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 34px; }
.btn { display: inline-flex; align-items: center; justify-content: center; gap: 12px; min-height: 54px; padding: 0 22px; border: 1px solid transparent; border-radius: 999px; font-size: 15px; font-weight: 800; transition: transform .2s ease, box-shadow .2s ease, background .2s ease; }
.btn:hover { transform: translateY(-2px); }
.btn-primary { color: #fff; background: var(--orange); box-shadow: 0 16px 36px rgba(239, 122, 26, .25); }
.btn-primary:hover { background: #dc6810; }
.btn-dark { color: #fff; background: var(--forest); box-shadow: 0 16px 34px rgba(24, 63, 45, .18); }
.btn-dark:hover { background: var(--forest-deep); }
.btn-ghost { color: var(--forest); border-color: rgba(24, 63, 45, .22); background: rgba(255,255,255,.55); }
.btn-ghost:hover { background: #fff; box-shadow: var(--shadow-sm); }
.text-link { display: inline-flex; align-items: center; gap: 9px; margin-top: 24px; color: var(--forest); font-weight: 850; }
.text-link span { transition: transform .2s ease; }
.text-link:hover span { transform: translateX(4px); }

.hero { min-height: min(820px, calc(100vh - 88px)); display: flex; align-items: center; padding: 64px 0 82px; overflow: hidden; }
.hero-grid { display: grid; grid-template-columns: 1.08fr .92fr; align-items: center; gap: 56px; }
.hero h1 { max-width: 650px; font-size: clamp(46px, 4.8vw, 62px); line-height: 1.05; }
.hero h1 .accent { display: block; }
.hero-copy { margin-top: 28px; }
.hero-proof { display: flex; flex-wrap: wrap; gap: 9px; margin-top: 30px; }
.hero-proof span { padding: 10px 13px; border: 1px solid rgba(24, 63, 45, .13); border-radius: 999px; background: rgba(255,255,255,.65); color: #425049; font-size: 13px; font-weight: 700; }

.showcase {
  position: relative;
  min-height: 570px;
  padding: 25px;
  border-radius: 46px;
  color: #fff;
  background: linear-gradient(145deg, #173f2e, #091c14 75%);
  box-shadow: var(--shadow-lg);
  isolation: isolate;
}
.showcase::before { content: ""; position: absolute; width: 330px; height: 330px; right: -70px; top: -70px; border-radius: 50%; background: rgba(183, 220, 114, .16); filter: blur(1px); z-index: -1; }
.showcase::after { content: ""; position: absolute; width: 230px; height: 230px; left: -60px; bottom: -50px; border-radius: 50%; background: rgba(239, 122, 26, .18); filter: blur(8px); z-index: -1; }
.showcase-top { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 8px 8px 20px; }
.showcase-top strong { font-size: 13px; letter-spacing: .08em; text-transform: uppercase; }
.live-dot { display: inline-flex; align-items: center; gap: 8px; color: rgba(255,255,255,.72); font-size: 12px; }
.live-dot::before { content: ""; width: 8px; height: 8px; border-radius: 50%; background: var(--orange-soft); box-shadow: 0 0 0 6px rgba(239,122,26,.12); }
.stage-main { position: relative; display: block; min-height: 390px; overflow: hidden; border-radius: 31px; background: #173d2d; }
.stage-main::before { content: ""; position: absolute; inset: 0; z-index: 1; background: linear-gradient(to top, rgba(7,24,16,.92), rgba(7,24,16,.05) 68%); }
.stage-image { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: 50% 50%; transition: transform .7s cubic-bezier(.2,.8,.2,1); }
.showcase:hover .stage-image { transform: scale(1.025); }
.stage-label { position: absolute; left: 26px; right: 90px; bottom: 24px; z-index: 2; }
.stage-label small { display: block; margin-bottom: 8px; color: var(--lime); font-size: 11px; font-weight: 850; letter-spacing: .16em; text-transform: uppercase; }
.stage-label strong { display: block; max-width: 360px; font-size: clamp(26px, 3vw, 36px); line-height: 1.04; letter-spacing: -.035em; text-wrap: balance; }
.stage-play { position: absolute; right: 26px; bottom: 27px; z-index: 3; display: grid; place-items: center; width: 58px; height: 58px; border: 1px solid rgba(255,255,255,.5); border-radius: 50%; background: rgba(255,255,255,.14); backdrop-filter: blur(10px); font-size: 20px; }
.showcase-bottom { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin-top: 12px; }
.mini-stage { display: block; min-height: 102px; padding: 18px; border: 1px solid rgba(255,255,255,.1); border-radius: 22px; background: rgba(255,255,255,.07); transition: background .2s ease, border-color .2s ease, transform .2s ease; }
.mini-stage:hover { background: rgba(255,255,255,.12); border-color: rgba(255,255,255,.2); transform: translateY(-2px); }
.mini-stage small { display: block; margin-bottom: 9px; color: rgba(255,255,255,.56); font-size: 10px; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.mini-stage strong { font-size: 16px; line-height: 1.25; }

.focus-grid { display: grid; grid-template-columns: repeat(12, 1fr); gap: 20px; }
.focus-card { position: relative; min-height: 350px; padding: 38px; overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius-md); background: rgba(255,255,255,.76); box-shadow: var(--shadow-sm); transition: transform .25s ease, box-shadow .25s ease; }
.focus-card:hover { transform: translateY(-5px); box-shadow: 0 28px 64px rgba(24,63,45,.13); }
.focus-card:first-child { grid-column: span 12; min-height: 400px; padding-right: 42%; color: #fff; background: linear-gradient(145deg, var(--forest), var(--forest-deep)); border-color: transparent; }
.focus-card:nth-child(2), .focus-card:nth-child(3) { grid-column: span 6; min-height: 350px; }
.focus-card:nth-child(2) { background: linear-gradient(160deg, #fff8f1, #fff); }
.focus-index { display: inline-grid; place-items: center; width: 44px; height: 44px; margin-bottom: 42px; border: 1px solid rgba(16,32,26,.16); border-radius: 50%; font-size: 12px; font-weight: 850; }
.focus-card:first-child .focus-index { border-color: rgba(255,255,255,.25); color: var(--lime); }
.focus-card h3 { max-width: 560px; font-size: clamp(28px, 2.6vw, 37px); line-height: 1.12; }
.focus-card p { max-width: 560px; margin-top: 18px; color: var(--muted); line-height: 1.7; }
.focus-card:first-child p { color: rgba(255,255,255,.68); }
.focus-card:first-child .text-link { color: #fff; }
.focus-orbit { position: absolute; width: 250px; height: 250px; right: -55px; bottom: -70px; border: 1px solid rgba(183,220,114,.25); border-radius: 50%; }
.focus-orbit::before, .focus-orbit::after { content: ""; position: absolute; border: 1px solid rgba(183,220,114,.19); border-radius: 50%; }
.focus-orbit::before { inset: 30px; }
.focus-orbit::after { inset: 65px; background: var(--orange); border: 0; opacity: .85; }

.projects { display: grid; grid-template-columns: 1.12fr .88fr; gap: 20px; align-items: stretch; }
.project-card { position: relative; min-height: 620px; overflow: hidden; border-radius: var(--radius-md); color: #fff; background: var(--forest-deep); }
.projects-side { display: grid; gap: 20px; }
.projects-side .project-card { min-height: 360px; }
.project-art { position: absolute; inset: 0; transition: transform .6s cubic-bezier(.2,.8,.2,1); }
.project-card:hover .project-art { transform: scale(1.035); }
.project-art::after { content: ""; position: absolute; inset: 0; background: linear-gradient(to top, rgba(5,20,14,.94), rgba(5,20,14,.08) 72%); }
.project-art img { width: 100%; height: 100%; object-fit: cover; object-position: center; }
.project-copy { position: absolute; z-index: 2; left: 28px; right: 28px; bottom: 28px; }
.project-copy small { display: block; margin-bottom: 10px; color: var(--lime); font-size: 11px; font-weight: 850; letter-spacing: .15em; text-transform: uppercase; }
.project-copy h3 { max-width: 520px; font-size: clamp(27px, 2.7vw, 38px); line-height: 1.08; }
.project-copy p { max-width: 520px; margin-top: 12px; color: rgba(255,255,255,.66); line-height: 1.55; }
.projects-side .project-copy h3 { max-width: 420px; font-size: clamp(24px, 2.1vw, 30px); }
.projects-side .project-copy p { font-size: 15px; }
.project-link { display: inline-flex; align-items: center; gap: 8px; margin-top: 16px; color: #fff; font-size: 14px; font-weight: 800; }
.project-link:hover { color: var(--lime); }

.visual-triptych { display: grid; grid-template-columns: 1.35fr .825fr .825fr; gap: 16px; }
.visual-tile { position: relative; min-height: 330px; margin: 0; overflow: hidden; border-radius: 26px; background: var(--forest-deep); box-shadow: var(--shadow-sm); }
.visual-tile img { width: 100%; height: 100%; object-fit: cover; transition: transform .65s cubic-bezier(.2,.8,.2,1); }
.visual-tile:hover img { transform: scale(1.03); }
.visual-tile::after { content: ""; position: absolute; inset: 0; background: linear-gradient(to top, rgba(5,20,14,.83), transparent 60%); }
.visual-tile figcaption { position: absolute; z-index: 2; left: 24px; right: 24px; bottom: 22px; color: #fff; font-size: 15px; font-weight: 800; letter-spacing: -.01em; }
.visual-tile figcaption small { display: block; margin-bottom: 7px; color: var(--lime); font-size: 10px; letter-spacing: .14em; text-transform: uppercase; }
.visual-action { display: flex; width: fit-content; margin-top: 10px; color: rgba(255,255,255,.78); font-size: 12px; font-weight: 750; }
.visual-action:hover { color: var(--lime); }

.use-case-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px; }
.use-case-card { min-height: 300px; padding: 34px; border: 1px solid var(--line); border-radius: 26px; background: rgba(255,255,255,.82); box-shadow: var(--shadow-sm); }
.use-case-card > span { display: block; margin-bottom: 42px; color: var(--orange); font-size: 11px; font-weight: 850; letter-spacing: .14em; text-transform: uppercase; }
.use-case-card h3 { max-width: 420px; font-size: 25px; line-height: 1.18; }
.use-case-card p { margin-top: 15px; color: var(--muted); line-height: 1.65; }
.use-case-card .text-link { margin-top: 24px; }

.path-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
.path-card { position: relative; padding: 46px; border-radius: var(--radius-md); border: 1px solid var(--line); background: #fff; box-shadow: var(--shadow-sm); }
.path-card.dark { color: #fff; background: var(--forest); border-color: transparent; }
.path-label { display: inline-flex; align-items: center; gap: 8px; margin-bottom: 45px; color: var(--orange); font-size: 12px; font-weight: 850; letter-spacing: .12em; text-transform: uppercase; }
.path-card h3 { font-size: clamp(29px, 3.1vw, 40px); }
.path-card > p { margin-top: 18px; color: var(--muted); font-size: 18px; line-height: 1.65; }
.path-card.dark > p { color: rgba(255,255,255,.68); }
.check-list { list-style: none; display: grid; gap: 13px; padding: 0; margin: 30px 0 0; }
.check-list li { display: flex; gap: 12px; color: #44544c; line-height: 1.5; }
.check-list li::before { content: "✓"; flex: 0 0 24px; display: grid; place-items: center; width: 24px; height: 24px; border-radius: 50%; background: #edf5e1; color: var(--forest); font-size: 12px; font-weight: 900; }
.path-card.dark .check-list li { color: rgba(255,255,255,.9); }
.path-card.dark .check-list li::before { background: rgba(183,220,114,.16); color: var(--lime); }

.other-strip { display: grid; grid-template-columns: 1.25fr 2fr; align-items: center; gap: 60px; padding: 40px 44px; border: 1px solid var(--line); border-radius: var(--radius-md); background: rgba(255,255,255,.72); }
.other-strip h2 { font-size: clamp(30px, 4vw, 46px); }
.tag-list { display: flex; flex-wrap: wrap; gap: 10px; }
.tag-list a, .tag-list span { padding: 11px 14px; border-radius: 999px; background: var(--cream); color: #405048; font-size: 13px; font-weight: 750; transition: background .2s ease, color .2s ease; }
.tag-list a:hover { background: var(--forest); color: #fff; }
.tool-strip { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 30px; padding-top: 26px; border-top: 1px solid var(--line); }
.tool-strip > span { padding: 11px 15px; border-radius: 999px; color: var(--forest); background: var(--lime-soft); font-size: 13px; font-weight: 800; }

.cta-panel { position: relative; overflow: hidden; display: grid; grid-template-columns: 1fr auto; align-items: end; gap: 48px; padding: 56px; border-radius: var(--radius-lg); color: #fff; background: linear-gradient(135deg, var(--forest-deep), #214f39); box-shadow: var(--shadow-lg); }
.cta-panel::after { content: ""; position: absolute; width: 360px; height: 360px; right: -90px; top: -170px; border: 1px solid rgba(183,220,114,.25); border-radius: 50%; box-shadow: 0 0 0 46px rgba(183,220,114,.05), 0 0 0 96px rgba(239,122,26,.04); }
.cta-panel h2 { position: relative; z-index: 1; max-width: 720px; font-size: clamp(34px, 3.8vw, 48px); }
.cta-panel p { position: relative; z-index: 1; max-width: 690px; margin-top: 20px; color: rgba(255,255,255,.66); font-size: 18px; line-height: 1.65; }
.cta-panel .btn { position: relative; z-index: 1; }

.site-footer { margin-top: 90px; padding: 64px 0 34px; border-top: 1px solid var(--line); }
.footer-contact { display: grid; grid-template-columns: minmax(180px, .65fr) minmax(0, 1.35fr); align-items: center; gap: 28px; margin-bottom: 48px; padding: 20px 24px; border: 1px solid rgba(24,63,45,.12); border-radius: 22px; background: linear-gradient(110deg, rgba(235,240,225,.72), rgba(255,255,255,.72)); }
.footer-contact-intro { display: grid; gap: 4px; }
.footer-contact-kicker { color: var(--orange); font-size: 10px; font-weight: 850; letter-spacing: .15em; text-transform: uppercase; }
.footer-contact-intro strong { color: var(--ink); font-size: 18px; }
.footer-contact-links { display: flex; justify-content: flex-end; gap: 12px 30px; }
.footer-contact-link { display: grid; gap: 2px; min-width: 0; color: var(--forest); font-size: 15px; font-weight: 750; }
.footer-contact-link + .footer-contact-link { padding-left: 30px; border-left: 1px solid rgba(24,63,45,.14); }
.footer-contact-link span { color: var(--muted); font-size: 10px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.footer-contact-link:hover { color: var(--orange); }
.lang-switch { display: inline-flex; align-items: center; gap: 7px; min-height: 38px; padding: 0 13px; border: 1px solid rgba(24,63,45,.18); border-radius: 999px; background: rgba(255,255,255,.7); color: var(--forest); font: inherit; font-size: 12px; font-weight: 850; letter-spacing: .08em; cursor: pointer; }
.lang-switch:hover { border-color: var(--orange); color: var(--orange); }
.lang-switch .is-active { color: var(--orange); }
.lang-switch .switch-divider { color: rgba(24,63,45,.35); }
.lang-note { margin-top: 22px; color: var(--muted); font-size: 13px; }
.footer-grid { display: grid; grid-template-columns: 1.4fr .8fr .9fr; gap: 60px; }
.footer-logo {
  display: block;
  width: 180px;
  max-width: 100%;
  height: auto !important;
  aspect-ratio: 2048 / 691;
  object-fit: contain;
}
.footer-about { max-width: 430px; margin-top: 20px; color: var(--muted); line-height: 1.7; }
.footer-column h4 { margin: 0 0 18px; color: var(--ink); font-size: 12px; letter-spacing: .15em; text-transform: uppercase; }
.footer-links { display: grid; gap: 12px; }
.footer-links a { width: fit-content; color: var(--muted); font-size: 14px; }
.footer-links a:hover { color: var(--orange); }
.footer-bottom { display: flex; justify-content: space-between; gap: 30px; margin-top: 54px; padding-top: 22px; border-top: 1px solid var(--line); color: #7b8781; font-size: 12px; }

.page-hero { padding: 82px 0 64px; overflow: hidden; }
.page-hero-grid { display: grid; grid-template-columns: 1fr .78fr; gap: clamp(52px, 6vw, 92px); align-items: center; }
.page-hero h1 { max-width: 820px; font-size: clamp(44px, 5vw, 62px); line-height: 1.07; }
.page-hero .lead { margin-top: 28px; }
.page-note { padding: 26px; border-left: 3px solid var(--orange); border-radius: 0 22px 22px 0; background: var(--cream); color: #43524b; line-height: 1.65; }
.page-note strong { display: block; margin-bottom: 7px; color: var(--ink); }
.hero-guide { position: relative; width: 100%; max-width: 560px; justify-self: end; padding: 23px; border: 1px solid rgba(24,63,45,.13); border-radius: 34px; background: rgba(255,255,255,.76); box-shadow: 0 28px 70px rgba(14,45,31,.12); backdrop-filter: blur(16px); }
.hero-guide::before { content: ""; position: absolute; z-index: -1; width: 220px; height: 220px; top: -68px; right: -56px; border-radius: 50%; background: radial-gradient(circle, rgba(198,229,87,.28), rgba(198,229,87,0) 70%); }
.hero-guide-head { display: flex; align-items: center; justify-content: space-between; gap: 18px; padding: 2px 4px 18px; color: var(--forest); font-size: 11px; font-weight: 900; letter-spacing: .13em; text-transform: uppercase; }
.hero-guide-status { display: inline-flex; align-items: center; gap: 7px; color: #66756e; font-size: 9px; letter-spacing: .08em; white-space: nowrap; }
.hero-guide-status i { width: 7px; height: 7px; border-radius: 50%; background: var(--orange); box-shadow: 0 0 0 5px rgba(245,122,21,.11); }
.hero-guide-flow { padding: 18px; border-radius: 25px; background: linear-gradient(145deg, #173f2e, #0a2117 82%); box-shadow: inset 0 1px rgba(255,255,255,.08); }
.hero-guide-task, .hero-guide-choice { display: flex; gap: 14px; padding: 17px 18px; border: 1px solid rgba(255,255,255,.12); border-radius: 17px; background: rgba(255,255,255,.08); color: #fff; }
.hero-guide-index { flex: 0 0 auto; color: var(--lime); font-size: 10px; font-weight: 900; letter-spacing: .12em; }
.hero-guide-task div, .hero-guide-choice-copy > div { display: grid; gap: 4px; }
.hero-guide-task small, .hero-guide-choice small { color: rgba(255,255,255,.57); font-size: 9px; font-weight: 850; letter-spacing: .12em; text-transform: uppercase; }
.hero-guide-task strong, .hero-guide-choice strong { font-size: 14px; line-height: 1.35; }
.hero-guide-route { display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 10px; height: 34px; color: var(--lime); }
.hero-guide-route span { height: 1px; background: rgba(198,229,87,.23); }
.hero-guide-route b { font-size: 13px; }
.hero-guide-choice { display: grid; gap: 14px; background: linear-gradient(135deg, rgba(198,229,87,.14), rgba(255,255,255,.06)); }
.hero-guide-choice-copy { display: flex; gap: 14px; }
.hero-guide-tools { display: flex; flex-wrap: wrap; gap: 7px; padding-left: 26px; }
.hero-guide-tools span { padding: 6px 9px; border: 1px solid rgba(255,255,255,.14); border-radius: 999px; color: rgba(255,255,255,.72); background: rgba(5,21,14,.34); font-size: 9px; font-weight: 750; }
.hero-guide-results { display: grid; grid-template-columns: repeat(3, 1fr); gap: 8px; }
.hero-guide-results article { min-width: 0; padding: 13px 10px; border-radius: 13px; background: #fff; }
.hero-guide-results article span { display: block; margin-bottom: 9px; color: var(--orange); font-size: 9px; font-weight: 900; }
.hero-guide-results article strong { color: var(--forest); font-size: 11px; }
.hero-guide .page-note { margin-top: 15px; padding: 19px 20px; border-radius: 0 18px 18px 0; font-size: 13px; }
.mission-section { padding-top: 4px; }
.mission-panel { display: grid; grid-template-columns: .9fr 1.1fr; gap: 64px; padding: 48px; border: 1px solid rgba(24,63,45,.12); border-radius: var(--radius-lg); background: linear-gradient(135deg, rgba(245,243,235,.82), rgba(255,255,255,.96)); box-shadow: var(--shadow-sm); }
.mission-copy h2 { font-size: clamp(32px, 3.7vw, 48px); }
.mission-copy .lead { margin-top: 20px; font-size: 17px; }
.mission-copy .text-link { margin-top: 24px; }
.mission-points { display: grid; align-content: center; }
.mission-point { display: grid; grid-template-columns: 48px 1fr; gap: 18px; padding: 21px 0; border-top: 1px solid var(--line); }
.mission-point:first-child { border-top: 0; }
.mission-point > span { display: grid; place-items: center; align-self: start; width: 42px; height: 42px; border-radius: 50%; color: var(--forest); background: var(--lime-soft); font-size: 12px; font-weight: 900; }
.mission-point h3 { font-size: 21px; }
.mission-point p { margin-top: 7px; color: var(--muted); line-height: 1.55; }
.about-person { display: grid; grid-template-columns: minmax(320px, 400px) minmax(0, 1fr); align-items: stretch; gap: clamp(36px, 6vw, 78px); padding: clamp(26px, 4vw, 44px); border: 1px solid rgba(24,63,45,.12); border-radius: var(--radius-lg); background: linear-gradient(135deg, rgba(245,243,235,.78), rgba(255,255,255,.96)); box-shadow: var(--shadow-sm); }
.about-person-visual { position: relative; min-height: 100%; margin: 0; overflow: hidden; border-radius: 24px; background: var(--cream); box-shadow: 0 22px 50px rgba(12,38,27,.12); }
.about-person-visual::after { content: ""; position: absolute; inset: 0; pointer-events: none; border: 1px solid rgba(255,255,255,.28); border-radius: inherit; box-shadow: inset 0 -80px 100px rgba(12,38,27,.08); }
.about-person-visual img { width: 100%; height: 100%; object-fit: cover; object-position: 43% center; }
.about-person-copy { align-self: center; padding-block: 6px; }
.about-person-copy h2 { max-width: 690px; font-size: clamp(30px, 3.3vw, 44px); }
.about-person-copy > p:not(.eyebrow) { max-width: 720px; margin-top: 17px; color: var(--muted); font-size: 16px; line-height: 1.68; }
.about-person-copy .about-person-note { margin-top: 22px; padding-top: 19px; border-top: 1px solid var(--line); color: var(--forest); font-size: 14px; }
.detail-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.detail-card { min-height: 320px; padding: 34px; border: 1px solid var(--line); border-radius: var(--radius-md); background: #fff; box-shadow: var(--shadow-sm); }
.detail-card.dark { color: #fff; background: var(--forest); border-color: transparent; }
.detail-number { display: block; margin-bottom: 64px; color: var(--orange); font-size: 13px; font-weight: 900; }
.detail-card h3 { font-size: 25px; line-height: 1.2; }
.detail-card p { margin-top: 17px; color: var(--muted); line-height: 1.65; }
.detail-card.dark p { color: rgba(255,255,255,.78); }
.detail-card .check-list { margin-top: 24px; }
.detail-card.dark .check-list li { color: rgba(255,255,255,.9); }
.detail-card.dark .check-list li::before { background: #f3f8ea; color: var(--forest); }
.feature-split { display: grid; grid-template-columns: .85fr 1.15fr; gap: 80px; align-items: start; }
.sticky-copy { position: sticky; top: 130px; }
.stack-list { display: grid; gap: 14px; }
.stack-item { padding: 30px; border: 1px solid var(--line); border-radius: 22px; background: #fff; }
.stack-item > span { display: block; margin-bottom: 12px; color: var(--orange); font-size: 11px; font-weight: 850; letter-spacing: .15em; text-transform: uppercase; }
.stack-item h3 { font-size: 24px; }
.stack-item p { margin-top: 12px; color: var(--muted); line-height: 1.65; }
.album-project { background: linear-gradient(145deg, #fff 0%, #fbf5ea 100%); }
.album-facts { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 10px; margin-top: 22px; }
.album-facts > span { padding: 13px 14px; border: 1px solid rgba(105,78,45,.12); border-radius: 14px; color: var(--muted); background: rgba(255,255,255,.7); font-size: 11px; font-weight: 750; line-height: 1.25; }
.album-facts strong { display: block; margin-bottom: 3px; color: var(--forest); font-size: 18px; line-height: 1; }
.stack-link { display: inline-flex; margin-top: 18px; color: var(--forest); font-size: 14px; font-weight: 800; }
.stack-link:hover { color: var(--orange); }
.inline-links { display: flex; flex-wrap: wrap; gap: 10px 22px; }

.reel-section { padding-top: 74px; }
.reel-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; }
.reel-card { overflow: hidden; border: 1px solid var(--line); border-radius: 28px; background: #fff; box-shadow: var(--shadow-sm); }
.reel-media { aspect-ratio: 9 / 16; overflow: hidden; background: var(--forest-deep); }
.reel-media video { display: block; width: 100%; height: 100%; object-fit: cover; background: var(--forest-deep); }
.reel-copy { padding: 0; }
.reel-details summary { position: relative; display: flex; align-items: center; justify-content: space-between; gap: 18px; min-height: 68px; padding: 18px 24px; color: var(--forest); font-size: 13px; font-weight: 800; cursor: pointer; list-style: none; }
.reel-details summary::-webkit-details-marker { display: none; }
.reel-details summary::after { content: "+"; flex: 0 0 28px; display: grid; place-items: center; width: 28px; height: 28px; border-radius: 50%; background: var(--cream); color: var(--forest); font-size: 18px; line-height: 1; transition: transform .2s ease, background .2s ease; }
.reel-details summary:hover::after { background: #edf5e1; }
.reel-details[open] summary::after { content: "−"; transform: rotate(180deg); }
.reel-detail-body { padding: 0 24px 28px; border-top: 1px solid rgba(16,32,26,.08); }
.reel-tag { display: block; margin: 22px 0 13px; color: var(--orange); font-size: 10px; font-weight: 850; letter-spacing: .14em; text-transform: uppercase; }
.reel-detail-body h3 { font-size: 23px; line-height: 1.18; }
.reel-detail-body p { margin-top: 12px; color: var(--muted); line-height: 1.6; }
.project-credit { display: grid; grid-template-columns: 1fr auto; align-items: center; gap: 34px; margin-top: 22px; padding: 28px 30px; border: 1px solid var(--line); border-radius: 24px; background: var(--cream); }
.project-credit > div:first-child { max-width: 720px; }
.project-credit p:not(.kicker) { margin-top: 8px; color: #4c5c53; line-height: 1.65; }
.project-credit-links { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 10px; }
.project-credit .btn { padding: 14px 18px; font-size: 13px; }
.steps { counter-reset: steps; display: grid; grid-template-columns: repeat(4,1fr); gap: 14px; }
.step { counter-increment: steps; padding: 28px; border-top: 1px solid var(--line); }
.step::before { content: "0" counter(steps); display: block; margin-bottom: 35px; color: var(--orange); font-size: 12px; font-weight: 900; }
.step h3 { font-size: 21px; }
.step p { margin-top: 12px; color: var(--muted); line-height: 1.6; }

.contact-grid { display: grid; grid-template-columns: 1.05fr .95fr; gap: 20px; }
.contact-card { padding: 44px; border-radius: var(--radius-md); background: var(--forest-deep); color: #fff; }
.contact-card h2 { font-size: clamp(38px, 5vw, 62px); }
.contact-card p { margin-top: 20px; color: rgba(255,255,255,.65); font-size: 18px; line-height: 1.65; }
.mail-link { display: inline-block; margin-top: 34px; color: var(--lime); font-size: clamp(20px, 3vw, 31px); font-weight: 800; letter-spacing: -.03em; }
.brief-card { padding: 44px; border: 1px solid var(--line); border-radius: var(--radius-md); background: #fff; }
.brief-list { display: grid; gap: 22px; margin-top: 28px; }
.brief-item { display: grid; grid-template-columns: 34px 1fr; gap: 14px; align-items: start; }
.brief-item span { display: grid; place-items: center; width: 30px; height: 30px; border-radius: 50%; background: var(--cream); color: var(--orange); font-size: 12px; font-weight: 900; }
.brief-item strong { display: block; margin-bottom: 4px; }
.brief-item p { color: var(--muted); line-height: 1.5; }

.legal-wrap { width: min(calc(100% - 40px), 860px); margin: 0 auto; }
.legal-intro { padding: 28px; border: 1px solid #f0c79e; border-radius: 20px; background: #fff8f0; color: #6c4a2f; line-height: 1.65; }
.legal-section { padding: 34px 0; border-bottom: 1px solid var(--line); }
.legal-section h2 { margin-bottom: 18px; font-size: 28px; }
.legal-section h3 { margin: 26px 0 10px; font-size: 20px; }
.legal-section p, .legal-section li { color: #536159; line-height: 1.75; }
.legal-section ul { padding-left: 20px; }
.reveal { opacity: 0; transform: translateY(24px); transition: opacity .65s ease, transform .65s ease; }
.reveal.is-visible { opacity: 1; transform: none; }

@media (max-width: 980px) {
  .section { padding: 84px 0; }
  .nav-toggle { display: block; margin-left: auto; }
  .lang-switch { margin-left: 8px; }
  .main-nav { position: absolute; left: 20px; right: 20px; top: 78px; display: none; align-items: stretch; padding: 18px; border: 1px solid var(--line); border-radius: 24px; background: rgba(255,254,250,.98); box-shadow: var(--shadow-lg); }
  .main-nav.is-open { display: grid; }
  .main-nav a { padding: 12px; }
  .main-nav a::after { display: none; }
  .nav-cta { text-align: center; }
  .hero { min-height: auto; padding-top: 48px; }
  .hero-grid, .page-hero-grid, .feature-split, .mission-panel, .about-person { grid-template-columns: 1fr; gap: 54px; }
  .hero-guide { max-width: 620px; justify-self: start; }
  .about-person-visual { width: min(100%, 560px); min-height: auto; aspect-ratio: 3 / 2; }
  .about-person-visual img { object-position: center; }
  .showcase { min-height: 560px; }
  .section-head { grid-template-columns: 1fr; gap: 22px; }
  .section-head .lead { justify-self: start; }
  .focus-card:first-child, .focus-card:nth-child(2), .focus-card:nth-child(3) { grid-column: span 12; margin-top: 0; min-height: 330px; padding-right: 36px; }
  .focus-index { margin-bottom: 45px; }
  .projects { grid-template-columns: 1fr; }
  .project-card { min-height: 480px; }
  .projects-side { grid-template-columns: 1fr 1fr; }
  .projects-side .project-card { min-height: 340px; }
  .visual-triptych { grid-template-columns: 1fr 1fr; }
  .visual-tile:first-child { grid-column: span 2; }
  .use-case-grid { grid-template-columns: 1fr 1fr; }
  .path-grid, .contact-grid { grid-template-columns: 1fr; }
  .other-strip { grid-template-columns: 1fr; gap: 28px; }
  .cta-panel { grid-template-columns: 1fr; align-items: start; padding: 48px; }
  .footer-grid { grid-template-columns: 1.2fr .8fr .8fr; gap: 32px; }
  .detail-grid { grid-template-columns: 1fr; }
  .detail-card { min-height: 0; }
  .detail-number { margin-bottom: 38px; }
  .sticky-copy { position: static; }
  .steps { grid-template-columns: 1fr 1fr; }
  .project-credit { grid-template-columns: 1fr; }
  .project-credit-links { justify-content: flex-start; }
}

@media (max-width: 640px) {
  .container, .legal-wrap { width: min(calc(100% - 28px), var(--container)); }
  .nav-shell { min-height: 76px; }
  .logo img { width: 155px; }
  h1 { font-size: clamp(42px, 12vw, 56px); }
  h2 { font-size: clamp(32px, 9vw, 44px); }
  .hero h1 { font-size: clamp(44px, 12.5vw, 56px); }
  .hero-grid { gap: 46px; }
  .hero-proof span { font-size: 12px; }
  .showcase { min-height: 500px; padding: 16px; border-radius: 30px; }
  .stage-main { min-height: 360px; border-radius: 23px; }
  .stage-label { left: 20px; right: 20px; bottom: 20px; }
  .stage-label strong { max-width: 240px; font-size: 31px; }
  .stage-play { width: 48px; height: 48px; right: 18px; bottom: 20px; }
  .showcase-bottom { grid-template-columns: 1fr; }
  .mini-stage:last-child { display: none; }
  .focus-card, .path-card, .contact-card, .brief-card { padding: 28px; }
  .focus-card:first-child { padding-right: 28px; }
  .projects-side { grid-template-columns: 1fr; }
  .projects-side .project-card { min-height: 340px; }
  .visual-triptych { grid-template-columns: 1fr; }
  .visual-tile:first-child { grid-column: span 1; }
  .visual-tile { min-height: 300px; }
  .album-facts { grid-template-columns: 1fr; }
  .use-case-grid { grid-template-columns: 1fr; }
  .use-case-card { min-height: 0; padding: 28px; }
  .use-case-card > span { margin-bottom: 28px; }
  .reel-grid { grid-template-columns: repeat(3, minmax(250px, 82vw)); overflow-x: auto; scroll-snap-type: x mandatory; padding-bottom: 12px; }
  .reel-card { scroll-snap-align: start; }
  .project-credit { padding: 24px; }
  .project-credit-links { display: grid; }
  .other-strip { padding: 30px 26px; }
  .cta-panel { padding: 38px 28px; border-radius: 30px; }
  .footer-contact { grid-template-columns: 1fr; gap: 18px; padding: 20px; }
  .footer-contact-links { display: grid; justify-content: stretch; gap: 14px; }
  .footer-contact-link + .footer-contact-link { padding-left: 0; padding-top: 14px; border-left: 0; border-top: 1px solid rgba(24,63,45,.14); }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-bottom { flex-direction: column; }
  .page-hero { padding-top: 62px; }
  .hero-guide { padding: 14px; border-radius: 26px; }
  .hero-guide-head { align-items: flex-start; }
  .hero-guide-status { display: none; }
  .hero-guide-flow { padding: 13px; border-radius: 20px; }
  .hero-guide-task, .hero-guide-choice { padding: 15px; }
  .hero-guide-results article { padding: 12px 8px; }
  .mission-panel { padding: 30px 24px; }
  .about-person { padding: 22px; gap: 30px; border-radius: 30px; }
  .about-person-visual { border-radius: 20px; }
  .mission-point { grid-template-columns: 42px 1fr; gap: 14px; }
  .steps { grid-template-columns: 1fr; }
  .step { padding-inline: 0; }
  .mail-link { font-size: 19px; }
}

@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; }
}
