:root{--primary:#063a78;--secondary:#9d7832;--accent:#c68b28;--ink:#10233d;--muted:#5d6d80;--bg:#f8f7f2;--surface:#fff;--line:#dfe5e6;--soft:#e8f2f0}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;color:var(--ink);font:16px/1.65 Arial,Helvetica,sans-serif;background:var(--bg)}a{color:inherit}.container{width:min(1180px,calc(100% - 40px));margin:auto}.skip-link{position:absolute;left:-999px}.skip-link:focus{left:1rem;top:1rem;z-index:9;background:#fff;padding:.7rem}.site-header{position:sticky;top:0;z-index:20;background:#fffffff2;border-bottom:1px solid var(--line);backdrop-filter:blur(10px)}.nav-wrap{height:84px;display:flex;align-items:center;justify-content:space-between}.brand img{display:block;width:242px;height:70px;object-fit:contain}.main-nav{display:flex;align-items:center;gap:1.15rem;font-size:.88rem;font-weight:700}.main-nav>a{text-decoration:none}.main-nav>a:not(.button):hover,.main-nav .active{color:var(--secondary)}.button{display:inline-block;border:0;border-radius:7px;padding:.8rem 1.1rem;background:var(--primary);color:#fff;text-decoration:none;font-weight:700;box-shadow:0 7px 16px #063a7826}.button:hover{background:#052d5d}.button-outline{background:transparent;color:var(--primary);border:1px solid var(--primary);box-shadow:none}.button-small{padding:.6rem .85rem}.menu-button{display:none}.hero{padding:5.2rem 0 4rem;background:radial-gradient(circle at 12% 10%,#e7f3ee,transparent 28%),#f8f7f2}.hero-grid{display:grid;grid-template-columns:1fr .95fr;gap:4rem;align-items:center}.eyebrow{display:block;color:var(--secondary);font-size:.78rem;text-transform:uppercase;letter-spacing:.13em;font-weight:800;margin-bottom:.8rem}.hero h1,.section-title{font-family:Georgia,serif;line-height:1.12;margin:.1rem 0 1.2rem}.hero h1{font-size:clamp(2.55rem,5vw,4.75rem);max-width:670px}.lead{font-size:1.16rem;color:var(--muted);max-width:620px}.hero-actions{display:flex;gap:.8rem;margin-top:2rem;flex-wrap:wrap}.hero-photos{display:grid;grid-template-columns:1fr .82fr;gap:1rem;min-height:500px}.hero-photos img{width:100%;height:100%;object-fit:cover;border-radius:4px;box-shadow:15px 18px 0 #d7e5df}.hero-photos img:last-child{margin-top:4rem;height:73%}section{padding:5rem 0}.section-heading{max-width:670px;margin-bottom:2rem}.section-title{font-size:clamp(2rem,3.6vw,3rem)}.muted{color:var(--muted)}.trust-row,.cards,.why-grid,.gallery-grid{display:grid;gap:1.25rem}.trust-row{grid-template-columns:repeat(3,1fr)}.trust-item{padding:1.4rem;border-left:3px solid var(--secondary);background:#fff}.trust-item b{display:block;font-size:1.1rem}.intro{background:var(--surface)}.image-text{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center}.image-text img{width:100%;height:440px;object-fit:cover;border-radius:4px}.cards{grid-template-columns:repeat(3,1fr)}.card{background:#fff;padding:1.65rem;border:1px solid var(--line);border-radius:9px}.card .number{color:var(--secondary);font:bold 1.4rem Georgia,serif}.card h3{margin:.5rem 0}.approach{background:var(--primary);color:white}.approach .muted{color:#d5deec}.steps{display:grid;grid-template-columns:repeat(4,1fr);gap:1rem}.step{border-top:1px solid #ffffff66;padding-top:1rem}.step b{display:block;color:#dfbc72}.why-grid{grid-template-columns:repeat(2,1fr)}.why-grid p{margin:.3rem 0;padding:.8rem 0;border-bottom:1px solid var(--line)}.gallery-grid{grid-template-columns:repeat(4,1fr)}.gallery-grid a{height:250px;overflow:hidden}.gallery-grid a:nth-child(2),.gallery-grid a:nth-child(5){grid-row:span 2;height:auto}.gallery-grid img{width:100%;height:100%;object-fit:cover;transition:transform .3s}.gallery-grid a:hover img{transform:scale(1.04)}details{border-bottom:1px solid var(--line);padding:1rem 0}summary{font-weight:700;cursor:pointer}.cta{background:var(--soft);text-align:center}.page-hero{padding:4rem 0 2.5rem;background:#eef4f2}.page-hero h1{font:clamp(2.4rem,4vw,4rem)/1.1 Georgia,serif;margin:0}.content{max-width:850px}.content p{font-size:1.08rem}.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:1rem}.form-grid .wide{grid-column:1/-1}label{display:block;font-weight:700;font-size:.92rem}input,textarea,select{width:100%;margin-top:.35rem;border:1px solid #bfc9ce;border-radius:5px;padding:.75rem;font:inherit}.form-box{background:#fff;border:1px solid var(--line);padding:2rem;border-radius:8px}.notice{padding:1rem;background:#e8f4ed;border-left:3px solid #217248}.site-footer{background:#061e42;color:#dce5f1;padding:3.5rem 0 1rem}.footer-grid{display:grid;grid-template-columns:1.4fr 1fr 1fr;gap:3rem}.footer-logo{max-width:245px;background:white;padding:.3rem}.site-footer h2{font-size:1rem;color:#fff}.site-footer a{display:block;margin:.35rem 0}.footer-bottom{border-top:1px solid #ffffff2b;margin-top:2.5rem;padding-top:1rem;display:flex;justify-content:space-between;gap:1rem;font-size:.85rem}.web-design{color:#e4bd72;font-weight:700}.lightbox{position:fixed;inset:0;background:#000d;z-index:50;display:grid;place-items:center;padding:2rem}.lightbox img{max-width:92vw;max-height:88vh}.lightbox button{position:absolute;top:1rem;right:1rem;border:0;border-radius:50%;font-size:2rem;width:45px;height:45px}@media(max-width:860px){.menu-button{display:block;border:0;background:none;font-weight:700}.main-nav{display:none;position:absolute;top:84px;left:0;right:0;background:#fff;padding:1rem 20px;flex-direction:column;align-items:stretch;border-bottom:1px solid var(--line)}.main-nav.is-open{display:flex}.hero-grid,.image-text{grid-template-columns:1fr;gap:2rem}.hero{padding-top:3rem}.hero-photos{min-height:360px}.trust-row,.cards{grid-template-columns:1fr 1fr}.steps{grid-template-columns:1fr 1fr}.gallery-grid{grid-template-columns:1fr 1fr}.footer-grid{grid-template-columns:1fr 1fr}}@media(max-width:520px){.container{width:min(100% - 28px,1180px)}.brand img{width:180px}.trust-row,.cards,.why-grid,.steps,.footer-grid,.form-grid{grid-template-columns:1fr}.form-grid .wide{grid-column:auto}.hero-photos{min-height:280px;gap:.6rem}.gallery-grid a,.gallery-grid a:nth-child(2),.gallery-grid a:nth-child(5){height:160px;grid-row:auto}.footer-bottom{display:block}.footer-bottom span{display:block;margin:.35rem 0}section{padding:3.5rem 0}}
