:root{--gold: #c9a96e;--gold-dark: #b8914d;--gold-light: rgba(201, 169, 110, .12);--brand-font: "Playfair Display", Georgia, serif;--brand-sans: "Montserrat", "Helvetica Neue", sans-serif;--bg: #faf8f5;--bg-white: #ffffff;--bg-warm: #f5efe8;--bg-section: #f0ebe3;--bg-dark: #1a1a1a;--bg-darkest: #1a1512;--text: #1a1a1a;--text-muted: #666;--text-light: #999;--border: #ede8e2;--shadow-sm: 0 2px 12px rgba(0, 0, 0, .06);--shadow-md: 0 8px 28px rgba(0, 0, 0, .1);--shadow-lg: 0 16px 48px rgba(0, 0, 0, .14)}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;overflow-x:hidden}body{font-family:Montserrat,Helvetica Neue,sans-serif;background:#faf8f5;color:#1a1a1a;line-height:1.6;-webkit-font-smoothing:antialiased;overflow-x:hidden}[data-animate]{opacity:0;transform:translateY(28px);transition:opacity .7s ease,transform .7s ease}[data-animate].visible{opacity:1;transform:translateY(0)}@keyframes slideUp{0%{opacity:0;transform:translateY(24px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.navbar{position:fixed;top:0;left:0;right:0;z-index:100;display:flex;align-items:center;justify-content:space-between;padding:0 4rem;height:72px;background:transparent;transition:background .3s ease,box-shadow .3s ease}.navbar.scrolled{background:#faf8f5f7;box-shadow:0 1px #00000014;backdrop-filter:blur(8px)}.nav-logo{font-family:var(--brand-font);font-size:22px;font-weight:600;letter-spacing:.04em;color:#1a1a1a}.nav-logo span{color:#c9a96e}.nav-logo-img{height:56px;margin-right:12px;vertical-align:middle;display:inline-block}.nav-logo-text{font-family:var(--brand-font);font-size:20px;font-weight:700;color:var(--gold);margin-left:6px;vertical-align:middle;display:inline-block;letter-spacing:.06em}.navbar:not(.scrolled) .nav-logo-text{color:#fff}.nav-links{display:flex;list-style:none;gap:2.5rem}.nav-links a{font-size:11px;letter-spacing:.14em;text-transform:uppercase;color:#1a1a1a;text-decoration:none;cursor:pointer;opacity:.6;transition:opacity .2s;font-weight:500}.nav-links a:hover{opacity:1}.nav-cta{display:inline-block;text-decoration:none;background:#1a1a1a;color:#faf8f5;border:none;padding:10px 24px;font-size:11px;letter-spacing:.14em;text-transform:uppercase;cursor:pointer;transition:background .2s,border-color .2s,color .2s;font-family:Montserrat,sans-serif;font-weight:500}.nav-cta:hover{background:#c9a96e}.navbar:not(.scrolled) .nav-logo{color:#fff}.navbar:not(.scrolled) .nav-logo span{color:#c9a96e}.navbar:not(.scrolled) .nav-links a{color:#fff;opacity:.85}.navbar:not(.scrolled) .nav-cta{background:#ffffff1a;border:1.5px solid rgba(255,255,255,.55);color:#fff}.navbar:not(.scrolled) .nav-cta:hover{background:#c9a96e;border-color:#c9a96e}.navbar:not(.scrolled) .hamburger span{background:#fff}.navbar:not(.scrolled) .lang-switcher{border-color:#ffffff4d}.navbar:not(.scrolled) .lang-btn{color:#ffffff8c}.navbar:not(.scrolled) .lang-btn.active{background:#ffffff2e;color:#fff}.hamburger{display:none;flex-direction:column;gap:5px;background:none;border:none;cursor:pointer;padding:6px;z-index:200}.hamburger span{display:block;width:22px;height:1.5px;background:#1a1a1a;transition:all .3s ease;transform-origin:center}.hamburger.open span:nth-child(1){transform:translateY(6.5px) rotate(45deg)}.hamburger.open span:nth-child(2){opacity:0;transform:scaleX(0)}.hamburger.open span:nth-child(3){transform:translateY(-6.5px) rotate(-45deg)}.mobile-menu{position:absolute;top:72px;left:0;right:0;background:#faf8f5fa;backdrop-filter:blur(12px);padding:1.5rem 1.5rem 2rem;display:none;flex-direction:column;gap:1.5rem;border-bottom:1px solid rgba(201,169,110,.2);box-shadow:0 8px 24px #0000000f}.mobile-menu.open{display:flex}.mobile-menu ul{list-style:none;display:flex;flex-direction:column}.mobile-menu ul li a{display:block;padding:1rem 0;font-size:13px;letter-spacing:.14em;text-transform:uppercase;color:#1a1a1a;text-decoration:none;cursor:pointer;border-bottom:1px solid #f0ebe3;font-weight:400;transition:color .2s}.mobile-menu ul li a:hover{color:#c9a96e}.mobile-menu .nav-cta{width:100%;text-align:center;padding:14px}@keyframes kenBurns{0%,to{transform:scale(1) translate(0)}50%{transform:scale(1.1) translate(-2%,-1%)}}@keyframes floatY{0%,to{transform:translateY(0)}50%{transform:translateY(-14px)}}.hero{position:relative;min-height:100vh;padding-top:72px;display:flex;align-items:center;overflow:hidden}.hero-bg{position:absolute;inset:0;overflow:hidden}.hero-img{width:100%;height:100%;object-fit:cover;display:block;animation:kenBurns 22s ease-in-out infinite;will-change:transform;transform-origin:center center}.hero:hover .hero-img{animation-play-state:paused}.hero-overlay{position:absolute;inset:0;background:linear-gradient(105deg,#080603e0,#080603a6 35%,#08060340 58%,#0806030a)}.hero-vignette{position:absolute;inset:0;background:radial-gradient(ellipse at center,transparent 45%,rgba(4,3,2,.45) 100%);pointer-events:none}.hero-ornament{position:absolute;right:6%;top:50%;transform:translateY(-50%);font-size:130px;color:#c9a96e12;z-index:1;pointer-events:none;animation:floatY 7s ease-in-out infinite;line-height:1;user-select:none}.hero-content{position:relative;z-index:2;padding:0 5rem;max-width:640px}.hero-logo{height:120px;display:block;margin-bottom:18px}.hero-content>*{animation:slideUp .9s ease both}.hero-content>*:nth-child(1){animation-delay:.2s}.hero-content>*:nth-child(2){animation-delay:.4s}.hero-content>*:nth-child(3){animation-delay:.6s}.hero-content>*:nth-child(4){animation-delay:.8s}.hero-badge-line{width:36px;height:1px;background:#c9a96e;margin-bottom:1.5rem;animation:slideUp .9s ease .1s both}.hero-badge{display:inline-flex;align-items:center;font-size:10px;letter-spacing:.2em;text-transform:uppercase;color:#c9a96e;margin-bottom:2rem;font-weight:500}.hero-title{font-family:var(--brand-font);font-size:64px;font-weight:600;line-height:1.05;color:#fff;margin-bottom:1.25rem;text-shadow:0 2px 20px rgba(0,0,0,.45)}.hero-title em{font-style:italic;color:#c9a96e}.hero-subtitle{font-size:16px;color:#ffffffeb;line-height:1.6;margin-bottom:2rem;max-width:56ch;font-weight:300;text-shadow:0 1px 8px rgba(0,0,0,.36)}.hero-buttons{display:flex;gap:1rem;flex-wrap:wrap}.btn-primary{display:inline-block;text-decoration:none;background:#c9a96e;color:#fff;border:2px solid #c9a96e;padding:16px 38px;font-size:11px;letter-spacing:.16em;text-transform:uppercase;cursor:pointer;transition:background .3s,border-color .3s,transform .2s,box-shadow .3s;font-family:Montserrat,sans-serif;font-weight:600;box-shadow:0 4px 20px #c9a96e59}.btn-primary:hover{background:#b8914d;border-color:#b8914d;transform:translateY(-2px);box-shadow:0 8px 28px #c9a96e80}.btn-secondary{display:inline-block;text-decoration:none;background:#ffffff14;color:#fff;border:1.5px solid rgba(255,255,255,.65);padding:16px 38px;font-size:11px;letter-spacing:.16em;cursor:pointer;transition:background .3s,border-color .3s,transform .2s;font-family:Montserrat,sans-serif;font-weight:500;backdrop-filter:blur(4px)}.btn-secondary:hover{background:#ffffff26;border-color:#fff;transform:translateY(-2px)}.about-gallery-btn{margin:24px 0 0;background:var(--gold);color:#fff;border-color:var(--gold)}.about-gallery-btn:hover{background:#b8914d;border-color:#b8914d}.gallery-section.hidden-by-default{max-height:0;opacity:0;overflow:hidden;visibility:hidden;padding-top:0;padding-bottom:0;pointer-events:none}.gallery-section.visible{opacity:1;max-height:9999px;visibility:visible}.hero-img-badge{position:absolute;bottom:2.5rem;right:3.5rem;background:#faf8f5f7;padding:18px 24px;display:flex;flex-direction:column;gap:4px;backdrop-filter:blur(10px);border-left:2px solid #c9a96e;z-index:3;animation:slideUp 1s ease 1s both}.hero-img-badge-num{font-family:Playfair Display,Georgia,serif;font-size:24px;font-weight:500;color:#1a1a1a;line-height:1}.hero-img-badge-text{font-size:10px;letter-spacing:.14em;text-transform:uppercase;color:#999;font-weight:500}@keyframes scrollDrop{0%{transform:scaleY(0);opacity:1}70%{transform:scaleY(1);opacity:1}to{transform:scaleY(1);opacity:0}}.hero-scroll{position:absolute;bottom:2.5rem;left:50%;transform:translate(-50%);z-index:3;display:flex;flex-direction:column;align-items:center;gap:10px}.hero-scroll-label{font-size:9px;letter-spacing:.22em;text-transform:uppercase;color:#ffffff59;font-family:Montserrat,sans-serif;font-weight:500}.hero-scroll-line{display:block;width:1px;height:44px;background:linear-gradient(to bottom,rgba(201,169,110,.8),transparent);transform-origin:top center;animation:scrollDrop 2.2s ease-in-out infinite}.stats-bar{display:grid;grid-template-columns:repeat(3,1fr);background:#1a1a1a;padding:2.5rem 5rem;gap:2rem}.stat-item{display:flex;flex-direction:column;align-items:center;gap:6px}.stat-number{font-family:Playfair Display,Georgia,serif;font-size:28px;font-weight:400;color:#c9a96e;letter-spacing:.05em}.stat-label{font-size:10px;letter-spacing:.15em;text-transform:uppercase;color:#fff6;font-weight:500;text-align:center;word-break:break-word;overflow-wrap:break-word}.work-gallery{background:#faf8f5;padding:0 5rem 5rem;max-height:4000px;overflow:visible;opacity:1;visibility:visible;transition:max-height .6s ease,opacity .4s ease,padding .35s ease,visibility .4s ease}.work-gallery.hidden-by-default{max-height:0;opacity:0;overflow:hidden;visibility:hidden;padding-top:0;padding-bottom:0;pointer-events:none}.work-gallery-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:.6rem;max-width:1100px;margin:0 auto}.work-gallery-item{aspect-ratio:1 / 1;overflow:hidden}.work-gallery-item img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .4s ease}.work-gallery-item:hover img{transform:scale(1.06)}.gallery-section{padding:7rem 5rem;background:#faf8f5;max-height:5000px;overflow:visible;opacity:1;visibility:visible;transition:max-height .6s ease,opacity .4s ease,padding .35s ease,visibility .4s ease}.section-header{text-align:center;margin-bottom:3rem}.section-tag{display:inline-block;font-size:10px;letter-spacing:.22em;text-transform:uppercase;color:#c9a96e;margin-bottom:1rem;font-weight:500}.section-title{font-family:Playfair Display,Georgia,serif;font-size:42px;font-weight:400;color:#1a1a1a;margin-bottom:1.5rem}.section-title em{font-style:italic;color:#c9a96e}.divider{width:40px;height:1px;background:#c9a96e;margin:0 auto}.filter-buttons{display:flex;justify-content:center;gap:.75rem;margin-bottom:3rem;flex-wrap:wrap}.filter-btn{background:transparent;border:1px solid #ddd;color:#777;padding:10px 22px;font-size:10px;letter-spacing:.14em;text-transform:uppercase;cursor:pointer;transition:all .2s;font-family:Montserrat,sans-serif;font-weight:500}.filter-btn:hover{border-color:#1a1a1a;color:#1a1a1a}.filter-btn.active{background:#1a1a1a;border-color:#1a1a1a;color:#faf8f5}.gallery-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem}.gallery-card{background:#fff;overflow:hidden;cursor:pointer;opacity:1;transform:translateY(0);transition:transform .35s ease,box-shadow .35s ease,border-bottom-color .35s ease;box-shadow:var(--shadow-sm);border-bottom:2px solid transparent}.gallery-card:hover{box-shadow:var(--shadow-md);transform:translateY(-6px);border-bottom-color:var(--gold)}.gallery-img-wrap{position:relative;overflow:hidden;aspect-ratio:4 / 3}.gallery-img-wrap img{width:100%;height:100%;object-fit:cover;display:block}.gallery-overlay{position:absolute;inset:0;background:#1a1a1a80;display:flex;align-items:center;justify-content:center}.btn-order-cake{background:#faf8f5;color:#1a1a1a;border:none;padding:12px 24px;font-size:10px;letter-spacing:.14em;text-transform:uppercase;cursor:pointer;transition:background .2s,color .2s;font-family:Montserrat,sans-serif;font-weight:500}.btn-order-cake:hover{background:#c9a96e;color:#fff}.gallery-card-body{padding:1.25rem 1.5rem 1.5rem}.cake-card-tag{font-size:9px;letter-spacing:.18em;text-transform:uppercase;color:#c9a96e;display:block;margin-bottom:.5rem;font-weight:600}.gallery-card-title{font-family:Playfair Display,Georgia,serif;font-size:16px;font-weight:400;color:#1a1a1a;margin-bottom:.5rem}.gallery-card-desc{font-size:12px;color:#999;line-height:1.65;margin-bottom:.75rem;font-weight:300}.cake-card-price{font-size:13px;color:#c9a96e;letter-spacing:.05em;font-weight:500}.order-section{background:#f0ebe3;padding:7rem 5rem}.order-layout{display:grid;grid-template-columns:1fr 1fr;gap:5rem;max-width:1100px;margin:0 auto}.order-info h2{font-family:Playfair Display,Georgia,serif;font-size:42px;font-weight:400;color:#1a1a1a;margin-bottom:1rem;line-height:1.2}.order-info h2 em{font-style:italic;color:#c9a96e}.order-info>p{font-size:15px;color:#777;line-height:1.75;margin-bottom:2.5rem;font-weight:300}.order-steps{list-style:none;display:flex;flex-direction:column;gap:1.25rem}.order-steps li{display:flex;align-items:flex-start;gap:1rem}.step-num{width:32px;height:32px;background:#1a1a1a;color:#faf8f5;display:flex;align-items:center;justify-content:center;font-size:12px;flex-shrink:0;font-weight:500}.step-text{font-size:14px;color:#666;line-height:1.65;padding-top:6px;font-weight:300}.order-form{background:#fff;padding:2.5rem}.form-title{font-size:11px;letter-spacing:.18em;text-transform:uppercase;color:#bbb;margin-bottom:2rem;font-weight:500}.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:1rem}.form-group{display:flex;flex-direction:column;gap:6px;margin-bottom:1rem}.form-group label{font-size:10px;letter-spacing:.14em;text-transform:uppercase;color:#aaa;font-weight:600}.form-group input,.form-group select,.form-group textarea{border:1.5px solid #ddd8d0;background:#fff;padding:12px 14px;font-size:15px;color:#1a1a1a;font-family:Montserrat,sans-serif;font-weight:400;outline:none;transition:border-color .2s;width:100%;border-radius:6px;box-sizing:border-box;-webkit-appearance:none;appearance:none}.form-group select{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='%23999' stroke-width='1.5' fill='none' stroke-linecap='round'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 14px center;padding-right:38px;cursor:pointer}.form-group input[type=date]{cursor:pointer}.form-group input:focus,.form-group select:focus,.form-group textarea:focus{border-color:#c9a96e}.order-textarea{resize:vertical;min-height:100px}.btn-form{width:100%;background:#1a1a1a;color:#faf8f5;border:none;padding:15px;font-size:11px;letter-spacing:.16em;text-transform:uppercase;cursor:pointer;transition:background .2s;margin-top:.5rem;font-family:Montserrat,sans-serif;font-weight:500}.btn-form:hover:not(:disabled){background:#c9a96e}.btn-form:disabled{opacity:.5;cursor:not-allowed}footer{background:#1a1512;display:grid;grid-template-columns:2fr 1fr 1fr;padding:5rem;gap:4rem}.footer-brand p{font-size:14px;color:#ffffff59;line-height:1.75;margin-top:1rem;max-width:280px;font-weight:300}.footer-logo{font-family:Playfair Display,Georgia,serif;font-size:22px;color:#ffffffd9;letter-spacing:.05em}.gold{color:#c9a96e}.footer-logo-img{height:64px;width:auto;max-width:120px;margin-right:12px;vertical-align:middle;display:inline-block}.footer-logo{font-family:Playfair Display,Georgia,serif;font-size:18px;color:#fffffff2;vertical-align:middle}.footer-col h4{font-size:10px;letter-spacing:.18em;text-transform:uppercase;color:#ffffff59;margin-bottom:1.25rem;font-weight:600}.footer-col ul{list-style:none;display:flex;flex-direction:column;gap:.75rem}.footer-col a{font-size:14px;color:#ffffff80;text-decoration:none;transition:color .2s;font-weight:300}.footer-col a:hover{color:#c9a96e}.footer-bottom{background:#100e0c;text-align:center;padding:1.25rem;font-size:11px;letter-spacing:.1em;color:#fff3}.form-success{background:#f0f9f4;border:.5px solid #a8d5b5;color:#2d7a4f;padding:12px 16px;font-size:12px;margin-bottom:1rem;letter-spacing:.06em;font-weight:500}.form-error{background:#fdf0f0;border:.5px solid #d5a8a8;color:#7a2d2d;padding:12px 16px;font-size:12px;margin-bottom:1rem;letter-spacing:.06em;font-weight:500}.navbar-right{display:flex;align-items:center;gap:1rem}.lang-switcher{display:flex;border:1px solid rgba(0,0,0,.15)}.lang-btn{display:inline-block;text-decoration:none;background:transparent;border:none;padding:6px 12px;font-size:10px;letter-spacing:.12em;cursor:pointer;font-family:Montserrat,sans-serif;font-weight:600;color:#aaa;transition:all .2s}.lang-btn.active{background:#1a1a1a;color:#faf8f5}.lang-btn:not(.active):hover{color:#1a1a1a}.mobile-menu-bottom{display:flex;flex-direction:column;gap:1rem}.mobile-menu-bottom .nav-cta{width:100%;text-align:center;padding:14px}.mobile-menu-bottom .lang-switcher{align-self:flex-start}.courses-section{padding:7rem 5rem;background:var(--bg-section)}.courses-subtitle{font-size:15px;color:var(--text-muted);margin-top:.75rem;margin-bottom:1.5rem;font-weight:300;max-width:520px;margin-left:auto;margin-right:auto;line-height:1.7;text-align:center}.courses-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:2rem;max-width:860px;margin:0 auto 2rem}.course-card{background:var(--bg-white);overflow:hidden;box-shadow:var(--shadow-sm);transition:transform .35s ease,box-shadow .35s ease;border-bottom:2px solid transparent}.course-card:hover{transform:translateY(-6px);box-shadow:var(--shadow-md);border-bottom-color:var(--gold)}.course-img-wrap{position:relative;overflow:hidden;aspect-ratio:16 / 9}.course-img-wrap img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .5s ease}.course-card:hover .course-img-wrap img{transform:scale(1.05)}.course-type-badge{position:absolute;top:1rem;left:1rem;background:var(--bg-dark);color:var(--bg);font-size:9px;letter-spacing:.14em;text-transform:uppercase;padding:5px 12px;font-weight:600;font-family:Montserrat,sans-serif}.course-type-badge.online{background:var(--gold);color:#fff}.course-body{padding:1.5rem 1.75rem 1.75rem}.course-title{font-family:Playfair Display,Georgia,serif;font-size:18px;font-weight:400;color:var(--text);margin-bottom:.75rem;line-height:1.3}.course-desc{font-size:13px;color:var(--text-muted);line-height:1.75;margin-bottom:1.25rem;font-weight:300}.course-meta{display:flex;justify-content:space-between;align-items:center;padding:1rem 0;border-top:1px solid var(--border);border-bottom:1px solid var(--border);margin-bottom:1.25rem}.course-duration{font-size:12px;color:var(--text-light);font-weight:400}.course-price{font-family:Playfair Display,Georgia,serif;font-size:20px;color:var(--gold);font-weight:400;line-height:1}.course-price small{font-family:Montserrat,sans-serif;font-size:10px;color:var(--text-light);font-weight:400;letter-spacing:.06em}.btn-course{display:block;text-decoration:none;text-align:center;width:100%;background:var(--bg-dark);color:var(--bg);border:none;padding:13px;font-size:10px;letter-spacing:.16em;text-transform:uppercase;cursor:pointer;transition:background .2s;font-family:Montserrat,sans-serif;font-weight:500;box-sizing:border-box}.btn-course:hover{background:var(--gold)}.courses-note{text-align:center;font-size:11px;color:var(--text-light);letter-spacing:.06em;max-width:1100px;margin:0 auto;font-weight:300}.about-section{padding:7rem 5rem;background:var(--bg-white)}.about-layout{display:grid;grid-template-columns:1fr 1fr;gap:6rem;max-width:1100px;margin:0 auto;align-items:center}.about-image-col,.about-img-frame{position:relative}.about-img-frame:before{content:"";position:absolute;inset:-14px 14px -14px -14px;border:1px solid var(--gold);z-index:0;pointer-events:none;opacity:.6}.about-img-frame:after{content:"";position:absolute;inset:0;background:linear-gradient(to bottom,transparent 60%,rgba(0,0,0,.18));z-index:2;pointer-events:none}.about-img{width:100%;height:auto;display:block;position:relative;z-index:1;filter:brightness(1.01) contrast(1.04) saturate(1.06);box-shadow:0 24px 64px #00000021;border-radius:2px}.about-badge{position:absolute;bottom:28px;right:-22px;z-index:3;background:var(--bg-white);border:1px solid var(--gold);padding:14px 18px;display:flex;flex-direction:column;align-items:center;gap:4px;box-shadow:0 8px 28px #0000001a}.about-badge-icon{color:var(--gold);font-size:1.1rem}.about-badge-text{font-family:var(--font-serif);font-size:11px;letter-spacing:.08em;color:var(--text-dark);text-align:center;line-height:1.5;text-transform:uppercase}.about-content{display:flex;flex-direction:column}.about-content .section-tag{margin-bottom:1rem}.about-content .section-title{margin-bottom:1.5rem;text-align:left}.about-text{font-size:15px;color:var(--text-muted);line-height:1.85;margin-bottom:1.25rem;font-weight:300}.about-values{display:flex;flex-direction:column;gap:1.25rem;margin-top:1rem;padding-top:2rem;border-top:1px solid var(--border)}.about-value{display:flex;align-items:flex-start;gap:1rem}.about-value-icon{color:var(--gold);font-size:13px;flex-shrink:0;margin-top:2px;line-height:1}.about-value-body{display:flex;flex-direction:column;gap:2px}.about-value-body strong{font-size:13px;font-weight:600;color:var(--text);letter-spacing:.02em}.about-value-body span{font-size:12px;color:var(--text-light);font-weight:300}.testimonials-section{padding:7rem 5rem;background:var(--bg-warm)}.testimonials-section .section-header{margin-bottom:3.5rem}.testimonials-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem;max-width:1100px;margin:0 auto}.testimonial-card{background:var(--bg-white);padding:2.5rem;display:flex;flex-direction:column;gap:1.25rem;box-shadow:var(--shadow-sm);transition:transform .35s ease,box-shadow .35s ease;border-bottom:2px solid transparent}.testimonial-card:hover{transform:translateY(-6px);box-shadow:var(--shadow-md);border-bottom-color:var(--gold)}.testimonial-stars{color:var(--gold);font-size:13px;letter-spacing:3px}.testimonial-quote{font-size:14px;color:#555;line-height:1.85;font-weight:300;font-style:italic;flex:1}.testimonial-author{display:flex;flex-direction:column;gap:4px;padding-top:1.25rem;border-top:1px solid var(--border)}.testimonial-name{font-family:Playfair Display,Georgia,serif;font-size:15px;font-weight:400;color:var(--text)}.testimonial-occasion{font-size:10px;letter-spacing:.14em;text-transform:uppercase;color:var(--gold);font-weight:500}body.lang-ti,body.lang-ti .hero-title,body.lang-ti .section-title,body.lang-ti .gallery-card-title,body.lang-ti .order-info h2,body.lang-ti .stat-number,body.lang-ti .hero-img-badge-num{font-family:Noto Sans Ethiopic,sans-serif}body.lang-ti .nav-logo,body.lang-ti .footer-logo{font-family:Noto Sans Ethiopic,sans-serif;letter-spacing:0}.whatsapp-float{position:fixed;bottom:2rem;right:2rem;z-index:999;width:56px;height:56px;background:#25d366;border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff;box-shadow:0 4px 20px #25d36673;transition:transform .2s,box-shadow .2s;text-decoration:none}.whatsapp-float:hover{transform:scale(1.1);box-shadow:0 6px 28px #25d36699}.cookie-banner{position:fixed;bottom:0;left:0;right:0;z-index:998;background:#1a1512;color:#ffffffd9;padding:1rem 3rem;display:flex;align-items:center;gap:2rem;justify-content:space-between;box-shadow:0 -2px 20px #0003}.cookie-text{font-size:13px;line-height:1.5;font-weight:300;flex:1}.cookie-text a{color:#c9a96e;text-decoration:underline}.cookie-actions{display:flex;gap:.75rem;flex-shrink:0}.cookie-btn{padding:9px 22px;font-size:11px;letter-spacing:.1em;font-family:Montserrat,sans-serif;font-weight:600;cursor:pointer;border:1.5px solid rgba(255,255,255,.25);transition:all .2s}.cookie-accept{background:#c9a96e;color:#fff;border-color:#c9a96e}.cookie-accept:hover{background:#b8914d;border-color:#b8914d}.cookie-decline{background:transparent;color:#fff9}.cookie-decline:hover{border-color:#fff9;color:#fff}.footer-social{display:flex;gap:.75rem;margin-top:1.25rem}.social-icon{display:flex;align-items:center;justify-content:center;width:38px;height:38px;border:1px solid rgba(255,255,255,.15);color:#ffffff73;transition:color .2s,border-color .2s,background .2s;text-decoration:none}.social-icon:hover{color:#fff;border-color:#c9a96e;background:#c9a96e1a}.faq-section{padding:7rem 5rem;background:#fff}.faq-list{max-width:760px;margin:0 auto;display:flex;flex-direction:column;gap:0}.faq-item{border-bottom:1px solid #ede8e2}.faq-item:first-child{border-top:1px solid #ede8e2}.faq-question{display:flex;justify-content:space-between;align-items:center;padding:1.25rem 0;cursor:pointer;list-style:none;font-size:15px;font-weight:500;color:#1a1a1a;gap:1rem;user-select:none}.faq-question::-webkit-details-marker{display:none}.faq-icon{font-size:22px;font-weight:300;color:#c9a96e;flex-shrink:0;transition:transform .3s ease;line-height:1}.faq-item[open] .faq-icon{transform:rotate(45deg)}.faq-answer{padding:0 0 1.25rem}.faq-answer p{font-size:14px;color:#666;line-height:1.8;font-weight:300}.not-found{min-height:100vh;display:flex;align-items:center;justify-content:center;background:#faf8f5;padding:2rem}.not-found-inner{text-align:center;max-width:480px}.not-found-icon{font-size:64px;margin-bottom:1rem}.not-found-title{font-family:Playfair Display,Georgia,serif;font-size:120px;font-weight:400;color:#1a1a1a;line-height:1;margin-bottom:.5rem}.not-found-sub{font-size:22px;font-weight:300;color:#1a1a1a;margin-bottom:1rem}.not-found-msg{font-size:15px;color:#999;margin-bottom:2.5rem;font-weight:300}.not-found-btn{display:inline-block}.privacy-page{background:#faf8f5;min-height:100vh;padding:4rem 2rem}.privacy-inner{max-width:720px;margin:0 auto;background:#fff;padding:3rem 3.5rem;box-shadow:var(--shadow-sm)}.privacy-back{display:inline-block;font-size:12px;letter-spacing:.1em;text-transform:uppercase;color:#c9a96e;text-decoration:none;font-weight:600;margin-bottom:2rem}.privacy-back:hover{color:#b8914d}.privacy-inner h1{font-family:Playfair Display,Georgia,serif;font-size:36px;font-weight:400;color:#1a1a1a;margin-bottom:.5rem}.privacy-date{font-size:12px;color:#bbb;letter-spacing:.1em;text-transform:uppercase;margin-bottom:2.5rem;font-weight:500}.privacy-inner h2{font-family:Playfair Display,Georgia,serif;font-size:18px;font-weight:400;color:#1a1a1a;margin:2rem 0 .75rem}.privacy-inner p,.privacy-inner li{font-size:14px;color:#555;line-height:1.85;font-weight:300}.privacy-inner ul{padding-left:1.5rem;margin:.5rem 0 1rem}.privacy-inner a{color:#c9a96e;text-decoration:underline}@media(max-width:1024px){.navbar{padding:0 2rem}.nav-logo-img{height:48px}.hero-title{font-size:48px}.hero-content{padding:0 3rem}.gallery-grid,.testimonials-grid,.courses-grid{grid-template-columns:repeat(2,1fr)}.about-layout{gap:4rem}.gallery-section,.courses-section,.faq-section,.order-section,.about-section{padding:5rem 3rem}}@media(max-width:768px){.navbar{padding:0 1.25rem;height:64px}.nav-logo-img{height:38px}.nav-links{display:none}.hamburger{display:flex}.desktop-only{display:none!important}.hero{min-height:100svh}.hero-content{padding:0 1.25rem;max-width:100%}.hero-title{font-size:34px;line-height:1.08}.hero-subtitle{font-size:14px;max-width:100%}.hero-buttons{flex-direction:column;align-items:flex-start;gap:.75rem}.hero-logo{height:80px;margin-bottom:12px}.stats-bar{grid-template-columns:repeat(3,1fr);padding:1.5rem 1rem;gap:.25rem}.stat-number{font-size:20px}.stat-label{font-size:8px;letter-spacing:.05em;display:-webkit-box;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.gallery-section,.about-section,.courses-section,.testimonials-section,.order-section{padding:3.5rem 1.25rem}.gallery-grid{grid-template-columns:repeat(2,1fr);gap:.75rem}.filter-buttons{gap:.4rem}.filter-btn{padding:8px 14px;font-size:9px}.gallery-card-body{padding:.75rem .875rem 1rem}.gallery-card-title{font-size:13px}.gallery-card-desc{display:none}#bestelling,#galerij,#cursussen,#contact{scroll-margin-top:72px}.about-layout{grid-template-columns:1fr;gap:2.5rem}.about-img-frame:before{display:none}.about-img-frame:after{display:none}.about-img{height:auto}.about-badge{display:none}.courses-grid,.testimonials-grid{grid-template-columns:1fr}.testimonial-card{padding:1.75rem 1.25rem}.order-layout{grid-template-columns:1fr;gap:2rem}.order-form{padding:1.5rem 1.25rem;border-radius:8px}.form-grid{grid-template-columns:1fr}.order-info{order:2}.order-form{order:1}.order-info h2{font-size:24px}.order-info>p{font-size:13px;margin-bottom:1.25rem}.order-steps{gap:.75rem}.step-text{font-size:13px}.form-group label{font-size:11px}.form-group input,.form-group select,.form-group textarea{font-size:16px;padding:13px 14px}.form-group select{padding-right:38px}.form-title{margin-bottom:1.25rem}.work-gallery{padding:0 1.25rem 3rem}.work-gallery-grid{grid-template-columns:repeat(2,1fr)}footer{grid-template-columns:1fr;padding:3rem 1.25rem;gap:2rem}.footer-logo-img{height:48px}.footer-bottom{padding:1rem 1.25rem;font-size:11px}.section-title{font-size:28px}.nav-logo-text{font-size:18px}}@media(max-width:480px){.hero-title{font-size:28px}.hero-logo{height:64px}.btn-primary,.btn-secondary{padding:13px 22px;font-size:10px}.stats-bar{grid-template-columns:1fr;gap:1.25rem;padding:2rem 1.5rem}.stat-label{font-size:10px;letter-spacing:.1em;-webkit-line-clamp:unset;line-clamp:unset;overflow:visible;display:block}.work-gallery-grid{grid-template-columns:1fr}.about-values{gap:1rem}.filter-btn{padding:7px 10px;font-size:8px}.order-form{padding:1.25rem 1rem}.order-info h2{font-size:22px}.course-card{padding:0}.faq-section{padding:3rem 1.25rem}.faq-question{font-size:14px;padding:1rem 1.25rem}.cookie-banner{flex-direction:column;gap:1rem;padding:1rem 1.25rem}.cookie-actions{width:100%;justify-content:stretch}.cookie-btn{flex:1;text-align:center}.not-found-title{font-size:80px}.privacy-inner{padding:2rem 1.25rem}.privacy-inner h1{font-size:28px}.enroll-modal{padding:2rem 1.25rem;border-radius:12px}.enroll-title{font-size:22px}}.enroll-overlay{position:fixed;inset:0;background:#0000008c;z-index:999;display:flex;align-items:center;justify-content:center;padding:1.5rem;animation:fadeIn .2s ease}.enroll-modal{background:var(--bg-white);border-radius:16px;padding:2.5rem 2rem;width:100%;max-width:520px;max-height:90vh;overflow-y:auto;position:relative;box-shadow:var(--shadow-lg);animation:slideUp .25s ease}.enroll-close{position:absolute;top:1rem;right:1.25rem;background:none;border:none;font-size:26px;line-height:1;color:var(--text-muted);cursor:pointer;padding:.25rem .5rem;transition:color .2s}.enroll-close:hover{color:var(--text)}.enroll-header{margin-bottom:1.75rem}.enroll-badge{display:inline-block;background:var(--gold-light);color:var(--gold-dark);font-size:11px;font-weight:600;letter-spacing:.1em;text-transform:uppercase;padding:4px 12px;border-radius:20px;margin-bottom:.75rem}.enroll-title{font-family:var(--brand-font);font-size:26px;font-weight:700;color:var(--text);margin-bottom:.4rem}.enroll-subtitle{font-size:14px;color:var(--text-muted)}
