.navbar{z-index:100;padding:1.2rem var(--pad);justify-content:space-between;align-items:center;transition:background .4s,box-shadow .4s;display:flex;position:fixed;top:0;left:0;right:0}.navbar.scrolled{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#f5efe6f5;box-shadow:0 1px #2c242014}.nav-logo{font-family:var(--serif);color:var(--dark);letter-spacing:.02em;font-size:1.4rem;font-weight:500;line-height:1.2;text-decoration:none}.nav-logo span{font-size:.58rem;font-family:var(--sans);letter-spacing:.25em;text-transform:uppercase;color:var(--mid);margin-top:2px;font-weight:300;display:block}.nav-links{gap:2.5rem;list-style:none;display:flex}.nav-links a{letter-spacing:.16em;text-transform:uppercase;color:var(--dark-mid);font-size:.73rem;font-weight:400;text-decoration:none;transition:color .2s}.nav-links a:hover{color:var(--sage-deep)}.nav-cta{letter-spacing:.16em;text-transform:uppercase;border:1px solid var(--dark);color:var(--dark);cursor:pointer;font-size:.7rem;font-weight:400;font-family:var(--sans);background:0 0;padding:.55rem 1.4rem;text-decoration:none;transition:background .2s,color .2s}.nav-cta:hover{background:var(--dark);color:var(--cream)}.nav-burger{cursor:pointer;background:0 0;border:none;flex-direction:column;gap:5px;padding:4px;display:none}.nav-burger span{background:var(--dark);width:24px;height:1px;transition:transform .3s,opacity .3s;display:block}.nav-burger.active span:first-child{transform:translateY(6px)rotate(45deg)}.nav-burger.active span:nth-child(2){opacity:0}.nav-burger.active span:nth-child(3){transform:translateY(-6px)rotate(-45deg)}.mobile-cta{display:none}@media (width<=900px){.desktop-cta{display:none}.nav-burger{display:flex}.nav-links{padding:1.5rem var(--pad) 2rem;background:#f5efe6fa;flex-direction:column;gap:1.2rem;display:none;position:absolute;top:100%;left:0;right:0;box-shadow:0 4px 20px #2c242014}.nav-links.open{display:flex}.mobile-cta{margin-top:.5rem;display:list-item}}.hero{grid-template-columns:1fr 1fr;min-height:100vh;display:grid;position:relative;overflow:hidden}.hero-left{background:var(--cream);padding:8rem var(--pad) 5rem;flex-direction:column;justify-content:flex-end;display:flex}.hero-eyebrow{letter-spacing:.28em;text-transform:uppercase;color:var(--sage-deep);align-items:center;gap:.8rem;margin-bottom:1.5rem;font-size:.68rem;font-weight:400;display:flex}.hero-eyebrow:before{content:"";background:var(--sage-deep);width:2.5rem;height:1px;display:block}.hero-headline{font-family:var(--serif);color:var(--dark);letter-spacing:-.01em;margin-bottom:2rem;font-size:clamp(3rem,5.5vw,5.5rem);font-weight:300;line-height:1.05}.hero-headline em{color:var(--sage-deep);font-style:italic}.hero-sub{color:var(--mid);max-width:360px;margin-bottom:3rem;font-size:.92rem;font-weight:300;line-height:1.8}.hero-actions{flex-wrap:wrap;align-items:center;gap:1rem;display:flex}.hero-stats{border-top:1px solid #2c24201a;gap:3rem;margin-top:4rem;padding-top:2rem;display:flex}.stat-num{font-family:var(--serif);color:var(--dark);font-size:2rem;font-weight:300;line-height:1;display:block}.stat-label{letter-spacing:.18em;text-transform:uppercase;color:var(--mid);margin-top:.3rem;font-size:.68rem}.hero-right{position:relative;overflow:hidden}.hero-img{object-fit:cover;width:100%;height:100%;transition:transform 8s;display:block}.hero-img:hover{transform:scale(1.04)}.hero-overlay{background:linear-gradient(90deg,#f5efe61f 0%,#0000 40%);position:absolute;inset:0}.hero-scroll{letter-spacing:.25em;text-transform:uppercase;color:var(--mid);z-index:5;flex-direction:column;align-items:center;gap:.6rem;font-size:.62rem;animation:2.5s ease-in-out infinite floatY;display:flex;position:absolute;bottom:2.5rem;left:50%;transform:translate(-50%)}.hero-scroll:after{content:"";background:var(--mid);width:1px;height:2.5rem;display:block}@media (width<=900px){.hero{grid-template-columns:1fr;min-height:auto}.hero-left{padding-top:7rem;padding-bottom:3rem}.hero-right{height:55vw;min-height:280px}.hero-stats{gap:1.5rem}.hero-scroll{display:none}.hero-actions{flex-wrap:nowrap}.hero-actions .btn-primary,.hero-actions .btn-ghost{text-align:center;white-space:nowrap;flex:1;padding-left:1rem;padding-right:1rem}}.services{background:var(--cream)}.services-header{text-align:center;margin-bottom:4rem}.services-header .section-title{margin:0 auto 1rem}.services-header .section-sub{margin:0 auto}.packages-grid{background:#2c24201f;grid-template-columns:repeat(3,1fr);gap:1.5px;display:grid}.package{background:var(--light);flex-direction:column;padding:3rem 2.5rem;transition:background .3s;display:flex}.package:hover{background:var(--cream-dark)}.package.featured{background:var(--dark);color:var(--cream)}.pkg-badge{letter-spacing:.22em;text-transform:uppercase;background:var(--blush);color:var(--dark);width:fit-content;margin-bottom:1.5rem;padding:.3rem .8rem;font-size:.6rem}.pkg-name{font-family:var(--serif);margin-bottom:.3rem;font-size:1.6rem;font-weight:400}.pkg-tag-line{letter-spacing:.15em;text-transform:uppercase;color:var(--mid);font-size:.7rem}.package.featured .pkg-tag-line{color:#f5efe68c}.pkg-price{font-family:var(--serif);color:inherit;margin:1.5rem 0 .3rem;font-size:2.4rem;font-weight:300;line-height:1}.package.featured .pkg-price{color:var(--blush)}.pkg-price span{font-size:.85rem;font-family:var(--sans);font-weight:300}.pkg-divider{background:#2c24201a;height:1px;margin:1.5rem 0}.package.featured .pkg-divider{background:#f5efe626}.pkg-features{flex-direction:column;flex:1;gap:.75rem;list-style:none;display:flex}.pkg-feature{color:var(--dark-mid);align-items:flex-start;gap:.7rem;font-size:.85rem;display:flex}.package.featured .pkg-feature{color:#f5efe6cc}.pkg-feature:before{content:"";background:var(--sage);border-radius:50%;flex-shrink:0;width:5px;height:5px;margin-top:.55rem;display:block}.package.featured .pkg-feature:before{background:var(--blush)}.pkg-cta{letter-spacing:.18em;text-transform:uppercase;cursor:pointer;color:inherit;font-size:.7rem;font-family:var(--sans);background:0 0;border:1px solid;margin-top:2.5rem;padding:.85rem;transition:background .2s,color .2s}.package:not(.featured) .pkg-cta:hover{background:var(--dark);color:var(--cream)}.package.featured .pkg-cta:hover{background:var(--cream);color:var(--dark)}@media (width<=900px){.packages-grid{grid-template-columns:1fr;gap:0}}.gallery-section{background:var(--light)}.gallery-header{flex-wrap:wrap;justify-content:space-between;align-items:flex-end;gap:1.5rem;margin-bottom:3rem;display:flex}.gallery-filters{flex-wrap:wrap;gap:.5rem;display:flex}.filter-btn{letter-spacing:.15em;text-transform:uppercase;color:var(--mid);cursor:pointer;font-size:.7rem;font-weight:400;font-family:var(--sans);background:0 0;border:1px solid #2c242033;padding:.5rem 1.2rem;transition:all .2s}.filter-btn.active,.filter-btn:hover{border-color:var(--dark);background:var(--dark);color:var(--cream)}.gallery-item{cursor:pointer;background:var(--sage-light);position:relative;overflow:hidden}.gallery-grid{grid-template-columns:repeat(3,1fr);grid-auto-rows:280px;gap:6px;display:grid}.gi-0,.gi-1,.gi-2,.gi-3,.gi-4,.gi-5,.gi-6,.gi-7,.gi-8,.gi-9{grid-area:span 1/span 1}.gallery-img{object-fit:cover;width:100%;height:100%;transition:transform .7s}.gallery-item:hover .gallery-img{transform:scale(1.07)}.gallery-overlay{background:#2c242000;justify-content:center;align-items:center;transition:background .3s;display:flex;position:absolute;inset:0}.gallery-item:hover .gallery-overlay{background:#2c242047}.gallery-zoom{width:40px;height:40px;color:var(--cream);opacity:0;border:1px solid #f5efe6cc;justify-content:center;align-items:center;font-size:1.4rem;transition:opacity .3s,transform .3s;display:flex;transform:scale(.7)}.gallery-item:hover .gallery-zoom{opacity:1;transform:scale(1)}.lightbox{z-index:999;background:#2c2420f5;justify-content:center;align-items:center;padding:2rem;display:flex;position:fixed;inset:0}.lightbox-inner{width:100%;max-width:900px;position:relative}.lightbox-img{object-fit:contain;width:100%;max-height:80vh;display:block}.lightbox-close{color:#f5efe6a6;cursor:pointer;font-size:.9rem;font-family:var(--sans);letter-spacing:.1em;background:0 0;border:none;padding:.5rem;font-weight:300;transition:color .2s;position:absolute;top:-3rem;right:0}.lightbox-close:hover{color:var(--cream)}.lightbox-nav{color:var(--cream);cursor:pointer;background:0 0;border:1px solid #f5efe64d;width:44px;height:44px;font-size:1rem;transition:border-color .2s;position:absolute;top:50%;transform:translateY(-50%)}.lightbox-nav:hover{border-color:var(--cream)}.lightbox-prev{left:-4rem}.lightbox-next{right:-4rem}.lightbox-caption{text-align:center;letter-spacing:.18em;text-transform:uppercase;color:#f5efe673;margin-top:1rem;font-size:.72rem}@media (width<=900px){.gallery-grid{grid-template-columns:repeat(2,1fr);grid-auto-rows:200px}.gallery-item{grid-area:span 1/span 1!important}.lightbox-prev{left:-1rem}.lightbox-next{right:-1rem}}@media (width<=540px){.gallery-grid{grid-template-columns:1fr;grid-auto-rows:220px}}.testimonials{background:var(--sage-light);overflow:hidden}.testimonials-wrap{text-align:center;flex-direction:column;align-items:center;display:flex}.testimonials-wrap .section-title{margin:0 auto}.quote-mark{font-family:var(--serif);color:var(--sage-deep);opacity:.35;margin:2.5rem 0;font-size:7rem;line-height:.5}.t-slides{width:100%;max-width:700px;min-height:170px;position:relative}.t-slide{opacity:0;pointer-events:none;transition:opacity .55s,transform .55s;position:absolute;top:0;left:0;right:0;transform:translate(20px)}.t-slide.active{opacity:1;pointer-events:auto;position:relative;transform:translate(0)}.t-text{font-family:var(--serif);color:var(--dark);margin-bottom:2rem;font-size:clamp(1.1rem,2.3vw,1.5rem);font-style:italic;font-weight:300;line-height:1.65}.t-author{letter-spacing:.2em;text-transform:uppercase;color:var(--sage-deep);font-size:.72rem}.t-event{color:var(--mid);margin-top:.3rem;font-size:.72rem}.t-dots{gap:.6rem;margin-top:2.5rem;display:flex}.dot{background:var(--sage);opacity:.35;cursor:pointer;border:none;border-radius:50%;width:7px;height:7px;padding:0;transition:opacity .2s,transform .2s}.dot.active{opacity:1;background:var(--sage-deep);transform:scale(1.35)}.about{background:var(--cream)}.about-grid{grid-template-columns:1fr 1fr;align-items:center;gap:6rem;display:grid}.about-img-wrap{position:relative}.about-img{aspect-ratio:4/5;object-fit:cover;width:100%;display:block}.about-img-accent{aspect-ratio:1;background:var(--sage-light);z-index:-1;width:55%;position:absolute;bottom:-2rem;right:-2rem}.about-badge{background:var(--dark);color:var(--cream);min-width:160px;padding:1.5rem 2rem;position:absolute;bottom:2rem;left:-2rem}.about-badge-num{font-family:var(--serif);color:var(--blush);font-size:2.8rem;font-weight:300;line-height:1;display:block}.about-badge-label{letter-spacing:.2em;text-transform:uppercase;color:#f5efe699;margin-top:.4rem;font-size:.65rem}.about-body{color:var(--mid);margin-bottom:2rem;font-size:.92rem;line-height:1.9}.about-stats{background:#2c24201a;grid-template-columns:repeat(3,1fr);gap:1px;margin:2.5rem 0;display:grid}.about-stat{background:var(--cream);text-align:center;padding:1.5rem 1.2rem}.about-stat-num{font-family:var(--serif);color:var(--dark);font-size:2rem;font-weight:300;line-height:1;display:block}.about-stat-label{letter-spacing:.18em;text-transform:uppercase;color:var(--mid);margin-top:.4rem;font-size:.65rem}.about-signature{font-family:var(--serif);color:var(--dark-mid);margin-top:2rem;font-size:1.6rem;font-style:italic;font-weight:400}.about-signature span{font-family:var(--sans);letter-spacing:.2em;text-transform:uppercase;color:var(--mid);margin-top:.3rem;font-size:.68rem;font-style:normal;display:block}@media (width<=900px){.about-grid{grid-template-columns:1fr;gap:3rem}.about-img-accent{display:none}.about-badge{bottom:1rem;left:1rem}.about-img{aspect-ratio:3/4;object-position:top}}.quote{background:var(--dark)}.quote .section-tag.light:before{background:var(--blush)}.quote-grid{grid-template-columns:1fr 1.4fr;align-items:start;gap:6rem;display:grid}.quote-intro .section-title{margin-bottom:1.5rem}.quote-promises{flex-direction:column;gap:1rem;margin-top:2.5rem;list-style:none;display:flex}.quote-promise{color:#f5efe6a6;align-items:flex-start;gap:1rem;font-size:.85rem;line-height:1.6;display:flex}.quote-promise-dot{background:var(--blush-deep);border-radius:50%;flex-shrink:0;width:5px;height:5px;margin-top:.5rem}.quote-contact{border-top:1px solid #f5efe61a;margin-top:3rem;padding-top:2rem}.quote-contact-label{letter-spacing:.2em;text-transform:uppercase;color:#f5efe666;margin-bottom:.5rem;font-size:.65rem}.quote-contact-value{font-family:var(--serif);color:var(--blush);font-size:1.1rem}.quote-form{flex-direction:column;gap:1.2rem;display:flex}.form-row{grid-template-columns:1fr 1fr;gap:1rem;display:grid}.form-group{flex-direction:column;gap:.4rem;display:flex}.form-label{letter-spacing:.18em;text-transform:uppercase;color:#f5efe680;font-size:.65rem}.form-input,.form-select,.form-textarea{color:var(--cream);font-size:.88rem;font-family:var(--sans);background:#f5efe60f;border:1px solid #f5efe624;border-radius:0;outline:none;width:100%;padding:.85rem 1rem;transition:border-color .2s,background .2s}.form-input::placeholder,.form-textarea::placeholder{color:#f5efe640}.form-input:focus,.form-select:focus,.form-textarea:focus{background:#f5efe61a;border-color:#efc9c280}.form-select{appearance:none;cursor:pointer;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath d='M1 1l5 5 5-5' stroke='rgba(245,239,230,0.4)' stroke-width='1.5' fill='none' stroke-linecap='round'/%3E%3C/svg%3E");background-position:right 1rem center;background-repeat:no-repeat;padding-right:2.5rem}.form-select option{background:var(--dark);color:var(--cream)}.form-textarea{resize:vertical;min-height:120px;line-height:1.6}.form-error{color:#e8a0a0;min-height:1em;margin-top:.1rem;font-size:.7rem}.form-submit{flex-wrap:wrap;align-items:center;gap:1.5rem;margin-top:.5rem;display:flex}.btn-submit{letter-spacing:.18em;text-transform:uppercase;background:var(--blush);color:var(--dark);cursor:pointer;font-size:.72rem;font-family:var(--sans);border:none;padding:1rem 2.5rem;font-weight:400;transition:background .2s}.btn-submit:hover{background:var(--blush-deep)}.btn-submit:disabled{opacity:.55;cursor:default}.form-note{color:#f5efe659;font-size:.75rem;line-height:1.6}.form-success{text-align:center;border:1px solid #efc9c240;padding:3rem 2rem}.form-success-icon{margin-bottom:1rem;font-size:2.5rem;line-height:1}.form-success h3{font-family:var(--serif);color:var(--blush);margin-bottom:.75rem;font-size:1.6rem;font-weight:300}.form-success p{color:#f5efe699;max-width:360px;margin:0 auto;font-size:.88rem;line-height:1.8}@media (width<=900px){.quote-grid{grid-template-columns:1fr;gap:3rem}.form-row{grid-template-columns:1fr}}.faq{background:var(--light)}.faq-grid{grid-template-columns:1fr 1.6fr;align-items:start;gap:6rem;display:grid}.faq-intro{position:sticky;top:8rem}.faq-intro .section-title{margin-bottom:1.2rem}.faq-intro .section-sub{margin-bottom:2.5rem}.faq-list{border-top:1px solid #2c24201a;flex-direction:column;display:flex}.faq-item{border-bottom:1px solid #2c24201a}.faq-trigger{cursor:pointer;text-align:left;width:100%;font-family:var(--sans);background:0 0;border:none;justify-content:space-between;align-items:center;gap:1.5rem;padding:1.6rem 0;display:flex}.faq-question{color:var(--dark);font-size:.92rem;font-weight:400;line-height:1.5}.faq-icon{width:28px;height:28px;color:var(--dark-mid);border:1px solid #2c242033;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;font-size:1.1rem;line-height:1;transition:background .2s,border-color .2s;display:flex}.faq-item.open .faq-icon{background:var(--dark);border-color:var(--dark);color:var(--cream)}.faq-body{grid-template-rows:0fr;transition:grid-template-rows .38s;display:grid}.faq-item.open .faq-body{grid-template-rows:1fr}.faq-body-inner{overflow:hidden}.faq-answer{color:var(--mid);max-width:540px;padding-bottom:1.6rem;font-size:.87rem;line-height:1.9}@media (width<=900px){.faq-grid{grid-template-columns:1fr;gap:3rem}.faq-intro{position:static}}.footer{background:var(--dark);padding-top:clamp(4rem,8vw,7rem);padding-bottom:2.5rem}.footer-top{border-bottom:1px solid #f5efe614;grid-template-columns:1.4fr 1fr 1fr 1.2fr;gap:3rem;padding-bottom:4rem;display:grid}.footer-logo{font-family:var(--serif);color:var(--cream);letter-spacing:.02em;margin-bottom:1.2rem;font-size:1.5rem;font-weight:500;line-height:1.2;text-decoration:none;display:inline-block}.footer-logo span{font-size:.58rem;font-family:var(--sans);letter-spacing:.25em;text-transform:uppercase;color:#f5efe666;margin-top:3px;font-weight:300;display:block}.footer-tagline{color:#f5efe673;max-width:240px;margin-bottom:1.8rem;font-size:.85rem;line-height:1.8}.footer-socials{gap:.75rem;display:flex}.social-link{color:#f5efe680;border:1px solid #f5efe626;justify-content:center;align-items:center;width:36px;height:36px;font-size:.75rem;text-decoration:none;transition:border-color .2s,color .2s;display:flex}.social-link:hover{border-color:var(--blush);color:var(--blush)}.footer-col-title{letter-spacing:.22em;text-transform:uppercase;color:#f5efe659;margin-bottom:1.2rem;font-size:.65rem}.footer-nav{flex-direction:column;gap:.7rem;list-style:none;display:flex}.footer-nav a{color:#f5efe68c;font-size:.85rem;text-decoration:none;transition:color .2s}.footer-nav a:hover{color:var(--cream)}.footer-contact-item{flex-direction:column;gap:.2rem;margin-bottom:1rem;display:flex}.footer-contact-label{letter-spacing:.18em;text-transform:uppercase;color:#f5efe64d;font-size:.62rem}.footer-contact-value{color:#f5efe699;font-size:.85rem}.footer-newsletter-text{color:#f5efe673;margin-bottom:1rem;font-size:.82rem;line-height:1.7}.footer-newsletter-form{display:flex}.footer-newsletter-input{color:var(--cream);font-size:.82rem;font-family:var(--sans);background:#f5efe612;border:1px solid #f5efe61f;border-right:none;outline:none;flex:1;padding:.7rem .9rem}.footer-newsletter-input::placeholder{color:#f5efe640}.footer-newsletter-input:focus{border-color:#efc9c266}.footer-newsletter-btn{background:var(--blush);color:var(--dark);letter-spacing:.1em;text-transform:uppercase;cursor:pointer;font-size:.7rem;font-family:var(--sans);white-space:nowrap;border:none;padding:.7rem 1.1rem;transition:background .2s}.footer-newsletter-btn:hover{background:var(--blush-deep)}.footer-bottom{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;padding-top:2rem;display:flex}.footer-copy{color:#f5efe640;font-size:.73rem}.footer-legal{gap:1.5rem;display:flex}.footer-legal a{color:#f5efe640;font-size:.73rem;text-decoration:none;transition:color .2s}.footer-legal a:hover{color:#f5efe68c}.footer-credits{flex-direction:column;gap:.4rem;display:flex}.designer-link{color:#f5efe633;text-transform:uppercase;letter-spacing:.12em;width:fit-content;font-size:.65rem;text-decoration:none;transition:all .4s}.designer-link:hover{color:var(--blush);opacity:.8;padding-left:3px}@media (width<=900px){.footer-top{grid-template-columns:1fr 1fr;gap:2.5rem}.footer-brand{grid-column:span 2}}@media (width<=540px){.footer-top{grid-template-columns:1fr}.footer-brand{grid-column:span 1}.footer-credits{text-align:center;align-items:center}.footer-bottom{flex-direction:column;justify-content:center;gap:1.5rem}}:root{--blush:#efc9c2;--blush-light:#f7e8e4;--blush-deep:#d9a59a;--sage:#a8b89a;--sage-light:#d6e0ce;--sage-deep:#6e8560;--cream:#f5efe6;--cream-dark:#ede4d6;--dusty:#c4a882;--dark:#2c2420;--dark-mid:#4a3f38;--mid:#8a7a72;--light:#faf6f2;--serif:"Cormorant Garamond", Georgia, serif;--sans:"Jost", sans-serif;--max:1200px;--pad:clamp(1.5rem, 5vw, 4rem)}*,:before,:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{font-family:var(--sans);background:var(--light);color:var(--dark);font-size:16px;line-height:1.7;overflow-x:hidden}.container{max-width:var(--max);padding:0 var(--pad);margin:0 auto}.reveal{opacity:0;transition:opacity .75s,transform .75s;transform:translateY(28px)}.reveal.visible{opacity:1;transform:translateY(0)}.reveal-d1{transition-delay:.12s}.reveal-d2{transition-delay:.24s}.reveal-d3{transition-delay:.36s}.reveal-d4{transition-delay:.48s}section{padding:clamp(5rem,10vw,9rem) 0}.section-tag{letter-spacing:.28em;text-transform:uppercase;color:var(--sage-deep);align-items:center;gap:.8rem;margin-bottom:1rem;font-size:.68rem;font-weight:400;display:flex}.section-tag:before{content:"";background:var(--sage-deep);width:2rem;height:1px;display:block}.section-tag.center{justify-content:center}.section-tag.center:before{display:none}.section-tag.light{color:var(--blush)}.section-tag.light:before{background:var(--blush)}.section-title{font-family:var(--serif);color:var(--dark);margin-bottom:1.25rem;font-size:clamp(2.2rem,4vw,3.6rem);font-weight:300;line-height:1.1}.section-title em{font-style:italic}.section-title.light{color:var(--cream)}.section-sub{color:var(--mid);max-width:480px;font-size:.9rem;line-height:1.85}.section-sub.light{color:#f5efe699}.btn-primary{letter-spacing:.18em;text-transform:uppercase;background:var(--dark);color:var(--cream);cursor:pointer;font-size:.72rem;font-weight:400;font-family:var(--sans);border:none;padding:.9rem 2.2rem;text-decoration:none;transition:background .2s;display:inline-block}.btn-primary:hover{background:var(--dark-mid)}.btn-ghost{letter-spacing:.18em;text-transform:uppercase;color:var(--dark);cursor:pointer;font-size:.72rem;font-weight:400;font-family:var(--sans);background:0 0;border:1px solid #2c24204d;padding:.9rem 2.2rem;text-decoration:none;transition:border-color .2s;display:inline-block}.btn-ghost:hover{border-color:var(--dark)}@keyframes floatY{0%,to{transform:translate(-50%)translateY(0)}50%{transform:translate(-50%)translateY(-7px)}}
