:root {
  --ink: #102d2d;
  --ink-deep: #082121;
  --paper: #f3efe5;
  --paper-light: #fbf9f3;
  --copper: #c66d3c;
  --copper-dark: #a84f25;
  --sage: #b8c4af;
  --line: rgba(16, 45, 45, .18);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper-light); font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; }
a { color: inherit; }
.site-header { height: 86px; padding: 0 clamp(24px, 5vw, 76px); display: flex; align-items: center; justify-content: space-between; border-bottom: 1px solid var(--line); background: rgba(251,249,243,.94); }
.brand { display: inline-flex; align-items: center; gap: 12px; text-decoration: none; text-transform: uppercase; letter-spacing: .09em; }
.brand strong, .brand small { display: block; }
.brand strong { font-family: Georgia, serif; font-size: 17px; letter-spacing: .04em; }
.brand small { margin-top: 2px; font-size: 10px; letter-spacing: .34em; }
.brand-mark { width: 42px; height: 36px; display: flex; align-items: end; justify-content: center; gap: 3px; border-bottom: 3px solid var(--copper); }
.brand-mark i { display: block; width: 4px; background: var(--ink); border-radius: 3px 3px 0 0; }
.brand-mark i:nth-child(1) { height: 16px; transform: rotate(21deg); }
.brand-mark i:nth-child(2) { height: 30px; }
.brand-mark i:nth-child(3) { height: 16px; transform: rotate(-21deg); }
nav { display: flex; align-items: center; gap: 32px; font-size: 13px; font-weight: 700; }
nav a { text-decoration: none; }
.nav-action { padding: 13px 18px; color: #fff; background: var(--ink); }
.hero { min-height: 680px; display: grid; grid-template-columns: 1.05fr .95fr; background: var(--paper); overflow: hidden; }
.hero-copy { padding: clamp(70px, 9vw, 130px) 5vw 80px max(5vw, 38px); position: relative; z-index: 2; }
.eyebrow { margin: 0 0 21px; color: var(--copper-dark); font-size: 12px; font-weight: 800; letter-spacing: .18em; text-transform: uppercase; }
h1, h2 { margin: 0; font-family: Georgia, "Times New Roman", serif; font-weight: 500; line-height: .99; letter-spacing: -.035em; }
h1 { max-width: 720px; font-size: clamp(54px, 6.3vw, 98px); }
h1 em { color: var(--copper); font-weight: 500; }
.lede { max-width: 600px; margin: 31px 0; font-size: clamp(18px, 1.55vw, 23px); line-height: 1.55; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 36px; }
.button { display: inline-block; padding: 16px 22px; text-decoration: none; font-size: 14px; font-weight: 800; }
.button.primary { color: #fff; background: var(--copper-dark); }
.button.secondary { border: 1px solid var(--ink); }
.trust-note { margin-top: 31px; font-size: 12px; font-weight: 700; letter-spacing: .06em; }
.bridge-scene { position: relative; min-height: 680px; background: var(--ink); overflow: hidden; }
.bridge-scene::before { content: ""; position: absolute; inset: 0; background: radial-gradient(circle at 60% 25%, rgba(184,196,175,.18), transparent 30%), linear-gradient(150deg, transparent 53%, rgba(255,255,255,.04) 54%); }
.scene-floor { position: absolute; left: -5%; right: -5%; bottom: 10%; height: 24%; background: #071b1b; transform: skewY(-4deg); }
.bridge-deck { position: absolute; left: 5%; right: -3%; bottom: 35%; height: 18px; background: var(--copper); transform: rotate(-2deg); box-shadow: 0 8px 0 rgba(0,0,0,.25); }
.bridge-pillar { position: absolute; bottom: 10%; width: 22px; height: 53%; background: #d9d1c0; opacity: .88; }
.pillar-one { left: 27%; }.pillar-two { right: 24%; }
.bridge-pillar::before { content: ""; position: absolute; left: -19px; top: 0; width: 60px; height: 12px; background: #d9d1c0; }
.bridge-cable { position: absolute; height: 2px; background: rgba(217,209,192,.8); transform-origin: left center; }
.cable-one { left: 28%; top: 26%; width: 36%; transform: rotate(30deg); }
.cable-two { left: 28%; top: 26%; width: 33%; transform: rotate(-24deg); }
.cable-three { right: 24%; top: 26%; width: 35%; transform: rotate(151deg); }
.cable-four { right: 24%; top: 26%; width: 30%; transform: rotate(211deg); }
.scene-label { position: absolute; z-index: 2; color: #e9e3d7; font-size: 12px; font-weight: 700; letter-spacing: .05em; }
.scene-label span { display: block; margin-bottom: 6px; color: var(--copper); font-family: Georgia, serif; font-size: 28px; }
.label-seller { left: 8%; bottom: 18%; }.label-fit { left: 43%; top: 12%; }.label-buyer { right: 7%; bottom: 18%; }
.principles { display: grid; grid-template-columns: repeat(3, 1fr); padding: 0 5vw; color: #e9e3d7; background: var(--ink-deep); }
.principles p { margin: 0; padding: 24px 30px; text-align: center; border-right: 1px solid rgba(255,255,255,.13); font-family: Georgia, serif; font-style: italic; }
.principles p:last-child { border: 0; color: #fff; background: var(--copper-dark); }
.section { padding: clamp(80px, 10vw, 140px) 5vw; }
.section-heading { max-width: 850px; margin-bottom: 60px; }
h2 { font-size: clamp(40px, 5vw, 70px); }
.steps { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); }
.steps article { padding: 35px 35px 10px 0; border-right: 1px solid var(--line); }
.steps article + article { padding-left: 35px; }
.steps span { color: var(--copper); font-family: Georgia, serif; font-size: 34px; }
.steps h3 { margin: 28px 0 12px; font-family: Georgia, serif; font-size: 25px; }
.steps p, .split > p, .two-paths p, .about p { color: #42605f; line-height: 1.7; }
.equipment { color: #f4efe4; background: var(--ink); }
.equipment .eyebrow { color: #e39364; }
.section-heading.split { max-width: none; display: grid; grid-template-columns: 1.1fr .7fr; gap: 10vw; align-items: end; }
.equipment .split > p { color: #b9c6bf; }
.equipment-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid rgba(255,255,255,.2); border-left: 1px solid rgba(255,255,255,.2); }
.equipment-grid span { padding: 28px; border-right: 1px solid rgba(255,255,255,.2); border-bottom: 1px solid rgba(255,255,255,.2); font-family: Georgia, serif; font-size: 22px; }
.two-paths { display: grid; grid-template-columns: 1fr 1fr; gap: 0; padding: 0; }
.two-paths article { padding: clamp(70px, 8vw, 120px) 7vw; background: var(--paper); }
.two-paths article:last-child { background: #e4e8df; }
.two-paths h2 { font-size: clamp(38px, 4vw, 57px); }
.two-paths a { display: inline-block; margin-top: 24px; color: var(--copper-dark); font-weight: 800; text-decoration: none; }
.two-paths a span { margin-left: 8px; }
.about { display: grid; grid-template-columns: .55fr 1fr; gap: 8vw; }
.about h2 { margin-bottom: 25px; }
.contact { padding: clamp(80px, 10vw, 135px) 5vw; text-align: center; color: #fff; background: var(--copper-dark); }
.contact .eyebrow { color: #ffe0ca; }.contact h2 { max-width: 920px; margin: 0 auto; }.contact > p:last-child { max-width: 700px; margin: 28px auto 0; line-height: 1.6; }
footer { padding: 44px 5vw; display: grid; grid-template-columns: 1fr 1fr auto; align-items: center; gap: 30px; color: #dbe2dc; background: #071b1b; font-size: 12px; line-height: 1.6; }
.footer-brand { color: #fff; }

@media (max-width: 900px) {
  nav a:not(.nav-action) { display: none; }
  .hero { grid-template-columns: 1fr; }
  .bridge-scene { min-height: 420px; }
  .principles, .steps, .equipment-grid { grid-template-columns: 1fr; }
  .principles p, .steps article { border-right: 0; border-bottom: 1px solid var(--line); }
  .steps article, .steps article + article { padding: 28px 0; }
  .section-heading.split, .two-paths, .about { grid-template-columns: 1fr; }
  footer { grid-template-columns: 1fr; }
}

@media (max-width: 560px) {
  .site-header { height: 76px; padding: 0 20px; }
  .brand strong { font-size: 14px; }
  .nav-action { padding: 11px 12px; font-size: 11px; }
  .hero-copy { padding: 70px 22px 60px; }
  .hero-actions { display: grid; }
  .button { text-align: center; }
  .bridge-scene { min-height: 360px; }
  .scene-label { font-size: 10px; }
  .label-fit { left: 40%; }
  .section { padding: 80px 22px; }
  .two-paths article { padding: 70px 22px; }
  .contact { padding: 80px 22px; }
}
