
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: #f5f1e8; color: #1f2822; font-size: 16px; line-height: 1.6; -webkit-font-smoothing: antialiased; }
a { color: inherit; text-decoration: none; }
img { max-width: 100%; height: auto; }
button, a { -webkit-tap-highlight-color: transparent; }
button:focus-visible, a:focus-visible, summary:focus-visible { outline: 3px solid #b98935; outline-offset: 4px; }
[data-lang-panel], [data-lang-inline] { display: none; }
html[data-lang="pl"] [data-lang-panel="pl"] { display: block; }
html[data-lang="en"] [data-lang-panel="en"] { display: block; }
html[data-lang="pl"] [data-lang-inline="pl"], html[data-lang="en"] [data-lang-inline="en"] { display: inline; }
.desktopNav a[aria-current="page"]::after { right: 0; left: 0; }
.mobileMenu nav a[aria-current="page"] { color: #0b3821; background: rgba(185, 137, 53, 0.08); }
.notFoundAction { display: flex; justify-content: center; padding: 70px 24px 120px; background: #f5f1e8; }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } *, *::before, *::after { animation-duration: 0.01ms !important; animation-iteration-count: 1 !important; transition-duration: 0.01ms !important; } }

.site {
  --forest-e: #0b3821;
  --forest-deep-e: #062819;
  --forest-soft-e: #245239;
  --gold-e: #b98935;
  --gold-pale-e: #e7d5ae;
  --paper-e: #fffdf8;
  --cream-e: #f5f1e8;
  --ink-e: #1f2822;
  --muted-e: #6c756e;
  --line-e: rgba(11, 56, 33, 0.16);
  min-height: 100vh;
  overflow: hidden;
  background:
    radial-gradient(circle at 14% 8%, rgba(121, 93, 42, 0.045) 0 1px, transparent 1.2px) 0 0 / 27px 27px,
    var(--cream-e);
  color: var(--ink-e);
  font-family: Arial, Helvetica, sans-serif;
}

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

.site h1,
.site h2,
.site h3 {
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 500;
}

.skipLink {
  position: fixed;
  top: 12px;
  left: 12px;
  z-index: 120;
  padding: 10px 16px;
  border-radius: 999px;
  background: var(--forest-deep-e);
  color: white;
  transform: translateY(-180%);
  transition: transform 180ms ease;
}

.skipLink:focus {
  transform: translateY(0);
}

.header {
  position: sticky;
  top: 0;
  z-index: 70;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  min-height: 92px;
  padding: 0 max(24px, calc((100vw - 1240px) / 2));
  border-bottom: 1px solid rgba(11, 56, 33, 0.12);
  background: rgba(255, 253, 248, 0.92);
  backdrop-filter: blur(18px);
}

.brand {
  display: inline-flex;
  width: 160px;
}

.brand img {
  display: block;
  width: 100%;
}

.desktopNav {
  display: flex;
  gap: clamp(24px, 3.6vw, 48px);
  color: #465249;
  font-size: 0.69rem;
  font-weight: 800;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.desktopNav a {
  position: relative;
  padding: 14px 0;
}

.desktopNav a::after {
  position: absolute;
  right: 50%;
  bottom: 8px;
  left: 50%;
  height: 1px;
  background: var(--gold-e);
  content: "";
  transition: inset 180ms ease;
}

.desktopNav a:hover::after {
  right: 0;
  left: 0;
}

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

.language {
  display: flex;
  align-items: center;
  gap: 9px;
  padding: 10px 0;
  border: 0;
  background: transparent;
  color: #9aa09b;
  cursor: pointer;
  font: inherit;
  font-size: 0.67rem;
  font-weight: 800;
  letter-spacing: 0.08em;
}

.language i {
  width: 1px;
  height: 14px;
  background: var(--line-e);
}

.language .activeLanguage {
  color: var(--forest-e);
}

.mobileMenu {
  display: none;
  position: relative;
}

.mobileMenu summary {
  padding: 9px 12px;
  border: 1px solid var(--line-e);
  border-radius: 999px;
  color: var(--forest-e);
  cursor: pointer;
  font-size: 0.66rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  list-style: none;
  text-transform: uppercase;
}

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

.mobileMenu nav {
  position: absolute;
  top: 50px;
  right: 0;
  display: grid;
  min-width: 230px;
  padding: 10px;
  border: 1px solid var(--line-e);
  border-radius: 12px;
  background: var(--paper-e);
  box-shadow: 0 20px 50px rgba(6, 40, 25, 0.16);
}

.mobileMenu nav a {
  padding: 12px 14px;
  border-bottom: 1px solid rgba(11, 56, 33, 0.09);
  color: #425046;
  font-size: 0.72rem;
  font-weight: 700;
}

.mobileMenu nav a:last-child {
  border-bottom: 0;
}

.homeHero {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(360px, 0.92fr);
  min-height: 720px;
  padding: 92px max(24px, calc((100vw - 1240px) / 2)) 82px;
  overflow: hidden;
  background:
    linear-gradient(112deg, var(--paper-e) 0%, var(--paper-e) 60%, #edf0e8 60%, #edf0e8 100%);
}

.homeHero::before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: max(24px, calc((100vw - 1240px) / 2));
  width: 1px;
  background: linear-gradient(180deg, transparent, rgba(185, 137, 53, 0.12), transparent);
  content: "";
}

.heroCopy {
  position: relative;
  z-index: 2;
  align-self: center;
  max-width: 710px;
  padding-right: 58px;
}

.eyebrow {
  display: flex;
  align-items: center;
  gap: 13px;
  margin-bottom: 22px;
  color: var(--forest-soft-e);
  font-size: 0.71rem;
  font-weight: 800;
  letter-spacing: 0.19em;
  text-transform: uppercase;
}

.eyebrow::before {
  width: 28px;
  height: 1px;
  background: var(--gold-e);
  content: "";
}

.homeHero h1 {
  max-width: 720px;
  margin-bottom: 26px;
  color: var(--forest-deep-e);
  font-size: clamp(3.75rem, 5.8vw, 6.5rem);
  line-height: 0.96;
  letter-spacing: -0.055em;
}

.heroLead {
  max-width: 650px;
  margin-bottom: 32px;
  color: #5f6c63;
  font-size: 1.05rem;
  line-height: 1.78;
}

.heroActions {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}

.primaryButton,
.secondaryButton {
  display: inline-flex;
  min-height: 50px;
  align-items: center;
  justify-content: center;
  gap: 28px;
  padding: 13px 22px;
  border: 1px solid var(--forest-e);
  font-size: 0.69rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.primaryButton {
  background: var(--forest-e);
  color: white;
}

.secondaryButton {
  color: var(--forest-e);
}

.statusLine {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 23px;
  color: #818a83;
  font-size: 0.72rem;
}

.statusLine span {
  width: 7px;
  height: 7px;
  border: 2px solid var(--gold-e);
  border-radius: 50%;
}

.heroIdentity {
  position: relative;
  display: grid;
  align-self: center;
  width: min(520px, 100%);
  height: 520px;
  place-items: center;
  justify-self: center;
}

.heroIdentity::before,
.heroIdentity::after {
  position: absolute;
  border: 1px solid rgba(185, 137, 53, 0.18);
  border-radius: 50%;
  content: "";
}

.heroIdentity::before {
  inset: 30px;
}

.heroIdentity::after {
  inset: 94px;
}

.compassAxes {
  position: absolute;
  inset: 0;
}

.compassAxes span {
  position: absolute;
  background: rgba(185, 137, 53, 0.15);
}

.compassAxes span:first-child {
  top: 0;
  bottom: 0;
  left: 50%;
  width: 1px;
}

.compassAxes span:last-child {
  top: 50%;
  right: 0;
  left: 0;
  height: 1px;
}

.logoPlate {
  position: relative;
  z-index: 2;
  display: grid;
  width: 310px;
  height: 330px;
  place-items: center;
  border: 1px solid rgba(11, 56, 33, 0.16);
  background: rgba(255, 253, 248, 0.8);
  box-shadow: 0 30px 70px rgba(6, 40, 25, 0.09);
}

.logoPlate::before,
.logoPlate::after {
  position: absolute;
  color: var(--gold-e);
  font-family: Georgia, serif;
  font-size: 0.62rem;
  content: "✦";
}

.logoPlate::before {
  top: 16px;
}

.logoPlate::after {
  bottom: 16px;
}

.logoPlate img {
  width: 73%;
}

.cornerOne,
.cornerTwo {
  position: absolute;
  width: 28px;
  height: 28px;
}

.cornerOne {
  top: 10px;
  left: 10px;
  border-top: 1px solid var(--gold-e);
  border-left: 1px solid var(--gold-e);
}

.cornerTwo {
  right: 10px;
  bottom: 10px;
  border-right: 1px solid var(--gold-e);
  border-bottom: 1px solid var(--gold-e);
}

.heroIdentity > p {
  position: absolute;
  bottom: 18px;
  margin: 0;
  color: rgba(11, 56, 33, 0.42);
  font-size: 0.56rem;
  font-weight: 800;
  letter-spacing: 0.21em;
}

.featured {
  padding: 120px max(24px, calc((100vw - 1180px) / 2));
  background: var(--cream-e);
}

.sectionHeading {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(280px, 0.8fr);
  gap: 70px;
  align-items: end;
  margin-bottom: 56px;
}

.sectionHeading > p {
  margin-bottom: 5px;
  color: var(--muted-e);
  line-height: 1.78;
}

.archiveLabel {
  margin-bottom: 9px;
  color: #7e6a41;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 0.7rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.ornament {
  display: flex;
  align-items: center;
  gap: 7px;
  width: 112px;
  margin-bottom: 18px;
  color: var(--gold-e);
}

.ornament i {
  width: 45px;
  height: 1px;
  background: var(--gold-e);
}

.ornament b {
  font-size: 0.42rem;
}

.sectionHeading h2 {
  max-width: 760px;
  margin-bottom: 0;
  color: var(--forest-deep-e);
  font-size: clamp(3rem, 5vw, 5.2rem);
  line-height: 0.99;
  letter-spacing: -0.045em;
}

.featuredGrid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.featuredGrid article {
  position: relative;
  display: flex;
  min-height: 380px;
  flex-direction: column;
  padding: 30px;
  border: 1px solid rgba(11, 56, 33, 0.14);
  background:
    linear-gradient(145deg, rgba(185, 137, 53, 0.035), transparent 44%),
    rgba(255, 253, 248, 0.82);
  box-shadow: 0 18px 45px rgba(6, 40, 25, 0.045);
}

.featuredGrid article::before {
  position: absolute;
  top: 9px;
  left: 9px;
  width: 18px;
  height: 18px;
  border-top: 1px solid rgba(185, 137, 53, 0.7);
  border-left: 1px solid rgba(185, 137, 53, 0.7);
  content: "";
}

.cardTop {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 18px;
  border-bottom: 1px solid rgba(11, 56, 33, 0.11);
}

.cardTop span {
  color: var(--gold-e);
  font-family: Georgia, serif;
  font-size: 0.72rem;
  letter-spacing: 0.13em;
}

.cardTop small {
  color: #7c867e;
  font-size: 0.61rem;
  font-weight: 800;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.featuredGrid h3 {
  margin: 34px 0 15px;
  color: var(--forest-e);
  font-size: 2.05rem;
  line-height: 1.12;
}

.featuredGrid article > p {
  color: var(--muted-e);
  font-size: 0.92rem;
  line-height: 1.72;
}

.cardStatus {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: auto;
  padding-top: 20px;
  border-top: 1px solid rgba(11, 56, 33, 0.11);
  color: #879087;
  font-size: 0.62rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.cardStatus i {
  color: var(--gold-e);
  font-family: Georgia, serif;
  font-style: normal;
}

.textLink {
  display: inline-flex;
  align-items: center;
  gap: 44px;
  margin-top: 34px;
  padding-bottom: 6px;
  border-bottom: 1px solid var(--gold-e);
  color: var(--forest-e);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

.homeAbout {
  position: relative;
  display: grid;
  min-height: 520px;
  grid-template-columns: 0.9fr 1.1fr;
  align-items: center;
  padding: 90px max(24px, calc((100vw - 1120px) / 2));
  overflow: hidden;
  background: var(--forest-e);
  color: #f8f3e6;
}

.homeAbout::after {
  position: absolute;
  top: -250px;
  right: -220px;
  width: 650px;
  height: 650px;
  border: 1px solid rgba(231, 213, 174, 0.12);
  border-radius: 50%;
  content: "";
}

.homeAboutMark {
  position: relative;
  display: grid;
  width: 360px;
  height: 360px;
  place-items: center;
  justify-self: center;
}

.homeAboutMark::before,
.homeAboutMark::after,
.homeAboutMark span {
  position: absolute;
  border: 1px solid rgba(231, 213, 174, 0.2);
  border-radius: 50%;
  content: "";
}

.homeAboutMark::before {
  inset: 0;
}

.homeAboutMark::after {
  inset: 54px;
}

.homeAboutMark span {
  inset: 105px;
}

.homeAboutMark img {
  width: 125px;
  opacity: 0.78;
}

.homeAbout > div:last-child {
  position: relative;
  z-index: 2;
  max-width: 650px;
}

.lightLabel {
  margin-bottom: 18px;
  color: var(--gold-pale-e);
  font-family: Georgia, serif;
  font-size: 0.72rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.homeAbout h2 {
  margin-bottom: 22px;
  color: white;
  font-size: clamp(3.1rem, 5vw, 5.6rem);
  line-height: 0.98;
  letter-spacing: -0.045em;
}

.homeAbout > div:last-child > p:not(.lightLabel) {
  max-width: 600px;
  color: rgba(248, 243, 230, 0.72);
  line-height: 1.82;
}

.homeAbout a {
  display: inline-flex;
  gap: 38px;
  margin-top: 12px;
  padding-bottom: 6px;
  border-bottom: 1px solid var(--gold-e);
  color: white;
  font-size: 0.7rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.homeSupport {
  display: grid;
  grid-template-columns: 0.45fr 1fr auto;
  gap: 54px;
  align-items: center;
  padding: 95px max(24px, calc((100vw - 1180px) / 2));
  background: var(--paper-e);
}

.homeSupport h2 {
  max-width: 650px;
  margin-bottom: 0;
  color: var(--forest-deep-e);
  font-size: clamp(2.6rem, 4.4vw, 4.7rem);
  line-height: 1;
  letter-spacing: -0.04em;
}

.homeSupport > a {
  display: inline-flex;
  gap: 26px;
  padding: 15px 20px;
  border: 1px solid var(--forest-e);
  color: var(--forest-e);
  font-size: 0.67rem;
  font-weight: 800;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

.pageHero {
  position: relative;
  display: flex;
  min-height: 580px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 90px 24px;
  overflow: hidden;
  border-bottom: 1px solid rgba(11, 56, 33, 0.13);
  background:
    radial-gradient(circle at 50% 48%, rgba(185, 137, 53, 0.07), transparent 28%),
    var(--paper-e);
  text-align: center;
}

.pageHero > p {
  position: relative;
  z-index: 2;
  margin-bottom: 12px;
  color: var(--forest-soft-e);
  font-size: 0.7rem;
  font-weight: 800;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.heroRule {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  gap: 8px;
  color: var(--gold-e);
  font-size: 0.44rem;
}

.heroRule i {
  width: 54px;
  height: 1px;
  background: var(--gold-e);
}

.pageHero h1 {
  position: relative;
  z-index: 2;
  max-width: 1050px;
  margin: 24px auto 20px;
  color: var(--forest-deep-e);
  font-size: clamp(4rem, 7vw, 7.2rem);
  line-height: 0.95;
  letter-spacing: -0.055em;
}

.pageHero em {
  position: relative;
  z-index: 2;
  max-width: 760px;
  color: #747e76;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.04rem;
  line-height: 1.72;
}

.pageHeroCompass {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 430px;
  height: 430px;
  border: 1px solid rgba(185, 137, 53, 0.09);
  border-radius: 50%;
  transform: translate(-50%, -50%);
}

.pageHeroCompass::before,
.pageHeroCompass::after {
  position: absolute;
  border: 1px solid rgba(185, 137, 53, 0.08);
  border-radius: 50%;
  content: "";
}

.pageHeroCompass::before {
  inset: 65px;
}

.pageHeroCompass::after {
  inset: 130px;
}

.pageHeroCompass span {
  position: absolute;
  background: rgba(185, 137, 53, 0.08);
}

.pageHeroCompass span:first-child {
  top: -70px;
  bottom: -70px;
  left: 50%;
  width: 1px;
}

.pageHeroCompass span:last-child {
  top: 50%;
  right: -70px;
  left: -70px;
  height: 1px;
}

.projectCatalogue {
  width: min(1120px, calc(100% - 48px));
  margin: 0 auto;
  padding: 105px 0 70px;
}

.projectCatalogue article {
  display: grid;
  grid-template-columns: 180px 1fr 190px;
  gap: 38px;
  align-items: center;
  min-height: 245px;
  padding: 38px 0;
  border-top: 1px solid rgba(11, 56, 33, 0.16);
}

.projectCatalogue article:last-child {
  border-bottom: 1px solid rgba(11, 56, 33, 0.16);
}

.catalogueNumber {
  display: grid;
  gap: 14px;
}

.catalogueNumber > span {
  color: var(--gold-e);
  font-family: Georgia, serif;
  font-size: 2.15rem;
}

.catalogueNumber small {
  color: #7d877f;
  font-size: 0.63rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.catalogueCopy h2 {
  margin-bottom: 13px;
  color: var(--forest-e);
  font-size: clamp(2.3rem, 4vw, 3.8rem);
  line-height: 1.03;
}

.catalogueCopy p {
  max-width: 650px;
  margin-bottom: 0;
  color: var(--muted-e);
  line-height: 1.75;
}

.catalogueMeta {
  display: grid;
  justify-items: end;
  gap: 20px;
  color: #7c877f;
  font-size: 0.62rem;
  font-weight: 800;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.catalogueMeta i {
  color: rgba(185, 137, 53, 0.34);
  font-family: Georgia, serif;
  font-size: 3.5rem;
  font-style: normal;
  font-weight: 400;
}

.directionPanel {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 90px;
  width: min(1120px, calc(100% - 48px));
  margin: 35px auto 120px;
  padding: 62px;
  border: 1px solid rgba(11, 56, 33, 0.15);
  background: rgba(255, 253, 248, 0.7);
}

.directionPanel h2,
.originCopy h2,
.valuesHeading h2,
.supportPurpose h2 {
  margin-bottom: 0;
  color: var(--forest-deep-e);
  font-size: clamp(2.6rem, 4.5vw, 4.6rem);
  line-height: 1;
  letter-spacing: -0.04em;
}

.directionPanel > div:last-child > p {
  color: var(--muted-e);
  line-height: 1.78;
}

.directionPanel a,
.supportPurpose > a {
  display: inline-flex;
  gap: 35px;
  margin-top: 8px;
  padding-bottom: 6px;
  border-bottom: 1px solid var(--gold-e);
  color: var(--forest-e);
  font-size: 0.69rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.originSection {
  display: grid;
  grid-template-columns: 0.85fr 1.15fr;
  gap: 90px;
  align-items: center;
  width: min(1120px, calc(100% - 48px));
  margin: 0 auto;
  padding: 115px 0;
}

.originMark {
  position: relative;
  display: grid;
  width: 430px;
  height: 430px;
  place-items: center;
  justify-self: center;
  border: 1px solid rgba(185, 137, 53, 0.17);
  border-radius: 50%;
}

.originMark::before,
.originMark::after {
  position: absolute;
  border: 1px solid rgba(185, 137, 53, 0.12);
  border-radius: 50%;
  content: "";
}

.originMark::before {
  inset: 55px;
}

.originMark::after {
  inset: 112px;
}

.originMark > div {
  position: relative;
  z-index: 2;
  display: grid;
  width: 200px;
  height: 220px;
  place-items: center;
  border: 1px solid var(--line-e);
  background: var(--paper-e);
  box-shadow: 0 25px 60px rgba(6, 40, 25, 0.08);
}

.originMark img {
  width: 105px;
}

.originCopy > p:last-child {
  max-width: 620px;
  margin-top: 23px;
  color: var(--muted-e);
  font-size: 1.02rem;
  line-height: 1.82;
}

.valuesSection {
  padding: 105px max(24px, calc((100vw - 1120px) / 2)) 120px;
  border-top: 1px solid rgba(11, 56, 33, 0.13);
  background: var(--paper-e);
}

.valuesHeading {
  max-width: 780px;
  margin-bottom: 54px;
}

.valueGrid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-top: 1px solid rgba(11, 56, 33, 0.17);
  border-bottom: 1px solid rgba(11, 56, 33, 0.17);
}

.valueGrid article {
  min-height: 290px;
  padding: 38px;
}

.valueGrid article + article {
  border-left: 1px solid rgba(11, 56, 33, 0.14);
}

.valueGrid span {
  color: var(--gold-e);
  font-family: Georgia, serif;
  font-size: 0.72rem;
  letter-spacing: 0.15em;
}

.valueGrid h3 {
  margin: 26px 0 13px;
  color: var(--forest-e);
  font-size: 1.75rem;
}

.valueGrid p {
  color: var(--muted-e);
  line-height: 1.75;
}

.valuesSection blockquote {
  max-width: 850px;
  margin: 70px auto 0;
  color: #5e685f;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.5rem, 2.8vw, 2.45rem);
  font-style: italic;
  line-height: 1.5;
  text-align: center;
}

.supportGrid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  width: min(1120px, calc(100% - 48px));
  margin: 0 auto;
  padding: 105px 0 85px;
}

.supportGrid article {
  display: grid;
  min-height: 320px;
  grid-template-columns: auto 1fr;
  align-content: space-between;
  gap: 20px;
  padding: 34px;
  border: 1px solid rgba(11, 56, 33, 0.15);
  background: rgba(255, 253, 248, 0.78);
}

.supportGrid article > span {
  color: var(--gold-e);
  font-family: Georgia, serif;
  font-size: 0.74rem;
  letter-spacing: 0.12em;
}

.supportGrid h2 {
  margin: 0 0 10px;
  color: var(--forest-e);
  font-size: 1.9rem;
  line-height: 1.13;
}

.supportGrid p {
  color: var(--muted-e);
  font-size: 0.87rem;
  line-height: 1.7;
}

.supportGrid article > i {
  grid-column: 1 / -1;
  align-self: end;
  padding-top: 30px;
  border-top: 1px solid rgba(11, 56, 33, 0.11);
  color: var(--gold-e);
  font-family: Georgia, serif;
  font-style: normal;
}

.supportPurpose {
  display: grid;
  grid-template-columns: 1fr 0.8fr;
  gap: 70px;
  width: min(1120px, calc(100% - 48px));
  margin: 0 auto 120px;
  padding: 70px;
  background: var(--forest-e);
  color: white;
}

.supportPurpose .archiveLabel {
  color: var(--gold-pale-e);
}

.supportPurpose h2 {
  color: white;
}

.supportPurpose ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.supportPurpose li {
  padding: 17px 0 17px 28px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.13);
  color: rgba(255, 255, 255, 0.73);
  line-height: 1.55;
}

.supportPurpose li::before {
  margin-left: -28px;
  margin-right: 15px;
  color: var(--gold-pale-e);
  content: "◆";
  font-size: 0.45rem;
}

.supportPurpose > a {
  grid-column: 2;
  justify-self: start;
  color: white;
}

.contactLayout {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 90px;
  align-items: stretch;
  width: min(1120px, calc(100% - 48px));
  margin: 0 auto;
  padding: 105px 0 125px;
}

.emailCard {
  position: relative;
  display: flex;
  min-height: 390px;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  padding: 58px;
  overflow: hidden;
  background: var(--forest-e);
  color: white;
}

.emailCard::after {
  position: absolute;
  right: -130px;
  bottom: -140px;
  width: 390px;
  height: 390px;
  border: 1px solid rgba(231, 213, 174, 0.16);
  border-radius: 50%;
  content: "";
}

.emailCard > p {
  color: var(--gold-pale-e);
  font-family: Georgia, serif;
  font-size: 0.7rem;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.emailCard > a {
  position: relative;
  z-index: 2;
  padding-bottom: 8px;
  border-bottom: 1px solid var(--gold-e);
  color: white;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.5rem, 3vw, 2.5rem);
}

.emailCard > small {
  margin-top: 25px;
  color: rgba(255, 255, 255, 0.6);
  font-size: 0.72rem;
}

.contactTopics {
  padding: 50px 0;
}

.contactTopics ul {
  margin: 25px 0 0;
  padding: 0;
  border-top: 1px solid rgba(11, 56, 33, 0.16);
  list-style: none;
}

.contactTopics li {
  display: grid;
  grid-template-columns: 48px 1fr;
  gap: 12px;
  padding: 24px 0;
  border-bottom: 1px solid rgba(11, 56, 33, 0.14);
  color: #56635a;
  line-height: 1.6;
}

.contactTopics li span {
  color: var(--gold-e);
  font-family: Georgia, serif;
  font-size: 0.7rem;
}

.footer {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  width: min(1180px, calc(100% - 48px));
  min-height: 145px;
  margin: 0 auto;
  border-top: 1px solid rgba(11, 56, 33, 0.13);
  color: #7c857e;
  font-size: 0.7rem;
}

.footer > a {
  width: 142px;
}

.footer img {
  display: block;
  width: 100%;
}

.footer > div {
  text-align: center;
}

.footer p {
  margin-bottom: 0;
}

.footer small {
  display: block;
  margin-top: 3px;
  color: #9aa19c;
  font-family: Georgia, serif;
  font-size: 0.62rem;
  letter-spacing: 0.08em;
}

.footer > p:last-child {
  justify-self: end;
}

@media (max-width: 1020px) {
  .header {
    grid-template-columns: 1fr auto;
  }

  .desktopNav {
    display: none;
  }

  .mobileMenu {
    display: block;
  }

  .homeHero {
    grid-template-columns: 1fr;
    min-height: auto;
    padding-top: 80px;
    background: var(--paper-e);
  }

  .heroCopy {
    max-width: 760px;
    padding-right: 0;
  }

  .heroIdentity {
    margin-top: 45px;
  }

  .featuredGrid {
    grid-template-columns: 1fr;
  }

  .featuredGrid article {
    min-height: 300px;
  }

  .homeAbout {
    grid-template-columns: 0.7fr 1.3fr;
  }

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

  .homeSupport > a {
    justify-self: start;
  }

  .projectCatalogue article {
    grid-template-columns: 130px 1fr;
  }

  .catalogueMeta {
    grid-column: 2;
    grid-template-columns: auto auto;
    align-items: center;
    justify-content: space-between;
    justify-items: start;
  }

  .catalogueMeta i {
    font-size: 2.4rem;
  }

  .originSection {
    gap: 55px;
  }

  .originMark {
    width: 340px;
    height: 340px;
  }

  .supportGrid {
    grid-template-columns: 1fr;
  }

  .supportGrid article {
    min-height: 230px;
  }

  .supportPurpose,
  .contactLayout {
    grid-template-columns: 1fr;
  }

  .supportPurpose > a {
    grid-column: 1;
  }
}

@media (max-width: 720px) {
  .header {
    min-height: 78px;
    padding-right: 16px;
    padding-left: 16px;
  }

  .brand {
    width: 132px;
  }

  .headerActions {
    gap: 10px;
  }

  .language {
    gap: 6px;
  }

  .homeHero {
    padding: 64px 18px 60px;
  }

  .homeHero h1 {
    font-size: clamp(3.25rem, 15vw, 4.9rem);
  }

  .heroLead {
    font-size: 0.96rem;
  }

  .heroActions {
    display: grid;
  }

  .heroActions a {
    width: min(330px, 100%);
  }

  .heroIdentity {
    width: 380px;
    max-width: 105vw;
    height: 390px;
  }

  .logoPlate {
    width: 235px;
    height: 250px;
  }

  .heroIdentity > p {
    display: none;
  }

  .featured,
  .valuesSection {
    padding: 85px 18px;
  }

  .sectionHeading {
    grid-template-columns: 1fr;
    gap: 25px;
  }

  .featuredGrid article {
    padding: 27px 24px;
  }

  .homeAbout {
    grid-template-columns: 1fr;
    padding: 75px 24px;
  }

  .homeAboutMark {
    width: 280px;
    height: 280px;
    margin-bottom: 30px;
  }

  .homeAboutMark img {
    width: 95px;
  }

  .homeSupport {
    padding: 75px 20px;
  }

  .pageHero {
    min-height: 510px;
    padding: 70px 18px;
  }

  .pageHero h1 {
    font-size: clamp(3.35rem, 14vw, 5rem);
  }

  .pageHero em {
    font-size: 0.96rem;
  }

  .pageHeroCompass {
    width: 310px;
    height: 310px;
  }

  .projectCatalogue {
    width: calc(100% - 36px);
    padding-top: 75px;
  }

  .projectCatalogue article {
    grid-template-columns: 1fr;
    gap: 22px;
    padding: 34px 0;
  }

  .catalogueNumber {
    grid-template-columns: auto 1fr;
    align-items: center;
  }

  .catalogueNumber > span {
    font-size: 1.4rem;
  }

  .catalogueMeta {
    grid-column: 1;
  }

  .directionPanel,
  .originSection {
    grid-template-columns: 1fr;
    width: calc(100% - 30px);
  }

  .directionPanel {
    gap: 35px;
    margin-bottom: 90px;
    padding: 42px 25px;
  }

  .originSection {
    gap: 50px;
    padding: 85px 0;
  }

  .originMark {
    width: 300px;
    max-width: 100%;
    height: 300px;
  }

  .valueGrid {
    grid-template-columns: 1fr;
  }

  .valueGrid article {
    min-height: 0;
    padding: 32px 24px;
  }

  .valueGrid article + article {
    border-top: 1px solid rgba(11, 56, 33, 0.14);
    border-left: 0;
  }

  .supportGrid {
    width: calc(100% - 36px);
    padding: 75px 0 60px;
  }

  .supportGrid article {
    padding: 28px 24px;
  }

  .supportPurpose {
    width: calc(100% - 30px);
    gap: 45px;
    margin-bottom: 90px;
    padding: 48px 25px;
  }

  .contactLayout {
    width: calc(100% - 30px);
    gap: 45px;
    padding: 75px 0 100px;
  }

  .emailCard {
    min-height: 330px;
    padding: 36px 25px;
  }

  .emailCard > a {
    font-size: 1.35rem;
  }

  .contactTopics {
    padding: 10px 0;
  }

  .footer {
    grid-template-columns: 1fr;
    gap: 13px;
    min-height: 0;
    padding: 38px 0 95px;
    text-align: center;
  }

  .footer > a,
  .footer > p:last-child {
    justify-self: center;
  }
}

@media (max-width: 390px) {
  .brand {
    width: 116px;
  }

  .language {
    font-size: 0.6rem;
  }

  .mobileMenu summary {
    padding: 8px 10px;
    font-size: 0.58rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  .desktopNav a::after,
  .skipLink {
    transition: none;
  }
}
