:root {
  --ink: #0f2a24;
  --ink-soft: #29443d;
  --paper: #efe7da;
  --paper-deep: #e5dbcb;
  --card: #fbf9f4;
  --clay: #c8794e;
  --line: #dcd3c5;
  --white: #fffdf9;
  --display: "Fraunces", Georgia, serif;
  --body: "Manrope", Arial, sans-serif;
  --shadow: 0 24px 60px rgba(15, 42, 36, .12);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: var(--body); font-size: 15px; line-height: 1.6; -webkit-font-smoothing: antialiased; }
body[data-view="auth"], body[data-view="dashboard"] { background: var(--card); }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, select { font: inherit; }
button { color: inherit; }
button, a, input, select { -webkit-tap-highlight-color: transparent; }
button { cursor: pointer; }
[hidden] { display: none !important; }
:focus-visible { outline: 3px solid var(--clay); outline-offset: 3px; }
::selection { background: var(--clay); color: var(--white); }

.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; z-index: 1000; left: 16px; top: 12px; padding: 10px 16px; background: var(--white); transform: translateY(-150%); transition: transform .2s; }
.skip-link:focus { transform: translateY(0); }

.site-header { position: sticky; z-index: 100; top: 0; background: rgba(239, 231, 218, .94); border-bottom: 1px solid rgba(15, 42, 36, .12); backdrop-filter: blur(14px); }
.header-inner { width: min(100% - 64px, 1320px); height: 82px; margin: auto; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 32px; }
.wordmark { display: inline-flex; align-items: center; width: max-content; gap: 10px; font-size: 19px; font-weight: 700; letter-spacing: -.04em; }
.wordmark svg { width: 28px; fill: none; stroke: currentColor; stroke-width: 1.6; }
.wordmark i { font-family: var(--display); font-weight: 500; }
.desktop-nav { display: flex; align-items: center; gap: 34px; font-size: 13px; font-weight: 600; }
.desktop-nav a, .footer-links a { position: relative; }
.desktop-nav a::after, .footer-links a::after { content: ""; position: absolute; right: 0; bottom: -4px; left: 0; height: 1px; background: currentColor; transform: scaleX(0); transform-origin: right; transition: transform .25s ease; }
.desktop-nav a:hover::after, .footer-links a:hover::after { transform: scaleX(1); transform-origin: left; }
.header-actions { display: flex; justify-content: flex-end; gap: 10px; }
.button { min-height: 44px; padding: 0 20px; border: 1px solid transparent; border-radius: 999px; font-size: 13px; font-weight: 700; transition: background .2s, color .2s, transform .2s; }
.button:hover { transform: translateY(-2px); }
.button-ghost { border-color: rgba(15, 42, 36, .25); background: transparent; }
.button-ghost:hover { background: var(--white); }
.button-solid { color: var(--white); background: var(--ink); }
.button-solid:hover { background: var(--ink-soft); }
.menu-toggle, .mobile-menu { display: none; }

.hero { position: relative; width: min(100% - 64px, 1320px); min-height: 790px; margin: 0 auto; padding: 74px 0 120px; display: grid; grid-template-columns: .92fr 1.08fr; grid-template-rows: 1fr auto; column-gap: clamp(45px, 7vw, 110px); }
.hero-copy { position: relative; z-index: 2; align-self: center; padding-bottom: 30px; }
.eyebrow { margin: 0 0 20px; display: flex; align-items: center; gap: 12px; font-size: 11px; line-height: 1.2; font-weight: 700; letter-spacing: .15em; text-transform: uppercase; }
.eyebrow > span { width: 28px; height: 1px; background: var(--clay); }
.hero h1 { margin: 0; font-family: var(--display); font-size: clamp(58px, 6vw, 94px); line-height: .95; font-weight: 500; letter-spacing: -.055em; }
.hero h1 em { color: var(--clay); font-weight: 500; }
.hero-intro { max-width: 500px; margin: 30px 0 0; font-size: 17px; line-height: 1.7; color: var(--ink-soft); }
.hero-visual { position: relative; align-self: center; padding-bottom: 44px; }
.hero-image-frame { overflow: hidden; aspect-ratio: .86; max-height: 585px; border-radius: 320px 320px 18px 18px; background: var(--paper-deep); box-shadow: 20px 24px 0 rgba(15, 42, 36, .06); }
.hero-image-frame img { width: 100%; height: 100%; object-fit: cover; transition: transform 1.1s cubic-bezier(.2,.7,.2,1); }
.hero-image-frame:hover img { transform: scale(1.025); }
.place-marker { position: absolute; z-index: 2; top: 40%; left: -54px; width: 108px; height: 108px; border-radius: 50%; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 3px; color: var(--paper); background: var(--ink); box-shadow: 0 12px 30px rgba(15,42,36,.22); }
.place-marker svg { width: 18px; fill: none; stroke: var(--clay); stroke-width: 1.5; }
.place-marker span { font-size: 7px; font-weight: 700; letter-spacing: .14em; }
.image-caption { position: absolute; right: 0; bottom: 0; margin: 0; padding-left: 32px; border-left: 1px solid var(--clay); font-family: var(--display); font-size: 15px; line-height: 1.4; }
.image-caption span { font-family: var(--body); color: var(--ink-soft); font-size: 10px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.booking-bar { position: absolute; z-index: 5; left: 0; bottom: 48px; width: min(960px, calc(100% - 120px)); min-height: 100px; padding: 12px; display: grid; grid-template-columns: 1.35fr 1fr 1fr .85fr auto; align-items: center; background: var(--card); border: 1px solid rgba(15,42,36,.08); box-shadow: var(--shadow); }
.booking-field { min-width: 0; padding: 4px 20px; border-right: 1px solid var(--line); }
.booking-field > span { display: block; margin-bottom: 3px; font-size: 10px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.booking-field input, .booking-field select { width: 100%; height: 30px; padding: 0; color: var(--ink-soft); background: transparent; border: 0; outline: 0; font-size: 13px; }
.booking-field input::placeholder { color: #7b827d; opacity: 1; }
.booking-field select { appearance: none; }
.booking-field:focus-within { background: rgba(239,231,218,.45); }
.booking-field input:focus-visible, .booking-field select:focus-visible { outline: 0; }
.search-button { min-width: 150px; height: 74px; padding: 0 22px; display: flex; align-items: center; justify-content: center; gap: 10px; color: var(--white); background: var(--clay); border: 0; font-size: 12px; font-weight: 700; transition: background .2s; }
.search-button:hover { background: #b9663f; }
.search-button svg { width: 18px; fill: none; stroke: currentColor; stroke-width: 1.8; }

.stays-section { padding: 115px max(32px, calc((100vw - 1320px) / 2)) 140px; background: var(--card); }
.section-heading { margin-bottom: 62px; display: flex; align-items: end; justify-content: space-between; gap: 40px; }
.section-heading h2, .why-intro h2 { margin: 0; font-family: var(--display); font-size: clamp(44px, 5vw, 68px); line-height: 1.03; font-weight: 500; letter-spacing: -.045em; }
.section-heading > p { max-width: 430px; margin: 0 0 7px; color: #52635e; line-height: 1.75; }
.stay-grid { display: grid; grid-template-columns: 1.22fr 1fr 1fr; gap: 34px 24px; }
.stay-card-featured { grid-row: span 2; }
.stay-card:last-child { grid-column: 2 / 4; display: grid; grid-template-columns: .82fr 1fr; align-items: end; gap: 24px; }
.stay-image { position: relative; overflow: hidden; aspect-ratio: 4 / 5; background: var(--paper-deep); }
.stay-card-featured .stay-image { aspect-ratio: 4 / 5.72; border-radius: 190px 190px 0 0; }
.stay-card:last-child .stay-image { aspect-ratio: 1.5; }
.stay-image img { width: 100%; height: 100%; object-fit: cover; transition: transform .6s cubic-bezier(.2,.7,.2,1); }
.stay-card:hover .stay-image img { transform: scale(1.035); }
.heart-button { position: absolute; top: 16px; right: 16px; width: 42px; height: 42px; padding: 0; display: grid; place-items: center; color: var(--white); background: rgba(15,42,36,.36); border: 1px solid rgba(255,255,255,.55); border-radius: 50%; backdrop-filter: blur(8px); transition: background .2s, color .2s; }
.heart-button:hover, .heart-button.saved { color: var(--clay); background: var(--white); }
.heart-button svg { width: 18px; fill: transparent; stroke: currentColor; stroke-width: 1.7; }
.heart-button.saved svg { fill: currentColor; }
.card-tag { position: absolute; top: 20px; left: 20px; padding: 7px 12px; color: var(--ink); background: var(--paper); font-size: 9px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.stay-meta { padding-top: 18px; display: flex; justify-content: space-between; gap: 16px; }
.stay-meta h3 { margin: 0 0 1px; font-family: var(--display); font-size: 23px; font-weight: 500; letter-spacing: -.02em; }
.stay-meta p { margin: 0; color: #65716d; font-size: 12px; }
.stay-facts { text-align: right; display: flex; flex-direction: column; gap: 2px; color: #65716d; font-size: 11px; }
.stay-facts b { color: var(--ink); font-size: 13px; }

.why-band { padding: 96px max(32px, calc((100vw - 1320px) / 2)); display: grid; grid-template-columns: .72fr 1.6fr; gap: clamp(50px, 8vw, 130px); color: var(--paper); background: var(--ink); }
.eyebrow-light { color: #c7d0cd; }
.why-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 42px; }
.why-grid article { padding-top: 10px; }
.why-grid svg { width: 36px; height: 36px; margin-bottom: 36px; fill: none; stroke: var(--clay); stroke-width: 1.4; }
.why-grid h3 { margin: 0 0 12px; font-family: var(--display); font-size: 20px; font-weight: 500; }
.why-grid p { margin: 0; color: #aab8b4; font-size: 12px; line-height: 1.7; }

.testimonial { width: min(100% - 64px, 1160px); margin: 0 auto; padding: 140px 0; display: grid; grid-template-columns: .48fr 1fr; gap: clamp(55px, 9vw, 130px); align-items: center; }
.guest-photo { position: relative; }
.guest-photo img { width: 100%; aspect-ratio: 4 / 5; object-fit: cover; filter: saturate(.78); }
.guest-photo > span { position: absolute; right: -18px; bottom: 32px; padding: 10px 14px; color: var(--paper); background: var(--ink); font-size: 9px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.testimonial figure { margin: 0; }
.quote-mark { width: 52px; height: auto; margin-bottom: 28px; fill: var(--clay); }
.testimonial blockquote { margin: 0; font-family: var(--display); font-size: clamp(38px, 4.3vw, 62px); line-height: 1.1; font-weight: 500; letter-spacing: -.035em; }
.testimonial figcaption { margin-top: 34px; padding-top: 22px; border-top: 1px solid var(--line); display: flex; flex-direction: column; font-size: 11px; }
.testimonial figcaption strong { font-size: 12px; }
.testimonial figcaption span { color: #65716d; }

.site-footer { padding: 82px max(32px, calc((100vw - 1320px) / 2)) 30px; color: var(--paper); background: #091d19; }
.footer-top { padding-bottom: 78px; display: grid; grid-template-columns: 2fr repeat(3, 1fr); gap: 40px; }
.wordmark-light { color: var(--paper); }
.footer-brand p { margin: 32px 0 0; color: #849792; font-family: var(--display); font-size: 26px; line-height: 1.3; }
.footer-links { display: flex; flex-direction: column; align-items: flex-start; gap: 10px; }
.footer-links h2 { margin: 0 0 16px; color: #849792; font-size: 9px; letter-spacing: .16em; text-transform: uppercase; }
.footer-links a { color: #c7d0cd; font-size: 12px; }
.footer-bottom { padding-top: 24px; border-top: 1px solid rgba(239,231,218,.16); display: flex; justify-content: space-between; color: #71857f; font-size: 9px; letter-spacing: .04em; text-transform: uppercase; }
.footer-bottom p { margin: 0; }
.footer-bottom div { display: flex; gap: 24px; }

/* Authentication */
.auth-view { min-height: 100vh; display: grid; grid-template-columns: minmax(360px, .9fr) minmax(520px, 1.1fr); background: var(--card); }
.auth-image { position: sticky; top: 0; height: 100vh; overflow: hidden; background: var(--ink); }
.auth-image::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(15,42,36,.08) 45%, rgba(15,42,36,.72)); }
.auth-image img { width: 100%; height: 100%; object-fit: cover; }
.auth-image-copy { position: absolute; z-index: 2; right: 56px; bottom: 50px; left: 56px; display: flex; align-items: end; justify-content: space-between; color: var(--white); }
.auth-image-copy span { font-size: 9px; letter-spacing: .14em; text-transform: uppercase; }
.auth-image-copy p { margin: 0; text-align: right; font-family: var(--display); font-size: 18px; line-height: 1.4; }
.auth-panel { min-height: 100vh; padding: 34px clamp(34px, 7vw, 110px) 60px; }
.auth-panel-inner { max-width: 540px; min-height: calc(100vh - 94px); margin: auto; display: flex; flex-direction: column; }
.back-button { align-self: flex-end; padding: 8px 0; display: flex; align-items: center; gap: 6px; background: transparent; border: 0; font-size: 11px; font-weight: 700; }
.back-button svg { width: 17px; fill: none; stroke: currentColor; stroke-width: 1.7; }
.auth-wordmark { margin-top: 8px; }
.auth-card { margin: auto 0; padding: 70px 0 28px; }
.auth-copy h1 { max-width: 480px; margin: 0; font-family: var(--display); font-size: clamp(44px, 5vw, 64px); line-height: 1.03; font-weight: 500; letter-spacing: -.045em; }
.auth-copy > p:last-child { max-width: 430px; margin: 22px 0 36px; color: #68736f; font-size: 13px; }
.auth-form { display: grid; gap: 18px; }
.form-field { display: grid; gap: 7px; }
.form-field label { font-size: 10px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.form-field input { width: 100%; height: 53px; padding: 0 16px; color: var(--ink); background: transparent; border: 1px solid var(--line); border-radius: 0; outline: none; }
.form-field input:focus { border-color: var(--ink); box-shadow: inset 3px 0 var(--clay); }
.form-field input[aria-invalid="true"] { border-color: #a34337; }
.form-error { min-height: 20px; margin: -5px 0 0; color: #a34337; font-size: 11px; }
.auth-submit { width: 100%; min-height: 54px; margin-top: 0; border-radius: 0; display: flex; align-items: center; justify-content: space-between; padding: 0 20px; }
.auth-submit span { font-size: 20px; font-weight: 400; }
.auth-switch { margin: 3px 0 0; color: #68736f; text-align: center; font-size: 11px; }
.auth-switch button { padding: 0; color: var(--ink); background: none; border: 0; border-bottom: 1px solid var(--ink); font-weight: 700; }

/* Dashboard */
.dashboard-view { min-height: 100vh; display: grid; grid-template-columns: 260px minmax(0, 1fr); background: #f3eee5; }
.dashboard-sidebar { position: sticky; top: 0; height: 100vh; padding: 36px 26px 28px; display: flex; flex-direction: column; color: var(--paper); background: var(--ink); }
.dashboard-logo { margin-bottom: 70px; }
.dashboard-sidebar nav { display: grid; gap: 8px; }
.dashboard-sidebar nav a { min-height: 48px; padding: 0 14px; display: flex; align-items: center; gap: 13px; color: #9fb0ab; border-left: 2px solid transparent; font-size: 12px; font-weight: 600; }
.dashboard-sidebar nav a:hover, .dashboard-sidebar nav a.active { color: var(--white); background: rgba(255,255,255,.07); border-left-color: var(--clay); }
.dashboard-sidebar nav svg { width: 18px; fill: none; stroke: currentColor; stroke-width: 1.5; }
.dashboard-sidebar nav a > span { margin-left: auto; font-size: 10px; }
.sidebar-bottom { margin-top: auto; }
.user-chip { padding: 16px 0; border-top: 1px solid rgba(239,231,218,.16); border-bottom: 1px solid rgba(239,231,218,.16); display: flex; align-items: center; gap: 11px; }
.user-avatar { flex: 0 0 auto; width: 38px; height: 38px; border-radius: 50%; display: grid; place-items: center; color: var(--ink); background: var(--paper); font-family: var(--display); font-size: 17px; }
.user-chip div { min-width: 0; display: grid; }
.user-chip strong { font-size: 11px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.user-chip div span { max-width: 145px; color: #839791; font-size: 8px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.signout-button { width: 100%; padding: 16px 0 0; display: flex; justify-content: space-between; color: #9fb0ab; background: transparent; border: 0; font-size: 10px; }
.dashboard-main { min-width: 0; padding: 54px clamp(30px, 6vw, 84px) 80px; }
.dashboard-header { display: flex; justify-content: space-between; align-items: start; }
.dashboard-header .eyebrow { margin-bottom: 14px; }
.dashboard-header h1 { margin: 0; font-family: var(--display); font-size: clamp(42px, 5vw, 65px); line-height: 1; font-weight: 500; letter-spacing: -.045em; }
.dashboard-header > div > p:last-child { margin: 13px 0 0; color: #6b7772; font-size: 12px; }
.mobile-profile { display: none; }
.stats-row { margin: 46px 0 58px; display: grid; grid-template-columns: repeat(4, 1fr); border: 1px solid var(--line); background: var(--card); }
.stats-row > div { min-height: 118px; padding: 22px 25px; border-right: 1px solid var(--line); display: flex; flex-direction: column; justify-content: space-between; }
.stats-row > div:last-child { border-right: 0; }
.stats-row span { color: #6b7772; font-size: 9px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.stats-row strong { font-family: var(--display); font-size: 30px; line-height: 1; font-weight: 500; }
.stats-row small { font-family: var(--body); font-size: 9px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.stats-row .stat-accent { color: var(--paper); background: var(--clay); }
.stats-row .stat-accent span { color: rgba(255,255,255,.72); }
.dashboard-section-heading { margin-bottom: 22px; display: flex; justify-content: space-between; align-items: end; }
.dashboard-section-heading p { margin: 0 0 3px; color: var(--clay); font-size: 9px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.dashboard-section-heading h2 { margin: 0; font-family: var(--display); font-size: 32px; font-weight: 500; letter-spacing: -.03em; }
.dashboard-section-heading button { padding: 7px 0; background: none; border: 0; border-bottom: 1px solid var(--ink); font-size: 10px; font-weight: 700; }
.booking-list { display: grid; gap: 13px; }
.booking-card { position: relative; min-height: 166px; padding: 14px 64px 14px 14px; display: grid; grid-template-columns: 190px minmax(0, 1fr); gap: 23px; align-items: center; background: var(--card); border: 1px solid transparent; transition: border-color .2s, transform .2s; }
.booking-card:hover { border-color: var(--line); transform: translateX(3px); }
.booking-card > img { width: 190px; height: 138px; object-fit: cover; }
.booking-info { min-width: 0; }
.booking-info .booking-status { width: max-content; margin: 0 0 8px; padding: 4px 7px; color: #376553; background: #dfeae4; font-size: 8px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.booking-info .booking-status-pending { color: #8a583c; background: #f4e2d7; }
.booking-info .booking-status-soft { color: #556764; background: #e8e6df; }
.booking-info h3 { margin: 0; font-family: var(--display); font-size: 24px; line-height: 1.2; font-weight: 500; }
.booking-info > p:nth-of-type(2) { margin: 2px 0 15px; color: #6b7772; font-size: 10px; }
.booking-info > div { display: flex; gap: 21px; color: #53635e; font-size: 9px; }
.booking-info > div span + span { position: relative; }
.booking-info > div span + span::before { content: ""; position: absolute; left: -11px; top: 50%; width: 2px; height: 2px; border-radius: 50%; background: var(--clay); }
.booking-more { position: absolute; top: 18px; right: 18px; width: 34px; height: 34px; padding: 0; background: transparent; border: 1px solid var(--line); font-size: 11px; letter-spacing: 1px; }

@media (max-width: 1040px) {
  .hero { min-height: 700px; column-gap: 55px; }
  .hero h1 { font-size: clamp(54px, 7vw, 76px); }
  .booking-bar { width: calc(100% - 40px); }
  .booking-field { padding-inline: 14px; }
  .search-button { min-width: 125px; }
  .stay-grid { grid-template-columns: 1.1fr 1fr; }
  .stay-card-featured { grid-row: span 2; }
  .stay-card:last-child { grid-column: auto; display: block; }
  .stay-card:last-child .stay-image { aspect-ratio: 4 / 5; }
  .why-band { grid-template-columns: 1fr; }
  .auth-view { grid-template-columns: .78fr 1.22fr; }
  .dashboard-view { grid-template-columns: 220px minmax(0, 1fr); }
  .dashboard-main { padding-inline: 34px; }
  .booking-card { grid-template-columns: 160px minmax(0, 1fr); }
  .booking-card > img { width: 160px; }
}

@media (max-width: 780px) {
  .header-inner { width: min(100% - 36px, 1320px); height: 70px; grid-template-columns: 1fr auto; }
  .desktop-nav, .header-actions { display: none; }
  .menu-toggle { width: 42px; height: 42px; padding: 0 10px; display: grid; align-content: center; gap: 6px; background: transparent; border: 1px solid rgba(15,42,36,.3); border-radius: 50%; }
  .menu-toggle span:not(.sr-only) { display: block; height: 1px; background: var(--ink); transition: transform .2s; }
  .menu-toggle[aria-expanded="true"] span:nth-child(2) { transform: translateY(3.5px) rotate(45deg); }
  .menu-toggle[aria-expanded="true"] span:nth-child(3) { transform: translateY(-3.5px) rotate(-45deg); }
  .mobile-menu { padding: 22px 18px 24px; display: grid; grid-template-columns: 1fr 1fr; gap: 10px; border-top: 1px solid var(--line); background: var(--paper); }
  .mobile-menu > a { grid-column: 1 / -1; padding: 8px 4px; font-size: 13px; font-weight: 600; }

  .hero { width: min(100% - 36px, 1320px); min-height: 0; padding: 54px 0 150px; display: flex; flex-direction: column; }
  .hero-copy { padding: 0; }
  .hero h1 { font-size: clamp(48px, 13vw, 76px); }
  .hero-intro { margin-top: 22px; font-size: 14px; }
  .hero-visual { width: 78%; margin: 44px 0 0 auto; padding-bottom: 35px; }
  .hero-image-frame { max-height: none; }
  .place-marker { left: -48px; width: 92px; height: 92px; }
  .image-caption { padding-left: 20px; font-size: 13px; }
  .booking-bar { bottom: 34px; width: 100%; grid-template-columns: 1.4fr 1fr auto; min-height: auto; }
  .booking-field { padding: 8px 14px; }
  .booking-field:nth-of-type(3), .booking-field:nth-of-type(4) { display: none; }
  .search-button { height: 64px; min-width: 72px; }
  .search-button span { display: none; }

  .stays-section { padding: 84px 18px 100px; }
  .section-heading { margin-bottom: 42px; align-items: start; flex-direction: column; }
  .section-heading > p { font-size: 13px; }
  .stay-grid { grid-template-columns: 1fr 1fr; gap: 34px 16px; }
  .stay-card-featured { grid-row: auto; }
  .stay-card-featured .stay-image { aspect-ratio: 4 / 5; border-radius: 130px 130px 0 0; }
  .stay-card:last-child { display: block; }
  .stay-meta { display: block; }
  .stay-facts { margin-top: 9px; flex-direction: row; justify-content: space-between; text-align: left; }

  .why-band { padding: 78px 24px; }
  .why-grid { gap: 24px; }
  .why-grid svg { margin-bottom: 24px; }
  .testimonial { width: min(100% - 36px, 1160px); padding: 95px 0; gap: 45px; }
  .footer-top { grid-template-columns: 1.5fr 1fr 1fr; }
  .footer-brand { grid-column: 1 / -1; margin-bottom: 25px; }

  .auth-view { display: block; }
  .auth-image { position: relative; height: 260px; }
  .auth-image-copy { right: 28px; bottom: 22px; left: 28px; }
  .auth-panel { min-height: auto; padding: 24px 28px 50px; }
  .auth-panel-inner { min-height: auto; }
  .auth-wordmark { display: none; }
  .auth-card { padding-top: 45px; }

  .dashboard-view { display: block; }
  .dashboard-sidebar { position: static; width: 100%; height: auto; padding: 20px 22px; flex-direction: row; align-items: center; justify-content: space-between; }
  .dashboard-logo { margin: 0; }
  .dashboard-sidebar nav, .sidebar-bottom { display: none; }
  .dashboard-main { padding: 36px 22px 60px; }
  .mobile-profile { width: 42px; height: 42px; padding: 0; display: grid; place-items: center; color: var(--paper); background: var(--ink); border: 0; border-radius: 50%; font-family: var(--display); }
  .stats-row { grid-template-columns: 1fr 1fr; }
  .stats-row > div:nth-child(2) { border-right: 0; }
  .stats-row > div:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
  .booking-card { grid-template-columns: 140px minmax(0, 1fr); }
  .booking-card > img { width: 140px; height: 130px; }
}

@media (max-width: 520px) {
  .wordmark { font-size: 17px; }
  .wordmark svg { width: 25px; }
  .hero { padding-top: 42px; }
  .hero .eyebrow { max-width: 270px; }
  .hero h1 { font-size: clamp(46px, 15vw, 66px); }
  .hero-visual { width: 84%; margin-top: 38px; }
  .booking-bar { grid-template-columns: 1fr auto; }
  .booking-field:nth-of-type(2) { display: none; }
  .section-heading h2, .why-intro h2 { font-size: 43px; }
  .stay-grid { grid-template-columns: 1fr; }
  .stay-card-featured .stay-image { border-radius: 170px 170px 0 0; }
  .stay-meta { display: flex; }
  .stay-facts { margin-top: 0; flex-direction: column; text-align: right; }
  .why-grid { grid-template-columns: 1fr; }
  .why-grid article { display: grid; grid-template-columns: 46px 1fr; column-gap: 16px; }
  .why-grid svg { grid-row: 1 / 3; margin: 0; }
  .why-grid p { font-size: 11px; }
  .testimonial { display: block; }
  .guest-photo { width: 48%; margin: 0 0 48px 8%; }
  .guest-photo > span { right: -54px; }
  .quote-mark { width: 38px; margin-bottom: 20px; }
  .testimonial blockquote { font-size: 37px; }
  .site-footer { padding-inline: 24px; }
  .footer-top { grid-template-columns: 1fr 1fr; }
  .footer-brand { grid-column: 1 / -1; }
  .footer-links:last-child { grid-column: 1 / -1; }
  .footer-bottom { align-items: flex-start; flex-direction: column; gap: 12px; }

  .auth-image { height: 200px; }
  .auth-panel { padding-inline: 20px; }
  .auth-copy h1 { font-size: 42px; }
  .auth-card { padding-top: 36px; }
  .dashboard-main { padding-inline: 16px; }
  .dashboard-header h1 { font-size: 39px; }
  .stats-row { margin: 34px 0 46px; }
  .stats-row > div { min-height: 100px; padding: 17px; }
  .dashboard-section-heading button { display: none; }
  .booking-card { min-height: 0; padding: 12px 42px 12px 12px; grid-template-columns: 92px minmax(0, 1fr); gap: 14px; }
  .booking-card > img { width: 92px; height: 116px; }
  .booking-info h3 { font-size: 19px; }
  .booking-info > p:nth-of-type(2) { margin-bottom: 9px; }
  .booking-info > div { flex-wrap: wrap; gap: 4px 13px; }
  .booking-info > div span + span::before { left: -7px; }
  .booking-info > div span:last-child { display: none; }
  .booking-more { top: 10px; right: 8px; width: 28px; height: 28px; border: 0; }
}

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