:root {
  --ink: #101010;
  --paper: #f5f3ed;
  --sand: #d7c9b9;
  --stone: #d5cec3;
  --muted: #938c82;
  --line-light: rgba(255, 255, 255, 0.16);
  --line-dark: rgba(16, 16, 16, 0.18);
  --serif: "Playfair Display", Georgia, serif;
  --sans: "Manrope", Arial, sans-serif;
  --mono: "DM Mono", monospace;
}

* { 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.5;
  -webkit-font-smoothing: antialiased;
}
a { color: inherit; text-decoration: none; }
button { font: inherit; }
::selection { background: var(--ink); color: var(--paper); }

.skip-link {
  position: fixed;
  top: 12px;
  left: 12px;
  z-index: 30;
  padding: 9px 12px;
  background: var(--paper);
  color: var(--ink);
  transform: translateY(-150%);
  transition: transform .2s ease;
}
.skip-link:focus { transform: translateY(0); }

.shell { width: min(1180px, calc(100% - 48px)); margin: 0 auto; }
.section-dark { color: var(--paper); background: var(--ink); }

.site-header {
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 10;
  color: var(--paper);
  border-bottom: 1px solid rgba(255,255,255,.12);
}
.header-inner { min-height: 86px; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.brand-lockup { display: inline-flex; align-items: center; gap: 11px; letter-spacing: -.02em; }
.brand-mark {
  display: grid; place-items: center;
  width: 37px; height: 37px;
  border: 1px solid currentColor;
  font-family: var(--mono);
  font-size: 11px;
  letter-spacing: -.14em;
}
.brand-name { font-weight: 700; font-size: 11px; line-height: 1.08; text-transform: uppercase; letter-spacing: .02em; }
.desktop-nav { display: flex; align-items: center; gap: 25px; font-size: 12px; font-weight: 600; }
.desktop-nav a { position: relative; padding: 4px 0; }
.desktop-nav a::after { content: ""; position: absolute; left: 0; right: 0; bottom: -2px; height: 1px; background: currentColor; transform: scaleX(0); transform-origin: left; transition: transform .25s ease; }
.desktop-nav a:hover::after, .desktop-nav a:focus-visible::after { transform: scaleX(1); }
.header-actions { display: flex; align-items: center; gap: 14px; }
.language-switch { cursor: pointer; border: 0; background: transparent; color: inherit; padding: 7px; font-family: var(--mono); font-size: 11px; }
.menu-toggle { display: none; cursor: pointer; width: 42px; height: 42px; border: 1px solid rgba(255,255,255,.35); background: transparent; color: inherit; padding: 0; }
.menu-toggle span { display: block; width: 16px; height: 1px; background: currentColor; margin: 5px auto; transition: transform .2s ease; }
.mobile-menu { border-top: 1px solid rgba(255,255,255,.12); background: var(--ink); }
.mobile-menu-inner { display: grid; padding: 14px 0 20px; }
.mobile-menu a { padding: 12px 0; font-size: 17px; border-bottom: 1px solid rgba(255,255,255,.11); }

.hero { min-height: 760px; padding: 143px 0 28px; display: flex; flex-direction: column; justify-content: space-between; overflow: hidden; }
.hero-grid { display: grid; grid-template-columns: 1.07fr .93fr; align-items: center; min-height: 560px; }
.hero-copy { position: relative; z-index: 2; padding-right: 54px; }
.eyebrow { margin: 0 0 22px; color: var(--sand); font-family: var(--mono); font-size: 10px; line-height: 1.3; letter-spacing: .15em; font-weight: 500; }
.eyebrow.dark { color: #6f685f; }
h1, h2, h3, p { margin-top: 0; }
h1 { max-width: 660px; margin-bottom: 27px; font-family: var(--serif); font-size: clamp(55px, 6.5vw, 91px); font-weight: 500; line-height: .95; letter-spacing: -.065em; }
h1 em, h2 em, blockquote em { font-weight: 500; }
.hero-text { max-width: 490px; margin-bottom: 35px; color: #d5d0c7; font-size: 16px; line-height: 1.68; }
.hero-buttons, .contact-actions { display: flex; align-items: center; flex-wrap: wrap; gap: 23px; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 12px; min-height: 47px; padding: 13px 20px; border: 1px solid transparent; font-size: 12px; font-weight: 700; letter-spacing: -.01em; transition: background .2s ease, color .2s ease, border .2s ease; }
.button-light { color: var(--ink); background: var(--paper); }
.button-light:hover { color: var(--paper); background: transparent; border-color: var(--paper); }
.button-dark { color: var(--paper); background: var(--ink); }
.button-dark:hover { color: var(--ink); background: transparent; border-color: var(--ink); }
.text-link { display: inline-flex; align-items: center; gap: 11px; border-bottom: 1px solid currentColor; padding-bottom: 3px; font-size: 12px; font-weight: 700; }
.text-link span:last-child { font-size: 15px; transition: transform .2s ease; }
.text-link:hover span:last-child { transform: translate(3px, -3px); }
.text-link-light { color: var(--paper); }

.hero-visual { position: relative; min-height: 516px; overflow: hidden; border: 1px solid rgba(255,255,255,.17); background: #242321; isolation: isolate; }
.hero-visual::before { content:""; position:absolute; inset:0; background: linear-gradient(135deg, rgba(254,253,248,.13), transparent 38%), linear-gradient(20deg, rgba(161,137,110,.44), transparent 38%); z-index:-1; }
.hero-gridlines { position:absolute; inset:0; background-image: linear-gradient(rgba(255,255,255,.12) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.12) 1px, transparent 1px); background-size: 25% 25%; mask-image: linear-gradient(to bottom, black, transparent 92%); }
.orb { position:absolute; border-radius:50%; filter: blur(1px); opacity: .92; }
.orb-one { width: 310px; height: 310px; background: #c7a17d; left: 5%; top: 4%; }
.orb-two { width: 240px; height: 240px; background: #eee6db; right: -7%; top: 17%; mix-blend-mode: screen; }
.orb-three { width: 410px; height: 410px; background: #151515; left: 28%; bottom: -34%; border: 1px solid rgba(255,255,255,.35); }
.hero-figure { position:absolute; inset: 7% 22% 0 21%; border-left: 1px solid rgba(255,255,255,.6); border-right: 1px solid rgba(255,255,255,.28); }
.hero-figure-index { position:absolute; top: 7px; left: -38px; font-family:var(--mono); font-size:10px; }
.hero-figure-silhouette { position:absolute; width: 55%; aspect-ratio: .54; left: 22%; bottom: 0; background: linear-gradient(180deg, #ede9e0 0 13%, #2d2b27 13% 28%, #c9af92 28% 45%, #1b1b1a 45% 100%); clip-path: polygon(42% 0,58% 0,62% 9%,73% 13%,67% 30%,78% 63%,91% 100%,9% 100%,22% 63%,33% 30%,27% 13%,38% 9%); box-shadow: 0 0 60px rgba(255,255,255,.18); }
.hero-caption { position:absolute; right: 22px; bottom: 19px; margin:0; font-family:var(--mono); font-size:9px; letter-spacing:.07em; text-transform:uppercase; }
.hero-footer { display:flex; align-items:end; justify-content:space-between; padding-top: 25px; border-top:1px solid var(--line-light); color:#c4bdb3; font-size:11px; }
.hero-footer p { margin: 0; }
.scroll-cue { display:grid; place-items:center; width:32px; height:46px; border:1px solid rgba(255,255,255,.35); }
.scroll-cue span { display:block; width:1px; height:19px; background:currentColor; animation: scroll 1.8s infinite ease-in-out; }
@keyframes scroll { 0%,100% {transform:scaleY(.25); transform-origin:top;} 50% {transform:scaleY(1); transform-origin:top;} }

.intro-section { padding: 136px 0; }
.split-layout { display:grid; grid-template-columns: .44fr 1fr; gap: 35px; }
.intro-copy { max-width: 720px; }
h2 { margin-bottom: 26px; font-family:var(--serif); font-size:clamp(40px, 4.5vw, 66px); line-height:.98; font-weight:500; letter-spacing:-.06em; }
.intro-copy p { max-width: 590px; margin-bottom: 17px; font-size: 17px; line-height: 1.7; }
.intro-copy p + p { color: #6d665e; }

.statement-section { padding: 145px 0; background: #dbd1c3; }
.statement-wrap { max-width: 900px; }
.statement-kicker { font-family:var(--mono); font-size:10px; letter-spacing:.15em; color:#6f665d; }
blockquote { margin: 20px 0 27px; font-family:var(--serif); font-size: clamp(54px, 7vw, 101px); line-height:.9; font-weight:500; letter-spacing:-.075em; }
.statement-detail { max-width: 365px; margin-left:auto; color:#524a43; font-size:14px; line-height:1.65; }

.portfolio-section { padding: 135px 0 140px; }
.section-heading { display:flex; justify-content:space-between; align-items:flex-start; gap:55px; margin-bottom: 66px; }
.section-heading h2 { margin:0; }
.section-intro { max-width: 340px; margin: 28px 0 0; color:#c6bfb6; font-size:14px; line-height:1.7; }
.section-intro.dark { color:#5f574e; }
.brands-grid { display:grid; grid-template-columns: repeat(3, 1fr); border-top:1px solid var(--line-light); border-left:1px solid var(--line-light); }
.brand-card { position:relative; min-height: 300px; padding: 27px; display:flex; flex-direction:column; justify-content:flex-end; border-right:1px solid var(--line-light); border-bottom:1px solid var(--line-light); overflow:hidden; transition:background .25s ease; }
.brand-card::before { content:""; position:absolute; width:230px; height:230px; border-radius:50%; background:rgba(255,255,255,.06); top:-130px; right:-115px; transition:transform .45s ease, background .25s ease; }
.brand-card:hover { background:#1a1a1a; }
.brand-card:hover::before { transform:scale(1.5); background:rgba(217,196,171,.10); }
.brand-card-large { grid-column: span 2; min-height: 360px; background:linear-gradient(135deg, #242321, #101010); }
.brand-count { position:absolute; top:24px; right:26px; color:#958a7d; font-family:var(--mono); font-size:10px; }
.brand-wordmark { position:relative; z-index:1; margin-bottom:auto; font-size:31px; line-height:.96; font-weight:700; letter-spacing:-.08em; }
.brand-card-large .brand-wordmark { font-size:73px; }
.brand-wordmark small { display:block; margin-top: 6px; font-family:var(--sans); font-size:8px; letter-spacing:.18em; }
.brand-wordmark.ea7 { letter-spacing:-.16em; font-style:italic; }
.brand-wordmark.ea7 span { font-weight:500; }
.brand-wordmark.dkny { letter-spacing:-.1em; }
.brand-wordmark.ef { font-family:var(--serif); letter-spacing:-.12em; }
.brand-wordmark.ef span { display:block; font-family:var(--sans); font-size:34px; letter-spacing:-.25em; }
.brand-wordmark.weekend { font-family:var(--serif); letter-spacing:-.07em; }
.brand-wordmark.weekend small { margin-bottom: 2px; font-family:var(--sans); letter-spacing:.06em; }
.brand-wordmark.plein { font-size:27px; line-height:.8; letter-spacing:-.12em; }
.brand-wordmark.plein-sport { font-size:30px; line-height:.78; letter-spacing:-.11em; }
.brand-wordmark.plein-sport span { font-size:17px; letter-spacing:.1em; }
.brand-card p { position:relative; z-index:1; max-width:240px; margin: 17px 0 15px; color:#d0cbc3; font-size:12px; line-height:1.55; }
.brand-city { position:relative; z-index:1; color:#998f83; font-family:var(--mono); font-size:9px; letter-spacing:.07em; text-transform:uppercase; }

.stores-section { padding: 133px 0 138px; }
.locations-grid { display:grid; grid-template-columns: 1.2fr .8fr; gap:0; border:1px solid var(--line-dark); }
.location-card { min-height:337px; display:flex; flex-direction:column; justify-content:space-between; padding:31px; border-left:1px solid var(--line-dark); background:#eae4da; }
.location-card:first-child { border-left:0; }
.location-card-featured { background:#d9cbbb; }
.location-number { margin:0; font-family:var(--mono); font-size:10px; color:#6c645d; }
.location-card h3 { margin:0 0 11px; font-family:var(--serif); font-size:47px; font-weight:500; letter-spacing:-.06em; }
.location-card h3 + p { max-width: 300px; margin:0; color:#574f47; font-size:13px; line-height:1.65; }
.location-brands { display:flex; flex-wrap:wrap; gap: 8px; }
.location-brands span { border:1px solid rgba(16,16,16,.25); padding:5px 8px; font-family:var(--mono); font-size:9px; line-height:1.2; }
.store-note { margin: 18px 0 0; color:#6d655c; font-size:12px; }

.authenticity-section { padding: 132px 0; }
.authenticity-grid { display:grid; grid-template-columns:.55fr 1fr; align-items:center; gap: 80px; }
.authenticity-symbol { display:grid; place-items:center; min-height: 330px; color:var(--sand); }
.authenticity-symbol svg { width:min(260px, 100%); overflow:visible; }
.authenticity-symbol text { fill:currentColor; font-family:var(--mono); font-size:8px; letter-spacing:.2em; }
.authenticity-copy { max-width:650px; }
.authenticity-copy h2 { margin-bottom:21px; }
.authenticity-copy p:not(.eyebrow) { max-width:540px; margin-bottom:27px; color:#cdc6bc; font-size:16px; line-height:1.7; }

.contact-section { padding: 138px 0 142px; background: #eeeae1; }
.contact-wrap { max-width: 710px; }
.contact-wrap h2 { font-size:clamp(57px, 6.3vw, 86px); }
.contact-wrap > p:not(.eyebrow) { max-width:450px; margin-bottom:34px; color:#5e564e; font-size:16px; line-height:1.7; }

.site-footer { padding: 56px 0 29px; }
.footer-grid { display:grid; grid-template-columns: 1fr auto 1fr; gap:42px; align-items:end; }
.footer-logo { margin-bottom:17px; }
.footer-tagline { margin:0; color:#a69d91; font-size:11px; }
.footer-links { display:grid; grid-template-columns:repeat(2, minmax(95px,1fr)); gap:8px 20px; font-size:11px; }
.footer-links a { color:#d7d0c7; }
.footer-links a:hover { color:var(--sand); }
.footer-meta { justify-self:end; text-align:right; color:#a69d91; font-family:var(--mono); font-size:9px; letter-spacing:.02em; }
.footer-meta p { margin:0 0 5px; }

.reveal { opacity:0; transform:translateY(18px); transition:opacity .7s ease, transform .7s ease; }
.reveal.is-visible { opacity:1; transform:translateY(0); }

@media (max-width: 880px) {
  .desktop-nav { display:none; }
  .menu-toggle { display:block; }
  .hero { min-height:auto; padding-top:124px; }
  .hero-grid { grid-template-columns:1fr; gap:43px; }
  .hero-copy { padding-right:0; }
  .hero-visual { min-height:420px; }
  .hero-footer { margin-top:38px; }
  .split-layout { grid-template-columns:1fr; gap:7px; }
  .section-heading { display:block; }
  .section-intro { margin-top:22px; }
  .brands-grid { grid-template-columns:repeat(2, 1fr); }
  .brand-card-large { grid-column:span 2; }
  .authenticity-grid { grid-template-columns:1fr; gap:18px; }
  .authenticity-symbol { min-height:230px; justify-content:start; }
}

@media (max-width: 620px) {
  .shell { width:min(100% - 34px, 1180px); }
  .header-inner { min-height:72px; }
  .brand-mark { width:32px; height:32px; font-size:10px; }
  .brand-name { font-size:9px; }
  .hero { padding:111px 0 18px; }
  h1 { font-size:50px; }
  .hero-text { font-size:14px; }
  .hero-visual { min-height:345px; }
  .hero-footer { font-size:9px; }
  .intro-section, .portfolio-section, .stores-section, .authenticity-section, .contact-section { padding:91px 0; }
  .statement-section { padding:94px 0; }
  h2 { font-size:42px; }
  .intro-copy p { font-size:15px; }
  blockquote { font-size:53px; }
  .section-heading { margin-bottom:41px; }
  .brands-grid { grid-template-columns:1fr; }
  .brand-card, .brand-card-large { grid-column:auto; min-height:260px; }
  .brand-card-large .brand-wordmark { font-size:56px; }
  .locations-grid { grid-template-columns:1fr; }
  .location-card { min-height:280px; border-left:0; border-top:1px solid var(--line-dark); }
  .location-card:first-child { border-top:0; }
  .authenticity-copy p:not(.eyebrow) { font-size:14px; }
  .footer-grid { grid-template-columns:1fr; align-items:start; gap:31px; }
  .footer-meta { justify-self:start; text-align:left; }
}

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