*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}
html{scroll-behavior:smooth;-webkit-text-size-adjust:100%}
body{font-family:'Nunito',system-ui,-apple-system,Segoe UI,Roboto,sans-serif;background:#F4E5C3;color:#5D4037;line-height:1.7;font-size:17px;overflow-x:hidden}
img{max-width:100%;display:block;height:auto;object-fit:cover;border-radius:14px}
a{color:#CD5C5C;text-decoration:none;transition:color .25s ease}
a:hover{color:#5D4037}
h1,h2,h3,h4,h5,h6{font-family:'Raleway','Segoe UI',sans-serif;font-weight:600;line-height:1.2;letter-spacing:.01em;color:#5D4037}
h1{font-size:clamp(2rem,5vw,3.4rem)}
h2{font-size:clamp(1.6rem,3.5vw,2.4rem);margin-bottom:.6em}
h3{font-size:clamp(1.2rem,2.4vw,1.5rem);margin-bottom:.5em}
p{margin-bottom:1em}
ul,ol{margin:0 0 1em 1.2em}
li{margin-bottom:.35em}
.container{width:min(1180px,92%);margin-inline:auto}
section{position:relative;padding:90px 0}

/* ===== Top contact bar ===== */
.topbar{background:#5D4037;color:#F4E5C3;font-size:.85rem;padding:.45rem 0}
.topbar .container{display:flex;justify-content:space-between;align-items:center;gap:1rem;flex-wrap:wrap}
.topbar a{color:#F4E5C3}
.topbar a:hover{color:#CD5C5C}
.topbar .topbar-contact{display:flex;gap:1.4rem;flex-wrap:wrap}
.topbar .topbar-social{display:flex;gap:.9rem}
.topbar .topbar-social a{font-size:.9rem}

/* ===== Header / Nav ===== */
.site-header{position:sticky;top:0;z-index:900;background:rgba(244,229,195,.96);backdrop-filter:blur(10px);border-bottom:1px solid rgba(93,64,55,.14)}
.nav{display:flex;align-items:center;justify-content:space-between;gap:1.5rem;padding:.9rem 0}
.logo{font-family:'Raleway',sans-serif;font-weight:700;font-size:1.5rem;color:#5D4037;letter-spacing:.02em;display:flex;align-items:center;gap:.5rem}
.logo .logo-mark{display:inline-flex;align-items:center;justify-content:center;width:38px;height:38px;border-radius:50%;background:#CD5C5C;color:#F4E5C3;font-size:1.1rem;flex-shrink:0}
.logo span.accent{color:#CD5C5C}
.nav-links{display:flex;align-items:center;gap:.4rem;list-style:none;margin:0}
.nav-links a{display:inline-block;padding:.55rem 1rem;border-radius:999px;font-weight:700;font-family:'Raleway',sans-serif;font-size:.92rem;color:#5D4037;border:1.5px solid transparent;transition:all .25s ease}
.nav-links a:hover{background:rgba(205,92,92,.12);color:#CD5C5C}
.nav-links a.active,.nav-links a[aria-current="page"]{background:#CD5C5C;color:#F4E5C3;border-color:#CD5C5C}
.nav-toggle{display:none;background:none;border:1.5px solid #5D4037;border-radius:8px;padding:.4rem .6rem;cursor:pointer;color:#5D4037;font-size:1.2rem;line-height:1}

/* ===== Hero (angled bottom via clip-path) ===== */
.hero{position:relative;min-height:78vh;display:flex;align-items:center;color:#F4E5C3;padding:120px 0 140px;background:linear-gradient(120deg,rgba(93,64,55,.78),rgba(205,92,92,.55)),url('https://images.unsplash.com/photo-1500630417200-63156e226754?auto=format&fit=crop&w=1600&q=70') center/cover no-repeat;clip-path:polygon(0 0,100% 0,100% 88%,0 100%)}
.hero .hero-inner{max-width:680px}
.hero h1{color:#F4E5C3;margin-bottom:.5em;font-weight:600}
.hero p{font-size:1.15rem;color:rgba(244,229,195,.92);margin-bottom:1.6em;max-width:560px}
.hero .hero-cta{display:flex;gap:1rem;flex-wrap:wrap}

/* ===== Buttons (ghost/outline, fill on hover) ===== */
.btn{display:inline-block;padding:.85rem 1.9rem;border-radius:999px;font-family:'Raleway',sans-serif;font-weight:700;font-size:.95rem;letter-spacing:.03em;text-align:center;cursor:pointer;border:2px solid #CD5C5C;background:transparent;color:#CD5C5C;transition:transform .25s ease,box-shadow .25s ease,background .25s ease,color .25s ease;will-change:transform}
.btn:hover{background:#CD5C5C;color:#F4E5C3;transform:translateY(-2px) scale(1.03);box-shadow:0 10px 24px rgba(205,92,92,.35)}
.btn:active{transform:translateY(0) scale(.99)}
.btn-light{border-color:#F4E5C3;color:#F4E5C3}
.btn-light:hover{background:#F4E5C3;color:#5D4037;box-shadow:0 10px 24px rgba(244,229,195,.4)}
.btn-solid{background:#CD5C5C;color:#F4E5C3}
.btn-solid:hover{background:#5D4037;border-color:#5D4037;color:#F4E5C3}

/* ===== Section dividers (SVG wave) ===== */
.wave-divider{display:block;width:100%;height:70px;line-height:0}
.wave-divider svg{display:block;width:100%;height:100%}
.section-alt{background:#EAD9B0}
.section-dark{background:#5D4037;color:#F4E5C3}
.section-dark h2,.section-dark h3,.section-dark .logo{color:#F4E5C3}
.section-dark a{color:#F4E5C3}
.section-dark .btn{border-color:#F4E5C3;color:#F4E5C3}
.section-dark .btn:hover{background:#F4E5C3;color:#5D4037}

/* ===== Generic content layout ===== */
.split{display:grid;grid-template-columns:1fr 1fr;gap:3rem;align-items:center}
.split.reverse .split-text{order:2}
.split-text h2{margin-bottom:.5em}
.lead{font-size:1.1rem;color:rgba(93,64,55,.85)}
.section-head{text-align:center;max-width:720px;margin:0 auto 3rem}
.section-head h2{margin-bottom:.4em}
.section-head p{color:rgba(93,64,55,.8);font-size:1.05rem}

/* ===== Cards ===== */
.card-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:1.8rem}
.card{background:#FFFAEC;border:1px solid rgba(93,64,55,.12);border-radius:18px;padding:2rem 1.7rem;transition:transform .3s ease,box-shadow .3s ease;position:relative;overflow:hidden}
.card::before{content:"";position:absolute;left:0;top:0;width:5px;height:0;background:#CD5C5C;transition:height .35s ease}
.card:hover{transform:translateY(-8px);box-shadow:0 18px 40px rgba(93,64,55,.18)}
.card:hover::before{height:100%}
.card .card-icon{width:58px;height:58px;border-radius:14px;background:rgba(205,92,92,.14);color:#CD5C5C;display:flex;align-items:center;justify-content:center;font-size:1.6rem;margin-bottom:1rem}
.card h3{margin-bottom:.4em}
.card p{color:rgba(93,64,55,.82);font-size:.98rem;margin-bottom:0}
.card .card-link{display:inline-block;margin-top:1rem;font-weight:700;font-family:'Raleway',sans-serif;font-size:.9rem;color:#CD5C5C}
.card .card-link:hover{color:#5D4037}

/* ===== Image treatments ===== */
.img-frame{border-radius:16px;overflow:hidden;box-shadow:0 16px 38px rgba(93,64,55,.2)}
.img-frame img{width:100%;height:100%;min-height:280px;object-fit:cover;transition:transform .6s ease}
.img-frame:hover img{transform:scale(1.05)}
.img-rounded{border-radius:14px}
.img-wide{width:100%;height:340px;object-fit:cover;border-radius:16px}

/* ===== Stats strip ===== */
.stats{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:1.5rem;text-align:center}
.stat .stat-num{font-family:'Raleway',sans-serif;font-size:2.6rem;font-weight:700;color:#CD5C5C;line-height:1}
.stat .stat-label{font-size:.9rem;text-transform:uppercase;letter-spacing:.08em;margin-top:.4rem;opacity:.85}

/* ===== Contact / NAP block ===== */
.contact-grid{display:grid;grid-template-columns:1fr 1fr;gap:3rem;align-items:start}
.contact-card{background:#FFFAEC;border:1px solid rgba(93,64,55,.14);border-radius:18px;padding:2.2rem}
.contact-card h3{margin-bottom:1rem}
address.nap{font-style:normal;font-size:1.05rem;line-height:1.9;color:#5D4037;display:block}
address.nap strong{color:#CD5C5C;font-family:'Raleway',sans-serif;font-weight:700;display:block;font-size:1.15rem;margin-bottom:.3rem}
address.nap .nap-line{display:block}
address.nap a{color:#5D4037;border-bottom:1px dotted #CD5C5C}
address.nap a:hover{color:#CD5C5C}
.contact-list{list-style:none;margin:0}
.contact-list li{display:flex;align-items:flex-start;gap:.8rem;margin-bottom:1rem;padding-bottom:1rem;border-bottom:1px solid rgba(93,64,55,.1)}
.contact-list li:last-child{border-bottom:none}
.contact-list .ci-icon{width:42px;height:42px;border-radius:10px;background:rgba(205,92,92,.15);color:#CD5C5C;display:flex;align-items:center;justify-content:center;flex-shrink:0}
.contact-list .ci-label{font-size:.78rem;text-transform:uppercase;letter-spacing:.07em;color:rgba(93,64,55,.6);font-weight:700;font-family:'Raleway',sans-serif}
.contact-list .ci-value{font-size:1.02rem;color:#5D4037}

/* ===== Form (contact page) ===== */
.form{display:grid;gap:1.1rem}
.form-row{display:grid;grid-template-columns:1fr 1fr;gap:1.1rem}
label{font-family:'Raleway',sans-serif;font-weight:700;font-size:.85rem;display:block;margin-bottom:.35rem;color:#5D4037}
input,textarea,select{width:100%;padding:.8rem 1rem;border:1.5px solid rgba(93,64,55,.25);border-radius:10px;background:#FFFAEC;color:#5D4037;font-family:'Nunito',sans-serif;font-size:1rem;transition:border-color .25s ease,box-shadow .25s ease}
input:focus,textarea:focus,select:focus{outline:none;border-color:#CD5C5C;box-shadow:0 0 0 3px rgba(205,92,92,.18)}
textarea{min-height:140px;resize:vertical}

/* ===== Footer ===== */
.site-footer{background:#5D4037;color:#F4E5C3;padding:70px 0 0}
.site-footer h4{color:#F4E5C3;font-size:1.05rem;margin-bottom:1rem;letter-spacing:.04em}
.footer-grid{display:grid;grid-template-columns:1.4fr 1fr 1fr 1fr;gap:2.2rem;padding-bottom:2.5rem;border-bottom:1px solid rgba(244,229,195,.18)}
.footer-brand .logo{color:#F4E5C3;margin-bottom:1rem}
.footer-brand p{color:rgba(244,229,195,.8);font-size:.95rem;max-width:300px}
.footer-col ul{list-style:none;margin:0}
.footer-col li{margin-bottom:.6rem}
.footer-col a{color:rgba(244,229,195,.82);font-size:.95rem}
.footer-col a:hover{color:#CD5C5C}
.footer-contact address{font-style:normal;color:rgba(244,229,195,.85);font-size:.95rem;line-height:1.8}
.footer-bottom{display:flex;justify-content:space-between;align-items:center;gap:1rem;flex-wrap:wrap;padding:1.5rem 0;font-size:.85rem;color:rgba(244,229,195,.7)}
.footer-bottom .footer-social{display:flex;gap:.7rem}
.footer-bottom .footer-social a{width:34px;height:34px;border-radius:50%;border:1px solid rgba(244,229,195,.4);display:inline-flex;align-items:center;justify-content:center;color:#F4E5C3;font-size:.85rem;transition:all .25s ease}
.footer-bottom .footer-social a:hover{background:#CD5C5C;border-color:#CD5C5C;transform:translateY(-3px)}

/* ===== CTA banner ===== */
.cta-banner{background:linear-gradient(110deg,#CD5C5C,#5D4037);color:#F4E5C3;text-align:center;border-radius:22px;padding:3.5rem 2rem;margin:2rem auto;box-shadow:0 18px 44px rgba(93,64,55,.25)}
.cta-banner h2{color:#F4E5C3}
.cta-banner p{color:rgba(244,229,195,.9);max-width:560px;margin:0 auto 1.5rem}

/* ===== Scroll animations (IntersectionObserver toggles .in) ===== */
.reveal{opacity:0;transform:translateY(40px);transition:opacity .7s ease,transform .7s ease}
.reveal.in{opacity:1;transform:none}
.reveal.delay-1{transition-delay:.12s}
.reveal.delay-2{transition-delay:.24s}
.reveal.delay-3{transition-delay:.36s}
.reveal.slide-left{transform:translateX(-50px)}
.reveal.slide-right{