* {
  box-sizing: border-box;
}

html,
body {
  margin: 0;
  padding: 0;
  background: #f7f4ef;
  color: #1f1a17;
  font-family: Arial, Helvetica, sans-serif;
}

body {
  min-height: 100vh;
}

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

button {
  font: inherit;
}

/* =========================
   SHARED HEADER
   ========================= */

.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  background: #ddd4c4;
  border-bottom: 1px solid rgba(34, 48, 74, 0.12);
}

.site-header__inner {
  max-width: 1480px;
  margin: 0 auto;
  padding: 18px 28px 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
}

.site-brand {
  display: inline-flex;
  flex-direction: column;
  align-items: flex-start;
  text-decoration: none;
  line-height: 1;
  color: #22304a;
  flex-shrink: 0;
}

.site-brand__title {
  font-size: clamp(2.1rem, 3vw, 3.1rem);
  font-weight: 700;
  letter-spacing: -0.04em;
}

.site-brand__subtitle {
  margin-top: 4px;
  font-size: 0.72rem;
  font-weight: 500;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: rgba(34, 48, 74, 0.78);
}

.site-nav {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 26px;
  flex-wrap: wrap;
}

.site-nav a {
  text-decoration: none;
  color: #22304a;
  font-size: 0.96rem;
  font-weight: 500;
  letter-spacing: 0.01em;
  transition: opacity 0.2s ease, transform 0.2s ease;
}

.site-nav a:hover {
  opacity: 0.68;
  transform: translateY(-1px);
}

.site-nav a:focus-visible,
.site-brand:focus-visible {
  outline: 2px solid rgba(34, 48, 74, 0.35);
  outline-offset: 4px;
}

@media (max-width: 900px) {
  .site-header__inner {
    padding: 16px 18px 14px;
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
  }

  .site-nav {
    justify-content: flex-start;
    gap: 16px;
  }

  .site-brand__title {
    font-size: clamp(1.9rem, 7vw, 2.6rem);
  }
}

/* PAGE */
.bear-page {
  width: 100%;
  padding: 42px 32px 56px;
}

.bear-product {
  max-width: 1480px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(420px, 520px);
  gap: 56px;
  align-items: start;
}

/* LEFT */
.bear-media {
  min-width: 0;
}

.media-stage {
  position: relative;
  width: 100%;
}

.reel-viewport {
  overflow: hidden;
  width: 100%;
  touch-action: pan-y;
}

.reel-empty {
  display: grid;
  place-items: center;
  width: 78%;
  aspect-ratio: 4 / 5;
  border-radius: 8px;
  background: #241815;
  color: #d3bdab;
  font-weight: 800;
  text-align: center;
}

.reel-track {
  display: flex;
  align-items: stretch;
  gap: 24px;
  transform: translateX(0);
  will-change: transform;
}

.reel-track.is-animating {
  transition: transform 0.65s cubic-bezier(0.22, 1, 0.36, 1);
}

.reel-slide {
  flex: 0 0 78%;
}

.reel-image {
  width: 100%;
  aspect-ratio: 4 / 5;
  object-fit: cover;
  background: #ece7de;
  cursor: pointer;
  user-select: none;
  -webkit-user-drag: none;
  -webkit-tap-highlight-color: transparent;
}

/* ARROWS */
.media-arrow,
.lightbox-arrow,
.lightbox-close {
  border: none;
  background: rgba(255, 255, 255, 0.82);
  color: #1f1a17;
  cursor: pointer;
  transition: transform 0.2s ease, opacity 0.2s ease, background 0.2s ease;
}

.media-arrow:hover,
.lightbox-arrow:hover,
.lightbox-close:hover {
  transform: translateY(-1px);
  background: rgba(255, 255, 255, 0.95);
}

.media-arrow:disabled,
.lightbox-arrow:disabled {
  opacity: 0.35;
  cursor: default;
  transform: none;
}

.media-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 3;
  width: 46px;
  height: 46px;
  border-radius: 999px;
  display: grid;
  place-items: center;
  font-size: 1.1rem;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
}

.media-arrow--left {
  left: 18px;
}

.media-arrow--right {
  right: 18px;
}

/* RIGHT */
.bear-info {
  padding-top: 24px;
}

.bear-eyebrow {
  margin: 0 0 14px;
  font-size: 0.78rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #8a7868;
}

.bear-title {
  margin: 0;
  font-size: clamp(2.6rem, 3.4vw, 4.4rem);
  line-height: 0.92;
  font-weight: 500;
  color: #22304a;
}

.bear-description {
  margin: 30px 0 30px;
  font-size: 1.08rem;
  line-height: 1.82;
  color: #4e433a;
  max-width: 42ch;
}

.bear-features {
  margin: 0 0 34px;
  padding: 0;
  list-style: none;
}

.bear-features li {
  position: relative;
  padding-left: 18px;
  margin-bottom: 14px;
  line-height: 1.55;
  color: #2e2722;
}

.bear-features li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.7em;
  width: 6px;
  height: 6px;
  border-radius: 999px;
  background: #1f1a17;
}

.bear-price {
  margin: 18px 0 18px;
  font-size: 1.35rem;
  font-weight: 600;
  letter-spacing: -0.02em;
  color:#22304a;
}

.bear-trust {
  margin-top: 16px;
  font-size: 0.95rem;
  color: rgba(34,48,74,0.72);
  line-height: 1.6;
}

.enquiry-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 54px;
  padding: 0 28px;
  text-decoration: none;
  background:#22304a;
  color:#f7f4ef;
  border-radius: 999px;
  transition: transform 0.2s ease, opacity 0.2s ease;
}

.enquiry-button:hover {
  transform: translateY(-1px);
  opacity: 0.95;
}

/* LIGHTBOX */
.lightbox {
  position: fixed;
  inset: 0;
  background: rgba(16, 14, 12, 0.92);
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 999;
  touch-action: pan-y;
}

.lightbox.is-open {
  display: flex;
}

.lightbox-content {
  width: min(88vw, 980px);
  max-height: 88vh;
  display: flex;
  align-items: center;
  justify-content: center;
}

.lightbox-content img {
  width: auto;
  max-width: 100%;
  max-height: 88vh;
  object-fit: contain;
  user-select: none;
  -webkit-user-drag: none;
  -webkit-tap-highlight-color: transparent;
}

.lightbox-close {
  position: absolute;
  top: 24px;
  right: 24px;
  width: 46px;
  height: 46px;
  border-radius: 999px;
  font-size: 1.6rem;
  display: grid;
  place-items: center;
}

.lightbox-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 52px;
  height: 52px;
  border-radius: 999px;
  display: grid;
  place-items: center;
  font-size: 1.2rem;
}

.lightbox-arrow--left {
  left: 28px;
}

.lightbox-arrow--right {
  right: 28px;
}

.bear-features {
  display: none;
}

/* RESPONSIVE */
@media (max-width: 1100px) {
  .bear-product {
    grid-template-columns: 1fr;
    gap: 36px;
  }

  .bear-info {
    max-width: 680px;
  }

  .reel-slide {
    flex-basis: 84%;
  }
}

@media (max-width: 800px) {
  .site-header__inner {
    padding: 16px;
    flex-direction: column;
    align-items: flex-start;
  }

  .site-nav {
    gap: 14px;
    justify-content: flex-start;
  }
}

@media (max-width: 700px) {
  .bear-page {
    padding: 24px 16px 40px;
  }

  .reel-slide {
    flex-basis: 88%;
  }

  .media-arrow {
    width: 42px;
    height: 42px;
  }

  .media-arrow--left {
    left: 10px;
  }

  .media-arrow--right {
    right: 10px;
  }

  .bear-description {
    max-width: none;
  }

  .lightbox-arrow--left {
    left: 12px;
  }

  .lightbox-arrow--right {
    right: 12px;
  }

  .lightbox-close {
    top: 14px;
    right: 14px;
  }
}

/* Warm product page reskin */

html,
body {
  background:
    radial-gradient(circle at 15% 12%, rgba(217, 154, 95, 0.12), transparent 30%),
    linear-gradient(180deg, #281b17, #34251f);
  color: #d3bdab;
}

.site-header {
  background: rgba(40, 27, 23, 0.88);
  border-bottom: 1px solid rgba(255, 246, 234, 0.14);
  backdrop-filter: blur(16px);
}

.site-brand,
.site-nav a {
  color: #fff6ea;
}

.site-brand__subtitle,
.bear-eyebrow {
  color: #e6c896;
}

.bear-page {
  padding-top: clamp(44px, 6vw, 82px);
  padding-bottom: clamp(64px, 8vw, 110px);
}

.bear-product {
  align-items: center;
}

.media-stage {
  padding: clamp(12px, 2vw, 24px);
  border: 1px solid rgba(255, 246, 234, 0.12);
  border-radius: 8px;
  background: rgba(62, 45, 37, 0.62);
  box-shadow: 0 30px 84px rgba(0, 0, 0, 0.24);
}

.reel-image {
  border-radius: 8px;
  background: #241815;
  box-shadow: 0 22px 56px rgba(0, 0, 0, 0.22);
}

.media-arrow,
.lightbox-arrow,
.lightbox-close {
  background: rgba(255, 246, 234, 0.9);
  color: #281b17;
}

.bear-info {
  padding: clamp(28px, 4vw, 44px);
  border: 1px solid rgba(255, 246, 234, 0.12);
  border-radius: 8px;
  background: rgba(62, 45, 37, 0.48);
}

.bear-title,
.bear-price {
  color: #fff6ea;
}

.bear-description,
.bear-features li,
.bear-trust {
  color: #d3bdab;
}

.bear-features li::before {
  background: #d99a5f;
}

.enquiry-button {
  background: linear-gradient(135deg, #d99a5f, #e3ad72);
  color: #fff6ea;
  box-shadow: 0 18px 42px rgba(217, 154, 95, 0.22);
}

.lightbox {
  background: rgba(24, 15, 12, 0.94);
}

.breadcrumb {
  max-width: 1480px;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
  margin: 0 auto 28px;
  color: rgba(230, 200, 150, 0.78);
  font-size: 0.9rem;
}

.breadcrumb a {
  color: #e6c896;
  text-decoration: none;
}

.breadcrumb a:hover {
  text-decoration: underline;
}

.bear-features {
  display: block;
  margin-bottom: 24px;
}

.bear-primary-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 10px;
}

.enquiry-button--secondary {
  border: 1px solid rgba(255, 246, 234, 0.18);
  background: rgba(255, 246, 234, 0.06);
  box-shadow: none;
}

.bear-info-links {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 12px;
  margin-top: 22px;
}

.bear-info-links a {
  min-height: 36px;
  display: inline-flex;
  align-items: center;
  padding: 0 12px;
  border: 1px solid rgba(230, 200, 150, 0.22);
  border-radius: 999px;
  color: #fff6ea;
  font-size: 0.88rem;
  font-weight: 700;
  text-decoration: none;
}

.bear-info-links a:hover {
  border-color: #d99a5f;
  color: #e6c896;
}

.bear-support-section,
.bear-related {
  max-width: 1480px;
  margin: 0 auto;
}

.bear-related {
  padding-top: clamp(34px, 6vw, 70px);
}

.bear-related__heading {
  max-width: 760px;
  margin-bottom: 22px;
}

.bear-related__heading h2 {
  margin: 0;
  color: #fff6ea;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(2.2rem, 5vw, 4rem);
  line-height: 1;
}

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

.bear-related-card {
  min-height: 118px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 18px;
  border: 1px solid rgba(255, 246, 234, 0.14);
  border-radius: 8px;
  background: rgba(62, 45, 37, 0.58);
  color: #fff6ea;
  text-decoration: none;
}

.bear-related-card span {
  font-weight: 700;
}

.bear-related-card small {
  color: #e6c896;
}

.bear-related-card:hover {
  border-color: rgba(217, 154, 95, 0.55);
  transform: translateY(-2px);
}

@media (max-width: 900px) {
  .bear-related__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 560px) {
  .bear-primary-actions,
  .bear-info-links {
    flex-direction: column;
  }

  .bear-primary-actions .enquiry-button,
  .bear-info-links a {
    width: 100%;
  }

  .bear-related__grid {
    grid-template-columns: 1fr;
  }
}
