@import"https://fonts.googleapis.com/css2?family=Playfair+Display:wght@400;500;600;700&family=Source+Sans+3:wght@300;400;500;600;700&display=swap";.cookie-banner{position:fixed;bottom:0;left:0;right:0;background:#fff;box-shadow:0 -4px 20px #00000026;z-index:9999;padding:1.5rem;transform:translateY(100%);transition:transform .3s ease}.cookie-banner.active{transform:translateY(0)}.cookie-banner__content{max-width:1200px;margin:0 auto;display:flex;flex-wrap:wrap;align-items:center;gap:1.5rem}.cookie-banner__text{flex:1;min-width:300px}.cookie-banner__text h3{margin:0 0 .5rem;font-size:1.125rem;color:#1a1a1a}.cookie-banner__text p{margin:0;font-size:.9375rem;color:#666;line-height:1.5}.cookie-banner__text a{color:var(--color-accent, #b8860b);text-decoration:underline}.cookie-banner__actions{display:flex;flex-wrap:wrap;gap:.75rem}.cookie-btn{padding:.75rem 1.5rem;border-radius:8px;font-size:.9375rem;font-weight:500;cursor:pointer;transition:all .2s ease;border:none;font-family:inherit;white-space:nowrap}.cookie-btn--primary{background:var(--color-accent, #b8860b);color:#fff}.cookie-btn--primary:hover{background:#9a7209}.cookie-btn--secondary{background:#f5f5f5;color:#1a1a1a}.cookie-btn--secondary:hover{background:#e8e8e8}.cookie-btn--outline{background:transparent;border:1px solid #ddd;color:#1a1a1a}.cookie-btn--outline:hover{border-color:var(--color-accent, #b8860b);color:var(--color-accent, #b8860b)}.cookie-modal{position:fixed;inset:0;z-index:10000;display:none;align-items:center;justify-content:center;padding:1rem}.cookie-modal.active{display:flex}.cookie-modal__overlay{position:absolute;inset:0;background:#00000080}.cookie-modal__content{position:relative;background:#fff;border-radius:16px;max-width:560px;width:100%;max-height:90vh;overflow-y:auto;box-shadow:0 20px 60px #0000004d}.cookie-modal__header{display:flex;justify-content:space-between;align-items:center;padding:1.5rem;border-bottom:1px solid #eee}.cookie-modal__header h3{margin:0;font-size:1.25rem}.cookie-modal__close{width:40px;height:40px;border:none;background:#f5f5f5;border-radius:8px;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background .2s}.cookie-modal__close:hover{background:#e8e8e8}.cookie-modal__close svg{width:20px;height:20px;fill:#666}.cookie-modal__body{padding:1.5rem}.cookie-category{padding:1rem 0;border-bottom:1px solid #eee}.cookie-category:last-child{border-bottom:none}.cookie-category__header{display:flex;justify-content:space-between;align-items:flex-start;gap:1rem}.cookie-category__info h4{margin:0 0 .25rem;font-size:1rem}.cookie-category__info p{margin:0;font-size:.875rem;color:#666;line-height:1.4}.cookie-toggle{flex-shrink:0}.cookie-toggle input{display:none}.cookie-toggle label{display:block;width:52px;height:28px;background:#ddd;border-radius:14px;position:relative;cursor:pointer;transition:background .2s}.cookie-toggle label:after{content:"";position:absolute;width:22px;height:22px;background:#fff;border-radius:50%;top:3px;left:3px;transition:transform .2s;box-shadow:0 2px 4px #0003}.cookie-toggle input:checked+label{background:var(--color-accent, #b8860b)}.cookie-toggle input:checked+label:after{transform:translate(24px)}.cookie-toggle--disabled label{background:#b8860b;opacity:.6;cursor:not-allowed}.cookie-modal__footer{display:flex;justify-content:flex-end;gap:.75rem;padding:1.5rem;border-top:1px solid #eee;flex-wrap:wrap}.footer__legal{display:flex;gap:.5rem;align-items:center}.footer__legal span{color:#666}@media (max-width: 640px){.cookie-banner__content{flex-direction:column;align-items:stretch}.cookie-banner__actions{flex-direction:column}.cookie-btn{width:100%;text-align:center}.cookie-modal__footer{flex-direction:column}}:root{--color-primary: #1a1a1a;--color-accent: #c9a227;--color-accent-dark: #a68921;--color-cream: #fdfbf7;--color-warm-gray: #f7f5f2;--color-text: #2d2d2d;--color-text-light: #666;--color-border: #e5e0d8;--font-display: "Playfair Display", Georgia, serif;--font-body: "Source Sans 3", sans-serif;--container: 1320px;--transition: .3s ease}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{font-family:var(--font-body);font-size:1.0625rem;line-height:1.7;color:var(--color-text);background:var(--color-cream)}h1,h2,h3,h4,h5,h6{font-family:var(--font-display);font-weight:500;line-height:1.2;color:var(--color-primary)}h1{font-size:clamp(2.5rem,5vw,4rem)}h2{font-size:clamp(2rem,4vw,3rem)}h3{font-size:clamp(1.5rem,3vw,2rem)}h4{font-size:clamp(1.25rem,2vw,1.5rem)}a{color:var(--color-accent);text-decoration:none;transition:var(--transition)}a:hover{color:var(--color-accent-dark)}img{max-width:100%;height:auto;display:block}.container{width:100%;max-width:var(--container);margin:0 auto;padding:0 1.5rem}.section{padding:5rem 0}.section--alt{background:var(--color-warm-gray)}.section--dark{background:var(--color-primary);color:#fff}.section--dark h2,.section--dark h3,.section--dark h4{color:#fff}.section-header{text-align:center;margin-bottom:3.5rem}.section-label{display:inline-block;font-size:.75rem;font-weight:600;letter-spacing:.2em;text-transform:uppercase;color:var(--color-accent);margin-bottom:.75rem}.section-title{margin-bottom:1rem}.section-subtitle{max-width:700px;margin:0 auto;color:var(--color-text-light);font-size:1.125rem}.header{position:fixed;top:0;left:0;right:0;z-index:1000;background:#fdfbf7f2;backdrop-filter:blur(10px);border-bottom:1px solid var(--color-border);transition:var(--transition)}.header__inner{display:flex;align-items:center;justify-content:space-between;height:80px}.logo{display:flex;align-items:center;gap:.75rem;text-decoration:none}.logo__icon{width:44px;height:44px;background:var(--color-accent);border-radius:6px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.logo__icon svg{width:26px;height:26px;fill:none;stroke:#fff;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}.logo__text{display:flex;flex-direction:column;line-height:1.2}.logo__name{font-family:var(--font-display);font-size:1.375rem;font-weight:600;color:var(--color-primary)}.logo__claim{font-size:.6875rem;font-weight:500;color:var(--color-accent);letter-spacing:.03em;text-transform:uppercase}.nav{display:flex;align-items:center;gap:2.5rem}.nav__list{display:flex;list-style:none;gap:2rem}.nav__link{font-size:.9375rem;font-weight:500;color:var(--color-text);position:relative;padding:.5rem 0}.nav__link:after{content:"";position:absolute;bottom:0;left:0;width:0;height:2px;background:var(--color-accent);transition:var(--transition)}.nav__link:hover{color:var(--color-accent)}.nav__link:hover:after{width:100%}.nav__dropdown{position:relative}.nav__dropdown-menu{position:absolute;top:100%;left:-1rem;min-width:260px;background:#fff;border-radius:8px;box-shadow:0 10px 40px #0000001a;padding:1rem 0;opacity:0;visibility:hidden;transform:translateY(10px);transition:var(--transition);list-style:none}.nav__dropdown:hover .nav__dropdown-menu{opacity:1;visibility:visible;transform:translateY(0)}.nav__dropdown-link{display:block;padding:.625rem 1.5rem;font-size:.9375rem;color:var(--color-text)}.nav__dropdown-link:hover{background:var(--color-warm-gray);color:var(--color-accent)}.btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:.875rem 1.75rem;font-family:var(--font-body);font-size:.9375rem;font-weight:600;border-radius:6px;border:none;cursor:pointer;transition:var(--transition)}.btn--primary{background:var(--color-accent);color:#fff}.btn--primary:hover{background:var(--color-accent-dark);color:#fff;transform:translateY(-2px);box-shadow:0 8px 25px #c9a2274d}.btn--outline{background:transparent;border:2px solid var(--color-accent);color:var(--color-accent)}.btn--outline:hover{background:var(--color-accent);color:#fff}.btn--white{background:#fff;color:var(--color-primary)}.btn--white:hover{background:var(--color-cream);transform:translateY(-2px)}.mobile-toggle{display:none;flex-direction:column;gap:5px;background:none;border:none;cursor:pointer;padding:.5rem}.mobile-toggle span{width:24px;height:2px;background:var(--color-primary);transition:var(--transition)}.hero{position:relative;min-height:100vh;display:flex;align-items:center;padding-top:80px;background:linear-gradient(135deg,var(--color-cream) 0%,var(--color-warm-gray) 100%);overflow:hidden}.hero:before{content:"";position:absolute;top:-50%;right:-20%;width:80%;height:200%;background:radial-gradient(ellipse,rgba(201,162,39,.08) 0%,transparent 70%);pointer-events:none}.hero__inner{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center}.hero__content{position:relative;z-index:2}.hero__label{display:inline-flex;align-items:center;gap:.5rem;font-size:.8125rem;font-weight:600;letter-spacing:.15em;text-transform:uppercase;color:var(--color-accent);margin-bottom:1.5rem}.hero__label svg{width:16px;height:16px}.hero__title{margin-bottom:1.5rem;line-height:1.1}.hero__title span{color:var(--color-accent)}.hero__text{font-size:1.1875rem;color:var(--color-text-light);margin-bottom:2.5rem;max-width:540px}.hero__buttons{display:flex;gap:1rem;flex-wrap:wrap}.hero__stats{display:flex;gap:3rem;margin-top:3.5rem;padding-top:2.5rem;border-top:1px solid var(--color-border)}.hero__stat-number{font-family:var(--font-display);font-size:2.5rem;font-weight:600;color:var(--color-accent);line-height:1}.hero__stat-label{font-size:.875rem;color:var(--color-text-light);margin-top:.25rem}.hero__image{position:relative}.hero__image-main{border-radius:16px;box-shadow:0 30px 60px #00000026}.hero__image-badge{position:absolute;bottom:-20px;left:-20px;background:#fff;padding:1.25rem 1.5rem;border-radius:12px;box-shadow:0 15px 40px #0000001a;display:flex;align-items:center;gap:1rem}.hero__badge-icon{width:48px;height:48px;background:var(--color-accent);border-radius:50%;display:flex;align-items:center;justify-content:center}.hero__badge-icon svg{width:24px;height:24px;fill:#fff}.hero__badge-text{font-weight:600}.hero__badge-subtext{font-size:.8125rem;color:var(--color-text-light)}.services-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem}.service-card{background:#fff;border-radius:12px;padding:2rem;box-shadow:0 4px 20px #0000000a;border:1px solid var(--color-border);transition:var(--transition);text-decoration:none;color:inherit;display:block}.service-card:hover{transform:translateY(-8px);box-shadow:0 20px 50px #0000001a;border-color:var(--color-accent)}.service-card__icon{width:60px;height:60px;background:linear-gradient(135deg,var(--color-accent) 0%,var(--color-accent-dark) 100%);border-radius:12px;display:flex;align-items:center;justify-content:center;margin-bottom:1.5rem}.service-card__icon svg{width:28px;height:28px;fill:#fff}.service-card__title{font-size:1.25rem;margin-bottom:.75rem}.service-card__text{color:var(--color-text-light);font-size:.9375rem;line-height:1.6;margin-bottom:1.25rem}.service-card__link{display:inline-flex;align-items:center;gap:.5rem;font-weight:600;font-size:.9375rem;color:var(--color-accent)}.service-card__link svg{width:18px;height:18px;transition:var(--transition)}.service-card:hover .service-card__link svg{transform:translate(4px)}.values-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2.5rem}.value-item{text-align:center;padding:2.5rem 2rem}.value-item__icon{width:80px;height:80px;background:#c9a2271a;border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 1.5rem}.value-item__icon svg{width:36px;height:36px;fill:var(--color-accent)}.value-item__title{font-size:1.375rem;margin-bottom:1rem}.value-item__text{color:var(--color-text-light);line-height:1.7}.process-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:2rem;position:relative}.process-grid:before{content:"";position:absolute;top:40px;left:10%;right:10%;height:2px;background:var(--color-border);z-index:0}.process-step{text-align:center;position:relative;z-index:1}.process-step__number{width:80px;height:80px;background:var(--color-accent);color:#fff;font-family:var(--font-display);font-size:2rem;font-weight:600;border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 1.5rem;box-shadow:0 10px 30px #c9a2274d}.process-step__title{font-size:1.25rem;margin-bottom:.75rem}.process-step__text{color:var(--color-text-light);font-size:.9375rem;line-height:1.6}.testimonials-header{display:flex;align-items:flex-end;justify-content:space-between;margin-bottom:3rem}.testimonials-rating{display:flex;align-items:center;gap:1rem;background:#fff;padding:1rem 1.5rem;border-radius:12px;box-shadow:0 4px 20px #0000000f}.testimonials-rating__score{font-family:var(--font-display);font-size:2.5rem;font-weight:600;color:var(--color-accent)}.testimonials-rating__stars{display:flex;gap:2px}.testimonials-rating__stars svg{width:20px;height:20px;fill:var(--color-accent)}.testimonials-rating__count{font-size:.875rem;color:var(--color-text-light)}.testimonials-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem}.testimonial-card{background:#fff;padding:2rem;border-radius:12px;box-shadow:0 4px 20px #0000000a}.testimonial-card__header{display:flex;align-items:center;gap:1rem;margin-bottom:1.25rem}.testimonial-card__avatar{width:50px;height:50px;background:var(--color-accent);border-radius:50%;display:flex;align-items:center;justify-content:center;font-family:var(--font-display);font-size:1.25rem;font-weight:600;color:#fff}.testimonial-card__name{font-weight:600}.testimonial-card__date{font-size:.8125rem;color:var(--color-text-light)}.testimonial-card__text{color:var(--color-text-light);line-height:1.7;font-size:.9375rem}.cta{background:linear-gradient(135deg,var(--color-primary) 0%,#2a2a2a 100%);padding:5rem 0;text-align:center}.cta__title{color:#fff;margin-bottom:1rem}.cta__text{color:#ffffffb3;font-size:1.125rem;margin-bottom:2rem;max-width:600px;margin-left:auto;margin-right:auto}.cta__buttons{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}.cta__contact{display:flex;gap:3rem;justify-content:center;margin-top:3rem;padding-top:2.5rem;border-top:1px solid rgba(255,255,255,.1)}.cta__contact-item{display:flex;align-items:center;gap:.75rem;color:#fffc}.cta__contact-item svg{width:20px;height:20px;fill:var(--color-accent)}.cta__contact-item a{color:#fff;font-weight:500}.footer{background:var(--color-primary);color:#ffffffb3;padding:4rem 0 2rem}.footer__grid{display:grid;grid-template-columns:2fr 1fr 1fr 1fr;gap:3rem;margin-bottom:3rem}.footer__brand{max-width:300px}.footer__logo{display:flex;align-items:center;gap:.75rem;text-decoration:none;margin-bottom:1.25rem}.footer__logo-icon{width:44px;height:44px;background:var(--color-accent);border-radius:6px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.footer__logo-icon svg{width:26px;height:26px;fill:none;stroke:#fff;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}.footer__logo-text{display:flex;flex-direction:column;line-height:1.2}.footer__logo-name{font-family:var(--font-display);font-size:1.375rem;font-weight:600;color:#fff}.footer__logo-claim{font-size:.6875rem;font-weight:500;color:var(--color-accent);letter-spacing:.03em;text-transform:uppercase}.footer__desc{font-size:.9375rem;line-height:1.7;margin-bottom:1.5rem}.footer__heading{color:#fff;font-family:var(--font-body);font-size:.9375rem;font-weight:600;text-transform:uppercase;letter-spacing:.1em;margin-bottom:1.5rem}.footer__list{list-style:none}.footer__list li{margin-bottom:.75rem}.footer__list a{color:#ffffffb3;font-size:.9375rem;transition:var(--transition)}.footer__list a:hover{color:var(--color-accent)}.footer__contact-item{display:flex;align-items:flex-start;gap:.75rem;margin-bottom:1rem;font-size:.9375rem}.footer__contact-item svg{width:18px;height:18px;fill:var(--color-accent);flex-shrink:0;margin-top:2px}.footer__contact-item a{color:#ffffffb3}.footer__contact-item a:hover{color:var(--color-accent)}.footer__bottom{padding-top:2rem;border-top:1px solid rgba(255,255,255,.1);display:flex;justify-content:space-between;align-items:center;font-size:.875rem}.footer__legal{display:flex;gap:1.5rem}.footer__legal a{color:#ffffff80}.footer__legal a:hover{color:var(--color-accent)}.page-header{padding:10rem 0 4rem;background:linear-gradient(135deg,var(--color-cream) 0%,var(--color-warm-gray) 100%);text-align:center}.page-header__label{display:inline-block;font-size:.75rem;font-weight:600;letter-spacing:.2em;text-transform:uppercase;color:var(--color-accent);margin-bottom:1rem}.page-header__title{margin-bottom:1rem}.page-header__subtitle{max-width:700px;margin:0 auto;color:var(--color-text-light);font-size:1.1875rem}.kitchen-intro{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center}.kitchen-intro__content h2{margin-bottom:1.5rem}.kitchen-intro__content p{color:var(--color-text-light);margin-bottom:1rem}.kitchen-intro__image{border-radius:16px;overflow:hidden;box-shadow:0 20px 50px #0000001a}.benefits-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem}.benefit-card{background:#fff;padding:2.5rem 2rem;border-radius:12px;box-shadow:0 4px 20px #0000000a;border:1px solid var(--color-border);text-align:center}.benefit-card__icon{width:70px;height:70px;background:linear-gradient(135deg,var(--color-accent) 0%,var(--color-accent-dark) 100%);border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 1.5rem}.benefit-card__icon svg{width:32px;height:32px;fill:#fff}.benefit-card__title{font-size:1.375rem;margin-bottom:1rem}.benefit-card__text{color:var(--color-text-light);line-height:1.7}.content-section{max-width:900px;margin:0 auto}.content-section h2{margin-bottom:1.5rem}.content-section h3{margin:2rem 0 1rem}.content-section p{color:var(--color-text-light);margin-bottom:1rem}.content-section ul{margin:1.5rem 0;padding-left:1.5rem}.content-section li{margin-bottom:.75rem;color:var(--color-text-light)}@media (max-width: 1024px){.hero__inner{grid-template-columns:1fr;text-align:center}.hero__text{margin-left:auto;margin-right:auto}.hero__buttons,.hero__stats{justify-content:center}.hero__image{max-width:600px;margin:0 auto}.services-grid,.values-grid,.testimonials-grid,.benefits-grid{grid-template-columns:repeat(2,1fr)}.process-grid{grid-template-columns:repeat(2,1fr);gap:3rem}.process-grid:before{display:none}.footer__grid{grid-template-columns:repeat(2,1fr)}.kitchen-intro{grid-template-columns:1fr}}@media (max-width: 768px){.nav__list{display:none}.mobile-toggle{display:flex}.hero{min-height:auto;padding:8rem 0 4rem}.hero__stats{flex-direction:column;gap:1.5rem;align-items:center}.services-grid,.values-grid,.testimonials-grid,.benefits-grid,.process-grid{grid-template-columns:1fr}.testimonials-header{flex-direction:column;align-items:flex-start;gap:1.5rem}.footer__grid{grid-template-columns:1fr;gap:2rem}.footer__bottom{flex-direction:column;gap:1rem;text-align:center}.cta__contact{flex-direction:column;gap:1rem}}
