.uc-alert {
  background: #8A1C1C;
  padding-block: 14px;
}

.uc-alert__inner {
  display: flex;
  align-items: center;
  gap: 16px;
}

.uc-alert i {
  color: #FFD37A;
  font-size: 1.2rem;
  flex: none;
}

.uc-alert p {
  margin: 0;
  font-size: 0.87rem;
  line-height: 1.55;
  color: rgba(255, 255, 255, 0.88);
}

.uc-alert strong {
  color: #fff;
}

.uc-status {
  background: var(--mc-white);
  padding-block: 34px;
  border-bottom: 1px solid var(--mc-border);
}

.uc-status__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 28px;
  align-items: center;
}

.uc-status__item+.uc-status__item {
  border-left: 1px solid var(--mc-border);
  padding-left: 28px;
}

.uc-status__label {
  display: block;
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--mc-text-muted);
  margin-bottom: 8px;
}

.uc-status__item>strong {
  display: block;
  font-family: var(--mc-font-head);
  font-size: 1.06rem;
  font-weight: 600;
  color: var(--mc-ink);
  margin-bottom: 5px;
}

.uc-status__item small {
  font-size: 0.8rem;
  color: var(--mc-text-muted);
  display: block;
}

.uc-status__item--cta {
  text-align: center;
}

.uc-status__item--cta small {
  margin-top: 9px;
}

.uc-status__item--cta .mc-btn i {
  font-size: 0.85rem;
}

.uc-where__head {
  text-align: center;
  max-width: 60ch;
  margin: 0 auto 48px;
}

.uc-where__head .mc-eyebrow::before {
  display: none;
}

.uc-where__head .mc-lead {
  margin-inline: auto;
}

.uc-where__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  align-items: start;
}

.uc-where {
  background: var(--mc-white);
  border: 1px solid var(--mc-border);
  border-radius: var(--mc-radius-lg);
  overflow: hidden;
  transition: transform .4s var(--mc-ease), box-shadow .4s var(--mc-ease);
}

.uc-where:hover {
  transform: translateY(-6px);
  box-shadow: var(--mc-shadow);
}

.uc-where__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 22px 28px;
}

.uc-where__tag {
  font-family: var(--mc-font-head);
  font-size: 0.86rem;
  font-weight: 700;
  letter-spacing: 0.04em;
}

.uc-where__top i {
  font-size: 1.35rem;
  opacity: 0.9;
}

.uc-where--er .uc-where__top {
  background: #8A1C1C;
}

.uc-where--er .uc-where__tag,
.uc-where--er .uc-where__top i {
  color: #fff;
}

.uc-where--uc .uc-where__top {
  background: var(--mc-brand);
}

.uc-where--uc .uc-where__tag,
.uc-where--uc .uc-where__top i {
  color: #fff;
}

.uc-where--gp .uc-where__top {
  background: var(--mc-sage);
}

.uc-where--gp .uc-where__tag,
.uc-where--gp .uc-where__top i {
  color: var(--mc-ink);
}

.uc-where ul {
  list-style: none;
  margin: 0;
  padding: 22px 28px 28px;
}

.uc-where li {
  position: relative;
  padding-left: 22px;
  font-size: 0.9rem;
  color: var(--mc-text);
}

.uc-where li+li {
  margin-top: 11px;
  padding-top: 11px;
  border-top: 1px dashed var(--mc-border);
}

.uc-where li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 9px;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--mc-sage);
}

.uc-where li+li::before {
  top: 20px;
}

.uc-where--er li::before {
  background: #8A1C1C;
}

.uc-where--uc li::before {
  background: var(--mc-brand);
}

.uc-where--gp li::before {
  background: var(--mc-accent);
}

.uc-arrive__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 56px;
  align-items: start;
}

.uc-arrive__copy>p {
  margin-bottom: 16px;
}

.uc-arrive__bring {
  margin-top: 28px;
  padding: 26px 28px;
  background: var(--mc-cream-200);
  border: 1px solid var(--mc-border);
  border-radius: var(--mc-radius);
}

.uc-arrive__bring h4 {
  display: flex;
  align-items: center;
  gap: 11px;
  font-size: 1.02rem;
  margin-bottom: 16px;
  padding-bottom: 13px;
  border-bottom: 1px solid var(--mc-border);
}

.uc-arrive__bring h4 i {
  color: var(--mc-brand);
  font-size: 0.95rem;
}

.uc-arrive__bring ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.uc-arrive__bring li {
  position: relative;
  padding-left: 20px;
  font-size: 0.89rem;
  color: var(--mc-text);
}

.uc-arrive__bring li+li {
  margin-top: 9px;
}

.uc-arrive__bring li::before {
  content: "\f00c";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  position: absolute;
  left: 0;
  top: 1px;
  font-size: 0.62rem;
  color: var(--mc-brand);
}

.uc-arrive__steps {
  list-style: none;
  margin: 0;
  padding: 0;
}

.uc-arrive__steps li {
  display: grid;
  grid-template-columns: 54px 1fr;
  gap: 20px;
  align-items: start;
  padding: 22px 24px;
  background: var(--mc-cream-200);
  border-radius: var(--mc-radius);
  border-left: 3px solid var(--mc-sage);
  transition: all .38s var(--mc-ease);
}

.uc-arrive__steps li+li {
  margin-top: 12px;
}

.uc-arrive__steps li:hover {
  border-left-color: var(--mc-accent);
  transform: translateX(6px);
  box-shadow: var(--mc-shadow);
}

.uc-arrive__num {
  width: 54px;
  height: 54px;
  border-radius: 15px;
  background: var(--mc-white);
  border: 1px solid var(--mc-border);
  color: var(--mc-brand);
  display: grid;
  place-items: center;
  font-family: var(--mc-font-head);
  font-size: 0.94rem;
  font-weight: 700;
  transition: all .38s var(--mc-ease);
}

.uc-arrive__steps li:hover .uc-arrive__num {
  background: var(--mc-brand);
  color: #fff;
  border-color: var(--mc-brand);
}

.uc-arrive__steps h4 {
  font-size: 1.04rem;
  margin-bottom: 6px;
}

.uc-arrive__steps p {
  font-size: 0.88rem;
  margin: 0;
}

.uc-treat__head {
  text-align: center;
  margin-bottom: 46px;
}

.uc-treat__head .mc-eyebrow::before {
  display: none;
}

.uc-treat__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

.uc-treat {
  padding: 30px 28px;
  background: var(--mc-white);
  border-radius: var(--mc-radius);
  text-align: center;
  transition: transform .4s var(--mc-ease), box-shadow .4s var(--mc-ease);
}

.uc-treat:hover {
  transform: translateY(-6px);
  box-shadow: var(--mc-shadow);
}

.uc-treat__icon {
  width: 58px;
  height: 58px;
  margin: 0 auto 18px;
  border-radius: 18px;
  background: var(--mc-sage-200);
  color: var(--mc-brand);
  display: grid;
  place-items: center;
  font-size: 1.16rem;
  transition: all .4s var(--mc-ease);
}

.uc-treat:hover .uc-treat__icon {
  background: var(--mc-brand);
  color: #fff;
  transform: rotate(-8deg);
}

.uc-treat h4 {
  font-size: 1.05rem;
  margin-bottom: 10px;
}

.uc-treat p {
  font-size: 0.88rem;
  margin: 0;
}

.uc-sites__head {
  text-align: center;
  margin-bottom: 44px;
}

.uc-sites__head .mc-eyebrow::before {
  display: none;
}

.uc-sites__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 26px;
}

.uc-site {
  padding: 34px 34px 30px;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid var(--mc-border-dark);
  border-radius: var(--mc-radius-lg);
  transition: background .4s var(--mc-ease), transform .4s var(--mc-ease);
}

.uc-site:hover {
  background: rgba(255, 255, 255, 0.09);
  transform: translateY(-5px);
}

.uc-site h3 {
  color: #fff;
  font-size: 1.24rem;
  margin-bottom: 20px;
  padding-bottom: 16px;
  border-bottom: 1px solid var(--mc-border-dark);
}

.uc-site__meta {
  list-style: none;
  margin: 0 0 22px;
  padding: 0;
}

.uc-site__meta li {
  display: flex;
  gap: 14px;
  font-size: 0.9rem;
  color: var(--mc-text-light);
  line-height: 1.6;
}

.uc-site__meta li+li {
  margin-top: 14px;
}

.uc-site__meta i {
  color: var(--mc-sage);
  margin-top: 5px;
  width: 16px;
  flex: none;
}

.uc-site__meta a {
  color: var(--mc-text-light);
}

.uc-site__meta a:hover {
  color: var(--mc-accent);
}

.uc-site__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  padding-top: 20px;
  border-top: 1px solid var(--mc-border-dark);
}

.uc-site__tags span {
  padding: 6px 14px;
  border-radius: 100px;
  background: rgba(213, 228, 221, 0.12);
  color: var(--mc-sage);
  font-size: 0.76rem;
  font-weight: 600;
}

.uc-next__head {
  text-align: center;
  margin-bottom: 44px;
}

.uc-next__head .mc-eyebrow::before {
  display: none;
}

.uc-next__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

.uc-next__card {
  display: block;
  position: relative;
  padding: 32px 30px 30px;
  background: var(--mc-white);
  border: 1px solid var(--mc-border);
  border-radius: var(--mc-radius);
  transition: all .4s var(--mc-ease);
}

.uc-next__card:hover {
  transform: translateY(-6px);
  box-shadow: var(--mc-shadow);
  border-color: var(--mc-sage);
}

.uc-next__num {
  font-family: var(--mc-font-head);
  font-size: 0.76rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  color: var(--mc-accent-600);
}

.uc-next__card h4 {
  font-size: 1.12rem;
  margin: 12px 0 9px;
}

.uc-next__card p {
  font-size: 0.89rem;
  margin: 0;
}

.uc-next__go {
  position: absolute;
  right: 26px;
  bottom: 28px;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: var(--mc-sage-200);
  color: var(--mc-brand);
  display: grid;
  place-items: center;
  font-size: 0.8rem;
  transition: all .35s var(--mc-ease);
}

.uc-next__card:hover .uc-next__go {
  background: var(--mc-brand);
  color: #fff;
}