*,
:before,
:after {
  box-sizing: border-box;
}
@font-face {
  font-family: "Century Gothic";
  src:
    url("../font/CenturyGothic-Italic.woff2") format("woff2"),
    url("../font/CenturyGothic-Italic.woff") format("woff"),
    url("../font/CenturyGothic-Italic.ttf") format("truetype");
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Century Gothic";
  src:
    url("../font/CenturyGothic-BoldItalic.woff2") format("woff2"),
    url("../font/CenturyGothic-BoldItalic.woff") format("woff"),
    url("../font/CenturyGothic-BoldItalic.ttf") format("truetype");
  font-weight: bold;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Century Gothic";
  src:
    url("../font/CenturyGothic-Bold.woff2") format("woff2"),
    url("../font/CenturyGothic-Bold.woff") format("woff"),
    url("../font/CenturyGothic-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Century Gothic";
  src:
    url("../font/CenturyGothic.woff2") format("woff2"),
    url("../font/CenturyGothic.woff") format("woff"),
    url("../font/CenturyGothic.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
html {
  -webkit-text-size-adjust: 100%;
}
img,
svg {
  vertical-align: middle;
}
:root {
  --duvet-blue: #71DBD4;
  --duvet-blue-dark: #4CC3BB;
  --duvet-sage: #89A299;
  --duvet-shell: #E2DACD;
  --duvet-petrol: #014448;
  --duvet-petrol-dark: #013133;
  --duvet-ivory: #FAFAF4;
  --duvet-maroon: #a31719;
  --duvet-ink: #2C3330;
  --duvet-ink-light: #5F6864;
  --duvet-heading-font: "Lora", Georgia, serif;
  --bs-body-font-family: "Century Gothic", sans-serif;
  --bs-body-color: var(--duvet-ink);
  --bs-body-bg: #FFFFFF;
  --duvet-border: rgba(1, 68, 72, 0.12);
  --duvet-shadow: 0 8px 30px rgba(1, 68, 72, 0.08);
  --duvet-text: #2c3330;
}
body {
  font-family: var(--bs-body-font-family);
  color: var(--duvet-ink);
  background-color: #fff;
  font-size: 1rem;
  letter-spacing: 0.02rem;
}
html,
body {
  width: 100%;
  max-width: 100%;
  overflow-x: hidden;
}
a{
  text-decoration: none;
}
a, input,
button {
  outline: none;
}
figure{
	display: block;
	margin: 0;
	width: 100%;
}
img{
	max-width: 100%;
}
.container {
  max-width: 1280px;
  padding-left: 1.2rem;
  padding-right: 1.2rem;
}
.duvet h1,
.duvet h2,
.duvet h3,
.duvet h4,
.duvet h5,
.duvet h6,
.duvet .display-1,
.duvet .display-2,
.duvet .display-3,
.duvet .display-4,
.duvet .display-5,
.duvet .display-6 {
  letter-spacing: 0px;
  font-family: var(--duvet-heading-font);
}
.duvet p,
.duvet a,
.duvet li,
.duvet span,
.duvet button {
  font-family:   var(--bs-body-font-family);
}
.duvet .navbar-brand img, .footer-logo {
  height: 54px;
  width: auto;
}
.duvet .text-duvet {
  color: var(--duvet-blue);
}
.duvet .text-sage {
  color: var(--duvet-sage);
}
.duvet .bg-duvet {
  background-color: var(--duvet-blue);
}
.duvet .bg-sage {
  background-color: var(--duvet-petrol);
}
.duvet .bg-shell {
  background-color: var(--duvet-shell);
}
.duvet .bg-cream {
  background-color: var(--duvet-cream);
}
.duvet .btn-duvet {
  background-color: var(--duvet-petrol);
  border-color: var(--duvet-petrol);
  color: #fff;
  border-radius: 0;
  padding: .5rem 2rem;
}
.duvet .btn-duvet:hover,
.duvet .btn-duvet:focus {
  background-color: var(--duvet-petrol-dark);
  border-color: var(--duvet-petrol-dark);
  color: #fff;
}
.duvet .btn-outline-light-square {
  color: #fff;
  border: 1px solid #fff;
  border-radius: 0;
  padding: .5rem 2rem;
}
.duvet .btn-outline-light-square:hover {
  color: #fff;
  background: #ffffff26;
}
.duvet .btn-outline-duvet {
  border: 1px solid var(--duvet-blue);
  color: var(--duvet-ink);
  border-radius: 0;
  padding: .5rem 2rem;
}
.duvet .btn-outline-duvet:hover {
  background: var(--duvet-blue);
  color: #fff;
}
.duvet .btn-duvet,
.duvet .btn-outline-light-square,
.duvet .btn-outline-duvet {
  text-align: center;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 0.9rem;
}
.dropdown-triangle {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 3px;
  vertical-align: middle;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 5px solid currentColor;
  transform: translateY(0px);
}
.submenu-triangle {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: auto;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  border-left: 5px solid currentColor;
  vertical-align: middle;
}
.nav-link.has-dropdown::after,
.dropdown-item.has-sub-dropdown::after {
    display: none !important;
}
.dropdown-item.has-sub-dropdown {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.duvet .section {
  padding: 3rem 0;
}
.section-testimonials{
  background: var(--duvet-shell);
}
.duvet .eyebrow {
  text-transform: uppercase;
  letter-spacing: .18em;
  color: var(--duvet-sage);
  font-size: .75rem;
}
.duvet .dcarousel-slide {
  background-position: center;
  background-size: cover;
  min-height: 82vh;
  position: relative;
}
/* .duvet .dcarousel-slide:after {
  content: " ";
  background: linear-gradient(#0000002e, #0000006b);
  position: absolute;
  inset: 0;
} */
.duvet .dcarousel-slide .disc{
  font-size: 0.96rem;
  max-width: 22rem;
  color: var(--duvet-petrol);
}
.duvet .hero-copy {
  z-index: 2;
  position: relative;
}
.duvet .hero-copy h1{
  font-size: 2.8rem;
  max-width: 24rem;
  color: var(--duvet-petrol);
  font-weight: 400;
}
.duvet .ratio-tile {
  border-radius: 2px;
  overflow: hidden;
}
.duvet .tile-img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  transition: transform .6s;
}
.duvet .hover-zoom:hover .tile-img {
  transform: scale(1.05);
}
.duvet .tile-label {
  text-align: center;
  position: absolute;
  bottom: 1.25rem;
  left: 0;
  right: 0;
}
.duvet .swatch-name {
  letter-spacing: .06em;
}
.duvet .quote-card {
  background: var(--duvet-cream);
  border: 1px solid var(--duvet-shell);
}
.duvet .footer-link {
  color: #ffffffd9;
  text-decoration: none;
  font-size: 0.85rem;
}
.duvet .footer-link:hover {
  color: #fff;
  text-decoration: underline;
}
.duvet .form-control {
  border-radius: 0;
  padding: .65rem 0.85rem;
  font-size: 0.9rem;
}
.duvet .announce {
  background: var(--duvet-shell);
  color: #000;
  letter-spacing: .04em;
}
.duvet .site-header {
  z-index: 1040;
  box-shadow: 0 1px #2c333014;
}
.navbar.is-sticky {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 1040;
    background: #fff;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}

.duvet .btn-icon {
  color: #000;
  border: 0;
  border-radius: 999px;
  align-items: center;
  padding: .3rem .45rem;
  transition: background .25s, color .25s;
  display: inline-flex;
  font-size: 0.95rem;
}
.duvet .btn-icon:hover {
  color: #000;
  background: #71dbd42e;
}
.duvet .btn-icon.account-icon i {
  font-size: 1.1rem;
}
.duvet .cart-count {
  background: var(--duvet-blue);
  color: #fff;
  border-radius: 999px;
  padding: .25rem .35rem;
  font-size: .65rem;
  line-height: 1;
  position: absolute;
  top: 2px;
  right: 0;
}
.duvet .nav-underline-link {
  color: var(--duvet-ink);
  transition: color .25s;
  position: relative;
}
.duvet .nav-underline-link:after {
  content: " ";
  background: var(--duvet-blue);
  transform-origin: 0;
  height: 1px;
  transition: transform .3s;
  position: absolute;
  bottom: .35rem;
  left: 1rem;
  right: 1rem;
  transform: scaleX(0);
}
.duvet .nav-underline-link:hover:after,
.duvet .nav-item.show>.nav-underline-link:after {
  transform: scaleX(1);
}
.duvet .nav-underline-link:hover {
  color: var(--duvet-blue-dark);
}
.duvet .mega-menu {
  background: #fff;
  border-radius: 0;
  left: 0;
  right: 0;
  border-top: 1px solid #2c333014 !important;
}
.duvet .mega-menu.show {
  animation: .25s both duvet-fade-down;
}
.duvet .mega-link {
  color: var(--duvet-ink);
  font-size: .85rem;
  text-decoration: none;
  transition: color .2s, transform .2s;
  display: inline-block;
}
.duvet .mega-link:hover {
  color: var(--duvet-blue-dark);
  transform: translateX(3px);
}
@media (width >=992px) {
  .duvet .nav-item.dropdown:hover>.dropdown-menu {
    display: block;
  }
}
.duvet .search-panel {
  background: var(--duvet-cream);
  border-top: 1px solid #2c333014;
}
.duvet .search-input {
  border-color: #2c333026;
  border-radius: 0;
}
.duvet .search-input:focus {
  border-color: var(--duvet-blue);
  box-shadow: 0 0 0 .2rem #71dbd440;
}
.duvet .chip {
  background: #fff;
  border: 1px solid #2c333026;
  border-radius: 999px;
  padding: .35rem .9rem;
  font-size: .8rem;
  transition: all .25s;
}
.duvet .chip:hover {
  background: var(--duvet-blue);
  border-color: var(--duvet-blue);
  color: #fff;
}
.duvet-offcanvas .accordion-button {
  box-shadow: none;
  font-size: 1rem;
}
.duvet-offcanvas .accordion-button:not(.collapsed) {
  color: var(--duvet-ink);
  background: #71dbd41f;
}
.duvet-offcanvas .accordion-button:focus {
  box-shadow: none;
  border-color: #0000;
}
@keyframes duvet-fade-down {
  from {
    opacity: 0;
    transform: translateY(-8px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.duvet .value-tile {
  overflow: hidden;
}
.duvet .colour-columns {
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
  display: grid;
}
.duvet .colour-column {
  color: var(--duvet-ink);
  flex-direction: column;
  text-decoration: none;
  display: flex;
}
.duvet .column-swatch {
  aspect-ratio: 3 / 5;
  flex: auto;
  display: block;
  position: relative;
  overflow: hidden;
}
.duvet .column-swatch img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  transition: transform .6s;
}
.duvet .colour-column:hover .column-swatch img {
  transform: scale(1.05);
}
.duvet .colour-column .swatch-name {
  letter-spacing: .12em;
  text-transform: uppercase;
  margin-top: .75rem;
  display: block;
}
@media (width >=768px) {
  .duvet .colour-columns {
    grid-template-columns: repeat(6, 1fr);
    gap: 1.25rem;
  }
}
@media (width >=992px) {
  .duvet .colour-columns {
    gap: 1.75rem;
  }
  .duvet .column-swatch {
    aspect-ratio: 3 / 5.5;
  }
}
.duvet .footer-heading {
  text-transform: uppercase;
  letter-spacing: .1em;
  margin-bottom: 1rem;
  font-size: .8rem;
}
.duvet .social-btn {
  color: #fff;
  border: 1px solid #ffffff80;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 38px;
  height: 38px;
  transition: background .25s, transform .25s;
  display: inline-flex;
}
.duvet .social-btn:hover {
  background: #fff3;
  transform: translateY(-2px);
}
.navbar-nav .nav-link{
  color: #000;
  font-size: 0.9rem;
}
.duvet .mega-nav .nav-link {
  white-space: nowrap;
}
@media (width >=992px) and (width <=1199.98px) {
  .duvet .mega-nav .nav-link {
    font-size: .95rem;
    padding-left: .6rem !important;
    padding-right: .6rem !important;
  }
}
.duvet .value-tile {
  height: 100%;
}
.duvet .value-tile>.value-card {
  flex: auto;
}
/* ============ MULTI-LEVEL MENU ============ */
.btn-reset {
  background: none;
  border: 0;
  padding: 0;
}
.navbar-nav .nav-link.dropdown-toggle::after {
  vertical-align: 0.15em;
  border-top-color: currentColor;
  opacity: 0.6;
}
.duvet-menu {
  border: 0;
  border-radius: 0;
  padding: 0.5rem 0;
  margin-top: 0;
  min-width: 15rem;
  background: var(--cream, #ffffff);
  box-shadow: 0 18px 40px rgba(20, 30, 28, 0.14);
}
.duvet-menu .dropdown-item {
  font-size: 0.9rem;
  letter-spacing: 0.02em;
  padding: 0.55rem 1.25rem;
  color: #2b2b2b;
}
.duvet-menu .dropdown-item:hover,
.duvet-menu .dropdown-item:focus {
  background: rgba(113, 219, 212, 0.18);
  color: #2b2b2b;
}
.dropdown-submenu {
  position: relative;
}
.dropdown-submenu > .dropdown-item.dropdown-toggle::after {
  position: absolute;
  right: 1rem;
  top: 50%;
  margin: 0;
  transform: translateY(-50%) rotate(-90deg);
}
.offcanvas{
  background: #fff !important;
}
.duvet-offcanvas .accordion-button{
  font-size: 0.8rem;
    padding: 0.5rem 1.25rem;
}
.accordion-body a{
  color: var(--duvet-ink);
  font-size: .85rem;
  text-decoration: none;
  transition: color .2s, transform .2s;
  display: inline-block;
}
.mobile-direct-link {
    border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}
.mobile-direct-link a {
    display: flex;
    align-items: center;
    width: 100%;
    padding: 0.5rem 1.25rem;
    color: var(--bs-body-color);
    text-decoration: none;
    font-size: .85rem;
    font-weight: 500;
    font-size: 0.8rem;
}
.mobile-direct-link a:hover {
    color: inherit;
    background-color: rgba(0, 0, 0, 0.025);
}
@media (min-width: 1280px) {
  .duvet .mobile-menu{
    display: none;
  }
  .duvet .nav-menu-desktop{
    display: block;
  }
}
@media (max-width: 1279.98px) {
  .duvet .nav-menu-desktop{
    display: none !important;
  }
  .duvet .mobile-menu{
    display: block;
  }
}
@media (max-width: 991.98px) {
  .duvet-menu {
    box-shadow: none;
    border-left: 2px solid rgba(113, 219, 212, 0.6);
    margin: 0 0 0.5rem 0.75rem;
    background: transparent;
  }
  .dropdown-submenu > .dropdown-item.dropdown-toggle::after {
    transform: translateY(-50%);
  }
  .dropdown-submenu.show > .dropdown-item.dropdown-toggle::after {
    transform: translateY(-50%) rotate(180deg);
  }
}
#section-loved .rvsub{
  font-size: 1rem;
}
#section-spring .h5{
  color: #000;
  font-size: .85rem;
  font-weight: 600;
  margin-bottom: 4px;
}
#section-spring .eyebrow {
  font-size: .95rem;
  text-transform: none;
  letter-spacing: normal;
}
#section-spring p.small {
  font-size: .8rem;
  color: var(--duvet-text);
}
.duvet .loved-card {
  overflow: hidden;
}
.duvet .loved-label {
  z-index: 2;
  justify-content: center;
  display: flex;
  position: absolute;
  inset: auto 0 8%;
}
.duvet .btn-loved {
  letter-spacing: .02em;
  border-radius: 0;
  padding: .65rem 1.6rem;
  font-size: .85rem;
  transition: transform .25s, background-color .25s;
  box-shadow: 0 8px 24px #0000002e;
}
.duvet .loved-card:hover .btn-loved {
  transform: translateY(-4px);
}
.duvet .rule-heading {
  color: var(--duvet-blue);
  align-items: center;
  gap: 1.25rem;
  display: flex;
}
.duvet .rule-heading:before,
.duvet .rule-heading:after {
  content: " ";
  background: var(--duvet-blue);
  flex: auto;
  height: 1px;
}
.duvet .rule-heading>span {
  white-space: normal;
  text-align: center;
  font-size: clamp(1.1rem, 2.2vw, 1.6rem);
}
.duvet .value-card {
  padding-top: 3.25rem;
  position: relative;
}
.duvet .value-icon {
  background: var(--duvet-blue);
  color: #fff;
  z-index: 2;
  border-radius: 50%;
  place-items: center;
  width: 3.5rem;
  height: 3.5rem;
  font-size: 1.4rem;
  transition: transform .3s;
  display: grid;
  position: absolute;
  top: -1.75rem;
  left: 50%;
  transform: translateX(-50%);
}
.duvet .value-tile:hover .value-icon {
  transform: translateX(-50%) scale(1.08);
}
.duvet .ratio-3x4 {
  --bs-aspect-ratio: 130%;
}
.duvet .loved-card>.loved-label {
  align-items: center;
  width: 100%;
  height: auto;
  position: absolute;
  inset: auto 0 8%;
}
.duvet .loved-label .btn-loved {
  flex: none;
  width: auto;
  height: auto;
}
.duvet .value-card {
  background: #71dbd459;
}
.duvet .value-tile:hover .value-card {
  background: #71dbd48c;
}
.duvet .bring-spring-img {
  object-fit: cover;
  height: 340px;
}
.duvet .bring-spring-overlay {
  background: linear-gradient(90deg, #0009 0%, #00000059 45%, #0000 75%);
  align-items: center;
  padding: 1.5rem;
  display: flex;
  position: absolute;
  inset: 0;
}
.spring-card{
  transition: transform .3s, box-shadow .3s;
}
.spring-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 18px 40px -24px #2c333073;
}
@media (width >=992px) {
  .duvet .bring-spring-img {
    height: 460px;
  }
  .duvet .bring-spring-overlay {
    padding-left: 4rem;
    padding-right: 4rem;
  }
}
@media (width >=1400px) {
  .duvet .bring-spring-img {
    height: 540px;
  }
}
.duvet .love-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.25rem;
}
/* Product cards */
.duvet .love-product {
  position: relative;
  overflow: hidden;
  background: #fbfaf6;
}
/* Wide cards */
.duvet .love-wide {
  grid-column: span 2;
}
/* Intro card */
.duvet .love-intro {
  display: flex;
  flex-direction: column;
  justify-content: center;
  background: var(--duvet-sage, #89a299);
  padding: 2rem;
  position: relative;
}
.duvet .love-intro::after {
  content: "";
  background: url("images/love-intro-bg.jpg") center center no-repeat;
  opacity: 0.1;
  background-size: cover;
  position: absolute;
  inset: 0;
}
.duvet .love-intro .btn-duvet {
  background: var(--duvet-petrol);
  border-color: var(--duvet-petrol);
  color: #fff;
}
.duvet .love-intro .btn-duvet:hover,
.duvet .love-intro .btn-duvet:focus {
  background: var(--duvet-petrol-dark);
  border-color: var(--duvet-petrol-dark);
}
/* Product image */
.duvet .love-media {
  aspect-ratio: 4 / 3.2;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.duvet .love-media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  transition: transform 0.6s ease;
}
.duvet .love-product:hover .love-media img {
  transform: scale(1.06);
}
/* Text positioned ON image */
.duvet .love-product .love-body {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10;
  width: 100%;
  padding: 4rem 1.25rem 1.5rem;
  color: #fff;
  background: linear-gradient(to top, rgb(50 50 50 / 70%) 0%, rgb(145 140 140 / 45%) 35%, rgb(20 20 20 / 0%) 100%);
  /*background-color: color-mix(in srgb, var(--duvet-shell) 60%, transparent);*/
}
.duvet .love-product .love-body h3 {
  margin: 0 0 0.35rem;
  color: #fff;
}
.duvet .love-product .love-body a {
  color: #fff !important;
  text-decoration: none;
}
.duvet .love-product .love-body a:hover,
.duvet .love-product .love-body a:focus {
  color: #fff !important;
  text-decoration: underline;
}
/* Made locally card */
.duvet .love-made {
  position: relative;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  min-height: 220px;
  padding: 2rem 1.75rem 6rem;
  background: var(--duvet-shell, #e2dacd);
  color: #fff;
  overflow: hidden;
}
.duvet .love-made h3 {
  position: relative;
  z-index: 2;
  margin: 0;
  color: var(--duvet-petrol);
  font-size: clamp(1.6rem, 2vw, 2.25rem);
  line-height: 1.2;
}
.duvet .love-made-icon {
  position: absolute;
  right: -1rem;
  bottom: -1rem;
  z-index: 1;
  width: 320px;
  max-width: 80%;
  height: auto;
}
/* Desktop */
@media (min-width: 992px) {
  .duvet .love-grid {
    grid-template-columns: repeat(4, 1fr);
  }
  .duvet .love-media-wide {
    aspect-ratio: 16 / 9;
  }
  .duvet .love-made-icon {
    width: 400px;
    max-width: 70%;
    right: -1rem;
    bottom: 0rem;
  }
}
.duvet .site-footer,
.duvet .site-footer .small {
  font-size: 0.9rem;
}
.duvet .footer-heading {
  font-size: 0.9rem;
}
.duvet .club-heading {
  color: var(--duvet-blue);
}
.duvet .club-copy {
  font-size: 1.15rem;
}
.duvet .btn-club {
  background-color: var(--duvet-blue);
  border-color: var(--duvet-blue);
}
.duvet .btn-club:hover,
.duvet .btn-club:focus {
  background-color: var(--duvet-blue-dark);
  border-color: var(--duvet-blue-dark);
}
.duvet .review-intro {
  max-width: 20rem;
  font-size: 0.95rem;
}
.duvet .review-card {
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  background: #fff;
  border: 1px solid rgba(44, 51, 48, 0.08);
  padding: 1rem;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.duvet .review-card:hover {
  transform: translateY(-6px);
  box-shadow: rgba(44, 51, 48, 0.45) 0 18px 40px -24px;
}
/* Background image on hover */
.duvet .review-hover {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  opacity: 0;
  transform: scale(1.05);
  transition:
    opacity 0.35s ease,
    transform 0.5s ease;
  z-index: 0;
}
/* Dark overlay for readable text */
.duvet .review-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.48);
  opacity: 0;
  transition: opacity 0.35s ease;
  z-index: 1;
}
.duvet .review-card:hover .review-hover {
  opacity: 1;
  transform: scale(1);
}
.duvet .review-card:hover::after {
  opacity: 1;
}
/* Keep review content above image */
.duvet .review-card > *:not(.review-hover) {
  position: relative;
  z-index: 2;
}
.duvet .review-stars {
  color: var(--duvet-blue);
  letter-spacing: 0.15rem;
  font-size: 0.8rem;
}
.duvet .review-card blockquote {
  flex: 1 1 auto;
  margin: 0;
  font-size: 0.85rem;
  line-height: 1.6;
}
.duvet .review-author {
  display: flex;
  align-items: center;
  gap: 0.6rem;
  margin-top: 1rem;
  font-size: 0.72rem;
}
.duvet .review-author strong {
  font-size: 0.78rem;
}
.duvet .review-avatar {
  display: inline-flex;
  flex: 0 0 28px;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  background: var(--duvet-blue);
  color: #fff;
  border-radius: 50%;
  font-size: 0.8rem;
}
.duvet .review-photo {
  overflow: hidden;
}
.duvet .review-photo .tile-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
/* Make text white when card is hovered */
.duvet .review-card:hover blockquote,
.duvet .review-card:hover .review-author,
.duvet .review-card:hover .review-author .text-sage {
  color: #fff;
}
.duvet .review-card:hover .review-stars {
  color: #fff;
}
.duvet .review-card:hover .review-avatar {
  background: #fff;
  color: var(--duvet-blue);
}
@media (max-width: 991.98px) {
  .duvet .review-photo {
    --bs-aspect-ratio: 60%;
  }
}
/* @media (max-width: 575.98px) {
  .duvet .review-card {
    min-height: 280px;
  }
} */
.duvet .diary-section {
  background-position: center;
  background-size: cover;
  position: relative;
}
.duvet .diary-section:before {
  content: "
    \null;
}
.diary-card {
  background: #fff;
}
.diary-body {
  padding: 20px;
}
.diary-body .h5 {
  font-size: 0.95rem;
}
.duvet .diary-section .eyebrow {
  font-size: 0.85rem;
  text-transform: none;
  letter-spacing: normal;
}
.duvet .club-heading {
  display: inline-flex;
  align-items: center;
  gap: .4rem;
  font-size: 2.5rem;
  line-height: 1;
  font-weight: 400;
}
.duvet .club-logo {
  width: 110px;
  height: 60px;
  object-fit: contain;
}
.duvet .club-heading i {
  font-size: 1rem;
  line-height: 1;
}
#section-loved-home h2{
  font-family: var(--duvet-heading-font);
  font-size: 2.5rem;
}
/* =========================
   HERO
========================= */
.duvet-hero-section {
  width: 100%;
}
.duvet .dcarousel-slide {
  min-height: 380px;
  height: 520px;
  position: relative;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  overflow: hidden;
}
.duvet .hero-copy {
  position: relative;
  z-index: 2;
  width: 100%;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.duvet .hero-content {
  max-width: 430px;
  text-align: left;
}
.duvet .hero-content h1 {
  font-family: var(--duvet-heading-font);
  font-size: clamp(2.2rem, 4vw, 3.15rem);
  font-weight: 400;
  line-height: 1.08;
  letter-spacing: -0.02em;
  margin: 0;
}
.duvet .hero-lead {
  font-size: 0.95rem;
  line-height: 1.35;
  max-width: 370px;
}
.duvet .hero-description {
  font-size: 0.9rem;
  line-height: 1.35;
  max-width: 370px;
}
.duvet .hero-content .btn {
  font-size: 0.72rem;
  padding: 0.55rem 1.6rem;
}
/* Carousel controls — bottom right */
.duvet-hero-section .carousel-control-prev,
.duvet-hero-section .carousel-control-next {
  position: absolute;
  top: auto;
  bottom: 36px;
  width: 28px;
  height: 28px;
  opacity: 1;
  border: 1px solid rgba(255, 255, 255, 0.9);
  background: transparent;
  z-index: 5;
  transition: background-color 0.2s ease;
}
/* Previous arrow */
.duvet-hero-section .carousel-control-prev {
  left: auto;
  right: 95px;
}
/* Next arrow */
.duvet-hero-section .carousel-control-next {
  right: 62px;
}
/* Bootstrap arrow icons */
.duvet-hero-section .carousel-control-prev-icon,
.duvet-hero-section .carousel-control-next-icon {
  width: 10px;
  height: 10px;
  background-size: 100% 100%;
}
/* Hover */
.duvet-hero-section .carousel-control-prev:hover,
.duvet-hero-section .carousel-control-next:hover {
  background-color: rgba(255, 255, 255, 0.18);
}
/* =========================
   PROMO STRIP
========================= */
.duvet .hero-promo {
  background: var(--duvet-shell);
  color: var(--duvet-petrol);
  padding-left: 1.2rem;
  padding-right: 1.2rem;
}

.duvet .hero-promo-inner {
  min-height: 42px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.4rem;
  overflow: hidden;
  white-space: nowrap;
  font-size: 0.62rem;
}

.duvet .hero-promo-inner span {
  flex: 0 0 auto;
}

/* Promo strip */
.promo-strip .promodiv {
  display: flex;
  align-items: center;
  max-width: 1240px;
}

/* Fixed: does NOT move */
.promo-fixed {
  flex: 0 0 auto;
  position: relative;
  z-index: 10;
  white-space: nowrap;
  background: var(--duvet-shell);
  color: rgb(44, 51, 48);
  padding-right: 20px;
}

/* Only this area moves */
.promo-track {
  flex: 1 1 auto;
  min-width: 0;
  overflow: hidden;
}


/* =========================
   TABLET / MOBILE
========================= */
@media (max-width: 767.98px) {
  .factory-logo-col {
    justify-content: center !important;
  }
  .duvet .announce{
    font-size: 0.7rem;
  }
  .empty-category-message{
    padding: 0px 15px;
  }
  .empty-category-message h3{
    font-size: 1.1rem !important;
  }
  .empty-category-message p{
    font-size: 0.8rem !important;
  }
  .duvet .dcarousel-slide {
    min-height: 392px;
    height: 425px;
    background-position: 65% center;
  }
  .duvet .hero-copy {
    padding-left: 1.5rem;
    padding-right: 1.5rem; 
  }
  .duvet .hero-content {
    max-width: 340px;
  }
  .duvet .hero-content h1 {
    font-size: 2.25rem;
  }
  .duvet .hero-promo-inner {
    justify-content: flex-start;
    overflow-x: auto;
    padding: 0.7rem 1rem;
  }
}
.duvet .promo-strip {
  background: var(--duvet-shell);
  color: var(--duvet-maroon);
  padding: 0.85rem 0;
  width: 100%;
  overflow: hidden;
  font-family: var(--duvet-heading-font);
}
.duvet .promo-track {
  display: flex;
  width: max-content;
  animation: promoMove 30s linear infinite;
}
.duvet .promo-track ul {
  display: flex;
  align-items: center;
  gap: 2.5rem;
  flex-shrink: 0;
  margin: 0;
  padding: 0 1.25rem;
  list-style: none;
}
.duvet .promo-track li {
  flex-shrink: 0;
}
.duvet .promo-track a {
  color: var(--duvet-maroon);
  white-space: nowrap;
  text-decoration: none;
  font-family: var(--duvet-heading-font);
  font-size: 0.95rem;
}
.duvet .promo-track a:hover {
  text-decoration: underline;
}
/* Continuous movement */
@keyframes promoMove {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}
/* Pause when user hovers */
.duvet .promo-strip:hover .promo-track {
  animation-play-state: paused;
}
/* Mobile */
@media (max-width: 767px) {
  .promo-strip .container{
    width: calc(100% - 30px);
    margin-left: 15px;
    margin-right: 15px;
  }
  .duvet .promo-track {
    animation-duration: 22s;
  }
  .duvet .promo-track ul {
    gap: 1.5rem;
  }
  .duvet .promo-track a {
    font-size: 0.85rem;
  }
}
.duvet .best-card {
  position: relative;
  text-align: left;
  background: none;
}
.duvet .best-card .ratio-tile {
  margin-bottom: 0.75rem;
  overflow: hidden;
}
.duvet .best-card .tile-img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  transition: transform 0.4s ease;
}
.duvet .best-card:hover .tile-img {
  transform: scale(1.04);
}
.duvet .best-badge {
  position: absolute;
  top: 0.6rem;
  left: 0.6rem;
  z-index: 3;
  padding: 0.25rem 0.55rem;
  background: var(--duvet-blue, #71dbd4);
  color: #fff;
  font-size: 0.65rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}
.duvet .best-foot {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  gap: 0.5rem;
}
.duvet .best-foot h3 {
  margin: 0;
  font-size: 0.9rem;
  line-height: 1.3;
  color: var(--duvet-text);
}
.duvet .best-foot span {
  color: var(--duvet-petrol, #014448);
  font-size: 0.7rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  text-decoration: none;
  white-space: nowrap;
}
.duvet .best-foot span:hover {
  text-decoration: underline;
}
@media (max-width: 767.98px) {
  .duvet .best-foot {
    display: block;
  }
  .duvet .best-foot h3 {
    margin-bottom: 0.35rem;
    font-size: 0.95rem;
  }
  .duvet .best-foot a {
    font-size: 0.65rem;
  }
  .duvet .best-badge {
    top: 0.4rem;
    left: 0.4rem;
    font-size: 0.58rem;
  }
}
.duvet .story-banner {
  position: relative;
  min-height: 587px;
  overflow: hidden;
  line-height: 0;
}
.duvet .story-banner-img {
  display: block;
  width: 100%;
  height: 587px;
  object-fit: cover;
  object-position: center center;
}
.duvet .story-banner-overlay {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  line-height: normal;
}
.duvet .story-banner-copy {
  max-width: 22rem;
  padding: 4rem 0;
  color: var(--petrol, #014448);
}
.duvet .story-banner-copy .eyebrow {
  display: block;
  color: var(--petrol, #014448);
  opacity: 0.8;
  font-size: 0.7rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  font-family: var(--bs-body-font-family);
}
.duvet .story-title {
  margin-top: 0;
  color: var(--petrol, #014448);
}
.duvet .story-copy {
  max-width: 44rem;
  color: var(--petrol, #014448);
  opacity: 0.85;
  font-size: 0.9rem;
  line-height: 1.6;
}
.duvet .story-rule {
  display: block;
  width: 3.5rem;
  height: 1px;
  background: rgba(1, 68, 72, 0.45);
}
.duvet .btn-petrol {
  display: inline-block;
  padding: 0.55rem 1.4rem;
  color: #fff;
  background: var(--petrol, #014448);
  border: 1px solid var(--petrol, #014448);
  border-radius: 0;
  text-decoration: none;
  transition: background-color 0.25s ease, border-color 0.25s ease;
}
.duvet .btn-petrol:hover,
.duvet .btn-petrol:focus {
  color: #fff;
  background: #012f32;
  border-color: #012f32;
}
.duvet .btn-sm-square {
  padding: 0.55rem 1.4rem;
  font-size: 0.75rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.abouttoptext {
    margin: 0 auto 3rem;
    max-width: 60%;
    font-size: 1.2rem;
    font-family: var(--bs-body-font-family) !important;
    line-height: 1.8rem;
}
.aboutblocks {
    display: flex;
    gap: 1rem;
}
.aboutblocksdiv {
    flex: 1;
    background: #f5f3ef;
    padding: 3rem;
    display: flex;
    align-items: center;
    justify-content: center;
}
.aboutblocks-text {
    width: 100%;
    text-align: center;
}
.aboutblocks-text h3, .aboutblocks-text .lede{
  color: var(--duvet-petrol);
}
.about-page .story-banner{
  min-height: 487px;
}
.about-page .story-banner-img{
  height: 487px;
}
.about-page .story-banner-copy .subt, 
.about-page .story-title,
.about-page .story-copy{
  color: #fff !important;
}
.about-page .story-banner-copy .subt{
  font-size: 0.7rem;
  text-transform: uppercase;
}
.about-page .story-banner-copy{
  max-width: 26rem;
}
.about-page .story-copy{
  font-size: 0.95rem;
}

/* Tablet and mobile */
@media (max-width: 767.98px) {
  .duvet .abouttoptext {
    font-size: 0.95rem;
    max-width: 100%;
    margin-bottom: 2rem;
    line-height: 1.5rem;
  }
  .aboutblocksdiv{
    padding: 2rem;
  }
  .duvet .hero-copy h1 {
        font-size: 1.6rem;
    }
  .duvet .dcarousel-slide .disc{
    font-size: 0.75rem;
  }
  .duvet .story-banner-copy {
    max-width: 12rem;
    transform: none;
  }
  .duvet .story-banner-overlay {
    background: #E2DACD;
    background: linear-gradient(90deg,rgba(250, 250, 244, 0.97) 0%,rgba(250, 250, 244, 0.93) 22%,rgba(250, 250, 244, 0.55) 38%,rgba(250, 250, 244, 0) 55%  );
  }
  .about-page .story-banner-overlay{
    background: transparent;
  }
  .story-sec{
    padding: 1rem 0 !important;
  }
  .reverse-about{
    flex-direction: column-reverse;
  }
  .beliefs p{
    margin-bottom: 10px;
  }
}
.story-sec .subt{
      margin-bottom: 15px;
    text-transform: uppercase;
    font-size: 0.72rem;
}

.story-sec .main-title{
  font-size: 1.5rem;
  line-height: 32px;
  margin-bottom: 20px;
}

.story-sec .description{
  font-size: 0.95rem;
  line-height: 1.8rem;
}


.story-sec .content-wrap{
  padding: 20px 30px;
  text-align: center;
}

.factory-home-section {
  background: #edebe7;
  overflow: hidden;
}
/*.factory-home-section .container {
  max-width: 1100px;
}*/
.factory-logo-col {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 80px;
  /* border-right: 1px solid rgba(255, 255, 255, 0.9); */
  background: #edebe7;
}
.factory-logo {
  width: 140px;
  height: auto;
  object-fit: contain;
  padding: 5px;
}
.factory-heading-col {
  padding-left: 38px;
}
.fctrow{
  background: #f3f1ed;
}
.fctrow .factory-heading-col {
  background: #f3f1ed;
}
.factory-heading-col h2 {
  margin: 0;
  color: rgb(44, 51, 48);
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: 0;
  margin-bottom: 8px;
}
.factory-description {
  color: rgb(44, 51, 48);
  max-width: 650px;
}
/* Tablet */
@media (max-width: 991.98px) {
   .duvet .dcarousel-slide {
    border-bottom: 1px solid #cdcdcd;
  }
  .factory-logo {
    width: 110px;
  }
  .factory-heading-col {
    padding-left: 25px;
  }
  .factory-description {
    font-size: 15px;
  }
}
/* Mobile */
@media (max-width: 767.98px) {
  .navbar {
    padding: 0;
  }
  body {
    font-size: 0.95rem;
  }
  .duvet h1, .duvet h2, .duvet h3, .duvet h4, .duvet h5, .duvet h6, .duvet .display-1, .duvet .display-2, .duvet .display-3, .duvet .display-4, .duvet .display-5, .duvet .display-6, #section-loved-home h2 {
      font-size: 1.5rem;
      line-height: normal;
  }
  .duvet .section {
    padding: 2rem 0;
  }
  .duvet .club-heading{
    font-size: 2rem;
  }
  .duvet .bring-spring-overlay{
    padding-inline: 0px;
    max-width: 14rem;
  }
  .duvet .club-logo {
    width: auto;
    height: 23px;
  }
  .duvet .dcarousel-slide .disc{
    font-size: 0.75rem;
  }
  .factory-logo-col {
    border-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.9);
    padding-bottom: 10px;
    margin-bottom: 20px;
  }
  .fctrow, .fctrow .factory-heading-col {
      background: #edebe7;
  }
  .factory-heading-col {
    padding: 0;
    text-align: center;
    margin-bottom: 18px;
  }
  .factory-description {
    max-width: 100%;
    text-align: center;
    font-size: 14px;
    line-height: 1.4;
    padding-bottom: 15px;
  }
  #section-spring p.small{
    display: none;
  }
  .story-sec .content-wrap{
    padding: 0;
  }
}

.duvet .love-compact-grid {
  display: grid;
  grid-template-columns: 1.35fr repeat(4, 1fr);
  gap: 12px;
  align-items: stretch;
}
/* Intro */
.duvet .love-compact-grid .love-intro {
  background: var(--duvet-sage);
  padding: 1.5rem;
  min-height: 270px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.duvet .love-compact-grid .love-intro h2 {
  font-size: 2rem;
  line-height: 1.05;
  font-weight: 400;
  margin: 0 0 .75rem;
}
.duvet .love-compact-grid .love-intro p {
  font-size: .78rem;
  line-height: 1.4;
  max-width: 190px;
  margin: 0;
}
/* Product */
.duvet .love-compact-grid .love-product {
  position: relative;
  overflow: hidden;
  background: #fbfaf6;
  min-width: 0;
}
/* Image */
.duvet .love-compact-grid .love-media {
  width: 100%;
  aspect-ratio: 1 / 1.15;
  overflow: hidden;
}
.duvet .love-compact-grid .love-media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transition: transform .5s ease;
}
.duvet .love-compact-grid .love-product:hover img {
  transform: scale(1.05);
}
/* Product text */
.duvet .love-compact-grid .love-body {
  padding: .7rem .75rem .8rem;
}
.duvet .love-compact-grid .love-body h3 {
  color: var(--duvet-petrol);
  font-family: var(--duvet-heading-font);
  font-size: .92rem;
  line-height: 1.25;
  font-weight: 400;
  margin: 0 0 .15rem;
}
.duvet .love-compact-grid .love-body a {
  color: var(--duvet-petrol);
  font-size: .65rem;
  letter-spacing: .08em;
  text-transform: uppercase;
  text-decoration: none;
}
.duvet .love-compact-grid .love-body a:hover {
  text-decoration: underline;
}
/* Made locally */
.duvet .love-compact-grid .love-made {
  position: relative;
  overflow: hidden;
  min-height: 270px;
  padding: 1.25rem;
  background: var(--duvet-shell);
}
.duvet .love-compact-grid .love-made h3 {
  position: relative;
  z-index: 2;
  color: var(--duvet-petrol);
  font-family: var(--duvet-heading-font);
  font-size: 1.35rem;
  line-height: 1.05;
  font-weight: 400;
  margin: 0;
}
.duvet .love-compact-grid .love-made-icon {
  position: absolute;
  right: -8px;
  bottom: 5px;
  width: 135px;
  max-width: 100%;
  height: auto;
}
/* =========================
   LARGE TABLET
========================= */
@media (max-width: 1200px) {
  .duvet .love-compact-grid {
    grid-template-columns: 1.3fr repeat(3, 1fr);
  }
  /* Keep the final two products on the next row */
  .duvet .love-compact-grid .love-product:nth-of-type(5) {
    grid-column: 2;
  }
  .duvet .love-compact-grid .love-product:nth-of-type(6) {
    grid-column: 3;
  }
  .duvet .love-compact-grid .love-made {
    grid-column: 4;
  }
}
/* =========================
   TABLET
========================= */
@media (max-width: 900px) {
  .duvet .love-compact-grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
  }
  .duvet .love-compact-grid .love-intro {
    grid-column: span 3;
    min-height: 200px;
    padding: 1.5rem;
  }
  .duvet .love-compact-grid .love-intro p {
    max-width: 360px;
  }
  .duvet .love-compact-grid .love-product {
    grid-column: span 1 !important;
  }
  .duvet .love-compact-grid .love-made {
    grid-column: span 3;
    min-height: 200px;
  }
  .duvet .love-compact-grid .love-made-icon {
    width: 130px;
  }
}
/* =========================
   MOBILE
========================= */
@media (max-width: 600px) {
  .duvet .love-compact-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
  }
  .duvet .love-compact-grid .love-intro {
    grid-column: span 2;
    min-height: 190px;
    padding: 1.25rem;
  }
  .duvet .love-compact-grid .love-intro h2 {
    font-size: 1.65rem;
  }
  .duvet .love-compact-grid .love-intro p {
    font-size: .75rem;
    max-width: 280px;
  }
  .duvet .love-compact-grid .love-product {
    grid-column: span 1 !important;
  }
  .duvet .love-compact-grid .love-media {
    aspect-ratio: 1 / 1.1;
  }
  .duvet .love-compact-grid .love-body {
    padding: .6rem;
  }
  .duvet .love-compact-grid .love-body h3 {
    font-size: .82rem;
  }
  .duvet .love-compact-grid .love-body a {
    font-size: .58rem;
  }
  .duvet .love-compact-grid .love-made {
    grid-column: span 2;
    min-height: 170px;
    padding: 1rem;
  }
  .duvet .love-compact-grid .love-made h3 {
    font-size: 1.2rem;
  }
  .duvet .love-compact-grid .love-made-icon {
    width: 115px;
  }
}
/* =========================
   SMALL MOBILE
========================= */
@media (max-width: 400px) {
  .duvet .love-compact-grid {
    grid-template-columns: 1fr;
  }
  .duvet .love-compact-grid .love-intro,
  .duvet .love-compact-grid .love-product,
  .duvet .love-compact-grid .love-made {
    grid-column: span 1 !important;
  }
  .duvet .love-compact-grid .love-intro {
    min-height: 170px;
  }
  .duvet .love-compact-grid .love-media {
    aspect-ratio: 16 / 11;
  }
  .duvet .love-compact-grid .love-made {
    min-height: 160px;
  }
}
#section-club button#subscribeBtn{
  height: 44px;
}
.more-love-slider {
  position: relative;
  overflow: hidden;
  width: 100%;
}
.more-love-track {
  display: flex;
  gap: 24px;
  transition: transform .55s ease;
}
.more-love-item {
  flex: 0 0 calc((100% - 72px) / 4);
  min-width: 0;
  display: flex;
}
.more-love-item .spring-card {
  width: 100%;
}
.more-love-item .ratio-tile {
    overflow: hidden;
}
.more-love-item .ratio-tile img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
}
/* arrows */
.more-love-control {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 42px;
  height: 42px;
  border: 0;
  border-radius: 50%;
  background: #0e5b58;
  color: #fff;
  z-index: 5;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.more-love-control:hover {
  background: #094845;
}
.more-love-prev {
  left: 0;
}
.more-love-next {
  right: 0;
}
/* Tablet */
@media (max-width: 991.98px) {
  .more-love-item {
    flex: 0 0 calc((100% - 24px) / 2);
  }
}
/* Mobile */
@media (max-width: 575.98px) {
  .promo-strip .container {
    flex-wrap: wrap;
  }
  .more-love-track {
    gap: 16px;
  }
  .more-love-item {
    flex: 0 0 100%;
  }
  .more-love-control {
    width: 34px;
    height: 34px;
  }
}
.page-section section{
  margin: 1rem auto;
}
.page-section li, .page-section p {
  line-height: 2rem;
  margin-bottom: 7px;
}
.page-section h2{
  font-size: 1.5rem;
}
/* =========================
   HERO RESPONSIVE FIX
========================= */
.duvet .dcarousel-slide {
    position: relative;
    width: 100%;
    height: 520px;
    min-height: 520px;
    overflow: hidden;
}
/* Hero image */
.duvet .dcarousel-picture {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    display: block;
    z-index: 0;
}
.duvet .dcarousel-picture::before{
  content: "";
  width: 40%;
  height: 100%;
  background: rgba(250, 250, 244, 1);
  /* background: linear-gradient(90deg, rgba(226, 218, 205, 1) 0%, rgba(226, 218, 205, 1) 15%, rgba(226, 218, 205, 0) 100%); */
  background: linear-gradient(90deg, rgba(250, 250, 244, 0.97) 0%, rgba(250, 250, 244, 0.93) 22%, rgba(250, 250, 244, 0.55) 38%, rgba(250, 250, 244, 0) 100% ); 
  position: absolute;
  inset: 0;
  z-index: 10;
}
.duvet .dcarousel-image {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
}
/* Hero text */
.duvet .hero-copy {
    position: relative;
    z-index: 2;
    width: 100%;
}
/* =========================
   MOBILE
========================= */
@media (max-width: 991.98px) {
    .duvet .dcarousel-slide {
        height: 425px;
        min-height: 425px;
        align-items: flex-end !important;
        justify-content: flex-start !important;
    }
    .duvet .hero-copy {
        width: 100%;
        margin-left: 0 !important;
        margin-right: auto !important;
        padding-left: 1.5rem;
        padding-right: 1.5rem;
        padding-bottom: 1.5rem;
        text-align: left !important;
    }
    .duvet .hero-copy h1 {
        font-size: 1.5rem;
        max-width: 280px;
        text-align: left !important;
        color: var(--duvet-petrol-dark);
    }
    .duvet .hero-copy .disc {
        font-size: 0.75rem;
        max-width: 280px;
        text-align: left !important;
        color: var(--duvet-petrol-dark);
    }
    /* Buttons left aligned */
    .duvet .hero-copy .d-flex {
        justify-content: flex-start !important;
    }
    .duvet .story-title, .duvet .story-copy{
      color: var(--duvet-petrol-dark);
    }
}
.universal-slider {
    position: relative;
    width: 100%;
}
.universal-slider-viewport {
    overflow: hidden;
}
.universal-slider-track {
    display: flex;
    gap: var(--slider-gap, 24px);
    transition: transform .5s ease;
    will-change: transform;
}
.universal-slide {
    flex: 0 0 calc(
        (100% - (var(--slider-gap) * (var(--slides) - 1)))
        / var(--slides)
    );
}
.universal-prev,
.universal-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 2;
    width: 42px;
    height: 42px;
    border: 0;
    border-radius: 50%;
    background: #fff;
    color: #333;
    box-shadow: 0 2px 10px rgba(0,0,0,.15);
}
.universal-prev {
    left: -20px;
}
.universal-next {
    right: -20px;
}
@media (max-width: 991.98px) {
    .universal-prev {
        left: 5px;
    }
    .universal-next {
        right: 5px;
    }
}
.reviews-slider {
    width: 100%;
    overflow: hidden;
    position: relative;
}
.reviews-track {
    display: flex;
    gap: 1.5rem;
    will-change: transform;
}
.review-slide {
    flex: 0 0 calc((100% - 3rem) / 3);
    min-width: 0;
}
.review-slide .review-card {
    width: 100%;
}
/* Tablet */
@media (max-width: 991.98px) {
    .review-slide {
        flex: 0 0 calc((100% - 1.5rem) / 2);
    }
}
/* Mobile */
@media (max-width: 575.98px) {
    .reviews-track {
        gap: 1rem;
    }
    .review-slide {
        flex: 0 0 100%;
    }
}

.people-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 20px;
    align-items: stretch;
}
.grid-card {
    min-width: 0;
    overflow: hidden;
    aspect-ratio: 1 / 1;
}
/* Images */
.grid-card .img-cover {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
/* Text cards */
.panel-text {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #f5f3ef; /* change to your preferred color */
}
.text-block {
    width: 100%;
    padding: clamp(1.25rem, 2.5vw, 2.5rem);
}
/* Typography */
.display-copy {
    font-size: clamp(1.8rem, 3.2vw, 2.7rem);
    line-height: 1.12;
    font-weight: 500;
}
.card-title-serif {
    font-size: clamp(1.05rem, 1.6vw, 1.45rem);
    line-height: 1.2;
    font-weight: 500;
}
.lede {
    color: #000;
    max-width: 42ch;
    font-size: 0.95rem;
    line-height: 1.55;
    margin-bottom: 0;
}
/* Tablet */
@media (max-width: 991.98px) {
    .people-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 16px;
    }
    .grid-card {
        aspect-ratio: 1 / 1;
    }
}
/* Mobile */
@media (max-width: 575.98px) {
    .people-grid {
        grid-template-columns: 1fr;
        gap: 16px;
    }
    .grid-card {
        aspect-ratio: auto;
        min-height: 300px;
    }
    .grid-card .img-cover {
        height: 300px;
    }
    .text-block {
        padding: 2rem 1.5rem;
    }
}
/* =========================================
   MOST-LOVED COMFORTS SLIDER
========================================= */
.loved-comforts-slider {
    position: relative;
    width: 100%;
    overflow: hidden;
}
.loved-comforts-track {
    display: flex;
    gap: 1.5rem;
    will-change: transform;
}
.loved-comfort-item {
    flex: 0 0 calc((100% - 4.5rem) / 4);
    min-width: 0;
}
/* Make cards fill slider item */
.loved-comfort-item .best-card {
    width: 100%;
    height: 100%;
}
/* Controls */
.loved-comfort-control {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
    width: 44px;
    height: 44px;
    border: 0;
    border-radius: 50%;
    background: #fff;
    color: #1f4c4a;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.15);
    cursor: pointer;
    transition:
        background-color .2s ease,
        color .2s ease,
        transform .2s ease;
}
.loved-comfort-control:hover {
    background: #1f4c4a;
    color: #fff;
}
.loved-comfort-prev {
    left: 10px;
}
.loved-comfort-next {
    right: 10px;
}
.loved-comfort-control i {
    font-size: 1.1rem;
}
/* =========================================
   TABLET
========================================= */
@media (max-width: 991.98px) {
    .loved-comfort-item {
        flex: 0 0 calc((100% - 1.5rem) / 2);
    }
}
/* =========================================
   MOBILE
========================================= */
@media (max-width: 767.98px) {
    .loved-comforts-track {
        gap: 1rem;
    }
    .loved-comfort-item {
        flex: 0 0 85%;
    }
    .loved-comfort-control {
        width: 38px;
        height: 38px;
    }
    .loved-comfort-prev {
        left: 5px;
    }
    .loved-comfort-next {
        right: 5px;
    }
}
/* =========================================
   MOST LOVED COMFORTS
========================================= */
.loved-comforts-slider {
    position: relative;
    width: 100%;
}
/* =========================================
   DESKTOP
   8 tiles = 4 columns × 2 rows
========================================= */
.loved-comforts-track {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 1.5rem;
}
.loved-comfort-item {
    min-width: 0;
}
.loved-comfort-item .best-card {
    width: 100%;
    height: 100%;
}
/* Hide carousel controls on desktop */
.loved-comfort-control {
    display: none;
}
/* =========================================
   TABLET + MOBILE
   Convert to carousel
========================================= */
@media (max-width: 991.98px) {
    .loved-comforts-slider {
        overflow: hidden;
    }
    .loved-comforts-track {
        display: flex;
        gap: 1.5rem;
        will-change: transform;
    }
    .loved-comfort-item {
        flex: 0 0 calc((100% - 1.5rem) / 2);
        min-width: 0;
    }
    /* Show controls */
    .loved-comfort-control {
        display: flex;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        z-index: 10;
        width: 42px;
        height: 42px;
        border: 0;
        border-radius: 50%;
        background: #fff;
        color: #1f4c4a;
        align-items: center;
        justify-content: center;
        box-shadow: 0 4px 15px rgba(0, 0, 0, .15);
        cursor: pointer;
        transition: all .2s ease;
    }
    .loved-comfort-control:hover {
        background: #1f4c4a;
        color: #fff;
    }
    .loved-comfort-prev {
        left: 8px;
    }
    .loved-comfort-next {
        right: 8px;
    }
}
/* =========================================
   MOBILE
========================================= */
@media (max-width: 767.98px) {
    .loved-comforts-track {
        gap: 1rem;
    }
    .loved-comfort-item {
        flex: 0 0 100%;
    }
    .loved-comfort-control {
        width: 38px;
        height: 38px;
    }
    .loved-comfort-prev {
        left: 5px;
    }
    .loved-comfort-next {
        right: 5px;
    }
}
/* =========================================
   SPRING CARDS
========================================= */
.spring-cards-slider {
    position: relative;
    width: 100%;
}
/* Desktop = 4 cards in one row */
.spring-cards-track {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 1.5rem;
}
.spring-card-item {
    min-width: 0;
}
.spring-card-item .spring-card {
    width: 100%;
    height: 100%;
}
/* Hide controls on desktop */
.spring-card-control {
    display: none;
}
/* =========================================
   TABLET
========================================= */
@media (max-width: 991.98px) {
    .spring-cards-slider {
        overflow: hidden;
    }
    .spring-cards-track {
        display: flex;
        gap: 1.5rem;
        will-change: transform;
    }
    .spring-card-item {
        flex: 0 0 calc((100% - 1.5rem) / 2);
        min-width: 0;
    }
    .spring-card-control {
        display: flex;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        z-index: 10;
        width: 42px;
        height: 42px;
        border: 0;
        border-radius: 50%;
        background: #fff;
        color: #1f4c4a;
        align-items: center;
        justify-content: center;
        box-shadow: 0 4px 15px rgba(0, 0, 0, .15);
        cursor: pointer;
        transition: all .2s ease;
    }
    .spring-card-control:hover {
        background: #1f4c4a;
        color: #fff;
    }
    .spring-card-prev {
        left: 8px;
    }
    .spring-card-next {
        right: 8px;
    }
}
/* =========================================
   MOBILE
========================================= */
@media (max-width: 767.98px) {
    .spring-cards-track {
        gap: 1rem;
    }
    .spring-card-item {
        flex: 0 0 100%;
    }
    .spring-card-control {
        width: 38px;
        height: 38px;
    }
    .spring-card-prev {
        left: 5px;
    }
    .spring-card-next {
        right: 5px;
    }
}

.talent-section {
      border-bottom: 1px solid #e5e5e5;
      padding: 5px 0 14px;
    }

    .talent-image {
      width: 100%;
      height: 142px;
      object-fit: cover;
      display: block;
    }

    .talent-title {
      color: var(--duvet-petrol);
      margin-bottom: 10px;
    }

    .talent-text {
      color: var(--duvet-petrol);
      font-size: 1rem;
      line-height: 1.5;
      max-width: 600px;
      margin: 0;
    }

    @media (max-width: 767.98px) {
      .talent-image {
        height: 220px;
      }

      .talent-title {
        font-size: 25px;
        margin-top: 20px;
      }

      .talent-text {
        font-size: 14px;
      }
    }
