/* Lorént: calm product controls and a readable, grouped footer. */
body.admin-unlocked .shop-announcement { display: none !important; }
body.admin-unlocked .site-header { top: 0 !important; }
body.admin-unlocked .shop-video-hero__media { inset: 0 !important; height: 100% !important; }
body.admin-unlocked .home-editorial-row__grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  max-width: 1040px;
}
body.admin-unlocked .product-cart-button,
body.admin-unlocked .mobile-purchase-bar__add,
body.admin-unlocked .quick-add-modal__submit {
  background: #111 !important; color: #fff !important; border: 1px solid #111;
  border-radius: 4px; min-height: 50px; font-size: 13px; letter-spacing: 0;
}
body.admin-unlocked .product-cart-button {
  justify-content: space-between;
  padding-inline: 16px;
  text-transform: none;
}
body.admin-unlocked .product-cart-button strong {
  display: inline !important;
  color: inherit;
  font-size: inherit;
  font-weight: 500;
  letter-spacing: 0;
}
body.admin-unlocked .product-info .size-row { display: flex; gap: 10px; }
body.admin-unlocked .product-info .size-row button {
  border: 1px solid #e4e4e4; border-radius: 24px; min-width: 58px;
  min-height: 42px; background: #fff; color: #111;
}
body.admin-unlocked .product-info .size-row button.is-selected,
body.admin-unlocked .product-info .size-row button.size-option-selected,
body.admin-unlocked .product-info .size-row button[aria-pressed="true"] { background: #111; color: #fff; border-color: #111; }
body.admin-unlocked .product-info .size-row button:disabled { color: #aaa; background: #fff; border-color: #eee; }
body.admin-unlocked .product-purchase-trust__limited { display: none !important; }
body.admin-unlocked .product-purchase-trust { background: #fff; border: 0; padding-left: 0; }
.product-buy-now {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 18px 0 12px;
  color: #4c4c4c;
  font-size: 12px;
  line-height: 1.4;
}
.product-buy-now i {
  width: 7px;
  height: 7px;
  flex: 0 0 7px;
  border-radius: 50%;
  background: #70d6a7;
  animation: lorent-stock-pulse 1.8s ease-in-out infinite;
}
.product-buy-now strong { color: #111; font-weight: 500; }
@keyframes lorent-stock-pulse {
  0%, 100% { opacity: .4; transform: scale(.86); }
  50% { opacity: 1; transform: scale(1); }
}
.product-mobile-purchase { display: none; }
body.admin-unlocked .site-footer { background: #fff; }
body.admin-unlocked .footer-columns {
  width: calc(100% - 80px); max-width: 1680px; grid-template-columns: minmax(260px, 2fr) repeat(4, minmax(110px, 1fr));
  gap: 32px; padding: 64px 0 48px; min-height: 0; margin: 0 auto;
}
body.admin-unlocked .footer-brand { font-size: 16px; font-weight: 500 !important; letter-spacing: 0; text-transform: none; }
body.admin-unlocked .footer-list a, body.admin-unlocked .footer-list button,
body.admin-unlocked .footer-connect p { font-size: 13px; line-height: 1.6; color: #252525; }
body.admin-unlocked .footer-newsletter__form input { border: 1px solid #bbb; border-radius: 26px; padding: 12px 18px; min-height: 48px; font-size: 16px; }
body.admin-unlocked .footer-newsletter__form button { border: 0; border-bottom: 1px solid #111; padding: 6px 0; font-size: 13px; letter-spacing: 0; text-transform: none; }
body.admin-unlocked .footer-newsletter { order: 1; }
body.admin-unlocked .footer-list[aria-label="Contact us"] { order: 2; }
body.admin-unlocked .footer-list[aria-label="Client services"] { order: 3; }
body.admin-unlocked .footer-list[aria-label="Company"] { order: 4; }
body.admin-unlocked .footer-list[aria-label="Social"] { order: 5; }
body.admin-unlocked .footer-bottom { width: calc(100% - 80px); max-width: 1680px; padding: 22px 0; margin: 0 auto; }
.footer-locale { background: none; border: 0; padding: 12px 0; color: #111; font: inherit; font-size: 14px; cursor: pointer; }
body.admin-unlocked.footer-in-view .mobile-purchase-bar { display: none !important; }
@media (min-width: 801px) {
  body.admin-unlocked .home-pieces { padding-inline: 16px; }
  body.admin-unlocked .home-pieces__grid {
    width: 100%;
    max-width: none;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 4px;
  }
  body.admin-unlocked .home-piece-card__media { padding: clamp(18px, 2vw, 34px); }
  body.admin-unlocked .home-piece-card__quick {
    width: 28px;
    height: 28px;
    right: 12px;
    bottom: 12px;
    border: 0;
    background: transparent;
    font-size: 24px;
    opacity: 1;
    transform: none;
  }
  body.admin-unlocked .home-piece-card__quick:hover,
  body.admin-unlocked .home-piece-card__quick:focus-visible { background: transparent; transform: scale(1.08); }
  body.admin-unlocked .product-detail {
    align-items: start;
    height: auto;
    min-height: 100svh;
    padding-top: 60px;
    overflow: visible;
  }
  body.admin-unlocked .product-media-scroll {
    height: auto;
    overflow: visible;
    overscroll-behavior: auto;
    scroll-snap-type: none;
  }
  body.admin-unlocked .product-detail .product-info {
    position: static;
    height: auto;
    min-height: calc(100svh - 60px);
    overflow: visible;
    overscroll-behavior: auto;
  }
}
@media (min-width: 841px) {
  body.admin-unlocked[data-shop-view="page-our-story"] .brand-page--story {
    margin-top: 0;
    min-height: 100svh;
  }
  body.admin-unlocked[data-shop-view="page-our-story"] .story-page__hero { min-height: 100svh; }
}
@media (max-width: 1000px) {
  body.admin-unlocked .footer-columns { grid-template-columns: repeat(4, minmax(0, 1fr)); }
  body.admin-unlocked .footer-newsletter { grid-column: 1 / -1; }
}
@media (max-width: 760px) {
  /* Match the product offset to the fixed 72px header so media starts flush
     beneath navigation instead of leaving the old spacer bar. */
  body.admin-unlocked .product-detail.shop-view-active {
    padding-top: 72px !important;
  }

  body.admin-unlocked[data-shop-view="home"]:not(.home-header-solid) .site-header,
  body.admin-unlocked[data-shop-view="home"]:not(.home-header-solid) .site-header:hover,
  body.admin-unlocked[data-shop-view="home"]:not(.home-header-solid) .site-header:focus-within {
    background: transparent !important;
    border-bottom-color: transparent !important;
    color: #fff !important;
  }
  body.admin-unlocked[data-shop-view="home"]:not(.home-header-solid) .brand-wordmark__lockup--black { opacity: 0 !important; }
  body.admin-unlocked[data-shop-view="home"]:not(.home-header-solid) .brand-wordmark__lockup--white { opacity: 1 !important; }
  body.admin-unlocked[data-shop-view="home"]:not(.home-header-solid) .mobile-menu-toggle img,
  body.admin-unlocked[data-shop-view="home"]:not(.home-header-solid) .mobile-header-search img,
  body.admin-unlocked[data-shop-view="home"]:not(.home-header-solid) .shop-action-icon img { filter: brightness(0) invert(1) !important; }
  body.admin-unlocked[data-shop-view="home"]:not(.home-header-solid) .cart-count-badge { background: #fff; color: #111; }
  body.admin-unlocked[data-shop-view="home"]:not(.home-header-solid) .shop-actions { color: #fff !important; }

  body.admin-unlocked .product-detail > .product-mobile-purchase { display: none !important; }
  body.admin-unlocked .product-mobile-purchase__selectors {
    display: grid;
    grid-template-columns: minmax(0, 1.55fr) minmax(0, 0.85fr);
    gap: 8px;
  }
  body.admin-unlocked .product-mobile-purchase__color,
  body.admin-unlocked .product-mobile-purchase__size {
    position: relative;
    min-width: 0;
    min-height: 48px;
    display: flex;
    align-items: center;
    gap: 6px;
    margin: 0;
    padding: 0 12px;
    border: 1px solid #ededeb;
    border-radius: 3px;
    background: #fff;
    color: #111;
    font: inherit;
  }
  body.admin-unlocked .product-mobile-purchase__color { width: 100%; opacity: 1; text-align: left; cursor: default; }
  body.admin-unlocked .product-mobile-purchase__color span,
  body.admin-unlocked .product-mobile-purchase__size > span { flex: 0 0 auto; color: #777; font-size: 12.5px; }
  body.admin-unlocked .product-mobile-purchase__color strong { min-width: 0; overflow: hidden; color: #111; font-size: 13px; font-weight: 500; text-overflow: ellipsis; white-space: nowrap; }
  body.admin-unlocked .product-mobile-purchase__chevron {
    width: 15px;
    height: 15px;
    flex: 0 0 15px;
    margin-left: auto;
    transform: rotate(90deg);
    opacity: .78;
  }
  body.admin-unlocked .product-mobile-purchase__size select {
    width: 100%;
    min-width: 0;
    height: 46px;
    margin: 0;
    padding: 0 20px 0 2px;
    border: 0;
    background: #fff;
    color: #111;
    font: inherit;
    font-size: 13px;
    font-weight: 500;
    appearance: none;
  }
  body.admin-unlocked .product-mobile-purchase__add {
    width: 100%;
    min-height: 52px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border: 1px solid #111;
    border-radius: 3px;
    padding: 0 16px;
    background: #111;
    color: #fff;
    font: inherit;
    font-size: 13px;
    font-weight: 500;
    letter-spacing: 0;
    text-transform: none;
  }
  body.admin-unlocked .product-mobile-purchase__add strong { color: inherit; font-size: inherit; font-weight: 500; }
  body.admin-unlocked .product-mobile-purchase__add:disabled { border-color: #cfcfcf; background: #cfcfcf; }

  body.admin-unlocked .mobile-header-search { display: inline-grid !important; }
  body.admin-unlocked .mobile-menu__search { display: none !important; }

  body.admin-unlocked .product-media-scroll {
    order: 2;
    position: relative;
    display: block;
  }
  body.admin-unlocked .product-detail .product-gallery { order: initial; }
  body.admin-unlocked .gallery-swipe-hint { display: none !important; }
  body.admin-unlocked .gallery-dots {
    position: absolute;
    z-index: 5;
    left: 50%;
    bottom: 12px;
    width: min(62%, 270px);
    display: grid;
    grid-template-columns: repeat(var(--gallery-count, 9), minmax(0, 1fr));
    gap: 5px;
    padding: 0;
    background: transparent;
    transform: translateX(-50%);
  }
  body.admin-unlocked .gallery-dots button,
  body.admin-unlocked .gallery-dots button.gallery-dot--active {
    width: 100%;
    height: 1px;
    border-radius: 0;
    background: rgba(17,17,17,.24);
    transition: background .18s ease;
  }
  body.admin-unlocked .gallery-dots button.gallery-dot--active { background: #111; }

  body.admin-unlocked .product-detail .product-info { order: 5; }
  body.admin-unlocked .product-detail .product-info .size-row { width: 100%; }
  body.admin-unlocked .product-detail .product-info .size-row button { flex: 1 1 0; min-width: 0; }

  body.admin-unlocked[data-shop-view="matteo"] .mobile-purchase-bar,
  body.admin-unlocked[data-shop-view="aurelio"] .mobile-purchase-bar { display: none !important; }
  body.admin-unlocked.mobile-purchase-visible:not(.footer-in-view)[data-shop-view="matteo"] .mobile-purchase-bar,
  body.admin-unlocked.mobile-purchase-visible:not(.footer-in-view)[data-shop-view="aurelio"] .mobile-purchase-bar {
    display: grid !important;
    grid-template-columns: 1fr;
    gap: 8px;
    padding: 8px 12px max(8px, env(safe-area-inset-bottom));
    background: transparent;
    border-top: 0;
    box-shadow: none;
    -webkit-backdrop-filter: none;
    backdrop-filter: none;
  }
  body.admin-unlocked .mobile-purchase-bar .product-mobile-purchase__selectors { width: 100%; }
  body.admin-unlocked .mobile-purchase-bar .product-mobile-purchase__color,
  body.admin-unlocked .mobile-purchase-bar .product-mobile-purchase__size { min-height: 48px; }
  body.admin-unlocked .mobile-purchase-bar .product-mobile-purchase__size select { height: 46px; }
  body.admin-unlocked .mobile-purchase-bar .product-mobile-purchase__add { min-height: 50px; }
  body.admin-unlocked .shop-video-hero { margin-top: 0; min-height: 100svh; }
  body.admin-unlocked .home-pieces { padding: 26px 8px 38px; }
  body.admin-unlocked .home-pieces__grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 24px 4px; }
  body.admin-unlocked .home-piece-card__media { padding: 8px; }
  body.admin-unlocked .home-piece-card__media img { max-height: none; }
  body.admin-unlocked .home-piece-card__quick { right: 7px; bottom: 7px; width: 24px; height: 24px; border: 0; background: transparent; font-size: 22px; }
  body.admin-unlocked .home-piece-card__meta { min-height: 38px; padding-top: 7px; column-gap: 6px; }
  body.admin-unlocked .home-piece-card__name,
  body.admin-unlocked .home-piece-card__price { font-size: 10.5px; }
  body.admin-unlocked .home-piece-card__color { font-size: 9.5px; }
  body.admin-unlocked .footer-columns { width: calc(100% - 36px); grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 34px 18px; padding: 44px 0 54px; }
  body.admin-unlocked .footer-newsletter { grid-column: 1 / -1; margin-bottom: 8px; }
  body.admin-unlocked .footer-brand { font-size: 15px; }
  body.admin-unlocked .footer-list a, body.admin-unlocked .footer-list button,
  body.admin-unlocked .footer-connect p { font-size: 12px; line-height: 1.55; }
  body.admin-unlocked .footer-newsletter__form input { min-height: 46px; font-size: 14px; }
  body.admin-unlocked .footer-bottom { width: calc(100% - 40px); display: flex; align-items: center; gap: 16px; }
  body.admin-unlocked .footer-bottom__identity a { display: none; }
  .footer-locale { order: 3; width: 100%; padding-top: 4px; text-align: left; }
  body.admin-unlocked .footer-payments { flex-wrap: wrap; }
  body.admin-unlocked .product-info { padding-left: 18px; padding-right: 18px; }
  body.admin-unlocked .product-title { font-size: 16px; line-height: 1.3; }
  body.admin-unlocked .product-detail .product-info .product-title { font-weight: 500; letter-spacing: 0; text-transform: none; }
  body.admin-unlocked .product-price { font-size: 14px; color: #111; }
  body.admin-unlocked .product-price-row > span { display: none; }
  body.admin-unlocked .product-info .fit-meter,
  body.admin-unlocked .product-purchase-trust { display: none; }
  body.admin-unlocked .product-buy-now { margin: 20px 0 12px; font-size: 12px; }
  body.admin-unlocked .product-fit-note { margin: 14px 0 0; color: #777; font-size: 10.5px; line-height: 1.45; }
  body.admin-unlocked .product-options { margin-top: 20px; }
  body.admin-unlocked .product-detail .product-info .product-options > p { font-size: 12px; letter-spacing: 0; text-transform: none; }
  body.admin-unlocked .product-info details { font-size: 12px; }
  body.admin-unlocked .mobile-purchase-bar { padding-bottom: max(12px, env(safe-area-inset-bottom)); }
  body.admin-unlocked .mobile-purchase-bar__sizes button { border-radius: 22px; }
  body.admin-unlocked input, body.admin-unlocked select { font-size: 16px; }
  body.admin-unlocked .product-mobile-purchase__size select { font-size: 13px; }
  body.admin-unlocked .home-pieces__tabs a { font-size: 22px; font-weight: 500; letter-spacing: -.02em; text-transform: none; }
}
/* September reference pass: compact navigation, weighted gallery markers and editorial footer. */
body.admin-unlocked .footer-brand sup { font-size: .65em; vertical-align: super; margin-left: 3px; }
body.admin-unlocked .footer-newsletter .footer-brand { font-size: 20px; line-height: 1.35; margin: 0; }
body.admin-unlocked .footer-newsletter__form { gap: 18px; margin-top: 12px; }
body.admin-unlocked .footer-newsletter__form label > span { position: absolute; width: 1px; height: 1px; overflow: hidden; clip-path: inset(50%); }
body.admin-unlocked .footer-newsletter__form input { border: 1px solid #222; border-radius: 50px; padding: 14px 24px; height: 50px; font-size: 16px; }
body.admin-unlocked .footer-newsletter__form button { font-size: 14px; font-weight: 400; }
body.admin-unlocked .footer-list { gap: 8px; }
body.admin-unlocked .footer-list .footer-brand { margin-bottom: 10px; }
body.admin-unlocked .footer-list a, body.admin-unlocked .footer-list button { font-weight: 400; }
body.admin-unlocked .footer-bottom { border-top: 0; padding-top: 40px; padding-bottom: 28px; }
@media (max-width: 760px) {
  body.admin-unlocked .site-header { height: 54px !important; min-height: 54px !important; padding-inline: 12px; }
  body.admin-unlocked .brand-wordmark { width: 118px !important; }
  body.admin-unlocked .brand-wordmark__logo { width: 100%; height: auto; }
  body.admin-unlocked .mobile-menu-toggle img,
  body.admin-unlocked .mobile-header-search img,
  body.admin-unlocked .shop-action-icon img { width: 19px !important; height: 19px !important; }
  body.admin-unlocked .mobile-header-actions--left { gap: 6px; }
  body.admin-unlocked .shop-actions { transform: none; gap: 6px; }
  body.admin-unlocked .product-detail.shop-view-active { padding-top: 54px !important; }
  body.admin-unlocked .gallery-dots { display: flex; align-items: center; gap: 5px; bottom: 10px; }
  body.admin-unlocked .gallery-dots button { position: relative; flex: 1; width: auto; height: 20px; background: transparent; border: 0; padding: 0; transition: flex .2s ease; }
  body.admin-unlocked .gallery-dots button::after { content: ''; position: absolute; top: 9px; left: 0; right: 0; height: 2px; background: #d3d3d3; }
  body.admin-unlocked .gallery-dots button.gallery-dot--active { flex: 2; width: auto; height: 20px; background: transparent; }
  body.admin-unlocked .gallery-dots button.gallery-dot--active::after { background: #111; }
  body.admin-unlocked.mobile-purchase-visible:not(.footer-in-view) .mobile-purchase-bar { padding: 8px 14px max(26px, env(safe-area-inset-bottom)) !important; isolation: isolate; }
  body.admin-unlocked .mobile-purchase-bar::before { content: ''; position: absolute; inset: -26px 0 0; z-index: -1; pointer-events: none; background: rgba(255,255,255,.16); -webkit-backdrop-filter: blur(12px); backdrop-filter: blur(12px); -webkit-mask-image: linear-gradient(transparent, #000 28%); mask-image: linear-gradient(transparent, #000 28%); opacity: var(--entry-blur-opacity, 1); }
  body.admin-unlocked .mobile-purchase-bar .product-mobile-purchase__color,
  body.admin-unlocked .mobile-purchase-bar .product-mobile-purchase__size { min-height: 42px; }
  body.admin-unlocked .mobile-purchase-bar .product-mobile-purchase__size select { height: 40px; }
  body.admin-unlocked .mobile-purchase-bar .product-mobile-purchase__add { min-height: 46px; font-size: 12px; }
  body.admin-unlocked .product-mobile-purchase__color strong,
  body.admin-unlocked .product-mobile-purchase__color span,
  body.admin-unlocked .product-mobile-purchase__size > span { font-size: 12px; }
  body.admin-unlocked .shop-video-hero::after { content: ''; position: absolute; inset: auto 0 0; height: 140px; pointer-events: none; -webkit-backdrop-filter: blur(10px); backdrop-filter: blur(10px); -webkit-mask-image: linear-gradient(transparent, #000); mask-image: linear-gradient(transparent, #000); opacity: var(--entry-blur-opacity, 1); }
  body.admin-unlocked .shop-video-hero__copy { z-index: 2; }
  body.admin-unlocked .footer-columns { width: calc(100% - 58px); padding: 36px 0 50px; gap: 28px 22px; }
  body.admin-unlocked .footer-newsletter { gap: 12px; margin-bottom: 26px; }
  body.admin-unlocked .footer-newsletter .footer-brand { font-size: 18px; }
  body.admin-unlocked .footer-connect > p:not(.footer-brand):not(.footer-newsletter__consent) { font-size: 14px; line-height: 1.6; margin: 0; }
  body.admin-unlocked .footer-brand { font-size: 17px; }
  body.admin-unlocked .footer-list a, body.admin-unlocked .footer-list button { font-size: 13px; line-height: 1.45; }
  body.admin-unlocked .footer-connect .footer-newsletter__consent { font-size: 10px; margin-top: 4px; }
  body.admin-unlocked .footer-bottom { width: calc(100% - 58px); padding: 30px 0; flex-wrap: wrap; }
}
@media (prefers-reduced-motion: reduce) { body.admin-unlocked .gallery-dots button { transition: none; } }
body.admin-unlocked .site-footer { position: relative; isolation: isolate; overflow: hidden; }
body.admin-unlocked .site-footer::before { content: ''; position: absolute; z-index: -1; inset: 20% -8% 4%; background: url('lorent-wordmark-lower-black-v1.webp') center / 90% auto no-repeat; filter: blur(25px); opacity: .045; pointer-events: none; }
body.admin-unlocked .footer-list p.footer-brand { font-size: 18px !important; color: #111; font-weight: 400 !important; }
body.admin-unlocked .footer-newsletter__form [data-newsletter-status]:empty { display: none; }
body.admin-unlocked .footer-newsletter__form { margin-bottom: 8px; }
body.admin-unlocked .footer-bottom__identity { justify-content: flex-start; }
@media (max-width: 760px) {
  body.admin-unlocked .footer-list p.footer-brand { font-size: 17px !important; }
  body.admin-unlocked .footer-newsletter__form { gap: 18px; }
  body.admin-unlocked .footer-bottom { align-items: flex-start; }
  body.admin-unlocked .footer-bottom__identity { width: auto; margin: 0; }
  body.admin-unlocked .site-footer .footer-copyright { font-size: 12px; text-align: left; }
}
/* Stable mobile slide frames; indicators have their own visible strip. */
@media (max-width: 800px) {
  body.admin-unlocked .product-detail .product-gallery {
    position: relative;
    align-items: stretch;
    height: min(125vw, calc(100svh - 230px));
    min-height: 260px;
    gap: 0;
  }
  body.admin-unlocked .product-detail .product-gallery img:not([hidden]) {
    box-sizing: border-box;
    flex: 0 0 100%;
    width: 100%;
    height: 100%;
    min-height: 0;
    max-height: none;
    aspect-ratio: auto;
    padding: 0;
    margin: 0;
    object-fit: contain;
    object-position: center;
  }
  body.admin-unlocked .gallery-dots {
    position: relative;
    left: auto;
    bottom: auto;
    transform: none;
    width: min(66%, 280px);
    min-height: 28px;
    margin: 0 auto;
    background: transparent;
  }
  body.admin-unlocked .gallery-dots button::after { background: #b8b8b8; }
  body.admin-unlocked .mobile-purchase-bar .product-mobile-purchase__size select {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    z-index: 1;
    font-size: 16px !important;
    cursor: pointer;
  }
  body.admin-unlocked .product-mobile-purchase__size [data-mobile-size-value] {
    font-size: 12px !important;
    font-weight: 400;
    color: #111;
  }
  body.admin-unlocked .product-mobile-purchase__size:focus-within { outline: 2px solid #111; outline-offset: 2px; }
  body.admin-unlocked .product-info .size-row button { font-size: 12px !important; font-weight: 400; }
}
body.admin-unlocked .product-model-details .product-fit-note { margin: 14px 0; line-height: 1.7; }
body.admin-unlocked .product-model-details:not([open]) .product-fit-note { display: none; }
body.admin-unlocked .product-model-details .product-fit-note span { display: block; }
body.admin-unlocked .gallery-dots button:focus-visible { outline: 1px solid #111; outline-offset: 1px; }
/* Equal desktop frames remove the intrinsic-height seams between gallery rows. */
@media (min-width: 801px) {
  body.admin-unlocked .product-detail .product-gallery { gap: 0; align-items: stretch; }
  body.admin-unlocked .product-detail .product-gallery img:not([hidden]) {
    width: 100%;
    height: auto;
    aspect-ratio: 4 / 5;
    align-self: stretch;
    object-fit: cover;
    object-position: center;
    padding: 0;
    margin: 0;
    border: 0;
  }
}

/* September 12: shared shop details, customer service and account experience. */
body.admin-unlocked .home-piece-card__badge,
body.admin-unlocked .collection-product__badge { background: transparent !important; border: 0 !important; box-shadow: none !important; padding: 0 !important; color: #111 !important; font-size: 11px !important; font-weight: 600; text-transform: uppercase; top: 20px !important; left: 20px !important; }
body.admin-unlocked .home-piece-card__meta,
body.admin-unlocked .collection-product__info { display: grid !important; grid-template-columns: minmax(0,1fr) auto !important; gap: 5px 12px !important; text-align: left !important; padding: 10px 8px 16px !important; align-items: start; }
body.admin-unlocked .home-piece-card__name,
body.admin-unlocked .collection-product__info h2 { grid-column: 1 !important; grid-row: 1 !important; margin: 0 !important; font-size: 12px !important; line-height: 1.45 !important; font-weight: 400 !important; text-align: left !important; }
body.admin-unlocked .home-piece-card__price,
body.admin-unlocked .collection-product__info strong { grid-column: 2 !important; grid-row: 1 !important; margin: 0 !important; font-size: 12px !important; line-height: 1.45 !important; font-weight: 400 !important; white-space: nowrap; text-align: right !important; }
body.admin-unlocked .collection-product__info > p { display: none !important; }
.card-colour-swatches { grid-column: 1 / -1; grid-row: 2; display: flex; gap: 6px; align-items: center; height: 13px; width: fit-content; }
.card-swatch { position: relative; display: inline-block; width: 10px; height: 10px; border-radius: 50%; border: 1px solid #777; }
.card-swatch--white { background: #fff; }
.card-swatch--black { background: #222; border-color: #222; cursor: not-allowed; }
.card-swatch--black::after { content: ''; position: absolute; width: 12px; height: 1px; background: #fff; left: -2px; top: 4px; transform: rotate(-45deg); }
body.admin-unlocked .home-piece-card__media { position: relative; overflow: hidden; }
body.admin-unlocked .home-piece-card__media .product-card-hover { position: absolute !important; inset: 0; width: 100%; height: 100%; opacity: 0; pointer-events: none; object-fit: cover !important; }
body.admin-unlocked .home-piece-card.card-gallery-active .product-card-hover { opacity: 1; }
.home-card-arrow { position: absolute; z-index: 4; top: 50%; transform: translateY(-50%); width: 36px; height: 44px; display: grid; place-items: center; font-size: 28px; font-weight: 300; color: #222; opacity: 0; cursor: pointer; }
.home-card-arrow--prev { left: 4px; }.home-card-arrow--next { right: 4px; }
.home-piece-card:hover .home-card-arrow, .home-piece-card:focus-within .home-card-arrow { opacity: 1; }
body.admin-unlocked .home-piece-card__quick { z-index: 5; }

body.admin-unlocked .cookie-consent { display: grid; place-items: center; padding: 24px; }
body.admin-unlocked .cookie-consent[hidden] { display: none !important; }
body.admin-unlocked .cookie-consent__backdrop { background: rgb(0 0 0 / 22%); backdrop-filter: blur(5px); }
body.admin-unlocked .cookie-consent__panel,
body.admin-unlocked .cookie-consent.cookie-consent--preferences .cookie-consent__panel { position: relative; inset: auto; transform: none; width: min(100%,480px); max-height: calc(100svh - 48px); overflow: auto; margin: 0; padding: 30px; border: 1px solid #e1e1e1; border-radius: 8px; background: #fff; color: #111; box-shadow: 0 14px 50px rgb(0 0 0 / 10%); }
body.admin-unlocked .cookie-consent h2 { margin: 0 0 14px; font-size: 22px; line-height: 1.25; font-weight: 400; letter-spacing: -.025em; }
body.admin-unlocked .cookie-consent p { font-size: 13px; line-height: 1.7; color: #666; margin: 0 0 24px; }
body.admin-unlocked .cookie-consent__actions { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; margin-top: 24px; }
body.admin-unlocked .cookie-consent__button { width: 100%; min-height: 44px; padding: 10px 12px; border: 1px solid #111; border-radius: 3px; background: #fff; color: #111; font-size: 12px; font-weight: 500; }
body.admin-unlocked .cookie-consent__button--primary { background: #111; color: #fff; }
body.admin-unlocked .cookie-consent__link { grid-column: 1 / -1; grid-row: 2; justify-self: center; padding: 8px; font-size: 12px; text-decoration: underline; text-underline-offset: 4px; }
body.admin-unlocked [data-cookie-save] { grid-column: 1 / -1; }
body.admin-unlocked .cookie-consent__choice { display: flex; gap: 14px; padding: 17px 0; margin: 0; border: 0; border-top: 1px solid #e5e5e5; border-radius: 0; background: transparent; }
body.admin-unlocked .cookie-consent__choice input { width: 18px; height: 18px; flex: 0 0 18px; accent-color: #111; }
body.admin-unlocked .cookie-consent__choice strong { font-size: 13px; font-weight: 500; }
body.admin-unlocked .cookie-consent__choice small { font-size: 12px; line-height: 1.6; color: #777; }

body.admin-unlocked[data-shop-view="page-account"]:has([data-account-page-signed-out]:not([hidden])) .site-header,
body.admin-unlocked[data-shop-view="page-account"]:has([data-account-page-signed-out]:not([hidden])) .site-footer { display: none !important; }
body.admin-unlocked .account-page__signed-out { position: relative; min-height: 100svh; width: 100%; display: flex !important; flex-direction: column; justify-content: center; align-items: center; padding: 150px 24px 100px !important; background: #fff; }
body.admin-unlocked .account-page__signed-out[hidden] { display: none !important; }
.account-page-logo { position: absolute; top: 42px; left: 50%; transform: translateX(-50%); font-size: 44px; line-height: 1; font-weight: 600; letter-spacing: -.075em; color: #111; text-decoration: none; }
body.admin-unlocked .account-auth--page { width: min(100%,380px) !important; margin: 0 !important; padding: 0 !important; border: 0 !important; box-shadow: none !important; background: transparent !important; text-align: left; }
body.admin-unlocked .account-page__signed-out h1 { font-size: 23px !important; font-weight: 400 !important; line-height: 1.2; margin: 0 0 8px !important; letter-spacing: -.025em; }
body.admin-unlocked .account-page__signed-out .account-auth__intro p { font-size: 13px !important; color: #777; margin: 0 0 26px; }
.account-link-form label { display: block; font-size: 12px; margin-bottom: 8px; }
.account-link-form > div { display: flex; min-height: 50px; border: 1px solid #d6d6d6; border-radius: 10px; overflow: hidden; }
.account-link-form input { width: 100%; min-width: 0; border: 0; padding: 14px; font: inherit; font-size: 16px; background: transparent; }
.account-link-form button { width: 50px; flex-shrink: 0; background: transparent; border: 0; font-size: 23px; cursor: pointer; }
.account-link-form > div:focus-within { outline: 2px solid #111; outline-offset: 2px; }
body.admin-unlocked .account-page__signed-out .account-link-form p,
body.admin-unlocked .account-page__signed-out .account-auth__terms { font-size: 11px !important; line-height: 1.6; color: #777; margin: 12px 0; }
body.admin-unlocked .account-page__signed-out .account-link-status { font-size: 12px !important; line-height: 1.6; margin: 12px 0; }
.account-password-disclosure { margin-top: 26px; border-top: 1px solid #e2e2e2; padding-top: 18px; }
.account-password-disclosure > summary { cursor: pointer; font-size: 12px; color: #555; }
.account-password-disclosure[open] > summary { margin-bottom: 20px; }
body.admin-unlocked .account-page__signed-out .account-form .button { font-size: 13px; min-height: 48px; background: #111; color: #fff; border: 0; border-radius: 8px; }
body.admin-unlocked .account-page__privacy { position: absolute; bottom: 26px; left: 50%; transform: translateX(-50%); font-size: 12px; }
.account-providers { display: grid; gap: 10px; }.account-providers:empty { display: none; }
.account-providers button { min-height: 48px; border: 1px solid #ddd; border-radius: 8px; background: #fff; margin-bottom: 15px; font-size: 13px; }

body.admin-unlocked .faq-page__inner { max-width: 960px; margin: 0 auto; padding: 90px 32px 110px; }
body.admin-unlocked .faq-page__head h1 { font-size: clamp(27px,3vw,38px); font-weight: 400; letter-spacing: -.03em; line-height: 1.2; margin: 0 0 34px; }
body.admin-unlocked .faq-page__head sup { font-size: 13px; letter-spacing: 0; vertical-align: super; }
body.admin-unlocked .faq-page__layout { display: block !important; }
.faq-category-tabs { display: flex; gap: 24px; overflow-x: auto; padding-bottom: 24px; margin-bottom: 10px; }
.faq-category-tabs button { flex-shrink: 0; border: 0; padding: 5px 0; background: transparent; color: #888; font: inherit; font-size: 15px; cursor: pointer; }
.faq-category-tabs [aria-selected="true"] { color: #111; }.faq-category-tabs sup { font-size: 10px; }
body.admin-unlocked .faq-section { display: block; margin: 0; padding: 0; border: 0; }
body.admin-unlocked .faq-section[hidden] { display: none !important; }
body.admin-unlocked .faq-section > h2 { display: none; }
body.admin-unlocked .faq-section details { padding: 0; margin: 0; border: 0; border-bottom: 1px solid #ddd; border-radius: 0; background: transparent; }
body.admin-unlocked .faq-section summary { padding: 22px 30px 22px 0; font-size: 16px; font-weight: 400; line-height: 1.45; }
body.admin-unlocked .faq-section details > div { padding: 0 30px 22px 0; font-size: 14px; color: #666; line-height: 1.75; }
body.admin-unlocked .faq-page__contact { margin-top: 48px; padding: 24px 0; border: 0; background: transparent; }
body.admin-unlocked .contact-page__inner { max-width: 1100px; margin: auto; gap: 60px; padding: 90px 32px; }
body.admin-unlocked .contact-page__copy h1 { font-size: 38px; font-weight: 400; letter-spacing: -.03em; }
body.admin-unlocked .contact-page__copy > p { max-width: 420px; font-size: 14px; line-height: 1.75; color: #666; }
body.admin-unlocked .contact-page__details > p { border-bottom: 1px solid #e5e5e5; padding: 14px 0; }
body.admin-unlocked .contact-form { background: transparent; border: 0; border-radius: 0; padding: 0; box-shadow: none; }
.company-information { grid-column: 1 / -1; border-top: 1px solid #ddd; padding-top: 36px; }
.company-information h2 { font-size: 20px; font-weight: 400; margin: 0 0 24px; }
.company-information dl { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 24px 60px; }
.company-information dt { color: #777; font-size: 12px; margin-bottom: 8px; }.company-information dd { margin: 0; font-size: 14px; line-height: 1.6; }
body.admin-unlocked[data-shop-view="page-our-story"] .story-page__hero { min-height: 72svh !important; height: 72svh !important; }
body.admin-unlocked[data-shop-view="page-our-story"] .story-page__body { max-width: 1100px !important; margin: auto; padding: 90px 40px !important; }
body.admin-unlocked .story-page__manifesto h2 { max-width: 760px; font-size: clamp(28px,3vw,42px); font-weight: 400; line-height: 1.2; letter-spacing: -.03em; margin-bottom: 30px; }
body.admin-unlocked .story-page__manifesto > p:last-child { max-width: 680px; font-size: 16px; line-height: 1.85; color: #555; }
body.admin-unlocked .story-page__chapters { display: block; margin-top: 60px; }
body.admin-unlocked .story-page__chapters section { display: grid; grid-template-columns: 200px minmax(0,1fr); gap: 40px; padding: 34px 0; border-top: 1px solid #ddd; background: transparent; }
body.admin-unlocked .story-page__chapters section p { font-size: 15px; line-height: 1.85; color: #555; margin: 0; }
@media(max-width:800px) {
  .home-card-arrow { display: none; }
  body.admin-unlocked .home-piece-card__name, body.admin-unlocked .collection-product__info h2,
  body.admin-unlocked .home-piece-card__price, body.admin-unlocked .collection-product__info strong { font-size: 11px !important; }
  body.admin-unlocked .home-piece-card__meta, body.admin-unlocked .collection-product__info { gap: 5px 8px !important; }
  body.admin-unlocked .cookie-consent { padding: 16px; }
  body.admin-unlocked .cookie-consent__panel, body.admin-unlocked .cookie-consent.cookie-consent--preferences .cookie-consent__panel { padding: 24px; max-height: calc(100svh - 32px); }
  body.admin-unlocked .faq-page__inner, body.admin-unlocked .contact-page__inner { padding: 45px 22px 70px; }
  .faq-category-tabs { gap: 22px; }.faq-category-tabs button { font-size: 13px; }
  body.admin-unlocked .faq-section summary { font-size: 14px; }
  .company-information dl { grid-template-columns: 1fr; }
  body.admin-unlocked[data-shop-view="page-our-story"] .story-page__body { padding: 50px 24px !important; }
  body.admin-unlocked .story-page__chapters section { grid-template-columns: 1fr; gap: 16px; }
}
body.admin-unlocked[data-shop-view="page-account"]:has([data-account-page-signed-out]:not([hidden])) .account-page { margin: 0 !important; padding: 0 !important; }
body.admin-unlocked .account-auth--page { display: block !important; }
body.admin-unlocked .account-auth__intro { margin: 0 0 24px !important; display: block; }
body.admin-unlocked .account-page__signed-out .account-auth__intro p { margin-bottom: 0 !important; }
.account-page-logo img { width: 150px; height: auto; display: block; }
body.admin-unlocked .home-piece-card__meta, body.admin-unlocked .collection-product__info { justify-items: stretch !important; align-content: start !important; }
body.admin-unlocked .home-piece-card__name, body.admin-unlocked .collection-product__info h2 { text-transform: none !important; justify-self: stretch !important; }
body.admin-unlocked .home-piece-card__color { display: none !important; }
body.admin-unlocked .card-colour-swatches { justify-self: start !important; }
body.admin-unlocked .home-piece-card__price { justify-self: end !important; }
body.admin-unlocked .cookie-consent__actions > button { max-width: none !important; }
@media(max-width:700px) { body.admin-unlocked .shop-video-hero__media img { object-position: 37% center !important; } }
body.admin-unlocked .product-delivery-promise { font-size: 12px; color: #555; margin: 12px 0 22px; }
body.admin-unlocked .legal-page__inner { max-width: 850px; margin: 0 auto; padding: 55px 28px 80px; background: #fff; }
body.admin-unlocked .legal-page h1 { font-size: clamp(28px,3vw,38px); font-weight: 400; letter-spacing: -.025em; }
body.admin-unlocked .legal-copy h2 { margin-top: 36px; font-size: 18px; font-weight: 500; }
body.admin-unlocked .legal-copy p, body.admin-unlocked .legal-copy li { font-size: 14px; line-height: 1.8; color: #555; }
body.admin-unlocked .legal-page { background: #fff; }
@media(max-width:800px) {
  body.admin-unlocked[data-shop-view="page-our-story"] .story-page__manifesto h2 { font-size: 30px !important; font-weight: 400 !important; }
  body.admin-unlocked[data-shop-view="page-our-story"] .story-page__manifesto > p:last-child { font-size: 14px !important; }
}
body.admin-unlocked .cookie-consent__backdrop { display: block !important; position: fixed; inset: 0; }
/* Final editorial pass: identical card frames and a full-height desktop gallery. */
body.admin-unlocked .home-piece-card .home-piece-card__media { padding: 0 !important; }
body.admin-unlocked .home-piece-card .home-piece-card__media img,
body.admin-unlocked .home-piece-card:hover .home-piece-card__media img { position: absolute !important; inset: 0 !important; width: 100% !important; height: 100% !important; max-width: none !important; margin: 0 !important; padding: 0 !important; transform: none !important; object-position: center; }
body.admin-unlocked .home-piece-card__quick, body.admin-unlocked .collection-product [data-quick-add] { font-size: 0 !important; }
body.admin-unlocked .home-piece-card__quick > span, body.admin-unlocked .collection-product [data-quick-add] > span { font-size: 0 !important; }
body.admin-unlocked .home-piece-card__quick::before, body.admin-unlocked .home-piece-card__quick::after,
body.admin-unlocked .collection-product [data-quick-add]::before, body.admin-unlocked .collection-product [data-quick-add]::after { content: ''; position: absolute; width: 12px; height: 1px; background: #555; top: 50%; left: 50%; transform: translate(-50%,-50%); }
body.admin-unlocked .home-piece-card__quick::after, body.admin-unlocked .collection-product [data-quick-add]::after { transform: translate(-50%,-50%) rotate(90deg); }
.home-shipping-note { text-align: center; font-size: 12px; color: #666; margin: 26px 0 0; }
body.admin-unlocked .product-delivery-note { margin: 20px 0; }
body.admin-unlocked .product-delivery-note .product-buy-now { margin-bottom: 7px; }
body.admin-unlocked .product-delivery-note .product-delivery-promise { margin: 0 0 0 17px; color: #555; font-size: 12px; }
@media(min-width:1100px) {
  body.admin-unlocked .product-detail.shop-view-active { grid-template-columns: minmax(0,65%) minmax(0,35%) !important; }
  body.admin-unlocked .product-detail .product-gallery { grid-auto-rows: calc(100svh - 60px); }
  body.admin-unlocked .product-detail .product-gallery > img:not([hidden]) { height: calc(100svh - 60px) !important; min-height: 0; aspect-ratio: auto !important; object-fit: cover; }
  body.admin-unlocked .product-detail .product-gallery > img:first-child { object-fit: contain; background: linear-gradient(#cfcbc6,#d0ccc7); }
  body.admin-unlocked .product-detail .product-info { padding-left: 30px; padding-right: 30px; }
  body.admin-unlocked .footer-columns, body.admin-unlocked .footer-bottom { width: min(1480px,calc(100% - 160px)) !important; margin-left: auto; margin-right: auto; }
}
body.admin-unlocked .account-password-primary { display: block; width: 100%; min-height: 50px; margin: 20px 0 0; border: 0; border-radius: 12px; background: #5433ee; color: white; font-size: 14px; font-weight: 600; cursor: pointer; }
.account-divider { position: relative; text-align: center; margin: 22px 0; color: #888; font-size: 12px; }
.account-divider::before { content: ''; position: absolute; top: 50%; left: 0; right: 0; height: 1px; background: #ddd; }
.account-divider span { position: relative; background: #fff; padding: 0 14px; }
body.admin-unlocked .account-page__signed-out .account-auth__terms { text-align: center; margin-top: 22px; }
body.admin-unlocked .account-password-disclosure .account-auth__terms { display: none; }
body.admin-unlocked .account-page__signed-out .account-password-disclosure { margin-top: 20px; }

body.admin-unlocked[data-shop-view="page-our-story"] .brand-page--story { padding: 0 !important; margin-top: 60px !important; background: white; }
.story-editorial { color: #111; background: white; padding: 0 0 80px; }
.story-editorial__opening { max-width: 1320px; margin: auto; padding: 85px 60px 70px; display: grid; grid-template-columns: 1fr 1fr; gap: 24px 90px; align-items: end; }
.story-editorial__eyebrow { grid-column: 1 / -1; font-size: 11px; letter-spacing: .08em; text-transform: uppercase; color: #777; margin: 0 0 20px; }
.story-editorial__opening h1 { font-size: clamp(44px,5vw,76px); font-weight: 400; line-height: 1.03; letter-spacing: -.045em; margin: 0; }
.story-editorial__opening > p:last-child { max-width: 380px; font-size: 16px; line-height: 1.8; color: #555; margin: 0 0 5px; }
.story-editorial figure { margin: 0; }
.story-editorial img { display: block; width: 100%; height: auto; }
.story-editorial figcaption { padding: 14px 0; font-size: 11px; line-height: 1.6; color: #777; }
.story-editorial__wide { width: calc(100% - 120px); max-width: 1440px; margin: 0 auto !important; }
.story-editorial__wide img { aspect-ratio: 16/9; object-fit: cover; }
.story-editorial__chapter { max-width: 1200px; margin: 110px auto; padding: 0 60px; display: grid; grid-template-columns: 1fr 1fr; gap: 100px; align-items: center; }
.story-editorial__text h2 { font-size: clamp(28px,3vw,42px); line-height: 1.15; letter-spacing: -.03em; font-weight: 400; margin: 0 0 28px; }
.story-editorial__text > p:not(.story-editorial__eyebrow) { font-size: 15px; line-height: 1.85; color: #555; margin: 0 0 20px; }
.story-editorial__text a, .story-editorial__closing a { font-size: 13px; text-decoration: none; border-bottom: 1px solid #111; padding-bottom: 7px; display: inline-block; margin-top: 14px; }
.story-editorial__chapter figure img { aspect-ratio: 4/5; object-fit: cover; }
.story-editorial__landscape { width: calc(100% - 120px); max-width: 1440px; margin: auto !important; }
.story-editorial__landscape img { max-height: 620px; object-fit: cover; }
.story-editorial__closing { max-width: 660px; padding: 90px 32px 20px; margin: auto; text-align: center; }
.story-editorial__closing h2 { font-size: 32px; font-weight: 400; letter-spacing: -.03em; line-height: 1.2; margin: 0 0 24px; }
.story-editorial__closing p { font-size: 15px; line-height: 1.8; color: #666; }
.story-editorial__signature { margin-top: 40px; font-size: 12px !important; }
@media(max-width:800px) {
  .story-editorial__opening { padding: 44px 24px 34px; grid-template-columns: 1fr; gap: 24px; }
  .story-editorial__opening h1 { font-size: 48px; }.story-editorial__opening > p:last-child { font-size: 14px; }
  .story-editorial__eyebrow { margin-bottom: 0; }
  .story-editorial__wide, .story-editorial__landscape { width: calc(100% - 32px); }
  .story-editorial__wide img { aspect-ratio: 4/3; object-position: 40% center; }
  .story-editorial__chapter { margin: 55px auto; padding: 0 24px; grid-template-columns: 1fr; gap: 30px; }
  .story-editorial__text .story-editorial__eyebrow { margin-bottom: 20px; }
  .story-editorial__chapter--reverse figure { order: 2; }
  .story-editorial__text > p:not(.story-editorial__eyebrow) { font-size: 14px; }
  .story-editorial__closing { padding-top: 55px; }
  body.admin-unlocked .shop-video-hero__media img { object-position: 50% center !important; }
}
body.admin-unlocked[data-shop-view="page-our-story"] .site-header { background: #fff !important; color: #111 !important; }
body.admin-unlocked[data-shop-view="page-our-story"] .site-header a, body.admin-unlocked[data-shop-view="page-our-story"] .site-header button, body.admin-unlocked[data-shop-view="page-our-story"] .shop-actions { color: #111 !important; }
body.admin-unlocked[data-shop-view="page-our-story"] .brand-wordmark__lockup--black { opacity: 1 !important; display: block !important; }
body.admin-unlocked[data-shop-view="page-our-story"] .brand-wordmark__lockup--white { opacity: 0 !important; display: none !important; }
body.admin-unlocked[data-shop-view="page-our-story"] .shop-action-icon img, body.admin-unlocked[data-shop-view="page-our-story"] .mobile-header-actions img { filter: brightness(0) !important; }
/* September 13: full photo framing and quiet customer-service layouts. */
body.admin-unlocked .home-piece-card .home-piece-card__media img, body.admin-unlocked .home-piece-card:hover .home-piece-card__media img { object-fit: contain !important; object-position: center !important; }
body.admin-unlocked .home-piece-card__media { background: #eeece8; }
body.admin-unlocked .home-pieces .home-service-strip { margin: 36px auto 24px !important; padding: 22px 16px !important; max-width: 920px; border: 0; background: white; }
body.admin-unlocked .home-pieces .home-service-strip strong { font-size: 12px; font-weight: 400; }
body.admin-unlocked .home-pieces .home-service-strip span { display: none; }
body.admin-unlocked .shop-video-hero__copy a { border: 0 !important; border-bottom: 1px solid currentColor !important; padding: 0 0 4px !important; text-transform: none !important; }
body.admin-unlocked .story-editorial__landscape { max-width: 640px; }
body.admin-unlocked .story-editorial__landscape img { max-height: none; aspect-ratio: 4/5; object-fit: contain; }
body.admin-unlocked .legal-page__inner { max-width: 980px; padding: 65px 48px 100px; }
body.admin-unlocked .legal-page__inner > h1 { margin: 0 0 24px; font-size: clamp(32px,4vw,50px); font-weight: 400; }
body.admin-unlocked .legal-page__inner > p { max-width: 650px; font-size: 15px; line-height: 1.8; color: #666; }
body.admin-unlocked .legal-copy { max-width: 720px; }
body.admin-unlocked .legal-copy h2 { border-top: 1px solid #e5e5e5; padding-top: 28px; margin-top: 38px; font-size: 19px; font-weight: 400; }
.legal-jump-links { display: flex; flex-wrap: wrap; gap: 12px 22px; padding: 24px 0; margin: 20px 0; border-block: 1px solid #e5e5e5; }
.legal-jump-links a { font-size: 12px; color: #555; text-decoration: none; }
.legal-copy h2 { scroll-margin-top: 90px; }
body.admin-unlocked .contact-page__inner { max-width: 1120px; padding: 70px 40px 90px; margin: auto; gap: 70px; background: white; }
body.admin-unlocked .contact-page__copy h1 { font-size: 44px; font-weight: 400; letter-spacing: -.035em; }
body.admin-unlocked .contact-page__copy > p { color: #666; line-height: 1.8; max-width: 370px; }
body.admin-unlocked .contact-form { border: 0; padding: 0; background: white; scroll-margin-top: 90px; }
body.admin-unlocked .contact-form input, body.admin-unlocked .contact-form textarea { border: 1px solid #ddd; border-radius: 6px; background: white; padding: 14px; font: inherit; }
body.admin-unlocked .company-information { grid-column: 1 / -1; border-top: 1px solid #ddd; padding: 24px 0 0; margin-top: 0; color: #777; }
body.admin-unlocked .company-information h2 { font-size: 12px; font-weight: 500; margin-bottom: 16px; }
body.admin-unlocked .company-information dl { display: flex; flex-wrap: wrap; gap: 22px 40px; }
body.admin-unlocked .company-information dt, body.admin-unlocked .company-information dd { font-size: 11px; line-height: 1.7; margin: 0; }
body.admin-unlocked [data-contact-status]:not(:empty), body.admin-unlocked [data-newsletter-status]:not(:empty) { display: block; padding: 18px 0; line-height: 1.7; font-size: 12px; color: #555; }
body.admin-unlocked [data-contact-status] strong { display: block; font-size: 17px; font-weight: 400; color: #111; margin-bottom: 7px; }
body.admin-unlocked [data-contact-status] span { display: block; max-width: 370px; }
body.admin-unlocked .account-page__layout { max-width: 1120px; margin: 80px auto 110px; padding: 0 40px; gap: 80px; grid-template-columns: 220px minmax(0,1fr); }
body.admin-unlocked .account-page__sidebar, body.admin-unlocked .account-page__main { background: white; border: 0; padding: 0; }
body.admin-unlocked .account-page__sidebar h1 { font-size: 32px; font-weight: 400; letter-spacing: -.03em; }
body.admin-unlocked .account-page__nav { gap: 0; margin: 32px 0; }
body.admin-unlocked .account-page__nav a { padding: 15px 0; border-bottom: 1px solid #eee; color: #777; font-size: 13px; background: white; }
body.admin-unlocked .account-page__nav a[aria-current], body.admin-unlocked .account-page__nav a.is-active { color: #111; }
body.admin-unlocked .account-page__overview { background: white; border-bottom: 1px solid #ddd; padding: 0 0 28px; margin-bottom: 35px; }
body.admin-unlocked .account-page__overview span { display: none; }
body.admin-unlocked .account-page__overview p { color: #666; font-size: 14px; line-height: 1.7; }
body.admin-unlocked .account-page__panel h2 { font-size: 24px; font-weight: 400; }
body.admin-unlocked .account-page__empty { background: #fafafa; border: 0; padding: 50px 30px; margin-top: 24px; text-align: center; }
body.admin-unlocked .account-page__empty a { display: inline-block; margin-top: 18px; padding-bottom: 5px; border-bottom: 1px solid; font-size: 12px; }
body.admin-unlocked .account-page__pager { display: none; }
@media(max-width:700px) {
 body.admin-unlocked .legal-page__inner { padding: 38px 24px 60px; }
 body.admin-unlocked .contact-page__inner { padding: 40px 24px 60px; gap: 40px; }
 body.admin-unlocked .contact-page__copy h1 { font-size: 34px; }
 body.admin-unlocked .account-page__layout { grid-template-columns: 1fr; padding: 0 24px; margin-top: 35px; gap: 30px; }
 body.admin-unlocked .account-page__nav { display: flex; flex-wrap: wrap; gap: 0 20px; }
 body.admin-unlocked .home-pieces .home-service-strip { gap: 16px; }
}
body.admin-unlocked .account-page__nav a, body.admin-unlocked .account-page__panel h2 { text-transform: none; letter-spacing: 0; }
body.admin-unlocked .legal-copy > h2:first-child { border-top: 0; padding-top: 0; }
body.admin-unlocked[data-shop-view="page-our-story"] { background: #fff !important; }
/* Remove the inherited 500px image ceiling at wide desktop sizes. */
body.admin-unlocked .home-piece-card .home-piece-card__media img,
body.admin-unlocked .home-piece-card:hover .home-piece-card__media img { max-height: none !important; min-height: 0 !important; height: 100% !important; width: 100% !important; filter: none !important; }
body.admin-unlocked .home-piece-card__media { height: auto !important; aspect-ratio: 1122 / 1402 !important; }
body.admin-unlocked .product-purchase-trust__stock,
body.admin-unlocked .product-purchase-trust > span:has([data-shipping-threshold]) { display: none !important; }
body.admin-unlocked .product-info .fit-meter { display: none !important; }
body.admin-unlocked .product-info .product-purchase-trust { margin-top: 22px; gap: 10px; }
body.admin-unlocked .product-info .product-cart-button { margin-top: 20px; }
body.admin-unlocked .story-editorial__opening { padding-top: 60px; padding-bottom: 50px; }
body.admin-unlocked .story-editorial__opening h1 { font-size: clamp(40px,4vw,62px); }
body.admin-unlocked .story-editorial__chapter { margin-top: 75px; margin-bottom: 75px; gap: 70px; }
body.admin-unlocked .story-editorial figcaption { font-size: 10px; color: #777; }
@media(max-width:800px) {
 body.admin-unlocked .story-editorial__opening { padding-top: 34px; padding-bottom: 30px; }
 body.admin-unlocked .story-editorial__chapter { margin: 45px auto; gap: 24px; }
}
body.admin-unlocked .cookie-consent__panel { display: block !important; width: min(480px,calc(100vw - 32px)) !important; max-width: calc(100vw - 32px) !important; box-sizing: border-box; overflow-x: hidden; padding: 28px !important; }
body.admin-unlocked .cookie-consent__summary, body.admin-unlocked .cookie-consent__preferences { width: 100%; min-width: 0; max-width: none; }
body.admin-unlocked .cookie-consent__actions { display: flex !important; flex-wrap: wrap; width: 100%; min-width: 0; gap: 10px; margin-top: 24px; }
body.admin-unlocked .cookie-consent__actions > button { flex: 1 1 45%; min-width: 0 !important; width: auto !important; }
body.admin-unlocked .cookie-consent__actions > .cookie-consent__link { flex-basis: 100%; }
body.admin-unlocked .shop-video-hero__copy .shop-video-hero__button { border: 1px solid currentColor !important; padding: 10px 24px !important; text-transform: uppercase !important; }
body.admin-unlocked .shop-video-hero__copy .hero-discover { display: block; width: max-content; margin: 22px auto 0; font-size: 11px; font-weight: 400; border: 0 !important; border-bottom: 1px solid currentColor !important; padding-bottom: 4px !important; }
body.admin-unlocked .account-page__layout { margin-top: 55px; padding: 35px 40px 65px; }
body.admin-unlocked .account-page__sidebar { padding-right: 30px; border-right: 1px solid #e5e5e5; }
body.admin-unlocked .account-page__main { min-width: 0; }
body.admin-unlocked .account-page__panel header { border: 0; padding: 0; margin: 0 0 22px; }
body.admin-unlocked .account-page__form { max-width: 480px; margin-top: 30px; display: grid; gap: 22px; }
body.admin-unlocked .account-page__form input:not([type=checkbox]), body.admin-unlocked .account-review-form input:not([type=radio]), body.admin-unlocked .account-review-form textarea, body.admin-unlocked .account-review-form select { background: white; border: 1px solid #ddd; border-radius: 6px; padding: 13px; font-size: 16px; width: 100%; box-sizing: border-box; }
body.admin-unlocked .account-page__signout { font-size: 12px; border: 0; background: none; color: #666; text-decoration: underline; text-underline-offset: 4px; padding: 0; }
body.admin-unlocked .account-page__check { display: flex; align-items: flex-start; gap: 10px; font-size: 12px; line-height: 1.6; }
@media(max-width:800px) { body.admin-unlocked .account-page__layout { padding: 0 24px 50px; margin-top: 35px; } body.admin-unlocked .account-page__sidebar { border-right: 0; padding-right: 0; } }
body.admin-unlocked .shop-video-hero > .hero-discover { position: absolute; bottom: 25px; left: 50%; transform: translateX(-50%); z-index: 3; font-size: 12px; color: white; text-decoration: none; border-bottom: 1px solid white; padding-bottom: 4px; }

/* September 13: restrained service details, continuous photo frames and cart. */
body.admin-unlocked .shop-video-hero__copy .shop-video-hero__button { border: 0 !important; border-bottom: 1px solid currentColor !important; border-radius: 0; padding: 0 0 4px !important; font-size: 12px !important; font-weight: 400 !important; text-transform: none !important; letter-spacing: 0 !important; background: transparent !important; min-height: 0; }
body.admin-unlocked .home-piece-card .home-piece-card__media img,
body.admin-unlocked .home-piece-card:hover .home-piece-card__media img { object-fit: cover !important; }
body.admin-unlocked .home-pieces .home-service-strip { grid-template-columns: repeat(3,minmax(0,1fr)) !important; max-width: 840px; margin: 42px auto 28px !important; padding: 24px 0 !important; box-shadow: none; backdrop-filter: none; -webkit-backdrop-filter: none; }
body.admin-unlocked .home-pieces .home-service-strip > div { display: flex; flex-direction: column; align-items: center; justify-content: flex-start; gap: 13px; min-height: 0; padding: 0 20px; border: 0; text-align: center; }
body.admin-unlocked .home-pieces .home-service-strip svg { width: 25px; height: 25px; flex: 0 0 25px; opacity: 1; fill: none; stroke: currentColor; }
body.admin-unlocked .home-pieces .home-service-strip strong { display: block; font-size: 12px; line-height: 1.5; letter-spacing: 0; font-weight: 400; }
body.admin-unlocked .cart-drawer__panel { display: flex; flex-direction: column; height: 100dvh; min-height: 0; box-shadow: -12px 0 45px #0000000d; }
body.admin-unlocked .cart-drawer__header { padding: 24px; min-height: 76px; flex-shrink: 0; border-bottom: 1px solid #eee; }
body.admin-unlocked .cart-drawer__header h2 { font-size: 20px; font-weight: 400; letter-spacing: -.3px; text-transform: none; }
body.admin-unlocked .cart-drawer__unlock { margin: 0; padding: 18px 24px; background: #f7f7f5; border: 0; flex-shrink: 0; }
body.admin-unlocked .cart-drawer__unlock small { color: #747474; font-size: 11px; }
body.admin-unlocked .cart-drawer__perks { display: none; }
body.admin-unlocked .cart-drawer__body { flex: 1 1 auto; min-height: 80px; overflow-y: auto; padding: 0 24px; }
body.admin-unlocked .cart-line { padding: 24px 0; gap: 18px; border-bottom: 1px solid #eee; }
body.admin-unlocked .cart-line__top a > span { font-size: 14px; font-weight: 400; }
body.admin-unlocked .cart-line__top small { font-size: 12px; color: #777; margin-top: 6px; }
body.admin-unlocked .cart-line__actions { margin-top: 18px; }
body.admin-unlocked .cart-qty { border: 1px solid #ddd; border-radius: 0; height: 32px; }
body.admin-unlocked .cart-qty button { width: 32px; height: 30px; }
body.admin-unlocked .cart-drawer__footer { padding: 22px 24px 20px; border-top: 1px solid #e8e8e8; flex-shrink: 0; background: white; }
body.admin-unlocked .cart-total-row { font-size: 17px; font-weight: 400; }
body.admin-unlocked .cart-total-row strong { font-weight: 400; }
body.admin-unlocked .cart-checkout-button { min-height: 48px; border-radius: 0; font-size: 13px; font-weight: 400; letter-spacing: .03em; }
body.admin-unlocked .cart-payment-note { font-size: 10px; line-height: 1.6; color: #777; max-width: 350px; margin: 12px auto 0; }
@media(max-width:800px) {
 body.admin-unlocked .home-pieces .home-service-strip { margin: 28px auto 18px !important; padding: 18px 0 !important; gap: 0; }
 body.admin-unlocked .home-pieces .home-service-strip > div { padding: 0 8px; gap: 11px; }
 body.admin-unlocked .home-pieces .home-service-strip strong { font-size: 10px; line-height: 1.5; max-width: 110px; }
 body.admin-unlocked .home-pieces .home-service-strip svg { width: 23px; height: 23px; flex-basis: 23px; }
 body.admin-unlocked .gallery-dots { gap: 4px; width: min(54%,240px); min-height: 32px; margin: 2px auto 4px; }
 body.admin-unlocked .gallery-dots button, body.admin-unlocked .gallery-dots button.gallery-dot--active { flex: 1; height: 32px; background: transparent; transition: none; }
 body.admin-unlocked .gallery-dots button::after { top: 15px; height: 2px; border-radius: 2px; background: #d5d2ce; transition: background .2s ease; }
 body.admin-unlocked .gallery-dots button.gallery-dot--active::after { background: #292825; }
 body.admin-unlocked .cart-drawer__header { padding: 18px 20px; min-height: 62px; }
 body.admin-unlocked .cart-drawer__body { padding: 0 20px; }
 body.admin-unlocked .cart-drawer__footer { padding: 16px 20px max(16px,env(safe-area-inset-bottom)); }
 body.admin-unlocked .cart-drawer__unlock { padding: 13px 20px; }
}
body.admin-unlocked .cart-line__top a, body.admin-unlocked .cart-line__top a > span, body.admin-unlocked .cart-line__top small, body.admin-unlocked .cart-total-row { text-transform: none; letter-spacing: 0; }
body.admin-unlocked .cart-drawer__unlock [data-cart-unlock-text] { text-transform: none; font-size: 12px; letter-spacing: 0; }
body.admin-unlocked .cart-drawer__unlock > span { height: 1px; }
@media(min-width:801px) {
 body.admin-unlocked .cart-drawer:not([hidden]) .cart-drawer__panel { animation: bag-enter .28s cubic-bezier(.2,.7,.3,1) both; }
 body.admin-unlocked .cart-drawer:not([hidden]) .cart-drawer__backdrop { animation: bag-dim .28s ease both; }
}
@keyframes bag-enter { from { transform: translateX(45px); opacity: 0; } to { transform: translateX(0); opacity: 1; } }
@keyframes bag-dim { from { opacity: 0; } to { opacity: 1; } }
@media(prefers-reduced-motion:reduce) { body.admin-unlocked .cart-drawer .cart-drawer__panel, body.admin-unlocked .cart-drawer .cart-drawer__backdrop { animation: none !important; } }
body.admin-unlocked .shop-video-hero__copy .shop-video-hero__button { width: max-content !important; min-width: 0 !important; justify-self: center; }
@media(max-width:800px) { body.admin-unlocked .gallery-dots { width: min(72%,320px); } body.admin-unlocked .gallery-dots button::after { background: #aaa7a2; } }

/* Unified storefront finishing pass. */
body.admin-unlocked .home-pieces__grid { grid-template-columns: repeat(auto-fit,minmax(0,360px)); justify-content: start; gap: 24px; }
body.admin-unlocked .home-pieces__tabs { margin-bottom: 28px; }
body.admin-unlocked .home-pieces__tabs a { font-size: 14px; font-weight: 400; text-transform: none; letter-spacing: 0; border: 0; }
body.admin-unlocked .home-pieces .home-service-strip { border-top: 1px solid #e9e9e7; margin-top: 32px !important; padding-top: 28px !important; }
body.admin-unlocked .home-pieces .home-service-strip p { margin: 0; }
body.admin-unlocked .home-pieces .home-service-strip svg { stroke-width: 1.35; }
body.admin-unlocked .product-info .size-row button { border-radius: 2px; }
body.admin-unlocked .product-detail .product-info .product-title { text-transform: none; font-size: 20px; letter-spacing: -.02em; font-weight: 400; }
body.admin-unlocked .product-buy-now i { animation: none; }
body.admin-unlocked .product-delivery-note .product-delivery-promise { display: none; }
body.admin-unlocked .cart-drawer--empty .cart-drawer__unlock { display: none; }
body.admin-unlocked .cart-empty { gap: 18px; }
body.admin-unlocked .cart-empty__icon { width: 38px; height: 38px; color: #777; }
body.admin-unlocked .cart-empty p { margin: 0; font-size: 16px; font-weight: 400; }
body.admin-unlocked .cart-empty a { background: none; color: #111; padding: 5px 0; min-height: 0; border: 0; border-bottom: 1px solid; font-size: 12px; font-weight: 400; }
body.admin-unlocked .account-link-form > div { border-radius: 3px; }
body.admin-unlocked .account-link-form button svg { width: 22px; height: 22px; vertical-align: middle; }
body.admin-unlocked .account-password-disclosure summary { min-height: 44px; display: flex; align-items: center; cursor: pointer; }
body.admin-unlocked .account-password-disclosure summary::after { content: '+'; margin-left: auto; }
body.admin-unlocked .account-password-disclosure[open] summary::after { content: '−'; }
body.admin-unlocked .account-back-shop { margin-top: 32px; font-size: 12px; color: #666; text-underline-offset: 4px; }
@media(max-width:800px) {
 body.admin-unlocked .home-pieces__grid { grid-template-columns: minmax(0,360px); }
 body.admin-unlocked .home-pieces { padding-inline: 16px; }
 body.admin-unlocked .home-pieces__tabs a { font-size: 14px; }
 body.admin-unlocked .gallery-dots button.gallery-dot--active { flex: 2; }
 body.admin-unlocked .gallery-dots button::after { height: 1.5px; }
 body.admin-unlocked .account-page-logo img { width: 126px; }
}

/* Refined collection, purchase and editorial rhythm. */
body.admin-unlocked .home-pieces { padding: 32px 32px 40px; scroll-margin-top: 62px; }
body.admin-unlocked .home-pieces__tabs { justify-content: flex-start; text-align: left; margin: 0 0 24px; padding: 0; }
body.admin-unlocked .home-pieces__tabs a { padding: 0; border: 0 !important; line-height: 1.5; }
body.admin-unlocked .home-pieces__tabs a::after { display: none; }
body.admin-unlocked .home-pieces .home-service-strip { max-width: none; width: 100%; margin: 36px 0 16px !important; padding: 24px 0 !important; border-top: 1px solid #e9e9e7; border-bottom: 1px solid #e9e9e7; }
body.admin-unlocked .home-pieces .home-service-strip > div { flex-direction: row; align-items: center; justify-content: center; gap: 12px; padding: 0 24px; text-align: left; }
body.admin-unlocked .home-pieces .home-service-strip > div + div { border-left: 1px solid #e9e9e7; }
body.admin-unlocked .home-service-strip img { display: block; width: 22px; height: 22px; flex: 0 0 22px; }
body.admin-unlocked .home-pieces .home-service-strip strong { font-size: 12px; font-weight: 400 !important; color: #444; }
body.admin-unlocked .shop-action-icon img, body.admin-unlocked .mobile-header-search img { width: 20px !important; height: 20px !important; }
body.admin-unlocked .product-detail--matteo .product-info { display: block; padding: 36px 32px 48px; }
body.admin-unlocked .product-detail--matteo .product-title { margin: 0 0 10px !important; font-size: 18px !important; }
body.admin-unlocked .product-detail--matteo .product-price-row { margin: 0 !important; gap: 12px; align-items: baseline; }
body.admin-unlocked .product-detail--matteo .product-price { margin: 0 !important; font-size: 14px; }
body.admin-unlocked .product-detail--matteo .product-price-row > span { font-size: 11px; color: #777; }
body.admin-unlocked .product-intro { margin: 20px 0 26px; font-size: 12px; line-height: 1.65; color: #666; }
body.admin-unlocked .product-detail--matteo .product-options { margin: 0; display: block; }
body.admin-unlocked .product-detail--matteo .product-options > p { margin: 0 0 10px; font-size: 12px; text-transform: none; letter-spacing: 0; }
body.admin-unlocked .product-detail--matteo .swatches { margin: 0 0 22px; }
body.admin-unlocked .product-size-heading { display: flex; align-items: center; justify-content: space-between; margin-bottom: 10px; }
body.admin-unlocked .product-size-heading p { margin: 0; font-size: 12px; }
body.admin-unlocked .product-size-heading .size-chart-link { margin: 0; font-size: 11px; }
body.admin-unlocked .product-detail--matteo .size-row { margin: 0; gap: 8px; }
body.admin-unlocked .product-detail--matteo .product-delivery-note { margin: 14px 0 0; }
body.admin-unlocked .product-detail--matteo .product-buy-now { margin: 0; font-size: 11px; color: #666; }
body.admin-unlocked .product-detail--matteo .product-buy-now i { display: none; }
body.admin-unlocked .product-detail--matteo .product-cart-button { margin: 18px 0 0; min-height: 48px; border-radius: 0; font-weight: 400 !important; }
body.admin-unlocked .product-detail--matteo .product-purchase-trust { margin: 18px 0 24px; padding: 0; gap: 9px; }
body.admin-unlocked .product-detail--matteo .product-purchase-trust > span { font-size: 11px; line-height: 1.5; color: #666; }
body.admin-unlocked .product-detail--matteo .product-info > details { margin: 0; padding: 0; border-top: 1px solid #e4e4e2; border-bottom: 0; }
body.admin-unlocked .product-detail--matteo .product-info > details:last-of-type { border-bottom: 1px solid #e4e4e2; }
body.admin-unlocked .product-detail--matteo .product-info > details > summary { padding: 17px 0; font-size: 12px; text-transform: none; letter-spacing: 0; font-weight: 400 !important; }
body.admin-unlocked .product-detail--matteo .product-info > details p, body.admin-unlocked .product-detail--matteo .product-detail-list { font-size: 12px; line-height: 1.7; color: #666; }
body.admin-unlocked .cart-drawer__header h2 { font-size: 18px; font-weight: 400 !important; }
body.admin-unlocked .cart-drawer__unlock { background: #fafaf9; padding: 16px 24px; }
body.admin-unlocked .cart-drawer__unlock [data-cart-unlock-text] { font-size: 11px !important; font-weight: 400 !important; text-transform: none !important; letter-spacing: 0 !important; }
body.admin-unlocked .cart-drawer__unlock small { display: none; }
body.admin-unlocked .cart-drawer__unlock > span { margin-top: 12px; }
body.admin-unlocked .cart-line__top a, body.admin-unlocked .cart-line__top a > span { font-size: 13px !important; font-weight: 400 !important; }
body.admin-unlocked .cart-total-row { font-size: 15px !important; text-transform: none !important; }
body.admin-unlocked .cart-drawer__footer > p { font-size: 11px; color: #777; }
body.admin-unlocked .cart-checkout-button { text-transform: none !important; font-size: 13px !important; letter-spacing: 0 !important; font-weight: 400 !important; }
body.admin-unlocked .cart-payment-note { max-width: 320px; font-size: 10px !important; line-height: 1.5; color: #777; }
body.admin-unlocked .story-editorial__opening { max-width: 1200px; padding: 48px 40px 40px; gap: 20px 80px; }
body.admin-unlocked .story-editorial__opening h1 { font-size: clamp(30px,3vw,44px); font-weight: 400 !important; line-height: 1.12; }
body.admin-unlocked .story-editorial__opening > p:last-child { font-size: 14px; line-height: 1.8; max-width: 440px; }
body.admin-unlocked .story-editorial__eyebrow { font-size: 12px; letter-spacing: 0; text-transform: none; margin-bottom: 12px; }
body.admin-unlocked .story-editorial__wide { width: calc(100% - 80px); max-width: 1120px; }
body.admin-unlocked .story-editorial__chapter { max-width: 1120px; padding: 0 40px; margin: 64px auto; gap: 72px; }
body.admin-unlocked .story-editorial__text h2 { font-size: 28px; font-weight: 400 !important; line-height: 1.2; margin-bottom: 20px; }
body.admin-unlocked .story-editorial__text > p:not(.story-editorial__eyebrow) { font-size: 14px; line-height: 1.8; }
body.admin-unlocked .story-editorial__closing { max-width: 640px; padding-top: 56px; text-align: left; }
body.admin-unlocked .story-editorial__closing h2 { font-size: 24px; }
@media(max-width:800px) {
 body.admin-unlocked .home-pieces { padding: 24px 16px 28px; scroll-margin-top: 56px; }
 body.admin-unlocked .home-pieces .home-service-strip { margin: 28px 0 12px !important; padding: 20px 0 !important; }
 body.admin-unlocked .home-pieces .home-service-strip > div { flex-direction: column; padding: 0 8px; gap: 10px; text-align: center; }
 body.admin-unlocked .home-pieces .home-service-strip strong { font-size: 10px; line-height: 1.6; }
 body.admin-unlocked .home-service-strip img { width: 21px; height: 21px; flex-basis: 21px; }
 body.admin-unlocked .product-detail--matteo .product-info { padding: 24px 18px 36px; }
 body.admin-unlocked .product-intro { margin: 14px 0 22px; }
 body.admin-unlocked .story-editorial__opening { padding: 30px 22px; gap: 18px; }
 body.admin-unlocked .story-editorial__opening h1 { font-size: 32px; }
 body.admin-unlocked .story-editorial__wide { width: calc(100% - 32px); }
 body.admin-unlocked .story-editorial__chapter { padding: 0 22px; margin: 40px auto; gap: 24px; }
 body.admin-unlocked .story-editorial__text h2 { font-size: 25px; }
 body.admin-unlocked .story-editorial__closing { padding: 40px 22px 0; }
}

body.admin-unlocked .cart-drawer .cart-drawer__footer { width: 100%; max-width: none; margin: 0; box-sizing: border-box; }
body.admin-unlocked .cart-drawer .cart-total-row > span { font-size: 13px; text-transform: none; letter-spacing: 0; font-weight: 400; }
body.admin-unlocked .cart-drawer .cart-total-row > strong { font-size: 18px; font-weight: 400 !important; }
body.admin-unlocked .product-size-heading > p { text-transform: none !important; letter-spacing: 0 !important; }

/* Desktop entry blur and precise shopping controls. */
@media(min-width:801px) {
 body.admin-unlocked .shop-video-hero::after { content: ''; position: absolute; z-index: 1; inset: auto 0 0; height: 140px; pointer-events: none; -webkit-backdrop-filter: blur(10px); backdrop-filter: blur(10px); -webkit-mask-image: linear-gradient(transparent, #000); mask-image: linear-gradient(transparent, #000); opacity: var(--entry-blur-opacity,1); }
 body.admin-unlocked .shop-video-hero__copy { z-index: 2; }
}
body.admin-unlocked .home-pieces__tabs { min-height: 0; }
body.admin-unlocked .home-piece-card__quick { width: 44px; height: 44px; right: 4px; bottom: 4px; }
body.admin-unlocked .home-piece-card__quick:hover, body.admin-unlocked .home-piece-card__quick:focus-visible { transform: none; }
body.admin-unlocked .home-card-arrow { width: 44px; }
body.admin-unlocked .home-card-arrow svg { width: 18px; height: 18px; display: block; }
body.admin-unlocked .home-card-arrow:focus-visible, body.admin-unlocked .home-piece-card__quick:focus-visible { outline: 1px solid #171717; outline-offset: -4px; }
body.admin-unlocked .shop-video-hero a:focus-visible { outline: 1px solid white; outline-offset: 6px; }
@media(max-width:800px) {
 body.admin-unlocked .home-pieces .home-service-strip > div { justify-content: flex-start; }
 body.admin-unlocked .home-pieces .home-service-strip strong { max-width: 112px; }
}

@media(min-width:801px) {
 body.admin-unlocked .shop-video-hero::before { content: ''; position: absolute; inset: 0; z-index: 1; pointer-events: none; background: linear-gradient(180deg,rgba(16,16,15,.08),rgba(16,16,15,.22)),radial-gradient(circle at center,rgba(16,16,15,.02),rgba(16,16,15,.2)); }
 body.admin-unlocked .shop-video-hero::after { background: transparent; }
}

/* Purchase status belongs directly beneath the Matteo action. */
body.admin-unlocked .product-detail--matteo .product-delivery-note { margin: 14px 0 0; }
body.admin-unlocked .product-detail--matteo .product-buy-now { display: flex; align-items: center; gap: 8px; margin: 0; color: #333; font-size: 12px; line-height: 1.5; }
body.admin-unlocked .product-detail--matteo .product-buy-now i { display: block; width: 6px; height: 6px; flex: 0 0 6px; border-radius: 50%; background: #48a67b; animation: matteo-availability 2s ease-in-out infinite; }
body.admin-unlocked .product-detail--matteo .product-dispatch-time { margin: 3px 0 0 14px; color: #666; font-size: 11px; line-height: 1.6; }
body.admin-unlocked .product-detail--matteo .product-purchase-trust { margin-top: 18px; }
body.admin-unlocked .product-detail--matteo .product-purchase-trust > span { display: flex; align-items: center; gap: 9px; }
body.admin-unlocked .product-detail--matteo .product-purchase-trust img { display: block; width: 17px; height: 17px; flex: 0 0 17px; opacity: 1; }
body.admin-unlocked .product-detail--matteo .product-info:has(.product-cart-button:disabled) .product-delivery-note { display: none; }
@keyframes matteo-availability { 0%,100% { opacity: 1; } 50% { opacity: .3; } }
@media(prefers-reduced-motion:reduce) { body.admin-unlocked .product-detail--matteo .product-buy-now i { animation: none; } }

/* Quiet returns reassurance, with a shared icon and text baseline. */
body.admin-unlocked .product-detail--matteo .product-purchase-trust { display: grid; gap: 10px; margin: 18px 0 24px; }
body.admin-unlocked .product-detail--matteo .product-purchase-trust > span { display: grid; grid-template-columns: 18px minmax(0,1fr); align-items: center; column-gap: 10px; min-height: 20px; font-size: 12px; line-height: 1.6; }
body.admin-unlocked .product-detail--matteo .product-purchase-trust img { width: 18px; height: 18px; margin: 0; object-fit: contain; }
body.admin-unlocked .service-returns-link { color: inherit; font: inherit; text-decoration: underline; text-decoration-color: #b6b6b1; text-underline-offset: 3px; text-decoration-thickness: 1px; }
body.admin-unlocked .service-returns-link:hover { color: #111; text-decoration-color: #111; }
body.admin-unlocked .service-returns-link:focus-visible { outline: 1px solid #30302e; outline-offset: 4px; }
body.admin-unlocked .home-pieces .home-service-strip > div { display: grid; grid-template-columns: 22px auto; align-items: center; justify-content: center; gap: 12px; }
body.admin-unlocked .home-pieces .home-service-strip p { margin: 0; line-height: 1.6; }
body.admin-unlocked .home-pieces .home-service-strip strong, body.admin-unlocked .home-pieces .home-service-strip .service-returns-link { font-size: 12px; font-weight: 400 !important; line-height: 1.6; }
@media(max-width:800px) {
 body.admin-unlocked .home-pieces .home-service-strip > div { grid-template-columns: 1fr; grid-template-rows: 22px auto; justify-items: center; align-items: start; gap: 10px; }
 body.admin-unlocked .home-pieces .home-service-strip strong, body.admin-unlocked .home-pieces .home-service-strip .service-returns-link { font-size: 10px; line-height: 1.6; }
 body.admin-unlocked .product-detail--matteo .product-purchase-trust > span { font-size: 11px; }
}

/* Keep the approved About portraits intact. */
body.admin-unlocked .story-editorial__wide { max-width: 640px; }
body.admin-unlocked .story-editorial__wide img, body.admin-unlocked .story-editorial__chapter figure img, body.admin-unlocked .story-editorial__landscape img { width: 100%; height: auto; max-height: none; aspect-ratio: 1122 / 1402; object-fit: contain; object-position: center; }

/* One purchase-status line and an optically consistent service icon set. */
body.admin-unlocked .product-detail--matteo .product-delivery-note { display: flex; align-items: baseline; flex-wrap: wrap; gap: 4px 12px; margin-top: 14px; }
body.admin-unlocked .product-detail--matteo .product-dispatch-time { margin: 0; font-size: 11px; line-height: 1.5; color: #666; }
body.admin-unlocked .product-detail--matteo .product-purchase-trust .purchase-service-icon { width: 18px; height: 18px; display: block; margin: 0; color: #454542; opacity: 1; filter: none; fill: none; stroke: currentColor; stroke-width: 1.4; }

/* Photo-led story and shared mobile gallery pagination. */
@media(min-width:801px) {
 body.admin-unlocked .story-editorial { display:grid; grid-template-columns:1fr 1fr; gap:64px 56px; max-width:1200px; margin:auto; padding:56px 40px 80px; }
 body.admin-unlocked .story-editorial__opening { display:block; padding:32px 0; align-self:center; }
 body.admin-unlocked .story-editorial__opening h1 { margin:24px 0; font-size:48px; }
 body.admin-unlocked .story-editorial__wide { width:100%; max-width:none; }
 body.admin-unlocked .story-editorial__chapter { grid-column:1 / -1; width:100%; padding:0; margin:0; gap:56px; }
 body.admin-unlocked .story-editorial__landscape { width:100%; max-width:none; }
 body.admin-unlocked .story-editorial__closing { align-self:center; padding:0 24px; }
}
@media(max-width:800px) {
 body.admin-unlocked .home-pieces { padding-inline:16px; }
 body.admin-unlocked .home-pieces__grid { width:100%; max-width:none; margin-inline:auto; grid-template-columns:minmax(0,1fr); justify-content:center; }
 body.admin-unlocked .home-pieces .home-piece-card { width:100%; max-width:none; margin-inline:0; }
 body.admin-unlocked .gallery-dots { width:auto; justify-content:center; gap:0; padding:0 5px; min-height:32px; }
 body.admin-unlocked .gallery-dots button, body.admin-unlocked .gallery-dots button.gallery-dot--active { flex:0 0 28px; width:28px; height:32px; padding:0; background:transparent; }
 body.admin-unlocked .gallery-dots button::after { top:50%; left:50%; right:auto; transform:translate(-50%,-50%); width:5px; height:5px; border-radius:8px; background:rgba(16,16,15,.25); transition:width .25s ease,background .25s ease; }
 body.admin-unlocked .gallery-dots button.gallery-dot--active::after { width:17px; height:5px; background:rgba(16,16,15,.86); }
 body.admin-unlocked .story-editorial__opening { padding:36px 22px 28px; }
 body.admin-unlocked .story-editorial__chapter { margin:32px auto; padding:0 22px; gap:24px; }
 body.admin-unlocked .story-editorial__chapter--reverse figure { order:0; }
 body.admin-unlocked .story-editorial__closing { padding:32px 22px 0; }
}
@media(prefers-reduced-motion:reduce) { body.admin-unlocked .gallery-dots button::after { transition:none; } }
/* Quick add follows the product page's type, spacing and size controls. */
body.admin-unlocked .quick-add-modal__panel { width:min(760px,calc(100vw - 48px)); grid-template-columns:1fr 1fr; padding:24px; gap:32px; min-height:0; max-height:calc(100dvh - 32px); overflow:auto; box-shadow:none; }
body.admin-unlocked .quick-add-modal__close { top:6px; right:6px; width:44px; height:44px; z-index:3; }
body.admin-unlocked .quick-add-modal__media { width:100%; min-height:0; aspect-ratio:4/5; }
body.admin-unlocked .quick-add-modal__media img { width:100%; height:100%; object-fit:contain; padding:0; }
body.admin-unlocked .quick-add-modal__content { gap:0; padding:28px 0 8px; }
body.admin-unlocked .quick-add-modal__eyebrow { font-size:12px; letter-spacing:0; text-transform:none; font-weight:400; margin:0 0 8px; color:#666; }
body.admin-unlocked .quick-add-modal__content h2 { font-size:20px; font-weight:400; letter-spacing:-.02em; text-transform:none; }
body.admin-unlocked .quick-add-modal__price { font-size:14px; font-weight:400; margin:12px 0 26px; }
body.admin-unlocked .quick-add-modal__size-label { font-size:12px; margin:0 0 10px; }
body.admin-unlocked .quick-add-modal__sizes { grid-template-columns:repeat(3,1fr); margin:0 0 18px; }
body.admin-unlocked .quick-add-modal__sizes button { min-height:44px; border-radius:2px; }
body.admin-unlocked .quick-add-modal__cart { min-height:48px; font-size:12px; font-weight:400; letter-spacing:0; text-transform:none; }
body.admin-unlocked .quick-add-modal__cart:disabled { opacity:.5; cursor:default; }
body.admin-unlocked .quick-add-modal__details { justify-self:start; margin-top:18px; font-size:11px; letter-spacing:0; text-transform:none; text-underline-offset:5px; }
body.admin-unlocked .story-editorial__closing { grid-column:1 / -1; max-width:620px; width:100%; padding:32px 0 0; border-top:1px solid #e5e5e2; }
@media(max-width:800px) {
 body.admin-unlocked .quick-add-modal__panel { width:100%; grid-template-columns:1fr; gap:16px; padding:40px 20px max(24px,env(safe-area-inset-bottom)); max-height:calc(100dvh - 16px); }
 body.admin-unlocked .quick-add-modal__media { width:160px; max-height:200px; }
 body.admin-unlocked .quick-add-modal__content { padding:0; }
 body.admin-unlocked .quick-add-modal__content h2 { font-size:18px; }
 body.admin-unlocked .quick-add-modal__price { margin:8px 0 20px; }
 body.admin-unlocked .story-editorial__closing { width:calc(100% - 44px); margin:0 22px; padding:28px 0 0; }
}
/* A single aligned purchase status and quieter bag presentation. */
body.admin-unlocked .product-detail--matteo .product-delivery-note { align-items:center; gap:12px; }
body.admin-unlocked .product-detail--matteo .product-delivery-note .product-buy-now,
body.admin-unlocked .product-detail--matteo .product-delivery-note .product-dispatch-time { margin:0 !important; padding:0; font-size:11px; line-height:18px; }
body.admin-unlocked .product-detail--matteo .product-delivery-note .product-buy-now { align-items:center; }
body.admin-unlocked .cart-drawer__header { border-bottom:1px solid #e8e8e5; padding:24px; }
body.admin-unlocked .cart-drawer__perks { padding:16px 24px; background:#fff; border-bottom:1px solid #e8e8e5; }
body.admin-unlocked .cart-drawer__perks svg { width:18px; height:18px; fill:none; stroke:#454542; stroke-width:1.4; stroke-linecap:round; stroke-linejoin:round; }
body.admin-unlocked .cart-drawer__footer { border-top:1px solid #e8e8e5; padding:24px; background:#fff; }
@media(min-width:801px) {
 body.admin-unlocked .cart-drawer:not([hidden]) .cart-drawer__panel { animation:lorent-bag-open .42s cubic-bezier(.22,1,.36,1) both; box-shadow:-8px 0 32px #0000000a; }
 body.admin-unlocked .cart-drawer:not([hidden]) .cart-drawer__backdrop { animation:bag-dim .36s ease both; }
}
@keyframes lorent-bag-open { from { transform:translateX(100%); } to { transform:translateX(0); } }
@media(prefers-reduced-motion:reduce) { body.admin-unlocked .cart-drawer:not([hidden]) .cart-drawer__panel,body.admin-unlocked .cart-drawer:not([hidden]) .cart-drawer__backdrop { animation:none !important; } }
