:root {
  --ink: #0a2d34;
  --deep: #052a35;
  --teal: #0b4c58;
  --aqua: #d9eee9;
  --gold: #f0b536;
  --gold-dark: #b67808;
  --cream: #f7f5ed;
  --white: #ffffff;
  --muted: #557078;
  --line: rgba(10,45,52,.16);
  --display: Georgia, "Times New Roman", serif;
  --sans: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--cream); font-family: var(--sans); font-size: 16px; line-height: 1.65; }
body.dialog-open { overflow: hidden; }
a { color: inherit; }
img { display: block; max-width: 100%; }
.site-header {
  position: absolute; z-index: 20; top: 0; left: 0; width: 100%; height: 96px;
  display: flex; align-items: center; justify-content: space-between; padding: 0 clamp(24px, 5vw, 76px);
  color: var(--white); border-bottom: 1px solid rgba(255,255,255,.22);
}
.brand { display: inline-flex; align-items: center; text-decoration: none; }
.brand-logo { width: clamp(180px, 18vw, 250px); height: auto; padding: 0; background: transparent; filter: drop-shadow(0 5px 10px rgba(0,0,0,.2)); }
nav { display: flex; align-items: center; gap: clamp(22px, 3vw, 44px); }
nav a { text-decoration: none; font-size: .91rem; font-weight: 650; }
nav a:not(.nav-cta) { border-bottom: 1px solid transparent; }
nav a:not(.nav-cta):hover { border-color: var(--gold); }
.nav-cta { padding: 12px 19px; color: var(--ink); background: var(--gold); border-radius: 100px; }
.menu-toggle { display: none; color: inherit; background: none; border: 0; padding: 8px; }
.menu-toggle span { display: block; width: 26px; height: 2px; margin: 6px 0; background: currentColor; }
.hero { position: relative; min-height: 820px; height: 100svh; color: var(--white); overflow: hidden; background: var(--deep); }
.hero-image { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center; }
.hero-shade { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(3,26,34,.92) 0%, rgba(3,32,40,.68) 42%, rgba(4,29,37,.08) 78%), linear-gradient(0deg, rgba(3,25,32,.62), transparent 45%); }
.hero-content { position: absolute; z-index: 2; left: clamp(24px, 8vw, 130px); top: 50%; width: min(690px, 86vw); transform: translateY(-43%); }
.eyebrow { margin: 0 0 22px; color: var(--gold); font-size: .78rem; font-weight: 800; letter-spacing: .2em; text-transform: uppercase; }
h1, h2 { margin: 0; font-family: var(--display); font-weight: 500; line-height: .99; letter-spacing: -.04em; }
h1 { max-width: 670px; font-size: clamp(3.6rem, 6.5vw, 7rem); }
.hero-copy { max-width: 600px; margin: 28px 0 34px; font-size: clamp(1.05rem, 1.5vw, 1.25rem); line-height: 1.65; color: rgba(255,255,255,.84); }
.hero-actions { display: flex; align-items: center; gap: 30px; }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 54px; padding: 0 28px; border-radius: 100px; text-decoration: none; font-weight: 800; }
.button-gold { color: var(--ink); background: var(--gold); box-shadow: 0 13px 34px rgba(240,181,54,.2); }
.button-gold:hover { background: #ffc84f; transform: translateY(-2px); }
.text-link { color: var(--white); text-decoration: none; font-weight: 700; border-bottom: 1px solid rgba(255,255,255,.5); }
.text-link span { color: var(--gold); margin-left: 8px; }
.hero-note { position: absolute; z-index: 2; right: clamp(24px, 5vw, 80px); bottom: 48px; display: flex; align-items: center; gap: 16px; color: rgba(255,255,255,.74); }
.hero-note > span { display: grid; place-items: center; width: 54px; height: 54px; border: 1px solid rgba(255,255,255,.4); border-radius: 50%; color: var(--gold); }
.hero-note p { margin: 0; font-size: .82rem; line-height: 1.5; }
.hero-note strong { color: var(--white); font-size: .92rem; }
.section { padding: 120px clamp(24px, 8vw, 130px); }
.section-label { display: flex; align-items: center; gap: 13px; color: var(--teal); font-size: .76rem; font-weight: 850; letter-spacing: .18em; text-transform: uppercase; }
.section-label span { display: grid; place-items: center; width: 34px; height: 34px; border: 1px solid currentColor; border-radius: 50%; font-size: .68rem; }
.section-label.light { color: #8fcbc4; }
.intro { display: grid; grid-template-columns: .75fr 1.45fr 1fr; gap: clamp(36px, 6vw, 100px); align-items: start; background: var(--cream); }
.kicker { margin: 0 0 20px; color: var(--gold-dark); font-size: .82rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.intro h2, .benefits h2 { font-size: clamp(2.7rem, 4.4vw, 5rem); }
.intro-detail { padding-top: 46px; color: var(--muted); }
.intro-detail > p { margin-top: 0; font-size: 1.06rem; }
.pill-row { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 28px; }
.pill-row span { padding: 8px 12px; border: 1px solid var(--line); border-radius: 100px; color: var(--ink); font-size: .76rem; font-weight: 750; }
.packs { display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(0, .95fr); gap: clamp(52px, 7vw, 110px); align-items: center; background: #fff; }
.pack-visual { position: relative; }
.pack-visual::before { content: ""; position: absolute; inset: 8% -5% -4% 9%; border-radius: 45% 45% 12% 12%; background: var(--aqua); }
.pack-visual img { position: relative; z-index: 1; width: 100%; border-radius: 28px; box-shadow: 0 32px 80px rgba(5,42,53,.18); }
.pack-copy .section-label { margin-bottom: 42px; }
.pack-copy h2 { max-width: 720px; font-size: clamp(2.8rem, 4.6vw, 5.3rem); }
.pack-copy > p:not(.kicker):not(.cert-note) { max-width: 640px; color: var(--muted); font-size: 1.05rem; }
.pack-specs { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin: 32px 0 18px; }
.pack-specs article { display: flex; align-items: center; gap: 16px; padding: 18px; border: 1px solid var(--line); border-radius: 18px; background: var(--cream); }
.pack-weight { display: grid; place-items: center; flex: 0 0 68px; height: 68px; border-radius: 50%; color: #fff; background: var(--teal); font-family: var(--display); font-size: 1.18rem; font-weight: 700; }
.pack-specs strong, .pack-specs small { display: block; }
.pack-specs strong { font-size: .98rem; }
.pack-specs small { margin-top: 2px; color: var(--muted); font-size: .84rem; }
.feed-sizes { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 22px; }
.feed-sizes span { padding: 9px 14px; border-radius: 999px; color: #fff; background: var(--teal); font-size: .8rem; font-weight: 800; }
.feed-sizes span:first-child { color: var(--ink); background: var(--gold); }
.cert-note { max-width: 650px; margin: 0 0 28px; padding-left: 16px; border-left: 3px solid var(--gold); color: var(--muted); font-size: .85rem; }
.cert-note strong { color: var(--ink); }
.button-dark { color: #fff; background: var(--deep); }
.button-dark:hover { background: var(--teal); transform: translateY(-2px); }
.feeds { color: var(--white); background: var(--deep); }
.section-heading { display: grid; grid-template-columns: .55fr 1.25fr .75fr; align-items: end; gap: clamp(32px, 5vw, 80px); margin-bottom: 64px; }
.section-heading h2 { font-size: clamp(2.8rem, 4.4vw, 5.2rem); }
.section-heading > p { margin: 0; color: rgba(255,255,255,.62); }
.feed-grid { display: grid; grid-template-columns: repeat(3, 1fr); border: 1px solid rgba(255,255,255,.16); }
.feed-card { position: relative; min-height: 470px; padding: 38px; overflow: hidden; background: rgba(255,255,255,.025); border-right: 1px solid rgba(255,255,255,.16); }
.feed-card:last-child { border-right: 0; }
.feed-card.featured { background: var(--gold); color: var(--ink); transform: translateY(-12px); box-shadow: 0 20px 60px rgba(0,0,0,.22); }
.feed-number { position: absolute; top: 24px; right: 28px; font-family: var(--display); font-size: .95rem; opacity: .5; }
.pellet { position: relative; width: 150px; height: 130px; margin: 20px 0 20px; }
.pellet i { position: absolute; display: block; border-radius: 50%; background: radial-gradient(circle at 35% 28%, #e4b35d, #8e5316 70%); box-shadow: inset -5px -8px 10px rgba(55,28,5,.28), 0 8px 18px rgba(0,0,0,.24); }
.pellet i:nth-child(1) { left: 10%; bottom: 15%; }
.pellet i:nth-child(2) { left: 45%; bottom: 4%; }
.pellet i:nth-child(3) { right: 0; bottom: 29%; }
.pellet i:nth-child(4) { left: 38%; top: 4%; }
.pellet i:nth-child(5) { left: 3%; top: 18%; }
.pellet-small i { width: 29px; height: 29px; }
.pellet-medium i { width: 38px; height: 38px; }
.pellet-large i { width: 50px; height: 50px; }
.card-tag { margin: 0 0 8px; color: #89c8c1; font-size: .72rem; font-weight: 850; letter-spacing: .16em; text-transform: uppercase; }
.featured .card-tag { color: #6b4b07; }
.feed-card h3 { margin: 0 0 14px; font-family: var(--display); font-size: 2rem; font-weight: 500; }
.feed-card p:last-of-type { max-width: 360px; color: rgba(255,255,255,.64); }
.feed-card.featured p:last-of-type { color: rgba(10,45,52,.78); }
.card-line { position: absolute; bottom: 38px; left: 38px; width: 44px; height: 2px; background: var(--gold); }
.featured .card-line { background: var(--ink); }
.feed-note { margin: 30px 0 0; color: rgba(255,255,255,.54); font-size: .86rem; text-align: right; }
.benefits { display: grid; grid-template-columns: 1fr 1.1fr; gap: clamp(60px, 9vw, 150px); background: var(--aqua); }
.benefit-title .section-label { margin-bottom: 60px; }
.benefit-title h2 { max-width: 620px; }
.benefit-list { border-top: 1px solid var(--line); }
.benefit { display: grid; grid-template-columns: 52px 1fr; gap: 24px; padding: 30px 0; border-bottom: 1px solid var(--line); }
.benefit-icon { display: grid; place-items: center; width: 46px; height: 46px; border: 1px solid var(--teal); border-radius: 50%; color: var(--gold-dark); font-size: 1.25rem; }
.benefit h3 { margin: 0 0 4px; font-family: var(--display); font-size: 1.55rem; font-weight: 600; }
.benefit p { margin: 0; color: var(--muted); }
.species { padding: 68px 24px; overflow: hidden; color: var(--cream); background: var(--gold-dark); text-align: center; }
.species > p { margin: 0 0 20px; font-size: .75rem; font-weight: 800; letter-spacing: .18em; text-transform: uppercase; opacity: .8; }
.species-track { display: flex; justify-content: center; align-items: center; gap: clamp(16px, 2.4vw, 38px); white-space: nowrap; font-family: var(--display); font-size: clamp(1.65rem, 3vw, 3rem); }
.species-track i { color: var(--gold); font-family: var(--sans); font-size: .65rem; }
.contact { position: relative; display: grid; grid-template-columns: 1fr .36fr; gap: 80px; align-items: end; overflow: hidden; color: var(--white); background: var(--teal); }
.contact-copy { position: relative; z-index: 2; }
.contact h2 { max-width: 850px; font-size: clamp(3.1rem, 5.7vw, 6.2rem); }
.contact-copy > p:last-child { max-width: 650px; margin: 30px 0 0; color: rgba(255,255,255,.68); }
.contact-action { position: relative; z-index: 2; text-align: center; }
.contact-action .button { width: 100%; }
.contact-action p { font-size: .76rem; color: rgba(255,255,255,.58); }
.contact-mark { position: absolute; right: -3vw; top: 50%; transform: translateY(-54%); font-family: var(--display); font-size: 33vw; line-height: 1; color: rgba(255,255,255,.035); }
footer { display: flex; align-items: center; justify-content: space-between; gap: 28px; padding: 34px clamp(24px, 5vw, 76px); color: rgba(255,255,255,.68); background: #031e26; font-size: .8rem; }
.footer-brand { color: var(--white); }
.footer-brand .brand-logo { width: 190px; padding: 0; background: transparent; filter: drop-shadow(0 5px 10px rgba(0,0,0,.2)); }
.footer-domain { color: var(--gold); font-weight: 750; text-decoration: none; }
.footer-domain:hover { text-decoration: underline; }
.enquiry-dialog {
  width: min(800px, calc(100% - 32px)); max-height: calc(100dvh - 32px); padding: 0; overflow: auto;
  color: var(--ink); background: var(--cream); border: 0; border-radius: 26px; box-shadow: 0 30px 100px rgba(3,30,38,.48);
}
.enquiry-dialog::backdrop { background: rgba(3,24,31,.78); backdrop-filter: blur(7px); }
.dialog-shell { padding: clamp(26px, 5vw, 52px); }
.dialog-heading { display: grid; grid-template-columns: 1fr auto; gap: 24px; align-items: start; margin-bottom: 30px; }
.dialog-heading .eyebrow { margin-bottom: 12px; color: var(--gold-dark); }
.dialog-heading h2 { max-width: 620px; font-size: clamp(2.35rem, 5vw, 4rem); }
.dialog-heading p:last-child { max-width: 650px; margin: 18px 0 0; color: var(--muted); font-size: .94rem; }
.dialog-heading strong { color: var(--ink); }
.dialog-close {
  display: grid; place-items: center; width: 44px; height: 44px; padding: 0; color: var(--ink); background: transparent;
  border: 1px solid var(--line); border-radius: 50%; font: 300 2rem/1 var(--sans); cursor: pointer;
}
.dialog-close:hover { color: var(--white); background: var(--deep); }
.enquiry-form { border-top: 1px solid var(--line); padding-top: 28px; }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.enquiry-form label { display: grid; gap: 7px; color: var(--ink); font-size: .85rem; font-weight: 750; }
.enquiry-form label span em { color: #b34d2f; font-style: normal; }
.enquiry-form label span small { color: var(--muted); font-weight: 500; }
.enquiry-form input, .enquiry-form select, .enquiry-form textarea {
  width: 100%; min-height: 49px; padding: 11px 13px; color: var(--ink); background: var(--white);
  border: 1px solid rgba(10,45,52,.22); border-radius: 10px; font: inherit; font-size: 1rem;
}
.enquiry-form textarea { min-height: 94px; resize: vertical; }
.enquiry-form input:focus, .enquiry-form select:focus, .enquiry-form textarea:focus { border-color: var(--gold-dark); outline: 3px solid rgba(240,181,54,.22); }
.message-field { margin-top: 18px; }
.form-actions { display: flex; align-items: center; gap: 18px; margin-top: 26px; }
.form-actions button { border: 0; cursor: pointer; font: inherit; }
.form-cancel { padding: 12px 4px; color: var(--muted); background: transparent; font-weight: 750 !important; }
.form-cancel:hover { color: var(--ink); }
.reveal { opacity: 0; transform: translateY(24px); transition: opacity .7s ease, transform .7s ease; }
.reveal.visible { opacity: 1; transform: none; }
.button, nav a { transition: transform .2s ease, background-color .2s ease, border-color .2s ease; }
:focus-visible { outline: 3px solid var(--gold); outline-offset: 4px; }
@media (max-width: 980px) {
  .intro { grid-template-columns: 1fr 2fr; }
  .intro-detail { grid-column: 2; padding-top: 0; }
  .section-heading { grid-template-columns: 1fr 2fr; }
  .section-heading > p { grid-column: 2; }
  .feed-grid { grid-template-columns: 1fr; }
  .feed-card { min-height: 350px; border-right: 0; border-bottom: 1px solid rgba(255,255,255,.16); }
  .feed-card:last-child { border-bottom: 0; }
  .feed-card.featured { transform: none; }
  .pellet { float: right; margin: 20px; }
  .benefits { grid-template-columns: 1fr; }
  .packs { grid-template-columns: 1fr; }
  .pack-visual { width: min(720px, 100%); margin: 0 auto; }
  .contact { grid-template-columns: 1fr; }
  .contact-action { width: min(360px, 100%); text-align: left; }
}
@media (max-width: 760px) {
  .site-header { height: 80px; }
  .menu-toggle { display: block; position: relative; z-index: 3; }
  nav { position: absolute; top: 0; left: 0; width: 100%; padding: 105px 24px 28px; flex-direction: column; align-items: stretch; gap: 0; background: var(--deep); transform: translateY(-110%); transition: transform .3s ease; }
  nav.open { transform: translateY(0); }
  nav a { padding: 14px 0; border-bottom: 1px solid rgba(255,255,255,.12); }
  nav .nav-cta { margin-top: 14px; padding: 13px 18px; text-align: center; border: 0; }
  .hero { min-height: 720px; }
  .hero-shade { background: linear-gradient(90deg, rgba(3,26,34,.9), rgba(3,26,34,.3)), linear-gradient(0deg, rgba(3,25,32,.65), transparent 45%); }
  .hero-content { top: 47%; transform: translateY(-42%); }
  h1 { font-size: clamp(3.2rem, 16vw, 5rem); }
  .hero-actions { align-items: flex-start; flex-direction: column; gap: 20px; }
  .hero-note { left: 24px; right: auto; bottom: 26px; }
  .brand-logo { width: 170px; }
  .section { padding: 82px 24px; }
  .intro, .section-heading { display: block; }
  .intro .section-label, .section-heading .section-label { margin-bottom: 48px; }
  .intro-detail { padding-top: 32px; }
  .section-heading > p { margin-top: 24px; }
  .feed-grid { margin-top: 42px; }
  .feed-card { min-height: 430px; padding: 28px; }
  .pack-specs { grid-template-columns: 1fr; }
  .pellet { float: none; margin: 12px 0; }
  .species { overflow-x: auto; text-align: left; }
  .species > p { text-align: center; }
  .species-track { width: max-content; justify-content: flex-start; }
  footer { align-items: flex-start; flex-direction: column; }
  .enquiry-dialog { width: min(100% - 18px, 800px); max-height: calc(100dvh - 18px); border-radius: 18px; }
  .dialog-heading { gap: 12px; }
  .form-grid { grid-template-columns: 1fr; gap: 14px; }
  .form-actions { align-items: stretch; flex-direction: column; gap: 6px; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation: none !important; transition: none !important; }
  .reveal { opacity: 1; transform: none; }
}
