.gm-site {
  --gm-green-950: #102810;
  --gm-green-900: #173817;
  --gm-green-800: #214821;
  --gm-green-700: #315f2c;
  --gm-green-600: #4f7e38;
  --gm-moss: #7f9b4e;
  --gm-wood: #a77947;
  --gm-brass: #c49a54;
  --gm-cream: #f7f4ed;
  --gm-cream-2: #ede7dc;
  --gm-white: #ffffff;
  --gm-ink: #1d241f;
  --gm-muted: #687267;
  --gm-line: rgba(29, 36, 31, 0.13);
  --gm-shadow: 0 22px 70px rgba(16, 40, 16, 0.16);
  --gm-radius: 8px;
  --gm-shell: 1480px;
  --gm-header-height: 86px;
  --gm-header-top: 0px;
  color: var(--gm-ink);
  background: var(--gm-white);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 16px;
  line-height: 1.55;
  position: relative;
  left: 50%;
  width: 100vw;
  max-width: 100vw;
  margin-left: -50vw;
  margin-right: -50vw;
  overflow-x: clip;
  padding-top: var(--gm-header-height);
}

body.gm-page-loaded {
  overflow-x: hidden;
  min-width: 0 !important;
  background: var(--gm-green-950) !important;
}

html:has(.gm-site),
body:has(.gm-site) {
  overflow-x: hidden;
  min-width: 0 !important;
  background: var(--gm-green-950) !important;
}

html:has(.gm-site) {
  scroll-behavior: smooth;
}

body.gm-page-loaded .site-content,
body.gm-page-loaded .site-content .ast-container,
body.gm-page-loaded .content-area,
body.gm-page-loaded #primary,
body.gm-page-loaded #main,
body.gm-page-loaded .site-main,
body.gm-page-loaded .ast-row,
body.gm-page-loaded .ast-article-single,
body.gm-page-loaded .ast-article-post,
body.gm-page-loaded .entry-content,
body.gm-page-loaded .wp-block-post-content,
body.gm-page-loaded .page,
body.gm-page-loaded .hentry {
  display: block !important;
  float: none !important;
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
  padding: 0 !important;
  overflow: visible !important;
}

body.gm-page-loaded .site-content:has(.gm-site),
body.gm-page-loaded .site-content .ast-container:has(.gm-site),
body.gm-page-loaded .ast-container:has(.gm-site),
body.gm-page-loaded .content-area:has(.gm-site),
body.gm-page-loaded #primary:has(.gm-site),
body.gm-page-loaded #main:has(.gm-site),
body.gm-page-loaded .site-main:has(.gm-site),
body.gm-page-loaded .ast-row:has(.gm-site),
body.gm-page-loaded .ast-article-single:has(.gm-site),
body.gm-page-loaded .ast-article-post:has(.gm-site),
body.gm-page-loaded .entry-content:has(.gm-site),
body.gm-page-loaded .wp-block-post-content:has(.gm-site),
body.gm-page-loaded .page:has(.gm-site),
body.gm-page-loaded .hentry:has(.gm-site),
body:has(.gm-site) .site-content:has(.gm-site),
body:has(.gm-site) .site-content .ast-container:has(.gm-site),
body:has(.gm-site) .ast-container:has(.gm-site),
body:has(.gm-site) .content-area:has(.gm-site),
body:has(.gm-site) #primary:has(.gm-site),
body:has(.gm-site) #main:has(.gm-site),
body:has(.gm-site) .site-main:has(.gm-site),
body:has(.gm-site) .ast-row:has(.gm-site),
body:has(.gm-site) .ast-article-single:has(.gm-site),
body:has(.gm-site) .ast-article-post:has(.gm-site),
body:has(.gm-site) .entry-content:has(.gm-site),
body:has(.gm-site) .wp-block-post-content:has(.gm-site),
body:has(.gm-site) .page:has(.gm-site),
body:has(.gm-site) .hentry:has(.gm-site) {
  display: block !important;
  float: none !important;
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
  padding: 0 !important;
  overflow: visible !important;
}

body.gm-page-loaded #primary,
body.gm-page-loaded .content-area,
body.gm-page-loaded .site-main,
body:has(.gm-site) #primary,
body:has(.gm-site) .content-area,
body:has(.gm-site) .site-main {
  flex: 0 0 100% !important;
  flex-basis: 100% !important;
}

body.gm-page-loaded .site-content #secondary,
body.gm-page-loaded .site-content .sidebar-main,
body.gm-page-loaded .site-content .widget-area,
body:has(.gm-site) .site-content #secondary,
body:has(.gm-site) .site-content .sidebar-main,
body:has(.gm-site) .site-content .widget-area {
  display: none !important;
  width: 0 !important;
  max-width: 0 !important;
  flex: 0 0 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  overflow: hidden !important;
}

body.gm-page-loaded.ast-left-sidebar #primary,
body.gm-page-loaded.ast-right-sidebar #primary,
body.gm-page-loaded.ast-left-sidebar .content-area,
body.gm-page-loaded.ast-right-sidebar .content-area,
body.gm-page-loaded .site-content > .ast-container > #primary,
body:has(.gm-site).ast-left-sidebar #primary,
body:has(.gm-site).ast-right-sidebar #primary,
body:has(.gm-site).ast-left-sidebar .content-area,
body:has(.gm-site).ast-right-sidebar .content-area,
body:has(.gm-site) .site-content > .ast-container > #primary {
  display: block !important;
  float: none !important;
  clear: both !important;
  position: relative !important;
  left: auto !important;
  right: auto !important;
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
  padding: 0 !important;
}

body.gm-page-loaded.ast-left-sidebar .site-content .ast-container,
body.gm-page-loaded.ast-right-sidebar .site-content .ast-container,
body:has(.gm-site).ast-left-sidebar .site-content .ast-container,
body:has(.gm-site).ast-right-sidebar .site-content .ast-container {
  display: block !important;
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
  padding: 0 !important;
}

@supports (width: 100dvw) {
  .gm-site {
    width: 100dvw;
    max-width: 100dvw;
    margin-left: -50dvw;
    margin-right: -50dvw;
  }
}

body.gm-page-loaded .gm-site,
body:has(.gm-site) .gm-site {
  left: 50%;
  width: 100vw;
  max-width: 100vw;
  min-width: 0;
  margin-left: -50vw;
  margin-right: -50vw;
  overflow-x: hidden;
}

body.admin-bar .gm-site {
  --gm-header-top: 32px;
}

.gm-site [id^="gm-"] {
  scroll-margin-top: calc(var(--gm-header-height) + var(--gm-header-top) + 18px);
}

.gm-site,
.gm-site * {
  box-sizing: border-box;
}

.gm-site img,
.gm-site svg {
  display: block;
  max-width: 100%;
}

.gm-site a {
  color: inherit !important;
  text-decoration: none !important;
}

.gm-site button,
.gm-site input,
.gm-site select,
.gm-site textarea {
  font: inherit;
}

.gm-shell {
  width: min(var(--gm-shell), calc(100vw - 40px));
  max-width: calc(100vw - 40px);
  margin-inline: auto;
}

.gm-header {
  position: fixed;
  top: var(--gm-header-top);
  left: 0;
  right: 0;
  z-index: 9999;
  display: grid;
  grid-template-columns: auto 1fr auto auto;
  align-items: center;
  gap: 24px;
  width: 100vw;
  max-width: 100vw;
  min-height: var(--gm-header-height);
  padding: 8px max(20px, calc((100vw - var(--gm-shell)) / 2));
  background: rgba(16, 40, 16, 0.86);
  color: var(--gm-white);
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  box-shadow: 0 14px 34px rgba(16, 40, 16, 0.18);
}

.gm-brand {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  min-width: 0;
  font-weight: 780;
  letter-spacing: 0;
}

.gm-brand__logo {
  width: 64px;
  height: 64px;
  object-fit: contain;
  flex: 0 0 auto;
}

.gm-brand__text {
  white-space: nowrap;
  font-size: 1.05rem;
}

.gm-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(18px, 2.3vw, 34px);
}

.gm-nav a {
  position: relative;
  color: rgba(255, 255, 255, 0.86);
  font-size: 0.94rem;
  font-weight: 650;
}

.gm-nav a::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -9px;
  height: 2px;
  background: var(--gm-brass);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 180ms ease;
}

.gm-nav a:hover::after,
.gm-nav a:focus-visible::after {
  transform: scaleX(1);
}

.gm-nav__social {
  display: none !important;
}

.gm-lang {
  display: inline-grid;
  grid-template-columns: 1fr 1fr;
  gap: 2px;
  padding: 2px;
  width: auto;
  min-width: 0;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.1);
}

.gm-lang button {
  width: 34px;
  min-width: 34px;
  min-height: 30px;
  padding: 0;
  border: 0;
  border-radius: 999px;
  background: transparent;
  color: rgba(255, 255, 255, 0.8);
  cursor: pointer;
  font-size: 0.72rem;
  font-weight: 800;
}

.gm-lang button.is-active {
  background: var(--gm-white);
  color: var(--gm-green-900);
}

.gm-social-link {
  display: inline-flex;
  width: 38px;
  height: 38px;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.1);
  color: var(--gm-white) !important;
  -webkit-tap-highlight-color: transparent;
  transition: background-color 160ms ease, border-color 160ms ease, color 160ms ease, transform 160ms ease;
}

.gm-social-link svg {
  width: 21px;
  height: 21px;
  fill: currentColor;
  transform: translateX(0.5px);
}

.gm-social-link:hover,
.gm-social-link:focus-visible {
  border-color: rgba(196, 154, 84, 0.5);
  background: rgba(16, 40, 16, 0.62);
  color: var(--gm-brass) !important;
  transform: translateY(-1px);
  outline: none;
}

.gm-menu-toggle {
  display: none;
  position: relative;
  width: 44px;
  height: 44px;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.1);
  color: var(--gm-white);
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
  transition: background-color 160ms ease, border-color 160ms ease, color 160ms ease;
}

.gm-menu-toggle svg {
  display: none;
  width: 24px;
  height: 24px;
}

.gm-menu-toggle__icon {
  display: none !important;
  width: 24px !important;
  height: 24px !important;
  max-width: 24px !important;
  object-fit: contain;
  opacity: 1 !important;
  visibility: visible !important;
  position: relative;
  z-index: 1;
}

.gm-menu-toggle::before {
  content: "";
  display: none;
  width: 24px;
  height: 24px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='%23ffffff' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M4 7h16M4 12h16M4 17h16'/%3E%3C/svg%3E");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 24px 24px;
  position: absolute;
}

.gm-menu-toggle::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 3;
  display: block;
  width: 24px;
  height: 24px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='%23ffffff' stroke-width='2.4' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M4 7h16'/%3E%3Cpath d='M4 12h16'/%3E%3Cpath d='M4 17h16'/%3E%3C/svg%3E");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 24px 24px;
  opacity: 1;
  transform: translate(-50%, -50%);
  pointer-events: none;
}

.gm-menu-toggle path {
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
  vector-effect: non-scaling-stroke;
}

.gm-menu-toggle:hover,
.gm-menu-toggle:focus,
.gm-menu-toggle:active,
.gm-menu-toggle[aria-expanded="true"] {
  border-color: rgba(196, 154, 84, 0.42);
  background: rgba(16, 40, 16, 0.72);
  color: var(--gm-white);
  outline: none;
}

.gm-menu-toggle:focus-visible {
  box-shadow: 0 0 0 3px rgba(196, 154, 84, 0.28);
}

.gm-hero {
  position: relative;
  min-height: 820px;
  color: var(--gm-white);
  background-image:
    linear-gradient(90deg, rgba(16, 40, 16, 0.9) 0%, rgba(16, 40, 16, 0.72) 41%, rgba(16, 40, 16, 0.2) 100%),
    url("forest-hero.jpg");
  background-position: center;
  background-size: cover;
  isolation: isolate;
}

.gm-hero__overlay {
  position: absolute;
  inset: auto 0 0;
  height: 28%;
  background: linear-gradient(0deg, rgba(16, 40, 16, 0.78), rgba(16, 40, 16, 0));
  z-index: -1;
}

.gm-hero__grid {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(560px, 0.82fr);
  gap: clamp(28px, 4vw, 64px);
  align-items: center;
  min-height: 820px;
  padding: 54px 0 46px;
}

.gm-hero__copy {
  max-width: 680px;
  min-width: 0;
}

.gm-kicker {
  margin: 0 0 14px;
  color: var(--gm-brass);
  font-size: 0.82rem;
  font-weight: 850;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.gm-hero .gm-kicker {
  margin-bottom: 18px;
  font-size: clamp(0.92rem, 1.02vw, 1.04rem);
  line-height: 1.35;
}

.gm-hero h1,
.gm-section h2,
.gm-faq h2 {
  margin: 0;
  color: inherit;
  font-weight: 820;
  line-height: 1.06;
  letter-spacing: 0;
  overflow-wrap: break-word;
}

.gm-hero h1 {
  max-width: 680px;
  font-size: clamp(2.8rem, 4vw, 4.5rem);
}

.gm-hero__lead {
  max-width: 650px;
  margin: 24px 0 0;
  color: rgba(255, 255, 255, 0.86);
  font-size: 1.15rem;
  overflow-wrap: break-word;
}

.gm-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 34px;
}

.gm-offer-card {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  min-height: 54px;
  padding: 14px 24px 14px 16px;
  border: 1px solid rgba(196, 154, 84, 0.5);
  border-radius: var(--gm-radius);
  background: linear-gradient(135deg, var(--gm-brass), #e0b66f);
  color: #102810 !important;
  font-weight: 720;
  line-height: 1.15;
  box-shadow: 0 18px 42px rgba(0, 0, 0, 0.24);
  transition: transform 160ms ease, box-shadow 160ms ease, filter 160ms ease;
}

.gm-offer-card:hover,
.gm-offer-card:focus-visible {
  filter: brightness(1.04);
  transform: translateY(-2px);
  box-shadow: 0 22px 54px rgba(0, 0, 0, 0.28);
}

.gm-hero-action__icon {
  display: inline-flex;
  width: 30px;
  height: 30px;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  background: rgba(16, 40, 16, 0.16);
  font-size: 1rem;
  font-weight: 760;
  line-height: 1;
}

.gm-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 48px;
  padding: 13px 22px;
  border: 1px solid transparent;
  border-radius: var(--gm-radius);
  cursor: pointer;
  font-weight: 650;
  text-align: center;
  text-decoration: none !important;
  transition: transform 160ms ease, background-color 160ms ease, border-color 160ms ease, color 160ms ease;
}

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

.gm-button--primary {
  background: var(--gm-green-700);
  color: var(--gm-white) !important;
  border-color: var(--gm-green-700);
}

.gm-button--primary:hover,
.gm-button--primary:focus-visible {
  background: var(--gm-green-800);
  border-color: var(--gm-green-800);
}

.gm-button--ghost {
  color: var(--gm-white) !important;
  min-height: 54px;
  border-color: rgba(255, 255, 255, 0.28);
  background: rgba(16, 40, 16, 0.42);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.08);
}

.gm-button--ghost .gm-hero-action__icon {
  background: rgba(255, 255, 255, 0.12);
}

.gm-button--ghost:hover,
.gm-button--ghost:focus-visible {
  border-color: rgba(196, 154, 84, 0.55);
  background: rgba(16, 40, 16, 0.62);
}

.gm-hero__actions .gm-button--ghost {
  min-height: 54px;
  padding-inline: 10px;
  border-color: transparent;
  background: transparent;
  box-shadow: none;
}

.gm-hero__actions .gm-button--ghost::before {
  content: "";
  width: 18px;
  height: 18px;
  background-color: currentColor;
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2.25' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M22 16.92v3a2 2 0 0 1-2.18 2 19.8 19.8 0 0 1-8.63-3.07 19.5 19.5 0 0 1-6-6A19.8 19.8 0 0 1 2.12 4.18 2 2 0 0 1 4.11 2h3a2 2 0 0 1 2 1.72c.13.96.35 1.9.66 2.8a2 2 0 0 1-.45 2.11L8.09 9.91a16 16 0 0 0 6 6l1.27-1.27a2 2 0 0 1 2.11-.45c.9.31 1.84.53 2.8.66A2 2 0 0 1 22 16.92z'/%3E%3C/svg%3E") center / contain no-repeat;
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2.25' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M22 16.92v3a2 2 0 0 1-2.18 2 19.8 19.8 0 0 1-8.63-3.07 19.5 19.5 0 0 1-6-6A19.8 19.8 0 0 1 2.12 4.18 2 2 0 0 1 4.11 2h3a2 2 0 0 1 2 1.72c.13.96.35 1.9.66 2.8a2 2 0 0 1-.45 2.11L8.09 9.91a16 16 0 0 0 6 6l1.27-1.27a2 2 0 0 1 2.11-.45c.9.31 1.84.53 2.8.66A2 2 0 0 1 22 16.92z'/%3E%3C/svg%3E") center / contain no-repeat;
}

.gm-hero__actions .gm-button--ghost:hover,
.gm-hero__actions .gm-button--ghost:focus-visible {
  border-color: transparent;
  background: transparent;
  color: var(--gm-brass) !important;
  box-shadow: none;
}

.gm-button--wide {
  width: 100%;
}

.gm-proof {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, max-content));
  gap: 14px;
  margin-top: clamp(58px, 7vw, 94px);
}

.gm-proof > span {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 56px;
  max-width: 100%;
  padding: 12px 20px;
  color: rgba(255, 255, 255, 0.9);
  border: 1px solid rgba(255, 255, 255, 0.16) !important;
  border-radius: var(--gm-radius);
  background: rgba(255, 255, 255, 0.075);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08), 0 12px 28px rgba(0, 0, 0, 0.12) !important;
  outline: 0 !important;
  white-space: nowrap;
  width: auto !important;
  font-size: 1.02rem;
  font-weight: 560;
}

.gm-proof > span::before,
.gm-proof > span::after {
  display: none !important;
  content: none !important;
}

.gm-proof > span > [data-gm-i18n] {
  display: contents;
  min-height: 0;
  padding: 0;
  border: 0 !important;
  background: transparent;
  box-shadow: none !important;
  outline: 0 !important;
  width: auto !important;
}

@media (min-width: 681px) {
  .gm-proof {
    gap: 20px;
  }

  .gm-proof > span {
    min-height: 76px;
    padding: 18px 28px;
    font-size: 1.04rem;
    font-weight: 600;
  }
}

.gm-hero-card,
.gm-form {
  min-width: 0;
  border: 1px solid rgba(255, 255, 255, 0.72);
  border-radius: var(--gm-radius);
  background: rgba(255, 255, 255, 0.95);
  color: var(--gm-ink);
  box-shadow: var(--gm-shadow);
}

.gm-hero-card {
  align-self: center;
  padding: clamp(18px, 1.7vw, 24px);
  border: 1px solid rgba(255, 255, 255, 0.72);
  border-radius: var(--gm-radius);
  background: rgba(255, 255, 255, 0.96);
  color: var(--gm-ink);
  box-shadow: var(--gm-shadow);
}

.gm-hero-card__head {
  display: grid;
  gap: 5px;
  margin-bottom: 12px;
}

.gm-hero-card__head h3 {
  margin: 0;
  color: var(--gm-green-950);
  font-size: 1.35rem;
  line-height: 1.2;
  overflow-wrap: break-word;
}

.gm-hero-card p {
  margin: 0;
  color: var(--gm-muted);
}

.gm-section {
  padding: clamp(70px, 9vw, 118px) 0;
}

.gm-section--cream {
  background: var(--gm-cream);
}

.gm-section__head {
  margin-bottom: 34px;
}

.gm-section h2,
.gm-faq h2,
.gm-contact-copy h2 {
  margin: 0;
  color: var(--gm-green-950);
  font-size: clamp(2rem, 3.8vw, 3.75rem);
  font-weight: 820;
  line-height: 1.06;
  letter-spacing: 0;
}

.gm-section__head .gm-kicker,
.gm-wood-layout > div:first-child .gm-kicker,
.gm-faq > div:first-child .gm-kicker,
.gm-contact-copy .gm-kicker {
  margin-bottom: 10px;
}

.gm-section p,
.gm-faq p {
  color: var(--gm-muted);
}

.gm-services {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}

.gm-service {
  min-height: 245px;
  padding: 26px 24px;
  border: 1px solid var(--gm-line);
  border-radius: var(--gm-radius);
  background: var(--gm-white);
}

.gm-service__mark {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 58px;
  height: 58px;
  margin-bottom: 28px;
  border-radius: var(--gm-radius);
  background: rgba(196, 154, 84, 0.16);
  color: var(--gm-green-900);
}

.gm-service__icon {
  width: 38px;
  height: 38px;
  object-fit: contain;
}

.gm-service h3 {
  margin: 0 0 12px;
  color: var(--gm-green-950);
  font-size: 1.14rem;
  line-height: 1.22;
}

.gm-service p {
  margin: 0;
}

.gm-service-video {
  position: relative;
  height: clamp(250px, 24vw, 390px);
  margin-top: 28px;
  overflow: hidden;
  border-radius: var(--gm-radius);
  background: var(--gm-green-950);
  box-shadow: 0 20px 56px rgba(16, 40, 16, 0.16);
}

.gm-service-video::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(16, 40, 16, 0.28), rgba(16, 40, 16, 0.04));
  pointer-events: none;
}

.gm-service-video video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 72%;
}

.gm-band {
  background: var(--gm-green-950);
  color: var(--gm-white);
  padding: 28px 0;
}

.gm-band__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.gm-band__grid > div {
  display: grid;
  grid-template-columns: 48px minmax(0, 1fr);
  gap: 2px 14px;
  align-items: center;
  align-content: center;
  min-height: 126px;
  padding: 22px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: var(--gm-radius);
  background: rgba(255, 255, 255, 0.06);
}

.gm-band__grid > div > span {
  grid-row: span 2;
  align-self: center;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: 50%;
  color: var(--gm-brass);
  font-weight: 900;
}

.gm-band strong {
  display: block;
  line-height: 1.25;
}

.gm-band p {
  margin: -1px 0 0;
  color: rgba(255, 255, 255, 0.7);
  font-size: 0.94rem;
}

.gm-form-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.82fr) minmax(520px, 1.18fr);
  gap: clamp(34px, 5vw, 78px);
  align-items: start;
}

.gm-form-copy {
  position: sticky;
  top: 112px;
}

.gm-form-copy h2 {
  max-width: 620px;
}

.gm-form-copy > p {
  max-width: 590px;
  margin-top: 22px;
}

.gm-checks {
  display: grid;
  gap: 12px;
  margin: 28px 0 0;
  padding: 0;
  list-style: none;
}

.gm-checks li {
  position: relative;
  padding-left: 32px;
  color: var(--gm-ink);
  font-weight: 650;
}

.gm-checks li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.42em;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: var(--gm-green-700);
  box-shadow: inset 0 0 0 5px var(--gm-white), 0 0 0 1px var(--gm-green-700);
}

.gm-form {
  padding: clamp(22px, 3vw, 34px);
}

.gm-form--hero {
  padding: 0;
  border: 0;
  background: transparent;
  box-shadow: none;
}

.gm-form--hero .gm-form__grid {
  gap: 8px 12px;
}

.gm-form--hero label {
  font-size: 0.82rem;
}

.gm-form--hero label > input:not([type="checkbox"]),
.gm-form--hero label > select,
.gm-form--hero label > textarea {
  margin-top: 5px !important;
}

.gm-form--hero input,
.gm-form--hero select {
  min-height: 36px;
  padding-inline: 11px;
}

.gm-form--hero select {
  padding-right: 38px;
  background-position: calc(100% - 20px) 50%, calc(100% - 15px) 50%;
}

.gm-form--hero textarea {
  min-height: 64px;
  padding: 10px 11px;
}

.gm-form--hero .gm-button {
  margin-top: 12px;
}

.gm-form h3 {
  margin: 0 0 18px;
  color: var(--gm-green-950);
  font-size: 1.35rem;
}

.gm-form__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.gm-form label {
  display: block;
  min-width: 0;
  color: var(--gm-green-950);
  font-size: 0.92rem;
  font-weight: 620;
}

.gm-form input,
.gm-form select,
.gm-form textarea {
  width: 100%;
  min-width: 0;
  border: 1px solid rgba(29, 36, 31, 0.16);
  border-radius: 6px;
  background: var(--gm-white);
  color: var(--gm-ink);
  outline: 0;
}

.gm-form label > input:not([type="checkbox"]),
.gm-form label > select,
.gm-form label > textarea {
  margin-top: 7px;
}

.gm-form input,
.gm-form select {
  min-height: 48px;
  padding: 0 14px;
}

.gm-form select {
  appearance: none;
  -webkit-appearance: none;
  padding-right: 42px;
  background-image: linear-gradient(45deg, transparent 50%, var(--gm-ink) 50%), linear-gradient(135deg, var(--gm-ink) 50%, transparent 50%);
  background-position: calc(100% - 22px) 50%, calc(100% - 17px) 50%;
  background-repeat: no-repeat;
  background-size: 5px 5px, 5px 5px;
}

.gm-form textarea {
  resize: vertical;
  min-height: 112px;
  padding: 13px 14px;
}

.gm-form input:focus,
.gm-form select:focus,
.gm-form textarea:focus {
  border-color: var(--gm-green-700);
  box-shadow: 0 0 0 4px rgba(49, 95, 44, 0.13);
}

.gm-form input.is-invalid,
.gm-form select.is-invalid,
.gm-form textarea.is-invalid {
  border-color: #b54d3d;
  box-shadow: 0 0 0 3px rgba(181, 77, 61, 0.14);
}

.gm-span-2 {
  grid-column: span 2;
}

.gm-file-input {
  position: absolute;
  width: 1px !important;
  height: 1px;
  opacity: 0;
  pointer-events: none;
}

.gm-file-control {
  display: flex;
  min-height: 36px;
  align-items: center;
  gap: 8px;
  margin-top: 5px;
  padding: 6px 10px;
  border: 1px solid rgba(29, 36, 31, 0.16);
  border-radius: 6px;
  background: var(--gm-white);
  color: var(--gm-ink);
  cursor: pointer;
}

.gm-file-control__button {
  flex: 0 0 auto;
  padding: 4px 9px;
  border: 1px solid rgba(29, 36, 31, 0.24);
  border-radius: 4px;
  background: #f7f7f7;
  color: var(--gm-ink);
  font-size: 0.86rem;
  font-weight: 600;
  line-height: 1.2;
}

.gm-file-control__name {
  min-width: 0;
  color: var(--gm-ink);
  font-size: 0.86rem;
  font-weight: 520;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.gm-file-note {
  display: block;
  margin-top: 6px;
  color: var(--gm-muted);
  font-size: 0.82rem;
  font-weight: 550;
  line-height: 1.25;
}

.gm-hp {
  position: absolute;
  left: -10000px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.gm-notice {
  margin: 28px 0 -18px;
  padding: 16px 18px;
  border-radius: var(--gm-radius);
  font-weight: 750;
}

.gm-notice--success {
  color: #133f23;
  background: #e5f4e9;
  border: 1px solid #b9dfc3;
}

.gm-notice--error {
  color: #6f1d1d;
  background: #fff1ed;
  border: 1px solid #f3c4b5;
}

.gm-form-notice {
  margin: 16px 0 0;
  font-weight: 650;
}

.gm-form__privacy {
  margin: 16px 0 0;
  color: rgba(21, 37, 28, 0.68);
  font-size: 0.84rem;
  line-height: 1.45;
}

.gm-form .gm-button + .gm-form__privacy {
  margin-top: 16px;
}

.gm-wood-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(390px, 0.58fr);
  grid-template-areas:
    "copy copy"
    "table form";
  gap: 24px;
  align-items: stretch;
}

.gm-wood-layout > div:first-child {
  grid-area: copy;
  max-width: 100%;
}

.gm-wood-layout > div:first-child h2 {
  max-width: 1000px;
}

.gm-wood-layout > div:first-child p:not(.gm-kicker) {
  max-width: 720px;
  margin-top: 16px;
}

.gm-wood-layout > .gm-form {
  grid-area: form;
  align-self: stretch;
}

.gm-table-wrap {
  grid-area: table;
  display: block;
  overflow: hidden;
  border: 1px solid rgba(16, 40, 16, 0.1);
  border-radius: var(--gm-radius);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(247, 244, 237, 0.92));
  box-shadow: 0 24px 64px rgba(16, 40, 16, 0.12);
}

.gm-table {
  width: 100%;
  height: 100%;
  min-width: 0;
  table-layout: fixed;
  border-collapse: separate;
  border-spacing: 0;
}

.gm-table th,
.gm-table td {
  padding: 15px 18px;
  border-bottom: 1px solid rgba(16, 40, 16, 0.08);
  text-align: left;
  vertical-align: middle;
}

.gm-table th {
  color: var(--gm-white);
  background: var(--gm-green-800);
  font-size: 0.78rem;
  font-weight: 850;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.gm-table td {
  color: var(--gm-green-950);
  font-size: 0.9rem;
  line-height: 1.38;
}

.gm-table tbody tr {
  background: rgba(255, 255, 255, 0.72);
}

.gm-table tbody tr:nth-child(even) {
  background: rgba(247, 244, 237, 0.86);
}

.gm-table td:first-child {
  font-weight: 760;
}

.gm-table td:not(:first-child) {
  color: var(--gm-muted);
}

.gm-table tr:last-child td {
  border-bottom: 0;
}

.gm-form--compact {
  box-shadow: 0 16px 42px rgba(16, 40, 16, 0.08);
  padding: clamp(20px, 1.6vw, 24px);
}

.gm-form--compact h3 {
  margin-bottom: 14px;
}

.gm-form--compact .gm-form__grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px 12px;
}

.gm-form--compact .gm-span-2 {
  grid-column: span 2;
}

.gm-form--compact textarea {
  min-height: 68px;
}

.gm-form--compact input,
.gm-form--compact select {
  min-height: 40px;
}

.gm-form--compact .gm-button {
  margin-top: 18px;
  min-height: 44px;
  padding: 11px 22px;
}

.gm-faq {
  display: grid;
  grid-template-columns: minmax(0, 0.72fr) minmax(0, 1fr);
  gap: clamp(32px, 5vw, 76px);
}

.gm-faq__list {
  display: grid;
  gap: 12px;
}

.gm-faq details {
  border: 1px solid var(--gm-line);
  border-radius: var(--gm-radius);
  background: var(--gm-white);
  overflow: hidden;
}

.gm-faq summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  cursor: pointer;
  padding: 18px 20px;
  color: var(--gm-green-950);
  font-weight: 820;
  list-style: none;
}

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

.gm-faq summary::after {
  content: "";
  flex: 0 0 auto;
  width: 9px;
  height: 9px;
  border-right: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  transform: rotate(45deg);
  transition: transform 220ms ease;
}

.gm-faq details[open] summary::after {
  transform: rotate(225deg) translate(-2px, -2px);
}

.gm-faq__answer {
  overflow: hidden;
}

.gm-faq details:not([open]) .gm-faq__answer {
  height: 0;
}

.gm-faq details p {
  margin: 0;
  padding: 0 20px 20px;
}

.gm-contact-section {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  padding: clamp(64px, 7vw, 96px) 0;
  color: var(--gm-white);
  background: var(--gm-green-950);
}

.gm-contact-video,
.gm-contact-overlay {
  position: absolute;
  inset: 0;
}

.gm-contact-video {
  z-index: -2;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.gm-contact-overlay {
  z-index: -1;
  background:
    linear-gradient(90deg, rgba(16, 40, 16, 0.96), rgba(16, 40, 16, 0.78) 46%, rgba(16, 40, 16, 0.58)),
    rgba(16, 40, 16, 0.62);
}

.gm-contact-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.78fr) minmax(560px, 0.82fr);
  gap: clamp(28px, 4vw, 58px);
  align-items: center;
}

.gm-contact-copy h2 {
  max-width: 700px;
  color: var(--gm-white);
}

.gm-contact-copy p:not(.gm-kicker) {
  max-width: 590px;
  margin: 16px 0 0;
  color: rgba(255, 255, 255, 0.82);
  font-size: 1.08rem;
}

.gm-contact-lines {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 24px;
}

.gm-contact-lines a {
  display: inline-flex;
  min-height: 42px;
  align-items: center;
  padding: 9px 14px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: var(--gm-radius);
  background: rgba(255, 255, 255, 0.1);
  color: var(--gm-white) !important;
  font-weight: 600;
  text-decoration: none !important;
}

.gm-form--contact {
  width: 100%;
  max-width: 780px;
  padding: clamp(22px, 2vw, 28px);
  background: rgba(255, 255, 255, 0.96);
  border-color: rgba(255, 255, 255, 0.72);
}

.gm-form--contact h3 {
  margin-bottom: 14px;
}

.gm-form--contact .gm-form__grid {
  gap: 12px 16px;
}

.gm-form--contact input,
.gm-form--contact select {
  min-height: 44px;
}

.gm-form--contact textarea {
  min-height: 90px;
}

.gm-form--contact .gm-button {
  margin-top: 18px;
  min-height: 44px;
  padding: 11px 22px;
}

.gm-footer {
  padding: 76px 0 44px;
  color: rgba(255, 255, 255, 0.8);
  background: var(--gm-green-950);
}

.gm-footer__grid {
  display: grid;
  grid-template-columns: minmax(280px, 1.15fr) minmax(220px, 0.75fr) minmax(170px, 0.5fr) minmax(280px, 0.85fr);
  gap: clamp(22px, 4vw, 58px);
  align-items: start;
}

.gm-footer__grid > div:first-child {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  grid-template-rows: auto auto;
  grid-template-areas:
    "title"
    "text";
  gap: 8px;
  align-items: start;
  margin-top: 38px;
}

.gm-footer__logo {
  position: absolute;
  left: 0;
  top: -70px;
  width: 74px;
  height: 74px;
  object-fit: contain;
  margin: 0;
}

.gm-footer strong {
  grid-area: title;
  display: block;
  align-self: start;
  color: var(--gm-white);
  font-size: 1.15rem;
  line-height: 1.25;
}

.gm-footer p {
  grid-area: text;
  max-width: 390px;
  margin: 0;
}

.gm-footer address,
.gm-legal,
.gm-footer__privacy {
  display: grid;
  gap: 9px;
  font-style: normal;
}

.gm-footer address {
  justify-self: center;
  align-self: start;
}

.gm-legal {
  justify-self: end;
  align-self: start;
  text-align: left;
}

.gm-footer__privacy {
  justify-self: center;
  align-self: start;
  text-align: left;
}

.gm-footer a {
  color: var(--gm-white);
  text-decoration: none !important;
  text-decoration-color: transparent;
  text-underline-offset: 4px;
  transition: color 0.18s ease, text-decoration-color 0.18s ease;
}

.gm-footer__privacy a:hover,
.gm-footer__privacy a:focus,
.gm-footer__privacy a:focus-visible {
  color: var(--gm-brass);
  text-decoration: underline !important;
  text-decoration-color: var(--gm-brass);
  outline: none;
}

.gm-privacy-page {
  background: var(--gm-cream);
  color: var(--gm-ink);
}

.gm-privacy-hero {
  padding: clamp(86px, 9vw, 128px) 0 clamp(48px, 6vw, 76px);
  color: var(--gm-white);
  background:
    linear-gradient(90deg, rgba(16, 40, 16, 0.94), rgba(16, 40, 16, 0.78)),
    url("forest-hero.jpg") center / cover;
}

.gm-privacy-hero h1 {
  max-width: 900px;
  margin: 0;
  color: var(--gm-white) !important;
  font-size: clamp(2.4rem, 4.2vw, 4.2rem);
  font-weight: 820;
  line-height: 1.06;
}

.gm-privacy-hero p {
  max-width: 720px;
  margin: 18px 0 0;
  color: rgba(255, 255, 255, 0.82);
  font-size: 1.08rem;
}

.gm-policy {
  padding: clamp(54px, 7vw, 88px) 0;
}

.gm-policy__grid {
  display: grid;
  grid-template-columns: minmax(220px, 0.35fr) minmax(0, 1fr);
  gap: clamp(28px, 5vw, 72px);
  align-items: start;
}

.gm-policy__aside {
  position: sticky;
  top: calc(var(--gm-header-height) + var(--gm-header-top) + 24px);
  display: grid;
  gap: 10px;
  padding: 20px;
  border: 1px solid rgba(16, 40, 16, 0.1);
  border-radius: var(--gm-radius);
  background: rgba(255, 255, 255, 0.78);
  box-shadow: 0 18px 44px rgba(16, 40, 16, 0.08);
}

.gm-policy__aside strong {
  color: var(--gm-green-950);
}

.gm-policy__aside a {
  color: var(--gm-green-700);
  font-weight: 650;
  text-decoration: none;
}

.gm-policy__content {
  display: grid;
  gap: 18px;
}

.gm-policy__card {
  padding: clamp(22px, 3vw, 34px);
  border: 1px solid rgba(16, 40, 16, 0.1);
  border-radius: var(--gm-radius);
  background: var(--gm-white);
  box-shadow: 0 18px 46px rgba(16, 40, 16, 0.08);
}

.gm-policy__card h2 {
  margin: 0 0 14px;
  color: var(--gm-green-950);
  font-size: clamp(1.35rem, 2vw, 1.85rem);
  font-weight: 820;
  line-height: 1.12;
}

.gm-policy__card p,
.gm-policy__card li {
  color: var(--gm-muted);
  line-height: 1.68;
}

.gm-policy__card p {
  margin: 0 0 12px;
}

.gm-policy__card p:last-child {
  margin-bottom: 0;
}

.gm-policy__card ul {
  margin: 0;
  padding-left: 20px;
}

.gm-cookie {
  position: fixed;
  right: 24px;
  bottom: 24px;
  z-index: 10050;
  display: grid;
  grid-template-columns: 1fr;
  gap: 11px;
  width: min(410px, calc(100vw - 32px));
  padding: 13px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: var(--gm-radius);
  background: rgba(16, 40, 16, 0.96);
  color: var(--gm-white);
  box-shadow: 0 28px 70px rgba(0, 0, 0, 0.34);
}

.gm-cookie[hidden] {
  display: none !important;
}

.gm-cookie strong {
  display: block;
  margin-bottom: 3px;
  color: var(--gm-white);
  font-size: 0.94rem;
}

.gm-cookie p {
  margin: 0;
  color: rgba(255, 255, 255, 0.78);
  font-size: 0.82rem;
  line-height: 1.36;
}

.gm-cookie a {
  display: inline-flex;
  align-items: center;
  min-height: 36px;
  margin-right: auto;
  color: var(--gm-brass);
  font-size: 0.82rem;
  font-weight: 650;
  text-decoration: none;
  -webkit-tap-highlight-color: transparent;
  transition: color 0.18s ease, text-decoration-color 0.18s ease;
}

.gm-cookie a:hover,
.gm-cookie a:focus,
.gm-cookie a:focus-visible {
  color: #e1b96f;
  text-decoration: underline;
  text-decoration-color: #e1b96f;
  outline: none;
}

.gm-cookie__actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  gap: 8px;
}

.gm-cookie button {
  min-height: 36px;
  padding: 8px 13px;
  border-radius: var(--gm-radius);
  appearance: none;
  -webkit-tap-highlight-color: transparent;
  cursor: pointer;
  font-size: 0.84rem;
  font-weight: 650;
  transition: background-color 0.18s ease, border-color 0.18s ease, color 0.18s ease, box-shadow 0.18s ease;
}

.gm-cookie button:hover,
.gm-cookie button:focus,
.gm-cookie button:active,
.gm-cookie button:focus-visible {
  outline: none;
  box-shadow: none;
}

.gm-cookie__secondary {
  border: 1px solid rgba(255, 255, 255, 0.24);
  background: transparent;
  color: var(--gm-white);
}

.gm-cookie__secondary:hover,
.gm-cookie__secondary:focus,
.gm-cookie__secondary:active,
.gm-cookie__secondary:focus-visible {
  border-color: rgba(196, 154, 84, 0.58);
  background: rgba(255, 255, 255, 0.08);
  color: var(--gm-white);
}

.gm-cookie__primary {
  border: 1px solid var(--gm-brass);
  background: var(--gm-brass);
  color: var(--gm-green-950);
}

.gm-cookie__primary:hover,
.gm-cookie__primary:focus,
.gm-cookie__primary:active,
.gm-cookie__primary:focus-visible {
  border-color: #d8ae63;
  background: #d8ae63;
  color: var(--gm-green-950);
}

@media (max-width: 1100px) {
  .gm-header {
    grid-template-columns: auto auto auto auto;
  }

  .gm-nav {
    gap: 16px;
  }

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

  .gm-form-layout,
  .gm-wood-layout {
    grid-template-columns: 1fr;
    grid-template-areas:
      "copy"
      "table"
      "form";
  }

  .gm-form-copy {
    position: static;
  }

  .gm-contact-grid {
    grid-template-columns: 1fr;
  }

  .gm-form--contact {
    max-width: 780px;
  }
}

@media (max-width: 920px) {
  .gm-site {
    --gm-header-height: 72px;
  }

  .gm-header {
    grid-template-columns: minmax(0, 1fr) auto auto;
    gap: 10px;
    padding-inline: 24px;
  }

  .gm-menu-toggle {
    display: inline-flex;
    grid-column: 4;
    grid-row: 1;
    width: 40px;
    height: 40px;
  }

  .gm-nav {
    position: absolute;
    top: calc(100% + 8px);
    left: 16px;
    right: 16px;
    display: grid;
    justify-items: stretch;
    justify-content: stretch;
    gap: 4px;
    padding: 8px;
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: var(--gm-radius);
    background: rgba(12, 31, 12, 0.98);
    box-shadow: 0 18px 44px rgba(0, 0, 0, 0.22);
    max-height: 0;
    overflow: hidden;
    transform: translateY(-12px) scaleY(0.96);
    transform-origin: top center;
    opacity: 0;
    pointer-events: none;
    transition:
      max-height 260ms ease,
      opacity 200ms ease,
      transform 260ms cubic-bezier(0.22, 1, 0.36, 1);
    text-align: left;
  }

  .gm-site.gm-nav-open .gm-nav {
    max-height: 360px;
    transform: translateY(0) scaleY(1);
    opacity: 1;
    pointer-events: auto;
  }

  .gm-nav a {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
    min-height: 46px;
    padding: 13px 14px;
    border-radius: 6px;
    color: rgba(255, 255, 255, 0.9);
    text-align: left;
    justify-self: stretch;
    -webkit-tap-highlight-color: transparent;
  }

  .gm-nav a [data-gm-i18n] {
    display: block;
    width: 100%;
    text-align: left;
  }

  .gm-nav a:hover,
  .gm-nav a:focus,
  .gm-nav a:active {
    background: rgba(49, 95, 44, 0.55);
    color: var(--gm-white);
    outline: none;
  }

  .gm-nav a:focus-visible {
    box-shadow: inset 0 0 0 2px rgba(196, 154, 84, 0.42);
  }

  .gm-nav a::after {
    display: none;
  }

  .gm-nav__social {
    display: none !important;
  }

  .gm-lang {
    grid-column: 2;
    grid-row: 1;
    justify-self: end;
  }

  .gm-social-link {
    grid-column: 3;
    grid-row: 1;
    justify-self: end;
    width: 40px;
    height: 40px;
  }

  .gm-social-link {
    display: none;
  }

  .gm-nav__social {
    display: flex !important;
    justify-content: center;
    justify-self: start !important;
    width: 62% !important;
    min-width: 190px;
    max-width: 250px;
    margin-top: 8px;
    padding-right: 14px;
    border: 1px solid rgba(196, 154, 84, 0.35);
    background: rgba(196, 154, 84, 0.14);
    color: var(--gm-white) !important;
    font-weight: 720;
  }

  .gm-nav__social::before {
    content: "";
    display: inline-flex;
    width: 24px;
    height: 24px;
    align-items: center;
    justify-content: center;
    margin-right: 10px;
    border-radius: 999px;
    background: var(--gm-brass);
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23102810' d='M15.12 8.02h-2.02c-.75 0-.9.36-.9.88v1.16h2.86l-.37 2.89h-2.49V20.4H9.22v-7.45H6.73v-2.89h2.49V8.72c0-2.47 1.51-3.81 3.71-3.81 1.06 0 1.96.08 2.23.11v3z'/%3E%3C/svg%3E");
    background-position: center;
    background-repeat: no-repeat;
    background-size: 19px 19px;
  }

  .gm-nav__social:hover,
  .gm-nav__social:focus,
  .gm-nav__social:active {
    background: rgba(196, 154, 84, 0.22);
    border-color: rgba(196, 154, 84, 0.5);
  }

  .gm-hero,
  .gm-hero__grid {
    min-height: auto;
  }

  .gm-hero__grid {
    grid-template-columns: 1fr;
    align-items: start;
    padding: 80px 0 58px;
  }

  .gm-hero__copy {
    align-self: auto;
  }

  .gm-hero h1 {
    font-size: clamp(2.45rem, 8vw, 4.2rem);
  }

  .gm-hero-card {
    max-width: 560px;
  }

  .gm-band__grid,
  .gm-faq,
  .gm-footer__grid {
    grid-template-columns: 1fr;
  }

  .gm-footer__grid {
    align-items: start;
  }

  .gm-footer__grid > div:first-child {
    max-width: 520px;
    margin-top: 0;
  }

  .gm-footer address,
  .gm-legal,
  .gm-footer__privacy {
    justify-self: start;
    text-align: left;
  }
}

@media (max-width: 680px) {
  html,
  body,
  body.gm-page-loaded,
  body:has(.gm-site),
  body.gm-page-loaded .site,
  body.gm-page-loaded .site-content,
  body.gm-page-loaded .site-content .ast-container,
  body.gm-page-loaded .content-area,
  body.gm-page-loaded #primary,
  body.gm-page-loaded #main,
  body.gm-page-loaded .site-main,
  body.gm-page-loaded .entry-content,
  body:has(.gm-site) .site,
  body:has(.gm-site) .site-content,
  body:has(.gm-site) .site-content .ast-container,
  body:has(.gm-site) .content-area,
  body:has(.gm-site) #primary,
  body:has(.gm-site) #main,
  body:has(.gm-site) .site-main,
  body:has(.gm-site) .entry-content {
    background: var(--gm-green-950) !important;
    overflow-x: hidden !important;
  }

  .gm-site {
    --gm-header-height: 66px;
    left: auto;
    width: 100%;
    max-width: 100%;
    margin-left: 0;
    margin-right: 0;
    overflow-x: hidden;
    box-shadow: 2px 0 0 var(--gm-green-950);
  }

  body.gm-page-loaded .gm-site,
  body:has(.gm-site) .gm-site {
    left: auto;
    width: 100%;
    max-width: 100%;
    margin-left: 0;
    margin-right: 0;
    overflow-x: hidden;
    box-shadow: 2px 0 0 var(--gm-green-950);
  }

  body.gm-page-loaded::after,
  body:has(.gm-site)::after {
    content: "";
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 10000;
    width: 2px;
    background: var(--gm-green-950);
    pointer-events: none;
  }

  .gm-shell {
    width: calc(100% - 32px);
    max-width: calc(100% - 32px);
  }

  .gm-header {
    grid-template-columns: minmax(0, 1fr) auto auto;
    gap: 8px;
    right: 0;
    width: 100%;
    max-width: 100%;
    padding-inline: 16px;
    box-shadow: 2px 0 0 var(--gm-green-950), 0 14px 34px rgba(16, 40, 16, 0.18);
  }

  .gm-brand {
    grid-column: 1;
    grid-row: 1;
    min-width: 0;
    gap: 3px;
  }

  .gm-menu-toggle {
    position: relative;
    grid-column: 3;
    grid-row: 1;
    justify-self: end;
    width: 40px;
    height: 40px;
    transform: none;
  }

  .gm-brand__logo {
    width: 46px;
    height: 46px;
  }

  .gm-brand__text {
    font-size: 0.92rem;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .gm-lang {
    grid-column: 2;
    grid-row: 1;
    justify-self: end;
    height: 40px;
    margin-right: 4px;
  }

  .gm-social-link {
    grid-column: 3;
    grid-row: 1;
    justify-self: end;
    width: 40px;
    height: 40px;
  }

  .gm-lang button {
    width: 38px;
    min-width: 38px;
    min-height: 34px;
    font-size: 0.7rem;
  }

  .gm-nav {
    left: 12px;
    right: 12px;
  }

  .gm-privacy-hero {
    padding: 58px 0 46px;
  }

  .gm-privacy-hero h1 {
    font-size: 2.35rem;
  }

  .gm-policy__grid {
    grid-template-columns: 1fr;
  }

  .gm-policy__aside {
    position: static;
  }

  .gm-cookie {
    right: 12px;
    bottom: 12px;
    grid-template-columns: 1fr;
    width: min(430px, calc(100vw - 24px));
    padding: 13px;
  }

  .gm-cookie__actions {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }

  .gm-cookie__actions a {
    grid-column: 1 / -1;
    justify-self: start;
    min-height: auto;
    margin: 0 0 2px;
  }

  .gm-hero {
    background: var(--gm-white);
    color: var(--gm-white);
    overflow: hidden;
  }

  .gm-hero::before {
    content: "";
    position: absolute;
    inset: 0 0 auto;
    z-index: -2;
    display: block;
    height: 780px;
    background-image:
      linear-gradient(90deg, rgba(16, 40, 16, 0.92) 0%, rgba(16, 40, 16, 0.76) 54%, rgba(16, 40, 16, 0.36) 100%),
      url("forest-hero.jpg");
    background-position: 58% center;
    background-size: cover;
  }

  .gm-hero__overlay {
    display: none;
  }

  .gm-hero__grid {
    padding-top: 52px;
    padding-bottom: 46px;
  }

  .gm-hero h1 {
    font-size: 2.9rem;
    font-weight: 1000;
    line-height: 0.94;
    text-shadow: 0.55px 0 currentColor, -0.3px 0 currentColor;
  }

  .gm-hero .gm-kicker {
    font-size: 0.96rem;
    line-height: 1.32;
  }

  .gm-hero-card h2 {
    font-size: 1.18rem;
  }

  .gm-hero__copy,
  .gm-hero-card {
    width: calc(100% - 32px);
    max-width: calc(100% - 32px);
    min-width: 0;
  }

  .gm-hero__actions,
  .gm-proof {
    width: calc(100% - 32px);
    max-width: calc(100% - 32px);
  }

  .gm-hero__lead {
    font-size: 1rem;
  }

  .gm-hero__copy {
    color: var(--gm-white);
  }

  .gm-hero-card {
    position: relative;
    z-index: 0;
    margin-top: 66px;
    background: var(--gm-white);
    border-color: transparent;
    box-shadow: 0 18px 48px rgba(16, 40, 16, 0.14);
  }

  .gm-hero-card::before {
    content: "";
    position: absolute;
    top: -28px;
    bottom: -120px;
    left: calc(50% - 50vw);
    right: calc(50% - 50vw);
    z-index: -1;
    background: var(--gm-white);
  }

  .gm-hero__actions,
  .gm-proof {
    display: flex !important;
    flex-wrap: wrap;
  }

  .gm-proof {
    gap: 16px;
  }

  .gm-offer-card {
    width: 100%;
  }

  .gm-proof > span {
    justify-content: center;
    min-height: 46px;
    padding: 8px 14px;
    font-size: 1rem;
    font-weight: 560;
    line-height: 1.25;
    width: 100% !important;
    border-color: rgba(255, 255, 255, 0.16) !important;
    background: rgba(255, 255, 255, 0.075);
    white-space: normal;
  }

  .gm-button {
    width: 100%;
    min-height: 50px;
  }

  .gm-section {
    padding: 62px 0;
  }

  .gm-services {
    grid-template-columns: 1fr;
  }

  .gm-service-video {
    height: 230px;
    margin-top: 20px;
  }

  .gm-service {
    min-height: 0;
  }

  .gm-band__grid > div {
    grid-template-columns: 40px minmax(0, 1fr);
  }

  .gm-band__grid > div > span {
    width: 40px;
    height: 40px;
  }

  .gm-form {
    padding: 18px;
  }

  .gm-form__grid,
  .gm-form--compact .gm-form__grid {
    grid-template-columns: 1fr;
  }

  .gm-span-2,
  .gm-form--compact .gm-span-2 {
    grid-column: auto;
  }

  .gm-wood-layout {
    gap: 18px;
  }

  .gm-wood-layout > div:first-child h2 {
    font-size: 2rem;
  }

  .gm-table-wrap {
    display: block;
    overflow: visible;
    border: 0;
    background: transparent;
    box-shadow: none;
  }

  .gm-table {
    height: auto;
    min-width: 0;
    border: 0 !important;
    border-collapse: separate;
    border-spacing: 0;
    background: transparent;
  }

  .gm-table thead {
    display: none;
  }

  .gm-table,
  .gm-table tbody,
  .gm-table tr,
  .gm-table td {
    display: block;
    width: 100%;
    border-left: 0 !important;
    border-right: 0 !important;
  }

  .gm-table tbody {
    display: grid;
    gap: 12px;
    border: 0 !important;
    background: transparent;
  }

  .gm-table tr {
    overflow: hidden;
    padding: 14px;
    border: 1px solid var(--gm-line);
    border-radius: var(--gm-radius);
    background: var(--gm-white);
    box-shadow: 0 12px 28px rgba(16, 40, 16, 0.07);
  }

  .gm-table tr:last-child {
    border-bottom: 1px solid var(--gm-line);
  }

  .gm-table td {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    gap: 14px;
    padding: 6px 0;
    border: 0;
    color: var(--gm-ink);
    font-size: 0.92rem;
    line-height: 1.35;
    overflow-wrap: anywhere;
  }

  .gm-table td:first-child {
    display: block;
    padding: 0 0 9px;
    margin-bottom: 2px;
    border-bottom: 1px solid var(--gm-line);
    color: var(--gm-green-950);
    font-size: 1rem;
    font-weight: 850;
  }

  .gm-table td::before {
    content: attr(data-label);
    color: var(--gm-green-950);
    font-size: 0.78rem;
    font-weight: 850;
    line-height: 1.25;
    text-transform: uppercase;
    overflow-wrap: normal;
  }

  .gm-table td:first-child::before {
    display: none;
  }

  .gm-site[data-gm-lang="en"] .gm-table td::before {
    content: attr(data-label-en);
  }

  .gm-site[data-gm-lang="en"] .gm-table td:first-child::before {
    display: none;
  }

  .gm-footer {
    padding-bottom: 38px;
  }

  .gm-contact-lines {
    display: grid;
    grid-template-columns: 1fr;
  }
}

@media (max-width: 520px) {
  .gm-shell {
    width: calc(100% - 32px);
    max-width: calc(100% - 32px);
    margin-left: 16px;
    margin-right: auto;
  }

  .gm-hero__copy,
  .gm-hero-card,
  .gm-hero__actions,
  .gm-proof {
    width: 100%;
    max-width: 100%;
  }

  .gm-hero h1 {
    font-size: 2.6rem;
    font-weight: 1000;
    line-height: 0.94;
    text-shadow: 0.55px 0 currentColor, -0.3px 0 currentColor;
  }
}

@media (max-width: 420px) {
  .gm-footer__grid > div:first-child {
    grid-template-rows: auto auto;
    gap: 7px;
  }

  .gm-footer__logo {
    width: 58px;
    height: 58px;
    top: -66px;
  }

  .gm-hero h1 {
    font-size: 2.3rem;
    font-weight: 1000;
    line-height: 0.96;
    text-shadow: 0.55px 0 currentColor, -0.3px 0 currentColor;
  }

  .gm-section h2,
  .gm-faq h2,
  .gm-contact-copy h2,
  .gm-wood-layout > div:first-child h2 {
    font-size: 1.9rem;
  }

  .gm-table td {
    gap: 10px;
    padding: 6px 0;
  }

  .gm-table tr {
    padding: 12px;
  }

  .gm-table td::before {
    font-size: 0.76rem;
  }
}

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

  .gm-nav,
  .gm-site.gm-nav-open .gm-nav {
    transition: none;
  }
}

@media (max-width: 782px) {
  body.admin-bar .gm-site {
    --gm-header-top: 46px;
  }
}
