@charset "UTF-8";:root{--color-red-500: #e73c46;--color-red-600: #c92e3b;--color-coffee-900: #1a1a1a;--color-coffee-800: #2c1a10;--color-coffee-700: #422112;--color-coffee-600: #5d3a26;--color-coffee-500: #7a4f2e;--color-coffee-400: #a07043;--color-coffee-300: #c69963;--color-cream-50: #f8f5ed;--color-cream-100: #f6ead7;--color-cream-200: #ecd9b8;--color-gold-500: #c9a961;--color-gold-600: #b08c43;--color-leaf-700: #2f4a2a;--color-leaf-600: #3f6437;--color-leaf-500: #5d7547;--color-red-cherry: #a52a2a;--bg: var(--color-cream-50);--bg-alt: var(--color-cream-100);--bg-dark: var(--color-coffee-800);--bg-darker: var(--color-coffee-900);--text: var(--color-coffee-900);--text-muted: var(--color-coffee-600);--text-on-dark: var(--color-cream-50);--text-on-dark-muted: var(--color-cream-200);--accent: var(--color-red-500);--accent-strong: var(--color-red-600);--accent-soft: var(--color-gold-500);--leaf: var(--color-leaf-600);--border: rgba(66, 33, 18, .12);--border-strong: rgba(66, 33, 18, .24);--font-serif: "Montserrat", system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;--font-sans: "Montserrat", system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;--container: 1240px;--container-narrow: 920px;--radius-sm: 8px;--radius-md: 14px;--radius-lg: 22px;--radius-full: 999px;--shadow-sm: 0 2px 6px rgba(29, 16, 10, .08);--shadow-md: 0 8px 24px rgba(29, 16, 10, .12);--shadow-lg: 0 20px 50px rgba(29, 16, 10, .2);--ease-out: cubic-bezier(.2, .8, .2, 1);--ease-in-out: cubic-bezier(.65, 0, .35, 1);--nav-height: 72px}@media(max-width:600px){:root{--nav-height: 60px}}*,*:before,*:after{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:var(--nav-height);-webkit-text-size-adjust:100%;text-size-adjust:100%}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*:before,*:after{animation-duration:.001ms!important;animation-iteration-count:1!important;transition-duration:.001ms!important}}html,body{overflow-x:clip}body{margin:0;font-family:var(--font-sans);font-size:16px;line-height:1.6;color:var(--text);background:var(--bg);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;min-height:100vh;min-height:100dvh}h1,h2,h3,h4,h5,h6{font-family:var(--font-serif);font-weight:700;line-height:1.15;margin:0 0 .5em;color:var(--text);letter-spacing:-.01em}h1{font-size:clamp(2.4rem,5.5vw + .5rem,4.6rem)}h2{font-size:clamp(2rem,3.5vw + .5rem,3.2rem)}h3{font-size:clamp(1.4rem,1.5vw + .6rem,1.85rem)}h4{font-size:clamp(1.15rem,.8vw + .8rem,1.35rem)}p{margin:0 0 1em}a{color:inherit;text-decoration:none;transition:color .2s var(--ease-out)}button{font:inherit;cursor:pointer;border:none;background:none;color:inherit}img,svg{max-width:100%;height:auto;display:block}ul,ol{padding:0;margin:0;list-style:none}.container{width:100%;max-width:var(--container);padding-inline:clamp(1rem,4vw,2.5rem);margin-inline:auto}.container--narrow{max-width:var(--container-narrow)}.section{padding-block:clamp(4rem,8vw,7rem);position:relative}.section--dark{background:var(--bg-dark);color:var(--text-on-dark)}.section--dark h1,.section--dark h2,.section--dark h3,.section--dark h4{color:var(--text-on-dark)}.eyebrow{display:inline-flex;align-items:center;gap:.55rem;font-family:var(--font-sans);font-size:.78rem;font-weight:600;text-transform:uppercase;letter-spacing:.18em;color:var(--accent-strong);margin-bottom:1rem}.eyebrow:before{content:"";width:28px;height:1px;background:currentColor}.section--dark .eyebrow{color:var(--color-gold-500)}.section-title{margin-bottom:1rem}.section-lede{font-size:clamp(1.05rem,.4vw + 1rem,1.2rem);color:var(--text-muted);max-width:60ch;margin-bottom:3rem}.section--dark .section-lede{color:var(--text-on-dark-muted)}.btn{display:inline-flex;align-items:center;justify-content:center;gap:.6rem;padding:.95rem 1.7rem;border-radius:var(--radius-full);font-weight:600;font-size:.95rem;letter-spacing:.01em;cursor:pointer;transition:transform .2s var(--ease-out),background-color .2s var(--ease-out),color .2s var(--ease-out),box-shadow .2s var(--ease-out);white-space:nowrap;text-decoration:none;border:2px solid transparent;will-change:transform}.btn:hover{transform:translateY(-2px)}.btn:active{transform:translateY(0)}.btn:focus-visible{outline:3px solid var(--accent);outline-offset:3px}.btn--primary{background:var(--color-coffee-700);color:var(--color-cream-50)}.btn--primary:hover{background:var(--color-coffee-800);box-shadow:var(--shadow-md)}.btn--accent{background:var(--accent);color:var(--color-coffee-900)}.btn--accent:hover{background:var(--accent-strong);color:var(--color-cream-50)}.btn--outline{background:transparent;color:var(--color-coffee-700);border-color:var(--color-coffee-700)}.btn--outline:hover{background:var(--color-coffee-700);color:var(--color-cream-50)}.section--dark .btn--outline{color:var(--color-cream-50);border-color:var(--color-cream-50)}.section--dark .btn--outline:hover{background:var(--color-cream-50);color:var(--color-coffee-800)}.btn--whatsapp{background:#25d366;color:#fff}.btn--whatsapp:hover{background:#1ebd5b}.reveal{opacity:0;transform:translateY(28px);transition:opacity .8s var(--ease-out),transform .8s var(--ease-out)}.reveal.is-visible{opacity:1;transform:translateY(0)}@media(prefers-reduced-motion:reduce){.reveal{opacity:1;transform:none;transition:none}}.app-loading{position:fixed;inset:0;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1.2rem;background:var(--bg-darker);color:var(--color-cream-50);z-index:9999}.app-loading__brand{font-family:var(--font-serif);font-size:clamp(1.6rem,4vw,2.4rem);letter-spacing:.18em;color:var(--color-gold-500)}.app-loading__bar{width:180px;height:3px;background:#ffffff1a;border-radius:var(--radius-full);overflow:hidden}.app-loading__bar span{display:block;width:40%;height:100%;background:var(--color-gold-500);animation:loaderSlide 1.4s var(--ease-in-out) infinite}@keyframes loaderSlide{0%{transform:translate(-100%)}to{transform:translate(350%)}}@media print{.app-loading,header,footer{display:none}body{background:#fff;color:#000}}::selection{background:var(--color-gold-500);color:var(--color-coffee-900)}@supports (scrollbar-color: red blue){*{scrollbar-color:var(--color-coffee-500) transparent;scrollbar-width:thin}}::-webkit-scrollbar{width:10px;height:10px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:var(--color-coffee-500);border-radius:var(--radius-full)}::-webkit-scrollbar-thumb:hover{background:var(--color-coffee-700)}.section-lede,.hero__lede,.plan__desc,.region__desc,.addon-card__desc,.addon__lede,.about__mission,.stage__description,.contact__intro .section-lede,.plans__footnote{text-align:justify;text-justify:inter-word;hyphens:auto;-webkit-hyphens:auto}.plans__footnote{text-align:center;-webkit-hyphens:manual;hyphens:manual}@media(max-width:640px){.section-lede,.hero__lede,.plan__desc,.region__desc,.addon-card__desc,.addon__lede,.about__mission,.stage__description,.contact__intro .section-lede{text-align:left;hyphens:manual;-webkit-hyphens:manual}}
