:root {
  --ink: #151715;
  --ink-soft: #242724;
  --salt: #f4f2e8;
  --paper: #fffef7;
  --fog: #d8d8ce;
  --line: #b7b8af;
  --green: #baff36;
  --green-deep: #8ee800;
  --sans: "Space Grotesk", Arial, sans-serif;
  --mono: "IBM Plex Mono", "Courier New", monospace;
  --border: 2px solid var(--ink);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 94px;
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--salt);
  font-family: var(--sans);
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
}

body.menu-open {
  overflow: hidden;
}

a {
  color: inherit;
}

img {
  display: block;
  width: 100%;
  max-width: 100%;
}

button,
input,
select,
textarea {
  font: inherit;
}

button,
select {
  cursor: pointer;
}

:focus-visible {
  outline: 3px solid var(--green-deep);
  outline-offset: 4px;
}

.skip-link {
  position: fixed;
  z-index: 1000;
  top: 8px;
  left: 8px;
  padding: 10px 14px;
  color: var(--salt);
  background: var(--ink);
  font: 600 0.78rem var(--mono);
  transform: translateY(-150%);
}

.skip-link:focus {
  transform: translateY(0);
}

.demo-notice {
  display: flex;
  min-height: 32px;
  align-items: center;
  justify-content: space-between;
  padding: 5px clamp(16px, 3vw, 48px);
  color: var(--ink);
  background: var(--green);
  border-bottom: var(--border);
  font: 600 0.68rem var(--mono);
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.site-header {
  position: sticky;
  z-index: 100;
  top: 0;
  display: grid;
  min-height: 80px;
  grid-template-columns: minmax(220px, 1fr) auto auto;
  align-items: stretch;
  background: rgba(244, 242, 232, 0.96);
  border-bottom: var(--border);
  backdrop-filter: blur(12px);
}

.brand {
  display: flex;
  width: fit-content;
  align-items: center;
  gap: 12px;
  padding: 13px clamp(16px, 3vw, 48px);
  color: inherit;
  font-size: 0.82rem;
  font-weight: 700;
  line-height: 1.05;
  letter-spacing: -0.02em;
  text-decoration: none;
  text-transform: uppercase;
}

.brand-mark {
  display: grid;
  width: 43px;
  height: 43px;
  place-items: center;
  color: var(--green);
  background: var(--ink);
  font: 600 0.9rem var(--mono);
}

.site-nav {
  display: flex;
  align-items: stretch;
}

.site-nav a {
  display: flex;
  min-width: 102px;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 0 18px;
  border-left: 1px solid var(--line);
  font-size: 0.78rem;
  font-weight: 600;
  text-decoration: none;
  text-transform: uppercase;
}

.site-nav a span {
  color: #70736c;
  font: 500 0.66rem var(--mono);
}

.site-nav a:hover {
  background: var(--paper);
}

.header-book {
  display: flex;
  min-width: 165px;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 0 22px;
  color: var(--salt);
  background: var(--ink);
  font-size: 0.76rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  text-decoration: none;
  text-transform: uppercase;
}

.header-book:hover {
  color: var(--ink);
  background: var(--green);
}

.header-book span {
  font-size: 1.1rem;
}

.menu-button {
  display: none;
  align-items: center;
  gap: 12px;
  padding: 0 18px;
  color: var(--ink);
  background: transparent;
  border: 0;
  border-left: 1px solid var(--line);
  font: 600 0.72rem var(--mono);
  text-transform: uppercase;
}

.menu-lines,
.menu-lines::before,
.menu-lines::after {
  display: block;
  width: 23px;
  height: 2px;
  background: currentColor;
  transition: transform 180ms ease, opacity 180ms ease;
}

.menu-lines {
  position: relative;
}

.menu-lines::before,
.menu-lines::after {
  position: absolute;
  left: 0;
  content: "";
}

.menu-lines::before {
  top: -7px;
}

.menu-lines::after {
  top: 7px;
}

.menu-button[aria-expanded="true"] .menu-lines {
  background: transparent;
}

.menu-button[aria-expanded="true"] .menu-lines::before {
  transform: translateY(7px) rotate(45deg);
}

.menu-button[aria-expanded="true"] .menu-lines::after {
  transform: translateY(-7px) rotate(-45deg);
}

.hero {
  display: grid;
  min-height: calc(100svh - 112px);
  grid-template-columns: minmax(0, 56fr) minmax(390px, 44fr);
  border-bottom: var(--border);
}

.hero-copy {
  position: relative;
  display: flex;
  min-width: 0;
  flex-direction: column;
  justify-content: space-between;
  padding: clamp(30px, 4vw, 64px) clamp(24px, 5vw, 80px) 36px;
  overflow: hidden;
  background-color: var(--salt);
  background-image:
    linear-gradient(rgba(21, 23, 21, 0.055) 1px, transparent 1px),
    linear-gradient(90deg, rgba(21, 23, 21, 0.055) 1px, transparent 1px);
  background-size: 32px 32px;
}

.hero-code {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 12px 24px;
  padding-bottom: clamp(48px, 7vw, 104px);
  font: 500 0.69rem var(--mono);
  letter-spacing: 0.04em;
}

.hero h1 {
  max-width: 890px;
  margin: 0;
  font-size: clamp(4rem, 8.7vw, 9rem);
  font-weight: 700;
  line-height: 0.82;
  letter-spacing: -0.085em;
  text-transform: uppercase;
}

.hero h1 span {
  color: transparent;
  -webkit-text-stroke: 2px var(--ink);
}

.hero-intro {
  max-width: 610px;
  margin: clamp(30px, 4vw, 60px) 0 0;
  font-size: clamp(1.03rem, 1.35vw, 1.3rem);
  line-height: 1.45;
  letter-spacing: -0.02em;
}

.hero-actions {
  display: flex;
  align-items: center;
  gap: 28px;
  margin-top: 28px;
}

.button {
  display: inline-flex;
  min-height: 54px;
  align-items: center;
  justify-content: center;
  padding: 0 25px;
  border: var(--border);
  border-radius: 0;
  font-size: 0.76rem;
  font-weight: 700;
  letter-spacing: 0.03em;
  text-decoration: none;
  text-transform: uppercase;
  transition: background-color 150ms ease, color 150ms ease, transform 150ms ease;
}

.button:hover {
  transform: translate(-3px, -3px);
  box-shadow: 3px 3px 0 var(--ink);
}

.button-primary {
  color: var(--ink);
  background: var(--green);
}

.button-dark {
  color: var(--salt);
  background: var(--ink);
}

.button-dark:hover {
  color: var(--ink);
  background: var(--green);
}

.text-link {
  padding: 8px 0;
  border-bottom: 2px solid var(--ink);
  font-size: 0.78rem;
  font-weight: 700;
  text-decoration: none;
  text-transform: uppercase;
}

.text-link span {
  margin-left: 10px;
}

.hero-facts {
  display: grid;
  margin: clamp(44px, 7vw, 96px) 0 0;
  padding: 0;
  grid-template-columns: repeat(4, 1fr);
  border-top: var(--border);
  border-left: var(--border);
  list-style: none;
}

.hero-facts li {
  display: flex;
  min-width: 0;
  flex-direction: column;
  padding: 16px;
  border-right: var(--border);
  border-bottom: var(--border);
}

.hero-facts strong {
  font: 600 clamp(1.4rem, 2vw, 2rem) var(--mono);
  line-height: 1;
}

.hero-facts span {
  margin-top: 7px;
  color: #575a54;
  font: 500 0.62rem var(--mono);
  letter-spacing: 0.03em;
  text-transform: uppercase;
}

.hero-visual {
  position: relative;
  min-width: 0;
  min-height: 680px;
  overflow: hidden;
  background: var(--ink-soft);
  border-left: var(--border);
}

.hero-visual img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(0.84) contrast(1.04);
}

.hero-visual::after {
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.18), transparent 28%, transparent 72%, rgba(0, 0, 0, 0.45));
  content: "";
}

.image-data {
  position: absolute;
  z-index: 2;
  padding: 12px 14px;
  color: var(--ink);
  background: var(--green);
  font: 600 0.65rem var(--mono);
  letter-spacing: 0.03em;
  text-transform: uppercase;
}

.image-data-top {
  top: 0;
  right: 0;
}

.image-data-bottom {
  right: 0;
  bottom: 0;
  min-width: 145px;
}

.hero-index {
  position: absolute;
  z-index: 2;
  bottom: 16px;
  left: 20px;
  color: var(--paper);
  font: 500 4rem var(--mono);
  line-height: 1;
}

.rate-rail {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr)) minmax(190px, 1.25fr);
  color: var(--salt);
  background: var(--ink);
  border-bottom: var(--border);
}

.rate-rail > div,
.rate-rail > a {
  min-width: 0;
  min-height: 106px;
  padding: 17px 19px;
  border-right: 1px solid #424642;
}

.rate-rail > div {
  display: grid;
  grid-template-columns: auto 1fr;
  align-content: center;
  column-gap: 8px;
}

.rate-rail span {
  grid-column: 1 / -1;
  margin-bottom: 5px;
  color: #a8aaa4;
  font: 500 0.59rem var(--mono);
  text-transform: uppercase;
}

.rate-rail strong {
  color: var(--green);
  font: 600 clamp(1.25rem, 1.7vw, 1.75rem) var(--mono);
  line-height: 1;
}

.rate-rail small {
  align-self: end;
  padding-bottom: 2px;
  color: #a8aaa4;
  font: 400 0.6rem var(--mono);
}

.rate-rail > a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  color: var(--ink);
  background: var(--green);
  font-size: 0.72rem;
  font-weight: 700;
  text-decoration: none;
  text-transform: uppercase;
}

.rate-rail > a span {
  margin: 0;
  color: inherit;
  font-size: 1.2rem;
}

.booking-section,
.stay-spec,
.area,
.rules {
  position: relative;
  display: grid;
  padding: clamp(70px, 10vw, 150px) clamp(20px, 5vw, 80px);
  grid-template-columns: minmax(180px, 0.65fr) minmax(0, 1.35fr);
  gap: clamp(40px, 7vw, 120px);
  border-bottom: var(--border);
}

.section-number {
  position: absolute;
  top: 28px;
  left: clamp(20px, 5vw, 80px);
  color: #777a73;
  font: 500 0.72rem var(--mono);
}

.section-number::before {
  display: inline-block;
  width: 38px;
  height: 2px;
  margin-right: 10px;
  vertical-align: middle;
  background: currentColor;
  content: "";
}

.booking-heading h2,
.inventory-heading h2,
.stay-heading h2,
.area-intro h2,
.review-title h2,
.rules-heading h2,
.faq h2,
.contact h2 {
  margin: 0;
  font-size: clamp(2.5rem, 5.5vw, 5.8rem);
  font-weight: 600;
  line-height: 0.96;
  letter-spacing: -0.065em;
}

.booking-heading p,
.inventory-heading p,
.stay-heading p,
.area-intro p,
.rules-heading p {
  max-width: 430px;
  margin: 24px 0 0;
  color: #51544e;
  font-size: 1.03rem;
}

.booking-panel {
  min-width: 0;
  align-self: start;
  background: var(--paper);
  border: var(--border);
}

.booking-fields {
  display: grid;
  grid-template-columns: 1fr 1fr 0.75fr auto;
}

.booking-fields label {
  display: flex;
  min-width: 0;
  flex-direction: column;
  gap: 8px;
  padding: 17px;
  border-right: 1px solid var(--line);
}

.booking-fields label span,
.contact label span {
  font: 500 0.62rem var(--mono);
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.booking-fields input,
.booking-fields select {
  width: 100%;
  min-width: 0;
  height: 38px;
  padding: 0;
  color: var(--ink);
  background: transparent;
  border: 0;
  font: 600 0.78rem var(--mono);
}

.booking-fields .button {
  min-width: 140px;
  border: 0;
}

.form-error {
  margin: 0;
  padding: 13px 17px;
  color: #ffede9;
  background: #8b2819;
  font-size: 0.78rem;
}

.estimate {
  display: grid;
  padding: 26px;
  grid-template-columns: 1fr 1fr;
  gap: 24px 40px;
  border-top: var(--border);
}

.estimate-main {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.estimate-main span {
  font: 500 0.65rem var(--mono);
  text-transform: uppercase;
}

.estimate-main strong {
  margin-top: 32px;
  font: 600 clamp(2.1rem, 4vw, 4.3rem) var(--mono);
  line-height: 1;
  letter-spacing: -0.06em;
}

.estimate-lines {
  margin: 0;
}

.estimate-lines div {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  padding: 10px 0;
  border-bottom: 1px solid var(--line);
  font: 500 0.72rem var(--mono);
}

.estimate-lines dd {
  margin: 0;
}

.estimate > p {
  grid-column: 1 / -1;
  margin: 0;
  color: #686b65;
  font: 400 0.65rem var(--mono);
}

.inventory {
  position: relative;
  padding: clamp(80px, 10vw, 150px) clamp(20px, 5vw, 80px);
  color: var(--salt);
  background: var(--ink);
  border-bottom: var(--border);
}

.section-number-light {
  color: #979b93;
}

.inventory-heading {
  display: grid;
  margin-bottom: clamp(45px, 7vw, 95px);
  grid-template-columns: 1.1fr 0.7fr;
  align-items: end;
  gap: 40px;
}

.inventory-heading p {
  margin: 0;
  color: #b6bab1;
}

.bento-grid {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  grid-auto-rows: minmax(130px, auto);
  gap: 14px;
}

.bento-card {
  position: relative;
  min-width: 0;
  overflow: hidden;
  color: var(--ink);
  background: var(--salt);
  border: 1px solid #4a4e48;
}

.bento-card h3 {
  margin: 0;
  font-size: clamp(1.35rem, 2.4vw, 2.5rem);
  line-height: 1.02;
  letter-spacing: -0.045em;
}

.bento-card p {
  margin: 14px 0 0;
  color: #4e514b;
}

.card-code {
  font: 600 0.62rem var(--mono);
  letter-spacing: 0.04em;
}

.gear-card {
  display: flex;
  min-height: 470px;
  grid-column: span 5;
  grid-row: span 3;
  flex-direction: column;
  justify-content: space-between;
  padding: clamp(24px, 3vw, 44px);
  background: var(--green);
}

.gear-card ul {
  display: grid;
  margin: 28px 0 0;
  padding: 0;
  grid-template-columns: repeat(3, 1fr);
  border-top: var(--border);
  list-style: none;
}

.gear-card li {
  padding: 13px 9px 0 0;
  font: 500 0.65rem var(--mono);
}

.bedroom-card {
  min-height: 470px;
  grid-column: span 7;
  grid-row: span 3;
}

.image-card img,
.detail-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(0.78) contrast(1.05);
}

.image-label {
  position: absolute;
  right: 0;
  bottom: 0;
  padding: 10px 13px;
  color: var(--ink);
  background: var(--green);
  font: 600 0.62rem var(--mono);
  text-transform: uppercase;
}

.work-card {
  min-height: 380px;
  grid-column: span 4;
  grid-row: span 3;
  padding: clamp(24px, 3vw, 38px);
}

.work-card h3 {
  margin-top: 40px;
}

.work-card strong {
  position: absolute;
  right: 25px;
  bottom: 18px;
  font: 600 2rem var(--mono);
}

.signal {
  display: flex;
  height: 58px;
  align-items: end;
  gap: 6px;
  margin-top: 24px;
}

.signal i {
  display: block;
  width: 15px;
  background: var(--ink);
}

.signal i:nth-child(1) { height: 22%; }
.signal i:nth-child(2) { height: 46%; }
.signal i:nth-child(3) { height: 70%; }
.signal i:nth-child(4) { height: 100%; background: var(--green-deep); }

.detail-card {
  min-height: 380px;
  grid-column: span 3;
  grid-row: span 3;
}

.sleep-card {
  min-height: 380px;
  grid-column: span 5;
  grid-row: span 3;
  padding: clamp(24px, 3vw, 38px);
  color: var(--salt);
  background: #292c29;
}

.sleep-card p {
  color: #c2c5bd;
}

.sleep-card h3,
.kitchen-card h3 {
  margin-top: 38px;
}

.bed-plan {
  display: grid;
  margin-top: 30px;
  grid-template-columns: 1fr 1fr;
  border-top: 1px solid #686c65;
}

.bed-plan div {
  display: flex;
  gap: 12px;
  padding: 14px 5px 0 0;
}

.bed-plan strong {
  color: var(--green);
  font: 600 1.2rem var(--mono);
}

.bed-plan span {
  color: #c2c5bd;
  font: 400 0.62rem var(--mono);
}

.kitchen-card {
  min-height: 380px;
  grid-column: span 7;
  grid-row: span 3;
  padding: clamp(24px, 3vw, 38px);
}

.spec-list {
  display: grid;
  margin: 36px 0 0;
  padding: 0;
  grid-template-columns: 1fr 1fr;
  list-style: none;
}

.spec-list li {
  display: flex;
  gap: 12px;
  padding: 13px 8px 13px 0;
  border-top: 1px solid var(--line);
  font-size: 0.78rem;
}

.spec-list span {
  color: #72756e;
  font: 500 0.66rem var(--mono);
}

.stay-spec {
  grid-template-areas:
    "head board"
    "note board";
}

.stay-heading {
  grid-area: head;
}

.amenity-board {
  display: grid;
  grid-area: board;
  grid-template-columns: 1fr 1fr;
  background: var(--paper);
  border: var(--border);
}

.amenity-group {
  padding: clamp(22px, 3vw, 38px);
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.amenity-group:nth-child(even) {
  border-right: 0;
}

.amenity-group:nth-child(n + 3) {
  border-bottom: 0;
}

.amenity-group h3 {
  margin: 0 0 24px;
  font: 600 0.7rem var(--mono);
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.amenity-group ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.amenity-group li {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 10px;
  font-size: 0.88rem;
}

.amenity-group li::before {
  display: inline-block;
  width: 8px;
  height: 8px;
  flex: 0 0 auto;
  background: var(--green-deep);
  content: "";
}

.access-note {
  align-self: end;
  grid-area: note;
  margin: 30px 0 0;
  padding-top: 18px;
  color: #5f625c;
  border-top: 1px solid var(--line);
  font: 400 0.68rem var(--mono);
}

.area {
  color: var(--salt);
  background: var(--ink);
}

.area .section-number {
  color: #92968e;
}

.area-intro p {
  color: #b2b6ae;
}

.distance-board {
  border-top: 1px solid #595d57;
}

.distance-row {
  display: grid;
  padding: 19px 0;
  grid-template-columns: 60px 90px minmax(130px, 1fr) minmax(140px, 0.8fr);
  align-items: baseline;
  gap: 14px;
  border-bottom: 1px solid #595d57;
}

.distance-row strong {
  color: var(--green);
  font: 600 1.8rem var(--mono);
}

.distance-row span {
  color: #949890;
  font: 400 0.6rem var(--mono);
  text-transform: uppercase;
}

.distance-row h3,
.distance-row p {
  margin: 0;
}

.distance-row h3 {
  font-size: 1rem;
}

.distance-row p {
  color: #b2b6ae;
  font-size: 0.78rem;
}

.distance-note {
  grid-column: 2;
  margin: -80px 0 0;
  padding-top: 15px;
  color: #949890;
  border-top: 1px solid #595d57;
  font: 400 0.62rem var(--mono);
}

.reviews {
  display: grid;
  padding: clamp(70px, 10vw, 150px) clamp(20px, 5vw, 80px);
  grid-template-columns: minmax(210px, 0.6fr) minmax(0, 1.4fr);
  gap: clamp(40px, 7vw, 120px);
  background: var(--green);
  border-bottom: var(--border);
}

.review-title h2 {
  font-size: clamp(2.4rem, 4.5vw, 4.8rem);
}

.review-title p {
  max-width: 390px;
  margin: 25px 0 0;
  font: 500 0.7rem var(--mono);
}

.review-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  border-top: var(--border);
  border-left: var(--border);
}

.review-grid figure {
  display: flex;
  min-width: 0;
  min-height: 340px;
  flex-direction: column;
  justify-content: space-between;
  margin: 0;
  padding: clamp(25px, 3vw, 44px);
  border-right: var(--border);
  border-bottom: var(--border);
}

.review-grid blockquote {
  margin: 0;
  font-size: clamp(1.2rem, 2.1vw, 2rem);
  font-weight: 500;
  line-height: 1.25;
  letter-spacing: -0.035em;
}

.review-grid figcaption {
  display: flex;
  justify-content: space-between;
  gap: 15px;
  padding-top: 20px;
  border-top: 1px solid rgba(21, 23, 21, 0.4);
  font: 500 0.62rem var(--mono);
  text-transform: uppercase;
}

.review-grid figcaption span {
  color: #48552d;
  text-align: right;
}

.rules-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  border-top: var(--border);
  border-left: var(--border);
}

.rules-grid article {
  min-height: 235px;
  padding: clamp(22px, 3vw, 35px);
  background: var(--paper);
  border-right: var(--border);
  border-bottom: var(--border);
}

.rules-grid article > span {
  color: #777a73;
  font: 500 0.65rem var(--mono);
}

.rules-grid h3 {
  margin: 42px 0 12px;
  font-size: 1.35rem;
  letter-spacing: -0.03em;
}

.rules-grid p {
  margin: 0;
  color: #555852;
  font-size: 0.84rem;
}

.faq-contact {
  display: grid;
  grid-template-columns: 1fr 1fr;
  border-bottom: var(--border);
}

.faq,
.contact {
  min-width: 0;
  padding: clamp(60px, 8vw, 120px) clamp(20px, 5vw, 80px);
}

.faq {
  border-right: var(--border);
}

.faq h2,
.contact h2 {
  margin-bottom: 45px;
  font-size: clamp(2.6rem, 4.8vw, 5rem);
}

.faq details {
  border-top: 1px solid var(--ink);
}

.faq details:last-child {
  border-bottom: 1px solid var(--ink);
}

.faq summary {
  position: relative;
  padding: 18px 35px 18px 0;
  font-weight: 600;
  list-style: none;
  cursor: pointer;
}

.faq summary::-webkit-details-marker {
  display: none;
}

.faq summary::after {
  position: absolute;
  top: 18px;
  right: 3px;
  content: "+";
  font: 500 1.2rem var(--mono);
}

.faq details[open] summary::after {
  content: "−";
}

.faq details p {
  max-width: 610px;
  margin: 0;
  padding: 0 40px 21px 0;
  color: #565952;
  font-size: 0.88rem;
}

.contact {
  color: var(--salt);
  background: var(--ink-soft);
}

.contact > p {
  max-width: 450px;
  margin: -20px 0 35px;
  color: #b7bbb2;
  font: 400 0.68rem var(--mono);
}

.contact form {
  display: grid;
  gap: 18px;
}

.contact label {
  display: grid;
  gap: 8px;
}

.contact input,
.contact textarea {
  width: 100%;
  padding: 13px 0;
  color: var(--salt);
  background: transparent;
  border: 0;
  border-bottom: 1px solid #777b74;
  border-radius: 0;
}

.contact textarea {
  resize: vertical;
}

.contact .button {
  width: fit-content;
  margin-top: 10px;
}

.contact-status {
  min-height: 24px;
  margin: 0;
  color: var(--green);
  font: 500 0.7rem var(--mono);
}

.site-footer {
  display: grid;
  min-height: 270px;
  padding: 42px clamp(20px, 5vw, 80px);
  grid-template-columns: 1fr 1.2fr 0.7fr;
  align-items: start;
  gap: 45px;
  color: var(--salt);
  background: var(--ink);
}

.brand-footer {
  padding: 0;
}

.site-footer > div p {
  margin: 0 0 9px;
  color: #b3b7ae;
  font-size: 0.75rem;
}

.site-footer nav {
  display: grid;
  gap: 7px;
}

.site-footer nav a {
  width: fit-content;
  color: #d6d9d1;
  font: 400 0.68rem var(--mono);
  text-underline-offset: 4px;
}

.footer-code {
  grid-column: 1 / -1;
  align-self: end;
  margin: 40px 0 0;
  padding-top: 13px;
  color: #747871;
  border-top: 1px solid #3f433e;
  font: 500 0.61rem var(--mono);
}

.mobile-book {
  display: none;
}

@media (max-width: 1180px) {
  .site-header {
    grid-template-columns: 1fr auto auto;
  }

  .site-nav {
    position: absolute;
    inset: 100% 0 auto;
    display: none;
    padding: 18px;
    grid-template-columns: 1fr 1fr;
    color: var(--salt);
    background: var(--ink);
    border-bottom: var(--border);
  }

  .site-nav.is-open {
    display: grid;
  }

  .site-nav a {
    min-height: 64px;
    justify-content: flex-start;
    border: 1px solid #464a45;
  }

  .site-nav a span {
    color: var(--green);
  }

  .menu-button {
    display: flex;
  }

  .hero {
    min-height: auto;
    grid-template-columns: minmax(0, 1.1fr) minmax(340px, 0.9fr);
  }

  .hero h1 {
    font-size: clamp(4.2rem, 8vw, 7rem);
  }

  .rate-rail {
    grid-template-columns: repeat(3, 1fr);
  }

  .rate-rail > div:nth-child(3) {
    border-right: 0;
  }

  .rate-rail > a {
    border-right: 0;
  }

  .booking-section,
  .stay-spec,
  .area,
  .rules,
  .reviews {
    grid-template-columns: minmax(200px, 0.7fr) minmax(0, 1.3fr);
    gap: 55px;
  }

  .booking-fields {
    grid-template-columns: 1fr 1fr;
  }

  .booking-fields label:nth-child(2) {
    border-right: 0;
  }

  .booking-fields label:nth-child(-n + 2) {
    border-bottom: 1px solid var(--line);
  }

  .booking-fields .button {
    border-top: 0;
  }

  .estimate {
    grid-template-columns: 1fr;
  }

  .estimate > p {
    grid-column: 1;
  }

  .distance-row {
    grid-template-columns: 55px 75px 1fr;
  }

  .distance-row p {
    grid-column: 3;
  }

  .distance-note {
    margin-top: -30px;
  }
}

@media (max-width: 860px) {
  html {
    scroll-padding-top: 72px;
  }

  .demo-notice span:last-child {
    display: none;
  }

  .site-header {
    min-height: 70px;
  }

  .brand {
    padding: 10px 16px;
  }

  .brand-mark {
    width: 39px;
    height: 39px;
  }

  .header-book {
    display: none;
  }

  .hero {
    grid-template-columns: 1fr;
  }

  .hero-copy {
    padding: 30px 20px 28px;
  }

  .hero-code {
    padding-bottom: 60px;
  }

  .hero h1 {
    font-size: clamp(3.8rem, 16vw, 7rem);
  }

  .hero-facts {
    margin-top: 55px;
  }

  .hero-visual {
    min-height: 74svh;
    border-top: var(--border);
    border-left: 0;
  }

  .booking-section,
  .stay-spec,
  .area,
  .rules,
  .reviews {
    grid-template-columns: 1fr;
    gap: 45px;
  }

  .inventory-heading {
    grid-template-columns: 1fr;
  }

  .bento-grid {
    grid-template-columns: 1fr 1fr;
  }

  .gear-card,
  .bedroom-card,
  .sleep-card,
  .kitchen-card {
    grid-column: span 2;
  }

  .work-card,
  .detail-card {
    grid-column: span 1;
  }

  .stay-spec {
    grid-template-areas:
      "head"
      "board"
      "note";
  }

  .distance-note {
    grid-column: 1;
    margin: 0;
  }

  .review-grid {
    grid-template-columns: 1fr;
  }

  .review-grid figure {
    min-height: 290px;
  }

  .faq-contact {
    grid-template-columns: 1fr;
  }

  .faq {
    border-right: 0;
    border-bottom: var(--border);
  }

  .site-footer {
    padding-bottom: 100px;
    grid-template-columns: 1fr 1fr;
  }

  .mobile-book {
    position: fixed;
    z-index: 120;
    right: 10px;
    bottom: 10px;
    left: 10px;
    display: flex;
    min-height: 64px;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    padding: 7px 7px 7px 16px;
    color: var(--salt);
    background: var(--ink);
    border: 1px solid #4d514b;
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.28);
  }

  .mobile-book div {
    display: flex;
    flex-direction: column;
  }

  .mobile-book span {
    color: #aeb2a9;
    font: 400 0.58rem var(--mono);
    text-transform: uppercase;
  }

  .mobile-book strong {
    font: 600 0.78rem var(--mono);
  }

  .mobile-book a {
    display: grid;
    min-height: 48px;
    padding: 0 18px;
    place-items: center;
    color: var(--ink);
    background: var(--green);
    font-size: 0.7rem;
    font-weight: 700;
    text-decoration: none;
    text-transform: uppercase;
  }
}

@media (max-width: 600px) {
  .demo-notice {
    justify-content: center;
    text-align: center;
  }

  .brand > span:last-child {
    display: none;
  }

  .site-header {
    grid-template-columns: 1fr auto;
  }

  .site-nav {
    grid-template-columns: 1fr;
  }

  .hero-code span:last-child {
    display: none;
  }

  .hero h1 {
    font-size: clamp(3.35rem, 17vw, 5.6rem);
    letter-spacing: -0.08em;
  }

  .hero h1 span {
    -webkit-text-stroke-width: 1.5px;
  }

  .hero-actions {
    align-items: flex-start;
    flex-direction: column;
  }

  .hero-facts {
    grid-template-columns: 1fr 1fr;
  }

  .hero-visual {
    min-height: 620px;
  }

  .rate-rail {
    grid-template-columns: 1fr 1fr;
  }

  .rate-rail > div,
  .rate-rail > a {
    min-height: 94px;
  }

  .rate-rail > div:nth-child(3) {
    border-right: 1px solid #424642;
  }

  .rate-rail > div:nth-child(even) {
    border-right: 0;
  }

  .rate-rail > a {
    grid-column: 1 / -1;
  }

  .booking-section,
  .inventory,
  .stay-spec,
  .area,
  .reviews,
  .rules,
  .faq,
  .contact {
    padding-right: 16px;
    padding-left: 16px;
  }

  .section-number {
    left: 16px;
  }

  .booking-fields {
    grid-template-columns: 1fr;
  }

  .booking-fields label {
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .booking-fields .button {
    min-height: 60px;
  }

  .estimate {
    padding: 20px 17px;
  }

  .bento-grid {
    display: block;
  }

  .bento-card {
    min-height: 0;
    margin-top: 12px;
  }

  .gear-card,
  .sleep-card,
  .kitchen-card,
  .work-card {
    min-height: 400px;
  }

  .bedroom-card,
  .detail-card {
    height: 480px;
  }

  .amenity-board {
    grid-template-columns: 1fr;
  }

  .amenity-group,
  .amenity-group:nth-child(even),
  .amenity-group:nth-child(n + 3) {
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .amenity-group:last-child {
    border-bottom: 0;
  }

  .distance-row {
    grid-template-columns: 50px 74px 1fr;
    gap: 8px;
  }

  .distance-row strong {
    font-size: 1.45rem;
  }

  .distance-row p {
    grid-column: 3;
  }

  .rules-grid {
    grid-template-columns: 1fr;
  }

  .review-grid blockquote {
    font-size: 1.25rem;
  }

  .site-footer {
    grid-template-columns: 1fr;
  }

  .site-footer .brand > span:last-child {
    display: block;
  }

  .footer-code {
    grid-column: 1;
  }

  .mobile-book {
    right: 8px;
    bottom: 8px;
    left: 8px;
  }
}

@media (max-width: 380px) {
  .menu-button > span:first-child {
    display: none;
  }

  .hero h1 {
    font-size: 3.15rem;
  }

  .hero-facts li {
    padding: 13px;
  }

  .gear-card ul,
  .spec-list {
    grid-template-columns: 1fr;
  }

  .bed-plan {
    grid-template-columns: 1fr;
  }

  .distance-row {
    grid-template-columns: 44px 62px 1fr;
  }

  .distance-row span {
    font-size: 0.52rem;
  }

  .mobile-book {
    gap: 8px;
    padding-left: 12px;
  }

  .mobile-book a {
    padding: 0 12px;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }
}
