:root {
  --ink: #18221d;
  --muted: #647068;
  --paper: #f6f4ef;
  --white: #fff;
  --accent: #3f6957;
  --accent-dark: #294b3c;
  --line: #dedfd8;
  --shadow: 0 20px 55px rgba(21, 34, 27, .12);
  --radius: 22px;
}
* { 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; line-height: 1.65; }
a { color: inherit; }
img { display: block; width: 100%; }
.site-header { position: absolute; inset: 0 0 auto 0; z-index: 20; color: white; }
.nav-wrap { width: min(1180px, calc(100% - 40px)); margin: 0 auto; min-height: 86px; display: flex; align-items: center; gap: 34px; border-bottom: 1px solid rgba(255,255,255,.22); }
.brand { display: flex; align-items: baseline; gap: 5px; text-decoration: none; font-size: 18px; letter-spacing: .02em; margin-right: auto; }
.brand strong { font-size: 26px; }
nav { display: flex; gap: 28px; }
nav a, .languages a { text-decoration: none; font-size: 14px; font-weight: 650; opacity: .86; }
nav a:hover, .languages a:hover, .languages a.active { opacity: 1; }
.languages { display: flex; gap: 10px; }
.languages a.active { border-bottom: 2px solid white; }
.hero { position: relative; min-height: 720px; display: grid; place-items: center; overflow: hidden; color: white; }
.hero-bg { position: absolute; inset: 0; height: 100%; object-fit: cover; object-position: center; }
.hero-shade { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(14,24,19,.82) 0%, rgba(14,24,19,.55) 48%, rgba(14,24,19,.18) 100%); }
.hero-content { position: relative; z-index: 2; width: min(1180px, calc(100% - 40px)); padding-top: 80px; }
.hero-content > * { max-width: 700px; }
.eyebrow { margin: 0 0 14px; text-transform: uppercase; letter-spacing: .16em; font-size: 12px; font-weight: 800; color: rgba(255,255,255,.78); }
.eyebrow.dark { color: var(--accent); }
h1, h2, h3 { margin: 0; line-height: 1.08; letter-spacing: -.035em; }
h1 { font-size: clamp(48px, 7vw, 86px); font-weight: 720; }
h2 { font-size: clamp(36px, 4.4vw, 58px); font-weight: 700; }
h3 { font-size: 24px; }
.lead { font-size: clamp(18px, 2.2vw, 23px); color: rgba(255,255,255,.86); margin: 26px 0 34px; max-width: 660px; }
.button { display: inline-flex; align-items: center; justify-content: center; border: 0; border-radius: 999px; padding: 14px 22px; font: inherit; font-weight: 760; text-decoration: none; cursor: pointer; }
.button.primary { color: white; background: var(--accent); }
.button.primary:hover { background: var(--accent-dark); }
.trust-strip { width: min(1050px, calc(100% - 40px)); margin: -40px auto 0; position: relative; z-index: 5; background: white; border-radius: 18px; box-shadow: var(--shadow); display: grid; grid-template-columns: repeat(3, 1fr); overflow: hidden; }
.trust-strip div { min-height: 82px; display: flex; align-items: center; justify-content: center; gap: 12px; font-weight: 740; border-right: 1px solid var(--line); text-align: center; padding: 16px; }
.trust-strip div:last-child { border-right: 0; }
.trust-strip span { color: var(--accent); font-size: 22px; }
.section { width: min(1180px, calc(100% - 40px)); margin: 0 auto; padding: 120px 0; }
.room { display: grid; grid-template-columns: 1.05fr .95fr; gap: clamp(42px, 8vw, 100px); align-items: center; }
.room-photo-wrap { position: relative; }
.room-photo-wrap::before { content: ""; position: absolute; width: 78%; height: 92%; background: #dfe8e1; border-radius: var(--radius); left: -28px; bottom: -28px; }
.room-photo { position: relative; z-index: 2; aspect-ratio: 4/3; object-fit: cover; border-radius: var(--radius); box-shadow: var(--shadow); }
.room-copy p { color: var(--muted); font-size: 18px; }
.room-copy h2 { margin-bottom: 28px; }
.text-link { display: inline-block; margin-top: 10px; color: var(--accent-dark); font-weight: 800; text-decoration: none; }
.nearby { padding-top: 80px; }
.section-heading { max-width: 720px; margin-bottom: 44px; }
.section-heading h2 { margin-bottom: 18px; }
.section-heading > p:last-child { font-size: 18px; color: var(--muted); }
.place-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 24px; }
.place-card { background: white; border-radius: var(--radius); overflow: hidden; box-shadow: 0 10px 30px rgba(21,34,27,.07); }
.place-card img { height: 300px; object-fit: cover; }
.place-copy { padding: 28px 30px 32px; }
.place-copy h3 { margin-bottom: 12px; }
.place-copy p { color: var(--muted); margin: 0; }
.contact { display: grid; grid-template-columns: .8fr 1.2fr; gap: 90px; align-items: start; border-top: 1px solid var(--line); }
.contact-copy h2 { margin-bottom: 22px; }
.contact-copy p, address { color: var(--muted); font-size: 17px; }
address { font-style: normal; margin-top: 28px; }
.contact-form { background: white; padding: 34px; border-radius: var(--radius); box-shadow: 0 10px 30px rgba(21,34,27,.07); }
.contact-form label { display: block; font-size: 13px; font-weight: 800; margin-bottom: 18px; }
input, textarea { width: 100%; margin-top: 7px; border: 1px solid #cfd4cf; border-radius: 12px; padding: 13px 14px; font: inherit; color: var(--ink); background: #fbfbf9; }
input:focus, textarea:focus { outline: 2px solid #a9c0b4; border-color: var(--accent); }
.form-status { margin-bottom: 20px; padding: 12px 14px; border-radius: 10px; }
.form-status.success { background: #e6f2ea; }
.form-status.error { background: #f8e5e3; }
footer { background: #17211c; color: rgba(255,255,255,.74); padding: 38px max(20px, calc((100% - 1180px)/2)); }
.footer-main { display: flex; justify-content: space-between; gap: 30px; }
footer strong { color: white; }
.credits { font-size: 12px; margin-top: 24px; max-width: 920px; }
.credits summary { cursor: pointer; }
@media (max-width: 820px) {
  .site-header { position: absolute; }
  .nav-wrap { min-height: 74px; gap: 18px; }
  nav { display: none; }
  .hero { min-height: 640px; }
  .hero-content { padding-top: 50px; }
  .trust-strip { grid-template-columns: 1fr; }
  .trust-strip div { border-right: 0; border-bottom: 1px solid var(--line); }
  .trust-strip div:last-child { border-bottom: 0; }
  .section { padding: 84px 0; }
  .room, .contact { grid-template-columns: 1fr; gap: 54px; }
  .room-photo-wrap::before { left: -12px; bottom: -14px; }
  .place-grid { grid-template-columns: 1fr; }
  .place-card img { height: 250px; }
}
@media (max-width: 520px) {
  .nav-wrap, .hero-content, .section, .trust-strip { width: min(100% - 28px, 1180px); }
  h1 { font-size: 44px; }
  h2 { font-size: 36px; }
  .languages { gap: 8px; }
  .brand span { display: none; }
  .contact-form { padding: 24px; }
  .footer-main { display: block; }
  .footer-main > div + div { margin-top: 12px; }
}
