:root {
  --ink: #181817;
  --ink-soft: #242422;
  --paper: #f1eee7;
  --paper-deep: #e4dfd4;
  --gold: #c9984a;
  --gold-light: #e2bc75;
  --line: #ffffff29;
  --font-body: Manrope, "Segoe UI", Arial, sans-serif;
  --font-display: "Roboto Condensed", "Arial Narrow", Arial, sans-serif;
}

* { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body { background: var(--paper); color: var(--ink); font-family: var(--font-body); font-synthesis: none; text-rendering: optimizelegibility; margin: 0px; overflow-x: hidden; }

a { color: inherit; text-decoration: none; }

button, input, select, textarea { font: inherit; }

h1, h2, .result-tonnage strong, .result-total strong { font-family: var(--font-display); }

.shell { width: min(1180px, 100% - 56px); margin: 0px auto; }

.site-header { z-index: 20; color: rgb(255, 255, 255); border-bottom: 1px solid var(--line); position: absolute; inset: 0px 0px auto; }

.header-inner { grid-template-columns: 1fr auto 1fr; align-items: center; gap: 32px; width: min(1380px, 100% - 48px); height: 96px; margin: 0px auto; display: grid; }

.brand { align-items: center; gap: 18px; min-width: 0px; display: flex; }

.brand img { width: 118px; height: auto; display: block; }

.brand span { text-transform: uppercase; flex-direction: column; line-height: 1.08; display: flex; }

.brand b { letter-spacing: 0.14em; font-size: 13px; }

.brand small { color: rgba(255, 255, 255, 0.66); letter-spacing: 0.1em; margin-top: 4px; font-size: 9px; }

.desktop-nav { gap: 32px; font-size: 13px; display: flex; }

.desktop-nav a { color: rgba(255, 255, 255, 0.74); padding: 40px 0px; transition: color 0.2s; position: relative; }

.desktop-nav a::after { content: ""; background: var(--gold); height: 1px; transition: right 0.25s; position: absolute; bottom: 28px; left: 0px; right: 100%; }

.desktop-nav a:hover { color: rgb(255, 255, 255); }

.desktop-nav a:hover::after { right: 0px; }

.header-phone { text-align: right; flex-direction: column; justify-self: end; display: flex; }

.header-phone small { color: var(--gold-light); text-transform: uppercase; letter-spacing: 0.16em; margin-bottom: 5px; font-size: 10px; }

.header-phone b { letter-spacing: 0.02em; font-size: 15px; }

.menu-toggle, .mobile-menu { display: none; }

.hero { color: rgb(255, 255, 255); background: var(--ink); height: 100svh; min-height: 780px; max-height: 960px; position: relative; overflow: hidden; }

.hero-image { object-fit: cover; object-position: 58% center; width: 100%; height: 100%; animation: 1.4s cubic-bezier(0.2, 0.7, 0.2, 1) 0s 1 normal both running settle; position: absolute; inset: 0px; transform: scale(1.015); }

.hero-scrim { background: linear-gradient(90deg, rgba(15, 15, 14, 0.94) 0%, rgba(15, 15, 14, 0.82) 32%, rgba(15, 15, 14, 0.2) 69%, rgba(15, 15, 14, 0.36) 100%), linear-gradient(rgba(0, 0, 0, 0) 48%, rgba(10, 10, 9, 0.58)); position: absolute; inset: 0px; }

.hero-grid { opacity: 0.5; background-image: linear-gradient(90deg, transparent calc(25% - 1px), var(--line) 25%, transparent calc(25% + 1px), transparent calc(50% - 1px), var(--line) 50%, transparent calc(50% + 1px), transparent calc(75% - 1px), var(--line) 75%, transparent calc(75% + 1px)); position: absolute; inset: 96px 0px 0px; }

.hero-content { z-index: 2; flex-direction: column; align-items: flex-start; min-height: 100%; padding-top: clamp(190px, 24vh, 250px); padding-bottom: 56px; display: flex; position: relative; }

.eyebrow, .section-index { text-transform: uppercase; letter-spacing: 0.2em; color: var(--gold-light); margin: 0px; font-size: 11px; font-weight: 650; }

.hero h1 { flex-direction: column; align-items: flex-start; gap: 5px; max-width: 900px; margin: 24px 0px 26px; line-height: 0.84; display: flex; }

.hero-title-main { color: rgb(255, 255, 255); letter-spacing: -0.045em; font-size: clamp(72px, 8vw, 122px); font-weight: 700; }

.hero-title-sub { color: var(--gold-light); letter-spacing: -0.025em; white-space: nowrap; font-size: clamp(50px, 5.8vw, 86px); font-weight: 400; }

.hero-lead { color: rgba(255, 255, 255, 0.72); max-width: 590px; margin: 0px; font-size: clamp(17px, 1.5vw, 21px); line-height: 1.55; }

.hero-actions { flex-wrap: wrap; gap: 12px; margin-top: 36px; display: flex; }

.button { border: 1px solid rgba(0, 0, 0, 0); justify-content: center; align-items: center; gap: 40px; min-height: 54px; padding: 0px 24px; font-size: 13px; font-weight: 650; transition: transform 0.2s, background 0.2s, color 0.2s; display: inline-flex; }

.button:hover { transform: translateY(-2px); }

.button-primary { background: var(--gold); color: rgb(23, 21, 17); }

.button-primary:hover { background: var(--gold-light); }

.button-ghost { color: rgb(255, 255, 255); backdrop-filter: blur(8px); border-color: rgba(255, 255, 255, 0.32); }

.button-ghost:hover { background: rgba(255, 255, 255, 0.1); }

.hero-facts { border-top: 1px solid var(--line); grid-template-columns: repeat(3, 1fr); width: min(660px, 100%); margin-top: auto; padding-top: 24px; display: grid; }

.hero-facts div { flex-direction: column; gap: 6px; padding-right: 24px; display: flex; }

.hero-facts b { font-size: 22px; font-weight: 600; }

.hero-facts span { color: rgba(255, 255, 255, 0.5); font-size: 11px; }

.hero-side-note { z-index: 2; color: rgba(255, 255, 255, 0.45); font-family: var(--font-display), sans-serif; writing-mode: vertical-rl; letter-spacing: 0.14em; flex-direction: column; align-items: center; gap: 12px; font-size: 8px; display: flex; position: absolute; bottom: 52px; right: 26px; }

.hero-side-note i { background: rgba(255, 255, 255, 0.28); width: 1px; height: 60px; }

