:root {
  color-scheme: dark;
  --forest: #092c2c;
  --forest-deep: #052323;
  --forest-soft: #164241;
  --mint: #e9f7f2;
  --mint-muted: #adcfc5;
  --pink: #fb4aa2;
  --pink-soft: #ffb7da;
  --stroke: rgba(198, 233, 221, .18);
  --max: 1480px;
}

* { box-sizing: border-box; }
html { min-width: 0; scroll-behavior: smooth; background: var(--forest-deep); }
body { width: 100%; max-width: 100%; min-width: 0; margin: 0; overflow-x: hidden; color: var(--mint); font-family: "Segoe UI", Inter, Arial, sans-serif; -webkit-font-smoothing: antialiased; background: radial-gradient(ellipse at 85% 18%, #17504a 0%, transparent 36%), linear-gradient(130deg, #082b2a 0%, var(--forest-deep) 75%); }
a { color: inherit; text-decoration: none; }
button, input { font: inherit; }
::selection { color: var(--forest-deep); background: var(--pink-soft); }

.ambient { position: fixed; z-index: 0; width: 48vw; height: 48vw; border-radius: 50%; pointer-events: none; filter: blur(95px); opacity: .14; animation: ambient-drift 18s ease-in-out infinite alternate; }
.ambient--a { top: -27vw; right: -17vw; background: #56d7b4; }
.ambient--b { bottom: -30vw; left: -21vw; background: var(--pink); animation-delay: -8s; }
.page-grid { position: fixed; z-index: 0; inset: 0; pointer-events: none; opacity: .15; background-image: linear-gradient(rgba(216,255,243,.14) 1px, transparent 1px), linear-gradient(90deg,rgba(216,255,243,.14) 1px,transparent 1px); background-size: 86px 86px; mask-image: linear-gradient(90deg, transparent 10%, #000 66%, transparent); }
.site-wrap { position: relative; z-index: 1; width: min(calc(100% - 88px), var(--max)); min-height: 100vh; margin: 0 auto; }

.header { height: 100px; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 26px; border-bottom: 1px solid var(--stroke); }
.brand { width: max-content; display: inline-flex; align-items: center; gap: 11px; }
.brand__symbol { width: 36px; height: 36px; display: grid; gap: 4px; align-content: center; padding: 8px 6px; border: 1px solid var(--pink); transform: rotate(-11deg); transition: transform .45s cubic-bezier(.2,.8,.2,1), background .3s; }
.brand__symbol span { display: block; height: 3px; background: var(--pink); transform-origin: left; animation: symbol-stretch 3s ease-in-out infinite alternate; }
.brand__symbol span:nth-child(2) { width: 70%; animation-delay: -.8s; }
.brand__symbol span:nth-child(3) { width: 42%; animation-delay: -1.7s; }
.brand:hover .brand__symbol { transform: rotate(0deg); background: rgba(251,74,162,.1); }
.brand__name { font-size: 30px; font-weight: 900; line-height: 1; letter-spacing: -.085em; text-transform: lowercase; }
.brand__period { color: var(--pink); }
.header__division { display: flex; align-items: center; gap: 18px; color: var(--mint-muted); font-size: 11px; font-weight: 800; letter-spacing: .19em; white-space: nowrap; }
.header__divider { width: 38px; height: 1px; background: var(--pink); }
.header__edition { justify-self: end; color: #8aada4; font-size: 11px; font-weight: 700; letter-spacing: .13em; white-space: nowrap; }
.header__edition span { color: var(--pink); }

.intro { min-height: min(740px, calc(100vh - 235px)); display: grid; grid-template-columns: minmax(0, 1.12fr) minmax(400px, .88fr); gap: clamp(40px, 7vw, 110px); align-items: center; padding: 78px 0 82px; }
.intro__copy { min-width: 0; animation: reveal-up .75s .08s both; }
.eyebrow { display: flex; align-items: center; gap: 16px; margin: 0 0 36px; color: var(--pink-soft); font-size: 12px; font-weight: 800; letter-spacing: .22em; }
.eyebrow__line { width: 49px; height: 2px; flex: 0 0 auto; background: var(--pink); animation: line-extend 2.8s ease-in-out infinite alternate; }
h1 { max-width: 830px; margin: 0; font-size: clamp(64px, 6.7vw, 112px); font-weight: 800; line-height: .94; letter-spacing: -.075em; }
h1 em { color: var(--pink); font-style: normal; }
.title-stop { color: var(--pink); }
.intro__lead { max-width: 590px; margin: 39px 0 0; color: #bfd9d0; font-size: 17px; line-height: 1.7; }
.intro__caption { display: flex; align-items: center; gap: 15px; margin-top: 46px; color: #80a89c; font-size: 13px; font-weight: 600; }
.caption-mark { width: 37px; height: 37px; display: grid; flex: 0 0 auto; place-items: center; border: 1px solid rgba(251,74,162,.48); color: var(--pink); font-size: 20px; transition: background .25s, transform .25s; }
.intro__caption:hover .caption-mark { transform: translate(2px,-2px); background: rgba(251,74,162,.12); }

.flow { position: relative; min-width: 0; padding: 30px; border: 1px solid rgba(194,241,224,.26); background: linear-gradient(150deg, rgba(14,64,61,.93), rgba(5,31,31,.97)); box-shadow: 0 38px 110px rgba(0,0,0,.28), inset 0 1px 0 rgba(255,255,255,.05); animation: reveal-up .8s .2s both; }
.flow::before, .flow::after { position: absolute; width: 18px; height: 18px; content: ""; pointer-events: none; }
.flow::before { top: -1px; left: -1px; border-top: 2px solid var(--pink); border-left: 2px solid var(--pink); }
.flow::after { right: -1px; bottom: -1px; border-right: 2px solid var(--pink); border-bottom: 2px solid var(--pink); }
.flow__topline { display: flex; justify-content: space-between; gap: 16px; padding-bottom: 24px; color: var(--pink-soft); font-size: 11px; font-weight: 800; letter-spacing: .17em; }
.flow__index { color: #79a397; white-space: nowrap; }
.flow__stage { min-height: 120px; display: grid; grid-template-columns: 38px minmax(0,1fr) 42px; gap: 17px; align-items: center; padding: 22px 23px; border: 1px solid var(--stroke); background: rgba(255,255,255,.025); transition: border-color .3s, background .3s, transform .3s; }
.flow__stage:hover { transform: translateX(5px); border-color: rgba(251,74,162,.46); background: rgba(255,255,255,.05); }
.flow__stage--focus { border-color: rgba(251,74,162,.46); background: linear-gradient(100deg, rgba(251,74,162,.12), rgba(255,255,255,.03) 70%); box-shadow: inset 3px 0 0 var(--pink); }
.flow__number { align-self: start; color: var(--pink); font-family: Consolas, "Courier New", monospace; font-size: 13px; font-weight: 700; }
.flow__stage-copy { min-width: 0; }
.flow__micro { display: block; margin-bottom: 9px; color: #84aa9e; font-size: 10px; font-weight: 800; letter-spacing: .16em; }
.flow__stage strong { display: block; font-size: 21px; font-weight: 700; letter-spacing: -.035em; }
.flow__stage small { display: block; margin-top: 5px; color: #8db2a6; font-size: 12px; }
.flow__glyph { width: 36px; height: 36px; display: grid; place-items: center; border: 1px solid rgba(233,247,242,.19); color: var(--pink-soft); font-size: 25px; font-weight: 300; }
.flow__glyph--bars { display: flex; align-items: end; justify-content: center; gap: 3px; padding-bottom: 8px; }
.flow__glyph--bars i { width: 4px; height: 10px; display: block; background: var(--pink); animation: bar-wave .8s ease-in-out infinite alternate; }
.flow__glyph--bars i:nth-child(2) { height: 17px; animation-delay: -.35s; }
.flow__glyph--bars i:nth-child(3) { height: 13px; animation-delay: -.6s; }
.flow__connector { position: relative; height: 35px; display: flex; justify-content: center; gap: 5px; }
.flow__connector span { position: absolute; top: 0; bottom: 0; left: 50%; width: 1px; background: rgba(251,74,162,.25); }
.flow__connector i { position: relative; z-index: 1; align-self: center; width: 5px; height: 5px; border-radius: 50%; background: var(--pink); opacity: .24; animation: connector-pulse 1.5s ease-in-out infinite; }
.flow__connector i:nth-of-type(2) { animation-delay: .28s; }
.flow__connector i:nth-of-type(3) { animation-delay: .56s; }
.flow__foot { display: flex; align-items: center; gap: 11px; margin-top: 24px; padding-top: 20px; border-top: 1px solid var(--stroke); color: #8eb5a8; font-size: 11px; }
.flow__foot-icon { width: 21px; height: 21px; display: grid; flex: 0 0 auto; place-items: center; border: 1px solid var(--pink); color: var(--pink); font-size: 11px; font-weight: 900; }
.flow__foot-code { margin-left: auto; color: #6b9388; font-family: Consolas, "Courier New", monospace; white-space: nowrap; }

.scope { display: grid; grid-template-columns: minmax(250px,.7fr) minmax(0,1.3fr); gap: 30px; align-items: start; padding: 39px 0 48px; border-top: 1px solid var(--stroke); }
.scope__eyebrow { margin: 0 0 11px; color: var(--pink); font-size: 11px; font-weight: 800; letter-spacing: .18em; }
.scope h2 { margin: 0; font-size: clamp(24px,2vw,33px); line-height: 1.18; letter-spacing: -.055em; }
.scope__items { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 14px; }
.scope__item { min-height: 142px; display: flex; gap: 14px; padding: 20px; border: 1px solid var(--stroke); background: rgba(255,255,255,.025); transition: border-color .25s, transform .25s, background .25s; }
.scope__item:hover { transform: translateY(-5px); border-color: rgba(251,74,162,.5); background: rgba(255,255,255,.05); }
.scope__item--visible { animation: reveal-up .58s both; }
.scope__item--visible:nth-child(2) { animation-delay: .1s; }
.scope__item--visible:nth-child(3) { animation-delay: .2s; }
.scope__item-index { flex: 0 0 auto; color: var(--pink); font-family: Consolas, "Courier New", monospace; font-size: 12px; }
.scope__item h3 { margin: 0 0 10px; font-size: 17px; line-height: 1.15; letter-spacing: -.025em; }
.scope__item p { margin: 0; color: #91b3a8; font-size: 13px; line-height: 1.5; }
.footer { min-height: 77px; display: flex; justify-content: space-between; align-items: center; gap: 20px; border-top: 1px solid var(--stroke); color: #71998c; font-size: 11px; font-weight: 700; letter-spacing: .09em; }
.footer span:last-child { letter-spacing: .01em; text-transform: lowercase; }

@keyframes reveal-up { from { opacity: 0; transform: translateY(24px); } to { opacity: 1; transform: translateY(0); } }
@keyframes ambient-drift { to { transform: translate(80px,-50px) scale(1.12); } }
@keyframes symbol-stretch { to { width: 60%; } }
@keyframes line-extend { to { width: 30px; } }
@keyframes bar-wave { to { height: 6px; opacity: .45; } }
@keyframes connector-pulse { 50% { opacity: 1; box-shadow: 0 0 12px var(--pink); } }

@media (max-width: 1140px) {
  .intro { grid-template-columns: minmax(0,1fr) minmax(360px,.9fr); gap: 42px; }
  h1 { font-size: clamp(55px,6vw,80px); }
  .scope { grid-template-columns: 1fr; }
}
@media (max-width: 850px) {
  .site-wrap { width: min(calc(100% - 52px), 700px); }
  .header { height: 86px; grid-template-columns: 1fr auto; }
  .header__division { display: none; }
  .intro { min-height: 0; grid-template-columns: 1fr; gap: 55px; padding: 67px 0 72px; }
  h1 { font-size: clamp(62px, 9.2vw, 96px); }
  .intro__lead { max-width: 670px; }
  .flow { max-width: 650px; width: 100%; }
  .scope__items { gap: 10px; }
}
@media (max-width: 600px) {
  .site-wrap { width: calc(100% - 36px); }
  .header { height: 78px; }
  .brand__name { font-size: 27px; }
  .brand__symbol { width: 31px; height: 31px; }
  .header__edition { font-size: 10px; }
  .header__edition span { display: none; }
  .intro { gap: 42px; padding: 57px 0 61px; }
  .eyebrow { margin-bottom: 30px; gap: 11px; font-size: 10px; letter-spacing: .14em; }
  .eyebrow__line { width: 30px; }
  h1 { font-size: clamp(51px, 11.1vw, 72px); line-height: .98; }
  .intro__lead { margin-top: 28px; font-size: 16px; line-height: 1.6; }
  .intro__caption { margin-top: 30px; font-size: 12px; }
  .flow { padding: 19px; }
  .flow__topline { padding-bottom: 18px; font-size: 10px; }
  .flow__stage { min-height: 105px; grid-template-columns: 25px minmax(0,1fr) 35px; gap: 8px; padding: 16px 13px; }
  .flow__number { font-size: 11px; }
  .flow__stage strong { font-size: 18px; }
  .flow__glyph { width: 31px; height: 31px; }
  .flow__foot-code { display: none; }
  .scope { padding: 31px 0 39px; }
  .scope__items { grid-template-columns: 1fr; }
  .scope__item { min-height: 0; padding: 17px; }
  .footer { min-height: 117px; flex-direction: column; align-items: flex-start; justify-content: center; gap: 7px; font-size: 10px; }
}
@media (max-width: 360px) {
  .site-wrap { width: calc(100% - 28px); }
  .header__edition { display: none; }
  h1 { font-size: 45px; }
  .flow { padding: 14px; }
  .flow__stage { grid-template-columns: 22px minmax(0,1fr) 29px; gap: 6px; padding: 14px 10px; }
  .flow__stage strong { font-size: 17px; }
  .flow__glyph { width: 27px; height: 27px; 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; }
}
