:root {
  --ink: #171414;
  --muted: #6f6262;
  --paper: #fff9f9;
  --blush: #f5d6dc;
  --rose: #ce8f99;
  --copper: #b45b33;
  --moss: #415248;
  --line: rgba(23, 20, 20, 0.14);
  --shadow: 0 18px 54px rgba(67, 31, 33, 0.16);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  overflow-x: hidden;
  background: var(--paper);
  color: var(--ink);
  font-family: "Segoe UI", Arial, sans-serif;
}

a {
  color: inherit;
}

.site-header {
  position: fixed;
  z-index: 10;
  top: 0;
  left: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 18px clamp(18px, 4vw, 54px);
  background: rgba(255, 249, 249, 0.82);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(18px);
}

.brand-mark {
  display: inline-flex;
  align-items: baseline;
  gap: 8px;
  text-decoration: none;
  white-space: nowrap;
}

.brand-word {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 28px;
  line-height: 1;
}

.brand-tail {
  color: var(--copper);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.nav-links {
  display: flex;
  gap: clamp(12px, 3vw, 30px);
  color: var(--muted);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 1.5px;
  text-transform: uppercase;
}

.policy-page {
  min-height: 100vh;
  padding-top: 82px;
  background: #fffafa;
}

.review-page {
  padding-top: 82px;
  background: #fffafa;
}

.drop-page {
  padding-top: 82px;
  background: #fffafa;
}

.studio-page {
  padding-top: 82px;
  background: #fffafa;
}

.policy-hero,
.policy-content {
  padding-left: clamp(18px, 6vw, 86px);
  padding-right: clamp(18px, 6vw, 86px);
}

.policy-hero {
  padding-top: clamp(70px, 10vw, 130px);
  padding-bottom: clamp(36px, 6vw, 70px);
  border-bottom: 1px solid var(--line);
  background:
    linear-gradient(90deg, rgba(255, 249, 249, 0.98), rgba(255, 249, 249, 0.7)),
    url("../designs/bugaboo-logo-concept-board-20260706.png") center right / cover no-repeat;
}

.policy-hero h1 {
  margin-bottom: 20px;
}

.policy-hero p {
  max-width: 680px;
  color: #3c3333;
  font-size: clamp(20px, 2.2vw, 28px);
}

.policy-content {
  display: grid;
  gap: 12px;
  max-width: 960px;
  padding-top: clamp(48px, 7vw, 84px);
  padding-bottom: clamp(64px, 9vw, 110px);
}

.policy-content h2 {
  margin: 28px 0 4px;
  font-size: clamp(28px, 3vw, 42px);
}

.policy-content p {
  max-width: 780px;
}

.review-hero {
  display: grid;
  grid-template-columns: minmax(0, 0.88fr) minmax(320px, 0.92fr);
  gap: clamp(26px, 5vw, 72px);
  align-items: center;
  padding: clamp(96px, 12vw, 154px) clamp(18px, 6vw, 86px) clamp(54px, 8vw, 90px);
  border-bottom: 1px solid var(--line);
  background: linear-gradient(135deg, #fffafa 0%, #f7dfe4 100%);
}

.review-hero > *,
.review-card-band > * {
  min-width: 0;
}

.review-hero p {
  max-width: 620px;
  color: #3c3333;
  font-size: clamp(20px, 2.3vw, 28px);
}

.review-hero img {
  width: 100%;
  max-width: 100%;
  max-height: 660px;
  object-fit: contain;
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: var(--shadow);
}

.review-band,
.review-card-band,
.questions-band {
  padding: clamp(64px, 9vw, 110px) clamp(18px, 6vw, 86px);
}

.studio-hero {
  display: grid;
  grid-template-columns: minmax(0, 0.76fr) minmax(320px, 1fr);
  gap: clamp(28px, 5vw, 76px);
  align-items: center;
  padding: clamp(96px, 12vw, 154px) clamp(18px, 6vw, 86px) clamp(54px, 8vw, 90px);
  border-bottom: 1px solid var(--line);
  background: linear-gradient(135deg, #fffafa 0%, #f8dfe4 100%);
}

.studio-hero-copy,
.studio-hero-art,
.studio-feature,
.studio-two-up > *,
.studio-gallery > * {
  min-width: 0;
}

.studio-hero-art img {
  display: block;
  width: 100%;
  max-height: 720px;
  object-fit: contain;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fffafa;
  box-shadow: var(--shadow);
}

.studio-board-section {
  padding: clamp(64px, 9vw, 118px) clamp(18px, 6vw, 86px);
  border-bottom: 1px solid var(--line);
  background: #fff;
}

.studio-board-section.soft {
  background: linear-gradient(180deg, #fff 0%, #fff5f6 100%);
}

.studio-feature-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) repeat(2, minmax(220px, 0.78fr));
  gap: 18px;
  align-items: start;
}

.studio-feature-grid img,
.studio-two-up img,
.studio-gallery img {
  width: 100%;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fffafa;
  box-shadow: var(--shadow);
}

.studio-feature-grid img {
  aspect-ratio: 1;
  object-fit: cover;
}

.studio-feature.large img {
  aspect-ratio: 1.18;
  object-fit: contain;
}

.studio-two-up {
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(260px, 0.75fr);
  gap: 18px;
  align-items: stretch;
}

.studio-two-up img {
  height: 100%;
  max-height: 780px;
  object-fit: contain;
}

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

.studio-gallery img {
  aspect-ratio: 1;
  object-fit: cover;
}

.studio-wide-board img {
  display: block;
  width: 100%;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fffafa;
  box-shadow: var(--shadow);
}

.review-download {
  margin-top: 14px;
  max-width: 100%;
}

.review-card-band {
  display: grid;
  grid-template-columns: minmax(0, 0.68fr) minmax(320px, 1fr);
  gap: clamp(28px, 5vw, 72px);
  align-items: start;
  background: #fff;
  border-bottom: 1px solid var(--line);
}

.feedback-card img {
  width: 100%;
  max-width: 100%;
  max-height: 860px;
  object-fit: contain;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fffafa;
  box-shadow: var(--shadow);
}

.review-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  margin-top: 34px;
}

.review-grid img {
  width: 100%;
  aspect-ratio: 1;
  object-fit: cover;
  border: 1px solid var(--line);
  border-radius: 8px;
}

.questions-band {
  background: #fbfbf7;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.question-list {
  display: grid;
  gap: 18px;
  max-width: 900px;
  margin: 28px 0 0;
  padding-left: 28px;
  color: var(--ink);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(25px, 3vw, 42px);
  line-height: 1.08;
}

.status-band.compact {
  display: block;
}

.nav-links a {
  text-decoration: none;
}

.nav-links a:hover,
.contact-link:hover,
.text-link:hover {
  color: var(--copper);
}

.text-link {
  display: inline-block;
  margin-top: 10px;
  color: var(--ink);
  font-size: 14px;
  font-weight: 800;
  letter-spacing: 1.2px;
  text-decoration: none;
  text-transform: uppercase;
}

.text-link::after {
  content: " ->";
  color: var(--copper);
}

.hero {
  min-height: 92vh;
  display: grid;
  align-items: end;
  padding: 120px clamp(18px, 6vw, 86px) 72px;
  background:
    linear-gradient(90deg, rgba(255, 249, 249, 0.96) 0%, rgba(255, 249, 249, 0.84) 36%, rgba(255, 249, 249, 0.28) 72%),
    url("../designs/bugaboo-logo-concept-board-20260706.png") center right / cover no-repeat;
  border-bottom: 1px solid var(--line);
}

.consumer-hero {
  min-height: 94vh;
  grid-template-columns: minmax(0, 0.76fr) minmax(320px, 1fr);
  gap: clamp(30px, 5vw, 86px);
  align-items: center;
  padding-top: 124px;
  background:
    linear-gradient(135deg, rgba(255, 249, 249, 0.98) 0%, rgba(255, 249, 249, 0.9) 42%, rgba(248, 223, 228, 0.72) 100%),
    url("../designs/bugaboo-logo-concept-board-20260706.png") center / cover no-repeat;
}

.hero-copy {
  width: min(650px, 100%);
}

.hero-visual {
  position: relative;
  min-height: clamp(420px, 54vw, 720px);
}

.hero-card {
  position: absolute;
  overflow: hidden;
  background: #fffafa;
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: var(--shadow);
}

.hero-card img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.hero-card figcaption {
  position: absolute;
  left: 14px;
  bottom: 12px;
  padding: 7px 9px;
  background: rgba(255, 250, 250, 0.86);
  border: 1px solid rgba(23, 20, 20, 0.1);
  border-radius: 6px;
  color: var(--ink);
}

.hero-card-main {
  z-index: 1;
  top: 0;
  right: 0;
  width: min(78%, 610px);
  height: min(86%, 660px);
}

.hero-card-small {
  z-index: 2;
  left: 0;
  bottom: 4%;
  width: min(46%, 310px);
  aspect-ratio: 1;
  padding: 22px;
}

.eyebrow {
  margin: 0 0 16px;
  color: var(--copper);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 2px;
  text-transform: uppercase;
}

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

h1 {
  margin-bottom: 18px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(62px, 10vw, 138px);
  line-height: 0.9;
  font-weight: 500;
}

h2 {
  margin-bottom: 18px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(34px, 5vw, 72px);
  line-height: 1;
  font-weight: 500;
}

p {
  color: var(--muted);
  font-size: 18px;
  line-height: 1.6;
}

.hero-text {
  max-width: 520px;
  color: #3c3333;
  font-size: clamp(20px, 2.4vw, 28px);
}

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

.button {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  padding: 0 22px;
  border: 1px solid var(--ink);
  border-radius: 6px;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 1.2px;
  text-decoration: none;
  text-transform: uppercase;
  cursor: pointer;
}

.button.primary {
  background: var(--ink);
  color: #fff;
}

.button.ghost {
  background: rgba(255, 255, 255, 0.56);
}

.button:hover {
  border-color: var(--copper);
  background: var(--copper);
  color: #fff;
}

.drop-hero {
  display: grid;
  grid-template-columns: minmax(0, 0.82fr) minmax(320px, 0.98fr);
  gap: clamp(28px, 5vw, 76px);
  align-items: center;
  padding: clamp(96px, 12vw, 154px) clamp(18px, 6vw, 86px) clamp(58px, 8vw, 96px);
  border-bottom: 1px solid var(--line);
  background: linear-gradient(135deg, #fffafa 0%, #f5d6dc 100%);
}

.drop-copy,
.product-showcase,
.product-band > *,
.proof-grid > * {
  min-width: 0;
}

.product-showcase img {
  display: block;
  width: 100%;
  max-height: 720px;
  object-fit: contain;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fffafa;
  box-shadow: var(--shadow);
}

.product-band {
  display: grid;
  grid-template-columns: minmax(0, 0.8fr) minmax(320px, 1fr);
  gap: clamp(28px, 5vw, 72px);
  align-items: start;
  padding: clamp(64px, 9vw, 110px) clamp(18px, 6vw, 86px);
  background: #fff;
  border-bottom: 1px solid var(--line);
}

.product-spec-list {
  display: grid;
  gap: 0;
  margin: 0;
  border-top: 1px solid var(--line);
}

.product-spec-list div {
  display: grid;
  grid-template-columns: 128px minmax(0, 1fr);
  gap: 18px;
  padding: 18px 0;
  border-bottom: 1px solid var(--line);
}

.product-spec-list dt {
  color: var(--copper);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 1.5px;
  text-transform: uppercase;
}

.product-spec-list dd {
  margin: 0;
  color: var(--ink);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(22px, 2vw, 32px);
  line-height: 1.1;
}

.proof-band {
  padding: clamp(64px, 9vw, 120px) clamp(18px, 6vw, 86px);
  background: linear-gradient(180deg, #fff 0%, #fff5f6 100%);
  border-bottom: 1px solid var(--line);
}

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

.proof-grid img {
  width: 100%;
  aspect-ratio: 1;
  object-fit: cover;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fffafa;
}

.feature-band,
.contact-band {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(320px, 1.1fr);
  gap: clamp(28px, 5vw, 72px);
  align-items: center;
  padding: clamp(64px, 9vw, 120px) clamp(18px, 6vw, 86px);
}

.feature-band {
  background: #fff;
}

.section-copy {
  max-width: 630px;
}

.section-copy.narrow {
  max-width: 760px;
  margin: 0 auto 34px;
  text-align: center;
}

.image-slice {
  min-height: 460px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background-image: url("../designs/bugaboo-logo-concept-board-20260706.png");
  background-repeat: no-repeat;
  box-shadow: var(--shadow);
}

.shirt-slice {
  aspect-ratio: 1.04;
  background-size: 188%;
  background-position: 89% 89%;
}

.gallery-band {
  padding: clamp(64px, 9vw, 120px) clamp(18px, 6vw, 86px);
  background: linear-gradient(180deg, #fff 0%, #fff5f6 100%);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

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

figure {
  margin: 0;
}

figure img,
.visual-grid .image-slice {
  width: 100%;
  aspect-ratio: 1;
  min-height: 0;
  object-fit: cover;
}

.wordmark-slice {
  background-size: 125%;
  background-position: 50% 15%;
}

.emblem-slice {
  background-size: 195%;
  background-position: 23% 86%;
}

figcaption {
  padding-top: 12px;
  color: var(--muted);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 1.6px;
  text-transform: uppercase;
}

.contact-band {
  background:
    radial-gradient(circle at 12% 20%, rgba(206, 143, 153, 0.18), transparent 34%),
    linear-gradient(135deg, #fffafa 0%, #f8dfe4 100%);
}

.status-band {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 0.82fr);
  gap: clamp(28px, 5vw, 72px);
  align-items: start;
  padding: clamp(64px, 9vw, 110px) clamp(18px, 6vw, 86px);
  background: #fbfbf7;
  border-bottom: 1px solid var(--line);
}

.collection-band {
  display: grid;
  grid-template-columns: minmax(0, 0.72fr) minmax(320px, 1fr);
  gap: clamp(28px, 5vw, 72px);
  align-items: center;
  padding: clamp(64px, 9vw, 118px) clamp(18px, 6vw, 86px);
  background: #fbfbf7;
  border-bottom: 1px solid var(--line);
}

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

.product-teaser-grid figure {
  min-width: 0;
}

.product-teaser-grid img {
  display: block;
  width: 100%;
  aspect-ratio: 0.82;
  object-fit: contain;
  background: #fffafa;
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: var(--shadow);
}

.status-list {
  display: grid;
  gap: 0;
  margin: 0;
  border-top: 1px solid var(--line);
}

.status-list div {
  display: grid;
  grid-template-columns: 96px minmax(0, 1fr);
  gap: 18px;
  padding: 18px 0;
  border-bottom: 1px solid var(--line);
}

.status-list dt {
  color: var(--copper);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 1.5px;
  text-transform: uppercase;
}

.status-list dd {
  margin: 0;
  color: var(--ink);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(22px, 2vw, 32px);
  line-height: 1.1;
  overflow-wrap: anywhere;
}

.contact-copy {
  max-width: 620px;
}

.contact-link {
  display: inline-block;
  margin-top: 12px;
  color: var(--ink);
  font-size: 20px;
  font-weight: 800;
  text-decoration: none;
}

.interest-panel {
  padding: clamp(24px, 4vw, 42px);
  background: rgba(255, 255, 255, 0.78);
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: var(--shadow);
}

.interest-panel h3 {
  margin: 0 0 12px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(30px, 4vw, 54px);
  line-height: 1;
  font-weight: 500;
}

.interest-panel .button {
  margin-top: 14px;
}

.site-footer {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 12px 28px;
  padding: 28px clamp(18px, 6vw, 86px);
  background: var(--ink);
  color: rgba(255, 255, 255, 0.82);
  font-size: 13px;
}

.site-footer a {
  text-decoration: none;
}

@media (max-width: 820px) {
  .site-header {
    align-items: flex-start;
    flex-direction: column;
    gap: 10px;
  }

  .nav-links {
    width: auto;
    justify-content: flex-start;
    gap: 20px;
    flex-wrap: wrap;
  }

  .hero {
    min-height: 88vh;
    padding-top: 146px;
    background:
      linear-gradient(180deg, rgba(255, 249, 249, 0.97) 0%, rgba(255, 249, 249, 0.82) 48%, rgba(255, 249, 249, 0.34) 100%),
      url("../designs/bugaboo-logo-concept-board-20260706.png") 66% center / cover no-repeat;
  }

  .consumer-hero {
    grid-template-columns: 1fr;
    align-items: start;
  }

  .hero-visual {
    width: 100%;
    min-height: 560px;
  }

  .feature-band,
  .contact-band,
  .collection-band,
  .status-band,
  .studio-hero,
  .drop-hero,
  .product-band,
  .review-card-band,
  .review-hero {
    grid-template-columns: 1fr;
    overflow: hidden;
  }

  .review-hero,
  .review-card-band,
  .studio-hero,
  .drop-hero,
  .product-band {
    display: flex;
    flex-direction: column;
  }

  .review-hero > *,
  .review-card-band > *,
  .drop-hero > *,
  .product-band > *,
  .feedback-card {
    width: 100%;
    max-width: 100%;
  }

  .review-hero img,
  .product-showcase img,
  .feedback-card img {
    display: block;
    justify-self: stretch;
    width: 100%;
    max-height: none;
  }

  .visual-grid,
  .review-grid,
  .proof-grid,
  .product-teaser-grid,
  .studio-feature-grid,
  .studio-two-up,
  .studio-gallery {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .studio-feature.large {
    grid-column: 1 / -1;
  }

  .image-slice {
    min-height: 320px;
  }

  .button {
    width: 100%;
    padding-left: 14px;
    padding-right: 14px;
    white-space: normal;
    text-align: center;
  }
}

@media (max-width: 460px) {
  .brand-word {
    font-size: 24px;
  }

  .nav-links {
    font-size: 11px;
  }

  .policy-page {
    padding-top: 118px;
  }

  .review-page {
    padding-top: 118px;
  }

  .drop-page {
    padding-top: 118px;
  }

  .studio-page {
    padding-top: 118px;
  }

  h1 {
    font-size: 58px;
  }

  h2 {
    font-size: 31px;
  }

  p {
    font-size: 16px;
  }

  .hero-text {
    max-width: 330px;
  }

  .feature-band,
  .gallery-band,
  .collection-band,
  .status-band,
  .contact-band,
  .proof-band,
  .studio-board-section,
  .review-card-band,
  .review-band,
  .questions-band {
    padding-left: 22px;
    padding-right: 22px;
  }

  .review-grid,
  .proof-grid,
  .product-teaser-grid,
  .studio-feature-grid,
  .studio-two-up,
  .studio-gallery {
    grid-template-columns: 1fr;
  }

  .product-spec-list div {
    grid-template-columns: 1fr;
    gap: 6px;
  }

  .status-list div {
    grid-template-columns: 1fr;
    gap: 6px;
  }

  .contact-link {
    font-size: 17px;
  }

  .hero-visual {
    min-height: 430px;
  }

  .hero-card-main {
    width: 82%;
  }

  .hero-card-small {
    width: 45%;
    padding: 12px;
  }
}
