:root {
  --ink: #0a1c26;
  --ink-2: #102e39;
  --ink-3: #183e46;
  --forest: #0f5a4b;
  --forest-2: #177563;
  --aqua: #91cabc;
  --sand: #d6b982;
  --paper: #f5f7f4;
  --white: #ffffff;
  --mist: #dce6e2;
  --line: rgba(10, 28, 38, 0.14);
  --muted: #5b6b70;
  --danger: #a33c3c;
  --shadow-sm: 0 10px 30px rgba(10, 28, 38, 0.08);
  --shadow-lg: 0 28px 80px rgba(7, 28, 35, 0.18);
  --radius-sm: 0.45rem;
  --radius-md: 0.85rem;
  --radius-lg: 1.35rem;
  --content: 76rem;
  --serif: Georgia, "Times New Roman", serif;
  --sans: Inter, Aptos, "Segoe UI", Arial, sans-serif;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 6rem;
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: var(--sans);
  font-size: 1rem;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}

body.menu-open,
body.modal-open {
  overflow: hidden;
}

img {
  display: block;
  max-width: 100%;
}

a {
  color: inherit;
  text-decoration-thickness: 1px;
  text-underline-offset: 0.22em;
}

button,
input,
textarea {
  font: inherit;
}

button,
a {
  -webkit-tap-highlight-color: transparent;
}

:focus-visible {
  outline: 3px solid var(--sand);
  outline-offset: 4px;
}

::selection {
  color: var(--white);
  background: var(--forest);
}

.skip-link {
  position: fixed;
  z-index: 9999;
  top: 0.75rem;
  left: 0.75rem;
  padding: 0.7rem 1rem;
  color: var(--white);
  background: var(--ink);
  border-radius: var(--radius-sm);
  transform: translateY(-180%);
  transition: transform 180ms ease;
}

.skip-link:focus {
  transform: translateY(0);
}

.container {
  width: min(calc(100% - 2rem), var(--content));
  margin-inline: auto;
}

.section {
  padding: clamp(5rem, 9vw, 8.5rem) 0;
}

.section--tight {
  padding: clamp(3.5rem, 6vw, 5.5rem) 0;
}

.section--white {
  background: var(--white);
}

.section--ink {
  color: var(--white);
  background: var(--ink);
}

.section-head {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(21rem, 0.85fr);
  gap: clamp(2.5rem, 5vw, 5rem);
  align-items: end;
  margin-bottom: clamp(2.5rem, 5vw, 4.5rem);
}

.section-head > * {
  min-width: 0;
}

.section-head h2 {
  overflow-wrap: break-word;
  hyphens: auto;
}

.section-head--stack {
  display: block;
  max-width: 48rem;
}

.section-head--stack > *:last-child {
  margin-bottom: 0;
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 0.65rem;
  margin: 0 0 1.15rem;
  color: var(--forest);
  font-size: 0.78rem;
  font-weight: 750;
  letter-spacing: 0.14em;
  line-height: 1.3;
  text-transform: uppercase;
}

.eyebrow::before {
  width: 2.25rem;
  height: 1px;
  content: "";
  background: currentColor;
}

.section--ink .eyebrow,
.hero .eyebrow,
.page-hero .eyebrow {
  color: var(--aqua);
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1,
h2,
h3 {
  text-wrap: balance;
}

h1,
h2 {
  font-family: var(--serif);
  font-weight: 400;
  letter-spacing: -0.035em;
}

h1 {
  font-size: clamp(2.85rem, 6vw, 5.8rem);
  line-height: 0.99;
}

h2 {
  margin-bottom: 1.25rem;
  font-size: clamp(2.15rem, 4.5vw, 4.25rem);
  line-height: 1.05;
}

h3 {
  margin-bottom: 0.75rem;
  font-size: clamp(1.15rem, 2vw, 1.45rem);
  line-height: 1.25;
}

.lead {
  color: var(--muted);
  font-size: clamp(1.05rem, 1.5vw, 1.2rem);
  line-height: 1.75;
}

.section--ink .lead {
  color: rgba(255, 255, 255, 0.72);
}

.fine-print {
  color: var(--muted);
  font-size: 0.82rem;
  line-height: 1.55;
}

.site-header {
  position: fixed;
  z-index: 1000;
  top: 0;
  right: 0;
  left: 0;
  color: var(--white);
  border-bottom: 1px solid rgba(255, 255, 255, 0.14);
  background: rgba(7, 25, 34, 0.34);
  backdrop-filter: blur(14px);
  transition: color 220ms ease, background 220ms ease, box-shadow 220ms ease;
}

.site-header.is-scrolled,
.site-header.site-header--solid {
  color: var(--ink);
  background: rgba(250, 252, 250, 0.95);
  box-shadow: 0 8px 30px rgba(10, 28, 38, 0.08);
}

.header-inner {
  display: flex;
  min-height: 5rem;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 0.85rem;
  color: inherit;
  text-decoration: none;
}

.brand-mark {
  position: relative;
  display: grid;
  width: 2.55rem;
  height: 2.55rem;
  place-items: center;
  overflow: hidden;
  color: var(--ink);
  background: var(--aqua);
  clip-path: polygon(0 0, 76% 0, 100% 24%, 100% 100%, 24% 100%, 0 76%);
}

.brand-mark::before,
.brand-mark::after {
  position: absolute;
  content: "";
  background: currentColor;
}

.brand-mark::before {
  width: 1.15rem;
  height: 0.18rem;
  box-shadow: 0 0.43rem 0 currentColor, 0 -0.43rem 0 currentColor;
}

.brand-mark::after {
  left: 0.72rem;
  width: 0.18rem;
  height: 1.08rem;
}

.brand-copy {
  display: grid;
  line-height: 1;
}

.brand-name {
  font-size: 1.05rem;
  font-weight: 800;
  letter-spacing: 0.12em;
}

.brand-sub {
  margin-top: 0.32rem;
  font-size: 0.61rem;
  font-weight: 650;
  letter-spacing: 0.2em;
  opacity: 0.72;
}

.desktop-nav {
  display: flex;
  align-items: center;
  gap: clamp(1.1rem, 2.5vw, 2.25rem);
}

.desktop-nav > a:not(.button),
.lang-link {
  position: relative;
  color: inherit;
  font-size: 0.85rem;
  font-weight: 650;
  text-decoration: none;
}

.desktop-nav > a:not(.button)::after,
.lang-link::after {
  position: absolute;
  right: 0;
  bottom: -0.35rem;
  left: 0;
  height: 1px;
  content: "";
  background: currentColor;
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 180ms ease;
}

.desktop-nav > a:hover::after,
.lang-link:hover::after,
.lang-link[aria-current="page"]::after {
  transform: scaleX(1);
  transform-origin: left;
}

.lang-switch {
  display: flex;
  align-items: center;
  gap: 0.45rem;
}

.lang-switch span {
  opacity: 0.35;
}

.menu-toggle {
  display: none;
  width: 2.8rem;
  height: 2.8rem;
  align-items: center;
  justify-content: center;
  padding: 0;
  color: inherit;
  border: 1px solid currentColor;
  border-radius: 50%;
  background: transparent;
  cursor: pointer;
}

.menu-toggle-lines,
.menu-toggle-lines::before,
.menu-toggle-lines::after {
  display: block;
  width: 1.15rem;
  height: 1px;
  content: "";
  background: currentColor;
  transition: transform 180ms ease, opacity 180ms ease;
}

.menu-toggle-lines::before {
  transform: translateY(-0.34rem);
}

.menu-toggle-lines::after {
  transform: translateY(0.28rem);
}

.menu-toggle[aria-expanded="true"] .menu-toggle-lines {
  background: transparent;
}

.menu-toggle[aria-expanded="true"] .menu-toggle-lines::before {
  transform: translateY(0) rotate(45deg);
}

.menu-toggle[aria-expanded="true"] .menu-toggle-lines::after {
  transform: translateY(-1px) rotate(-45deg);
}

.mobile-menu {
  display: none;
}

.button {
  display: inline-flex;
  min-height: 3.2rem;
  align-items: center;
  justify-content: center;
  gap: 0.75rem;
  padding: 0.82rem 1.3rem;
  color: var(--white);
  border: 1px solid var(--forest);
  border-radius: 999px;
  background: var(--forest);
  font-size: 0.88rem;
  font-weight: 750;
  line-height: 1.2;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  transition: transform 180ms ease, background 180ms ease, border-color 180ms ease, color 180ms ease;
}

.button::after {
  content: "↗";
  font-size: 1rem;
  line-height: 1;
  transition: transform 180ms ease;
}

.button:hover {
  background: var(--forest-2);
  border-color: var(--forest-2);
  transform: translateY(-2px);
}

.button:hover::after {
  transform: translate(2px, -2px);
}

.button--light {
  color: var(--ink);
  border-color: var(--white);
  background: var(--white);
}

.button--light:hover {
  color: var(--ink);
  border-color: var(--aqua);
  background: var(--aqua);
}

.button--ghost {
  color: inherit;
  border-color: currentColor;
  background: transparent;
}

.button--ghost:hover {
  color: var(--ink);
  border-color: var(--aqua);
  background: var(--aqua);
}

.site-header:not(.is-scrolled):not(.site-header--solid) .button--header {
  color: var(--ink);
  border-color: var(--white);
  background: var(--white);
}

.hero {
  position: relative;
  display: grid;
  min-height: min(58rem, 100svh);
  align-items: end;
  overflow: hidden;
  color: var(--white);
  background: var(--ink);
  isolation: isolate;
}

.hero::before {
  position: absolute;
  z-index: -2;
  inset: 0;
  content: "";
  background: url("assets/hero-real-assets.jpg") 61% center / cover no-repeat;
  transform: scale(1.015);
}

.hero::after {
  position: absolute;
  z-index: -1;
  inset: 0;
  content: "";
  background:
    linear-gradient(90deg, rgba(5, 23, 31, 0.96) 0%, rgba(5, 23, 31, 0.87) 36%, rgba(5, 23, 31, 0.3) 72%, rgba(5, 23, 31, 0.25) 100%),
    linear-gradient(0deg, rgba(5, 23, 31, 0.78) 0%, transparent 42%);
}

.hero-inner {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(17rem, 0.45fr);
  gap: clamp(2.5rem, 7vw, 8rem);
  align-items: end;
  padding-top: 9rem;
  padding-bottom: clamp(3.5rem, 7vh, 6rem);
}

.hero-copy {
  max-width: 51rem;
}

.hero h1 {
  max-width: 50rem;
  margin-bottom: 1.5rem;
}

.hero-lead {
  max-width: 43rem;
  margin-bottom: 2rem;
  color: rgba(255, 255, 255, 0.78);
  font-size: clamp(1.08rem, 1.7vw, 1.3rem);
  line-height: 1.7;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.9rem;
}

.hero-proof {
  display: flex;
  align-items: center;
  gap: 0.8rem;
  margin-top: 2rem;
  color: rgba(255, 255, 255, 0.7);
  font-size: 0.85rem;
}

.proof-seal {
  display: grid;
  width: 2.3rem;
  height: 2.3rem;
  flex: 0 0 auto;
  place-items: center;
  color: var(--aqua);
  border: 1px solid rgba(145, 202, 188, 0.5);
  border-radius: 50%;
  font-size: 0.75rem;
  font-weight: 800;
}

.hero-metrics {
  border-top: 1px solid rgba(255, 255, 255, 0.35);
}

.hero-metric {
  padding: 1.25rem 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.metric-value {
  display: block;
  margin-bottom: 0.18rem;
  font-family: var(--serif);
  font-size: clamp(1.9rem, 3.4vw, 3.2rem);
  line-height: 1;
}

.metric-label {
  display: block;
  color: rgba(255, 255, 255, 0.67);
  font-size: 0.75rem;
  letter-spacing: 0.06em;
  line-height: 1.4;
  text-transform: uppercase;
}

.trust-strip {
  color: var(--ink);
  border-bottom: 1px solid var(--line);
  background: var(--white);
}

.trust-inner {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}

.trust-item {
  display: flex;
  min-height: 6rem;
  align-items: center;
  gap: 0.85rem;
  padding: 1.25rem clamp(0.75rem, 2vw, 1.5rem);
  border-right: 1px solid var(--line);
}

.trust-item:first-child {
  padding-left: 0;
}

.trust-item:last-child {
  border-right: 0;
}

.trust-icon {
  display: grid;
  width: 2.35rem;
  height: 2.35rem;
  flex: 0 0 auto;
  place-items: center;
  color: var(--forest);
  border: 1px solid var(--mist);
  border-radius: 50%;
  font-size: 0.85rem;
  font-weight: 800;
}

.trust-item strong {
  display: block;
  font-size: 0.88rem;
  line-height: 1.35;
}

.trust-item span:last-child {
  display: block;
  color: var(--muted);
  font-size: 0.75rem;
  line-height: 1.35;
}

.expertise-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  background: var(--line);
  box-shadow: var(--shadow-sm);
}

.expertise-card {
  min-height: 27rem;
  padding: clamp(1.75rem, 3vw, 2.65rem);
  background: var(--white);
  transition: background 220ms ease, color 220ms ease, transform 220ms ease;
}

.expertise-card:hover {
  color: var(--white);
  background: var(--ink-2);
}

.expertise-number {
  display: block;
  margin-bottom: 6rem;
  color: var(--forest);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.12em;
}

.expertise-card:hover .expertise-number {
  color: var(--aqua);
}

.expertise-card h3 {
  font-family: var(--serif);
  font-size: clamp(1.7rem, 2.8vw, 2.4rem);
  font-weight: 400;
}

.expertise-card p {
  margin-bottom: 0;
  color: var(--muted);
}

.expertise-card:hover p {
  color: rgba(255, 255, 255, 0.7);
}

.audience-wrap {
  display: grid;
  grid-template-columns: 0.75fr 1.25fr;
  gap: clamp(3rem, 8vw, 8rem);
  align-items: start;
}

.audience-intro {
  position: sticky;
  top: 7.5rem;
}

.audience-list {
  counter-reset: audience;
  border-top: 1px solid var(--line);
}

.audience-item {
  position: relative;
  display: grid;
  grid-template-columns: 3.5rem 1fr;
  gap: 1rem;
  padding: 2.2rem 0;
  border-bottom: 1px solid var(--line);
  counter-increment: audience;
}

.audience-item::before {
  content: "0" counter(audience);
  color: var(--forest);
  font-size: 0.75rem;
  font-weight: 800;
  letter-spacing: 0.1em;
}

.audience-item h3 {
  font-size: 1.35rem;
}

.audience-item p {
  max-width: 38rem;
  margin-bottom: 0;
  color: var(--muted);
}

.process-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1rem;
}

.process-step {
  position: relative;
  padding: 2rem 1.5rem;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: var(--radius-md);
  background: rgba(255, 255, 255, 0.035);
}

.step-number {
  display: grid;
  width: 2.65rem;
  height: 2.65rem;
  place-items: center;
  margin-bottom: 3.5rem;
  color: var(--ink);
  border-radius: 50%;
  background: var(--aqua);
  font-size: 0.76rem;
  font-weight: 850;
}

.process-step h3 {
  color: var(--white);
}

.process-step p {
  margin-bottom: 0;
  color: rgba(255, 255, 255, 0.64);
}

.asset-panel {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(20rem, 0.9fr);
  overflow: hidden;
  border-radius: var(--radius-lg);
  background: var(--white);
  box-shadow: var(--shadow-lg);
}

.asset-image {
  min-height: 34rem;
  background:
    linear-gradient(0deg, rgba(4, 28, 31, 0.15), rgba(4, 28, 31, 0.15)),
    url("assets/hero-real-assets.jpg") 74% center / cover no-repeat;
}

.asset-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(2.25rem, 5vw, 5rem);
}

.asset-points {
  display: grid;
  gap: 1rem;
  margin: 1.5rem 0 0;
  padding: 0;
  list-style: none;
}

.asset-points li {
  display: flex;
  align-items: center;
  gap: 0.8rem;
  font-weight: 700;
}

.asset-points li::before {
  width: 0.55rem;
  height: 0.55rem;
  flex: 0 0 auto;
  content: "";
  border-radius: 50%;
  background: var(--forest);
}

.esg-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(18rem, 0.9fr);
  gap: clamp(3rem, 8vw, 8rem);
  align-items: center;
}

.esg-cards {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1rem;
}

.esg-card {
  min-height: 13rem;
  padding: 1.5rem;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: var(--radius-md);
  background: rgba(255, 255, 255, 0.04);
}

.esg-card:nth-child(2) {
  margin-top: 2rem;
}

.esg-card strong {
  display: block;
  margin-bottom: 0.75rem;
  color: var(--aqua);
  font-family: var(--serif);
  font-size: 2.25rem;
  font-weight: 400;
}

.esg-card p {
  margin-bottom: 0;
  color: rgba(255, 255, 255, 0.7);
}

.faq-list {
  max-width: 59rem;
  margin-inline: auto;
  border-top: 1px solid var(--line);
}

.faq-item {
  border-bottom: 1px solid var(--line);
}

.faq-question {
  display: grid;
  width: 100%;
  grid-template-columns: 1fr 2rem;
  gap: 1rem;
  align-items: center;
  padding: 1.65rem 0;
  color: var(--ink);
  border: 0;
  background: transparent;
  font-size: clamp(1.05rem, 2vw, 1.22rem);
  font-weight: 700;
  text-align: left;
  cursor: pointer;
}

.faq-symbol {
  position: relative;
  width: 1.8rem;
  height: 1.8rem;
  border: 1px solid var(--line);
  border-radius: 50%;
}

.faq-symbol::before,
.faq-symbol::after {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0.75rem;
  height: 1px;
  content: "";
  background: var(--ink);
  transform: translate(-50%, -50%);
  transition: transform 180ms ease;
}

.faq-symbol::after {
  transform: translate(-50%, -50%) rotate(90deg);
}

.faq-question[aria-expanded="true"] .faq-symbol::after {
  transform: translate(-50%, -50%) rotate(0deg);
}

.faq-answer {
  display: grid;
  grid-template-rows: 0fr;
  transition: grid-template-rows 220ms ease;
}

.faq-answer > div {
  overflow: hidden;
}

.faq-answer p {
  max-width: 50rem;
  margin-bottom: 0;
  padding: 0 0 1.65rem;
  color: var(--muted);
}

.faq-question[aria-expanded="true"] + .faq-answer {
  grid-template-rows: 1fr;
}

.contact-section {
  position: relative;
  overflow: hidden;
  color: var(--white);
  background: var(--ink-2);
}

.contact-section::before {
  position: absolute;
  top: -17rem;
  right: -10rem;
  width: 34rem;
  height: 34rem;
  content: "";
  border: 1px solid rgba(145, 202, 188, 0.18);
  border-radius: 50%;
  box-shadow: 0 0 0 7rem rgba(145, 202, 188, 0.035), 0 0 0 14rem rgba(145, 202, 188, 0.025);
}

.contact-grid {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 0.8fr) minmax(22rem, 1.2fr);
  gap: clamp(3rem, 8vw, 8rem);
  align-items: start;
}

.contact-copy {
  position: sticky;
  top: 8rem;
}

.contact-details {
  display: grid;
  gap: 0.85rem;
  margin-top: 2rem;
  color: rgba(255, 255, 255, 0.7);
  font-size: 0.9rem;
}

.contact-details strong {
  color: var(--white);
}

.form-card {
  padding: clamp(1.5rem, 4vw, 3rem);
  color: var(--ink);
  border-radius: var(--radius-lg);
  background: var(--white);
  box-shadow: var(--shadow-lg);
}

.form-card h3 {
  margin-bottom: 0.5rem;
  font-family: var(--serif);
  font-size: 2rem;
  font-weight: 400;
}

.form-intro {
  margin-bottom: 1.75rem;
  color: var(--muted);
}

.form-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.1rem;
}

.field {
  display: grid;
  gap: 0.45rem;
}

.field--full {
  grid-column: 1 / -1;
}

.field label {
  font-size: 0.82rem;
  font-weight: 750;
}

.field input {
  width: 100%;
  min-height: 3.25rem;
  padding: 0.75rem 0.9rem;
  color: var(--ink);
  border: 1px solid #bccac6;
  border-radius: var(--radius-sm);
  background: var(--white);
  transition: border-color 160ms ease, box-shadow 160ms ease;
}

.field input:hover {
  border-color: var(--forest);
}

.field input:focus {
  border-color: var(--forest);
  outline: 0;
  box-shadow: 0 0 0 3px rgba(15, 90, 75, 0.13);
}

.field input[aria-invalid="true"] {
  border-color: var(--danger);
}

.field-error {
  min-height: 1.1rem;
  color: var(--danger);
  font-size: 0.74rem;
  line-height: 1.35;
}

.check-field {
  display: grid;
  grid-template-columns: 1.15rem 1fr;
  gap: 0.7rem;
  align-items: start;
  margin: 1.1rem 0 1.35rem;
}

.check-field input {
  width: 1.15rem;
  height: 1.15rem;
  margin: 0.22rem 0 0;
  accent-color: var(--forest);
}

.check-field label {
  color: var(--muted);
  font-size: 0.82rem;
  line-height: 1.55;
}

.check-field a {
  color: var(--forest);
  font-weight: 700;
}

.form-card .button {
  width: 100%;
}

.form-card .button[disabled] {
  cursor: wait;
  opacity: 0.7;
  transform: none;
}

.form-note {
  margin: 0.9rem 0 0;
  color: var(--muted);
  font-size: 0.75rem;
  text-align: center;
}

.site-footer {
  color: rgba(255, 255, 255, 0.7);
  background: #06151d;
}

.footer-main {
  display: grid;
  grid-template-columns: 1.2fr 0.75fr 1.05fr;
  gap: clamp(2rem, 7vw, 7rem);
  padding: 4.5rem 0 3rem;
}

.footer-brand .brand {
  color: var(--white);
}

.footer-brand p {
  max-width: 27rem;
  margin: 1.5rem 0 0;
}

.footer-title {
  display: block;
  margin-bottom: 1rem;
  color: var(--white);
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.footer-links {
  display: grid;
  gap: 0.65rem;
}

.footer-links a,
.footer-links button {
  width: fit-content;
  padding: 0;
  color: rgba(255, 255, 255, 0.7);
  border: 0;
  background: transparent;
  font-size: 0.88rem;
  text-align: left;
  text-decoration: none;
  cursor: pointer;
}

.footer-links a:hover,
.footer-links button:hover {
  color: var(--aqua);
}

.footer-contact {
  font-size: 0.88rem;
}

.footer-contact address {
  font-style: normal;
}

.footer-bottom {
  display: flex;
  min-height: 5rem;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 1rem 0;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  font-size: 0.75rem;
}

.page-hero {
  position: relative;
  padding: 10rem 0 5rem;
  overflow: hidden;
  color: var(--white);
  background: var(--ink);
}

.page-hero::after {
  position: absolute;
  top: -15rem;
  right: -8rem;
  width: 34rem;
  height: 34rem;
  content: "";
  border: 1px solid rgba(145, 202, 188, 0.2);
  border-radius: 50%;
  box-shadow: 0 0 0 6rem rgba(145, 202, 188, 0.04), 0 0 0 12rem rgba(145, 202, 188, 0.025);
}

.page-hero .container {
  position: relative;
  z-index: 1;
}

.page-hero h1 {
  max-width: 55rem;
  margin-bottom: 1.1rem;
  font-size: clamp(2.8rem, 6vw, 5rem);
}

.page-hero p {
  max-width: 45rem;
  margin-bottom: 0;
  color: rgba(255, 255, 255, 0.72);
  font-size: 1.1rem;
}

.content-shell {
  display: grid;
  grid-template-columns: minmax(12rem, 0.28fr) minmax(0, 0.72fr);
  gap: clamp(2rem, 7vw, 7rem);
  align-items: start;
}

.content-aside {
  position: sticky;
  top: 7.5rem;
  padding: 1.2rem;
  border: 1px solid var(--line);
  border-radius: var(--radius-md);
  background: var(--white);
}

.content-aside strong {
  display: block;
  margin-bottom: 0.7rem;
  font-size: 0.78rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.content-aside a {
  display: block;
  padding: 0.35rem 0;
  color: var(--muted);
  font-size: 0.82rem;
  text-decoration: none;
}

.content-aside a:hover {
  color: var(--forest);
}

.prose {
  max-width: 52rem;
}

.prose h2 {
  margin-top: 3.5rem;
  margin-bottom: 1rem;
  font-family: var(--sans);
  font-size: clamp(1.55rem, 3vw, 2.15rem);
  font-weight: 750;
  letter-spacing: -0.025em;
}

.prose h2:first-child {
  margin-top: 0;
}

.prose h3 {
  margin-top: 2rem;
  font-size: 1.12rem;
}

.prose p,
.prose li {
  color: #43565b;
}

.prose ul,
.prose ol {
  padding-left: 1.25rem;
}

.prose li + li {
  margin-top: 0.55rem;
}

.prose address {
  padding: 1.5rem;
  border-left: 3px solid var(--forest);
  background: var(--white);
  font-style: normal;
}

.notice {
  padding: 1.25rem 1.35rem;
  color: #31474c;
  border: 1px solid var(--mist);
  border-radius: var(--radius-md);
  background: #edf3f0;
}

.contact-page-grid {
  display: grid;
  grid-template-columns: minmax(17rem, 0.65fr) minmax(22rem, 1.35fr);
  gap: clamp(2rem, 7vw, 7rem);
  align-items: start;
}

.contact-card {
  padding: 2rem;
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  background: var(--white);
  box-shadow: var(--shadow-sm);
}

.contact-card address {
  font-style: normal;
}

.contact-card dl {
  margin: 2rem 0 0;
}

.contact-card dt {
  margin-top: 1rem;
  color: var(--muted);
  font-size: 0.75rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.contact-card dd {
  margin: 0.15rem 0 0;
  font-weight: 700;
}

.state-page {
  display: grid;
  min-height: 100svh;
  place-items: center;
  padding: 7rem 1rem 2rem;
  color: var(--white);
  background:
    linear-gradient(120deg, rgba(5, 24, 32, 0.97), rgba(5, 24, 32, 0.8)),
    url("assets/hero-real-assets.jpg") center / cover no-repeat;
}

.state-card {
  width: min(100%, 42rem);
  padding: clamp(2rem, 6vw, 4.5rem);
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: var(--radius-lg);
  background: rgba(8, 32, 40, 0.8);
  box-shadow: var(--shadow-lg);
  backdrop-filter: blur(18px);
  text-align: center;
}

.state-code {
  display: block;
  margin-bottom: 1rem;
  color: var(--aqua);
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

.state-card h1 {
  margin-bottom: 1rem;
  font-size: clamp(2.4rem, 6vw, 4.4rem);
}

.state-card p {
  margin-bottom: 2rem;
  color: rgba(255, 255, 255, 0.72);
}

.cookie-banner {
  position: fixed;
  z-index: 2000;
  right: 1rem;
  bottom: 1rem;
  left: 1rem;
  display: none;
  max-width: 72rem;
  margin-inline: auto;
  padding: 1.25rem;
  color: var(--white);
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: var(--radius-md);
  background: rgba(6, 21, 29, 0.97);
  box-shadow: var(--shadow-lg);
  backdrop-filter: blur(16px);
}

.cookie-banner.is-visible {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 1.5rem;
  align-items: center;
  animation: slide-up 280ms ease both;
}

.cookie-banner h2 {
  margin-bottom: 0.25rem;
  font-family: var(--sans);
  font-size: 1rem;
  font-weight: 800;
  letter-spacing: 0;
}

.cookie-banner p {
  max-width: 48rem;
  margin-bottom: 0;
  color: rgba(255, 255, 255, 0.68);
  font-size: 0.8rem;
}

.cookie-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 0.55rem;
}

.cookie-button {
  min-height: 2.55rem;
  padding: 0.65rem 0.9rem;
  color: var(--white);
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 999px;
  background: transparent;
  font-size: 0.76rem;
  font-weight: 750;
  cursor: pointer;
}

.cookie-button--primary {
  color: var(--ink);
  border-color: var(--aqua);
  background: var(--aqua);
}

.cookie-dialog {
  width: min(calc(100% - 2rem), 37rem);
  padding: 0;
  color: var(--ink);
  border: 0;
  border-radius: var(--radius-lg);
  background: var(--white);
  box-shadow: var(--shadow-lg);
}

.cookie-dialog::backdrop {
  background: rgba(2, 14, 19, 0.72);
  backdrop-filter: blur(5px);
}

.cookie-dialog-inner {
  padding: clamp(1.4rem, 4vw, 2.4rem);
}

.dialog-head {
  display: flex;
  align-items: start;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: 1.4rem;
}

.dialog-head h2 {
  margin-bottom: 0.4rem;
  font-family: var(--serif);
  font-size: 2rem;
}

.dialog-head p {
  margin-bottom: 0;
  color: var(--muted);
  font-size: 0.85rem;
}

.dialog-close {
  display: grid;
  width: 2.5rem;
  height: 2.5rem;
  flex: 0 0 auto;
  place-items: center;
  color: var(--ink);
  border: 1px solid var(--line);
  border-radius: 50%;
  background: transparent;
  cursor: pointer;
}

.consent-option {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 1rem;
  padding: 1rem 0;
  border-top: 1px solid var(--line);
}

.consent-option strong {
  display: block;
  font-size: 0.92rem;
}

.consent-option p {
  margin: 0.25rem 0 0;
  color: var(--muted);
  font-size: 0.78rem;
}

.switch {
  position: relative;
  display: inline-flex;
  width: 3rem;
  height: 1.65rem;
  align-items: center;
}

.switch input {
  position: absolute;
  width: 1px;
  height: 1px;
  opacity: 0;
}

.switch span {
  width: 100%;
  height: 100%;
  border-radius: 999px;
  background: #c7d2cf;
  cursor: pointer;
  transition: background 160ms ease;
}

.switch span::after {
  display: block;
  width: 1.25rem;
  height: 1.25rem;
  margin: 0.2rem;
  content: "";
  border-radius: 50%;
  background: var(--white);
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.2);
  transition: transform 160ms ease;
}

.switch input:checked + span {
  background: var(--forest);
}

.switch input:checked + span::after {
  transform: translateX(1.35rem);
}

.switch input:focus-visible + span {
  outline: 3px solid var(--sand);
  outline-offset: 3px;
}

.switch input:disabled + span {
  cursor: not-allowed;
  opacity: 0.68;
}

.dialog-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.7rem;
  margin-top: 1.4rem;
}

.dialog-actions .button {
  flex: 1;
}

.reveal {
  opacity: 0;
  transform: translateY(1.25rem);
  transition: opacity 600ms ease, transform 600ms ease;
}

.reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

@keyframes slide-up {
  from {
    opacity: 0;
    transform: translateY(1rem);
  }
}

@media (max-width: 64rem) {
  .desktop-nav {
    display: none;
  }

  .menu-toggle {
    display: inline-flex;
  }

  .mobile-menu {
    position: fixed;
    z-index: 999;
    top: 5rem;
    right: 0;
    left: 0;
    display: grid;
    max-height: 0;
    overflow: hidden;
    color: var(--ink);
    background: rgba(250, 252, 250, 0.98);
    box-shadow: 0 20px 50px rgba(7, 28, 35, 0.16);
    transition: max-height 280ms ease;
  }

  .mobile-menu.is-open {
    max-height: calc(100svh - 5rem);
  }

  .mobile-menu-inner {
    display: grid;
    gap: 0.2rem;
    padding: 1.25rem 1rem 1.5rem;
  }

  .mobile-menu a {
    padding: 0.85rem 0.2rem;
    border-bottom: 1px solid var(--line);
    font-size: 1rem;
    font-weight: 700;
    text-decoration: none;
  }

  .mobile-menu .button {
    margin-top: 0.7rem;
    border-bottom: 0;
  }

  .hero {
    min-height: auto;
  }

  .hero-inner {
    grid-template-columns: 1fr;
    padding-top: 11rem;
  }

  .hero-metrics {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
  }

  .hero-metric {
    padding-right: 1rem;
    border-right: 1px solid rgba(255, 255, 255, 0.2);
    border-bottom: 0;
  }

  .hero-metric:last-child {
    border-right: 0;
  }

  .trust-inner {
    grid-template-columns: repeat(2, 1fr);
  }

  .trust-item:nth-child(2) {
    border-right: 0;
  }

  .trust-item:nth-child(-n + 2) {
    border-bottom: 1px solid var(--line);
  }

  .trust-item:nth-child(3) {
    padding-left: 0;
  }

  .expertise-card {
    min-height: 23rem;
  }

  .expertise-number {
    margin-bottom: 4rem;
  }

  .process-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .content-shell {
    grid-template-columns: 1fr;
  }

  .content-aside {
    position: static;
  }
}

@media (max-width: 48rem) {
  .container {
    width: min(calc(100% - 1.35rem), var(--content));
  }

  .section-head,
  .audience-wrap,
  .asset-panel,
  .esg-grid,
  .contact-grid,
  .contact-page-grid {
    grid-template-columns: 1fr;
  }

  .section-head {
    gap: 1rem;
  }

  .hero::before {
    background-position: 67% center;
  }

  .hero::after {
    background: linear-gradient(90deg, rgba(5, 23, 31, 0.95), rgba(5, 23, 31, 0.7));
  }

  .hero-inner {
    padding-top: 9rem;
  }

  .hero-metrics {
    grid-template-columns: 1fr;
  }

  .hero-metric {
    display: grid;
    grid-template-columns: 7rem 1fr;
    align-items: end;
    border-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  }

  .metric-value {
    font-size: 2rem;
  }

  .trust-inner,
  .expertise-grid,
  .esg-cards,
  .form-grid {
    grid-template-columns: 1fr;
  }

  .trust-item {
    min-height: 5rem;
    padding-left: 0;
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .trust-item:nth-child(3) {
    border-bottom: 1px solid var(--line);
  }

  .expertise-card {
    min-height: auto;
  }

  .expertise-number {
    margin-bottom: 3rem;
  }

  .audience-intro,
  .contact-copy {
    position: static;
  }

  .process-grid {
    grid-template-columns: 1fr;
  }

  .step-number {
    margin-bottom: 2rem;
  }

  .asset-image {
    min-height: 20rem;
  }

  .esg-card:nth-child(2) {
    margin-top: 0;
  }

  .footer-main {
    grid-template-columns: 1fr;
  }

  .footer-bottom {
    align-items: flex-start;
    flex-direction: column;
  }

  .cookie-banner.is-visible {
    grid-template-columns: 1fr;
  }

  .cookie-actions {
    justify-content: stretch;
  }

  .cookie-button {
    flex: 1;
  }
}

@media (max-width: 28rem) {
  .brand-sub {
    display: none;
  }

  .brand-name {
    font-size: 0.88rem;
  }

  .brand-mark {
    width: 2.25rem;
    height: 2.25rem;
  }

  .hero-actions .button {
    width: 100%;
  }

  .dialog-actions {
    display: grid;
  }
}

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

  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
  }

  .reveal {
    opacity: 1;
    transform: none;
  }
}
