/*! tailwindcss v4.2.1 | MIT License | https://tailwindcss.com */
@layer theme{:root,:host{--font-sans:ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";--font-mono:ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;--spacing:.25rem;--default-font-family:var(--font-sans);--default-mono-font-family:var(--font-mono)}}@layer base{*,:after,:before,::backdrop{box-sizing:border-box;border:0 solid;margin:0;padding:0}::file-selector-button{box-sizing:border-box;border:0 solid;margin:0;padding:0}html,:host{-webkit-text-size-adjust:100%;tab-size:4;line-height:1.5;font-family:var(--default-font-family,ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji");font-feature-settings:var(--default-font-feature-settings,normal);font-variation-settings:var(--default-font-variation-settings,normal);-webkit-tap-highlight-color:transparent}hr{height:0;color:inherit;border-top-width:1px}abbr:where([title]){-webkit-text-decoration:underline dotted;text-decoration:underline dotted}h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit}a{color:inherit;-webkit-text-decoration:inherit;-webkit-text-decoration:inherit;-webkit-text-decoration:inherit;-webkit-text-decoration:inherit;text-decoration:inherit}b,strong{font-weight:bolder}code,kbd,samp,pre{font-family:var(--default-mono-font-family,ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace);font-feature-settings:var(--default-mono-font-feature-settings,normal);font-variation-settings:var(--default-mono-font-variation-settings,normal);font-size:1em}small{font-size:80%}sub,sup{vertical-align:baseline;font-size:75%;line-height:0;position:relative}sub{bottom:-.25em}sup{top:-.5em}table{text-indent:0;border-color:inherit;border-collapse:collapse}:-moz-focusring{outline:auto}progress{vertical-align:baseline}summary{display:list-item}ol,ul,menu{list-style:none}img,svg,video,canvas,audio,iframe,embed,object{vertical-align:middle;display:block}img,video{max-width:100%;height:auto}button,input,select,optgroup,textarea{font:inherit;font-feature-settings:inherit;font-variation-settings:inherit;letter-spacing:inherit;color:inherit;opacity:1;background-color:#0000;border-radius:0}::file-selector-button{font:inherit;font-feature-settings:inherit;font-variation-settings:inherit;letter-spacing:inherit;color:inherit;opacity:1;background-color:#0000;border-radius:0}:where(select:is([multiple],[size])) optgroup{font-weight:bolder}:where(select:is([multiple],[size])) optgroup option{padding-inline-start:20px}::file-selector-button{margin-inline-end:4px}::placeholder{opacity:1}@supports (not ((-webkit-appearance:-apple-pay-button))) or (contain-intrinsic-size:1px){::placeholder{color:currentColor}@supports (color:color-mix(in lab, red, red)){::placeholder{color:color-mix(in oklab, currentcolor 50%, transparent)}}}textarea{resize:vertical}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-date-and-time-value{min-height:1lh;text-align:inherit}::-webkit-datetime-edit{display:inline-flex}::-webkit-datetime-edit-fields-wrapper{padding:0}::-webkit-datetime-edit{padding-block:0}::-webkit-datetime-edit-year-field{padding-block:0}::-webkit-datetime-edit-month-field{padding-block:0}::-webkit-datetime-edit-day-field{padding-block:0}::-webkit-datetime-edit-hour-field{padding-block:0}::-webkit-datetime-edit-minute-field{padding-block:0}::-webkit-datetime-edit-second-field{padding-block:0}::-webkit-datetime-edit-millisecond-field{padding-block:0}::-webkit-datetime-edit-meridiem-field{padding-block:0}::-webkit-calendar-picker-indicator{line-height:1}:-moz-ui-invalid{box-shadow:none}button,input:where([type=button],[type=reset],[type=submit]){appearance:button}::file-selector-button{appearance:button}::-webkit-inner-spin-button{height:auto}::-webkit-outer-spin-button{height:auto}[hidden]:where(:not([hidden=until-found])){display:none!important}}@layer components;@layer utilities{.visible{visibility:visible}.relative{position:relative}.start{inset-inline-start:var(--spacing)}.hidden{display:none}.table{display:table}.antialiased{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}}:root{--ink:#26302d;--deep-green:#23443e;--sea:#58747a;--terracotta:#b76545;--sand:#e8ddc8;--bone:#f6f1e8;--white:#fffdf8}*{box-sizing:border-box}html{scroll-behavior:smooth}body{background:var(--bone);color:var(--ink);margin:0;font-family:Arial,Helvetica,sans-serif}a{color:inherit;text-decoration:none}img{object-fit:cover}.site-header{z-index:20;min-height:112px;color:var(--ink);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#f6f1e8d1;grid-template-columns:270px 1fr auto;align-items:center;padding:16px clamp(24px,4vw,68px);display:grid;position:absolute;inset:0 0 auto}.brand{width:240px;height:104px;display:block}.brand img,footer img{object-fit:contain;width:100%;height:100%}nav{justify-content:flex-end;gap:clamp(20px,3vw,48px);padding-right:clamp(18px,3vw,40px);font-size:.9rem;display:flex}nav a{padding-block:10px;position:relative}nav a:after{background:var(--terracotta);content:"";height:2px;transition:right .18s;position:absolute;bottom:2px;left:0;right:100%}nav a:hover:after,nav a:focus-visible:after{right:0}.header-cta,.primary-button{border-radius:14px;justify-content:center;align-items:center;gap:14px;font-weight:700;transition:transform .18s,background .18s;display:inline-flex}.header-cta{border:1px solid var(--deep-green);background:var(--deep-green);color:#fff;padding:12px 18px;font-size:.85rem}.primary-button{background:var(--deep-green);color:#fff;width:fit-content;min-height:56px;padding:16px 24px}.header-cta:hover,.primary-button:hover{transform:translateY(-2px)}.primary-button:hover{background:#173b34}.hero{background:var(--bone);color:#fff;min-height:100svh;position:relative;overflow:hidden}.hero-slides,.hero-image{width:100%;height:100%;position:absolute;inset:0}.hero-image{object-position:56% 42%;opacity:0;will-change:opacity, transform;animation:15s infinite hero-slideshow}.hero-image:first-child{animation-name:hero-slideshow-first}.hero-image:nth-child(2){object-position:center 48%;animation-delay:5s}.hero-image:nth-child(3){object-position:58% center;animation-delay:10s}.hero-shade{z-index:1;pointer-events:none;background:linear-gradient(#0000 42%,#0c1e1aad 100%),linear-gradient(90deg,#0c1e1a5c 0%,#0000 46%);position:absolute;inset:0}.hero-copy{z-index:2;text-shadow:0 2px 22px #0714115c;flex-direction:column;justify-content:flex-end;max-width:610px;min-height:100svh;padding:175px clamp(24px,4vw,68px) 105px;animation:.7s ease-out both copy-rise;display:flex;position:relative}.eyebrow{color:var(--terracotta);letter-spacing:.15em;text-transform:uppercase;margin:0 0 20px;font-size:.78rem;font-weight:800}.hero .eyebrow,.contact .eyebrow{color:#f2b99e}h1,h2,h3{margin:0;font-family:Iowan Old Style,Baskerville,Times New Roman,serif;font-weight:400}h1{letter-spacing:-.035em;max-width:570px;font-size:clamp(2.7rem,4.15vw,4.35rem);line-height:.98}.hero-lead{max-width:500px;margin:20px 0 25px;font-size:clamp(.95rem,1.15vw,1.08rem);line-height:1.55}.hero .primary-button{min-height:50px;text-shadow:none;background:#23443eeb;padding:13px 20px}.scroll-cue{z-index:3;letter-spacing:.14em;text-transform:uppercase;align-items:center;gap:14px;font-size:.72rem;display:flex;position:absolute;bottom:38px;left:clamp(24px,4vw,68px);right:auto}.scroll-cue span:last-child{font-size:1.2rem}.hero-progress{z-index:3;gap:9px;display:flex;position:absolute;bottom:42px;right:clamp(24px,4vw,68px)}.hero-progress span{background:#f6f1e873;width:34px;height:2px;animation:15s infinite hero-dot}.hero-progress span:nth-child(2){animation-delay:5s}.hero-progress span:nth-child(3){animation-delay:10s}.section{padding:clamp(80px,10vw,150px) clamp(24px,6vw,96px)}.welcome{grid-template-columns:minmax(0,1fr) minmax(320px,.82fr);align-items:start;gap:clamp(50px,9vw,140px);max-width:1500px;margin:auto;display:grid}h2{letter-spacing:-.04em;max-width:780px;font-size:clamp(2.8rem,5.3vw,5.6rem);line-height:.98}.welcome-copy{color:#4e5a55;padding-top:38px;font-size:clamp(1rem,1.35vw,1.18rem);line-height:1.75}.welcome-copy p:first-child{margin-top:0}.houses{background:var(--sand)}.section-heading{max-width:1380px;margin:0 auto 60px}.section-heading>p:last-child{color:#5e6864;font-size:1.05rem}.house-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:clamp(28px,4vw,64px) clamp(22px,3vw,44px);max-width:1380px;margin:auto;display:grid}.house-card{min-width:0}.house-gallery-wrap{position:relative}.house-gallery{aspect-ratio:16/10;background:#d7ccb8;border-radius:4px;grid-template-rows:repeat(2,minmax(0,1fr));grid-template-columns:1.6fr repeat(2,.7fr);gap:5px;display:grid;overflow:hidden}.gallery-thumb{cursor:zoom-in;background:0 0;border:0;min-width:0;min-height:0;padding:0;overflow:hidden}.gallery-thumb img{width:100%;min-width:0;height:100%;min-height:0;transition:transform .7s cubic-bezier(.2,.8,.2,1);display:block}.gallery-thumb:first-child{grid-row:1/3}.house-card:hover .gallery-thumb:first-child img{transform:scale(1.035)}.gallery-hint{color:var(--ink);letter-spacing:.1em;pointer-events:none;text-transform:uppercase;background:#f6f1e8e0;border-radius:999px;padding:8px 11px;font-size:.66rem;font-weight:800;position:absolute;bottom:14px;left:14px}.house-number{background:#f6f1e8e6;border-radius:50%;place-items:center;width:44px;height:44px;font-family:Georgia,serif;font-size:.9rem;display:grid;position:absolute;bottom:14px;right:16px}.house-card-copy{justify-content:space-between;gap:22px;padding:22px 4px 0;display:flex}.house-card h3{font-size:clamp(2rem,3vw,3.2rem)}.house-card p{color:#5f6965;max-width:490px;margin:9px 0 0;line-height:1.55}.lightbox{z-index:100;background:#0a1210f2;place-items:center;padding:clamp(56px,7vw,90px);display:grid;position:fixed;inset:0}.lightbox-image{object-fit:contain;max-width:100%;max-height:calc(100svh - 120px);box-shadow:0 20px 70px #0000006b}.lightbox-close,.lightbox-arrow{z-index:2;color:#fff;cursor:pointer;background:#f6f1e824;border:0;border-radius:50%;place-items:center;display:grid;position:absolute}.lightbox-close{width:48px;height:48px;font-size:2rem;top:22px;right:24px}.lightbox-arrow{width:54px;height:54px;font-family:Georgia,serif;font-size:2.6rem;top:50%;transform:translateY(-50%)}.lightbox-previous{left:24px}.lightbox-next{right:24px}.lightbox-count{color:#fff;letter-spacing:.12em;font-size:.8rem;position:absolute;bottom:24px}.text-link{border-bottom:1px solid var(--terracotta);flex:none;align-self:end;align-items:center;gap:10px;padding-bottom:5px;font-size:.86rem;font-weight:800;display:inline-flex}.experience{background:var(--deep-green);min-height:760px;color:var(--white);grid-template-columns:1.12fr .88fr;padding:0;display:grid}.experience-media{min-height:680px;position:relative}.experience-media>img,.contact>img{width:100%;height:100%;position:absolute;inset:0}.experience-copy{flex-direction:column;justify-content:center;align-items:flex-start;padding:clamp(70px,8vw,130px);display:flex}.experience-copy h2{font-size:clamp(2.8rem,4.5vw,5rem)}.experience-copy>p:not(.eyebrow){color:#dce7e1;max-width:590px;margin:28px 0;line-height:1.7}.experience-copy ul{color:#dce7e1;gap:12px;margin:0 0 34px;padding:0;list-style:none;display:grid}.experience-copy li:before{color:#e0a182;content:"—";margin-right:12px}.experience .text-link{color:#fff}.place{grid-template-columns:.9fr 1.1fr;align-items:center;gap:clamp(50px,8vw,120px);max-width:1500px;margin:auto;display:grid}.place-copy>p:not(.eyebrow){color:#5b6661;max-width:620px;margin:30px 0 46px;font-size:1.05rem;line-height:1.75}.place-facts{border-top:1px solid #cfc5b5;grid-template-columns:repeat(3,1fr);gap:20px;padding-top:26px;display:grid}.place-facts div{flex-direction:column;gap:5px;display:flex}.place-facts strong{color:var(--terracotta);font-family:Georgia,serif;font-size:2.5rem;font-weight:400}.place-facts span{color:#68716d;text-transform:uppercase;font-size:.76rem;line-height:1.4}.place-collage{min-height:690px;position:relative}.experience-media .house-gallery,.place-collage .house-gallery{aspect-ratio:auto;border-radius:0;height:100%}.experience-media .gallery-thumb img,.place-collage .gallery-thumb img{object-fit:cover}.contact{color:#fff;text-align:center;place-items:center;min-height:720px;display:grid;position:relative;overflow:hidden}.contact-shade{background:#12292594;position:absolute;inset:0}.contact-copy{z-index:2;flex-direction:column;align-items:center;max-width:860px;padding:80px 24px;display:flex;position:relative}.contact-copy p:not(.eyebrow){max-width:650px;margin:28px 0 34px;font-size:1.1rem;line-height:1.7}.contact .primary-button{background:var(--terracotta)}.contact-methods{grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;width:min(820px,100%);margin-top:34px;display:grid}.contact-methods a{color:#fff;-webkit-backdrop-filter:blur(7px);backdrop-filter:blur(7px);background:#0c231f57;border:1px solid #ffffff57;border-radius:10px;flex-direction:column;gap:7px;padding:18px 16px;transition:border-color .18s,background .18s;display:flex}.contact-methods a:hover,.contact-methods a:focus-visible{background:#0c231f94;border-color:#fff}.contact-methods span{color:#d7dfdb;letter-spacing:.12em;text-transform:uppercase;font-size:.68rem;font-weight:800}.contact-methods strong{font-size:clamp(.78rem,1.1vw,.95rem)}footer{background:var(--ink);color:#bec8c3;grid-template-columns:230px 1fr auto;align-items:center;gap:30px;min-height:180px;padding:30px clamp(24px,5vw,78px);font-size:.8rem;display:grid}footer img{width:210px;height:100px}.footer-contact{flex-wrap:wrap;gap:10px 22px;display:flex}.footer-contact a{color:#bec8c3}.footer-contact a:hover,.footer-contact a:focus-visible{color:#fff}@keyframes hero-slideshow{0%{opacity:0;transform:scale(1.035)}4%,31%{opacity:1}37%,to{opacity:0;transform:scale(1)}}@keyframes hero-slideshow-first{0%,31%{opacity:1;transform:scale(1.035)}37%,to{opacity:0;transform:scale(1)}}@keyframes hero-dot{0%,31%{background:var(--bone)}37%,to{background:#f6f1e873}}@keyframes copy-rise{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}@media (width<=980px){.site-header{grid-template-columns:215px 1fr auto}.brand{width:205px}nav{gap:20px}nav a:nth-child(3){display:none}.experience{grid-template-columns:1fr}.experience-media{min-height:560px}.place{grid-template-columns:1fr}.place-collage{min-height:650px}}@media (width<=760px){.site-header{grid-template-columns:175px 1fr;min-height:86px;padding:8px 18px}.brand{width:165px;height:74px}nav{display:none}.header-cta{justify-self:end}.hero-copy{color:#fff;justify-content:flex-end;padding:145px 22px 96px}.hero-image{width:100%;inset:0}.hero-image:nth-child(2){object-position:62% center}.hero-image:nth-child(3){object-position:65% center}.hero-shade{background:linear-gradient(#0e1f1b38 28%,#0e1f1bd1 100%),linear-gradient(90deg,#0e1f1b47 0%,#0000 75%)}.hero .eyebrow{color:#f0b293}h1{max-width:520px;font-size:clamp(2.65rem,11vw,3.9rem)}.hero-lead{max-width:520px}.scroll-cue{display:none}.hero-progress{bottom:42px;right:22px}.section{padding:80px 22px}.welcome,.house-grid{grid-template-columns:1fr}.welcome{gap:28px}.welcome-copy{padding-top:0}.house-card-copy{align-items:flex-start}.house-card p{font-size:.92rem}.experience-media{min-height:405px}.experience-media .house-gallery{grid-template-rows:1.2fr repeat(2,minmax(0,1fr));grid-template-columns:repeat(2,minmax(0,1fr));min-height:405px}.experience-media .gallery-thumb:first-child{grid-area:1/1/auto/3}.experience-media .gallery-thumb img{object-fit:cover;width:100%;height:100%}.experience-media .gallery-thumb:first-child img{object-position:50% 48%}.experience-media .gallery-thumb:nth-child(2) img{object-position:50% 42%}.experience-media .gallery-thumb:nth-child(3) img{object-position:50% 46%}.experience-media .gallery-thumb:nth-child(4) img{object-position:56% 50%}.experience-media .gallery-thumb:nth-child(5) img{object-position:52% 42%}.experience-media .gallery-hint{min-height:42px;padding:10px 14px;font-size:.74rem}.experience-copy{padding:76px 22px}.place-facts{gap:12px}.place-facts strong{font-size:2rem}.place-collage{min-height:500px}.contact{min-height:640px}.contact-methods{grid-template-columns:1fr;max-width:390px}footer{text-align:center;grid-template-columns:1fr;gap:0;padding:42px 22px}footer img{justify-self:center}}@media (prefers-reduced-motion:reduce){.hero-image,.hero-progress span{animation:none}.hero-image:first-child{opacity:1}html{scroll-behavior:auto}*,:before,:after{transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}
