
:root{--green:#153b2d;--green2:#225741;--red:#a94434;--cream:#f7f4ed;--paper:#fffdf8;--ink:#24332a;--muted:#68756c;--line:#e3e6de;--gold:#bd8a42;--shadow:0 18px 60px rgba(18,52,38,.10)}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--paper);color:var(--ink);font-family:Arial,Helvetica,sans-serif;font-size:16px;line-height:1.6}img{max-width:100%;display:block}a{color:inherit;text-decoration:none}button,input,select,textarea{font:inherit}button{cursor:pointer}.wrap{width:min(1160px,calc(100% - 48px));margin:auto}.eyebrow{color:var(--red);text-transform:uppercase;font-size:12px;letter-spacing:.19em;font-weight:750}.eyebrow.light{color:#d9b180}.serif,h1,h2,h3{font-family:Georgia,'Times New Roman',serif;font-weight:normal;line-height:1.14;letter-spacing:-.035em}h1{font-size:clamp(43px,6.3vw,83px);margin:18px 0 23px}h2{font-size:clamp(33px,4vw,53px);margin:9px 0 18px}h3{font-size:25px;margin:9px 0}.lead{font-size:19px;color:#5e6b62;max-width:680px;line-height:1.75}.btn{display:inline-flex;align-items:center;justify-content:center;gap:10px;min-height:51px;border-radius:5px;padding:11px 23px;font-size:14px;letter-spacing:.015em;font-weight:700;border:1px solid transparent;transition:transform .2s,background .2s}.btn:hover{transform:translateY(-2px)}.btn-primary{color:white;background:var(--green)}.btn-primary:hover{background:#256449}.btn-accent{background:var(--red);color:#fff}.btn-accent:hover{background:#8f3025}.btn-outline{border-color:var(--green);color:var(--green);background:transparent}.btn-white{background:white;color:var(--green)}.buttons{display:flex;flex-wrap:wrap;gap:12px;margin-top:28px}.header{height:88px;display:flex;align-items:center;background:rgba(255,253,248,.97);position:sticky;top:0;z-index:50;border-bottom:1px solid #e9e9e3;backdrop-filter:blur(15px)}.nav{display:flex;align-items:center;justify-content:space-between;gap:25px}.brand{display:flex;align-items:center;gap:9px;min-width:206px}.brand img{width:69px;height:69px;object-fit:contain}.brandname{font-size:15px;font-weight:850;letter-spacing:.05em;color:var(--green);line-height:1.13}.brandname span{display:block;font-size:10px;letter-spacing:.14em;color:var(--red);margin-top:7px}.links{display:flex;gap:28px;align-items:center}.links a{font-size:14px;font-weight:700;color:#42554a}.links a:hover,.links a.active{color:var(--red)}.navcta{min-height:45px;padding:9px 16px}.menu-button{display:none;background:transparent;border:1px solid var(--line);border-radius:5px;padding:10px 14px;color:var(--green)}.hero{overflow:hidden;background:linear-gradient(130deg,#fffdf8 35%,#eef1e7 100%);position:relative}.hero-grid{min-height:685px;display:grid;grid-template-columns:1.08fr .92fr;gap:30px;align-items:center;padding:67px 0}.hero-copy{position:relative;z-index:2}.hero h1 em{font-style:italic;color:var(--green2)}.hero-photo{height:570px;position:relative;margin-right:-55px}.hero-photo img{width:100%;height:100%;object-fit:cover;object-position:62% center;border-radius:220px 8px 8px 8px;box-shadow:var(--shadow)}.photo-stamp{position:absolute;bottom:-23px;left:-40px;padding:20px 25px;background:#fffdf8;box-shadow:var(--shadow);max-width:250px;border-left:4px solid var(--red);font-size:14px;color:var(--green);font-weight:700}.small-bar{display:flex;gap:26px;flex-wrap:wrap;margin-top:45px;color:var(--green);font-size:13px;font-weight:700}.small-bar span::before{content:'✓';color:var(--red);margin-right:8px}.section{padding:105px 0}.section.soft{background:var(--cream)}.section.dark{background:var(--green);color:white}.section-header{display:flex;align-items:end;justify-content:space-between;gap:36px;margin-bottom:35px}.section-header p{max-width:500px;color:var(--muted)}.cards3{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.service-card{background:#fff;box-shadow:0 3px 26px rgba(27,56,41,.045);border:1px solid #e9ebe3;overflow:hidden;border-radius:7px}.service-card img{height:230px;width:100%;object-fit:cover}.service-content{padding:26px}.card-label{font-size:11px;letter-spacing:.16em;color:var(--red);font-weight:800;text-transform:uppercase}.service-content p{font-size:14px;color:#66736a;margin-bottom:22px}.arrow{color:var(--green);font-weight:700;font-size:14px}.arrow:after{content:' →';color:var(--red)}.split{display:grid;grid-template-columns:1fr 1fr;gap:70px;align-items:center}.split-photo{height:510px;width:100%;object-fit:cover;border-radius:5px}.checklines{list-style:none;padding:0;display:grid;gap:13px}.checklines li{display:flex;gap:10px}.checklines li:before{content:'✓';color:var(--red);font-weight:850}.packages{display:grid;grid-template-columns:repeat(3,1fr);gap:19px}.package{border:1px solid #dce4d9;background:#fff;padding:30px;display:flex;flex-direction:column;min-height:350px;border-radius:5px}.package.feature{border-color:var(--green);box-shadow:var(--shadow)}.package .topline{font-weight:800;color:var(--red);font-size:11px;text-transform:uppercase;letter-spacing:.15em}.package h3{margin:22px 0 12px}.package p{color:var(--muted);font-size:14px;flex:1}.package .price{font-weight:850;color:var(--green);font-size:14px;margin:18px 0}.package .btn{width:100%}.package ul{padding-left:20px;font-size:14px;color:#57685c;line-height:1.85}.tagline{padding:27px;background:#eaf0e7;border-left:3px solid var(--green);border-radius:3px;font-size:14px;color:#435d4a}.showcase{display:grid;grid-template-columns:1.05fr .95fr;gap:15px;height:450px}.showcase img{height:100%;width:100%;object-fit:cover;border-radius:5px}.showcase-side{display:grid;grid-template-rows:1fr 1fr;gap:15px;min-height:0}.showcase-side img{min-height:0}.process{display:grid;grid-template-columns:repeat(3,1fr);gap:45px;counter-reset:steps}.process .step:before{counter-increment:steps;content:'0' counter(steps);display:block;color:var(--red);font-size:38px;font-family:Georgia,serif;border-bottom:1px solid #d5e0d5;padding-bottom:15px;margin-bottom:20px}.process p{font-size:14px;color:var(--muted)}.cta-banner{background:var(--green);color:white;padding:64px;border-radius:7px;display:grid;grid-template-columns:1fr auto;gap:25px;align-items:center}.cta-banner h2{margin-bottom:10px}.cta-banner p{color:#d3e5d9;margin:0}.faq{max-width:780px;margin:auto}.faq details{padding:21px 0;border-bottom:1px solid var(--line)}.faq summary{cursor:pointer;font-weight:750;list-style:none;display:flex;justify-content:space-between;gap:15px}.faq summary:after{content:'+';font-size:24px;line-height:1;color:var(--red)}.faq details[open] summary:after{content:'−'}.faq p{color:var(--muted)}.pagehero{background:#f0f2e9;padding:80px 0 74px;position:relative;overflow:hidden}.pagehero .wrap{position:relative;z-index:2}.pagehero h1{font-size:clamp(45px,6vw,70px);max-width:920px}.intro{max-width:720px;color:#5c6b61;font-size:18px}.menu-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:18px}.menu-card{background:white;border:1px solid var(--line);padding:30px;border-radius:5px}.menu-card ul{margin:8px 0 0;padding-left:19px;color:#647168;font-size:15px}.menu-card .price{font-weight:800;color:var(--green)}.contact-grid{display:grid;grid-template-columns:1.1fr .9fr;gap:55px}.form{display:grid;gap:16px}.form .two{display:grid;grid-template-columns:1fr 1fr;gap:15px}.form label{display:grid;gap:6px;font-weight:750;font-size:13px;color:#42584a}.form input,.form select,.form textarea{width:100%;border-radius:4px;border:1px solid #cad3c8;background:white;padding:13px 14px;color:var(--ink)}.form input:focus,.form select:focus,.form textarea:focus{outline:2px solid #8eac95}.form textarea{resize:vertical;min-height:155px}.form small{font-size:12px;color:#68756c}.contact-box{background:#edf1e9;padding:35px;border-radius:5px}.contact-box a{color:var(--green);font-weight:bold;word-break:break-word}.contact-row{margin:26px 0;padding-bottom:22px;border-bottom:1px solid #d4e0d5}.contact-row .label{font-size:11px;letter-spacing:.14em;text-transform:uppercase;color:var(--red);font-weight:800}.legal{max-width:820px;margin:auto}.legal h2{font-size:27px;margin:35px 0 12px}.legal p,.legal li{color:#56665a}.legal .warning{padding:18px 20px;border:1px solid #d3a38f;background:#fff1ec;color:#7d392b}.footer{background:#102d23;color:white;padding:62px 0 22px}.footer-grid{display:grid;grid-template-columns:1.3fr 1fr 1fr 1fr;gap:25px}.footer .brandname{color:white}.footer p,.footer a{font-size:14px;color:#c9d8cd}.footer a:hover{color:#fff}.footer-col{display:flex;flex-direction:column;align-items:flex-start;gap:10px}.footer-col strong{font-size:13px;letter-spacing:.1em;text-transform:uppercase;margin-bottom:5px}.footer-bottom{margin-top:55px;padding-top:20px;border-top:1px solid #496353;display:flex;justify-content:space-between;gap:25px;font-size:12px;color:#b9c7b9}.mobile-action{display:none}.notice{font-size:12px;color:#68776b}.skip{position:absolute;top:-90px;left:8px;background:white;padding:8px;z-index:99}.skip:focus{top:5px}@media(max-width:990px){.links{gap:13px}.navcta{display:none}.hero-grid{min-height:600px}.hero-photo{height:460px;margin-right:-20px}.hero h1{font-size:clamp(43px,6vw,68px)}.split{gap:30px}.footer-grid{grid-template-columns:1fr 1fr}}@media(max-width:720px){.wrap{width:min(100% - 34px,1160px)}.header{height:70px}.brand{min-width:0}.brand img{width:55px;height:55px}.brandname{font-size:13px}.menu-button{display:block}.links{display:none;position:absolute;top:69px;left:0;right:0;background:#fffdf8;box-shadow:var(--shadow);padding:22px 25px;flex-direction:column;align-items:stretch;gap:0}.links.open{display:flex}.links a{padding:11px;border-bottom:1px solid var(--line)}.hero-grid,.split,.contact-grid{grid-template-columns:1fr}.hero-grid{padding:48px 0 60px;gap:45px}.hero h1{font-size:clamp(42px,10vw,62px)}.hero-photo{height:360px;margin:0}.hero-photo img{border-radius:130px 7px 7px 7px}.photo-stamp{left:14px;bottom:-20px}.small-bar{margin-top:30px;gap:12px 24px}.section{padding:68px 0}.section-header{display:block}.cards3,.packages,.process,.menu-grid{grid-template-columns:1fr}.service-card img{height:230px}.package{min-height:0}.split-photo{height:320px}.showcase{height:auto;grid-template-columns:1fr}.showcase>img{height:290px}.showcase-side{grid-template-columns:1fr 1fr;grid-template-rows:1fr;height:150px}.cta-banner{padding:30px;grid-template-columns:1fr}.footer-grid{grid-template-columns:1fr 1fr}.footer-bottom{display:block}.pagehero{padding:55px 0}.contact-grid{gap:34px}.form .two{grid-template-columns:1fr}.mobile-action{display:flex;position:fixed;bottom:0;left:0;right:0;background:#fffdf8;box-shadow:0 -3px 25px #17382924;padding:9px 12px calc(9px + env(safe-area-inset-bottom));z-index:42;gap:8px}.mobile-action a{flex:1;min-height:44px;font-size:13px}.footer{padding-bottom:110px}}@media(max-width:410px){.footer-grid{grid-template-columns:1fr}.brandname span{font-size:9px}}
