/*
Theme Name: WebSolNet Hello
Theme URI: https://websolnet.com
Description: Freshy visual system adapted for WebSolNet.
Author: WebSolNet
Template: hello-elementor
Version: 10.0.0
Text Domain: websolnet-hello
*/

@import url("https://fonts.googleapis.com/css2?family=Lora:ital,wght@0,500;0,600;0,700;1,500&family=Poppins:wght@400;500;600;700;800&display=swap");
@import url("https://api.fontshare.com/v2/css?f[]=cabinet-grotesk@500;700;800&display=swap");

:root {
  --deep: #062418;
  --green: #0e5c34;
  --lime: #c6f035;
  --mint: #e4f78f;
  --yellow: #eef6a0;
  --cream: #f6f3ea;
  --orange: #e75719;
  --muted: #3d5344;
  --line: #d5ddd6;
  --white: #ffffff;
  --max: 1180px;
  --ease: cubic-bezier(0.22, 1, 0.36, 1);
  --font: "Poppins", sans-serif;
  --display: "Cabinet Grotesk", "Poppins", sans-serif;
  --serif: "Lora", Georgia, serif;
  --header-h: 4.75rem;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: var(--font);
  font-size: 1.05rem;
  line-height: 1.65;
  color: var(--deep);
  background: var(--cream);
  -webkit-font-smoothing: antialiased;
}
img { max-width: 100%; height: auto; display: block; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
::selection { background: rgba(191, 239, 30, 0.45); }

.nf-main { min-height: 40vh; }
.nf-wrap {
  width: min(100% - 2.5rem, var(--max));
  margin-inline: auto;
}

/* Buttons */
.nf-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.4rem;
  min-height: 3.1rem;
  padding: 0.8rem 1.5rem;
  border-radius: 999px;
  font-weight: 700;
  font-size: 0.95rem;
  border: 0;
  cursor: pointer;
  transition: transform 0.2s var(--ease), background 0.2s, color 0.2s, box-shadow 0.2s;
}
.nf-btn:hover { transform: translateY(-2px); }
.nf-btn-primary {
  background: var(--green);
  color: #fff !important;
}
.nf-btn-primary:hover { background: var(--deep); }
.nf-btn-dark {
  background: var(--deep);
  color: #fff !important;
}
.nf-btn-dark:hover { background: var(--green); }
.nf-btn-lime {
  background: var(--lime);
  color: var(--deep) !important;
  box-shadow: 0 10px 28px rgba(191, 239, 30, 0.35);
}
.nf-btn-lime:hover { background: #d4ff4a; }
.nf-btn-lg { min-height: 3.4rem; padding: 0.9rem 1.85rem; font-size: 1.05rem; }
.nf-btn-accent { background: var(--green); color: #fff !important; border-radius: 999px; }
.nf-btn-outline {
  background: transparent;
  color: var(--green) !important;
  border: 1.5px solid var(--green);
  border-radius: 999px;
}
.nf-btn-outline:hover {
  background: var(--mint);
}
.nf-btn-ghost {
  background: transparent;
  color: var(--green) !important;
  border: 1.5px solid var(--green);
}

/* Top bar */
.fy-topbar {
  background: var(--deep);
  color: rgba(255, 255, 255, 0.85);
  font-size: 0.88rem;
}
.fy-topbar__inner {
  min-height: 2.5rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}
.fy-topbar p { margin: 0; }
.fy-topbar a {
  color: var(--lime);
  font-weight: 700;
  white-space: nowrap;
}
.fy-topbar a:hover { color: #fff; }

/* Header + mega menu */
/* Theme Builder header/footer (native Elementor — editable in Site Builder) */
.elementor-location-header {
  position: sticky;
  top: 0;
  z-index: 300;
  background: rgba(255, 251, 244, 0.96);
}
.elementor-location-header.is-scrolled,
.elementor-location-header.is-mega-open {
  /* Keep same header wash on scroll — no white flash */
  background: rgba(255, 251, 244, 0.96);
  box-shadow: none;
}
/* Mega nav embedded beside Elementor brand + CTA */
.nf-header--embedded {
  position: static;
  background: transparent;
  border: 0;
  box-shadow: none;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  width: 100%;
  z-index: 1;
}
.nf-header--embedded .nf-header__nav {
  justify-self: end;
  position: static;
  margin-left: auto;
}
/* Desktop Theme Builder: keep logo clear of menu */
@media (min-width: 801px) {
  .elementor-location-header .nf-tb-header > .elementor-container {
    display: flex !important;
    flex-wrap: nowrap !important;
    align-items: center !important;
    justify-content: space-between !important;
    gap: 1.75rem !important;
  }
  .elementor-location-header .nf-tb-header > .elementor-container > .elementor-column {
    width: auto !important;
  }
  .elementor-location-header .nf-tb-header > .elementor-container > .elementor-column:first-child {
    flex: 0 1 auto;
    max-width: 42%;
  }
  .elementor-location-header .nf-tb-header > .elementor-container > .elementor-column:nth-child(2) {
    flex: 1 1 auto;
    display: flex !important;
    justify-content: flex-end !important;
    padding-left: 1.5rem !important;
    min-width: 0;
  }
  .elementor-location-header .nf-tb-header > .elementor-container > .elementor-column:nth-child(3) {
    flex: 0 0 auto;
    display: flex !important;
    align-items: center !important;
    align-self: center !important;
  }
  .elementor-location-header .nf-tb-header > .elementor-container > .elementor-column:nth-child(2) .elementor-widget-wrap,
  .elementor-location-header .nf-tb-header > .elementor-container > .elementor-column:nth-child(3) .elementor-widget-wrap {
    justify-content: flex-end !important;
    align-items: center !important;
    width: 100%;
    min-height: 0 !important;
  }
  .elementor-location-header .nf-tb-header .elementor-element {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  /* Keep menu + CTA on one optical baseline */
  .elementor-location-header .nf-header--embedded,
  .elementor-location-header .nf-header__nav,
  .elementor-location-header .nf-header__menu {
    align-items: center !important;
  }
  .elementor-location-header .nf-header__menu > li > a,
  .elementor-location-header .nf-header__trigger,
  .elementor-location-header .elementor-button {
    height: 2.65rem !important;
    min-height: 2.65rem !important;
    box-sizing: border-box !important;
  }
}
.nf-header--embedded .nf-header__toggle {
  display: none;
  margin-left: auto;
}
/* Portaled mega panels (appended to body by theme.js — full viewport width) */
.nf-mega__panel--portal:not([hidden]),
.nf-mega__panel--portal.is-active {
  display: block !important;
  position: fixed !important;
  left: 0 !important;
  right: 0 !important;
  width: auto !important;
  max-width: none !important;
  margin: 0 !important;
  background: #fff;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  box-shadow: 0 24px 48px rgba(11, 45, 14, 0.1);
  padding: 1.75rem 0 2rem;
  z-index: 10050;
  box-sizing: border-box;
}
.nf-mega__panel--portal .nf-mega__panel-inner {
  width: min(100% - 2rem, var(--max));
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(220px, 0.9fr) 1.1fr;
  gap: 1.75rem;
  align-items: start;
}
@media (max-width: 800px) {
  .elementor-location-header .nf-tb-header > .elementor-container {
    display: flex !important;
    flex-wrap: nowrap !important;
    align-items: center;
  }
  .elementor-location-header .nf-tb-header > .elementor-container > .elementor-column {
    width: auto !important;
  }
  .elementor-location-header .nf-tb-header > .elementor-container > .elementor-column:first-child {
    flex: 1 1 auto;
  }
  .elementor-location-header .nf-tb-header > .elementor-container > .elementor-column:nth-child(2) {
    flex: 0 0 auto;
  }
  .elementor-location-header .nf-tb-header > .elementor-container > .elementor-column:nth-child(3) {
    display: none !important; /* CTA in drawer on small screens */
  }
  .nf-header--embedded {
    justify-content: flex-end;
  }
  .nf-header--embedded .nf-header__toggle {
    display: inline-flex !important;
  }
  .nf-header--embedded .nf-header__nav,
  .nf-header__nav--portal {
    position: fixed !important;
    top: var(--header-h, 4.75rem) !important;
    left: 0 !important;
    right: 0 !important;
    width: 100vw !important;
    max-width: 100vw !important;
    margin: 0 !important;
    transform: none !important;
    inset-inline: 0 !important;
    display: none;
    z-index: 10040;
    background: #fff !important;
    border-bottom: 1px solid var(--line);
    box-shadow: 0 18px 40px rgba(11, 45, 14, 0.12);
    padding: 0.25rem 1.15rem 1.25rem !important;
    max-height: calc(100vh - var(--header-h, 4.75rem));
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    box-sizing: border-box;
  }
  .nf-header--embedded.is-open .nf-header__nav,
  .nf-header__nav--portal.is-open {
    display: block !important;
  }
  .nf-header--embedded.is-open .nf-header__nav::after {
    content: none;
  }
  /* Portaled drawer: kill Elementor/kit green pill buttons */
  .nf-header__nav--portal .nf-header__menu > li > a,
  .nf-header__nav--portal .nf-header__trigger,
  body .nf-header__nav--portal button.nf-header__trigger {
    width: 100% !important;
    justify-content: space-between !important;
    padding: 1rem 0.15rem !important;
    border-radius: 0 !important;
    background: transparent !important;
    background-color: transparent !important;
    color: var(--green) !important;
    box-shadow: none !important;
  }
  body .nf-header__nav--portal button.nf-header__trigger:hover,
  body .nf-header__nav--portal button.nf-header__trigger:focus,
  .nf-header__nav--portal .nf-header__menu > li.is-open > .nf-header__trigger {
    background: transparent !important;
    background-color: transparent !important;
    color: var(--deep) !important;
    border-radius: 0 !important;
  }
}
.elementor-location-header .elementor-section,
.elementor-location-header .elementor-container,
.elementor-location-header .elementor-column,
.elementor-location-header .elementor-widget-wrap,
.elementor-location-header .elementor-widget,
.elementor-location-header .elementor-shortcode {
  overflow: visible !important;
}
.elementor-location-header .nf-tb-brand .elementor-heading-title,
.elementor-location-header .nf-tb-brand .elementor-heading-title a {
  font-family: var(--display) !important;
  letter-spacing: -0.04em;
}
.elementor-location-header .elementor-nav-menu--main .elementor-item {
  font-weight: 600 !important;
  color: var(--green) !important;
  padding: 0.55rem 0.85rem !important;
  border-radius: 999px;
}
.elementor-location-header .elementor-nav-menu--main .elementor-item:hover,
.elementor-location-header .elementor-nav-menu--main .elementor-item.elementor-item-active {
  background: transparent !important;
  color: var(--deep) !important;
}
.elementor-location-header .elementor-nav-menu--dropdown {
  border-radius: 16px;
  box-shadow: 0 18px 40px rgba(11, 45, 14, 0.12);
  border: 1px solid rgba(14, 92, 52, 0.1);
  padding: 0.45rem;
}
.elementor-location-header .elementor-nav-menu--dropdown .elementor-item {
  color: var(--green) !important;
  border-radius: 10px;
  padding: 0.65rem 0.85rem !important;
}
.elementor-location-header .nf-tb-header .elementor-widget-button,
.elementor-location-header .nf-tb-header .elementor-widget-button .elementor-widget-container {
  margin: 0 !important;
  padding: 0 !important;
  display: flex !important;
  align-items: center !important;
}
.elementor-location-header .elementor-button {
  background: var(--lime) !important;
  color: var(--deep) !important;
  border: 0 !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  height: 2.65rem !important;
  min-height: 2.65rem !important;
  line-height: 1 !important;
  margin: 0 !important;
  border-radius: 999px !important;
  font-weight: 800 !important;
  box-shadow: none !important;
}
.elementor-location-header .elementor-button:hover {
  background: #d4ff4a !important;
  color: var(--deep) !important;
}
/* Footer main: even, readable columns (override narrow Elementor col-22) */
.elementor-location-footer .nf-tb-footer-main > .elementor-container {
  display: grid !important;
  grid-template-columns: minmax(240px, 1.35fr) minmax(180px, 1fr) minmax(180px, 1fr) minmax(160px, 0.95fr);
  gap: 2rem 2.75rem !important;
  align-items: start;
  width: 100%;
}
.elementor-location-footer .nf-tb-footer-main > .elementor-container > .elementor-column {
  width: auto !important;
  max-width: none !important;
  flex: none !important;
  min-width: 0;
}
.elementor-location-footer .nf-tb-footer-main .elementor-widget-wrap {
  width: 100%;
}
.elementor-location-footer .nf-tb-footer-main .elementor-nav-menu,
.elementor-location-footer .nf-tb-footer-main .elementor-nav-menu--main,
.elementor-location-footer .nf-tb-footer-main .elementor-nav-menu__container {
  width: 100% !important;
  max-width: none !important;
}
.elementor-location-footer .nf-tb-footer-main .elementor-nav-menu a {
  color: rgba(255, 255, 255, 0.65) !important;
  font-size: 0.92rem !important;
  white-space: nowrap;
  display: inline-block;
  line-height: 1.45;
}
.elementor-location-footer .nf-tb-footer-main .elementor-nav-menu a:hover {
  color: var(--lime) !important;
}
.elementor-location-footer .nf-tb-footer-main .elementor-heading-title {
  white-space: nowrap;
}
@media (max-width: 1024px) {
  .elementor-location-footer .nf-tb-footer-main > .elementor-container {
    grid-template-columns: 1fr 1fr !important;
    gap: 1.75rem 2rem !important;
  }
  .elementor-location-footer .nf-tb-footer-main .elementor-nav-menu a {
    white-space: normal;
  }
}
@media (max-width: 640px) {
  .elementor-location-footer .nf-tb-footer-main > .elementor-container {
    grid-template-columns: 1fr !important;
  }
}
.elementor-location-footer .elementor-button {
  background: var(--lime) !important;
  color: var(--deep) !important;
  border-radius: 999px !important;
  font-weight: 800 !important;
  border: 0 !important;
}
.nf-header {
  position: relative;
  top: auto;
  z-index: 1;
  background: rgba(255, 251, 244, 0.96);
  backdrop-filter: blur(12px);
  border-bottom: 1px solid transparent;
}
/* Fallback when Theme Builder header is not used */
body:not(:has(.elementor-location-header)) .nf-header {
  position: sticky;
  top: 0;
  z-index: 300;
}
.elementor-location-header:has(.nf-header.is-scrolled),
.elementor-location-header:has(.nf-header.is-mega-open),
.nf-header.is-scrolled,
.nf-header.is-mega-open {
  background: rgba(255, 251, 244, 0.96);
}
.nf-header.is-scrolled,
.nf-header.is-mega-open {
  border-bottom-color: transparent;
  box-shadow: none;
}
.elementor-location-header:has(.nf-header.is-scrolled),
.elementor-location-header:has(.nf-header.is-mega-open) {
  box-shadow: none;
}
.nf-header__bar {
  width: min(100% - 2rem, var(--max));
  margin: 0 auto;
  min-height: var(--header-h);
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 1rem;
}
.nf-header__brand {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  color: var(--green);
}
.nf-header__mark {
  width: 1.55rem;
  height: 1.55rem;
  border-radius: 50%;
  background: var(--lime);
  box-shadow: inset 0 0 0 3px var(--green);
}
.nf-header__logo {
  font-family: var(--display);
  font-weight: 800;
  font-size: 1.45rem;
  letter-spacing: -0.04em;
  color: var(--green);
}
.nf-header__logo-img,
.nf-footer__logo-img,
.nf-tb-brand-logo img,
.elementor-location-header .nf-tb-brand-logo img,
.elementor-location-footer .nf-tb-brand-logo img {
  display: block !important;
  width: auto !important;
  max-width: 100% !important;
  height: auto !important;
  object-fit: contain !important;
  object-position: left center !important;
}
.elementor-location-header .nf-tb-brand-logo .elementor-widget-container,
.elementor-location-footer .nf-tb-brand-logo .elementor-widget-container {
  line-height: 0;
  background: transparent !important;
}
.elementor-location-header .nf-tb-brand-logo {
  min-width: 0;
  max-width: 20rem;
}
/* Header logo larger — never stretch */
.elementor-location-header .nf-tb-brand-logo img,
.nf-header__logo-img {
  height: 4.5rem !important;
  width: auto !important;
  max-width: 20rem !important;
  max-height: 4.5rem !important;
}
.elementor-location-footer .nf-tb-brand-logo img,
.nf-footer__logo-img {
  height: 2.75rem !important;
  width: auto !important;
  max-width: 14rem !important;
  max-height: 2.75rem !important;
  filter: none;
  background: transparent !important;
  box-shadow: none !important;
}
.elementor-location-footer .nf-tb-brand-logo,
.elementor-location-footer .nf-tb-brand-logo .elementor-widget-container,
.elementor-location-footer .nf-tb-brand-logo .elementor-image {
  background: transparent !important;
  box-shadow: none !important;
}
.nf-header__nav { justify-self: end; position: static; margin-left: auto; }
.nf-header__menu {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
  gap: 0.35rem;
}
.nf-header__menu > li > a,
.nf-header .nf-header__trigger,
.nf-header__nav .nf-header__trigger,
.nf-header__nav--portal .nf-header__trigger {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  gap: 0.35rem;
  padding: 0.65rem 0.9rem !important;
  border: 0 !important;
  background: transparent !important;
  background-color: transparent !important;
  color: var(--green) !important;
  font: inherit !important;
  font-size: 0.95rem !important;
  font-weight: 600 !important;
  line-height: 1.2 !important;
  cursor: pointer;
  border-radius: 999px !important;
  box-shadow: none !important;
  min-height: 0 !important;
  height: auto !important;
  width: auto !important;
  text-transform: none !important;
  letter-spacing: normal !important;
}
.nf-header__menu > li > a:hover,
.nf-header .nf-header__trigger:hover,
.nf-header__nav .nf-header__trigger:hover,
.nf-header__nav--portal .nf-header__trigger:hover,
.nf-header__menu > li.is-open > .nf-header__trigger {
  background: transparent !important;
  background-color: transparent !important;
  color: var(--deep) !important;
}
.nf-header__actions { justify-self: end; display: flex; align-items: center; gap: 0.5rem; }
.nf-header__cta,
.nf-header a.nf-header__cta {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  height: 2.65rem !important;
  min-height: 2.65rem !important;
  padding: 0 1.25rem !important;
  background: var(--lime) !important;
  background-color: var(--lime) !important;
  color: var(--deep) !important;
  font-weight: 800 !important;
  font-size: 0.9rem !important;
  border-radius: 999px !important;
  border: 0 !important;
  box-shadow: none !important;
}
.nf-header__cta:hover { background: #d4ff4a !important; }
.nf-header__nav-cta { display: none !important; } /* mobile drawer only */
.nf-header .nf-header__toggle {
  display: none;
  width: 2.55rem !important;
  height: 2.55rem !important;
  min-height: 2.55rem !important;
  min-width: 2.55rem !important;
  border: 1px solid var(--line) !important;
  border-radius: 12px !important;
  background: #fff !important;
  background-color: #fff !important;
  color: var(--green) !important;
  padding: 0 !important;
  cursor: pointer;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 4px;
  box-shadow: none !important;
}
.nf-header .nf-header__toggle span {
  display: block;
  width: 14px;
  height: 2px;
  background: var(--green) !important;
  border-radius: 2px;
}

/* Mega panels live inside each .has-mega li (accordion on mobile, full-bleed on desktop) */
.nf-header__menu > .has-mega { position: static; }
.nf-mega__panel[hidden] { display: none !important; }
.nf-mega__panel {
  display: none;
}
.nf-mega__panel.is-active,
.nf-mega__panel:not([hidden]) {
  display: block;
}
.nf-mega__panel-inner {
  display: grid;
  grid-template-columns: minmax(180px, 0.85fr) 1.15fr;
  gap: 1.75rem;
  align-items: start;
}
@media (min-width: 801px) {
  .nf-mega__panel:not([hidden]) {
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
    background: #fff;
    border-top: 1px solid var(--line);
    border-bottom: 1px solid var(--line);
    box-shadow: 0 24px 48px rgba(11, 45, 14, 0.1);
    padding: 1.75rem 0 2rem;
    z-index: 20;
  }
  .nf-mega__panel-inner {
    width: min(100% - 2rem, var(--max));
    margin: 0 auto;
  }
}
.nf-mega__intro h3,
.nf-mega__heading {
  margin: 0 0 0.45rem;
  font-family: var(--display);
  font-size: 1.35rem;
  font-weight: 800;
  color: var(--green);
  letter-spacing: -0.03em;
  line-height: 1.2;
}
.nf-mega__intro p:not(.fy-eyebrow) {
  margin: 0 0 1rem;
  color: var(--muted);
  font-size: 0.95rem;
  max-width: 28ch;
}
.nf-mega__cta {
  font-weight: 700;
  color: var(--green);
  text-decoration: underline;
  text-underline-offset: 3px;
}
.nf-mega__grid {
  display: grid;
  gap: 0.75rem;
}
.nf-mega__grid--services { grid-template-columns: repeat(3, 1fr); }
.nf-mega__grid--2 { grid-template-columns: repeat(2, 1fr); }
.nf-mega__grid--3 { grid-template-columns: repeat(2, 1fr); }
.nf-mega__grid a {
  display: grid;
  gap: 0.3rem;
  padding: 1rem 1.05rem;
  border: 1px solid var(--line);
  border-radius: 16px;
  background: var(--cream);
  transition: border-color 0.2s var(--ease), background 0.2s, transform 0.2s;
}
.nf-mega__grid a:hover {
  background: var(--yellow);
  border-color: rgba(14, 92, 52, 0.28);
  transform: translateY(-2px);
}
.nf-mega__grid strong {
  font-size: 0.98rem;
  color: var(--green);
  font-weight: 750;
}
.nf-mega__grid span {
  font-size: 0.84rem;
  color: var(--muted);
  line-height: 1.4;
}

/* Hero — Freshy yellow + lime pattern feel */
.fy-hero {
  position: relative;
  padding: 4.5rem 0 5.5rem;
  background-color: var(--yellow);
  background-image:
    radial-gradient(circle at 12% 20%, rgba(191, 239, 30, 0.55) 0 18px, transparent 19px),
    radial-gradient(circle at 88% 30%, rgba(244, 253, 166, 0.9) 0 40px, transparent 41px),
    radial-gradient(circle at 70% 80%, rgba(191, 239, 30, 0.35) 0 28px, transparent 29px),
    radial-gradient(circle at 30% 75%, rgba(16, 81, 42, 0.08) 0 50px, transparent 51px);
  overflow: hidden;
}
.fy-hero__grid {
  display: grid;
  grid-template-columns: 0.95fr 1.05fr;
  gap: 2rem;
  align-items: center;
}
.fy-hero__copy h1 {
  margin: 0 0 1.1rem;
  font-family: var(--display);
  font-size: clamp(2.5rem, 5.2vw, 3.6rem);
  font-weight: 800;
  letter-spacing: -0.045em;
  line-height: 1.05;
  color: var(--green);
  max-width: 12ch;
}
.fy-hero__sub {
  margin: 0 0 1.75rem;
  color: var(--deep);
  font-size: 1.05rem;
  max-width: 38ch;
  opacity: 0.85;
}
.fy-hero__actions { display: flex; flex-wrap: wrap; gap: 0.75rem; }

.fy-hero__stack {
  position: relative;
  min-height: 320px;
  max-height: 360px;
}
.fy-hero__shot {
  margin: 0;
  position: absolute;
  overflow: hidden;
  border-radius: 28px;
  box-shadow: 0 22px 50px rgba(11, 45, 14, 0.18);
  background: #fff;
}
.fy-hero__shot img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.fy-hero__shot--person {
  width: 42%;
  height: 58%;
  left: 0;
  top: 8%;
  z-index: 2;
  border-radius: 120px 120px 28px 28px;
}
.fy-hero__shot--site {
  width: 58%;
  height: 52%;
  right: 0;
  top: 0;
  z-index: 1;
}
.fy-hero__shot--duo {
  width: 48%;
  height: 40%;
  left: 18%;
  bottom: 0;
  z-index: 3;
}
.fy-hero__shot--phone {
  width: 28%;
  height: 46%;
  right: 4%;
  bottom: 4%;
  z-index: 4;
  border-radius: 28px;
  border: 5px solid #fff;
  animation: fy-float 5.5s ease-in-out infinite;
}
@keyframes fy-float {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-10px); }
}

/* Promise / stats on cream */
.fy-promise {
  padding: 4.5rem 0 3.5rem;
  text-align: center;
  background: var(--cream);
}
.fy-promise h2 {
  margin: 0 auto 2.25rem;
  max-width: 20ch;
  font-family: var(--display);
  font-size: clamp(1.85rem, 3.2vw, 2.55rem);
  font-weight: 800;
  letter-spacing: -0.035em;
  line-height: 1.15;
  color: var(--green);
}
.fy-stats {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.35rem;
  margin-bottom: 2.5rem;
}
.fy-stats div {
  padding: 1.35rem 1rem;
  background: #fff;
  border: 1px solid rgba(16, 81, 42, 0.08);
  border-radius: 22px;
}
.fy-stats strong {
  display: block;
  font-family: var(--display);
  font-size: clamp(2rem, 3.5vw, 2.75rem);
  font-weight: 800;
  letter-spacing: -0.04em;
  color: var(--green);
  line-height: 1;
}
.fy-stats span {
  display: block;
  margin-top: 0.45rem;
  font-size: 0.92rem;
  color: var(--muted);
  font-weight: 500;
}
.fy-logos {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1.25rem 2.75rem;
  color: rgba(16, 81, 42, 0.35);
  font-weight: 700;
  font-size: 1.05rem;
  letter-spacing: 0.02em;
}

/* Section heads */
.fy-section-head {
  text-align: center;
  margin-bottom: 2.5rem;
  display: grid;
  gap: 0.55rem;
}
.fy-section-head h2 {
  margin: 0;
  font-family: var(--display);
  font-size: clamp(1.9rem, 3.3vw, 2.65rem);
  font-weight: 800;
  letter-spacing: -0.035em;
  color: var(--green);
  line-height: 1.12;
}
.fy-section-head p {
  margin: 0 auto;
  max-width: 42ch;
  color: var(--muted);
  font-family: var(--serif);
  font-size: 1.15rem;
  font-style: italic;
}
.fy-section-head--row {
  text-align: left;
  grid-template-columns: 1fr auto;
  align-items: end;
}
.fy-section-head--row p { margin: 0; font-style: normal; font-family: var(--font); }
.fy-eyebrow {
  margin: 0 0 0.65rem;
  color: var(--lime);
  font-weight: 700;
  font-size: 0.92rem;
}

/* Services — Freshy light-green curved band */
.fy-services {
  padding: 5.5rem 0 5.5rem;
  background: var(--mint);
  border-radius: 56px 56px 0 0;
  margin-top: -1.5rem;
  position: relative;
  z-index: 2;
}
.fy-service-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
}
.fy-service {
  display: grid;
  gap: 0.7rem;
  align-content: start;
  padding: 1.75rem 1.5rem;
  background: #fff;
  border-radius: 24px;
  transition: transform 0.25s var(--ease), box-shadow 0.25s;
  box-shadow: 0 4px 0 rgba(16, 81, 42, 0.04);
}
.fy-service:hover {
  transform: translateY(-5px);
  box-shadow: 0 20px 40px rgba(11, 45, 14, 0.1);
}
.fy-service__icon {
  width: 3.25rem;
  height: 3.25rem;
  display: grid;
  place-items: center;
  color: var(--green);
  background: var(--yellow);
  border-radius: 16px;
}
.fy-service__icon svg { width: 1.75rem; height: 1.75rem; }
.fy-service h3 {
  margin: 0;
  font-family: var(--display);
  font-size: 1.25rem;
  font-weight: 800;
  letter-spacing: -0.02em;
  color: var(--green);
}
.fy-service p {
  margin: 0;
  color: var(--muted);
  font-size: 0.95rem;
}
.fy-service__more {
  margin-top: 0.25rem;
  font-weight: 700;
  color: var(--green);
  font-size: 0.92rem;
  text-decoration: underline;
  text-underline-offset: 3px;
}

/* Why — dark green */
.fy-why {
  padding: 5.5rem 0;
  background: var(--green);
  color: #fff;
}
.fy-why__grid {
  display: grid;
  grid-template-columns: 1fr 1.15fr;
  gap: 2.75rem;
  align-items: center;
}
.fy-why__copy h2 {
  margin: 0 0 1rem;
  font-family: var(--display);
  font-size: clamp(1.9rem, 3.2vw, 2.7rem);
  font-weight: 800;
  letter-spacing: -0.035em;
  line-height: 1.12;
  color: #ffffff !important;
}
.fy-why h2 { color: #ffffff !important; }
.fy-why .fy-eyebrow { color: var(--lime) !important; }
.fy-why__copy p:not(.fy-eyebrow) {
  margin: 0 0 1.5rem;
  color: rgba(255, 255, 255, 0.88) !important;
  max-width: 44ch;
  font-size: 1.05rem;
}
.fy-why__people {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.15rem;
}
.fy-why__people figure {
  margin: 0;
  position: relative;
  border-radius: 22px;
  overflow: hidden;
  aspect-ratio: 4 / 5;
}
.fy-why__people img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.fy-why__people figcaption {
  position: absolute;
  left: 0; right: 0; bottom: 0;
  padding: 1.1rem;
  background: linear-gradient(transparent, rgba(11, 45, 14, 0.92));
  display: grid;
  gap: 0.1rem;
}
.fy-why__people strong { font-size: 1.05rem; color: #fff !important; }
.fy-why__people span { font-size: 0.82rem; color: var(--lime) !important; font-weight: 600; }

/* Quotes */
.fy-quotes {
  padding: 5rem 0;
  background: var(--cream);
}
.fy-quotes__track { position: relative; min-height: 260px; }
.fy-quote {
  margin: 0 auto;
  max-width: 760px;
  text-align: center;
  display: none;
  animation: fy-fade 0.45s var(--ease);
}
.fy-quote.is-active { display: block; }
@keyframes fy-fade {
  from { opacity: 0; transform: translateY(10px); }
  to { opacity: 1; transform: none; }
}
.fy-quote__stars {
  color: var(--orange);
  letter-spacing: 0.18em;
  margin-bottom: 1rem;
  font-size: 1.15rem;
}
.fy-quote p {
  margin: 0 0 1.5rem;
  font-family: var(--serif);
  font-size: clamp(1.25rem, 2.5vw, 1.65rem);
  font-weight: 500;
  line-height: 1.45;
  color: var(--deep);
}
.fy-quote p strong { font-weight: 700; color: var(--green); }
.fy-quote footer {
  display: inline-flex;
  align-items: center;
  gap: 0.85rem;
  text-align: left;
}
.fy-quote footer img {
  width: 3.25rem;
  height: 3.25rem;
  border-radius: 50%;
  object-fit: cover;
  border: 3px solid var(--lime);
}
.fy-quote footer strong { display: block; color: var(--green); }
.fy-quote footer span { color: var(--muted); font-size: 0.9rem; }
.fy-quotes__dots {
  display: flex;
  justify-content: center;
  gap: 0.5rem;
  margin-top: 1.75rem;
}
.fy-quotes__dots button {
  width: 0.6rem;
  height: 0.6rem;
  border-radius: 50%;
  border: 0;
  background: #c5d4c7;
  padding: 0;
  cursor: pointer;
}
.fy-quotes__dots button.is-active { background: var(--green); }

/* Solutions */
.fy-solutions {
  padding: 5rem 0;
  background: #fff;
}
.fy-solution-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
}
.fy-solution-grid article {
  padding: 1.6rem 1.4rem;
  border: 1px solid var(--line);
  border-radius: 20px;
  background: var(--cream);
}
.fy-solution-grid h3 {
  margin: 0 0 0.55rem;
  font-family: var(--display);
  font-size: 1.15rem;
  font-weight: 800;
  color: var(--green);
}
.fy-solution-grid p {
  margin: 0;
  color: var(--muted);
  font-size: 0.94rem;
}

/* Work cases — Freshy overlay style */
.fy-work {
  padding: 5rem 0;
  background: var(--cream);
}
.fy-work-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.35rem;
}
.fy-case {
  position: relative;
  display: block;
  border-radius: 28px;
  overflow: hidden;
  min-height: 320px;
  background: var(--deep);
}
.fy-case img {
  width: 100%;
  height: 100%;
  min-height: 320px;
  object-fit: cover;
  transition: transform 0.5s var(--ease), opacity 0.35s;
}
.fy-case:hover img {
  transform: scale(1.05);
  opacity: 0.55;
}
.fy-case__overlay,
.fy-case__body {
  position: absolute;
  inset: auto 0 0 0;
  padding: 1.75rem 1.5rem;
  background: linear-gradient(transparent, rgba(11, 45, 14, 0.92));
  color: #fff;
  display: grid;
  gap: 0.4rem;
}
.fy-case__overlay h3,
.fy-case__body h3 {
  margin: 0;
  font-family: var(--display);
  font-size: 1.45rem;
  font-weight: 800;
}
.fy-case__overlay p,
.fy-case__body p {
  margin: 0;
  color: rgba(255, 255, 255, 0.8);
  font-size: 0.95rem;
}
.fy-case__overlay span,
.fy-case__body span {
  font-weight: 700;
  color: var(--lime);
  font-size: 0.92rem;
  margin-top: 0.35rem;
}

.fy-final-cta {
  padding: 5rem 0;
  background: var(--green);
  color: #fff;
  text-align: center;
}
.fy-final-cta__inner {
  display: grid;
  gap: 1.35rem;
  justify-items: center;
}
.fy-final-cta h2 {
  margin: 0;
  font-family: var(--display);
  font-size: clamp(1.9rem, 3.4vw, 2.75rem);
  font-weight: 800;
  letter-spacing: -0.035em;
  max-width: 16ch;
  line-height: 1.12;
}

/* Footer */
.nf-footer { background: var(--deep); color: rgba(255, 255, 255, 0.7); }
.nf-footer__cta {
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  padding: 2.75rem 0;
  background: var(--green);
}
.nf-footer__cta-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
}
.nf-footer__cta h2 {
  margin: 0;
  color: #fff;
  font-family: var(--display);
  font-size: clamp(1.5rem, 2.8vw, 2.1rem);
  font-weight: 800;
  letter-spacing: -0.03em;
}
.nf-footer__main {
  display: grid;
  grid-template-columns: minmax(240px, 1.35fr) minmax(180px, 1fr) minmax(180px, 1fr) minmax(160px, 0.95fr);
  gap: 2rem 2.75rem;
  padding: 3rem 0;
}
.nf-footer__logo {
  font-family: var(--display);
  font-weight: 800;
  font-size: 1.5rem;
  letter-spacing: -0.04em;
  color: var(--lime);
}
.nf-footer__brand-col p {
  margin: 0.85rem 0 0;
  font-size: 0.92rem;
  max-width: 34ch;
  color: rgba(255, 255, 255, 0.55);
}
.nf-footer__note { color: var(--lime) !important; font-weight: 600 !important; }
.nf-footer__col h3 {
  margin: 0 0 0.85rem;
  color: #fff;
  font-size: 0.95rem;
  font-weight: 700;
}
.nf-footer__col ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 0.45rem;
}
.nf-footer__col a {
  color: rgba(255, 255, 255, 0.6);
  font-size: 0.92rem;
  white-space: nowrap;
}
.nf-footer__col a:hover { color: var(--lime); }
.nf-footer__bottom {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  padding: 1.25rem 0 2rem;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  font-size: 0.84rem;
  color: rgba(255, 255, 255, 0.4);
}

/* Inner pages */
.fy-page-hero {
  padding: 3.25rem 0 2.75rem;
  background: var(--yellow);
  border-bottom: 1px solid rgba(16, 81, 42, 0.08);
}
.fy-page-hero h1,
.fy-page-hero .nf-page-hero__title,
.nf-page-hero__title {
  margin: 0 0 0.85rem;
  font-family: var(--display);
  font-size: clamp(2.3rem, 4.6vw, 3.4rem);
  font-weight: 800;
  letter-spacing: -0.04em;
  line-height: 1.06;
  color: var(--green) !important;
  max-width: 16ch;
}
.fy-page-hero p,
.fy-page-hero .nf-page-hero__text,
.nf-page-hero__text {
  margin: 0;
  color: var(--muted) !important;
  font-size: 1.1rem;
  max-width: 48ch;
  opacity: 1;
}
.fy-page-hero .fy-eyebrow,
.fy-page-hero .nf-kicker,
.nf-kicker {
  margin: 0 0 0.65rem;
  color: var(--green) !important;
  font-weight: 700;
  font-size: 0.92rem;
}
.nf-kicker.is-light {
  color: var(--green) !important;
  opacity: 0.85;
}
.fy-section { padding: 4.25rem 0; background: var(--cream); }
.fy-section--soft { background: #fff; border-block: 1px solid var(--line); }

.fy-split {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 2.5rem;
  align-items: center;
}
.fy-split__media {
  min-height: 380px;
  border-radius: 28px;
  background: var(--mint) center/cover no-repeat;
}
.fy-split h2 {
  margin: 0 0 0.85rem;
  font-family: var(--display);
  font-size: clamp(1.7rem, 3vw, 2.35rem);
  font-weight: 800;
  letter-spacing: -0.035em;
  color: var(--green);
}
.fy-split p { margin: 0 0 0.85rem; color: var(--muted); }

.fy-card-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
}
.fy-card {
  padding: 1.5rem 1.35rem;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 20px;
}
.fy-card h3 {
  margin: 0 0 0.5rem;
  font-family: var(--display);
  font-size: 1.15rem;
  font-weight: 800;
  color: var(--green);
}
.fy-card p { margin: 0; color: var(--muted); font-size: 0.95rem; }

.fy-faq {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.15rem;
}
.fy-faq details {
  padding: 1.25rem 1.2rem;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 18px;
}
.fy-faq summary {
  cursor: pointer;
  font-weight: 750;
  color: var(--green);
  list-style: none;
}
.fy-faq summary::-webkit-details-marker { display: none; }
.fy-faq details p {
  margin: 0.75rem 0 0;
  color: var(--muted);
  font-size: 0.95rem;
}

.fy-packages {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
}
.fy-package {
  padding: 1.75rem 1.5rem;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 24px;
  display: grid;
  gap: 0.65rem;
  align-content: start;
  position: relative;
}
.fy-package.is-hot {
  border-color: var(--green);
  box-shadow: 0 18px 40px rgba(16, 81, 42, 0.1);
  background: var(--yellow);
}
.fy-package .badge {
  position: absolute;
  top: 1rem;
  right: 1rem;
  background: var(--lime);
  color: var(--deep);
  font-size: 0.72rem;
  font-weight: 800;
  padding: 0.3rem 0.65rem;
  border-radius: 999px;
}
.fy-package h3 { margin: 0; font-family: var(--display); font-size: 1.3rem; font-weight: 800; color: var(--green); }
.fy-package .price {
  margin: 0;
  font-family: var(--display);
  font-size: 2.5rem;
  font-weight: 800;
  letter-spacing: -0.04em;
  color: var(--deep);
}
.fy-package .price span { font-size: 0.9rem; color: var(--muted); font-weight: 600; }
.fy-package .desc { margin: 0; color: var(--muted); }
.fy-package ul {
  list-style: none;
  margin: 0.25rem 0 0.5rem;
  padding: 0;
  display: grid;
  gap: 0.4rem;
}
.fy-package li {
  position: relative;
  padding-left: 1.2rem;
  color: var(--deep);
  font-size: 0.94rem;
}
.fy-package li::before {
  content: "✓";
  position: absolute;
  left: 0;
  color: var(--green);
  font-weight: 700;
}

.fy-contact {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 1.75rem;
  align-items: start;
}
.fy-contact__form-card,
.nf-form,
.fy-aside {
  padding: 1.85rem 1.6rem;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 24px;
}
.fy-contact__form-card .nf-form {
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
}
.fy-contact__form-title {
  margin: 0 0 0.4rem;
  font-family: var(--display);
  font-size: 1.45rem;
  font-weight: 800;
  color: var(--green);
  letter-spacing: -0.03em;
}
.fy-contact__form-lead {
  margin: 0 0 1.25rem;
  color: var(--muted);
  font-size: 0.98rem;
}
.nf-form { display: grid; gap: 1rem; }
.fy-contact__aside-stack {
  display: grid;
  gap: 1rem;
}
.nf-form label { display: grid; gap: 0.4rem; font-weight: 650; font-size: 0.9rem; color: var(--green); }
.nf-form input,
.nf-form select,
.nf-form textarea {
  width: 100%;
  padding: 0.8rem 0.9rem;
  border: 1px solid var(--line);
  border-radius: 12px;
  background: var(--cream);
}
.nf-form input:focus,
.nf-form select:focus,
.nf-form textarea:focus {
  outline: 2px solid rgba(191, 239, 30, 0.55);
  border-color: var(--green);
}
.nf-form textarea { min-height: 140px; resize: vertical; }
.nf-form .nf-form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 0.85rem; }
.nf-form-note { margin: 0; color: var(--muted); font-size: 0.86rem; }
.nf-form-success { background: var(--mint); color: var(--green); padding: 0.85rem 1rem; border-radius: 12px; font-weight: 600; }
.nf-form-error { background: #ffe4d6; color: var(--orange); padding: 0.85rem 1rem; border-radius: 12px; font-weight: 600; }
.fy-aside { display: grid; gap: 1rem; background: var(--yellow); }
.fy-aside h3 { margin: 0 0 0.45rem; font-size: 1.05rem; font-weight: 800; color: var(--green); }
.fy-aside p { margin: 0; color: var(--muted); font-size: 0.95rem; }
.fy-aside ul, .fy-aside ol { margin: 0; padding-left: 1.1rem; color: var(--muted); display: grid; gap: 0.45rem; }
.fy-aside a { color: var(--green); font-weight: 700; text-decoration: underline; text-underline-offset: 3px; }
.fy-aside--soft {
  background: #fff;
  border: 1px solid var(--line);
}
.fy-contact-hero {
  padding: 3.25rem 0 2.75rem;
  background: var(--yellow);
  border-bottom: 1px solid rgba(14, 92, 52, 0.1);
}
.fy-contact-hero h1 {
  margin: 0 0 0.75rem;
  font-family: var(--display);
  font-size: clamp(2.2rem, 4.2vw, 3.1rem);
  font-weight: 800;
  letter-spacing: -0.04em;
  color: var(--green);
  max-width: 14ch;
  line-height: 1.08;
}
.fy-contact-hero p {
  margin: 0;
  color: var(--muted);
  font-size: 1.05rem;
  max-width: 46ch;
}
.fy-contact-section { padding: 3rem 0 4.5rem; background: var(--cream); }

/* Blog */
.blog-hero {
  padding: 3.5rem 0;
  background: var(--yellow);
  border-bottom: 1px solid rgba(16, 81, 42, 0.08);
}
.blog-hero h1 {
  margin: 0 0 0.65rem;
  font-family: var(--display);
  font-size: clamp(2.2rem, 4vw, 3rem);
  font-weight: 800;
  letter-spacing: -0.04em;
  color: var(--green);
}
.blog-hero p { margin: 0; color: var(--muted); max-width: 48ch; }
.blog-feed { padding: 3.5rem 0 5rem; background: var(--cream); }
.posts-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
}
.post-card {
  display: grid;
  gap: 0;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 20px;
  overflow: hidden;
  display: grid;
}
.post-card--featured {
  grid-column: 1 / -1;
  grid-template-columns: 1.25fr 1fr;
}
.post-card-media {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 10;
  background: var(--mint) center/cover no-repeat;
  position: relative;
}
.post-card--featured .post-card-media { aspect-ratio: auto; min-height: 300px; height: 100%; }
.post-card-badge {
  position: absolute;
  top: 0.85rem;
  left: 0.85rem;
  background: var(--lime);
  color: var(--deep);
  font-size: 0.7rem;
  font-weight: 800;
  padding: 0.3rem 0.55rem;
  border-radius: 999px;
}
.post-card-body { padding: 1.2rem; display: grid; gap: 0.5rem; }
.post-card-meta { display: flex; gap: 0.4rem; font-size: 0.8rem; color: var(--muted); }
.post-card-dot { width: 3px; height: 3px; border-radius: 50%; background: var(--muted); align-self: center; }
.post-card h2 {
  margin: 0;
  font-family: var(--display);
  font-size: 1.2rem;
  font-weight: 800;
  letter-spacing: -0.02em;
  line-height: 1.25;
  color: var(--green);
}
.post-card--featured h2 { font-size: 1.7rem; }
.post-card-excerpt { margin: 0; color: var(--muted); font-size: 0.94rem; }
.post-card-more { font-weight: 700; color: var(--green); }
.pagination { display: flex; gap: 0.4rem; justify-content: center; margin-top: 2.5rem; }
.pagination .page-numbers {
  min-width: 2.4rem;
  height: 2.4rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--line);
  border-radius: 10px;
  background: #fff;
}
.pagination .current { background: var(--green); color: #fff; border-color: var(--green); }

.single-hero { padding: 3rem 0 1.5rem; background: var(--cream); }
.single-hero h1 {
  margin: 0.5rem 0 0;
  font-family: var(--display);
  font-size: clamp(2rem, 4vw, 2.8rem);
  font-weight: 800;
  letter-spacing: -0.04em;
  max-width: 18ch;
  color: var(--green);
}
.single-cover {
  width: min(100% - 2.5rem, var(--max));
  margin: 0 auto 2rem;
  aspect-ratio: 21 / 9;
  border-radius: 22px;
  background: var(--mint) center/cover no-repeat;
}
.entry-content {
  width: min(100% - 2.5rem, 720px);
  margin: 0 auto 4rem;
  color: var(--deep);
}
.entry-content figure {
  margin: 1.75rem 0;
  border-radius: 16px;
  overflow: hidden;
}
.entry-content img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 16px;
}
.entry-content h2 {
  margin: 2rem 0 0.85rem;
  font-family: var(--display);
  font-weight: 800;
  color: var(--green);
  letter-spacing: -0.03em;
}
.entry-content ol,
.entry-content ul { padding-left: 1.25rem; }
.entry-content li { margin: 0.35rem 0; }

/* Theme Builder single post */
.nf-single-hero .elementor-heading-title,
.nf-single-hero .elementor-widget-theme-post-title .elementor-heading-title {
  max-width: 18ch;
}
.nf-single-hero .fy-eyebrow a {
  color: var(--green);
  font-weight: 700;
  text-decoration: none;
}
.nf-single-hero .fy-eyebrow a:hover { text-decoration: underline; }
.nf-single-hero .elementor-icon-list-items {
  display: flex;
  flex-wrap: wrap;
  gap: 0.35rem 1rem;
  justify-content: flex-start;
}
.nf-single-hero .elementor-icon-list-text,
.nf-single-hero .elementor-icon-list-text a {
  color: var(--muted) !important;
  font-weight: 500;
}
.nf-single-media .elementor-widget-theme-post-featured-image img {
  width: 100%;
  border-radius: 22px;
  display: block;
  box-shadow: 0 18px 40px rgba(11, 45, 14, 0.1);
}
.nf-single-content .elementor-widget-theme-post-content {
  color: var(--deep);
}
.nf-single-content .elementor-widget-theme-post-content h2,
.nf-single-content .elementor-widget-theme-post-content h3 {
  font-family: var(--display);
  font-weight: 800;
  color: var(--green) !important;
  letter-spacing: -0.03em;
  margin: 2rem 0 0.85rem;
}
.nf-single-content .elementor-widget-theme-post-content figure,
.nf-single-content .elementor-widget-theme-post-content img {
  border-radius: 16px;
  max-width: 100%;
  height: auto;
}
.nf-single-content .elementor-widget-theme-post-content ul,
.nf-single-content .elementor-widget-theme-post-content ol {
  padding-left: 1.25rem;
}
.nf-single-content .elementor-widget-theme-post-content a {
  color: var(--green);
  font-weight: 600;
  text-underline-offset: 3px;
}
.nf-single-cta {
  padding: 3.5rem 0;
  background: var(--green);
  color: #fff;
  text-align: center;
}
.nf-single-cta__inner {
  display: grid;
  gap: 1rem;
  justify-items: center;
}
.nf-single-cta h2 {
  margin: 0;
  font-family: var(--display);
  font-size: clamp(1.7rem, 3vw, 2.4rem);
  font-weight: 800;
  letter-spacing: -0.035em;
  color: #fff !important;
  max-width: 18ch;
  line-height: 1.15;
}
.nf-single-cta p {
  margin: 0;
  color: rgba(255, 255, 255, 0.82);
  max-width: 46ch;
  font-size: 1.02rem;
}
.nf-single-cta__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  justify-content: center;
  margin-top: 0.5rem;
}
.nf-single-cta .nf-btn-outline {
  background: transparent;
  color: #fff !important;
  border: 1.5px solid rgba(255, 255, 255, 0.55);
}
.nf-single-cta .nf-btn-outline:hover {
  background: rgba(255, 255, 255, 0.1);
  border-color: #fff;
}
.nf-related-grid .post-card h3 {
  margin: 0;
  font-family: var(--display);
  font-size: 1.15rem;
  font-weight: 800;
  color: var(--green);
  line-height: 1.25;
}
.nf-related-grid .post-card h3 a { color: inherit; }
.nf-related-grid .post-card h3 a:hover { text-decoration: underline; text-underline-offset: 3px; }

@media (max-width: 980px) {
  .fy-hero__grid,
  .fy-why__grid,
  .fy-split,
  .fy-contact,
  .fy-section-head--row,
  .fy-work-grid,
  .post-card--featured { grid-template-columns: 1fr; }
  .fy-stats,
  .fy-service-grid,
  .fy-solution-grid,
  .fy-packages,
  .fy-card-grid,
  .fy-faq,
  .nf-footer__main,
  .posts-grid { grid-template-columns: 1fr 1fr; }
  .fy-hero__stack { min-height: 300px; }
  .fy-hero__shot--phone { display: none; }
  .fy-services { border-radius: 36px 36px 0 0; }
  .nf-mega__panel-inner { grid-template-columns: 1fr; gap: 1.1rem; }
  .nf-mega__grid--services { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 800px) {
  .fy-topbar__inner { justify-content: center; text-align: center; flex-wrap: wrap; padding: 0.55rem 0; }

  /* Full-viewport mobile drawer */
  .elementor-location-header,
  .nf-header {
    overflow: visible !important;
  }
  .nf-header .nf-header__toggle {
    display: inline-flex !important;
    flex-shrink: 0;
  }
  .nf-header__bar {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: space-between;
    gap: 0.65rem;
    width: min(100% - 1.25rem, var(--max));
  }
  .nf-header__brand { min-width: 0; flex: 0 1 auto; }
  .nf-header__logo { font-size: 1.25rem; }
  .nf-header__logo-img,
  .elementor-location-header .nf-tb-brand-logo img {
    height: 3.5rem !important;
    width: auto !important;
    max-width: 16rem !important;
    max-height: 3.5rem !important;
  }
  .nf-header__actions {
    justify-self: unset;
    flex: 0 0 auto;
    margin-left: auto;
    gap: 0.4rem;
  }
  .nf-header__actions .nf-header__cta {
    display: none !important;
  }

  .nf-header__nav {
    position: fixed !important;
    top: var(--header-h);
    left: 0 !important;
    right: 0 !important;
    width: 100% !important;
    max-width: 100vw !important;
    margin: 0 !important;
    transform: none !important;
    display: none;
    background: #fff !important;
    border-bottom: 1px solid var(--line);
    box-shadow: 0 18px 40px rgba(11, 45, 14, 0.12);
    padding: 0.25rem 1.15rem 1.25rem !important;
    z-index: 400;
    max-height: calc(100vh - var(--header-h));
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
  }
  .nf-header.is-open .nf-header__nav { display: block !important; }
  .nf-header.is-open .nf-header__toggle span:nth-child(1) {
    transform: translateY(6px) rotate(45deg);
  }
  .nf-header.is-open .nf-header__toggle span:nth-child(2) { opacity: 0; }
  .nf-header.is-open .nf-header__toggle span:nth-child(3) {
    transform: translateY(-6px) rotate(-45deg);
  }
  .nf-header .nf-header__toggle span { transition: transform 0.2s ease, opacity 0.2s ease; }

  .nf-header__menu {
    flex-direction: column;
    align-items: stretch;
    gap: 0;
  }
  .nf-header__menu > li {
    border-top: 1px solid var(--line);
    width: 100%;
  }
  .nf-header__menu > .has-mega { position: relative; }

  /* List rows — never Elementor green pills (incl. portaled mobile nav) */
  .nf-header__menu > li > a,
  .nf-header .nf-header__trigger,
  .nf-header__nav .nf-header__trigger,
  .nf-header__nav--portal .nf-header__trigger,
  .nf-header__nav--portal .nf-header__menu > li > a {
    width: 100% !important;
    justify-content: space-between !important;
    padding: 1rem 0.15rem !important;
    border-radius: 0 !important;
    background: transparent !important;
    background-color: transparent !important;
    color: var(--green) !important;
    box-shadow: none !important;
    outline: none !important;
    min-height: 0 !important;
    height: auto !important;
  }
  .nf-header__menu > li > a:hover,
  .nf-header .nf-header__trigger:hover,
  .nf-header__nav .nf-header__trigger:hover,
  .nf-header__nav--portal .nf-header__trigger:hover,
  .nf-header__menu > li.is-open > .nf-header__trigger,
  .nf-header__nav--portal .nf-header__menu > li.is-open > .nf-header__trigger,
  .nf-header__nav--portal .nf-header__menu > li > a:hover {
    background: transparent !important;
    background-color: transparent !important;
    color: var(--deep) !important;
    border-radius: 0 !important;
  }
  .nf-header .nf-header__trigger svg,
  .nf-header__nav .nf-header__trigger svg,
  .nf-header__nav--portal .nf-header__trigger svg {
    transition: transform 0.2s ease;
    flex-shrink: 0;
    color: var(--green);
  }
  .nf-header .has-mega.is-open > .nf-header__trigger svg,
  .nf-header__nav--portal .has-mega.is-open > .nf-header__trigger svg {
    transform: rotate(180deg);
  }

  /* Accordion panel under each item */
  .nf-header .nf-mega__panel:not([hidden]) {
    position: static !important;
    display: block !important;
    left: auto !important;
    right: auto !important;
    top: auto !important;
    background: var(--cream) !important;
    border: 0 !important;
    border-radius: 14px !important;
    box-shadow: none !important;
    padding: 0.45rem 0.55rem 0.65rem !important;
    margin: 0 0 0.65rem !important;
  }
  .nf-header .nf-mega__panel-inner {
    display: block !important;
    width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
    gap: 0 !important;
  }
  .nf-header .nf-mega__intro { display: none !important; }
  .nf-header .nf-mega__grid {
    gap: 0.4rem;
  }
  .nf-header .nf-mega__grid--services,
  .nf-header .nf-mega__grid--2,
  .nf-header .nf-mega__grid--3 { grid-template-columns: 1fr !important; }
  .nf-header .nf-mega__grid a {
    padding: 0.75rem 0.85rem;
    background: #fff;
    border-radius: 12px;
  }

  .nf-header .nf-header__nav-cta {
    display: inline-flex !important;
    width: 100% !important;
    justify-content: center !important;
    margin-top: 0.85rem !important;
    box-sizing: border-box;
  }

  body.nf-nav-open { overflow: hidden; }

  .fy-stats,
  .fy-service-grid,
  .fy-solution-grid,
  .fy-packages,
  .fy-card-grid,
  .fy-faq,
  .fy-why__people,
  .nf-footer__cta-inner,
  .nf-footer__main,
  .nf-footer__bottom,
  .nf-form .nf-form-row,
  .posts-grid { grid-template-columns: 1fr; }

  .fy-hero__stack { min-height: 280px; }
  .fy-hero__shot--duo { left: 0; width: 55%; }
  .fy-hero__shot--site { width: 60%; height: 45%; }
}

/* nf-home-compact */
.fy-hero { padding: 3rem 0 3.25rem; }
.fy-hero__stack { min-height: 320px !important; max-height: 360px; }
.fy-hero__copy h1 { max-width: 14ch; }
.fy-why { padding: 3.5rem 0; }
.fy-why__people figure { aspect-ratio: 1 / 1; }
.fy-quotes { padding: 3.5rem 0; }
.fy-quotes__track { min-height: 220px; }
.fy-tools-home {
  padding: 3.75rem 0;
  background: var(--cream);
}
.fy-tools-home .fy-section-head { margin-bottom: 1.75rem; }
.fy-tools-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.35rem;
}

/* Tools hub page */
.fy-tools-hub-hero.fy-page-hero {
  padding: 3.5rem 0 3rem;
  position: relative;
  overflow: hidden;
}
.fy-tools-hub-hero.fy-page-hero::before {
  content: "";
  position: absolute;
  inset: auto -10% -45% 45%;
  height: 140%;
  background:
    radial-gradient(circle at 30% 30%, rgba(198, 240, 53, 0.55), transparent 55%),
    radial-gradient(circle at 70% 60%, rgba(14, 92, 52, 0.08), transparent 50%);
  pointer-events: none;
}
.fy-tools-hub-hero .nf-wrap { position: relative; z-index: 1; }
.fy-tools-hub-hero h1 { max-width: 14ch; }
.fy-tools-hub-hero p { max-width: 46ch; }

.fy-tools-hub {
  padding: 3.5rem 0 2.5rem;
  background: var(--cream);
}
.fy-tools-hub__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.35rem;
}
.fy-tools-hub__card {
  display: grid;
  grid-template-rows: auto auto 1fr auto;
  gap: 0.65rem;
  min-height: 15.5rem;
  padding: 1.75rem 1.6rem 1.5rem;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 22px;
  text-decoration: none !important;
  color: inherit;
  transition: border-color 0.22s var(--ease), transform 0.22s var(--ease), background 0.22s var(--ease);
}
.fy-tools-hub__card:hover {
  border-color: var(--green);
  background: var(--yellow);
  transform: translateY(-3px);
}
.fy-tools-hub__index {
  font-family: var(--display);
  font-size: 0.85rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  color: var(--green);
  opacity: 0.55;
}
.fy-tools-hub__card h2 {
  margin: 0;
  font-family: var(--display);
  font-size: clamp(1.35rem, 2.2vw, 1.7rem);
  font-weight: 800;
  letter-spacing: -0.03em;
  line-height: 1.15;
  color: var(--green);
}
.fy-tools-hub__card p {
  margin: 0;
  color: var(--muted);
  font-size: 0.98rem;
  line-height: 1.55;
  max-width: 38ch;
}
.fy-tools-hub__go {
  margin-top: 0.5rem;
  font-weight: 700;
  font-size: 0.95rem;
  color: var(--deep);
  transition: transform 0.2s var(--ease);
}
.fy-tools-hub__card:hover .fy-tools-hub__go {
  transform: translateX(4px);
  color: var(--green);
}

.fy-tools-hub__note-band {
  padding: 0 0 4rem;
  background: var(--cream);
}
.fy-tools-hub__note {
  padding: 1.75rem 1.85rem;
  background: var(--mint);
  border-radius: 22px;
  border: 1px solid rgba(14, 92, 52, 0.12);
}
.fy-tools-hub__note h2 {
  margin: 0 0 0.55rem;
  font-family: var(--display);
  font-size: 1.35rem;
  font-weight: 800;
  letter-spacing: -0.03em;
  color: var(--green);
}
.fy-tools-hub__note p {
  margin: 0;
  color: var(--muted);
  max-width: 62ch;
  font-size: 1rem;
  line-height: 1.6;
}
.fy-tools-hub__note a {
  color: var(--green);
  font-weight: 700;
  text-decoration: underline;
  text-underline-offset: 0.15em;
}
.fy-tools-hub__note a:hover { color: var(--deep); }

@media (max-width: 760px) {
  .fy-tools-hub__grid { grid-template-columns: 1fr; }
  .fy-tools-hub__card { min-height: 0; }
}

/* Elementor spacing — stop cards/columns from touching */
.elementor-section > .elementor-container {
  gap: 1.35rem !important;
}
.elementor-section > .elementor-container.elementor-column-gap-no {
  gap: 1.15rem !important;
}
.elementor-column-gap-no > .elementor-column > .elementor-element-populated {
  padding: 12px;
}
.elementor-column-gap-narrow > .elementor-column > .elementor-element-populated {
  padding: 14px;
}
.elementor-column-gap-default > .elementor-column > .elementor-element-populated {
  padding: 16px;
}
.elementor-column-gap-extended > .elementor-column > .elementor-element-populated {
  padding: 20px;
}
.elementor .elementor-column > .elementor-widget-wrap.elementor-element-populated {
  border-radius: 22px;
  height: 100%;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
}
.elementor .elementor-widget-icon-box,
.elementor-widget-icon-box .elementor-icon-box-wrapper {
  height: auto;
  box-sizing: border-box;
}
.elementor-column[data-element_type="column"] .elementor-widget-icon-box {
  flex: 1 1 auto;
}
.elementor-column[data-element_type="column"] .elementor-widget-button {
  flex: 0 0 auto;
  margin-top: auto;
  padding-top: 0.75rem;
  margin-bottom: 0 !important;
  position: relative;
  z-index: 1;
}
.elementor-column[data-element_type="column"] .elementor-widget-button .elementor-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transform: none !important;
}
.elementor .elementor-element-populated > .elementor-widget-button:last-child {
  margin-bottom: 0;
}
.elementor .elementor-widget:not(:last-child) {
  margin-bottom: 14px;
}
.elementor-section.elementor-section-boxed > .elementor-container {
  max-width: var(--max);
}
/* Pricing packages / FAQ cards via Elementor often sit flush — enforce rhythm */
.elementor-widget-heading + .elementor-widget-text-editor {
  margin-top: 0.25rem;
}
/* Dark / green Elementor sections: force readable heading colors */
.elementor-section[data-settings*="0e5c34"] .elementor-heading-title,
.elementor-section[data-settings*="062418"] .elementor-heading-title,
.fy-why .elementor-heading-title,
.fy-final-cta .elementor-heading-title,
.fy-final-cta h2 {
  color: #ffffff !important;
}
.fy-tool-card {
  display: grid;
  gap: 0.55rem;
  padding: 1.25rem 1.2rem 1.35rem;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 18px;
  text-decoration: none !important;
  color: inherit;
  transition: border-color 0.2s var(--ease), transform 0.2s var(--ease);
}
.fy-tool-card:hover {
  border-color: var(--green);
  transform: translateY(-2px);
}
.fy-tool-card strong {
  font-family: var(--display);
  font-size: 1.05rem;
  color: var(--green);
}
.fy-tool-card span { color: var(--muted); font-size: 0.92rem; line-height: 1.45; }
.fy-tool-card em {
  font-style: normal;
  font-weight: 700;
  font-size: 0.85rem;
  color: var(--deep);
}
@media (max-width: 900px) {
  .fy-tools-grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 560px) {
  .fy-tools-grid { grid-template-columns: 1fr; }
  .fy-hero__stack { min-height: 280px !important; }
}

/* ========== Project stage slider ========== */
.nf-stage {
  padding: 4.5rem 0 5rem;
  background:
    radial-gradient(900px 420px at 12% 0%, rgba(191, 239, 30, 0.35), transparent 60%),
    radial-gradient(700px 380px at 100% 30%, rgba(238, 246, 160, 0.7), transparent 55%),
    var(--cream);
  overflow: hidden;
  scroll-margin-top: calc(var(--header-h, 4.75rem) + 1rem);
}
.nf-stage__head {
  max-width: 38rem;
  margin-bottom: 2.25rem;
}
.nf-stage__head h2 {
  margin: 0 0 0.65rem;
  font-family: var(--display);
  font-size: clamp(1.9rem, 3.6vw, 2.75rem);
  font-weight: 800;
  letter-spacing: -0.04em;
  color: var(--green);
  line-height: 1.1;
}
.nf-stage__sub {
  margin: 0;
  color: var(--muted);
  font-size: 1.05rem;
  max-width: 40ch;
}
.nf-stage__shell {
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 0.85rem;
  align-items: center;
}
.nf-stage__nav {
  width: 3rem;
  height: 3rem;
  border-radius: 50%;
  border: 1px solid var(--line);
  background: #fff;
  color: var(--green);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: background 0.2s var(--ease), transform 0.2s var(--ease), border-color 0.2s;
  z-index: 2;
}
.nf-stage__nav:hover {
  background: var(--lime);
  border-color: rgba(14, 92, 52, 0.25);
  transform: scale(1.05);
}
.nf-stage__viewport {
  overflow: hidden;
  border-radius: 28px;
}
.nf-stage__track {
  display: flex;
  transition: transform 0.55s cubic-bezier(0.22, 1, 0.36, 1);
  will-change: transform;
}
.nf-stage__slide {
  flex: 0 0 100%;
  min-width: 0;
  display: grid;
  grid-template-columns: 1.35fr 0.85fr;
  gap: 0;
  background: #fff;
  border: 1px solid rgba(14, 92, 52, 0.1);
  border-radius: 28px;
  overflow: hidden;
  opacity: 0.45;
  transform: scale(0.985);
  transition: opacity 0.45s var(--ease), transform 0.45s var(--ease);
}
.nf-stage__slide.is-active {
  opacity: 1;
  transform: scale(1);
}
.nf-stage__browser {
  background: #0f2414;
  display: flex;
  flex-direction: column;
  min-height: 100%;
}
.nf-stage__chrome {
  display: flex;
  align-items: center;
  gap: 0.4rem;
  padding: 0.7rem 0.95rem;
  background: #16351d;
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}
.nf-stage__chrome span {
  width: 0.55rem;
  height: 0.55rem;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.22);
}
.nf-stage__chrome span:nth-child(1) { background: #ff5f57; }
.nf-stage__chrome span:nth-child(2) { background: #febc2e; }
.nf-stage__chrome span:nth-child(3) { background: #28c840; }
.nf-stage__chrome em {
  margin-left: 0.55rem;
  flex: 1;
  min-width: 0;
  font-style: normal;
  font-size: 0.72rem;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.55);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  background: rgba(255, 255, 255, 0.06);
  border-radius: 999px;
  padding: 0.28rem 0.75rem;
}
.nf-stage__shot {
  display: block;
  position: relative;
  overflow: hidden;
  background: #122818;
  aspect-ratio: 16 / 10;
}
.nf-stage__shot img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top center;
  display: block;
  transition: transform 0.7s var(--ease);
}
.nf-stage__slide.is-active .nf-stage__shot:hover img {
  transform: scale(1.03);
}
.nf-stage__placeholder {
  display: grid;
  place-items: center;
  min-height: 240px;
  color: rgba(255, 255, 255, 0.5);
  font-weight: 700;
}
.nf-stage__meta {
  padding: 2rem 1.75rem 1.85rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 0.7rem;
  background:
    linear-gradient(160deg, #fff 0%, #fffbf4 100%);
}
.nf-stage__count {
  margin: 0;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--muted);
}
.nf-stage__count span { color: var(--green); }
.nf-stage__meta h3 {
  margin: 0;
  font-family: var(--display);
  font-size: clamp(1.45rem, 2.4vw, 1.9rem);
  font-weight: 800;
  letter-spacing: -0.035em;
  color: var(--green);
  line-height: 1.15;
}
.nf-stage__meta > p:not(.nf-stage__count) {
  margin: 0;
  color: var(--muted);
  font-size: 0.98rem;
  line-height: 1.55;
  max-width: 34ch;
}
.nf-stage__cta {
  display: inline-flex;
  align-items: center;
  align-self: flex-start;
  margin-top: 0.35rem;
  height: 2.7rem;
  padding: 0 1.2rem;
  border-radius: 999px;
  background: var(--green);
  color: #fff !important;
  font-weight: 700;
  font-size: 0.9rem;
  transition: background 0.2s var(--ease), transform 0.2s var(--ease);
}
.nf-stage__cta:hover {
  background: var(--deep);
  transform: translateY(-1px);
}
.nf-stage__rail {
  display: flex;
  gap: 0.55rem;
  margin-top: 1.35rem;
  overflow-x: auto;
  padding-bottom: 0.35rem;
  scrollbar-width: thin;
  scroll-snap-type: x proximity;
}
/* Beat Elementor global button styles (green pills / white text) */
.nf-stage__tab,
.nf-stage .nf-stage__tab,
.elementor-shortcode .nf-stage__tab {
  flex: 0 0 auto;
  display: grid !important;
  gap: 0.15rem;
  align-content: center;
  text-align: left;
  min-width: 8.5rem;
  max-width: 11rem;
  min-height: 0 !important;
  height: auto !important;
  padding: 0.85rem 1rem !important;
  border-radius: 16px !important;
  border: 1px solid rgba(14, 92, 52, 0.12) !important;
  background: #fff !important;
  background-color: #fff !important;
  color: var(--green) !important;
  box-shadow: none !important;
  cursor: pointer;
  scroll-snap-align: start;
  transition: background 0.2s, border-color 0.2s, transform 0.2s, box-shadow 0.2s;
  font: inherit !important;
  line-height: 1.25 !important;
  text-transform: none !important;
  letter-spacing: normal !important;
}
.nf-stage__tab:hover,
.nf-stage__tab:focus {
  background: var(--yellow) !important;
  background-color: var(--yellow) !important;
  border-color: rgba(14, 92, 52, 0.22) !important;
  color: var(--green) !important;
}
.nf-stage__tab.is-active,
.nf-stage__tab[aria-selected="true"] {
  background: var(--green) !important;
  background-color: var(--green) !important;
  border-color: var(--green) !important;
  color: #fff !important;
  box-shadow: 0 10px 28px rgba(11, 45, 14, 0.14) !important;
  transform: translateY(-2px);
}
.nf-stage__tab-num {
  display: block;
  font-size: 0.7rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  color: var(--muted) !important;
}
.nf-stage__tab.is-active .nf-stage__tab-num,
.nf-stage__tab[aria-selected="true"] .nf-stage__tab-num {
  color: rgba(255, 255, 255, 0.7) !important;
}
.nf-stage__tab-label {
  display: block;
  font-size: 0.86rem;
  font-weight: 700;
  line-height: 1.25;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: var(--green) !important;
}
.nf-stage__tab.is-active .nf-stage__tab-label,
.nf-stage__tab[aria-selected="true"] .nf-stage__tab-label {
  color: #fff !important;
}

@media (max-width: 980px) {
  .nf-stage__slide {
    grid-template-columns: 1fr;
  }
  .nf-stage__meta {
    padding: 1.4rem 1.25rem 1.5rem;
  }
  .nf-stage__shot { aspect-ratio: 16 / 11; }
}
@media (max-width: 720px) {
  .nf-stage { padding: 3.25rem 0 3.75rem; }
  .nf-stage__shell {
    grid-template-columns: 1fr;
    gap: 0.75rem;
  }
  .nf-stage__nav {
    display: none;
  }
  .nf-stage__viewport {
    border-radius: 22px;
  }
  .nf-stage__slide { border-radius: 22px; }
  .nf-stage__tab {
    min-width: 7.5rem;
    padding: 0.75rem 0.85rem;
  }
}

/* SEO service landing pages */
.nf-service-landing__body {
  padding: 3.5rem 0 4.5rem;
  background: var(--cream);
}
.nf-service-landing__grid {
  display: grid;
  grid-template-columns: 1.4fr 0.8fr;
  gap: 2rem;
  align-items: start;
}
.nf-service-landing__block {
  margin-bottom: 2rem;
}
.nf-service-landing__block h2,
.nf-service-landing__faq > h2,
.nf-service-landing__aside h2 {
  margin: 0 0 0.65rem;
  font-family: var(--display);
  font-size: 1.45rem;
  font-weight: 800;
  color: var(--green);
  letter-spacing: -0.03em;
}
.nf-service-landing__block p,
.nf-service-landing__faq p {
  margin: 0;
  color: var(--muted);
  max-width: 62ch;
}
.nf-service-landing__faq details {
  border-top: 1px solid var(--line);
  padding: 0.85rem 0;
}
.nf-service-landing__faq summary {
  cursor: pointer;
  font-weight: 700;
  color: var(--green);
}
.nf-service-landing__faq details p {
  margin-top: 0.55rem;
}
.nf-service-landing__aside {
  background: #fff;
  border: 1px solid rgba(14, 92, 52, 0.12);
  border-radius: 22px;
  padding: 1.5rem 1.35rem;
  position: sticky;
  top: calc(var(--header-h) + 1rem);
}
.nf-service-landing__aside ul {
  margin: 0 0 1.25rem;
  padding: 0 0 0 1.1rem;
  color: var(--muted);
  display: grid;
  gap: 0.45rem;
}
.nf-service-landing__links {
  margin: 1rem 0 0;
  font-size: 0.9rem;
  color: var(--muted);
}
.nf-service-landing__links a {
  color: var(--green);
  font-weight: 600;
  text-decoration: underline;
  text-underline-offset: 2px;
}
@media (max-width: 900px) {
  .nf-service-landing__grid { grid-template-columns: 1fr; }
  .nf-service-landing__aside { position: static; }
}