/*
  V23 · Sistema visual Olinalá
  Hoja específica para lanzamiento. Conserva estructura y comportamiento V22,
  cambia tipografía, composición del hero, paleta y ornamentación.
*/
:root {
  --font-display: "Cormorant Garamond", "Iowan Old Style", Georgia, serif;
  --font-body: "Plus Jakarta Sans", ui-sans-serif, system-ui, sans-serif;
  --launch-max: 1220px;
  --launch-space: clamp(18px, 4vw, 56px);
  --launch-radius: 8px;
  --launch-button-h: 52px;
  --launch-fast: 180ms;
  --launch-slow: 520ms;
  --state-error: #a52831;
  --state-success: #075b58;
  --ink: #080604;
  --ink-2: #17100b;
  --ink-3: #26170f;
  --paper: #f6e7bd;
  --paper-2: #e8cf91;
  --gold: #c8922f;
  --gold-2: #f2d47e;
  --gold-dark: #7b4d16;
  --ivory: #fff3d1;
  --teal: #078d87;
  --teal-2: #075b58;
  --red: #be343e;
  --coral: #df5c2e;
  --pink: #cf4774;
  --green: #667c2e;
  --line: rgba(232,190,90,.55);
  --shadow: 0 26px 70px rgba(0,0,0,.38);
}

body {
  background:
    linear-gradient(rgba(8,6,4,.965),rgba(8,6,4,.985)),
    url('../ornaments/23_olinala-tile.svg') center top/320px 240px repeat;
  color: var(--ivory);
  font-family: var(--font-body);
}
body:before, body:after {
  width: 96px;
  background-image: url('../ornaments/23_olinala-edge.svg');
  background-size: 96px 432px;
  background-repeat: repeat-y;
  opacity: .96;
  filter: none;
}
h1, h2, h3, .product-info-panel h1, .product-card h3, .related-card h3, .confidence-grid b {
  font-family: var(--font-display);
  font-optical-sizing: auto;
  font-variation-settings: "SOFT" 20, "WONK" 1;
}
.launch-home { overflow-x: hidden; }

.top-note {
  min-height: 38px;
  background:
    linear-gradient(rgba(8,6,4,.9),rgba(8,6,4,.9)),
    url('../ornaments/23_olinala-band.svg') center/auto 38px repeat-x;
  color: var(--gold-2);
  border-top: 1px solid var(--gold);
  border-bottom: 1px solid var(--gold);
  letter-spacing: .16em;
  font-size: 10px;
  text-shadow: 0 1px 8px #000;
}
.site-nav, .launch-home .site-nav {
  background: rgba(8,6,4,.96);
  border-bottom-color: rgba(242,212,126,.55);
}
.site-nav:before, .site-nav:after {
  background-image: url('../ornaments/23_olinala-band.svg');
  background-size: auto 32px;
  opacity: .32;
}
.nav-links a { color: rgba(255,243,209,.86); }
.nav-links a:after { background: linear-gradient(90deg,var(--coral),var(--gold-2),var(--teal)); }
.cart-trigger, .floating-cart { border-color: rgba(242,212,126,.62); background: rgba(255,243,209,.055); }
.cart-trigger b, .floating-cart b { background: var(--gold-2); color: #160d08; }

.launch-hero {
  width: min(1120px,calc(100% - 28px));
  margin: 14px auto 0;
  min-height: 0;
  display: grid;
  grid-template-columns: 1fr;
  justify-items: center;
  align-items: center;
  gap: 24px;
  padding: clamp(28px,4vw,52px);
  text-align: center;
  position: relative;
  overflow: hidden;
  background:
    linear-gradient(rgba(10,7,4,.94),rgba(10,7,4,.98)),
    url('../ornaments/23_olinala-tile.svg') center/320px 240px repeat;
  border: 2px solid var(--gold);
  box-shadow: inset 0 0 0 6px #0a0704,inset 0 0 0 7px rgba(242,212,126,.35),var(--shadow);
}
.launch-hero:before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(90deg,transparent,rgba(7,141,135,.16),transparent),
    url('../ornaments/23_olinala-band.svg') top center/auto 50px repeat-x;
  opacity: .72;
}
.launch-hero-copy, .launch-hero-media { position: relative; z-index: 1; }
.launch-hero-copy { width: min(880px,100%); margin-inline: auto; }
.launch-hero-copy .kicker {
  color: var(--gold-2);
  font-size: 11px;
  letter-spacing: .2em;
  margin-bottom: 12px;
}
.launch-hero-copy h1 {
  color: var(--ivory);
  font-weight: 900;
  font-size: clamp(52px,7.4vw,100px);
  line-height: .88;
  letter-spacing: -.055em;
  text-wrap: balance;
  margin: 14px auto 20px;
  max-width: 930px;
  text-shadow: 0 5px 28px rgba(0,0,0,.5);
}
.launch-hero-copy > p {
  color: #fff2ce;
  font-family: var(--font-body);
  font-size: clamp(17px,1.65vw,22px);
  font-weight: 600;
  line-height: 1.55;
  max-width: 820px;
  margin: 0 auto;
  text-wrap: balance;
}
.launch-hero-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
  margin-top: 24px;
}
.launch-hero-actions .btn { min-height: var(--launch-button-h); }
.launch-hero-media {
  width: min(760px,100%);
  height: clamp(300px,48vh,520px);
  max-height: 50vh;
  min-height: 0;
  display: grid;
  place-items: center;
  overflow: hidden;
  margin-inline: auto;
  background: #fff;
  border: 2px solid var(--gold);
  box-shadow: inset 0 0 0 5px #0a0704,inset 0 0 0 6px rgba(242,212,126,.4),0 18px 48px rgba(0,0,0,.38);
}
.launch-hero-media video, .launch-poster { grid-area: 1/1; width: 100%; height: 100%; }
.launch-poster { display: grid; place-items: center; background: #fff; }
.launch-poster img, .launch-hero-media video { width: 100%; height: 100%; object-fit: contain; }
.launch-hero-media video { background: #fff; opacity: 0; transition: opacity var(--launch-slow) ease; }
.launch-hero-media.is-video-ready video { opacity: 1; }
.launch-hero-media.is-video-ready .launch-poster { opacity: 0; }
.launch-hero-media.is-reduced-motion video, .launch-hero-media.has-video-error video { display: none; }
.video-fallback { display: none; position: absolute; inset: auto 14px 14px; background: rgba(8,6,4,.9); color: var(--ivory); padding: 10px 12px; font-size: 12px; }
.launch-hero-media.has-video-error .video-fallback { display: block; }

.btn { border-radius: 4px; min-height: 52px; }
.btn.gold { background: var(--gold-2); color: #180e08; border-color: #fff0b6; box-shadow: 0 10px 30px rgba(200,146,47,.28); }
.btn.outline { border-color: rgba(255,243,209,.72); color: var(--ivory); background: rgba(8,6,4,.44); }
.btn.outline-dark { border-color: #7b4d16; color: #1f120a; background: #fff4d5; }
.btn.compact { min-height: 42px; padding: 10px 14px; font-size: 10px; }
.btn:focus-visible, a:focus-visible, button:focus-visible, select:focus-visible, input:focus-visible, summary:focus-visible { outline: 3px solid #12b6ad; outline-offset: 3px; }

.section-frame:before, .section-frame:after { background-image: url('../ornaments/23_olinala-tile.svg'); opacity: .34; }
.collection-section, .buying-section, .product-story, .product-essentials {
  background:
    linear-gradient(rgba(248,234,194,.98),rgba(231,204,139,.98)),
    url('../ornaments/23_olinala-tile.svg') center/320px 240px repeat;
  color: #1b1009;
}
.dark-section, .site-footer, .related-card, .product-info-panel, .product-card {
  background:
    linear-gradient(rgba(12,8,5,.95),rgba(7,5,3,.985)),
    url('../ornaments/23_olinala-tile.svg') center/320px 240px repeat;
}
.ornament-divider, .footer-ornament { background-image: url('../ornaments/23_olinala-band.svg'); background-size: auto 58px; opacity: .82; }

.launch-grid { grid-template-columns: repeat(4,minmax(0,1fr)); }
.launch-product-card .product-visual { aspect-ratio: 3/4; }
.launch-product-card .product-info { min-height: 310px; display: flex; flex-direction: column; }
.launch-product-card .product-meta { margin-top: auto; align-items: center; }
.launch-product-card, .related-card, .gallery-main, .product-info-panel {
  border-color: rgba(242,212,126,.64);
  box-shadow: inset 0 0 0 5px #090604,inset 0 0 0 6px rgba(242,212,126,.24),0 20px 48px rgba(0,0,0,.34);
}
.launch-product-card:before, .related-card:before, .product-info-panel:before { border-color: rgba(15,154,147,.28); }
.product-badge, .availability-label { color: #f6d67e; }
.availability-label { font-size: 10px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.product-region { color: #51c8c0; font-size: 11px; font-weight: 800; }
.product-info p { color: rgba(255,243,209,.82); font-size: 13px; }
.product-info h3 { color: #fff0bd; font-size: 25px; font-weight: 800; }
.product-price strong { color: #fff0bd; }

.commerce-ribbon {
  background:
    linear-gradient(rgba(9,6,4,.94),rgba(9,6,4,.96)),
    url('../ornaments/23_olinala-band.svg') center/auto 58px repeat-x;
  border-color: var(--gold);
}
.commerce-ribbon span { color: #57c7c0; }
.commerce-ribbon b { color: #fff0bd; }

.launch-editorial { display: grid; grid-template-columns: minmax(0,1fr) minmax(320px,.72fr); gap: clamp(24px,5vw,72px); align-items: center; }
.launch-editorial-copy h2 { font-size: clamp(42px,5vw,72px); color: var(--ivory); line-height: .98; margin: 16px 0 20px; }
.launch-editorial-copy p { color: rgba(255,243,209,.82); font-size: 17px; line-height: 1.75; max-width: 680px; }
.launch-editorial-image { min-height: 560px; display: grid; place-items: center; background: #0a0704; border: 1px solid rgba(242,212,126,.58); }
.launch-editorial-image img { width: 100%; height: 100%; max-height: 650px; object-fit: contain; }
.launch-explore .section-heading { max-width: 760px; }
.launch-lookbook { display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); gap: 16px; margin-top: 32px; }
.launch-lookbook figure { margin: 0; background: #0a0704; border: 1px solid rgba(242,212,126,.58); overflow: hidden; }
.launch-lookbook img { width: 100%; aspect-ratio: 3/4; object-fit: contain; display: block; }
.launch-lookbook figcaption { padding: 15px; color: var(--ivory); font-size: 12px; letter-spacing: .03em; }

.confidence-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 14px; margin: 28px 0; }
.confidence-grid article, .essential-grid article {
  padding: 22px;
  border: 2px solid #a76f20;
  background: #fff0c6;
  color: #1c1008;
  box-shadow: inset 0 0 0 4px #f7e2a5,inset 0 0 0 5px rgba(123,77,22,.36);
}
.confidence-grid b, .essential-grid b { display: block; color: #211208; font-weight: 900; margin-bottom: 8px; }
.confidence-grid p, .confidence-grid a, .essential-grid span { color: #432817; font-size: 14px; font-weight: 600; line-height: 1.55; }

.product-page { background: linear-gradient(180deg,#080604,#130c08); }
.launch-product-shell .product-info-panel h1 span, .product-info-panel h1 span { color: #fff2cc; font-family: var(--font-body); font-size: clamp(17px,2vw,24px); font-weight: 700; line-height: 1.35; margin-top: 12px; }
.product-info-panel h1 { color: #f7d77f; font-weight: 900; }
.product-tagline { color: rgba(255,243,209,.86); font-family: var(--font-body); font-size: 17px; }
.product-availability { padding: 12px 14px; border-left: 4px solid #df5c2e; background: #f3da94; color: #24150b; font-size: 13px; line-height: 1.55; font-weight: 650; }
.product-buy { display: grid; grid-template-columns: 1fr 90px; gap: 9px; }
.product-buy label { display: grid; gap: 6px; }
.product-buy label > span { color: #ffe69a; font-size: 12px; letter-spacing: .12em; text-transform: uppercase; font-weight: 800; }
.product-buy select, .product-buy input { min-height: 48px; background: #fff5d8; color: #17100b; border: 2px solid #bd852c; padding: 0 12px; font-weight: 750; }
.product-buy select option { color: #17100b; background: #fff5d8; }
.product-buy .btn { grid-column: 1/-1; }
.contact-link { display: inline-flex; margin-top: 14px; color: #59d0c8; font-weight: 800; text-decoration: underline; text-underline-offset: 4px; }
.product-price-panel strong { color: #fff0bd; }
.product-price-panel del { color: rgba(255,243,209,.58); }
.product-price-panel span { color: #ffe7a0; border-color: rgba(242,212,126,.55); }
.product-essentials { display: grid; grid-template-columns: .75fr 1.25fr; gap: clamp(24px,6vw,86px); }
.product-essentials h2 { font-size: clamp(38px,4vw,64px); }
.essential-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 12px; }
.story-details { border: 1px solid #925c19; background: #fff4d3; }
.story-details summary { cursor: pointer; padding: 18px 20px; font-weight: 800; color: #5b3514; }
.details-body { padding: 0 20px 20px; }
.details-body, .details-body p { color: #3c2415; }
.symbol-list article { background: #fff0c6; border-color: #a76f20; }
.symbol-list b { color: #074f4c; }
.symbol-list p { color: #432817; }
.redirect-page { min-height: 100vh; display: grid; place-content: center; gap: 18px; text-align: center; padding: 24px; }
.toast[data-state="error"] { background: var(--state-error); color: #fff; }
.site-footer button { border: 0; background: none; color: inherit; padding: 0; text-align: left; cursor: pointer; font: inherit; }

@media (max-width:1050px) {
  .launch-grid, .launch-lookbook { grid-template-columns: repeat(2,minmax(0,1fr)); }
}
@media (max-width:820px) {
  body:before, body:after { display: none; }
  .launch-hero { width: 100%; margin: 0; padding: 24px 16px 28px; gap: 20px; border-left: 0; border-right: 0; }
  .launch-hero-copy h1 { font-size: clamp(48px,14vw,68px); line-height: .9; }
  .launch-hero-copy > p { font-size: 16px; line-height: 1.55; }
  .launch-hero-actions { display: grid; grid-template-columns: 1fr; width: 100%; }
  .launch-hero-actions .btn { width: 100%; }
  .launch-hero-media { width: min(620px,100%); height: min(46vh,430px); max-height: 50vh; }
  .launch-editorial { grid-template-columns: 1fr; }
  .launch-editorial-image { min-height: 420px; }
  .confidence-grid { grid-template-columns: 1fr 1fr; }
  .product-essentials { grid-template-columns: 1fr; }
}
@media (max-width:560px) {
  .top-note { font-size: 9px; letter-spacing: .11em; padding-inline: 12px; }
  .launch-hero-copy h1 { font-size: clamp(44px,13.6vw,60px); }
  .launch-hero-media { height: min(44vh,390px); }
  .launch-grid, .launch-lookbook, .confidence-grid, .essential-grid { grid-template-columns: 1fr; }
  .launch-product-card .product-info { min-height: 0; }
  .launch-editorial-image { min-height: 360px; }
  .launch-lookbook img { max-height: 570px; }
  .product-info-panel { padding: 24px 20px; }
  .essential-grid article { padding: 18px; }
}
@media (prefers-reduced-motion: reduce) {
  .launch-hero-media video { display: none !important; }
  .launch-poster { opacity: 1 !important; }
  *,*::before,*::after { scroll-behavior: auto !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
}


/* V24 · refinamiento visual, centrado y modernización */
:root {
  --launch-radius: 16px;
  --shadow: 0 22px 48px rgba(0,0,0,.26);
  --paper: #f4e7bf;
  --paper-2: #ead59b;
  --gold: #bf8a29;
  --gold-2: #f0d48d;
  --gold-dark: #80521f;
  --ivory: #fff5dc;
  --teal: #0d8f88;
  --teal-2: #0a625d;
  --red: #bf3d40;
  --coral: #d56334;
  --pink: #c65c78;
  --line: rgba(240, 212, 141, .42);
}

body {
  background:
    linear-gradient(rgba(8,6,4,.975),rgba(8,6,4,.992)),
    url('../ornaments/23_olinala-tile.svg') center top/420px 315px repeat;
}
.top-note { letter-spacing: .14em; }
.launch-hero {
  width: min(1140px, calc(100% - 28px));
  border-radius: 24px;
  padding: clamp(26px,4vw,48px);
  background:
    linear-gradient(180deg, rgba(10,7,4,.95), rgba(10,7,4,.985)),
    url('../ornaments/23_olinala-tile.svg') center/420px 315px repeat;
  box-shadow: 0 28px 62px rgba(0,0,0,.28), inset 0 0 0 1px rgba(255,245,220,.12);
}
.launch-hero:before {
  background:
    radial-gradient(circle at 50% 10%, rgba(240,212,141,.08), transparent 45%),
    linear-gradient(90deg, transparent, rgba(13,143,136,.08), transparent);
  opacity: 1;
}
.launch-hero-copy { max-width: 920px; }
.launch-hero-copy .kicker { display:none !important; }
.launch-hero-copy h1 {
  font-size: clamp(54px, 7vw, 96px);
  line-height: .9;
  letter-spacing: -.03em;
  text-shadow: 0 8px 24px rgba(0,0,0,.24);
}
.launch-hero-copy > p {
  color: rgba(255,245,220,.94);
  max-width: 760px;
}
.launch-hero-media {
  border-radius: 22px;
  background: linear-gradient(180deg,#0d0b09,#15110d);
  border: 1px solid rgba(240,212,141,.36);
  box-shadow: 0 18px 42px rgba(0,0,0,.28), inset 0 0 0 1px rgba(255,255,255,.06);
}
.launch-poster, .launch-hero-media video { background: transparent; }
.commerce-ribbon {
  border-radius: 18px;
  width: min(1120px, calc(100% - 28px));
  margin-inline: auto;
}
.launch-product-card, .related-card, .gallery-main, .product-info-panel, .confidence-grid article, .essential-grid article, .story-details, .launch-lookbook figure, .launch-editorial-image {
  border-radius: 20px;
}
.launch-product-card, .related-card, .gallery-main, .product-info-panel {
  box-shadow: 0 18px 44px rgba(0,0,0,.18), inset 0 0 0 1px rgba(255,245,220,.08);
}
.product-card, .related-card, .product-info-panel, .dark-section, .site-footer {
  background:
    linear-gradient(rgba(12,8,5,.96),rgba(7,5,3,.99)),
    url('../ornaments/23_olinala-tile.svg') center/420px 315px repeat;
}
.collection-section, .buying-section, .product-story, .product-essentials {
  background:
    linear-gradient(rgba(248,234,194,.985),rgba(234,214,160,.985)),
    url('../ornaments/23_olinala-tile.svg') center/420px 315px repeat;
}
.section-heading h2, .launch-editorial-copy h2, .product-essentials h2 { letter-spacing: -.025em; }
.product-visual,
.gallery-main,
.launch-lookbook figure,
.launch-editorial-image,
.related-card {
  display: grid;
  place-items: center;
}
.product-visual img,
.gallery-main img,
.launch-lookbook img,
.launch-editorial-image img,
.related-card img,
.cart-item img,
.origin-visual img,
.mural-card img {
  display: block;
  margin-inline: auto;
  object-fit: contain;
  object-position: center center;
  image-rendering: auto;
}
.product-visual img {
  width: 100%;
  height: 100%;
  max-width: 94%;
  max-height: 94%;
  padding: 0;
}
.gallery-main img {
  width: 100%;
  height: 100%;
  max-width: 94%;
  max-height: 94%;
  padding: 18px;
}
.launch-editorial-image img { max-width: 92%; }
.launch-lookbook img,
.related-card img {
  width: 100%;
  height: 100%;
  max-width: 94%;
  max-height: 94%;
  padding: 10px;
}
.product-info p { color: rgba(255,245,220,.88); }
.product-region { color: #6dd0c7; }
.confidence-grid b, .essential-grid b { font-size: 1.05rem; }
.confidence-grid p, .confidence-grid a, .essential-grid span { color: #3f2817; }
.footer-bottom span:last-child { opacity: .85; }
@media (max-width: 820px) {
  .launch-hero { width: calc(100% - 12px); margin: 8px auto 0; border-radius: 20px; }
  .commerce-ribbon { width: calc(100% - 12px); }
}
@media (max-width: 560px) {
  .launch-hero-copy h1 { font-size: clamp(42px, 13vw, 56px); }
  .launch-hero { padding: 22px 14px 24px; }
  .launch-hero-media { border-radius: 18px; }
  .launch-lookbook img, .related-card img { max-width: 92%; }
}
