/* ===== Reset & Base ===== */
*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}
html{scroll-behavior:smooth;-webkit-text-size-adjust:100%}
body{font-family:'Inter',-apple-system,BlinkMacSystemFont,sans-serif;background:#F4E5C3;color:#5D4037;line-height:1.65;font-size:16px;overflow-x:hidden}
h1,h2,h3,h4,h5,h6{font-family:'Poppins',sans-serif;font-weight:600;color:#5D4037;line-height:1.25;margin-bottom:.6em}
p{margin-bottom:1em}
a{color:#CD5C5C;text-decoration:none;transition:color .25s ease}
a:hover{color:#a94747}
img{max-width:100%;height:auto;display:block}
ul,ol{margin-bottom:1em;padding-left:1.2em}
li{margin-bottom:.4em}
section{position:relative}

/* ===== Top Contact Bar ===== */
.topbar{background:#5D4037;color:#F4E5C3;padding:.55rem 0;font-size:.85rem}
.topbar-inner{max-width:1280px;margin:0 auto;padding:0 1.5rem;display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:.5rem}
.topbar a{color:#F4E5C3}
.topbar a:hover{color:#CD5C5C}
.topbar-info{display:flex;gap:1.5rem;flex-wrap:wrap}
.topbar-info span{display:inline-flex;align-items:center;gap:.4rem}

/* ===== Header & Navigation ===== */
.site-header{position:sticky;top:0;z-index:1000;background:rgba(244,229,195,.96);backdrop-filter:blur(10px);border-bottom:1px solid rgba(93,64,55,.12);box-shadow:0 2px 20px rgba(93,64,55,.06)}
.nav-inner{max-width:1280px;margin:0 auto;padding:.85rem 1.5rem;display:flex;align-items:center;justify-content:space-between;gap:1.5rem}
.logo{font-family:'Poppins',sans-serif;font-weight:700;font-size:1.45rem;color:#5D4037;letter-spacing:-.02em;line-height:1.1}
.logo .accent{color:#CD5C5C}
.logo .tag{display:block;font-size:.65rem;font-weight:400;letter-spacing:.15em;text-transform:uppercase;color:rgba(93,64,55,.6);margin-top:.1rem}
.nav-toggle{display:none;flex-direction:column;gap:5px;background:none;border:0;cursor:pointer;padding:.4rem}
.nav-toggle span{width:26px;height:2.5px;background:#5D4037;border-radius:2px;transition:transform .3s,opacity .3s}
.nav-toggle[aria-expanded="true"] span:nth-child(1){transform:translateY(7px) rotate(45deg)}
.nav-toggle[aria-expanded="true"] span:nth-child(2){opacity:0}
.nav-toggle[aria-expanded="true"] span:nth-child(3){transform:translateY(-7px) rotate(-45deg)}
.nav-list{list-style:none;display:flex;gap:.35rem;align-items:center;padding:0;margin:0}
.nav-list a{display:block;padding:.6rem 1rem;border-radius:50px;font-weight:500;font-size:.95rem;color:#5D4037;transition:background .25s,color .25s}
.nav-list a:hover{background:rgba(205,92,92,.12);color:#CD5C5C}
.nav-list a.active,.nav-list a[aria-current="page"]{background:#CD5C5C;color:#fff}
.nav-cta{margin-left:.5rem}
.nav-cta .btn{padding:.55rem 1.4rem;font-size:.9rem}

/* ===== Buttons ===== */
.btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:.8rem 2rem;border-radius:50px;background:#CD5C5C;color:#fff;font-family:'Poppins',sans-serif;font-weight:500;font-size:1rem;border:2px solid #CD5C5C;cursor:pointer;transition:transform .25s ease,box-shadow .25s ease,background .25s ease}
.btn:hover{transform:translateY(-2px) scale(1.03);box-shadow:0 10px 28px rgba(205,92,92,.4);background:#b84a4a}
.btn:active{transform:translateY(0) scale(1)}
.btn-outline{background:transparent;color:#CD5C5C}
.btn-outline:hover{background:#CD5C5C;color:#fff}
.btn-light{background:#fff;color:#5D4037;border-color:#fff}
.btn-light:hover{background:#F4E5C3;color:#5D4037;border-color:#F4E5C3}
.btn-lg{padding:1rem 2.6rem;font-size:1.1rem}

/* ===== Hero ===== */
.hero{position:relative;min-height:100vh;display:flex;align-items:center;justify-content:center;text-align:center;padding:6rem 1.5rem 4rem;overflow:hidden}
.hero-bg{position:absolute;inset:0;z-index:0}
.hero-bg img{width:100%;height:100%;object-fit:cover}
.hero-overlay{position:absolute;inset:0;background:linear-gradient(180deg,rgba(93,64,55,.55) 0%,rgba(93,64,55,.65) 100%);z-index:1}
.hero-content{position:relative;z-index:2;max-width:820px;color:#fff}
.hero-content h1{font-size:clamp(2.4rem,6vw,4.2rem);color:#fff;text-shadow:0 2px 20px rgba(0,0,0,.3);margin-bottom:1rem}
.hero-content p{font-size:clamp(1rem,2.2vw,1.3rem);margin-bottom:2rem;opacity:.95}
.hero-content .btn{font-size:1.1rem;padding:1rem 2.6rem}
.hero-scroll{position:absolute;bottom:2rem;left:50%;transform:translateX(-50%);z-index:2;color:#fff;font-size:.8rem;letter-spacing:.15em;text-transform:uppercase;opacity:.8}
.hero-scroll::after{content:'';display:block;width:1px;height:40px;background:#fff;margin:.8rem auto 0;animation:scrollLine 2s ease-in-out infinite}
@keyframes scrollLine{0%,100%{transform:scaleY(.4);transform-origin:top}50%{transform:scaleY(1);transform-origin:top}}

/* ===== Section Dividers ===== */
.divider{display:flex;align-items:center;justify-content:center;gap:1rem;padding:2.5rem 0;color:#CD5C5C}
.divider::before,.divider::after{content:'';height:1px;background:linear-gradient(90deg,transparent,rgba(205,92,92,.4),transparent);flex:1;max-width:220px}
.divider-dot{width:8px;height:8px;border-radius:50%;background:#CD5C5C}
.divider-icon{font-size:1.2rem}

/* ===== Generic Content Sections ===== */
.section{padding:5rem 1.5rem}
.section-alt{background:rgba(93,64,55,.04)}
.section-dark{background:#5D4037;color:#F4E5C3}
.section-dark h2,.section-dark h3{color:#F4E5C3}
.section-dark p{color:rgba(244,229,195,.85)}
.container{max-width:1280px;margin:0 auto}
.container-narrow{max-width:840px;margin:0 auto}
.section-header{text-align:center;margin-bottom:3rem}
.section-header h2{font-size:clamp(1.8rem,4vw,2.8rem);margin-bottom:.6rem}
.section-header p{font-size:1.1rem;color:rgba(93,64,55,.7);max-width:640px;margin:0 auto}
.section-dark .section-header p{color:rgba(244,229,195,.7)}

/* Two-column layouts */
.split{display:grid;grid-template-columns:1fr 1fr;gap:3rem;align-items:center}
.split-img img{width:100%;height:100%;min-height:320px;object-fit:cover;border-radius:18px;box-shadow:0 14px 40px rgba(93,64,55,.18)}
.split-text h2{font-size:clamp(1.6rem,3.5vw,2.4rem)}
.split-text p{color:rgba(93,64,55,.8)}
.split-text .btn{margin-top:1rem}

/* ===== Cards Grid ===== */
.cards-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem;margin-top:1rem}
.card{background:#fff;border-radius:18px;overflow:hidden;box-shadow:0 4px 20px rgba(93,64,55,.08);transition:transform .35s ease,box-shadow .35s ease;display:flex;flex-direction:column}
.card:hover{transform:translateY(-8px);box-shadow:0 18px 44px rgba(93,64,55,.18)}
.card-img{aspect-ratio:16/10;overflow:hidden}
.card-img img{width:100%;height:100%;object-fit:cover;transition:transform .5s ease}
.card:hover .card-img img{transform:scale(1.06)}
.card-body{padding:1.8rem;flex:1;display:flex;flex-direction:column}
.card-body h3{font-size:1.3rem;margin-bottom:.6rem}
.card-body p{color:rgba(93,64,55,.78);flex:1}
.card-body .btn{margin-top:1.2rem;align-self:flex-start;padding:.6rem 1.5rem;font-size:.9rem}
.card-icon{width:56px;height:56px;border-radius:14px;background:rgba(205,92,92,.12);color:#CD5C5C;display:flex;align-items:center;justify-content:center;font-size:1.5rem;margin-bottom:1rem}

/* Feature list */
.feature-list{list-style:none;padding:0;display:grid;gap:1rem;margin-top:1.5rem}
.feature-list li{display:flex;align-items:flex-start;gap:.8rem;padding-left:0}
.feature-list li::before{content:'';flex-shrink:0;width:24px;height:24px;border-radius:50%;background:#CD5C5C;margin-top:.2rem;background-image:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='white'><path d='M9 16.17L4.83 12l-1.42 1.41L9 19 21 7l-1.41-1.41z'/></svg>");background-size:14px;background-repeat:no-repeat;background-position:center}

/* ===== Stats ===== */
.stats{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:2rem;text-align:center}
.stat h3{font-size:2.6rem;color:#CD5C5C;margin-bottom:.2rem}
.stat p{font-size:.95rem;letter-spacing:.05em}

/* ===== Contact Block ===== */
.contact-grid{display:grid;grid-template-columns:1fr 1fr;gap:3rem;align-items:start}
.contact-info address{font-style:normal;font-size:1.05rem;line-height:2;color:#5D4037;background:#fff;padding:2rem;border-radius:18px;box-shadow:0 4px 20px rgba(93,64,55,.08)}
.contact-info address strong{display:block;font-family:'Poppins',sans-serif;font-size:1.2rem;margin-bottom:.6rem;color:#CD5C5C}
.contact-info address a{color:#5D4037;border-bottom:1px dotted rgba(93,64,55,.3)}
.contact-info address a:hover{color:#CD5C5C}
.contact-meta{margin-top:1.5rem;display:grid;gap:1rem}
.contact-meta-item{display:flex;gap:1rem;align-items:flex-start}
.contact-meta-item .icon{width:44px;height:44px;border-radius:50%;background:rgba(205,92,92,.12);color:#CD5C5C;display:flex;align-items:center;justify-content:center;flex-shrink:0;font-size:1.1rem}
.contact-form{background:#fff;padding:2.2rem;border-radius:18px;box-shadow:0 4px 20px rgba(93,64,55,.08)}
.form-group{margin-bottom:1.2rem}
.form-group label{display:block;font-weight:500;margin-bottom:.4rem;font-size:.9rem}
.form-group input,.form-group textarea,.form-group select{width:100%;padding:.8rem 1rem;border:1.5px solid rgba(93,64,55,.2);border-radius:10px;font-family:'Inter',sans-serif;font-size:1rem;color:#5D4037;background:#F4E5C3;transition:border-color .25s,box-shadow .25s}
.form-group input:focus,.form-group textarea:focus,.form-group select:focus{outline:none;border-color:#CD5C5C;box-shadow:0 0 0 3px rgba(205,92,92,.15)}
.form-group textarea{min-height:140px;resize:vertical}
.map-embed{margin-top:2rem;border-radius:18px;overflow:hidden;box-shadow:0 4px 20px rgba(93,64,55,.08)}
.map-embed iframe{width:100%;height:360px;border:0;display:block;filter:sepia(.2) saturate(1.1)}

/* ===== Footer ===== */
.site-footer{background:#5D4037;color:rgba(244,229,195,.85);padding:4rem 1.5rem 1.5rem}
.footer-inner{max-width:1280px;margin:0 auto;display:grid;grid-template-columns:1.5fr 1fr 1fr 1fr;gap:2.5rem}
.footer-brand .logo{color:#F4E5C3;margin-bottom:1rem}
.footer-brand .logo .accent{color:#CD5C5C}
.footer-brand p{color:rgba(244,229,195,.7);font-size:.95rem;max-width:300px}
.footer-col h4{color:#F4E5C3;font-size:1.05rem;margin-bottom:1rem;font-family:'Poppins',sans-serif}
.footer-col ul{list-style:none;padding:0;margin:0}
.footer-col li{margin-bottom:.6rem}
.footer-col a{color:rgba(244,229,195,.75);font-size:.92rem}
.footer-col a:hover{color:#CD5C5C}
.footer-social{display:flex;gap:.8rem;margin-top:1rem}
.footer-social a{width:38px;height:38px;border-radius:50%;background:rgba(244,229,195,.1);display:flex;align-items:center;justify-content:center;color:#F4E5C3;font-size:.9rem;transition:background .25s,transform .25s}
.footer-social a:hover{background:#CD5C5C;transform:translateY(-3px)}
.footer-bottom{max-width:1280px;margin:2.5rem auto 0;padding-top:1.5rem;border-top:1px solid