:root {
  --forest: #07563f;
  --forest-dark: #043a2c;
  --forest-deep: #053b2e;
  --forest-black: #022b22;
  --ivory: #f7f3e8;
  --cream: #fbf8f0;
  --gold: #d8a228;
  --orange: #ef5a24;
  --ink: #18332a;
  --muted: #65736c;
  --line: rgba(7, 86, 63, .16);
  --white: #fff;
  --max: 1240px;
  --radius: 22px;
  --shadow: 0 24px 70px rgba(4, 49, 37, .12);
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--cream); font: 16px/1.55 Arial, Helvetica, sans-serif; }
img { display: block; max-width: 100%; height: auto; }
a { color: inherit; }
:focus-visible { outline: 3px solid var(--orange); outline-offset: 4px; }
.container { width: min(calc(100% - 40px), var(--max)); margin-inline: auto; }
.section { padding: 94px 0; }
.eyebrow { margin: 0; color: var(--gold); font-size: .76rem; font-weight: 800; letter-spacing: .18em; text-transform: uppercase; }
.eyebrow-dark { color: var(--forest); }
.skip-link { position: fixed; top: 10px; left: 14px; z-index: 1000; transform: translateY(-150%); background: var(--gold); color: var(--forest-black); padding: 10px 14px; border-radius: 8px; font-weight: 800; }
.skip-link:focus { transform: translateY(0); }
.site-header { position: sticky; top: 0; z-index: 100; background: rgba(251,248,240,.95); border-bottom: 1px solid var(--line); backdrop-filter: blur(14px); }
.header-inner { min-height: 76px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand { width: 186px; flex: 0 0 auto; }
.primary-nav { display: flex; align-items: center; gap: clamp(14px, 1.8vw, 27px); font-size: .9rem; font-weight: 750; }
.primary-nav > a { text-decoration: none; padding: 10px 0; }
.primary-nav > a:hover { color: var(--forest); }
.nav-rfq { color: var(--forest); border: 1px solid rgba(7,86,63,.28); border-radius: 999px; padding: 9px 16px !important; }
.lang-switch { display: inline-flex; gap: 7px; align-items: center; border-left: 1px solid var(--line); padding-left: 16px; }
.lang-switch a { text-decoration: none; }
.menu-toggle { display: none; min-width: 44px; min-height: 44px; border: 0; border-radius: 10px; background: var(--forest); color: #fff; font-size: 1.4rem; }

.trade-hero { position: relative; min-height: 690px; color: #fff; overflow: hidden; background: var(--forest-black); }
.trade-hero-photo { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center; }
.trade-hero-overlay { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(2,43,34,.96) 0%, rgba(2,43,34,.87) 38%, rgba(2,43,34,.35) 68%, rgba(2,43,34,.18) 100%), linear-gradient(180deg, rgba(2,43,34,.1), rgba(2,43,34,.45)); }
.trade-hero-inner { position: relative; min-height: 690px; display: grid; grid-template-columns: 1.1fr .62fr; gap: 72px; align-items: center; padding-top: 62px; padding-bottom: 62px; }
.trade-hero-copy h1 { max-width: 730px; margin: 18px 0; font: 800 clamp(3.5rem, 6.7vw, 6.5rem)/.95 Arial, Helvetica, sans-serif; letter-spacing: -.055em; }
.hero-product-line { margin: 0 0 22px; color: #f6d988; font-size: clamp(1.15rem, 2vw, 1.55rem); font-weight: 800; }
.hero-product-line span { color: var(--orange); margin: 0 9px; }
.trade-hero-lead { max-width: 690px; margin: 0; color: rgba(255,255,255,.84); font-size: 1.08rem; }
.button-row { display: flex; flex-wrap: wrap; gap: 13px; margin-top: 28px; }
.btn { min-height: 46px; display: inline-flex; align-items: center; justify-content: center; padding: 12px 20px; border-radius: 999px; text-decoration: none; font-weight: 800; transition: transform .2s ease, box-shadow .2s ease, background .2s ease; }
.btn:hover { transform: translateY(-2px); }
.btn-primary { background: var(--gold); color: var(--forest-black); box-shadow: 0 14px 38px rgba(216,162,40,.22); }
.btn-outline { color: #fff; border: 1px solid rgba(255,255,255,.62); background: rgba(255,255,255,.06); }
.availability-board { justify-self: end; width: min(100%, 390px); background: rgba(251,248,240,.96); color: var(--ink); padding: 24px; border-radius: 24px; box-shadow: 0 30px 80px rgba(0,0,0,.24); }
.board-label { margin: 0 0 10px; color: var(--forest); font-size: .72rem; font-weight: 850; letter-spacing: .13em; }
.availability-board > a { display: grid; grid-template-columns: 44px 1fr; column-gap: 12px; grid-template-rows: auto auto; padding: 16px 0; text-decoration: none; border-bottom: 1px solid var(--line); }
.availability-board > a span { grid-row: 1 / 3; width: 40px; height: 40px; display: grid; place-items: center; border-radius: 50%; background: var(--forest); color: var(--gold); font-weight: 900; }
.availability-board strong { font-size: 1.05rem; }
.availability-board small { color: var(--muted); margin-top: 2px; }
.board-note { margin: 15px 0 0; color: var(--muted); font-size: .82rem; }

.market-strip { background: var(--forest); color: #fff; }
.market-strip-inner { min-height: 74px; display: grid; grid-template-columns: repeat(4, 1fr); align-items: center; }
.market-strip span { padding: 0 20px; border-right: 1px solid rgba(255,255,255,.18); font-size: .83rem; }
.market-strip span:first-child { padding-left: 0; }
.market-strip span:last-child { border-right: 0; padding-right: 0; }
.market-strip b { display: block; color: #f3d06b; text-transform: uppercase; font-size: .68rem; letter-spacing: .1em; }

.trade-heading { display: grid; grid-template-columns: .9fr 1.1fr; gap: 70px; align-items: end; margin-bottom: 44px; }
.trade-heading h2, .packaging-copy h2, .documents-grid h2, .company-grid h2, .rfq-copy h2 { margin: 10px 0 0; font: 800 clamp(2.4rem, 4.6vw, 4.6rem)/1 Arial, Helvetica, sans-serif; letter-spacing: -.045em; }
.trade-heading > p, .packaging-copy > p, .documents-grid > div > p, .company-grid > div > p { color: var(--muted); margin: 0; }
.trade-product-list { display: grid; gap: 18px; }
.trade-product { display: grid; grid-template-columns: 88px 300px 1fr; background: #fff; border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden; box-shadow: 0 8px 28px rgba(4,49,37,.05); }
.product-number { display: grid; place-items: center; background: var(--forest); color: #f7d36f; font: 700 2rem/1 Georgia, serif; }
.product-visual { position: relative; min-height: 300px; overflow: hidden; background: var(--ivory); border-right: 1px solid var(--line); }
.product-visual img { width: 100%; height: 100%; object-fit: contain; background: #fbfaf6; padding: 12px; }
.product-visual > span { position: absolute; left: 16px; bottom: 16px; background: rgba(2,43,34,.88); color: #fff; border-radius: 999px; padding: 7px 11px; font-size: .72rem; font-weight: 800; }
.product-info { padding: 28px 30px; }
.product-title-row { display: flex; justify-content: space-between; gap: 20px; align-items: start; }
.product-origin { margin: 0; color: var(--gold); font-size: .72rem; font-weight: 850; letter-spacing: .14em; }
.product-info h3 { margin: 3px 0 20px; font-size: clamp(2rem, 3.2vw, 3.2rem); line-height: 1; letter-spacing: -.035em; }
.availability-tag { color: var(--forest); border: 1px solid rgba(7,86,63,.25); padding: 7px 11px; border-radius: 999px; font-size: .7rem; font-weight: 850; }
.commercial-specs { margin: 0; display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); border-top: 1px solid var(--line); }
.commercial-specs div { padding: 13px 18px 13px 0; border-bottom: 1px solid var(--line); }
.commercial-specs div:nth-child(odd) { border-right: 1px solid var(--line); margin-right: 18px; }
.commercial-specs dt { color: var(--muted); font-size: .72rem; text-transform: uppercase; letter-spacing: .08em; font-weight: 800; }
.commercial-specs dd { margin: 3px 0 0; font-weight: 750; }
.product-note { margin: 16px 0 0; color: var(--muted); font-size: .88rem; }
.text-cta { display: inline-block; margin-top: 15px; color: var(--forest); text-decoration: none; font-weight: 850; }

.sources-section { background: linear-gradient(145deg, var(--forest-black), var(--forest)); color: #fff; }
.light-heading > p { color: rgba(255,255,255,.75); }
.source-ledger { display: grid; grid-template-columns: repeat(3, 1fr); border: 1px solid rgba(255,255,255,.16); border-radius: var(--radius); overflow: hidden; }
.source-ledger article { padding: 30px; background: rgba(255,255,255,.045); border-right: 1px solid rgba(255,255,255,.14); }
.source-ledger article:last-child { border-right: 0; }
.source-country { color: #f6d56f; font-size: .7rem; font-weight: 850; letter-spacing: .12em; }
.source-ledger h3 { min-height: 2.3em; margin: 10px 0; font-size: 1.45rem; }
.source-ledger p { min-height: 4.7em; color: rgba(255,255,255,.7); }
.source-ledger b { display: block; color: rgba(255,255,255,.5); font-size: .68rem; letter-spacing: .1em; text-transform: uppercase; }
.source-ledger strong { color: #f6d56f; }
.source-disclaimer { margin: 24px 0 0; color: rgba(255,255,255,.72); font-size: .84rem; }

.specifications-section { background: var(--cream); }
.spec-table-wrap { overflow-x: auto; border: 1px solid var(--line); border-radius: var(--radius); background: #fff; box-shadow: var(--shadow); }
.spec-table { width: 100%; min-width: 960px; border-collapse: collapse; }
.spec-table th, .spec-table td { padding: 17px 16px; text-align: left; border-bottom: 1px solid var(--line); vertical-align: top; }
.spec-table thead th { color: #fff; background: var(--forest); font-size: .72rem; letter-spacing: .07em; text-transform: uppercase; }
.spec-table tbody th { color: var(--forest); font-size: 1rem; }
.spec-table tbody tr:last-child th, .spec-table tbody tr:last-child td { border-bottom: 0; }
.spec-footnote { color: var(--muted); font-size: .82rem; margin: 14px 0 0; }

.packaging-section { background: #fff; }
.packaging-grid { display: grid; grid-template-columns: .92fr 1.08fr; gap: 70px; align-items: center; }
.packaging-photo-stack { position: relative; min-height: 600px; }
.packaging-photo-stack figure { margin: 0; overflow: hidden; box-shadow: var(--shadow); background: var(--ivory); }
.photo-main { position: absolute; inset: 0 80px 65px 0; border-radius: 28px; }
.photo-main img, .photo-small img { width: 100%; height: 100%; object-fit: cover; }
.photo-small { position: absolute; width: 42%; height: 44%; right: 0; bottom: 0; border: 10px solid #fff; border-radius: 22px; }
.packaging-photo-stack figcaption { position: absolute; left: 14px; bottom: 14px; background: rgba(2,43,34,.88); color: #fff; border-radius: 999px; padding: 6px 10px; font-size: .7rem; }
.packaging-copy > p { margin-top: 18px; }
.packing-options { display: grid; gap: 12px; margin-top: 30px; }
.packing-options > div { display: grid; grid-template-columns: 48px 1fr; column-gap: 14px; align-items: start; padding: 16px 0; border-top: 1px solid var(--line); }
.packing-options span { grid-row: 1 / 3; width: 42px; height: 42px; display: grid; place-items: center; border-radius: 50%; background: var(--forest); color: var(--gold); font-weight: 900; }
.packing-options h3 { margin: 0; font-size: 1.1rem; }
.packing-options p { margin: 3px 0 0; color: var(--muted); }
.packing-checks { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 22px; }
.packing-checks span { background: var(--ivory); border: 1px solid var(--line); padding: 8px 11px; border-radius: 999px; font-size: .78rem; font-weight: 750; }

.documents-section { background: var(--forest-black); color: #fff; }
.documents-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 80px; align-items: start; }
.documents-grid > div > p { color: rgba(255,255,255,.72); margin-top: 18px; }
.document-ledger { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1px; background: rgba(255,255,255,.16); border: 1px solid rgba(255,255,255,.16); border-radius: 18px; overflow: hidden; }
.document-ledger span { padding: 19px; background: rgba(255,255,255,.06); font-weight: 750; }
.shipment-flow { display: grid; grid-template-columns: repeat(5, 1fr); margin-top: 48px; border-top: 1px solid rgba(255,255,255,.18); }
.shipment-flow div { padding: 25px 22px 0 0; }
.shipment-flow b { display: block; color: var(--gold); font-size: .75rem; }
.shipment-flow strong { display: block; margin-top: 8px; }
.shipment-flow small { display: block; color: rgba(255,255,255,.62); margin-top: 5px; }

.company-section { background: var(--ivory); }
.company-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 90px; align-items: start; }
.company-grid h2 { font-size: clamp(2.4rem, 4.2vw, 4.2rem); }
.company-grid > div > p { font-size: 1.06rem; }
.company-points { display: grid; grid-template-columns: repeat(2, 1fr); gap: 10px; margin-top: 24px; }
.company-points span { padding: 13px 15px; background: #fff; border-left: 3px solid var(--gold); font-weight: 750; }

.contact-section { background: #fff; }
.rfq-panel { position: relative; overflow: hidden; background: linear-gradient(145deg, var(--forest), var(--forest-black)); color: #fff; border-radius: 30px; padding: clamp(28px, 5vw, 62px); }
.rfq-panel::after { content: "RFQ"; position: absolute; right: -12px; top: -42px; font-size: 11rem; font-weight: 900; color: rgba(255,255,255,.035); }
.rfq-copy { max-width: 790px; position: relative; z-index: 1; }
.rfq-copy h2 { font-size: clamp(2.5rem, 5vw, 4.9rem); }
.rfq-copy > p { color: rgba(255,255,255,.74); font-size: 1.02rem; }
.rfq-fields { position: relative; z-index: 1; display: grid; grid-template-columns: repeat(3, 1fr); margin-top: 38px; border: 1px solid rgba(255,255,255,.18); border-radius: 18px; overflow: hidden; }
.rfq-fields div { padding: 18px; background: rgba(255,255,255,.05); border-right: 1px solid rgba(255,255,255,.13); border-bottom: 1px solid rgba(255,255,255,.13); }
.rfq-fields span { color: var(--gold); margin-right: 8px; font-size: .7rem; }
.rfq-fields b { font-size: .88rem; }
.rfq-contact { position: relative; z-index: 1; display: flex; flex-wrap: wrap; gap: 10px 18px; margin-top: 24px; color: rgba(255,255,255,.72); }
.rfq-contact span { color: var(--gold); font-weight: 800; text-transform: uppercase; font-size: .68rem; letter-spacing: .08em; }
.rfq-contact a { color: #fff; font-weight: 750; }

.site-footer { background: #021f19; color: #fff; padding: 30px 0; }
.footer-inner { display: grid; grid-template-columns: 52px 1fr auto; gap: 18px; align-items: center; }
.footer-inner img { width: 46px; }
.footer-inner p { margin: 2px 0 0; color: rgba(255,255,255,.6); font-size: .82rem; }
.footer-inner a { color: #fff; text-decoration: none; font-weight: 750; }

@media (max-width: 1000px) {
  .primary-nav { position: fixed; top: 76px; left: 0; right: 0; display: none; flex-direction: column; align-items: stretch; gap: 0; padding: 16px 20px 24px; background: var(--cream); border-bottom: 1px solid var(--line); }
  .menu-open .primary-nav { display: flex; }
  .primary-nav > a { min-height: 44px; display: flex; align-items: center; }
  .lang-switch { border-left: 0; border-top: 1px solid var(--line); padding: 14px 0 0; margin-top: 8px; }
  .menu-toggle { display: inline-grid; place-items: center; }
  .trade-hero-inner { grid-template-columns: 1fr; align-content: center; gap: 34px; }
  .availability-board { justify-self: start; width: min(100%, 620px); }
  .market-strip-inner { grid-template-columns: repeat(2, 1fr); padding: 14px 0; }
  .market-strip span { padding: 10px 16px; }
  .trade-heading, .packaging-grid, .documents-grid, .company-grid { grid-template-columns: 1fr; gap: 30px; }
  .trade-product { grid-template-columns: 70px 230px 1fr; }
  .source-ledger { grid-template-columns: 1fr; }
  .source-ledger article { border-right: 0; border-bottom: 1px solid rgba(255,255,255,.14); }
  .source-ledger article:last-child { border-bottom: 0; }
  .source-ledger h3, .source-ledger p { min-height: 0; }
  .shipment-flow { grid-template-columns: repeat(3, 1fr); }
  .packaging-photo-stack { min-height: 520px; }
}

@media (max-width: 720px) {
  .container { width: min(calc(100% - 28px), var(--max)); }
  .section { padding: 64px 0; }
  .brand { width: 158px; }
  .trade-hero, .trade-hero-inner { min-height: 650px; }
  .trade-hero-copy h1 { font-size: clamp(3rem, 14vw, 4.4rem); }
  .trade-hero-overlay { background: linear-gradient(180deg, rgba(2,43,34,.92) 0%, rgba(2,43,34,.8) 65%, rgba(2,43,34,.58) 100%); }
  .availability-board { padding: 20px; }
  .market-strip-inner { grid-template-columns: 1fr; }
  .market-strip span { border-right: 0; border-bottom: 1px solid rgba(255,255,255,.14); padding: 12px 0; }
  .market-strip span:last-child { border-bottom: 0; }
  .trade-product { grid-template-columns: 1fr; }
  .product-number { height: 54px; place-items: center start; padding-left: 20px; }
  .product-visual { min-height: 230px; border-right: 0; border-bottom: 1px solid var(--line); }
  .product-info { padding: 24px 20px; }
  .commercial-specs { grid-template-columns: 1fr; }
  .commercial-specs div:nth-child(odd) { border-right: 0; margin-right: 0; }
  .product-title-row { gap: 12px; }
  .spec-table-wrap { border-radius: 16px; }
  .packaging-photo-stack { min-height: 420px; }
  .photo-main { right: 36px; bottom: 48px; }
  .photo-small { width: 48%; height: 42%; }
  .document-ledger { grid-template-columns: 1fr; }
  .shipment-flow { grid-template-columns: 1fr 1fr; }
  .rfq-fields { grid-template-columns: 1fr 1fr; }
  .company-points { grid-template-columns: 1fr; }
  .footer-inner { grid-template-columns: 44px 1fr; }
  .footer-inner > a { grid-column: 2; }
}

@media (max-width: 460px) {
  body { font-size: 15px; }
  .trade-hero, .trade-hero-inner { min-height: 610px; }
  .trade-hero-inner { padding-top: 38px; padding-bottom: 38px; }
  .trade-hero-copy h1 { font-size: 3.25rem; }
  .hero-product-line { font-size: 1rem; }
  .btn { width: 100%; }
  .availability-board > a { grid-template-columns: 40px 1fr; }
  .trade-heading h2, .packaging-copy h2, .documents-grid h2, .company-grid h2 { font-size: 2.55rem; }
  .product-info h3 { font-size: 2.35rem; }
  .shipment-flow, .rfq-fields { grid-template-columns: 1fr; }
  .packaging-photo-stack { min-height: 350px; }
  .photo-main { inset: 0 26px 42px 0; }
  .photo-small { width: 50%; height: 38%; border-width: 6px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
}
