@font-face {
  font-family: "Archivo Narrow";
  src: url("./assets/fonts/archivo-narrow-bold.woff2") format("woff2");
  font-weight: 700;
  font-display: swap;
}

:root { --page-pad: 25px; --heading: "Archivo Narrow", Arial, sans-serif; --body: Helvetica, Arial, sans-serif; }
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: #000; background: #fff; font-family: var(--body); }
body.locked { overflow: hidden; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }
.access-pending { overflow: hidden; }
.access-pending > .site-header,
.access-pending > #app,
.access-pending > .site-footer { filter: blur(5px); opacity: .42; pointer-events: none; user-select: none; }
.access-gate { position: fixed; inset: 0; z-index: 500; overflow-y: auto; display: grid; place-items: center; padding: 36px 20px; background: rgba(255,255,255,.76); backdrop-filter: blur(2px); -webkit-backdrop-filter: blur(2px); transition: opacity .35s ease, visibility .35s ease; }
.access-gate[hidden] { display: none; }
.access-gate.leaving { opacity: 0; visibility: hidden; pointer-events: none; }
.access-gate-content { width: min(430px, 100%); text-align: center; }
.access-brand { display: inline-block; margin-bottom: 26px; }
.access-brand img { display: block; width: 196px; height: auto; }
.access-eyebrow { margin: 0 0 17px; color: #424242; font: 700 13px/1.2 var(--heading); letter-spacing: .3em; }
.access-gate h1 { margin: 0; font: 700 28px/1.12 var(--heading); letter-spacing: .05em; }
.access-intro { max-width: 390px; margin: 15px auto 25px; color: #626262; font-size: 14px; line-height: 1.45; }
.access-form { display: grid; gap: 14px; }
.access-form input:not([type="hidden"]):not(.access-honeypot) { width: 100%; height: 53px; padding: 0 17px; border: 1px solid #d3d3d3; border-radius: 0; outline: 0; background: rgba(255,255,255,.9); color: #000; font-size: 16px; appearance: none; }
.access-form input:focus { border-color: #000; }
.access-form input::placeholder { color: #202020; opacity: 1; }
.access-form button { width: 100%; height: 55px; margin-top: 0; border: 1px solid #000; background: #000; color: #fff; font: 700 16px var(--heading); letter-spacing: .1em; cursor: pointer; }
.access-form button:disabled { opacity: .7; cursor: not-allowed; }
.access-honeypot { position: absolute !important; left: -10000px !important; width: 1px !important; height: 1px !important; opacity: 0 !important; }
.access-message { min-height: 20px; margin: 1px 0 0; color: #9d1515; font-size: 13px; line-height: 1.35; }
.access-gate-content small { display: block; margin-top: 8px; color: #858585; font: 700 11px var(--heading); letter-spacing: .08em; }
#app:focus { outline: none; }
button, input, textarea { font: inherit; }
button, a { color: inherit; }
a { text-decoration: none; }
.site-header { height: 82px; padding: 0 var(--page-pad); display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; position: relative; z-index: 50; background: #fff; }
.desktop-nav, .cart-trigger { font: 700 16px var(--heading); }
.cart-trigger { justify-self: end; border: 0; padding: 10px 0; background: none; cursor: pointer; }
.brand { width: 130px; height: 82px; padding: 20px 10px; display: grid; place-items: center; }
.brand img { width: 110px; display: block; }
.brand-wordmark { white-space: nowrap; font: 700 20px var(--heading); letter-spacing: .04em; }
.menu-toggle { display: none; width: 45px; height: 45px; padding: 10px 0; border: 0; background: transparent; position: relative; z-index: 102; cursor: pointer; }
.menu-toggle span { display: block; width: 30px; height: 2px; margin: 7px 0; background: #000; transition: .25s; }
.menu-toggle.active span { background: #fff; position: absolute; top: 20px; left: 0; }
.menu-toggle.active span:first-child { transform: rotate(45deg); }
.menu-toggle.active span:last-child { transform: rotate(-45deg); }
.mobile-menu { display: none; }

.hero { height: 600px; position: relative; overflow: hidden; background: #d1d1d1; }
.hero > img { width: 100%; height: 100%; object-fit: cover; display: block; }
.featured-strip { position: absolute; left: 0; right: 0; bottom: 36px; overflow: hidden; padding: 15px 80px 30px; }
.featured-track { display: flex; gap: 10px; transition: transform .3s ease; will-change: transform; }
.featured-card { flex: 0 0 calc((100vw - 180px) / 3); height: 156px; padding: 10px; background: #fff; display: grid; grid-template-columns: 136px 1fr 18px; align-items: center; gap: 10px; }
.featured-card img { width: 136px; height: 136px; object-fit: cover; }
.featured-card h3 { margin: 0 0 24px; font: 700 14px/1.5 var(--heading); text-transform: uppercase; }
.featured-card p { margin: 0; font-size: 14px; }
.featured-card .plus { width: 15px; height: 15px; position: relative; }
.featured-card .plus::before, .featured-card .plus::after { content: ""; position: absolute; background: #000; }
.featured-card .plus::before { width: 13px; height: 1px; top: 7px; left: 1px; }
.featured-card .plus::after { width: 1px; height: 13px; top: 1px; left: 7px; }

.product-grid { margin: 0 var(--page-pad) 65px; display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); row-gap: 70px; }
.product-card { min-width: 0; text-align: center; opacity: 0; transform: translateY(18px); transition: opacity .45s, transform .45s; }
.product-card.visible { opacity: 1; transform: translateY(0); }
.product-card-media { width: 100%; aspect-ratio: 1; padding: 4px; display: block; }
.product-card-media img { width: 100%; height: 100%; object-fit: contain; transition: transform .2s; }
.product-card:hover img { transform: scale(1.015); }
.product-card h2 { margin: 20px auto 5px; padding: 0 8px; font: 700 17px/1.2 var(--heading); text-transform: uppercase; }
.product-card p { margin: 0; font-size: 15px; }
.sold { color: #777; }

.social-simple { min-height: 420px; display: grid; place-items: center; text-align: center; padding: 60px 20px; }
.social-simple h2 { margin: 0; font: 700 clamp(70px, 13vw, 180px)/.85 var(--heading); letter-spacing: -.045em; text-transform: uppercase; }
.social-simple p { margin: 22px 0 0; font-size: 20px; }
.site-footer { min-height: 103px; text-align: center; font-family: var(--heading); font-weight: 700; }
.site-footer nav { display: flex; justify-content: center; gap: 12px; margin: 10px 0 16px; }
.site-footer a { font-size: 15px; }
.site-footer small { display: block; font-size: 13px; }
.content-page a[href^="https://wa.me/"] { font-weight: 700; }

.floating-whatsapp {
  position: fixed;
  right: clamp(16px, 2vw, 28px);
  bottom: max(clamp(16px, 2vw, 28px), calc(env(safe-area-inset-bottom) + 12px));
  z-index: 40;
  display: grid;
  width: clamp(52px, 4.25vw, 64px);
  height: clamp(52px, 4.25vw, 64px);
  place-items: center;
  border-radius: 50%;
  color: #fff;
  background: #000;
  box-shadow: 0 4px 18px rgb(0 0 0 / 20%);
  transition: opacity .2s ease, transform .2s ease;
}
.floating-whatsapp:hover { transform: translateY(-2px); }
.floating-whatsapp:focus-visible { outline: 2px solid #000; outline-offset: 4px; }
.floating-whatsapp svg { width: 56%; height: 56%; }
.access-pending .floating-whatsapp,
body.locked .floating-whatsapp { opacity: 0; pointer-events: none; }

.product-page { padding: 0 var(--page-pad); }
.product-top { min-height: 602px; display: grid; grid-template-columns: 30% 40% 30%; align-items: start; }
.product-name-panel { height: 602px; display: grid; place-items: center; text-align: center; padding: 35px; }
.product-name-panel h1 { max-width: 310px; margin: 0; font: 700 40px/1.15 var(--heading); text-transform: uppercase; }
.product-gallery { position: relative; height: 602px; min-height: 602px; }
.gallery-image { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: contain; opacity: 0; transition: opacity .25s; pointer-events: none; }
.gallery-image.active { opacity: 1; }
.gallery-nav { position: absolute; left: 0; right: 0; bottom: 20px; display: flex; align-items: center; justify-content: center; gap: 14px; z-index: 2; }
.gallery-arrow { border: 0; background: transparent; font-size: 32px; line-height: 1; cursor: pointer; }
.gallery-dots { display: flex; gap: 8px; }
.gallery-dot { width: 8px; height: 8px; padding: 0; border: 0; border-radius: 50%; background: #c8c8c8; cursor: pointer; }
.gallery-dot.active { background: #000; }
.product-purchase { align-self: start; padding: 70px 36px 30px; }
.mobile-product-title { display: none; }
.sizes { display: flex; align-items: center; justify-content: center; gap: 9px; margin: 20px 0; }
.size-btn { height: 34px; min-width: 32px; padding: 5px 10px; border: 1px solid transparent; background: transparent; font: 700 16px var(--heading); cursor: pointer; }
.size-btn.active { border-color: #000; }
.size-btn.unavailable { opacity: .4; text-decoration: line-through; cursor: not-allowed; }
.like-button { width: 100%; height: 48px; margin: 0 0 26px; border: 0; background: #000; color: #fff; font: 700 16px var(--heading); cursor: pointer; text-transform: uppercase; }
.like-button.confirmed { background: #292929; }
.size-guide { display: block; margin: 0 auto 22px; padding: 8px; border: 0; border-bottom: 1px solid #000; background: transparent; cursor: pointer; }
.accordion details { border-top: 1px solid #d5d5d5; }
.accordion details:last-child { border-bottom: 1px solid #d5d5d5; }
.accordion summary { padding: 16px 4px; cursor: pointer; font-size: 15px; list-style: none; display: flex; justify-content: space-between; }
.accordion-label { display: flex; align-items: center; gap: 14px; }
.accordion-label img { width: 24px; height: 24px; display: block; }
.accordion summary::after { content: "+"; }
.accordion details[open] summary::after { content: "−"; }
.accordion p { margin: 0; padding: 2px 4px 20px; font-size: 15px; line-height: 1.45; }
.collection-story { margin: 30px calc(var(--page-pad) * -1) 0; padding: 8px 6.3vw 36px; display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 36px; min-height: 669px; background: #fff; }
.collection-copy { min-width: 0; position: relative; min-height: 625px; }
.collection-story .eyebrow { margin: 0; font: 700 16px/1.3 var(--heading); text-transform: uppercase; }
.collection-story h2 { margin: 27px 0 61px; font: 700 72px/.95 var(--heading); text-transform: uppercase; }
.collection-description { max-width: 520px; margin: 0; font-size: 17px; line-height: 1.45; }
.collection-photo { position: absolute; right: 0; bottom: 0; width: 50%; height: 334px; overflow: hidden; border-radius: 40px; background: #eee; }
.collection-photo img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; opacity: 0; transition: opacity .35s ease; }
.collection-photo img.active { opacity: 1; }
.collection-media { min-width: 0; display: grid; grid-template-columns: minmax(0, 1fr) 58px; gap: 20px; align-items: center; }
.collection-videos { position: relative; align-self: end; height: 604px; overflow: hidden; border-radius: 40px; background: #e9e9e9; }
.collection-videos video { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; opacity: 0; transition: opacity .35s ease; pointer-events: none; }
.collection-videos video.active { opacity: 1; }
.collection-thumbs { display: flex; flex-direction: column; align-items: center; gap: 25px; }
.collection-thumbs button { width: 46px; height: 46px; padding: 3px; border: 0; border-radius: 50%; background: transparent; cursor: pointer; }
.collection-thumbs button.active { border: 2px solid #000; }
.collection-thumbs img { width: 100%; height: 100%; display: block; object-fit: cover; border-radius: 50%; }
.related { margin: 110px 0 90px; }
.related > h2 { margin: 0 0 32px; font: 700 24px var(--heading); }
.related-grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.related .product-card { opacity: 1; transform: none; padding: 10px; }
.related .product-card h2 { font-size: 16px; }

.drawer-overlay { position: fixed; inset: 0; z-index: 198; background: rgba(0,0,0,.45); opacity: 0; pointer-events: none; transition: opacity .25s; }
.drawer-overlay.open { opacity: 1; pointer-events: auto; }
.cart-drawer { position: fixed; top: 0; right: 0; bottom: 0; z-index: 199; width: min(520px, 100vw); background: #fff; transform: translateX(100%); transition: transform .28s ease; display: flex; flex-direction: column; }
.cart-drawer.open { transform: none; }
.drawer-header { min-height: 82px; padding: 20px 24px; display: flex; align-items: center; justify-content: space-between; border-bottom: 1px solid #000; font: 700 17px var(--heading); }
.drawer-header button { width: 45px; height: 45px; border: 1px solid #000; background: #fff; font-size: 37px; font-weight: 200; line-height: 1; cursor: pointer; }
.drawer-content { padding: 24px; overflow: auto; display: flex; flex-direction: column; flex: 1; }
.empty-cart { margin: auto; text-align: center; }
.empty-cart p { margin-bottom: 24px; }
.cart-item { display: grid; grid-template-columns: 125px 1fr auto; gap: 18px; padding: 10px 0 28px; border-bottom: 1px solid #ddd; }
.cart-item img { width: 125px; height: 155px; object-fit: contain; }
.cart-item h3 { margin: 8px 0 5px; font: 700 18px var(--heading); text-transform: uppercase; }
.cart-item p { margin: 5px 0; font-size: 15px; }
.qty { width: 112px; height: 38px; margin-top: 15px; border: 1px solid #bbb; display: grid; grid-template-columns: 1fr 1fr 1fr; align-items: center; text-align: center; }
.qty button { border: 0; background: transparent; cursor: pointer; font-size: 19px; }
.remove { align-self: center; border: 0; border-bottom: 1px solid #000; padding: 0; background: none; cursor: pointer; }
.drawer-footer { margin-top: auto; padding-top: 26px; }
.total-line { display: flex; justify-content: space-between; margin-bottom: 18px; font-size: 20px; }
.drawer-primary, .drawer-secondary { width: 100%; min-height: 54px; border: 1px solid #000; cursor: pointer; font-size: 18px; text-transform: uppercase; }
.drawer-primary { background: #000; color: #fff; margin-bottom: 12px; }
.drawer-secondary { background: #fff; }

.modal-backdrop { position: fixed; inset: 0; z-index: 300; display: none; place-items: center; padding: 20px; background: rgba(0,0,0,.55); }
.modal-backdrop.open { display: grid; }
.size-modal { width: min(650px, 100%); padding: 36px; background: #fff; position: relative; }
.size-modal h2 { margin-top: 0; font: 700 26px var(--heading); }
.modal-close { position: absolute; top: 16px; right: 16px; border: 0; background: none; font-size: 32px; cursor: pointer; }
.size-tabs { display: flex; gap: 20px; margin: 25px 0; }
.size-tabs button { border: 0; border-bottom: 1px solid transparent; background: none; padding: 5px 0; }
.size-tabs .active { border-color: #000; }
table { width: 100%; border-collapse: collapse; }
th, td { border-bottom: 1px solid #ddd; padding: 12px; text-align: center; }
th:first-child, td:first-child { text-align: left; }

.content-page, .search-page { width: min(900px, calc(100% - 40px)); min-height: calc(100vh - 240px); margin: 80px auto; }
.content-page h1, .search-page h1 { font: 700 42px var(--heading); }
.content-page h2 { margin-top: 40px; font: 700 24px var(--heading); }
.content-page p { line-height: 1.6; }
.search-form { display: flex; max-width: 500px; margin-top: 45px; }
.search-form input { min-width: 0; flex: 1; height: 46px; padding: 11px 18px; border: 1px solid #000; }
.search-form button { width: 110px; border: 0; background: #000; color: #fff; font: 700 15px var(--heading); }
.search-results { margin-top: 60px; }

@media (max-width: 749px) {
  :root { --page-pad: 15px; }
  .access-gate { place-items: start center; padding: max(34px, 8vh) 20px 30px; }
  .access-brand { margin-bottom: 24px; }
  .access-brand img { width: 168px; }
  .access-eyebrow { letter-spacing: .27em; }
  .access-gate h1 { font-size: 28px; letter-spacing: .04em; }
  .access-intro { margin-top: 15px; margin-bottom: 22px; font-size: 14px; }
  .access-form input:not([type="hidden"]):not(.access-honeypot) { height: 52px; }
  .site-header { height: 79px; grid-template-columns: 1fr auto; }
  .desktop-nav { display: none; }
  .menu-toggle { display: block; justify-self: start; }
  .brand { position: absolute; left: 50%; width: auto; height: 79px; transform: translateX(-50%); }
  .brand img { width: 100px; }
  .brand-wordmark { font-size: clamp(17px, 4.75vw, 19px); letter-spacing: .02em; }
  .cart-trigger { font-size: 16px; }
  .mobile-menu { position: fixed; inset: 0; z-index: 100; display: none; align-items: center; justify-content: center; background: #000; }
  .mobile-menu.open { display: flex; }
  .mobile-menu a { color: #fff; font: 700 25px var(--heading); }
  .hero { height: 560px; }
  .hero > img { object-position: 72% center; }
  .featured-strip { bottom: 12px; padding: 15px 24px 30px; }
  .featured-card { flex-basis: calc((100vw - 48px) / 1.2); height: 114px; grid-template-columns: 94px 1fr 16px; }
  .featured-card img { width: 94px; height: 94px; }
  .featured-card h3 { margin-bottom: 14px; font-size: 12px; }
  .featured-card p { font-size: 13px; }
  .product-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); row-gap: 40px; margin-bottom: 40px; }
  .product-card h2 { margin-top: 14px; font-size: 14px; }
  .product-card p { font-size: 13px; }
  .social-simple { min-height: 280px; }
  .social-simple h2 { max-width: 100%; font-size: clamp(36px, 12vw, 52px); white-space: nowrap; }
  .social-simple p { margin-top: 15px; font-size: 17px; }
  .site-footer { min-height: 172px; padding-top: 8px; }
  .site-footer nav { flex-direction: column; gap: 9px; }
  .product-page { padding: 0; }
  .product-top { display: flex; flex-direction: column; align-items: stretch; min-height: auto; }
  .product-name-panel { display: none; }
  .mobile-product-title { display: block; margin: 55px 20px 20px; text-align: center; font: 700 25px/1.2 var(--heading); }
  .product-gallery { order: 1; height: 495px; min-height: 495px; margin: 0 20px; }
  .product-purchase { order: 2; padding: 10px 48px 45px; }
  .gallery-nav { bottom: 2px; }
  .collection-story { margin: 0; padding: 55px 25px; grid-template-columns: 1fr; gap: 34px; min-height: auto; }
  .collection-copy { min-height: auto; }
  .collection-story h2 { margin: 18px 0 30px; font-size: 58px; }
  .collection-description { font-size: 16px; }
  .collection-photo { position: relative; right: auto; bottom: auto; width: 70%; height: 340px; margin: 36px 0 0 auto; border-radius: 28px; }
  .collection-media { grid-template-columns: 1fr; gap: 20px; }
  .collection-videos { height: 540px; border-radius: 28px; }
  .collection-thumbs { flex-direction: row; justify-content: center; gap: 18px; }
  .related { margin: 192px 15px 96px; }
  .related-grid { display: flex; margin: 0 -15px; overflow-x: auto; overflow-y: hidden; scroll-snap-type: x proximity; scrollbar-width: none; -webkit-overflow-scrolling: touch; }
  .related-grid::-webkit-scrollbar { display: none; }
  .related .product-card { flex: 0 0 calc((100vw - 15px) / 2); padding: 5px; scroll-snap-align: start; }
  .related .product-card-media { padding: 0; }
  .related .product-card h2 { width: 75%; margin: 20px auto 0; padding: 0 0 5px; font-size: 14px; line-height: 1.2; }
  .related .product-card p { font-size: 12px; line-height: 24px; }
  .cart-drawer { width: 100vw; }
  .cart-item { grid-template-columns: 86px 1fr auto; gap: 10px; }
  .cart-item img { width: 86px; height: 110px; }
  .cart-item h3 { font-size: 16px; }
  .remove { font-size: 12px; }
  .size-modal { padding: 30px 18px; }
  th, td { padding: 9px 5px; font-size: 13px; }
}

@media (prefers-reduced-motion: reduce) {
  .access-gate { transition: none; }
}

@media (max-width: 390px) {
  .cart-trigger { font-size: 14px; }
  .brand { width: 108px; }
  .product-purchase { padding-left: 34px; padding-right: 34px; }
}
