:root {
  --bg: #ffffff;
  --panel: #ffffff;
  --panel-strong: #ffffff;
  --stroke: rgba(35, 31, 32, 0.12);
  --text: #231f20;
  --muted: rgba(35, 31, 32, 0.8);
  --accent: #231f20;
  --accent-dark: #231f20;
  --shadow: 0 24px 60px rgba(77, 48, 31, 0.14);
  --radius-lg: 0;
  --radius-md: 0;
  --radius-sm: 0;
  --container: 1280px;
  --hero-font: "Wix Madefor Display", sans-serif;
  --motion-ease-luxury: cubic-bezier(0.22, 1, 0.36, 1);
  --motion-ease-float: cubic-bezier(0.16, 1, 0.3, 1);
  --reveal-distance: 42px;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

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

body {
  margin: 0;
  min-width: 320px;
  font-family: var(--hero-font);
  color: var(--text);
  background: #ffffff;
  overflow-x: hidden;
}

body::-webkit-scrollbar {
  display: none;
}

img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

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

button,
input,
textarea {
  font: inherit;
}

button {
  cursor: pointer;
}

.page-shell {
  width: 100%;
  margin: 0;
}

.site-header,
.panel,
.site-footer,
.modal-dialog {
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
}

.site-header {
  display: grid;
  grid-template-columns: auto auto 1fr;
  align-items: center;
  gap: 20px;
  padding: 26px 34px;
  color: #f7f2ec;
}

.brand-mark,
.header-actions,
.site-nav,
.hero-actions,
.hero-facts,
.collection-swatches,
.gallery-controls,
.milling-row,
.social-links,
.footer-links {
  display: flex;
}

.brand-mark,
.header-actions {
  align-items: center;
  gap: 16px;
}

.brand-mark {
  align-items: center;
  gap: 14px;
}

.brand-logo-link {
  display: inline-flex;
  align-items: center;
}

.brand-logo-image {
  width: clamp(76px, 9vw, 118px);
  height: auto;
  object-fit: contain;
}

.brand-name,
h1,
h2,
h3 {
  font-family: var(--hero-font);
}

.brand-name {
  font-size: 2rem;
  font-weight: 500;
  letter-spacing: 0.03em;
}

.brand-kicker,
.section-kicker,
.detail-label,
.footer-title {
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 0.16em;
  color: var(--muted);
}

.site-nav {
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 18px;
  margin-left: 18px;
}

.header-actions {
  justify-self: end;
}

.site-nav a,
.footer-links a,
.footer-links span {
  font-family: var(--hero-font);
  font-size: 1rem;
  line-height: 1.4;
  font-weight: 400;
  letter-spacing: 0;
  color: inherit;
}

.site-nav a:hover,
.footer-links a:hover,
.footer-links span:hover {
  color: #ffffff;
}

.header-actions {
  justify-content: flex-end;
  flex-wrap: wrap;
}

.social-links {
  flex-wrap: wrap;
  gap: 10px;
}

.social-links a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: transparent;
  transition: transform 160ms ease, opacity 160ms ease, background 160ms ease;
  opacity: 0.82;
}

.social-links a:hover {
  transform: translateY(-2px);
  opacity: 0.86;
}

.site-nav a,
.footer-links a,
.footer-links span,
.contact-icon,
.button,
.collection-carousel-card,
.advantage-process-card,
.catalog-card,
.portrait-card,
.mission-banner-card,
.legal-hero,
.collection-modal-gallery-card,
.gallery-nav {
  will-change: transform, opacity;
}

.contact-icon svg {
  width: 18px;
  height: 18px;
  display: block;
}

.contact-icon img {
  width: 15px;
  height: 15px;
  display: block;
}

.panel,
.site-footer {
  padding: 72px 0;
  margin: 0;
  background: transparent;
  border: 0;
  box-shadow: none;
}

.hero-section {
  position: relative;
  min-height: 100vh;
  margin: 0;
  overflow: hidden;
  box-shadow: none;
}

.hero-section::after {
  content: "";
  position: absolute;
  inset: -12%;
  background:
    radial-gradient(circle at 18% 18%, rgba(255, 244, 225, 0.16), transparent 30%),
    radial-gradient(circle at 82% 24%, rgba(255, 235, 212, 0.12), transparent 26%),
    linear-gradient(120deg, rgba(255, 255, 255, 0) 30%, rgba(255, 244, 230, 0.08) 46%, rgba(255, 255, 255, 0) 62%);
  opacity: 0;
  transform: scale(1.04);
  animation: ambientHeroGlow 9s var(--motion-ease-luxury) 0.4s forwards;
  pointer-events: none;
}

.catalog-section {
  min-height: 100vh;
}

.hero-copy,
.catalog-copy,
.about-copy,
.advantages-content,
.collection-details {
  display: flex;
  flex-direction: column;
}

.hero-copy,
.catalog-copy,
.about-copy,
.advantages-content {
  justify-content: center;
}

h1 {
  margin: 14px 0 18px;
  font-size: clamp(3.2rem, 7vw, 6.2rem);
  line-height: 0.94;
  font-weight: 600;
}

h2 {
  margin: 12px 0 12px;
  font-size: 27px;
  line-height: 1.25;
  font-weight: 400;
  letter-spacing: 0;
  text-transform: uppercase;
}

h3 {
  margin: 8px 0 12px;
  font-size: 18px;
  line-height: 1.4;
  font-weight: 400;
}

p {
  margin: 0;
  color: var(--muted);
  font-size: 1rem;
  line-height: 1.4;
}

.hero-text {
  max-width: 620px;
  font-size: 1.08rem;
}

.hero-actions {
  gap: 14px;
  margin: 28px 0 28px;
  flex-wrap: wrap;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 54px;
  padding: 0 24px;
  border: 1px solid transparent;
  border-radius: 999px;
  font-family: var(--hero-font);
  font-size: 1rem;
  line-height: 1.4;
  font-weight: 400;
  letter-spacing: 0;
  transform: translateZ(0);
  transition:
    transform 420ms var(--motion-ease-float),
    box-shadow 420ms var(--motion-ease-float),
    background 320ms ease,
    border-color 320ms ease,
    color 320ms ease;
}

.button:hover {
  transform: translateY(-4px);
}

.button-primary {
  color: #ffffff;
  background: #231f20;
  box-shadow: none;
}

.button-secondary {
  color: var(--text);
  background: rgba(255, 255, 255, 0.58);
  border-color: var(--stroke);
}

.button-light {
  color: #211915;
  background: #ffffff;
  box-shadow: 0 18px 32px rgba(17, 10, 8, 0.18);
}

.button-ghost-light {
  color: #ffffff;
  background: rgba(255, 255, 255, 0.06);
  border-color: rgba(255, 255, 255, 0.42);
  box-shadow: none;
}

.button-block {
  width: 100%;
}

.image-card {
  position: relative;
  overflow: hidden;
  border: 0;
  background: transparent;
  transform: translateZ(0);
}

.image-card::before {
  content: "";
  position: absolute;
  inset: -20% auto auto -35%;
  width: 42%;
  height: 160%;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.18), rgba(255, 255, 255, 0));
  transform: rotate(18deg) translateX(-180%);
  opacity: 0;
  pointer-events: none;
  z-index: 1;
}

.image-card::after {
  content: attr(data-fallback-label);
  position: absolute;
  inset: auto 16px 16px 16px;
  padding: 10px 12px;
  background: rgba(47, 34, 28, 0.72);
  color: #fff;
  font-size: 0.84rem;
  line-height: 1.4;
  opacity: 0;
  pointer-events: none;
}

.image-card img[src=""],
.image-card img:not([src]) {
  opacity: 0;
}

.image-card.is-placeholder::after {
  opacity: 1;
}

.image-card:not(.is-placeholder):hover::before {
  opacity: 1;
  transform: rotate(18deg) translateX(360%);
  transition: transform 1200ms var(--motion-ease-luxury), opacity 220ms ease;
}

.image-card-hero {
  height: 100%;
  min-height: 100vh;
}

.hero-backdrop,
.hero-overlay,
.site-header-hero,
.hero-copy-overlay {
  position: absolute;
}

.hero-backdrop {
  inset: 0;
  border: 0;
}

.hero-overlay {
  inset: 0;
  background:
    linear-gradient(180deg, rgba(24, 17, 14, 0.68) 0%, rgba(24, 17, 14, 0.28) 28%, rgba(24, 17, 14, 0.5) 100%),
    linear-gradient(90deg, rgba(15, 11, 10, 0.46) 0%, rgba(15, 11, 10, 0.12) 45%, rgba(15, 11, 10, 0.36) 100%);
  z-index: 1;
}

.site-header-hero {
  inset: 0 0 auto 0;
  z-index: 3;
  padding: 8px 22px;
  gap: 14px;
  background: transparent;
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.22);
}

.brand-mark-hero {
  justify-self: start;
}

.site-header-hero .site-nav {
  gap: 12px;
}

.site-header-hero .site-nav a {
  font-size: 1rem;
  line-height: 1.4;
  font-weight: 400;
  letter-spacing: 0;
}

.site-header-hero .header-actions {
  gap: 10px;
  flex-wrap: nowrap;
}

.site-header-hero .button {
  min-height: 30px;
  padding: 0 12px;
  font-size: 1rem;
  line-height: 1.4;
  font-weight: 400;
  letter-spacing: 0;
}

.social-links-hero a {
  background: transparent;
  color: rgba(255, 247, 239, 0.96);
  opacity: 0.9;
}

.social-links-hero .contact-icon img {
  filter: brightness(0) invert(1);
  width: 15px;
  height: 15px;
}

.social-links-hero {
  gap: 12px;
}

.social-links-hero a:hover {
  background: transparent;
  opacity: 1;
}

.burger-toggle,
.mobile-menu {
  display: none;
}

.burger-toggle {
  position: relative;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  padding: 0;
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
  color: #fff9f3;
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
}

.burger-toggle span {
  position: absolute;
  left: 50%;
  width: 20px;
  height: 2px;
  background: currentColor;
  border-radius: 999px;
  transform: translateX(-50%);
  transition: transform 220ms ease, opacity 220ms ease;
}

.burger-toggle span:nth-child(1) {
  transform: translateX(-50%) translateY(-6px);
}

.burger-toggle span:nth-child(3) {
  transform: translateX(-50%) translateY(6px);
}

.burger-toggle.is-active span:nth-child(1) {
  transform: translateX(-50%) rotate(45deg);
}

.burger-toggle.is-active span:nth-child(2) {
  opacity: 0;
}

.burger-toggle.is-active span:nth-child(3) {
  transform: translateX(-50%) rotate(-45deg);
}

.mobile-menu {
  position: fixed;
  inset: 0;
  z-index: 20;
  background: rgba(14, 10, 9, 0.46);
  opacity: 0;
  pointer-events: none;
  transition: opacity 220ms ease;
}

.mobile-menu.is-active {
  opacity: 1;
  pointer-events: auto;
}

.mobile-menu__panel {
  display: grid;
  align-content: start;
  gap: 24px;
  width: 100%;
  min-height: 100%;
  padding: 24px 20px 28px;
  background: rgba(31, 22, 19, 0.94);
  color: #fff9f3;
  box-shadow: -18px 0 36px rgba(0, 0, 0, 0.22);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  transform: translateX(100%);
  transition: transform 260ms ease;
}

.mobile-menu.is-active .mobile-menu__panel {
  transform: translateX(0);
}

body.mobile-menu-open .hero-copy-overlay,
body.mobile-menu-open .site-header-hero .brand-mark-hero {
  opacity: 0;
  pointer-events: none;
}

.mobile-menu__topline {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.mobile-menu__label {
  font-size: 0.78rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: rgba(255, 249, 243, 0.74);
}

.mobile-menu__close {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  padding: 0;
  border: 0;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
  color: #fff9f3;
  font-size: 1.6rem;
  line-height: 1;
}

.mobile-menu__nav {
  display: grid;
  gap: 14px;
}

.mobile-menu__nav a {
  font-size: clamp(1.5rem, 5vw, 2rem);
  line-height: 1.02;
  color: #fff9f3;
}

.mobile-menu__contacts {
  display: grid;
  gap: 14px;
}

.mobile-menu__contact-lines {
  display: grid;
  gap: 8px;
}

.mobile-menu__address {
  display: grid;
  gap: 0;
  color: #fff9f3;
  line-height: 1.2;
  font-size: 0.88rem;
}

.mobile-menu__contact-link {
  color: #fff9f3;
  line-height: 1.2;
  font-size: 0.88rem;
}

.mobile-menu__socials {
  gap: 16px;
}

.mobile-menu__button {
  width: 100%;
  min-height: 54px;
}

.hero-copy-overlay {
  left: 72px;
  right: 72px;
  bottom: 76px;
  z-index: 3;
  max-width: 920px;
  justify-content: flex-end;
}

.hero-copy-overlay h1 {
  margin: 10px 0 18px;
  font-family: var(--hero-font);
  font-size: clamp(2.3rem, 5vw, 4.2rem);
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.05;
  color: #fff9f3;
}

.hero-text-light {
  max-width: 720px;
  font-family: var(--hero-font);
  font-size: 17px;
  line-height: 24px;
  font-weight: 400;
  color: #fff9f3;
  letter-spacing: 0;
  text-transform: uppercase;
}

.section-heading {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 26px;
  padding: 0 clamp(18px, 5vw, 72px);
}

.section-heading p {
  max-width: 640px;
}

.collection-layout,
.about-layout {
  display: grid;
  gap: 24px;
  padding: 0 clamp(18px, 5vw, 72px);
}

.mission-layout {
  display: grid;
  gap: 26px;
  padding: 0 clamp(18px, 5vw, 72px);
  min-width: 0;
}

.mission-media {
  display: grid;
  gap: 16px;
  align-content: start;
}

.collection-layout {
  grid-template-columns: 1fr;
  min-width: 0;
  max-width: 100%;
  overflow: hidden;
}

.collection-section .section-heading {
  align-items: flex-start;
}

.collection-benefits {
  display: none;
}

.collection-benefit {
  display: grid;
  grid-template-columns: 20px 1fr;
  gap: 10px;
  align-items: start;
}

.collection-benefit__icon {
  display: inline-flex;
  width: 20px;
  height: 20px;
  color: #231f20;
  opacity: 0.82;
}

.collection-benefit__icon svg {
  width: 20px;
  height: 20px;
  stroke: currentColor;
  fill: none;
  stroke-width: 1.6;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.collection-benefit__text {
  color: var(--muted);
  font-size: 1rem;
  line-height: 1.4;
}

@media (max-width: 900px) {
  .collection-benefits {
    grid-template-columns: 1fr;
  }
}

@media (min-width: 768px) {
  .mission-copy p:first-child,
  .hero-text-light,
  .collection-banner-copy p,
  .footer-links-embedded .footer-title,
  .legal-summary-line,
  .legal-detail-label,
  .legal-detail-value {
    font-size: 20px;
    line-height: 28px;
  }
}

.mission-section {
  background: #ffffff;
}

.mission-copy {
  display: grid;
  gap: 18px;
  max-width: 1080px;
  min-width: 0;
}

.mission-copy-wrap {
  display: grid;
  gap: 24px;
  align-content: start;
  min-width: 0;
}

.mission-copy p {
  font-size: 1.05rem;
  line-height: 1.7;
  color: var(--muted);
  max-width: 100%;
  overflow-wrap: anywhere;
}

.mission-copy p:first-child {
  font-size: 17px;
  line-height: 24px;
  font-weight: 400;
  color: var(--text);
  text-transform: uppercase;
}

.mission-copy strong {
  font-weight: 600;
  color: var(--text);
}

.mission-signoff {
  color: var(--text);
  text-align: left;
  font-size: 1rem;
  line-height: 1.4;
}

.mission-banner-card {
  aspect-ratio: 21 / 9;
  min-height: 0;
}

.mission-banner-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.mission-benefits {
  position: relative;
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: clamp(18px, 2vw, 28px);
  align-items: start;
  max-width: 100%;
}

.mission-benefits::before {
  content: "";
  position: absolute;
  left: 8%;
  right: 8%;
  top: 36px;
  height: 1px;
  background: rgba(35, 31, 32, 0.16);
}

.mission-benefits .advantage-process-card h3 {
  font-size: 11px;
  line-height: 15px;
}

@media (max-width: 1100px) {
  .mission-benefits {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 700px) {
  .mission-section .section-heading,
  .mission-copy-wrap {
    padding-left: 18px;
    padding-right: 18px;
  }

  .mission-section .section-heading h2 {
    max-width: 100%;
    font-size: clamp(1.9rem, 10vw, 2.6rem);
    line-height: 0.96;
    overflow-wrap: anywhere;
  }

  .mission-copy {
    gap: 14px;
  }

  .mission-copy p {
    font-size: 0.98rem;
    line-height: 1.6;
  }

  .mission-copy p:first-child {
    font-size: 0.98rem;
    line-height: 1.45;
    overflow-wrap: anywhere;
  }

  .mission-benefits {
    display: grid;
    grid-auto-flow: column;
    grid-auto-columns: minmax(128px, 42vw);
    grid-template-columns: none;
    gap: 4px;
    overflow-x: auto;
    overflow-y: hidden;
    padding: 0 0 10px;
    margin: 0 calc(50% - 50vw);
    scroll-padding-left: 18px;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
  }

  .mission-benefits::-webkit-scrollbar {
    display: none;
  }

  .mission-benefits::before {
    display: none;
  }

  .mission-benefits .advantage-process-card {
    width: 100%;
    min-width: 0;
    scroll-snap-align: start;
  }

  .mission-benefits .advantage-process-card h3 span {
    white-space: normal;
  }
}

.collection-showcase,
.catalog-side {
  display: grid;
  gap: 18px;
}

.catalog-section {
  padding-top: clamp(32px, 6vh, 72px);
  padding-bottom: clamp(32px, 6vh, 72px);
}

.catalog-layout {
  display: grid;
  grid-template-columns: 1fr;
  gap: 28px;
  align-items: start;
  min-height: 0;
  padding: 0 clamp(18px, 5vw, 72px);
}

.catalog-section .section-heading {
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 18px;
}

.site-footer {
  padding-left: clamp(18px, 5vw, 72px);
  padding-right: clamp(18px, 5vw, 72px);
}

.collection-banner-card {
  min-height: 520px;
  width: 100%;
  max-width: 100%;
}

.collection-banner-card img,
.mission-banner-card img,
.catalog-card img,
.portrait-card img,
.legal-hero img,
.hero-backdrop img {
  transition: transform 1400ms var(--motion-ease-luxury), filter 700ms ease;
}

.collection-banner-card:hover img,
.mission-banner-card:hover img,
.catalog-card:hover img,
.portrait-card:hover img {
  transform: scale(1.03);
}

.collection-banner-copy {
  position: absolute;
  inset: 0;
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 10px;
  padding: clamp(28px, 5vw, 60px);
  color: #231f20;
}

.collection-banner-copy h3 {
  margin: 10px 0 18px;
  max-width: none;
  font-family: var(--hero-font);
  font-size: clamp(2.3rem, 5vw, 4.2rem);
  line-height: 1.05;
  font-weight: 400;
  letter-spacing: 0;
  text-transform: uppercase;
  white-space: nowrap;
}

.collection-banner-copy p {
  margin: 0;
  max-width: 720px;
  color: #231f20;
  font-size: 17px;
  line-height: 24px;
  font-weight: 400;
  letter-spacing: 0;
  text-transform: uppercase;
}

.collection-showcase {
  display: grid;
  gap: 20px;
  min-width: 0;
  max-width: 100%;
  overflow: hidden;
}

.collection-carousel-shell {
  width: 100%;
  overflow: visible;
  min-width: 0;
}

.collection-carousel-header {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  margin-bottom: 16px;
}

.collection-carousel-nav {
  display: flex;
  align-items: center;
  gap: 12px;
}

.collection-carousel-viewport {
  position: relative;
  width: 100%;
  overflow: hidden;
  min-width: 0;
  background: transparent;
  -webkit-mask-image: linear-gradient(
    to right,
    transparent 0,
    rgba(0, 0, 0, 0.32) 18px,
    #000 44px,
    #000 calc(100% - 44px),
    rgba(0, 0, 0, 0.32) calc(100% - 18px),
    transparent 100%
  );
  mask-image: linear-gradient(
    to right,
    transparent 0,
    rgba(0, 0, 0, 0.32) 18px,
    #000 44px,
    #000 calc(100% - 44px),
    rgba(0, 0, 0, 0.32) calc(100% - 18px),
    transparent 100%
  );
}

.collection-carousel {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: 140px;
  gap: 16px;
  overflow-x: auto;
  overflow-y: hidden;
  padding: 8px 0 18px;
  width: 100%;
  max-width: 100%;
  min-width: 0;
  background: transparent;
  scrollbar-width: none;
  scroll-snap-type: x proximity;
}

.collection-carousel::-webkit-scrollbar {
  display: none;
}

.collection-carousel-arrow {
  display: inline-grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border: 1px solid rgba(35, 31, 32, 0.18);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.58);
  color: #231f20;
  box-shadow: none;
  font-size: 1.65rem;
  font-weight: 200;
  line-height: 1;
  cursor: pointer;
  padding: 0;
  transition: transform 320ms var(--motion-ease-float), background 220ms ease, color 220ms ease, border-color 220ms ease;
}

.collection-carousel-arrow span {
  display: block;
  line-height: 1;
  transform: translateY(-1px);
}

.collection-carousel-arrow:hover {
  background: rgba(255, 255, 255, 0.92);
  transform: translateY(-1px);
}

.collection-carousel-arrow:hover span {
  transform: translateY(-1px) scale(1.04);
}

.collection-carousel-card {
  scroll-snap-align: start;
  aspect-ratio: 1 / 1;
  min-height: 140px;
  border-radius: 24px;
  overflow: hidden;
  border: 1px solid rgba(20, 18, 18, 0.34);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0) 38%),
    linear-gradient(145deg, rgba(255, 250, 242, 0.3), rgba(0, 0, 0, 0.03));
  box-shadow:
    0 14px 24px rgba(28, 23, 21, 0.08),
    0 4px 10px rgba(28, 23, 21, 0.06);
  padding: 0;
  transition:
    transform 520ms var(--motion-ease-float),
    box-shadow 520ms var(--motion-ease-float),
    border-color 320ms ease,
    filter 320ms ease;
}

.collection-carousel-card::before,
.collection-carousel-card::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.collection-carousel-card::before {
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.38) 0%, rgba(255, 255, 255, 0.08) 22%, rgba(255, 255, 255, 0) 42%),
    radial-gradient(circle at 18% 14%, rgba(255, 255, 255, 0.42), rgba(255, 255, 255, 0) 34%);
  opacity: 0.72;
}

.collection-carousel-card::after {
  inset: 1px;
  border-radius: 23px;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.42),
    inset 0 0 0 1px rgba(255, 255, 255, 0.1);
}

.collection-carousel-card img {
  object-fit: contain;
  object-position: center center;
  transform: scale(1.47) translateY(4px);
  transform-origin: center;
  background: transparent;
  transition: transform 520ms var(--motion-ease-float), filter 320ms ease;
}

.collection-carousel-card:hover {
  transform: translateY(-8px) scale(1.018);
  border-color: rgba(20, 18, 18, 0.52);
  box-shadow:
    0 24px 40px rgba(28, 23, 21, 0.12),
    0 10px 18px rgba(28, 23, 21, 0.08);
}

.collection-carousel-card:hover img {
  transform: scale(1.5) translateY(0);
  filter: saturate(1.03) contrast(1.02);
}

.collection-modal {
  display: grid;
  gap: 28px;
  margin-top: 18px;
}

.modal.is-collection .request-form {
  display: none;
}

.modal.is-collection #modal-description {
  display: none;
}

.modal.is-collection #modal-title {
  max-width: none;
  font-size: clamp(1.9rem, 2.2vw, 2.9rem);
  line-height: 1.02;
}

.collection-modal-section {
  display: grid;
  gap: 14px;
}

.collection-modal-section-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

.collection-modal-heading {
  margin: 0;
  font-size: 17px;
  line-height: 24px;
  font-weight: 400;
  text-transform: uppercase;
}

.collection-modal-copy {
  display: grid;
  gap: 10px;
}

.collection-modal-copy p {
  margin: 0;
  font-size: 0.98rem;
  line-height: 1.5;
  color: #231f20;
}

.collection-modal-tone {
  font-size: 1.05rem;
  line-height: 1.45;
  text-transform: uppercase;
}

.collection-modal-gallery-controls {
  display: flex;
  gap: 8px;
}

.collection-modal-gallery-layout {
  display: grid;
  gap: 16px;
}

.collection-modal-gallery-stage {
  position: relative;
  width: 70%;
  margin: 0 auto;
}

.collection-modal-gallery-main {
  width: 790px;
  max-width: 100%;
  max-height: 72vh;
  background: rgba(249, 248, 245, 1);
  display: grid;
  place-items: center;
}

.collection-modal-gallery-main-frame {
  width: max-content;
  max-width: 100%;
  max-height: 72vh;
  border-radius: 24px;
  overflow: hidden;
  line-height: 0;
}

.collection-modal-gallery-main img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 72vh;
  object-fit: contain;
  object-position: center center;
  transform: scale(1.05);
  transform-origin: center center;
  display: block;
  background: transparent;
}

.collection-modal-gallery {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: 120px;
  gap: 12px;
  overflow-x: auto;
  overflow-y: hidden;
  padding-bottom: 8px;
  scrollbar-width: none;
  align-items: start;
  justify-content: start;
  min-height: 120px;
}

.collection-modal-gallery::-webkit-scrollbar {
  display: none;
}

.collection-modal-gallery-card {
  height: 120px;
  border-radius: 16px;
  overflow: hidden;
  background: #f4f1ec;
  border: 2px solid transparent;
  padding: 0;
  display: flex;
  flex-direction: column;
}

.collection-modal-gallery-card img {
  flex: 1 1 auto;
  object-fit: cover;
  transform: none;
  background: transparent;
}

.collection-modal-gallery-card-title {
  display: block;
  padding: 8px 10px 10px;
  font-size: 0.78rem;
  line-height: 1.25;
  text-align: center;
  color: rgba(35, 31, 32, 0.82);
  background: rgba(255, 255, 255, 0.92);
}

.collection-modal-gallery-card.is-active {
  border-color: rgba(35, 31, 32, 0.46);
}

.collection-modal-gallery-caption {
  margin: 12px 0 0;
  text-align: center;
  font-size: 0.95rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgba(35, 31, 32, 0.72);
}

.collection-modal-millings-list {
  display: grid;
  grid-template-columns: repeat(7, minmax(96px, 1fr));
  gap: 12px;
  align-items: start;
}

.collection-modal-milling-item {
  border-radius: 0;
  overflow: visible;
  background: transparent;
  padding: 0;
}

.collection-modal-milling-item img {
  width: 100%;
  height: auto;
  object-fit: contain;
  background: transparent;
  border-radius: 0;
  transform: none;
}

.gallery-nav-side {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
}

.gallery-nav-side-prev {
  left: -72px;
}

.gallery-nav-side-next {
  right: -72px;
}

.collection-modal-empty {
  margin: 0;
  font-size: 0.95rem;
  line-height: 1.5;
  color: rgba(35, 31, 32, 0.58);
}

@media (max-width: 1100px) {
  .collection-modal-gallery-stage {
    width: 100%;
  }

  .gallery-nav-side-prev {
    left: 12px;
  }

  .gallery-nav-side-next {
    right: 12px;
  }

  .collection-modal-millings-list {
    grid-template-columns: repeat(3, minmax(96px, 1fr));
  }
}

.collection-details {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
}

.collection-swatches {
  flex-wrap: wrap;
  gap: 12px;
}

.swatch-button {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 10px 14px 10px 10px;
  border: 0;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.62);
  color: var(--text);
}

.swatch-button[aria-selected="true"] {
  border-color: rgba(111, 67, 39, 0.42);
  background: rgba(255, 243, 232, 0.92);
  box-shadow: inset 0 0 0 1px rgba(111, 67, 39, 0.12);
}

.swatch-dot {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  border: 1px solid rgba(47, 34, 28, 0.16);
}

.collection-details {
  gap: 18px;
}

@media (max-width: 1100px) {
  .collection-details {
    grid-template-columns: 1fr;
  }
}

.detail-card,
.organization-card {
  padding: 24px;
  border: 0;
  background: transparent;
}

.detail-card-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

.gallery-controls {
  gap: 10px;
}

.gallery-nav {
  width: 42px;
  height: 42px;
  border: 0;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.72);
  transition: transform 220ms ease, background 220ms ease, opacity 220ms ease;
}

.gallery-nav:hover {
  background: rgba(255, 255, 255, 0.9);
}

.gallery-nav-side:hover {
  transform: translateY(-50%) scale(1.04);
}

@media (max-width: 768px), (hover: none) and (pointer: coarse) {
  .collection-modal .gallery-nav-side {
    display: none !important;
    opacity: 0 !important;
    visibility: hidden !important;
    pointer-events: none !important;
  }
}

.kitchen-gallery {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: minmax(220px, 1fr);
  gap: 16px;
  overflow-x: auto;
  padding-bottom: 8px;
  scrollbar-width: thin;
}

.gallery-card {
  height: 280px;
}

.milling-row {
  flex-wrap: wrap;
  gap: 14px;
}

.milling-chip {
  min-width: 120px;
  padding: 14px 16px;
  border: 0;
  background: rgba(255, 250, 244, 0.9);
  text-align: center;
}

.advantages-section {
  background: #ffffff;
  color: var(--text);
}

.advantages-shell {
  max-width: 1480px;
  margin: 0 auto;
  padding: 0 clamp(24px, 5vw, 72px);
}

.advantages-header {
  display: none;
}

.advantages-kicker {
  display: inline-flex;
  align-items: center;
  gap: 16px;
  color: rgba(191, 147, 112, 0.92);
  letter-spacing: 0.22em;
}

.advantages-kicker::before,
.advantages-kicker::after {
  content: "";
  width: 44px;
  height: 1px;
  background: rgba(191, 147, 112, 0.48);
}

.advantages-header h2 {
  margin: 0;
  color: #f7efe8;
}

.advantages-header h2 .accent {
  color: #c69c77;
  font-style: italic;
}

.advantages-showcase {
  position: relative;
}

.advantages-track {
  position: relative;
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: clamp(18px, 2vw, 28px);
  align-items: start;
}

.advantages-track::before {
  content: "";
  position: absolute;
  left: 8%;
  right: 8%;
  top: 36px;
  height: 1px;
  background: rgba(35, 31, 32, 0.16);
}

.advantage-process-card {
  position: relative;
  display: grid;
  grid-template-rows: auto minmax(58px, auto);
  justify-items: center;
  text-align: center;
  gap: 12px;
  z-index: 1;
  align-content: start;
}

.advantage-process-card__node {
  display: grid;
  place-items: center;
  width: 76px;
  height: 76px;
  border-radius: 50%;
  background: #ffffff;
  border: 1px solid rgba(35, 31, 32, 0.16);
  box-shadow: none;
  color: #a87447;
}

.advantage-process-card__node svg {
  width: 34px;
  height: 34px;
  fill: none;
  stroke: currentColor;
  stroke-width: 0.95;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.advantage-process-card h3 {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 58px;
  margin: 2px 0 0;
  color: var(--text);
  font-family: var(--hero-font);
  font-size: 11px;
  line-height: 15px;
  font-weight: 400;
  letter-spacing: 0;
  text-transform: none;
}

.advantage-process-card h3 span {
  display: block;
  white-space: nowrap;
}

.about-layout {
  grid-template-columns: 0.8fr 1.2fr;
  align-items: center;
}

.about-flow {
  display: grid;
  gap: 28px;
  padding: 0 clamp(18px, 5vw, 72px);
}

.portrait-card {
  min-height: 0;
}

.portrait-card img {
  height: auto;
  object-fit: contain;
}

.about-copy p {
  margin: 0;
  font-size: 1rem;
  line-height: 1.4;
  font-weight: 400;
  letter-spacing: 0;
  color: var(--muted);
}

.about-copy--outro p {
  text-transform: uppercase;
  color: var(--text);
}

.catalog-side {
  align-items: stretch;
}

.catalog-card {
  min-height: 100%;
  height: 100%;
}

.catalog-card img {
  object-fit: cover;
}

.catalog-copy {
  justify-content: flex-start;
  align-items: flex-start;
  gap: 26px;
  max-width: none;
  width: 100%;
}

.catalog-copy p {
  max-width: 720px;
  margin-bottom: 2px;
}

.catalog-copy .button {
  width: min(240px, 100%);
  min-width: 0;
}

.advantage-process-card,
.legal-detail-row,
.footer-group,
.section-heading,
.mission-copy p,
.about-copy p,
.catalog-copy p {
  transition: transform 520ms var(--motion-ease-float), opacity 520ms var(--motion-ease-float);
}

.catalog-card {
  max-width: none;
  width: 100%;
}

.catalog-card img {
  width: 100%;
  height: auto;
  object-fit: contain;
}

.organization-card {
  display: grid;
  gap: 18px;
}

.organization-meta {
  display: grid;
  gap: 12px;
}

.meta-line {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  padding-bottom: 12px;
  border-bottom: 1px solid rgba(98, 71, 52, 0.1);
}

.meta-line:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}

.meta-label {
  color: var(--muted);
}

.organization-banner {
  min-height: 220px;
}

.site-footer {
  display: grid;
  grid-template-columns: 0.85fr 1.15fr;
  gap: 30px;
}

.site-footer {
  display: block;
  padding: 28px 0 32px;
}

.legal-section {
  background: #221d1b;
  padding: 0;
}

.legal-hero {
  min-height: 760px;
  background: #221d1b;
  overflow: hidden;
}

.legal-hero::before {
  display: none;
}

.legal-overlay {
  position: absolute;
  inset: 0;
  z-index: 2;
  display: grid;
  grid-template-rows: 1fr auto auto;
  align-content: stretch;
  justify-items: center;
  gap: 8px;
  padding: 64px 24px 28px;
  text-align: center;
}

.footer-links-embedded {
  grid-template-columns: repeat(2, minmax(0, max-content));
  gap: 24px 64px;
  max-width: 880px;
  width: min(880px, 100%);
  color: #ffffff;
  line-height: 24px;
  margin: 0 auto 8px;
  align-self: center;
  justify-content: center;
  justify-items: center;
  transform: translateX(32px);
}

.footer-links-embedded .footer-title,
.footer-links-embedded a,
.footer-links-embedded span {
  color: #ffffff;
  line-height: 24px;
}

.footer-links-embedded .footer-title {
  font-size: 17px;
  line-height: 24px;
  font-weight: 400;
  letter-spacing: 0;
  text-transform: uppercase;
}

.footer-title-secondary {
  margin-top: 12px;
}

.footer-links-embedded .footer-group {
  gap: 10px;
  justify-self: center;
  justify-items: start;
  text-align: left;
}

.footer-links-embedded .footer-group-nav,
.footer-links-embedded .footer-group-contacts {
  justify-self: center;
  justify-items: start;
  gap: 10px;
  text-align: left;
}

.footer-contact-line {
  max-width: 320px;
  line-height: 1.35;
  white-space: normal;
  text-align: left;
  display: grid;
  gap: 0;
}

.footer-address-line {
  display: block;
}

.footer-links-embedded #footer-socials {
  justify-content: flex-start;
  margin-top: 4px;
}

.footer-links-embedded #footer-socials a {
  opacity: 0.86;
}

.footer-links-embedded #footer-socials .contact-icon img {
  filter: brightness(0) invert(1);
}

.legal-summary-line {
  color: #ffffff;
  font-size: 17px;
  line-height: 24px;
  font-weight: 400;
  margin: 0;
  text-transform: uppercase;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
}

.legal-hero img {
  width: 100%;
  height: 100%;
  min-height: 100%;
  object-fit: cover;
  object-position: center bottom;
  display: block;
}

.legal-details {
  display: grid;
  grid-template-columns: 1fr;
  gap: 8px;
  width: min(880px, 100%);
  color: #ffffff;
  padding: 0;
  background: transparent;
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
  margin-top: -16px;
  transform: translateY(-60px);
  justify-items: center;
}

.legal-detail-row {
  text-align: center;
  line-height: 24px;
}

.legal-detail-label {
  color: #ffffff;
  font-size: 17px;
  line-height: 24px;
  letter-spacing: 0;
  text-transform: uppercase;
  font-weight: 400;
}

.legal-detail-value {
  color: #ffffff;
  font-size: 17px;
  line-height: 24px;
  font-weight: 400;
}

.legal-detail-line {
  display: inline;
}

.footer-links {
  display: grid;
  grid-template-columns: minmax(140px, auto) minmax(220px, auto) auto;
  justify-content: center;
  align-items: start;
  gap: 18px 56px;
  max-width: 920px;
  margin: 0 auto;
}

.footer-group {
  display: grid;
  align-content: start;
  gap: 12px;
}

.footer-group-nav {
  justify-items: start;
}

.footer-group-legal {
  justify-items: start;
}

.footer-group-contacts {
  justify-self: center;
  justify-items: center;
  align-content: start;
  gap: 0;
}

#footer-socials {
  gap: 12px;
  justify-content: center;
  align-items: center;
  flex-wrap: nowrap;
}

#footer-socials .contact-icon img {
  filter: none;
}

#footer-socials a {
  color: var(--text);
  opacity: 0.72;
}

#footer-socials .contact-icon img {
  filter: none;
}

#footer-socials a:hover {
  background: transparent;
  opacity: 1;
}

.footer-group a {
  line-height: 1.2;
}

.modal {
  position: fixed;
  inset: 0;
  z-index: 50;
  display: flex;
  justify-content: flex-end;
  align-items: stretch;
  padding: 0;
  visibility: hidden;
  pointer-events: none;
}

.modal[hidden] {
  display: none;
}

[hidden] {
  display: none !important;
}

.modal.is-active,
.modal.is-closing {
  visibility: visible;
  pointer-events: auto;
}

.modal.is-collection {
  justify-content: center;
  align-items: center;
  padding: 24px;
}

.modal.is-document {
  justify-content: center;
  align-items: center;
  padding: 24px;
}

.modal-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(18, 12, 10, 0.58);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  opacity: 0;
  transition: opacity 360ms ease;
}

.modal-dialog {
  position: relative;
  z-index: 1;
  width: min(100%, 39vw);
  min-width: 520px;
  min-height: 100vh;
  margin-left: auto;
  padding: 56px 52px 38px;
  background: rgba(249, 248, 245, 1);
  border: 0;
  box-shadow: -14px 0 34px rgba(21, 13, 10, 0.08);
  transform: translateX(100%);
  transition: transform 420ms cubic-bezier(0.22, 1, 0.36, 1);
}

.modal.is-collection .modal-dialog {
  width: min(94vw, 1460px);
  min-width: 0;
  min-height: 0;
  max-height: 94vh;
  margin: 0;
  padding: 32px 34px 30px;
  border-radius: 28px;
  box-shadow: 0 24px 70px rgba(21, 13, 10, 0.18);
  transform: translateY(22px) scale(0.98);
  overflow: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.modal.is-document .modal-dialog {
  width: min(94vw, 1180px);
  min-width: 0;
  min-height: 0;
  height: min(90vh, 920px);
  margin: 0;
  padding: 24px;
  border-radius: 28px;
  box-shadow: 0 24px 70px rgba(21, 13, 10, 0.18);
  transform: translateY(22px) scale(0.98);
  overflow: hidden;
}

.modal.is-collection .modal-dialog::-webkit-scrollbar {
  display: none;
}

.about-section,
.site-footer,
.catalog-section {
  background: #ffffff;
}

.collection-section {
  background: transparent;
}

.modal-close {
  width: 42px;
  height: 42px;
  border: 0;
  background: transparent;
  color: rgba(35, 31, 32, 0.86);
  font-size: 1.8rem;
  line-height: 1;
}

@media (min-width: 768px) {
  h2 {
    font-size: 46px;
  }

  .detail-card h3,
  .collection-banner-copy h3,
  .about-copy h3,
  .advantage-process-card h3 {
    font-size: 20px;
    line-height: 28px;
    text-transform: uppercase;
  }
}

.modal.is-active .modal-backdrop,
.modal.is-closing .modal-backdrop {
  opacity: 1;
}

.modal.is-active .modal-dialog {
  transform: translateX(0);
}

.modal.is-closing .modal-dialog {
  transform: translateX(100%);
}

.modal.is-collection.is-active .modal-dialog {
  transform: translateY(0) scale(1);
}

.modal.is-collection.is-closing .modal-dialog {
  transform: translateY(22px) scale(0.98);
}

.modal.is-document.is-active .modal-dialog {
  transform: translateY(0) scale(1);
}

.modal.is-document.is-closing .modal-dialog {
  transform: translateY(22px) scale(0.98);
}

.modal-topline {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 22px;
}

.privacy-modal-topline {
  margin-bottom: 18px;
}

.privacy-modal-topline h2 {
  max-width: none;
  margin: 0;
}

.privacy-modal-frame-wrap {
  height: calc(100% - 60px);
  min-height: 0;
  border-radius: 18px;
  overflow: hidden;
  background: #ffffff;
}

.privacy-modal-frame {
  width: 100%;
  height: 100%;
  border: 0;
  background: #ffffff;
}

.request-form {
  display: grid;
  gap: 16px;
  max-width: 640px;
  margin-top: 26px;
}

.request-form label {
  display: grid;
  gap: 10px;
}

.request-form label > span {
  display: none;
}

.request-form input:not([type="hidden"]):not([type="checkbox"]),
.request-form textarea {
  width: 100%;
  padding: 18px 28px;
  border: 0;
  background: #f3f1ed;
  color: #231f20;
  font-family: var(--hero-font);
  font-size: 1rem;
  line-height: 1.35;
}

.request-form input:not([type="hidden"]):not([type="checkbox"]):focus,
.request-form textarea:focus {
  outline: none;
  background: rgba(235, 232, 227, 1);
}

.request-form input:not([type="hidden"]):not([type="checkbox"])::placeholder,
.request-form textarea::placeholder {
  color: rgba(35, 31, 32, 0.34);
}

#modal-kicker {
  display: none;
}

#modal-title {
  max-width: 560px;
  margin: 0;
  font-family: var(--hero-font);
  font-size: clamp(1rem, 1.3vw, 1.35rem);
  font-weight: 600;
  line-height: 1.18;
  letter-spacing: -0.04em;
  text-transform: uppercase;
}

#modal-description {
  max-width: 620px;
  margin-top: 0;
  font-family: var(--hero-font);
  font-size: 0.95rem;
  line-height: 1.4;
  color: rgba(35, 31, 32, 0.58);
  display: none;
}

#submit-button.button-primary {
  min-height: 60px;
  width: min(100%, 300px);
  margin-top: 18px;
  border-radius: 999px;
  background: #231f20;
  box-shadow: none;
  font-family: var(--hero-font);
  font-size: 1rem;
  font-weight: 400;
  letter-spacing: 0;
}

.checkbox-row {
  display: grid;
  grid-template-columns: 0 22px 1fr;
  align-items: start;
  gap: 10px;
  margin-top: 16px;
  cursor: pointer;
}

.checkbox-row input {
  width: 22px;
  height: 22px;
  margin: 0;
  padding: 0;
  appearance: none;
  -webkit-appearance: none;
  opacity: 0;
  pointer-events: none;
}

.checkbox-box {
  width: 22px;
  height: 22px;
  border: 1px solid rgba(35, 31, 32, 0.28);
  background: transparent;
  position: relative;
}

.checkbox-row input:checked + .checkbox-box::after {
  content: "";
  position: absolute;
  left: 7px;
  top: 3px;
  width: 5px;
  height: 10px;
  border-right: 1.5px solid #231f20;
  border-bottom: 1.5px solid #231f20;
  transform: rotate(45deg);
}

.checkbox-text {
  display: block;
  font-size: 0.82rem;
  line-height: 1.38;
  color: rgba(35, 31, 32, 0.72);
}

.checkbox-text a {
  text-decoration: underline;
}

.form-status {
  min-height: 24px;
  font-size: 0.95rem;
}

.form-status.is-error {
  color: #a63d2e;
}

.form-status.is-success {
  color: #356a44;
}

@media (max-width: 1080px) {
  .catalog-section,
  .collection-layout,
  .mission-layout,
  .about-layout,
  .catalog-side,
  .site-footer {
    grid-template-columns: 1fr;
  }

  .advantages-track {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    row-gap: 44px;
  }

  .advantages-track::before {
    display: none;
  }

  .hero-section,
  .image-card-hero {
    min-height: 760px;
  }

  .site-header-hero {
    grid-template-columns: 1fr;
    justify-items: start;
    gap: 18px;
    padding: 14px 20px;
  }

  .site-nav,
  .header-actions {
    justify-content: flex-start;
  }

  .hero-copy-overlay {
    left: 32px;
    right: 32px;
    bottom: 42px;
  }

  .modal-dialog {
    width: min(100%, 720px);
    min-width: 0;
    padding: 44px 36px 34px;
  }

}

@media (max-width: 720px) {
  .page-shell {
    width: 100%;
    margin: 0;
  }

  .site-header,
  .panel,
  .site-footer,
  .modal-dialog {
    padding: 22px;
  }

  #modal-title {
    font-size: clamp(1rem, 4.4vw, 1.35rem);
  }

  .modal-dialog {
    width: 100%;
    min-width: 0;
    padding: 34px 24px 28px;
  }

  .modal.is-collection .modal-dialog {
    width: min(100vw - 20px, 100%);
    max-height: 92vh;
    padding: 14px 12px 16px;
    border-radius: 22px;
  }

  .modal.is-document {
    padding: 10px;
  }

  .modal.is-document .modal-dialog {
    width: min(100vw - 20px, 100%);
    height: 92vh;
    padding: 14px 12px 12px;
    border-radius: 22px;
  }

  .modal.is-collection #modal-title {
    font-size: clamp(1.05rem, 8vw, 1.8rem);
    line-height: 0.98;
  }

  .modal-topline {
    margin-bottom: 10px;
  }

  .privacy-modal-topline {
    margin-bottom: 12px;
  }

  .privacy-modal-frame-wrap {
    height: calc(100% - 52px);
    border-radius: 14px;
  }

  .collection-modal {
    gap: 18px;
    margin-top: 8px;
  }

  .collection-modal-section {
    gap: 10px;
  }

  .collection-modal-heading {
    font-size: 0.88rem;
    line-height: 1.2;
  }

  .collection-modal-copy {
    gap: 8px;
  }

  .collection-modal-copy p,
  .collection-modal-tone {
    font-size: 0.82rem;
    line-height: 1.35;
  }

  .collection-modal-gallery-layout {
    gap: 10px;
  }

  .collection-modal-gallery-stage {
    width: 100%;
    margin: 0;
  }

  .collection-modal-gallery-main {
    width: 100%;
    max-width: 100%;
    max-height: none;
    min-height: 66vw;
  }

  .collection-modal-gallery-main-frame {
    width: 100%;
    max-height: none;
    border-radius: 18px;
  }

  .collection-modal-gallery-main img {
    width: 100%;
    max-width: 100%;
    max-height: none;
    height: auto;
    transform: none;
    object-fit: cover;
  }

  .collection-modal-gallery {
    grid-auto-columns: 60px;
    gap: 8px;
    padding-bottom: 4px;
  }

  .collection-modal-gallery-card {
    height: 60px;
    border-radius: 10px;
  }

  .request-form {
    max-width: none;
  }

  h2 {
    font-size: clamp(2rem, 11vw, 2.8rem);
  }

  .hero-section,
  .image-card-hero {
    min-height: 100svh;
  }

  .site-header-hero {
    inset: 0 0 auto 0;
    grid-template-columns: 1fr auto;
    align-items: center;
    justify-items: stretch;
    padding: 16px 18px;
    gap: 10px;
    border-bottom: 0;
    background: linear-gradient(180deg, rgba(16, 12, 10, 0.72) 0%, rgba(16, 12, 10, 0.42) 72%, rgba(16, 12, 10, 0) 100%);
  }

  .brand-mark-hero {
    align-items: flex-start;
  }

  .burger-toggle,
  .mobile-menu {
    display: block;
  }

  .brand-logo-image {
    width: min(28vw, 92px);
  }

  .site-nav a,
  .footer-links a,
  .footer-links span {
    font-size: 0.9rem;
  }

  .section-heading {
    align-items: flex-start;
    flex-direction: column;
  }

  .collection-layout,
  .mission-layout,
  .about-flow,
  .catalog-layout {
    padding-left: 0;
    padding-right: 0;
  }

  .catalog-copy,
  .about-copy,
  .mission-signoff,
  .collection-carousel-header {
    padding-left: 18px;
    padding-right: 18px;
  }

  .mission-copy-wrap,
  .mission-copy {
    padding-left: 0;
    padding-right: 0;
  }

  .mission-signoff {
    padding-left: 0;
    padding-right: 0;
  }

  .collection-showcase {
    gap: 10px;
    width: 100vw;
    max-width: 100vw;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
  }

  .collection-section {
    padding-left: 0;
    padding-right: 0;
  }

  .collection-section .section-heading {
    padding-left: 18px;
    padding-right: 18px;
    margin-bottom: 14px;
  }

  .collection-carousel-shell {
    width: 100%;
    padding-left: 18px;
    padding-right: 18px;
  }

  .hero-actions,
  .footer-links,
  .meta-line {
    flex-direction: column;
  }

  .site-header-hero .site-nav,
  .site-header-hero .header-actions {
    display: none;
  }

  .site-header-hero .button,
  .hero-actions .button {
    width: 100%;
    min-height: 56px;
    padding: 0 18px;
    font-size: 1.05rem;
  }

  .footer-links-embedded {
    grid-template-columns: 1fr;
    gap: 8px;
    justify-items: start;
    align-self: end;
    margin: 0;
    transform: none;
    order: 2;
  }

  .footer-links-embedded .footer-group {
    justify-items: center;
    gap: 6px;
    width: 100%;
    text-align: center;
  }

  .footer-links-embedded .footer-group-contacts {
    justify-self: start;
    gap: 6px;
  }

  .footer-group-contacts {
    display: none;
  }

  .footer-links-embedded #footer-socials {
    display: none;
  }

  .footer-group-nav > .footer-title:first-child,
  .footer-group-nav > a[href="#mission"],
  .footer-group-nav > a[href="#collection"],
  .footer-group-nav > a[href="#about"],
  .footer-group-nav > a[href="#catalog"] {
    display: none;
  }

  .footer-title-secondary {
    display: none;
  }

  .footer-links-embedded .footer-title,
  .footer-links-embedded a,
  .footer-links-embedded span,
  .footer-contact-line,
  .footer-address-line {
    line-height: 1.18;
  }

  .legal-summary-line,
  .legal-detail-label,
  .legal-detail-value {
    font-size: 0.9rem;
    line-height: 1.08;
  }

  .legal-details {
    gap: 2px;
    padding: 0 16px;
    margin-top: 0;
    margin-bottom: 1.1em;
    align-self: end;
    order: 1;
  }

  .legal-detail-row {
    line-height: 1.08;
  }

  .hero-copy-overlay {
    left: 18px;
    right: 18px;
    bottom: 20px;
    max-width: none;
  }

  .hero-copy-overlay h1 {
    margin: 0 0 14px;
    font-size: clamp(2.35rem, 12vw, 3.4rem);
    line-height: 0.96;
  }

  .hero-text-light {
    max-width: 280px;
    font-size: 0.98rem;
    line-height: 1.24;
  }

  .hero-actions {
    margin: 18px 0 0;
  }

  .collection-banner-card {
    min-height: 380px;
  }

  .collection-banner-card,
  .mission-banner-card,
  .portrait-card,
  .catalog-card,
  .legal-hero {
    width: 100vw;
    max-width: 100vw;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
  }

  .collection-showcase > .collection-banner-card {
    width: 100vw;
    max-width: 100vw;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    margin-bottom: 6px;
    min-height: 58vw;
    height: 58vw;
    border-radius: 0;
  }

  .collection-showcase > .collection-banner-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .mission-banner-card,
  .portrait-card,
  .catalog-card,
  .legal-hero {
    border-radius: 0;
  }

  .collection-carousel-header {
    display: none;
  }

  .collection-carousel-nav {
    gap: 10px;
  }

  .collection-carousel {
    grid-auto-columns: 74px;
    gap: 8px;
    padding-top: 0;
    padding-bottom: 6px;
  }

  .collection-carousel-viewport {
    -webkit-mask-image: none;
    mask-image: none;
  }

  .collection-carousel-card {
    min-height: 74px;
    border-radius: 14px;
    background:
      linear-gradient(180deg, rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0) 38%),
      linear-gradient(145deg, rgba(255, 250, 242, 0.3), rgba(0, 0, 0, 0.03));
    box-shadow: none;
  }

  .collection-carousel-card::before,
  .collection-carousel-card::after {
    display: block;
  }

  .collection-carousel-card img {
    transform: scale(1.47) translateY(1%);
  }

  .meta-line {
    align-items: flex-start;
  }

  .legal-hero {
    min-height: auto;
    display: grid;
    grid-template-rows: auto auto;
  }

  .legal-overlay {
    position: static;
    inset: auto;
    grid-template-rows: auto auto;
    align-content: start;
    justify-items: stretch;
    gap: 12px;
    padding: 18px 18px 18px;
    background: #221d1b;
  }

  .legal-detail-value {
    font-size: 0.94rem;
  }

  .footer-links-embedded {
    width: 100%;
    align-self: end;
    justify-items: start;
    padding-top: 0;
    margin-top: 0;
  }

  .legal-details {
    grid-template-columns: 1fr;
    width: 100%;
    padding: 0 16px;
    margin-top: 0;
    transform: none;
    align-self: end;
  }

  .legal-hero > img {
    height: auto;
    min-height: 0;
  }

  .gallery-card {
    height: 220px;
  }

  .advantages-track {
    grid-template-columns: 1fr;
  }

  .advantage-process-card {
    gap: 6px;
  }

  .advantage-process-card__node {
    width: 55px;
    height: 55px;
  }

  .advantage-process-card__node svg {
    width: 18px;
    height: 18px;
  }

  .advantage-process-card h3 {
    font-size: 0.78rem;
    line-height: 1.2;
  }

  .advantage-process-card p {
    max-width: 320px;
    font-size: 0.96rem;
    line-height: 1.6;
  }

  .swatch-button {
    width: 100%;
    justify-content: flex-start;
  }
}

@media (max-width: 420px) {
  .site-header-hero {
    padding: 14px 16px;
  }

  .brand-logo-image {
    width: 76px;
  }

  .site-header-hero .site-nav a {
    font-size: 1.25rem;
  }

  .site-header-hero .button {
    min-height: 52px;
    font-size: 1rem;
  }

  .hero-copy-overlay {
    left: 16px;
    right: 16px;
    bottom: 16px;
  }

  .hero-copy-overlay h1 {
    font-size: clamp(2rem, 13vw, 2.7rem);
  }

  .hero-text-light {
    max-width: 250px;
    font-size: 0.9rem;
  }
}

[data-animate] {
  opacity: 0;
  transform: translateY(var(--reveal-distance));
  transition:
    opacity 900ms var(--motion-ease-luxury),
    transform 900ms var(--motion-ease-luxury),
    filter 900ms var(--motion-ease-luxury);
  transition-delay: var(--reveal-delay, 0ms);
  filter: blur(10px);
}

[data-animate="left"] {
  transform: translate3d(calc(var(--reveal-distance) * -1), 0, 0);
}

[data-animate="right"] {
  transform: translate3d(var(--reveal-distance), 0, 0);
}

[data-animate="scale"] {
  transform: translateY(24px) scale(0.96);
}

.is-visible[data-animate] {
  opacity: 1;
  transform: translate3d(0, 0, 0) scale(1);
  filter: blur(0);
}

.hero-section.is-loaded .brand-mark-hero {
  animation: heroRise 1100ms var(--motion-ease-luxury) 120ms both;
}

.hero-section.is-loaded .site-nav {
  animation: heroRise 1100ms var(--motion-ease-luxury) 220ms both;
}

.hero-section.is-loaded .header-actions-hero {
  animation: heroRise 1100ms var(--motion-ease-luxury) 320ms both;
}

.hero-section.is-loaded .hero-copy-overlay h1 {
  animation: heroRise 1300ms var(--motion-ease-luxury) 380ms both;
}

.hero-section.is-loaded .hero-text-light {
  animation: heroRise 1300ms var(--motion-ease-luxury) 520ms both;
}

.hero-section.is-loaded .hero-actions {
  animation: heroRise 1300ms var(--motion-ease-luxury) 660ms both;
}

@keyframes heroRise {
  from {
    opacity: 0;
    transform: translate3d(0, 42px, 0);
    filter: blur(12px);
  }

  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
    filter: blur(0);
  }
}

@keyframes ambientHeroGlow {
  from {
    opacity: 0;
    transform: scale(1.06);
  }

  to {
    opacity: 1;
    transform: scale(1);
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    animation: none !important;
    transition-duration: 0.01ms !important;
    transition-delay: 0ms !important;
  }

  [data-animate] {
    opacity: 1;
    transform: none;
    filter: none;
  }
}
