/* Exact palette supplied by the owner. All colors remain editable here. */
:root{--ivory:#F4F0E8;--white:#FAFAF7;--stone:#D9D6CE;--wine:#120000;--green:#334B38;--olive:#68764A;--terracotta:#A94F32;--flower:#B4485A;--page:var(--ivory);--ink:var(--wine);--muted:#6a625b;--line:var(--stone);--cta:var(--terracotta);--on-cta:var(--white);--focus:var(--olive);--radius:2px;--max:1500px;--serif:Georgia,'Times New Roman',serif;--sans:'Segoe UI',Arial,Helvetica,sans-serif}
*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:95px}body{margin:0;background:var(--page);color:var(--ink);font-family:var(--sans);font-size:16px;line-height:1.65}a{color:inherit;text-decoration:none}button{font:inherit;cursor:pointer}button,a,input,select,textarea{touch-action:manipulation}img{display:block;max-width:100%}a:focus-visible,button:focus-visible,input:focus-visible,select:focus-visible,textarea:focus-visible{outline:3px solid var(--focus);outline-offset:5px}.skip-link{position:fixed;top:-100px;z-index:100;padding:16px;background:var(--white)}.skip-link:focus{top:0}
.header{position:fixed;inset:0 0 auto;height:98px;display:flex;justify-content:space-between;align-items:center;gap:24px;padding:0 4%;z-index:30;color:var(--white);border-bottom:1px solid #fafaf72b;transition:background .3s,color .3s,border-color .3s}.header.is-scrolled,.header.menu-open{background:var(--ivory);color:var(--wine);border-color:var(--stone)}.wordmark{font-size:23px;letter-spacing:.18em;line-height:1.2;white-space:nowrap}.wordmark span{display:block;font-size:10px;letter-spacing:.17em;margin-top:7px}.desktop-nav{display:flex;gap:25px;font-size:14px}.desktop-nav a{padding:8px 0;position:relative}.desktop-nav a::after{content:'';position:absolute;left:0;right:0;bottom:0;height:1px;background:currentColor;transform:scaleX(0);transform-origin:left;transition:transform .25s}.desktop-nav a:hover::after{transform:scaleX(1)}
.button{display:inline-flex;justify-content:center;align-items:center;gap:32px;min-height:55px;padding:18px 24px;background:var(--cta);color:var(--on-cta);border:1px solid var(--cta);border-radius:var(--radius);font-size:15px;line-height:1.3;transition:transform .25s,background .25s,border-color .25s}.button:hover{background:var(--wine);border-color:var(--wine);transform:translateY(-2px)}.button-small{min-height:46px;padding:13px 18px;gap:24px;font-size:14px}.menu-toggle{display:none}.mobile-nav[hidden]{display:none}
.hero{height:100svh;min-height:790px;max-height:1100px;position:relative;isolation:isolate;overflow:hidden;color:var(--white)}.hero-photo{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:center 55%;z-index:-3;transform:scale(1.025)}.hero-shade{position:absolute;inset:0;z-index:-2;background:linear-gradient(90deg,rgba(18,0,0,.68),rgba(18,0,0,.1) 90%),linear-gradient(180deg,rgba(18,0,0,.35),transparent 22%,transparent 65%,rgba(18,0,0,.45))}.hero-copy{padding:clamp(185px,22vh,300px) 7% 140px;max-width:1180px;animation:enter .9s ease both}.eyebrow,.section-index{font-size:12px;letter-spacing:.18em;font-weight:500;line-height:1.7;margin:0 0 24px;color:var(--green)}.hero .eyebrow{color:var(--white)}h1,h2{font-family:var(--serif);font-weight:400;letter-spacing:-.055em;line-height:1.1;margin:0}h1{font-size:clamp(58px,6.1vw,96px)}h1 em,h2 em{font-weight:400}h2{font-size:clamp(38px,4.1vw,65px)}h3{font-weight:400;line-height:1.3}.hero-description{font-size:18px;max-width:490px;line-height:1.75;margin:30px 0}.hero-actions{display:flex;align-items:center;gap:34px}.hero-tour{display:inline-flex;gap:20px;font-size:15px;padding:12px 0;border-bottom:1px solid #fafaf7a0}.hero-tour:hover{opacity:.75}.hero-bottom{position:absolute;bottom:34px;left:4%;right:4%;display:flex;justify-content:space-between;gap:24px;border-top:1px solid #fafaf75e;padding-top:22px;font-size:11px;letter-spacing:.14em}.hero-bottom a{font-size:14px;letter-spacing:0;display:flex;gap:30px}
.section{max-width:var(--max);margin:auto;padding:110px 7%}.facts{display:grid;grid-template-columns:repeat(4,1fr);max-width:var(--max);margin:auto;padding:60px 7% 70px}.fact{padding:0 28px;border-right:1px solid var(--stone);display:flex;flex-direction:column;gap:8px}.fact:first-child{padding-left:0}.fact:last-child{border:0}.fact strong{font-family:var(--serif);font-weight:400;font-size:clamp(45px,4.5vw,68px);line-height:1.15;letter-spacing:-.06em}.fact small{font-family:var(--sans);font-size:20px;letter-spacing:0}.fact>span{font-size:14px;color:var(--muted)}
.dark-section{background:var(--wine);color:var(--ivory);max-width:none;padding-left:max(7%,calc((100% - 1290px)/2));padding-right:max(7%,calc((100% - 1290px)/2))}.dark-section .eyebrow,.dark-section .section-index{color:var(--stone)}.difference-heading{display:grid;grid-template-columns:1.2fr 1fr;gap:12%;align-items:end}.difference-heading h2{font-size:clamp(42px,4.9vw,77px)}.difference-heading p{font-size:18px;line-height:1.75;color:var(--stone);margin:0 0 20px}.text-link{display:inline-flex;align-items:center;justify-content:space-between;gap:30px;background:none;border:0;border-bottom:1px solid var(--wine);padding:12px 0;color:var(--wine);font-size:15px;line-height:1.5;border-radius:0}.text-link:hover{color:var(--green);border-color:var(--green)}.light-link{color:var(--ivory);border-color:#d9d6ce80}.light-link:hover{color:var(--white);border-color:var(--white)}.possibilities{margin-top:64px;border-top:1px solid #d9d6ce40;border-bottom:1px solid #d9d6ce40;padding:24px 0;display:flex;justify-content:space-between;gap:30px;font-size:15px}.section-note{font-size:12px;line-height:1.6;opacity:.75;margin:17px 0 0}
.section-heading{display:flex;justify-content:space-between;align-items:end;gap:6%;margin-bottom:46px}.section-heading>p{font-size:16px;line-height:1.8;color:var(--muted);margin:0;max-width:280px}.photo{display:block;width:100%;position:relative;overflow:hidden;padding:0;border:0;border-radius:var(--radius);background:var(--stone);text-align:left;color:var(--white)}.photo img{height:100%;width:100%;object-fit:cover;transition:transform 1s cubic-bezier(.2,.7,.2,1)}.photo:hover img{transform:scale(1.025)}.expand{position:absolute;bottom:24px;right:24px;width:42px;height:42px;border:1px solid #fafaf7a0;background:#12000065;display:grid;place-items:center;font-size:21px;border-radius:50%;z-index:2}.photo-caption{position:absolute;bottom:28px;left:30px;right:85px;font-size:14px;text-shadow:0 2px 10px #120000;z-index:1}.photo:has(.photo-caption)::after{content:'';position:absolute;bottom:0;left:0;right:0;height:25%;background:linear-gradient(transparent,#12000090);pointer-events:none}.story-wide{height:600px}.story-pair{display:grid;grid-template-columns:.65fr 1fr;gap:11%;margin-top:38px;align-items:center}.story-bedroom{height:490px}.story-note{padding:20px 0}.serif-number{font-family:var(--serif);font-size:70px;line-height:1;color:var(--green);letter-spacing:-.05em}.story-note p{margin:28px 0 18px;color:var(--muted);font-size:17px}
.garden{background:var(--green);color:var(--ivory)}.garden-top{padding-bottom:64px;display:grid;grid-template-columns:.45fr 1fr;gap:8%}.garden-top>.eyebrow{color:var(--stone);padding-top:10px}.garden-top h2{font-size:clamp(38px,4vw,64px)}.garden-top p:not(.eyebrow){max-width:570px;color:var(--stone);margin:28px 0 0;font-size:17px}.garden-photo{height:650px;border-radius:0}.garden-photo img{object-position:center 60%}.garden-bottom{display:flex;justify-content:space-between;gap:24px;max-width:var(--max);margin:auto;padding:28px 7%;font-size:11px;letter-spacing:.14em;color:var(--stone)}
.two-homes{padding-bottom:70px}.home-layout{display:grid;grid-template-columns:1fr 190px 1fr;border-top:1px solid var(--stone);margin-top:50px;padding-top:46px;gap:36px}.home-label{display:flex;gap:22px;align-items:center}.home-label>span{font-family:var(--serif);font-size:62px;color:var(--green);line-height:1}.home-label h3{font-family:var(--serif);font-size:35px;letter-spacing:-.03em;margin:0}.home-layout article>p{color:var(--muted);font-size:16px;max-width:390px;margin:26px 0}.home-details{list-style:none;padding:0;margin:0;font-size:14px}.home-details li{padding:12px 0;border-top:1px solid var(--stone)}.home-details li::before{content:'+';margin-right:12px;color:var(--green)}.home-divider{display:flex;align-items:center;justify-content:center;position:relative}.home-divider::before{content:'';position:absolute;width:1px;background:var(--stone);top:0;bottom:0;left:50%}.home-divider>span{position:relative;background:var(--ivory);padding:24px 14px;text-align:center;color:var(--green);font-family:var(--serif);font-size:27px}.home-divider small{font-family:var(--sans);font-size:10px;letter-spacing:.08em}.two-home-photo{margin-top:65px;position:relative}.two-home-photo img{width:100%;height:450px;object-fit:cover;object-position:center 45%}.two-home-photo>span{position:absolute;bottom:20px;left:24px;background:#12000085;color:var(--white);padding:8px 12px;font-size:10px;letter-spacing:.15em}
.flexible{display:grid;grid-template-columns:1fr 1fr;gap:10%;align-items:center;padding-top:40px}.flexible-photo{height:560px}.flexible>div>p:not(.eyebrow){color:var(--muted);font-size:17px;line-height:1.75;margin:28px 0}.use-labels{display:flex;gap:25px;margin-bottom:24px;font-size:13px;letter-spacing:.03em;color:var(--green)}.use-labels>span{border-bottom:1px solid var(--stone);padding-bottom:8px}
.tour{max-width:none;background:var(--white);display:grid;grid-template-columns:.75fr 1fr;gap:9%;align-items:center;padding-left:max(7%,calc((100% - 1290px)/2));padding-right:max(7%,calc((100% - 1290px)/2))}.tour-title p:not(.eyebrow):not(.micro){color:var(--muted);margin:26px 0;max-width:410px}.tour-preview{position:relative;display:block;overflow:hidden;height:490px}.tour-preview img{width:100%;height:100%;object-fit:cover;transition:transform 1s}.tour-preview:hover img{transform:scale(1.025)}.tour-symbol{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);width:88px;height:88px;border-radius:50%;background:var(--terracotta);color:var(--white);display:grid;place-items:center;font-size:24px;border:1px solid #fafaf770}.tour-preview-label{position:absolute;bottom:25px;left:25px;right:25px;padding:10px 12px;background:#12000090;color:var(--white);font-size:11px;letter-spacing:.09em;text-align:center}
.location{display:grid;grid-template-columns:1fr 1fr;gap:12%;align-items:center}.location>div>p:not(.eyebrow):not(.micro){color:var(--muted);font-size:17px;max-width:470px;margin:26px 0 14px}.micro{font-size:12px;color:var(--muted);line-height:1.6}.location-list>div{display:flex;gap:22px;border-top:1px solid var(--stone);padding:26px 0}.location-list>div:last-child{border-bottom:1px solid var(--stone)}.location-list>div>span{font-size:12px;color:var(--green);padding-top:6px}.location-list p{font-size:22px;line-height:1.4;margin:0}.location-list small{display:block;font-size:15px;line-height:1.7;color:var(--muted);margin-top:10px}
.inquiry{display:grid;grid-template-columns:1.1fr 1fr;gap:10%;padding-bottom:90px}.inquiry-copy h2{font-size:clamp(42px,4.5vw,70px)}.inquiry-copy>p:not(.eyebrow){max-width:440px;color:var(--stone);font-size:17px;margin:30px 0 40px}.inquiry-price{display:flex;flex-direction:column;border-top:1px solid #d9d6ce50;padding-top:25px;max-width:420px;gap:7px}.inquiry-price>span{font-size:11px;letter-spacing:.16em;color:var(--stone)}.inquiry-price strong{font-size:36px;font-weight:400;line-height:1.3}.inquiry-price small{font-size:12px;color:var(--stone)}.inquiry-panel{border-top:1px solid #d9d6ce70;padding-top:22px;align-self:center}.inquiry-panel h3{font-family:var(--serif);font-size:29px;letter-spacing:-.02em;margin:0 0 28px}.inquiry-panel label{font-size:14px;display:block;margin:20px 0 8px;color:var(--ivory)}label>span{font-size:12px;color:var(--stone);margin-left:6px}select,textarea{font:inherit;font-size:16px;width:100%;padding:14px 16px;border:1px solid #d9d6ce70;background:#fafaf708;color:var(--white);border-radius:var(--radius)}select option{background:var(--ivory);color:var(--wine)}textarea{resize:vertical;min-height:115px}textarea::placeholder{color:#d9d6cebb}form>.button{margin-top:22px;width:100%;justify-content:space-between}.dark-section .button:hover{background:var(--green);border-color:var(--green)}form>.micro{color:var(--stone);margin:15px 0 0;font-size:12px}#inquiry-status:empty{display:none}#inquiry-status a{text-decoration:underline}.inquiry-secondary{display:flex;justify-content:space-between;align-items:center;border:1px solid #d9d6ce80;font-size:15px;padding:15px 24px;margin-top:24px;transition:background .25s}.inquiry-secondary:hover{background:var(--green)}.contact-alternative{display:flex;flex-wrap:wrap;justify-content:space-between;gap:12px;margin-top:24px;font-size:14px}.contact-alternative>span{color:var(--stone)}
.footer{background:var(--wine);color:var(--ivory);padding:0 7% 38px}.footer-top{max-width:1290px;margin:auto;border-top:1px solid #d9d6ce50;padding:36px 0;display:flex;justify-content:space-between;align-items:center;gap:24px;font-size:13px}.footer-bottom{max-width:1290px;margin:auto;display:flex;justify-content:space-between;gap:35px;color:var(--stone)}.footer-bottom p{font-size:11px;line-height:1.7;margin:0;max-width:580px}.footer-bottom p a{text-decoration:underline;text-underline-offset:3px}.mobile-cta{display:none}
.viewer-open{overflow:hidden}dialog{border:0;background:var(--wine);color:var(--ivory);padding:24px;max-width:1240px;width:94vw;max-height:95svh;border-radius:2px}dialog::backdrop{background:#120000ed;backdrop-filter:blur(8px)}.viewer-header{display:flex;align-items:center;justify-content:space-between;font-size:12px;letter-spacing:.12em;margin-bottom:18px}.viewer-header button{background:none;color:var(--ivory);border:0;display:flex;align-items:center;gap:16px;min-height:44px;padding:5px 10px;font-size:14px}.viewer-header button span{font-size:28px}.viewer-image{position:relative}.viewer-image img{height:70svh;width:100%;object-fit:contain;user-select:none}.viewer-image button{position:absolute;top:50%;transform:translateY(-50%);width:48px;height:48px;border:1px solid #d9d6ce80;border-radius:50%;background:#120000dc;color:var(--ivory);font-size:24px;display:grid;place-items:center}.viewer-image button:hover{background:var(--green)}#previous-photo{left:12px}#next-photo{right:12px}.viewer-caption{display:flex;justify-content:space-between;align-items:center;gap:20px;font-size:14px;margin-top:18px}.viewer-caption p{margin:0}.viewer-caption>span{white-space:nowrap;color:var(--stone)}
.will-reveal{opacity:0;transform:translateY(28px);transition:opacity .9s ease,transform .9s ease}.will-reveal.is-visible{opacity:1;transform:none}.fact.will-reveal:nth-child(2){transition-delay:.08s}.fact.will-reveal:nth-child(3){transition-delay:.16s}.fact.will-reveal:nth-child(4){transition-delay:.24s}@keyframes enter{from{opacity:0;transform:translateY(16px)}to{opacity:1;transform:none}}
@media(min-width:1700px){.hero-copy{padding-top:250px}.hero-photo{object-position:center 58%}}
@media(max-width:1200px){.desktop-nav{gap:17px;font-size:13px}.header{gap:18px;padding:0 3%}.wordmark{font-size:20px}.button-small{gap:14px}.section{padding:85px 6%}.home-layout{grid-template-columns:1fr 120px 1fr;gap:25px}.home-label h3{font-size:30px}.story-wide{height:510px}.story-bedroom{height:430px}.garden-photo{height:550px}.flexible-photo{height:500px}.tour-preview{height:440px}}
@media(max-width:1000px){.desktop-nav{display:none}.header{padding:0 5%;height:86px;justify-content:start}.header>.button{margin-left:auto}.menu-toggle{width:40px;height:44px;display:flex;flex-direction:column;justify-content:center;align-items:center;gap:7px;background:transparent;border:0;color:inherit}.menu-toggle span{display:block;width:23px;height:1px;background:currentColor;transition:transform .25s}.menu-open .menu-toggle span:first-child{transform:translateY(4px) rotate(45deg)}.menu-open .menu-toggle span:last-child{transform:translateY(-4px) rotate(-45deg)}.mobile-nav{position:absolute;top:85px;left:0;right:0;display:flex;flex-direction:column;background:var(--ivory);color:var(--wine);padding:18px 6% 28px;box-shadow:0 15px 20px #12000012;border-bottom:1px solid var(--stone)}.mobile-nav a{padding:12px 0;font-size:18px;border-bottom:1px solid var(--stone)}.hero{min-height:790px}.hero-copy{padding-top:205px;max-width:860px}.hero h1{font-size:70px}.difference-heading{gap:6%}.difference-heading h2{font-size:54px}.difference-heading p{font-size:16px}.fact{padding:0 20px}.fact strong{font-size:53px}.story .section-heading{align-items:start}.story .section-heading>p{max-width:200px}.garden-top{grid-template-columns:1fr;gap:12px}.garden-top>.eyebrow{padding-top:0}.garden-top h2{font-size:52px}.home-layout{grid-template-columns:1fr 1fr;gap:60px}.home-divider{display:none}.flexible{gap:6%}.tour{gap:6%}.location{gap:7%}.inquiry{gap:7%}.inquiry-copy h2{font-size:51px}.possibilities{font-size:14px;gap:20px}.tour-preview{height:410px}}
@media(max-width:760px){html{scroll-padding-top:85px}.section{padding:70px 6%}.hero{min-height:790px;height:100svh}.hero-photo{object-position:58% center}.hero-shade{background:linear-gradient(90deg,#120000a8,#12000030),linear-gradient(180deg,#12000050,transparent 30%,transparent 60%,#12000070)}.hero-copy{padding:185px 6% 170px}.hero h1{font-size:clamp(50px,8.7vw,68px);line-height:1.13}.hero-description{font-size:17px;max-width:410px;line-height:1.7;margin:26px 0}.hero-actions{gap:24px;align-items:start;flex-direction:column}.hero-actions .button{font-size:14px;padding:17px 21px;min-height:53px}.hero-tour{font-size:14px;padding-top:0}.hero-bottom{left:6%;right:6%;bottom:110px;font-size:10px;align-items:center}.hero-bottom>span{display:none}.hero-bottom>a{margin-left:auto;font-size:13px}.facts{grid-template-columns:1fr 1fr;padding:42px 6% 48px;gap:32px 16px}.fact{padding:0}.fact:nth-child(even){border:0;padding-left:14px}.fact strong{font-size:53px}.fact>span{font-size:13px}.difference-heading{grid-template-columns:1fr;gap:28px}.difference-heading h2{font-size:53px}.difference-heading p{font-size:17px}.possibilities{margin-top:38px;flex-direction:column;gap:0;padding:0}.possibilities>span{padding:14px 0;border-bottom:1px solid #d9d6ce30}.possibilities>span:last-child{border:0}.section-heading{flex-direction:column;align-items:start;gap:24px;margin-bottom:30px}.section-heading>p,.story .section-heading>p{max-width:400px}.section-heading>p br{display:none}.story-wide{height:430px}.story-pair{grid-template-columns:1fr;gap:25px;margin-top:30px}.story-note{padding:0}.serif-number{font-size:52px}.story-note p{margin:18px 0 8px}.story-bedroom{height:480px;width:88%;margin-left:auto}.photo-caption{font-size:12px;bottom:24px;left:20px;right:74px}.expand{bottom:20px;right:18px;width:36px;height:36px}.garden-top{padding-bottom:38px}.garden-top h2{font-size:43px}.garden-top p:not(.eyebrow){font-size:16px}.garden-photo{height:460px}.garden-bottom{padding:24px 6%;font-size:10px;flex-wrap:wrap;gap:15px 26px}.home-layout{grid-template-columns:1fr;gap:34px;margin-top:35px;padding-top:30px}.home-layout article~article{border-top:1px solid var(--stone);padding-top:28px}.home-label h3{font-size:35px}.home-label>span{font-size:58px}.home-layout article>p{max-width:none;margin:20px 0}.two-home-photo{margin-top:35px}.two-home-photo img{height:340px}.two-home-photo>span{font-size:9px;left:14px;bottom:14px}.flexible{grid-template-columns:1fr;gap:34px;padding-top:0}.flexible-photo{height:440px}.flexible>div>p:not(.eyebrow){font-size:16px}.tour{grid-template-columns:1fr;gap:35px}.tour-preview{height:420px}.tour-title h2{font-size:49px}.tour-title h2 br{display:none}.tour-title p:not(.eyebrow){max-width:none}.location{grid-template-columns:1fr;gap:28px}.location-list>div{padding:21px 0}.location-list p{font-size:21px}.inquiry{grid-template-columns:1fr;gap:45px;padding-bottom:50px}.inquiry-copy h2{font-size:clamp(44px,8vw,60px)}.inquiry-copy>p:not(.eyebrow){font-size:16px;margin:26px 0 30px}.inquiry-price strong{font-size:33px}.inquiry-panel h3{font-size:29px}.inquiry-panel{padding-top:28px}.footer{padding:0 6% 120px}.footer-top{flex-wrap:wrap;justify-content:start;gap:23px 30px}.footer-top .wordmark{width:100%;font-size:22px}.footer-top>span{width:100%}.footer-bottom{flex-direction:column;gap:12px}.mobile-cta{display:flex;position:fixed;bottom:0;left:0;right:0;z-index:35;align-items:center;justify-content:space-between;gap:16px;padding:12px 5% calc(12px + env(safe-area-inset-bottom));background:var(--ivory);border-top:1px solid var(--stone)}.mobile-cta>div{display:flex;flex-direction:column}.mobile-cta>div>span{font-size:10px;letter-spacing:.1em;color:var(--green)}.mobile-cta strong{font-size:17px;font-weight:500}.mobile-cta .button{font-size:13px;gap:18px}.viewer-header{font-size:10px;letter-spacing:.08em}dialog{padding:16px;width:96vw}.viewer-image img{height:62svh}.viewer-image button{width:44px;height:44px}#previous-photo{left:0}#next-photo{right:0}.viewer-caption{font-size:13px}}
@media(max-width:420px){.header{height:78px;gap:10px}.wordmark{font-size:19px}.wordmark span{font-size:9px}.header>.button{padding:12px;gap:10px;font-size:12px}.header>.button>span{display:none}.menu-toggle{width:32px}.mobile-nav{top:77px}.hero{min-height:770px}.hero-copy{padding-top:160px}.hero h1{font-size:49px}.hero .eyebrow{font-size:10px;letter-spacing:.15em}.hero-description{font-size:16px}.hero-actions{gap:22px}.fact strong{font-size:46px}.fact small{font-size:18px}.section{padding-top:60px;padding-bottom:60px}.section h2{font-size:39px}.story-wide{height:340px}.story-bedroom{height:400px}.garden-photo{height:380px}.flexible-photo{height:350px}.tour-preview{height:330px}.tour-symbol{width:70px;height:70px;font-size:22px}.inquiry-copy h2{font-size:43px}.contact-alternative{font-size:13px}.mobile-cta .button{padding:13px 15px}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*::before,*::after{animation:none!important;transition:none!important}.will-reveal{opacity:1;transform:none}.hero-photo{transform:none!important}}

/* Shared page language and the embedded, language-specific tour. */
.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}
.language-picker{display:inline-flex;align-items:center;color:inherit;flex-shrink:0;margin:0}.language-picker select{font:inherit;font-size:14px;line-height:1.3;width:auto;min-height:44px;padding:8px 6px;border:1px solid currentColor;color:inherit;background:transparent;border-radius:var(--radius);cursor:pointer}.language-picker option{color:var(--wine);background:var(--ivory)}
.tour{display:block}.tour-title{display:grid;grid-template-columns:1fr 1fr;gap:9%;align-items:end;margin-bottom:45px}.tour-title h2{font-size:clamp(42px,4.5vw,70px)}.tour-title>div>p:not(.eyebrow):not(.micro){color:var(--muted);margin:0 0 24px;max-width:470px}.tour-title .micro{max-width:470px;margin:16px 0 0}.tour-toolbar{display:flex;align-items:center;justify-content:space-between;gap:20px;padding:16px 0;border-top:1px solid var(--stone);color:var(--green);font-size:14px}.tour-embed{position:relative;width:100%;height:clamp(440px,72svh,780px);background:var(--wine);scroll-margin-top:100px;isolation:isolate}.tour-embed iframe{display:block;width:100%;height:100%;border:0;max-width:100%}#tour-loading{position:absolute;top:20px;left:20px;right:20px;width:fit-content;max-width:calc(100% - 40px);background:var(--ivory);color:var(--wine);padding:10px 16px;border-radius:var(--radius);font-size:14px;pointer-events:none}.tour-help{display:flex;align-items:center;justify-content:space-between;gap:20px;margin-top:8px}.tour-help .text-link{font-size:13px;padding:10px 0;flex-shrink:0}.tour-noscript{width:100%;height:600px;border:0}
@media(max-width:1200px){.desktop-nav{display:none}.header{padding:0 5%;height:86px;justify-content:start;gap:18px}.header>.language-picker{margin-left:auto}.header>.button{margin-left:0}.menu-toggle{width:40px;height:44px;display:flex;flex-direction:column;justify-content:center;align-items:center;gap:7px;background:transparent;border:0;color:inherit}.menu-toggle span{display:block;width:23px;height:1px;background:currentColor;transition:transform .25s}.menu-open .menu-toggle span:first-child{transform:translateY(4px) rotate(45deg)}.menu-open .menu-toggle span:last-child{transform:translateY(-4px) rotate(-45deg)}.mobile-nav{position:absolute;top:85px;left:0;right:0;display:flex;flex-direction:column;background:var(--ivory);color:var(--wine);padding:18px 6% 28px;box-shadow:0 15px 20px #12000012;border-bottom:1px solid var(--stone)}.mobile-nav a{padding:12px 0;font-size:18px;border-bottom:1px solid var(--stone)}}
@media(max-width:760px){.tour-title{grid-template-columns:1fr;gap:28px;margin-bottom:32px}.tour-title h2{font-size:49px}.tour-embed{height:65svh;min-height:460px;max-height:700px}.tour-help{flex-direction:column;align-items:start;gap:0}.tour-help .micro{margin-bottom:0}}
@media(max-width:600px){.header>.button{display:none}.header{gap:15px}.header .wordmark{font-size:21px}.header .wordmark span{font-size:10px}.header .language-picker select{font-size:14px}.tour-toolbar{gap:12px}.tour-title h2{font-size:43px}}
@media(max-width:420px){.header{height:78px;gap:12px}.mobile-nav{top:77px}.menu-toggle{width:32px}.tour-embed{scroll-margin-top:85px}.tour-title h2{font-size:39px}}

/* Earlier photos are a separate collection with a persistent condition label. */
.earlier-gallery{padding-top:0}
.earlier-heading{display:grid;grid-template-columns:1fr 1fr;gap:8%;align-items:end;margin-bottom:30px;border-top:1px solid var(--stone);padding-top:50px}
.earlier-heading h2{font-size:clamp(32px,3.2vw,48px);max-width:530px}
.earlier-heading>p{color:var(--muted);font-size:16px;line-height:1.75;margin:0;max-width:500px}
.earlier-previews{display:grid;grid-template-columns:1fr 1fr 1fr;gap:20px}
.earlier-preview{aspect-ratio:4/3;min-width:0;width:100%}
.earlier-preview img{height:100%;width:100%;object-fit:cover}
.earlier-open{margin-top:25px}
#photo-era-note{color:var(--stone);font-size:12px;line-height:1.4;margin-top:6px}
@media(max-width:760px){.earlier-gallery{padding-top:0}.earlier-heading{grid-template-columns:1fr;gap:20px;padding-top:35px}.earlier-previews{grid-template-columns:1fr 1fr;gap:12px}.earlier-preview:first-child{grid-column:1/-1;aspect-ratio:16/10}.earlier-preview .expand{width:32px;height:32px;bottom:12px;right:12px}.earlier-heading h2{font-size:36px}.earlier-open{font-size:14px}}

.viewer-image button[hidden]{display:none}
/* Native range control supports touch, keyboard, and full before/after presets. */
.entrance-comparison{display:grid;grid-template-columns:.85fr 1fr;gap:9%;align-items:center;padding-top:50px}
.comparison-copy h2{max-width:500px}.comparison-copy>p:not(.eyebrow):not(.micro){color:var(--muted);font-size:17px;line-height:1.75;margin:28px 0;max-width:460px}
.comparison-copy .micro{max-width:420px}.comparison-panel{width:100%;max-width:540px;justify-self:end}
.comparison-stage{position:relative;aspect-ratio:3/4;overflow:hidden;background:var(--wine);isolation:isolate}
.comparison-stage>img{position:absolute;inset:0;width:100%;height:100%;object-fit:contain}
.comparison-before{clip-path:inset(0 calc(100% - var(--before)) 0 0)}
.comparison-label{position:absolute;top:18px;padding:6px 12px;background:var(--wine);color:var(--ivory);font-size:12px;z-index:2;pointer-events:none}.comparison-label-before{left:16px}.comparison-label-after{right:16px}
.comparison-divider{position:absolute;inset:0 auto 0 var(--before);width:2px;background:var(--ivory);transform:translateX(-50%);pointer-events:none}
.comparison-controls{padding:18px 0 0}.comparison-controls>label{display:block;font-size:13px;margin-bottom:3px}.comparison-controls input{display:block;width:100%;min-height:44px;margin:0;accent-color:var(--wine);cursor:ew-resize}
.comparison-presets{display:flex;justify-content:space-between}.comparison-presets button{min-height:44px;min-width:80px;padding:8px 14px;border:1px solid var(--stone);background:transparent;color:var(--ink);border-radius:var(--radius);font-size:13px}.comparison-presets button[aria-pressed="true"]{background:var(--wine);color:var(--ivory);border-color:var(--wine)}
.comparison-enlarge{display:flex;justify-content:space-between;gap:16px;flex-wrap:wrap;margin-top:20px}.comparison-enlarge button{font-size:12px;min-height:44px}
@media(max-width:760px){.entrance-comparison{grid-template-columns:1fr;gap:28px;padding-top:30px}.comparison-panel{justify-self:center;max-width:480px}.comparison-copy>p:not(.eyebrow):not(.micro){font-size:16px;margin:22px 0}.comparison-label{top:12px}.comparison-label-before{left:12px}.comparison-label-after{right:12px}}

/* Inline appointment calendar with the provider's automatic height adjustment. */
.inquiry{grid-template-columns:minmax(0,.7fr) minmax(0,1.3fr);gap:6%}.inquiry-panel{min-width:0}.booking-intro{font-size:15px;line-height:1.6;margin:16px 0 24px}.booking-calendar{background:#fff;border-radius:var(--radius);overflow:hidden}.booking-calendar iframe{display:block;max-width:100%;min-height:600px}.booking-fallback{font-size:12px;line-height:1.5;margin:16px 0 24px}.booking-fallback a{text-decoration:underline;text-underline-offset:3px}
@media(max-width:1000px){.inquiry{grid-template-columns:1fr;gap:36px}.inquiry-copy{max-width:650px}.inquiry-panel{width:100%}}

#booking-calendar{scroll-margin-top:115px}

/* Language choice for visitors without a saved preference. */
.language-choice-open{overflow:hidden}
#language-welcome{width:calc(100% - 40px);max-width:550px;max-height:calc(100svh - 40px);margin:auto;padding:44px;background:var(--ivory);color:var(--wine);border:1px solid var(--stone);border-radius:var(--radius);box-shadow:0 24px 90px #12000020;text-align:center}
#language-welcome::backdrop{background:var(--ivory);backdrop-filter:none}
#language-welcome h2{font-family:var(--serif);font-weight:400;line-height:1.2;font-size:36px;letter-spacing:-.03em;margin:22px 0}
#language-welcome h2 span,#language-welcome-description span{display:block}
#language-welcome h2 span+span{font-size:28px;margin-top:10px}
#language-welcome-description{font-size:16px;color:var(--muted);line-height:1.6;margin:0 0 28px}
#language-welcome-description span+span{margin-top:5px}
.language-choices{display:grid;grid-template-columns:1fr 1fr;gap:14px}
.language-choices button{min-height:58px;padding:14px;border:1px solid var(--wine);background:var(--wine);color:var(--ivory);border-radius:var(--radius);font-size:18px}
.language-choices button:hover{background:var(--green);border-color:var(--green)}
@media(max-width:480px){#language-welcome{padding:32px 22px}#language-welcome h2{font-size:31px}#language-welcome h2 span+span{font-size:26px}.language-choices{grid-template-columns:1fr}}
