@charset "UTF-8";
@media only screen and (min-width: 0rem) {
  body.editorial-page {
    background-color: var(--color-gray-medium);
    color: var(--color-gray-dark);
  }
  body.editorial-page #cs-navigation,
  body.editorial-page #cs-footer-275 {
    display: none;
  }
  body.editorial-page #main {
    padding: 0;
  }
  #vd-page {
    --ed-topbar-height: 6rem;
    --vd-gutter: 1.1rem;
    --vd-content-max: 116rem;
    width: 100%;
    margin: 0;
    padding: 0;
  }
  .vd-shell {
    width: 100%;
    margin: 0;
    padding-top: var(--ed-topbar-height);
  }
  .vd-screen {
    min-height: 0;
    display: block;
  }
  .vd-topbar {
    min-height: 6rem;
    padding: 1.05rem var(--vd-gutter);
    border-bottom: 1px solid rgba(223, 227, 229, 0.28);
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    z-index: 140;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    background-color: var(--color-gray-dark);
  }
  .vd-hero-banner {
    position: relative;
    height: clamp(220px, 36vw, 320px);
    min-height: clamp(220px, 36vw, 320px);
    overflow: hidden;
  }
  .vd-hero-banner img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    filter: brightness(0.2);
  }
  .vd-hero-overlay {
    position: absolute;
    left: var(--vd-gutter);
    bottom: clamp(1rem, 3vw, 2.1rem);
    z-index: 2;
  }
  .vd-hero-overlay p {
    margin: 0;
    font-size: clamp(2rem, 5vw, 3rem);
    line-height: 1;
    color: var(--color-white);
  }
  .vd-hero-overlay h1 {
    margin: 0.3rem 0 0;
    font-size: clamp(2.2rem, 6vw, 4.8rem);
    line-height: 0.9;
    text-transform: uppercase;
    font-weight: 900;
    color: var(--color-white);
  }
  .vd-content-dark {
    background-color: var(--color-gray-dark);
    padding: clamp(3rem, 7.5vw, 5.4rem) var(--vd-gutter);
  }
  .vd-content-inner {
    width: 100%;
    margin: 0;
    display: grid;
    gap: 1.5rem;
  }
  .vd-content-copy {
    color: var(--color-white);
  }
  .vd-content-copy h2 {
    margin: 0;
    font-size: clamp(2.2rem, 6vw, 4rem);
    line-height: 1.08;
    font-weight: 900;
  }
  .vd-subline {
    margin: 0.95rem 0 0 !important;
    font-size: clamp(1.2rem, 2.8vw, 1.8rem) !important;
    line-height: 1.35 !important;
    font-weight: 600 !important;
  }
  .vd-content-copy p {
    margin: 1.25rem 0 0;
    max-width: 64ch;
    font-size: clamp(1.18rem, 2.35vw, 1.46rem);
    line-height: 1.55;
    color: rgba(243, 244, 244, 0.9);
  }
  .vd-legal {
    background-color: var(--color-gray-dark);
    padding: clamp(3.2rem, 8vw, 5.8rem) var(--vd-gutter);
  }
  .vd-legal-inner {
    width: 100%;
    margin: 0;
    max-width: 86rem;
  }
  .vd-legal h1 {
    margin: 0;
    color: var(--color-white);
    font-size: clamp(2.2rem, 6.5vw, 4.4rem);
    line-height: 1;
    text-transform: uppercase;
    font-weight: 900;
  }
  .vd-legal h2 {
    margin: 2.1rem 0 0;
    color: var(--color-white);
    font-size: clamp(1.35rem, 3.8vw, 2rem);
    line-height: 1.2;
    text-transform: uppercase;
    font-weight: 800;
  }
  .vd-legal p {
    margin: 1rem 0 0;
    color: rgba(243, 244, 244, 0.9);
    max-width: 78ch;
    font-size: clamp(1.05rem, 2.2vw, 1.28rem);
    line-height: 1.65;
  }
  .vd-legal a {
    color: var(--color-neon-yellow);
    text-decoration: none;
  }
  .vd-legal a:hover {
    text-decoration: underline;
  }
  .vd-contact {
    background-color: var(--color-gray-dark);
    padding: clamp(3.2rem, 8vw, 5.8rem) var(--vd-gutter);
  }
  .vd-contact-grid {
    width: 100%;
    margin: 0;
    max-width: 86rem;
    display: grid;
    gap: 2rem;
  }
  .vd-contact-copy h1 {
    margin: 0;
    color: var(--color-white);
    font-size: clamp(2.2rem, 6.5vw, 4.4rem);
    line-height: 1;
    text-transform: uppercase;
    font-weight: 900;
  }
  .vd-contact-copy h2 {
    margin: 2rem 0 0;
    color: var(--color-white);
    font-size: clamp(1.3rem, 3.8vw, 1.9rem);
    line-height: 1.2;
    text-transform: uppercase;
    font-weight: 800;
  }
  .vd-contact-copy p {
    margin: 1rem 0 0;
    color: rgba(243, 244, 244, 0.92);
    max-width: 68ch;
    font-size: clamp(1.04rem, 2.2vw, 1.24rem);
    line-height: 1.65;
  }
  .vd-contact-copy a {
    color: var(--color-neon-yellow);
    text-decoration: none;
  }
  .vd-contact-copy a:hover {
    text-decoration: underline;
  }
  .vd-contact-form {
    display: grid;
    gap: 1.05rem;
    padding: 1.6rem;
    border: 1px solid rgba(223, 227, 229, 0.24);
    background-color: rgba(223, 227, 229, 0.06);
  }
  .vd-form-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0.9rem;
  }
  .vd-form-field {
    display: grid;
    gap: 0.45rem;
  }
  .vd-contact-form label {
    margin-top: 0.5rem;
    color: rgba(243, 244, 244, 0.92);
    font-size: 0.95rem;
    line-height: 1.2;
    text-transform: uppercase;
    font-weight: 700;
  }
  .vd-contact-form input,
  .vd-contact-form select,
  .vd-contact-form textarea {
    width: 100%;
    border: 1px solid rgba(223, 227, 229, 0.28);
    background-color: rgba(40, 46, 49, 0.92);
    color: var(--color-white);
    font-family: var(--bodyFont);
    font-size: 1.05rem;
    letter-spacing: 0.09em;
    line-height: 1.5;
    padding: 0.95rem 1rem;
  }
  .vd-contact-form textarea {
    min-height: 10.5rem;
    resize: vertical;
  }
  .vd-contact-form input::placeholder,
  .vd-contact-form textarea::placeholder {
    color: rgba(223, 227, 229, 0.62);
  }
  .vd-contact-form button {
    margin-top: 1rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: fit-content;
    min-height: 3.2rem;
    padding: 0.7rem 1.35rem 0.74rem;
    border: 1px solid var(--color-neon-yellow);
    background-color: var(--color-neon-yellow);
    color: var(--color-gray-dark);
    text-decoration: none;
    text-transform: uppercase;
    font-size: 0.9rem;
    font-weight: 700;
    line-height: 1;
    cursor: pointer;
    transition: background-color 0.2s ease, border-color 0.2s ease, color 0.2s ease, transform 0.22s ease, box-shadow 0.22s ease;
  }
  .vd-contact-form button:hover {
    background-color: var(--color-white);
    border-color: var(--color-white);
    color: var(--color-gray-dark);
    transform: translateY(-2px);
    box-shadow: 0 0.45rem 1rem rgba(0, 0, 0, 0.24);
  }
  .vd-contact-form > p {
    color: var(--color-white);
  }
  .vd-contact-form > p a {
    color: var(--color-neon-yellow);
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit;
    letter-spacing: inherit;
    line-height: inherit;
  }
  .vd-benefits,
  .vd-steps {
    margin: 1rem 0 0;
    padding: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    gap: 0.55rem;
  }
  .vd-benefits li,
  .vd-steps li {
    padding: 0.4rem 0.58rem 0.42rem;
    border: 1px solid rgba(223, 227, 229, 0.38);
    font-size: 0.9rem;
    line-height: 1;
    text-transform: uppercase;
    color: var(--color-white);
    background-color: rgba(223, 227, 229, 0.06);
  }
  .vd-steps span {
    margin-right: 0.38rem;
    color: var(--color-neon-yellow);
    font-weight: 700;
  }
  .vd-action-row {
    margin-top: 1.4rem;
    display: flex;
    flex-wrap: wrap;
    gap: 0.55rem;
  }
  .vd-action-primary,
  .vd-action-secondary,
  .vd-cta-band a,
  .vd-detail a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 2.9rem;
    padding: 0.64rem 1.2rem 0.68rem;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 0.9rem;
    font-weight: 700;
    line-height: 1;
    position: relative;
    overflow: hidden;
    isolation: isolate;
    transform: translateY(0);
    box-shadow: 0 0 0 rgba(0, 0, 0, 0);
    transition: background-color 0.2s ease, border-color 0.2s ease, color 0.2s ease, transform 0.22s ease, box-shadow 0.22s ease;
  }
  .vd-action-primary::after,
  .vd-action-secondary::after,
  .vd-cta-band a::after,
  .vd-detail a::after {
    content: "";
    position: absolute;
    top: 0;
    left: -35%;
    width: 24%;
    height: 100%;
    pointer-events: none;
    background: linear-gradient(120deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.45), rgba(255, 255, 255, 0));
    transform: skewX(-20deg) translateX(-220%);
    transition: transform 0.45s ease;
  }
  .vd-action-primary,
  .vd-cta-band a,
  .vd-detail a {
    border: 1px solid var(--color-neon-yellow);
    background-color: var(--color-neon-yellow);
    color: var(--color-gray-dark);
  }
  .vd-action-secondary {
    border: 1px solid rgba(223, 227, 229, 0.45);
    color: var(--color-white);
    background-color: transparent;
  }
  .vd-action-primary:hover,
  .vd-cta-band a:hover,
  .vd-detail a:hover {
    background-color: var(--color-white);
    border-color: var(--color-white);
    color: var(--color-gray-dark);
    transform: translateY(-2px);
    box-shadow: 0 0.45rem 1rem rgba(0, 0, 0, 0.24);
  }
  .vd-action-secondary:hover {
    border-color: var(--color-neon-yellow);
    color: var(--color-neon-yellow);
    background-color: rgba(223, 227, 229, 0.08);
    transform: translateY(-2px);
    box-shadow: 0 0.45rem 1rem rgba(0, 0, 0, 0.24);
  }
  .vd-action-primary:hover::after,
  .vd-action-secondary:hover::after,
  .vd-cta-band a:hover::after,
  .vd-detail a:hover::after,
  .vd-action-primary:focus-visible::after,
  .vd-action-secondary:focus-visible::after,
  .vd-cta-band a:focus-visible::after,
  .vd-detail a:focus-visible::after {
    transform: skewX(-20deg) translateX(430%);
  }
  .vd-action-primary:focus-visible,
  .vd-action-secondary:focus-visible,
  .vd-cta-band a:focus-visible,
  .vd-detail a:focus-visible {
    outline: 2px solid var(--color-neon-yellow);
    outline-offset: 2px;
  }
  .vd-options {
    padding: clamp(3.2rem, 8vw, 5.6rem) var(--vd-gutter) clamp(3.4rem, 8.6vw, 6rem);
    background-color: var(--color-gray-dark);
  }
  .vd-options-inner {
    width: 100%;
    margin: 0;
  }
  .vd-options h2 {
    margin: 0;
    font-size: clamp(2rem, 5vw, 3.5rem);
    text-align: center;
    line-height: 1;
    font-weight: 900;
    text-transform: uppercase;
    color: var(--color-white);
  }
  .vd-option-grid {
    margin-top: 1.6rem;
    display: grid;
    gap: 1.2rem;
  }
  .vd-option-card {
    padding: 1.2rem;
    border: 1px solid rgba(223, 227, 229, 0.35);
    background-color: rgba(223, 227, 229, 0.2);
    text-decoration: none;
    display: flex;
    flex-direction: column;
    transition: border-color 0.2s ease, background-color 0.2s ease, transform 0.2s ease;
  }
  .vd-option-card:hover {
    border-color: var(--color-neon-yellow);
    background-color: rgba(223, 227, 229, 0.3);
    transform: translateY(-2px);
  }
  .vd-option-index {
    display: block;
    margin-bottom: 0.8rem;
    font-size: clamp(2.6rem, 4.4vw, 4rem);
    line-height: 0.9;
    font-weight: 900;
    color: var(--color-neon-yellow);
  }
  .vd-option-card h3 {
    margin: 0;
    font-size: clamp(1.2rem, 2.5vw, 1.6rem);
    line-height: 1.2;
    font-weight: 700;
    color: var(--color-white);
  }
  .vd-option-card p {
    margin: 0.8rem 0 0;
    font-size: clamp(1.1rem, 2.05vw, 1.24rem);
    line-height: 1.55;
    color: rgba(243, 244, 244, 0.9);
  }
  .vd-cta-band {
    padding: clamp(3.4rem, 8.4vw, 6rem) var(--vd-gutter) clamp(3.8rem, 9.2vw, 6.4rem);
    text-align: center;
    background-color: var(--color-gray-dark) !important;
    border-top: 1px solid rgba(40, 46, 49, 0.2);
  }
  .vd-cta-band h2 {
    margin: 0;
    font-size: clamp(2.2rem, 5.5vw, 4rem);
    line-height: 1;
    font-weight: 900;
    text-transform: uppercase;
    color: var(--color-white);
  }
  .vd-cta-band p {
    margin: 1.15rem auto 0;
    max-width: 34ch;
    font-size: clamp(1.2rem, 2.55vw, 1.54rem);
    line-height: 1.5;
    color: rgba(243, 244, 244, 0.9);
  }
  .vd-cta-band a {
    margin-top: 1.35rem;
  }
  .vd-detail {
    padding: clamp(3.2rem, 8vw, 5.8rem) var(--vd-gutter);
    scroll-margin-top: calc(var(--ed-topbar-height) + 1rem);
    border-top: 1px solid rgba(40, 46, 49, 0.22);
    background-color: var(--color-gray-medium);
  }
  .vd-detail-dark {
    background-color: var(--color-gray-dark);
    border-top-color: rgba(223, 227, 229, 0.22);
  }
  .vd-detail-inner {
    width: 100%;
    margin: 0;
    display: grid;
    gap: 1.4rem;
  }
  .vd-detail-image {
    margin: 0;
    border: 1px solid rgba(40, 46, 49, 0.22);
    aspect-ratio: 4/3;
    overflow: hidden;
  }
  .vd-detail-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
  }
  .vd-detail-copy {
    display: flex;
    flex-direction: column;
    gap: 0.9rem;
  }
  .vd-detail-kicker {
    margin: 0;
    font-size: 0.84rem;
    line-height: 1;
    text-transform: uppercase;
    font-weight: 700;
    color: rgba(40, 47, 50, 0.72);
  }
  .vd-detail h2 {
    margin: 0.05rem 0 0;
    font-size: clamp(2rem, 5vw, 3.3rem);
    line-height: 1.08;
    text-transform: uppercase;
    font-weight: 900;
    color: var(--color-gray-dark);
  }
  .vd-detail-subline {
    margin: 0 !important;
    font-size: clamp(1.15rem, 2.7vw, 1.75rem) !important;
    line-height: 1.35 !important;
    font-weight: 600 !important;
    color: rgba(40, 47, 50, 0.86) !important;
  }
  .vd-detail p {
    margin: 0.35rem 0 0;
    max-width: 64ch;
    font-size: clamp(1.18rem, 2.25vw, 1.38rem);
    line-height: 1.58;
    color: rgba(40, 47, 50, 0.9);
  }
  .vd-detail ul {
    margin: 1rem 0 0;
    padding: 0;
    list-style: none;
    display: grid;
    gap: 0.45rem;
  }
  .vd-detail li {
    padding-left: 1.8rem;
    position: relative;
    font-size: clamp(1.1rem, 2.05vw, 1.22rem);
    line-height: 1.5;
    color: rgba(40, 47, 50, 0.9);
  }
  .vd-detail li::before {
    content: "—";
    position: absolute;
    left: 0;
    top: -0.1em;
    color: var(--color-neon-yellow);
    font-weight: 900;
    line-height: 1.5;
  }
  .vd-detail-dark h2,
  .vd-detail-dark p,
  .vd-detail-dark .vd-detail-kicker,
  .vd-detail-dark .vd-detail-subline {
    color: var(--color-white) !important;
  }
  .vd-detail-dark li {
    color: rgba(243, 244, 244, 0.92);
  }
  .vd-detail-dark .vd-detail-image {
    border-color: rgba(223, 227, 229, 0.22);
  }
  .vd-detail a {
    margin-top: 0.8rem;
    width: fit-content;
  }
  .vd-detail-dark a:hover {
    border-color: var(--color-white);
  }
  /* Explicit contrast rules: light sections = dark text, dark sections = white text */
  .vd-intro,
  .vd-detail:not(.vd-detail-dark) {
    color: var(--color-white);
  }
  .vd-intro p,
  .vd-intro h1,
  .vd-detail:not(.vd-detail-dark) h2,
  .vd-detail:not(.vd-detail-dark) p,
  .vd-detail:not(.vd-detail-dark) li,
  .vd-detail:not(.vd-detail-dark) .vd-detail-kicker,
  .vd-detail:not(.vd-detail-dark) .vd-detail-subline {
    color: var(--color-white);
  }
  /* Force white text on medium-gray detail sections where component-level rules were stronger */
  .vd-detail:not(.vd-detail-dark) h2,
  .vd-detail:not(.vd-detail-dark) p,
  .vd-detail:not(.vd-detail-dark) li,
  .vd-detail:not(.vd-detail-dark) .vd-detail-kicker {
    color: var(--color-white) !important;
  }
  .vd-detail:not(.vd-detail-dark) .vd-detail-subline {
    color: rgba(243, 244, 244, 0.94) !important;
  }
  .vd-content-dark,
  .vd-options,
  .vd-detail-dark {
    color: var(--color-white);
  }
  .vd-content-dark h1,
  .vd-content-dark h2,
  .vd-content-dark h3,
  .vd-content-dark h4,
  .vd-content-dark h5,
  .vd-legal h1,
  .vd-legal h2,
  .vd-legal h3,
  .vd-legal h4,
  .vd-legal h5,
  .vd-contact h1,
  .vd-contact h2,
  .vd-contact h3,
  .vd-contact h4,
  .vd-contact h5,
  .vd-options h1,
  .vd-options h2,
  .vd-options h3,
  .vd-options h4,
  .vd-options h5,
  .vd-cta-band h1,
  .vd-cta-band h2,
  .vd-cta-band h3,
  .vd-cta-band h4,
  .vd-cta-band h5,
  .vd-detail h1,
  .vd-detail h2,
  .vd-detail h3,
  .vd-detail h4,
  .vd-detail h5 {
    color: var(--color-white) !important;
  }
  /* Editorial footer styles are centralized in root.scss via .ef-* classes */
}
@media only screen and (min-width: 48rem) {
  .vd-shell {
    width: 100%;
  }
  .vd-contact-grid {
    grid-template-columns: 0.95fr 1.05fr;
    align-items: start;
    gap: 2.2rem;
  }
  .vd-option-grid {
    grid-template-columns: repeat(3, 1fr);
  }
  .vd-detail-inner {
    grid-template-columns: 0.95fr 1.05fr;
    gap: 7em;
    align-items: start;
  }
  .vd-detail-dark .vd-detail-inner {
    grid-template-columns: 1.05fr 0.95fr;
  }
  .vd-detail-dark .vd-detail-image {
    order: 2;
  }
  .vd-cta-band a {
    min-height: 2.9rem;
  }
  /* Editorial footer styles are centralized in root.scss via .ef-* classes */
}
@media only screen and (min-width: 75rem) {
  #vd-page {
    --ed-topbar-height: 7.5rem;
    --vd-gutter: 10em;
  }
  .vd-shell {
    width: 100%;
  }
  .vd-topbar {
    min-height: 7.5rem;
    padding: 1.425rem var(--vd-gutter);
  }
  .vd-hero-banner {
    height: 320px;
    min-height: 320px;
  }
  /* Editorial footer styles are centralized in root.scss via .ef-* classes */
}
@media only screen and (max-width: 47.99rem) {
  .site-layout .ef-footer {
    grid-template-columns: 1fr;
    gap: 0.9rem;
  }
  .site-layout .ef-footer-brand {
    grid-column: auto;
  }
  .site-layout .ef-footer-col {
    padding-left: 0;
    padding-right: 0;
  }
  .site-layout .ef-footer-info,
  .site-layout .ef-footer-hours,
  .site-layout .ef-footer-contact,
  .site-layout .ef-footer-links {
    border-right: 0;
    padding-left: 0;
    padding-right: 0;
  }
  .vd-detail-inner {
    display: flex;
    flex-direction: column;
  }
  .vd-detail-image {
    order: 1;
  }
  .vd-detail-copy {
    order: 2;
  }
  .vd-topbar {
    padding: 1.05rem var(--vd-gutter);
  }
  .vd-logo {
    width: 12.075rem;
  }
  .vd-menu-text {
    font-size: 0.85rem;
  }
  .ed-main-menu nav a {
    padding: 0.68rem var(--vd-gutter) 0.82rem;
  }
  .ed-main-menu nav a[aria-current=page] {
    color: var(--color-gray-dark) !important;
  }
  .ed-main-menu nav a span {
    margin-bottom: 0.15rem;
    font-size: 1.55rem;
  }
  .ed-main-menu nav a strong {
    font-size: clamp(1.55rem, 7.8vw, 2.2rem);
    line-height: 1;
  }
  .vd-hero-banner {
    height: clamp(170px, 45vw, 220px);
    min-height: clamp(170px, 45vw, 220px);
  }
  .vd-hero-overlay h1 {
    font-size: clamp(1.55rem, 7.8vw, 2.2rem);
    line-height: 1;
  }
  .vd-content-copy h2 {
    font-size: clamp(2rem, 9vw, 2.8rem);
    line-height: 1.1;
  }
  .vd-subline {
    font-size: clamp(1.06rem, 4.6vw, 1.35rem) !important;
  }
  .vd-content-copy p,
  .vd-option-card p,
  .vd-cta-band p,
  .vd-detail p,
  .vd-detail li {
    font-size: clamp(1rem, 4.2vw, 1.15rem);
    line-height: 1.5;
  }
  .vd-option-grid {
    gap: 0.85rem;
  }
  .vd-option-card {
    padding: 1rem;
  }
  .vd-option-card h3 {
    font-size: clamp(1.15rem, 5.4vw, 1.4rem);
  }
  .vd-detail {
    padding-top: 1.55rem;
    padding-bottom: 2rem;
  }
}
@media only screen and (max-width: 63.99rem) {
  #vd-page section h2 {
    color: var(--color-white) !important;
  }
  .vd-option-grid {
    grid-template-columns: 1fr;
  }
  .vd-detail-inner,
  .vd-detail-dark .vd-detail-inner {
    grid-template-columns: 1fr;
    gap: 1.2rem;
  }
  .vd-detail-image,
  .vd-detail-dark .vd-detail-image {
    order: 1;
  }
  .vd-detail-copy {
    order: 2;
  }
}
