:root {
  color-scheme: light;
  --forest: #102b22;
  --forest-deep: #0b211a;
  --forest-soft: #1b3b2e;
  --gold: #d5ad56;
  --gold-light: #ebcd8b;
  --cream: #f4f0e7;
  --paper: #fbf9f3;
  --ink: #202a24;
  --muted: #647168;
  --line: #dcded3;
  --sans: "Avenir Next", Avenir, "Segoe UI", Arial, sans-serif;
  --serif: Georgia, "Times New Roman", serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: var(--sans); -webkit-font-smoothing: antialiased; }
img { display: block; max-width: 100%; }
a { color: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
a:focus-visible { outline: 3px solid var(--gold); outline-offset: 5px; }
::selection { background: var(--gold); color: var(--forest-deep); }

.wrap { width: min(100% - 88px, 1320px); margin-inline: auto; }
.skip-link { position: absolute; z-index: 99; top: -80px; left: 16px; background: var(--gold); padding: 12px 18px; color: var(--forest-deep); font-weight: 700; }
.skip-link:focus { top: 16px; }

.site-header { position: relative; z-index: 20; background: var(--forest-deep); color: #fff; }
.header-inner { display: flex; min-height: 92px; align-items: center; gap: 42px; }
.brand { display: inline-flex; align-items: center; gap: 11px; min-width: max-content; text-decoration: none; }
.brand-mark { position: relative; display: inline-grid; width: 36px; height: 39px; place-items: center; border: 1.5px solid var(--gold); transform: skew(-7deg); }
.brand-mark::before { content: ""; position: absolute; width: 17px; height: 23px; border-left: 4px solid var(--gold); border-right: 4px solid var(--gold); transform: skew(-24deg); }
.brand-mark span { position: absolute; width: 17px; height: 3px; top: 25px; left: 9px; background: var(--gold); transform: skew(-18deg); }
.brand-type { display: flex; flex-direction: column; gap: 2px; line-height: 1; }
.brand-type strong { font-size: 17px; font-weight: 750; letter-spacing: .145em; }
.brand-type small { color: var(--gold-light); font-size: 8px; font-weight: 700; letter-spacing: .29em; }
.main-nav { display: flex; align-items: center; gap: clamp(20px, 2.8vw, 44px); margin-left: auto; }
.main-nav a { color: #e8eee9; font-size: 13px; font-weight: 600; text-decoration: none; transition: color .2s ease; }
.main-nav a:hover { color: var(--gold-light); }
.header-cta { display: inline-flex; min-width: max-content; align-items: center; justify-content: space-between; gap: 23px; border: 1px solid #a3af9f; padding: 12px 15px 12px 19px; color: #fff; font-size: 12px; font-weight: 700; letter-spacing: .02em; text-decoration: none; transition: background .2s, border-color .2s; }
.header-cta:hover { background: var(--forest-soft); border-color: var(--gold); }
.arrow { color: var(--gold); font-size: 18px; line-height: .8; }

.hero { display: grid; grid-template-columns: 54% 46%; min-height: 665px; background: var(--forest); color: #fff; }
.hero-copy { display: flex; flex-direction: column; justify-content: space-between; min-width: 0; padding: clamp(76px, 7.8vw, 128px) clamp(40px, 7.6vw, 136px) 33px max(44px, calc((100vw - 1320px) / 2)); background: radial-gradient(circle at 10% 5%, #234433 0, transparent 46%), var(--forest); }
.hero-copy-inner { max-width: 660px; }
.eyebrow { display: flex; align-items: center; gap: 13px; margin: 0 0 27px; color: #586c56; font-size: 11px; font-weight: 800; letter-spacing: .26em; line-height: 1.5; }
.eyebrow.light { color: var(--gold-light); }
.eyebrow-line { display: inline-block; flex: 0 0 32px; height: 1px; background: currentColor; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { text-wrap: balance; }
h1, h2 { font-family: var(--serif); font-weight: 400; }
h1 { max-width: 730px; margin-bottom: 24px; font-size: clamp(54px, 5.9vw, 88px); letter-spacing: -.063em; line-height: .99; }
h1 em, h2 em { color: var(--gold-light); font-weight: 400; }
.hero-intro { max-width: 520px; margin-bottom: 34px; color: #cbd6ce; font-size: clamp(15px, 1.2vw, 17px); line-height: 1.8; }
.hero-actions { display: flex; align-items: center; gap: 31px; flex-wrap: wrap; }
.button { display: inline-flex; justify-content: space-between; align-items: center; gap: 23px; min-height: 52px; padding: 13px 20px; font-size: 12px; font-weight: 800; letter-spacing: .02em; text-decoration: none; transition: transform .2s, background .2s; }
.button:hover { transform: translateY(-3px); }
.button span { font-size: 18px; line-height: 1; }
.button-gold { background: var(--gold); color: var(--forest-deep); }
.button-gold:hover { background: #e8c577; }
.text-link { display: inline-flex; align-items: center; gap: 18px; padding-bottom: 6px; border-bottom: 1px solid currentColor; font-size: 13px; font-weight: 700; text-decoration: none; transition: gap .2s; }
.text-link:hover { gap: 24px; }
.text-link span { font-size: 18px; font-weight: 400; }
.light-link { color: var(--gold-light); }
.hero-meta { display: flex; gap: clamp(25px, 4vw, 72px); padding-top: 36px; border-top: 1px solid #5d7867; color: var(--gold-light); font-size: 11px; font-weight: 700; letter-spacing: .1em; white-space: nowrap; }
.hero-meta span { display: flex; gap: 12px; }
.hero-meta b { color: #e7eee8; font-weight: 500; letter-spacing: .02em; }
.hero-image-wrap { position: relative; overflow: hidden; min-width: 0; background: #977329; }
.hero-image { width: 100%; height: 100%; max-height: 820px; min-height: 665px; object-fit: cover; object-position: 51% 47%; }
.hero-image-shade { position: absolute; inset: 0; background: linear-gradient(180deg, transparent 62%, rgba(10,26,20,.78)); pointer-events: none; }
.hero-image-caption { position: absolute; right: 8%; bottom: 7%; display: flex; align-items: flex-start; gap: 14px; color: white; font-size: 10px; font-weight: 800; letter-spacing: .2em; line-height: 1.75; }
.caption-rule { width: 30px; height: 1px; margin-top: 8px; background: var(--gold); }

.intro-strip { background: var(--gold); color: var(--forest-deep); }
.intro-strip-inner { display: flex; align-items: center; justify-content: space-evenly; gap: 30px; min-height: 76px; font-size: 11px; font-weight: 900; letter-spacing: .27em; text-align: center; }
.strip-dot { font-size: 15px; line-height: 1; }
.section-pad { padding-block: clamp(88px, 8vw, 135px); }
.commodities-section { background: var(--paper); scroll-margin-top: 30px; }
.section-heading { display: flex; justify-content: space-between; align-items: end; gap: 40px; margin-bottom: 47px; }
.section-heading h2, .contact-section h2 { margin: 0; font-size: clamp(48px, 5vw, 72px); letter-spacing: -.055em; line-height: 1.05; }
.section-heading > p { max-width: 380px; margin-bottom: 6px; color: var(--muted); font-size: 15px; line-height: 1.75; }
.commodity-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 22px; }
.commodity-card { min-width: 0; background: #fff; box-shadow: 0 10px 40px rgba(22, 42, 31, .055); transition: transform .25s, box-shadow .25s; }
.commodity-card:hover { transform: translateY(-5px); box-shadow: 0 18px 50px rgba(22, 42, 31, .1); }
.card-image { position: relative; height: clamp(240px, 20vw, 300px); overflow: hidden; background: #d9dfd6; }
.card-image img { width: 100%; height: 100%; object-fit: cover; transition: transform .45s ease; }
.commodity-card:hover .card-image img { transform: scale(1.045); }
.commodity-card:nth-child(1) .card-image img { object-position: 50% 58%; }
.commodity-card:nth-child(2) .card-image img { object-position: 52% 52%; }
.commodity-card:nth-child(3) .card-image img { object-position: center 51%; }
.commodity-card:nth-child(4) .card-image img { object-position: center 57%; }
.card-content { display: flex; flex-direction: column; min-height: 241px; padding: 27px 27px 25px; }
.card-index { margin-bottom: 13px; color: #7b887d; font-size: 10px; font-weight: 900; letter-spacing: .19em; }
.card-content h3 { margin-bottom: 9px; color: var(--forest); font-family: var(--serif); font-size: clamp(26px, 2.15vw, 31px); font-weight: 400; letter-spacing: -.035em; line-height: 1.13; }
.card-content p { margin-bottom: 25px; color: var(--muted); font-size: 13px; line-height: 1.6; }
.card-content a { display: flex; justify-content: space-between; align-items: center; gap: 14px; margin-top: auto; padding-top: 16px; border-top: 1px solid var(--line); color: var(--forest); font-size: 12px; font-weight: 800; text-decoration: none; }
.card-content a span { color: #9b7a30; font-size: 19px; font-weight: 400; transition: transform .2s; }
.card-content a:hover span { transform: translate(3px, -3px); }
.aluminium-visual { display: flex; flex-direction: column; justify-content: space-between; padding: 24px; background: linear-gradient(135deg, #b9c3c0 0%, #e0e4e1 37%, #879893 100%); }
.aluminium-visual::after { content: ""; position: absolute; top: -50%; right: -20%; width: 55%; height: 170%; border-left: 1px solid rgba(255,255,255,.48); border-right: 1px solid rgba(255,255,255,.48); transform: rotate(31deg); }
.aluminium-symbol { z-index: 1; color: rgba(28,49,41,.68); font-family: var(--serif); font-size: clamp(90px, 9vw, 140px); letter-spacing: -.1em; line-height: 1; }
.aluminium-lines { z-index: 1; position: absolute; right: 8%; bottom: 18%; width: 27%; height: 30%; border-top: 1px solid #f6f7f4; border-right: 1px solid #f6f7f4; transform: skewY(-12deg); }
.aluminium-caption { z-index: 1; color: #263b33; font-size: 10px; font-weight: 900; letter-spacing: .2em; line-height: 1.5; }

.about-section { background: var(--forest-deep); color: #fff; scroll-margin-top: 0; }
.about-grid { display: grid; grid-template-columns: 1fr .83fr; align-items: center; gap: clamp(60px, 8vw, 125px); }
.about-images { position: relative; min-height: 520px; padding: 0 18% 14% 0; }
.about-main-image { width: 100%; height: 475px; object-fit: cover; object-position: 50% 50%; filter: saturate(.75); }
.about-detail-image { position: absolute; right: 0; bottom: 0; width: 42%; height: 45%; object-fit: cover; border: 12px solid var(--forest-deep); }
.about-image-label { position: absolute; left: 0; bottom: 7%; padding: 13px 20px 13px 0; background: var(--forest-deep); color: var(--gold-light); font-size: 10px; font-weight: 800; letter-spacing: .21em; }
.about-copy { max-width: 510px; }
.about-copy h2 { margin: 0 0 31px; font-size: clamp(46px, 4.8vw, 70px); letter-spacing: -.058em; line-height: 1.08; }
.about-copy p:not(.eyebrow) { margin-bottom: 19px; color: #c9d4cb; font-size: 15px; line-height: 1.78; }
.about-copy .text-link { margin-top: 22px; }

.contact-section { background: var(--cream); scroll-margin-top: 0; }
.contact-grid { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(60px, 12vw, 190px); }
.contact-section h2 { color: var(--forest); }
.contact-section h2 em { color: #a47d35; }
.contact-info > p { max-width: 510px; margin-bottom: 26px; color: #53645a; font-size: 17px; line-height: 1.7; }
.button-dark { background: var(--forest); color: #fff; }
.button-dark:hover { background: var(--forest-soft); }
.button-dark span { color: var(--gold-light); }
.contact-lines { margin-top: 48px; border-top: 1px solid #cbd1c7; }
.contact-lines > div { display: grid; grid-template-columns: 110px 1fr; gap: 20px; padding-block: 19px; border-bottom: 1px solid #cbd1c7; }
.contact-lines span { color: #6d806f; font-size: 10px; font-weight: 900; letter-spacing: .2em; }
.contact-lines strong, .contact-lines a { color: var(--forest); font-size: 14px; font-weight: 700; line-height: 1.5; text-decoration: none; }
.contact-lines a:hover { text-decoration: underline; }
.site-footer { background: var(--forest-deep); color: #b6c5b9; }
.footer-inner { display: flex; min-height: 126px; align-items: center; justify-content: space-between; gap: 30px; }
.footer-inner > span { font-size: 11px; }
.footer-inner > a:last-child { color: var(--gold-light); font-size: 11px; font-weight: 700; text-decoration: none; }

@media (max-width: 1100px) {
  .wrap { width: min(100% - 56px, 1320px); }
  .header-inner { gap: 22px; }
  .brand-type strong { font-size: 14px; }
  .brand-type small { font-size: 7px; }
  .hero { grid-template-columns: 55% 45%; min-height: 610px; }
  .hero-copy { padding-left: 48px; padding-right: 45px; }
  .hero-image { min-height: 610px; }
  h1 { font-size: clamp(52px, 6.1vw, 74px); }
  .about-images { min-height: 440px; }
  .about-main-image { height: 410px; }
  .about-grid { gap: 55px; }
}

@media (max-width: 760px) {
  .wrap { width: min(100% - 36px, 620px); }
  .header-inner { flex-wrap: wrap; min-height: 0; gap: 0; padding-block: 15px 0; }
  .brand { margin-right: auto; }
  .brand-mark { width: 31px; height: 34px; }
  .brand-mark::before { width: 14px; height: 20px; }
  .brand-mark span { width: 14px; top: 22px; left: 8px; }
  .brand-type strong { font-size: 13px; }
  .brand-type small { font-size: 6.5px; }
  .header-cta { min-width: 0; gap: 6px; padding: 8px 10px; font-size: 10px; }
  .header-cta .arrow { font-size: 15px; }
  .main-nav { order: 3; display: flex; justify-content: space-between; width: 100%; margin: 13px 0 0; padding-block: 12px 13px; border-top: 1px solid #365043; }
  .main-nav a { font-size: 11px; }
  .hero { display: flex; flex-direction: column; }
  .hero-copy { padding: 69px 24px 34px; }
  .hero-copy-inner { width: min(100%, 620px); margin-inline: auto; }
  .hero .eyebrow { font-size: 9px; }
  h1 { font-size: clamp(48px, 11vw, 68px); }
  .hero-intro { font-size: 14px; line-height: 1.7; }
  .hero-actions { gap: 23px; }
  .hero-meta { width: min(100%, 620px); margin: 62px auto 0; padding-top: 20px; font-size: 9px; }
  .hero-image-wrap { height: 410px; }
  .hero-image { height: 100%; min-height: 0; max-height: none; object-position: center 54%; }
  .hero-image-caption { right: 6%; bottom: 7%; }
  .intro-strip-inner { min-height: 61px; gap: 9px; font-size: 8px; letter-spacing: .16em; }
  .strip-dot { font-size: 10px; }
  .section-pad { padding-block: 76px; }
  .section-heading { display: block; margin-bottom: 29px; }
  .section-heading h2, .contact-section h2 { font-size: clamp(44px, 10vw, 59px); }
  .section-heading > p { max-width: 520px; margin: 18px 0 0; font-size: 14px; }
  .commodity-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 15px; }
  .card-image { height: clamp(180px, 32vw, 250px); }
  .card-content { min-height: 247px; padding: 19px 17px 18px; }
  .card-content h3 { font-size: 25px; }
  .card-content p { font-size: 12px; }
  .card-content a { font-size: 11px; }
  .about-grid, .contact-grid { grid-template-columns: 1fr; gap: 47px; }
  .about-images { min-height: 385px; }
  .about-main-image { height: 365px; }
  .about-detail-image { border-width: 8px; }
  .about-copy h2 { font-size: clamp(44px, 9vw, 60px); }
  .contact-grid { gap: 23px; }
  .contact-info > p { font-size: 15px; }
  .footer-inner { flex-wrap: wrap; justify-content: space-between; gap: 13px; padding-block: 30px; }
  .footer-brand { width: 100%; }
}

@media (max-width: 520px) {
  .header-cta { height: 37px; gap: 9px; justify-content: center; border-color: #809583; }
  .hero-copy { padding-inline: 18px; }
  .hero-meta { gap: 12px; justify-content: space-between; letter-spacing: 0; }
  .hero-meta span { flex-direction: column; gap: 5px; }
  .hero-image-wrap { height: 345px; }
  .intro-strip-inner { gap: 7px; letter-spacing: .09em; }
  .commodity-grid { grid-template-columns: 1fr; }
  .card-image { height: 260px; }
  .card-content { min-height: 0; padding: 23px; }
  .card-content p { margin-bottom: 28px; }
  .about-images { min-height: 310px; }
  .about-main-image { height: 290px; }
  .about-detail-image { width: 40%; height: 47%; }
  .about-image-label { font-size: 8px; }
  .contact-lines > div { grid-template-columns: 85px 1fr; gap: 12px; }
  .footer-inner > span { width: 100%; }
}

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