/* ============================================================
   ASPEN SOLITUDE — Alpine Mountain Lodge
   Dark cedar-wood theme · cedar accent
   Body bg #191208 · cream text #EADDC6 · ivory headings #F7EFDF
   ============================================================ */

*, *::before, *::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  font-size: 16px;
  font-family: Georgia, "Times New Roman", serif;
  line-height: 1.7;
  color: #EADDC6;
  background-color: #191208;
  overflow-x: hidden;
}

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

a {
  color: #EADDC6;
  text-decoration: none;
  transition: color 0.2s ease;
}

a:hover {
  color: #F7EFDF;
}

h1, h2, h3, h4 {
  font-family: "Trebuchet MS", "Segoe UI", Verdana, sans-serif;
  color: #F7EFDF;
  font-weight: 700;
  line-height: 1.2;
}

ul {
  list-style: none;
}

.container {
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 24px;
}

/* ============================================================
   EYEBROW CHIP
   ============================================================ */

.eyebrow {
  display: inline-block;
  background-color: #A8723A;
  color: #17100A;
  font-family: "Trebuchet MS", "Segoe UI", Verdana, sans-serif;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 3px;
  text-transform: uppercase;
  padding: 7px 16px;
  margin-bottom: 18px;
}

/* ============================================================
   BUTTONS
   ============================================================ */

.btn {
  display: inline-block;
  font-family: "Trebuchet MS", "Segoe UI", Verdana, sans-serif;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.5px;
  padding: 15px 32px;
  border: 2px solid transparent;
  cursor: pointer;
  transition: background-color 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}

.btn-primary {
  background-color: #A8723A;
  color: #17100A;
}

.btn-primary:hover {
  background-color: #C08A4E;
  color: #17100A;
}

.btn-outline {
  background-color: transparent;
  border-color: #F7EFDF;
  color: #F7EFDF;
}

.btn-outline:hover {
  background-color: #F7EFDF;
  color: #191208;
}

/* ============================================================
   TWO-ROW NAV
   ============================================================ */

.two-row-nav {
  position: sticky;
  top: 0;
  z-index: 1000;
  background-color: #191208;
  border-bottom: 1px solid #463516;
}

.two-row-nav .nav-utility {
  background-color: #A8723A;
  color: #17100A;
  font-family: "Trebuchet MS", "Segoe UI", Verdana, sans-serif;
  font-size: 13px;
  letter-spacing: 1px;
  text-align: center;
  padding: 8px 16px;
}

.two-row-nav .nav-utility a {
  color: #17100A;
  text-decoration: underline;
  font-weight: 700;
}

.two-row-nav .nav-utility a:hover {
  color: #241A0D;
}

.two-row-nav .nav-main {
  max-width: 1180px;
  margin: 0 auto;
  padding: 16px 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.two-row-nav .nav-brand {
  display: flex;
  align-items: center;
  gap: 12px;
}

.two-row-nav .brand-mark {
  flex: 0 0 auto;
}

.two-row-nav .brand-name {
  font-family: "Trebuchet MS", "Segoe UI", Verdana, sans-serif;
  color: #F7EFDF;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 4px;
}

.two-row-nav .brand-name:hover {
  color: #F7EFDF;
}

.two-row-nav .nav-links {
  display: flex;
  align-items: center;
  gap: 28px;
}

.two-row-nav .nav-links a {
  font-family: "Trebuchet MS", "Segoe UI", Verdana, sans-serif;
  color: #EADDC6;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 1px;
  padding-bottom: 4px;
  border-bottom: 2px solid transparent;
}

.two-row-nav .nav-links a:hover {
  color: #F7EFDF;
  border-bottom-color: #A8723A;
}

.two-row-nav .nav-pill {
  background-color: #A8723A;
  color: #17100A;
  font-family: "Trebuchet MS", "Segoe UI", Verdana, sans-serif;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 1px;
  padding: 11px 22px;
  border: none;
}

.two-row-nav .nav-pill:hover {
  background-color: #C08A4E;
  color: #17100A;
}

.nav-toggle {
  display: none;
  background: none;
  border: 2px solid #463516;
  cursor: pointer;
  width: 46px;
  height: 42px;
  padding: 0;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 6px;
}

.nav-toggle span {
  display: block;
  width: 24px;
  height: 2px;
  background-color: #F7EFDF;
}

/* ============================================================
   PINE TREE MARK (CSS decoration)
   ============================================================ */

.pine-tree {
  position: relative;
  width: 26px;
  height: 30px;
}

.pine-tree::before {
  content: "";
  position: absolute;
  left: 2px;
  top: 0;
  border-left: 11px solid transparent;
  border-right: 11px solid transparent;
  border-bottom: 18px solid #A8723A;
}

.pine-tree::after {
  content: "";
  position: absolute;
  left: 11px;
  top: 18px;
  width: 4px;
  height: 10px;
  background-color: #A8723A;
}

.pine-tree-dark {
  width: 44px;
  height: 46px;
}

.pine-tree-dark::before {
  left: 4px;
  border-left: 18px solid transparent;
  border-right: 18px solid transparent;
  border-bottom: 28px solid #A8723A;
}

.pine-tree-dark::after {
  left: 19px;
  top: 28px;
  width: 6px;
  height: 14px;
  background-color: #A8723A;
}

/* Lodge cabin shape (CSS) */
.lodge-cabin {
  position: relative;
  width: 46px;
  height: 38px;
  background-color: #A8723A;
}

.lodge-cabin::before {
  content: "";
  position: absolute;
  left: -6px;
  top: -16px;
  border-left: 29px solid transparent;
  border-right: 29px solid transparent;
  border-bottom: 18px solid #A8723A;
}

.lodge-cabin::after {
  content: "";
  position: absolute;
  left: 18px;
  top: 16px;
  width: 10px;
  height: 20px;
  background-color: #191208;
}

/* Snow dots group (CSS) */
.snow-dots {
  display: flex;
  align-items: center;
  gap: 8px;
}

.snow-dots i {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #EADDC6;
}

/* ============================================================
   ALP HERO
   ============================================================ */

.alp-hero {
  position: relative;
  background-color: #191208;
  overflow: hidden;
}

.alp-hero .hero-inner {
  position: relative;
  max-width: 1180px;
  margin: 0 auto;
  padding: 120px 24px 150px;
  z-index: 2;
}

.alp-hero .hero-snow {
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
}

.alp-hero .hero-snow i {
  position: absolute;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background-color: #EADDC6;
}

.alp-hero .hero-mountains {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 230px;
  z-index: 1;
  pointer-events: none;
}

.alp-hero .mountain-back {
  position: absolute;
  left: -5%;
  bottom: 0;
  width: 60%;
  height: 220px;
  background-color: #241A0D;
  clip-path: polygon(0 100%, 0 55%, 14% 32%, 27% 55%, 42% 20%, 57% 55%, 71% 34%, 85% 60%, 100% 40%, 100% 100%);
}

.alp-hero .mountain-mid {
  position: absolute;
  right: -8%;
  bottom: 0;
  width: 70%;
  height: 210px;
  background-color: #2E2211;
  clip-path: polygon(0 100%, 0 58%, 16% 36%, 32% 58%, 48% 24%, 63% 58%, 78% 40%, 100% 62%, 100% 100%);
}

.alp-hero .mountain-front {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 150px;
  background-color: #A8723A;
  clip-path: polygon(0 100%, 0 52%, 10% 30%, 20% 52%, 34% 18%, 50% 55%, 64% 30%, 78% 55%, 90% 36%, 100% 58%, 100% 100%);
}

.alp-hero .mountain-front .ridge-tree {
  position: absolute;
  left: 24%;
  bottom: 62px;
  transform: scale(0.7);
}

.alp-hero .mountain-front .ridge-cabin {
  position: absolute;
  right: 22%;
  bottom: 96px;
  transform: scale(0.8);
}

.alp-hero .hero-title {
  font-size: 60px;
  letter-spacing: 1px;
  margin-bottom: 22px;
  max-width: 780px;
}

.alp-hero .hero-title .accent {
  color: #A8723A;
}

.alp-hero .hero-sub {
  font-size: 19px;
  color: #EADDC6;
  max-width: 640px;
  margin-bottom: 36px;
}

.alp-hero .hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin-bottom: 46px;
}

.hero-snow-divider {
  display: flex;
  align-items: center;
  gap: 14px;
}

.hero-snow-divider i {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #EADDC6;
}

.hero-snow-divider .dash {
  width: 42px;
  height: 2px;
  background-color: #A8723A;
}

/* ============================================================
   SECTION HEADINGS
   ============================================================ */

.section-head {
  max-width: 820px;
  margin-bottom: 44px;
}

.section-head h2 {
  font-size: 40px;
  letter-spacing: 1px;
  margin-bottom: 16px;
}

.section-head p {
  color: #EADDC6;
  font-size: 18px;
}

.lead-muted {
  color: #B3A184;
}

/* ============================================================
   STAY COMPARE
   ============================================================ */

.stay-compare {
  background-color: #191208;
  padding: 96px 0;
  border-top: 1px solid #463516;
}

.stay-compare .compare-table {
  width: 100%;
  border-collapse: collapse;
  background-color: #241A0D;
  border: 1px solid #463516;
}

.stay-compare .compare-table th,
.stay-compare .compare-table td {
  padding: 20px 24px;
  text-align: left;
  border-bottom: 1px solid #463516;
}

.stay-compare .compare-table tr:last-child th,
.stay-compare .compare-table tr:last-child td {
  border-bottom: none;
}

.stay-compare .compare-table th {
  font-family: "Trebuchet MS", "Segoe UI", Verdana, sans-serif;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 1px;
}

.stay-compare .compare-table .row-head {
  background-color: #2E2211;
  color: #F7EFDF;
  width: 180px;
  font-family: "Trebuchet MS", "Segoe UI", Verdana, sans-serif;
  font-size: 15px;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.stay-compare .compare-table thead th {
  background-color: #A8723A;
  color: #17100A;
  font-size: 19px;
}

.stay-compare .compare-table td {
  color: #EADDC6;
  font-size: 17px;
}

.stay-compare .compare-note {
  margin-top: 26px;
  color: #B3A184;
  font-size: 15px;
}

/* ============================================================
   ZONE BANDS
   ============================================================ */

.zone-bands {
  background-color: #191208;
  padding: 0 0 96px;
}

.zone-bands .band {
  padding: 56px 0;
}

.zone-bands .band-1,
.zone-bands .band-3 {
  background-color: #241A0D;
}

.zone-bands .band-2 {
  background-color: #2E2211;
}

.zone-bands .band-inner {
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 24px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px;
  align-items: start;
}

.zone-bands .band-text h3 {
  font-size: 28px;
  letter-spacing: 1px;
  margin: 16px 0 12px;
}

.zone-bands .band-text p {
  color: #EADDC6;
  font-size: 17px;
}

.zone-bands .band-icon {
  display: inline-block;
  margin-bottom: 4px;
}

.zone-bands .band-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-content: flex-start;
}

.zone-bands .chip {
  display: inline-block;
  background-color: #241A0D;
  border: 1px solid #463516;
  color: #EADDC6;
  font-family: "Trebuchet MS", "Segoe UI", Verdana, sans-serif;
  font-size: 14px;
  letter-spacing: 1px;
  padding: 10px 18px;
}

.zone-bands .band-2 .chip {
  background-color: #2E2211;
}

/* ============================================================
   EXPERIENCE COLLAGE
   ============================================================ */

.experience-collage {
  background-color: #191208;
  padding: 96px 0;
  border-top: 1px solid #463516;
}

.experience-collage .collage-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-rows: auto auto;
  gap: 20px;
}

.collage-tile {
  background-color: #241A0D;
  border: 1px solid #463516;
  padding: 34px 30px;
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.collage-tile h3 {
  font-size: 22px;
  letter-spacing: 1px;
}

.collage-tile p {
  color: #EADDC6;
  font-size: 16px;
}

.collage-tile .tile-icon {
  display: inline-block;
}

.collage-tile-tall {
  grid-row: span 2;
}

/* ============================================================
   CTA BAND
   ============================================================ */

.cta-band {
  background-color: #2E2211;
  padding: 96px 0;
  border-top: 1px solid #463516;
}

.cta-band .cta-inner {
  max-width: 820px;
  margin: 0 auto;
  text-align: center;
}

.cta-band h2 {
  font-size: 40px;
  letter-spacing: 1px;
  margin-bottom: 16px;
}

.cta-band p {
  color: #B3A184;
  font-size: 18px;
  margin-bottom: 32px;
}

/* ============================================================
   FOUR-COLUMN FOOTER
   ============================================================ */

.four-col-footer {
  background-color: #191208;
  border-top: 1px solid #463516;
}

.four-col-footer .footer-grid {
  max-width: 1180px;
  margin: 0 auto;
  padding: 64px 24px 48px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
}

.four-col-footer .footer-col {
  padding: 0 24px;
  border-left: 1px solid #463516;
}

.four-col-footer .footer-col:first-child {
  border-left: none;
  padding-left: 0;
}

.four-col-footer .footer-col:last-child {
  padding-right: 0;
}

.four-col-footer .footer-col h4 {
  font-family: "Trebuchet MS", "Segoe UI", Verdana, sans-serif;
  font-size: 15px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #B3A184;
  margin-bottom: 18px;
}

.four-col-footer .footer-col ul li {
  margin-bottom: 10px;
}

.four-col-footer .footer-col ul a {
  font-size: 16px;
  color: #EADDC6;
}

.four-col-footer .footer-col ul a:hover {
  color: #F7EFDF;
  border-bottom: 2px solid #A8723A;
}

.four-col-footer .footer-col p {
  font-size: 15px;
  color: #EADDC6;
  margin-bottom: 10px;
  line-height: 1.6;
}

.four-col-footer .footer-col p a {
  color: #EADDC6;
}

.four-col-footer .footer-col p a:hover {
  color: #F7EFDF;
  border-bottom: 2px solid #A8723A;
}

.four-col-footer .footer-legal {
  max-width: 1180px;
  margin: 0 auto;
  padding: 20px 24px 28px;
  border-top: 1px solid #463516;
  text-align: center;
}

.four-col-footer .footer-legal p {
  color: #8A7A5F;
  font-size: 14px;
}

.four-col-footer .footer-legal a {
  color: #8A7A5F;
  text-decoration: underline;
}

.four-col-footer .footer-legal a:hover {
  color: #EADDC6;
}

/* ============================================================
   PAGE HERO (secondary pages)
   ============================================================ */

.page-hero {
  position: relative;
  background-color: #191208;
  border-bottom: 1px solid #463516;
  overflow: hidden;
}

.page-hero .page-hero-inner {
  position: relative;
  max-width: 1180px;
  margin: 0 auto;
  padding: 84px 24px 96px;
  z-index: 2;
}

.page-hero .page-hero-inner h1 {
  font-size: 48px;
  letter-spacing: 1px;
  margin: 14px 0 14px;
}

.page-hero .page-hero-inner p {
  color: #EADDC6;
  font-size: 18px;
  max-width: 700px;
}

.page-hero .page-mountains {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 90px;
  z-index: 1;
  pointer-events: none;
}

.page-hero .page-mountains::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 90px;
  background-color: #241A0D;
  clip-path: polygon(0 100%, 0 40%, 14% 18%, 30% 42%, 46% 8%, 62% 40%, 78% 22%, 100% 45%, 100% 100%);
}

.page-hero .page-mountains::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 46px;
  background-color: #A8723A;
  clip-path: polygon(0 100%, 0 40%, 20% 12%, 40% 42%, 60% 20%, 80% 45%, 100% 30%, 100% 100%);
}

/* ============================================================
   SERVICES PAGE
   ============================================================ */

.services-page .service-list {
  background-color: #191208;
  padding: 96px 0;
}

.services-page .service-item {
  display: grid;
  grid-template-columns: 96px 1fr;
  gap: 32px;
  padding: 44px 0;
  border-bottom: 1px solid #463516;
}

.services-page .service-item:last-child {
  border-bottom: none;
}

.services-page .service-item .svc-icon {
  background-color: #241A0D;
  border: 1px solid #463516;
  width: 96px;
  height: 96px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.services-page .service-item h2 {
  font-size: 28px;
  letter-spacing: 1px;
  margin-bottom: 12px;
}

.services-page .service-item p {
  color: #EADDC6;
  font-size: 17px;
  margin-bottom: 10px;
}

.services-page .service-item .svc-facts {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 14px;
}

.services-page .service-item .svc-facts span {
  display: inline-block;
  background-color: #2E2211;
  border: 1px solid #463516;
  color: #B3A184;
  font-family: "Trebuchet MS", "Segoe UI", Verdana, sans-serif;
  font-size: 13px;
  letter-spacing: 1px;
  padding: 7px 14px;
}

.services-page .process-band {
  background-color: #241A0D;
  padding: 96px 0;
  border-top: 1px solid #463516;
  border-bottom: 1px solid #463516;
}

.services-page .process-band .process-steps {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  margin-top: 40px;
}

.services-page .process-band .step {
  background-color: #2E2211;
  border: 1px solid #463516;
  padding: 26px 22px;
}

.services-page .process-band .step .step-num {
  font-family: "Trebuchet MS", "Segoe UI", Verdana, sans-serif;
  color: #A8723A;
  font-size: 26px;
  font-weight: 700;
}

.services-page .process-band .step h3 {
  font-size: 18px;
  margin: 8px 0 8px;
}

.services-page .process-band .step p {
  color: #EADDC6;
  font-size: 15px;
}

/* ============================================================
   CONTACT PAGE
   ============================================================ */

.contact-page .contact-section {
  background-color: #191208;
  padding: 96px 0;
}

.contact-page .contact-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 64px;
  align-items: start;
}

.contact-page .contact-form-wrap {
  background-color: #241A0D;
  border: 1px solid #463516;
  padding: 40px;
}

.contact-page .contact-form-wrap h2 {
  font-size: 28px;
  letter-spacing: 1px;
  margin-bottom: 8px;
}

.contact-page .contact-form-wrap > p {
  color: #B3A184;
  margin-bottom: 26px;
}

.contact-page .form-group {
  margin-bottom: 20px;
}

.contact-page .form-group label {
  display: block;
  font-family: "Trebuchet MS", "Segoe UI", Verdana, sans-serif;
  color: #F7EFDF;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 1px;
  margin-bottom: 8px;
}

.contact-page .form-group input,
.contact-page .form-group select,
.contact-page .form-group textarea {
  width: 100%;
  background-color: #2E2211;
  border: 1px solid #463516;
  color: #EADDC6;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 16px;
  padding: 13px 14px;
}

.contact-page .form-group input:focus,
.contact-page .form-group select:focus,
.contact-page .form-group textarea:focus {
  outline: none;
  border-color: #A8723A;
}

.contact-page .form-group textarea {
  min-height: 150px;
  resize: vertical;
}

.contact-page .form-message {
  font-family: "Trebuchet MS", "Segoe UI", Verdana, sans-serif;
  font-size: 15px;
  margin-top: 14px;
  color: #F7EFDF;
}

.contact-page .contact-info h2 {
  font-size: 28px;
  letter-spacing: 1px;
  margin-bottom: 22px;
}

.contact-page .info-block {
  border-left: 3px solid #A8723A;
  padding: 4px 0 4px 20px;
  margin-bottom: 26px;
}

.contact-page .info-block h3 {
  font-family: "Trebuchet MS", "Segoe UI", Verdana, sans-serif;
  font-size: 14px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #B3A184;
  margin-bottom: 8px;
}

.contact-page .info-block p,
.contact-page .info-block a {
  color: #EADDC6;
  font-size: 17px;
}

.contact-page .info-block a:hover {
  color: #F7EFDF;
  border-bottom: 2px solid #A8723A;
}

.contact-page .hours-table {
  width: 100%;
  border-collapse: collapse;
  margin-top: 6px;
}

.contact-page .hours-table td {
  padding: 8px 0;
  border-bottom: 1px solid #463516;
  color: #EADDC6;
  font-size: 16px;
}

.contact-page .hours-table td:last-child {
  text-align: right;
  color: #B3A184;
}

.contact-page .hours-table tr:last-child td {
  border-bottom: none;
}

.contact-page .faq-section {
  background-color: #241A0D;
  padding: 96px 0;
  border-top: 1px solid #463516;
}

.contact-page .faq-list {
  max-width: 820px;
  margin: 0 auto;
}

.contact-page .faq-item {
  background-color: #2E2211;
  border: 1px solid #463516;
  margin-bottom: 16px;
}

.contact-page .faq-item .faq-q {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  width: 100%;
  background: none;
  border: none;
  cursor: pointer;
  text-align: left;
  padding: 20px 24px;
  color: #F7EFDF;
  font-family: "Trebuchet MS", "Segoe UI", Verdana, sans-serif;
  font-size: 17px;
  font-weight: 700;
}

.contact-page .faq-item .faq-q .faq-toggle {
  flex: 0 0 auto;
  width: 28px;
  height: 28px;
  border: 2px solid #A8723A;
  color: #A8723A;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Trebuchet MS", "Segoe UI", Verdana, sans-serif;
  font-size: 18px;
  font-weight: 700;
}

.contact-page .faq-item .faq-a {
  display: none;
  padding: 0 24px 22px;
  color: #EADDC6;
  font-size: 16px;
}

.contact-page .faq-item.open .faq-a {
  display: block;
}

/* ============================================================
   FADE-UP REVEAL (safe without JS)
   ============================================================ */

.fade-up {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity 0.6s ease, transform 0.6s ease;
}

.fade-up.visible {
  opacity: 1;
  transform: none;
}

/* ============================================================
   RESPONSIVE
   ============================================================ */

@media (max-width: 980px) {
  .zone-bands .band-inner {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .experience-collage .collage-grid {
    grid-template-columns: 1fr 1fr;
  }

  .collage-tile-tall {
    grid-row: auto;
  }

  .four-col-footer .footer-grid {
    grid-template-columns: 1fr 1fr;
    gap: 32px 0;
  }

  .four-col-footer .footer-col {
    border-left: none;
    padding: 0;
  }

  .services-page .process-band .process-steps {
    grid-template-columns: 1fr 1fr;
  }

  .contact-page .contact-grid {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .alp-hero .hero-title {
    font-size: 46px;
  }
}

@media (max-width: 760px) {
  .two-row-nav .nav-links {
    display: none;
    flex-direction: column;
    align-items: stretch;
    width: 100%;
    gap: 4px;
    padding: 8px 0 20px;
  }

  .two-row-nav .nav-links.open {
    display: flex;
  }

  .two-row-nav .nav-links a {
    padding: 12px 0;
    border-bottom: 1px solid #463516;
  }

  .two-row-nav .nav-main {
    flex-wrap: wrap;
  }

  .nav-toggle {
    display: flex;
  }

  .two-row-nav .nav-pill {
    text-align: center;
    margin-top: 10px;
  }

  .alp-hero .hero-inner {
    padding: 80px 24px 120px;
  }

  .alp-hero .hero-title {
    font-size: 36px;
  }

  .alp-hero .hero-sub {
    font-size: 17px;
  }

  .section-head h2,
  .cta-band h2 {
    font-size: 30px;
  }

  .stay-compare .compare-table thead {
    display: none;
  }

  .stay-compare .compare-table,
  .stay-compare .compare-table tbody,
  .stay-compare .compare-table tr,
  .stay-compare .compare-table td {
    display: block;
    width: 100%;
  }

  .stay-compare .compare-table tr {
    border-bottom: 1px solid #463516;
    padding: 14px 0;
  }

  .stay-compare .compare-table tr:last-child {
    border-bottom: none;
  }

  .stay-compare .compare-table td {
    border-bottom: none;
    padding: 8px 16px;
    text-align: center;
  }

  .stay-compare .compare-table td::before {
    content: attr(data-label);
    display: block;
    font-family: "Trebuchet MS", "Segoe UI", Verdana, sans-serif;
    font-size: 13px;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #B3A184;
    margin-bottom: 4px;
  }

  .stay-compare .compare-table .row-head {
    width: auto;
    background-color: #2E2211;
    text-align: center;
  }

  .experience-collage .collage-grid {
    grid-template-columns: 1fr;
  }

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

  .services-page .service-item {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .services-page .process-band .process-steps {
    grid-template-columns: 1fr;
  }

  .page-hero .page-hero-inner h1 {
    font-size: 34px;
  }

  .alp-hero .mountain-front {
    height: 110px;
  }

  .alp-hero .mountain-back {
    height: 150px;
  }

  .alp-hero .mountain-mid {
    height: 140px;
  }
}
