*,*:before,*:after{box-sizing:border-box}html{scroll-behavior:smooth;height:100%}body{margin:0;min-height:100%;font-family:Lato,Segoe UI,sans-serif;font-size:1rem;line-height:1.65;color:#33281d;background-color:#f7f2ea;-webkit-font-smoothing:antialiased}app-root{display:flex;flex-direction:column;min-height:100vh}main{flex:1 0 auto}h1,h2,h3,h4{font-family:Playfair Display,Georgia,Times New Roman,serif;color:#4a3626;line-height:1.2;margin:0 0 1rem;font-weight:600}h1{font-size:clamp(2rem,5vw,2.75rem)}h2{font-size:clamp(1.5rem,4vw,2.1rem)}h3{font-size:1.3rem}p{margin:0 0 1rem}a{color:#7a5c3e}img{max-width:100%;display:block;width:100%;aspect-ratio:4/3;object-fit:cover;object-position:center;border-radius:12px;box-shadow:0 4px 16px #33281d14;animation:image-fade-in .6s ease-out}@keyframes image-fade-in{0%{opacity:0;transform:scale(1.03)}to{opacity:1;transform:scale(1)}}ul{padding-left:1.25rem}.container{width:100%;max-width:1140px;margin-inline:auto;padding-inline:1rem}@media (min-width: 768px){.container{padding-inline:1.5rem}}.section{padding-block:2.5rem}@media (min-width: 768px){.section{padding-block:4rem}}.section--alt{background-color:#efe6d8}.eyebrow{display:inline-block;font-family:Lato,Segoe UI,sans-serif;font-weight:700;font-size:.8rem;letter-spacing:.12em;text-transform:uppercase;color:#4b5843;margin-bottom:.5rem}.btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:.85rem 1.75rem;border-radius:4px;font-family:Lato,Segoe UI,sans-serif;font-weight:700;font-size:.95rem;letter-spacing:.02em;text-decoration:none;cursor:pointer;border:1px solid transparent;transition:background-color .2s ease,color .2s ease,border-color .2s ease}.btn--primary{background-color:#7a5c3e;color:#fff}.btn--primary:hover{background-color:#4a3626}.btn--secondary{background-color:transparent;color:#4a3626;border-color:#a9835f}.btn--secondary:hover{background-color:#efe6d8}.placeholder-note{font-size:.8rem;color:#6b5d4f;font-style:italic}
