:root {
  --breco-navy: #020a3e;
  --breco-header: #29375d;
  --breco-blue: #0187ce;
  --breco-coral: #ff8156;
  --breco-coral-light: #ffae92;
  --breco-white: #fff;
  --breco-body: Ubuntu, Arial, sans-serif;
  --breco-display: "Microbrew Soft Four 3D", "Arial Narrow", Impact, sans-serif;
}

/* Keep the competition content full-width inside the existing Breco theme. */
body.breco-competition-page .page-header,
body.breco-competition-page .entry-title { display: none !important; }
body.breco-competition-page .site-main,
body.breco-competition-page .site-main > article,
body.breco-competition-page .page-content,
body.breco-competition-page .entry-content {
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
  padding: 0 !important;
}
body.breco-competition-page .site-main p:empty { display: none !important; }
body.breco-competition-page { overflow-x: clip; }

.breco-shell,
.breco-shell * { box-sizing: border-box; }
.breco-shell {
  position: relative;
  width: 100%;
  max-width: none;
  margin: 0;
  color: var(--breco-navy);
  font: 16px/1.48 var(--breco-body);
  overflow: clip;
}
.breco-shell img { display: block; max-width: 100%; }
.breco-shell h1,
.breco-shell h2,
.breco-shell h3 {
  margin: 0 0 .55em;
  color: inherit;
  font-family: var(--breco-display);
  font-weight: 800;
  line-height: .98;
  letter-spacing: .02em;
  text-transform: uppercase;
}
.breco-shell p { margin: 0 0 1em; }
.breco-shell ul { margin-top: 0; }

/* The source design is a 1440-ish canvas. On wide desktop the old 1140px cap
   made every block look too narrow, so scale the content with the viewport. */
.breco-wrap {
  width: min(75vw, 1440px);
  margin-inline: auto;
}
.breco-section { position: relative; padding: clamp(72px, 6.3vw, 122px) 0; }
.breco-copy--center { max-width: 1080px; margin-inline: auto; text-align: center; }
.breco-light { color: #fff; }
.breco-heading-image { height: auto; margin-inline: auto; }
.breco-heading-image--intro { width: min(760px, 64vw); margin-bottom: 32px; }
.breco-heading-image--story { width: min(390px, 78%); margin: 0 0 30px; }
.breco-heading-image--cta { width: min(920px, 78vw); margin-bottom: 32px; }
.breco-heading-image--judging { width: min(434px, 100%); margin: 0 0 28px; }

/* Hero - reuses the proven /recipe-competition/ fish, badge and cloud treatment.
   The layout below intentionally mirrors that existing page rather than approximating
   the cloud with radial gradients. */
.breco-hero {
  --breco-navy: #020a3e;
  position: relative;
  isolation: isolate;
  width: 100%;
  overflow: hidden;
  color: #fff;
  background: #0187ce url("https://breco.co.za/wp-content/uploads/2026/09/pattern.png") center top / auto 100% repeat-x;
}
.breco-hero::after {
  content: "";
  position: absolute;
  z-index: 0;
  inset: auto 0 0;
  height: 18%;
  background: var(--breco-navy);
  pointer-events: none;
}
.breco-hero__stage {
  position: relative;
  z-index: 1;
  container-type: inline-size;
  width: 100%;
  min-width: 0;
  aspect-ratio: 1310 / 613;
  margin: 0 auto;
  isolation: isolate;
}
.breco-hero__stage img {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 0;
}
.breco-hero__stage .breco-hero__copy {
  position: absolute;
  z-index: 5;
  left: 6.5%;
  top: max(64px, 5cqw);
  width: 35%;
  max-width: 520px;
}
.breco-hero__stage .breco-hero__title {
  width: 90%;
  margin-bottom: clamp(14px, 1.35cqw, 26px);
}
.breco-hero__stage .breco-hero__copy p {
  max-width: 430px;
  margin-bottom: 12px;
  font-size: clamp(15px, 1.05cqw, 21px);
  font-weight: 700;
  line-height: 1.32;
}
.breco-hero__dish {
  position: absolute;
  z-index: 3;
  left: 0;
  bottom: 0;
  width: 54%;
  filter: drop-shadow(0 20px 24px rgba(0, 0, 0, .22));
}
.breco-hero__stamp {
  position: absolute;
  z-index: 4;
  right: 9.3324%;
  bottom: 7.309%;
  width: 28.6634%;
  aspect-ratio: 1;
  filter: drop-shadow(0 14px 20px rgba(0, 0, 0, .10));
}
.breco-hero__cloud {
  position: absolute;
  z-index: 1;
  inset: 0;
  background: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%201310%20613%22%20preserveAspectRatio%3D%22none%22%3E%3Cg%20fill%3D%22%23020a3e%22%3E%3Ccircle%20cx%3D%221000%22%20cy%3D%22380.5%22%20r%3D%22215.24625%22%2F%3E%3Ccircle%20cx%3D%22704%22%20cy%3D%22425%22%20r%3D%2299%22%2F%3E%3Cpath%20d%3D%22M0%20613V490Q320%20325%20605%20425H820V380H1180Q1240%20260%201310%20235V613Z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") center / 100% 100% no-repeat;
  pointer-events: none;
}
.breco-hero__stage .breco-hero__mobile-art { display: none; }
.breco-visually-hidden {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip-path: inset(50%) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

/* Reusable sketch-style buttons */
.breco-button,
.breco-outline-link,
.breco-image-link,
.breco-enter-image {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--breco-navy) !important;
  text-decoration: none !important;
  transition: transform .2s ease, filter .2s ease;
}
.breco-image-link {
  width: 168px;
  min-width: 168px;
  height: 50px;
  padding: 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.breco-image-link span,
.breco-enter-image span {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  white-space: nowrap;
}
.breco-image-link--find {
  background-image: url("../images/sketch-button.png");
}
.breco-image-link--rules { background-image: url("../images/read-rules-button.png"); }
.breco-enter-image { width: 100px; height: 50px; }
.breco-enter-image img { width: 100px; height: 50px; object-fit: contain; }
.breco-outline-link {
  min-width: 128px;
  min-height: 45px;
  padding: 11px 24px;
  font: 800 18px/1 var(--breco-display);
  letter-spacing: .01em;
  text-transform: lowercase;
}
.breco-outline-link::before,
.breco-outline-link::after {
  content: "";
  position: absolute;
  left: 3px;
  right: 3px;
  height: 2px;
  background: var(--breco-navy);
  transform: rotate(-1deg);
}
.breco-outline-link::before { top: 4px; box-shadow: 10px 3px 0 -1px var(--breco-navy); }
.breco-outline-link::after { bottom: 4px; transform: rotate(1deg); box-shadow: -8px -3px 0 -1px var(--breco-navy); }
.breco-button:hover,
.breco-outline-link:hover,
.breco-image-link:hover,
.breco-enter-image:hover { transform: translateY(-2px); filter: brightness(1.06); }
.breco-image-link--find:hover { filter: brightness(1.04) drop-shadow(0 2px 0 rgba(0, 0, 0, .15)); }

/* Intro */
.breco-intro { padding-block: clamp(80px, 7.6vw, 145px); background: #fff; }
.breco-intro::after,
.breco-cta::after {
  content: "";
  position: absolute;
  z-index: 4;
  left: 0;
  right: 0;
  bottom: -37px;
  height: 38px;
  background: radial-gradient(circle at 32px 0, #fff 31px, transparent 32px) 0 0 / 64px 38px repeat-x;
  pointer-events: none;
}
.breco-intro .breco-copy--center { max-width: 1150px; }
.breco-intro p { font-size: clamp(15px, .94vw, 18px); line-height: 1.45; }
.breco-intro__lead { font-weight: 700; }

/* How to enter */
.breco-how {
  padding-top: clamp(112px, 8vw, 154px);
  padding-bottom: clamp(76px, 6vw, 112px);
  color: #fff;
  background:
    linear-gradient(rgba(2, 10, 62, .57), rgba(2, 10, 62, .73)),
    url("../images/form-seafood-bg.png") center / cover no-repeat;
}
.breco-how__intro { max-width: 820px; }
.breco-how h2 {
  margin-bottom: 16px;
  color: var(--breco-coral);
  font-size: clamp(48px, 4.5vw, 78px);
}
.breco-how__intro p { margin-bottom: 7px; font-size: clamp(15px, .95vw, 18px); }
.breco-step-cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: clamp(20px, 1.8vw, 34px);
  margin: 46px 0 34px;
  color: #fff;
}
.breco-step-cards article {
  min-height: 345px;
  padding: clamp(26px, 2.25vw, 42px);
  border: 1px solid rgba(255, 255, 255, .08);
  border-radius: 7px;
  background: rgba(35, 52, 91, .86);
  box-shadow: 0 15px 40px rgba(0, 0, 0, .16);
}
.breco-step-cards span {
  display: block;
  margin-bottom: 2px;
  color: #fff;
  font: 800 clamp(20px, 1.45vw, 27px) / 1 var(--breco-display);
  text-transform: uppercase;
}
.breco-step-cards h3 {
  margin-bottom: 18px;
  color: var(--breco-coral);
  font-size: clamp(31px, 2.2vw, 40px);
}
.breco-step-cards p,
.breco-step-cards li { font-size: clamp(14px, .9vw, 17px); line-height: 1.38; }
.breco-step-cards ul { margin-bottom: 0; padding-left: 20px; }
.breco-step-cards li { margin-bottom: 3px; }
.breco-choice-box {
  width: 100%;
  margin: 0 auto 18px;
  padding: clamp(32px, 3vw, 54px) clamp(28px, 5vw, 90px);
  border-radius: 9px;
  color: #fff;
  text-align: center;
  background: rgba(1, 135, 206, .91);
}
.breco-choice-box h3 { margin-bottom: 20px; color: #fff; font-size: clamp(35px, 3vw, 49px); }
.breco-choice-box p { max-width: 1120px; margin-inline: auto; font-size: clamp(14px, .85vw, 17px); }
.breco-how__enter { margin: 12px auto 0 !important; }

/* Story / requirements */
.breco-story-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  background: #fff;
}
.breco-story-grid > img,
.breco-story-copy,
.breco-requirements { min-height: clamp(600px, 38vw, 735px); }
.breco-story-grid > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.breco-story-photo--fish { object-position: center center; }
.breco-story-photo--prawns { object-position: center center; }
.breco-story-copy,
.breco-requirements {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(54px, 5vw, 94px) clamp(50px, 5.4vw, 104px);
}
.breco-story-copy h3,
.breco-requirements h3 {
  margin-bottom: 13px;
  color: var(--breco-navy);
  font-family: var(--breco-body);
  font-size: clamp(15px, 1vw, 18px);
  font-weight: 800;
  line-height: 1.2;
  text-transform: uppercase;
}
.breco-story-copy p,
.breco-story-copy li,
.breco-requirements p,
.breco-requirements li {
  font-size: clamp(13px, .82vw, 16px);
  line-height: 1.36;
}
.breco-story-copy p { margin-bottom: 14px; }
.breco-story-copy ul,
.breco-requirements ul { margin: 0 0 18px; padding-left: 20px; }
.breco-story-copy li,
.breco-requirements li { margin-bottom: 2px; }
.breco-requirements .breco-image-link { margin-top: 3px; }

/* Prizes */
.breco-prizes {
  padding-top: clamp(86px, 6.7vw, 128px);
  padding-bottom: clamp(82px, 6vw, 115px);
  color: #fff;
  text-align: center;
  background: var(--breco-blue);
}
.breco-prizes h2 {
  margin-bottom: 0;
  color: var(--breco-navy);
  font-size: clamp(50px, 4.7vw, 80px);
}
.breco-prize-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
  margin: 44px 0 34px;
}
.breco-prize-grid article {
  display: flex;
  flex-direction: column;
  align-items: center;
  overflow: hidden;
  min-height: 245px;
  border-radius: 10px;
  background: var(--breco-navy);
}
.breco-prize-grid span,
.breco-prize-grid small {
  display: block;
  color: var(--breco-coral);
  font-weight: 800;
  text-transform: uppercase;
}
.breco-prize-grid span { padding-top: 27px; font-size: clamp(15px, 1vw, 18px); }
.breco-prize-amount { width: clamp(125px, 10vw, 180px); height: auto; margin: 12px auto 6px; }
.breco-prize-grid small { min-height: 34px; padding-inline: 12px; font-size: clamp(11px, .75vw, 14px); }
.breco-prize-grid p {
  width: 100%;
  margin: auto 0 0;
  padding: 16px 12px;
  color: var(--breco-navy);
  font-size: clamp(12px, .75vw, 14px);
  font-weight: 700;
  background: var(--breco-coral);
}
.breco-prizes > .breco-wrap > p { margin-bottom: 18px; }
.breco-fineprint { max-width: 1120px; margin: 0 auto 12px !important; font-size: clamp(12px, .78vw, 15px); line-height: 1.45; }

/* CTA */
.breco-cta {
  padding-top: clamp(92px, 7vw, 135px);
  padding-bottom: clamp(100px, 7.3vw, 142px);
  text-align: center;
  background: #fff;
}
.breco-cta p { max-width: 980px; margin: 0 auto 24px; font-size: clamp(14px, .88vw, 17px); }

/* Judging */
.breco-judging {
  padding-top: clamp(92px, 6.2vw, 120px);
  padding-bottom: clamp(82px, 5.5vw, 110px);
  color: #fff;
  background: var(--breco-navy);
}
.breco-judging__grid {
  display: grid;
  grid-template-columns: 1.08fr .92fr;
  gap: clamp(55px, 5vw, 95px);
  align-items: center;
}
.breco-judging__copy h3 {
  margin-bottom: 20px;
  color: #fff;
  font-family: var(--breco-body);
  font-size: clamp(16px, 1.05vw, 20px);
  font-weight: 800;
  text-transform: uppercase;
}
.breco-judging__copy p { max-width: 620px; font-size: clamp(14px, .9vw, 17px); line-height: 1.45; }
.breco-judging table {
  width: 100%;
  border-collapse: collapse;
  color: #fff;
  font-size: clamp(13px, .85vw, 16px);
}
.breco-judging th,
.breco-judging td { padding: 10px 13px; border: 1px solid var(--breco-coral); text-align: left; }
.breco-judging th { color: #fff; font-weight: 800; text-transform: uppercase; }

/* Entry form and confirmation */
.breco-form-page,
.breco-confirmation {
  min-height: 1000px;
  padding: 100px 24px 140px;
  color: #fff;
  background: linear-gradient(rgba(0, 0, 0, .48), rgba(0, 0, 0, .58)), url("../images/form-seafood-bg.png") center / cover fixed;
}
.breco-form-wrap {
  width: min(940px, 100%);
  margin: auto;
  padding: clamp(34px, 6vw, 80px);
  border-radius: 52px;
  background: rgba(2, 10, 62, .97);
  box-shadow: 0 20px 60px rgba(0, 0, 0, .35);
}
.breco-form-intro { max-width: 760px; margin: 0 auto 55px; text-align: center; }
.breco-form-intro h1,
.breco-confirmation h1 { color: var(--breco-coral); font-size: clamp(48px, 6vw, 76px); }
.breco-form-intro h2,
.breco-confirmation h2 { color: #fff; font: 700 19px/1.35 var(--breco-body); text-transform: none; }
.breco-alert { margin-bottom: 25px; padding: 15px 18px; border-left: 5px solid var(--breco-coral); color: var(--breco-navy); background: #fff3ef; }
.breco-form { position: relative; }
.breco-form::after { content: ""; position: absolute; inset: auto -45px -30px; height: 330px; z-index: 0; opacity: .18; pointer-events: none; background: url("../images/seafood-pattern-white.png") center / cover; }
.breco-form > * { position: relative; z-index: 1; }
.breco-progress { height: 3px; margin-bottom: 38px; background: rgba(255, 255, 255, .55); }
.breco-progress span { display: block; width: 16.666%; height: 100%; background: var(--breco-coral); transition: width .25s ease; }
.breco-form-step { display: none; min-height: 420px; }
.breco-form-step.is-active { display: block; }
.breco-form-step h2 { outline: none; padding-bottom: 18px; border-bottom: 1px solid var(--breco-coral); color: var(--breco-coral); font-size: clamp(34px, 4vw, 52px); }
.breco-form-step h2 span { color: #fff; }
.breco-fields { display: grid; grid-template-columns: 1fr 1fr; gap: 18px 26px; }
.breco-wide { grid-column: 1 / -1; }
.breco-form label { display: block; color: #fff; font-weight: 700; }
.breco-form input:not([type="checkbox"]):not([type="file"]),
.breco-form select,
.breco-form textarea { display: block; width: 100%; margin-top: 7px; padding: 13px 14px; border: 1px solid #fff; border-radius: 0; color: #fff; outline: none; background: rgba(0, 0, 0, .05); font: inherit; }
.breco-form select option { color: #111; }
.breco-form textarea { resize: vertical; }
.breco-form input:focus,
.breco-form select:focus,
.breco-form textarea:focus { border-color: var(--breco-coral); box-shadow: 0 0 0 2px rgba(255, 129, 86, .25); }
.breco-word-count { display: block; margin-top: 5px; font-weight: 400; }
.breco-word-count.is-invalid { color: var(--breco-coral-light); }
.breco-upload-copy { margin: 26px 0; }
.breco-upload { margin: 14px 0; padding: 18px; border: 1px dashed rgba(255, 255, 255, .65); }
.breco-upload input { display: block; margin-top: 10px; }
.breco-upload-list { color: var(--breco-coral-light); }
.breco-checks { display: grid; gap: 16px; }
.breco-checks label { display: flex; gap: 12px; align-items: flex-start; font-weight: 400; }
.breco-checks input { width: 20px; height: 20px; flex: 0 0 auto; accent-color: var(--breco-coral); }
.breco-checks a { color: var(--breco-coral-light); }
.breco-final-check { margin-top: 28px; padding: 20px 24px; border-left: 4px solid var(--breco-coral); background: rgba(255, 255, 255, .08); }
.breco-final-check ul { display: grid; grid-template-columns: 1fr 1fr; gap: 8px 26px; margin: 0; padding-left: 20px; }
.breco-form-actions { display: flex; justify-content: space-between; gap: 18px; margin-top: 34px; padding-top: 25px; border-top: 1px solid rgba(255, 255, 255, .75); }
.breco-form-actions button { appearance: none; min-width: 140px; padding: 12px 22px; border: 2px solid var(--breco-coral); border-radius: 3px; color: #fff; cursor: pointer; background: transparent; box-shadow: none; font: 800 18px/1 var(--breco-display); letter-spacing: .01em; text-transform: lowercase; }
.breco-form-actions button:hover { background: var(--breco-coral); }
.breco-form-actions button[hidden] { display: none; }
.breco-form-actions .breco-next,
.breco-form-actions .breco-submit { margin-left: auto; }
.breco-honeypot { position: absolute !important; left: -10000px !important; width: 1px !important; height: 1px !important; overflow: hidden !important; }

.breco-confirmation { display: flex; align-items: center; }
.breco-confirmation__card { max-width: 700px; margin: auto; text-align: center; }
.breco-rules { padding: 80px 24px; color: var(--breco-navy); background: #fff; }
.breco-rules__wrap { width: min(1020px, 100%); margin: auto; }
.breco-rules h1 { margin-bottom: 55px; font-size: clamp(54px, 6vw, 84px); }
.breco-rules section { padding: 24px 0; border-top: 1px solid #ccd1dd; }
.breco-rules section h2 { color: var(--breco-coral); font-size: 28px; }

/* Tablet */
@media (max-width: 1100px) {
  .breco-wrap { width: min(100% - 56px, 980px); }
  .breco-story-grid > img,
  .breco-story-copy,
  .breco-requirements { min-height: 610px; }
  .breco-story-copy,
  .breco-requirements { padding: 48px 50px; }
  .breco-judging__grid { gap: 45px; }
}

@media (max-width: 900px) {
  .breco-wrap { width: min(100% - 44px, 820px); }
  .breco-section { padding-block: 72px; }


  .breco-intro { padding-block: 90px; }
  .breco-heading-image--intro { width: min(680px, 88vw); }
  .breco-how { padding-top: 115px; }
  .breco-step-cards { grid-template-columns: 1fr; max-width: 660px; margin-inline: auto; }
  .breco-step-cards article { min-height: 0; }
  .breco-choice-box { max-width: 760px; margin-top: 30px; }

  .breco-story-grid { grid-template-columns: 1fr; }
  .breco-story-grid > img,
  .breco-story-copy,
  .breco-requirements { min-height: 0; }
  .breco-story-grid > img { max-height: 700px; aspect-ratio: 1.2 / 1; object-fit: cover; }
  .breco-story-copy,
  .breco-requirements { padding: 70px 54px; }
  .breco-story-photo--prawns { grid-row: 3; }

  .breco-prize-grid { grid-template-columns: 1fr; max-width: 620px; margin-inline: auto; }
  .breco-prize-grid article { min-height: 235px; }
  .breco-prize-amount { width: 160px; }

  .breco-judging__grid { grid-template-columns: 1fr; gap: 42px; }
  .breco-heading-image--judging { margin-inline: 0; }
}

/* The original competition hero swaps the separate fish/cloud/badge artwork for the
   existing combined mobile artwork. This keeps the mobile composition identical to the
   already-approved /recipe-competition/ treatment. */
@media (max-width: 767px) {
  .breco-hero__stage {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    min-width: 0;
    max-width: none;
    aspect-ratio: auto;
    padding-top: 58px;
  }
  .breco-hero__stage .breco-hero__copy {
    position: relative;
    inset: auto;
    z-index: 5;
    width: min(88%, 390px);
    max-width: none;
    margin: 0 auto;
    text-align: center;
  }
  .breco-hero__stage .breco-hero__title {
    width: min(100%, 390px);
    margin-inline: auto;
    margin-bottom: 16px;
  }
  .breco-hero__stage .breco-hero__copy p {
    max-width: 315px;
    margin-inline: auto;
    font-size: 16px;
  }
  .breco-hero__dish,
  .breco-hero__cloud,
  .breco-hero__stamp { display: none !important; }
  .breco-hero__stage .breco-hero__mobile-art {
    display: block;
    position: relative;
    z-index: 3;
    width: 100%;
    margin-top: 32px;
    flex: none;
  }
}

/* Mobile */
@media (max-width: 600px) {
  .breco-wrap { width: min(100% - 30px, 560px); }
  .breco-section { padding-block: 58px; }
  .breco-shell { font-size: 15px; }

  .breco-image-link--find { width: 145px; min-width: 145px; }

  .breco-intro { padding-block: 68px 78px; }
  .breco-intro::after,
  .breco-cta::after { bottom: -27px; height: 28px; background: radial-gradient(circle at 24px 0, #fff 23px, transparent 24px) 0 0 / 48px 28px repeat-x; }
  .breco-heading-image--intro { width: min(500px, 94vw); margin-bottom: 24px; }
  .breco-intro p { font-size: 15px; }

  .breco-how { padding-top: 92px; padding-bottom: 62px; }
  .breco-how h2 { font-size: 47px; }
  .breco-step-cards { gap: 17px; margin-top: 34px; }
  .breco-step-cards article { padding: 27px 24px; }
  .breco-step-cards span { font-size: 22px; }
  .breco-step-cards h3 { font-size: 34px; }
  .breco-step-cards p,
  .breco-step-cards li { font-size: 14px; }
  .breco-choice-box { padding: 30px 22px; }
  .breco-choice-box h3 { font-size: 36px; }

  .breco-story-grid > img { width: 100%; max-height: none; aspect-ratio: 1 / 1; }
  .breco-story-copy,
  .breco-requirements { padding: 54px 26px; }
  .breco-heading-image--story { width: min(360px, 90%); margin-bottom: 26px; }
  .breco-story-copy p,
  .breco-story-copy li,
  .breco-requirements p,
  .breco-requirements li { font-size: 14px; }

  .breco-prizes { padding-block: 68px; }
  .breco-prizes h2 { font-size: 48px; }
  .breco-prize-grid { gap: 14px; margin-top: 34px; }
  .breco-prize-grid article { min-height: 225px; }
  .breco-prize-amount { width: 145px; }

  .breco-cta { padding-block: 70px 82px; }
  .breco-heading-image--cta { width: min(520px, 94vw); margin-bottom: 22px; }
  .breco-cta p { max-width: 350px; }

  .breco-judging { padding-block: 78px 68px; }
  .breco-heading-image--judging { width: min(360px, 94%); }
  .breco-judging table { font-size: 13px; }
  .breco-judging th,
  .breco-judging td { padding: 9px 8px; }

  .breco-form-page,
  .breco-confirmation { min-height: 780px; padding: 32px 12px 70px; background-attachment: scroll; }
  .breco-form-wrap { padding: 38px 20px; border-radius: 26px; }
  .breco-form-intro { margin-bottom: 36px; }
  .breco-form-intro h1,
  .breco-confirmation h1 { font-size: 43px; }
  .breco-form-step { min-height: 0; }
  .breco-form-step h2 { font-size: 31px; }
  .breco-fields { grid-template-columns: 1fr; }
  .breco-wide { grid-column: auto; }
  .breco-final-check ul { grid-template-columns: 1fr; }
  .breco-form-actions { gap: 10px; }
  .breco-form-actions button { min-width: 108px; padding-inline: 14px; font-size: 16px; }
  .breco-rules { padding: 55px 20px; }
  .breco-rules h1 { margin-bottom: 35px; font-size: 48px; }
}

@media (max-width: 380px) {
  .breco-how h2,
  .breco-prizes h2 { font-size: 42px; }
  .breco-form-wrap { padding-inline: 16px; }
  .breco-form-actions { flex-wrap: wrap; }
  .breco-form-actions button { flex: 1 1 46%; }
}

@media (prefers-reduced-motion: reduce) {
  .breco-shell * { scroll-behavior: auto !important; transition: none !important; }
}

/* v1.0.8 form and rules artwork refinements. */
.breco-form-wrap { position:relative; isolation:isolate; overflow:hidden; background:#020a3e; }
.breco-form::after { display:none; }
.breco-form-wrap::before,.breco-rules__wrap::before {
 content:""; position:absolute; z-index:-1; pointer-events:none;
 left:0; bottom:0; width:min(580px,70%); aspect-ratio:580/271;
 background:url("../images/fish-watermark.png") left bottom/contain no-repeat;
 opacity:.19;
}
.breco-form-actions { position:relative; z-index:1; }
.breco-form-actions .breco-next,.breco-form-actions .breco-prev {
 width:100px; min-width:100px; height:50px; padding:0;
 border:0; border-radius:0; box-shadow:none; background-color:transparent;
 background-position:center; background-size:100px auto; background-repeat:no-repeat;
 color:transparent; font-size:0;
}
.breco-form-actions .breco-next { background-image:url("../images/next.png"); }
.breco-form-actions .breco-prev { background-image:url("../images/previous.png"); }
.breco-form-actions .breco-next:hover,.breco-form-actions .breco-prev:hover { background-color:transparent; opacity:.85; }
.breco-form-actions button:focus-visible { outline:2px solid #ff8156; outline-offset:5px; }
.breco-form-step[data-step="1"] h2,.breco-form-step[data-step="2"] h2,.breco-form-step[data-step="3"] h2 {
 min-height:58px; font-size:0; color:transparent; background-position:left top;
 background-size:auto 30px; background-repeat:no-repeat;
}
.breco-form-step[data-step="1"] h2 { background-image:url("../images/step-1.png"); }
.breco-form-step[data-step="2"] h2 { background-image:url("../images/step-2.png"); }
.breco-form-step[data-step="3"] h2 { background-image:url("../images/step-3.png"); }
.breco-form-step h2 span { color:inherit; }
.breco-rules {
 padding:94px 24px 80px; color:#fff;
 background:linear-gradient(#020a3666,#020a3666),url("../images/form-seafood-bg.png") center/cover;
 font-family:Ubuntu,Arial,sans-serif;
}

.breco-rules__wrap {
 position:relative; isolation:isolate; overflow:hidden; width:min(1000px,100%);
 margin:auto; padding:50px 52px 62px; border-radius:48px; background:#020a3e;
}
.breco-rules h1 { color:#ff8156; font-size:60px; margin:0 0 24px; }
.breco-rules section { border:0; padding:0; margin:0 0 18px; }
.breco-rules section h2 { color:#fff; font:700 14px/1.4 Ubuntu,Arial,sans-serif; letter-spacing:0; text-transform:none; margin:0; }
.breco-rules section p,.breco-rules section li { font-size:14px; line-height:1.45; }
.breco-rules section p { margin:0 0 12px; }
.breco-rules section ul { padding-left:22px; }
@media(max-width:600px) {
 .breco-rules { padding:36px 12px; }
 .breco-rules__wrap { padding:32px 22px 46px; border-radius:26px; }
 .breco-rules h1 { font-size:38px; }
 .breco-form-step[data-step] h2 { background-size:contain; }
 .breco-form-wrap::before,.breco-rules__wrap::before { width:100%; }
}

/* v1.0.10: desktop hero geometry matched to the approved /recipe-competition/ reference.
   The previous 120%-height SVG introduced an oversized navy floor on wide screens,
   which swallowed the Find out more button and made the lower hero look too dark.
   The navy artwork is now a clean vector silhouette with no transparent cut-outs from the fish or badge. */
@media(min-width:768px){
 .breco-hero__stage { aspect-ratio:1311/512; }
 .breco-hero__stage .breco-hero__copy { left:12%; top:25%; width:35%; max-width:none; }
 .breco-hero__stage .breco-hero__title { width:100%; margin-bottom:1.5cqw; }
 .breco-hero__stage .breco-hero__copy p { max-width:23cqw; font-size:1.08cqw; }
 .breco-hero__dish { width:36%; left:28%; bottom:-13%; transform:none; filter:none; }
 .breco-hero__stamp { width:28.7%; right:9.3%; bottom:5.7%; filter:none; }
 .breco-hero__cloud {
   inset:0;
   width:100%;
   height:100%;
   background:url("../images/hero-cloud-v111.svg") center / 100% 100% no-repeat;
 }
 .breco-hero::after { display:none; }
 .breco-hero .breco-image-link--find { width:14cqw; min-width:0; height:3.8cqw; }
}
.breco-rules .breco-button { display:inline-block; width:158px; height:60px; padding:0; border:0; background:transparent url('../images/enter-now-orange.png') center/contain no-repeat; font-size:0; }
.breco-form-actions .breco-prev,.breco-form-actions .breco-next { flex:0 0 100px; }

/* Avoid artificial heavy bold on the single-weight brand font. */
.breco-form-intro h1,.breco-form-step h2,.breco-rules h1 { font-weight:400; font-synthesis:none; }

/* v1.0.11: centre the round navy badge backing directly behind the stamp.
   The stamp centre is 76.35% of the stage width / ~57.56% of stage height;
   hero-cloud-v111.svg uses the same centre (1001,295) in the 1311x512 viewBox. */

/* v1.0.12: client feedback pass starting from item 2 in BRECO Feedback.docx.
   Item 1 (hero cloud/bubbles) is intentionally not changed in this build. */

/* Use the supplied/Figma seafood illustration artwork rather than the unrelated
   live-site pattern that was previously referenced from /uploads/. */
.breco-hero {
  background-color: #0187ce;
  background-image: url("../images/hero-seafood-pattern-lite.jpg");
  background-position: center 48%;
  background-size: cover;
  background-repeat: no-repeat;
}

@media (min-width: 768px) {
  /* Bring more of the platter/fish into the hero frame without changing the
     approved badge/cloud geometry. */
  .breco-hero__dish {
    left: 30.8%;
    bottom: -2%;
    width: 34%;
  }
}

/* Correct the How to Enter heading treatment. The generic display stack was
   resolving to a thin Arial Narrow face on some browsers; force the heavy,
   condensed treatment used by the artwork instead. */
.breco-how h2.breco-how__heading {
  margin-bottom: 16px;
  color: var(--breco-coral);
  font-family: Impact, Haettenschweiler, "Arial Narrow Bold", "Arial Narrow", sans-serif;
  font-size: clamp(50px, 4.65vw, 80px);
  font-weight: 400;
  font-stretch: condensed;
  letter-spacing: .015em;
  line-height: .95;
  font-synthesis: none;
}
.breco-how h2.breco-how__heading span { display: inline-block; }

/* Replace the round/scalloped white separators with a continuous wave edge. */
.breco-intro::after,
.breco-cta::after {
  bottom: -31px;
  height: 32px;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 160 32' preserveAspectRatio='none'%3E%3Cpath fill='%23ffffff' d='M0 0H160V10C150 10 150 27 140 27S130 10 120 10s-10 17-20 17-10-17-20-17-10 17-20 17-10-17-20-17-10 17-20 17S10 10 0 10V0Z'/%3E%3C/svg%3E") left top / 160px 32px repeat-x;
}

/* Give the white-section Enter now CTA the same hand-drawn wave treatment
   requested in the feedback instead of straight sketch lines. */
.breco-cta .breco-outline-link {
  min-width: 142px;
  min-height: 50px;
  padding: 12px 22px;
  color: var(--breco-navy) !important;
}
.breco-cta .breco-outline-link::before,
.breco-cta .breco-outline-link::after {
  left: 0;
  right: 0;
  height: 8px;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 140 8' preserveAspectRatio='none'%3E%3Cpath d='M0 4 C10 0 20 8 30 4 S50 0 60 4 80 8 90 4 110 0 120 4 130 8 140 4' fill='none' stroke='%23020a3e' stroke-width='2.2' stroke-linecap='round'/%3E%3C/svg%3E") center / 100% 100% no-repeat;
  box-shadow: none;
  transform: none;
}
.breco-cta .breco-outline-link::before { top: 1px; }
.breco-cta .breco-outline-link::after { bottom: 1px; }

/* Ensure the judging table starts with the orange rule, including themes that
   otherwise collapse/override the table's outer border. */
.breco-judging table {
  border-top: 2px solid var(--breco-coral) !important;
}
.breco-judging thead,
.breco-judging thead tr,
.breco-judging thead th {
  border-top-color: var(--breco-coral) !important;
}

/* Preserve an explicit orange separator under each form step heading. */
.breco-form-step h2 {
  border-bottom: 1px solid var(--breco-coral) !important;
}

@media (max-width: 600px) {
  .breco-intro::after,
  .breco-cta::after {
    bottom: -25px;
    height: 26px;
    background-size: 130px 26px;
  }
  .breco-how h2.breco-how__heading { font-size: 47px; }
}


/* v1.0.13: remaining client feedback for the recipe-submission flow. */

/* The Remember line is supporting copy, not a bold callout. */
.breco-form-intro p:last-child {
  font-weight: 400 !important;
}

/* Progress belongs at the bottom of each step, directly above navigation. */
.breco-progress {
  margin: 38px 0 18px;
}

/* Give Step One more presence and add breathing room below its orange rule. */
@media (min-width: 601px) {
  .breco-form-step[data-step="1"] h2 {
    min-height: 72px;
    background-size: auto 39px;
  }
}
.breco-form-step[data-step="1"] .breco-fields {
  margin-top: 30px;
}

/* Step Four/Five/Six labels are white; section names remain orange. */
.breco-form-step[data-step="4"] h2 span,
.breco-form-step[data-step="5"] h2 span,
.breco-form-step[data-step="6"] h2 span {
  color: #fff !important;
}

/* Client specifically requested Ubuntu for this supporting upload heading. */
.breco-upload-copy h3 {
  color: #fff;
  font-family: Ubuntu, Arial, sans-serif !important;
  font-size: clamp(26px, 2.2vw, 36px);
  font-weight: 700;
  line-height: 1.15;
  letter-spacing: .01em;
  text-transform: uppercase;
}

/* Protect controls from theme hover styles that were making them disappear. */
body.breco-competition-page .breco-form-actions button,
body.breco-competition-page .breco-form-actions button:hover,
body.breco-competition-page .breco-form-actions button:focus,
body.breco-competition-page .breco-form-actions button:active {
  opacity: 1 !important;
  visibility: visible !important;
  filter: none !important;
  box-shadow: none !important;
}
body.breco-competition-page .breco-form-actions .breco-prev,
body.breco-competition-page .breco-form-actions .breco-prev:hover {
  background-color: transparent !important;
  background-image: url("../images/previous.png") !important;
}
body.breco-competition-page .breco-form-actions .breco-next,
body.breco-competition-page .breco-form-actions .breco-next:hover {
  background-color: transparent !important;
  background-image: url("../images/next.png") !important;
}

/* Final submission uses the same white wave-button language as Previous/Next. */
body.breco-competition-page .breco-form-actions .breco-submit,
body.breco-competition-page .breco-form-actions .breco-submit:hover,
body.breco-competition-page .breco-form-actions .breco-submit:focus,
body.breco-competition-page .breco-form-actions .breco-submit:active {
  width: 180px;
  min-width: 180px;
  height: 62px;
  padding: 0;
  border: 0 !important;
  border-radius: 0;
  color: transparent !important;
  background-color: transparent !important;
  background-image: url("../images/submit-recipe.svg") !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-size: 180px 62px !important;
  font-size: 0 !important;
}
body.breco-competition-page .breco-form-actions .breco-submit.is-submitting,
body.breco-competition-page .breco-form-actions .breco-submit:disabled {
  opacity: .65 !important;
  cursor: wait;
}

/* Keep the form fields visibly separated from the orange heading rule. */
.breco-form-step > label,
.breco-form-step > .breco-upload-copy,
.breco-form-step > .breco-checks {
  margin-top: 26px;
}

/* Confirmation screen: same competition visual language, no social/share block. */
.breco-confirmation__card {
  max-width: 720px;
  padding: 18px 0 10px;
}
.breco-confirmation__eyebrow {
  margin-bottom: 12px !important;
  color: #fff;
  font: 700 14px/1.3 Ubuntu, Arial, sans-serif;
  letter-spacing: .12em;
  text-transform: uppercase;
}
.breco-confirmation__card h1 {
  margin-bottom: 18px;
  color: var(--breco-coral);
}
.breco-confirmation__card h2 {
  margin-bottom: 25px;
  font-size: clamp(20px, 2.2vw, 28px);
}
.breco-confirmation__card p {
  max-width: 620px;
  margin: 0 auto 16px;
  font-family: Ubuntu, Arial, sans-serif;
}
.breco-confirmation__reference {
  margin-top: 28px !important;
  padding-top: 20px;
  border-top: 1px solid var(--breco-coral);
  color: var(--breco-coral-light);
}

@media (max-width: 600px) {
  .breco-progress { margin-top: 28px; }
  .breco-form-step[data-step="1"] .breco-fields { margin-top: 22px; }
  body.breco-competition-page .breco-form-actions .breco-submit,
  body.breco-competition-page .breco-form-actions .breco-submit:hover,
  body.breco-competition-page .breco-form-actions .breco-submit:focus,
  body.breco-competition-page .breco-form-actions .breco-submit:active {
    flex: 1 1 100%;
    width: 180px;
    min-width: 180px;
    margin-inline: auto;
  }
}

/* v1.0.14: designer artwork + mobile feedback alignment.
   Use the supplied exports instead of approximating the display font with CSS. */
.breco-how h2.breco-how__heading {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  margin: 0 auto 18px;
  font-size: 0;
  line-height: 1;
}
.breco-how h2.breco-how__heading img {
  display: block;
  width: min(338px, 88vw);
  height: auto;
  margin: 0 auto;
}

.breco-prizes {
  background: #3286cb;
}
.breco-prizes h2.breco-prizes__heading {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  margin: 0 auto;
  font-size: 0;
  line-height: 1;
}
.breco-prizes h2.breco-prizes__heading img {
  display: block;
  width: min(473px, 86vw);
  height: auto;
  margin: 0 auto;
}

/* Desktop hero: the supplied 1311x579 PNG already contains the exact navy
   cloud geometry and the aligned Nou Gaan Ons Braai badge. The transparent
   full-canvas export is anchored to the bottom of the 1311-wide hero stage. */
@media (min-width: 768px) {
  .breco-hero__cloud {
    z-index: 2;
    inset: auto 0 0 0;
    width: 100%;
    height: 113.086%;
    background: transparent url("../images/hero-badge-cloud-designer.png") center bottom / 100% 100% no-repeat !important;
    pointer-events: none;
  }
  .breco-hero__stamp {
    display: none !important;
  }
  .breco-hero__dish {
    z-index: 3;
  }
  .breco-hero__copy {
    z-index: 5;
  }
}

/* Mobile reference: heading/copy are centred above the combined badge/cloud
   artwork and should not inherit desktop offsets. */
@media (max-width: 767px) {
  .breco-hero__stage .breco-hero__copy {
    text-align: center !important;
  }
  .breco-hero__stage .breco-hero__title {
    width: min(92%, 390px);
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .breco-hero__stage .breco-hero__copy p {
    text-align: center;
  }
  .breco-hero .breco-image-link--find {
    margin-left: auto;
    margin-right: auto;
  }
  .breco-how h2.breco-how__heading img {
    width: min(338px, 91vw);
  }
  .breco-prizes h2.breco-prizes__heading img {
    width: min(473px, 91vw);
  }
}

/* Prevent the Terms & Conditions link from collapsing into an awkward narrow
   fragment on the final mobile form step. */
.breco-checks label {
  min-width: 0;
  line-height: 1.45;
}
.breco-checks label a {
  display: inline;
  white-space: normal;
  word-break: normal;
  overflow-wrap: break-word;
}
@media (max-width: 600px) {
  .breco-checks label {
    gap: 10px;
    font-size: 14px;
  }
  .breco-checks input {
    margin-top: 2px;
  }
}


/* v1.0.15: submission reliability + consistent form-step heading scale. */
/* Step 1 was deliberately enlarged in v1.0.13, while Steps 2/3 used smaller
   artwork and Steps 4-6 rendered as live text. Normalize the visible heading
   height across all six steps without changing the requested white/orange split. */
.breco-form-step h2 {
  min-height: 64px !important;
  padding-bottom: 18px !important;
  font-size: 34px !important;
  line-height: 1 !important;
}
.breco-form-step[data-step="1"] h2,
.breco-form-step[data-step="2"] h2,
.breco-form-step[data-step="3"] h2 {
  min-height: 64px !important;
  background-size: auto 34px !important;
  background-position: left 0 !important;
}
.breco-form-step[data-step="4"] h2,
.breco-form-step[data-step="5"] h2,
.breco-form-step[data-step="6"] h2 {
  display: flex;
  align-items: flex-start;
  gap: .22em;
  color: var(--breco-coral) !important;
  font-size: 34px !important;
  font-weight: 400 !important;
  font-synthesis: none;
}
.breco-form-step[data-step="4"] h2 span,
.breco-form-step[data-step="5"] h2 span,
.breco-form-step[data-step="6"] h2 span {
  color: #fff !important;
}
@media (max-width: 600px) {
  .breco-form-step h2 {
    min-height: 54px !important;
    font-size: 28px !important;
  }
  .breco-form-step[data-step="1"] h2,
  .breco-form-step[data-step="2"] h2,
  .breco-form-step[data-step="3"] h2 {
    min-height: 54px !important;
    background-size: auto 28px !important;
  }
  .breco-form-step[data-step="4"] h2,
  .breco-form-step[data-step="5"] h2,
  .breco-form-step[data-step="6"] h2 {
    font-size: 28px !important;
  }
}

/* v1.0.16: designer-matched recipe confirmation screen + share block. */
body.breco-competition-page .breco-confirmation {
  min-height: 610px;
  padding: clamp(72px, 7vw, 118px) 24px clamp(105px, 10vw, 150px);
  display: flex;
  align-items: center;
  overflow: visible;
  background:
    linear-gradient(rgba(0, 0, 0, .40), rgba(0, 0, 0, .40)),
    url("../images/form-seafood-bg.png") center / cover no-repeat;
  background-attachment: scroll;
}
body.breco-competition-page .breco-confirmation__wrap {
  width: min(930px, 100%);
  margin: 0 auto;
  position: relative;
  overflow: visible;
}
body.breco-competition-page .breco-confirmation__card {
  position: relative;
  width: min(820px, 100%);
  max-width: none;
  margin: 0 auto;
  padding: clamp(54px, 5vw, 78px) clamp(70px, 7vw, 116px) clamp(86px, 8vw, 112px);
  border-radius: 38px;
  background: #030747;
  box-shadow: 0 18px 46px rgba(0, 0, 0, .18);
  text-align: center;
  overflow: visible;
}
body.breco-competition-page .breco-confirmation__back {
  position: absolute;
  left: 26px;
  top: 24px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 46px;
  height: 46px;
  border-radius: 999px;
  color: #0a1044 !important;
  background: var(--breco-coral);
  text-decoration: none !important;
  font: 700 25px/1 Arial, sans-serif;
  transition: transform .18s ease, filter .18s ease;
}
body.breco-competition-page .breco-confirmation__back:hover,
body.breco-competition-page .breco-confirmation__back:focus {
  color: #0a1044 !important;
  background: var(--breco-coral);
  transform: translateX(-2px);
  filter: brightness(1.03);
}
body.breco-competition-page .breco-confirmation__card h1 {
  margin: 0 0 18px;
  color: var(--breco-coral);
  font-size: clamp(48px, 5.2vw, 76px);
  line-height: .98;
}
body.breco-competition-page .breco-confirmation__card h2 {
  margin: 0 auto 16px;
  max-width: 660px;
  color: #fff;
  font: 700 clamp(19px, 1.7vw, 24px)/1.25 Ubuntu, Arial, sans-serif;
  text-transform: none;
}
body.breco-competition-page .breco-confirmation__message {
  max-width: 650px;
  margin: 0 auto !important;
  color: #fff;
  font: 400 clamp(13px, 1.15vw, 16px)/1.45 Ubuntu, Arial, sans-serif;
}
body.breco-competition-page .breco-confirmation__share {
  position: absolute;
  left: 50%;
  bottom: -56px;
  transform: translateX(-50%);
  width: min(260px, calc(100% - 40px));
  padding: 17px 18px 18px;
  border-radius: 13px;
  background: #34436d;
  box-shadow: 0 10px 24px rgba(0, 0, 0, .14);
  text-align: left;
}
body.breco-competition-page .breco-confirmation__share > p {
  margin: 0 0 12px !important;
  color: #fff;
  font: 800 13px/1 var(--breco-display);
  letter-spacing: .03em;
  text-transform: uppercase;
}
body.breco-competition-page .breco-confirmation__share-links {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 8px;
}
body.breco-competition-page .breco-confirmation__share-links a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 0;
  height: 38px;
  border-radius: 4px;
  color: #fff !important;
  background: var(--breco-coral);
  text-decoration: none !important;
  font: 800 18px/1 Arial, sans-serif;
  transition: transform .15s ease, filter .15s ease;
}
body.breco-competition-page .breco-confirmation__share-links a:hover,
body.breco-competition-page .breco-confirmation__share-links a:focus {
  color: #fff !important;
  background: var(--breco-coral);
  transform: translateY(-1px);
  filter: brightness(1.05);
}
body.breco-competition-page .breco-confirmation__share-links .breco-icon-in {
  font-size: 14px;
  letter-spacing: -1px;
}
body.breco-competition-page .breco-confirmation__share-links .breco-icon-mail {
  font-size: 18px;
  line-height: 1;
}
body.breco-competition-page .breco-confirmation__share-links .breco-icon-wa {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 19px;
  height: 19px;
  border: 2px solid #fff;
  border-radius: 50%;
  font-size: 11px;
  line-height: 1;
}

@media (max-width: 700px) {
  body.breco-competition-page .breco-confirmation {
    min-height: 560px;
    padding: 56px 15px 100px;
  }
  body.breco-competition-page .breco-confirmation__card {
    padding: 78px 24px 98px;
    border-radius: 28px;
  }
  body.breco-competition-page .breco-confirmation__back {
    left: 18px;
    top: 18px;
    width: 42px;
    height: 42px;
  }
  body.breco-competition-page .breco-confirmation__card h1 {
    font-size: clamp(44px, 14vw, 60px);
  }
  body.breco-competition-page .breco-confirmation__card h2 {
    font-size: 18px;
  }
  body.breco-competition-page .breco-confirmation__message {
    font-size: 13px;
  }
  body.breco-competition-page .breco-confirmation__share {
    bottom: -53px;
    width: min(260px, calc(100% - 30px));
  }
}


/* v1.0.17: final client UX notes (pages 5-9 of BRECO Feedback (2)). */

/* The intro belongs to Step One only. JS toggles the native hidden attribute. */
.breco-form-intro[hidden] {
  display: none !important;
}

/* Keep the story requirement visible without turning the counter into an error
   state while someone is still composing their 50-100 word answer. */
.breco-word-count {
  color: rgba(255, 255, 255, .82);
}
.breco-word-count.is-invalid {
  color: var(--breco-coral-light);
  font-weight: 700;
}

/* Client requested a Next control that visibly stands out against the navy form. */
body.breco-competition-page .breco-form-actions .breco-next,
body.breco-competition-page .breco-form-actions .breco-next:hover,
body.breco-competition-page .breco-form-actions .breco-next:focus,
body.breco-competition-page .breco-form-actions .breco-next:active {
  background-image: url("../images/next-coral.png") !important;
  opacity: 1 !important;
  filter: none !important;
  visibility: visible !important;
}
body.breco-competition-page .breco-form-actions .breco-next:hover,
body.breco-competition-page .breco-form-actions .breco-next:focus {
  transform: translateY(-1px);
}

/* Checkbox copy must stay as one text column on mobile; this specifically fixes
   the Terms & Conditions link being squeezed into a separate narrow column. */
.breco-checks label {
  display: grid !important;
  grid-template-columns: 20px minmax(0, 1fr);
  column-gap: 12px;
  align-items: start;
  width: 100%;
}
.breco-checks input[type="checkbox"] {
  grid-column: 1;
  margin: 2px 0 0;
}
.breco-check-copy {
  grid-column: 2;
  min-width: 0;
  display: block;
  line-height: 1.45;
}
.breco-check-copy a {
  display: inline !important;
  white-space: normal !important;
  overflow-wrap: normal !important;
  word-break: normal !important;
}

/* Reinforce the designer heading exports: no fallback theme font should leak
   through on mobile while the artwork is loading. */
.breco-how h2.breco-how__heading,
.breco-prizes h2.breco-prizes__heading {
  font-size: 0 !important;
  line-height: 0 !important;
}
.breco-how h2.breco-how__heading img,
.breco-prizes h2.breco-prizes__heading img {
  display: block !important;
  height: auto !important;
  margin-inline: auto !important;
}

/* Designer/client mobile reference: hero heading and supporting copy are centred. */
@media (max-width: 767px) {
  .breco-hero__stage .breco-hero__copy {
    display: flex !important;
    flex-direction: column;
    align-items: center !important;
    text-align: center !important;
    margin-inline: auto !important;
  }
  .breco-hero__stage .breco-hero__title,
  .breco-hero__stage .breco-hero__copy p,
  .breco-hero .breco-image-link--find {
    margin-left: auto !important;
    margin-right: auto !important;
    text-align: center !important;
  }
  .breco-checks {
    gap: 14px;
  }
  .breco-check-copy {
    font-size: 14px;
    line-height: 1.38;
  }
}


/* v1.0.18: cross-browser type rendering hardening. Designer-exported headings
   remain images/SVGs; live supporting copy should not inherit synthetic
   strokes/shadows or browser-specific faux bolding from the theme. */
body.breco-competition-page .breco-shell,
body.breco-competition-page .breco-shell * {
  text-shadow: none;
  -webkit-text-stroke: 0 transparent;
  font-synthesis: none;
}
body.breco-competition-page .breco-shell h1,
body.breco-competition-page .breco-shell h2,
body.breco-competition-page .breco-shell h3,
body.breco-competition-page .breco-shell p,
body.breco-competition-page .breco-shell label,
body.breco-competition-page .breco-shell button {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}
.breco-heading-image,
.breco-how__heading img,
.breco-prizes__heading img {
  image-rendering: auto;
  transform: translateZ(0);
  backface-visibility: hidden;
}
