/* ==========================================
   DISCOVER DC NOW ARTICLE TEMPLATE
   Article + Sidebar + Image Pair + Instagram + Footer
   ========================================== */

.ddn-article {
  background: #ffffff;
  color: #1b1b1b;
}

.ddn-wrap {
  max-width: 1440px;
  margin: 0 auto;
  padding: 28px 20px 60px;
}

.ddn-breadcrumb {
  margin: 0 0 18px;
  font-size: 0.84rem;
  line-height: 1.5;
  color: #666;
}

.ddn-breadcrumb a {
  color: inherit;
  text-decoration: none;
}

.ddn-breadcrumb a:hover {
  text-decoration: underline;
}

.ddn-kicker-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 14px;
  align-items: center;
  margin-bottom: 16px;
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #8f2f45;
}

.ddn-pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.45rem 0.8rem;
  border-radius: 999px;
  background: #f8e4e9;
  color: #8f2f45;
}

.ddn-title {
  margin: 0 0 14px;
  font-size: clamp(2.2rem, 4vw, 4rem);
  line-height: 1.06;
  font-weight: 800;
  color: #111;
  max-width: 980px;
}

.ddn-dek {
  margin: 0 0 20px;
  max-width: 900px;
  font-size: 1.15rem;
  line-height: 1.75;
  color: #4e4e4e;
}

.ddn-meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px 12px;
  margin-bottom: 28px;
  font-size: 0.92rem;
  line-height: 1.5;
  color: #555;
}

.ddn-share {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  margin-left: 8px;
}

.ddn-share a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #222;
  text-decoration: none;
}

.ddn-share a:hover {
  color: #b33b57;
}

.ddn-icon-x {
  display: inline-flex;
  width: 16px;
  height: 16px;
}

.ddn-icon-x svg {
  display: block;
  width: 100%;
  height: 100%;
  fill: currentColor;
}

.ddn-hero,
.ddn-inline-image {
  margin: 0 0 30px;
}

.ddn-hero figure,
.ddn-inline-image figure {
  margin: 0;
}

.ddn-hero img,
.ddn-inline-image img {
  display: block;
  width: 100%;
  height: auto;
}

.ddn-article-shell {
  margin-top: 18px;
}

.ddn-article-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 320px;
  gap: 42px;
  align-items: start;
}

.ddn-body {
  width: 100%;
  min-width: 0;
  max-width: none;
}

.ddn-body p {
  margin: 0 0 20px;
  font-size: 1.06rem;
  line-height: 1.9;
  color: #222;
}

.ddn-body h2 {
  margin: 52px 0 16px;
  font-size: 1.85rem;
  line-height: 1.18;
  font-weight: 800;
  color: #111;
}

.ddn-body figure {
  margin: 28px 0;
}

.ddn-body figure img {
  display: block;
  width: 100%;
  height: auto;
}

.ddn-body figcaption {
  margin-top: 10px;
  font-size: 0.88rem;
  line-height: 1.55;
  color: #666;
}

.ddn-dropcap::first-letter {
  float: left;
  font-size: 4.2rem;
  line-height: 0.88;
  padding-right: 10px;
  font-weight: 800;
  color: #b33b57;
}

.ddn-image-pair {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  margin: 34px 0;
}

.ddn-image-pair figure {
  margin: 0;
}

.ddn-image-pair img {
  display: block;
  width: 100%;
  height: auto;
}

.ddn-image-pair figcaption {
  margin-top: 10px;
  font-size: 0.86rem;
  line-height: 1.5;
  color: #666;
}
/* ==========================================
   DDN editorial accents
   Pull quotes + callouts
   ========================================== */

.ddn-pullquote {
  margin: 38px 0;
  padding: 24px 28px;
  border-top: 2px solid #e7c2cb;
  border-bottom: 2px solid #e7c2cb;
  text-align: center;
  background: linear-gradient(180deg, #fffafb 0%, #fff 100%);
}

.ddn-pullquote blockquote {
  margin: 0;
  font-size: clamp(1.35rem, 2vw, 2rem);
  line-height: 1.4;
  font-weight: 700;
  color: #1a1a1a;
}

.ddn-pullquote cite {
  display: block;
  margin-top: 12px;
  font-size: 0.82rem;
  line-height: 1.4;
  font-style: normal;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #9c3a52;
}

.ddn-callout {
  margin: 34px 0;
  padding: 22px 24px;
  border-left: 4px solid #d94f70;
  background: #faf7f8;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.04);
}

.ddn-callout-title {
  margin: 0 0 10px;
  font-size: 0.82rem;
  line-height: 1.2;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #9c3a52;
}

.ddn-callout p:last-child,
.ddn-callout ul:last-child,
.ddn-callout ol:last-child {
  margin-bottom: 0;
}

.ddn-callout p {
  margin: 0 0 12px;
  font-size: 1rem;
  line-height: 1.75;
  color: #2a2a2a;
}

.ddn-callout ul,
.ddn-callout ol {
  margin: 0 0 12px 18px;
  padding: 0;
}

.ddn-callout li {
  margin-bottom: 8px;
  font-size: 0.98rem;
  line-height: 1.65;
  color: #2a2a2a;
}

/* Optional narrower editorial version */
.ddn-callout--soft {
  border-left-width: 0;
  border-top: 3px solid #e6b2bd;
  background: #fffdfd;
}

/* Optional darker quote version */
.ddn-pullquote--dark {
  background: #1d1d1d;
  border-top: 0;
  border-bottom: 0;
  padding: 28px 30px;
}

.ddn-pullquote--dark blockquote {
  color: #ffffff;
}

.ddn-pullquote--dark cite {
  color: #f0b6c1;
}

@media (max-width: 768px) {
  .ddn-pullquote {
    margin: 28px 0;
    padding: 18px 18px;
  }

  .ddn-pullquote blockquote {
    font-size: 1.25rem;
    line-height: 1.45;
  }

  .ddn-callout {
    margin: 26px 0;
    padding: 18px 18px;
  }
}
/* Sidebar */
.ddn-feature-sidebar {
  width: 100%;
  max-width: 320px;
  position: sticky;
  top: 100px;
  align-self: start;
}

.ddn-sidebar-card {
  position: relative;
  background: #ffffff;
  border: 1px solid #ece7e4;
  margin-bottom: 22px;
  padding: 22px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.045);
  overflow: hidden;
}

.ddn-sidebar-card::before {
  content: "";
  position: absolute;
  inset: 0 auto auto 0;
  width: 100%;
  height: 4px;
  background: linear-gradient(90deg, #d94f70, #f0b6c1, #f7d9df);
}

.ddn-sidebar-kicker {
  display: inline-block;
  margin-bottom: 10px;
  font-size: 0.74rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #b33b57;
}

.ddn-sidebar-card h3 {
  margin: 0 0 14px;
  font-size: 1.15rem;
  line-height: 1.3;
  font-weight: 800;
  color: #161616;
}

.ddn-meta-list,
.ddn-sidebar-links {
  list-style: none;
  margin: 0;
  padding: 0;
}

.ddn-meta-list li,
.ddn-sidebar-links li {
  margin-bottom: 12px;
  font-size: 0.97rem;
  line-height: 1.6;
  color: #363636;
}

.ddn-sidebar-links a {
  color: #111;
  text-decoration: none;
  border-bottom: 1px solid transparent;
  transition: all 0.2s ease;
}

.ddn-sidebar-links a:hover {
  color: #b33b57;
  border-bottom-color: #b33b57;
}

.ddn-sidebar-image-card {
  padding: 0;
}

.ddn-sidebar-image-card img {
  width: 100%;
  display: block;
  height: auto;
}

.ddn-sidebar-image-content {
  padding: 18px 20px 20px;
}

.ddn-sidebar-image-content p {
  margin: 0;
  font-size: 0.96rem;
  line-height: 1.7;
  color: #424242;
}

.ddn-sidebar-quote {
  margin: 0;
  font-size: 1.05rem;
  line-height: 1.7;
  color: #222;
  font-style: italic;
  border-left: 3px solid #e6b2bd;
  padding-left: 14px;
}

.ddn-related-mini-card {
  margin-bottom: 16px;
}

.ddn-related-mini-card:last-child {
  margin-bottom: 0;
}

.ddn-related-mini-card a {
  display: grid;
  grid-template-columns: 88px 1fr;
  gap: 12px;
  align-items: start;
  text-decoration: none;
}

.ddn-related-mini-card img {
  width: 88px;
  height: 88px;
  object-fit: cover;
  display: block;
}

.ddn-related-mini-card h4 {
  margin: 0 0 6px;
  font-size: 0.95rem;
  line-height: 1.35;
  color: #171717;
  transition: color 0.2s ease;
}

.ddn-related-mini-card p {
  margin: 0;
  font-size: 0.84rem;
  line-height: 1.5;
  color: #666;
}

.ddn-related-mini-card a:hover h4 {
  color: #b33b57;
}
.ddn-side-small {
  margin: 0;
  font-size: 0.92rem;
  line-height: 1.7;
  color: #555;
}
/* Instagram section */
.ddn-instagram-section {
  margin-top: 10px;
}

.ddn-instagram-heading {
  background: #ffffff;
  padding: 10px 12px;
}

.ddn-instagram-heading h2 {
  margin: 0;
  text-align: center;
  font-size: clamp(1.2rem, 2vw, 1.8rem);
  line-height: 1.2;
}

.ddn-instagram-heading a {
  color: #D73A31;
  text-decoration: none;
}

.ddn-instagram-grid {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 0;
  width: 100%;
}

.ddn-instagram-item {
  display: block;
  position: relative;
  aspect-ratio: 1 / 1;
  overflow: hidden;
  cursor: zoom-in;
}

.ddn-instagram-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.3s ease;
}

.ddn-instagram-item:hover img {
  transform: scale(1.03);
}

/* Lightbox */
.ddn-lightbox {
  display: none;
  position: fixed;
  inset: 0;
  z-index: 9999;
  background: rgba(0, 0, 0, 0.9);
  padding: 24px;
  align-items: center;
  justify-content: center;
}

.ddn-lightbox.is-open {
  display: flex;
}

.ddn-lightbox-content {
  position: relative;
  max-width: min(92vw, 1200px);
  max-height: 90vh;
}

.ddn-lightbox img {
  display: block;
  max-width: 100%;
  max-height: 90vh;
  width: auto;
  height: auto;
  margin: 0 auto;
  box-shadow: 0 8px 28px rgba(0, 0, 0, 0.45);
}

.ddn-lightbox-close {
  position: absolute;
  top: -42px;
  right: 0;
  border: 0;
  background: transparent;
  color: #fff;
  font-size: 2rem;
  line-height: 1;
  cursor: pointer;
}

/* Back to top */
#backToTopBtn {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 30px;
  z-index: 99;
  border: none;
  outline: none;
  background-image: linear-gradient(135deg, #134e4a 0%, #0d2b36 100%);
  color: #f7f1e3;
  cursor: pointer;
  padding: 10px;
  border-radius: 50%;
  width: 48px;
  height: 48px;
  box-shadow: 0 2px 10px rgba(0,0,0,0.4);
  transition: transform 0.3s, background-image 0.3s;
}

#backToTopBtn:hover,
#backToTopBtn:focus {
  transform: scale(1.1);
  background-image: linear-gradient(135deg, #1d7546, #65a666);
}

#backToTopBtn:active {
  transform: scale(0.95);
}

/* Footer */
.footer {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 1.5rem;
  padding: 2.5rem 3vw;
  background-image: url('../images/dc/footer-pic.jpg');
  background-size: cover;
  background-position: center;
  color: white;
  min-height: 305px;
}

.footer-section {
  flex: 1 1 240px;
  min-width: 220px;
}

.footer-section h6 {
  font-size: 0.85rem;
  letter-spacing: 0.06em;
  margin: 0 0 0.35rem;
  text-transform: uppercase;
}

.footer-section p,
.footer-section a {
  font-size: 0.78rem;
  line-height: 1.6;
  margin: 0.2rem 0;
  color: white;
}

.footer-links p {
  margin-bottom: 0.1rem;
}

.footer-links a {
  text-decoration: underline;
}

.footer-contact .contact-list {
  margin: 0.25rem 0;
}

.footer-contact a.contact-list {
  display: block;
  color: white;
  text-decoration: none;
}

.footer-contact a.contact-list:hover,
.footer-contact a.contact-list:focus {
  text-decoration: underline;
}

.footer-social {
  margin-top: 0.4rem;
  display: flex;
  gap: 0.75rem;
}

.footer-social a {
  text-decoration: none;
  color: inherit;
}

.footer-social .fa {
  padding: 0;
  font-size: 24px;
  width: auto;
  background: transparent;
  border-radius: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.footer-airports {
  font-size: 0.75rem;
}

.footer-airports p {
  margin-bottom: 0;
}

.footer-airports .airports-short {
  display: none;
}

.footer .fa:hover,
.footer .fa:focus {
  opacity: 0.7;
}

/* Responsive */
@media (max-width: 1100px) {
  .ddn-article-layout {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .ddn-feature-sidebar {
    max-width: none;
    position: static;
    top: auto;
  }
}

@media (max-width: 768px) {
  .ddn-wrap {
    padding: 22px 14px 40px;
  }

  .ddn-title {
    font-size: 2.2rem;
  }

  .ddn-dek {
    font-size: 1.02rem;
    line-height: 1.65;
  }

  .ddn-body p {
    font-size: 1rem;
    line-height: 1.8;
  }

  .ddn-body h2 {
    font-size: 1.5rem;
    margin: 42px 0 14px;
  }

  .ddn-image-pair {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .ddn-sidebar-card {
    padding: 18px;
  }

  .ddn-related-mini-card a {
    grid-template-columns: 74px 1fr;
  }

  .ddn-related-mini-card img {
    width: 74px;
    height: 74px;
  }

  .ddn-instagram-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 2px;
  }

  .ddn-instagram-item {
    aspect-ratio: 1 / 1;
  }

  #backToTopBtn {
    bottom: calc(12px + env(safe-area-inset-bottom));
    right: 15px;
    width: 40px;
    height: 40px;
    padding: 8px;
  }

  .footer {
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    min-height: auto;
    gap: 0.45rem;
    padding: 1.5rem 4vw;
  }

  .footer-section {
    min-width: unset;
    flex: 0 0 auto;
  }

  .footer-section h6 {
    font-size: 0.8rem;
    margin-bottom: 0.25rem;
  }

  .footer-section p,
  .footer-section a {
    font-size: 0.72rem;
    margin: 0.12rem 0;
    line-height: 1.45;
  }

  .footer-links p {
    margin-bottom: 0.05rem;
  }

  .footer-contact .contact-list {
    margin: 0.12rem 0;
  }

  .footer-airports {
    display: block;
  }

  .footer-airports p {
    display: none;
  }

  .footer-airports .airports-short {
    display: block;
  }
}

@media (max-width: 600px) {
  #backToTopBtn {
    bottom: calc(10px + env(safe-area-inset-bottom));
    right: 10px;
    width: 40px;
    height: 40px;
    padding: 8px;
  }

  #backToTopBtn svg {
    width: 20px;
    height: 20px;
  }
}