:root {
  --sy-footer-bg: #10261f;
  --sy-footer-bg-deep: #091a15;
  --sy-footer-card: #18352b;
  --sy-footer-accent: #d5a957;
  --sy-footer-mint: #b9dcc7;
  --sy-footer-text: #f5f3ea;
  --sy-footer-muted: #bfd0c6;
  --sy-footer-line: rgba(255, 255, 255, 0.13);
}

.sy-site-footer {
  position: relative;
  margin-top: 72px;
  overflow: hidden;
  color: var(--sy-footer-text);
  background:
    radial-gradient(circle at 78% -10%, rgba(213, 169, 87, 0.2), transparent 34%),
    radial-gradient(circle at 8% 12%, rgba(91, 151, 115, 0.2), transparent 30%),
    var(--sy-footer-bg);
  font-size: 16px;
  line-height: 1.65;
}

.sy-site-footer *,
.sy-site-footer *::before,
.sy-site-footer *::after {
  box-sizing: border-box;
}

.sy-footer-accent {
  height: 5px;
  background: linear-gradient(90deg, #d5a957, #f0d89a, #7dac90, #d5a957);
}

.sy-footer-shell {
  width: min(1180px, calc(100% - 40px));
  margin-inline: auto;
}

.sy-footer-intro {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(320px, 0.9fr);
  gap: 64px;
  align-items: center;
  padding: 72px 0 52px;
  border-bottom: 1px solid var(--sy-footer-line);
}

.sy-footer-brand {
  display: inline-flex;
  align-items: center;
  line-height: 0;
  text-decoration: none;
}

.sy-footer-brand:hover,
.sy-footer-brand:focus {
  opacity: 0.94;
}

.sy-footer-logo {
  display: block;
  width: 180px;
  height: 60px;
  max-width: 100%;
  object-fit: contain;
  object-position: left center;
}

.sy-footer-brand-block > p {
  max-width: 620px;
  margin: 22px 0 26px;
  color: var(--sy-footer-muted);
  font-size: 17px;
}

.sy-footer-socials {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.sy-footer-socials a {
  display: grid;
  width: 44px;
  height: 44px;
  place-items: center;
  border: 1px solid var(--sy-footer-line);
  border-radius: 50%;
  color: #fff;
  background: rgba(255, 255, 255, 0.045);
  transition: transform 160ms ease, border-color 160ms ease, background 160ms ease;
}

.sy-footer-socials a:hover,
.sy-footer-socials a:focus-visible {
  transform: translateY(-2px);
  border-color: var(--sy-footer-accent);
  background: rgba(213, 169, 87, 0.14);
}

.sy-footer-socials svg {
  width: 20px;
  height: 20px;
  fill: currentColor;
}

.sy-footer-cta {
  padding: 34px;
  border: 1px solid rgba(213, 169, 87, 0.3);
  border-radius: 24px;
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.085), rgba(255, 255, 255, 0.025));
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.16);
}

.sy-footer-kicker,
.sy-section-label,
.sy-eyebrow {
  margin: 0 0 10px;
  color: var(--sy-footer-accent);
  font-size: 13px;
  font-weight: 750;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.sy-footer-cta h2 {
  margin: 0 0 24px;
  color: #fff;
  font-size: clamp(25px, 3vw, 36px);
  line-height: 1.2;
  letter-spacing: -0.025em;
}

.sy-footer-button {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  padding: 12px 22px;
  border-radius: 999px;
  color: #17251f;
  background: var(--sy-footer-accent);
  font-weight: 750;
  text-decoration: none;
}

.sy-footer-button:hover,
.sy-footer-button:focus {
  color: #17251f;
  background: #efd28d;
}

.sy-footer-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1.25fr;
  gap: 56px;
  padding: 52px 0;
}

.sy-footer-column h2 {
  margin: 0 0 18px;
  color: #fff;
  font-size: 16px;
  font-weight: 750;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.sy-footer-column ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.sy-footer-column li + li {
  margin-top: 10px;
}

.sy-footer-column a {
  color: var(--sy-footer-muted);
  text-decoration: none;
}

.sy-footer-column a:hover,
.sy-footer-column a:focus {
  color: #fff;
  text-decoration: underline;
  text-underline-offset: 4px;
}

.sy-footer-contact address {
  display: grid;
  gap: 8px;
  color: var(--sy-footer-muted);
  font-style: normal;
}

.sy-footer-contact p {
  max-width: 360px;
  margin: 16px 0 0;
  color: var(--sy-footer-muted);
  font-size: 14px;
}

.sy-footer-responsibility {
  padding: 20px 24px;
  border: 1px solid var(--sy-footer-line);
  border-radius: 14px;
  color: var(--sy-footer-muted);
  background: rgba(0, 0, 0, 0.11);
  font-size: 14px;
}

.sy-footer-responsibility strong {
  color: #fff;
}

.sy-footer-bottom {
  margin-top: 44px;
  background: var(--sy-footer-bg-deep);
}

.sy-footer-bottom-inner {
  display: flex;
  min-height: 74px;
  gap: 24px;
  align-items: center;
  justify-content: space-between;
  color: #a9bbb1;
  font-size: 13px;
}

.sy-footer-bottom-inner p {
  margin: 0;
}

.sy-footer-bottom-inner nav {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
}

.sy-footer-bottom-inner a {
  color: #cbd8d0;
  text-decoration: none;
}

.sy-footer-bottom-inner a:hover,
.sy-footer-bottom-inner a:focus {
  color: #fff;
}

/* About page */
.sy-about-page {
  --sy-about-green: #173a2e;
  --sy-about-green-deep: #0e281f;
  --sy-about-gold: #c79743;
  --sy-about-cream: #f7f3e8;
  --sy-about-ink: #17221d;
  color: var(--sy-about-ink);
}

.sy-about-page *,
.sy-about-page *::before,
.sy-about-page *::after {
  box-sizing: border-box;
}

.sy-about-shell {
  width: min(1160px, calc(100% - 40px));
  margin-inline: auto;
}

.sy-about-hero {
  position: relative;
  overflow: hidden;
  padding: clamp(78px, 10vw, 138px) 0;
  color: #fff;
  background:
    radial-gradient(circle at 83% 20%, rgba(209, 168, 89, 0.24), transparent 30%),
    radial-gradient(circle at 10% 80%, rgba(110, 164, 131, 0.25), transparent 34%),
    linear-gradient(135deg, #0e281f, #1d4939);
}

.sy-about-hero::after {
  position: absolute;
  right: -70px;
  bottom: -150px;
  width: 420px;
  height: 420px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 50%;
  content: "";
}

.sy-about-hero h1 {
  max-width: 880px;
  margin: 0;
  color: #fff;
  font-size: clamp(42px, 7vw, 78px);
  line-height: 1.02;
  letter-spacing: -0.055em;
}

.sy-about-lead {
  max-width: 820px;
  margin: 28px 0 0;
  color: #d7e5dc;
  font-size: clamp(18px, 2.1vw, 23px);
  line-height: 1.65;
}

.sy-about-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 34px;
}

.sy-button {
  display: inline-flex;
  min-height: 50px;
  align-items: center;
  justify-content: center;
  padding: 13px 24px;
  border: 1px solid transparent;
  border-radius: 999px;
  font-weight: 750;
  text-decoration: none;
}

.sy-button-primary {
  color: #17251f;
  background: #d9b66d;
}

.sy-button-primary:hover,
.sy-button-primary:focus {
  color: #17251f;
  background: #efd595;
}

.sy-button-secondary {
  border-color: rgba(255, 255, 255, 0.32);
  color: inherit;
  background: rgba(255, 255, 255, 0.04);
}

.sy-about-section:not(.sy-about-section-dark) .sy-button-secondary {
  border-color: #cdd8d1;
  color: var(--sy-about-green);
  background: #fff;
}

.sy-about-section {
  padding: clamp(70px, 9vw, 112px) 0;
}

.sy-about-section-soft {
  background: var(--sy-about-cream);
}

.sy-about-grid {
  display: grid;
  gap: 56px;
}

.sy-about-grid-two {
  grid-template-columns: minmax(280px, 0.82fr) minmax(0, 1.18fr);
  align-items: start;
}

.sy-about-section h2 {
  max-width: 720px;
  margin: 0;
  color: var(--sy-about-green-deep);
  font-size: clamp(32px, 4.4vw, 54px);
  line-height: 1.12;
  letter-spacing: -0.04em;
}

.sy-about-copy {
  color: #405249;
  font-size: 18px;
  line-height: 1.8;
}

.sy-about-copy p {
  margin: 0;
}

.sy-about-copy p + p {
  margin-top: 22px;
}

.sy-about-card-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
  margin-top: 42px;
}

.sy-about-card {
  min-height: 280px;
  padding: 28px;
  border: 1px solid #e2dccb;
  border-radius: 20px;
  background: #fff;
  box-shadow: 0 18px 60px rgba(24, 48, 38, 0.06);
}

.sy-card-number {
  color: var(--sy-about-gold);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.13em;
}

.sy-about-card h3,
.sy-principle h3 {
  margin: 48px 0 12px;
  color: var(--sy-about-green-deep);
  font-size: 21px;
}

.sy-about-card p,
.sy-principle p {
  margin: 0;
  color: #5a6961;
  line-height: 1.7;
}

.sy-about-section-dark {
  color: #fff;
  background:
    radial-gradient(circle at 90% 0, rgba(213, 169, 87, 0.18), transparent 30%),
    var(--sy-about-green-deep);
}

.sy-about-section-dark h2,
.sy-about-section-dark h3 {
  color: #fff;
}

.sy-principles-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1px;
  margin-top: 42px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.12);
}

.sy-principle {
  min-height: 220px;
  padding: 30px;
  background: #143328;
}

.sy-principle h3 {
  margin: 0 0 12px;
}

.sy-principle p {
  color: #c4d4ca;
}

.sy-about-contact {
  padding-top: 30px;
}

.sy-about-contact-box {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 40px;
  align-items: center;
  padding: clamp(30px, 5vw, 58px);
  border: 1px solid #e2dccb;
  border-radius: 26px;
  background:
    radial-gradient(circle at 90% 0, rgba(213, 169, 87, 0.15), transparent 34%),
    #f8f5ed;
}

.sy-about-contact-box h2 {
  font-size: clamp(30px, 4vw, 46px);
}

.sy-about-contact-box p {
  margin: 16px 0 0;
  color: #53645b;
}

.sy-about-contact-box .sy-about-actions {
  justify-content: flex-end;
  margin-top: 0;
}

.page-id-24369 .entry-header {
  display: none;
}

.page-id-24369 .site-content > .ast-container,
.page-id-24369 .content-area,
.page-id-24369 .site-main,
.page-id-24369 .entry-content {
  width: 100%;
  max-width: none;
  margin: 0;
  padding: 0;
}

.page-id-24369 .site-content {
  padding: 0;
}

@media (max-width: 900px) {
  .sy-footer-intro,
  .sy-about-grid-two,
  .sy-about-contact-box {
    grid-template-columns: 1fr;
  }

  .sy-footer-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .sy-about-card-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .sy-about-contact-box .sy-about-actions {
    justify-content: flex-start;
  }
}

@media (max-width: 640px) {
  .sy-site-footer {
    margin-top: 48px;
  }

  .sy-footer-shell,
  .sy-about-shell {
    width: min(100% - 28px, 1160px);
  }

  .sy-footer-logo {
    width: 155px;
    height: auto;
  }

  .sy-footer-intro {
    gap: 34px;
    padding: 52px 0 38px;
  }

  .sy-footer-cta {
    padding: 26px;
  }

  .sy-footer-grid,
  .sy-about-card-grid,
  .sy-principles-grid {
    grid-template-columns: 1fr;
  }

  .sy-footer-grid {
    gap: 34px;
    padding: 40px 0;
  }

  .sy-footer-bottom-inner {
    align-items: flex-start;
    flex-direction: column;
    padding: 20px 0;
  }

  .sy-about-hero {
    padding: 72px 0;
  }

  .sy-about-hero h1 {
    font-size: clamp(40px, 13vw, 58px);
  }

  .sy-about-section {
    padding: 68px 0;
  }

  .sy-about-card {
    min-height: auto;
  }

  .sy-about-card h3 {
    margin-top: 32px;
  }

  .sy-about-actions,
  .sy-button {
    width: 100%;
  }
}

@media (prefers-reduced-motion: reduce) {
  .sy-footer-socials a {
    transition: none;
  }
}
