/*
 * Scatto UAT refinements
 * Isolated layer for product media frames and desktop mega menus.
 * Loaded after the compiled theme stylesheet for safe rollback.
 */

:root {
  --scatto-surface: #f4f2ee;
  --scatto-modal-background: #080808;
  --scatto-border: rgba(0, 0, 0, 0.16);
  --scatto-focus: #2367d1;
  --scatto-container-max: 1568px;
  --scatto-gutter: clamp(16px, 4vw, 60px);
  --scatto-touch-target: 44px;
  --scatto-space-1: 8px;
  --scatto-space-2: 16px;
  --scatto-space-3: 24px;
  --scatto-space-4: 32px;
}

.scatto-skip-link {
  position: fixed;
  z-index: 100200;
  top: 12px;
  left: 12px;
  padding: 12px 16px;
  min-height: var(--scatto-touch-target);
  background: #fff;
  color: #000;
  font: 600 14px/1.2 Barlow, Arial, sans-serif;
  text-decoration: none;
  transform: translateY(calc(-100% - 24px));
  transition: transform 180ms ease;
}

.scatto-skip-link:focus {
  transform: translateY(0);
}

#scatto-main:focus {
  outline: none;
}

/* Restore a clear keyboard focus after the compiled theme resets outlines. */
body :where(a, button, input, select, textarea, summary, [tabindex]):focus-visible {
  outline: 2px solid var(--scatto-focus) !important;
  outline-offset: 3px;
}

body :where(button, [role="button"]) {
  touch-action: manipulation;
}

body :where(
  .swiper-button-prev,
  .swiper-button-next,
  [class*="button-"][class*="-prev"],
  [class*="button-"][class*="-next"]
) {
  min-width: var(--scatto-touch-target);
  min-height: var(--scatto-touch-target);
}

body :where(
  .swiper-button-prev,
  .swiper-button-next,
  [class*="button-"][class*="-prev"],
  [class*="button-"][class*="-next"]
)[role="button"] {
  cursor: pointer;
}

/* WCAG 2.2 touch targets for the primary navigation and global actions. */
.Header__content > a:first-child,
.Header__content--actions .cartButton,
.Header__content--actions .searchButton,
.contentMobile__inner .options .cartButton,
.contentMobile__inner .options .searchButton {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: var(--scatto-touch-target);
  min-height: var(--scatto-touch-target);
}

/* Product cards: preserve the square and never stretch hover photography. */
.Archive__list--box .photo,
.Search__list--box .photo,
.homeProducts__thumb {
  position: relative;
  isolation: isolate;
  aspect-ratio: 1 / 1;
  overflow: hidden;
  background: #050505;
}

.Archive__list--box .photo img,
.Search__list--box .photo img,
.homeProducts__thumb img {
  display: block;
  max-width: none;
}

.Archive__list--box .photo .first,
.Search__list--box .photo .first,
.homeProducts__thumb .first {
  width: 90%;
  height: 90%;
  object-fit: contain;
  object-position: center;
}

.Archive__list--box .photo .second,
.Search__list--box .photo .second,
.homeProducts__thumb .second {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  padding: 0;
  object-fit: cover;
  object-position: center;
  background: transparent;
  transform: scale(1);
  transition: opacity 320ms ease, transform 700ms cubic-bezier(0.22, 1, 0.36, 1);
}

.Archive__list--box:hover .photo .second,
.Archive__list--box:focus-visible .photo .second,
.Search__list--box:hover .photo .second,
.Search__list--box:focus-visible .photo .second,
.homeProducts:hover .homeProducts__thumb .second,
.homeProducts:focus-visible .homeProducts__thumb .second {
  transform: scale(1.012);
}

/* Full-width environmental banner: desktop and mobile keep their proportions. */
.ProductsSingle__bannerTwo {
  width: 100%;
  max-height: 820px;
  overflow: hidden;
  background: var(--scatto-surface);
}

.ProductsSingle__bannerTwo .scatto-environment-image {
  display: block;
  width: 100%;
  max-height: 820px;
  object-fit: cover;
  object-position: var(--scatto-media-position, 50% 50%);
}

.scatto-environment-picture,
.scatto-product-hero-picture {
  display: block;
  width: 100%;
}

.scatto-product-hero-picture {
  position: relative;
  z-index: 2;
}

.scatto-product-hero-picture .scatto-product-hero-image {
  display: block;
  width: 100%;
  height: auto;
}

/*
 * Optional product hero photography fills the same frame without changing the
 * established title/CTA geometry. A scoped veil protects copy contrast for any
 * editor-selected image, while legacy centered artwork remains untouched.
 */
.ProductsSingle__banner--content.scatto-product-hero--full {
  isolation: isolate;
}

.ProductsSingle__banner--content.scatto-product-hero--full::before {
  content: "";
  position: absolute;
  z-index: 1;
  inset: 0;
  background: linear-gradient(
    90deg,
    rgba(0, 0, 0, 0.84) 0%,
    rgba(0, 0, 0, 0.62) 28%,
    rgba(0, 0, 0, 0.18) 62%,
    rgba(0, 0, 0, 0.08) 100%
  );
  pointer-events: none;
}

.scatto-product-hero--full .scatto-product-hero-background-picture,
.scatto-product-hero--full .scatto-product-hero-background-image {
  position: absolute;
  z-index: 0;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
}

.scatto-product-hero--full .scatto-product-hero-background-image {
  object-fit: cover;
  object-position: center;
}

.scatto-product-hero--full .text,
.scatto-product-hero--full .image {
  position: relative;
  z-index: 2;
}

/*
 * Product PNGs include transparent breathing room below the luminaire.
 * On phones, offset the intact artwork so its visible mass—not its canvas—
 * is centered between the header and the product heading.
 */
@media (max-width: 539px) {
  .ProductsSingle__banner--content .image .scatto-product-hero-picture {
    transform: translateY(clamp(72px, 10vh, 132px));
  }
}

@media (max-width: 1199px) {
  .ProductsSingle__banner--content.scatto-product-hero--full::before {
    background: linear-gradient(
      0deg,
      rgba(0, 0, 0, 0.88) 0%,
      rgba(0, 0, 0, 0.58) 32%,
      rgba(0, 0, 0, 0.12) 68%,
      rgba(0, 0, 0, 0.04) 100%
    );
  }
}

@media (max-width: 1023px) {
  .ProductsSingle__bannerTwo .scatto-environment-image {
    height: min(130vw, 820px);
    min-height: 480px;
  }
}

@media (min-width: 1024px) {
  .ProductsSingle__bannerTwo .scatto-environment-image {
    height: min(64.0625vw, 820px);
  }
}

/* Product story: more editorial typography and predictable media geometry. */
.ProductsSingle__about--content .text .content {
  max-width: 58ch;
  font-size: clamp(16px, 1.25vw, 18px);
  line-height: 1.65;
}

.ProductsSingle__about--content .text .content p {
  margin-bottom: 1.4em;
}

.ProductsSingle__about--content .slider {
  min-width: 0;
}

.scatto-gallery-frame {
  appearance: none;
  display: block;
  position: relative;
  width: 100%;
  aspect-ratio: 1 / 1;
  margin: 0;
  padding: 0;
  overflow: hidden;
  border: 0;
  background: transparent;
  cursor: zoom-in;
}

.scatto-gallery-frame::after {
  content: "";
  position: absolute;
  inset: 0;
  border: 1px solid rgba(255, 255, 255, 0);
  transition: border-color 220ms ease;
  pointer-events: none;
}

.scatto-gallery-frame:hover::after,
.scatto-gallery-frame:focus-visible::after {
  border-color: rgba(255, 255, 255, 0.75);
}

.scatto-gallery-image {
  display: block;
  width: 100%;
  height: 100%;
  padding: 0;
  object-fit: cover;
  object-position: center;
  transition: transform 600ms cubic-bezier(0.22, 1, 0.36, 1);
}

.scatto-gallery-frame:hover .scatto-gallery-image {
  transform: scale(1.018);
}

.scatto-gallery-frame__zoom-icon {
  position: absolute;
  z-index: 2;
  right: 16px;
  bottom: 16px;
  width: 46px;
  height: 46px;
  padding: 12px;
  border: 1px solid rgba(0, 0, 0, 0.16);
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.16);
  color: #080808;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.45;
  pointer-events: none;
  transition:
    background-color 180ms ease,
    color 180ms ease,
    transform 180ms ease;
  backdrop-filter: blur(6px);
}

.scatto-gallery-frame:hover .scatto-gallery-frame__zoom-icon,
.scatto-gallery-frame:focus-visible .scatto-gallery-frame__zoom-icon {
  background: #080808;
  color: #fff;
  transform: translateY(-2px);
}

.scatto-gallery-frame__hint {
  margin: 10px 0 0;
  color: rgba(8, 8, 8, 0.56);
  font-family: Barlow, Arial, sans-serif;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0.04em;
  line-height: 1.4;
}

@media (max-width: 767px) {
  .scatto-gallery-frame__zoom-icon {
    right: 12px;
    bottom: 12px;
    width: 44px;
    height: 44px;
    padding: 11px;
  }
}

@media (min-width: 1024px) {
  .ProductsSingle__about--content {
    display: grid;
    grid-template-columns: minmax(320px, 0.78fr) minmax(0, 1.22fr);
    align-items: center;
    gap: clamp(48px, 6vw, 96px);
    padding: clamp(72px, 8vw, 112px) 0;
  }

  .ProductsSingle__about--content .text {
    max-width: 560px;
  }

  .ProductsSingle__about--content .slider {
    width: 100%;
    max-width: none;
  }

  .scatto-gallery-frame {
    aspect-ratio: 1 / 1;
  }
}

/* High-resolution modal with contain mode and restrained zoom. */
.scatto-media-modal {
  display: none;
  position: fixed;
  inset: 0;
  z-index: 100100;
  align-items: center;
  justify-content: center;
  background: var(--scatto-modal-background);
  color: #fff;
}

.scatto-media-modal.is-active {
  display: flex;
}

body.scatto-modal-open {
  overflow: hidden;
}

.scatto-media-modal__toolbar {
  position: absolute;
  z-index: 3;
  top: 0;
  left: 0;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  width: 100%;
  min-height: 68px;
  padding: 12px 20px;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.76), transparent);
  pointer-events: none;
}

.scatto-media-modal__counter {
  justify-self: start;
  font-size: 13px;
  letter-spacing: 0.12em;
}

.scatto-media-modal__zoom {
  display: flex;
  align-items: center;
  gap: 2px;
  justify-self: center;
}

.scatto-media-modal__zoom button,
.scatto-media-modal__close {
  appearance: none;
  min-width: 40px;
  min-height: 40px;
  border: 1px solid rgba(255, 255, 255, 0.35);
  background: rgba(0, 0, 0, 0.22);
  color: #fff;
  cursor: pointer;
  pointer-events: auto;
}

.scatto-media-modal__zoom button:hover,
.scatto-media-modal__zoom button:focus-visible,
.scatto-media-modal__close:hover,
.scatto-media-modal__close:focus-visible {
  background: #fff;
  color: #000;
}

.scatto-media-modal__close {
  justify-self: end;
  border: 0;
  background: transparent;
  font-size: 34px;
  font-weight: 300;
  line-height: 1;
}

.scatto-modal-swiper {
  width: 100%;
  height: 100%;
}

.scatto-modal-swiper .swiper-wrapper {
  align-items: center;
}

.scatto-modal-swiper--controlled {
  overscroll-behavior: contain;
  touch-action: none;
}

.scatto-modal-swiper--controlled .swiper-wrapper {
  align-items: stretch;
  width: 100%;
  height: 100%;
}

.scatto-modal-swiper .swiper-slide {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  padding: 78px 64px 36px;
  overflow: hidden;
}

.scatto-modal-swiper--controlled .swiper-slide {
  flex: 0 0 100%;
  min-width: 100%;
}

.scatto-media-modal__zoom-stage {
  display: flex;
  flex: 1 1 auto;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-width: 0;
  min-height: 0;
  overflow: hidden;
  touch-action: none;
}

.scatto-media-modal__zoom-media {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 100%;
  max-height: 100%;
}

.scatto-modal-swiper .swiper-slide img {
  display: block;
  max-width: 94vw;
  max-height: calc(100vh - 124px);
  width: auto;
  height: auto;
  object-fit: contain;
  transform: translate3d(0, 0, 0) scale(1);
  transform-origin: center;
  transition: transform 180ms ease;
  cursor: zoom-in;
  user-select: none;
  -webkit-user-drag: none;
  will-change: transform;
}

.scatto-modal-swiper .swiper-slide img.is-zoomed {
  cursor: zoom-out;
}

.scatto-media-modal__caption {
  max-width: min(760px, 86vw);
  margin-top: 12px;
  color: rgba(255, 255, 255, 0.78);
  font-size: 13px;
  line-height: 1.45;
  text-align: center;
}

.scatto-media-modal__thumbs {
  display: flex;
  position: absolute;
  z-index: 4;
  bottom: 18px;
  left: 50%;
  align-items: center;
  gap: 6px;
  max-width: min(760px, calc(100vw - 120px));
  padding: 5px;
  overflow-x: auto;
  border-radius: 2px;
  background: rgba(0, 0, 0, 0.46);
  box-shadow: 0 10px 32px rgba(0, 0, 0, 0.22);
  transform: translateX(-50%);
  scrollbar-width: none;
  backdrop-filter: blur(8px);
}

.scatto-media-modal__thumbs::-webkit-scrollbar {
  display: none;
}

.scatto-media-modal__thumb {
  appearance: none;
  flex: 0 0 58px;
  width: 58px;
  height: 58px;
  padding: 0;
  overflow: hidden;
  border: 2px solid transparent;
  border-radius: 2px;
  background: #111;
  opacity: 0.62;
  cursor: pointer;
  transition:
    border-color 180ms ease,
    opacity 180ms ease,
    transform 180ms ease;
}

.scatto-media-modal__thumb:hover,
.scatto-media-modal__thumb:focus-visible {
  opacity: 0.92;
  transform: translateY(-1px);
}

.scatto-media-modal__thumb.is-active {
  border-color: #fff;
  opacity: 1;
}

.scatto-media-modal__thumb img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.scatto-modal-swiper .swiper-slide {
  padding-bottom: 108px;
}

.scatto-modal-swiper .swiper-slide img {
  max-height: calc(100vh - 190px);
}

.scatto-modal-next,
.scatto-modal-prev {
  appearance: none;
  padding: 0;
  border: 0;
  background: transparent;
  color: #fff !important;
}

.scatto-modal-next::after,
.scatto-modal-prev::after {
  font-size: 26px;
}

@media (max-width: 767px) {
  .scatto-media-modal__toolbar {
    grid-template-columns: auto 1fr auto;
    min-height: 60px;
    padding: 10px 12px;
  }

  .scatto-media-modal__zoom {
    justify-self: center;
  }

  .scatto-media-modal__zoom button {
    min-width: 36px;
    min-height: 36px;
  }

  .scatto-modal-swiper .swiper-slide {
    padding: 68px 12px 24px;
  }

  .scatto-modal-swiper .swiper-slide img {
    max-width: 96vw;
    max-height: calc(100vh - 96px);
  }

  .scatto-media-modal__thumbs {
    bottom: 10px;
    gap: 4px;
    max-width: calc(100vw - 24px);
    padding: 4px;
  }

  .scatto-media-modal__thumb {
    flex-basis: 48px;
    width: 48px;
    height: 48px;
  }

  .scatto-modal-swiper .swiper-slide {
    padding-bottom: 78px;
  }

  .scatto-modal-swiper .swiper-slide img {
    max-height: calc(100vh - 150px);
  }

  .scatto-modal-next,
  .scatto-modal-prev {
    width: 34px;
  }
}

/*
 * Product detail modal: let integral media use the full viewport.
 * The shared toolbar, arrows and thumbnail rail stay layered above the image;
 * About and the institutional pages retain the established modal geometry.
 */
.ProductsSingle .scatto-modal-swiper .swiper-slide {
  position: relative;
  padding: 0;
}

.ProductsSingle .scatto-media-modal__zoom-stage {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.ProductsSingle .scatto-media-modal__zoom-media {
  width: 100%;
  height: 100%;
  max-width: none;
  max-height: none;
}

.ProductsSingle .scatto-modal-swiper .swiper-slide img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

.ProductsSingle .scatto-media-modal__caption {
  position: absolute;
  z-index: 2;
  bottom: clamp(74px, 8vw, 96px);
  left: 50%;
  margin: 0;
  padding: 8px 12px;
  background: rgba(0, 0, 0, 0.48);
  transform: translateX(-50%);
  pointer-events: none;
  backdrop-filter: blur(8px);
}

.ProductsSingle .scatto-modal-next,
.ProductsSingle .scatto-modal-prev {
  position: absolute;
  z-index: 4;
}
/* End product-detail full-viewport modal. */

/* Product slider: real images instead of stretching background layers. */
.ProductsSingle__slider--list .sliderProdutctBox {
  display: flex;
  position: relative;
  align-items: flex-end;
  width: 100%;
  height: auto;
  aspect-ratio: 1 / 1;
  margin: 0;
  overflow: hidden;
  background: var(--scatto-surface);
}

.ProductsSingle__slider--list .scatto-slider-image {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: var(--scatto-slider-position, 50% 50%);
}

.ProductsSingle__slider--list .scatto-product-carousel-trigger {
  appearance: none;
  position: absolute;
  z-index: 0;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  border: 0;
  background: transparent;
  cursor: zoom-in;
}

.ProductsSingle__slider--list .scatto-product-carousel-trigger:focus-visible {
  outline-offset: -3px;
}

.ProductsSingle__slider--list .sliderProdutctBox .overlay,
.ProductsSingle__slider--list .sliderProdutctBox figcaption {
  pointer-events: none;
}

.ProductsSingle__slider--list .sliderProdutctBox figcaption {
  position: relative;
  z-index: 2;
  padding: 20px;
  color: #fff;
  font-size: clamp(16px, 1.4vw, 22px);
}

.ProductsSingle__slider-zoom-hint {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  margin: 12px 0 0;
  color: rgba(8, 8, 8, 0.56);
  font-family: Barlow, Arial, sans-serif;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0.04em;
  line-height: 1.4;
}

.ProductsSingle__slider-zoom-hint-icon {
  flex: 0 0 17px;
  width: 17px;
  height: 17px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.45;
}

/*
 * Home — Seleção Studio Scatto: reuse the product-detail slider geometry.
 * The existing auto-width Swiper keeps its navigation and content untouched.
 */
.Home__Selection--content {
  padding-right: 0;
  padding-left: 2vw;
}

.Home__Selection--content .swiper-slide {
  width: calc((100% - 4.8px) / 1.2);
  max-width: none;
}

.Home__Selection--content .homeProducts__thumb {
  height: 400px;
}

@media (min-width: 768px) {
  .Home__Selection--content .swiper-slide {
    width: calc((100% - 28.8px) / 2.2);
  }
}

@media (min-width: 1024px) {
  .Home__Selection--content .swiper-slide {
    width: calc((100% - 55.2px) / 3.3);
  }
}

@media (min-width: 1355.1px) {
  .Home__Selection--content .homeProducts__thumb {
    height: 576px;
  }
}

/*
 * Compact desktop media geometry.
 * Notebook viewports and zoomed desktop layouts keep the editorial card rails
 * square, while the product-story gallery is capped by the usable viewport
 * height. Wide desktop, tablet and mobile retain their existing proportions.
 */
@media (min-width: 1200.1px) and (max-width: 1536px),
       (min-width: 1200.1px) and (max-width: 1728px) and (max-height: 900px) {
  body .Home > .Home__Selection .Home__Selection--content .homeProducts__thumb,
  body .ProductsSingle__related .Home__Selection--content .homeProducts__thumb {
    height: auto;
    aspect-ratio: 1 / 1;
  }

  body .ProductsSingle__about--content {
    grid-template-columns:
      minmax(320px, 1fr)
      minmax(0, clamp(400px, calc(100vh - 260px), 640px));
    gap: clamp(40px, 4vw, 72px);
    padding-block: clamp(48px, 6vh, 64px);
  }

  body .ProductsSingle__about--content .slider {
    width: 100%;
    max-width: none;
    justify-self: stretch;
  }
}

/* Footer banner: environment stays photographic; product PNG is untouched. */
.Home__Feature.internal .Home__Feature--image {
  position: relative;
  min-height: 460px;
  overflow: hidden;
  background: var(--scatto-surface) !important;
}

.Home__Feature.internal .scatto-feature-environment-image {
  display: block;
  width: 100%;
  height: 100%;
  min-height: inherit;
  object-fit: cover;
  object-position: var(--scatto-media-position, 50% 50%);
}

@media (max-width: 1023px) {
  .Home__Feature.internal .Home__Feature--image {
    min-height: min(110vw, 680px);
  }
}

/* Designers archive: reuse the Home card's 340 × 486 portrait frame. */
.DesignersPage__list {
  display: grid;
  grid-template-columns: minmax(0, 340px);
  justify-content: center;
  align-items: start;
  gap: clamp(32px, 4vw, 56px) 24px;
}

.DesignersPage__list--box {
  width: 100%;
  max-width: 340px;
}

.DesignersPage__list--box > a {
  display: flex;
  width: 100%;
  flex-direction: column;
}

.DesignersPage__list--box > a .thumb {
  position: relative;
  display: flex;
  width: 100%;
  aspect-ratio: 340 / 486;
  overflow: hidden;
  align-items: center;
  justify-content: center;
  background: #000;
}

.DesignersPage__list--box > a .thumb img {
  display: block;
  width: 100%;
  max-width: none;
  height: 100%;
  object-fit: cover;
  object-position: 50% 12%;
}

.DesignersPage__list--box > a .label {
  min-height: 54px;
  padding: 15px 0;
}

@media (min-width: 720px) {
  .DesignersPage__list {
    grid-template-columns: repeat(2, minmax(0, 340px));
    justify-content: space-between;
  }
}

@media (min-width: 1100px) {
  .DesignersPage__list {
    grid-template-columns: repeat(3, minmax(0, 340px));
  }
}

@media (min-width: 1500px) {
  .DesignersPage__list {
    grid-template-columns: repeat(4, minmax(0, 340px));
  }
}

/* Home film: Flos-inspired full-height editorial video with editable content. */
.scatto-home-film {
  width: 100%;
  margin: clamp(72px, 9vw, 144px) 0;
  padding: 0;
  overflow: hidden;
  background: #050505;
}

.scatto-home-film__stage {
  position: relative;
  width: 100%;
  height: 100svh;
  min-height: 620px;
  overflow: hidden;
  background: #050505;
}

.scatto-home-film__video {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  opacity: 0.9;
  transform: scale(1.035);
  transition:
    opacity 900ms ease,
    transform 1400ms cubic-bezier(0.22, 1, 0.36, 1);
}

.scatto-home-film.is-in-view .scatto-home-film__video {
  opacity: 1;
  transform: scale(1);
}

.scatto-home-film__stage::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    linear-gradient(
      90deg,
      rgba(0, 0, 0, 0.42) 0%,
      rgba(0, 0, 0, 0.18) 42%,
      rgba(0, 0, 0, 0.04) 72%,
      rgba(0, 0, 0, 0.08) 100%
    );
  pointer-events: none;
}

.scatto-home-film__content {
  position: absolute;
  z-index: 2;
  top: calc(50% - 10px);
  left: clamp(24px, 3.125vw, 60px);
  width: min(760px, calc(100% - 48px));
  color: #fff;
  transform: translateY(-50%);
}

/* Align only the editorial copy with the header logo/page container. */
@media (min-width: 768px) and (max-width: 1200px) {
  .scatto-home-film__content {
    left: clamp(16px, 3vw, 36px);
  }
}

@media (min-width: 1200.1px) {
  .scatto-home-film__content {
    left: max(60px, calc((100vw - 1568px) / 2 + 60px));
  }
}

.scatto-home-film__title {
  max-width: 12.5em;
  margin: 0;
  color: inherit;
  font-family: Barlow, sans-serif;
  font-size: clamp(36px, 3.125vw, 48px);
  font-weight: 400;
  letter-spacing: -0.035em;
  line-height: 1;
  text-wrap: balance;
}

.scatto-home-film__link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 55px;
  margin-top: 24px;
  padding: 16px 20px 14px;
  border: 1px solid currentColor;
  background: transparent;
  color: #fff;
  font-family: Barlow, sans-serif;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.06em;
  line-height: 20px;
  text-decoration: none;
  text-transform: uppercase;
  transition:
    background-color 260ms ease,
    color 260ms ease;
}

.scatto-home-film__link:hover,
.scatto-home-film__link:focus-visible {
  background: #fff;
  color: #000;
}

.scatto-home-film__control {
  position: absolute;
  z-index: 3;
  right: clamp(18px, 2.5vw, 40px);
  bottom: clamp(18px, 2.5vw, 40px);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  width: var(--scatto-touch-target);
  height: var(--scatto-touch-target);
  min-width: var(--scatto-touch-target);
  min-height: var(--scatto-touch-target);
  padding: 0;
  border: 1px solid rgba(255, 255, 255, 0.72);
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.18);
  color: #fff;
  font-family: Barlow, sans-serif;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  backdrop-filter: blur(8px);
  cursor: pointer;
  transition: background 240ms ease, color 240ms ease, opacity 240ms ease;
}

.scatto-home-film__control-label {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.scatto-home-film__control:hover,
.scatto-home-film__control:focus-visible {
  background: #fff;
  color: #000;
}

.scatto-home-film__play {
  width: 0;
  height: 0;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 8px solid currentColor;
}

.scatto-home-film.is-playing .scatto-home-film__play {
  width: 8px;
  height: 10px;
  border: 0;
  border-right: 3px solid currentColor;
  border-left: 3px solid currentColor;
}

@media (max-width: 767px) {
  .scatto-home-film {
    margin: 64px 0;
  }

  .scatto-home-film__stage {
    height: 100svh;
    min-height: 580px;
  }

  .scatto-home-film__stage::after {
    background:
      linear-gradient(
        90deg,
        rgba(0, 0, 0, 0.44) 0%,
        rgba(0, 0, 0, 0.22) 68%,
        rgba(0, 0, 0, 0.08) 100%
      );
  }

  .scatto-home-film__content {
    top: 47%;
    right: 20px;
    bottom: auto;
    left: 20px;
    width: auto;
    transform: translateY(-50%);
  }

  .scatto-home-film__title {
    max-width: 10em;
    font-size: clamp(32px, 9vw, 44px);
  }

  .scatto-home-film__link {
    min-height: 50px;
    margin-top: 22px;
    padding: 14px 18px 12px;
    font-size: 12px;
  }

  .scatto-home-film__control {
    right: 18px;
    bottom: 18px;
    width: 40px;
    height: 40px;
  }
}

/* About: cinematic black-and-white editorial narrative, fully ACF-driven. */
.About--editorial {
  overflow: clip;
  background: #fff;
  color: #0a0a0a;
}

.About--editorial [data-about-reveal] {
  opacity: 0;
  transform: translateY(28px);
  transition:
    opacity 900ms cubic-bezier(0.22, 1, 0.36, 1),
    transform 900ms cubic-bezier(0.22, 1, 0.36, 1);
}

.About--editorial [data-about-reveal].is-about-visible {
  opacity: 1;
  transform: none;
}

.AboutEditorial__hero.About__banner {
  position: relative;
  min-height: 100svh;
  overflow: hidden;
  background: #080808;
}

.AboutEditorial__hero-media,
.AboutEditorial__hero-media img {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
}

.AboutEditorial__hero-media img {
  object-fit: cover;
  object-position: center;
  animation: scatto-about-hero-arrival 1800ms cubic-bezier(0.22, 1, 0.36, 1) both;
}

@keyframes scatto-about-hero-arrival {
  from { opacity: 0.72; transform: scale(1.04); }
  to { opacity: 1; transform: scale(1); }
}

.AboutEditorial__hero .overlay {
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    linear-gradient(180deg, rgba(0, 0, 0, 0.16) 0%, rgba(0, 0, 0, 0.04) 44%, rgba(0, 0, 0, 0.74) 100%),
    linear-gradient(90deg, rgba(0, 0, 0, 0.22), transparent 54%);
}

.AboutEditorial__hero .content {
  position: absolute;
  z-index: 2;
  inset: 0;
  display: flex;
  align-items: flex-end;
  padding: 0 0 clamp(52px, 7vw, 108px);
  color: #fff;
}

.AboutEditorial__hero .content .container,
.AboutEditorial__hero .content__inner {
  width: 100%;
}

.AboutEditorial__hero .content__inner {
  max-width: 920px;
}

.AboutEditorial__hero .content p {
  margin: 0 0 14px;
  font-family: Barlow, sans-serif;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.19em;
  line-height: 1.3;
  text-transform: uppercase;
}

.AboutEditorial__hero .content h1 {
  max-width: 12em;
  margin: 0;
  color: inherit;
  font-family: Cormorant, sans-serif;
  font-size: clamp(52px, 7.1vw, 118px);
  font-weight: 400;
  letter-spacing: -0.045em;
  line-height: 0.88;
  text-wrap: balance;
}

.AboutEditorial__eyebrow,
.AboutEditorial__section-header > span,
.AboutEditorial__section-header > div > span {
  display: block;
  font-family: Barlow, sans-serif;
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.2em;
  line-height: 1.35;
  text-transform: uppercase;
}

.AboutEditorial__introduction {
  padding: clamp(88px, 11vw, 176px) 0;
}

.AboutEditorial__introduction .container {
  display: grid;
  grid-template-columns: minmax(120px, 0.26fr) minmax(0, 1fr);
  gap: clamp(36px, 7vw, 120px);
  align-items: start;
}

.AboutEditorial__introduction-copy {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(28px, 4vw, 72px) clamp(32px, 6vw, 104px);
}

.AboutEditorial__introduction-copy p {
  max-width: 44ch;
  margin: 0;
  font-size: clamp(16px, 1.05vw, 19px);
  line-height: 1.68;
  letter-spacing: 0.015em;
}

.AboutEditorial__introduction-copy p:first-child {
  grid-column: 1 / -1;
  max-width: 31ch;
  margin-bottom: clamp(10px, 1vw, 18px);
  font-family: Cormorant, sans-serif;
  font-size: clamp(32px, 3.2vw, 58px);
  font-weight: 400;
  letter-spacing: -0.025em;
  line-height: 1.08;
}

.AboutEditorial__story,
.AboutEditorial__text,
.AboutEditorial__collage,
.AboutEditorial__gallery,
.AboutEditorial__showroom {
  padding: clamp(64px, 8vw, 128px) 0;
}

.AboutEditorial__story-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.86fr) minmax(0, 1.14fr);
  align-items: center;
  gap: clamp(44px, 7vw, 120px);
}

.AboutEditorial__story-grid.is-image-left .AboutEditorial__story-copy {
  order: 2;
}

.AboutEditorial__story-grid.is-image-left .AboutEditorial__story-media {
  order: 1;
}

.AboutEditorial__story-copy,
.AboutEditorial__text-inner {
  max-width: 64ch;
}

.AboutEditorial__story-copy h2,
.AboutEditorial__text-inner h2,
.AboutEditorial__section-header h2,
.AboutEditorial__showroom h2 {
  margin: 0 0 clamp(24px, 2.5vw, 40px);
  font-family: Cormorant, sans-serif;
  font-size: clamp(38px, 4.2vw, 72px);
  font-weight: 400;
  letter-spacing: -0.035em;
  line-height: 0.98;
  text-wrap: balance;
}

.AboutEditorial__story-copy p,
.AboutEditorial__text-inner p {
  margin: 0 0 1.4em;
  font-size: clamp(16px, 1vw, 18px);
  line-height: 1.65;
}

.AboutEditorial__story-media {
  display: block;
  overflow: hidden;
  aspect-ratio: 4 / 5;
  background: #eee;
}

.AboutEditorial__story-media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 1200ms cubic-bezier(0.22, 1, 0.36, 1);
}

.AboutEditorial__story.is-about-visible .AboutEditorial__story-media img {
  transform: scale(1.025);
}

.AboutEditorial__story.is-featured {
  background: #f2f2f0;
}

.AboutEditorial__text.is-centered .AboutEditorial__text-inner {
  margin: 0 auto;
  text-align: center;
}

.AboutEditorial__collage-grid {
  display: grid;
  grid-template-columns: 1.22fr 0.78fr;
  grid-template-rows: repeat(2, minmax(0, 1fr));
  gap: clamp(10px, 1.25vw, 22px);
  min-height: min(76vw, 980px);
}

.AboutEditorial__collage-item {
  aspect-ratio: auto;
  min-height: 0;
}

.AboutEditorial__collage-item:first-child {
  grid-row: 1 / 3;
}

.AboutEditorial__timeline {
  padding: clamp(88px, 10vw, 160px) 0;
  overflow: hidden;
  background: #080808;
  color: #fff;
}

.AboutEditorial__section-header {
  margin-bottom: clamp(44px, 6vw, 92px);
}

.AboutEditorial__section-header > span,
.AboutEditorial__section-header > div > span {
  margin-bottom: 16px;
  color: currentColor;
  opacity: 0.66;
}

.AboutEditorial__section-header h2 {
  max-width: 10em;
  margin-bottom: 0;
  color: inherit;
}

.AboutEditorial__timeline-header {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 32px;
}

.AboutEditorial__timeline-controls {
  display: flex;
  flex: 0 0 auto;
  gap: 8px;
  padding-bottom: 4px;
}

.AboutEditorial__timeline-controls button {
  appearance: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  padding: 0;
  border: 1px solid rgba(255, 255, 255, 0.42);
  border-radius: 50%;
  background: transparent;
  color: #fff;
  font-size: 20px;
  cursor: pointer;
  transition: background-color 220ms ease, color 220ms ease, opacity 220ms ease;
}

.AboutEditorial__timeline-controls button:hover,
.AboutEditorial__timeline-controls button:focus-visible {
  background: #fff;
  color: #080808;
}

.AboutEditorial__timeline-controls button:disabled {
  opacity: 0.28;
  pointer-events: none;
}

.AboutEditorial__timeline-track {
  display: grid;
  grid-auto-columns: minmax(300px, 31vw);
  grid-auto-flow: column;
  gap: clamp(18px, 2vw, 36px);
  padding: 0 max(24px, calc((100vw - 1568px) / 2 + 60px)) 28px;
  overflow-x: auto;
  overscroll-behavior-inline: contain;
  scroll-snap-type: inline mandatory;
  scrollbar-color: rgba(255, 255, 255, 0.34) transparent;
  scrollbar-width: thin;
  cursor: grab;
}

.AboutEditorial__timeline-track.is-dragging {
  scroll-snap-type: none;
  cursor: grabbing;
  user-select: none;
}

.AboutEditorial__timeline-track.is-dragging .AboutEditorial__timeline-media {
  cursor: grabbing;
}

.AboutEditorial__timeline-item {
  position: relative;
  padding-top: 30px;
  scroll-snap-align: start;
}

.AboutEditorial__timeline-item::before {
  content: "";
  position: absolute;
  top: 7px;
  right: 0;
  left: 0;
  height: 1px;
  background: rgba(255, 255, 255, 0.24);
}

.AboutEditorial__timeline-marker {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  min-width: 32px;
  padding-right: 10px;
  background: #080808;
  font-family: Barlow, sans-serif;
  font-size: 11px;
  letter-spacing: 0.12em;
}

.AboutEditorial__timeline-media {
  aspect-ratio: 4 / 5;
  background: #161616;
  cursor: grab;
  -webkit-user-drag: none;
}

.AboutEditorial__timeline-media img {
  -webkit-user-drag: none;
}

.AboutEditorial__timeline-item p,
.AboutEditorial__gallery .swiper-slide > p {
  margin: 17px 0 0;
  font-size: 13px;
  letter-spacing: 0.05em;
  line-height: 1.45;
}

.AboutEditorial__scroll-hint {
  margin: 20px max(24px, calc((100vw - 1568px) / 2 + 60px)) 0;
  font-size: 10px;
  letter-spacing: 0.14em;
  text-align: right;
  text-transform: uppercase;
  opacity: 0.54;
}

.AboutEditorial__film {
  background: #080808;
}

.AboutEditorial__film .scatto-about-film {
  margin: 0;
}

.AboutEditorial__film .scatto-home-film__stage::after {
  background: linear-gradient(180deg, transparent 62%, rgba(0, 0, 0, 0.48));
}

.AboutEditorial__film .scatto-home-film__video {
  opacity: 1;
}

.AboutEditorial__film-caption {
  position: absolute;
  z-index: 2;
  bottom: clamp(24px, 3vw, 48px);
  left: clamp(24px, 3vw, 60px);
  max-width: min(560px, calc(100% - 120px));
  margin: 0;
  color: #fff;
  font-size: 12px;
  letter-spacing: 0.08em;
  line-height: 1.5;
  text-transform: uppercase;
}

.AboutEditorial__section-header--split {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 32px;
}

.AboutEditorial__gallery-controls {
  display: flex;
  gap: 8px;
  padding-bottom: 4px;
}

.AboutEditorial__gallery-controls button {
  appearance: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  padding: 0;
  border: 1px solid #c7c7c7;
  border-radius: 50%;
  background: transparent;
  color: #080808;
  font-size: 20px;
  cursor: pointer;
  transition: background-color 220ms ease, color 220ms ease, opacity 220ms ease;
}

.AboutEditorial__gallery-controls button:hover,
.AboutEditorial__gallery-controls button:focus-visible {
  background: #080808;
  color: #fff;
}

.AboutEditorial__gallery-controls button.swiper-button-disabled {
  opacity: 0.28;
  pointer-events: none;
}

.AboutEditorial__gallery-swiper {
  overflow: visible;
}

.AboutEditorial__gallery-frame {
  aspect-ratio: 4 / 3;
  background: #eee;
}

.AboutEditorial__gallery .swiper-slide > p {
  min-height: 2.9em;
  color: #383838;
}

.AboutEditorial__showroom {
  padding-top: clamp(96px, 11vw, 176px);
  padding-bottom: clamp(96px, 11vw, 176px);
}

.AboutEditorial__showroom-grid {
  display: grid;
  grid-template-columns: minmax(340px, 0.82fr) minmax(0, 1.18fr);
  min-height: clamp(560px, 42vw, 720px);
  background: #f1f1ef;
}

.AboutEditorial__showroom-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(48px, 6vw, 96px);
}

.AboutEditorial__showroom h2 {
  margin-top: 18px;
}

.AboutEditorial__showroom-rule {
  width: 56px;
  height: 1px;
  margin: 0 0 28px;
  background: currentColor;
}

.AboutEditorial__showroom address {
  display: grid;
  gap: 10px;
  font-style: normal;
}

.AboutEditorial__showroom address p,
.AboutEditorial__showroom address a,
.AboutEditorial__showroom-hours {
  max-width: 44ch;
  margin: 0;
  color: inherit;
  font-size: 14px;
  letter-spacing: 0.035em;
  line-height: 1.55;
  text-decoration: none;
}

.AboutEditorial__showroom address a {
  width: fit-content;
  border-bottom: 1px solid transparent;
}

.AboutEditorial__showroom address a:hover,
.AboutEditorial__showroom address a:focus-visible {
  border-bottom-color: currentColor;
}

.AboutEditorial__showroom-hours {
  display: grid;
  gap: 5px;
  margin-top: 28px;
}

.AboutEditorial__showroom-hours strong {
  margin-bottom: 4px;
  font-weight: 500;
}

.AboutEditorial__showroom-media {
  min-width: 0;
  min-height: 100%;
  margin: 0;
  overflow: hidden;
}

.AboutEditorial__showroom-media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 1200ms cubic-bezier(0.22, 1, 0.36, 1);
}

.AboutEditorial__showroom.is-about-visible .AboutEditorial__showroom-media img {
  transform: scale(1.02);
}

.AboutEditorial__cta {
  padding: clamp(72px, 9vw, 144px) 0;
  background: #080808;
  color: #fff;
}

.AboutEditorial__cta a {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: end;
  gap: 32px;
  padding-bottom: clamp(26px, 3vw, 44px);
  border-bottom: 1px solid rgba(255, 255, 255, 0.48);
  color: inherit;
  text-decoration: none;
  transition: border-color 240ms ease;
}

.AboutEditorial__cta a:hover,
.AboutEditorial__cta a:focus-visible {
  border-color: #fff;
}

.AboutEditorial__cta a > span:first-child {
  max-width: 22ch;
  font-family: Cormorant, sans-serif;
  font-size: clamp(36px, 5vw, 84px);
  font-weight: 400;
  letter-spacing: -0.04em;
  line-height: 0.98;
}

.AboutEditorial__cta-arrow {
  font-size: clamp(32px, 4vw, 64px);
  font-weight: 300;
  transition: transform 240ms ease;
}

.AboutEditorial__cta a:hover .AboutEditorial__cta-arrow,
.AboutEditorial__cta a:focus-visible .AboutEditorial__cta-arrow {
  transform: translate(4px, -4px);
}

@media (max-width: 1023px) {
  .AboutEditorial__introduction .container {
    grid-template-columns: 1fr;
  }

  .AboutEditorial__introduction-copy {
    gap: 30px 40px;
  }

  .AboutEditorial__story-grid,
  .AboutEditorial__showroom-grid {
    grid-template-columns: 1fr;
  }

  .AboutEditorial__story-grid.is-image-left .AboutEditorial__story-copy,
  .AboutEditorial__story-grid.is-image-left .AboutEditorial__story-media {
    order: initial;
  }

  .AboutEditorial__story-media {
    aspect-ratio: 16 / 10;
  }

  .AboutEditorial__showroom-media {
    min-height: 56vw;
  }
}

@media (max-width: 767px) {
  .AboutEditorial__hero.About__banner {
    min-height: 100svh;
  }

  .AboutEditorial__hero .content {
    padding-bottom: clamp(190px, 25svh, 230px);
  }

  .AboutEditorial__hero .content h1 {
    font-size: clamp(40px, 13vw, 56px);
    line-height: 0.94;
  }

  .AboutEditorial__introduction {
    padding: 76px 0;
  }

  .AboutEditorial__introduction-copy {
    display: block;
  }

  .AboutEditorial__introduction-copy p {
    margin-bottom: 26px;
  }

  .AboutEditorial__introduction-copy p:first-child {
    margin-bottom: 34px;
    font-size: clamp(31px, 9.4vw, 42px);
  }

  .AboutEditorial__story,
  .AboutEditorial__text,
  .AboutEditorial__collage,
  .AboutEditorial__gallery,
  .AboutEditorial__showroom {
    padding: 64px 0;
  }

  .AboutEditorial__story-grid {
    gap: 34px;
  }

  .AboutEditorial__story-media {
    aspect-ratio: 4 / 5;
  }

  .AboutEditorial__collage-grid {
    grid-template-columns: 1fr;
    grid-template-rows: none;
    min-height: 0;
  }

  .AboutEditorial__collage-item,
  .AboutEditorial__collage-item:first-child {
    grid-row: auto;
    aspect-ratio: 4 / 3;
  }

  .AboutEditorial__timeline {
    padding: 76px 0;
  }

  .AboutEditorial__timeline-header {
    display: block;
  }

  .AboutEditorial__timeline-controls {
    display: none;
  }

  .AboutEditorial__timeline-track {
    grid-auto-columns: minmax(270px, 82vw);
    padding-right: 20px;
    padding-left: 20px;
  }

  .AboutEditorial__section-header--split {
    align-items: flex-end;
  }

  .AboutEditorial__section-header h2 {
    font-size: clamp(36px, 11vw, 50px);
  }

  .AboutEditorial__gallery-controls button {
    width: 42px;
    height: 42px;
  }

  .AboutEditorial__showroom-copy {
    padding: 42px 28px 48px;
  }

  .AboutEditorial__showroom-media {
    min-height: 82vw;
  }

  .AboutEditorial__cta a {
    align-items: start;
    gap: 18px;
  }

  .AboutEditorial__cta a > span:first-child {
    font-size: clamp(36px, 11vw, 50px);
  }
}

@media (prefers-reduced-motion: reduce) {
  .About--editorial [data-about-reveal],
  .AboutEditorial__hero-media img,
  .AboutEditorial__story-media img,
  .AboutEditorial__showroom-media img,
  .AboutEditorial__cta-arrow {
    animation: none;
    opacity: 1;
    transform: none;
    transition: none;
  }
}

/* Blog single: responsive featured image shared with the listing card. */
.BlogSingle__intro--has-featured h1 {
  margin-bottom: 24px;
}

.BlogSingle__featured-media {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  margin: 0 0 32px;
  overflow: hidden;
  aspect-ratio: 16 / 9;
  background: #f2f2f2;
}

.BlogSingle__featured-image {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.BlogSingle__featured-image--contain {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

@media (min-width: 768px) {
  .BlogSingle__featured-media {
    margin-bottom: 48px;
  }
}

@media (min-width: 1355.1px) {
  .BlogSingle__intro--has-featured h1 {
    margin-bottom: 40px;
  }

  .BlogSingle__featured-media {
    margin-bottom: 0;
  }
}

/* Flos-calibrated mega menus: 64px thumbnails, 3-column rhythm and 3:2 aside. */
@media (min-width: 1024px) {
  .Header__content--nav li.subMenu {
    cursor: pointer;
    touch-action: manipulation;
  }

  /*
   * Give dropdowns one centered hit area from the label's left margin through
   * the arrow. Compensating margins preserve the visible navigation spacing.
   */
  .Header__content--nav.desktop ul li.subMenu {
    position: relative;
    z-index: 100;
    min-height: var(--scatto-touch-target);
    margin-block: 0;
    padding-block: 0;
    margin-inline: -8px;
    padding-inline: 8px;
  }

  .Header__content--nav li > a {
    display: inline-flex;
    align-items: center;
    min-height: 44px;
    touch-action: manipulation;
  }

  .Header__content--nav .scatto-desktop-submenu-trigger {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 32px;
    width: 32px;
    height: var(--scatto-touch-target);
    margin: -8px;
    margin-block: 0;
    padding: 8px;
    border: 0;
    background: transparent;
    color: inherit;
    cursor: pointer;
    touch-action: manipulation;
  }

  .Header__content--nav .scatto-desktop-submenu-trigger .icon {
    display: block;
    width: 100%;
    height: auto;
    pointer-events: none;
  }

  .Header .subMenuFull {
    display: none;
    pointer-events: none;
    min-height: 0 !important;
    max-height: calc(100svh - 92px);
    padding: 0;
    overflow-y: auto;
    border-top: 1px solid var(--scatto-border);
    background: #fff;
    box-shadow: none;
    opacity: 0;
    transform: translate3d(0, -40px, 0);
    transition: opacity 150ms linear, transform 150ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  }

  .Header .subMenuFull.is-scatto-open {
    display: block !important;
    pointer-events: auto;
    opacity: 1;
    transform: translateZ(0);
    transition: opacity 250ms linear, transform 350ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  }

  .Header .subMenuFull .sub-content.scatto-mega-menu {
    display: none !important;
  }

  .Header .subMenuFull .sub-content.scatto-mega-menu.is-scatto-active {
    display: grid !important;
    grid-template-areas:
      "heading feature"
      "items feature";
    grid-template-columns: minmax(0, 1fr) clamp(260px, 23vw, 330px);
    grid-template-rows: auto 1fr;
    gap: 48px 32px;
    align-items: start;
    padding: 80px 0 8px;
    pointer-events: auto;
  }

  .scatto-mega-menu__heading {
    grid-area: heading;
  }

  .scatto-mega-menu__heading p {
    margin: 0;
    font-family: Barlow, Arial, sans-serif;
    font-size: clamp(28px, 2.5vw, 40px);
    font-weight: 400;
    line-height: 1.1;
    letter-spacing: 0.05em;
    text-transform: uppercase;
  }

  .scatto-mega-menu__items {
    grid-area: items;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 48px 32px;
    align-content: start;
  }

  .Header .subMenuFull .sub-content .scatto-mega-menu__item {
    display: flex !important;
    align-items: center;
    width: 100% !important;
    min-width: 0;
    color: #000;
    font-family: Barlow, Arial, sans-serif;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 1.25;
    text-decoration: none;
    text-transform: none;
    cursor: pointer;
    pointer-events: auto;
    touch-action: manipulation;
    white-space: nowrap;
  }

  .subMenuFull .sub-content .scatto-mega-menu__item::after {
    display: none;
  }

  .scatto-mega-menu__visual {
    display: block;
    flex: 0 0 64px;
    position: relative;
    width: 64px;
    height: 64px;
    margin-right: 32px;
    overflow: hidden;
    background: var(--scatto-surface);
  }

  .subMenuFull .sub-content .scatto-mega-menu__item .scatto-mega-menu__visual img {
    display: block;
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    transform: scale(var(--scatto-menu-icon-scale, 1));
    transition: opacity 200ms ease-out, transform 400ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  }

  /*
   * The six category illustrations share the same 430 × 430 px canvas, but
   * their actual drawings occupy very different areas inside it. Scale only
   * the artwork—not its 64 px layout slot—so labels, columns and breakpoints
   * remain perfectly aligned. The narrow wall-light and table-lamp drawings
   * receive the strongest optical compensation.
   */
  .scatto-mega-menu--products .scatto-mega-menu__item {
    --scatto-menu-icon-scale: 1.15;
  }

  .scatto-mega-menu--products .scatto-mega-menu__item[href*="/arandelas/"] {
    --scatto-menu-icon-scale: 1.27;
  }

  .scatto-mega-menu--products .scatto-mega-menu__item[href*="/abajour-coluna/"] {
    --scatto-menu-icon-scale: 1.32;
  }

  .scatto-mega-menu--products .scatto-mega-menu__item[href*="/plafons/"] {
    --scatto-menu-icon-scale: 1.08;
  }

  .subMenuFull .sub-content .scatto-mega-menu__item .first {
    opacity: 1;
  }

  .subMenuFull .sub-content .scatto-mega-menu__item .hover {
    opacity: 0;
  }

  .subMenuFull .sub-content .scatto-mega-menu__item:hover .first,
  .subMenuFull .sub-content .scatto-mega-menu__item:focus-visible .first {
    display: block;
    opacity: 0;
  }

  .subMenuFull .sub-content .scatto-mega-menu__item:hover .hover,
  .subMenuFull .sub-content .scatto-mega-menu__item:focus-visible .hover {
    display: block;
    opacity: 1;
    transform: scale(calc(var(--scatto-menu-icon-scale, 1) * 1.025));
  }

  .scatto-mega-menu__label {
    display: block;
    position: relative;
    width: max-content;
    max-width: 100%;
    min-width: 0;
    padding-bottom: 4px;
    overflow: visible;
    text-overflow: clip;
    white-space: nowrap;
  }

  .scatto-mega-menu__label::after {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    height: 1px;
    background: currentColor;
    content: "";
    transform: scaleX(0);
    transform-origin: right center;
    transition: transform 300ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  }

  .scatto-mega-menu__item:hover .scatto-mega-menu__label::after,
  .scatto-mega-menu__item:focus-visible .scatto-mega-menu__label::after,
  .scatto-mega-menu__item:active .scatto-mega-menu__label::after {
    transform: scaleX(1);
    transform-origin: left center;
  }

  .scatto-mega-menu__item > *,
  .scatto-mega-menu__feature > * {
    pointer-events: none;
  }

  .Header .subMenuFull .sub-content .scatto-mega-menu__feature {
    grid-area: feature;
    display: block;
    position: relative;
    width: 100% !important;
    aspect-ratio: 2 / 3;
    padding: 0;
    overflow: hidden;
    border: 0;
    background: transparent;
    text-decoration: none;
    cursor: pointer;
    pointer-events: auto;
    touch-action: manipulation;
  }

  .subMenuFull .sub-content .scatto-mega-menu__feature::after {
    display: none;
  }

  .scatto-mega-menu__feature-visual {
    display: block;
    position: absolute;
    inset: 0;
    overflow: hidden;
    border: 0;
    background: transparent;
  }

  .scatto-mega-menu__feature-visual img {
    display: block;
    width: 100% !important;
    height: 100% !important;
    padding: 0;
    border: 0;
    object-fit: cover;
    object-position: center;
    transition: transform 400ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  }

  .scatto-mega-menu--products .scatto-mega-menu__feature-visual img {
    object-position: 50% 48%;
  }

  .scatto-mega-menu--environments .scatto-mega-menu__feature-visual img {
    object-position: 50% 44%;
  }

  .scatto-mega-menu__feature:hover .scatto-mega-menu__feature-visual img,
  .scatto-mega-menu__feature:focus-visible .scatto-mega-menu__feature-visual img {
    transform: scale(1.035);
  }

  .Header__content--nav li.subMenu > a[aria-expanded="true"]::after {
    width: 100%;
  }

  .Header__content--nav ul li.subMenu:hover .icon {
    transform: none;
  }

  .Header__content--nav li.subMenu:has(> a[aria-expanded="true"]) .icon {
    transform: rotate(180deg);
  }
}

/*
 * The original theme swaps to its mobile header below 1200px. Tablets keep the
 * full mega-menu architecture here, with a deliberately tighter header and grid.
 */
@media (min-width: 1024px) and (max-width: 1200px) {
  body .Header > .container--large,
  body .Header .subMenuFull > .container--large {
    width: 100%;
    max-width: none;
    padding-right: clamp(16px, 3vw, 36px);
    padding-left: clamp(16px, 3vw, 36px);
  }

  body .Header__content {
    gap: clamp(10px, 1.7vw, 20px);
  }

  body .Header__content > a {
    flex: 0 0 auto;
  }

  body .Header .logo {
    width: clamp(108px, 12vw, 144px);
  }

  body .Header__content--nav.desktop {
    display: block !important;
    flex: 1 1 auto;
    min-width: 0;
  }

  body .Header__content--nav ul {
    justify-content: center;
    gap: clamp(5px, 0.8vw, 10px);
  }

  body .Header__content--nav ul li {
    gap: 3px;
    min-width: 0;
  }

  body .Header__content--nav ul li a {
    font-size: clamp(9.5px, 1.05vw, 11px);
    line-height: 1.2;
    white-space: nowrap;
  }

  body .Header__content--nav ul li.subMenu > a {
    min-height: 44px;
  }

  /*
   * Keep compact dropdown hitboxes centered on the same 44px vertical rail
   * as the other menu links.
   */
  body .Header__content--nav.desktop ul li.subMenu {
    min-height: var(--scatto-touch-target);
    margin-block: 0;
    padding-block: 0;
    margin-inline: -4px;
    padding-inline: 4px;
  }

  body .Header__content--nav ul li .icon {
    width: 9px;
    height: auto;
  }

  body .Header__content--nav .scatto-desktop-submenu-trigger {
    flex-basis: 22px;
    width: 22px;
    height: var(--scatto-touch-target);
    margin: -4px;
    margin-block: 0;
    padding: 4px;
  }

  body .Header__content--actions {
    display: flex !important;
    flex: 0 0 auto;
    gap: 10px;
  }

  body .Header__content--actions .cartButton svg,
  body .Header__content--actions .searchButton svg {
    width: 21px;
    height: 21px;
  }

  body .Header__content--mobile,
  body .contentMobile {
    display: none !important;
  }

  .Header .subMenuFull {
    max-height: calc(100svh - 72px);
  }

  .Header .subMenuFull .sub-content.scatto-mega-menu.is-scatto-active {
    grid-template-columns: minmax(0, 1fr) clamp(168px, 22vw, 250px);
    gap: clamp(24px, 3vw, 36px) clamp(18px, 2.5vw, 30px);
    padding: clamp(32px, 5vw, 52px) 0 8px;
  }

  .scatto-mega-menu__heading p {
    font-size: clamp(23px, 3vw, 30px);
  }

  .scatto-mega-menu__items {
    gap: clamp(28px, 4vw, 40px) clamp(14px, 2.25vw, 26px);
  }

  .Header .subMenuFull .sub-content .scatto-mega-menu__item {
    font-size: clamp(11px, 1.25vw, 13px);
  }

  .scatto-mega-menu__visual {
    flex-basis: clamp(48px, 5.75vw, 60px);
    width: clamp(48px, 5.75vw, 60px);
    height: clamp(48px, 5.75vw, 60px);
    margin-right: clamp(10px, 1.4vw, 16px);
  }

  .scatto-mega-menu__label {
    overflow: visible;
    text-overflow: clip;
  }
}

@media (min-width: 1200.1px) and (max-width: 1355px) {
  .Header .subMenuFull .sub-content.scatto-mega-menu.is-scatto-active {
    gap: 40px 28px;
    padding-top: 56px;
  }

  .scatto-mega-menu__items {
    gap: 40px 24px;
  }

  .scatto-mega-menu__visual {
    margin-right: 24px;
  }
}

/*
 * Compact sticky desktop header: keep the established top-of-page scale, then
 * reduce the logo by 40% and tighten the vertical padding once scroll adds the
 * existing .fixed state. Touch targets remain 44px and mobile stays unchanged.
 */
@media (min-width: 1200.1px) {
  body .Header {
    transition:
      padding-top 280ms cubic-bezier(0.22, 1, 0.36, 1),
      padding-bottom 280ms cubic-bezier(0.22, 1, 0.36, 1),
      background-color 280ms ease,
      border-color 280ms ease;
  }

  body .Header .logo {
    transition:
      width 280ms cubic-bezier(0.22, 1, 0.36, 1),
      filter 280ms ease;
  }

  body .Header.fixed {
    padding-top: 12px;
    padding-bottom: 12px;
    border-bottom: 0;
  }

  body .Header.fixed .logo {
    width: 105px;
  }

  body .Header.fixed .formSearch {
    height: 68px;
  }
}

@media (min-width: 1200.1px) and (prefers-reduced-motion: reduce) {
  body .Header,
  body .Header .logo {
    transition-duration: 0.01ms;
  }
}

/* Flos-like paged navigation for Products and Ambientes on mobile. */
@media (max-width: 1023px) {
  body .Header > .container--large {
    padding-right: 24px;
    padding-left: 24px;
  }

  body .Header__content--mobile {
    display: flex;
    align-items: center;
    justify-content: center;
    height: var(--scatto-touch-target);
    line-height: 0;
  }

  /*
   * Restore the theme's original three-line hamburger. Explicit positioning
   * keeps all strokes aligned and inside the same right margin as the controls.
   */
  body .Header__content--mobile .menu {
    display: block;
    position: relative;
    width: 50px;
    height: 1.5px;
    margin: 0;
  }

  /*
   * The reverse legacy animation collapses the menu element to width: 0,
   * moving its pseudo-elements away from the button centre. Keep the canvas
   * at 50px and reveal only the middle stroke as the X becomes a hamburger.
   */
  body .Header__content--mobile .menu.animate {
    animation-name: scatto-mobile-menu-center;
    animation-duration: 0.3s;
    background-color: transparent;
    background-image: linear-gradient(#fff, #fff);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 50px 1.5px;
  }

  @keyframes scatto-mobile-menu-center {
    0%,
    50% {
      background-size: 0 1.5px;
    }

    100% {
      background-size: 50px 1.5px;
    }
  }

  body .Header__content--mobile .menu.animate::before {
    animation-name: scatto-mobile-menu-before;
    animation-duration: 0.3s;
  }

  body .Header__content--mobile .menu.animate::after {
    animation-name: scatto-mobile-menu-after;
    animation-duration: 0.3s;
  }

  @keyframes scatto-mobile-menu-before {
    0% {
      margin-top: 0;
      transform: rotate(-45deg);
    }

    50% {
      margin-top: 0;
      transform: rotate(0deg);
    }

    100% {
      margin-top: 13px;
      transform: rotate(0deg);
    }
  }

  @keyframes scatto-mobile-menu-after {
    0% {
      margin-top: 0;
      transform: rotate(45deg);
    }

    50% {
      margin-top: 0;
      transform: rotate(0deg);
    }

    100% {
      margin-top: -13px;
      transform: rotate(0deg);
    }
  }

  body .Header__content--mobile #clickWrapper {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: var(--scatto-touch-target);
    min-width: var(--scatto-touch-target);
    min-height: var(--scatto-touch-target);
    margin: 0;
    padding: 0;
    border: 0;
    background: transparent;
    color: inherit;
    cursor: pointer;
  }

  body .Header__content--mobile .close {
    display: block;
    position: relative;
    width: 50px;
    height: 28px;
    margin: 0;
  }

  /*
   * Keep the icon canvas fixed while the two outer strokes morph into the X.
   * The legacy close animation collapses the canvas to zero and temporarily
   * drops translateX(-50%), which makes the finished icon jump sideways.
   */
  body .Header__content--mobile .close.animate {
    animation-name: none;
  }

  body .Header__content--mobile .close::before,
  body .Header__content--mobile .close::after {
    top: 50%;
    left: 50%;
    width: 50px;
    height: 1.5px;
    margin: 0;
    transform-origin: center;
  }

  body .Header__content--mobile .close::before {
    transform: translate(-50%, -50%) rotate(-45deg);
  }

  body .Header__content--mobile .close::after {
    transform: translate(-50%, -50%) rotate(45deg);
  }

  body .Header__content--mobile .close.animate::before {
    animation-name: scatto-mobile-close-before;
    animation-duration: 0.3s;
  }

  body .Header__content--mobile .close.animate::after {
    animation-name: scatto-mobile-close-after;
    animation-duration: 0.3s;
  }

  @keyframes scatto-mobile-close-before {
    0% {
      transform: translate(-50%, calc(-50% + 13px)) rotate(0deg);
    }

    50% {
      transform: translate(-50%, -50%) rotate(0deg);
    }

    100% {
      transform: translate(-50%, -50%) rotate(-45deg);
    }
  }

  @keyframes scatto-mobile-close-after {
    0% {
      transform: translate(-50%, calc(-50% - 13px)) rotate(0deg);
    }

    50% {
      transform: translate(-50%, -50%) rotate(0deg);
    }

    100% {
      transform: translate(-50%, -50%) rotate(45deg);
    }
  }

  body .Header__content--mobile .menu::before,
  body .Header__content--mobile .menu::after {
    left: 0;
    width: 50px;
    height: 1.5px;
  }

  body.scatto-mobile-submenu-open .Header {
    z-index: 998;
  }

  .contentMobile {
    right: -482px;
    width: min(100%, 482px);
    max-width: 482px;
    height: 100dvh;
    padding: 0 !important;
    overflow: hidden;
    box-shadow: -12px 0 36px rgba(0, 0, 0, 0.08);
  }

  .contentMobile > .container {
    width: 100%;
    max-width: none;
    height: 100%;
    padding: 0 24px !important;
  }

  .contentMobile__inner {
    height: 100%;
    padding-top: 88px;
    overflow-y: auto;
  }

  .contentMobile__inner .options {
    min-height: var(--scatto-touch-target);
    overflow: visible;
  }

  .contentMobile__inner .options .cartButton {
    overflow: visible;
  }

  body .contentMobile__inner .options .cartButton .count {
    z-index: 2;
    top: -6px;
    right: -8px;
  }

  .contentMobile__inner .menuListMobile ul li.subMenuItem > .scatto-mobile-submenu-trigger {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 var(--scatto-touch-target);
    width: var(--scatto-touch-target);
    height: var(--scatto-touch-target);
    margin: 0 0 0 auto;
    padding: 0;
    border: 0;
    background: transparent;
    color: inherit;
    cursor: pointer;
  }

  .contentMobile__inner .menuListMobile ul li.subMenuItem > .scatto-mobile-submenu-trigger .icon {
    display: block;
    width: 14px;
    height: auto;
    transition: transform 220ms ease;
  }

  .contentMobile__inner .menuListMobile ul li.subMenuItem > .scatto-mobile-submenu-trigger[aria-expanded="true"] .icon {
    transform: rotate(180deg);
  }

  body .contentMobile__inner .menuListMobile ul li .sub-content-mobile {
    display: flex !important;
    position: fixed;
    z-index: 1001;
    top: 0;
    right: auto;
    left: 0;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: flex-start;
    gap: 0;
    width: 100vw;
    max-width: 100vw;
    height: 100dvh;
    margin: 0;
    overflow: hidden;
    background: #fff;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: translate3d(100%, 0, 0);
    transition: opacity 180ms linear, visibility 0s linear 300ms, transform 300ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  }

  body .contentMobile__inner .menuListMobile ul li .sub-content-mobile.show {
    display: flex !important;
    opacity: 1 !important;
    visibility: visible !important;
    pointer-events: auto;
    transform: translateZ(0);
    transition: opacity 180ms linear, visibility 0s linear, transform 300ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  }

  .scatto-mobile-submenu__header {
    display: grid;
    flex: 0 0 auto;
    grid-template-columns: var(--scatto-touch-target) minmax(0, 1fr) var(--scatto-touch-target);
    align-items: center;
    width: 100%;
    min-width: 0;
    padding: 24px 24px 32px;
  }

  .scatto-mobile-submenu__title {
    margin: 0;
    overflow: hidden;
    color: #000;
    font-family: Barlow, Arial, sans-serif;
    font-size: 24px;
    font-weight: 400;
    line-height: 1.2;
    letter-spacing: 0.05em;
    text-align: center;
    text-overflow: ellipsis;
    text-transform: uppercase;
    white-space: nowrap;
  }

  .scatto-mobile-submenu__back,
  .scatto-mobile-submenu__close {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: var(--scatto-touch-target);
    height: var(--scatto-touch-target);
    padding: 0;
    border: 0;
    background: transparent;
    color: #000;
    cursor: pointer;
  }

  .scatto-mobile-submenu__back {
    transform: translateX(-10px);
  }

  .scatto-mobile-submenu__close {
    position: relative;
    transform: translateX(10px);
  }

  .scatto-mobile-submenu__close span,
  .scatto-mobile-submenu__close span::after {
    display: block;
    position: absolute;
    width: 24px;
    height: 1px;
    background: currentColor;
    content: "";
  }

  .scatto-mobile-submenu__close span {
    transform: rotate(45deg);
  }

  .scatto-mobile-submenu__close span::after {
    transform: rotate(90deg);
  }

  .scatto-mobile-submenu__list {
    flex: 1 1 auto;
    width: 100%;
    min-width: 0;
    padding: 0 24px;
    overflow-x: hidden;
    overflow-y: auto;
    overscroll-behavior: contain;
  }

  .contentMobile__inner .menuListMobile ul li .sub-content-mobile .scatto-mobile-submenu__list a {
    display: flex !important;
    flex-direction: row !important;
    align-items: center !important;
    justify-content: space-between;
    gap: 24px;
    width: 100% !important;
    min-height: 80px;
    padding: 8px 0;
    border-bottom: 1px solid var(--scatto-border);
    color: #000 !important;
    font-family: Barlow, Arial, sans-serif;
    font-size: 16px !important;
    font-weight: 500;
    line-height: 1.25;
    letter-spacing: 0;
    text-align: left;
    text-decoration: none;
    text-transform: none;
  }

  .contentMobile__inner .menuListMobile ul li .sub-content-mobile .scatto-mobile-submenu__list a span {
    min-width: 0;
  }

  .contentMobile__inner .menuListMobile ul li .sub-content-mobile .scatto-mobile-submenu__list a img {
    flex: 0 0 64px;
    width: 64px !important;
    height: 64px;
    object-fit: cover;
    object-position: center;
    transition: transform 400ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  }

  .contentMobile__inner .menuListMobile > ul > li {
    min-height: var(--scatto-touch-target);
    margin: 18px 0;
  }

  .contentMobile__inner .menuListMobile > ul > li > a {
    display: inline-flex;
    align-items: center;
    min-height: var(--scatto-touch-target);
    padding-block: 9px;
  }

  .contentMobile__inner .social a,
  body .Footer nav.social a,
  body .Footer__content--info nav a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: var(--scatto-touch-target);
    min-height: var(--scatto-touch-target);
  }

  body .Footer__content--blocks .mapa > nav:not(.social) a,
  body .Footer__content--blocks .contato a,
  body .Footer__content--blocks .Button,
  body .ProductsSingle .Button,
  body .Footer .Footer__credits a {
    display: inline-flex;
    align-items: center;
    min-width: var(--scatto-touch-target);
    min-height: var(--scatto-touch-target);
  }
}

/* Graceful editorial fallbacks: never emit a broken empty image. */
.homeDesigner__thumb,
.ProductsSingle__designer .photo {
  background: #111;
}

.homeDesigner__fallback {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  min-height: 360px;
  color: rgba(255, 255, 255, 0.76);
  font-family: Cormorant, Georgia, serif;
  font-size: clamp(52px, 8vw, 112px);
  font-weight: 400;
  line-height: 1;
  text-transform: uppercase;
}

.ProductsSingle__designer--item.has-no-photo .infos {
  width: min(100%, 820px);
}

.ProductsSingle__designer--item.has-no-photo .photo {
  display: none;
}

/* Product-detail designer biography typography. */
body .ProductsSingle__designer--item .infos p {
  font-family: Barlow, sans-serif;
  font-size: 16px;
  line-height: 28px;
}
/* End product-detail designer biography typography. */

/* Quiet footer signature: visually separate from the company information. */
body .Footer {
  padding-bottom: 32px;
}

body .Footer .Footer__credits {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 10px 28px;
  margin-top: clamp(56px, 7vw, 96px);
  padding-top: 18px;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  color: rgba(255, 255, 255, 0.64);
  font-family: Barlow, Arial, sans-serif;
  font-size: 11px;
  font-weight: 400;
  line-height: 1.45;
  letter-spacing: 0.06em;
}

body .Footer .Footer__credits a {
  position: relative;
  color: inherit;
  text-decoration: none;
  transition: color 220ms ease;
}

body .Footer .Footer__credits a::after {
  position: absolute;
  right: 0;
  bottom: -3px;
  left: 0;
  height: 1px;
  background: currentColor;
  content: "";
  opacity: 0;
  transform: scaleX(0);
  transform-origin: left;
  transition: opacity 220ms ease, transform 220ms ease;
}

body .Footer .Footer__credits a:hover,
body .Footer .Footer__credits a:focus-visible {
  color: #fff;
}

body .Footer .Footer__credits a:hover::after,
body .Footer .Footer__credits a:focus-visible::after {
  opacity: 1;
  transform: scaleX(1);
}

@media (min-width: 768px) {
  body .Footer {
    padding-bottom: 44px;
  }

  body .Footer .Footer__credits {
    padding-top: 20px;
    font-size: 12px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .scatto-gallery-image,
  .scatto-modal-swiper .swiper-slide img,
  .subMenuFull .sub-content .scatto-mega-menu__item .scatto-mega-menu__visual img,
  .contentMobile__inner .menuListMobile ul li .sub-content-mobile,
  .scatto-home-film__video,
  body .Footer .Footer__credits a,
  body .Footer .Footer__credits a::after {
    transition: none;
  }
}

/*
 * Contact page: preserve the existing form and ACF content while giving the
 * editable showroom/factory blocks a quieter, more intentional composition.
 */
body .ContactPage__icon-sprite {
  position: absolute;
  width: 0;
  height: 0;
  overflow: hidden;
  pointer-events: none;
}

body .ContactPage__intro {
  display: grid;
  grid-template-columns: minmax(220px, 0.72fr) minmax(0, 1.28fr);
  align-items: end;
  gap: clamp(28px, 6vw, 120px);
  margin: 0;
  padding: clamp(44px, 5.5vw, 88px) 0 clamp(38px, 4.5vw, 72px);
  border-bottom: 1px solid rgba(0, 0, 0, 0.14);
}

body .ContactPage__intro h1 {
  margin: 0;
  font-family: "Cormorant", serif;
  font-size: clamp(48px, 4.4vw, 76px);
  font-weight: 500;
  line-height: 0.92;
  letter-spacing: -0.025em;
  text-transform: uppercase;
}

body .ContactPage__intro p {
  max-width: 720px;
  margin: 0;
  padding-bottom: 0.08em;
  font-family: "Cormorant", serif;
  font-size: clamp(25px, 2vw, 36px);
  font-weight: 400;
  line-height: 1.12;
  letter-spacing: 0.01em;
}

body .ContactPage__locations {
  display: grid;
  gap: clamp(24px, 3vw, 48px);
  margin: clamp(72px, 8vw, 136px) 0 clamp(88px, 9vw, 152px);
}

body .ContactPage__location {
  display: grid;
  min-height: clamp(480px, 39vw, 620px);
  overflow: hidden;
  background: #f1f0ed;
  box-shadow: 0 24px 62px rgba(17, 17, 17, 0.075);
}

body .ContactPage__location--showroom {
  grid-template-areas: "content media";
  grid-template-columns: minmax(380px, 0.9fr) minmax(0, 1.1fr);
}

body .ContactPage__location--factory {
  grid-template-areas: "media content";
  grid-template-columns: minmax(0, 1.1fr) minmax(380px, 0.9fr);
}

body .ContactPage__location-media {
  grid-area: media;
  min-width: 0;
  min-height: 100%;
  overflow: hidden;
  background: #d8d7d3;
}

body .ContactPage__location-media img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: inherit;
  object-fit: cover;
  object-position: center;
  transform: scale(1.001);
  transition: transform 900ms cubic-bezier(0.22, 1, 0.36, 1);
}

body .ContactPage__location-content {
  grid-area: content;
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-width: 0;
  padding: clamp(44px, 5vw, 84px);
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.62), transparent 52%),
    #f1f0ed;
}

body .ContactPage__location-header {
  display: flex;
  align-items: center;
  gap: clamp(18px, 2vw, 34px);
  margin-bottom: clamp(32px, 3.8vw, 58px);
}

body .ContactPage__location-header h2 {
  flex: 0 0 auto;
  margin: 0;
  font-family: "Cormorant", serif;
  font-size: clamp(30px, 2.25vw, 40px);
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.015em;
  text-transform: uppercase;
}

body .ContactPage__location-header > span {
  width: 100%;
  height: 1px;
  background: rgba(0, 0, 0, 0.28);
}

body .ContactPage__details {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  column-gap: clamp(24px, 3vw, 48px);
  margin: 0;
  padding: 0;
}

body .ContactPage__details li {
  display: grid;
  grid-template-columns: 38px minmax(0, 1fr);
  align-items: start;
  gap: 16px;
  min-width: 0;
  margin: 0;
  padding: 20px 0;
  border-top: 1px solid rgba(0, 0, 0, 0.14);
  font-size: clamp(15px, 1.05vw, 17px);
  line-height: 1.55;
  letter-spacing: 0.035em;
}

body .ContactPage__details li.ContactPage__detail--wide {
  grid-column: 1 / -1;
}

body .ContactPage__details li.ContactPage__detail--email {
  grid-column: 1 / -1;
}

body .ContactPage__detail-icon {
  display: grid;
  width: 38px;
  height: 38px;
  place-items: center;
  margin-top: -5px;
  border: 1px solid rgba(0, 0, 0, 0.36);
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.42);
}

body .ContactPage__detail-icon svg {
  width: 18px;
  height: 18px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.45;
  stroke-linecap: round;
  stroke-linejoin: round;
}

body .ContactPage__details li > span:not(.ContactPage__detail-icon),
body .ContactPage__details li > a {
  overflow-wrap: anywhere;
}

body .ContactPage__details a {
  position: relative;
  width: fit-content;
  max-width: 100%;
  color: inherit;
  text-decoration: none;
}

body .ContactPage__details a::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -3px;
  left: 0;
  height: 1px;
  background: currentColor;
  transform: scaleX(0.18);
  transform-origin: left;
  opacity: 0.42;
  transition:
    transform 260ms ease,
    opacity 260ms ease;
}

body .ContactPage__details a:hover::after,
body .ContactPage__details a:focus-visible::after {
  transform: scaleX(1);
  opacity: 1;
}

body .ContactPage__details a:focus-visible {
  outline: 2px solid var(--scatto-focus);
  outline-offset: 5px;
}

@media (hover: hover) and (pointer: fine) {
  body .ContactPage__location:hover .ContactPage__location-media img {
    transform: scale(1.018);
  }
}

@media (max-width: 1024px) {
  body .ContactPage__intro {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  body .ContactPage__intro p {
    max-width: 640px;
  }

  body .ContactPage__location,
  body .ContactPage__location--showroom,
  body .ContactPage__location--factory {
    grid-template-areas:
      "media"
      "content";
    grid-template-columns: 1fr;
    min-height: 0;
  }

  body .ContactPage__location-media {
    min-height: 0;
    aspect-ratio: 4 / 3;
  }

  body .ContactPage__location-media img {
    min-height: 0;
  }

  body .ContactPage__location-content {
    padding: clamp(36px, 7vw, 64px);
  }
}

@media (max-width: 639.98px) {
  body .ContactPage__intro {
    padding-top: 36px;
    padding-bottom: 34px;
  }

  body .ContactPage__intro h1 {
    font-size: clamp(43px, 14vw, 56px);
  }

  body .ContactPage__intro p {
    font-size: clamp(23px, 7.2vw, 30px);
  }

  body .ContactPage__locations {
    gap: 20px;
    margin-top: 64px;
    margin-bottom: 88px;
  }

  body .ContactPage__location {
    box-shadow: 0 18px 44px rgba(17, 17, 17, 0.07);
  }

  body .ContactPage__location-media {
    aspect-ratio: 1 / 0.82;
  }

  body .ContactPage__location-content {
    padding: 34px 24px 38px;
  }

  body .ContactPage__location-header {
    align-items: flex-end;
    gap: 16px;
    margin-bottom: 28px;
  }

  body .ContactPage__location-header h2 {
    max-width: 78%;
    font-size: clamp(27px, 8.2vw, 34px);
  }

  body .ContactPage__details {
    grid-template-columns: 1fr;
  }

  body .ContactPage__details li,
  body .ContactPage__details li.ContactPage__detail--wide {
    grid-column: 1;
    padding: 18px 0;
    font-size: 15px;
  }
}

@media (prefers-reduced-motion: reduce) {
  body .ContactPage__location-media img,
  body .ContactPage__details a::after {
    transition: none !important;
  }

  body .ContactPage__location:hover .ContactPage__location-media img {
    transform: scale(1.001);
  }
}

/* Consent layer: compact, readable and clear of the floating utilities. */
.CookiesAccept[hidden] {
  display: none !important;
}

body .CookiesAccept {
  position: fixed;
  z-index: 9990;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  padding: 16px 0 calc(16px + env(safe-area-inset-bottom));
  border-top: 1px solid rgba(0, 0, 0, 0.14);
  background: rgba(255, 255, 255, 0.98);
  box-shadow: 0 -12px 36px rgba(0, 0, 0, 0.08);
  opacity: 0;
  transform: translateY(100%);
  transition: opacity 240ms ease, transform 240ms ease;
}

body .CookiesAccept.is-visible {
  opacity: 1;
  transform: translateY(0);
}

body .CookiesAccept .container {
  width: min(100% - 32px, 1440px);
}

body .CookiesAccept__inner {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 16px;
}

body .CookiesAccept__copy {
  max-width: 860px;
  font-family: Barlow, Arial, sans-serif;
}

body .CookiesAccept__copy strong {
  display: block;
  margin-bottom: 5px;
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 0.02em;
}

body .CookiesAccept__copy p {
  margin: 0;
  font-size: 13px;
  line-height: 1.55;
  letter-spacing: 0.015em;
}

body .CookiesAccept__copy a {
  color: inherit;
  text-underline-offset: 3px;
}

body .CookiesAccept__buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

body .CookiesAccept__buttons .Button {
  min-width: 148px;
  min-height: 44px;
  margin: 0;
  padding: 11px 18px;
  border: 1px solid #111;
  font-size: 12px;
  line-height: 1.2;
}

body .CookiesAccept__essential {
  background: #fff;
  color: #111;
}

/* Keep the fixed contact action above the footer's stacking context. */
body .btn-whatsapp-pulse {
  z-index: 103;
}

body.scatto-consent-pending .btn-whatsapp-pulse {
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
}

body.scatto-consent-pending .weglot-container,
body.scatto-consent-pending .wg-default,
body.scatto-consent-pending .country-selector {
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
}

/*
 * Weglot language switcher: a compact floating control that stays above
 * content and opens away from the WhatsApp action. The plugin keeps owning
 * language URLs and state; this layer changes only presentation and focus.
 */
body .country-selector.weglot-dropdown.scatto-language-switcher {
  --scatto-language-size: 52px;
  --scatto-language-option-size: 48px;
  position: fixed !important;
  z-index: 100300 !important;
  right: max(24px, env(safe-area-inset-right)) !important;
  bottom: max(24px, env(safe-area-inset-bottom)) !important;
  width: var(--scatto-language-size) !important;
  height: var(--scatto-language-size) !important;
  min-width: var(--scatto-language-size);
  min-height: var(--scatto-language-size);
  overflow: visible !important;
  border: 0 !important;
  border-radius: 50% !important;
  background: transparent !important;
  filter: none !important;
  font-family: Barlow, Arial, sans-serif !important;
  line-height: 1 !important;
  isolation: isolate;
}

body
  .country-selector.weglot-dropdown.scatto-language-switcher
  > .wgcurrent {
  display: grid !important;
  grid-template-rows: 21px 12px;
  place-content: center;
  gap: 3px;
  width: var(--scatto-language-size) !important;
  height: var(--scatto-language-size) !important;
  min-height: var(--scatto-touch-target);
  padding: 0 !important;
  overflow: hidden;
  border: 1px solid rgba(0, 0, 0, 0.1) !important;
  border-radius: 50% !important;
  background: rgba(255, 255, 255, 0.96) !important;
  color: #111 !important;
  box-shadow:
    0 14px 36px rgba(0, 0, 0, 0.2),
    0 3px 10px rgba(0, 0, 0, 0.12) !important;
  cursor: pointer;
  transform: translateZ(0);
  transition:
    transform 220ms cubic-bezier(0.22, 1, 0.36, 1),
    box-shadow 220ms ease,
    background-color 220ms ease !important;
}

body
  .country-selector.weglot-dropdown.scatto-language-switcher
  > .wgcurrent:hover,
body
  .country-selector.weglot-dropdown.scatto-language-switcher
  > .wgcurrent:focus-visible,
body
  .country-selector.weglot-dropdown.scatto-language-switcher:not(.closed)
  > .wgcurrent {
  background: #fff !important;
  box-shadow:
    0 16px 42px rgba(0, 0, 0, 0.24),
    0 4px 12px rgba(0, 0, 0, 0.14) !important;
  transform: translateY(-2px);
}

body
  .country-selector.weglot-dropdown.scatto-language-switcher
  > .wgcurrent
  .wglanguage-name {
  display: grid !important;
  place-items: center;
  width: 28px !important;
  height: 21px !important;
  margin: 0 !important;
  padding: 0 !important;
  overflow: visible !important;
  font-size: 0 !important;
  line-height: 0 !important;
}

body
  .country-selector.weglot-dropdown.scatto-language-switcher
  > .wgcurrent
  .wglanguage-name::before {
  width: 26px !important;
  height: 18px !important;
  margin: 0 !important;
  border-radius: 3px;
  background-size: cover !important;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
}

body
  .country-selector.weglot-dropdown.scatto-language-switcher
  > .wgcurrent::after {
  position: static !important;
  display: block !important;
  width: auto !important;
  height: auto !important;
  margin: 0 !important;
  content: attr(data-l) !important;
  background: none !important;
  color: #111;
  font-size: 10px;
  font-weight: 700;
  line-height: 12px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  transform: none !important;
}

body .country-selector.weglot-dropdown.scatto-language-switcher > ul {
  position: absolute !important;
  right: calc(100% + 10px) !important;
  bottom: 0 !important;
  left: auto !important;
  top: auto !important;
  display: flex !important;
  align-items: center;
  gap: 8px;
  width: max-content !important;
  height: var(--scatto-language-option-size) !important;
  margin: 0 !important;
  padding: 0 !important;
  overflow: visible !important;
  border: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  pointer-events: none;
  visibility: visible !important;
}

body .country-selector.weglot-dropdown.scatto-language-switcher > ul > li {
  display: block !important;
  width: var(--scatto-language-option-size) !important;
  height: var(--scatto-language-option-size) !important;
  margin: 0 !important;
  padding: 0 !important;
  overflow: visible !important;
  border: 0 !important;
  background: transparent !important;
  opacity: 0;
  transform: translateX(12px) scale(0.82);
  transform-origin: right center;
  transition:
    opacity 180ms ease,
    transform 260ms cubic-bezier(0.22, 1, 0.36, 1) !important;
}

body
  .country-selector.weglot-dropdown.scatto-language-switcher:not(.closed)
  > ul {
  pointer-events: auto;
}

body
  .country-selector.weglot-dropdown.scatto-language-switcher:not(.closed)
  > ul
  > li {
  opacity: 1;
  transform: translateX(0) scale(1);
}

body
  .country-selector.weglot-dropdown.scatto-language-switcher:not(.closed)
  > ul
  > li:nth-child(2) {
  transition-delay: 35ms !important;
}

body
  .country-selector.weglot-dropdown.scatto-language-switcher:not(.closed)
  > ul
  > li:nth-child(3) {
  transition-delay: 70ms !important;
}

body
  .country-selector.weglot-dropdown.scatto-language-switcher
  > ul
  > li
  > a {
  display: grid !important;
  grid-template-rows: 19px 11px;
  place-content: center;
  gap: 2px;
  width: var(--scatto-language-option-size) !important;
  height: var(--scatto-language-option-size) !important;
  padding: 0 !important;
  overflow: hidden;
  border: 1px solid rgba(0, 0, 0, 0.09) !important;
  border-radius: 50% !important;
  background: rgba(255, 255, 255, 0.96) !important;
  color: #111 !important;
  box-shadow:
    0 10px 28px rgba(0, 0, 0, 0.17),
    0 2px 7px rgba(0, 0, 0, 0.1) !important;
  font-size: 0 !important;
  line-height: 0 !important;
  text-decoration: none !important;
  transition:
    transform 190ms ease,
    background-color 190ms ease,
    box-shadow 190ms ease !important;
}

body
  .country-selector.weglot-dropdown.scatto-language-switcher
  > ul
  > li
  > a:hover,
body
  .country-selector.weglot-dropdown.scatto-language-switcher
  > ul
  > li
  > a:focus-visible {
  background: #fff !important;
  box-shadow:
    0 13px 32px rgba(0, 0, 0, 0.22),
    0 3px 9px rgba(0, 0, 0, 0.12) !important;
  transform: translateY(-2px);
}

body
  .country-selector.weglot-dropdown.scatto-language-switcher
  > ul
  > li
  > a::before {
  width: 25px !important;
  height: 17px !important;
  margin: 0 !important;
  border-radius: 3px;
  background-size: cover !important;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.18);
}

body
  .country-selector.weglot-dropdown.scatto-language-switcher
  > ul
  > li
  > a::after {
  display: block;
  color: #111;
  font-size: 9px;
  font-weight: 700;
  line-height: 11px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

body .country-selector.scatto-language-switcher .wg-en > a::after {
  content: "EN";
}

body .country-selector.scatto-language-switcher .wg-it > a::after {
  content: "IT";
}

body .country-selector.scatto-language-switcher .wg-es > a::after {
  content: "ES";
}

@media (max-width: 767.98px) {
  body .country-selector.weglot-dropdown.scatto-language-switcher {
    --scatto-language-size: 48px;
    --scatto-language-option-size: 46px;
    right: max(16px, env(safe-area-inset-right)) !important;
    bottom: max(18px, env(safe-area-inset-bottom)) !important;
  }

  body .country-selector.weglot-dropdown.scatto-language-switcher > ul {
    right: calc(100% + 8px) !important;
    gap: 6px;
  }
}

@media (prefers-reduced-motion: reduce) {
  body
    .country-selector.weglot-dropdown.scatto-language-switcher
    > .wgcurrent,
  body
    .country-selector.weglot-dropdown.scatto-language-switcher
    > ul
    > li,
  body
    .country-selector.weglot-dropdown.scatto-language-switcher
    > ul
    > li
    > a {
    transition: none !important;
  }
}

@media (min-width: 768px) {
  body .CookiesAccept {
    padding-top: 18px;
    padding-bottom: calc(18px + env(safe-area-inset-bottom));
  }

  body .CookiesAccept__inner {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    gap: 32px;
  }

  body .CookiesAccept__buttons {
    flex: 0 0 auto;
    flex-wrap: nowrap;
  }

}

@media (prefers-reduced-motion: reduce) {
  body .CookiesAccept {
    transition: none;
  }
}

/* Taxonomy heroes use WordPress responsive images and editor-defined focal points. */
.Archive__banner {
  position: relative;
  width: 100%;
  height: clamp(360px, 55vh, 520px);
  height: clamp(360px, 55svh, 520px);
  min-height: 0;
  overflow: hidden;
  background: #111;
}

.Archive__banner-picture,
.Archive__banner-image {
  display: block;
  width: 100%;
  height: 100%;
}

/* Optional dark controls preserve contrast on editorial photos with a light top. */
body .Header.scatto-taxonomy-header--dark .logo,
body .Header.scatto-taxonomy-header--dark ul li.subMenu .icon,
body .Header.scatto-taxonomy-header--dark .Header__content--actions svg,
body .Header.scatto-taxonomy-header--dark .Header__content--mobile {
  filter: invert(1);
}

body .Header.scatto-taxonomy-header--dark .Header__content--nav ul li a {
  color: #000;
}

body .Header.scatto-taxonomy-header--dark .Header__content--nav ul li a::after {
  background-color: #000;
}

.Archive__banner-image {
  object-fit: cover;
  object-position:
    var(--scatto-archive-mobile-focus-x, 50%)
    var(--scatto-archive-mobile-focus-y, 50%);
}

/*
 * A taxonomy with an editorial hero starts at the top and reuses the Home
 * header overlay. Without an image, the white internal header and its reserved
 * space remain as a legible fallback.
 */
body.tax-products_category .Archive--has-banner,
body.tax-products_environments .Archive--has-banner {
  padding-top: 0;
}

body.tax-products_category .Archive:not(.Archive--has-banner),
body.tax-products_environments .Archive:not(.Archive--has-banner) {
  padding-top: 79px;
}

@media (min-width: 1200.1px) {
  body.tax-products_category .Archive:not(.Archive--has-banner),
  body.tax-products_environments .Archive:not(.Archive--has-banner) {
    padding-top: 72px;
  }
}

@media (min-width: 1355.1px) {
  body.tax-products_category .Archive:not(.Archive--has-banner),
  body.tax-products_environments .Archive:not(.Archive--has-banner) {
    padding-top: 104px;
  }
}

@media (min-width: 1024px) {
  .Archive__banner {
    height: clamp(480px, 58vh, 720px);
    height: clamp(480px, 58svh, 720px);
  }

  .Archive__banner-image {
    object-position:
      var(--scatto-archive-focus-x, 50%)
      var(--scatto-archive-focus-y, 50%);
  }
}

/* The filter backdrop is an actual close control without visual button chrome. */
body .FilterSidebar__overlay {
  margin: 0;
  padding: 0;
  border: 0;
  appearance: none;
  cursor: pointer;
}

body .FilterSidebar__content button {
  touch-action: manipulation;
}

.scatto-form-honeypot {
  position: absolute !important;
  left: -10000px !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
}

.scatto-form-consent {
  display: grid;
  grid-template-columns: 20px minmax(0, 1fr);
  align-items: start;
  gap: 10px;
}

.scatto-form-consent input {
  width: 18px;
  height: 18px;
  margin: 2px 0 0;
}

.scatto-form-consent label {
  margin: 0;
  font-size: 13px;
  line-height: 1.5;
}

.scatto-form-consent a {
  display: inline-flex;
  align-items: center;
  min-height: var(--scatto-touch-target);
  color: inherit;
  text-underline-offset: 3px;
}

.scatto-form-status {
  min-height: 1.5em;
  margin: 8px 0 0;
  font-size: 13px;
  line-height: 1.5;
}

body .Newsletter .scatto-form-consent {
  align-items: center;
  margin: 12px 0 0;
  color: #000;
}

body .Newsletter .formNews__inputs input[type="email"] {
  box-sizing: border-box;
  width: 100%;
  min-width: 0;
  height: 70px;
  padding: 0 16px;
  border: 0;
  border-bottom: 1px solid #fff;
  font-size: clamp(18px, 1.25vw, 24px);
  transition: border-color 0.4s ease-in-out;
}

body .Newsletter .formNews__inputs input[type="email"].error {
  border-bottom-color: #f00;
}

body .Newsletter .formNews__inputs input[type="email"]:focus {
  border-bottom-color: #000;
}

body .Newsletter .formNews__inputs .Button.newsletter {
  flex: 0 0 70px;
}

body .Newsletter .scatto-form-consent input {
  margin: 0;
}

body .Newsletter .scatto-form-consent label {
  margin: 0;
}

body .Newsletter .scatto-form-consent a {
  display: inline;
  min-height: 0;
  color: inherit;
}

body .Newsletter .scatto-form-status {
  color: #000;
}

/*
 * The first home banner is the page H1 and subsequent banners are H2s.
 * Keep that semantic hierarchy without changing their shared visual style.
 */
body .Home__Banner--content .text .Home__Banner--title {
  margin-bottom: 22px;
  color: #fff;
  font-family: Cormorant, sans-serif;
  font-size: 8vw;
  font-style: normal;
  font-variation-settings: "wdth" 100;
  font-weight: 600;
  line-height: 1.15;
  text-transform: uppercase;
}

@media (min-width: 540px) {
  body .Home__Banner--content .text .Home__Banner--title {
    font-size: 32px;
  }
}

@media (min-width: 1200.1px) {
  body .Home__Banner--content .text .Home__Banner--title {
    font-size: 45px;
    line-height: 60px;
  }
}

body .formCatalog .scatto-form-consent,
body .Cart .scatto-form-consent {
  margin: 16px 0;
}

body .Catalog__content--form .formCatalog #catalog-name,
body .Catalog__content--form .formCatalog #catalog-email,
body .Catalog__content--form .formCatalog #catalog-phone {
  width: 100%;
  min-height: 52px;
  box-sizing: border-box;
  padding: 16px;
  border: 1px solid #000;
  border-radius: 0;
  background: #fff;
  color: #000;
  font: inherit;
}

/* Catalog: keep the lead-capture page within the site's white editorial system. */
body .Catalog {
  background: #fff;
}

/*
 * The compiled form rule treats every label as a full-width field label.
 * Reset only the consent row so its native checkbox and copy share one rail.
 */
body .Catalog__content--form .formCatalog fieldset p.scatto-form-consent {
  display: grid;
  grid-template-columns: 18px minmax(0, 1fr);
  align-items: center;
  gap: 12px;
  margin: 18px 0 28px;
}

body .Catalog__content--form .formCatalog fieldset p.scatto-form-consent input {
  width: 18px;
  height: 18px;
  margin: 0;
}

body .Catalog__content--form .formCatalog fieldset p.scatto-form-consent label {
  display: block;
  width: auto;
  margin: 0;
  font-size: 13px;
  line-height: 1.45;
}

body .Catalog__content--form .formCatalog .scatto-form-consent a {
  display: inline;
  min-height: 0;
}

body .Cart__section .form__inner fieldset p #budget-name,
body .Cart__section .form__inner fieldset p #budget-email,
body .Cart__section .form__inner fieldset p #budget-phone {
  width: 100%;
  min-height: 52px;
  box-sizing: border-box;
  padding: 16px;
  border: 1px solid #000;
  border-radius: 0;
  background: #fff;
  color: #000;
  font: inherit;
}

/*
 * Safari/iOS applies its accent color to buttons without an explicit text
 * color. Keep the cart action black at rest while preserving the desktop
 * inverse hover treatment from the compiled theme.
 */
body .Cart__section .items ul li button.remove,
body .Cart__section .items ul li button.remove:focus,
body .Cart__section .items ul li button.remove:active {
  color: #000;
  -webkit-text-fill-color: #000;
}

body .Cart__section .items ul li button.remove:hover {
  color: #fff;
  -webkit-text-fill-color: #fff;
}

@media (hover: none) {
  body .Cart__section .items ul li button.remove:hover,
  body .Cart__section .items ul li button.remove:focus,
  body .Cart__section .items ul li button.remove:active {
    background: none;
    color: #000;
    -webkit-text-fill-color: #000;
  }
}

/*
 * Keep transparent product renders inside the budget-cart thumbnail.
 * The compiled theme only constrained their width, allowing tall PNGs to
 * inherit the cart row height and overflow the square frame.
 */
body .Cart__section .items ul li .thumb {
  flex: 0 0 120px;
  width: 120px;
  height: 120px;
  overflow: hidden;
}

body .Cart__section .items ul li .thumb picture {
  display: block;
  width: 100%;
  height: 100%;
}

body .Cart__section .items ul li .thumb img {
  display: block;
  width: 100%;
  height: 100%;
  max-width: 100%;
  object-fit: contain;
  object-position: center;
}

/* Keep the product identity clear without changing the cart row geometry. */
body .Cart__section .items ul li .name {
  display: flex;
  min-width: 0;
  flex-direction: column;
  align-items: flex-start;
}

body .Cart__section .items ul li .name .product-name {
  display: block;
  font-size: clamp(18px, 1.3vw, 22px);
  font-weight: 700;
  line-height: 1.2;
}

body .Cart__section .items ul li .name .product-code {
  display: block;
  margin-top: 4px;
  font-size: clamp(13px, 0.95vw, 16px);
  font-weight: 400;
  line-height: 1.35;
  overflow-wrap: anywhere;
}

body .ContactPage__form .actions .Button {
  min-height: var(--scatto-touch-target);
}

body .ContactPage__form input[type="tel"] {
  width: 100%;
  min-height: var(--scatto-touch-target);
  padding: 16px;
  border: 1px solid #000;
}

/*
 * Keep the privacy checkbox aligned with its single text line.
 * The generic touch-target rule belongs to standalone links; applying its
 * 44px height to this inline link stretches only part of the consent label.
 */
body .ContactPage__form .scatto-form-consent {
  align-items: center;
}

body .ContactPage__form .scatto-form-consent input {
  margin: 0;
}

body .ContactPage__form .formInner form fieldset p.scatto-form-consent label {
  margin: 0;
}

body .ContactPage__form .scatto-form-consent a {
  display: inline;
  min-height: 0;
}

/*
 * Match the quote-checkout consent to the corrected contact form.
 * Cart field styles target every fieldset paragraph and inline link, so the
 * consent row needs a scoped reset to keep the checkbox and copy centered.
 */
body .Cart .scatto-form-consent {
  align-items: center;
}

body .Cart .scatto-form-consent input {
  margin: 0;
}

body .Cart .form__inner fieldset p.scatto-form-consent label {
  margin: 0;
}

body .Cart .scatto-form-consent a {
  display: inline;
  min-height: 0;
}

body .ContactPage__list--text ul li a {
  display: inline-flex;
  align-items: center;
  min-height: var(--scatto-touch-target);
}

body .filtersFlos__resume .ButtonFilter {
  display: inline-flex;
  align-items: center;
  min-height: var(--scatto-touch-target);
  padding-block: 10px;
}

body .ContactPage__form .scatto-form-status {
  min-height: 24px;
  margin: 10px 0 0;
  font-size: 13px;
  line-height: 1.45;
}

body .ContactPage__form .scatto-form-status.is-error {
  color: #8b1e1e;
}

body .ContactPage__form .scatto-form-status.is-success {
  color: #1d6933;
}

body .ContactPage__form button[aria-busy="true"] {
  cursor: wait;
  opacity: 0.62;
}

/*
 * iOS Safari magnifies the viewport when a text-entry control renders below
 * 16px. Keep every public form at that threshold on phones so tapping a field
 * does not create an apparent autofocus/zoom jump. Manual focus, keyboard
 * navigation and the user's page-zoom controls remain fully available.
 */
@media (max-width: 767px) {
  body #scattoContactForm :is(
    input:not([type]),
    input[type="email"],
    input[type="number"],
    input[type="password"],
    input[type="search"],
    input[type="tel"],
    input[type="text"],
    input[type="url"],
    textarea,
    select
  ),
  body #formNews :is(
    input:not([type]),
    input[type="email"],
    input[type="number"],
    input[type="password"],
    input[type="search"],
    input[type="tel"],
    input[type="text"],
    input[type="url"],
    textarea,
    select
  ),
  body #formOrcamento :is(
    input:not([type]),
    input[type="email"],
    input[type="number"],
    input[type="password"],
    input[type="search"],
    input[type="tel"],
    input[type="text"],
    input[type="url"],
    textarea,
    select
  ),
  body #formCatalogo :is(
    input:not([type]),
    input[type="email"],
    input[type="number"],
    input[type="password"],
    input[type="search"],
    input[type="tel"],
    input[type="text"],
    input[type="url"],
    textarea,
    select
  ) {
    font-size: 16px;
  }

  body #formNews input[type="email"] {
    font-size: 18px;
  }
}

/* Faster, Flos-like reveals without changing the existing WOW animations. */
@media (prefers-reduced-motion: reduce) {
  .wow {
    visibility: visible !important;
    animation: none !important;
    transform: none !important;
  }
}

/*
 * Footer information architecture.
 * The curated product and environment terms mirror the primary navigation,
 * while the general site map remains focused on institutional destinations.
 */
body .Footer__content--blocks .footerBlocks.taxonomy {
  width: 100%;
}

body .Footer__content--blocks .footerTaxonomy__list {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

body .Footer__content--blocks .footerTaxonomy__list a {
  display: inline-flex;
  align-items: center;
  min-height: 40px;
}

body .Footer__content--blocks .download .footerBlocks__description {
  margin-bottom: 24px;
  line-height: 1.5;
}

body .Footer__content--blocks .download .Button {
  width: 100%;
  max-width: 348px;
}

@media (max-width: 759.98px) {
  body .Footer__content {
    flex-direction: column;
  }

  body .Footer__content--blocks {
    gap: 48px;
  }
}

@media (min-width: 760px) {
  body .Footer__content {
    display: grid;
    grid-template-columns: minmax(150px, 180px) minmax(0, 1fr);
    align-items: start;
    gap: 40px;
  }

  body .Footer__content--blocks {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    align-items: start;
    gap: 48px 36px;
  }

  body .Footer__content--blocks .footerBlocks.mapa,
  body .Footer__content--blocks .footerBlocks.download,
  body .Footer__content--blocks .footerBlocks.contato {
    width: 100%;
    max-width: none;
  }

  body .Footer__content--blocks .footerBlocks.download {
    grid-column: 1 / -1;
  }
}

@media (min-width: 1200px) {
  body .Footer__content {
    grid-template-columns: 190px minmax(0, 1fr);
    gap: clamp(50px, 6vw, 120px);
  }

  body .Footer__content--blocks {
    grid-template-columns:
      minmax(145px, 0.85fr)
      minmax(135px, 0.8fr)
      minmax(160px, 1fr)
      minmax(290px, 1.55fr);
    gap: 48px clamp(28px, 3vw, 64px);
  }

  body .Footer__content--blocks .footerBlocks.download {
    grid-column: 4;
  }

  body .Footer__content--blocks .footerTaxonomy__list a {
    min-height: 30px;
  }
}

/*
 * Home blog rail: use the available desktop viewport instead of stopping at
 * the legacy 1568px container and 1030px carousel caps. The responsive slide
 * widths keep complete cards in view while preserving Swiper navigation.
 */
@media (min-width: 1355.1px) {
  body .Home__Blog > .container.container--large {
    width: 100%;
    max-width: none;
    margin-inline: 0;
    padding-inline: clamp(40px, 4vw, 80px);
  }

  body .Home__Blog--content {
    width: 100%;
    align-items: flex-start;
    gap: clamp(32px, 4vw, 80px);
  }

  body .Home__Blog--content .text {
    flex: 0 0 clamp(300px, 20vw, 456px);
    max-width: none;
  }

  body .Home__Blog--content .postsHome {
    flex: 1 1 0;
    min-width: 0;
    max-width: none;
  }

  body .Home__Blog--content .postsHome__card .thumb {
    max-width: none;
  }

  body .Home__Blog--content .postsHome .swiper-slide {
    width: calc((100% - 32px) / 2);
    max-width: none;
  }
}

@media (min-width: 1800px) {
  body .Home__Blog--content .postsHome .swiper-slide {
    width: calc((100% - 64px) / 3);
  }
}

@media (min-width: 2600px) {
  body .Home__Blog--content .postsHome .swiper-slide {
    width: calc((100% - 96px) / 4);
  }
}

/*
 * Blog cards: replace the legacy dark overlay with a quiet editorial lift.
 * The card keeps its footprint inside Swiper while the photograph zooms on
 * the compositor, avoiding the layout work caused by animating its width.
 */
body .Home__Blog--content .postsHome__card,
body .Blog__list .postsCard {
  position: relative;
  isolation: isolate;
  transition:
    box-shadow 280ms cubic-bezier(0.22, 1, 0.36, 1),
    background-color 280ms cubic-bezier(0.22, 1, 0.36, 1);
}

body .Home__Blog--content .postsHome__card .thumb .overlay,
body .Blog__list .postsCard .thumb .overlay {
  display: none;
  pointer-events: none;
}

body .Home__Blog--content .postsHome__card .thumb img,
body .Blog__list .postsCard .thumb img {
  width: 103%;
  backface-visibility: hidden;
  transition: transform 600ms cubic-bezier(0.22, 1, 0.36, 1);
}

body .Home__Blog--content .postsHome__card strong,
body .Blog__list .postsCard strong {
  transition: transform 280ms cubic-bezier(0.22, 1, 0.36, 1);
}

/* Neutralize the compiled width animation on coarse/touch pointers too. */
body .Home__Blog--content .postsHome__card:hover .thumb img,
body .Blog__list .postsCard:hover .thumb img {
  width: 103%;
}

body .Home__Blog--content .postsHome__card:focus-visible,
body .Blog__list .postsCard:focus-visible {
  outline: 2px solid var(--scatto-focus) !important;
  outline-offset: -3px;
  background-color: #f5f5f5;
  box-shadow:
    inset 0 0 0 1px rgba(0, 0, 0, 0.06),
    inset 0 -18px 28px -26px rgba(0, 0, 0, 0.2);
}

body .Home__Blog--content .postsHome__card:focus-visible .thumb img,
body .Blog__list .postsCard:focus-visible .thumb img {
  transform: translate(-50%, -50%) scale(1.02);
}

body .Home__Blog--content .postsHome__card:focus-visible strong,
body .Blog__list .postsCard:focus-visible strong {
  transform: translateX(2px);
}

@media (hover: hover) and (pointer: fine) {
  body .Home__Blog--content .postsHome__card:hover,
  body .Blog__list .postsCard:hover {
    background-color: #f5f5f5;
    box-shadow:
      inset 0 0 0 1px rgba(0, 0, 0, 0.06),
      inset 0 -18px 28px -26px rgba(0, 0, 0, 0.2);
  }

  body .Home__Blog--content .postsHome__card:hover .thumb img,
  body .Blog__list .postsCard:hover .thumb img {
    transform: translate(-50%, -50%) scale(1.02);
  }

  body .Home__Blog--content .postsHome__card:hover strong,
  body .Blog__list .postsCard:hover strong {
    transform: translateX(2px);
  }
}

@media (prefers-reduced-motion: reduce) {
  body .Home__Blog--content .postsHome__card,
  body .Home__Blog--content .postsHome__card .thumb img,
  body .Home__Blog--content .postsHome__card strong,
  body .Blog__list .postsCard,
  body .Blog__list .postsCard .thumb img,
  body .Blog__list .postsCard strong {
    transition: none !important;
  }

  body .Home__Blog--content .postsHome__card:hover .thumb img,
  body .Home__Blog--content .postsHome__card:focus-visible .thumb img,
  body .Blog__list .postsCard:hover .thumb img,
  body .Blog__list .postsCard:focus-visible .thumb img {
    transform: translate(-50%, -50%);
  }

  body .Home__Blog--content .postsHome__card:hover strong,
  body .Home__Blog--content .postsHome__card:focus-visible strong,
  body .Blog__list .postsCard:hover strong,
  body .Blog__list .postsCard:focus-visible strong {
    transform: none;
  }
}

/*
 * Compact desktop display type.
 *
 * The compiled theme changes type scales at 1355.1px, so notebook layouts
 * need two explicit tiers: the first protects the already-smaller legacy
 * values from being enlarged, while the second trims the wide-desktop scale
 * by roughly 30%. All selectors remain component-scoped; mobile and roomy
 * desktop viewports keep their established hierarchy.
 */
@media (min-width: 1200.1px) and (max-width: 1355px) {
  body .sectionTitle__description,
  body .ProductsSingle__banner--content .text p {
    font-size: 14px;
  }

  body .sectionTitle__description {
    margin-bottom: 6px;
  }

  body .sectionTitle__label {
    font-size: 28px;
    line-height: 1.06;
  }

  body .Home__Blog--content .text h4 {
    max-width: 100%;
    margin-bottom: 8px;
    font-size: 28px;
    line-height: 1.06;
    white-space: nowrap;
  }

  body .Home__Blog--content .text p {
    font-size: 17px;
    line-height: 1.38;
  }

  body .ProductsSingle__banner--content .text h1 {
    margin-bottom: 16px;
    font-size: 32px;
    line-height: 1.06;
  }

  body .ProductsSingle__about--content .text h2,
  body .ProductsSingle__video h4 {
    margin-bottom: 28px;
    font-size: 28px;
    line-height: 1.08;
  }

  body .ProductsSingle__designer--item .infos h4 {
    font-size: 35px;
    line-height: 1;
  }

  body .Archive h1,
  body .Catalog__content--text h1,
  body .DesignersPage__title {
    font-size: 28px;
    line-height: 1.06;
  }

  body .DesignersSingle__content--infos .title {
    font-size: 28px;
    line-height: 1.06;
  }

  body .Catalog__content--text p {
    font-size: 18px;
    line-height: 1.42;
  }

  body .Catalog__text h4 {
    font-size: 28px;
    line-height: 1.12;
  }

  body .Catalog__text p {
    font-size: 17px;
  }

  body .Newsletter__content--form .title {
    font-size: 26px;
    line-height: 1.08;
  }

  body .Cart__title h1 {
    font-size: 28px;
    line-height: 1.06;
  }

  body .Cart__title p {
    font-size: 19px;
    line-height: 1.25;
  }

  body .Blog__intro h1,
  body .BlogSingle__intro h1 {
    font-size: 20px;
    line-height: 1.08;
  }

  body .AboutEditorial__hero .content h1 {
    font-size: clamp(60px, 4.97vw, 67px);
  }

  body .AboutEditorial__introduction-copy p:first-child {
    font-size: clamp(30px, 2.24vw, 32px);
  }

  body .AboutEditorial__story-copy h2,
  body .AboutEditorial__text-inner h2,
  body .AboutEditorial__section-header h2,
  body .AboutEditorial__showroom h2 {
    font-size: clamp(38px, 2.94vw, 40px);
  }

  body .AboutEditorial__cta a > span:first-child {
    font-size: clamp(42px, 3.5vw, 47px);
  }

  body .AboutEditorial__cta-arrow {
    font-size: clamp(36px, 2.8vw, 38px);
  }
}

@media (min-width: 1355.1px) and (max-width: 1536px),
       (min-width: 1536.01px) and (max-width: 1728px) and (max-height: 900px) {
  body .sectionTitle__description,
  body .ProductsSingle__banner--content .text p {
    font-size: 14px;
  }

  body .sectionTitle__description {
    margin-bottom: 6px;
  }

  body .sectionTitle__label {
    font-size: 28px;
    line-height: 1.06;
  }

  body .Home__Blog--content .text h4 {
    max-width: 100%;
    margin-bottom: 8px;
    font-size: 34px;
    line-height: 1.06;
    white-space: nowrap;
  }

  body .Home__Blog--content .text p {
    font-size: 17px;
    line-height: 1.38;
  }

  body .ProductsSingle__banner--content .text h1 {
    margin-bottom: 16px;
    font-size: 44px;
    line-height: 1.06;
  }

  body .ProductsSingle__about--content .text h2,
  body .ProductsSingle__video h4 {
    margin-bottom: 28px;
    font-size: 34px;
    line-height: 1.08;
  }

  body .ProductsSingle__designer--item .infos h4 {
    margin-bottom: 42px;
    font-size: 44px;
    line-height: 1;
  }

  body .Archive h1,
  body .Catalog__content--text h1 {
    font-size: 44px;
    line-height: 1.06;
  }

  body .DesignersPage__title {
    font-size: 28px;
    line-height: 1.06;
  }

  body .DesignersSingle__content--infos .title {
    font-size: 40px;
    line-height: 1.06;
  }

  body .DesignersSingle__content--infos .title__last {
    padding-left: 42px;
  }

  body .Catalog__content--text p {
    font-size: 23px;
    line-height: 1.35;
  }

  body .Catalog__text h4 {
    font-size: 32px;
    line-height: 1.12;
  }

  body .Catalog__text p {
    font-size: 17px;
    line-height: 1.5;
  }

  body .Newsletter__content--form .title {
    font-size: 35px;
    line-height: 1.08;
  }

  body .Cart__title h1 {
    font-size: 34px;
    line-height: 1.06;
  }

  body .Cart__title p {
    font-size: 22px;
    line-height: 1.25;
  }

  body .Blog__intro h1,
  body .BlogSingle__intro h1 {
    font-size: 34px;
    line-height: 1.08;
  }

  body .Home__About--content .text__title {
    font-size: 28px;
    line-height: 1.28;
  }

  body .AboutEditorial__hero .content h1 {
    font-size: clamp(67px, 4.97vw, 82px);
  }

  body .AboutEditorial__introduction-copy p:first-child {
    font-size: clamp(30px, 2.24vw, 38px);
  }

  body .AboutEditorial__story-copy h2,
  body .AboutEditorial__text-inner h2,
  body .AboutEditorial__section-header h2,
  body .AboutEditorial__showroom h2 {
    font-size: clamp(40px, 2.94vw, 50px);
  }

  body .AboutEditorial__cta a > span:first-child {
    font-size: clamp(47px, 3.5vw, 59px);
  }

  body .AboutEditorial__cta-arrow {
    font-size: clamp(38px, 2.8vw, 47px);
  }
}

/*
 * Compact desktop quote cart.
 *
 * Keep the approved two-rail composition and the form's vertical field flow,
 * while reclaiming enough height for notebook and zoomed desktop viewports.
 * Mobile, tablet and roomy desktop layouts retain their established spacing.
 */
@media (min-width: 1200.1px) and (max-width: 1536px),
       (min-width: 1200.1px) and (max-width: 1728px) and (max-height: 900px) {
  body .Cart__title {
    padding: 22px 0 18px;
  }

  body .Cart__title h1 {
    margin-bottom: 8px;
    font-size: clamp(28px, 2.21vw, 34px);
    line-height: 1.04;
  }

  body .Cart__title p {
    font-size: clamp(17px, 1.3vw, 20px);
    line-height: 1.25;
  }

  body .Cart__section {
    gap: clamp(28px, 3vw, 46px);
    margin-bottom: 60px;
  }

  body .Cart__section .items {
    min-width: 0;
    margin-bottom: 0;
  }

  body .Cart__section .legend {
    gap: 8px;
    margin-bottom: 14px;
    line-height: 1.25;
  }

  body .Cart__section .legend img {
    width: 32px;
    height: 32px;
    object-fit: contain;
  }

  body .Cart__section .items ul {
    margin-bottom: 12px;
  }

  body .Cart__section .items ul li {
    gap: 10px;
    margin: 4px 0;
  }

  body .Cart__section .items ul li .thumb {
    flex-basis: 96px;
    width: 96px;
    height: 96px;
  }

  body .Cart__section .items ul li .quantity-control {
    height: 44px;
  }

  body .Cart__section .items ul li .btn-qty {
    width: 44px;
    min-width: 44px;
    min-height: 44px;
  }

  body .Cart__section .items ul li .input-qty {
    min-height: 44px;
  }

  body .Cart__section .items ul li button.remove {
    min-height: 44px;
    padding: 8px 14px;
  }

  body .Cart__section .form__inner fieldset {
    display: block;
  }

  body .Cart__section .form__inner fieldset > p {
    margin-bottom: 10px;
  }

  body .Cart__section .form__inner fieldset > p label {
    margin-bottom: 4px;
    line-height: 1.25;
  }

  body .Cart__section .form__inner fieldset p #budget-name,
  body .Cart__section .form__inner fieldset p #budget-email,
  body .Cart__section .form__inner fieldset p #budget-phone {
    min-height: 44px;
    padding: 10px 12px;
  }

  body .Cart__section .form__inner #budget-message {
    height: 56px;
    min-height: 56px;
    padding: 10px 12px;
    resize: vertical;
  }

  body .Cart .scatto-form-consent {
    min-height: 44px;
    margin: 2px 0 6px;
  }

  body .Cart__section .form__inner fieldset > p.actions {
    margin-bottom: 0;
  }

  body .Cart__section .form__inner fieldset > p.actions .Button {
    min-height: 44px;
  }
}
/* End compact desktop quote cart. */
