*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}
html{scroll-behavior:smooth;-webkit-text-size-adjust:100%}
body{font-family:'Jost',sans-serif;background-color:#FFF8F0;color:#3E2723;line-height:1.7;font-size:1.05rem;overflow-x:hidden}
h1,h2,h3,h4,h5,h6{font-family:'DM Serif Display',serif;font-weight:400;line-height:1.2;color:#3E2723}
h1{font-size:clamp(2.8rem,6vw,4.5rem)}
h2{font-size:clamp(2rem,4.5vw,3.2rem)}
h3{font-size:clamp(1.5rem,3vw,2rem)}
p{margin-bottom:1.2rem;max-width:65ch}
a{color:#C67A5C;text-decoration:none;transition:color 0.3s ease}
a:hover{color:#3E2723}
img{max-width:100%;height:auto;display:block}
ul,ol{margin-bottom:1.2rem;padding-left:1.5rem}
.header{position:fixed;top:0;left:0;width:100%;z-index:1000;background-color:#FFF8F0;box-shadow:0 2px 10px rgba(62,39,35,0.08);transition:background-color 0.3s ease}
.header__inner{display:flex;align-items:center;justify-content:space-between;padding:1.2rem clamp(1.2rem,5vw,3rem);max-width:1400px;margin:0 auto}
.logo{font-family:'DM Serif Display',serif;font-size:1.6rem;color:#3E2723;line-height:1}
.logo span{display:block;font-family:'Jost',sans-serif;font-size:0.7rem;letter-spacing:0.3em;text-transform:uppercase;color:#C67A5C;margin-top:0.2rem}
.nav-toggle{background:none;border:2px solid #3E2723;width:48px;height:48px;cursor:pointer;display:flex;flex-direction:column;justify-content:center;align-items:center;gap:6px;border-radius:0;transition:all 0.3s ease;z-index:1001}
.nav-toggle span{display:block;width:24px;height:2px;background-color:#3E2723;transition:transform 0.3s ease,opacity 0.3s ease}
.nav-toggle:hover{background-color:#3E2723}
.nav-toggle:hover span{background-color:#FFF8F0}
.nav-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background-color:#C67A5C;z-index:999;display:flex;flex-direction:column;justify-content:center;align-items:center;opacity:0;visibility:hidden;transition:opacity 0.4s ease,visibility 0.4s ease}
.nav-overlay--open{opacity:1;visibility:visible}
.nav-overlay__list{list-style:none;padding:0;text-align:center}
.nav-overlay__link{font-family:'DM Serif Display',serif;font-size:clamp(1.8rem,5vw,3rem);color:#FFF8F0;display:inline-block;padding:0.5rem 1.5rem;border-bottom:3px solid transparent;transition:border-color 0.3s ease,color 0.3s ease,transform 0.3s ease}
.nav-overlay__link:hover{color:#3E2723;border-bottom-color:#3E2723;transform:translateY(-4px)}
.nav-overlay__link.active,.nav-overlay__link[aria-current="page"]{color:#3E2723;border-bottom-color:#3E2723}
.hero{min-height:100vh;display:flex;align-items:center;justify-content:center;text-align:center;padding:6rem 1.5rem;background:linear-gradient(160deg,#FFF8F0 0%,#C67A5C 100%)}
.hero__content{max-width:900px}
.hero__subtitle{font-size:clamp(1rem,2vw,1.3rem);text-transform:uppercase;letter-spacing:0.25em;color:#3E2723;margin-bottom:1.5rem;font-weight:300}
.hero__title{color:#3E2723;margin-bottom:1.5rem}
.hero__text{font-size:1.25rem;color:#3E2723;margin-bottom:2.5rem;opacity:0.85}
.section{padding:clamp(3rem,8vw,6rem) clamp(1.2rem,5vw,3rem)}
.section--alt{background-color:#3E2723;color:#FFF8F0}
.section--alt h1,.section--alt h2,.section--alt h3{color:#FFF8F0}
.section--alt p{color:#FFF8F0;opacity:0.85}
.section--terra{background-color:#C67A5C;color:#FFF8F0}
.section--terra h1,.section--terra h2,.section--terra h3{color:#FFF8F0}
.container{max-width:1200px;margin:0 auto}
.section__header{text-align:center;margin-bottom:3.5rem}
.section__header h2{margin-bottom:0.8rem}
.section__header p{margin:0 auto;max-width:600px}
.btn{display:inline-block;font-family:'Jost',sans-serif;font-size:1rem;font-weight:600;text-transform:uppercase;letter-spacing:0.15em;padding:1rem 2.5rem;border:3px solid #3E2723;background-color:#3E2723;color:#FFF8F0;cursor:pointer;border-radius:0;transition:transform 0.3s ease,box-shadow 0.3s ease,background-color 0.3s ease,color 0.3s ease}
.btn:hover{transform:scale(1.05);box-shadow:0 10px 25px rgba(62,39,35,0.3);background-color:transparent;color:#3E2723}
.btn--outline{background-color:transparent;color:#3E2723}
.btn--outline:hover{background-color:#3E2723;color:#FFF8F0}
.btn--light{border-color:#FFF8F0;background-color:#FFF8F0;color:#3E2723}
.btn--light:hover{background-color:transparent;color:#FFF8F0}
.btn--terra{border-color:#C67A5C;background-color:#C67A5C;color:#FFF8F0}
.btn--terra:hover{background-color:transparent;color:#3E2723;border-color:#3E2723}
.cards{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem}
.card{background-color:#FFF8F0;border:1px solid rgba(62,39,35,0.15);border-radius:24px;overflow:hidden;transition:transform 0.4s ease,box-shadow 0.4s ease;display:flex;flex-direction:column}
.section--alt .card{background-color:#4E3530;border-color:rgba(255,248,240,0.1)}
.card:hover{transform:translateY(-10px);box-shadow:0 20px 40px rgba(62,39,35,0.2)}
.card__image{width:100%;height:220px;object-fit:cover}
.card__body{padding:2rem;flex:1;display:flex;flex-direction:column}
.card__title{margin-bottom:0.8rem;color:#3E2723}
.section--alt .card__title{color:#FFF8F0}
.card__text{margin-bottom:1.5rem;flex:1;font-size:0.95rem}
.card__link{font-weight:600;text-transform:uppercase;letter-spacing:0.1em;font-size:0.85rem;color:#C67A5C;border-bottom:2px solid #C67A5C;padding-bottom:3px;transition:color 0.3s ease,border-color 0.3s ease;align-self:flex-start}
.card__link:hover{color:#3E2723;border-bottom-color:#3E2723}
.section--alt .card__link{color:#C67A5C}
.section--alt .card__link:hover{color:#FFF8F0;border-bottom-color:#FFF8F0}
.split{display:grid;grid-template-columns:1fr 1fr;gap:clamp(2rem,5vw,4rem);align-items:center}
.split__image{width:100%;height:100%;min-height:350px;object-fit:cover;border-radius:24px}
.split__content p:last-child{margin-bottom:0}
.contact-block{background-color:#FFF8F0;border-radius:24px;padding:clamp(2rem,5vw,3.5rem);box-shadow:0 15px 40px rgba(62,39,35,0.1)}
.contact-block address{font-style:normal;font-size:1.15rem;line-height:2.2;color:#3E2723}
.contact-block address strong{font-weight:600;color:#C67A5C}
.contact-block address a{color:#3E2723;border-bottom:1px solid transparent;transition:border-color 0.3s ease}
.contact-block address a:hover{border-bottom-color:#3E2723}
.footer{background-color:#3E2723;color:#FFF8F0;padding:4rem clamp(1.2rem,5vw,3rem) 2rem}
.footer__inner{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:2fr 1fr 1fr;gap:3rem;padding-bottom:3rem;border-bottom:1px solid rgba(255,248,240,0.15)}
.footer__brand h3{color:#FFF8F0;margin-bottom:1rem}
.footer__brand p{color:#FFF8F0;opacity:0.7;font-size:0.95rem;max-width:35ch}
.footer__col h4{color:#C67A5C;font-family:'Jost',sans-serif;font-size:0.85rem;text-transform:uppercase;letter-spacing:0.2rem;margin-bottom:1.2rem;font-weight:600}
.footer__col ul{list-style:none;padding:0}
.footer__col ul li{margin-bottom:0.8rem}
.footer__col ul li a{color:#FFF8F0;opacity:0.7;font-size:0.95rem;transition:opacity 0.3s ease,color 0.3s ease}
.footer__col ul li a:hover{opacity:1;color:#C67A5C}
.footer__bottom{text-align:center;padding-top:2rem;font-size:0.85rem;opacity:0.5}
.reveal{opacity:0;transform:translateY(40px);transition:opacity 0.8s ease,transform 0.8s ease}
.reveal--visible{opacity:1;transform:translateY(0)}
.reveal--left{transform:translateX(-40px)}
.reveal--right{transform:translateX(40px)}
.reveal--left.reveal--visible,.reveal--right.reveal--visible{transform:translateX(0)}
@media (max-width:900px){.footer__inner{grid-template-columns:1fr 1fr}.footer__brand{grid-column:1/-1}.split{grid-template-columns:1fr}}
@media (max-width:600px){.footer__inner{grid-template-columns:1fr;text-align:center}.footer__brand p{margin:0 auto 1rem}.footer__col ul li a{display:inline-block;padding:0.3rem 0}.hero__subtitle{letter-spacing:0.15em}.btn{padding:0.9rem 1.8rem;font-size:0.85rem}}