@font-face {
  font-family: "Open Sans";
  src: url("../fonts/OpenSans-Regular.woff2") format("woff2");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}

@font-face {
  font-family: "Open Sans";
  src: url("../fonts/OpenSans-SemiBold.woff2") format("woff2");
  font-style: normal;
  font-weight: 600;
  font-display: swap;
}

@font-face {
  font-family: "Open Sans";
  src: url("../fonts/OpenSans-Bold.woff2") format("woff2");
  font-style: normal;
  font-weight: 700;
  font-display: swap;
}

:root {
  --ink: #181a1c;
  --ink-soft: #25282a;
  --paper: #fdfbf7;
  --cream: #f7f2e8;
  --gold: #b7a471;
  --gold-deep: #927d49;
  --muted: #67645d;
  --line: rgba(24, 26, 28, 0.12);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: "Open Sans", Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
}

body.nav-open {
  overflow: hidden;
}

body,
a,
button,
summary {
  font: inherit;
}

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

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

address {
  font-style: normal;
}

.page-width {
  width: min(100% - 48px, 1240px);
  margin-inline: auto;
}

.skip-link {
  position: fixed;
  z-index: 999;
  top: -80px;
  left: 20px;
  padding: 12px 18px;
  color: white;
  background: var(--ink);
  border-radius: 999px;
  transition: top 180ms ease;
}

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

.site-header {
  position: fixed;
  z-index: 120;
  inset: 0 0 auto;
  color: white;
  pointer-events: none;
}

.header-wrap {
  width: 100%;
  padding: 0;
  transition: padding 760ms cubic-bezier(0.22, 1, 0.36, 1);
}

.header-inner {
  width: 100%;
  max-width: 100%;
  min-height: 110px;
  margin: 0 auto;
  padding: 12px 34px;
  display: grid;
  grid-template-columns: minmax(180px, 1fr) auto minmax(180px, 1fr);
  align-items: center;
  gap: 34px;
  pointer-events: auto;
  border: 1px solid transparent;
  border-radius: 0;
  background: rgba(24, 26, 28, 0);
  box-shadow: none;
  backdrop-filter: blur(0);
  transition:
    max-width 760ms cubic-bezier(0.22, 1, 0.36, 1),
    min-height 760ms cubic-bezier(0.22, 1, 0.36, 1),
    padding 760ms cubic-bezier(0.22, 1, 0.36, 1),
    border-radius 760ms cubic-bezier(0.22, 1, 0.36, 1),
    border-color 600ms ease,
    background-color 600ms ease,
    box-shadow 760ms cubic-bezier(0.22, 1, 0.36, 1),
    backdrop-filter 760ms ease;
}

.site-header.is-scrolled .header-wrap {
  padding: 14px 20px 0;
}

.site-header.is-scrolled .header-inner {
  max-width: 1280px;
  min-height: 72px;
  padding: 8px 20px;
  border-color: rgba(255, 255, 255, 0.12);
  border-radius: 999px;
  background: rgba(24, 26, 28, 0.9);
  box-shadow: 0 18px 48px rgba(17, 17, 17, 0.24);
  backdrop-filter: blur(18px) saturate(110%);
}

.legal-page-body .header-inner {
  background: rgba(24, 26, 28, 0.96);
}

.brand-link {
  justify-self: start;
  display: block;
  width: 150px;
  transition: width 760ms cubic-bezier(0.22, 1, 0.36, 1);
}

.site-header.is-scrolled .brand-link {
  width: 114px;
}

.brand-link img {
  width: 100%;
  height: auto;
}

.desktop-nav {
  display: flex;
  align-items: center;
  gap: 6px;
}

.desktop-nav a,
.header-contact,
.language-switch {
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.desktop-nav a {
  padding: 11px 13px;
  border-radius: 999px;
  color: rgba(255, 255, 255, 0.82);
  transition: color 180ms ease, background 180ms ease;
}

.desktop-nav a:hover,
.desktop-nav a:focus-visible,
.desktop-nav a.is-active {
  color: white;
  background: rgba(255, 255, 255, 0.1);
}

.header-end {
  justify-self: end;
  display: flex;
  align-items: center;
  gap: 10px;
}

.language-switch {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  color: rgba(255, 255, 255, 0.86);
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: 50%;
}

.header-contact {
  padding: 13px 22px;
  color: var(--ink);
  border-radius: 999px;
  background: var(--cream);
}

.mobile-toggle,
.mobile-menu {
  display: none;
}

.hero {
  position: relative;
  min-height: 100svh;
  isolation: isolate;
  display: flex;
  align-items: flex-end;
  overflow: hidden;
  color: white;
  background: var(--ink) url("../images/agri-pv.webp") center / cover;
}

.hero-video,
.hero-shade {
  position: absolute;
  inset: 0;
}

.hero-video {
  z-index: -3;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero-shade {
  z-index: -2;
  background: linear-gradient(90deg, rgba(13, 17, 16, 0.74), rgba(13, 17, 16, 0.16) 70%);
}

.hero-content {
  padding-block: 190px 96px;
}

.hero h1,
.subpage-hero h1,
.intro-section h2,
.feature-copy h2,
.section-heading h2,
.cta-section h2,
.legal-hero h1 {
  margin: 0;
  font-weight: 600;
  letter-spacing: -0.035em;
}

.hero h1 {
  max-width: 840px;
  font-size: clamp(3rem, 5.8vw, 5.4rem);
  line-height: 1.05;
}

.hero-content > p {
  max-width: 620px;
  margin: 28px 0 36px;
  color: rgba(255, 255, 255, 0.84);
  font-size: clamp(1rem, 1.5vw, 1.18rem);
  line-height: 1.75;
}

.button {
  display: inline-flex;
  align-items: center;
  min-height: 48px;
  padding: 0 24px;
  border-radius: 999px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.button-light {
  color: var(--ink);
  background: var(--cream);
  transition: background 180ms ease, transform 180ms ease;
}

.button-light:hover,
.button-light:focus-visible {
  background: white;
  transform: translateY(-1px);
}

.scroll-cue {
  position: absolute;
  right: 38px;
  bottom: 44px;
  display: flex;
  align-items: center;
  gap: 12px;
  color: rgba(255, 255, 255, 0.68);
  font-size: 9px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  writing-mode: vertical-rl;
}

.scroll-cue span {
  width: 1px;
  height: 46px;
  background: rgba(255, 255, 255, 0.55);
}

.eyebrow {
  margin: 0 0 20px;
  color: var(--gold-deep);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

.eyebrow-light {
  color: #d8c994;
}

.intro-section {
  padding-block: clamp(120px, 14vw, 200px);
}

.intro-section h2 {
  max-width: 980px;
  font-size: clamp(2.2rem, 3.8vw, 4.15rem);
  line-height: 1.1;
}

.intro-columns {
  max-width: 980px;
  margin-top: clamp(48px, 7vw, 82px);
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(34px, 7vw, 88px);
}

.intro-columns p,
.feature-copy > p,
.section-heading + p {
  margin: 0;
  color: var(--muted);
  font-size: 1rem;
  line-height: 1.9;
}

.feature-row {
  display: grid;
  grid-template-columns: minmax(360px, 0.88fr) minmax(420px, 1.12fr);
  align-items: center;
  gap: clamp(58px, 8vw, 124px);
  padding: clamp(96px, 10vw, 150px) max(48px, calc((100vw - 1320px) / 2));
  background: var(--cream);
}

.feature-row:nth-of-type(odd) {
  background: var(--paper);
}

.feature-row-reverse {
  grid-template-columns: minmax(420px, 1.12fr) minmax(360px, 0.88fr);
}

.feature-row-reverse .feature-image {
  order: 2;
}

.feature-row-dark {
  color: white;
  background: var(--ink) !important;
}

.feature-image {
  height: clamp(380px, 36vw, 530px);
  margin: 0;
  overflow: hidden;
}

.feature-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 900ms cubic-bezier(0.22, 1, 0.36, 1);
}

.feature-row:hover .feature-image img {
  transform: scale(1.02);
}

.feature-copy {
  max-width: 660px;
}

.feature-copy h2 {
  max-width: 650px;
  margin-bottom: 34px;
  font-size: clamp(2rem, 3vw, 3.2rem);
  line-height: 1.13;
}

.feature-copy > p + p {
  margin-top: 20px;
}

.feature-row-dark .feature-copy > p {
  color: rgba(255, 255, 255, 0.7);
}

.text-link {
  display: inline-flex;
  margin-top: 32px;
  padding-bottom: 5px;
  color: var(--ink);
  border-bottom: 1px solid var(--gold-deep);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.text-link-light {
  color: white;
}

.subpage-hero {
  position: relative;
  min-height: 68svh;
  isolation: isolate;
  display: flex;
  align-items: flex-end;
  overflow: hidden;
  color: white;
  background: var(--ink);
}

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

.subpage-hero-image {
  z-index: -2;
  background: url("../images/agri-pv.webp") center 46% / cover;
}

.subpage-hero-shade {
  z-index: -1;
  background: linear-gradient(90deg, rgba(13, 17, 16, 0.82), rgba(13, 17, 16, 0.24));
}

.subpage-hero-content {
  padding-block: 180px 90px;
}

.subpage-hero h1 {
  max-width: 880px;
  font-size: clamp(2.9rem, 5vw, 4.8rem);
  line-height: 1.06;
}

.subpage-hero-content > p:last-child {
  max-width: 640px;
  margin: 28px 0 0;
  color: rgba(255, 255, 255, 0.8);
  font-size: 1.05rem;
  line-height: 1.75;
}

.process-section {
  padding-block: clamp(120px, 14vw, 190px);
  color: white;
  background: var(--ink-soft);
}

.section-heading h2,
.cta-section h2 {
  max-width: 760px;
  font-size: clamp(2.2rem, 3.8vw, 4rem);
  line-height: 1.1;
}

.process-grid {
  margin-top: clamp(70px, 9vw, 120px);
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-top: 1px solid rgba(255, 255, 255, 0.16);
}

.process-grid article {
  min-height: 280px;
  padding: 32px 34px 46px;
  border-right: 1px solid rgba(255, 255, 255, 0.16);
}

.process-grid article:first-child {
  padding-left: 0;
}

.process-grid article:last-child {
  border-right: 0;
}

.process-grid span {
  color: var(--gold);
  font-size: 10px;
  letter-spacing: 0.16em;
}

.process-grid h3 {
  margin: 62px 0 18px;
  font-size: clamp(1.25rem, 1.8vw, 1.7rem);
}

.process-grid p {
  max-width: 320px;
  margin: 0;
  color: rgba(255, 255, 255, 0.6);
  font-size: 0.92rem;
  line-height: 1.8;
}

.process-image {
  width: min(100%, 980px);
  height: clamp(330px, 34vw, 470px);
  margin: 48px auto 0;
  overflow: hidden;
}

.process-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 60%;
}

.cta-section {
  padding-block: clamp(82px, 10vw, 130px);
  color: white;
  background:
    linear-gradient(90deg, rgba(24, 26, 28, 0.94), rgba(24, 26, 28, 0.7)),
    url("../images/agri-pv.webp") center 46% / cover;
}

.cta-inner {
  display: grid;
  grid-template-columns: 1fr 0.8fr;
  align-items: end;
  gap: 70px;
}

.cta-links {
  display: grid;
  gap: 1px;
  background: rgba(255, 255, 255, 0.18);
}

.cta-links a {
  padding: 22px 24px;
  background: rgba(24, 26, 28, 0.72);
  transition: background 180ms ease;
}

.cta-links a:hover,
.cta-links a:focus-visible {
  background: rgba(146, 125, 73, 0.92);
}

.cta-links span {
  display: block;
  margin-bottom: 7px;
  color: #d8c994;
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.site-footer {
  padding-block: 62px 32px;
  color: rgba(255, 255, 255, 0.74);
  background: #111315;
}

.footer-inner {
  display: grid;
  grid-template-columns: 1.1fr 0.7fr 0.7fr;
  gap: 48px;
  align-items: start;
}

.footer-brand-link {
  display: block;
  width: 180px;
}

.footer-brand-link img {
  width: 100%;
}

.footer-inner address {
  font-size: 13px;
  line-height: 1.8;
}

.footer-links {
  display: flex;
  justify-content: flex-end;
  gap: 24px;
  font-size: 12px;
}

.footer-links a:hover,
.footer-links a:focus-visible {
  color: var(--gold);
}

.copyright {
  grid-column: 1 / -1;
  margin: 44px 0 0;
  padding-top: 22px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  color: rgba(255, 255, 255, 0.36);
  font-size: 11px;
}

.legal-page {
  min-height: 70vh;
  padding-top: 110px;
  background: var(--paper);
}

.legal-hero {
  padding-block: clamp(84px, 10vw, 130px) 64px;
}

.legal-hero h1 {
  font-size: clamp(2.8rem, 5.4vw, 4.8rem);
  line-height: 1.05;
}

.legal-hero > p:not(.eyebrow):not(.privacy-date) {
  max-width: 720px;
  margin: 26px 0 0;
  color: var(--muted);
  line-height: 1.75;
}

.legal-document {
  padding-bottom: 110px;
  border-top: 1px solid var(--line);
}

.legal-section {
  display: grid;
  grid-template-columns: 100px minmax(0, 850px);
  gap: 38px;
  padding-block: 60px;
  border-bottom: 1px solid var(--line);
}

.legal-index {
  color: var(--gold-deep);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.18em;
}

.legal-section h2 {
  margin: 0 0 30px;
  font-size: clamp(1.4rem, 2.4vw, 2.05rem);
  line-height: 1.25;
}

.legal-section p,
.legal-section dd {
  color: #514d45;
  font-size: 0.96rem;
  line-height: 1.85;
}

.legal-section p {
  max-width: 800px;
}

.legal-section a,
.privacy-content a {
  color: var(--gold-deep);
  text-decoration: underline;
  text-underline-offset: 3px;
}

.legal-note {
  padding: 18px 20px;
  background: var(--cream);
  border-left: 2px solid var(--gold);
}

.legal-facts {
  margin: 0;
}

.legal-facts > div {
  display: grid;
  grid-template-columns: 230px 1fr;
  gap: 34px;
  padding: 22px 0;
  border-top: 1px solid rgba(24, 26, 28, 0.1);
}

.legal-facts dt {
  font-size: 0.78rem;
  font-weight: 700;
  line-height: 1.6;
}

.legal-facts dd {
  margin: 0;
}

.privacy-date {
  margin: 24px 0 0;
  color: var(--gold-deep);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.privacy-layout {
  padding-bottom: 110px;
  display: grid;
  grid-template-columns: minmax(220px, 290px) minmax(0, 1fr);
  gap: clamp(46px, 7vw, 92px);
  align-items: start;
}

.privacy-toc {
  position: sticky;
  top: 28px;
  max-height: calc(100vh - 56px);
  overflow-y: auto;
  padding: 24px 18px 24px 0;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  scrollbar-width: thin;
}

.privacy-toc > p {
  margin: 0 0 16px;
  color: var(--gold-deep);
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.privacy-toc nav {
  display: grid;
}

.privacy-toc a {
  display: grid;
  grid-template-columns: 38px 1fr;
  gap: 6px;
  padding: 7px 0;
  color: #6a655b;
  font-size: 0.7rem;
  line-height: 1.45;
}

.privacy-toc a:hover,
.privacy-toc a:focus-visible {
  color: var(--gold-deep);
}

.privacy-toc a span {
  color: var(--gold-deep);
  font-weight: 700;
}

.toc-level-1 {
  padding-left: 8px !important;
}

.toc-level-2 {
  padding-left: 18px !important;
}

.privacy-document {
  border-top: 1px solid var(--line);
}

.privacy-section {
  border-bottom: 1px solid var(--line);
  scroll-margin-top: 120px;
}

.privacy-section summary {
  min-height: 96px;
  padding: 22px 0;
  display: grid;
  grid-template-columns: 58px minmax(0, 1fr) 34px;
  align-items: center;
  gap: 14px;
  cursor: pointer;
  list-style: none;
}

.privacy-section summary::-webkit-details-marker {
  display: none;
}

.privacy-section summary > span {
  color: var(--gold-deep);
  font-size: 0.75rem;
  font-weight: 700;
}

.privacy-section summary h2 {
  margin: 0;
  font-size: clamp(1.1rem, 2vw, 1.6rem);
  line-height: 1.35;
}

.privacy-section summary i {
  position: relative;
  width: 28px;
  height: 28px;
  border: 1px solid var(--line);
  border-radius: 50%;
}

.privacy-section summary i::before,
.privacy-section summary i::after {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 10px;
  height: 1px;
  content: "";
  background: var(--gold-deep);
  transform: translate(-50%, -50%);
}

.privacy-section summary i::after {
  transform: translate(-50%, -50%) rotate(90deg);
  transition: transform 180ms ease;
}

.privacy-section[open] summary i::after {
  transform: translate(-50%, -50%) rotate(0);
}

.privacy-content {
  max-width: 860px;
  padding: 0 8px 42px 72px;
  color: #514d45;
  font-size: 0.94rem;
  line-height: 1.85;
}

.privacy-content p {
  margin: 0 0 18px;
}

.privacy-content ul {
  margin: 10px 0 20px;
  padding-left: 22px;
}

.privacy-content li + li {
  margin-top: 10px;
}

.privacy-emphasis {
  padding: 22px;
  color: var(--ink);
  background: var(--cream);
  border-left: 3px solid var(--gold);
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.01em;
}

.privacy-level-0 summary h2 {
  font-size: clamp(1.25rem, 2.3vw, 1.9rem);
}

@media (max-width: 900px) {
  .header-inner {
    grid-template-columns: 1fr auto;
    min-height: 96px;
    padding: 8px 22px;
  }

  .site-header.is-scrolled .header-inner {
    min-height: 66px;
    padding: 7px 14px 7px 18px;
  }

  .brand-link {
    width: 126px;
  }

  .site-header.is-scrolled .brand-link {
    width: 96px;
  }

  .desktop-nav,
  .header-contact,
  .language-switch {
    display: none;
  }

  .mobile-toggle {
    display: block;
    width: 42px;
    height: 42px;
    padding: 0;
    cursor: pointer;
    color: white;
    background: transparent;
    border: 1px solid rgba(255, 255, 255, 0.3);
    border-radius: 50%;
  }

  .mobile-toggle span {
    display: block;
    width: 17px;
    height: 1px;
    margin: 0 auto;
    background: white;
    transition: transform 220ms ease;
  }

  .mobile-toggle span + span {
    margin-top: 6px;
  }

  .mobile-toggle.is-active span:first-child {
    transform: translateY(3.5px) rotate(45deg);
  }

  .mobile-toggle.is-active span:last-child {
    transform: translateY(-3.5px) rotate(-45deg);
  }

  .mobile-menu {
    position: absolute;
    top: 100px;
    right: 20px;
    left: 20px;
    display: grid;
    padding: 14px;
    pointer-events: none;
    color: white;
    background: rgba(24, 26, 28, 0.98);
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 20px;
    box-shadow: 0 24px 60px rgba(0, 0, 0, 0.24);
    opacity: 0;
    transform: translateY(-10px);
    transition: opacity 220ms ease, transform 220ms ease;
  }

  .site-header.is-scrolled .mobile-menu {
    top: 90px;
  }

  .mobile-menu.is-open {
    pointer-events: auto;
    opacity: 1;
    transform: translateY(0);
  }

  .mobile-menu a {
    padding: 13px 12px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    font-size: 12px;
    letter-spacing: 0.12em;
    text-transform: uppercase;
  }

  .feature-row,
  .feature-row-reverse {
    grid-template-columns: 1fr;
    gap: 70px;
    padding: 96px 8vw 116px;
  }

  .feature-row-reverse .feature-image {
    order: 0;
  }

  .feature-image,
  .feature-copy {
    width: min(100%, 720px);
    margin-inline: auto;
  }

  .feature-image {
    height: clamp(350px, 62vw, 470px);
  }

  .cta-inner {
    grid-template-columns: 1fr;
  }

  .process-grid article {
    padding-inline: 22px;
  }

  .process-grid article:first-child {
    padding-left: 0;
  }

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

  .footer-links {
    grid-column: 1 / -1;
    justify-content: flex-start;
  }

  .privacy-layout {
    grid-template-columns: 1fr;
    gap: 34px;
  }

  .privacy-toc {
    position: static;
    max-height: 340px;
    padding-right: 8px;
  }
}

@media (max-width: 640px) {
  .page-width {
    width: min(100% - 34px, 1240px);
  }

  .site-header.is-scrolled .header-wrap {
    padding: 10px 10px 0;
  }

  .hero h1 {
    font-size: clamp(2.7rem, 12vw, 3.6rem);
  }

  .hero-content {
    padding-block: 180px 88px;
  }

  .scroll-cue {
    display: none;
  }

  .intro-section {
    padding-block: 104px 120px;
  }

  .intro-section h2,
  .section-heading h2,
  .cta-section h2 {
    font-size: clamp(2rem, 8.8vw, 2.75rem);
  }

  .intro-columns {
    grid-template-columns: 1fr;
    margin-top: 46px;
  }

  .feature-row,
  .feature-row-reverse {
    gap: 58px;
    padding: 80px 17px 96px;
  }

  .feature-image {
    width: 100%;
    height: 310px;
  }

  .feature-copy h2 {
    font-size: clamp(2rem, 8.8vw, 2.75rem);
  }

  .subpage-hero {
    min-height: 72svh;
  }

  .subpage-hero-content {
    padding-block: 160px 76px;
  }

  .subpage-hero h1 {
    font-size: clamp(2.55rem, 11vw, 3.45rem);
  }

  .process-section {
    padding-block: 104px;
  }

  .process-grid {
    grid-template-columns: 1fr;
    margin-top: 64px;
  }

  .process-grid article,
  .process-grid article:first-child {
    min-height: 0;
    padding: 30px 0 46px;
    border-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.14);
  }

  .process-grid h3 {
    margin-top: 34px;
  }

  .process-image {
    height: 310px;
  }

  .cta-links a {
    font-size: 0.9rem;
  }

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

  .footer-links,
  .copyright {
    grid-column: 1;
  }

  .legal-hero {
    padding-top: 92px;
  }

  .legal-section {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .legal-facts > div {
    grid-template-columns: 1fr;
    gap: 9px;
  }

  .privacy-section summary {
    grid-template-columns: 48px minmax(0, 1fr) 30px;
    min-height: 86px;
    gap: 10px;
  }

  .privacy-content {
    padding: 0 4px 36px 58px;
  }
}

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

  .hero-video {
    display: none;
  }

  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
  }
}
