:root {
  --jade: #155e52;
  --jade-deep: #0b3e38;
  --mint: #dcece2;
  --mint-pale: #f0f6ef;
  --sand: #d6bd8c;
  --ivory: #fbf8ef;
  --ink: #18352f;
  --bronze: #98744d;
  --line: rgba(21, 94, 82, .18);
  --radius: 28px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--ivory);
  font-family: "DM Sans", sans-serif;
  font-weight: 300;
  line-height: 1.65;
}
body::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  opacity: .22;
  z-index: 20;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.85' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.16'/%3E%3C/svg%3E");
}
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; object-fit: cover; }
button, input, select, textarea { font: inherit; }
button { color: inherit; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 {
  font-family: "Manrope", sans-serif;
  font-weight: 300;
  line-height: 1.08;
  letter-spacing: -.04em;
}
h1 { font-size: clamp(3rem, 7.5vw, 7rem); }
h2 { font-size: clamp(2rem, 4vw, 3.7rem); }
h3 { font-size: 1.45rem; }
em { color: var(--bronze); font-family: Georgia, serif; font-weight: 400; }
.skip-link { position: fixed; left: 12px; top: -80px; padding: 10px 16px; background: white; z-index: 100; }
.skip-link:focus { top: 12px; }
.eyebrow {
  margin-bottom: 1rem;
  color: var(--bronze);
  font-size: .72rem;
  font-weight: 600;
  letter-spacing: .19em;
}
.section { width: min(1240px, calc(100% - 48px)); margin: 0 auto; padding: 110px 0; }
.section-head { max-width: 700px; margin-bottom: 52px; }
.section-head p:last-child { max-width: 580px; font-size: 1.05rem; }

.site-header {
  height: 88px;
  padding: 0 clamp(24px, 5vw, 72px);
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid var(--line);
  background: rgba(251, 248, 239, .93);
  backdrop-filter: blur(18px);
  position: relative;
  z-index: 30;
}
.brand { display: flex; align-items: center; gap: 11px; font-size: .73rem; font-weight: 600; line-height: 1.1; letter-spacing: .13em; }
.brand svg { width: 35px; fill: none; stroke: currentColor; stroke-width: 1.4; }
.site-nav { display: flex; align-items: center; gap: clamp(20px, 3vw, 44px); font-size: .86rem; font-weight: 400; }
.site-nav a { border-bottom: 1px solid transparent; }
.site-nav a:hover { border-color: var(--bronze); }
.nav-contact { padding: 10px 18px; border: 1px solid var(--jade) !important; border-radius: 30px; }
.nav-toggle { display: none; border: 0; background: transparent; }

.home-hero { min-height: calc(100vh - 88px); display: grid; grid-template-columns: 58% 42%; position: relative; overflow: hidden; background: var(--mint-pale); }
.hero-visual { position: relative; min-height: 650px; clip-path: ellipse(82% 100% at 18% 50%); }
.hero-image { width: 100%; height: 100%; filter: saturate(.72) sepia(.08); }
.hero-visual::after { content: ""; position: absolute; inset: 0; background: linear-gradient(115deg, rgba(11,62,56,.12), transparent 60%); }
.mineral-orbit { position: absolute; width: 420px; height: 420px; right: -115px; top: calc(50% - 210px); z-index: 2; border: 1px solid rgba(255,255,255,.7); border-radius: 48% 52% 64% 36% / 55% 42% 58% 45%; box-shadow: inset 0 0 80px rgba(255,255,255,.14), 0 0 0 45px rgba(206,232,218,.14); }
.hero-copy { padding: 10vh clamp(32px, 5vw, 90px) 60px; align-self: center; z-index: 2; }
.hero-copy h1 { margin-bottom: 30px; }
.lede { max-width: 430px; font-size: 1.15rem; }
.hero-note { margin-top: 50px; font-size: .78rem; }
.hero-note span { color: var(--bronze); font-weight: 600; margin-right: 10px; }
.button {
  display: inline-flex;
  justify-content: center;
  border: 1px solid var(--jade);
  border-radius: 99px;
  padding: 13px 24px;
  background: var(--jade);
  color: white;
  cursor: pointer;
  font-size: .86rem;
  font-weight: 500;
  position: relative;
  overflow: hidden;
  isolation: isolate;
}
.wave::after { content: ""; position: absolute; inset: -100%; z-index: -1; background: radial-gradient(circle at 50% 50%, rgba(255,255,255,.35), transparent 35%); transform: translateX(-40%); transition: transform .8s ease; }
.wave:hover::after { transform: translateX(40%); }
.button-light { background: var(--ivory); border-color: var(--ivory); color: var(--jade); }
.button-ghost { background: transparent; color: var(--jade); }
.ticker { min-height: 68px; padding: 16px 5vw; display: flex; align-items: center; justify-content: center; flex-wrap: wrap; gap: 24px; background: var(--jade-deep); color: white; font-size: .8rem; }
.ticker span { color: #b7d8c8; font-weight: 600; letter-spacing: .15em; }
.ticker p { margin: 0; }
.ticker i { width: 4px; height: 4px; border-radius: 50%; background: var(--sand); }
.story-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 26px; }
.story-card { border-top: 1px solid var(--line); padding-top: 13px; }
.story-image { overflow: hidden; border-radius: 3px 28px 3px 28px; aspect-ratio: 4 / 3; }
.story-image img { width: 100%; height: 100%; transition: transform .6s ease; }
.story-card:hover img { transform: scale(1.03); }
.story-copy { padding-top: 22px; }
.story-meta { color: var(--bronze); font-size: .69rem; font-weight: 600; letter-spacing: .12em; }
.story-meta span { padding: 0 8px; }
.story-copy h3 { margin-bottom: 14px; }
.story-copy p:not(.story-meta) { font-size: .93rem; }
.text-link { color: var(--jade); font-weight: 500; font-size: .86rem; }
.feature-band { display: grid; grid-template-columns: 42% 58%; min-height: 620px; background: linear-gradient(130deg, #0c443c, var(--jade)); color: white; overflow: hidden; }
.feature-copy { padding: clamp(50px, 8vw, 120px); align-self: center; }
.feature-copy h2 { max-width: 500px; }
.feature-copy > p:not(.eyebrow) { max-width: 530px; margin-bottom: 30px; }
.feature-band > img { width: 100%; height: 100%; mix-blend-mode: luminosity; opacity: .86; clip-path: ellipse(80% 105% at 100% 50%); }
.newsletter { display: grid; grid-template-columns: 1fr 1fr; gap: 70px; align-items: center; }
.compact-form label:not(.check), .contact-form label:not(.check) { display: block; margin-bottom: 7px; font-size: .8rem; font-weight: 500; }
.form-row { display: flex; }
input, select, textarea { width: 100%; border: 1px solid var(--line); padding: 13px 15px; color: var(--ink); background: rgba(255,255,255,.56); outline: none; }
input:focus, select:focus, textarea:focus { border-color: var(--jade); box-shadow: 0 0 0 3px rgba(21,94,82,.08); }
.form-row input { border-radius: 99px 0 0 99px; }
.form-row .button { border-radius: 0 99px 99px 0; white-space: nowrap; }
.check { display: flex !important; gap: 9px; margin-top: 13px; font-size: .73rem !important; align-items: flex-start; }
.check input { width: auto; margin-top: 4px; }
.form-status { margin-top: 12px; font-size: .82rem; font-weight: 500; }
.form-status.error { color: #a03627; }
.form-status.success { color: var(--jade); }

.page-hero { background: linear-gradient(130deg, var(--mint-pale), #e3e9d6); }
.page-hero.split { min-height: 560px; padding: 70px max(5vw, calc((100% - 1240px)/2)); display: grid; grid-template-columns: 1fr 42%; gap: 70px; align-items: center; }
.page-hero.split h1 { font-size: clamp(3.2rem, 6vw, 6rem); }
.page-hero.split img { width: 100%; height: 420px; border-radius: 48% 52% 10% 10% / 56% 44% 8% 8%; filter: saturate(.7); }
.page-hero.centered { padding: 125px 24px; text-align: center; }
.page-hero.centered h1 { margin-bottom: 25px; font-size: clamp(3.2rem, 6.2vw, 6.4rem); }
.page-hero.centered > p:last-child { max-width: 680px; margin: 0 auto; font-size: 1.1rem; }
.filter-bar { display: flex; gap: 12px; flex-wrap: wrap; margin-bottom: 38px; }
.filter-bar a, .filter-bar span { padding: 8px 17px; border: 1px solid var(--line); border-radius: 99px; font-size: .78rem; }
.filter-bar span { color: white; background: var(--jade); }
.dispatch { padding-top: 30px; }
.dispatch-list article { display: grid; grid-template-columns: 180px 1fr 1fr; gap: 30px; padding: 28px 0; border-top: 1px solid var(--line); align-items: baseline; }
.dispatch-list span { color: var(--bronze); font-size: .68rem; letter-spacing: .1em; }
.dispatch-list h3, .dispatch-list p { margin-bottom: 0; }
.service-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.jade-card { min-height: 420px; padding: 38px; display: flex; flex-direction: column; border: 1px solid var(--line); border-radius: 5px 50px 5px 50px; background: radial-gradient(circle at 85% 15%, rgba(255,255,255,.9), transparent 35%), linear-gradient(145deg, var(--mint), #ebefde); box-shadow: inset 0 0 40px rgba(255,255,255,.45); }
.jade-card > span { font-size: .7rem; color: var(--bronze); }
.jade-card h2 { margin-top: 70px; font-size: 2.1rem; }
.jade-card .text-link { margin-top: auto; }
.principles { padding-top: 20px; }
.three-cols { display: grid; grid-template-columns: repeat(3, 1fr); gap: 50px; border-top: 1px solid var(--line); padding-top: 30px; }
.three-cols b { font-family: "Manrope"; font-size: 1.2rem; font-weight: 500; }
.region-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 1px; background: var(--line); padding: 1px; margin-top: 100px; }
.region-grid article { min-height: 350px; padding: 55px; background: var(--ivory); }
.region-grid article:nth-child(1), .region-grid article:nth-child(4) { background: linear-gradient(145deg, #e1eee5, #c4d8ca); }
.region-grid span { color: var(--bronze); font-size: .68rem; letter-spacing: .14em; }
.region-grid h2 { margin: 40px 0 16px; }
.region-grid a { color: var(--jade); font-weight: 500; }
.route-callout { margin-bottom: 100px; padding: 70px; border-radius: var(--radius); background: var(--jade-deep); color: white; text-align: center; }
.route-callout h2, .route-callout p:not(.eyebrow) { max-width: 750px; margin-left: auto; margin-right: auto; }
.route-callout .button { margin-top: 20px; background: var(--mint); color: var(--jade-deep); border-color: var(--mint); }
.editorial { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: center; }
.editorial img { height: 530px; width: 100%; border-radius: 50% 50% 6px 6px; filter: saturate(.65); }
.values { display: grid; grid-template-columns: repeat(3, 1fr); padding-top: 0; }
.values div { padding: 35px; border-left: 1px solid var(--line); text-align: center; }
.values strong { display: block; font-family: "Manrope"; color: var(--jade); font-size: 3rem; font-weight: 300; }
.values span { color: var(--bronze); font-size: .75rem; text-transform: uppercase; letter-spacing: .1em; }
.contact-layout { display: grid; grid-template-columns: 42% 1fr; gap: 10vw; }
.contact-layout h1 { font-size: clamp(3rem, 5.5vw, 5.5rem); }
.contact-layout address { margin-top: 45px; font-style: normal; }
.contact-layout address a { color: var(--jade); }
.contact-form { padding: 45px; background: var(--mint-pale); border: 1px solid var(--line); border-radius: 5px 45px; }
.contact-form > div { margin-bottom: 20px; }
.contact-form input, .contact-form select, .contact-form textarea { background: var(--ivory); border-radius: 8px; }
.contact-form .button { margin-top: 25px; }
.legal-layout { display: grid; grid-template-columns: 34% 1fr; gap: 10vw; }
.legal-layout aside { position: sticky; top: 125px; align-self: start; }
.legal-layout h1 { font-size: clamp(2.8rem, 5vw, 5rem); }
.legal-layout aside a { color: var(--jade); font-size: .85rem; font-weight: 500; }
.legal-copy section { padding: 0 0 30px; margin-bottom: 30px; border-bottom: 1px solid var(--line); }
.legal-copy h2 { font-size: 1.6rem; letter-spacing: -.02em; }
.not-found { min-height: 70vh; padding: 100px 24px; text-align: center; background: radial-gradient(circle at center, var(--mint), var(--ivory) 65%); }
.not-found > span { display: block; color: rgba(21,94,82,.1); font: 300 clamp(7rem, 20vw, 15rem)/.6 "Manrope"; }
.not-found h1 { font-size: clamp(3rem, 6vw, 5.5rem); margin-top: 30px; }

.site-footer { padding: 75px 5vw 25px; display: grid; grid-template-columns: 2fr 1fr 1fr 1.4fr; gap: 50px; color: #d6e7df; background: var(--jade-deep); font-size: .8rem; }
.site-footer h2 { color: var(--sand); font-size: .7rem; font-weight: 500; letter-spacing: .15em; text-transform: uppercase; }
.site-footer > div > a:not(.brand) { display: block; margin: 8px 0; }
.site-footer address { font-style: normal; margin-bottom: 12px; }
.footer-brand { color: white; margin-bottom: 22px; }
.copyright { grid-column: 1 / -1; padding-top: 25px; border-top: 1px solid rgba(255,255,255,.12); color: #9dbbb0; }
.cookie-banner { position: fixed; left: 24px; right: 24px; bottom: 24px; z-index: 50; padding: 25px 30px; display: grid; grid-template-columns: 1fr auto; gap: 30px; color: var(--ink); background: rgba(240,246,239,.97); border: 1px solid rgba(21,94,82,.3); border-radius: 6px 30px; box-shadow: 0 15px 55px rgba(11,62,56,.23); backdrop-filter: blur(20px); }
.cookie-banner[hidden] { display: none; }
.cookie-banner h2 { margin-bottom: 6px; font-size: 1.4rem; }
.cookie-banner p { margin-bottom: 0; max-width: 750px; font-size: .82rem; }
.cookie-banner p a { text-decoration: underline; }
.cookie-actions { display: flex; gap: 10px; align-items: center; }
.cookie-error { grid-column: 1 / -1; color: #a03627; }

@media (max-width: 900px) {
  .site-header { height: 74px; }
  .nav-toggle { display: block; }
  .site-nav { display: none; position: absolute; left: 0; right: 0; top: 74px; padding: 25px; flex-direction: column; align-items: stretch; background: var(--ivory); border-bottom: 1px solid var(--line); }
  .site-nav.open { display: flex; }
  .nav-contact { text-align: center; }
  .home-hero { grid-template-columns: 1fr; }
  .hero-visual { min-height: 55vh; clip-path: ellipse(95% 100% at 50% 0); }
  .hero-copy { grid-row: 2; padding-top: 50px; padding-bottom: 70px; }
  .story-grid, .service-grid { grid-template-columns: 1fr 1fr; }
  .feature-band { grid-template-columns: 1fr; }
  .feature-band > img { height: 430px; clip-path: ellipse(95% 90% at 50% 100%); }
  .newsletter, .editorial, .contact-layout, .legal-layout { grid-template-columns: 1fr; }
  .page-hero.split { grid-template-columns: 1fr; padding: 70px 24px; }
  .dispatch-list article { grid-template-columns: 1fr; gap: 8px; }
  .legal-layout aside { position: static; }
  .site-footer { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 600px) {
  .section { width: min(100% - 32px, 1240px); padding: 75px 0; }
  .story-grid, .service-grid, .region-grid, .three-cols, .values { grid-template-columns: 1fr; }
  .feature-copy { padding: 60px 25px; }
  .newsletter { gap: 25px; }
  .form-row { display: block; }
  .form-row input, .form-row .button { border-radius: 99px; }
  .form-row .button { width: 100%; margin-top: 8px; }
  .page-hero.split img { height: 320px; }
  .page-hero.centered { padding: 85px 20px; }
  .region-grid article { min-height: 300px; padding: 38px 28px; }
  .route-callout { padding: 55px 22px; }
  .editorial { gap: 40px; }
  .editorial img { height: 380px; }
  .contact-form { padding: 28px 20px; }
  .site-footer { grid-template-columns: 1fr; }
  .cookie-banner { left: 10px; right: 10px; bottom: 10px; padding: 20px; grid-template-columns: 1fr; }
  .cookie-actions { align-items: stretch; }
  .cookie-actions .button { flex: 1; }
}
