:root {
  --ink: #12201e;
  --paper: #f2efe7;
  --cream: #fbf8f0;
  --line: #c9c4b7;
  --teal: #0e6058;
  --teal-dark: #082f2d;
  --gold: #c79a4b;
  --muted: #626c68;
}

* { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: "DM Sans", system-ui, sans-serif;
  line-height: 1.6;
}

a { color: inherit; }

.site-header {
  min-height: 76px;
  padding: 0 5vw;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid var(--line);
  background: rgba(242, 239, 231, .94);
  position: sticky;
  top: 0;
  z-index: 10;
  backdrop-filter: blur(12px);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: .75rem;
  text-decoration: none;
  font-family: "Libre Caslon Display", Georgia, serif;
  font-size: 1.08rem;
}

.brand-emblem {
  width: 60px;
  height: 60px;
  flex: 0 0 auto;
  overflow: hidden;
  display: block;
}

.brand-emblem img {
  width: 103px;
  max-width: none;
  display: block;
  transform: translate(-21px, -9px);
}

.brand-mark {
  width: 38px;
  height: 38px;
  display: grid;
  place-items: center;
  color: var(--cream);
  background: var(--teal-dark);
  border-radius: 50%;
  font: 600 .72rem "DM Sans", sans-serif;
  letter-spacing: .08em;
}

nav { display: flex; gap: 2rem; }
nav a { text-decoration: none; font-size: .9rem; }
nav a:hover { color: var(--teal); }
.menu-button { display: none; }

.hero {
  min-height: calc(100vh - 76px);
  display: grid;
  grid-template-columns: 1.65fr .75fr;
  gap: 7vw;
  align-items: center;
  padding: 8vw 7vw;
  overflow: hidden;
  position: relative;
}

.hero::before {
  content: "";
  position: absolute;
  width: 46vw;
  height: 46vw;
  min-width: 520px;
  min-height: 520px;
  right: -19vw;
  top: -15vw;
  border: 1px solid rgba(14, 96, 88, .24);
  border-radius: 50%;
  box-shadow: 0 0 0 70px rgba(14, 96, 88, .035), 0 0 0 140px rgba(14, 96, 88, .025);
  pointer-events: none;
}

.eyebrow {
  margin: 0 0 1rem;
  color: var(--teal);
  text-transform: uppercase;
  letter-spacing: .14em;
  font-weight: 600;
  font-size: .73rem;
}

h1, h2, h3, blockquote {
  margin-top: 0;
  font-family: "Libre Caslon Display", Georgia, serif;
  font-weight: 400;
  line-height: 1.08;
}

h1 { max-width: 900px; margin-bottom: 1.5rem; font-size: clamp(3.3rem, 6.8vw, 7rem); letter-spacing: -.04em; }
.lede { max-width: 720px; color: var(--muted); font-size: clamp(1rem, 1.6vw, 1.25rem); }
.hero-actions { display: flex; gap: .9rem; margin-top: 2rem; flex-wrap: wrap; }

.button {
  display: inline-block;
  padding: .8rem 1.25rem;
  border: 1px solid var(--teal-dark);
  text-decoration: none;
  font-size: .85rem;
  font-weight: 600;
}
.button.primary { color: white; background: var(--teal-dark); }
.button.secondary:hover { color: white; background: var(--teal); border-color: var(--teal); }

.briefing, .market-board {
  padding: 2rem;
  color: white;
  background: var(--teal-dark);
  box-shadow: 18px 18px 0 var(--gold);
  position: relative;
}

.briefing-label { margin: 0 0 1.5rem; color: #b7d2cc; text-transform: uppercase; letter-spacing: .14em; font-size: .68rem; }
.briefing-number { margin: 0; color: var(--gold); font: 3rem "Libre Caslon Display", serif; }
.briefing h2 { font-size: 2rem; }
.briefing > p:not([class]) { color: #b7c4c0; font-size: .9rem; }
.status { display: flex; align-items: center; gap: .5rem; margin-top: 2rem; font-size: .75rem; }
.status span { width: 7px; height: 7px; background: var(--gold); border-radius: 50%; }

.section { padding: 8rem 7vw; border-top: 1px solid var(--line); }
.section-heading { display: grid; grid-template-columns: 1.5fr 1fr; gap: 4rem; align-items: end; margin-bottom: 4rem; }
.section-heading h2, .market-copy h2 { margin-bottom: 0; font-size: clamp(2.6rem, 5vw, 4.8rem); }
.section-heading > p { max-width: 500px; margin: 0; color: var(--muted); }

.article-grid { display: grid; grid-template-columns: 1.45fr 1fr; gap: 4vw; }
.feature-card { background: var(--cream); }
.card-image { min-height: 360px; }
.map-pattern {
  background-color: #d8d3c5;
  background-image: radial-gradient(circle at 70% 35%, transparent 0 7%, rgba(8,47,45,.75) 7.2% 7.5%, transparent 7.7%),
    linear-gradient(125deg, transparent 20%, rgba(14,96,88,.6) 20.2% 20.5%, transparent 20.7%),
    repeating-radial-gradient(ellipse at 30% 70%, transparent 0 30px, rgba(8,47,45,.17) 31px 32px);
}
.card-content { padding: 2rem; }
.card-meta { color: var(--teal); text-transform: uppercase; letter-spacing: .09em; font-size: .68rem; font-weight: 600; }
.card-content h3 { margin-bottom: 1rem; font-size: 2.2rem; }
.card-content > p:not(.card-meta), .story-list p { color: var(--muted); }
.text-link { color: var(--teal); font-size: .82rem; font-weight: 600; }
.story-list article { padding: 1rem 0 2.1rem; border-bottom: 1px solid var(--line); }
.story-list article:first-child { padding-top: 0; }
.story-list h3 { margin-bottom: .7rem; font-size: 1.65rem; }
.story-list p { margin-bottom: 0; font-size: .92rem; }

.dark-section { color: white; background: var(--teal-dark); border: 0; }
.dark-section .eyebrow { color: var(--gold); }
.dark-section .section-heading > p { color: #aebdb8; }
.topic-grid { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid #44615d; border-left: 1px solid #44615d; }
.topic-grid article { min-height: 260px; padding: 2rem; border-right: 1px solid #44615d; border-bottom: 1px solid #44615d; }
.topic-grid span { color: var(--gold); font-size: .75rem; }
.topic-grid h3 { margin: 3.5rem 0 1rem; font-size: 1.5rem; }
.topic-grid p { color: #aebdb8; font-size: .88rem; }

.market-section { display: grid; grid-template-columns: 1.3fr 1fr; gap: 10vw; align-items: center; }
.market-copy > p:not(.eyebrow) { max-width: 650px; color: var(--muted); }
.market-note { display: grid; grid-template-columns: 150px 1fr; gap: 1rem; margin-top: 2.5rem; padding-top: 1.5rem; border-top: 1px solid var(--line); font-size: .85rem; }
.market-note span { color: var(--muted); }
.market-board { box-shadow: 18px 18px 0 #d8d3c5; }
.market-board ul { list-style: none; margin: 0; padding: 0; }
.market-board li { display: flex; justify-content: space-between; gap: 1rem; padding: 1rem 0; border-top: 1px solid #44615d; font-size: .8rem; }
.market-board b { color: var(--gold); font-weight: 500; text-align: right; }

.about-section { max-width: 1100px; margin: 0 auto; text-align: center; border: 0; }
blockquote { margin-bottom: 2rem; font-size: clamp(2rem, 4vw, 3.8rem); }
.about-section > p:last-child { max-width: 730px; margin: 0 auto; color: var(--muted); }

footer {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  align-items: center;
  gap: 2rem;
  padding: 2.5rem 5vw;
  color: #b7c4c0;
  background: #071e1d;
  font-size: .76rem;
}
footer p:nth-child(2) { text-align: center; }
footer p:last-child { text-align: right; }
footer .brand { color: white; }

@media (max-width: 900px) {
  .hero, .section-heading, .article-grid, .market-section { grid-template-columns: 1fr; }
  .hero { padding-top: 5rem; }
  .hero-copy { max-width: 720px; }
  .briefing { max-width: 500px; }
  .section-heading { gap: 1rem; }
  .topic-grid { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 640px) {
  .site-header { min-height: 64px; }
  .menu-button { display: block; border: 0; background: none; color: var(--gold); font: inherit; }
  nav { display: none; position: absolute; inset: 64px 0 auto 0; padding: 1.5rem 5vw; color: var(--cream); background: #071e1d; border-bottom: 1px solid var(--line); flex-direction: column; gap: 1rem; }
  nav.open { display: flex; }
  .brand { gap: .55rem; font-size: .92rem; }
  .brand-emblem { width: 46px; height: 46px; }
  .brand-emblem img { width: 79px; transform: translate(-16px, -7px); }
  .hero { min-height: auto; grid-template-columns: 1fr; padding: 4rem 5vw 6rem; }
  h1 { font-size: 3.25rem; }
  .section { padding: 5rem 5vw; }
  .section-heading { margin-bottom: 2.5rem; }
  .card-image { min-height: 240px; }
  .topic-grid { grid-template-columns: 1fr; }
  .topic-grid article { min-height: 210px; }
  .topic-grid h3 { margin-top: 2.5rem; }
  .market-note { grid-template-columns: 1fr; }
  footer { grid-template-columns: 1fr; text-align: left; }
  footer p:nth-child(2), footer p:last-child { text-align: left; margin: 0; }
}

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


/* Trading page */
.trading-main { background: var(--paper); }
.trading-hero {
  padding: 7rem 7vw 5rem;
  border-bottom: 1px solid var(--line);
  background:
    radial-gradient(circle at 90% 10%, rgba(199, 154, 75, .18), transparent 28rem),
    var(--cream);
}
.trading-hero-inner { max-width: 1050px; }
.trading-hero h1 { max-width: 1000px; font-size: clamp(3.2rem, 7vw, 6.8rem); }
.trading-hero .lede { max-width: 780px; }
.construction-banner {
  display: flex;
  align-items: flex-start;
  gap: 1rem;
  max-width: 900px;
  margin-top: 2.5rem;
  padding: 1.25rem 1.4rem;
  color: white;
  background: var(--teal-dark);
  border-left: 6px solid var(--gold);
}
.construction-banner strong { display: block; margin-bottom: .2rem; }
.construction-banner p { margin: 0; color: #b7c4c0; font-size: .9rem; }
.construction-mark {
  flex: 0 0 auto;
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
  color: var(--teal-dark);
  background: var(--gold);
  border-radius: 50%;
  font-weight: 600;
}
.trading-intro {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 7vw;
  align-items: start;
}
.trading-intro h2, .trading-section h2 {
  margin-bottom: 1rem;
  font-size: clamp(2.4rem, 4.5vw, 4.5rem);
}
.trading-intro > div > p:not(.eyebrow) { max-width: 670px; color: var(--muted); }
.trade-summary {
  padding: 2rem;
  color: white;
  background: var(--teal-dark);
  box-shadow: 18px 18px 0 var(--gold);
}
.trade-summary h3 { font-size: 1.6rem; }
.trade-summary ul { margin: 0; padding-left: 1.2rem; color: #b7c4c0; }
.trade-summary li + li { margin-top: .75rem; }
.product-grid, .process-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  margin-top: 3rem;
  background: var(--line);
  border: 1px solid var(--line);
}
.product-grid article, .process-grid article {
  min-height: 230px;
  padding: 2rem;
  background: var(--cream);
}
.product-grid .card-meta, .process-grid .card-meta { margin-top: 0; }
.product-grid h3, .process-grid h3 { margin: 2.5rem 0 .8rem; font-size: 1.65rem; }
.product-grid p, .process-grid p { margin-bottom: 0; color: var(--muted); font-size: .9rem; }
.trading-section.alt { color: white; background: var(--teal-dark); border-top: 0; }
.trading-section.alt .eyebrow { color: var(--gold); }
.trading-section.alt > p { max-width: 760px; color: #aebdb8; }
.trading-section.alt .process-grid { background: #44615d; border-color: #44615d; }
.trading-section.alt .process-grid article { background: #0b3936; }
.trading-section.alt .process-grid p { color: #aebdb8; }
.trading-disclaimer {
  padding: 2rem 7vw;
  text-align: center;
  color: var(--muted);
  background: #e5e0d4;
  font-size: .82rem;
}
.trading-disclaimer p { max-width: 900px; margin: 0 auto; }

@media (max-width: 900px) {
  .trading-intro { grid-template-columns: 1fr; }
  .product-grid, .process-grid { grid-template-columns: 1fr; }
  .product-grid article, .process-grid article { min-height: auto; }
}

@media (max-width: 640px) {
  .trading-hero { padding: 4rem 5vw; }
  .construction-banner { flex-direction: column; }
}
