:root {
  --bg-main: #F7F1E8;
  --bg-soft: #E8D8C4;
  --text-main: #2F261F;
  --terracotta: #B96A4A;
  --clay: #D09A7B;
  --sage: #899B7A;
  --honey: #D3B36F;
  --white-warm: #FFF9F1;

  --ink: var(--text-main);
  --cream: var(--bg-soft);
  --paper: var(--bg-main);
  --coral: var(--terracotta);
  --lime: var(--honey);
  --aqua: var(--sage);
  --orange: var(--clay);
  --line: rgba(47, 38, 31, .18);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: "DM Sans", sans-serif;
  font-size: 16px;
  overflow-x: hidden;
}
a { color: inherit; text-decoration: none; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3, .brand { font-family: "Manrope", sans-serif; }
h1, h2 { letter-spacing: -.065em; line-height: .98; }
h1 { font-size: clamp(4rem, 7.5vw, 8.4rem); margin-bottom: 30px; }
h2 { font-size: clamp(3.2rem, 6vw, 7rem); margin-bottom: 30px; }
h3 { letter-spacing: -.045em; }
em { color: var(--coral); font-family: Georgia, serif; font-weight: 400; }

.site-header {
  height: 84px;
  width: 100%;
  padding: 0 5vw;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: absolute;
  top: 0;
  z-index: 20;
  border-bottom: 1px solid var(--line);
}
.brand { display: flex; align-items: center; gap: 11px; font-weight: 800; font-size: 14px; letter-spacing: .16em; }
.brand-seal { width: 30px; aspect-ratio: 1; display: block; border-radius: 50%; background: url("assets/bayaderos-mandala.png") center / 155% no-repeat; border: 1px solid var(--line); }
.brand-mark { width: 25px; height: 25px; border: 2px solid var(--ink); border-radius: 50% 50% 5% 50%; transform: rotate(45deg); display: inline-block; position: relative; }
.brand-mark::after { content: ""; width: 6px; height: 6px; background: var(--coral); border-radius: 50%; position: absolute; top: 7px; left: 7px; }
.main-nav { display: flex; gap: 35px; align-items: center; font-weight: 500; font-size: 14px; }
.main-nav a:not(.nav-cta):hover { color: var(--coral); }
.nav-cta { border: 1px solid var(--ink); border-radius: 99px; padding: 12px 20px; transition: .25s; }
.nav-cta:hover { background: var(--ink); color: var(--paper); }
.menu-toggle { display: none; }

.hero { --hero-ink: var(--text-main); min-height: 100vh; padding: 160px 5vw 50px; display: grid; grid-template-columns: 1.1fr .9fr; gap: 5vw; align-items: center; position: relative; background: var(--cream); color: var(--hero-ink); }
.hero::before { content: ""; position: absolute; inset: 84px auto 0 54%; border-left: 1px solid var(--line); }
.hero-copy { position: relative; z-index: 2; }
.eyebrow { text-transform: uppercase; font-size: 12px; letter-spacing: .19em; font-weight: 600; margin-bottom: 24px; display: flex; align-items: center; gap: 10px; }
.eyebrow::before { content: ""; display: inline-block; width: 28px; height: 1px; background: currentColor; }
.eyebrow.light { color: var(--aqua); }
.hero-intro { max-width: 600px; font-size: clamp(1.15rem, 1.5vw, 1.45rem); line-height: 1.55; color: rgba(47, 38, 31, .78); }
.hero-actions { display: flex; align-items: center; gap: 30px; margin: 40px 0 60px; }
.button { display: inline-flex; justify-content: center; align-items: center; gap: 25px; padding: 17px 24px; border: 1px solid transparent; border-radius: 99px; font: 600 14px "DM Sans"; cursor: pointer; transition: transform .25s, background .25s, color .25s; }
.button:hover { transform: translateY(-3px); }
.button-dark { background: var(--ink); color: var(--white-warm); }
.button-dark:hover { background: var(--coral); }
.button-outline { border-color: var(--ink); }
.button-outline:hover { background: var(--ink); color: var(--white-warm); }
.button-coral { background: var(--coral); color: var(--ink); width: 100%; font-size: 15px; }
.button-coral:hover { background: var(--lime); }
.hero .text-link { padding-bottom: 4px; border-bottom: 1px solid var(--hero-ink); font-weight: 600; font-size: 14px; }
.text-link span { margin-left: 10px; }
.hero-proof { display: flex; gap: 18px; align-items: center; }
.hero-proof p { margin: 0; font-size: 13px; line-height: 1.55; }
.avatars { display: flex; padding-left: 10px; }
.avatars span { width: 36px; height: 36px; display: grid; place-items: center; border-radius: 50%; background: var(--coral); color: var(--white-warm); border: 2px solid var(--cream); margin-left: -10px; font-size: 10px; font-weight: 600; }
.avatars span:nth-child(2) { background: var(--aqua); color: var(--ink); }
.avatars span:nth-child(3) { background: var(--orange); color: var(--ink); }

.hero-visual { height: min(650px, 70vh); position: relative; display: grid; place-items: center; }
.sun { width: min(30vw, 430px); aspect-ratio: 1; border-radius: 50%; background: var(--lime); position: absolute; box-shadow: 0 0 0 30px rgba(211, 179, 111, .12); animation: breathe 5s ease-in-out infinite; }
.orbit { position: absolute; border: 1px solid rgba(47, 38, 31, .25); border-radius: 50%; transform: rotate(-20deg); }
.orbit-one { width: 120%; height: 48%; }
.orbit-two { width: 70%; height: 92%; transform: rotate(38deg); }
.dancer { width: 200px; height: 430px; position: relative; transform: rotate(-5deg); filter: drop-shadow(16px 20px 0 rgba(47, 38, 31, .07)); }
.dancer span { display: block; position: absolute; background: var(--ink); }
.dancer .head { width: 57px; height: 67px; border-radius: 50%; left: 78px; top: 0; transform: rotate(15deg); }
.dancer .body-line { width: 44px; height: 190px; border-radius: 50%; left: 85px; top: 60px; transform: rotate(-8deg); }
.arm, .leg { height: 25px; border-radius: 99px; transform-origin: left center; }
.dancer .arm-left { width: 180px; left: 95px; top: 105px; transform: rotate(-48deg); }
.dancer .arm-right { width: 170px; left: 95px; top: 125px; transform: rotate(202deg); }
.dancer .leg-left { width: 230px; left: 105px; top: 230px; transform: rotate(68deg); }
.dancer .leg-right { width: 220px; left: 105px; top: 225px; transform: rotate(125deg); }
.dancer .arm-left::after, .dancer .arm-right::after, .dancer .leg-left::after, .dancer .leg-right::after { content: ""; width: 45%; height: 100%; border-radius: 99px; background: var(--ink); position: absolute; right: -30%; transform: rotate(18deg); transform-origin: left; }
.visual-note { position: absolute; font: italic 18px Georgia, serif; line-height: 1.25; }
.note-one { top: 13%; left: 3%; transform: rotate(-8deg); }
.note-two { bottom: 13%; right: 0; transform: rotate(7deg); }
.sound-waves { position: absolute; right: 8%; top: 16%; display: flex; align-items: center; gap: 5px; height: 45px; }
.sound-waves i { display: block; height: 12px; width: 3px; background: var(--coral); border-radius: 9px; animation: wave 1s ease-in-out infinite alternate; }
.sound-waves i:nth-child(2), .sound-waves i:nth-child(4) { height: 30px; animation-delay: .2s; }
.sound-waves i:nth-child(3) { height: 44px; animation-delay: .4s; }
.scroll-cue { position: absolute; bottom: 25px; left: 50%; display: flex; flex-direction: column; align-items: center; gap: 8px; text-transform: uppercase; font-size: 9px; letter-spacing: .2em; }
.scroll-cue i { width: 1px; height: 25px; background: var(--ink); animation: scroll 1.5s infinite; }

.section-pad { padding: 130px 7vw; }
.statement { text-align: center; min-height: 80vh; display: flex; flex-direction: column; align-items: center; justify-content: center; }
.statement h2 { max-width: 1000px; }
.statement-copy { max-width: 710px; font-size: 20px; line-height: 1.65; color: rgba(47, 38, 31, .7); }
.section-heading { display: flex; justify-content: space-between; align-items: flex-start; margin-bottom: 70px; }
.section-heading h2 { margin: 0; }

.pillars { background: var(--cream); }
.pillar-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.pillar-card { min-height: 500px; padding: 30px; border-radius: 4px; display: flex; flex-direction: column; position: relative; overflow: hidden; }
.pillar-card:hover .card-symbol { transform: rotate(12deg) scale(1.06); }
.card-create { background: var(--coral); }
.card-flow { background: var(--aqua); }
.card-enjoy { background: var(--lime); }
.card-number { font-size: 11px; font-weight: 600; letter-spacing: .16em; }
.pillar-card h3 { font-size: 50px; margin: auto 0 15px; }
.pillar-card p { line-height: 1.6; max-width: 380px; }
.pillar-card strong { font-size: 12px; text-transform: uppercase; letter-spacing: .1em; border-top: 1px solid rgba(47, 38, 31, .25); padding-top: 18px; margin-top: 10px; }
.card-symbol { width: 190px; height: 190px; position: absolute; right: 20px; top: 55px; transition: transform .5s; }
.symbol-create span { width: 75px; height: 75px; border: 2px solid var(--ink); border-radius: 50%; position: absolute; }
.symbol-create span:nth-child(2) { left: 60px; }
.symbol-create span:nth-child(3) { left: 30px; top: 55px; }
.symbol-flow span { width: 175px; height: 45px; border: 2px solid var(--ink); border-left-color: transparent; border-right-color: transparent; border-radius: 50%; position: absolute; transform: rotate(-20deg); top: 30px; }
.symbol-flow span:nth-child(2) { top: 75px; transform: rotate(20deg); }
.symbol-flow span:nth-child(3) { top: 120px; }
.symbol-enjoy span { width: 160px; height: 80px; border: 2px solid var(--ink); border-radius: 0 0 100px 100px; position: absolute; top: 70px; transform: rotate(8deg); }
.symbol-enjoy span:nth-child(2), .symbol-enjoy span:nth-child(3) { width: 12px; height: 12px; border-radius: 50%; background: var(--ink); top: 45px; left: 40px; }
.symbol-enjoy span:nth-child(3) { left: 110px; }

.journey { background: var(--ink); color: var(--paper); }
.journey-intro { display: grid; grid-template-columns: 1fr 1.5fr 1fr; gap: 50px; align-items: end; margin-bottom: 70px; }
.journey-intro .eyebrow { align-self: start; }
.journey-intro h2 { margin: 0; }
.journey-intro p:last-child { color: rgba(255, 249, 241, .6); line-height: 1.7; }
.journey-list { border-top: 1px solid rgba(255, 249, 241, .2); }
.journey-item { display: grid; grid-template-columns: .6fr 1.4fr 1fr 30px; gap: 30px; align-items: center; border-bottom: 1px solid rgba(255, 249, 241, .2); padding: 28px 0; transition: color .25s, padding .25s; }
.journey-item:hover { color: var(--lime); padding-left: 15px; }
.level { text-transform: uppercase; letter-spacing: .15em; font-size: 10px; color: var(--aqua); }
.journey-item h3 { font-size: clamp(2.4rem, 4vw, 4.8rem); margin: 0 0 4px; }
.journey-item p { color: rgba(255, 249, 241, .5); font-style: italic; margin: 0; }
.level-result { font-size: 14px; color: rgba(255, 249, 241, .7); }
.arrow { font-size: 22px; }

.labs { background: var(--paper); overflow: hidden; }
.labs-top { display: grid; grid-template-columns: 2fr 1fr; gap: 10vw; align-items: end; }
.labs-top p:last-child { line-height: 1.7; color: rgba(47, 38, 31, .65); max-width: 400px; padding-bottom: 25px; }
.lab-marquee { margin: 50px -7vw 70px; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); padding: 20px 0; overflow: hidden; }
.marquee-track { display: flex; align-items: center; gap: 30px; width: max-content; animation: marquee 35s linear infinite; }
.marquee-track span { font: italic 22px Georgia, serif; white-space: nowrap; }
.marquee-track i { width: 7px; height: 7px; background: var(--coral); border-radius: 50%; }
.lab-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.lab-feature { border: 1px solid var(--line); padding: 18px; transition: transform .25s, background .25s; }
.lab-feature:hover { transform: translateY(-7px); background: var(--cream); }
.lab-tag { display: inline-block; background: var(--ink); color: var(--white-warm); border-radius: 99px; padding: 7px 11px; font-size: 10px; text-transform: uppercase; letter-spacing: .1em; }
.lab-art { height: 280px; margin: 18px 0 25px; position: relative; overflow: hidden; background: var(--cream); }
.lab-feature h3 { font-size: 27px; margin-bottom: 10px; }
.lab-feature p { color: rgba(47, 38, 31, .65); line-height: 1.6; }
.art-conscious { background: var(--aqua); display: grid; place-items: center; }
.art-conscious i { position: absolute; width: 55%; aspect-ratio: 1; border: 1px solid var(--ink); border-radius: 50%; }
.art-conscious i:nth-child(2) { width: 38%; }
.art-conscious i:nth-child(3) { width: 8%; background: var(--coral); border: none; }
.art-music { background: var(--coral); display: flex; align-items: center; justify-content: center; gap: 13px; }
.art-music i { width: 4px; height: 30%; background: var(--ink); border-radius: 99px; }
.art-music i:nth-child(2), .art-music i:nth-child(4) { height: 65%; }
.art-music i:nth-child(3) { height: 90%; }
.art-connect { background: var(--bg-soft); display: grid; place-items: center; }
.art-connect img { width: 100%; height: 100%; object-fit: contain; mix-blend-mode: multiply; opacity: .82; filter: sepia(.25) contrast(1.12); }
.center { text-align: center; margin-top: 50px; }

.quote-section { min-height: 70vh; display: grid; place-items: center; background: var(--coral); position: relative; overflow: hidden; }
.quote-section blockquote { max-width: 950px; text-align: center; font: 400 clamp(3.1rem, 6vw, 7rem)/1.05 Georgia, serif; letter-spacing: -.05em; position: relative; z-index: 2; margin: 0; }
.quote-section footer { font: 600 11px "DM Sans"; text-transform: uppercase; letter-spacing: .15em; margin-top: 35px; }
.quote-art span { position: absolute; border: 1px solid rgba(47, 38, 31, .22); }
.quote-circle { width: 50vw; height: 50vw; border-radius: 50%; top: 10%; left: 25%; }
.quote-line { width: 120%; height: 30%; border-radius: 50%; left: -10%; transform: rotate(12deg); }
.line-a { top: 10%; }.line-b { top: 35%; transform: rotate(-12deg); }.line-c { top: 60%; }

.difference { background: var(--cream); }
.difference-grid { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid var(--line); }
.difference-item { padding: 30px 25px 20px 0; border-right: 1px solid var(--line); min-height: 200px; }
.difference-item:not(:first-child) { padding-left: 25px; }
.difference-item:last-child { border-right: 0; }
.difference-item span { color: var(--coral); font-size: 11px; letter-spacing: .15em; }
.difference-item h3 { font-size: 22px; margin: 40px 0 10px; }
.difference-item p { font-size: 14px; line-height: 1.5; color: rgba(47, 38, 31, .65); }

.faq { display: grid; grid-template-columns: .8fr 1.2fr; gap: 10vw; }
.faq-heading { position: sticky; top: 40px; align-self: start; }
.faq-list { border-top: 1px solid var(--line); }
.faq-list details { border-bottom: 1px solid var(--line); padding: 26px 0; }
.faq-list summary { list-style: none; cursor: pointer; font: 700 20px "Manrope"; display: flex; justify-content: space-between; gap: 20px; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary span { color: var(--coral); font-size: 25px; transition: transform .25s; }
.faq-list details[open] summary span { transform: rotate(45deg); }
.faq-list details p { color: rgba(47, 38, 31, .65); line-height: 1.7; max-width: 650px; padding-right: 40px; margin: 20px 0 0; }

.contact { background: var(--ink); color: var(--white-warm); display: grid; grid-template-columns: 1.2fr .8fr; gap: 10vw; position: relative; overflow: hidden; }
.contact-copy p:last-child { max-width: 550px; color: rgba(255, 249, 241, .6); font-size: 18px; line-height: 1.65; }
.contact-form { background: var(--paper); color: var(--ink); padding: 35px; border-radius: 4px; }
.contact-form label { display: block; font-size: 11px; font-weight: 600; text-transform: uppercase; letter-spacing: .12em; margin-bottom: 25px; }
.contact-form input, .contact-form select { width: 100%; background: transparent; border: 0; border-bottom: 1px solid var(--line); border-radius: 0; padding: 13px 0; margin-top: 5px; font: 16px "DM Sans"; color: var(--ink); outline: none; }
.contact-form input:focus, .contact-form select:focus { border-color: var(--coral); }
.form-note { text-align: center; font-size: 11px; margin: 14px 0 0; color: rgba(47, 38, 31, .55); }

.site-footer { padding: 30px 5vw; display: flex; align-items: center; justify-content: space-between; background: var(--ink); color: rgba(255, 249, 241, .6); border-top: 1px solid rgba(255, 249, 241, .15); font-size: 12px; }
.brand-footer { color: var(--white-warm); }
.brand-footer .brand-seal { opacity: .75; border-color: rgba(255, 249, 241, .25); filter: sepia(.5); }
.brand-footer .brand-mark { border-color: var(--white-warm); }
.site-footer p { margin: 0; }
.site-footer div { display: flex; gap: 25px; }

.reveal { opacity: 0; transform: translateY(25px); transition: opacity .8s ease, transform .8s ease; }
.reveal.visible { opacity: 1; transform: translateY(0); }

@keyframes breathe { 50% { transform: scale(1.05); } }
@keyframes wave { to { transform: scaleY(.35); } }
@keyframes scroll { 0% { transform: scaleY(0); transform-origin: top; } 50% { transform: scaleY(1); transform-origin: top; } 51% { transform-origin: bottom; } 100% { transform: scaleY(0); transform-origin: bottom; } }
@keyframes marquee { to { transform: translateX(-50%); } }

@media (max-width: 1000px) {
  .main-nav { position: fixed; inset: 0; background: var(--cream); flex-direction: column; justify-content: center; font-size: 24px; transform: translateY(-105%); transition: transform .35s; z-index: -1; }
  .main-nav.open { transform: translateY(0); }
  .menu-toggle { border: 0; background: transparent; display: flex; flex-direction: column; gap: 7px; padding: 10px; z-index: 2; }
  .menu-toggle span { display: block; width: 28px; height: 2px; background: var(--ink); transition: .25s; }
  .menu-toggle.active span:first-child { transform: translateY(4.5px) rotate(45deg); }
  .menu-toggle.active span:last-child { transform: translateY(-4.5px) rotate(-45deg); }
  .hero { grid-template-columns: 1fr; padding-top: 130px; }
  .hero::before, .scroll-cue { display: none; }
  .hero-visual { height: 500px; }
  .sun { width: 400px; }
  .pillar-grid, .lab-grid { grid-template-columns: 1fr; }
  .pillar-card { min-height: 420px; }
  .journey-intro { grid-template-columns: 1fr; }
  .journey-item { grid-template-columns: .5fr 1.5fr 30px; }
  .level-result { display: none; }
  .difference-grid { grid-template-columns: 1fr 1fr; }
  .difference-item:nth-child(2) { border-right: 0; }
  .faq, .contact { grid-template-columns: 1fr; }
  .faq-heading { position: static; }
}

@media (max-width: 640px) {
  h1 { font-size: 3.7rem; }
  h2 { font-size: 3.2rem; }
  .site-header { height: 68px; padding: 0 20px; }
  .hero { padding: 115px 20px 50px; }
  .hero-actions { align-items: stretch; flex-direction: column; gap: 18px; margin-bottom: 40px; }
  .hero-actions .button { width: 100%; }
  .text-link { align-self: center; }
  .hero-visual { height: 380px; margin-top: 10px; }
  .sun { width: 270px; }
  .dancer { transform: scale(.72) rotate(-5deg); }
  .orbit-one { width: 110%; }
  .note-one { left: 0; }.note-two { right: 0; }
  .section-pad { padding: 85px 20px; }
  .statement { min-height: auto; }
  .statement-copy { font-size: 17px; }
  .section-heading, .labs-top { display: block; }
  .section-heading { margin-bottom: 40px; }
  .journey-item { grid-template-columns: 1fr 30px; gap: 12px; }
  .journey-item .level { grid-column: 1 / -1; }
  .journey-item h3 { font-size: 2.8rem; }
  .lab-marquee { margin-left: -20px; margin-right: -20px; }
  .lab-art { height: 220px; }
  .quote-section { min-height: 65vh; }
  .quote-section blockquote { font-size: 3rem; }
  .difference-grid { grid-template-columns: 1fr; }
  .difference-item, .difference-item:not(:first-child) { padding: 25px 0; border-right: 0; border-bottom: 1px solid var(--line); min-height: auto; }
  .difference-item h3 { margin-top: 20px; }
  .contact-form { padding: 25px 18px; }
  .site-footer { text-align: center; flex-direction: column; gap: 25px; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { animation-duration: .001ms !important; animation-iteration-count: 1 !important; scroll-behavior: auto !important; }
  .reveal { opacity: 1; transform: none; }
}
