:root {
  --night: #151713;
  --forest: #24291f;
  --olive: #6d7357;
  --sand: #d3c1a1;
  --cream: #e8dfd0;
  --bronze: #b68a4a;
  --white: #f5f1e9;
  --ink: #1a1a18;
  --font-display: "Cormorant Garamond", Georgia, serif;
  --font-body: "Manrope", Arial, sans-serif;
  --gutter: clamp(20px, 4vw, 72px);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body.gas-wordpress-theme {
  margin: 0;
  overflow-x: hidden;
  background: var(--night);
  color: var(--white);
  font-family: var(--font-body) !important;
}

body.gas-wordpress-theme a { color: inherit; text-decoration: none; }
body.gas-wordpress-theme img { max-width: 100%; height: auto; display: block; }

body.gas-wordpress-theme .elementor,
body.gas-wordpress-theme .elementor-widget,
body.gas-wordpress-theme .elementor-widget-container {
  font-family: var(--font-body) !important;
}

.gas-fallback {
  min-height: 100vh;
  padding: 120px var(--gutter);
  background: var(--white);
  color: var(--ink);
}

.gas-fallback__article {
  max-width: 960px;
  margin: 0 auto;
}

.gas-page {
  min-height: 100vh;
}

body.gas-wordpress-theme .gas-section {
  position: relative;
  padding: clamp(70px, 9vw, 150px) var(--gutter) !important;
  overflow: hidden;
}

body.gas-wordpress-theme .gas-dark { background: var(--night) !important; color: var(--white) !important; }
body.gas-wordpress-theme .gas-forest { background: var(--forest) !important; color: var(--white) !important; }
body.gas-wordpress-theme .gas-light { background: var(--white) !important; color: var(--ink) !important; }
body.gas-wordpress-theme .gas-cream { background: var(--cream) !important; color: var(--ink) !important; }
body.gas-wordpress-theme .gas-sand { background: var(--sand) !important; color: var(--ink) !important; }

body.gas-wordpress-theme .gas-html-edit-section {
  width: 100%;
  max-width: none !important;
  margin: 0 !important;
  padding: 0 !important;
  --padding-top: 0;
  --padding-right: 0;
  --padding-bottom: 0;
  --padding-left: 0;
  --content-width: 100%;
}

body.gas-wordpress-theme .gas-html-edit-section > .e-con-inner {
  width: 100%;
  max-width: none !important;
  margin: 0 !important;
  padding: 0 !important;
}

body.gas-wordpress-theme .gas-section-html-widget,
body.gas-wordpress-theme .gas-section-html-widget .elementor-widget-container {
  width: 100%;
  margin: 0 !important;
  padding: 0 !important;
}

body.gas-wordpress-theme .gas-header-shell,
body.gas-wordpress-theme .gas-footer-shell {
  padding: 0 !important;
  margin: 0 !important;
  min-height: 0 !important;
  background: transparent !important;
  --padding-top: 0;
  --padding-right: 0;
  --padding-bottom: 0;
  --padding-left: 0;
  --content-width: 100%;
}

body.gas-wordpress-theme .gas-editable-header {
  position: fixed;
  inset: 0 0 auto 0;
  z-index: 80;
  width: 100%;
  max-width: none !important;
  margin: 0 !important;
  padding: 18px var(--gutter) !important;
  --padding-top: 18px;
  --padding-right: var(--gutter);
  --padding-bottom: 18px;
  --padding-left: var(--gutter);
  --content-width: 100%;
  background: color-mix(in srgb, var(--night) 76%, transparent) !important;
  border-bottom: 1px solid rgb(245 241 233 / 0.12);
  backdrop-filter: blur(18px);
}

body.gas-wordpress-theme .gas-editable-header > .e-con-inner {
  display: grid !important;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 28px;
  width: 100%;
  max-width: none !important;
  margin: 0 !important;
  padding: 0 !important;
}

body.gas-wordpress-theme .gas-editable-brand {
  display: flex !important;
  flex-direction: row !important;
  align-items: center !important;
  gap: 14px;
  width: auto !important;
  min-width: 0;
  --content-width: auto;
}

body.gas-wordpress-theme .gas-editable-brand > .e-con-inner {
  display: flex !important;
  align-items: center !important;
  gap: 14px;
  padding: 0 !important;
}

body.gas-wordpress-theme .gas-brand-logo {
  width: auto !important;
  flex: 0 0 auto;
}

body.gas-wordpress-theme .gas-brand-logo img {
  width: clamp(58px, 5.4vw, 78px) !important;
  height: auto !important;
  aspect-ratio: 1;
  object-fit: contain;
  filter: drop-shadow(0 10px 22px rgb(0 0 0 / 0.34));
}

body.gas-wordpress-theme .gas-brand-title .elementor-heading-title {
  color: var(--white) !important;
  font-family: var(--font-body) !important;
  font-size: 0.84rem !important;
  font-weight: 800 !important;
  letter-spacing: 0.12em !important;
  line-height: 1.2 !important;
  text-transform: uppercase !important;
  white-space: nowrap;
}

body.gas-wordpress-theme .gas-editable-nav {
  width: auto !important;
  --content-width: auto;
}

body.gas-wordpress-theme .gas-editable-nav > .e-con-inner {
  display: flex !important;
  flex-direction: row !important;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: clamp(14px, 1.8vw, 30px);
  padding: 0 !important;
}

body.gas-wordpress-theme .gas-nav-link {
  width: auto !important;
}

body.gas-wordpress-theme .gas-nav-link .elementor-button,
body.gas-wordpress-theme .gas-footer-link .elementor-button {
  min-height: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  background: transparent !important;
  color: rgb(245 241 233 / 0.82) !important;
  font-family: var(--font-body) !important;
  font-size: 0.78rem !important;
  font-weight: 800 !important;
  letter-spacing: 0.08em !important;
  line-height: 1.2 !important;
  text-transform: uppercase !important;
  white-space: nowrap;
}

body.gas-wordpress-theme .gas-header-cta {
  width: auto !important;
}

body.gas-wordpress-theme .gas-editable-footer {
  width: 100%;
  max-width: none !important;
  margin: 0 !important;
  padding: 70px var(--gutter) 34px !important;
  --padding-top: 70px;
  --padding-right: var(--gutter);
  --padding-bottom: 34px;
  --padding-left: var(--gutter);
  --content-width: 100%;
  background: #0c0d0b !important;
  color: var(--white) !important;
}

body.gas-wordpress-theme .gas-editable-footer > .e-con-inner {
  display: grid !important;
  grid-template-columns: 1fr 1.4fr 1fr;
  gap: 34px;
  width: 100%;
  max-width: none !important;
  padding: 0 !important;
}

body.gas-wordpress-theme .gas-footer-logo-widget img {
  width: min(168px, 46vw) !important;
  height: auto !important;
  margin-bottom: 14px;
  filter: drop-shadow(0 18px 34px rgb(0 0 0 / 0.32));
}

body.gas-wordpress-theme .gas-footer-nav-col > .e-con-inner {
  display: flex !important;
  flex-direction: row !important;
  flex-wrap: wrap;
  align-content: start;
  gap: 22px;
  padding: 0 !important;
}

body.gas-wordpress-theme .gas-footer-contact a,
body.gas-wordpress-theme .gas-footer-contact .elementor-widget-container {
  color: rgb(245 241 233 / 0.78) !important;
}

body.gas-wordpress-theme .gas-footer-bottom-editable {
  grid-column: 1 / -1;
  width: 100% !important;
  padding-top: 30px !important;
  border-top: 1px solid rgb(245 241 233 / 0.12);
}

body.gas-wordpress-theme .gas-footer-bottom-editable > .e-con-inner {
  display: flex !important;
  flex-direction: row !important;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 16px;
  width: 100%;
  padding: 0 !important;
}

body.gas-wordpress-theme .gas-footer-small,
body.gas-wordpress-theme .gas-footer-small .elementor-widget-container {
  color: rgb(245 241 233 / 0.52) !important;
  font-size: 0.84rem !important;
}

body.gas-wordpress-theme .gas-header-shell > .e-con-inner,
body.gas-wordpress-theme .gas-footer-shell > .e-con-inner {
  width: 100%;
  max-width: none !important;
  padding: 0 !important;
  margin: 0 !important;
}

body.gas-wordpress-theme .gas-header-html,
body.gas-wordpress-theme .gas-footer-html,
body.gas-wordpress-theme .gas-header-html .elementor-widget-container,
body.gas-wordpress-theme .gas-footer-html .elementor-widget-container {
  width: 100%;
  margin: 0 !important;
}

body.gas-wordpress-theme .site-header {
  position: fixed;
  inset: 0 0 auto 0;
  z-index: 80;
  display: grid;
  grid-template-columns: auto 1fr auto auto;
  align-items: center;
  gap: 28px;
  width: 100%;
  padding: 18px var(--gutter);
  background: color-mix(in srgb, var(--night) 76%, transparent);
  border-bottom: 1px solid rgb(245 241 233 / 0.12);
  backdrop-filter: blur(18px);
}

body.gas-wordpress-theme .brand {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  min-width: 0;
  color: var(--white) !important;
}

body.gas-wordpress-theme .brand img {
  width: clamp(58px, 5.4vw, 78px);
  aspect-ratio: 1;
  object-fit: contain;
  filter: drop-shadow(0 10px 22px rgb(0 0 0 / 0.34));
}

body.gas-wordpress-theme .brand strong {
  color: var(--white);
  font-family: var(--font-body);
  font-size: 0.84rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

body.gas-wordpress-theme .desktop-nav {
  display: flex;
  justify-content: center;
  gap: clamp(14px, 1.8vw, 30px);
}

body.gas-wordpress-theme .desktop-nav a,
body.gas-wordpress-theme .site-footer nav a {
  position: relative;
  color: rgb(245 241 233 / 0.82) !important;
  font-family: var(--font-body);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  line-height: 1.2;
  text-transform: uppercase;
  white-space: nowrap;
}

body.gas-wordpress-theme .desktop-nav a::after,
body.gas-wordpress-theme .site-footer nav a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -7px;
  width: 100%;
  height: 1px;
  transform: scaleX(0);
  transform-origin: right;
  background: var(--bronze);
  transition: transform 0.35s ease;
}

body.gas-wordpress-theme .desktop-nav a:hover::after,
body.gas-wordpress-theme .site-footer nav a:hover::after {
  transform: scaleX(1);
  transform-origin: left;
}

body.gas-wordpress-theme .button {
  position: relative;
  isolation: isolate;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  min-height: 48px;
  max-width: 100%;
  padding: 13px 22px;
  overflow: hidden;
  border: 1px solid var(--bronze);
  border-radius: 0;
  color: var(--white) !important;
  background: transparent;
  cursor: pointer;
  font-family: var(--font-body);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  line-height: 1.25;
  text-align: center;
  text-transform: uppercase;
}

body.gas-wordpress-theme .button::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  transform: scaleX(0);
  transform-origin: left;
  background: var(--bronze);
  transition: transform 0.42s ease;
}

body.gas-wordpress-theme .button.solid::before,
body.gas-wordpress-theme .button:hover::before {
  transform: scaleX(1);
}

body.gas-wordpress-theme .button.ghost {
  border-color: rgb(245 241 233 / 0.45);
}

body.gas-wordpress-theme .menu-toggle,
body.gas-wordpress-theme .hamburger,
body.gas-wordpress-theme .mobile-menu {
  display: none;
}

body.gas-wordpress-theme .site-footer {
  display: grid;
  grid-template-columns: 1fr 1.4fr 1fr;
  gap: 34px;
  width: 100%;
  padding: 70px var(--gutter) 34px;
  background: #0c0d0b;
  color: var(--white);
}

body.gas-wordpress-theme .footer-logo {
  width: min(168px, 46vw);
  height: auto;
  margin-bottom: 14px;
  filter: drop-shadow(0 18px 34px rgb(0 0 0 / 0.32));
}

body.gas-wordpress-theme .site-footer nav {
  display: flex;
  flex-wrap: wrap;
  gap: 22px;
  align-content: start;
}

body.gas-wordpress-theme .site-footer address {
  display: grid;
  gap: 10px;
  color: rgb(245 241 233 / 0.78);
  font-style: normal;
}

body.gas-wordpress-theme .footer-bottom {
  grid-column: 1 / -1;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 16px;
  padding-top: 30px;
  border-top: 1px solid rgb(245 241 233 / 0.12);
  color: rgb(245 241 233 / 0.52);
  font-size: 0.84rem;
}

body.gas-wordpress-theme .gas-header {
  position: fixed;
  inset: 0 0 auto 0;
  z-index: 60;
  display: block;
  width: 100%;
  max-width: none !important;
  margin: 0 !important;
  padding: 16px var(--gutter) !important;
  --padding-top: 16px;
  --padding-bottom: 16px;
  --padding-left: var(--gutter);
  --padding-right: var(--gutter);
  --content-width: 100%;
  background: color-mix(in srgb, var(--night) 70%, transparent) !important;
  border-bottom: 1px solid rgb(245 241 233 / 0.12);
  backdrop-filter: blur(18px);
}

body.gas-wordpress-theme .gas-header > .e-con-inner {
  width: 100%;
  max-width: none !important;
  display: flex !important;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  flex-wrap: nowrap;
}

.gas-header .elementor-widget-container,
.gas-footer .elementor-widget-container { margin: 0; }

body.gas-wordpress-theme .gas-brand {
  width: auto !important;
  flex: 0 0 auto;
}

body.gas-wordpress-theme .gas-brand img {
  width: clamp(58px, 5vw, 78px);
  height: auto !important;
  filter: drop-shadow(0 10px 22px rgb(0 0 0 / 0.34));
}

body.gas-wordpress-theme .gas-nav {
  flex: 1 1 auto;
}

body.gas-wordpress-theme .gas-nav .elementor-widget-container,
body.gas-wordpress-theme .gas-footer-nav .elementor-widget-container {
  display: flex !important;
  flex-wrap: wrap;
  gap: clamp(14px, 1.8vw, 28px);
  align-items: center;
  justify-content: center;
}

body.gas-wordpress-theme .gas-nav a,
body.gas-wordpress-theme .gas-footer-nav a {
  color: rgb(245 241 233 / 0.82) !important;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  line-height: 1.2;
}

body.gas-wordpress-theme .gas-button .elementor-button,
body.gas-wordpress-theme .gas-link-button a,
body.gas-wordpress-theme .gas-form-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 13px 22px;
  border: 1px solid var(--bronze) !important;
  border-radius: 0 !important;
  background: var(--bronze) !important;
  color: var(--white) !important;
  fill: var(--white) !important;
  font-family: var(--font-body) !important;
  font-size: 0.78rem !important;
  font-weight: 800 !important;
  letter-spacing: 0.12em !important;
  line-height: 1.25 !important;
  text-transform: uppercase !important;
}

body.gas-wordpress-theme .gas-button.is-ghost .elementor-button,
body.gas-wordpress-theme .gas-link-button.is-ghost a {
  background: transparent !important;
  border-color: rgb(245 241 233 / 0.45) !important;
}

body.gas-wordpress-theme .gas-hero {
  min-height: 100svh;
  display: flex !important;
  align-items: flex-end !important;
  padding-top: 150px !important;
  padding-bottom: 94px !important;
  color: var(--white) !important;
  background-position: center !important;
  background-size: cover !important;
}

body.gas-wordpress-theme .gas-hero::before,
body.gas-wordpress-theme .gas-image-cta::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgb(21 23 19 / 0.72), rgb(21 23 19 / 0.22));
  pointer-events: none;
}

body.gas-wordpress-theme .gas-hero > .e-con-inner,
body.gas-wordpress-theme .gas-image-cta > .e-con-inner,
body.gas-wordpress-theme .gas-bg-section > .e-con-inner {
  position: relative;
  z-index: 1;
  width: 100%;
  display: grid !important;
  gap: 24px;
  align-content: end;
  justify-items: start;
}

body.gas-wordpress-theme .gas-eyebrow,
body.gas-wordpress-theme .gas-eyebrow .elementor-widget-container {
  color: var(--bronze) !important;
  font-family: var(--font-body) !important;
  font-size: 0.76rem !important;
  font-weight: 800 !important;
  letter-spacing: 0.18em !important;
  line-height: 1.4 !important;
  text-transform: uppercase !important;
}

body.gas-wordpress-theme .gas-heading h1,
body.gas-wordpress-theme .gas-heading h2,
body.gas-wordpress-theme .gas-heading h3,
body.gas-wordpress-theme .gas-heading .elementor-heading-title {
  margin: 0 !important;
  color: inherit !important;
  font-family: var(--font-display) !important;
  font-weight: 600 !important;
  letter-spacing: 0 !important;
  line-height: 0.95 !important;
}

body.gas-wordpress-theme .gas-hero-title .elementor-heading-title {
  max-width: 940px;
  color: var(--white) !important;
  font-size: clamp(4rem, 10vw, 10.5rem) !important;
  text-shadow: 0 2px 18px rgb(0 0 0 / 0.55);
}

body.gas-wordpress-theme .gas-title .elementor-heading-title {
  max-width: 860px;
  font-size: clamp(3rem, 6.8vw, 7.5rem) !important;
}

body.gas-wordpress-theme .gas-card-title .elementor-heading-title {
  font-size: clamp(1.6rem, 2.4vw, 2.5rem) !important;
}

body.gas-wordpress-theme .gas-copy,
body.gas-wordpress-theme .gas-copy .elementor-widget-container {
  max-width: 760px;
  color: color-mix(in srgb, currentColor 76%, transparent) !important;
  font-family: var(--font-body) !important;
  font-size: clamp(1rem, 1.45vw, 1.18rem) !important;
  line-height: 1.7 !important;
}

body.gas-wordpress-theme .gas-two-col > .e-con-inner,
body.gas-wordpress-theme .gas-hunt > .e-con-inner,
body.gas-wordpress-theme .gas-contact > .e-con-inner,
body.gas-wordpress-theme .gas-species > .e-con-inner {
  display: grid !important;
  grid-template-columns: minmax(0, 0.95fr) minmax(280px, 0.8fr);
  gap: clamp(36px, 7vw, 110px);
  align-items: center;
}

body.gas-wordpress-theme .gas-image img,
body.gas-wordpress-theme .gas-gallery img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

body.gas-wordpress-theme .gas-image .elementor-widget-container {
  min-height: 520px;
  overflow: hidden;
  border-left: 1px solid var(--bronze);
}

body.gas-wordpress-theme .gas-pillar-grid > .e-con-inner,
body.gas-wordpress-theme .gas-card-grid > .e-con-inner,
body.gas-wordpress-theme .gas-download-grid > .e-con-inner,
body.gas-wordpress-theme .gas-values-grid > .e-con-inner,
body.gas-wordpress-theme .gas-journey-grid > .e-con-inner {
  display: grid !important;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1px;
}

body.gas-wordpress-theme .gas-card {
  min-height: 260px;
  padding: clamp(28px, 4vw, 52px) !important;
  background: rgb(245 241 233 / 0.06);
  border: 1px solid rgb(245 241 233 / 0.12);
}

body.gas-wordpress-theme .gas-light .gas-card,
body.gas-wordpress-theme .gas-cream .gas-card,
body.gas-wordpress-theme .gas-sand .gas-card {
  background: color-mix(in srgb, var(--white) 95%, var(--sand));
  border-color: rgb(26 26 24 / 0.12);
}

.gas-gallery-grid .elementor-widget-container {
  columns: 3 210px;
  column-gap: 18px;
}

.gas-gallery-grid figure {
  break-inside: avoid;
  margin: 0 0 18px !important;
}

.gas-gallery-grid img {
  aspect-ratio: 1 / 1.18;
  object-fit: cover;
}

body.gas-wordpress-theme .gas-bg-section,
body.gas-wordpress-theme .gas-image-cta {
  color: var(--white) !important;
  background-position: center !important;
  background-size: cover !important;
}

.gas-bg-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgb(21 23 19 / 0.88);
}

.gas-faq details {
  padding: 22px 0;
  border-bottom: 1px solid rgb(26 26 24 / 0.16);
}

.gas-faq summary {
  cursor: pointer;
  color: var(--ink);
  font-family: var(--font-display);
  font-size: clamp(1.5rem, 2vw, 2.1rem);
}

.gas-contact-form {
  display: grid;
  gap: 18px;
  padding: clamp(24px, 4vw, 54px);
  background: rgb(245 241 233 / 0.07);
  border: 1px solid rgb(245 241 233 / 0.12);
}

.gas-contact-form label,
.gas-contact-form fieldset {
  display: grid;
  gap: 8px;
  color: rgb(245 241 233 / 0.74);
  font-size: 0.9rem;
  font-weight: 700;
}

.gas-contact-form input,
.gas-contact-form textarea {
  width: 100%;
  border: 1px solid rgb(245 241 233 / 0.18);
  border-radius: 0;
  padding: 13px 14px;
  color: var(--white);
  background: rgb(6 7 5 / 0.32);
}

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

body.gas-wordpress-theme .gas-footer {
  display: block;
  --content-width: 100%;
  padding: 70px var(--gutter) 34px !important;
  background: #0c0d0b !important;
  color: var(--white) !important;
}

body.gas-wordpress-theme .gas-footer > .e-con-inner {
  display: grid !important;
  grid-template-columns: 1fr 1.3fr 1fr;
  gap: 34px;
  width: 100%;
  max-width: none !important;
}

.gas-footer-logo img {
  width: min(168px, 46vw);
}

.gas-whatsapp {
  position: fixed;
  right: 22px;
  bottom: 22px;
  z-index: 55;
}

@media (max-width: 1180px) {
  body.gas-wordpress-theme .gas-editable-header {
    position: relative;
  }

  body.gas-wordpress-theme .gas-editable-header > .e-con-inner {
    grid-template-columns: 1fr;
    justify-items: start;
    gap: 18px;
  }

  body.gas-wordpress-theme .gas-editable-nav > .e-con-inner {
    justify-content: flex-start;
  }

  body.gas-wordpress-theme .desktop-nav,
  body.gas-wordpress-theme .site-header > .button {
    display: none;
  }

  body.gas-wordpress-theme .site-header {
    grid-template-columns: 1fr auto;
  }

  body.gas-wordpress-theme .hamburger {
    display: grid;
    gap: 7px;
    width: 46px;
    cursor: pointer;
  }

  body.gas-wordpress-theme .hamburger span {
    height: 2px;
    background: var(--white);
  }

  body.gas-wordpress-theme .menu-toggle {
    position: absolute;
    opacity: 0;
  }

  body.gas-wordpress-theme .mobile-menu {
    position: fixed;
    inset: 0;
    z-index: 79;
    display: grid;
    align-content: space-between;
    min-height: 100svh;
    max-height: 100dvh;
    overflow-y: auto;
    padding: 100px var(--gutter) 38px;
    background: var(--night);
    opacity: 0;
    pointer-events: none;
    transform: translateY(-12px);
    transition: opacity 0.35s ease, transform 0.35s ease;
    visibility: hidden;
  }

  body.gas-wordpress-theme .mobile-menu::before {
    content: "SAFARI";
    position: absolute;
    right: -4vw;
    top: 20svh;
    color: rgb(245 241 233 / 0.04);
    font-family: var(--font-display);
    font-size: 24vw;
    line-height: 1;
  }

  body.gas-wordpress-theme .mobile-menu nav {
    position: relative;
    display: grid;
    gap: 12px;
  }

  body.gas-wordpress-theme .mobile-menu nav a {
    color: var(--white) !important;
    font-family: var(--font-display);
    font-size: clamp(2.4rem, 11vw, 5.5rem);
    line-height: 0.95;
  }

  body.gas-wordpress-theme .menu-toggle:checked ~ .mobile-menu {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
    visibility: visible;
  }

  .gas-header { position: relative; flex-wrap: wrap; }
  .gas-nav .elementor-widget-container { justify-content: flex-start; }
  .gas-pillar-grid > .e-con-inner,
  .gas-card-grid > .e-con-inner,
  .gas-download-grid > .e-con-inner,
  .gas-values-grid > .e-con-inner,
  .gas-journey-grid > .e-con-inner {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 760px) {
  body.gas-wordpress-theme {
    --gutter: clamp(16px, 5vw, 24px);
  }

  body.gas-wordpress-theme .gas-editable-header {
    padding-block: 12px !important;
  }

  body.gas-wordpress-theme .gas-editable-brand > .e-con-inner {
    gap: 10px;
  }

  body.gas-wordpress-theme .gas-brand-logo img {
    width: 54px !important;
  }

  body.gas-wordpress-theme .gas-brand-title {
    display: none;
  }

  body.gas-wordpress-theme .gas-editable-nav > .e-con-inner {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    width: 100%;
    gap: 10px 16px;
  }

  body.gas-wordpress-theme .gas-nav-link .elementor-button {
    justify-content: flex-start;
    white-space: normal;
  }

  body.gas-wordpress-theme .gas-header-cta,
  body.gas-wordpress-theme .gas-header-cta .elementor-button {
    width: 100% !important;
  }

  body.gas-wordpress-theme .brand strong {
    display: none;
  }

  body.gas-wordpress-theme .site-header {
    padding-block: 12px;
  }

  body.gas-wordpress-theme .brand img {
    width: 54px;
  }

  body.gas-wordpress-theme .mobile-menu {
    padding-top: 88px;
  }

  body.gas-wordpress-theme .mobile-menu nav a {
    font-size: clamp(2.1rem, 13vw, 3.6rem);
  }

  .gas-section { padding: clamp(56px, 14vw, 92px) clamp(16px, 5vw, 24px); }
  .gas-hero { min-height: 100dvh; padding-top: 112px; padding-bottom: 68px; }
  .gas-hero-title .elementor-heading-title { font-size: clamp(3rem, 17vw, 4.8rem); }
  .gas-title .elementor-heading-title { font-size: clamp(2.35rem, 12vw, 4rem); }
  .gas-two-col > .e-con-inner,
  .gas-hunt > .e-con-inner,
  .gas-contact > .e-con-inner,
  .gas-species > .e-con-inner,
  .gas-pillar-grid > .e-con-inner,
  .gas-card-grid > .e-con-inner,
  .gas-download-grid > .e-con-inner,
  .gas-values-grid > .e-con-inner,
  .gas-journey-grid > .e-con-inner,
  .gas-form-grid,
  .gas-footer {
    grid-template-columns: 1fr;
  }

  body.gas-wordpress-theme .site-footer {
    grid-template-columns: 1fr;
  }

  body.gas-wordpress-theme .gas-editable-footer > .e-con-inner {
    grid-template-columns: 1fr;
  }

  body.gas-wordpress-theme .gas-footer-nav-col > .e-con-inner {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  body.gas-wordpress-theme .gas-footer-bottom-editable > .e-con-inner {
    display: grid !important;
    justify-content: start;
  }

  body.gas-wordpress-theme .footer-bottom {
    display: grid;
  }

  body.gas-wordpress-theme .button {
    width: 100%;
    min-height: 46px;
    padding: 12px 16px;
    white-space: normal;
  }

  .gas-gallery-grid .elementor-widget-container { columns: 1; }
  .gas-image .elementor-widget-container { min-height: 320px; }
}
