:root {
  --yellow: #ffc20e;
  --black: #000;
  --ink: #f8f8f8;
  --muted: #d7d7d7;
  --panel: #1f1b24;
  --line: rgba(255, 255, 255, 0.55);
  --max: 1160px;
}

* {
  box-sizing: border-box;
}

html {
  background: var(--black);
  color: var(--ink);
  font-family: Arial, Helvetica, sans-serif;
  line-height: 1.45;
}

body {
  margin: 0;
  background: var(--black);
  color: var(--ink);
}

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

a {
  color: inherit;
}

.site-header {
  background: var(--yellow);
  color: #000;
  position: relative;
}

.brand-wrap {
  min-height: 244px;
  width: min(var(--max), calc(100% - 40px));
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 22px;
  position: relative;
}

.brand-mark {
  width: clamp(120px, 17vw, 210px);
  flex: 0 0 auto;
}

.brand-title {
  font-family: Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif;
  font-size: clamp(40px, 5.2vw, 72px);
  line-height: 0.9;
  letter-spacing: 0;
  margin: 0;
  white-space: nowrap;
}

.brand-subtitle {
  display: block;
  margin-top: 6px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: clamp(18px, 2.1vw, 30px);
  font-weight: 900;
}

.cart-link {
  position: absolute;
  right: 70px;
  top: 76px;
  width: 30px;
  height: 34px;
  border: 2px solid #111;
  border-radius: 2px 2px 6px 6px;
  display: grid;
  place-items: center;
  font-size: 14px;
  text-decoration: none;
}

.cart-link::before {
  content: "";
  position: absolute;
  width: 14px;
  height: 10px;
  border: 2px solid #111;
  border-bottom: 0;
  border-radius: 10px 10px 0 0;
  top: -10px;
}

.social-rail {
  position: absolute;
  right: 18px;
  top: 72px;
  display: grid;
  gap: 15px;
}

.social-rail img {
  width: 26px;
  opacity: 0.58;
}

.top-nav {
  border-top: 1px solid rgba(0, 0, 0, 0.12);
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.top-nav a {
  min-width: 142px;
  text-align: center;
  padding: 8px 16px 7px;
  border-left: 1px solid rgba(0, 0, 0, 0.13);
  color: #000;
  font-size: 13px;
  font-weight: 700;
  text-decoration: none;
}

.top-nav a:last-child {
  border-right: 1px solid rgba(0, 0, 0, 0.13);
}

.top-nav a[aria-current="page"] {
  color: #fff;
}

.section {
  padding: clamp(54px, 7vw, 92px) 20px;
}

.wrap {
  width: min(var(--max), calc(100% - 40px));
  margin: 0 auto;
}

.hero {
  border-bottom: 1px solid var(--line);
  background: #000;
}

.hero-inner {
  width: min(var(--max), 100%);
  margin: 0 auto;
  min-height: 520px;
  display: grid;
  grid-template-columns: 0.92fr 1.08fr;
  align-items: stretch;
}

.hero-copy {
  padding: clamp(54px, 7vw, 96px) 48px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}

.hero-copy h1 {
  margin: 0 0 28px;
  max-width: 470px;
  font-size: clamp(22px, 2.4vw, 30px);
  line-height: 1.22;
  font-weight: 900;
}

.hero-copy p {
  max-width: 440px;
  margin: 0 0 18px;
  font-size: 17px;
  font-weight: 700;
}

.hero-media {
  min-height: 520px;
  position: relative;
  border-left: 1px solid var(--line);
  background-position: center right;
  background-repeat: no-repeat;
  background-size: cover;
}

.hero-media::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, #000 0%, rgba(0, 0, 0, 0.4) 42%, rgba(0, 0, 0, 0) 78%);
}

.hero-slogan {
  position: relative;
  z-index: 1;
  width: min(470px, 78%);
  margin: 96px 0 0 70px;
  font-family: Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif;
  font-size: clamp(46px, 5.2vw, 72px);
  line-height: 1.22;
  text-transform: uppercase;
  color: #fff;
}

.button-row {
  display: flex;
  flex-wrap: wrap;
  gap: 28px;
  margin-top: 18px;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 40px;
  padding: 0 28px;
  border-radius: 999px;
  background: var(--yellow);
  color: #000;
  border: 0;
  text-decoration: none;
  font-weight: 900;
  font-size: 15px;
  cursor: pointer;
}

.btn.dark {
  background: #000;
  color: #fff;
}

.btn.square {
  border-radius: 6px;
}

.headline {
  margin: 0 0 32px;
  text-align: center;
  font-size: clamp(34px, 4.4vw, 54px);
  line-height: 1.05;
  font-weight: 900;
}

.impact {
  font-family: Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif;
  letter-spacing: 0;
}

.lead {
  max-width: 950px;
  margin: 0 auto 60px;
  text-align: center;
  font-weight: 800;
}

.why-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 46px;
  text-align: center;
}

.check {
  width: 82px;
  height: 82px;
  margin: 0 auto 28px;
  border-radius: 50%;
  background: var(--yellow);
  color: #000;
  display: grid;
  place-items: center;
  font-size: 58px;
  font-weight: 900;
}

.why-grid h3,
.service-card h3,
.feature-card h3 {
  margin: 0 0 18px;
  font-size: 21px;
  font-weight: 900;
}

.why-grid p,
.service-card p,
.feature-card p {
  margin: 0;
  font-size: 16px;
  font-weight: 700;
}

.services-grid {
  width: min(860px, 100%);
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 58px;
}

.service-card {
  background: var(--yellow);
  color: #000;
  min-height: 585px;
  display: flex;
  flex-direction: column;
}

.service-card img {
  width: 100%;
  height: 334px;
  object-fit: cover;
  filter: grayscale(1);
}

.service-card-body {
  padding: 32px;
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.service-card .btn {
  margin: auto auto 0;
  align-self: center;
  min-width: 176px;
}

.dogs-corner {
  position: relative;
  overflow: hidden;
  border-bottom: 1px solid rgba(255, 255, 255, 0.25);
}

.dogs-corner::before {
  content: "";
  position: absolute;
  left: 3%;
  bottom: 0;
  width: min(760px, 58vw);
  height: 82%;
  background: var(--dog-bg) center bottom / contain no-repeat;
  opacity: 0.78;
}

.package-grid {
  position: relative;
  z-index: 1;
  width: min(760px, 100%);
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 48px 96px;
}

.package-grid .package:nth-child(3) {
  grid-column: 1;
}

.package h3,
.cat-package h3 {
  display: inline-block;
  margin: 0 0 16px;
  background: var(--yellow);
  color: #000;
  padding: 4px 8px;
  font-family: Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif;
  font-size: clamp(28px, 3.1vw, 42px);
  line-height: 1;
}

.package ul,
.cat-package ul {
  margin: 0;
  padding-left: 20px;
  font-size: 17px;
  font-weight: 900;
}

.cat-zone {
  background: #fff;
  color: #000;
}

.cat-zone .headline {
  color: #000;
}

.cat-intro {
  max-width: 940px;
  margin: 0 auto 50px;
  text-align: center;
  font-weight: 700;
}

.cat-layout {
  width: min(900px, 100%);
  margin: 0 auto;
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 44px;
  align-items: center;
}

.cat-layout img {
  margin: 0 auto;
}

.cat-packages {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 38px 48px;
}

.cat-package h3 {
  background: transparent;
  padding: 0;
}

.cat-package:first-child {
  grid-column: span 2;
}

.addons {
  position: relative;
  overflow: hidden;
  min-height: 620px;
}

.addons::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  width: min(720px, 58vw);
  height: 100%;
  background: var(--hero-dog) center bottom / contain no-repeat;
  opacity: 0.9;
}

.addons-content {
  position: relative;
  z-index: 1;
  width: min(720px, 100%);
  margin: 0 auto;
  text-align: center;
}

.addons h3 {
  margin: 38px 0 5px;
  font-family: Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif;
  font-size: 26px;
}

.pet-features {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 35px;
}

.feature-card {
  position: relative;
}

.feature-card img {
  width: 100%;
  aspect-ratio: 1 / 1.15;
  object-fit: cover;
  filter: grayscale(1);
}

.feature-body {
  min-height: 310px;
  margin: -56px 12px 0;
  padding: 24px 18px;
  border: 3px solid var(--yellow);
  background: #050505;
  position: relative;
}

.feature-body ul {
  padding-left: 18px;
  margin: 12px 0;
}

.feature-body li {
  margin-bottom: 8px;
}

.center-card {
  width: min(300px, 100%);
  margin: 88px auto 0;
  background: #fff;
  color: #000;
  border: 3px solid var(--yellow);
  padding: 46px 32px;
  text-align: center;
  font-weight: 900;
}

.carousel-placeholder {
  min-height: 360px;
  background: #fff;
  color: #333;
  display: grid;
  align-items: end;
  padding: 0 8% 45px;
}

.carousel-controls {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 54px;
  color: #777;
}

.dots {
  text-align: center;
  color: #333;
  letter-spacing: 8px;
  font-size: 24px;
}

.contact-hero {
  background: var(--panel);
  text-align: center;
  padding: 86px 20px 120px;
}

.contact-icons {
  width: 202px;
  margin: 0 auto 24px;
}

.contact-page-title {
  margin: 0;
  font-family: Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif;
  font-size: clamp(54px, 7vw, 78px);
}

.contact-grid {
  background: var(--panel);
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
}

.contact-grid-inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  min-height: 640px;
}

.contact-info {
  border-right: 1px solid #fff;
  padding: 96px min(8vw, 96px);
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 50px 72px;
}

.contact-info h3 {
  color: var(--yellow);
  margin: 12px 0 18px;
  font-family: Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif;
  font-size: 30px;
}

.contact-info [aria-hidden="true"] {
  font-size: 30px;
  line-height: 1;
  color: #fff;
}

.contact-info p {
  margin: 0;
  font-size: 20px;
  font-weight: 700;
}

.contact-info .social-inline {
  display: flex;
  gap: 18px;
}

.contact-info .social-inline img {
  width: 40px;
  filter: brightness(0) invert(1);
}

.contact-form-wrap {
  display: grid;
  place-items: center;
  padding: 72px 20px;
}

.contact-form {
  width: min(620px, 100%);
  background: #000;
  padding: 28px;
  color: #fff;
}

.field-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
}

.contact-form label {
  display: block;
  margin: 0 0 8px;
  font-weight: 700;
}

.contact-form input,
.contact-form textarea {
  width: 100%;
  border: 0;
  background: #fff;
  color: #000;
  min-height: 58px;
  padding: 12px;
  font: inherit;
  margin-bottom: 18px;
}

.contact-form textarea {
  min-height: 118px;
  resize: vertical;
}

.contact-form button {
  width: 100%;
  border: 0;
  min-height: 48px;
  background: var(--yellow);
  color: #000;
  font-family: Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif;
  font-size: 24px;
  cursor: pointer;
}

.blog-tabs {
  display: flex;
  gap: 48px;
  width: min(980px, calc(100% - 40px));
  margin: 40px auto 75px;
  font-weight: 900;
}

.blog-tabs a:first-child {
  color: var(--yellow);
}

.blog-wrap {
  width: min(980px, calc(100% - 40px));
  margin: 0 auto;
}

.blog-title {
  margin: 0 0 90px 26px;
  font-family: Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif;
  font-size: 54px;
}

.post-card {
  display: grid;
  grid-template-columns: 1fr 1fr;
  border: 1px solid rgba(255, 255, 255, 0.3);
  color: #fff;
  text-decoration: none;
}

.post-card img {
  width: 100%;
  height: 341px;
  object-fit: cover;
}

.post-card-body {
  padding: 46px 48px;
}

.post-meta {
  font-weight: 900;
  font-size: 14px;
  margin-bottom: 28px;
}

.post-card h2,
.article h1 {
  margin: 0 0 24px;
  font-size: clamp(34px, 4vw, 48px);
  line-height: 1.12;
}

.post-excerpt {
  min-height: 128px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.28);
  font-size: 19px;
  font-weight: 700;
}

.post-stats {
  margin-top: 22px;
  display: flex;
  gap: 30px;
  font-weight: 700;
  font-size: 14px;
}

.article {
  width: min(900px, calc(100% - 40px));
  margin: 70px auto 24px;
  border: 1px solid rgba(255, 255, 255, 0.3);
  padding: clamp(34px, 6vw, 90px);
}

.article img {
  width: 100%;
  margin: 32px 0 30px;
}

.article-content {
  max-width: 740px;
  color: #fff;
  font-size: 20px;
  font-weight: 800;
}

.article-content h2 {
  margin: 38px 0 6px;
  font-size: 25px;
}

.article-content p {
  margin: 0 0 20px;
}

.article-content ul {
  margin: 0 0 24px;
  padding-left: 24px;
}

.article-content a {
  color: var(--yellow);
  font-weight: 900;
}

.article-footer {
  margin-top: 40px;
  padding-top: 24px;
  border-top: 1px solid rgba(255, 255, 255, 0.25);
  color: #ddd;
  font-size: 14px;
  font-weight: 700;
}

.site-footer {
  border-top: 1px solid rgba(255, 255, 255, 0.6);
  padding: 34px 20px 42px;
  background: #000;
}

.footer-grid {
  width: min(var(--max), 100%);
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1.35fr 1fr;
  gap: 40px;
  text-align: center;
}

.footer-grid h3 {
  color: var(--yellow);
  margin: 0 0 12px;
  font-family: Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif;
  font-size: 24px;
}

.footer-grid p {
  margin: 0 0 8px;
  font-weight: 800;
}

.footer-middle {
  border-left: 1px solid rgba(255, 255, 255, 0.35);
  border-right: 1px solid rgba(255, 255, 255, 0.35);
}

.footer-middle a {
  display: block;
  margin-bottom: 14px;
  text-decoration: none;
  font-size: 18px;
}

.copyright {
  margin-top: 48px;
  color: #888;
  font-size: 13px;
}

@media (max-width: 900px) {
  .brand-wrap {
    min-height: 190px;
    justify-content: flex-start;
    padding-right: 70px;
  }

  .cart-link {
    right: 78px;
    top: 62px;
  }

  .social-rail {
    right: 12px;
    top: 52px;
  }

  .top-nav a {
    min-width: 118px;
    flex: 1 1 33.333%;
  }

  .hero-inner,
  .contact-grid-inner,
  .post-card {
    grid-template-columns: 1fr;
  }

  .hero-copy {
    padding: 44px 28px;
  }

  .hero-media {
    min-height: 360px;
    border-left: 0;
    border-top: 1px solid var(--line);
  }

  .why-grid,
  .pet-features {
    grid-template-columns: repeat(2, 1fr);
  }

  .contact-info {
    border-right: 0;
    border-bottom: 1px solid #fff;
  }
}

@media (max-width: 680px) {
  .brand-wrap {
    width: calc(100% - 24px);
    min-height: 150px;
    gap: 12px;
  }

  .brand-title {
    font-size: clamp(32px, 10vw, 48px);
    white-space: normal;
  }

  .brand-subtitle {
    font-size: 17px;
  }

  .brand-mark {
    width: 96px;
  }

  .cart-link {
    top: 28px;
    right: 58px;
    transform: scale(0.85);
  }

  .social-rail img {
    width: 20px;
  }

  .top-nav a {
    flex-basis: 50%;
    font-size: 12px;
  }

  .wrap,
  .blog-wrap,
  .blog-tabs,
  .article {
    width: calc(100% - 28px);
  }

  .hero-copy p,
  .lead,
  .article-content {
    font-size: 16px;
  }

  .hero-slogan {
    margin: 60px 0 0 28px;
    font-size: 42px;
  }

  .why-grid,
  .services-grid,
  .package-grid,
  .cat-layout,
  .cat-packages,
  .pet-features,
  .footer-grid,
  .contact-info,
  .field-row {
    grid-template-columns: 1fr;
  }

  .cat-package:first-child {
    grid-column: auto;
  }

  .package-grid .package:nth-child(3) {
    grid-column: auto;
  }

  .footer-middle {
    border: 0;
  }

  .service-card {
    min-height: 0;
  }

  .service-card img {
    height: 260px;
  }

  .feature-body {
    min-height: 0;
  }

  .contact-info {
    padding: 52px 28px;
  }

  .blog-title {
    margin-left: 0;
    margin-bottom: 42px;
  }

  .post-card-body {
    padding: 28px;
  }

  .article {
    padding: 26px;
  }
}
