/** Shopify CDN: Minification failed

Line 1218:3 Unexpected "="

**/
/* ============================================
   HAVEN GARDEN FURNITURE
   Modern UK retail · cream + forest + clay
   ============================================ */

*, *::before, *::after { box-sizing: border-box; }

html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }

body {
  margin: 0;
  font-family: var(--font-body-family, system-ui, sans-serif);
  font-weight: var(--font-body-weight, 400);
  font-size: 15px;
  line-height: 1.6;
  color: var(--color-text);
  background-color: var(--color-background);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

img, svg, video { max-width: 100%; height: auto; display: block; }
img { font-style: italic; }

a { color: inherit; text-decoration: none; transition: color .2s ease; }
a:hover { color: var(--color-accent); }

button { font: inherit; cursor: pointer; background: none; border: none; padding: 0; color: inherit; }

/* Typography */
h1, h2, h3, h4, h5, h6 {
  font-family: var(--font-heading-family, Georgia, serif);
  font-weight: var(--font-heading-weight, 400);
  margin: 0 0 .5em;
  line-height: 1.1;
  letter-spacing: -0.01em;
  color: var(--color-text);
}

h1 { font-size: clamp(2.25rem, 5vw, 4rem); }
h2 { font-size: clamp(1.875rem, 3.5vw, 2.75rem); }
h3 { font-size: clamp(1.25rem, 2vw, 1.625rem); }
h4 { font-size: 1.125rem; }

p { margin: 0 0 1rem; }

.eyebrow {
  font-family: var(--font-body-family);
  font-size: .75rem;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--color-accent);
  margin-bottom: 14px;
  display: inline-block;
}

/* Layout */
.page-width {
  max-width: var(--page-width, 1440px);
  margin: 0 auto;
  padding: 0 16px;
}
@media (min-width: 750px) { .page-width { padding: 0 32px; } }

.section { padding: clamp(72px, 10vw, 140px) 0; }
.section--tight { padding: clamp(48px, 6vw, 80px) 0; }

/* Section background variants for visual rhythm */
.section--surface { background: var(--color-surface); }
.section--dark {
  background: var(--color-text);
  color: rgba(255,255,255,.92);
}
.section--dark h1, .section--dark h2, .section--dark h3, .section--dark h4 { color: #fff; }
.section--dark .eyebrow { color: var(--color-accent-secondary); }
.section--dark .section-heading p { color: rgba(255,255,255,.75); }
.section--accent {
  background: var(--color-accent);
  color: rgba(255,255,255,.95);
}
.section--accent h1, .section--accent h2, .section--accent h3 { color: #fff; }
.section--accent .eyebrow { color: var(--color-accent-secondary); }
.section--accent .section-heading p { color: rgba(255,255,255,.8); }
.section--clay {
  background: var(--color-accent-secondary);
  color: rgba(255,255,255,.96);
}
.section--clay h1, .section--clay h2, .section--clay h3 { color: #fff; }
.section--clay .eyebrow { color: rgba(255,255,255,.85); }

.skip-link {
  position: absolute;
  left: -9999px;
  top: 8px;
  padding: 8px 16px;
  background: var(--color-text);
  color: var(--color-background);
  z-index: 100;
}
.skip-link:focus { left: 8px; }

/* Buttons */
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: .4em;
  padding: 14px 28px;
  font-family: var(--font-body-family);
  font-size: .875rem;
  font-weight: 600;
  letter-spacing: 0.02em;
  border: 1px solid var(--color-text);
  background: var(--color-background);
  color: var(--color-text);
  cursor: pointer;
  border-radius: 999px;
  transition: all .2s ease;
  text-decoration: none;
  white-space: nowrap;
}
.button:hover { background: var(--color-text); color: var(--color-background); }

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

.button--clay {
  background: var(--color-accent-secondary);
  color: #fff;
  border-color: var(--color-accent-secondary);
}
.button--clay:hover { filter: brightness(0.9); color: #fff; }

.button--ghost { border-color: var(--color-border); }
.button--ghost:hover { background: var(--color-text); color: var(--color-background); border-color: var(--color-text); }

.button--inverse {
  border-color: rgba(255,255,255,.85);
  color: #fff;
  background: transparent;
}
.button--inverse:hover { background: #fff; color: var(--color-text); }

.button--small { padding: 8px 16px; font-size: .8125rem; }

/* =========================================
   UTILITY BAR
   ========================================= */
.utility-bar {
  background: var(--color-utility-bar);
  color: rgba(255,255,255,.95);
  font-size: .75rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
.utility-bar__inner {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 11px 16px;
  text-align: center;
  gap: 32px;
  flex-wrap: wrap;
}
.utility-bar a { text-decoration: none; }
.utility-bar a:hover { color: rgba(255,255,255,.7); }
.utility-bar__phone strong {
  font-weight: 700;
  margin-left: 12px;
  letter-spacing: 0.06em;
}

/* =========================================
   HEADER (single-row: logo · menu · search+icons)
   ========================================= */
.site-header {
  background: #fff;
  position: sticky;
  top: 0;
  z-index: 50;
  border-bottom: 1px solid var(--color-border);
}
.site-header__main {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 32px;
  padding: 18px 0;
}
.site-header__logo a {
  display: inline-flex;
  align-items: center;
  font-family: var(--font-heading-family);
  font-size: 1.625rem;
  letter-spacing: 0;
  color: var(--color-text);
  font-weight: 500;
}
.site-header__logo img { display: block; }
.site-header__logo-tagline {
  display: block;
  font-family: var(--font-body-family);
  font-size: .6875rem;
  font-weight: 400;
  letter-spacing: 0.12em;
  color: var(--color-text-muted);
  margin-top: 2px;
  text-transform: uppercase;
}

/* Centred menu */
.site-header__menu {
  display: flex;
  align-items: center;
  gap: 2px;
  justify-self: center;
}
.site-header__menu a,
.site-header__menu button {
  display: inline-flex;
  align-items: center;
  padding: 12px 14px;
  font-size: .875rem;
  font-weight: 500;
  color: var(--color-text);
  white-space: nowrap;
  border-radius: 4px;
  transition: color .2s ease;
}
.site-header__menu a:hover { color: var(--color-accent); }
.site-header__menu .menu-offers {
  border: 1px solid var(--color-accent);
  color: var(--color-accent);
  border-radius: 999px;
  padding: 7px 16px;
  margin: 0 4px;
  font-weight: 600;
}
.site-header__menu .menu-offers:hover {
  background: var(--color-accent);
  color: #fff;
}

/* Right cluster — compact search + icons */
.site-header__right {
  display: flex;
  gap: 8px;
  align-items: center;
}
.site-header__search {
  position: relative;
  width: 220px;
}
.site-header__search input {
  width: 100%;
  padding: 10px 38px 10px 16px;
  font-family: var(--font-body-family);
  font-size: .875rem;
  background: var(--color-surface);
  border: 1px solid transparent;
  border-radius: 999px;
  outline: none;
  transition: all .2s ease;
}
.site-header__search input:focus {
  border-color: var(--color-accent);
  background: #fff;
}
.site-header__search button {
  position: absolute;
  right: 6px;
  top: 50%;
  transform: translateY(-50%);
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--color-text-muted);
}

.site-header__icons { display: flex; gap: 4px; align-items: center; }
.site-header__icons a,
.site-header__icons button {
  position: relative;
  width: 40px;
  height: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: var(--color-text);
  transition: background-color .2s ease;
}
.site-header__icons a:hover,
.site-header__icons button:hover { background: var(--color-surface); }

.cart-count {
  position: absolute;
  top: 2px;
  right: 2px;
  min-width: 16px;
  height: 16px;
  border-radius: 50%;
  background: var(--color-accent-secondary);
  color: #fff;
  font-size: .625rem;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 4px;
  font-family: var(--font-body-family);
}
.icon-wrap { position: relative; display: inline-flex; }

.mobile-menu-toggle {
  display: none;
  width: 40px;
  height: 40px;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: var(--color-text);
}

@media (max-width: 989px) {
  .site-header__main {
    grid-template-columns: auto 1fr auto;
    gap: 12px;
    padding: 12px 0;
  }
  .mobile-menu-toggle { display: inline-flex; }
  .site-header__logo { justify-self: center; }
  .site-header__logo img { max-height: 36px; width: auto; }

  /* Hide desktop menu and search on mobile */
  .site-header__menu { display: none; }
  .site-header__search { display: none; }

  /* Trim icons on mobile to just account + cart */
  .site-header__icons .delivery-icon,
  .site-header__icons .stores-icon { display: none; }

  /* Mobile drawer when menu opens */
  .site-header__menu.is-open {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    position: absolute;
    top: 100%;
    left: 0; right: 0;
    background: #fff;
    border-bottom: 1px solid var(--color-border);
    box-shadow: 0 8px 24px rgba(0,0,0,.06);
    padding: 8px 0;
    gap: 0;
    z-index: 60;
  }
  .site-header__menu.is-open a,
  .site-header__menu.is-open button {
    width: 100%;
    padding: 14px 24px;
    border-radius: 0;
    justify-content: flex-start;
  }
  .site-header__menu.is-open .menu-offers {
    margin: 8px 24px;
    width: calc(100% - 48px);
    justify-content: center;
  }
}

/* =========================================
   HERO ROTATOR
   ========================================= */
.hero-rotator {
  position: relative;
  height: clamp(480px, 75vh, 760px);
  overflow: hidden;
  isolation: isolate;
  color: #fff;
  background: var(--color-text);
}
.hero-rotator__track {
  position: absolute;
  inset: 0;
}
.hero-rotator__slide {
  position: absolute;
  inset: 0;
  opacity: 0;
  transition: opacity 1.2s cubic-bezier(.4,0,.2,1);
  display: grid;
  align-items: center;
  pointer-events: none;
}
.hero-rotator__slide.is-active {
  opacity: 1;
  pointer-events: auto;
  z-index: 2;
}
.hero-rotator__media {
  position: absolute;
  inset: 0;
  z-index: -2;
  overflow: hidden;
}
.hero-rotator__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1.0);
  transition: transform 8s ease-out;
}
.hero-rotator__slide.is-active .hero-rotator__media img {
  transform: scale(1.08);
}
.hero-rotator__overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(20,18,15,.45) 0%, rgba(20,18,15,.1) 50%, rgba(20,18,15,.55) 100%);
  z-index: -1;
}
.hero-rotator__inner {
  width: 100%;
}
.hero-rotator__content {
  max-width: 580px;
  padding: 64px 0;
  animation: heroIn 1.2s cubic-bezier(.2,.7,.3,1) both;
  animation-delay: .3s;
}
.hero-rotator__content--center { margin: 0 auto; text-align: center; }
.hero-rotator__content--right { margin-left: auto; text-align: left; }
.hero-rotator__content--left { margin-right: auto; }

@keyframes heroIn {
  from { opacity: 0; transform: translateY(24px); }
  to   { opacity: 1; transform: translateY(0); }
}

.hero-rotator__eyebrow {
  display: inline-block;
  font-family: var(--font-body-family);
  font-size: .75rem;
  font-weight: 600;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  background: var(--color-accent-secondary);
  color: #fff;
  padding: 6px 14px;
  border-radius: 999px;
  margin-bottom: 20px;
}
.hero-rotator__heading {
  color: #fff;
  font-style: italic;
  font-weight: 400;
  margin: 0 0 16px;
  text-shadow: 0 2px 16px rgba(0,0,0,.18);
  line-height: 1.05;
}
.hero-rotator__subtext {
  font-size: 1.125rem;
  line-height: 1.55;
  margin: 0 0 32px;
  max-width: 480px;
  text-shadow: 0 1px 6px rgba(0,0,0,.25);
}
.hero-rotator__content--center .hero-rotator__subtext { margin-left: auto; margin-right: auto; }

/* --- Bold panel variant: heading sits in a forest-green box --- */
.hero-rotator__content--panel {
  max-width: 560px;
  text-align: center;
}
.hero-rotator__content--panel .hero-rotator__panel {
  background: var(--color-accent);
  padding: 40px 48px;
  display: inline-block;
  margin-bottom: 20px;
  box-shadow: 0 16px 40px rgba(0,0,0,.18);
}
.hero-rotator__content--panel .hero-rotator__eyebrow {
  background: transparent;
  padding: 0;
  margin-bottom: 14px;
  border-radius: 0;
  color: rgba(255,255,255,.85);
}
.hero-rotator__content--panel .hero-rotator__heading {
  font-size: clamp(2rem, 4vw, 3.25rem);
  margin: 0 0 12px;
  text-shadow: none;
}
.hero-rotator__content--panel .hero-rotator__subtext {
  color: rgba(255,255,255,.92);
  font-size: 1rem;
  margin: 0;
  max-width: none;
  text-shadow: none;
  line-height: 1.5;
}
.hero-rotator__content--panel .hero-rotator__cta {
  margin-top: 8px;
}
@media (max-width: 749px) {
  .hero-rotator__content--panel .hero-rotator__panel { padding: 28px 24px; }
}

.hero-rotator__controls {
  position: absolute;
  bottom: 32px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 5;
  display: flex;
  align-items: center;
  gap: 16px;
}
@media (min-width: 990px) {
  /* Lift above the area where overlap cards may sit */
  .hero-rotator__controls { bottom: 124px; }
}
.hero-rotator__arrow {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: rgba(255,255,255,.15);
  color: #fff;
  font-size: 22px;
  line-height: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: background .2s ease;
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
}
.hero-rotator__arrow:hover { background: rgba(255,255,255,.3); }

.hero-rotator__dots {
  display: flex;
  gap: 8px;
  align-items: center;
}
.hero-rotator__dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: rgba(255,255,255,.4);
  transition: all .3s ease;
  padding: 0;
}
.hero-rotator__dot.is-active {
  background: #fff;
  width: 28px;
  border-radius: 999px;
}

@media (max-width: 749px) {
  .hero-rotator { height: clamp(420px, 65vh, 560px); }
  .hero-rotator__content {
    margin: 0 !important;
    text-align: left;
    padding: 48px 0;
  }
  .hero-rotator__subtext { font-size: 1rem; }
  .hero-rotator__controls { bottom: 16px; }
}

@media (prefers-reduced-motion: reduce) {
  .hero-rotator__media img,
  .hero-rotator__slide,
  .hero-rotator__content { transition: none; animation: none; }
  .hero-rotator__slide.is-active .hero-rotator__media img { transform: none; }
}

/* =========================================
   PARALLAX BANNER
   ========================================= */
.parallax-banner {
  position: relative;
  height: clamp(440px, 60vh, 620px);
  overflow: hidden;
  isolation: isolate;
  color: #fff;
  display: grid;
  align-items: center;
}
.parallax-banner__media {
  position: absolute;
  inset: -10% -0% -10% 0%;
  z-index: -2;
}
.parallax-banner__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  will-change: transform;
}
.parallax-banner__overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(45,90,61,.7) 0%, rgba(20,18,15,.5) 100%);
  z-index: -1;
}
.parallax-banner__inner { width: 100%; }
.parallax-banner__content {
  max-width: 600px;
  padding: 64px 0;
}
.parallax-banner__eyebrow {
  display: inline-block;
  font-family: var(--font-body-family);
  font-size: .75rem;
  font-weight: 600;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: rgba(255,255,255,.85);
  margin-bottom: 20px;
  padding-bottom: 14px;
  border-bottom: 1px solid rgba(255,255,255,.3);
}
.parallax-banner__heading {
  color: #fff;
  font-style: italic;
  font-weight: 400;
  margin: 0 0 20px;
  text-shadow: 0 2px 16px rgba(0,0,0,.2);
}
.parallax-banner__subtext {
  font-size: 1.0625rem;
  line-height: 1.65;
  margin: 0 0 32px;
  max-width: 520px;
}

@media (max-width: 749px) {
  .parallax-banner__media { inset: 0; }
  .parallax-banner__content { padding: 48px 0; }
}

/* =========================================
   SECTION HEADINGS
   ========================================= */
.section-heading { text-align: center; margin-bottom: 64px; }
.section-heading h2 {
  margin: 0 0 16px;
  font-style: italic;
  font-weight: 400;
}
.section-heading p {
  color: var(--color-text-muted);
  max-width: 640px;
  margin: 0 auto;
  font-size: 1.0625rem;
  line-height: 1.7;
}
.section-heading--inline {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  text-align: left;
  flex-wrap: wrap;
  gap: 16px;
}
.section-heading--inline h2 {
  font-style: normal;
  font-size: clamp(1.5rem, 2vw, 1.875rem);
}

/* =========================================
   PRODUCT GRID + CARD
   ========================================= */
.product-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 48px 20px;
}
@media (min-width: 750px) { .product-grid { grid-template-columns: repeat(3, 1fr); gap: 64px 32px; } }
@media (min-width: 990px) { .product-grid { grid-template-columns: repeat(4, 1fr); gap: 80px 40px; } }

.product-card { display: block; }
.product-card__media {
  position: relative;
  overflow: hidden;
  background: var(--color-surface);
  aspect-ratio: 1/1;
  border-radius: 8px;
  margin-bottom: 16px;
}
.product-card__media img {
  width: 100%; height: 100%;
  object-fit: cover;
  transition: transform .6s cubic-bezier(.2,.7,.3,1);
}
.product-card:hover .product-card__media img { transform: scale(1.05); }

.product-card__badges {
  position: absolute;
  top: 12px; left: 12px; right: 12px;
  display: flex;
  justify-content: space-between;
  pointer-events: none;
  z-index: 2;
}
.product-card__badge {
  background: #fff;
  color: var(--color-text);
  font-size: .6875rem;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  padding: 6px 11px;
  border-radius: 4px;
  box-shadow: 0 1px 4px rgba(0,0,0,.06);
}
.product-card__badge--alert {
  background: var(--color-sale);
  color: #fff;
}

.product-card__promo-strip {
  position: absolute;
  bottom: 0; left: 0; right: 0;
  background: var(--color-accent-secondary);
  color: #fff;
  text-align: center;
  padding: 11px 12px;
  font-size: .8125rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.product-card__price-row {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 4px;
}
.product-card__price {
  font-size: 1.25rem;
  font-weight: 700;
  color: var(--color-text);
  font-family: var(--font-body-family);
}
.product-card__price .price--compare {
  font-weight: 400;
  font-size: .9375rem;
  color: var(--color-text-muted);
  text-decoration: line-through;
  margin-left: 8px;
}
.product-card__price .price--save {
  font-size: .8125rem;
  font-weight: 700;
  color: var(--color-sale);
  margin-left: 8px;
}
.product-card__rating {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  font-size: .8125rem;
  color: var(--color-text-muted);
}
.product-card__rating-star { color: var(--color-accent); }

.product-card__finance {
  font-size: .8125rem;
  color: var(--color-text-muted);
  margin-bottom: 8px;
}

.product-card__title {
  font-family: var(--font-body-family);
  font-size: .9375rem;
  font-weight: 500;
  line-height: 1.4;
  margin: 8px 0;
  color: var(--color-text);
}

.product-card__variants {
  display: flex;
  flex-wrap: wrap;
  gap: 4px 12px;
  margin-bottom: 8px;
  font-size: .8125rem;
}
.product-card__variants span { color: var(--color-text-muted); }
.product-card__variants .is-selected {
  color: var(--color-text);
  font-weight: 600;
  text-decoration: underline;
  text-underline-offset: 3px;
}
.product-card__variants .is-disabled {
  color: var(--color-border);
  text-decoration: line-through;
}

.product-card__stock {
  font-size: .75rem;
  color: var(--color-text-muted);
  margin-top: 8px;
  display: inline-flex;
  align-items: center;
  gap: 6px;
}
.product-card__stock::before {
  content: '';
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--color-accent);
}

/* =========================================
   HORIZONTAL SCROLL CATEGORY ROW
   ========================================= */
.h-scroll {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: minmax(220px, 1fr);
  gap: 24px;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch;
  padding-bottom: 16px;
}
@media (min-width: 990px) {
  .h-scroll {
    grid-template-columns: repeat(6, minmax(0, 1fr));
    grid-auto-flow: unset;
    grid-auto-columns: unset;
    overflow: visible;
    padding-bottom: 0;
    gap: 32px;
  }
}

.h-scroll-item { scroll-snap-align: start; display: flex; flex-direction: column; }

.category-tile {
  position: relative;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.category-tile__media {
  aspect-ratio: 1/1;
  overflow: hidden;
  border-radius: 8px;
  background: var(--color-surface);
}
.category-tile__media img {
  width: 100%; height: 100%;
  object-fit: cover;
  transition: transform .6s ease;
}
.category-tile:hover .category-tile__media img { transform: scale(1.06); }
.category-tile__title {
  font-family: var(--font-heading-family);
  font-size: 1.375rem;
  font-style: italic;
  margin: 14px 0 0;
  color: var(--color-text);
  font-weight: 400;
}
.category-tile__title::after { content: ' \203A'; display: inline; font-style: normal; }

/* Promo tile (in scroll & grid) */
.promo-tile {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 26px;
  border-radius: 8px;
  aspect-ratio: 1/1;
  color: #fff;
  background: var(--promo-bg, var(--color-accent));
  text-decoration: none;
}
.promo-tile__label {
  font-size: .75rem;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  margin-bottom: 6px;
  opacity: .9;
}
.promo-tile__title {
  font-family: var(--font-heading-family);
  font-size: clamp(1.625rem, 2.4vw, 2.125rem);
  font-weight: 400;
  font-style: italic;
  line-height: 1.0;
  margin: 0 0 10px;
  color: #fff;
}
.promo-tile__sub {
  font-size: .8125rem;
  opacity: .95;
  letter-spacing: 0.04em;
  margin-bottom: 8px;
}
.promo-tile__sub strong { font-weight: 700; }
.promo-tile__meta {
  font-size: .75rem;
  opacity: .85;
  margin-bottom: 16px;
}
.promo-tile__cta {
  align-self: flex-start;
  background: #fff;
  color: var(--color-text);
  padding: 9px 18px;
  border-radius: 999px;
  font-size: .8125rem;
  font-weight: 600;
  text-decoration: none;
  transition: opacity .2s ease;
}
.promo-tile__cta:hover { opacity: .85; color: var(--color-text); }
.promo-tile__cta::after { content: ' \203A'; }

/* =========================================
   FEATURE CARDS (editorial dual-card pattern)
   image on top + colored panel below w/ title, sub, ghost button
   ========================================= */
.feature-cards {
  display: grid;
  grid-template-columns: 1fr;
  gap: 32px;
}
@media (min-width: 750px) {
  .feature-cards { grid-template-columns: repeat(2, 1fr); gap: 24px; }
  .feature-cards--three { grid-template-columns: repeat(3, 1fr); }
}

.feature-card {
  display: block;
  overflow: hidden;
  text-decoration: none;
}
.feature-card__media {
  aspect-ratio: 16/10;
  overflow: hidden;
  background: var(--color-surface);
}
.feature-card__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .8s cubic-bezier(.2,.7,.3,1);
}
.feature-card:hover .feature-card__media img { transform: scale(1.04); }

.feature-card__panel {
  padding: 56px 32px;
  text-align: center;
  background: var(--panel-bg, #86A082);
  color: var(--panel-fg, #fff);
}
.feature-card__panel h2,
.feature-card__panel h3 {
  font-size: clamp(1.875rem, 2.6vw, 2.5rem);
  font-style: italic;
  font-weight: 400;
  color: inherit;
  margin: 0 0 16px;
  line-height: 1.1;
}
.feature-card__panel p {
  font-size: 1rem;
  line-height: 1.6;
  margin: 0 0 32px;
  opacity: .92;
  max-width: 460px;
  margin-left: auto;
  margin-right: auto;
}
.feature-card__panel .button {
  border-color: currentColor;
  color: inherit;
  background: transparent;
  border-radius: 0;
  padding: 13px 32px;
  font-size: .75rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}
.feature-card__panel .button:hover {
  background: currentColor;
}
.feature-card__panel .button:hover span { color: var(--panel-bg, #86A082); }

@media (max-width: 749px) {
  .feature-card__panel { padding: 40px 24px; }
}

/* CSS variables continued */

/* =========================================
   RANGE SHOWCASE (4-up white cards, can overlap hero)
   ========================================= */
.range-showcase {
  position: relative;
  z-index: 5;
}
.range-showcase__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
}
@media (min-width: 750px) { .range-showcase__grid { grid-template-columns: repeat(2, 1fr); gap: 20px; } }
@media (min-width: 990px) { .range-showcase__grid { grid-template-columns: repeat(4, 1fr); gap: 20px; } }

/* Overlap hero on desktop only — mobile just sits below */
.range-showcase--overlap { margin-top: 0; }
@media (min-width: 990px) {
  .range-showcase--overlap { margin-top: var(--overlap-amount, -100px); }
}

.range-card {
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 8px 32px rgba(20,18,15,.12);
  overflow: hidden;
  text-align: center;
  display: flex;
  flex-direction: column;
  transition: transform .3s ease, box-shadow .3s ease;
  text-decoration: none;
  color: inherit;
}
.range-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 40px rgba(20,18,15,.16);
}
.range-card__image {
  aspect-ratio: 5/3;
  overflow: hidden;
  background: var(--color-surface);
}
.range-card__image img {
  width: 100%; height: 100%;
  object-fit: cover;
}
.range-card__content {
  padding: 24px 22px 28px;
  display: flex;
  flex-direction: column;
  flex: 1;
}
.range-card__title {
  font-family: var(--font-heading-family);
  font-style: italic;
  font-size: 1.25rem;
  font-weight: 400;
  margin: 0 0 12px;
  color: var(--color-text);
}
.range-card__desc {
  font-size: .8125rem;
  line-height: 1.6;
  color: var(--color-text-muted);
  margin: 0 0 20px;
  flex: 1;
}
.range-card__cta {
  display: inline-block;
  background: var(--color-accent);
  color: #fff;
  padding: 11px 20px;
  font-size: .75rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  align-self: center;
  transition: background-color .2s ease;
}
.range-card:hover .range-card__cta { background: var(--color-accent-dark); }

/* =========================================
   PROMO STRIP (asymmetric clearance-style bar)
   black bar + bold sale text + circular badge breaking out + image extending right
   ========================================= */
.promo-strip {
  position: relative;
  margin: 80px 0;
}
.promo-strip__inner {
  display: grid;
  grid-template-columns: 1fr;
  align-items: stretch;
  background: var(--color-text);
  color: #fff;
  position: relative;
  overflow: visible;
  min-height: 120px;
}
@media (min-width: 750px) {
  .promo-strip__inner { grid-template-columns: 1.4fr 1fr; min-height: 160px; }
}
.promo-strip__text {
  padding: 32px 28px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 8px;
  position: relative;
  z-index: 2;
}
@media (min-width: 750px) { .promo-strip__text { padding: 32px 56px; } }
.promo-strip__title {
  font-family: var(--font-heading-family);
  font-style: italic;
  font-size: clamp(2rem, 4vw, 3rem);
  font-weight: 400;
  line-height: 1;
  color: #fff;
  margin: 0;
}
.promo-strip__title em {
  color: var(--color-sale);
  font-style: italic;
  font-weight: 400;
}
.promo-strip__sub {
  font-size: .875rem;
  letter-spacing: 0.06em;
  color: rgba(255,255,255,.78);
  margin: 0;
}
.promo-strip__media {
  position: relative;
  overflow: hidden;
  min-height: 200px;
}
.promo-strip__media img {
  width: 100%; height: 100%;
  object-fit: cover;
  position: absolute; inset: 0;
}
.promo-strip__badge {
  position: absolute;
  width: 132px;
  height: 132px;
  border-radius: 50%;
  background: var(--color-text);
  border: 4px solid var(--color-background);
  color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-family: var(--font-body-family);
  z-index: 3;
  /* On desktop, badge sits where the two columns meet, breaking out vertically */
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media (min-width: 750px) {
  .promo-strip__badge {
    left: 58%;
    transform: translate(-50%, -50%);
  }
}
.promo-strip__badge small {
  font-size: .625rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  margin-bottom: 2px;
  opacity: .7;
}
.promo-strip__badge strong {
  font-size: 2rem;
  font-weight: 800;
  line-height: 1;
  color: var(--color-sale);
}
.promo-strip__badge span {
  font-size: .6875rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  opacity: .8;
  margin-top: 2px;
}
.promo-strip__cta {
  position: absolute;
  inset: 0;
  z-index: 5;
}
   ========================================= */
.promo-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
}
@media (min-width: 750px) { .promo-grid { grid-template-columns: repeat(2, 1fr); gap: 24px; } }
@media (min-width: 990px) { .promo-grid { grid-template-columns: repeat(3, 1fr); gap: 32px; } }
.promo-grid .promo-tile {
  aspect-ratio: 4/5;
  padding: 36px 28px;
}
.promo-grid .promo-tile__title { font-size: clamp(1.875rem, 2.4vw, 2.5rem); }
.promo-grid .promo-tile__cta { padding: 11px 22px; font-size: .8125rem; }

/* =========================================
   TRUST BAR (4-stat strip — confident, generous)
   ========================================= */
.trust-bar {
  background: var(--color-accent);
  color: #fff;
  padding: clamp(48px, 6vw, 80px) 0;
}
.trust-bar--clay { background: var(--color-accent-secondary); }
.trust-bar--dark { background: var(--color-text); }
.trust-bar__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 32px;
  text-align: center;
}
@media (min-width: 750px) { .trust-bar__grid { grid-template-columns: repeat(2, 1fr); gap: 40px; } }
@media (min-width: 990px) { .trust-bar__grid { grid-template-columns: repeat(4, 1fr); gap: 48px; } }
.trust-bar__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
}
.trust-bar__item svg {
  flex-shrink: 0;
  width: 44px; height: 44px;
  color: var(--color-accent-secondary);
}
.trust-bar--clay .trust-bar__item svg,
.trust-bar--dark .trust-bar__item svg { color: var(--color-accent-secondary); }
.trust-bar__item strong {
  display: block;
  font-family: var(--font-heading-family);
  font-style: italic;
  font-size: clamp(1.625rem, 2.4vw, 2.125rem);
  font-weight: 400;
  color: #fff;
  margin-bottom: 4px;
  line-height: 1.1;
}
.trust-bar__item span {
  font-size: .875rem;
  color: rgba(255,255,255,.78);
  line-height: 1.5;
  letter-spacing: 0.04em;
}

/* =========================================
   BRAND STORY (asymmetric variant)
   ========================================= */
.brand-story {
  display: grid;
  grid-template-columns: 1fr;
  gap: 48px;
  align-items: center;
}
@media (min-width: 750px) { .brand-story { grid-template-columns: 1.1fr 1fr; gap: 96px; } }

.brand-story--bleed { gap: 0; }
@media (min-width: 750px) {
  .brand-story--bleed {
    grid-template-columns: 5fr 6fr;
    gap: 0;
  }
  .brand-story--bleed .brand-story__content {
    padding: 24px 64px 24px 0;
  }
  .brand-story--bleed .brand-story__decoration {
    position: relative;
    margin-right: calc((100vw - var(--page-width, 1440px)) / -2);
    height: 100%;
    min-height: 480px;
  }
  .brand-story--bleed .brand-story__decoration img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 8px 0 0 8px;
    max-width: none;
  }
  /* For very wide viewports, stop the bleed at viewport edge */
  @media (min-width: 1500px) {
    .brand-story--bleed .brand-story__decoration {
      margin-right: -32px;
    }
  }
}
.brand-story__content h2 { font-style: italic; font-weight: 400; margin-bottom: 32px; }
.brand-story__content p { color: var(--color-text-muted); font-size: 1.125rem; max-width: 480px; line-height: 1.75; }
.brand-story__decoration { display: flex; justify-content: center; align-items: center; }
.brand-story__decoration svg {
  width: 100%;
  max-width: 480px;
  height: auto;
  color: var(--color-accent);
}
.brand-story__decoration img { max-width: 100%; border-radius: 8px; }

/* =========================================
   COLLECTION LIST
   ========================================= */
.collection-list {
  display: grid;
  grid-template-columns: 1fr;
  gap: 24px;
}
@media (min-width: 750px) { .collection-list { grid-template-columns: repeat(3, 1fr); gap: 32px; } }
.collection-tile {
  position: relative;
  display: block;
  overflow: hidden;
  aspect-ratio: 4/3;
  border-radius: 8px;
  isolation: isolate;
}
.collection-tile img {
  width: 100%; height: 100%;
  object-fit: cover;
  transition: transform .6s cubic-bezier(.2,.7,.3,1);
}
.collection-tile:hover img { transform: scale(1.06); }
.collection-tile::after {
  content: '';
  position: absolute; inset: 0;
  background: linear-gradient(180deg, transparent 50%, rgba(0,0,0,.6) 100%);
  z-index: 1;
}
.collection-tile__title {
  position: absolute;
  bottom: 22px; left: 22px; right: 22px;
  z-index: 2;
  color: #fff;
  font-family: var(--font-heading-family);
  font-size: 1.625rem;
  font-style: italic;
  font-weight: 400;
  margin: 0;
}

/* =========================================
   IMAGE WITH TEXT
   ========================================= */
.image-with-text {
  display: grid;
  grid-template-columns: 1fr;
  gap: 32px;
  align-items: center;
}
@media (min-width: 750px) {
  .image-with-text { grid-template-columns: 1fr 1fr; gap: 64px; }
  .image-with-text--reverse .image-with-text__media { order: 2; }
}
.image-with-text__media img {
  aspect-ratio: 4/3;
  object-fit: cover;
  width: 100%;
  border-radius: 8px;
}
.image-with-text__content h2 { font-style: italic; font-weight: 400; }
.image-with-text__content p { color: var(--color-text-muted); }

/* =========================================
   RICH TEXT
   ========================================= */
.rich-text { text-align: center; max-width: 720px; margin: 0 auto; }
.rich-text h2 { margin-bottom: 16px; font-style: italic; font-weight: 400; }
.rich-text p { font-size: 1rem; color: var(--color-text-muted); }

/* =========================================
   NEWSLETTER
   ========================================= */
.newsletter {
  text-align: center;
  background: var(--color-accent);
  color: rgba(255,255,255,.95);
  padding: 120px 24px;
}
.newsletter__inner { max-width: 540px; margin: 0 auto; }
.newsletter h2 {
  font-style: italic;
  font-weight: 400;
  margin-bottom: 20px;
  color: #fff;
}
.newsletter p { color: rgba(255,255,255,.85); margin-bottom: 36px; font-size: 1.0625rem; }
.newsletter__form { display: flex; gap: 8px; }
.newsletter__form input[type="email"] {
  flex: 1;
  padding: 14px 20px;
  background: #fff;
  border: 1px solid transparent;
  border-radius: 999px;
  font-family: var(--font-body-family);
  font-size: .9375rem;
  color: var(--color-text);
  outline: none;
  transition: border-color .2s ease;
}
.newsletter__form input:focus { border-color: var(--color-accent-secondary); }
.newsletter__form .button {
  background: var(--color-accent-secondary);
  color: #fff;
  border-color: var(--color-accent-secondary);
}
.newsletter__form .button:hover { filter: brightness(0.92); }

/* =========================================
   FORMS
   ========================================= */
.field { display: block; margin-bottom: 16px; }
.field label { display: block; font-size: .8125rem; font-weight: 500; margin-bottom: 6px; }
.field input, .field textarea, .field select {
  width: 100%;
  padding: 13px 18px;
  background: #fff;
  border: 1px solid var(--color-border);
  border-radius: 4px;
  font-family: var(--font-body-family);
  font-size: .9375rem;
  color: var(--color-text);
  outline: none;
  transition: border-color .2s ease;
}
.field input:focus, .field textarea:focus, .field select:focus { border-color: var(--color-accent); }

.contact-details {
  display: grid;
  grid-template-columns: 1fr;
  gap: 24px;
  padding: 28px;
  background: var(--color-surface);
  border-radius: 8px;
  margin-bottom: 32px;
  font-size: .9375rem;
}
@media (min-width: 750px) { .contact-details { grid-template-columns: repeat(3, 1fr); } }
.contact-details strong { display: block; margin-bottom: 4px; font-size: .8125rem; letter-spacing: 0.06em; text-transform: uppercase; color: var(--color-accent); font-weight: 600; }

/* =========================================
   FAQ ACCORDION
   ========================================= */
.faq-list { border-top: 1px solid var(--color-border); }
.faq-item {
  border-bottom: 1px solid var(--color-border);
}
.faq-item__q {
  list-style: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 0;
  font-size: 1.0625rem;
  font-weight: 500;
  cursor: pointer;
  gap: 24px;
  transition: color .2s ease;
}
.faq-item__q::-webkit-details-marker { display: none; }
.faq-item__q:hover { color: var(--color-accent); }
.faq-item__icon {
  width: 32px;
  height: 32px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: var(--color-surface);
  flex-shrink: 0;
  transition: transform .3s ease;
  font-size: 18px;
  font-weight: 400;
}
.faq-item[open] .faq-item__icon { transform: rotate(45deg); background: var(--color-accent); color: #fff; }
.faq-item__a {
  padding: 0 0 24px;
  color: var(--color-text-muted);
  font-size: 1rem;
  line-height: 1.7;
  max-width: 720px;
}
.faq-item__a p:last-child { margin-bottom: 0; }

/* =========================================
   PAGE HEADER (for About, FAQ, etc.)
   ========================================= */
.page-header {
  padding: 120px 0 80px;
  text-align: center;
  border-bottom: 1px solid var(--color-border);
}
.page-header__title {
  font-style: italic;
  font-weight: 400;
  margin-bottom: 24px;
}
.page-header__sub {
  color: var(--color-text-muted);
  max-width: 640px;
  margin: 0 auto;
  font-size: 1.125rem;
  line-height: 1.7;
}

/* =========================================
   PRODUCT PAGE
   ========================================= */
.product { display: grid; grid-template-columns: 1fr; gap: 32px; }
@media (min-width: 990px) { .product { grid-template-columns: 1.2fr 1fr; gap: 64px; } }
.product__media-list { display: grid; grid-template-columns: 1fr; gap: 8px; }
@media (min-width: 750px) {
  .product__media-list { grid-template-columns: 1fr 1fr; }
  .product__media-list > *:first-child { grid-column: 1 / -1; }
}
.product__media img { width: 100%; aspect-ratio: 1/1; object-fit: cover; border-radius: 8px; }
.product__info { position: sticky; top: 200px; align-self: start; padding: 16px 0; }
.product__vendor {
  font-size: .75rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--color-text-muted);
  margin-bottom: 8px;
}
.product__title {
  font-size: clamp(1.875rem, 3vw, 2.5rem);
  font-style: italic;
  font-weight: 400;
  margin-bottom: 16px;
}
.product__price { font-size: 1.75rem; font-weight: 700; margin-bottom: 8px; }
.product__price .price--compare {
  color: var(--color-text-muted);
  text-decoration: line-through;
  font-weight: 400;
  font-size: 1.125rem;
  margin-right: 8px;
}
.product__price .price--save {
  font-size: .9375rem;
  color: var(--color-sale);
  font-weight: 700;
  margin-left: 8px;
}
.product__finance {
  font-size: .875rem;
  color: var(--color-text-muted);
  margin-bottom: 24px;
  padding-bottom: 24px;
  border-bottom: 1px solid var(--color-border);
}
.product__description { margin: 24px 0; color: var(--color-text-muted); line-height: 1.7; }

.variant-picker { margin-bottom: 20px; }
.variant-picker__legend { font-size: .8125rem; font-weight: 600; margin-bottom: 8px; display: block; letter-spacing: 0.06em; text-transform: uppercase; color: var(--color-text-muted); }
.variant-options { display: flex; flex-wrap: wrap; gap: 6px; }
.variant-options input { position: absolute; opacity: 0; pointer-events: none; }
.variant-options label {
  padding: 11px 18px;
  border: 1px solid var(--color-border);
  border-radius: 4px;
  cursor: pointer;
  font-size: .875rem;
  background: #fff;
  transition: all .15s ease;
  user-select: none;
}
.variant-options input:checked + label {
  background: var(--color-text);
  color: var(--color-background);
  border-color: var(--color-text);
}
.variant-options label:hover { border-color: var(--color-text); }

.quantity {
  display: inline-flex;
  align-items: center;
  border: 1px solid var(--color-border);
  border-radius: 4px;
  margin-bottom: 20px;
  background: #fff;
}
.quantity button { padding: 12px 14px; }
.quantity input {
  width: 50px;
  text-align: center;
  border: none;
  background: transparent;
  font-family: var(--font-body-family);
  font-size: .9375rem;
  outline: none;
  -moz-appearance: textfield;
}
.quantity input::-webkit-outer-spin-button,
.quantity input::-webkit-inner-spin-button { -webkit-appearance: none; }

.product-form__buttons { display: grid; gap: 8px; margin-bottom: 24px; }
.product-form__buttons .button { width: 100%; padding: 16px 24px; font-size: .9375rem; }

.product-meta {
  border-top: 1px solid var(--color-border);
  padding-top: 20px;
  font-size: .875rem;
  color: var(--color-text-muted);
  display: grid;
  gap: 8px;
}
.product-meta strong { color: var(--color-text); font-weight: 600; }

/* =========================================
   COLLECTION PAGE
   ========================================= */
.collection-header {
  text-align: center;
  padding: 64px 0 32px;
  margin-bottom: 40px;
}
.collection-header h1 { font-style: italic; font-weight: 400; }
.collection-header__description {
  color: var(--color-text-muted);
  max-width: 640px;
  margin: 16px auto 0;
}
.collection-toolbar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 32px;
  font-size: .875rem;
  color: var(--color-text-muted);
  gap: 16px;
  padding-bottom: 16px;
  border-bottom: 1px solid var(--color-border);
}
.collection-toolbar select {
  padding: 9px 32px 9px 16px;
  border: 1px solid var(--color-border);
  border-radius: 999px;
  background: #fff;
  font-size: .875rem;
  font-family: inherit;
}

/* =========================================
   CART
   ========================================= */
.cart-page { padding: 56px 0; }
.cart-page h1 { font-style: italic; font-weight: 400; margin-bottom: 32px; }
.cart-line {
  display: grid;
  grid-template-columns: 88px 1fr auto;
  gap: 16px;
  padding: 24px 0;
  border-bottom: 1px solid var(--color-border);
  align-items: center;
}
.cart-line__image { aspect-ratio: 1/1; border-radius: 4px; overflow: hidden; }
.cart-line__image img { width: 100%; height: 100%; object-fit: cover; }
.cart-line__title { font-size: .9375rem; font-weight: 500; margin-bottom: 4px; }
.cart-line__variant { font-size: .8125rem; color: var(--color-text-muted); }
.cart-line__price { text-align: right; font-size: .9375rem; font-weight: 600; }
.cart-summary {
  margin-top: 32px;
  padding-top: 20px;
  border-top: 2px solid var(--color-text);
  display: flex;
  justify-content: space-between;
  align-items: baseline;
}
.cart-summary__total { font-size: 1.5rem; font-weight: 700; }
.cart-actions { margin-top: 24px; display: flex; gap: 8px; justify-content: flex-end; flex-wrap: wrap; }

.cart-drawer {
  position: fixed;
  top: 0; right: 0;
  height: 100vh;
  width: min(440px, 100%);
  background: var(--color-background);
  z-index: 100;
  transform: translateX(100%);
  transition: transform .35s cubic-bezier(.2,.7,.3,1);
  display: flex;
  flex-direction: column;
  box-shadow: -8px 0 32px rgba(0,0,0,.1);
}
.cart-drawer.is-open { transform: translateX(0); }
.cart-drawer__overlay {
  position: fixed;
  inset: 0;
  background: rgba(20,18,15,.5);
  opacity: 0;
  visibility: hidden;
  transition: opacity .3s ease, visibility .3s ease;
  z-index: 99;
}
.cart-drawer__overlay.is-open { opacity: 1; visibility: visible; }
.cart-drawer__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 22px;
  border-bottom: 1px solid var(--color-border);
}
.cart-drawer__title { font-size: 1.25rem; font-style: italic; margin: 0; }
.cart-drawer__close { width: 36px; height: 36px; display: grid; place-items: center; }
.cart-drawer__items { flex: 1; overflow-y: auto; padding: 0 22px; }
.cart-drawer__footer { padding: 22px; border-top: 1px solid var(--color-border); }

/* Pagination */
.pagination { display: flex; justify-content: center; gap: 4px; margin-top: 56px; }
.pagination a, .pagination span {
  min-width: 40px; height: 40px;
  display: inline-flex; align-items: center; justify-content: center;
  font-size: .9375rem;
  border-radius: 4px;
}
.pagination a:hover { background: var(--color-surface); }
.pagination .current { background: var(--color-text); color: var(--color-background); }

/* 404 */
.error-page { text-align: center; padding: 96px 24px; }
.error-page h1 { font-size: clamp(4rem, 12vw, 8rem); margin-bottom: 8px; color: var(--color-accent); }

/* Article / blog */
.article { max-width: 720px; margin: 0 auto; padding: 56px 24px; }
.article__meta {
  font-size: .75rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--color-text-muted);
  margin-bottom: 12px;
  text-align: center;
}
.article__title {
  font-size: clamp(2rem, 4vw, 3rem);
  font-style: italic;
  font-weight: 400;
  margin-bottom: 24px;
  text-align: center;
}
.article__featured-image { margin: 0 -24px 32px; }
.article__featured-image img { width: 100%; aspect-ratio: 16/9; object-fit: cover; border-radius: 8px; }
.article__content { font-size: 1.0625rem; line-height: 1.8; }
.article__content h2, .article__content h3 { margin-top: 1.75em; font-style: italic; font-weight: 400; }
.article__content img { margin: 24px 0; border-radius: 8px; }
.article__content blockquote {
  border-left: 3px solid var(--color-accent-secondary);
  padding-left: 24px;
  margin: 28px 0;
  font-family: var(--font-heading-family);
  font-size: 1.5rem;
  font-style: italic;
  color: var(--color-text);
}

.blog-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
  gap: 36px;
}
.blog-card__image { aspect-ratio: 4/3; overflow: hidden; border-radius: 8px; margin-bottom: 14px; }
.blog-card__image img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s ease; }
.blog-card:hover .blog-card__image img { transform: scale(1.04); }
.blog-card__title { font-style: italic; font-weight: 400; font-size: 1.5rem; margin: 8px 0; }
.blog-card__excerpt { color: var(--color-text-muted); font-size: .9375rem; }

/* Customer pages */
.customer { max-width: 440px; margin: 0 auto; padding: 56px 24px; }
.customer h1 { text-align: center; margin-bottom: 24px; font-style: italic; font-weight: 400; }
.customer__form .button { width: 100%; }
.customer__links { text-align: center; margin-top: 16px; font-size: .875rem; }
.customer__links a { border-bottom: 1px solid currentColor; padding-bottom: 1px; }

.account-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 24px;
  max-width: 1080px;
  margin: 0 auto;
  padding: 56px 24px;
}
@media (min-width: 750px) { .account-grid { grid-template-columns: 220px 1fr; gap: 56px; } }

/* Footer */
.site-footer {
  background: var(--color-text);
  color: rgba(255,255,255,.85);
  padding: 64px 0 28px;
  margin-top: 0;
}
.site-footer__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 32px;
  margin-bottom: 48px;
}
@media (min-width: 750px) { .site-footer__grid { grid-template-columns: 2fr 1fr 1fr 1fr; } }
.site-footer__brand {
  font-family: var(--font-heading-family);
  font-size: 1.625rem;
  font-style: italic;
  color: #fff;
  margin-bottom: 12px;
}
.site-footer__tagline { color: rgba(255,255,255,.65); max-width: 320px; font-size: .9375rem; }
.site-footer h4 {
  font-family: var(--font-body-family);
  font-size: .8125rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  margin-bottom: 18px;
  color: #fff;
}
.site-footer ul { list-style: none; padding: 0; margin: 0; }
.site-footer li { margin-bottom: 10px; }
.site-footer a { color: rgba(255,255,255,.7); font-size: .9375rem; }
.site-footer a:hover { color: var(--color-accent-secondary); }
.site-footer__bottom {
  border-top: 1px solid rgba(255,255,255,.12);
  padding-top: 24px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 12px;
  font-size: .8125rem;
  color: rgba(255,255,255,.5);
}
.social-icons { display: flex; gap: 8px; }
.social-icons a {
  width: 36px; height: 36px;
  border: 1px solid rgba(255,255,255,.2);
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.social-icons a:hover { border-color: var(--color-accent-secondary); color: var(--color-accent-secondary); }

/* Password page */
.password-main {
  min-height: 100vh;
  display: grid;
  place-items: center;
  text-align: center;
  padding: 56px 24px;
  background: var(--color-background);
}
.password-main__inner { max-width: 440px; }
.password-main h1 {
  font-family: var(--font-heading-family);
  font-style: italic;
  font-weight: 400;
  font-size: clamp(2.5rem, 5vw, 3.5rem);
  margin-bottom: 12px;
}

/* Utilities */
.visually-hidden {
  position: absolute;
  width: 1px; height: 1px;
  padding: 0; margin: -1px;
  overflow: hidden;
  clip: rect(0,0,0,0);
  white-space: nowrap;
  border: 0;
}

@media (max-width: 749px) {
  .product-card__title { font-size: .875rem; }
  .product-card__price { font-size: 1.0625rem; }
  .section-heading--inline { flex-direction: column; align-items: flex-start; }
  .newsletter__form { flex-direction: column; }
}
