:root {
  --dwd-ink: #171715;
  --dwd-charcoal: #242321;
  --dwd-black: #0e0e0d;
  --dwd-taupe: #786d61;
  --dwd-taupe-dark: #514a43;
  --dwd-gold: #b99a62;
  --dwd-gold-bright: #d7bd87;
  --dwd-ivory: #f4f0e8;
  --dwd-ivory-deep: #e9e1d5;
  --dwd-paper: #fffdf8;
  --dwd-white: #fff;
  --dwd-muted: #69645d;
  --dwd-line: rgba(36, 35, 33, 0.15);
  --dwd-line-light: rgba(255, 255, 255, 0.2);
  --dwd-shadow: 0 24px 72px rgba(26, 23, 19, 0.14);
  --dwd-shadow-soft: 0 14px 44px rgba(26, 23, 19, 0.08);
  --dwd-header-height: 78px;
  --dwd-content-width: 1320px;
  --dwd-reading-width: 900px;
  --dwd-radius: 3px;
}

/* Project content contracts used by the editable core-block package. */
.dwd-contact-rail {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 30px;
}

.dwd-hero__shade {
  display: none;
}

.dwd-hero__inner {
  z-index: 2;
}

.dwd-scroll-cue {
  z-index: 2;
}

.dwd-overview,
.dwd-brand-story {
  overflow: hidden;
}

.dwd-overview__visual {
  display: grid;
  min-height: 520px;
  margin-top: 55px;
  padding: 34px 8% 0;
  overflow: hidden;
  border: 1px solid var(--dwd-line);
  background: linear-gradient(145deg, var(--dwd-ivory), #d8d0c4);
  place-items: end center;
}

.dwd-tower-cutout,
.dwd-overview__visual figure {
  max-width: 520px;
  height: min(68vw, 650px);
  margin: 0 !important;
}

.dwd-tower-cutout img,
.dwd-overview__visual img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center bottom;
}

.dwd-map-frame,
.dwd-media-card,
.dwd-route-image,
.dwd-blog-figure {
  margin: 38px 0 0;
  overflow: hidden;
  border: 1px solid var(--dwd-line);
  border-radius: var(--dwd-radius);
  background: var(--dwd-white);
  box-shadow: var(--dwd-shadow-soft);
}

.dwd-map-frame figure,
.dwd-media-card,
.dwd-route-image,
.dwd-blog-figure figure {
  margin: 0 !important;
}

.dwd-map-frame img,
.dwd-media-card img,
.dwd-route-image img,
.dwd-blog-figure img {
  display: block;
  width: 100%;
  height: auto;
}

.dwd-media-grid,
.dwd-route-grid,
.dwd-contact-cards,
.dwd-gallery-grid,
.dwd-vr-links {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(16px, 2.5vw, 30px);
}

.dwd-media-grid > *,
.dwd-route-grid > *,
.dwd-contact-cards > *,
.dwd-gallery-grid > *,
.dwd-vr-links > * {
  min-width: 0;
  margin: 0 !important;
}

.dwd-gallery-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.dwd-gallery-grid figure {
  height: 100%;
  margin: 0 !important;
}

.dwd-gallery-grid img {
  width: 100%;
  height: 100%;
  min-height: 330px;
  object-fit: cover;
}

.dwd-card__image,
.dwd-card__image figure {
  margin: 0 !important;
}

.dwd-card__image img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
}

.dwd-unit-teasers {
  display: grid !important;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 10px;
}

.dwd-unit-teasers > * {
  margin: 0 !important;
}

.dwd-unit-teaser a {
  display: grid;
  min-height: 190px;
  padding: 24px;
  border: 1px solid var(--dwd-line);
  background: var(--dwd-white);
  color: var(--dwd-charcoal) !important;
  text-decoration: none !important;
  transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
  align-content: space-between;
}

.dwd-unit-teaser a:hover,
.dwd-unit-teaser a:focus-visible {
  border-color: var(--dwd-gold);
  box-shadow: var(--dwd-shadow-soft);
  transform: translateY(-4px);
}

.dwd-unit-teaser strong {
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(35px, 4vw, 58px);
  font-weight: 400;
}

.dwd-unit-teaser small,
.dwd-unit-teaser span {
  font-size: 12px;
}

.dwd-vr-links .dwd-tile-link {
  border-color: rgba(25, 23, 20, 0.14);
  background: var(--dwd-charcoal);
}

.dwd-section--ivory .dwd-tile-link {
  border-color: var(--dwd-line);
  background: var(--dwd-white);
  color: var(--dwd-charcoal) !important;
  box-shadow: var(--dwd-shadow-soft);
}

.dwd-section--ivory .dwd-tile-link small,
.dwd-section--ivory .dwd-tile-link span {
  color: var(--dwd-taupe-dark);
}

.dwd-route-card {
  overflow: hidden;
  border: 1px solid var(--dwd-line);
  border-radius: var(--dwd-radius);
  background: var(--dwd-white);
  box-shadow: var(--dwd-shadow-soft);
}

.dwd-route-card > div:last-child {
  padding: clamp(24px, 3vw, 38px);
}

.dwd-route-card h3,
.dwd-contact-card h3 {
  margin: 8px 0 14px;
  color: var(--dwd-charcoal);
  font-size: clamp(22px, 2.5vw, 31px);
}

.dwd-route-card small,
.dwd-contact-card small {
  color: var(--dwd-taupe-dark);
  font-size: 11px;
  font-weight: 750;
  letter-spacing: 0.15em;
}

.dwd-contact-cards {
  margin-top: 28px;
}

.dwd-contact-card {
  padding: clamp(27px, 4vw, 46px);
  border: 1px solid var(--dwd-line);
  background: var(--dwd-ivory);
}

.dwd-contact-card h3 a {
  color: inherit;
  text-decoration: none;
}

.dwd-unit-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(18px, 3vw, 35px);
}

.dwd-unit-card {
  min-width: 0;
  padding: clamp(22px, 3vw, 38px);
  border: 1px solid var(--dwd-line);
  background: var(--dwd-white);
  box-shadow: var(--dwd-shadow-soft);
}

.dwd-unit-card__head h3 {
  margin: 4px 0 6px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(38px, 5vw, 66px);
  font-weight: 400;
}

.dwd-unit-plan,
.dwd-unit-plan figure {
  margin: 24px 0 0 !important;
}

.dwd-unit-plan img {
  display: block;
  width: 100%;
  height: auto;
}

.dwd-brand-story {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(320px, 0.85fr);
  gap: clamp(34px, 6vw, 86px);
  align-items: center;
}

.dwd-brand-story__visual figure {
  margin: 0 !important;
}

.dwd-brand-story__visual img {
  width: 100%;
  min-height: 520px;
  object-fit: cover;
}

.dwd-news-list {
  display: grid;
  gap: 14px;
}

.dwd-source-box {
  margin-top: 42px;
  padding: clamp(26px, 4vw, 44px);
  border: 1px solid var(--dwd-line);
  background: var(--dwd-ivory);
}

.dwd-blog-section {
  margin-block: 0 68px;
  scroll-margin-top: calc(var(--dwd-header-height) + 18px);
}

.dwd-blog-vr {
  margin-bottom: 70px;
}

.dwd-blog-facts {
  display: grid !important;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
  margin-top: 30px;
}

.dwd-blog-facts > * {
  min-width: 0;
  margin: 0 !important;
  padding: 20px;
  border-left: 2px solid var(--dwd-gold);
  background: var(--dwd-ivory);
}

.dwd-blog-facts small,
.dwd-blog-facts strong {
  display: block;
}

.dwd-blog-facts small {
  margin-bottom: 7px;
  color: var(--dwd-taupe-dark);
  font-size: 11px;
  letter-spacing: 0.12em;
}

.dwd-blog-figure figcaption {
  padding: 11px 15px 13px;
  color: var(--dwd-muted);
  font-size: 12px;
}

.dwd-blog-unit-strip {
  display: grid;
  grid-auto-columns: minmax(430px, 76%);
  grid-auto-flow: column;
  gap: 16px;
  margin: 32px 0;
  padding: 2px 2px 15px;
  overflow-x: auto;
  overscroll-behavior-inline: contain;
  scroll-snap-type: x proximity;
}

.dwd-blog-unit-strip > div {
  min-width: 0;
  scroll-snap-align: start;
}

.dwd-blog-unit-strip figure {
  height: 100%;
  margin: 0 !important;
  border: 1px solid var(--dwd-line);
  background: var(--dwd-white);
}

.dwd-blog-unit-strip img {
  width: 100%;
  height: auto;
}

.dwd-experience-note {
  padding: 15px 18px;
  border-left: 3px solid var(--dwd-gold);
  background: var(--dwd-ivory);
  font-weight: 700;
}

.dwd-policy,
.dwd-editorial-check {
  padding: clamp(25px, 4vw, 44px);
  border: 1px solid var(--dwd-line);
  background: var(--dwd-ivory);
}

.dwd-runtime-marker[hidden] {
  display: none !important;
}

@media (max-width: 920px) {
  .dwd-media-grid,
  .dwd-route-grid,
  .dwd-gallery-grid,
  .dwd-brand-story,
  .dwd-unit-grid {
    grid-template-columns: 1fr;
  }

  .dwd-unit-teasers,
  .dwd-blog-facts {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .dwd-brand-story__visual img {
    min-height: 380px;
  }
}

@media (max-width: 620px) {
  .dwd-contact-rail,
  .dwd-button-row {
    align-items: stretch;
    flex-direction: column;
  }

  .dwd-contact-rail .dwd-btn,
  .dwd-button-row .dwd-btn {
    width: 100%;
  }

  .dwd-unit-teasers,
  .dwd-blog-facts,
  .dwd-contact-cards,
  .dwd-vr-links {
    grid-template-columns: 1fr;
  }

  .dwd-overview__visual {
    min-height: 420px;
    padding-inline: 0;
  }

  .dwd-blog-unit-strip {
    grid-auto-columns: 92%;
  }
}

html.dwd-page {
  scroll-behavior: smooth;
  scroll-padding-top: calc(var(--dwd-header-height) + 18px);
}

html.dwd-menu-open {
  overflow: hidden;
  overscroll-behavior: none;
}

body.apt44-dwd-active,
body.dwd-page,
.editor-styles-wrapper .dwd-shell,
.editor-styles-wrapper .dwd-blog-shell {
  background: var(--dwd-paper);
  color: var(--dwd-ink);
  font-family: Pretendard, "Noto Sans KR", "Apple SD Gothic Neo", "Malgun Gothic", system-ui, sans-serif;
  text-rendering: optimizeLegibility;
  word-break: keep-all;
}

body.apt44-dwd-active,
body.dwd-page {
  margin: 0;
  overflow-x: clip;
}

body.dwd-menu-open {
  position: fixed;
  top: var(--dwd-scroll-lock-offset, 0);
  right: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
  overscroll-behavior: none;
}

body.apt44-dwd-active .vm-blank-main,
body.apt44-dwd-active .nv-single-post-wrap,
body.apt44-dwd-active .nv-content-wrap,
body.apt44-dwd-active article,
body.dwd-page .vm-blank-main,
body.dwd-page .nv-single-post-wrap,
body.dwd-page .nv-content-wrap,
body.dwd-page article {
  max-width: none;
  margin: 0;
  padding: 0;
}

body.apt44-dwd-active .entry-content,
body.apt44-dwd-active .wp-block-group,
body.apt44-dwd-active .wp-block-cover,
body.apt44-dwd-active .wp-block-image,
body.apt44-dwd-active .wp-block-columns,
body.apt44-dwd-active .wp-block-buttons,
body.dwd-page .entry-content,
body.dwd-page .wp-block-group,
body.dwd-page .wp-block-cover,
body.dwd-page .wp-block-image,
body.dwd-page .wp-block-columns,
body.dwd-page .wp-block-buttons,
.editor-styles-wrapper .dwd-shell .wp-block-group,
.editor-styles-wrapper .dwd-shell .wp-block-cover,
.editor-styles-wrapper .dwd-shell .wp-block-image,
.editor-styles-wrapper .dwd-shell .wp-block-columns,
.editor-styles-wrapper .dwd-shell .wp-block-buttons {
  margin-block-start: 0;
  margin-block-end: 0;
}

.dwd-shell,
.dwd-blog-shell,
.dwd-shell *,
.dwd-blog-shell * {
  box-sizing: border-box;
}

.dwd-shell,
.dwd-blog-shell {
  min-width: 0;
  background: var(--dwd-paper);
  color: var(--dwd-ink);
  font-size: 16px;
  line-height: 1.75;
}

.dwd-shell img,
.dwd-blog-shell img {
  display: block;
  max-width: 100%;
  height: auto;
}

.dwd-shell a,
.dwd-blog-shell a {
  color: inherit;
  text-decoration-thickness: 1px;
  text-underline-offset: 0.2em;
}

.dwd-shell [id],
.dwd-blog-shell [id] {
  scroll-margin-top: calc(var(--dwd-header-height) + 22px);
}

.dwd-skip-link {
  position: fixed;
  z-index: 10050;
  top: 9px;
  left: 9px;
  padding: 11px 17px;
  border: 1px solid var(--dwd-gold);
  border-radius: 999px;
  background: var(--dwd-black);
  color: var(--dwd-white) !important;
  font-size: 14px;
  font-weight: 800;
  transform: translateY(-160%);
  transition: transform 160ms ease;
}

.dwd-skip-link:focus {
  transform: translateY(0);
}

.dwd-container {
  width: min(var(--dwd-content-width), calc(100% - 48px));
  margin-inline: auto;
}

.dwd-header {
  position: fixed;
  z-index: 9990;
  top: 0;
  right: 0;
  left: 0;
  min-height: var(--dwd-header-height);
  border-bottom: 1px solid rgba(255, 255, 255, 0.16);
  background: linear-gradient(180deg, rgba(8, 8, 7, 0.8), rgba(8, 8, 7, 0.36));
  color: var(--dwd-white);
  transition: min-height 220ms ease, background 220ms ease, box-shadow 220ms ease;
}

body.admin-bar .dwd-header {
  top: 32px;
}

.dwd-header.is-scrolled,
.dwd-header.is-menu-open,
.dwd-header--solid {
  min-height: 68px;
  border-bottom-color: rgba(185, 154, 98, 0.28);
  background: rgba(14, 14, 13, 0.96);
  box-shadow: 0 12px 38px rgba(0, 0, 0, 0.2);
  backdrop-filter: blur(15px);
  -webkit-backdrop-filter: blur(15px);
}

.dwd-header__inner {
  position: relative;
  z-index: 3;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: min(1480px, calc(100% - 42px));
  min-height: inherit;
  margin-inline: auto;
  gap: clamp(16px, 2vw, 34px);
}

.dwd-brand {
  display: inline-flex;
  flex: 0 0 auto;
  align-items: center;
  min-height: 48px;
  color: var(--dwd-white) !important;
  font-weight: 780;
  letter-spacing: -0.045em;
  line-height: 1.05;
  text-decoration: none !important;
}

.dwd-brand__mark {
  display: grid;
  width: 35px;
  height: 35px;
  margin-right: 11px;
  border: 1px solid rgba(215, 189, 135, 0.72);
  color: var(--dwd-gold-bright);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 12px;
  letter-spacing: 0.04em;
  place-items: center;
}

.dwd-brand__text {
  display: grid;
  gap: 3px;
}

.dwd-brand__text strong {
  color: var(--dwd-white);
  font-size: clamp(15px, 1.35vw, 20px);
  font-weight: 800;
}

.dwd-brand__text small {
  color: rgba(255, 255, 255, 0.57);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 8px;
  font-weight: 500;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.dwd-nav {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: clamp(10px, 1.15vw, 22px);
  font-size: clamp(12px, 0.92vw, 14px);
  font-weight: 720;
  letter-spacing: -0.025em;
}

.dwd-nav > a {
  position: relative;
  display: inline-flex;
  align-items: center;
  min-height: 46px;
  color: var(--dwd-white);
  white-space: nowrap;
  text-decoration: none;
}

.dwd-nav > a:not(.dwd-header-call)::after {
  position: absolute;
  right: 0;
  bottom: 4px;
  left: 0;
  height: 1px;
  background: var(--dwd-gold-bright);
  content: "";
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 190ms ease;
}

.dwd-nav > a:hover::after,
.dwd-nav > a:focus-visible::after,
.dwd-nav > a[aria-current="page"]::after {
  transform: scaleX(1);
  transform-origin: left;
}

.dwd-nav > a[aria-current="page"] {
  color: var(--dwd-gold-bright);
}

.dwd-header-call {
  justify-content: center;
  min-width: 142px;
  min-height: 42px !important;
  padding: 0 17px;
  border: 1px solid var(--dwd-gold);
  border-radius: 999px;
  background: var(--dwd-gold);
  color: var(--dwd-black) !important;
  box-shadow: 0 10px 32px rgba(185, 154, 98, 0.2);
  font-variant-numeric: tabular-nums;
  font-weight: 850;
  animation: dwd-menu-glint 7.2s ease-in-out infinite;
}

.dwd-header-call--official {
  min-width: 146px;
  background: transparent;
  color: var(--dwd-white) !important;
}

.dwd-menu-toggle {
  display: none;
  width: 56px;
  min-width: 56px;
  height: 50px;
  padding: 5px 7px;
  border: 1px solid rgba(255, 255, 255, 0.38);
  border-radius: 2px;
  background: rgba(255, 255, 255, 0.08);
  color: var(--dwd-white);
  cursor: pointer;
  font: inherit;
}

.dwd-menu-toggle__label {
  display: block;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.1em;
  line-height: 1;
}

.dwd-menu-toggle__bars {
  display: block;
  width: 21px;
  margin: 5px auto 0;
}

.dwd-menu-toggle__bars i {
  display: block;
  height: 1px;
  margin: 5px 0;
  border-radius: 999px;
  background: currentColor;
  transition: transform 180ms ease, opacity 180ms ease;
}

.dwd-menu-toggle[aria-expanded="true"] .dwd-menu-toggle__bars i:first-child {
  transform: translateY(3px) rotate(45deg);
}

.dwd-menu-toggle[aria-expanded="true"] .dwd-menu-toggle__bars i:last-child {
  transform: translateY(-3px) rotate(-45deg);
}

.dwd-menu-backdrop {
  position: fixed;
  z-index: 1;
  inset: 0;
  display: none;
  border: 0;
  background: rgba(0, 0, 0, 0.58);
  opacity: 0;
  visibility: hidden;
  transition: opacity 220ms ease, visibility 0s linear 220ms;
}

.dwd-menu-backdrop.is-open {
  opacity: 1;
  visibility: visible;
  transition: opacity 220ms ease, visibility 0s;
}

.dwd-main,
.dwd-blog-main {
  display: block;
  min-height: 70vh;
}

.dwd-hero {
  position: relative;
  display: grid;
  min-height: min(920px, 100svh);
  padding: clamp(150px, 16vh, 210px) max(24px, calc((100vw - var(--dwd-content-width)) / 2)) 92px;
  overflow: hidden;
  background: var(--dwd-black);
  color: var(--dwd-white);
  place-items: end start;
  isolation: isolate;
}

.dwd-hero__media {
  position: absolute;
  z-index: -3;
  inset: 0;
  margin: 0 !important;
}

.dwd-hero__media img,
.dwd-hero__media video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  filter: saturate(0.84) contrast(1.04);
}

.dwd-hero::before {
  position: absolute;
  z-index: -2;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(8, 8, 7, 0.94) 0%, rgba(14, 14, 13, 0.7) 43%, rgba(14, 14, 13, 0.15) 76%),
    linear-gradient(0deg, rgba(8, 8, 7, 0.82) 0%, rgba(8, 8, 7, 0.08) 58%);
  content: "";
}

.dwd-hero::after {
  position: absolute;
  z-index: -1;
  right: clamp(24px, 6vw, 110px);
  bottom: -160px;
  width: min(38vw, 560px);
  aspect-ratio: 1;
  border: 1px solid rgba(215, 189, 135, 0.25);
  border-radius: 50%;
  content: "";
}

.dwd-hero__inner {
  width: min(840px, 100%);
}

.dwd-kicker,
.dwd-eyebrow {
  margin: 0 0 16px;
  color: var(--dwd-gold);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

.dwd-hero h1,
.dwd-page-hero h1,
.dwd-blog-masthead h1 {
  margin: 0;
  color: var(--dwd-white);
  font-size: clamp(47px, 6.2vw, 88px);
  font-weight: 780;
  letter-spacing: -0.07em;
  line-height: 1.06;
  text-wrap: balance;
}

.dwd-hero h1 strong,
.dwd-page-hero h1 strong,
.dwd-blog-masthead h1 strong {
  color: var(--dwd-gold-bright);
  font-weight: inherit;
}

.dwd-hero__lead {
  max-width: 700px;
  margin: 25px 0 0;
  color: rgba(255, 255, 255, 0.82);
  font-size: clamp(17px, 1.65vw, 21px);
  line-height: 1.75;
}

.dwd-hero__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 9px 22px;
  margin-top: 24px;
  color: rgba(255, 255, 255, 0.68);
  font-size: 13px;
}

.dwd-hero__meta span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.dwd-hero__meta span::before {
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: var(--dwd-gold);
  content: "";
}

.dwd-actions,
.dwd-button-row,
.dwd-shell .wp-block-buttons,
.dwd-blog-shell .wp-block-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.dwd-actions,
.dwd-button-row {
  margin-top: 31px;
}

.dwd-btn,
.dwd-shell .wp-block-button__link,
.dwd-blog-shell .wp-block-button__link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 0 24px;
  border: 1px solid var(--dwd-gold);
  border-radius: 999px;
  background: var(--dwd-gold);
  color: var(--dwd-black) !important;
  font-size: 14px;
  font-weight: 820;
  line-height: 1.2;
  text-decoration: none !important;
  transition: transform 170ms ease, background 170ms ease, color 170ms ease, box-shadow 170ms ease;
}

.dwd-btn--light {
  border-color: var(--dwd-white);
  background: var(--dwd-white);
}

.dwd-btn--dark {
  border-color: var(--dwd-charcoal);
  background: var(--dwd-charcoal);
  color: var(--dwd-white) !important;
}

.dwd-btn--ghost {
  border-color: rgba(255, 255, 255, 0.55);
  background: rgba(14, 14, 13, 0.28);
  color: var(--dwd-white) !important;
  backdrop-filter: blur(7px);
  -webkit-backdrop-filter: blur(7px);
}

.dwd-btn--outline {
  background: transparent;
  color: var(--dwd-taupe-dark) !important;
}

.dwd-hero__notice {
  max-width: 700px;
  margin: 16px 0 0;
  color: rgba(255, 255, 255, 0.56);
  font-size: 12px;
}

.dwd-scroll-cue {
  position: absolute;
  right: max(24px, calc((100vw - var(--dwd-content-width)) / 2));
  bottom: 44px;
  display: grid;
  gap: 9px;
  justify-items: center;
  color: rgba(255, 255, 255, 0.62);
  font-size: 9px;
  letter-spacing: 0.19em;
  text-transform: uppercase;
}

.dwd-scroll-cue::after {
  width: 1px;
  height: 42px;
  background: linear-gradient(var(--dwd-gold), transparent);
  content: "";
}

.dwd-index {
  position: relative;
  z-index: 3;
  border-bottom: 1px solid var(--dwd-line);
  background: rgba(255, 253, 248, 0.98);
}

.dwd-index__inner {
  display: flex;
  align-items: center;
  width: min(var(--dwd-content-width), calc(100% - 48px));
  min-height: 68px;
  margin-inline: auto;
  gap: clamp(18px, 2.3vw, 36px);
  overflow-x: auto;
  scrollbar-width: thin;
}

.dwd-index strong {
  flex: 0 0 auto;
  color: var(--dwd-gold);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 11px;
  letter-spacing: 0.14em;
}

.dwd-index a {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  min-height: 46px;
  color: var(--dwd-taupe-dark);
  font-size: 14px;
  font-weight: 730;
  text-decoration: none;
}

.dwd-page-hero {
  position: relative;
  display: grid;
  min-height: 530px;
  padding: 165px max(24px, calc((100vw - var(--dwd-content-width)) / 2)) 78px;
  overflow: hidden;
  background:
    radial-gradient(circle at 82% 32%, rgba(185, 154, 98, 0.22), transparent 30%),
    linear-gradient(125deg, #0c0c0b 0%, #292724 58%, #171614 100%);
  color: var(--dwd-white);
  place-items: end start;
}

.dwd-page-hero::after {
  position: absolute;
  right: -8vw;
  bottom: -26vw;
  width: min(62vw, 760px);
  aspect-ratio: 1;
  border: 1px solid rgba(215, 189, 135, 0.2);
  border-radius: 50%;
  content: "";
}

.dwd-page-hero__inner {
  position: relative;
  z-index: 1;
  width: min(880px, 100%);
}

.dwd-page-hero h1 {
  font-size: clamp(43px, 5.5vw, 76px);
}

.dwd-page-hero__lead,
.dwd-page-hero p:last-child {
  max-width: 720px;
  margin: 23px 0 0;
  color: rgba(255, 255, 255, 0.72);
  font-size: 18px;
}

.dwd-section {
  position: relative;
  padding: clamp(84px, 9vw, 126px) max(24px, calc((100vw - var(--dwd-content-width)) / 2));
}

.dwd-section--tight {
  padding-block: clamp(60px, 6vw, 84px);
}

.dwd-section--ivory {
  background: var(--dwd-ivory);
}

.dwd-section--paper {
  background: var(--dwd-paper);
}

.dwd-section--taupe {
  background: var(--dwd-taupe-dark);
  color: var(--dwd-white);
}

.dwd-section--dark {
  background:
    radial-gradient(circle at 86% 12%, rgba(185, 154, 98, 0.15), transparent 25%),
    var(--dwd-black);
  color: var(--dwd-white);
}

.dwd-section__head {
  display: grid;
  grid-template-columns: minmax(0, 0.78fr) minmax(340px, 0.9fr);
  gap: clamp(38px, 6vw, 92px);
  align-items: end;
  margin-bottom: clamp(38px, 5vw, 66px);
}

.dwd-section__title,
.dwd-section h2,
.dwd-section h3 {
  margin-top: 0;
  letter-spacing: -0.055em;
  line-height: 1.2;
  text-wrap: balance;
}

.dwd-section__title,
.dwd-section h2 {
  margin-bottom: 0;
  font-size: clamp(35px, 4.6vw, 62px);
  font-weight: 780;
}

.dwd-section h3 {
  margin-bottom: 13px;
  font-size: clamp(22px, 2.5vw, 31px);
}

.dwd-section__intro {
  margin: 0;
  color: var(--dwd-muted);
  font-size: clamp(16px, 1.45vw, 18px);
}

.dwd-section--dark .dwd-section__intro,
.dwd-section--taupe .dwd-section__intro {
  color: rgba(255, 255, 255, 0.69);
}

.dwd-section--dark .dwd-eyebrow,
.dwd-section--taupe .dwd-eyebrow {
  color: var(--dwd-gold-bright);
}

.dwd-divider-title {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 20px;
  align-items: center;
  margin-bottom: 36px;
  color: var(--dwd-taupe-dark);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 12px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.dwd-divider-title::after {
  height: 1px;
  background: var(--dwd-line);
  content: "";
}

.dwd-stat-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  border-top: 1px solid var(--dwd-line);
  border-left: 1px solid var(--dwd-line);
}

.dwd-stat {
  min-height: 178px;
  padding: 30px;
  border-right: 1px solid var(--dwd-line);
  border-bottom: 1px solid var(--dwd-line);
  background: rgba(255, 255, 255, 0.64);
}

.dwd-stat small {
  display: block;
  margin-bottom: 19px;
  color: var(--dwd-muted);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.12em;
}

.dwd-stat strong {
  display: block;
  color: var(--dwd-charcoal);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(30px, 3.3vw, 47px);
  font-weight: 500;
  line-height: 1.05;
}

.dwd-stat span {
  display: block;
  margin-top: 12px;
  color: var(--dwd-muted);
  font-size: 13px;
}

.dwd-card-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(16px, 2vw, 27px);
}

.dwd-card-grid--two {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.dwd-card-grid--four {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.dwd-card {
  position: relative;
  min-width: 0;
  overflow: hidden;
  border: 1px solid var(--dwd-line);
  border-radius: var(--dwd-radius);
  background: var(--dwd-white);
  box-shadow: var(--dwd-shadow-soft);
}

.dwd-card__media {
  position: relative;
  aspect-ratio: 4 / 3;
  margin: 0 !important;
  overflow: hidden;
  background: var(--dwd-ivory-deep);
}

.dwd-card__media--portrait {
  aspect-ratio: 4 / 5;
}

.dwd-card__media--wide {
  aspect-ratio: 16 / 9;
}

.dwd-card__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 700ms cubic-bezier(0.2, 0.7, 0.2, 1);
}

.dwd-card__body {
  padding: clamp(23px, 2.5vw, 32px);
}

.dwd-card__number,
.dwd-card__label {
  display: block;
  margin-bottom: 17px;
  color: var(--dwd-gold);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.dwd-card h3,
.dwd-card h4 {
  margin: 0 0 12px;
  color: var(--dwd-charcoal);
  font-size: clamp(20px, 2vw, 27px);
  letter-spacing: -0.045em;
  line-height: 1.3;
}

.dwd-card p {
  margin: 0;
  color: var(--dwd-muted);
}

.dwd-media-split {
  display: grid;
  grid-template-columns: minmax(0, 1.17fr) minmax(340px, 0.73fr);
  gap: clamp(42px, 7vw, 104px);
  align-items: center;
}

.dwd-media-split--reverse {
  grid-template-columns: minmax(340px, 0.73fr) minmax(0, 1.17fr);
}

.dwd-media-split--reverse > :first-child {
  order: 2;
}

.dwd-media-frame {
  position: relative;
  margin: 0 !important;
}

.dwd-media-frame::before {
  position: absolute;
  z-index: -1;
  right: -18px;
  bottom: -18px;
  width: 62%;
  height: 62%;
  border: 1px solid rgba(185, 154, 98, 0.5);
  content: "";
}

.dwd-media-frame img {
  width: 100%;
  background: var(--dwd-ivory-deep);
  box-shadow: var(--dwd-shadow);
}

.dwd-media-frame figcaption,
.dwd-shell figcaption,
.dwd-blog-shell figcaption {
  padding: 13px 2px 0;
  color: var(--dwd-muted);
  font-size: 12px;
  line-height: 1.65;
  text-align: left;
}

.dwd-section--dark figcaption,
.dwd-section--taupe figcaption {
  color: rgba(255, 255, 255, 0.58);
}

.dwd-feature-list,
.dwd-check-list {
  display: grid;
  gap: 0;
  margin: 28px 0 0;
  padding: 0;
  border-top: 1px solid var(--dwd-line);
  list-style: none;
}

.dwd-feature-list li,
.dwd-check-list li {
  position: relative;
  min-height: 62px;
  padding: 18px 0 18px 39px;
  border-bottom: 1px solid var(--dwd-line);
}

.dwd-feature-list li::before,
.dwd-check-list li::before {
  position: absolute;
  top: 22px;
  left: 1px;
  display: grid;
  width: 23px;
  height: 23px;
  border: 1px solid var(--dwd-gold);
  border-radius: 50%;
  color: var(--dwd-gold);
  content: "✓";
  font-size: 11px;
  font-weight: 900;
  line-height: 1;
  place-items: center;
}

.dwd-feature-list strong,
.dwd-check-list strong {
  display: block;
  margin-bottom: 4px;
  color: var(--dwd-charcoal);
}

.dwd-feature-list span,
.dwd-check-list span {
  color: var(--dwd-muted);
  font-size: 14px;
}

.dwd-section--dark .dwd-feature-list,
.dwd-section--dark .dwd-check-list,
.dwd-section--taupe .dwd-feature-list,
.dwd-section--taupe .dwd-check-list {
  border-top-color: var(--dwd-line-light);
}

.dwd-section--dark .dwd-feature-list li,
.dwd-section--dark .dwd-check-list li,
.dwd-section--taupe .dwd-feature-list li,
.dwd-section--taupe .dwd-check-list li {
  border-bottom-color: var(--dwd-line-light);
}

.dwd-section--dark .dwd-feature-list strong,
.dwd-section--dark .dwd-check-list strong,
.dwd-section--taupe .dwd-feature-list strong,
.dwd-section--taupe .dwd-check-list strong {
  color: var(--dwd-white);
}

.dwd-section--dark .dwd-feature-list span,
.dwd-section--dark .dwd-check-list span,
.dwd-section--taupe .dwd-feature-list span,
.dwd-section--taupe .dwd-check-list span {
  color: rgba(255, 255, 255, 0.66);
}

.dwd-fact-list {
  display: grid;
  margin: 0;
  border-top: 1px solid var(--dwd-line);
}

.dwd-fact-list > div {
  display: grid;
  grid-template-columns: minmax(130px, 0.34fr) minmax(0, 1fr);
  gap: 24px;
  padding: 17px 0;
  border-bottom: 1px solid var(--dwd-line);
}

.dwd-fact-list dt {
  color: var(--dwd-taupe);
  font-size: 13px;
  font-weight: 780;
}

.dwd-fact-list dd {
  margin: 0;
  color: var(--dwd-charcoal);
}

.dwd-gallery {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: clamp(10px, 1.4vw, 18px);
}

.dwd-gallery > * {
  grid-column: span 4;
  min-width: 0;
  margin: 0 !important;
}

.dwd-gallery > :nth-child(5n + 1),
.dwd-gallery > :nth-child(5n + 2) {
  grid-column: span 6;
}

.dwd-gallery img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
}

.dwd-table-guide {
  display: flex;
  align-items: center;
  gap: 9px;
  margin: 0 0 11px;
  color: var(--dwd-muted);
  font-size: 12px;
  font-weight: 750;
}

.dwd-table-guide::before {
  color: var(--dwd-gold);
  content: "↔";
  font-size: 17px;
}

.dwd-table-scroll {
  max-width: 100%;
  overflow-x: auto;
  border: 1px solid var(--dwd-line);
  border-radius: var(--dwd-radius);
  background: var(--dwd-white);
  box-shadow: var(--dwd-shadow-soft);
  scrollbar-color: var(--dwd-gold) var(--dwd-ivory);
  scrollbar-width: thin;
  -webkit-overflow-scrolling: touch;
}

.dwd-table-scroll table,
.dwd-table {
  width: 100%;
  min-width: 760px;
  margin: 0;
  border: 0;
  border-collapse: collapse;
  background: var(--dwd-white);
  color: var(--dwd-ink);
  font-size: 14px;
}

.dwd-table-scroll th,
.dwd-table-scroll td,
.dwd-table th,
.dwd-table td {
  padding: 17px 18px;
  border-right: 1px solid var(--dwd-line);
  border-bottom: 1px solid var(--dwd-line);
  text-align: left;
  vertical-align: top;
}

.dwd-table-scroll th:last-child,
.dwd-table-scroll td:last-child,
.dwd-table th:last-child,
.dwd-table td:last-child {
  border-right: 0;
}

.dwd-table-scroll tr:last-child > *,
.dwd-table tr:last-child > * {
  border-bottom: 0;
}

.dwd-table-scroll th,
.dwd-table th {
  background: var(--dwd-charcoal);
  color: var(--dwd-white);
  font-size: 13px;
  font-weight: 780;
}

.dwd-vr-section {
  padding-top: clamp(70px, 8vw, 106px);
}

.dwd-vr-wrap {
  margin-top: clamp(30px, 4vw, 54px);
  overflow: hidden;
  border: 1px solid rgba(185, 154, 98, 0.45);
  border-radius: var(--dwd-radius);
  background: var(--dwd-black);
  box-shadow: 0 28px 90px rgba(0, 0, 0, 0.28);
}

.dwd-vr-toolbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  min-height: 62px;
  padding: 10px 16px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  background: var(--dwd-charcoal);
  color: var(--dwd-white);
}

.dwd-vr-toolbar strong {
  font-size: 14px;
}

.dwd-vr-toolbar a {
  color: var(--dwd-gold-bright);
  font-size: 12px;
  font-weight: 750;
}

.dwd-vr-frame {
  position: relative;
  width: 100%;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  background:
    radial-gradient(circle at center, rgba(185, 154, 98, 0.14), transparent 34%),
    #080807;
}

.dwd-vr-frame iframe,
.dwd-vr-frame video {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  border: 0;
}

.dwd-vr-note,
.dwd-vr-status {
  margin: 0;
  padding: 15px 17px;
  background: var(--dwd-white);
  color: var(--dwd-muted);
  font-size: 12px;
  line-height: 1.65;
}

.dwd-vr-status {
  display: grid;
  min-height: 240px;
  padding: 34px;
  background:
    linear-gradient(135deg, rgba(185, 154, 98, 0.1), transparent 50%),
    var(--dwd-ivory);
  color: var(--dwd-charcoal);
  place-items: center;
  text-align: center;
}

.dwd-vr-status__inner {
  max-width: 700px;
}

.dwd-vr-status h2,
.dwd-vr-status h3 {
  margin: 0 0 12px;
}

.dwd-vr-status p {
  margin: 0;
  color: var(--dwd-muted);
}

.dwd-notice,
.dwd-disclosure,
.dwd-blog-note {
  margin: 25px 0 0;
  padding: 20px 22px;
  border-left: 3px solid var(--dwd-gold);
  background: rgba(185, 154, 98, 0.1);
  color: var(--dwd-taupe-dark);
  font-size: 13px;
}

.dwd-empty-state {
  display: grid;
  min-height: 330px;
  padding: 45px;
  border: 1px solid var(--dwd-line);
  background:
    linear-gradient(135deg, rgba(185, 154, 98, 0.1), transparent 44%),
    var(--dwd-white);
  place-items: center;
  text-align: center;
}

.dwd-empty-state__icon {
  display: grid;
  width: 72px;
  height: 72px;
  margin: 0 auto 20px;
  border: 1px solid rgba(185, 154, 98, 0.56);
  border-radius: 50%;
  color: var(--dwd-gold);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 27px;
  place-items: center;
}

.dwd-empty-state p {
  max-width: 700px;
  margin: 9px auto 0;
  color: var(--dwd-muted);
}

.dwd-tile-links {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 13px;
}

.dwd-tile-links.dwd-vr-links {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.dwd-tile-link {
  display: block;
  position: relative;
  width: 100%;
  box-sizing: border-box;
  min-height: 182px;
  padding: 24px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  background: rgba(255, 255, 255, 0.055);
  color: var(--dwd-white) !important;
  text-decoration: none !important;
  transition: transform 180ms ease, background 180ms ease, border-color 180ms ease;
}

.dwd-tile-link small {
  display: block;
  margin-bottom: 35px;
  color: var(--dwd-gold-bright);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 12px;
  letter-spacing: 0.12em;
}

.dwd-tile-link strong {
  display: block;
  font-size: 19px;
}

.dwd-tile-link span {
  position: absolute;
  right: 21px;
  bottom: 18px;
  color: var(--dwd-gold-bright);
  font-size: 22px;
}

.dwd-news-list {
  display: grid;
  gap: 12px;
}

.dwd-news-card {
  display: grid;
  grid-template-columns: 118px minmax(0, 1fr) auto;
  gap: 22px;
  align-items: center;
  min-height: 108px;
  padding: 22px 24px;
  border: 1px solid var(--dwd-line);
  background: var(--dwd-white);
  color: var(--dwd-charcoal) !important;
  text-decoration: none !important;
}

.dwd-news-card small {
  color: var(--dwd-gold);
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 700;
}

.dwd-news-card strong {
  display: block;
  margin-bottom: 4px;
  font-size: 18px;
}

.dwd-news-card p {
  margin: 0;
  color: var(--dwd-muted);
  font-size: 14px;
}

.dwd-news-card > span {
  color: var(--dwd-gold);
  font-size: 21px;
}

.dwd-cta {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 38px;
  align-items: center;
  padding: clamp(38px, 5vw, 64px);
  background:
    linear-gradient(115deg, rgba(185, 154, 98, 0.18), transparent 50%),
    var(--dwd-charcoal);
  color: var(--dwd-white);
}

.dwd-cta h2,
.dwd-cta h3 {
  margin: 0 0 9px;
  color: var(--dwd-white);
  font-size: clamp(28px, 3.6vw, 45px);
}

.dwd-cta p {
  margin: 0;
  color: rgba(255, 255, 255, 0.67);
}

.dwd-blog-masthead {
  position: relative;
  display: grid;
  min-height: 650px;
  padding: 158px max(24px, calc((100vw - 1120px) / 2)) 84px;
  overflow: hidden;
  background: var(--dwd-black);
  color: var(--dwd-white);
  place-items: end start;
  isolation: isolate;
}

.dwd-blog-masthead__media {
  position: absolute;
  z-index: -2;
  inset: 0;
  margin: 0 !important;
}

.dwd-blog-masthead__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(0.78);
}

.dwd-blog-masthead::before {
  position: absolute;
  z-index: -1;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(9, 9, 8, 0.94), rgba(16, 15, 14, 0.62) 58%, rgba(16, 15, 14, 0.2)),
    linear-gradient(0deg, rgba(9, 9, 8, 0.76), transparent 62%);
  content: "";
}

.dwd-blog-masthead__inner {
  width: min(920px, 100%);
}

.dwd-blog-masthead h1 {
  font-size: clamp(40px, 5.5vw, 70px);
}

.dwd-blog-masthead__lead {
  max-width: 760px;
  margin: 23px 0 0;
  color: rgba(255, 255, 255, 0.76);
  font-size: 18px;
}

.dwd-blog-content {
  width: min(var(--dwd-reading-width), calc(100% - 48px));
  margin-inline: auto;
  padding: 78px 0 122px;
}

.dwd-blog-content > * {
  max-width: 100%;
}

.dwd-blog-content h2 {
  margin: 72px 0 20px;
  padding-top: 10px;
  color: var(--dwd-charcoal);
  font-size: clamp(29px, 4vw, 42px);
  letter-spacing: -0.055em;
  line-height: 1.25;
}

.dwd-blog-content h3 {
  margin: 44px 0 13px;
  color: var(--dwd-charcoal);
  font-size: clamp(22px, 3vw, 28px);
  letter-spacing: -0.045em;
}

.dwd-blog-content p,
.dwd-blog-content li {
  color: #4f4b45;
  font-size: 16px;
}

.dwd-blog-content ul,
.dwd-blog-content ol {
  padding-left: 1.3em;
}

.dwd-blog-content figure,
.dwd-blog-content .dwd-vr-wrap,
.dwd-blog-content .dwd-table-scroll {
  margin-block: 34px !important;
}

.dwd-blog-toc {
  margin: 28px 0 52px;
  padding: 27px;
  border: 1px solid var(--dwd-line);
  background: var(--dwd-ivory);
}

.dwd-blog-toc > strong {
  display: block;
  margin-bottom: 13px;
  color: var(--dwd-taupe-dark);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 12px;
  letter-spacing: 0.14em;
}

.dwd-blog-toc ol {
  display: grid;
  gap: 6px;
  margin: 0;
}

.dwd-blog-toc a {
  color: var(--dwd-charcoal);
  text-decoration-color: rgba(185, 154, 98, 0.65);
}

.dwd-source-list {
  display: grid;
  gap: 9px;
  margin: 22px 0 0;
  padding: 0;
  list-style: none;
}

.dwd-source-list a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 52px;
  padding: 11px 15px;
  border: 1px solid var(--dwd-line);
  color: var(--dwd-charcoal);
  font-weight: 720;
  text-decoration: none;
}

.dwd-source-list a::after {
  margin-left: 15px;
  color: var(--dwd-gold);
  content: "↗";
}

.dwd-hashtags {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  margin-top: 25px;
}

.dwd-hashtags span,
.dwd-hashtags a {
  padding: 7px 12px;
  border: 1px solid var(--dwd-line);
  border-radius: 999px;
  color: var(--dwd-taupe-dark);
  font-size: 12px;
  text-decoration: none;
}

.dwd-footer {
  padding: 70px max(24px, calc((100vw - var(--dwd-content-width)) / 2)) 112px;
  border-top: 1px solid rgba(185, 154, 98, 0.22);
  background: #11110f;
  color: rgba(255, 255, 255, 0.68);
}

.dwd-footer__inner {
  display: grid;
  grid-template-columns: minmax(300px, 0.75fr) minmax(0, 1.25fr);
  gap: clamp(45px, 7vw, 96px);
}

.dwd-footer__brand {
  margin: 0 0 22px;
  color: var(--dwd-white);
  font-size: 23px;
  font-weight: 800;
  letter-spacing: -0.045em;
}

.dwd-footer address {
  color: rgba(255, 255, 255, 0.7);
  font-size: 14px;
  font-style: normal;
}

.dwd-footer address a {
  color: var(--dwd-white);
  text-decoration-color: rgba(215, 189, 135, 0.45);
}

.dwd-footer__notice {
  max-width: 590px;
  margin: 19px 0 0;
  color: rgba(255, 255, 255, 0.44);
  font-size: 12px;
}

.dwd-footer-menu {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 9px;
}

.dwd-footer-menu a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 50px;
  padding: 0 14px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  color: var(--dwd-white);
  font-size: 12px;
  font-weight: 720;
  text-decoration: none;
  transition: background 160ms ease, border-color 160ms ease, transform 160ms ease;
}

.dwd-footer-menu a::after {
  margin-left: 10px;
  color: var(--dwd-gold-bright);
  content: "→";
}

.dwd-footer-menu a:nth-child(4n + 1) {
  animation: dwd-footer-nudge 8s ease-in-out infinite;
}

.dwd-footer-menu a:nth-child(4n + 3) {
  animation: dwd-footer-nudge 8s 2.6s ease-in-out infinite;
}

.dwd-floating-call {
  position: fixed;
  z-index: 9980;
  right: max(18px, env(safe-area-inset-right));
  bottom: max(18px, env(safe-area-inset-bottom));
  display: grid;
  min-width: 198px;
  min-height: 62px;
  padding: 9px 21px;
  border: 2px solid var(--dwd-white);
  border-radius: 999px;
  background: var(--dwd-gold);
  color: var(--dwd-black) !important;
  box-shadow: 0 16px 44px rgba(0, 0, 0, 0.3);
  font-size: 18px;
  font-variant-numeric: tabular-nums;
  font-weight: 880;
  line-height: 1.08;
  place-items: center;
  text-decoration: none !important;
  animation: dwd-call-pulse 4s ease-in-out infinite;
}

.dwd-floating-call small {
  display: block;
  margin-bottom: 4px;
  font-size: 10px;
  font-weight: 760;
  letter-spacing: 0.09em;
  text-align: center;
}

.dwd-reveal {
  opacity: 1;
  transform: none;
}

.dwd-motion-ready .dwd-reveal:not(.is-visible) {
  opacity: 0;
  transform: translateY(32px);
}

.dwd-motion-ready .dwd-reveal {
  transition: opacity 680ms cubic-bezier(0.16, 1, 0.3, 1), transform 680ms cubic-bezier(0.16, 1, 0.3, 1);
}

.dwd-motion-ready .dwd-reveal[data-delay="1"] {
  transition-delay: 80ms;
}

.dwd-motion-ready .dwd-reveal[data-delay="2"] {
  transition-delay: 160ms;
}

.dwd-motion-ready .dwd-reveal[data-delay="3"] {
  transition-delay: 240ms;
}

.dwd-motion-ready .dwd-reveal[data-delay="4"] {
  transition-delay: 320ms;
}

.dwd-shell :focus-visible,
.dwd-blog-shell :focus-visible {
  outline: 3px solid var(--dwd-gold-bright);
  outline-offset: 3px;
}

.dwd-table-scroll:focus-visible {
  outline-color: var(--dwd-gold);
  outline-offset: 5px;
}

@media (hover: hover) {
  .dwd-btn:hover,
  .dwd-shell .wp-block-button__link:hover,
  .dwd-blog-shell .wp-block-button__link:hover {
    transform: translateY(-2px);
    box-shadow: 0 13px 32px rgba(185, 154, 98, 0.25);
  }

  .dwd-card:hover .dwd-card__media img {
    transform: scale(1.025);
  }

  .dwd-tile-link:hover,
  .dwd-tile-link:focus-visible {
    border-color: rgba(215, 189, 135, 0.6);
    background: rgba(255, 255, 255, 0.1);
    transform: translateY(-4px);
  }

  .dwd-news-card:hover,
  .dwd-news-card:focus-visible {
    border-color: rgba(185, 154, 98, 0.55);
    box-shadow: var(--dwd-shadow-soft);
  }

  .dwd-footer-menu a:hover,
  .dwd-footer-menu a:focus-visible {
    border-color: rgba(215, 189, 135, 0.46);
    background: rgba(255, 255, 255, 0.07);
    transform: translateY(-2px);
  }
}

@keyframes dwd-call-pulse {
  0%,
  72%,
  100% {
    transform: translateY(0) scale(1);
  }
  79% {
    transform: translateY(-4px) scale(1.018);
  }
  85% {
    transform: translateY(0) scale(1);
  }
  91% {
    transform: translateY(-2px) scale(1.008);
  }
}

@keyframes dwd-menu-glint {
  0%,
  82%,
  100% {
    box-shadow: 0 10px 32px rgba(185, 154, 98, 0.2);
    transform: translateY(0);
  }
  88% {
    box-shadow: 0 12px 36px rgba(215, 189, 135, 0.38);
    transform: translateY(-2px);
  }
}

@keyframes dwd-menu-nudge {
  0%,
  86%,
  100% {
    transform: translateX(0);
  }
  90% {
    transform: translateX(-3px);
  }
  94% {
    transform: translateX(2px);
  }
}

@keyframes dwd-footer-nudge {
  0%,
  90%,
  100% {
    transform: translateY(0);
  }
  94% {
    transform: translateY(-3px);
  }
}

@media (max-width: 1240px) {
  .dwd-menu-toggle {
    display: block;
    animation: dwd-menu-nudge 6.8s ease-in-out infinite;
  }

  .dwd-nav {
    position: fixed;
    z-index: 4;
    top: var(--dwd-header-height);
    right: 0;
    bottom: 0;
    display: flex;
    width: min(440px, 92vw);
    padding: 24px 25px max(38px, calc(env(safe-area-inset-bottom) + 24px));
    overflow-y: auto;
    overscroll-behavior: contain;
    background:
      linear-gradient(145deg, rgba(185, 154, 98, 0.1), transparent 32%),
      #151513;
    box-shadow: -26px 0 72px rgba(0, 0, 0, 0.34);
    flex-direction: column;
    align-items: stretch;
    justify-content: flex-start;
    gap: 2px;
    transform: translateX(105%);
    visibility: hidden;
    transition: transform 230ms cubic-bezier(0.2, 0.75, 0.25, 1), visibility 0s linear 230ms;
  }

  body.admin-bar .dwd-nav {
    top: calc(32px + var(--dwd-header-height));
  }

  .dwd-nav.is-open {
    transform: translateX(0);
    visibility: visible;
    transition: transform 230ms cubic-bezier(0.2, 0.75, 0.25, 1), visibility 0s;
  }

  .dwd-nav > a {
    justify-content: space-between;
    width: 100%;
    min-height: 53px;
    padding: 0 12px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.11);
    font-size: 16px;
  }

  .dwd-nav > a:not(.dwd-header-call)::after {
    right: 12px;
    bottom: 0;
    left: 12px;
  }

  .dwd-nav > a:not(.dwd-header-call)::before {
    color: var(--dwd-gold-bright);
    content: "→";
    order: 2;
  }

  .dwd-header-call {
    min-height: 50px !important;
    margin-top: 10px;
    border-bottom: 1px solid var(--dwd-gold) !important;
  }

  .dwd-menu-backdrop {
    display: block;
  }

  .dwd-card-grid--four,
  .dwd-tile-links,
  .dwd-footer-menu {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 920px) {
  .dwd-hero {
    min-height: min(830px, 100svh);
    padding-top: 138px;
  }

  .dwd-hero::before {
    background:
      linear-gradient(90deg, rgba(8, 8, 7, 0.86), rgba(14, 14, 13, 0.34)),
      linear-gradient(0deg, rgba(8, 8, 7, 0.94) 0%, rgba(8, 8, 7, 0.22) 76%);
  }

  .dwd-scroll-cue {
    display: none;
  }

  .dwd-section__head,
  .dwd-media-split,
  .dwd-media-split--reverse,
  .dwd-footer__inner,
  .dwd-cta {
    grid-template-columns: 1fr;
  }

  .dwd-section__head {
    gap: 20px;
  }

  .dwd-media-split--reverse > :first-child {
    order: 0;
  }

  .dwd-stat-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .dwd-card-grid,
  .dwd-card-grid--two {
    grid-template-columns: 1fr;
  }

  .dwd-gallery > * {
    grid-column: span 6;
  }

  .dwd-news-card {
    grid-template-columns: 1fr auto;
  }

  .dwd-news-card small {
    grid-column: 1 / -1;
  }

  .dwd-cta .dwd-actions {
    margin-top: 0;
  }
}

@media (max-width: 782px) {
  body.admin-bar .dwd-header {
    top: 46px;
  }

  body.admin-bar .dwd-nav {
    top: calc(46px + var(--dwd-header-height));
  }
}

@media (max-width: 640px) {
  :root {
    --dwd-header-height: 66px;
  }

  .dwd-tile-links.dwd-vr-links {
    grid-template-columns: 1fr;
  }

  .dwd-container,
  .dwd-index__inner {
    width: calc(100% - 40px);
  }

  .dwd-header__inner {
    width: calc(100% - 28px);
  }

  .dwd-header,
  .dwd-header__inner {
    min-height: var(--dwd-header-height);
  }

  .dwd-brand__mark {
    width: 31px;
    height: 31px;
    margin-right: 8px;
  }

  .dwd-brand__text strong {
    font-size: 14px;
  }

  .dwd-brand__text small {
    display: none;
  }

  .dwd-menu-toggle {
    width: 51px;
    min-width: 51px;
    height: 46px;
  }

  .dwd-nav {
    top: var(--dwd-header-height);
    width: 100%;
  }

  body.admin-bar .dwd-nav {
    top: calc(46px + var(--dwd-header-height));
  }

  .dwd-hero {
    min-height: 740px;
    padding: 124px 20px 66px;
  }

  .dwd-hero__media img {
    object-position: 58% center;
  }

  .dwd-hero h1 {
    font-size: clamp(40px, 13.2vw, 59px);
  }

  .dwd-hero__lead {
    font-size: 16px;
  }

  .dwd-hero__meta {
    display: grid;
    gap: 5px;
  }

  .dwd-actions .dwd-btn,
  .dwd-button-row .dwd-btn,
  .dwd-actions .wp-block-button,
  .dwd-actions .wp-block-button__link,
  .dwd-button-row .wp-block-button,
  .dwd-button-row .wp-block-button__link {
    width: 100%;
  }

  .dwd-index__inner {
    min-height: 60px;
  }

  .dwd-page-hero {
    min-height: 440px;
    padding: 128px 20px 58px;
  }

  .dwd-page-hero h1 {
    font-size: 41px;
  }

  .dwd-page-hero__lead,
  .dwd-page-hero p:last-child {
    font-size: 16px;
  }

  .dwd-section {
    padding: 76px 20px;
  }

  .dwd-section--tight {
    padding-block: 58px;
  }

  .dwd-section h2,
  .dwd-section__title {
    font-size: clamp(32px, 10vw, 45px);
  }

  .dwd-stat-grid {
    grid-template-columns: 1fr;
  }

  .dwd-stat {
    min-height: 140px;
    padding: 25px;
  }

  .dwd-card-grid--four,
  .dwd-tile-links {
    grid-template-columns: 1fr;
  }

  .dwd-card__body {
    padding: 23px 21px;
  }

  .dwd-media-frame::before {
    right: -8px;
    bottom: -8px;
  }

  .dwd-gallery {
    grid-template-columns: 1fr;
  }

  .dwd-gallery > *,
  .dwd-gallery > :nth-child(5n + 1),
  .dwd-gallery > :nth-child(5n + 2) {
    grid-column: 1;
  }

  .dwd-fact-list > div {
    grid-template-columns: 1fr;
    gap: 5px;
  }

  .dwd-vr-toolbar {
    align-items: flex-start;
    flex-direction: column;
    gap: 3px;
  }

  .dwd-vr-status {
    min-height: 220px;
    padding: 28px 20px;
  }

  .dwd-empty-state {
    min-height: 300px;
    padding: 34px 20px;
  }

  .dwd-tile-link {
    min-height: 140px;
  }

  .dwd-news-card {
    padding: 19px;
  }

  .dwd-cta {
    gap: 25px;
    padding: 34px 22px;
  }

  .dwd-blog-masthead {
    min-height: 580px;
    padding: 130px 20px 62px;
  }

  .dwd-blog-masthead h1 {
    font-size: 39px;
  }

  .dwd-blog-masthead__lead {
    font-size: 16px;
  }

  .dwd-blog-content {
    width: calc(100% - 40px);
    padding: 56px 0 112px;
  }

  .dwd-blog-content h2 {
    margin-top: 58px;
  }

  .dwd-blog-toc {
    padding: 22px 19px;
  }

  .dwd-footer {
    padding: 58px 20px 122px;
  }

  .dwd-footer__inner {
    gap: 42px;
  }

  .dwd-footer-menu {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .dwd-floating-call {
    right: max(12px, env(safe-area-inset-right));
    bottom: max(10px, env(safe-area-inset-bottom));
    left: max(12px, env(safe-area-inset-left));
    width: auto;
    min-height: 57px;
    padding: 8px 17px;
    font-size: 17px;
  }
}

.dwd-shell .wp-block-button.dwd-btn--dark .wp-block-button__link,
.dwd-blog-shell .wp-block-button.dwd-btn--dark .wp-block-button__link {
  border-color: var(--dwd-charcoal);
  background: var(--dwd-charcoal);
  color: var(--dwd-white) !important;
}

.dwd-shell .wp-block-button.dwd-btn--line .wp-block-button__link,
.dwd-blog-shell .wp-block-button.dwd-btn--line .wp-block-button__link,
.dwd-shell .wp-block-button.dwd-btn--outline .wp-block-button__link,
.dwd-blog-shell .wp-block-button.dwd-btn--outline .wp-block-button__link {
  background: transparent;
  color: var(--dwd-taupe-dark) !important;
}

.dwd-unit-plan-scroll {
  max-width: 100%;
  overflow-x: auto;
  overscroll-behavior-inline: contain;
  scrollbar-gutter: stable;
}

.dwd-plan-open {
  display: inline-flex;
  margin: 12px 0 2px;
  color: var(--dwd-taupe-dark);
  font-size: 13px;
  font-weight: 780;
  text-underline-offset: 4px;
}

.dwd-hashtags {
  margin-top: 24px;
  color: var(--dwd-taupe-dark);
  font-size: 14px;
  line-height: 1.9;
}

@media (max-width: 620px) {
  .dwd-unit-plan-scroll .dwd-unit-plan {
    min-width: 680px;
  }
}

@media (prefers-reduced-motion: reduce) {
  html.dwd-page {
    scroll-behavior: auto;
  }

  .dwd-shell *,
  .dwd-shell *::before,
  .dwd-shell *::after,
  .dwd-blog-shell *,
  .dwd-blog-shell *::before,
  .dwd-blog-shell *::after {
    scroll-behavior: auto !important;
    animation-duration: 0.001ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.001ms !important;
    transition-delay: 0ms !important;
  }

  .dwd-motion-ready .dwd-reveal,
  .dwd-motion-ready .dwd-reveal:not(.is-visible) {
    opacity: 1;
    transform: none;
  }
}

@media print {
  .dwd-header,
  .dwd-menu-backdrop,
  .dwd-floating-call,
  .dwd-menu-toggle,
  .dwd-vr-wrap,
  .dwd-footer {
    display: none !important;
  }

  .dwd-hero,
  .dwd-page-hero,
  .dwd-blog-masthead {
    min-height: 0;
    padding: 32px;
    background: #fff;
    color: #000;
  }

  .dwd-hero h1,
  .dwd-page-hero h1,
  .dwd-blog-masthead h1 {
    color: #000;
  }

  .dwd-section,
  .dwd-blog-content {
    padding-block: 24px;
  }
}
