* :root{--header-height: 60px;--button-color: #6b2a24}*,*:before,*:after{box-sizing:border-box}body{margin:0;font-family:system-ui,sans-serif}html,body{overflow-x:hidden}main{padding:0}.container{max-width:1200px;margin:0 auto;padding:0 2rem}.full-width{width:100%;max-width:100%;margin:0;padding:0}.hero{position:relative;min-height:100vh;width:100%;background-image:url(/heroimg.png);background-size:cover;background-position:center;background-repeat:no-repeat;color:#fff}.hero-overlay{position:absolute;inset:0;background:linear-gradient(to bottom,#0a1423e6,#0a1423b3 30%,#0a142333 55%,#0a142399)}.hero-top{position:absolute;top:8%;left:0;right:0;margin:0 auto;width:fit-content;text-align:center;opacity:0;animation:fadeUp 1.5s ease forwards}.hero-bottom{position:absolute;bottom:10%;left:0;right:0;margin:0 auto;width:fit-content;text-align:center;opacity:0;animation:fadeUp 1.5s ease forwards}.hero h1{font-family:Cormorant Garamond,serif;font-size:4.2rem;font-weight:500;letter-spacing:2px;text-transform:uppercase;margin-bottom:2rem;color:#e2c78c}.subtitle{font-family:Cormorant Garamond,serif;font-size:1.3rem;font-weight:400;letter-spacing:1.7px;color:#ffffffd9;margin-bottom:3rem}.btn-primary{font-family:Cormorant Garamond,serif;font-size:1.05rem;font-weight:400;letter-spacing:1.5px;background-color:#6b2a24;padding:.9rem 2.2rem;color:#fff;text-decoration:none;border-radius:6px;transition:.3s ease}.btn-primary:hover{background-color:#a62828}@keyframes fadeUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.mission{background-color:#f5f2ec;padding:6rem 1.5rem 3rem;min-height:65vh;display:flex;align-items:center;text-align:center}.mission-inner{max-width:900px;margin:0 auto;position:relative;top:-3rem}.mission-divider{width:80px;height:2px;background:#c8a96a;margin:0 auto 3rem}.mission-text{font-family:Cormorant Garamond,serif;font-size:2.4rem;line-height:1.6;color:#2c2c2c;margin-bottom:7rem}.mission-btn{font-family:Cormorant Garamond,serif;font-size:1.2rem;font-weight:400;letter-spacing:1px;background-color:#6b2a24;padding:1rem 2.5rem;color:#fff;text-decoration:none;border-radius:6px;transition:.3s ease}.mission-btn:hover{background-color:#4d1c18}.mission-ornament{display:flex;justify-content:center;margin-bottom:5rem}.mission-ornament img{width:300px;height:auto}.bridge{background:linear-gradient(#0a142399,#0a142399),url(/mac-jewlery.png);background-size:cover;background-position:center;padding:7rem 2rem;color:#fff;text-align:center}.bridge-inner{max-width:900px;margin:0 auto}.bridge h2{font-family:Cormorant Garamond,serif;font-size:2.6rem;font-weight:400;line-height:1.4;letter-spacing:1px;margin-bottom:2.5rem}.bridge-ornament img{width:180px;height:auto}.pillars{background:#f0ece6;padding:8rem 2rem}.pillars-inner{max-width:1100px;margin:0 auto;text-align:center}.pillars-label{font-family:Cormorant Garamond,serif;font-size:1.5rem;letter-spacing:3px;color:#8b6a3f}.pillars-divider{width:80px;height:1px;background:#c8a96a;margin:1.5rem auto 4rem}.pillar-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:6rem;text-align:left}.pillar{padding:0 1rem;position:relative}.pillar:not(:last-child):after{content:"";position:absolute;top:10%;right:-2rem;width:1px;height:80%;background:#0000001a}.pillar h3{font-family:Cormorant Garamond,serif;font-size:1.6rem;letter-spacing:1px;margin-bottom:1rem;color:#2c2c2c}.pillar p{font-family:Cormorant Garamond,serif;font-size:1rem;letter-spacing:1px;line-height:1.7;color:#3b3b3b}.small-hero{position:relative;height:40vh;padding-top:var(--header-height);background-size:cover;background-position:center 50%;background-repeat:no-repeat;color:#fff}.small-hero img{display:block}.small-hero-content{position:absolute;inset:0;display:flex;align-items:center;justify-content:center;text-align:center;z-index:2}.section-split.reverse{direction:rtl}.section-split.reverse .split-text{direction:ltr}.split-image img{width:100%;height:100%;object-fit:cover;object-position:center 50%}.bridge-ornament{display:flex;justify-content:center}.bridge-ornament img{width:340px;height:auto}.team-divider{margin:6rem 0 3rem}.team-title{text-align:center;font-family:Cormorant Garamond,serif;font-size:2.5rem;letter-spacing:3px;color:#8b6a3f}.team-member{display:grid;grid-template-columns:350px 1fr;align-items:center;gap:4rem;padding:4rem 2rem;max-width:1100px;margin:0 auto}.team-member.reverse{direction:rtl}.team-member.reverse .team-content{direction:ltr}.team-image img{width:100%;border-radius:8px;object-fit:cover}.team-content h3{font-family:Cormorant Garamond,serif;font-size:1.8rem;letter-spacing:1px;margin-bottom:.5rem}.team-bio{font-family:Cormorant Garamond,serif;font-size:1.2rem;letter-spacing:1px;line-height:1.7;color:#2c2c2c}.services-section{padding:6rem 2rem 8rem;background:#fff}.services-grid{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:3rem}@media(max-width:1100px){.services-grid{grid-template-columns:1fr}}.service-card{background:#f5f2ec;padding:3rem;border-radius:8px;display:flex;flex-direction:column;justify-content:space-between;height:auto;min-height:unset;overflow:visible;box-shadow:0 8px 20px #00000008;transition:transform .25s ease,box-shadow .25s ease}.service-card:hover{transform:translateY(-6px);box-shadow:0 18px 40px #0000000f}.service-card-header{display:flex;align-items:center;gap:1rem;margin-bottom:1.5rem}.service-icon{width:70px;height:auto;flex-shrink:0}.service-card h3{font-family:Cormorant Garamond,serif;font-size:1.5rem;letter-spacing:1px;margin:0}.service-description{font-size:1rem;line-height:1.7;color:#3b3b3b;margin-bottom:2rem}.service-link{font-size:.9rem;text-transform:uppercase;letter-spacing:2px;color:#6b2a24;text-decoration:none;font-weight:500}.service-link:hover{color:#000}.partner-variant .split-image img{object-position:center 50%}.consultation{background:#fff;padding:7rem 2rem 8rem;display:flex;justify-content:center}.consultation h2{font-family:Cormorant Garamond,serif;font-size:2.4rem;color:#8b6a3f;margin-bottom:1.2rem}.consultation-inner{background:#f5f2ec;max-width:820px;width:100%;padding:3.5rem 3rem;border-radius:12px;text-align:center;box-shadow:0 18px 50px #0000000d}.consultation-sub{max-width:520px;margin:1.5rem auto 2.5rem;line-height:1.7;color:#444}.consultation-form{max-width:600px;margin:0 auto;display:flex;flex-direction:column;gap:1.2rem}.consultation-form input,.consultation-form select,.consultation-form textarea{width:100%;padding:.95rem 1rem;font-size:.95rem;border:1px solid #ddd;border-radius:6px;background:#fff;transition:all .2s ease}.consultation-form input:focus,.consultation-form select:focus,.consultation-form textarea:focus{outline:none;border-color:#8b6a3f;background:#fff}.contact-intro{padding:5rem 2rem 2rem;text-align:center}.contact-inner{max-width:800px;margin:0 auto}.contact-intro h1{font-family:Cormorant Garamond,serif;font-size:2.6rem;color:#8b6a3f;margin-bottom:1rem}.contact-intro p{font-family:Cormorant Garamond,serif;font-size:1.2rem;color:#444}.contact-methods{padding:3rem 2rem 6rem}.methods-grid{max-width:1100px;margin:0 auto;display:grid;grid-template-columns:repeat(3,1fr);gap:3rem}.method-card{background:#f5f2ec;padding:2.5rem;border-radius:8px;text-align:left;transition:.3s ease}.method-card:hover{transform:translateY(-4px)}.method-icon{font-size:1.8rem;margin-bottom:1rem}.method-card h3{font-family:Cormorant Garamond,serif;margin-bottom:1rem}.method-card p{font-family:Cormorant Garamond,serif;color:#555}.contact-form-section{background:#f5f2ec;padding:6rem 2rem}.form-inner{max-width:600px;margin:0 auto;text-align:center}.form-inner h2{font-family:Cormorant Garamond,serif;font-size:2rem;margin-bottom:3rem;color:#2c2c2c}.contact-form{display:flex;flex-direction:column;gap:1.5rem}.contact-form input,.contact-form textarea{padding:1rem;border:1px solid #ccc;font-family:Cormorant Garamond,serif;font-size:1rem;background:#fff}.contact-form button{margin-top:1rem;padding:1rem;background:#6b2a24;color:#fff;border:none;font-family:Cormorant Garamond,serif;letter-spacing:1px;cursor:pointer;transition:.3s ease}.contact-form button:hover{background:#4d1c18}.site-header{position:absolute;top:0;width:100%;z-index:100;padding:.5rem 3.5rem;background:#0a1c2f4d;backdrop-filter:blur(8px)}.header-inner{display:flex;align-items:center;justify-content:space-between;width:100%}.logo img{height:44px;width:auto;display:block}.nav{display:flex;gap:2rem}.nav a{font-family:Cormorant Garamond,serif;font-size:.95rem;font-weight:400;letter-spacing:2px;text-transform:uppercase;color:#e9e9e9;text-decoration:none;transition:opacity .3s ease}.nav a:hover{opacity:.7}.about-top{height:100vh;display:flex;flex-direction:column;overflow:hidden}.section-split{flex:1;display:grid;grid-template-columns:1fr 1fr;height:calc(100vh - 40vh - var(--header-height));overflow:hidden}.split-text{background:#f5f2ec;padding:5rem;display:flex;flex-direction:column;justify-content:center}.split-text h2{font-family:Cormorant Garamond,serif;font-size:2.5rem;letter-spacing:3px;color:#8b6a3f;margin:0 0 2rem}.split-text p{font-family:Cormorant Garamond,serif;font-size:1.6rem;line-height:1.7;color:#2c2c2c;margin:0}.split-image{height:100%;overflow:hidden}.split-image img{width:100%;height:100%;object-fit:cover;object-position:center 100%}.team-section{background:#f8f6f2;padding:5rem 2rem 4rem;text-align:center}.team-title{font-family:Cormorant Garamond,serif;font-size:2.6rem;letter-spacing:3px;color:#8b6a3f;margin-bottom:4rem}.team-grid{max-width:1100px;margin:0 auto;display:grid;grid-template-columns:repeat(2,1fr);gap:0rem 4rem;align-items:start}.team-member{width:100%;text-align:center;display:flex;flex-direction:column;align-items:center;gap:1rem;align-self:start}.team-symbol img{width:130px;height:auto;opacity:.85}.team-name{font-family:Cormorant Garamond,serif;font-size:1.9rem;color:#8b6a3f;margin:0}.team-role{font-size:.8rem;letter-spacing:2px;text-transform:uppercase;color:#b08d57;margin:0}.team-separator{width:50px;height:1px;background:#b08d57}.team-bio{margin-top:1rem;max-width:380px;text-align:left;line-height:1.9}@media(max-width:768px){.team-grid{grid-template-columns:1fr}}.footer-contact{display:flex;flex-direction:column;gap:1rem}.footer-contact-row{display:flex;align-items:center;gap:.8rem;font-size:.95rem;line-height:1.6;color:#fff;text-decoration:none}.footer-contact-row svg{width:16px;height:16px;flex-shrink:0;stroke:#fff}.footer-contact-row:hover{opacity:.7}.site-footer{background:#071423;color:#fffc;padding-top:3rem;border-top:1px solid rgba(255,255,255,.08)}.footer-inner{max-width:1200px;margin:0 auto;padding:0 2rem 2rem;display:grid;grid-template-columns:1.5fr 1fr 1fr 1.3fr;gap:4rem}.footer-column h4{font-family:Cormorant Garamond,serif;font-size:1rem;letter-spacing:2px;text-transform:uppercase;color:#e2c78c;margin-bottom:1.5rem}.footer-column ul{list-style:none;padding:0;margin:0}.footer-column li{margin-bottom:.9rem}.footer-column a{font-size:.95rem;line-height:1.6;text-decoration:none;color:#fff}.footer-column a:hover{opacity:.6}.footer-bottom{border-top:1px solid rgba(255,255,255,.08);text-align:center;padding:1rem;font-size:.9rem;opacity:.7}.footer-brand{padding-top:1.2rem}.footer-brand img{width:70%;display:block}@media(max-width:900px){.section-split{grid-template-columns:1fr;height:auto}.about-top{height:auto}.footer-inner{grid-template-columns:1fr;text-align:center}}.service-main{min-height:100vh;display:flex}.service-split{display:grid;grid-template-columns:5.5fr 4.5fr;width:100%;min-height:100vh}.service-text{background:#f5f2ec;padding:5rem;display:flex;flex-direction:column;justify-content:center}.service-text h1{font-family:Cormorant Garamond,serif;font-size:2.6rem;letter-spacing:3px;color:#8b6a3f;margin-bottom:.5rem}.service-text h2{font-family:Cormorant Garamond,serif;font-size:1.4rem;letter-spacing:1px;font-weight:400;color:#2c2c2c;margin-bottom:.5rem}.service-text p{font-family:Cormorant Garamond,serif;font-size:1.2rem;line-height:1.9;letter-spacing:1px;color:#2c2c2c;white-space:pre-line;margin-bottom:3rem}.service-buttons{display:flex;gap:1.5rem;flex-wrap:wrap}.btn-outline{font-family:Cormorant Garamond,serif;font-size:1rem;letter-spacing:1.5px;padding:.9rem 2.2rem;border:1px solid #8b6a3f;color:#8b6a3f;text-decoration:none;border-radius:6px;transition:.3s ease}.btn-outline:hover{background:#8b6a3f;color:#fff}.service-buttons .btn-primary{font-family:Cormorant Garamond,serif;font-size:1rem;letter-spacing:1.5px;padding:.9rem 2.2rem;background-color:#6b2a24;color:#fff;border-radius:6px;text-decoration:none;transition:.3s ease}.service-buttons .btn-primary:hover{background-color:#4d1c18}.service-slider{position:relative;overflow:hidden;height:100%;border-left:1px solid rgba(0,0,0,.05)}.service-slider img{position:absolute;width:100%;height:100%;object-fit:cover;object-position:center;opacity:0;transition:opacity 1s ease;z-index:1}.service-slider img.active{opacity:1}.service-slider:after{content:"";position:absolute;inset:0;background:linear-gradient(to bottom,#0a142359,#0a142326 40%,#0a142359);z-index:2;pointer-events:none}@media(max-width:900px){.service-split{grid-template-columns:1fr}.service-text{padding:4rem 2rem}.service-slider{height:50vh}}.journal-intro{background:#f5f2ec;padding:5rem 2rem 2.5rem;text-align:center}.journal-intro h1{font-family:Cormorant Garamond,serif;font-size:3.2rem;letter-spacing:2px;color:#8b6a3f;margin-bottom:1.5rem}.journal-intro p{font-family:Cormorant Garamond,serif;font-size:1.35rem;line-height:1.7;color:#2c2c2c}.journal-list{background:#f0ece6;padding:6rem 2rem 7rem}.journal-section-title{text-align:center;font-family:Cormorant Garamond,serif;font-size:2.4rem;margin-bottom:4rem}.journal-grid{max-width:1100px;margin:0 auto;display:grid;grid-template-columns:repeat(3,1fr);gap:3rem}.blog-card{display:block;background:#fff;border-radius:8px;overflow:hidden;text-decoration:none;color:inherit;transition:transform .3s ease,box-shadow .3s ease}.blog-card:hover{transform:translateY(-6px);box-shadow:0 18px 40px #0000000f}.blog-card img{width:100%;height:240px;object-fit:cover;display:block;transition:transform .5s ease}.blog-card:hover img{transform:scale(1.05)}.blog-card-content{padding:1.6rem;display:flex;flex-direction:column}.blog-card-content h3{font-family:Cormorant Garamond,serif;font-size:1.5rem;line-height:1.3;margin-bottom:.8rem;color:#2c2c2c}.blog-card-content p{font-size:.95rem;line-height:1.7;color:#555;margin-bottom:1.6rem}.featured-post{background:#f5f2ec;padding:4rem 0 6rem}.featured-container{max-width:1100px;margin:0 auto;padding:0 2rem}.featured-inner{background:#faf8f4;border-radius:10px;padding:3rem;display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center;box-shadow:0 12px 40px #0000000a}.featured-image img{width:100%;height:380px;object-fit:cover;border-radius:8px;display:block}.featured-content h2{font-family:Cormorant Garamond,serif;font-size:2.3rem;margin-bottom:1.2rem}.featured-content h2 a{text-decoration:none;color:#8b6a3f}.featured-content h2 a:hover{text-decoration:underline}.featured-content p{font-size:1.05rem;line-height:1.7;color:#444;margin-bottom:2rem}.read-more{font-family:Cormorant Garamond,serif;letter-spacing:2px;text-transform:uppercase;color:#6b2a24;text-decoration:none}.read-more:hover{opacity:.7}.blog-post{max-width:820px;margin:0 auto;background:#faf8f4;padding:3.5rem 3rem;border-radius:10px;box-shadow:0 12px 40px #0000000d}.blog-post h1{font-family:Cormorant Garamond,serif;font-size:3rem;line-height:1.2;color:#8b6a3f;margin-bottom:2.5rem}.blog-post p{font-size:1.15rem;line-height:1.9;color:#2c2c2c;margin-bottom:1.6rem}.blog-post strong{font-weight:600}.blog-post em{font-style:italic}.blog-post h2{font-family:Cormorant Garamond,serif;font-size:2rem;margin-top:3.5rem;margin-bottom:1.2rem;color:#8b6a3f}.blog-post h3{font-family:Cormorant Garamond,serif;font-size:1.6rem;margin-top:2.5rem;margin-bottom:1rem}.blog-post img{width:100%;margin:3rem 0;border-radius:8px}.blog-post blockquote{border-left:3px solid #8b6a3f;padding-left:1.5rem;margin:3rem 0;font-style:italic;color:#555}.blog-post ul,.blog-post ol{margin:2rem 0 2rem 1.5rem;line-height:1.8}.blog-post a{color:#6b2a24;text-decoration:underline}.blog-post a:hover{opacity:.7}.blog-post-wrapper{background:#f0ece6;padding:4rem 2rem 6rem}body.menu-open{overflow:hidden;height:100vh}.burger{display:none;position:relative;width:26px;height:20px;background:none;border:none;cursor:pointer;z-index:200}.burger span{position:absolute;left:0;width:100%;height:2px;background:#fff;transition:.3s ease}.burger span:nth-child(1){top:0}.burger span:nth-child(2){top:50%;transform:translateY(-50%)}.burger span:nth-child(3){bottom:0}@media(max-width:900px){.burger{display:flex}.nav{position:fixed;top:0;right:-100%;height:100vh;width:260px;background:#071423;flex-direction:column;justify-content:center;align-items:center;gap:2rem;transition:right .35s ease}.nav.open{right:0}}.burger.active span:nth-child(1){top:50%;transform:translateY(-50%) rotate(45deg)}.burger.active span:nth-child(2){opacity:0}.burger.active span:nth-child(3){top:50%;bottom:auto;transform:translateY(-50%) rotate(-45deg)}.service-split{width:100%}.modal{position:fixed;inset:0;background:#000000a6;display:none;align-items:center;justify-content:center;z-index:9999}.modal.show{display:flex}.modal-box{background:#6b2a24;color:#fff;padding:2rem 2.5rem;border-radius:14px;text-align:center;max-width:320px;animation:popup .25s ease}@keyframes popup{0%{transform:scale(.9);opacity:0}to{transform:scale(1);opacity:1}}@media(max-width:1100px){.hero{height:90vh;background-size:cover}.hero h1{font-size:3.2rem}.subtitle{font-size:1.1rem}.mission-text{font-size:2rem}.bridge h2{font-size:2.1rem}.pillar-grid{grid-template-columns:repeat(2,1fr);gap:4rem}.pillar:not(:last-child):after{display:none}.footer-inner{grid-template-columns:1fr;text-align:center;justify-items:center;gap:3rem}.footer-brand{display:flex;justify-content:center;align-items:center}.footer-logo{display:flex;justify-content:center}.footer-brand img{margin:0 auto}.footer-column ul{text-align:center}.footer-contact{align-items:center}.footer-contact-row{justify-content:center;text-align:center}.journal-intro{padding:4rem 2rem 2rem}.journal-intro h1{font-size:2.6rem}.journal-intro p{font-size:1.2rem}.featured-inner{grid-template-columns:1fr;gap:2.5rem;padding:2.5rem}.featured-content{text-align:center}.journal-grid{grid-template-columns:repeat(2,1fr);gap:2.2rem}.contact-intro{padding:4rem 2rem 1.5rem}.contact-intro h1{font-size:2.2rem}.contact-intro p{font-size:1.1rem}.methods-grid{grid-template-columns:repeat(2,1fr);gap:2rem}.method-card{padding:2rem}.contact-form-section{padding:5rem 2rem}.form-inner{max-width:520px}}@media(max-width:768px){.about-top{height:auto!important;min-height:unset!important;overflow:visible;display:block}.section-split{height:auto!important;min-height:unset!important;display:block;grid-template-columns:1fr}.split-image{height:auto}.split-image img{height:auto;width:100%;display:block;object-fit:cover}.nav{position:fixed;top:0;right:0;height:100vh;width:260px;background:#071423;flex-direction:column;justify-content:center;align-items:center;gap:2rem;transform:translate(100%);transition:transform .35s ease}.nav.open{transform:translate(0)}.hero{height:90vh;background-size:cover}.hero h1{font-size:2.4rem;letter-spacing:1px}.subtitle{font-size:1rem;padding:0 1.5rem}.hero-bottom{bottom:12%}.mission{padding:4rem 1.5rem;min-height:auto}.mission-text{font-size:1.5rem;margin-bottom:3rem}.mission-btn{font-size:1rem;padding:.8rem 1.6rem}.bridge{padding:5rem 1.5rem}.bridge h2{font-size:1.8rem;line-height:1.5}.pillar-grid{grid-template-columns:1fr;gap:3rem;text-align:center}.pillar:not(:last-child):after{display:none}.pillar p{font-size:1.1rem}.site-header{padding:.5rem 1.5rem}section{overflow-x:hidden}body{overflow-x:hidden}.btn-primary,.mission-btn{min-height:44px}.site-footer{padding-left:0;padding-right:0}.footer-inner{max-width:100%;margin:0;padding-left:1.5rem;padding-right:1.5rem}.footer-brand{display:flex;justify-content:center;align-items:center}.footer-logo{display:flex;justify-content:center}.footer-brand img{margin:0 auto}.footer-column ul{text-align:center}.footer-contact{align-items:center}.footer-contact-row{justify-content:center;text-align:center}.split-text{padding:3rem 1.8rem;text-align:center}.split-text h2{font-size:1.9rem;letter-spacing:1.5px;line-height:1.25}.split-text p{font-size:1.15rem;line-height:1.65;letter-spacing:.3px;max-width:32ch;margin:0 auto}.journal-intro{padding:3.5rem 1.5rem 2rem}.journal-intro h1{font-size:2.1rem;letter-spacing:1px}.journal-intro p{font-size:1.05rem}.featured-post{padding:3rem 0 4rem}.featured-container{padding:0 1.2rem}.featured-inner{padding:2rem;gap:2rem}.featured-content h2{font-size:1.8rem}.featured-content p{font-size:.95rem}.journal-list{padding:4rem 1.2rem 5rem}.journal-section-title{font-size:2rem;margin-bottom:3rem}.journal-grid{grid-template-columns:1fr;gap:2rem}.blog-card img{height:200px}.contact-intro{padding:3rem 1.5rem 1rem}.contact-intro h1{font-size:1.9rem;letter-spacing:1px}.contact-intro p{font-size:1rem;line-height:1.6}.methods-grid{grid-template-columns:1fr;gap:1.8rem}.method-card{text-align:center;padding:1.8rem}.contact-form-section{padding:4rem 1.2rem}.form-inner{max-width:100%}.form-inner h2{font-size:1.7rem;margin-bottom:2rem}.contact-form input,.contact-form textarea{font-size:16px;padding:.9rem}.contact-form button{min-height:44px;font-size:1rem}.consultation{padding:3rem 1.2rem 4rem}.consultation-inner{padding:2rem 1.5rem}.blog-post-wrapper{padding:0rem 0}.blog-post{max-width:100%;border-radius:0;padding:2rem 1.5rem 2.5rem;box-shadow:none}.blog-post p{font-size:1.05rem;line-height:1.75}.service-split{grid-template-columns:1fr}.service-text{padding:3rem 1.5rem;width:100%}.service-slider{height:45vh}.service-main,.service-split{display:block}}@media(max-width:600px){.footer-brand img{width:55%}}.featured-image img{height:clamp(200px,35vw,380px)}@media(max-width:480px){.contact-intro h1{font-size:1.6rem}.method-card{padding:1.5rem}.form-inner{padding:0}}
