*,:before,:after{box-sizing:border-box;margin:0;padding:0}:root{--cream:#fef1de;--brown:#6c2b01;--accent:#9e6637;--white:#fff;--brown-90:#6c2b01e6;--brown-60:#6c2b0199;--brown-20:#6c2b011f;--accent-15:#9e663726;--serif:"Cormorant Garamond", Georgia, serif;--sans:"DM Sans", system-ui, sans-serif;--radius-sm:12px;--radius-md:20px;--radius-lg:32px;--radius-full:9999px;--shadow-sm:0 2px 12px #6c2b010f;--shadow-md:0 8px 32px #6c2b011a;--shadow-lg:0 20px 60px #6c2b0124;--header-h:88px;--max-w:1280px;--section-pad:clamp(4rem, 8vw, 7rem)}html{scroll-behavior:smooth;scroll-padding-top:var(--header-h)}body{font-family:var(--sans);color:var(--brown);background:var(--white);-webkit-font-smoothing:antialiased;font-size:16px;line-height:1.65;overflow-x:hidden}#root{min-height:100svh}img{max-width:100%;height:auto;display:block}a{color:inherit;text-decoration:none}button{cursor:pointer;background:0 0;border:none;font-family:inherit}ul{list-style:none}.section-eyebrow{letter-spacing:.14em;text-transform:uppercase;color:var(--accent);margin-bottom:.75rem;font-size:.8rem;font-weight:600}.section-title{font-family:var(--serif);letter-spacing:-.02em;color:var(--brown);font-size:clamp(2.25rem,5vw,3.5rem);font-weight:600;line-height:1.1}.section-subtitle{color:var(--brown-60);max-width:520px;margin-top:.75rem;font-size:1.05rem}.section-header{text-align:center;margin-bottom:clamp(2.5rem,5vw,4rem)}.section-header .section-subtitle{margin-inline:auto}.container{width:min(var(--max-w), calc(100% - 2.5rem));margin-inline:auto}.section{padding-block:var(--section-pad)}.section--cream{background:var(--cream)}.section--white{background:var(--white)}.section--dark{background:var(--brown);color:var(--cream)}.section--dark .section-title{color:var(--cream)}.section--dark .section-subtitle{color:#fef1deb3}.section--dark .section-eyebrow{color:var(--accent)}.btn{letter-spacing:.02em;border-radius:var(--radius-full);justify-content:center;align-items:center;gap:.5rem;padding:.85rem 1.75rem;font-size:.9rem;font-weight:600;transition:transform .25s,box-shadow .25s,background .25s,color .25s;display:inline-flex}.btn:hover{transform:translateY(-2px)}.btn--primary{background:var(--brown);color:var(--cream);box-shadow:var(--shadow-sm)}.btn--primary:hover{box-shadow:var(--shadow-md);background:#5a2401}.btn--outline{color:var(--cream);background:0 0;border:1.5px solid #fef1de80}.btn--outline:hover{border-color:var(--cream);background:#fef1de1a}.btn--cream{background:var(--cream);color:var(--brown)}.btn--cream:hover{box-shadow:var(--shadow-md)}.btn--accent{background:var(--accent);color:var(--cream)}.btn--accent:hover{box-shadow:var(--shadow-md);background:#8a5830}.btn--ghost{color:var(--brown);border:1.5px solid var(--brown-20);background:0 0}.btn--ghost:hover{border-color:var(--accent);color:var(--accent)}@keyframes marquee{0%{transform:translate(0)}to{transform:translate(-50%)}}@keyframes fadeUp{0%{opacity:0;transform:translateY(24px)}to{opacity:1;transform:translateY(0)}}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-14px)}}@keyframes floatGentle{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}@keyframes floatGentleAlt{0%,to{transform:translateY(0)rotate(0)}50%{transform:translateY(-12px)rotate(.6deg)}}.reveal{animation:.8s both fadeUp}.reveal-delay-1{animation-delay:.1s}.reveal-delay-2{animation-delay:.2s}.reveal-delay-3{animation-delay:.3s}.reveal-delay-4{animation-delay:.4s}:focus-visible{outline:2px solid var(--accent);outline-offset:3px}::selection{background:var(--accent-15);color:var(--brown)}.header{z-index:100;height:var(--header-h);background:var(--cream);border-bottom:1px solid var(--brown-20);transition:box-shadow .35s;position:fixed;top:0;left:0;right:0}.header--scrolled{box-shadow:0 4px 24px #6c2b0114}.header__inner{justify-content:space-between;align-items:center;gap:1.5rem;height:100%;display:flex}.header__logo{flex-shrink:0;align-items:center;display:flex}.header__logo img{object-fit:contain;object-position:left center;width:auto;max-width:min(200px,38vw);height:52px;transition:opacity .25s}.header__logo:hover img{opacity:.85}.header__nav{flex:1;justify-content:center;display:flex}.header__links{align-items:center;gap:clamp(1.25rem,2.5vw,2.25rem);display:flex}.header__links a{letter-spacing:.03em;color:var(--brown-60);font-size:.88rem;font-weight:500;transition:color .2s;position:relative}.header__links a:after{content:"";background:var(--accent);width:0;height:1.5px;transition:width .25s;position:absolute;bottom:-4px;left:0}.header__links a:hover{color:var(--brown)}.header__links a:hover:after{width:100%}.header__actions{align-items:center;gap:.75rem;display:flex}.header__lang{letter-spacing:.06em;color:var(--brown-60);border-radius:var(--radius-full);border:1.5px solid var(--brown-20);align-items:center;gap:.15rem;padding:.5rem .75rem;font-size:.8rem;font-weight:600;transition:border-color .2s,color .2s;display:flex}.header__lang:hover{border-color:var(--accent)}.header__lang .active{color:var(--brown)}.header__lang-divider{opacity:.35;font-weight:400}.header__cta{padding:.65rem 1.35rem;font-size:.82rem}.header__burger{flex-direction:column;justify-content:center;gap:5px;width:40px;height:40px;padding:8px;display:none}.header__burger span{background:var(--brown);border-radius:2px;width:100%;height:2px;transition:transform .3s,opacity .3s;display:block}.header__burger--open span:first-child{transform:translateY(7px)rotate(45deg)}.header__burger--open span:nth-child(2){opacity:0}.header__burger--open span:nth-child(3){transform:translateY(-7px)rotate(-45deg)}@media (width<=900px){.header__logo img{max-width:min(160px,42vw);height:40px}.header__nav{inset:var(--header-h) 0 0 0;background:var(--cream);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);opacity:0;visibility:hidden;flex-direction:column;justify-content:flex-start;padding:2rem;transition:opacity .3s,visibility .3s,transform .3s;position:fixed;transform:translateY(-12px)}.header__nav--open{opacity:1;visibility:visible;transform:translateY(0)}.header__links{flex-direction:column;align-items:flex-start;gap:1.5rem}.header__links a{font-size:1.25rem;font-family:var(--serif)}.header__cta{display:none}.header__burger{display:flex}}.hero{background:var(--brown);min-height:clamp(520px,78vh,720px);color:var(--cream);padding-top:var(--header-h);align-items:center;display:flex;position:relative;overflow:hidden}.hero__pattern{z-index:0;pointer-events:none;opacity:.32;mix-blend-mode:soft-light;filter:sepia()hue-rotate(350deg)saturate(.4)brightness(.65);position:absolute;inset:0}.hero__pattern svg{width:100%;height:100%;display:block}.hero__bg-text{font-family:var(--serif);color:#fef1de0a;white-space:nowrap;pointer-events:none;-webkit-user-select:none;user-select:none;letter-spacing:-.03em;font-size:clamp(8rem,22vw,18rem);font-weight:700;position:absolute;top:50%;left:50%;transform:translate(-50%,-55%)}.hero__inner{z-index:1;grid-template-columns:1fr 1fr;align-items:center;gap:clamp(2rem,5vw,4rem);padding-block:clamp(2rem,4vw,3rem);display:grid;position:relative}.hero__eyebrow{letter-spacing:.16em;text-transform:uppercase;color:var(--accent);margin-bottom:1.25rem;font-size:.8rem;font-weight:600}.hero__title{font-family:var(--serif);letter-spacing:-.02em;margin-bottom:1.25rem;font-size:clamp(2.75rem,6vw,4.5rem);font-weight:600;line-height:1.05}.hero__subtitle{color:#fef1debf;max-width:460px;margin-bottom:2rem;font-size:clamp(1rem,1.5vw,1.15rem);line-height:1.7}.hero__actions{flex-wrap:wrap;gap:.85rem;display:flex}.hero__visual{justify-content:center;align-items:center;min-height:clamp(320px,42vh,440px);display:flex;position:relative;overflow:visible}.hero__image-main{z-index:2;animation:6s ease-in-out infinite float;position:relative;overflow:visible}.hero__image-main img{object-fit:contain;width:clamp(280px,34vw,460px);height:auto;display:block}.hero__image-inset{z-index:1;pointer-events:none;opacity:.5;mix-blend-mode:screen;animation:7s ease-in-out .8s infinite beanLeafFloat;position:absolute;top:58%;left:50%;transform:translate(-68%,-38%)rotate(-18deg)}.hero__image-inset img{object-fit:contain;width:clamp(220px,28vw,360px);height:auto;display:block}@keyframes beanLeafFloat{0%,to{transform:translate(-68%,-38%)rotate(-18deg)}50%{transform:translate(-68%,-42%)rotate(-16deg)}}.hero__steam{z-index:4;gap:6px;display:flex;position:absolute;top:12%;right:28%}.hero__steam span{background:var(--accent);opacity:.7;border-radius:3px;width:3px;animation:2.5s ease-in-out infinite steamRise;display:block}.hero__steam span:first-child{height:28px;animation-delay:0s}.hero__steam span:nth-child(2){height:38px;animation-delay:.4s}.hero__steam span:nth-child(3){height:22px;animation-delay:.8s}@keyframes steamRise{0%,to{opacity:.5;transform:translateY(0)scaleY(1)}50%{opacity:.9;transform:translateY(-8px)scaleY(1.1)}}@media (width>=1100px){.hero{min-height:clamp(500px,68vh,640px)}}@media (width<=900px){.hero__inner{text-align:center;grid-template-columns:1fr}.hero__subtitle{margin-inline:auto}.hero__actions{justify-content:center}.hero__visual{order:-1;min-height:300px}}@media (width<=600px){.hero__image-inset{opacity:.72}.hero__image-inset img{filter:brightness(1.25);width:clamp(180px,48vw,260px)}}.marquee{background:var(--cream);border-block:1px solid var(--brown-20);padding:1rem 0;overflow:hidden}.marquee__track{width:max-content;animation:35s linear infinite marquee;display:flex}.marquee__item{letter-spacing:.1em;text-transform:uppercase;color:var(--brown);white-space:nowrap;align-items:center;gap:.75rem;padding-inline:2rem;font-size:.85rem;font-weight:600;display:inline-flex}.marquee__dot{background:var(--accent);border-radius:50%;flex-shrink:0;width:6px;height:6px}.categories__grid{grid-template-columns:repeat(3,1fr);gap:1.5rem;display:grid}.categories__card{text-align:center;background:var(--cream);border-radius:var(--radius-md);padding:2.5rem 1.75rem;transition:transform .3s,box-shadow .3s}.categories__card:hover{box-shadow:var(--shadow-md);transform:translateY(-6px)}.categories__icon{justify-content:center;align-items:center;width:72px;height:72px;margin:0 auto 1.25rem;display:flex}.categories__icon img{object-fit:contain;width:100%;height:100%}.categories__card h3{font-family:var(--serif);margin-bottom:.5rem;font-size:1.5rem;font-weight:600}.categories__card p{color:var(--brown-60);font-size:.92rem;line-height:1.55}@media (width<=768px){.categories__grid{grid-template-columns:1fr;max-width:400px;margin-inline:auto}}.featured__grid{grid-template-columns:repeat(4,1fr);gap:1.25rem;display:grid}.featured__card{background:var(--brown);border-radius:var(--radius-md);transition:transform .3s,box-shadow .3s;overflow:hidden}.featured__card:hover{box-shadow:var(--shadow-lg);transform:translateY(-8px)}.featured__image{aspect-ratio:1;position:relative;overflow:hidden}.featured__image img{object-fit:cover;width:100%;height:100%;transition:transform .5s}.featured__card:hover .featured__image img{transform:scale(1.06)}.featured__tag{letter-spacing:.06em;text-transform:uppercase;background:var(--accent);color:var(--cream);border-radius:var(--radius-full);padding:.3rem .75rem;font-size:.72rem;font-weight:600;position:absolute;top:.85rem;left:.85rem}.featured__info{color:var(--cream);justify-content:space-between;align-items:center;padding:1.15rem 1.25rem;display:flex}.featured__info h3{font-family:var(--serif);font-size:1.2rem;font-weight:600}.featured__price{color:var(--accent);font-size:.95rem;font-weight:600}.featured__cta{text-align:center;margin-top:2.5rem}@media (width<=1024px){.featured__grid{grid-template-columns:repeat(2,1fr)}}@media (width<=480px){.featured__grid{grid-template-columns:1fr;max-width:340px;margin-inline:auto}}.about{grid-template-columns:1fr 1fr;align-items:center;gap:clamp(2.5rem,5vw,5rem);display:grid}.about__text{color:var(--brown-60);max-width:480px;margin:1.25rem 0 1.75rem;font-size:1.05rem;line-height:1.75}.about__features{grid-template-columns:1fr 1fr;gap:1.25rem;margin-top:2.5rem;display:grid}.about__feature{align-items:flex-start;gap:.85rem;display:flex}.about__feature-icon{background:var(--accent-15);width:40px;height:40px;color:var(--accent);border-radius:var(--radius-sm);flex-shrink:0;justify-content:center;align-items:center;display:flex}.about__feature-icon svg{width:20px;height:20px}.about__feature h4{margin-bottom:.2rem;font-size:.92rem;font-weight:600}.about__feature p{color:var(--brown-60);font-size:.82rem;line-height:1.5}.about__gallery{min-height:480px;position:relative}.about__img{border-radius:var(--radius-md);box-shadow:var(--shadow-md);overflow:hidden}.about__img img{object-fit:cover;width:100%;height:100%}.about__img--large{aspect-ratio:auto;width:68%;box-shadow:none;background:0 0;border-radius:0;margin-left:auto;animation:7s ease-in-out infinite floatGentle;overflow:visible}.about__img--large img{object-fit:contain;width:100%;height:auto}.about__img--small{aspect-ratio:1;width:42%;position:absolute}.about__img--top{animation:5.5s ease-in-out .4s infinite floatGentleAlt;top:0;left:0}.about__img--bean{box-shadow:none;border-radius:0;justify-content:center;align-items:center;display:flex;overflow:visible}.about__img--bean img{object-fit:contain;width:38%;height:auto}.about__img--bottom{animation:6.5s ease-in-out .9s infinite floatGentle;bottom:0;left:12%}@media (width<=900px){.about{grid-template-columns:1fr}.about__gallery{order:-1;min-height:380px}}@media (width<=480px){.about__features{grid-template-columns:1fr}}.menu-highlights__inner{grid-template-columns:1fr 1fr;align-items:center;gap:clamp(2.5rem,5vw,4rem);display:grid}.menu-highlights__list .section-subtitle,.menu-highlights__items{margin-bottom:2rem}.menu-highlights__items li{border-bottom:1px solid #fef1de1a;align-items:baseline;gap:.5rem;padding:.85rem 0;display:flex}.menu-highlights__name{font-family:var(--serif);white-space:nowrap;font-size:1.15rem;font-weight:500}.menu-highlights__dots{border-bottom:1px dotted #9e663780;flex:1;min-width:1rem;margin-bottom:4px}.menu-highlights__price{color:var(--accent);white-space:nowrap;font-weight:600}.menu-highlights__image{border-radius:var(--radius-lg);box-shadow:var(--shadow-lg);overflow:hidden}.menu-highlights__image img{aspect-ratio:4/5;object-fit:cover;width:100%}@media (width<=900px){.menu-highlights__inner{grid-template-columns:1fr}.menu-highlights__image{order:-1;max-width:480px;margin-inline:auto}}.testimonials__grid{grid-template-rows:auto auto;grid-template-columns:repeat(4,1fr);gap:1.25rem;display:grid}.testimonials__card{background:var(--white);border-radius:var(--radius-md);box-shadow:var(--shadow-sm);flex-direction:column;justify-content:space-between;padding:1.75rem;display:flex}.testimonials__card blockquote{font-family:var(--serif);color:var(--brown);margin-bottom:1.25rem;font-size:1.15rem;font-style:italic;line-height:1.55}.testimonials__card footer{align-items:center;gap:.75rem;display:flex}.testimonials__card footer img{object-fit:cover;border-radius:50%;width:48px;height:48px}.testimonials__card cite{font-size:.9rem;font-style:normal;font-weight:600;display:block}.testimonials__card footer span{color:var(--brown-60);font-size:.78rem}.testimonials__image{border-radius:var(--radius-md);overflow:hidden}.testimonials__image img{object-fit:cover;width:100%;height:100%}.testimonials__card--wide{grid-column:span 2}.testimonials__image--tall{grid-row:span 2}.testimonials__cta{text-align:center;margin-top:2.5rem}@media (width<=1024px){.testimonials__grid{grid-template-columns:1fr 1fr}.testimonials__card--wide{grid-column:span 2}.testimonials__image--tall{grid-row:span 1}}@media (width<=600px){.testimonials__grid{grid-template-columns:1fr}.testimonials__card--wide{grid-column:span 1}}.features__grid{grid-template-columns:repeat(3,1fr);gap:1.25rem;display:grid}.features__card{background:var(--cream);border-radius:var(--radius-md);padding:2rem 1.75rem;transition:transform .3s,box-shadow .3s}.features__card:hover{box-shadow:var(--shadow-md);transform:translateY(-4px)}.features__card--wide{grid-column:span 1}.features__number{letter-spacing:.12em;color:var(--accent);margin-bottom:1rem;font-size:.75rem;font-weight:700;display:block}.features__card h3{font-family:var(--serif);margin-bottom:.5rem;font-size:1.35rem;font-weight:600}.features__card p{color:var(--brown-60);font-size:.9rem;line-height:1.55}@media (width<=900px){.features__grid{grid-template-columns:1fr 1fr}}@media (width<=540px){.features__grid{grid-template-columns:1fr}}.promo__grid{grid-template-columns:1fr 1fr;gap:1.25rem;display:grid}.promo__image{border-radius:var(--radius-md);aspect-ratio:1;overflow:hidden}.promo__image img{object-fit:cover;width:100%;height:100%;transition:transform .5s}.promo__image:hover img{transform:scale(1.04)}.promo__card{background:var(--white);border-radius:var(--radius-md);box-shadow:var(--shadow-sm);flex-direction:column;justify-content:center;align-items:flex-start;gap:1.25rem;padding:2.5rem;display:flex}.promo__card--accent{background:var(--brown);color:var(--cream)}.promo__card h3{font-family:var(--serif);font-size:clamp(1.75rem,3vw,2.25rem);font-weight:600;line-height:1.15}.promo__card p{color:#fef1deb3;font-size:.95rem}@media (width<=768px){.promo__grid{grid-template-columns:1fr}}.gallery__grid{grid-template-columns:repeat(3,1fr);gap:1rem;display:grid}.gallery__item{border-radius:var(--radius-md);overflow:hidden}.gallery__item img{object-fit:cover;width:100%;height:100%;transition:transform .5s}.gallery__item:hover img{transform:scale(1.05)}.gallery__item--wide{grid-column:span 2}@media (width<=768px){.gallery__grid{grid-template-columns:1fr 1fr}.gallery__item--wide{grid-column:span 2}}@media (width<=480px){.gallery__grid{grid-template-columns:1fr}.gallery__item--wide{grid-column:span 1}}.team__grid{grid-template-columns:repeat(3,1fr);gap:1.5rem;display:grid}.team__card{background:var(--white);border-radius:var(--radius-md);box-shadow:var(--shadow-sm);transition:transform .3s,box-shadow .3s;overflow:hidden}.team__card:hover{box-shadow:var(--shadow-md);transform:translateY(-6px)}.team__photo{aspect-ratio:9/11;overflow:hidden}.team__photo img{object-fit:cover;width:100%;height:100%;transition:transform .5s}.team__card:hover .team__photo img{transform:scale(1.04)}.team__info{text-align:center;padding:1.25rem 1.5rem}.team__info h3{font-family:var(--serif);margin-bottom:.25rem;font-size:1.3rem;font-weight:600}.team__info p{color:var(--accent);font-size:.85rem;font-weight:500}@media (width<=768px){.team__grid{grid-template-columns:1fr;max-width:360px;margin-inline:auto}}.faq{max-width:720px}.faq__list{flex-direction:column;gap:.75rem;display:flex}.faq__item{background:var(--cream);border-radius:var(--radius-sm);transition:box-shadow .25s;overflow:hidden}.faq__item--open{box-shadow:var(--shadow-sm)}.faq__question{text-align:left;width:100%;color:var(--brown);justify-content:space-between;align-items:center;gap:1rem;padding:1.25rem 1.5rem;font-size:1rem;font-weight:600;transition:color .2s;display:flex}.faq__question:hover{color:var(--accent)}.faq__icon{width:28px;height:28px;color:var(--accent);border:1.5px solid var(--brown-20);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;font-size:1.25rem;font-weight:400;display:flex}.faq__answer{padding:0 1.5rem 1.25rem}.faq__answer p{color:var(--brown-60);font-size:.92rem;line-height:1.65}.reservation__inner{grid-template-columns:1fr 1.2fr;align-items:start;gap:clamp(2.5rem,5vw,4rem);display:grid}.reservation__intro .section-subtitle{margin-top:.75rem}.reservation__form{background:var(--white);border-radius:var(--radius-md);box-shadow:var(--shadow-md);flex-direction:column;gap:1.25rem;padding:2rem;display:flex}.reservation__row{grid-template-columns:1fr 1fr;gap:1.25rem;display:grid}.reservation__form label{flex-direction:column;gap:.4rem;display:flex}.reservation__form label span{letter-spacing:.03em;color:var(--brown-60);font-size:.82rem;font-weight:600}.reservation__form input,.reservation__form textarea{border:1.5px solid var(--brown-20);border-radius:var(--radius-sm);background:var(--cream);color:var(--brown);padding:.85rem 1rem;font-family:inherit;font-size:.95rem;transition:border-color .2s,box-shadow .2s}.reservation__form input:focus,.reservation__form textarea:focus{border-color:var(--accent);box-shadow:0 0 0 3px var(--accent-15);outline:none}.reservation__form textarea{resize:vertical;min-height:100px}.reservation__form .btn{align-self:flex-start;margin-top:.5rem}.reservation__success{text-align:center;padding:2rem 1rem}.reservation__success-icon{background:var(--accent-15);width:56px;height:56px;color:var(--accent);border-radius:50%;justify-content:center;align-items:center;margin-bottom:1rem;font-size:1.5rem;font-weight:700;display:inline-flex}.reservation__success p{font-family:var(--serif);color:var(--brown);font-size:1.25rem}@media (width<=768px){.reservation__inner,.reservation__row{grid-template-columns:1fr}}.location__inner{grid-template-columns:1fr 1fr;align-items:start;gap:clamp(2.5rem,5vw,4rem);display:grid}.location__phone{font-family:var(--serif);color:var(--cream);margin:1.5rem 0 1rem;font-size:clamp(2rem,4vw,2.75rem);font-weight:600;transition:color .2s;display:block}.location__phone:hover{color:var(--accent)}.location__address{color:#fef1debf;margin-bottom:.5rem;font-size:1.05rem}.location__email{color:var(--accent);margin-bottom:1.75rem;font-size:.95rem;transition:opacity .2s;display:block}.location__email:hover{opacity:.8}.location__decor{gap:.75rem;margin-top:2rem;display:flex}.location__decor img{object-fit:cover;border:2px solid #fef1de33;border-radius:50%;width:64px;height:64px}.location__hours h3{font-family:var(--serif);color:var(--cream);margin-bottom:1.25rem;font-size:1.5rem;font-weight:600}.location__hours ul{margin-bottom:2rem}.location__hours li{color:#fef1decc;border-bottom:1px solid #fef1de1a;justify-content:space-between;padding:.75rem 0;font-size:.95rem;display:flex}.location__hours li span:last-child{color:var(--accent);font-weight:500}.location__map{border-radius:var(--radius-md);border:3px solid var(--cream);background:var(--cream);position:relative;overflow:hidden;box-shadow:0 8px 32px #00000040,inset 0 0 0 1px #9e663733}.location__map:after{content:"";pointer-events:none;border-radius:inherit;position:absolute;inset:0;box-shadow:inset 0 0 40px #6c2b0114}.location__map iframe{filter:sepia(.2)saturate(.75)hue-rotate(350deg)brightness(.92)contrast(1.05);border:0;width:100%;height:clamp(260px,32vw,360px);display:block}@media (width<=768px){.location__inner{grid-template-columns:1fr}}.footer{background:var(--brown);color:var(--cream);padding-top:clamp(4rem,8vw,6rem);position:relative;overflow:hidden}.footer__brand-text{font-family:var(--serif);color:#fef1de0d;white-space:nowrap;pointer-events:none;-webkit-user-select:none;user-select:none;letter-spacing:-.03em;font-size:clamp(6rem,18vw,14rem);font-weight:700;position:absolute;bottom:-.15em;left:50%;transform:translate(-50%)}.footer__inner{z-index:1;grid-template-columns:1.2fr 1fr 1.2fr 1fr;gap:2.5rem;padding-bottom:3rem;display:grid;position:relative}.footer__logo{object-fit:contain;object-position:left center;width:auto;max-width:min(220px,100%);height:52px;margin-bottom:1rem;display:block}.footer__tagline{font-family:var(--serif);color:#fef1ded9;max-width:240px;margin-bottom:.5rem;font-size:1.15rem;font-style:italic}.footer__domains{color:var(--accent);font-size:.82rem;font-weight:500}.footer__col h4{letter-spacing:.12em;text-transform:uppercase;color:var(--accent);margin-bottom:1rem;font-size:.78rem;font-weight:700}.footer__col p,.footer__col a{color:#fef1deb3;font-size:.88rem;line-height:1.7;display:block}.footer__col a:hover{color:var(--cream)}.footer__social{gap:.75rem;margin-top:1rem;display:flex}.footer__social a{width:36px;height:36px;color:var(--cream);border:1.5px solid #fef1de33;border-radius:50%;justify-content:center;align-items:center;transition:border-color .2s,background .2s;display:flex}.footer__social a:hover{border-color:var(--accent);background:#9e663733}.footer__social svg{width:16px;height:16px}.footer__col ul li{color:#fef1deb3;justify-content:space-between;gap:1rem;padding:.35rem 0;font-size:.85rem;display:flex}.footer__col ul li span:last-child{color:var(--accent);white-space:nowrap;font-weight:500}.footer__bottom{z-index:1;border-top:1px solid #fef1de1a;padding:1.25rem 0 2rem;position:relative}.footer__bottom p{color:#fef1de73;text-align:center;font-size:.8rem}@media (width<=900px){.footer__inner{grid-template-columns:1fr 1fr}}@media (width<=540px){.footer__inner{text-align:center;grid-template-columns:1fr}.footer__tagline{margin-inline:auto}.footer__logo{object-position:center;margin-inline:auto}.footer__social{justify-content:center}}
