.btn-primary{background:#7a5d42;color:#fff!important;font-weight:700;padding:.9rem 2rem;border-radius:3px;display:inline-flex;align-items:center;min-height:48px;font-size:.9rem;text-decoration:none}.btn-primary:hover{background:#8c7055}.btn-ghost{background:0 0;color:#fff!important;font-weight:600;border:2px solid rgba(255,255,255,.5);padding:.9rem 2rem;border-radius:3px;display:inline-flex;align-items:center;min-height:48px;font-size:.9rem;text-decoration:none}.btn-ghost:hover{background:rgba(255,255,255,.1);border-color:rgba(255,255,255,.8)}.header{background:0 0;box-shadow:none}.header.scrolled{background:rgba(14,31,51,.97);box-shadow:0 2px 20px rgba(0,0,0,.3)}.hero{position:relative;min-height:100vh;display:flex;align-items:flex-end;overflow:hidden;background:var(--navy-deep)}.hero-media{position:absolute;inset:0}.hero-media img,.hero-media video{width:100%;height:100%;object-fit:cover}.hero-media img{animation:slowZoom 25s ease-in-out infinite alternate}@keyframes slowZoom{0%{transform:scale(1)}100%{transform:scale(1.08)}}.hero-overlay{position:absolute;inset:0;background:linear-gradient(to top,rgba(14,31,51,.95) 0,rgba(14,31,51,.5) 35%,rgba(14,31,51,.15) 60%,rgba(14,31,51,.3) 100%)}.hero-texture{position:absolute;bottom:0;left:0;right:0;height:50%;background:url('../img/bg.jpg') center bottom/cover no-repeat;opacity:.06;mix-blend-mode:overlay}.hero-content{position:relative;z-index:2;max-width:var(--max);margin:0 auto;padding:0 2rem 10rem;width:100%}.hero-eyebrow{display:inline-flex;align-items:center;gap:.75rem;font-size:.7rem;font-weight:600;letter-spacing:.2em;text-transform:uppercase;color:var(--brown-pale);margin-bottom:1.5rem}.hero-eyebrow::before{content:'';display:block;width:32px;height:1px;background:var(--brown-pale)}.hero h1{font-family:var(--heading);font-size:clamp(2.8rem, 5.5vw, 4.5rem);color:#fff;line-height:1.1;max-width:700px;margin-bottom:1.5rem;font-weight:400}.hero h1 em{font-style:italic;color:var(--brown-pale)}.hero-body{font-size:1.1rem;color:rgba(255,255,255,.85);max-width:480px;line-height:1.75;margin-bottom:2.5rem;font-weight:300}.hero-actions{display:flex;gap:1rem;flex-wrap:wrap;align-items:center}.hero-scroll{position:absolute;bottom:8rem;left:50%;transform:translateX(-50%);z-index:2;display:flex;flex-direction:column;align-items:center;gap:.5rem;color:rgba(255,255,255,.35);font-size:.65rem;letter-spacing:.15em;text-transform:uppercase}.hero-scroll-line{width:1px;height:40px;background:linear-gradient(to bottom,rgba(255,255,255,.3),transparent);animation:scrollPulse 2s ease-in-out infinite}@keyframes scrollPulse{0%,100%{opacity:.3}50%{opacity:.8}}.story-sec{position:relative;z-index:3;margin-top:-6rem;padding:0 2rem;padding-bottom:0;background:linear-gradient(to bottom,transparent 0,transparent 6rem,var(--warm) 6rem)}.story-grid{max-width:var(--max);margin:0 auto;display:flex;border-radius:6px;overflow:hidden;height:320px}.story-card{position:relative;overflow:hidden;flex:1 1 0%;min-width:60px;transition:flex-grow .8s cubic-bezier(.25, .8, .25, 1),min-width .8s cubic-bezier(.25, .8, .25, 1);cursor:pointer}.story-card:first-child{background:var(--navy-deep)}.story-card:nth-child(2){background:var(--navy)}.story-card:nth-child(3){background:var(--brown)}.story-card+.story-card{border-left:1px solid rgba(255,255,255,.08)}.story-card-content{padding:2.5rem 2rem 2.5rem;position:absolute;inset:0;overflow:hidden;transition:opacity .5s ease;opacity:1}.story-card-tab{position:absolute;inset:0;display:flex;align-items:center;justify-content:center;opacity:0;transition:opacity .5s ease;pointer-events:none}.story-card-tab span{writing-mode:vertical-rl;text-orientation:mixed;font-size:.65rem;font-weight:700;letter-spacing:.2em;text-transform:uppercase;color:rgba(255,255,255,.75);white-space:nowrap;display:flex;align-items:center;gap:.75rem}.story-card-tab span::before{content:'';display:block;width:1px;height:24px;background:currentColor}.story-grid:hover .story-card{flex-grow:0;min-width:60px}.story-grid:hover .story-card .story-card-content{opacity:0;transition:opacity .5s ease}.story-grid:hover .story-card .story-card-tab{opacity:1;transition:opacity .6s ease .35s}.story-grid:hover .story-card:hover{flex-grow:10}.story-grid:hover .story-card:hover .story-card-content{opacity:1;transition:opacity .6s ease .3s}.story-grid:hover .story-card:hover .story-card-tab{opacity:0;transition:opacity .3s ease}.story-label{display:inline-flex;align-items:center;gap:.6rem;font-size:.65rem;font-weight:700;letter-spacing:.2em;text-transform:uppercase;color:var(--brown-pale);margin-bottom:1.25rem}.story-card:nth-child(3) .story-label{color:rgba(255,255,255,.78)}.story-label::before{content:'';width:20px;height:1px;background:currentColor}.story-card h3{font-family:var(--heading);font-weight:400;font-size:1.3rem;color:#fff;margin-bottom:.75rem;line-height:1.3}.story-card p{font-size:.88rem;color:rgba(255,255,255,.75);line-height:1.75;font-weight:300}.story-card:nth-child(3) p{color:rgba(255,255,255,.75)}.intro-sec{background:var(--warm);padding:3rem 2rem 0}.intro-text{max-width:var(--max);margin:0 auto;font-size:1.05rem;color:var(--gray);line-height:1.85;font-weight:300;max-width:800px;text-align:center}.intro-text strong{color:var(--navy-deep);font-weight:600}.svc-sec{background:var(--warm);padding-top:3rem}.svc-header{margin-bottom:3.5rem}.svc-grid{display:grid;grid-template-columns:1fr 1fr;gap:2rem}.svc-card{display:flex;flex-direction:column;border-radius:6px;overflow:hidden;background:var(--white);border:1px solid rgba(0,0,0,.06);transition:transform .4s,box-shadow .4s}.svc-card:hover{transform:translateY(-4px);box-shadow:0 12px 40px rgba(14,31,51,.1)}.svc-card:focus-within{outline:3px solid var(--brown);outline-offset:2px}.svc-card-img{background:var(--white);display:flex;align-items:center;justify-content:center;padding:1rem}.svc-card-img img{width:100%;height:auto;display:block}.svc-card-body{padding:2rem;flex:1;display:flex;flex-direction:column}.svc-card-title-row{display:flex;align-items:center;gap:.75rem;margin-bottom:.75rem}.svc-card-icon{width:52px;height:52px;flex-shrink:0;opacity:.75}.svc-card h3{font-family:var(--heading);font-weight:400;font-size:1.45rem;color:var(--navy-deep);line-height:1.25}.svc-card p{font-size:.9rem;color:var(--gray);line-height:1.65;font-weight:300;flex:1}.svc-card-link{display:inline-flex;align-items:center;gap:.4rem;margin-top:1.25rem;font-size:.8rem;font-weight:600;color:var(--brown);text-transform:uppercase;letter-spacing:.08em;transition:gap .2s}.svc-card-link:hover{gap:.7rem}.svc-card-link svg{width:14px;height:14px}.why-sec{background:var(--white)}.why-layout{display:grid;grid-template-columns:1.15fr 1fr;gap:5rem;align-items:center}.why-img-stack{position:relative}.why-img-main{border-radius:6px;overflow:hidden;box-shadow:0 16px 60px rgba(14,31,51,.12)}.why-img-main img{width:100%;height:400px;object-fit:cover}.why-img-float{position:absolute;bottom:-2rem;right:-2rem;width:200px;height:200px;border-radius:6px;overflow:hidden;border:4px solid var(--white);box-shadow:0 8px 30px rgba(14,31,51,.15)}.why-img-float img{width:100%;height:100%;object-fit:cover}.why-text .title{max-width:400px}.why-list{list-style:none;margin-top:2rem;display:flex;flex-direction:column;gap:1.25rem}.why-list li{display:flex;align-items:flex-start;gap:1rem;font-size:.95rem;color:var(--gray);line-height:1.6}.why-check{flex-shrink:0;width:22px;height:22px;margin-top:2px;fill:var(--brown)}.trust-sec{background:var(--navy-deep);color:#fff;padding:3.5rem 2rem}.trust-inner{max-width:var(--max);margin:0 auto;display:flex;align-items:center;justify-content:center;gap:3rem;flex-wrap:wrap;text-align:center}.trust-item{display:flex;flex-direction:column;align-items:center;gap:.4rem}.trust-num{font-family:var(--heading);font-size:2.5rem;font-weight:400;color:var(--brown-pale);line-height:1}.trust-label{font-size:.75rem;font-weight:600;letter-spacing:.1em;text-transform:uppercase;color:rgba(255,255,255,.78)}.trust-divider{width:1px;height:50px;background:rgba(255,255,255,.1)}.faq-sec{background:var(--cream)}.faq-grid{display:grid;grid-template-columns:1fr 1fr;gap:1.5rem;margin-top:3rem}.faq-item{background:var(--white);border-radius:6px;padding:2rem;border:1px solid rgba(0,0,0,.05)}.faq-item h3{font-family:var(--heading);font-weight:400;font-size:1.1rem;color:var(--navy-deep);margin-bottom:.75rem;line-height:1.35}.faq-item p{font-size:.9rem;color:var(--gray);line-height:1.7;font-weight:300}.areas-sec{background:var(--white)}.areas-layout{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:start;margin-top:2.5rem}.areas-text p{font-size:.95rem;color:var(--gray);line-height:1.8;font-weight:300;margin-bottom:1.25rem}.areas-towns{list-style:none;columns:2;column-gap:1.5rem}.areas-towns li{font-size:.88rem;color:var(--gray);padding:.3rem 0;border-bottom:1px solid rgba(0,0,0,.04);break-inside:avoid}@media (max-width:960px){.svc-grid{grid-template-columns:1fr}.story-grid{flex-direction:column;height:auto}.story-card{flex:none!important;min-width:0!important}.story-card+.story-card{border-left:none;border-top:1px solid rgba(255,255,255,.08)}.story-card-tab{display:none}.story-card-content{position:static}.story-grid:hover .story-card .story-card-content{opacity:1}.why-layout{grid-template-columns:1fr;gap:2.5rem}.why-img-float{bottom:-1rem;right:0;width:150px;height:150px}.faq-grid{grid-template-columns:1fr}.areas-layout{grid-template-columns:1fr;gap:2rem}.trust-divider{display:none}.trust-inner{gap:2rem}.trust-num{font-size:2rem}}@media (max-width:600px){.hero{min-height:90vh}.hero-content{padding-bottom:8rem}.hero-overlay{background:linear-gradient(to top,rgba(14,31,51,.97) 0,rgba(14,31,51,.7) 35%,rgba(14,31,51,.4) 60%,rgba(14,31,51,.55) 100%)}.hero h1{font-size:clamp(1.8rem, 8vw, 2.5rem)}.hero-body{font-size:1rem;color:rgba(255,255,255,.9)}.story-sec{margin-top:-4rem}.hero-actions{flex-direction:column;align-items:stretch}.hero-actions .btn{justify-content:center}}