.navbar{position:fixed;top:0;left:0;right:0;z-index:50;transition:background-color .3s ease,box-shadow .3s ease;background-color:transparent}.navbar--solid{background-color:var(--color-brand-dark);box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f}.navbar__container{display:flex;justify-content:space-between;align-items:center;height:5rem}.navbar__logo img{height:3.5rem;width:auto;border-radius:50%;aspect-ratio:1 / 1;object-fit:cover}.navbar__links{display:none;align-items:center;gap:2.5rem}@media(min-width:768px){.navbar__links{display:flex}}.navbar__link{font-family:var(--font-body);font-size:.875rem;letter-spacing:.1em;text-transform:uppercase;color:#fff;transition:color .3s ease}.navbar__link:hover,.navbar__link--active{color:var(--color-brand-gold)}.navbar__mobile-btn{display:flex;align-items:center;justify-content:center;padding:.5rem;border-radius:.375rem;color:#fff;background:transparent;border:none;cursor:pointer;transition:background-color .3s ease}@media(min-width:768px){.navbar__mobile-btn{display:none}}.navbar__mobile-btn:hover{background-color:#ffffff1a}.navbar__mobile-menu{display:block;padding-block:1rem;border-top:1px solid rgba(255,255,255,.1);background-color:var(--color-brand-dark)}@media(min-width:768px){.navbar__mobile-menu{display:none}}.navbar__mobile-link{display:block;padding:.75rem 1rem;font-family:var(--font-body);font-size:.875rem;letter-spacing:.1em;text-transform:uppercase;color:#fff;transition:color .3s ease}.navbar__mobile-link:hover,.navbar__mobile-link--active{color:var(--color-brand-gold)}.footer{background-color:var(--color-brand-darker);color:#fff;padding-block:4rem}.footer__grid{display:grid;grid-template-columns:1fr;gap:3rem;margin-bottom:3rem}@media(min-width:768px){.footer__grid{grid-template-columns:repeat(4,1fr)}}@media(min-width:768px){.footer__about{grid-column:span 2}}.footer__logo{height:3rem;width:auto;border-radius:50%;aspect-ratio:1 / 1;object-fit:cover;margin-bottom:1rem}.footer__desc{font-family:var(--font-body);color:#9ca3af;font-size:.875rem;line-height:1.625;max-width:28rem}.footer__heading{font-family:var(--font-body);font-size:.875rem;text-transform:uppercase;letter-spacing:.15em;margin-bottom:1rem;color:var(--color-brand-gold)}.footer__links{display:flex;flex-direction:column;gap:.5rem}.footer__link{font-family:var(--font-body);color:#9ca3af;font-size:.875rem;transition:color .3s ease}.footer__link:hover{color:#fff}.footer__text{font-family:var(--font-body);color:#9ca3af;font-size:.875rem;margin-bottom:.75rem;line-height:1.5}.footer__bottom{padding-top:2rem;border-top:1px solid rgba(255,255,255,.1);display:flex;flex-direction:column;justify-content:space-between;align-items:center;gap:1rem}@media(min-width:768px){.footer__bottom{flex-direction:row}}.footer__copyright{font-family:var(--font-body);color:#6b7280;font-size:.75rem}.footer__legal{display:flex;gap:1rem}.footer__legal-link{font-size:.75rem;color:#6b7280;transition:color .3s ease}.footer__legal-link:hover{color:#fff}.app-root{min-height:100vh;display:flex;flex-direction:column}.app-main{flex-grow:1}:root{--color-brand-dark: #2C1810;--color-brand-darker: #1A0F0A;--color-brand-gold: #D4A574;--color-brand-gold-dark: #C49563;--color-brand-warm: #8B7355;--color-text-muted: #6B7280;--font-serif: "Playfair Display", serif;--font-body: "Lora", serif;--container-max: 80rem;--container-wide: 72rem;--section-padding: 5rem 1rem}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{font-family:var(--font-body);color:var(--color-brand-dark)}body{min-height:100vh;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}img,picture,video,canvas,svg{display:block;max-width:100%}button,input,textarea,select{font:inherit}p,h1,h2,h3,h4,h5,h6{overflow-wrap:break-word}ul,ol{list-style:none}a{text-decoration:none;color:inherit}h1,h2,h3,h4,h5,h6{font-family:var(--font-serif);font-weight:300;color:var(--color-brand-dark)}.text-hero{font-size:3rem;line-height:1.2}@media(min-width:768px){.text-hero{font-size:4.5rem}}.text-title{font-size:2.25rem;line-height:1.2}@media(min-width:768px){.text-title{font-size:3rem}}.text-subtitle{font-size:1.5rem;line-height:1.4}.text-body{font-size:1rem;line-height:1.6}.text-body-large{font-size:1.125rem;line-height:1.7}.text-caption{font-size:.875rem;line-height:1.5;letter-spacing:.1em;text-transform:uppercase}.container{max-width:var(--container-max);margin-inline:auto;padding-inline:1rem}@media(min-width:640px){.container{padding-inline:1.5rem}}@media(min-width:1024px){.container{padding-inline:2rem}}.container-narrow{max-width:56rem;margin-inline:auto;padding-inline:1rem}.section{padding-block:5rem}@media(min-width:768px){.section{padding-block:6rem}}.grid-2{display:grid;grid-template-columns:1fr;gap:2rem}@media(min-width:768px){.grid-2{grid-template-columns:repeat(2,1fr);gap:3rem}}@media(min-width:1024px){.grid-2{gap:4rem}}.grid-3{display:grid;grid-template-columns:1fr;gap:2rem}@media(min-width:768px){.grid-3{grid-template-columns:repeat(3,1fr)}}.grid-4{display:grid;grid-template-columns:1fr;gap:2rem}@media(min-width:768px){.grid-4{grid-template-columns:repeat(2,1fr)}}@media(min-width:1024px){.grid-4{grid-template-columns:repeat(4,1fr)}}.flex-center{display:flex;align-items:center;justify-content:center}.flex-between{display:flex;align-items:center;justify-content:space-between}.text-center{text-align:center}.bg-brand-dark{background-color:var(--color-brand-dark);color:#fff}.bg-brand-darker{background-color:var(--color-brand-darker);color:#fff}.bg-light{background-color:#fafafa}.bg-white{background-color:#fff}.mb-2{margin-bottom:.5rem}.mb-4{margin-bottom:1rem}.mb-6{margin-bottom:1.5rem}.mb-8{margin-bottom:2rem}.mb-10{margin-bottom:2.5rem}.mb-12{margin-bottom:3rem}.mb-16{margin-bottom:4rem}.text-white{color:#fff}.opacity-90{opacity:.9}.opacity-95{opacity:.95}@keyframes fadeIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.animate-fade-in{animation:fadeIn .8s ease-out forwards}.transition-transform{transition:transform .7s ease}.hover-scale{display:block}.hover-scale:hover{transform:scale(1.1)}.transition-colors{transition:color .3s ease,background-color .3s ease,border-color .3s ease}:root{--background: #FEFDFB;--foreground: #3D2817;--card: #ffffff;--card-foreground: #3D2817;--popover: #ffffff;--popover-foreground: #3D2817;--primary: #5D4037;--primary-foreground: #FEFDFB;--secondary: #8D6E63;--secondary-foreground: #FEFDFB;--muted: #F5F1ED;--muted-foreground: #795548;--accent: #D7CCC8;--accent-foreground: #3D2817;--destructive: #d4183d;--destructive-foreground: #ffffff;--border: rgba(93, 64, 55, .15);--input: transparent;--input-background: #F5F1ED;--switch-background: #D7CCC8;--font-weight-medium: 500;--font-weight-normal: 400;--ring: #8D6E63;--radius: .625rem}
