/* =========================================================
   Haven Collective Theme
   static/opshop/theme.css
   Modern editorial retail style:
   - straight lines
   - generous spacing
   - greys, deep red, gold
   - promoted content as visual hero
   - large overlapping AI search
   ========================================================= */

/* -----------------------------
   Design Tokens
----------------------------- */

:root {
  --haven-ink: #171717;
  --haven-charcoal: #2b2b2b;
  --haven-soft-charcoal: #3f3f46;

  --haven-grey: #707070;
  --haven-mid-grey: #a1a1aa;
  --haven-light-grey: #f5f5f5;
  --haven-panel-grey: #f8f8f8;

  --haven-paper: #fbfaf7;
  --haven-white: #ffffff;

  --haven-red: #8f1728;
  --haven-red-dark: #5f0f1b;
  --haven-red-soft: rgba(143, 23, 40, .1);

  --haven-gold: #f4c542;
  --haven-gold-light: #ffe28a;
  --haven-gold-soft: #fff2bf;

  --haven-border: rgba(23, 23, 23, .16);
  --haven-border-light: rgba(23, 23, 23, .08);

  --haven-shadow: 0 28px 90px rgba(23, 23, 23, .18);
  --haven-shadow-soft: 0 14px 48px rgba(23, 23, 23, .08);

  --haven-max-width: 1380px;
  --haven-wide-width: 1680px;

  --brand-burgundy: #7a1e23;
  --brand-blush: #e7c6bf;
  --brand-clay: #c98c73;
  --brand-sage: #8fa28d;
  --brand-charcoal: #2b2b2b;
  --brand-cream: #f7f3ee;
}

/* -----------------------------
   Base
----------------------------- */

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 90px;
}

body {
  margin: 0;
  background: var(--haven-paper);
  color: var(--haven-ink);
  font-family: "Montserrat Alternates", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.5;
}

img,
video {
  max-width: 100%;
}

a {
  color: inherit;
}

main.container,
footer.container,
.navbar .container {
  max-width: var(--haven-max-width);
}

/* Remove old rounded / paper effects from earlier theme */
.card,
.paper-grain,
.footer-card,
.product-card,
.haven-feature-card,
.haven-mini-card,
.haven-contact-box,
.haven-partner-card,
.launch-note,
.alert,
.form-control,
.form-select,
.btn {
  border-radius: 0 !important;
}

.paper-grain {
  box-shadow: none;
}

.paper-grain::before,
.paper-grain::after {
  display: none !important;
}

/* -----------------------------
   Typography
----------------------------- */

.brand {
  margin: 0;
  color: var(--haven-ink);
  font-family: inherit;
  font-size: 1.05rem;
  font-weight: 900;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.navbar small {
  color: var(--haven-grey);
  letter-spacing: .14em;
  text-transform: uppercase;
  font-size: .63rem;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: var(--haven-ink);
}

.section-kicker {
  display: inline-flex;
  margin-bottom: .9rem;
  color: var(--haven-red);
  font-size: .7rem;
  font-weight: 900;
  letter-spacing: .16em;
  text-transform: uppercase;
}

.section-kicker-light {
  color: var(--haven-gold-light);
}

.text-secondary,
.small-muted {
  color: var(--haven-grey) !important;
}

/* -----------------------------
   Navigation
----------------------------- */

.navbar {
  background: rgba(251, 250, 247, .96);
  border-bottom: 1px solid var(--haven-border);
  box-shadow: none;
  backdrop-filter: blur(8px);
}

.navbar-brand {
  min-width: max-content;
}

.seller-subnav {
  position: sticky;
  top: 73px;
  z-index: 1010;
  overflow-x: auto;
  background: var(--haven-ink);
  border-bottom: 1px solid rgba(255, 255, 255, .16);
}

.seller-subnav .container {
  display: flex;
  align-items: center;
  gap: .2rem;
  min-width: max-content;
}

.seller-subnav a {
  display: inline-flex;
  align-items: center;
  gap: .4rem;
  padding: .8rem .9rem;
  color: rgba(255, 255, 255, .78);
  font-size: .7rem;
  font-weight: 800;
  letter-spacing: .08em;
  text-decoration: none;
  text-transform: uppercase;
}

.seller-subnav a:hover,
.seller-subnav a:focus,
.seller-subnav a.active {
  color: #fff;
  background: rgba(255, 255, 255, .1);
}

.nav-link {
  position: relative;
  color: var(--haven-ink);
  font-size: .72rem;
  font-weight: 900;
  letter-spacing: .1em;
  text-transform: uppercase;
  padding-inline: .7rem !important;
}

.nav-link::after {
  content: "";
  position: absolute;
  left: .7rem;
  right: .7rem;
  bottom: .25rem;
  height: 1px;
  background: var(--haven-red);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform .24s ease;
}

.nav-link:hover,
.nav-link:focus {
  color: var(--haven-red);
}

.nav-link:hover::after,
.nav-link:focus::after {
  transform: scaleX(1);
}

.navbar-toggler {
  border-radius: 0;
  border-color: var(--haven-border);
}

/* -----------------------------
   2026 Launch Campaign
----------------------------- */

.launch-campaign {
  color: #fff;
  background: var(--campaign-accent, var(--haven-red-dark));
}

.launch-campaign-countdown {
  border-bottom: 1px solid rgba(255, 255, 255, .18);
}

.launch-campaign-countdown-inner {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto auto;
  align-items: center;
  gap: 1.25rem;
  max-width: var(--haven-max-width);
  padding-top: .75rem;
  padding-bottom: .75rem;
}

.launch-campaign-heading {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: .25rem .75rem;
}

.launch-campaign-heading strong {
  color: #fff;
  font-size: 1rem;
  letter-spacing: .04em;
  text-transform: uppercase;
}

.launch-campaign-kicker,
.launch-campaign-dates {
  color: rgba(255, 255, 255, .76);
  font-size: .68rem;
  font-weight: 800;
  letter-spacing: .09em;
  text-transform: uppercase;
}

.launch-countdown {
  display: flex;
  gap: .35rem;
}

.launch-countdown > span {
  display: grid;
  min-width: 3.25rem;
  padding: .35rem .55rem;
  text-align: center;
  background: rgba(255, 255, 255, .1);
  border: 1px solid rgba(255, 255, 255, .18);
}

.launch-countdown strong {
  color: #fff;
  font-size: 1.1rem;
  font-variant-numeric: tabular-nums;
  line-height: 1.1;
}

.launch-countdown small {
  color: rgba(255, 255, 255, .68);
  font-size: .52rem;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.launch-campaign-cta {
  color: var(--haven-red-dark);
  background: var(--haven-gold);
  border-color: var(--haven-gold);
  font-weight: 900;
  white-space: nowrap;
}

.launch-campaign-marquee {
  overflow: hidden;
  background: var(--haven-ink);
}

.launch-campaign-marquee-track {
  display: flex;
  width: max-content;
  animation: haven-launch-marquee 34s linear infinite;
}

.launch-campaign-marquee-set {
  display: flex;
  align-items: center;
  gap: 1.5rem;
  min-width: max-content;
  padding: .55rem .75rem;
  font-size: .66rem;
  font-weight: 900;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.launch-campaign-marquee-set i {
  color: var(--haven-gold);
  font-size: .5rem;
  font-style: normal;
}

@keyframes haven-launch-marquee {
  to { transform: translateX(-50%); }
}

.public-subnav-bar,
.about-subnav-bar {
  border-bottom: 1px solid rgba(255, 255, 255, .18);
  position: sticky;
  top: 98px;
  z-index: 1010;
}

.public-subnav-bar .container,
.about-subnav-bar .container {
  max-width: var(--haven-max-width);
}

.public-subnav-bar ~ main section[id],
.about-subnav-bar ~ main section[id] {
  scroll-margin-top: 155px;
}

.public-scroll-nav-list,
.about-scroll-nav-list {
  display: flex;
  flex-wrap: wrap;
  gap: .15rem;
  margin: 0;
  padding: .65rem 0;
  list-style: none;
}

.public-scroll-nav-list a,
.about-scroll-nav-list a {
  display: inline-flex;
  align-items: center;
  min-height: 42px;
  padding: .65rem .95rem;
  color: #fff;
  font-size: .72rem;
  font-weight: 900;
  letter-spacing: .1em;
  line-height: 1.1;
  text-decoration: none;
  text-transform: uppercase;
  transition: background .18s ease, color .18s ease;
}

.public-scroll-nav-list a:hover,
.public-scroll-nav-list a:focus,
.about-scroll-nav-list a:hover,
.about-scroll-nav-list a:focus {
  background: #fff;
  color: var(--haven-red);
}

/* -----------------------------
   Buttons
----------------------------- */

.btn {
  font-size: .72rem;
  font-weight: 900;
  letter-spacing: .08em;
  text-transform: uppercase;
  padding: .8rem 1.05rem;
  box-shadow: none !important;
}

.btn-sm {
  padding: .52rem .82rem;
  font-size: .68rem;
}

.btn-lg {
  padding: .95rem 1.35rem;
}

.btn-primary {
  --bs-btn-bg: var(--haven-red);
  --bs-btn-border-color: var(--haven-red);
  --bs-btn-hover-bg: var(--haven-red-dark);
  --bs-btn-hover-border-color: var(--haven-red-dark);
  --bs-btn-active-bg: var(--haven-red-dark);
  --bs-btn-active-border-color: var(--haven-red-dark);
  --bs-btn-color: #fff;
}

.btn-outline-primary {
  --bs-btn-color: var(--haven-ink);
  --bs-btn-border-color: var(--haven-ink);
  --bs-btn-hover-bg: var(--haven-ink);
  --bs-btn-hover-border-color: var(--haven-ink);
  --bs-btn-hover-color: #fff;
}

.btn-gold {
  background: var(--haven-gold);
  border-color: var(--haven-gold);
  color: var(--haven-ink);
  font-weight: 900;
}

.btn-gold:hover,
.btn-gold:focus {
  background: var(--haven-gold-light);
  border-color: var(--haven-gold-light);
  color: var(--haven-ink);
}

.product-gallery-main {
  position: relative;
  overflow: hidden;
}

.product-ai-note {
  position: absolute;
  left: 1rem;
  bottom: 1rem;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  border-radius: 999px;
  padding: .35rem .65rem;
  background: rgba(17, 24, 39, .68);
  color: #fff;
  font-size: .78rem;
  font-weight: 700;
  backdrop-filter: blur(6px);
}

.product-thumb-strip {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(72px, 1fr));
  gap: .5rem;
}

.product-thumb-button {
  overflow: hidden;
  padding: 0;
  aspect-ratio: 1;
  cursor: pointer;
  background: #fff;
  border: 1px solid rgba(23, 23, 23, .18);
}

.product-thumb-button img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.product-thumb-button.active {
  border-color: var(--haven-red);
  box-shadow: 0 0 0 3px rgba(174, 32, 38, .18);
}

.listing-site-preview {
  padding: clamp(1rem, 3vw, 2rem);
  background: var(--haven-panel-grey);
  border: 1px solid var(--haven-border);
}

.btn-marketplace-listings {
  display: inline-flex;
  align-items: center;
  gap: .55rem;
  border: 2px solid var(--haven-ink);
  background: var(--haven-gold);
  color: var(--haven-ink);
  padding-inline: 1.3rem;
}

.btn-marketplace-listings:hover,
.btn-marketplace-listings:focus {
  background: var(--haven-ink);
  border-color: var(--haven-ink);
  color: #fff;
}

.btn-marketplace-listings i {
  font-size: .95rem;
}

/* -----------------------------
   Forms
----------------------------- */

.form-label {
  color: var(--haven-charcoal);
  font-size: .7rem;
  font-weight: 900;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.form-control,
.form-select {
  border-color: rgba(23, 23, 23, .22);
  padding: .82rem .9rem;
  background-color: #fff;
  color: var(--haven-ink);
}

.form-control:focus,
.form-select:focus {
  border-color: var(--haven-red);
  box-shadow: 0 0 0 .15rem rgba(143, 23, 40, .12);
}

.public-honeypot {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  margin: -1px !important;
  padding: 0 !important;
  border: 0 !important;
  overflow: hidden !important;
  clip: rect(0 0 0 0) !important;
  clip-path: inset(50%) !important;
  white-space: nowrap !important;
  opacity: 0 !important;
  pointer-events: none !important;
}

.public-check-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: .75rem;
}

.public-check-grid-compact {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.public-check-card,
.public-inline-check {
  display: flex;
  align-items: flex-start;
  gap: .65rem;
  margin: 0;
  padding: .85rem;
  border: 1px solid var(--haven-border-light);
  background: #fff;
  color: var(--haven-ink);
  font-size: .85rem;
  font-weight: 800;
  line-height: 1.25;
}

.public-inline-check {
  align-items: center;
}

.public-check-card .form-check-input,
.public-inline-check .form-check-input {
  flex: 0 0 auto;
  margin: .1rem 0 0;
}

.public-inline-check .form-check-input {
  margin-top: 0;
}

/* -----------------------------
   Hide old hero if still present
----------------------------- */

.haven-logo-hero,
.hero {
  display: none !important;
}

/* -----------------------------
   Promoted Feature Banner
----------------------------- */

.promoted-stage {
  perspective: 1400px;
}

.promoted-stage-wide,
.promoted-stage {
  width: min(100vw - 2rem, var(--haven-wide-width));
  margin-left: 50%;
  transform: translateX(-50%);
  margin-bottom: 0 !important;
}

.promoted-frame {
  position: relative;
  background: #fff;
  padding: clamp(.7rem, 1.4vw, 1.15rem);
  box-shadow:
    0 0 0 1px rgba(23, 23, 23, .08),
    0 30px 90px rgba(23, 23, 23, .2);
}

.promoted-frame::before {
  content: "";
  position: absolute;
  inset: clamp(.7rem, 1.4vw, 1.15rem);
  border: 1px solid rgba(255, 255, 255, .38);
  pointer-events: none;
  z-index: 5;
}

.promoted-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  min-height: clamp(620px, 78vh, 820px);
  overflow: hidden;
  background: #111;
  border: 0;
  box-shadow: none;
}

.promo-panel {
  position: relative;
  isolation: isolate;
  min-height: clamp(620px, 78vh, 820px);
  overflow: hidden;
  color: #fff;
  text-decoration: none;
  border-right: 1px solid rgba(255, 255, 255, .22);
  transform-style: preserve-3d;
  transition:
    transform .7s cubic-bezier(.2,.8,.2,1),
    filter .45s ease;
}

.promo-panel:last-child {
  border-right: 0;
}

.promo-panel:hover,
.promo-panel.is-active {
  color: #fff;
  z-index: 3;
}

.promo-media,
.promo-media img,
.promo-media video,
.promo-placeholder {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.promo-media img,
.promo-media video {
  object-fit: cover;
  transform: scale(1.02);
  transition: transform 1.1s cubic-bezier(.2,.8,.2,1), filter .8s ease;
}

.promo-panel::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 2;
  background:
    linear-gradient(180deg, rgba(0,0,0,.06), rgba(0,0,0,.78)),
    linear-gradient(90deg, rgba(0,0,0,.22), transparent 55%);
}

.promo-placeholder {
  background:
    radial-gradient(circle at 30% 20%, rgba(185, 138, 47, .35), transparent 26rem),
    linear-gradient(135deg, var(--haven-red-dark), var(--haven-charcoal));
}

.promo-copy {
  position: absolute;
  left: clamp(1rem, 2vw, 2rem);
  right: clamp(1rem, 2vw, 2rem);
  bottom: clamp(1.25rem, 2.5vw, 2.5rem);
  z-index: 4;
  transform: translateY(18px);
  transition: transform .5s ease;
}

.promo-badge {
  display: inline-flex;
  align-items: center;
  gap: .5rem;
  width: fit-content;
  padding: .45rem .7rem;
  color: #fff;
  font-size: .66rem;
  font-weight: 900;
  letter-spacing: .14em;
  text-transform: uppercase;
  background: rgba(0, 0, 0, .38);
  border: 1px solid rgba(255, 255, 255, .42);
  backdrop-filter: blur(6px);
}

.promo-ai {
  border-left: 1px solid rgba(255, 255, 255, .4);
  padding-left: .5rem;
}

.promo-copy h2 {
  margin: 1rem 0 .7rem;
  color: #fff;
  font-size: clamp(1.65rem, 3vw, 3.5rem);
  line-height: .95;
  letter-spacing: -.06em;
  font-weight: 900;
  text-shadow: 0 4px 24px rgba(0,0,0,.35);
}

.promo-subtitle,
.promo-body {
  max-width: 28rem;
  color: rgba(255,255,255,.82);
  margin: 0;
}

.promo-body {
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  transition: max-height .45s ease, opacity .45s ease, margin-top .45s ease;
}

.promo-link {
  display: inline-block;
  margin-top: 1rem;
  color: #fff;
  font-size: .7rem;
  font-weight: 900;
  letter-spacing: .14em;
  text-transform: uppercase;
  border-bottom: 1px solid currentColor;
}

.promo-panel:hover .promo-media img,
.promo-panel:hover .promo-media video,
.promo-panel.is-active .promo-media img,
.promo-panel.is-active .promo-media video {
  transform: scale(1.12);
  filter: saturate(1.05) contrast(1.04);
}

.promo-panel:hover .promo-copy,
.promo-panel.is-active .promo-copy {
  transform: translateY(0);
}

.promo-panel:hover .promo-body,
.promo-panel.is-active .promo-body {
  max-height: 8rem;
  opacity: 1;
  margin-top: .55rem;
}

/* Subtle panel effects */
.promo-effect-flip:hover,
.promo-effect-flip.is-active {
  transform: translateY(-8px);
}

.promo-effect-swipe:hover,
.promo-effect-swipe.is-active {
  transform: translateX(-4px);
}

.promo-effect-twist:hover,
.promo-effect-twist.is-active {
  transform: translateY(-8px) skewY(-.8deg);
}

.promo-effect-zoom:hover,
.promo-effect-zoom.is-active {
  transform: scale(1.025);
}

/* -----------------------------
   Overlapping AI Search
----------------------------- */

.haven-search-overlap {
  position: relative;
  z-index: 10;
  margin-top: clamp(-5.8rem, -7vw, -4rem);
  margin-bottom: clamp(3rem, 6vw, 5rem);
}

.haven-search-standard {
  position: relative;
  z-index: 10;
  margin-top: 0;
  margin-bottom: clamp(2rem, 4vw, 3.5rem);
}

.haven-search-panel {
  width: min(1180px, calc(100vw - 2rem));
  margin-inline: auto;
  background: rgba(255, 255, 255, .97);
  border: 1px solid rgba(23, 23, 23, .14);
  box-shadow:
    0 22px 70px rgba(23, 23, 23, .18),
    inset 0 1px 0 rgba(255,255,255,.9);
  padding: clamp(1.25rem, 3vw, 2.5rem);
}

.haven-search-heading {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 420px);
  gap: clamp(1rem, 3vw, 3rem);
  align-items: end;
  margin-bottom: 1.5rem;
}

.haven-search-heading .section-kicker {
  grid-column: 1 / -1;
  margin-bottom: 0;
}

.haven-search-heading h1 {
  margin: 0;
  max-width: 760px;
  font-size: clamp(2rem, 4.8vw, 4.6rem);
  line-height: .92;
  letter-spacing: -.07em;
  font-weight: 900;
}

.haven-search-heading p {
  margin: 0;
  color: var(--haven-grey);
  font-size: 1rem;
  line-height: 1.6;
}

.haven-ai-search-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  border: 1px solid rgba(23, 23, 23, .22);
  background: #fff;
}

.haven-main-search {
  min-height: 64px;
  border: 0 !important;
  box-shadow: none !important;
  font-size: clamp(1rem, 1.7vw, 1.25rem);
  padding-inline: 1.2rem;
}

.haven-search-btn {
  min-width: 150px;
  border-top: 0 !important;
  border-bottom: 0 !important;
  border-right: 0 !important;
}

.haven-filter-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr)) auto;
  gap: .75rem;
  align-items: end;
}

.haven-filter-actions {
  display: flex;
  gap: .5rem;
}

.haven-search-prompts {
  display: flex;
  flex-wrap: wrap;
  gap: .45rem;
}

.haven-prompt-chip {
  border: 1px solid rgba(23, 23, 23, .18);
  background: #fff;
  color: var(--haven-ink);
  padding: .55rem .75rem;
  font-size: .68rem;
  font-weight: 900;
  letter-spacing: .1em;
  text-transform: uppercase;
  transition: background .18s ease, color .18s ease, border-color .18s ease;
}

.haven-prompt-chip:hover {
  background: var(--haven-ink);
  color: #fff;
  border-color: var(--haven-ink);
}

/* Legacy filter-chip support */
.filter-chip-row {
  display: flex;
  flex-wrap: wrap;
  gap: .45rem;
}

.filter-chip {
  display: inline-flex;
  align-items: center;
  gap: .45rem;
  border: 1px solid rgba(23, 23, 23, .2);
  padding: .55rem .75rem;
  color: var(--haven-ink);
  background: #fff;
  text-decoration: none;
  font-size: .68rem;
  font-weight: 900;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.filter-chip:hover,
.filter-chip.active {
  color: #fff;
  background: var(--haven-red);
  border-color: var(--haven-red);
}

.filter-chip span {
  display: inline-flex;
  min-width: 1.3rem;
  height: 1.3rem;
  align-items: center;
  justify-content: center;
  background: rgba(0,0,0,.08);
  font-size: .66rem;
}

/* -----------------------------
   Platform Promotion Section
----------------------------- */

.haven-platform-section {
  padding-top: clamp(1rem, 3vw, 2rem);
}

.haven-platform-intro {
  display: grid;
  grid-template-columns: 260px minmax(0, 1fr);
  gap: clamp(1rem, 4vw, 4rem);
  align-items: start;
  margin-bottom: 2rem;
  border-top: 1px solid rgba(23, 23, 23, .18);
  padding-top: 2rem;
}

.haven-platform-intro h2 {
  max-width: 980px;
  margin: 0;
  font-size: clamp(2rem, 4vw, 4.4rem);
  line-height: .95;
  letter-spacing: -.07em;
  font-weight: 900;
}

.haven-platform-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border-top: 1px solid rgba(23, 23, 23, .18);
  border-left: 1px solid rgba(23, 23, 23, .18);
}

.haven-platform-card {
  min-height: 270px;
  padding: clamp(1.25rem, 2.4vw, 2rem);
  border-right: 1px solid rgba(23, 23, 23, .18);
  border-bottom: 1px solid rgba(23, 23, 23, .18);
  background: #fff;
  transition: background .2s ease, color .2s ease;
}

.haven-platform-card:hover {
  background: var(--haven-ink);
  color: #fff;
}

.haven-platform-card span {
  display: block;
  margin-bottom: 2rem;
  color: var(--haven-red);
  font-size: .8rem;
  font-weight: 900;
  letter-spacing: .12em;
}

.haven-platform-card:hover span,
.haven-platform-card:hover p {
  color: rgba(255,255,255,.72);
}

.haven-platform-card h3 {
  max-width: 15rem;
  color: inherit;
  font-size: clamp(1.25rem, 2vw, 1.8rem);
  font-weight: 900;
  letter-spacing: -.04em;
}

.haven-platform-card p {
  margin-top: 1rem;
  color: var(--haven-grey);
  line-height: 1.55;
}

/* -----------------------------
   Dress Me Section
----------------------------- */

.haven-dressme-section {
  display: grid;
  grid-template-columns: minmax(0, .95fr) minmax(360px, .75fr);
  gap: clamp(1rem, 4vw, 4rem);
  align-items: stretch;
  padding: clamp(2rem, 5vw, 4rem);
  background:
    radial-gradient(circle at top right, rgba(185, 138, 47, .18), transparent 22rem),
    linear-gradient(135deg, var(--haven-red-dark), var(--haven-ink));
  color: #fff;
  box-shadow: 0 28px 80px rgba(23, 23, 23, .18);
}

.haven-dressme-copy h2 {
  color: #fff;
  font-size: clamp(2.6rem, 6vw, 6rem);
  line-height: .86;
  letter-spacing: -.08em;
  font-weight: 900;
  margin-bottom: 1.25rem;
}

.haven-dressme-copy p {
  max-width: 760px;
  color: rgba(255,255,255,.76);
  font-size: 1.05rem;
  line-height: 1.7;
}

.haven-dressme-actions {
  display: flex;
  flex-wrap: wrap;
  gap: .75rem;
  margin-top: 2rem;
}

.haven-dressme-section .btn-outline-primary {
  --bs-btn-color: #fff;
  --bs-btn-border-color: rgba(255,255,255,.72);
  --bs-btn-hover-bg: #fff;
  --bs-btn-hover-border-color: #fff;
  --bs-btn-hover-color: var(--haven-ink);
}

.haven-dressme-panel {
  display: grid;
  gap: 1rem;
  align-content: center;
}

.dressme-card {
  background: rgba(255,255,255,.1);
  border: 1px solid rgba(255,255,255,.22);
  padding: 1.5rem;
}

.dressme-card-main p {
  margin: 0;
  color: #fff;
  font-size: clamp(1.2rem, 2vw, 1.8rem);
  line-height: 1.25;
  letter-spacing: -.04em;
  font-weight: 800;
}

.dressme-label {
  margin-bottom: 1rem;
  color: var(--haven-gold-light);
  font-size: .72rem;
  font-weight: 900;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.dressme-flow {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  border-top: 1px solid rgba(255,255,255,.18);
  border-left: 1px solid rgba(255,255,255,.18);
}

.dressme-flow div {
  padding: 1rem;
  border-right: 1px solid rgba(255,255,255,.18);
  border-bottom: 1px solid rgba(255,255,255,.18);
  color: rgba(255,255,255,.8);
  font-size: .76rem;
  font-weight: 900;
  letter-spacing: .1em;
  text-transform: uppercase;
}

/* -----------------------------
   Products
----------------------------- */

#products {
  padding-top: 1rem;
}

#products h2,
.haven-section h2 {
  font-weight: 900;
  letter-spacing: -.04em;
}

.product-card {
  border: 0;
  background: transparent;
  box-shadow: none;
}

.product-card:hover {
  transform: none;
  box-shadow: none;
}

.product-image-link {
  position: relative;
  display: block;
  overflow: hidden;
  background: #f1f1f1;
  border: 1px solid rgba(23, 23, 23, .08);
  color: inherit;
}

.product-image,
.product-card .card-img-top,
.placeholder-image {
  aspect-ratio: 3 / 4;
  width: 100%;
  object-fit: cover;
  transition: transform .55s ease, filter .55s ease;
}

.placeholder-image {
  background:
    linear-gradient(135deg, rgba(185, 138, 47, .1), rgba(143, 23, 40, .08)),
    #f2f2f2;
}

.product-hover-layer {
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  background: rgba(23, 23, 23, .28);
  color: #fff;
  opacity: 0;
  transition: opacity .24s ease;
}

.product-hover-layer span {
  padding: .75rem 1rem;
  background: #fff;
  color: var(--haven-ink);
  font-size: .7rem;
  font-weight: 900;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.product-image-link:hover .product-image {
  transform: scale(1.07);
  filter: saturate(1.02);
}

.product-image-link:hover .product-hover-layer {
  opacity: 1;
}

.product-card .card-body {
  padding: 1rem 0 0 !important;
  background: transparent;
}

.product-card h3 {
  color: var(--haven-ink);
  font-size: .96rem;
  font-weight: 900;
  letter-spacing: -.01em;
}

.product-summary {
  color: var(--haven-grey);
  font-size: .9rem;
  min-height: 3.6em;
}

.price {
  color: var(--haven-ink);
  font-size: .96rem;
}

.sale-product-badge {
  position: absolute;
  top: .75rem;
  left: .75rem;
  z-index: 2;
  max-width: calc(100% - 1.5rem);
  padding: .45rem .7rem;
  color: #fff;
  box-shadow: 0 3px 12px rgba(0, 0, 0, .18);
  font-size: .68rem;
  font-weight: 900;
  letter-spacing: .08em;
  line-height: 1;
  text-transform: uppercase;
}

.sale-original-price {
  margin-right: .35rem;
  color: var(--haven-grey);
  font-size: .82em;
  font-weight: 600;
  text-decoration: line-through;
}

.sale-current-price {
  color: var(--haven-red-dark);
  font-weight: 900;
}

.product-load-more-card {
  min-height: 100%;
  background: var(--haven-red);
  color: #fff;
}

.product-load-more-inner {
  display: grid;
  place-items: center;
  align-content: center;
  gap: 1rem;
  min-height: 100%;
  aspect-ratio: 3 / 4;
  padding: 2rem;
  text-align: center;
}

.product-load-more-card h3 {
  max-width: 12rem;
  color: #fff;
  font-size: 1.35rem;
}

.product-load-more-card .btn-light {
  color: var(--haven-red);
  background: #fff;
  border-color: #fff;
}

.range-promotion-card {
  overflow: hidden;
  border: 0;
  color: #fff;
  background: var(--haven-red-dark);
}

.range-promotion-visual {
  position: relative;
  display: flex;
  min-height: 100%;
  aspect-ratio: 3 / 4;
  padding: 2rem;
  background:
    linear-gradient(155deg, rgba(244, 197, 66, .25), transparent 48%),
    linear-gradient(20deg, var(--haven-red-dark), var(--haven-red));
  background-position: center;
  background-size: cover;
}

.range-promotion-visual::before {
  content: "";
  position: absolute;
  inset: 1rem;
  z-index: 2;
  border: 1px solid rgba(255, 255, 255, .35);
  pointer-events: none;
}

.range-promotion-image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.range-promotion-visual.has-image::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(180deg, rgba(23, 23, 23, .08), rgba(23, 23, 23, .86));
}

.range-promotion-content {
  position: relative;
  z-index: 3;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-end;
  width: 100%;
}

.range-promotion-kicker {
  margin-bottom: .8rem;
  color: var(--haven-gold-light);
  font-size: .66rem;
  font-weight: 900;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.range-promotion-card h3 {
  max-width: 14rem;
  margin-bottom: .75rem;
  color: #fff;
  font-size: clamp(1.6rem, 3vw, 2.3rem);
  font-weight: 900;
  letter-spacing: -.04em;
}

.range-promotion-card p {
  max-width: 22rem;
  color: rgba(255, 255, 255, .82);
  font-size: .86rem;
}

.catalog-range-filter-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: .8rem;
}

.range-filter-card {
  min-width: 0;
  box-shadow: 0 .45rem 1.2rem rgba(23, 23, 23, .12);
}

.range-filter-card.is-active {
  outline: 4px solid var(--haven-gold);
  outline-offset: 2px;
}

.range-filter-card .range-promotion-visual {
  min-height: 0;
  aspect-ratio: 4 / 5;
  padding: 1.1rem;
  color: #fff;
  text-decoration: none;
}

.range-filter-card .range-promotion-visual::before {
  inset: .55rem;
}

.range-filter-card .range-promotion-content .h3 {
  display: block;
  max-width: 100%;
  margin-bottom: .35rem;
  color: #fff;
  font-size: clamp(1.15rem, 2vw, 1.7rem);
  font-weight: 900;
  letter-spacing: -.035em;
}

.range-filter-count {
  color: rgba(255, 255, 255, .86);
  font-size: .76rem;
  font-weight: 800;
}

@media (max-width: 1199.98px) {
  .catalog-range-filter-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 767.98px) {
  .catalog-range-filter-grid {
    grid-auto-columns: minmax(170px, 58vw);
    grid-auto-flow: column;
    grid-template-columns: none;
    overflow-x: auto;
    padding: .2rem .15rem .8rem;
    scroll-snap-type: x mandatory;
  }

  .range-filter-card {
    scroll-snap-align: start;
  }
}

@media (max-width: 991.98px) {
  .launch-campaign-countdown-inner {
    grid-template-columns: 1fr auto;
  }

  .launch-campaign-cta {
    display: none;
  }
}

@media (max-width: 767.98px) {
  .launch-campaign-countdown-inner {
    grid-template-columns: 1fr;
    gap: .65rem;
  }

  .launch-countdown > span {
    flex: 1;
    min-width: 0;
  }
}

@media (prefers-reduced-motion: reduce) {
  .launch-campaign-marquee-track {
    animation: none;
  }

  .launch-campaign-marquee-set[aria-hidden="true"] {
    display: none;
  }
}

.product-load-more-card .btn-light:hover,
.product-load-more-card .btn-light:focus {
  color: #fff;
  background: var(--haven-ink);
  border-color: var(--haven-ink);
}

.product-currency {
  font-size: .9rem;
}

.catalog-status {
  min-height: 1.5rem;
  font-size: .92rem;
}

.catalog-layout {
  display: grid;
  grid-template-columns: minmax(220px, 280px) minmax(0, 1fr);
  gap: clamp(1.5rem, 3vw, 2.5rem);
  align-items: start;
}

.catalog-sidebar {
  position: sticky;
  top: 6.5rem;
}

.catalog-sidebar-inner {
  border: 1px solid rgba(23, 23, 23, .12);
  background: rgba(255, 255, 255, .92);
  padding: 1rem;
}

.catalog-sidebar-heading {
  display: grid;
  gap: .75rem;
  margin-bottom: .75rem;
}

.catalog-accordion .accordion-item {
  border: 0;
  border-top: 1px solid rgba(23, 23, 23, .1);
  background: transparent;
}

.catalog-accordion .accordion-button {
  gap: .75rem;
  justify-content: space-between;
  padding: .9rem 0;
  background: transparent;
  color: var(--haven-ink);
  box-shadow: none;
  font-size: .78rem;
  font-weight: 900;
  letter-spacing: .06em;
  text-transform: uppercase;
}

.catalog-accordion .accordion-button::after {
  margin-left: .5rem;
}

.catalog-accordion .accordion-body {
  padding: 0 0 .9rem;
}

.catalog-link,
.catalog-chip {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: .75rem;
  color: var(--haven-ink);
  text-decoration: none;
}

.catalog-link {
  padding: .45rem .55rem;
  font-size: .88rem;
}

.catalog-link:hover,
.catalog-link:focus,
.catalog-link.is-active {
  background: rgba(143, 23, 40, .08);
  color: var(--haven-red);
}

.catalog-count {
  color: var(--haven-grey);
  font-size: .74rem;
  font-weight: 800;
}

.catalog-category-list {
  display: grid;
  gap: .1rem;
  margin-top: .35rem;
}

.catalog-category-group {
  border-left: 2px solid rgba(143, 23, 40, .12);
  padding-left: .25rem;
}

.catalog-tree-legend {
  display: flex;
  flex-wrap: wrap;
  gap: .3rem;
  color: var(--haven-grey);
  font-size: .68rem;
  font-weight: 800;
  letter-spacing: .05em;
  text-transform: uppercase;
}

.catalog-category-link {
  font-weight: 750;
}

.catalog-range-list {
  display: grid;
  gap: .05rem;
  margin: 0 0 .3rem .6rem;
}

.catalog-range-link {
  padding-block: .3rem;
  color: var(--haven-grey);
  font-size: .79rem;
}

.catalog-tree-mark {
  display: inline-block;
  margin-right: .35rem;
  color: rgba(143, 23, 40, .55);
}

.catalog-quick-filters {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: .35rem;
  margin: .55rem 0 .4rem;
}

.catalog-chip {
  justify-content: center;
  flex-direction: column;
  min-height: 3rem;
  border: 1px solid rgba(23, 23, 23, .12);
  padding: .45rem .25rem;
  font-size: .72rem;
  font-weight: 900;
  text-align: center;
  text-transform: uppercase;
}

.catalog-chip span + span {
  color: var(--haven-grey);
  font-size: .7rem;
}

.catalog-chip:hover,
.catalog-chip:focus,
.catalog-chip.is-active {
  border-color: var(--haven-red);
  color: var(--haven-red);
}

.haven-floating-actions {
  position: fixed;
  left: 1rem;
  bottom: 1rem;
  z-index: 1040;
  display: grid;
  gap: .55rem;
}

.haven-floating-action {
  display: grid;
  place-items: center;
  width: 2.75rem;
  height: 2.75rem;
  border: 1px solid rgba(23, 23, 23, .18);
  background: rgba(255, 255, 255, .96);
  color: var(--haven-ink);
  text-decoration: none;
  box-shadow: 0 12px 28px rgba(23, 23, 23, .12);
}

.haven-floating-action:hover,
.haven-floating-action:focus {
  background: var(--haven-red);
  border-color: var(--haven-red);
  color: #fff;
}

.haven-floating-action i {
  font-size: 1.1rem;
}

@media (max-width: 991.98px) {
  .catalog-layout {
    grid-template-columns: 1fr;
  }
}

/* -----------------------------
   General Content Sections
----------------------------- */

.haven-section {
  padding-block: clamp(1rem, 3vw, 2.5rem);
}

.haven-feature-card,
.haven-mini-card,
.haven-contact-box,
.haven-partner-card {
  border: 1px solid var(--haven-border);
  background: #fff;
  box-shadow: var(--haven-shadow-soft);
}

.haven-feature-card,
.haven-contact-box {
  padding: clamp(1.5rem, 3vw, 3rem);
}

.haven-feature-card p,
.haven-mini-card p {
  color: var(--haven-grey);
}

.haven-mini-card {
  padding: 1.4rem;
  transition: background .2s ease, color .2s ease;
}

.haven-mini-card:hover {
  background: var(--haven-ink);
  color: #fff;
}

.haven-mini-card:hover p {
  color: rgba(255,255,255,.72);
}

.haven-mini-card:hover .haven-card-icon,
.haven-driver-tile:hover .haven-card-icon {
  border-color: rgba(255, 255, 255, .34);
  background: rgba(255, 255, 255, .14);
  color: #fff;
}

.haven-mini-card h3 {
  color: inherit;
  font-size: 1.05rem;
  font-weight: 900;
}

.haven-app-preview-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(300px, 420px);
  gap: clamp(1.5rem, 5vw, 5rem);
  align-items: center;
  border-top: 1px solid var(--haven-border);
  padding-top: clamp(1.5rem, 4vw, 3rem);
}

.haven-phone-preview {
  display: flex;
  justify-content: center;
}

.haven-phone-shell {
  width: min(100%, 340px);
  aspect-ratio: 9 / 18.5;
  padding: .85rem;
  border: 1px solid rgba(23, 23, 23, .22);
  background: var(--haven-ink);
  box-shadow: 0 26px 70px rgba(23, 23, 23, .2);
}

.haven-phone-status {
  width: 34%;
  height: .45rem;
  margin: 0 auto .75rem;
  background: rgba(255, 255, 255, .2);
}

.haven-phone-screen {
  display: grid;
  grid-template-rows: auto auto 1fr 1fr auto;
  gap: .75rem;
  height: calc(100% - 1.2rem);
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, .12);
  padding: 1rem;
  color: #fff;
}

.havengo-phone-screen {
  background:
    linear-gradient(155deg, #0d3c3a 0%, #102226 46%, #121212 100%);
}

.ourtable-phone-screen {
  background:
    linear-gradient(155deg, #235f52 0%, #3f2230 52%, #121212 100%);
}

.haven-phone-topline,
.haven-phone-actions {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.haven-phone-topline {
  color: rgba(255, 255, 255, .78);
  font-size: .78rem;
  font-weight: 900;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.haven-phone-hero,
.haven-phone-card {
  border: 1px solid rgba(255, 255, 255, .16);
  background: rgba(255, 255, 255, .1);
  padding: 1rem;
}

.haven-phone-hero {
  display: grid;
  align-content: end;
  min-height: 7rem;
}

.haven-phone-hero strong {
  font-size: clamp(1.55rem, 8vw, 2.3rem);
  line-height: .95;
  letter-spacing: -.04em;
}

.haven-phone-hero span,
.haven-phone-card span,
.haven-phone-card small {
  color: rgba(255, 255, 255, .72);
}

.haven-phone-card {
  display: grid;
  align-content: center;
  gap: .25rem;
  min-height: 5.2rem;
}

.haven-phone-card small {
  font-size: .68rem;
  font-weight: 900;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.haven-phone-card strong {
  font-size: 1rem;
}

.haven-phone-actions span {
  width: 29%;
  height: .55rem;
  background: rgba(255, 255, 255, .22);
}

.haven-red-card {
  background: var(--haven-red);
  color: #fff;
}

.haven-red-card h2,
.haven-red-card .section-kicker,
.haven-red-card p {
  color: #fff;
}

.haven-red-card p {
  opacity: .82;
}

.haven-gold-card {
  background: var(--haven-gold);
  color: var(--haven-ink);
}

.haven-gold-card h2,
.haven-gold-card .section-kicker {
  color: var(--haven-ink);
}

.haven-gold-card p {
  color: rgba(23, 23, 23, .72);
}

.haven-card-icon {
  display: inline-flex;
  width: 2.75rem;
  height: 2.75rem;
  align-items: center;
  justify-content: center;
  margin-bottom: 1rem;
  border: 1px solid rgba(143, 23, 40, .22);
  background: var(--haven-red-soft);
  color: var(--haven-red);
  font-size: 1.35rem;
  line-height: 1;
}

.haven-red-card .haven-card-icon,
.haven-dark-card .haven-card-icon {
  border-color: rgba(255, 255, 255, .38);
  background: rgba(255, 255, 255, .14);
  color: #fff;
}

.haven-gold-card .haven-card-icon {
  border-color: rgba(23, 23, 23, .18);
  background: rgba(255, 255, 255, .45);
  color: var(--haven-ink);
}

.haven-dark-card {
  border: 0;
  color: #fff;
  background:
    radial-gradient(circle at top right, rgba(244, 197, 66, .22), transparent 22rem),
    var(--haven-ink);
  box-shadow: var(--haven-shadow);
}

.haven-dark-card h2,
.haven-dark-card .section-kicker {
  color: #fff;
}

.haven-dark-card p {
  color: rgba(255,255,255,.76);
}

/* Partner checklist */
.haven-check-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1px;
  background: var(--haven-border);
  border: 1px solid var(--haven-border);
}

.haven-check-grid div {
  display: flex;
  align-items: center;
  gap: .75rem;
  min-height: 4.1rem;
  background: #fff;
  padding: .9rem 1rem;
  font-size: .85rem;
  font-weight: 900;
  line-height: 1.2;
}

.haven-check-grid i {
  display: inline-flex;
  flex: 0 0 auto;
  width: 2.1rem;
  height: 2.1rem;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(143, 23, 40, .18);
  background: var(--haven-red-soft);
  color: var(--haven-red);
  font-size: 1rem;
  line-height: 1;
}

.haven-check-grid-dark {
  background: rgba(255, 255, 255, .22);
  border-color: rgba(255, 255, 255, .22);
}

.haven-check-grid-dark div {
  background: rgba(255, 255, 255, .08);
  color: #fff;
}

.haven-check-grid-dark i {
  border-color: rgba(255, 255, 255, .24);
  background: rgba(255, 255, 255, .12);
  color: var(--haven-gold-light);
}

/* Driver tiles */
.haven-driver-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1px;
  background: var(--haven-border);
  border: 1px solid var(--haven-border);
}

.haven-driver-tile {
  min-height: 180px;
  display: flex;
  flex-direction: column;
  justify-content: end;
  padding: 1.5rem;
  background: #fff;
  color: var(--haven-ink);
  transition: background .2s ease, color .2s ease;
}

.haven-driver-tile:hover {
  background: var(--haven-ink);
  color: #fff;
}

.haven-driver-tile strong {
  font-size: 1.2rem;
  font-weight: 900;
}

.haven-driver-tile span {
  color: inherit;
  opacity: .72;
}

/* Impact / launch notes */
.launch-note {
  background: #fff;
  border: 1px solid var(--haven-border);
  box-shadow: var(--haven-shadow-soft);
}

.badge-soft,
.status-pill {
  display: inline-flex;
  align-items: center;
  padding: .45rem .65rem;
  background: var(--haven-red-soft);
  border: 1px solid rgba(143, 23, 40, .22);
  color: var(--haven-red-dark);
  font-size: .68rem;
  font-weight: 900;
  letter-spacing: .08em;
  text-transform: uppercase;
}

/* -----------------------------
   Product Detail
----------------------------- */

.gallery-image,
.gallery-thumb {
  aspect-ratio: 4 / 3;
  object-fit: contain;
  background: #fff;
}

.product-description {
  white-space: pre-line;
}

.product-promo-strip {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: .75rem;
}

.product-promo-card {
  display: grid;
  grid-template-columns: 120px 1fr;
  gap: 1rem;
  align-items: center;
  min-height: 120px;
  padding: .75rem;
  color: var(--haven-ink);
  text-decoration: none;
  background: #fff;
  border: 1px solid var(--haven-border);
  box-shadow: var(--haven-shadow-soft);
  transition: background .2s ease, color .2s ease;
}

.product-promo-card:hover {
  background: var(--haven-ink);
  color: #fff;
}

.product-promo-card img {
  width: 120px;
  height: 100px;
  object-fit: cover;
}

/* -----------------------------
   Footer
----------------------------- */

.footer-card {
  background: #fff;
  border: 1px solid var(--haven-border);
  box-shadow: var(--haven-shadow-soft);
}

/* -----------------------------
   Utility Overrides
----------------------------- */

.shadow-sm {
  box-shadow: var(--haven-shadow-soft) !important;
}

.border-0 {
  border: 0 !important;
}

/* -----------------------------
   About Page
----------------------------- */

.about-hero-title {
  max-width: 1060px;
  margin-bottom: 1.2rem;
}

.about-hero-script.display-1 {
  display: block;
  color: var(--brand-burgundy);
  font-family: "Playfair Display", Georgia, serif;
  font-size: 5rem;
  font-weight: 500;
  font-style: italic;
  letter-spacing: -.035em;
  line-height: .95;
}

.about-hero-focus {
  display: block;
  margin-top: .65rem;
  color: var(--haven-ink);
  font-size: 2.35rem;
  font-weight: 900;
  letter-spacing: 0;
  line-height: 1.08;
}

.about-hero-copy {
  max-width: 980px;
}

.about-hero-copy p {
  margin-bottom: 1rem;
}

.about-hero-card {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.about-hero-card-copy {
  color: var(--haven-ink) !important;
  font-size: 1.35rem;
  font-weight: 900;
  line-height: 1.35;
}

.about-hero-standout {
  color: var(--haven-red);
  font-size: 1.45rem;
  font-weight: 900;
  line-height: 1.25;
}

.about-location-map {
  display: block;
  overflow: hidden;
  border: 1px solid var(--haven-border);
  background: #fff;
  color: var(--haven-ink);
  text-decoration: none;
  box-shadow: var(--haven-shadow-soft);
}

.about-location-map img {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
}

.about-location-map span {
  display: block;
  padding: .9rem 1rem;
  color: var(--haven-red);
  font-size: .72rem;
  font-weight: 900;
  letter-spacing: .1em;
  text-transform: uppercase;
}

/* -----------------------------
   Responsive
----------------------------- */

@media (max-width: 1199px) {
  .nav-link {
    font-size: .68rem;
    padding-inline: .55rem !important;
  }
}

@media (max-width: 991px) {
  html {
    scroll-padding-top: 76px;
  }

  .navbar-nav {
    align-items: stretch !important;
  }

  .nav-link {
    padding-block: .75rem;
  }

  .nav-link::after {
    display: none;
  }

  .about-hero-script.display-1 {
    font-size: 4rem;
  }

  .about-hero-focus {
    font-size: 1.9rem;
  }

  .about-hero-standout {
    font-size: 1.28rem;
  }

  .public-subnav-bar,
  .about-subnav-bar {
    top: 69px;
  }

  .public-subnav-bar ~ main section[id],
  .about-subnav-bar ~ main section[id] {
    scroll-margin-top: 145px;
  }

  .about-hero-card-copy {
    font-size: 1.22rem;
  }

  .brand-editorial-hero,
  .brand-editorial-hero-reverse,
  .software-editorial-hero,
  .brand-split-panel,
  .software-base-grid {
    grid-template-columns: 1fr;
  }

  .brand-editorial-image,
  .software-visual {
    min-height: 480px;
  }

  .partnership-step-grid,
  .partnership-step-grid-four {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .brand-proof-strip {
    grid-template-columns: 1fr;
  }

  .brand-proof-strip > div {
    border-right: 0;
    border-bottom: 1px solid rgba(43, 43, 43, .13);
  }

  .brand-proof-strip > div:last-child { border-bottom: 0; }

  .promoted-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    min-height: auto;
  }

  .promo-panel {
    min-height: 480px;
  }

  .haven-search-heading {
    grid-template-columns: 1fr;
  }

  .haven-filter-grid {
    grid-template-columns: 1fr;
  }

  .haven-filter-actions {
    flex-wrap: wrap;
  }

  .haven-platform-intro {
    grid-template-columns: 1fr;
  }

  .haven-platform-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .haven-dressme-section {
    grid-template-columns: 1fr;
  }

  .haven-app-preview-grid {
    grid-template-columns: 1fr;
  }

  .haven-check-grid,
  .haven-driver-grid {
    grid-template-columns: 1fr;
  }

  .public-check-grid,
  .public-check-grid-compact {
    grid-template-columns: 1fr;
  }

  .product-promo-strip {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 575px) {
  main.container {
    padding-inline: .85rem;
  }

  .public-scroll-nav-list,
  .about-scroll-nav-list {
    padding-block: .5rem;
  }

  .public-scroll-nav-list a,
  .about-scroll-nav-list a {
    min-height: 38px;
    padding: .55rem .65rem;
    font-size: .66rem;
  }

  .about-hero-script.display-1 {
    font-size: 3.2rem;
  }

  .about-hero-focus {
    font-size: 1.45rem;
  }

  .about-hero-standout {
    font-size: 1.12rem;
  }

  .public-subnav-bar,
  .about-subnav-bar {
    top: 65px;
  }

  .public-subnav-bar ~ main section[id],
  .about-subnav-bar ~ main section[id] {
    scroll-margin-top: 138px;
  }

  .about-hero-card-copy {
    font-size: 1.08rem;
  }

  .brand-editorial-copy {
    padding: 2rem 1.35rem;
  }

  .brand-editorial-copy h1 {
    font-size: 3rem;
  }

  .brand-editorial-image,
  .software-visual {
    min-height: 360px;
  }

  .brand-editorial-image figcaption {
    right: .8rem;
    bottom: .8rem;
    max-width: calc(100% - 1.6rem);
  }

  .partnership-step-grid,
  .partnership-step-grid-four,
  .brand-category-grid,
  .brand-principles-grid {
    grid-template-columns: 1fr;
  }

  .partnership-step-grid li {
    min-height: auto;
  }

  .partnership-step-grid h3 {
    margin-top: 1.4rem;
  }

  .about-editorial-figure img {
    min-height: 300px;
  }

  .promoted-stage-wide,
  .promoted-stage {
    width: calc(100vw - 1rem);
  }

  .promoted-frame {
    margin-inline: 0;
    padding: .55rem;
  }

  .promoted-grid {
    grid-template-columns: 1fr;
  }

  .promo-panel {
    min-height: 430px;
  }

  .promo-copy h2 {
    font-size: 2rem;
  }

  .haven-search-overlap {
    margin-top: -3rem;
  }

  .haven-search-panel {
    width: calc(100vw - 1rem);
    padding: 1rem;
  }

  .haven-search-heading h1 {
    font-size: 2.3rem;
  }

  .haven-ai-search-row {
    grid-template-columns: 1fr;
  }

  .haven-search-btn {
    width: 100%;
    border-left: 0 !important;
    border-top: 1px solid rgba(23, 23, 23, .18) !important;
  }

  .haven-platform-grid {
    grid-template-columns: 1fr;
  }

  .haven-platform-card {
    min-height: 220px;
  }

  .haven-dressme-section {
    padding: 1.5rem;
  }

  .haven-phone-shell {
    width: min(100%, 300px);
  }

  .haven-phone-screen {
    padding: .85rem;
  }

  .haven-dressme-copy h2 {
    font-size: 3rem;
  }

  .dressme-flow {
    grid-template-columns: 1fr;
  }

  .product-promo-card {
    grid-template-columns: 90px 1fr;
  }

  .product-promo-card img {
    width: 90px;
    height: 82px;
  }
}

/* -----------------------------
   Analytics consent
----------------------------- */

.haven-consent {
  position: fixed;
  z-index: 1090;
  right: 1rem;
  bottom: 1rem;
  left: 1rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
  max-width: 980px;
  margin-inline: auto;
  padding: 1.15rem 1.25rem;
  color: #fff;
  background: #171717;
  border: 1px solid rgba(255, 255, 255, .2);
  border-radius: 1rem;
  box-shadow: 0 18px 55px rgba(0, 0, 0, .28);
}

.about-editorial-figure {
  display: grid;
  grid-template-rows: minmax(0, 1fr) auto;
  margin: 0;
  overflow: hidden;
  background: var(--brand-cream);
  border: 1px solid rgba(122, 30, 35, .18);
}

.about-editorial-figure img {
  width: 100%;
  height: 100%;
  min-height: 390px;
  object-fit: cover;
}

.about-editorial-figure figcaption {
  padding: 1.25rem 1.35rem 1.4rem;
  background: var(--brand-blush);
}

.about-editorial-figure figcaption .section-kicker {
  display: block;
  margin-bottom: .5rem;
  color: var(--brand-burgundy);
}

.about-editorial-figure figcaption strong {
  display: block;
  font-family: "Playfair Display", Georgia, serif;
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 1.25;
}

/* -----------------------------
   Brand Editorial Partnerships
----------------------------- */

.partnership-subnav {
  background: var(--brand-burgundy);
}

.brand-editorial-hero,
.software-editorial-hero {
  display: grid;
  grid-template-columns: minmax(0, .9fr) minmax(420px, 1.1fr);
  min-height: 620px;
  background: var(--brand-cream);
  border: 1px solid rgba(122, 30, 35, .14);
}

.brand-editorial-hero-reverse {
  grid-template-columns: minmax(0, .95fr) minmax(420px, 1.05fr);
}

.brand-editorial-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(2rem, 5vw, 5rem);
}

.brand-editorial-copy h1,
.brand-section-heading h2,
.brand-split-copy h2,
.software-price-panel h2 {
  font-family: "Playfair Display", Georgia, serif;
  font-weight: 500;
  letter-spacing: -.035em;
}

.brand-editorial-copy h1 {
  max-width: 760px;
  margin-bottom: 1.4rem;
  color: var(--brand-charcoal);
  font-size: clamp(3rem, 5.2vw, 6.2rem);
  line-height: .96;
}

.brand-editorial-copy h1 em {
  color: var(--brand-burgundy);
  font-weight: 500;
}

.brand-editorial-lead {
  max-width: 680px;
  color: #514c49;
  font-family: "Montserrat", sans-serif;
  font-size: clamp(1.05rem, 1.35vw, 1.3rem);
  line-height: 1.7;
}

.brand-editorial-image {
  position: relative;
  min-height: 620px;
  margin: 0;
  overflow: hidden;
}

.brand-editorial-image::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  box-shadow: inset 0 0 0 1px rgba(43, 43, 43, .06);
}

.brand-editorial-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.brand-editorial-image figcaption {
  position: absolute;
  right: 1.5rem;
  bottom: 1.5rem;
  max-width: calc(100% - 3rem);
  padding: .85rem 1rem;
  background: rgba(247, 243, 238, .94);
  color: var(--brand-burgundy);
  font-size: .68rem;
  font-weight: 700;
  letter-spacing: .16em;
  text-transform: uppercase;
}

.partnership-back-link {
  display: inline-flex;
  align-items: center;
  gap: .45rem;
  width: fit-content;
  margin-bottom: 2rem;
  color: var(--brand-charcoal);
  font-size: .72rem;
  font-weight: 700;
  letter-spacing: .08em;
  text-decoration: none;
  text-transform: uppercase;
}

.partnership-back-link:hover,
.brand-text-link:hover {
  color: var(--brand-burgundy);
}

.brand-section-heading {
  max-width: 880px;
  margin-bottom: clamp(2rem, 4vw, 3.5rem);
}

.brand-section-heading h2 {
  color: var(--brand-charcoal);
  font-size: clamp(2.2rem, 4vw, 4.2rem);
  line-height: 1.05;
}

.brand-section-heading > p {
  max-width: 740px;
  color: var(--haven-grey);
  font-size: 1.05rem;
}

.partnership-path-card,
.partnership-capability-card,
.partnership-responsibility-card,
.software-price-panel,
.software-inclusions {
  position: relative;
  padding: clamp(1.6rem, 3vw, 2.8rem);
  border: 1px solid rgba(43, 43, 43, .13);
}

.partnership-path-card {
  display: flex;
  flex-direction: column;
  min-height: 440px;
}

.partnership-path-card-clay { background: rgba(201, 140, 115, .28); }
.partnership-path-card-sage { background: rgba(143, 162, 141, .3); }
.partnership-path-card-blush { background: rgba(231, 198, 191, .48); }

.partnership-path-card > .bi {
  margin: 2.25rem 0 1.6rem;
  color: var(--brand-burgundy);
  font-size: 2.1rem;
}

.partnership-path-card h3 {
  font-family: "Playfair Display", Georgia, serif;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.12;
}

.partnership-path-card > p:not(.section-kicker) {
  color: #57504c;
}

.partnership-path-number {
  position: absolute;
  top: 1.5rem;
  right: 1.6rem;
  color: rgba(122, 30, 35, .5);
  font-family: "Playfair Display", Georgia, serif;
  font-size: 1.2rem;
}

.brand-text-link {
  display: inline-flex;
  align-items: center;
  gap: .5rem;
  margin-top: auto;
  color: var(--brand-burgundy);
  font-size: .75rem;
  font-weight: 700;
  letter-spacing: .08em;
  text-decoration: none;
  text-transform: uppercase;
}

.brand-band {
  padding: clamp(2rem, 5vw, 4.5rem);
}

.brand-band-cream { background: var(--brand-cream); border-block: 1px solid rgba(122, 30, 35, .12); }
.brand-band-sage { background: rgba(143, 162, 141, .34); }
.brand-band-burgundy { background: var(--brand-burgundy); color: #fff; }
.brand-band-burgundy h2,
.brand-band-burgundy p,
.brand-band-burgundy .section-kicker { color: #fff; }

.brand-check-list {
  display: grid;
  gap: 1rem;
}

.brand-check-list p {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: .85rem;
  align-items: start;
  margin: 0;
}

.brand-check-list i {
  color: var(--brand-burgundy);
  font-size: 1.2rem;
}

.brand-check-list.compact { gap: .75rem; }

.partnership-quick-links {
  display: grid;
  margin-top: 2rem;
  border-top: 1px solid var(--haven-border);
}

.partnership-quick-links a {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  padding: 1rem 0;
  color: var(--brand-burgundy);
  font-weight: 700;
  text-decoration: none;
  border-bottom: 1px solid var(--haven-border);
}

.brand-proof-strip {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  background: #fff;
  border: 1px solid rgba(43, 43, 43, .13);
}

.brand-proof-strip > div {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: .2rem 1rem;
  padding: 1.5rem;
  border-right: 1px solid rgba(43, 43, 43, .13);
}

.brand-proof-strip > div:last-child { border-right: 0; }
.brand-proof-strip i { grid-row: 1 / 3; color: var(--brand-burgundy); font-size: 1.7rem; }
.brand-proof-strip strong { font-family: "Playfair Display", Georgia, serif; font-size: 1.25rem; }
.brand-proof-strip span { color: var(--haven-grey); font-size: .85rem; }

.partnership-step-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 1px;
  margin: 0;
  padding: 1px;
  background: rgba(43, 43, 43, .14);
  list-style: none;
}

.partnership-step-grid-four { grid-template-columns: repeat(4, minmax(0, 1fr)); }

.partnership-step-grid li {
  min-height: 280px;
  padding: 1.5rem;
  background: #fff;
}

.partnership-step-grid li > span {
  color: var(--brand-burgundy);
  font-size: .72rem;
  font-weight: 700;
  letter-spacing: .12em;
}

.partnership-step-grid h3 {
  margin-top: 2.4rem;
  font-family: "Playfair Display", Georgia, serif;
  font-size: 1.5rem;
  font-weight: 500;
}

.partnership-step-grid p { color: var(--haven-grey); font-size: .9rem; }

.brand-split-panel {
  display: grid;
  grid-template-columns: 1.05fr .95fr;
  padding: 0;
  overflow: hidden;
  background: var(--brand-cream);
  border: 1px solid rgba(43, 43, 43, .13);
}

.brand-split-copy { padding: clamp(2rem, 5vw, 4rem); }
.brand-split-copy h2 { font-size: clamp(2.2rem, 3.6vw, 3.8rem); line-height: 1.05; }
.brand-split-copy p { color: var(--haven-grey); }

.brand-category-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  background: var(--brand-sage);
}

.brand-category-grid span {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 1rem;
  min-height: 190px;
  padding: 1.5rem;
  font-weight: 700;
  border: 1px solid rgba(255, 255, 255, .45);
}

.brand-category-grid i { color: var(--brand-burgundy); font-size: 1.8rem; }

.partnership-responsibility-card { background: var(--brand-cream); }
.partnership-responsibility-haven { background: var(--brand-blush); }
.partnership-responsibility-card h2 { font-family: "Playfair Display", Georgia, serif; font-size: 2.3rem; font-weight: 500; }
.partnership-responsibility-card ul { display: grid; gap: .8rem; margin: 1.5rem 0 0; padding-left: 1.2rem; color: #514c49; }

.partnership-terms-note,
.partnership-application-callout {
  padding: 1.3rem 1.5rem;
  background: #fff;
  border: 1px solid rgba(122, 30, 35, .2);
}

.partnership-terms-note { display: flex; gap: 1rem; align-items: flex-start; }
.partnership-terms-note > i { color: var(--brand-burgundy); font-size: 1.6rem; }
.partnership-terms-note p,
.partnership-form-note { color: var(--haven-grey); font-size: .82rem; }

.partnership-form-card { border-top: 5px solid var(--brand-burgundy); }
.partnership-form-card .form-control,
.partnership-form-card .form-select { min-height: 50px; background: var(--brand-cream); border-color: rgba(43, 43, 43, .18); }
.partnership-form-card textarea.form-control { min-height: 140px; }

.partnership-capability-card { background: #fff; }
.partnership-capability-card > i { display: inline-block; margin-bottom: 2rem; color: var(--brand-burgundy); font-size: 2rem; }
.partnership-capability-card h3 { font-family: "Playfair Display", Georgia, serif; font-size: 1.7rem; font-weight: 500; }
.partnership-capability-card p { color: var(--haven-grey); }

.brand-principles-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1px; background: rgba(255,255,255,.28); }
.brand-principles-grid p { display: grid; gap: .5rem; min-height: 170px; margin: 0; padding: 1.5rem; background: var(--brand-burgundy); border: 1px solid rgba(255,255,255,.28); }
.brand-principles-grid strong { font-family: "Playfair Display", Georgia, serif; font-size: 1.4rem; }
.brand-principles-grid span { color: rgba(255,255,255,.78); }

.software-editorial-hero { background: linear-gradient(135deg, var(--brand-cream), rgba(231,198,191,.36)); }
.software-visual { position: relative; min-height: 620px; overflow: hidden; background: var(--brand-sage); }
.software-window { position: absolute; background: var(--brand-cream); border: 1px solid rgba(43,43,43,.2); box-shadow: 0 30px 70px rgba(43,43,43,.18); }
.software-window-main { top: 12%; right: 8%; width: 72%; height: 62%; padding: 3.7rem 1.5rem 1.5rem; }
.software-window-main > span { position: absolute; top: 1rem; width: .7rem; height: .7rem; border-radius: 50%; background: var(--brand-blush); }
.software-window-main > span:nth-child(1) { left: 1rem; background: var(--brand-burgundy); }
.software-window-main > span:nth-child(2) { left: 2rem; background: var(--brand-clay); }
.software-window-main > span:nth-child(3) { left: 3rem; background: var(--brand-sage); }
.software-window-header { font-family: "Playfair Display", Georgia, serif; font-size: 1.35rem; }
.software-product-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1rem; margin-top: 1.4rem; }
.software-product-grid i { min-height: 105px; background: linear-gradient(145deg, var(--brand-blush), var(--brand-cream)); border: 1px solid rgba(43,43,43,.1); }
.software-product-grid i:nth-child(2), .software-product-grid i:nth-child(3) { background: linear-gradient(145deg, rgba(201,140,115,.55), var(--brand-cream)); }
.software-window-pos { left: 6%; bottom: 9%; width: 42%; padding: 1.4rem; }
.software-window-pos p { margin: .75rem 0 0; padding: .65rem; background: rgba(143,162,141,.25); color: var(--brand-charcoal); font-size: .8rem; font-weight: 700; }
.software-heart-line { position: absolute; right: 8%; bottom: 7%; display: grid; place-items: center; width: 76px; height: 76px; background: var(--brand-burgundy); color: #fff; font-size: 2rem; }

.software-base-grid { display: grid; grid-template-columns: .9fr 1.1fr; padding: 0; }
.software-price-panel { background: var(--brand-blush); }
.software-inclusions { background: #fff; }
.software-price { margin: 2rem 0 1rem; color: var(--brand-burgundy); font-size: 1rem; }
.software-price strong { font-family: "Playfair Display", Georgia, serif; font-size: 4rem; font-weight: 500; }
.software-price span { color: var(--brand-charcoal); }
.software-price-panel > p { color: #57504c; font-size: .85rem; }

.haven-consent[hidden] {
  display: none;
}

.haven-consent__copy h2 {
  margin: 0 0 .35rem;
  font-size: 1.15rem;
}

.haven-consent__copy p {
  margin: 0 0 .3rem;
  max-width: 690px;
  font-size: .9rem;
  line-height: 1.55;
}

.haven-consent__copy a {
  color: #f4c542;
  font-size: .85rem;
}

.haven-consent__actions {
  display: flex;
  flex: 0 0 auto;
  gap: .65rem;
}

@media (max-width: 767.98px) {
  .haven-consent {
    align-items: stretch;
    flex-direction: column;
  }

  .haven-consent__actions {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
}

/* -----------------------------
   Reduced Motion
----------------------------- */

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation: none !important;
    transition-duration: .001ms !important;
    scroll-behavior: auto !important;
  }

  .promo-panel:hover,
  .promo-panel.is-active {
    transform: none;
  }
}

/* -----------------------------
   Live Support Requests
----------------------------- */

.live-support-section {
  padding: clamp(1.5rem, 3vw, 2.5rem);
  background: var(--brand-cream);
  border: 1px solid rgba(122, 30, 35, .14);
}

.live-support-section h2 {
  margin-bottom: .6rem;
  font-family: "Playfair Display", Georgia, serif;
  font-size: clamp(2rem, 3.4vw, 3.4rem);
  font-weight: 500;
  letter-spacing: -.03em;
}

.live-support-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
}

.live-support-card {
  display: flex;
  flex-direction: column;
  min-width: 0;
  min-height: 280px;
  padding: 1.5rem;
  background: #fff;
  border: 1px solid rgba(43, 43, 43, .14);
}

.live-support-card-topline {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  align-items: flex-start;
}

.live-support-card-topline .section-kicker {
  margin-bottom: 0;
}

.live-support-reference {
  color: var(--haven-grey);
  font-size: .66rem;
  font-weight: 700;
  letter-spacing: .08em;
  white-space: nowrap;
}

.live-support-card h3,
.live-support-empty h3 {
  margin: 2rem 0 .75rem;
  font-family: "Playfair Display", Georgia, serif;
  font-size: 1.55rem;
  font-weight: 500;
}

.live-support-card > p {
  color: var(--haven-grey);
  font-size: .9rem;
}

.live-support-card > p strong {
  color: var(--brand-burgundy);
  font-size: 1.1rem;
}

.live-support-progress {
  height: 7px;
  margin: .75rem 0 1.5rem;
  overflow: hidden;
  background: rgba(143, 162, 141, .24);
}

.live-support-progress span {
  display: block;
  height: 100%;
  background: var(--brand-burgundy);
}

.live-support-empty {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 1.25rem;
  align-items: center;
  padding: 1.5rem;
  background: #fff;
  border: 1px solid rgba(43, 43, 43, .14);
}

.live-support-empty > i {
  color: var(--brand-burgundy);
  font-size: 2rem;
}

.live-support-empty h3 {
  margin: 0 0 .35rem;
}

.live-support-empty p {
  color: var(--haven-grey);
}

/* Scoped brand pages must collapse after their desktop declarations. */
@media (max-width: 991px) {
  .brand-editorial-hero,
  .brand-editorial-hero-reverse,
  .software-editorial-hero,
  .brand-split-panel,
  .software-base-grid {
    grid-template-columns: minmax(0, 1fr);
  }

  .brand-editorial-copy,
  .brand-editorial-image,
  .software-visual,
  .brand-split-copy,
  .brand-category-grid {
    min-width: 0;
  }

  .brand-editorial-image,
  .software-visual { min-height: 480px; }

  .partnership-step-grid,
  .partnership-step-grid-four {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .brand-proof-strip { grid-template-columns: minmax(0, 1fr); }
  .brand-proof-strip > div { border-right: 0; border-bottom: 1px solid rgba(43, 43, 43, .13); }
  .brand-proof-strip > div:last-child { border-bottom: 0; }
  .live-support-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 575px) {
  .brand-editorial-copy { padding: 2rem 1.35rem; }
  .brand-editorial-copy h1 { font-size: 3rem; }
  .brand-editorial-image,
  .software-visual { min-height: 360px; }
  .brand-editorial-image figcaption { right: .8rem; bottom: .8rem; max-width: calc(100% - 1.6rem); }
  .partnership-step-grid,
  .partnership-step-grid-four,
  .brand-category-grid,
  .brand-principles-grid { grid-template-columns: minmax(0, 1fr); }
  .partnership-step-grid li { min-height: auto; }
  .partnership-step-grid h3 { margin-top: 1.4rem; }
  .about-editorial-figure img { min-height: 300px; }
  .live-support-grid { grid-template-columns: minmax(0, 1fr); }
  .live-support-empty { grid-template-columns: auto 1fr; }
  .live-support-empty .btn { grid-column: 1 / -1; }
}
