﻿/*
Theme Name: Origen 506 Home
Theme URI: https://origen-cr-506.local
Author: Crosell
Description: Home editorial de Origen CR 506 construida para Local WP.
Version: 1.0.0
Text Domain: origencr506.com
*/

:root {
  --paper: #f4e7cf;
  --paper-deep: #ead5b6;
  --ink: #4a2d1a;
  --ink-soft: #6f5035;
  --gold: #c79f43;
  --olive: #6f7541;
  --olive-deep: #4d5630;
  --wine: #6e2c2f;
  --shadow: 0 22px 46px rgba(70, 40, 16, 0.16);
  --line: rgba(92, 60, 34, 0.16);
  --radius: 8px;
  --menu-size: clamp(1.02rem, calc(0.5rem + 0.9vw), 2.05rem);
  --menu-gap: clamp(16px, 2vw, 34px);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body.origen-home-body {
  margin: 0;
  color: var(--ink);
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
  background-color: #5a351f;
  background-image:
    linear-gradient(180deg, rgba(62, 36, 18, 0.42) 0%, rgba(44, 24, 12, 0.28) 100%),
    url("assets/images/global-wood-bg.webp");
  background-position: center top, center top;
  background-repeat: no-repeat, repeat;
  background-size: auto, 920px auto;
}

body.welcome-lock {
  overflow: hidden;
}

img {
  display: block;
  max-width: 100%;
}

a {
  color: inherit;
  text-decoration: none;
}

.screen-reader-text {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.origen-home {
  position: relative;
  overflow: hidden;
}

.origen-home::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  background:
    radial-gradient(circle at top, rgba(255, 246, 228, 0.1) 0%, transparent 32%),
    linear-gradient(180deg, rgba(255, 240, 214, 0.08) 0%, rgba(37, 21, 11, 0.18) 100%);
}

.home-stage {
  position: relative;
  overflow: hidden;
}

.welcome-sequence {
  position: fixed;
  inset: 0;
  z-index: 9999;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  color: #f9ecda;
  background: #1d110b;
  overflow: hidden;
  opacity: 1;
  transition: opacity 720ms ease, visibility 720ms ease;
}

.welcome-sequence.is-dismissing {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.welcome-sequence__media,
.welcome-sequence__video,
.welcome-sequence__veil {
  position: absolute;
  inset: 0;
}

.welcome-sequence__video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.welcome-sequence__veil {
  background:
    linear-gradient(90deg, rgba(18, 11, 7, 0.82) 0%, rgba(18, 11, 7, 0.38) 34%, rgba(18, 11, 7, 0.18) 100%),
    linear-gradient(180deg, rgba(18, 11, 7, 0.18) 0%, rgba(18, 11, 7, 0.52) 100%);
}

.welcome-sequence__content {
  position: relative;
  z-index: 2;
  width: min(480px, calc(100vw - 48px));
  margin: min(12vh, 120px) 0 0 min(6vw, 72px);
  display: grid;
  gap: 16px;
}

.welcome-sequence__eyebrow {
  margin: 0;
  font-size: 0.9rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgba(249, 236, 218, 0.78);
}

.welcome-sequence__content h1 {
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(3rem, 6vw, 5.7rem);
  line-height: 0.92;
}

.welcome-sequence__content p:last-of-type {
  margin: 0;
  max-width: 36ch;
  color: rgba(249, 236, 218, 0.88);
  line-height: 1.7;
  font-size: 1rem;
}

.welcome-sequence__enter,
.welcome-sequence__skip {
  border: 1px solid rgba(249, 236, 218, 0.26);
  border-radius: 8px;
  background: rgba(252, 246, 235, 0.12);
  color: #fff4e4;
  cursor: pointer;
}

.welcome-sequence__enter {
  width: fit-content;
  min-height: 46px;
  padding: 0.82rem 1.15rem;
  font-weight: 800;
}

.welcome-sequence__skip {
  position: absolute;
  top: 18px;
  right: 18px;
  z-index: 2;
  width: 46px;
  height: 46px;
  font-size: 1.8rem;
  line-height: 1;
}

.welcome-sequence__enter:hover,
.welcome-sequence__enter:focus-visible,
.welcome-sequence__skip:hover,
.welcome-sequence__skip:focus-visible {
  outline: none;
  background: rgba(252, 246, 235, 0.2);
  box-shadow: 0 0 0 2px rgba(255, 248, 238, 0.18);
}

.mockup-stage {
  width: 100vw;
  margin: 24px 0 0;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
}

.desktop-board {
  position: relative;
  display: block;
  width: 100%;
  height: 75svh;
  container-type: inline-size;
  border-radius: 0;
  overflow: hidden;
  background: #e9d2ad;
  box-shadow: none;
}

.desktop-board::before {
  content: none;
}

.desktop-board__image {
  position: absolute;
  inset: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
}

.desktop-board::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 2;
  background: linear-gradient(90deg, rgba(248, 238, 220, 0.12) 0%, transparent 40%, rgba(248, 238, 220, 0.12) 100%);
  pointer-events: none;
}

.board-header-shell {
  width: 100%;
  position: relative;
  z-index: 20;
  container-type: inline-size;
  padding: clamp(10px, calc(0.42rem + 0.36vw + 0.32svh), 18px) clamp(14px, calc(0.7rem + 1.2vw), 30px);
  background: linear-gradient(180deg, rgba(253, 250, 243, 0.14), rgba(242, 228, 202, 0.04));
  box-shadow: none;
}

.desktop-board__overlay {
  position: absolute;
  inset: 0;
  z-index: 3;
  display: block;
  padding: clamp(22px, 2.2vw, 34px) clamp(24px, 2.8vw, 42px) clamp(26px, 2.6vw, 36px) clamp(72px, 7vw, 132px);
}

.board-header {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}

.origen-marquee {
  position: relative;
  z-index: 14;
  width: 100%;
  overflow: hidden;
  pointer-events: none;
  background: transparent;
  border: 0;
  line-height: 0;
}

.origen-marquee__track {
  display: flex;
  align-items: center;
  width: max-content;
  animation: origenMarqueeScroll 54s linear infinite;
  will-change: transform;
}

.origen-marquee__group {
  display: flex;
  align-items: center;
  flex: 0 0 auto;
}

.origen-marquee__image {
  display: block;
  flex: 0 0 auto;
  width: auto;
  height: clamp(96px, 10vw, 148px);
  max-width: none;
}

.origen-marquee__image + .origen-marquee__image {
  margin-left: -3px;
}

@keyframes origenMarqueeScroll {
  from {
    transform: translate3d(0, 0, 0);
  }

  to {
    transform: translate3d(-33.333333%, 0, 0);
  }
}

.board-menu-toggle {
  display: none;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 5px;
  width: 46px;
  height: 46px;
  padding: 0;
  border: 1px solid rgba(74, 45, 26, 0.18);
  border-radius: 8px;
  background: rgba(255, 248, 236, 0.72);
  cursor: pointer;
}

.board-menu-toggle__line {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 999px;
  background: var(--ink);
  transition: transform 180ms ease, opacity 180ms ease;
}

.board-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0;
  width: auto;
  max-width: 100%;
  padding: 5px;
  border: 1px solid rgba(117, 78, 43, 0.24);
  border-radius: 10px;
  background: linear-gradient(180deg, rgba(255, 250, 242, 0.98) 0%, rgba(239, 221, 191, 0.96) 55%, rgba(220, 194, 154, 0.98) 100%);
  box-shadow: 0 14px 28px rgba(26, 16, 10, 0.18), inset 0 1px 0 rgba(255, 255, 255, 0.56), inset 0 -1px 0 rgba(124, 87, 45, 0.22);
  overflow: hidden;
}

.board-nav__link {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 46px;
  padding: 0.72rem clamp(0.9rem, 1.2cqw, 1.2rem);
  border-right: 1px solid rgba(117, 78, 43, 0.14);
  background: linear-gradient(180deg, rgba(255, 252, 246, 0.68) 0%, rgba(241, 226, 201, 0.46) 100%);
  color: #5a341d;
  font-size: clamp(0.82rem, 1.05cqw, 1.08rem);
  font-weight: 800;
  line-height: 1;
  text-transform: uppercase;
  text-shadow: 0 1px 0 rgba(255, 251, 244, 0.42);
  white-space: nowrap;
}

.board-nav__link:last-child {
  border-right: 0;
}

.board-nav__icon {
  width: 10px;
  height: 10px;
  border-radius: 2px;
  background: linear-gradient(180deg, #f7d899 0%, #d5a95a 58%, #875528 100%);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.3), 0 0 0 1px rgba(90, 52, 29, 0.16);
  flex: 0 0 auto;
}

.board-nav__label {
  display: block;
}

.board-nav__link:hover,
.board-nav__link:focus-visible {
  outline: none;
  background: linear-gradient(180deg, rgba(255, 252, 246, 0.96) 0%, rgba(234, 213, 182, 0.92) 100%);
  color: #4a2d1a;
}

.board-nav__link.is-current,
.board-nav__link[aria-current="page"] {
  background-image: linear-gradient(180deg, rgba(255, 248, 234, 0.18) 0%, rgba(61, 33, 18, 0.18) 100%), url("assets/images/global-wood-bg.webp");
  background-size: cover;
  background-position: center;
  color: #fff7e8;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.18), inset 0 -3px 0 rgba(56, 28, 14, 0.56);
}

.board-nav__link.is-current .board-nav__icon,
.board-nav__link[aria-current="page"] .board-nav__icon {
  background: linear-gradient(180deg, #ffe3a8 0%, #d7a95c 58%, #7a4a24 100%);
}

.board-hero {
  display: block;
  width: min(42vw, 620px);
  padding-top: clamp(34px, 5vh, 82px);
}

.board-copy {
  max-width: min(40vw, 560px);
  display: grid;
  gap: clamp(14px, 1vw, 20px);
}

.board-copy__eyebrow {
  margin: 0;
  color: var(--ink-soft);
  font-size: clamp(1rem, 1.15cqw, 1.8rem);
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.board-copy h2 {
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(4rem, 7.6cqw, 10rem);
  line-height: 0.88;
}

.board-copy p {
  margin: 0;
  max-width: 38ch;
  font-size: clamp(1.08rem, 1.55cqw, 1.9rem);
  line-height: 1.65;
  color: var(--ink-soft);
}

.board-copy__values {
  color: var(--olive-deep);
  font-size: clamp(1.04rem, 1.18cqw, 1.6rem);
  font-weight: 800;
  text-transform: uppercase;
}

.board-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  padding-top: 6px;
}

.board-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 0.82rem 1.05rem;
  border: 1px solid rgba(74, 45, 26, 0.16);
  border-radius: var(--radius);
  font-size: clamp(1rem, 1.12cqw, 1.5rem);
  font-weight: 800;
}

.board-button--primary {
  background: rgba(111, 117, 65, 0.94);
  color: #fff8ec;
}

.board-button--secondary {
  background: rgba(255, 248, 236, 0.82);
  color: var(--ink);
}

.board-recent {
  width: min(320px, 29vw);
  padding: 18px;
  border: 1px solid rgba(74, 45, 26, 0.16);
  border-radius: var(--radius);
  background: rgba(248, 236, 214, 0.78);
  box-shadow: 0 20px 40px rgba(62, 36, 16, 0.18);
  backdrop-filter: blur(2px);
}

.board-recent__eyebrow {
  margin: 0;
  color: var(--wine);
  font-size: 0.8rem;
  font-weight: 800;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

.board-recent img {
  width: 100%;
  aspect-ratio: 4 / 5;
  margin: 12px 0 14px;
  object-fit: cover;
  border-radius: 6px;
}

.board-recent__body {
  display: grid;
  gap: 10px;
}

.board-recent__body h3 {
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.8rem;
  line-height: 0.98;
}

.board-recent__body p {
  margin: 0;
  color: var(--ink-soft);
  line-height: 1.6;
}

.mobile-board {
  display: none;
}

.mobile-board__frame {
  position: relative;
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.mobile-board__frame img {
  width: 100%;
  height: auto;
  aspect-ratio: auto;
  object-fit: contain;
}

.mobile-board__overlay {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  gap: 10px;
  padding: 18px;
  background: linear-gradient(180deg, rgba(244, 231, 207, 0.82) 0%, rgba(244, 231, 207, 0.14) 58%, rgba(50, 29, 15, 0.08) 100%);
}

.mobile-board__overlay h2 {
  margin: 0;
  max-width: 8ch;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 2.8rem;
  line-height: 0.92;
}

.mobile-board__overlay p:last-child {
  margin: 0;
  max-width: 22ch;
  color: var(--ink-soft);
  line-height: 1.55;
}

.mobile-featured {
  width: min(440px, calc(100vw - 24px));
  margin: 14px auto 0;
  padding: 16px;
  border: 1px solid rgba(74, 45, 26, 0.14);
  border-radius: var(--radius);
  background: rgba(252, 245, 233, 0.88);
  box-shadow: var(--shadow);
}

.mobile-featured__row {
  display: grid;
  grid-template-columns: 88px 1fr;
  gap: 12px;
  margin: 10px 0 12px;
}

.mobile-featured__row img {
  width: 88px;
  height: 112px;
  object-fit: cover;
  border-radius: 6px;
}

.mobile-featured__row h3 {
  margin: 0 0 6px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.5rem;
  line-height: 1;
}

.mobile-featured__row p {
  margin: 0;
  color: var(--ink-soft);
  line-height: 1.55;
}

.mobile-links {
  width: min(440px, calc(100vw - 24px));
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  margin: 14px auto 0;
}

.mobile-links a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 0.8rem 1rem;
  border: 1px solid rgba(74, 45, 26, 0.14);
  border-radius: var(--radius);
  background: rgba(255, 249, 241, 0.74);
  font-weight: 700;
  text-align: center;
}

.content-sections {
  width: min(1320px, calc(100vw - 36px));
  margin: 26px auto 56px;
  display: grid;
  gap: 24px;
}

.section-panel {
  padding: 28px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: rgba(252, 245, 233, 0.88);
  box-shadow: var(--shadow);
}

.section-heading {
  margin-bottom: 20px;
}

.section-heading p {
  margin: 0;
  color: var(--ink-soft);
  font-size: 0.92rem;
  font-weight: 700;
  text-transform: uppercase;
}

.section-heading h2 {
  margin: 10px 0 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2rem, 4vw, 3.8rem);
  line-height: 0.96;
}

.marcas-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.story-card {
  display: grid;
  grid-template-columns: minmax(0, 240px) minmax(0, 1fr);
  gap: 18px;
  padding: 16px;
  border: 1px solid rgba(74, 45, 26, 0.12);
  border-radius: var(--radius);
  background: linear-gradient(180deg, rgba(255, 250, 244, 0.82), rgba(241, 226, 203, 0.92));
}

.story-card img {
  width: 100%;
  height: 100%;
  min-height: 220px;
  object-fit: cover;
  border-radius: 6px;
}

.story-card__content {
  display: grid;
  align-content: start;
  gap: 12px;
}

.story-card__content h3,
.contact-panel h3,
.experience-card h3,
.video-panel h3 {
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 2rem;
  line-height: 1;
}

.story-card__content p,
.experience-card p,
.video-panel p,
.contact-panel p,
.about-copy p,
.trazabilidad-copy p {
  margin: 0;
  color: var(--ink-soft);
  line-height: 1.7;
  font-size: 1rem;
}

.action-link {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: var(--olive-deep);
  font-weight: 800;
}

.action-link::after {
  content: "\2192";
  font-size: 1.1rem;
}

.split-panel,
.about-panel {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
  gap: 22px;
  align-items: stretch;
}

.trazabilidad-media,
.about-media {
  padding: 18px;
  border: 1px solid rgba(74, 45, 26, 0.12);
  border-radius: var(--radius);
  background: rgba(255, 250, 242, 0.66);
}

.trazabilidad-media img,
.about-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 6px;
}

.trazabilidad-copy,
.about-copy {
  display: grid;
  align-content: start;
  gap: 14px;
}

.pill-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  padding: 0;
  margin: 4px 0 0;
  list-style: none;
}

.pill-list li {
  padding: 0.55rem 0.9rem;
  border: 1px solid rgba(74, 45, 26, 0.12);
  border-radius: 999px;
  background: rgba(255, 251, 245, 0.9);
  font-size: 0.95rem;
  font-weight: 700;
}

.experiencias-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.experience-card,
.video-panel,
.contact-panel {
  padding: 22px;
  border: 1px solid rgba(74, 45, 26, 0.12);
  border-radius: var(--radius);
  background: linear-gradient(180deg, rgba(255, 250, 243, 0.86), rgba(238, 222, 198, 0.9));
}

.experience-card__tag,
.video-panel__tag,
.contact-panel__tag {
  display: inline-flex;
  align-items: center;
  padding: 0.45rem 0.75rem;
  border-radius: 999px;
  background: rgba(199, 159, 67, 0.16);
  color: var(--olive-deep);
  font-size: 0.82rem;
  font-weight: 800;
  text-transform: uppercase;
}

.video-panel {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: 22px;
  align-items: center;
}

.video-panel__image {
  overflow: hidden;
  border-radius: 6px;
  border: 1px solid rgba(74, 45, 26, 0.12);
}

.video-panel__image img {
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
}

.video-panel__content {
  display: grid;
  gap: 12px;
}

.contact-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.contact-panel a {
  color: var(--olive-deep);
  font-weight: 800;
}

.contact-panel__row {
  display: grid;
  gap: 10px;
}

.contact-whatsapp-builder {
  display: grid;
  gap: 22px;
}

.contact-whatsapp-builder__intro {
  display: grid;
  gap: 10px;
  max-width: 72ch;
}

.contact-whatsapp-builder__intro h2 {
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2rem, 2.6vw, 3rem);
  line-height: 1.02;
}

.contact-whatsapp-builder__intro p,
.contact-whatsapp-form__selection,
.contact-whatsapp-form__empty,
.contact-whatsapp-form__fallback p {
  margin: 0;
  color: var(--ink-soft);
  line-height: 1.7;
}

.contact-whatsapp-form {
  display: grid;
  gap: 18px;
}

.contact-whatsapp-form__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.contact-whatsapp-form__field {
  display: grid;
  gap: 8px;
}

.contact-whatsapp-form__field--message {
  grid-column: 1 / -1;
}

.contact-whatsapp-form__field span {
  font-size: 0.92rem;
  font-weight: 800;
  color: var(--ink);
  text-transform: uppercase;
  letter-spacing: 0.02em;
}

.contact-whatsapp-form__field input,
.contact-whatsapp-form__field textarea {
  width: 100%;
  padding: 0.9rem 1rem;
  border: 1px solid rgba(74, 45, 26, 0.14);
  border-radius: var(--radius);
  background: rgba(255, 250, 243, 0.92);
  color: var(--ink);
  font: inherit;
}

.contact-whatsapp-form__field textarea {
  min-height: 124px;
  resize: vertical;
}

.contact-whatsapp-form__field input:focus,
.contact-whatsapp-form__field textarea:focus {
  outline: none;
  border-color: rgba(111, 117, 65, 0.72);
  box-shadow: 0 0 0 3px rgba(111, 117, 65, 0.12);
}

.contact-product-picker {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.contact-product-option {
  display: grid;
  grid-template-columns: 72px minmax(0, 1fr);
  align-items: center;
  gap: 12px;
  width: 100%;
  padding: 12px;
  border: 1px solid rgba(74, 45, 26, 0.12);
  border-radius: var(--radius);
  background: rgba(255, 248, 238, 0.84);
  color: var(--ink);
  text-align: left;
  cursor: pointer;
  transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease, background 180ms ease;
}

.contact-product-option:hover,
.contact-product-option:focus-visible {
  transform: translateY(-2px);
  border-color: rgba(111, 117, 65, 0.5);
  box-shadow: 0 14px 28px rgba(74, 45, 26, 0.12);
}

.contact-product-option.is-selected {
  border-color: rgba(111, 117, 65, 0.85);
  background: rgba(240, 234, 220, 0.96);
  box-shadow: 0 18px 34px rgba(74, 45, 26, 0.14);
}

.contact-product-option__media {
  display: block;
  overflow: hidden;
  border-radius: 14px;
  border: 1px solid rgba(74, 45, 26, 0.1);
  background: rgba(255, 250, 243, 0.96);
}

.contact-product-option__media img {
  display: block;
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
}

.contact-product-option__placeholder {
  display: grid;
  place-items: center;
  width: 100%;
  aspect-ratio: 1 / 1;
  padding: 8px;
  font-size: 0.72rem;
  font-weight: 700;
  text-align: center;
  color: var(--ink-soft);
}

.contact-product-option__copy {
  display: grid;
  gap: 5px;
}

.contact-product-option__copy strong {
  font-size: 1rem;
  line-height: 1.2;
}

.contact-product-option__copy span,
.contact-product-option__copy small {
  color: var(--ink-soft);
  line-height: 1.45;
}

.contact-product-option__copy small {
  font-size: 0.86rem;
}

.contact-product-option.is-hidden {
  display: none;
}

.contact-whatsapp-form__footer,
.contact-whatsapp-form__actions,
.contact-whatsapp-form__fallback {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px 16px;
}

.contact-whatsapp-form__footer {
  justify-content: space-between;
}

.contact-whatsapp-form__actions {
  justify-content: flex-end;
}

.contact-whatsapp-form__submit[disabled],
.contact-whatsapp-form__submit[aria-disabled="true"] {
  opacity: 0.56;
  cursor: not-allowed;
  box-shadow: none;
}

.contact-whatsapp-form__empty[hidden] {
  display: none;
}

.origen-site-footer {
  width: 100%;
  max-width: none;
  margin: 26px 0 40px;
  padding: 24px clamp(18px, 2.6vw, 36px);
  container-type: inline-size;
  border-radius: 0;
  background: linear-gradient(180deg, #4a2d1a 0%, #311b0f 100%);
  color: #f7ecdc;
  box-shadow: 0 24px 50px rgba(49, 27, 15, 0.24);
}

.origen-site-footer__inner {
  width: min(1320px, 100%);
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 16px 24px;
}

.origen-site-footer p {
  margin: 0;
  font-size: clamp(1.04rem, 1.3cqw, 1.72rem);
  color: rgba(247, 236, 220, 0.82);
}

.origen-site-footer__links {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 18px;
}

.origen-site-footer__links a {
  color: #f7ecdc;
  font-size: clamp(1.04rem, 1.3cqw, 1.72rem);
  font-weight: 700;
}

.board-header-brand,
.origen-site-footer__brand {
  display: block;
}

.board-header-brand {
  width: clamp(118px, 9vw, 168px);
}

.origen-site-footer__brand {
  width: clamp(128px, 9vw, 180px);
}

.board-header-brand img,
.origen-site-footer__brand img {
  display: block;
  width: 100%;
  height: auto;
}

.products-bean-strip {
  width: 100%;
  max-width: none;
  margin: 0;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0;
  align-items: end;
  overflow: hidden;
}

.products-bean-strip__image {
  display: block;
  width: 100%;
  height: clamp(116px, 10vw, 188px);
  object-fit: cover;
  object-position: center bottom;
}

.origen-site-main {
  width: 100%;
}

.inner-page-shell {
  width: min(1320px, calc(100vw - 36px));
  margin: 28px auto 56px;
  display: grid;
  gap: 24px;
}

.inner-page-hero {
  display: grid;
  gap: 14px;
  padding: 34px 32px;
}

.inner-page-hero p {
  margin: 0;
  color: var(--ink-soft);
  font-size: 0.95rem;
  font-weight: 800;
  text-transform: uppercase;
}

.inner-page-hero h1 {
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2.8rem, 4vw, 4.9rem);
  line-height: 0.94;
}

.inner-page-hero__summary {
  margin: 0;
  max-width: 56ch;
  color: var(--ink-soft);
  font-size: clamp(1.04rem, 1.2vw, 1.3rem);
  line-height: 1.7;
}

.inner-grid,
.archive-grid,
.post-list {
  display: grid;
  gap: 18px;
}

.inner-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.archive-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.archive-card {
  display: grid;
  gap: 14px;
  padding: 18px;
  border: 1px solid rgba(74, 45, 26, 0.12);
  border-radius: var(--radius);
  background: linear-gradient(180deg, rgba(255, 250, 243, 0.86), rgba(238, 222, 198, 0.9));
}

.archive-card__image {
  overflow: hidden;
  border-radius: 6px;
  border: 1px solid rgba(74, 45, 26, 0.12);
}

.archive-card__image img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
}

.archive-card__meta {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  padding: 0.45rem 0.75rem;
  border-radius: 999px;
  background: rgba(199, 159, 67, 0.16);
  color: var(--olive-deep);
  font-size: 0.82rem;
  font-weight: 800;
  text-transform: uppercase;
}

.archive-card h2,
.post-card h2 {
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.6rem, 2vw, 2.2rem);
  line-height: 1;
}

.archive-card p,
.post-card p,
.meta-list li,
.entry-content,
.entry-content p,
.single-copy p {
  margin: 0;
  color: var(--ink-soft);
  line-height: 1.7;
}

.entry-content,
.single-copy,
.post-card {
  display: grid;
  gap: 16px;
}

.entry-content > *:first-child,
.single-copy > *:first-child {
  margin-top: 0;
}

.entry-content > *:last-child,
.single-copy > *:last-child {
  margin-bottom: 0;
}

.single-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: 22px;
  align-items: start;
}

.single-media {
  padding: 18px;
  border: 1px solid rgba(74, 45, 26, 0.12);
  border-radius: var(--radius);
  background: rgba(255, 250, 242, 0.74);
}

.single-media img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  border-radius: 6px;
}

.meta-list {
  display: grid;
  gap: 10px;
  padding: 0;
  margin: 0;
  list-style: none;
}

.meta-list li {
  padding: 0.9rem 1rem;
  border: 1px solid rgba(74, 45, 26, 0.1);
  border-radius: 6px;
  background: rgba(255, 251, 245, 0.9);
}

.post-card {
  padding: 22px;
  border: 1px solid rgba(74, 45, 26, 0.12);
  border-radius: var(--radius);
  background: rgba(252, 245, 233, 0.88);
  box-shadow: var(--shadow);
}

.post-card__meta {
  display: inline-flex;
  width: fit-content;
  padding: 0.45rem 0.75rem;
  border-radius: 999px;
  background: rgba(111, 117, 65, 0.12);
  color: var(--olive-deep);
  font-size: 0.82rem;
  font-weight: 800;
  text-transform: uppercase;
}

.empty-state {
  padding: 22px;
  border: 1px dashed rgba(74, 45, 26, 0.24);
  border-radius: var(--radius);
  background: rgba(252, 245, 233, 0.7);
  color: var(--ink-soft);
  line-height: 1.7;
}

@media (min-width: 821px) {
  .home-stage {
    display: flex;
    flex-direction: column;
    min-height: 100svh;
    padding-bottom: 0;
    background-image:
      linear-gradient(180deg, rgba(244, 231, 207, 0.14) 0%, rgba(244, 231, 207, 0.08) 14%, rgba(30, 17, 9, 0.18) 100%),
      url("assets/images/home-background.png");
    background-position: center -28px, center -28px;
    background-repeat: no-repeat, no-repeat;
    background-size: cover, cover;
  }

  .origen-home {
    flex: 1;
    display: flex;
    min-height: 0;
  }

  .mockup-stage {
    flex: 1;
    display: flex;
    align-items: stretch;
    margin-top: 0;
  }

  .desktop-board {
    flex: 1;
    height: auto;
    min-height: 0;
    background: transparent;
  }

  .desktop-board__image {
    display: none;
  }

  .board-header-shell {
    background: linear-gradient(180deg, rgba(248, 237, 217, 0.82), rgba(248, 237, 217, 0.18));
    box-shadow: none;
    backdrop-filter: blur(6px);
  }

  .origen-site-footer {
    margin: auto 0 0;
    background: linear-gradient(180deg, rgba(73, 43, 24, 0.76) 0%, rgba(39, 22, 12, 0.9) 100%);
    box-shadow: none;
    backdrop-filter: blur(8px);
  }
}

@media (max-width: 1100px) {
  .board-header-shell {
    padding: 12px 22px;
  }

  .desktop-board__overlay {
    padding: 24px 28px 26px 72px;
  }

  .desktop-board {
    height: 72svh;
  }

  .board-nav {
    max-width: min(100%, 1320px);
  }

  .board-hero {
    padding-top: 34px;
  }

  .board-copy h2 {
    font-size: clamp(3.8rem, 8.2cqw, 7.2rem);
  }

  .marcas-grid,
  .experiencias-grid,
  .contact-grid,
  .split-panel,
  .about-panel,
  .video-panel,
  .inner-grid,
  .archive-grid,
  .single-grid {
    grid-template-columns: 1fr;
  }

  .story-card {
    grid-template-columns: 1fr;
  }

  .contact-whatsapp-form__grid,
  .contact-product-picker {
    grid-template-columns: 1fr;
  }

  .contact-whatsapp-form__footer {
    align-items: stretch;
  }

  .contact-whatsapp-form__actions {
    width: 100%;
    justify-content: flex-start;
  }
}

@media (max-width: 980px) {
  .board-header-shell {
    padding: 12px 16px;
  }

  .board-header {
    justify-content: flex-end;
    min-height: 46px;
  }

  .board-menu-toggle {
    display: inline-flex;
  }

  .contact-product-option {
    grid-template-columns: 64px minmax(0, 1fr);
  }

  .board-nav {
    position: absolute;
    top: calc(100% + 10px);
    left: 16px;
    right: 16px;
    z-index: 30;
    width: auto;
    display: grid;
    gap: 0;
    padding: 8px 0;
    border: 1px solid rgba(74, 45, 26, 0.14);
    border-radius: 8px;
    background: linear-gradient(180deg, rgba(255, 251, 245, 0.98) 0%, rgba(239, 221, 191, 0.97) 100%);
    box-shadow: 0 18px 40px rgba(60, 33, 15, 0.18);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: translateY(-8px);
    transition: opacity 180ms ease, transform 180ms ease, visibility 180ms ease;
  }

  .board-header-shell.is-menu-open .board-nav {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: translateY(0);
  }

  .board-header-shell.is-menu-open .board-menu-toggle__line:nth-child(1) {
    transform: translateY(7px) rotate(45deg);
  }

  .board-header-shell.is-menu-open .board-menu-toggle__line:nth-child(2) {
    opacity: 0;
  }

  .board-header-shell.is-menu-open .board-menu-toggle__line:nth-child(3) {
    transform: translateY(-7px) rotate(-45deg);
  }

  .board-nav__link {
    display: block;
    padding: 0.9rem 1rem;
    font-size: clamp(0.92rem, calc(0.82rem + 0.18vw + 0.18svh), 1.02rem);
    text-align: left;
    border-right: 0;
  }

  .board-nav__link + .board-nav__link {
    border-top: 1px solid rgba(74, 45, 26, 0.08);
  }
}

@media (max-width: 560px) {
  .board-header {
    gap: 12px;
  }

  .welcome-sequence__content h1 {
    font-size: 2.7rem;
  }

  .welcome-sequence__content p:last-of-type {
    font-size: 0.95rem;
  }

  .mobile-board__overlay h2 {
    font-size: 2.4rem;
  }

  .mobile-featured__row {
    grid-template-columns: 1fr;
  }

  .mobile-featured__row img {
    width: 100%;
    height: 180px;
  }

  .mobile-links {
    grid-template-columns: 1fr;
  }

  .section-heading h2,
  .story-card__content h3,
  .contact-panel h3,
  .experience-card h3,
  .video-panel h3,
  .archive-card h2,
  .post-card h2,
  .inner-page-hero h1 {
    font-size: 1.8rem;
  }

  .origen-site-footer__inner {
    align-items: flex-start;
    flex-direction: column;
  }
}

@media (min-width: 981px) {
  .board-header-shell {
    display: flex;
    justify-content: center;
    padding: clamp(12px, 1.1vw, 24px) clamp(18px, 2vw, 48px);
  }

  .board-header {
    width: min(calc(100vw - clamp(36px, 3vw, 96px)), 2200px);
    margin: 0 auto;
    justify-content: center;
  }

  .board-nav {
    width: min(calc(100vw - clamp(36px, 3vw, 96px)), 2200px);
    margin: 0 auto;
    justify-content: center;
    container-type: inline-size;
  }

  .board-nav__link {
    flex: 1 1 0;
    min-width: 0;
    padding: clamp(0.74rem, 0.24vw + 0.68rem, 1rem) clamp(0.82rem, 0.5vw + 0.68rem, 1.65rem);
    container-type: inline-size;
  }

  .board-nav__label {
    font-size: clamp(0.98rem, 11cqi, 1.72rem);
    text-align: center;
  }

  .origen-site-footer {
    display: flex;
    justify-content: center;
    width: 100%;
    padding: clamp(22px, 1.6vw, 32px) clamp(18px, 2vw, 48px);
  }

  .origen-site-footer__inner {
    width: min(calc(100vw - clamp(36px, 3vw, 96px)), 2200px);
    margin: 0 auto;
    justify-content: center;
    text-align: center;
    gap: clamp(14px, 1vw, 24px) clamp(24px, 2vw, 40px);
    container-type: inline-size;
  }

  .origen-site-footer p {
    width: 100%;
    text-align: center;
    font-size: clamp(1.04rem, 1.5cqi, 1.8rem);
  }

  .origen-site-footer__links {
    width: 100%;
    justify-content: center;
    gap: clamp(12px, 1vw, 24px) clamp(18px, 1.4vw, 32px);
  }

  .origen-site-footer__links a {
    font-size: clamp(1rem, 1.35cqi, 1.62rem);
  }

  .products-bean-strip {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .products-bean-strip__image:nth-child(3) {
    display: none;
  }
}

.home-story-launch {
  position: absolute;
  top: clamp(210px, 24vw, 342px);
  left: clamp(58px, 13vw, 190px);
  z-index: 5;
  box-shadow: 0 18px 34px rgba(58, 33, 18, 0.2);
}

.home-story-launch--mobile {
  position: static;
  box-shadow: 0 16px 28px rgba(58, 33, 18, 0.2);
}

.mobile-board__overlay--story {
  justify-content: flex-start;
  align-items: flex-start;
  background: none;
  pointer-events: none;
}

.mobile-board__overlay--story .home-story-launch--mobile {
  pointer-events: auto;
  margin: clamp(420px, 86vw, 640px) 0 0 clamp(18px, 6vw, 34px);
}

.home-story-modal-open {
  overflow: hidden;
}

.home-story-modal {
  position: fixed;
  inset: 0;
  z-index: 12000;
  display: grid;
  place-items: center;
  padding: clamp(16px, 2vw, 30px);
  opacity: 0;
  visibility: hidden;
  transition: opacity 180ms ease, visibility 180ms ease;
}

.home-story-modal.is-open {
  opacity: 1;
  visibility: visible;
}

.home-story-modal__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(23, 12, 7, 0.78);
  backdrop-filter: blur(6px);
}

.home-story-modal__dialog {
  position: relative;
  z-index: 1;
  width: min(1120px, calc(100vw - 32px));
  padding: clamp(20px, 1.8vw, 24px);
  border-radius: 20px;
  background: rgba(24, 13, 8, 0.94);
  box-shadow: 0 28px 60px rgba(0, 0, 0, 0.28);
}

.home-story-modal__video {
  display: block;
  width: 100%;
  max-height: calc(100vh - 96px);
  border-radius: 14px;
  background: #000;
}

.home-story-modal__close {
  position: absolute;
  top: 10px;
  left: 10px;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  padding: 0;
  border: 0;
  border-radius: 999px;
  background: rgba(255, 248, 236, 0.94);
  color: #4a2d1a;
  font-size: 1.85rem;
  line-height: 1;
  cursor: pointer;
  box-shadow: 0 12px 22px rgba(0, 0, 0, 0.16);
  transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease;
}

.home-story-modal__close:hover,
.home-story-modal__close:focus-visible {
  transform: translateY(-1px);
  box-shadow: 0 14px 26px rgba(0, 0, 0, 0.22);
}

@media (max-width: 1100px) {
  .home-story-launch {
    top: clamp(176px, 25vw, 278px);
    left: clamp(32px, 9vw, 92px);
  }
}

@media (max-width: 860px) {
  .home-story-modal__dialog {
    width: min(100vw - 20px, 920px);
    padding: 14px;
    border-radius: 16px;
  }

  .home-story-modal__video {
    max-height: calc(100vh - 84px);
    border-radius: 10px;
  }

  .home-story-modal__close {
    top: 6px;
    left: 6px;
  }
}
.contact-direct-strip {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 14px;
}

.contact-direct-strip__item {
  display: grid;
  align-content: start;
  gap: 8px;
  min-height: 100%;
  padding: 18px 16px;
  border: 1px solid rgba(74, 45, 26, 0.12);
  border-radius: 16px;
  background: rgba(255, 248, 238, 0.78);
  color: var(--ink, #4a2d1a);
  text-decoration: none;
  box-shadow: 0 12px 24px rgba(74, 45, 26, 0.08);
  transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}

.contact-direct-strip__item:hover,
.contact-direct-strip__item:focus-visible {
  transform: translateY(-2px);
  border-color: rgba(111, 117, 65, 0.45);
  box-shadow: 0 16px 28px rgba(74, 45, 26, 0.12);
}

.contact-direct-strip__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  border-radius: 999px;
  background: rgba(111, 117, 65, 0.12);
  color: #6f7541;
}

.contact-direct-strip__icon svg {
  width: 20px;
  height: 20px;
  display: block;
}

.contact-direct-strip__label {
  font-size: 0.82rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: var(--ink-soft, #7a6857);
}

.contact-direct-strip__item strong {
  font-size: 1rem;
  line-height: 1.35;
  color: #4a2d1a;
  word-break: break-word;
}

@media (max-width: 1180px) {
  .contact-direct-strip {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 820px) {
  .contact-direct-strip {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 560px) {
  .contact-direct-strip {
    grid-template-columns: 1fr;
  }
}
.experience-strip__controls {
  position: absolute;
  inset: 50% clamp(10px, 1.4vw, 14px) auto;
  z-index: 4;
  display: flex;
  justify-content: space-between;
  transform: translateY(-50%);
  pointer-events: none;
}

.experience-strip__nav {
  pointer-events: auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  padding: 0;
  border: 1px solid rgba(103, 73, 47, 0.18);
  border-radius: 999px;
  background: rgba(255, 249, 241, 0.9);
  color: #6a4123;
  box-shadow: 0 16px 30px rgba(82, 52, 27, 0.16);
  cursor: pointer;
  transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease;
}

.experience-strip__nav:hover,
.experience-strip__nav:focus-visible {
  transform: translateY(-1px);
  box-shadow: 0 18px 32px rgba(82, 52, 27, 0.22);
}

.experience-strip__nav span {
  display: block;
  font-size: 2rem;
  line-height: 1;
}

.experience-strip__item-button {
  display: block;
  width: 100%;
  height: 100%;
  padding: 0;
  border: 0;
  background: transparent;
  cursor: zoom-in;
}

.experience-strip__item-button:focus-visible {
  outline: 2px solid rgba(92, 57, 34, 0.48);
  outline-offset: 4px;
}

.experience-strip__item img {
  transition: transform 220ms ease;
}

.experience-strip__item-button:hover img,
.experience-strip__item-button:focus-visible img {
  transform: scale(1.04);
}

.experience-lightbox-open {
  overflow: hidden;
}

.experience-lightbox {
  position: fixed;
  inset: 0;
  z-index: 12000;
  display: grid;
  place-items: center;
  padding: clamp(16px, 2vw, 30px);
  opacity: 0;
  visibility: hidden;
  transition: opacity 180ms ease, visibility 180ms ease;
}

.experience-lightbox.is-open {
  opacity: 1;
  visibility: visible;
}

.experience-lightbox__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(21, 11, 6, 0.82);
  backdrop-filter: blur(6px);
}

.experience-lightbox__dialog {
  position: relative;
  z-index: 1;
  width: min(1000px, calc(100vw - 32px));
  max-height: calc(100vh - 40px);
  padding: clamp(16px, 1.6vw, 22px);
  border-radius: 18px;
  background: rgba(24, 13, 8, 0.94);
  box-shadow: 0 28px 60px rgba(0, 0, 0, 0.3);
}

.experience-lightbox__image {
  display: block;
  width: 100%;
  max-height: calc(100vh - 96px);
  object-fit: contain;
  border-radius: 12px;
  background: #120a06;
}

.experience-lightbox__close {
  position: absolute;
  top: 8px;
  left: 8px;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  padding: 0;
  border: 0;
  border-radius: 999px;
  background: rgba(255, 248, 236, 0.94);
  color: #4a2d1a;
  font-size: 1.82rem;
  line-height: 1;
  cursor: pointer;
  box-shadow: 0 12px 22px rgba(0, 0, 0, 0.16);
}

.experience-lightbox__nav {
  position: absolute;
  top: 50%;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 46px;
  height: 46px;
  padding: 0;
  border: 0;
  border-radius: 999px;
  background: rgba(255, 248, 236, 0.92);
  color: #4a2d1a;
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.18);
  cursor: pointer;
  transform: translateY(-50%);
  transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease;
}

.experience-lightbox__nav:hover,
.experience-lightbox__nav:focus-visible {
  box-shadow: 0 16px 30px rgba(0, 0, 0, 0.24);
}

.experience-lightbox__nav--prev {
  left: 14px;
}

.experience-lightbox__nav--next {
  right: 14px;
}

.experience-lightbox__nav span {
  display: block;
  font-size: 2rem;
  line-height: 1;
}

@media (max-width: 720px) {
  .experience-strip__nav {
    width: 40px;
    height: 40px;
  }

  .experience-lightbox__dialog {
    width: min(100vw - 20px, 920px);
    padding: 12px;
    border-radius: 14px;
  }

  .experience-lightbox__image {
    max-height: calc(100vh - 84px);
    border-radius: 10px;
  }

  .experience-lightbox__close {
    top: 6px;
    left: 6px;
  }

  .experience-lightbox__nav {
    width: 40px;
    height: 40px;
  }

  .experience-lightbox__nav--prev {
    left: 8px;
  }

  .experience-lightbox__nav--next {
    right: 8px;
  }
}


.origen-page-transition {
  position: fixed;
  inset: -12vh -6vw;
  z-index: 12000;
  pointer-events: none;
  overflow: hidden;
  opacity: 0;
  transform: scale(1.015);
  transition:
    opacity 600ms cubic-bezier(0.22, 1, 0.36, 1),
    transform 860ms cubic-bezier(0.22, 1, 0.36, 1);
  background:
    linear-gradient(180deg, rgba(56, 31, 15, 0.08) 0%, rgba(86, 50, 27, 0.14) 36%, rgba(247, 236, 217, 0.12) 100%),
    radial-gradient(circle at 50% 115%, rgba(197, 140, 83, 0.18), transparent 28%);
  backdrop-filter: blur(6px) saturate(1.02);
}

.origen-page-transition::before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -10vh;
  width: min(54vw, 520px);
  height: min(28vh, 280px);
  opacity: 0;
  transform: translateX(-50%) scale(0.74);
  transition:
    opacity 380ms ease,
    transform 800ms cubic-bezier(0.22, 1, 0.36, 1);
  background:
    radial-gradient(ellipse at center, rgba(118, 68, 34, 0.44) 0%, rgba(180, 119, 66, 0.34) 28%, rgba(241, 218, 187, 0.16) 62%, transparent 78%);
  filter: blur(20px);
}

.origen-page-transition::after {
  content: "";
  position: absolute;
  inset: 0;
  opacity: 0;
  transition:
    opacity 380ms ease;
  background:
    linear-gradient(180deg, rgba(255, 248, 237, 0.06) 0%, rgba(255, 244, 225, 0.18) 34%, rgba(255, 249, 241, 0.08) 100%);
}

.origen-page-transition__steam {
  position: absolute;
  left: 50%;
  bottom: -12vh;
  width: min(88vw, 860px);
  height: min(122vh, 1180px);
  transform: translateX(-50%);
  pointer-events: none;
}

.origen-page-transition__plume {
  position: absolute;
  bottom: 0;
  width: clamp(96px, 11vw, 160px);
  height: 108%;
  opacity: 0;
  border-radius: 54% 46% 58% 42% / 44% 38% 62% 56%;
  background:
    radial-gradient(ellipse 42% 18% at 38% 90%, rgba(255, 252, 245, 0.74) 0 54%, transparent 74%),
    radial-gradient(ellipse 36% 16% at 66% 74%, rgba(255, 247, 233, 0.58) 0 48%, transparent 70%),
    radial-gradient(ellipse 32% 15% at 34% 54%, rgba(255, 240, 219, 0.4) 0 46%, transparent 68%),
    radial-gradient(ellipse 28% 13% at 64% 34%, rgba(248, 228, 199, 0.22) 0 42%, transparent 66%),
    radial-gradient(ellipse 24% 12% at 42% 14%, rgba(244, 220, 186, 0.14) 0 40%, transparent 62%);
  filter: blur(13px);
  transform-origin: 50% 96%;
  mix-blend-mode: screen;
  -webkit-mask-image: linear-gradient(180deg, transparent 0%, rgba(0, 0, 0, 0.88) 14%, #000 70%, transparent 100%);
  mask-image: linear-gradient(180deg, transparent 0%, rgba(0, 0, 0, 0.88) 14%, #000 70%, transparent 100%);
  box-shadow:
    0 0 44px rgba(255, 244, 227, 0.26),
    0 -20px 62px rgba(244, 224, 197, 0.17);
}

.origen-page-transition__plume::before,
.origen-page-transition__plume::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background-repeat: no-repeat;
  pointer-events: none;
}

.origen-page-transition__plume::before {
  background:
    radial-gradient(ellipse 26% 13% at 58% 79%, rgba(255, 252, 244, 0.5) 0 56%, transparent 74%),
    radial-gradient(ellipse 24% 11% at 34% 58%, rgba(255, 246, 230, 0.34) 0 52%, transparent 72%),
    radial-gradient(ellipse 22% 10% at 62% 36%, rgba(250, 233, 208, 0.22) 0 48%, transparent 70%);
  filter: blur(12px);
  opacity: 0.72;
  -webkit-mask-image: linear-gradient(180deg, transparent 0%, rgba(0, 0, 0, 0.9) 16%, #000 72%, transparent 100%);
  mask-image: linear-gradient(180deg, transparent 0%, rgba(0, 0, 0, 0.9) 16%, #000 72%, transparent 100%);
}

.origen-page-transition__plume::after {
  background:
    radial-gradient(ellipse 18% 10% at 28% 72%, rgba(255, 251, 243, 0.34) 0 56%, transparent 74%),
    radial-gradient(ellipse 17% 9% at 68% 52%, rgba(255, 242, 223, 0.24) 0 50%, transparent 72%),
    radial-gradient(ellipse 16% 8% at 42% 30%, rgba(245, 223, 191, 0.15) 0 46%, transparent 68%);
  filter: blur(16px);
  opacity: 0.62;
  -webkit-mask-image: linear-gradient(180deg, transparent 0%, rgba(0, 0, 0, 0.86) 18%, #000 74%, transparent 100%);
  mask-image: linear-gradient(180deg, transparent 0%, rgba(0, 0, 0, 0.86) 18%, #000 74%, transparent 100%);
}

.origen-page-transition__plume--1 {
  left: 14%;
  width: clamp(88px, 9.5vw, 132px);
  height: 94%;
}

.origen-page-transition__plume--2 {
  left: 34%;
  width: clamp(112px, 12vw, 168px);
  height: 108%;
}

.origen-page-transition__plume--3 {
  left: 50%;
  width: clamp(116px, 12.2vw, 174px);
  height: 110%;
}

.origen-page-transition__plume--4 {
  left: 70%;
  width: clamp(90px, 9.8vw, 138px);
  height: 96%;
}

body.is-page-leaving .origen-page-transition {
  opacity: 1;
  transform: scale(1);
}

body.is-page-leaving .origen-page-transition::before {
  opacity: 0.92;
  transform: translateX(-50%) scale(1);
}

body.is-page-leaving .origen-page-transition::after {
  opacity: 1;
}

body.is-page-leaving .origen-page-transition__plume--1 {
  animation: coffeeSteamPlumeLeft 2380ms ease-out forwards;
}

body.is-page-leaving .origen-page-transition__plume--2 {
  animation: coffeeSteamPlumeCenterCoreLeft 2720ms ease-out 90ms forwards;
}

body.is-page-leaving .origen-page-transition__plume--3 {
  animation: coffeeSteamPlumeCenterCoreRight 2860ms ease-out 150ms forwards;
}

body.is-page-leaving .origen-page-transition__plume--4 {
  animation: coffeeSteamPlumeRight 2460ms ease-out 210ms forwards;
}

.has-site-motion .home-stage,
.has-site-motion .origen-site-main,
.has-site-motion .origen-site-footer {
  opacity: 0;
  transform: translate3d(0, 26px, 0);
  filter: blur(8px) saturate(0.94);
  transition:
    opacity 520ms cubic-bezier(0.22, 1, 0.36, 1),
    transform 820ms cubic-bezier(0.16, 1, 0.3, 1),
    filter 820ms cubic-bezier(0.16, 1, 0.3, 1);
  will-change: opacity, transform, filter;
}

.has-site-motion.is-page-ready .home-stage,
.has-site-motion.is-page-ready .origen-site-main,
.has-site-motion.is-page-ready .origen-site-footer {
  opacity: 1;
  transform: translate3d(0, 0, 0);
  filter: none;
}

body.is-page-leaving .home-stage,
body.is-page-leaving .origen-site-main,
body.is-page-leaving .origen-site-footer {
  opacity: 0.14;
  transform: translate3d(0, 14px, 0) scale(0.992);
  filter: blur(6px) saturate(0.9);
  pointer-events: none;
}

body.is-page-leaving .board-header-shell {
  opacity: 0.56;
  transform: translate3d(0, -4px, 0);
  transition:
    opacity 260ms ease,
    transform 260ms ease;
}

.has-site-motion .reveal-on-scroll {
  opacity: 0;
  transform: translate3d(0, 18px, 0);
  filter: saturate(0.92) blur(3px);
  transition:
    opacity 520ms cubic-bezier(0.22, 1, 0.36, 1),
    transform 760ms cubic-bezier(0.16, 1, 0.3, 1),
    filter 760ms cubic-bezier(0.16, 1, 0.3, 1);
  transition-delay: var(--reveal-delay, 0ms);
  will-change: opacity, transform, filter;
}

.has-site-motion .reveal-on-scroll.is-revealed {
  opacity: 1;
  transform: translate3d(0, 0, 0);
  filter: none;
}

@keyframes coffeeSteamPlumeLeft {
  0% {
    opacity: 0;
    transform: translate3d(-6px, 92px, 0) scale(0.54) rotate(-16deg);
  }

  14% {
    opacity: 0.56;
    transform: translate3d(-24px, 32px, 0) scale(0.68) rotate(-22deg);
  }

  28% {
    opacity: 0.42;
    transform: translate3d(10px, -18px, 0) scale(0.84) rotate(-6deg);
  }

  46% {
    opacity: 0.28;
    transform: translate3d(-22px, -92px, 0) scale(1.04) rotate(-16deg);
  }

  68% {
    opacity: 0.14;
    transform: translate3d(12px, -178px, 0) scale(1.22) rotate(4deg);
  }

  100% {
    opacity: 0;
    transform: translate3d(-8px, -308px, 0) scale(1.44) rotate(-12deg);
  }
}

@keyframes coffeeSteamPlumeCenterLeft {
  0% {
    opacity: 0;
    transform: translate3d(-2px, 102px, 0) scale(0.52) rotate(-10deg);
  }

  16% {
    opacity: 0.64;
    transform: translate3d(-20px, 40px, 0) scale(0.74) rotate(-16deg);
  }

  30% {
    opacity: 0.46;
    transform: translate3d(18px, -10px, 0) scale(0.92) rotate(4deg);
  }

  48% {
    opacity: 0.32;
    transform: translate3d(-12px, -104px, 0) scale(1.1) rotate(-12deg);
  }

  70% {
    opacity: 0.16;
    transform: translate3d(22px, -208px, 0) scale(1.3) rotate(8deg);
  }

  100% {
    opacity: 0;
    transform: translate3d(-6px, -338px, 0) scale(1.54) rotate(-6deg);
  }
}

@keyframes coffeeSteamPlumeCenterRight {
  0% {
    opacity: 0;
    transform: translate3d(2px, 102px, 0) scale(0.52) rotate(10deg);
  }

  16% {
    opacity: 0.64;
    transform: translate3d(20px, 40px, 0) scale(0.74) rotate(16deg);
  }

  30% {
    opacity: 0.46;
    transform: translate3d(-18px, -12px, 0) scale(0.92) rotate(-4deg);
  }

  48% {
    opacity: 0.32;
    transform: translate3d(12px, -106px, 0) scale(1.1) rotate(12deg);
  }

  70% {
    opacity: 0.16;
    transform: translate3d(-22px, -212px, 0) scale(1.32) rotate(-8deg);
  }

  100% {
    opacity: 0;
    transform: translate3d(10px, -342px, 0) scale(1.56) rotate(6deg);
  }
}

@keyframes coffeeSteamPlumeCenterCoreLeft {
  0% {
    opacity: 0;
    transform: translate3d(0, 108px, 0) scale(0.52) rotate(-6deg);
  }

  16% {
    opacity: 0.74;
    transform: translate3d(-18px, 48px, 0) scale(0.78) rotate(-14deg);
  }

  30% {
    opacity: 0.56;
    transform: translate3d(20px, -4px, 0) scale(1) rotate(6deg);
  }

  50% {
    opacity: 0.38;
    transform: translate3d(-16px, -118px, 0) scale(1.18) rotate(-12deg);
  }

  72% {
    opacity: 0.2;
    transform: translate3d(26px, -236px, 0) scale(1.42) rotate(10deg);
  }

  100% {
    opacity: 0;
    transform: translate3d(4px, -364px, 0) scale(1.66) rotate(-8deg);
  }
}

@keyframes coffeeSteamPlumeCenterCoreRight {
  0% {
    opacity: 0;
    transform: translate3d(0, 108px, 0) scale(0.52) rotate(6deg);
  }

  16% {
    opacity: 0.76;
    transform: translate3d(18px, 48px, 0) scale(0.78) rotate(14deg);
  }

  30% {
    opacity: 0.58;
    transform: translate3d(-20px, -8px, 0) scale(1) rotate(-6deg);
  }

  50% {
    opacity: 0.4;
    transform: translate3d(16px, -124px, 0) scale(1.2) rotate(12deg);
  }

  72% {
    opacity: 0.22;
    transform: translate3d(-24px, -242px, 0) scale(1.44) rotate(-10deg);
  }

  100% {
    opacity: 0;
    transform: translate3d(-2px, -370px, 0) scale(1.68) rotate(8deg);
  }
}

@keyframes coffeeSteamPlumeRight {
  0% {
    opacity: 0;
    transform: translate3d(6px, 92px, 0) scale(0.54) rotate(16deg);
  }

  14% {
    opacity: 0.56;
    transform: translate3d(24px, 32px, 0) scale(0.68) rotate(22deg);
  }

  28% {
    opacity: 0.42;
    transform: translate3d(-10px, -20px, 0) scale(0.84) rotate(6deg);
  }

  46% {
    opacity: 0.28;
    transform: translate3d(22px, -94px, 0) scale(1.04) rotate(16deg);
  }

  68% {
    opacity: 0.14;
    transform: translate3d(-12px, -182px, 0) scale(1.22) rotate(-4deg);
  }

  100% {
    opacity: 0;
    transform: translate3d(8px, -310px, 0) scale(1.44) rotate(12deg);
  }
}

@media (prefers-reduced-motion: reduce) {
  .origen-page-transition {
    display: none !important;
  }

  .reveal-on-scroll {
    opacity: 1 !important;
    transform: none !important;
    filter: none !important;
    transition: none !important;
  }
}

