
@import url("https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700;800&family=Inter:wght@400;500;600;700;800&family=Outfit:wght@400;500;600;700;800;900&display=swap");
:root {
  --ink: #1a3426;
  --ink-2: #0f1e17;
  --paper: #f8f4eb;
  --surface: #faf7f2;
  --line: rgba(26, 52, 38, 0.12);
  --muted: rgba(26, 52, 38, 0.58);
  --acid: #c4983a;
  --aqua: #c4983a;
  --copper: #c4983a;
  --sage: #efe9dc;
  --shadow: none;
  color-scheme: light;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: Arial, "Segoe UI", sans-serif;
  background: var(--paper);
  color: var(--ink);
  line-height: 1.55;
}
a { color: inherit; text-decoration: none; }
a:hover { color: #0d7669; }
img { max-width: 100%; height: auto; display: block; }
:focus-visible { outline: 3px solid var(--aqua); outline-offset: 3px; }
.skip-link {
  position: absolute;
  left: 16px;
  top: -80px;
  z-index: 20;
  background: var(--acid);
  color: var(--ink);
  padding: 10px 14px;
}
.skip-link:focus { top: 16px; }
.site-header {
  position: sticky;
  top: 0;
  z-index: 10;
  background: rgba(245, 247, 242, 0.92);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(14px);
}
.header-inner {
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto;
  min-height: 72px;
  display: flex;
  align-items: center;
  gap: 20px;
}
.brand { display: inline-flex; align-items: center; gap: 12px; }
.brand-mark {
  width: 42px;
  height: 42px;
  display: inline-grid;
  place-items: center;
  background: var(--ink);
  color: var(--acid);
  border: 1px solid #33423a;
  border-radius: 6px;
  font-weight: 800;
  letter-spacing: 0;
}
.brand-copy { display: grid; line-height: 1.05; }
.brand-copy small { color: var(--muted); font-size: 0.72rem; margin-top: 4px; }
.site-nav { display: flex; align-items: center; gap: 18px; margin-left: auto; font-size: 0.95rem; }
.site-nav a { color: #24332e; }
.header-cta, .button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 12px 18px;
  border-radius: 4px;
  border: 1px solid var(--ink);
  font-weight: 800;
  text-transform: uppercase;
  font-size: 0.78rem;
  letter-spacing: 0;
}
.header-cta, .button.primary { background: var(--ink); color: var(--acid); }
.button.secondary { background: var(--acid); color: var(--ink); border-color: var(--acid); }
.button.ghost { background: transparent; color: var(--paper); border-color: rgba(245,247,242,0.45); }
.button.small { min-height: 38px; padding: 9px 12px; font-size: 0.72rem; }
.micro-link { color: var(--acid); font-weight: 800; text-transform: uppercase; font-size: 0.8rem; }
.text-link { color: #0d7669; font-weight: 800; display: inline-flex; margin-top: 14px; }
.nav-toggle { display: none; }
.home-hero {
  min-height: 76vh;
  display: grid;
  align-items: end;
  background-image: linear-gradient(90deg, rgba(10,17,15,0.94), rgba(10,17,15,0.74) 48%, rgba(10,17,15,0.18)), url("/assets/img/hero-foxnut-field.png");
  background-size: cover;
  background-position: center;
  color: var(--paper);
}
.home-hero-overlay {
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto;
  padding: 96px 0 70px;
}
.eyebrow {
  margin: 0 0 14px;
  color: var(--aqua);
  font-size: 0.78rem;
  font-weight: 800;
  text-transform: uppercase;
}
h1, h2, h3 { line-height: 1.04; margin: 0; letter-spacing: 0; }
h1 { font-size: clamp(3rem, 7vw, 6.7rem); max-width: 980px; }
.tagline { color: var(--acid); font-size: clamp(1.35rem, 3vw, 2.45rem); font-weight: 800; margin: 16px 0 10px; }
.lead { max-width: 760px; font-size: clamp(1.08rem, 2vw, 1.3rem); color: rgba(245, 247, 242, 0.88); }
.hero-actions { display: flex; align-items: center; gap: 14px; flex-wrap: wrap; margin-top: 28px; }
.trust-bar {
  width: min(1180px, calc(100% - 32px));
  margin: -26px auto 0;
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  background: var(--surface);
  border: 1px solid var(--line);
  box-shadow: var(--shadow);
}
.trust-bar div { padding: 18px; border-right: 1px solid var(--line); min-height: 86px; }
.trust-bar div:last-child { border-right: 0; }
.trust-bar span { display: block; color: var(--muted); font-size: 0.75rem; text-transform: uppercase; font-weight: 800; }
.trust-bar strong { display: block; margin-top: 7px; font-size: 0.98rem; }
.section-inner {
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto;
}
.content-section { padding: 76px 0; }
.content-section h2 { font-size: clamp(2rem, 4vw, 3.8rem); max-width: 920px; margin-bottom: 22px; }
.section-lead { max-width: 780px; color: var(--muted); font-size: 1.08rem; }
.dark-band {
  background: var(--ink);
  color: var(--paper);
}
.dark-band .section-lead, .dark-band p, .dark-band td { color: rgba(245,247,242,0.78); }
.dark-band .info-card { background: #18241f; border-color: #2c4038; color: var(--paper); }
.final-cta {
  background: #e7f4dc;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}
.card-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
  margin-top: 28px;
}
.info-card, .grade-card, .form-panel, .trust-note {
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: 8px;
}
.info-card { padding: 22px; min-height: 190px; }
.info-card h3 { font-size: 1.22rem; margin-bottom: 12px; }
.info-card p { color: var(--muted); margin: 0; }
.grade-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
  margin: 28px 0;
}
.grade-card {
  min-height: 210px;
  padding: 22px;
  display: grid;
  align-content: start;
  gap: 12px;
}
.grade-card span { color: var(--muted); font-weight: 800; text-transform: uppercase; }
.grade-card strong { font-size: 2rem; }
.wide-visual {
  width: 100%;
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: var(--shadow);
}
.split {
  display: grid;
  grid-template-columns: 0.82fr 1fr;
  gap: 34px;
  align-items: center;
}
.split img { border-radius: 8px; border: 1px solid rgba(255,255,255,0.12); box-shadow: var(--shadow); }
.process-list {
  margin: 32px 0 0;
  padding: 0;
  list-style: none;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 12px;
  counter-reset: step;
}
.process-list li {
  min-height: 126px;
  padding: 18px;
  border: 1px solid rgba(220,255,96,0.28);
  background: rgba(255,255,255,0.04);
  border-radius: 8px;
  counter-increment: step;
}
.process-list li::before {
  content: counter(step, decimal-leading-zero);
  display: block;
  color: var(--acid);
  font-weight: 800;
  margin-bottom: 16px;
}
.process-list.compact { grid-template-columns: repeat(4, 1fr); }
.page-hero {
  color: var(--paper);
  background: linear-gradient(90deg, rgba(12,20,18,0.95), rgba(12,20,18,0.74)), var(--hero-image, url("/assets/img/hero-foxnut-field.png"));
  background-size: cover;
  background-position: center;
  min-height: 430px;
  display: grid;
  align-items: end;
}
.page-hero .section-inner { padding: 92px 0 64px; }
.page-hero h1 { font-size: clamp(2.7rem, 6vw, 5.8rem); }
.table-wrap { overflow-x: auto; border: 1px solid var(--line); border-radius: 8px; background: var(--surface); margin-top: 24px; }
table { width: 100%; border-collapse: collapse; min-width: 720px; }
th, td { text-align: left; padding: 15px 16px; border-bottom: 1px solid var(--line); vertical-align: top; }
th { background: #edf4e6; font-size: 0.78rem; text-transform: uppercase; }
td { color: #26372f; }
.answer-box {
  max-width: 860px;
  padding: 22px;
  background: #eaf4e2;
  border-left: 5px solid var(--aqua);
  border-radius: 8px;
  color: #203329;
  font-size: 1.12rem;
}
.calendar-strip {
  display: grid;
  grid-template-columns: repeat(9, minmax(120px, 1fr));
  gap: 10px;
  overflow-x: auto;
}
.calendar-strip span {
  min-height: 92px;
  display: grid;
  place-items: center;
  text-align: center;
  padding: 12px;
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: 8px;
  font-weight: 800;
}
.form-panel { padding: 24px; max-width: 1020px; box-shadow: var(--shadow); }
.lead-form { display: grid; gap: 18px; }
.form-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
label { display: grid; gap: 7px; font-weight: 800; font-size: 0.88rem; }
input, select, textarea {
  width: 100%;
  min-height: 46px;
  border: 1px solid #b8c7ba;
  border-radius: 4px;
  padding: 11px 12px;
  background: #fbfdf9;
  color: var(--ink);
  font: inherit;
}
textarea { resize: vertical; }
.check-row { display: flex; align-items: flex-start; gap: 10px; font-weight: 600; }
.check-row input { width: 18px; min-height: 18px; margin-top: 3px; }
.hp-field { position: absolute; left: -10000px; height: 1px; overflow: hidden; }
.form-status { margin: 0; color: #0d7669; font-weight: 800; }
.trust-note {
  width: min(1180px, calc(100% - 32px));
  margin: 34px auto 72px;
  padding: 20px 22px;
  border-left: 5px solid var(--copper);
}
.trust-note p { margin: 6px 0 0; color: var(--muted); }
.site-footer {
  background: var(--ink);
  color: var(--paper);
  padding: 58px 0 90px;
}
.footer-grid {
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1.7fr repeat(4, 1fr);
  gap: 28px;
}
.footer-grid h2 { font-size: 0.86rem; color: var(--acid); text-transform: uppercase; margin-bottom: 12px; }
.footer-grid a { display: block; color: rgba(245,247,242,0.82); margin: 8px 0; }
.footer-grid p { color: rgba(245,247,242,0.72); max-width: 360px; }
.footer-brand { margin-bottom: 18px; }
.legal-row {
  width: min(1180px, calc(100% - 32px));
  margin: 36px auto 0;
  padding-top: 18px;
  border-top: 1px solid rgba(245,247,242,0.16);
  display: flex;
  justify-content: space-between;
  gap: 18px;
  color: rgba(245,247,242,0.66);
}
.legal-row a { display: inline; margin-left: 14px; color: rgba(245,247,242,0.82); }
.mobile-cta { display: none; }
@media (max-width: 980px) {
  .nav-toggle { display: inline-flex; margin-left: auto; border: 1px solid var(--line); background: var(--surface); padding: 10px 12px; border-radius: 4px; font-weight: 800; }
  .site-nav {
    position: absolute;
    left: 16px;
    right: 16px;
    top: 76px;
    display: none;
    flex-direction: column;
    align-items: stretch;
    background: var(--surface);
    border: 1px solid var(--line);
    border-radius: 8px;
    padding: 14px;
    box-shadow: var(--shadow);
  }
  body.nav-open .site-nav { display: flex; }
  .header-cta { display: none; }
  .trust-bar { grid-template-columns: 1fr 1fr; margin-top: 0; }
  .trust-bar div { border-bottom: 1px solid var(--line); }
  .card-grid, .grade-grid { grid-template-columns: 1fr 1fr; }
  .split { grid-template-columns: 1fr; }
  .process-list, .process-list.compact { grid-template-columns: 1fr 1fr; }
  .form-grid { grid-template-columns: 1fr 1fr; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 640px) {
  .home-hero { min-height: 70vh; }
  .home-hero-overlay { padding: 72px 0 46px; }
  h1 { font-size: 3rem; }
  .trust-bar, .card-grid, .grade-grid, .process-list, .process-list.compact, .form-grid, .footer-grid { grid-template-columns: 1fr; }
  .content-section { padding: 54px 0; }
  .footer-grid { gap: 18px; }
  .legal-row { flex-direction: column; }
  .mobile-cta {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 20;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 8px;
    padding: 10px;
    background: rgba(16,24,22,0.95);
  }
  .site-footer { padding-bottom: 130px; }
}
/* Figma skin override: Global Foxnut Universe visual system */
body {
  font-family: "Outfit", Arial, sans-serif;
  background-color: var(--paper);
  background-image:
    linear-gradient(rgba(26, 52, 38, 0.055) 1px, transparent 1px),
    linear-gradient(90deg, rgba(26, 52, 38, 0.055) 1px, transparent 1px);
  background-size: 64px 64px;
  color: var(--ink);
}
a:hover { color: var(--acid); }
:focus-visible { outline: 2px solid var(--acid); outline-offset: 3px; }
.site-header {
  background: var(--paper);
  border-bottom: 1px solid var(--line);
  backdrop-filter: none;
}
.header-inner {
  width: min(1280px, calc(100% - 48px));
  min-height: 64px;
}
.brand-mark {
  width: 34px;
  height: 34px;
  border-radius: 0;
  border-color: rgba(196, 152, 58, 0.38);
  background: var(--ink);
  color: var(--acid);
  font-family: "JetBrains Mono", monospace;
  font-size: 0.64rem;
  font-weight: 500;
}
.brand-copy strong {
  font-weight: 700;
  color: var(--ink);
}
.brand-copy small {
  color: rgba(26, 52, 38, 0.55);
  font-family: "JetBrains Mono", monospace;
  font-size: 0.62rem;
  text-transform: uppercase;
}
.site-nav {
  gap: 28px;
  font-size: 0.9rem;
}
.site-nav a {
  color: rgba(26, 52, 38, 0.55);
  font-weight: 500;
}
.site-nav a:hover { color: var(--ink); }
.header-cta {
  min-height: 46px;
  padding: 0 28px;
  border-radius: 0;
  border-color: var(--ink);
  background: var(--ink);
  color: var(--paper);
  font-size: 0.82rem;
  text-transform: none;
}
.button {
  border-radius: 0;
  min-height: 46px;
  padding: 0 22px;
  font-size: 0.82rem;
  letter-spacing: 0;
  text-transform: none;
}
.button.primary {
  background: var(--acid);
  border-color: var(--acid);
  color: var(--ink);
}
.button.secondary {
  background: transparent;
  border-color: rgba(248, 244, 235, 0.42);
  color: var(--paper);
}
.button.ghost {
  color: var(--paper);
  border-color: rgba(248, 244, 235, 0.36);
}
.micro-link,
.eyebrow,
.text-link,
.trust-bar span,
.grade-card span,
th,
.footer-grid h2 {
  font-family: "JetBrains Mono", monospace;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}
.micro-link,
.eyebrow,
.text-link { color: var(--acid); }
h1, h2, h3 {
  font-family: "Fraunces", Georgia, serif;
  font-weight: 900;
  letter-spacing: 0;
}
h1 {
  font-size: clamp(4.4rem, 9vw, 8.6rem);
  line-height: 0.88;
  max-width: 820px;
}
h2 {
  line-height: 0.95;
}
h3 { line-height: 1.08; }
.home-hero {
  min-height: calc(100vh - 64px);
  align-items: end;
  color: var(--paper);
  background-image:
    linear-gradient(90deg, rgba(15, 30, 23, 0.97), rgba(15, 30, 23, 0.88) 54%, rgba(15, 30, 23, 0.58)),
    linear-gradient(rgba(248, 244, 235, 0.045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(248, 244, 235, 0.045) 1px, transparent 1px),
    url("/assets/img/hero-foxnut-field.png");
  background-size: cover, 64px 64px, 64px 64px, cover;
  background-position: center;
}
.home-hero-overlay {
  width: min(1280px, calc(100% - 48px));
  padding: 8vh 0 8vh;
}
.tagline {
  font-family: "JetBrains Mono", monospace;
  font-size: 0.82rem;
  line-height: 1.6;
  color: rgba(196, 152, 58, 0.9);
  text-transform: uppercase;
}
.lead {
  max-width: 660px;
  color: rgba(248, 244, 235, 0.68);
  font-size: clamp(1rem, 1.5vw, 1.18rem);
  line-height: 1.7;
}
.page-hero {
  min-height: 500px;
  color: var(--paper);
  background-image:
    linear-gradient(90deg, rgba(15, 30, 23, 0.97), rgba(15, 30, 23, 0.84) 58%, rgba(15, 30, 23, 0.54)),
    linear-gradient(rgba(248, 244, 235, 0.045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(248, 244, 235, 0.045) 1px, transparent 1px),
    var(--hero-image, url("/assets/img/hero-foxnut-field.png"));
  background-size: cover, 64px 64px, 64px 64px, cover;
  background-position: center;
}
.page-hero .section-inner {
  width: min(1280px, calc(100% - 48px));
  padding: 104px 0 72px;
}
.page-hero h1 { max-width: 900px; }
.trust-bar {
  width: min(1280px, calc(100% - 48px));
  margin-top: 0;
  background: var(--paper);
  border-color: var(--line);
  box-shadow: none;
}
.trust-bar div {
  border-color: var(--line);
}
.trust-bar span {
  color: rgba(26, 52, 38, 0.5);
  font-size: 0.62rem;
}
.trust-bar strong { color: var(--ink); }
.section-inner {
  width: min(1280px, calc(100% - 48px));
}
.content-section {
  padding: 92px 0;
  border-top: 1px solid var(--line);
}
.content-section h2 {
  font-size: clamp(2.7rem, 5vw, 5rem);
  max-width: 940px;
}
.section-lead {
  color: var(--muted);
  line-height: 1.75;
}
.dark-band,
.site-footer {
  background-color: var(--ink-2);
  background-image:
    linear-gradient(rgba(248, 244, 235, 0.045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(248, 244, 235, 0.045) 1px, transparent 1px);
  background-size: 64px 64px;
}
.final-cta {
  background: var(--ink);
  color: var(--paper);
  border-color: rgba(248, 244, 235, 0.12);
}
.final-cta .section-lead { color: rgba(248, 244, 235, 0.68); }
.info-card,
.grade-card,
.form-panel,
.trust-note,
.table-wrap,
.calendar-strip span,
.answer-box,
.image-card {
  border-radius: 0;
  background: rgba(250, 247, 242, 0.86);
  border-color: var(--line);
  box-shadow: none;
}
.info-card {
  min-height: 210px;
  padding: 26px;
}
.info-card h3 {
  font-size: 1.45rem;
}
.info-card p,
.grade-card p,
td {
  color: rgba(26, 52, 38, 0.62);
}
.dark-band .info-card {
  background: rgba(248, 244, 235, 0.055);
  border-color: rgba(248, 244, 235, 0.15);
}
.wide-visual,
.split img {
  border-radius: 0;
  border-color: var(--line);
  box-shadow: none;
}
.process-list li {
  border-radius: 0;
  border-color: rgba(248, 244, 235, 0.15);
  background: rgba(248, 244, 235, 0.045);
}
.process-list li::before { color: var(--acid); }
th {
  background: rgba(26, 52, 38, 0.06);
  color: rgba(26, 52, 38, 0.62);
  font-size: 0.65rem;
}
input, select, textarea {
  border-radius: 0;
  border-color: rgba(26, 52, 38, 0.18);
  background: var(--surface);
}
.answer-box {
  border-left: 3px solid var(--acid);
  background: rgba(196, 152, 58, 0.08);
}
.image-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  margin-top: 30px;
}
.image-card {
  overflow: hidden;
  display: grid;
  grid-template-rows: 240px auto;
}
.image-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.image-card div {
  padding: 20px;
}
.image-card h3 {
  font-size: 1.2rem;
  margin-bottom: 8px;
}
.image-card p {
  color: var(--muted);
  margin: 0;
}
.site-footer { padding-bottom: 118px; }
.whatsapp-float {
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 30;
  display: grid;
  gap: 2px;
  min-width: 188px;
  padding: 14px 18px;
  background: #25d366;
  color: #062917;
  border: 1px solid rgba(6, 41, 23, 0.24);
  box-shadow: 0 16px 36px rgba(15, 30, 23, 0.22);
}
.whatsapp-float span {
  font-family: "JetBrains Mono", monospace;
  font-size: 0.62rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}
.whatsapp-float strong {
  font-size: 0.98rem;
}
.whatsapp-float:hover { color: #062917; transform: translateY(-1px); }
.article-shell .section-inner {
  max-width: 980px;
}
.article-body {
  font-size: 1.02rem;
}
.article-body h2 {
  font-family: "Fraunces", Georgia, serif;
  font-size: clamp(2rem, 4vw, 3.2rem);
  margin: 46px 0 16px;
  letter-spacing: 0;
}
.article-body h3 {
  margin: 28px 0 8px;
  font-size: 1.25rem;
}
.article-body p {
  color: rgba(26, 52, 38, 0.78);
  margin: 0 0 18px;
}
.article-body ul {
  margin: 0 0 22px;
  padding-left: 22px;
  color: rgba(26, 52, 38, 0.78);
}
.article-body li {
  margin: 7px 0;
}
.article-body .table-wrap {
  margin: 22px 0 30px;
}
.article-body a {
  color: #0d7669;
  text-decoration: underline;
  text-underline-offset: 3px;
}
.content-library-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
}
.content-library-card {
  background: rgba(255, 255, 255, 0.58);
  border: 1px solid var(--line);
  padding: 18px;
  border-radius: 6px;
  display: grid;
  gap: 8px;
}
.content-library-card span {
  font-family: "JetBrains Mono", monospace;
  font-size: 0.68rem;
  color: var(--muted);
  text-transform: uppercase;
  letter-spacing: 0.08em;
}
.content-library-card strong {
  font-size: 1.05rem;
}
.content-library-card p {
  margin: 0;
  color: var(--muted);
  font-size: 0.92rem;
}
@media (max-width: 980px) {
  .header-inner,
  .home-hero-overlay,
  .section-inner,
  .page-hero .section-inner,
  .trust-bar,
  .footer-grid,
  .legal-row,
  .trust-note {
    width: min(100% - 32px, 1280px);
  }
  h1 { font-size: clamp(3.3rem, 12vw, 6.4rem); }
  .site-nav { top: 70px; border-radius: 0; }
  .image-grid { grid-template-columns: 1fr 1fr; }
  .content-library-grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 640px) {
  .home-hero,
  .page-hero { min-height: 78vh; }
  h1 { font-size: clamp(3rem, 17vw, 4.8rem); }
  .content-section h2 { font-size: clamp(2.35rem, 13vw, 3.5rem); }
  .image-grid { grid-template-columns: 1fr; }
  .content-library-grid { grid-template-columns: 1fr; }
  .mobile-cta {
    grid-template-columns: 1fr 1fr;
    background: rgba(15, 30, 23, 0.96);
  }
.whatsapp-float {
    right: 10px;
    left: auto;
    bottom: 72px;
    min-width: 154px;
    padding: 10px 12px;
    justify-items: start;
  }
  .whatsapp-float strong { font-size: 0.86rem; }
}
/* Orgaxi organic-shop reskin for Foxnut Centre */
:root {
  --orgaxi-green: #204e38;
  --orgaxi-deep: #123126;
  --orgaxi-leaf: #5b8c3a;
  --orgaxi-lime: #f8c342;
  --orgaxi-cream: #fffaf0;
  --orgaxi-soft: #f5f0e4;
  --orgaxi-clay: #c96f3d;
  --orgaxi-text: #172c22;
  --orgaxi-muted: #6f7d70;
}
body {
  font-family: "Outfit", "DM Sans", Arial, sans-serif;
  background:
    linear-gradient(180deg, rgba(255, 250, 240, 0.94), rgba(245, 240, 228, 0.98)),
    url("/assets/orgaxi/images/background/pattern-7.jpg");
  background-size: auto, 560px auto;
  color: var(--orgaxi-text);
}
.site-header {
  background: #fffaf0;
  border-bottom: 1px solid rgba(32, 78, 56, 0.12);
  box-shadow: 0 10px 28px rgba(18, 49, 38, 0.08);
}
.header-topline {
  min-height: 42px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 8px max(24px, calc((100vw - 1220px) / 2));
  background: var(--orgaxi-green);
  color: rgba(255, 250, 240, 0.88);
  font: 700 0.82rem/1.35 "Inter", sans-serif;
}
.header-topline a {
  color: var(--orgaxi-lime);
  font-weight: 800;
}
.header-inner {
  width: min(1220px, calc(100% - 36px));
  min-height: 86px;
}
.brand-mark {
  width: 52px;
  height: 52px;
  border-radius: 50%;
  background: var(--orgaxi-green);
  color: var(--orgaxi-lime);
  border: 2px solid rgba(248, 195, 66, 0.5);
  font-family: "Outfit", sans-serif;
  font-size: 0.9rem;
  font-weight: 900;
}
.brand-copy strong {
  color: var(--orgaxi-deep);
  font-size: 1.28rem;
  font-weight: 900;
}
.brand-copy small {
  color: var(--orgaxi-clay);
  font-family: "Inter", sans-serif;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.05em;
}
.site-nav {
  gap: 24px;
  font-family: "Inter", sans-serif;
}
.site-nav a {
  color: var(--orgaxi-text);
  font-weight: 800;
}
.site-nav a:hover {
  color: var(--orgaxi-clay);
}
.header-cta,
.button {
  min-height: 50px;
  border-radius: 8px;
  padding: 13px 22px;
  font-family: "Inter", sans-serif;
  font-size: 0.86rem;
  font-weight: 900;
  letter-spacing: 0;
  text-transform: capitalize;
}
.header-cta,
.button.primary {
  background: var(--orgaxi-lime);
  border-color: var(--orgaxi-lime);
  color: var(--orgaxi-deep);
  box-shadow: 0 12px 24px rgba(248, 195, 66, 0.25);
}
.button.secondary {
  background: #fffaf0;
  color: var(--orgaxi-deep);
  border-color: rgba(255, 250, 240, 0.5);
}
.button.ghost {
  color: #fffaf0;
  border-color: rgba(255, 250, 240, 0.45);
}
.eyebrow,
.micro-link,
.text-link,
.trust-bar span,
.content-library-card span,
.metric-card span,
th,
.footer-grid h2 {
  font-family: "Inter", sans-serif;
  letter-spacing: 0.04em;
  color: var(--orgaxi-clay);
}
h1,
h2,
h3 {
  font-family: "Outfit", "DM Sans", sans-serif;
  font-weight: 900;
  letter-spacing: 0;
}
h1 {
  font-size: clamp(3.3rem, 8vw, 7.4rem);
  line-height: 0.92;
  max-width: 960px;
}
.content-section h2 {
  font-size: clamp(2.2rem, 4.6vw, 4.8rem);
  line-height: 1;
}
.home-hero,
.page-hero {
  position: relative;
  overflow: hidden;
  color: #fffaf0;
  background-image:
    linear-gradient(100deg, rgba(18, 49, 38, 0.96), rgba(32, 78, 56, 0.88) 50%, rgba(32, 78, 56, 0.34)),
    var(--hero-image, url("/assets/img/hero-foxnut-field.png"));
  background-size: cover;
  background-position: center;
}
.home-hero::after,
.page-hero::after {
  content: "";
  position: absolute;
  inset: auto -40px -70px auto;
  width: min(420px, 44vw);
  height: min(420px, 44vw);
  background: url("/assets/orgaxi/images/main-slider/grass.png") center/contain no-repeat;
  opacity: 0.34;
  pointer-events: none;
}
.home-hero-overlay,
.page-hero .section-inner {
  position: relative;
  z-index: 1;
  width: min(1220px, calc(100% - 36px));
}
.page-hero {
  min-height: 440px;
}
.page-hero .section-inner {
  padding: 96px 0 74px;
}
.page-hero h1 {
  font-size: clamp(2.7rem, 6.2vw, 5.9rem);
}
.lead,
.section-lead {
  font-family: "DM Sans", sans-serif;
  line-height: 1.75;
}
.lead {
  color: rgba(255, 250, 240, 0.82);
}
.section-inner {
  width: min(1220px, calc(100% - 36px));
}
.content-section {
  padding: 86px 0;
  border-top: 1px solid rgba(32, 78, 56, 0.1);
}
.content-section:nth-of-type(even) {
  background: rgba(255, 255, 255, 0.42);
}
.trust-bar,
.info-card,
.grade-card,
.form-panel,
.trust-note,
.table-wrap,
.calendar-strip span,
.answer-box,
.image-card,
.content-library-card,
.metric-card {
  border-radius: 8px;
  background: rgba(255, 250, 240, 0.92);
  border: 1px solid rgba(32, 78, 56, 0.12);
  box-shadow: 0 18px 38px rgba(18, 49, 38, 0.08);
}
.info-card,
.grade-card {
  min-height: 210px;
  padding: 26px;
}
.organic-card {
  background:
    linear-gradient(180deg, rgba(255, 250, 240, 0.96), rgba(247, 241, 227, 0.96)),
    url("/assets/orgaxi/images/background/pattern-2.png") right bottom/92px auto no-repeat;
}
.info-card h3,
.grade-card h3,
.content-library-card strong {
  color: var(--orgaxi-deep);
}
.info-card p,
.grade-card p,
.section-lead,
.content-library-card p,
td {
  color: var(--orgaxi-muted);
}
.metric-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  margin-top: 28px;
}
.metric-card {
  padding: 22px;
}
.metric-card strong {
  display: block;
  margin: 8px 0 2px;
  font-size: clamp(2rem, 4vw, 3.4rem);
  color: var(--orgaxi-green);
  line-height: 1;
}
.metric-card small {
  color: var(--orgaxi-muted);
  font-weight: 700;
}
.table-wrap {
  overflow: hidden;
}
table {
  font-family: "DM Sans", sans-serif;
}
th {
  background: rgba(91, 140, 58, 0.12);
  color: var(--orgaxi-green);
}
td {
  background: rgba(255, 250, 240, 0.72);
}
.article-shell {
  background:
    linear-gradient(180deg, rgba(255, 250, 240, 0.86), rgba(245, 240, 228, 0.94)),
    url("/assets/orgaxi/images/background/pattern-17.jpg") center top/620px auto repeat;
}
.article-shell .section-inner {
  max-width: 980px;
}
.article-body {
  padding: clamp(24px, 5vw, 56px);
  border-radius: 8px;
  background: rgba(255, 250, 240, 0.96);
  border: 1px solid rgba(32, 78, 56, 0.12);
  box-shadow: 0 24px 44px rgba(18, 49, 38, 0.08);
  font-family: "DM Sans", sans-serif;
  font-size: 1.06rem;
}
.article-body h2 {
  font-family: "Outfit", sans-serif;
  font-size: clamp(1.9rem, 3.4vw, 3rem);
  line-height: 1.08;
  margin: 44px 0 16px;
  color: var(--orgaxi-green);
}
.article-body h2:first-child {
  margin-top: 0;
}
.article-body h3 {
  font-family: "Outfit", sans-serif;
  color: var(--orgaxi-deep);
}
.article-body p,
.article-body li {
  color: #405245;
  line-height: 1.78;
}
.article-body ul {
  padding-left: 0;
  list-style: none;
}
.article-body li {
  position: relative;
  padding-left: 28px;
}
.article-body li::before {
  content: "";
  position: absolute;
  left: 4px;
  top: 0.78em;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: var(--orgaxi-lime);
  box-shadow: 0 0 0 4px rgba(248, 195, 66, 0.2);
}
.article-body .table-wrap {
  margin: 24px 0 34px;
}
.content-library-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}
.content-library-card {
  padding: 24px;
  min-height: 230px;
}
.content-library-card .text-link {
  align-self: end;
}
.dark-band,
.site-footer {
  background:
    linear-gradient(rgba(18, 49, 38, 0.94), rgba(18, 49, 38, 0.98)),
    url("/assets/img/seo/popped-makhana-bulk-foxnuts-1200.webp") center/cover;
}
.site-footer {
  color: #fffaf0;
}
.footer-grid a,
.footer-grid p,
.legal-row {
  color: rgba(255, 250, 240, 0.76);
}
.whatsapp-float {
  border-radius: 8px;
  background: #25d366;
  color: #062917;
  border: 0;
  box-shadow: 0 18px 40px rgba(18, 49, 38, 0.24);
}
@media (max-width: 980px) {
  .header-topline {
    padding-inline: 16px;
  }
  .header-topline span {
    display: none;
  }
  .header-inner,
  .home-hero-overlay,
  .section-inner,
  .page-hero .section-inner,
  .trust-bar,
  .footer-grid,
  .legal-row,
  .trust-note {
    width: min(100% - 32px, 1220px);
  }
  .site-nav {
    top: 126px;
    background: #fffaf0;
  }
  .metric-grid,
  .content-library-grid {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 640px) {
  h1 {
    font-size: clamp(2.75rem, 15vw, 4.3rem);
  }
  .page-hero {
    min-height: 500px;
  }
  .metric-grid,
  .content-library-grid {
    grid-template-columns: 1fr;
  }
  .article-body {
    padding: 22px;
  }
}
/* Orgaxi template skin v2: closer to supplied organic shop pages */
body.orgaxi-skin {
  --main-color: #7fb432;
  --color-three: #f8c342;
  --color-four: #183b2b;
  --color-six: #f2c94c;
  --white-color: #ffffff;
  background-color: #fffdf5;
}
body.orgaxi-skin .fox-container {
  width: min(1240px, calc(100% - 40px));
  margin: 0 auto;
}
body.orgaxi-skin .site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: transparent;
  border: 0;
  box-shadow: 0 16px 34px rgba(24, 59, 43, 0.12);
}
body.orgaxi-skin .fox-header-upper {
  background: #183b2b;
  color: #fffaf0;
  padding: 10px 0;
}
body.orgaxi-skin .fox-upper-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}
body.orgaxi-skin .header-off {
  gap: 12px;
  font-weight: 700;
  font-size: 0.92rem;
  color: rgba(255, 250, 240, 0.88);
}
body.orgaxi-skin .header-off i {
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.1);
}
body.orgaxi-skin .header-off img {
  width: 22px;
  height: 22px;
  object-fit: contain;
}
body.orgaxi-skin .fox-phone-box {
  display: flex;
  align-items: center;
  gap: 10px;
  min-width: 210px;
  color: rgba(255, 250, 240, 0.82);
  font-size: 0.8rem;
}
body.orgaxi-skin .fox-phone-box .header-phone_icon {
  width: 40px;
  height: 40px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: #f8c342;
}
body.orgaxi-skin .fox-phone-box img {
  width: 22px;
  height: 22px;
  object-fit: contain;
}
body.orgaxi-skin .fox-phone-box span {
  display: block;
  font-weight: 700;
}
body.orgaxi-skin .fox-phone-box a {
  display: block;
  color: #f8c342;
  font-weight: 900;
}
body.orgaxi-skin .fox-header-lower {
  background: #fffaf0;
}
body.orgaxi-skin .header-inner {
  min-height: 92px;
  width: min(1240px, calc(100% - 40px));
}
body.orgaxi-skin .brand-mark {
  width: 58px;
  height: 58px;
  border: 3px dashed rgba(127, 180, 50, 0.35);
  background: #183b2b;
  color: #f8c342;
  box-shadow: inset 0 0 0 5px #fffaf0;
}
body.orgaxi-skin .brand-copy strong {
  font-size: 1.36rem;
  color: #183b2b;
}
body.orgaxi-skin .brand-copy small {
  color: #7fb432;
}
body.orgaxi-skin .site-nav {
  gap: 26px;
  margin-left: auto;
}
body.orgaxi-skin .site-nav a {
  position: relative;
  color: #183b2b;
  font-size: 0.95rem;
  font-weight: 900;
}
body.orgaxi-skin .site-nav a::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -9px;
  height: 3px;
  border-radius: 999px;
  background: #f8c342;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 180ms ease;
}
body.orgaxi-skin .site-nav a:hover::after {
  transform: scaleX(1);
}
body.orgaxi-skin .header-cta,
body.orgaxi-skin .button {
  border-radius: 999px;
  min-height: 52px;
  padding: 14px 26px;
  border: 0;
  box-shadow: 0 13px 24px rgba(127, 180, 50, 0.22);
}
body.orgaxi-skin .header-cta,
body.orgaxi-skin .button.primary {
  background: #7fb432;
  color: #ffffff;
}
body.orgaxi-skin .button.secondary {
  background: #f8c342;
  color: #183b2b;
}
body.orgaxi-skin .micro-link,
body.orgaxi-skin .text-link {
  color: #7fb432;
}
body.orgaxi-skin .fox-single-header {
  background: #fffaf0;
  border-bottom: 1px solid rgba(24, 59, 43, 0.08);
  box-shadow: 0 12px 28px rgba(24, 59, 43, 0.10);
  height: 72px !important;
  min-height: 72px !important;
  padding: 0 !important;
  display: flex;
  align-items: center;
}
body.orgaxi-skin .fox-single-header .header-inner {
  height: 72px !important;
  min-height: 72px !important;
  width: min(1240px, calc(100% - 40px));
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 0 !important;
}
body.orgaxi-skin .fox-single-header .brand-mark {
  width: 42px;
  height: 42px;
}
body.orgaxi-skin .fox-single-header .brand-copy strong {
  font-size: 1.12rem;
}
body.orgaxi-skin .fox-single-header .brand-copy small {
  font-size: 0.61rem;
  letter-spacing: 0.04em;
}
body.orgaxi-skin .fox-single-header .site-nav {
  gap: clamp(12px, 1.55vw, 22px);
}
body.orgaxi-skin .header-phone-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #183b2b;
  font-weight: 900;
  white-space: nowrap;
}
body.orgaxi-skin .header-phone-link::before {
  content: "";
  width: 26px;
  height: 26px;
  border-radius: 999px;
  background: #f8c342 url("/assets/orgaxi/images/icons/phone.png") center/16px 16px no-repeat;
}
body.orgaxi-skin .fox-single-header .header-cta {
  min-height: 44px;
  padding: 0 22px;
}
body.orgaxi-skin .orgaxi-home {
  min-height: calc(100vh - 72px);
  padding: 84px 0 72px;
  align-items: center;
  background-image:
    linear-gradient(90deg, rgba(24, 59, 43, 0.96), rgba(24, 59, 43, 0.84) 44%, rgba(24, 59, 43, 0.38)),
    url("/assets/img/hero-foxnut-field.png");
}
body.orgaxi-skin .orgaxi-home-pattern {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -2px;
  height: 86px;
  background:
    linear-gradient(180deg, rgba(24, 59, 43, 0), rgba(24, 59, 43, 0.78)),
    url("/assets/img/seo/popped-makhana-bulk-foxnuts-1200.webp") center 56%/cover no-repeat;
  opacity: 0.42;
  z-index: 1;
}
body.orgaxi-skin .orgaxi-home-leaf {
  position: absolute;
  right: 3vw;
  top: 7vh;
  width: min(280px, 28vw);
  aspect-ratio: 1;
  background: url("/assets/orgaxi/images/main-slider/pattern-6.png") center/contain no-repeat;
  opacity: 0.38;
}
body.orgaxi-skin .orgaxi-hero-grid {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(300px, 430px);
  align-items: center;
  gap: clamp(28px, 5vw, 72px);
  padding: 0;
}
body.orgaxi-skin .orgaxi-hero-copy h1 {
  color: #fffaf0;
  font-size: clamp(3.8rem, 8vw, 7.8rem);
  line-height: 0.92;
  text-transform: uppercase;
}
body.orgaxi-skin .tagline {
  color: #f8c342;
}
body.orgaxi-skin .orgaxi-hero-card {
  position: relative;
  overflow: hidden;
  border-radius: 34px;
  background: #fffaf0;
  border: 10px solid rgba(255, 255, 255, 0.18);
  box-shadow: 0 32px 80px rgba(6, 23, 15, 0.36);
}
body.orgaxi-skin .orgaxi-hero-card::before {
  content: "";
  position: absolute;
  inset: 16px;
  border: 2px dashed rgba(127, 180, 50, 0.45);
  border-radius: 24px;
  z-index: 2;
  pointer-events: none;
}
body.orgaxi-skin .orgaxi-hero-card img {
  width: 100%;
  height: 340px;
  object-fit: cover;
}
body.orgaxi-skin .orgaxi-hero-card div {
  padding: 24px 28px 30px;
}
body.orgaxi-skin .orgaxi-hero-card span {
  display: block;
  color: #7fb432;
  font-size: 0.78rem;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}
body.orgaxi-skin .orgaxi-hero-card strong {
  display: block;
  margin-top: 8px;
  color: #183b2b;
  font-size: 1.35rem;
  line-height: 1.15;
}
body.orgaxi-skin .fox-page-title {
  min-height: 430px;
  padding: 128px 0 110px;
  text-align: center;
  background-image:
    linear-gradient(rgba(24, 59, 43, 0.76), rgba(24, 59, 43, 0.76)),
    var(--hero-image, url("/assets/img/hero-foxnut-field.png"));
  background-size: cover;
  background-position: center;
  background-attachment: scroll;
}
body.orgaxi-skin .fox-page-title::before {
  opacity: 0;
}
body.orgaxi-skin .fox-page-title .fox-container {
  position: relative;
  z-index: 3;
}
body.orgaxi-skin .fox-page-title h1 {
  color: #fffaf0;
  max-width: 980px;
  margin: 0 auto;
  font-size: clamp(2.6rem, 5.8vw, 5.5rem);
  text-transform: capitalize;
}
body.orgaxi-skin .fox-page-title .lead {
  max-width: 790px;
  margin: 18px auto 0;
  color: rgba(255, 250, 240, 0.84);
}
body.orgaxi-skin .fox-page-title .hero-actions {
  justify-content: center;
}
body.orgaxi-skin .bread-crumb {
  margin: 18px 0 0;
  padding: 0;
}
body.orgaxi-skin .bread-crumb li {
  color: rgba(255, 250, 240, 0.92);
  font-size: 1rem;
}
body.orgaxi-skin .bread-crumb li a {
  color: #f8c342;
}
body.orgaxi-skin .content-section {
  position: relative;
  padding: 96px 0;
  background:
    linear-gradient(180deg, rgba(255, 253, 245, 0.96), rgba(255, 250, 240, 0.96)),
    url("/assets/orgaxi/images/background/pattern-2.png") right top/130px auto no-repeat;
}
body.orgaxi-skin .content-section:nth-of-type(even) {
  background:
    linear-gradient(180deg, rgba(245, 248, 234, 0.94), rgba(255, 250, 240, 0.96)),
    url("/assets/orgaxi/images/background/pattern-10.png") left top/180px auto no-repeat;
}
body.orgaxi-skin .content-section h2 {
  color: #183b2b;
  margin-bottom: 26px;
}
body.orgaxi-skin .content-section.dark-band {
  background:
    linear-gradient(rgba(18, 49, 38, 0.94), rgba(18, 49, 38, 0.98)),
    url("/assets/img/seo/popped-makhana-bulk-foxnuts-1200.webp") center/cover;
  color: #fffaf0;
}
body.orgaxi-skin .content-section.dark-band h2,
body.orgaxi-skin .content-section.dark-band h3 {
  color: #fffaf0;
}
body.orgaxi-skin .content-section.dark-band .section-lead,
body.orgaxi-skin .content-section.dark-band p,
body.orgaxi-skin .content-section.dark-band li {
  color: rgba(255, 250, 240, 0.86);
}
body.orgaxi-skin .card-grid,
body.orgaxi-skin .grade-grid,
body.orgaxi-skin .content-library-grid {
  gap: 24px;
}
body.orgaxi-skin .info-card,
body.orgaxi-skin .grade-card,
body.orgaxi-skin .content-library-card,
body.orgaxi-skin .metric-card {
  position: relative;
  overflow: hidden;
  border-radius: 22px;
  background: #ffffff;
  border: 1px solid rgba(24, 59, 43, 0.08);
  box-shadow: 0 18px 45px rgba(24, 59, 43, 0.08);
  transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}
body.orgaxi-skin .info-card::before,
body.orgaxi-skin .grade-card::before,
body.orgaxi-skin .content-library-card::before {
  content: "";
  position: absolute;
  inset: 14px;
  border: 1px dashed rgba(127, 180, 50, 0.32);
  border-radius: 17px;
  pointer-events: none;
}
body.orgaxi-skin .info-card:hover,
body.orgaxi-skin .grade-card:hover,
body.orgaxi-skin .content-library-card:hover {
  transform: translateY(-4px);
  border-color: rgba(127, 180, 50, 0.36);
  box-shadow: 0 26px 60px rgba(24, 59, 43, 0.14);
}
body.orgaxi-skin .grade-card span,
body.orgaxi-skin .content-library-card span,
body.orgaxi-skin .metric-card span {
  color: #7fb432;
}
body.orgaxi-skin .trust-bar {
  margin-top: -38px;
  border-radius: 22px;
  overflow: hidden;
  border: 0;
  box-shadow: 0 26px 60px rgba(24, 59, 43, 0.13);
}
body.orgaxi-skin .trust-bar div {
  background: #ffffff;
}
body.orgaxi-skin .process-list li {
  border-radius: 18px;
  border: 1px dashed rgba(248, 195, 66, 0.36);
  background: rgba(255, 255, 255, 0.08);
}
body.orgaxi-skin .table-wrap,
body.orgaxi-skin .form-panel,
body.orgaxi-skin .article-body {
  border-radius: 22px;
}
body.orgaxi-skin .article-body {
  border: 1px solid rgba(24, 59, 43, 0.08);
}
body.orgaxi-skin .whatsapp-float {
  border-radius: 999px;
  background: #25d366;
  padding: 14px 22px;
}
.seo-picture,
.orgaxi-hero-picture,
.hero-media-picture {
  display: block;
  overflow: hidden;
  background: #f5f0e4;
}
.seo-picture img,
.orgaxi-hero-picture img,
.hero-media-picture img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.seo-figure {
  margin: 0;
  overflow: hidden;
  border-radius: 22px;
  background: #ffffff;
  border: 1px solid rgba(24, 59, 43, 0.09);
  box-shadow: 0 18px 45px rgba(24, 59, 43, 0.08);
}
.seo-figure .seo-picture {
  aspect-ratio: 3 / 2;
}
.seo-figure figcaption {
  display: grid;
  gap: 6px;
  padding: 18px 20px 20px;
  color: #526456;
  font-size: 0.94rem;
  line-height: 1.5;
}
.seo-figure figcaption strong {
  color: #183b2b;
  font-size: 1.02rem;
}
.seo-figure figcaption span,
.seo-figure figcaption small {
  display: block;
}
.seo-figure figcaption small {
  color: rgba(82, 100, 86, 0.72);
  font-size: 0.78rem;
}
.orgaxi-hero-picture {
  aspect-ratio: 3 / 2;
}
body.orgaxi-skin .hero-media-card {
  position: relative;
  z-index: 3;
  width: min(280px, 72vw);
  margin: 28px auto 0;
  border-radius: 22px;
  overflow: hidden;
  background: rgba(255, 250, 240, 0.96);
  box-shadow: 0 24px 54px rgba(6, 23, 15, 0.24);
}
body.orgaxi-skin .hero-media-card .hero-media-picture {
  aspect-ratio: 3 / 2;
}
body.orgaxi-skin .hero-media-card figcaption {
  padding: 12px 14px 14px;
  color: #183b2b;
  font-size: 0.78rem;
  line-height: 1.35;
}
.image-feature-row {
  display: grid;
  grid-template-columns: minmax(280px, 0.92fr) minmax(280px, 1fr);
  align-items: center;
  gap: clamp(22px, 4vw, 46px);
}
.image-feature-copy .image-guideline-list {
  margin: 20px 0 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 10px;
}
.image-feature-copy .image-guideline-list li {
  position: relative;
  padding-left: 28px;
  color: #526456;
}
.image-feature-copy .image-guideline-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.62em;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #7fb432;
  box-shadow: 0 0 0 5px rgba(127, 180, 50, 0.14);
}
.wide-visual-figure {
  margin-top: 30px;
}
.split-figure {
  min-width: 0;
}
.image-card picture {
  aspect-ratio: 3 / 2;
}
.image-card picture img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 980px) {
  body.orgaxi-skin .fox-upper-row {
    align-items: flex-start;
  }
  body.orgaxi-skin .header-off span {
    display: none;
  }
  body.orgaxi-skin .fox-phone-box {
    min-width: auto;
  }
  body.orgaxi-skin .orgaxi-hero-grid {
    grid-template-columns: 1fr;
  }
  body.orgaxi-skin .orgaxi-hero-card {
    max-width: 520px;
  }
  body.orgaxi-skin .site-nav {
    top: 72px;
  }
  body.orgaxi-skin .header-phone-link {
    display: none;
  }
  .image-feature-row {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 640px) {
  body.orgaxi-skin .fox-container,
  body.orgaxi-skin .header-inner {
    width: min(100% - 28px, 1240px);
  }
  body.orgaxi-skin .fox-phone-box div {
    display: none;
  }
  body.orgaxi-skin .orgaxi-home {
    min-height: auto;
    padding: 60px 0 72px;
  }
  body.orgaxi-skin .orgaxi-hero-card {
    display: none;
  }
  body.orgaxi-skin .orgaxi-hero-card img {
    height: 250px;
  }
  body.orgaxi-skin .whatsapp-float {
    right: 14px;
    bottom: 94px;
    width: 58px;
    min-width: 58px;
    height: 58px;
    padding: 0;
    place-items: center;
  }
  body.orgaxi-skin .whatsapp-float span {
    font-size: 0;
    letter-spacing: 0;
  }
  body.orgaxi-skin .whatsapp-float span::before {
    content: "WA";
    font-family: "JetBrains Mono", monospace;
    font-size: 0.78rem;
    font-weight: 900;
    letter-spacing: 0.04em;
  }
  body.orgaxi-skin .whatsapp-float strong {
    display: none;
  }
  body.orgaxi-skin .fox-page-title {
    min-height: 430px;
    padding: 88px 0 88px;
  }
}
@media (prefers-reduced-motion: reduce) {
  * { scroll-behavior: auto !important; transition: none !important; animation: none !important; }
}
