:root {
  --wine: #a31621;
  --wine-2: #5d0d14;
  --black: #11100e;
  --ink: #241c18;
  --ivory: #f4ecdf;
  --ivory-2: #fff8ec;
  --linen: #dfd0bb;
  --thread: #b38a5d;
  --sage: #646a52;
  --muted: #75685e;
  --white: #ffffff;
  --line: rgba(36, 28, 24, 0.16);
  --shadow: 0 30px 90px rgba(17, 16, 14, 0.2);
  --radius: 6px;
  --gutter: clamp(18px, 4vw, 58px);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  overflow-x: hidden;
}

body {
  margin: 0;
  overflow-x: hidden;
  background:
    linear-gradient(90deg, rgba(17, 16, 14, 0.055) 1px, transparent 1px) 0 0 / 24px 24px,
    var(--ivory);
  color: var(--ink);
  font-family: "Plus Jakarta Sans", sans-serif;
  line-height: 1.5;
}

body.menu-open {
  overflow: hidden;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  background:
    radial-gradient(circle at 18% 12%, rgba(163, 22, 33, 0.12), transparent 26rem),
    linear-gradient(120deg, rgba(255, 248, 236, 0.88), rgba(244, 236, 223, 0.68));
}

img,
video,
svg {
  display: block;
  max-width: 100%;
}

img,
video {
  object-fit: cover;
}

a {
  color: inherit;
  text-decoration: none;
}

button,
a {
  cursor: pointer;
}

button {
  font: inherit;
}

.skip-link {
  position: fixed;
  top: 14px;
  left: 14px;
  z-index: 1000;
  transform: translateY(-160%);
  padding: 10px 14px;
  background: var(--black);
  color: var(--white);
}

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

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
}

.site-shell {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 90;
  min-height: 70px;
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 14px;
  align-items: center;
  padding: 12px var(--gutter);
  border-bottom: 1px solid rgba(255, 248, 236, 0.16);
  background: rgba(17, 16, 14, 0.74);
  color: var(--ivory-2);
  backdrop-filter: blur(18px);
}

.brand-mark {
  width: 142px;
  min-height: 44px;
  display: inline-flex;
  align-items: center;
}

.brand-mark img {
  width: 100%;
  height: auto;
}

.top-links {
  display: none;
}

.top-links a,
.call-chip,
.drawer a,
.catalog-tabs a,
.button,
.inline-link,
.contact-links a,
.footer a {
  transition: color 180ms ease, background-color 180ms ease, border-color 180ms ease, transform 220ms ease;
}

.call-chip {
  display: none;
}

.menu-button {
  justify-self: end;
  width: 46px;
  height: 46px;
  display: inline-flex;
  flex: 0 0 46px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 5px;
  border: 1px solid rgba(255, 248, 236, 0.28);
  border-radius: var(--radius);
  background: transparent;
  color: var(--ivory-2);
}

.menu-button::before,
.menu-button::after,
.menu-button span:not(.sr-only) {
  content: "";
  display: block;
  width: 20px;
  height: 2px;
  border-radius: 999px;
  background: currentColor;
  transition: transform 180ms ease, opacity 180ms ease;
}

.menu-button span:not(.sr-only):nth-of-type(2) {
  display: none;
}

.menu-button[aria-expanded="true"]::before {
  transform: translateY(7px) rotate(45deg);
}

.menu-button[aria-expanded="true"] span:not(.sr-only) {
  opacity: 0;
}

.menu-button[aria-expanded="true"]::after {
  transform: translateY(-7px) rotate(-45deg);
}

.drawer {
  position: fixed;
  inset: 70px 12px auto;
  z-index: 80;
  display: grid;
  gap: 8px;
  padding: 14px;
  border: 1px solid rgba(255, 248, 236, 0.18);
  border-radius: var(--radius);
  background: rgba(17, 16, 14, 0.94);
  color: var(--ivory-2);
  box-shadow: var(--shadow);
  transform: translateY(-18px);
  opacity: 0;
  pointer-events: none;
}

.drawer[data-open="true"] {
  transform: translateY(0);
  opacity: 1;
  pointer-events: auto;
}

.drawer a {
  min-height: 48px;
  display: flex;
  align-items: center;
  border-bottom: 1px solid rgba(255, 248, 236, 0.12);
  font-weight: 700;
}

.entrance {
  position: relative;
  min-height: 100svh;
  display: grid;
  grid-template-rows: 1fr auto auto;
  overflow: hidden;
  background: var(--black);
  color: var(--ivory-2);
}

.entrance-media,
.entrance-shade {
  position: absolute;
  inset: 0;
}

.entrance-media video {
  width: 100%;
  height: 100%;
  filter: saturate(0.82) contrast(1.04);
}

.entrance-shade {
  background:
    linear-gradient(180deg, rgba(17, 16, 14, 0.56), rgba(17, 16, 14, 0.16) 28%, rgba(17, 16, 14, 0.86)),
    linear-gradient(90deg, rgba(17, 16, 14, 0.78), transparent 62%);
}

.entrance-content {
  position: relative;
  z-index: 1;
  align-self: end;
  width: min(1040px, calc(100% - var(--gutter) * 2));
  margin: 0 auto;
  padding: 132px 0 28px;
}

.small-label {
  margin: 0 0 12px;
  color: var(--thread);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1,
h2 {
  font-family: "Marcellus", Georgia, serif;
  font-weight: 400;
  letter-spacing: -0.025em;
}

h1 {
  max-width: 980px;
  margin-bottom: 18px;
  font-size: clamp(3.4rem, 16vw, 10.8rem);
  line-height: 0.84;
}

h2 {
  margin-bottom: 18px;
  font-size: clamp(2.25rem, 8vw, 6.4rem);
  line-height: 0.9;
}

h3 {
  margin-bottom: 8px;
  font-size: 1.05rem;
  line-height: 1.15;
}

.lead {
  max-width: 650px;
  margin-bottom: 22px;
  color: rgba(255, 248, 236, 0.86);
  font-size: clamp(1rem, 2.6vw, 1.25rem);
}

.action-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.button {
  min-height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid transparent;
  border-radius: var(--radius);
  padding: 0 18px;
  font-weight: 800;
}

.button.solid {
  background: var(--ivory-2);
  color: var(--black);
}

.button.ghost {
  border-color: rgba(255, 248, 236, 0.48);
  color: var(--ivory-2);
}

.button:hover,
.button:focus-visible,
.inline-link:hover,
.inline-link:focus-visible,
.contact-links a:hover,
.contact-links a:focus-visible {
  transform: translateY(-2px);
}

.entrance-panel {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1fr 1fr;
  border-top: 1px solid rgba(255, 248, 236, 0.18);
  background: rgba(17, 16, 14, 0.42);
  backdrop-filter: blur(16px);
}

.entrance-panel span {
  min-height: 76px;
  display: flex;
  align-items: center;
  padding: 14px var(--gutter);
  border-right: 1px solid rgba(255, 248, 236, 0.14);
  border-bottom: 1px solid rgba(255, 248, 236, 0.14);
  color: rgba(255, 248, 236, 0.88);
  font-weight: 700;
}

.catalog-tabs {
  position: sticky;
  top: 70px;
  z-index: 45;
  display: flex;
  gap: 8px;
  overflow-x: auto;
  padding: 10px var(--gutter);
  border-bottom: 1px solid var(--line);
  background: rgba(244, 236, 223, 0.86);
  backdrop-filter: blur(16px);
  scrollbar-width: none;
}

.catalog-tabs::-webkit-scrollbar {
  display: none;
}

.catalog-tabs a {
  flex: 0 0 auto;
  min-height: 42px;
  display: inline-flex;
  align-items: center;
  border: 1px solid var(--line);
  border-radius: 999px;
  padding: 0 16px;
  color: var(--muted);
  font-size: 0.86rem;
  font-weight: 800;
}

.catalog-tabs a.is-active,
.catalog-tabs a:hover,
.catalog-tabs a:focus-visible {
  border-color: var(--wine);
  background: var(--wine);
  color: var(--ivory-2);
}

.catalog-intro,
.collection,
.room-story,
.split-look,
.projects,
.contact {
  padding: clamp(58px, 9vw, 122px) var(--gutter);
}

.catalog-intro {
  display: grid;
  gap: 24px;
  border-bottom: 1px solid var(--line);
}

.intro-copy h2 {
  max-width: 970px;
}

.intro-note {
  max-width: 560px;
  color: var(--muted);
  font-weight: 600;
}

.collection {
  display: grid;
  gap: 28px;
  border-bottom: 1px solid var(--line);
}

.collection-copy {
  max-width: 720px;
}

.collection-copy p:not(.small-label),
.story-card p,
.atelier-copy p,
.projects-head p:not(.small-label),
.contact-plate p {
  color: var(--muted);
  font-size: 1rem;
  font-weight: 600;
}

.inline-link {
  width: fit-content;
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  margin-top: 6px;
  border-bottom: 1px solid currentColor;
  color: var(--wine);
  font-weight: 900;
}

.reel {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: minmax(238px, 31vw);
  gap: 14px;
  overflow-x: auto;
  overflow-y: hidden;
  overscroll-behavior-inline: contain;
  padding-bottom: 18px;
  scroll-padding-inline: 2px;
  scroll-snap-type: x mandatory;
  scrollbar-color: rgba(163, 22, 33, 0.44) rgba(17, 16, 14, 0.1);
  scrollbar-width: thin;
}

.reel:focus-visible {
  outline: 2px solid var(--thread);
  outline-offset: 6px;
}

.reel::-webkit-scrollbar {
  height: 8px;
}

.reel::-webkit-scrollbar-track {
  background: rgba(17, 16, 14, 0.08);
}

.reel::-webkit-scrollbar-thumb {
  border-radius: 999px;
  background: rgba(163, 22, 33, 0.44);
}

.reel .look {
  scroll-snap-align: start;
}

.collection-perde .reel {
  align-items: stretch;
  grid-auto-columns: minmax(246px, 30vw);
}

.collection-perde .reel .look,
.collection-perde .reel .look.tall,
.collection-perde .reel .look.wide {
  width: auto;
  min-width: 0;
  height: clamp(360px, 48vw, 520px);
  min-height: 0;
}

.collection-perde .reel .look img {
  aspect-ratio: 4 / 5;
  height: 100%;
  min-height: 0;
}

.look {
  position: relative;
  min-height: 320px;
  margin: 0;
  overflow: hidden;
  border-radius: var(--radius);
  background: var(--black);
  box-shadow: 0 18px 50px rgba(17, 16, 14, 0.14);
}

.look.tall {
  min-height: 430px;
}

.look.wide {
  min-width: min(560px, 82vw);
}

.look img {
  width: 100%;
  height: 100%;
  min-height: inherit;
  transform: scale(1.04);
  transition: transform 700ms ease, filter 300ms ease;
}

.look::after,
.project-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 48%, rgba(17, 16, 14, 0.78));
  pointer-events: none;
}

.look figcaption {
  position: absolute;
  left: 14px;
  right: 14px;
  bottom: 14px;
  z-index: 1;
  color: var(--ivory-2);
  font-weight: 800;
}

.look:hover img {
  transform: scale(1.09);
  filter: saturate(1.08);
}

.room-story {
  display: grid;
  gap: 18px;
  background: var(--black);
  color: var(--ivory-2);
}

.story-image {
  min-height: 360px;
  overflow: hidden;
  border-radius: var(--radius);
}

.story-image img {
  width: 100%;
  height: 100%;
}

.story-card {
  align-self: end;
  padding: clamp(22px, 4vw, 44px);
  border: 1px solid rgba(255, 248, 236, 0.16);
  background: rgba(255, 248, 236, 0.06);
}

.story-card p {
  color: rgba(255, 248, 236, 0.76);
}

.magazine-grid,
.artboard-wall {
  display: grid;
  grid-template-columns: 1fr;
  gap: 14px;
}

.split-look {
  display: grid;
  gap: 18px;
  background:
    linear-gradient(135deg, rgba(163, 22, 33, 0.1), transparent 40%),
    var(--ivory-2);
  border-bottom: 1px solid var(--line);
}

.atelier-copy {
  max-width: 780px;
}

.values-panel {
  display: grid;
  border: 1px solid var(--line);
  background: rgba(244, 236, 223, 0.72);
}

.values-panel span {
  min-height: 70px;
  display: flex;
  align-items: center;
  padding: 18px;
  border-bottom: 1px solid var(--line);
  color: var(--wine-2);
  font-weight: 900;
}

.values-panel span:last-child {
  border-bottom: 0;
}

.projects {
  background: #1b1714;
  color: var(--ivory-2);
}

.projects-head {
  max-width: 980px;
  margin-bottom: 28px;
}

.projects-head p:not(.small-label) {
  color: rgba(255, 248, 236, 0.72);
}

.project-strip {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: minmax(280px, 43vw);
  gap: 14px;
  overflow-x: auto;
  padding-bottom: 18px;
  scroll-snap-type: x mandatory;
}

.project-card {
  position: relative;
  min-height: 430px;
  margin: 0;
  overflow: hidden;
  border-radius: var(--radius);
  scroll-snap-align: start;
  background: var(--black);
}

.project-card img {
  width: 100%;
  height: 100%;
}

.project-card figcaption {
  position: absolute;
  left: 18px;
  right: 18px;
  bottom: 18px;
  z-index: 1;
}

.project-card span {
  display: block;
  margin-bottom: 8px;
  color: var(--thread);
  font-size: 0.75rem;
  font-weight: 900;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.project-card strong {
  display: block;
  max-width: 380px;
  font-family: "Marcellus", Georgia, serif;
  font-size: 1.55rem;
  line-height: 1.05;
  font-weight: 400;
}

.contact {
  display: grid;
  gap: 18px;
  background: var(--wine-2);
  color: var(--ivory-2);
}

.contact-plate {
  padding: clamp(22px, 5vw, 54px);
  border: 1px solid rgba(255, 248, 236, 0.2);
}

.contact-plate h2 {
  max-width: 820px;
}

.contact-links {
  display: grid;
  gap: 10px;
}

.contact-links a {
  min-height: 52px;
  display: flex;
  align-items: center;
  border-bottom: 1px solid rgba(255, 248, 236, 0.24);
  color: var(--ivory-2);
  font-weight: 900;
}

.contact-image {
  min-height: 340px;
  overflow: hidden;
  border-radius: var(--radius);
}

.contact-image img {
  width: 100%;
  height: 100%;
}

.footer {
  position: relative;
  overflow: hidden;
  display: grid;
  gap: clamp(20px, 3vw, 32px);
  padding: clamp(34px, 5vw, 58px) var(--gutter) calc(88px + env(safe-area-inset-bottom));
  border-top: 1px solid rgba(255, 248, 236, 0.12);
  background:
    linear-gradient(90deg, rgba(255, 248, 236, 0.055) 1px, transparent 1px) 0 0 / 24px 24px,
    radial-gradient(circle at 14% 0%, rgba(179, 138, 93, 0.22), transparent 26rem),
    radial-gradient(circle at 100% 22%, rgba(163, 22, 33, 0.3), transparent 30rem),
    linear-gradient(135deg, #11100e 0%, #1b1713 52%, #3e0b10 100%);
  color: rgba(255, 248, 236, 0.74);
}

.footer::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(180deg, rgba(255, 248, 236, 0.08), transparent 32%);
}

.footer-cta,
.footer-main,
.footer-bottom {
  position: relative;
  z-index: 1;
}

.footer-cta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px 24px;
  max-width: 1180px;
  border: 1px solid rgba(255, 248, 236, 0.16);
  border-radius: var(--radius);
  padding: clamp(16px, 2.5vw, 24px);
  background:
    linear-gradient(135deg, rgba(255, 248, 236, 0.12), rgba(255, 248, 236, 0.035)),
    rgba(17, 16, 14, 0.38);
  box-shadow: 0 28px 90px rgba(17, 16, 14, 0.24);
  backdrop-filter: blur(18px);
}

.footer-cta::before {
  content: none;
}

.footer-cta h2 {
  max-width: 560px;
  margin: 0;
  color: var(--ivory-2);
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: clamp(1.1rem, 2.1vw, 1.7rem);
  line-height: 1.2;
  font-weight: 800;
}

.footer-actions {
  position: relative;
  z-index: 1;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.footer-actions .button.solid {
  background: var(--thread);
  color: var(--black);
}

.footer-actions .button.ghost {
  background: rgba(255, 248, 236, 0.075);
}

.footer-main {
  display: grid;
  gap: clamp(18px, 3vw, 34px);
  align-items: start;
}

.footer-brand {
  display: grid;
  gap: 12px;
  min-width: 0;
  max-width: 390px;
}

.footer-brand img {
  width: min(138px, 54vw);
  height: auto;
}

.footer-brand p,
.footer-bottom p {
  margin: 0;
}

.footer-brand p {
  color: rgba(255, 248, 236, 0.72);
  font-size: 0.94rem;
  line-height: 1.55;
  font-weight: 650;
}

.footer-column {
  display: grid;
  align-content: start;
  gap: 7px;
  min-width: 0;
}

.footer-column h2 {
  margin: 0 0 8px;
  color: var(--ivory-2);
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.footer a {
  width: fit-content;
  max-width: 100%;
  overflow-wrap: anywhere;
  color: rgba(255, 248, 236, 0.78);
  font-size: 0.94rem;
  font-weight: 800;
}

.footer a:hover,
.footer a:focus-visible {
  color: var(--thread);
}

.footer-contact {
  gap: 10px;
}

.footer-contact a {
  width: 100%;
  display: grid;
  gap: 3px;
  padding: 10px 12px;
  border: 1px solid rgba(255, 248, 236, 0.12);
  border-radius: var(--radius);
  background: rgba(255, 248, 236, 0.045);
  color: var(--ivory-2);
  line-height: 1.3;
}

.footer-contact a:hover,
.footer-contact a:focus-visible {
  border-color: rgba(179, 138, 93, 0.46);
  background: rgba(255, 248, 236, 0.08);
}

.footer-contact span {
  color: var(--thread);
  font-size: 0.68rem;
  font-weight: 900;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.footer-bottom {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 12px 22px;
  border-top: 1px solid rgba(255, 248, 236, 0.16);
  padding-top: 16px;
  color: rgba(255, 248, 236, 0.58);
  font-size: 0.9rem;
  font-weight: 700;
}

.bottom-bar {
  position: fixed;
  left: 10px;
  right: 10px;
  bottom: 10px;
  z-index: 70;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 4px;
  padding: 5px;
  border: 1px solid rgba(255, 248, 236, 0.2);
  border-radius: var(--radius);
  background: rgba(17, 16, 14, 0.9);
  color: var(--ivory-2);
  backdrop-filter: blur(18px);
}

.bottom-bar a {
  min-height: 42px;
  display: grid;
  place-items: center;
  border-radius: 4px;
  font-size: 0.68rem;
  font-weight: 900;
}

.bottom-bar a:hover,
.bottom-bar a:focus-visible {
  background: rgba(255, 248, 236, 0.12);
}

.reveal {
  opacity: 0;
  transform: translateY(22px);
}

.reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 560ms ease, transform 560ms ease;
}

.category-page {
  padding-top: 70px;
}

.category-hero {
  min-height: 72svh;
  display: grid;
  align-items: end;
  padding: clamp(122px, 15vw, 190px) var(--gutter) clamp(34px, 7vw, 78px);
  background:
    linear-gradient(180deg, rgba(17, 16, 14, 0.12), rgba(17, 16, 14, 0.74)),
    var(--black);
  color: var(--ivory-2);
}

.category-hero-inner {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 22px;
}

.category-hero-copy {
  max-width: 980px;
}

.category-hero h1 {
  max-width: 760px;
  margin-bottom: 16px;
  font-size: clamp(3.2rem, 8.6vw, 7.2rem);
  line-height: 0.92;
}

.category-hero-copy p:not(.small-label) {
  max-width: 690px;
  color: rgba(255, 248, 236, 0.78);
  font-weight: 650;
}

.category-hero-media {
  min-height: clamp(280px, 42vw, 540px);
  overflow: hidden;
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}

.category-hero-media img {
  width: 100%;
  height: 100%;
}

.category-switcher {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 10px;
}

.category-switcher a {
  min-height: 42px;
  display: inline-flex;
  align-items: center;
  border: 1px solid rgba(255, 248, 236, 0.28);
  border-radius: 999px;
  padding: 0 14px;
  color: rgba(255, 248, 236, 0.78);
  font-weight: 850;
}

.category-switcher a[aria-current="page"],
.category-switcher a:hover,
.category-switcher a:focus-visible {
  background: var(--ivory-2);
  color: var(--black);
}

.product-gallery {
  padding: clamp(58px, 9vw, 122px) var(--gutter);
}

.product-gallery-head {
  display: grid;
  gap: 14px;
  margin-bottom: clamp(28px, 5vw, 56px);
}

.product-gallery-head h2 {
  max-width: 880px;
}

.product-gallery-head p:not(.small-label) {
  max-width: 620px;
  color: var(--muted);
  font-weight: 650;
}

.product-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 230px), 1fr));
  gap: 14px;
}

.product-card {
  position: relative;
  min-height: 360px;
  margin: 0;
  overflow: hidden;
  border-radius: var(--radius);
  background: var(--black);
  box-shadow: 0 18px 50px rgba(17, 16, 14, 0.12);
}

.product-card.tall {
  min-height: 460px;
}

.product-card.wide {
  grid-column: span 2;
}

.product-card img {
  width: 100%;
  height: 100%;
  transform: scale(1.03);
  transition: transform 700ms ease, filter 260ms ease;
}

.product-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 50%, rgba(17, 16, 14, 0.76));
  pointer-events: none;
}

.product-card figcaption {
  position: absolute;
  left: 14px;
  right: 14px;
  bottom: 14px;
  z-index: 1;
  color: var(--ivory-2);
}

.product-card span {
  display: block;
  color: var(--thread);
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.product-card strong {
  display: block;
  margin-top: 4px;
  font-family: "Marcellus", Georgia, serif;
  font-size: 1.28rem;
  line-height: 1.05;
  font-weight: 400;
}

.product-card:hover img {
  transform: scale(1.08);
  filter: saturate(1.08);
}

.category-cta {
  display: grid;
  gap: 18px;
  padding: clamp(42px, 7vw, 86px) var(--gutter);
  background: var(--wine-2);
  color: var(--ivory-2);
}

.category-cta p {
  max-width: 620px;
  color: rgba(255, 248, 236, 0.76);
  font-weight: 650;
}

@media (min-width: 720px) {
  .site-shell {
    grid-template-columns: auto 1fr auto;
  }

  .catalog-intro {
    grid-template-columns: minmax(0, 1.4fr) minmax(280px, 0.6fr);
    align-items: end;
  }

  .magazine-grid,
  .artboard-wall {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .magazine-grid .wide {
    grid-column: span 2;
  }

  .room-story,
  .split-look,
  .contact {
    grid-template-columns: 1.1fr 0.9fr;
    align-items: stretch;
  }

  .category-hero-inner {
    grid-template-columns: minmax(0, 0.92fr) minmax(280px, 0.58fr);
    align-items: end;
  }

  .product-gallery-head {
    grid-template-columns: minmax(0, 1fr) minmax(260px, 0.42fr);
    align-items: end;
  }

  .story-card {
    margin-block: 38px;
    margin-left: -84px;
  }

  .footer-main {
    grid-template-columns: minmax(240px, 1fr) minmax(130px, 0.42fr) minmax(130px, 0.42fr);
    align-items: start;
  }

  .footer-contact {
    grid-column: 1 / -1;
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .footer-contact h2 {
    grid-column: 1 / -1;
  }

  .values-panel {
    align-self: end;
  }
}

@media (min-width: 1060px) {
  .site-shell {
    grid-template-columns: auto 1fr auto;
  }

  .menu-button,
  .drawer,
  .bottom-bar {
    display: none;
  }

  .top-links {
    justify-self: center;
    display: flex;
    align-items: center;
    gap: 4px;
  }

  .top-links a,
  .call-chip {
    min-height: 42px;
    display: inline-flex;
    align-items: center;
    border-radius: 999px;
    padding: 0 13px;
    color: rgba(255, 248, 236, 0.78);
    font-size: 0.84rem;
    font-weight: 800;
  }

  .top-links a:hover,
  .top-links a:focus-visible,
  .call-chip:hover,
  .call-chip:focus-visible {
    background: rgba(255, 248, 236, 0.11);
    color: var(--ivory-2);
  }

  .call-chip {
    border: 1px solid rgba(255, 248, 236, 0.22);
  }

  .entrance-content {
    width: min(1280px, calc(100% - var(--gutter) * 2));
    padding-bottom: 42px;
  }

  .entrance-panel {
    grid-template-columns: repeat(4, 1fr);
  }

  .collection {
    grid-template-columns: minmax(300px, 0.36fr) minmax(0, 0.64fr);
    align-items: start;
  }

  .collection-copy {
    position: sticky;
    top: 142px;
  }

  .collection-copy h2 {
    font-size: clamp(3rem, 4.6vw, 5.7rem);
  }

  .reel {
    grid-auto-columns: minmax(260px, 23vw);
  }

  .collection-perde .reel {
    grid-auto-columns: minmax(275px, 22vw);
  }

  .project-strip {
    grid-auto-columns: minmax(390px, 32vw);
  }

  .footer-main {
    grid-template-columns: minmax(280px, 0.95fr) minmax(120px, 0.34fr) minmax(120px, 0.34fr) minmax(360px, 1fr);
  }

  .footer-contact {
    grid-column: auto;
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .footer-contact h2 {
    grid-column: 1 / -1;
  }

  .product-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

@media (max-width: 520px) {
  .footer-cta {
    align-items: flex-start;
    flex-direction: column;
  }

  .footer-actions {
    width: 100%;
  }

  .footer-actions .button {
    flex: 1 1 150px;
  }

  .entrance-panel {
    grid-template-columns: 1fr;
  }

  .entrance-panel span {
    min-height: 58px;
  }

  .look,
  .look.tall,
  .project-card {
    min-height: 330px;
  }

  .reel,
  .project-strip {
    grid-auto-columns: minmax(238px, 78vw);
  }

  .collection-perde .reel {
    grid-auto-columns: minmax(238px, 76vw);
  }

  .footer-main {
    gap: 22px;
  }

  .footer-bottom {
    padding-bottom: 6px;
  }

  .category-hero {
    min-height: auto;
  }

  .product-card,
  .product-card.tall {
    min-height: 330px;
  }

  .product-card.wide {
    grid-column: auto;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }

  .reveal {
    opacity: 1;
    transform: none;
  }

  .look img {
    transform: none !important;
  }
}
