.app{background-color:var(--ivory);min-height:100vh}.scroll-top-btn{background-color:var(--black);width:48px;height:48px;color:var(--ivory);cursor:pointer;z-index:90;opacity:0;visibility:hidden;border:none;border-radius:50%;justify-content:center;align-items:center;transition:opacity .3s,visibility .3s,transform .3s,background-color .3s;display:flex;position:fixed;bottom:2rem;right:2rem;transform:translateY(12px);box-shadow:0 4px 16px #0003}.scroll-top-btn.visible{opacity:1;visibility:visible;transform:translateY(0)}.scroll-top-btn:hover{background-color:var(--gold);color:var(--black);transform:translateY(-2px)}button.mobile-cta,button.bottom-cta-btn,button.btn-primary,button.course-book-btn,button.btn-cta{font:inherit;cursor:pointer}.booking-overlay{z-index:1000;background:#0a0a0ab8;justify-content:center;align-items:center;padding:24px;display:flex;position:fixed;inset:0}.booking-modal{color:#111;background:#f6f0e7;border:1px solid #c9742673;border-radius:8px;width:min(640px,100%);max-height:90vh;padding:28px;overflow:auto;box-shadow:0 24px 80px #00000059}.booking-modal-header{justify-content:space-between;align-items:flex-start;gap:20px;margin-bottom:24px;display:flex}.booking-modal-header p{color:#c9772b;letter-spacing:.14em;text-transform:uppercase;margin:0 0 8px;font-size:12px;font-weight:700}.booking-modal-header h2{margin:0;font-size:clamp(28px,4vw,42px)}.booking-close,.booking-back{color:#111;cursor:pointer;background:0 0;border:1px solid #11111129;border-radius:6px;padding:10px 14px;font-weight:700}.booking-month{color:#111;margin-bottom:16px;font-size:18px;font-weight:800}.booking-calendar{grid-template-columns:repeat(7,minmax(0,1fr));gap:8px;display:grid}.booking-weekday{text-align:center;color:#8c8174;text-transform:uppercase;font-size:12px;font-weight:800}.booking-empty,.booking-day{border-radius:6px;min-height:72px}.booking-day{text-align:left;font:inherit;border:1px solid #1111111f;flex-direction:column;justify-content:space-between;padding:10px;display:flex}.booking-day span{font-size:18px;font-weight:900}.booking-day small{font-size:11px;font-weight:700}.booking-day.is-available{color:#111;cursor:pointer;background:#fffaf2;border-color:#c974268c}.booking-day.is-available:hover{color:#fff;background:#d0782b}.booking-day.is-disabled{color:#8b8176;cursor:not-allowed;background:#ded8cf}.booking-times-view{gap:18px;display:grid}.booking-selected-date{margin:0;font-size:20px;font-weight:800}.booking-times{gap:12px;display:grid}.booking-time{color:#111;font:inherit;cursor:pointer;text-align:left;background:#fffaf2;border:1px solid #c9742680;border-radius:6px;padding:16px;font-weight:800}.booking-time:hover,.booking-time.is-selected{color:#fff;background:#d0782b}.booking-note{color:#111;background:#c974261f;border-radius:6px;margin:0;padding:14px 16px;font-weight:700}@media (width<=520px){.booking-modal{padding:20px}.booking-calendar{gap:6px}.booking-day,.booking-empty{min-height:58px}.booking-day{padding:8px}.booking-day small{display:none}}.booking-modal-wide{width:min(780px,100%)}.booking-month-nav{grid-template-columns:44px 1fr 44px;align-items:center;gap:12px;margin-bottom:18px;display:grid}.booking-month-nav strong{text-align:center;text-transform:capitalize;font-size:18px}.booking-month-nav button{cursor:pointer;height:44px;font:inherit;background:#fffaf2;border:1px solid #11111124;border-radius:6px;font-weight:800}.booking-month-nav button:disabled{opacity:.35;cursor:not-allowed}.booking-slots{gap:12px;display:grid}.booking-slot{color:#111;font:inherit;cursor:pointer;text-align:left;background:#fffaf2;border:1px solid #c9742673;border-radius:6px;gap:6px;padding:16px;display:grid}.booking-slot strong{font-size:18px}.booking-slot span{font-weight:900}.booking-slot small{color:#6f675e;font-weight:700}.booking-slot em{color:#c9772b;font-style:normal;font-weight:900}.booking-slot:hover,.booking-slot.is-selected{color:#fff;background:#d0782b}.booking-slot:hover small,.booking-slot:hover em,.booking-slot.is-selected small,.booking-slot.is-selected em{color:#fff}.booking-slot:disabled{color:#8b8176;cursor:not-allowed;background:#ded8cf;border-color:#1111111a}.booking-form{border-top:1px solid #1111111f;gap:12px;margin-top:8px;padding-top:18px;display:grid}.booking-form h3{margin:0;font-size:22px}.booking-form input{color:#111;width:100%;font:inherit;background:#fffaf2;border:1px solid #11111124;border-radius:6px;padding:14px 16px}.booking-form button{color:#fff;font:inherit;cursor:pointer;background:#d0782b;border:none;border-radius:6px;padding:16px;font-weight:900}.booking-form button:disabled{opacity:.65;cursor:not-allowed}.booking-success,.booking-error{border-radius:6px;margin:0;padding:12px 14px;font-weight:800}.booking-success{color:#245f3c;background:#509a7029}.booking-error{color:#8f2727;background:#be444424}.footer-email{color:inherit;font:inherit;cursor:pointer;background:0 0;border:none;padding:0}.footer-email:hover{color:var(--gold)}.contact-overlay{z-index:1000;background:#0a0a0ab8;justify-content:center;align-items:center;padding:24px;display:flex;position:fixed;inset:0}.contact-modal{color:#111;background:#f6f0e7;border-radius:8px;width:min(560px,100%);padding:28px}.contact-form{gap:12px;display:grid}.contact-form input,.contact-form textarea{width:100%;font:inherit;border:1px solid #11111124;border-radius:6px;padding:14px 16px}.contact-form textarea{min-height:140px}.contact-form button{color:#fff;cursor:pointer;background:#d0782b;border:none;border-radius:6px;padding:16px;font-weight:900}.header{background-color:var(--black);z-index:100;padding:.75rem 0;position:relative}.header-container{justify-content:space-between;align-items:center;max-width:1400px;margin:0 auto;padding:0 2rem;display:flex}.header-logo{align-items:center;gap:.6rem;display:flex}.header-logo-circle{border:2px solid var(--gold);background-color:#000;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:36px;height:36px;display:flex}.header-logo-letter{color:var(--gold);font-family:Playfair Display,serif;font-size:1.1rem;font-weight:600;line-height:1}.header-logo-text{color:#fff;letter-spacing:.3px;font-size:1rem;font-weight:600}.header-right{align-items:center;gap:1rem;display:flex}.lang-switch{gap:.25rem;display:flex}.lang-switch button{letter-spacing:.5px;color:#ffffff80;cursor:pointer;background:0 0;border:none;border-radius:3px;padding:.3rem .5rem;font-size:.7rem;font-weight:600;transition:all .2s}.lang-switch button:hover{color:var(--gold)}.lang-switch button.active{background-color:var(--gold);color:#fff}.header-menu-btn{color:#fff;letter-spacing:1.5px;cursor:pointer;background:0 0;border:1px solid #ffffff4d;padding:.5rem 1.25rem;font-size:.7rem;font-weight:700;transition:all .3s}.header-menu-btn:hover{border-color:var(--gold);color:var(--gold)}.mobile-menu{background:var(--black);opacity:0;border-top:1px solid #ffffff1a;flex-direction:column;gap:.75rem;max-height:0;padding:0 2rem;transition:max-height .4s cubic-bezier(.4,0,.2,1),opacity .3s,padding .4s cubic-bezier(.4,0,.2,1);display:flex;position:absolute;top:100%;left:0;right:0;overflow:hidden;box-shadow:0 8px 24px #0000004d}.mobile-menu.open{opacity:1;max-height:500px;padding:1.5rem 2rem 2rem}.mobile-menu a{color:#fffc;padding:.5rem 0;font-size:.9rem;font-weight:500;transition:color .2s}.mobile-menu a:hover{color:var(--gold)}.mobile-cta{background-color:var(--gold);text-align:center;border-radius:4px;justify-content:center;align-items:center;gap:.5rem;margin-top:.5rem;padding:.75rem 1.5rem;font-weight:600;transition:all .3s;display:inline-flex;color:#fff!important}.mobile-cta:hover{background-color:#b8691e}@media (width<=480px){.header-container{padding:0 1rem}}.hero{background:linear-gradient(135deg, var(--very-light-gray) 0%, var(--ivory) 100%);min-height:86vh;padding:7rem 2rem 4rem;position:relative;overflow:hidden}.hero-inner{align-items:center;max-width:1240px;min-height:640px;margin:0 auto;display:flex;position:relative;transform:translateY(-6rem)}.hero-text{z-index:2;max-width:720px;position:relative}.hero-label{color:var(--gold);letter-spacing:2.5px;text-transform:uppercase;margin-bottom:1.5rem;font-size:.82rem;font-weight:700}.hero h1{color:var(--black);max-width:760px;margin-bottom:1.75rem;font-size:clamp(4rem,7vw,7.2rem);line-height:.95}.hero h1 em{color:var(--gold);font-style:italic}.hero-description{color:var(--warm-gray);max-width:540px;font-size:1.2rem;line-height:1.75}.hero-image-wrapper{z-index:1;border-radius:50%;width:360px;height:360px;position:absolute;bottom:3rem;right:0;overflow:visible}.hero-image-wrapper:before{content:"";background:#c9782e29;border-radius:50%;position:absolute;inset:-22px}.hero-image-wrapper:after{content:"";border:1px solid #c9782e47;border-radius:50%;position:absolute;inset:-42px}.hero-photo{z-index:2;object-fit:cover;object-position:center top;border-radius:50%;width:100%;height:100%;position:relative;box-shadow:0 28px 80px #0000002e}@media (width<=960px){.hero{padding:5rem 1.25rem 3rem}.hero-inner{gap:3rem;min-height:auto;display:grid}.hero h1{font-size:clamp(3.1rem,12vw,5rem)}.hero-description{font-size:1.05rem}.hero-image-wrapper{justify-self:center;width:min(320px,78vw);height:min(320px,78vw);position:relative;bottom:auto;right:auto}}@media (width<=480px){.hero{padding:4rem 1rem 3rem}.hero h1{font-size:clamp(2.6rem,15vw,4rem)}.hero-label{font-size:.72rem}}.courses{background-color:var(--ivory);padding:0}.courses-hero{grid-template-columns:1fr 1fr;align-items:end;max-width:1400px;margin:0 auto;padding:4rem 2rem 3rem;display:grid}.courses-hero-content{padding-bottom:2rem}.courses-label{color:var(--gold);letter-spacing:2px;text-transform:uppercase;margin-bottom:1rem;font-size:.8rem;font-weight:600}.courses-hero h2{color:var(--black);margin-bottom:1rem;font-size:3rem;line-height:1.15}.courses-divider{align-items:center;gap:.75rem;margin-bottom:1.5rem;display:flex}.divider-line{background-color:var(--gold);width:40px;height:2px}.courses-subtitle{color:var(--warm-gray);font-size:1rem;line-height:1.6}.courses-hero-image{justify-content:flex-end;display:flex}.courses-hero-image img{object-fit:cover;aspect-ratio:4/3;border-radius:20px;width:100%;max-width:400px;height:auto}.courses-list{flex-direction:column;gap:1.5rem;max-width:1400px;margin:0 auto;padding:0 2rem 3rem;display:flex}.course-row{border:1px solid var(--light-gray);background:#fff;border-radius:12px;grid-template-columns:220px 1fr 220px;align-items:center;gap:2rem;padding:1.5rem;transition:all .3s;display:grid}.course-row:hover{border-color:var(--gold);box-shadow:0 6px 24px #0000000f}.course-row-image{aspect-ratio:4/3;border-radius:8px;position:relative;overflow:hidden}.course-row-image img{object-fit:cover;width:100%;height:100%}.course-row-icon{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#0006;border-radius:8px;justify-content:center;align-items:center;width:44px;height:44px;display:flex;position:absolute;top:.75rem;left:.75rem}.course-row-info h3{color:var(--black);margin-bottom:.75rem;font-family:Playfair Display,serif;font-size:1.35rem}.course-row-info ul{flex-direction:column;gap:.4rem;margin:0;padding:0;list-style:none;display:flex}.course-row-info li{color:var(--warm-gray);align-items:center;gap:.5rem;font-size:.85rem;display:flex}.course-row-info li svg{flex-shrink:0}.course-row-price{text-align:center;flex-direction:column;align-items:center;gap:.5rem;display:flex}.price-from{color:var(--warm-gray);text-transform:lowercase;font-size:.75rem}.price-amount{align-items:baseline;gap:.4rem;display:flex}.price-euro{color:var(--black);font-family:Playfair Display,serif;font-size:2.5rem;font-weight:700}.price-duration{color:var(--warm-gray);font-size:.85rem}.course-book-btn{background-color:var(--gold);color:#fff;text-align:center;border-radius:4px;width:100%;padding:.7rem 1.5rem;font-size:.8rem;font-weight:600;text-decoration:none;transition:all .3s}.course-book-btn:hover{background-color:#b8691e;transform:translateY(-1px)}.price-note{color:var(--warm-gray);font-size:.7rem}.courses-recommend{background:var(--very-light-gray);border-radius:12px;grid-template-columns:180px 1fr 80px;align-items:center;gap:2rem;max-width:1400px;margin:0 2rem;padding:3rem 2rem;display:grid}.recommend-image img{object-fit:contain;border-radius:8px;width:200px;height:180px}.recommend-content h3{color:var(--black);margin-bottom:1rem;font-family:Playfair Display,serif;font-size:1.5rem}.recommend-content p{color:var(--warm-gray);margin-bottom:.75rem;font-size:.9rem;line-height:1.7}.recommend-highlight{font-weight:700;color:var(--black)!important}.recommend-heart{justify-content:center;align-items:center;display:flex}.courses-bottom-cta{background:var(--very-light-gray);border-radius:12px;grid-template-columns:1fr auto;align-items:center;gap:2rem;max-width:1400px;margin:2rem 2rem 3rem;padding:2.5rem 2rem;display:grid}.bottom-cta-content h3{color:var(--black);margin-bottom:.5rem;font-family:Playfair Display,serif;font-size:1.4rem}.bottom-cta-content p{color:var(--warm-gray);margin-bottom:1rem;font-size:.9rem}.bottom-cta-btn{background-color:var(--gold);color:#fff;border-radius:4px;align-items:center;gap:.5rem;padding:.75rem 1.5rem;font-size:.8rem;font-weight:600;text-decoration:none;transition:all .3s;display:inline-flex}.bottom-cta-btn:hover{background-color:#b8691e;transform:translateY(-1px)}.bottom-cta-note{color:var(--gold);margin-top:.75rem;font-family:Playfair Display,serif;font-size:1rem;font-style:italic;display:block}.bottom-cta-features{gap:2rem;display:flex}.bottom-feature{text-align:center;flex-direction:column;align-items:center;gap:.5rem;display:flex}.bottom-feature span{color:var(--warm-gray);font-size:.75rem;line-height:1.4}@media (width<=1100px){.course-row{grid-template-columns:180px 1fr 180px}}@media (width<=960px){.courses-hero{grid-template-columns:1fr;padding:3rem 1.5rem 2rem}.courses-hero-image{justify-content:center}.courses-hero h2{font-size:2.25rem}.course-row{grid-template-columns:1fr;gap:1.25rem}.course-row-image{aspect-ratio:16/9;max-height:200px}.course-row-price{flex-flow:wrap;justify-content:center;gap:1rem}.course-book-btn{width:auto}.courses-recommend{grid-template-columns:1fr;margin-left:1rem;margin-right:1rem;padding:2rem 1.5rem}.recommend-image,.recommend-heart{display:none}.courses-bottom-cta{grid-template-columns:1fr;margin-left:1rem;margin-right:1rem}.bottom-cta-features{flex-wrap:wrap;gap:1.5rem}}@media (width<=480px){.courses-list{padding:0 1rem 2rem}.course-row{padding:1rem}}.about{background-color:#fff;padding:5rem 2rem}.about-container{max-width:1400px;margin:0 auto}.about-intro{text-align:center;margin-bottom:3.5rem}.about-label{color:var(--gold);letter-spacing:2px;text-transform:uppercase;margin-bottom:.75rem;font-size:.8rem;font-weight:600}.about-intro h2{color:var(--black);margin-bottom:1rem}.about-subtitle{color:var(--warm-gray);max-width:600px;margin:0 auto;font-size:1.05rem;line-height:1.6}.about-content{grid-template-columns:1.5fr 1fr;align-items:start;gap:4rem;display:grid}.about-main p{color:var(--warm-gray);margin-bottom:1.25rem;font-size:.95rem;line-height:1.7}.about-stats{grid-template-columns:repeat(2,1fr);gap:1.5rem;display:grid}.stat-item{background-color:var(--very-light-gray);text-align:center;border-radius:8px;padding:1.5rem}.stat-number{color:var(--gold);margin-bottom:.25rem;font-family:Playfair Display,serif;font-size:2rem;font-weight:700}.stat-item p{color:var(--warm-gray);margin:0;font-size:.8rem}@media (width<=768px){.about{padding:3rem 1rem}.about-content{grid-template-columns:1fr;gap:2rem}.about-stats{grid-template-columns:repeat(2,1fr)}}.reviews{background-color:var(--very-light-gray);padding:5rem 2rem}.reviews-container{max-width:1400px;margin:0 auto}.reviews-label{text-align:center;color:var(--gold);letter-spacing:2px;text-transform:uppercase;margin-bottom:.75rem;font-size:.8rem;font-weight:600}.reviews h2{text-align:center;color:var(--black);margin-bottom:3rem}.reviews-featured{background:#fff;border-radius:12px;grid-template-columns:1fr 1.5fr;align-items:center;gap:3rem;margin-bottom:4rem;padding:2rem;display:grid;box-shadow:0 4px 20px #0000000f}.reviews-featured-image{aspect-ratio:4/3;border-radius:8px;position:relative;overflow:hidden}.reviews-featured-image img{object-fit:cover;width:100%;height:100%}.reviews-featured-badge{background:var(--gold);border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;display:flex;position:absolute;bottom:1rem;right:1rem}.reviews-featured-content{padding:1rem 0}.reviews-featured-content .review-stars{margin-bottom:1rem;font-size:1.2rem}.reviews-featured-quote{color:var(--warm-gray);margin:0 0 1.5rem;font-size:1.15rem;font-style:italic;line-height:1.7}.reviews-featured-author{flex-direction:column;gap:.25rem;display:flex}.reviews-featured-author strong{color:var(--black);font-size:1rem}.reviews-featured-author span{color:var(--warm-gray);font-size:.85rem}.reviews-grid{grid-template-columns:repeat(2,1fr);gap:2rem;display:grid}.review-card{background-color:#fff;border-radius:8px;padding:2rem;transition:all .3s;box-shadow:0 2px 10px #0000000a}.review-card:hover{transform:translateY(-4px);box-shadow:0 8px 24px #00000014}.review-stars{color:var(--gold);letter-spacing:2px;margin-bottom:1rem;font-size:1rem}.review-text{color:var(--warm-gray);margin-bottom:1.5rem;font-size:.9rem;font-style:italic;line-height:1.6}.review-author{flex-direction:column;gap:.2rem;display:flex}.review-author strong{color:var(--black);font-size:.85rem}.review-author span{color:var(--warm-gray);font-size:.75rem}@media (width<=960px){.reviews-featured{text-align:center;grid-template-columns:1fr}.reviews-featured-image{max-width:400px;margin:0 auto}.reviews-grid{grid-template-columns:1fr}}@media (width<=600px){.reviews{padding:3rem 1rem}.reviews-featured{padding:1.5rem}.reviews-featured-quote{font-size:1rem}.reviews-grid{grid-template-columns:1fr}}.process{background:linear-gradient(135deg,#0d0d0df7 0%,#0d0d0dfc 100%);padding:5rem 2rem}.process-container{max-width:1400px;margin:0 auto}.process-label{text-align:center;color:var(--gold);letter-spacing:2px;text-transform:uppercase;margin-bottom:.75rem;font-size:.8rem;font-weight:600}.process h2{color:var(--ivory);text-align:center;margin-bottom:3.5rem}.process-steps{grid-template-columns:repeat(4,1fr);gap:2rem;display:grid}.process-step{text-align:center;position:relative}.process-step:after{content:"";background-color:#c9782e66;width:2rem;height:2px;position:absolute;top:1.75rem;right:-1rem}.process-step:last-child:after{display:none}.step-number{background-color:var(--gold);width:48px;height:48px;color:var(--black);border-radius:50%;justify-content:center;align-items:center;margin:0 auto 1.25rem;font-family:Montserrat,sans-serif;font-size:1.25rem;font-weight:700;display:flex}.process-step h3{color:var(--ivory);margin-bottom:.5rem;font-family:Montserrat,sans-serif;font-size:1rem;font-weight:600}.process-step p{color:#f3eee799;font-size:.85rem}@media (width<=960px){.process-steps{grid-template-columns:repeat(2,1fr);gap:2rem}.process-step:after{display:none}}@media (width<=480px){.process{padding:3rem 1rem}.process-steps{grid-template-columns:1fr}}.faq{background-color:var(--ivory);padding:5rem 2rem}.faq-container{max-width:800px;margin:0 auto}.faq-label{text-align:center;color:var(--gold);letter-spacing:2px;text-transform:uppercase;margin-bottom:.75rem;font-size:.8rem;font-weight:600}.faq h2{text-align:center;color:var(--black);margin-bottom:3rem}.faq-list{flex-direction:column;gap:1rem;display:flex}.faq-item{border:1px solid var(--light-gray);cursor:pointer;background-color:#fff;border-radius:8px;transition:all .3s;overflow:hidden}.faq-item:hover{border-color:var(--gold);box-shadow:0 4px 15px #c9782e14}.faq-question{justify-content:space-between;align-items:center;gap:1rem;padding:1.25rem 1.5rem;display:flex}.faq-question span:first-child{color:var(--black);text-align:left;font-size:.95rem;font-weight:600}.faq-toggle{color:var(--gold);flex-shrink:0;font-size:1.5rem;font-weight:300;transition:transform .3s}.faq-answer p{color:var(--warm-gray);margin:0;font-size:.9rem;line-height:1.6}@media (width<=768px){.faq{padding:3rem 1rem}.faq h2{margin-bottom:2rem;font-size:1.75rem}}.faq-item{cursor:default}.faq-question{cursor:pointer}.faq .faq-answer{opacity:0;visibility:hidden;max-height:0;padding:0 1.5rem;transition:max-height .35s,opacity .25s,padding .35s,visibility .25s;overflow:hidden;animation:none!important;display:block!important}.faq .faq-item.expanded .faq-answer{opacity:1;visibility:visible;max-height:260px;padding:0 1.5rem 1.25rem}.cta{background-color:var(--ivory);padding:5rem 2rem}.cta-container{background-color:#fff;border-radius:12px;grid-template-columns:1fr 1.5fr;align-items:center;gap:3rem;max-width:1400px;margin:0 auto;display:grid;overflow:hidden;box-shadow:0 4px 20px #0000000f}.cta-image{height:100%}.cta-image img{object-fit:cover;width:100%;height:100%;min-height:300px}.cta-content{padding:3rem 3rem 3rem 1rem}.cta h2{color:var(--black);margin-bottom:1rem;font-size:2rem;line-height:1.2}.cta p{color:var(--warm-gray);margin-bottom:1.5rem;font-size:1rem;line-height:1.6}.btn-cta{background-color:var(--gold);color:#fff;border-radius:4px;align-items:center;gap:.5rem;padding:.9rem 2rem;font-size:.85rem;font-weight:600;text-decoration:none;transition:all .3s;display:inline-flex}.btn-cta:hover{background-color:#b8691e;transform:translateY(-2px);box-shadow:0 6px 16px #c9782e4d}.cta-note{font-family:Playfair Display,serif;font-style:italic;color:var(--gold)!important;margin-top:1.5rem!important;margin-bottom:0!important;font-size:1.25rem!important}@media (width<=768px){.cta{padding:3rem 1rem}.cta-container{grid-template-columns:1fr}.cta-image img{min-height:200px;max-height:250px}.cta-content{padding:2rem}.cta h2{font-size:1.5rem}}.footer{background-color:var(--black);color:var(--ivory);padding:4rem 2rem 2rem}.footer-container{grid-template-columns:1.5fr 1fr 1fr;gap:3rem;max-width:1400px;margin:0 auto 3rem;display:grid}.footer-logo{flex-direction:column;margin-bottom:1rem;display:flex}.footer-logo-name{letter-spacing:2px;color:var(--ivory);font-family:Montserrat,sans-serif;font-size:1.1rem;font-weight:700}.footer-logo-sub{letter-spacing:1.5px;color:var(--warm-gray);text-transform:uppercase;font-size:.6rem}.footer-brand p{color:#f3eee7b3;font-size:.9rem;line-height:1.6}.footer-links h4,.footer-contact h4{color:var(--gold);letter-spacing:1px;text-transform:uppercase;margin-bottom:1rem;font-family:Montserrat,sans-serif;font-size:.8rem;font-weight:600}.footer-links a{color:#f3eee7b3;margin-bottom:.6rem;font-size:.9rem;transition:color .2s;display:block}.footer-links a:hover{color:var(--gold)}.footer-contact p{color:#f3eee7b3;margin-bottom:.5rem;font-size:.9rem}.footer-bottom{text-align:center;border-top:1px solid #c9782e33;padding-top:2rem}.footer-bottom p{color:#f3eee780;margin:0;font-size:.8rem}@media (width<=768px){.footer{padding:3rem 1rem 1.5rem}.footer-container{text-align:center;grid-template-columns:1fr;gap:2rem}}*{box-sizing:border-box;margin:0;padding:0}:root{--black:#0d0d0d;--gold:#c9782e;--ivory:#f3eee7;--warm-gray:#706b66;--light-gray:#e8e3dc;--very-light-gray:#f8f5f0}html{scroll-behavior:smooth}body{background-color:var(--ivory);color:var(--black);font-family:Montserrat,sans-serif;font-size:16px;line-height:1.6}h1,h2,h3,h4,h5,h6{font-family:Playfair Display,serif;font-weight:600;line-height:1.2}h1{font-size:3.5rem}h2{font-size:2.5rem}h3{font-size:1.75rem}p{color:var(--warm-gray);line-height:1.5}a{color:inherit;text-decoration:none}button{cursor:pointer;border:none;border-radius:0;font-family:Montserrat,sans-serif;transition:all .3s}.reveal{opacity:0;transition:opacity .8s cubic-bezier(.16,1,.3,1),transform .8s cubic-bezier(.16,1,.3,1);transform:translateY(40px)}.reveal.revealed{opacity:1;transform:translateY(0)}.reveal-item{opacity:0;transition:opacity .7s cubic-bezier(.16,1,.3,1),transform .7s cubic-bezier(.16,1,.3,1);transform:translateY(30px)}.reveal-item.revealed{opacity:1;transform:translateY(0)}.reveal-left{opacity:0;transition:opacity .8s cubic-bezier(.16,1,.3,1),transform .8s cubic-bezier(.16,1,.3,1);transform:translate(-40px)}.reveal-left.revealed{opacity:1;transform:translate(0)}.reveal-right{opacity:0;transition:opacity .8s cubic-bezier(.16,1,.3,1),transform .8s cubic-bezier(.16,1,.3,1);transform:translate(40px)}.reveal-right.revealed{opacity:1;transform:translate(0)}.reveal-scale{opacity:0;transition:opacity .8s cubic-bezier(.16,1,.3,1),transform .8s cubic-bezier(.16,1,.3,1);transform:scale(.92)}.reveal-scale.revealed{opacity:1;transform:scale(1)}.stagger-1{transition-delay:.1s}.stagger-2{transition-delay:.2s}.stagger-3{transition-delay:.3s}.stagger-4{transition-delay:.4s}.stagger-5{transition-delay:.5s}@media (prefers-reduced-motion:reduce){.reveal,.reveal-item,.reveal-left,.reveal-right,.reveal-scale{opacity:1;transition:none;transform:none}}@media (width<=768px){h1{font-size:2.5rem}h2{font-size:1.75rem}h3{font-size:1.25rem}body{font-size:14px}}
