:root {
  --bg: #f4efe5;
  --surface: #fffaf1;
  --surface-strong: #eadfcf;
  --ink: #1f241b;
  --muted: #686257;
  --green: #263f2b;
  --green-soft: #6e7f55;
  --brown: #6b4a31;
  --orange: #d46f2c;
  --line: rgba(48, 42, 32, 0.16);
  --shadow: 0 18px 44px rgba(31, 36, 27, 0.12);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--bg);
  font-family: Arial, Helvetica, sans-serif;
  line-height: 1.5;
}

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

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

.site-header {
  position: sticky;
  top: 0;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  min-height: 82px;
  padding: 14px clamp(18px, 4vw, 56px);
  background: rgba(244, 239, 229, 0.94);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(18px);
}

.brand img {
  width: 176px;
  height: auto;
  transition: width 180ms ease;
}

.nav-toggle {
  display: none;
  width: 44px;
  height: 44px;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 5px;
  padding: 0;
  color: var(--green);
  background: transparent;
  border: 1px solid var(--line);
  border-radius: 6px;
  cursor: pointer;
}

.nav-toggle span {
  display: block;
  width: 20px;
  height: 2px;
  background: currentColor;
  border-radius: 999px;
}

nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(14px, 2.4vw, 30px);
  color: var(--muted);
  font-size: 0.93rem;
  font-weight: 800;
}

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

.header-actions {
  display: flex;
  align-items: center;
  gap: 10px;
}

.header-cta,
.header-call,
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 0 18px;
  border-radius: 6px;
  font-weight: 900;
  white-space: nowrap;
}

.header-cta,
.button.primary {
  color: #fff;
  background: var(--orange);
}

.header-call {
  color: var(--green);
  border: 1px solid var(--green-soft);
}

.button.ghost {
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.45);
}

.hero {
  display: grid;
  grid-template-columns: minmax(0, 0.62fr) minmax(300px, 0.38fr);
  gap: clamp(28px, 6vw, 96px);
  align-items: center;
  min-height: calc(100vh - 82px);
  padding: clamp(72px, 12vw, 140px) clamp(18px, 7vw, 100px) 76px;
  color: #fff;
  background:
    linear-gradient(110deg, rgba(28, 48, 33, 0.92), rgba(38, 63, 43, 0.74)),
    radial-gradient(circle at 82% 18%, rgba(212, 111, 44, 0.24), transparent 34%),
    linear-gradient(135deg, #263f2b, #6b4a31);
}

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

.kicker {
  margin: 0 0 12px;
  color: var(--orange);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.hero .kicker {
  color: #f2ba82;
}

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

h1 {
  margin-bottom: 22px;
  font-size: clamp(2.75rem, 7vw, 6.8rem);
  line-height: 0.92;
  letter-spacing: 0;
}

h2 {
  margin-bottom: 14px;
  font-size: clamp(2rem, 4vw, 4rem);
  line-height: 1;
  letter-spacing: 0;
}

h3 {
  margin-bottom: 10px;
  font-size: 1.3rem;
  line-height: 1.16;
}

.hero-copy > p {
  max-width: 650px;
  color: rgba(255, 255, 255, 0.84);
  font-size: clamp(1.06rem, 1.9vw, 1.26rem);
}

.hero-copy > p + p {
  margin-top: -4px;
  font-size: 1rem;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 30px;
}

.hero-image {
  margin: 0;
}

.hero-image img {
  width: min(100%, 520px);
  margin-left: auto;
  border-radius: 8px;
  box-shadow: 0 28px 70px rgba(0, 0, 0, 0.34);
}

.intro-band {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  background: var(--surface);
  border-bottom: 1px solid var(--line);
}

.intro-band article {
  padding: clamp(24px, 4vw, 48px);
  border-right: 1px solid var(--line);
}

.intro-band article:last-child {
  border-right: 0;
}

.intro-band span {
  display: block;
  margin-bottom: 36px;
  color: var(--orange);
  font-weight: 900;
}

.intro-band h2 {
  font-size: clamp(1.45rem, 2.5vw, 2.35rem);
}

.intro-band p,
.partner-band p,
.partner-list span,
.section-heading p,
.split p,
.product-card p,
.contact p,
.toolbar p,
.parcours-copy p {
  color: var(--muted);
}

.partner-band {
  display: grid;
  grid-template-columns: minmax(280px, 0.42fr) minmax(300px, 0.58fr);
  gap: clamp(28px, 6vw, 76px);
  padding: clamp(54px, 8vw, 92px) clamp(18px, 7vw, 100px);
  background: var(--bg);
  border-bottom: 1px solid var(--line);
}

.partner-band h2 {
  font-size: clamp(1.8rem, 3.2vw, 3rem);
}

.partner-list {
  display: grid;
  gap: 12px;
}

.partner-list article {
  display: grid;
  gap: 4px;
  padding: 18px 0;
  border-bottom: 1px solid var(--line);
}

.partner-list strong {
  color: var(--green);
  font-size: 1.1rem;
}

.section {
  padding: clamp(62px, 9vw, 118px) clamp(18px, 4vw, 56px);
}

.section.muted {
  background: var(--surface-strong);
}

.section-heading {
  display: grid;
  grid-template-columns: minmax(280px, 0.66fr) minmax(260px, 0.34fr);
  gap: 28px;
  align-items: end;
  max-width: 1220px;
  margin: 0 auto 32px;
}

.section-heading .kicker {
  grid-column: 1 / -1;
  margin-bottom: -18px;
}

.toolbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  max-width: 1220px;
  margin: 0 auto 22px;
}

.filters {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.filters button {
  min-height: 38px;
  padding: 0 14px;
  color: var(--green);
  background: transparent;
  border: 1px solid var(--line);
  border-radius: 999px;
  cursor: pointer;
  font-weight: 800;
}

.filters button.is-active {
  color: #fff;
  background: var(--green);
  border-color: var(--green);
}

.product-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
  max-width: 1220px;
  margin: 0 auto;
}

.product-card {
  overflow: hidden;
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: var(--shadow);
}

.product-card img {
  width: 100%;
  aspect-ratio: 1;
  object-fit: cover;
  background: #e6dfd0;
}

.product-card > div {
  padding: 18px;
}

.product-card .kicker {
  margin-bottom: 7px;
  font-size: 0.72rem;
}

.text-link {
  color: var(--orange);
  font-weight: 900;
}

.card-actions,
.section-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
  margin-top: 18px;
}

.section-actions.compact {
  margin-top: 22px;
}

.button.mini {
  min-height: 38px;
  padding: 0 14px;
  font-size: 0.9rem;
}

.button.call {
  color: var(--green);
  background: transparent;
  border: 1px solid var(--green-soft);
}

.button.call.inverted {
  color: #fff;
  border-color: rgba(255, 255, 255, 0.52);
}

.split {
  display: grid;
  grid-template-columns: minmax(260px, 0.42fr) minmax(280px, 0.58fr);
  gap: clamp(26px, 6vw, 80px);
  max-width: 1100px;
  margin: 0 auto;
}

.parcours {
  background: #fffaf1;
}

.parcours-layout {
  display: grid;
  grid-template-columns: minmax(280px, 0.34fr) minmax(320px, 0.66fr);
  gap: 24px;
  max-width: 1220px;
  margin: 0 auto;
}

.parcours-copy {
  align-self: start;
  padding: 28px;
  color: #fff;
  background: var(--green);
  border-radius: 8px;
}

.parcours-copy p {
  color: rgba(255, 255, 255, 0.78);
}

.parcours-gallery {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.parcours-gallery img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  border-radius: 8px;
}

.contact {
  padding: clamp(54px, 8vw, 96px) clamp(18px, 8vw, 100px);
  color: #fff;
  background: var(--green);
}

.contact p {
  max-width: 640px;
  color: rgba(255, 255, 255, 0.78);
}

footer {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  padding: 22px clamp(18px, 4vw, 56px);
  color: var(--muted);
  background: var(--surface);
  border-top: 1px solid var(--line);
}

@media (max-width: 1040px) {
  .site-header {
    align-items: flex-start;
    flex-direction: column;
  }

  nav {
    flex-wrap: wrap;
    justify-content: flex-start;
  }

  .header-actions {
    position: absolute;
    top: 18px;
    right: 18px;
  }

  .hero,
  .intro-band,
  .partner-band,
  .section-heading,
  .split,
  .parcours-layout {
    grid-template-columns: 1fr;
  }

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

@media (max-width: 720px) {
  .site-header {
    flex-direction: row;
    align-items: center;
    gap: 10px;
    min-height: 66px;
    padding: 10px 14px;
  }

  .nav-toggle {
    display: inline-flex;
    order: 2;
  }

  .site-header nav {
    order: 4;
    width: 100%;
    padding-top: 8px;
  }

  .header-actions {
    position: static;
    order: 3;
    display: flex;
    gap: 6px;
    margin-left: auto;
  }

  .header-cta,
  .header-call {
    min-height: 38px;
    padding: 0 10px;
    font-size: 0.83rem;
  }

  .brand img {
    width: 148px;
  }

  .site-header.is-at-top:not(.is-menu-open) {
    align-items: flex-start;
    flex-wrap: wrap;
    row-gap: 8px;
    padding: 12px 14px 14px;
  }

  .site-header.is-at-top:not(.is-menu-open) .brand {
    order: 1;
    flex: 0 0 100%;
  }

  .site-header.is-at-top:not(.is-menu-open) .brand img {
    width: 260px;
  }

  .site-header.is-compact {
    min-height: 58px;
    box-shadow: 0 12px 30px rgba(31, 36, 27, 0.1);
  }

  .site-header.is-compact .brand img {
    width: 104px;
  }

  .site-header.is-compact nav {
    display: none;
  }

  .site-header.is-compact.is-menu-open nav {
    display: flex;
  }

  .site-header.is-menu-open {
    align-items: flex-start;
    flex-wrap: wrap;
    row-gap: 8px;
    padding: 12px 14px 14px;
  }

  .site-header.is-menu-open .brand {
    order: 1;
    flex: 0 0 100%;
    padding-top: 0;
  }

  .site-header.is-menu-open .brand img,
  .site-header.is-compact.is-menu-open .brand img {
    width: 220px;
  }

  .site-header.is-menu-open .header-actions {
    order: 3;
    padding-top: 2px;
  }

  .site-header.is-menu-open .nav-toggle {
    order: 2;
  }

  .site-header.is-menu-open nav {
    order: 4;
    gap: 8px;
    padding-top: 12px;
  }

  .site-header.is-menu-open nav a {
    padding: 7px 10px;
    color: var(--green);
    background: rgba(255, 250, 241, 0.68);
    border: 1px solid var(--line);
    border-radius: 6px;
  }

  .hero {
    min-height: 680px;
  }

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

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

  .intro-band article {
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }
}

@media (max-width: 460px) {
  .site-header {
    gap: 8px;
  }

  .brand img {
    width: 128px;
  }

  .site-header.is-at-top:not(.is-menu-open) .brand img {
    width: 236px;
  }

  .site-header.is-compact .brand img {
    width: 92px;
  }

  .site-header.is-compact.is-menu-open .brand img {
    width: 192px;
  }

  .nav-toggle {
    width: 40px;
    height: 40px;
  }

  .header-cta,
  .header-call {
    min-height: 36px;
    padding: 0 8px;
    font-size: 0.76rem;
  }

  .product-grid,
  .parcours-gallery {
    grid-template-columns: 1fr;
  }

  .button {
    width: 100%;
  }
}

@media (max-width: 360px) {
  .brand img {
    width: 110px;
  }

  .site-header.is-at-top:not(.is-menu-open) .brand img {
    width: 208px;
  }

  .site-header.is-compact.is-menu-open .brand img {
    width: 176px;
  }

  .nav-toggle {
    width: 38px;
    height: 38px;
  }

  .header-cta,
  .header-call {
    padding: 0 6px;
    font-size: 0.72rem;
  }
}
