:root {
  --bg: #f5f5f3;
  --panel: #ece9e3;
  --text: #6f706f;
  --heading: #0f4f68;
  --muted: #b6a98f;
  --line: #d4c7b0;
  --logo: #9eb5c8;
  --max: 1440px;
  --serif: "the-seasons", Georgia, "Times New Roman", serif;
  --sans: "brandon-grotesque", Arial, Helvetica, sans-serif;
  --shadow: 0 0 0 1px rgba(212, 199, 176, 0.12);
}

* { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  margin: 0;
  background: var(--bg);
  color: var(--text);
  font-family: var(--sans);
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

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

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

.page {
  width: 100%;
  overflow-x: clip;
  position: relative;
}

.container {
  width: min(100%, var(--max));
  margin: 0 auto;
  position: relative;
}

.top-shell {
  position: relative;
  min-height: 760px;
  background:
    linear-gradient(to right, #f6f6f5 0 36%, var(--panel) 36% 100%);
}

.site-header {
  width: min(100%, var(--max));
  margin: 0 auto;
  padding: 48px 56px 0;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  position: relative;
  z-index: 5;
}

.logo-mark {
  width: 180px;
  color: var(--logo);
}

.logo-mark img {
  width: 100%;
  height: auto;
  display: block;
}

.nav {
  display: flex;
  align-items: center;
  gap: 42px;
  font-size: 15px;
  color: #54595a;
  padding-top: 8px;
/*  letter-spacing: 0.04em;
  text-transform: uppercase; */
}

.nav a:hover {
  color: var(--heading);
}

.menu-toggle {
  border: 0;
  background: transparent;
  font-size: 24px;
  line-height: 1;
  color: #9aa5a7;
  cursor: pointer;
  padding: 0;
  margin-left: 6px;
  display: none;
}

.hero {
  width: min(100%, var(--max));
  margin: 18px auto 0;
  padding: 0 56px 52px;
  display: grid;
  grid-template-columns: minmax(420px, 1.08fr) minmax(360px, 0.92fr);
  align-items: start;
  column-gap: 88px;
  position: relative;
}

.hero-media {
  position: relative;
  margin-top: 78px;
}

.hero-image {
  width: 100%;
  aspect-ratio: 1.58 / 1;
  min-height: 350px;
  object-fit: cover;
  box-shadow: var(--shadow);
}

.dot-grid {
  position: absolute;
  width: 154px;
  height: 132px;
  background-image: radial-gradient(circle, rgba(205, 190, 160, 0.75) 1.7px, transparent 1.8px);
  background-size: 18px 18px;
  opacity: 0.72;
  pointer-events: none;
}

.dot-grid.hero-dots {
  right: 20px;
  bottom: -74px;
}

.hero-copy {
  padding-top: 72px;
  max-width: 520px;
  position: relative;
  z-index: 2;
}

h1, h2, h3 {
  margin: 0;
  font-family: var(--serif);
  color: var(--heading);
  font-weight: 400;
  letter-spacing: 0.02em;
}

h1 {
  font-size: clamp(28px, 3vw, 38px);
  line-height: 1.02;
  text-transform: uppercase;
  margin-bottom: 14px;
  font-weight: 700 !important;
}

.hero-subtitle {
  font-family: var(--serif);
  color: var(--heading);
  font-size: clamp(20px, 1.2vw, 25px);
  line-height: 1.3;
  margin-bottom: 34px;
	font-weight: 400;
}

.hero-copy p,
.innovation-copy p {
  margin: 0 0 14px;
  font-size: clamp(18px, 0.8vw, 24px);
  line-height: 1.55;
  color: #76726c;
	font-weight: 400;
}

.hero-copy p:last-child,
.innovation-copy p:last-child {
  margin-bottom: 0;
}

.benefits {
  padding: 96px 56px 88px;
  text-align: center;
}

.section-title {
  font-size: clamp(44px, 2.3vw, 58px);
  line-height: 1.02;
  text-transform: uppercase;
  margin-bottom: 36px;
}

.benefit-grid {
  max-width: 900px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 32px;
  align-items: start;
}

.benefit-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
}

.icon-circle {
  width: 66px;
  height: 66px;
  border-radius: 50%;
  border: 1.5px solid rgba(185, 168, 130, 0.95);
  position: relative;
  display: grid;
  place-items: center;
  color: var(--muted);
  font-size: 10px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  overflow: hidden;
  background: rgba(255,255,255,0.35);
}

.icon-circle img {
  width: 56px;
  height: 56px;
  object-fit: contain;
}

.benefit-item h3 {
  font-size: 15px;
  line-height: 1.2;
  max-width: 180px;
  text-transform: none;
	font-weight: 700;
}

.innovation-band {
  background: linear-gradient(to right, var(--panel) 0 64%, transparent 64% 100%);
  min-height: 520px;
  position: relative;
}

.innovation {
  width: min(100%, var(--max));
  margin: 0 auto;
  padding: 52px 56px 88px;
  display: grid;
  grid-template-columns: minmax(290px, 0.9fr) minmax(420px, 1.1fr);
  gap: 56px;
  align-items: center;
  position: relative;
}

.innovation-copy {
  max-width: 440px;
  padding-left: 58px;
  padding-top: 8px;
}

.innovation-copy .section-title {
  margin-bottom: 14px;
  font-size: clamp(30px, 2.3vw, 45px);
	font-weight: 700;
}

.innovation-lead {
  font-family: var(--serif);
  color: var(--heading);
  font-size: clamp(16px, 1.2vw, 22px);
  line-height: 1.28;
  margin-bottom: 18px;
}

.innovation-media {
  position: relative;
  display: grid;
  grid-template-columns: 1fr 0.82fr;
  gap: 24px;
  align-items: stretch;
  padding-top: 24px;
}

.innovation-media .dot-grid {
  left: 56px;
  top: -66px;
  z-index: 10;
}

.innovation-image {
  position: relative;
  height: clamp(280px, 35vw, 420px);
  z-index: 1;
  width: 100%;
  
  box-shadow: var(--shadow);
  overflow: hidden;
}

.content-image-innov { height: 100%; width: auto; object-fit: cover; display: block;}
/*
.innovation-image.large {
  aspect-ratio: 0.83 / 1;
  min-height: 420px;
}

.innovation-image.small {
  aspect-ratio: 0.68 / 1;
  min-height: 420px;
}
*/
.footer {
  margin-top: 86px;
  background: transparent;
}

.footer-top {
  background: var(--panel);
  padding: 14px 30px;
}

.footer-links {
  width: min(100%, 760px);
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 28px;
  color: #5e5f5e;
  font-size: 12px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.footer-links span {
  color: #b59e71;
  font-size: 14px;
  line-height: 1;
}

.footer-bottom {
  padding: 30px 20px 39px;
  text-align: center;
}

.footer-logo {
  color: var(--logo);
  display: inline-flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 14px;
}

.footer-logo img {
  max-height: 42px;
  width: auto;
}

.footer-meta {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 14px;
  flex-wrap: wrap;
  font-size: 12px;
  color: var(--heading);
  letter-spacing: 0.02em;
	padding-top: 16px;
}

.footer-meta span.sep {
  color: #b59e71;
}

@media (max-width: 1100px) {
  .site-header,
  .hero,
  .benefits,
  .innovation {
    padding-left: 32px;
    padding-right: 32px;
  }

  .top-shell {
    min-height: auto;
    background: linear-gradient(to bottom, #f6f6f5 0 56%, var(--panel) 56% 100%);
  }

  .hero {
    grid-template-columns: 1fr;
    row-gap: 28px;
  }

  .hero-media {
    margin-top: 22px;
    order: 2;
  }

  .hero-copy {
    padding-top: 20px;
    max-width: 760px;
    order: 1;
  }

  .benefit-grid {
    grid-template-columns: repeat(2, 1fr);
    max-width: 660px;
  }

  .innovation-band {
    background: var(--panel);
  }

  .innovation {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .innovation-copy {
    max-width: 760px;
    padding-left: 0;
  }

  .innovation-media {
    max-width: 760px;
    width: 100%;
  }
}

@media (max-width: 760px) {
  .site-header {
    padding-top: 26px;
    align-items: center;
  }

  .logo-mark {
    width: 130px;
  }

  .nav {
    position: absolute;
    right: 20px;
    top: 76px;
    display: none;
    flex-direction: column;
    align-items: flex-start;
    gap: 14px;
    background: rgba(255,255,255,0.94);
    border: 1px solid rgba(180, 168, 143, 0.28);
    padding: 16px 16px 18px;
    border-radius: 12px;
    box-shadow: 0 12px 32px rgba(0,0,0,0.06);
  }

  .nav.is-open {
    display: flex;
  }

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

  .hero,
  .benefits,
  .innovation,
  .site-header {
    padding-left: 20px;
    padding-right: 20px;
  }

  .hero {
    margin-top: 10px;
    padding-bottom: 42px;
  }

  .hero-image,
  .innovation-image.large,
  .innovation-image.small {
    min-height: 350px;
  }

  h1 {
    font-size: clamp(26px, 7vw, 38px);
    line-height: 1.02;
    margin-bottom: 10px;
  }

  .section-title {
    font-size: clamp(22px, 6vw, 32px);
    margin-bottom: 24px;
  }

  .hero-subtitle,
  .innovation-lead {
    font-size: clamp(13px, 4vw, 18px);
    line-height: 1.28;
  }

  .hero-subtitle {
    margin-bottom: 24px;
  }

  .hero-copy p,
  .innovation-copy p {
    font-size: 15px;
    line-height: 1.5;
    margin-bottom: 12px;
  }

  .benefits {
    padding-top: 68px;
    padding-bottom: 62px;
  }

  .benefit-grid {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .benefit-item {
    gap: 10px;
  }

  .innovation {
    padding-top: 38px;
    padding-bottom: 58px;
  }

  .innovation-media {
    grid-template-columns: 1fr;
   /* gap: 18px; */
  }
	
 .content-image-innov { 
	 height: auto; width: 100%; object-fit: cover; display: block;}

  .innovation-image.small {
    aspect-ratio: 0.9 / 1;
	  display: none;
  }

  .dot-grid.hero-dots {
    right: 8px;
    bottom: -58px;
    transform: scale(0.86);
    transform-origin: bottom right;
  }

  .innovation-media .dot-grid {
    left: 60%;
    top: -32px;
    transform: scale(0.80);
    transform-origin: top left;
  }

  .footer-links {
    gap: 10px;
    flex-wrap: wrap;
    font-size: 9px;
  }

  .footer-meta {
    gap: 8px;
    font-size: 9px;
  }
}