/*
Theme Name: Boskie Smaki Onepage
Theme URI: https://www.boskiesmaki.pl/
Author: Codex
Description: Onepage dla marki Boskie Smaki z sekcjami o produktach, karmie, smaczkach, składzie, FAQ i kontakcie.
Version: 1.0.0
Requires at least: 6.0
Tested up to: 6.5
Requires PHP: 7.4
Text Domain: boskie-smaki-onepage
*/

:root {
  --forest: #17325f;
  --forest-2: #071b3d;
  --sage: #39aeca;
  --cream: #fff4ec;
  --cream-2: #f8e4d5;
  --caramel: #d41386;
  --clay: #9c7459;
  --cyan: #39aeca;
  --navy: #17325f;
  --pink: #d41386;
  --white: #ffffff;
  --ink: #101729;
  --muted: #627084;
  --line: rgba(23, 50, 95, 0.16);
  --shadow: 0 24px 70px rgba(23, 50, 95, 0.16);
  --radius: 8px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: "Inter", Arial, sans-serif;
  color: var(--ink);
  background:
    radial-gradient(circle at 4% 12%, rgba(57, 174, 202, 0.34) 0 116px, transparent 118px),
    radial-gradient(circle at 84% 2%, rgba(57, 174, 202, 0.3) 0 170px, transparent 172px),
    var(--cream);
  line-height: 1.6;
  overflow-x: hidden;
}

body.nav-open {
  overflow: hidden;
}

a {
  color: inherit;
  text-decoration: none;
}

button,
input,
textarea {
  font: inherit;
}

p {
  hyphens: auto;
}

.container {
  width: min(1160px, calc(100% - 40px));
  margin: 0 auto;
}

.section-pad {
  padding: 96px 0;
}

.site-header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  width: min(1200px, calc(100% - 32px));
  min-height: 76px;
  margin: 16px auto 0;
  padding: 0 18px;
  color: var(--forest);
  background: rgba(251, 243, 230, 0.9);
  border: 1px solid rgba(49, 67, 50, 0.14);
  border-radius: var(--radius);
  box-shadow: 0 18px 54px rgba(49, 67, 50, 0.14);
  backdrop-filter: blur(18px);
}

.site-header.is-scrolled {
  background: rgba(251, 243, 230, 0.98);
}

.brand {
  display: inline-flex;
  align-items: center;
  min-width: 160px;
}

.brand-image {
  display: block;
  width: auto;
  height: 56px;
}

.main-nav {
  display: flex;
  align-items: center;
  gap: 26px;
  color: rgba(49, 67, 50, 0.76);
  font-size: 14px;
  font-weight: 800;
}

.main-nav a:hover {
  color: var(--caramel);
}

.nav-toggle {
  display: none;
  width: 44px;
  height: 44px;
  padding: 0;
  border: 0;
  background: transparent;
  cursor: pointer;
}

.nav-toggle span {
  display: block;
  width: 24px;
  height: 2px;
  margin: 6px auto;
  background: var(--forest);
  transition: transform 0.2s ease;
}

.nav-open .nav-toggle span:first-child {
  transform: translateY(4px) rotate(45deg);
}

.nav-open .nav-toggle span:last-child {
  transform: translateY(-4px) rotate(-45deg);
}

.hero {
  position: relative;
  min-height: 820px;
  display: flex;
  align-items: center;
  padding: 150px 0 96px;
  overflow: hidden;
}

.hero::after {
  content: "";
  position: absolute;
  left: -10vw;
  bottom: -18vw;
  width: 62vw;
  height: 38vw;
  min-width: 620px;
  min-height: 340px;
  background: var(--cyan);
  border-radius: 50%;
  opacity: 1;
}

.hero-media {
  position: absolute;
  right: 8vw;
  top: 145px;
  width: min(36vw, 560px);
  height: 100%;
  max-height: 600px;
  background: radial-gradient(circle at 58% 46%, var(--cyan) 0 47%, transparent 48%);
  clip-path: none;
}

.hero-media::before {
  content: "";
  position: absolute;
  right: 4%;
  bottom: 78px;
  width: 62%;
  aspect-ratio: 586 / 361;
  background: url("assets/20220227_093202-removebg-preview (1).png") center / contain no-repeat;
  filter: drop-shadow(0 24px 26px rgba(23, 50, 95, 0.18));
  opacity: 0.84;
}

.hero-media::after {
  content: none;
}

.paw {
  position: absolute;
  z-index: 1;
  width: 92px;
  height: 94px;
  color: var(--pink);
  opacity: 0.96;
  filter: drop-shadow(5px 7px 0 rgba(7, 27, 61, 0.14));
}

.paw::before {
  content: "";
  position: absolute;
  left: 23px;
  bottom: 7px;
  width: 50px;
  height: 43px;
  background: currentColor;
  border-radius: 55% 45% 58% 42% / 58% 54% 46% 42%;
  transform: rotate(-10deg);
}

.paw::after {
  content: "";
  position: absolute;
  left: 12px;
  top: 18px;
  width: 18px;
  height: 25px;
  background: currentColor;
  border-radius: 999px;
  transform: rotate(-18deg);
  box-shadow:
    22px -10px 0 3px currentColor,
    47px -5px 0 2px currentColor,
    65px 12px 0 0 currentColor;
}

.paw-one {
  left: 8vw;
  top: 116px;
  transform: rotate(18deg) scale(0.7);
}

.paw-two {
  right: 9vw;
  top: 104px;
  color: var(--navy);
  transform: rotate(-16deg) scale(0.76);
}

.paw-three {
  right: 5vw;
  bottom: 72px;
  color: #b99f84;
  opacity: 0.9;
  transform: rotate(20deg) scale(0.66);
}

.hero-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(340px, 0.7fr);
  gap: 76px;
  align-items: center;
}

.eyebrow {
  margin: 0 0 16px;
  color: var(--caramel);
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.hero .eyebrow {
  font-size: 17px;
  line-height: 1.25;
  letter-spacing: 0.07em;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1,
h2,
h3 {
  font-family: "Inter", Arial, sans-serif;
  letter-spacing: 0;
}

h1 {
  max-width: 780px;
  margin-bottom: 26px;
  color: var(--forest-2);
  font-size: clamp(40px, 5.1vw, 66px);
  line-height: 1.08;
  font-weight: 900;
}

h2 {
  margin-bottom: 20px;
  color: var(--forest-2);
  font-size: clamp(32px, 4vw, 52px);
  line-height: 1.12;
  font-weight: 900;
}

h3 {
  margin-bottom: 12px;
  color: var(--forest-2);
  font-size: 26px;
  line-height: 1.18;
  font-weight: 900;
}

.hero-lead {
  max-width: 650px;
  margin-bottom: 34px;
  color: rgba(38, 48, 36, 0.82);
  font-size: 20px;
  font-weight: 600;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-bottom: 38px;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 54px;
  padding: 0 24px;
  border: 1px solid transparent;
  border-radius: 999px;
  font-weight: 900;
  cursor: pointer;
  transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.btn:hover {
  transform: translateY(-2px);
}

.btn-primary {
  color: var(--cream);
  background: var(--forest);
  box-shadow: 0 18px 34px rgba(49, 67, 50, 0.24);
}

.btn-primary:hover {
  background: var(--forest-2);
}

.btn-secondary {
  color: var(--forest);
  border-color: rgba(49, 67, 50, 0.24);
  background: rgba(255, 255, 255, 0.62);
}

.btn-light {
  color: var(--forest);
  background: var(--cream);
}

.hero-badges {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  max-width: 740px;
  margin: 0;
}

.hero-badges div {
  min-height: 132px;
  padding: 20px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.72);
}

.hero-badges dt {
  color: var(--caramel);
  font-size: 38px;
  font-weight: 900;
  line-height: 1;
}

.hero-badges dd {
  margin: 10px 0 0;
  color: var(--forest);
  font-size: 14px;
  font-weight: 800;
  line-height: 1.28;
}

.hero-card {
  align-self: end;
  padding: 30px;
  color: var(--navy);
  background: rgba(255, 244, 236, 0.86);
  border: 1px solid rgba(23, 50, 95, 0.14);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
  backdrop-filter: blur(10px);
}

.packshot {
  position: relative;
  min-height: 315px;
  margin-bottom: 22px;
  border-radius: var(--radius);
  background: transparent;
  overflow: visible;
}

.bag {
  position: absolute;
  bottom: 14px;
  object-fit: contain;
  filter: drop-shadow(18px 24px 24px rgba(23, 50, 95, 0.24));
}

.bag-large {
  left: 5%;
  width: 58%;
  max-height: 300px;
}

.bag-small {
  right: 4%;
  width: 35%;
  max-height: 220px;
}

.label {
  display: inline-flex;
  margin-bottom: 18px;
  padding: 8px 12px;
  color: var(--white);
  background: var(--pink);
  border-radius: 999px;
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

.hero-card h2,
.hero-card h3 {
  color: var(--navy);
}

.hero-card p,
.hero-card li {
  color: var(--muted);
}

.hero-card ul {
  display: grid;
  gap: 10px;
  margin: 24px 0 0;
  padding: 0;
  list-style: none;
}

.hero-card li {
  position: relative;
  padding-left: 28px;
  font-weight: 700;
}

.hero-card li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 7px;
  width: 13px;
  height: 13px;
  background: var(--cyan);
  border-radius: 50%;
}

.split {
  display: grid;
  grid-template-columns: 0.85fr 1fr;
  gap: 80px;
}

.about-section {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 91% 12%, rgba(57, 174, 202, 0.2) 0 150px, transparent 152px),
    rgba(255, 255, 255, 0.38);
}

.about-grid {
  display: grid;
  grid-template-columns: 0.86fr 1fr;
  gap: 58px;
  align-items: center;
}

.about-copy {
  max-width: 560px;
}

.about-media {
  position: relative;
  min-height: 470px;
}

.about-photo {
  display: block;
  width: 100%;
  border-radius: var(--radius);
  border: 1px solid var(--line);
  box-shadow: 0 24px 60px rgba(23, 50, 95, 0.14);
  object-fit: cover;
}

.photo-main {
  height: 390px;
}

.photo-small {
  position: absolute;
  left: -8%;
  bottom: 0;
  width: 44%;
  height: 210px;
  border: 0;
  background: transparent;
  box-shadow: none;
  filter: drop-shadow(0 24px 28px rgba(23, 50, 95, 0.18));
  object-fit: contain;
}

.about-note {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 40px;
  align-items: center;
  margin-top: 52px;
  padding: 28px 34px;
  border: 1px solid rgba(57, 174, 202, 0.3);
  border-radius: var(--radius);
  background: rgba(191, 234, 241, 0.42);
}

.about-note p {
  margin: 0;
  color: var(--muted);
  font-size: 18px;
}

.about-note strong {
  color: var(--forest-2);
  font-size: clamp(28px, 3.3vw, 42px);
  line-height: 1.14;
  font-weight: 900;
}

.rich-text p,
.section-heading p,
.contact p,
.ingredient-list p,
.product-card p,
.catalog-card p,
.treat-grid p,
.faq-list p {
  color: var(--muted);
  font-size: 18px;
  text-align: justify;
  text-align-last: left;
}

.muted {
  background:
    radial-gradient(circle at 94% 8%, rgba(57, 174, 202, 0.22) 0 130px, transparent 132px),
    #fff8f1;
}

.section-heading {
  max-width: 800px;
  margin-bottom: 44px;
}

.product-grid {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 24px;
}

.product-card {
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--white);
  box-shadow: 0 18px 50px rgba(49, 67, 50, 0.08);
}

.product-card.feature {
  display: grid;
  grid-template-columns: 0.82fr 1fr;
}

.product-image {
  min-height: 340px;
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

.product-image.food {
  background-image: url("assets/karma-1kg-transparent.png");
}

.product-image.treats {
  min-height: 360px;
  background-image: url("assets/kosc-12cm-transparent.png");
  background-size: auto 72%;
  background-position: center 54%;
}

.product-content {
  padding: 32px;
}

.text-link {
  display: inline-flex;
  margin-top: 18px;
  color: var(--caramel);
  font-weight: 900;
}

.catalog-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
}

.catalog-card {
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--white);
  box-shadow: 0 18px 50px rgba(49, 67, 50, 0.08);
}

.catalog-card figure {
  display: grid;
  place-items: center;
  min-height: 300px;
  margin: 0;
  padding: 22px;
  background:
    radial-gradient(circle at 78% 22%, rgba(57, 174, 202, 0.16) 0 86px, transparent 88px),
    #fffaf4;
}

.catalog-card img {
  width: 100%;
  max-width: 280px;
  max-height: 260px;
  object-fit: contain;
  filter: drop-shadow(0 20px 22px rgba(23, 50, 95, 0.16));
}

.food-catalog .pack-pair {
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: 16px;
  padding-inline: 22px;
  align-items: end;
}

.food-catalog .pack-pair img {
  max-width: 150px;
  max-height: 255px;
}

.food-catalog .pack-pair .pack-front {
  justify-self: end;
}

.food-catalog .pack-pair .pack-back {
  justify-self: start;
  transform: translateY(10px);
}

.catalog-card div {
  padding: 26px;
}

.catalog-card .label {
  margin-bottom: 14px;
}

.catalog-card h3 {
  margin-bottom: 10px;
}

.catalog-card p {
  margin: 0;
  font-size: 16px;
}

.treats-catalog .catalog-card figure {
  min-height: 250px;
}

.treats-catalog .catalog-card img {
  max-width: 320px;
  max-height: 210px;
}

.treats-catalog {
  display: none;
}

.treat-family-list {
  display: grid;
  gap: 26px;
}

.treat-family {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(320px, 0.95fr);
  gap: 28px;
  align-items: stretch;
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.76);
  box-shadow: 0 18px 50px rgba(49, 67, 50, 0.08);
}

.treat-family-images {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.treat-family figure {
  display: grid;
  align-content: center;
  justify-items: center;
  min-height: 310px;
  margin: 0;
  padding: 18px;
  border-radius: var(--radius);
  background: rgba(191, 234, 241, 0.4);
}

.treat-family img {
  width: 100%;
  max-width: 330px;
  max-height: 245px;
  object-fit: contain;
  filter: drop-shadow(0 18px 22px rgba(23, 50, 95, 0.16));
}

.treat-family figcaption {
  margin-top: 10px;
  color: var(--pink);
  font-size: 18px;
  font-weight: 900;
  text-transform: uppercase;
}

.treat-family-copy {
  display: grid;
  align-content: center;
}

.treat-family-copy p {
  color: var(--muted);
  font-size: 17px;
  text-align: justify;
  text-align-last: left;
}

.treat-family-copy dl {
  display: grid;
  gap: 12px;
  margin: 12px 0 0;
}

.treat-family-copy dl div {
  padding: 14px;
  border-radius: var(--radius);
  background: rgba(191, 234, 241, 0.4);
}

.treat-family-copy dt {
  color: var(--forest-2);
  font-weight: 900;
}

.treat-family-copy dd {
  margin: 4px 0 0;
  color: var(--muted);
  font-size: 15px;
}

.ingredients-grid {
  display: grid;
  grid-template-columns: 0.75fr 1fr;
  gap: 70px;
  align-items: start;
}

.sticky-heading {
  position: sticky;
  top: 120px;
}

.ingredient-list {
  display: grid;
  gap: 18px;
}

.ingredient-list article,
.treat-grid article {
  padding: 28px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.64);
}

.ingredient-list span {
  display: block;
  margin-bottom: 20px;
  color: var(--caramel);
  font-size: 28px;
  font-weight: 900;
}

.crumb-panel {
  display: grid;
  grid-template-columns: 0.78fr 1.22fr;
  gap: 34px;
  margin-top: 54px;
  padding: 34px;
  border: 1px solid rgba(57, 174, 202, 0.3);
  border-radius: var(--radius);
  background:
    radial-gradient(circle at 12% 18%, rgba(57, 174, 202, 0.18) 0 112px, transparent 114px),
    linear-gradient(135deg, rgba(255, 255, 255, 0.78), rgba(191, 234, 241, 0.38));
  box-shadow: 0 20px 54px rgba(23, 50, 95, 0.08);
}

.crumb-panel-copy h3 {
  margin-bottom: 16px;
  color: var(--forest-2);
  font-size: clamp(30px, 3.2vw, 44px);
}

.crumb-panel-copy p {
  color: var(--muted);
  font-size: 18px;
  text-align: justify;
  text-align-last: left;
}

.crumb-photo {
  display: block;
  width: min(260px, 72%);
  margin: 22px auto 0;
  filter: drop-shadow(0 18px 22px rgba(23, 50, 95, 0.18));
  transform: rotate(-3deg);
}

.crumb-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.crumb-list article {
  padding: 18px;
  border: 1px solid rgba(23, 50, 95, 0.12);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.72);
}

.crumb-list h4 {
  margin: 0 0 8px;
  color: var(--forest-2);
  font-size: 17px;
  line-height: 1.2;
}

.crumb-list p {
  margin: 0;
  color: var(--muted);
  font-size: 15px;
  line-height: 1.55;
  text-align: left;
}

.recipe-details {
  margin-top: 26px;
  padding: 34px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.72);
  box-shadow: 0 20px 54px rgba(23, 50, 95, 0.08);
}

.recipe-intro {
  max-width: 980px;
}

.recipe-intro h3 {
  margin-bottom: 16px;
  font-size: clamp(28px, 3vw, 40px);
}

.recipe-intro p {
  color: var(--muted);
  font-size: 17px;
  text-align: justify;
  text-align-last: left;
}

.nutrition-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  margin-top: 28px;
}

.nutrition-grid article {
  padding: 24px;
  border-radius: var(--radius);
  background: rgba(191, 234, 241, 0.82);
}

.nutrition-grid article.accent {
  background: #d8a34b;
}

.nutrition-grid h4,
.feeding-table h4 {
  margin: 0 0 12px;
  color: var(--forest-2);
  font-size: 20px;
}

.nutrition-grid span {
  display: block;
  margin-bottom: 14px;
  padding-bottom: 12px;
  border-bottom: 1px solid rgba(7, 27, 61, 0.42);
  color: var(--forest-2);
  font-size: 25px;
  font-weight: 900;
}

.nutrition-grid ul {
  display: grid;
  gap: 7px;
  margin: 0;
  padding-left: 18px;
  color: var(--forest-2);
  font-size: 14px;
}

.feeding-table {
  margin-top: 30px;
}

.table-wrap {
  overflow-x: auto;
  border-radius: var(--radius);
  background: rgba(57, 174, 202, 0.88);
}

.feeding-table table {
  width: 100%;
  min-width: 840px;
  border-collapse: collapse;
  color: var(--forest-2);
  font-size: 15px;
  font-weight: 800;
}

.feeding-table th,
.feeding-table td {
  padding: 10px 12px;
  text-align: center;
  border-bottom: 1px solid rgba(255, 255, 255, 0.24);
}

.feeding-table th:first-child {
  text-align: left;
}

.feeding-table thead th {
  color: var(--white);
  background: var(--forest);
}

.feeding-table tbody tr:nth-child(even) {
  background: rgba(255, 255, 255, 0.18);
}

.feeding-table p {
  margin: 10px 0 0;
  color: var(--muted);
  font-size: 14px;
  font-weight: 800;
}

.band {
  position: relative;
  overflow: hidden;
  color: var(--cream);
  background:
    radial-gradient(circle at 80% 40%, rgba(57, 174, 202, 0.9) 0 170px, transparent 172px),
    linear-gradient(135deg, var(--navy), #0b1f46);
}

.band::after {
  content: "";
  position: absolute;
  right: max(9vw, 80px);
  top: 50%;
  width: min(34vw, 430px);
  aspect-ratio: 586 / 361;
  background: url("assets/20220227_093202-removebg-preview (1).png") center / contain no-repeat;
  filter: drop-shadow(0 28px 30px rgba(5, 12, 31, 0.28));
  transform: translateY(-52%) rotate(-4deg);
  pointer-events: none;
}

.band-inner {
  position: relative;
  z-index: 1;
  min-height: 360px;
  display: grid;
  align-content: center;
  justify-items: start;
  padding: 72px 0;
}

.band h2 {
  max-width: 760px;
  color: var(--cream);
}

.band p {
  max-width: 600px;
  color: rgba(251, 243, 230, 0.82);
  font-size: 20px;
}

.treat-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
}

.treat-grid article {
  background: var(--white);
  box-shadow: 0 18px 48px rgba(49, 67, 50, 0.08);
}

.faq-layout {
  align-items: start;
}

.faq-list {
  display: grid;
  gap: 12px;
}

details {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.64);
}

summary {
  position: relative;
  padding: 22px 58px 22px 22px;
  color: var(--forest);
  font-weight: 900;
  cursor: pointer;
  list-style: none;
}

summary::-webkit-details-marker {
  display: none;
}

summary::after {
  content: "+";
  position: absolute;
  right: 22px;
  top: 16px;
  color: var(--caramel);
  font-size: 30px;
  line-height: 1;
}

details[open] summary::after {
  content: "-";
}

details p {
  padding: 0 22px 22px;
}

.contact {
  color: var(--cream);
  background: var(--forest);
}

.contact h2 {
  color: var(--cream);
}

.contact p {
  color: rgba(251, 243, 230, 0.76);
}

.contact-grid {
  display: grid;
  grid-template-columns: 0.86fr 1fr;
  gap: 72px;
  align-items: start;
}

.contact-mail {
  display: inline-flex;
  margin-top: 26px;
  color: var(--cream-2);
  font-size: 28px;
  font-weight: 900;
}

.contact-form {
  display: grid;
  gap: 16px;
  padding: 30px;
  border: 1px solid rgba(57, 174, 202, 0.42);
  border-radius: var(--radius);
  background: linear-gradient(145deg, rgba(191, 234, 241, 0.96), rgba(57, 174, 202, 0.84));
  box-shadow: 0 24px 58px rgba(7, 27, 61, 0.26);
}

.contact-form label {
  display: grid;
  gap: 8px;
  color: var(--forest-2);
  font-size: 14px;
  font-weight: 900;
}

.contact-form input,
.contact-form textarea {
  width: 100%;
  border: 1px solid rgba(23, 50, 95, 0.2);
  border-radius: 6px;
  padding: 14px 15px;
  color: var(--forest-2);
  background: rgba(255, 255, 255, 0.72);
  outline: none;
}

.contact-form input:focus,
.contact-form textarea:focus {
  border-color: var(--pink);
  background: var(--white);
  box-shadow: 0 0 0 4px rgba(212, 19, 134, 0.14);
}

.contact-form textarea {
  resize: vertical;
}

.contact-form ::placeholder {
  color: rgba(7, 27, 61, 0.48);
}

.form-status {
  min-height: 24px;
  margin: 0;
  color: var(--forest-2);
  font-size: 14px;
  font-weight: 800;
}

.site-footer {
  color: rgba(251, 243, 230, 0.72);
  background: var(--forest-2);
}

.footer-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 24px 0;
  font-size: 14px;
}

.footer-inner p {
  margin: 0;
}

.footer-inner a {
  color: var(--cream-2);
  font-weight: 900;
}

@media (max-width: 980px) {
  .hero-media {
    width: 100%;
    right: 0;
    opacity: 0.28;
    clip-path: none;
  }

  .hero-grid,
  .split,
  .about-grid,
  .about-note,
  .ingredients-grid,
  .crumb-panel,
  .contact-grid,
  .product-card.feature {
    grid-template-columns: 1fr;
    gap: 44px;
  }

  .product-grid,
  .catalog-grid,
  .treat-grid,
  .nutrition-grid,
  .treat-family,
  .treat-family-images {
    grid-template-columns: 1fr;
  }

  .band::after {
    right: 24px;
    width: min(44vw, 300px);
    opacity: 0.72;
  }

  .sticky-heading {
    position: static;
  }
}

@media (max-width: 860px) {
  .nav-toggle {
    display: block;
  }

  .main-nav {
    position: fixed;
    left: 16px;
    right: 16px;
    top: 94px;
    display: grid;
    gap: 0;
    padding: 10px;
    background: var(--cream);
    border: 1px solid var(--line);
    border-radius: var(--radius);
    box-shadow: var(--shadow);
    transform: translateY(-16px);
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.2s ease, transform 0.2s ease;
  }

  .nav-open .main-nav {
    transform: translateY(0);
    opacity: 1;
    pointer-events: auto;
  }

  .main-nav a {
    padding: 15px;
  }
}

@media (max-width: 640px) {
  .container {
    width: min(100% - 28px, 1160px);
  }

  .section-pad {
    padding: 72px 0;
  }

  .site-header {
    width: calc(100% - 24px);
    min-height: 66px;
    margin-top: 12px;
  }

  .brand {
    min-width: 132px;
  }

  .brand-image {
    height: 48px;
  }

  .hero {
    min-height: auto;
    padding-top: 120px;
  }

  .paw {
    display: none;
  }

  h1 {
    font-size: 40px;
    line-height: 1.1;
  }

  h2 {
    font-size: 32px;
    line-height: 1.15;
  }

  .hero-lead,
  .rich-text p,
  .section-heading p,
  .contact p,
  .ingredient-list p,
  .product-card p,
  .catalog-card p,
  .treat-grid p,
  .faq-list p {
    font-size: 16px;
  }

  .hero-actions,
  .hero-badges {
    display: grid;
    grid-template-columns: 1fr;
  }

  .hero-card,
  .product-content,
  .ingredient-list article,
  .crumb-panel,
  .recipe-details,
  .about-note,
  .treat-family,
  .treat-grid article,
  .contact-form {
    padding: 22px;
  }

  .treat-family figure {
    min-height: 250px;
  }

  .about-media {
    min-height: 360px;
  }

  .photo-main {
    height: 300px;
  }

  .photo-small {
    left: auto;
    right: 14px;
    width: 44%;
    height: 150px;
  }

  .crumb-list {
    grid-template-columns: 1fr;
  }

  .band::after {
    top: auto;
    right: -26px;
    bottom: 20px;
    width: 240px;
    opacity: 0.5;
    transform: rotate(-6deg);
  }

  .contact-mail {
    font-size: 22px;
    word-break: break-word;
  }

  .footer-inner {
    flex-direction: column;
    align-items: flex-start;
  }
}
