:root {
  color-scheme: light;
}

body {
  overflow-wrap: anywhere;
}

.language-switch a {
  color: #56625e;
}

.card-eyebrow {
  color: #65706c;
}

.skip-link {
  position: fixed;
  z-index: 1000;
  top: 10px;
  left: 10px;
  padding: 10px 14px;
  color: #fff;
  background: #123f33;
  transform: translateY(-150%);
  transition: transform 0.2s;
}

.skip-link:focus {
  transform: translateY(0);
}

a:focus-visible,
button:focus-visible,
input:focus-visible,
select:focus-visible,
textarea:focus-visible,
summary:focus-visible {
  outline: 3px solid #d5bd7e;
  outline-offset: 3px;
}

.footer-bottom {
  grid-template-columns: 1.2fr 1fr auto 1fr;
}

.footer-privacy {
  color: #ffffffa6;
  white-space: nowrap;
  font-size: 10px;
  text-decoration: underline;
  text-underline-offset: 4px;
}

.analytics-settings {
  padding: 0;
  color: #ffffffa6;
  background: transparent;
  font-size: 10px;
  text-align: left;
  text-decoration: underline;
  text-underline-offset: 4px;
  cursor: pointer;
}

.analytics-consent {
  position: fixed;
  z-index: 100;
  right: 24px;
  bottom: 24px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 28px;
  width: min(720px, calc(100% - 48px));
  padding: 24px 26px;
  color: #fff;
  background: #0d2b24f5;
  border: 1px solid #ffffff38;
  box-shadow: 0 20px 70px #06191252;
}

.analytics-consent strong {
  font-size: 14px;
}

.analytics-consent p {
  margin: 8px 0 0;
  color: #ffffffad;
  font-size: 11px;
  line-height: 1.8;
}

.analytics-consent-actions {
  display: flex;
  gap: 8px;
  align-items: center;
}

.analytics-consent-actions button {
  min-width: 110px;
  padding: 12px 14px;
  border: 1px solid #ffffff63;
  color: #fff;
  cursor: pointer;
  font-size: 10px;
  font-weight: 800;
}

.analytics-consent-actions button:last-child {
  border-color: #f6f5ec;
  color: var(--green-deep);
  background: #f6f5ec;
}

.contact-honeypot {
  position: absolute !important;
  left: -100vw !important;
  width: 1px !important;
  height: 1px !important;
}

.contact-form-status {
  min-height: 1.8em;
  margin-top: 18px;
  color: #2e6a58;
  font-size: 12px;
  line-height: 1.8;
}

.contact-form-status.is-error {
  color: #9a3b2d;
}

.contact-form-status a {
  text-decoration: underline;
  text-underline-offset: 3px;
}

.company-network {
  color: #fff;
  background: var(--green-deep);
}

.company-network .section-label {
  color: #d5bd7e;
}

.company-network-grid {
  display: grid;
  grid-template-columns: 0.85fr 1.15fr;
  gap: 100px;
  align-items: start;
}

.company-network-grid h2 {
  margin: 0;
  font-size: clamp(36px, 4vw, 54px);
  line-height: 1.45;
}

.company-network-grid p {
  margin: 0 0 28px;
  color: #ffffffad;
  font-size: 13px;
  line-height: 2.15;
}

.company-network-grid .text-link {
  border-color: #ffffff85;
}

.guide-page,
.privacy-page {
  background: #fff;
}

.guide-hero {
  position: relative;
  min-height: 690px;
  color: #fff;
  background: var(--green-deep);
  overflow: hidden;
}

.guide-hero > img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  filter: saturate(0.72) contrast(1.02);
}

.guide-hero-shade {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, #061e18f7 0%, #08261ee8 46%, #08261e59 82%);
}

.guide-hero-copy {
  position: relative;
  z-index: 2;
  display: flex;
  min-height: 690px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding-top: 20px;
}

.breadcrumbs {
  display: flex;
  gap: 10px;
  margin-bottom: 45px;
  color: #ffffffa3;
  font-size: 10px;
}

.breadcrumbs a {
  text-decoration: underline;
  text-underline-offset: 4px;
}

.guide-hero h1 {
  max-width: 920px;
  margin: 0;
  font-size: clamp(42px, 5vw, 68px);
  font-weight: 650;
  line-height: 1.35;
  letter-spacing: 0.015em;
}

.guide-hero-copy > p:not(.hero-label) {
  max-width: 720px;
  margin: 30px 0 0;
  color: #ffffffc7;
  font-size: 14px;
  line-height: 2.05;
}

.guide-content {
  background: var(--paper);
}

.guide-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 280px;
  gap: 100px;
  align-items: start;
}

.guide-summary {
  margin: 0 0 70px;
  padding: 30px 34px;
  border-left: 3px solid var(--gold);
  color: var(--ink);
  background: #fff;
  font-size: 17px;
  font-weight: 600;
  line-height: 2;
}

.guide-article > section {
  scroll-margin-top: 30px;
  padding: 0 0 80px;
}

.guide-number {
  color: #9b8246;
  font-family: Georgia, serif;
  font-size: 14px;
}

.guide-article h2,
.guide-related h2,
.guide-cta h2 {
  margin: 16px 0 28px;
  font-size: clamp(30px, 3.4vw, 46px);
  line-height: 1.5;
}

.guide-article p {
  margin: 0 0 20px;
  color: #56635f;
  font-size: 14px;
  line-height: 2.2;
}

.guide-article ul {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin: 32px 0 0;
  padding: 0;
  border-top: 1px solid var(--line);
  list-style: none;
}

.guide-article li {
  min-height: 100px;
  padding: 26px 20px;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  color: #315f51;
  background: #fff;
  font-size: 11px;
  font-weight: 800;
  line-height: 1.8;
}

.guide-article li:last-child {
  border-right: 0;
}

.guide-aside {
  position: sticky;
  top: 28px;
}

.guide-aside > div {
  display: grid;
  border-top: 1px solid #bdc9c3;
  background: #fff;
}

.guide-aside > div > span {
  padding: 20px 22px;
  color: #9b8246;
  letter-spacing: 0.16em;
  font-size: 8px;
  font-weight: 800;
}

.guide-aside > div a {
  padding: 17px 22px;
  border-top: 1px solid #e0e5e1;
  color: #52615c;
  font-size: 10px;
  line-height: 1.65;
}

.guide-aside > .button {
  width: 100%;
  margin-top: 16px;
  color: #fff;
  background: var(--green);
}

.guide-faq {
  padding-top: 20px !important;
}

.guide-faq details {
  border-top: 1px solid #bdc9c3;
}

.guide-faq details:last-of-type {
  border-bottom: 1px solid #bdc9c3;
}

.guide-faq summary {
  display: grid;
  grid-template-columns: 54px 1fr auto;
  gap: 16px;
  align-items: center;
  min-height: 82px;
  cursor: pointer;
  font-size: 14px;
  font-weight: 700;
  list-style: none;
}

.guide-faq summary::-webkit-details-marker {
  display: none;
}

.guide-faq summary span {
  color: #9b8246;
  font-family: Georgia, serif;
}

.guide-faq summary b {
  color: #2e6a58;
  font-size: 18px;
}

.guide-faq details[open] summary b {
  transform: rotate(45deg);
}

.guide-faq details > p {
  margin: 0;
  padding: 0 40px 34px 70px;
}

.guide-caution {
  padding: 28px 30px;
  border: 1px solid #cfd8d3;
  background: #fff;
}

.guide-caution strong {
  color: #9b8246;
  letter-spacing: 0.12em;
  font-size: 10px;
}

.guide-caution p {
  margin: 13px 0 0;
  font-size: 11px;
}

.guide-related {
  background: var(--green-soft);
}

.guide-related-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 18px;
  margin-top: 45px;
}

.guide-related-grid a {
  display: grid;
  grid-template-columns: 1fr auto;
  min-height: 230px;
  padding: 36px 38px;
  border: 1px solid #d5ddd8;
  background: #fff;
}

.guide-related-grid span {
  grid-column: 1 / -1;
  color: #9b8246;
  letter-spacing: 0.15em;
  font-size: 8px;
  font-weight: 800;
}

.guide-related-grid strong {
  align-self: end;
  max-width: 430px;
  font-size: 22px;
  line-height: 1.6;
}

.guide-related-grid b {
  align-self: end;
  color: #2e6a58;
}

.guide-cta {
  color: #fff;
  background: var(--green);
}

.guide-cta > .wrap {
  display: flex;
  min-height: 300px;
  justify-content: space-between;
  align-items: center;
  gap: 70px;
}

.guide-cta h2 {
  max-width: 760px;
  margin-bottom: 0;
  font-size: 34px;
}

.privacy-main {
  background: var(--paper);
}

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

.privacy-grid article {
  display: grid;
  grid-template-columns: 90px 1fr;
  gap: 30px;
  padding: 40px 0;
  border-bottom: 1px solid var(--line);
}

.privacy-grid article > span {
  color: #9b8246;
  font-family: Georgia, serif;
}

.privacy-grid h2 {
  margin: 0 0 14px;
  font-size: 22px;
}

.privacy-grid p {
  margin: 0;
  color: #596761;
  font-size: 13px;
  line-height: 2.1;
}

.privacy-contact {
  width: min(1180px, 100% - 80px);
  margin: 45px auto 0;
  text-align: right;
}

.privacy-contact .button,
.guide-aside .button {
  color: #fff;
  background: var(--green);
}

.error-page-new {
  min-height: 100vh;
  background: var(--paper);
}

.error-page-new > section {
  display: grid;
  place-items: center;
  min-height: 620px;
  padding: 80px 20px;
  text-align: center;
}

.error-page-new > section > div > p {
  margin: 0;
  color: #2e6a58;
  font-family: Georgia, serif;
  font-size: 72px;
}

.error-page-new h1 {
  margin: 12px 0 18px;
  font-size: clamp(34px, 5vw, 56px);
}

.error-page-new section span {
  display: block;
  margin-bottom: 32px;
  color: #66736e;
}

/* News: home list, archive and article pages */
.news .news-grid,
.news .news-list,
.news-list-wrap {
  min-width: 0;
}

.news .news-item,
.news-archive-item {
  display: grid;
  grid-template-columns: 120px minmax(0, 1fr) 28px;
  gap: 28px;
  align-items: start;
  min-height: 0;
  padding: 22px 0;
  border-bottom: 1px solid var(--line);
  color: var(--ink);
  text-decoration: none;
  transition: color 0.2s, background-color 0.2s;
}

.news .news-item:hover,
.news-archive-item:hover {
  color: #2e6a58;
  background: #f6f7f2;
}

.news .news-item time,
.news-archive-item time {
  padding-top: 2px;
  color: #6d7874;
  font-family: Georgia, serif;
  font-size: 11px;
  white-space: nowrap;
}

.news-item-content {
  display: grid;
  min-width: 0;
  gap: 8px;
}

.news-item-content strong {
  font-size: 14px;
  line-height: 1.55;
}

.news-item-content > span {
  color: #64706c;
  font-size: 12px;
  line-height: 1.85;
}

.news .news-item > b,
.news-archive-item > b {
  color: #2e6a58;
  text-align: right;
}

.news-more {
  display: flex;
  justify-content: flex-end;
  margin-top: 28px;
}

.news-more .button {
  width: auto;
  min-width: 190px;
}

.news-page,
.news-detail-page {
  background: var(--paper);
}

.news-page-hero,
.news-detail-hero {
  padding: 155px 0 90px;
  color: #fff;
  background: var(--green-deep);
}

.news-page-hero .news-breadcrumbs,
.news-detail-hero .news-breadcrumbs {
  margin-bottom: 54px;
}

.news-page-hero h1,
.news-detail-hero h1,
.news-not-found h1 {
  max-width: 980px;
  margin: 12px 0 24px;
  font-size: clamp(40px, 5vw, 66px);
  font-weight: 650;
  line-height: 1.35;
}

.news-page-hero > .wrap > p:last-child {
  max-width: 680px;
  margin: 0;
  color: #ffffffb8;
  font-size: 14px;
  line-height: 2;
}

.news-archive {
  background: #fff;
}

.news-archive-list {
  border-top: 1px solid var(--line);
}

.news-archive-item {
  grid-template-columns: 150px minmax(0, 1fr) 32px;
  padding: 30px 8px;
}

.news-archive-item .news-item-content {
  gap: 12px;
}

.news-archive-item .news-item-content strong {
  font-size: clamp(17px, 2vw, 22px);
}

.news-archive-item .news-item-content > span {
  max-width: 860px;
  font-size: 13px;
}

.news-empty {
  margin: 0;
  padding: 50px 0;
  color: #64706c;
}

.news-pagination {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  gap: 24px;
  align-items: center;
  margin-top: 48px;
  font-size: 12px;
}

.news-pagination a {
  color: #2e6a58;
  font-weight: 700;
  text-decoration: underline;
  text-underline-offset: 5px;
}

.news-pagination > :last-child {
  text-align: right;
}

.news-detail-hero time {
  display: block;
  margin-top: 24px;
  color: #d5bd7e;
  font-family: Georgia, serif;
  font-size: 13px;
}

.news-detail-hero h1 {
  margin-top: 16px;
  font-size: clamp(36px, 5vw, 60px);
}

.news-detail-lead {
  max-width: 780px;
  margin: 0;
  color: #ffffffbd;
  font-size: 15px;
  line-height: 2;
}

.news-detail-content {
  background: #fff;
}

.news-detail-body {
  max-width: 880px;
}

.news-detail-body p {
  margin: 0 0 28px;
  color: #34433e;
  font-size: 15px;
  line-height: 2.15;
}

.news-related-link {
  width: auto;
  min-width: 220px;
  margin-top: 18px;
}

.news-detail-back {
  padding-top: 44px;
  padding-bottom: 74px;
}

.news-detail-cta {
  color: #fff;
  background: var(--green-deep);
}

.news-detail-cta > .wrap {
  display: flex;
  min-height: 310px;
  gap: 50px;
  align-items: center;
  justify-content: space-between;
}

.news-detail-cta h2 {
  max-width: 740px;
  margin: 12px 0 0;
  font-size: clamp(30px, 4vw, 48px);
  line-height: 1.45;
}

.news-not-found {
  min-height: 600px;
  padding-top: 180px;
}

.news-not-found p:not(.section-label) {
  margin-bottom: 30px;
  color: #64706c;
}

@media (max-width: 980px) {
  .footer-bottom {
    grid-template-columns: 1fr 1fr;
  }

  .company-network-grid,
  .guide-layout {
    grid-template-columns: 1fr;
    gap: 60px;
  }

  .guide-aside {
    position: static;
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 18px;
    align-items: end;
  }

  .guide-aside > .button {
    width: auto;
    margin: 0;
  }
}

@media (max-width: 640px) {
  .footer-bottom {
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 30px 0;
  }

  .footer-bottom .copyright {
    text-align: left;
  }

  .analytics-consent {
    right: 12px;
    bottom: 12px;
    grid-template-columns: 1fr;
    gap: 18px;
    width: calc(100% - 24px);
    padding: 20px;
  }

  .analytics-consent-actions {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }

  .company-network-grid {
    gap: 35px;
  }

  .company-network-grid h2 {
    font-size: 34px;
  }

  .guide-hero,
  .guide-hero-copy {
    min-height: 720px;
  }

  .guide-hero-copy {
    justify-content: flex-start;
    padding-top: 70px;
  }

  .breadcrumbs {
    margin-bottom: 35px;
  }

  .guide-hero h1 {
    font-size: 36px;
  }

  .guide-hero-copy > p:not(.hero-label) {
    font-size: 11px;
    line-height: 1.95;
  }

  .guide-layout {
    gap: 40px;
  }

  .guide-summary {
    margin-bottom: 55px;
    padding: 24px 22px;
    font-size: 14px;
  }

  .guide-article > section {
    padding-bottom: 58px;
  }

  .guide-article h2,
  .guide-related h2,
  .guide-cta h2 {
    font-size: 30px;
  }

  .guide-article p {
    font-size: 12px;
  }

  .guide-article ul,
  .guide-related-grid,
  .guide-aside {
    grid-template-columns: 1fr;
  }

  .guide-article li {
    min-height: 0;
    border-right: 0;
  }

  .guide-aside > .button {
    width: 100%;
  }

  .guide-faq summary {
    grid-template-columns: 38px 1fr auto;
    min-height: 92px;
    font-size: 12px;
  }

  .guide-faq details > p {
    padding: 0 10px 30px 38px;
  }

  .guide-related-grid a {
    min-height: 210px;
    padding: 30px 26px;
  }

  .guide-cta > .wrap {
    min-height: 340px;
    flex-direction: column;
    justify-content: center;
    align-items: stretch;
    gap: 35px;
  }

  .privacy-grid article {
    grid-template-columns: 45px 1fr;
    gap: 14px;
  }

  .privacy-contact {
    width: min(100% - 36px, 1180px);
  }

  .news .news-item,
  .news-archive-item {
    grid-template-columns: minmax(0, 1fr) 22px;
    gap: 12px 16px;
    padding: 20px 0;
  }

  .news .news-item time,
  .news-archive-item time {
    grid-column: 1 / -1;
  }

  .news-item-content strong {
    font-size: 13px;
  }

  .news-item-content > span,
  .news-archive-item .news-item-content > span {
    font-size: 11px;
  }

  .news-more {
    justify-content: stretch;
  }

  .news-more .button {
    width: 100%;
  }

  .news-page-hero,
  .news-detail-hero {
    padding: 88px 0 64px;
  }

  .news-page-hero .news-breadcrumbs,
  .news-detail-hero .news-breadcrumbs {
    margin-bottom: 36px;
  }

  .news-page-hero h1,
  .news-detail-hero h1 {
    font-size: 34px;
  }

  .news-page-hero > .wrap > p:last-child,
  .news-detail-lead,
  .news-detail-body p {
    font-size: 12px;
  }

  .news-pagination {
    gap: 12px;
  }

  .news-detail-cta > .wrap {
    min-height: 330px;
    flex-direction: column;
    align-items: stretch;
    justify-content: center;
  }

  .mobile-contact {
    white-space: nowrap;
  }

  .mobile-nav {
    display: flex;
    gap: 18px;
    justify-content: flex-start;
    padding-right: 18px;
    padding-left: 18px;
    overflow-x: auto;
    scrollbar-width: none;
  }

  .mobile-nav::-webkit-scrollbar {
    display: none;
  }

  .mobile-nav a {
    flex: 0 0 auto;
    padding-right: 0;
    padding-left: 0;
  }

  .news-breadcrumbs {
    flex-wrap: wrap;
  }

  .news-breadcrumbs a,
  .news-breadcrumbs span {
    overflow-wrap: normal;
    word-break: normal;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
  }
}
