:root {
    --edt-orange: #f7931d;
    --edt-orange-deep: #d86f00;
    --edt-ink: #101113;
    --edt-charcoal: #202225;
    --edt-slate: #64676d;
    --edt-paper: #f4f4f1;
    --edt-white: #fff;
    --edt-line: #deded8;
    --edt-width: 1180px;
    --edt-font: Poppins, "Avenir Next", "Segoe UI", Arial, sans-serif;
}

html { scroll-behavior: smooth; }
body.edt-site { margin: 0; background: var(--edt-white); color: var(--edt-charcoal); font-family: var(--edt-font); font-size: 16px; line-height: 1.65; }
.edt-site *, .edt-site *::before, .edt-site *::after { box-sizing: border-box; }
.edt-site a { color: inherit; }
.edt-site img { max-width: 100%; height: auto; }
.edt-wrap { width: min(calc(100% - 48px), var(--edt-width)); margin-inline: auto; }
.edt-skip-link { position: fixed; left: 12px; top: -100px; z-index: 9999; background: #fff; color: #111; padding: 12px 18px; }
.edt-skip-link:focus { top: 12px; }
.edt-kicker { margin: 0 0 18px; color: var(--edt-orange-deep); font-size: 12px; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; }
.edt-button { display: inline-flex; min-height: 54px; align-items: center; justify-content: center; padding: 14px 24px; border: 0; border-radius: 2px; background: var(--edt-orange); color: var(--edt-ink) !important; font: inherit; font-weight: 800; text-decoration: none; cursor: pointer; transition: background .2s ease, transform .2s ease; }
.edt-button:hover { background: #ffac42; transform: translateY(-2px); }
.edt-button--dark { background: var(--edt-ink); color: #fff !important; }
.edt-button--dark:hover { background: #303237; }
.edt-text-link { display: inline-flex; gap: 8px; align-items: center; border-bottom: 1px solid currentColor; padding-bottom: 3px; font-size: 14px; font-weight: 800; text-decoration: none; }
.edt-site :focus-visible { outline: 3px solid var(--edt-orange); outline-offset: 3px; }

.edt-announcement { background: var(--edt-orange); color: var(--edt-ink); font-size: 13px; font-weight: 700; }
.edt-announcement .edt-wrap { display: flex; min-height: 36px; align-items: center; justify-content: space-between; gap: 24px; }
.edt-announcement a { text-decoration: none; }
.edt-header { position: relative; z-index: 50; background: var(--edt-ink); color: #fff; }
.edt-nav { display: flex; min-height: 100px; align-items: center; gap: 36px; }
.edt-brand { display: flex; max-width: 230px; align-items: center; gap: 11px; color: var(--edt-orange) !important; text-decoration: none; }
.edt-brand img { display: block; width: auto; max-width: 210px; max-height: 66px; }
.edt-brand__mark { font-size: 32px; }
.edt-brand__name { font-size: 20px; font-weight: 800; line-height: 1; }
.edt-brand__name small { display: block; margin-top: 5px; color: #ddd; font-size: 12px; font-weight: 500; }
.edt-primary-nav { margin-left: auto; }
.edt-menu, .edt-footer-menu { margin: 0; padding: 0; list-style: none; }
.edt-menu { display: flex; align-items: center; gap: 34px; }
.edt-menu a { color: #f3f3f1; font-size: 14px; font-weight: 600; text-decoration: none; }
.edt-menu a:hover, .edt-menu .current-menu-item > a, .edt-menu .current_page_item > a { color: var(--edt-orange); }
.edt-nav-cta { min-height: 48px; }
.edt-menu-toggle { display: none; width: 46px; height: 42px; align-items: center; justify-content: center; flex-direction: column; gap: 5px; border: 0; background: transparent; }
.edt-menu-toggle > span:not(.screen-reader-text) { display: block; width: 24px; height: 2px; background: #fff; }

.edt-route-grid { position: absolute; inset: 0; overflow: hidden; pointer-events: none; background-image: linear-gradient(rgba(255,255,255,.026) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.026) 1px, transparent 1px); background-size: 52px 52px; }
.edt-route-grid span { position: absolute; width: 70%; height: 390px; top: 8%; right: -16%; border: 2px dashed rgba(247,147,29,.25); border-left: 0; border-bottom: 0; border-radius: 50%; transform: rotate(-10deg); }
.edt-route-grid i { position: absolute; right: 13%; bottom: 16%; width: 11px; height: 11px; border: 3px solid #fff; border-radius: 50%; background: var(--edt-orange); }
.edt-home-hero, .edt-page-hero { position: relative; overflow: hidden; background: var(--edt-ink); color: #fff; }
.edt-home-hero { background-image: url('../images/herobg.jpg'); background-position: center center; background-size: cover; }
.edt-home-hero::before { position: absolute; z-index: 1; content: ""; inset: 0; background: linear-gradient(90deg, rgba(9,10,12,.94) 0%, rgba(9,10,12,.87) 36%, rgba(9,10,12,.52) 61%, rgba(9,10,12,.20) 100%); }
.edt-home-hero > .edt-route-grid { display: none; }
.edt-home-hero::after, .edt-page-hero::after { position: absolute; content: ""; width: 760px; height: 560px; right: -10%; bottom: -70%; border: 1px solid rgba(255,255,255,.09); border-radius: 50%; transform: rotate(-15deg); }
.edt-home-hero { min-height: 780px; padding: 74px 0 82px; }
.edt-home-hero__grid { position: relative; z-index: 2; display: grid; grid-template-columns: minmax(0, 1.02fr) minmax(460px, .98fr); gap: 72px; align-items: center; }
.edt-home-hero h1, .edt-page-hero h1 { margin: 0; color: #fff; font-size: clamp(52px, 6.4vw, 86px); font-weight: 800; letter-spacing: -.055em; line-height: .98; }
.edt-home-hero h1 em, .edt-page-hero h1 em { color: var(--edt-orange); font-style: normal; }
.edt-home-hero__lead { max-width: 710px; margin: 32px 0 0; color: #c9c9c6; font-size: 19px; line-height: 1.72; }
.edt-actions { display: flex; margin-top: 40px; align-items: center; gap: 28px; }
.edt-hero-wizard { min-height: 510px; border-top: 4px solid var(--edt-orange); border-radius: 0 0 18px 18px; background: rgba(255,255,255,.985); color: var(--edt-charcoal); padding: 30px; box-shadow: 0 24px 70px rgba(0,0,0,.3); }
.edt-hero-wizard__step[hidden] { display: none; }
.edt-hero-wizard__step { animation: edt-wizard-in .28s ease both; }
.edt-hero-wizard__meta { display: flex; min-height: 24px; align-items: center; justify-content: space-between; gap: 20px; margin-bottom: 8px; color: var(--edt-slate); font-size: 11px; font-weight: 700; }
.edt-hero-wizard__meta > span { color: var(--edt-orange-deep); font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.edt-hero-wizard__meta button { border: 0; background: transparent; color: var(--edt-slate); font: inherit; cursor: pointer; padding: 0; }
.edt-hero-wizard h2 { margin: 0; color: var(--edt-charcoal); font-size: 29px; line-height: 1.15; }
.edt-hero-wizard__step > p:not(.edt-kicker):not(.edt-hero-wizard__brand):not(.edt-wizard-error):not(.edt-hero-wizard__note) { margin: 7px 0 20px; color: var(--edt-slate); font-size: 13px; }
.edt-hero-wizard__brand { margin: 0 0 8px; color: var(--edt-slate); font-size: 10px; font-weight: 600; }
.edt-hero-wizard .edt-kicker { margin: 0 0 6px; font-size: 10px; }
.edt-service-options { display: grid; gap: 10px; margin: 24px 0 18px; padding: 0; border: 0; }
.edt-service-options label { display: flex; min-height: 53px; align-items: center; gap: 13px; border: 1px solid #d8d9d6; border-radius: 8px; padding: 11px 15px; color: #292b2f; font-size: 14px; font-weight: 600; cursor: pointer; transition: border-color .18s ease, background .18s ease, transform .18s ease; }
.edt-service-options label:hover { border-color: var(--edt-orange); transform: translateX(3px); }
.edt-service-options label:has(input:checked) { border-color: var(--edt-orange); background: #fff4e6; }
.edt-service-options input { width: 18px; height: 18px; margin: 0; accent-color: var(--edt-orange); }
.edt-hero-wizard__primary { width: 100%; min-height: 54px; border: 0; border-radius: 8px; background: var(--edt-orange); color: var(--edt-ink); font: inherit; font-size: 14px; font-weight: 800; cursor: pointer; transition: background .18s ease, transform .18s ease; }
.edt-hero-wizard__primary:hover { background: #ffac42; transform: translateY(-1px); }
.edt-wizard-error { min-height: 18px; margin: 0 0 8px; color: #98251e; font-size: 11px; font-weight: 700; }
.edt-hero-wizard__fields { display: grid; grid-template-columns: 1fr 1fr; gap: 11px 14px; margin-top: 18px; }
.edt-hero-wizard__fields > label { display: flex; flex-direction: column; gap: 4px; color: #37393d; font-size: 10px; font-weight: 700; }
.edt-hero-wizard__fields input:not([type="checkbox"]), .edt-hero-wizard__fields textarea { width: 100%; min-height: 40px; border: 1px solid #d8d9d6; border-radius: 7px; background: #fff; color: var(--edt-charcoal); padding: 8px 10px; font: inherit; font-size: 12px; }
.edt-hero-wizard__fields textarea { min-height: 62px; resize: vertical; }
.edt-hero-wizard__wide { grid-column: 1 / -1; }
.edt-hero-wizard__consent { display: grid !important; grid-template-columns: 16px 1fr; align-items: start; font-weight: 500 !important; line-height: 1.35; }
.edt-hero-wizard__consent input { width: 15px; height: 15px; margin: 1px 0 0; accent-color: var(--edt-orange); }
.edt-hero-wizard__note { margin: 12px 0; color: var(--edt-slate); font-size: 10px; text-align: center; }
.edt-hero-wizard .edt-form-message { margin: 0 0 16px; font-size: 12px; }
.edt-hero-wizard__success { display: flex; min-height: 446px; align-items: flex-start; justify-content: center; flex-direction: column; }
.edt-hero-wizard__success p:not(.edt-kicker) { color: var(--edt-slate); }
.edt-hero-wizard__restart { min-height: 48px; border: 0; border-bottom: 2px solid var(--edt-orange); background: transparent; color: var(--edt-charcoal); padding: 0; font: inherit; font-weight: 800; cursor: pointer; }
@keyframes edt-wizard-in { from { opacity: 0; transform: translateY(8px); } to { opacity: 1; transform: none; } }
.edt-journey-card { border-top: 4px solid var(--edt-orange); background: #1c1e21; padding: 32px; }
.edt-card-label { margin: 0 0 24px; color: #fff; font-weight: 800; }
.edt-journey-card ol { margin: 0; padding: 0; list-style: none; }
.edt-journey-card li { display: grid; grid-template-columns: 36px 1fr; gap: 10px; padding: 17px 0; border-top: 1px solid #36383c; color: #e5e5e3; font-size: 14px; }
.edt-journey-card li span { color: var(--edt-orange); font-size: 11px; font-weight: 800; }
.edt-journey-card > p:last-child { margin: 22px 0 0; color: #999ca2; font-size: 12px; }
.edt-page-hero { padding: 102px 0 94px; }
.edt-page-hero__inner { position: relative; z-index: 2; }
.edt-page-hero h1 { max-width: 900px; font-size: clamp(48px, 6vw, 78px); }
.edt-page-hero__summary { max-width: 720px; margin: 30px 0 0; color: #c5c6c4; font-size: 18px; }

.edt-section { padding: 108px 0; }
.edt-split { display: grid; grid-template-columns: .9fr 1.1fr; gap: 100px; align-items: start; }
.edt-section h2, .edt-cta h2 { margin: 0; color: var(--edt-charcoal); font-size: clamp(36px, 4vw, 56px); font-weight: 750; letter-spacing: -.04em; line-height: 1.08; }
.edt-prose { color: var(--edt-slate); font-size: 17px; line-height: 1.85; }
.edt-prose p { margin: 0 0 24px; }
.edt-intro { background: var(--edt-ink); color: #fff; }
.edt-intro__statement { max-width: 980px; text-align: center; }
.edt-intro__statement h2 { color: #fff; }
.edt-intro__statement .edt-prose { max-width: 900px; margin: 34px auto 0; color: #d0d1d2; }
.edt-services { background: var(--edt-paper); }
.edt-section-heading { display: flex; margin-bottom: 54px; align-items: end; justify-content: space-between; gap: 60px; }
.edt-section-heading > p { max-width: 420px; margin: 0; color: var(--edt-slate); }
.edt-service-grid { display: grid; grid-template-columns: repeat(2, 1fr); border-top: 1px solid var(--edt-line); border-left: 1px solid var(--edt-line); }
.edt-service-card { display: grid; min-width: 0; grid-template-columns: 1fr 1fr; border-right: 1px solid var(--edt-line); border-bottom: 1px solid var(--edt-line); background: #fff; }
.edt-service-card__image { min-height: 330px; background: #ddd var(--edt-image) center / cover no-repeat; filter: saturate(.78); }
.edt-service-card__body { display: flex; min-height: 330px; flex-direction: column; justify-content: center; padding: 34px; }
.edt-service-card:nth-child(2) .edt-service-card__image, .edt-service-card:nth-child(3) .edt-service-card__image { order: 2; }
.edt-service-card__body > p { margin: 0 0 32px; color: var(--edt-orange-deep); font-size: 11px; font-weight: 800; }
.edt-service-card h3 { margin: 0 0 15px; font-size: 22px; line-height: 1.25; }
.edt-service-card__body > span { color: var(--edt-slate); font-size: 14px; }
.edt-service-card__link { display: inline-flex; gap: 7px; margin-top: 24px; color: var(--edt-charcoal) !important; font-size: 13px; font-weight: 800; text-decoration: none; border-bottom: 1px solid currentColor; }
.edt-section-action { margin-top: 36px; text-align: center; }
.edt-featured { background: #fff; }
.edt-package-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.edt-package-card { position: relative; min-height: 430px; overflow: hidden; background: var(--edt-ink) var(--edt-image) center / cover no-repeat; color: #fff; }
.edt-package-card::before { position: absolute; content: ""; inset: 0; background: linear-gradient(0deg, rgba(10,11,12,.92), rgba(10,11,12,.08) 70%); }
.edt-package-card > div { position: absolute; z-index: 1; inset: auto 26px 27px; }
.edt-package-card p { margin: 0 0 9px; color: var(--edt-orange); font-size: 10px; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.edt-package-card h3 { margin: 0 0 17px; font-size: 24px; line-height: 1.15; }
.edt-package-card a { font-size: 12px; font-weight: 800; text-decoration: none; }
.edt-orange-panel { background: var(--edt-orange); color: var(--edt-ink); }
.edt-orange-panel .edt-kicker { color: #713700; }
.edt-benefits { border-top: 1px solid rgba(16,17,19,.28); }
.edt-benefits p, .edt-process p { display: grid; grid-template-columns: 50px 1fr; gap: 18px; margin: 0; padding: 22px 0; border-bottom: 1px solid rgba(16,17,19,.2); }
.edt-benefits strong, .edt-process strong { font-size: 12px; }

.edt-values { background: var(--edt-paper); }
.edt-value-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--edt-line); border-left: 1px solid var(--edt-line); }
.edt-value-grid article { min-height: 300px; padding: 40px; border-right: 1px solid var(--edt-line); border-bottom: 1px solid var(--edt-line); background: #fff; }
.edt-value-grid p { margin: 0 0 58px; color: var(--edt-orange-deep); font-size: 12px; font-weight: 800; }
.edt-value-grid h3 { margin: 0 0 15px; font-size: 24px; }
.edt-value-grid span { color: var(--edt-slate); }
.edt-image-story { display: grid; grid-template-columns: 1.1fr .9fr; gap: 80px; align-items: center; }
.edt-image-story__image { min-height: 500px; background: var(--edt-paper) var(--edt-image) center / cover no-repeat; }
.edt-image-story p:not(.edt-kicker) { color: var(--edt-slate); font-size: 17px; }
.edt-badge-row { display: flex; gap: 14px; margin-top: 32px; }
.edt-badge-row span { display: flex; min-height: 88px; flex: 1; flex-direction: column; justify-content: center; border-bottom: 4px solid var(--edt-orange); background: var(--edt-paper); padding: 18px; font-size: 12px; }
.edt-badge-row strong { font-size: 20px; }
.edt-process { border-top: 1px solid var(--edt-line); }
.edt-process p { padding: 25px 0; border-color: var(--edt-line); }
.edt-process strong { color: var(--edt-orange-deep); }
.edt-process span { color: var(--edt-slate); }
.edt-process b { display: block; color: var(--edt-charcoal); font-size: 17px; }

.edt-contact { background: var(--edt-orange); }
.edt-contact__grid { display: grid; grid-template-columns: .75fr 1.25fr; gap: 84px; align-items: start; }
.edt-contact .edt-kicker { color: #713700; }
.edt-contact h2 { color: var(--edt-charcoal); }
.edt-contact > .edt-wrap > div:first-child > p:not(.edt-kicker) { font-size: 17px; }
.edt-contact-list { margin-top: 42px; border-top: 1px solid rgba(16,17,19,.25); }
.edt-contact-list p { display: flex; margin: 0; padding: 20px 0; flex-direction: column; border-bottom: 1px solid rgba(16,17,19,.2); }
.edt-contact-list span { font-size: 11px; font-weight: 800; text-transform: uppercase; }
.edt-contact-list a { font-size: 17px; font-weight: 800; text-decoration: none; overflow-wrap: anywhere; }
.edt-contact__form { background: #fff; padding: 42px; }
.edt-contact__form .edt-form-shell { padding: 0; }
.edt-map { min-height: 460px; background: var(--edt-paper); }
.edt-map iframe { display: block; width: 100%; min-height: 460px; border: 0; filter: none; }
.edt-location-grid { display: grid; grid-template-columns: .72fr 1.28fr; gap: 68px; align-items: stretch; }
.edt-location-copy { padding: 28px 0; }
.edt-location-copy > p:not(.edt-kicker) { margin: 26px 0; color: var(--edt-slate); }

.edt-form { display: grid; grid-template-columns: 1fr 1fr; gap: 21px; }
.edt-field { display: flex; flex-direction: column; gap: 7px; }
.edt-field-wide { grid-column: 1 / -1; }
.edt-field label { font-size: 12px; font-weight: 700; }
.edt-field input, .edt-field select, .edt-field textarea { width: 100%; border: 1px solid #ccccc7; border-radius: 0; background: #fff; color: var(--edt-charcoal); font: inherit; font-size: 14px; padding: 13px 14px; }
.edt-field button { width: 100%; min-height: 54px; border: 0; background: var(--edt-ink); color: #fff; font: inherit; font-weight: 800; cursor: pointer; }
.edt-consent label { display: flex; align-items: flex-start; gap: 10px; font-weight: 500; line-height: 1.5; }
.edt-consent input { width: auto; margin-top: 4px; }
.edt-honeypot { position: absolute !important; left: -10000px !important; width: 1px !important; height: 1px !important; overflow: hidden !important; }
.edt-form-message { margin-bottom: 24px; padding: 14px; font-weight: 700; }
.edt-form-success { background: #e5f5e9; color: #176a31; }
.edt-form-error { background: #ffeded; color: #98251e; }

.edt-editable { background: #fff; }
.edt-content { max-width: 900px; }
.edt-content > *:first-child { margin-top: 0; }
.edt-content h2, .edt-content h3 { line-height: 1.2; }
.edt-content h2 { font-size: 38px; }
.edt-content p, .edt-content li { color: #4f5257; }
.edt-content a { color: var(--edt-orange-deep); }
.edt-content .elementor { max-width: none; }
.edt-article-image { width: 100%; margin: 24px 0 40px; }
.edt-article-meta > p:first-child { color: var(--edt-orange-deep); font-size: 12px; font-weight: 800; text-transform: uppercase; }
.edt-post-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 28px; }
.edt-post-card { border: 1px solid var(--edt-line); }
.edt-post-card__image { display: block; height: 220px; overflow: hidden; background: var(--edt-paper); }
.edt-post-card__image img { width: 100%; height: 100%; object-fit: cover; }
.edt-post-card > div { padding: 28px; }
.edt-post-card p { color: var(--edt-orange-deep); font-size: 11px; font-weight: 800; text-transform: uppercase; }
.edt-post-card h2 { font-size: 23px; }
.edt-post-card h2 a { text-decoration: none; }
.edt-post-card span { display: block; margin-bottom: 20px; color: var(--edt-slate); }

.edt-cta { position: relative; overflow: hidden; padding: 82px 0; background: var(--edt-ink); color: #fff; }
.edt-cta__inner { position: relative; z-index: 2; display: flex; align-items: center; justify-content: space-between; gap: 50px; }
.edt-cta h2 { max-width: 730px; color: #fff; }
.edt-footer { position: relative; isolation: isolate; overflow: hidden; background: var(--edt-ink) url('../images/footer-bg.jpg') center center / cover no-repeat; color: #d7d8da; padding: 82px 0 28px; }
.edt-footer::before { position: absolute; z-index: -1; content: ""; inset: 0; background: linear-gradient(90deg, rgba(9,10,12,.94) 0%, rgba(9,10,12,.89) 48%, rgba(9,10,12,.78) 100%); }
.edt-footer__grid { display: grid; grid-template-columns: 1.35fr 1fr .65fr; gap: 70px; }
.edt-footer__brand { margin: 0 0 12px; color: #fff; font-size: 21px; font-weight: 800; }
.edt-footer__label { margin: 0 0 14px; color: var(--edt-orange); font-size: 11px; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.edt-footer a { display: block; margin: 7px 0; color: #e0e0dd; text-decoration: none; }
.edt-footer p { margin-top: 0; }
.edt-accreditations { display: grid; gap: 12px; margin-top: 28px; }
.edt-accreditation { display: flex; max-width: 510px; min-height: 76px; align-items: center; gap: 16px; border: 1px solid #3a3c40; background: rgba(16,17,19,.72); padding: 12px 14px; font-size: 11px; line-height: 1.5; }
.edt-accreditation__mark { display: grid; width: 52px; height: 52px; flex: 0 0 52px; place-items: center; border: 2px solid var(--edt-orange); border-radius: 50%; color: #fff; font-weight: 800; }
.edt-accreditation img { width: 54px; height: 54px; flex: 0 0 54px; object-fit: contain; background: #fff; }
.edt-accreditation strong { color: #fff; }
.edt-airlines { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 25px; }
.edt-airlines span { border: 1px solid #4a4c50; background: rgba(16,17,19,.7); padding: 8px 10px; color: #fff; font-size: 11px; font-weight: 700; }
.edt-copyright { display: flex; margin-top: 50px; padding-top: 22px; align-items: center; justify-content: space-between; border-top: 1px solid #303236; font-size: 12px; }

@media (max-width: 980px) {
    .edt-nav { min-height: 84px; }
    .edt-menu-toggle { display: flex; margin-left: auto; }
    .edt-nav-cta { display: none; }
    .edt-primary-nav { position: absolute; top: 100%; left: 0; right: 0; display: none; margin: 0; background: var(--edt-ink); padding: 0 24px 28px; }
    .edt-primary-nav.is-open { display: block; }
    .edt-menu { align-items: stretch; flex-direction: column; gap: 0; }
    .edt-menu li { border-top: 1px solid #303236; }
    .edt-menu a { display: block; padding: 15px 0; }
    .edt-home-hero__grid, .edt-split, .edt-contact__grid, .edt-image-story, .edt-location-grid { grid-template-columns: 1fr; gap: 54px; }
    .edt-home-hero { padding: 78px 0; }
    .edt-hero-wizard { width: 100%; max-width: 680px; }
    .edt-service-grid, .edt-value-grid { grid-template-columns: 1fr; }
    .edt-package-grid, .edt-post-grid { grid-template-columns: repeat(2, 1fr); }
    .edt-footer__grid { grid-template-columns: 1fr 1fr; }
    .edt-footer__grid > div:first-child { grid-column: 1 / -1; }
}

@media (max-width: 650px) {
    .edt-wrap { width: min(calc(100% - 32px), var(--edt-width)); }
    .edt-announcement .edt-wrap { justify-content: center; }
    .edt-announcement span { display: none; }
    .edt-brand img { max-width: 155px; }
    .edt-home-hero { min-height: auto; padding: 62px 0; }
    .edt-home-hero { background-position: 64% center; }
    .edt-home-hero::before { background: linear-gradient(90deg, rgba(9,10,12,.95) 0%, rgba(9,10,12,.88) 67%, rgba(9,10,12,.58) 100%); }
    .edt-home-hero h1, .edt-page-hero h1 { font-size: 47px; }
    .edt-home-hero__lead { font-size: 17px; }
    .edt-actions { align-items: flex-start; flex-direction: column; }
    .edt-hero-wizard { min-height: 0; padding: 24px 18px; border-radius: 0 0 12px 12px; }
    .edt-hero-wizard h2 { font-size: 26px; }
    .edt-hero-wizard__fields { grid-template-columns: 1fr; }
    .edt-hero-wizard__wide { grid-column: auto; }
    .edt-hero-wizard__success { min-height: 330px; }
    .edt-page-hero { padding: 76px 0; }
    .edt-page-hero__summary { font-size: 16px; }
    .edt-section { padding: 76px 0; }
    .edt-section h2, .edt-cta h2 { font-size: 38px; }
    .edt-section-heading { display: block; }
    .edt-section-heading > p { margin-top: 20px; }
    .edt-service-grid, .edt-value-grid, .edt-package-grid, .edt-post-grid { grid-template-columns: 1fr; }
    .edt-service-card { grid-template-columns: 1fr; }
    .edt-service-card__image { min-height: 230px; }
    .edt-service-card:nth-child(2) .edt-service-card__image, .edt-service-card:nth-child(3) .edt-service-card__image { order: initial; }
    .edt-service-card__body { min-height: auto; }
    .edt-package-card { min-height: 390px; }
    .edt-image-story__image { min-height: 380px; }
    .edt-badge-row, .edt-cta__inner, .edt-copyright { align-items: stretch; flex-direction: column; }
    .edt-contact__form { padding: 28px 21px; }
    .edt-form { grid-template-columns: 1fr; }
    .edt-field-wide { grid-column: auto; }
    .edt-footer__grid { grid-template-columns: 1fr; }
    .edt-footer__grid > div:first-child { grid-column: auto; }
    .edt-footer { background-position: 35% center; }
    .edt-footer::before { background: rgba(9,10,12,.9); }
}

@media (prefers-reduced-motion: reduce) {
    html { scroll-behavior: auto; }
    .edt-site *, .edt-site *::before, .edt-site *::after { animation: none !important; transition: none !important; }
}
