@font-face {
  font-family: "Cormorant Garamond";
  font-style: normal;
  font-weight: 500 600;
  font-display: swap;
  src: url("/assets/fonts/cormorant-garamond-latin.woff2") format("woff2");
}

@font-face {
  font-family: "Manrope";
  font-style: normal;
  font-weight: 400 700;
  font-display: swap;
  src: url("/assets/fonts/manrope-latin.woff2") format("woff2");
}

:root {
  --font-display: "Cormorant Garamond";
  --font-sans: "Manrope";
  --forest: #123d32;
  --forest-deep: #092c24;
  --forest-soft: #315f52;
  --sage: #a9bcae;
  --sage-pale: #e6ede7;
  --stone: #dad8d0;
  --ivory: #f7f5ef;
  --paper: #fffefa;
  --ink: #18201e;
  --muted: #5d6763;
  --line: rgba(24, 32, 30, 0.16);
  --shadow: 0 24px 70px rgba(18, 61, 50, 0.12);
}

.flash {
  margin-bottom: 24px;
  padding: 16px 18px;
  border: 1px solid var(--line);
  background: var(--sage-pale);
  color: var(--forest);
}

.flash-error {
  border-color: rgba(150, 45, 45, 0.3);
  background: #fff0ef;
  color: #7e2525;
}

.login-shell {
  width: min(560px, calc(100% - 36px));
  min-height: 72vh;
  display: grid;
  align-content: center;
  margin-inline: auto;
  padding-block: 80px;
}

.login-card {
  padding: clamp(30px, 6vw, 58px);
  border: 1px solid var(--line);
  background: var(--paper);
  box-shadow: var(--shadow);
}

.login-card label {
  display: grid;
  gap: 8px;
  margin-bottom: 18px;
  font-size: 0.78rem;
  font-weight: 700;
}

.login-card input {
  width: 100%;
  border: 1px solid var(--line);
  background: #fff;
  padding: 13px 14px;
}

.form-trap {
  width: 1px;
  height: 1px;
  position: absolute;
  left: -9999px;
  overflow: hidden;
}

.admin-detail-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 18px;
}

.admin-attachment {
  display: inline-flex;
  margin: 5px 8px 5px 0;
  color: var(--forest);
  font-size: 0.78rem;
  font-weight: 700;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--ivory);
  color: var(--ink);
  font-family: var(--font-sans), Arial, sans-serif;
  font-size: 16px;
  line-height: 1.65;
  text-rendering: optimizeLegibility;
}

a {
  color: inherit;
  text-decoration: none;
}

button,
input,
select,
textarea {
  font: inherit;
}

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

[hidden] {
  display: none !important;
}

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

h1,
h2 {
  font-family: var(--font-display), Georgia, serif;
  font-weight: 600;
  letter-spacing: -0.035em;
  line-height: 0.98;
}

h1 {
  font-size: clamp(3.2rem, 7vw, 7.3rem);
}

h2 {
  font-size: clamp(2.35rem, 4vw, 4.5rem);
}

h3 {
  font-size: 1.25rem;
  line-height: 1.25;
}

.container {
  width: min(1380px, calc(100% - 64px));
  margin-inline: auto;
}

.narrow {
  width: min(960px, calc(100% - 64px));
}

.skip-link {
  position: fixed;
  left: 16px;
  top: -80px;
  z-index: 1000;
  background: var(--paper);
  color: var(--forest);
  padding: 12px 18px;
  border: 2px solid var(--forest);
}

.skip-link:focus {
  top: 16px;
}

.professional-strip {
  background: var(--forest-deep);
  color: rgba(255, 255, 255, 0.86);
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.strip-inner {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  padding-block: 9px;
}

.site-header {
  background: rgba(247, 245, 239, 0.96);
  border-bottom: 1px solid var(--line);
  position: sticky;
  top: 0;
  z-index: 50;
  backdrop-filter: blur(16px);
}

.nav-shell {
  min-height: 88px;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 40px;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 16px;
}

.brand-mark {
  color: var(--forest);
  font-family: var(--font-display), Georgia, serif;
  font-size: 2rem;
  font-weight: 600;
  letter-spacing: -0.05em;
  line-height: 1;
}

.brand-name {
  padding-left: 16px;
  border-left: 1px solid var(--line);
  color: var(--muted);
  font-size: 0.67rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  line-height: 1.35;
  text-transform: uppercase;
}

.desktop-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(18px, 2.5vw, 42px);
}

.desktop-nav > a,
.nav-dropdown > summary {
  font-size: 0.83rem;
  font-weight: 600;
}

.desktop-nav > a:hover,
.desktop-nav > a:focus-visible,
.nav-dropdown > summary:hover,
.nav-dropdown > summary:focus-visible,
.phone-link:hover {
  color: var(--forest-soft);
}

.nav-dropdown {
  position: relative;
}

.nav-dropdown > summary {
  display: flex;
  align-items: center;
  gap: 8px;
  list-style: none;
  cursor: pointer;
}

.nav-dropdown > summary::-webkit-details-marker {
  display: none;
}

.nav-dropdown > summary::after {
  content: "⌄";
  color: var(--forest-soft);
  font-size: 0.9rem;
  transform: translateY(-2px);
}

.nav-dropdown[open] > summary::after {
  transform: rotate(180deg) translateY(-2px);
}

.nav-dropdown-panel {
  width: min(720px, 72vw);
  position: absolute;
  top: calc(100% + 34px);
  left: 50%;
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  transform: translateX(-42%);
  border: 1px solid var(--line);
  background: var(--ivory);
  box-shadow: var(--shadow);
}

.nav-dropdown-panel::before {
  content: "";
  height: 35px;
  position: absolute;
  right: 0;
  bottom: 100%;
  left: 0;
}

.nav-dropdown-primary,
.nav-dropdown-secondary {
  display: grid;
  align-content: start;
  gap: 2px;
  padding: 30px;
}

.nav-dropdown-primary {
  border-right: 1px solid var(--line);
}

.nav-dropdown-label {
  margin-bottom: 12px;
  color: var(--muted);
  font-size: 0.62rem;
  font-weight: 700;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.nav-dropdown-panel a {
  padding: 9px 0;
  font-size: 0.78rem;
  font-weight: 600;
}

.nav-dropdown-panel a:hover,
.nav-dropdown-panel a:focus-visible {
  color: var(--forest-soft);
}

.nav-feature-link {
  display: grid;
  gap: 5px;
  margin: -4px 0 9px;
  padding: 16px !important;
  background: var(--sage-pale);
}

.nav-feature-link strong {
  color: var(--forest);
  font-family: var(--font-display), Georgia, serif;
  font-size: 1.35rem;
}

.nav-feature-link small {
  color: var(--muted);
  font-size: 0.68rem;
  font-weight: 500;
  line-height: 1.5;
}

.nav-all-link {
  margin-top: 12px;
  border-top: 1px solid var(--line);
  color: var(--forest);
}

.nav-actions {
  display: flex;
  align-items: center;
  gap: 18px;
}

.phone-link {
  font-size: 0.82rem;
  font-weight: 700;
}

.button {
  display: inline-flex;
  min-height: 54px;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--forest);
  background: var(--forest);
  color: #fff;
  padding: 14px 24px;
  font-size: 0.76rem;
  font-weight: 700;
  letter-spacing: 0.045em;
  line-height: 1.2;
  text-transform: uppercase;
  cursor: pointer;
  transition: background 180ms ease, color 180ms ease, transform 180ms ease;
}

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

.button:focus-visible,
a:focus-visible,
button:focus-visible,
input:focus-visible,
select:focus-visible,
textarea:focus-visible,
summary:focus-visible {
  outline: 3px solid #7ca893;
  outline-offset: 3px;
}

.button-small {
  min-height: 44px;
  padding: 11px 18px;
}

.button-light {
  border-color: var(--paper);
  background: var(--paper);
  color: var(--forest);
}

.button-light:hover {
  background: var(--sage-pale);
}

.button-outline {
  background: transparent;
  color: var(--forest);
}

.button-outline:hover {
  background: var(--forest);
  color: #fff;
}

.button-ghost-light {
  border-color: rgba(255, 255, 255, 0.55);
  background: transparent;
  color: #fff;
}

.button-ghost-light:hover {
  background: rgba(255, 255, 255, 0.1);
}

.mobile-menu {
  display: none;
}

.eyebrow {
  margin-bottom: 18px;
  color: var(--forest);
  font-size: 0.69rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.eyebrow.light {
  color: rgba(255, 255, 255, 0.74);
}

.hero {
  min-height: 760px;
  position: relative;
  overflow: hidden;
  background: var(--forest);
  color: #fff;
}

.hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(9, 44, 36, 0.98) 0%, rgba(9, 44, 36, 0.9) 40%, rgba(9, 44, 36, 0.26) 69%, rgba(9, 44, 36, 0.08) 100%),
    linear-gradient(0deg, rgba(9, 44, 36, 0.35), transparent 45%);
}

.hero-image {
  position: absolute;
  inset: 0;
}

.hero-image picture {
  display: block;
  width: 100%;
  height: 100%;
}

.hero-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero-content {
  min-height: 760px;
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  padding-block: 96px 80px;
}

.hero-copy {
  max-width: 830px;
}

.hero h1 {
  max-width: 900px;
  margin-bottom: 30px;
  font-size: clamp(4rem, 7.1vw, 7.2rem);
}

.hero-intro {
  max-width: 680px;
  margin-bottom: 34px;
  color: rgba(255, 255, 255, 0.82);
  font-size: 1.08rem;
}

.hero-actions,
.dark-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.hero-trust {
  display: flex;
  flex-wrap: wrap;
  gap: 32px;
  margin-top: 48px;
  padding-top: 24px;
  border-top: 1px solid rgba(255, 255, 255, 0.24);
  color: rgba(255, 255, 255, 0.7);
  font-size: 0.76rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.hero-trust strong {
  color: #fff;
}

.pathways {
  position: relative;
  z-index: 3;
  margin-top: -48px;
}

.pathway-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  box-shadow: var(--shadow);
}

.pathway {
  min-height: 300px;
  position: relative;
  padding: 52px 56px;
  overflow: hidden;
}

.pathway-dark {
  background: var(--forest);
  color: #fff;
}

.pathway-light {
  background: var(--paper);
}

.pathway-number {
  position: absolute;
  top: 32px;
  right: 40px;
  color: currentColor;
  opacity: 0.24;
  font-family: var(--font-display), Georgia, serif;
  font-size: 4.5rem;
  line-height: 0.72;
}

.pathway h2 {
  min-height: 2.2em;
  margin-bottom: 18px;
  font-size: clamp(2.3rem, 3.5vw, 3.5rem);
}

.pathway p:not(.eyebrow) {
  max-width: 520px;
  opacity: 0.75;
}

.text-link {
  display: inline-block;
  margin-top: 14px;
  font-size: 0.76rem;
  font-weight: 700;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

.pathway:hover .text-link,
.sector-card:hover b {
  transform: translateX(5px);
}

.section {
  padding-block: clamp(88px, 10vw, 150px);
}

.section-sage {
  background: var(--sage-pale);
}

.section-heading {
  margin-bottom: 58px;
}

.split-heading {
  display: grid;
  grid-template-columns: minmax(0, 1.3fr) minmax(280px, 0.7fr);
  align-items: end;
  gap: 72px;
}

.split-heading h2 {
  max-width: 900px;
  margin-bottom: 0;
}

.split-heading > p {
  margin-bottom: 4px;
  color: var(--muted);
}

.centered-heading {
  max-width: 900px;
  margin-inline: auto;
  text-align: center;
}

.product-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border-top: 1px solid var(--line);
  border-left: 1px solid var(--line);
}

.product-card {
  min-height: 390px;
  position: relative;
  display: flex;
  flex-direction: column;
  padding: 38px 30px;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background: rgba(255, 254, 250, 0.48);
  transition: background 180ms ease, transform 180ms ease;
}

.product-card:hover {
  z-index: 1;
  background: var(--paper);
  transform: translateY(-4px);
  box-shadow: var(--shadow);
}

.product-card .card-index {
  margin-bottom: 56px;
  color: var(--sage);
  font-family: var(--font-display), Georgia, serif;
  font-size: 2.1rem;
}

.product-card h3 {
  min-height: 3.15em;
  margin-bottom: 18px;
  font-family: var(--font-display), Georgia, serif;
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.05;
}

.product-card > p:not(.eyebrow) {
  color: var(--muted);
  font-size: 0.9rem;
}

.product-card > a {
  margin-top: auto;
  padding-top: 18px;
  color: var(--forest);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.section-action {
  margin-top: 42px;
  text-align: center;
}

.sector-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}

.sector-card {
  min-height: 370px;
  display: flex;
  flex-direction: column;
  padding: 34px;
  border: 1px solid rgba(18, 61, 50, 0.18);
  background: rgba(255, 255, 255, 0.36);
}

.sector-card > span {
  color: var(--forest-soft);
  font-family: var(--font-display), Georgia, serif;
  font-size: 2rem;
}

.sector-card h3 {
  min-height: 2.15em;
  margin: 66px 0 18px;
  font-family: var(--font-display), Georgia, serif;
  font-size: 2rem;
  line-height: 1.05;
}

.sector-card p {
  color: var(--muted);
  font-size: 0.88rem;
}

.sector-card b {
  margin-top: auto;
  color: var(--forest);
  font-size: 0.72rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  transition: transform 180ms ease;
}

.health-grid {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  align-items: center;
  gap: clamp(50px, 7vw, 110px);
}

.health-image {
  min-height: 670px;
  position: relative;
}

.health-image::before {
  content: "";
  position: absolute;
  inset: 24px 24px -24px -24px;
  z-index: -1;
  border: 1px solid var(--sage);
}

.health-image img {
  width: 100%;
  height: 670px;
  object-fit: cover;
  object-position: 43% center;
}

.health-copy h2 {
  margin-bottom: 28px;
}

.health-copy > p:not(.eyebrow) {
  color: var(--muted);
}

.clean-list {
  margin: 36px 0;
  padding: 0;
  list-style: none;
}

.clean-list li {
  display: grid;
  gap: 4px;
  padding: 18px 0;
  border-top: 1px solid var(--line);
}

.clean-list li:last-child {
  border-bottom: 1px solid var(--line);
}

.clean-list span {
  color: var(--muted);
  font-size: 0.86rem;
}

.process-section {
  background: var(--forest);
  color: #fff;
}

.process-section h2 {
  margin-bottom: 0;
}

.process-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border-top: 1px solid rgba(255, 255, 255, 0.24);
  border-left: 1px solid rgba(255, 255, 255, 0.24);
}

.process-grid article {
  min-height: 300px;
  display: flex;
  flex-direction: column;
  padding: 34px;
  border-right: 1px solid rgba(255, 255, 255, 0.24);
  border-bottom: 1px solid rgba(255, 255, 255, 0.24);
}

.process-grid article > span {
  color: var(--sage);
  font-family: var(--font-display), Georgia, serif;
  font-size: 2.2rem;
}

.process-grid h3 {
  min-height: 2.5em;
  margin-top: 62px;
  font-size: 1.05rem;
}

.process-grid p {
  color: rgba(255, 255, 255, 0.66);
  font-size: 0.86rem;
}

.cta-band {
  background: var(--forest-deep);
  color: #fff;
  padding-block: 82px;
}

.cta-band-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 50px;
}

.cta-band h2 {
  max-width: 850px;
  margin-bottom: 0;
  font-size: clamp(2.6rem, 4.4vw, 4.5rem);
}

.cta-band-inner > div:last-child {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.interior-hero {
  padding-block: clamp(90px, 11vw, 160px);
  background:
    linear-gradient(115deg, var(--forest-deep), var(--forest) 62%, #426c5f);
  color: #fff;
}

.interior-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.3fr) minmax(280px, 0.7fr);
  align-items: end;
  gap: 80px;
}

.interior-hero h1 {
  max-width: 960px;
  margin-bottom: 0;
  font-size: clamp(3.7rem, 6.4vw, 6.8rem);
}

.interior-hero-grid > p {
  margin-bottom: 8px;
  color: rgba(255, 255, 255, 0.73);
  font-size: 1.05rem;
}

.product-hero {
  padding-block: clamp(90px, 10vw, 145px);
  background: var(--paper);
}

.product-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(280px, 0.45fr);
  align-items: end;
  gap: 100px;
}

.product-hero h1 {
  margin-bottom: 30px;
  color: var(--forest);
  font-size: clamp(3.7rem, 6.1vw, 6.5rem);
}

.large-copy {
  color: var(--muted);
  font-size: 1.08rem;
}

.product-hero .large-copy {
  max-width: 800px;
}

.dark-actions {
  margin-top: 36px;
}

.product-audience {
  padding: 30px;
  border-top: 4px solid var(--forest);
  background: var(--sage-pale);
}

.product-audience span {
  color: var(--forest);
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.product-audience p {
  margin: 20px 0 0;
}

.product-detail-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(420px, 0.7fr);
  gap: 100px;
}

.benefit-list {
  margin: 40px 0 0;
  padding: 0;
  list-style: none;
}

.benefit-list li {
  padding: 22px 0 22px 44px;
  position: relative;
  border-top: 1px solid var(--line);
}

.benefit-list li::before {
  content: "✓";
  position: absolute;
  left: 4px;
  color: var(--forest);
  font-weight: 700;
}

.study-panel {
  padding: 46px;
  background: var(--forest);
  color: #fff;
}

.study-panel ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

.study-panel li {
  display: grid;
  grid-template-columns: 48px 1fr;
  gap: 16px;
  padding: 20px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.22);
}

.study-panel li span {
  color: var(--sage);
  font-family: var(--font-display), Georgia, serif;
  font-size: 1.5rem;
}

.image-interior-hero {
  min-height: 690px;
  position: relative;
  display: flex;
  align-items: center;
  overflow: hidden;
  color: #fff;
}

.image-interior-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(9, 44, 36, 0.92), rgba(9, 44, 36, 0.7) 45%, rgba(9, 44, 36, 0.12));
}

.image-interior-hero > img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.image-interior-hero .container {
  position: relative;
  z-index: 2;
}

.image-interior-copy {
  max-width: 850px;
}

.image-interior-copy h1 {
  font-size: clamp(4rem, 6.8vw, 7rem);
}

.image-interior-copy > p:last-child {
  max-width: 660px;
  color: rgba(255, 255, 255, 0.76);
  font-size: 1.08rem;
}

.health-solution-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.health-solution-grid article {
  display: flex;
  flex-direction: column;
  padding: 42px 38px;
  border: 1px solid var(--line);
  background: var(--paper);
}

.health-solution-grid article > span {
  color: var(--sage);
  font-family: var(--font-display), Georgia, serif;
  font-size: 2rem;
}

.health-solution-grid h3 {
  min-height: 2.15em;
  margin-top: 72px;
  font-family: var(--font-display), Georgia, serif;
  font-size: 2.1rem;
  line-height: 1.05;
}

.health-solution-grid p {
  min-height: 6.4em;
  color: var(--muted);
}

.health-solution-grid ul {
  margin: auto 0 0;
  padding: 22px 0 0;
  border-top: 1px solid var(--line);
  list-style: none;
}

.health-solution-grid li {
  padding-block: 6px;
  font-size: 0.86rem;
}

.contact-grid {
  display: grid;
  grid-template-columns: minmax(300px, 0.45fr) minmax(0, 0.85fr);
  align-items: start;
  gap: 90px;
}

.contact-details {
  position: sticky;
  top: 130px;
}

.contact-details h2 {
  margin-bottom: 42px;
}

.contact-line {
  display: grid;
  gap: 4px;
  padding: 20px 0;
  border-top: 1px solid var(--line);
}

.contact-line span {
  color: var(--muted);
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.contact-line a,
.contact-line strong {
  color: var(--forest);
  font-size: 1.05rem;
}

.contact-note {
  margin-top: 30px;
  color: var(--muted);
  font-size: 0.84rem;
}

.contact-note a {
  color: var(--forest);
  font-weight: 700;
}

.about-grid {
  display: grid;
  grid-template-columns: 0.7fr 1.3fr;
  gap: 100px;
}

.values-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  border-top: 1px solid var(--line);
  border-left: 1px solid var(--line);
}

.values-grid article {
  min-height: 270px;
  display: flex;
  flex-direction: column;
  padding: 32px;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.values-grid article > span {
  color: var(--sage);
  font-family: var(--font-display), Georgia, serif;
  font-size: 1.7rem;
}

.values-grid h3 {
  min-height: 2.5em;
  margin-top: 46px;
}

.values-grid p {
  color: var(--muted);
  font-size: 0.87rem;
}

.regulatory-panel {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 90px;
  align-items: center;
}

.regulatory-panel h2 {
  margin-bottom: 0;
}

.regulatory-panel > div:last-child {
  padding-left: 54px;
  border-left: 1px solid rgba(18, 61, 50, 0.25);
}

.legal-layout {
  display: grid;
  grid-template-columns: 250px minmax(0, 800px);
  gap: 90px;
  justify-content: center;
}

.legal-layout > aside {
  color: var(--muted);
  font-size: 0.75rem;
}

.legal-layout > aside strong,
.legal-layout > aside span {
  display: block;
  margin-top: 6px;
}

.legal-layout > aside span {
  margin-top: 30px;
  padding-top: 24px;
  border-top: 1px solid var(--line);
}

.legal-content section {
  padding: 0 0 40px;
  margin-bottom: 40px;
  border-bottom: 1px solid var(--line);
}

.legal-content h2 {
  margin-bottom: 18px;
  color: var(--forest);
  font-family: var(--font-sans), Arial, sans-serif;
  font-size: 1.15rem;
  letter-spacing: 0;
  line-height: 1.35;
}

.legal-content p {
  color: var(--muted);
}

.legal-content a {
  color: var(--forest);
  text-decoration: underline;
}

.lead-form {
  padding: clamp(28px, 5vw, 64px);
  border: 1px solid rgba(18, 61, 50, 0.22);
  background: var(--paper);
  box-shadow: 0 32px 80px rgba(18, 61, 50, 0.08);
}

.form-heading {
  max-width: 700px;
  margin-bottom: 50px;
}

.form-heading h2 {
  margin-bottom: 20px;
  color: var(--forest);
  font-size: clamp(2.4rem, 4vw, 4rem);
}

.form-heading > p:last-child {
  color: var(--muted);
}

.lead-form fieldset {
  margin: 0 0 46px;
  padding: 0;
  border: 0;
}

.lead-form legend {
  width: 100%;
  margin-bottom: 26px;
  padding-bottom: 16px;
  border-bottom: 1px solid var(--line);
  color: var(--forest);
  font-family: var(--font-display), Georgia, serif;
  font-size: 1.9rem;
  font-weight: 600;
}

.lead-form legend span {
  margin-right: 16px;
  color: var(--sage);
}

.form-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 22px;
}

.form-grid label {
  display: grid;
  gap: 8px;
  color: var(--forest-deep);
  font-size: 0.76rem;
  font-weight: 700;
}

.form-grid input,
.form-grid select,
.form-grid textarea {
  width: 100%;
  min-height: 52px;
  border: 1px solid rgba(18, 61, 50, 0.26);
  border-radius: 0;
  background: #fff;
  color: var(--ink);
  padding: 12px 14px;
  font-size: 0.9rem;
  font-weight: 400;
}

.form-grid textarea {
  resize: vertical;
}

.form-grid .span-2 {
  grid-column: 1 / -1;
}

.file-field small {
  color: var(--muted);
  font-size: 0.68rem;
  font-weight: 400;
}

.consent-row {
  display: grid;
  grid-template-columns: 22px 1fr;
  gap: 12px;
  align-items: start;
  color: var(--muted);
  font-size: 0.76rem;
}

.consent-row input {
  width: 18px;
  height: 18px;
  accent-color: var(--forest);
}

.consent-row a {
  color: var(--forest);
  text-decoration: underline;
}

.form-submit {
  width: 100%;
  margin-top: 28px;
}

.form-submit:disabled {
  cursor: wait;
  opacity: 0.7;
}

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

.form-error {
  margin-top: 20px;
  color: #a32727;
  font-size: 0.82rem;
}

.honeypot {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
}

.form-success {
  padding: 70px;
  border: 1px solid var(--sage);
  background: var(--paper);
  text-align: center;
}

.success-mark {
  width: 62px;
  height: 62px;
  display: inline-grid;
  place-items: center;
  margin-bottom: 28px;
  border-radius: 50%;
  background: var(--forest);
  color: #fff;
  font-size: 1.7rem;
}

.form-success h2 {
  color: var(--forest);
  font-size: 3rem;
}

.admin-shell {
  min-height: 70vh;
  padding-block: 90px 130px;
  background: #eef1ed;
}

.admin-heading {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 50px;
  margin-bottom: 48px;
}

.admin-heading h1,
.admin-access-denied h1 {
  margin-bottom: 10px;
  color: var(--forest);
  font-size: clamp(3rem, 5vw, 5rem);
}

.admin-heading > div:first-child > p:last-child {
  color: var(--muted);
  font-size: 0.8rem;
}

.admin-stats {
  display: flex;
  border: 1px solid var(--line);
  background: var(--paper);
}

.admin-stats > div {
  min-width: 112px;
  display: grid;
  padding: 18px 22px;
  border-right: 1px solid var(--line);
}

.admin-stats > div:last-child {
  border-right: 0;
}

.admin-stats strong {
  color: var(--forest);
  font-family: var(--font-display), Georgia, serif;
  font-size: 2rem;
}

.admin-stats span {
  color: var(--muted);
  font-size: 0.66rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.admin-list {
  display: grid;
  gap: 10px;
}

.admin-lead {
  border: 1px solid var(--line);
  background: var(--paper);
}

.admin-lead summary {
  display: grid;
  grid-template-columns: 115px 1.4fr 1fr 110px 160px;
  gap: 18px;
  align-items: center;
  padding: 20px 24px;
  cursor: pointer;
  list-style: none;
}

.admin-lead summary::-webkit-details-marker {
  display: none;
}

.admin-lead summary span,
.admin-lead summary b {
  color: var(--muted);
  font-size: 0.72rem;
}

.admin-lead summary b {
  text-align: right;
}

.status {
  width: max-content;
  padding: 5px 8px;
  background: var(--sage-pale);
  color: var(--forest) !important;
  font-size: 0.6rem !important;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.status-nouvelle {
  background: #e5efe7;
}

.status-en-etude {
  background: #e7e8f4;
  color: #394071 !important;
}

.status-en-attente {
  background: #f1e9d8;
  color: #765f29 !important;
}

.status-traitee,
.status-archivee {
  background: #e5e5e5;
  color: #555 !important;
}

.admin-lead-body {
  display: grid;
  grid-template-columns: 0.65fr 1.2fr 0.8fr;
  gap: 38px;
  padding: 32px 24px;
  border-top: 1px solid var(--line);
  background: #fbfaf6;
}

.admin-contact {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.admin-contact h2 {
  margin-bottom: 12px;
  font-family: var(--font-sans), Arial, sans-serif;
  font-size: 1rem;
  letter-spacing: 0;
  line-height: 1.3;
}

.admin-contact a {
  color: var(--forest);
  font-size: 0.82rem;
}

.admin-contact p {
  margin-top: 18px;
  color: var(--muted);
  font-size: 0.74rem;
}

.admin-details {
  margin: 0;
  columns: 2;
  column-gap: 26px;
}

.admin-details div {
  break-inside: avoid;
  margin-bottom: 14px;
}

.admin-details dt {
  color: var(--muted);
  font-size: 0.6rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.admin-details dd {
  margin: 2px 0 0;
  font-size: 0.76rem;
}

.admin-editor {
  display: grid;
  gap: 14px;
}

.admin-editor label {
  display: grid;
  gap: 6px;
  color: var(--forest);
  font-size: 0.68rem;
  font-weight: 700;
}

.admin-editor select,
.admin-editor textarea {
  width: 100%;
  border: 1px solid var(--line);
  background: #fff;
  padding: 9px;
  font-size: 0.76rem;
}

.admin-access-denied {
  max-width: 760px;
  padding-block: 70px;
}

.admin-access-denied p {
  color: var(--muted);
}

.admin-empty {
  padding: 40px;
  border: 1px solid var(--line);
  background: var(--paper);
  text-align: center;
}

.site-footer {
  padding-top: 90px;
  background: #081f1a;
  color: rgba(255, 255, 255, 0.72);
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.3fr repeat(4, 0.7fr);
  gap: 44px;
  padding-bottom: 70px;
}

.footer-grid > div {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
}

.footer-grid > div:first-child {
  padding-right: 50px;
}

.footer-mark {
  color: #fff;
  font-size: 2.8rem;
}

.footer-grid p {
  margin-bottom: 0;
  font-size: 0.85rem;
}

.footer-grid h2 {
  margin-bottom: 18px;
  color: #fff;
  font-family: var(--font-sans), Arial, sans-serif;
  font-size: 0.7rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.footer-grid a {
  font-size: 0.8rem;
}

.footer-grid a:hover {
  color: #fff;
}

.footer-regulatory {
  margin-top: 22px !important;
  color: var(--sage);
}

.footer-bottom {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  padding-block: 24px;
  border-top: 1px solid rgba(255, 255, 255, 0.15);
  font-size: 0.67rem;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.callback-float {
  position: fixed;
  right: 22px;
  bottom: 24px;
  z-index: 40;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 13px 18px;
  border: 1px solid rgba(255, 255, 255, 0.5);
  background: var(--forest);
  color: #fff;
  box-shadow: 0 12px 38px rgba(9, 44, 36, 0.3);
  font-size: 0.69rem;
  font-weight: 700;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

.callback-float::after {
  content: "→";
  font-size: 1rem;
  line-height: 1;
}

.call-float-mobile {
  display: none;
}

.cookie-banner {
  position: fixed;
  left: 22px;
  right: 22px;
  bottom: 22px;
  z-index: 100;
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 40px;
  align-items: center;
  padding: 26px 30px;
  border: 1px solid var(--sage);
  background: var(--paper);
  box-shadow: var(--shadow);
}

.cookie-banner strong {
  display: block;
  margin-bottom: 7px;
  color: var(--forest);
}

.cookie-banner p {
  max-width: 850px;
  margin-bottom: 3px;
  color: var(--muted);
  font-size: 0.78rem;
}

.cookie-banner a {
  color: var(--forest);
  font-size: 0.7rem;
  font-weight: 700;
  text-decoration: underline;
}

.cookie-actions {
  display: flex;
  gap: 8px;
}

.cookie-manage {
  position: fixed;
  left: 16px;
  bottom: 14px;
  z-index: 39;
  padding: 7px 10px;
  border: 1px solid rgba(18, 61, 50, 0.18);
  background: rgba(255, 254, 250, 0.94);
  color: var(--forest);
  box-shadow: 0 5px 18px rgba(9, 44, 36, 0.12);
  font-size: 0.66rem;
  text-decoration: underline;
  cursor: pointer;
}

@media (max-width: 1180px) {
  .desktop-nav,
  .phone-link {
    display: none;
  }

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

  .nav-actions {
    justify-self: end;
  }

  .mobile-menu {
    display: block;
    grid-column: 3;
    grid-row: 1;
    justify-self: end;
  }

  .nav-actions {
    display: none;
  }

  .mobile-menu summary {
    border: 1px solid var(--forest);
    padding: 9px 14px;
    color: var(--forest);
    font-size: 0.72rem;
    font-weight: 700;
    list-style: none;
    cursor: pointer;
    text-transform: uppercase;
  }

  .mobile-menu[open] nav {
    position: absolute;
    top: 88px;
    left: 0;
    right: 0;
    display: grid;
    padding: 18px 32px 28px;
    border-bottom: 1px solid var(--line);
    background: var(--ivory);
    box-shadow: var(--shadow);
    max-height: calc(100vh - 120px);
    overflow-y: auto;
  }

  .mobile-menu nav a {
    padding: 11px 0;
    border-bottom: 1px solid var(--line);
    font-size: 0.84rem;
  }

  .mobile-menu-label {
    margin-top: 14px;
    padding: 12px 0 5px;
    color: var(--muted);
    font-size: 0.62rem;
    font-weight: 700;
    letter-spacing: 0.13em;
    text-transform: uppercase;
  }

  .mobile-menu-label:first-child {
    margin-top: 0;
  }

  .mobile-menu nav .mobile-menu-primary {
    color: var(--forest);
    font-family: var(--font-display), Georgia, serif;
    font-size: 1.2rem;
    font-weight: 600;
  }

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

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

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

  .footer-grid .footer-information {
    grid-column: 2 / 4;
  }
}

@media (max-width: 820px) {
  .container,
  .narrow {
    width: min(100% - 36px, 1380px);
  }

  .strip-inner {
    justify-content: center;
    text-align: center;
  }

  .strip-inner span:last-child {
    display: none;
  }

  .nav-shell {
    min-height: 76px;
  }

  .brand-name {
    display: none;
  }

  .mobile-menu[open] nav {
    top: 76px;
  }

  .hero,
  .hero-content {
    min-height: 700px;
  }

  .hero::after {
    background:
      linear-gradient(90deg, rgba(9, 44, 36, 0.7), rgba(9, 44, 36, 0.28)),
      linear-gradient(0deg, rgba(9, 44, 36, 0.62), transparent 62%);
  }

  .hero-image img {
    object-position: center;
  }

  .hero h1 {
    font-size: clamp(3.4rem, 15vw, 5.6rem);
    text-shadow: 0 2px 22px rgba(9, 44, 36, 0.34);
  }

  .pathways {
    margin-top: 0;
  }

  .pathway-grid,
  .split-heading,
  .health-grid,
  .interior-hero-grid,
  .product-hero-grid,
  .product-detail-grid,
  .contact-grid,
  .about-grid,
  .regulatory-panel,
  .legal-layout {
    grid-template-columns: 1fr;
  }

  .split-heading,
  .interior-hero-grid,
  .product-hero-grid,
  .product-detail-grid,
  .contact-grid,
  .about-grid,
  .regulatory-panel,
  .legal-layout {
    gap: 42px;
  }

  .pathway {
    min-height: 250px;
    padding: 40px 32px;
  }

  .pathway-number {
    top: 24px;
    right: 32px;
    left: auto;
    opacity: 0.24;
    font-family: var(--font-display), Georgia, serif;
    font-size: 4.5rem;
    font-weight: 500;
    letter-spacing: normal;
    line-height: 0.7;
  }

  .product-grid,
  .sector-grid,
  .process-grid,
  .health-solution-grid,
  .values-grid {
    grid-template-columns: 1fr;
  }

  .product-card {
    min-height: 330px;
  }

  .pathway h2,
  .product-card h3,
  .sector-card h3,
  .process-grid h3,
  .health-solution-grid h3,
  .health-solution-grid p,
  .values-grid h3 {
    min-height: 0;
  }

  .health-image,
  .health-image img {
    min-height: 460px;
    height: 460px;
  }

  .cta-band-inner {
    align-items: flex-start;
    flex-direction: column;
  }

  .image-interior-hero {
    min-height: 640px;
  }

  .image-interior-hero::after {
    background:
      linear-gradient(90deg, rgba(9, 44, 36, 0.68), rgba(9, 44, 36, 0.2)),
      linear-gradient(0deg, rgba(9, 44, 36, 0.48), transparent 64%);
  }

  .contact-details {
    position: static;
  }

  .regulatory-panel > div:last-child {
    padding: 0;
    border-left: 0;
  }

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

  .form-grid .span-2 {
    grid-column: auto;
  }

  .footer-grid {
    grid-template-columns: 1fr 1fr;
    gap: 44px 26px;
  }

  .footer-grid > div:first-child,
  .footer-grid > div:last-child {
    grid-column: 1 / -1;
    padding-right: 0;
  }

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

  .cookie-banner {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .admin-heading {
    align-items: flex-start;
    flex-direction: column;
  }

  .admin-lead summary {
    grid-template-columns: 110px 1fr;
  }

  .admin-lead summary > :nth-child(n + 3) {
    display: none;
  }

  .admin-lead-body {
    grid-template-columns: 1fr;
  }

  .cookie-actions {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }

  .callback-float {
    display: none;
  }

  .call-float-mobile {
    position: fixed;
    right: 12px;
    bottom: max(12px, env(safe-area-inset-bottom));
    z-index: 40;
    display: inline-flex;
    min-height: 50px;
    align-items: center;
    justify-content: center;
    padding: 12px 20px;
    border: 1px solid rgba(255, 255, 255, 0.5);
    border-radius: 999px;
    background: var(--forest);
    color: #fff;
    box-shadow: 0 12px 38px rgba(9, 44, 36, 0.3);
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
  }
}

@media (max-width: 520px) {
  .hero-actions,
  .dark-actions {
    display: grid;
  }

  .hero-trust {
    gap: 14px 22px;
  }

  .section {
    padding-block: 78px;
  }

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

  .footer-grid > div:first-child,
  .footer-grid > div:last-child {
    grid-column: auto;
  }

  .cookie-banner {
    left: 8px;
    right: 8px;
    bottom: 8px;
    padding: 20px;
  }

  .cookie-actions {
    grid-template-columns: 1fr;
  }

}

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

  *,
  *::before,
  *::after {
    transition-duration: 0.01ms !important;
  }
}
