:root {
  --ink: #11181b;
  --ink-soft: #243035;
  --stone: #f1eee6;
  --paper: #faf9f5;
  --white: #ffffff;
  --orange: #ef6c3e;
  --orange-deep: #ce4e25;
  --sage: #dce5dd;
  --line: rgba(17, 24, 27, 0.16);
  --line-dark: rgba(255, 255, 255, 0.16);
  --muted: #687174;
  --display: "Iowan Old Style", "Baskerville", "Times New Roman", serif;
  --sans: "Helvetica Neue", Helvetica, Arial, sans-serif;
  --shell: min(1240px, calc(100vw - 48px));
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: var(--sans); font-size: 16px; line-height: 1.5; -webkit-font-smoothing: antialiased; }
body.menu-open { overflow: hidden; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, select { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
.shell { width: var(--shell); margin-inline: auto; }
.section-pad { padding: 132px 0; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; z-index: 1000; left: 16px; top: -100px; background: var(--orange); color: var(--ink); padding: 12px 16px; font-weight: 700; }
.skip-link:focus { top: 16px; }

.site-header { position: fixed; inset: 0 0 auto; z-index: 50; color: var(--white); transition: background .25s ease, box-shadow .25s ease; }
.site-header.scrolled, .site-header.solid { background: rgba(17, 24, 27, .96); box-shadow: 0 10px 40px rgba(0,0,0,.12); backdrop-filter: blur(14px); }
.nav-wrap { height: 86px; display: flex; align-items: center; justify-content: space-between; gap: 32px; }
.brand { display: inline-flex; align-items: center; gap: 12px; font-weight: 700; letter-spacing: -.04em; }
.brand-mark { width: 35px; height: 35px; display: grid; place-items: center; background: var(--white); color: var(--ink); font-family: var(--display); font-size: 23px; font-weight: 700; position: relative; }
.brand-mark > span { position: absolute; width: 7px; height: 7px; border-radius: 50%; background: var(--orange); right: -3px; bottom: -3px; border: 2px solid var(--ink); }
.brand-name { font-size: 23px; }
.brand-name > span { color: var(--orange); }
.site-nav { display: flex; align-items: center; gap: 31px; font-size: 14px; }
.site-nav > a:not(.nav-cta) { color: rgba(255,255,255,.76); transition: color .2s ease; }
.site-nav > a:not(.nav-cta):hover { color: var(--white); }
.nav-cta { min-height: 43px; display: inline-flex; align-items: center; gap: 28px; padding: 0 17px; background: var(--orange); color: var(--ink); font-size: 13px; font-weight: 700; transition: background .2s ease, transform .2s ease; }
.nav-cta:hover { background: #ff8051; transform: translateY(-1px); }
.menu-toggle { display: none; border: 0; background: transparent; width: 42px; height: 42px; padding: 10px; }
.menu-toggle > span:not(.sr-only) { display: block; height: 1px; background: var(--white); margin: 7px 0; transition: transform .2s ease; }

.hero { min-height: 100vh; padding: 150px 0 34px; background: var(--ink); color: var(--white); display: flex; flex-direction: column; justify-content: space-between; overflow: hidden; }
.hero-grid { display: grid; grid-template-columns: minmax(0, 1.02fr) minmax(430px, .98fr); gap: 8vw; align-items: center; }
.eyebrow { margin: 0 0 30px; display: flex; align-items: center; gap: 12px; color: rgba(255,255,255,.66); text-transform: uppercase; letter-spacing: .16em; font-size: 11px; font-weight: 700; }
.eyebrow > span { width: 7px; height: 7px; border-radius: 50%; background: var(--orange); }
.hero h1 { max-width: 720px; margin: 0; font-family: var(--display); font-size: clamp(60px, 6.1vw, 96px); line-height: .91; font-weight: 400; letter-spacing: -.055em; }
.hero h1 em { color: var(--orange); font-weight: 400; }
.hero-intro { max-width: 620px; margin: 36px 0 0; color: rgba(255,255,255,.72); font-size: 20px; line-height: 1.55; }
.hero-actions { margin-top: 42px; display: flex; align-items: center; gap: 32px; }
.button { min-height: 54px; display: inline-flex; justify-content: space-between; align-items: center; gap: 42px; border: 0; padding: 0 20px; font-size: 14px; font-weight: 700; cursor: pointer; transition: transform .2s ease, background .2s ease; }
.button:hover { transform: translateY(-2px); }
.button-primary { background: var(--orange); color: var(--ink); min-width: 225px; }
.button-primary:hover { background: #ff8051; }
.button-dark { background: var(--ink); color: var(--white); }
.button-light { background: var(--stone); color: var(--ink); }
.text-link { display: inline-flex; align-items: center; gap: 10px; color: rgba(255,255,255,.72); font-size: 14px; border-bottom: 1px solid rgba(255,255,255,.35); padding-bottom: 4px; }
.text-link.strong { color: var(--ink); border-color: var(--ink); font-weight: 700; }
.microcopy { margin: 28px 0 0; font-size: 12px; color: rgba(255,255,255,.42); }
.hero-visual { position: relative; padding: 0 0 76px 44px; }
.image-frame { position: relative; overflow: hidden; background: var(--ink-soft); }
.image-frame::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 55%, rgba(5,9,10,.62)); }
.image-frame img { width: 100%; height: min(61vh, 630px); object-fit: cover; object-position: center; filter: saturate(.8) contrast(1.03); }
.image-label { position: absolute; z-index: 1; left: 20px; bottom: 18px; font-size: 10px; color: rgba(255,255,255,.72); text-transform: uppercase; letter-spacing: .14em; }
.selection-card { position: absolute; z-index: 2; left: 0; right: 52px; bottom: 0; padding: 22px 24px 20px; background: var(--paper); color: var(--ink); box-shadow: 0 22px 70px rgba(0,0,0,.28); }
.selection-card-head { display: flex; align-items: center; justify-content: space-between; font-size: 10px; text-transform: uppercase; letter-spacing: .13em; color: var(--muted); }
.status-dot { display: inline-flex; align-items: center; gap: 7px; }
.status-dot::before { content: ""; width: 6px; height: 6px; border-radius: 50%; background: var(--orange); }
.selection-place { margin: 16px 0 15px; font-family: var(--display); font-size: 24px; line-height: 1; }
.selection-stats { display: grid; grid-template-columns: repeat(3, 1fr); border-block: 1px solid var(--line); }
.selection-stats > div { padding: 14px 10px 14px 0; }
.selection-stats > div + div { border-left: 1px solid var(--line); padding-left: 15px; }
.selection-stats small, .deal-metrics small, .summary-grid small { display: block; color: var(--muted); font-size: 10px; text-transform: uppercase; letter-spacing: .08em; }
.selection-stats strong { display: block; margin-top: 3px; font-size: 17px; }
.selection-card > a { margin-top: 15px; display: flex; justify-content: space-between; font-size: 12px; font-weight: 700; }
.proof-bar { margin-top: 54px; padding-top: 26px; display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid var(--line-dark); }
.proof-bar > div { display: flex; align-items: flex-start; gap: 13px; }
.proof-bar span { color: var(--orange); font-family: var(--display); font-style: italic; font-size: 12px; }
.proof-bar p { margin: 0; color: rgba(255,255,255,.52); font-size: 12px; }
.proof-bar strong { display: block; color: var(--white); font-weight: 600; }

.section-kicker { margin: 0 0 22px; color: var(--orange-deep); text-transform: uppercase; letter-spacing: .16em; font-size: 11px; font-weight: 700; }
.section-kicker.on-dark { color: var(--orange); }
.statement { background: var(--stone); }
.statement-grid { display: grid; grid-template-columns: 1fr 3fr; gap: 60px; }
.statement h2 { max-width: 960px; margin: 0; font-family: var(--display); font-weight: 400; font-size: clamp(42px, 5vw, 72px); line-height: 1.02; letter-spacing: -.045em; }
.statement-grid > div > p { max-width: 680px; margin: 38px 0 0 auto; color: #526064; font-size: 18px; line-height: 1.7; }

.process { background: var(--ink); color: var(--white); }
.section-heading { display: grid; grid-template-columns: 1.3fr .7fr; gap: 80px; align-items: end; }
.section-heading h2 { margin: 0; font-family: var(--display); font-size: clamp(46px, 4.6vw, 68px); line-height: 1; font-weight: 400; letter-spacing: -.04em; }
.section-heading > p { margin: 0; max-width: 410px; color: rgba(255,255,255,.58); font-size: 17px; }
.process-grid { margin-top: 82px; display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid var(--line-dark); border-bottom: 1px solid var(--line-dark); }
.process-step { min-height: 350px; padding: 24px 24px 30px 0; position: relative; }
.process-step + .process-step { padding-left: 24px; border-left: 1px solid var(--line-dark); }
.step-number { color: rgba(255,255,255,.36); font-family: var(--display); font-size: 13px; }
.step-icon { width: 54px; height: 54px; margin: 54px 0 34px; display: grid; place-items: center; border: 1px solid var(--line-dark); }
.step-icon svg { width: 29px; height: 29px; fill: none; stroke: var(--orange); stroke-width: 1.4; stroke-linecap: round; stroke-linejoin: round; }
.process-step h3 { margin: 0 0 14px; font-size: 20px; }
.process-step p { margin: 0; color: rgba(255,255,255,.52); font-size: 14px; line-height: 1.65; }
.process-signoff { margin: 46px 0 0; text-align: right; font-family: var(--display); color: var(--orange); font-size: 28px; font-style: italic; }

.opportunity { background: var(--paper); }
.opportunity-intro { max-width: 680px; }
.opportunity-intro h2, .analysis-copy h2, .fit-panel h2, .founder-grid h2, .join h2 { margin: 0; font-family: var(--display); font-weight: 400; font-size: clamp(44px, 4.4vw, 66px); line-height: 1.02; letter-spacing: -.045em; }
.opportunity-intro > p:last-child { max-width: 520px; color: var(--muted); font-size: 17px; }
.deal-showcase { margin-top: 58px; display: grid; grid-template-columns: .92fr 1.08fr; min-height: 570px; background: var(--stone); border: 1px solid var(--line); }
.deal-media { position: relative; min-height: 520px; overflow: hidden; }
.deal-media img { width: 100%; height: 100%; object-fit: cover; filter: saturate(.76); transition: transform .7s ease; }
.deal-showcase:hover .deal-media img { transform: scale(1.025); }
.deal-media > span { position: absolute; left: 20px; top: 20px; background: var(--orange); padding: 8px 11px; color: var(--ink); font-size: 10px; font-weight: 700; text-transform: uppercase; letter-spacing: .12em; }
.deal-content { padding: 48px 50px 40px; display: flex; flex-direction: column; }
.deal-title-row { display: flex; justify-content: space-between; gap: 32px; align-items: flex-start; }
.deal-title-row p { margin: 0 0 10px; color: var(--muted); font-size: 11px; text-transform: uppercase; letter-spacing: .12em; }
.deal-title-row h3 { margin: 0; font-family: var(--display); font-size: 37px; font-weight: 400; }
.deal-type, .deal-tags span { display: inline-flex; align-items: center; min-height: 31px; padding: 0 11px; background: var(--sage); font-size: 10px; text-transform: uppercase; letter-spacing: .08em; white-space: nowrap; }
.deal-metrics { margin-top: 42px; display: grid; grid-template-columns: repeat(2, 1fr); border-block: 1px solid var(--line); }
.deal-metrics > div { padding: 21px 0; }
.deal-metrics > div:nth-child(even) { border-left: 1px solid var(--line); padding-left: 26px; }
.deal-metrics > div:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
.deal-metrics strong { display: block; margin-top: 6px; font-size: 25px; }
.deal-reason { margin-top: 28px; display: grid; grid-template-columns: 120px 1fr; gap: 20px; }
.deal-reason span { color: var(--orange-deep); font-size: 10px; text-transform: uppercase; letter-spacing: .12em; font-weight: 700; }
.deal-reason p { margin: 0; color: #4f5a5d; font-size: 14px; }
.deal-footer { margin-top: auto; padding-top: 32px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.deal-footer p { max-width: 220px; margin: 0; color: var(--muted); font-size: 10px; }

.analysis { background: var(--stone); }
.analysis-grid { display: grid; grid-template-columns: .86fr 1.14fr; gap: 10vw; align-items: start; }
.analysis-copy > p:not(.section-kicker) { margin: 30px 0; max-width: 510px; color: var(--muted); font-size: 17px; line-height: 1.65; }
.analysis-list { border-top: 1px solid var(--line); }
.analysis-list > div { display: grid; grid-template-columns: 46px 1fr; gap: 18px; padding: 27px 0; border-bottom: 1px solid var(--line); }
.analysis-list span { font-family: var(--display); color: var(--orange-deep); font-style: italic; }
.analysis-list p { margin: 0; color: var(--muted); }
.analysis-list strong { color: var(--ink); display: block; margin-bottom: 5px; }

.investor-fit { background: var(--ink); color: var(--white); }
.fit-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 10vw; align-items: start; }
.fit-panel > p:last-child { max-width: 480px; margin-top: 30px; color: rgba(255,255,255,.55); font-size: 17px; }
.fit-options { border-top: 1px solid var(--line-dark); }
.fit-options article { display: grid; grid-template-columns: 50px 150px 1fr; gap: 20px; align-items: start; padding: 30px 0; border-bottom: 1px solid var(--line-dark); }
.fit-options article > span { color: var(--orange); font-family: var(--display); font-style: italic; }
.fit-options h3 { margin: 0; font-size: 20px; }
.fit-options p { margin: 0; color: rgba(255,255,255,.5); font-size: 14px; }

.founder-strip { background: var(--sage); padding: 74px 0; }
.founder-grid { display: grid; grid-template-columns: 110px 1.15fr .85fr; gap: 50px; align-items: center; }
.founder-monogram { width: 92px; height: 92px; display: grid; place-items: center; background: var(--ink); color: var(--orange); border-radius: 50%; font-family: var(--display); font-size: 31px; }
.founder-grid h2 { font-size: clamp(35px, 3.5vw, 50px); }
.founder-grid > p { margin: 0; color: #4d595c; line-height: 1.7; }

.join { background: var(--orange); }
.join-grid { display: grid; grid-template-columns: .88fr 1.12fr; gap: 10vw; align-items: start; }
.join .section-kicker { color: var(--ink); opacity: .68; }
.join-copy > p:last-child { max-width: 500px; font-size: 17px; }
.join-form { padding: 42px; background: var(--ink); color: var(--white); }
.field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
.join-form label { display: block; margin-bottom: 22px; }
.join-form label > span { display: block; margin-bottom: 9px; color: rgba(255,255,255,.58); font-size: 10px; text-transform: uppercase; letter-spacing: .12em; }
.join-form input, .join-form select { width: 100%; height: 52px; border: 0; border-bottom: 1px solid rgba(255,255,255,.24); border-radius: 0; padding: 0; background: transparent; color: var(--white); outline: none; }
.join-form input::placeholder { color: rgba(255,255,255,.34); }
.join-form select { color: rgba(255,255,255,.7); }
.join-form select option { color: var(--ink); }
.join-form input:focus, .join-form select:focus { border-color: var(--orange); }
.join-form .button { width: 100%; margin-top: 8px; }
.join-form .button:disabled { cursor: default; opacity: .82; }
.form-note { color: rgba(255,255,255,.35); font-size: 10px; line-height: 1.5; }
.form-status { margin: 14px 0 0; color: var(--sage); font-size: 12px; }

.site-footer { padding: 70px 0 26px; background: #0b1012; color: var(--white); }
.site-footer .brand-mark > span { border-color: #0b1012; }
.footer-main { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; padding-bottom: 70px; }
.brand-footer { margin-bottom: 24px; }
.footer-main > div:first-child > p { margin: 0; max-width: 330px; color: rgba(255,255,255,.42); }
.footer-nav { display: grid; grid-template-columns: 1fr 1.4fr; gap: 60px; }
.footer-nav > div { display: flex; flex-direction: column; gap: 13px; }
.footer-nav span { margin-bottom: 4px; color: rgba(255,255,255,.36); font-size: 10px; text-transform: uppercase; letter-spacing: .13em; }
.footer-nav a { font-size: 14px; }
.footer-nav p { margin: 0; color: rgba(255,255,255,.65); font-size: 14px; }
.footer-email { width: fit-content; color: var(--sage); text-decoration: underline; text-decoration-color: rgba(194,210,193,.42); text-underline-offset: 4px; transition: color .2s ease, text-decoration-color .2s ease; }
.footer-email:hover { color: var(--white); text-decoration-color: currentColor; }
.footer-legal .footer-email { display: block; margin-top: 9px; font-size: 12px; }
.footer-legal { padding-top: 22px; display: flex; justify-content: space-between; gap: 40px; border-top: 1px solid rgba(255,255,255,.12); color: rgba(255,255,255,.34); font-size: 10px; }
.footer-legal p { margin: 0; max-width: 790px; }
.site-footer.compact { padding-top: 28px; }

/* Deal page */
.deal-page { background: var(--paper); }
.deal-page .site-header { position: relative; background: var(--ink); }
.back-link { color: rgba(255,255,255,.68); font-size: 13px; display: inline-flex; gap: 9px; align-items: center; margin-left: auto; }
.deal-page .nav-cta { margin-left: 8px; }
.deal-hero { padding: 80px 0 70px; background: var(--ink); color: var(--white); }
.sample-banner { margin-bottom: 68px; display: flex; align-items: center; gap: 10px; color: rgba(255,255,255,.46); text-transform: uppercase; font-size: 10px; letter-spacing: .13em; }
.sample-banner span { width: 7px; height: 7px; background: var(--orange); border-radius: 50%; }
.deal-hero-grid { display: grid; grid-template-columns: 1fr auto; gap: 80px; align-items: end; }
.deal-hero h1 { margin: 0; font-family: var(--display); font-size: clamp(58px, 7vw, 104px); line-height: .92; font-weight: 400; letter-spacing: -.055em; }
.deal-location { margin: 20px 0 26px; color: rgba(255,255,255,.62); font-size: 20px; }
.deal-tags { display: flex; gap: 8px; flex-wrap: wrap; }
.deal-tags span { background: rgba(255,255,255,.09); color: rgba(255,255,255,.72); }
.deal-price { min-width: 280px; padding: 28px 0 4px 35px; border-left: 1px solid var(--line-dark); }
.deal-price small { color: rgba(255,255,255,.45); text-transform: uppercase; letter-spacing: .1em; font-size: 10px; }
.deal-price strong { display: block; margin: 8px 0; color: var(--orange); font-family: var(--display); font-size: 52px; font-weight: 400; }
.deal-price p { margin: 0; color: rgba(255,255,255,.4); font-size: 11px; }
.deal-photo-block { background: linear-gradient(var(--ink) 0 30%, var(--paper) 30% 100%); }
.deal-photo-block .shell { position: relative; }
.deal-photo-block img { width: 100%; height: min(62vw, 720px); min-height: 420px; object-fit: cover; filter: saturate(.78); }
.photo-caption { padding-top: 12px; display: flex; justify-content: space-between; gap: 30px; color: var(--muted); font-size: 10px; text-transform: uppercase; letter-spacing: .08em; }
.photo-caption p { margin: 0; text-transform: none; letter-spacing: 0; }
.deal-summary { padding-top: 70px; padding-bottom: 70px; }
.summary-grid { display: grid; grid-template-columns: repeat(5, 1fr); border-block: 1px solid var(--line); }
.summary-grid > div { padding: 25px 22px 25px 0; }
.summary-grid > div + div { padding-left: 22px; border-left: 1px solid var(--line); }
.summary-grid strong { display: block; margin-top: 7px; font-family: var(--display); font-size: 28px; font-weight: 400; }
.deal-detail { padding-top: 48px; background: var(--stone); }
.deal-detail-grid { display: grid; grid-template-columns: 210px 1fr; gap: 9vw; align-items: start; }
.deal-index { position: sticky; top: 110px; padding-top: 10px; display: flex; flex-direction: column; gap: 13px; }
.deal-index p { margin: 0 0 8px; color: var(--muted); font-size: 10px; text-transform: uppercase; letter-spacing: .12em; }
.deal-index a { font-size: 13px; padding-bottom: 8px; border-bottom: 1px solid var(--line); }
.deal-index a:hover { color: var(--orange-deep); }
.deal-narrative { max-width: 850px; }
.detail-section { scroll-margin-top: 120px; padding: 0 0 110px; }
.detail-section + .detail-section { padding-top: 100px; border-top: 1px solid var(--line); }
.detail-section h2 { margin: 0; max-width: 790px; font-family: var(--display); font-size: clamp(42px, 4.2vw, 62px); line-height: 1.02; font-weight: 400; letter-spacing: -.04em; }
.detail-section .lead { max-width: 710px; color: var(--muted); font-size: 19px; line-height: 1.7; }
.reason-grid { margin-top: 50px; display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; background: var(--line); border: 1px solid var(--line); }
.reason-grid article { background: var(--paper); padding: 28px 24px; }
.reason-grid span { color: var(--orange-deep); font-size: 10px; text-transform: uppercase; letter-spacing: .12em; }
.reason-grid h3 { margin: 24px 0 10px; font-size: 17px; }
.reason-grid p { margin: 0; color: var(--muted); font-size: 13px; line-height: 1.6; }
.numbers-card { margin-top: 46px; padding: 30px 32px; background: var(--ink); color: var(--white); }
.numbers-card > div { display: flex; align-items: center; justify-content: space-between; gap: 30px; padding: 14px 0; border-bottom: 1px solid var(--line-dark); }
.numbers-card span { color: rgba(255,255,255,.56); font-size: 13px; }
.numbers-card strong { font-size: 18px; }
.numbers-card .total { padding-top: 22px; border-bottom: 0; }
.numbers-card .total span { color: var(--white); font-weight: 700; }
.numbers-card .total strong { color: var(--orange); font-family: var(--display); font-size: 31px; font-weight: 400; }
.numbers-card > p { margin: 20px 0 0; color: rgba(255,255,255,.34); font-size: 10px; }
.rent-evidence { margin-top: 28px; border: 1px solid var(--line); }
.rent-head, .rent-row { display: grid; grid-template-columns: 155px 1fr auto; gap: 24px; align-items: center; padding: 18px 20px; }
.rent-head { background: var(--sage); }
.rent-head h3 { grid-column: span 2; margin: 0; font-size: 15px; }
.rent-head span { color: var(--orange-deep); font-size: 9px; text-transform: uppercase; letter-spacing: .1em; }
.rent-row + .rent-row { border-top: 1px solid var(--line); }
.rent-row > span { font-size: 12px; font-weight: 700; }
.rent-row p { margin: 0; color: var(--muted); font-size: 12px; }
.rent-row strong { font-size: 14px; }
.works-list { margin-top: 48px; border-top: 1px solid var(--line); }
.works-list > div { display: grid; grid-template-columns: 44px 1fr auto; gap: 20px; align-items: start; padding: 24px 0; border-bottom: 1px solid var(--line); }
.works-list span { color: var(--orange-deep); font-family: var(--display); font-style: italic; }
.works-list p { margin: 0; color: var(--muted); }
.works-list strong { display: block; color: var(--ink); margin-bottom: 4px; }
.works-list em { font-style: normal; font-weight: 700; }
.checks-list { margin-top: 45px; display: grid; grid-template-columns: 1fr 1fr; gap: 15px; }
.checks-list > div { display: grid; grid-template-columns: 28px 1fr; gap: 12px; padding: 24px; background: var(--paper); border: 1px solid var(--line); }
.checks-list span { width: 24px; height: 24px; display: grid; place-items: center; background: var(--sage); color: var(--orange-deep); border-radius: 50%; font-size: 11px; }
.checks-list p { margin: 0; color: var(--muted); font-size: 13px; }
.checks-list strong { display: block; color: var(--ink); margin-bottom: 5px; }
.deal-cta { padding: 90px 0; background: var(--orange); }
.deal-cta .shell { display: flex; justify-content: space-between; gap: 50px; align-items: end; }
.deal-cta .section-kicker { color: var(--ink); opacity: .65; }
.deal-cta h2 { max-width: 700px; margin: 0; font-family: var(--display); font-size: clamp(40px, 4.2vw, 62px); line-height: 1; font-weight: 400; letter-spacing: -.04em; }

.reveal { opacity: 0; transform: translateY(18px); transition: opacity .65s ease, transform .65s ease; }
.reveal[data-delay="1"] { transition-delay: .1s; }
.reveal[data-delay="2"] { transition-delay: .2s; }
.reveal[data-delay="3"] { transition-delay: .3s; }
.reveal.visible { opacity: 1; transform: translateY(0); }

@media (max-width: 1050px) {
  .hero-grid { grid-template-columns: 1fr 410px; gap: 4vw; }
  .hero h1 { font-size: clamp(55px, 7vw, 78px); }
  .process-grid { grid-template-columns: repeat(2, 1fr); }
  .process-step:nth-child(3) { border-left: 0; border-top: 1px solid var(--line-dark); }
  .process-step:nth-child(4) { border-top: 1px solid var(--line-dark); }
  .fit-grid, .join-grid { gap: 6vw; }
  .founder-grid { grid-template-columns: 90px 1fr; }
  .founder-grid > p { grid-column: 2; }
  .deal-showcase { grid-template-columns: .82fr 1.18fr; }
  .summary-grid { grid-template-columns: repeat(3, 1fr); }
  .summary-grid > div:nth-child(4) { border-left: 0; border-top: 1px solid var(--line); }
  .summary-grid > div:nth-child(5) { border-top: 1px solid var(--line); }
}

@media (max-width: 820px) {
  :root { --shell: min(100% - 34px, 680px); }
  .section-pad { padding: 88px 0; }
  .nav-wrap { height: 72px; }
  .menu-toggle { display: block; z-index: 2; }
  .menu-toggle[aria-expanded="true"] span:nth-child(2) { transform: translateY(4px) rotate(45deg); }
  .menu-toggle[aria-expanded="true"] span:nth-child(3) { transform: translateY(-4px) rotate(-45deg); }
  .site-nav { display: none; position: fixed; inset: 0; padding: 110px 28px 34px; background: var(--ink); flex-direction: column; align-items: stretch; justify-content: flex-start; gap: 0; }
  .site-nav.open { display: flex; }
  .site-nav > a { padding: 19px 0; border-bottom: 1px solid var(--line-dark); font-family: var(--display); font-size: 30px !important; }
  .site-nav .nav-cta { min-height: 58px; margin-top: 28px; padding: 0 18px; border: 0; font-family: var(--sans); font-size: 14px !important; }
  .hero { min-height: auto; padding-top: 124px; }
  .hero-grid { grid-template-columns: 1fr; }
  .hero h1 { max-width: 640px; font-size: clamp(52px, 12vw, 76px); }
  .hero-visual { margin-top: 62px; padding-left: 26px; }
  .image-frame img { height: 540px; }
  .selection-card { right: 24px; }
  .proof-bar { grid-template-columns: 1fr 1fr; gap: 24px; margin-top: 58px; padding-bottom: 12px; }
  .statement-grid, .section-heading, .analysis-grid, .fit-grid, .join-grid { grid-template-columns: 1fr; gap: 35px; }
  .statement-grid > div > p { margin-left: 0; }
  .process-grid { margin-top: 50px; }
  .deal-showcase { grid-template-columns: 1fr; }
  .deal-media { min-height: 440px; }
  .fit-options article { grid-template-columns: 40px 120px 1fr; }
  .founder-grid { grid-template-columns: 76px 1fr; gap: 26px; }
  .founder-monogram { width: 70px; height: 70px; font-size: 24px; }
  .founder-grid > p { grid-column: 1 / -1; }
  .footer-main { grid-template-columns: 1fr; gap: 50px; }
  .deal-hero-grid { grid-template-columns: 1fr; gap: 45px; }
  .deal-price { padding-left: 0; border-left: 0; border-top: 1px solid var(--line-dark); padding-top: 25px; }
  .deal-detail-grid { grid-template-columns: 1fr; gap: 50px; }
  .deal-index { position: static; display: grid; grid-template-columns: 1fr 1fr; }
  .deal-index p { grid-column: 1 / -1; }
  .reason-grid { grid-template-columns: 1fr; }
  .deal-cta .shell { align-items: flex-start; flex-direction: column; }
}

@media (max-width: 560px) {
  :root { --shell: calc(100% - 28px); }
  .section-pad { padding: 74px 0; }
  .brand-name { font-size: 20px; }
  .brand-mark { width: 31px; height: 31px; font-size: 20px; }
  .hero { padding-top: 112px; }
  .hero h1 { font-size: clamp(49px, 14vw, 65px); }
  .hero-intro { font-size: 17px; }
  .hero-actions { align-items: flex-start; flex-direction: column; gap: 21px; }
  .hero-visual { margin-top: 52px; padding: 0 0 152px; }
  .image-frame img { height: 420px; }
  .selection-card { left: 14px; right: 14px; padding: 20px 18px; }
  .selection-stats > div + div { padding-left: 10px; }
  .selection-stats strong { font-size: 15px; }
  .proof-bar { grid-template-columns: 1fr 1fr; gap: 22px 10px; }
  .statement h2, .opportunity-intro h2, .analysis-copy h2, .fit-panel h2, .join h2 { font-size: 42px; }
  .process-grid { grid-template-columns: 1fr; }
  .process-step, .process-step + .process-step { min-height: auto; padding: 28px 5px 34px; border-left: 0; border-top: 1px solid var(--line-dark); }
  .process-step:first-child { border-top: 0; }
  .step-icon { margin: 32px 0 25px; }
  .process-signoff { text-align: left; }
  .deal-media { min-height: 340px; }
  .deal-content { padding: 30px 22px; }
  .deal-title-row { flex-direction: column; gap: 16px; }
  .deal-title-row h3 { font-size: 32px; }
  .deal-metrics { grid-template-columns: 1fr; }
  .deal-metrics > div, .deal-metrics > div:nth-child(even) { padding: 18px 0; border-left: 0; border-bottom: 1px solid var(--line); }
  .deal-metrics > div:last-child { border-bottom: 0; }
  .deal-reason { grid-template-columns: 1fr; gap: 8px; }
  .deal-footer { flex-direction: column; align-items: stretch; }
  .deal-footer p { max-width: none; }
  .fit-options article { grid-template-columns: 32px 1fr; }
  .fit-options article p { grid-column: 2; }
  .founder-grid { grid-template-columns: 1fr; }
  .founder-grid > p { grid-column: 1; }
  .field-row { grid-template-columns: 1fr; gap: 0; }
  .join-form { padding: 30px 22px; }
  .footer-nav { grid-template-columns: 1fr; }
  .footer-legal { flex-direction: column; gap: 18px; }
  .desktop-only { display: none; }
  .deal-page .nav-wrap { justify-content: space-between; }
  .back-link { margin-left: 0; }
  .sample-banner { margin-bottom: 45px; }
  .deal-hero { padding-top: 54px; }
  .deal-hero h1 { font-size: 55px; }
  .deal-photo-block img { min-height: 300px; height: 92vw; }
  .summary-grid { grid-template-columns: 1fr 1fr; }
  .summary-grid > div, .summary-grid > div + div { padding: 18px 12px; border-left: 0; border-top: 1px solid var(--line); }
  .summary-grid > div:nth-child(even) { border-left: 1px solid var(--line); }
  .summary-grid > div:first-child, .summary-grid > div:nth-child(2) { border-top: 0; }
  .summary-grid strong { font-size: 23px; }
  .deal-index { grid-template-columns: 1fr; }
  .deal-index p { grid-column: 1; }
  .detail-section, .detail-section + .detail-section { padding-bottom: 75px; padding-top: 70px; }
  .detail-section:first-child { padding-top: 0; }
  .detail-section h2 { font-size: 41px; }
  .numbers-card { padding: 24px 18px; }
  .numbers-card > div { align-items: flex-start; flex-direction: column; gap: 5px; }
  .rent-head, .rent-row { grid-template-columns: 1fr auto; gap: 6px 18px; }
  .rent-head h3 { grid-column: 1; }
  .rent-row p { grid-column: 1; grid-row: 2; }
  .rent-row strong { grid-column: 2; grid-row: 1 / span 2; }
  .works-list > div { grid-template-columns: 30px 1fr; }
  .works-list em { grid-column: 2; }
  .checks-list { grid-template-columns: 1fr; }
}

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