/* Appily Fortysix — Freshgo theme base + chrome */
:root {
  --fg-green: #558B2F;
  --fg-green-dark: #33691E;
  --fg-green-light: #8BC34A;
  --fg-yellow: #FDD835;
  --fg-yellow-dark: #F9A825;
  --fg-orange: #FF6F00;
  --fg-ink: #263238;
  --fg-muted: #607D8B;
  --fg-cream: #FAFAFA;
  --fg-mint: #E8F5E9;
  --fg-sun: #FFFDE7;
  --fg-white: #FFFFFF;
  --fg-border: #E0E0E0;
  --fg-radius: 16px;
  --fg-radius-sm: 10px;
  --fg-shadow: 0 8px 32px rgba(38, 50, 56, 0.08);
  --font-body: 'Plus Jakarta Sans', system-ui, sans-serif;
  --font-display: 'Libre Baskerville', Georgia, serif;
  --a46-green: var(--fg-green);
  --a46-green-dark: var(--fg-green-dark);
  --a46-orange: var(--fg-orange);
  --a46-gold: var(--fg-yellow);
  --a46-cream: var(--fg-cream);
  --a46-ink: var(--fg-ink);
  --a46-muted: var(--fg-muted);
  --a46-border: var(--fg-border);
  --a46-surface: var(--fg-white);
  --a46-white: var(--fg-white);
  --font-body: 'Plus Jakarta Sans', system-ui, sans-serif;
  --font-display: 'Libre Baskerville', Georgia, serif;
  --font-serif: 'Libre Baskerville', Georgia, serif;
}

body.a46-freshgo {
  background: var(--fg-cream);
  font-family: var(--font-body);
  color: var(--fg-ink);
}

/* Sun strip */
.fg-sunstrip {
  background: linear-gradient(90deg, var(--fg-yellow) 0%, #FFEB3B 50%, var(--fg-yellow) 100%);
  color: var(--fg-green-dark);
  font-size: 0.8125rem;
  font-weight: 600;
}
.fg-sunstrip-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 0.55rem 0;
  min-height: 36px;
}
.fg-sunstrip-inner p {
  margin: 0;
  min-width: 0;
  overflow-wrap: anywhere;
}
.fg-sunstrip-phone {
  color: var(--fg-green-dark);
  font-weight: 700;
  text-decoration: none;
  white-space: nowrap;
  flex-shrink: 0;
}
.fg-sunstrip-phone:hover { text-decoration: underline; }

/* Header */
.fg-header {
  background: var(--fg-white);
  box-shadow: 0 2px 12px rgba(38, 50, 56, 0.06);
  position: sticky;
  top: 0;
  z-index: 100;
}
.fg-header-row {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 1.25rem;
  padding: 1rem 0;
}
.fg-logo {
  display: flex;
  align-items: center;
  gap: 0.65rem;
  text-decoration: none;
  color: var(--fg-ink);
}
.fg-logo:hover { text-decoration: none; }
.fg-logo-badge {
  width: 42px;
  height: 42px;
  border-radius: 12px;
  background: linear-gradient(135deg, var(--fg-green) 0%, var(--fg-green-light) 100%);
  color: var(--fg-white);
  font-weight: 800;
  font-size: 0.875rem;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.fg-logo-text {
  display: flex;
  flex-direction: column;
  line-height: 1.2;
}
.fg-logo-text strong {
  font-family: var(--font-display);
  font-size: 1.125rem;
  font-weight: 700;
}
.fg-logo-text small {
  font-size: 0.6875rem;
  color: var(--fg-muted);
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

.fg-search-bar {
  display: flex;
  align-items: stretch;
  border: 2px solid var(--fg-mint);
  border-radius: 999px;
  overflow: hidden;
  background: var(--fg-mint);
  max-width: 560px;
  margin-inline: auto;
  width: 100%;
}
.fg-search-cat {
  border: none;
  background: transparent;
  padding: 0.65rem 0.75rem 0.65rem 1rem;
  font: inherit;
  font-size: 0.8125rem;
  font-weight: 600;
  color: var(--fg-green-dark);
  cursor: pointer;
  border-right: 1px solid rgba(85, 139, 47, 0.15);
  max-width: 140px;
}
.fg-search-bar input {
  flex: 1;
  border: none;
  background: transparent;
  padding: 0.65rem 1rem;
  font: inherit;
  font-size: 0.875rem;
  min-width: 0;
}
.fg-search-bar input:focus { outline: none; }
.fg-search-bar button {
  border: none;
  background: var(--fg-green);
  color: var(--fg-white);
  padding: 0.65rem 1.25rem;
  font: inherit;
  font-size: 0.8125rem;
  font-weight: 700;
  cursor: pointer;
  transition: background 0.2s;
}
.fg-search-bar button:hover { background: var(--fg-green-dark); }

.fg-header-actions {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.fg-action {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.15rem;
  padding: 0.35rem 0.65rem;
  border-radius: var(--fg-radius-sm);
  text-decoration: none;
  color: var(--fg-ink);
  font-size: 0.6875rem;
  font-weight: 600;
  position: relative;
  transition: background 0.2s;
}
.fg-action:hover {
  background: var(--fg-mint);
  text-decoration: none;
}
.fg-action-icon {
  font-size: 1.25rem;
  line-height: 1;
  width: 28px;
  height: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: var(--fg-mint);
  font-weight: 700;
}

/* Account avatar — creative UI */
@keyframes fg-account-spin {
  from { transform: rotate(0deg); }
  to { transform: rotate(360deg); }
}
@keyframes fg-account-pulse {
  0%, 100% { box-shadow: 0 0 0 0 rgba(139, 195, 74, 0.55); }
  70% { box-shadow: 0 0 0 5px rgba(139, 195, 74, 0); }
}
@keyframes fg-account-glow {
  0%, 100% { opacity: 0.45; }
  50% { opacity: 0.85; }
}

.fg-action--account .fg-account-icon {
  position: relative;
  width: 38px;
  height: 38px;
  background: transparent;
  border-radius: 50%;
  overflow: visible;
}
.fg-account-ring {
  position: absolute;
  inset: 0;
  border-radius: 50%;
  background: conic-gradient(from 0deg, var(--fg-green-light), var(--fg-yellow), var(--fg-orange), var(--fg-green-light));
  animation: fg-account-spin 8s linear infinite;
  opacity: 0.85;
}
.fg-account-ring--guest {
  background: conic-gradient(from 0deg, rgba(96, 125, 139, 0.35), rgba(174, 213, 129, 0.5), rgba(96, 125, 139, 0.35));
  animation-duration: 12s;
}
.fg-account-core {
  position: absolute;
  inset: 3px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: linear-gradient(145deg, var(--fg-green), var(--fg-green-dark));
  color: var(--fg-white);
  font-family: 'Syne', var(--font-display), Georgia, serif;
  font-size: 0.9rem;
  font-weight: 800;
  letter-spacing: -0.02em;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 4px 12px rgba(85, 139, 47, 0.25);
  z-index: 1;
  transition: transform 0.3s cubic-bezier(0.22, 1, 0.36, 1), box-shadow 0.3s;
}
.fg-account-core--guest {
  background: linear-gradient(145deg, #fff, var(--fg-mint));
  color: var(--fg-green);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.9), 0 3px 10px rgba(38, 50, 56, 0.08);
}
.fg-account-core--guest svg {
  display: block;
  opacity: 0.85;
}
.fg-account-pulse {
  position: absolute;
  right: 1px;
  bottom: 1px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: var(--fg-green-light);
  border: 2px solid var(--fg-white);
  z-index: 2;
  animation: fg-account-pulse 2.4s ease-out infinite;
}
.fg-action--account:hover .fg-account-core {
  transform: scale(1.06);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25), 0 6px 18px rgba(85, 139, 47, 0.35);
}
.fg-action--account.is-guest:hover .fg-account-core {
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.95), 0 5px 14px rgba(85, 139, 47, 0.18);
}
.fg-action--account.is-signed-in .fg-action-label {
  color: var(--fg-green-dark);
}

.fg-action--account.is-signed-in .fg-action-icon {
  background: transparent;
  color: var(--fg-white);
}

@media (prefers-reduced-motion: reduce) {
  .fg-account-ring { animation: none; }
  .fg-account-pulse { animation: none; }
  .fg-action--account:hover .fg-account-core { transform: none; }
}
.fg-cart-count {
  position: absolute;
  top: 0;
  right: 0;
  background: var(--fg-orange);
  color: var(--fg-white);
  font-size: 0.625rem;
  font-weight: 800;
  min-width: 16px;
  height: 16px;
  border-radius: 999px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 4px;
}
.fg-menu-btn {
  display: none;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 5px;
  border: none;
  background: linear-gradient(145deg, var(--fg-mint) 0%, #dcedc8 100%);
  width: 44px;
  height: 44px;
  padding: 0;
  border-radius: 12px;
  cursor: pointer;
  box-shadow: 0 2px 8px rgba(51, 105, 30, 0.12);
  transition: transform 0.2s, box-shadow 0.2s, background 0.2s;
}
.fg-menu-btn:hover {
  box-shadow: 0 4px 14px rgba(51, 105, 30, 0.18);
}
.fg-menu-btn span {
  display: block;
  width: 20px;
  height: 2px;
  background: var(--fg-green-dark);
  border-radius: 2px;
  transition: transform 0.25s ease, opacity 0.2s ease, width 0.25s ease;
  transform-origin: center;
}
body.fg-menu-open .fg-menu-btn span:nth-child(1) {
  transform: translateY(7px) rotate(45deg);
}
body.fg-menu-open .fg-menu-btn span:nth-child(2) {
  opacity: 0;
  width: 0;
}
body.fg-menu-open .fg-menu-btn span:nth-child(3) {
  transform: translateY(-7px) rotate(-45deg);
}

/* Category rail */
.fg-cat-rail-wrap {
  border-top: 1px solid var(--fg-border);
  background: var(--fg-sun);
}
.fg-cat-rail-inner {
  display: flex;
  align-items: center;
  gap: 1.5rem;
  padding: 0.65rem 0;
  overflow: hidden;
}
.fg-main-nav {
  display: flex;
  gap: 0.25rem;
  flex-shrink: 0;
}
.fg-main-nav-link {
  padding: 0.4rem 0.85rem;
  border-radius: 999px;
  font-size: 0.8125rem;
  font-weight: 600;
  color: var(--fg-muted);
  text-decoration: none;
  transition: all 0.2s;
}
.fg-main-nav-link:hover,
.fg-main-nav-link.is-active {
  background: var(--fg-green);
  color: var(--fg-white);
  text-decoration: none;
}
.fg-cat-rail {
  display: flex;
  gap: 0.5rem;
  overflow-x: auto;
  scrollbar-width: none;
  flex: 1;
  padding: 2px 0;
}
.fg-cat-rail::-webkit-scrollbar { display: none; }
.fg-cat-chip {
  display: flex;
  align-items: center;
  gap: 0.35rem;
  padding: 0.35rem 0.85rem;
  border-radius: 999px;
  background: var(--fg-white);
  border: 1px solid var(--fg-border);
  font-size: 0.75rem;
  font-weight: 600;
  color: var(--fg-ink);
  text-decoration: none;
  white-space: nowrap;
  flex-shrink: 0;
  transition: all 0.2s;
}
.fg-cat-chip:hover {
  border-color: var(--fg-green);
  background: var(--fg-mint);
  text-decoration: none;
}
.fg-cat-chip-icon { font-size: 1rem; }

/* Mobile menu — slide-over drawer */
.fg-mobile-menu[hidden] { display: none; }
.fg-mobile-menu {
  position: fixed;
  inset: 0;
  z-index: 200;
}
.fg-mobile-menu:not([hidden]) .fg-mobile-backdrop {
  animation: fg-backdrop-in 0.3s ease forwards;
}
.fg-mobile-menu:not([hidden]) .fg-mobile-panel {
  animation: fg-panel-in 0.35s cubic-bezier(0.22, 1, 0.36, 1) forwards;
}
@keyframes fg-backdrop-in {
  from { opacity: 0; }
  to { opacity: 1; }
}
@keyframes fg-panel-in {
  from { transform: translateX(100%); opacity: 0.6; }
  to { transform: translateX(0); opacity: 1; }
}
.fg-mobile-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(15, 31, 20, 0.55);
  backdrop-filter: blur(4px);
  border: none;
  cursor: pointer;
}
.fg-mobile-panel {
  position: absolute;
  top: 0;
  right: 0;
  width: min(360px, 92vw);
  height: 100%;
  max-height: 100dvh;
  background: linear-gradient(180deg, var(--fg-white) 0%, var(--fg-cream) 100%);
  padding: 0 0 calc(1.25rem + env(safe-area-inset-bottom, 0));
  overflow-y: auto;
  overscroll-behavior: contain;
  box-shadow: -12px 0 40px rgba(0, 0, 0, 0.18);
  display: flex;
  flex-direction: column;
  gap: 0;
}
.fg-mobile-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 0.75rem;
  padding: 1rem 1rem 0.85rem;
  border-bottom: 1px solid var(--fg-border);
  background: var(--fg-sun);
  position: sticky;
  top: 0;
  z-index: 2;
}
.fg-mobile-brand {
  display: flex;
  align-items: center;
  gap: 0.65rem;
  min-width: 0;
}
.fg-mobile-brand-text {
  display: flex;
  flex-direction: column;
  line-height: 1.2;
  min-width: 0;
}
.fg-mobile-brand-text strong {
  font-family: var(--font-display);
  font-size: 1rem;
  color: var(--fg-ink);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.fg-mobile-brand-text small {
  font-size: 0.625rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: var(--fg-muted);
}
.fg-mobile-close {
  flex-shrink: 0;
  border: none;
  background: var(--fg-white);
  width: 40px;
  height: 40px;
  border-radius: 12px;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0;
  box-shadow: 0 2px 8px rgba(38, 50, 56, 0.1);
  transition: background 0.2s, transform 0.2s;
}
.fg-mobile-close:hover { background: var(--fg-mint); transform: scale(1.04); }
.fg-mobile-close span {
  display: block;
  width: 16px;
  height: 2px;
  background: var(--fg-green-dark);
  border-radius: 2px;
}
.fg-mobile-close span:first-child { transform: rotate(45deg) translateY(1px); }
.fg-mobile-close span:last-child { transform: rotate(-45deg) translateY(-1px); margin-top: -2px; }

.fg-mobile-user {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  margin: 1rem 1rem 0;
  padding: 0.85rem 1rem;
  border-radius: 14px;
  background: linear-gradient(135deg, var(--fg-green) 0%, var(--fg-green-dark) 100%);
  color: var(--fg-white);
  text-decoration: none;
  box-shadow: 0 8px 24px rgba(51, 105, 30, 0.25);
  transition: transform 0.2s, box-shadow 0.2s;
}
.fg-mobile-user:hover {
  transform: translateY(-1px);
  box-shadow: 0 12px 28px rgba(51, 105, 30, 0.3);
  text-decoration: none;
  color: var(--fg-white);
}
.fg-mobile-user.is-guest {
  background: linear-gradient(135deg, #455A64 0%, #263238 100%);
  box-shadow: 0 8px 24px rgba(38, 50, 56, 0.2);
}
.fg-mobile-user-icon {
  flex-shrink: 0;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.18);
  display: flex;
  align-items: center;
  justify-content: center;
}
.fg-mobile-user-initial {
  font-size: 1.125rem;
  font-weight: 800;
}
.fg-mobile-user-copy {
  flex: 1;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 0.1rem;
}
.fg-mobile-user-copy strong {
  font-size: 0.9375rem;
  font-weight: 700;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.fg-mobile-user-copy small {
  font-size: 0.75rem;
  opacity: 0.88;
  line-height: 1.3;
}
.fg-mobile-user .fg-mobile-nav-chevron {
  color: rgba(255, 255, 255, 0.75);
  font-size: 1.35rem;
}

.fg-mobile-section-label {
  margin: 1.15rem 1rem 0.55rem;
  font-size: 0.6875rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: var(--fg-muted);
}

.fg-mobile-nav {
  display: flex;
  flex-direction: column;
  gap: 0.45rem;
  padding: 0 1rem;
}
.fg-mobile-nav-card {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  padding: 0.8rem 0.9rem;
  border-radius: 14px;
  background: var(--fg-white);
  border: 1px solid var(--fg-border);
  color: var(--fg-ink);
  text-decoration: none;
  box-shadow: 0 2px 8px rgba(38, 50, 56, 0.04);
  transition: border-color 0.2s, background 0.2s, transform 0.2s, box-shadow 0.2s;
}
.fg-mobile-nav-card:hover {
  border-color: var(--fg-green-light);
  background: var(--fg-mint);
  transform: translateX(2px);
  text-decoration: none;
  color: var(--fg-ink);
}
.fg-mobile-nav-card.is-active {
  border-color: var(--fg-green);
  background: linear-gradient(135deg, var(--fg-mint) 0%, #f1f8e9 100%);
  box-shadow: 0 4px 14px rgba(85, 139, 47, 0.15);
}
.fg-mobile-nav-card.is-active .fg-mobile-nav-icon {
  background: var(--fg-green);
  box-shadow: 0 4px 12px rgba(85, 139, 47, 0.3);
}
.fg-mobile-nav-icon {
  flex-shrink: 0;
  width: 42px;
  height: 42px;
  border-radius: 12px;
  background: var(--fg-sun);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.25rem;
  transition: background 0.2s;
}
.fg-mobile-nav-text {
  flex: 1;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 0.1rem;
}
.fg-mobile-nav-text strong {
  font-size: 0.9375rem;
  font-weight: 700;
  color: var(--fg-ink);
}
.fg-mobile-nav-text small {
  font-size: 0.75rem;
  color: var(--fg-muted);
  font-weight: 500;
}
.fg-mobile-nav-chevron {
  flex-shrink: 0;
  font-size: 1.25rem;
  font-weight: 300;
  color: var(--fg-muted);
  line-height: 1;
}

.fg-mobile-cat-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.45rem;
  padding: 0 1rem;
}
.fg-mobile-cat-chip {
  display: flex;
  align-items: center;
  gap: 0.45rem;
  padding: 0.65rem 0.75rem;
  border-radius: 12px;
  background: var(--fg-white);
  border: 1px solid var(--fg-border);
  font-size: 0.75rem;
  font-weight: 600;
  color: var(--fg-ink);
  text-decoration: none;
  transition: border-color 0.2s, background 0.2s;
}
.fg-mobile-cat-chip:hover {
  border-color: var(--fg-green);
  background: var(--fg-mint);
  text-decoration: none;
  color: var(--fg-green-dark);
}
.fg-mobile-cat-icon { font-size: 1.1rem; flex-shrink: 0; }

.fg-mobile-quick {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.5rem;
  margin: 1.15rem 1rem 0;
  padding-top: 1rem;
  border-top: 1px solid var(--fg-border);
}
.fg-mobile-quick-tile {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.35rem;
  padding: 0.85rem 0.5rem;
  border-radius: 14px;
  background: var(--fg-white);
  border: 1px solid var(--fg-border);
  text-decoration: none;
  color: var(--fg-ink);
  transition: border-color 0.2s, background 0.2s, transform 0.2s;
  min-height: 76px;
}
.fg-mobile-quick-tile:hover {
  border-color: var(--fg-green-light);
  background: var(--fg-sun);
  transform: translateY(-2px);
  text-decoration: none;
  color: var(--fg-green-dark);
}
.fg-mobile-quick-icon { font-size: 1.35rem; line-height: 1; }
.fg-mobile-quick-label {
  font-size: 0.75rem;
  font-weight: 700;
  text-align: center;
}
.fg-mobile-quick-badge {
  position: absolute;
  top: 8px;
  right: 8px;
  min-width: 18px;
  height: 18px;
  padding: 0 5px;
  border-radius: 999px;
  background: var(--fg-orange);
  color: var(--fg-white);
  font-size: 0.625rem;
  font-weight: 800;
  display: flex;
  align-items: center;
  justify-content: center;
}

body.fg-menu-open { overflow: hidden; }

@media (prefers-reduced-motion: reduce) {
  .fg-mobile-menu:not([hidden]) .fg-mobile-backdrop,
  .fg-mobile-menu:not([hidden]) .fg-mobile-panel {
    animation: none;
  }
  body.fg-menu-open .fg-menu-btn span { transition: none; }
  .fg-mobile-nav-card:hover,
  .fg-mobile-quick-tile:hover,
  .fg-mobile-user:hover { transform: none; }
}

/* Buttons */
.fg-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  padding: 0.75rem 1.5rem;
  border-radius: 999px;
  font: inherit;
  font-weight: 700;
  font-size: 0.875rem;
  text-decoration: none;
  border: 2px solid transparent;
  cursor: pointer;
  transition: all 0.2s;
}
.fg-btn:hover { text-decoration: none; }
.fg-btn--primary {
  background: var(--fg-green);
  color: var(--fg-white);
}
.fg-btn--primary:hover { background: var(--fg-green-dark); color: var(--fg-white); }
.fg-btn--ghost {
  background: transparent;
  border-color: var(--fg-green);
  color: var(--fg-green-dark);
}
.fg-btn--ghost:hover { background: var(--fg-mint); }
.fg-btn--light {
  background: var(--fg-white);
  color: var(--fg-green-dark);
}
.fg-btn--light:hover { background: var(--fg-sun); color: var(--fg-green-dark); }

/* Perks band */
.fg-perks-band {
  background: var(--fg-green-dark);
  color: var(--fg-white);
  padding: 2rem 0;
}
.fg-perks-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
}
.fg-perk {
  display: flex;
  align-items: flex-start;
  gap: 1rem;
}
.fg-perk-icon { font-size: 2rem; flex-shrink: 0; }
.fg-perk strong {
  display: block;
  font-size: 1rem;
  margin-bottom: 0.25rem;
}
.fg-perk p { margin: 0; font-size: 0.8125rem; opacity: 0.85; }

/* Promo banner */
.fg-promo-banner {
  background: linear-gradient(135deg, var(--fg-green) 0%, var(--fg-green-light) 100%);
  color: var(--fg-white);
  padding: 3rem 0;
}
.fg-promo-inner {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  gap: 2rem;
}
.fg-promo-tag {
  display: inline-block;
  background: var(--fg-yellow);
  color: var(--fg-green-dark);
  font-size: 0.6875rem;
  font-weight: 800;
  text-transform: uppercase;
  padding: 0.25rem 0.65rem;
  border-radius: 999px;
  margin-bottom: 0.75rem;
}
.fg-promo-copy h2 {
  font-family: var(--font-display);
  font-size: clamp(1.5rem, 3vw, 2rem);
  margin: 0 0 0.75rem;
}
.fg-promo-copy p { margin: 0 0 1.25rem; opacity: 0.9; max-width: 420px; }
.fg-promo-visual {
  width: 180px;
  height: 180px;
  border-radius: 50%;
  overflow: hidden;
  border: 4px solid rgba(255,255,255,0.3);
  margin: 0;
}
.fg-promo-visual img { width: 100%; height: 100%; object-fit: cover; }

/* Footer */
.fg-footer {
  background: var(--fg-green-dark);
  color: rgba(255,255,255,0.85);
  position: relative;
  padding-top: 3rem;
}
.fg-footer-wave {
  position: absolute;
  top: -40px;
  left: 0;
  right: 0;
  height: 40px;
  background: var(--fg-green-dark);
  clip-path: ellipse(55% 100% at 50% 100%);
}
.fg-footer-grid {
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr 1.2fr;
  gap: 2rem;
  padding-bottom: 2.5rem;
}
.fg-footer-brand p { font-size: 0.875rem; line-height: 1.6; max-width: 280px; }
.fg-logo--footer .fg-logo-text strong { color: var(--fg-white); }
.fg-footer-contact {
  display: flex;
  flex-direction: column;
  gap: 0.35rem;
  margin-top: 1rem;
}
.fg-footer-contact a { color: var(--fg-yellow); text-decoration: none; font-size: 0.875rem; }
.fg-footer-col h4 {
  color: var(--fg-white);
  font-size: 0.9375rem;
  margin: 0 0 1rem;
}
.fg-footer-col a {
  display: block;
  color: rgba(255,255,255,0.75);
  text-decoration: none;
  font-size: 0.8125rem;
  padding: 0.25rem 0;
}
.fg-footer-col a:hover { color: var(--fg-yellow); }
.fg-newsletter {
  display: flex;
  gap: 0.5rem;
  margin-top: 0.75rem;
}
.fg-newsletter input {
  flex: 1;
  border: none;
  border-radius: var(--fg-radius-sm);
  padding: 0.65rem 0.85rem;
  font: inherit;
  font-size: 0.8125rem;
  min-width: 0;
}
.fg-newsletter button {
  border: none;
  background: var(--fg-yellow);
  color: var(--fg-green-dark);
  font-weight: 700;
  font-size: 0.8125rem;
  padding: 0.65rem 1rem;
  border-radius: var(--fg-radius-sm);
  cursor: pointer;
}
.fg-footer-base {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
  padding: 1.25rem 0;
  border-top: 1px solid rgba(255,255,255,0.12);
  font-size: 0.75rem;
}
.fg-footer-legal {
  display: flex;
  gap: 1rem;
  align-items: center;
}
.fg-footer-legal a { color: rgba(255,255,255,0.7); text-decoration: none; }
.fg-footer-legal a:hover { color: var(--fg-yellow); }

/* Product cards (shared) */
.fg-product-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
  gap: 1.25rem;
}
.fg-product-card {
  background: var(--fg-white);
  border-radius: var(--fg-radius);
  overflow: hidden;
  border: 1px solid var(--fg-border);
  position: relative;
  transition: box-shadow 0.2s, transform 0.2s;
}
.fg-product-card:hover {
  box-shadow: var(--fg-shadow);
  transform: translateY(-2px);
}
.fg-product-badge {
  position: absolute;
  top: 10px;
  left: 10px;
  background: var(--fg-orange);
  color: var(--fg-white);
  font-size: 0.6875rem;
  font-weight: 800;
  padding: 0.2rem 0.5rem;
  border-radius: 999px;
  z-index: 2;
}
.fg-product-tag {
  position: absolute;
  top: 10px;
  right: 10px;
  background: var(--fg-green);
  color: var(--fg-white);
  font-size: 0.625rem;
  font-weight: 700;
  padding: 0.2rem 0.5rem;
  border-radius: 999px;
  z-index: 2;
}
.fg-product-thumb {
  display: block;
  aspect-ratio: 1;
  background: var(--fg-mint);
  padding: 1rem;
}
.fg-product-thumb img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.fg-product-body { padding: 0.85rem 1rem 1rem; }
.fg-product-cat {
  font-size: 0.6875rem;
  font-weight: 600;
  color: var(--fg-muted);
  text-transform: uppercase;
  letter-spacing: 0.04em;
  margin: 0 0 0.25rem;
}
.fg-product-body h3 {
  font-size: 0.9375rem;
  font-weight: 700;
  margin: 0 0 0.25rem;
  line-height: 1.3;
}
.fg-product-body h3 a { color: var(--fg-ink); text-decoration: none; }
.fg-product-body h3 a:hover { color: var(--fg-green); }
.fg-product-variant { font-size: 0.75rem; color: var(--fg-muted); margin: 0 0 0.5rem; }
.fg-product-price { margin: 0; }
.fg-product-price strong { color: var(--fg-green-dark); font-size: 1rem; }
.fg-product-price s { color: var(--fg-muted); font-size: 0.8125rem; margin-left: 0.35rem; }

.fg-section-head { margin-bottom: 1.75rem; }
.fg-section-head--center { text-align: center; }
.fg-section-head--row {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 1rem;
}
.fg-eyebrow {
  display: block;
  font-size: 0.75rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: var(--fg-green);
  margin-bottom: 0.35rem;
}
.fg-section-head h2 {
  font-family: var(--font-display);
  font-size: clamp(1.5rem, 3vw, 2rem);
  margin: 0;
  color: var(--fg-ink);
}
.fg-link-more {
  font-weight: 700;
  font-size: 0.875rem;
  color: var(--fg-green);
  text-decoration: none;
  white-space: nowrap;
}
.fg-link-more:hover { text-decoration: underline; }

.fg-tabs {
  display: inline-flex;
  gap: 0.25rem;
  background: var(--fg-mint);
  padding: 0.25rem;
  border-radius: 999px;
  margin-top: 1rem;
}
.fg-tabs button {
  border: none;
  background: transparent;
  padding: 0.5rem 1rem;
  border-radius: 999px;
  font: inherit;
  font-size: 0.8125rem;
  font-weight: 600;
  color: var(--fg-muted);
  cursor: pointer;
}
.fg-tabs button.is-active {
  background: var(--fg-white);
  color: var(--fg-green-dark);
  box-shadow: 0 2px 8px rgba(0,0,0,0.06);
}

/* Hide wishlist controls and social icon rows if present */
[class*="wishlist"],
[class*="wish-list"],
.wishlist-btn,
.wishlist,
button[title*="Wishlist" i],
a[title*="Wishlist" i],
.footer-social,
.social-links,
.social-icons,
.social-media,
[class*="footer-social"],
a[href*="facebook.com"],
a[href*="instagram.com"],
a[href*="twitter.com"],
a[href*="x.com"],
a[href*="linkedin.com"],
a[href*="youtube.com"] {
  display: none !important;
}
