:root {
  --ink: #0b0b0a;
  --ink-soft: #171715;
  --paper: #f2eee5;
  --paper-deep: #e7e0d3;
  --white: #fffdfa;
  --metal: #b8b4ab;
  --accent: #b98d56;
  --accent-bright: #d5ad78;
  --line-dark: rgba(255,255,255,.15);
  --line-light: rgba(11,11,10,.16);
  --max: 1240px;
  --radius: 2px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; background: var(--ink); }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; font-size: 16px; line-height: 1.55; text-rendering: optimizeLegibility; }
button, a { -webkit-tap-highlight-color: transparent; }
button { font: inherit; }
button:focus-visible, a:focus-visible { outline: 2px solid var(--accent-bright); outline-offset: 4px; }
img { display: block; max-width: 100%; }
a { color: inherit; }

.reading-progress { position: fixed; inset: 0 0 auto; height: 3px; z-index: 100; background: transparent; }
.reading-progress span { display: block; width: 0; height: 100%; background: var(--accent-bright); transition: width .08s linear; }

.topbar { min-height: 76px; padding: 14px max(24px, calc((100vw - var(--max))/2)); display: flex; align-items: center; gap: 34px; color: var(--white); background: rgba(11,11,10,.92); border-bottom: 1px solid var(--line-dark); position: sticky; top: 0; z-index: 50; backdrop-filter: blur(16px); }
.brand { display: inline-flex; align-items: center; gap: 12px; text-decoration: none; flex: none; }
.brand-mark { display: grid; place-items: center; width: 42px; height: 42px; border: 1px solid rgba(255,255,255,.45); border-radius: 50%; font-size: 13px; font-weight: 800; letter-spacing: -.05em; }
.brand strong, .brand small { display: block; letter-spacing: .16em; line-height: 1.15; }
.brand strong { font-size: 14px; }.brand small { font-size: 9px; color: #bcbab5; margin-top: 4px; }
.proposal-label { font-size: 11px; letter-spacing: .16em; color: #a9a7a2; margin: 0 auto 0 0; }.proposal-label span { color: var(--accent-bright); }
.topbar nav { display: flex; gap: 24px; }.topbar nav a { color: #c4c1bb; text-decoration: none; font-size: 12px; letter-spacing: .08em; text-transform: uppercase; }.topbar nav a:hover { color: #fff; }

.section-dark, .section-black { color: var(--white); background: var(--ink); }
.section-black { background: #050505; }
.section-light { color: var(--ink); background: var(--paper); }
.hero, .product-system, .program-section, .funding-section, .dedicated-operation, .logistics-section, .timeline-section, .live-section, .commitment-section, .summary-section { padding: clamp(88px, 10vw, 148px) max(24px, calc((100vw - var(--max))/2)); }

.eyebrow { margin: 0 0 24px; color: #b8b4ab; font-size: 12px; font-weight: 700; letter-spacing: .19em; text-transform: uppercase; }.eyebrow.dark { color: #685e51; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { letter-spacing: -.045em; font-weight: 560; }
h1 { max-width: 760px; margin-bottom: 28px; font-size: clamp(52px, 7.2vw, 104px); line-height: .94; }
h1 em { color: var(--accent-bright); font-style: normal; }
h2 { margin-bottom: 26px; font-size: clamp(46px, 6.2vw, 86px); line-height: .97; }
h3 { font-size: clamp(30px, 3.4vw, 52px); line-height: 1.04; }
.mono { font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace; font-size: 12px; letter-spacing: .09em; text-transform: uppercase; }
.fine-print { color: #746d63; font-size: 13px; line-height: 1.65; }.fine-print.centered { text-align: center; color: #8f8b84; margin: 32px auto 0; }

.hero { min-height: calc(100svh - 76px); display: grid; grid-template-columns: minmax(0,1.18fr) minmax(350px,.72fr); align-items: center; gap: clamp(44px, 6vw, 92px); overflow: hidden; position: relative; }
.hero::after { content: ""; position: absolute; width: 620px; height: 620px; right: -260px; bottom: -280px; border: 1px solid rgba(255,255,255,.09); border-radius: 50%; box-shadow: 0 0 0 90px rgba(255,255,255,.018), 0 0 0 180px rgba(255,255,255,.012); pointer-events: none; }
.hero-copy, .hero-visual { position: relative; z-index: 1; }
.hero h1 { max-width: 820px; font-size: clamp(50px, 5.8vw, 84px); line-height: .96; }
.hero-lead { max-width: 680px; margin-bottom: 38px; color: #c4c0b9; font-size: clamp(18px, 2vw, 24px); line-height: 1.5; }
.hero-actions { display: flex; align-items: center; gap: 24px; flex-wrap: wrap; }
.button { min-height: 56px; padding: 16px 24px; border: 1px solid transparent; border-radius: var(--radius); font-size: 12px; font-weight: 800; letter-spacing: .11em; text-transform: uppercase; cursor: pointer; display: inline-flex; align-items: center; justify-content: center; text-decoration: none; transition: transform .2s ease, background .2s ease, color .2s ease; }
.button:hover { transform: translateY(-2px); }
.button-light { color: var(--ink); background: var(--white); }.button-dark { color: var(--white); background: var(--ink); }.button-outline { color: var(--ink); background: transparent; border-color: rgba(11,11,10,.35); }
.text-button { color: #d0ccc4; background: none; border: 0; padding: 14px 0; font-size: 13px; cursor: pointer; border-bottom: 1px solid #56534e; }.text-button span { color: var(--accent-bright); margin-left: 8px; }
.hero-stats { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); max-width: 660px; margin-top: 70px; border-top: 1px solid var(--line-dark); border-bottom: 1px solid var(--line-dark); }
.hero-stats div { padding: 20px 20px 20px 0; }.hero-stats div + div { padding-left: 22px; border-left: 1px solid var(--line-dark); }
.hero-stats span, .hero-stats strong { display: block; }.hero-stats span { color: #8e8b85; font-size: 10px; letter-spacing: .15em; }.hero-stats strong { margin-top: 6px; font-size: clamp(18px, 2vw, 27px); font-weight: 560; }
.image-frame { overflow: hidden; background: #1b1b19; position: relative; }
.image-frame img { width: 100%; height: 100%; object-fit: cover; }
.hero-image-frame { height: min(650px, 66vh); box-shadow: 0 32px 90px rgba(0,0,0,.55); }.hero-image-frame img { object-position: center 49%; }
.image-index, .image-status, .photo-note { position: absolute; padding: 8px 10px; color: #fff; background: rgba(7,7,7,.72); backdrop-filter: blur(10px); font-size: 10px; font-weight: 700; letter-spacing: .11em; }
.image-index { top: 14px; right: 14px; }.image-status { left: 14px; bottom: 14px; }.image-status i { display: inline-block; width: 6px; height: 6px; margin-right: 8px; background: var(--accent-bright); border-radius: 50%; }
.image-caption { max-width: 430px; margin: 16px 0 0; color: #8e8a83; font-size: 12px; line-height: 1.55; }

.principle-strip { padding: 40px max(24px, calc((100vw - var(--max))/2)); display: grid; grid-template-columns: 1fr 1.2fr; gap: 60px; color: #9b958c; background: #151513; border-top: 1px solid #262623; font-size: clamp(15px, 1.8vw, 22px); letter-spacing: -.015em; }.principle-strip strong { color: var(--white); font-weight: 600; }

.section-heading { max-width: 900px; margin-bottom: clamp(52px, 7vw, 88px); }.section-heading > p:last-child { max-width: 700px; margin: 0; color: #69645c; font-size: clamp(17px, 1.8vw, 22px); }.section-dark .section-heading > p:last-child, .section-black .section-heading > p:last-child { color: #a6a29b; }
.product-selector { display: grid; grid-template-columns: 1fr 1fr; max-width: 650px; margin-bottom: 34px; border: 1px solid var(--line-light); }
.product-option { min-height: 112px; padding: 22px; display: grid; grid-template-columns: 44px 1fr; grid-template-rows: auto auto; text-align: left; color: #6c665e; background: transparent; border: 0; cursor: pointer; }.product-option + .product-option { border-left: 1px solid var(--line-light); }.product-option span { grid-row: 1 / 3; font-family: ui-monospace, monospace; font-size: 12px; }.product-option strong { color: var(--ink); font-size: 24px; }.product-option small { font-size: 13px; }.product-option.is-active { color: #d9c19e; background: var(--ink); }.product-option.is-active strong { color: var(--white); }
.product-stage { display: grid; grid-template-columns: minmax(0,1.1fr) minmax(320px,.9fr); min-height: 620px; background: var(--white); border: 1px solid var(--line-light); }
.product-image-frame { min-height: 620px; background: #d9d3c9; }.product-image-frame img { object-position: center 52%; transition: opacity .22s ease, transform .45s ease; }.product-image-frame img.switching { opacity: .2; transform: scale(.985); }
.product-readout { padding: clamp(36px, 6vw, 84px); display: flex; flex-direction: column; justify-content: center; }.product-readout .mono { color: #766c60; }.product-readout p { color: #625d55; font-size: 17px; }.shared-closure { margin-top: 50px; padding-top: 24px; border-top: 1px solid var(--line-light); }.shared-closure span, .shared-closure strong { display: block; }.shared-closure span { color: #847a6e; font-size: 10px; letter-spacing: .16em; }.shared-closure strong { margin-top: 8px; font-size: 19px; }
.mold-reveal { margin-top: clamp(80px, 10vw, 140px); display: grid; grid-template-columns: minmax(320px,.85fr) minmax(0,1.15fr); background: var(--ink); color: var(--white); }
.mold-photo { min-height: 720px; }.mold-photo img { object-position: center center; filter: saturate(.65) contrast(1.06); }.photo-note { right: 14px; bottom: 14px; }
.mold-panel { padding: clamp(42px, 7vw, 92px); }.mold-panel h3 { max-width: 520px; }.mold-buttons { margin: 52px 0 32px; border-top: 1px solid var(--line-dark); }
.mold-button { width: 100%; padding: 18px 4px; display: grid; grid-template-columns: 55px 1fr; color: #9b9790; background: transparent; border: 0; border-bottom: 1px solid var(--line-dark); text-align: left; cursor: pointer; }.mold-button span { font-family: ui-monospace, monospace; font-size: 11px; }.mold-button.is-active { color: var(--white); padding-left: 15px; border-left: 3px solid var(--accent-bright); }
.mold-detail { display: flex; justify-content: space-between; gap: 24px; align-items: baseline; color: #b8b4ad; }.mold-detail strong { flex: none; color: var(--accent-bright); }.mold-panel .fine-print { color: #77736d; margin: 30px 0 0; }
.prototype-gallery { margin-top: 22px; display: grid; grid-template-columns: repeat(6, minmax(0,1fr)); gap: 10px; }.prototype-gallery button { padding: 0; border: 0; background: #d9d3c9; cursor: zoom-in; position: relative; aspect-ratio: .84; overflow: hidden; }.prototype-gallery img { width: 100%; height: 100%; object-fit: cover; filter: saturate(.7); transition: transform .35s ease, filter .35s ease; }.prototype-gallery button:hover img { transform: scale(1.035); filter: saturate(1); }.prototype-gallery span { position: absolute; inset: auto 7px 7px; padding: 5px 7px; color: #fff; background: rgba(0,0,0,.72); font-size: 10px; text-align: left; }

.program-section { border-top: 1px solid #262624; }
.tier-selector { display: grid; grid-template-columns: repeat(4, minmax(0,1fr)); border: 1px solid var(--line-dark); }
.tier-card { min-height: 190px; padding: 26px; display: flex; flex-direction: column; justify-content: flex-end; align-items: flex-start; gap: 2px; color: #aaa69e; background: transparent; border: 0; cursor: pointer; position: relative; }.tier-card + .tier-card { border-left: 1px solid var(--line-dark); }.tier-card:hover { background: #10100f; }.tier-card.is-active { color: var(--ink); background: var(--paper); }.tier-name { margin-bottom: auto; font-size: 13px; letter-spacing: .08em; text-transform: uppercase; }.tier-card strong { color: var(--white); font-size: clamp(34px, 4vw, 54px); line-height: 1; letter-spacing: -.05em; }.tier-card.is-active strong { color: var(--ink); }.tier-card small { font-family: ui-monospace, monospace; font-size: 11px; }.recommended { position: absolute; top: 18px; right: 18px; color: var(--ink); background: var(--accent-bright); padding: 5px 7px; font-size: 8px; letter-spacing: .12em; }
.program-readout { margin-top: 24px; display: grid; grid-template-columns: 1fr 1.35fr; gap: 2px; background: #20201d; }.program-primary { padding: clamp(38px, 5vw, 66px); background: #121211; }.program-primary p { color: #89857e; }.program-primary strong, .program-primary span { display: block; }.program-primary strong { margin: 38px 0 2px; font-size: clamp(50px, 7vw, 90px); line-height: .9; letter-spacing: -.07em; }.program-primary > span { color: #99958e; font-size: 11px; letter-spacing: .15em; }
.program-metrics { display: grid; grid-template-columns: 1fr 1fr; gap: 1px; background: #292926; }.program-metrics div { padding: clamp(28px, 4vw, 48px); background: #121211; }.program-metrics span, .program-metrics strong { display: block; }.program-metrics span { color: #77736c; font-size: 10px; letter-spacing: .13em; }.program-metrics strong { margin-top: 10px; font-size: clamp(22px, 3vw, 35px); font-weight: 550; }
.mix-panel { margin-top: 24px; padding: clamp(36px, 5vw, 64px); display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: center; color: var(--ink); background: var(--paper); }.mix-panel h3 { margin: 24px 0 16px; }.mix-panel p:last-child { color: #69635b; }.mix-bars { display: grid; gap: 32px; }.mix-bar-row { display: grid; grid-template-columns: 60px 1fr 64px; align-items: center; gap: 14px; font-size: 11px; letter-spacing: .1em; }.mix-bar-row strong { text-align: right; font-size: 18px; }.mix-track { height: 7px; background: #d4cdc0; }.mix-track i { display: block; width: 50%; height: 100%; background: var(--ink); transition: width .35s ease; }

.funding-selector { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); border: 1px solid var(--line-light); }
.funding-card { min-height: 230px; padding: 30px; display: flex; flex-direction: column; align-items: flex-start; color: #746e65; background: transparent; border: 0; cursor: pointer; }.funding-card + .funding-card { border-left: 1px solid var(--line-light); }.funding-card .route-number { margin-bottom: auto; font-size: clamp(48px, 6vw, 76px); color: #b4ada1; letter-spacing: -.06em; }.funding-card strong { color: var(--ink); font-size: 21px; }.funding-card small { margin-top: 5px; }.funding-card.is-active { color: #bdb9b2; background: var(--ink); }.funding-card.is-active .route-number { color: var(--accent-bright); }.funding-card.is-active strong { color: var(--white); }
.funding-readout { margin-top: 26px; display: grid; grid-template-columns: .9fr 1.1fr; min-height: 620px; border: 1px solid var(--line-light); background: var(--white); }.funding-copy, .payment-ledger { padding: clamp(34px, 6vw, 76px); }.funding-copy { color: var(--white); background: #141413; }.funding-copy .mono { color: #9b968f; }.funding-copy > p:not(.mono) { color: #aaa69e; font-size: 17px; }.next-payment-callout { margin-top: 58px; padding: 24px; border: 1px solid #4a4540; background: #1d1c19; }.next-payment-callout span, .next-payment-callout strong { display: block; }.next-payment-callout span { color: #88837c; font-size: 10px; letter-spacing: .14em; }.next-payment-callout strong { margin-top: 9px; color: var(--accent-bright); font-size: 17px; line-height: 1.4; }
.payment-ledger { display: flex; flex-direction: column; justify-content: center; }.ledger-line { padding: 15px 0; display: flex; justify-content: space-between; gap: 24px; border-bottom: 1px solid var(--line-light); }.ledger-line span { color: #6e685f; }.ledger-line strong { font-size: 20px; }.ledger-line.emphasized { margin: 15px 0; padding: 21px; color: var(--white); background: var(--ink); border: 0; }.ledger-line.emphasized span { color: #c5c1ba; }
.payment-bar { height: 13px; margin: 38px 0 12px; display: flex; overflow: hidden; background: #ded8ce; }.payment-bar i { background: var(--accent); transition: width .35s ease; }.payment-bar b { background: #2a2926; transition: width .35s ease; }.payment-legend { display: flex; gap: 24px; color: #706a61; font-size: 11px; }.payment-legend i { display: inline-block; width: 8px; height: 8px; margin-right: 6px; }.advance-key { background: var(--accent); }.balance-key { background: #2a2926; }.payment-ledger > p { margin: 34px 0 0; color: #686159; font-size: 14px; }

.dedicated-operation { background: #121211; }.dedicated-operation .section-heading { max-width: 1000px; }.operation-grid { display: grid; grid-template-columns: repeat(5, minmax(0,1fr)); border-top: 1px solid var(--line-dark); border-left: 1px solid var(--line-dark); }.operation-grid span { min-height: 128px; padding: 22px; border-right: 1px solid var(--line-dark); border-bottom: 1px solid var(--line-dark); display: flex; align-items: flex-end; color: #b8b4ac; font-size: 14px; }.operation-grid span::before { content: ""; align-self: flex-start; width: 7px; height: 7px; margin: 3px auto 0 0; border: 1px solid var(--accent-bright); border-radius: 50%; }.operation-note { max-width: 850px; margin: 50px 0 0; color: var(--accent-bright); font-size: clamp(20px, 2.3vw, 31px); line-height: 1.45; }

.logistics-grid { display: grid; grid-template-columns: .65fr .65fr 1.7fr; gap: 18px; }.container-reference, .container-plan { border: 1px solid var(--line-light); background: var(--white); }.container-title { padding: 20px; display: flex; justify-content: space-between; gap: 12px; color: var(--white); background: var(--ink); }.container-title span { font-size: 24px; font-weight: 700; }.container-title strong { align-self: center; color: #99958e; font-size: 9px; letter-spacing: .12em; }.container-reference > div:not(.container-title) { padding: 24px 20px; border-top: 1px solid var(--line-light); }.container-reference > div span, .container-reference > div strong { display: block; }.container-reference > div span { color: #756f67; font-size: 10px; letter-spacing: .13em; }.container-reference > div strong { margin-top: 7px; font-size: 21px; }.container-plan { padding: clamp(30px, 5vw, 58px); }.container-plan h3 { margin: 30px 0 18px; font-size: clamp(28px, 3vw, 44px); }.container-plan > p:not(.mono) { color: #686159; }.container-icons { margin-top: 38px; display: grid; grid-template-columns: repeat(var(--container-count,3),minmax(0,1fr)); gap: 8px; }.container-icons[hidden], .container-pending[hidden] { display: none; }.container-unit { min-width: 0; color: #c9c5be; background: var(--ink); border-right: 6px solid #2a2927; }.container-unit > span { min-height: 43px; padding: 12px 8px; display: grid; place-items: center; color: #aaa69f; border-bottom: 1px solid #383733; font: 700 9px ui-monospace, monospace; letter-spacing: .1em; }.container-unit > strong { min-height: 58px; padding: 12px 8px; display: flex; align-items: center; justify-content: center; gap: 6px; color: var(--white); font: 700 10px/1.3 ui-monospace, monospace; letter-spacing: .045em; text-align: center; }.container-unit > strong b { font: inherit; }.container-unit > strong i { color: var(--accent-bright); font-style: normal; }.container-unit.is-mixed { border-right-color: var(--accent); }.container-unit.is-mixed > strong { align-items: stretch; flex-direction: column; gap: 2px; }.container-pending { margin-top: 38px; min-height: 112px; padding: 24px; display: flex; flex-direction: column; justify-content: center; color: var(--white); background: linear-gradient(135deg,#0c0c0b,#211d18); border-left: 3px solid var(--accent); }.container-pending span { color: #8f8a82; font: 700 9px ui-monospace, monospace; letter-spacing: .14em; }.container-pending strong { margin-top: 9px; color: var(--accent-bright); font-size: 16px; letter-spacing: .025em; }.logistics-note { margin: 28px 0 0; color: #6d665e; font-size: 14px; }.route-line { margin: 70px 0 22px; display: grid; grid-template-columns: auto 1fr auto 1fr auto 1fr auto; align-items: center; gap: 16px; color: #4e4942; font-size: 10px; font-weight: 700; letter-spacing: .12em; }.route-line i { height: 1px; background: #9e978d; position: relative; }.route-line i::after { content: ""; position: absolute; right: 0; top: -3px; width: 7px; height: 7px; border-top: 1px solid #9e978d; border-right: 1px solid #9e978d; transform: rotate(45deg); }.incoterm { margin: 0; font: 700 12px ui-monospace, monospace; letter-spacing: .08em; }.incoterm small { display: block; margin-top: 8px; color: #777168; font: 400 12px Inter, sans-serif; letter-spacing: 0; }.freight-assumption { max-width: 930px; margin: 26px 0 0; padding-top: 22px; color: #81796f; border-top: 1px solid var(--line-light); font-size: 12.5px; line-height: 1.7; }

.timeline { display: flex; gap: 0; overflow-x: auto; padding-bottom: 16px; scrollbar-width: thin; scrollbar-color: #5d5953 #171715; }.timeline-step { flex: 0 0 178px; min-height: 138px; padding: 22px 18px; color: #8d8982; background: #0f0f0e; border: 0; border-top: 1px solid #3a3935; text-align: left; cursor: pointer; position: relative; }.timeline-step::before { content: ""; position: absolute; top: -5px; left: 18px; width: 9px; height: 9px; background: #0f0f0e; border: 1px solid #6d6962; border-radius: 50%; }.timeline-step span, .timeline-step strong { display: block; }.timeline-step span { min-height: 30px; margin-bottom: 24px; font: 700 9px/1.45 ui-monospace, monospace; letter-spacing: .1em; }.timeline-step strong { color: #bbb7b0; font-size: 14px; }.timeline-step.is-active { color: var(--accent-bright); background: #1b1a17; }.timeline-step.is-active::before { background: var(--accent-bright); border-color: var(--accent-bright); box-shadow: 0 0 0 5px rgba(213,173,120,.12); }.timeline-step.is-active strong { color: var(--white); }.timeline-detail { max-width: 790px; min-height: 235px; margin: 28px auto 0; padding: clamp(34px, 5vw, 62px); text-align: center; background: #111110; border: 1px solid #272724; }.timeline-detail > span { color: var(--accent-bright); font: 700 11px ui-monospace, monospace; letter-spacing: .12em; }.timeline-detail h3 { margin: 16px 0 12px; font-size: clamp(31px, 4vw, 49px); }.timeline-detail p { margin: 0; color: #98948d; }

.transition-section { min-height: 92vh; padding: clamp(110px, 15vw, 220px) max(24px, calc((100vw - var(--max))/2)); display: flex; flex-direction: column; justify-content: center; color: var(--white); background: linear-gradient(180deg,#050505 0%,#10100f 58%,#171511 100%); overflow: hidden; }.transition-first, .transition-second { margin: 0; font-size: clamp(40px, 8.5vw, 124px); font-weight: 650; letter-spacing: -.06em; line-height: .88; }.transition-first { color: #69655f; }.transition-second { max-width: 1120px; margin-top: 26px; color: var(--accent-bright); }.supply-flow { margin-top: 86px; display: flex; align-items: center; gap: 15px; overflow-x: auto; padding-bottom: 18px; color: #d2cec7; font: 700 10px ui-monospace, monospace; letter-spacing: .11em; white-space: nowrap; }.supply-flow span { padding: 12px 14px; border: 1px solid #4b4740; background: rgba(0,0,0,.18); }.supply-flow b { color: var(--accent-bright); }.transition-note { max-width: 820px; margin: 34px 0 0; color: #9c978f; font-size: clamp(18px, 2vw, 26px); }

.live-section { display: grid; grid-template-columns: .62fr 1.38fr; gap: clamp(45px, 7vw, 100px); align-items: start; }.live-intro { position: sticky; top: 130px; }.live-intro > p:last-child { max-width: 480px; color: #615b53; font-size: 20px; }.live-dashboard { overflow: hidden; background: #0d0d0c; color: var(--white); border: 1px solid #2b2a27; box-shadow: 0 28px 80px rgba(19,15,10,.18); }.live-topline { padding: 18px 20px; display: flex; justify-content: space-between; gap: 20px; border-bottom: 1px solid var(--line-dark); color: #8c8881; font: 600 9px ui-monospace, monospace; letter-spacing: .11em; }.live-topline > div { display: flex; align-items: center; gap: 10px; }.live-topline strong { color: var(--white); }.live-topline small { color: var(--accent-bright); }.live-dot { width: 7px; height: 7px; background: #7fd6a0; border-radius: 50%; box-shadow: 0 0 0 4px rgba(127,214,160,.1); }
.live-tabs { display: flex; overflow-x: auto; border-bottom: 1px solid var(--line-dark); }.live-tabs button { flex: 1; min-width: max-content; padding: 15px 16px; color: #7f7b75; background: transparent; border: 0; border-bottom: 2px solid transparent; font-size: 11px; cursor: pointer; }.live-tabs button.is-active { color: var(--white); border-color: var(--accent-bright); }.live-panel { min-height: 420px; padding: clamp(24px, 4vw, 42px); }.live-summary-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }.live-metric { padding: 20px; background: #151514; border: 1px solid #282725; }.live-metric span, .live-metric strong, .live-metric small { display: block; }.live-metric span { color: #77736d; font-size: 9px; letter-spacing: .12em; }.live-metric strong { margin: 13px 0 8px; font-size: 24px; }.live-metric small { color: #928e87; }.live-progress { height: 5px; margin-top: 14px; background: #2b2a27; }.live-progress i { display: block; height: 100%; background: var(--accent-bright); }.live-list { margin-top: 16px; border-top: 1px solid #2b2a27; }.live-list-row { padding: 17px 5px; display: grid; grid-template-columns: 1fr auto; gap: 20px; border-bottom: 1px solid #2b2a27; }.live-list-row span { color: #c2beb7; }.live-list-row strong { color: var(--accent-bright); font-size: 12px; }.simulation-note { margin: 0; padding: 14px 20px; color: #74706a; background: #131312; border-top: 1px solid var(--line-dark); font-size: 10px; line-height: 1.5; }

.commitment-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 1px; background: #34332f; border: 1px solid #34332f; }.commitment-grid > div { padding: clamp(34px, 6vw, 72px); background: #121211; }.commitment-grid .mono { color: var(--accent-bright); }.commitment-grid ol { margin: 38px 0 0; padding: 0; list-style: none; counter-reset: item; }.commitment-grid li { padding: 15px 0; display: grid; grid-template-columns: 40px 1fr; color: #c0bcb5; border-bottom: 1px solid var(--line-dark); }.commitment-grid li::before { counter-increment: item; content: "0" counter(item); color: #77736c; font: 11px ui-monospace, monospace; }.commitment-lead { margin: 42px 0 24px; color: var(--white); font-size: clamp(25px, 3vw, 40px); line-height: 1.23; letter-spacing: -.035em; }.commitment-lead + p { color: #9a968f; }.commitment-grid > div > strong { display: block; margin-top: 56px; padding-top: 24px; color: var(--accent-bright); border-top: 1px solid var(--line-dark); font-size: 18px; line-height: 1.5; }

.final-config { background: var(--white); border: 1px solid var(--line-light); box-shadow: 0 30px 85px rgba(32,24,15,.08); }.config-header { padding: 28px clamp(24px,4vw,48px); display: flex; align-items: center; justify-content: space-between; gap: 20px; color: var(--white); background: var(--ink); }.config-header span, .config-header strong { display: block; }.config-header > div > span { color: #8f8b84; font-size: 10px; letter-spacing: .13em; }.config-header > div > strong { margin-top: 5px; font-size: 16px; letter-spacing: .03em; }.review-chip { padding: 7px 10px; border: 1px solid #57534c; color: var(--accent-bright); font-size: 9px; letter-spacing: .12em; white-space: nowrap; }
.config-grid { display: grid; grid-template-columns: repeat(4,1fr); }.config-grid > div { min-height: 120px; padding: 24px; border-right: 1px solid var(--line-light); border-bottom: 1px solid var(--line-light); }.config-grid > div:nth-child(4n) { border-right: 0; }.config-grid span, .config-grid strong { display: block; }.config-grid span { color: #786f65; font-size: 10px; letter-spacing: .1em; text-transform: uppercase; }.config-grid strong { margin-top: 10px; font-size: 19px; line-height: 1.3; }.config-grid .wide { grid-column: span 2; }.config-grid .next-due { color: var(--white); background: #1a1917; }.config-grid .next-due span { color: #8c8881; }.config-grid .next-due strong { color: var(--accent-bright); }
.config-actions { padding: 34px clamp(24px,4vw,48px) 16px; display: flex; gap: 14px; flex-wrap: wrap; }.config-actions .button { flex: 1 1 300px; }.action-note { margin: 0; padding: 8px clamp(24px,4vw,48px) 40px; color: #6b655d; font-size: 13px; }.partners { margin-top: clamp(80px,10vw,140px); display: grid; grid-template-columns: 1.6fr .7fr .7fr; gap: 40px; align-items: end; border-top: 1px solid var(--line-light); padding-top: 50px; }.partners > p { margin: 0; font-size: clamp(22px,2.8vw,38px); line-height: 1.3; letter-spacing: -.03em; }.partners strong, .partners span { display: block; }.partners strong { font-size: 17px; }.partners span { margin-top: 6px; color: #766f66; font-size: 12px; }.legal-note { max-width: 900px; margin: 80px 0 0; color: #777067; font-size: 12px; }

footer { padding: 28px max(24px, calc((100vw - var(--max))/2)); display: flex; justify-content: space-between; gap: 24px; color: #77736d; background: #080808; border-top: 1px solid #222220; font-size: 9px; letter-spacing: .12em; }
footer strong { color: #aaa69e; }

dialog { max-width: none; border: 0; padding: 0; }.gallery-dialog { width: min(960px, calc(100vw - 28px)); height: min(92vh, 960px); color: #fff; background: #090909; overflow: hidden; }.gallery-dialog::backdrop, .review-dialog::backdrop { background: rgba(0,0,0,.82); backdrop-filter: blur(12px); }.gallery-dialog figure { width: 100%; height: 100%; margin: 0; display: flex; flex-direction: column; }.gallery-dialog figure img { width: 100%; min-height: 0; flex: 1; object-fit: contain; }.gallery-dialog figcaption { padding: 14px 70px; color: #aaa69f; background: #111; font-size: 12px; text-align: center; }.dialog-close { position: absolute; top: 15px; right: 15px; z-index: 2; width: 44px; height: 44px; color: #fff; background: rgba(0,0,0,.7); border: 1px solid #5a5752; border-radius: 50%; cursor: pointer; font-size: 25px; }.gallery-arrow { position: absolute; top: 50%; z-index: 2; width: 48px; height: 48px; color: #fff; background: rgba(0,0,0,.7); border: 1px solid #5a5752; border-radius: 50%; cursor: pointer; }.gallery-arrow.previous { left: 16px; }.gallery-arrow.next { right: 16px; }
.review-dialog { width: min(820px, calc(100vw - 28px)); max-height: 92vh; padding: clamp(30px,5vw,60px); background: var(--paper); overflow-y: auto; }.review-dialog h2 { max-width: 650px; margin-bottom: 20px; font-size: clamp(34px,5vw,54px); }.review-dialog > p:not(.eyebrow,.fine-print,.review-safety) { color: #655f57; }.review-safety { margin: 24px 0; padding: 14px 16px; color: var(--accent-bright); background: var(--ink); border-left: 3px solid var(--accent-bright); font-size: 13px; font-weight: 750; letter-spacing: .025em; }.review-summary-grid { display: grid; grid-template-columns: 1fr 1fr; border-top: 1px solid var(--line-light); border-left: 1px solid var(--line-light); background: var(--white); }.review-summary-grid > div { min-height: 112px; padding: 20px; border-right: 1px solid var(--line-light); border-bottom: 1px solid var(--line-light); }.review-summary-grid span, .review-summary-grid strong, .review-summary-grid small { display: block; }.review-summary-grid span { color: #7c7368; font-size: 10px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }.review-summary-grid strong { margin-top: 9px; color: var(--ink); font-size: 17px; line-height: 1.35; }.review-summary-grid small { margin-top: 6px; color: #756e64; font-size: 11px; line-height: 1.45; }.visually-hidden { position: absolute !important; width: 1px !important; height: 1px !important; padding: 0 !important; margin: -1px !important; overflow: hidden !important; clip: rect(0,0,0,0) !important; white-space: nowrap !important; border: 0 !important; }.dialog-actions { display: flex; gap: 12px; margin-top: 22px; }.dialog-actions .button { flex: 1; }.review-dialog .fine-print { margin: 18px 0 0; }.review-dialog.copied #copyReview::after { content: " ✓"; }

.mobile-config-bar { display: none; }.noscript { position: fixed; inset: auto 0 0; margin: 0; padding: 12px; color: #fff; background: #861f1f; text-align: center; z-index: 200; }
.reveal { opacity: 0; transform: translateY(28px); transition: opacity .75s ease, transform .75s cubic-bezier(.2,.7,.2,1); }.reveal.is-visible { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; }*, *::before, *::after { transition-duration: .001ms !important; animation-duration: .001ms !important; }.reveal { opacity: 1; transform: none; } }

@media (max-width: 980px) {
  .topbar nav { display: none; }.proposal-label { text-align: right; margin-left: auto; }
  .hero { grid-template-columns: 1fr; padding-top: 80px; }.hero-visual { display: grid; grid-template-columns: minmax(0,1fr) 200px; gap: 18px; align-items: end; }.hero-image-frame { height: 640px; }.hero-visual .image-caption { margin: 0; }
  .product-stage, .mold-reveal, .funding-readout, .live-section { grid-template-columns: 1fr; }.product-stage { min-height: 0; }.product-image-frame { min-height: 560px; }.mold-photo { min-height: 580px; }.mold-panel { padding: 58px; }
  .prototype-gallery { grid-template-columns: repeat(3,1fr); }
  .program-readout { grid-template-columns: 1fr; }.mix-panel { gap: 45px; }
  .operation-grid { grid-template-columns: repeat(3,1fr); }
  .logistics-grid { grid-template-columns: 1fr 1fr; }.container-plan { grid-column: 1 / -1; }
  .live-intro { position: static; }.live-dashboard { max-width: 800px; }
  .config-grid { grid-template-columns: repeat(2,1fr); }.config-grid > div:nth-child(4n) { border-right: 1px solid var(--line-light); }.config-grid > div:nth-child(2n) { border-right: 0; }
  .partners { grid-template-columns: 1fr 1fr; }.partners > p { grid-column: 1 / -1; }
}

@media (max-width: 700px) {
  body { padding-bottom: 74px; }
  .topbar { min-height: 66px; padding: 11px 18px; }.brand-mark { width: 38px; height: 38px; }.brand strong { font-size: 12px; }.proposal-label { max-width: 150px; font-size: 8px; line-height: 1.4; }.proposal-label span { display: none; }
  .hero, .product-system, .program-section, .funding-section, .dedicated-operation, .logistics-section, .timeline-section, .live-section, .commitment-section, .summary-section { padding: 82px 18px; }
  h1 { font-size: clamp(48px,15vw,72px); } .hero h1 { font-size: clamp(42px,12.4vw,58px); line-height: .99; } h2 { font-size: clamp(42px,13vw,62px); }.section-heading { margin-bottom: 46px; }
  .hero { display: flex; min-height: auto; padding-top: 72px; flex-direction: column; align-items: stretch; gap: 56px; }.hero-lead { font-size: 18px; }.hero-actions { align-items: stretch; flex-direction: column; }.hero-actions .button, .hero-actions .text-button { width: 100%; }.hero-stats { margin-top: 48px; }.hero-stats div, .hero-stats div + div { padding: 15px 8px; }.hero-stats div:first-child { padding-left: 0; }.hero-stats span { font-size: 8px; }.hero-stats strong { font-size: 17px; }.hero-visual { display: block; width: calc(100% + 36px); margin-left: -18px; }.hero-image-frame { height: 540px; }.hero-visual .image-caption { padding: 0 18px; margin-top: 12px; }
  .principle-strip { padding: 34px 18px; grid-template-columns: 1fr; gap: 14px; }
  .product-selector { grid-template-columns: 1fr 1fr; width: 100%; }.product-option { min-height: 96px; padding: 16px; grid-template-columns: 28px 1fr; }.product-option strong { font-size: 20px; }
  .product-stage { width: calc(100% + 36px); margin-left: -18px; border-left: 0; border-right: 0; }.product-image-frame { min-height: 510px; }.product-readout { padding: 36px 24px 48px; }
  .mold-reveal { width: calc(100% + 36px); margin-left: -18px; }.mold-photo { min-height: 480px; }.mold-panel { padding: 46px 24px; }.mold-detail { align-items: flex-start; flex-direction: column; }.prototype-gallery { width: calc(100% + 36px); margin-left: -18px; grid-template-columns: repeat(3,1fr); gap: 3px; }.prototype-gallery span { inset: auto 4px 4px; font-size: 8px; }
  .tier-selector { width: calc(100% + 36px); margin-left: -18px; grid-template-columns: 1fr 1fr; }.tier-card { min-height: 165px; padding: 20px; border-bottom: 1px solid var(--line-dark); }.tier-card + .tier-card { border-left: 0; }.tier-card:nth-child(even) { border-left: 1px solid var(--line-dark); }.tier-card:nth-last-child(-n+2) { border-bottom: 0; }.tier-card strong { font-size: 39px; }.recommended { top: 13px; right: 11px; font-size: 7px; }
  .program-readout { width: calc(100% + 36px); margin-left: -18px; }.program-primary { padding: 36px 24px; }.program-primary strong { margin-top: 30px; font-size: 58px; }.program-metrics div { padding: 26px 20px; }.program-metrics strong { font-size: 21px; }
  .mix-panel { width: calc(100% + 36px); margin-left: -18px; padding: 40px 24px; grid-template-columns: 1fr; gap: 38px; }.mix-panel h3 { font-size: 35px; }
  .funding-selector { width: calc(100% + 36px); margin-left: -18px; display: flex; overflow-x: auto; scroll-snap-type: x mandatory; }.funding-card { flex: 0 0 82%; min-height: 210px; scroll-snap-align: center; }.funding-card + .funding-card { border-left: 1px solid var(--line-light); }.funding-readout { width: calc(100% + 36px); margin-left: -18px; }.funding-copy, .payment-ledger { padding: 44px 24px; }.ledger-line { align-items: flex-end; flex-direction: column; gap: 4px; }.ledger-line.emphasized { align-items: stretch; }.ledger-line.emphasized strong { text-align: right; }.payment-legend { align-items: flex-start; flex-direction: column; gap: 8px; }
  .operation-grid { grid-template-columns: 1fr 1fr; }.operation-grid span { min-height: 108px; padding: 16px; }
  .logistics-grid { grid-template-columns: 1fr; }.container-plan { grid-column: auto; }.route-line { grid-template-columns: 1fr; gap: 9px; }.route-line i { width: 1px; height: 24px; margin-left: 18px; }.route-line i::after { right: -3px; top: auto; bottom: 0; }.incoterm { font-size: 11px; }
  .timeline { width: calc(100% + 18px); }.timeline-step { flex-basis: 150px; }.timeline-detail { padding: 38px 22px; }.timeline-detail h3 { font-size: 34px; }
  .transition-section { min-height: auto; padding: 126px 18px; }.transition-first, .transition-second { font-size: clamp(46px,15vw,70px); line-height: .93; }.supply-flow { margin-top: 65px; }
  .live-dashboard { width: calc(100% + 36px); margin-left: -18px; }.live-topline { align-items: flex-start; flex-direction: column; }.live-summary-grid { grid-template-columns: 1fr; }.live-panel { padding: 22px; }
  .commitment-grid { grid-template-columns: 1fr; }.commitment-grid > div { padding: 42px 24px; }
  .final-config { width: calc(100% + 36px); margin-left: -18px; }.config-header { padding: 24px 18px; align-items: flex-start; }.config-header > div > strong { max-width: 230px; }.config-grid { grid-template-columns: 1fr 1fr; }.config-grid > div { min-height: 105px; padding: 18px 15px; }.config-grid strong { font-size: 16px; }.config-grid .wide { grid-column: 1 / -1; border-right: 0; }.config-actions { padding: 26px 18px 12px; flex-direction: column; }.config-actions .button { flex: none; width: 100%; }.action-note { padding: 8px 18px 34px; }
  .partners { grid-template-columns: 1fr; gap: 30px; }.partners > p { grid-column: auto; }.legal-note { margin-top: 58px; }
  footer { padding: 25px 18px; align-items: flex-start; flex-direction: column; gap: 8px; }
  .review-dialog { width: calc(100vw - 18px); padding: 30px 20px; }.review-dialog h2 { padding-right: 42px; font-size: 36px; }.review-summary-grid { grid-template-columns: 1fr; }.review-summary-grid > div { min-height: 96px; }.dialog-actions { flex-direction: column; }.gallery-arrow { top: auto; bottom: 52px; }.gallery-dialog figcaption { padding-inline: 58px; }
  .mobile-config-bar { position: fixed; inset: auto 0 0; z-index: 60; min-height: 66px; padding: 10px 14px max(10px, env(safe-area-inset-bottom)); display: flex; justify-content: space-between; align-items: center; gap: 14px; color: var(--white); background: rgba(10,10,9,.96); border-top: 1px solid #35332f; backdrop-filter: blur(14px); }.mobile-config-bar span, .mobile-config-bar strong { display: block; }.mobile-config-bar span { color: #908c85; font-size: 9px; letter-spacing: .1em; }.mobile-config-bar strong { color: var(--accent-bright); font-size: 17px; }.mobile-config-bar a { padding: 10px 14px; color: var(--ink); background: var(--white); text-decoration: none; font-size: 10px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
}

@media (max-width: 390px) {
  .proposal-label { display: none; }
  .hero-stats strong { font-size: 15px; }
  .program-metrics { grid-template-columns: 1fr; }.program-metrics div { min-height: 100px; }
  .config-grid { grid-template-columns: 1fr; }.config-grid > div, .config-grid > div:nth-child(2n) { border-right: 0; }.config-grid .wide { grid-column: auto; }
}
