:root {
    /* Havana Graphite & Ivory: semantic colour system. */
    --emd-color-bg-primary: #f5f1e8;
    --emd-color-bg-secondary: #e9e2d7;
    --emd-color-bg-dark: #1c2022;
    --emd-color-bg-deep: #121517;
    --emd-color-surface: #fffdf8;
    --emd-color-surface-muted: #eee9e0;
    --emd-color-surface-dark: #272c2e;
    --emd-color-text-primary: #202426;
    --emd-color-text-secondary: #606461;
    --emd-color-text-on-dark: #f8f4ec;
    --emd-color-text-on-dark-secondary: #c9c5bc;
    --emd-color-accent: #875e2b;
    --emd-color-accent-hover: #6f491c;
    --emd-color-accent-on-dark: #d5ba82;
    --emd-color-accent-soft: #e4d4b5;
    --emd-color-border: #d6cec1;
    --emd-color-border-strong: #b8ae9e;
    --emd-color-border-dark: #454a4c;
    --emd-color-focus: #bf9654;
    --emd-color-warning-surface: #f1e5da;
    --emd-color-warning-border: #c9a58d;
    --emd-color-warning-text: #633d2f;
    --emd-color-success: #2d674d;
    --emd-color-error: #923d32;
    --emd-color-disabled-surface: #e3ded5;
    --emd-color-disabled-text: #646864;
    --emd-shadow-soft: 0 18px 52px rgba(28, 32, 34, .09);
    --emd-shadow-elevated: 0 24px 70px rgba(28, 32, 34, .13);
    --emd-display: Georgia, "Times New Roman", serif;
    --emd-interface: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    --emd-shell: min(1180px, calc(100vw - 48px));
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--emd-color-bg-primary); color: var(--emd-color-text-primary); font-family: var(--emd-interface); font-size: 16px; line-height: 1.65; overflow-x: hidden; }
body.emd-nav-open { overflow: hidden; }
a { color: inherit; text-decoration-thickness: 1px; text-underline-offset: .2em; }
img { display: block; max-width: 100%; height: auto; }
button, input, select, textarea { font: inherit; }
h1, h2, h3 { margin: 0; font-family: var(--emd-display); font-weight: 500; line-height: 1.02; letter-spacing: -.035em; }
h1 { font-size: clamp(3rem, 7vw, 6.6rem); }
h2 { font-size: clamp(2.35rem, 4.4vw, 4.6rem); }
h3 { font-size: clamp(1.45rem, 2vw, 2rem); }
p { margin: 0 0 1rem; }
ul, ol { margin-top: 0; }
.emd-shell { width: var(--emd-shell); margin-inline: auto; }
.screen-reader-text { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.screen-reader-text:focus { position: fixed; z-index: 9999; top: 1rem; left: 1rem; width: auto; height: auto; padding: .75rem 1rem; margin: 0; clip: auto; background: var(--emd-color-surface); color: var(--emd-color-text-primary); }
:focus-visible { outline: 3px solid var(--emd-color-focus); outline-offset: 4px; }

.emd-site-header { position: fixed; inset: 0 0 auto; z-index: 50; background: rgba(18,21,23,.9); color: var(--emd-color-text-on-dark); border-bottom: 1px solid var(--emd-color-border-dark); transition: background-color .25s ease, border-color .25s ease, box-shadow .25s ease; }
.emd-site-header.is-scrolled,
body.admin-bar .emd-site-header.is-scrolled { background: rgba(18,21,23,.98); border-bottom-color: var(--emd-color-border-dark); box-shadow: 0 10px 34px rgba(18,21,23,.18); }
body.admin-bar .emd-site-header { top: 32px; }
.emd-site-header__inner { min-height: 92px; display: flex; align-items: center; gap: 2rem; }
.emd-wordmark { display: inline-flex; flex-direction: column; gap: .08rem; text-decoration: none; line-height: 1; }
.emd-wordmark__primary { font-family: var(--emd-display); font-size: 1.8rem; letter-spacing: -.03em; }
.emd-wordmark__secondary { color: currentColor; opacity: .7; font-size: .68rem; font-weight: 700; letter-spacing: .2em; text-transform: uppercase; }
.emd-navigation { margin-left: auto; }
.emd-navigation__list { display: flex; align-items: center; gap: clamp(1rem, 2vw, 2.2rem); margin: 0; padding: 0; list-style: none; }
.emd-navigation a { display: inline-block; padding: .55rem 0; font-size: .78rem; font-weight: 750; letter-spacing: .05em; text-decoration: none; }
.emd-navigation a:hover,
.emd-navigation .current-menu-item > a { color: var(--emd-color-accent-on-dark); }
.emd-site-header__actions { display: flex; align-items: center; gap: 1rem; }
.emd-menu-toggle { display: none; width: 48px; height: 48px; padding: 13px; background: transparent; border: 1px solid rgba(248,244,236,.52); border-radius: 4px; color: inherit; }
.emd-menu-toggle > span:not(.screen-reader-text) { display: block; width: 100%; height: 1px; margin: 5px 0; background: currentColor; transition: transform .2s ease, opacity .2s ease; }
.emd-menu-toggle[aria-expanded="true"] > span:nth-of-type(2) { transform: translateY(6px) rotate(45deg); }
.emd-menu-toggle[aria-expanded="true"] > span:nth-of-type(3) { opacity: 0; }
.emd-menu-toggle[aria-expanded="true"] > span:nth-of-type(4) { transform: translateY(-6px) rotate(-45deg); }

.emd-button { display: inline-flex; min-height: 52px; align-items: center; justify-content: center; padding: .8rem 1.55rem; border: 1px solid var(--emd-color-accent); border-radius: 4px; background: var(--emd-color-accent); color: var(--emd-color-surface); font-size: .76rem; font-weight: 800; letter-spacing: .075em; text-decoration: none; text-transform: uppercase; transition: transform .2s ease, background-color .2s ease, border-color .2s ease, box-shadow .2s ease; }
.emd-button:hover { transform: translateY(-2px); background: var(--emd-color-accent-hover); border-color: var(--emd-color-accent-hover); box-shadow: 0 10px 24px rgba(28,32,34,.16); }
.emd-button:active { transform: translateY(0); box-shadow: none; }
.emd-button:disabled { cursor: not-allowed; opacity: .48; transform: none; }
.emd-button--compact { min-height: 42px; padding: .65rem 1.15rem; background: transparent; border-color: rgba(248,244,236,.68); color: var(--emd-color-text-on-dark); }
.emd-button--compact:hover { background: var(--emd-color-accent); border-color: var(--emd-color-accent); }
.emd-text-link { display: inline-block; color: var(--emd-color-text-primary); font-size: .76rem; font-weight: 800; letter-spacing: .09em; text-decoration-color: var(--emd-color-accent); text-transform: uppercase; transition: color .2s ease, text-decoration-color .2s ease; }
.emd-text-link:hover { color: var(--emd-color-accent-hover); text-decoration-thickness: 2px; }
.emd-hero .emd-text-link,
.emd-page-hero .emd-text-link,
.emd-section--dark .emd-text-link,
.emd-final-cta .emd-text-link { color: var(--emd-color-text-on-dark); text-decoration-color: var(--emd-color-accent-on-dark); }
.emd-hero .emd-text-link:hover,
.emd-page-hero .emd-text-link:hover,
.emd-section--dark .emd-text-link:hover,
.emd-final-cta .emd-text-link:hover { color: var(--emd-color-accent-on-dark); }
.emd-eyebrow { margin-bottom: 1.2rem; color: var(--emd-color-accent); font-size: .71rem; font-weight: 850; letter-spacing: .19em; text-transform: uppercase; }
.emd-hero .emd-eyebrow, .emd-page-hero .emd-eyebrow, .emd-final-cta .emd-eyebrow, .emd-section--dark .emd-eyebrow { color: var(--emd-color-accent-on-dark); }

.emd-hero { position: relative; min-height: 740px; display: grid; align-items: end; overflow: hidden; isolation: isolate; background: var(--emd-color-bg-dark); color: var(--emd-color-text-on-dark); }
.emd-hero::after { content: ""; position: absolute; inset: 0; z-index: -1; background: linear-gradient(90deg, rgba(18,21,23,.94) 0%, rgba(28,32,34,.72) 43%, rgba(28,32,34,.14) 74%), linear-gradient(to top, rgba(18,21,23,.66), transparent 48%); }
.emd-hero__art { position: absolute; inset: 0; z-index: -2; overflow: hidden; }
.emd-hero__art picture, .emd-hero__art img { width: 100%; height: 100%; }
.emd-hero__art picture { display: block; }
.emd-hero__art img { object-fit: cover; object-position: center; }
.emd-hero__content { padding-top: 190px; padding-bottom: 70px; }
.emd-hero__content > h1 { max-width: 760px; font-size: clamp(3.35rem, 6.2vw, 5.8rem); }
.emd-hero__content > p:not(.emd-eyebrow) { max-width: 590px; margin: 1.4rem 0 1.8rem; color: var(--emd-color-text-on-dark-secondary); font-size: clamp(1rem, 1.4vw, 1.18rem); }
.emd-hero__actions { display: flex; align-items: center; gap: 1.5rem; }
.emd-hero__checks { display: flex; flex-wrap: wrap; gap: .7rem 1.5rem; max-width: 760px; margin: 2.4rem 0 0; padding: 1.1rem 0 0; border-top: 1px solid var(--emd-color-border-dark); list-style: none; color: var(--emd-color-text-on-dark-secondary); font-size: .8rem; }
.emd-hero__checks li::before { content: ""; display: inline-block; width: 7px; height: 7px; margin-right: .55rem; border: 1px solid var(--emd-color-accent-on-dark); border-radius: 50%; }
.emd-hero__image-note { position: absolute; right: 2rem; bottom: 1.4rem; margin: 0; color: var(--emd-color-text-on-dark-secondary); font-size: .66rem; font-weight: 700; letter-spacing: .04em; }

.emd-section { padding: clamp(76px, 7.5vw, 112px) 0; }
.emd-section--dark { background: var(--emd-color-bg-dark); color: var(--emd-color-text-on-dark); }
.emd-section--sand { background: var(--emd-color-bg-secondary); }
.emd-section-heading { display: grid; grid-template-columns: minmax(0, 1.15fr) minmax(280px, .55fr); gap: clamp(2rem, 7vw, 7rem); align-items: end; margin-bottom: clamp(2.5rem, 5vw, 4rem); }
.emd-section-heading > p { color: var(--emd-color-text-secondary); }
.emd-card-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1rem; }
.emd-category-card { display: flex; flex-direction: column; padding: .75rem .75rem 1.5rem; border: 1px solid var(--emd-color-border); border-radius: 8px; background: var(--emd-color-surface); box-shadow: 0 1px 0 rgba(28,32,34,.02); transition: transform .25s ease, border-color .25s ease, box-shadow .25s ease, background-color .25s ease; }
.emd-category-card:hover { transform: translateY(-4px); border-color: var(--emd-color-border-strong); background: var(--emd-color-surface); box-shadow: var(--emd-shadow-soft); }
.emd-category-card__visual { position: relative; display: block; aspect-ratio: 16 / 10; margin-bottom: 1.35rem; overflow: hidden; border-radius: 4px; background: var(--emd-color-surface-muted); }
.emd-category-card__visual img { width: 100%; height: 100%; object-fit: cover; transition: transform .35s ease; }
.emd-category-card__visual:hover img { transform: scale(1.025); }
.emd-category-card__visual span { position: absolute; top: .8rem; right: .9rem; padding: .12rem .42rem; background: rgba(255,253,248,.86); color: var(--emd-color-text-secondary); font-family: var(--emd-display); font-size: 1.2rem; }
.emd-category-card h2, .emd-category-card h3 { margin: 0 .55rem .75rem; }
.emd-category-card h2 a, .emd-category-card h3 a { text-decoration: none; }
.emd-category-card p, .emd-category-card li { margin-right: .55rem; margin-left: .55rem; color: var(--emd-color-text-secondary); font-size: .9rem; }
.emd-category-card ul { padding-left: 1.1rem; }
.emd-category-card > .emd-text-link { margin: auto .55rem 0; padding-top: .75rem; }
.emd-section-link { margin-top: 2.5rem; }
.emd-split { display: grid; grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr); gap: clamp(3rem, 8vw, 9rem); align-items: start; }
.emd-split > div:first-child > p:not(.emd-eyebrow) { max-width: 540px; margin-top: 1.5rem; color: var(--emd-color-text-on-dark-secondary); }
.emd-detail-list { margin: 0; padding: 0; list-style: none; }
.emd-detail-list li { display: grid; grid-template-columns: 42px 1fr; gap: 1.25rem; padding: 1.5rem 0; border-top: 1px solid var(--emd-color-border-dark); }
.emd-detail-list > li > span { color: var(--emd-color-accent-on-dark); font-size: .72rem; font-weight: 800; letter-spacing: .12em; }
.emd-detail-list h3 { margin-bottom: .5rem; font-size: 1.65rem; }
.emd-detail-list p { color: var(--emd-color-text-on-dark-secondary); }
.emd-destination-layout { display: grid; grid-template-columns: .85fr 1.15fr; gap: clamp(3rem, 9vw, 10rem); align-items: center; }
.emd-destination-layout > div:first-child > p:not(.emd-eyebrow) { margin: 1.5rem 0; color: var(--emd-color-text-secondary); }
.emd-route-planner { position: relative; overflow: hidden; padding: clamp(2rem, 5vw, 4rem); border: 1px solid var(--emd-color-border-dark); border-radius: 8px; background: var(--emd-color-surface-dark); color: var(--emd-color-text-on-dark); box-shadow: var(--emd-shadow-elevated); }
.emd-route-planner::after { content: ""; position: absolute; width: 230px; aspect-ratio: 1; right: -100px; top: -100px; border: 1px solid rgba(213,186,130,.36); border-radius: 50%; box-shadow: 0 0 0 42px rgba(213,186,130,.045), 0 0 0 84px rgba(213,186,130,.025); }
.emd-route-planner__eyebrow { position: relative; z-index: 1; margin: 0 0 .65rem; color: var(--emd-color-accent-on-dark); font-size: .7rem; font-weight: 800; letter-spacing: .17em; text-transform: uppercase; }
.emd-route-planner h2, .emd-route-planner h3 { position: relative; z-index: 1; max-width: 500px; margin-bottom: 2rem; font-size: clamp(2rem, 3.8vw, 3.3rem); }
.emd-route-planner ol { position: relative; z-index: 1; margin: 0; padding: 0; list-style: none; }
.emd-route-planner li { display: grid; grid-template-columns: 42px 1fr; gap: 1rem; padding: 1.05rem 0; border-top: 1px solid var(--emd-color-border-dark); }
.emd-route-planner li > span { color: var(--emd-color-accent-on-dark); font-size: .68rem; font-weight: 800; letter-spacing: .12em; }
.emd-route-planner strong, .emd-route-planner small { display: block; }
.emd-route-planner strong { font-family: var(--emd-display); font-size: 1.25rem; font-weight: 500; }
.emd-route-planner small { margin-top: .2rem; color: var(--emd-color-text-on-dark-secondary); }
.emd-route-planner__note { position: relative; z-index: 1; margin: 1.25rem 0 0; color: var(--emd-color-text-on-dark-secondary); font-size: .72rem; }
.emd-route-graphic { position: relative; min-height: 440px; overflow: hidden; border: 1px solid var(--emd-color-border); border-radius: 44% 40% 43% 38%; background: var(--emd-color-bg-secondary); box-shadow: var(--emd-shadow-soft); }
.emd-route-graphic::before { content: ""; position: absolute; inset: 16% 9%; transform: rotate(-8deg); background: var(--emd-color-surface-dark); opacity: .9; clip-path: polygon(1% 42%, 13% 33%, 25% 36%, 33% 19%, 45% 27%, 56% 21%, 66% 32%, 78% 29%, 99% 46%, 92% 61%, 76% 65%, 65% 58%, 51% 69%, 36% 59%, 23% 67%, 10% 56%); }
.emd-route-graphic__label { position: absolute; z-index: 2; left: 12%; top: 12%; font-family: var(--emd-display); font-size: 2.5rem; }
.emd-route-graphic__line { position: absolute; z-index: 2; left: 24%; top: 50%; width: 54%; height: 2px; transform: rotate(8deg); border-top: 2px dashed var(--emd-color-accent); }
.emd-route-graphic__point { position: absolute; z-index: 3; width: 17px; height: 17px; border: 5px solid var(--emd-color-bg-primary); border-radius: 50%; background: var(--emd-color-accent); box-shadow: 0 4px 12px rgba(28,32,34,.2); }
.emd-route-graphic__point--one { left: 23%; top: 45%; }.emd-route-graphic__point--two { left: 51%; top: 55%; }.emd-route-graphic__point--three { left: 77%; top: 59%; }
.emd-route-graphic small { position: absolute; z-index: 3; right: 8%; bottom: 8%; color: var(--emd-color-text-secondary); font-size: .69rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.emd-guide-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; background: var(--emd-color-border); border: 1px solid var(--emd-color-border); }
.emd-guide-grid article { padding: clamp(1.6rem, 4vw, 3rem); background: var(--emd-color-bg-secondary); }
.emd-guide-grid span { display: block; margin-bottom: 4rem; color: var(--emd-color-accent); font-size: .72rem; font-weight: 800; }
.emd-guide-grid h2, .emd-guide-grid h3 { margin-bottom: 1rem; }
.emd-guide-grid h2 a, .emd-guide-grid h3 a { text-decoration: none; }
.emd-guide-grid p { color: var(--emd-color-text-secondary); }
.emd-guide-grid .emd-text-link { margin-top: .75rem; }
.emd-guide-grid--large { grid-template-columns: repeat(2, 1fr); background: var(--emd-color-border); }
.emd-guide-grid--large article { background: var(--emd-color-surface); }
.emd-final-cta { background: var(--emd-color-bg-dark); color: var(--emd-color-text-on-dark); border-top: 1px solid var(--emd-color-border-dark); }
.emd-final-cta__inner { display: grid; grid-template-columns: 1.1fr .65fr; gap: clamp(3rem, 10vw, 10rem); align-items: end; }
.emd-final-cta__inner p { color: var(--emd-color-text-on-dark-secondary); }
.emd-final-cta__copy { display: grid; gap: .9rem; align-items: start; }
.emd-final-cta__copy p { margin: 0; }
.emd-final-cta__copy .emd-final-cta__seo-copy { font-size: 1rem; }
.emd-final-cta__copy .emd-button { justify-self: start; margin-top: .35rem; }

.emd-page-hero { padding: 205px 0 100px; background: var(--emd-color-surface-dark); color: var(--emd-color-text-on-dark); border-bottom: 1px solid var(--emd-color-border-dark); }
.emd-page-hero h1 { max-width: 900px; font-size: clamp(3.2rem, 7vw, 6rem); }
.emd-page-hero p:not(.emd-eyebrow) { max-width: 700px; margin-top: 1.5rem; color: var(--emd-color-text-on-dark-secondary); font-size: 1.08rem; }
.emd-page-hero--guide h1 { max-width: 820px; }
.emd-page-hero--guide .emd-guide-article__reviewed { margin-top: 2rem; color: var(--emd-color-text-on-dark-secondary); font-size: .76rem; letter-spacing: .04em; }
.emd-check-list { padding: 0; list-style: none; }
.emd-check-list li { padding: .8rem 0 .8rem 1.8rem; border-bottom: 1px solid var(--emd-color-border); }
.emd-check-list li::before { content: ""; float: left; width: 9px; height: 9px; margin: .5rem 0 0 -1.7rem; border: 2px solid var(--emd-color-accent); border-radius: 50%; }
.emd-editorial { padding-top: 180px; padding-bottom: 110px; }
.emd-editorial__header { max-width: 850px; margin-bottom: 4rem; }
.emd-editorial__header h1 { font-size: clamp(3rem, 7vw, 5.8rem); }
.emd-prose { max-width: 760px; font-size: 1.05rem; }
.emd-prose h2 { margin: 2.5rem 0 1rem; font-size: 2.5rem; }
.emd-category-intro { display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(0, .95fr); gap: clamp(3rem, 8vw, 8rem); align-items: center; }
.emd-category-feature { margin: 0; }
.emd-category-feature img { width: 100%; background: var(--emd-color-surface-muted); box-shadow: var(--emd-shadow-soft); }
.emd-category-feature figcaption { margin-top: .8rem; color: var(--emd-color-text-secondary); font-size: .72rem; }
.emd-category-intro h2 { margin-bottom: 1.4rem; }
.emd-category-intro .emd-button { margin-top: 1.5rem; }
.emd-category-links { display: flex; flex-wrap: wrap; gap: .75rem; }
.emd-category-links a { padding: .75rem 1rem; border: 1px solid var(--emd-color-border); background: var(--emd-color-surface); text-decoration: none; transition: border-color .2s ease, background-color .2s ease, color .2s ease; }
.emd-category-links a:hover { border-color: var(--emd-color-border-strong); color: var(--emd-color-accent-hover); }
.emd-category-links a[aria-current="page"] { background: var(--emd-color-bg-dark); border-color: var(--emd-color-bg-dark); color: var(--emd-color-text-on-dark); }
.emd-category-faq { max-width: 900px; }
.emd-category-faq h2 { margin-bottom: 2.5rem; }
.emd-category-faq details { border-top: 1px solid var(--emd-color-border); }
.emd-category-faq details:last-child { border-bottom: 1px solid var(--emd-color-border); }
.emd-category-faq summary { padding: 1.4rem 0; cursor: pointer; font-family: var(--emd-display); font-size: 1.35rem; }
.emd-category-faq details p { padding-bottom: 1.4rem; color: var(--emd-color-text-secondary); }

.emd-guide-article__layout { display: grid; grid-template-columns: minmax(190px, .35fr) minmax(0, 1fr); gap: clamp(3rem, 9vw, 8rem); padding-top: clamp(70px, 9vw, 120px); padding-bottom: clamp(90px, 11vw, 150px); align-items: start; }
.emd-guide-toc { position: sticky; top: 7rem; padding: 1.4rem 0; border-top: 1px solid var(--emd-color-border); border-bottom: 1px solid var(--emd-color-border); }
.emd-guide-toc .emd-footer-heading { color: var(--emd-color-text-primary) !important; }
.emd-guide-toc ol { margin: 1rem 0 0; padding: 0; list-style: none; counter-reset: guide-toc; }
.emd-guide-toc li { counter-increment: guide-toc; display: grid; grid-template-columns: 1.8rem 1fr; gap: .4rem; margin: .7rem 0; color: var(--emd-color-text-secondary); font-size: .78rem; }
.emd-guide-toc li::before { content: counter(guide-toc, decimal-leading-zero); color: var(--emd-color-accent); font-weight: 800; }
.emd-guide-toc a { text-decoration: none; }
.emd-guide-prose { max-width: 790px; }
.emd-guide-prose > section + section { margin-top: clamp(75px, 9vw, 115px); }
.emd-guide-prose h2 { margin-bottom: 1.5rem; font-size: clamp(2.25rem, 4vw, 4rem); }
.emd-guide-prose h3 { margin-bottom: .75rem; font-size: 1.65rem; }
.emd-guide-prose p { color: var(--emd-color-text-secondary); font-size: 1.02rem; }
.emd-guide-prose__lead { color: var(--emd-color-text-primary) !important; font-family: var(--emd-display); font-size: clamp(1.65rem, 3vw, 2.6rem) !important; line-height: 1.2; letter-spacing: -.025em; }
.emd-fact-panel { margin-top: 3rem; padding: clamp(1.6rem, 4vw, 3rem); background: var(--emd-color-bg-secondary); border-left: 4px solid var(--emd-color-accent); }
.emd-fact-panel h2 { font-size: clamp(2rem, 3.4vw, 3.2rem); }
.emd-guide-prose .emd-category-links { margin-top: 2rem; }
.emd-guide-warning { margin-top: 2.5rem; padding: clamp(1.5rem, 3vw, 2.2rem); background: var(--emd-color-warning-surface); border: 1px solid var(--emd-color-warning-border); }
.emd-guide-warning p { margin-bottom: 0; color: var(--emd-color-warning-text); }
.emd-guide-sources { padding-top: 3rem; border-top: 1px solid var(--emd-color-border); }
.emd-guide-sources ul { margin: 2rem 0 0; padding: 0; list-style: none; }
.emd-guide-sources li { padding: 1rem 0; border-top: 1px solid var(--emd-color-border); }
.emd-guide-sources li:last-child { border-bottom: 1px solid var(--emd-color-border); }
.emd-guide-sources a { font-weight: 750; }

.emd-page-hero--request { position: relative; overflow: hidden; }
.emd-page-hero--request::after { content: ""; position: absolute; width: min(42vw, 620px); aspect-ratio: 1; right: -10%; bottom: -70%; border: 1px solid rgba(213,186,130,.22); border-radius: 50%; box-shadow: 0 0 0 70px rgba(213,186,130,.028), 0 0 0 140px rgba(213,186,130,.018); }
.emd-page-hero--request .emd-shell { position: relative; z-index: 1; }
.emd-request-layout { display: grid; grid-template-columns: minmax(260px, .58fr) minmax(0, 1.42fr); gap: clamp(3rem, 7vw, 7rem); align-items: start; }
.emd-request-aside { position: sticky; top: 2rem; }
.emd-request-aside h2 { font-size: clamp(2.15rem, 3.4vw, 3.6rem); }
.emd-request-aside__intro { margin: 1.4rem 0 2rem; color: var(--emd-color-text-secondary); }
.emd-request-steps { margin: 0; padding: 0; list-style: none; }
.emd-request-steps li { display: grid; grid-template-columns: 34px 1fr; gap: .1rem .85rem; padding: 1rem 0; border-top: 1px solid var(--emd-color-border); }
.emd-request-steps li:last-child { border-bottom: 1px solid var(--emd-color-border); }
.emd-request-steps li > span { grid-row: 1 / 3; padding-top: .15rem; color: var(--emd-color-accent); font-size: .67rem; font-weight: 850; letter-spacing: .08em; }
.emd-request-steps strong, .emd-request-steps small { display: block; }
.emd-request-steps strong { font-family: var(--emd-display); font-size: 1.17rem; font-weight: 500; }
.emd-request-steps small { color: var(--emd-color-text-secondary); font-size: .72rem; }
.emd-request-privacy-note { margin-top: 2rem; padding: 1rem 1rem 1rem 1.2rem; border-left: 3px solid var(--emd-color-accent); background: var(--emd-color-bg-secondary); font-size: .82rem; }
.emd-request-panel { padding: clamp(1.5rem, 4vw, 3rem); border: 1px solid var(--emd-color-border); border-radius: 8px; background: var(--emd-color-surface); box-shadow: var(--emd-shadow-elevated); }
.emd-request-panel__intro { margin-bottom: 1.7rem; }
.emd-request-panel__intro .emd-eyebrow { margin-bottom: .65rem; }
.emd-request-panel__intro h2 { font-size: clamp(2rem, 3.6vw, 3.25rem); }
.emd-request-panel__intro > p:not(.emd-eyebrow) { max-width: 660px; margin: .9rem 0 0; color: var(--emd-color-text-secondary); font-size: .9rem; }
.emd-request-warning { margin-bottom: 1.25rem; padding: 1rem 1.2rem; border: 1px solid var(--emd-color-border); border-radius: 4px; background: var(--emd-color-surface-muted); }
.emd-request-warning p { margin: .3rem 0 0; font-size: .86rem; }
.emd-notice { margin-bottom: 2rem; padding: 1.15rem 1.25rem; border-left: 4px solid var(--emd-color-warning-border); border-radius: 0 4px 4px 0; background: var(--emd-color-warning-surface); color: var(--emd-color-warning-text); }
.emd-notice p { margin: .4rem 0 0; font-size: .9rem; }
.emd-honeypot { position: absolute; left: -9999px; }
.emd-form-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1rem; }
.emd-availability-form fieldset { margin: 0 0 2rem; padding: 0 0 2rem; border: 0; border-bottom: 1px solid var(--emd-color-border); }
.emd-availability-form legend { width: 100%; margin-bottom: 1.25rem; color: var(--emd-color-text-primary); font-family: var(--emd-display); font-size: 1.65rem; }
.emd-availability-form legend span { display: inline-grid; width: 30px; height: 30px; place-items: center; margin-right: .7rem; border: 1px solid var(--emd-color-accent); border-radius: 50%; color: var(--emd-color-accent); font-family: var(--emd-interface); font-size: .68rem; font-weight: 800; vertical-align: middle; }
.emd-form-grid label { display: grid; gap: .45rem; color: var(--emd-color-text-primary); font-size: .76rem; font-weight: 750; }
.emd-form-grid label small { color: var(--emd-color-text-secondary); font-size: .7rem; font-weight: 500; }
.emd-form-grid input, .emd-form-grid select, .emd-form-grid textarea { width: 100%; min-height: 50px; padding: .72rem .85rem; border: 1px solid var(--emd-color-border-strong); border-radius: 4px; background: var(--emd-color-surface-muted); color: var(--emd-color-text-primary); transition: background-color .2s ease, border-color .2s ease, box-shadow .2s ease; }
.emd-form-grid input:focus, .emd-form-grid select:focus, .emd-form-grid textarea:focus { border-color: var(--emd-color-accent); background: var(--emd-color-surface); box-shadow: 0 0 0 3px rgba(191,150,84,.22); outline: 0; }
.emd-form-grid textarea { min-height: 110px; resize: vertical; }
.emd-form-grid :disabled { background: var(--emd-color-disabled-surface); color: var(--emd-color-disabled-text); opacity: 1; }
.emd-field-wide { grid-column: 1 / -1; }
.emd-form-grid .emd-inline-check { display: flex; align-items: center; flex-direction: row; gap: .65rem; }
.emd-inline-check input { width: auto; min-height: auto; }
.emd-consent-group { margin-top: 1.6rem; padding: .25rem 1.15rem; border-radius: 4px; background: var(--emd-color-bg-secondary); }
.emd-consent { display: flex; gap: .7rem; align-items: flex-start; margin: 1rem 0; font-size: .78rem; }
.emd-consent input { margin-top: .3rem; }
.emd-request-submit-note { display: inline-block; margin: 0 0 0 1rem; color: var(--emd-color-text-secondary); font-size: .74rem; vertical-align: middle; }
.emd-form-status { min-height: 1.5em; margin-top: 1rem; font-size: .85rem; }
.emd-form-status.is-error { color: var(--emd-color-error); }.emd-form-status.is-success { color: var(--emd-color-success); }

.emd-site-footer { padding-top: 80px; background: var(--emd-color-bg-deep); color: var(--emd-color-text-on-dark); }
.emd-site-footer__grid { display: grid; grid-template-columns: 1.1fr .7fr .9fr; gap: clamp(2rem, 7vw, 7rem); padding-bottom: 60px; }
.emd-wordmark--footer { margin-bottom: 1.5rem; }
.emd-site-footer p { color: var(--emd-color-text-on-dark-secondary); }
.emd-site-footer ul { margin: 0; padding: 0; list-style: none; }
.emd-site-footer li { margin-bottom: .65rem; }
.emd-site-footer a { text-decoration: none; }
.emd-site-footer a:hover { color: var(--emd-color-accent-on-dark); }
.emd-footer-heading { color: var(--emd-color-text-on-dark) !important; font-size: .72rem; font-weight: 800; letter-spacing: .15em; text-transform: uppercase; }
.emd-site-footer__bottom { display: flex; justify-content: space-between; gap: 1rem; padding: 1.2rem 0; border-top: 1px solid var(--emd-color-border-dark); font-size: .72rem; }
.emd-site-footer__bottom p { margin: 0; }

@media (max-width: 1080px) {
    .emd-site-header__actions .emd-button { display: none; }
    .emd-menu-toggle { display: block; }
    .emd-navigation { position: fixed; inset: 0; z-index: -1; display: grid; place-items: center; padding: 110px 24px 40px; background: var(--emd-color-bg-deep); visibility: hidden; opacity: 0; transition: opacity .2s ease, visibility .2s ease; }
    .emd-navigation.is-open { z-index: 55; visibility: visible; opacity: 1; }
    .emd-menu-toggle { position: relative; z-index: 60; }
    .emd-navigation__list { flex-direction: column; text-align: center; }
    .emd-navigation a { font-family: var(--emd-display); font-size: clamp(1.8rem, 5vw, 3rem); font-weight: 500; letter-spacing: -.02em; }
    .emd-card-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 760px) {
    :root { --emd-shell: min(100% - 32px, 1180px); }
    .emd-site-header__inner { min-height: 76px; }
    .emd-wordmark__primary { font-size: 1.55rem; }
    .emd-hero { min-height: 720px; align-items: end; }
    .emd-hero::after { background: linear-gradient(to bottom, rgba(18,21,23,.08) 0%, rgba(28,32,34,.38) 30%, rgba(18,21,23,.95) 57%, rgba(18,21,23,.99) 100%); }
    .emd-hero__art img { object-position: 65% center; }
    .emd-hero__content { padding-top: 190px; padding-bottom: 40px; }
    .emd-hero__content h1 { font-size: clamp(2.75rem, 11.5vw, 4.1rem); }
    .emd-hero__content > p:not(.emd-eyebrow) { margin: 1rem 0 1.35rem; font-size: .98rem; }
    .emd-hero__actions { align-items: flex-start; flex-direction: column; gap: 1rem; }
    .emd-hero__checks { margin-top: 1.7rem; gap: .35rem; flex-direction: column; }
    .emd-hero__image-note { display: none; }
    .emd-section { padding: 72px 0; }
    .emd-section-heading, .emd-split, .emd-destination-layout, .emd-final-cta__inner, .emd-request-layout, .emd-site-footer__grid, .emd-category-intro, .emd-guide-article__layout { grid-template-columns: 1fr; }
    .emd-section-heading { gap: 1.5rem; align-items: start; }
    .emd-card-grid { grid-template-columns: 1fr; }
    .emd-category-card__visual { min-height: 0; }
    .emd-guide-grid, .emd-guide-grid--large { grid-template-columns: 1fr; }
    .emd-guide-grid span { margin-bottom: 2rem; }
    .emd-page-hero { padding: 155px 0 72px; }
    .emd-page-hero h1 { font-size: clamp(2.7rem, 12vw, 4.2rem); }
    .emd-guide-toc { position: static; }
    .emd-request-aside { position: static; }
    .emd-request-panel { border-radius: 6px; }
    .emd-form-grid { grid-template-columns: 1fr; }
    .emd-field-wide { grid-column: auto; }
    .emd-request-submit-note { display: block; margin: .75rem 0 0; }
    .emd-site-footer__bottom { align-items: flex-start; flex-direction: column; }
}

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

@media (max-width: 390px) {
    .emd-hero { min-height: 670px; }
    .emd-hero__content { padding-top: 185px; padding-bottom: 30px; }
    .emd-hero__content h1 { font-size: 2.62rem; }
    .emd-hero__content > p:not(.emd-eyebrow) { display: -webkit-box; overflow: hidden; -webkit-box-orient: vertical; -webkit-line-clamp: 3; }
    .emd-hero__checks { display: none; }
    .emd-route-planner { padding: 1.65rem 1.35rem; border-radius: 20px; }
}

@media (prefers-reduced-motion: reduce) {
    html { scroll-behavior: auto; }
    *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
}

.emd-ecosystem {
    background: var(--emd-color-bg-primary);
    border-top: 1px solid var(--emd-color-border);
    padding: clamp(72px, 8vw, 112px) 0;
}

.emd-ecosystem__intro {
    display: grid;
    gap: clamp(2rem, 7vw, 7rem);
    grid-template-columns: minmax(0, 1fr) minmax(280px, .58fr);
    margin-bottom: 2.5rem;
}

.emd-ecosystem__copy {
    display: grid;
    gap: .9rem;
    align-content: start;
}

.emd-ecosystem__copy p {
    color: var(--emd-color-text-secondary);
    margin: 0;
}

.emd-ecosystem__copy p:first-child {
    font-size: 1.02rem;
}

.emd-ecosystem__grid {
    display: grid;
    gap: 1rem;
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.emd-ecosystem__card {
    background: var(--emd-color-surface);
    border: 1px solid var(--emd-color-border);
    border-radius: 8px;
    display: grid;
    min-height: 17rem;
    padding: clamp(1.75rem, 4vw, 3.5rem);
    text-decoration: none;
    transition: border-color .2s ease, transform .2s ease;
}

.emd-ecosystem__card:hover,
.emd-ecosystem__card:focus-visible {
    border-color: var(--emd-color-border-strong);
    box-shadow: var(--emd-shadow-soft);
    transform: translateY(-3px);
}

.emd-ecosystem__card span {
    color: var(--emd-color-accent);
    font-size: .72rem;
    font-weight: 800;
    letter-spacing: .14em;
    text-transform: uppercase;
}

.emd-ecosystem__card h3 {
    align-self: end;
    font-size: clamp(2rem, 3.4vw, 3.2rem);
    margin: 2rem 0 1rem;
}

.emd-ecosystem__card p {
    color: var(--emd-color-text-secondary);
    margin: 0;
    max-width: 35rem;
}

@media (max-width: 760px) {
    .emd-ecosystem__intro,
    .emd-ecosystem__grid { grid-template-columns: 1fr; }
}
