@font-face {
  font-family: "Inter";
  src:
    url("../fonts/Inter-400.woff2") format("woff2"),
    url("../fonts/Inter-400.ttf") format("truetype");
  font-display: swap;
  font-style: normal;
  font-weight: 400;
}

/* Homepage closing consultation CTA. */
body.home .gf-home-consultation {
  padding: var(--space-12) 0 var(--space-16);
}

body.home .gf-home-consultation__inner {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) auto;
  align-items: center;
  gap: var(--space-10);
  overflow: hidden;
  min-height: 310px;
  padding: 52px 56px;
  border: 1px solid rgba(255, 255, 255, 0.44);
  border-radius: var(--gf-radius-glass);
  color: #fff;
  background:
    radial-gradient(circle at 92% 8%, rgba(174, 214, 181, 0.28), transparent 30%),
    linear-gradient(135deg, #102d1b, #1d5030 58%, #2e6a42);
  box-shadow: 0 30px 70px rgba(18, 55, 31, 0.2);
}

body.home .gf-home-consultation__inner::before {
  position: absolute;
  inset: 0;
  background-image: radial-gradient(rgba(255, 255, 255, 0.12) 1px, transparent 1px);
  background-size: 24px 24px;
  content: "";
  opacity: 0.24;
  -webkit-mask-image: linear-gradient(90deg, transparent 30%, #000);
  mask-image: linear-gradient(90deg, transparent 30%, #000);
}

body.home .gf-home-consultation__inner::after {
  position: absolute;
  right: -80px;
  bottom: -120px;
  width: 320px;
  height: 320px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 50%;
  content: "";
}

body.home .gf-home-consultation .gf-eyebrow,
body.home .gf-home-consultation h2,
body.home .gf-home-consultation p,
body.home .gf-home-consultation__actions {
  position: relative;
  z-index: 1;
}

body.home .gf-home-consultation .gf-eyebrow {
  display: inline-flex;
  padding: 7px 12px;
  border: 1px solid rgba(205, 238, 212, 0.22);
  border-radius: 999px;
  color: #bfe1c7;
  background: rgba(255, 255, 255, 0.07);
}

body.home .gf-home-consultation h2 {
  max-width: 720px;
  margin: var(--space-2) 0 var(--space-3);
  color: #fff;
  font-size: clamp(30px, 3.3vw, 46px);
  line-height: 1.12;
}

body.home .gf-home-consultation p {
  max-width: 680px;
  margin: 0;
  color: rgba(255, 255, 255, 0.76);
  line-height: 1.7;
}

body.home .gf-home-consultation__actions {
  display: grid;
  min-width: 230px;
  gap: var(--space-3);
}

body.home .gf-home-consultation__actions .gf-button {
  width: 100%;
  min-height: 52px;
  justify-content: center;
  border-radius: 999px;
  transition: transform 220ms ease, box-shadow 220ms ease, background-color 220ms ease;
}

body.home .gf-home-consultation__actions .gf-button--primary {
  color: var(--gf-primary-green);
  background: #fff;
  box-shadow: 0 14px 34px rgba(4, 28, 13, 0.2);
}

body.home .gf-home-consultation__actions .gf-button--liquid {
  color: #fff;
  border-color: rgba(255, 255, 255, 0.3);
  background: rgba(255, 255, 255, 0.1);
}

body.home .gf-home-consultation__actions .gf-button:hover {
  transform: translateY(-2px);
}

@media (max-width: 900px) {
  body.home .gf-home-consultation {
    padding: var(--space-8) 0 var(--space-12);
  }

  body.home .gf-home-consultation__inner {
    grid-template-columns: 1fr;
    gap: var(--space-6);
    min-height: 0;
    padding: var(--space-8) var(--space-5);
  }

  body.home .gf-home-consultation h2 {
    font-size: 28px;
  }

  body.home .gf-home-consultation p {
    font-size: 13px;
  }

  body.home .gf-home-consultation__actions {
    min-width: 0;
  }
}

@font-face {
  font-family: "Inter";
  src:
    url("../fonts/Inter-500.woff2") format("woff2"),
    url("../fonts/Inter-500.ttf") format("truetype");
  font-display: swap;
  font-style: normal;
  font-weight: 500;
}

@font-face {
  font-family: "Inter";
  src:
    url("../fonts/Inter-600.woff2") format("woff2"),
    url("../fonts/Inter-600.ttf") format("truetype");
  font-display: swap;
  font-style: normal;
  font-weight: 600;
}

@font-face {
  font-family: "Inter";
  src:
    url("../fonts/Inter-700.woff2") format("woff2"),
    url("../fonts/Inter-700.ttf") format("truetype");
  font-display: swap;
  font-style: normal;
  font-weight: 700;
}

:root {
  --gf-primary-green: #1f3d2b;
  --gf-soft-green: #3e6b4a;
  --gf-accent-green: #6faf8f;
  --gf-mint: #7bc298;
  --gf-mist: #d8e3d6;
  --gf-gold: #ddba5a;
  --gf-black: #111111;
  --gf-white: #ffffff;
  --gf-off-white: #f5f5f7;
  --gf-light-gray: #e5e5ea;
  --gf-mid-gray: #8e8e93;
  --gf-dark-gray: #1c1c1e;
  --gf-glass-bg: rgba(255, 255, 255, 0.6);
  --gf-glass-border: rgba(255, 255, 255, 0.3);
  --gf-glass-shadow: rgba(0, 0, 0, 0.1);
  --gf-liquid-blur-control: 10px;
  --gf-liquid-blur-clear: 12px;
  --gf-liquid-blur-box: 18px;
  --gf-liquid-saturation-control: 145%;
  --gf-liquid-saturation-box: 130%;
  --gf-liquid-brightness: 1.03;
  --gf-liquid-clear-background:
    radial-gradient(
      ellipse at 20% 0%,
      rgb(255 255 255 / 62%) 0%,
      transparent 46%
    ),
    radial-gradient(
      ellipse at 88% 110%,
      rgb(62 107 74 / 18%) 0%,
      transparent 58%
    ),
    linear-gradient(
      125deg,
      rgb(255 255 255 / 68%) 0%,
      rgb(245 251 246 / 48%) 54%,
      rgb(216 227 214 / 42%) 100%
    );
  --gf-liquid-box-background:
    radial-gradient(
      ellipse at 18% 0%,
      rgb(255 255 255 / 38%) 0%,
      transparent 48%
    ),
    radial-gradient(
      ellipse at 92% 108%,
      rgb(62 107 74 / 12%) 0%,
      transparent 60%
    ),
    linear-gradient(
      135deg,
      rgb(255 255 255 / 68%) 0%,
      rgb(255 255 255 / 48%) 58%,
      rgb(216 227 214 / 42%) 100%
    );
  --gf-liquid-edge-light:
    linear-gradient(
      180deg,
      rgb(255 255 255 / 96%) 0%,
      rgb(255 255 255 / 58%) 44%,
      rgb(255 255 255 / 16%) 76%,
      rgb(255 255 255 / 66%) 100%
    );
  --gf-liquid-edge-green:
    linear-gradient(
      145deg,
      rgb(255 255 255 / 96%) 0%,
      rgb(255 255 255 / 48%) 28%,
      rgb(111 175 143 / 28%) 62%,
      rgb(62 107 74 / 42%) 82%,
      rgb(255 239 194 / 58%) 100%
    );
  --gf-liquid-shadow-control:
    0 12px 18px rgb(11 11 12 / 11%),
    0 2px 4px -1px rgb(11 11 12 / 8%),
    inset 0 1px 0 rgb(255 255 255 / 36%);
  --gf-liquid-shadow-control-hover:
    0 16px 24px rgb(11 11 12 / 14%),
    0 3px 5px -1px rgb(11 11 12 / 10%),
    inset 0 1px 0 rgb(255 255 255 / 44%);
  --gf-liquid-shadow-box:
    0 18px 45px rgb(11 11 12 / 9%),
    0 3px 7px -2px rgb(11 11 12 / 8%),
    inset 0 1px 1px rgb(255 255 255 / 58%),
    inset 0 -1px 1px rgb(11 11 12 / 5%);
  --gf-liquid-shadow-box-hover:
    0 24px 52px rgb(11 11 12 / 13%),
    0 5px 10px -2px rgb(11 11 12 / 10%),
    inset 0 1px 1px rgb(255 255 255 / 66%),
    inset 0 -1px 1px rgb(11 11 12 / 6%);
  --space-1: 4px;
  --space-2: 8px;
  --space-3: 12px;
  --space-4: 16px;
  --space-6: 24px;
  --space-8: 32px;
  --space-12: 48px;
  --space-16: 64px;
  --gf-radius-sm: 12px;
  --gf-radius-md: 16px;
  --gf-radius-lg: 20px;
  --gf-radius-glass: 24px;
  --gf-radius-pill: 999px;
  --gf-shell: 1200px;
  --gf-shadow-soft: 0 12px 40px rgba(31, 61, 43, 0.08);
  --gf-shadow-card: 0 8px 24px rgba(31, 61, 43, 0.065);
  --gf-ease: 280ms ease-in-out;
  --gf-type-body: 16px;
  --gf-type-support: 15px;
  --gf-type-label: 14px;
  --gf-type-caption: 13px;
  --gf-leading-body: 1.65;
  --gf-leading-support: 1.6;
  --gf-leading-caption: 1.5;
  --gf-text-secondary: #58685d;
  --gf-text-muted: #69776e;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  background: var(--gf-off-white);
  color-scheme: light;
  scroll-behavior: smooth;
}

body.greenfurni-site {
  min-width: 1180px;
  margin: 0;
  overflow-x: auto;
  color: var(--gf-dark-gray);
  background:
    radial-gradient(circle at 2% 17%, rgba(111, 175, 143, 0.12), transparent 18rem),
    radial-gradient(circle at 98% 48%, rgba(216, 227, 214, 0.42), transparent 21rem),
    #fbfcfa;
  font-family:
    "Inter",
    -apple-system,
    BlinkMacSystemFont,
    "Segoe UI",
    "Helvetica Neue",
    Arial,
    sans-serif;
  font-size: var(--gf-type-body);
  font-weight: 400;
  line-height: 1.55;
  letter-spacing: 0.01em;
}

body.greenfurni-site img {
  display: block;
  max-width: 100%;
}

:where(body.greenfurni-site a) {
  color: inherit;
  text-decoration: none;
}

body.greenfurni-site button,
body.greenfurni-site input,
body.greenfurni-site select {
  font: inherit;
}

body.greenfurni-site button {
  color: inherit;
}

.gf-shell {
  width: min(var(--gf-shell), calc(100% - 48px));
  margin-inline: auto;
}

.gf-main {
  position: relative;
  z-index: 2;
  min-height: 50vh;
}

.gf-main > .elementor {
  width: 100%;
}

.gf-main .elementor-element,
.gf-main .elementor-widget,
.gf-main .elementor-widget-container {
  margin: 0;
}

.gf-main .elementor-element.e-con {
  gap: 0;
  padding: 0;
}

.gf-icon {
  flex: 0 0 auto;
}

.screen-reader-text {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

/* Header */

.gf-site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  border-bottom: 1px solid rgba(31, 61, 43, 0.08);
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 8px 32px rgba(31, 61, 43, 0.035);
  -webkit-backdrop-filter: blur(24px);
  backdrop-filter: blur(24px);
}

body.home.greenfurni-site {
  position: relative;
  isolation: isolate;
}

body.home .gf-topbar {
  border-bottom-color: rgba(255, 255, 255, 0.32);
  background:
    radial-gradient(ellipse at 18% 0%, rgb(255 255 255 / 42%), transparent 48%),
    linear-gradient(120deg, rgb(248 251 247 / 30%), rgb(216 227 214 / 16%));
  box-shadow:
    inset 0 1px 0 rgb(255 255 255 / 42%),
    inset 0 -1px 0 rgb(31 61 43 / 8%);
  -webkit-backdrop-filter:
    blur(var(--gf-liquid-blur-clear))
    saturate(var(--gf-liquid-saturation-control))
    brightness(var(--gf-liquid-brightness));
  backdrop-filter:
    blur(var(--gf-liquid-blur-clear))
    saturate(var(--gf-liquid-saturation-control))
    brightness(var(--gf-liquid-brightness));
}

body.home .gf-mainnav {
  background:
    radial-gradient(ellipse at 18% 0%, rgb(255 255 255 / 58%), transparent 46%),
    radial-gradient(ellipse at 88% 110%, rgb(62 107 74 / 10%), transparent 60%),
    linear-gradient(120deg, rgb(255 255 255 / 72%), rgb(245 250 246 / 54%));
  box-shadow:
    0 12px 18px rgb(11 11 12 / 5%),
    0 2px 4px -1px rgb(11 11 12 / 4%),
    inset 0 1px 0 rgb(255 255 255 / 62%),
    inset 0 -1px 0 rgb(31 61 43 / 8%);
  -webkit-backdrop-filter:
    blur(var(--gf-liquid-blur-clear))
    saturate(var(--gf-liquid-saturation-control))
    brightness(var(--gf-liquid-brightness));
  backdrop-filter:
    blur(var(--gf-liquid-blur-clear))
    saturate(var(--gf-liquid-saturation-control))
    brightness(var(--gf-liquid-brightness));
}

.gf-home-atmosphere {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 0;
  height: 734px;
  overflow: hidden;
  pointer-events: none;
}

.gf-home-atmosphere__slice {
  position: absolute;
  right: -5vw;
  left: -5vw;
  z-index: 0;
  background-image: var(--gf-hero-image);
  background-repeat: no-repeat;
  background-size: 100vw auto;
}

.gf-home-atmosphere__slice--top {
  top: -50px;
  height: 220px;
  background-position:
    center
    calc(164px + (500px - 50vw) / 2);
  filter: blur(52px) saturate(1.16) brightness(1.18);
  opacity: 0.86;
  transform: scale(1.06, 1.28);
  transform-origin: center bottom;
}

.gf-home-atmosphere__slice--bottom {
  top: 574px;
  height: 184px;
  background-image:
    linear-gradient(
      180deg,
      rgba(35, 57, 40, 0.08),
      rgba(35, 57, 40, 0.2) 52%,
      rgba(45, 66, 49, 0.12)
    ),
    var(--gf-hero-image);
  background-position:
    center,
    center calc((500px - 50vw) / 2 - 460px);
  background-size:
    100% 100%,
    100vw auto;
  filter: blur(20px) saturate(1.18) brightness(1.5);
  opacity: 0.94;
  transform: scale(1.05, 1.12);
  transform-origin: center top;
  -webkit-mask-image:
    linear-gradient(
      180deg,
      transparent 0,
      #000 14%,
      #000 100%
    );
  mask-image:
    linear-gradient(
      180deg,
      transparent 0,
      #000 14%,
      #000 100%
    );
}

.gf-home-atmosphere::after {
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(90deg, rgba(239, 245, 236, 0.28) 0, transparent 34%, transparent 76%, rgba(250, 252, 248, 0.28) 100%);
  content: "";
}

.gf-home-atmosphere__light {
  position: absolute;
  z-index: 2;
  width: 420px;
  height: 220px;
  border-radius: 50%;
  background: rgba(231, 251, 234, 0.34);
  filter: blur(58px);
  mix-blend-mode: screen;
  opacity: 0.55;
}

.gf-home-atmosphere__light--one {
  top: -40px;
  left: 8%;
  animation: gf-atmosphere-drift-one 13s ease-in-out infinite alternate;
}

.gf-home-atmosphere__light--two {
  top: 565px;
  right: 5%;
  background: rgba(255, 234, 185, 0.28);
  animation: gf-atmosphere-drift-two 16s ease-in-out infinite alternate;
}

.gf-topbar {
  height: 36px;
  border-bottom: 1px solid rgba(31, 61, 43, 0.08);
  color: #4d6456;
  background: rgba(245, 247, 244, 0.85);
  font-size: 11px;
}

.gf-topbar__inner {
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: space-between;
}

.gf-topbar__benefits,
.gf-topbar__contact {
  display: flex;
  align-items: center;
  gap: 14px;
}

.gf-topbar__benefits span,
.gf-topbar__contact span,
.gf-topbar__contact a {
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

.gf-topbar__benefits i,
.gf-topbar__contact i {
  width: 1px;
  height: 13px;
  background: rgba(31, 61, 43, 0.18);
}

.gf-topbar__contact a {
  color: var(--gf-primary-green);
  font-weight: 600;
}

.gf-mainnav {
  height: 78px;
  background: rgba(255, 255, 255, 0.92);
}

.gf-mainnav__inner {
  display: grid;
  height: 100%;
  grid-template-columns: 174px 1fr 344px;
  align-items: center;
  gap: 24px;
}

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

.gf-logo {
  display: flex;
  width: 155px;
  height: 46px;
  align-items: center;
}

.gf-logo img {
  width: 155px;
  height: auto;
}

.gf-navigation {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 27px;
  color: #263c2e;
  font-size: 12px;
  font-weight: 500;
  white-space: nowrap;
}

.gf-navigation > * {
  position: relative;
  padding-block: 28px;
  transition: color var(--gf-ease);
}

.gf-navigation > *::after {
  position: absolute;
  right: 50%;
  bottom: 18px;
  left: 50%;
  height: 2px;
  border-radius: var(--gf-radius-pill);
  background: var(--gf-primary-green);
  content: "";
  transition:
    right var(--gf-ease),
    left var(--gf-ease);
}

.gf-navigation a:hover,
.gf-navigation a[aria-current="page"] {
  color: var(--gf-primary-green);
}

.gf-navigation a:hover::after,
.gf-navigation a[aria-current="page"]::after {
  right: 25%;
  left: 25%;
}

.gf-navigation__pending {
  color: #7c887f;
  cursor: default;
}

.gf-header-tools {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 9px;
}

.gf-language-control {
  position: relative;
  z-index: 20;
  display: inline-flex;
  flex: 0 0 auto;
}

.gf-language-toggle.gf-icon-button {
  display: inline-flex;
  width: 54px;
  padding: 0 9px;
  align-items: center;
  justify-content: center;
  gap: 5px;
  border-radius: var(--gf-radius-pill);
  color: var(--gf-primary-green);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.04em;
}

.gf-language-toggle svg {
  transition: transform var(--gf-ease);
}

.gf-language-toggle[aria-expanded="true"] svg {
  transform: rotate(180deg);
}

.gf-language-dropdown {
  position: absolute;
  top: calc(100% + 9px);
  right: 0;
  min-width: 150px;
  padding: 7px;
  border: 1px solid rgb(31 61 43 / 10%);
  border-radius: 14px;
  background: rgb(255 255 255 / 96%);
  box-shadow: 0 16px 40px rgb(19 45 29 / 16%);
  -webkit-backdrop-filter: blur(16px) saturate(135%);
  backdrop-filter: blur(16px) saturate(135%);
}

.gf-language-dropdown.has-auto-translate {
  min-width: 235px;
}

.gf-language-dropdown[hidden] {
  display: none;
}

.gf-language-switcher ul {
  display: grid;
  gap: 2px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.gf-language-switcher a,
.gf-language-switcher span {
  display: block;
  padding: 9px 11px;
  border-radius: 9px;
  color: #344b3b;
  font-size: 12px;
  line-height: 1.3;
  text-decoration: none;
  white-space: nowrap;
}

.gf-language-switcher a:hover,
.gf-language-switcher a:focus-visible {
  color: var(--gf-primary-green);
  background: rgb(31 92 55 / 8%);
}

.gf-language-switcher .is-current span {
  color: #fff;
  background: var(--gf-primary-green);
}

.gf-header-search {
  display: flex;
  width: 250px;
  height: 42px;
  align-items: center;
  padding: 0 8px 0 17px;
  border-radius: var(--gf-radius-pill);
}

.gf-header-search input {
  min-width: 0;
  flex: 1;
  border: 0;
  outline: 0;
  color: var(--gf-primary-green);
  background: transparent;
  font-size: 11px;
}

.gf-header-search input::placeholder {
  color: #95a097;
}

.gf-header-search button,
.gf-icon-button {
  position: relative;
  display: inline-grid;
  width: 34px;
  height: 34px;
  padding: 0;
  place-items: center;
  border: 0;
  border-radius: 50%;
  background: transparent;
}

.gf-icon-button {
  overflow: visible;
  color: var(--gf-primary-green);
  cursor: pointer;
}

.gf-wishlist-control {
  position: relative;
  display: inline-grid;
  width: 34px;
  height: 34px;
  flex: 0 0 34px;
}

.gf-wishlist-control .gf-icon-button {
  width: 100%;
  height: 100%;
}

.gf-icon-button:hover,
.gf-icon-button:focus-visible {
  background: rgba(31, 61, 43, 0.08);
}

.gf-saved-products-count {
  position: absolute;
  z-index: 1;
  right: -8px;
  top: -4px;
  display: grid;
  min-width: 16px;
  height: 16px;
  padding: 0 3px;
  place-items: center;
  border: 1px solid #fff;
  border-radius: 999px;
  color: #fff;
  background: var(--gf-primary-green);
  font-size: 9px;
  font-weight: 700;
  line-height: 1;
}

.gf-saved-products-drawer {
  position: fixed;
  z-index: 1001;
  top: 18px;
  right: max(18px, calc((100vw - var(--gf-shell)) / 2));
  width: min(370px, calc(100vw - 36px));
  max-height: min(640px, calc(100vh - 36px));
  overflow: auto;
  padding: 20px;
  border: 1px solid rgba(31, 61, 43, 0.14);
  border-radius: 16px;
  background: #fff;
  box-shadow: 0 18px 48px rgba(18, 43, 29, 0.22);
}

.gf-saved-products-drawer__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding-bottom: 15px;
  border-bottom: 1px solid rgba(31, 61, 43, 0.12);
}

.gf-saved-products-drawer__header h2 {
  margin: 0;
  color: var(--gf-primary-green);
  font-size: 18px;
}

.gf-saved-products-drawer__header button,
.gf-saved-product__remove {
  padding: 0;
  border: 0;
  background: transparent;
  color: var(--gf-primary-green);
  cursor: pointer;
}

.gf-saved-products-drawer__header button {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  font-size: 27px;
  line-height: 1;
}

.gf-saved-products-drawer__header button:hover,
.gf-saved-products-drawer__header button:focus-visible,
.gf-saved-product__remove:hover,
.gf-saved-product__remove:focus-visible {
  background: rgba(31, 61, 43, 0.08);
}

.gf-saved-products-drawer__empty {
  margin: 18px 0 2px;
  color: #66766c;
  font-size: 14px;
}

.gf-saved-products-drawer__list {
  display: grid;
  gap: 12px;
  margin: 16px 0 0;
  padding: 0;
  list-style: none;
}

.gf-saved-products-drawer__footer {
  margin-top: 18px;
  padding-top: 16px;
  border-top: 1px solid rgba(31, 61, 43, 0.12);
}

.gf-saved-products-drawer__cta {
  --gf-liquid-background:
    radial-gradient(ellipse at 24% 0%, rgb(255 255 255 / 28%) 0%, transparent 48%),
    radial-gradient(ellipse at 92% 120%, rgb(111 175 143 / 28%) 0%, transparent 56%),
    linear-gradient(135deg, rgb(62 107 74 / 96%), rgb(31 61 43 / 96%));
  --gf-liquid-edge: var(--gf-liquid-edge-light);
  --gf-liquid-shadow: var(--gf-liquid-shadow-control);
  --gf-liquid-blur: var(--gf-liquid-blur-clear);
  --gf-liquid-saturation: var(--gf-liquid-saturation-control);
  display: flex;
  width: 100%;
  min-height: 44px;
  align-items: center;
  justify-content: center;
  border: 0;
  border-radius: var(--gf-radius-pill);
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  transition: background var(--gf-ease), transform var(--gf-ease);
}

/* Dark CTA labels must override the site-wide button color inheritance. */
body.greenfurni-site .gf-button--primary,
body.greenfurni-site .gf-saved-products-drawer__cta,
body.greenfurni-site .gf-consultation-form__submit {
  color: var(--gf-white);
}

.gf-saved-products-drawer__cta:hover,
.gf-saved-products-drawer__cta:focus-visible {
  color: var(--gf-white);
  --gf-liquid-shadow: var(--gf-liquid-shadow-control-hover);
  filter: brightness(1.06);
  transform: translateY(-1px);
}

.gf-saved-product {
  display: grid;
  grid-template-columns: 58px minmax(0, 1fr) auto;
  align-items: center;
  gap: 12px;
}

.gf-saved-product img {
  width: 58px;
  height: 58px;
  border-radius: 9px;
  object-fit: cover;
}

.gf-language-auto-translate {
  display: block;
  width: 100%;
  margin-top: 4px;
  padding: 9px 11px;
  border: 0;
  border-radius: 9px;
  color: #344b3b;
  background: transparent;
  cursor: pointer;
  font: inherit;
  font-size: 12px;
  line-height: 1.3;
  text-align: left;
}

.gf-language-auto-translate:hover,
.gf-language-auto-translate:focus-visible {
  background: rgba(31, 61, 43, 0.08);
  outline: 0;
}

.gf-language-auto-translate:disabled {
  cursor: wait;
  opacity: 0.72;
}

.gf-language-auto-translate-status {
  margin: 5px 8px 3px;
  color: #627469;
  font-size: 11px;
  line-height: 1.45;
}

.gf-language-auto-translate-status[hidden] {
  display: none;
}

.gf-language-auto-translate-status.is-error {
  color: #b8382c;
}

.gf-language-auto-translate-status.is-success {
  color: #237541;
}

.gf-saved-product a {
  color: var(--gf-primary-green);
  font-size: 14px;
  font-weight: 600;
  line-height: 1.35;
}

.gf-saved-product__remove {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  font-size: 20px;
  line-height: 1;
}

.gf-consultation-modal {
  position: fixed;
  z-index: 1100;
  inset: 0;
  display: grid;
  padding: 24px;
  place-items: center;
}

.gf-consultation-modal[hidden] {
  display: none;
}

body.gf-consultation-open {
  overflow: hidden;
}

.gf-consultation-modal__backdrop {
  position: absolute;
  inset: 0;
  border: 0;
  background: rgba(13, 31, 21, 0.54);
  backdrop-filter: blur(4px);
  cursor: default;
}

.gf-consultation-modal__dialog {
  position: relative;
  z-index: 1;
  width: min(620px, 100%);
  max-height: calc(100vh - 48px);
  overflow: auto;
  padding: 30px;
  border-radius: var(--gf-radius-glass);
  isolation: isolate;
  background: var(--gf-liquid-box-background);
  box-shadow: var(--gf-liquid-shadow-box-hover);
  -webkit-backdrop-filter:
    blur(var(--gf-liquid-blur-box))
    saturate(var(--gf-liquid-saturation-box))
    brightness(var(--gf-liquid-brightness));
  backdrop-filter:
    blur(var(--gf-liquid-blur-box))
    saturate(var(--gf-liquid-saturation-box))
    brightness(var(--gf-liquid-brightness));
}

.gf-consultation-modal__dialog > * {
  position: relative;
  z-index: 1;
}

.gf-consultation-modal__dialog::before,
.gf-consultation-form::before {
  position: absolute;
  top: 2px;
  left: 7%;
  z-index: 0;
  width: 72%;
  height: 44%;
  border-radius: inherit;
  background: radial-gradient(ellipse at 38% 0%, rgb(255 255 255 / 72%) 0%, rgb(255 255 255 / 16%) 40%, transparent 70%);
  content: "";
  filter: blur(2px);
  pointer-events: none;
}

.gf-consultation-modal__dialog::after {
  position: absolute;
  inset: 0;
  z-index: 2;
  padding: 1px;
  border-radius: inherit;
  background: var(--gf-liquid-edge-green);
  content: "";
  pointer-events: none;
  -webkit-mask:
    linear-gradient(#000 0 0) content-box,
    linear-gradient(#000 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
}

.gf-consultation-modal__header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 18px;
}

.gf-consultation-modal__header span {
  color: #6e8b79;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.gf-consultation-modal__header h2 {
  margin: 3px 0 0;
  color: var(--gf-primary-green);
  font-size: 25px;
}

.gf-consultation-modal__header button {
  width: 34px;
  height: 34px;
  padding: 0;
  border: 0;
  border: 1px solid rgb(31 61 43 / 10%);
  border-radius: var(--gf-radius-pill);
  background: rgb(255 255 255 / 66%);
  color: var(--gf-primary-green);
  cursor: pointer;
  font-size: 27px;
  line-height: 1;
}

.gf-consultation-modal__products {
  margin: 20px 0;
  padding: 12px 14px;
  border: 1px solid rgb(31 61 43 / 8%);
  border-radius: var(--gf-radius-sm);
  color: #345640;
  background: #f1f6f1;
  font-size: 13px;
  line-height: 1.55;
}

.gf-consultation-form,
.gf-consultation-form__grid {
  display: grid;
  gap: 15px;
}

.gf-consultation-form {
  position: relative;
  isolation: isolate;
  padding: 18px;
  overflow: hidden;
  border-radius: var(--gf-radius-md);
  background: rgb(255 255 255 / 20%);
  box-shadow:
    inset 0 1px 0 rgb(255 255 255 / 48%),
    inset 0 -1px 0 rgb(31 61 43 / 5%);
  -webkit-backdrop-filter: blur(10px) saturate(135%);
  backdrop-filter: blur(10px) saturate(135%);
}

.gf-consultation-form > * {
  position: relative;
  z-index: 1;
}

.gf-consultation-form::after {
  position: absolute;
  inset: 0;
  z-index: 2;
  padding: 1px;
  border-radius: inherit;
  background: var(--gf-liquid-edge-light);
  content: "";
  pointer-events: none;
  -webkit-mask:
    linear-gradient(#000 0 0) content-box,
    linear-gradient(#000 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
}

.gf-consultation-form__grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.gf-consultation-form input,
.gf-consultation-form textarea {
  width: 100%;
  padding: 11px 12px;
  border: 1px solid rgb(31 61 43 / 15%);
  border-radius: var(--gf-radius-sm);
  outline: 0;
  color: var(--gf-primary-green);
  background: rgb(255 255 255 / 46%);
  box-shadow: inset 0 1px 0 rgb(255 255 255 / 62%);
  font: inherit;
  font-size: 14px;
  font-weight: 400;
}

.gf-consultation-form input::placeholder,
.gf-consultation-form textarea::placeholder {
  color: rgb(31 61 43 / 65%);
  opacity: 1;
}

.gf-consultation-form textarea {
  resize: vertical;
}

.gf-consultation-form input:focus,
.gf-consultation-form textarea:focus {
  border-color: var(--gf-primary-green);
  box-shadow: 0 0 0 3px rgba(31, 61, 43, 0.1);
}

.gf-consultation-form__status {
  min-height: 20px;
  margin: 0;
  color: #566e5e;
  font-size: 13px;
}

.gf-consultation-form__status.is-success {
  color: #237541;
}

.gf-consultation-form__status.is-error {
  color: #b8382c;
}

.gf-consultation-form__submit {
  position: relative;
  overflow: hidden;
  isolation: isolate;
  min-height: 46px;
  border: 0;
  border-radius: var(--gf-radius-pill);
  color: #fff;
  background:
    radial-gradient(ellipse at 24% 0%, rgb(255 255 255 / 24%) 0%, transparent 48%),
    linear-gradient(135deg, rgb(62 107 74 / 96%), rgb(31 61 43 / 96%));
  box-shadow: var(--gf-liquid-shadow-control);
  -webkit-backdrop-filter: blur(var(--gf-liquid-blur-clear)) saturate(var(--gf-liquid-saturation-control));
  backdrop-filter: blur(var(--gf-liquid-blur-clear)) saturate(var(--gf-liquid-saturation-control));
  cursor: pointer;
  font-size: 14px;
  font-weight: 700;
}

.gf-consultation-form__submit > span {
  position: relative;
  z-index: 1;
}

.gf-consultation-form__submit::before {
  position: absolute;
  top: 2px;
  left: 12%;
  width: 68%;
  height: 52%;
  border-radius: inherit;
  background: radial-gradient(ellipse at 38% 0%, rgb(255 255 255 / 54%) 0%, transparent 68%);
  content: "";
  filter: blur(2px);
  pointer-events: none;
}

.gf-consultation-form__submit::after {
  position: absolute;
  inset: 0;
  z-index: 2;
  padding: 1px;
  border-radius: inherit;
  background: var(--gf-liquid-edge-light);
  content: "";
  pointer-events: none;
  -webkit-mask:
    linear-gradient(#000 0 0) content-box,
    linear-gradient(#000 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
}

.gf-consultation-form__submit:hover,
.gf-consultation-form__submit:focus-visible {
  color: var(--gf-white);
  box-shadow: var(--gf-liquid-shadow-control-hover);
  filter: brightness(1.06);
}

.gf-consultation-form__submit:disabled {
  cursor: wait;
  opacity: 0.7;
}

@media (max-width: 560px) {
  .gf-consultation-modal {
    padding: 14px;
  }

  .gf-consultation-modal__dialog {
    max-height: calc(100vh - 28px);
    padding: 22px 18px;
  }

  .gf-consultation-form__grid {
    grid-template-columns: 1fr;
  }
}

.gf-cart-count {
  position: absolute;
  top: -3px;
  right: -5px;
  display: grid;
  min-width: 18px;
  height: 18px;
  padding-inline: 4px;
  place-items: center;
  border: 2px solid #fff;
  border-radius: 999px;
  color: #fff;
  background: var(--gf-primary-green);
  font-size: 9px;
  font-weight: 700;
  line-height: 1;
}

/* Shared */

.gf-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  color: var(--gf-soft-green);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

.gf-button {
  display: inline-flex;
  min-height: 46px;
  align-items: center;
  justify-content: center;
  gap: 12px;
  padding: 12px 24px;
  border: 0;
  border-radius: var(--gf-radius-pill);
  font-size: 13px;
  font-weight: 600;
  transition:
    transform var(--gf-ease),
    box-shadow var(--gf-ease),
    background var(--gf-ease);
}

@media (hover: hover) and (pointer: fine) {
  .gf-button:hover {
    transform: translateY(-2px) scale(1.01);
  }
}

.gf-button:active {
  transform: scale(0.97);
}

.gf-button--primary {
  color: var(--gf-white);
  background: linear-gradient(180deg, var(--gf-soft-green), var(--gf-primary-green));
  box-shadow:
    0 9px 24px rgba(31, 61, 43, 0.24),
    inset 0 1px 0 rgba(255, 255, 255, 0.24);
}

.gf-button--liquid {
  position: relative;
  min-height: 46px;
  overflow: hidden;
  padding: 5px 18px 5px 6px;
  color: var(--gf-primary-green);
}

.gf-button--liquid:focus-visible {
  outline: 2px solid var(--gf-primary-green);
  outline-offset: 3px;
}

.gf-button__icon {
  position: relative;
  z-index: 1;
  display: inline-grid;
  width: 34px;
  height: 34px;
  flex: 0 0 34px;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.78);
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.46);
  box-shadow:
    0 5px 14px rgba(31, 61, 43, 0.09),
    inset 0 1px 0 rgba(255, 255, 255, 0.88);
}

.gf-button--liquid > span:last-child {
  position: relative;
  z-index: 1;
}

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

.gf-text-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--gf-primary-green);
  font-size: 12px;
  font-weight: 600;
}

.gf-section {
  padding-block: var(--space-12) 0;
}

.gf-section--last {
  padding-bottom: var(--space-12);
}

.gf-section-heading {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: var(--space-8);
  margin-bottom: var(--space-6);
}

.gf-section-heading h2 {
  margin: 4px 0 3px;
  color: var(--gf-primary-green);
  font-size: 24px;
  font-weight: 600;
  line-height: 1.4;
}

.gf-section-heading p {
  margin: 0;
  color: #6d7d71;
  font-size: 12px;
}

.gf-home-categories .gf-section-heading p {
  color: #405b49;
  font-weight: 500;
}

.gf-glass {
  border-radius: var(--gf-radius-glass);
}

/* Home hero */

.gf-home-hero {
  position: relative;
  padding-top: 0;
}

body.home .gf-home-hero.gf-shell {
  --gf-hero-liquid-left: max(25px, calc((100vw - 1200px) / 2 + 25px));
  width: 100%;
  max-width: none;
  margin-inline: 0;
}

.gf-home-hero__media {
  position: relative;
  min-height: 500px;
  overflow: hidden;
  border-radius: 0;
  background-image:
    linear-gradient(118deg, rgb(255 255 255 / 20%), rgb(241 255 246 / 9%) 56%, transparent 82%),
    var(--gf-hero-image);
  background-blend-mode: screen, normal;
  background-position: center;
  background-size: cover;
  box-shadow:
    0 24px 70px rgba(31, 50, 37, 0.13),
    inset 0 1px 0 rgba(255, 255, 255, 0.62);
  isolation: isolate;
}

.gf-home-hero__media::before {
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    linear-gradient(118deg, rgb(255 255 255 / 12%), transparent 62%),
    linear-gradient(90deg, rgba(22, 42, 29, 0.035), transparent 56%),
    linear-gradient(0deg, rgba(18, 33, 23, 0.045), transparent 35%);
  content: "";
  pointer-events: none;
}

.gf-home-hero__media::after {
  position: absolute;
  inset: 0;
  z-index: 3;
  border: 1px solid rgba(255, 255, 255, 0.64);
  border-radius: inherit;
  box-shadow:
    inset 0 1px 1px rgba(255, 255, 255, 0.78),
    inset 18px 0 40px rgba(255, 255, 255, 0.08),
    inset 0 -20px 42px rgba(244, 250, 244, 0.12);
  content: "";
  pointer-events: none;
}

.gf-home-hero__edge-blur {
  position: absolute;
  z-index: 2;
  background-image: var(--gf-hero-image);
  background-position: center;
  background-size: 100vw auto;
  content: "";
  filter: blur(24px) saturate(1.12);
  opacity: 0.52;
  pointer-events: none;
}

.gf-home-hero__edge-blur--top {
  top: -26px;
  right: -24px;
  left: -24px;
  height: 105px;
  background-position: center calc((500px - 50vw) / 2 + 26px);
  -webkit-mask-image: linear-gradient(180deg, #000 0, rgba(0, 0, 0, 0.7) 36%, transparent 100%);
  mask-image: linear-gradient(180deg, #000 0, rgba(0, 0, 0, 0.7) 36%, transparent 100%);
}

.gf-home-hero__edge-blur--left {
  top: -20px;
  bottom: -20px;
  left: -25px;
  width: 150px;
  background-position: 25px calc((500px - 50vw) / 2 + 20px);
  -webkit-mask-image: linear-gradient(90deg, #000 0, rgba(0, 0, 0, 0.62) 42%, transparent 100%);
  mask-image: linear-gradient(90deg, #000 0, rgba(0, 0, 0, 0.62) 42%, transparent 100%);
}

.gf-home-hero__edge-blur--bottom {
  right: -24px;
  bottom: -28px;
  left: -24px;
  height: 118px;
  background-position: center calc((500px - 50vw) / 2 - 410px);
  -webkit-mask-image: linear-gradient(0deg, #000 0, rgba(0, 0, 0, 0.64) 38%, transparent 100%);
  mask-image: linear-gradient(0deg, #000 0, rgba(0, 0, 0, 0.64) 38%, transparent 100%);
}

.gf-liquid-defs {
  position: absolute;
  overflow: hidden;
}

.gf-home-hero__liquid {
  position: absolute;
  top: 43px;
  left: var(--gf-hero-liquid-left, 25px);
  z-index: 6;
  width: 600px;
  height: 410px;
  filter: drop-shadow(0 20px 32px rgba(22, 47, 31, 0.15));
}

.gf-home-hero__refraction,
.gf-home-hero__glass,
.gf-liquid-orb {
  position: absolute;
  inset: 0;
  clip-path: var(--gf-hero-clip);
}

.gf-home-hero__refraction {
  z-index: 0;
  background-image: var(--gf-hero-image);
  background-position:
    calc(0px - var(--gf-hero-liquid-left, 25px))
    calc((500px - 50vw) / 2 - 43px);
  background-size: 100vw auto;
  filter: blur(4.5px) saturate(1.2) brightness(1.05);
  opacity: 0.86;
  transform: scale(1.012);
}

.gf-home-hero__glass {
  z-index: 1;
  border: 0;
  border-radius: 0;
  background:
    radial-gradient(ellipse at 20% 0%, rgb(255 255 255 / 64%), transparent 42%),
    radial-gradient(ellipse at 90% 108%, rgb(62 107 74 / 16%), transparent 58%),
    linear-gradient(130deg, rgb(255 255 255 / 48%), rgb(244 250 244 / 16%) 55%, rgb(255 255 255 / 30%));
  box-shadow:
    0 18px 45px rgb(11 11 12 / 8%),
    0 3px 7px -2px rgb(11 11 12 / 7%),
    inset 18px 22px 42px rgb(255 255 255 / 36%),
    inset -22px -18px 40px rgb(62 107 74 / 13%),
    inset 0 1px 1px rgb(255 255 255 / 58%);
  -webkit-backdrop-filter: blur(15px) saturate(145%) brightness(var(--gf-liquid-brightness));
  backdrop-filter: blur(15px) saturate(145%) brightness(var(--gf-liquid-brightness));
}

.gf-home-hero__glass::before {
  position: absolute;
  inset: 12px 15px 18px 13px;
  border-radius: 48% 52% 49% 51% / 52% 44% 56% 48%;
  background:
    linear-gradient(125deg, rgba(255, 255, 255, 0.42), transparent 31%),
    radial-gradient(circle at 88% 30%, rgba(255, 255, 255, 0.28), transparent 26%);
  content: "";
  filter: blur(3px);
}

.gf-liquid-orb {
  z-index: 2;
  pointer-events: none;
  mix-blend-mode: screen;
}

.gf-liquid-orb::before {
  position: absolute;
  width: 230px;
  height: 150px;
  border-radius: 50%;
  content: "";
  filter: blur(25px);
}

.gf-liquid-orb--mint::before {
  top: 18px;
  left: 44px;
  background: rgba(204, 255, 224, 0.45);
  animation: gf-liquid-orb-mint 10s ease-in-out infinite alternate;
}

.gf-liquid-orb--warm::before {
  right: 25px;
  bottom: 25px;
  background: rgba(255, 232, 177, 0.34);
  animation: gf-liquid-orb-warm 13s ease-in-out infinite alternate;
}

.gf-home-hero__outline {
  position: absolute;
  inset: 0;
  z-index: 4;
  width: 100%;
  height: 100%;
  overflow: visible;
  pointer-events: none;
}

.gf-home-hero__outline-line,
.gf-home-hero__outline-ambient {
  fill: none;
  vector-effect: non-scaling-stroke;
}

.gf-home-hero__outline-ambient {
  stroke: rgba(244, 255, 247, 0.7);
  stroke-width: 7;
  filter: var(--gf-hero-halo);
  opacity: 0.28;
}

.gf-home-hero__outline-line {
  stroke: var(--gf-hero-stroke);
  stroke-width: 1.35;
  opacity: 0.9;
}

.gf-home-hero__svg-blooms {
  mix-blend-mode: screen;
}

.gf-home-hero__svg-bloom--two {
  opacity: 0.86;
}

.gf-home-hero__svg-bloom--three {
  opacity: 0.7;
}

.gf-home-hero__content {
  position: absolute;
  top: 50%;
  left: 54px;
  z-index: 5;
  width: 430px;
  transform: translateY(-50%);
}

.gf-home-hero h1 {
  margin: 12px 0 13px;
  color: var(--gf-primary-green);
  font-size: 48px;
  font-weight: 600;
  letter-spacing: -0.035em;
  line-height: 1.12;
}

.gf-home-hero h1 span {
  color: #263d2f;
  font-size: 35px;
  font-weight: 400;
  letter-spacing: -0.025em;
}

.gf-home-hero p {
  margin: 0;
  color: #4d6052;
  font-size: 13px;
  line-height: 1.65;
}

.gf-home-hero__actions {
  display: flex;
  align-items: center;
  gap: 27px;
  margin-top: 27px;
}

/* Keep the catalogue play icon visually attached to its CTA label. */
.gf-home-hero__actions .gf-button--liquid {
  gap: 7px;
}

@keyframes gf-liquid-orb-mint {
  0% {
    opacity: 0.55;
    transform: translate3d(-30px, -12px, 0) scale(0.82);
  }
  50% {
    opacity: 0.9;
  }
  100% {
    opacity: 0.6;
    transform: translate3d(230px, 75px, 0) scale(1.18);
  }
}

@keyframes gf-liquid-orb-warm {
  0% {
    opacity: 0.48;
    transform: translate3d(30px, 12px, 0) scale(0.88);
  }
  100% {
    opacity: 0.85;
    transform: translate3d(-250px, -120px, 0) scale(1.2);
  }
}

@keyframes gf-atmosphere-drift-one {
  to {
    opacity: 0.82;
    transform: translate3d(290px, 35px, 0) scale(1.18);
  }
}

@keyframes gf-atmosphere-drift-two {
  to {
    opacity: 0.78;
    transform: translate3d(-250px, -40px, 0) scale(1.15);
  }
}

/* Category rail and cards */

.gf-category-rail {
  position: relative;
  z-index: 8;
  display: grid;
  margin-top: 14px;
  grid-template-columns: repeat(5, 1fr);
  gap: 14px;
}

.gf-category-chip {
  --gf-liquid-background:
    radial-gradient(
      ellipse at 18% 0%,
      rgb(255 255 255 / 68%) 0%,
      transparent 46%
    ),
    radial-gradient(
      ellipse at 92% 112%,
      rgb(62 107 74 / 16%) 0%,
      transparent 58%
    ),
    linear-gradient(
      125deg,
      rgb(255 255 255 / 78%) 0%,
      rgb(244 251 245 / 68%) 56%,
      rgb(216 227 214 / 66%) 100%
    );
  --gf-liquid-edge: var(--gf-liquid-edge-green);
  --gf-liquid-shadow: var(--gf-liquid-shadow-box);
  --gf-liquid-blur: var(--gf-liquid-blur-box);
  --gf-liquid-saturation: var(--gf-liquid-saturation-box);
  --gf-liquid-highlight-width: 64%;
  --gf-liquid-highlight-height: 32%;
  --gf-liquid-highlight-opacity: 0.56;
  position: relative;
  isolation: isolate;
  display: flex;
  min-width: 0;
  height: 82px;
  overflow: hidden;
  align-items: center;
  gap: 12px;
  padding: 10px 14px;
  border-radius: 22px;
}

.gf-category-chip__image {
  position: relative;
  z-index: 2;
  display: block;
  width: 58px;
  height: 54px;
  flex: 0 0 58px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.82);
  border-radius: 16px;
  background: rgba(240, 241, 238, 0.42);
  box-shadow:
    0 7px 16px rgba(31, 61, 43, 0.1),
    inset 0 1px 0 rgba(255, 255, 255, 0.84);
}

.gf-category-chip__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.gf-category-chip > span:last-child {
  position: relative;
  z-index: 2;
}

.gf-category-chip strong,
.gf-category-chip small {
  display: block;
}

.gf-category-chip strong {
  color: var(--gf-primary-green);
  font-size: 12px;
  font-weight: 600;
}

.gf-category-chip small {
  margin-top: 3px;
  overflow: hidden;
  color: #405b49;
  font-size: 9px;
  font-weight: 500;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.gf-category-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 18px;
}

.gf-category-card {
  position: relative;
  display: block;
  height: 208px;
  overflow: hidden;
  border: 1px solid rgba(31, 61, 43, 0.06);
  border-radius: var(--gf-radius-lg);
  background: #dfe5df;
  box-shadow: var(--gf-shadow-card);
  transition:
    transform var(--gf-ease),
    box-shadow var(--gf-ease);
}

.gf-category-card:hover {
  z-index: 2;
  transform: translateY(-5px) scale(1.015);
  box-shadow: 0 18px 40px rgba(31, 61, 43, 0.13);
}

.gf-category-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 400ms ease-in-out;
}

.gf-category-card:hover img {
  transform: scale(1.035);
}

.gf-category-card__shade {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 62px;
  border-top: 0;
  background:
    radial-gradient(ellipse at 18% 0%, rgb(255 255 255 / 48%), transparent 48%),
    radial-gradient(ellipse at 92% 110%, rgb(62 107 74 / 12%), transparent 58%),
    linear-gradient(135deg, rgb(247 248 245 / 88%), rgb(216 227 214 / 76%));
  box-shadow:
    inset 0 1px 0 rgb(255 255 255 / 58%),
    inset 0 -1px 1px rgb(11 11 12 / 5%);
  -webkit-backdrop-filter:
    blur(var(--gf-liquid-blur-box))
    saturate(var(--gf-liquid-saturation-box))
    brightness(var(--gf-liquid-brightness));
  backdrop-filter:
    blur(var(--gf-liquid-blur-box))
    saturate(var(--gf-liquid-saturation-box))
    brightness(var(--gf-liquid-brightness));
}

.gf-category-card__content {
  position: absolute;
  z-index: 1;
  right: 58px;
  bottom: 11px;
  left: 14px;
  color: var(--gf-primary-green);
}

.gf-category-card__content strong,
.gf-category-card__content small {
  display: block;
}

.gf-category-card__content strong {
  overflow: hidden;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.3;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.gf-category-card__content small {
  margin-top: 3px;
  overflow: hidden;
  color: #405b49;
  font-size: 10px;
  font-weight: 500;
  line-height: 1.3;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.gf-category-card__arrow {
  position: absolute;
  z-index: 1;
  right: 14px;
  bottom: 13px;
  display: grid;
  width: 36px;
  height: 36px;
  place-items: center;
  border: 1px solid rgba(31, 61, 43, 0.08);
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.9);
  color: var(--gf-primary-green);
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.1);
  transition:
    color var(--gf-ease),
    background var(--gf-ease),
    transform var(--gf-ease);
}

.gf-category-card:hover .gf-category-card__arrow {
  color: #fff;
  background: var(--gf-primary-green);
  transform: translateX(2px);
}

/* Product cards */

.gf-product-grid {
  display: grid;
  gap: 18px;
}

.gf-product-grid--five {
  grid-template-columns: repeat(5, minmax(0, 1fr));
}

.gf-product-grid--four {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.gf-product-grid--three {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.gf-featured-products {
  position: relative;
  overflow: hidden;
  background-image: var(--gf-featured-image);
  background-position: center 54%;
  background-repeat: no-repeat;
  background-size: cover;
  padding-bottom: var(--space-6);
  isolation: isolate;
}

.gf-featured-products::before {
  position: absolute;
  inset: 0;
  z-index: -2;
  background:
    linear-gradient(90deg, rgba(18, 39, 26, 0.64), rgba(31, 61, 43, 0.32) 46%, rgba(18, 39, 26, 0.54)),
    linear-gradient(180deg, rgba(239, 246, 238, 0.08), rgba(16, 34, 23, 0.34));
  content: "";
}

.gf-featured-products::after {
  position: absolute;
  inset: -42px;
  z-index: -1;
  border: 1px solid rgba(255, 255, 255, 0.22);
  background:
    radial-gradient(circle at 12% 5%, rgba(224, 250, 231, 0.34), transparent 27rem),
    radial-gradient(circle at 88% 92%, rgba(255, 232, 177, 0.18), transparent 24rem);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.28),
    inset 0 -1px 0 rgba(255, 255, 255, 0.18);
  content: "";
  pointer-events: none;
  -webkit-backdrop-filter: blur(3px) saturate(1.12);
  backdrop-filter: blur(3px) saturate(1.12);
}

.gf-featured-products__atmosphere {
  position: absolute;
  top: -110px;
  left: 15%;
  z-index: -1;
  width: 520px;
  height: 280px;
  border-radius: 50%;
  background: rgba(216, 243, 224, 0.22);
  filter: blur(68px);
  pointer-events: none;
}

.gf-featured-products > .gf-shell {
  position: relative;
  z-index: 1;
}

.gf-featured-products .gf-section-heading h2 {
  color: var(--gf-white);
  text-shadow: 0 2px 18px rgba(14, 31, 21, 0.24);
}

.gf-featured-products .gf-section-heading p,
.gf-featured-products .gf-eyebrow {
  color: rgba(244, 251, 245, 0.82);
}

.gf-featured-products .gf-text-link {
  color: var(--gf-white);
}

.gf-featured-products__actions {
  display: flex;
  align-items: center;
}

.gf-featured-products__view-all {
  --gf-liquid-background:
    radial-gradient(ellipse at 18% 0%, rgb(255 255 255 / 46%), transparent 52%),
    linear-gradient(135deg, rgb(255 255 255 / 30%), rgb(216 227 214 / 18%));
  --gf-liquid-edge: var(--gf-liquid-edge-light);
  --gf-liquid-shadow: var(--gf-liquid-shadow-control);
  --gf-liquid-blur: var(--gf-liquid-blur-control);
  --gf-liquid-saturation: var(--gf-liquid-saturation-control);
  min-height: 42px;
  padding: 7px 14px 7px 18px;
  color: #fff;
}

.gf-featured-products__view-all-icon {
  display: inline-grid;
  width: 28px;
  height: 28px;
  place-items: center;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.14);
}

.gf-featured-carousel-wrap {
  position: relative;
}

.gf-featured-carousel__nav {
  position: absolute;
  top: 50%;
  z-index: 5;
  display: grid;
  width: 36px;
  height: 36px;
  padding: 0;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 50%;
  color: rgba(255, 255, 255, 0.72);
  background: rgba(18, 39, 26, 0.24);
  box-shadow: 0 3px 12px rgba(10, 29, 17, 0.14);
  cursor: pointer;
  opacity: 0.28;
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  transform: translateY(-50%);
  transition:
    background-color var(--gf-ease),
    border-color var(--gf-ease),
    color var(--gf-ease),
    opacity var(--gf-ease),
    transform var(--gf-ease);
}

.gf-featured-carousel__arrow {
  display: grid;
  width: 16px;
  height: 16px;
  place-items: center;
}

.gf-featured-carousel__arrow .gf-icon {
  display: block;
  width: 16px;
  height: 16px;
}

.gf-featured-carousel__nav--previous {
  left: 12px;
}

.gf-featured-carousel__nav--next {
  right: 12px;
}

@media (min-width: 901px) {
  .gf-featured-carousel__nav--previous {
    left: -18px;
  }

  .gf-featured-carousel__nav--next {
    right: -18px;
  }
}

.gf-featured-carousel__nav:disabled {
  cursor: default;
  opacity: 0;
  pointer-events: none;
}

@media (hover: hover) and (pointer: fine) {
  .gf-featured-carousel-wrap:hover .gf-featured-carousel__nav:not(:disabled) {
    opacity: 0.48;
  }

  .gf-featured-carousel__nav:hover {
    border-color: rgba(255, 255, 255, 0.55);
    color: #d9efdf;
    background: rgba(18, 39, 26, 0.48);
    box-shadow: 0 4px 14px rgba(10, 29, 17, 0.24);
    opacity: 0.88;
    transform: translateY(-50%) scale(1.05);
  }
}

.gf-featured-carousel__nav:focus-visible,
.gf-featured-carousel:focus-visible {
  outline: 2px solid var(--gf-white);
  outline-offset: 3px;
}

.gf-featured-carousel {
  overflow-x: auto;
  overflow-y: hidden;
  border-radius: var(--gf-radius-lg);
  cursor: grab;
  overscroll-behavior-inline: contain;
  scroll-snap-type: x proximity;
  scrollbar-width: none;
  touch-action: pan-x pan-y;
  -webkit-overflow-scrolling: touch;
}

.gf-featured-carousel.is-dragging {
  cursor: grabbing;
  scroll-behavior: auto;
  scroll-snap-type: none;
}

.gf-featured-carousel.is-dragging * {
  pointer-events: none;
}

.gf-featured-carousel::-webkit-scrollbar {
  display: none;
}

.gf-featured-carousel__track {
  display: flex;
  gap: var(--space-4);
  user-select: none;
}

.gf-featured-carousel__track img {
  -webkit-user-drag: none;
}

.gf-featured-carousel .gf-product-card {
  --gf-liquid-background:
    radial-gradient(
      ellipse at 16% 0%,
      rgb(255 255 255 / 46%) 0%,
      transparent 46%
    ),
    radial-gradient(
      ellipse at 94% 110%,
      rgb(31 61 43 / 18%) 0%,
      transparent 62%
    ),
    linear-gradient(
      135deg,
      rgb(255 255 255 / 64%) 0%,
      rgb(239 248 241 / 42%) 55%,
      rgb(216 227 214 / 5%) 100%
    );
  position: relative;
  min-width: calc((100% - (4 * var(--space-4))) / 5);
  flex: 0 0 calc((100% - (4 * var(--space-4))) / 5);
  scroll-snap-align: start;
  cursor: pointer;
}

.gf-featured-carousel .gf-product-card__image {
  border-bottom: 1px solid rgba(255, 255, 255, 0.56);
}

.gf-main .gf-featured-carousel .gf-product-card__image > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.gf-featured-carousel .gf-product-card__body {
  background: var(--gf-liquid-box-background);
  box-shadow: inset 0 1px 0 rgb(255 255 255 / 72%);
  -webkit-backdrop-filter:
    blur(var(--gf-liquid-blur-box))
    saturate(var(--gf-liquid-saturation-box))
    brightness(var(--gf-liquid-brightness));
  backdrop-filter:
    blur(var(--gf-liquid-blur-box))
    saturate(var(--gf-liquid-saturation-box))
    brightness(var(--gf-liquid-brightness));
}

.gf-featured-carousel .gf-product-card__category {
  color: #3e5c48;
  font-weight: 500;
}

.gf-product-card {
  min-width: 0;
  overflow: hidden;
  border: 1px solid rgba(31, 61, 43, 0.075);
  border-radius: var(--gf-radius-lg);
  background: rgba(255, 255, 255, 0.8);
  box-shadow: var(--gf-shadow-card);
  transition:
    transform var(--gf-ease),
    box-shadow var(--gf-ease);
}

.gf-product-card__media {
  position: relative;
}

.gf-product-card__image {
  position: relative;
  display: block;
  height: 225px;
  overflow: hidden;
  background: #f0f1ee;
}

.gf-product-grid--three .gf-product-card__image {
  height: 275px;
}

.gf-product-grid--four .gf-product-card__image {
  height: 232px;
}

.gf-product-card__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 420ms ease-in-out;
}

@media (hover: hover) and (pointer: fine) {
  .gf-product-card:hover {
    transform: translateY(-5px) scale(1.012);
    box-shadow: 0 18px 42px rgba(31, 61, 43, 0.12);
  }

  .gf-product-card:hover .gf-product-card__image img {
    transform: scale(1.035);
  }
}

.gf-product-card__save {
  display: grid;
  width: 42px;
  height: 42px;
  flex: 0 0 42px;
  padding: 0;
  place-items: center;
  border: 1px solid rgba(31, 61, 43, 0.16);
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.88);
  color: var(--gf-primary-green);
  box-shadow:
    0 5px 14px rgba(31, 61, 43, 0.08),
    inset 0 1px 0 rgba(255, 255, 255, 0.88);
  cursor: pointer;
  transition:
    border-color var(--gf-ease),
    background var(--gf-ease),
    box-shadow var(--gf-ease),
    color var(--gf-ease),
    transform var(--gf-ease);
}

.gf-product-card__save.is-saved {
  border-color: var(--gf-primary-green);
  background: rgba(31, 61, 43, 0.12);
}

.gf-product-card__save.is-saved .gf-icon-bookmark {
  fill: currentColor;
}

.gf-product-card__body {
  min-height: 0;
  padding: 14px 14px 15px;
}

.gf-product-card__category {
  height: 17px;
  overflow: hidden;
  color: #829086;
  font-size: 9px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.gf-product-card__category a {
  pointer-events: none;
}

.gf-product-card__collections {
  position: absolute;
  z-index: 2;
  bottom: 12px;
  left: 12px;
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
  max-width: calc(100% - 72px);
}

.gf-collection-label {
  display: inline-flex;
  align-items: center;
  min-height: 22px;
  padding: 3px 8px;
  border: 1px solid rgba(37, 87, 57, 0.2);
  border-radius: 999px;
  background: rgba(235, 244, 236, 0.75);
  color: var(--gf-collection-label-text, var(--gf-primary-green));
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.02em;
  line-height: 1.1;
  text-decoration: none;
}

.gf-collection-label.is-wood-light {
  border-color: rgba(97, 66, 30, 0.34);
  background:
    radial-gradient(ellipse at 18% 35%, rgba(133, 84, 37, 0.2) 0 1px, transparent 2px),
    radial-gradient(ellipse at 75% 65%, rgba(133, 84, 37, 0.15) 0 1px, transparent 2px),
    repeating-linear-gradient(175deg, rgba(131, 86, 43, 0.08) 0 1px, transparent 1px 5px),
    linear-gradient(115deg, #f5e5c5, #e4c28e 48%, #f8e9ca);
}

.gf-collection-label.is-sage {
  background: #e8f0e7;
}

.gf-collection-label.is-charcoal {
  border-color: #253128;
  background: #253128;
  color: var(--gf-collection-label-text, #fff);
}

.gf-collection-label:hover,
.gf-collection-label:focus-visible {
  border-color: var(--gf-primary-green);
  background: var(--gf-primary-green);
  color: #fff;
}

.gf-product-summary__collections {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin: 8px 0 -2px;
}

.gf-collection-story {
  margin-top: 52px;
  padding: clamp(54px, 8vw, 108px) 0;
  overflow: hidden;
  background:
    radial-gradient(circle at 8% 12%, rgba(211, 231, 209, 0.65), transparent 28%),
    radial-gradient(circle at 92% 72%, rgba(228, 214, 187, 0.42), transparent 29%),
    #eef2ed;
}

.gf-collection-story__header {
  max-width: 770px;
  margin: 0 auto clamp(38px, 6vw, 72px);
  text-align: center;
}

.gf-collection-story__header .gf-eyebrow {
  color: var(--gf-primary-green);
}

.gf-collection-story__header h2 {
  max-width: 680px;
  margin: 14px auto;
  color: #1e3d2d;
  font-family: var(--gf-font-display);
  font-size: clamp(34px, 5vw, 64px);
  font-weight: 500;
  letter-spacing: -0.055em;
  line-height: 1.03;
}

.gf-collection-story__header p,
.gf-collection-story__manifesto > p:last-child {
  color: #506257;
  font-size: 16px;
  line-height: 1.8;
}

.gf-collection-story__manifesto {
  display: grid;
  grid-template-columns: 0.5fr 1.2fr 1fr;
  gap: clamp(20px, 4vw, 58px);
  align-items: start;
  max-width: 1100px;
  margin: 0 auto clamp(38px, 6vw, 72px);
  padding: clamp(25px, 4vw, 48px);
  border: 1px solid rgba(32, 78, 53, 0.14);
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.58);
  box-shadow: 0 18px 48px rgba(28, 58, 38, 0.06);
}

.gf-collection-story__number {
  margin: 5px 0;
  color: #68806d;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.12em;
}

.gf-collection-story__manifesto blockquote {
  margin: 0;
  color: #284d37;
  font-family: var(--gf-font-display);
  font-size: clamp(29px, 4vw, 48px);
  font-style: italic;
  font-weight: 500;
  letter-spacing: -0.045em;
  line-height: 1.04;
}

.gf-collection-story__manifesto > p:last-child {
  margin: 0;
}

.gf-collection-story__mosaic {
  display: grid;
  grid-template-columns: 1.18fr 0.82fr 0.82fr;
  grid-template-rows: repeat(2, minmax(155px, 245px));
  gap: 12px;
  max-width: 1240px;
  margin: 0 auto clamp(54px, 8vw, 108px);
}

.gf-collection-story__image {
  position: relative;
  overflow: hidden;
  min-height: 155px;
  border-radius: 20px;
  background: #d8dfd6;
}

.gf-collection-story__image--1 {
  grid-row: span 2;
}

.gf-collection-story__image--4 {
  grid-column: span 2;
}

.gf-collection-story__image img,
.gf-collection-story__chapter-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 500ms ease;
}

.gf-collection-story__image span {
  position: absolute;
  right: 14px;
  bottom: 14px;
  padding: 7px 10px;
  border-radius: 999px;
  background: rgba(22, 48, 33, 0.76);
  color: #fff;
  font-size: 11px;
  font-weight: 700;
}

.gf-collection-story__image:hover img,
.gf-collection-story__chapter-image:hover img {
  transform: scale(1.045);
}

.gf-collection-story__chapters {
  display: grid;
  gap: 1px;
  max-width: 1100px;
  margin: 0 auto;
  overflow: hidden;
  border: 1px solid rgba(32, 78, 53, 0.12);
  border-radius: 24px;
  background: rgba(32, 78, 53, 0.12);
}

.gf-collection-story__chapter {
  position: relative;
  display: grid;
  grid-template-columns: 52px minmax(135px, 0.55fr) minmax(0, 1fr);
  gap: clamp(18px, 3vw, 36px);
  align-items: center;
  padding: clamp(20px, 3vw, 34px);
  background: rgba(250, 252, 249, 0.94);
}

.gf-collection-story__chapter-index {
  align-self: start;
  color: #7f9784;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.08em;
}

.gf-collection-story__chapter-image {
  display: block;
  align-self: stretch;
  min-height: 185px;
  overflow: hidden;
  border-radius: 14px;
  background: #e1e7df;
}

.gf-collection-story__chapter-copy > span {
  color: #708875;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.gf-collection-story__chapter-copy h3 {
  max-width: 490px;
  margin: 8px 0 10px;
  font-family: var(--gf-font-display);
  font-size: clamp(24px, 3vw, 35px);
  font-weight: 500;
  letter-spacing: -0.04em;
  line-height: 1.08;
}

.gf-collection-story__chapter-copy h3 a {
  color: #1e3d2d;
  text-decoration: none;
}

.gf-collection-story__chapter-copy p {
  max-width: 540px;
  margin: 0 0 14px;
  color: #586b5e;
  font-size: 14px;
  line-height: 1.7;
}

@media (max-width: 700px) {
  .gf-collection-story__manifesto,
  .gf-collection-story__chapter {
    grid-template-columns: 1fr;
  }

  .gf-collection-story__mosaic {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: repeat(3, minmax(150px, 220px));
  }

  .gf-collection-story__image--1,
  .gf-collection-story__image--4 {
    grid-column: span 2;
    grid-row: span 1;
  }

  .gf-collection-story__chapter-index {
    position: absolute;
  }

  .gf-collection-story__chapter-image {
    min-height: 230px;
  }
}

.gf-product-card__title {
  display: -webkit-box;
  min-height: 45px;
  max-height: 45px;
  margin: 5px 0 8px;
  overflow: hidden;
  color: #263a2d;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.4;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.gf-product-card__bottom {
  display: flex;
  min-height: 42px;
  align-items: stretch;
  flex-direction: column;
  gap: 8px;
}

.gf-product-card__rating {
  display: flex;
  align-items: center;
  gap: 5px;
  color: #8f998f;
  font-size: 9px;
}

.gf-stars {
  color: #e9a900;
  font-size: 11px;
  letter-spacing: 0.04em;
}

.gf-product-card__actions {
  display: flex;
  width: 100%;
  align-items: center;
  gap: 8px;
}

.gf-product-card__learn-more {
  display: inline-flex;
  min-width: 0;
  min-height: 42px;
  flex: 1;
  align-items: center;
  justify-content: center;
  gap: 6px;
  padding: 9px 14px;
  border-radius: var(--gf-radius-pill);
  color: var(--gf-white);
  background: linear-gradient(180deg, var(--gf-soft-green), var(--gf-primary-green));
  box-shadow:
    0 8px 20px rgba(31, 61, 43, 0.2),
    inset 0 1px 0 rgba(255, 255, 255, 0.22);
  font-size: 12px;
  font-weight: 700;
  text-decoration: none;
  white-space: nowrap;
  transition:
    box-shadow var(--gf-ease),
    filter var(--gf-ease),
    transform var(--gf-ease);
}

.gf-product-card__learn-more:focus-visible,
.gf-product-card__save:focus-visible {
  outline: 2px solid var(--gf-primary-green);
  outline-offset: 3px;
}

.gf-product-card__learn-more .gf-icon {
  transition: transform var(--gf-ease);
}

.gf-product-card__learn-more:hover,
.gf-product-card__learn-more:focus-visible {
  color: var(--gf-white);
  box-shadow:
    0 11px 24px rgba(31, 61, 43, 0.26),
    inset 0 1px 0 rgba(255, 255, 255, 0.25);
  filter: brightness(1.06);
  transform: translateY(-1px);
}

.gf-product-card__learn-more:hover .gf-icon,
.gf-product-card__learn-more:focus-visible .gf-icon {
  transform: translateX(3px);
}

@media (hover: hover) and (pointer: fine) {
  .gf-product-card__save:hover {
    border-color: rgba(31, 61, 43, 0.32);
    background: var(--gf-white);
    box-shadow:
      0 8px 18px rgba(31, 61, 43, 0.13),
      inset 0 1px 0 rgba(255, 255, 255, 0.95);
    transform: translateY(-1px);
  }
}

.gf-product-card__learn-more:active,
.gf-product-card__save:active {
  transform: scale(0.97);
}

@media (max-width: 900px) {
  .gf-product-card__actions {
    gap: 6px;
  }

  .gf-product-card__learn-more {
    gap: 4px;
    padding-inline: 6px;
    font-size: 11px;
  }

  .gf-product-card__learn-more .gf-icon {
    width: 14px;
    height: 14px;
  }
}

/* Premium */

.gf-catalog-premium {
  position: relative;
  display: grid;
  height: 176px;
  margin-top: var(--space-6);
  overflow: hidden;
  grid-template-columns: 240px 1fr 360px;
  grid-template-rows: minmax(0, 1fr);
  align-items: center;
  border: 1px solid rgba(221, 186, 90, 0.65);
  border-radius: 24px;
  color: #fff;
  background-color: #0d0f0e;
  background-image:
    radial-gradient(circle at 78% 50%, rgba(62, 107, 74, 0.42), transparent 17rem),
    radial-gradient(circle at 20% 130%, rgba(221, 186, 90, 0.16), transparent 17rem),
    linear-gradient(115deg, #0d0f0e, #171b18 58%, #0c130e);
  box-shadow: 0 14px 38px rgba(10, 19, 13, 0.18);
  isolation: isolate;
}

.gf-catalog-premium > * {
  min-width: 0;
  min-height: 0;
}

.gf-catalog-premium::before {
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    linear-gradient(110deg, transparent 62%, rgba(221, 186, 90, 0.1) 62.3%, transparent 62.7%),
    linear-gradient(118deg, transparent 72%, rgba(221, 186, 90, 0.16) 72.2%, transparent 72.6%);
  content: "";
}

.gf-catalog-premium__mark {
  display: flex;
  flex-direction: column;
  padding-left: 54px;
  color: var(--gf-gold);
  font-size: 40px;
  font-weight: 600;
  letter-spacing: -0.07em;
  line-height: 1;
}

.gf-catalog-premium__mark span {
  margin-top: 8px;
  color: #f5e8c3;
  font-size: 9px;
  font-weight: 500;
  letter-spacing: 0.09em;
}

.gf-catalog-premium > div:nth-child(2) {
  position: relative;
  z-index: 2;
  padding-left: 15px;
}

.gf-catalog-premium h2 {
  margin: 5px 0 4px;
  color: #efd37e;
  font-size: 21px;
  font-weight: 500;
  line-height: 1.28;
}

.gf-catalog-premium p {
  margin: 0 0 14px;
  color: rgba(255, 255, 255, 0.67);
  font-size: 10px;
}

.gf-catalog-premium > img {
  width: 100%;
  height: 100%;
  min-height: 0;
  align-self: stretch;
  object-fit: cover;
  object-position: center;
  -webkit-mask-image: linear-gradient(90deg, transparent, #000 24%);
  mask-image: linear-gradient(90deg, transparent, #000 24%);
}

.gf-catalog-premium a {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  padding: 8px 17px;
  border: 1px solid rgba(221, 186, 90, 0.72);
  border-radius: var(--gf-radius-pill);
  color: #efd37e;
  font-size: 11px;
}

/* Home premium banner */

.gf-premium {
  --gf-premium-section-border-angle: 0deg;
  --gf-premium-title-gradient: linear-gradient(
    105deg,
    #9b6b24 0%,
    #e0b554 18%,
    #fff6ca 36%,
    #bd842d 52%,
    #f5da8c 70%,
    #9b6b24 100%
  );
  position: relative;
  display: flex;
  width: min(var(--gf-shell), calc(100% - 48px));
  height: auto;
  min-height: 268px;
  aspect-ratio: 1920 / 428;
  overflow: hidden;
  align-items: center;
  margin-top: var(--space-6);
  border: 1px solid rgba(219, 178, 91, 0.7);
  border-radius: 24px;
  color: #fff;
  background-color: #0c0e0d !important;
  background-image: var(--gf-premium-image, url("../images/premium-background.jpg")) !important;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  box-shadow:
    0 16px 44px rgba(10, 14, 11, 0.2),
    inset 0 0 0 1px rgba(255, 224, 151, 0.08);
  isolation: isolate;
}

.gf-premium > * {
  min-width: 0;
  min-height: 0;
}

.gf-premium::before {
  position: absolute;
  inset: 0;
  z-index: 0;
  border-radius: inherit;
  background: linear-gradient(
    90deg,
    rgba(5, 7, 6, 0.36) 0%,
    rgba(5, 7, 6, 0.18) 40%,
    transparent 58%
  );
  content: "";
  pointer-events: none;
}

.gf-premium::after {
  position: absolute;
  inset: 0;
  z-index: 3;
  padding: 1.5px;
  border-radius: inherit;
  background: conic-gradient(
    from var(--gf-premium-section-border-angle),
    rgba(151, 101, 31, 0.5) 0deg,
    rgba(224, 178, 82, 0.72) 74deg,
    #fff3b9 98deg,
    #c7892f 122deg,
    rgba(133, 88, 28, 0.42) 166deg,
    rgba(222, 177, 83, 0.58) 260deg,
    #f8dda0 282deg,
    rgba(151, 101, 31, 0.5) 320deg,
    rgba(151, 101, 31, 0.5) 360deg
  );
  content: "";
  pointer-events: none;
  -webkit-mask:
    linear-gradient(#000 0 0) content-box,
    linear-gradient(#000 0 0);
  mask:
    linear-gradient(#000 0 0) content-box,
    linear-gradient(#000 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  filter: drop-shadow(0 0 3px rgba(235, 190, 93, 0.24));
  animation: gf-premium-section-border-shimmer 6.4s linear infinite;
}

.gf-premium__copy {
  position: relative;
  z-index: 1;
  display: flex;
  width: 50%;
  flex: 0 0 50%;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  padding: 28px 24px 28px clamp(58px, 7vw, 108px);
}

.gf-premium h2 {
  margin: 0 0 8px;
  font-size: clamp(28px, 2.25vw, 34px);
  font-weight: 600;
  letter-spacing: -0.025em;
  line-height: 1.28;
}

.gf-premium__title-line {
  display: block;
  color: #e5be69;
  background-image: var(--gf-premium-title-gradient);
  background-position: 100% 50%;
  background-size: 240% 100%;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  animation: gf-premium-text-shimmer 4.2s linear infinite;
}

.gf-premium__title-line + .gf-premium__title-line {
  animation-delay: -0.35s;
}

.gf-premium p {
  margin: 0 0 19px;
  color: rgba(255, 255, 255, 0.76);
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.01em;
}

.gf-premium .gf-premium__button {
  --gf-premium-border-angle: 0deg;
  position: relative;
  min-width: 236px;
  min-height: 48px;
  justify-content: space-between;
  overflow: hidden;
  padding: 11px 20px 11px 24px;
  border: 1px solid rgba(217, 172, 81, 0.62);
  border-radius: 13px;
  color: #e8c573;
  background:
    linear-gradient(110deg, rgba(26, 25, 20, 0.84), rgba(13, 16, 14, 0.9));
  box-shadow:
    inset 0 1px 0 rgba(255, 240, 187, 0.08),
    0 7px 20px rgba(0, 0, 0, 0.2);
  font-size: 13px;
}

.gf-premium .gf-premium__button::before {
  position: absolute;
  inset: -1px;
  padding: 2px;
  border-radius: inherit;
  background: conic-gradient(
    from var(--gf-premium-border-angle),
    transparent 0deg,
    rgba(183, 126, 43, 0.32) 78deg,
    #fff4bd 105deg,
    #d8a44a 132deg,
    transparent 174deg,
    transparent 360deg
  );
  content: "";
  pointer-events: none;
  -webkit-mask:
    linear-gradient(#000 0 0) content-box,
    linear-gradient(#000 0 0);
  mask:
    linear-gradient(#000 0 0) content-box,
    linear-gradient(#000 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  animation: gf-premium-border-shimmer 3.2s linear infinite;
}

.gf-premium .gf-premium__button span,
.gf-premium .gf-premium__button svg {
  position: relative;
  z-index: 1;
}

.gf-premium .gf-premium__button svg {
  filter: drop-shadow(0 0 5px rgba(255, 221, 137, 0.42));
}

.gf-premium .gf-premium__button:hover {
  color: #fff1b8;
  background:
    linear-gradient(110deg, rgba(40, 35, 24, 0.9), rgba(16, 20, 17, 0.94));
  box-shadow:
    inset 0 1px 0 rgba(255, 240, 187, 0.12),
    0 10px 26px rgba(0, 0, 0, 0.28),
    0 0 18px rgba(222, 178, 84, 0.12);
}

.gf-premium .gf-premium__button:focus-visible {
  outline: 2px solid #efd487;
  outline-offset: 3px;
}

/*
 * Elementor suppresses descendant background images while a lower page
 * container is waiting for its lazy-load observer. Keep this visual and its
 * text/button gradients available so the banner never flashes transparent.
 */
body.greenfurni-site .gf-main .elementor :is(.elementor-shortcode, .elementor-widget-green-home-section) .gf-premium {
  background-image: var(--gf-premium-image, url("../images/premium-background.jpg")) !important;
}

body.greenfurni-site .gf-main .elementor :is(.elementor-shortcode, .elementor-widget-green-home-section) .gf-premium .gf-premium__title-line {
  background-image: var(--gf-premium-title-gradient) !important;
}

body.greenfurni-site .gf-main .elementor :is(.elementor-shortcode, .elementor-widget-green-home-section) .gf-premium .gf-premium__button {
  background-image: linear-gradient(
    110deg,
    rgba(26, 25, 20, 0.84),
    rgba(13, 16, 14, 0.9)
  ) !important;
}

@property --gf-premium-border-angle {
  syntax: "<angle>";
  inherits: false;
  initial-value: 0deg;
}

@property --gf-premium-section-border-angle {
  syntax: "<angle>";
  inherits: false;
  initial-value: 0deg;
}

@keyframes gf-premium-text-shimmer {
  to {
    background-position: -140% 50%;
  }
}

@keyframes gf-premium-border-shimmer {
  to {
    --gf-premium-border-angle: 360deg;
  }
}

@keyframes gf-premium-section-border-shimmer {
  to {
    --gf-premium-section-border-angle: 360deg;
  }
}

/* Benefits */

.gf-benefits-wrap {
  padding-block: var(--space-6);
  background: rgba(246, 249, 246, 0.78);
}

.gf-benefits {
  display: grid;
  padding: 14px 20px;
  grid-template-columns: repeat(5, 1fr);
  border-radius: var(--gf-radius-lg);
}

.gf-benefit {
  display: flex;
  min-height: 58px;
  align-items: center;
  gap: 11px;
  padding: 0 15px;
  border-right: 1px solid rgba(31, 61, 43, 0.08);
}

.gf-benefit:last-child {
  border-right: 0;
}

.gf-benefit__icon {
  display: grid;
  width: 40px;
  height: 40px;
  flex: 0 0 40px;
  place-items: center;
  border-radius: 50%;
  color: var(--gf-soft-green);
  background: rgba(216, 227, 214, 0.55);
}

.gf-benefit strong,
.gf-benefit small {
  display: block;
}

.gf-benefit strong {
  color: #385040;
  font-size: 10px;
  font-weight: 600;
}

.gf-benefit small {
  margin-top: 2px;
  color: #859087;
  font-size: 8px;
}

/* Homepage brand introduction */

.gf-home-about {
  position: relative;
  overflow: hidden;
  padding-block: 88px 94px;
  background:
    radial-gradient(circle at 4% 72%, rgb(111 175 143 / 15%), transparent 20rem),
    radial-gradient(circle at 96% 18%, rgb(216 227 214 / 60%), transparent 23rem),
    linear-gradient(180deg, rgb(248 251 248 / 86%), rgb(255 255 255 / 72%));
}

.gf-home-about::before {
  position: absolute;
  top: 46px;
  left: calc(50% - 740px);
  width: 250px;
  height: 250px;
  border: 1px solid rgb(111 175 143 / 20%);
  border-radius: 50%;
  content: "";
  transform: rotate(-18deg);
}

.gf-home-about__inner {
  position: relative;
  z-index: 1;
  display: grid;
  align-items: center;
  grid-template-columns: minmax(0, 1.03fr) minmax(0, 0.97fr);
  gap: clamp(52px, 7vw, 98px);
}

.gf-home-about__media {
  position: relative;
  margin: 0;
  aspect-ratio: 1.08 / 1;
  overflow: hidden;
  border: 1px solid rgb(255 255 255 / 88%);
  border-radius: 28px;
  background: var(--gf-mist);
  box-shadow:
    0 24px 56px rgb(31 61 43 / 14%),
    inset 0 1px 0 rgb(255 255 255 / 72%);
}

.gf-home-about__media::after {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 88px;
  height: 88px;
  border-top: 1px solid rgb(255 255 255 / 72%);
  border-right: 1px solid rgb(255 255 255 / 72%);
  border-radius: 0 18px 0 0;
  content: "";
  opacity: 0.86;
}

.gf-home-about__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transition: transform 560ms ease-in-out;
}

@media (hover: hover) and (pointer: fine) {
  .gf-home-about__media:hover img {
    transform: scale(1.025);
  }
}

body.home .gf-home-about__media figcaption {
  position: absolute;
  bottom: 18px;
  left: 18px;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  gap: 7px;
  padding: 9px 12px;
  border: 1px solid rgb(255 255 255 / 30%);
  border-radius: var(--gf-radius-pill);
  color: #fff !important;
  background: rgb(19 44 29 / 67%);
  box-shadow: 0 8px 20px rgb(7 21 12 / 18%);
  font-size: 10px;
  font-weight: 500;
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
}

body.home .gf-home-about__media figcaption .gf-icon {
  color: #fff !important;
}

.gf-home-about__content {
  padding-block: 10px;
}

.gf-home-about__content h2 {
  max-width: 510px;
  margin: 11px 0 16px;
  color: var(--gf-primary-green);
  font-size: clamp(31px, 3vw, 42px);
  font-weight: 600;
  letter-spacing: -0.035em;
  line-height: 1.18;
}

.gf-home-about__content > p {
  max-width: 520px;
  margin: 0;
  color: #5c6b60;
  font-size: 14px;
  line-height: 1.72;
}

.gf-home-about__facts {
  display: grid;
  max-width: 560px;
  margin: 30px 0 28px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.gf-home-about__facts > div {
  min-width: 0;
  padding-inline: 19px;
  border-left: 1px solid rgb(31 61 43 / 14%);
}

.gf-home-about__facts > div:first-child {
  padding-left: 0;
  border-left: 0;
}

.gf-home-about__facts dt,
.gf-home-about__facts dd {
  margin: 0;
}

.gf-home-about__facts dt {
  color: var(--gf-primary-green);
  font-size: 20px;
  font-weight: 700;
  letter-spacing: -0.045em;
  line-height: 1.2;
  white-space: nowrap;
}

.gf-home-about__facts dt sup {
  position: relative;
  top: -0.35em;
  font-size: 0.55em;
}

.gf-home-about__facts > div:last-child dt {
  font-size: 14px;
  letter-spacing: -0.02em;
  line-height: 1.65;
}

.gf-home-about__facts dd {
  margin-top: 5px;
  color: #768379;
  font-size: 9px;
  line-height: 1.45;
}

.gf-home-about__button {
  min-width: 234px;
}

.gf-home-about__button:focus-visible {
  outline: 2px solid var(--gf-primary-green);
  outline-offset: 3px;
}

/* Showcase and editorial */

.gf-home-product-list {
  position: relative;
}

.gf-home-product-list--living {
  padding-top: var(--space-6);
}

.gf-home-product-list--office {
  background:
    radial-gradient(circle at 8% 12%, rgba(111, 175, 143, 0.1), transparent 22rem),
    linear-gradient(180deg, rgba(245, 247, 244, 0.5), rgba(255, 255, 255, 0.16));
}

.gf-showcase {
  display: grid;
  grid-template-columns: 1.05fr 1fr 1fr;
  gap: 20px;
}

.gf-showcase-card {
  position: relative;
  height: 265px;
  overflow: hidden;
  border-radius: var(--gf-radius-lg);
  box-shadow: var(--gf-shadow-card);
}

.gf-showcase-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 500ms ease-in-out;
}

.gf-showcase-card:hover img {
  transform: scale(1.035);
}

.gf-showcase-card__overlay {
  position: absolute;
  inset: 35% 0 0;
  background: linear-gradient(0deg, rgba(16, 27, 19, 0.76), transparent);
}

.gf-showcase-card__copy {
  position: absolute;
  right: 20px;
  bottom: 18px;
  left: 20px;
  color: #fff;
}

.gf-showcase-card__copy small,
.gf-showcase-card__copy strong {
  display: block;
}

.gf-showcase-card__copy small {
  margin-bottom: 4px;
  color: #d7e6d9;
  font-size: 9px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.gf-showcase-card__copy strong {
  font-size: 15px;
  font-weight: 500;
}

.gf-editorial-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
}

.gf-editorial-card {
  display: grid;
  overflow: hidden;
  grid-template-rows: 150px minmax(95px, 1fr);
  border: 1px solid rgba(31, 61, 43, 0.07);
  border-radius: 18px;
  background: #fff;
  box-shadow: var(--gf-shadow-card);
}

/*
 * Elementor loads `.elementor img { height: auto; }` after the theme.
 * Keep every inspiration thumbnail in the same fixed media row.
 */
.gf-main .gf-editorial-card > img {
  width: 100%;
  height: 100%;
  min-height: 0;
  object-fit: cover;
  object-position: center;
}

.gf-editorial-card > div {
  min-height: 95px;
  padding: 14px 15px 16px;
}

.gf-editorial-card span {
  color: var(--gf-soft-green);
  font-size: 9px;
  font-weight: 600;
}

.gf-editorial-card h3 {
  margin: 4px 0 0;
  color: #304536;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.5;
}

/* Breadcrumbs */

.gf-breadcrumbs {
  display: flex;
  min-height: var(--space-12);
  align-items: center;
  gap: 7px;
  overflow: hidden;
  color: #819087;
  font-size: 10px;
  white-space: nowrap;
}

.gf-breadcrumbs a {
  color: #526459;
}

.gf-breadcrumbs span {
  overflow: hidden;
  text-overflow: ellipsis;
}

/* Catalog */

.gf-catalog {
  padding-bottom: 0;
}

.gf-catalog-hero {
  padding-top: 16px;
}

.gf-catalog-hero__media {
  position: relative;
  height: 280px;
  overflow: hidden;
  border-radius: 24px;
  background-image: var(--gf-hero-image);
  background-position: center;
  background-size: cover;
  box-shadow:
    0 24px 70px rgba(31, 50, 37, 0.13),
    inset 0 1px 0 rgba(255, 255, 255, 0.62);
  isolation: isolate;
}

.gf-catalog-hero__media::before {
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    linear-gradient(90deg, rgba(22, 42, 29, 0.06), transparent 56%),
    linear-gradient(0deg, rgba(18, 33, 23, 0.08), transparent 35%);
  content: "";
  pointer-events: none;
}

.gf-catalog-hero__media::after {
  position: absolute;
  inset: 0;
  z-index: 3;
  border: 1px solid rgba(255, 255, 255, 0.64);
  border-radius: inherit;
  box-shadow:
    inset 0 1px 1px rgba(255, 255, 255, 0.78),
    inset 18px 0 40px rgba(255, 255, 255, 0.08),
    inset 0 -20px 42px rgba(244, 250, 244, 0.12);
  content: "";
  pointer-events: none;
}

.gf-catalog-hero__liquid {
  top: 5px;
  left: 18px;
  width: 50%;
  height: 270px;
}

.gf-catalog-hero__refraction {
  background-position: -18px -5px;
  background-size: min(var(--gf-shell), calc(100vw - 48px)) 280px;
  filter: blur(5px) saturate(1.05) brightness(1.12);
  opacity: 0.48;
}

.gf-catalog-hero__liquid .gf-home-hero__glass {
  background:
    radial-gradient(ellipse at 18% 0%, rgb(255 255 255 / 92%), transparent 48%),
    radial-gradient(ellipse at 92% 108%, rgb(216 234 221 / 34%), transparent 60%),
    linear-gradient(
      130deg,
      rgb(255 255 255 / 82%) 0%,
      rgb(250 253 250 / 64%) 54%,
      rgb(245 250 246 / 76%) 100%
    );
  box-shadow:
    0 18px 45px rgb(11 11 12 / 9%),
    0 3px 7px -2px rgb(11 11 12 / 8%),
    inset 18px 22px 42px rgb(255 255 255 / 58%),
    inset -22px -18px 40px rgb(62 107 74 / 8%),
    inset 0 1px 1px rgb(255 255 255 / 82%);
  -webkit-backdrop-filter: blur(18px) saturate(125%) brightness(1.08);
  backdrop-filter: blur(18px) saturate(125%) brightness(1.08);
}

.gf-catalog-hero__liquid .gf-home-hero__glass::before {
  background:
    linear-gradient(125deg, rgba(255, 255, 255, 0.68), transparent 36%),
    radial-gradient(circle at 88% 30%, rgba(255, 255, 255, 0.42), transparent 30%);
}

.gf-catalog-hero__content {
  left: 42px;
  width: calc(100% - 84px);
}

.gf-catalog-hero__breadcrumbs {
  display: flex;
  align-items: center;
  gap: 6px;
  color: #718077;
  font-size: 10px;
  font-weight: 500;
}

.gf-catalog-hero__breadcrumbs a {
  color: inherit;
}

.gf-catalog-hero__breadcrumbs svg {
  flex: 0 0 auto;
  opacity: 0.65;
}

.gf-catalog-hero h1 {
  margin: 10px 0 7px;
  color: var(--gf-primary-green);
  font-size: 32px;
  font-weight: 600;
  line-height: 1.22;
}

.gf-catalog-hero p {
  max-width: 475px;
  margin: 0;
  color: #53645a;
  font-size: 12px;
  line-height: 1.55;
}

.gf-catalog-layout {
  display: grid;
  padding-block: var(--space-8) var(--space-16);
  grid-template-columns: 238px 1fr;
  align-items: start;
  gap: var(--space-6);
}

.gf-filter-panel {
  border-radius: var(--gf-radius-lg);
}

.gf-filter-panel__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 19px 18px;
  border-bottom: 1px solid rgba(31, 61, 43, 0.08);
}

.gf-filter-panel__header strong {
  color: var(--gf-primary-green);
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
}

.gf-filter-panel__header span {
  color: #9aa39c;
  font-size: 8px;
}

.gf-filter-panel__header > div {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
  gap: var(--space-2);
}

.gf-filter-panel__close,
.gf-filter-toggle,
.gf-filter-backdrop {
  display: none;
}

.gf-filter-group {
  padding: 18px;
  border-bottom: 1px solid rgba(31, 61, 43, 0.07);
}

.gf-filter-group:last-child {
  border-bottom: 0;
}

.gf-filter-group h2 {
  margin: 0 0 12px;
  color: #36483b;
  font-size: 11px;
  font-weight: 600;
}

.gf-filter-group > a {
  display: grid;
  min-height: 28px;
  grid-template-columns: 13px 1fr auto;
  align-items: center;
  gap: 8px;
  color: #5f6d64;
  font-size: 10px;
}

.gf-filter-group > a.is-active {
  color: var(--gf-primary-green);
  font-weight: 600;
}

.gf-filter-group > a small {
  display: grid;
  min-width: 23px;
  height: 19px;
  place-items: center;
  border-radius: var(--gf-radius-pill);
  color: #89948c;
  background: #f3f5f2;
  font-size: 8px;
}

.gf-filter-check {
  width: 12px;
  height: 12px;
  border: 1px solid #c9d1ca;
  border-radius: 3px;
}

.gf-filter-group > a.is-active .gf-filter-check {
  border-color: var(--gf-primary-green);
  background: var(--gf-primary-green);
  box-shadow: inset 0 0 0 3px #fff;
}

.gf-price-line {
  position: relative;
  display: block;
  height: 3px;
  margin: 22px 7px 12px;
  border-radius: var(--gf-radius-pill);
  background: var(--gf-soft-green);
}

.gf-price-line i {
  position: absolute;
  top: 50%;
  width: 13px;
  height: 13px;
  border: 2px solid #fff;
  border-radius: 50%;
  background: var(--gf-soft-green);
  box-shadow: 0 3px 8px rgba(31, 61, 43, 0.15);
  transform: translateY(-50%);
}

.gf-price-line i:first-child {
  left: -4px;
}

.gf-price-line i:last-child {
  right: -4px;
}

.gf-price-values {
  display: flex;
  justify-content: space-between;
  color: #8b958e;
  font-size: 8px;
}

.gf-filter-group p {
  margin: 0;
  color: #79867c;
  font-size: 9px;
  line-height: 1.6;
}

.gf-catalog-toolbar {
  display: flex;
  min-height: 61px;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 16px;
}

.gf-catalog-toolbar h2 {
  margin: 0;
  color: var(--gf-primary-green);
  font-size: 21px;
  font-weight: 600;
}

.gf-catalog-toolbar p {
  margin: 1px 0 0;
  color: #8a958d;
  font-size: 10px;
}

.gf-catalog-toolbar__actions {
  display: flex;
  align-items: center;
  gap: var(--space-2);
}

.gf-catalog-results__premium .gf-premium {
  width: 100%;
  height: 180px;
  min-height: 180px;
  aspect-ratio: auto;
  margin-top: var(--space-8);
}

.gf-catalog-results__premium .gf-premium__copy {
  width: 54%;
  flex-basis: 54%;
  padding: 24px 20px 24px 48px;
}

.gf-catalog-results__premium .gf-premium h2 {
  margin-bottom: 6px;
  font-size: 24px;
}

.gf-catalog-results__premium .gf-premium p {
  max-width: 370px;
  margin-bottom: 0;
}

.gf-category-description {
  margin-top: var(--space-8);
  padding: 38px;
  overflow: hidden;
  border: 1px solid rgba(31, 61, 43, 0.08);
  border-radius: 24px;
  color: #5f6d63;
  background:
    radial-gradient(circle at 100% 0%, rgba(123, 194, 152, 0.11), transparent 21rem),
    #fff;
  box-shadow: var(--gf-shadow-card);
  font-size: 12px;
  line-height: 1.75;
}

.gf-category-description h2,
.gf-category-description h3 {
  color: var(--gf-primary-green);
  font-weight: 600;
}

.gf-category-description h2 {
  margin: 0 0 10px;
  font-size: 24px;
  letter-spacing: -0.02em;
  line-height: 1.35;
}

.gf-category-description h3 {
  margin: 20px 0 7px;
  font-size: 15px;
}

.gf-category-description p {
  margin: 0 0 13px;
}

.gf-category-description a {
  color: var(--gf-soft-green);
  font-weight: 600;
  text-decoration: underline;
  text-decoration-color: rgba(62, 107, 74, 0.3);
  text-underline-offset: 3px;
}

.gf-category-description figure {
  margin: 24px 0 30px;
}

.gf-category-description figure img {
  display: block;
  width: 100%;
  height: 300px;
  border-radius: 18px;
  object-fit: cover;
}

.gf-category-description figcaption {
  margin-top: 8px;
  color: #879189;
  font-size: 9px;
  text-align: center;
}

.gf-category-description__split {
  display: grid;
  margin-top: 28px;
  grid-template-columns: minmax(0, 1.15fr) minmax(260px, 0.85fr);
  align-items: center;
  gap: 30px;
}

.gf-category-description__split figure {
  margin: 0;
}

.gf-category-description__split figure img {
  height: 330px;
}

.gf-category-description ul {
  margin: 14px 0 0;
  padding-left: 18px;
}

.gf-category-description li {
  margin-bottom: 6px;
  padding-left: 3px;
}

.gf-ordering {
  display: flex;
  height: 41px;
  align-items: center;
  gap: 7px;
  padding: 0 13px;
  border-radius: var(--gf-radius-md);
  font-size: 10px;
}

.gf-ordering label {
  color: #8a958d;
}

.gf-ordering select {
  border: 0;
  outline: 0;
  color: #405246;
  background: transparent;
  font-size: 10px;
}

.gf-pagination {
  display: flex;
  justify-content: center;
  margin-top: 35px;
}

.gf-pagination ul {
  display: inline-flex;
  margin: 0;
  padding: 5px;
  align-items: center;
  gap: 4px;
  border: 1px solid rgba(31, 61, 43, 0.08);
  border-radius: var(--gf-radius-pill);
  background: #fff;
  box-shadow: var(--gf-shadow-card);
  list-style: none;
}

.gf-pagination a,
.gf-pagination span {
  display: grid;
  min-width: 31px;
  height: 31px;
  padding: 0 8px;
  place-items: center;
  border-radius: var(--gf-radius-pill);
  color: #58675d;
  font-size: 10px;
}

.gf-pagination .current {
  color: #fff;
  background: var(--gf-primary-green);
}

.gf-empty-state {
  padding: 54px;
  border: 1px solid rgba(31, 61, 43, 0.08);
  border-radius: var(--gf-radius-lg);
  color: #68766c;
  background: #fff;
  text-align: center;
}

/* Single product */

.gf-product-overview {
  display: grid;
  padding-bottom: var(--space-6);
  grid-template-columns: 1.18fr 0.92fr;
  align-items: start;
  gap: var(--space-8);
}

.gf-product-gallery__main {
  position: relative;
  height: 470px;
  overflow: hidden;
  border-radius: var(--gf-radius-lg);
  background: #eff1ee;
  box-shadow: var(--gf-shadow-card);
  touch-action: pan-y;
}

.gf-product-gallery__main > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.gf-product-gallery__nav {
  position: absolute;
  top: 50%;
  z-index: 2;
  display: grid;
  width: 44px;
  height: 44px;
  padding: 0;
  place-items: center;
  border: 1px solid rgba(31, 61, 43, 0.1);
  border-radius: 50%;
  color: var(--gf-primary-green);
  background: rgba(255, 255, 255, 0.88);
  box-shadow: var(--gf-liquid-shadow-control);
  transform: translateY(-50%);
  cursor: pointer;
  -webkit-backdrop-filter:
    blur(var(--gf-liquid-blur-control))
    saturate(var(--gf-liquid-saturation-control))
    brightness(var(--gf-liquid-brightness));
  backdrop-filter:
    blur(var(--gf-liquid-blur-control))
    saturate(var(--gf-liquid-saturation-control))
    brightness(var(--gf-liquid-brightness));
  transition: transform var(--gf-ease), background var(--gf-ease);
}

.gf-product-gallery__nav--previous {
  left: 16px;
}

.gf-product-gallery__nav--next {
  right: 16px;
}

.gf-product-gallery__nav--previous svg {
  transform: rotate(180deg);
}

.gf-product-gallery__nav:hover {
  background: #fff;
  transform: translateY(-50%) scale(1.05);
}

.gf-product-gallery__nav:focus-visible,
.gf-product-gallery__main:focus-visible {
  outline: 2px solid var(--gf-primary-green);
  outline-offset: 3px;
}

.gf-product-gallery__thumbs {
  display: grid;
  width: 100%;
  margin-top: 14px;
  overflow-x: auto;
  grid-auto-columns: calc((100% - 50px) / 6);
  grid-auto-flow: column;
  gap: 10px;
  scroll-snap-type: x proximity;
  scrollbar-width: none;
}

.gf-product-gallery__thumbs::-webkit-scrollbar {
  display: none;
}

.gf-product-gallery__thumbs button {
  height: 83px;
  padding: 0;
  overflow: hidden;
  border: 1px solid transparent;
  border-radius: var(--gf-radius-sm);
  background: #ecefec;
  scroll-snap-align: start;
}

.gf-product-gallery__thumbs button.is-active {
  border-color: var(--gf-soft-green);
  box-shadow: 0 0 0 2px rgba(62, 107, 74, 0.1);
}

.gf-product-gallery__thumbs img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.gf-product-summary {
  width: 100%;
  max-width: 100%;
  min-height: 567px;
  overflow: hidden;
  padding: 32px;
}

.gf-product-summary h1 {
  margin: 7px 0 8px;
  color: #1f3326;
  font-size: 28px;
  font-weight: 600;
  letter-spacing: -0.02em;
  line-height: 1.3;
}

.gf-product-summary__rating {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #748177;
  font-size: 10px;
}

.gf-product-summary__price {
  display: flex;
  margin-top: 13px;
  flex-direction: column;
  color: var(--gf-primary-green);
  font-size: 26px;
  font-weight: 700;
}

.gf-product-summary__price ins {
  text-decoration: none;
}

.gf-product-summary__price del {
  color: #9aa39c;
  font-size: 13px;
  font-weight: 400;
}

.gf-product-summary__price small {
  margin-top: 3px;
  color: #8b968e;
  font-size: 9px;
  font-weight: 400;
}

.gf-product-summary__contact-prompt {
  display: flex;
  align-items: flex-start;
  gap: 9px;
  margin-top: 14px;
  padding: 11px 12px;
  border: 1px solid rgba(31, 61, 43, 0.1);
  border-radius: 12px;
  color: #45604b;
  background: rgba(238, 244, 238, 0.72);
}

.gf-product-summary__contact-prompt > .gf-icon {
  flex: 0 0 auto;
  margin-top: 1px;
}

.gf-product-summary__contact-prompt span {
  display: grid;
  gap: 2px;
}

.gf-product-summary__contact-prompt strong {
  font-size: 12px;
}

.gf-product-summary__contact-prompt small {
  color: #718074;
  font-size: 10px;
  line-height: 1.45;
}

.gf-product-summary__intro {
  margin-top: 13px;
  overflow: visible;
  color: #637066;
  font-size: 11px;
  line-height: 1.65;
}

.gf-product-summary__intro h2,
.gf-product-summary__intro h3 {
  margin: 0 0 4px;
  color: #3c5041;
  font-size: 12px;
}

.gf-product-summary__intro p {
  margin: 0 0 7px;
}

.gf-product-summary__intro table {
  width: 100%;
  table-layout: fixed;
  border-collapse: collapse;
  font-size: 9px;
}

.gf-product-summary__intro td {
  padding: 3px 5px;
  border-bottom: 1px solid rgba(31, 61, 43, 0.06);
  overflow-wrap: anywhere;
}

.gf-product-summary__intro tr:last-child td {
  border-bottom: 0;
}

.gf-product-summary__intro td:first-child {
  width: 26%;
}

.gf-product-summary__specifications {
  margin-top: 16px;
  padding: 15px 16px 14px;
  border: 1px solid rgba(31, 61, 43, 0.1);
  border-radius: var(--gf-radius-md);
  background: rgba(255, 255, 255, 0.54);
}

.gf-product-summary__specifications h2 {
  margin: 0 0 8px;
  color: #3c5041;
  font-size: 12px;
  font-weight: 650;
}

.gf-product-summary__specifications table,
.gf-product-specifications table {
  width: 100% !important;
  table-layout: fixed;
  border-collapse: collapse;
}

.gf-product-summary__specifications :is(th, td) {
  padding: 5px 0;
  border-bottom: 1px solid rgba(31, 61, 43, 0.07);
  color: #5f6d63;
  font-size: 10px;
  line-height: 1.45;
  overflow-wrap: anywhere;
  text-align: left;
  vertical-align: top;
}

.gf-product-summary__specifications tr:last-child :is(th, td) {
  border-bottom: 0;
}

.gf-product-summary__specifications th {
  width: 32%;
  padding-right: 10px;
  font-weight: 700;
}

.gf-specifications-link {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  margin-top: 10px;
  color: var(--gf-primary-green);
  font-size: 10px;
  font-weight: 650;
}

.gf-specifications-link svg {
  transform: rotate(90deg);
}

.gf-product-summary__divider {
  height: 1px;
  margin-block: 20px;
  background: rgba(31, 61, 43, 0.09);
}

.gf-quantity-interface {
  display: flex;
  flex: 0 0 126px;
  align-items: center;
  color: #4c5b51;
  font-size: 10px;
}

.gf-quantity-interface > div {
  display: grid;
  width: 126px;
  height: 42px;
  grid-template-columns: 38px 1fr 38px;
  overflow: hidden;
  border: 1px solid rgba(31, 61, 43, 0.1);
  border-radius: var(--gf-radius-pill);
  background: #fff;
}

.gf-quantity-interface button,
.gf-quantity-interface input {
  width: 100%;
  padding: 0;
  border: 0;
  outline: 0;
  background: transparent;
  text-align: center;
  font-size: 11px;
}

.gf-quantity-interface input {
  appearance: textfield;
}

.gf-order-interface {
  display: grid;
  width: 100%;
  min-width: 0;
  gap: 12px;
}

.gf-order-interface__cart-row {
  display: flex;
  width: 100%;
  min-width: 0;
  align-items: center;
  gap: 10px;
}

.gf-buy-now {
  color: #fff !important;
  font-weight: 700 !important;
}

.gf-order-interface__cart-row .gf-button--cart {
  min-width: 0;
  flex: 1 1 auto;
}

.gf-button--cart {
  min-height: 42px;
  padding: 9px 16px;
  border: 1px solid rgba(31, 61, 43, 0.18);
  color: var(--gf-primary-green);
  background: rgba(255, 255, 255, 0.78);
  box-shadow: 0 5px 16px rgba(31, 61, 43, 0.07);
  white-space: nowrap;
}

.gf-order-interface__secondary {
  display: grid;
  width: 100%;
  min-width: 0;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

.gf-button--contact {
  min-width: 0;
  min-height: 42px;
  padding: 9px 13px;
  border: 1px solid rgba(31, 61, 43, 0.1);
  color: #405448;
  background: rgba(238, 244, 238, 0.72);
  font-size: 11px;
}

.gf-button--zalo img {
  width: 22px;
  height: 22px;
  border-radius: 5px;
  object-fit: contain;
}

.gf-order-interface__note {
  margin: 8px 0 0;
  color: #8b968e;
  font-size: 8px;
  text-align: center;
}

.gf-product-summary__services {
  display: grid;
  margin-top: 22px;
  padding-top: 17px;
  grid-template-columns: repeat(3, 1fr);
  gap: 9px;
  border-top: 1px solid rgba(31, 61, 43, 0.08);
}

.gf-product-summary__services span {
  display: flex;
  align-items: center;
  gap: 5px;
  color: #617066;
  font-size: 8px;
}

.gf-catalog-premium--single {
  margin-top: var(--space-6);
}

.gf-product-values {
  display: grid;
  margin-top: var(--space-6);
  padding: var(--space-4) var(--space-6);
  grid-template-columns: repeat(4, 1fr);
  gap: var(--space-4);
  border-radius: var(--gf-radius-lg);
}

.gf-product-values > div {
  display: flex;
  align-items: center;
  gap: 11px;
  padding-right: 15px;
  border-right: 1px solid rgba(31, 61, 43, 0.08);
  color: var(--gf-soft-green);
}

.gf-product-values > div:last-child {
  border-right: 0;
}

.gf-product-values strong,
.gf-product-values small {
  display: block;
}

.gf-product-values strong {
  color: #3e5143;
  font-size: 10px;
  font-weight: 600;
}

.gf-product-values small {
  margin-top: 2px;
  color: #8b968e;
  font-size: 8px;
}

.gf-product-details {
  margin-top: var(--space-6);
  border-radius: var(--gf-radius-lg);
}

.gf-product-tabs {
  display: flex;
  height: 64px;
  align-items: end;
  gap: 50px;
  padding: 0 28px;
  border-bottom: 1px solid rgba(31, 61, 43, 0.08);
}

.gf-product-tabs button {
  position: relative;
  padding: 0 5px 18px;
  border: 0;
  color: #7f8a82;
  background: transparent;
  font-size: 11px;
  font-weight: 500;
  cursor: pointer;
}

.gf-product-tabs button.is-active {
  color: var(--gf-primary-green);
}

.gf-product-tabs button.is-active::after {
  position: absolute;
  right: 0;
  bottom: -1px;
  left: 0;
  height: 2px;
  border-radius: var(--gf-radius-pill);
  background: var(--gf-primary-green);
  content: "";
}

.gf-product-details__body {
  min-height: 330px;
  padding: 32px;
}

.gf-product-tab-panel {
  width: 100%;
}

.gf-product-tab-panel[hidden] {
  display: none;
}

.gf-product-description-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(280px, 0.85fr);
  align-items: start;
  gap: 42px;
}

.gf-product-description-layout__copy {
  min-width: 0;
}

.gf-product-description-layout__copy .gf-product-details__copy {
  width: 100%;
  margin: 0;
}

.gf-product-specifications {
  min-width: 0;
  padding: 20px;
  border: 1px solid rgba(31, 61, 43, 0.1);
  border-radius: var(--gf-radius-md);
  background: rgba(255, 255, 255, 0.54);
  scroll-margin-top: 110px;
}

.gf-product-specifications h2 {
  margin: 0 0 14px;
  color: #314637;
  font-size: 16px;
  font-weight: 650;
}

.gf-product-specifications :is(th, td) {
  padding: 9px 10px;
  border: 1px solid rgba(31, 61, 43, 0.08);
  color: #5f6d63;
  font-size: 12px;
  line-height: 1.55;
  overflow-wrap: anywhere;
  text-align: left;
  vertical-align: top;
}

.gf-product-specifications th {
  width: 34%;
  font-weight: 700;
}

.gf-product-details__copy {
  width: min(100%, 720px);
  margin-inline: auto;
  color: #5f6d63;
  font-size: 12px;
  line-height: 1.75;
}

.gf-product-details__copy.is-collapsed {
  max-height: 460px;
  overflow: hidden;
  -webkit-mask-image: linear-gradient(#000 82%, transparent);
  mask-image: linear-gradient(#000 82%, transparent);
}

.gf-policy-copy p,
.gf-policy-copy ul {
  margin: 0 0 14px;
}

.gf-policy-copy ul {
  padding-left: 20px;
}

.gf-policy-copy li + li {
  margin-top: 7px;
}

.gf-policy-visual {
  margin: 0 0 24px;
  overflow: hidden;
  border-radius: var(--gf-radius-lg);
  background: #edf1ec;
  box-shadow: 0 14px 34px rgba(31, 61, 43, 0.1);
}

.gf-policy-visual img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 3 / 2;
  object-fit: cover;
}

.gf-read-more {
  display: flex;
  min-height: 40px;
  margin: 18px auto 0;
  align-items: center;
  gap: 8px;
  padding: 8px 18px;
  border: 1px solid rgba(31, 61, 43, 0.14);
  border-radius: var(--gf-radius-pill);
  color: var(--gf-primary-green);
  background: #fff;
  font-size: 11px;
  font-weight: 650;
}

.gf-read-more svg {
  transition: transform var(--gf-ease);
}

.gf-read-more[aria-expanded="true"] svg {
  transform: rotate(180deg);
}

.gf-read-more[hidden] {
  display: none;
}

.gf-single-product__premium {
  width: min(var(--gf-shell), calc(100% - 48px));
  margin-inline: auto;
}

/* Cart and checkout */

body.woocommerce-cart .gf-main,
body.woocommerce-checkout .gf-main {
  width: min(var(--gf-shell), calc(100% - 48px));
  margin-inline: auto;
  padding-block: 48px 80px;
}

body.woocommerce-cart .gf-commerce-page > h1,
body.woocommerce-checkout .gf-commerce-page > h1 {
  margin: 0 0 28px;
  color: #1f3326;
  font-size: clamp(28px, 4vw, 42px);
  line-height: 1.2;
}

body.woocommerce-cart .wc-block-cart,
body.woocommerce-checkout .wc-block-checkout {
  margin: 0;
}

.gf-product-details__copy h2,
.gf-product-details__copy h3,
.gf-product-details__copy h4 {
  margin: 0 0 9px;
  color: #314637;
  font-size: 14px;
  font-weight: 600;
}

.gf-product-details__copy table {
  width: 100% !important;
  border-collapse: collapse;
}

.gf-product-details__copy td {
  padding: 6px 7px;
  border: 1px solid rgba(31, 61, 43, 0.08);
}

.gf-product-details__copy .gf-text-link {
  margin-top: 14px;
}

.gf-product-details__image {
  height: 300px;
  overflow: hidden;
  border-radius: var(--gf-radius-md);
  background: #eff1ee;
}

.gf-product-details__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* Footer */

.gf-footer {
  border-top: 1px solid rgba(31, 61, 43, 0.06);
  background:
    radial-gradient(circle at 3% 10%, rgba(111, 175, 143, 0.1), transparent 15rem),
    linear-gradient(180deg, #f7f8f6, #f3f4f1);
}

.gf-payment {
  padding-top: 56px;
}

.gf-payment__panel {
  position: relative;
  display: grid;
  overflow: hidden;
  padding: 34px 38px;
  grid-template-columns: minmax(0, 1fr) 205px;
  gap: 48px;
  border: 1px solid rgba(31, 61, 43, 0.12);
  border-radius: 24px;
  background:
    radial-gradient(circle at 4% 0%, rgba(255, 255, 255, 0.95), transparent 30%),
    radial-gradient(circle at 92% 92%, rgba(111, 175, 143, 0.24), transparent 34%),
    linear-gradient(125deg, #ecf3eb, #f8faf7 58%, #e2eee2);
  box-shadow: 0 16px 38px rgba(31, 61, 43, 0.08);
}

.gf-payment__panel::after {
  position: absolute;
  top: -105px;
  right: 190px;
  width: 220px;
  height: 220px;
  border: 1px solid rgba(111, 175, 143, 0.22);
  border-radius: 50%;
  content: "";
  pointer-events: none;
}

.gf-payment__content {
  position: relative;
  z-index: 1;
}

.gf-payment__eyebrow,
.gf-contact-kicker {
  display: inline-block;
  color: var(--gf-soft-green);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.gf-payment h2 {
  margin: 6px 0 8px;
  color: var(--gf-primary-green);
  font-size: 28px;
  line-height: 1.2;
}

.gf-payment__content > p {
  max-width: 610px;
  margin: 0;
  color: #5d7063;
  font-size: 12px;
  line-height: 1.65;
}

.gf-payment__details {
  display: grid;
  margin: 22px 0 12px;
  grid-template-columns: 1.25fr 1fr 1fr;
  gap: 10px;
}

.gf-payment__details > div {
  min-height: 64px;
  padding: 10px 12px;
  border: 1px solid rgba(31, 61, 43, 0.1);
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.67);
}

.gf-payment__details dt {
  margin-bottom: 3px;
  color: #718177;
  font-size: 9px;
}

.gf-payment__details dd {
  margin: 0;
  color: #294434;
  font-size: 11px;
  font-weight: 700;
  line-height: 1.35;
}

.gf-payment__account-number {
  letter-spacing: 0.035em;
}

.gf-payment__content > small {
  color: #718177;
  font-size: 9px;
}

.gf-payment__qr {
  position: relative;
  z-index: 1;
  display: grid;
  width: 205px;
  margin: 0;
  padding: 9px;
  place-items: center;
  align-content: start;
  border: 1px solid rgba(31, 61, 43, 0.1);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 10px 25px rgba(31, 61, 43, 0.1);
}

.gf-payment__qr-image {
  width: 185px;
  height: 185px;
  aspect-ratio: 1;
  overflow: hidden;
}

.gf-payment__qr > img,
.gf-payment__qr-image img {
  display: block;
  width: 185px;
  height: 185px;
  aspect-ratio: 1;
  object-fit: contain;
}

.gf-payment__qr figcaption {
  padding: 7px 4px 2px;
  color: #46604e;
  font-size: 9px;
  font-weight: 600;
}

.gf-footer__grid {
  display: grid;
  padding-block: var(--space-12) var(--space-8);
  grid-template-columns: 1.35fr 0.8fr 0.9fr 1fr 1.15fr;
  gap: var(--space-8);
}

.gf-footer__brand img {
  width: 150px;
  height: auto;
}

.gf-footer__brand p,
.gf-footer__newsletter p {
  margin: 15px 0;
  color: #748178;
  font-size: 10px;
  line-height: 1.65;
}

.gf-footer__socials {
  display: flex;
  gap: 8px;
}

.gf-footer__socials span {
  display: grid;
  width: 27px;
  height: 27px;
  place-items: center;
  border-radius: 50%;
  color: var(--gf-primary-green);
  background: rgba(216, 227, 214, 0.62);
  font-size: 10px;
  font-weight: 600;
}

.gf-footer__socials svg {
  width: 11px;
  height: 11px;
  fill: currentColor;
}

.gf-footer h2 {
  margin: 0 0 14px;
  color: #33483a;
  font-size: 11px;
  font-weight: 600;
}

.gf-footer__column a,
.gf-footer__column > span,
.gf-footer__column p {
  display: block;
  margin: 0 0 9px;
  color: #78847b;
  font-size: 9px;
}

.gf-footer__contact a {
  color: #596a5e;
}

.gf-newsletter-placeholder {
  display: flex;
  height: 41px;
  align-items: center;
  justify-content: space-between;
  padding-left: 14px;
  overflow: hidden;
  border: 1px solid rgba(31, 61, 43, 0.08);
  border-radius: var(--gf-radius-sm);
  color: #596a5e;
  background: #fff;
  font-size: 9px;
}

.gf-newsletter-placeholder span:last-child {
  display: grid;
  width: 41px;
  height: 41px;
  place-items: center;
  color: #fff;
  background: var(--gf-primary-green);
}

.gf-footer__newsletter small {
  display: block;
  margin-top: 8px;
  color: #a0a7a1;
  font-size: 7px;
}

.gf-footer__bottom {
  display: flex;
  min-height: 52px;
  align-items: center;
  justify-content: space-between;
  border-top: 1px solid rgba(31, 61, 43, 0.08);
  color: #8b958e;
  font-size: 8px;
}

/* Contact page */

.gf-contact-page {
  overflow: hidden;
}

.gf-contact-hero {
  position: relative;
  overflow: hidden;
  padding: 118px 0 122px;
  background:
    radial-gradient(circle at 78% 45%, rgba(130, 183, 144, 0.42), transparent 19rem),
    radial-gradient(circle at 12% 0%, rgba(255, 255, 255, 0.72), transparent 24rem),
    linear-gradient(125deg, #dbe8da, #f7faf6 57%, #d8e7d8);
}

.gf-contact-hero::before,
.gf-contact-hero::after {
  position: absolute;
  border: 1px solid rgba(62, 107, 74, 0.17);
  border-radius: 50%;
  content: "";
  pointer-events: none;
}

.gf-contact-hero::before {
  top: -300px;
  right: 6%;
  width: 650px;
  height: 650px;
}

.gf-contact-hero::after {
  right: -100px;
  bottom: -230px;
  width: 520px;
  height: 520px;
}

.gf-contact-hero__inner {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1.12fr) minmax(320px, 0.88fr);
  align-items: center;
  gap: clamp(36px, 7vw, 108px);
}

.gf-contact-hero__content {
  max-width: 590px;
}

.gf-contact-hero__image {
  width: min(100%, 430px);
  margin: 0;
  justify-self: end;
  overflow: hidden;
  border: 7px solid rgba(255, 255, 255, 0.72);
  border-radius: 26px;
  box-shadow: 0 24px 52px rgba(32, 73, 45, 0.2);
  aspect-ratio: 1 / 1;
}

.gf-contact-hero__image img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center;
}

.gf-contact-hero h1,
.gf-contact-heading h2,
.gf-contact-visit h2 {
  margin: 9px 0 14px;
  color: var(--gf-primary-green);
  font-size: clamp(38px, 4vw, 56px);
  font-weight: 600;
  letter-spacing: -0.045em;
  line-height: 1.08;
}

.gf-contact-hero h1 em,
.gf-contact-heading h2 em,
.gf-contact-visit h2 em {
  color: var(--gf-soft-green);
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 400;
}

.gf-contact-hero p {
  max-width: 570px;
  margin: 0;
  color: #506657;
  font-size: 14px;
  line-height: 1.72;
}

.gf-contact-hero__actions {
  display: flex;
  margin-top: 27px;
  align-items: center;
  gap: 22px;
}

.gf-contact-hero__actions .gf-button {
  min-height: 48px;
}

.gf-contact-text-link,
.gf-contact-card > a {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  color: var(--gf-soft-green);
  font-size: 11px;
  font-weight: 700;
}

.gf-contact-info {
  display: grid;
  padding-block: 90px;
  grid-template-columns: 0.82fr 2fr;
  gap: 70px;
}

.gf-contact-heading h2 {
  margin-bottom: 0;
  font-size: 34px;
}

.gf-contact-kicker--dark {
  color: #54685b;
}

.gf-contact-info__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 15px;
}

.gf-contact-card {
  display: flex;
  min-height: 250px;
  flex-direction: column;
  padding: 22px;
  border: 1px solid rgba(31, 61, 43, 0.1);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.7);
  box-shadow: 0 10px 24px rgba(31, 61, 43, 0.055);
}

.gf-contact-card__icon {
  display: grid;
  width: 48px;
  height: 48px;
  margin-bottom: 17px;
  place-items: center;
  border-radius: 14px;
  color: var(--gf-primary-green);
  background: #e0ecdf;
}

.gf-contact-card h3 {
  margin: 0 0 8px;
  color: #2b4635;
  font-size: 15px;
}

.gf-contact-card p {
  min-height: 58px;
  margin: 0 0 15px;
  color: #708077;
  font-size: 11px;
  line-height: 1.65;
}

.gf-contact-card > a {
  margin-top: auto;
}

.gf-contact-card:first-child > a + a {
  margin-top: 7px;
}

.gf-contact-visit {
  position: relative;
  overflow: hidden;
  color: #fff;
  background:
    radial-gradient(circle at 89% 7%, rgba(131, 189, 145, 0.3), transparent 17rem),
    linear-gradient(120deg, #183322, #284c34 62%, #193425);
}

.gf-contact-visit::after {
  position: absolute;
  top: -190px;
  right: 7%;
  width: 460px;
  height: 460px;
  border: 1px solid rgba(220, 239, 220, 0.23);
  border-radius: 50%;
  content: "";
}

.gf-contact-visit__inner {
  position: relative;
  z-index: 1;
  display: grid;
  min-height: 310px;
  padding-block: 54px;
  align-items: center;
  grid-template-columns: minmax(0, 0.9fr) minmax(360px, 1.1fr);
  gap: 40px;
}

.gf-contact-visit .gf-contact-kicker {
  color: #b5d4bb;
}

.gf-contact-visit h2 {
  margin-bottom: 0;
  color: #fff;
  font-size: 33px;
}

.gf-contact-visit h2 em {
  color: #dcefdc;
}

.gf-contact-map-frame {
  min-height: 202px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.35);
  border-radius: 18px;
  background: #e7eee5;
  box-shadow: 0 14px 32px rgba(6, 25, 12, 0.2);
}

.gf-contact-map-frame iframe {
  width: 100%;
  height: 100%;
  min-height: 202px;
  display: block;
  border: 0;
}

/* WordPress and Elementor cleanup */

.elementor-widget-shortcode .elementor-shortcode,
.elementor-widget-green-home-section {
  width: 100%;
}

.woocommerce-notices-wrapper {
  width: min(var(--gf-shell), calc(100% - 48px));
  margin: 16px auto;
}

.woocommerce-message,
.woocommerce-info,
.woocommerce-error {
  padding: 14px 18px;
  border: 1px solid rgba(31, 61, 43, 0.1);
  border-radius: var(--gf-radius-md);
  color: #526358;
  background: #fff;
  font-size: 11px;
  list-style: none;
}

/* Liquid Glass material system */

:where(
  .gf-button--liquid,
  .gf-header-search,
  .gf-icon-button,
  .gf-category-chip,
  .gf-featured-carousel .gf-product-card,
  .gf-featured-carousel .gf-product-card__save,
  .gf-glass,
  .gf-benefits,
  .gf-filter-panel,
  .gf-ordering,
  .gf-product-values,
  .gf-product-details
) {
  --gf-liquid-background: var(--gf-liquid-clear-background);
  --gf-liquid-edge: var(--gf-liquid-edge-light);
  --gf-liquid-shadow: var(--gf-liquid-shadow-control);
  --gf-liquid-blur: var(--gf-liquid-blur-clear);
  --gf-liquid-saturation: var(--gf-liquid-saturation-control);
  --gf-liquid-highlight-left: 7%;
  --gf-liquid-highlight-width: 72%;
  --gf-liquid-highlight-height: 44%;
  --gf-liquid-highlight-opacity: 0.82;
  position: relative;
}

:is(
  .gf-button--liquid,
  .gf-header-search,
  .gf-icon-button,
  .gf-category-chip,
  .gf-featured-carousel .gf-product-card,
  .gf-featured-carousel .gf-product-card__save,
  .gf-glass,
  .gf-benefits,
  .gf-catalog-hero__glass,
  .gf-filter-panel,
  .gf-ordering,
  .gf-product-values,
  .gf-product-details
) {
  overflow: hidden;
  border: 0;
  isolation: isolate;
  background: var(--gf-liquid-background);
  box-shadow: var(--gf-liquid-shadow);
  transform: translateZ(0);
  transition:
    box-shadow var(--gf-ease),
    filter var(--gf-ease),
    transform var(--gf-ease);
  -webkit-backdrop-filter:
    blur(var(--gf-liquid-blur))
    saturate(var(--gf-liquid-saturation))
    brightness(var(--gf-liquid-brightness));
  backdrop-filter:
    blur(var(--gf-liquid-blur))
    saturate(var(--gf-liquid-saturation))
    brightness(var(--gf-liquid-brightness));
}

:is(
  .gf-button--liquid,
  .gf-header-search,
  .gf-icon-button,
  .gf-category-chip,
  .gf-featured-carousel .gf-product-card,
  .gf-featured-carousel .gf-product-card__save,
  .gf-glass,
  .gf-benefits,
  .gf-catalog-hero__glass,
  .gf-filter-panel,
  .gf-ordering,
  .gf-product-values,
  .gf-product-details
) > * {
  position: relative;
  z-index: 1;
}

:is(
  .gf-button--liquid,
  .gf-header-search,
  .gf-icon-button,
  .gf-category-chip,
  .gf-featured-carousel .gf-product-card,
  .gf-featured-carousel .gf-product-card__save,
  .gf-glass,
  .gf-benefits,
  .gf-catalog-hero__glass,
  .gf-filter-panel,
  .gf-ordering,
  .gf-product-values,
  .gf-product-details
)::before {
  position: absolute;
  inset: auto auto auto auto;
  top: 2px;
  left: var(--gf-liquid-highlight-left);
  z-index: 0;
  width: var(--gf-liquid-highlight-width);
  height: var(--gf-liquid-highlight-height);
  padding: 0;
  border: 0;
  border-radius: inherit;
  background:
    radial-gradient(
      ellipse at 38% 0%,
      rgb(255 255 255 / 72%) 0%,
      rgb(255 255 255 / 18%) 38%,
      transparent 68%
    );
  box-shadow: none;
  content: "";
  filter: blur(2px);
  opacity: var(--gf-liquid-highlight-opacity);
  pointer-events: none;
  transform: none;
  animation: none;
}

:is(
  .gf-button--liquid,
  .gf-header-search,
  .gf-icon-button,
  .gf-category-chip,
  .gf-featured-carousel .gf-product-card,
  .gf-featured-carousel .gf-product-card__save,
  .gf-glass,
  .gf-benefits,
  .gf-catalog-hero__glass,
  .gf-filter-panel,
  .gf-ordering,
  .gf-product-values,
  .gf-product-details
)::after {
  position: absolute;
  inset: 0;
  z-index: 3;
  width: auto;
  height: auto;
  padding: 1px;
  border: 0;
  border-radius: inherit;
  background: var(--gf-liquid-edge);
  box-shadow: none;
  content: "";
  filter: none;
  opacity: 1;
  pointer-events: none;
  transform: none;
  transition: none;
  animation: none;
  -webkit-mask:
    linear-gradient(#000 0 0) content-box,
    linear-gradient(#000 0 0);
  mask:
    linear-gradient(#000 0 0) content-box,
    linear-gradient(#000 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
}

:where(
  .gf-glass,
  .gf-benefits,
  .gf-catalog-hero__glass,
  .gf-filter-panel,
  .gf-featured-carousel .gf-product-card,
  .gf-product-values,
  .gf-product-details
) {
  --gf-liquid-background: var(--gf-liquid-box-background);
  --gf-liquid-edge: var(--gf-liquid-edge-green);
  --gf-liquid-shadow: var(--gf-liquid-shadow-box);
  --gf-liquid-blur: var(--gf-liquid-blur-box);
  --gf-liquid-saturation: var(--gf-liquid-saturation-box);
  --gf-liquid-highlight-width: 64%;
  --gf-liquid-highlight-height: 32%;
  --gf-liquid-highlight-opacity: 0.56;
}

/*
 * Elementor suppresses descendant background images before a lower homepage
 * container reaches its lazy-load observer. Liquid gradients are part of the
 * material itself, so keep them available before the container intersects.
 */
body.greenfurni-site .gf-main .elementor :is(.elementor-shortcode, .elementor-widget-green-home-section) :is(
  .gf-button--liquid,
  .gf-category-chip,
  .gf-featured-carousel .gf-product-card,
  .gf-featured-carousel .gf-product-card__save,
  .gf-benefits
) {
  background-image: var(--gf-liquid-background) !important;
}

body.greenfurni-site .gf-main .elementor :is(.elementor-shortcode, .elementor-widget-green-home-section) .gf-featured-products {
  background-image: var(--gf-featured-image) !important;
}

/* Homepage mobile layout (desktop rules above remain unchanged). */

@media (max-width: 900px) {
  body.home.greenfurni-site {
    min-width: 0;
    overflow-x: hidden;
  }

  body.home .gf-shell {
    width: min(100% - var(--space-8), var(--gf-shell));
  }

  body.home .gf-topbar {
    height: 32px;
    font-size: 10px;
  }

  body.home .gf-topbar__benefits {
    min-width: 0;
    flex: 1;
  }

  body.home .gf-topbar__benefits span:not(:first-child),
  body.home .gf-topbar__benefits i,
  body.home .gf-topbar__contact > :not(a) {
    display: none;
  }

  body.home .gf-topbar__benefits span:first-child {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  body.home .gf-topbar__contact {
    flex: 0 0 auto;
    gap: 0;
  }

  body.home .gf-topbar__contact a {
    min-height: 32px;
  }

  body.home .gf-topbar__contact a ~ a {
    display: none;
  }

  body.home .gf-mainnav {
    height: auto;
  }

  body.home .gf-mainnav__inner {
    position: relative;
    display: grid;
    height: auto;
    padding-block: var(--space-2);
    grid-template-columns: minmax(0, 1fr) 44px 44px;
    gap: var(--space-2);
  }

  body.home .gf-logo,
  body.home .gf-logo img {
    width: 132px;
  }

  body.home .gf-logo {
    height: 42px;
  }

  body.home .gf-mobile-menu-toggle {
    position: relative;
    z-index: 102;
    display: grid;
    grid-column: 3;
    grid-row: 1;
    width: 44px;
    height: 44px;
    padding: var(--space-3);
    place-content: center;
    gap: 5px;
    border: 0;
    border-radius: 50%;
    color: var(--gf-primary-green);
    background: rgba(255, 255, 255, 0.58);
    box-shadow: 0 5px 16px rgba(31, 61, 43, 0.1);
  }

  body.home .gf-mobile-menu-toggle span {
    display: block;
    width: 20px;
    height: 2px;
    border-radius: var(--gf-radius-pill);
    background: currentColor;
    transition: transform var(--gf-ease), opacity var(--gf-ease);
  }

  body.home.gf-mobile-nav-open .gf-mobile-menu-toggle span:nth-child(1) {
    transform: translateY(7px) rotate(45deg);
  }

  body.home.gf-mobile-nav-open .gf-mobile-menu-toggle span:nth-child(2) {
    opacity: 0;
  }

  body.home.gf-mobile-nav-open .gf-mobile-menu-toggle span:nth-child(3) {
    transform: translateY(-7px) rotate(-45deg);
  }

  body.home .gf-navigation {
    position: absolute;
    top: 100%;
    right: var(--space-4);
    left: var(--space-4);
    z-index: 101;
    display: grid;
    max-height: calc(100dvh - 104px);
    overflow-y: auto;
    padding: var(--space-3);
    border: 1px solid rgba(255, 255, 255, 0.72);
    border-radius: 20px;
    background: rgba(248, 251, 248, 0.96);
    box-shadow: 0 20px 50px rgba(19, 43, 27, 0.2);
    font-size: 14px;
    opacity: 0;
    pointer-events: none;
    transform: translateY(-8px);
    transition: opacity var(--gf-ease), transform var(--gf-ease);
    -webkit-backdrop-filter: blur(24px);
    backdrop-filter: blur(24px);
  }

  body.home.gf-mobile-nav-open .gf-navigation {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
  }

  body.home .gf-navigation > * {
    min-height: 48px;
    padding: var(--space-3) var(--space-4);
    border-bottom: 1px solid rgba(31, 61, 43, 0.07);
  }

  body.home .gf-navigation > :last-child {
    border-bottom: 0;
  }

  body.home .gf-navigation > *::after {
    display: none;
  }

  body.home .gf-mobile-menu-backdrop {
    position: fixed;
    inset: 0;
    z-index: 99;
    display: block;
    width: 100%;
    height: 100%;
    padding: 0;
    border: 0;
    background: rgba(14, 29, 19, 0.28);
    opacity: 0;
    pointer-events: none;
    transition: opacity var(--gf-ease);
  }

  body.home.gf-mobile-nav-open {
    overflow: hidden;
  }

  body.home.gf-mobile-nav-open .gf-mobile-menu-backdrop {
    opacity: 1;
    pointer-events: auto;
  }

  body.home .gf-header-tools {
    z-index: 103;
    width: 44px;
    grid-column: 2;
    grid-row: 1;
  }

  body.home .gf-header-search {
    width: 44px;
    height: 44px;
    padding: 0;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.44);
  }

  body.home .gf-header-search input {
    width: 0;
    min-width: 0;
    flex: 0 0 0;
    padding: 0;
    font-size: 12px;
    opacity: 0;
    pointer-events: none;
  }

  body.home .gf-header-search button {
    width: 44px;
    height: 44px;
    flex: 0 0 44px;
  }

  body.home .gf-header-search.is-open {
    position: absolute;
    top: var(--space-2);
    right: 52px;
    left: 0;
    width: auto;
    padding-left: var(--space-4);
    border-radius: var(--gf-radius-pill);
  }

  body.home .gf-header-search.is-open input {
    width: auto;
    flex: 1 1 auto;
    opacity: 1;
    pointer-events: auto;
  }

  body.home .gf-header-tools > .gf-icon-button,
  body.home .gf-header-tools > .gf-wishlist-control {
    display: none;
  }

  body.home .gf-home-atmosphere {
    height: 700px;
  }

  body.home .gf-home-atmosphere__slice {
    right: -22vw;
    left: -22vw;
    background-size: auto 620px;
  }

  body.home .gf-home-atmosphere__slice--bottom,
  body.home .gf-home-atmosphere__light--two {
    display: none;
  }

  body.home .gf-home-hero__media {
    --gf-mobile-hero-height: clamp(540px, 145vw, 568px);
    --gf-mobile-blob-height: 340px;
    min-height: var(--gf-mobile-hero-height);
    background-position: 62% center;
  }

  body.home .gf-home-hero__media::before {
    background:
      linear-gradient(118deg, rgb(255 255 255 / 10%), transparent 65%),
      linear-gradient(0deg, rgba(17, 35, 23, 0.11), transparent 60%),
      linear-gradient(90deg, rgba(22, 42, 29, 0.04), transparent);
  }

  body.home .gf-home-hero__edge-blur {
    display: none;
  }

  body.home .gf-home-hero__liquid {
    top: auto;
    right: var(--space-2);
    bottom: var(--space-3);
    left: var(--space-2);
    width: auto;
    height: var(--gf-mobile-blob-height);
    filter: drop-shadow(0 16px 28px rgba(22, 47, 31, 0.18));
  }

  body.home .gf-home-hero__refraction,
  body.home .gf-home-hero__glass,
  body.home .gf-liquid-orb {
    clip-path: var(--gf-hero-clip);
  }

  body.home .gf-home-hero__refraction {
    display: block;
    background-position:
      62%
      calc(var(--gf-mobile-blob-height) + var(--space-3) - var(--gf-mobile-hero-height));
    background-size: auto var(--gf-mobile-hero-height);
    filter: blur(4.5px) saturate(1.2) brightness(1.05);
    opacity: 0.68;
  }

  body.home .gf-liquid-orb,
  body.home .gf-home-hero__outline {
    display: block;
  }

  body.home .gf-home-hero__glass {
    border-radius: 0;
    background:
      radial-gradient(ellipse at 18% 0%, rgba(255, 255, 255, 0.7), transparent 46%),
      radial-gradient(ellipse at 92% 106%, rgba(62, 107, 74, 0.16), transparent 58%),
      linear-gradient(135deg, rgba(255, 255, 255, 0.56), rgba(224, 238, 226, 0.32));
    -webkit-backdrop-filter: blur(15px) saturate(145%);
    backdrop-filter: blur(15px) saturate(145%);
  }

  body.home .gf-home-hero__content {
    top: 50%;
    left: 9%;
    width: 82%;
    padding: 0;
    transform: translateY(-48%);
  }

  body.home .gf-home-hero h1 {
    margin-block: var(--space-2) var(--space-3);
    font-size: clamp(30px, 9vw, 38px);
    line-height: 1.05;
  }

  body.home .gf-home-hero h1 span {
    font-size: clamp(20px, 6.3vw, 27px);
    line-height: 1.2;
  }

  body.home .gf-home-hero p {
    font-size: 13px;
  }

  body.home .gf-home-hero__actions {
    display: grid;
    margin-top: var(--space-4);
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: var(--space-2);
  }

  body.home .gf-home-hero__actions .gf-button {
    width: 100%;
    min-width: 0;
    min-height: 48px;
    gap: var(--space-2);
    padding-inline: var(--space-3);
    font-size: 11px;
    line-height: 1.25;
    text-align: center;
  }

  body.home .gf-home-hero__actions .gf-button--liquid {
    padding-left: var(--space-2);
  }

  body.home .gf-home-hero__actions .gf-button__icon {
    width: 28px;
    height: 28px;
    flex-basis: 28px;
  }

  body.home .gf-category-rail {
    width: 100%;
    margin-top: 14px;
    padding: 0 var(--space-4) var(--space-4);
    overflow-x: auto;
    grid-template-columns: none;
    grid-auto-columns: calc(40% - 9.6px);
    grid-auto-flow: column;
    gap: var(--space-3);
    overscroll-behavior-inline: contain;
    scroll-padding-inline: var(--space-4);
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
    -webkit-overflow-scrolling: touch;
  }

  body.home .gf-category-rail::-webkit-scrollbar {
    display: none;
  }

  body.home .gf-category-chip {
    height: 76px;
    min-width: 0;
    gap: var(--space-2);
    padding: var(--space-2);
    border-radius: var(--gf-radius-lg);
    scroll-snap-align: start;
  }

  body.home .gf-category-chip__image {
    width: 44px;
    height: 48px;
    flex-basis: 44px;
    border-radius: var(--gf-radius-sm);
  }

  body.home .gf-category-chip > span:last-child {
    min-width: 0;
  }

  body.home .gf-section {
    padding-top: var(--space-12);
  }

  body.home .gf-section--last {
    padding-bottom: var(--space-12);
  }

  body.home .gf-section-heading {
    display: block;
    margin-bottom: var(--space-6);
  }

  body.home .gf-section-heading h2 {
    margin-top: var(--space-1);
    font-size: 22px;
    line-height: 1.25;
  }

  body.home .gf-section-heading p {
    max-width: 31rem;
    font-size: 13px;
    line-height: 1.55;
  }

  body.home .gf-section-heading > .gf-text-link,
  body.home .gf-featured-products__actions {
    margin-top: var(--space-3);
  }

  body.home .gf-text-link {
    min-height: 44px;
    font-size: 12px;
  }

  body.home .gf-category-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: var(--space-3);
  }

  body.home .gf-category-card {
    height: 210px;
    border-radius: 18px;
  }

  body.home .gf-category-card--kids {
    display: none;
  }

  body.home .gf-category-card:last-child:nth-child(odd) {
    grid-column: 1 / -1;
  }

  body.home .gf-category-card__content {
    right: 48px;
    bottom: 12px;
    left: 12px;
  }

  body.home .gf-category-card__content strong {
    font-size: 13px;
  }

  body.home .gf-category-card__arrow {
    right: var(--space-3);
    bottom: var(--space-3);
    width: 34px;
    height: 34px;
  }

  body.home .gf-featured-products {
    padding-bottom: var(--space-8);
    background-position: 58% center;
  }

  body.home .gf-featured-products .gf-section-heading {
    display: flex;
    align-items: flex-end;
  }

  body.home .gf-featured-products .gf-section-heading > div:first-child {
    min-width: 0;
    flex: 1;
  }

  body.home .gf-featured-products .gf-section-heading p {
    display: none;
  }

  body.home .gf-featured-products__actions {
    flex: 0 0 auto;
    margin: 0 0 0 var(--space-2);
  }

  body.home .gf-featured-products__view-all {
    min-height: 44px;
    padding-left: var(--space-3);
    font-size: 11px;
  }

  body.home .gf-featured-carousel-wrap {
    margin-right: 0;
  }

  body.home .gf-featured-carousel {
    border-radius: var(--gf-radius-lg);
    touch-action: pan-x pan-y;
  }

  body.home .gf-featured-carousel__track {
    gap: var(--space-3);
    padding-right: 0;
  }

  body.home .gf-featured-carousel .gf-product-card {
    min-width: calc((100% - var(--space-3)) / 2);
    flex-basis: calc((100% - var(--space-3)) / 2);
  }

  body.home .gf-featured-carousel__nav {
    display: none;
  }

  body.home .gf-featured-carousel .gf-product-card__image {
    height: clamp(150px, 43vw, 185px);
  }

  body.home .gf-product-grid--four {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: var(--space-3);
  }

  body.home .gf-product-grid--four .gf-product-card__image {
    height: clamp(150px, 43vw, 185px);
  }

  body.home .gf-product-card {
    border-radius: var(--gf-radius-lg);
  }

  body.home .gf-product-card__save {
    width: 40px;
    height: 42px;
    flex-basis: 40px;
  }

  body.home .gf-product-card__body {
    min-height: 0;
    padding: var(--space-3) 10px;
  }

  body.home .gf-product-card__title {
    min-height: 45px;
    max-height: 45px;
    font-size: 16px;
    line-height: 1.4;
    -webkit-line-clamp: 2;
  }

  body.home .gf-product-card__bottom {
    min-height: 42px;
  }

  body.home .gf-premium {
    width: calc(100% - var(--space-8));
    min-height: 410px;
    aspect-ratio: auto;
    align-items: flex-end;
    margin-top: var(--space-6);
    border-radius: var(--gf-radius-glass);
    background-position: 64% center;
  }

  body.home .gf-premium::before {
    background: linear-gradient(0deg, rgba(4, 7, 5, 0.92), rgba(4, 7, 5, 0.2) 78%);
  }

  body.home .gf-premium__copy {
    width: 100%;
    flex-basis: 100%;
    padding: var(--space-8) var(--space-6) var(--space-6);
  }

  body.home .gf-premium h2 {
    font-size: 27px;
  }

  body.home .gf-premium p {
    max-width: 290px;
    line-height: 1.55;
  }

  body.home .gf-premium .gf-premium__button {
    width: 100%;
    min-width: 0;
    min-height: 48px;
  }

  body.home .gf-benefits-wrap {
    padding-block: var(--space-6);
  }

  body.home .gf-benefits {
    padding: var(--space-2) var(--space-4);
    grid-template-columns: 1fr;
    border-radius: 20px;
  }

  body.home .gf-benefit {
    min-height: 66px;
    padding: var(--space-2) 0;
    border-right: 0;
    border-bottom: 1px solid rgba(31, 61, 43, 0.08);
  }

  body.home .gf-benefit:last-child {
    border-bottom: 0;
  }

  body.home .gf-benefit strong {
    font-size: 11px;
  }

  body.home .gf-benefit small {
    font-size: 10px;
  }

  body.home .gf-home-about {
    padding-block: 58px 64px;
  }

  body.home .gf-home-about::before {
    top: 24px;
    left: -132px;
    width: 205px;
    height: 205px;
  }

  body.home .gf-home-about__inner {
    grid-template-columns: 1fr;
    gap: var(--space-6);
  }

  body.home .gf-home-about__media {
    aspect-ratio: 1.2 / 1;
    border-radius: var(--gf-radius-glass);
  }

  body.home .gf-home-about__media::after {
    top: var(--space-4);
    right: var(--space-4);
    width: 64px;
    height: 64px;
  }

  body.home .gf-home-about__media figcaption {
    bottom: var(--space-3);
    left: var(--space-3);
    font-size: 9px;
  }

  body.home .gf-home-about__content {
    padding: 0;
  }

  body.home .gf-home-about__content h2 {
    margin-block: var(--space-2) var(--space-3);
    font-size: 28px;
    line-height: 1.2;
  }

  body.home .gf-home-about__content > p {
    font-size: 13px;
    line-height: 1.65;
  }

  body.home .gf-home-about__facts {
    margin-block: var(--space-6);
  }

  body.home .gf-home-about__facts > div {
    padding-inline: var(--space-2);
  }

  body.home .gf-home-about__facts dt {
    font-size: 17px;
  }

  body.home .gf-home-about__facts > div:last-child dt {
    font-size: 11px;
  }

  body.home .gf-home-about__facts dd {
    font-size: 8px;
  }

  body.home .gf-home-about__button {
    width: 100%;
    min-height: 48px;
  }

  body.home .gf-showcase {
    width: calc(100% + var(--space-4));
    overflow-x: auto;
    grid-template-columns: none;
    grid-auto-columns: min(82vw, 330px);
    grid-auto-flow: column;
    gap: var(--space-3);
    padding-right: var(--space-4);
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
  }

  body.home .gf-showcase::-webkit-scrollbar {
    display: none;
  }

  body.home .gf-showcase-card {
    height: 280px;
    scroll-snap-align: start;
  }

  body.home .gf-editorial-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: var(--space-3);
  }

  body.home .gf-editorial-card {
    grid-template-rows: 130px minmax(108px, 1fr);
    border-radius: var(--gf-radius-md);
  }

  body.home .gf-editorial-card > div {
    padding: var(--space-3);
  }

  body.home .gf-editorial-card h3 {
    font-size: 12px;
  }

  body.home .gf-footer__grid {
    padding-block: var(--space-12) var(--space-8);
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: var(--space-8) var(--space-4);
  }

  body.home .gf-footer__brand,
  body.home .gf-footer__newsletter {
    grid-column: 1 / -1;
  }

  body.home .gf-footer__brand p,
  body.home .gf-footer__newsletter p {
    max-width: 34rem;
    font-size: 11px;
  }

  body.home .gf-footer h2 {
    font-size: 12px;
  }

  body.home .gf-footer__column a,
  body.home .gf-footer__column > span,
  body.home .gf-footer__column p {
    margin-bottom: var(--space-2);
    font-size: 11px;
    overflow-wrap: anywhere;
  }

  body.home .gf-footer__contact {
    grid-column: 1 / -1;
  }

  body.home .gf-newsletter-placeholder {
    height: 46px;
    font-size: 11px;
  }

  body.home .gf-newsletter-placeholder span:last-child {
    width: 46px;
    height: 46px;
  }

  body.home .gf-footer__newsletter small {
    font-size: 9px;
  }

  body.home .gf-footer__bottom {
    min-height: 72px;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    gap: var(--space-1);
    font-size: 9px;
  }
}

/* Contact page mobile layout. */

@media (max-width: 900px) {
  body.greenfurni-contact {
    min-width: 0;
    overflow-x: hidden;
  }

  body.greenfurni-contact .gf-shell {
    width: min(100% - var(--space-8), var(--gf-shell));
  }

  body.greenfurni-contact .gf-topbar {
    height: 32px;
    font-size: 10px;
  }

  body.greenfurni-contact .gf-topbar__benefits {
    min-width: 0;
    flex: 1;
  }

  body.greenfurni-contact .gf-topbar__benefits span:not(:first-child),
  body.greenfurni-contact .gf-topbar__benefits i,
  body.greenfurni-contact .gf-topbar__contact > :not(a) {
    display: none;
  }

  body.greenfurni-contact .gf-topbar__benefits span:first-child {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  body.greenfurni-contact .gf-topbar__contact {
    flex: 0 0 auto;
    gap: 8px;
  }

  body.greenfurni-contact .gf-topbar__contact a {
    min-height: 32px;
  }

  body.greenfurni-contact .gf-topbar__contact a ~ a {
    display: none;
  }

  body.greenfurni-contact .gf-mainnav {
    height: auto;
  }

  body.greenfurni-contact .gf-mainnav__inner {
    position: relative;
    display: grid;
    height: auto;
    padding-block: var(--space-2);
    grid-template-columns: minmax(0, 1fr) 44px 44px;
    gap: var(--space-2);
  }

  body.greenfurni-contact .gf-logo,
  body.greenfurni-contact .gf-logo img {
    width: 132px;
  }

  body.greenfurni-contact .gf-logo {
    height: 42px;
  }

  body.greenfurni-contact .gf-mobile-menu-toggle {
    position: relative;
    z-index: 102;
    display: grid;
    grid-column: 3;
    grid-row: 1;
    width: 44px;
    height: 44px;
    padding: var(--space-3);
    place-content: center;
    gap: 5px;
    border: 0;
    border-radius: 50%;
    color: var(--gf-primary-green);
    background: rgba(255, 255, 255, 0.58);
    box-shadow: 0 5px 16px rgba(31, 61, 43, 0.1);
  }

  body.greenfurni-contact .gf-mobile-menu-toggle span {
    display: block;
    width: 20px;
    height: 2px;
    border-radius: var(--gf-radius-pill);
    background: currentColor;
    transition: transform var(--gf-ease), opacity var(--gf-ease);
  }

  body.greenfurni-contact.gf-mobile-nav-open .gf-mobile-menu-toggle span:nth-child(1) {
    transform: translateY(7px) rotate(45deg);
  }

  body.greenfurni-contact.gf-mobile-nav-open .gf-mobile-menu-toggle span:nth-child(2) {
    opacity: 0;
  }

  body.greenfurni-contact.gf-mobile-nav-open .gf-mobile-menu-toggle span:nth-child(3) {
    transform: translateY(-7px) rotate(-45deg);
  }

  body.greenfurni-contact .gf-navigation {
    position: absolute;
    top: 100%;
    right: var(--space-4);
    left: var(--space-4);
    z-index: 101;
    display: grid;
    max-height: calc(100dvh - 104px);
    overflow-y: auto;
    padding: var(--space-3);
    border: 1px solid rgba(255, 255, 255, 0.72);
    border-radius: 20px;
    background: rgba(248, 251, 248, 0.96);
    box-shadow: 0 20px 50px rgba(19, 43, 27, 0.2);
    font-size: 14px;
    opacity: 0;
    pointer-events: none;
    transform: translateY(-8px);
    transition: opacity var(--gf-ease), transform var(--gf-ease);
    -webkit-backdrop-filter: blur(24px);
    backdrop-filter: blur(24px);
  }

  body.greenfurni-contact.gf-mobile-nav-open .gf-navigation {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
  }

  body.greenfurni-contact .gf-navigation > * {
    min-height: 48px;
    padding: var(--space-3) var(--space-4);
    border-bottom: 1px solid rgba(31, 61, 43, 0.07);
  }

  body.greenfurni-contact .gf-navigation > :last-child {
    border-bottom: 0;
  }

  body.greenfurni-contact .gf-navigation > *::after {
    display: none;
  }

  body.greenfurni-contact .gf-mobile-menu-backdrop {
    position: fixed;
    inset: 0;
    z-index: 99;
    display: block;
    width: 100%;
    height: 100%;
    padding: 0;
    border: 0;
    background: rgba(14, 29, 19, 0.28);
    opacity: 0;
    pointer-events: none;
    transition: opacity var(--gf-ease);
  }

  body.greenfurni-contact.gf-mobile-nav-open {
    overflow: hidden;
  }

  body.greenfurni-contact.gf-mobile-nav-open .gf-mobile-menu-backdrop {
    opacity: 1;
    pointer-events: auto;
  }

  body.greenfurni-contact .gf-header-tools {
    z-index: 103;
    width: 44px;
    grid-column: 2;
    grid-row: 1;
  }

  body.greenfurni-contact .gf-header-search {
    width: 44px;
    height: 44px;
    padding: 0;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.44);
  }

  body.greenfurni-contact .gf-header-search input {
    width: 0;
    min-width: 0;
    flex: 0 0 0;
    padding: 0;
    font-size: 12px;
    opacity: 0;
    pointer-events: none;
  }

  body.greenfurni-contact .gf-header-search button {
    width: 44px;
    height: 44px;
    flex: 0 0 44px;
  }

  body.greenfurni-contact .gf-header-search.is-open {
    position: absolute;
    top: var(--space-2);
    right: 52px;
    left: 0;
    width: auto;
    padding-left: var(--space-4);
    border-radius: var(--gf-radius-pill);
  }

  body.greenfurni-contact .gf-header-search.is-open input {
    width: auto;
    flex: 1 1 auto;
    opacity: 1;
    pointer-events: auto;
  }

  body.greenfurni-contact .gf-header-tools > .gf-icon-button,
  body.greenfurni-contact .gf-header-tools > .gf-wishlist-control {
    display: none;
  }

  .gf-payment {
    padding-top: var(--space-8);
  }

  .gf-payment__panel {
    padding: var(--space-4);
    grid-template-columns: minmax(0, 1fr) minmax(132px, 44%);
    gap: var(--space-4);
    align-items: center;
  }

  .gf-payment__panel::after {
    top: auto;
    right: -120px;
    bottom: -135px;
  }

  .gf-payment__details {
    grid-template-columns: 1fr;
  }

  .gf-payment__details > div {
    min-height: 0;
  }

  .gf-payment__qr {
    width: 100%;
    justify-self: end;
  }

  .gf-payment__qr-image {
    width: 100%;
    height: auto;
    aspect-ratio: 1;
  }

  .gf-payment__qr-image img {
    width: 100%;
    height: 100%;
    object-fit: contain;
  }

  body.greenfurni-contact .gf-contact-hero {
    padding-block: 70px 76px;
  }

  body.greenfurni-contact .gf-contact-hero__inner {
    grid-template-columns: 1fr;
    gap: var(--space-7);
  }

  body.greenfurni-contact .gf-contact-hero__image {
    width: min(100%, 440px);
    justify-self: start;
  }

  body.greenfurni-contact .gf-contact-hero h1 {
    font-size: clamp(35px, 10vw, 45px);
  }

  body.greenfurni-contact .gf-contact-hero p {
    font-size: 13px;
  }

  body.greenfurni-contact .gf-contact-hero__actions {
    display: grid;
    grid-template-columns: 1fr;
    gap: var(--space-3);
  }

  body.greenfurni-contact .gf-contact-hero__actions .gf-button {
    justify-content: center;
  }

  body.greenfurni-contact .gf-contact-info {
    display: block;
    padding-block: 56px;
  }

  body.greenfurni-contact .gf-contact-heading h2 {
    margin-bottom: var(--space-6);
    font-size: 30px;
  }

  body.greenfurni-contact .gf-contact-info__grid {
    grid-template-columns: 1fr;
  }

  body.greenfurni-contact .gf-contact-card {
    min-height: 0;
  }

  body.greenfurni-contact .gf-contact-card p {
    min-height: 0;
  }

  body.greenfurni-contact .gf-contact-visit__inner {
    min-height: 0;
    padding-block: 52px;
    grid-template-columns: 1fr;
    align-items: flex-start;
    gap: var(--space-6);
  }

  body.greenfurni-contact .gf-contact-map-frame,
  body.greenfurni-contact .gf-contact-map-frame iframe {
    width: 100%;
    min-height: 230px;
  }

  body.greenfurni-contact .gf-contact-visit h2 {
    font-size: 30px;
  }

  body.greenfurni-contact .gf-footer__grid {
    padding-block: var(--space-12) var(--space-8);
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: var(--space-8) var(--space-4);
  }

  body.greenfurni-contact .gf-footer__brand,
  body.greenfurni-contact .gf-footer__newsletter,
  body.greenfurni-contact .gf-footer__contact {
    grid-column: 1 / -1;
  }

  body.greenfurni-contact .gf-footer__brand p,
  body.greenfurni-contact .gf-footer__newsletter p {
    max-width: 34rem;
    font-size: 11px;
  }

  body.greenfurni-contact .gf-footer h2 {
    font-size: 12px;
  }

  body.greenfurni-contact .gf-footer__column a,
  body.greenfurni-contact .gf-footer__column > span,
  body.greenfurni-contact .gf-footer__column p {
    margin-bottom: var(--space-2);
    font-size: 11px;
    overflow-wrap: anywhere;
  }

  body.greenfurni-contact .gf-newsletter-placeholder {
    height: 46px;
    font-size: 11px;
  }

  body.greenfurni-contact .gf-newsletter-placeholder span:last-child {
    width: 46px;
    height: 46px;
  }

  body.greenfurni-contact .gf-footer__newsletter small {
    font-size: 9px;
  }

  body.greenfurni-contact .gf-footer__bottom {
    min-height: 72px;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    gap: var(--space-1);
    font-size: 9px;
  }
}

@media (max-width: 359px) {
  body.home .gf-shell {
    width: calc(100% - var(--space-6));
  }

  body.home .gf-navigation {
    right: var(--space-3);
    left: var(--space-3);
  }

  body.home .gf-category-rail {
    padding-inline: var(--space-3);
  }

  body.home .gf-home-hero__liquid {
    right: 12px;
    left: 12px;
  }

  body.home .gf-home-hero__actions .gf-button {
    padding-inline: var(--space-2);
    font-size: 10px;
  }

  body.home .gf-featured-carousel .gf-product-card {
    min-width: 100%;
    flex-basis: 100%;
  }

  body.home .gf-product-grid--four {
    grid-template-columns: 1fr;
  }

  body.home .gf-showcase {
    width: calc(100% + var(--space-3));
    padding-right: var(--space-3);
  }

  body.home .gf-featured-products__view-all > span:first-child {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
  }

  body.home .gf-featured-products__view-all {
    width: 44px;
    padding: 8px;
  }

  body.home .gf-product-grid--four,
  body.home .gf-editorial-grid {
    gap: var(--space-2);
  }

  body.home .gf-featured-carousel__track {
    gap: var(--space-2);
  }

  body.home .gf-featured-carousel .gf-product-card {
    min-width: calc((100% - var(--space-2)) / 2);
    flex-basis: calc((100% - var(--space-2)) / 2);
  }

  body.home .gf-premium {
    width: calc(100% - var(--space-6));
  }
}

/* Keep touch controls just outside the product edge, matching desktop. */
@media (max-width: 900px) {
  body.home .gf-featured-carousel-wrap .gf-featured-carousel__nav {
    display: grid;
    width: 34px;
    height: 34px;
    opacity: 0;
    pointer-events: none;
  }

  body.home .gf-featured-carousel-wrap .gf-featured-carousel__nav--previous {
    left: -13px;
  }

  body.home .gf-featured-carousel-wrap .gf-featured-carousel__nav--next {
    right: -13px;
  }

  body.home .gf-featured-carousel-wrap .gf-featured-carousel__nav:not(:disabled) {
    opacity: 0.62;
    pointer-events: auto;
  }

  body.home .gf-featured-carousel .gf-product-card,
  body.home .gf-featured-carousel .gf-product-card__body {
    -webkit-backdrop-filter: none;
    backdrop-filter: none;
  }

  body.home .gf-featured-carousel .gf-product-card__body {
    background: rgba(241, 247, 242, 0.94);
  }
}

@media (max-width: 359px) {
  body.home .gf-featured-carousel-wrap .gf-featured-carousel__nav {
    width: 30px;
    height: 30px;
  }

  body.home .gf-featured-carousel-wrap .gf-featured-carousel__nav--previous {
    left: -10px;
  }

  body.home .gf-featured-carousel-wrap .gf-featured-carousel__nav--next {
    right: -10px;
  }

  body.home .gf-featured-carousel-wrap .gf-featured-carousel__arrow,
  body.home .gf-featured-carousel-wrap .gf-featured-carousel__arrow .gf-icon {
    width: 14px;
    height: 14px;
  }
}

/* Catalog, product detail and shared shell on mobile. */

@media (max-width: 900px) {
  body.greenfurni-site:not(.home) {
    min-width: 0;
    overflow-x: hidden;
  }

  body.greenfurni-site:not(.home) .gf-shell {
    width: min(100% - var(--space-8), var(--gf-shell));
  }

  body.greenfurni-site:not(.home) .gf-topbar {
    height: 32px;
    font-size: 10px;
  }

  body.greenfurni-site:not(.home) .gf-topbar__benefits {
    min-width: 0;
    flex: 1;
  }

  body.greenfurni-site:not(.home) .gf-topbar__benefits span:not(:first-child),
  body.greenfurni-site:not(.home) .gf-topbar__benefits i,
  body.greenfurni-site:not(.home) .gf-topbar__contact > :not(a) {
    display: none;
  }

  body.greenfurni-site:not(.home) .gf-topbar__benefits span:first-child {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  body.greenfurni-site:not(.home) .gf-topbar__contact {
    flex: 0 0 auto;
    gap: 0;
  }

  body.greenfurni-site:not(.home) .gf-topbar__contact a {
    min-height: 32px;
  }

  body.greenfurni-site:not(.home) .gf-topbar__contact a ~ a {
    display: none;
  }

  body.greenfurni-site:not(.home) .gf-mainnav {
    height: auto;
  }

  body.greenfurni-site:not(.home) .gf-mainnav__inner {
    position: relative;
    display: grid;
    height: auto;
    padding-block: var(--space-2);
    grid-template-columns: minmax(0, 1fr) 44px 44px;
    gap: var(--space-2);
  }

  body.greenfurni-site:not(.home) .gf-logo,
  body.greenfurni-site:not(.home) .gf-logo img {
    width: 132px;
  }

  body.greenfurni-site:not(.home) .gf-logo {
    height: 42px;
  }

  body.greenfurni-site:not(.home) .gf-mobile-menu-toggle {
    position: relative;
    z-index: 102;
    display: grid;
    width: 44px;
    height: 44px;
    padding: var(--space-3);
    grid-column: 3;
    grid-row: 1;
    place-content: center;
    gap: 5px;
    border: 0;
    border-radius: 50%;
    color: var(--gf-primary-green);
    background: rgba(255, 255, 255, 0.72);
    box-shadow: 0 5px 16px rgba(31, 61, 43, 0.1);
  }

  body.greenfurni-site:not(.home) .gf-mobile-menu-toggle span {
    display: block;
    width: 20px;
    height: 2px;
    border-radius: var(--gf-radius-pill);
    background: currentColor;
    transition: transform var(--gf-ease), opacity var(--gf-ease);
  }

  body.greenfurni-site:not(.home).gf-mobile-nav-open .gf-mobile-menu-toggle span:nth-child(1) {
    transform: translateY(7px) rotate(45deg);
  }

  body.greenfurni-site:not(.home).gf-mobile-nav-open .gf-mobile-menu-toggle span:nth-child(2) {
    opacity: 0;
  }

  body.greenfurni-site:not(.home).gf-mobile-nav-open .gf-mobile-menu-toggle span:nth-child(3) {
    transform: translateY(-7px) rotate(-45deg);
  }

  body.greenfurni-site:not(.home) .gf-navigation {
    position: absolute;
    top: 100%;
    right: var(--space-4);
    left: var(--space-4);
    z-index: 101;
    display: grid;
    max-height: calc(100dvh - 104px);
    overflow-y: auto;
    padding: var(--space-3);
    border: 1px solid rgba(255, 255, 255, 0.72);
    border-radius: var(--gf-radius-lg);
    background: rgba(248, 251, 248, 0.97);
    box-shadow: 0 20px 50px rgba(19, 43, 27, 0.2);
    font-size: 14px;
    opacity: 0;
    pointer-events: none;
    transform: translateY(-8px);
    transition: opacity var(--gf-ease), transform var(--gf-ease);
    -webkit-backdrop-filter: blur(24px);
    backdrop-filter: blur(24px);
  }

  body.greenfurni-site:not(.home).gf-mobile-nav-open .gf-navigation {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
  }

  body.greenfurni-site:not(.home) .gf-navigation > * {
    min-height: 48px;
    padding: var(--space-3) var(--space-4);
    border-bottom: 1px solid rgba(31, 61, 43, 0.07);
  }

  body.greenfurni-site:not(.home) .gf-navigation > :last-child {
    border-bottom: 0;
  }

  body.greenfurni-site:not(.home) .gf-navigation > *::after {
    display: none;
  }

  body.greenfurni-site:not(.home) .gf-mobile-menu-backdrop {
    position: fixed;
    inset: 0;
    z-index: 99;
    display: block;
    width: 100%;
    height: 100%;
    padding: 0;
    border: 0;
    background: rgba(14, 29, 19, 0.28);
    opacity: 0;
    pointer-events: none;
    transition: opacity var(--gf-ease);
  }

  body.greenfurni-site:not(.home).gf-mobile-nav-open,
  body.greenfurni-site.gf-catalog-filter-open {
    overflow: hidden;
  }

  body.greenfurni-site:not(.home).gf-mobile-nav-open .gf-mobile-menu-backdrop {
    opacity: 1;
    pointer-events: auto;
  }

  body.greenfurni-site:not(.home) .gf-header-tools {
    z-index: 103;
    width: 44px;
    grid-column: 2;
    grid-row: 1;
  }

  body.greenfurni-site:not(.home) .gf-header-search {
    width: 44px;
    height: 44px;
    padding: 0;
    border-radius: 50%;
  }

  body.greenfurni-site:not(.home) .gf-header-search input {
    width: 0;
    min-width: 0;
    flex: 0 0 0;
    padding: 0;
    opacity: 0;
    pointer-events: none;
  }

  body.greenfurni-site:not(.home) .gf-header-search button {
    width: 44px;
    height: 44px;
    flex: 0 0 44px;
  }

  body.greenfurni-site:not(.home) .gf-header-search.is-open {
    position: absolute;
    top: var(--space-2);
    right: 52px;
    left: 0;
    width: auto;
    padding-left: var(--space-4);
    border-radius: var(--gf-radius-pill);
  }

  body.greenfurni-site:not(.home) .gf-header-search.is-open input {
    width: auto;
    flex: 1 1 auto;
    opacity: 1;
    pointer-events: auto;
  }

  body.greenfurni-site:not(.home) .gf-header-tools > .gf-icon-button,
  body.greenfurni-site:not(.home) .gf-header-tools > .gf-wishlist-control {
    display: none;
  }

  body.greenfurni-site:not(.home) .gf-header-tools > .gf-cart-button {
    display: inline-grid;
  }

  /* Catalog */

  .gf-catalog-hero {
    padding-top: var(--space-4);
  }

  .gf-catalog-hero__media {
    height: 360px;
    border-radius: var(--gf-radius-glass);
    background-position: 58% center;
  }

  .gf-catalog-hero__liquid {
    top: auto;
    right: var(--space-2);
    bottom: var(--space-2);
    left: var(--space-2);
    width: auto;
    height: 240px;
  }

  .gf-catalog-hero__refraction {
    background-position: 58% -112px;
    background-size: auto 360px;
    opacity: 0.58;
  }

  .gf-catalog-hero__content {
    top: 50%;
    left: 9%;
    width: 82%;
    transform: translateY(-48%);
  }

  .gf-catalog-hero__breadcrumbs {
    overflow: hidden;
    font-size: 10px;
    white-space: nowrap;
  }

  .gf-catalog-hero__breadcrumbs a {
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .gf-catalog-hero h1 {
    margin-block: var(--space-2);
    font-size: 28px;
  }

  .gf-catalog-hero p {
    display: -webkit-box;
    overflow: hidden;
    font-size: 13px;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
  }

  .gf-catalog-layout {
    display: block;
    padding-block: var(--space-8) var(--space-12);
  }

  .gf-filter-panel {
    position: fixed;
    right: var(--space-3);
    bottom: var(--space-3);
    left: var(--space-3);
    z-index: 121;
    max-height: calc(100dvh - var(--space-6));
    overflow-y: auto;
    border-radius: var(--gf-radius-glass);
    background: rgba(249, 252, 249, 0.98);
    opacity: 0;
    pointer-events: none;
    transform: translateY(calc(100% + var(--space-6)));
    transition: opacity var(--gf-ease), transform var(--gf-ease);
    -webkit-backdrop-filter: blur(24px);
    backdrop-filter: blur(24px);
  }

  body.gf-catalog-filter-open .gf-filter-panel {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
  }

  .gf-filter-panel__header {
    position: sticky;
    top: 0;
    z-index: 2;
    min-height: 64px;
    padding: var(--space-3) var(--space-4);
    background: rgba(249, 252, 249, 0.96);
    -webkit-backdrop-filter: blur(16px);
    backdrop-filter: blur(16px);
  }

  .gf-filter-panel__header > div {
    display: block;
  }

  .gf-filter-panel__header strong,
  .gf-filter-panel__header span {
    display: block;
  }

  .gf-filter-panel__header span {
    margin-top: var(--space-1);
    font-size: 10px;
  }

  .gf-filter-panel__close {
    display: grid;
    width: 44px;
    height: 44px;
    padding: 0;
    place-items: center;
    border: 0;
    border-radius: 50%;
    color: var(--gf-primary-green);
    background: rgba(216, 227, 214, 0.62);
    font-size: 25px;
  }

  .gf-filter-group {
    padding: var(--space-4);
  }

  .gf-filter-group h2 {
    font-size: 12px;
  }

  .gf-filter-group > a {
    min-height: 44px;
    grid-template-columns: 16px 1fr auto;
    font-size: 12px;
  }

  .gf-filter-check {
    width: 16px;
    height: 16px;
  }

  .gf-filter-group p,
  .gf-price-values {
    font-size: 10px;
  }

  .gf-filter-backdrop {
    position: fixed;
    inset: 0;
    z-index: 120;
    display: block;
    width: 100%;
    height: 100%;
    padding: 0;
    border: 0;
    background: rgba(14, 29, 19, 0.38);
    opacity: 0;
    pointer-events: none;
    transition: opacity var(--gf-ease);
  }

  body.gf-catalog-filter-open .gf-filter-backdrop {
    opacity: 1;
    pointer-events: auto;
  }

  .gf-catalog-toolbar {
    display: grid;
    min-height: 0;
    margin-bottom: var(--space-6);
    gap: var(--space-4);
  }

  .gf-catalog-toolbar h2 {
    font-size: 22px;
  }

  .gf-catalog-toolbar p {
    margin-top: var(--space-1);
    font-size: 12px;
  }

  .gf-catalog-toolbar__actions {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: var(--space-2);
  }

  .gf-filter-toggle {
    display: inline-flex;
    min-height: 44px;
    align-items: center;
    justify-content: center;
    gap: var(--space-2);
    padding: 0 var(--space-3);
    border: 1px solid rgba(31, 61, 43, 0.08);
    border-radius: var(--gf-radius-md);
    color: var(--gf-primary-green);
    background: #fff;
    box-shadow: var(--gf-shadow-card);
    font-size: 12px;
    font-weight: 600;
  }

  .gf-ordering {
    width: 100%;
    height: 44px;
    justify-content: center;
    padding-inline: var(--space-2);
    font-size: 11px;
  }

  .gf-ordering select {
    min-width: 0;
    width: 100%;
    font-size: 11px;
  }

  .gf-ordering label {
    flex: 0 0 auto;
    font-size: 10px;
    white-space: nowrap;
  }

  .gf-catalog-results .gf-product-grid--three,
  .gf-single-product .gf-product-grid--five {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: var(--space-3);
  }

  body.greenfurni-site:not(.home) .gf-product-card {
    border-radius: var(--gf-radius-lg);
  }

  body.greenfurni-site:not(.home) .gf-product-card__image,
  body.greenfurni-site:not(.home) .gf-product-grid--three .gf-product-card__image {
    height: clamp(150px, 43vw, 185px);
  }

  body.greenfurni-site:not(.home) .gf-product-card__save {
    width: 40px;
    height: 42px;
    flex-basis: 40px;
  }

  body.greenfurni-site:not(.home) .gf-product-card__body {
    min-height: 0;
    padding: var(--space-3) 10px;
  }

  body.greenfurni-site:not(.home) .gf-product-card__title {
    min-height: 45px;
    max-height: 45px;
    font-size: 16px;
    line-height: 1.4;
    -webkit-line-clamp: 2;
  }

  .gf-pagination {
    margin-top: var(--space-8);
  }

  .gf-pagination a,
  .gf-pagination span {
    min-width: 44px;
    height: 44px;
    font-size: 12px;
  }

  .gf-catalog-results__premium .gf-premium {
    width: 100%;
    height: auto;
    min-height: 360px;
    margin-top: var(--space-8);
    align-items: flex-end;
    background-position: 64% center;
  }

  .gf-catalog-results__premium .gf-premium::before {
    background: linear-gradient(0deg, rgba(4, 7, 5, 0.9), rgba(4, 7, 5, 0.16) 78%);
  }

  .gf-catalog-results__premium .gf-premium__copy {
    width: 100%;
    flex-basis: 100%;
    padding: var(--space-8) var(--space-6) var(--space-6);
  }

  .gf-catalog-results__premium .gf-premium h2 {
    font-size: 27px;
  }

  .gf-catalog-results__premium .gf-premium p {
    font-size: 12px;
    line-height: 1.55;
  }

  .gf-category-description {
    margin-top: var(--space-8);
    padding: var(--space-6);
    border-radius: var(--gf-radius-glass);
    font-size: 13px;
    line-height: 1.7;
  }

  .gf-category-description h2 {
    margin-bottom: var(--space-3);
    font-size: 22px;
  }

  .gf-category-description h3 {
    margin-block: var(--space-6) var(--space-2);
    font-size: 16px;
  }

  .gf-category-description p {
    margin-bottom: var(--space-4);
  }

  .gf-category-description figure {
    margin-block: var(--space-6);
  }

  .gf-category-description figure img,
  .gf-category-description__split figure img {
    height: auto;
    max-height: 280px;
    border-radius: var(--gf-radius-md);
  }

  .gf-category-description__split {
    display: block;
    margin-top: var(--space-8);
  }

  .gf-category-description__split figure {
    margin-top: var(--space-6);
  }

  /* Single product */

  .gf-breadcrumbs {
    min-height: var(--space-12);
    gap: var(--space-1);
    font-size: 11px;
  }

  .gf-product-overview {
    display: grid;
    padding-bottom: var(--space-8);
    grid-template-columns: 1fr;
    gap: var(--space-6);
  }

  .gf-product-overview > *,
  .gf-product-gallery,
  .gf-product-summary {
    min-width: 0;
  }

  .gf-product-gallery__main {
    height: auto;
    aspect-ratio: 1 / 1;
    border-radius: var(--gf-radius-lg);
  }

  .gf-product-gallery__main > img {
    object-fit: contain;
  }

  .gf-product-gallery__nav {
    width: 40px;
    height: 40px;
  }

  .gf-product-gallery__nav--previous {
    left: var(--space-3);
  }

  .gf-product-gallery__nav--next {
    right: var(--space-3);
  }

  .gf-product-gallery__thumbs {
    display: grid;
    width: calc(100% + var(--space-4));
    margin-top: var(--space-3);
    overflow-x: auto;
    grid-template-columns: none;
    grid-auto-columns: 76px;
    grid-auto-flow: column;
    gap: var(--space-2);
    padding-right: var(--space-4);
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
  }

  .gf-product-gallery__thumbs::-webkit-scrollbar {
    display: none;
  }

  .gf-product-gallery__thumbs button {
    height: 72px;
    scroll-snap-align: start;
  }

  .gf-product-summary {
    min-height: 0;
    padding: var(--space-6);
    border-radius: var(--gf-radius-glass);
  }

  .gf-product-summary h1 {
    margin-block: var(--space-2);
    font-size: 24px;
    line-height: 1.3;
  }

  .gf-product-summary__rating {
    flex-wrap: wrap;
    font-size: 11px;
  }

  .gf-product-summary__price {
    margin-top: var(--space-3);
    font-size: 24px;
  }

  .gf-product-summary__price small {
    font-size: 10px;
  }

  .gf-product-summary__intro {
    max-height: none;
    margin-top: var(--space-3);
    font-size: 13px;
  }

  .gf-product-summary__intro h2,
  .gf-product-summary__intro h3 {
    font-size: 14px;
  }

  .gf-product-summary__intro table {
    font-size: 11px;
  }

  .gf-product-summary__specifications h2 {
    font-size: 14px;
  }

  .gf-product-summary__specifications :is(th, td),
  .gf-specifications-link {
    font-size: 11px;
  }

  .gf-product-summary__divider {
    margin-block: var(--space-6);
  }

  .gf-quantity-interface {
    flex-basis: 122px;
    font-size: 12px;
  }

  .gf-quantity-interface > div {
    width: 122px;
    height: 44px;
    grid-template-columns: 38px 1fr 38px;
  }

  .gf-quantity-interface button,
  .gf-quantity-interface input {
    font-size: 13px;
  }

  .gf-order-interface .gf-button {
    min-height: 48px;
  }

  .gf-order-interface__cart-row {
    gap: var(--space-2);
  }

  .gf-order-interface__cart-row .gf-button {
    min-height: 44px;
    padding-inline: 12px;
    font-size: 11px;
  }

  .gf-order-interface__secondary {
    gap: var(--space-2);
  }

  .gf-order-interface__secondary .gf-button {
    min-height: 44px;
    padding-inline: 10px;
    font-size: 11px;
  }

  .gf-order-interface__note {
    margin-top: var(--space-2);
    font-size: 10px;
    line-height: 1.5;
  }

  .gf-product-summary__services {
    margin-top: var(--space-6);
    padding-top: var(--space-4);
    grid-template-columns: 1fr;
    gap: var(--space-3);
  }

  .gf-product-summary__services span {
    min-height: 28px;
    gap: var(--space-2);
    font-size: 11px;
  }

  .gf-catalog-premium--single {
    position: relative;
    display: flex;
    min-height: 320px;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-end;
    margin-top: 0;
    padding: var(--space-6);
    border-radius: var(--gf-radius-glass);
  }

  .gf-catalog-premium--single::before {
    z-index: -1;
    background:
      linear-gradient(0deg, rgba(7, 13, 9, 0.94), rgba(7, 13, 9, 0.1) 82%),
      linear-gradient(110deg, transparent 62%, rgba(221, 186, 90, 0.12) 62.5%, transparent 63%);
  }

  .gf-catalog-premium--single .gf-catalog-premium__mark {
    z-index: 2;
    padding-left: 0;
    font-size: 36px;
  }

  .gf-catalog-premium--single > div:nth-child(2) {
    padding-left: 0;
  }

  .gf-catalog-premium--single h2 {
    font-size: 22px;
  }

  .gf-catalog-premium--single > img {
    position: absolute;
    inset: 0;
    z-index: -2;
    width: 100%;
    height: 100%;
    object-fit: cover;
    -webkit-mask-image: none;
    mask-image: none;
  }

  .gf-product-values {
    margin-top: var(--space-6);
    padding: var(--space-3);
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0;
    border-radius: var(--gf-radius-lg);
  }

  .gf-product-values > div {
    min-height: 78px;
    gap: var(--space-2);
    padding: var(--space-3);
    border-right: 0;
    border-bottom: 1px solid rgba(31, 61, 43, 0.08);
  }

  .gf-product-values > div:nth-child(odd) {
    border-right: 1px solid rgba(31, 61, 43, 0.08);
  }

  .gf-product-values > div:nth-last-child(-n + 2) {
    border-bottom: 0;
  }

  .gf-product-values strong {
    font-size: 11px;
  }

  .gf-product-values small {
    font-size: 9px;
  }

  .gf-product-details {
    margin-top: var(--space-6);
    border-radius: var(--gf-radius-lg);
  }

  .gf-product-tabs {
    height: 58px;
    overflow-x: auto;
    align-items: end;
    gap: var(--space-6);
    padding-inline: var(--space-4);
    scroll-snap-type: x proximity;
    scrollbar-width: none;
  }

  .gf-product-tabs::-webkit-scrollbar {
    display: none;
  }

  .gf-product-tabs button {
    flex: 0 0 auto;
    padding: 0 0 var(--space-4);
    font-size: 11px;
    scroll-snap-align: start;
  }

  .gf-product-details__body {
    min-height: 0;
    padding: var(--space-6);
    grid-template-columns: 1fr;
    gap: var(--space-6);
  }

  .gf-product-description-layout {
    grid-template-columns: 1fr;
    gap: var(--space-6);
  }

  .gf-product-specifications {
    padding: var(--space-4);
  }

  .gf-product-specifications h2 {
    font-size: 16px;
  }

  .gf-product-specifications :is(th, td) {
    padding: 8px 9px;
    font-size: 12px;
  }

  .gf-product-details__copy {
    font-size: 13px;
  }

  .gf-product-details__copy h2,
  .gf-product-details__copy h3,
  .gf-product-details__copy h4 {
    font-size: 16px;
  }

  .gf-product-details__copy table {
    display: block;
    max-width: 100%;
    overflow-x: auto;
  }

  .gf-product-details__image {
    height: auto;
    aspect-ratio: 4 / 3;
  }

  .gf-single-product > .gf-section {
    padding-top: var(--space-12);
  }

  .gf-single-product .gf-section-heading {
    margin-bottom: var(--space-6);
  }

  .gf-single-product .gf-section-heading h2 {
    font-size: 22px;
  }

  /* Shared benefits and footer */

  body.greenfurni-site:not(.home) .gf-benefits-wrap {
    padding-block: var(--space-6);
  }

  body.greenfurni-site:not(.home) .gf-benefits {
    padding: var(--space-2) var(--space-4);
    grid-template-columns: 1fr;
    border-radius: var(--gf-radius-lg);
  }

  body.greenfurni-site:not(.home) .gf-benefit {
    min-height: 66px;
    padding: var(--space-2) 0;
    border-right: 0;
    border-bottom: 1px solid rgba(31, 61, 43, 0.08);
  }

  body.greenfurni-site:not(.home) .gf-benefit:last-child {
    border-bottom: 0;
  }

  body.greenfurni-site:not(.home) .gf-benefit strong {
    font-size: 11px;
  }

  body.greenfurni-site:not(.home) .gf-benefit small {
    font-size: 10px;
  }

  body.greenfurni-site:not(.home) .gf-footer__grid {
    padding-block: var(--space-12) var(--space-8);
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: var(--space-8) var(--space-4);
  }

  body.greenfurni-site:not(.home) .gf-footer__brand,
  body.greenfurni-site:not(.home) .gf-footer__newsletter,
  body.greenfurni-site:not(.home) .gf-footer__contact {
    grid-column: 1 / -1;
  }

  body.greenfurni-site:not(.home) .gf-footer__brand p,
  body.greenfurni-site:not(.home) .gf-footer__newsletter p {
    font-size: 11px;
  }

  body.greenfurni-site:not(.home) .gf-footer h2 {
    font-size: 12px;
  }

  body.greenfurni-site:not(.home) .gf-footer__column a,
  body.greenfurni-site:not(.home) .gf-footer__column > span,
  body.greenfurni-site:not(.home) .gf-footer__column p {
    margin-bottom: var(--space-2);
    font-size: 11px;
    overflow-wrap: anywhere;
  }

  body.greenfurni-site:not(.home) .gf-newsletter-placeholder {
    height: 46px;
    font-size: 11px;
  }

  body.greenfurni-site:not(.home) .gf-newsletter-placeholder span:last-child {
    width: 46px;
    height: 46px;
  }

  body.greenfurni-site:not(.home) .gf-footer__newsletter small {
    font-size: 9px;
  }

  body.greenfurni-site:not(.home) .gf-footer__bottom {
    min-height: 72px;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    gap: var(--space-1);
    font-size: 9px;
  }
}

@media (min-width: 600px) and (max-width: 900px) {
  .gf-catalog-results .gf-product-grid--three,
  .gf-single-product .gf-product-grid--five {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .gf-product-values {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .gf-product-values > div,
  .gf-product-values > div:nth-child(odd) {
    border-right: 1px solid rgba(31, 61, 43, 0.08);
    border-bottom: 0;
  }

  .gf-product-values > div:last-child {
    border-right: 0;
  }

  .gf-product-gallery__main {
    height: min(66vw, 560px);
    aspect-ratio: auto;
  }
}

@media (max-width: 359px) {
  body.greenfurni-site:not(.home) .gf-shell {
    width: calc(100% - var(--space-6));
  }

  body.greenfurni-site:not(.home) .gf-navigation,
  .gf-filter-panel {
    right: var(--space-3);
    left: var(--space-3);
  }

  .gf-catalog-results .gf-product-grid--three,
  .gf-single-product .gf-product-grid--five {
    grid-template-columns: 1fr;
    gap: var(--space-3);
  }

  .gf-product-gallery__thumbs {
    width: calc(100% + var(--space-3));
    padding-right: var(--space-3);
  }

  .gf-product-summary,
  .gf-product-details__body,
  .gf-category-description,
  .gf-catalog-premium--single {
    padding: var(--space-4);
  }
}

@media (hover: hover) and (pointer: fine) {
  .gf-button--liquid:hover {
    box-shadow: var(--gf-liquid-shadow-control-hover);
    filter: brightness(1.035) saturate(1.04);
    transform: translateY(-2px) scale(1.006) translateZ(0);
  }

  .gf-category-chip:hover {
    box-shadow: var(--gf-liquid-shadow-box-hover);
    filter: brightness(1.035) saturate(1.04);
    transform: translateY(-2px) scale(1.006) translateZ(0);
  }

  .gf-featured-carousel .gf-product-card:hover {
    box-shadow: var(--gf-liquid-shadow-box-hover);
    filter: brightness(1.025) saturate(1.03);
    transform: translateY(-3px) scale(1.006) translateZ(0);
  }

  :is(
    .gf-featured-carousel .gf-product-card__save
  ):hover:not(:disabled) {
    box-shadow: var(--gf-liquid-shadow-control-hover);
    filter: brightness(1.035) saturate(1.04);
    transform: translateY(-1px) scale(1.02) translateZ(0);
  }
}

.gf-button--liquid:active {
  filter: brightness(0.98) saturate(0.98);
  transform: translateY(1px) scale(0.98) translateZ(0);
}

:is(
  .gf-featured-carousel .gf-product-card__save
):active:not(:disabled) {
  filter: brightness(0.98) saturate(0.98);
  transform: translateY(1px) scale(0.98) translateZ(0);
}

/* About page */

.gf-about {
  overflow: clip;
  background:
    radial-gradient(circle at 8% 36%, rgba(216, 227, 214, 0.38), transparent 25rem),
    var(--gf-off-white);
}

.gf-about em {
  color: var(--gf-soft-green);
  font-style: normal;
}

.gf-about-kicker {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  color: rgba(255, 255, 255, 0.78);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.16em;
  line-height: 1.4;
  text-transform: uppercase;
}

.gf-about-kicker--dark {
  color: var(--gf-soft-green);
}

.gf-about-kicker--gold {
  color: #f2d889;
}

.gf-about-hero {
  position: relative;
  min-height: min(700px, calc(100vh - 102px));
  isolation: isolate;
  display: flex;
  align-items: stretch;
  overflow: hidden;
  color: var(--gf-white);
  background: #10271b;
}

.gf-about-hero::before {
  position: absolute;
  inset: 0;
  z-index: -4;
  content: "";
  background-image: var(--gf-about-hero-image);
  background-position: center;
  background-size: cover;
  filter: saturate(0.82) contrast(1.06);
  transform: scale(1.035);
  animation: gf-about-hero-breathe 14s ease-in-out infinite alternate;
}

.gf-about-hero::after {
  position: absolute;
  inset: 0;
  z-index: -2;
  content: "";
  background:
    linear-gradient(90deg, rgba(8, 25, 17, 0.92) 0%, rgba(12, 34, 23, 0.72) 43%, rgba(8, 22, 15, 0.12) 75%),
    linear-gradient(0deg, rgba(7, 24, 16, 0.65) 0%, transparent 38%);
}

.gf-about-hero__veil {
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    radial-gradient(circle at 74% 32%, rgba(221, 186, 90, 0.2), transparent 28%),
    linear-gradient(115deg, rgba(255, 255, 255, 0.04), transparent 38%);
  pointer-events: none;
}

.gf-about-flare {
  position: absolute;
  z-index: -1;
  width: 36vw;
  height: 36vw;
  min-width: 300px;
  min-height: 300px;
  border-radius: 50%;
  opacity: 0.5;
  filter: blur(70px);
  pointer-events: none;
}

.gf-about-flare--one {
  top: -25%;
  right: -10%;
  background: rgba(221, 186, 90, 0.28);
  animation: gf-about-flare 9s ease-in-out infinite alternate;
}

.gf-about-flare--two {
  bottom: -34%;
  left: 30%;
  background: rgba(111, 175, 143, 0.26);
  animation: gf-about-flare 12s 1s ease-in-out infinite alternate-reverse;
}

.gf-about-hero__inner {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  align-items: center;
  padding-block: 82px 96px;
}

.gf-about-hero__content {
  display: flex;
  max-width: 660px;
  flex-direction: column;
  align-items: flex-start;
  gap: 18px;
}

.gf-about-hero h1 {
  max-width: 850px;
  margin: 0;
  color: var(--gf-white);
  font-size: clamp(44px, 6vw, 78px);
  font-weight: 600;
  letter-spacing: -0.055em;
  line-height: 0.99;
}

.gf-about-hero__content > .gf-about-hero__slogan {
  margin: 0;
  color: #f4dda0;
  font-size: clamp(25px, 3.1vw, 42px);
  font-weight: 600;
  letter-spacing: -0.045em;
  line-height: 1.1;
  text-shadow: 0 0 32px rgba(221, 186, 90, 0.22);
}

.gf-about-hero__slogan em {
  display: inline-block;
  color: inherit;
  text-shadow: 0 0 32px rgba(221, 186, 90, 0.22);
}

.gf-about-hero__content > p {
  max-width: 660px;
  margin: 0;
  color: rgba(255, 255, 255, 0.76);
  font-size: 17px;
  line-height: 1.75;
  text-wrap: pretty;
}

.gf-about-hero__actions {
  display: flex;
  align-items: center;
  gap: var(--space-6);
  margin-top: 4px;
}

.gf-about-hero .gf-button--primary {
  min-height: 52px;
  padding-inline: 24px;
  border: 1px solid rgba(255, 255, 255, 0.26);
  box-shadow: 0 18px 40px rgba(4, 17, 11, 0.26), inset 0 1px rgba(255, 255, 255, 0.2);
}

.gf-about-text-link {
  position: relative;
  padding-block: 8px;
  color: rgba(255, 255, 255, 0.88);
  font-size: 13px;
  font-weight: 600;
}

.gf-about-text-link::after {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 1px;
  content: "";
  background: linear-gradient(90deg, var(--gf-gold), transparent);
}

.gf-about-facts-band {
  padding: 42px 0 0;
  background:
    radial-gradient(circle at 82% 0%, rgba(216, 227, 214, 0.58), transparent 25rem),
    var(--gf-off-white);
}

.gf-about-facts {
  position: relative;
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.26);
  border-radius: 26px;
  background:
    radial-gradient(circle at 15% 0%, rgba(255, 255, 255, 0.14), transparent 42%),
    linear-gradient(112deg, #183d2b 0%, #112b1e 100%);
  box-shadow:
    0 22px 48px rgba(31, 61, 43, 0.16),
    0 0 58px rgba(221, 186, 90, 0.12),
    inset 0 1px rgba(255, 255, 255, 0.16),
    inset 0 0 42px rgba(221, 186, 90, 0.06);
}

.gf-about-facts::before {
  position: absolute;
  top: -42%;
  right: -38%;
  z-index: 0;
  width: 82%;
  aspect-ratio: 1;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255, 238, 180, 0.32) 0%, rgba(221, 186, 90, 0.12) 34%, transparent 70%);
  content: "";
  filter: blur(8px);
  opacity: 0.75;
  animation: gf-about-facts-glow 8s ease-in-out infinite alternate;
  pointer-events: none;
}

.gf-about-facts article {
  position: relative;
  z-index: 1;
  display: flex;
  min-height: 164px;
  overflow: hidden;
  padding: 18px 12px;
  align-items: center;
  flex-direction: column;
  gap: 8px;
  justify-content: center;
  border-right: 1px solid rgba(255, 255, 255, 0.13);
  text-align: center;
}

.gf-about-facts article:last-child {
  border-right: 0;
}

.gf-about-fact__watermark {
  position: absolute;
  top: 50%;
  left: 38%;
  z-index: 0;
  display: grid;
  width: 154px;
  height: 154px;
  place-items: center;
  color: rgba(244, 222, 154, 0.09);
  transform: translate(-50%, -50%);
  pointer-events: none;
}

.gf-about-fact__watermark i {
  font-size: 148px;
  font-style: normal;
  font-weight: 900;
  line-height: 1;
}

.gf-about-facts article > :not(.gf-about-fact__watermark) {
  position: relative;
  z-index: 1;
}

.gf-about-fact__number {
  flex: 0 0 auto;
  color: rgba(243, 219, 152, 0.84);
  font-size: clamp(58px, 5vw, 76px);
  font-weight: 600;
  letter-spacing: -0.04em;
  line-height: 1;
  text-shadow: 0 0 26px rgba(245, 221, 160, 0.18);
}

.gf-about-facts article:nth-child(2) .gf-about-fact__number {
  font-size: clamp(52px, 4.2vw, 64px);
}

.gf-about-fact__number sup {
  margin-left: 3px;
  font-size: 0.42em;
  letter-spacing: 0;
}

.gf-about-facts small {
  min-width: 0;
  color: rgba(255, 255, 255, 0.8);
  font-size: 12px;
  line-height: 1.25;
  letter-spacing: 0.07em;
  text-transform: uppercase;
  white-space: nowrap;
}

.gf-about-facts small span:last-child {
  color: rgba(255, 255, 255, 0.5);
}

.gf-about-scroll {
  position: absolute;
  bottom: 28px;
  left: 50%;
  display: grid;
  width: 26px;
  height: 42px;
  border: 1px solid rgba(255, 255, 255, 0.45);
  border-radius: 999px;
  place-items: start center;
  transform: translateX(-50%);
}

.gf-about-scroll span {
  width: 3px;
  height: 7px;
  margin-top: 8px;
  border-radius: 3px;
  background: var(--gf-gold);
  animation: gf-about-scroll 1.8s ease-in-out infinite;
}

.gf-about-section {
  padding-block: clamp(80px, 10vw, 136px);
}

.gf-about-story {
  display: grid;
  grid-template-columns: minmax(0, 0.88fr) minmax(0, 1.12fr);
  align-items: center;
  gap: clamp(56px, 8vw, 112px);
}

.gf-about-story h2,
.gf-about-heading h2,
.gf-about-achievements__intro h2 {
  margin: 18px 0 24px;
  color: var(--gf-primary-green);
  font-size: clamp(35px, 4.6vw, 58px);
  font-weight: 600;
  letter-spacing: -0.05em;
  line-height: 1.08;
}

.gf-about-story__copy > p,
.gf-about-heading + p,
.gf-about-achievements__intro > p {
  color: #626b65;
  line-height: 1.8;
}

.gf-about-story__copy .gf-about-lead {
  color: var(--gf-dark-gray);
  font-size: 18px;
  line-height: 1.65;
}

.gf-about-story blockquote {
  position: relative;
  margin: 32px 0 0;
  padding: 4px 0 4px 25px;
  color: var(--gf-primary-green);
  font-size: 24px;
  font-weight: 600;
  letter-spacing: -0.03em;
  line-height: 1.35;
}

.gf-about-story blockquote::before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 2px;
  border-radius: 3px;
  content: "";
  background: linear-gradient(var(--gf-gold), rgba(221, 186, 90, 0.15));
}

.gf-about-story__visual {
  position: relative;
  min-height: 600px;
}

.gf-about-photo {
  position: absolute;
  overflow: hidden;
  margin: 0;
  border: 1px solid rgba(255, 255, 255, 0.72);
  border-radius: 28px;
  background: var(--gf-white);
  box-shadow: 0 26px 70px rgba(24, 53, 36, 0.15);
}

.gf-about-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.gf-about-photo--portrait {
  inset: 0 64px 42px 0;
}

.gf-about-photo--portrait figcaption {
  position: absolute;
  right: 18px;
  bottom: 18px;
  left: 18px;
  display: flex;
  min-height: 48px;
  padding: 0 16px;
  align-items: center;
  gap: 9px;
  border: 1px solid rgba(255, 255, 255, 0.62);
  border-radius: 15px;
  color: var(--gf-primary-green);
  background: rgba(255, 255, 255, 0.74);
  box-shadow: 0 12px 30px rgba(13, 37, 24, 0.12);
  font-size: 11px;
  font-weight: 600;
  backdrop-filter: blur(15px) saturate(140%);
}

.gf-about-photo--detail {
  right: 0;
  bottom: 0;
  width: 42%;
  height: 210px;
  border: 6px solid var(--gf-off-white);
  border-radius: 22px;
}

.gf-about-orbit {
  position: absolute;
  top: 22px;
  right: 13px;
  width: 142px;
  height: 142px;
  border: 1px solid rgba(221, 186, 90, 0.45);
  border-radius: 50%;
  pointer-events: none;
}

.gf-about-orbit::after {
  position: absolute;
  top: -4px;
  left: 50%;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  content: "";
  background: var(--gf-gold);
  box-shadow: 0 0 18px rgba(221, 186, 90, 0.9);
}

.gf-about-values {
  padding-block: 100px;
  border-block: 1px solid rgba(31, 61, 43, 0.08);
  background:
    radial-gradient(circle at 50% -30%, rgba(123, 194, 152, 0.2), transparent 46%),
    rgba(255, 255, 255, 0.62);
}

.gf-about-heading {
  max-width: 760px;
}

.gf-about-heading--center {
  margin-inline: auto;
  text-align: center;
}

.gf-about-values__grid {
  display: grid;
  margin-top: 56px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
}

.gf-about-values .gf-about-heading h2 {
  white-space: nowrap;
}

.gf-about-values__grid article {
  position: relative;
  min-height: 310px;
  padding: 32px;
  overflow: hidden;
  border: 1px solid rgba(31, 61, 43, 0.1);
  border-radius: 24px;
  background:
    radial-gradient(circle at 20% 0%, rgba(255, 255, 255, 0.92), transparent 42%),
    var(--gf-liquid-box-background);
  box-shadow: var(--gf-liquid-shadow-box);
  backdrop-filter: blur(var(--gf-liquid-blur-box)) saturate(var(--gf-liquid-saturation-box));
  transition: transform var(--gf-ease), box-shadow var(--gf-ease), border-color var(--gf-ease);
}

.gf-about-values__grid article::after {
  position: absolute;
  right: -60%;
  bottom: -75%;
  width: 120%;
  height: 120%;
  border: 1px solid rgba(221, 186, 90, 0.28);
  border-radius: 50%;
  content: "";
}

.gf-about-icon {
  display: grid;
  width: 54px;
  height: 54px;
  border: 1px solid rgba(31, 61, 43, 0.1);
  border-radius: 17px;
  color: var(--gf-primary-green);
  background: rgba(255, 255, 255, 0.72);
  box-shadow: 0 12px 24px rgba(31, 61, 43, 0.08), inset 0 1px rgba(255, 255, 255, 0.9);
  place-items: center;
}

.gf-about-icon--gold {
  color: #785b11;
  border-color: rgba(221, 186, 90, 0.45);
  background: linear-gradient(135deg, #fff8dc, #e2bd5f);
}

.gf-about-value__index {
  position: absolute;
  top: 36px;
  right: 32px;
  color: rgba(31, 61, 43, 0.28);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.12em;
}

.gf-about-values__grid h3 {
  margin: 56px 0 12px;
  color: var(--gf-primary-green);
  font-size: 21px;
}

.gf-about-values__grid p {
  position: relative;
  z-index: 1;
  margin: 0;
  color: #68726b;
  font-size: 14px;
  line-height: 1.75;
}

.gf-about-capacity {
  display: grid;
  min-height: 760px;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  color: var(--gf-white);
  background: #0f291c;
}

.gf-about-capacity__media {
  position: relative;
  min-height: 620px;
  overflow: hidden;
  background-image: var(--gf-capacity-image);
  background-position: center;
  background-size: cover;
}

.gf-about-capacity__media::after {
  position: absolute;
  inset: 0;
  content: "";
  background: linear-gradient(90deg, transparent 60%, #0f291c), linear-gradient(0deg, rgba(7, 28, 17, 0.35), transparent 60%);
}

.gf-about-capacity__shine {
  position: absolute;
  z-index: 1;
  top: -20%;
  left: -30%;
  width: 26%;
  height: 150%;
  opacity: 0.42;
  background: linear-gradient(90deg, transparent, rgba(255, 229, 151, 0.76), transparent);
  filter: blur(20px);
  transform: rotate(14deg);
  animation: gf-about-shine 8s 1s ease-in-out infinite;
}

.gf-about-capacity__content {
  display: flex;
  min-width: 0;
  max-width: none;
  padding: 95px clamp(48px, 5vw, 88px);
  flex-direction: column;
  justify-content: center;
}

.gf-about-capacity h2 {
  margin: 18px 0 24px;
  color: var(--gf-white);
  font-size: clamp(40px, 4vw, 56px);
  font-weight: 600;
  letter-spacing: -0.05em;
  line-height: 1.04;
  overflow-wrap: normal;
  word-break: normal;
}

.gf-about-capacity h2 em {
  color: #f1d584;
}

.gf-about-capacity__content > div > p {
  max-width: 550px;
  margin: 0;
  color: rgba(255, 255, 255, 0.66);
  line-height: 1.75;
}

.gf-about-capacity__metrics {
  display: grid;
  margin-top: 44px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1px;
  background: rgba(255, 255, 255, 0.14);
}

.gf-about-capacity__metrics article {
  display: flex;
  min-height: 150px;
  padding: 24px;
  flex-direction: column;
  color: rgba(255, 255, 255, 0.72);
  background: #0f291c;
}

.gf-about-capacity__metrics .gf-icon {
  margin-bottom: auto;
  color: #e6c768;
}

.gf-about-capacity__metrics strong {
  margin-top: 20px;
  color: var(--gf-white);
  font-size: 22px;
  font-weight: 600;
  letter-spacing: -0.025em;
}

.gf-about-capacity__metrics span {
  margin-top: 5px;
  font-size: 10px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.gf-about-source {
  display: inline-flex;
  margin-top: 30px;
  align-items: center;
  gap: 8px;
  color: rgba(255, 255, 255, 0.58);
  font-size: 10px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.gf-about-process .gf-about-heading {
  max-width: 900px;
}

.gf-about-process .gf-about-heading > p {
  max-width: 660px;
  margin: -8px 0 0;
}

.gf-about-process__grid {
  position: relative;
  display: grid;
  margin-bottom: 0;
  padding: 34px 24px 28px;
  margin-top: 56px;
  grid-template-columns: repeat(7, minmax(0, 1fr));
  list-style: none;
  border: 1px solid rgba(31, 61, 43, 0.1);
  border-radius: 28px;
  background:
    radial-gradient(circle at 8% 0%, rgba(123, 194, 152, 0.18), transparent 28%),
    linear-gradient(145deg, rgba(255, 255, 255, 0.9), rgba(235, 241, 236, 0.72));
  box-shadow: 0 24px 65px rgba(31, 61, 43, 0.1);
  counter-reset: gf-process;
}

.gf-about-process__grid::before {
  position: absolute;
  top: 66px;
  right: calc(7.142% + 24px);
  left: calc(7.142% + 24px);
  height: 2px;
  content: "";
  background: linear-gradient(90deg, rgba(62, 107, 74, 0.3), var(--gf-soft-green) 50%, rgba(221, 186, 90, 0.72));
}

.gf-about-process__grid li {
  position: relative;
  min-width: 0;
  padding: 0 10px 14px;
  text-align: center;
}

.gf-about-process__grid li:not(:last-child)::after {
  position: absolute;
  top: 29px;
  right: -4px;
  z-index: 2;
  width: 8px;
  height: 8px;
  border-top: 2px solid rgba(62, 107, 74, 0.62);
  border-right: 2px solid rgba(62, 107, 74, 0.62);
  content: "";
  transform: rotate(45deg);
}

.gf-about-process__top {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  color: var(--gf-soft-green);
}

.gf-about-process__node {
  display: grid;
  width: 64px;
  height: 64px;
  border: 1px solid rgba(62, 107, 74, 0.2);
  border-radius: 50%;
  background: #fff;
  box-shadow: 0 10px 25px rgba(31, 61, 43, 0.12), 0 0 0 7px rgba(245, 245, 247, 0.82);
  place-items: center;
}

.gf-about-process__grid li:last-child .gf-about-process__node {
  border-color: rgba(221, 186, 90, 0.55);
  color: #715817;
  background: linear-gradient(145deg, #fffaf0, #f0d98e);
  box-shadow: 0 10px 28px rgba(158, 121, 26, 0.2), 0 0 0 7px rgba(249, 243, 222, 0.9);
}

.gf-about-process__grid h3 {
  min-height: 44px;
  margin: 24px 0 8px;
  color: var(--gf-primary-green);
  font-size: 16px;
  line-height: 1.35;
}

.gf-about-process__grid p {
  margin: 0;
  color: #707873;
  font-size: 11px;
  line-height: 1.65;
}

.gf-about-process__gallery {
  display: grid;
  height: 370px;
  margin-top: 24px;
  grid-template-columns: 1.4fr 0.6fr;
  gap: 20px;
}

.gf-about-process__gallery figure {
  overflow: hidden;
  margin: 0;
  border-radius: 24px;
}

.gf-about-process__gallery img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 900ms ease;
}

.gf-about-timeline {
  padding-block: clamp(90px, 11vw, 145px);
  color: var(--gf-white);
  background:
    radial-gradient(circle at 50% 0%, rgba(221, 186, 90, 0.14), transparent 30rem),
    #101b14;
}

.gf-about-timeline .gf-about-heading h2 {
  color: var(--gf-white);
}

.gf-about-timeline .gf-about-heading h2 em {
  color: #efd37d;
}

.gf-about-timeline__list {
  position: relative;
  max-width: 1080px;
  margin: 74px auto 0;
}

.gf-about-timeline__list::before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 104px;
  width: 1px;
  content: "";
  background: linear-gradient(rgba(221, 186, 90, 0), rgba(221, 186, 90, 0.7) 15%, rgba(221, 186, 90, 0.26) 85%, transparent);
}

.gf-about-timeline__list article {
  position: relative;
  display: grid;
  min-height: 210px;
  padding-block: 28px;
  grid-template-columns: 105px minmax(0, 1fr) 270px;
  align-items: center;
  gap: 42px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.09);
}

.gf-about-timeline__marker {
  position: relative;
  align-self: start;
  padding-top: 14px;
  color: #efd37d;
  font-size: clamp(15px, 1.6vw, 24px);
  font-weight: 600;
  letter-spacing: -0.03em;
}

.gf-about-timeline__marker::after {
  position: absolute;
  top: 22px;
  right: -5px;
  width: 10px;
  height: 10px;
  border: 2px solid #101b14;
  border-radius: 50%;
  content: "";
  background: #e9c45f;
  box-shadow: 0 0 18px rgba(233, 196, 95, 0.72);
}

.gf-about-timeline__list h3 {
  margin: 0 0 12px;
  color: var(--gf-white);
  font-size: 21px;
}

.gf-about-timeline__list p {
  margin: 0;
  color: rgba(255, 255, 255, 0.6);
  font-size: 13px;
  line-height: 1.75;
}

.gf-about-timeline__list figure {
  height: 150px;
  margin: 0;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 19px;
  background: #1b2c20;
}

.gf-about-timeline__list img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.gf-about-achievements {
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  gap: 60px 80px;
}

.gf-about-achievements__intro {
  align-self: center;
}

.gf-about-achievements__feature {
  display: grid;
  min-height: 440px;
  overflow: hidden;
  grid-template-columns: 1.2fr 0.8fr;
  border-radius: 26px;
  color: var(--gf-white);
  background: #163624;
  box-shadow: 0 28px 70px rgba(23, 52, 34, 0.16);
}

.gf-about-achievements__feature > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.gf-about-achievements__feature > div {
  display: flex;
  padding: 32px;
  flex-direction: column;
  justify-content: flex-end;
  background:
    radial-gradient(circle at 100% 0%, rgba(221, 186, 90, 0.22), transparent 55%),
    #163624;
}

.gf-about-achievements__feature small {
  margin-top: auto;
  color: #e7ca72;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.gf-about-achievements__feature h3 {
  margin: 14px 0;
  color: var(--gf-white);
  font-size: 24px;
  line-height: 1.25;
}

.gf-about-achievements__feature p {
  margin: 0;
  color: rgba(255, 255, 255, 0.58);
  font-size: 12px;
  line-height: 1.7;
}

.gf-about-achievements__cards {
  display: grid;
  grid-column: 1 / -1;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.gf-about-achievements__cards article {
  padding: 30px;
  border: 1px solid rgba(31, 61, 43, 0.1);
  border-radius: 22px;
  color: var(--gf-primary-green);
  background: rgba(255, 255, 255, 0.68);
}

.gf-about-achievements__cards h3 {
  margin: 45px 0 10px;
  color: var(--gf-primary-green);
  font-size: 18px;
}

.gf-about-achievements__cards p {
  margin: 0;
  color: #6d756f;
  font-size: 12px;
  line-height: 1.7;
}

.gf-about-team {
  padding-block: clamp(85px, 10vw, 132px);
  background:
    linear-gradient(135deg, rgba(216, 227, 214, 0.54), rgba(255, 255, 255, 0.7)),
    var(--gf-white);
}

.gf-about-team__layout {
  display: grid;
  margin-top: 56px;
  grid-template-columns: 0.75fr 1.25fr;
  gap: 22px;
}

.gf-about-team__leader,
.gf-about-team__photo {
  position: relative;
  min-height: 520px;
  overflow: hidden;
  margin: 0;
  border-radius: 26px;
  background: #163524;
  box-shadow: 0 24px 60px rgba(31, 61, 43, 0.12);
}

.gf-about-team__leader > img,
.gf-about-team__photo > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.gf-about-team__leader > img {
  object-position: center top;
}

.gf-about-team__leader::after,
.gf-about-team__photo::after {
  position: absolute;
  inset: 36% 0 0;
  content: "";
  background: linear-gradient(transparent, rgba(7, 25, 16, 0.94));
  pointer-events: none;
}

.gf-about-team__leader > div,
.gf-about-team__photo figcaption {
  position: absolute;
  right: 30px;
  bottom: 30px;
  left: 30px;
  z-index: 1;
  color: var(--gf-white);
}

.gf-about-team__leader small,
.gf-about-team__photo span {
  color: #edd279;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.gf-about-team__leader h3,
.gf-about-team__photo strong {
  display: block;
  margin: 8px 0 10px;
  color: var(--gf-white);
  font-size: 25px;
}

.gf-about-team__leader p {
  max-width: 390px;
  margin: 0;
  color: rgba(255, 255, 255, 0.68);
  font-size: 12px;
  line-height: 1.7;
}

.gf-about-projects .gf-about-heading {
  max-width: 900px;
}

.gf-about-projects__grid {
  display: grid;
  margin-top: 54px;
  grid-template-columns: 1.15fr 0.85fr 0.85fr;
  gap: 18px;
}

.gf-about-projects__grid article {
  position: relative;
  height: 470px;
  overflow: hidden;
  border-radius: 24px;
  background: var(--gf-primary-green);
}

.gf-about-projects__grid img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 800ms ease, filter 800ms ease;
}

.gf-about-projects__grid article::after {
  position: absolute;
  inset: 35% 0 0;
  content: "";
  background: linear-gradient(transparent, rgba(5, 20, 12, 0.92));
}

.gf-about-projects__grid article > div {
  position: absolute;
  right: 25px;
  bottom: 25px;
  left: 25px;
  z-index: 1;
  color: var(--gf-white);
}

.gf-about-projects__grid small {
  color: #ecd075;
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.gf-about-projects__grid h3 {
  margin: 7px 0 4px;
  color: var(--gf-white);
  font-size: 21px;
}

.gf-about-projects__grid span {
  color: rgba(255, 255, 255, 0.62);
  font-size: 11px;
}

.gf-about-cta {
  position: relative;
  overflow: hidden;
  color: var(--gf-white);
  background:
    radial-gradient(circle at 82% 20%, rgba(221, 186, 90, 0.17), transparent 22rem),
    linear-gradient(120deg, #07170f, #153a26 70%, #0c2418);
}

.gf-about-cta::before {
  position: absolute;
  inset: 0;
  content: "";
  opacity: 0.24;
  background-image: linear-gradient(120deg, transparent 35%, rgba(255, 255, 255, 0.05) 50%, transparent 65%);
}

.gf-about-cta__flare {
  position: absolute;
  top: -220px;
  right: 14%;
  width: 420px;
  height: 420px;
  border: 1px solid rgba(221, 186, 90, 0.22);
  border-radius: 50%;
  box-shadow: 0 0 90px rgba(221, 186, 90, 0.12), inset 0 0 90px rgba(221, 186, 90, 0.08);
}

.gf-about-cta__inner {
  position: relative;
  display: flex;
  min-height: 390px;
  padding-block: 80px;
  align-items: center;
  justify-content: space-between;
  gap: 60px;
}

.gf-about-cta h2 {
  margin: 18px 0 0;
  color: var(--gf-white);
  font-size: clamp(35px, 4.2vw, 55px);
  font-weight: 600;
  letter-spacing: -0.05em;
  line-height: 1.08;
}

.gf-about-cta__actions {
  display: flex;
  min-width: 230px;
  flex-direction: column;
  align-items: stretch;
  gap: 22px;
}

.gf-button--gold {
  min-height: 52px;
  color: #3f3009;
  border: 1px solid rgba(255, 244, 204, 0.68);
  background: linear-gradient(135deg, #f5dfa0, #d3a93b);
  box-shadow: 0 15px 35px rgba(4, 16, 10, 0.25), inset 0 1px rgba(255, 255, 255, 0.55);
}

.gf-about-cta__phone {
  display: flex;
  flex-direction: column;
  color: var(--gf-white);
}

.gf-about-cta__phone small {
  color: rgba(255, 255, 255, 0.55);
  font-size: 10px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.gf-about-cta__phone strong {
  margin-top: 5px;
  color: #efd37b;
  font-size: 25px;
}

.gf-about-effects-ready [data-about-reveal] {
  opacity: 0;
  transform: translateY(28px);
  transition: opacity 700ms ease, transform 800ms cubic-bezier(0.2, 0.72, 0.2, 1);
}

.gf-about-effects-ready [data-about-reveal].is-visible {
  opacity: 1;
  transform: translateY(0);
}

@media (hover: hover) and (pointer: fine) {
  .gf-about-values__grid article:hover {
    border-color: rgba(221, 186, 90, 0.32);
    box-shadow: var(--gf-liquid-shadow-box-hover);
    transform: translateY(-5px);
  }

  .gf-about-process__gallery figure:hover img,
  .gf-about-projects__grid article:hover img {
    filter: saturate(1.05) contrast(1.02);
    transform: scale(1.035);
  }

  .gf-button--gold:hover {
    box-shadow: 0 20px 45px rgba(4, 16, 10, 0.32), 0 0 26px rgba(221, 186, 90, 0.18);
    transform: translateY(-2px);
  }
}

@keyframes gf-about-hero-breathe {
  from { transform: scale(1.035); }
  to { transform: scale(1.075); }
}

@keyframes gf-about-flare {
  from { opacity: 0.32; transform: translate3d(-4%, -4%, 0) scale(0.94); }
  to { opacity: 0.58; transform: translate3d(5%, 6%, 0) scale(1.08); }
}

@keyframes gf-about-facts-glow {
  from { opacity: 0.46; transform: translate3d(-8%, -4%, 0) scale(0.88); }
  to { opacity: 0.86; transform: translate3d(5%, 8%, 0) scale(1.08); }
}

@keyframes gf-about-scroll {
  0%, 100% { opacity: 0.35; transform: translateY(0); }
  50% { opacity: 1; transform: translateY(15px); }
}

@keyframes gf-about-shine {
  0%, 24% { left: -35%; opacity: 0; }
  38% { opacity: 0.5; }
  58%, 100% { left: 125%; opacity: 0; }
}

@media (min-width: 901px) {
  .gf-about-facts-band {
    position: relative;
    z-index: 2;
    margin-top: -28px;
    padding-top: 0;
    background:
      radial-gradient(circle at 82% 0%, rgba(216, 227, 214, 0.58), transparent 25rem),
      linear-gradient(to bottom, transparent 28px, var(--gf-off-white) 28px);
  }
}

@media (max-width: 1050px) {
  .gf-about-facts {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }

  .gf-about-facts article {
    grid-column: span 2;
    padding: 24px 26px;
  }

  .gf-about-facts article:nth-child(-n + 3) {
    border-bottom: 1px solid rgba(255, 255, 255, 0.13);
  }

  .gf-about-facts article:nth-child(3) {
    border-right: 0;
  }

  .gf-about-facts article:nth-child(4),
  .gf-about-facts article:nth-child(5) {
    grid-column: span 3;
  }

  .gf-about-story {
    gap: 54px;
  }

  .gf-about-capacity {
    grid-template-columns: minmax(0, 0.88fr) minmax(0, 1.12fr);
  }

  .gf-about-capacity__content {
    padding: 80px 44px;
  }

  .gf-about-capacity h2 {
    font-size: clamp(38px, 4.6vw, 48px);
  }

  .gf-about-achievements {
    gap: 48px;
  }

  .gf-about-achievements__feature {
    grid-template-columns: 1fr;
  }

  .gf-about-achievements__feature > img {
    height: 280px;
  }

  .gf-about-achievements__feature > div {
    min-height: 260px;
  }
}

@media (max-width: 900px) {
  body.greenfurni-about .gf-topbar__contact a ~ a {
    display: none;
  }

  .gf-about-hero {
    min-height: 720px;
  }

  .gf-about-hero__inner {
    display: flex;
    padding-block: 76px 105px;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
  }

  .gf-about-hero::after {
    background: linear-gradient(90deg, rgba(8, 25, 17, 0.92), rgba(10, 29, 19, 0.55)), linear-gradient(0deg, rgba(7, 24, 16, 0.76), transparent 46%);
  }

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

  .gf-about-facts article {
    grid-column: auto;
    min-height: 106px;
    padding: 14px 18px;
    align-items: center;
    flex-direction: row;
    gap: 12px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.13);
  }

  .gf-about-facts article:nth-child(odd) {
    border-right: 1px solid rgba(255, 255, 255, 0.13);
  }

  .gf-about-facts article:nth-child(even) {
    border-right: 0;
  }

  .gf-about-facts article:nth-child(4) {
    grid-column: auto;
  }

  .gf-about-facts article:nth-child(5) {
    grid-column: 1 / -1;
    border-right: 0;
  }

  .gf-about-fact__number {
    font-size: clamp(46px, 6.5vw, 60px);
  }

  .gf-about-facts article:last-child {
    border-bottom: 0;
  }

  .gf-about-story {
    grid-template-columns: 1fr;
  }

  .gf-about-story__visual {
    min-height: 580px;
  }

  .gf-about-values__grid,
  .gf-about-achievements__cards {
    grid-template-columns: 1fr;
  }

  .gf-about-values__grid article {
    min-height: 250px;
  }

  .gf-about-values__grid h3 {
    margin-top: 42px;
  }

  .gf-about-capacity {
    grid-template-columns: 1fr;
  }

  .gf-about-capacity__media {
    min-height: 520px;
  }

  .gf-about-capacity__media::after {
    background: linear-gradient(0deg, #0f291c, transparent 45%);
  }

  .gf-about-capacity__content {
    max-width: none;
    padding: 70px 24px 84px;
  }

  .gf-about-process__grid {
    padding: 24px;
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .gf-about-process__grid::before {
    top: 66px;
    right: auto;
    bottom: 66px;
    left: 64px;
    width: 2px;
    height: auto;
    background: linear-gradient(rgba(62, 107, 74, 0.3), var(--gf-soft-green) 50%, rgba(221, 186, 90, 0.72));
  }

  .gf-about-process__grid li {
    display: grid;
    min-height: 126px;
    padding: 14px 18px 14px 0;
    grid-template-columns: 80px minmax(0, 1fr);
    grid-template-rows: auto auto;
    text-align: left;
  }

  .gf-about-process__grid li:not(:last-child)::after {
    top: auto;
    right: auto;
    bottom: -9px;
    left: 36px;
    width: 8px;
    height: 8px;
    border-top: 0;
    border-right: 2px solid rgba(62, 107, 74, 0.62);
    border-bottom: 2px solid rgba(62, 107, 74, 0.62);
    transform: rotate(45deg);
  }

  .gf-about-process__top {
    grid-row: 1 / span 2;
    grid-column: 1;
    align-self: center;
    gap: 8px;
  }

  .gf-about-process__node {
    width: 54px;
    height: 54px;
    box-shadow: 0 8px 20px rgba(31, 61, 43, 0.1), 0 0 0 5px rgba(245, 245, 247, 0.88);
  }

  .gf-about-process__grid li:last-child .gf-about-process__node {
    box-shadow: 0 8px 22px rgba(158, 121, 26, 0.18), 0 0 0 5px rgba(249, 243, 222, 0.9);
  }

  .gf-about-process__grid h3 {
    min-height: 0;
    margin: 12px 0 5px;
    align-self: end;
    grid-row: 1;
    grid-column: 2;
    font-size: 18px;
  }

  .gf-about-process__grid p {
    margin-bottom: 12px;
    align-self: start;
    grid-row: 2;
    grid-column: 2;
    font-size: 12px;
  }

  .gf-about-timeline__list article {
    grid-template-columns: 86px minmax(0, 1fr);
  }

  .gf-about-timeline__list::before {
    left: 85px;
  }

  .gf-about-timeline__marker::after {
    right: -5px;
  }

  .gf-about-timeline__list figure {
    display: none;
  }

  .gf-about-achievements {
    grid-template-columns: 1fr;
  }

  .gf-about-achievements__feature {
    min-height: 0;
  }

  .gf-about-team__layout {
    grid-template-columns: 1fr;
  }

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

  .gf-about-projects__grid article:first-child {
    grid-column: 1 / -1;
  }

  .gf-about-cta__inner {
    align-items: flex-start;
    flex-direction: column;
  }
}

@media (max-width: 599px) {
  .gf-about-hero {
    min-height: auto;
  }

  .gf-about-hero::before {
    background-position: 64% center;
  }

  .gf-about-hero__inner {
    padding-block: 72px 92px;
  }

  .gf-about-hero h1 {
    margin: 0;
    font-size: clamp(38px, 11vw, 50px);
  }

  .gf-about-hero__content > .gf-about-hero__slogan {
    margin: 0;
    font-size: 25px;
  }

  .gf-about-hero__content > p {
    font-size: 14px;
    line-height: 1.7;
  }

  .gf-about-hero__actions {
    align-items: flex-start;
    flex-direction: column;
    gap: 12px;
  }

  .gf-about-facts-band {
    padding-top: 28px;
  }

  .gf-about-facts {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    border-radius: 22px;
  }

  .gf-about-facts article {
    grid-column: auto;
    min-height: 124px;
    padding: 16px 8px 15px;
    align-items: center;
    flex-direction: column;
    gap: 6px;
    justify-content: center;
    border-right: 1px solid rgba(255, 255, 255, 0.13);
    border-bottom: 1px solid rgba(255, 255, 255, 0.13);
  }

  .gf-about-facts article:first-child {
    grid-column: 1 / -1;
    min-height: 138px;
    flex-direction: row;
    gap: 14px;
  }

  .gf-about-facts article:nth-child(odd) {
    border-right: 1px solid rgba(255, 255, 255, 0.13);
  }

  .gf-about-facts article:nth-child(even) {
    border-right: 0;
  }

  .gf-about-facts article:nth-child(5) {
    grid-column: auto;
    border-right: 0;
  }

  .gf-about-facts article:last-child {
    border-bottom: 0;
  }

  .gf-about-fact__number {
    font-size: clamp(40px, 11vw, 46px);
  }

  .gf-about-facts article:nth-child(2) .gf-about-fact__number {
    font-size: clamp(34px, 9.5vw, 40px);
  }

  .gf-about-facts article:first-child .gf-about-fact__number {
    font-size: clamp(48px, 13vw, 56px);
  }

  .gf-about-facts small {
    min-width: 0;
    color: rgba(255, 255, 255, 0.82);
    max-width: 100%;
    font-size: 10px;
    line-height: 1.35;
    letter-spacing: 0.05em;
    text-align: center;
    white-space: normal;
  }

  .gf-about-facts article:first-child small {
    font-size: 11px;
    text-align: left;
  }

  .gf-about-fact__watermark {
    left: 50%;
    width: 96px;
    height: 96px;
    color: rgba(244, 222, 154, 0.045);
  }

  .gf-about-fact__watermark i {
    font-size: 90px;
  }

  .gf-about-scroll {
    display: none;
  }

  .gf-about-section {
    padding-block: 72px;
  }

  .gf-about-story h2,
  .gf-about-heading h2,
  .gf-about-achievements__intro h2 {
    font-size: 35px;
  }

  .gf-about-story__copy .gf-about-lead {
    font-size: 16px;
  }

  .gf-about-story__visual {
    min-height: 440px;
  }

  .gf-about-photo--portrait {
    inset: 0 28px 28px 0;
  }

  .gf-about-photo--detail {
    width: 48%;
    height: 145px;
  }

  .gf-about-orbit {
    display: none;
  }

  .gf-about-values {
    padding-block: 72px;
  }

  .gf-about-values__grid {
    margin-top: 36px;
  }

  .gf-about-values__grid article {
    min-height: 230px;
    padding: 25px;
  }

  .gf-about-capacity__media {
    min-height: 360px;
  }

  .gf-about-capacity__content {
    padding-inline: 20px;
  }

  .gf-about-capacity h2 {
    font-size: 38px;
  }

  .gf-about-capacity__metrics {
    grid-template-columns: 1fr;
  }

  .gf-about-capacity__metrics article {
    min-height: 130px;
  }

  .gf-about-process__grid {
    grid-template-columns: 1fr;
  }

  .gf-about-process__grid h3 {
    margin-top: 10px;
  }

  .gf-about-process__gallery {
    height: auto;
    grid-template-columns: 1fr;
  }

  .gf-about-process__gallery figure {
    height: 250px;
  }

  .gf-about-timeline {
    padding-block: 72px;
  }

  .gf-about-timeline__list {
    margin-top: 45px;
  }

  .gf-about-timeline__list::before {
    left: 0;
  }

  .gf-about-timeline__list article {
    display: block;
    min-height: 0;
    padding: 28px 0 34px 28px;
  }

  .gf-about-timeline__marker {
    display: block;
    padding-top: 0;
    margin-bottom: 16px;
  }

  .gf-about-timeline__marker::after {
    top: 8px;
    right: auto;
    left: -33px;
  }

  .gf-about-achievements__feature {
    display: block;
  }

  .gf-about-achievements__feature > img {
    height: 280px;
  }

  .gf-about-achievements__feature > div {
    min-height: 300px;
    padding: 25px;
  }

  .gf-about-team__leader,
  .gf-about-team__photo {
    min-height: 450px;
  }

  .gf-about-team__leader > div,
  .gf-about-team__photo figcaption {
    right: 22px;
    bottom: 22px;
    left: 22px;
  }

  .gf-about-projects__grid {
    grid-template-columns: 1fr;
  }

  .gf-about-projects__grid article,
  .gf-about-projects__grid article:first-child {
    height: 360px;
    grid-column: auto;
  }

  .gf-about-cta__inner {
    min-height: 0;
    padding-block: 72px;
  }

  .gf-about-cta__actions {
    width: 100%;
  }
}

/* Desktop typography readability pass. Keep content text at 13px or above. */

@media (min-width: 901px) {
  .gf-topbar,
  .gf-header-search input,
  .gf-eyebrow,
  .gf-category-chip small,
  .gf-category-card__content small,
  .gf-product-card__category,
  .gf-product-card__rating,
  .gf-catalog-premium__mark span,
  .gf-showcase-card__copy small,
  .gf-editorial-card span,
  .gf-breadcrumbs,
  .gf-catalog-hero__breadcrumbs,
  .gf-filter-panel__header strong,
  .gf-filter-panel__header span,
  .gf-filter-group > a,
  .gf-filter-group > a small,
  .gf-price-values,
  .gf-catalog-toolbar p,
  .gf-category-description figcaption,
  .gf-ordering,
  .gf-ordering select,
  .gf-pagination a,
  .gf-pagination span,
  .gf-product-summary__rating,
  .gf-product-summary__price small,
  .gf-product-summary__contact-prompt small,
  .gf-product-summary__intro table,
  .gf-quantity-interface,
  .gf-quantity-interface button,
  .gf-quantity-interface input,
  .gf-order-interface__note,
  .gf-product-summary__services span,
  .gf-product-values strong,
  .gf-product-values small,
  .gf-read-more,
  .gf-payment__eyebrow,
  .gf-contact-kicker,
  .gf-home-about__media figcaption,
  .gf-payment__details dt,
  .gf-payment__content > small,
  .gf-payment__qr figcaption,
  .gf-footer__column a,
  .gf-footer__column > span,
  .gf-footer__column p,
  .gf-newsletter-placeholder,
  .gf-footer__newsletter small,
  .gf-footer__bottom,
  .gf-about-kicker,
  .gf-about-facts small,
  .gf-about-photo--portrait figcaption,
  .gf-about-value__index,
  .gf-about-capacity__metrics span,
  .gf-about-source,
  .gf-about-achievements__feature small,
  .gf-about-team__leader small,
  .gf-about-team__photo span,
  .gf-about-projects__grid small,
  .gf-about-projects__grid span,
  .gf-about-cta__phone small {
    font-size: var(--gf-type-caption);
    line-height: var(--gf-leading-caption);
  }

  .gf-navigation,
  .gf-button,
  .gf-text-link,
  .gf-category-chip strong,
  .gf-catalog-premium p,
  .gf-catalog-premium a,
  .gf-premium p,
  .gf-benefit strong,
  .gf-editorial-card h3,
  .gf-filter-group h2,
  .gf-filter-group p,
  .gf-product-summary__contact-prompt strong,
  .gf-button--contact,
  .gf-product-tabs button,
  .gf-payment__details dd,
  .gf-footer h2,
  .gf-contact-text-link,
  .gf-contact-card > a,
  .gf-contact-card p,
  .gf-contact-map-link,
  .woocommerce-message,
  .woocommerce-info,
  .woocommerce-error,
  .gf-about-text-link {
    font-size: var(--gf-type-label);
    line-height: var(--gf-leading-support);
  }

  .gf-section-heading p,
  .gf-catalog-hero p,
  .gf-product-summary__intro,
  .gf-payment__content > p,
  .gf-footer__brand p,
  .gf-footer__newsletter p,
  .gf-about-values__grid p,
  .gf-about-process__grid p,
  .gf-about-timeline__list p,
  .gf-about-achievements__feature p,
  .gf-about-achievements__cards p,
  .gf-about-team__leader p {
    font-size: var(--gf-type-support);
    line-height: var(--gf-leading-body);
  }

  .gf-home-hero p,
  .gf-home-about__content > p,
  .gf-category-description,
  .gf-product-details__copy,
  .gf-contact-hero p,
  .gf-about-story__copy > p,
  .gf-about-heading + p,
  .gf-about-achievements__intro > p,
  .gf-about-capacity__content > div > p {
    font-size: var(--gf-type-body);
    line-height: var(--gf-leading-body);
  }

  .gf-showcase-card__copy strong {
    font-size: var(--gf-type-body);
  }

  .gf-home-about__media figcaption,
  .gf-home-about__facts dd,
  .gf-payment__details dt,
  .gf-payment__content > small,
  .gf-payment__qr figcaption,
  .gf-product-summary__price small,
  .gf-product-summary__contact-prompt small,
  .gf-order-interface__note,
  .gf-product-summary__services span,
  .gf-product-values small,
  .gf-filter-panel__header span,
  .gf-filter-group > a small,
  .gf-price-values,
  .gf-catalog-toolbar p,
  .gf-footer__brand p,
  .gf-footer__newsletter p,
  .gf-footer__column a,
  .gf-footer__column > span,
  .gf-footer__column p,
  .gf-newsletter-placeholder,
  .gf-footer__newsletter small,
  .gf-footer__bottom {
    color: var(--gf-text-muted);
  }

  .gf-product-summary__intro,
  .gf-product-details__copy,
  .gf-category-description,
  .gf-section-heading p,
  .gf-home-about__content > p,
  .gf-contact-card p {
    color: var(--gf-text-secondary);
  }

  .gf-category-chip {
    height: 88px;
  }

  .gf-category-card__shade {
    height: 68px;
  }

  .gf-category-card__content {
    bottom: 10px;
  }

  .gf-product-card__body {
    min-height: 0;
  }

  .gf-benefit strong {
    font-size: var(--gf-type-caption);
  }

  .gf-benefit small {
    color: var(--gf-text-muted);
    font-size: var(--gf-type-caption);
    line-height: var(--gf-leading-caption);
  }

  .gf-home-about__facts dd {
    font-size: var(--gf-type-caption);
  }

  .gf-catalog-layout {
    grid-template-columns: 250px 1fr;
  }

  .gf-filter-group > a {
    min-height: 34px;
  }

  .gf-filter-group > p + a {
    display: inline-flex;
    min-height: 0;
    align-items: center;
    margin-top: var(--space-3);
    color: var(--gf-primary-green);
    font-weight: 600;
  }

  .gf-product-summary__intro h2,
  .gf-product-summary__intro h3 {
    font-size: var(--gf-type-support);
  }

  .gf-product-summary__intro td {
    padding: 5px 6px;
  }

  .gf-product-details__copy h2,
  .gf-product-details__copy h3,
  .gf-product-details__copy h4 {
    font-size: 18px;
  }

  .gf-product-summary__services {
    align-items: start;
  }

  .gf-product-summary__services span {
    align-items: flex-start;
  }

  .gf-footer__grid {
    gap: var(--space-6);
  }

  .gf-contact-card h3 {
    font-size: 17px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .gf-about-effects-ready [data-about-reveal] {
    opacity: 1;
    transform: none;
  }

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

/* Owner-approved homepage hero copy: keep both lines and CTAs inside glass. */
body.home .gf-home-hero__content {
  width: min(470px, calc(100% - 108px));
}

body.home .gf-home-hero h1 {
  max-width: 100%;
  font-size: clamp(42px, 3.8vw, 54px);
  line-height: 1.04;
  text-wrap: balance;
}

body.home .gf-home-hero h1 span {
  display: inline-block;
  max-width: 100%;
  font-size: clamp(27px, 2.6vw, 37px);
  line-height: 1.14;
  white-space: normal;
}

body.home .gf-home-hero p {
  max-width: 430px;
}

body.home .gf-home-hero__actions {
  max-width: 430px;
  gap: var(--space-3);
}

body.home .gf-home-hero__actions .gf-button {
  min-width: 0;
  padding-inline: 18px;
  white-space: nowrap;
}

@media (max-width: 900px) {
  body.home .gf-home-hero__content {
    left: 8%;
    width: 84%;
  }

  body.home .gf-home-hero h1 {
    font-size: clamp(29px, 8.2vw, 36px);
    line-height: 1.05;
  }

  body.home .gf-home-hero h1 span {
    font-size: clamp(19px, 5.5vw, 25px);
    line-height: 1.18;
  }

  body.home .gf-home-hero__actions {
    width: 100%;
    max-width: none;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
  }

  body.home .gf-home-hero__actions .gf-button {
    min-width: 0;
    padding-inline: 10px;
    font-size: 10px;
    white-space: normal;
  }
}

@media (max-width: 359px) {
  body.home .gf-home-hero h1 {
    font-size: 27px;
  }

  body.home .gf-home-hero h1 span {
    font-size: 18px;
  }
}

@media (max-width: 600px) {
  body.home .gf-home-hero__actions {
    display: flex;
    gap: 8px;
    width: 100%;
  }

  body.home .gf-home-hero__actions .gf-button {
    flex: 1 1 0;
    width: 0;
    max-width: none;
    padding-inline: 8px;
    white-space: nowrap;
  }

  body.home .gf-home-hero__actions .gf-button > .gf-icon {
    width: 16px;
    height: 16px;
  }

  body.home .gf-home-hero__actions .gf-button__icon {
    width: 26px;
    height: 26px;
    flex-basis: 26px;
  }
}

/* Journal: article index, category archives and single posts. */

.gf-journal {
  padding-bottom: var(--space-16);
}

.gf-journal-hero {
  padding-top: var(--space-8);
}

.gf-journal-hero__surface {
  display: flex;
  min-height: 264px;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  padding: var(--space-8) var(--space-12);
}

.gf-journal-breadcrumbs {
  min-height: 0;
  margin: 0 0 var(--space-6);
  color: var(--gf-text-muted);
  font-size: var(--gf-type-caption);
  line-height: var(--gf-leading-caption);
}

.gf-journal-hero .gf-eyebrow,
.gf-article__category {
  color: var(--gf-soft-green);
  font-size: var(--gf-type-caption);
  line-height: var(--gf-leading-caption);
}

.gf-journal-hero h1 {
  max-width: 780px;
  margin: var(--space-2) 0 0;
  color: var(--gf-primary-green);
  font-size: 32px;
  font-weight: 600;
  letter-spacing: 0.01em;
  line-height: 1.4;
  text-wrap: balance;
}

.gf-journal-hero__description {
  max-width: 720px;
  margin-top: var(--space-3);
  color: var(--gf-text-secondary);
  font-size: var(--gf-type-support);
  line-height: var(--gf-leading-body);
}

.gf-journal-hero__description > :first-child {
  margin-top: 0;
}

.gf-journal-hero__description > :last-child {
  margin-bottom: 0;
}

.gf-journal-list {
  padding-top: var(--space-8);
}

.gf-journal-categories {
  display: flex;
  flex-wrap: wrap;
  gap: var(--space-2);
  margin-bottom: var(--space-8);
}

.gf-journal-categories a {
  position: relative;
  display: inline-flex;
  min-height: 40px;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  padding: 0 var(--space-4);
  border-radius: var(--gf-radius-pill);
  color: var(--gf-text-secondary);
  background:
    radial-gradient(ellipse at 22% 0%, rgb(255 255 255 / 62%), transparent 48%),
    linear-gradient(135deg, rgb(255 255 255 / 72%), rgb(216 227 214 / 34%));
  box-shadow:
    0 8px 18px rgb(11 11 12 / 7%),
    inset 0 1px 0 rgb(255 255 255 / 60%);
  font-size: var(--gf-type-label);
  font-weight: 500;
  line-height: var(--gf-leading-support);
  transition:
    color var(--gf-ease),
    background var(--gf-ease),
    box-shadow var(--gf-ease),
    transform var(--gf-ease);
}

.gf-journal-categories a::after {
  position: absolute;
  inset: 0;
  padding: 1px;
  border-radius: inherit;
  background: var(--gf-liquid-edge-light);
  content: "";
  pointer-events: none;
  -webkit-mask:
    linear-gradient(#000 0 0) content-box,
    linear-gradient(#000 0 0);
  mask:
    linear-gradient(#000 0 0) content-box,
    linear-gradient(#000 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
}

.gf-journal-categories a.is-active {
  color: var(--gf-white);
  background: linear-gradient(180deg, var(--gf-soft-green), var(--gf-primary-green));
  box-shadow: 0 10px 22px rgb(31 61 43 / 22%);
  font-weight: 600;
}

.gf-journal-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: var(--space-6);
}

.gf-journal-card {
  display: flex;
  min-width: 0;
  min-height: 100%;
  flex-direction: column;
  overflow: hidden;
  border-radius: var(--gf-radius-lg);
  background: rgb(255 255 255 / 78%);
  box-shadow: var(--gf-shadow-card);
  transition:
    box-shadow var(--gf-ease),
    transform var(--gf-ease);
}

.gf-journal-card__media {
  position: relative;
  display: block;
  overflow: hidden;
  aspect-ratio: 16 / 10;
  background:
    radial-gradient(circle at 20% 0%, rgb(255 255 255 / 76%), transparent 36%),
    linear-gradient(145deg, #edf3ed, #d8e3d6);
}

.gf-journal-card__media::after {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 52%, rgb(16 38 24 / 11%));
  content: "";
  pointer-events: none;
}

.gf-journal-card__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 400ms ease-in-out;
}

.gf-journal-card__placeholder {
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  color: var(--gf-soft-green);
}

.gf-journal-card__body {
  display: flex;
  min-height: 0;
  flex: 1 1 auto;
  flex-direction: column;
  padding: var(--space-6);
}

.gf-journal-card__meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: var(--space-2);
  color: var(--gf-text-muted);
  font-size: var(--gf-type-caption);
  line-height: var(--gf-leading-caption);
}

.gf-journal-card__meta > * + *::before {
  display: inline-block;
  margin-right: var(--space-2);
  color: var(--gf-accent-green);
  content: "·";
}

.gf-journal-card__meta a {
  color: var(--gf-soft-green);
  font-weight: 600;
}

.gf-journal-card__title {
  margin: var(--space-3) 0 0;
  color: var(--gf-primary-green);
  font-size: 20px;
  font-weight: 500;
  line-height: 1.4;
  text-wrap: balance;
}

.gf-journal-card__summary {
  display: -webkit-box;
  overflow: hidden;
  margin: var(--space-3) 0 0;
  color: var(--gf-text-secondary);
  font-size: var(--gf-type-support);
  line-height: var(--gf-leading-body);
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.gf-journal-card__link {
  margin-top: auto;
  padding-top: var(--space-6);
  font-size: var(--gf-type-label);
  line-height: var(--gf-leading-support);
}

.gf-journal-card--featured {
  grid-column: span 2;
}

.gf-journal-card--featured .gf-journal-card__title {
  font-size: 24px;
}

.gf-journal-empty-state {
  display: grid;
  min-height: 220px;
  place-items: center;
  padding: var(--space-8);
  gap: var(--space-3);
  font-size: var(--gf-type-support);
  line-height: var(--gf-leading-body);
}

.gf-journal-empty-state p {
  margin: 0;
}

.gf-journal-pagination {
  margin-top: var(--space-8);
}

.gf-article {
  padding-bottom: var(--space-16);
}

.gf-article__hero {
  padding-top: var(--space-6);
  padding-bottom: var(--space-4);
}

.gf-article__hero .gf-breadcrumbs {
  min-height: 0;
  margin-bottom: var(--space-8);
  font-size: var(--gf-type-caption);
  line-height: var(--gf-leading-caption);
}

.gf-article__heading {
  max-width: 860px;
}

.gf-article__category {
  text-decoration: none;
}

.gf-article__heading h1 {
  margin: var(--space-2) 0 0;
  color: var(--gf-primary-green);
  font-size: 32px;
  font-weight: 600;
  letter-spacing: 0.01em;
  line-height: 1.4;
  text-wrap: balance;
}

.gf-article__lead {
  max-width: 780px;
  margin: var(--space-4) 0 0;
  color: var(--gf-text-secondary);
  font-size: var(--gf-type-body);
  line-height: var(--gf-leading-body);
}

.gf-article__meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: var(--space-2);
  margin-top: var(--space-4);
  color: var(--gf-text-muted);
  font-size: var(--gf-type-caption);
  line-height: var(--gf-leading-caption);
}

.gf-article__meta > * + *::before {
  display: inline-block;
  margin-right: var(--space-2);
  color: var(--gf-accent-green);
  content: "·";
}

.gf-article__featured-image {
  margin: 0 auto var(--space-8);
}

.gf-article__featured-image img {
  width: 100%;
  max-height: 620px;
  border-radius: var(--gf-radius-glass);
  object-fit: cover;
  box-shadow: var(--gf-shadow-soft);
}

.gf-article__featured-image figcaption {
  margin-top: var(--space-2);
  color: var(--gf-text-muted);
  font-size: var(--gf-type-caption);
  line-height: var(--gf-leading-caption);
  text-align: center;
}

.gf-article__layout {
  display: grid;
  grid-template-columns: minmax(0, 760px) minmax(0, 224px);
  justify-content: center;
  gap: 40px;
}

.gf-article__aside {
  grid-column: 2;
  grid-row: 1;
  position: sticky;
  top: 136px;
  align-self: start;
  padding-top: var(--space-1);
}

.gf-article__sidebar-title {
  margin: 0 0 var(--space-3);
  color: var(--gf-primary-green);
  font-size: var(--gf-type-label);
  font-weight: 600;
  letter-spacing: 0.015em;
  line-height: var(--gf-leading-support);
}

.gf-article__product-categories {
  display: grid;
  gap: var(--space-3);
}

.gf-article__product-category {
  position: relative;
  display: grid;
  min-width: 0;
  grid-template-columns: 68px minmax(0, 1fr);
  align-items: center;
  gap: var(--space-3);
  min-height: 84px;
  padding: var(--space-2);
  overflow: hidden;
  border: 1px solid rgb(255 255 255 / 78%);
  border-radius: var(--gf-radius-md);
  background: var(--gf-liquid-box-background);
  box-shadow: var(--gf-liquid-shadow-box);
  transition:
    transform var(--gf-ease),
    box-shadow var(--gf-ease),
    border-color var(--gf-ease);
}

.gf-article__product-category-media {
  display: grid;
  width: 68px;
  height: 68px;
  place-items: center;
  overflow: hidden;
  border-radius: var(--gf-radius-sm);
  color: var(--gf-soft-green);
  background: linear-gradient(145deg, #edf3ed, #d8e3d6);
}

.gf-article__product-category-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.gf-article__product-category-copy {
  display: block;
  min-width: 0;
  padding-right: var(--space-4);
}

.gf-article__product-category-copy strong,
.gf-article__product-category-copy small {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
}

.gf-article__product-category-copy strong {
  color: var(--gf-primary-green);
  font-size: var(--gf-type-label);
  font-weight: 600;
  line-height: 1.35;
  white-space: nowrap;
}

.gf-article__product-category-copy small {
  margin-top: 4px;
  color: var(--gf-text-muted);
  font-size: var(--gf-type-caption);
  line-height: var(--gf-leading-caption);
  white-space: nowrap;
}

.gf-article__product-category-arrow {
  position: absolute;
  right: 8px;
  bottom: 8px;
  display: grid;
  width: 22px;
  height: 22px;
  place-items: center;
  color: var(--gf-soft-green);
  transition: transform var(--gf-ease), color var(--gf-ease);
}

.gf-article__sidebar-banner {
  display: block;
  margin-top: var(--space-4);
  overflow: hidden;
  border: 1px solid rgb(255 255 255 / 82%);
  border-radius: var(--gf-radius-md);
  background: #d8e3d6;
  box-shadow: var(--gf-liquid-shadow-box);
}

.gf-article__sidebar-banner img {
  display: block;
  width: 100%;
  height: auto;
  transition: transform 400ms ease-in-out;
}

.gf-article__content {
  grid-column: 1;
  grid-row: 1;
  min-width: 0;
  color: var(--gf-dark-gray);
  font-size: var(--gf-type-body);
  line-height: 1.75;
}

/* Editorial imports may use a plain img instead of a figure. Keep every
   article image responsive without distorting its intrinsic aspect ratio. */
.gf-article__content img {
  display: block;
  max-width: 100%;
  height: auto;
}

/* Source articles can carry fixed HTML width/height attributes. Keep their
 * editorial images fluid inside the readable column at every viewport. */
.gf-article__content img {
  max-width: 100%;
  height: auto;
}

.gf-article__content > :first-child {
  margin-top: 0;
}

.gf-article__content > :last-child {
  margin-bottom: 0;
}

.gf-article__content p,
.gf-article__content ul,
.gf-article__content ol,
.gf-article__content blockquote,
.gf-article__content figure,
.gf-article__content table,
.gf-article__content .wp-block-embed {
  margin-top: 0;
  margin-bottom: var(--space-6);
}

.gf-article__content h2,
.gf-article__content h3,
.gf-article__content h4 {
  color: var(--gf-primary-green);
  text-wrap: balance;
}

.gf-article__content h2 {
  margin: var(--space-12) 0 var(--space-4);
  font-size: 24px;
  font-weight: 500;
  line-height: 1.4;
}

.gf-article__content h3 {
  margin: var(--space-8) 0 var(--space-3);
  font-size: 20px;
  font-weight: 500;
  line-height: 1.4;
}

.gf-article__content h4 {
  margin: var(--space-6) 0 var(--space-2);
  font-size: var(--gf-type-body);
  font-weight: 600;
  line-height: 1.5;
}

.gf-article__content a {
  color: var(--gf-soft-green);
  font-weight: 600;
  text-decoration: underline;
  text-decoration-color: rgb(62 107 74 / 35%);
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
}

.gf-article__content ul,
.gf-article__content ol {
  padding-left: var(--space-6);
}

.gf-article__content li + li {
  margin-top: var(--space-2);
}

.gf-article__content blockquote {
  margin-inline: 0;
  padding: var(--space-4) var(--space-6);
  border-left: 3px solid var(--gf-accent-green);
  border-radius: 0 var(--gf-radius-md) var(--gf-radius-md) 0;
  color: var(--gf-text-secondary);
  background: rgb(216 227 214 / 42%);
  font-size: 18px;
  line-height: 1.6;
}

.gf-article__content blockquote > :last-child {
  margin-bottom: 0;
}

.gf-article__content figure {
  margin-inline: 0;
}

.gf-article__content figure img {
  width: 100%;
  border-radius: var(--gf-radius-lg);
}

.gf-article__content figcaption {
  margin-top: var(--space-2);
  color: var(--gf-text-muted);
  font-size: var(--gf-type-caption);
  line-height: var(--gf-leading-caption);
  text-align: center;
}

.gf-article__content table {
  display: block;
  width: 100%;
  overflow-x: auto;
  border-collapse: collapse;
  border-spacing: 0;
}

.gf-article__content th,
.gf-article__content td {
  min-width: 132px;
  padding: var(--space-3);
  border-bottom: 1px solid rgb(31 61 43 / 11%);
  text-align: left;
}

.gf-article__content th {
  color: var(--gf-primary-green);
  font-weight: 600;
}

.gf-article__content pre {
  overflow-x: auto;
  padding: var(--space-4);
  border-radius: var(--gf-radius-md);
  background: #eef2ed;
  font-size: var(--gf-type-caption);
}

.gf-article__page-links {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: var(--space-2);
  margin-top: var(--space-8);
  font-size: var(--gf-type-label);
}

.gf-article__tags {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: var(--space-3);
  margin-top: var(--space-8);
  padding-top: var(--space-6);
  border-top: 1px solid rgb(31 61 43 / 10%);
}

.gf-article__tags > span {
  padding-top: var(--space-2);
  color: var(--gf-text-secondary);
  font-size: var(--gf-type-label);
  font-weight: 600;
}

.gf-article__tags > div {
  display: flex;
  flex: 1 1 0;
  flex-wrap: wrap;
  gap: var(--space-2);
}

.gf-article__tags a {
  display: inline-flex;
  min-height: 32px;
  align-items: center;
  padding-inline: var(--space-3);
  border-radius: var(--gf-radius-pill);
  color: var(--gf-soft-green);
  background: rgb(216 227 214 / 48%);
  font-size: var(--gf-type-caption);
  font-weight: 600;
  line-height: var(--gf-leading-caption);
  text-decoration: none;
}

.gf-journal-related {
  padding-bottom: var(--space-16);
}

.gf-journal-related__heading {
  margin-bottom: var(--space-6);
}

.gf-journal-grid--related .gf-journal-card--featured {
  grid-column: auto;
}

.gf-journal-card a:focus-visible,
.gf-journal-categories a:focus-visible,
.gf-article__product-category:focus-visible,
.gf-article__sidebar-banner:focus-visible,
.gf-article__content a:focus-visible,
.gf-article__tags a:focus-visible {
  outline: 2px solid var(--gf-primary-green);
  outline-offset: 3px;
}

@media (hover: hover) and (pointer: fine) {
  .gf-journal-card:hover {
    box-shadow: 0 20px 46px rgb(31 61 43 / 13%);
    transform: translateY(-3px) scale(1.006);
  }

  .gf-journal-card:hover .gf-journal-card__media img {
    transform: scale(1.035);
  }

  .gf-journal-categories a:hover:not(.is-active) {
    color: var(--gf-primary-green);
    box-shadow: var(--gf-liquid-shadow-control-hover);
    transform: translateY(-2px);
  }

  .gf-article__product-category:hover {
    border-color: rgb(111 175 143 / 35%);
    box-shadow: var(--gf-liquid-shadow-box-hover);
    transform: translateY(-2px);
  }

  .gf-article__product-category:hover .gf-article__product-category-arrow {
    color: var(--gf-primary-green);
    transform: translateX(2px);
  }

  .gf-article__sidebar-banner:hover img {
    transform: scale(1.035);
  }

  .gf-journal-card__link:hover {
    color: var(--gf-primary-green);
  }
}

@media (min-width: 901px) {
  .gf-journal-card--featured {
    display: grid;
    grid-template-columns: minmax(0, 1.08fr) minmax(0, 0.92fr);
  }

  .gf-journal-card--featured .gf-journal-card__media {
    min-height: 332px;
    aspect-ratio: auto;
  }

  .gf-journal-card--featured .gf-journal-card__body {
    justify-content: center;
    padding: var(--space-8);
  }
}

@media (max-width: 900px) {
  .gf-journal {
    padding-bottom: var(--space-12);
  }

  .gf-journal-hero {
    padding-top: var(--space-6);
  }

  .gf-journal-hero__surface {
    min-height: 0;
    padding: var(--space-6);
    border-radius: var(--gf-radius-lg);
  }

  .gf-journal-breadcrumbs {
    margin-bottom: var(--space-4);
  }

  .gf-journal-hero h1,
  .gf-article__heading h1 {
    font-size: 28px;
    line-height: 1.35;
  }

  .gf-journal-hero__description {
    font-size: var(--gf-type-body);
  }

  .gf-journal-list {
    padding-top: var(--space-6);
  }

  .gf-journal-categories {
    flex-wrap: nowrap;
    width: calc(100% + var(--space-4));
    margin-bottom: var(--space-6);
    overflow-x: auto;
    padding-right: var(--space-4);
    scrollbar-width: none;
  }

  .gf-journal-categories::-webkit-scrollbar {
    display: none;
  }

  .gf-journal-categories a {
    flex: 0 0 auto;
    min-height: 44px;
  }

  .gf-journal-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: var(--space-3);
  }

  .gf-journal-card--featured {
    grid-column: 1 / -1;
  }

  .gf-journal-card__body {
    padding: var(--space-4);
  }

  .gf-journal-card__title,
  .gf-journal-card--featured .gf-journal-card__title {
    font-size: 18px;
  }

  .gf-journal-card__summary {
    font-size: var(--gf-type-label);
  }

  .gf-journal-card__link {
    padding-top: var(--space-4);
  }

  .gf-journal-empty-state {
    min-height: 180px;
    padding: var(--space-6);
  }

  .gf-article {
    padding-bottom: var(--space-12);
  }

  .gf-article__hero {
    padding-top: var(--space-4);
    padding-bottom: var(--space-6);
  }

  .gf-article__hero .gf-breadcrumbs {
    margin-bottom: var(--space-6);
  }

  .gf-article__lead {
    margin-top: var(--space-3);
    font-size: var(--gf-type-body);
  }

  .gf-article__meta {
    margin-top: var(--space-3);
  }

  .gf-article__featured-image {
    margin-bottom: var(--space-6);
  }

  .gf-article__featured-image img {
    border-radius: var(--gf-radius-lg);
  }

  .gf-article__layout {
    display: block;
  }

  .gf-article__aside {
    position: static;
    margin-bottom: var(--space-6);
    padding-top: 0;
  }

  .gf-article__sidebar-title {
    margin-bottom: var(--space-3);
  }

  .gf-article__product-categories {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: var(--space-2);
  }

  .gf-article__product-category {
    grid-template-columns: 56px minmax(0, 1fr);
    gap: var(--space-2);
    min-height: 72px;
    padding: var(--space-2);
  }

  .gf-article__product-category-media {
    width: 56px;
    height: 56px;
  }

  .gf-article__product-category-copy strong {
    font-size: var(--gf-type-caption);
  }

  .gf-article__product-category-copy small {
    font-size: 11px;
  }

  .gf-article__sidebar-banner {
    max-width: 320px;
    margin-top: var(--space-3);
  }

  .gf-article__content {
    font-size: var(--gf-type-body);
    line-height: var(--gf-leading-body);
  }

  .gf-article__content h2 {
    margin-top: var(--space-8);
    font-size: 22px;
  }

  .gf-article__content h3 {
    margin-top: var(--space-6);
    font-size: 20px;
  }

  .gf-article__content blockquote {
    padding: var(--space-4);
    font-size: var(--gf-type-body);
  }

  .gf-article__tags {
    margin-top: var(--space-6);
  }

  .gf-journal-related {
    padding-bottom: var(--space-12);
  }
}

@media (max-width: 599px) {
  .gf-journal-grid,
  .gf-journal-grid--related {
    grid-template-columns: 1fr;
  }

  .gf-journal-card__media {
    aspect-ratio: 4 / 3;
  }

  .gf-journal-card--featured .gf-journal-card__media {
    aspect-ratio: 16 / 10;
  }

  .gf-journal-card__title,
  .gf-journal-card--featured .gf-journal-card__title {
    font-size: 20px;
  }

  .gf-article__heading h1 {
    font-size: 26px;
  }

  .gf-article__meta {
    align-items: flex-start;
  }

  .gf-article__tags {
    display: block;
  }

  .gf-article__tags > span {
    display: block;
    margin-bottom: var(--space-2);
  }
}

/* Keep search, language and menu controls available in the compact header. */
@media (max-width: 900px) {
  body.home .gf-mainnav__inner,
  body.greenfurni-contact .gf-mainnav__inner,
  body.greenfurni-site:not(.home) .gf-mainnav__inner {
    grid-template-columns: minmax(0, 1fr) 44px 54px 44px;
  }

  body.home .gf-mobile-menu-toggle,
  body.greenfurni-contact .gf-mobile-menu-toggle,
  body.greenfurni-site:not(.home) .gf-mobile-menu-toggle {
    grid-column: 4;
  }

  body.home .gf-header-tools,
  body.greenfurni-contact .gf-header-tools,
  body.greenfurni-site:not(.home) .gf-header-tools {
    width: 106px;
    gap: 8px;
    grid-column: 2 / 4;
  }

  body.home .gf-header-search.is-open,
  body.greenfurni-contact .gf-header-search.is-open,
  body.greenfurni-site:not(.home) .gf-header-search.is-open {
    right: 114px;
  }
}

@media (max-width: 359px) {
  body.home .gf-mainnav__inner,
  body.greenfurni-contact .gf-mainnav__inner,
  body.greenfurni-site:not(.home) .gf-mainnav__inner {
    grid-template-columns: minmax(0, 1fr) 40px 46px 40px;
    gap: 6px;
  }

  body.home .gf-logo,
  body.home .gf-logo img,
  body.greenfurni-contact .gf-logo,
  body.greenfurni-contact .gf-logo img,
  body.greenfurni-site:not(.home) .gf-logo,
  body.greenfurni-site:not(.home) .gf-logo img {
    width: 112px;
  }

  body.home .gf-mobile-menu-toggle,
  body.greenfurni-contact .gf-mobile-menu-toggle,
  body.greenfurni-site:not(.home) .gf-mobile-menu-toggle,
  body.home .gf-header-search,
  body.home .gf-header-search button,
  body.greenfurni-contact .gf-header-search,
  body.greenfurni-contact .gf-header-search button,
  body.greenfurni-site:not(.home) .gf-header-search,
  body.greenfurni-site:not(.home) .gf-header-search button {
    width: 40px;
    height: 40px;
  }

  body.home .gf-header-search button,
  body.greenfurni-contact .gf-header-search button,
  body.greenfurni-site:not(.home) .gf-header-search button {
    flex-basis: 40px;
  }

  body.home .gf-language-toggle.gf-icon-button,
  body.greenfurni-contact .gf-language-toggle.gf-icon-button,
  body.greenfurni-site:not(.home) .gf-language-toggle.gf-icon-button {
    width: 46px;
    height: 40px;
    padding-inline: 6px;
  }

  body.home .gf-header-tools,
  body.greenfurni-contact .gf-header-tools,
  body.greenfurni-site:not(.home) .gf-header-tools {
    width: 92px;
    gap: 6px;
  }

  body.home .gf-header-search.is-open,
  body.greenfurni-contact .gf-header-search.is-open,
  body.greenfurni-site:not(.home) .gf-header-search.is-open {
    right: 98px;
  }
}
