.site-header nav a small {
  margin-right: 5px;
  color: #d2b77d;
  font-size: 9px;
}

/* Logo-led title area and separate exterior view */
.site-header{position:fixed;top:0;left:0;right:0;color:#493a30;border-bottom-color:rgba(73,58,48,.22);background:rgba(248,242,233,.94);backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);z-index:50}
.site-header nav a{color:#493a30}
.site-header .nav-cta{border-color:rgba(73,58,48,.45)}
.hero{display:grid;grid-template-columns:minmax(0,.95fr) minmax(380px,.75fr);align-items:center;gap:clamp(35px,7vw,110px);min-height:720px;height:min(900px,100svh);padding:120px clamp(24px,8vw,125px) 70px;color:#3b3028;background:radial-gradient(circle at 74% 45%,rgba(202,176,139,.32),transparent 31%),linear-gradient(135deg,#fbf7f0 0%,#e9ddcc 100%)}
.hero-shade{display:none}
.hero-content{position:static;max-width:700px}
.hero-content p:not(.eyebrow){color:#68584c}
.hero-symbol{display:grid;place-items:center}
.hero-symbol img{width:min(100%,540px);height:auto;filter:drop-shadow(0 20px 35px rgba(58,45,35,.12))}
.location-pill{color:#6c5847}
.exterior{padding-top:95px;padding-bottom:60px}
.exterior-heading{display:flex;align-items:end;justify-content:space-between;gap:50px;margin-bottom:40px}
.exterior-heading h2{margin-bottom:0}
.exterior-heading>p{max-width:410px;margin-bottom:7px;color:#6d5c4f}
.exterior-gallery{display:grid;grid-template-columns:.82fr 1.18fr;gap:16px}
.exterior-image{height:clamp(520px,62vw,760px);margin:0;overflow:hidden;background:#e5d9ca}
.exterior-image img{width:100%;height:100%;object-fit:cover;object-position:center 52%}

@media(max-width:800px){
  .site-header nav.open{background:#3b3028}
  .site-header nav.open a{color:#fff}
  .menu-button{color:#493a30;border-color:rgba(73,58,48,.45)}
  .hero{grid-template-columns:1fr;height:auto;min-height:760px;padding:120px 22px 55px;gap:30px}
  .hero-content{order:2}
  .hero-symbol{order:1}
  .hero-symbol img{width:min(78vw,390px)}
  .exterior-heading{display:block}
  .exterior-heading>p{margin-top:22px}
  .exterior-gallery{grid-template-columns:1fr}
  .exterior-image{height:min(126vw,680px)}
}

.statement-band {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(18px, 4vw, 60px);
  padding: 38px 24px;
  background: #efe9dd;
  color: #173f34;
  text-transform: uppercase;
  letter-spacing: .18em;
  font: 13px Georgia, serif;
}

.statement-band p {
  margin: 0;
}

.statement-band span {
  width: 5px;
  height: 5px;
  background: #ad8d55;
  transform: rotate(45deg);
}

.house-story {
  display: grid;
  grid-template-columns: 1.08fr .92fr;
  min-height: 720px;
  background: #173f34;
  color: white;
}

.story-image {
  min-height: 620px;
  overflow: hidden;
}

.story-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.story-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(55px, 8vw, 120px);
}

.season-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 35px;
  margin-top: 35px;
  padding-top: 30px;
  border-top: 1px solid rgba(255,255,255,.25);
}

.season-grid article + article {
  padding-left: 35px;
  border-left: 1px solid rgba(255,255,255,.25);
}

.season-grid span {
  color: #d8ba83;
  text-transform: uppercase;
  letter-spacing: .18em;
  font-size: 10px;
}

.season-grid h3 {
  margin: 12px 0;
  font: 25px Georgia, serif;
}

.season-grid p {
  color: #c9d4d0;
  font-size: 14px;
}

.location-features {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0;
  margin: 34px 0;
  border-top: 1px solid #d9d4c8;
}

.location-features span {
  padding: 14px 8px 14px 0;
  border-bottom: 1px solid #d9d4c8;
  color: #173f34;
  font-size: 13px;
}

.location-features span::before {
  content: '✦';
  margin-right: 9px;
  color: #ad8d55;
}

.facts {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 24px;
}

.facts small {
  display: block;
  margin-top: 3px;
  color: #817165;
  font-size: 9px;
  line-height: 1.4;
  letter-spacing: .06em;
}

.seasons {
  padding-top: 105px;
  padding-bottom: 120px;
}

.seasons-heading {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 50px;
  margin-bottom: 40px;
}

.seasons-heading h2 {
  max-width: 760px;
  margin-bottom: 0;
}

.seasons-heading > p {
  max-width: 390px;
  margin-bottom: 8px;
  color: #6d5c4f;
}

.season-block {
  padding: 45px 0 80px;
  border-top: 1px solid var(--line);
}

.season-copy {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 35px;
  margin-bottom: 26px;
}

.season-copy h3 {
  margin: 8px 0 0;
  font: 32px Georgia, serif;
}

.season-copy span {
  color: #8b6b49;
  text-transform: uppercase;
  letter-spacing: .2em;
  font-size: 11px;
  font-weight: bold;
}

.season-copy p {
  max-width: 570px;
  margin: 0;
  color: #6d5c4f;
}

.season-image-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}

.season-image-grid figure {
  height: clamp(390px, 48vw, 620px);
  margin: 0;
  overflow: hidden;
  background: #e5d9ca;
}

.season-image-grid.single {
  grid-template-columns: 1fr;
}

.season-image-grid.single figure {
  height: clamp(430px, 58vw, 720px);
}

.season-image-grid img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .7s ease;
}

.season-image-grid figure:hover img {
  transform: scale(1.025);
}

@media (max-width: 980px) {
  .site-header nav a small {
    display: none;
  }

  .house-story {
    grid-template-columns: 1fr;
  }

  .story-image {
    height: 520px;
  }
}

@media (max-width: 800px) {
  .statement-band {
    gap: 12px;
    padding: 28px 14px;
    font-size: 9px;
    letter-spacing: .1em;
  }

  .story-copy {
    padding: 70px 22px;
  }

  .facts {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 26px 18px;
  }

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

  .season-grid article + article {
    padding: 24px 0 0;
    border-left: 0;
    border-top: 1px solid rgba(255,255,255,.25);
  }

  .seasons-heading,
  .season-copy {
    display: block;
  }

  .seasons-heading > p,
  .season-copy p {
    margin-top: 22px;
  }

  .season-image-grid {
    grid-template-columns: 1fr;
  }

  .season-image-grid figure,
  .season-image-grid.single figure {
    height: min(125vw, 560px);
  }
}

/* Warm alpine beige theme */
:root {
  --forest: #6f5b49;
  --forest2: #3b3028;
  --cream: #f3eadc;
  --paper: #fbf7f0;
  --ink: #342c26;
  --sand: #b88f5e;
  --line: #ded1c1;
}

body {
  background: linear-gradient(180deg, #fbf7f0 0%, #f6efe5 100%);
}

.hero-shade {
  background: linear-gradient(90deg, rgba(49, 38, 29, .82) 0%, rgba(73, 57, 44, .48) 48%, rgba(73, 57, 44, .06) 82%), linear-gradient(0deg, rgba(49, 38, 29, .28), transparent 45%);
}

.statement-band {
  background: #e8dccb;
  color: #59483a;
  border-bottom: 1px solid #d6c5b0;
}

.statement-band span {
  background: #a88358;
}

.location-features span::before {
  color: #a88358;
}

.button-light {
  background: #f5ecdf;
  color: #493a30;
  border-radius: 999px;
  box-shadow: 0 8px 30px rgba(35, 27, 21, .16);
}

.gallery figure {
  background: #e5d9ca;
  border-radius: 3px;
}

@media (min-width: 801px) {
  .gallery-grid {
    grid-template-rows: 430px 330px 330px;
  }

  .gallery-grid figure.room-bedroom:not(.wide):not(.tall) {
    grid-column: 1;
    grid-row: 2;
  }

  .gallery-grid figure.room-dining:not(.wide):not(.tall) {
    grid-column: 1;
    grid-row: 3;
  }

  .gallery-grid figure.room-bath:not(.wide):not(.tall) {
    grid-column: 2;
    grid-row: 3;
  }
}

.house-story {
  background: #d8c5ad;
  color: #382d25;
}

.house-story .eyebrow.light,
.season-grid span {
  color: #70563d;
}

.season-grid,
.season-grid article + article {
  border-color: rgba(75, 56, 42, .24);
}

.season-grid p {
  color: #5f5044;
}

.amenities {
  background: #806b57;
}

.amenity-grid p {
  color: #f0e7dc;
}

.amenity-grid span {
  color: #ead5b9;
}

.mountain-art {
  background: #e7dac9;
}

.mountain-art path {
  stroke: #725d4a;
}

.discover {
  padding-top: 65px;
}

.discover-links {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.discover-links a {
  display: block;
  min-height: 260px;
  padding: 34px;
  color: #382d25;
  background: #e7dac9;
  border: 1px solid rgba(75, 56, 42, .18);
  text-decoration: none;
  transition: transform .25s, box-shadow .25s;
}

.discover-links a:hover {
  transform: translateY(-3px);
  box-shadow: 0 18px 38px rgba(58, 45, 35, .11);
}

.discover-links span {
  display: block;
  margin-bottom: 28px;
  color: #806b57;
  font-size: 10px;
  font-weight: bold;
  letter-spacing: .2em;
  text-transform: uppercase;
}

.discover-links h3 {
  margin: 0 0 14px;
  font: 30px/1.15 Georgia, serif;
}

.discover-links p {
  max-width: 540px;
  color: #68584c;
}

.discover-links strong {
  display: inline-block;
  margin-top: 18px;
  font-size: 13px;
}

.cta {
  background: #493b31;
}

.cta > p:not(.eyebrow) {
  color: #e1d5c6;
}

.cta small {
  color: #bfae9d;
}

footer {
  background: #2f2721;
  color: #d2c4b5;
}

@media (max-width: 800px) {
  .site-header nav {
    background: #493b31;
  }

  .hero-shade {
    background: linear-gradient(0deg, rgba(49, 38, 29, .88) 0%, rgba(73, 57, 44, .36) 70%, rgba(49, 38, 29, .2));
  }

  .discover-links {
    grid-template-columns: 1fr;
  }

  .discover-links a {
    min-height: 0;
    padding: 27px 24px;
  }
}
.house-story{display:grid;grid-template-columns:minmax(0,1.05fr) minmax(0,.95fr);background:#d8c5ad;color:#382d25;min-height:760px}.story-image{position:relative;min-height:620px;overflow:hidden}.story-image img{width:100%;height:100%;object-fit:cover}.story-copy{padding:clamp(70px,8vw,125px) clamp(28px,7vw,105px);align-self:center}.story-copy h2{margin-bottom:56px}.season-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:0;border-top:1px solid #4b382a3d}.season-grid article{padding:28px 24px 0 0}.season-grid article+article{padding-left:24px;border-left:1px solid #4b382a3d}.season-grid span{display:block;color:#70563d;text-transform:uppercase;letter-spacing:.2em;font-size:10px;font-weight:bold;margin-bottom:14px}.season-grid h3{font:22px Georgia,serif;margin-bottom:12px}.season-grid p{font-size:14px;line-height:1.65;color:#5f5044}.season-autumn{background:linear-gradient(180deg,#b87b2929,transparent);box-shadow:inset 0 3px #a96f2d}.image-note{position:absolute;left:30px;bottom:28px;padding:9px 14px;background:#3e3029cf;color:#fff;font-size:11px;letter-spacing:.14em;text-transform:uppercase}.autumn-image img{object-position:center center}

@media(max-width:1050px){.house-story{grid-template-columns:1fr}.story-image{min-height:520px}.story-copy{padding:75px 42px}.season-grid{grid-template-columns:1fr 1fr}.season-grid article:nth-child(3){grid-column:1/-1;border-left:0;border-top:1px solid #ffffff38;margin-top:24px;padding-left:0}}

@media(max-width:620px){.story-image{min-height:430px}.story-copy{padding:65px 22px}.story-copy h2{margin-bottom:38px}.season-grid{grid-template-columns:1fr}.season-grid article,.season-grid article+article{padding:24px 0;border-left:0;border-top:1px solid #ffffff38}.season-grid article:first-child{border-top:0}.season-grid article:nth-child(3){grid-column:auto;margin-top:0}.image-note{left:20px;bottom:20px}}
