.home-hero {
  height: calc(100vh - var(--header-height));
  min-height: 620px;
  max-height: 820px;
  position: relative;
  overflow: hidden;
  isolation: isolate;
  touch-action: pan-y;
  background: var(--ink);
}

.home-hero__slides {
  position: absolute;
  inset: 0;
}

.home-hero__image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 28%;
  opacity: 0;
  transform: scale(1.02);
  transition: opacity 520ms ease, transform 520ms ease;
}

.home-hero__image.is-active {
  opacity: 1;
  transform: scale(1);
}

.home-hero__shade {
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    linear-gradient(90deg, rgba(43, 35, 24, 0.72), rgba(43, 35, 24, 0.28) 42%, rgba(43, 35, 24, 0.04)),
    linear-gradient(0deg, rgba(43, 35, 24, 0.28), transparent 44%);
}

.home-hero__copy {
  position: absolute;
  left: clamp(22px, 5vw, 96px);
  bottom: clamp(44px, 8vw, 106px);
  z-index: 2;
  width: min(560px, calc(100% - 48px));
  color: var(--paper);
}

.hero-script,
.hero-season {
  margin: 0;
}

.hero-script {
  font-size: clamp(5.2rem, 11vw, 11.2rem);
  line-height: 0.78;
  font-weight: 950;
  letter-spacing: 0;
  color: rgba(245, 234, 216, 0.9);
}

.hero-season {
  margin-top: -0.9rem;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.65rem, 3.4vw, 3.2rem);
  font-style: italic;
  line-height: 1;
  color: rgba(245, 234, 216, 0.93);
}

.home-hero__copy h1 {
  margin: clamp(24px, 4vw, 48px) 0 0;
  font-size: clamp(2rem, 3.8vw, 4rem);
  line-height: 0.98;
  font-weight: 900;
  letter-spacing: 0;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: clamp(24px, 4vw, 44px);
}

.hero-arrow {
  position: absolute;
  z-index: 3;
  top: 50%;
  width: 54px;
  height: 54px;
  display: grid;
  place-items: center;
  border: 0;
  border-radius: 999px;
  color: var(--ink);
  background: rgba(245, 234, 216, 0.92);
  box-shadow: 0 14px 34px rgba(43, 35, 24, 0.18);
  transform: translateY(-50%);
}

.hero-arrow--prev {
  left: clamp(18px, 3vw, 34px);
}

.hero-arrow--next {
  right: clamp(18px, 3vw, 34px);
}

.hero-dots {
  position: absolute;
  left: 50%;
  bottom: 28px;
  z-index: 3;
  display: flex;
  align-items: center;
  gap: 14px;
  transform: translateX(-50%);
}

.hero-dots button {
  width: 8px;
  height: 8px;
  padding: 0;
  border: 1px solid rgba(245, 234, 216, 0.78);
  border-radius: 999px;
  background: rgba(43, 35, 24, 0.26);
}

.hero-dots button.is-active {
  width: 12px;
  height: 12px;
  background: var(--paper);
}

.eyebrow {
  margin: 0 0 12px;
  color: var(--quiet);
  font-size: 0.74rem;
  font-weight: 850;
  letter-spacing: 0.28em;
  text-transform: uppercase;
}

.section-shell,
.page-shell {
  width: min(1320px, calc(100% - 48px));
  margin: 0 auto;
}

.section-shell {
  padding: 78px 0;
}

.section-shell--inside {
  width: 100%;
}

.intro-strip {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 0.7fr);
  gap: 42px;
  align-items: end;
  border-bottom: 1px solid var(--line);
}

.intro-strip h2,
.section-heading h2,
.collection-band h2,
.page-title h1,
.product-detail h1,
.about-story h2,
.about-values h2,
.team-section h2,
.about-cta h2 {
  margin: 0;
  font-size: clamp(2rem, 4vw, 4.1rem);
  line-height: 1.02;
  letter-spacing: 0;
}

.intro-strip p:last-child {
  margin: 0;
  color: var(--muted);
  font-size: 1.08rem;
}

.section-heading {
  display: flex;
  justify-content: space-between;
  align-items: end;
  gap: 24px;
  margin-bottom: 30px;
}

.section-heading.centered {
  justify-content: center;
  text-align: center;
}

.section-heading.centered p:not(.eyebrow) {
  width: min(470px, 100%);
  margin: 14px auto 0;
  color: var(--muted);
}

.home-section-title {
  margin-bottom: clamp(30px, 5vw, 54px);
  text-align: center;
}

.home-section-title h2 {
  margin: 0;
  font-size: clamp(2.1rem, 4vw, 4.2rem);
  line-height: 0.98;
  font-weight: 900;
  letter-spacing: 0;
}

.home-section-title p {
  max-width: 640px;
  margin: 14px auto 0;
  color: var(--muted);
  font-size: clamp(1rem, 1.4vw, 1.18rem);
}

.promo-marquee {
  overflow: hidden;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background: var(--paper);
}

.promo-marquee div {
  width: max-content;
  min-height: 76px;
  display: flex;
  align-items: center;
  gap: clamp(28px, 4vw, 54px);
  padding: 0 24px;
  animation: marquee 26s linear infinite;
}

.promo-marquee span {
  display: inline-flex;
  align-items: center;
  gap: 18px;
  font-size: 0.92rem;
  font-weight: 850;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  white-space: nowrap;
}

.promo-marquee span::after {
  content: "";
  width: 8px;
  height: 8px;
  display: inline-block;
  background: var(--ink);
  transform: rotate(45deg);
}

@keyframes marquee {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(-42%);
  }
}

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

.product-grid--home {
  grid-template-columns: repeat(5, minmax(0, 1fr));
}

.product-grid.is-compact {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 28px 22px;
}

.product-card {
  min-width: 0;
}

.product-card__media {
  position: relative;
  display: block;
  overflow: hidden;
  aspect-ratio: 4 / 5;
  border-radius: var(--radius);
  background: var(--wash);
}

.product-card__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 500ms ease;
}

.product-card:hover .product-card__media img {
  transform: scale(1.035);
}

.discount-pill,
.stock-pill,
.role-tag {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 30px;
  padding: 0 13px;
  border-radius: 999px;
  color: var(--paper);
  background: var(--accent);
  font-weight: 800;
  font-size: 0.86rem;
}

.discount-pill {
  position: absolute;
  top: 16px;
  left: 16px;
}

.stock-pill {
  position: absolute;
  right: 16px;
  bottom: 16px;
  color: var(--ink);
  background: rgba(245, 234, 216, 0.9);
}

.stock-pill.is-out {
  color: var(--paper);
  background: rgba(43, 35, 24, 0.78);
}

.product-card__body {
  padding-top: 18px;
  text-align: center;
}

.product-card__top {
  min-height: 32px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}

.product-card__top p {
  margin: 0;
  color: var(--quiet);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.product-card h3 {
  min-height: 54px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 8px 0 0;
  font-size: clamp(1rem, 1.3vw, 1.16rem);
  line-height: 1.22;
}

.price-row {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin-top: 8px;
  flex-wrap: wrap;
}

.price-row strong {
  color: var(--accent);
  font-size: 1.08rem;
}

.price-row span {
  color: var(--muted);
  text-decoration: line-through;
}

.price-row em {
  color: var(--sage);
  font-style: normal;
  font-weight: 800;
}

.price-row--large {
  justify-content: flex-start;
  margin: 20px 0;
  gap: 12px;
}

.price-row--large strong {
  font-size: 1.55rem;
}

.card-controls {
  min-height: 42px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-top: 14px;
}

.swatches {
  display: flex;
  align-items: center;
  gap: 7px;
}

.swatches span {
  width: 24px;
  height: 24px;
  border: 1px solid var(--line-strong);
  border-radius: 999px;
  background: var(--swatch);
  box-shadow: inset 0 0 0 3px var(--paper);
}

.home-products .product-card__top {
  display: none;
}

.home-products .stock-pill,
.home-products .card-controls .button {
  display: none;
}

.home-products .card-controls {
  justify-content: center;
  min-height: 34px;
  margin-top: 12px;
}

.home-products .product-card h3 {
  min-height: 50px;
  margin-top: 10px;
  font-size: clamp(1rem, 1.25vw, 1.18rem);
  font-weight: 850;
}

.product-grid--best {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.load-more-wrap {
  display: flex;
  justify-content: center;
  margin-top: 42px;
}

.load-more-wrap .button {
  min-width: 190px;
}

.featured-categories {
  padding-top: 46px;
}

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

.feature-category-card {
  display: grid;
  gap: 18px;
  text-align: center;
  font-weight: 900;
}

.feature-category-card img {
  width: 100%;
  aspect-ratio: 4 / 5;
  object-fit: cover;
  border-radius: var(--radius);
  background: var(--wash);
  transition: transform 500ms ease;
}

.feature-category-card:hover img {
  transform: translateY(-4px);
}

.vibe-section {
  width: min(1440px, calc(100% - 48px));
}

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

.story-card {
  position: relative;
  min-height: 560px;
  overflow: hidden;
  border-radius: var(--radius);
  background: var(--wash);
}

.story-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 520ms ease;
}

.story-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(0deg, rgba(43, 35, 24, 0.58), transparent 48%);
}

.story-card span {
  position: absolute;
  left: 18px;
  right: 18px;
  bottom: 18px;
  z-index: 1;
  min-height: 64px;
  display: flex;
  align-items: center;
  padding: 14px 16px;
  border-radius: 6px;
  color: var(--paper);
  background: rgba(245, 234, 216, 0.24);
  backdrop-filter: blur(14px);
  font-weight: 850;
  line-height: 1.2;
}

.story-card:hover img {
  transform: scale(1.035);
}

.collection-band {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(320px, 0.9fr);
  align-items: center;
  min-height: 560px;
  background: var(--wash);
}

.collection-band__media {
  height: 100%;
  min-height: 560px;
}

.collection-band__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.collection-band__copy {
  padding: clamp(36px, 7vw, 96px);
}

.collection-band__copy p:not(.eyebrow) {
  max-width: 510px;
  color: var(--muted);
  font-size: 1.08rem;
  margin: 22px 0 30px;
}

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

.category-tile {
  position: relative;
  min-height: 320px;
  overflow: hidden;
  border-radius: var(--radius);
  background: var(--wash);
}

.category-tile img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 500ms ease;
}

.category-tile::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(0deg, rgba(43, 35, 24, 0.64), transparent 58%);
}

.category-tile span {
  position: absolute;
  left: 20px;
  bottom: 18px;
  z-index: 1;
  color: var(--paper);
  font-size: 1.3rem;
  font-weight: 850;
}

.category-tile:hover img {
  transform: scale(1.04);
}

.service-strip {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.service-strip div {
  min-height: 230px;
  display: grid;
  place-items: center;
  align-content: center;
  gap: 12px;
  padding: 34px 24px;
  text-align: center;
}

.service-strip div + div {
  border-left: 1px solid var(--line);
}

.service-strip i {
  width: 34px;
  height: 34px;
}

.service-strip h3 {
  margin: 8px 0 0;
  font-size: 1rem;
  font-weight: 900;
}

.service-strip p {
  max-width: 330px;
  margin: 0;
  color: var(--muted);
  font-size: 1.02rem;
}

.service-strip strong {
  color: var(--ink);
}

.contact-policy-strip {
  width: min(1180px, calc(100% - 48px));
  margin: 84px auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  border: 1px solid var(--line);
  background: var(--paper);
}

.contact-policy-strip--about {
  margin-top: 0;
}

.contact-policy-strip article {
  padding: clamp(28px, 4vw, 48px);
}

.contact-policy-strip article + article {
  border-left: 1px solid var(--line);
}

.contact-policy-strip h2 {
  margin: 0;
  font-size: clamp(1.6rem, 3vw, 2.5rem);
  line-height: 1.05;
}

.contact-policy-strip p:not(.eyebrow) {
  color: var(--muted);
}
