:root {
  --coastal-ink: #24384c;
  --coastal-teal: #2d8798;
  --coastal-red: #d94f5b;
  --coastal-red-dark: #bd3446;
  --coastal-blush: #fff7f5;
  --coastal-rose: #f9e1e4;
  --coastal-mist: #edf7f7;
  --popular-aqua: #579ba7;
  --popular-aqua-dark: #3f7f8a;
}

.hero.hero-editorial {
  min-height: 420px;
  margin: 0;
  padding: 44px 0 48px;
  overflow: hidden;
  color: var(--coastal-ink);
  background:
    radial-gradient(ellipse at 25% 78%, rgba(231,120,130,.25), transparent 38%),
    radial-gradient(circle at 16% 12%, rgba(231,120,130,.17), transparent 24%),
    linear-gradient(118deg, #fffaf8 0%, #fff4f2 58%, #fbeaec 100%) !important;
  box-shadow: inset 0 -1px #eed8d7;
}

.hero-editorial::before,
.hero-editorial::after { display: none; }

.hero-editorial .hero-grid {
  display: grid;
  width: min(1480px, calc(100% - 72px));
  max-width: 1480px;
  grid-template-columns: minmax(0, 760px) minmax(520px, 610px);
  justify-content: space-between;
  gap: clamp(64px, 6vw, 104px);
  align-items: center;
  box-sizing: border-box;
  padding: 0 28px;
}

.hero-content {
  position: relative;
  z-index: 2;
  width: min(670px, 100%);
  max-width: 670px;
  box-sizing: border-box;
  margin: 0 26px 4px 47px;
  padding: 1px 21px 17px 5px;
  text-align: left;
}
.hero-content::after {
  content: "";
  position: absolute;
  left: -90px;
  right: -12px;
  bottom: -38px;
  z-index: -1;
  height: 210px;
  background: radial-gradient(ellipse at center, rgba(233,106,121,.17), transparent 70%);
  pointer-events: none;
}
.hero-eyebrow {
  margin: 0 0 8px;
  color: var(--coastal-teal);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.hero-editorial .hero-title {
  max-width: 650px;
  padding: 0;
  color: var(--coastal-ink);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(40px, 3.55vw, 54px);
  font-weight: 500;
  line-height: 1.02;
  letter-spacing: -.035em;
  text-align: left;
  text-shadow: none;
}

.hero-editorial .actions { justify-content: center; margin-top: 34px; }
.hero-editorial .actions .btn {
  min-width: 184px;
  height: 55px;
  min-height: 55px;
  padding: 0 28px;
  font-weight: 600;
  background: linear-gradient(135deg, var(--coastal-red), #e76c67);
  box-shadow: 0 10px 24px rgba(189,52,70,.18);
}

.hero-portrait-frame {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 610px;
  justify-self: end;
  transform: translateX(30px);
}
.hero-portrait-frame::before {
  content: "";
  position: absolute;
  inset: 24px -17px -17px 26px;
  z-index: -2;
  border-radius: 22px;
  background: #efcad0;
}
.hero-frame-layer {
  position: absolute;
  inset: -14px 22px 18px -16px;
  z-index: -1;
  border: 2px solid rgba(45,135,152,.42);
  border-radius: 22px;
  background: repeating-linear-gradient(135deg, rgba(45,135,152,.08) 0 2px, transparent 2px 8px);
}
.hero-portrait-frame img {
  display: block;
  width: 100%;
  height: clamp(230px, 24vw, 347px);
  aspect-ratio: 1.62;
  object-fit: cover;
  object-position: center 44%;
  border: 8px solid #fff;
  border-radius: 20px;
  box-shadow: 0 20px 45px rgba(44,57,65,.18);
}

.hero-botanical {
  position: absolute;
  left: -24px;
  bottom: -28px;
  width: 172px;
  height: 370px;
  opacity: .45;
}
.hero-botanical-right {
  right: -34px;
  left: auto;
  bottom: -82px;
  width: 145px;
  height: 315px;
  opacity: .3;
  transform: scaleX(-1) rotate(-9deg);
}
.hero-botanical path {
  fill: rgba(221,75,91,.11);
  stroke: rgba(221,75,91,.24);
  stroke-width: 2;
}

.article { padding-top: 42px; }
.article .section-breadcrumb {
  position: relative;
  z-index: 2;
  margin: -20px 0 -14px;
  padding: 0;
}
.article .section-breadcrumb .current {
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.article > .shell {
  width: min(1380px, calc(100% - 72px));
  max-width: 1380px;
}
.article .article-grid {
  grid-template-columns: minmax(0, 1fr) 330px;
  gap: clamp(48px, 5vw, 82px);
  margin-top: 26px;
}
.article .article-grid > article::after {
  content: "";
  display: block;
  clear: both;
}
.article .article-grid > article img {
  float: right;
  width: min(520px, calc(100% - 40px));
  max-width: calc(100% - 40px);
  height: auto;
  margin: 16px 20px;
}

.popular-posts {
  position: sticky;
  top: 28px;
  overflow: hidden;
  border: 1px solid #e5dfe0;
  border-radius: 32px;
  background: #fff;
  box-shadow: 0 24px 60px rgba(36,56,76,.2), 0 5px 16px rgba(36,56,76,.09);
}
.popular-posts-heading {
  padding: 22px 24px;
  color: #fff;
  background:
    radial-gradient(circle at 92% 12%, rgba(255,255,255,.2), transparent 28%),
    linear-gradient(135deg, #69aab5, var(--popular-aqua));
}
.popular-posts-heading h2 {
  color: #fff;
  font-size: 29px;
  line-height: 1.1;
  text-align: center;
}
.popular-posts-list {
  overflow: hidden;
  padding: 12px 14px 4px;
  background: #fffafa;
}
.popular-posts .popular-post {
  display: grid;
  grid-template-columns: 82px minmax(0, 1fr);
  gap: 13px;
  align-items: center;
  padding: 12px 10px;
  border-bottom: 1px solid #f0dfe1;
  color: var(--coastal-ink);
  text-decoration: none;
  transition: transform .2s ease, background-color .2s ease;
}
.popular-post:last-child { border-bottom: 0; }
.popular-post:hover { transform: translateX(3px); background: #fff; }
.popular-post img {
  width: 82px;
  height: 62px;
  border-radius: 9px;
  object-fit: cover;
}
.popular-post strong { display: block; font-family: Georgia, "Times New Roman", serif; font-size: 16px; line-height: 1.18; font-weight: 500; }
.popular-post small { display: block; margin-top: 7px; color: var(--coastal-red-dark); font-size: 11px; font-weight: 700; }
.popular-posts .popular-posts-all {
  display: block;
  width: 240px;
  max-width: calc(100% - 36px);
  box-sizing: border-box;
  margin: 16px auto 20px;
  padding: 11px 16px;
  border: 1px solid var(--popular-aqua);
  border-radius: 21px;
  color: var(--popular-aqua-dark);
  font-weight: 800;
  text-align: center;
  text-decoration: none;
}
.popular-posts .popular-posts-all:hover { color: #fff; background: var(--popular-aqua); }

.hero-editorial a:focus-visible,
.popular-posts a:focus-visible,
.signup-band a:focus-visible {
  outline: 3px solid var(--coastal-teal);
  outline-offset: 4px;
}

.signup-band {
  padding: 38px 0;
  margin-top: -23px;
  color: #fff;
  background: #fef0ec !important;
}
.signup-band::after { display: none; }
.signup-band .signup-card {
  position: relative;
  display: block;
  height: 276px;
  min-height: 0;
  overflow: hidden;
  padding: 0;
  border-radius: 22px;
  background: #e65361;
  box-shadow: 0 20px 48px rgba(146,50,61,.2);
}
.signup-band-media {
  position: absolute;
  inset: 0;
  z-index: 1;
  width: 100%;
  min-width: 0;
  margin: 0;
  overflow: hidden;
}
.signup-band-media::after {
  content: "";
  position: absolute;
  inset: 0;
  width: 100%;
  background: linear-gradient(90deg,
    rgba(230,83,97,0) 0%,
    rgba(230,83,97,0) 24%,
    rgba(230,83,97,.06) 31%,
    rgba(230,83,97,.18) 37%,
    rgba(230,83,97,.4) 43%,
    rgba(230,83,97,.68) 49%,
    rgba(230,83,97,.88) 55%,
    rgba(230,83,97,.98) 61%,
    #e65361 67%,
    #e65361 100%);
  pointer-events: none;
}
.signup-band-media img {
  display: block;
  width: 58%;
  height: 100%;
  min-height: 0;
  object-fit: cover;
  object-position: 54% 42%;
  -webkit-mask-image: linear-gradient(90deg,
    #000 0%,
    #000 58%,
    rgba(0,0,0,.96) 66%,
    rgba(0,0,0,.78) 74%,
    rgba(0,0,0,.48) 83%,
    rgba(0,0,0,.18) 92%,
    transparent 100%);
  mask-image: linear-gradient(90deg,
    #000 0%,
    #000 58%,
    rgba(0,0,0,.96) 66%,
    rgba(0,0,0,.78) 74%,
    rgba(0,0,0,.48) 83%,
    rgba(0,0,0,.18) 92%,
    transparent 100%);
}
.signup-band-copy {
  position: relative;
  z-index: 2;
  display: flex;
  width: 60.5%;
  height: 276px;
  box-sizing: border-box;
  margin-left: auto;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 39px 83px;
  text-align: center;
}
.signup-band .signup-band-copy h2 {
  min-height: 0;
  max-width: 640px;
  color: #fff;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(29px, 2.3vw, 38px);
  line-height: 1.08;
  font-weight: 500;
}
.signup-band .signup-band-copy p {
  max-width: 520px;
  margin: 10px auto 14px;
  font-size: 15px;
}
.signup-band .signup-band-copy .btn.primary {
  width: 218px;
  min-width: 218px;
  height: 54px;
  min-height: 54px;
  color: var(--coastal-red-dark);
  background: #fef5e1;
  box-shadow: 0 9px 22px rgba(113,28,42,.22), inset 0 1px rgba(255,255,255,.65);
  transition: transform .2s ease, box-shadow .2s ease;
}
.signup-band .signup-band-copy .btn.primary:hover {
  transform: translateY(-4px);
  box-shadow: 0 15px 30px rgba(113,28,42,.3), inset 0 1px rgba(255,255,255,.75);
}
.signup-hearts {
  position: absolute;
  right: 12px;
  bottom: 6px;
  width: 145px;
  opacity: .22;
}
.signup-hearts path { fill: none; stroke: #fff; stroke-width: 2; }

@media (max-width: 1100px) {
  .hero-editorial .hero-grid { grid-template-columns: 1fr; gap: 48px; }
  .hero-content { width: 100%; max-width: 760px; margin: 0; padding: 1px 0 15px; }
  .hero-editorial .hero-title { max-width: 760px; font-size: clamp(42px, 6.5vw, 60px); }
  .hero-portrait-frame { max-width: 680px; justify-self: start; }
  .hero-portrait-frame { transform: none; }
  .article .article-grid { grid-template-columns: minmax(0, 1fr) 290px; gap: 36px; }
}

@media (max-width: 850px) {
  .hero.hero-editorial { min-height: 0; padding: 54px 0 68px; }
  .hero-editorial .hero-grid { grid-template-columns: 1fr; padding-right: 24px; padding-left: 24px; text-align: center; transform: none; }
  .hero-content { text-align: center; }
  .hero-eyebrow { text-align: center; }
  .hero-editorial .hero-title { transform: none; text-align: center; }
  .hero-editorial .actions { justify-content: center; margin-top: 26px; }
  .hero-portrait-frame { max-width: 650px; justify-self: start; }
  .article .article-grid { grid-template-columns: 1fr; }
  .article > .shell { width: min(100% - 36px, 760px); }
  .popular-posts { position: static; max-width: 620px; }
  main > .popular-posts { width: min(calc(100% - 36px), 620px); margin: 32px auto 44px; }
  .signup-band { margin-top: -8px; }
  .signup-band .signup-card { display: block; height: auto; min-height: 560px; }
  .signup-band-media { position: absolute; inset: 0; width: 100%; height: 100%; margin: 0; }
  .signup-band-media::after {
    inset: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg,
      rgba(230,83,97,0) 0%,
      rgba(230,83,97,0) 28%,
      rgba(230,83,97,.05) 35%,
      rgba(230,83,97,.16) 41%,
      rgba(230,83,97,.36) 47%,
      rgba(230,83,97,.64) 53%,
      rgba(230,83,97,.86) 59%,
      rgba(230,83,97,.98) 65%,
      #e65361 71%,
      #e65361 100%);
  }
  .signup-band-media img {
    width: 100%;
    height: 350px;
    min-height: 0;
    object-position: 52% 38%;
    -webkit-mask-image: linear-gradient(180deg,
      #000 0%,
      #000 61%,
      rgba(0,0,0,.96) 69%,
      rgba(0,0,0,.76) 77%,
      rgba(0,0,0,.43) 86%,
      rgba(0,0,0,.14) 94%,
      transparent 100%);
    mask-image: linear-gradient(180deg,
      #000 0%,
      #000 61%,
      rgba(0,0,0,.96) 69%,
      rgba(0,0,0,.76) 77%,
      rgba(0,0,0,.43) 86%,
      rgba(0,0,0,.14) 94%,
      transparent 100%);
  }
  .signup-band-copy { width: 100%; height: auto; min-height: 560px; margin-left: 0; padding: 325px 32px 38px; justify-content: flex-start; }
}

@media (max-width: 560px) {
  .hero.hero-editorial { padding-top: 40px; }
  .hero-editorial .hero-grid { padding: 0 22px; gap: 40px; }
  .hero-editorial .hero-title { font-size: 37px; line-height: 1.04; }
  .hero-eyebrow { margin-bottom: 8px; }
  .hero-portrait-frame img { border-width: 6px; }
  .article { padding-top: 30px; }
  .article .article-grid > article img {
    float: none;
    display: block;
    width: 100%;
    max-width: 100%;
    margin: 20px auto;
  }
  .popular-posts-list { padding: 10px 12px 4px; }
  .popular-posts .popular-post {
    grid-template-columns: 74px minmax(0, 1fr);
    gap: 12px;
    padding: 11px 8px;
  }
  .popular-post img { width: 74px; height: 58px; }
  .popular-post span { min-width: 0; }
  .popular-post strong {
    font-size: 15px;
    line-height: 1.22;
    overflow-wrap: anywhere;
  }
  .popular-post small { margin-top: 5px; }
  .popular-posts .popular-posts-all { margin-top: 14px; margin-bottom: 18px; }
  .signup-band { padding: 28px 16px; }
  .signup-band .signup-card { min-height: 520px; }
  .signup-band-media img { height: 315px; object-position: 53% 40%; }
  .signup-band-copy { min-height: 520px; padding: 292px 24px 36px; }
  .signup-band .signup-band-copy .btn.primary { width: auto; min-width: 170px; }
}

@media (prefers-reduced-motion: reduce) {
  .popular-post { transition: none; }
  .signup-band .signup-band-copy .btn.primary { transition: none; }
  .signup-band .signup-band-copy .btn.primary:hover { transform: none; }
}

.city-photo {
  background:
          linear-gradient(rgba(44, 35, 27, .12), rgba(44, 35, 27, .22)),
          url("../mag/article-charleston.jpg") center/cover;
}
