:root {
  --ct-primary: #025b2d;
  --ct-secondary: #a5ee3d;
  --ct-text: #17231c;
  --ct-muted: #617067;
  --ct-surface: #f4faef;
  --ct-surface-2: #eaf5df;
  --ct-line: rgba(2, 91, 45, .16);
  --ct-white: #fff;
  --ct-container: min(1180px, calc(100vw - 44px));
  --ct-radius: 6px;
  --ct-shadow: 0 18px 45px rgba(5, 43, 24, .12);
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ct-text); font-family: 'Open Sans', Arial, sans-serif; font-size: 16px; line-height: 1.65; background: #fff; font-style: normal; font-weight: 400; }
a { color: inherit; text-decoration: none; }
img { max-width: 100%; height: auto; display: block; }
.screen-reader-text { position: absolute; width: 1px; height: 1px; padding: 0; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.ct-container { width: var(--ct-container); margin-inline: auto; }
.ct-header { position: sticky; top: 0; z-index: 80; background: rgba(255,255,255,.96); border-bottom: 1px solid var(--ct-line); backdrop-filter: blur(12px); }
.ct-header__inner { min-height: 92px; width: var(--ct-container); margin-inline: auto; display: grid; grid-template-columns: auto 1fr auto; gap: 28px; align-items: center; }
.ct-brand { display: inline-flex; align-items: center; gap: 12px; color: var(--ct-primary); font-weight: 900; letter-spacing: 0; line-height: 1; }
.ct-brand__mark { width: 50px; height: 50px; display: grid; place-items: center; border: 3px solid var(--ct-primary); border-radius: 999px; color: var(--ct-primary); background: linear-gradient(135deg, #fff 0%, var(--ct-secondary) 100%); }
.ct-brand__text { font-size: 14px; }
.ct-nav { display: flex; justify-content: center; align-items: center; gap: 24px; text-transform: uppercase; color: var(--ct-primary); font-family: 'Open Sans', Arial, sans-serif; font-size: 13px; font-weight: 700; letter-spacing: 0; }
.ct-nav a { padding-block: 35px; border-bottom: 3px solid transparent; }
.ct-nav a:hover { border-color: var(--ct-secondary); }
.ct-header__actions { display: flex; align-items: center; gap: 14px; }
.ct-search { display: flex; align-items: center; border: 1px solid var(--ct-line); height: 42px; border-radius: 999px; padding-left: 14px; overflow: hidden; }
.ct-search input[type=search] { width: 130px; border: 0; outline: 0; color: var(--ct-text); font: inherit; font-size: 13px; }
.ct-search button { width: 42px; height: 42px; border: 0; background: var(--ct-primary); color: #fff; cursor: pointer; }
.ct-phone { white-space: nowrap; color: var(--ct-primary); font-weight: 900; }
.ct-menu-toggle { display: none; width: 44px; height: 44px; border: 1px solid var(--ct-line); background: #fff; border-radius: 999px; padding: 10px; }
.ct-menu-toggle span:not(.screen-reader-text) { display: block; height: 2px; margin: 5px 0; background: var(--ct-primary); }
.ct-hero { min-height: 620px; height: 720px; max-height: calc(100vh - 130px); position: relative; display: flex; align-items: center; isolation: isolate; background: var(--ct-hero-image) center/cover no-repeat; }
.ct-hero__shade { position: absolute; inset: 0; z-index: -1; background: linear-gradient(90deg, rgba(1,42,20,.72) 0%, rgba(1,42,20,.45) 45%, rgba(1,42,20,.08) 100%); }
.ct-hero__content { color: #fff; padding-block: 90px; max-width: var(--ct-container); }
.ct-eyebrow { display: inline-flex; align-items: center; gap: 8px; color: var(--ct-primary); font-family: 'Open Sans', Arial, sans-serif; font-size: 16px; font-weight: 600; letter-spacing: 0; line-height: 1.2; text-transform: none; }
.ct-hero h1 { max-width: 780px; font-family: 'Playfair Display', Georgia, serif; font-size: 76px; line-height: 1.04; margin: 18px 0 24px; letter-spacing: 0; font-style: normal; font-weight: 900; }
.ct-hero p { max-width: 620px; font-size: 19px; color: rgba(255,255,255,.9); }
.ct-hero__actions, .ct-product-actions { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 32px; }
.ct-button { display: inline-flex; min-height: 50px; align-items: center; justify-content: center; padding: 13px 24px; border-radius: 999px; background: var(--ct-secondary); color: var(--ct-primary); font-weight: 900; text-transform: uppercase; font-size: 13px; letter-spacing: 0; border: 2px solid var(--ct-secondary); }
.ct-button:hover { transform: translateY(-1px); box-shadow: var(--ct-shadow); }
.ct-button--ghost, .ct-button--outline { background: transparent; color: #fff; border-color: rgba(255,255,255,.72); }
.ct-button--outline { color: var(--ct-primary); border-color: var(--ct-primary); }
.ct-button--light { background: #fff; border-color: #fff; color: var(--ct-primary); }
.ct-link { display: inline-flex; margin-top: 18px; color: var(--ct-secondary); font-weight: 900; text-transform: uppercase; letter-spacing: 0; }
.ct-category-strip { background: var(--ct-primary); color: #fff; }
.ct-category-strip__grid { display: grid; grid-template-columns: repeat(3, 1fr); }
.ct-category-strip a { min-height: 96px; display: grid; place-items: center; text-transform: uppercase; font-weight: 900; letter-spacing: 0; border-left: 1px solid rgba(255,255,255,.2); }
.ct-category-strip a:last-child { border-right: 1px solid rgba(255,255,255,.2); }
.ct-category-strip a:hover { background: var(--ct-secondary); color: var(--ct-primary); }
.ct-section { padding-block: clamp(68px, 8vw, 112px); }
.ct-section__head { max-width: 780px; text-align: left; margin: 0 auto 48px; }
.ct-section__head h2, .ct-quality h2, .ct-split h2, .ct-contact h2, .ct-product-description h2 { margin: 28px 0 18px; font-family: 'Playfair Display', Georgia, serif; font-size: 44px; line-height: 1.15; color: #111614; letter-spacing: 0; font-style: normal; font-weight: 800; }
.ct-section__head p { color: var(--ct-muted); margin: 26px 0 0; font-size: 18px; line-height: 1.5; }
.ct-product-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 26px; }
.ct-product-card { display: grid; gap: 12px; min-height: 100%; background: #fff; border: 1px solid var(--ct-line); border-radius: var(--ct-radius); overflow: hidden; box-shadow: 0 8px 24px rgba(5,43,24,.06); transition: transform .2s ease, box-shadow .2s ease; }
.ct-product-card:hover { transform: translateY(-4px); box-shadow: var(--ct-shadow); }
.ct-product-card__image { aspect-ratio: 1 / .78; background: var(--ct-surface); display: block; overflow: hidden; }
.ct-product-card__image img { width: 100%; height: 100%; object-fit: cover; }
.ct-product-card__meta { color: var(--ct-muted); font-size: 12px; text-transform: uppercase; letter-spacing: 0; font-weight: 900; padding-inline: 20px; }
.ct-product-card strong { color: #111614; font-family: 'Playfair Display', Georgia, serif; font-size: 26px; font-style: normal; font-weight: 800; line-height: 1.16; padding: 0 20px 24px; }
.ct-split--green { background: var(--ct-primary); color: #fff; }
.ct-split__grid, .ct-quality__grid, .ct-contact__grid, .ct-product-detail__grid, .ct-product-hero__grid { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(34px, 6vw, 74px); align-items: center; }
.ct-split h2 { color: #fff; }
.ct-split p { color: rgba(255,255,255,.84); }
.ct-split img { width: 100%; aspect-ratio: 4 / 3; object-fit: cover; border-radius: var(--ct-radius); box-shadow: var(--ct-shadow); }
.ct-quality { background: var(--ct-surface); }
.ct-fact-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px; }
.ct-fact-grid div, .ct-product-facts div { border: 1px solid var(--ct-line); background: #fff; border-radius: var(--ct-radius); padding: 22px; }
.ct-fact-grid strong, .ct-product-facts span { display: block; color: var(--ct-muted); text-transform: uppercase; font-size: 12px; letter-spacing: 0; margin-bottom: 6px; }
.ct-fact-grid span, .ct-product-facts strong { color: var(--ct-primary); font-size: 22px; line-height: 1.25; }
.ct-gallery-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.ct-gallery-grid a { display: block; overflow: hidden; border-radius: var(--ct-radius); background: var(--ct-surface); border: 1px solid var(--ct-line); }
.ct-gallery-grid img { width: 100%; aspect-ratio: 4 / 3; object-fit: cover; transition: transform .25s ease; }
.ct-gallery-grid a:hover img { transform: scale(1.04); }
.ct-enquiry-band { background: var(--ct-primary); color: #fff; padding-block: 54px; }
.ct-enquiry-band__inner { display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.ct-enquiry-band h2 { margin: 18px 0 12px; font-family: 'Playfair Display', Georgia, serif; font-size: 44px; font-style: normal; font-weight: 800; line-height: 1.15; }
.ct-enquiry-band p { margin: 0; max-width: 720px; color: rgba(255,255,255,.84); }
.ct-footer { background: #071a10; color: #dceade; padding-top: 66px; }
.ct-footer__grid { display: grid; grid-template-columns: 1.4fr .8fr .9fr 1.1fr; gap: 38px; }
.ct-footer h3 { color: #fff; font-size: 14px; text-transform: uppercase; letter-spacing: 0; }
.ct-footer a { display: block; margin: 8px 0; color: #dceade; }
.ct-footer a:hover { color: var(--ct-secondary); }
.ct-footer__wordmark { color: #fff; font-weight: 900; font-size: 24px; letter-spacing: 0; }
.ct-footer__bottom { border-top: 1px solid rgba(255,255,255,.12); margin-top: 54px; padding: 20px; text-align: center; color: rgba(255,255,255,.68); font-size: 13px; }
.ct-page-hero { min-height: 340px; display: flex; align-items: end; color: #fff; background: linear-gradient(rgba(1,42,20,.62), rgba(1,42,20,.62)), var(--ct-page-image) center/cover no-repeat; padding-block: 70px; }
.ct-page-hero h1 { font-family: 'Playfair Display', Georgia, serif; font-size: 68px; font-style: normal; font-weight: 900; line-height: 1.05; margin: 0; color: #fff; }
.ct-contact__form, .ct-contact__details { align-self: start; }
.ct-contact__details { background: var(--ct-surface); border: 1px solid var(--ct-line); border-radius: var(--ct-radius); padding: 34px; }
.ct-map-card { margin-top: 28px; min-height: 180px; border-radius: var(--ct-radius); display: grid; place-items: center; background: linear-gradient(135deg, var(--ct-secondary), #fff); color: var(--ct-primary); font-weight: 900; }
.wpcf7 form { display: grid; gap: 16px; }
.wpcf7 label { display: grid; gap: 8px; font-weight: 800; color: var(--ct-primary); }
.wpcf7 input, .wpcf7 textarea, .wpcf7 select { width: 100%; min-height: 50px; border: 1px solid var(--ct-line); border-radius: var(--ct-radius); padding: 12px 14px; font: inherit; }
.wpcf7 textarea { min-height: 130px; }
.wpcf7-submit { background: var(--ct-primary); color: #fff; border-color: var(--ct-primary); font-weight: 900; text-transform: uppercase; cursor: pointer; }
.ct-product-hero { padding-block: 72px; background: linear-gradient(180deg, var(--ct-surface) 0%, #fff 100%); }
.ct-product-hero__image { border-radius: var(--ct-radius); overflow: hidden; background: #fff; box-shadow: var(--ct-shadow); }
.ct-product-hero__image img { width: 100%; aspect-ratio: 1 / .82; object-fit: cover; }
.ct-product-hero h1 { color: #111614; font-family: 'Playfair Display', Georgia, serif; font-size: 64px; font-style: normal; font-weight: 900; line-height: 1.08; margin: 18px 0 18px; }
.ct-product-hero p { color: var(--ct-muted); font-size: 18px; }
.ct-product-facts { display: grid; grid-template-columns: 1fr; gap: 14px; align-self: start; }
.ct-product-description { max-width: 720px; }
.ct-product-description p { color: var(--ct-muted); }
.ct-shop-intro { max-width: 760px; text-align: center; color: var(--ct-muted); margin-bottom: 26px; }
.ct-category-pills { display: flex; justify-content: center; flex-wrap: wrap; gap: 10px; margin-bottom: 32px; }
.ct-category-pills a { border: 1px solid var(--ct-line); border-radius: 999px; padding: 10px 16px; color: var(--ct-primary); font-weight: 900; }
.ct-category-pills a:hover { background: var(--ct-secondary); border-color: var(--ct-secondary); }
.ct-page-content { max-width: 820px; }
@media (max-width: 1040px) {
  .ct-header__inner { grid-template-columns: auto auto; justify-content: space-between; }
  .ct-menu-toggle { display: block; }
  .ct-nav { grid-column: 1 / -1; display: none; width: 100%; flex-direction: column; align-items: flex-start; gap: 0; padding-bottom: 18px; }
  .ct-nav.is-open { display: flex; }
  .ct-nav a { width: 100%; padding: 14px 0; }
  .ct-header__actions { display: none; }
}
@media (max-width: 780px) {
  :root { --ct-container: min(100vw - 28px, 620px); }
  .ct-header__inner { min-height: 74px; }
  .ct-brand__mark { width: 44px; height: 44px; }
  .ct-hero { min-height: 600px; height: auto; max-height: none; align-items: end; }
  .ct-hero h1 { font-size: 48px; }
  .ct-section__head h2, .ct-quality h2, .ct-split h2, .ct-contact h2, .ct-product-description h2 { font-size: 34px; }
  .ct-section__head { margin-bottom: 34px; }
  .ct-enquiry-band h2 { font-size: 32px; }
  .ct-page-hero h1 { font-size: 42px; }
  .ct-product-hero h1 { font-size: 42px; }
  .ct-category-strip__grid, .ct-product-grid, .ct-split__grid, .ct-quality__grid, .ct-contact__grid, .ct-product-detail__grid, .ct-product-hero__grid, .ct-footer__grid { grid-template-columns: 1fr; }
  .ct-category-strip a { min-height: 74px; border-right: 0; border-left: 0; border-top: 1px solid rgba(255,255,255,.2); }
  .ct-gallery-grid, .ct-fact-grid { grid-template-columns: 1fr 1fr; }
  .ct-enquiry-band__inner { display: grid; }
}
@media (max-width: 520px) {
  .ct-gallery-grid, .ct-fact-grid { grid-template-columns: 1fr; }
  .ct-button { width: 100%; }
  .ct-product-actions { width: 100%; }
}
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; transition: none !important; }
}

.ct-section__head h2::after,
.ct-quality h2::after,
.ct-split h2::after,
.ct-contact h2::after,
.ct-product-description h2::after {
  content: "";
  display: block;
  width: 50px;
  border-bottom: 3px solid var(--ct-secondary);
  margin-top: 28px;
}
.ct-split h2::after,
.ct-enquiry-band h2::after { border-color: var(--ct-secondary); }
.ct-hero .ct-eyebrow { color: var(--ct-secondary); text-transform: uppercase; font-size: 13px; font-weight: 800; }
.ct-section h1, .ct-section h2, .ct-section h3, .ct-page-hero h1, .ct-product-hero h1 { font-style: normal; }

/* Watt Export inspired header refinement */
.ct-header {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 90;
  background: transparent;
  border-bottom: 0;
  backdrop-filter: none;
}
.ct-header__inner {
  width: 100%;
  min-height: 84px;
  margin: 0;
  display: grid;
  grid-template-columns: minmax(360px, 29.8vw) minmax(620px, 1fr) 224px;
  gap: 0;
  align-items: stretch;
}
.ct-brand {
  min-height: 84px;
  justify-content: center;
  align-items: center;
  gap: 14px;
  color: #fff;
  background: linear-gradient(90deg, rgba(2, 91, 45, .58), rgba(2, 91, 45, .22));
  text-transform: none;
}
.ct-brand__fruit {
  width: 76px;
  height: 42px;
  display: inline-block;
  position: relative;
  transform: rotate(-10deg);
}
.ct-brand__fruit::before {
  content: "";
  position: absolute;
  inset: 7px 13px 7px 0;
  border-radius: 999px 58% 58% 999px;
  background: #fff;
  border: 5px solid #ff9b2e;
  box-shadow: 0 0 0 2px rgba(255,255,255,.75) inset;
}
.ct-brand__fruit::after {
  content: "";
  position: absolute;
  right: 3px;
  top: 0;
  width: 22px;
  height: 15px;
  border: 3px solid var(--ct-secondary);
  border-left: 0;
  border-bottom: 0;
  border-radius: 0 18px 0 0;
  transform: rotate(-24deg);
}
.ct-brand__script {
  display: block;
  max-width: 170px;
  color: #fff;
  font-family: 'Pacifico', 'Brush Script MT', cursive;
  font-size: 23px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.12;
  text-shadow: 0 2px 9px rgba(0,0,0,.35);
}
.ct-nav {
  justify-content: stretch;
  gap: 0;
  background: #fff;
  box-shadow: 0 1px 0 rgba(0,0,0,.08);
}
.ct-nav a {
  min-height: 84px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 1 1 auto;
  padding: 0 20px;
  border-bottom: 0;
  color: #111614;
  text-transform: none;
  font-size: 14px;
  font-weight: 700;
}
.ct-nav a:hover,
.ct-nav a[aria-current="page"],
body.home .ct-nav a:first-child,
.ct-nav a.is-active {
  background: var(--ct-primary);
  color: #fff;
}
.ct-header__actions {
  min-height: 84px;
  display: grid;
  grid-template-columns: 58px 1fr;
  gap: 0;
  background: var(--ct-primary);
}
.ct-search {
  height: 84px;
  width: 58px;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: #fff;
  overflow: visible;
}
.ct-search input[type=search] {
  position: absolute;
  right: 224px;
  top: 84px;
  width: 300px;
  height: 52px;
  padding: 0 18px;
  border: 1px solid var(--ct-line);
  background: #fff;
  box-shadow: var(--ct-shadow);
  opacity: 0;
  pointer-events: none;
  transition: opacity .18s ease;
}
.ct-search:focus-within input[type=search],
.ct-search:hover input[type=search] {
  opacity: 1;
  pointer-events: auto;
}
.ct-search button {
  width: 58px;
  height: 84px;
  border: 0;
  border-radius: 0;
  background: #fff;
  color: transparent;
  position: relative;
}
.ct-search button::before {
  content: "";
  position: absolute;
  width: 15px;
  height: 15px;
  border: 3px solid #111614;
  border-radius: 999px;
  top: 30px;
  left: 20px;
}
.ct-search button::after {
  content: "";
  position: absolute;
  width: 9px;
  height: 3px;
  background: #111614;
  transform: rotate(45deg);
  top: 47px;
  left: 34px;
}
.ct-phone {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 84px;
  padding: 0 22px;
  color: #fff;
  background: var(--ct-primary);
  font-size: 15px;
  font-weight: 800;
}
.ct-phone::before {
  content: "Phone";
  width: 0;
  height: 0;
  overflow: hidden;
  position: absolute;
}
.ct-main { padding-top: 0; }
.ct-hero { padding-top: 84px; }
.ct-page-hero, .ct-product-hero { padding-top: 150px; }
@media (max-width: 1180px) {
  .ct-header__inner { grid-template-columns: 300px 1fr 190px; }
  .ct-nav a { padding: 0 12px; font-size: 13px; }
}
@media (max-width: 1040px) {
  .ct-header { position: absolute; }
  .ct-header__inner { min-height: 74px; grid-template-columns: 1fr 74px; background: rgba(255,255,255,.96); }
  .ct-brand { min-height: 74px; justify-content: flex-start; padding-left: 18px; background: transparent; color: var(--ct-primary); }
  .ct-brand__fruit { width: 44px; height: 28px; }
  .ct-brand__fruit::before { border-width: 3px; inset: 5px 8px 5px 0; }
  .ct-brand__fruit::after { width: 14px; height: 10px; border-width: 2px; }
  .ct-brand__script { max-width: 130px; color: var(--ct-primary); font-family: 'Playfair Display', Georgia, serif; font-size: 18px; font-weight: 800; text-shadow: none; }
  .ct-menu-toggle { display: block; align-self: center; justify-self: center; }
  .ct-nav { grid-column: 1 / -1; display: none; width: 100%; flex-direction: column; align-items: stretch; background: #fff; padding-bottom: 0; }
  .ct-nav.is-open { display: flex; }
  .ct-nav a { width: 100%; min-height: 54px; padding: 0 20px; justify-content: flex-start; }
  .ct-header__actions { display: none; }
  .ct-hero { padding-top: 74px; }
  .ct-page-hero, .ct-product-hero { padding-top: 120px; }
}

body, button, input, select, textarea, p, a, span, strong, label, h1, h2, h3, h4, h5, h6 {
  font-style: normal;
}
