/* ============================================================
   Shafa Farm Ltd. — static replica of www.shafafarm.co.uk (Wix)
   Palette (from Wix theme):
   brown headings #4D2A10 | taupe #756F63 | body grey #737373
   dark band #272521 | light taupe #ADA9A0 | panel grey #BDBAB3
   ============================================================ */

/* ---------- Fonts (self-hosted, variable woff2) ---------- */
@font-face {
  font-family: 'Playfair Display';
  src: url('fonts/PlayfairDisplay-400.woff2') format('woff2');
  font-weight: 400 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Playfair Display';
  src: url('fonts/PlayfairDisplay-400-italic.woff2') format('woff2');
  font-weight: 400 900;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Raleway';
  src: url('fonts/Raleway-400.woff2') format('woff2');
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  /* Substitute for Wix "Avenir LT W01 35 Light" (body font) */
  font-family: 'Mulish';
  src: url('fonts/Mulish-300.woff2') format('woff2');
  font-weight: 200 900;
  font-style: normal;
  font-display: swap;
}

/* ---------- Reset / base ---------- */
* { margin: 0; padding: 0; box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; }
body {
  font-family: 'Mulish', 'Avenir', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 300;
  font-size: 15px;
  color: #737373;
  background: #FFFFFF;
  line-height: 1.7;
}
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
ul { list-style: none; }

.serif { font-family: 'Playfair Display', Georgia, serif; }

/* ---------- Header ---------- */
.site-header {
  position: fixed;
  top: 0; left: 0; right: 0;
  z-index: 100;
  background: rgba(39, 37, 33, 0.8);
  height: 56px;
}
.site-header .header-inner {
  max-width: 1440px;
  margin: 0 auto;
  height: 100%;
  padding: 0 40px 0 60px;
  display: flex;
  align-items: center;
}
.main-nav { display: flex; align-items: center; }
.main-nav a {
  font-family: 'Raleway', sans-serif;
  font-weight: 400;
  font-size: 13px;
  letter-spacing: 0.05em;
  color: #FFFFFF;
  padding: 0 16px;
  line-height: 56px;
  white-space: nowrap;
}
.main-nav a:hover { color: #D3C3B4; }
.main-nav a.active { color: #FFFFFF; }
.btn-call {
  font-family: 'Playfair Display', Georgia, serif;
  font-size: 15px;
  letter-spacing: 0.12em;
  color: #FFFFFF;
  background: rgba(211, 203, 190, 0.42);
  border: none;
  border-radius: 50px;
  padding: 10px 40px;
  margin-left: 14px;
  display: inline-block;
  line-height: 1.2;
  cursor: pointer;
}
.btn-call:hover { background: rgba(211, 203, 190, 0.6); }
.header-social {
  margin-left: auto;
  display: flex;
  align-items: center;
  gap: 20px;
}
.header-social img { width: 19px; height: 19px; }

/* hamburger (mobile) */
.nav-toggle {
  display: none;
  background: none;
  border: 0;
  width: 40px; height: 40px;
  cursor: pointer;
  position: relative;
}
.nav-toggle span, .nav-toggle span::before, .nav-toggle span::after {
  content: '';
  display: block;
  position: absolute;
  left: 8px;
  width: 24px; height: 2px;
  background: #FFF;
  transition: transform .25s ease, opacity .25s ease;
}
.nav-toggle span { top: 19px; }
.nav-toggle span::before { left: 0; top: -7px; }
.nav-toggle span::after  { left: 0; top: 7px; }
.nav-open .nav-toggle span { background: transparent; }
.nav-open .nav-toggle span::before { transform: translateY(7px) rotate(45deg); }
.nav-open .nav-toggle span::after  { transform: translateY(-7px) rotate(-45deg); }

/* ---------- Footer ---------- */
.site-footer {
  background: #756F63;
  text-align: center;
  padding: 20px 16px;
}
.site-footer p {
  font-size: 13px;
  color: rgba(255, 255, 255, 0.85);
  letter-spacing: 0.02em;
}

/* ---------- HOME: hero ---------- */
.hero {
  position: relative;
  min-height: 760px;
  background: url('hero-bg.jpg') center / cover no-repeat #2A1E14;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.hero-inner { padding: 90px 20px 40px; color: #FFF; }
.hero-logo { width: 128px; margin: 0 auto 6px; }
.hero-tagline {
  font-family: 'Playfair Display', Georgia, serif;
  font-weight: 400;
  font-size: 14px;
  letter-spacing: 0.45em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.85);
  margin-bottom: 26px;
}
.hero-title {
  font-family: 'Playfair Display', Georgia, serif;
  font-weight: 400;
  font-size: 68px;
  letter-spacing: 0.04em;
  line-height: 1.1;
}
.hero-sub {
  font-family: 'Playfair Display', Georgia, serif;
  font-weight: 400;
  font-size: 44px;
  line-height: 1.25;
  margin-bottom: 90px;
}
.hero-cta {
  font-family: 'Mulish', 'Avenir', sans-serif;
  font-weight: 300;
  font-size: 16px;
  letter-spacing: 0.05em;
  color: #FFF;
}
.hero-cta:hover { color: #E4D6C4; }

/* ---------- HOME: certification announcement band ---------- */
.cert-band {
  background: #272521;
  text-align: center;
  padding: 64px 20px 60px;
}
.cert-band-title {
  font-family: 'Playfair Display', Georgia, serif;
  font-weight: 400;
  font-size: 46px;
  letter-spacing: 0.06em;
  color: #E4D6C4;
  line-height: 1.15;
}
.cert-band-sub {
  font-family: 'Playfair Display', Georgia, serif;
  font-weight: 500;
  font-size: 26px;
  letter-spacing: 0.35em;
  color: #A29061;
  margin-top: 10px;
  text-transform: uppercase;
}
.cert-band-note {
  font-family: 'Mulish', 'Avenir', sans-serif;
  font-weight: 300;
  font-size: 13px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.65);
  margin-top: 18px;
}
@media (max-width: 760px) {
  .cert-band-title { font-size: 30px; }
  .cert-band-sub { font-size: 18px; letter-spacing: 0.25em; }
}

/* ---------- HOME: quiet sign-off ---------- */
.quiet-note {
  background: #FFF;
  text-align: center;
  padding: 110px 24px 120px;
}
.quiet-note-lead {
  font-family: 'Mulish', 'Avenir', sans-serif;
  font-weight: 300;
  font-size: 17px;
  letter-spacing: 0.02em;
  color: #756F63;
  max-width: 640px;
  margin: 0 auto;
  line-height: 1.8;
}
.quiet-note-em {
  font-family: 'Playfair Display', Georgia, serif;
  font-style: italic;
  font-size: 32px;
  color: #4D2A10;
  margin-top: 18px;
}

/* ---------- HOME: farmers tribute ---------- */
.farmers-band {
  background: #272521;
  text-align: center;
  padding: 96px 20px 92px;
}
.farmers-eyebrow {
  font-family: 'Mulish', 'Avenir', sans-serif;
  font-weight: 300;
  font-size: 13px;
  letter-spacing: 0.35em;
  text-transform: uppercase;
  color: #A29061;
  margin-bottom: 28px;
}
.farmers-title {
  font-family: 'Playfair Display', Georgia, serif;
  font-weight: 400;
  font-size: 54px;
  line-height: 1.18;
  color: #F3EBDD;
}
.farmers-title-sub {
  font-family: 'Playfair Display', Georgia, serif;
  font-weight: 400;
  font-style: italic;
  font-size: 30px;
  color: #A29061;
  margin-top: 18px;
}
.farmers-body {
  font-family: 'Mulish', 'Avenir', sans-serif;
  font-weight: 300;
  font-size: 15px;
  line-height: 1.9;
  color: rgba(255, 255, 255, 0.78);
  max-width: 620px;
  margin: 30px auto 0;
}
@media (max-width: 760px) {
  .farmers-title { font-size: 34px; }
  .farmers-title-sub { font-size: 22px; }
}

/* ---------- HOME: British farm-to-fork statement ---------- */
.statement-band {
  background: #FFF;
  text-align: center;
  padding: 78px 20px 74px;
}
.statement-title {
  font-family: 'Playfair Display', Georgia, serif;
  font-weight: 500;
  font-style: italic;
  font-size: 38px;
  color: #4D2A10;
  line-height: 1.2;
}
.statement-sub {
  font-family: 'Mulish', 'Avenir', sans-serif;
  font-weight: 300;
  font-size: 14px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #756F63;
  margin-top: 16px;
}
@media (max-width: 760px) {
  .statement-title { font-size: 26px; }
}

/* ---------- HOME: intro ---------- */
.intro {
  background: #FFF;
  padding: 96px 0 100px;
}
.intro .cols {
  max-width: 1150px;
  margin: 0 auto;
  padding: 0 40px;
  display: flex;
  gap: 90px;
  align-items: flex-start;
  justify-content: center;
}
.intro-photo {
  flex: 0 0 460px;
  max-width: 460px;
}
.intro-photo img {
  width: 100%;
  height: 590px;
  object-fit: cover;
  object-position: 30% center;
}
.intro-text {
  flex: 0 0 430px;
  max-width: 430px;
  text-align: center;
  padding-top: 42px;
}
h2.section-title {
  font-family: 'Playfair Display', Georgia, serif;
  font-weight: 500;
  font-size: 30px;
  color: #4D2A10;
  letter-spacing: 0.01em;
  margin-bottom: 10px;
}
h3.section-sub {
  font-family: 'Mulish', 'Avenir', sans-serif;
  font-weight: 300;
  font-size: 13px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #756F63;
  margin-bottom: 30px;
}
.intro-text p { font-size: 14px; margin-bottom: 22px; }
.intro-text .mv-label { margin-bottom: 2px; }

/* certification badges (new element) */
.cert-badges {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px;
  margin: 0 0 26px;
}
.cert-badges span {
  font-family: 'Playfair Display', Georgia, serif;
  font-size: 12px;
  letter-spacing: 0.06em;
  color: #A18F60;
  border: 1px solid #C4B58E;
  padding: 5px 13px;
  white-space: nowrap;
}

/* ---------- HOME: photo strips ---------- */
.strip-grass {
  height: 540px;
  background: url('grass-strip.jpg') center bottom / cover no-repeat;
}
.strip-blur {
  height: 190px;
  background: url('strip-blur.jpg') center 40% / cover no-repeat;
  position: relative;
  overflow: hidden;
}
.strip-blur::before {
  content: '';
  position: absolute;
  inset: -30px;
  background: inherit;
  filter: blur(14px) brightness(1.5) saturate(0.85);
}

/* ---------- HOME: product range ---------- */
.product-range {
  background: #FFF;
  padding: 100px 0;
}
.product-range .cols {
  max-width: 1150px;
  margin: 0 auto;
  padding: 0 40px;
  display: flex;
  gap: 70px;
  align-items: center;
  justify-content: center;
}
.pr-text {
  flex: 0 0 440px;
  max-width: 440px;
  text-align: center;
}
.pr-text p { font-size: 14px; margin-bottom: 24px; }
.pr-grid {
  flex: 0 0 470px;
  max-width: 470px;
  display: grid;
  grid-template-columns: 1fr 2fr;
  gap: 9px;
}
.pr-grid .row2-wide { grid-column: 1 / span 1; }
.pr-grid img {
  width: 100%;
  height: 208px;
  object-fit: cover;
}
/* second row is wide + narrow (mirrored) */
.pr-grid .g3 { grid-column: 1 / 2; }
.pr-grid { grid-template-areas: "a b" "c d"; }
.pr-grid .g1 { grid-area: a; }
.pr-grid .g2 { grid-area: b; }
.pr-grid .g3 { grid-area: c; }
.pr-grid .g4 { grid-area: d; }
.pr-grid-inner2 {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: 2fr 1fr;
  gap: 9px;
}
.pr-grid-inner2 img { width: 100%; height: 208px; object-fit: cover; }

/* ---------- HOME: quote band ---------- */
.quote-band {
  background: #272521;
  text-align: center;
  padding: 96px 24px 90px;
}
.quote-band blockquote {
  font-family: 'Playfair Display', Georgia, serif;
  font-style: italic;
  font-weight: 700;
  font-size: 27px;
  line-height: 1.55;
  color: #FFFFFF;
  max-width: 640px;
  margin: 0 auto 22px;
}
.quote-band cite {
  font-family: 'Mulish', 'Avenir', sans-serif;
  font-style: normal;
  font-size: 13px;
  letter-spacing: 0.1em;
  color: #A2A2A2;
}

/* ---------- HOME: idealogy ---------- */
.idealogy {
  background: #FFF;
  padding: 96px 0 110px;
}
.idealogy .cols {
  max-width: 1150px;
  margin: 0 auto;
  padding: 0 40px;
  display: flex;
  gap: 90px;
  align-items: flex-start;
  justify-content: center;
}
.ideal-photos {
  flex: 0 0 410px;
  max-width: 410px;
  display: flex;
  gap: 16px;
}
.ideal-photos img {
  width: calc(50% - 8px);
  height: 552px;
  object-fit: cover;
}
.ideal-photos .ip2 { object-position: 67% center; }
.ideal-text {
  flex: 0 0 430px;
  max-width: 430px;
  padding-top: 8px;
}
.ideal-text .heading-wrap { text-align: center; margin-bottom: 34px; }
.ideal-text h3.section-sub { margin-bottom: 0; }
.ideal-block { margin-bottom: 26px; font-size: 14px; }
.ideal-block .ib-title { color: #737373; }

/* ============================================================
   ABOUT PAGE
   ============================================================ */
.about-page {
  background: url('bg-board.jpg') center top / cover no-repeat fixed #B9A392;
}
.about-hero {
  padding: 120px 55px 0;
}
.about-hero .panel {
  position: relative;
  max-width: 1330px;
  margin: 0 auto;
  background: rgba(255, 255, 255, 0.42);
  padding: 66px 0 0;
  min-height: 715px;
}
.about-hero h1 {
  font-family: 'Playfair Display', Georgia, serif;
  font-weight: 400;
  font-size: 62px;
  color: #FFFFFF;
  text-align: center;
  margin-bottom: 56px;
}
.about-hero .collage {
  position: relative;
  max-width: 1330px;
  margin: 0 auto;
  height: 590px;
}
.about-hero .windmill {
  position: absolute;
  left: 18%;
  top: 0;
  width: 51%;
  height: 430px;
  object-fit: cover;
}
.about-hero .fern {
  position: absolute;
  left: 58.5%;
  top: 218px;
  width: 20.5%;
  height: 372px;
  object-fit: cover;
}
.our-story {
  background: #FFFFFF;
  max-width: 1330px;
  margin: 0 auto;
  padding: 105px 70px 120px;
}
.our-story .cols {
  display: flex;
  gap: 90px;
  max-width: 1080px;
  margin: 0 auto;
}
.our-story h2 {
  font-family: 'Playfair Display', Georgia, serif;
  font-weight: 500;
  font-size: 36px;
  line-height: 1.35;
  color: #4D2A10;
  flex: 0 0 220px;
}
.our-story .story-text {
  flex: 1;
  font-size: 15px;
  line-height: 1.75;
}
.our-story .story-text a { text-decoration: underline; }
.work-together {
  max-width: 1330px;
  margin: 0 auto;
  background: rgba(197, 191, 183, 0.55);
  padding: 90px 50px 110px;
}
.work-together .cols {
  display: flex;
  gap: 60px;
  max-width: 1230px;
  margin: 0 auto;
}
.work-together h2 {
  font-family: 'Playfair Display', Georgia, serif;
  font-weight: 500;
  font-size: 40px;
  line-height: 1.3;
  color: #4D2A10;
  flex: 0 0 240px;
}
.wt-details { flex: 0 0 300px; font-size: 15px; color: #33302B; }
.wt-details p { margin-bottom: 10px; }
.wt-details .socials { display: flex; gap: 14px; margin-top: 26px; }
.wt-details .socials img { width: 22px; height: 22px; }

/* forms (about + contact) */
.form-grid {
  flex: 1;
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: 42px;
  row-gap: 26px;
}
.form-grid .full { grid-column: 1 / -1; }
.field label {
  display: block;
  font-size: 14px;
  margin-bottom: 6px;
}
.field input,
.field textarea,
.field select {
  width: 100%;
  background: transparent;
  border: 0;
  border-bottom: 1px solid #5E5952;
  font-family: inherit;
  font-size: 15px;
  color: #33302B;
  padding: 4px 2px 6px;
  border-radius: 0;
  outline: none;
}
.field textarea { min-height: 72px; resize: vertical; }
.btn-send {
  background: #737373;
  color: #FFF;
  border: 0;
  font-family: inherit;
  font-size: 14px;
  padding: 9px 42px;
  cursor: pointer;
  justify-self: end;
}
.btn-send:hover { background: #5F5F5F; }

/* ============================================================
   PRODUCTS PAGE
   ============================================================ */
.products-hero {
  background: url('products-hero.jpg') center top / cover no-repeat #C9B4A6;
  height: 400px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.products-hero h1 {
  font-family: 'Playfair Display', Georgia, serif;
  font-weight: 400;
  font-size: 46px;
  color: #33291F;
  padding-top: 40px;
  text-align: center;
}
.menu-card {
  background: #FFF;
  max-width: 980px;
  margin: -112px auto 0;
  padding: 74px 60px 120px;
}
.menu-card h2 {
  font-family: 'Playfair Display', Georgia, serif;
  font-style: italic;
  font-weight: 500;
  font-size: 36px;
  color: #2F2B26;
  margin-bottom: 56px;
}
.menu-card h3 {
  font-family: 'Playfair Display', Georgia, serif;
  font-weight: 700;
  font-size: 26px;
  color: #A29061;
  margin-bottom: 6px;
}
.menu-card .menu-sub { font-size: 16px; color: #4A4A4A; margin-bottom: 42px; }
.menu-item { display: flex; gap: 36px; }
.menu-item .thumb {
  flex: 0 0 130px;
  width: 130px; height: 130px;
  object-fit: cover;
}
.menu-item .mi-body { flex: 1; }
.menu-item .mi-name { font-size: 15px; color: #4A4A4A; margin-bottom: 12px; }
.menu-item .mi-desc { font-size: 16px; color: #4A4A4A; margin-bottom: 12px; }
.organic-pill {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  border: 1px solid #C9C9C9;
  border-radius: 30px;
  font-size: 13px;
  color: #4A4A4A;
  padding: 3px 12px;
  margin-bottom: 20px;
}
.organic-pill img { width: 14px; height: 14px; }
.size-list { margin-bottom: 16px; }
.size-list li {
  display: flex;
  align-items: baseline;
  font-size: 17px;
  color: #4A4A4A;
  line-height: 1.9;
}
.size-list li::after {
  content: '';
  flex: 1;
  margin-left: 8px;
  border-bottom: 2px dotted #B9B9B9;
  transform: translateY(-4px);
}
.skin-list { margin: 4px 0 14px 12px; }
.skin-list li {
  font-size: 17px;
  color: #4A4A4A;
  line-height: 1.9;
}
.skin-list li::before {
  content: '+';
  color: #8A8A8A;
  margin-right: 12px;
}
.show-more {
  display: inline-block;
  font-size: 15px;
  color: #4A4A4A;
  text-decoration: underline;
  margin-left: 12px;
}

/* ============================================================
   CONTACT PAGE
   ============================================================ */
.contact-head {
  background: #FFF;
  text-align: center;
  padding: 130px 20px 64px;
}
.contact-head h1 {
  font-family: 'Playfair Display', Georgia, serif;
  font-weight: 500;
  font-size: 62px;
  color: #4D2A10;
  margin-bottom: 24px;
}
.contact-head p { font-size: 16px; }
.contact-split { display: flex; align-items: stretch; }
.contact-photo {
  flex: 0 0 47.7%;
  background: url('sand.jpg') center / cover no-repeat;
  min-height: 920px;
}
.contact-formside {
  flex: 1;
  position: relative;
  background: #BDBAB3;
  padding: 90px 11% 70px;
  color: #FFF;
}
.contact-formside::before {
  content: '';
  position: absolute;
  left: 0; top: 0; right: 0;
  height: 518px;
  background: url('bg-board.jpg') 65% 30% / cover no-repeat;
}
.contact-formside::after {
  content: '';
  position: absolute;
  left: 0; top: 0; right: 0;
  height: 518px;
  background: rgba(84, 70, 60, 0.38);
}
.contact-formside > * { position: relative; z-index: 1; }
.contact-formside .addr { font-size: 16px; margin-bottom: 14px; }
.contact-formside .mailphone {
  display: flex;
  gap: 18px;
  align-items: center;
  font-size: 16px;
  margin-bottom: 56px;
}
.contact-formside .mailphone .sep { opacity: 0.7; }
.contact-form {
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: 46px;
  row-gap: 30px;
}
.contact-form .full { grid-column: 1 / -1; }
.contact-form label { font-size: 15px; }
.contact-form input,
.contact-form textarea,
.contact-form select {
  border-bottom-color: rgba(255, 255, 255, 0.85);
  color: #FFF;
}
.contact-form ::placeholder { color: rgba(255, 255, 255, 0.65); }
.contact-form .lower input,
.contact-form .lower select { border-bottom-color: #55524C; color: #33302B; }
.contact-form select {
  appearance: none;
  -webkit-appearance: none;
  background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='9'%3E%3Cpath d='M1 1l6 6 6-6' fill='none' stroke='%2333302B' stroke-width='1.4'/%3E%3C/svg%3E") right 6px center no-repeat;
}
.contact-form .btn-send { justify-self: start; margin-top: 16px; }
.contact-links {
  display: flex;
  gap: 64px;
  margin-top: 74px;
}
.contact-links a {
  font-size: 15px;
  color: #FFF;
  text-decoration: underline;
}
.opening-hours { background: #ADA9A0; padding: 110px 0; }
.opening-hours .cols {
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 40px;
  display: flex;
  gap: 120px;
  align-items: flex-start;
}
.opening-hours h2 {
  font-family: 'Playfair Display', Georgia, serif;
  font-weight: 500;
  font-size: 42px;
  color: #4D2A10;
  flex: 0 0 320px;
}
.hours-table { flex: 1; color: #FFF; font-size: 16px; }
.hours-table .row {
  display: flex;
  margin-bottom: 22px;
}
.hours-table .row span:first-child { flex: 0 0 185px; }

/* white spacer under contact split */
.contact-gap { background: #FFF; height: 40px; }

/* ============================================================
   Responsive
   ============================================================ */
@media (max-width: 1080px) {
  .intro .cols, .product-range .cols, .idealogy .cols { gap: 48px; }
  .about-hero { padding: 100px 24px 0; }
  .our-story { padding: 70px 32px 80px; }
  .our-story .cols, .work-together .cols { flex-direction: column; gap: 36px; }
  .our-story h2, .work-together h2 { flex: none; }
  .opening-hours .cols { gap: 50px; }
}

@media (max-width: 860px) {
  .site-header .header-inner { padding: 0 16px; }
  .nav-toggle { display: block; order: -1; }
  .main-nav {
    position: absolute;
    top: 56px; left: 0; right: 0;
    background: rgba(39, 37, 33, 0.97);
    flex-direction: column;
    align-items: center;
    padding: 12px 0 22px;
    display: none;
  }
  .nav-open .main-nav { display: flex; }
  .main-nav a { line-height: 44px; font-size: 14px; }
  .btn-call { margin: 10px 0 0; }
  .hero { min-height: 620px; }
  .hero-title { font-size: 48px; }
  .hero-sub { font-size: 32px; margin-bottom: 60px; }
  .intro { padding: 60px 0; }
  .intro .cols, .product-range .cols, .idealogy .cols {
    flex-direction: column;
    align-items: center;
    padding: 0 24px;
  }
  .intro-photo, .intro-text, .pr-text, .pr-grid, .ideal-photos, .ideal-text {
    flex: none;
    max-width: 470px;
    width: 100%;
  }
  .intro-photo img { height: 420px; }
  .intro-text { padding-top: 0; }
  .strip-grass { height: 300px; }
  .product-range { padding: 60px 0; }
  .idealogy { padding: 60px 0 70px; }
  .ideal-photos img { height: 400px; }
  .quote-band { padding: 64px 20px; }
  .quote-band blockquote { font-size: 22px; }
  .about-hero .panel { min-height: 0; padding-bottom: 40px; }
  .about-hero h1 { font-size: 44px; }
  .about-hero .collage { height: auto; }
  .about-hero .windmill { position: static; width: 100%; height: 300px; }
  .about-hero .fern { position: static; width: 60%; height: 220px; margin: 16px auto 0; }
  .work-together { padding: 56px 24px 70px; }
  .form-grid { grid-template-columns: 1fr; }
  .products-hero { height: 300px; }
  .products-hero h1 { font-size: 30px; padding: 40px 20px 0; }
  .menu-card { margin: -70px 16px 0; padding: 44px 26px 70px; }
  .contact-head { padding: 110px 20px 44px; }
  .contact-head h1 { font-size: 42px; }
  .contact-split { flex-direction: column; }
  .contact-photo { min-height: 320px; flex: none; }
  .contact-formside { padding: 60px 24px 50px; }
  .contact-form { grid-template-columns: 1fr; }
  .opening-hours { padding: 60px 0; }
  .opening-hours .cols { flex-direction: column; gap: 28px; }
  .opening-hours h2 { flex: none; font-size: 32px; }
  .hours-table .row span:first-child { flex: 0 0 130px; }
}

/* ---------- WhatsApp floating chat button ---------- */
.wa-fab {
  position: fixed;
  right: 22px;
  bottom: 22px;
  z-index: 90;
  width: 62px;
  height: 62px;
  border-radius: 50%;
  background: #25D366;
  color: #FFF;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 6px 22px rgba(37, 211, 102, 0.55), 0 2px 8px rgba(0, 0, 0, 0.25);
  animation: wa-pulse 2.4s ease-in-out infinite;
  transition: transform 0.25s ease;
}
.wa-fab:hover { transform: scale(1.08); animation-play-state: paused; }
.wa-fab svg { width: 34px; height: 34px; }
@keyframes wa-pulse {
  0%, 100% { box-shadow: 0 6px 22px rgba(37, 211, 102, 0.55), 0 0 0 0 rgba(37, 211, 102, 0.45); }
  50% { box-shadow: 0 6px 22px rgba(37, 211, 102, 0.55), 0 0 0 16px rgba(37, 211, 102, 0); }
}
@media (prefers-reduced-motion: reduce) { .wa-fab { animation: none; } }
@media print { .wa-fab { display: none !important; } }

/* Contact page primary WhatsApp button */
.wa-cta {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  background: #25D366;
  color: #FFF;
  font-family: 'Mulish', 'Avenir', sans-serif;
  font-weight: 600;
  font-size: 16px;
  letter-spacing: 0.04em;
  padding: 16px 30px;
  border-radius: 40px;
  margin: 6px 0 26px;
  box-shadow: 0 4px 16px rgba(37, 211, 102, 0.4);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.wa-cta:hover { transform: translateY(-2px); box-shadow: 0 8px 22px rgba(37, 211, 102, 0.5); }
.wa-cta svg { width: 24px; height: 24px; }

/* Farmers WhatsApp call-to-action (inside farmers band) */
.farmers-cta {
  margin-top: 54px;
  padding-top: 44px;
  border-top: 1px solid rgba(162, 144, 97, 0.35);
  max-width: 620px;
  margin-left: auto;
  margin-right: auto;
}
.farmers-cta-q {
  font-family: 'Playfair Display', Georgia, serif;
  font-style: italic;
  font-size: 22px;
  color: #A29061;
}
.farmers-cta-line {
  font-family: 'Playfair Display', Georgia, serif;
  font-size: 36px;
  color: #F3EBDD;
  margin-top: 6px;
}
.farmers-cta-sub {
  font-family: 'Mulish', 'Avenir', sans-serif;
  font-weight: 300;
  font-size: 14px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.65);
  margin: 14px 0 28px;
}
@media (max-width: 760px) {
  .farmers-cta-line { font-size: 26px; }
}
