:root { --forest: #263b2c; --deep: #17251b; --paper: #f5f1e7; --wine: #7d3f36; --sage: #bfd0b7; --line: #a9b0a4; --ink: #26352b; }
* { box-sizing: border-box; letter-spacing: 0; } html { scroll-behavior: smooth; } body { margin: 0; color: var(--ink); background: var(--paper); font-family: "DM Sans", Arial, sans-serif; line-height: 1.5; } a { color: inherit; text-decoration: none; } button, input, select { font: inherit; } button { cursor: pointer; }.wrap { width: min(1180px, calc(100% - 48px)); margin: 0 auto; }
.demo-note { min-height: 34px; display: flex; justify-content: space-between; align-items: center; padding: 0 max(24px, calc((100vw - 1180px) / 2)); color: #dce8d5; background: var(--deep); font-family: "DM Mono", monospace; font-size: 11px; }.demo-note a { text-decoration: underline; }.site-header { min-height: 88px; display: flex; justify-content: space-between; align-items: center; gap: 25px; }.logo { color: var(--forest); font-size: 17px; font-weight: 700; line-height: .82; }.logo i { color: var(--wine); font-family: "Space Grotesk", "DM Sans", Arial, sans-serif; font-size: 21px; font-weight: 600; font-style: normal; }.site-header nav { display: flex; gap: 26px; font-size: 13px; font-weight: 700; }.reserve { min-height: 39px; display: inline-flex; align-items: center; border: 1px solid var(--forest); border-radius: 3px; padding: 8px 12px; font-size: 13px; font-weight: 700; }
.hero { position: relative; min-height: 690px; overflow: hidden; color: #f8f3e9; background: var(--forest); }.hero > img, .hero-shade { position: absolute; inset: 0; width: 100%; height: 100%; }.hero > img { object-fit: cover; }.hero-shade { background: rgba(20, 37, 24, .34); }.hero-content { position: relative; z-index: 1; min-height: 690px; display: flex; flex-direction: column; justify-content: center; padding-bottom: 105px; }.eyebrow { margin: 0 0 14px; font-family: "DM Mono", monospace; font-size: 11px; font-weight: 500; }.hero h1, .welcome h2, .place h2 { margin: 0; font-family: "Space Grotesk", "DM Sans", Arial, sans-serif; font-weight: 600; line-height: .86; }.hero h1 { font-size: clamp(59px, 7.7vw, 105px); }.hero h1 em { color: #d6e7bd; font-style: normal; }.hero-content > p:last-child { max-width: 440px; margin: 26px 0 0; font-size: 18px; }.stay-search { position: absolute; z-index: 2; right: 0; bottom: 0; left: 0; display: grid; grid-template-columns: 1fr 1fr .8fr 1.1fr; gap: 0; padding: 0; color: var(--ink); background: var(--paper); }.stay-search label { display: grid; gap: 4px; border-right: 1px solid var(--line); padding: 16px; font-family: "DM Mono", monospace; font-size: 10px; }.stay-search input, .stay-search select { width: 100%; border: 0; padding: 0; color: var(--ink); background: transparent; font-family: "DM Sans", Arial, sans-serif; font-size: 15px; font-weight: 700; }.stay-search button { border: 0; color: #f7f3ea; background: var(--wine); font-size: 14px; font-weight: 700; }.form-message { position: absolute; right: 0; bottom: -24px; min-height: 20px; margin: 0; color: #f4efe5; font-size: 12px; }
.welcome { display: grid; grid-template-columns: 1.15fr .85fr; gap: 95px; padding: 122px 0; }.welcome h2, .place h2 { font-size: clamp(43px, 5.2vw, 70px); }.welcome > p { max-width: 430px; align-self: end; margin: 0; color: #526057; font-size: 17px; }
.rooms { padding: 108px 0; color: #eff4eb; background: var(--forest); }.rooms .eyebrow { color: #c9dbbd; }.room-list { border-top: 1px solid #78907c; }.room-list article { display: grid; grid-template-columns: 1.1fr .6fr auto; gap: 42px; align-items: end; border-bottom: 1px solid #78907c; padding: 24px 0; }.room-list span { color: #c9dbbd; font-family: "DM Mono", monospace; font-size: 10px; }.room-list h3 { margin: 8px 0; font-family: "Space Grotesk", "DM Sans", Arial, sans-serif; font-size: 32px; font-weight: 600; line-height: 1; }.room-list p { margin: 0; color: #c8d5c8; }.room-list b { color: #e5e6cb; font-size: 14px; }.room-list a { min-width: 160px; display: flex; justify-content: space-between; border-bottom: 1px solid #d9e5d5; padding-bottom: 6px; color: #eff4eb; font-size: 13px; font-weight: 700; }
.place { padding: 110px 0; background: var(--sage); }.place .eyebrow { color: #315544; }.place-grid { display: grid; grid-template-columns: .22fr .98fr .7fr; gap: 36px; align-items: end; }.place-grid > div > p { margin: 0; font-size: 17px; }.place-grid ul { display: grid; gap: 8px; margin: 25px 0 0; padding: 0; list-style: none; font-family: "DM Mono", monospace; font-size: 11px; }.place-grid li { border-top: 1px solid #70917c; padding-top: 9px; }
footer { padding: 26px 0; color: #d7e4d4; background: var(--deep); font-size: 12px; } footer .wrap { display: flex; justify-content: space-between; gap: 16px; }
@media (max-width: 760px) { .wrap { width: min(100% - 32px, 1180px); }.demo-note { padding: 0 16px; }.site-header nav { display: none; }.hero, .hero-content { min-height: 740px; }.hero-content { justify-content: end; padding-bottom: 235px; }.stay-search { grid-template-columns: 1fr 1fr; margin: 0; width: 100%; }.stay-search label { padding: 12px 16px; }.stay-search button { min-height: 48px; grid-column: 1 / -1; }.welcome, .place-grid { grid-template-columns: 1fr; gap: 36px; padding: 76px 0; }.rooms { padding: 75px 0; }.room-list article { grid-template-columns: 1fr; gap: 15px; }.room-list a { width: fit-content; }.place { padding: 75px 0; } footer .wrap { display: grid; } }
