:root {
  --ink: #15231d;
  --forest: #173b2d;
  --forest-light: #245442;
  --sage: #dce6dc;
  --cream: #f4efe5;
  --paper: #fbfaf6;
  --copper: #bc673c;
  --line: rgba(21, 35, 29, 0.16);
  --muted: #66716b;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 16px;
  line-height: 1.6;
  text-rendering: optimizeLegibility;
}
body, a, button, summary { -webkit-tap-highlight-color: transparent; }
img { display: block; width: 100%; height: 100%; object-fit: cover; }
a { color: inherit; text-decoration: none; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, blockquote { font-family: Georgia, "Times New Roman", serif; font-weight: 400; letter-spacing: -0.035em; }
h1 { max-width: 720px; margin-bottom: 26px; font-size: clamp(3.8rem, 7vw, 7.2rem); line-height: 0.91; }
.hero h1 { font-size: clamp(2.8rem, 4.5vw, 5rem); }
.hero-title-location { display: block; margin-top: .18em; font-size: .54em; line-height: 1.05; letter-spacing: -.018em; }
h2 { margin-bottom: 22px; font-size: clamp(2.6rem, 5vw, 5.1rem); line-height: 0.98; }
h3 { margin-bottom: 10px; font-size: 1.45rem; line-height: 1.25; }

.skip-link { position: fixed; z-index: 100; top: 8px; left: 8px; padding: 10px 14px; background: white; transform: translateY(-150%); }
.skip-link:focus { transform: translateY(0); }
.site-header { position: sticky; z-index: 50; top: 0; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; min-height: 82px; padding: 0 4vw; border-bottom: 1px solid rgba(255,255,255,.13); background: rgba(23,59,45,.97); color: white; backdrop-filter: blur(12px); }
.brand { display: inline-flex; align-items: center; gap: 12px; width: max-content; }
.brand > span:last-child { display: flex; flex-direction: column; line-height: 1.15; }
.brand strong { font-size: .92rem; letter-spacing: .01em; }
.brand small { margin-top: 4px; color: rgba(255,255,255,.66); font-size: .71rem; letter-spacing: .06em; text-transform: uppercase; }
.brand-mark { display: block; width: 46px; height: 46px; flex: 0 0 46px; overflow: hidden; border: 1px solid rgba(255,255,255,.38); border-radius: 50%; }
.brand-mark img { display: block; width: 100%; height: 100%; object-fit: cover; }
nav { display: flex; gap: 30px; font-size: .85rem; }
nav a { color: rgba(255,255,255,.74); transition: color .2s ease; }
nav a:hover, nav a:focus-visible { color: white; }
.header-cta { justify-self: end; padding: 11px 18px; border: 1px solid rgba(255,255,255,.38); border-radius: 999px; font-size: .82rem; font-weight: 700; transition: background .2s ease, color .2s ease; }
.header-cta:hover, .header-cta:focus-visible { background: white; color: var(--forest); }

.hero { display: grid; min-height: calc(100svh - 82px); grid-template-columns: minmax(0, .9fr) minmax(430px, 1.1fr); background: var(--cream); }
.hero-copy { display: flex; flex-direction: column; justify-content: center; padding: clamp(70px, 9vw, 140px) clamp(30px, 6vw, 100px); }
.eyebrow { margin-bottom: 22px; color: var(--copper); font-size: .72rem; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.hero-intro { max-width: 610px; color: #445149; font-size: clamp(1.03rem, 1.45vw, 1.22rem); }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 24px; }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 52px; padding: 0 24px; border-radius: 999px; font-size: .9rem; font-weight: 750; transition: transform .2s ease, background .2s ease; }
.button:hover, .button:focus-visible { transform: translateY(-2px); }
.button-primary { gap: 14px; background: var(--forest); color: white; }
.button-primary:hover, .button-primary:focus-visible { background: var(--forest-light); }
.button-secondary { border: 1px solid var(--line); }
.availability-note { display: flex; align-items: center; gap: 9px; margin: 26px 0 0; color: var(--muted); font-size: .82rem; }
.availability-note span { width: 7px; height: 7px; border-radius: 50%; background: #4c8f5e; box-shadow: 0 0 0 5px rgba(76,143,94,.12); }
.hero-media { position: relative; min-height: 620px; overflow: hidden; }
.hero-media img { object-position: 50% 48%; }
.hero-badge { position: absolute; right: clamp(22px, 4vw, 54px); bottom: clamp(22px, 4vw, 54px); display: flex; flex-direction: column; min-width: 205px; padding: 18px 22px; border: 1px solid rgba(255,255,255,.4); border-radius: 4px; background: rgba(23,59,45,.91); color: white; backdrop-filter: blur(8px); }
.hero-badge strong { font-family: Georgia, serif; font-size: 1.6rem; font-weight: 400; }
.hero-badge span { color: rgba(255,255,255,.7); font-size: .78rem; }

.facts { display: grid; grid-template-columns: repeat(4, 1fr) 1.45fr; align-items: stretch; border-bottom: 1px solid var(--line); background: var(--paper); }
.fact, .facts > p { min-height: 132px; margin: 0; padding: 30px 3vw; border-right: 1px solid var(--line); }
.fact { display: flex; flex-direction: column; justify-content: center; }
.fact strong { font-family: Georgia, serif; font-size: 2.5rem; font-weight: 400; line-height: 1; }
.fact span, .facts > p { color: var(--muted); font-size: .8rem; letter-spacing: .04em; }
.facts > p { display: flex; align-items: center; border: 0; line-height: 1.55; text-transform: uppercase; }
.section { padding: clamp(90px, 10vw, 160px) clamp(24px, 6vw, 100px); }
.section-heading { max-width: 800px; margin-bottom: 58px; }
.section-heading > p:last-child { max-width: 610px; color: var(--muted); font-size: 1.05rem; }
.split-heading { display: grid; max-width: none; grid-template-columns: minmax(0, 1.2fr) minmax(300px, .6fr); align-items: end; gap: 8vw; }
.split-heading > p { padding-bottom: 12px; }

.company-section { background: var(--forest); color: white; }
.company-section .eyebrow { color: #aac4ad; }
.company-section .section-heading > p:last-child { color: rgba(255,255,255,.66); }
.benefit-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid rgba(255,255,255,.2); }
.benefit-card { min-height: 290px; padding: 34px 3.3vw 12px 0; border-right: 1px solid rgba(255,255,255,.2); }
.benefit-card + .benefit-card { padding-left: 3.3vw; }
.benefit-card:last-child { border-right: 0; }
.benefit-card > span { color: #aac4ad; font-size: .7rem; letter-spacing: .1em; }
.benefit-card h3 { margin-top: 90px; font-family: Georgia, serif; font-size: 1.8rem; font-weight: 400; }
.benefit-card p { max-width: 370px; color: rgba(255,255,255,.64); font-size: .92rem; }

.rooms-section { background: var(--paper); }
.room-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 28px; }
.room-card, .bathroom-card { overflow: hidden; border: 1px solid var(--line); background: white; }
.room-image { position: relative; height: clamp(340px, 36vw, 580px); overflow: hidden; }
.room-image img { transition: transform .7s ease; }
.room-card:hover .room-image img { transform: scale(1.025); }
.room-image > span { position: absolute; top: 18px; left: 18px; padding: 7px 12px; border-radius: 99px; background: rgba(251,250,246,.92); font-size: .72rem; font-weight: 800; }
.room-copy { display: grid; grid-template-columns: .65fr 1fr; gap: 28px; padding: 30px; }
.room-copy .eyebrow { margin-bottom: 8px; }
.room-copy h3 { margin: 0; font-family: Georgia, serif; font-size: 2rem; font-weight: 400; }
.room-copy > p { margin: 0; color: var(--muted); font-size: .9rem; }
.bathroom-card { display: grid; grid-column: 1 / -1; grid-template-columns: 1.25fr .75fr; margin-top: 20px; background: var(--sage); }
.bathroom-card > img { max-height: 520px; }
.bathroom-card > div { display: flex; flex-direction: column; justify-content: center; padding: clamp(38px, 6vw, 90px); }
.bathroom-card h3 { font-family: Georgia, serif; font-size: clamp(2rem, 4vw, 4rem); font-weight: 400; }
.bathroom-card p:last-child { max-width: 360px; color: var(--muted); }

.amenities-section { display: grid; grid-template-columns: minmax(0, 1.2fr) minmax(360px, .8fr); gap: 7vw; background: var(--cream); }
.amenities-gallery { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.amenities-gallery figure { position: relative; min-height: 250px; margin: 0; overflow: hidden; }
.amenities-gallery .gallery-main { grid-column: 1 / -1; min-height: 520px; }
.amenities-gallery figcaption { position: absolute; right: 12px; bottom: 12px; left: 12px; padding: 10px 12px; background: rgba(21,35,29,.82); color: white; font-size: .72rem; backdrop-filter: blur(6px); }
.amenities-copy { align-self: center; }
.amenities-copy > p:not(.eyebrow) { max-width: 530px; color: var(--muted); }
.amenity-list { display: grid; grid-template-columns: 1fr 1fr; margin: 36px 0 0; padding: 0; list-style: none; border-top: 1px solid var(--line); }
.amenity-list li { position: relative; padding: 14px 16px 14px 22px; border-bottom: 1px solid var(--line); font-size: .82rem; }
.amenity-list li::before { content: ''; position: absolute; top: 22px; left: 2px; width: 8px; height: 1px; background: var(--copper); }

.pricing-section { background: var(--paper); }
.price-grid { display: grid; grid-template-columns: repeat(3, 1fr); border: 1px solid var(--line); }
.price-card { min-height: 330px; padding: clamp(28px, 4vw, 54px); border-right: 1px solid var(--line); }
.price-card:last-child { border: 0; }
.price { display: flex; align-items: flex-end; gap: 8px; margin: 52px 0 22px; }
.price strong { font-family: Georgia, serif; font-size: clamp(3.2rem, 5.5vw, 5.7rem); font-weight: 400; letter-spacing: -.05em; line-height: .8; }
.price span { color: var(--muted); font-size: .76rem; }
.price-card > p:last-child { color: var(--muted); font-size: .87rem; }
.featured-price { background: var(--sage); }
.offer-card { display: flex; flex-direction: column; background: var(--forest); color: white; }
.offer-card .eyebrow { color: #aac4ad; }
.offer-card h3 { margin-top: 42px; font-family: Georgia, serif; font-size: 2rem; font-weight: 400; }
.offer-card p { color: rgba(255,255,255,.62) !important; }
.offer-card a { display: flex; justify-content: space-between; margin-top: auto; padding-top: 20px; border-top: 1px solid rgba(255,255,255,.2); font-size: .86rem; font-weight: 750; }
.price-note { margin: 20px 0 0; color: var(--muted); font-size: .78rem; }

.location-section { display: grid; grid-template-columns: 1.1fr .9fr; min-height: 720px; background: var(--forest); color: white; }
.location-image { min-height: 620px; }
.location-copy { display: flex; flex-direction: column; justify-content: center; padding: clamp(60px, 8vw, 120px); }
.location-copy .eyebrow { color: #aac4ad; }
.location-copy > p:not(.eyebrow) { max-width: 570px; color: rgba(255,255,255,.65); }
.distance-list { margin: 30px 0; border-top: 1px solid rgba(255,255,255,.2); }
.distance-list div { display: grid; grid-template-columns: 100px 1fr; gap: 18px; padding: 17px 0; border-bottom: 1px solid rgba(255,255,255,.2); }
.distance-list strong { font-family: Georgia, serif; font-size: 1.25rem; font-weight: 400; }
.distance-list span { align-self: center; color: rgba(255,255,255,.66); font-size: .83rem; }
.text-link { width: max-content; padding-bottom: 5px; border-bottom: 1px solid rgba(255,255,255,.45); font-size: .85rem; font-weight: 750; }

.guest-section { display: grid; grid-template-columns: .85fr 1.15fr; align-items: center; gap: 7vw; background: var(--sage); }
.guest-image { min-height: 500px; }
.guest-copy { max-width: 650px; }
.guest-copy p:last-child { color: var(--muted); font-size: 1.05rem; }
.owner-section { display: grid; grid-template-columns: 1fr 1fr; align-items: stretch; padding-top: 0; padding-bottom: 0; background: var(--paper); }
.owner-copy { display: flex; flex-direction: column; justify-content: center; padding: clamp(70px, 9vw, 140px) clamp(20px, 7vw, 110px) clamp(70px, 9vw, 140px) 0; }
blockquote { max-width: 720px; margin: 10px 0 40px; font-size: clamp(2rem, 3.7vw, 4rem); line-height: 1.08; }
.owner-name { display: flex; flex-direction: column; }
.owner-name strong { font-size: .9rem; }
.owner-name span { color: var(--muted); font-size: .8rem; }
.owner-image { min-height: 720px; }
.owner-image img { object-position: 50% 38%; }

.faq-section { display: grid; grid-template-columns: .72fr 1.28fr; gap: 8vw; background: var(--cream); }
.faq-list { border-top: 1px solid var(--line); }
details { border-bottom: 1px solid var(--line); }
summary { display: flex; justify-content: space-between; gap: 30px; padding: 24px 0; cursor: pointer; font-weight: 700; list-style: none; }
summary::-webkit-details-marker { display: none; }
summary span { color: var(--copper); font-size: 1.3rem; font-weight: 400; transition: transform .2s ease; }
details[open] summary span { transform: rotate(45deg); }
details > p { max-width: 720px; padding: 0 50px 24px 0; color: var(--muted); font-size: .93rem; }
.contact-section { display: grid; grid-template-columns: minmax(0, .78fr) minmax(520px, 1.22fr); align-items: start; gap: 7vw; padding: clamp(80px, 10vw, 150px) clamp(24px, 6vw, 100px); background: var(--copper); color: white; }
.contact-section .eyebrow { color: rgba(255,255,255,.68); }
.contact-intro { position: sticky; top: 122px; }
.contact-intro > p:not(.eyebrow) { max-width: 560px; color: rgba(255,255,255,.72); }
.contact-direct { margin-top: 42px; }
.contact-direct a { display: flex; flex-direction: column; padding: 19px 0; border-bottom: 1px solid rgba(255,255,255,.35); }
.contact-direct a:first-child { border-top: 1px solid rgba(255,255,255,.35); }
.contact-direct span { color: rgba(255,255,255,.62); font-size: .69rem; letter-spacing: .1em; text-transform: uppercase; }
.contact-direct strong { overflow-wrap: anywhere; font-family: Georgia, serif; font-size: clamp(1.1rem, 2vw, 1.8rem); font-weight: 400; }
.inquiry-form { position: relative; padding: clamp(26px, 4vw, 52px); border-radius: 4px; background: var(--paper); color: var(--ink); box-shadow: 0 24px 70px rgba(58,28,13,.18); }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 22px 20px; }
.form-grid label { display: flex; flex-direction: column; gap: 8px; }
.form-grid label > span { font-size: .76rem; font-weight: 800; letter-spacing: .04em; }
.form-grid small { color: var(--muted); font-size: .68rem; font-weight: 500; }
.form-grid input, .form-grid select, .form-grid textarea { width: 100%; min-height: 48px; padding: 11px 12px; border: 1px solid rgba(21,35,29,.22); border-radius: 2px; background: white; color: var(--ink); font: inherit; font-size: .92rem; transition: border-color .2s ease, box-shadow .2s ease; }
.form-grid textarea { min-height: 126px; resize: vertical; }
.form-grid input:focus, .form-grid select:focus, .form-grid textarea:focus { border-color: var(--forest); outline: 0; box-shadow: 0 0 0 3px rgba(23,59,45,.12); }
.form-guests, .form-message { grid-column: 1 / -1; }
.form-privacy { margin: 22px 0 18px; color: var(--muted); font-size: .75rem; line-height: 1.55; }
.form-privacy a { color: var(--forest); text-decoration: underline; text-underline-offset: 2px; }
.form-submit { display: flex; width: 100%; min-height: 56px; align-items: center; justify-content: space-between; padding: 0 20px; border: 0; border-radius: 2px; background: var(--forest); color: white; cursor: pointer; font: inherit; font-size: .9rem; font-weight: 800; transition: background .2s ease, opacity .2s ease; }
.form-submit:hover, .form-submit:focus-visible { background: var(--forest-light); }
.form-submit:disabled { cursor: wait; opacity: .62; }
.form-status { min-height: 24px; margin: 14px 0 0; font-size: .82rem; font-weight: 700; }
.form-status.is-success { color: #28683e; }
.form-status.is-error { color: #a13b2f; }
.form-honeypot { position: absolute !important; overflow: hidden !important; width: 1px !important; height: 1px !important; clip: rect(1px,1px,1px,1px) !important; white-space: nowrap !important; }
footer { display: grid; grid-template-columns: 1fr auto auto; align-items: center; gap: 40px; padding: 32px 4vw; background: var(--ink); color: white; }
footer p { margin: 0; color: rgba(255,255,255,.48); font-size: .7rem; }
.footer-brand small { color: rgba(255,255,255,.46); }
.footer-links { display: flex; gap: 24px; }
.footer-links a { color: rgba(255,255,255,.72); font-size: .74rem; }
.footer-links a:hover, .footer-links a:focus-visible { color: white; }
.legal-page { min-height: calc(100vh - 190px); padding: clamp(70px, 9vw, 130px) max(22px, calc((100vw - 1040px) / 2)); background: var(--paper); }
.legal-page article { max-width: 820px; }
.legal-page h1 { max-width: 900px; margin-bottom: 34px; font-size: clamp(3.2rem, 8vw, 6.6rem); }
.legal-page h2 { margin: 48px 0 16px; font-size: clamp(1.8rem, 4vw, 2.8rem); }
.legal-page h3 { margin: 30px 0 10px; font-size: 1.15rem; }
.legal-page p, .legal-page li { color: var(--muted); line-height: 1.75; }
.legal-page ul { padding-left: 1.25rem; }
.legal-page address { color: var(--muted); font-style: normal; line-height: 1.75; }
.legal-page a { color: var(--forest); text-decoration: underline; text-underline-offset: 3px; }
.legal-page .legal-updated { margin-top: 56px; font-size: .8rem; }
.legal-header { grid-template-columns: 1fr auto; }
.legal-header .brand { color: white; }
.legal-header .legal-back { justify-self: end; color: rgba(255,255,255,.78); font-size: .78rem; font-weight: 700; }
.legal-header .legal-back:hover, .legal-header .legal-back:focus-visible { color: white; }
:focus-visible { outline: 3px solid #e6a577; outline-offset: 4px; }

@media (max-width: 1100px) {
  .site-header { grid-template-columns: 1fr auto; }
  nav { display: none; }
  .hero { grid-template-columns: 1fr 1fr; }
  .hero-copy { padding-right: 5vw; padding-left: 5vw; }
  .facts { grid-template-columns: repeat(4, 1fr); }
  .facts > p { display: none; }
  .amenities-section { grid-template-columns: 1fr; }
  .amenities-copy { max-width: 760px; }
  .owner-copy { padding-right: 6vw; }
  .contact-section { grid-template-columns: 1fr; }
  .contact-intro { position: static; }
  footer { grid-template-columns: 1fr; gap: 14px; }
}

@media (max-width: 760px) {
  h1 { font-size: clamp(3.2rem, 15vw, 5rem); }
  .hero h1 { font-size: clamp(2.8rem, 12vw, 4rem); }
  h2 { font-size: clamp(2.5rem, 12vw, 4rem); }
  .site-header { min-height: 72px; padding: 0 18px; }
  .brand strong { font-size: .78rem; }
  .brand small { font-size: .62rem; }
  .brand-mark { width: 40px; height: 40px; flex-basis: 40px; }
  .header-cta { padding: 9px 13px; font-size: .72rem; }
  .hero { display: flex; min-height: auto; flex-direction: column; }
  .hero-copy { padding: 70px 22px 56px; }
  .hero-media { min-height: 460px; }
  .facts { grid-template-columns: 1fr 1fr; }
  .fact { min-height: 105px; padding: 22px; border-bottom: 1px solid var(--line); }
  .fact:nth-child(even) { border-right: 0; }
  .fact strong { font-size: 2rem; }
  .section { padding: 80px 22px; }
  .split-heading { grid-template-columns: 1fr; gap: 10px; }
  .benefit-grid { grid-template-columns: 1fr; }
  .benefit-card, .benefit-card + .benefit-card { min-height: auto; padding: 26px 0; border-right: 0; border-bottom: 1px solid rgba(255,255,255,.2); }
  .benefit-card h3 { margin-top: 35px; }
  .room-grid { grid-template-columns: 1fr; }
  .room-image { height: 390px; }
  .room-copy { grid-template-columns: 1fr; gap: 8px; }
  .bathroom-card { grid-column: auto; grid-template-columns: 1fr; }
  .bathroom-card > img { height: 380px; }
  .amenities-gallery .gallery-main { min-height: 390px; }
  .amenities-gallery figure { min-height: 190px; }
  .amenity-list { grid-template-columns: 1fr; }
  .price-grid { grid-template-columns: 1fr; }
  .price-card { min-height: auto; border-right: 0; border-bottom: 1px solid var(--line); }
  .offer-card { min-height: 330px; }
  .location-section, .guest-section, .owner-section, .faq-section, .contact-section { grid-template-columns: 1fr; }
  .location-image { min-height: 450px; }
  .location-copy { padding: 75px 22px; }
  .guest-image { min-height: 370px; }
  .guest-copy { grid-row: 1; }
  .owner-copy { padding: 80px 0; }
  .owner-image { min-height: 520px; }
  .faq-section { gap: 20px; }
  .contact-section { padding: 80px 22px; }
  .form-grid { grid-template-columns: 1fr; }
  .form-guests, .form-message { grid-column: auto; }
  .inquiry-form { padding: 26px 18px; }
  footer { padding: 34px 22px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; transition-duration: .01ms !important; }
}
