@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@300;400;500;600&family=Playfair+Display:ital,wght@1,500&display=swap');

:root {
  --bg: #080808;
  --panel: #11110f;
  --panel-2: #171713;
  --cream: #e8dfca;
  --muted: #9d998f;
  --line: rgba(232, 223, 202, 0.18);
  --white: #f5f1e8;
  --danger: #cb6d61;
  --success: #8ea883;
  --max: 1440px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--bg);
  color: var(--white);
  font-family: 'Manrope', Arial, sans-serif;
  font-weight: 300;
  overflow-x: hidden;
}
body.locked { overflow: hidden; }
button, input, textarea, select { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
.noise {
  pointer-events: none;
  position: fixed;
  inset: 0;
  opacity: .045;
  z-index: 90;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.9'/%3E%3C/svg%3E");
}
.announcement {
  height: 34px;
  display: grid;
  place-items: center;
  background: var(--cream);
  color: #111;
  font-size: 10px;
  font-weight: 600;
  letter-spacing: .18em;
  text-align: center;
  padding: 0 14px;
}
.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  height: 82px;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  padding: 0 34px;
  border-bottom: 1px solid var(--line);
  background: rgba(8,8,8,.88);
  backdrop-filter: blur(18px);
}
.brand { width: 175px; }
.desktop-nav { display: flex; gap: 36px; font-size: 12px; letter-spacing: .12em; text-transform: uppercase; }
.desktop-nav a, .text-button { color: var(--muted); transition: color .25s ease; }
.desktop-nav a:hover, .text-button:hover { color: var(--cream); }
.header-actions { justify-self: end; display: flex; align-items: center; gap: 24px; }
.text-button, .cart-button, .icon-button, .link-button, .filter {
  border: 0;
  background: none;
  color: inherit;
  cursor: pointer;
}
.text-button, .cart-button { text-transform: uppercase; font-size: 11px; letter-spacing: .14em; }
.cart-button span { display: inline-grid; place-items: center; min-width: 22px; height: 22px; margin-left: 6px; border: 1px solid var(--line); border-radius: 50%; }

.hero {
  min-height: calc(100vh - 116px);
  position: relative;
  display: grid;
  grid-template-columns: 1.1fr .9fr;
  align-items: center;
  max-width: var(--max);
  margin: 0 auto;
  padding: 80px 5vw 62px;
  overflow: hidden;
}
.hero::after {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 74% 45%, rgba(232,223,202,.08), transparent 28%);
  pointer-events: none;
}
.hero-content { position: relative; z-index: 2; max-width: 830px; }
.eyebrow { margin: 0 0 20px; color: var(--muted); font-size: 10px; letter-spacing: .24em; font-weight: 600; }
h1, h2, h3, p { margin-top: 0; }
h1 { font-size: clamp(60px, 8vw, 132px); line-height: .87; letter-spacing: -.065em; font-weight: 300; margin-bottom: 34px; }
h1 em { color: var(--cream); font-family: 'Playfair Display', Georgia, serif; font-weight: 500; }
.hero-copy { max-width: 480px; color: #b9b4a8; line-height: 1.8; font-size: 15px; }
.hero-actions { display: flex; gap: 12px; margin-top: 38px; }
.button {
  min-height: 52px;
  padding: 0 28px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border: 1px solid var(--cream);
  text-transform: uppercase;
  letter-spacing: .14em;
  font-size: 10px;
  font-weight: 600;
  cursor: pointer;
  transition: transform .25s ease, background .25s ease, color .25s ease;
}
.button:hover { transform: translateY(-2px); }
.button.primary { background: var(--cream); color: #10100e; }
.button.ghost { background: transparent; color: var(--cream); }
.button.full { width: 100%; }
.hero-object {
  justify-self: center;
  position: relative;
  width: min(34vw, 460px);
  aspect-ratio: 1;
  border: 1px solid rgba(232,223,202,.28);
  border-radius: 50%;
  display: grid;
  place-items: center;
  z-index: 2;
  box-shadow: inset 0 0 80px rgba(232,223,202,.05), 0 0 100px rgba(232,223,202,.04);
}
.hero-object::before, .hero-object::after {
  content: '';
  position: absolute;
  border: 1px solid var(--line);
  border-radius: 50%;
}
.hero-object::before { inset: 8%; }
.hero-object::after { inset: 18%; }
.monogram { font-family: Georgia, serif; font-size: clamp(54px, 7vw, 100px); letter-spacing: -.12em; color: var(--cream); transform: translateX(-.06em); }
.hero-object span { position: absolute; bottom: 16%; font-size: 9px; letter-spacing: .2em; color: var(--muted); }
.hero-orbit { position: absolute; border: 1px solid rgba(232,223,202,.07); border-radius: 50%; }
.orbit-one { width: 64vw; height: 64vw; right: -22vw; top: -24vw; }
.orbit-two { width: 48vw; height: 48vw; right: -10vw; bottom: -31vw; }
.hero-footer { position: absolute; left: 5vw; right: 5vw; bottom: 24px; display: flex; justify-content: space-between; color: #77736b; font-size: 9px; letter-spacing: .2em; }

.marquee { border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); overflow: hidden; padding: 18px 0; }
.marquee-track { width: max-content; display: flex; gap: 28px; align-items: center; animation: marquee 28s linear infinite; font-size: 11px; letter-spacing: .2em; color: var(--cream); }
.marquee-track i { font-style: normal; color: #58564f; }
@keyframes marquee { to { transform: translateX(-50%); } }

.section { max-width: var(--max); margin: 0 auto; padding: 130px 5vw; }
.section-heading { display: flex; justify-content: space-between; align-items: end; gap: 40px; margin-bottom: 54px; }
.section-heading h2, .manifesto h2, .newsletter h2 { margin: 0; font-weight: 300; letter-spacing: -.045em; font-size: clamp(42px, 5vw, 78px); line-height: 1; }
.section-heading > p { max-width: 360px; color: var(--muted); line-height: 1.7; font-size: 13px; }
.product-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.product-card { position: relative; min-width: 0; }
.product-visual { position: relative; overflow: hidden; background: var(--panel); aspect-ratio: .86; cursor: pointer; }
.product-visual img { width: 100%; height: 100%; object-fit: cover; transition: transform .7s cubic-bezier(.2,.8,.2,1), filter .5s ease; }
.product-card:hover .product-visual img { transform: scale(1.035); filter: brightness(1.08); }
.product-badge { position: absolute; top: 14px; left: 14px; padding: 8px 10px; background: rgba(8,8,8,.75); border: 1px solid var(--line); backdrop-filter: blur(8px); font-size: 8px; letter-spacing: .16em; text-transform: uppercase; }
.quick-add { position: absolute; left: 12px; right: 12px; bottom: 12px; height: 46px; border: 0; background: rgba(232,223,202,.94); color: #111; text-transform: uppercase; letter-spacing: .14em; font-size: 9px; font-weight: 600; cursor: pointer; transform: translateY(70px); transition: transform .35s ease; }
.product-card:hover .quick-add { transform: translateY(0); }
.product-info { display: grid; grid-template-columns: 1fr auto; gap: 14px; padding: 18px 2px 4px; }
.product-info h3 { margin: 0 0 5px; font-size: 15px; font-weight: 500; }
.product-info p { margin: 0; color: var(--muted); font-size: 11px; }
.product-price { text-align: right; font-size: 13px; }
.product-price del { display: block; color: #6d6960; font-size: 10px; margin-bottom: 4px; }

.editorial-grid { display: grid; grid-template-columns: 1fr 1fr; min-height: 680px; }
.editorial-card { display: flex; align-items: flex-end; padding: 70px 6vw; position: relative; overflow: hidden; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.editorial-card::before { content: ''; position: absolute; inset: 0; transition: transform .8s ease; }
.editorial-card:hover::before { transform: scale(1.04); }
.editorial-card.mire::before { background: radial-gradient(circle at 70% 30%, rgba(232,223,202,.17), transparent 26%), linear-gradient(140deg, #27251f, #0c0c0b 60%); }
.editorial-card.ahn::before { background: radial-gradient(circle at 30% 20%, rgba(98,103,105,.22), transparent 30%), linear-gradient(140deg, #0b0b0b, #202326); }
.editorial-card > div { position: relative; z-index: 2; max-width: 430px; }
.editorial-card h3 { font-size: clamp(55px, 6vw, 92px); font-weight: 300; letter-spacing: -.06em; line-height: .88; margin-bottom: 28px; }
.editorial-card p:not(.eyebrow) { color: #b8b2a6; line-height: 1.8; }
.link-button { padding: 0; margin-top: 16px; text-transform: uppercase; letter-spacing: .12em; font-size: 10px; border-bottom: 1px solid var(--cream); padding-bottom: 6px; }
.filters { display: flex; gap: 8px; }
.filter { border: 1px solid var(--line); padding: 10px 16px; color: var(--muted); font-size: 9px; letter-spacing: .14em; }
.filter.active { background: var(--cream); color: #111; border-color: var(--cream); }

.manifesto { min-height: 760px; position: relative; display: grid; grid-template-columns: .4fr 1.2fr .4fr; align-items: center; gap: 40px; padding: 110px 6vw; border-top: 1px solid var(--line); background: #0c0c0b; }
.manifesto-number { align-self: start; color: #5c5952; font-size: 10px; letter-spacing: .2em; }
.manifesto-copy { max-width: 820px; }
.manifesto-copy p:last-child { max-width: 600px; color: #aaa59a; line-height: 1.9; margin-top: 34px; }
.manifesto-seal { justify-self: end; width: 180px; aspect-ratio: 1; border: 1px solid var(--line); border-radius: 50%; display: grid; place-content: center; text-align: center; gap: 8px; }
.manifesto-seal strong { color: var(--cream); font-family: Georgia, serif; font-size: 42px; letter-spacing: -.12em; transform: translateX(-.06em); }
.manifesto-seal span { color: var(--muted); font-size: 8px; letter-spacing: .22em; }
.service-strip { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.service-strip article { padding: 48px 5vw; border-right: 1px solid var(--line); }
.service-strip article:last-child { border-right: 0; }
.service-strip span { color: #666259; font-size: 10px; letter-spacing: .18em; }
.service-strip h3 { margin: 30px 0 10px; font-size: 16px; font-weight: 500; }
.service-strip p { margin: 0; color: var(--muted); font-size: 12px; line-height: 1.7; }
.newsletter { display: grid; grid-template-columns: 1fr 1fr; align-items: end; gap: 80px; max-width: var(--max); margin: 0 auto; padding: 140px 5vw; }
.newsletter-form { display: flex; border-bottom: 1px solid var(--cream); }
.newsletter-form input { flex: 1; min-width: 0; border: 0; background: transparent; color: var(--white); padding: 18px 0; outline: 0; }
.newsletter-form input::placeholder { color: #69665f; }
.newsletter-form button { border: 0; background: transparent; color: var(--cream); text-transform: uppercase; letter-spacing: .12em; font-size: 9px; cursor: pointer; }
.footer { border-top: 1px solid var(--line); padding: 60px 5vw 28px; display: grid; grid-template-columns: 1fr 1fr; gap: 60px; }
.footer img { width: 210px; margin-bottom: 16px; }
.footer p { color: var(--muted); font-size: 12px; }
.footer-links { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; justify-self: end; min-width: 340px; font-size: 11px; color: #aaa69b; }
.footer-meta { grid-column: 1/-1; border-top: 1px solid var(--line); padding-top: 24px; display: flex; justify-content: space-between; color: #5e5b54; font-size: 9px; letter-spacing: .16em; text-transform: uppercase; }

.overlay { position: fixed; inset: 0; z-index: 70; background: rgba(0,0,0,.64); opacity: 0; visibility: hidden; transition: .3s ease; }
.overlay.open { opacity: 1; visibility: visible; }
.cart-drawer { position: fixed; z-index: 80; top: 0; right: 0; height: 100%; width: min(100%, 500px); background: #0d0d0c; border-left: 1px solid var(--line); transform: translateX(100%); transition: transform .4s cubic-bezier(.2,.8,.2,1); display: grid; grid-template-rows: auto 1fr auto; }
.cart-drawer.open { transform: translateX(0); }
.drawer-head { display: flex; justify-content: space-between; padding: 34px; border-bottom: 1px solid var(--line); }
.drawer-head h2 { margin: 0; font-size: 34px; font-weight: 300; }
.icon-button, .dialog-close { font-size: 30px; line-height: 1; color: var(--cream); }
.cart-items { overflow-y: auto; padding: 0 30px; }
.empty-state { display: grid; place-items: center; height: 100%; min-height: 240px; color: var(--muted); text-align: center; }
.cart-item { display: grid; grid-template-columns: 92px 1fr auto; gap: 16px; padding: 24px 0; border-bottom: 1px solid var(--line); }
.cart-item img { width: 92px; aspect-ratio: 1; object-fit: cover; background: var(--panel); }
.cart-item h3 { font-size: 13px; margin: 4px 0 6px; }
.cart-item p { color: var(--muted); font-size: 10px; }
.qty-control { display: inline-flex; align-items: center; border: 1px solid var(--line); }
.qty-control button { border: 0; background: none; color: var(--cream); width: 30px; height: 28px; cursor: pointer; }
.qty-control span { min-width: 22px; text-align: center; font-size: 11px; }
.remove-item { display: block; color: #77736b; border: 0; background: none; font-size: 9px; padding: 8px 0 0; cursor: pointer; text-decoration: underline; }
.cart-footer { border-top: 1px solid var(--line); padding: 26px 30px 30px; }
.cart-total { display: flex; justify-content: space-between; font-size: 14px; }
.cart-footer > p { color: var(--muted); font-size: 9px; margin: 12px 0 20px; }

.product-dialog, .checkout-dialog { width: min(1100px, calc(100% - 28px)); max-height: calc(100vh - 28px); padding: 0; border: 1px solid var(--line); background: #0d0d0c; color: var(--white); }
.product-dialog::backdrop, .checkout-dialog::backdrop { background: rgba(0,0,0,.78); backdrop-filter: blur(8px); }
.dialog-close { position: absolute; top: 20px; right: 22px; z-index: 3; border: 0; background: rgba(8,8,8,.5); width: 42px; height: 42px; cursor: pointer; }
.product-modal-grid { display: grid; grid-template-columns: 1fr 1fr; min-height: 650px; }
.product-modal-image { background: var(--panel); }
.product-modal-image img { width: 100%; height: 100%; object-fit: cover; }
.product-modal-copy { padding: 80px 64px 54px; display: flex; flex-direction: column; }
.product-modal-copy h2 { font-size: clamp(44px, 5vw, 74px); font-weight: 300; letter-spacing: -.05em; margin-bottom: 6px; }
.product-modal-copy .subtitle { color: var(--muted); margin-bottom: 35px; }
.product-modal-copy .price { font-size: 18px; margin-bottom: 30px; }
.product-modal-copy .description { color: #aaa59a; line-height: 1.85; font-size: 13px; }
.product-details { margin: 28px 0; border-top: 1px solid var(--line); }
.product-details div { display: flex; justify-content: space-between; padding: 13px 0; border-bottom: 1px solid var(--line); font-size: 10px; }
.product-details span { color: var(--muted); }
.product-modal-copy .button { margin-top: auto; }
.checkout-dialog { max-width: 900px; }
.checkout-layout { display: grid; grid-template-columns: .8fr 1.2fr; gap: 54px; padding: 68px; }
.checkout-layout h2 { font-size: 48px; font-weight: 300; letter-spacing: -.04em; }
.muted { color: var(--muted); font-size: 12px; line-height: 1.8; }
.checkout-form { display: grid; gap: 15px; }
.checkout-form label { display: grid; gap: 7px; color: #aaa69b; font-size: 10px; text-transform: uppercase; letter-spacing: .12em; }
.checkout-form input, .checkout-form textarea { width: 100%; border: 1px solid var(--line); background: #121210; color: var(--white); padding: 13px 14px; outline: 0; resize: vertical; }
.checkout-form input:focus, .checkout-form textarea:focus { border-color: var(--cream); }
.field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.checkout-summary { border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); padding: 14px 0; display: grid; gap: 8px; font-size: 11px; }
.checkout-summary div { display: flex; justify-content: space-between; }
.form-message { font-size: 11px; min-height: 18px; color: var(--success); }

.search-panel { position: fixed; inset: 0; z-index: 85; background: rgba(8,8,8,.97); opacity: 0; visibility: hidden; transition: .3s ease; }
.search-panel.open { opacity: 1; visibility: visible; }
.search-inner { max-width: 900px; margin: 0 auto; padding: 12vh 30px; position: relative; }
.search-inner > .icon-button { position: absolute; right: 30px; top: 40px; }
.search-inner input { width: 100%; border: 0; border-bottom: 1px solid var(--cream); background: transparent; color: var(--white); font-size: clamp(38px, 6vw, 72px); font-weight: 300; padding: 20px 0; outline: 0; }
.search-results { margin-top: 30px; display: grid; gap: 1px; background: var(--line); }
.search-result { display: grid; grid-template-columns: 65px 1fr auto; gap: 18px; align-items: center; padding: 10px; background: #0b0b0a; cursor: pointer; }
.search-result img { width: 65px; height: 65px; object-fit: cover; }
.search-result p { margin: 0; font-size: 12px; }
.search-result span { color: var(--muted); font-size: 10px; }
.toast { position: fixed; left: 50%; bottom: 28px; z-index: 100; transform: translate(-50%, 20px); opacity: 0; pointer-events: none; background: var(--cream); color: #111; padding: 13px 20px; font-size: 10px; letter-spacing: .1em; text-transform: uppercase; transition: .3s ease; }
.toast.show { transform: translate(-50%, 0); opacity: 1; }
.reveal { opacity: 0; transform: translateY(22px); transition: opacity .7s ease, transform .7s ease; }
.reveal.visible { opacity: 1; transform: none; }
.sr-only { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0,0,0,0); }

@media (max-width: 980px) {
  .site-header { grid-template-columns: 1fr auto; padding: 0 20px; }
  .desktop-nav { display: none; }
  .hero { grid-template-columns: 1fr; min-height: 850px; align-content: center; padding-top: 90px; }
  .hero-object { position: absolute; right: -11vw; width: 55vw; opacity: .42; }
  .hero-content { z-index: 3; }
  .product-grid { grid-template-columns: repeat(2, 1fr); }
  .editorial-grid { min-height: 580px; }
  .manifesto { grid-template-columns: 1fr; min-height: auto; }
  .manifesto-number { position: absolute; top: 50px; left: 5vw; }
  .manifesto-seal { justify-self: start; }
  .newsletter { grid-template-columns: 1fr; }
  .product-modal-grid { grid-template-columns: 1fr; }
  .product-modal-image { max-height: 480px; }
  .checkout-layout { grid-template-columns: 1fr; padding: 58px 38px; }
}

@media (max-width: 680px) {
  .announcement { font-size: 8px; letter-spacing: .12em; }
  .site-header { height: 68px; }
  .brand { width: 132px; }
  .text-button { display: none; }
  .header-actions { gap: 10px; }
  .hero { min-height: calc(100svh - 102px); padding: 70px 22px 52px; }
  h1 { font-size: clamp(52px, 16vw, 78px); }
  .hero-copy { font-size: 13px; max-width: 320px; }
  .hero-actions { flex-direction: column; align-items: flex-start; }
  .hero-object { width: 78vw; right: -34vw; }
  .hero-footer { left: 22px; right: 22px; }
  .hero-footer span:last-child { display: none; }
  .section { padding: 90px 18px; }
  .section-heading { display: grid; align-items: start; margin-bottom: 36px; }
  .section-heading > p { display: none; }
  .product-grid { grid-template-columns: 1fr 1fr; gap: 8px; }
  .product-info { grid-template-columns: 1fr; gap: 8px; padding: 12px 2px 18px; }
  .product-price { text-align: left; }
  .quick-add { transform: none; height: 40px; }
  .editorial-grid { grid-template-columns: 1fr; }
  .editorial-card { min-height: 520px; padding: 50px 24px; }
  .filters { overflow-x: auto; }
  .manifesto { padding: 100px 24px 80px; }
  .manifesto-seal { width: 145px; }
  .service-strip { grid-template-columns: 1fr; }
  .service-strip article { border-right: 0; border-bottom: 1px solid var(--line); padding: 38px 24px; }
  .newsletter { padding: 90px 24px; }
  .newsletter-form { display: grid; }
  .newsletter-form button { padding: 16px 0; text-align: left; }
  .footer { grid-template-columns: 1fr; padding: 50px 24px 24px; }
  .footer-links { justify-self: start; min-width: 0; width: 100%; }
  .product-modal-copy { padding: 42px 24px 30px; }
  .product-modal-image { height: 390px; }
  .checkout-layout { padding: 60px 20px 26px; }
  .field-row { grid-template-columns: 1fr; }
  .search-inner { padding: 18vh 20px; }
}
