@import"https://fonts.googleapis.com/css2?family=Cormorant+Garamond:wght@500;600;700&family=Source+Sans+3:wght@400;500;600;700&display=swap";:root{--bg: #f2f2ec;--surface: #e9e8e1;--text: #272a1f;--muted: #5c5f53;--primary: #617209;--primary-text: #faf8f8;--accent: #b37736;--border: #d7d8d2;--shadow: 0 24px 70px rgba(39, 42, 31, .14);--font-heading: "Cormorant Garamond", "Iowan Old Style", "Palatino Linotype", Palatino, Georgia, serif;--font-body: var(--font-heading)}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;min-height:100vh;display:flex;flex-direction:column;background:var(--bg);color:var(--text);font-family:var(--font-body);font-size:17px;line-height:1.68;overflow-x:hidden}main{flex:1}img{display:block;max-width:100%}a{color:inherit}.site-header{position:sticky;top:0;z-index:20;display:flex;align-items:center;justify-content:space-between;gap:24px;padding:12px clamp(18px,5vw,68px) 8px;background:#f2f2ece6;border-bottom:1px solid var(--border);backdrop-filter:blur(16px)}.brand{font-family:var(--font-heading);font-size:clamp(24px,3vw,34px);font-weight:700;text-decoration:none}nav{display:flex;align-items:center;gap:22px;font-size:18px;font-weight:600}nav a{text-decoration:none}.nav-button,.button{display:inline-flex;align-items:center;justify-content:center;min-height:44px;padding:12px 18px;border-radius:6px;background:var(--primary);color:var(--primary-text);font-family:inherit;font-weight:600;text-decoration:none;border:1px solid var(--primary)}.button:hover,.nav-button:hover{background:var(--accent);border-color:var(--accent)}.button.ghost{background:#faf8f824;border-color:#faf8f8b8}.button.ghost-dark{background:transparent;color:var(--primary);border-color:var(--primary)}.button.small{min-height:40px;padding:9px 14px;font-size:14px}.hero{position:relative;min-height:min(820px,calc(100vh - 72px));display:grid;align-items:end;justify-items:center;overflow:hidden;background:#15140f}.hero img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:center}.hero:after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,#100e0cc7,#100e0c2e 62%,#100e0c1a),linear-gradient(0deg,#100e0c80,#100e0c00)}.hero-copy{position:relative;z-index:1;width:100%;min-width:0;max-width:980px;padding:0 clamp(20px,7vw,88px) clamp(58px,12vw,128px);color:var(--primary-text);text-align:center}.kicker{margin:0 0 12px;color:var(--primary);font-size:13px;line-height:1.2;font-weight:600;letter-spacing:.08em;text-transform:uppercase}.hero .kicker{color:#f3d6ac}h1,h2,h3{font-family:var(--font-heading);font-weight:600;letter-spacing:0;overflow-wrap:break-word}h1{margin:0;max-width:none;font-size:clamp(46px,7.2vw,76px);line-height:1;white-space:nowrap}h2{margin:0 0 22px;font-size:clamp(34px,4.8vw,58px);line-height:1.06}h3{margin:0 0 10px;font-size:clamp(23px,3vw,34px);line-height:1.1}.event-card h3,.offer-grid strong{font-family:var(--font-body)}.intro h2,.section h2{position:relative;display:inline-block;padding-bottom:16px}.intro h2:after,.section h2:after{content:"";position:absolute;left:0;bottom:0;width:min(180px,54vw);height:1px;background:linear-gradient(90deg,var(--primary),rgba(97,114,9,0))}.hero-copy p:not(.kicker){width:min(540px,100%);max-width:100%;margin:26px auto 0;font-size:clamp(17px,1.7vw,21px);overflow-wrap:break-word;word-break:normal;white-space:normal}.hero-actions{display:flex;flex-wrap:wrap;gap:12px;margin-top:30px}.intro,.section,footer{padding:clamp(52px,8vw,108px) clamp(20px,7vw,88px)}.narrow,.section-head{max-width:780px}.intro{background:var(--surface)}.intro .narrow{margin:0 auto}.intro p,.section p{font-size:clamp(17px,1.7vw,20px)}.section{border-top:1px solid var(--border)}.events-section{background:linear-gradient(180deg,var(--bg),#ece9df)}.feature-image{margin:34px 0;border-radius:8px;overflow:hidden;box-shadow:var(--shadow)}.feature-image img{width:100%;height:min(56vw,520px);min-height:290px;object-fit:cover}.event-grid,.offer-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:22px}.event-card,.offer-grid a,.contact-card{background:#fff;border:1px solid var(--border);border-radius:8px;padding:clamp(20px,3vw,32px);box-shadow:0 16px 44px #272a1f1a}.event-card p,.offer-grid span,.split-copy p,.spa-link p,.contact p,.map-section p{font-weight:400;line-height:1.72}.event-card{display:flex;min-height:100%;flex-direction:column;align-items:flex-start}.event-card .button{margin-top:auto}.event-date{margin:0 0 12px;color:var(--muted);font-size:15px;font-weight:500;letter-spacing:.01em}.events-section .section-head{display:grid;gap:12px}.events-section .section-head p:last-child{max-width:680px;margin:0;color:var(--muted)}.split{display:grid;grid-template-columns:minmax(0,.9fr) minmax(0,1.1fr);gap:clamp(28px,6vw,74px);align-items:center}.split.reverse{grid-template-columns:minmax(0,1.1fr) minmax(0,.9fr)}.split.reverse .split-copy{order:2}.split img{width:100%;height:min(55vw,640px);min-height:360px;object-fit:cover;border-radius:8px;box-shadow:var(--shadow)}.studio-rental-photo{filter:brightness(1.05) saturate(1.05)}.split-copy p{color:var(--text)}.split-copy .button{margin-top:12px}.offer-grid{grid-template-columns:repeat(3,minmax(0,1fr));margin-top:30px}.offer-grid a{display:grid;gap:10px;text-decoration:none}.offer-grid strong{font-size:19px;font-weight:600;line-height:1.28;letter-spacing:.01em}.offer-grid span{font-size:17px;font-weight:400}.offer-grid span,.contact-card,footer{color:var(--muted)}.spa-link{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:end;gap:24px;background:var(--surface)}.contact{display:grid;grid-template-columns:minmax(0,1fr) minmax(280px,420px);gap:34px}.contact-card p{margin:0 0 10px;font-size:16px}.contact-card a{color:var(--primary);font-weight:700}.connect-form{display:grid;gap:14px;background:#fff;border:1px solid var(--border);border-radius:8px;padding:clamp(20px,3vw,30px);box-shadow:var(--shadow)}.connect-form label{display:grid;gap:6px;color:var(--text);font-size:14px;font-weight:600}.connect-form input{width:100%;min-height:46px;border:1px solid var(--border);border-radius:6px;background:#fff;color:var(--text);font:inherit;padding:10px 12px}.connect-form input:focus{outline:2px solid rgba(97,114,9,.28);border-color:var(--primary)}.map-section{display:grid;grid-template-columns:minmax(0,.78fr) minmax(0,1.22fr);gap:clamp(24px,5vw,58px);align-items:center;background:var(--surface)}.map-section iframe{width:100%;min-height:360px;border:0;border-radius:8px;box-shadow:var(--shadow)}.map-section .button{margin-top:14px}footer{display:grid;grid-template-columns:repeat(3,1fr);gap:22px;background:var(--text);color:#f5f2ea;font-size:16px}footer a{color:inherit;text-decoration:none;font-weight:600}footer a:nth-child(1){text-align:left}footer a:nth-child(2){text-align:center}footer a:nth-child(3){text-align:right}@media(max-width:860px){.site-header{align-items:flex-start;flex-direction:column;gap:12px}nav{width:100%;gap:10px;flex-wrap:wrap;overflow:hidden;padding-bottom:4px}nav a{white-space:nowrap}.hero{min-height:720px}.hero:after{background:linear-gradient(0deg,#100e0cd6,#100e0c38 72%,#100e0c0a)}.event-grid,.offer-grid,.split,.split.reverse,.spa-link,.contact,.map-section{grid-template-columns:1fr}.split.reverse .split-copy{order:0}.split img{height:auto;min-height:0;aspect-ratio:4 / 3}.spa-link{align-items:start}footer{grid-template-columns:1fr}footer a,footer a:nth-child(1),footer a:nth-child(2),footer a:nth-child(3){text-align:left}}@media(max-width:520px){.site-header{padding-inline:16px}.brand{font-size:24px}nav{font-size:13px}.nav-button{min-height:38px;padding:8px 12px}.hero{min-height:640px}.hero-copy{padding-inline:20px;padding-bottom:34px;max-width:100%}.hero-copy p:not(.kicker){width:100%;max-width:100%;font-size:18px}h1{max-width:none;font-size:clamp(38px,11vw,54px)}h2{font-size:clamp(32px,10vw,44px)}.button{width:100%}nav a{font-size:12px}nav .nav-button{width:auto}.intro,.section,footer{padding-inline:18px}}@media(min-width:861px){.event-card,.offer-grid a{padding:18px 24px;box-shadow:0 12px 34px #272a1f17}.event-card p,.offer-grid span{line-height:1.5}.event-date{margin-bottom:8px}.offer-grid a{gap:6px}}.event-date{font-size:clamp(18px,1.4vw,21px);font-weight:600}footer{font-size:clamp(18px,1.4vw,21px)}.event-card .event-date{font-size:clamp(18px,1.4vw,21px)!important;font-weight:600!important}.hero-copy p:not(.kicker),.intro p,.section>p{font-size:clamp(18px,1.55vw,21px);line-height:1.6}.event-card p:not(.event-date),.offer-grid span{font-size:clamp(18px,1.18vw,19px);line-height:1.45}.event-card .event-date{font-size:clamp(19px,1.45vw,22px)!important;line-height:1.42;font-weight:600!important;margin-bottom:7px}.map-section p{font-size:clamp(19px,1.8vw,23px)}footer,footer a{font-size:clamp(18px,1.4vw,21px)}.event-card,.offer-grid a{padding:16px 22px!important;box-shadow:0 12px 34px #272a1f17!important}.offer-grid a{gap:6px!important}.site-header nav{gap:clamp(12px,1.35vw,22px)!important;align-items:center!important}.site-header nav a{font-size:clamp(18px,1.25vw,20px)!important;font-weight:700!important;line-height:1.18!important;letter-spacing:0!important;white-space:nowrap!important}.site-header nav .nav-button{padding:10px 18px!important}@media(max-width:860px){.site-header nav{gap:6px 9px!important;flex-wrap:wrap!important}.site-header nav a{font-size:clamp(13px,3.45vw,15px)!important;line-height:1.15!important}.site-header nav .nav-button{padding:7px 11px!important}}.site-header nav{gap:10px!important;align-items:center!important;flex-wrap:wrap!important}.site-header nav a{font-size:18px!important;font-weight:700!important;line-height:1.35!important;letter-spacing:0!important;white-space:nowrap!important}.site-header nav .nav-button{padding:10px 16px!important}@media(max-width:520px){.site-header nav{gap:6px 8px!important;flex-wrap:wrap!important}.site-header nav a{font-size:14px!important;line-height:1.2!important}.site-header nav .nav-button{padding:7px 10px!important}}@media(min-width:900px){header nav a,header nav button,.site-header nav a,.site-header nav button,.header nav a,.header nav button{font-size:20px!important;font-weight:700!important;white-space:nowrap!important;line-height:1.2!important}}.connect-form{width:min(100%,470px)!important;padding:36px!important;min-height:410px!important}.connect-form input{min-height:52px!important;padding:12px 14px!important}@media(max-width:860px){.connect-form{width:100%!important;padding:30px!important;min-height:auto!important}}.specials-grid{align-items:stretch!important}.offer-grid .special-card{display:flex!important;flex-direction:column!important;gap:10px!important;padding:26px 28px!important;min-height:230px!important;border:1px solid rgba(97,114,9,.24)!important;background:#fff!important;box-shadow:0 20px 45px #272a1f24!important}.offer-grid .special-card strong{font-size:clamp(25px,2vw,34px)!important;line-height:1.05!important;color:var(--text)!important}.offer-grid .special-card .offer-price{font-size:clamp(21px,1.45vw,25px)!important;line-height:1.15!important;font-weight:700!important;color:var(--primary)!important}.offer-grid .special-card .offer-description{font-size:clamp(17px,1.1vw,19px)!important;line-height:1.45!important;color:var(--text)!important}.offer-grid .special-card .offer-price{display:inline-flex!important;align-self:flex-start!important;padding:8px 14px!important;border-radius:999px!important;background:var(--primary)!important;color:var(--primary-text)!important;font-size:clamp(30px,2.35vw,42px)!important;line-height:1!important;font-weight:700!important;letter-spacing:0!important;box-shadow:0 12px 28px #61720938!important}.offer-grid .special-card .offer-price{padding:7px 13px!important;font-size:clamp(28px,2.1vw,36px)!important;box-shadow:0 10px 22px #6172092e!important}.site-header{padding-left:clamp(28px,4vw,68px)!important;padding-right:clamp(14px,2vw,26px)!important}.site-header nav{gap:clamp(18px,1.8vw,28px)!important}.site-header nav a:not(.nav-button){margin:0!important}.button,.nav-button,.event-card .button,form .button{font-size:clamp(18px,1.3vw,20px)!important;line-height:1.2!important;font-weight:700!important}.button.small,.event-card .button.small{font-size:clamp(17px,1.15vw,19px)!important;line-height:1.2!important}.hero img{filter:brightness(1.12)!important}footer{gap:clamp(18px,2.2vw,34px)!important;align-items:center!important}footer a{display:inline-flex!important;align-items:center!important;justify-content:center!important;gap:10px!important;width:100%!important;min-height:56px!important;padding:13px 22px!important;border:1px solid rgba(250,248,248,.24)!important;border-radius:999px!important;background:#faf8f814!important;color:var(--primary-text)!important;text-decoration:none!important;font-size:clamp(19px,1.45vw,22px)!important;font-weight:700!important;line-height:1.15!important;box-shadow:0 16px 34px #0000002e!important;transition:background .18s ease,border-color .18s ease,transform .18s ease!important}footer a:before{display:inline-flex!important;align-items:center!important;justify-content:center!important;width:34px!important;height:34px!important;border-radius:50%!important;background:var(--primary)!important;color:var(--primary-text)!important;font-family:var(--font-heading)!important;font-size:16px!important;font-weight:700!important;line-height:1!important}footer a[href^="mailto:"]:before{content:"@"}footer a[href*=facebook]:before{content:"f"}footer a[href*=instagram]:before{content:"ig"}footer a:hover{background:#faf8f824!important;border-color:#cbb56b9e!important;transform:translateY(-2px)!important}@media(max-width:760px){footer{grid-template-columns:1fr!important;padding:64px 24px!important}footer a{width:100%!important}}.section.offerings .section-head p{font-size:clamp(21px,1.8vw,27px);line-height:1.45;font-weight:600;color:var(--text);max-width:780px}.specials-grid .special-card{padding:clamp(22px,2.2vw,32px);gap:clamp(8px,.9vw,12px)}.specials-grid .special-card strong{font-size:clamp(24px,1.95vw,31px);line-height:1.15;font-weight:700}.specials-grid .offer-price{font-size:clamp(21px,1.55vw,27px);line-height:1.2;font-weight:700;color:var(--primary)}.specials-grid .offer-description{font-size:clamp(18px,1.25vw,22px);line-height:1.45;color:var(--text)}@media(max-width:860px){.section.offerings .section-head p{font-size:21px}.specials-grid .special-card strong{font-size:24px}.specials-grid .offer-price{font-size:21px}.specials-grid .offer-description{font-size:18px}}
