*, *::before, *::after { box-sizing: border-box; }
:root {
  --red: #9f0808; --red-bright: #d01616; --gold: #f3c242; --ink: #0e0e0f;
  --charcoal: #181819; --panel: #242426; --paper: #f7f1e7; --muted: #cfc7ba;
  --line: rgba(255,255,255,.14); --heading: "Oswald", Arial, sans-serif; --body: "Open Sans", Arial, sans-serif;
}
html { scroll-behavior: smooth; }
body { margin: 0; overflow-x: hidden; background: var(--ink); color: white; font-family: var(--body); line-height: 1.55; -webkit-font-smoothing: antialiased; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { font-family: var(--heading); line-height: 1.02; text-transform: uppercase; letter-spacing: 0; }
h1 { max-width: 900px; font-size: clamp(2.55rem, 6.6vw, 5.8rem); }
h2 { font-size: clamp(2rem, 5vw, 4.2rem); }
h3 { font-size: 1.35rem; }
.skip-link { position: absolute; left: 16px; top: -80px; z-index: 20; padding: 10px 14px; background: white; color: var(--ink); }
.skip-link:focus { top: 16px; }
.hero { position: relative; min-height: min(760px, calc(100vh - 74px)); display: grid; align-items: center; isolation: isolate; overflow: hidden; }
.hero > picture { display: block; position: absolute; inset: 0; z-index: -2; }
.hero > picture img { width: 100%; height: 100%; object-fit: cover; object-position: center; }
.hero::after { content: ""; position: absolute; inset: 0; z-index: -1; background: linear-gradient(90deg, rgba(0,0,0,.82), rgba(0,0,0,.35) 58%, rgba(0,0,0,.7)); }
.hero-content { width: min(1180px, calc(100% - 32px)); margin: 0 auto; padding: 90px 0; }
.hero-content p { max-width: 670px; color: var(--paper); font-size: 1.12rem; }
.eyebrow { margin-bottom: 14px; color: var(--gold); font: 700 .78rem var(--body); letter-spacing: 2px; text-transform: uppercase; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 14px; }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 48px; padding: 13px 22px; border: 2px solid white; border-radius: 3px; font: 700 .86rem var(--heading); text-transform: uppercase; cursor: pointer; }
.button-primary { border-color: var(--red-bright); background: var(--red-bright); color: white; }
.button-gold { border-color: var(--gold); background: var(--gold); color: var(--ink); }
.button:hover { transform: translateY(-2px); }
.packages, .animals, .reviews { max-width: 1220px; margin: 0 auto; padding: 86px 22px; }
.packages { padding-bottom: 28px; }
.section-heading { max-width: 850px; margin-bottom: 34px; }
.section-heading p { color: var(--muted); font-size: 1.05rem; }
.package-grid, .review-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.package-card, .review-grid article { border: 1px solid var(--line); background: var(--panel); padding: 28px; }
.package-card.featured { border-color: var(--gold); box-shadow: 0 0 0 1px rgba(243,194,66,.45), 0 20px 80px rgba(0,0,0,.34); }
.price { font: 700 2.2rem var(--heading); color: var(--gold); margin-bottom: 4px; }
.price span, .time { display: block; color: var(--muted); font: 700 .9rem var(--body); text-transform: uppercase; }
.package-card ul { min-height: 155px; margin: 24px 0; padding: 0; list-style: none; }
.package-card li { position: relative; margin: 11px 0; padding-left: 25px; color: var(--paper); }
.package-card li::before { content: ""; position: absolute; left: 0; top: .68em; width: 10px; height: 10px; background: var(--red-bright); }
.package-guarantee { display: grid; justify-items: center; gap: 8px; margin-top: 26px; padding-top: 22px; border-top: 1px solid rgba(255,255,255,.18); color: var(--paper); }
.package-guarantee p { margin: 0; color: var(--muted); font-size: .98rem; line-height: 1.55; text-align: center; }
.package-guarantee strong { color: var(--paper); font-family: var(--heading); text-transform: uppercase; }
.star-rating { display: flex; gap: 5px; }
.rating-star { width: 22px; height: 22px; fill: #f7c948; stroke: #9f6b00; stroke-width: 2.4; filter: drop-shadow(0 2px 0 rgba(116,70,0,.45)) drop-shadow(0 5px 10px rgba(159,107,0,.22)); }
.policy { font-weight: 700; }
.review-grid article p { color: var(--muted); }
.animals { max-width: none; padding: 15px 0 86px; }
.animals .section-heading { width: min(1220px, calc(100% - 44px)); margin-left: auto; margin-right: auto; text-align: center; }
.animals .section-heading h2 { margin-bottom: 8px; }
.animals .section-heading p { max-width: 640px; margin: 0 auto; }
.animal-carousel { position: relative; width: 100vw; margin-left: calc(50% - 50vw); overflow: hidden; padding: 8px 0 22px; outline: 0; }
.animal-carousel::before, .animal-carousel::after { content: ""; position: absolute; top: 0; bottom: 0; z-index: 2; width: min(92px, 14vw); pointer-events: none; }
.animal-carousel::before { left: 0; background: linear-gradient(90deg, var(--ink), rgba(14,14,15,0)); }
.animal-carousel::after { right: 0; background: linear-gradient(270deg, var(--ink), rgba(14,14,15,0)); }
.animal-track { display: flex; gap: 18px; width: max-content; animation: animal-slide 52s linear infinite; will-change: transform; }
.animal-carousel:hover .animal-track, .animal-carousel:focus-within .animal-track { animation-play-state: paused; }
.animal-card { position: relative; flex: 0 0 clamp(360px, 34vw, 520px); aspect-ratio: 3 / 2; overflow: hidden; border: 1px solid rgba(255,255,255,.18); background: #090909; box-shadow: 0 18px 44px rgba(0,0,0,.3); }
.animal-card-tall { flex-basis: clamp(245px, 23vw, 340px); }
.animal-card img { width: 100%; height: 100%; object-fit: cover; transition: transform .3s ease; }
.animal-card:hover img, .animal-card:focus-within img { transform: scale(1.04); }
.animal-card span { position: absolute; left: 0; right: 0; bottom: 0; display: grid; min-height: 56px; place-items: center; padding: 12px; background: linear-gradient(180deg, rgba(0,0,0,0), rgba(0,0,0,.86) 32%, rgba(0,0,0,.94)); color: white; font: 700 1rem var(--heading); text-align: center; text-transform: uppercase; text-shadow: 0 2px 10px rgba(0,0,0,.7); }
@keyframes animal-slide {
  from { transform: translateX(0); }
  to { transform: translateX(calc(-50% - 9px)); }
}
.reviews { max-width: none; background: #fff; color: var(--ink); overflow: visible; }
.reviews .section-heading { width: min(1220px, calc(100% - 44px)); margin-left: auto; margin-right: auto; }
.reviews .section-heading { text-align: center; }
.reviews .eyebrow { color: #414141; }
.reviews .section-heading p:not(.eyebrow) { color: #203431; max-width: 680px; margin: 0 auto; }
.review-feed { width: min(1060px, calc(100% - 44px)); margin: 18px auto 0; }
.review-feed-track { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); column-gap: clamp(48px, 10vw, 130px); row-gap: 58px; }
.review-card { display: flex; flex-direction: column; align-items: center; min-height: 360px; text-align: center; color: #050505; }
.review-avatar { display: grid; place-items: center; width: 76px; height: 76px; margin-bottom: 22px; border: 7px solid white; border-radius: 50%; background: #00a7b5; color: white; box-shadow: 0 8px 26px rgba(0,0,0,.24); font: 500 2rem var(--body); }
.review-card p { max-width: 360px; color: #050505; font-size: 1rem; line-height: 1.65; }
.review-stars { display: flex; justify-content: center; gap: 5px; margin: 14px 0 12px; }
.review-star { width: 22px; height: 22px; fill: #f7c948; stroke: #9f6b00; stroke-width: 2.2; filter: drop-shadow(0 3px 8px rgba(159,107,0,.22)); }
.review-card strong { color: #050505; font-family: var(--heading); font-size: 1.12rem; text-transform: uppercase; }
@media (max-width: 880px) {
  .package-grid, .review-grid { grid-template-columns: 1fr; }
  .animal-card { flex-basis: clamp(300px, 82vw, 430px); }
  .animal-card-tall { flex-basis: clamp(210px, 58vw, 300px); }
  .review-feed-track { grid-template-columns: 1fr; row-gap: 42px; }
  .review-card { min-height: 320px; }
  .package-card ul { min-height: auto; }
}
@media (max-width: 520px) {
  .hero { min-height: 640px; }
  h1 { font-size: clamp(2.35rem, 13vw, 3.2rem); }
  .button, .hero-actions { width: 100%; }
  .animal-track { gap: 14px; animation-duration: 46s; }
  .review-feed { width: calc(100% - 28px); }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .animal-carousel { overflow-x: auto; scrollbar-color: var(--gold) #111; }
  .animal-carousel::before, .animal-carousel::after { display: none; }
  .animal-track { animation: none; }
  .animal-card img { transition: none; }
  .review-feed { overflow: visible; }
}
