:root {
  --ink: #18201e;
  --forest: #17362f;
  --forest-dark: #102823;
  --mint: #c9e4d8;
  --coral: #e66b50;
  --paper: #f7f8f4;
  --white: #fff;
  --muted: #5e6965;
  --line: #d8ded9;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: Arial, sans-serif; line-height: 1.5; }
a { color: inherit; text-decoration: none; }
.site-header { position: absolute; inset: 0 0 auto; z-index: 20; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; min-height: 72px; padding: 0 clamp(20px,4vw,64px); color: white; border-bottom: 1px solid #ffffff38; }
.brand { display: inline-flex; align-items: center; gap: 10px; width: max-content; font-size: 17px; font-weight: 800; }
.brand b { color: var(--coral); }
.brand-mark { display: grid; width: 34px; height: 34px; place-items: center; color: var(--forest); background: var(--mint); border-radius: 3px; font-weight: 900; }
nav { display: flex; gap: clamp(20px,3vw,42px); font-size: 14px; font-weight: 700; }
.header-contact { justify-self: end; font-size: 14px; font-weight: 800; }
.mobile-menu { display: none; }
.hero { position: relative; display: grid; min-height: min(860px,92vh); align-items: end; overflow: hidden; color: white; background: var(--forest-dark); }
.hero-image { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.hero-shade { position: absolute; inset: 0; background: linear-gradient(90deg,#0a1613ed 0%,#0a1613bd 43%,#0a16131a 76%); }
.hero-content { position: relative; z-index: 2; width: min(720px,90%); padding: 150px clamp(20px,7vw,110px); }
.kicker { margin: 0 0 18px; color: var(--mint); font-size: 13px; font-weight: 800; text-transform: uppercase; }
.kicker.dark { color: var(--coral); }
.hero h1 { margin: 0; font-family: Georgia,serif; font-size: clamp(64px,10vw,138px); font-weight: 500; line-height: .82; }
.hero-copy { max-width: 610px; margin: 30px 0 0; color: #ffffffdb; font-size: clamp(20px,2.2vw,29px); line-height: 1.35; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 34px; }
.button { display: inline-flex; min-height: 48px; align-items: center; justify-content: center; padding: 0 20px; border: 1px solid transparent; border-radius: 4px; font-size: 14px; font-weight: 800; }
.button-primary { color: var(--forest-dark); background: var(--mint); }
.button-ghost { color: white; border-color: #ffffff80; }
.hero-facts { position: absolute; z-index: 2; right: clamp(20px,5vw,76px); bottom: 44px; display: grid; min-width: 260px; background: #102823e6; border-top: 3px solid var(--coral); }
.hero-facts div { display: grid; padding: 13px 18px; border-bottom: 1px solid #ffffff24; }
.hero-facts strong { font-size: 14px; }
.hero-facts span { color: #ffffff9e; font-size: 12px; }
.section { padding: clamp(64px,9vw,120px) clamp(20px,7vw,110px); }
.intro { display: grid; grid-template-columns: minmax(140px,.4fr) minmax(300px,1.6fr); gap: 40px; }
.section-label { padding-top: 10px; color: var(--muted); font-size: 13px; font-weight: 800; text-transform: uppercase; }
.intro h2,.section-heading h2,.suppliers h2,.contact h2 { margin: 0; font-family: Georgia,serif; font-size: clamp(38px,5.5vw,72px); font-weight: 500; line-height: 1.05; }
.intro-copy>p { max-width: 760px; margin: 28px 0 0 auto; color: var(--muted); font-size: 18px; }
.capabilities { display: grid; grid-template-columns: repeat(3,1fr); padding-top: 0; }
.capabilities article { min-height: 280px; padding: 30px; background: white; border-top: 1px solid var(--line); }
.capabilities article+article { border-left: 1px solid var(--line); }
.capabilities article span,.category-list span { color: var(--coral); font-size: 13px; font-weight: 800; }
.capabilities h3 { margin: 60px 0 12px; font-size: 24px; }
.capabilities p { color: var(--muted); }
.categories { background: white; }
.section-heading { display: grid; grid-template-columns: 1.1fr .7fr; gap: 40px; align-items: end; margin-bottom: 52px; }
.section-heading>p { margin: 0; color: var(--muted); font-size: 17px; }
.category-list { border-top: 1px solid var(--line); }
.category-list>div { display: grid; grid-template-columns: 70px 1fr 1fr; gap: 20px; align-items: center; min-height: 98px; border-bottom: 1px solid var(--line); }
.category-list h3 { margin: 0; font-size: clamp(22px,3vw,34px); }
.category-list p { color: var(--muted); }
.suppliers { display: grid; grid-template-columns: 1.15fr .65fr; gap: clamp(40px,9vw,130px); padding: clamp(72px,10vw,140px) clamp(20px,7vw,110px); color: white; background: var(--forest); }
.suppliers-copy>p:not(.kicker) { max-width: 660px; color: #ffffffb3; font-size: 18px; }
.button-light { margin-top: 20px; color: var(--forest); background: white; }
.supplier-details { align-self: end; padding: 28px; border: 1px solid #ffffff3d; }
.supplier-details h3 { margin: 0 0 18px; }
.supplier-details ul { margin: 0; padding: 0; list-style: none; }
.supplier-details li { padding: 12px 0; color: #ffffffbd; border-top: 1px solid #ffffff21; }
.contact { display: grid; grid-template-columns: .8fr 1fr; gap: 60px; align-items: end; }
.contact p { color: var(--muted); }
.contact-links { border-top: 1px solid var(--line); }
.contact-links a { display: grid; grid-template-columns: 120px 1fr; gap: 20px; padding: 22px 0; border-bottom: 1px solid var(--line); }
.contact-links span { color: var(--muted); font-size: 13px; }
.contact-links strong { overflow-wrap: anywhere; }
footer { display: grid; grid-template-columns: 1fr auto auto; gap: 32px; align-items: center; padding: 28px clamp(20px,7vw,110px); color: #ffffffa6; background: #0b1714; font-size: 12px; }
footer p { margin: 0; }

@media(max-width:820px) {
  .site-header { grid-template-columns: 1fr auto; min-height: 64px; }
  .site-header nav,.header-contact { display:none; }
  .mobile-menu { display:block; position:relative; }
  .mobile-menu summary { display:grid; gap:5px; padding:12px; list-style:none; cursor:pointer; }
  .mobile-menu summary::-webkit-details-marker { display:none; }
  .mobile-menu i { width:22px; height:2px; background:currentColor; }
  .mobile-menu div { position:absolute; top:48px; right:-20px; display:grid; width:220px; padding:12px 20px; color:var(--ink); background:var(--paper); }
  .mobile-menu a { padding:11px 0; border-bottom:1px solid var(--line); }
  .hero { min-height:780px; }
  .hero-shade { background:linear-gradient(180deg,#0a161380,#0a1613f5 72%); }
  .hero-image { object-position:64% center; }
  .hero-content { width:100%; padding:130px 20px 210px; }
  .hero h1 { font-size:clamp(60px,19vw,92px); }
  .hero-facts { right:20px; bottom:24px; left:20px; min-width:0; grid-template-columns:repeat(3,1fr); }
  .hero-facts div { padding:10px; }
  .intro,.section-heading,.suppliers,.contact { grid-template-columns:1fr; }
  .capabilities { grid-template-columns:1fr; }
  .capabilities article { min-height:auto; }
  .capabilities article+article { border-left:0; }
  .capabilities h3 { margin-top:32px; }
  .category-list>div { grid-template-columns:40px 1fr; padding:18px 0; }
  .category-list p { grid-column:2; }
  footer { grid-template-columns:1fr; gap:14px; }
}

@media(max-width:520px) {
  .hero-actions { display:grid; }
  .hero-facts { grid-template-columns:1fr; }
  .hero-facts div { grid-template-columns:1fr 1.3fr; }
  .hero-content { padding-bottom:250px; }
}

@media(prefers-reduced-motion:reduce) {
  html { scroll-behavior:auto; }
}
