@import url("https://fonts.googleapis.com/css2?family=DM+Sans:wght@300;400;500;600&family=Manrope:wght@300;400;500;600&display=swap");

:root {
  --jade-950: #123f36;
  --jade-900: #174b3f;
  --jade-800: #236251;
  --jade-700: #317864;
  --jade-300: #a8d8c2;
  --jade-100: #dcefe5;
  --mint: #edf7f0;
  --ivory: #faf7ef;
  --sand: #e7d2ab;
  --sand-light: #f2e6cc;
  --bronze: #9d7844;
  --ink: #17332d;
  --muted: #63736d;
  --line: rgba(23, 75, 63, .16);
  --white: #fffef9;
  --radius: 2rem;
  --shadow: 0 24px 70px rgba(24, 73, 60, .13);
}

* { 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;
  -webkit-font-smoothing: antialiased;
}
body::before {
  position: fixed;
  inset: 0;
  z-index: -1;
  content: "";
  opacity: .32;
  pointer-events: none;
  background-image: radial-gradient(rgba(28, 87, 72, .16) .6px, transparent .6px);
  background-size: 6px 6px;
}
img { display: block; width: 100%; object-fit: cover; }
a { color: inherit; text-decoration: none; }
button, input, textarea, select { 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.12;
  letter-spacing: -.04em;
}
h1 { font-size: clamp(3.4rem, 7vw, 7.4rem); }
h2 { font-size: clamp(2.25rem, 4vw, 4.4rem); }
h3 { font-size: 1.55rem; }
em { color: var(--jade-700); font-style: normal; }
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.skip-link {
  position: fixed;
  top: 1rem;
  left: 1rem;
  z-index: 100;
  padding: .7rem 1rem;
  color: white;
  background: var(--jade-900);
  transform: translateY(-180%);
}
.skip-link:focus { transform: none; }
.eyebrow {
  margin-bottom: 1.2rem;
  color: var(--jade-700);
  font-size: .72rem;
  font-weight: 600;
  letter-spacing: .18em;
  text-transform: uppercase;
}
.lead {
  max-width: 42rem;
  color: var(--muted);
  font-size: clamp(1.1rem, 1.5vw, 1.35rem);
  line-height: 1.65;
}

.site-header {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  width: min(100% - 6vw, 1440px);
  height: 100px;
  margin: 0 auto;
  border-bottom: 1px solid var(--line);
}
.brand { display: inline-flex; align-items: center; gap: .85rem; width: max-content; line-height: 1; }
.brand-mark {
  display: grid;
  place-items: center;
  width: 43px;
  height: 43px;
  color: var(--ivory);
  background:
    radial-gradient(circle at 32% 25%, rgba(255,255,255,.45), transparent 22%),
    linear-gradient(145deg, var(--jade-300), var(--jade-800) 52%, var(--bronze));
  border-radius: 46% 54% 53% 47% / 52% 38% 62% 48%;
  box-shadow: inset 0 0 18px rgba(255,255,255,.3), 0 5px 15px rgba(23,75,63,.2);
  font-family: "Manrope", sans-serif;
  font-size: 1.25rem;
}
.brand strong { display: block; font-family: "Manrope", sans-serif; font-size: .95rem; font-weight: 500; letter-spacing: .02em; }
.brand small { display: block; margin-top: .34rem; color: var(--jade-700); font-size: .59rem; font-weight: 600; letter-spacing: .28em; text-transform: uppercase; }
.main-nav { display: flex; align-items: center; gap: clamp(1.2rem, 2.6vw, 2.8rem); }
.main-nav a { position: relative; font-size: .86rem; font-weight: 400; }
.main-nav a::after {
  position: absolute;
  right: 0;
  bottom: -.6rem;
  left: 0;
  height: 1px;
  content: "";
  background: var(--jade-700);
  transform: scaleX(0);
  transition: transform .25s ease;
}
.main-nav a:hover::after, .main-nav a[aria-current="page"]::after { transform: scaleX(1); }
.header-cta { justify-self: end; padding: .7rem 1.25rem; border: 1px solid var(--line); border-radius: 999px; font-size: .78rem; font-weight: 500; transition: .2s ease; }
.header-cta:hover { color: white; background: var(--jade-800); }
.nav-toggle { display: none; border: 0; background: none; }

.hero {
  display: grid;
  grid-template-columns: .9fr 1.1fr;
  gap: clamp(3rem, 6vw, 7rem);
  align-items: center;
  width: min(100% - 10vw, 1340px);
  min-height: 760px;
  margin: 0 auto;
  padding: 5rem 0 7rem;
}
.hero-copy h1 { margin: 0 0 2rem; }
.hero-copy .lead { max-width: 35rem; }
.actions { display: flex; align-items: center; gap: 2.2rem; margin-top: 2.3rem; }
.button {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: .85rem 1.7rem;
  overflow: hidden;
  color: white;
  background:
    radial-gradient(circle at 10% 50%, rgba(255,255,255,.15), transparent 28%),
    linear-gradient(110deg, var(--jade-900), var(--jade-700), var(--jade-900));
  background-size: 220% 100%;
  border: 0;
  border-radius: 999px;
  box-shadow: 0 10px 28px rgba(23,75,63,.19), inset 0 1px rgba(255,255,255,.22);
  cursor: pointer;
  font-size: .8rem;
  font-weight: 500;
  letter-spacing: .02em;
  transition: background-position .8s ease, transform .2s ease, box-shadow .2s ease;
}
.button:hover { background-position: 100% 0; box-shadow: 0 14px 35px rgba(23,75,63,.26); transform: translateY(-2px); }
.button:focus-visible, a:focus-visible, input:focus-visible, textarea:focus-visible, select:focus-visible { outline: 3px solid var(--sand); outline-offset: 3px; }
.button-ghost { color: var(--jade-900); background: transparent; border: 1px solid var(--line); box-shadow: none; }
.button-pale { color: var(--jade-900); background: var(--mint); box-shadow: none; }
.button-sand { color: var(--ink); background: linear-gradient(105deg, var(--sand), #f1dfba, var(--sand)); }
.text-link { display: inline-flex; gap: 1rem; align-items: center; color: var(--jade-800); font-size: .82rem; font-weight: 500; }
.text-link span { transition: transform .2s ease; }
.text-link:hover span { transform: translateX(5px); }
.hero-facts { display: flex; gap: 3rem; margin: 4rem 0 0; padding-top: 1.5rem; border-top: 1px solid var(--line); }
.hero-facts div { display: flex; flex-direction: column; }
.hero-facts dt { color: var(--muted); font-size: .68rem; text-transform: uppercase; letter-spacing: .12em; }
.hero-facts dd { order: -1; margin: 0 0 .3rem; font-family: "Manrope"; font-size: 1.05rem; }
.hero-visual { position: relative; }
.hero-visual img {
  height: 620px;
  border-radius: 48% 52% 9% 9% / 35% 35% 6% 6%;
  box-shadow: var(--shadow);
  filter: saturate(.76) sepia(.05);
}
.hero-visual::after {
  position: absolute;
  inset: 0;
  content: "";
  pointer-events: none;
  background: linear-gradient(160deg, rgba(167,221,195,.18), transparent 46%, rgba(175,129,67,.18));
  border-radius: 48% 52% 9% 9% / 35% 35% 6% 6%;
}
.hero-visual aside {
  position: absolute;
  right: -2.2rem;
  bottom: 3.2rem;
  z-index: 2;
  width: 210px;
  padding: 1.3rem 1.5rem;
  background: rgba(250,247,239,.9);
  border: 1px solid rgba(255,255,255,.75);
  border-radius: 1rem;
  box-shadow: var(--shadow);
  backdrop-filter: blur(12px);
}
.hero-visual aside span { display: block; color: var(--bronze); font-size: .64rem; font-weight: 600; letter-spacing: .14em; text-transform: uppercase; }
.hero-visual aside strong { display: block; margin-top: .6rem; font-family: "Manrope"; font-size: .95rem; font-weight: 400; line-height: 1.35; }
.mineral-orbit {
  position: absolute;
  top: -2.7rem;
  right: -1.8rem;
  width: 150px;
  height: 150px;
  background:
    radial-gradient(circle at 30% 25%, white, transparent 18%),
    linear-gradient(140deg, var(--jade-100), var(--jade-300) 48%, var(--sand));
  border-radius: 58% 42% 63% 37% / 42% 58% 42% 58%;
  box-shadow: inset 12px -10px 28px rgba(24,85,69,.14), 0 24px 40px rgba(24,85,69,.1);
  opacity: .9;
}
.trust-note {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2rem;
  min-height: 110px;
  padding: 2rem 5vw;
  color: white;
  background: var(--jade-900);
}
.trust-note p { margin: 0; font-family: "Manrope"; font-size: clamp(1rem, 1.7vw, 1.35rem); letter-spacing: -.02em; }
.trust-note span { width: 70px; height: 1px; background: var(--sand); }

.section { width: min(100% - 10vw, 1280px); margin: 0 auto; padding: 8rem 0; }
.section-heading { display: flex; justify-content: space-between; align-items: end; gap: 3rem; margin-bottom: 4.5rem; }
.section-heading h2 { margin-bottom: 0; }
.section-heading > p { width: min(100%, 31rem); color: var(--muted); }
.service-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.4rem; }
.service-card { overflow: hidden; background: var(--white); border: 1px solid rgba(27,83,69,.1); border-radius: 1.4rem; box-shadow: 0 14px 40px rgba(26,72,60,.06); }
.service-card > a { display: block; overflow: hidden; }
.service-card img { height: 245px; filter: saturate(.7); transition: transform .6s ease; }
.service-card:hover img { transform: scale(1.035); }
.service-card > div { position: relative; padding: 2rem; }
.service-card > div > span { position: absolute; top: 2rem; right: 2rem; color: var(--jade-300); font-family: "Manrope"; font-size: 1.5rem; }
.service-card h3 { padding-right: 2rem; }
.service-card h3 a:hover { color: var(--jade-700); }
.service-card > div > p:not(.eyebrow) { min-height: 7rem; color: var(--muted); font-size: .93rem; }

.process-slice {
  display: grid;
  grid-template-columns: 1fr 1fr;
  width: 100%;
  max-width: none;
  padding: 0;
  color: white;
  background: var(--jade-950);
}
.process-image { position: relative; min-height: 780px; }
.process-image img { height: 100%; filter: saturate(.35) sepia(.08); opacity: .82; }
.process-image::after { position: absolute; inset: 0; content: ""; background: linear-gradient(90deg, transparent 60%, var(--jade-950)); }
.process-image > span { position: absolute; bottom: 3rem; left: 4rem; z-index: 2; max-width: 14rem; padding-left: 1.2rem; border-left: 1px solid var(--sand); font-size: .84rem; }
.process-copy { align-self: center; max-width: 570px; padding: 6rem; }
.process-copy .eyebrow { color: var(--jade-300); }
.process-copy h2 { margin-bottom: 3rem; }
.process-copy ol { margin: 0 0 3rem; padding: 0; list-style: none; }
.process-copy li { display: grid; grid-template-columns: 42px 1fr; gap: 1.3rem; padding: 1.4rem 0; border-top: 1px solid rgba(255,255,255,.16); }
.process-copy li > span { color: var(--sand); font-size: .7rem; letter-spacing: .1em; }
.process-copy h3 { margin-bottom: .45rem; font-size: 1.25rem; }
.process-copy li p { margin: 0; color: rgba(255,255,255,.62); font-size: .9rem; }

.testimony { position: relative; display: grid; place-items: center; min-height: 620px; text-align: center; }
.testimony::before {
  position: absolute;
  z-index: -1;
  width: 430px;
  height: 430px;
  content: "";
  background: radial-gradient(circle at 35% 30%, rgba(255,255,255,.8), transparent 18%), linear-gradient(150deg, rgba(175,220,197,.55), rgba(237,247,240,.16) 55%, rgba(224,196,146,.35));
  border-radius: 55% 45% 49% 51% / 44% 53% 47% 56%;
  filter: blur(.2px);
}
.quote-mark { height: 4rem; color: var(--jade-300); font-family: Georgia, serif; font-size: 7rem; line-height: 1; }
.testimony blockquote { max-width: 900px; margin: 0; }
.testimony blockquote > p { font-family: "Manrope"; font-size: clamp(1.6rem, 3vw, 2.8rem); line-height: 1.4; letter-spacing: -.035em; }
.testimony blockquote footer { display: flex; flex-direction: column; margin-top: 2.4rem; font-size: .8rem; }
.testimony blockquote footer strong { font-weight: 600; }
.testimony blockquote footer span { color: var(--muted); }
.post-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 2.2rem; }
.post-grid article > a:first-child { display: block; overflow: hidden; border-radius: 1rem; }
.post-grid img { height: 265px; filter: saturate(.65); transition: .5s ease; }
.post-grid article:hover img { transform: scale(1.025); filter: saturate(.9); }
.post-meta { margin: 1.5rem 0 .7rem; color: var(--bronze); font-size: .68rem; font-weight: 500; letter-spacing: .1em; text-transform: uppercase; }
.post-grid h3, .post-grid h2 { margin-bottom: .8rem; font-size: 1.45rem; }
.post-grid article > p:not(.post-meta) { color: var(--muted); font-size: .91rem; }
.cta-panel {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 4rem;
  width: min(100% - 6vw, 1440px);
  margin: 2rem auto 7rem;
  padding: clamp(3rem, 6vw, 6rem);
  color: white;
  background:
    radial-gradient(circle at 5% 20%, rgba(179,226,204,.2), transparent 28%),
    radial-gradient(circle at 85% 120%, rgba(215,183,127,.25), transparent 34%),
    var(--jade-900);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}
.cta-panel .eyebrow { color: var(--jade-300); }
.cta-panel h2 { margin-bottom: 1rem; font-size: clamp(2rem, 4vw, 4rem); }
.cta-panel p:last-child { max-width: 45rem; margin-bottom: 0; color: rgba(255,255,255,.66); }

.page-hero {
  width: min(100% - 10vw, 1280px);
  margin: 0 auto;
  padding: 8rem 0 7rem;
}
.page-hero:not(.split) { max-width: 1050px; text-align: center; }
.page-hero:not(.split) .lead { margin-right: auto; margin-left: auto; }
.page-hero.split { display: grid; grid-template-columns: 1fr .9fr; gap: 6rem; align-items: center; }
.page-hero.split h1 { font-size: clamp(3.3rem, 5vw, 5.8rem); }
.page-hero.split img { height: 560px; border-radius: 48% 48% 1.5rem 1.5rem / 35% 35% 1.5rem 1.5rem; box-shadow: var(--shadow); filter: saturate(.7); }
.stacked-services { padding-top: 2rem; }
.stacked-services article { display: grid; grid-template-columns: 80px .8fr 1fr; gap: 3.5rem; align-items: center; padding: 4rem 0; border-top: 1px solid var(--line); }
.stacked-services article:nth-child(even) img { order: 3; }
.stacked-services img { height: 390px; border-radius: 1.3rem; filter: saturate(.7); }
.service-number { align-self: start; color: var(--jade-300); font-family: "Manrope"; font-size: 2rem; }
.stacked-services h2 { font-size: clamp(2rem, 3.2vw, 3.3rem); }
.stacked-services ul { margin: 1.5rem 0 2rem; padding: 0; list-style: none; }
.stacked-services li { padding: .55rem 0 .55rem 1.4rem; border-bottom: 1px solid var(--line); }
.stacked-services li::before { margin-left: -1.4rem; margin-right: .8rem; color: var(--bronze); content: "◆"; font-size: .45rem; }

.method-timeline { padding-top: 2rem; }
.method-timeline article { display: grid; grid-template-columns: 65px 1fr 1fr; gap: 3.5rem; align-items: center; padding: 4rem 0; border-top: 1px solid var(--line); }
.method-timeline article > span { align-self: start; color: var(--jade-300); font-size: 1.5rem; }
.method-timeline article:nth-child(even) img { order: 2; }
.method-timeline article:nth-child(even) div { order: 3; }
.method-timeline img { height: 370px; border-radius: 47% 53% 1rem 1rem / 30% 30% 1rem 1rem; filter: saturate(.65); }
.method-timeline h2 { font-size: clamp(2rem, 3vw, 3.25rem); }
.method-timeline div > p:last-child { color: var(--muted); }
.principles { padding: 7rem 8vw; background: var(--jade-100); }
.principles > p { text-align: center; }
.principles > div { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; max-width: 1200px; margin: 3rem auto 0; background: rgba(23,75,63,.17); }
.principles article { padding: 3rem; background: var(--jade-100); }
.principles h2 { font-size: 2rem; }
.principles article p { color: var(--muted); }
.post-list { padding-top: 2rem; padding-bottom: 10rem; }
.post-list article { padding-bottom: 2rem; }

.contact-layout { display: grid; grid-template-columns: .85fr 1.15fr; gap: 7vw; width: min(100% - 10vw, 1280px); margin: 0 auto; padding: 7rem 0 9rem; }
.contact-intro h1 { font-size: clamp(3.4rem, 5.8vw, 6rem); }
.contact-details { display: grid; gap: 1rem; margin: 3rem 0; }
.contact-details a, .contact-details address { display: flex; flex-direction: column; font-style: normal; }
.contact-details span { color: var(--bronze); font-size: .65rem; font-weight: 600; letter-spacing: .12em; text-transform: uppercase; }
.contact-intro img { height: 250px; border-radius: 1rem 6rem 1rem 1rem; filter: saturate(.6); }
.contact-form { align-self: start; padding: clamp(2rem, 4vw, 4rem); background: var(--white); border: 1px solid var(--line); border-radius: var(--radius); box-shadow: var(--shadow); }
.contact-form h2 { margin-bottom: 2.5rem; font-size: 2rem; }
.field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; }
.contact-form label { display: block; margin-bottom: 1.2rem; color: var(--jade-900); font-size: .76rem; font-weight: 500; }
.contact-form input:not([type="checkbox"]), .contact-form textarea, .contact-form select {
  display: block;
  width: 100%;
  margin-top: .45rem;
  padding: .85rem 0;
  color: var(--ink);
  background: transparent;
  border: 0;
  border-bottom: 1px solid var(--line);
  border-radius: 0;
}
.contact-form textarea { resize: vertical; }
.contact-form [aria-invalid="true"] { border-color: #a53f33 !important; }
.field-error { display: block; min-height: 1em; margin-top: .35rem; color: #963a30; font-size: .68rem; }
.checkbox { display: grid !important; grid-template-columns: 18px 1fr; gap: .7rem; align-items: start; margin: 1.5rem 0 2rem !important; color: var(--muted) !important; font-weight: 300 !important; }
.checkbox input { width: 16px; height: 16px; accent-color: var(--jade-700); }
.checkbox a { text-decoration: underline; }
.checkbox .field-error { grid-column: 2; }
.form-status { margin: 1.2rem 0 0; padding: 1rem; border-radius: .7rem; font-size: .85rem; }
.form-status.success { color: var(--jade-900); background: var(--mint); }
.form-status.error, .inline-error { color: #842f26; background: #fae5df; }

.team-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 5rem; max-width: 1050px; }
.team-grid img { height: 520px; margin-bottom: 2rem; border-radius: 12rem 12rem 1rem 1rem; filter: saturate(.65); }
.team-grid h2 { margin-bottom: .5rem; font-size: 2.3rem; }
.team-grid article > p:last-child { color: var(--muted); }
.service-detail-hero .button { margin-top: 1.5rem; }
.detail-layout { display: grid; grid-template-columns: 1.1fr .9fr; gap: 8vw; }
.detail-layout > div > p:not(.eyebrow) { max-width: 42rem; color: var(--muted); font-size: 1.05rem; }
.detail-layout aside { padding: 3rem; background: var(--jade-100); border-radius: 1.5rem; }
.detail-layout aside h2 { font-size: 2rem; }
.detail-layout ol { margin: 2rem 0 0; padding: 0; list-style: none; }
.detail-layout li { display: grid; grid-template-columns: 40px 1fr; padding: 1rem 0; border-top: 1px solid var(--line); }
.detail-layout li span { color: var(--bronze); font-size: .72rem; }
.outcomes { display: grid; grid-template-columns: .5fr 1fr; gap: 4rem; border-top: 1px solid var(--line); }
.outcomes div { max-width: 650px; }
.outcomes p:last-child { color: var(--muted); font-size: 1.05rem; }

.article-page { width: min(100% - 10vw, 1120px); margin: 0 auto; padding: 7rem 0; }
.article-page header { max-width: 900px; margin: 0 auto 4rem; text-align: center; }
.article-page h1 { font-size: clamp(3rem, 6vw, 6rem); }
.article-page header .lead { margin: auto; }
.article-cover { height: 580px; margin-bottom: 5rem; border-radius: 1.5rem; filter: saturate(.65); }
.article-body { max-width: 720px; margin: 0 auto; }
.article-body .intro { color: var(--jade-800); font-family: "Manrope"; font-size: 1.5rem; line-height: 1.55; }
.article-body h2 { margin: 3rem 0 1rem; font-size: 2rem; }
.article-body > p { color: #52645f; font-size: 1.05rem; }
.article-body aside { margin-top: 4rem; padding: 2rem; background: var(--jade-100); border-left: 3px solid var(--jade-700); }
.article-body aside p { margin: .5rem 0 0; }

.legal-page { width: min(100% - 10vw, 880px); margin: 0 auto; padding: 7rem 0 9rem; }
.legal-page header { padding-bottom: 3rem; border-bottom: 1px solid var(--line); }
.legal-page h1 { font-size: clamp(3rem, 5vw, 5rem); }
.legal-page header > p:last-child { color: var(--muted); font-size: .8rem; }
.legal-content { padding-top: 1.5rem; }
.legal-content h2 { margin: 3rem 0 1rem; font-size: 1.65rem; }
.legal-content p { color: #53665f; }
.legal-content a, .legal-page aside a { color: var(--jade-700); text-decoration: underline; }
.legal-content code { padding: .15rem .4rem; background: var(--jade-100); border-radius: .3rem; }
.legal-page aside { margin-top: 4rem; padding: 1.5rem; background: var(--sand-light); border-radius: .7rem; }
.not-found { display: grid; place-items: center; min-height: 720px; padding: 5rem; text-align: center; }
.not-found h1 { margin-bottom: 1.5rem; font-size: clamp(3.2rem, 6vw, 6rem); }
.not-found > p:not(.eyebrow) { max-width: 34rem; color: var(--muted); }
.error-stone { display: grid; place-items: center; width: 150px; height: 130px; margin-bottom: 2rem; color: rgba(255,255,255,.82); background: linear-gradient(140deg, var(--jade-300), var(--jade-700), var(--sand)); border-radius: 56% 44% 48% 52% / 43% 58% 42% 57%; box-shadow: var(--shadow), inset 10px 10px 25px rgba(255,255,255,.23); font-family: "Manrope"; font-size: 2rem; }

.site-footer {
  display: grid;
  grid-template-columns: 1.4fr 1fr .6fr;
  gap: 5rem;
  padding: 5rem max(5vw, calc((100vw - 1340px) / 2));
  color: rgba(255,255,255,.72);
  background: #10372f;
}
.brand-light strong { color: white; }
.brand-light small { color: var(--jade-300); }
.footer-intro p { max-width: 22rem; margin-top: 1.8rem; }
.site-footer h2 { color: var(--jade-300); font-family: "DM Sans"; font-size: .66rem; font-weight: 600; letter-spacing: .16em; text-transform: uppercase; }
.site-footer address { font-style: normal; }
.site-footer a:hover { color: white; }
.site-footer nav { display: grid; gap: .45rem; }
.copyright { grid-column: 1 / -1; margin: 1rem 0 0; padding-top: 2rem; border-top: 1px solid rgba(255,255,255,.12); font-size: .72rem; }
.cookie-banner {
  position: fixed;
  right: 1.5rem;
  bottom: 1.5rem;
  left: 1.5rem;
  z-index: 50;
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 1.5rem 3rem;
  align-items: center;
  max-width: 950px;
  margin: auto;
  padding: 1.5rem 1.7rem;
  background: rgba(255,254,249,.95);
  border: 1px solid rgba(255,255,255,.8);
  border-radius: 1rem;
  box-shadow: 0 20px 70px rgba(16,55,47,.22);
  backdrop-filter: blur(14px);
}
.cookie-banner[hidden] { display: none; }
.cookie-banner strong { font-family: "Manrope"; font-weight: 500; }
.cookie-banner p { margin: .25rem 0 0; color: var(--muted); font-size: .8rem; }
.cookie-banner p a { color: var(--jade-700); text-decoration: underline; }
.cookie-actions { display: flex; gap: .7rem; }
.cookie-actions .button { min-height: 40px; padding: .6rem 1.2rem; }
.cookie-banner .inline-error { grid-column: 1 / -1; padding: .6rem; }

@media (max-width: 1050px) {
  .site-header { grid-template-columns: 1fr auto; }
  .header-cta { display: none; }
  .nav-toggle { display: grid; gap: 5px; padding: .7rem; cursor: pointer; }
  .nav-toggle span:not(.sr-only) { width: 25px; height: 1px; background: var(--jade-900); transition: .2s; }
  .main-nav { position: absolute; top: 100px; right: 3vw; left: 3vw; z-index: 30; display: none; flex-direction: column; align-items: stretch; gap: 0; padding: 1rem; background: var(--white); border: 1px solid var(--line); border-radius: 1rem; box-shadow: var(--shadow); }
  .main-nav.is-open { display: flex; }
  .main-nav a { padding: .9rem; }
  .hero { grid-template-columns: 1fr 1fr; width: min(100% - 6vw, 1000px); }
  .hero-visual aside { right: 1rem; }
  .section { width: min(100% - 7vw, 1000px); }
  .service-grid { grid-template-columns: 1fr 1fr; }
  .service-card:last-child { grid-column: span 2; display: grid; grid-template-columns: 1fr 1fr; }
  .service-card:last-child img { height: 100%; }
  .process-copy { padding: 4rem; }
  .page-hero.split { gap: 3rem; }
  .contact-layout { gap: 4vw; }
}

@media (max-width: 760px) {
  h1 { font-size: clamp(2.8rem, 15vw, 4.5rem); }
  .site-header { width: calc(100% - 2rem); height: 82px; }
  .main-nav { top: 82px; right: 1rem; left: 1rem; }
  .hero { grid-template-columns: 1fr; width: calc(100% - 2rem); min-height: 0; padding: 4rem 0; }
  .hero-visual { order: -1; }
  .hero-visual img { height: 420px; }
  .mineral-orbit { top: -1.5rem; right: 0; width: 100px; height: 100px; }
  .hero-visual aside { right: .7rem; bottom: 1rem; }
  .hero-facts { gap: 1.5rem; }
  .actions { align-items: flex-start; flex-direction: column; gap: 1.3rem; }
  .trust-note { text-align: center; }
  .trust-note span { display: none; }
  .section { width: calc(100% - 2rem); padding: 5rem 0; }
  .section-heading { align-items: flex-start; flex-direction: column; margin-bottom: 2.5rem; }
  .service-grid, .post-grid, .team-grid { grid-template-columns: 1fr; }
  .service-card:last-child { grid-column: auto; display: block; }
  .service-card > div > p:not(.eyebrow) { min-height: 0; }
  .process-slice { grid-template-columns: 1fr; }
  .process-image { min-height: 400px; }
  .process-image::after { background: linear-gradient(0deg, var(--jade-950), transparent 50%); }
  .process-image > span { bottom: 2rem; left: 2rem; }
  .process-copy { padding: 3rem 1.5rem 4rem; }
  .testimony { min-height: 580px; }
  .testimony::before { width: 300px; height: 380px; }
  .cta-panel { align-items: flex-start; flex-direction: column; gap: 2rem; width: calc(100% - 2rem); margin-bottom: 5rem; padding: 2.5rem 1.5rem; }
  .page-hero, .page-hero.split { width: calc(100% - 2rem); padding: 5rem 0; }
  .page-hero.split { grid-template-columns: 1fr; }
  .page-hero.split img { height: 400px; }
  .stacked-services article, .method-timeline article { grid-template-columns: 45px 1fr; gap: 1rem; padding: 3rem 0; }
  .stacked-services img, .method-timeline img { grid-column: 1 / -1; order: initial !important; height: 280px; }
  .stacked-services article > div:last-child, .method-timeline article > div { grid-column: 2; order: initial !important; }
  .principles { padding: 5rem 1rem; }
  .principles > div { grid-template-columns: 1fr; }
  .contact-layout { grid-template-columns: 1fr; width: calc(100% - 2rem); padding: 5rem 0; }
  .contact-form { padding: 2rem 1.2rem; }
  .field-row { grid-template-columns: 1fr; gap: 0; }
  .team-grid img { height: 440px; }
  .detail-layout, .outcomes { grid-template-columns: 1fr; gap: 2rem; }
  .article-page { width: calc(100% - 2rem); padding: 5rem 0; }
  .article-cover { height: 340px; margin-bottom: 3rem; }
  .legal-page { width: calc(100% - 2rem); padding: 5rem 0; }
  .not-found { min-height: 650px; padding: 3rem 1rem; }
  .site-footer { grid-template-columns: 1fr; gap: 2.5rem; padding: 4rem 1.5rem; }
  .cookie-banner { grid-template-columns: 1fr; right: .7rem; bottom: .7rem; left: .7rem; gap: 1rem; }
  .cookie-actions { justify-content: stretch; }
  .cookie-actions .button { flex: 1; }
}

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