/* ============================================================
   AGEMICA v2 — page styles (extends ../style.css)
   Anduril cadence: black canvas · Helvetica Now · volt-lime · no-chrome CTAs
   ============================================================ */

@font-face {
    font-family: "HelveticaNowDisplay";
    src: url("fonts/HelveticaNowDisplay-Light.woff2") format("woff2");
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "HelveticaNowDisplay";
    src: url("fonts/HelveticaNowDisplay-Regular.woff2") format("woff2");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "HelveticaNowDisplay";
    src: url("fonts/HelveticaNowDisplay-RegIta.woff2") format("woff2");
    font-weight: 400;
    font-style: italic;
    font-display: swap;
}
@font-face {
    font-family: "HelveticaNowDisplay";
    src: url("fonts/HelveticaNowDisplay-MedIta.woff2") format("woff2");
    font-weight: 500;
    font-style: italic;
    font-display: swap;
}

:root {
    --v2-volt: #dff140;
    --v2-volt-dim: rgba(223, 241, 64, 0.55);
    --v2-rule: rgba(255, 255, 255, 0.14);
    --v2-rule-strong: rgba(255, 255, 255, 0.32);
    --v2-rule-dark: rgba(1, 1, 1, 0.18);
    /* Utility label face stack. Avoid programmer monos on the public pages. */
    --v2-mono: "Elios", "Söhne Mono", "GT Pressura Mono", "Berkeley Mono", ui-monospace, monospace;
    --v2-ease: cubic-bezier(0.16, 1, 0.3, 1);
    --v2-ease-fast: cubic-bezier(0.4, 0, 0.2, 1);
}

/* ---------- page shell ---------- */

body.v2 {
    color: #fff;
    background: #010101;
    font-family: "HelveticaNowDisplay", Helvetica, Arial, sans-serif;
    font-feature-settings: "ss01", "ss02";
}

/* Anduril typographic system: hierarchy by SIZE, not weight.
   Only h1 is bold (700). Negative tracking scaled by size. */
.v2 h1, .v2 h2, .v2 h3, .v2 h4, .v2 h5, .v2 h6,
.v2 .v2-hero-title, .v2 .v2-block-title, .v2 .v2-pullquote-text,
.v2 .v2-next-card-title, .v2 .v2-display {
    font-family: "HelveticaNowDisplay", Helvetica, Arial, sans-serif;
}
.v2 .v2-hero-title { font-weight: 700; letter-spacing: -0.02em; }
.v2 .v2-block-title { font-weight: 400; letter-spacing: -0.02em; }
.v2 .v2-pullquote-text { font-weight: 400; letter-spacing: -0.018em; }
.v2 .v2-next-card-title { font-weight: 500; letter-spacing: -0.022em; }

/* Display tier — monumental Anduril "chapter intro" register */
.v2 .v2-display {
    font-size: clamp(72px, 9vw, 140px);
    line-height: 0.95;
    letter-spacing: -0.0875rem;
    font-weight: 500;
    text-wrap: balance;
}

.v2 .nav-mobile-toggle { color: #fff; }

/* ---------- universal page chrome ----------
   Brief CUTS: page-frame corner ticks, status line, infinite pulse.
   Result: nav → hero-meta → headline. Two layers above the title, not four. */

.v2-pageframe { display: none !important; }
.v2-statusline { display: none !important; }

/* ---------- main padding adjustments ---------- */

.v2 .detail-main,
.v2 main.v2-main {
    padding-top: var(--nav-height); /* statusline removed; nav alone */
    color: #fff;
    background: #010101;
}

/* ---------- HERO ----------
   Anduril hero contract:
   • Background: PAPER (#fff). Always. Even in dark theme, the hero is the
     one paper moment per page. Stage video lives in a SEPARATE block below.
   • Title: bold, ONE LINE. Sized down auto-fit so headline never wraps.
   • Eyebrow: small, uppercase, INK — not volt. (Volt is reserved for marks.)
   • Foot: 4-col grid — label / lead paragraph / chips / down-arrow.
   • No square stage in the hero. No two-column. No volt eyebrow.   */

.v2-hero {
    position: relative;
    display: grid;
    grid-template-rows: auto auto auto;
    background: var(--bg-cream, #f1f0ea);
    color: #010101;
    padding: 0 var(--gutter);
    border-bottom: 1px solid rgba(1, 1, 1, 0.12);
    overflow-x: clip;
    min-width: 0;
}

.v2-hero-meta {
    display: grid;
    grid-template-columns: auto 1fr auto;
    align-items: end;
    gap: 24px;
    padding: 28px 0 24px;
    border-bottom: 1px solid rgba(1, 1, 1, 0.12);
}

.v2-hero-meta .v2-back {
    font-family: var(--v2-mono);
    font-size: 12px;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: rgba(1, 1, 1, 0.55);
}
.v2-hero-meta .v2-back:hover { color: #010101; }

.v2-hero-meta .v2-section-tag {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-family: var(--v2-mono);
    font-size: 11px;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: rgba(1, 1, 1, 0.72);
}

.v2-hero-meta .v2-section-tag::before {
    content: "";
    width: 8px; height: 8px;
    background: var(--v2-volt);
}

.v2-hero-meta .v2-page-id {
    font-family: var(--v2-mono);
    font-size: 11px;
    letter-spacing: 0.06em;
    color: rgba(1, 1, 1, 0.42);
}

.v2-hero-body {
    display: block;
    padding: clamp(120px, 18vh, 200px) 0 clamp(48px, 6vw, 80px);
    min-width: 0;
    overflow: hidden;
}

.v2-hero-text {
    display: grid;
    gap: 16px;
    max-width: none;
    min-width: 0;
}

.v2-hero-eyebrow {
    font-family: var(--v2-mono);
    font-size: 11px;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: rgba(1, 1, 1, 0.62);
    margin-bottom: 24px;
}

.v2-hero-title {
    /* Auto-fit: viewport-min sizing keeps to one line on any screen.
       The longest copy wins; we never wrap headlines. */
    font-size: clamp(40px, 7.2vw, 112px);
    line-height: 1;
    font-weight: 700;
    letter-spacing: -0.03em;
    text-transform: none;
    color: #010101;
    white-space: nowrap;
    overflow: visible;
}

/* Long-headline pages opt-in to a slightly smaller upper bound */
.v2-hero[data-headline="long"] .v2-hero-title {
    font-size: clamp(32px, 5.4vw, 84px);
}
.v2-hero[data-headline="xlong"] .v2-hero-title {
    font-size: clamp(28px, 4.4vw, 68px);
}

.v2-hero-title em {
    font-style: normal;
    /* highlighter underline rather than color flip — keeps title ink */
    background: linear-gradient(180deg, transparent 70%, var(--v2-volt) 70%, var(--v2-volt) 92%, transparent 92%);
    padding: 0 0.05em;
}

.v2-hero-lead {
    max-width: none;
    font-size: 11px;
    line-height: 1.45;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: rgba(1, 1, 1, 0.85);
    font-family: var(--v2-mono);
}

/* Hero stage — the dark square is now an INDEPENDENT block. Builders that
   pass a stage emit it as a sibling section instead of inside the hero. */
.v2-hero-stage-block {
    background: #010101;
    border-bottom: 1px solid rgba(1, 1, 1, 0.12);
}
.v2-hero-stage {
    position: relative;
    aspect-ratio: auto;
    height: clamp(320px, 60vh, 600px);
    width: 100%;
    border: 0;
    background: #010101;
    overflow: hidden;
}

.v2-hero-stage::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        linear-gradient(90deg, var(--v2-rule) 1px, transparent 1px) 0 0 / 40px 100%,
        linear-gradient(0deg, var(--v2-rule) 1px, transparent 1px) 0 0 / 100% 40px;
    opacity: 0.35;
    pointer-events: none;
    z-index: 1;
}

.v2-hero-stage > * {
    position: relative;
    z-index: 2;
}

.video-illustrative-tag {
    position: absolute;
    right: clamp(10px, 1.1vw, 14px);
    bottom: clamp(10px, 1.1vw, 14px);
    z-index: 4;
    font-family: "HelveticaNowDisplay", "Helvetica Now Display", Helvetica, Arial, sans-serif;
    font-size: clamp(9px, 0.72vw, 11px);
    font-weight: 400;
    letter-spacing: 0.02em;
    line-height: 1.2;
    color: rgba(255, 255, 255, 0.5);
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.4);
    pointer-events: none;
    user-select: none;
}

/* Cinema chapter: no decorative grid behind the video (still used elsewhere on .v2-hero-stage). */
#cinema .v2-hero-stage::before {
    display: none;
}

/* #cinema overview promos: Remotion exports at 1920×1080, object-fit:cover in this slot */
#cinema .v2-hero-stage.v2-hero-stage--video > .v2-cinema-video {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 50% 50%;
    /* Above .v2-hero-stage::before grid (z-index 1); was 0 so the overlay hid the clip */
    z-index: 2;
}

/* Don’t hold the cinema slot at opacity:0 (v2-reveal) — video + in-view play need a real box. */
#cinema .v2-hero-stage.v2-hero-stage--video,
#cinema .v2-hero-stage.v2-hero-stage--video.v2-reveal {
    opacity: 1;
    transform: none;
}

/* Diagram-style platform clips (validation): letterboxed contain fit */
#cinema .v2-hero-stage.v2-hero-stage--video-fit > .v2-cinema-video {
    object-fit: contain;
    background-color: transparent;
    opacity: 1;
}

/* ---------- HERO display variant (Anduril-scale typographic hero) ---------- */

/* Display hero: eyebrow + huge title span the full width above; below them,
   lead text sits left, square stage sits right. Keeps the existing
   square stage visualizations usable while the type does the heavy lifting. */

/* Display variant retained only for legacy pages outside the v2 subpage set. */
.v2-hero--display {
    column-gap: clamp(40px, 5vw, 96px);
    row-gap: clamp(28px, 3.5vw, 56px);
    padding: clamp(64px, 9vw, 140px) 0 clamp(48px, 6vw, 96px);
    min-height: auto;
}

.v2-hero--display .v2-hero-text {
    display: contents;
}

.v2-hero--display .v2-hero-text > .v2-hero-eyebrow {
    grid-column: 1 / -1;
    grid-row: 1;
}

.v2-hero--display .v2-hero-text > .v2-hero-title {
    grid-column: 1 / -1;
    grid-row: 2;
    font-size: clamp(64px, 9.5vw, 168px);
    line-height: 0.92;
    letter-spacing: -0.035em;
    max-width: 18ch;
}

.v2-hero--display .v2-hero-text > .v2-hero-lead {
    grid-column: 1;
    grid-row: 3;
    align-self: start;
    max-width: 540px;
    font-size: clamp(18px, 1.45vw, 22px);
}

.v2-hero--display .v2-hero-stage {
    grid-column: 2;
    grid-row: 3;
    width: 100%;
    max-width: 380px;
    aspect-ratio: 1 / 1;
    justify-self: end;
    align-self: start;
}

@media (max-width: 900px) {
    .v2-hero--display .v2-hero-body {
        grid-template-columns: 1fr;
    }
    .v2-hero--display .v2-hero-text > .v2-hero-eyebrow,
    .v2-hero--display .v2-hero-text > .v2-hero-title,
    .v2-hero--display .v2-hero-text > .v2-hero-lead,
    .v2-hero--display .v2-hero-stage {
        grid-column: 1;
    }
    .v2-hero--display .v2-hero-stage {
        grid-row: 4;
        max-width: none;
    }
}

/* Hero foot — 4-col layout: section label / lead paragraph / chips / down arrow.
   On paper: ink type, hairline rules. */
.v2-hero-foot {
    display: grid;
    grid-template-columns: minmax(140px, 1fr) minmax(0, 2.2fr) minmax(0, 1.2fr) 56px;
    gap: clamp(24px, 4vw, 64px);
    align-items: start;
    padding: 28px 0 32px;
    border-top: 1px solid rgba(1, 1, 1, 0.12);
}

.v2-hero-foot .v2-foot-cell {
    padding: 0;
    border-right: 0;
    display: grid;
    gap: 6px;
    align-content: start;
}
.v2-hero-foot .v2-foot-cell:last-child { justify-self: end; align-self: end; }

.v2-hero-foot .v2-foot-label {
    font-family: var(--v2-mono);
    font-size: 10px;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: rgba(1, 1, 1, 0.55);
}

.v2-hero-foot .v2-foot-value {
    font-family: var(--v2-mono);
    font-size: 11px;
    line-height: 1.5;
    letter-spacing: 0.06em;
    color: rgba(1, 1, 1, 0.85);
    text-transform: uppercase;
}

.v2-hero-foot .v2-foot-chips {
    display: flex;
    flex-wrap: wrap;
    gap: 18px;
}
.v2-hero-foot .v2-foot-chip {
    font-family: var(--v2-mono);
    font-size: 11px;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: rgba(1, 1, 1, 0.85);
    text-decoration: none;
    border-bottom: 1px solid transparent;
    transition: border-color 0.2s var(--v2-ease), color 0.2s var(--v2-ease);
}
.v2-hero-foot .v2-foot-chip:hover {
    border-bottom-color: #010101;
}

.v2-hero-foot .v2-down-arrow {
    width: 24px; height: 24px;
    display: inline-grid;
    place-items: center;
    color: rgba(1, 1, 1, 0.85);
}
.v2-hero-foot .v2-down-arrow svg {
    width: 100%; height: 100%;
    stroke: currentColor;
    stroke-width: 1.5;
    fill: none;
}

.v2-hero-foot .v2-foot-cell {
    padding: 18px 20px 22px;
    border-right: 1px solid var(--v2-rule);
    display: grid;
    gap: 6px;
}
.v2-hero-foot .v2-foot-cell:last-child { border-right: 0; }

.v2-hero-foot .v2-foot-label {
    font-size: 10px;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.5);
}

.v2-hero-foot .v2-foot-value {
    font-size: 14px;
    color: #fff;
    letter-spacing: -0.01em;
}

/* ---------- block: section ---------- */

.v2-block {
    position: relative;
    padding: clamp(64px, 9vw, 140px) var(--gutter);
    border-bottom: 1px solid var(--v2-rule);
}

.v2-block--cream {
    color: #010101;
    background: #f1f0ea;
    border-color: var(--v2-rule-dark);
}

.v2-block--gray {
    color: #fff;
    background: #010101;
}

.v2-block-head {
    display: grid;
    grid-template-columns: 220px 1fr;
    gap: clamp(24px, 4vw, 80px);
    margin-bottom: clamp(40px, 5vw, 80px);
}

.v2-block-head .v2-block-eyebrow {
    font-family: var(--v2-mono);
    font-size: 11px;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.5);
}

.v2-block--cream .v2-block-eyebrow {
    color: rgba(1, 1, 1, 0.55);
}

.v2-block-title {
    font-size: clamp(36px, 4vw, 64px);
    line-height: 1.02;
    font-weight: 400;
    letter-spacing: -0.025em;
    max-width: 18ch;
    text-wrap: pretty;
}

.v2-block-lead {
    margin-top: 24px;
    max-width: 60ch;
    font-size: clamp(18px, 1.3vw, 22px);
    line-height: 1.35;
    color: rgba(255, 255, 255, 0.72);
}

.v2-block--cream .v2-block-lead { color: rgba(1, 1, 1, 0.7); }

/* ---------- two-col body ---------- */

.v2-body-2col {
    display: grid;
    grid-template-columns: 220px 1fr;
    gap: clamp(24px, 4vw, 80px);
}

.v2-body-2col .v2-body-aside {
    font-family: var(--v2-mono);
    font-size: 11px;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.5);
}

.v2-block--cream .v2-body-aside { color: rgba(1, 1, 1, 0.55); }

.v2-body-prose {
    max-width: 70ch;
    display: grid;
    gap: 24px;
    font-size: clamp(16px, 1.05vw, 18px);
    line-height: 1.55;
    letter-spacing: -0.005em;
    color: rgba(255, 255, 255, 0.86);
}

.v2-block--cream .v2-body-prose { color: rgba(1, 1, 1, 0.86); }

.v2-body-prose strong {
    color: #fff;
    font-weight: 400;
}
.v2-block--cream .v2-body-prose strong { color: #010101; }

.v2-body-prose ul {
    list-style: none;
    display: grid;
    gap: 0;
}

/* Block + absolute index so <strong> + text stay one flow (grid split them into separate items). */
.v2-body-prose li {
    position: relative;
    padding: 18px 0 18px calc(28px + 16px);
    border-top: 1px solid var(--v2-rule);
}

.v2-block--cream .v2-body-prose li { border-color: var(--v2-rule-dark); }

.v2-body-prose li::before {
    content: attr(data-i);
    position: absolute;
    left: 0;
    top: 18px;
    width: 28px;
    font-family: var(--v2-mono);
    font-size: 11px;
    letter-spacing: 0.06em;
    color: var(--v2-volt);
    padding-top: 6px;
}

/* ---------- metric ribbon ---------- */

.v2-ribbon {
    display: grid;
    grid-auto-flow: column;
    grid-auto-columns: minmax(0, 1fr);
    border-top: 1px solid var(--v2-rule);
    border-bottom: 1px solid var(--v2-rule);
}

.v2-ribbon-cell {
    padding: 28px var(--gutter);
    border-right: 1px solid var(--v2-rule);
    display: grid;
    gap: 12px;
    align-content: start;
    min-width: 0;
}
.v2-ribbon-cell:last-child { border-right: 0; }

/* No headline stat: center the label in the column (matches sibling row height). */
.v2-ribbon-cell.v2-ribbon-cell--label-only {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 0;
}

.v2-ribbon-num {
    font-size: clamp(48px, 5vw, 80px);
    line-height: 0.95;
    letter-spacing: -0.03em;
    font-weight: 400;
    max-width: 100%;
    overflow-wrap: anywhere;
    hyphens: auto;
}

.v2-ribbon-num em {
    font-style: normal;
    color: var(--v2-volt);
}

.v2-ribbon-label {
    font-family: var(--v2-mono);
    font-size: 11px;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.6);
    max-width: 32ch;
}

/* ---------- pull quote ---------- */

.v2-pullquote {
    padding: clamp(80px, 12vw, 160px) var(--gutter);
    border-bottom: 1px solid var(--v2-rule);
}

.v2-pullquote-text {
    max-width: 22ch;
    font-size: clamp(40px, 5vw, 80px);
    /* Slightly relaxed vs 1.02 — pairs with split-word padding so tails aren’t clipped */
    line-height: 1.08;
    letter-spacing: -0.025em;
    font-weight: 400;
}
.v2-pullquote-text em {
    font-style: normal;
    color: var(--v2-volt);
}

.v2-pullquote-cite {
    margin-top: 32px;
    font-family: var(--v2-mono);
    font-size: 12px;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.62);
}

/* ---------- inline media (full-bleed band) ---------- */

.v2-band {
    position: relative;
    aspect-ratio: 21 / 9;
    overflow: hidden;
    border-bottom: 1px solid var(--v2-rule);
    background: #010101;
}

.v2-band > video,
.v2-band > img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.v2-band-caption {
    position: absolute;
    left: var(--gutter);
    bottom: 24px;
    right: var(--gutter);
    display: flex;
    justify-content: space-between;
    gap: 24px;
    font-family: var(--v2-mono);
    font-size: 11px;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.78);
}

/* ---------- next module ---------- */

.v2-next {
    display: grid;
    grid-template-columns: 1fr 1fr;
    border-bottom: 1px solid var(--v2-rule);
}

.v2-next-card {
    position: relative;
    padding: clamp(48px, 6vw, 88px) var(--gutter);
    min-height: 320px;
    display: grid;
    grid-template-rows: auto 1fr auto;
    gap: 24px;
    color: #fff;
    border-right: 1px solid var(--v2-rule);
    background: #010101;
    overflow: hidden;
    transition: background 0.5s var(--v2-ease);
}
.v2-next-card:last-child { border-right: 0; }
.v2-next-card:hover { background: #0c0c0c; }

.v2-next-card-eyebrow {
    font-family: var(--v2-mono);
    font-size: 11px;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.55);
}

.v2-next-card-title {
    font-size: clamp(28px, 2.6vw, 40px);
    line-height: 1.05;
    letter-spacing: -0.02em;
    max-width: 18ch;
    transition: color 0.4s var(--v2-ease);
}
.v2-next-card:hover .v2-next-card-title { color: var(--v2-volt); }

.v2-next-card-arrow {
    font-family: var(--v2-mono);
    font-size: 12px;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.5);
    display: flex;
    align-items: center;
    gap: 12px;
    justify-content: space-between;
}
.v2-next-card-arrow::after {
    content: "→";
    font-size: 24px;
    transition: transform 0.4s var(--v2-ease);
}
.v2-next-card:hover .v2-next-card-arrow::after { transform: translateX(8px); color: var(--v2-volt); }

/* ---------- in-page motion graphics (live SVG/CSS) ---------- */

/* lattice / grid background */
.v2-lattice {
    position: absolute;
    inset: 0;
    background:
        linear-gradient(90deg, var(--v2-rule) 1px, transparent 1px) 0 0 / 32px 100%,
        linear-gradient(0deg, var(--v2-rule) 1px, transparent 1px) 0 0 / 100% 32px;
    mask: radial-gradient(circle at 50% 50%, black, transparent 75%);
    -webkit-mask: radial-gradient(circle at 50% 50%, black, transparent 75%);
}
/* lattice-shift loop removed per brief — lattice is now static */

/* scanning line removed per brief */
.v2-scan { display: none !important; }

/* SVG path drawing */
.v2-draw-path {
    stroke-dasharray: var(--len, 800);
    stroke-dashoffset: var(--len, 800);
    transition: stroke-dashoffset 1.6s var(--v2-ease);
}
.v2-block.is-visible .v2-draw-path,
.v2-hero.is-visible .v2-draw-path {
    stroke-dashoffset: 0;
}

/* ---------- reveal helpers ---------- */

.v2-reveal {
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 0.9s var(--v2-ease), transform 0.9s var(--v2-ease);
}
.v2-reveal.is-visible,
.v2-hero.is-visible .v2-reveal,
.v2-block.is-visible .v2-reveal {
    opacity: 1;
    transform: translateY(0);
}

.v2-reveal[data-d="1"] { transition-delay: 0.08s; }
.v2-reveal[data-d="2"] { transition-delay: 0.16s; }
.v2-reveal[data-d="3"] { transition-delay: 0.24s; }
.v2-reveal[data-d="4"] { transition-delay: 0.32s; }
.v2-reveal[data-d="5"] { transition-delay: 0.4s; }
.v2-reveal[data-d="6"] { transition-delay: 0.48s; }

/* split text reveal */
.v2-split { display: inline-block; }
.v2-split .v2-split-word {
    display: inline-block;
    overflow: hidden;
    vertical-align: bottom;
    margin-right: 0.22em;
    /* Room below baseline so descenders (p, y, g) aren’t clipped by overflow:hidden */
    padding-bottom: 0.22em;
}
.v2-split .v2-split-word > span {
    display: inline-block;
    transform: translateY(110%);
    transition: transform 0.9s var(--v2-ease);
    transition-delay: calc(var(--split-index, 1) * 0.04s);
}
.v2-hero.is-visible .v2-split .v2-split-word > span,
.v2-pullquote.is-visible .v2-split .v2-split-word > span {
    transform: translateY(0);
}

/* number scrub */
.v2-num {
    font-variant-numeric: tabular-nums;
}

/* ---------- per-page motion stages ---------- */

/* Mission: orbit/years */
.v2-stage-orbit {
    position: absolute;
    inset: 0;
    display: grid;
    place-items: center;
}
.v2-stage-orbit svg { width: 88%; height: auto; }
.v2-stage-orbit .v2-orbit-ring {
    fill: none;
    stroke: var(--v2-rule);
    stroke-width: 1;
}
.v2-stage-orbit .v2-orbit-ring--volt {
    stroke: var(--v2-volt);
    stroke-width: 1.5;
    transform-origin: 50% 50%;
    /* 24s spin removed per brief; rotation now driven by scroll progress in JS */
}
.v2-stage-orbit .v2-orbit-dot {
    fill: var(--v2-volt);
}

/* Lattice readout */
.v2-stage-readout {
    position: absolute;
    inset: 0;
    padding: 24px;
    display: grid;
    grid-template-rows: auto 1fr auto;
    gap: 16px;
    font-family: var(--v2-mono);
    font-size: 10px;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.7);
}

.v2-stage-readout .v2-readout-bars {
    display: grid;
    align-content: center;
    gap: 10px;
}

.v2-stage-readout .v2-readout-bar {
    display: grid;
    grid-template-columns: 80px 1fr 48px;
    gap: 12px;
    align-items: center;
}
.v2-stage-readout .v2-readout-bar-track {
    height: 4px;
    background: var(--v2-rule);
    overflow: hidden;
}
.v2-stage-readout .v2-readout-bar-fill {
    height: 100%;
    width: 0;
    background: var(--v2-volt);
    transition: width 1.4s var(--v2-ease);
}
.v2-hero.is-visible .v2-stage-readout .v2-readout-bar-fill[data-w] {
    width: var(--w);
}

/* helix / dna */
.v2-helix {
    position: absolute;
    inset: 0;
    overflow: hidden;
}
.v2-helix svg { width: 100%; height: 100%; }
.v2-helix .v2-helix-rung {
    stroke: var(--v2-volt);
    stroke-width: 1.2;
    opacity: 0;
    transition: opacity 0.6s var(--v2-ease);
}
.v2-helix.is-visible .v2-helix-rung { opacity: 0.85; }

/* well plate (validation) */
.v2-plate {
    position: absolute;
    inset: 0;
    display: grid;
    place-items: center;
}
.v2-plate-grid {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    gap: 6px;
    width: 80%;
    aspect-ratio: 1.6 / 1;
}
.v2-plate-well {
    aspect-ratio: 1;
    border: 1px solid var(--v2-rule);
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.02);
}
.v2-plate-well[data-state="hit"] {
    background: var(--v2-volt);
    animation: v2-well-pop 0.6s var(--v2-ease) both;
}
.v2-plate-well[data-state="warm"] {
    background: rgba(223, 241, 64, 0.35);
}
@keyframes v2-well-pop {
    from { transform: scale(0.4); opacity: 0; }
    to { transform: scale(1); opacity: 1; }
}

/* node graph (AI approach) */
.v2-graph { position: absolute; inset: 0; }
.v2-graph svg { width: 100%; height: 100%; }
.v2-graph .v2-graph-edge { stroke: var(--v2-rule); stroke-width: 0.8; }
.v2-graph .v2-graph-edge--hot { stroke: var(--v2-volt); stroke-width: 1.2; }
.v2-graph .v2-graph-node { fill: #1a1a1a; stroke: var(--v2-rule); stroke-width: 1; }
.v2-graph .v2-graph-node--active { fill: var(--v2-volt); stroke: var(--v2-volt); }

/* peptide chain */
.v2-chain { position: absolute; inset: 0; display: grid; place-items: center; }
.v2-chain-svg { width: 90%; }
.v2-chain-link {
    fill: #0a0a0a;
    stroke: var(--v2-rule);
    stroke-width: 1;
    opacity: 0;
    transform-origin: center;
    animation: v2-chain-pop 0.6s var(--v2-ease) both;
}
.v2-chain-link[data-active="1"] { fill: var(--v2-volt); stroke: var(--v2-volt); }
@keyframes v2-chain-pop {
    from { opacity: 0; transform: scale(0.4); }
    to { opacity: 1; transform: scale(1); }
}

/* timeline / roadmap */
.v2-timeline {
    position: relative;
    padding: 12px 0;
}
.v2-timeline-rail {
    position: absolute;
    left: 0; right: 0; top: 50%;
    height: 1px;
    background: var(--v2-rule);
}
.v2-timeline-rail::before {
    content: "";
    position: absolute;
    left: 0; top: 0;
    width: 0;
    height: 1px;
    background: var(--v2-volt);
    transition: width 2.4s var(--v2-ease);
}
.v2-block.is-visible .v2-timeline-rail::before { width: 100%; }
.v2-timeline-marks {
    position: relative;
    display: grid;
    grid-auto-flow: column;
    grid-auto-columns: 1fr;
}
.v2-timeline-mark {
    position: relative;
    text-align: center;
    padding: 24px 0 0;
    font-family: var(--v2-mono);
    font-size: 11px;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}
.v2-timeline-mark::before {
    content: "";
    position: absolute;
    left: 50%; top: -6px;
    transform: translateX(-50%);
    width: 12px; height: 12px;
    border: 1px solid var(--v2-rule);
    background: #010101;
    border-radius: 50%;
    transition: all 0.6s var(--v2-ease);
}
.v2-timeline-mark[data-state="done"]::before {
    background: var(--v2-volt);
    border-color: var(--v2-volt);
}
.v2-timeline-mark[data-state="now"]::before {
    border-color: var(--v2-volt);
    background: #010101;
    /* opacity-only "now" pulse — no scale, per brief */
    animation: v2-tl-now 2.4s ease-in-out infinite;
}
@keyframes v2-tl-now {
    0%, 100% { opacity: 0.55; }
    50% { opacity: 1; }
}
.v2-timeline-mark .v2-tm-year {
    font-size: 14px;
    color: #fff;
    margin-bottom: 6px;
    display: block;
}
.v2-timeline-mark .v2-tm-label { color: rgba(255, 255, 255, 0.6); }

/* card grid (team/media indices) */
.v2-card-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: clamp(18px, 1.4vw, 24px);
    border-top: 1px solid var(--v2-rule);
    border-bottom: 1px solid var(--v2-rule);
    padding: 24px 0;
}

.v2-card-grid .v2-card {
    position: relative;
    aspect-ratio: 4 / 5;
    background: #010101;
    overflow: hidden;
    color: inherit;
    transition: background 0.4s var(--v2-ease);
    display: block;
}

.v2-card .v2-card-img {
    position: absolute;
    inset: 0;
    width: 100%; height: 100%;
    object-fit: cover;
    filter: contrast(1.02);
    transition: transform 1.4s var(--v2-ease), filter 0.6s var(--v2-ease);
}
.v2-card:hover .v2-card-img { transform: scale(1.04); filter: contrast(1.06) brightness(1.05); }

.v2-card-overlay {
    position: absolute;
    inset: 0;
    z-index: 1;
    background: linear-gradient(180deg, rgba(0,0,0,0) 30%, rgba(0,0,0,0.85) 100%);
    pointer-events: none;
}

.v2-card-meta {
    position: relative;
    z-index: 2;
    padding: 24px;
    height: 100%;
    display: grid;
    grid-template-rows: auto 1fr auto;
    gap: 12px;
    color: #fff;
}

.v2-card-meta .v2-card-tag {
    font-family: var(--v2-mono);
    font-size: 11px;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: var(--v2-volt);
}

.v2-card-meta .v2-card-name {
    align-self: end;
    font-size: clamp(22px, 1.8vw, 32px);
    line-height: 1.05;
    letter-spacing: -0.015em;
    font-weight: 400;
}

.v2-card-meta .v2-card-sub {
    font-family: var(--v2-mono);
    font-size: 11px;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.7);
}

/* faq accordion — padding lives on <summary> so the full question row toggles (not dead zones on <details>) */
.v2-faq-list { display: grid; }
.v2-faq-item {
    border-top: 1px solid var(--v2-rule);
    padding: 0;
}
.v2-faq-item:last-child { border-bottom: 1px solid var(--v2-rule); }
.v2-faq-q {
    display: grid;
    grid-template-columns: 80px 1fr auto;
    gap: 24px;
    align-items: baseline;
    cursor: pointer;
    user-select: none;
    list-style: none;
    padding: 28px 0;
}
.v2-faq-q::-webkit-details-marker {
    display: none;
}
/* Do not zero summary padding when open — that removes ~28px instantly while JS animates
   .v2-faq-a-wrap height, so the rule between rows jumps (“overshoot”) then settles. */
.v2-faq-q .v2-faq-i {
    font-family: var(--v2-mono);
    font-size: 11px;
    letter-spacing: 0.06em;
    color: var(--v2-volt);
}
.v2-faq-q .v2-faq-text {
    font-size: clamp(20px, 1.6vw, 28px);
    line-height: 1.18;
    letter-spacing: -0.015em;
}
.v2-faq-q .v2-faq-toggle {
    font-family: var(--v2-mono);
    font-size: 18px;
    transition: transform 0.4s var(--v2-ease);
}
.v2-faq-item[open] .v2-faq-toggle { transform: rotate(45deg); }

/* Answer slot: height + inner motion driven by v2.js setupFaq() for smooth easing */
.v2-faq-a-wrap {
    overflow: hidden;
}
.v2-faq-a-wrap > .v2-faq-a {
    margin-top: 0;
    padding-top: 12px;
    padding-left: 104px;
    padding-bottom: 28px;
    max-width: 70ch;
    font-size: clamp(16px, 1.1vw, 18px);
    line-height: 1.5;
    color: rgba(255, 255, 255, 0.7);
}

/* video embed */
.v2-video {
    position: relative;
    aspect-ratio: 16 / 9;
    background: #000;
    overflow: hidden;
    border: 1px solid var(--v2-rule);
}
.v2-video iframe {
    width: 100%;
    height: 100%;
    border: 0;
}

/* responsive */
@media (max-width: 980px) {
    .v2-hero-body,
    .v2-block-head,
    .v2-body-2col {
        grid-template-columns: 1fr;
    }
    .v2-hero-foot { grid-template-columns: repeat(2, 1fr); }
    .v2-hero-foot .v2-foot-cell:nth-child(2) { border-right: 0; }
    .v2-ribbon { grid-auto-flow: row; }
    .v2-ribbon-cell { border-right: 0; border-bottom: 1px solid var(--v2-rule); }
    .v2-next { grid-template-columns: 1fr; }
    .v2-next-card { border-right: 0; border-bottom: 1px solid var(--v2-rule); }
    .v2-next-card:last-child { border-bottom: 0; }
    .v2-card-grid { grid-template-columns: 1fr; }
    .v2-faq-q { grid-template-columns: 48px 1fr auto; gap: 16px; }
    .v2-faq-a-wrap > .v2-faq-a { padding-left: 64px; }
}

/* ============================================================
   Rev 2 title-page spine
   Fold 1 is a still white title page. Fold 2 earns the dark register.
   ============================================================ */

html {
    scroll-behavior: smooth;
}

body.v2.v2-light {
    background: #ffffff;
}

.v2 .v2-nav {
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    z-index: 100 !important;
    display: grid !important;
    grid-template-columns: minmax(150px, 1fr) auto minmax(150px, 1fr) !important;
    align-items: center !important;
    height: var(--nav-height, 72px) !important;
    width: 100% !important;
    max-width: 100vw !important;
    padding: 0 var(--gutter) !important;
    background: transparent !important;
    border-bottom: 0 !important;
    color: #010101 !important;
    backdrop-filter: none !important;
}

.v2 .v2-nav-logo {
    justify-self: start !important;
}

.v2 .v2-nav-logo img {
    height: 22px !important;
    filter: none !important;
}

.v2 .v2-nav-links {
    grid-column: 2 !important;
    display: flex !important;
    justify-content: center !important;
    gap: clamp(20px, 3vw, 42px) !important;
    font-size: 14px !important;
    letter-spacing: -0.01em !important;
}

.v2 .v2-nav-links a {
    color: rgba(1, 1, 1, 0.78) !important;
}

.v2 .v2-nav-links a:hover {
    color: #010101 !important;
}

/* Contact + Company menu (Company panel wired in v2.js) */
.v2 .v2-nav-actions {
    grid-column: 3 !important;
    justify-self: end !important;
    display: flex !important;
    align-items: center !important;
    gap: clamp(14px, 2.2vw, 24px) !important;
}

.v2 .v2-nav-actions .v2-nav-cta {
    grid-column: auto !important;
    justify-self: auto !important;
}

.v2 .v2-nav-company-trigger {
    display: inline-flex !important;
    align-items: center !important;
    gap: 6px !important;
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
    background: transparent !important;
    cursor: pointer !important;
    font-family: inherit !important;
    font-size: 14px !important;
    line-height: 1.05 !important;
    letter-spacing: -0.01em !important;
    font-weight: 400 !important;
    text-transform: capitalize !important;
    color: rgba(1, 1, 1, 0.78) !important;
    white-space: nowrap !important;
}

.v2 .v2-nav-company-trigger:hover {
    color: #010101 !important;
}

.v2 .v2-nav-company-trigger .nav-trigger-sign {
    display: inline-block !important;
    min-width: 0.75em !important;
}

.v2 .v2-nav-cta {
    grid-column: 3 !important;
    justify-self: end !important;
    white-space: nowrap !important;
    border-color: rgba(1, 1, 1, 0.22) !important;
    color: #010101 !important;
}

.v2 .v2-nav-cta:hover {
    background: #010101 !important;
    border-color: #010101 !important;
    color: #ffffff !important;
}

/* Company mega-menu: light surface (inverted vs landing-page dark panel) */
.v2 .v2-nav-panel {
    position: fixed !important;
    top: var(--nav-height, 72px) !important;
    left: 0 !important;
    right: 0 !important;
    z-index: 200 !important;
    max-height: 0 !important;
    overflow: hidden !important;
    opacity: 0 !important;
    pointer-events: none !important;
    transform: translateY(-12px) !important;
    color: #010101 !important;
    background: #ffffff !important;
    border-top: 1px solid rgba(1, 1, 1, 0.12) !important;
    box-shadow: 0 24px 48px rgba(1, 1, 1, 0.08) !important;
    transition:
        max-height 0.75s var(--v2-ease, cubic-bezier(0.645, 0.045, 0.355, 1)),
        opacity 0.45s ease,
        transform 0.55s var(--v2-ease, cubic-bezier(0.645, 0.045, 0.355, 1)) !important;
}

.v2 .v2-nav-panel.is-open {
    max-height: min(520px, 88vh) !important;
    opacity: 1 !important;
    pointer-events: auto !important;
    transform: translateY(0) !important;
}

.v2 .v2-nav-panel--company .nav-panel-inner {
    padding: clamp(36px, 5vw, 54px) var(--gutter) clamp(40px, 6vw, 56px) !important;
}

.v2 .v2-nav-panel--company .nav-panel-label {
    color: rgba(1, 1, 1, 0.55) !important;
    letter-spacing: 0.08em !important;
    font-size: 11px !important;
}

.v2 .v2-nav-panel--company .nav-panel-overview p {
    color: rgba(1, 1, 1, 0.82) !important;
}

.v2 .v2-nav-panel--company .nav-panel-contact span {
    color: rgba(1, 1, 1, 0.55) !important;
}

.v2 .v2-nav-panel--company .nav-panel-contact a {
    color: #010101 !important;
}

.v2 .v2-nav-panel--company .nav-panel-column a {
    color: #010101 !important;
}

.v2 .v2-nav-panel--company .nav-panel-column a:hover {
    color: rgba(1, 1, 1, 0.72) !important;
}

body.v2-nav-panel-open {
    overflow: hidden;
}

/* Match landing: blur + dim page chrome while company panel is open (nav + panel stay sharp). */
body.v2 main.v2-main,
body.v2 .detail-main,
body.v2 .v2-footer {
    transition:
        filter 0.55s ease,
        opacity 0.55s ease;
}

body.v2-nav-panel-open main.v2-main,
body.v2-nav-panel-open .detail-main,
body.v2-nav-panel-open .v2-footer {
    filter: blur(9px);
    opacity: 0.62;
}

@media (prefers-reduced-motion: reduce) {
    body.v2 main.v2-main,
    body.v2 .detail-main,
    body.v2 .v2-footer {
        transition: none;
    }

    body.v2-nav-panel-open main.v2-main,
    body.v2-nav-panel-open .detail-main,
    body.v2-nav-panel-open .v2-footer {
        filter: none;
        opacity: 0.85;
    }
}

@media (prefers-reduced-motion: reduce) {
    .v2 .v2-nav-panel {
        transition: none !important;
    }
}

@media (max-width: 900px) {
    .v2 .v2-nav-panel--company .nav-panel-inner {
        grid-template-columns: 1fr !important;
        gap: clamp(28px, 5vw, 40px) !important;
    }

    .v2 .v2-nav-panel.is-open {
        max-height: min(90vh, 900px) !important;
        overflow-y: auto !important;
    }
}

.v2 main.v2-main,
.v2 .detail-main {
    padding-top: 0 !important;
}

.v2-title-page {
    min-height: 100vh;
    display: grid;
    grid-template-rows: 1fr;
    padding: var(--nav-height, 72px) var(--gutter) clamp(28px, 4vw, 56px);
    color: #010101;
    background: #ffffff;
    border-bottom: 1px solid rgba(1, 1, 1, 0.18);
}

.v2-title-page.v2-reveal {
    opacity: 0;
    transform: none;
    transition: opacity 0.9s var(--v2-ease);
}

.v2-title-page.v2-reveal.is-visible {
    opacity: 1;
}

.v2-title-page-body {
    min-height: calc(100vh - var(--nav-height, 72px) - clamp(28px, 4vw, 56px));
    display: grid;
    grid-template-rows: auto 1fr auto;
    gap: clamp(24px, 4vh, 48px);
}

.v2-title-kicker {
    display: grid;
    grid-template-columns: minmax(140px, 220px) minmax(0, 36ch) 1fr;
    gap: clamp(24px, 4vw, 80px);
    align-items: start;
    padding-top: clamp(28px, 5vh, 72px);
}

.v2-title-page .v2-eyebrow,
.v2-title-page .v2-epigraph,
.v2-title-page .v2-mission,
.v2-title-page .v2-title-contents {
    font-family: var(--v2-mono);
    font-size: 12px;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    font-weight: 500;
    line-height: 1.05;
    color: #010101;
}

.v2-title-page .v2-epigraph {
    max-width: 34ch;
}

.v2-title-headline {
    align-self: center;
    font-family: "HelveticaNowDisplay", Helvetica, Arial, sans-serif;
    font-size: clamp(104px, 15vw, 220px);
    line-height: 0.92;
    letter-spacing: -0.04em;
    font-weight: 800;
    color: #010101;
    text-wrap: balance;
}

.v2-title-page-foot {
    display: grid;
    grid-template-columns: minmax(0, 42ch) 1fr auto;
    gap: clamp(24px, 4vw, 80px);
    align-items: end;
    padding-top: clamp(24px, 4vh, 56px);
}

.v2-mission {
    max-width: 42ch;
    line-height: 1.45;
}

.v2-title-contents {
    justify-self: end;
    display: grid;
    gap: 8px;
    min-width: min(32vw, 320px);
}

.v2-title-contents a {
    display: flex;
    justify-content: space-between;
    gap: 24px;
    color: #010101;
    padding-bottom: 5px;
    border-bottom: 1px solid rgba(1, 1, 1, 0.72);
}

.v2-title-contents a::after {
    content: "↓";
}

.v2-wayfind-link {
    color: #010101;
    width: fit-content;
}

.v2-wayfind-link--small {
    align-self: end;
    margin-top: clamp(28px, 8vh, 96px);
}

.v2-wayfind-arrow {
    display: inline-block;
    width: 16px;
    height: 16px;
    background: currentColor;
    -webkit-mask: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11 3h2v14.17l5.59-5.58L20 13l-8 8-8-8 1.41-1.41L11 17.17V3z' fill='black'/%3E%3C/svg%3E") center / contain no-repeat;
    mask: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11 3h2v14.17l5.59-5.58L20 13l-8 8-8-8 1.41-1.41L11 17.17V3z' fill='black'/%3E%3C/svg%3E") center / contain no-repeat;
}

.v2-wayfind-arrow--lg {
    width: 32px;
    height: 32px;
}

.v2-title-page .v2-section-tag::before,
.v2-title-page .v2-stat-dot,
.v2-title-page [class*="volt"] {
    background: #010101 !important;
    box-shadow: none !important;
    color: #010101 !important;
}

.v2-title-page .v2-pageframe::before,
.v2-title-page .v2-pageframe::after {
    display: none !important;
}

.v2-title-page * {
    animation: none !important;
}

.v2-hero-stage-block {
    min-height: 100vh;
    display: grid;
    align-items: center;
    padding: clamp(48px, 7vw, 96px) var(--gutter);
    background: #010101;
    border-bottom: 1px solid rgba(255, 255, 255, 0.14);
}

.v2-hero-stage {
    height: clamp(460px, 72vh, 780px);
}

.v2-block {
    background: #f1f0ea;
    color: #010101;
    border-bottom-color: rgba(1, 1, 1, 0.18);
}

.v2-block--gray,
.v2-light .v2-block--gray {
    background: #010101;
    color: #ffffff;
    border-bottom-color: rgba(255, 255, 255, 0.14);
}

.v2-block--cream,
.v2-light .v2-block--cream,
.v2-pullquote,
.v2-light .v2-pullquote {
    background: #ffffff;
    color: #010101;
    border-bottom-color: rgba(1, 1, 1, 0.18);
}

.v2-block:not(.v2-block--gray) .v2-block-eyebrow,
.v2-block:not(.v2-block--gray) .v2-body-aside {
    color: rgba(1, 1, 1, 0.55);
}

.v2-block:not(.v2-block--gray) .v2-block-title,
.v2-block:not(.v2-block--gray) .v2-body-prose strong {
    color: #010101;
}

.v2-block:not(.v2-block--gray) .v2-block-lead,
.v2-block:not(.v2-block--gray) .v2-body-prose {
    color: rgba(1, 1, 1, 0.82);
}

.v2-block:not(.v2-block--gray) .v2-body-prose li {
    border-color: rgba(1, 1, 1, 0.18);
}

.v2-block-lead,
.v2-body-prose,
.v2-faq-a {
    font-size: clamp(16px, 1.05vw, 18px);
}

.v2-scan {
    display: none !important;
}

.v2-timeline-mark[data-state="now"]::before {
    animation: none !important;
}

.v2 [class*="glow"],
.v2 [style*="box-shadow"] {
    box-shadow: none !important;
}

@media (max-width: 980px) {
    .v2 .v2-nav {
        grid-template-columns: auto 1fr !important;
    }

    .v2 .v2-nav-links {
        display: none !important;
    }

    .v2 .v2-nav-actions {
        grid-column: 2 !important;
        justify-self: end !important;
    }

    .v2 .v2-nav-cta {
        grid-column: 2 !important;
        justify-self: end !important;
    }

    .v2-title-kicker,
    .v2-title-page-foot {
        grid-template-columns: 1fr;
    }

    .v2-title-headline {
        font-size: clamp(72px, 20vw, 136px);
    }

    .v2-title-contents {
        justify-self: stretch;
        min-width: 0;
    }
}
