:root {
  --ink: #17211f;
  --muted: #60706b;
  --forest: #16302b;
  --forest-2: #24463f;
  --sage: #9eaa98;
  --cream: #f5f0e6;
  --paper: #fffdf8;
  --clay: #b77b54;
  --gold: #d6b573;
  --line: rgba(23, 33, 31, 0.14);
  --shadow: 0 24px 60px rgba(18, 31, 28, 0.14);
  --radius: 24px;
  --container: min(1180px, calc(100% - 40px));
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}
img { display: block; max-width: 100%; }
a { color: inherit; }
button, input, select { font: inherit; }
.container { width: var(--container); margin-inline: auto; }
.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; top: -60px; left: 20px; z-index: 1000; background: white; padding: 12px 16px; border-radius: 8px; }
.skip-link:focus { top: 20px; }

.site-header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 100;
  padding: 14px 0;
  transition: background .25s ease, box-shadow .25s ease, padding .25s ease;
}
.site-header.scrolled {
  padding: 8px 0;
  background: rgba(255,253,248,.92);
  backdrop-filter: blur(16px);
  box-shadow: 0 10px 35px rgba(17,32,27,.08);
}
.nav-wrap { display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand { display: inline-flex; align-items: center; gap: 12px; text-decoration: none; color: white; }
.site-header.scrolled .brand { color: var(--forest); }
.brand span { display: flex; flex-direction: column; line-height: 1; }
.brand strong { font-family: Georgia, "Times New Roman", serif; font-size: 1.25rem; letter-spacing: .01em; }
.brand small { margin-top: 5px; text-transform: uppercase; letter-spacing: .2em; font-size: .65rem; }
.site-nav { display: flex; align-items: center; gap: 28px; }
.site-nav a { color: white; text-decoration: none; font-size: .93rem; font-weight: 600; }
.site-header.scrolled .site-nav a { color: var(--ink); }
.site-nav a:not(.button):hover { opacity: .72; }
.nav-toggle { display: none; border: 0; background: transparent; padding: 10px; }
.nav-toggle span:not(.sr-only) { display: block; width: 24px; height: 2px; margin: 5px 0; background: white; }
.site-header.scrolled .nav-toggle span:not(.sr-only) { background: var(--ink); }

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  padding: 0 24px;
  border: 1px solid var(--gold);
  border-radius: 999px;
  background: var(--gold);
  color: #1e2a27 !important;
  text-decoration: none;
  font-weight: 800;
  cursor: pointer;
  transition: transform .2s ease, box-shadow .2s ease, background .2s ease;
}
.button:hover { transform: translateY(-2px); box-shadow: 0 12px 28px rgba(32,42,38,.18); background: #e1c487; }
.button-small { min-height: 40px; padding: 0 18px; font-size: .86rem !important; }
.button-light { background: var(--cream); border-color: var(--cream); }
.text-link { font-weight: 800; text-decoration: none; color: white; }
.text-link span { display: inline-block; margin-left: 8px; transition: transform .2s; }
.text-link:hover span { transform: translateX(5px); }
.eyebrow { margin: 0 0 14px; text-transform: uppercase; letter-spacing: .22em; font-size: .73rem; font-weight: 900; color: var(--clay); }

.hero {
  position: relative;
  min-height: 860px;
  overflow: hidden;
  background: linear-gradient(165deg, #132822 0%, #204239 42%, #9e7658 100%);
  color: white;
}
.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 68% 28%, rgba(255,230,178,.28), transparent 32%), linear-gradient(to bottom, rgba(5,18,15,.08), rgba(5,18,15,.38));
}
.hero-content { position: relative; z-index: 3; padding-top: 180px; }
.hero h1 {
  max-width: 820px;
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(4.1rem, 8vw, 8.2rem);
  line-height: .91;
  letter-spacing: -.055em;
  font-weight: 500;
}
.hero-copy { max-width: 650px; margin: 30px 0 0; font-size: clamp(1.08rem, 2vw, 1.35rem); color: rgba(255,255,255,.84); }
.hero-actions { display: flex; align-items: center; gap: 30px; margin-top: 34px; }
.hero-facts {
  display: grid;
  grid-template-columns: repeat(4, minmax(120px, 1fr));
  max-width: 780px;
  margin: 84px 0 0;
  padding: 22px 0;
  list-style: none;
  border-top: 1px solid rgba(255,255,255,.28);
  border-bottom: 1px solid rgba(255,255,255,.28);
}
.hero-facts li { display: flex; flex-direction: column; gap: 4px; }
.hero-facts strong { font-family: Georgia, "Times New Roman", serif; font-size: 1.8rem; font-weight: 500; }
.hero-facts span { color: rgba(255,255,255,.68); font-size: .76rem; text-transform: uppercase; letter-spacing: .12em; }
.hero-art { position: absolute; inset: 0; overflow: hidden; }
.sun { position: absolute; width: 360px; height: 360px; border-radius: 50%; right: 6%; top: 12%; background: rgba(245,215,157,.32); filter: blur(1px); box-shadow: 0 0 100px rgba(247,210,145,.16); }
.mountain { position: absolute; left: -10%; width: 125%; transform: skewX(-12deg) rotate(-4deg); transform-origin: center; }
.mountain-back { height: 48%; bottom: -20%; background: #2c4f45; clip-path: polygon(0 74%, 12% 40%, 26% 64%, 40% 14%, 57% 61%, 70% 28%, 83% 54%, 100% 20%, 100% 100%, 0 100%); opacity: .72; }
.mountain-front { height: 42%; bottom: -16%; background: #132c25; clip-path: polygon(0 61%, 18% 30%, 33% 58%, 52% 5%, 68% 52%, 79% 28%, 100% 63%, 100% 100%, 0 100%); }
.valley-lights { position: absolute; left: 0; right: 0; bottom: 0; height: 165px; background-image: radial-gradient(circle, rgba(255,220,150,.9) 0 1px, transparent 2px); background-size: 38px 31px; opacity: .18; transform: perspective(600px) rotateX(60deg) scale(1.5); transform-origin: bottom; }

.booking-strip { position: relative; z-index: 10; margin-top: -48px; }
.booking-strip-inner { display: grid; grid-template-columns: .7fr 2fr; gap: 30px; align-items: center; padding: 26px 30px; background: white; border-radius: 20px; box-shadow: var(--shadow); }
.booking-strip-inner > div:first-child { display: flex; flex-direction: column; }
.booking-strip-inner span { color: var(--muted); font-size: .85rem; }
.booking-strip-inner strong { font-family: Georgia, "Times New Roman", serif; font-size: 1.35rem; }
.availability-form { display: grid; grid-template-columns: 1fr 1fr .85fr auto; gap: 12px; align-items: end; }
.availability-form label { display: flex; flex-direction: column; gap: 6px; font-weight: 700; font-size: .83rem; }
.availability-form input, .availability-form select { width: 100%; min-height: 48px; padding: 0 14px; border: 1px solid var(--line); border-radius: 12px; background: #fbfaf6; color: var(--ink); }

.section { padding: 120px 0; }
.split-layout { display: grid; grid-template-columns: .95fr 1.05fr; gap: 90px; align-items: start; }
h2 { margin: 0; font-family: Georgia, "Times New Roman", serif; font-size: clamp(2.7rem, 5vw, 5rem); line-height: 1.02; letter-spacing: -.04em; font-weight: 500; }
.intro-copy { padding-top: 38px; font-size: 1.14rem; color: var(--muted); }
.intro-copy p:first-child { color: var(--ink); font-size: 1.35rem; }
.photo-feature-grid { display: grid; grid-template-columns: 1.5fr 1fr; grid-template-rows: repeat(2, 290px); gap: 18px; margin-top: 70px; }
.photo-card { position: relative; margin: 0; overflow: hidden; border-radius: var(--radius); background: #d8d7cc; }
.photo-card-large { grid-row: 1 / 3; }
.photo-card figcaption { position: absolute; inset: auto 22px 18px; color: white; font-weight: 800; text-shadow: 0 2px 14px rgba(0,0,0,.4); }
.photo-placeholder { background: linear-gradient(145deg, #d8d5c8 0%, #a9b0a0 45%, #687a70 100%); }
.photo-placeholder::before { content: ""; position: absolute; inset: 0; background: linear-gradient(135deg, transparent 0 42%, rgba(255,255,255,.12) 42% 48%, transparent 48%), radial-gradient(circle at 70% 25%, rgba(255,236,200,.45), transparent 18%); }
.placeholder-label { position: absolute; inset: 0; display: flex; align-items: center; justify-content: center; flex-direction: column; gap: 10px; text-align: center; color: rgba(255,255,255,.88); font-weight: 800; letter-spacing: .02em; }
.placeholder-label span { display: grid; place-items: center; width: 38px; height: 38px; border: 1px solid rgba(255,255,255,.6); border-radius: 50%; font-size: .8rem; }

.section-dark { background: var(--forest); color: white; }
.section-heading { display: grid; grid-template-columns: 1.4fr .6fr; gap: 80px; align-items: end; margin-bottom: 56px; }
.section-heading > p { margin: 0 0 8px; color: var(--muted); font-size: 1.02rem; }
.section-heading.light > p { color: rgba(255,255,255,.62); }
.amenity-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.amenity-card { min-height: 260px; padding: 30px; border: 1px solid rgba(255,255,255,.11); border-radius: 20px; background: rgba(255,255,255,.045); }
.amenity-card:hover { background: rgba(255,255,255,.07); }
.amenity-icon { display: grid; place-items: center; width: 46px; height: 46px; border-radius: 50%; background: rgba(214,181,115,.15); color: var(--gold); font-size: 1.2rem; }
.amenity-card h3 { margin: 46px 0 8px; font-family: Georgia, "Times New Roman", serif; font-size: 1.55rem; font-weight: 500; }
.amenity-card p { margin: 0; color: rgba(255,255,255,.62); }

.location-section { background: var(--cream); overflow: hidden; }
.location-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 80px; align-items: center; }
.location-copy > p:not(.eyebrow) { color: var(--muted); font-size: 1.1rem; }
.location-list { margin-top: 36px; border-top: 1px solid rgba(22,48,43,.16); }
.location-list div { display: grid; grid-template-columns: 170px 1fr; gap: 22px; padding: 18px 0; border-bottom: 1px solid rgba(22,48,43,.16); }
.location-list span { color: var(--muted); }
.map-card { position: relative; min-height: 610px; border-radius: 40px 0 0 40px; background: #dfe5da; overflow: hidden; box-shadow: var(--shadow); }
.map-card::before { content: ""; position: absolute; inset: 0; background-image: linear-gradient(rgba(22,48,43,.06) 1px, transparent 1px), linear-gradient(90deg, rgba(22,48,43,.06) 1px, transparent 1px); background-size: 38px 38px; }
.map-ridge { position: absolute; right: -6%; top: -5%; width: 55%; height: 110%; background: #789084; clip-path: polygon(52% 0, 100% 0, 100% 100%, 22% 100%, 0 78%, 18% 51%, 3% 29%); }
.map-road { position: absolute; height: 14px; border-radius: 999px; background: rgba(255,255,255,.82); box-shadow: 0 0 0 2px rgba(22,48,43,.08); }
.map-road-one { width: 105%; left: -10%; top: 50%; transform: rotate(-21deg); }
.map-road-two { width: 86%; left: 8%; top: 63%; transform: rotate(19deg); }
.map-label { position: absolute; font-size: .78rem; line-height: 1.3; text-transform: uppercase; letter-spacing: .12em; font-weight: 800; color: rgba(22,48,43,.7); }
.map-label strong { color: var(--forest); font-size: 1rem; }
.map-label.draper { left: 47%; top: 47%; padding: 14px 18px 14px 42px; background: white; border-radius: 14px; box-shadow: 0 12px 30px rgba(22,48,43,.16); }
.map-label.draper i { position: absolute; left: 16px; top: 19px; width: 14px; height: 14px; border: 4px solid var(--clay); border-radius: 50% 50% 50% 0; transform: rotate(-45deg); }
.map-label.salt-lake { left: 14%; top: 22%; }
.map-label.canyon { right: 12%; bottom: 22%; color: white; }
.map-label.ski { right: 10%; top: 18%; color: white; }

.gallery-section { background: #fbfaf6; }
.gallery-grid { display: grid; grid-template-columns: repeat(12, 1fr); grid-auto-rows: 190px; gap: 14px; }
.gallery-item { position: relative; margin: 0; overflow: hidden; border-radius: 18px; grid-column: span 4; }
.gallery-wide { grid-column: span 8; }
.gallery-tall { grid-row: span 2; }

.stay-section { padding-top: 30px; background: #fbfaf6; }
.stay-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.stay-card { padding: 54px 42px; }
.stay-card + .stay-card { border-left: 1px solid var(--line); }
.stay-card h3 { margin: 0 0 12px; font-family: Georgia, "Times New Roman", serif; font-size: 2rem; font-weight: 500; }
.stay-card p:last-child { margin-bottom: 0; color: var(--muted); }

.booking-section { background: white; }
.booking-panel { display: grid; grid-template-columns: 1fr .85fr; gap: 70px; padding: 68px; border-radius: 32px; background: var(--cream); }
.booking-panel > div:first-child > p:not(.eyebrow) { max-width: 640px; color: var(--muted); font-size: 1.05rem; }
.booking-notes { display: flex; flex-wrap: wrap; gap: 12px 20px; margin-top: 30px; color: var(--forest); font-weight: 800; font-size: .88rem; }
.booking-widget-placeholder { display: flex; flex-direction: column; justify-content: center; min-height: 390px; padding: 38px; border: 1px dashed rgba(22,48,43,.26); border-radius: 22px; background: rgba(255,255,255,.65); }
.widget-tag { align-self: flex-start; padding: 6px 10px; border-radius: 999px; background: rgba(183,123,84,.12); color: var(--clay); text-transform: uppercase; letter-spacing: .13em; font-weight: 900; font-size: .66rem; }
.booking-widget-placeholder h3 { margin: 24px 0 8px; font-family: Georgia, "Times New Roman", serif; font-size: 2rem; line-height: 1.1; font-weight: 500; }
.booking-widget-placeholder p { color: var(--muted); }
.booking-widget-placeholder small { margin-top: 12px; color: var(--muted); }

.pre-footer { padding: 80px 0; background: var(--clay); color: white; }
.pre-footer-inner { display: flex; align-items: center; justify-content: space-between; gap: 30px; }
.pre-footer-inner > div { display: flex; align-items: center; gap: 24px; }
.pre-footer h2 { font-size: clamp(2.5rem, 5vw, 4.5rem); }
.site-footer { padding: 70px 0 24px; background: #101b18; color: rgba(255,255,255,.68); }
.footer-grid { display: grid; grid-template-columns: 1.6fr repeat(3, 1fr); gap: 48px; }
.footer-grid > div { display: flex; flex-direction: column; align-items: flex-start; gap: 9px; }
.footer-grid strong { color: white; }
.footer-grid a { text-decoration: none; }
.footer-grid a:hover { color: white; }
.footer-brand { color: white; margin-bottom: 10px; }
.footer-bottom { display: flex; justify-content: space-between; gap: 30px; margin-top: 54px; padding-top: 22px; border-top: 1px solid rgba(255,255,255,.1); font-size: .78rem; }

@media (max-width: 980px) {
  .site-nav { position: fixed; inset: 74px 18px auto; display: none; flex-direction: column; align-items: stretch; gap: 0; padding: 16px; border-radius: 18px; background: white; box-shadow: var(--shadow); }
  .site-nav.open { display: flex; }
  .site-nav a { color: var(--ink) !important; padding: 13px 12px; }
  .nav-toggle { display: block; }
  .hero { min-height: 850px; }
  .hero-content { padding-top: 160px; }
  .booking-strip-inner, .split-layout, .location-grid, .booking-panel { grid-template-columns: 1fr; }
  .booking-strip-inner { gap: 18px; }
  .availability-form { grid-template-columns: repeat(2, 1fr); }
  .availability-form .button { grid-column: span 2; }
  .split-layout, .location-grid { gap: 40px; }
  .section-heading { grid-template-columns: 1fr; gap: 20px; }
  .amenity-grid { grid-template-columns: repeat(2, 1fr); }
  .map-card { min-height: 500px; border-radius: 28px; }
  .footer-grid { grid-template-columns: 1.4fr 1fr 1fr; }
  .footer-grid > div:last-child { grid-column: 2 / 4; }
}

@media (max-width: 680px) {
  :root { --container: min(100% - 28px, 1180px); }
  .site-header { padding-top: 10px; }
  .brand strong { font-size: 1.08rem; }
  .brand small { font-size: .58rem; }
  .hero { min-height: 790px; }
  .hero-content { padding-top: 140px; }
  .hero h1 { font-size: clamp(3.7rem, 18vw, 5.3rem); }
  .hero-copy { font-size: 1.04rem; }
  .hero-actions { align-items: flex-start; flex-direction: column; gap: 18px; }
  .hero-facts { grid-template-columns: repeat(2, 1fr); gap: 20px; margin-top: 48px; }
  .booking-strip { margin-top: -22px; }
  .booking-strip-inner { padding: 22px; }
  .availability-form { grid-template-columns: 1fr; }
  .availability-form .button { grid-column: auto; }
  .section { padding: 82px 0; }
  h2 { font-size: 2.8rem; }
  .photo-feature-grid { grid-template-columns: 1fr; grid-template-rows: 360px 240px 240px; }
  .photo-card-large { grid-row: auto; }
  .amenity-grid { grid-template-columns: 1fr; }
  .amenity-card { min-height: auto; }
  .amenity-card h3 { margin-top: 28px; }
  .location-list div { grid-template-columns: 1fr; gap: 2px; }
  .map-card { min-height: 420px; }
  .map-label.draper { left: 28%; top: 46%; }
  .gallery-grid { grid-template-columns: 1fr; grid-auto-rows: 230px; }
  .gallery-item, .gallery-wide { grid-column: auto; }
  .gallery-tall { grid-row: auto; }
  .stay-grid { grid-template-columns: 1fr; }
  .stay-card + .stay-card { border-left: 0; border-top: 1px solid var(--line); }
  .stay-card { padding: 40px 14px; }
  .booking-panel { padding: 30px 22px; gap: 35px; }
  .pre-footer-inner, .pre-footer-inner > div, .footer-bottom { align-items: flex-start; flex-direction: column; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-grid > div:first-child, .footer-grid > div:last-child { grid-column: 1 / 3; }
  .footer-grid > div:last-child { margin-top: 12px; }
}
