:root { color-scheme: light; --green: #315D50; --ink: #172D25; --paper: #F8F7F1; --muted: #597064; --sage: #E5EDE5; --brass: #B99545; --line: #CED8CF; }
* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 24px; }
body { margin: 0; background: var(--paper); color: var(--ink); font: 19px/1.55 Arial, "Helvetica Neue", sans-serif; }
a { color: var(--green); text-underline-offset: 4px; }
a:hover { text-decoration-thickness: 2px; }
a:focus-visible, summary:focus-visible { outline: 3px solid var(--brass); outline-offset: 5px; border-radius: 3px; }
img { display: block; max-width: 100%; }
.wrap { width: min(1200px, calc(100% - 96px)); margin-inline: auto; }
.skip-link { position: absolute; top: -100px; left: 20px; background: white; padding: 12px 20px; z-index: 10; }
.skip-link:focus { top: 12px; }
.site-header { min-height: 106px; display: flex; align-items: center; gap: 32px; border-bottom: 1px solid var(--line); }
.brand { display: inline-flex; align-items: center; gap: 10px; flex-shrink: 0; }
.brand img:first-child { width: 34px; height: 41px; object-fit: contain; }
.brand img:last-child { width: 143px; height: auto; }
.site-header nav { display: flex; gap: 26px; margin-left: auto; }
.site-header nav a, .language { font-size: 16px; font-weight: 600; text-decoration: none; }
.header-access { display: flex; align-items: center; gap: 22px; }
.button { display: inline-flex; justify-content: center; align-items: center; gap: 15px; min-height: 52px; padding: 12px 25px; border-radius: 9px; background: var(--green); color: white; text-decoration: none; font-weight: 650; line-height: 1.3; text-align: center; }
.button:hover { background: var(--ink); text-decoration: none; }
.button.small { min-height: 42px; padding: 9px 18px; font-size: 17px; }
.hero { display: grid; grid-template-columns: 1.05fr 1fr; gap: 62px; align-items: center; padding-block: 76px 88px; }
.eyebrow { margin: 0 0 22px; font-size: 13px; font-weight: 750; letter-spacing: .12em; text-transform: uppercase; color: var(--green); }
h1,h2,h3 { font-family: inherit; font-weight: 600; line-height: 1.08; text-wrap: balance; }
h1 { margin: 0; font-size: clamp(44px, 5.3vw, 72px); letter-spacing: -.05em; max-width: 600px; }
h2 { margin: 0 0 22px; font-size: clamp(30px, 3.3vw, 45px); letter-spacing: -.035em; }
h3 { font-size: 24px; letter-spacing: -.025em; margin: 20px 0 15px; }
p { margin: 0 0 20px; }
.lede { margin-top: 30px; color: var(--muted); max-width: 540px; font-size: 21px; }
.actions { display: flex; flex-wrap: wrap; align-items: center; gap: 22px; margin-top: 28px; }
.text-link { font-weight: 650; }
.free-note { margin: 22px 0 0; color: var(--muted); font-size: 16px; }
.free-note span { margin-right: 5px; color: var(--green); }
.hero-visual { position: relative; padding-bottom: 32px; }
.courtyard { width: 100%; height: 345px; object-fit: cover; border-radius: 100px 12px 12px 12px; }
.booking-example { position: relative; margin: -65px 20px 0 35px; padding: 23px 25px 18px; border: 1px solid var(--line); border-radius: 12px; background: white; box-shadow: 0 18px 40px #172D2510; }
.booking-example .eyebrow { display: block; margin-bottom: 8px; font-size: 11px; }
figcaption strong { font-size: 19px; font-weight: 650; }
table { width: 100%; border-collapse: collapse; font-size: 16px; margin-block: 13px; }
caption { text-align: left; font-size: 14px; color: var(--muted); padding-bottom: 12px; }
.visually-hidden { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; border: 0; }
th,td { padding: 9px 0; border-top: 1px solid var(--sage); text-align: left; font-weight: 500; }
thead th { font-size: 13px; color: var(--muted); }
td:last-child, thead th:last-child { text-align: right; }
.status { display: inline-block; padding: 3px 10px; border-radius: 5px; font-size: 13px; font-weight: 650; }
.available { background: var(--sage); color: var(--green); }
.occupied { background: #F1F0E9; color: #5C6059; }
.caption { font-size: 14px; line-height: 1.5; color: var(--muted); }
.section { padding-block: 80px; }
.section-heading { max-width: 710px; }
.section-heading > p:not(.eyebrow) { color: var(--muted); }
.steps { list-style: none; padding: 0; margin: 42px 0 0; display: grid; grid-template-columns: repeat(3, 1fr); gap: 40px; }
.steps > li { padding-top: 23px; border-top: 2px solid var(--green); }
.step-number { display: inline-grid; place-items: center; width: 36px; height: 36px; border-radius: 50%; background: var(--sage); color: var(--green); font-size: 18px; font-weight: 700; }
.steps p { font-size: 18px; color: var(--muted); }
.community-band { background: var(--sage); }
.roles { display: grid; grid-template-columns: 1fr 1fr; gap: 65px; margin-top: 35px; }
.roles article { border-top: 1px solid #B3C4B7; padding-top: 10px; }
.roles ul { margin: 0; padding-left: 22px; }
.roles li { padding: 6px 0 6px 6px; }
.rules-section { display: grid; grid-template-columns: .9fr 1.1fr; gap: 90px; }
.rules { margin: 0; }
.rules > div { border-top: 1px solid var(--line); padding-block: 22px; }
.rules > div:first-child { padding-top: 0; border-top: 0; }
dt { font-weight: 700; font-size: 21px; margin-bottom: 8px; }
dd { margin: 0; color: var(--muted); font-size: 18px; }
.rule-note { border-left: 3px solid var(--brass); padding-left: 17px; margin-top: 32px; }
.privacy { display: grid; grid-template-columns: 1fr 1fr; gap: 65px; padding: 44px; border: 1px solid var(--line); border-radius: 16px; }
.privacy h2 { font-size: 32px; margin-bottom: 0; }
.privacy p:not(.eyebrow) { color: var(--muted); font-size: 18px; }
.faq { display: grid; grid-template-columns: .75fr 1.25fr; gap: 80px; }
details { border-bottom: 1px solid var(--line); padding-block: 20px; }
details:first-child { border-top: 1px solid var(--line); }
summary { cursor: pointer; font-size: 20px; font-weight: 650; padding-right: 8px; }
summary::marker { color: var(--green); }
details p { margin: 15px 0 0; color: var(--muted); font-size: 18px; }
.closing { padding: 55px 0 65px; border-top: 2px solid var(--green); }
.closing h2 { max-width: 800px; }
.closing p { max-width: 700px; color: var(--muted); }
.site-footer { padding-block: 28px 40px; border-top: 1px solid var(--line); font-size: 15px; }
.site-footer p { color: var(--muted); }
.site-footer nav { display: flex; gap: 12px 25px; flex-wrap: wrap; margin-bottom: 14px; }
.not-found { max-width: 700px; padding-block: 100px; }
@media (max-width: 1000px) {
  .wrap { width: calc(100% - 56px); }
  .site-header nav { display: none; }
  .header-access { margin-left: auto; }
  .hero { gap: 30px; }
  .booking-example { margin-inline: 10px; padding: 20px; }
  .steps { gap: 24px; }
  .rules-section,.faq { gap: 40px; }
}
@media (max-width: 700px) {
  .wrap { width: calc(100% - 40px); }
  .site-header { min-height: 88px; gap: 15px; flex-wrap: wrap; padding-block: 16px; }
  .brand img:first-child { width: 25px; height: 32px; }
  .brand img:last-child { width: 112px; }
  .brand { gap: 6px; }
  .header-access { gap: 12px; }
  .language { font-size: 14px; }
  .button.small { padding: 9px 12px; font-size: 15px; }
  .button.small span { display: none; }
  .hero { grid-template-columns: 1fr; padding-block: 48px 36px; gap: 40px; }
  h1 { font-size: clamp(40px, 10.5vw, 61px); }
  .lede { font-size: 20px; margin-top: 24px; }
  .courtyard { height: 275px; border-top-left-radius: 65px; }
  .booking-example { margin-top: -45px; }
  .section { padding-block: 52px; }
  .steps,.roles,.rules-section,.privacy,.faq { grid-template-columns: 1fr; gap: 30px; }
  .steps { margin-top: 30px; }
  .steps > li { padding-top: 20px; }
  .steps h3 { display: inline; margin-left: 12px; font-size: 22px; }
  .steps p { margin-top: 15px; }
  .privacy { padding: 28px; gap: 20px; }
  .privacy h2 { font-size: 29px; }
  .closing { padding-block: 42px; }
}
@media (max-width: 380px) {
  .site-header { gap: 12px; }
  .brand img:last-child { width: 90px; }
  .header-access { gap: 10px; }
  .wrap { width: calc(100% - 32px); }
  .booking-example { margin-inline: 0; padding: 17px; }
}
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } }
