:root {
  color-scheme: light;
  --ink: #1b1712;
  --charcoal: #29231c;
  --cream: #fff7e6;
  --paper: #fffaf1;
  --wood: #b66a20;
  --wood-dark: #693913;
  --gold: #f4b23a;
  --red: #c82618;
  --green: #1f6e36;
  --sky: #0877d8;
  --blue: #06345f;
  --line: rgba(41, 35, 28, 0.18);
  --shadow: 0 22px 60px rgba(44, 24, 6, 0.24);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background:
    radial-gradient(circle at 12% 8%, rgba(244, 178, 58, 0.22), transparent 28rem),
    linear-gradient(180deg, #fff7e6 0%, #f8ead2 42%, #fffaf1 100%);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

img {
  display: block;
  max-width: 100%;
}

a {
  color: inherit;
}

.topbar {
  position: fixed;
  z-index: 20;
  top: 0;
  left: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  min-height: 76px;
  padding: 14px clamp(18px, 4vw, 56px);
  color: #fff;
  background: linear-gradient(180deg, rgba(24, 14, 7, 0.82), rgba(24, 14, 7, 0.2));
  backdrop-filter: blur(10px);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  text-decoration: none;
  font-weight: 950;
  letter-spacing: 0;
}

.brand-mark {
  font-size: clamp(1.45rem, 2.6vw, 2.15rem);
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.36);
}

.brand-paw {
  position: relative;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: var(--red);
  box-shadow:
    -8px -9px 0 -4px var(--red),
    0 -12px 0 -4px var(--red),
    8px -9px 0 -4px var(--red),
    10px 2px 0 -5px var(--red);
}

.nav-links {
  display: flex;
  align-items: center;
  gap: clamp(16px, 3vw, 36px);
  font-size: 0.94rem;
  font-weight: 750;
}

.nav-links a,
.nav-action,
.primary-btn,
.secondary-btn {
  text-decoration: none;
}

.nav-links a {
  opacity: 0.9;
}

.nav-action,
.primary-btn,
.secondary-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 0 20px;
  border-radius: 999px;
  font-weight: 850;
  white-space: nowrap;
}

.nav-action,
.secondary-btn {
  border: 1px solid rgba(255, 255, 255, 0.55);
  background: rgba(255, 255, 255, 0.12);
}

.primary-btn {
  color: #fff;
  background: linear-gradient(135deg, var(--red), #ef7f22);
  box-shadow: 0 12px 28px rgba(160, 45, 15, 0.3);
}

.secondary-btn {
  color: #fff;
}

.hero {
  position: relative;
  min-height: 94svh;
  overflow: hidden;
  color: #fff;
  background: #1c1209;
}

.hero-bg {
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(90deg, rgba(21, 12, 6, 0.9) 0%, rgba(21, 12, 6, 0.55) 42%, rgba(21, 12, 6, 0.12) 100%),
    url("../assets/whole-pig-ears.png");
  background-position: center right;
  background-size: cover;
  transform: scale(1.02);
}

.hero-wood,
.wood-panel::before {
  position: absolute;
  inset: 0;
  pointer-events: none;
  opacity: 0.24;
  background:
    repeating-linear-gradient(0deg, rgba(255, 255, 255, 0.08) 0 2px, transparent 2px 10px),
    repeating-linear-gradient(90deg, rgba(50, 18, 0, 0.36) 0 5px, transparent 5px 18px);
  mix-blend-mode: soft-light;
}

.hero-content {
  position: relative;
  z-index: 2;
  display: grid;
  align-content: center;
  min-height: 94svh;
  width: min(740px, 92vw);
  padding: 120px clamp(20px, 5vw, 64px) 130px;
}

.eyebrow {
  margin: 0 0 12px;
  color: var(--gold);
  font-size: 0.82rem;
  font-weight: 950;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

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

h1 {
  max-width: 660px;
  margin-bottom: 20px;
  font-size: clamp(3.8rem, 9vw, 8.7rem);
  line-height: 0.86;
  letter-spacing: 0;
  text-shadow: 0 5px 24px rgba(0, 0, 0, 0.48);
}

h2 {
  margin-bottom: 14px;
  font-size: clamp(2rem, 4vw, 4.5rem);
  line-height: 0.98;
  letter-spacing: 0;
}

h3 {
  margin-bottom: 8px;
  font-size: 1.35rem;
  line-height: 1.08;
}

.hero-copy {
  max-width: 610px;
  color: rgba(255, 255, 255, 0.9);
  font-size: clamp(1.04rem, 1.7vw, 1.32rem);
  line-height: 1.55;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 12px;
}

.hero-strip {
  position: absolute;
  z-index: 3;
  left: clamp(20px, 5vw, 64px);
  right: clamp(20px, 5vw, 64px);
  bottom: 24px;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: 8px;
  background: rgba(33, 19, 9, 0.72);
  backdrop-filter: blur(12px);
}

.hero-strip span {
  min-height: 58px;
  padding: 18px;
  border-right: 1px solid rgba(255, 255, 255, 0.18);
  font-weight: 850;
  text-align: center;
}

.hero-strip span:last-child {
  border-right: 0;
}

.puppy-band,
.products,
.story,
.contact {
  padding: clamp(56px, 8vw, 110px) clamp(18px, 5vw, 72px);
}

.section-head {
  max-width: 940px;
  margin-bottom: 34px;
}

.section-head.compact {
  max-width: 760px;
}

.section-head.inverted {
  color: #fff;
}

.section-head.inverted h2 {
  color: #fff8e9;
}

.puppy-grid {
  display: grid;
  grid-template-columns: 1.1fr 0.95fr 0.95fr;
  gap: 18px;
  align-items: stretch;
}

.feature-tile {
  position: relative;
  display: grid;
  grid-template-rows: minmax(280px, 1fr) auto;
  min-height: 520px;
  overflow: hidden;
  border: 1px solid rgba(105, 57, 19, 0.26);
  border-radius: 8px;
  background: #fff6e3;
  box-shadow: var(--shadow);
}

.feature-tile.large {
  min-height: 680px;
}

.feature-tile img {
  width: 100%;
  height: 100%;
  min-height: 0;
  object-fit: cover;
}

.feature-tile div {
  padding: 22px;
  background:
    linear-gradient(90deg, rgba(105, 57, 19, 0.1), transparent),
    var(--paper);
}

.feature-tile p,
.product-panel p,
.story-copy p,
.benefit-grid p {
  color: rgba(27, 23, 18, 0.74);
  line-height: 1.6;
}

.product-shell {
  display: grid;
  grid-template-columns: minmax(300px, 0.95fr) minmax(320px, 0.75fr);
  gap: clamp(18px, 4vw, 54px);
  align-items: center;
}

.product-view {
  overflow: hidden;
  border: 1px solid rgba(105, 57, 19, 0.25);
  border-radius: 8px;
  background: linear-gradient(135deg, var(--wood-dark), var(--wood), var(--gold));
  box-shadow: var(--shadow);
}

.product-view img {
  width: 100%;
  aspect-ratio: 5 / 6;
  object-fit: cover;
}

.product-panel {
  padding: clamp(24px, 4vw, 44px);
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(255, 250, 241, 0.84);
  box-shadow: 0 20px 45px rgba(80, 45, 15, 0.12);
}

.product-tabs {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
  margin-bottom: 28px;
}

.product-tab {
  min-height: 46px;
  border: 1px solid rgba(105, 57, 19, 0.24);
  border-radius: 8px;
  color: var(--ink);
  background: #fff5df;
  font: inherit;
  font-weight: 850;
  cursor: pointer;
}

.product-tab.is-active {
  color: #fff;
  border-color: var(--wood-dark);
  background: linear-gradient(135deg, var(--wood-dark), var(--wood));
}

.product-kicker {
  margin-bottom: 10px;
  color: var(--red);
  font-weight: 950;
  text-transform: uppercase;
}

.product-panel h3 {
  font-size: clamp(2rem, 3vw, 3.1rem);
}

.product-facts {
  display: grid;
  gap: 12px;
  margin: 26px 0;
}

.product-facts div {
  display: grid;
  grid-template-columns: 120px 1fr;
  gap: 14px;
  padding: 12px 0;
  border-top: 1px solid var(--line);
}

.product-facts dt {
  color: var(--wood-dark);
  font-weight: 950;
}

.product-facts dd {
  margin: 0;
}

.wide {
  width: 100%;
}

.benefits {
  padding: 0 clamp(18px, 5vw, 72px);
}

.wood-panel {
  position: relative;
  overflow: hidden;
  padding: clamp(48px, 7vw, 90px) clamp(18px, 5vw, 58px);
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(58, 28, 9, 0.94), rgba(151, 86, 26, 0.9)),
    url("../assets/half-pig-ears.png");
  background-position: center;
  background-size: cover;
  box-shadow: var(--shadow);
}

.wood-panel > * {
  position: relative;
  z-index: 1;
}

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

.benefit-grid article {
  min-height: 240px;
  padding: 24px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 8px;
  color: #fff;
  background: rgba(28, 17, 9, 0.58);
  backdrop-filter: blur(12px);
}

.benefit-grid p {
  color: rgba(255, 248, 233, 0.82);
}

.benefit-icon {
  display: block;
  width: 44px;
  height: 44px;
  margin-bottom: 20px;
  border-radius: 50%;
  background: var(--gold);
  box-shadow: inset 0 0 0 8px rgba(31, 110, 54, 0.2);
}

.benefit-icon.tooth {
  border-radius: 52% 52% 46% 46%;
  background: #fff7e6;
}

.benefit-icon.clock {
  background:
    linear-gradient(90deg, transparent 48%, var(--blue) 48% 55%, transparent 55%),
    linear-gradient(0deg, transparent 48%, var(--blue) 48% 55%, transparent 55%),
    #fff7e6;
}

.benefit-icon.pack {
  border-radius: 8px;
  background: linear-gradient(135deg, var(--gold), var(--red));
}

.story {
  display: grid;
  grid-template-columns: minmax(300px, 0.8fr) minmax(320px, 1fr);
  gap: clamp(24px, 5vw, 64px);
  align-items: center;
}

.story-copy {
  max-width: 680px;
}

.story-stats {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 26px;
}

.story-stats span {
  display: inline-flex;
  align-items: center;
  min-height: 42px;
  padding: 0 14px;
  border: 1px solid rgba(105, 57, 19, 0.22);
  border-radius: 999px;
  background: #fff5df;
  font-weight: 850;
}

.box-visual {
  overflow: hidden;
  border: 1px solid rgba(105, 57, 19, 0.2);
  border-radius: 8px;
  background: #fff;
  box-shadow: var(--shadow);
}

.box-visual img {
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
}

.contact {
  padding-top: 0;
}

.contact-card {
  display: grid;
  grid-template-columns: minmax(300px, 1fr) minmax(280px, 0.72fr);
  gap: clamp(24px, 5vw, 64px);
  align-items: center;
  padding: clamp(28px, 5vw, 58px);
  overflow: hidden;
  border: 1px solid rgba(105, 57, 19, 0.2);
  border-radius: 8px;
  background:
    linear-gradient(115deg, rgba(255, 250, 241, 0.96), rgba(255, 244, 219, 0.82)),
    url("../assets/whole-pig-ears.png");
  background-position: center right;
  background-size: cover;
  box-shadow: var(--shadow);
}

.contact-card p {
  max-width: 680px;
  color: rgba(27, 23, 18, 0.74);
  line-height: 1.6;
}

.contact-list {
  display: grid;
  gap: 10px;
  padding: 24px;
  border: 1px solid rgba(105, 57, 19, 0.22);
  border-radius: 8px;
  background: rgba(255, 250, 241, 0.9);
  font-style: normal;
}

.contact-list strong {
  font-size: 1.25rem;
}

.contact-list a {
  color: var(--blue);
  font-weight: 850;
  text-decoration: none;
  overflow-wrap: anywhere;
}

.footer {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  padding: 24px clamp(18px, 5vw, 72px);
  color: #fff7e6;
  background: #1d140c;
  font-weight: 800;
}

@media (max-width: 980px) {
  .nav-links {
    display: none;
  }

  .hero-bg {
    background-image:
      linear-gradient(180deg, rgba(21, 12, 6, 0.84) 0%, rgba(21, 12, 6, 0.55) 46%, rgba(21, 12, 6, 0.18) 100%),
      url("../assets/whole-pig-ears.png");
    background-position: center;
  }

  .hero-content {
    align-content: end;
  }

  .hero-strip,
  .puppy-grid,
  .product-shell,
  .benefit-grid,
  .story,
  .contact-card {
    grid-template-columns: 1fr;
  }

  .hero-strip {
    position: relative;
    left: auto;
    right: auto;
    bottom: auto;
    margin: -96px 18px 28px;
  }

  .hero-strip span {
    border-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.18);
  }

  .hero-strip span:last-child {
    border-bottom: 0;
  }

  .feature-tile,
  .feature-tile.large {
    min-height: 0;
  }

  .feature-tile {
    grid-template-rows: 520px auto;
  }

  .benefits {
    padding-top: 24px;
  }
}

@media (max-width: 620px) {
  .topbar {
    min-height: 66px;
  }

  .nav-action {
    display: none;
  }

  .hero-content {
    padding-top: 96px;
    padding-bottom: 150px;
  }

  h1 {
    font-size: clamp(3.3rem, 18vw, 5rem);
  }

  .hero-actions {
    display: grid;
  }

  .primary-btn,
  .secondary-btn {
    width: 100%;
  }

  .feature-tile {
    grid-template-rows: 430px auto;
  }

  .product-tabs,
  .product-facts div {
    grid-template-columns: 1fr;
  }

  .product-panel {
    padding: 22px;
  }

  .footer {
    display: grid;
  }
}
