:root {
  --loc-red: #922c43;
  --loc-red-dark: #6f1f31;
  --loc-ink: #171719;
  --loc-muted: #6e6e73;
  --loc-cream: #f4eee6;
  --loc-line: rgba(23, 23, 25, .1);
  --loc-navy: #173451;
  --loc-gold: #c8a45a;
}

.rouge-location-page {
  background: #fff;
  color: var(--loc-ink);
}

.rouge-location-page .location-main {
  overflow: hidden;
}

.rouge-location-page .location-shell,
.rouge-location-page .location-shell-wide {
  width: min(calc(100% - 48px), 1180px);
  margin: 0 auto;
}

.rouge-location-page .location-shell-wide {
  width: min(calc(100% - 32px), 1380px);
}

.rouge-location-page .location-eyebrow {
  margin: 0 0 16px;
  color: var(--loc-red);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .09em;
  text-transform: uppercase;
}

.rouge-location-page .location-hero {
  padding: 92px 0 78px;
  background: #050506;
  color: #fff;
}

.rouge-location-page .location-hero .location-eyebrow {
  color: #d8a8b3;
}

.rouge-location-page .location-hero h1 {
  max-width: 880px;
  margin: 0;
  color: #fff;
  font-size: clamp(50px, 5.4vw, 80px);
  font-weight: 650;
  letter-spacing: -.058em;
  line-height: .98;
  text-wrap: balance;
}

.rouge-location-page .location-hero-lead {
  max-width: 760px;
  margin: 24px 0 0;
  color: #a8a8ae;
  font-size: 19px;
  line-height: 1.6;
}

.rouge-location-page .location-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 30px;
}

.rouge-location-page .location-button {
  min-height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 22px;
  border: 1px solid transparent;
  border-radius: 999px;
  font-size: 15px;
  font-weight: 650;
  transition: transform .2s ease, background .2s ease;
}

.rouge-location-page .location-button:hover {
  transform: translateY(-2px);
}

.rouge-location-page .location-button-primary {
  background: var(--loc-red);
  color: #fff;
}

.rouge-location-page .location-button-primary:hover {
  background: var(--loc-red-dark);
  color: #fff;
}

.rouge-location-page .location-button-secondary {
  border-color: rgba(255, 255, 255, .2);
  color: #fff;
}

.rouge-location-page .location-button-secondary:hover {
  background: rgba(255, 255, 255, .08);
  color: #fff;
}

.rouge-location-page .location-trust {
  margin-top: 52px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, .11);
  border-radius: 22px;
}

.rouge-location-page .location-trust div {
  min-height: 94px;
  padding: 22px 24px;
  border-right: 1px solid rgba(255, 255, 255, .1);
}

.rouge-location-page .location-trust div:last-child {
  border-right: 0;
}

.rouge-location-page .location-trust strong,
.rouge-location-page .location-trust span {
  display: block;
}

.rouge-location-page .location-trust strong {
  color: #fff;
  font-size: 14px;
}

.rouge-location-page .location-trust span {
  margin-top: 4px;
  color: #797980;
  font-size: 12px;
  line-height: 1.4;
}

.rouge-location-page .location-intro {
  padding: 112px 0;
  background: #fff;
}

.rouge-location-page .location-intro-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.12fr) minmax(360px, .88fr);
  gap: 86px;
  align-items: start;
}

.rouge-location-page .location-intro h2,
.rouge-location-page .location-section-heading h2,
.rouge-location-page .location-onsite-copy h2,
.rouge-location-page .location-faq h2,
.rouge-location-page .location-nearby h2 {
  margin: 0;
  color: var(--loc-ink);
  font-size: clamp(39px, 4vw, 62px);
  font-weight: 700;
  letter-spacing: -.035em;
  line-height: 1.10;
  text-wrap: balance;
}

.rouge-location-page .location-intro-copy > p:not(.location-eyebrow) {
  margin: 24px 0 0;
  max-width: 700px;
  color: var(--loc-muted);
  font-size: 18px;
  line-height: 1.7;
}

.rouge-location-page .location-quote-card {
  min-height: 330px;
  display: flex;
  flex-direction: column;
  padding: 34px;
  border-radius: 30px;
  background: var(--loc-red);
  color: #fff;
}

.rouge-location-page .location-quote-card span {
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .09em;
  text-transform: uppercase;
  opacity: .7;
}

.rouge-location-page .location-quote-card h3 {
  margin: 22px 0 0;
  color: #fff;
  font-size: 38px;
  font-weight: 650;
  letter-spacing: -.045em;
  line-height: 1;
}

.rouge-location-page .location-quote-card p {
  margin: 18px 0 0;
  font-size: 15px;
  line-height: 1.55;
  opacity: .83;
}

.rouge-location-page .location-quote-card a {
  margin-top: auto;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
}

.rouge-location-page .location-focus {
  padding: 112px 0;
  background: #f7f7f8;
}

.rouge-location-page .location-section-heading {
  max-width: 850px;
  margin-bottom: 46px;
}

.rouge-location-page .location-focus-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
}

.rouge-location-page .location-focus-card {
  min-height: 360px;
  display: flex;
  flex-direction: column;
  padding: 34px;
  border: 1px solid var(--loc-line);
  border-radius: 28px;
  background: #fff;
  transition: transform .22s ease, box-shadow .22s ease;
}

.rouge-location-page .location-focus-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 22px 50px rgba(23, 23, 25, .08);
}

.rouge-location-page .location-focus-card > span {
  color: var(--loc-red);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .08em;
}

.rouge-location-page .location-focus-card h3 {
  margin: auto 0 0;
  color: var(--loc-ink);
  font-size: 29px;
  font-weight: 680;
  letter-spacing: -.04em;
  line-height: 1.08;
}

.rouge-location-page .location-focus-card p {
  margin: 16px 0 0;
  color: var(--loc-muted);
  font-size: 15px;
  line-height: 1.58;
}

.rouge-location-page .location-onsite {
  padding: 120px 0;
  background: var(--loc-cream);
}

.rouge-location-page .location-onsite-grid {
  display: grid;
  grid-template-columns: .9fr 1.1fr;
  gap: 80px;
  align-items: center;
}

.rouge-location-page .location-onsite-copy > p:not(.location-eyebrow) {
  margin: 24px 0 0;
  color: #625d57;
  font-size: 17px;
  line-height: 1.68;
}

.rouge-location-page .location-onsite-panel {
  padding: 34px;
  border-radius: 32px;
  background: #111113;
  color: #fff;
}

.rouge-location-page .location-onsite-panel > span {
  color: #d9abb5;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .09em;
  text-transform: uppercase;
}

.rouge-location-page .location-onsite-panel h3 {
  margin: 18px 0 0;
  color: #fff;
  font-size: clamp(34px, 3.4vw, 50px);
  font-weight: 650;
  letter-spacing: -.05em;
  line-height: 1;
}

.rouge-location-page .location-onsite-points {
  margin-top: 30px;
  border-top: 1px solid rgba(255,255,255,.1);
}

.rouge-location-page .location-onsite-points div {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  padding: 19px 0;
  border-bottom: 1px solid rgba(255,255,255,.1);
}

.rouge-location-page .location-onsite-points strong {
  font-size: 14px;
}

.rouge-location-page .location-onsite-points span {
  max-width: 380px;
  color: #96969d;
  font-size: 13px;
  line-height: 1.45;
  text-align: right;
}

.rouge-location-page .location-faq {
  padding: 112px 0;
  background: #fff;
}

.rouge-location-page .location-faq-list {
  margin-top: 46px;
  border-top: 1px solid var(--loc-line);
}

.rouge-location-page .location-faq-item {
  display: grid;
  grid-template-columns: minmax(260px, .8fr) minmax(0, 1.2fr);
  gap: 70px;
  padding: 30px 0;
  border-bottom: 1px solid var(--loc-line);
}

.rouge-location-page .location-faq-item h3 {
  margin: 0;
  color: var(--loc-ink);
  font-size: 19px;
  font-weight: 680;
  letter-spacing: -.02em;
}

.rouge-location-page .location-faq-item p {
  margin: 0;
  color: var(--loc-muted);
  font-size: 15px;
  line-height: 1.65;
}

.rouge-location-page .location-nearby {
  padding: 104px 0;
  background: var(--loc-navy);
  color: #fff;
}

.rouge-location-page .location-nearby .location-eyebrow {
  color: #e2c991;
}

.rouge-location-page .location-nearby h2 {
  color: #fff;
}

.rouge-location-page .location-nearby-links {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 36px;
}

.rouge-location-page .location-nearby-links a {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  padding: 0 18px;
  border: 1px solid rgba(255,255,255,.15);
  border-radius: 999px;
  color: #fff;
  font-size: 13px;
  font-weight: 650;
  transition: background .2s ease;
}

.rouge-location-page .location-nearby-links a:hover {
  background: rgba(255,255,255,.08);
  color: #fff;
}

.rouge-location-page .location-disclaimer {
  padding: 34px 0 54px;
  background: var(--loc-navy);
  color: #9caab7;
  font-size: 12px;
  line-height: 1.6;
}

@media (max-width: 980px) {
  .rouge-location-page .location-intro-grid,
  .rouge-location-page .location-onsite-grid {
    grid-template-columns: 1fr;
    gap: 52px;
  }

  .rouge-location-page .location-focus-grid {
    grid-template-columns: 1fr;
  }

  .rouge-location-page .location-focus-card {
    min-height: 280px;
  }
}

@media (max-width: 720px) {
  .rouge-location-page .location-shell,
  .rouge-location-page .location-shell-wide {
    width: min(calc(100% - 28px), 1180px);
  }

  .rouge-location-page .location-hero {
    padding: 64px 0 50px;
  }

  .rouge-location-page .location-hero h1 {
    font-size: clamp(45px, 13vw, 61px);
  }

  .rouge-location-page .location-hero-lead {
    font-size: 17px;
  }

  .rouge-location-page .location-actions {
    flex-direction: column;
  }

  .rouge-location-page .location-button {
    width: 100%;
  }

  .rouge-location-page .location-trust {
    grid-template-columns: 1fr;
  }

  .rouge-location-page .location-trust div {
    min-height: auto;
    border-right: 0;
    border-bottom: 1px solid rgba(255,255,255,.1);
  }

  .rouge-location-page .location-trust div:last-child {
    border-bottom: 0;
  }

  .rouge-location-page .location-intro,
  .rouge-location-page .location-focus,
  .rouge-location-page .location-onsite,
  .rouge-location-page .location-faq,
  .rouge-location-page .location-nearby {
    padding: 82px 0;
  }

  .rouge-location-page .location-intro h2,
  .rouge-location-page .location-section-heading h2,
  .rouge-location-page .location-onsite-copy h2,
  .rouge-location-page .location-faq h2,
  .rouge-location-page .location-nearby h2 {
    font-size: clamp(37px, 11vw, 50px);
  }

  .rouge-location-page .location-quote-card {
    min-height: 290px;
    padding: 30px;
  }

  .rouge-location-page .location-faq-item {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .rouge-location-page .location-onsite-points div {
    flex-direction: column;
    gap: 8px;
  }

  .rouge-location-page .location-onsite-points span {
    text-align: left;
  }
}

/* Unique local context block */
.rouge-location-page .location-local-context{padding:0 0 104px;background:#fff}.rouge-location-page .location-local-context-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));border-top:1px solid var(--loc-line);border-bottom:1px solid var(--loc-line)}.rouge-location-page .location-local-note{padding:30px 30px 32px;border-right:1px solid var(--loc-line)}.rouge-location-page .location-local-note:last-child{border-right:0}.rouge-location-page .location-local-note span{display:block;margin-bottom:9px;color:var(--loc-accent);font-size:12px;font-weight:750;letter-spacing:.06em;text-transform:uppercase}.rouge-location-page .location-local-note p{margin:0;color:var(--loc-muted);font-size:15px;line-height:1.6}@media(max-width:800px){.rouge-location-page .location-local-context{padding-bottom:76px}.rouge-location-page .location-local-context-grid{grid-template-columns:1fr}.rouge-location-page .location-local-note{border-right:0;border-bottom:1px solid var(--loc-line)}.rouge-location-page .location-local-note:last-child{border-bottom:0}}
