/* Same layout as the-finished-utility / inspired-by-stillness — keep in sync with public/inspiration/inspired-by-stillness/fu-stillness.css */
.fuHero {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 18px;
  align-items: start;
  margin-top: 6px;
}
.fuHero picture {
  display: block;
  min-width: 0;
}
.fuHero picture img,
.fuHero .pHeroImg {
  width: 100%;
  height: min(58vh, 580px);
  display: block;
  object-fit: cover;
}
.fuHeroAside {
  padding-top: 6px;
  min-width: 0;
}
.fuHeroAside p {
  margin: 0 0 12px;
  color: #3a3a3a;
  line-height: 1.9;
  font-size: 14px;
}

.fuStrip {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: minmax(240px, 1fr);
  gap: 12px;
  overflow-x: auto;
  overflow-y: hidden;
  scroll-snap-type: x mandatory;
  padding-top: 18px;
  padding-bottom: 4px;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.fuStrip::-webkit-scrollbar {
  display: none;
}
.fuCard {
  scroll-snap-align: start;
  border: 1px solid var(--line);
  border-radius: 16px;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.5);
}
.fuCard picture {
  display: block;
}
.fuCard img,
.fuCard picture img {
  width: 100%;
  height: 210px;
  display: block;
  object-fit: cover;
}
.fuCard .fuCap {
  padding: 10px 12px;
  font-size: 12px;
  color: #5a524a;
  line-height: 1.6;
}

.pWrap section.pSection {
  margin-top: 34px;
}

.fuWarm {
  margin-top: 28px;
}
.fuWarm__row {
  display: grid;
  grid-template-columns: minmax(200px, 0.36fr) minmax(0, 1fr);
  gap: 22px;
  align-items: center;
}
.fuWarm__intro {
  margin: 0;
  max-width: none;
  font-size: clamp(20px, 2.4vw, 26px);
  line-height: 1.35;
  letter-spacing: -0.02em;
  color: #2a241c;
  font-weight: 600;
  font-family: "Cormorant Garamond", ui-serif, Georgia, serif;
}
.fuWarm__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}
.fuWarm__tile {
  border: none;
  border-radius: 0;
  overflow: visible;
  background: var(--paper);
}
.fuWarm__tile img {
  width: 100%;
  aspect-ratio: 1 / 1;
  height: auto;
  display: block;
  object-fit: cover;
  border-radius: 0 !important;
}
.fuWarm__placeholder {
  width: 100%;
  aspect-ratio: 1 / 1;
  background: repeating-linear-gradient(
    -45deg,
    #ece6dc,
    #ece6dc 10px,
    #f4efe6 10px,
    #f4efe6 20px
  );
  border: 1px dashed var(--line);
  box-sizing: border-box;
}
.fuWarm__title {
  margin: 0;
  padding: 8px 10px 9px;
  background: var(--paper);
  border: 0;
  outline: none;
  box-shadow: none;
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #6f6a61;
  line-height: 1.3;
  font-family: "Nunito", system-ui, -apple-system, Segoe UI, Roboto, Arial;
}

.pSection.fuStructured {
  margin-top: 28px;
  /* Contain grid overflow (avoids huge intrinsic img height escaping the band). */
  overflow: hidden;
  position: relative;
  isolation: isolate;
}
/* Layered order — inset card (homepage OUR PROCESS now matches .valueProps strip). */
.pSection.fuStructured--mowRibbon {
  overflow: visible;
  margin-top: clamp(14px, 2.4vw, 28px);
}
.fuStructured--mowRibbon .fuStructured__inner {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(0, 1.2fr);
  grid-template-rows: auto;
  gap: clamp(16px, 3vw, 32px);
  align-items: center;
  width: calc(100% - clamp(24px, 5vw, 56px));
  max-width: min(1440px, calc(100% - clamp(24px, 5vw, 56px)));
  margin: 0 auto;
  padding: clamp(18px, 3vw, 26px) clamp(14px, 3vw, 28px) clamp(22px, 3vw, 32px);
  min-height: clamp(320px, 36vh, 480px);
  overflow: hidden;
  background-color: #f0ede8;
  background-image: none;
  border: none;
  box-shadow:
    0 1px 0 rgba(255, 255, 255, 0.55) inset,
    0 10px 28px rgba(42, 31, 26, 0.065),
    0 4px 10px rgba(42, 31, 26, 0.038);
  box-sizing: border-box;
}
.fuStructured--mowRibbon .fuStructured__ribbonSegment {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 12px;
  min-width: 0;
}
.fuStructured--mowRibbon .fuStructured__copy {
  transform: none;
  justify-content: center;
}
.fuStructured--mowRibbon .fuStructured__head.homeProcessRibbon__title {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: normal;
  text-transform: none;
  color: #42352d;
  line-height: 1.25;
  font-family: "Nunito", ui-sans-serif, system-ui, -apple-system, Segoe UI, Roboto, Arial;
}
.fuStructured--mowRibbon .fuStructured__body.homeProcessRibbon__desc {
  margin: 4px 0 0;
  max-width: 36ch;
  font-size: 12px;
  line-height: 1.55;
  color: #5f5249;
  letter-spacing: normal;
}
.fuStructured__copy {
  min-width: 0;
  min-height: 0;
  align-self: stretch;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: left;
}
.fuStructured__head {
  margin: 0 0 calc(16px * 0.8);
  font-family: "Nunito", system-ui, -apple-system, Segoe UI, Roboto, Arial;
  font-size: clamp(14px, 1.65vw, 20px);
  font-weight: 500;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: #454039;
  line-height: 1.15;
}
.fuStructured__headLine {
  display: block;
}
.fuStructured__body {
  margin: 0;
  max-width: 26ch;
  font-family: "Nunito", system-ui, -apple-system, Segoe UI, Roboto, Arial;
  font-size: clamp(calc(13px * 0.95), calc(1.12vw * 0.95), calc(15px * 0.95));
  line-height: 1.32; /* ~20% tighter than 1.65 */
  letter-spacing: 0.01em;
  color: #3c3a35;
  font-weight: 400;
  text-align: left;
}

/* Beat premium-page mobile centering for this story. */
.pSite:not(.gallery) .pWrap .pSection.fuStructured--mowRibbon .fuStructured__copy,
.pSite:not(.gallery) .pWrap .pSection.fuStructured--mowRibbon .fuStructured__head,
.pSite:not(.gallery) .pWrap .pSection.fuStructured--mowRibbon .fuStructured__body {
  text-align: left;
}
.pSite:not(.gallery) .pWrap .pSection.fuStructured--mowRibbon .fuStructured__body {
  margin-inline: 0;
}

.fuStructured__fig {
  margin: 0;
  min-width: 0;
  min-height: 0;
  align-self: stretch;
  width: 100%;
  overflow: hidden;
}
.fuStructured__fig picture {
  display: block;
  background: transparent;
  width: 100%;
  height: 100%;
  min-height: 0;
}
.fuStructured__fig img {
  width: 100%;
  max-width: 100%;
  height: 100%;
  min-height: 0;
  aspect-ratio: 2 / 3;
  display: block;
  margin-inline: 0;
  object-fit: cover;
  object-position: center;
  background: transparent;
}
.fuStructured__placeholder {
  width: 91%;
  max-width: 100%;
  margin-inline: auto;
  min-height: 200px;
  background: repeating-linear-gradient(
    -45deg,
    #ece6dc,
    #ece6dc 10px,
    #f4efe6 10px,
    #f4efe6 20px
  );
  border: 1px dashed #c9c2b8;
}

@media (min-width: 981px) {
  .fuStructured--mowRibbon .fuStructured__inner {
    max-height: min(calc(820px * 0.8 * 1.15), calc(61vh * 1.15));
  }
}

@media (max-width: 980px) {
  .fuStructured--mowRibbon .fuStructured__inner {
    grid-template-columns: 1fr;
    grid-template-rows: auto minmax(clamp(calc(220px * 0.8 * 1.15), calc(38vh * 0.8 * 1.15), calc(380px * 0.8 * 1.15)), auto);
    width: calc(100% - clamp(16px, 4vw, 32px));
    max-width: min(1440px, calc(100% - clamp(16px, 4vw, 32px)));
  }
  .fuStructured__copy {
    align-self: stretch;
    justify-content: flex-start;
  }
  .fuStructured__fig {
    min-height: 0;
    align-self: stretch;
    width: 100%;
    height: 100%;
  }
  .fuWarm__row {
    grid-template-columns: 1fr;
    align-items: start;
    gap: 16px;
  }
  .fuWarm__intro {
    max-width: 48ch;
  }
  .fuWarm__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .fuHero {
    grid-template-columns: 1fr;
  }
  .fuHero picture img,
  .fuHero .pHeroImg {
    height: min(64vh, 640px);
  }
  .pEditorial.fuEditEditorial {
    grid-template-columns: 1fr;
    --fu-edit-hero-h: min(calc(420px * 0.85), calc(52vh * 0.85));
  }
  .fuEditEditorial .fuEditCol--hero .fuEditHero {
    height: var(--fu-edit-hero-h);
  }
  .fuEditEditorial .fuEditCol--stack {
    min-height: 0;
  }
  .fuEditEditorial .fuEditTwin {
    min-height: 0;
    gap: 16px;
  }
  .fuEditEditorial .fuEditTwin__row {
    grid-template-columns: 1fr;
  }
  .fuEditEditorial .fuEditTwin__row--lower {
    margin-top: 0;
  }
  .fuEditEditorial .fuEditTwin__imgWrap .pThumb {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
  }
}
@media (max-width: 520px) {
  .fuWarm__grid {
    grid-template-columns: 1fr;
  }
}

.pEditorial.fuEditEditorial {
  --fu-edit-hero-h: min(calc(560px * 0.85), calc(68vh * 0.85));
  grid-template-columns: minmax(0, 0.96fr) minmax(0, 1.32fr) minmax(0, 1.42fr);
  gap: 18px;
  align-items: stretch;
}
.fuEditEditorial .fuEditCol {
  min-width: 0;
}
.fuEditEditorial .fuEditCol--text.fuEditCol--lead {
  align-self: stretch;
  text-align: left;
  background: #f2ede4;
  padding: 22px 20px 26px;
  box-sizing: border-box;
}
.fuEditEditorial .fuEditLead__head {
  margin: 0 0 12px;
  padding: 0;
  border: 0;
  font-family: "Nunito", system-ui, -apple-system, Segoe UI, Roboto, Arial;
  font-size: clamp(15px, 1.35vw, 17px);
  font-weight: 500;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: #1e2433;
  line-height: 1.22;
}
.fuEditEditorial .fuEditLead__rule {
  width: 40px;
  height: 1px;
  background: #b89a72;
  margin: 0 0 20px;
}
.fuEditEditorial .fuEditLead__body {
  margin: 0;
  max-width: 38ch;
  font-family: "Nunito", system-ui, -apple-system, Segoe UI, Roboto, Arial;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.88;
  color: #33302c;
}
.fuEditEditorial .fuEditCol--hero {
  align-self: start;
}
.fuEditEditorial .fuEditCol--hero .fuEditHero {
  width: 100%;
  height: var(--fu-edit-hero-h);
  object-fit: cover;
  display: block;
}
.fuEditEditorial .fuEditCol--stack {
  display: flex;
  flex-direction: column;
  min-height: var(--fu-edit-hero-h);
  height: 100%;
  gap: 0;
}
.fuEditEditorial .fuEditTwin {
  display: flex;
  flex-direction: column;
  flex: 1 1 auto;
  min-height: max(0px, calc(var(--fu-edit-hero-h) - 6.5rem));
  min-width: 0;
  height: 100%;
  gap: 12px;
}
.fuEditEditorial .fuEditTwin__row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(12.5rem, 1.35fr);
  gap: 14px;
  align-items: start;
  min-width: 0;
}
.fuEditEditorial .fuEditTwin__row--lower {
  margin-top: auto;
}
.fuEditEditorial .fuEditTwin__rowHead {
  grid-column: 1 / -1;
  min-width: 0;
}
.fuEditEditorial .fuEditTwin__rowHead .fuEditLead__rule {
  margin-bottom: 0;
}
.fuEditEditorial .fuEditTwin__imgWrap {
  width: 100%;
  aspect-ratio: 1 / 1;
  position: relative;
  overflow: hidden;
  min-width: 0;
}
.fuEditEditorial .fuEditTwin__imgWrap .pThumb {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.fuEditEditorial .fuEditTwin__copy {
  min-width: 0;
  width: 100%;
  text-align: left;
}
.fuEditEditorial .fuEditTwin__copy p {
  margin: 0;
  width: 100%;
  font-size: 14px;
  line-height: 1.75;
  color: #33302c;
  text-wrap: pretty;
}

/* Ensure mobile stacks even though base rules appear later in file. */
@media (max-width: 980px) {
  .pEditorial.fuEditEditorial {
    grid-template-columns: 1fr;
    --fu-edit-hero-h: min(calc(420px * 0.85), calc(52vh * 0.85));
  }
  .fuEditEditorial .fuEditCol--hero .fuEditHero {
    height: var(--fu-edit-hero-h);
  }
  .fuEditEditorial .fuEditCol--stack {
    min-height: 0;
  }
  .fuEditEditorial .fuEditTwin {
    min-height: 0;
    gap: 16px;
  }
  .fuEditEditorial .fuEditTwin__row {
    grid-template-columns: 1fr;
  }
  .fuEditEditorial .fuEditTwin__row--lower {
    margin-top: 0;
  }
}

.pImgGrid picture {
  display: block;
}
.pImgGrid picture.pThumb--tall {
  grid-column: 1 / -1;
}
.pImgGrid picture img {
  width: 100%;
  display: block;
}
.pHero picture {
  display: block;
}
.pHero picture img {
  width: 100%;
  display: block;
}
.pCarousel picture,
.sCarousel picture {
  display: block;
}
.pCarousel picture img,
.sCarousel picture img {
  width: 100%;
  display: block;
}
.azMoodTwo picture {
  display: block;
}
.azMoodFull picture {
  display: block;
}
.azSlide picture {
  display: block;
}

/* Three feature icons from /content_optimized_v3/modern-order-warmth/icons/ */
.mowFeatGrid.oFeatGrid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
.mowFeatGrid .oFeat:nth-child(3) {
  border-right: 0;
}
.mowFeatGrid .oIco picture {
  display: block;
}
.mowFeatGrid .oIco picture img {
  width: 44px;
  height: 44px;
  display: block;
  object-fit: contain;
}
@media (max-width: 900px) {
  .mowFeatGrid.oFeatGrid {
    grid-template-columns: 1fr;
  }
  .mowFeatGrid .oFeat {
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }
  .mowFeatGrid .oFeat:last-child {
    border-bottom: 0;
  }
}

/* Editorial mobile stack (must stay last in this file — no rules after). */
@media (max-width: 980px) {
  .pEditorial.fuEditEditorial {
    grid-template-columns: 1fr;
  }
  .fuEditEditorial .fuEditTwin__row {
    grid-template-columns: 1fr;
  }
}
