:root {
  font-family: "DM Sans", Arial, sans-serif;
  color: #293b38;
  background: #f7f3ec;
  font-synthesis: none;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  --ink: #293b38;
  --muted: #66716b;
  --deep: #294c49;
  --sage: #6e8a78;
  --cream: #f7f3ec;
  --paper: #fffdf9;
  --line: #e7e2d9;
  --sand: #d6c2a9;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; min-width: 320px; }
button, a { -webkit-tap-highlight-color: transparent; }
button { font: inherit; }
button:focus-visible, a:focus-visible, summary:focus-visible { outline: 3px solid #8eb4ad; outline-offset: 3px; }

.site-shell { min-height: 100vh; display: grid; grid-template-columns: 264px minmax(0, 1fr); }
.sidebar { position: sticky; top: 0; height: 100vh; padding: 29px 19px 21px; background: #fdfbf6; border-right: 1px solid var(--line); display: flex; flex-direction: column; z-index: 30; }
.sidebar-top { display: flex; justify-content: space-between; align-items: center; padding: 0 11px; }
.brand { padding: 0; background: none; border: 0; display: flex; align-items: center; gap: 12px; color: var(--ink); text-align: left; cursor: pointer; }
.brand-mark { width: 45px; height: 45px; display: grid; place-items: center; background: var(--deep); color: #fffaf3; border-radius: 12px; font-family: "Playfair Display", Georgia, serif; font-size: 18px; letter-spacing: -2px; }
.brand-mark span { color: #d9b999; }
.brand-text strong { display: block; font-family: "Playfair Display", Georgia, serif; font-size: 18px; font-weight: 600; white-space: nowrap; }
.brand-text small { display: block; margin-top: 3px; color: #898c82; font-size: 10px; letter-spacing: .06em; }
.main-nav { display: flex; flex-direction: column; gap: 4px; margin-top: 60px; }
.nav-item { width: 100%; border: 0; border-radius: 10px; padding: 13px 14px; display: flex; align-items: center; gap: 15px; background: transparent; color: #6c756f; cursor: pointer; text-align: left; font-size: 13px; font-weight: 600; transition: background .2s, color .2s, transform .2s; }
.nav-item:hover { background: #f0eee8; color: var(--deep); transform: translateX(2px); }
.nav-item.active { background: #e8eee7; color: var(--deep); }
.nav-item svg { flex: 0 0 auto; }
.sidebar-bottom { margin-top: auto; padding: 0 9px; }
.language-control { border-top: 1px solid var(--line); padding-top: 18px; display: flex; justify-content: space-between; align-items: center; gap: 10px; }
.language-control > span { display: flex; align-items: center; gap: 8px; color: var(--muted); font-size: 12px; font-weight: 600; }
.language-buttons { border: 1px solid var(--line); border-radius: 8px; padding: 3px; display: flex; gap: 2px; }
.language-buttons button { border: 0; background: none; color: var(--muted); padding: 6px 8px; border-radius: 6px; font-size: 11px; font-weight: 700; cursor: pointer; }
.language-buttons button.selected { background: var(--deep); color: white; }
.sidebar-bottom p { color: #929890; font-size: 10px; line-height: 1.5; margin: 25px 0 0; }
.mobile-header, .mobile-close, .menu-backdrop { display: none; }

.main-column { min-width: 0; }
.demo-ribbon { height: 42px; display: flex; align-items: center; justify-content: center; gap: 9px; background: #e9e6dc; color: #5d645d; text-transform: uppercase; font-size: 10px; letter-spacing: .15em; font-weight: 700; }
.demo-dot, .tag-dot { display: inline-block; width: 6px; height: 6px; border-radius: 50%; background: #819b82; }
main { max-width: 1300px; min-height: calc(100vh - 123px); margin: auto; padding: 44px clamp(28px, 5.3vw, 88px) 95px; }
main:focus { outline: none; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { color: var(--ink); }
h1, h2 { font-family: "Playfair Display", Georgia, serif; font-weight: 500; }
.eyebrow { display: inline-block; color: #8f765d; text-transform: uppercase; letter-spacing: .19em; font-size: 10px; font-weight: 700; line-height: 1.5; }

.hero { min-height: 504px; display: grid; grid-template-columns: 48% 52%; overflow: hidden; border-radius: 18px; background: #eceae0; }
.hero-copy { padding: clamp(42px, 6vw, 82px) 26px 39px clamp(40px, 5.8vw, 78px); display: flex; flex-direction: column; align-items: flex-start; }
.hero-copy h1 { margin: 22px 0 22px; font-size: clamp(44px, 4.4vw, 72px); line-height: 1.13; letter-spacing: -.035em; }
.hero-copy h1 em { color: var(--sage); font-style: normal; }
.hero-copy p { color: #65716b; max-width: 350px; font-size: 14px; line-height: 1.8; }
.primary-button { display: inline-flex; align-items: center; gap: 18px; margin-top: 20px; padding: 14px 20px; background: var(--deep); color: white; border: 1px solid var(--deep); border-radius: 7px; font-size: 12px; font-weight: 700; cursor: pointer; transition: background .2s, transform .2s; }
.primary-button:hover { background: #37605a; transform: translateY(-2px); }
.hero-ornament { margin-top: auto; padding-top: 36px; color: #9a9c91; text-transform: uppercase; letter-spacing: .17em; font-size: 9px; font-weight: 700; }
.hero-visual { min-height: 504px; position: relative; overflow: hidden; }
.scenic-art { display: block; width: 100%; height: 100%; position: absolute; inset: 0; object-fit: cover; }
.visual-tag { position: absolute; right: 20px; bottom: 20px; display: flex; align-items: center; gap: 9px; border: 1px solid rgba(255,255,255,.5); border-radius: 5px; background: rgba(255,253,247,.88); backdrop-filter: blur(5px); padding: 9px 12px; color: var(--deep); font-size: 10px; font-weight: 700; letter-spacing: .03em; }
.tag-sep { color: #a9a9a2; }

.intro-section { display: flex; align-items: end; justify-content: space-between; gap: 36px; margin: 77px 0 27px; }
.intro-section h2 { margin: 10px 0 0; font-size: clamp(29px, 3vw, 42px); line-height: 1.2; letter-spacing: -.02em; }
.intro-section p { max-width: 290px; margin: 0 0 3px; color: var(--muted); font-size: 12px; line-height: 1.75; }
.quick-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 13px; }
.quick-card { min-height: 153px; padding: 20px 18px; border: 1px solid var(--line); border-radius: 9px; background: var(--paper); text-align: left; display: flex; flex-direction: column; align-items: flex-start; cursor: pointer; transition: border-color .2s, box-shadow .2s, transform .2s; }
.quick-card:hover { border-color: #c4d2c5; box-shadow: 0 9px 25px rgba(41,76,73,.08); transform: translateY(-3px); }
.quick-icon { color: var(--sage); height: 32px; }
.quick-card-body { display: block; margin-top: auto; padding-top: 14px; }
.quick-card strong { color: var(--ink); display: block; font-size: 13px; line-height: 1.4; }
.quick-card small { color: #919891; display: block; margin-top: 3px; font-size: 11px; }
.quick-arrow { margin-left: auto; margin-top: -19px; color: #9ba99e; }
.feature-note { margin-top: 57px; padding: 38px 48px; display: flex; gap: 26px; align-items: center; border-radius: 11px; background: #e9ede5; }
.feature-note-icon { width: 60px; height: 60px; flex: 0 0 auto; border-radius: 50%; background: #f8faf4; color: var(--sage); display: grid; place-items: center; }
.feature-note h2 { margin: 8px 0 8px; font-size: 27px; }
.feature-note p { max-width: 700px; margin: 0; color: #65716b; font-size: 12px; line-height: 1.8; }

.page-heading { max-width: 700px; margin: 21px 0 42px; }
.page-heading h1 { margin: 11px 0 16px; font-size: clamp(46px, 5vw, 72px); letter-spacing: -.035em; line-height: 1.15; }
.page-heading p { max-width: 560px; color: var(--muted); font-size: 14px; line-height: 1.8; }
.two-cards { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px; }
.info-card { background: var(--paper); border: 1px solid var(--line); border-radius: 12px; padding: 27px 28px 30px; display: flex; flex-direction: column; align-items: flex-start; min-height: 212px; }
.round-icon { display: grid; place-items: center; width: 49px; height: 49px; flex: 0 0 auto; background: #ecf0e9; color: var(--deep); border-radius: 50%; }
.card-label { margin-top: 24px; color: var(--muted); font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: .11em; }
.card-value { color: var(--ink); margin-top: 6px; font-family: "Playfair Display", Georgia, serif; font-size: 25px; font-weight: 500; }
.info-card small { margin-top: 6px; color: #9a9c94; font-size: 10px; }
.content-grid { display: grid; grid-template-columns: minmax(0, 1.6fr) minmax(230px, .8fr); gap: 16px; margin-top: 16px; }
.paper-panel, .aside-panel { border-radius: 12px; padding: 36px; }
.paper-panel { background: var(--paper); border: 1px solid var(--line); }
.paper-panel h2, .aside-panel h2 { margin: 8px 0 24px; font-size: 29px; line-height: 1.25; }
.steps { list-style: none; padding: 0; margin: 0; }
.steps li { display: flex; gap: 18px; padding: 19px 0; border-top: 1px solid var(--line); }
.steps li:first-child { border-top: 0; }
.step-number { color: #a5896e; font-family: "Playfair Display", Georgia, serif; font-size: 19px; }
.steps h3, .rules-list h3 { font-size: 13px; margin: 2px 0 5px; font-weight: 700; }
.steps p, .rules-list p { color: var(--muted); line-height: 1.75; font-size: 12px; margin: 0; }
.aside-panel { background: #e9ede5; align-self: stretch; }
.aside-panel .round-icon { background: #f9faf5; }
.aside-panel h2 { margin: 27px 0 13px; }
.aside-panel p { color: #65716b; font-size: 12px; line-height: 1.8; }

.feature-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 15px; }
.feature-card { min-height: 241px; border: 1px solid var(--line); border-radius: 11px; background: var(--paper); padding: 27px 25px; }
.feature-card h2 { font-size: 23px; margin: 30px 0 10px; }
.feature-card p { color: var(--muted); font-size: 12px; line-height: 1.75; }
.rules-panel { margin-top: 17px; }
.rules-list { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 23px; }
.rules-list article { padding-top: 18px; border-top: 1px solid var(--line); }
.rules-list article > span { display: block; color: #b99d81; font-family: "Playfair Display", Georgia, serif; font-size: 24px; margin-bottom: 15px; }

.wifi-layout { display: grid; grid-template-columns: minmax(0, 1.3fr) minmax(220px, .75fr); gap: 18px; }
.wifi-card { border-radius: 13px; background: var(--deep); color: white; padding: 35px 38px; min-height: 460px; }
.wifi-card-top { display: flex; align-items: center; justify-content: space-between; color: #d7e5db; border-bottom: 1px solid rgba(255,255,255,.22); padding-bottom: 27px; margin-bottom: 27px; }
.wifi-card-top span { font-family: "Playfair Display", Georgia, serif; font-size: 19px; color: white; }
.credential { border-bottom: 1px solid rgba(255,255,255,.22); padding: 12px 0 24px; margin-bottom: 15px; }
.credential span { display: block; color: #bbd1c5; font-size: 10px; letter-spacing: .16em; text-transform: uppercase; font-weight: 700; margin-bottom: 11px; }
.credential strong { font-family: "Playfair Display", Georgia, serif; font-size: clamp(22px, 3vw, 31px); font-weight: 400; word-break: break-word; }
.copy-button { display: inline-flex; align-items: center; gap: 10px; border: 0; border-radius: 6px; color: var(--deep); background: white; padding: 11px 15px; font-size: 11px; font-weight: 700; cursor: pointer; }
.copy-button:hover { background: #e9ede5; }
.demo-credential { color: #c9d8cf; font-size: 10px; line-height: 1.6; margin: 19px 0 0; }

.places-list { display: grid; gap: 14px; }
.place-card { display: grid; grid-template-columns: 33% minmax(0, 1fr); min-height: 220px; overflow: hidden; background: var(--paper); border: 1px solid var(--line); border-radius: 12px; }
.place-art { min-height: 220px; position: relative; color: #f9faf5; display: grid; place-items: center; overflow: hidden; background: linear-gradient(165deg, #91aaa3, #517879); }
.place-art:before, .place-art:after { content: ""; position: absolute; left: -20%; width: 140%; height: 95px; border-radius: 50% 50% 0 0; background: rgba(247,243,236,.13); }
.place-art:before { bottom: 26px; transform: rotate(-6deg); }
.place-art:after { bottom: -45px; transform: rotate(8deg); background: rgba(255,255,255,.17); }
.place-art-2 { background: linear-gradient(165deg, #c6b39c, #8d9d89); }
.place-art-3 { background: linear-gradient(165deg, #8ca68c, #4c7167); }
.place-art span { z-index: 1; width: 91px; height: 91px; border-radius: 50%; border: 1px solid rgba(255,255,255,.6); background: rgba(255,255,255,.12); display: grid; place-items: center; }
.place-art b { position: absolute; z-index: 1; left: 19px; top: 18px; font-size: 11px; letter-spacing: .15em; }
.place-copy { padding: 33px 38px; align-self: center; }
.place-copy h2 { margin: 10px 0 12px; font-size: clamp(26px, 3vw, 35px); }
.place-copy p { color: var(--muted); max-width: 500px; margin: 0; font-size: 12px; line-height: 1.8; }

.faq-list { border-top: 1px solid #dcdad1; }
.faq-list details { border-bottom: 1px solid #dcdad1; padding: 0; }
.faq-list summary { display: flex; align-items: center; gap: 22px; padding: 23px 0; cursor: pointer; list-style: none; color: var(--ink); font-family: "Playfair Display", Georgia, serif; font-size: clamp(17px, 2.3vw, 22px); }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary svg { margin-left: auto; flex: 0 0 auto; transition: transform .2s; }
.faq-list details[open] summary svg { transform: rotate(180deg); }
.faq-index { font-family: "DM Sans", Arial, sans-serif; color: #a28f78; font-size: 11px; font-weight: 700; }
.faq-list details p { color: var(--muted); font-size: 13px; line-height: 1.8; padding: 0 54px 22px; max-width: 800px; margin: 0; }

.contact-card { background: var(--paper); border: 1px solid var(--line); border-radius: 12px; padding: 34px; min-height: 290px; }
.contact-card h2 { margin: 26px 0 10px; font-size: 28px; }
.contact-card p { color: var(--muted); font-size: 12px; line-height: 1.8; min-height: 64px; }
.contact-card.emergency { background: #e9ede5; border-color: #e9ede5; }
.contact-card.emergency .round-icon { background: #f9faf5; }
.unavailable { color: #8f968e; font-size: 11px; font-weight: 700; }
.emergency-link { display: inline-flex; align-items: center; gap: 10px; padding: 11px 14px; color: white; background: var(--deep); border-radius: 6px; text-decoration: none; font-size: 11px; font-weight: 700; }
.emergency-link:hover { background: #37605a; }
.caveat { color: #8f968e; font-size: 11px; line-height: 1.6; margin-top: 25px; }

.site-footer { max-width: 1300px; margin: auto; border-top: 1px solid var(--line); min-height: 80px; padding: 25px clamp(28px, 5.3vw, 88px); display: flex; align-items: center; justify-content: space-between; gap: 20px; color: #949b92; font-size: 10px; }
.footer-sep { margin: 0 6px; color: #c2c2b9; }
.site-footer button { display: flex; align-items: center; gap: 8px; background: none; border: 0; color: var(--deep); font-size: 11px; font-weight: 700; cursor: pointer; }
.site-footer button svg { transform: rotate(-90deg); }

@media (max-width: 1100px) {
  .site-shell { grid-template-columns: 230px minmax(0,1fr); }
  .sidebar { padding-left: 12px; padding-right: 12px; }
  .brand-text strong { font-size: 16px; }
  .hero-copy { padding-left: 42px; }
  .hero-copy h1 { font-size: clamp(40px, 4.5vw, 56px); }
  .hero, .hero-visual { min-height: 470px; }
}

@media (max-width: 800px) {
  .site-shell { display: block; }
  .sidebar { position: fixed; left: 0; top: 0; width: min(310px, 85vw); height: 100dvh; transform: translateX(-105%); transition: transform .25s; box-shadow: 12px 0 40px rgba(25,40,37,.12); }
  .sidebar.is-open { transform: translateX(0); }
  .menu-backdrop { display: block; position: fixed; inset: 0; border: 0; padding: 0; background: rgba(25,40,37,.42); z-index: 20; }
  .mobile-close { display: grid; place-items: center; border: 0; background: none; color: var(--ink); cursor: pointer; }
  .main-nav { margin-top: 35px; }
  .mobile-header { height: 66px; padding: 0 24px; display: flex; align-items: center; justify-content: space-between; background: #fdfbf6; }
  .menu-button { border: 0; padding: 6px; margin-left: -6px; background: none; color: var(--ink); cursor: pointer; }
  .mobile-brand { border: 0; background: none; color: var(--ink); font-family: "Playfair Display", Georgia, serif; font-size: 20px; font-weight: 600; cursor: pointer; }
  .mobile-brand span { color: #9a806b; }
  .mobile-demo { color: #879286; font-size: 9px; font-weight: 700; letter-spacing: .15em; }
  main { padding: 30px 24px 75px; min-height: calc(100vh - 186px); }
  .demo-ribbon { height: 38px; font-size: 9px; }
  .hero { min-height: 0; grid-template-columns: 1fr; }
  .hero-copy { padding: 45px 43px 32px; }
  .hero-copy h1 { max-width: 590px; font-size: clamp(43px, 8vw, 63px); }
  .hero-ornament { margin-top: 22px; padding-top: 0; }
  .hero-visual { min-height: 350px; }
  .intro-section { margin-top: 55px; }
  .quick-grid { grid-template-columns: repeat(2, minmax(0,1fr)); }
  .feature-grid, .rules-list { grid-template-columns: repeat(2, minmax(0,1fr)); }
  .feature-card:last-child, .rules-list article:last-child { grid-column: span 2; }
}

@media (max-width: 590px) {
  .mobile-header { padding: 0 18px; }
  main { padding: 17px 17px 65px; }
  .hero { border-radius: 11px; }
  .hero-copy { padding: 36px 27px 27px; }
  .hero-copy h1 { font-size: clamp(39px, 10vw, 52px); margin-top: 17px; }
  .hero-copy p { font-size: 12px; }
  .hero-visual { min-height: 270px; }
  .visual-tag { right: 10px; bottom: 10px; }
  .intro-section { display: block; margin: 49px 0 21px; }
  .intro-section h2 { font-size: 30px; }
  .intro-section p { margin-top: 10px; }
  .quick-grid { gap: 9px; }
  .quick-card { min-height: 147px; padding: 17px 14px; }
  .quick-card strong { font-size: 12px; }
  .quick-card small { font-size: 10px; line-height: 1.35; }
  .quick-arrow { display: none; }
  .feature-note { margin-top: 38px; display: block; padding: 28px; }
  .feature-note-icon { margin-bottom: 18px; }
  .feature-note h2 { font-size: 25px; }
  .page-heading { margin: 28px 0 32px; }
  .page-heading h1 { font-size: 48px; }
  .page-heading p { font-size: 12px; }
  .two-cards, .content-grid, .wifi-layout, .feature-grid, .rules-list { grid-template-columns: 1fr; }
  .feature-card:last-child, .rules-list article:last-child { grid-column: auto; }
  .info-card { min-height: 170px; padding: 23px; }
  .info-card .card-label { margin-top: 17px; }
  .paper-panel, .aside-panel { padding: 26px; }
  .paper-panel h2, .aside-panel h2 { font-size: 26px; }
  .feature-card { min-height: 185px; }
  .feature-card h2 { margin-top: 19px; }
  .wifi-card { padding: 26px; min-height: 0; }
  .wifi-card-top span { font-size: 17px; }
  .place-card { grid-template-columns: 1fr; }
  .place-art { min-height: 150px; }
  .place-art span { width: 70px; height: 70px; }
  .place-copy { padding: 28px; }
  .place-copy h2 { font-size: 27px; }
  .faq-list summary { gap: 13px; padding: 20px 0; font-size: 18px; }
  .faq-list details p { padding: 0 18px 20px 31px; font-size: 12px; }
  .contact-card { min-height: 235px; padding: 26px; }
  .contact-card p { min-height: 0; }
  .site-footer { padding: 23px 17px; display: block; line-height: 1.6; }
  .site-footer button { margin-top: 10px; padding: 0; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; animation-duration: .01ms !important; }
}
