:root {
  /* REPLACEABLE IMAGES: all replaceable images use local <img> elements. */
  --cream:#f8f6ef;--paper:#fffdf8;--green:#345747;--deep:#213e32;--sage:#e6eadf;--ink:#293a30;--muted:#5f6b61;--line:#d7dccf;--gold:#e2b85b;
  color-scheme:light;
}
*{box-sizing:border-box}html{scroll-padding-top:150px}body{margin:0;background:var(--cream);color:var(--ink);font-family:Arial,Helvetica,sans-serif;font-size:16px;line-height:1.65}a{color:inherit;text-underline-offset:4px}a:hover{color:#647644}a:focus-visible,button:focus-visible,summary:focus-visible,input:focus-visible,textarea:focus-visible{outline:3px solid #b27a1c;outline-offset:5px}img{display:block;max-width:100%}h1,h2,h3,p,figure{margin:0}p+p{margin-top:18px}h1,h2,h3{line-height:1.12;font-weight:500}h1,h2{font-family:Georgia,'Times New Roman',serif;letter-spacing:-.045em}h1{font-size:clamp(42px,5.1vw,72px)}h2{font-size:clamp(32px,3.1vw,44px)}h3{font-size:24px;letter-spacing:-.025em}header{position:sticky;top:0;z-index:10;background:rgba(248,246,239,.98);border-bottom:1px solid var(--line)}.header-inner{max-width:1328px;padding:20px 40px;margin:auto;display:flex;gap:32px;align-items:center;justify-content:space-between}.brand{display:flex;gap:12px;align-items:center;text-decoration:none;white-space:nowrap}.brand img{border-radius:11px}.brand span{font-family:Georgia,serif;font-size:27px;font-weight:700;line-height:1.05;letter-spacing:-1px}.brand small{display:block;font-family:Arial,sans-serif;font-weight:400;font-size:8px;letter-spacing:2.3px;margin-top:8px}.header-inner nav{display:flex;gap:25px;font-size:14px}.header-inner nav a{text-decoration:none}.header-inner nav a[aria-current]{text-decoration:underline;text-decoration-thickness:2px;text-underline-offset:9px}.button{display:inline-flex;align-items:center;justify-content:space-between;gap:35px;padding:14px 23px;background:var(--green);color:white;border:1px solid var(--green);border-radius:5px;text-decoration:none;font-family:inherit;font-size:14px;font-weight:600;line-height:1.5;cursor:pointer;transition:background .15s,transform .15s}.button:hover{background:var(--deep);color:white;transform:translateY(-2px)}.button span{font-size:21px;line-height:1}.button.secondary{background:transparent;color:var(--green)}.button.secondary:hover{background:var(--sage)}main{max-width:1248px;margin:auto;padding:0 40px}.hero{display:grid;grid-template-columns:1.3fr 1fr;gap:65px;align-items:center;padding:48px 0 54px}.eyebrow{font-size:11px;line-height:1.5;font-weight:700;letter-spacing:2px;text-transform:uppercase;margin-bottom:22px}.hero h1{max-width:680px}.hero em{font-style:italic;color:var(--green)}.lead{font-size:19px;line-height:1.6;margin-top:25px;max-width:680px}.hero-copy>p:not(.eyebrow){max-width:440px}.hero-copy>p:not(.lead):not(.eyebrow){font-size:15px;color:var(--muted);margin-top:18px}.actions{display:flex;align-items:center;gap:27px;margin-top:29px}.text-link{font-size:14px;font-weight:600;text-decoration:none}.hero-note{display:flex;gap:8px;align-items:center;font-size:12px;margin-top:29px;color:var(--muted)}.dot{width:7px;height:7px;border-radius:50%;background:var(--green)}.hero-photo{position:relative;padding:0 0 27px 0}.hero-photo:before{content:'';position:absolute;inset:23px -15px 10px 20px;border:1px solid #a5b19d;border-radius:150px 150px 8px 8px;z-index:-1}.portrait{width:100%;height:100%;object-fit:cover}.hero-photo .portrait{height:510px;border-radius:150px 150px 6px 6px;object-position:center 46%}.hero-photo figcaption{position:absolute;bottom:0;left:-25px;right:25px;background:var(--sage);padding:16px 23px;border:1px solid #cad4c0;display:flex;justify-content:space-between;gap:10px;align-items:center;font-size:11px}.hero-photo figcaption span:first-child{font-family:Georgia,serif;font-size:23px}.benefit-strip{border-top:1px solid var(--line);border-bottom:1px solid var(--line);display:flex;justify-content:space-around;padding:23px 0;font-size:13px}.benefit-strip span:before{content:'✓';color:var(--green);margin-right:12px}.section{padding:75px 0}.section-heading{display:flex;gap:40px;align-items:flex-end;justify-content:space-between;margin-bottom:36px}.section-heading .eyebrow{margin-bottom:12px}.section-heading>p{font-size:14px;color:var(--muted)}.steps{display:grid;grid-template-columns:repeat(3,1fr);gap:44px}.step-number{font-size:11px;letter-spacing:1.8px;color:var(--green);display:block;margin-bottom:22px}.steps h3{font-family:Georgia,serif;font-size:28px}.steps p{font-size:15px;margin-top:14px;color:var(--muted)}.package-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.package{border:1px solid var(--line);padding:30px;background:var(--paper);display:flex;flex-direction:column;border-radius:8px}.package:nth-child(2){background:var(--sage);border-color:#b7c5ae}.package h3{font-family:Georgia,serif;font-size:27px}.package [data-ss-field=description]{font-size:14px;min-height:76px;color:var(--muted);margin-top:16px}.package .price{font-size:54px;font-family:Georgia,serif;line-height:1.1;letter-spacing:-2px;margin-top:23px}.package .term{font-size:12px;margin-top:6px;color:var(--muted)}.included{font-size:13px;border-top:1px solid var(--line);padding-top:20px;margin:25px 0}.package .button{margin-top:auto}.small{font-size:12px;color:var(--muted);margin-top:20px}.cta{margin:15px 0 70px;padding:44px 48px;background:var(--green);color:var(--cream);display:flex;gap:30px;justify-content:space-between;align-items:center;border-radius:8px}.cta .eyebrow{margin-bottom:12px;color:#d4dfce}.cta p:not(.eyebrow){font-size:14px;margin-top:17px}.cta .button{background:var(--cream);color:var(--deep);white-space:nowrap}.page-intro{padding:67px 0 25px;max-width:850px}.page-intro h1{font-size:clamp(42px,5vw,65px)}.split-note{display:grid;grid-template-columns:1fr 1fr;gap:70px;border-top:1px solid var(--line)}.split-note .button{margin-top:24px}.faq-layout{display:grid;grid-template-columns:240px 1fr;gap:55px;margin:35px 0 65px}.faq-nav{display:flex;flex-direction:column;gap:17px;font-size:14px;padding-top:15px}.faq-nav a{text-decoration:none}.faq-list details{border-bottom:1px solid var(--line);padding:23px 0;scroll-margin-top:10px}.faq-list summary{font-size:18px;font-weight:500;cursor:pointer}.faq-list details p{margin-top:18px;color:var(--muted);font-size:15px}.reserve-panel{margin:30px 0 60px;display:grid;grid-template-columns:1.4fr 1fr;border:1px solid var(--line);border-radius:8px;overflow:hidden}.reserve-panel>div,.reserve-panel aside{padding:42px}.reserve-panel aside{background:var(--sage)}.reserve-panel h2{font-size:34px;margin-bottom:22px}.reserve-panel .button{margin-top:26px}.reserve-panel aside p{margin:20px 0}.about-layout{display:grid;grid-template-columns:.8fr 1fr;gap:85px;align-items:center;padding:65px 0 80px}.about-photo img{height:620px;object-position:center;border-radius:110px 110px 6px 6px}.about-photo figcaption{font-size:12px;color:var(--muted);margin-top:15px}.about-layout .button{margin-top:27px}.contact-layout{display:grid;grid-template-columns:1fr 1.15fr;gap:75px;margin:35px 0 80px}.contact-details h2{margin-bottom:30px}.contact-details .eyebrow{margin:30px 0 5px}.big-link{font-family:Georgia,serif;font-size:34px}.email-link{font-size:20px;overflow-wrap:anywhere}.form-panel{background:var(--sage);padding:35px;border-radius:8px}.form-panel h2{font-size:32px;margin-bottom:25px}label{display:block;font-size:13px;margin:15px 0 7px}input,textarea{width:100%;padding:13px;border:1px solid #899882;border-radius:4px;background:var(--paper);font:inherit;color:var(--ink)}textarea{resize:vertical}.cf-turnstile{margin:18px 0;max-width:100%;overflow:auto}.honeypot{position:absolute;left:-10000px;width:1px;height:1px;overflow:hidden}.form-panel .button{margin-top:12px}#form-status{font-size:14px}footer{background:var(--deep);color:var(--cream);padding:46px max(40px,calc((100vw - 1168px)/2)) 20px}.footer-grid{display:grid;grid-template-columns:1fr 1.15fr .6fr;gap:50px}.footer-grid h2{font-family:Arial,sans-serif;font-size:14px;letter-spacing:0;margin-bottom:18px}.footer-grid>div>a:not(.brand){display:block;font-size:14px;margin:6px 0;text-decoration:none}.footer-grid p{font-size:13px;color:#d2dccf;margin-top:18px}.footer-grid a:hover{color:#fff;text-decoration:underline}.footer-bottom{display:flex;justify-content:space-between;border-top:1px solid #54705f;margin-top:35px;padding-top:20px;font-size:11px;color:#cfdbca}[data-ss-credit]{font-size:11px;color:#cfdbca;margin-top:20px}[data-ss-credit] a{color:inherit}.sr-only,.skip-link:not(:focus){position:absolute;width:1px;height:1px;padding:0;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap}.skip-link:focus{position:fixed;z-index:20;top:10px;left:10px;padding:10px;background:white;color:var(--ink)}
@media(min-width:1500px){.hero{padding-top:65px;padding-bottom:65px}.hero-photo .portrait{height:550px}}
@media(max-width:1050px){.header-inner{gap:20px;padding:16px 24px}.header-inner nav{gap:15px;font-size:12px}.brand span{font-size:24px}.hero{gap:35px}.hero-photo .portrait{height:480px}.hero-photo figcaption{left:-12px;right:12px;flex-direction:column;gap:0}.package{padding:23px}.about-layout{gap:40px}.contact-layout{gap:35px}}
@media(max-width:760px){.header-inner{flex-wrap:wrap;gap:14px;padding:12px 20px}.header-inner>.button{padding:11px 14px;font-size:12px;gap:18px}.header-inner nav{order:3;justify-content:space-between;width:100%;font-size:12px;gap:12px}.brand img{width:35px;height:35px}.brand span{font-size:24px}.brand small{font-size:7px;margin-top:5px}.hero{grid-template-columns:1fr;padding:32px 0 40px;gap:30px}.hero h1{font-size:47px}.hero .eyebrow{font-size:10px;margin-bottom:18px}.hero .lead{font-size:17px;margin-top:20px}.hero-photo{max-width:450px;width:100%;margin:auto}.hero-photo .portrait{height:410px;object-position:center 40%;border-radius:90px 90px 5px 5px}.hero-photo figcaption{left:12px;right:12px;flex-direction:row;padding:12px 17px}.hero-note{margin-top:20px}main{padding:0 22px}.benefit-strip{flex-direction:column;gap:10px;padding:20px}.section{padding:44px 0}.section-heading{display:block;margin-bottom:27px}.section-heading>p{margin-top:18px}.steps,.package-grid{grid-template-columns:1fr;gap:20px}.steps article{border-top:1px solid var(--line);padding-top:22px}.step-number{margin-bottom:12px}.package{padding:27px}.package [data-ss-field=description]{min-height:0}.cta{margin:10px 0 40px;padding:30px 25px;align-items:flex-start;flex-direction:column}.cta h2{font-size:34px}.page-intro{padding:38px 0 22px}.page-intro .lead{font-size:17px}.split-note{grid-template-columns:1fr;gap:25px}.faq-layout{grid-template-columns:1fr;gap:20px;margin:10px 0 35px}.faq-nav{flex-direction:row;flex-wrap:wrap;gap:8px 20px;font-size:12px}.faq-list summary{font-size:17px}.reserve-panel{grid-template-columns:1fr;margin-top:10px}.reserve-panel>div,.reserve-panel aside{padding:27px}.about-layout{grid-template-columns:1fr;padding:35px 0;gap:30px}.about-layout>div{grid-row:1}.about-photo img{height:500px}.contact-layout{grid-template-columns:1fr;gap:35px;margin:10px 0 40px}.form-panel{padding:23px}.footer-grid{grid-template-columns:1fr;gap:30px}footer{padding:35px 23px 20px}.footer-bottom{gap:20px;flex-wrap:wrap}.actions{gap:23px}.hero-photo:before{right:-7px}}
@media(prefers-reduced-motion:reduce){*{scroll-behavior:auto!important;transition:none!important}}

/* Keep the complete owner portrait visible at every breakpoint. */
.hero-photo .portrait, .about-photo img {
  display: block; width: auto; max-width: 100%; height: auto;
  max-height: 640px; object-fit: contain; margin: 0 auto; border-radius: 24px;
}
.hero-photo::before { display: none; }
.hero-photo figcaption { position: static; margin: 16px 0 0; }
@media (max-width: 760px) {
  .hero-photo .portrait, .about-photo img { max-height: 540px; }
}
