@font-face {
  font-family: "Montserrat";
  src: url("assets/fonts/montserrat-400.ttf") format("truetype");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}

@font-face {
  font-family: "Montserrat";
  src: url("assets/fonts/montserrat-500.ttf") format("truetype");
  font-style: normal;
  font-weight: 500;
  font-display: swap;
}

@font-face {
  font-family: "Montserrat";
  src: url("assets/fonts/montserrat-600.ttf") format("truetype");
  font-style: normal;
  font-weight: 600;
  font-display: swap;
}

@font-face {
  font-family: "Montserrat";
  src: url("assets/fonts/montserrat-700.ttf") format("truetype");
  font-style: normal;
  font-weight: 700;
  font-display: swap;
}

:root {
  --header-blue-top: #215ca4;
  --header-blue-mid: #1b4b85;
  --header-blue-bottom: #081526;
  --cream: #fcf7ee;
  --sage: #d1d5cd;
  --paper: #f3f3f3;
  --ink: #2e3e46;
  --gold: #c49b3f;
  --footer: #000;
  --muted: #8d8d8d;
}

* {
  box-sizing: border-box;
}

html {
  min-width: 1280px;
  scroll-behavior: smooth;
  background: #171717;
}

body {
  margin: 0;
  color: var(--ink);
  background: #171717;
  font-family: "Montserrat", Avenir, "Segoe UI", sans-serif;
  -webkit-font-smoothing: antialiased;
  text-rendering: geometricPrecision;
}

img,
svg {
  display: block;
}

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

a:focus-visible {
  outline: 2px solid #d9b85f;
  outline-offset: 5px;
}

.site-shell {
  width: 100%;
  max-width: 1920px;
  min-width: 1280px;
  margin-inline: auto;
  overflow: hidden;
  background: var(--paper);
}

/* Intro — 264 px at the 1920 px reference width. */
.intro {
  position: relative;
  height: clamp(176px, 13.75vw, 264px);
  color: #fff;
  overflow: hidden;
  text-align: center;
  text-transform: uppercase;
  background: linear-gradient(
    to bottom,
    var(--header-blue-top) 0%,
    var(--header-blue-mid) 50%,
    var(--header-blue-bottom) 100%
  );
  font-family: "Trebuchet MS", Trebuchet, sans-serif;
}

.intro__brand {
  position: absolute;
  top: clamp(39px, 3.28vw, 63px);
  left: 50%;
  margin: 0;
  font-size: clamp(13px, 1.04vw, 20px);
  font-weight: 700;
  font-style: italic;
  letter-spacing: -0.035em;
  text-shadow: 0 2px 1px rgba(0, 0, 0, .5);
  text-transform: none;
  transform: translateX(-50%);
}

.intro__message {
  position: absolute;
  top: clamp(91px, 7.08vw, 136px);
  left: 50%;
  width: 100%;
  transform: translateX(-50%);
}

.intro h1,
.intro__message p {
  margin: 0;
  font-size: clamp(13px, 1.04vw, 20px);
  font-weight: 600;
  line-height: 1.2;
}

.intro__message p {
  margin-top: clamp(19px, 1.46vw, 28px);
}

/* Brand strip. */
.brand-row,
.showcase {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.brand-row {
  position: relative;
  z-index: 3;
  height: clamp(125px, 9.74vw, 187px);
}

.brand-panel {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.brand-panel__link {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.brand-panel--naturoa {
  background: var(--cream);
}

.brand-panel--naturoa img {
  width: clamp(200px, 15.63vw, 300px);
  height: auto;
  transform: translate(
    clamp(37px, 2.86vw, 55px),
    clamp(13px, 1.04vw, 20px)
  );
}

.brand-panel--lemare {
  background: var(--sage);
}

.brand-panel--lemare img {
  position: absolute;
  top: clamp(3px, .21vw, 4px);
  left: calc(50% - clamp(44px, 3.44vw, 66px));
  width: clamp(146px, 11.41vw, 219px);
  height: auto;
  transform: translateX(-50%);
}

/* Two photographic worlds. */
.showcase {
  position: relative;
  z-index: 1;
  height: clamp(377px, 29.43vw, 565px);
}

.naturoa-hero,
.lemare-hero {
  position: relative;
  min-width: 0;
  overflow: hidden;
  isolation: isolate;
}

.naturoa-hero__photo,
.lemare-hero__photo {
  position: absolute;
  inset: 0;
  z-index: -3;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.naturoa-hero__photo {
  object-position: left center;
  transform: translateX(clamp(53px, 4.17vw, 80px));
}

.lemare-hero__photo {
  object-position: center center;
}

.naturoa-hero__veil {
  position: absolute;
  inset: 0 auto 0 0;
  z-index: -2;
  width: 78%;
  background: linear-gradient(
    90deg,
    rgba(255, 255, 255, .94) 0%,
    rgba(255, 255, 255, .9) 38%,
    rgba(255, 255, 255, .74) 55%,
    rgba(255, 255, 255, .5) 69%,
    rgba(255, 255, 255, .28) 80%,
    rgba(255, 255, 255, .12) 89%,
    rgba(255, 255, 255, .04) 94%,
    rgba(255, 255, 255, 0) 100%
  );
}

.naturoa-copy {
  position: absolute;
  top: clamp(95px, 7.45vw, 143px);
  left: clamp(31px, 2.45vw, 47px);
  z-index: 2;
  width: 57.5%;
}

.naturoa-copy h2 {
  width: 120%;
  margin: 0;
  color: #34444b;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(37px, 2.92vw, 56px);
  font-weight: 700;
  letter-spacing: -.035em;
  line-height: .99;
}

.naturoa-copy h2 em {
  color: var(--gold);
  font-weight: 400;
}

.gold-rule {
  display: block;
  width: clamp(54px, 4.43vw, 85px);
  height: 2px;
  margin-top: clamp(14px, 1.15vw, 22px);
  background: var(--gold);
}

.naturoa-copy__lead {
  margin: clamp(13px, 1.04vw, 20px) 0 0;
  color: #39484e;
  font-size: clamp(12px, .99vw, 19px);
  font-weight: 500;
  letter-spacing: -.035em;
  line-height: 1.4;
}

.naturoa-copy__lead span {
  color: var(--gold);
}

.services {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  width: 88%;
  margin-top: clamp(16px, 1.35vw, 26px);
}

.service {
  position: relative;
  min-width: 0;
  padding: 0 clamp(6px, .52vw, 10px);
  color: #34444b;
  text-align: center;
}

.service > a {
  display: block;
}

.service:first-child {
  padding-left: 0;
}

.service:last-child {
  padding-right: 0;
}

.service + .service::before {
  position: absolute;
  top: 4%;
  bottom: 0;
  left: 0;
  width: 1px;
  content: "";
  background: rgba(52, 68, 75, .2);
}

.service__icon {
  width: clamp(25px, 2.08vw, 40px);
  height: clamp(25px, 2.08vw, 40px);
  margin: 0 auto clamp(7px, .52vw, 10px);
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.8;
}

.service h3 {
  min-height: clamp(17px, 1.35vw, 26px);
  margin: 0;
  font-size: clamp(7px, .55vw, 10.5px);
  font-weight: 700;
  line-height: 1.15;
  text-transform: uppercase;
}

.service p {
  margin: clamp(5px, .42vw, 8px) 0 0;
  font-size: clamp(6px, .48vw, 9.2px);
  font-weight: 500;
  line-height: 1.45;
}

.naturoa-cta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 61%;
  height: clamp(35px, 2.76vw, 53px);
  margin-top: clamp(17px, 1.41vw, 27px);
  padding: 0 clamp(16px, 1.3vw, 25px);
  color: #fff;
  background: #314047;
  font-size: clamp(6px, .48vw, 9.2px);
  font-weight: 700;
  letter-spacing: .005em;
  text-transform: uppercase;
}

.naturoa-cta > span:first-child {
  white-space: nowrap;
}

.naturoa-cta__arrow {
  color: #d4ad4e;
  font-family: Georgia, serif;
  font-size: clamp(18px, 1.41vw, 27px);
  font-weight: 400;
}

.lemare-hero__shade {
  position: absolute;
  inset: 0 auto 0 0;
  width: 35%;
  background: linear-gradient(90deg, rgba(26, 49, 23, .26), rgba(26, 49, 23, 0));
}

.lemare-menu {
  position: absolute;
  top: clamp(46px, 3.59vw, 69px);
  left: clamp(50px, 3.91vw, 75px);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  color: #fff;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(14px, 1.09vw, 21px);
  line-height: 1.86;
  text-transform: uppercase;
  text-shadow: 0 1px 6px rgba(0, 0, 0, .24);
}

.lemare-menu a {
  display: block;
}

/* Statement strip. */
.statement {
  display: grid;
  height: clamp(92px, 7.19vw, 138px);
  place-items: center;
  background: var(--paper);
  text-align: center;
  text-transform: uppercase;
}

.statement p {
  margin: 0;
  color: #090909;
  font-size: clamp(13px, 1.04vw, 20px);
  font-weight: 500;
  letter-spacing: -.025em;
}

/* Fully rebuilt footer — no rasterized screenshot. */
.footer {
  height: clamp(340px, 21.875vw, 420px);
  color: #fff;
  background: var(--footer);
}

.footer__inner {
  position: relative;
  width: 100%;
  height: 100%;
}

.other-brands {
  position: absolute;
  top: 50%;
  left: 50%;
  text-align: center;
  transform: translate(-50%, -50%);
}

.other-brands h2 {
  margin: 0;
  font-size: clamp(12px, .89vw, 17px);
  font-weight: 400;
  text-transform: uppercase;
  white-space: nowrap;
}

.other-brands__logos {
  display: flex;
  gap: clamp(46px, 3.65vw, 70px);
  align-items: center;
  justify-content: center;
  margin-top: clamp(25px, 1.98vw, 38px);
}

.other-brands__logos a {
  display: block;
}

.other-brands__logos a:first-child img {
  width: clamp(171px, 13.33vw, 256px);
  height: auto;
}

.other-brands__logos a:last-child img {
  width: clamp(196px, 15.31vw, 294px);
  height: auto;
}

.legacy-orders {
  display: inline-block;
  margin-top: clamp(22px, 1.56vw, 30px);
}

.legacy-orders img {
  width: clamp(227px, 17.71vw, 340px);
  height: auto;
}

@media (prefers-reduced-motion: no-preference) {
  .lemare-menu a,
  .naturoa-cta,
  .legacy-orders {
    transition: color .2s ease, transform .2s ease, background-color .2s ease, filter .2s ease;
  }

  .lemare-menu a:hover {
    color: #ead084;
    transform: translateX(4px);
  }

  .naturoa-cta:hover {
    background: #1b2931;
    transform: translateY(-2px);
  }

  .legacy-orders:hover {
    filter: brightness(1.08);
    transform: translateY(-2px);
  }

}
