/*
Theme Name: FishCoop
Theme URI: https://fishermanscoop.enterpriseprofile.com.au
Author: Fishermans Co-op
Description: Custom theme cloned from the Commercial Fishermen's Co-Operative site.
Version: 1.2.5
Text Domain: fishcoop
*/

@font-face {
  font-family: "Gloock";
  src: url("assets/fonts/gloock-400.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Noto Sans";
  src: url("assets/fonts/noto-sans-400.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Noto Sans";
  src: url("assets/fonts/noto-sans-500.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Noto Sans";
  src: url("assets/fonts/noto-sans-700.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

:root {
  --bg: #0E1D34;
  --surface: #CFD3D9;
  --ink: #FFFFFF;
  --ink-dark: #010203;
  --accent: #00A1C8;
  --accent-soft: #CCECF4;
  --sky: #5AA1E3;
  --font-display: "Gloock", Georgia, serif;
  --font-body: "Noto Sans", Helvetica, sans-serif;
  --radius: 6px;
  --space: 16px;
  --wrap: 1180px;
}

*, *::before, *::after { box-sizing: border-box; }
:where(h1, h2, h3, h4, h5, h6, p, ul, ol, figure, blockquote) { margin: 0; }
img { max-width: 100%; height: auto; display: block; border-radius: 30px; }
.fc-logo img,
.fc-icon-card img {
  border-radius: 0;
}
a { color: inherit; text-decoration: none; }
button, input, textarea, select { font: inherit; }

html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--bg);
  color: var(--ink);
  font-family: var(--font-body);
  font-weight: 400;
  line-height: 30px;
  font-size: 20px;
  letter-spacing: 0;
}

.fc-wrap {
  width: min(var(--wrap), calc(100% - 48px));
  margin: 0 auto;
}

h1, h2, h3, h4, h5, h6, .fc-display {
  font-family: var(--font-display);
  font-weight: 400;
  font-style: normal;
  text-transform: none;
}
h1, .fc-display {
  font-size: clamp(2.75rem, 7vw, 5.25rem);
  line-height: 1.12;
  letter-spacing: -1px;
}
h2 {
  font-size: clamp(2.25rem, 5vw, 3.75rem);
  line-height: 1.33;
  letter-spacing: -1px;
}
h3 {
  font-size: clamp(1.75rem, 3vw, 2.5rem);
  line-height: 1.4;
  letter-spacing: 0;
}
h4 { font-size: 2rem; line-height: 1.375; letter-spacing: 0; }
h5 { font-size: 1.75rem; line-height: 1.29; letter-spacing: 0.12px; }
h6 { font-size: 1.625rem; line-height: 1.38; letter-spacing: 0.26px; }
.fc-kicker {
  font-family: var(--font-body);
  font-size: 0.85rem;
  font-weight: 500;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--accent-soft);
  margin-bottom: 12px;
}
.fc-lede {
  max-width: 42rem;
  color: rgba(255,255,255,0.86);
  font-size: 20px;
  line-height: 30px;
  font-weight: 400;
}

.fc-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 6px 16px;
  border-radius: var(--radius);
  border: 1px solid var(--accent);
  background: var(--accent);
  color: #fff;
  font-family: var(--font-body);
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0;
}
.fc-btn:hover { background: #fff; border-color: #fff; color: var(--bg); }
.fc-btn-line {
  background: transparent;
  border-color: #fff;
  color: #fff;
}
.fc-btn-line:hover { background: #fff; color: var(--ink-dark); }
.fc-btn-dark {
  background: transparent;
  border-color: var(--ink-dark);
  color: var(--ink-dark);
}
.fc-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 24px; }

.fc-header {
  position: sticky;
  top: 0;
  z-index: 200;
  overflow: visible;
  background: var(--bg);
  border-bottom: 1px solid rgba(255,255,255,0.08);
}
.fc-header-inner,
.fc-wrap,
.fc-nav {
  overflow: visible;
}
.fc-header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
  min-height: 190px;
}
.fc-logo {
  display: flex;
  align-items: center;
  flex: 0 0 auto;
  line-height: 0;
}
.fc-logo img {
  display: block;
  width: auto;
  height: 100px;
  max-width: none;
  object-fit: contain;
}
.fc-nav { display: flex; align-items: center; gap: 28px; }
.fc-nav a {
  font-size: 18px;
  line-height: 1;
  font-weight: 400;
  text-transform: capitalize;
  letter-spacing: 0;
}
.fc-nav .fc-drop a {
  font-size: 18px;
  line-height: 1.2;
  text-transform: none;
}
.fc-nav a[aria-current="page"], .fc-nav a.is-active { color: var(--sky); }
.fc-has-sub { position: relative; display: flex; align-items: center; gap: 4px; }
.fc-has-sub > a::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 6px;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 5px solid currentColor;
  vertical-align: 2px;
}
.fc-drop-toggle {
  display: none;
  width: 32px;
  height: 32px;
  padding: 0;
  border: 0;
  background: transparent;
  color: #fff;
}
.fc-drop {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  min-width: 280px;
  margin: 0;
  padding: 12px 0;
  list-style: none;
  background: #0a1628;
  border: 1px solid rgba(255,255,255,0.12);
  box-shadow: 0 12px 28px rgba(0,0,0,0.35);
  z-index: 300;
}
.fc-drop a {
  display: block;
  padding: 8px 16px;
  white-space: nowrap;
}
.fc-drop a:hover { color: var(--sky); }
.fc-drop-mega {
  min-width: 520px;
  display: none;
  grid-template-columns: 1fr 1fr;
  padding: 14px 10px;
}
.fc-has-mega .fc-drop-mega {
  left: 50%;
  transform: translateX(-30%);
}
.fc-has-sub:hover > .fc-drop,
.fc-has-sub:focus-within > .fc-drop {
  display: block;
}
.fc-has-mega:hover > .fc-drop-mega,
.fc-has-mega:focus-within > .fc-drop-mega {
  display: grid;
}
.fc-nav-toggle {
  display: none;
  background: none;
  border: 1px solid rgba(255,255,255,0.3);
  color: #fff;
  border-radius: 6px;
  padding: 8px 10px;
}
.fc-cart {
  background: var(--accent);
  border: 0;
  color: #fff;
  border-radius: 8px;
  padding: 8px 16px;
  font-size: 18px;
  line-height: 1;
  font-weight: 500;
  text-transform: none;
}

.fc-hero {
  display: grid;
  grid-template-columns: 1fr 706px;
  align-items: center;
  gap: 48px;
  width: min(1280px, calc(100% - 48px));
  margin: 0 auto;
  padding: 56px 0 72px;
}
.fc-hero-copy { padding: 0; }
.fc-hero-media {
  width: 706px;
  height: 706px;
  max-width: 100%;
  justify-self: end;
  background: #081224 center/cover no-repeat;
  position: relative;
  border-radius: 30px;
  overflow: hidden;
}
.fc-hero-slides { position: absolute; inset: 0; }
.fc-hero-slides img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 30px;
  opacity: 0;
  transition: opacity 0.8s ease;
}
.fc-hero-slides img.is-on { opacity: 1; }

.fc-section { padding: 88px 0; }
.fc-section:has(.fc-faq-split) { padding-bottom: 90px; }
.fc-section:has(.fc-contact-grid) { padding-top: 30px; }
.fc-center { text-align: center; }
.fc-center .fc-lede { margin-inline: auto; }
.fc-grid-3 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
  margin-top: 56px;
  align-items: stretch;
}
.fc-icon-card {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.fc-icon-card img {
  width: 48px;
  height: 48px;
  margin: 0 auto 20px;
  object-fit: contain;
  object-position: center;
}
.fc-icon-card h3 {
  min-height: 2.8em;
  margin: 0;
  max-width: 14ch;
}
.fc-icon-card p {
  width: 100%;
  max-width: 22em;
  color: rgba(255,255,255,0.78);
  margin: 8px 0 0;
  min-height: 90px;
}
.fc-grid-3 + .fc-actions {
  margin-top: 48px;
}

.fc-split {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px;
  align-items: start;
}
.fc-faq-split {
  grid-template-columns: 2fr 3fr;
  gap: 30px;
}
.fc-stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  margin-top: 48px;
}
.fc-stat {
  border-left: 1px solid #fff;
  padding-left: 28px;
}
.fc-stat b {
  display: block;
  font-family: var(--font-display);
  font-size: clamp(2.2rem, 4vw, 3.4rem);
  line-height: 1;
  margin-bottom: 10px;
}
.fc-stat span { font-size: 0.95rem; }

.fc-products {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
  margin: 40px 0 36px;
}
.fc-product {
  display: flex;
  flex-direction: column;
  min-height: 100%;
}
.fc-product img {
  width: 100%;
  aspect-ratio: 16/9;
  object-fit: cover;
  background: #162744;
}
.fc-product h3 {
  font-family: var(--font-body);
  font-size: 20px;
  line-height: 30px;
  font-weight: 600;
  letter-spacing: 0;
  margin: 14px 0 4px;
}
.fc-product .fc-cat {
  color: rgba(255,255,255,0.65);
  font-size: 0.9rem;
  margin-bottom: 10px;
}
.fc-product .fc-btn {
  display: flex;
  width: 100%;
  margin-top: auto;
  background: transparent;
  border: 2px solid #fff;
  color: #fff;
  border-radius: 6px;
  padding: 4px 10px;
  min-height: 42px;
  font-family: var(--font-body);
  font-size: 18px;
  font-weight: 500;
}
.fc-product .fc-btn:hover {
  background: #fff;
  border-color: #fff;
  color: var(--bg);
}

.fc-reviews {
  position: relative;
  margin-top: 36px;
}
.fc-reviews-viewport {
  overflow: hidden;
}
.fc-reviews-track {
  display: flex;
  gap: 20px;
  transition: transform 0.45s ease;
  will-change: transform;
}
.fc-quote {
  box-sizing: border-box;
  background: transparent;
  border: 0;
  padding: 0 12px 0 0;
  min-height: 220px;
  display: flex;
  flex-direction: column;
}
.fc-stars {
  color: #F5B301;
  letter-spacing: 2px;
  font-size: 1rem;
  line-height: 1;
  margin-bottom: 14px;
}
.fc-quote p {
  width: 100%;
  font-size: 1.05rem;
  line-height: 1.45;
  margin: 0 0 18px;
  flex: 1;
}
.fc-quote b {
  font-size: 0.95rem;
  font-weight: 600;
}
.fc-quote span {
  display: block;
  margin-top: 4px;
  font-size: 0.8rem;
  color: rgba(255,255,255,0.55);
}
.fc-recipes {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 36px 30px;
  margin: 36px 0;
  text-align: left;
}
.fc-recipe {
  background: transparent;
  box-shadow: none;
  overflow: visible;
}
.fc-recipe-image {
  display: block;
  width: 100%;
  height: 250px;
  background-size: cover;
  background-position: center;
  border-radius: 32px;
  margin-bottom: 10px;
}
.fc-recipe-body {
  padding: 10px 0 0;
  text-align: left;
}
.fc-recipe-cat {
  display: inline-block;
  border: 2px solid #fff;
  padding: 4px 10px;
  margin-bottom: 15px;
  font-size: 16px;
  line-height: 1;
  font-weight: 600;
  border-radius: 4px;
  color: #fff;
  text-decoration: none;
}
.fc-recipe-cat:hover {
  border-color: var(--accent);
  color: var(--accent);
}
.fc-recipe-title {
  display: block;
  font-family: var(--font-display);
  font-size: 32px;
  line-height: 46px;
  font-weight: 400;
  letter-spacing: 0;
  color: #fff;
  text-decoration: none;
  margin: 0 0 8px;
}
.fc-recipe-excerpt {
  font-size: 18px;
  line-height: 26px;
  margin: 0;
  color: #fff;
}
.fc-recipe-view {
  display: inline-block;
  margin-top: 15px;
  font-size: 18px;
  font-weight: 400;
  color: #fff;
  text-decoration: none;
}
.fc-recipe-view::after {
  content: ">";
  padding-left: 10px;
}
.fc-recipe-view:hover {
  color: var(--accent);
}

.fc-cta {
  background: var(--accent-soft);
  color: var(--ink-dark);
  padding: 90px 0;
}
.fc-cta-inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0;
  align-items: stretch;
  min-height: 480px;
}
.fc-cta-copy {
  background: #fff;
  border: 2px solid var(--ink-dark);
  border-right: 0;
  border-radius: 32px 0 0 32px;
  padding: 48px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.fc-cta h2 {
  color: #000;
  font-size: 60px;
  line-height: 80px;
  letter-spacing: 0;
}
.fc-cta p {
  color: var(--ink-dark);
  font-size: 20px;
  line-height: 30px;
  margin-top: 12px;
  max-width: none;
}
.fc-cta-media {
  min-height: 100%;
}
.fc-cta-media img {
  width: 100%;
  height: 100%;
  min-height: 100%;
  object-fit: cover;
  border-radius: 0 32px 32px 0;
}
.fc-cta .fc-btn:hover {
  background: #fff;
  border-color: #fff;
  color: var(--bg);
}
.fc-cta .fc-btn-dark:hover {
  background: var(--ink-dark);
  border-color: var(--ink-dark);
  color: #fff;
}

.fc-faq { display: grid; gap: 28px; }
.fc-faq h3, .fc-faq .q {
  font-family: var(--font-display);
  font-size: 26px;
  line-height: 36px;
  font-weight: 400;
  letter-spacing: 0.26px;
  margin-bottom: 6px;
}
.fc-faq p { color: rgba(255,255,255,0.8); }

.fc-contact-grid {
  display: grid;
  grid-template-columns: 5fr 7fr;
  gap: 30px;
  margin-top: 48px;
  align-items: start;
}
.fc-contact-list {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.fc-contact-item {
  display: block;
  color: #fff;
}
.fc-contact-icon {
  display: block;
  width: 40px;
  height: 40px;
  margin-bottom: 12px;
  color: #fff;
}
.fc-contact-icon svg {
  display: block;
  width: 40px;
  height: 40px;
}
.fc-contact-item h6 {
  font-family: var(--font-display);
  font-size: 23px;
  line-height: 32px;
  font-weight: 400;
  letter-spacing: 0;
  margin: 0 0 8px;
}
.fc-contact-item p {
  font-size: 18px;
  line-height: 26px;
  color: #fff;
}
.fc-contact-item:hover,
.fc-contact-item:hover p {
  color: var(--accent);
}
.fc-map {
  border-radius: 32px;
  overflow: hidden;
}
.fc-map iframe {
  width: 100%;
  height: 516px;
  border: 0;
  border-radius: 32px;
  display: block;
}

.fc-page { padding: 72px 0 96px; }
.fc-page-title { margin-bottom: 28px; }
.fc-prose { max-width: 46rem; }
.fc-prose p + p { margin-top: 16px; }
.fc-prose h2, .fc-prose h3 { margin: 32px 0 12px; }
.fc-prose ul { padding-left: 1.2rem; margin: 12px 0; }

.fc-sr {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.fc-footer {
  background: var(--bg);
  padding: 60px 0 0;
  border-top: 0;
}
.fc-footer-top {
  display: grid;
  grid-template-columns: 2fr 1fr;
  gap: 30px;
  align-items: start;
  padding-bottom: 40px;
  margin-bottom: 0;
  border-bottom: 2px solid #fff;
}
.fc-footer-logo img {
  height: 99px;
  width: auto;
  max-width: 300px;
  border-radius: 0;
}
.fc-footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 15px;
  margin-top: 35px;
}
.fc-footer-links a {
  font-size: 16px;
}
.fc-footer-links a:hover {
  color: var(--accent);
}
.fc-sub h2 {
  font-family: var(--font-body);
  font-size: 18px;
  line-height: 1.3;
  font-weight: 600;
  letter-spacing: 0;
  margin: 0 0 16px;
}
.fc-sub-row {
  display: grid;
  grid-template-columns: 7fr 5fr;
  gap: 10px;
  align-items: stretch;
}
.fc-sub input {
  width: 100%;
  background: transparent;
  border: 1px solid rgba(255,255,255,0.55);
  color: #fff;
  padding: 10px 12px;
  border-radius: 4px;
  font-size: 16px;
}
.fc-sub input::placeholder {
  color: #fff;
  opacity: 1;
}
.fc-sub .fc-btn {
  width: 100%;
  min-height: 44px;
  background: transparent;
  border: 2px solid #fff;
  color: #fff;
}
.fc-sub .fc-btn:hover {
  background: #fff;
  border-color: #fff;
  color: var(--bg);
}
.fc-sub p {
  font-size: 12px;
  line-height: 18px;
  margin-top: 12px;
  color: #fff;
}
.fc-legal {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  flex-wrap: wrap;
  padding: 30px 0;
  font-size: 16px;
  color: #fff;
  border-top: 0;
}
.fc-legal-links {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 15px;
}
.fc-legal-links a {
  font-size: 16px;
  text-decoration: underline;
}
.fc-copyright {
  font-size: 16px;
  text-align: right;
}

.woocommerce .button,
.woocommerce a.button,
.woocommerce button.button {
  background: var(--accent) !important;
  color: #fff !important;
  border-radius: 6px !important;
}
.woocommerce ul.products {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
.woocommerce ul.products::before,
.woocommerce ul.products::after {
  content: none !important;
  display: none !important;
}
.woocommerce ul.products li.product { width: auto !important; float: none !important; margin: 0 !important; }
.woocommerce div.product { color: #fff; }
.woocommerce div.product p.price { color: var(--accent-soft); }
.woocommerce ul.products li.product img,
.woocommerce div.product div.images img,
.woocommerce-product-gallery img {
  border-radius: 30px;
}
.woocommerce ul.products li.product .woocommerce-loop-product__title,
.woocommerce ul.products li.product h2,
.woocommerce ul.products li.product h3 {
  font-family: var(--font-body) !important;
  font-size: 18px !important;
  line-height: 24px !important;
  font-weight: 600 !important;
  letter-spacing: 0 !important;
}
.woocommerce div.product .product_title {
  font-family: var(--font-display);
  font-size: clamp(2.2rem, 4vw, 3.75rem);
  line-height: 1.17;
  letter-spacing: 0;
  font-weight: 400;
}

@media (max-width: 900px) {
  .fc-logo img { height: 64px; }
  .fc-header-inner { min-height: 84px; }
  .fc-hero, .fc-split, .fc-grid-3, .fc-stats, .fc-products, .fc-recipes, .fc-contact-grid, .fc-footer-top, .fc-cta-inner {
    grid-template-columns: 1fr;
  }
  .fc-footer-brand {
    text-align: center;
  }
  .fc-footer-logo img {
    margin: 0 auto;
  }
  .fc-footer-links {
    justify-content: center;
  }
  .fc-legal {
    flex-direction: column;
    text-align: center;
  }
  .fc-legal-links {
    justify-content: center;
  }
  .fc-copyright {
    text-align: center;
  }
  .fc-cta-copy {
    border: 0;
    border-radius: 32px 32px 0 0;
    padding: 36px 24px 20px;
  }
  .fc-cta-media img {
    border-radius: 0 0 32px 32px;
    min-height: 280px;
  }
  .fc-cta h2 {
    font-size: 36px;
    line-height: 46px;
  }
  .fc-recipe-title { font-size: 20px; line-height: 32px; }
  .fc-recipe-image { height: 220px; }
  .fc-nav { display: none; }
  body.nav-open .fc-nav {
    display: flex;
    flex-direction: column;
    position: absolute;
    top: 84px;
    left: 0;
    right: 0;
    background: var(--bg);
    padding: 20px 24px 28px;
    align-items: flex-start;
  }
  .fc-nav-toggle { display: inline-flex; }
  .fc-has-sub { flex-wrap: wrap; width: 100%; }
  .fc-drop-toggle {
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }
  .fc-drop-toggle::before {
    content: "";
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 6px solid #fff;
  }
  .fc-has-sub:hover > .fc-drop,
  .fc-has-sub:focus-within > .fc-drop,
  .fc-has-mega:hover > .fc-drop-mega,
  .fc-has-mega:focus-within > .fc-drop-mega {
    display: none;
  }
  .fc-has-sub.is-open > .fc-drop { display: block; position: static; min-width: 0; width: 100%; border: 0; background: transparent; padding: 6px 0 6px 12px; }
  .fc-has-sub.is-open > .fc-drop-mega { display: grid; grid-template-columns: 1fr; position: static; min-width: 0; width: 100%; border: 0; background: transparent; }
  .fc-drop a { white-space: normal; }
  .fc-hero {
    grid-template-columns: 1fr;
    gap: 32px;
    padding: 36px 0 48px;
  }
  .fc-hero-copy { padding: 0; }
  .fc-hero-media {
    width: 100%;
    height: 420px;
    max-width: 100%;
    justify-self: stretch;
  }
  .woocommerce ul.products { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 640px) {
  .woocommerce ul.products { grid-template-columns: 1fr; }
}
