:root {
  --f8-navy: #101040;
  --f8-orange: #ff7e00;
  --f8-yellow: #ffcb00;
  --f8-white: #ffffff;
  --f8-paper: #f6f6fb;
  --f8-ink: #101040;
  --f8-line: rgba(16, 16, 64, 0.16);
  --f8-width: 1120px;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--f8-ink);
  background: var(--f8-paper);
  font-family: Inter, "Helvetica Neue", Arial, "Noto Sans", sans-serif;
  line-height: 1.7;
  -webkit-font-smoothing: antialiased;
  overflow-x: clip;
}
img { max-width: 100%; height: auto; }
a { color: inherit; }
.screen-reader-text,
.f8-skip-link:not(:focus) {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
  white-space: nowrap;
}
.f8-skip-link:focus {
  position: fixed;
  z-index: 9999;
  top: 12px;
  left: 12px;
  padding: 10px 16px;
  background: var(--f8-yellow);
}

.f8-site-header {
  position: relative;
  z-index: 1000;
  color: var(--f8-white);
  background: var(--f8-navy);
}
.f8-site-header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: min(100% - 48px, var(--f8-width));
  min-height: 88px;
  margin-inline: auto;
}
.f8-brand {
  display: flex;
  align-items: center;
  gap: 13px;
  min-width: 222px;
  min-height: 72px;
  padding: 10px 22px 12px;
  background: var(--f8-white);
  border-radius: 0 0 20px 20px;
  box-shadow: 0 12px 34px rgba(0, 0, 0, .10);
}
.f8-brand .custom-logo-link { display: flex; align-items: center; flex: 0 0 auto; }
.f8-brand img { display: block; width: auto; max-width: 42px; max-height: 48px; }
.f8-brand__name {
  color: var(--f8-navy) !important;
  font-size: 25px;
  font-weight: 650;
  letter-spacing: -.035em;
  line-height: 1;
  text-decoration: none;
}
.f8-primary-nav__list,
.f8-footer-nav__list {
  display: flex;
  align-items: center;
  gap: 30px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.f8-primary-nav a {
  color: var(--f8-orange);
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
}
.f8-primary-nav a:hover,
.f8-primary-nav .current-menu-item > a { color: var(--f8-yellow); }
.f8-menu-toggle { display: none; }

.f8-main { width: 100%; min-height: 55vh; }
.f8-content-shell,
.f8-entry-header {
  width: min(100% - 48px, var(--f8-width));
  margin-inline: auto;
}
.f8-content-shell { padding-block: clamp(64px, 8vw, 120px); }
.f8-entry-header { padding-block: 72px 30px; }
.f8-entry-title { margin: 0; font-size: clamp(38px, 6vw, 72px); line-height: 1; }
.f8-entry-content { width: 100%; }
.f8-entry-content::after { display: block; clear: both; content: ""; }

/* A custom post hero owns the title area and starts directly below the site header. */
body.single-post .f8-main--has-post-hero { padding-top: 0; }

/* ================================================================
   Single-post reading system
   The direct-child selectors keep these rules away from a custom HERO.
================================================================ */
body.single-post .f8-entry-content {
  --f8-reading-width: 920px;
  font-size: clamp(16px, 1.35vw, 17px);
  line-height: 1.85;
}

body.single-post .f8-entry-content > :where(
  p,
  h2,
  h3,
  ul,
  ol,
  hr,
  blockquote,
  figure,
  table,
  pre
) {
  width: min(100%, var(--f8-reading-width));
  margin-inline: auto;
}

body.single-post .f8-entry-content > p {
  margin-block: 0 1.65em;
}

body.single-post .f8-entry-content > h2 {
  margin-block: clamp(58px, 7vw, 82px) 26px;
  padding: 0 0 3px 20px;
  border-left: 6px solid var(--f8-orange);
  color: var(--f8-navy);
  font-size: clamp(28px, 4vw, 42px);
  font-weight: 750;
  line-height: 1.35;
  letter-spacing: -.02em;
}

body.single-post .f8-entry-content > h3 {
  margin-block: clamp(42px, 5vw, 62px) 20px;
  padding-bottom: 10px;
  color: var(--f8-navy);
  font-size: clamp(22px, 3vw, 30px);
  font-weight: 750;
  line-height: 1.45;
  border-bottom: 2px solid var(--f8-orange);
}

body.single-post .f8-entry-content > :where(ul, ol) {
  margin-block: 0 1.8em;
  padding-left: 1.65em;
}

body.single-post .f8-entry-content > :where(ul, ol) li {
  margin-block: .45em;
  padding-left: .25em;
}

body.single-post .f8-entry-content > ul li::marker {
  color: var(--f8-orange);
}

body.single-post .f8-entry-content > ol li::marker {
  color: var(--f8-orange);
  font-weight: 800;
}

body.single-post .f8-entry-content > hr {
  height: 3px;
  margin-block: clamp(48px, 6vw, 72px);
  border: 0;
  background: linear-gradient(90deg, var(--f8-orange) 0 92px, var(--f8-line) 92px 100%);
}

body.single-post .f8-entry-content > blockquote {
  margin-block: 34px;
  padding: clamp(22px, 3vw, 32px);
  border: 0;
  border-left: 7px solid var(--f8-yellow);
  border-radius: 0 20px 20px 0;
  color: var(--f8-navy);
  background: rgba(255, 203, 0, .14);
}

body.single-post .f8-entry-content > blockquote > :first-child { margin-top: 0; }
body.single-post .f8-entry-content > blockquote > :last-child { margin-bottom: 0; }

body.single-post .f8-entry-content > figure {
  margin-block: clamp(36px, 5vw, 58px);
}

body.single-post .f8-entry-content > figure img,
body.single-post .f8-entry-content > img {
  display: block;
  width: 100%;
  border-radius: 20px;
  box-shadow: 0 16px 42px rgba(16, 16, 64, .12);
}

body.single-post .f8-entry-content figcaption {
  margin-top: 12px;
  color: rgba(16, 16, 64, .68);
  font-size: 13px;
  line-height: 1.65;
  text-align: center;
}

body.single-post .f8-entry-content > table {
  display: table;
  margin-block: 36px;
  border-spacing: 0;
  border-collapse: separate;
  overflow: hidden;
  border: 1px solid var(--f8-line);
  border-radius: 16px;
  background: var(--f8-white);
}

body.single-post .f8-entry-content table :where(th, td) {
  padding: 14px 16px;
  border: 0;
  border-right: 1px solid var(--f8-line);
  border-bottom: 1px solid var(--f8-line);
  text-align: left;
  vertical-align: top;
}

body.single-post .f8-entry-content table :where(th, td):last-child { border-right: 0; }
body.single-post .f8-entry-content table tr:last-child > :where(th, td) { border-bottom: 0; }
body.single-post .f8-entry-content table th {
  color: var(--f8-white);
  background: var(--f8-navy);
  font-weight: 700;
}

body.single-post .f8-entry-content > pre {
  margin-block: 36px;
  padding: clamp(20px, 3vw, 30px);
  overflow-x: auto;
  border-radius: 18px;
  color: #f8f8ff;
  background: var(--f8-navy);
  font-size: .9em;
  line-height: 1.7;
  tab-size: 2;
}

body.single-post .f8-entry-content code {
  padding: .16em .4em;
  border-radius: 5px;
  color: var(--f8-navy);
  background: rgba(255, 126, 0, .12);
  font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
  font-size: .9em;
}

body.single-post .f8-entry-content pre code {
  padding: 0;
  color: inherit;
  background: transparent;
  font-size: inherit;
}

body.single-post .f8-entry-content > :not(.f8-post-hero) a {
  color: var(--f8-orange);
  font-weight: 650;
  text-decoration-thickness: 1px;
  text-underline-offset: 4px;
}

body.single-post .f8-entry-content > :not(.f8-post-hero) a:hover {
  color: var(--f8-navy);
  text-decoration-color: var(--f8-yellow);
}

/* Custom HTML pages provide their own designed headings. */
body.page .f8-entry-header { display: none; }
.f8-card { padding-block: 28px; border-bottom: 1px solid var(--f8-line); }
.f8-card h2 { margin: 0 0 10px; }
.f8-card a { text-decoration-color: var(--f8-orange); text-underline-offset: 5px; }
.f8-eyebrow { color: var(--f8-orange); font-weight: 800; letter-spacing: .16em; }
.f8-basic-button { display: inline-flex; margin-top: 20px; padding: 12px 22px; border-radius: 999px; color: white; background: var(--f8-orange); font-weight: 700; text-decoration: none; }

.f8-site-footer {
  padding: 64px 0 34px;
  color: var(--f8-white);
  background: var(--f8-navy);
  border-top: 6px solid var(--f8-orange);
}
.f8-site-footer__inner { width: min(100% - 48px, var(--f8-width)); margin-inline: auto; }
.f8-site-footer__brand { margin: 0 0 26px; color: var(--f8-yellow); font-size: 22px; font-weight: 800; letter-spacing: .12em; }
.f8-footer-nav a { color: white; text-decoration: none; }
.f8-site-footer__copy { margin: 54px 0 0; padding-top: 22px; border-top: 1px solid rgba(255,255,255,.18); font-size: 13px; }

/* A page that already contains the current custom fulcrum8 footer does not need a duplicate. */
body:has(.f8-footer) > .f8-site-footer { display: none; }

/* ================================================================
   Journal index
   One archive for News and Column, with dynamic category/tag filters.
================================================================ */
.f8-journal {
  color: var(--f8-navy);
  background: var(--f8-paper);
}

.f8-journal-hero {
  position: relative;
  isolation: isolate;
  min-height: clamp(360px, 48vw, 520px);
  padding:
    clamp(80px, 9vw, 120px)
    max(24px, calc((100vw - var(--f8-width)) / 2))
    clamp(64px, 7vw, 92px);
  overflow: hidden;
  color: var(--f8-white);
  background: var(--f8-navy);
}

.f8-journal-hero::before {
  position: absolute;
  z-index: -1;
  top: -110px;
  right: 8%;
  width: 310px;
  height: 310px;
  border-radius: 50%;
  background: var(--f8-yellow);
  content: "";
}

.f8-journal-hero::after {
  position: absolute;
  z-index: -1;
  right: -100px;
  bottom: -220px;
  width: 430px;
  height: 430px;
  border-radius: 50%;
  background: var(--f8-orange);
  content: "";
}

.f8-journal-hero__inner {
  position: relative;
  z-index: 2;
  width: min(100%, 840px);
}

.f8-journal-hero__kicker,
.f8-journal-filters__label,
.f8-journal-topics__label {
  margin: 0;
  font-family: "Poppins", sans-serif;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: .16em;
}

.f8-journal-hero__kicker { color: var(--f8-yellow); }

.f8-journal-hero h1 {
  max-width: 780px;
  margin: 22px 0 0;
  color: var(--f8-white);
  font-family: "Poppins", sans-serif;
  font-size: clamp(54px, 8vw, 104px);
  font-weight: 700;
  line-height: .96;
  letter-spacing: -.055em;
}

.f8-journal-hero__lead {
  max-width: 630px;
  margin-top: 30px;
  font-size: clamp(16px, 1.6vw, 20px);
  line-height: 1.75;
}

.f8-journal-hero__lead > :first-child { margin-top: 0; }
.f8-journal-hero__lead > :last-child { margin-bottom: 0; }

.f8-journal-hero__mark {
  position: absolute;
  z-index: 1;
  right: 5%;
  bottom: -92px;
  color: rgba(16, 16, 64, .23);
  font-family: "Poppins", sans-serif;
  font-size: clamp(260px, 32vw, 470px);
  font-weight: 800;
  line-height: 1;
  pointer-events: none;
}

.f8-journal-index {
  padding: clamp(66px, 8vw, 110px) 0 clamp(90px, 10vw, 140px);
}

.f8-journal-index__inner {
  width: min(100% - 48px, var(--f8-width));
  margin-inline: auto;
}

.f8-journal-filters {
  display: grid;
  grid-template-columns: 150px 1fr;
  gap: 28px;
  align-items: center;
  margin-bottom: clamp(44px, 6vw, 72px);
  padding-bottom: 24px;
  border-bottom: 1px solid var(--f8-line);
}

.f8-journal-filters__label { color: var(--f8-orange); }

.f8-journal-filters__links {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.f8-journal-filters__links a,
.f8-journal-topics a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 0 19px;
  border: 1px solid var(--f8-line);
  border-radius: 999px;
  color: var(--f8-navy);
  background: var(--f8-white);
  font-family: "Poppins", "Zen Maru Gothic", sans-serif;
  font-size: 12px;
  font-weight: 700;
  text-decoration: none;
  transition: transform .2s ease, color .2s ease, background-color .2s ease, border-color .2s ease;
}

.f8-journal-filters__links a:hover,
.f8-journal-filters__links a.is-current,
.f8-journal-topics a:hover,
.f8-journal-topics a.is-current {
  border-color: var(--f8-orange);
  color: var(--f8-white);
  background: var(--f8-orange);
  transform: translateY(-2px);
}

.f8-journal-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 26px;
}

.f8-journal-card {
  position: relative;
  isolation: isolate;
  display: flex;
  flex-direction: column;
  min-height: 390px;
  padding: clamp(28px, 4vw, 42px);
  overflow: hidden;
  border-radius: 28px;
  color: var(--f8-navy);
  background: var(--f8-white);
  box-shadow: 0 16px 46px rgba(16, 16, 64, .07);
}

.f8-journal-card::before {
  position: absolute;
  z-index: -1;
  right: -82px;
  bottom: -105px;
  width: 245px;
  height: 245px;
  border-radius: 50%;
  background: var(--f8-yellow);
  content: "";
}

.f8-journal-card::after {
  position: absolute;
  z-index: -1;
  right: 18px;
  bottom: -34px;
  color: rgba(16, 16, 64, .09);
  font-family: "Poppins", sans-serif;
  font-size: 190px;
  font-weight: 800;
  line-height: 1;
  content: "8";
  pointer-events: none;
}

.f8-journal-card--news {
  color: var(--f8-white);
  background: var(--f8-navy);
}

.f8-journal-card--news::before { background: var(--f8-orange); }
.f8-journal-card--news::after { color: rgba(255, 255, 255, .10); }

.f8-journal-card__meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  font-family: "Poppins", "Zen Maru Gothic", sans-serif;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .08em;
}

.f8-journal-card__category {
  color: var(--f8-orange);
  font-weight: 800;
  letter-spacing: .14em;
  text-decoration: none;
  text-transform: uppercase;
}

.f8-journal-card--news .f8-journal-card__category { color: var(--f8-yellow); }
.f8-journal-card__meta time { opacity: .64; }

.f8-journal-card h2 {
  max-width: 520px;
  margin: 44px 0 20px;
  font-family: "Zen Maru Gothic", "Poppins", sans-serif;
  font-size: clamp(27px, 3.1vw, 38px);
  font-weight: 700;
  line-height: 1.35;
  letter-spacing: .015em;
}

.f8-journal-card h2 a {
  color: inherit;
  text-decoration: none;
}

.f8-journal-card h2 a:hover { color: var(--f8-orange); }
.f8-journal-card--news h2 a:hover { color: var(--f8-yellow); }

.f8-journal-card__excerpt {
  max-width: 560px;
  margin: 0 0 34px;
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 14px;
  line-height: 1.9;
  opacity: .82;
}

.f8-journal-card__footer {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 22px;
  margin-top: auto;
}

.f8-journal-card__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 5px 12px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.f8-journal-card__tags a {
  color: inherit;
  font-family: "Zen Maru Gothic", "Poppins", sans-serif;
  font-size: 11px;
  font-weight: 500;
  opacity: .62;
  text-decoration: none;
}

.f8-journal-card__tags a:hover { opacity: 1; }

.f8-journal-card__read {
  flex: 0 0 auto;
  color: inherit;
  font-family: "Poppins", sans-serif;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .1em;
  text-decoration: none;
}

.f8-journal-card__read span { color: var(--f8-orange); font-size: 18px; }
.f8-journal-card--news .f8-journal-card__read span { color: var(--f8-yellow); }

.f8-journal-pagination { margin-top: 54px; }
.f8-journal-pagination .nav-links { display: flex; flex-wrap: wrap; gap: 8px; justify-content: center; }
.f8-journal-pagination .page-numbers {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 44px;
  min-height: 44px;
  padding: 0 14px;
  border: 1px solid var(--f8-line);
  border-radius: 999px;
  background: var(--f8-white);
  font-family: "Poppins", sans-serif;
  font-size: 12px;
  font-weight: 700;
  text-decoration: none;
}

.f8-journal-pagination .page-numbers.current,
.f8-journal-pagination a.page-numbers:hover {
  border-color: var(--f8-navy);
  color: var(--f8-white);
  background: var(--f8-navy);
}

.f8-journal-topics {
  display: grid;
  grid-template-columns: 150px 1fr;
  gap: 28px;
  align-items: start;
  margin-top: clamp(70px, 9vw, 110px);
  padding-top: 34px;
  border-top: 1px solid var(--f8-line);
}

.f8-journal-topics__label { padding-top: 12px; color: var(--f8-orange); }
.f8-journal-topics ul { display: flex; flex-wrap: wrap; gap: 10px; margin: 0; padding: 0; list-style: none; }

.f8-journal-empty {
  padding: 60px;
  border-radius: 24px;
  background: var(--f8-white);
  text-align: center;
}

.f8-journal-empty a { color: var(--f8-orange); font-weight: 700; }

/* Component sections are full width on every language page. */
.f8-hero,
.f8-services,
.f8-about,
.f8-contact,
.f8-footer {
  width: 100% !important;
  margin-left: 0 !important;
}

@media (max-width: 767px) {
  .f8-site-header__inner { width: min(100% - 32px, var(--f8-width)); min-height: 78px; }
  .f8-brand {
    gap: 10px;
    min-width: 178px;
    min-height: 64px;
    padding: 8px 16px 10px;
    border-radius: 0 0 16px 16px;
  }
  .f8-brand img { max-width: 34px; max-height: 42px; }
  .f8-brand__name { font-size: 21px; }
  .f8-menu-toggle {
    display: grid;
    width: 42px;
    height: 42px;
    padding: 10px;
    border: 1px solid rgba(255,255,255,.5);
    color: white;
    background: transparent;
    cursor: pointer;
  }
  .f8-menu-toggle > span:not(.screen-reader-text) { display: block; height: 2px; background: currentColor; }
  .f8-primary-nav {
    position: absolute;
    top: 100%;
    right: 0;
    left: 0;
    display: none;
    padding: 18px 24px 28px;
    background: var(--f8-navy);
    border-top: 1px solid rgba(255,255,255,.15);
  }
  .is-menu-open .f8-primary-nav { display: block; }
  .f8-primary-nav__list { align-items: stretch; flex-direction: column; gap: 0; }
  .f8-primary-nav li { border-bottom: 1px solid rgba(255,255,255,.16); }
  .f8-primary-nav a { display: block; padding: 13px 0; }
  .f8-footer-nav__list { align-items: flex-start; flex-direction: column; gap: 12px; }
  .f8-content-shell, .f8-entry-header { width: min(100% - 40px, var(--f8-width)); }

  body.single-post .f8-entry-content {
    font-size: 16px;
    line-height: 1.85;
  }

  body.single-post .f8-entry-content > h2 {
    padding-left: 14px;
    border-left-width: 5px;
    font-size: clamp(27px, 8vw, 34px);
  }

  body.single-post .f8-entry-content > h3 {
    font-size: clamp(22px, 6.5vw, 28px);
  }

  body.single-post .f8-entry-content > table {
    display: block;
    overflow-x: auto;
    white-space: nowrap;
  }

  .f8-journal-hero {
    min-height: 390px;
    padding: 80px 24px 66px;
  }

  .f8-journal-hero::before {
    top: -55px;
    right: -88px;
    width: 220px;
    height: 220px;
  }

  .f8-journal-hero::after {
    right: -150px;
    bottom: -190px;
    width: 350px;
    height: 350px;
  }

  .f8-journal-hero h1 {
    max-width: 85%;
    font-size: clamp(48px, 14vw, 68px);
  }

  .f8-journal-hero__lead { max-width: 80%; font-size: 15px; }
  .f8-journal-hero__mark { right: -4%; bottom: -45px; font-size: 250px; }

  .f8-journal-index__inner { width: min(100% - 40px, var(--f8-width)); }
  .f8-journal-filters,
  .f8-journal-topics { grid-template-columns: 1fr; gap: 18px; }
  .f8-journal-grid { grid-template-columns: 1fr; }
  .f8-journal-card { min-height: 370px; padding: 28px 24px; border-radius: 24px; }
  .f8-journal-card h2 { margin-top: 36px; font-size: clamp(26px, 8vw, 34px); }
  .f8-journal-card__footer { align-items: flex-start; flex-direction: column; }
  .f8-journal-topics__label { padding-top: 0; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; transition-duration: .01ms !important; }
}

/* ================================================================
   Shop index
   Works as a designed empty state before WooCommerce is configured,
   then turns categories and published products into the storefront.
================================================================ */
.f8-shop {
  color: var(--f8-navy);
  background: var(--f8-paper);
}

.f8-shop__inner {
  width: min(100% - 48px, var(--f8-width));
  margin-inline: auto;
}

.f8-shop-hero {
  position: relative;
  isolation: isolate;
  display: flex;
  align-items: center;
  min-height: clamp(570px, 72vh, 760px);
  padding: clamp(92px, 10vw, 140px) max(24px, calc((100vw - 1120px) / 2));
  overflow: hidden;
  color: var(--f8-white);
  background: var(--f8-navy);
}

.f8-shop-hero::before {
  position: absolute;
  z-index: -1;
  top: -120px;
  right: 8%;
  width: 350px;
  height: 350px;
  border-radius: 50%;
  background: var(--f8-yellow);
  content: "";
}

.f8-shop-hero::after {
  position: absolute;
  z-index: -1;
  right: -120px;
  bottom: -250px;
  width: 500px;
  height: 500px;
  border-radius: 50%;
  background: var(--f8-orange);
  content: "";
}

.f8-shop-hero__inner {
  position: relative;
  z-index: 2;
  width: min(100%, 820px);
}

.f8-shop__kicker,
.f8-shop__section-label {
  margin: 0;
  color: var(--f8-yellow);
  font-family: "Poppins", sans-serif;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: .17em;
}

.f8-shop-hero h1 {
  max-width: 900px;
  margin: 26px 0 0;
  color: var(--f8-white);
  font-size: clamp(56px, 8vw, 112px);
  font-weight: 650;
  line-height: .93;
  letter-spacing: -.065em;
}

.f8-shop-hero h1 span { color: var(--f8-orange); }

.f8-shop-hero__lead {
  max-width: 620px;
  margin: 38px 0 0;
  font-size: clamp(16px, 1.7vw, 20px);
  line-height: 1.8;
}

.f8-shop-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 38px;
}

.f8-shop-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 0 28px;
  border: 2px solid var(--f8-orange);
  border-radius: 999px;
  color: var(--f8-white);
  background: var(--f8-orange);
  font-size: 13px;
  font-weight: 800;
  text-decoration: none;
  transition: transform .2s ease, background-color .2s ease, border-color .2s ease, color .2s ease;
}

.f8-shop-button:hover {
  border-color: var(--f8-yellow);
  color: var(--f8-navy);
  background: var(--f8-yellow);
  transform: translateY(-2px);
}

.f8-shop-button--outline {
  border-color: rgba(255,255,255,.75);
  background: transparent;
}

.f8-shop-hero__shape {
  position: absolute;
  z-index: 1;
  right: 1%;
  bottom: -105px;
  color: rgba(16,16,64,.25);
  font-family: "Poppins", sans-serif;
  font-size: clamp(300px, 36vw, 540px);
  font-weight: 800;
  line-height: 1;
  pointer-events: none;
}

.f8-shop-categories,
.f8-shop-products {
  padding-block: clamp(76px, 10vw, 132px);
}

.f8-shop-categories { background: var(--f8-white); }
.f8-shop-products { background: var(--f8-paper); }
.f8-shop__section-label { color: var(--f8-orange); }

.f8-shop-categories h2,
.f8-shop-products h2 {
  max-width: 760px;
  margin: 18px 0 52px;
  font-size: clamp(42px, 6vw, 76px);
  font-weight: 650;
  line-height: 1.02;
  letter-spacing: -.055em;
}

.f8-shop-category-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
}

.f8-shop-category {
  position: relative;
  isolation: isolate;
  display: flex;
  flex-direction: column;
  min-height: 260px;
  padding: 30px;
  overflow: hidden;
  border-radius: 28px;
  color: var(--f8-navy);
  background: var(--f8-yellow);
  text-decoration: none;
  transition: transform .22s ease, box-shadow .22s ease;
}

.f8-shop-category::after {
  position: absolute;
  z-index: -1;
  right: -70px;
  bottom: -85px;
  width: 190px;
  height: 190px;
  border-radius: 50%;
  background: var(--f8-orange);
  content: "";
}

.f8-shop-category--1 { background: var(--f8-orange); }
.f8-shop-category--1::after { background: var(--f8-yellow); }
.f8-shop-category--2 { color: var(--f8-white); background: var(--f8-navy); }
.f8-shop-category--2::after { background: var(--f8-orange); }

.f8-shop-category:hover {
  transform: translateY(-5px);
  box-shadow: 0 22px 48px rgba(16,16,64,.14);
}

.f8-shop-category__number {
  align-self: flex-end;
  font-family: "Poppins", sans-serif;
  font-size: 62px;
  font-weight: 700;
  line-height: .8;
  opacity: .14;
}

.f8-shop-category__name {
  max-width: 80%;
  margin-top: auto;
  font-size: clamp(24px, 2.8vw, 36px);
  font-weight: 700;
  line-height: 1.15;
}

.f8-shop-category__count {
  margin-top: 12px;
  font-family: "Poppins", sans-serif;
  font-size: 12px;
  font-weight: 700;
  opacity: .65;
}

.f8-shop-category__arrow {
  position: absolute;
  right: 27px;
  bottom: 25px;
  color: currentColor;
  font-size: 24px;
}

.f8-shop-products__header {
  display: grid;
  grid-template-columns: 150px 1fr;
  gap: 28px;
  align-items: start;
}

.f8-shop-products__header h2 { margin-top: 0; }

.f8-shop-product-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 22px;
}

.f8-shop-product {
  overflow: hidden;
  border: 1px solid var(--f8-line);
  border-radius: 24px;
  background: var(--f8-white);
  box-shadow: 0 12px 34px rgba(16,16,64,.05);
}

.f8-shop-product__media {
  display: grid;
  aspect-ratio: 1 / 1;
  overflow: hidden;
  background: #ececf4;
  place-items: center;
}

.f8-shop-product__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .35s ease;
}

.f8-shop-product:hover .f8-shop-product__media img { transform: scale(1.035); }

.f8-shop-product__placeholder {
  display: grid;
  width: 76%;
  height: 76%;
  border-radius: 50%;
  color: rgba(16,16,64,.23);
  background: var(--f8-yellow);
  font-family: "Poppins", sans-serif;
  font-size: clamp(80px, 10vw, 150px);
  font-weight: 800;
  line-height: 1;
  place-items: center;
}

.f8-shop-product__body { padding: 24px; }

.f8-shop-product__price {
  min-height: 1.6em;
  margin: 0 0 8px;
  color: var(--f8-orange);
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  font-weight: 800;
}

.f8-shop-product__body h3 {
  margin: 0;
  font-size: 20px;
  line-height: 1.4;
}

.f8-shop-product__body h3 a { text-decoration: none; }
.f8-shop-product__body h3 a:hover { color: var(--f8-orange); }

.f8-shop-product__link {
  display: inline-flex;
  gap: 10px;
  margin-top: 28px;
  font-family: "Poppins", sans-serif;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .05em;
  text-decoration: none;
}

.f8-shop-product__link span { color: var(--f8-orange); font-size: 17px; }

.f8-shop-empty {
  position: relative;
  display: grid;
  min-height: 290px;
  overflow: hidden;
  border-radius: 28px;
  color: var(--f8-white);
  background: var(--f8-navy);
  place-items: center;
  text-align: center;
}

.f8-shop-empty span {
  position: absolute;
  right: -24px;
  bottom: -100px;
  color: rgba(255,126,0,.14);
  font-family: "Poppins", sans-serif;
  font-size: 330px;
  font-weight: 800;
  line-height: 1;
}

.f8-shop-empty p { position: relative; z-index: 1; margin: 0; padding: 40px; }
.f8-shop-pagination { margin-top: 52px; }
.f8-shop-pagination .nav-links { display: flex; flex-wrap: wrap; justify-content: center; gap: 8px; }
.f8-shop-pagination .page-numbers {
  display: inline-grid;
  min-width: 44px;
  min-height: 44px;
  padding: 0 14px;
  border: 1px solid var(--f8-line);
  border-radius: 999px;
  background: var(--f8-white);
  font-weight: 700;
  place-items: center;
  text-decoration: none;
}
.f8-shop-pagination .current,
.f8-shop-pagination a:hover { color: var(--f8-white); background: var(--f8-navy); }

/* ================================================================
   WooCommerce footer
================================================================ */
.f8-shop-footer {
  position: relative;
  overflow: hidden;
  color: var(--f8-white);
  background: var(--f8-navy);
  border-top: 7px solid var(--f8-orange);
}

.f8-shop-footer__inner {
  position: relative;
  z-index: 1;
  width: min(100% - 48px, var(--f8-width));
  margin-inline: auto;
  padding: clamp(64px, 8vw, 104px) 0 34px;
}

.f8-shop-footer__heading {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 28px;
  margin-bottom: 34px;
}

.f8-shop-footer__brand {
  margin: 0;
  color: var(--f8-yellow);
  font-size: clamp(30px, 4vw, 48px);
  font-weight: 700;
  letter-spacing: -.04em;
}

.f8-shop-footer__label {
  margin: 0 0 8px;
  color: var(--f8-yellow);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .16em;
}

.f8-shop-footer__nav ol {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin: 0;
  padding: 0;
  border-top: 1px solid rgba(255,255,255,.24);
  list-style: none;
}

.f8-shop-footer__nav li:nth-child(odd) { border-right: 1px solid rgba(255,255,255,.24); }

.f8-shop-footer__nav a {
  display: grid;
  grid-template-columns: 42px 1fr auto;
  align-items: center;
  gap: 12px;
  min-height: 72px;
  padding: 12px 22px;
  border-bottom: 1px solid rgba(255,255,255,.24);
  color: var(--f8-white);
  font-weight: 600;
  text-decoration: none;
  transition: color .2s ease, background-color .2s ease;
}

.f8-shop-footer__nav a:hover {
  color: var(--f8-navy);
  background: var(--f8-yellow);
}

.f8-shop-footer__number {
  color: var(--f8-orange);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .12em;
}

.f8-shop-footer__nav a:hover .f8-shop-footer__number { color: var(--f8-navy); }
.f8-shop-footer__arrow { color: var(--f8-orange); font-size: 18px; }

.f8-shop-footer__bottom {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  min-height: 92px;
  padding-top: 30px;
}

.f8-shop-footer__bottom p { margin: 0; color: rgba(255,255,255,.72); font-size: 12px; }
.f8-shop-footer__bottom > span {
  margin: 0 18px -50px 0;
  color: rgba(255,126,0,.18);
  font-size: 190px;
  font-weight: 800;
  line-height: .7;
}

@media (max-width: 980px) {
  .f8-shop-category-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .f8-shop-product-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 767px) {
  .f8-shop__inner { width: min(100% - 40px, var(--f8-width)); }
  .f8-shop-hero {
    align-items: flex-start;
    min-height: 690px;
    padding: 100px 24px 90px;
  }
  .f8-shop-hero::before {
    top: -70px;
    right: -100px;
    width: 250px;
    height: 250px;
  }
  .f8-shop-hero::after {
    right: -180px;
    bottom: -150px;
    width: 390px;
    height: 390px;
  }
  .f8-shop-hero h1 {
    max-width: 94%;
    font-size: clamp(50px, 14vw, 72px);
  }
  .f8-shop-hero__lead { max-width: 84%; font-size: 15px; }
  .f8-shop-hero__actions { flex-direction: column; align-items: flex-start; }
  .f8-shop-button { width: min(100%, 290px); }
  .f8-shop-hero__shape { right: -35px; bottom: -48px; font-size: 280px; }
  .f8-shop-categories h2,
  .f8-shop-products h2 { margin-bottom: 36px; font-size: clamp(38px, 11vw, 52px); }
  .f8-shop-products__header { grid-template-columns: 1fr; gap: 16px; }
}

@media (max-width: 560px) {
  .f8-shop-category-grid,
  .f8-shop-product-grid { grid-template-columns: 1fr; }
  .f8-shop-category { min-height: 230px; }
  .f8-shop-footer__inner { width: min(100% - 40px, var(--f8-width)); padding-top: 56px; }
  .f8-shop-footer__heading { align-items: flex-start; flex-direction: column; gap: 6px; }
  .f8-shop-footer__nav ol { grid-template-columns: 1fr; }
  .f8-shop-footer__nav li:nth-child(odd) { border-right: 0; }
  .f8-shop-footer__nav a { min-height: 62px; padding-inline: 8px; }
  .f8-shop-footer__bottom > span { margin-right: -12px; font-size: 130px; }
}
