@font-face{font-family:Nunito;src:url('/assets/nunito-variable.ttf') format('truetype');font-display:swap;font-weight:200 1000}
@font-face{font-family:Hello Goodbye;src:url('/assets/hello-goodbye-acentos-cff-corrigida.otf') format('opentype');font-display:swap}
:root{--ink:#49384d;--plum:#603a61;--rose:#d98d91;--coral:#e27873;--cream:#fff8ed;--paper:#fffdf8;--teal:#39787a;--sky:#b9d9d7;--yellow:#efbd5d;--line:rgba(73,56,77,.16)}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;color:var(--ink);background:var(--cream);font-family:Nunito,Arial,sans-serif;overflow-x:hidden}a{color:inherit;text-decoration:none}img{display:block;max-width:100%}.home-nav{position:absolute;z-index:30;top:0;left:50%;display:grid;grid-template-columns:1fr auto 1fr;align-items:center;width:min(1320px,calc(100% - 56px));height:88px;border-bottom:1px solid var(--line);transform:translateX(-50%)}.home-brand{font-family:Georgia,serif;font-size:20px;font-weight:700}.home-brand span{color:var(--coral)}.home-nav nav{display:flex;gap:28px;font-size:13px;font-weight:800}.home-nav nav a{position:relative}.home-nav nav a:after{content:"";position:absolute;left:0;bottom:-7px;width:0;height:2px;background:var(--coral);transition:width .25s}.home-nav nav a:hover:after,.home-nav nav a:focus-visible:after{width:100%}.home-switch{justify-self:end;text-transform:uppercase;letter-spacing:.12em;font-size:10px;font-weight:900}.home-switch i{color:var(--coral);font-family:'Hello Goodbye',cursive;font-size:17px;font-style:normal;text-transform:none}.home-hero{position:relative;display:grid;grid-template-columns:minmax(340px,.82fr) minmax(520px,1.18fr);align-items:center;gap:4vw;min-height:clamp(760px,100svh,940px);padding:132px max(6vw,30px) 80px;overflow:hidden;background:linear-gradient(118deg,#fff8ee 0 52%,#dfa0a0 52% 100%)}.home-hero:before{content:"";position:absolute;inset:0 48% 0 0;opacity:.38;background:repeating-linear-gradient(transparent 0 34px,rgba(57,120,122,.16) 35px,transparent 36px)}.hero-copy{position:relative;z-index:5;max-width:650px}.eyebrow,.section-label{margin:0 0 17px;color:var(--coral);text-transform:uppercase;letter-spacing:.18em;font-size:12px;font-weight:950}.hero-copy h1{margin:0;color:var(--plum);font-family:Georgia,serif;font-size:clamp(78px,9vw,146px);font-weight:400;line-height:.8;letter-spacing:-.07em}.hero-line{max-width:610px;margin:35px 0 17px;font-size:clamp(23px,2vw,31px);font-weight:900;line-height:1.25}.hero-intro{max-width:580px;margin:0;font-size:18px;line-height:1.65}.hero-logo{width:min(285px,62%);margin-top:30px;mix-blend-mode:multiply}.hero-portrait{position:relative;min-height:650px}.hero-name{position:absolute;z-index:1;top:9%;left:-8%;color:rgba(96,58,97,.34);font-family:Georgia,serif;font-size:clamp(100px,12vw,210px);letter-spacing:-.07em;white-space:nowrap}.hero-arch{position:absolute;z-index:3;inset:2% 7% -13% 12%;overflow:hidden;border:16px solid rgba(255,249,238,.78);border-bottom:0;border-radius:48% 48% 0 0;box-shadow:0 35px 70px rgba(85,48,69,.24)}.hero-arch img{width:100%;height:100%;object-fit:cover;object-position:26% 43%}.hero-orbit{position:absolute;z-index:2;border-radius:50%;pointer-events:none}.hero-orbit-one{top:4%;right:-4%;width:210px;aspect-ratio:1;border:2px solid rgba(96,58,97,.28)}.hero-orbit-two{right:3%;bottom:7%;width:105px;aspect-ratio:1;background:rgba(239,189,93,.65)}.hero-scroll{position:absolute;z-index:8;bottom:24px;left:50%;display:grid;place-items:center;width:46px;height:64px;border:1px solid var(--plum);border-radius:28px;transform:translateX(-50%);animation:scroll-bob 1.8s ease-in-out infinite}.home-book,.home-about{position:relative;display:grid;grid-template-columns:minmax(380px,.92fr) minmax(390px,1.08fr);align-items:center;gap:8vw;padding:120px max(7vw,28px);overflow:hidden}.home-book{background:var(--paper)}.book-visual{position:relative;min-height:640px}.book-visual>img{position:absolute;z-index:3;left:50%;bottom:0;width:min(430px,72%);filter:drop-shadow(0 28px 22px rgba(73,56,77,.24));transform:translateX(-50%) rotate(-2deg)}.book-sun{position:absolute;z-index:1;top:5%;left:8%;width:300px;aspect-ratio:1;border-radius:50%;background:var(--yellow)}.book-note{position:absolute;z-index:4;right:-3%;bottom:11%;padding:17px 20px;color:var(--plum);background:#f6d8df;font-family:'Hello Goodbye',cursive;font-size:27px;line-height:1;letter-spacing:1px;transform:rotate(4deg);box-shadow:6px 9px 18px rgba(73,56,77,.16)}.book-copy{max-width:650px}.book-copy h2,.club-copy h2,.about-copy h2,.universe-heading h2,.home-final h2{margin:0 0 24px;color:var(--plum);font-family:'Hello Goodbye',cursive;font-size:clamp(58px,6.6vw,104px);font-weight:400;line-height:1;letter-spacing:1px}.book-copy>p:not(.section-label){font-size:18px;line-height:1.65}.book-copy .section-subtitle{color:var(--coral);font-size:25px;font-weight:900}.book-credit{padding-top:12px;border-top:1px solid var(--line)}.home-button{display:inline-flex;align-items:center;justify-content:space-between;gap:28px;min-height:56px;margin-top:17px;padding:15px 22px;color:#fff;background:var(--plum);font-weight:900;box-shadow:8px 8px 0 rgba(217,141,145,.35);transition:transform .2s,box-shadow .2s}.home-button:hover,.home-button:focus-visible{transform:translate(-2px,-2px);box-shadow:11px 11px 0 rgba(217,141,145,.42)}.home-button small{font-size:10px;text-transform:uppercase;letter-spacing:.12em}.home-button-muted{cursor:default;opacity:.73}.home-button-muted:hover{transform:none;box-shadow:8px 8px 0 rgba(217,141,145,.35)}.home-club{position:relative;display:grid;grid-template-columns:minmax(480px,1.08fr) minmax(360px,.92fr);align-items:center;gap:5vw;padding:110px max(5vw,24px);overflow:hidden;background:#e9f1ef}.club-art{position:relative;min-height:620px;overflow:hidden;border-radius:280px 18px 18px 280px;box-shadow:0 28px 60px rgba(56,82,82,.2)}.club-art img{width:100%;height:100%;object-fit:cover;object-position:left center;position:absolute;inset:0}.club-copy{max-width:590px}.club-copy h2{color:#385c70;font-size:clamp(54px,5.8vw,92px)}.club-copy>p:not(.section-label){font-size:19px;line-height:1.65}.home-about{grid-template-columns:minmax(390px,1.05fr) minmax(380px,.95fr);background:#f7e9e8}.about-copy{max-width:680px}.about-copy>p:not(.section-label){font-size:19px;line-height:1.7}.about-portrait{position:relative;min-height:650px}.about-oval{position:absolute;z-index:3;inset:1% 8% 2% 10%;overflow:hidden;border:14px solid rgba(255,253,248,.9);border-radius:50%;box-shadow:0 30px 65px rgba(73,56,77,.2)}.about-oval img{width:100%;height:100%;object-fit:cover;object-position:43% 32%}.about-ring{position:absolute;z-index:1;inset:8% 3% -4% 17%;border:2px solid rgba(57,120,122,.4);border-radius:50%}.about-note{position:absolute;z-index:5;right:-2%;bottom:7%;padding:17px 20px;color:var(--plum);background:var(--yellow);font-family:'Hello Goodbye',cursive;font-size:27px;line-height:1;letter-spacing:1px;transform:rotate(3deg)}.home-universe{position:relative;display:grid;grid-template-columns:1.1fr .9fr;grid-template-areas:'heading copy' 'grid grid';gap:45px 8vw;padding:120px max(7vw,28px);overflow:hidden;color:#fff;background:#173f42}.universe-heading{grid-area:heading}.universe-heading h2{color:#fff;font-size:clamp(60px,6.7vw,106px)}.universe-copy{grid-area:copy;align-self:end;max-width:560px}.universe-copy p{color:#d7e8e6;font-size:19px;line-height:1.7}.universe-copy .home-button{color:#173f42;background:var(--yellow);box-shadow:8px 8px 0 rgba(217,141,145,.65)}.universe-grid{grid-area:grid;display:grid;grid-template-columns:repeat(4,1fr);border-top:1px solid rgba(255,255,255,.28);border-bottom:1px solid rgba(255,255,255,.28)}.universe-grid span{display:grid;place-items:center;min-height:170px;padding:25px;text-align:center;font-family:'Hello Goodbye',cursive;font-size:34px;letter-spacing:1px;border-right:1px solid rgba(255,255,255,.28)}.universe-grid span:last-child{border-right:0}.home-final{padding:130px max(7vw,28px);text-align:center;background:var(--cream)}.home-final h2{max-width:920px;margin-right:auto;margin-left:auto}.home-final>p:not(.section-label){font-size:21px}.final-actions{display:flex;justify-content:center;gap:18px;flex-wrap:wrap;margin-top:34px}.home-button-outline{color:var(--plum);background:transparent;border:2px solid var(--plum);box-shadow:none}.home-footer{display:grid;grid-template-columns:1fr auto 1fr;align-items:center;gap:35px;min-height:170px;padding:40px max(6vw,28px);color:#fff;background:#402a42}.home-footer>div{display:flex;flex-direction:column}.home-footer strong{font-family:Georgia,serif;font-size:21px}.home-footer span{margin-top:5px;color:#e8c8cc;font-size:11px}.home-footer nav{display:flex;gap:18px;font-size:12px}.home-footer>a{justify-self:end;text-transform:uppercase;letter-spacing:.12em;font-size:10px}.home-motion-ready main section>*{opacity:0;transform:translateY(32px);transition:opacity .75s,transform .9s cubic-bezier(.16,1,.3,1)}.home-motion-ready main section>*.is-visible{opacity:1;transform:none}@keyframes scroll-bob{0%,100%{transform:translate(-50%,-3px)}50%{transform:translate(-50%,5px)}}
@media(max-width:980px){.home-nav{grid-template-columns:1fr auto}.home-nav nav{display:none}.home-switch{display:none}.home-hero{grid-template-columns:1fr;min-height:1200px;padding-top:125px}.hero-copy{max-width:760px}.hero-portrait{width:min(780px,100%);min-height:660px;margin:0 auto}.home-book,.home-club,.home-about{grid-template-columns:1fr}.book-visual{width:min(700px,100%);margin:auto}.home-club{gap:60px}.club-art{width:100%;min-height:560px;border-radius:240px 18px 18px 240px}.club-copy{max-width:760px}.home-about{gap:65px}.about-copy{max-width:760px}.about-portrait{width:min(650px,100%);margin:auto}.home-universe{grid-template-columns:1fr;grid-template-areas:'heading' 'copy' 'grid'}.universe-copy{max-width:760px}.universe-grid{grid-template-columns:repeat(2,1fr)}.universe-grid span:nth-child(2){border-right:0}.universe-grid span:nth-child(-n+2){border-bottom:1px solid rgba(255,255,255,.28)}.home-footer{grid-template-columns:1fr;text-align:center}.home-footer nav{justify-content:center;flex-wrap:wrap}.home-footer>a{justify-self:center}}
@media(max-width:620px){.home-nav{width:calc(100% - 34px);height:70px}.home-brand{font-size:16px}.home-hero{min-height:1030px;padding:104px 21px 70px;background:linear-gradient(170deg,#fff8ee 0 49%,#dfa0a0 49% 100%)}.home-hero:before{inset:0 0 51%}.hero-copy h1{font-size:72px}.hero-line{margin-top:25px;font-size:22px}.hero-intro{font-size:16px}.hero-logo{width:230px}.hero-portrait{min-height:480px}.hero-name{top:5%;left:-3%;font-size:89px}.hero-arch{inset:4% -8% -8% 2%;border-width:9px}.hero-arch img{object-position:29% 41%}.hero-orbit-one{width:145px;right:-20%}.hero-orbit-two{width:76px}.hero-scroll{display:none}.home-book,.home-club,.home-about,.home-universe,.home-final{padding:78px 22px}.book-visual{min-height:430px}.book-visual>img{width:69%}.book-sun{width:210px}.book-note{right:-5%;font-size:20px}.book-copy h2,.club-copy h2,.about-copy h2,.universe-heading h2,.home-final h2{font-size:51px}.book-copy>p:not(.section-label),.club-copy>p:not(.section-label),.about-copy>p:not(.section-label),.universe-copy p{font-size:17px}.club-art{min-height:440px;border-radius:190px 12px 12px 190px}.club-art img{object-position:18% center}.about-portrait{min-height:470px}.about-oval{inset:2% 1% 2% 1%;border-width:9px}.about-note{right:-6%;font-size:20px}.home-universe{gap:34px}.universe-grid{grid-template-columns:1fr}.universe-grid span{min-height:105px;border-right:0;border-bottom:1px solid rgba(255,255,255,.28)!important;font-size:29px}.universe-grid span:last-child{border-bottom:0!important}.home-final>p:not(.section-label){font-size:18px}.final-actions{flex-direction:column}.final-actions .home-button{width:100%}.home-footer{padding:46px 22px}.home-footer nav{gap:14px}.home-motion-ready main section>*{opacity:1;transform:none}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}.hero-scroll{animation:none}.home-motion-ready main section>*{opacity:1;transform:none;transition:none}}
