@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700;800&family=Playfair+Display:wght@500;600&display=swap');

:root {
  --green: #0d3826;
  --green-2: #09291c;
  --gold: #c48618;
  --ink: #111914;
  --muted: #5c645e;
  --line: #e7e2d9;
  --soft: #f8f6f1;
  --white: #fff;
  --shadow: 0 18px 46px rgba(23, 27, 24, .12);
}

body.alps-redesign {
  margin: 0;
  color: var(--ink);
  background: #fff;
  font-family: "DM Sans", Arial, sans-serif;
  font-size: 15px;
  line-height: 1.65;
}

.alps-redesign * { box-sizing: border-box; }
.alps-redesign a { color: inherit; text-decoration: none; }
.alps-redesign img { max-width: 100%; display: block; }
.alps-redesign h1,
.alps-redesign h2 {
  margin: 0 0 20px;
  font-family: "Playfair Display", Georgia, serif;
  font-weight: 500;
  line-height: 1.12;
  letter-spacing: 0;
}
.alps-redesign h1 { font-size: clamp(44px, 5vw, 72px); }
.alps-redesign h2 { font-size: clamp(28px, 3vw, 46px); }
.alps-redesign h3 { margin: 0 0 8px; font-size: 16px; font-weight: 800; }
.alps-redesign p { margin: 0 0 18px; }
.alps-redesign section { padding: 70px min(7vw, 88px); }
.ar-eyebrow {
  margin-bottom: 12px;
  color: var(--gold);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.ar-header {
  position: sticky;
  top: 0;
  z-index: 40;
  min-height: 88px;
  padding: 0 min(5.5vw, 64px);
  display: flex;
  align-items: center;
  gap: 30px;
  background: #fff;
  box-shadow: 0 1px 0 rgba(0, 0, 0, .06);
}
.ar-logo { width: 82px; flex: 0 0 82px; }
.ar-logo img {
  width: 82px;
  height: 82px;
  object-fit: contain;
  object-position: center;
}
.ar-nav {
  flex: 1;
  display: flex;
  justify-content: center;
  gap: clamp(18px, 3vw, 42px);
  font-size: 14px;
  font-weight: 800;
}
.ar-nav a {
  position: relative;
  padding: 33px 0;
}
.ar-nav a.is-active:after,
.ar-nav a:hover:after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 20px;
  width: 44px;
  height: 2px;
  background: var(--gold);
  transform: translateX(-50%);
}
.ar-head-actions {
  display: flex;
  align-items: center;
  gap: 22px;
  white-space: nowrap;
  font-size: 14px;
  font-weight: 800;
}
.ar-phone { color: #111; }
.ar-mega {
  position: absolute;
  top: 88px;
  left: 8vw;
  right: 8vw;
  display: none;
  grid-template-columns: repeat(5, 1fr);
  gap: 0;
  padding: 36px 46px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 4px;
  box-shadow: var(--shadow);
}
.ar-header:hover .ar-mega,
.ar-header.ar-menu-open .ar-mega { display: grid; }
.ar-mega > div {
  padding: 0 34px;
  min-height: 260px;
  border-right: 1px solid var(--line);
}
.ar-mega > div:last-child { border-right: 0; }
.ar-mega span {
  display: block;
  margin-bottom: 22px;
  color: var(--gold);
  font-size: 38px;
}
.ar-mega h3 {
  color: var(--green);
  font-size: 19px;
  letter-spacing: .12em;
  text-transform: uppercase;
}
.ar-mega a { display: block; margin: 16px 0; color: #1c201d; font-size: 17px; font-weight: 500; }
.ar-mega .ar-gold-link { color: var(--gold); text-decoration: underline; }

.ar-btn {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  gap: 12px;
  padding: 13px 24px;
  border-radius: 4px;
  border: 1px solid transparent;
  font-weight: 800;
  transition: transform .18s ease, box-shadow .18s ease, background .18s ease;
}
.ar-btn:hover { transform: translateY(-2px); box-shadow: 0 10px 22px rgba(0,0,0,.12); }
.ar-btn-green { background: var(--green); color: #fff !important; }
.ar-btn-gold { background: var(--gold); color: #fff !important; }
.ar-btn-outline,
.ar-btn-outline-gold {
  background: transparent;
  border-color: var(--gold);
  color: var(--gold) !important;
}
.ar-btn-outline { border-color: var(--green); color: var(--green) !important; }
.ar-btn span { color: inherit; }

.ar-hero {
  min-height: 535px;
  padding: 0 min(7vw, 88px);
  display: flex;
  align-items: center;
  color: #fff;
  background-image: linear-gradient(90deg, rgba(4,24,16,.82), rgba(4,24,16,.56) 35%, rgba(4,24,16,.08) 70%), var(--hero);
  background-position: center;
  background-size: cover;
}
.ar-home-hero { min-height: 570px; }
.ar-hero-copy { max-width: 580px; animation: rise .65s ease both; }
.ar-hero h1 { color: #fff; }
.ar-hero h1 span { color: var(--gold); }
.ar-hero p:not(.ar-eyebrow) { max-width: 500px; font-size: 18px; color: rgba(255,255,255,.94); }

.ar-page-hero {
  position: relative;
  min-height: 430px;
  padding: 0 0 0 min(7vw, 88px);
  display: grid;
  grid-template-columns: .86fr 1.24fr;
  align-items: center;
  overflow: hidden;
  background: linear-gradient(90deg, #fff 0%, #fff 37%, rgba(255,255,255,.68) 53%, rgba(255,255,255,0) 72%);
}
.ar-page-copy {
  position: relative;
  z-index: 2;
  max-width: 600px;
  padding-right: 32px;
}
.ar-page-hero img {
  width: 100%;
  height: 430px;
  object-fit: cover;
}
.ar-page-hero h1 { color: var(--green); }
.ar-page-hero h2 {
  margin-top: -6px;
  color: var(--gold);
  font-family: "DM Sans", Arial, sans-serif;
  font-size: 22px;
  font-weight: 500;
}
.ar-breadcrumb {
  color: #2e3730;
  font-size: 13px;
  font-weight: 700;
}
.ar-float-note {
  position: absolute;
  right: 7vw;
  bottom: 34px;
  width: 300px;
  padding: 24px 28px;
  color: #fff;
  background: var(--green);
  border-radius: 6px;
  box-shadow: var(--shadow);
  font-family: "Playfair Display", Georgia, serif;
  font-size: 22px;
}
.ar-float-note b { color: #ffd17a; font-family: "DM Sans", Arial, sans-serif; font-size: 18px; }

.alps-redesign .ar-confirmation-hero {
  min-height: 350px;
  padding: 0 min(7vw, 88px);
  display: flex;
  align-items: stretch;
  background-image:
    linear-gradient(90deg, #fff 0%, rgba(255,255,255,.99) 34%, rgba(255,255,255,.78) 53%, rgba(255,255,255,0) 70%),
    var(--hero);
  background-repeat: no-repeat;
  background-position: center, right center;
  background-size: cover, auto 100%;
}
.ar-confirmation-copy {
  width: min(650px, 100%);
  padding: 26px 0 58px;
}
.ar-confirmation-message {
  margin-top: 34px;
  text-align: center;
}
.ar-confirmation-check {
  width: 68px;
  height: 68px;
  margin: 0 auto 22px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #d7d4ce;
  border-radius: 50%;
  background: rgba(255,255,255,.86);
  color: var(--green);
  box-shadow: 0 8px 24px rgba(18,26,20,.08);
}
.ar-confirmation-check svg {
  width: 38px;
  height: 38px;
}
.ar-confirmation-message h1 {
  margin-bottom: 10px;
  color: var(--green);
  font-size: clamp(30px, 2.7vw, 38px);
}
.ar-confirmation-message p {
  margin-bottom: 26px;
  color: #1e2621;
  font-size: 18px;
}
.ar-confirmation-actions {
  display: flex;
  justify-content: center;
  gap: 12px;
}
.ar-confirmation-actions .ar-btn {
  min-width: 198px;
}

.ar-search {
  position: relative;
  z-index: 5;
  width: min(1180px, calc(100% - 78px));
  margin: -44px auto 38px;
  padding: 22px;
  display: grid;
  grid-template-columns: repeat(4, 1fr) 150px;
  gap: 18px;
  background: #fff;
  border-radius: 4px;
  box-shadow: var(--shadow);
}
.ar-search label,
.ar-select {
  min-height: 54px;
  padding: 0 15px;
  display: flex;
  align-items: center;
  gap: 12px;
  border: 1px solid var(--line);
  border-radius: 4px;
}
.ar-search label span,
.ar-select span { font-size: 22px; color: var(--green); }
.ar-select strong {
  flex: 1;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-weight: 800;
}
.ar-select b { font-weight: 800; }
.ar-search select {
  width: 100%;
  border: 0;
  background: transparent;
  outline: 0;
  font-weight: 700;
}
.ar-search button {
  border: 0;
  border-radius: 4px;
  color: #fff;
  background: var(--green);
  font-weight: 800;
}

.ar-section-title {
  max-width: 820px;
  margin: 0 auto 38px;
  text-align: center;
}
.ar-section-title:after {
  content: "";
  display: block;
  width: 44px;
  height: 2px;
  margin: 16px auto 0;
  background: var(--gold);
}
.ar-section-title p:not(.ar-eyebrow) { color: var(--muted); }
.ar-center { text-align: center; }
.ar-intro { padding-top: 34px; }
.ar-feature-title {
  padding-bottom: 0 !important;
}
.ar-feature-title + .ar-after-title {
  padding-top: 22px !important;
}

.ar-features {
  padding-top: 52px;
  padding-bottom: 52px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
  border-top: 1px solid #f0eee9;
  border-bottom: 1px solid #f0eee9;
}
.ar-features > div {
  min-height: 134px;
  padding: 8px 34px;
  text-align: center;
  border-right: 1px solid var(--line);
}
.ar-features > div:last-child { border-right: 0; }
.ar-features span {
  display: block;
  margin-bottom: 16px;
  color: var(--gold);
  font-size: 38px;
  line-height: 1;
}
.ar-features p { color: var(--muted); font-size: 14px; }
.ar-compact {
  padding-left: 0 !important;
  padding-right: 0 !important;
  border: 0;
}

.ar-steps {
  position: relative;
  max-width: 1180px;
  margin: 18px auto 0;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 20px;
  text-align: center;
}
.ar-steps.six { grid-template-columns: repeat(6, 1fr); }
.ar-steps:before {
  content: "";
  position: absolute;
  top: 17px;
  left: 8%;
  right: 8%;
  height: 1px;
  background: var(--gold);
}
.ar-steps div { position: relative; }
.ar-steps b {
  position: relative;
  z-index: 1;
  width: 38px;
  height: 38px;
  margin: 0 auto 46px;
  display: grid;
  place-items: center;
  border: 1px solid var(--gold);
  border-radius: 50%;
  color: var(--green);
  background: #fff;
}
.ar-steps span { display: block; color: var(--ink); font-weight: 800; }
.ar-steps p { margin-top: 8px; color: var(--muted); font-size: 13px; }

.ar-split {
  display: grid;
  grid-template-columns: .9fr 1.15fr;
  align-items: center;
  gap: min(7vw, 80px);
}
.ar-split img {
  width: 100%;
  height: 420px;
  object-fit: cover;
  border-radius: 4px;
  box-shadow: 0 12px 30px rgba(0,0,0,.08);
}
.ar-split ul,
.ar-location ul { list-style: none; margin: 24px 0; padding: 0; }
.ar-split li,
.ar-location li { margin: 10px 0; color: var(--muted); }
.ar-split li:before,
.ar-location li:before { content: "✓"; margin-right: 11px; color: var(--green); font-weight: 900; }
.ar-panel,
.ar-band {
  margin: 0 min(7vw, 88px);
  padding: 38px;
  background: var(--soft);
  border-radius: 4px;
}
.ar-two-list { columns: 2; }
.ar-mini-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}
.ar-mini-grid img { height: 145px; }

.ar-quote,
.ar-thanks,
.ar-newsletter {
  margin: 0 min(7vw, 88px) 62px;
  padding: 38px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
  background: var(--soft);
  border-radius: 4px;
}
.ar-quote > span,
.ar-thanks > span,
.ar-newsletter > span {
  width: 82px;
  height: 82px;
  flex: 0 0 82px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: #fff;
  background: var(--green);
  font-size: 48px;
}
.ar-quote h2,
.ar-thanks h2,
.ar-newsletter h2 { margin-bottom: 8px; font-size: 30px; }

.ar-properties {
  max-width: 1180px;
  margin: 0 auto 32px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 34px;
}
.ar-properties article {
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 4px;
  background: #fff;
  transition: transform .18s ease, box-shadow .18s ease;
}
.ar-properties article:hover { transform: translateY(-4px); box-shadow: var(--shadow); }
.ar-card-img {
  position: relative;
  height: 180px;
  background-size: cover;
  background-position: center;
}
.ar-card-img em {
  position: absolute;
  top: 12px;
  left: 12px;
  padding: 4px 8px;
  background: #fff;
  border-radius: 3px;
  color: var(--gold);
  font-size: 11px;
  font-style: normal;
  font-weight: 800;
}
.ar-card-img span {
  position: absolute;
  top: 10px;
  right: 12px;
  color: #fff;
  font-size: 24px;
}
.ar-properties h3,
.ar-properties p,
.ar-properties strong,
.ar-properties a {
  display: block;
  margin-left: 18px;
  margin-right: 18px;
}
.ar-properties h3 { margin-top: 18px; }
.ar-properties p { color: var(--muted); font-size: 13px; }
.ar-properties strong { margin-bottom: 18px; }
.ar-properties a {
  padding: 14px 0 18px;
  border-top: 1px solid var(--line);
  color: var(--green);
  font-weight: 800;
}

.ar-regions {
  max-width: 1180px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 22px;
}
.ar-regions article {
  min-height: 112px;
  padding: 30px 18px;
  display: grid;
  align-content: end;
  border-radius: 4px;
  color: #fff;
  text-align: center;
  font-weight: 800;
  background: linear-gradient(rgba(13,56,38,.2), rgba(13,56,38,.35)), url('/wp-content/uploads/alps-redesign/crop-results-hero.png') center/cover;
}
.ar-regions small { display: block; margin-top: 2px; font-weight: 500; }
.ar-newsletter {
  margin-bottom: 0;
  color: #fff;
  background: linear-gradient(rgba(9,41,28,.92), rgba(9,41,28,.92)), url('/wp-content/uploads/alps-redesign/crop-results-hero.png') center/cover;
}
.ar-newsletter input {
  flex: 1;
  min-height: 50px;
  border: 1px solid rgba(255,255,255,.28);
  background: rgba(255,255,255,.08);
  color: #fff;
  padding: 0 18px;
}
.ar-newsletter button {
  min-height: 50px;
  border: 0;
  border-radius: 4px;
  padding: 0 34px;
  background: var(--gold);
  color: #fff;
  font-weight: 800;
}

.ar-tips { background: var(--soft); }
.ar-tips > div:not(.ar-section-title),
.ar-service-cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}
.ar-tips article,
.ar-service-cards article {
  padding: 26px;
  border: 1px solid var(--line);
  border-radius: 4px;
  background: #fff;
}
.ar-tips span,
.ar-service-cards span {
  display: block;
  color: var(--gold);
  font-size: 34px;
  margin-bottom: 16px;
}
.ar-service-cards { grid-template-columns: repeat(6, 1fr); }
.ar-service-cards article { padding: 22px 18px; }
.ar-service-cards p,
.ar-tips p { color: var(--muted); font-size: 13px; }
.ar-service-cards a,
.ar-tips a { color: var(--green); font-weight: 800; }
.ar-service-detail { background: var(--soft); }
.ar-service-detail > div {
  max-width: 1160px;
  margin: 0 auto 32px;
  display: grid;
  grid-template-columns: 90px 1fr 1.35fr;
  gap: 32px;
  align-items: center;
}
.ar-service-detail > div > span {
  width: 76px;
  height: 76px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: var(--gold);
  background: #fff;
  font-size: 34px;
  box-shadow: 0 8px 20px rgba(0,0,0,.06);
}
.ar-service-detail img { width: 100%; height: 210px; object-fit: cover; border-radius: 4px; }

.ar-consult-grid,
.ar-contact-grid,
.ar-request-layout,
.ar-results-layout {
  display: grid;
  gap: 30px;
}
.ar-consult-grid { grid-template-columns: 1.35fr .9fr; }
.ar-contact-grid { grid-template-columns: 1fr 1fr; }
.ar-request-layout { grid-template-columns: 1fr 350px; }
.ar-results-layout { grid-template-columns: 310px 1fr 330px; align-items: start; padding-top: 0; }

.ar-form,
.ar-service-list,
.ar-request-form,
.ar-benefits,
.ar-filter,
.ar-empty-main,
.ar-alert,
.ar-location {
  padding: 34px;
  border-radius: 4px;
  background: var(--soft);
  box-shadow: 0 8px 24px rgba(0,0,0,.04);
}
.ar-form input,
.ar-form select,
.ar-form textarea,
.ar-request-form input,
.ar-request-form select,
.ar-request-form textarea,
.ar-filter input,
.ar-filter select {
  width: 100%;
  min-height: 50px;
  margin-bottom: 14px;
  padding: 0 14px;
  border: 1px solid var(--line);
  border-radius: 4px;
  background: #fff;
  color: var(--ink);
}
.ar-form textarea,
.ar-request-form textarea { height: 128px; padding-top: 12px; resize: vertical; }
.ar-two {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 14px;
}
.ar-check {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 18px;
  color: var(--muted);
}
.ar-check input { width: auto; min-height: auto; margin: 0; }
.ar-service-list > div,
.ar-benefits > div:not(.ar-contact-card) {
  display: grid;
  grid-template-columns: 64px 1fr;
  gap: 20px;
  margin: 26px 0;
}
.ar-service-list span,
.ar-benefits span {
  width: 58px;
  height: 58px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: var(--gold);
  background: #fff;
  box-shadow: 0 6px 20px rgba(0,0,0,.07);
  font-size: 26px;
}
.ar-security {
  margin: 0 min(7vw, 88px);
  padding: 28px;
  background: var(--soft);
  border: 0;
}
.ar-segment {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin-bottom: 22px;
}
.ar-segment button {
  min-height: 58px;
  border: 1px solid var(--line);
  background: #fff;
  font-weight: 800;
}
.ar-benefits .ar-contact-card {
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: 4px;
  background: #fff;
}
.ar-process-card {
  margin: 0 min(7vw, 88px) 38px;
  padding: 38px;
  border-radius: 4px;
  background: var(--soft);
}

.ar-list-hero {
  min-height: 260px;
  color: #fff;
  background-image: linear-gradient(90deg, rgba(9,41,28,.88), rgba(9,41,28,.52)), var(--hero);
  background-size: cover;
  background-position: center;
}
.ar-list-hero h1 { margin-top: 10px; }
.ar-faq-hero { min-height: 285px; }
.ar-faq-modern-hero {
  min-height: 255px;
  padding: 26px min(4.8vw, 70px) 30px;
  display: flex;
  align-items: center;
  background:
    linear-gradient(90deg, #fff 0%, #fff 42%, rgba(255,255,255,.88) 52%, rgba(255,255,255,.08) 72%),
    var(--hero) center right / auto 100% no-repeat,
    #fff;
}
.ar-faq-modern-copy {
  max-width: 610px;
}
.ar-faq-modern-copy .ar-breadcrumb {
  margin-bottom: 48px;
  color: #202720;
  font-size: 14px;
}
.ar-faq-modern-copy .ar-breadcrumb span {
  padding: 0 11px;
  color: #6c736c;
}
.ar-faq-modern-copy h1 {
  margin: 0 0 18px;
  color: var(--green);
  font-size: clamp(38px, 4vw, 58px);
  line-height: 1;
}
.ar-faq-modern-copy h1:after {
  content: "";
  display: block;
  width: 48px;
  height: 2px;
  margin-top: 14px;
  background: var(--gold);
}
.ar-faq-modern-copy > p:not(.ar-breadcrumb) {
  max-width: 560px;
  color: #151915;
  font-size: 18px;
  line-height: 1.55;
}
.ar-faq-modern-section {
  padding: 22px min(4.8vw, 70px) 16px;
}
.alps-redesign .ar-faq-modern-hero {
  padding: 26px min(4.8vw, 70px) 30px;
}
.alps-redesign .ar-faq-modern-section {
  padding: 22px min(4.8vw, 70px) 16px;
}
.ar-filter > div,
.ar-sort {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}
.ar-filter h2 { font-size: 24px; }
.ar-filter h3 { margin-top: 18px; }
.ar-filter label {
  display: block;
  margin-bottom: 12px;
  color: var(--ink);
}
.ar-filter label input[type="checkbox"] {
  width: auto;
  min-height: auto;
  margin-right: 8px;
}
.ar-sort {
  margin-bottom: 22px;
}
.ar-sort select {
  min-height: 44px;
  min-width: 160px;
  padding: 0 14px;
  border: 1px solid var(--line);
  border-radius: 4px;
  background: #fff;
}
.ar-sort button {
  width: 46px;
  height: 46px;
  border: 1px solid var(--line);
  border-radius: 4px;
  background: #fff;
  color: var(--green);
  font-size: 22px;
}
.ar-empty-main {
  min-height: 400px;
  display: grid;
  place-items: center;
  text-align: center;
}
.ar-empty-illo {
  width: 170px;
  height: 120px;
  display: grid;
  place-items: center;
  color: var(--gold);
  font-size: 70px;
  opacity: .78;
}
.ar-alert {
  margin-top: 24px;
  display: flex;
  align-items: center;
  gap: 22px;
}
.ar-alert > span {
  width: 66px;
  height: 66px;
  flex: 0 0 66px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: #fff;
  color: var(--green);
  font-size: 30px;
}
.ar-mapbox,
.ar-map-lite {
  min-height: 400px;
  position: relative;
  display: grid;
  place-items: center;
  border-radius: 4px;
  background:
    linear-gradient(30deg, rgba(80,160,110,.18), transparent 45%),
    linear-gradient(150deg, rgba(80,140,190,.2), transparent 35%),
    #edf0e8;
  color: var(--green);
  font-size: 28px;
}
.ar-mapbox span {
  position: absolute;
  right: 16px;
  width: 36px;
  height: 36px;
  display: grid;
  place-items: center;
  background: #fff;
  border-radius: 3px;
}
.ar-mapbox span:first-child { top: 18px; }
.ar-mapbox span:nth-child(2) { top: 58px; }
.ar-mapbox b { color: #46685a; }

.ar-faq-grid {
  max-width: 1180px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px 28px;
}
.ar-faq-grid details {
  border: 1px solid var(--line);
  border-radius: 4px;
  background: #fff;
}
.ar-faq-grid summary {
  min-height: 64px;
  padding: 0 24px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 20px;
  gap: 18px;
  align-items: center;
  cursor: pointer;
  font-weight: 800;
  list-style: none;
}
.ar-faq-grid.ar-faq-numbered summary {
  grid-template-columns: 52px minmax(0, 1fr) 20px;
}
.ar-faq-grid summary strong {
  min-width: 0;
  font: inherit;
  line-height: 1.35;
}
.ar-faq-grid summary b {
  justify-self: end;
}
.ar-faq-grid summary::-webkit-details-marker { display: none; }
.ar-faq-grid summary .ar-faq-number { color: var(--gold); }
.ar-faq-grid p { padding: 0 24px 20px 96px; color: var(--muted); }
.ar-faq-grid.ar-faq-plain p { padding-left: 24px; }
.ar-faq-page-list {
  max-width: none;
  grid-auto-flow: column;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  grid-template-rows: repeat(3, auto);
  gap: 14px 18px;
}
.ar-faq-page-list details {
  border-color: #e8e5df;
  border-radius: 5px;
  box-shadow: 0 2px 9px rgba(12, 22, 16, .035);
}
.ar-faq-page-list summary {
  min-height: 64px;
  padding: 0 28px;
  grid-template-columns: 58px minmax(0, 1fr) 22px;
}
.ar-faq-page-list .ar-faq-number {
  height: 30px;
  display: flex;
  align-items: center;
  border-right: 1px solid #e1ded8;
  color: var(--gold);
  font-size: 17px;
  font-weight: 800;
}
.ar-faq-page-list summary strong {
  padding-left: 3px;
  font-size: 16px;
}
.ar-faq-page-list summary b {
  color: #101711;
  font-size: 24px;
  line-height: 1;
}
.ar-faq-page-list p {
  padding: 0 28px 20px 90px;
}
.ar-faq-contact {
  margin-top: 18px;
  min-height: 100px;
  padding: 20px 28px;
  display: grid;
  grid-template-columns: 82px minmax(0, 1fr) auto;
  align-items: center;
  gap: 24px;
  border-radius: 5px;
  background: #f8f7f4;
}
.ar-faq-contact-icon {
  width: 62px;
  height: 62px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: var(--gold);
  background: #fff;
}
.ar-faq-contact-icon svg {
  width: 42px;
  height: 42px;
}
.ar-faq-contact h2 {
  margin: 0 0 6px;
  color: #161b17;
  font-size: 28px;
  line-height: 1.12;
}
.ar-faq-contact p {
  margin: 0;
  color: #161b17;
  font-size: 16px;
}
.ar-faq-contact .ar-btn {
  min-width: 215px;
  justify-content: center;
}
.ar-legal-hero {
  min-height: 515px;
  display: flex;
  align-items: flex-start;
  background:
    linear-gradient(90deg, #fff 0%, rgba(255,255,255,.98) 35%, rgba(255,255,255,.72) 48%, rgba(255,255,255,.16) 64%, rgba(255,255,255,0) 78%),
    var(--hero) center right / auto 100% no-repeat,
    #fff;
}
.alps-redesign .ar-legal-hero {
  padding: 28px min(4.8vw, 70px) 54px;
}
.ar-legal-copy {
  width: min(590px, 45vw);
}
.ar-legal-copy .ar-breadcrumb {
  margin-bottom: 56px;
  color: #202720;
  font-size: 15px;
  font-weight: 700;
}
.ar-legal-copy .ar-breadcrumb span {
  padding: 0 12px;
  color: #6f766f;
}
.ar-legal-copy h1 {
  margin: 0 0 18px;
  color: var(--green);
  font-size: clamp(42px, 4.2vw, 62px);
  line-height: 1;
}
.ar-legal-copy h1:after {
  content: "";
  display: block;
  width: 50px;
  height: 2px;
  margin-top: 14px;
  background: var(--gold);
}
.ar-legal-copy > p:not(.ar-breadcrumb) {
  max-width: 560px;
  margin-bottom: 30px;
  color: #343a35;
  font-size: 19px;
  font-weight: 700;
  line-height: 1.48;
}
.ar-legal-list {
  width: min(570px, 100%);
  display: grid;
  gap: 14px;
}
.ar-legal-item {
  min-height: 60px;
  padding: 0 22px;
  display: flex;
  align-items: center;
  border: 1px solid #e3e0db;
  border-radius: 5px;
  background: rgba(255,255,255,.92);
  color: #151915;
  font-size: 18px;
  font-weight: 800;
  box-shadow: 0 2px 9px rgba(12,22,16,.035);
}
.ar-thanks {
  margin-top: 36px;
  margin-bottom: 0;
}
.ar-thanks > span {
  color: var(--gold);
  background: #fff;
  box-shadow: 0 8px 24px rgba(0,0,0,.07);
}

.ar-location .ar-map-lite {
  min-height: 260px;
  margin-bottom: 28px;
  font-size: 54px;
}

.ar-stats {
  margin: 0 min(7vw, 88px) 40px;
  padding: 34px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
  background: var(--soft);
  border-radius: 4px;
}
.ar-stats div {
  padding: 0 32px;
  text-align: center;
  border-right: 1px solid var(--line);
}
.ar-stats div:last-child { border-right: 0; }
.ar-stats b {
  display: block;
  color: var(--green);
  font-family: "Playfair Display", Georgia, serif;
  font-size: 42px;
  font-weight: 500;
}
.ar-stats span { color: var(--muted); }

.ar-final {
  padding: 56px min(7vw, 88px);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 38px;
  color: #fff;
  background: linear-gradient(90deg, rgba(5, 47, 31, .98), rgba(7, 58, 39, .95));
}
.ar-final h2 {
  margin-bottom: 10px;
  color: #fff;
  font-size: 32px;
  line-height: 1.18;
}
.ar-final p {
  max-width: 760px;
  color: rgba(255,255,255,.95);
  font-weight: 700;
}
.ar-footer {
  padding: 54px min(7vw, 88px) 22px;
  color: #151915;
  background: #fff;
}
.ar-footer-grid {
  display: grid;
  grid-template-columns: 1.75fr 1fr 1.35fr 1.2fr 1fr;
  gap: clamp(34px, 6vw, 86px);
  padding-bottom: 34px;
  border-bottom: 1px solid #dedbd4;
}
.ar-footer-logo {
  width: 132px;
  height: auto;
  object-fit: contain;
  object-position: left top;
  margin-bottom: 26px;
}
.ar-footer h4 {
  margin: 0 0 28px;
  text-transform: uppercase;
  letter-spacing: .06em;
  font-size: 16px;
  font-weight: 800;
  color: #111914;
}
.ar-footer a,
.ar-footer p {
  color: #3f4641;
  font-size: 16px;
  line-height: 1.75;
}
.ar-footer a {
  display: block;
  margin: 11px 0;
  color: #333a35;
  font-size: 16px;
  line-height: 1.55;
}
.ar-footer-brand p {
  max-width: 300px;
  margin-bottom: 28px;
}
.ar-footer-contact a {
  position: relative;
  padding-left: 42px;
}
.ar-footer-contact span {
  position: absolute;
  left: 0;
  top: 2px;
  width: 23px;
  height: 23px;
  color: #4e514f;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.ar-footer-contact svg {
  width: 23px;
  height: 23px;
}
.ar-social {
  display: flex;
  gap: 24px;
}
.ar-social span {
  width: 28px;
  height: 28px;
  display: grid;
  place-items: center;
  border: 0;
  color: #030504;
  background: transparent;
}
.ar-social svg {
  width: 28px;
  height: 28px;
  fill: currentColor;
}
.ar-copy {
  padding-top: 18px;
  color: #5b625d;
  text-align: center;
  font-size: 15px;
  font-weight: 600;
}

@keyframes rise {
  from { opacity: 0; transform: translateY(18px); }
  to { opacity: 1; transform: translateY(0); }
}

@media (min-width: 761px) and (max-width: 950px) {
  .ar-header { padding-left: 18px; padding-right: 18px; gap: 14px; }
  .ar-logo { width: 76px; flex-basis: 76px; }
  .ar-logo img { width: 76px; height: 76px; }
  .ar-nav { gap: 15px; font-size: 12px; }
  .ar-head-actions { gap: 10px; font-size: 12px; }
  .ar-head-actions .ar-btn { min-height: 40px; padding: 8px 13px; }
  .ar-search label,
  .ar-select { padding: 0 10px; gap: 8px; }
  .ar-search select { font-size: 13px; }
  .ar-search { grid-template-columns: repeat(4, minmax(110px, 1fr)) 124px; gap: 12px; padding: 18px; }
}

@media (max-width: 760px) {
  .ar-header { flex-wrap: wrap; padding-top: 12px; padding-bottom: 12px; }
  .ar-nav { order: 3; width: 100%; justify-content: flex-start; overflow-x: auto; }
  .ar-mega { top: 130px; left: 24px; right: 24px; grid-template-columns: repeat(2, 1fr); }
  .ar-search { grid-template-columns: repeat(2, 1fr); }
  .ar-search button { min-height: 54px; }
  .ar-faq-modern-hero {
    min-height: 300px;
    background:
      linear-gradient(90deg, #fff 0%, rgba(255,255,255,.95) 58%, rgba(255,255,255,.35) 100%),
      var(--hero) center right / cover no-repeat,
      #fff;
  }
  .ar-faq-page-list {
    grid-auto-flow: row;
    grid-template-columns: 1fr;
    grid-template-rows: auto;
  }
  .ar-faq-contact {
    grid-template-columns: 64px minmax(0, 1fr);
  }
  .ar-faq-contact .ar-btn {
    grid-column: 1 / -1;
    width: 100%;
  }
  .ar-legal-hero {
    background:
      linear-gradient(90deg, #fff 0%, rgba(255,255,255,.95) 58%, rgba(255,255,255,.35) 100%),
      var(--hero) center right / cover no-repeat,
      #fff;
  }
  .ar-legal-copy {
    width: min(590px, 70vw);
  }
  .ar-properties,
  .ar-features,
  .ar-regions,
  .ar-stats { grid-template-columns: repeat(2, 1fr); }
  .ar-service-cards { grid-template-columns: repeat(3, 1fr); }
  .ar-results-layout { grid-template-columns: 280px 1fr; }
  .ar-mapbox { grid-column: 2; min-height: 260px; }
  .ar-footer-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 760px) {
  .alps-redesign section { padding: 50px 22px; }
  .ar-header { position: relative; padding: 10px 22px; gap: 14px; }
  .ar-logo { width: 72px; flex-basis: 72px; }
  .ar-logo img { width: 72px; height: 72px; }
  .ar-head-actions { width: 100%; justify-content: space-between; gap: 10px; font-size: 12px; }
  .ar-head-actions .ar-btn { min-height: 38px; padding: 8px 12px; }
  .ar-nav { gap: 20px; font-size: 13px; }
  .ar-mega { position: static; width: 100%; grid-template-columns: 1fr; padding: 22px; }
  .ar-mega > div { min-height: auto; border-right: 0; border-bottom: 1px solid var(--line); padding: 18px 0; }
  .ar-hero { min-height: 540px; padding: 64px 24px; }
  .alps-redesign .ar-faq-modern-hero {
    padding: 26px 22px 34px;
  }
  .ar-faq-modern-copy .ar-breadcrumb {
    margin-bottom: 32px;
  }
  .ar-faq-modern-copy > p:not(.ar-breadcrumb) {
    font-size: 16px;
  }
  .alps-redesign .ar-faq-modern-section {
    padding: 20px 22px 16px;
  }
  .alps-redesign .ar-legal-hero {
    min-height: 620px;
    padding: 26px 22px 40px;
  }
  .ar-legal-copy {
    width: 100%;
  }
  .ar-legal-copy .ar-breadcrumb {
    margin-bottom: 34px;
  }
  .ar-legal-copy > p:not(.ar-breadcrumb) {
    font-size: 16px;
  }
  .ar-legal-item {
    min-height: 56px;
    font-size: 16px;
  }
  .alps-redesign .ar-confirmation-hero {
    min-height: 560px;
    padding: 24px 22px 38px;
    background-image:
      linear-gradient(180deg, #fff 0%, rgba(255,255,255,.96) 54%, rgba(255,255,255,.3) 100%),
      var(--hero);
    background-position: center, right bottom;
    background-size: cover, auto 54%;
  }
  .ar-confirmation-copy {
    padding: 0;
  }
  .ar-confirmation-message {
    margin-top: 42px;
    text-align: left;
  }
  .ar-confirmation-check {
    margin-left: 0;
  }
  .ar-confirmation-actions {
    align-items: stretch;
    flex-direction: column;
  }
  .ar-confirmation-actions .ar-btn {
    width: 100%;
  }
  .ar-page-hero,
  .ar-split,
  .ar-consult-grid,
  .ar-contact-grid,
  .ar-request-layout,
  .ar-results-layout,
  .ar-faq-grid,
  .ar-service-detail > div { grid-template-columns: 1fr; }
  .ar-page-hero { padding-left: 22px; padding-top: 38px; }
  .ar-page-hero img { height: 300px; }
  .ar-float-note { position: static; width: auto; margin: 0 22px 26px; }
  .ar-search { width: calc(100% - 28px); grid-template-columns: 1fr; }
  .ar-features,
  .ar-properties,
  .ar-regions,
  .ar-stats,
  .ar-service-cards,
  .ar-tips > div:not(.ar-section-title),
  .ar-two { grid-template-columns: 1fr; }
  .ar-features > div,
  .ar-stats div { border-right: 0; border-bottom: 1px solid var(--line); }
  .ar-steps,
  .ar-steps.six { grid-template-columns: 1fr; text-align: left; }
  .ar-steps:before { display: none; }
  .ar-steps b { margin: 0 0 12px; }
  .ar-split img { height: 300px; }
  .ar-panel,
  .ar-band,
  .ar-quote,
  .ar-thanks,
  .ar-newsletter,
  .ar-process-card,
  .ar-security,
  .ar-stats { margin-left: 18px; margin-right: 18px; }
  .ar-quote,
  .ar-thanks,
  .ar-newsletter,
  .ar-final { display: block; text-align: center; }
  .ar-quote > span,
  .ar-thanks > span,
  .ar-newsletter > span { margin: 0 auto 20px; }
  .ar-mini-grid { grid-template-columns: 1fr; }
  .ar-mapbox { grid-column: auto; }
  .ar-faq-grid summary { grid-template-columns: minmax(0, 1fr) 20px; }
  .ar-faq-grid.ar-faq-numbered summary { grid-template-columns: 44px minmax(0, 1fr) 20px; }
  .ar-faq-grid.ar-faq-page-list summary {
    min-height: 62px;
    padding: 0 18px;
    grid-template-columns: 46px minmax(0, 1fr) 20px;
  }
  .ar-faq-page-list .ar-faq-number {
    font-size: 15px;
  }
  .ar-faq-page-list summary strong {
    font-size: 14px;
  }
  .ar-faq-page-list p {
    padding-left: 18px;
  }
  .ar-faq-contact {
    padding: 20px;
    gap: 16px;
  }
  .ar-faq-contact h2 {
    font-size: 23px;
  }
  .ar-faq-grid p { padding-left: 24px; }
  .ar-faq-grid.ar-faq-page-list p { padding-left: 18px; }
  .ar-footer-grid { grid-template-columns: 1fr; }
  .ar-copy { display: block; }
}

.ar-menu-toggle {
  display: none;
  width: 46px;
  height: 46px;
  margin-left: auto;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 6px;
  border: 1px solid var(--line);
  border-radius: 4px;
  background: #fff;
  color: var(--green);
  cursor: pointer;
}
.ar-menu-toggle span {
  width: 22px;
  height: 2px;
  display: block;
  background: currentColor;
  transition: transform .18s ease, opacity .18s ease;
}
.ar-header.is-mobile-open .ar-menu-toggle span:nth-child(1) { transform: translateY(8px) rotate(45deg); }
.ar-header.is-mobile-open .ar-menu-toggle span:nth-child(2) { opacity: 0; }
.ar-header.is-mobile-open .ar-menu-toggle span:nth-child(3) { transform: translateY(-8px) rotate(-45deg); }
.ar-nav-link {
  position: relative;
  min-height: 88px;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  border: 0;
  background: transparent;
  color: inherit;
  font: inherit;
  font-weight: 800;
  cursor: pointer;
}
.ar-nav-link > span {
  font-size: 11px;
  transition: transform .18s ease;
}
.ar-nav-item {
  position: relative;
  display: flex;
  align-items: center;
}
.ar-nav a.ar-nav-link {
  padding: 0;
}
.ar-nav-link.is-active:after,
.ar-nav-item.is-active > .ar-nav-link:after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 20px;
  width: 44px;
  height: 2px;
  background: var(--gold);
  transform: translateX(-50%);
}
.ar-nav-item.is-open > .ar-nav-link > span,
.ar-nav-item:hover > .ar-nav-link > span {
  transform: rotate(180deg);
}
.ar-dropdown {
  position: absolute;
  top: calc(100% - 1px);
  left: 50%;
  z-index: 50;
  width: min(285px, calc(100vw - 32px));
  display: none;
  padding: 14px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 4px;
  box-shadow: var(--shadow);
  transform: translateX(-50%);
}
.ar-dropdown-right {
  left: auto;
  right: 0;
  transform: none;
}
.ar-nav-item:hover .ar-dropdown,
.ar-nav-item.is-open .ar-dropdown {
  display: grid;
}
.ar-dropdown a {
  min-height: 42px;
  display: flex;
  align-items: center;
  padding: 9px 12px;
  border-radius: 4px;
  color: #1c201d;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.3;
}
.ar-dropdown a:hover {
  background: var(--soft);
  color: var(--green);
}
.ar-dropdown .ar-gold-link {
  color: #1c201d;
}
.ar-footer-logo {
  width: 132px;
  height: 132px;
}

@media (max-width: 1120px) {
  .ar-header {
    min-height: 82px;
    padding: 10px 22px;
    gap: 14px;
  }
  .ar-logo,
  .ar-logo img {
    width: 72px;
    height: 72px;
    flex-basis: 72px;
  }
  .ar-menu-toggle {
    display: inline-flex;
  }
  .ar-head-actions {
    margin-left: auto;
  }
  .ar-phone {
    display: none;
  }
  .ar-nav {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    z-index: 45;
    width: 100%;
    max-height: calc(100vh - 82px);
    display: none;
    overflow-y: auto;
    padding: 10px 22px 22px;
    flex-direction: column;
    align-items: stretch;
    justify-content: flex-start;
    gap: 0;
    background: #fff;
    border-top: 1px solid var(--line);
    box-shadow: 0 18px 34px rgba(23, 27, 24, .14);
    font-size: 15px;
  }
  .ar-header.is-mobile-open .ar-nav {
    display: flex;
  }
  .ar-nav-item {
    display: block;
    border-bottom: 1px solid var(--line);
  }
  .ar-nav > .ar-nav-link,
  .ar-nav-item > .ar-nav-link {
    width: 100%;
    min-height: 52px;
    justify-content: space-between;
  }
  .ar-nav-link.is-active:after,
  .ar-nav-item.is-active > .ar-nav-link:after {
    left: 0;
    bottom: 0;
    width: 42px;
    transform: none;
  }
  .ar-dropdown,
  .ar-dropdown-right {
    position: static;
    width: 100%;
    padding: 0 0 12px 12px;
    border: 0;
    box-shadow: none;
    transform: none;
  }
  .ar-nav-item:hover .ar-dropdown {
    display: none;
  }
  .ar-nav-item.is-open .ar-dropdown {
    display: grid;
  }
}

@media (max-width: 760px) {
  .ar-header {
    position: sticky;
    min-height: 76px;
    padding: 8px 14px;
    flex-wrap: nowrap;
  }
  .ar-logo,
  .ar-logo img {
    width: 60px;
    height: 60px;
    flex-basis: 60px;
  }
  .ar-menu-toggle {
    order: 3;
  }
  .ar-head-actions {
    width: auto;
    order: 2;
    margin-left: auto;
    justify-content: flex-end;
  }
  .ar-head-actions .ar-btn {
    min-height: 38px;
    padding: 8px 10px;
    font-size: 11px;
  }
  .ar-nav {
    max-height: calc(100vh - 76px);
    padding: 8px 18px 20px;
    overflow-x: visible;
  }
}
