:root {
  --ink: #182134;
  --paper: #f4f1e9;
  --white: #fffefb;
  --blue: #315bea;
  --orange: #f06c3b;
  --line: rgba(24, 33, 52, 0.22);
  --muted: #667084;
  --sans: "DM Sans", Arial, sans-serif;
  --display: "Manrope", Arial, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: var(--sans);
  font-size: 16px;
  line-height: 1.55;
  overflow-x: hidden;
}
img { display: block; max-width: 100%; }
a { color: inherit; }
.skip-link { position: fixed; top: -100px; left: 1rem; z-index: 100; padding: .75rem 1rem; background: var(--ink); color: white; }
.skip-link:focus { top: 1rem; }

.site-header {
  min-height: 88px;
  padding: 1rem clamp(1.2rem, 4vw, 4rem);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  border-bottom: 1px solid var(--line);
  background: rgba(244, 241, 233, .92);
  backdrop-filter: blur(12px);
  position: sticky;
  top: 0;
  z-index: 20;
}
.brand { display: inline-flex; align-items: center; gap: .75rem; text-decoration: none; font-family: var(--display); font-weight: 700; font-size: .86rem; line-height: 1.05; letter-spacing: .08em; }
.brand-mark { width: 42px; aspect-ratio: 1; display: grid; place-items: center; border-radius: 50%; color: var(--white); background: var(--blue); font-size: 1.25rem; letter-spacing: 0; }
.header-actions { display: flex; align-items: center; gap: .7rem; }
.language-label { font-size: .76rem; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
select { min-height: 42px; padding: 0 2.3rem 0 .8rem; color: var(--ink); background: transparent; border: 1px solid var(--line); border-radius: 99px; font: inherit; font-weight: 600; }
.email-link { padding: .65rem 1.1rem; border-radius: 99px; background: var(--ink); color: var(--white); text-decoration: none; font-weight: 600; }

.hero { min-height: calc(100vh - 88px); display: grid; grid-template-columns: minmax(0, .85fr) minmax(520px, 1.15fr); border-bottom: 1px solid var(--line); }
.hero-copy { padding: clamp(4rem, 9vw, 8rem) clamp(1.2rem, 5vw, 5rem); align-self: center; }
.eyebrow { margin: 0 0 1.35rem; font-size: .78rem; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; }
h1, h2 { margin: 0; font-family: var(--display); letter-spacing: -.045em; line-height: .98; }
h1 { max-width: 730px; font-size: clamp(3rem, 6vw, 6.4rem); }
h2 { font-size: clamp(2.2rem, 4vw, 4.4rem); }
.hero-text { max-width: 620px; margin: 2rem 0 0; color: var(--muted); font-size: clamp(1.05rem, 1.3vw, 1.3rem); }
.hero-links { margin-top: 2.2rem; display: flex; flex-wrap: wrap; gap: .8rem; }
.button { min-height: 48px; padding: .8rem 1.3rem; display: inline-flex; align-items: center; justify-content: center; border: 1px solid var(--ink); border-radius: 99px; text-decoration: none; font-weight: 600; }
.button-primary { background: var(--blue); border-color: var(--blue); color: var(--white); }
.button-quiet { background: transparent; }
.hero-gallery { position: relative; min-height: 660px; overflow: hidden; display: grid; grid-template-columns: 1.08fr .92fr; grid-template-rows: 1fr 1fr; gap: 8px; padding: 8px; background: var(--ink); }
.hero-card { margin: 0; min-height: 0; overflow: hidden; background: #d6d4ce; }
.hero-card-main { grid-row: 1 / 3; }
.hero-card img { width: 100%; height: 100%; object-fit: cover; transition: transform .6s ease; }
.hero-card:hover img { transform: scale(1.025); }
.hero-stamp { position: absolute; right: clamp(1rem, 3vw, 2.5rem); bottom: clamp(1rem, 3vw, 2.5rem); width: 86px; aspect-ratio: 1; display: grid; place-items: center; text-align: center; color: white; background: var(--orange); border-radius: 50%; font-family: var(--display); font-weight: 700; line-height: 1; transform: rotate(8deg); }

.collections { padding: clamp(4rem, 8vw, 8rem) clamp(1.2rem, 4vw, 4rem); }
.section-heading { display: grid; grid-template-columns: 1.1fr .9fr; align-items: end; gap: 3rem; padding-bottom: 2rem; border-bottom: 1px solid var(--line); }
.collection-intro { max-width: 560px; justify-self: end; color: var(--muted); }
.collection-intro p { margin: 0; }
.result-count { margin-top: 1.1rem !important; color: var(--ink); }
.result-count strong { font-family: var(--display); font-size: 2.2rem; }
.filter-row { display: flex; flex-wrap: wrap; gap: .65rem; padding: 1.4rem 0 2.5rem; position: sticky; top: 87px; z-index: 10; background: var(--paper); }
.filter-button { min-height: 44px; padding: .65rem 1rem; border: 1px solid var(--line); border-radius: 99px; background: transparent; color: var(--ink); font: inherit; font-weight: 600; cursor: pointer; }
.filter-button:hover, .filter-button:focus-visible { border-color: var(--blue); }
.filter-button[aria-pressed="true"] { background: var(--ink); border-color: var(--ink); color: var(--white); }
.product-grid { display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); gap: clamp(.65rem, 1.2vw, 1.1rem); }
.product-card { min-width: 0; }
.product-button { width: 100%; padding: 0; border: 0; background: transparent; color: inherit; text-align: left; cursor: zoom-in; }
.product-image { aspect-ratio: 4 / 5; display: block; overflow: hidden; background: #ddd9d0; }
.product-image img { width: 100%; height: 100%; object-fit: cover; transition: transform .45s ease, filter .45s ease; }
.product-button:hover img, .product-button:focus-visible img { transform: scale(1.035); filter: saturate(1.05); }
.product-meta { display: grid; grid-template-columns: 1fr auto; gap: .5rem; align-items: baseline; padding: .8rem .1rem 1rem; border-bottom: 1px solid var(--line); }
.product-meta strong { font-family: var(--display); font-size: .95rem; font-weight: 600; }
.product-meta span { color: var(--muted); font-size: .72rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }

.contact { margin: 0 clamp(1.2rem, 4vw, 4rem) 4rem; padding: clamp(3rem, 7vw, 6.5rem); color: var(--white); background: var(--ink); position: relative; overflow: hidden; }
.contact::after { content: "L"; position: absolute; right: -1rem; bottom: -5rem; color: rgba(255,255,255,.045); font-family: var(--display); font-size: clamp(14rem, 30vw, 30rem); font-weight: 700; line-height: 1; }
.contact h2 { max-width: 900px; position: relative; z-index: 1; }
.contact > p:not(.eyebrow) { max-width: 620px; margin: 1.5rem 0; color: rgba(255,255,255,.68); font-size: 1.1rem; position: relative; z-index: 1; }
.contact-email { display: inline-flex; gap: .5rem; position: relative; z-index: 1; font-family: var(--display); font-size: clamp(1.15rem, 2.2vw, 2rem); font-weight: 600; text-underline-offset: .3em; }
footer { padding: 1.5rem clamp(1.2rem, 4vw, 4rem); display: flex; align-items: center; justify-content: space-between; gap: 1rem; border-top: 1px solid var(--line); font-size: .9rem; }
footer p { margin: 0; }
.footer-brand .brand-mark { width: 34px; }

.lightbox { width: min(92vw, 980px); max-height: 92vh; padding: 0; border: 0; background: var(--white); color: var(--ink); box-shadow: 0 30px 80px rgba(0,0,0,.35); }
.lightbox::backdrop { background: rgba(11, 16, 28, .86); backdrop-filter: blur(5px); }
.lightbox img { width: 100%; max-height: 76vh; object-fit: contain; background: #dedbd3; }
.lightbox-close { position: absolute; right: .8rem; top: .8rem; z-index: 2; width: 42px; height: 42px; border: 0; border-radius: 50%; background: rgba(24,33,52,.9); color: white; font-size: 1.7rem; cursor: pointer; }
.lightbox-caption { padding: 1rem 1.2rem; display: flex; justify-content: space-between; gap: 1rem; }
.lightbox-caption span { color: var(--muted); }

@media (max-width: 1080px) {
  .hero { grid-template-columns: 1fr; }
  .hero-copy { min-height: 580px; }
  .hero-gallery { min-height: 720px; }
  .product-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); }
}
@media (max-width: 760px) {
  .site-header { min-height: 76px; }
  .language-label, .email-link { display: none; }
  .brand { font-size: .76rem; }
  .brand-mark { width: 36px; }
  .hero { grid-template-columns: minmax(0, 1fr); min-width: 0; }
  .hero-copy, .hero-gallery { min-width: 0; }
  .hero-copy { min-height: 520px; padding-top: 4rem; padding-bottom: 4rem; }
  h1 { font-size: clamp(2.7rem, 13vw, 4.5rem); }
  .hero-gallery { min-height: 520px; grid-template-columns: 1.2fr .8fr; }
  .section-heading { grid-template-columns: 1fr; gap: 1.5rem; }
  .collection-intro { justify-self: start; }
  .filter-row { top: 75px; padding-bottom: 1.5rem; }
  .product-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .product-meta { grid-template-columns: 1fr; gap: .25rem; }
  .button-quiet { max-width: 100%; overflow-wrap: anywhere; text-align: center; }
  .contact { margin-left: 0; margin-right: 0; margin-bottom: 0; }
  footer { flex-wrap: wrap; }
  footer p { order: 3; flex-basis: 100%; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition-duration: .01ms !important; }
}
