@font-face{font-family:Manrope;src:url('assets/fonts/manrope-regular.ttf') format('truetype');font-weight:400;font-style:normal;font-display:swap}
@font-face{font-family:Manrope;src:url('assets/fonts/manrope-medium.ttf') format('truetype');font-weight:500;font-style:normal;font-display:swap}
@font-face{font-family:Manrope;src:url('assets/fonts/manrope-semibold.ttf') format('truetype');font-weight:600;font-style:normal;font-display:swap}
@font-face{font-family:Manrope;src:url('assets/fonts/manrope-bold.ttf') format('truetype');font-weight:700;font-style:normal;font-display:swap}
@font-face{font-family:Caveat;src:url('assets/fonts/caveat-medium.ttf') format('truetype');font-weight:500;font-style:normal;font-display:swap}
@font-face{font-family:Caveat;src:url('assets/fonts/caveat-semibold.ttf') format('truetype');font-weight:600;font-style:normal;font-display:swap}

:root{
  --paper:#f8f4ec;
  --charcoal:#211f1d;
  --citrine:#b09f36;
  --golden:#f3a257;
  --sulphur:#f5ecc2;
  --pink:#f37f94;
  --white:#fffdf9;
  --muted:#5e5a54;
  --line:rgba(33,31,29,.15);
  --soft-line:rgba(33,31,29,.09);
  --shadow:0 20px 55px rgba(33,31,29,.10);
  --max:1280px;
}

*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;background:var(--white);color:var(--charcoal);font-family:Manrope,Arial,sans-serif;line-height:1.68;-webkit-font-smoothing:antialiased}
body.lb-open{overflow:hidden}
img{display:block;max-width:100%}
a{text-decoration:none;color:inherit}
button,input,textarea{font:inherit;color:inherit}
button{cursor:pointer}
h1,h2,h3,h4,p{margin-top:0}
h1,h2,h3{letter-spacing:-.045em;color:var(--charcoal)}
h1{font-size:clamp(3rem,4.8vw,5.15rem);line-height:1.08;font-weight:700;max-width:760px;margin-bottom:1.5rem}
h2{font-size:clamp(2.55rem,4.3vw,4.2rem);line-height:1.04;font-weight:700;margin-bottom:1.3rem}
h3{font-size:clamp(1.7rem,2.4vw,2.4rem);line-height:1.12;font-weight:650;margin-bottom:.8rem}
h4{font-size:.76rem;line-height:1.3;text-transform:uppercase;letter-spacing:.08em;margin-bottom:.75rem}
p{margin-bottom:1.1rem}
.eyebrow{font-size:.7rem;letter-spacing:.145em;text-transform:uppercase;font-weight:800;color:#8e7f24;margin:0 0 .95rem}
.eyebrow.light{color:var(--sulphur)}
.section{position:relative;max-width:var(--max);margin:0 auto;padding:7rem 4rem}

/* header and logo */
.site-header{height:88px;position:relative;z-index:90;display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:2rem;padding:0 3rem;background:rgba(255,253,249,.97);border-bottom:1px solid var(--soft-line)}
.brand{display:flex;align-items:center;width:max-content;height:76px}
.brand-art{position:relative;display:block;width:76px;height:68px;flex:0 0 76px}
.brand-pod{position:absolute;width:34px;left:2px;bottom:5px;z-index:2}
.brand-leaves{position:absolute;width:58px;left:20px;top:6px;z-index:1}
.brand-words{display:grid;grid-template-columns:15px 1.5px auto;align-items:center;gap:.55px;height:54px;margin-left:-2px}
.brand-goto{font-size:8.4px;font-weight:950;line-height:1.02;letter-spacing:.04em;writing-mode:vertical-rl;transform:rotate(180deg);text-align:center;color:var(--charcoal)}
.brand-line{height:37px;width:1.5px;background:var(--charcoal)}
.brand-minca{font-size:28px;line-height:1;font-weight:800;letter-spacing:-.055em;padding-left:0}
.desktop-nav{justify-self:center;display:flex;align-items:center;gap:1.8rem}
.desktop-nav a{font-size:.67rem;font-weight:700;letter-spacing:.07em;text-transform:uppercase;color:#403c37;transition:color .18s ease}
.desktop-nav a:hover{color:var(--citrine)}
.header-action{justify-self:end;background:var(--citrine);color:var(--charcoal);font-size:.68rem;font-weight:800;letter-spacing:.08em;text-transform:uppercase;padding:.88rem 1.2rem;transition:background .18s ease,transform .18s ease}
.header-action:hover{background:var(--golden);transform:translateY(-1px)}
.menu-button,.mobile-action{display:none}
.mobile-nav{display:none}

/* buttons */
.button{display:inline-flex;align-items:center;justify-content:center;border:0;min-height:46px;padding:.82rem 1.25rem;font-size:.7rem;font-weight:800;letter-spacing:.075em;text-transform:uppercase;transition:transform .18s ease,background .18s ease,color .18s ease}
.button:hover{transform:translateY(-1px)}
.button-primary{background:var(--citrine);color:var(--charcoal)}
.button-primary:hover{background:var(--golden)}
.button-airbnb{margin-top:1.4rem;background:var(--charcoal);color:var(--paper)}
.button-airbnb:hover{background:#36312d}

/* hero */
.hero{position:relative;min-height:610px;overflow:hidden;background:var(--paper)}
.hero-photo{position:absolute;inset:0 0 0 auto;width:58%;height:100%;object-fit:cover;object-position:center 55%}
.hero-wash{position:absolute;inset:0;background:linear-gradient(90deg,var(--paper) 0%,var(--paper) 42%,rgba(248,244,236,.92) 50%,rgba(248,244,236,.18) 72%,rgba(248,244,236,0) 100%)}
.hero-copy{position:relative;z-index:2;width:min(690px,52vw);padding:104px 0 95px max(4rem,calc((100vw - var(--max))/2 + 4rem))}
.hero-copy .eyebrow{max-width:420px;line-height:1.45}
.hero-lede{max-width:560px;font-size:1rem;line-height:1.75;color:#47423d;font-weight:500;margin-bottom:1.7rem}

.facts{display:grid;grid-template-columns:repeat(4,1fr);max-width:var(--max);margin:0 auto;border-bottom:1px solid var(--soft-line);background:var(--white)}
.facts div{text-align:center;padding:1.35rem 1rem;border-right:1px solid var(--soft-line)}
.facts div:last-child{border-right:0}
.facts strong{display:block;font-size:1.1rem;line-height:1.2;letter-spacing:-.02em}
.facts span{display:block;margin-top:.28rem;font-size:.64rem;text-transform:uppercase;letter-spacing:.09em;color:var(--muted)}

/* house */
.house{padding-bottom:6rem}
.house-intro-grid{display:grid;grid-template-columns:minmax(0,1fr) minmax(380px,.9fr);gap:6.5rem;align-items:center}
.house-images{position:relative;min-height:610px}
.house-photo-button{position:absolute;border:0;padding:0;background:transparent;box-shadow:var(--shadow);overflow:hidden}
.house-photo-button img{width:100%;height:100%;object-fit:cover;transition:transform .4s ease}
.house-photo-button:hover img{transform:scale(1.018)}
.house-photo-main{left:0;top:0;width:86%;height:570px}
.house-photo-small{right:0;bottom:-4px;width:45%;height:250px;border:7px solid var(--white)}
.house-copy{max-width:560px}
.location-note{font-size:1.02rem;line-height:1.76;color:#514b43;padding-left:1rem;border-left:2px solid var(--golden);margin-bottom:1.15rem}
.lead{font-size:1.14rem;line-height:1.72;font-weight:600;color:var(--charcoal);margin-bottom:1rem}
.shared-space{margin:1.65rem 0 1.5rem;padding:1.15rem 0 0;border-top:1px solid var(--line)}
.shared-space h3{font-size:1.26rem;letter-spacing:-.025em;margin-bottom:.45rem}
.shared-space p{font-size:1rem;line-height:1.75;color:#4f4a44}
.field-note{position:relative;overflow:hidden;margin:1.8rem 0 0;padding:1.35rem 1.45rem 1.3rem;background:var(--paper);border:1px solid rgba(33,31,29,.08);transform:rotate(-.45deg)}
.field-note:before{content:"";position:absolute;inset:0;background:url('assets/textures/rustic-canvas.webp') center/cover;opacity:.18;pointer-events:none}
.field-note>*{position:relative}
.field-note span{display:block;font-size:.6rem;text-transform:uppercase;letter-spacing:.11em;color:#7b756d}
.field-note p{font-family:Caveat,cursive;font-size:1.45rem;line-height:1.22;color:var(--charcoal);margin:.45rem 0 0}
.house-gallery{margin-top:6rem;padding-top:2rem;border-top:1px solid var(--soft-line)}
.house-gallery-head{display:flex;justify-content:space-between;align-items:end;gap:2rem;margin-bottom:1.25rem}
.house-gallery-head .eyebrow{margin-bottom:0}
.house-gallery-head>p:last-child{max-width:520px;margin:0;color:var(--muted);font-size:.95rem;line-height:1.7}
.house-gallery-grid{display:grid;grid-template-columns:1.25fr repeat(3,.75fr);grid-template-rows:240px 240px;gap:10px}
.house-gallery-grid button{position:relative;border:0;padding:0;background:#eee;overflow:hidden}
.house-gallery-grid button:first-child{grid-column:1;grid-row:1/3}.house-gallery-grid button:nth-child(2){grid-column:2;grid-row:1}.house-gallery-grid button:nth-child(3){grid-column:3;grid-row:1}.house-gallery-grid button:nth-child(4){grid-column:4;grid-row:1}.house-gallery-grid button:nth-child(5){grid-column:2;grid-row:2}.house-gallery-grid button:nth-child(6){grid-column:3/5;grid-row:2}
.house-gallery-grid img{width:100%;height:100%;object-fit:cover;transition:transform .35s ease}
.house-gallery-grid button:hover img{transform:scale(1.02)}
.gallery-more span{position:absolute;left:0;right:0;bottom:0;padding:1rem;background:linear-gradient(transparent,rgba(33,31,29,.78));color:#fff;text-align:left;font-size:.7rem;font-weight:800;letter-spacing:.06em;text-transform:uppercase}

/* botanical pauses between major sections */
.section-divider{height:142px;display:flex;align-items:center;justify-content:center;overflow:hidden;background:var(--white);pointer-events:none}
.section-divider img{display:block;width:auto;height:124px;object-fit:contain;opacity:.84}
.section-divider-house img{transform:rotate(90deg) scale(1.05)}
.section-divider-water{height:132px}
.section-divider-water img{height:110px;transform:rotate(90deg) scale(1.02);opacity:.76}

/* water */
.water-section{position:relative;overflow:hidden;background:#261f1b;color:var(--paper);display:grid;grid-template-columns:.8fr 1.2fr;gap:6rem;padding:5.8rem max(4rem,calc((100vw - var(--max))/2 + 4rem));isolation:isolate}
.water-heading,.water-copy{position:relative;z-index:2}
.water-section h2{color:var(--paper);max-width:520px}
.water-copy{display:grid;grid-template-columns:1fr 1fr;gap:2.4rem;align-self:end}
.water-copy p{font-size:.95rem;line-height:1.8;color:#eee8df;margin:0}
.water-copy strong{color:var(--sulphur)}
.water-illustration{position:absolute;z-index:1;pointer-events:none;opacity:.34}
.water-illustration-left{width:min(360px,27vw);left:-28px;top:8%;transform:rotate(-8deg)}
.water-illustration-right{width:min(500px,37vw);right:-18px;bottom:-12%;transform:scaleX(-1) rotate(7deg);opacity:.27}

/* rooms */
.rooms{max-width:var(--max);margin:0 auto;padding:7rem 4rem 2rem}
.section-head{display:grid;grid-template-columns:1fr .68fr;gap:4rem;align-items:end;margin-bottom:5rem}
.section-head>p{max-width:520px;color:var(--muted);margin-bottom:.3rem}
.room-card{display:grid;grid-template-columns:1.05fr .95fr;gap:5.5rem;align-items:start;margin-bottom:8rem}
.room-card-reverse{grid-template-columns:.95fr 1.05fr}
.room-card-reverse .room-gallery{order:2}
.room-card-reverse .room-info{order:1}
.room-gallery{min-width:0}
.gallery-main{position:relative;width:100%;border:0;padding:0;background:#eee;overflow:hidden;text-align:left}
.gallery-main>img{width:100%;height:600px;object-fit:cover;transition:opacity .15s ease,transform .4s ease}
.gallery-main:hover>img{transform:scale(1.012)}
.gallery-badge,.gallery-open{position:absolute;bottom:16px;background:rgba(248,244,236,.94);color:var(--charcoal);font-size:.62rem;font-weight:800;letter-spacing:.07em;text-transform:uppercase;padding:.6rem .72rem}
.gallery-badge{left:16px}.gallery-open{right:16px}
.thumbs{display:grid;grid-template-columns:repeat(4,1fr);gap:7px;margin-top:7px}
.thumb{position:relative;border:0;padding:0;background:#eee;overflow:hidden;opacity:.8}
.thumb.active{opacity:1;outline:2px solid var(--citrine);outline-offset:-2px}
.thumb img{width:100%;height:105px;object-fit:cover}
.thumb-more span{position:absolute;inset:0;display:grid;place-items:center;background:rgba(33,31,29,.42);color:white;font-weight:800;font-size:1rem}
.room-info{max-width:540px;padding-top:.45rem}
.room-tagline{font-size:1.1rem;font-weight:650;line-height:1.55;color:#403a34}
.room-info>p:not(.eyebrow):not(.room-tagline){font-size:.96rem;line-height:1.78;color:#504a44;font-weight:500}
.room-details{margin-top:1.6rem;border-top:1px solid var(--line);border-bottom:1px solid var(--line)}
.room-details summary{list-style:none;display:flex;justify-content:space-between;align-items:center;gap:1rem;padding:1.05rem 0;font-size:.8rem;font-weight:800;letter-spacing:.055em;text-transform:uppercase;cursor:pointer}
.room-details summary::-webkit-details-marker{display:none}
.chevron{font-size:1.3rem;line-height:1;transition:transform .2s ease}
.room-details[open] .chevron{transform:rotate(180deg)}
.details-paper{position:relative;overflow:hidden;margin-bottom:1.1rem;padding:1.65rem;background-color:var(--paper);background-image:linear-gradient(rgba(248,244,236,.32),rgba(248,244,236,.32)),url('assets/textures/rustic-canvas.webp');background-position:center;background-size:cover;border:1px solid rgba(33,31,29,.15);box-shadow:inset 0 0 0 1px rgba(255,255,255,.22)}
.detail-grid{position:relative;z-index:2;display:grid;grid-template-columns:1fr 1fr;gap:1.7rem 2rem}
.detail-grid section{min-width:0}
.detail-wide{grid-column:1/-1}
.detail-grid h4{color:#6f651d;font-size:.8rem;font-weight:800;letter-spacing:.085em}
.detail-grid p,.detail-grid li{font-size:.84rem;line-height:1.68;color:#443f3a;font-weight:550}
.detail-grid ul{list-style:none;padding:0;margin:0}
.detail-grid li{padding:.38rem 0;border-bottom:1px solid rgba(33,31,29,.13)}
.details-botanical{position:absolute;z-index:1;right:-28px;bottom:-38px;width:190px;max-width:none;opacity:.11;transform:rotate(8deg);pointer-events:none}
.water-note{padding:1rem;background:rgba(176,159,54,.10)}
.good-to-know{padding-top:.4rem}

/* getting there */
.getting{position:relative;max-width:calc(var(--max) - 3rem);margin:2rem auto 0;background:var(--charcoal);color:var(--paper);padding:5rem 4.2rem 4.4rem;isolation:isolate;overflow:visible}
.getting h2,.getting h3{color:var(--paper)}
.getting-story{display:grid;grid-template-columns:.88fr 1.12fr;gap:4.5rem;align-items:center;margin-bottom:3.4rem}
.getting-copy>p:last-child{color:#dfd8cf;font-size:.93rem;max-width:510px}
.getting-image{position:relative;margin:0;height:380px;overflow:hidden}
.getting-image img{width:100%;height:100%;object-fit:cover;object-position:center 54%;filter:saturate(.82) contrast(1.02)}
.getting-image:after{content:"";position:absolute;inset:0;box-shadow:inset 0 0 0 1px rgba(248,244,236,.12);pointer-events:none}
.getting-image figcaption{position:absolute;right:18px;bottom:14px;font-family:Caveat,cursive;font-size:1.35rem;color:var(--sulphur);text-shadow:0 1px 10px rgba(0,0,0,.35)}
.getting-grid{display:grid;grid-template-columns:repeat(3,1fr);border-top:1px solid rgba(248,244,236,.18)}
.getting-grid article{padding:1.6rem 1.6rem 0 0;margin-right:1.6rem;border-right:1px solid rgba(248,244,236,.16)}
.getting-grid article:last-child{border-right:0;margin-right:0;padding-right:0}
.getting-grid span{display:block;color:var(--golden);font-size:.65rem;font-weight:800;letter-spacing:.1em;margin-bottom:.9rem}
.getting-grid h3{font-size:1.15rem;letter-spacing:-.02em;margin-bottom:.6rem}
.getting-grid p{font-size:.8rem;line-height:1.65;color:#ded7ce;margin:0}
.getting-rooster{position:absolute;z-index:3;width:108px;right:18px;bottom:-34px;transform:rotate(-3deg);pointer-events:none;opacity:.96}

/* faq */
.faq{display:grid;grid-template-columns:.72fr 1.28fr;gap:7rem;align-items:start}
.faq-intro{position:sticky;top:120px}
.faq-intro>p:last-child{color:var(--muted);max-width:420px}
.faq-list details{border-top:1px solid var(--line)}
.faq-list details:last-child{border-bottom:1px solid var(--line)}
.faq-list summary{list-style:none;padding:1.25rem 2rem 1.25rem 0;font-size:.86rem;font-weight:700;cursor:pointer;position:relative}
.faq-list summary::-webkit-details-marker{display:none}
.faq-list summary:after{content:"+";position:absolute;right:.2rem;top:1.05rem;font-size:1.35rem;font-weight:400;color:var(--citrine)}
.faq-list details[open] summary:after{content:"−"}
.faq-list details p{font-size:.82rem;color:var(--muted);max-width:650px;padding:0 2rem 1.25rem 0;margin:0}

/* inquiry */
.inquiry{max-width:calc(var(--max) - 3rem);margin:0 auto 6rem;padding:4.2rem 4.5rem;background:var(--paper);display:grid;grid-template-columns:.8fr 1.2fr;gap:6rem;align-items:center}
.envelope-wrap{text-align:center}
.envelope{position:relative;width:min(360px,100%);height:240px;margin:0 auto;background:#f0e7d9;overflow:hidden;box-shadow:0 17px 35px rgba(33,31,29,.09)}
.env-body{position:absolute;z-index:2;left:0;right:0;bottom:0;height:73%;background:#f7efe4;overflow:hidden}
.env-body:before,.env-body:after{content:"";position:absolute;bottom:-8%;width:75%;height:105%;background:#faf6ee;border:1px solid rgba(115,98,70,.14)}
.env-body:before{left:-20%;transform:rotate(31deg)}
.env-body:after{right:-20%;transform:rotate(-31deg)}
.flap{position:absolute;z-index:3;left:4%;right:4%;top:0;height:61%;background:url('assets/patterns/botanical-pattern.webp') center 44%/cover;clip-path:polygon(0 0,100% 0,50% 100%)}
.seal{position:absolute;z-index:5;left:50%;top:54%;transform:translate(-50%,-50%);width:66px;height:66px;border-radius:50%;display:flex;flex-direction:column;align-items:center;justify-content:center;background:var(--citrine);color:var(--charcoal);border:2px solid rgba(33,31,29,.35);box-shadow:0 0 0 3px rgba(248,244,236,.7);line-height:1}
.seal span{font-size:.46rem;font-weight:800;letter-spacing:.12em;margin-bottom:3px}
.seal strong{font-family:Caveat,cursive;font-size:2rem;font-weight:700;letter-spacing:0;line-height:1;transform:translateY(-1px)}
.envelope-wrap>p{font-family:Caveat,cursive;color:#776f24;font-size:1.45rem;margin-top:1rem}
.inquiry>div:last-child>p{color:var(--muted)}
form label{display:block;font-size:.68rem;text-transform:uppercase;letter-spacing:.07em;font-weight:700;margin-bottom:1rem}
.form-row{display:grid;grid-template-columns:1fr 1fr;gap:1rem}
input,textarea{width:100%;border:0;border-bottom:1px solid rgba(33,31,29,.23);padding:.75rem .1rem;margin-top:.25rem;background:transparent;border-radius:0;text-transform:none;letter-spacing:0;font-weight:400}
textarea{border:1px solid rgba(33,31,29,.18);padding:.75rem;resize:vertical}
.form-note{font-size:.68rem!important;margin:.8rem 0 0!important;color:#817a72!important}

/* footer */
.footer{position:relative;background:var(--charcoal);color:var(--paper);padding-top:88px}
.pattern-band{position:absolute;left:0;right:0;top:0;height:84px;background:url('assets/patterns/botanical-pattern.webp') center 43%/440px auto repeat-x}.pattern-band::after{content:'';position:absolute;inset:0;background:linear-gradient(180deg,rgba(33,31,29,0) 12%,rgba(33,31,29,.18) 50%,rgba(33,31,29,.6) 76%,var(--charcoal) 100%)}
.footer-grid{max-width:var(--max);margin:0 auto;padding:3.4rem 4rem;display:grid;grid-template-columns:2fr repeat(3,1fr);gap:4rem;align-items:start}
.footer-brand{display:flex;flex-direction:column;gap:.9rem}
.footer .footer-logo{display:flex;align-items:center;width:max-content}
.footer-logo .brand-goto,.footer-logo .brand-minca{color:var(--paper)}
.footer-logo .brand-line{background:var(--paper)}
.footer-brand>p{font-size:.8rem;line-height:1.6;color:#dfd8cf;max-width:330px;margin:0}
.footer h3{font-size:.66rem;color:var(--sulphur);text-transform:uppercase;letter-spacing:.09em}
.footer a:not(.footer-logo),.footer p{display:block;font-size:.78rem;color:#e4ded6;margin:.2rem 0}

/* lightbox */
.lightbox{position:fixed;z-index:200;inset:0;background:rgba(20,18,17,.96);display:grid;grid-template-columns:65px 1fr 65px;grid-template-rows:1fr auto;align-items:center;color:#fff}
.lightbox[hidden]{display:none}
.lb-stage{grid-column:2;grid-row:1;display:grid;place-items:center;padding:4.6rem 2rem 1rem;height:calc(100vh - 76px)}
.lb-stage img{max-height:min(78vh,920px);max-width:min(86vw,1120px);object-fit:contain;box-shadow:0 18px 44px rgba(0,0,0,.22)}
.lb-close,.lb-prev,.lb-next{border:0;background:transparent;color:#fff;cursor:pointer;font-size:2rem}
.lb-close{position:absolute;right:22px;top:15px;font-size:2.5rem}
.lb-prev{grid-column:1;grid-row:1}.lb-next{grid-column:3;grid-row:1}
.lb-caption{grid-column:1/-1;grid-row:2;text-align:center;padding:1rem 2rem 1.4rem;color:#d5cec6;font-size:.74rem}

@media(max-width:1100px){
  .site-header{padding:0 2rem;gap:1.3rem}.desktop-nav{gap:1rem}.desktop-nav a{font-size:.6rem}.header-action{display:none}
  .hero-copy{padding-left:2.5rem}.house{padding-left:2.5rem;padding-right:2.5rem}.house-intro-grid{gap:4rem}.house-photo-main{height:520px}.house-images{min-height:565px}
  .rooms{padding-left:2.5rem;padding-right:2.5rem}.room-card{gap:3.5rem}.gallery-main>img{height:520px}
  .getting{margin-left:2rem;margin-right:2rem}.getting-story{gap:3rem}
  .faq{gap:4rem;padding-left:2.5rem;padding-right:2.5rem}.inquiry{margin-left:2rem;margin-right:2rem}.footer-grid{padding-left:2.5rem;padding-right:2.5rem}
}

@media(max-width:760px){
  body{font-size:16px}h1{font-size:clamp(2.35rem,10vw,2.95rem);line-height:1.09}h2{font-size:clamp(2.15rem,9vw,3rem)}h3{font-size:1.8rem}
  .site-header{height:82px;display:grid;grid-template-columns:42px 1fr 42px;padding:0 12px;gap:7px}.desktop-nav,.header-action{display:none}.menu-button,.mobile-action{display:block}.menu-button{width:42px;height:42px;border:0;background:transparent;padding:8px}.menu-button span{display:block;width:25px;height:2px;background:var(--charcoal);margin:5px auto}.mobile-action{font-size:1.35rem;text-align:center;line-height:42px}
  .brand{justify-self:center;height:72px}.brand-art{width:68px;height:63px;flex-basis:68px}.brand-pod{width:30px;left:1px;bottom:6px}.brand-leaves{width:49px;left:18px;top:8px}.brand-words{grid-template-columns:14px 1.5px auto;gap:0;height:48px;margin-left:-2px}.brand-goto{font-size:7.7px;font-weight:950;letter-spacing:.03em}.brand-line{height:33px}.brand-minca{font-size:25px;font-weight:850}
  .mobile-nav{position:fixed;display:none;z-index:80;top:82px;left:0;right:0;background:var(--white);border-bottom:1px solid var(--line);padding:.8rem 1.3rem 1.2rem;box-shadow:0 14px 30px rgba(0,0,0,.06)}.mobile-nav:not([hidden]){display:grid}.mobile-nav a{padding:.75rem 0;border-bottom:1px solid var(--soft-line);font-size:.73rem;text-transform:uppercase;letter-spacing:.08em;font-weight:700}
  .hero{min-height:auto;display:flex;flex-direction:column}.hero-photo{position:relative;order:0;width:100%;height:42vh;min-height:300px;max-height:390px;object-position:center 55%}.hero-wash{display:none}.hero-copy{order:1;width:auto;padding:2.25rem 1.25rem 2.8rem}.hero-copy .eyebrow{font-size:.64rem;max-width:320px}.hero-lede{font-size:.96rem;line-height:1.75;margin-bottom:1.45rem}
  .facts{grid-template-columns:1fr 1fr}.facts div{padding:1rem .3rem}.facts div:nth-child(2){border-right:0}.facts div:nth-child(-n+2){border-bottom:1px solid var(--soft-line)}
  .section{padding:4.6rem 1.2rem}.house{padding-bottom:4.5rem}.house-intro-grid{grid-template-columns:1fr;gap:3rem}.house-images{min-height:440px}.house-photo-main{height:400px;width:88%}.house-photo-small{width:44%;height:180px;border-width:5px}.location-note{font-size:1rem}.lead{font-size:1.08rem}.field-note p{font-size:1.35rem}
  .house-gallery{margin-top:4rem}.house-gallery-head{display:block}.house-gallery-head>p:last-child{margin-top:.8rem}.house-gallery-grid{grid-template-columns:1.12fr .88fr .88fr;grid-template-rows:150px 150px 110px;gap:8px}.house-gallery-grid button:first-child{grid-column:1;grid-row:1/4}.house-gallery-grid button:nth-child(2){grid-column:2;grid-row:1}.house-gallery-grid button:nth-child(3){grid-column:3;grid-row:1}.house-gallery-grid button:nth-child(4){grid-column:2;grid-row:2}.house-gallery-grid button:nth-child(5){grid-column:3;grid-row:2}.house-gallery-grid button:nth-child(6){grid-column:2/4;grid-row:3}.gallery-more span{font-size:.62rem;padding:.85rem}
  .water-section{grid-template-columns:1fr;gap:1.8rem;padding:4.3rem 1.25rem 4.6rem}.water-copy{grid-template-columns:1fr;gap:1rem}.water-illustration-left{width:180px;left:-28px;top:10%;opacity:.36}.water-illustration-right{width:250px;right:-42px;bottom:-8%;top:auto;opacity:.28}.section-divider{height:122px}.section-divider img{height:104px}.section-divider-water{height:112px}.section-divider-water img{height:92px}
  .rooms{padding:4.7rem 1rem 1rem}.room-info>p:not(.eyebrow):not(.room-tagline){font-size:1rem;line-height:1.78}.section-head{display:block;margin-bottom:3rem}.section-head>p{margin-top:1rem}.room-card,.room-card-reverse{grid-template-columns:1fr;gap:2rem;margin-bottom:5.4rem}.room-card-reverse .room-gallery{order:1}.room-card-reverse .room-info{order:2}.gallery-main>img{height:54vh;min-height:390px;max-height:520px}.gallery-open{display:none}.thumbs{gap:4px}.thumb img{height:80px}.detail-grid{grid-template-columns:1fr;gap:1.3rem}.detail-wide{grid-column:auto}.details-paper{padding:1.35rem;background-image:linear-gradient(rgba(248,244,236,.18),rgba(248,244,236,.18)),url('assets/textures/rustic-canvas.webp')}.room-details summary{font-size:.84rem;padding:1.1rem 0}.detail-grid h4{font-size:.82rem}.detail-grid p,.detail-grid li{font-size:.92rem;line-height:1.7;font-weight:600}.details-botanical{width:155px;right:-36px;bottom:-30px;opacity:.13}.button-airbnb{width:100%}
  .getting{margin:2rem 1rem 4rem;padding:3.8rem 1.25rem 3.2rem;overflow:visible}.getting-story{grid-template-columns:1fr;gap:2rem}.getting-image{height:330px}.getting-grid{grid-template-columns:1fr}.getting-grid article{border-right:0;border-bottom:1px solid rgba(248,244,236,.16);margin:0;padding:1.25rem 0}.getting-grid article:last-child{border-bottom:0}.getting-rooster{width:82px;right:10px;bottom:-26px;opacity:.96}.getting-image figcaption{font-size:1.18rem}
  .faq{grid-template-columns:1fr;gap:2.5rem;padding:4.5rem 1.25rem}.faq-intro{position:static}.inquiry{grid-template-columns:1fr;padding:2.5rem 1.25rem 3rem;margin:0 1rem 4rem;gap:2.5rem}.form-row{grid-template-columns:1fr}.envelope{height:210px}
  .footer-grid{grid-template-columns:1fr 1fr;gap:2.4rem 1.4rem;padding:2.8rem 1.25rem}.footer-brand{grid-column:1/-1}.footer-logo{justify-self:start}.pattern-band{height:74px;background-size:350px auto}.footer{padding-top:78px}
  .lightbox{grid-template-columns:42px 1fr 42px}.lb-stage{padding:4rem .3rem 1rem}.lb-stage img{max-height:100%;max-width:100%;box-shadow:none}.lb-prev,.lb-next{font-size:1.3rem}
}

@media(max-width:390px){
  h1{font-size:2.28rem}.hero-photo{height:39vh;min-height:280px}.house-images{min-height:400px}.house-photo-main{height:365px}.getting-image{height:290px}.brand-minca{font-size:23px}
}
