@media (max-width: 1180px) {
  .header-inner {
    grid-template-columns: minmax(160px, .8fr) auto minmax(160px, .8fr);
    gap: 18px;
  }

  .primary-nav {
    gap: 18px;
  }

  .hero h1 {
    font-size: 64px;
  }

  .editorial-band__inner {
    grid-template-columns: minmax(0, 1.1fr) minmax(340px, .9fr);
  }

  .showroom__inner {
    grid-template-columns: minmax(330px, .8fr) minmax(520px, 1.2fr);
  }

  .footer-main {
    grid-template-columns: minmax(260px, 1fr) repeat(3, minmax(130px, .45fr));
    gap: 34px;
  }
}

@media (max-width: 960px) {
  .header-inner {
    grid-template-columns: 1fr auto 1fr;
  }

  .mobile-menu-button {
    display: inline-grid;
    justify-self: start;
  }

  .brand-link {
    width: 160px;
    justify-self: center;
  }

  .primary-nav {
    display: none;
  }

  .hero__copy {
    width: 55%;
  }

  .hero h1 {
    font-size: 56px;
  }

  .hero__lead {
    font-size: 16px;
  }

  .collection__head {
    grid-template-columns: 1fr;
    align-items: start;
  }

  .collection__tools {
    justify-content: flex-start;
  }

  .product-grid,
  .product-grid[data-density="4"] {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .editorial-band__inner {
    grid-template-columns: 1fr;
  }

  .showroom__inner {
    grid-template-columns: 1fr;
  }

  .showroom__content {
    min-height: 500px;
  }

  .showroom__gallery {
    min-height: 700px;
  }

  .editorial-band__media,
  .editorial-band__inner {
    min-height: 580px;
  }

  .showroom__content {
    min-height: 0;
    padding: 58px var(--gutter);
  }

  .showroom__content h2 {
    font-size: 38px;
  }

  .showroom__content > p:nth-of-type(2) {
    font-size: 13px;
  }

  .showroom__gallery {
    min-height: 540px;
    grid-template-rows: 40% 60%;
  }

  .editorial-band__media {
    height: 72vw;
    max-height: 760px;
  }

  .service-grid {
    grid-template-columns: 1fr;
  }

  .service-item {
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .service-item:last-child {
    border-bottom: 0;
  }

  .footer-main {
    grid-template-columns: 1.3fr 1fr 1fr;
  }

  .footer-brand {
    grid-column: 1 / -1;
  }
}

@media (max-width: 760px) {
  .announcement {
    font-size: 10px;
  }

  .header-inner {
    gap: 6px;
  }

  .brand-link {
    width: 132px;
  }

  .header-actions [data-header-search],
  .header-actions [data-header-account] {
    display: none;
  }

  .brand-link {
    width: 112px;
  }

  .locale-control {
    width: 60px;
  }

  .hero {
    min-height: 560px;
    height: calc(100svh - var(--header-height) - 80px);
    max-height: 720px;
  }

  .hero::before {
    content: none;
  }

  .hero__media {
    height: 62%;
    object-position: right center;
  }

  .hero__content {
    align-content: end;
    padding-bottom: 112px;
  }

  .hero__copy {
    width: 100%;
  }

  .hero__eyebrow {
    margin-bottom: 12px;
    font-size: 10px;
  }

  .hero h1 {
    max-width: 355px;
    margin-bottom: 13px;
    font-size: 40px;
    line-height: 1;
  }

  .hero__lead {
    max-width: 350px;
    margin-bottom: 20px;
    font-size: 14px;
    line-height: 1.45;
  }

  .hero__actions {
    gap: 8px;
  }

  .hero__actions .button {
    min-height: 44px;
    padding-inline: 17px;
    font-size: 11px;
  }

  .hero__rail {
    right: 0;
    bottom: 0;
    left: 0;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    padding: 10px var(--gutter) 12px;
    font-size: 9px;
  }

  .hero__media-toggle {
    right: var(--gutter);
    bottom: 54px;
    width: 34px;
    height: 34px;
  }

  .hero__rail span:nth-child(n + 3) {
    display: none;
  }

  .collection {
    padding: 28px 0 var(--space-9);
  }

  .collection__head {
    gap: 24px;
    margin-bottom: 24px;
  }

  .collection__title-row {
    gap: 12px;
  }

  .collection h2 {
    font-size: 36px;
  }

  .collection__intro {
    font-size: 12px;
    line-height: 1.55;
  }

  .collection__tools {
    display: flex;
    align-items: flex-end;
  }

  .filter-bar {
    flex: 1 1 auto;
    margin-inline: calc(var(--gutter) * -1);
    padding-inline: var(--gutter);
  }

  .density-control {
    display: none;
  }

  .product-grid,
  .product-grid[data-density="4"] {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 38px 8px;
  }

  .product-card__media {
    aspect-ratio: 4 / 5;
  }

  .product-card__status {
    display: none;
  }

  .product-card__actions {
    top: 5px;
    right: 5px;
  }

  .product-card__actions .icon-button {
    width: 34px;
    height: 34px;
    flex-basis: 34px;
    opacity: 1;
    transform: none;
  }

  .product-card__actions .icon-button svg {
    width: 16px;
    height: 16px;
  }

  .product-card__quick {
    display: none;
  }

  .product-card:hover .product-card__image--main {
    opacity: 1;
  }

  .product-card:hover .product-card__image--alt {
    opacity: 0;
  }

  .product-card__body {
    display: block;
    padding-top: 10px;
  }

  .product-card__brand {
    margin-bottom: 3px;
    font-size: 8px;
  }

  .product-card__name {
    min-height: 31px;
    margin-bottom: 5px;
    font-size: 12px;
    white-space: normal;
  }

  .product-card__meta {
    gap: 6px;
    font-size: 9px;
  }

  .product-card__stock {
    display: none;
  }

  .product-card__commerce {
    min-height: 0;
    align-items: flex-end;
    margin-top: 9px;
    padding-top: 9px;
  }

  .product-card__price span {
    font-size: 7px;
  }

  .product-card__price strong {
    max-width: 78px;
    font-size: 9px;
    line-height: 1.25;
    white-space: normal;
  }

  .product-card__order {
    width: 36px;
    min-height: 36px;
    padding: 0;
  }

  .product-card__order span {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
  }

  .swatch {
    width: 16px;
    height: 16px;
    flex-basis: 16px;
  }

  .editorial-band__media,
  .editorial-band__inner {
    min-height: 0;
  }

  .editorial-band__media {
    height: 118vw;
    max-height: 640px;
  }

  .editorial-band__content {
    padding: 50px var(--gutter) 58px;
  }

  .editorial-band__content h2 {
    font-size: 38px;
  }

  .editorial-band__content > p {
    font-size: 13px;
  }

  .service-strip {
    padding-block: 54px;
  }

  .service-item {
    padding: 22px 6px;
  }

  .footer-main {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 38px 24px;
    padding-block: 58px 48px;
  }

  .footer-brand {
    grid-column: 1 / -1;
  }

  .footer-column:last-child {
    grid-column: 1 / -1;
  }

  .footer-bottom {
    display: grid;
    gap: 7px;
  }

  .drawer__header,
  .drawer__body,
  .drawer__footer {
    padding-inline: 18px;
  }

  .modal {
    width: 100%;
    max-width: none;
    height: 100dvh;
    max-height: none;
    border-radius: 0;
  }

  .quick-view {
    display: block;
    height: 100dvh;
    min-height: 0;
    overflow-y: auto;
  }

  .quick-view__gallery {
    height: 55dvh;
    min-height: 400px;
    grid-template-columns: 58px minmax(0, 1fr);
    padding: 12px;
  }

  .quick-view__main {
    min-height: 0;
  }

  .quick-view__details {
    overflow: visible;
    padding: 28px 20px 44px;
  }

  .quick-view__title {
    padding-right: 34px;
    font-size: 28px;
  }

  .search-panel__top {
    grid-template-columns: minmax(0, 1fr) auto;
    min-height: 78px;
    gap: 12px;
  }

  .search-panel__logo {
    display: none;
  }

  .search-form input {
    padding-block: 14px;
    font-size: 16px;
  }

  .search-results {
    padding-top: 26px;
  }

  .search-result {
    grid-template-columns: 58px minmax(0, 1fr) auto;
    gap: 12px;
  }

  .search-result img {
    width: 58px;
    height: 72px;
  }

  .zoom-viewer {
    padding: 56px 12px 20px;
  }

  .zoom-viewer.is-zoomed img {
    transform: scale(2);
  }
}

@media (max-width: 370px) {
  .brand-link {
    width: 112px;
  }

  .header-actions .icon-button {
    width: 40px;
    height: 40px;
    flex-basis: 40px;
  }

  .hero h1 {
    max-width: 315px;
    font-size: 39px;
  }

  .hero__actions .button--outline {
    display: none;
  }
}

@media (max-width: 359px) {
  .product-grid,
  .product-grid[data-density="4"] {
    grid-template-columns: 1fr;
    gap: 46px;
  }

  .product-card__order {
    width: auto;
    padding-inline: 12px;
  }

  .product-card__order span {
    position: static;
    width: auto;
    height: auto;
    overflow: visible;
    clip: auto;
  }
}
