.food-index-page .food-shell {
  width: min(1120px, calc(100% - 32px));
}

.food-index-page .food-index-hero > img {
  object-position: center 54%;
}

.food-index-page .food-index-hero h1 {
  max-width: 960px;
}

.food-index-page .food-index-intro .food-prose {
  max-width: 860px;
  font-size: 1.08rem;
}

.food-index-page .food-review-card-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px;
}

.food-index-page .food-review-card {
  display: flex;
  min-width: 0;
  flex-direction: column;
  overflow: hidden;
  border: 1px solid rgba(15, 42, 51, 0.08);
  border-radius: var(--food-radius);
  background: var(--food-white);
  box-shadow: var(--food-shadow);
}

.food-index-page .food-review-card-image {
  position: relative;
  display: block;
  overflow: hidden;
  aspect-ratio: 4 / 3;
  background: var(--food-paper-deep);
}

.food-index-page .food-review-card-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transition: transform 220ms ease;
}

.food-index-page .food-review-card-image:hover img,
.food-index-page .food-review-card-image:focus-visible img {
  transform: scale(1.025);
}

.food-index-page .review-new-badge {
  position: absolute;
  z-index: 2;
  top: 16px;
  left: 16px;
  display: inline-flex;
  min-height: 30px;
  align-items: center;
  justify-content: center;
  padding: 6px 11px;
  border: 1px solid rgba(255, 255, 255, 0.7);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 8px 24px rgba(7, 28, 35, 0.18);
  color: var(--food-ink);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  line-height: 1;
  text-transform: uppercase;
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
}

.food-index-page .review-wetsuit-badge {
  position: absolute;
  z-index: 2;
  top: 16px;
  right: 16px;
  display: inline-flex;
  min-height: 30px;
  align-items: center;
  justify-content: center;
  padding: 6px 11px;
  border: 1px solid rgba(255, 255, 255, 0.72);
  border-radius: 999px;
  background: rgba(15, 42, 51, 0.9);
  box-shadow: 0 8px 24px rgba(7, 28, 35, 0.2);
  color: #fff;
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  line-height: 1;
  text-transform: uppercase;
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
}

.food-index-page .food-review-card-copy {
  display: flex;
  flex: 1;
  flex-direction: column;
  align-items: flex-start;
  padding: 26px;
}

.food-index-page .food-review-card-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 5px 8px;
  margin: 0 0 13px;
  color: #5d7c82;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1.45;
  text-transform: uppercase;
}

.food-index-page .food-review-card h3 {
  margin: 0 0 12px;
  font-family: "Instrument Serif", serif;
  font-size: clamp(2rem, 4vw, 2.75rem);
  font-weight: 400;
  line-height: 1;
  letter-spacing: -0.02em;
}

.food-index-page .food-review-card h3 a {
  text-decoration: none;
}

.food-index-page .food-review-card-copy > p:not(.food-review-card-meta) {
  margin: 0 0 22px;
  color: var(--food-muted);
  font-size: 0.98rem;
  line-height: 1.65;
}

.food-index-page .food-review-link {
  margin-top: auto;
  font-weight: 700;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 5px;
}

.food-index-page .food-region-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}

.food-index-page .food-region-card {
  position: relative;
  isolation: isolate;
  display: flex;
  min-height: 330px;
  align-items: flex-end;
  overflow: hidden;
  border-radius: var(--food-radius);
  background-color: var(--food-ink-soft);
  background-position: center;
  background-size: cover;
  box-shadow: 0 12px 38px rgba(7, 28, 35, 0.08);
  color: var(--food-white);
}

.food-index-page .food-region-card::after {
  content: "";
  position: absolute;
  z-index: -1;
  inset: 0;
  background: linear-gradient(180deg, rgba(6, 22, 27, 0.08) 18%, rgba(6, 22, 27, 0.88) 100%);
}

.food-index-page .food-region-devon {
  background-image: url("/guides/Bigbury-on-sea/zoomed%20out%20view.jpeg");
}

.food-index-page .food-region-north-devon {
  background-image: url("/guides/Croyde/Croyde%20water%20and%20sand%203.jpg");
}

.food-index-page .food-region-south-devon {
  background-image: url("/guides/Bantham/beach%20too.jpeg");
}

.food-index-page .food-region-cornwall {
  background-image: url("/images/fistral.jpg");
}

.food-index-page .food-region-card-copy {
  width: 100%;
  padding: 24px;
}

.food-index-page .food-region-card h3 {
  margin: 0 0 10px;
  font-family: "Instrument Serif", serif;
  font-size: 2.35rem;
  font-weight: 400;
  line-height: 0.95;
}

.food-index-page .food-region-card p {
  margin: 0 0 18px;
  color: rgba(255, 255, 255, 0.84);
  font-size: 0.86rem;
  line-height: 1.55;
}

.food-index-page .food-region-card span {
  display: inline-block;
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1.4;
  text-transform: uppercase;
}

.food-index-page .food-region-note {
  margin: 24px 0 0;
  color: var(--food-muted);
  font-size: 0.94rem;
  line-height: 1.6;
}

.food-index-page .food-index-enquiry-section {
  background: var(--food-paper);
}

.food-index-page .food-index-form-layout {
  display: grid;
  grid-template-columns: minmax(240px, 0.7fr) minmax(0, 1.3fr);
  gap: clamp(32px, 6vw, 72px);
  align-items: start;
}

.food-index-page .food-index-form-intro {
  position: sticky;
  top: 24px;
}

.food-index-page .food-index-form-intro h2 {
  margin-bottom: 20px;
}

.food-index-page .food-index-form-intro > p:not(.food-section-label) {
  margin: 0;
  color: var(--food-muted);
  font-size: 1rem;
  line-height: 1.7;
}

.food-index-page .food-index-form {
  display: grid;
  gap: 22px;
  min-width: 0;
  padding: clamp(22px, 4vw, 34px);
  border: 1px solid rgba(15, 42, 51, 0.09);
  border-radius: var(--food-radius);
  background: var(--food-white);
  box-shadow: var(--food-shadow);
  color: var(--food-ink);
}

.food-index-page .food-form-required-note {
  margin: 0;
  color: var(--food-muted);
  font-size: 0.78rem;
  line-height: 1.4;
  text-align: right;
}

.food-index-page .food-form-required-note > span,
.food-index-page .food-required-marker {
  color: #a23c2d;
  font-weight: 700;
}

.food-index-page .food-index-form-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.food-index-page .food-form-field,
.food-index-page .food-form-consent {
  min-width: 0;
}

.food-index-page .food-form-field {
  display: grid;
  gap: 8px;
}

.food-index-page .food-form-field-wide {
  grid-column: 1 / -1;
}

.food-index-page .food-form-field > span,
.food-index-page .food-choice-fieldset legend {
  color: var(--food-ink);
  font-size: 0.87rem;
  font-weight: 700;
  line-height: 1.45;
}

.food-index-page .food-form-field input,
.food-index-page .food-form-field select,
.food-index-page .food-form-field textarea {
  width: 100%;
  border: 1px solid var(--food-line);
  border-radius: 14px;
  background: #f8faf8;
  color: var(--food-ink);
  font: inherit;
  font-size: 1rem;
}

.food-index-page .food-form-field input,
.food-index-page .food-form-field select {
  min-height: 54px;
  padding: 13px 15px;
}

.food-index-page .food-form-field textarea {
  min-height: 130px;
  padding: 15px;
  line-height: 1.55;
  resize: vertical;
}

.food-index-page .food-form-field input::placeholder,
.food-index-page .food-form-field textarea::placeholder {
  color: #7b8c90;
  opacity: 1;
}

.food-index-page .food-form-field input:focus,
.food-index-page .food-form-field select:focus,
.food-index-page .food-form-field textarea:focus {
  border-color: #168da0;
  outline: 3px solid rgba(22, 141, 160, 0.16);
  outline-offset: 1px;
}

.food-index-page .food-choice-fieldset {
  min-width: 0;
  margin: 0;
  padding: 0;
  border: 0;
}

.food-index-page .food-choice-fieldset legend {
  margin-bottom: 10px;
  padding: 0;
}

.food-index-page .food-choice-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
}

.food-index-page .food-choice-grid label {
  display: flex;
  min-width: 0;
  min-height: 52px;
  align-items: center;
  gap: 11px;
  padding: 11px 13px;
  border: 1px solid var(--food-line);
  border-radius: 13px;
  background: #f8faf8;
  color: var(--food-ink);
  cursor: pointer;
  font-size: 0.88rem;
  font-weight: 600;
  line-height: 1.35;
}

.food-index-page .food-choice-grid input,
.food-index-page .food-form-consent input {
  width: 20px;
  height: 20px;
  flex: 0 0 20px;
  margin: 0;
  accent-color: #0d8ea6;
}

.food-index-page .food-choice-grid label:has(input:checked) {
  border-color: rgba(13, 142, 166, 0.58);
  background: rgba(53, 184, 201, 0.11);
}

.food-index-page .food-choice-grid-radio {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.food-index-page .food-form-consent {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  color: var(--food-muted);
  cursor: pointer;
  font-size: 0.84rem;
  line-height: 1.55;
}

.food-index-page .food-form-consent input {
  margin-top: 2px;
}

.food-index-page .food-form-consent a {
  color: var(--food-ink);
  font-weight: 700;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.food-index-page .food-form-submit {
  width: fit-content;
  min-height: 52px;
  padding: 14px 22px;
  border: 0;
  border-radius: 999px;
  background: var(--food-ink);
  color: var(--food-white);
  cursor: pointer;
  font: inherit;
  font-weight: 700;
}

.food-index-page .food-form-submit:hover {
  background: var(--food-ink-soft);
}

.food-index-page .food-form-submit:disabled {
  cursor: wait;
  opacity: 0.65;
}

.food-index-page .food-form-status {
  min-height: 1.55em;
  margin: -4px 0 0;
  color: var(--food-muted);
  font-size: 0.9rem;
  font-weight: 600;
  line-height: 1.55;
}

.food-index-page .food-form-status[data-state="success"] {
  color: #16643d;
}

.food-index-page .food-form-status[data-state="error"] {
  color: #a23c2d;
}

.food-index-page .food-index-business-section {
  background: linear-gradient(145deg, #0f2a33, #173d47);
  color: var(--food-white);
}

.food-index-page .food-index-business-section .food-section-label {
  color: #9fdce2;
}

.food-index-page .food-index-business-section .food-index-form-intro > p:not(.food-section-label) {
  color: rgba(255, 255, 255, 0.78);
}

.food-index-page .food-index-business-section .food-business-clarification {
  margin-top: 22px;
  padding: 18px 0 0 18px;
  border-top: 1px solid rgba(255, 255, 255, 0.18);
  border-left: 3px solid #78ccd6;
  font-size: 0.88rem;
}

.food-index-page .food-index-business-section .food-form-submit {
  background: #157f91;
}

.food-index-page .food-index-business-section .food-form-submit:hover {
  background: #0f6675;
}

@media (max-width: 900px) {
  .food-index-page .food-region-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .food-index-page .food-index-form-layout {
    grid-template-columns: 1fr;
  }

  .food-index-page .food-index-form-intro {
    position: static;
    max-width: 760px;
  }
}

@media (max-width: 600px) {
  .food-index-page .food-index-hero h1 {
    font-size: clamp(3.35rem, 16vw, 4.5rem);
  }

  .food-index-page .food-review-card-grid,
  .food-index-page .food-region-grid {
    grid-template-columns: 1fr;
  }

  .food-index-page .food-review-card-grid {
    gap: 18px;
  }

  .food-index-page .food-review-card {
    width: 100%;
  }

  .food-index-page .food-review-card-copy {
    padding: 20px 18px 22px;
  }

  .food-index-page .food-review-card h3 {
    font-size: 2.1rem;
  }

  .food-index-page .food-review-card-copy > p:not(.food-review-card-meta) {
    font-size: 0.95rem;
  }

  .food-index-page .review-new-badge {
    top: 12px;
    left: 12px;
  }

  .food-index-page .review-wetsuit-badge {
    top: 12px;
    right: 12px;
  }

  .food-index-page .food-region-card {
    min-height: 320px;
  }

  .food-index-page .food-index-form-grid,
  .food-index-page .food-choice-grid,
  .food-index-page .food-choice-grid-radio {
    grid-template-columns: 1fr;
  }

  .food-index-page .food-index-form {
    gap: 20px;
    padding: 20px 16px;
    border-radius: 18px;
  }

  .food-index-page .food-form-field-wide {
    grid-column: auto;
  }

  .food-index-page .food-choice-grid label {
    min-height: 54px;
    padding: 12px 14px;
  }

  .food-index-page .food-form-submit {
    width: 100%;
  }

  .food-index-page .food-form-required-note {
    text-align: left;
  }
}
