:root {
  --paper: #f1efe8;
  --paper-deep: #e4e0d6;
  --ink: #171713;
  --muted: #6e6b62;
  --line: rgba(23, 23, 19, 0.16);
  --signal: #246447;
  --signal-soft: #bad0bd;
  --dark: #171713;
  --white: #faf9f4;
  --pad: clamp(20px, 4vw, 64px);
}

* { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  margin: 0;
  overflow-x: hidden;
  background: var(--paper);
  color: var(--ink);
  font-family: "Manrope", sans-serif;
  -webkit-font-smoothing: antialiased;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -2;
  background-image:
    linear-gradient(rgba(23, 23, 19, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(23, 23, 19, 0.025) 1px, transparent 1px);
  background-size: 100% 48px, 48px 100%;
  pointer-events: none;
}

.grain {
  position: fixed;
  inset: 0;
  z-index: 20;
  opacity: 0.055;
  pointer-events: none;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.85'/%3E%3C/svg%3E");
}

.progress { position: fixed; top: 0; left: 0; width: 100%; height: 2px; z-index: 40; }
.progress span { display: block; width: 0; height: 100%; background: var(--signal); }

a { color: inherit; text-decoration: none; }
button, input { font: inherit; }
button { color: inherit; }

.site-header {
  position: relative;
  z-index: 10;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 20px;
  height: 78px;
  padding: 0 var(--pad);
  border-bottom: 1px solid var(--line);
}

.wordmark { display: inline-flex; align-items: center; gap: 10px; font-size: 19px; font-weight: 600; letter-spacing: -0.04em; width: fit-content; }
.wordmark-mark { display: grid; place-items: center; width: 30px; height: 30px; border: 1px solid var(--ink); border-radius: 50%; font-family: "Instrument Serif", serif; font-size: 20px; font-weight: 400; }
.header-note { color: var(--muted); font-size: 11px; letter-spacing: 0.12em; text-transform: uppercase; }
.pulse { display: inline-block; width: 7px; height: 7px; margin-right: 8px; border-radius: 50%; background: var(--signal); box-shadow: 0 0 0 0 rgba(36,100,71,.5); animation: pulse 2.2s infinite; }
.text-link { justify-self: end; padding-bottom: 4px; border-bottom: 1px solid var(--ink); font-size: 12px; text-transform: uppercase; letter-spacing: .08em; }
.text-link span { margin-left: 8px; color: var(--signal); }

.section-pad { padding-inline: var(--pad); }
.hero { position: relative; padding-top: 24px; padding-bottom: 48px; }
.section-index { font-size: 10px; font-weight: 600; letter-spacing: .17em; text-transform: uppercase; color: var(--muted); }

.hero-campaign {
  position: relative;
  min-height: min(860px, calc(100vh - 102px));
  overflow: hidden;
  border: 1px solid var(--line);
  background:
    linear-gradient(rgba(23, 23, 19, .12) 1px, transparent 1px),
    linear-gradient(90deg, rgba(23, 23, 19, .12) 1px, transparent 1px),
    rgba(250,249,244,.5);
  background-size: 110px 110px, 110px 110px, auto;
  isolation: isolate;
}
.hero-campaign::before, .hero-campaign::after { content: ""; position: absolute; z-index: 0; pointer-events: none; }
.hero-campaign::before { inset: 7.5% 12%; border: 1px solid rgba(23,23,19,.16); }
.hero-campaign::after { left: 50%; top: 0; width: 1px; height: 100%; background: rgba(23,23,19,.12); }
.hero-orbit { position: absolute; z-index: 0; left: 50%; top: 50%; width: min(74vw, 940px); aspect-ratio: 1; border: 1px solid rgba(23,23,19,.17); border-radius: 50%; transform: translate(-50%,-50%); }
.hero-objects { position: absolute; z-index: 1; inset: 0; width: 100%; height: 100%; object-fit: cover; pointer-events: none; user-select: none; filter: saturate(.92) contrast(1.03); animation: object-arrival 1.4s cubic-bezier(.18,.9,.22,1) both; }
.hero-center { position: absolute; z-index: 3; left: 50%; top: 49%; width: min(56vw, 760px); transform: translate(-50%,-50%); text-align: center; }
.hero-pill { display: inline-flex; align-items: center; justify-content: center; min-height: 42px; margin-bottom: 28px; padding: 0 25px; border-radius: 999px 999px 999px 4px; background: var(--signal); color: white; font-size: 9px; font-weight: 600; letter-spacing: .13em; text-transform: uppercase; box-shadow: 0 16px 35px rgba(36,100,71,.22); }
.hero-title {
  margin: 0;
  font-family: "Instrument Serif", serif;
  font-size: clamp(74px, 10vw, 154px);
  font-weight: 400;
  line-height: .78;
  letter-spacing: -.065em;
}
.title-row { display: block; overflow: hidden; }
.reveal-word { display: inline-block; transform: translateY(110%); animation: rise 1.1s cubic-bezier(.18,.9,.22,1) .1s forwards; }
.reveal-word.delay-1 { animation-delay: .24s; }
.hero-copy { max-width: 560px; margin: 34px auto 0; font-size: clamp(14px, 1.2vw, 18px); line-height: 1.55; letter-spacing: -.02em; }
.hero-folio { position: absolute; z-index: 3; top: 38px; left: 50%; display: flex; gap: 22px; transform: translateX(-50%); color: var(--muted); font-size: 9px; }
.hero-folio span::after { content: ""; display: block; width: 4px; height: 4px; margin: 8px auto 0; border-radius: 50%; background: var(--muted); }
.hero-folio .active { color: var(--signal); }.hero-folio .active::after { background: var(--signal); box-shadow: 0 0 0 5px rgba(36,100,71,.12); }
.hero-caption { position: absolute; z-index: 3; left: 50%; bottom: 30px; transform: translateX(-50%); font-size: 10px; letter-spacing: .06em; text-align: center; text-transform: uppercase; }
.round-link { position: absolute; z-index: 4; right: 28px; bottom: 28px; display: grid; place-items: center; width: 94px; height: 94px; border: 1px solid var(--ink); border-radius: 50%; background: rgba(241,239,232,.82); backdrop-filter: blur(8px); transition: background .25s, color .25s, transform .25s; }
.round-link:hover { background: var(--ink); color: var(--paper); transform: rotate(-6deg); }
.round-link span { font-size: 9px; letter-spacing: .08em; text-transform: uppercase; }
.round-link b { font-size: 21px; font-weight: 400; }

.live-doqit { margin-top: clamp(72px, 13vh, 150px); border: 1px solid var(--ink); background: rgba(241,239,232,.82); box-shadow: 14px 14px 0 var(--signal-soft); }
.doqit-head, .doqit-foot { display: grid; grid-template-columns: 1fr 2fr 1fr; gap: 20px; padding: 14px 18px; font-size: 9px; letter-spacing: .1em; text-transform: uppercase; }
.doqit-head { border-bottom: 1px solid var(--ink); }
.doqit-head span:last-child, .doqit-foot span:last-child { text-align: right; }
.status i { display: inline-block; width: 6px; height: 6px; margin-right: 5px; border-radius: 50%; background: var(--signal); }
.doqit-stream { display: grid; grid-template-columns: repeat(4, 1fr); }
.doqit-event { position: relative; min-height: 210px; padding: 20px; border-right: 1px solid var(--line); display: flex; flex-direction: column; justify-content: space-between; transition: color .35s, background .35s; }
.doqit-event:last-child { border-right: 0; }
.doqit-event time { color: var(--muted); font-size: 11px; }
.doqit-event div { display: grid; gap: 8px; }
.doqit-event small { color: var(--muted); font-size: 9px; letter-spacing: .1em; text-transform: uppercase; }
.doqit-event strong { max-width: 180px; font-family: "Instrument Serif", serif; font-size: 25px; font-weight: 400; line-height: 1.04; }
.doqit-event > span { position: absolute; top: 18px; right: 18px; color: var(--muted); font-size: 9px; }
.doqit-event.event-active { background: var(--signal); color: var(--white); }
.doqit-event.event-active time, .doqit-event.event-active small, .doqit-event.event-active > span { color: rgba(255,255,255,.72); }
.doqit-foot { border-top: 1px solid var(--ink); }

.proof-strip { display: grid; grid-template-columns: repeat(3, 1fr); margin-top: 46px; border-top: 1px solid var(--ink); border-bottom: 1px solid var(--ink); }
.proof-strip article { min-height: 145px; padding: 24px 20px; border-right: 1px solid var(--line); display: flex; align-items: flex-end; justify-content: space-between; gap: 20px; }
.proof-strip article:last-child { border-right: 0; }
.proof-strip strong { font-family: "Instrument Serif", serif; font-size: clamp(34px, 4vw, 62px); font-weight: 400; line-height: .9; letter-spacing: -.04em; }
.proof-strip span { color: var(--muted); font-size: 9px; line-height: 1.5; letter-spacing: .08em; text-align: right; text-transform: uppercase; }

.thesis { padding-top: clamp(120px, 18vh, 220px); padding-bottom: clamp(100px, 14vh, 180px); }
.thesis-grid, .system-intro { display: grid; grid-template-columns: 1.65fr .75fr; align-items: start; gap: clamp(40px, 8vw, 120px); margin-top: 55px; }
.display-copy { margin: 0; font-family: "Instrument Serif", serif; font-size: clamp(54px, 7vw, 108px); font-weight: 400; line-height: .93; letter-spacing: -.045em; }
.display-copy em { color: var(--signal); font-weight: 400; }
.thesis-copy { padding-top: 14px; }
.thesis-copy p { margin: 0 0 28px; font-size: clamp(16px, 1.25vw, 19px); line-height: 1.65; letter-spacing: -.015em; }

.fragment-field { position: relative; min-height: 700px; margin-top: 130px; border: 1px solid var(--line); overflow: hidden; background: linear-gradient(150deg, rgba(255,255,255,.2), transparent); }
.fragment-field::before, .fragment-field::after { content: ""; position: absolute; background: var(--line); }
.fragment-field::before { left: 50%; top: 0; width: 1px; height: 100%; }
.fragment-field::after { top: 50%; left: 0; width: 100%; height: 1px; }
.fragment { position: absolute; z-index: 2; min-width: 170px; padding: 18px 20px; border: 1px solid var(--ink); background: var(--paper); font-family: "Instrument Serif", serif; font-size: 22px; box-shadow: 7px 7px 0 rgba(23,23,19,.1); transform: translate3d(0,0,0) rotate(var(--r)); transition: transform .15s linear; }
.fragment span { display: block; margin-bottom: 20px; color: var(--muted); font-family: "Manrope", sans-serif; font-size: 9px; }
.f1 { --r: -4deg; top: 10%; left: 7%; }.f2 { --r: 6deg; top: 8%; right: 9%; }.f3 { --r: 2deg; bottom: 14%; left: 13%; }.f4 { --r: -7deg; bottom: 8%; right: 8%; }.f5 { --r: 9deg; top: 44%; left: 2%; }.f6 { --r: -3deg; top: 43%; right: 3%; }
.fragment-center { position: absolute; z-index: 3; top: 50%; left: 50%; width: 330px; transform: translate(-50%,-50%); padding: 44px; border-radius: 50%; aspect-ratio: 1; display: flex; flex-direction: column; align-items: center; justify-content: center; text-align: center; background: var(--ink); color: var(--paper); }
.fragment-center small { margin-bottom: 20px; color: #aaa79e; font-size: 9px; letter-spacing: .12em; text-transform: uppercase; }
.fragment-center strong { font-family: "Instrument Serif", serif; font-size: 38px; font-weight: 400; line-height: 1; }

.declaration { overflow: hidden; background: var(--signal); color: var(--white); }
.declaration-line { display: flex; width: max-content; padding: 13px 0; border-bottom: 1px solid rgba(255,255,255,.35); font-size: 9px; letter-spacing: .18em; animation: marquee 24s linear infinite; }
.declaration-copy { min-height: 82vh; display: flex; flex-direction: column; justify-content: center; }
.declaration-copy p { margin: 0 0 12px; font-size: clamp(20px, 2vw, 30px); }
.declaration-copy h2 { margin: 0; font-family: "Instrument Serif", serif; font-size: clamp(74px, 12.5vw, 196px); font-weight: 400; line-height: .86; letter-spacing: -.06em; }

.system { padding-top: clamp(110px, 16vh, 200px); padding-bottom: clamp(110px, 16vh, 200px); }
.system-intro > p { max-width: 440px; margin: 10px 0 0; font-size: 18px; line-height: 1.65; }
.product-shell { display: grid; grid-template-columns: 170px 1fr; min-height: 660px; margin-top: 110px; border: 1px solid var(--ink); background: #ebe8df; box-shadow: 18px 18px 0 rgba(23,23,19,.12); }
.product-sidebar { display: flex; flex-direction: column; padding: 20px 15px; border-right: 1px solid var(--line); }
.mini-mark { display: grid; place-items: center; width: 34px; height: 34px; margin: 4px 8px 52px; border-radius: 50%; background: var(--signal); color: white; font-family: "Instrument Serif", serif; font-size: 21px; }
.product-sidebar nav { display: grid; gap: 4px; }
.side-item { border: 0; background: transparent; padding: 12px 10px; text-align: left; font-size: 11px; border-radius: 4px; cursor: pointer; }
.side-item span { display: inline-block; width: 24px; color: var(--muted); }
.side-item.active { background: var(--ink); color: var(--paper); }
.side-item.active span { color: var(--signal-soft); }
.side-bottom { display: flex; align-items: center; gap: 10px; margin-top: auto; padding: 10px 8px; font-size: 10px; }
.side-bottom span { display: grid; place-items: center; width: 26px; height: 26px; border: 1px solid var(--ink); border-radius: 50%; }
.product-main { padding: clamp(22px, 4vw, 58px); }
.product-topbar { display: flex; justify-content: space-between; align-items: center; padding-bottom: 40px; border-bottom: 1px solid var(--line); }
.product-topbar div { display: grid; gap: 7px; }.product-topbar small { color: var(--muted); font-size: 8px; letter-spacing: .13em; }.product-topbar strong { font-family: "Instrument Serif", serif; font-size: clamp(28px, 3vw, 44px); font-weight: 400; }
.product-topbar button { width: 40px; height: 40px; border: 1px solid var(--ink); border-radius: 50%; background: transparent; cursor: pointer; transition: .2s; }.product-topbar button:hover { background: var(--ink); color: var(--paper); transform: rotate(45deg); }
.focus-grid { display: grid; grid-template-columns: 1.35fr .8fr; gap: 14px; margin-top: 22px; }
.focus-card { min-height: 238px; padding: 24px; border: 1px solid var(--line); background: rgba(255,255,255,.3); }
.focus-card.large { grid-row: span 2; min-height: 490px; display: flex; flex-direction: column; background: var(--white); }
.card-label { font-size: 8px; font-weight: 600; letter-spacing: .12em; text-transform: uppercase; color: var(--muted); }.red-dot { display: inline-block; width: 6px; height: 6px; margin-right: 7px; border-radius: 50%; background: var(--signal); }
.focus-card.large h3 { max-width: 620px; margin: 70px 0 15px; font-family: "Instrument Serif", serif; font-size: clamp(40px, 5vw, 78px); font-weight: 400; line-height: .93; letter-spacing: -.04em; }
.focus-card.large > p { max-width: 480px; margin: 0; color: var(--muted); font-size: 13px; line-height: 1.6; }
.case-pill { width: fit-content; margin-top: 35px; padding: 9px 12px; border: 1px solid var(--line); border-radius: 40px; font-size: 8px; letter-spacing: .08em; }
.card-action { display: flex; justify-content: space-between; align-items: center; width: 100%; margin-top: auto; padding: 17px 0 0; border: 0; border-top: 1px solid var(--line); background: transparent; text-align: left; font-size: 11px; cursor: pointer; }.card-action span { color: var(--signal); font-size: 18px; }
.court-card { background: var(--signal); color: white; }.court-card .card-label, .court-card small { color: rgba(255,255,255,.7); }.court-time { margin: 25px 0 10px; font-family: "Instrument Serif", serif; font-size: 66px; line-height: 1; }.court-time span { opacity: .4; }.court-card p { font-size: 12px; line-height: 1.5; }.court-rule { height: 1px; margin: 20px 0 15px; background: rgba(255,255,255,.35); }
.quiet-card ul { display: grid; gap: 18px; padding: 0; margin: 28px 0 0; list-style: none; font-size: 11px; }.quiet-card li { padding-bottom: 13px; border-bottom: 1px solid var(--line); }.quiet-card li span { margin-right: 10px; color: var(--signal); }
.principles { display: grid; grid-template-columns: repeat(3, 1fr); margin-top: 110px; border-top: 1px solid var(--ink); }
.principles article { min-height: 300px; padding: 28px 32px; border-right: 1px solid var(--line); }.principles article:last-child { border-right: 0; }.principles span { color: var(--muted); font-size: 9px; }.principles h3 { margin: 75px 0 18px; font-family: "Instrument Serif", serif; font-size: 48px; font-weight: 400; }.principles p { max-width: 300px; margin: 0; color: var(--muted); font-size: 13px; line-height: 1.65; }

.path { padding-top: clamp(110px, 15vh, 180px); padding-bottom: clamp(110px, 15vh, 180px); background: var(--dark); color: var(--paper); }
.path .section-index { color: #8d8a82; }
.path-head { display: flex; justify-content: space-between; align-items: flex-end; gap: 30px; margin-top: 55px; }.path-head p { max-width: 260px; margin: 0 0 6px; color: #9d9a92; font-size: 14px; }
.path-steps { display: grid; grid-template-columns: repeat(4, 1fr); margin-top: 100px; border-top: 1px solid rgba(255,255,255,.22); border-bottom: 1px solid rgba(255,255,255,.22); }
.path-step { min-height: 470px; padding: 25px; border-right: 1px solid rgba(255,255,255,.16); display: flex; flex-direction: column; }.path-step:last-child { border-right: 0; }.path-meta { display: flex; justify-content: space-between; color: #85827b; font-size: 8px; letter-spacing: .13em; }.path-step h3 { margin: 100px 0 24px; font-family: "Instrument Serif", serif; font-size: 58px; font-weight: 400; }.path-step p { margin: 0; color: #aaa79e; font-size: 12px; line-height: 1.65; }.step-signal { margin-top: auto; padding-top: 18px; border-top: 1px solid rgba(255,255,255,.15); color: #d1cec5; font-size: 9px; text-transform: uppercase; letter-spacing: .08em; }.step-signal i { display: inline-block; width: 6px; height: 6px; margin-right: 8px; border-radius: 50%; background: var(--signal); }

.final-vision { min-height: 100vh; display: flex; flex-direction: column; align-items: center; justify-content: center; text-align: center; }
.vision-seal { width: 130px; height: 130px; margin-bottom: 70px; border: 1px solid var(--signal); border-radius: 50%; display: flex; flex-direction: column; align-items: center; justify-content: center; color: var(--signal); transform: rotate(-8deg); }.vision-seal span { font-size: 8px; letter-spacing: .16em; }.vision-seal b { margin: 4px 0; font-family: "Instrument Serif", serif; font-size: 48px; font-weight: 400; line-height: 1; }
.final-vision > p { margin: 0 0 20px; font-size: 13px; text-transform: uppercase; letter-spacing: .12em; }.final-vision h2 { margin: 0; font-family: "Instrument Serif", serif; font-size: clamp(60px, 9vw, 145px); font-weight: 400; line-height: .88; letter-spacing: -.05em; }.final-vision h2 em { color: var(--signal); font-weight: 400; }

.access { display: grid; grid-template-columns: 1fr 1fr; gap: 70px; padding-top: 120px; padding-bottom: 120px; border-top: 1px solid var(--ink); background: var(--signal); color: white; }
.access .section-index { color: rgba(255,255,255,.7); }.access h2 { margin: 55px 0 28px; font-family: "Instrument Serif", serif; font-size: clamp(54px, 6.5vw, 98px); font-weight: 400; line-height: .9; letter-spacing: -.04em; }.access-copy > p { max-width: 480px; margin: 0; color: rgba(255,255,255,.78); font-size: 14px; line-height: 1.65; }
.access-form { align-self: end; padding-bottom: 6px; }.access-form label { display: block; margin-bottom: 13px; font-size: 9px; text-transform: uppercase; letter-spacing: .12em; }.input-row { display: grid; grid-template-columns: 1fr auto; border-bottom: 1px solid white; }.input-row input { min-width: 0; padding: 18px 0; border: 0; outline: 0; background: transparent; color: white; font-family: "Instrument Serif", serif; font-size: 27px; }.input-row input::placeholder { color: rgba(255,255,255,.46); }.input-row button { border: 0; background: transparent; color: white; font-size: 10px; text-transform: uppercase; letter-spacing: .09em; cursor: pointer; }.input-row button span { margin-left: 10px; }.access-form > p { margin-top: 13px; color: rgba(255,255,255,.65); font-size: 9px; }

footer { display: grid; grid-template-columns: 1fr 1fr 1fr; align-items: center; padding: 32px var(--pad); background: var(--dark); color: var(--paper); } footer p { margin: 0; color: #8f8c84; font-size: 9px; text-transform: uppercase; letter-spacing: .1em; } footer p:nth-child(2) { text-align: center; } footer p:last-child { text-align: right; }

.reveal { opacity: 0; transform: translateY(28px); transition: opacity .8s ease, transform .9s cubic-bezier(.2,.75,.2,1); }.reveal.in-view { opacity: 1; transform: translateY(0); }.delay-1 { transition-delay: .12s; }.delay-2 { transition-delay: .22s; }.delay-3 { transition-delay: .32s; }

@keyframes rise { to { transform: translateY(0); } }
@keyframes object-arrival { from { opacity: 0; transform: scale(1.045); } to { opacity: 1; transform: scale(1); } }
@keyframes pulse { 70% { box-shadow: 0 0 0 8px rgba(36,100,71,0); } 100% { box-shadow: 0 0 0 0 rgba(36,100,71,0); } }
@keyframes marquee { to { transform: translateX(-50%); } }

@media (max-width: 900px) {
  .site-header { grid-template-columns: 1fr 1fr; }.header-note { display: none; }
  .hero-title { font-size: clamp(68px, 15vw, 120px); }.hero-center { width: min(68vw, 650px); }.hero-objects { width: 122%; max-width: none; left: -11%; }
  .round-link { width: 82px; height: 82px; }
  .doqit-stream { grid-template-columns: 1fr 1fr; }.doqit-event:nth-child(2) { border-right: 0; }.doqit-event:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
  .proof-strip article { display: block; }.proof-strip span { display: block; margin-top: 14px; text-align: left; }
  .thesis-grid, .system-intro, .access { grid-template-columns: 1fr; }.thesis-copy { max-width: 600px; }
  .fragment-field { min-height: 760px; }.fragment-center { width: 280px; }.fragment { min-width: 140px; font-size: 18px; }
  .product-shell { grid-template-columns: 1fr; }.product-sidebar { display: none; }
  .path-steps { grid-template-columns: 1fr 1fr; }.path-step:nth-child(2) { border-right: 0; }.path-step:nth-child(-n+2) { border-bottom: 1px solid rgba(255,255,255,.16); }
}

@media (max-width: 600px) {
  :root { --pad: 18px; }
  .site-header { height: 66px; }.text-link { font-size: 9px; }
  .hero { padding-top: 14px; }.hero-campaign { min-height: 760px; background-size: 74px 74px, 74px 74px, auto; }.hero-campaign::before { inset: 9% 8%; }.hero-orbit { width: 150vw; }.hero-center { top: 46%; width: 86%; }.hero-title { font-size: clamp(64px, 19vw, 88px); line-height: .82; }.hero-pill { max-width: 250px; min-height: 36px; padding-inline: 17px; font-size: 8px; }.hero-copy { max-width: 295px; margin-top: 28px; font-size: 13px; }.hero-objects { width: 190%; left: -45%; object-fit: cover; }.hero-folio { top: 25px; }.hero-caption { bottom: 24px; max-width: 180px; font-size: 8px; }.round-link { right: 14px; bottom: 14px; width: 70px; height: 70px; }.round-link span { display: none; }
  .doqit-head, .doqit-foot { grid-template-columns: 1fr 1fr; }.doqit-head span:nth-child(2), .doqit-foot span:nth-child(2) { display: none; }.doqit-stream { grid-template-columns: 1fr; }.doqit-event { min-height: 150px; border-right: 0; border-bottom: 1px solid var(--line); }.doqit-event:last-child { border-bottom: 0; }.doqit-event strong { max-width: 240px; }
  .proof-strip { grid-template-columns: 1fr; }.proof-strip article { min-height: 118px; border-right: 0; border-bottom: 1px solid var(--line); display: flex; }.proof-strip article:last-child { border-bottom: 0; }.proof-strip span { margin-top: 0; text-align: right; }
  .display-copy { font-size: 52px; }.fragment-field { min-height: 670px; margin-top: 75px; }.fragment-center { width: 220px; }.fragment-center strong { font-size: 30px; }.fragment { min-width: 122px; padding: 13px; font-size: 15px; }.fragment span { margin-bottom: 12px; }.f1 { top: 5%; left: 3%; }.f2 { top: 6%; right: 2%; }.f3 { bottom: 9%; left: 3%; }.f4 { bottom: 6%; right: 3%; }.f5 { top: 43%; left: -10%; }.f6 { top: 45%; right: -8%; }
  .declaration-copy { min-height: 70vh; }.declaration-copy h2 { font-size: 78px; }
  .product-shell { min-height: auto; margin-top: 70px; }.product-main { padding: 18px; }.product-topbar { padding-bottom: 24px; }.focus-grid { grid-template-columns: 1fr; }.focus-card.large { grid-row: auto; min-height: 430px; }.focus-card.large h3 { margin-top: 50px; font-size: 46px; }
  .principles { grid-template-columns: 1fr; }.principles article { min-height: 230px; border-right: 0; border-bottom: 1px solid var(--line); }.principles h3 { margin-top: 48px; }
  .path-head { display: block; }.path-head p { margin-top: 24px; }.path-steps { grid-template-columns: 1fr; margin-top: 65px; }.path-step { min-height: 360px; border-right: 0; border-bottom: 1px solid rgba(255,255,255,.16); }.path-step h3 { margin-top: 65px; }
  .vision-seal { margin-bottom: 50px; }.final-vision h2 { font-size: 58px; }
  .access { gap: 70px; padding-block: 90px; }.input-row { grid-template-columns: 1fr; }.input-row button { justify-self: start; padding: 16px 0; }
  footer { grid-template-columns: 1fr 1fr; gap: 28px; } footer p:nth-child(2) { display: none; }
}

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