:root {
  --ink: #10231d;
  --forest: #0c3b2e;
  --forest-deep: #06281f;
  --leaf: #27664f;
  --gold: #d5a93e;
  --gold-soft: #f0d88d;
  --cream: #f7f4ea;
  --paper: #fffef9;
  --line: rgba(16, 35, 29, 0.16);
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: "DM Sans", sans-serif; font-size: 16px; line-height: 1.6; }
a { color: inherit; }
img { display: block; max-width: 100%; }
.site-header { position: sticky; top: 0; z-index: 20; min-height: 82px; display: flex; align-items: center; justify-content: space-between; padding: 14px clamp(22px, 5vw, 78px); background: rgba(255, 254, 249, .94); border-bottom: 1px solid var(--line); backdrop-filter: blur(14px); }
.brand { display: inline-flex; align-items: center; gap: 12px; text-decoration: none; }
.brand-mark { width: 48px; height: 48px; display: grid; place-items: center; border: 1px solid var(--gold); border-radius: 50%; background: var(--forest); color: var(--gold-soft); font-family: "Libre Caslon Display", serif; font-size: 17px; letter-spacing: -.04em; box-shadow: inset 0 0 0 4px var(--forest), inset 0 0 0 5px rgba(213,169,62,.5); }
.brand-copy { display: grid; line-height: 1.08; }
.brand-copy strong { font-family: "Libre Caslon Display", serif; font-size: 20px; font-weight: 400; }
.brand-copy small { margin-top: 5px; color: var(--leaf); font-size: 11px; font-weight: 700; letter-spacing: .18em; text-transform: uppercase; }
.site-nav { display: flex; align-items: center; gap: 30px; }
.site-nav a { text-decoration: none; font-size: 14px; font-weight: 600; }
.site-nav a:not(.nav-cta):hover { color: var(--leaf); }
.nav-cta { padding: 10px 17px; border: 1px solid var(--forest); }
.menu-toggle { display: none; border: 1px solid var(--line); background: transparent; padding: 9px 13px; font: inherit; }
.hero { min-height: calc(100vh - 82px); display: grid; grid-template-columns: minmax(0, 1.08fr) minmax(360px, .92fr); overflow: hidden; }
.hero-copy { display: flex; flex-direction: column; justify-content: center; padding: 80px clamp(28px, 6vw, 96px); background: var(--cream); }
.eyebrow { margin: 0 0 24px; color: var(--leaf); font-size: 12px; font-weight: 700; letter-spacing: .19em; text-transform: uppercase; }
h1, h2, h3 { margin-top: 0; }
h1, h2 { font-family: "Libre Caslon Display", serif; font-weight: 400; letter-spacing: -.035em; line-height: .98; }
h1 { max-width: 760px; margin-bottom: 30px; font-size: clamp(54px, 7.3vw, 108px); }
h1 em { color: var(--leaf); font-weight: 400; }
.hero-lead { max-width: 650px; margin: 0; font-size: clamp(17px, 1.55vw, 21px); line-height: 1.65; }
.hero-actions { display: flex; align-items: center; gap: 28px; margin-top: 38px; }
.button { display: inline-flex; min-height: 50px; align-items: center; justify-content: center; border: 0; padding: 13px 21px; font: inherit; font-weight: 700; text-decoration: none; cursor: pointer; }
.button-primary { background: var(--forest); color: white; }
.button-primary:hover { background: var(--forest-deep); }
.text-link { font-weight: 700; text-decoration-thickness: 1px; text-underline-offset: 5px; }
.hero-facts { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; margin: 58px 0 0; padding-top: 25px; border-top: 1px solid var(--line); }
.hero-facts div { display: grid; }
.hero-facts dt { color: var(--leaf); font-size: 11px; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; }
.hero-facts dd { margin: 4px 0 0; font-weight: 600; }
.hero-visual { position: relative; display: grid; place-items: center; padding: 60px; background: var(--forest); background-image: radial-gradient(circle at 50% 42%, rgba(73,131,96,.7), transparent 48%), linear-gradient(135deg, rgba(213,169,62,.08), transparent 40%); }
.hero-visual::after { content: ""; position: absolute; inset: 28px; border: 1px solid rgba(240,216,141,.22); pointer-events: none; }
.brand-disc { width: min(500px, 84%); border-radius: 50%; box-shadow: 0 28px 70px rgba(0,0,0,.42); }
.brand-disc img { border-radius: 50%; }
.visual-note { position: absolute; right: 54px; bottom: 38px; display: flex; align-items: center; gap: 9px; margin: 0; color: white; font-size: 13px; font-weight: 600; }
.visual-note span { width: 8px; height: 8px; border-radius: 50%; background: var(--gold); box-shadow: 0 0 0 5px rgba(213,169,62,.14); }
.marquee { overflow: hidden; padding: 17px 0; background: var(--gold); color: var(--forest-deep); font-size: 13px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; white-space: nowrap; }
.marquee div { width: max-content; min-width: 100%; text-align: center; }
.marquee span { margin: 0 18px; font-size: 9px; }
.section { padding: clamp(76px, 9vw, 140px) clamp(24px, 7vw, 108px); }
.split { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(50px, 9vw, 150px); }
h2 { max-width: 720px; margin-bottom: 0; font-size: clamp(46px, 6vw, 82px); }
.body-copy { max-width: 650px; font-size: 18px; }
.body-copy p:first-child { margin-top: 10px; }
.company-strip { display: grid; margin-top: 36px; border-top: 1px solid var(--line); }
.company-strip span { padding: 14px 0; border-bottom: 1px solid var(--line); font-size: 14px; font-weight: 700; }
.products { background: var(--cream); }
.section-heading { display: flex; align-items: end; justify-content: space-between; gap: 60px; margin-bottom: 54px; }
.section-heading > p { max-width: 510px; margin: 0 0 7px; font-size: 17px; }
.product-grid { display: grid; grid-template-columns: 1.55fr 1fr 1fr; gap: 1px; background: rgba(12,59,46,.15); border: 1px solid rgba(12,59,46,.15); }
.product-card { min-height: 270px; display: flex; flex-direction: column; justify-content: space-between; padding: 28px; background: var(--paper); }
.product-card.featured { grid-row: span 2; min-height: 541px; background: var(--forest); color: white; }
.card-number, .export-card > span { color: var(--gold); font-size: 12px; font-weight: 700; letter-spacing: .15em; }
.card-kicker { margin: 0 0 12px; color: var(--gold-soft); font-size: 11px; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; }
.product-card h3 { margin-bottom: 12px; font-family: "Libre Caslon Display", serif; font-size: 34px; font-weight: 400; }
.product-card.featured h3 { font-size: clamp(46px, 5vw, 72px); }
.product-card p { margin: 0; }
.export { display: grid; grid-template-columns: .9fr 1.1fr; gap: clamp(60px, 8vw, 130px); background: var(--forest-deep); color: white; }
.eyebrow.light { color: var(--gold-soft); }
.export-intro { align-self: start; position: sticky; top: 125px; }
.export-intro p:last-child { max-width: 550px; margin-top: 30px; color: rgba(255,255,255,.75); font-size: 18px; }
.export-grid { display: grid; grid-template-columns: 1fr 1fr; border-top: 1px solid rgba(255,255,255,.18); }
.export-card { min-height: 245px; padding: 28px; border-right: 1px solid rgba(255,255,255,.18); border-bottom: 1px solid rgba(255,255,255,.18); }
.export-card h3 { margin: 55px 0 10px; font-family: "Libre Caslon Display", serif; font-size: 30px; font-weight: 400; }
.export-card p { margin: 0; color: rgba(255,255,255,.68); }
.contact { display: grid; grid-template-columns: .8fr 1.2fr; gap: clamp(55px, 9vw, 145px); }
.contact-heading p:last-child { max-width: 490px; margin-top: 28px; font-size: 18px; }
.quote-form { display: grid; gap: 20px; padding: clamp(26px, 4vw, 48px); background: var(--cream); border-top: 4px solid var(--gold); }
.field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
label { display: grid; gap: 7px; color: var(--leaf); font-size: 13px; font-weight: 700; letter-spacing: .03em; }
input, textarea { width: 100%; border: 1px solid rgba(16,35,29,.25); border-radius: 0; background: var(--paper); padding: 13px 14px; color: var(--ink); font: inherit; font-size: 16px; }
input:focus, textarea:focus { outline: 2px solid var(--gold); outline-offset: 1px; }
textarea { resize: vertical; }
.quote-form .button { justify-self: start; }
.form-note { margin: -7px 0 0; color: rgba(16,35,29,.64); font-size: 13px; }
.offices { display: grid; grid-template-columns: 1fr 1fr; background: var(--forest); color: white; }
.offices article { min-height: 360px; padding: clamp(48px, 7vw, 96px); border-right: 1px solid rgba(255,255,255,.18); }
.offices h3 { margin-bottom: 18px; font-family: "Libre Caslon Display", serif; font-size: clamp(30px, 3vw, 44px); font-weight: 400; }
.offices address { margin-bottom: 22px; color: rgba(255,255,255,.72); font-style: normal; }
.offices a { display: block; width: fit-content; margin: 7px 0; color: white; text-underline-offset: 4px; }
footer { display: grid; grid-template-columns: 1fr 1fr auto; align-items: center; gap: 32px; padding: 36px clamp(24px, 7vw, 108px); background: #041b15; color: rgba(255,255,255,.62); font-size: 13px; }
.footer-brand { color: white; }
.footer-brand .brand-mark { width: 42px; height: 42px; }
.footer-brand .brand-copy small { color: var(--gold-soft); }
@media (max-width: 980px) {
  .hero { grid-template-columns: 1fr; }
  .hero-visual { min-height: 620px; }
  .split, .export, .contact { grid-template-columns: 1fr; }
  .product-grid { grid-template-columns: 1fr 1fr; }
  .product-card.featured { grid-row: auto; grid-column: span 2; min-height: 380px; }
  .export-intro { position: static; }
  footer { grid-template-columns: 1fr; }
}
@media (max-width: 700px) {
  .site-header { min-height: 72px; }
  .brand-mark { width: 43px; height: 43px; }
  .brand-copy strong { font-size: 18px; }
  .menu-toggle { display: block; }
  .site-nav { position: absolute; top: 72px; left: 0; right: 0; display: none; align-items: stretch; flex-direction: column; gap: 0; padding: 12px 22px 22px; background: var(--paper); border-bottom: 1px solid var(--line); }
  .site-nav.open { display: flex; }
  .site-nav a { padding: 13px 0; }
  .nav-cta { margin-top: 8px; padding: 11px 14px !important; text-align: center; }
  .hero { min-height: auto; }
  .hero-copy { padding: 70px 24px 60px; }
  h1 { font-size: clamp(49px, 15vw, 70px); }
  .hero-actions { align-items: stretch; flex-direction: column; gap: 18px; }
  .button { width: 100%; }
  .hero-facts { grid-template-columns: 1fr; gap: 14px; }
  .hero-facts div { grid-template-columns: 80px 1fr; align-items: baseline; }
  .hero-visual { min-height: 470px; padding: 46px 24px 80px; }
  .hero-visual::after { inset: 18px; }
  .brand-disc { width: min(380px, 85%); }
  .visual-note { right: auto; bottom: 36px; }
  .marquee div { padding-left: 24px; text-align: left; }
  .section-heading { align-items: start; flex-direction: column; gap: 26px; }
  .product-grid { grid-template-columns: 1fr; }
  .product-card.featured { grid-column: auto; min-height: 390px; }
  .export-grid, .field-row, .offices { grid-template-columns: 1fr; }
  .export-card { min-height: 220px; }
  .offices article { min-height: auto; border-right: 0; border-bottom: 1px solid rgba(255,255,255,.18); }
  .quote-form .button { justify-self: stretch; }
}
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } }
