:root {
  --black: #0a0a0a;
  --black-soft: #171717;
  --red: #c31015;
  --red-dark: #970c11;
  --loica: #d1461c;
  --snow: #f4f1eb;
  --paper: #fbfaf7;
  --white: #ffffff;
  --stone: #d8d2c8;
  --gray: #6a655f;
  --line: rgba(10, 10, 10, .13);
  --max: 1180px;
  --radius: 26px;
  --shadow: 0 24px 70px rgba(0, 0, 0, .10);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 92px; }
body {
  margin: 0;
  color: var(--black);
  background: var(--paper);
  font-family: "Inter", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.65;
  text-rendering: optimizeLegibility;
}
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
button, input, textarea { font: inherit; }
.container { width: min(var(--max), calc(100% - 44px)); margin-inline: auto; }
.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; }
.skip-link { position: fixed; left: 12px; top: -80px; z-index: 999; padding: 10px 14px; background: var(--black); color: white; border-radius: 8px; }
.skip-link:focus { top: 12px; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 60;
  background: rgba(251, 250, 247, .92);
  border-bottom: 1px solid rgba(10,10,10,.09);
  backdrop-filter: blur(16px);
}
.nav-wrap { min-height: 88px; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.brand { width: 142px; flex: 0 0 auto; }
.brand img { width: 100%; }
.main-nav { display: flex; align-items: center; gap: 24px; font-size: 13px; font-weight: 700; }
.main-nav > a:not(.nav-cta) { position: relative; padding: 10px 0; }
.main-nav > a:not(.nav-cta)::after { content: ""; position: absolute; left: 0; bottom: 4px; width: 0; height: 2px; background: var(--red); transition: width .2s ease; }
.main-nav > a:not(.nav-cta):hover::after, .main-nav > a:not(.nav-cta):focus-visible::after { width: 100%; }
.nav-cta { padding: 11px 17px; color: white; background: var(--black); border-radius: 999px; }
.menu-toggle { display: none; position: relative; width: 44px; height: 44px; border-radius: 50%; background: white; border: 1px solid var(--line); cursor: pointer; }
.menu-lines, .menu-lines::before, .menu-lines::after { position: absolute; left: 12px; width: 18px; height: 2px; background: var(--black); content: ""; transition: .2s ease; }
.menu-lines { top: 20px; }
.menu-lines::before { left: 0; top: -6px; }
.menu-lines::after { left: 0; top: 6px; }
.menu-toggle[aria-expanded="true"] .menu-lines { background: transparent; }
.menu-toggle[aria-expanded="true"] .menu-lines::before { transform: translateY(6px) rotate(45deg); }
.menu-toggle[aria-expanded="true"] .menu-lines::after { transform: translateY(-6px) rotate(-45deg); }

.eyebrow { margin: 0 0 14px; color: var(--red); font-size: 12px; line-height: 1.2; font-weight: 800; letter-spacing: .18em; text-transform: uppercase; }
.eyebrow-light { color: #ff8b82; }
h1, h2, h3 { margin: 0; color: inherit; }
h1, h2 { font-family: "Oswald", Impact, sans-serif; text-transform: uppercase; letter-spacing: -.025em; line-height: .98; }
h1 { max-width: 880px; font-size: clamp(54px, 7vw, 96px); }
h1 span { color: var(--red); }
h2 { font-size: clamp(46px, 5.5vw, 76px); }
h3 { font-size: clamp(23px, 2.4vw, 32px); line-height: 1.12; }
p { margin-top: 0; }
.btn { display: inline-flex; min-height: 51px; align-items: center; justify-content: center; gap: 8px; padding: 0 20px; border-radius: 999px; font-size: 14px; font-weight: 800; transition: transform .2s ease, background .2s ease, color .2s ease; }
.btn:hover { transform: translateY(-2px); }
.btn-primary { color: white; background: var(--red); box-shadow: 0 12px 34px rgba(195,16,21,.22); }
.btn-primary:hover { background: var(--red-dark); }
.btn-outline { border: 1px solid rgba(10,10,10,.2); background: rgba(255,255,255,.62); }
.btn-dark { color: white; background: var(--black); }
.btn-white { color: var(--black); background: white; }
.text-link { color: var(--red); font-weight: 800; border-bottom: 1px solid rgba(195,16,21,.25); }

.hero { position: relative; isolation: isolate; overflow: hidden; min-height: calc(100vh - 88px); display: grid; align-items: center; padding: 78px 0 142px; background: radial-gradient(circle at 78% 16%, rgba(195,16,21,.09), transparent 28%), linear-gradient(180deg, #fff 0%, var(--snow) 100%); }
.hero::before { content: ""; position: absolute; inset: 0; z-index: -4; opacity: .35; background-image: radial-gradient(rgba(10,10,10,.12) .7px, transparent .7px); background-size: 18px 18px; mask-image: linear-gradient(to bottom, black, transparent 60%); }
.hero-sun { position: absolute; z-index: -3; right: 10vw; top: 10%; width: 250px; aspect-ratio: 1; border: 1px solid rgba(195,16,21,.15); border-radius: 50%; box-shadow: 0 0 0 30px rgba(195,16,21,.035), 0 0 0 60px rgba(195,16,21,.018); }
.mountain { position: absolute; left: 0; bottom: 0; width: 100%; height: 330px; z-index: -2; }
.mountain-back { fill: #d9d4cb; opacity: .7; }
.mountain-front { fill: #0a0a0a; height: 240px; z-index: -1; }
.hero-grid { display: grid; grid-template-columns: 1.16fr .84fr; gap: 58px; align-items: center; }
.lead { max-width: 760px; margin: 26px 0 12px; color: #3f3a35; font-size: clamp(17px, 1.55vw, 21px); }
.bandada-line { margin: 0 0 31px; color: var(--red); font-size: 16px; font-weight: 800; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; }
.hero-brand { display: flex; justify-content: center; align-items: center; }
.logo-orbit { position: relative; width: min(100%, 510px); aspect-ratio: 1; display: grid; place-items: center; border: 1px solid rgba(10,10,10,.15); border-radius: 50%; background: rgba(255,255,255,.58); box-shadow: 0 30px 80px rgba(0,0,0,.08); }
.logo-orbit::before, .logo-orbit::after { content: ""; position: absolute; border: 1px solid rgba(195,16,21,.19); border-radius: 50%; }
.logo-orbit::before { inset: 7%; }
.logo-orbit::after { inset: 15%; border-style: dashed; }
.logo-orbit img { position: relative; z-index: 2; width: 83%; filter: drop-shadow(0 10px 18px rgba(0,0,0,.08)); }
.orbit-label { position: absolute; z-index: 3; padding: 7px 11px; border-radius: 999px; color: white; background: var(--red); font-family: "Oswald", sans-serif; font-size: 11px; letter-spacing: .12em; }
.label-a { top: 5%; right: 12%; transform: rotate(6deg); }
.label-b { left: 3%; bottom: 18%; transform: rotate(-7deg); background: var(--black); }

.section { padding: 108px 0; }
.section-light { background: white; }
.intro-strip { padding: 0; color: white; background: var(--black); }
.strip-grid { min-height: 92px; display: grid; grid-template-columns: 1.2fr 1fr 1fr; align-items: center; gap: 28px; font-size: 14px; }
.strip-grid strong { font-size: 17px; }
.strip-grid span { color: #c9c9c9; }
.story-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 82px; align-items: start; }
.section-heading h2 { max-width: 620px; }
.story-copy { padding-top: 22px; color: #49443f; font-size: 18px; }
.story-copy .big-copy { color: var(--black); font-size: clamp(22px, 2.5vw, 31px); font-weight: 600; line-height: 1.36; }
.values-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; margin-top: 68px; }
.value-card { position: relative; min-height: 335px; padding: 30px; overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius); background: var(--snow); }
.value-card::after { content: ""; position: absolute; right: -60px; bottom: -80px; width: 180px; aspect-ratio: 1; border: 1px solid rgba(195,16,21,.14); border-radius: 50%; box-shadow: 0 0 0 24px rgba(195,16,21,.025); }
.value-icon { width: 50px; height: 50px; display: grid; place-items: center; margin-bottom: 48px; color: white; background: var(--red); border-radius: 50%; font-size: 21px; }
.value-card:nth-child(2) .value-icon { background: var(--black); }
.value-card:nth-child(3) .value-icon { background: var(--loica); }
.card-kicker { margin-bottom: 9px; color: var(--red); font-family: "Oswald", sans-serif; font-size: 13px; letter-spacing: .12em; }
.value-card p:last-child { margin: 14px 0 0; color: #57514b; }

.bandada-section { color: white; background: var(--black); }
.bandada-head { display: grid; grid-template-columns: 1fr .72fr; gap: 70px; align-items: end; }
.bandada-head > p { margin-bottom: 4px; color: #bdbdbd; font-size: 18px; }
.bandada-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 17px; margin-top: 60px; }
.bandada-card { min-height: 330px; padding: 30px; border: 1px solid rgba(255,255,255,.12); border-radius: var(--radius); background: linear-gradient(150deg, #191919, #101010); }
.icon-circle { display: grid; place-items: center; width: 58px; height: 58px; margin-bottom: 64px; border-radius: 50%; background: var(--red); font-size: 26px; }
.bandada-card h3 { max-width: 260px; }
.bandada-card p { margin: 15px 0 0; color: #bdbdbd; }
.first-route { display: grid; grid-template-columns: .72fr 1.28fr; gap: 46px; margin-top: 22px; padding: 34px; border-radius: var(--radius); color: var(--black); background: var(--paper); }
.route-title h3 { font-family: "Oswald", sans-serif; font-size: 34px; text-transform: uppercase; }
.route-steps { list-style: none; margin: 0; padding: 0; display: grid; grid-template-columns: repeat(2,1fr); gap: 0 22px; }
.route-steps li { display: grid; grid-template-columns: 42px 1fr; gap: 12px; align-items: center; padding: 13px 0; border-bottom: 1px solid var(--line); }
.route-steps span { color: var(--red); font-family: "Oswald",sans-serif; font-weight: 700; }
.route-steps strong { font-size: 14px; }

.outings-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 78px; align-items: stretch; }
.section-lead { max-width: 530px; margin: 25px 0 18px; color: #5e5851; font-size: 17px; }
.outing-board { min-height: 430px; display: grid; place-items: center; padding: 34px; border-radius: var(--radius); background: linear-gradient(135deg, #eeeae3, #ded7cd); }
.outing-empty { max-width: 500px; padding: 38px; border-radius: 22px; background: rgba(255,255,255,.78); box-shadow: var(--shadow); }
.outing-badge { display: inline-block; margin-bottom: 32px; padding: 6px 10px; border-radius: 999px; color: white; background: var(--red); font-family: "Oswald", sans-serif; font-size: 11px; letter-spacing: .12em; }
.outing-empty p { margin: 16px 0 24px; color: #57514a; }

.bitacora-section { background: var(--snow); }
.bitacora-head { display: grid; grid-template-columns: 1fr .72fr; gap: 76px; align-items: end; }
.bitacora-head > p { margin-bottom: 5px; color: #5b554f; font-size: 18px; }
.journal-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 22px; margin-top: 58px; }
.journal-card { overflow: hidden; border-radius: var(--radius); background: white; box-shadow: 0 18px 50px rgba(0,0,0,.055); }
.journal-visual { position: relative; min-height: 270px; overflow: hidden; display: flex; align-items: flex-start; justify-content: flex-end; padding: 22px; }
.journal-visual > span { position: relative; z-index: 2; padding: 7px 10px; color: white; background: rgba(10,10,10,.82); border-radius: 999px; font-family: "Oswald", sans-serif; font-size: 11px; letter-spacing: .11em; }
.journal-visual svg { position: absolute; inset: auto 0 0; width: 100%; height: 80%; }
.visual-one { background: linear-gradient(180deg, #efe8dc, #d1c5b5); }
.visual-one svg { fill: var(--red); }
.visual-two { background: linear-gradient(180deg, #d8dadd, #abaeb2); }
.visual-two svg { fill: var(--black); }
.bird-mark { position: absolute; left: 28px; top: 40px; font-size: 80px; transform: rotate(-18deg); }
.journal-body { padding: 30px; }
.journal-meta { margin-bottom: 11px; color: var(--red); font-size: 12px; font-weight: 800; text-transform: uppercase; letter-spacing: .06em; }
.journal-body h3 { max-width: 560px; }
details { margin-top: 22px; border-top: 1px solid var(--line); }
summary { padding: 17px 0; cursor: pointer; color: var(--red); font-weight: 800; }
blockquote { margin: 0 0 5px; padding: 18px 20px; border-left: 4px solid var(--red); color: #4e4944; background: var(--snow); font-size: 15px; }
.share-story { display: grid; grid-template-columns: 1.15fr .85fr; gap: 56px; margin-top: 24px; padding: 45px; border-radius: var(--radius); color: white; background: var(--red); }
.share-story h3 { max-width: 650px; font-family: "Oswald",sans-serif; font-size: clamp(34px,4vw,52px); text-transform: uppercase; }
.share-story p:last-child { max-width: 680px; margin: 18px 0 0; color: #ffe8e6; }
.share-steps { display: flex; flex-direction: column; gap: 12px; align-items: flex-start; justify-content: center; }
.share-steps span { padding-bottom: 9px; border-bottom: 1px solid rgba(255,255,255,.28); }
.share-steps b { display: inline-block; width: 28px; }
.share-steps .btn { margin-top: 8px; }

.instagram-section { background: white; }
.instagram-grid { display: grid; grid-template-columns: .82fr 1.18fr; gap: 84px; align-items: center; }
.instagram-copy p:not(.eyebrow):not(.embed-note) { max-width: 520px; margin: 25px 0 28px; color: #57514a; font-size: 18px; }
.embed-note { max-width: 530px; margin: 24px 0 0; color: #807971; font-size: 12px; }
.instagram-embed-shell { position: relative; width: min(100%, 610px); margin-left: auto; padding: 28px 18px 17px; border: 8px solid var(--black); border-radius: 36px; background: #fafafa; box-shadow: var(--shadow); }
.phone-top { position: absolute; left: 50%; top: 10px; width: 82px; height: 5px; transform: translateX(-50%); border-radius: 99px; background: #202020; }
.instagram-embed-shell iframe { display: block; width: 100%; min-height: 560px; border: 0; border-radius: 22px; background: white; }
.instagram-fallback { display: block; margin-top: 8px; padding: 10px; text-align: center; color: var(--red); font-size: 12px; font-weight: 800; }

.join-section { padding-top: 30px; background: white; }
.join-card { position: relative; overflow: hidden; min-height: 420px; display: grid; grid-template-columns: .78fr 1.22fr; align-items: center; gap: 50px; padding: 55px 68px; border-radius: 34px; color: white; background: var(--black); }
.join-card::after { content: ""; position: absolute; right: -110px; top: -130px; width: 420px; aspect-ratio: 1; border: 1px solid rgba(255,255,255,.12); border-radius: 50%; box-shadow: 0 0 0 44px rgba(255,255,255,.025), 0 0 0 88px rgba(195,16,21,.05); }
.join-logo { position: relative; z-index: 1; padding: 24px; border-radius: 28px; background: var(--red); }
.join-logo img { filter: brightness(0) invert(1); }
.join-copy { position: relative; z-index: 1; }
.join-copy p:not(.eyebrow) { max-width: 670px; margin: 24px 0 28px; color: #c7c7c7; font-size: 17px; }

.site-footer { padding: 72px 0 28px; background: #eeebe5; }
.footer-grid { display: grid; grid-template-columns: .9fr .6fr 1.1fr; gap: 74px; }
.footer-brand img { width: 180px; margin-bottom: 16px; }
.footer-brand p, .footer-note p { max-width: 410px; color: #5c5650; font-size: 13px; }
.footer-links, .footer-note { display: flex; flex-direction: column; gap: 9px; }
.footer-links strong, .footer-note strong { margin-bottom: 4px; font-size: 12px; letter-spacing: .12em; text-transform: uppercase; }
.footer-links a { color: #57514a; font-size: 13px; }
.footer-bottom { display: flex; justify-content: space-between; gap: 20px; margin-top: 55px; padding-top: 20px; border-top: 1px solid var(--line); color: #706961; font-size: 12px; }

.reveal { opacity: 0; transform: translateY(18px); transition: opacity .65s ease, transform .65s ease; }
.reveal.in { opacity: 1; transform: none; }

@media (max-width: 980px) {
  html { scroll-padding-top: 76px; }
  .nav-wrap { min-height: 76px; }
  .brand { width: 122px; }
  .menu-toggle { display: block; }
  .main-nav { display: none; position: absolute; top: 76px; left: 0; right: 0; flex-direction: column; align-items: stretch; gap: 2px; padding: 18px 22px 24px; border-bottom: 1px solid var(--line); background: var(--paper); box-shadow: 0 22px 45px rgba(0,0,0,.08); }
  .main-nav.open { display: flex; }
  .main-nav a { padding: 12px 0 !important; }
  .main-nav .nav-cta { margin-top: 7px; text-align: center; }
  .hero { min-height: auto; padding: 66px 0 120px; }
  .hero-grid, .story-grid, .bandada-head, .outings-grid, .bitacora-head, .instagram-grid { grid-template-columns: 1fr; gap: 45px; }
  .hero-brand { max-width: 540px; }
  .strip-grid { grid-template-columns: 1fr; gap: 4px; padding: 22px 0; }
  .values-grid, .bandada-grid { grid-template-columns: 1fr; }
  .value-card, .bandada-card { min-height: auto; }
  .value-icon, .icon-circle { margin-bottom: 28px; }
  .first-route { grid-template-columns: 1fr; }
  .journal-grid { grid-template-columns: 1fr; }
  .share-story { grid-template-columns: 1fr; }
  .instagram-embed-shell { margin: 0; }
  .join-card { grid-template-columns: 1fr; padding: 50px; }
  .join-logo { max-width: 300px; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-note { grid-column: 1 / -1; }
}

@media (max-width: 640px) {
  .container { width: min(var(--max), calc(100% - 28px)); }
  .section { padding: 78px 0; }
  h1 { font-size: 50px; }
  h2 { font-size: 44px; }
  .hero { padding: 52px 0 105px; }
  .hero-grid { gap: 36px; }
  .hero-brand { order: -1; }
  .logo-orbit { width: min(90vw, 370px); }
  .hero-sun { width: 160px; right: -25px; top: 20px; }
  .mountain-front { height: 145px; }
  .mountain-back { height: 190px; }
  .hero-actions .btn { width: 100%; }
  .values-grid { margin-top: 44px; }
  .value-card { padding: 25px; }
  .bandada-card { padding: 25px; }
  .first-route { padding: 24px; }
  .route-steps { grid-template-columns: 1fr; }
  .outing-board { min-height: 360px; padding: 18px; }
  .outing-empty { padding: 28px; }
  .journal-visual { min-height: 215px; }
  .journal-body { padding: 24px; }
  .share-story { padding: 30px 24px; }
  .instagram-embed-shell { width: 100%; padding: 24px 8px 10px; border-width: 5px; border-radius: 26px; }
  .instagram-embed-shell iframe { min-height: 510px; }
  .join-card { padding: 34px 24px; border-radius: 26px; }
  .footer-grid { grid-template-columns: 1fr; gap: 35px; }
  .footer-note { grid-column: auto; }
  .footer-bottom { flex-direction: column; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition: none !important; animation: none !important; }
  .reveal { opacity: 1; transform: none; }
}
.outing-list { width: 100%; display: grid; gap: 14px; }
.outing-item { padding: 28px; border-radius: 20px; background: white; box-shadow: 0 14px 40px rgba(0,0,0,.06); }
.outing-item h3 { margin-bottom: 12px; }
.outing-item p { margin-bottom: 8px; color: #57514a; }
