:root {
  --ink: #111318;
  --paper: #f4f2ed;
  --white: #fff;
  --lime: #d9ff55;
  --blue: #5b6cff;
  --line: rgba(17, 19, 24, 0.18);
  --muted: #686b72;
  --display: "Space Grotesk", Arial, sans-serif;
  --body: "Archivo", Arial, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: var(--body); }
img { display: block; width: 100%; }
a { color: inherit; text-decoration: none; }
button, select { font: inherit; }

.skip-link { position: fixed; z-index: 1000; top: 8px; left: 8px; padding: 10px 14px; background: var(--lime); transform: translateY(-150%); }
.skip-link:focus { transform: translateY(0); }
.sr-only { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0, 0, 0, 0); }

.site-header { position: sticky; top: 0; z-index: 50; min-height: 78px; padding: 14px clamp(18px, 4vw, 64px); display: flex; align-items: center; justify-content: space-between; border-bottom: 1px solid var(--line); background: rgba(244, 242, 237, 0.92); backdrop-filter: blur(18px); }
.brand { display: inline-flex; align-items: center; gap: 11px; }
.brand-icon { width: 43px; height: 43px; display: grid; place-items: center; background: var(--ink); color: var(--lime); border-radius: 50%; font-family: var(--display); font-weight: 700; }
.brand-copy { display: grid; line-height: 0.92; }
.brand-copy strong { font-family: var(--display); font-size: 18px; letter-spacing: 0.08em; }
.brand-copy small { margin-top: 6px; font-size: 9px; letter-spacing: 0.38em; }
.nav { display: flex; align-items: center; gap: clamp(16px, 3vw, 42px); font-size: 13px; font-weight: 600; text-transform: uppercase; letter-spacing: 0.05em; }
.nav a { border-bottom: 1px solid transparent; }
.nav a:hover { border-color: currentColor; }
.language-control select { padding: 9px 30px 9px 12px; border: 1px solid var(--ink); border-radius: 0; background: transparent; color: var(--ink); cursor: pointer; }

.hero { min-height: 720px; display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(420px, 0.95fr); background: var(--ink); color: var(--white); overflow: hidden; }
.hero-copy { min-height: 720px; padding: clamp(64px, 9vw, 130px) clamp(24px, 7vw, 110px); display: flex; flex-direction: column; justify-content: center; position: relative; }
.hero-copy::after { content: ""; position: absolute; width: 180px; height: 180px; border: 1px solid rgba(255,255,255,.18); border-radius: 50%; right: -60px; top: 54px; }
.kicker, .eyebrow { margin: 0 0 22px; color: var(--lime); font-size: 12px; font-weight: 700; letter-spacing: 0.16em; }
.hero h1 { max-width: 820px; margin: 0; font-family: var(--display); font-size: clamp(54px, 7.4vw, 116px); line-height: 0.88; letter-spacing: -0.07em; }
.hero h1 span, .hero h1 em { display: block; }
.hero h1 em { color: var(--lime); font-style: normal; }
.hero-intro { max-width: 590px; margin: 38px 0 0; color: #c9cbd1; font-size: clamp(16px, 1.5vw, 20px); line-height: 1.6; }
.hero-actions { margin-top: 36px; display: flex; align-items: center; gap: 30px; flex-wrap: wrap; }
.button { display: inline-flex; align-items: center; gap: 28px; min-height: 54px; font-weight: 700; }
.button-primary { padding: 0 22px; background: var(--lime); color: var(--ink); }
.button-primary:hover { background: var(--white); }
.button-text { border-bottom: 1px solid #888b91; }
.button-text:hover { border-color: var(--lime); color: var(--lime); }

.hero-visual { position: relative; min-height: 720px; background: var(--blue); overflow: hidden; }
.feature { position: absolute; margin: 0; overflow: hidden; box-shadow: 0 25px 70px rgba(5, 5, 10, .28); }
.feature img { height: 100%; object-fit: cover; }
.feature-large { inset: 7% 13% 13% 11%; transform: rotate(-2.8deg); }
.feature-small { width: 38%; height: 42%; right: 1%; bottom: 2%; transform: rotate(5deg); border: 8px solid var(--paper); }
.hero-stamp { position: absolute; z-index: 2; top: 30px; right: 32px; width: 118px; height: 118px; display: grid; place-items: center; text-align: center; background: var(--lime); color: var(--ink); border-radius: 50%; font-family: var(--display); font-weight: 700; line-height: 1.05; transform: rotate(8deg); }

.marquee { overflow: hidden; padding: 19px 0; border-bottom: 1px solid var(--line); background: var(--lime); }
.marquee div { width: max-content; display: flex; align-items: center; gap: 24px; padding-left: clamp(20px, 4vw, 64px); font-family: var(--display); font-size: clamp(20px, 2.4vw, 34px); font-weight: 700; text-transform: uppercase; }
.marquee b { color: var(--blue); }

.intro-band { padding: 92px clamp(20px, 5vw, 76px); display: grid; grid-template-columns: 110px minmax(260px, 1.2fr) minmax(240px, .8fr); gap: clamp(20px, 5vw, 80px); border-bottom: 1px solid var(--line); }
.section-number { margin: 0; color: var(--muted); font-family: var(--display); font-size: 13px; }
.intro-band .eyebrow, .contact .eyebrow { color: var(--blue); }
.intro-band h2, .contact h2 { max-width: 800px; margin: 0; font-family: var(--display); font-size: clamp(38px, 5vw, 72px); line-height: .98; letter-spacing: -.055em; }
.intro-band > p:last-child { align-self: end; margin: 0; color: var(--muted); font-size: 17px; line-height: 1.65; }

.collections { padding: 88px clamp(18px, 4vw, 64px) 120px; }
.collection-heading { display: flex; align-items: end; justify-content: space-between; gap: 24px; }
.collection-heading h2 { margin: 0; font-family: var(--display); font-size: clamp(36px, 5vw, 68px); letter-spacing: -.05em; }
.collection-heading p { margin: 0 0 8px; color: var(--muted); }
.filter-row { margin: 38px 0 42px; display: flex; flex-wrap: wrap; gap: 9px; }
.filter-button { padding: 12px 17px; border: 1px solid var(--ink); border-radius: 99px; background: transparent; color: var(--ink); cursor: pointer; font-size: 13px; font-weight: 600; }
.filter-button:hover, .filter-button.active { background: var(--ink); color: var(--white); }
.filter-button.active { box-shadow: inset 0 0 0 2px var(--lime); }

.product-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 42px 16px; }
.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 { position: relative; aspect-ratio: 3 / 4; overflow: hidden; background: #e8e5df; }
.product-image::after { content: "+"; position: absolute; right: 12px; bottom: 12px; width: 34px; height: 34px; display: grid; place-items: center; background: var(--lime); color: var(--ink); border-radius: 50%; font-size: 18px; opacity: 0; transform: translateY(8px); transition: .25s ease; }
.product-image img { height: 100%; object-fit: cover; transition: transform .5s ease; }
.product-button:hover img { transform: scale(1.035); }
.product-button:hover .product-image::after { opacity: 1; transform: translateY(0); }
.product-meta { padding: 14px 1px 0; display: flex; justify-content: space-between; gap: 12px; border-top: 1px solid var(--line); }
.product-meta strong { font-family: var(--display); font-size: 15px; }
.product-meta span { color: var(--muted); font-size: 12px; text-transform: uppercase; }

.contact { padding: 94px clamp(20px, 5vw, 76px); display: grid; grid-template-columns: 110px minmax(260px, 1fr) minmax(280px, .7fr); gap: clamp(20px, 5vw, 80px); align-items: end; background: var(--blue); color: var(--white); }
.contact .section-number { color: rgba(255,255,255,.7); align-self: start; }
.contact .eyebrow { color: var(--lime); }
.contact-copy > p:last-child { max-width: 600px; margin: 24px 0 0; color: #e0e1ff; font-size: 17px; line-height: 1.6; }
.contact-link { padding: 22px 0; display: grid; grid-template-columns: 1fr auto; gap: 8px 18px; border-top: 1px solid rgba(255,255,255,.5); border-bottom: 1px solid rgba(255,255,255,.5); }
.contact-link span:first-child { font-size: 12px; letter-spacing: .12em; text-transform: uppercase; }
.contact-link strong { grid-column: 1; font-family: var(--display); font-size: clamp(17px, 1.7vw, 25px); overflow-wrap: anywhere; }
.contact-link span:last-child { grid-column: 2; grid-row: 1 / 3; align-self: center; color: var(--lime); font-size: 34px; transition: transform .2s ease; }
.contact-link:hover span:last-child { transform: translate(4px, -4px); }

footer { min-height: 120px; padding: 28px clamp(18px, 4vw, 64px); display: grid; grid-template-columns: 1fr auto 1fr; gap: 24px; align-items: center; background: var(--ink); color: var(--white); }
footer p { color: #909299; font-size: 12px; }
footer > a:last-child { justify-self: end; border-bottom: 1px solid #777; font-size: 13px; }

.lightbox { width: min(94vw, 980px); max-width: none; height: min(92vh, 900px); padding: 24px 72px; border: 0; background: var(--ink); color: var(--white); }
.lightbox::backdrop { background: rgba(10, 11, 14, .84); backdrop-filter: blur(9px); }
.lightbox figure { width: 100%; height: 100%; margin: 0; display: flex; flex-direction: column; align-items: center; justify-content: center; }
.lightbox img { width: auto; max-width: 100%; max-height: calc(100% - 48px); object-fit: contain; }
.lightbox figcaption { margin-top: 15px; font-family: var(--display); }
.lightbox-close, .lightbox-nav { position: absolute; border: 0; background: transparent; color: var(--white); cursor: pointer; }
.lightbox-close { top: 13px; right: 18px; font-size: 38px; }
.lightbox-nav { top: 50%; font-size: 34px; }
.lightbox-prev { left: 17px; }
.lightbox-next { right: 17px; }

@media (max-width: 1040px) {
  .hero { grid-template-columns: 1fr 44%; }
  .hero-copy { padding-left: 44px; padding-right: 44px; }
  .product-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .intro-band, .contact { grid-template-columns: 70px 1fr; }
  .intro-band > p:last-child, .contact-link { grid-column: 2; }
}

@media (max-width: 760px) {
  .site-header { min-height: 66px; padding: 11px 16px; }
  .brand-icon { width: 38px; height: 38px; }
  .brand-copy strong { font-size: 15px; }
  .nav { gap: 10px; }
  .nav > a { display: none; }
  .hero { grid-template-columns: 1fr; }
  .hero-copy { min-height: 570px; padding: 70px 22px; }
  .hero h1 { font-size: clamp(53px, 17vw, 88px); }
  .hero-visual { min-height: 560px; }
  .feature-large { inset: 7% 10% 12% 8%; }
  .hero-stamp { width: 90px; height: 90px; right: 18px; top: 20px; font-size: 14px; }
  .intro-band, .contact { padding: 66px 20px; grid-template-columns: 1fr; gap: 24px; }
  .intro-band > p:last-child, .contact-link { grid-column: 1; }
  .collections { padding: 66px 16px 84px; }
  .collection-heading { align-items: start; flex-direction: column; }
  .product-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 30px 10px; }
  .product-meta { flex-direction: column; gap: 5px; }
  footer { grid-template-columns: 1fr auto; }
  footer p { grid-column: 1 / -1; order: 3; }
  .lightbox { padding: 42px 38px 20px; }
}

@media (max-width: 430px) {
  .hero-actions { align-items: flex-start; flex-direction: column; }
  .product-grid { grid-template-columns: 1fr; }
  .product-image { aspect-ratio: 4 / 5; }
  .filter-row { flex-wrap: nowrap; overflow-x: auto; padding-bottom: 8px; }
  .filter-button { flex: 0 0 auto; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition-duration: .01ms !important; }
}
