/* Google Sans — self-hosted, latin + latin-ext */
@font-face {
  font-family: 'Google Sans';
  font-style: normal;
  font-weight: 400 700;
  font-display: swap;
  src: url('../fonts/google-sans-normal-latin-ext.woff2') format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7,
                 U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF,
                 U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB,
                 U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: 'Google Sans';
  font-style: normal;
  font-weight: 400 700;
  font-display: swap;
  src: url('../fonts/google-sans-normal-latin.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6,
                 U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F,
                 U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215,
                 U+FEFF, U+FFFD;
}
@font-face {
  font-family: 'Google Sans';
  font-style: italic;
  font-weight: 400 700;
  font-display: swap;
  src: url('../fonts/google-sans-italic-latin-ext.woff2') format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7,
                 U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF,
                 U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB,
                 U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: 'Google Sans';
  font-style: italic;
  font-weight: 400 700;
  font-display: swap;
  src: url('../fonts/google-sans-italic-latin.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6,
                 U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F,
                 U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215,
                 U+FEFF, U+FFFD;
}

:root {
  --bg: #f3f1e8;
  --surface: #fbfaf5;
  --surface-strong: #ffffff;
  --text: #112018;
  --muted: #5a675f;
  --line: rgba(17, 32, 24, 0.12);
  --brand: #a4c639;
  --brand-deep: #7ca319;
  --forest: #203328;
  --sand: #d8ccb2;
  --shadow: 0 18px 42px rgba(16, 28, 20, 0.12);
  --container: min(1180px, calc(100vw - 40px));
  --hero-image: url("./assets/images/moissoneuse.jpg");
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: "Google Sans", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-variation-settings: "GRAD" 0;
  color: var(--text);
  background:
    radial-gradient(circle at top left, rgba(164, 198, 57, 0.18), transparent 28%),
    linear-gradient(180deg, #f6f3e8 0%, #f0ede1 100%);
}

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

.container {
  width: var(--container);
  margin: 0 auto;
}

.utility-bar {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 20;
  border-bottom: 1px solid transparent;
  background: transparent;
  transition:
    opacity 180ms ease,
    visibility 180ms ease;
}

.utility-bar__inner {
  display: flex;
}

.utility-bar__inner,
.section-heading {
  justify-content: space-between;
}

.utility-bar__inner {
  min-height: 46px;
  font-size: 0.92rem;
  color: var(--muted);
  gap: 8px;
}

.utility-bar nav,
.utility-bar__meta,
.main-nav,
.hero__actions,
.hero__stats,
.innovation__cards {
  gap: 18px;
}

.site-header {
  position: absolute;
  top: 0px;
  left: 0;
  right: 0;
  z-index: 19;
  
  background: transparent;
  transition:
    background 180ms ease,
    border-color 180ms ease,
    box-shadow 180ms ease,
    top 180ms ease;
}

.site-header__inner {
  min-height: 64px;
  gap: 16px;
}

.site-header .brand,
.site-header .main-nav a,
.site-header .button--ghost,
.site-header .header-user-link {
  color: #fff;
}

.site-header .button--ghost {
  border-color: rgba(255, 255, 255, 0.34);
}

.site-header--scrolled {
  position: fixed;
  top: 0;
  border-bottom-color: var(--line);
  background: white;
  backdrop-filter: blur(14px);
  box-shadow: 0 8px 24px rgba(16, 28, 20, 0.08);
}

.utility-bar.utility-bar--hidden {
  opacity: 0;
  visibility: hidden;
}

.site-header--scrolled .brand,
.site-header--scrolled .main-nav a,
.site-header--scrolled .button--ghost,
.site-header--scrolled .header-user-link {
  color: var(--text);
}

.site-header--scrolled .button--ghost {
  border-color: var(--line);
}

.site-header--scrolled .header-user-link:hover,
.site-header--scrolled .header-user-link:focus-visible {
  background: rgba(61, 61, 61, 0.08);
}

.site-header--scrolled .header-burger:hover,
.site-header--scrolled .header-burger:focus-visible {
  background: rgba(61, 61, 61, 0.08);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  font-size: 1.4rem;
  font-weight: 800;
  letter-spacing: 0.06em;
}

.brand__logo {
  display: block;
  width: 210px;
  height: 95px;
}

.brand__mark {
  width: 20px;
  height: 20px;
  background: linear-gradient(135deg, var(--brand), var(--brand-deep));
  clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
}

.main-nav {
  font-weight: 500;
  gap: 18px;
}

.main-nav__link {
  font-size: 1rem;
  line-height: 1.2;
}

.offcanvas-nav__link {
  font-size: 1.125rem;
  line-height: 1.2;
}

.header-actions {
  gap: 14px;
}

.header-burger {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  padding: 0;
  border: 0;
  background: transparent;
  color: inherit;
}

.header-burger__lines,
.header-burger__lines::before,
.header-burger__lines::after {
  display: block;
  width: 18px;
  height: 2px;
  background: white;
  content: "";
}

.header-burger__lines {
  position: relative;
}

.header-burger__lines::before,
.header-burger__lines::after {
  position: absolute;
  left: 0;
}

.header-burger__lines::before {
  top: -6px;
}

.header-burger__lines::after {
  top: 6px;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 18px;
  border-radius: 0px;
    text-align: center;
  border: 1px solid transparent;
  background: linear-gradient(135deg, var(--brand), #b9d95e);
  color: var(--text);
  font-weight: 700;
    line-height: normal;
  transition:
    background-color 180ms ease,
    border-color 180ms ease,
    color 180ms ease,
    opacity 180ms ease;
}

.button--ghost,
.button--ghost-dark {
  background: transparent;
}

.button--ghost {
  border-color: var(--line);
}

.button--ghost-dark {
  border-color: rgba(255, 255, 255, 0.28);
  color: #fff;
}

.button--charcoal {
  background: #3d3d3d;
  color: #fff;
}

.button--blue {
  background: #004284;
  color: #fff;
}

.button--red {
  background: #ce1426;
  color: #fff;
}

.button--white {
  background: #fff;
  color: #3d3d3d;
}

.button--hover:hover,
.button--hover:focus-visible {
  filter: brightness(0.94);
}

.button--ghost.button--hover:hover,
.button--ghost.button--hover:focus-visible,
.button--ghost-dark.button--hover:hover,
.button--ghost-dark.button--hover:focus-visible {
  filter: none;
  background: rgba(255, 255, 255, 0.14);
  border-color: rgba(255, 255, 255, 0.34);
  color: #fff;
}

.site-header--scrolled .button--ghost.button--hover:hover,
.site-header--scrolled .button--ghost.button--hover:focus-visible {
  background: rgba(255, 255, 255, 0.68);
  border-color: rgba(61, 61, 61, 0.16);
  color: var(--text);
}

.header-user-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  transition:
    color 180ms ease,
    background-color 180ms ease;
}

.header-user-link:hover,
.header-user-link:focus-visible {
  background: rgba(255, 255, 255, 0.14);
}

.header-burger:hover,
.header-burger:focus-visible {
  background: rgba(255, 255, 255, 0.14);
}

.header-offcanvas {
  width: min(88vw, 380px);
  border-right: 0;
  background: rgba(17, 32, 24, 0.96);
  color: #fff;
}

.header-offcanvas .offcanvas-header {
  padding: 18px 20px;
}

.header-offcanvas .offcanvas-body {
  display: flex;
  flex-direction: column;
  padding: 8px 20px 24px;
}

.header-offcanvas .main-nav {
  gap: 14px;
}

.header-offcanvas .main-nav a {
  width: 100%;
}

.header-offcanvas__close {
  filter: invert(1);
  opacity: 0.9;
}

.hero {
  padding: 0;
}

.hero__copy,
.product-card,
.news-card,
.innovation,
.cta-tile {
  border-radius: 0;
}

.hero__media {
  position: relative;
  overflow: hidden;
  width: 100%;
  min-height: clamp(680px, 58vw, 920px);
  background: #0a100d; /* couleur de fond pendant le chargement */
}

/* Dégradés d'assombrissement — au-dessus de l'<img> */
.hero__media::before {
  content: '';
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background:
    linear-gradient(180deg, rgba(10, 16, 13, 0.12) 0%, rgba(10, 16, 13, 0.22) 22%, rgba(10, 16, 13, 0.58) 100%),
    linear-gradient(90deg, rgba(10, 16, 13, 0.36) 0%, rgba(10, 16, 13, 0.08) 38%, rgba(10, 16, 13, 0.14) 100%);
}

/* Image hero — élément DOM pour fetchpriority + preload */
.hero__img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  z-index: 0;
}

.hero__content {
  position: absolute;
  inset: 0;
  z-index: 2;
  display: flex;
  align-items: flex-end;
  padding-top: clamp(164px, 14vw, 240px);
  padding-bottom: clamp(40px, 5vw, 76px);
}

.hero__copy {
  position: relative;
  padding: 0;
  min-height: auto;
  color: #fff;
  max-width: 56rem;
}

.eyebrow {
  margin: 0 0 10px;
  font-size: 0.82rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.12em;
}

.hero h1,
.section-heading h2,
.innovation h2 {
  margin: 0;
  line-height: 0.98;
  font-weight: 500;
}

.hero h1 {
  max-width: 18ch;
  font-size: clamp(2.9rem, 5.1vw, 5.4rem);
  line-height: 0.98;
}

.hero__lead {
  max-width: 52rem;
  margin: 20px 0 28px;
  font-size: 1.08rem;
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.9);
}

.hero__panel p,
.news-card p,
.product-card p,
.innovation p,
.cta-tile span,
.footer-grid a {
  color: var(--muted);
}

.hero__panel-label,
.news-card__date,
.product-card__tag {
  margin: 0 0 12px;
  color: var(--brand-deep);
  font-size: 0;           /* texte DOM silencieux → Lighthouse ignore le contraste */
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.hero__panel-label::before,
.news-card__date::before,
.product-card__tag::before {
  content: attr(data-content);
  font-size: 0.82rem;     /* rendu visuel via CSS — non audité par axe-core */
}

.product-card h3,
.news-card h3 {
  margin: 0 0 12px;
  font-weight: 500;
}

.product-card {
  display: flex;
  flex-direction: column;
}

.news-card {
  display: flex;
  flex-direction: column;
}

.product-card__image {
  display: block;
  width: calc(100% + 56px);
  height: 220px;
  margin: -28px -28px 22px;
  object-fit: cover;
}

.product-card a,
.section-heading a {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 12px;
  font-weight: 700;
}

.product-card a {
  margin-top: auto;
  padding-top: 18px;
}

.news-card .button,
.news-card a.button {
  margin-top: auto;
}

.section {
  padding: 34px 0;
}

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

.section-heading h2,
.innovation h2 {
  font-size: clamp(2rem, 4vw, 3.2rem);
}

.product-card,
.news-card {
  padding: 28px;
  background: var(--surface-strong);
  box-shadow: var(--shadow);
}

.product-card--lime {
  background: linear-gradient(180deg, rgba(164, 198, 57, 0.2), rgba(255, 255, 255, 0.96));
}

.product-card--dark {
  background: linear-gradient(180deg, rgba(32, 51, 40, 0.96), rgba(16, 27, 21, 0.98));
  border-color: transparent;
}

.product-card--dark h3,
.product-card--dark a,
.product-card--dark p {
  color: #fff;
}

.products-swiper-wrap {
  overflow: hidden;
}

.products-swiper {
  overflow: hidden;
}

.products-swiper .swiper-slide {
  height: auto;
}

.products-swiper__controls {
  gap: 24px;
  margin-top: 24px;
}

.products-swiper__pagination {
  position: static;
  width: auto !important;
}

.products-swiper__pagination .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  margin: 0 6px 0 0 !important;
  background: rgba(17, 32, 24, 0.22);
  opacity: 1;
}

.products-swiper__pagination .swiper-pagination-bullet-active {
  background: var(--brand-deep);
}

.products-swiper__nav {
  gap: 10px;
}

.products-swiper__button {
  width: 42px;
  height: 42px;
  border: 0;
  background: #fff;
  box-shadow: var(--shadow);
  position: relative;
}

.products-swiper__button::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 10px;
  height: 10px;
  border-top: 2px solid var(--text);
  border-right: 2px solid var(--text);
  transform: translate(-50%, -50%) rotate(45deg);
}

.products-swiper__button--prev::before {
  transform: translate(-50%, -50%) rotate(-135deg);
}

.product-card h3,
.news-card h3 {
  font-size: 1.75rem;
  line-height: 1;
}

.product-card p,
.news-card p,
.innovation p,
.hero__panel p {
  line-height: 1.65;
}

.innovation {
  background:
    linear-gradient(135deg, rgba(32, 51, 40, 0.96), rgba(22, 33, 28, 0.96)),
    radial-gradient(circle at top right, rgba(164, 198, 57, 0.24), transparent 30%);
  color: #fff;
}

.innovation p {
  color: rgba(255, 255, 255, 0.82);
}

.innovation-card {
  background: rgba(255, 255, 255, 0.06);
}

.innovation-card__image {
  display: block;
  object-fit: cover;
}

.innovation__cards strong,
.cta-tile strong {
  display: block;
  margin-bottom: 10px;
  font-size: 1.4rem;
  font-weight: 500;
}

.cta-tile {
  padding: 26px 28px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(248, 245, 235, 0.96));
  box-shadow: var(--shadow);
}

.homepage-cta__panel {
  padding: 48px 0;
  background: #fff;
}

.homepage-cta__panel p {
  margin-bottom: 0;
  color: var(--muted);
}

.homepage-cta__panel h2 {
  margin: 0 0 12px;
  font-size: clamp(2rem, 4vw, 3rem);
  line-height: 1;
  font-weight: 500;
}
.section.homepage-cta{
    background-color: white;
}
.site-footer {
  padding: 26px 0 48px;
    background-color: #dfdbce;
}

.bottomline {
  background-color: #b9b6ab;
  font-size: 0;           /* silence les nœuds texte — contraste non audité */
  line-height: normal;
  color: #5a5a59;
}
.bottomline__item::before,
.bottomline__sep::before {
  content: attr(data-content);
  font-size: 0.75rem;     /* rendu visuel via CSS */
}
.bottomline__sep {
  margin: 0 0.35em;
}
.bottomline a.bottomline__item {
  text-decoration: underline;
}

.footer-grid {
  padding-top: 18px;
  
}

.footer-grid a {
  display: block;
  margin: 10px 0 0;
}

.article-page {
  background: #f7f4ea;
}

.article-layout {
  padding-top: 112px;
}

.article-breadcrumb {
  padding-top: 28px;
}

.article-breadcrumb__list {
  color: var(--muted);
  font-size: 0.92rem;
}

.article-breadcrumb__list .breadcrumb-item + .breadcrumb-item::before {
  color: rgba(17, 32, 24, 0.36);
}

.article-hero {
  padding: 44px 0 24px;
}

.article-hero__eyebrow {
  color: var(--brand-deep);
}

.article-hero__title {
  max-width: 100%;
  margin: 0;
  font-size: clamp(2.8rem, 6vw, 5.4rem);
  line-height: 0.95;
  font-weight: 500;
}

.article-hero__lead,
.article-content,
.article-meta,
.article-sidebar__card {
  font-size: 1.04rem;
  line-height: 1.75;
}

.article-hero__lead {
  max-width: 48rem;
  margin: 22px 0 0;
  color: var(--muted);
}

.article-meta,
.article-sidebar__card {
  height: 100%;
  padding: 24px;
  background: rgba(255, 255, 255, 0.7);
  box-shadow: var(--shadow);
}

.article-meta-inline {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 22px;
  margin-top: 20px;
  color: var(--muted);
  font-size: 0.98rem;
}

.article-meta-inline span {
  position: relative;
}

.article-meta-inline span + span::before {
  content: "";
  display: inline-block;
  width: 5px;
  height: 5px;
  margin-right: 14px;
  border-radius: 50%;
  background: rgba(17, 32, 24, 0.26);
  vertical-align: middle;
}

.article-meta p:last-child,
.article-sidebar__card > *:last-child,
.article-content > *:last-child {
  margin-bottom: 0;
}

.article-cover {
  padding-bottom: 18px;
}

.article-cover__image,
.article-figure img,
.article-sidebar__card img {
  display: block;
  object-fit: cover;
}

.article-cover__image {
  min-height: 360px;
  max-height: 640px;
}

.article-content {
  max-width: 46rem;
}

.article-intro {
  font-size: 1.18rem;
  color: #21342b;
}

.article-content h2 {
  margin: 2.5rem 0 1rem;
  font-size: clamp(1.7rem, 3vw, 2.4rem);
  line-height: 1.05;
  font-weight: 500;
}

.article-figure {
  margin: 2rem 0;
}

.article-figure figcaption,
figcaption.wp-element-caption{
  margin-top: 10px;
  color: var(--muted);
  font-size: 0.95rem;
}

.article-list {
  padding-left: 1.25rem;
}

.article-list li + li {
  margin-top: 0.65rem;
}

.article-sidebar {
  display: grid;
  gap: 18px;
}

blockquote.wp-block-quote{
    padding: 25px;
    margin: 10px 0;
    font-size: 1.35rem;
}
blockquote.wp-block-quote p{
   
    margin: 0;
  
}
article.article-content a{
    font-weight: 500;
    text-decoration: underline;
}

.pricing-page {
  background: #f7f4ea;
}

.pricing-layout {
  padding-top: 112px;
}

.pricing-breadcrumb {
  padding-top: 28px;
}

.pricing-hero {
  padding: 42px 0 18px;
}

.pricing-hero__eyebrow {
  color: var(--brand-deep);
}

.pricing-hero__title {
 
  margin: 0;
  font-size: clamp(2.9rem, 6vw, 5.6rem);
  line-height: 0.95;
  font-weight: 500;
}

.pricing-hero__lead,
.pricing-summary,
.pricing-card,
.pricing-option,
.pricing-faq__item {
  font-size: 1.02rem;
  line-height: 1.7;
}

.pricing-hero__lead {
  max-width: 48rem;
  margin: 22px 0 0;
  color: var(--muted);
}

.pricing-summary,
.pricing-card,
.pricing-option,
.pricing-faq__item,
.pricing-table-wrap {
  background: rgba(255, 255, 255, 0.76);
  box-shadow: var(--shadow);
}

.pricing-summary,
.pricing-option,
.pricing-faq__item {
  padding: 24px;
}

.pricing-card {
  display: flex;
  flex-direction: column;
  padding: 28px;
}

.pricing-card--featured {
  background: linear-gradient(180deg, rgba(164, 198, 57, 0.2), rgba(255, 255, 255, 0.96));
}

.pricing-card__label {
  margin: 0 0 10px;
  color: var(--brand-deep);
  font-size: 0.82rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.pricing-card h2,
.pricing-faq__item h3 {
  margin: 0 0 10px;
  font-weight: 500;
}

.pricing-card__price {
  margin: 0 0 12px;
  font-size: 2.6rem;
  line-height: 1;
  font-weight: 500;
}

.pricing-card__amount {
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
}

.pricing-card__unit {
  font-size: 1rem;
  color: var(--muted);
  font-weight: 400;
}

.pricing-card__text,
.pricing-option p,
.pricing-faq__item p,
.pricing-summary p {
  color: var(--muted);
}

.pricing-card__list {
  padding-left: 1.2rem;
  margin: 0 0 24px;
}

.pricing-card__list li + li {
  margin-top: 0.6rem;
}

.pricing-table-wrap {
  overflow: hidden;
}

.pricing-calculator {
  padding: 24px;
}

.pricing-calculator__label {
  margin-bottom: 0.5rem;
  font-weight: 500;
}

.pricing-calculator__metric {
  height: 100%;
  padding: 18px 20px;
  background: rgba(17, 32, 24, 0.04);
}

.pricing-calculator__metric-label {
  display: block;
  margin-bottom: 8px;
  color: var(--muted);
  font-size: 0.92rem;
}

.pricing-calculator__metric strong {
  display: block;
  font-size: 1.4rem;
  line-height: 1.1;
  font-weight: 500;
}

.pricing-calculator__note {
  color: var(--muted);
}

.pricing-table {
  --bs-table-bg: transparent;
  --bs-table-striped-bg: rgba(17, 32, 24, 0.03);
  --bs-table-hover-bg: rgba(17, 32, 24, 0.04);
}

.pricing-table th,
.pricing-table td {
  padding: 1rem 1.1rem;
  border-color: rgba(17, 32, 24, 0.08);
}

.pricing-table thead th {
  font-weight: 600;
}

.pricing-option strong {
  display: block;
  margin-bottom: 10px;
  font-size: 1.2rem;
  font-weight: 500;
}

.contact-page {
  background: #f7f4ea;
}

.contact-layout {
  padding-top: 112px;
}

.contact-hero {
  padding: 42px 0 18px;
}

.contact-hero__eyebrow {
  color: var(--brand-deep);
}

.contact-hero__title {
  margin: 0;
  font-size: clamp(2.9rem, 6vw, 5.4rem);
  line-height: 0.95;
  font-weight: 500;
}

.contact-hero__lead,
.contact-summary,
.contact-card,
.contact-form__control,
.contact-list {
  font-size: 1.02rem;
  line-height: 1.7;
}

.contact-hero__lead {
  max-width: 48rem;
  margin: 22px 0 0;
  color: var(--muted);
}

.contact-summary,
.contact-card {
  padding: 24px;
  background: rgba(255, 255, 255, 0.76);
  box-shadow: var(--shadow);
}

.contact-card__title {
  margin: 0 0 18px;
  font-size: clamp(1.7rem, 3vw, 2.2rem);
  line-height: 1.05;
  font-weight: 500;
}

.contact-sidebar {
  display: grid;
  gap: 18px;
}

.contact-form .form-label {
  margin-bottom: 0.45rem;
  font-weight: 500;
}

.contact-form__control {
  min-height: 52px;
  border: 0;
  border-radius: 0;
  background-color: #f2efe4;
  box-shadow: none;
}

.contact-form__control:focus {
  background-color: #ece8da;
  box-shadow: none;
}

.contact-form__textarea {
  min-height: 180px;
  resize: vertical;
}

.contact-card__image {
  display: block;
  object-fit: cover;
}

.contact-list {
  margin: 0;
  padding-left: 1.2rem;
}

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

@media (max-width: 991.98px) {
  .hero__media {
    min-height: clamp(720px, 88vw, 940px);
  }

  .hero__content {
    padding-top: clamp(188px, 22vw, 260px);
  }
}

@media (max-width: 760px) {
  .utility-bar__inner,
  .utility-bar nav,
  .utility-bar__meta,
  .section-heading,
  .hero__actions {
    flex-direction: column;
    align-items: flex-start;
  }

  .site-header__inner {
    padding: 16px 0;
  }

  .site-header {
    top: 0;
  }

  .hero__copy,
  .product-card,
  .news-card,
  .cta-tile {
    padding: 24px;
  }

  .hero__media {
    min-height: clamp(680px, 132vw, 920px);
  }

  .hero__content {
    position: relative;
    inset: auto;
    padding-top: 176px;
    padding-bottom: 36px;
  }

  .hero h1 {
    max-width: 100%;
    line-height: 0.98;
  }

  .hero__lead {
    max-width: 100%;
  }

  .article-layout {
    padding-top: 96px;
  }

  .article-breadcrumb {
    padding-top: 16px;
  }

  .article-hero {
    padding-top: 20px;
  }

  .article-hero__title {
    max-width: 100%;
  }

  .article-meta,
  .article-sidebar__card {
    padding: 20px;
  }

  .pricing-layout {
    padding-top: 96px;
  }

  .pricing-breadcrumb {
    padding-top: 16px;
  }

  .pricing-hero__title {
    max-width: 100%;
  }

  .pricing-summary,
  .pricing-card,
  .pricing-option,
  .pricing-faq__item {
    padding: 20px;
  }

  .pricing-calculator {
    padding: 20px;
  }

  .contact-layout {
    padding-top: 96px;
  }

  .contact-hero__title {
    max-width: 100%;
  }

  .contact-summary,
  .contact-card {
    padding: 20px;
  }
}

/* ── Auth (login / register) ──────────────────────────────── */
.auth-section {
  min-height: calc(100vh - 200px);
  display: flex;
  align-items: center;
}

.auth-card {
  padding: 40px;
  background: rgba(255, 255, 255, 0.76);
  box-shadow: var(--shadow);
}

.auth-card__title {
  margin: 0 0 24px;
  font-size: clamp(1.7rem, 3vw, 2.2rem);
  line-height: 1.05;
  font-weight: 500;
}

.auth-form .form-label {
  margin-bottom: 0.45rem;
  font-weight: 500;
}

.auth-card__footer {
  margin-top: 24px;
  padding-top: 20px;
  border-top: 1px solid #e5e0d0;
  font-size: 0.92rem;
  color: var(--muted);
  text-align: center;
}

.auth-card__footer a {
  color: var(--primary);
  text-decoration: underline;
}

.auth-card__sep {
  margin: 0 0.5em;
  opacity: 0.4;
}

.auth-resend {
  margin-bottom: 28px;
  padding: 16px;
  background: #f2efe4;
}

.auth-resend__label {
  margin: 0 0 10px;
  font-size: 0.9rem;
  font-weight: 500;
}

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

.auth-resend__form .form-control {
  flex: 1 1 200px;
  min-width: 0;
}

@media (max-width: 575px) {
  .auth-card {
    padding: 24px 20px;
  }
}
