body.guide-production-page {
    --guide-navy: #06245b;
    --guide-blue: #096fd8;
    --guide-sky: #eaf6ff;
    --guide-sky-strong: #d9edff;
    --guide-gold: #ffc20a;
    --guide-ink: #09235a;
    --guide-muted: #637494;
    --guide-line: #d7e8fa;
    --guide-soft-line: #e7f0fa;
    --guide-card: #ffffff;
    --guide-shadow: 0 18px 44px rgba(8, 36, 95, .08);
    --guide-shadow-soft: 0 10px 28px rgba(8, 36, 95, .06);
    --guide-page-bg: #f3f8ff;
    background: var(--guide-page-bg);
    color: var(--guide-ink);
    font-family: "Nunito Sans", "Segoe UI", Arial, sans-serif;
    overflow-x: clip;
}

.guide-production-page .site-main {
    padding: 0;
    background: var(--guide-page-bg);
}

.guide-shell {
    width: min(calc(100% - 40px), clamp(1248px, 80vw, 1536px));
    margin: 0 auto;
}

.guide-topband {
    position: relative;
    overflow: hidden;
    background: linear-gradient(135deg, #07316e, #0b7cda);
    color: #fff;
}

.guide-topband::after {
    display: none;
    content: none;
}

.guide-topband .guide-shell {
    position: relative;
    z-index: 2;
}

.guide-breadcrumbs {
    position: relative;
    z-index: 4;
    padding-top: 22px;
    margin-bottom: 34px;
}

.guide-breadcrumbs .breadcrumbs {
    margin: 0;
}

.guide-breadcrumbs .breadcrumbs ol {
    color: rgba(255, 255, 255, .9);
    font-size: 14px;
    font-weight: 850;
    text-shadow: 0 1px 12px rgba(5, 31, 79, .45);
}

.guide-breadcrumbs .breadcrumbs a {
    color: rgba(255, 255, 255, .94);
}

.guide-breadcrumbs .breadcrumbs span {
    color: #fff;
}

.guide-breadcrumbs .breadcrumbs li:not(:last-child)::after {
    color: rgba(255, 255, 255, .76);
    content: ">";
}

.guide-breadcrumbs .breadcrumbs--chevron li:not(:last-child)::after {
    content: none;
}

.guide-breadcrumbs .breadcrumbs--chevron .breadcrumbs__separator {
    color: rgba(255, 255, 255, .78);
    opacity: 1;
}

.guide-hero {
    position: relative;
    z-index: 2;
    isolation: isolate;
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(330px, 390px);
    gap: clamp(28px, 4vw, 64px);
    align-items: end;
    padding: 0 0 126px;
}

.guide-hero__background {
    position: absolute;
    z-index: 0;
    inset: -90px calc(50% - 50vw) 0;
    overflow: hidden;
    margin: 0;
    pointer-events: none;
}

.guide-hero__background::after {
    position: absolute;
    inset: 0;
    content: "";
    background:
        linear-gradient(180deg, rgba(243, 248, 255, 0) 63%, var(--guide-page-bg) 100%),
        linear-gradient(90deg, rgba(5, 31, 79, .9), rgba(5, 82, 152, .62) 56%, rgba(5, 82, 152, .22));
}

.guide-hero__background img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.guide-hero__content,
.guide-hero__aside {
    position: relative;
    z-index: 1;
    min-width: 0;
}

.guide-eyebrow {
    display: inline-flex;
    width: fit-content;
    align-items: center;
    gap: 8px;
    margin: 0 0 18px;
    border: 1px solid rgba(255, 255, 255, .36);
    border-radius: 999px;
    background: rgba(255, 255, 255, .12);
    padding: 8px 14px;
    color: #fff;
    font-size: 14px;
    font-weight: 950;
    backdrop-filter: blur(12px);
}

.guide-eyebrow svg {
    width: 18px;
    height: 18px;
}

.guide-hero__title {
    max-width: 760px;
    margin: 0;
    color: #fff;
    font-size: clamp(36px, 5.2vw, 68px);
    font-weight: 1000;
    line-height: 1.04;
    letter-spacing: 0;
}

.guide-hero__description {
    max-width: 680px;
    margin: 20px 0 0;
    color: rgba(255, 255, 255, .9);
    font-size: clamp(17px, 1.45vw, 20px);
    line-height: 1.78;
}

.guide-actions,
.guide-side-card__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

.guide-actions {
    margin-top: 28px;
}

.guide-button {
    display: inline-flex;
    min-height: 48px;
    align-items: center;
    justify-content: center;
    gap: 8px;
    border-radius: 999px;
    padding: 12px 18px;
    font-size: 15px;
    font-weight: 950;
    line-height: 1.2;
    transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
}

.guide-button:hover {
    transform: translateY(-1px);
}

.guide-button svg {
    width: 18px;
    height: 18px;
    flex: 0 0 auto;
}

.guide-button--primary {
    background: var(--guide-gold);
    color: var(--guide-navy);
    box-shadow: 0 16px 32px rgba(255, 194, 10, .28);
}

.guide-button--secondary {
    border: 1px solid rgba(255, 255, 255, .38);
    background: rgba(255, 255, 255, .12);
    color: #fff;
}

.guide-hero__aside {
    display: grid;
    gap: 16px;
}

.guide-hero__panel {
    display: grid;
    gap: 16px;
    border: 1px solid rgba(219, 231, 243, .96);
    border-radius: 8px;
    background: rgba(255, 255, 255, .96);
    padding: 20px;
    color: var(--guide-ink);
    box-shadow: 0 18px 44px rgba(8, 36, 95, .12);
    backdrop-filter: blur(14px);
}

.guide-hero__panel h2,
.guide-hero__panel p {
    margin: 0;
}

.guide-hero__panel h2 {
    color: var(--guide-navy);
    font-size: 20px;
    font-weight: 1000;
    line-height: 1.28;
}

.guide-hero__panel p {
    color: #536481;
    line-height: 1.64;
}

.guide-hero__note {
    border: 1px solid #f8d586;
    border-radius: 8px;
    background: #fff8df;
    padding: 12px;
    color: #815a00 !important;
    font-weight: 850;
}

.guide-hero__link-list {
    display: grid;
    gap: 12px;
}

.guide-hero__link {
    display: grid;
    grid-template-columns: 44px minmax(0, 1fr);
    gap: 2px 12px;
    align-items: center;
    border: 1px solid var(--guide-line);
    border-radius: 8px;
    background: #fff;
    padding: 12px;
    color: var(--guide-ink);
    transition: border-color .18s ease, background .18s ease, transform .18s ease;
}

.guide-hero__link:hover {
    border-color: #b7d7f5;
    background: #f4faff;
    transform: translateY(-1px);
}

.guide-hero__link--static {
    cursor: default;
}

.guide-hero__link--static:hover {
    border-color: var(--guide-line);
    background: #fff;
    transform: none;
}

.guide-hero__link-icon {
    display: grid;
    width: 44px;
    height: 44px;
    grid-row: span 2;
    place-items: center;
    border-radius: 8px;
    background: #eef7ff;
    color: var(--guide-blue);
}

.guide-hero__link--green .guide-hero__link-icon {
    background: #eaf8ee;
    color: #087a43;
}

.guide-hero__link--gold .guide-hero__link-icon {
    background: #fff5d1;
    color: #b57900;
}

.guide-hero__link strong {
    display: block;
    color: var(--guide-navy);
    font-size: 16px;
    font-weight: 1000;
    line-height: 1.25;
}

.guide-hero__link small {
    display: block;
    margin-top: 3px;
    color: #667894;
    font-size: 13px;
    line-height: 1.4;
}

.guide-hero__link svg {
    width: 19px;
    height: 19px;
}

.guide-chip-row {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.guide-chip {
    display: inline-flex;
    min-height: 34px;
    align-items: center;
    gap: 7px;
    border: 1px solid rgba(255, 255, 255, .18);
    border-radius: 999px;
    background: rgba(255, 255, 255, .14);
    padding: 7px 11px;
    color: #fff;
    font-size: 13px;
    font-weight: 900;
}

.guide-hero__panel .guide-chip {
    border-color: var(--guide-line);
    background: #fff;
    color: var(--guide-navy);
}

.guide-chip svg {
    width: 15px;
    height: 15px;
}

.guide-section .guide-chip {
    border-color: var(--guide-line);
    background: #fff;
    color: var(--guide-navy);
    box-shadow: var(--guide-shadow-soft);
}

.guide-body {
    position: relative;
    margin-top: 0;
    padding-top: 32px;
    padding-bottom: 86px;
}

.guide-layout {
    display: grid;
    grid-template-columns: minmax(0, 1fr) clamp(300px, 23vw, 350px);
    gap: clamp(38px, 5vw, 82px);
    align-items: start;
}

.guide-main {
    min-width: 0;
}

.guide-sidebar {
    position: sticky;
    top: 96px;
    display: grid;
    gap: 16px;
}

.guide-section {
    margin-bottom: 26px;
}

.guide-directory-page .guide-main > .guide-empty-state + .guide-section,
.guide-directory-page .guide-main > .guide-section + .guide-section {
    margin-top: 30px;
}

.guide-section__header {
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 18px;
    margin-bottom: 14px;
}

.guide-section__header h2 {
    margin: 0;
    color: var(--guide-navy);
    font-size: clamp(25px, 2.5vw, 36px);
    font-weight: 1000;
    line-height: 1.2;
}

.guide-section__header p {
    max-width: 760px;
    margin: 8px 0 0;
    color: var(--guide-muted);
    font-size: 16px;
    line-height: 1.7;
}

.guide-card,
.guide-side-card,
.guide-empty-state,
.guide-filter-panel {
    border: 1px solid var(--guide-line);
    border-radius: 8px;
    background: var(--guide-card);
    box-shadow: var(--guide-shadow-soft);
}

.guide-card,
.guide-empty-state {
    padding: clamp(20px, 2.4vw, 28px);
}

.guide-card h3,
.guide-empty-state h2,
.guide-empty-state h3 {
    margin: 0 0 10px;
    color: var(--guide-navy);
    font-size: clamp(22px, 2vw, 28px);
    font-weight: 1000;
    line-height: 1.25;
}

.guide-card p,
.guide-empty-state p {
    margin: 0;
    color: #43557a;
    font-size: 16px;
    line-height: 1.78;
}

.guide-card .guide-actions,
.guide-empty-state .guide-actions {
    margin-top: 18px;
}

.guide-card .guide-button--secondary,
.guide-empty-state .guide-button--secondary,
.guide-side-card .guide-button--secondary,
.guide-filter-panel .guide-button--secondary {
    border-color: var(--guide-line);
    background: #fff;
    color: var(--guide-blue);
}

.guide-link-grid,
.guide-card-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
}

.guide-link-card {
    display: grid;
    min-height: 100%;
    gap: 8px;
    border: 1px solid var(--guide-line);
    border-radius: 8px;
    background: #fff;
    padding: 18px;
    box-shadow: var(--guide-shadow-soft);
}

.guide-link-card:hover {
    border-color: #b7d7f5;
    box-shadow: var(--guide-shadow);
}

.guide-link-card__icon {
    display: inline-grid;
    width: 38px;
    height: 38px;
    place-items: center;
    border-radius: 999px;
    background: #eaf5ff;
    color: var(--guide-blue);
}

.guide-link-card__icon svg {
    width: 18px;
    height: 18px;
}

.guide-link-card strong {
    color: var(--guide-navy);
    font-size: 18px;
    font-weight: 1000;
    line-height: 1.28;
}

.guide-link-card span:not(.guide-link-card__icon) {
    color: var(--guide-muted);
    line-height: 1.62;
}

.guide-production-page .entity-card {
    border-color: var(--guide-line);
    border-radius: 8px;
    box-shadow: var(--guide-shadow-soft);
}

.guide-production-page .entity-card__media,
.guide-production-page .entity-card__placeholder {
    aspect-ratio: 16 / 10;
}

.guide-production-page .entity-card__body {
    gap: 10px;
    padding: 16px;
}

.guide-production-page .entity-card__title {
    color: var(--guide-navy);
    font-size: 19px;
    font-weight: 1000;
    line-height: 1.28;
}

.guide-production-page .entity-card__summary {
    color: #4d5d7b;
    font-size: 15px;
    line-height: 1.65;
}

.guide-production-page .grid-cards {
    gap: 16px;
}

.guide-production-page .grid-cards--wide {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.guide-production-page .lead-capture {
    margin: 0 0 26px;
    border-radius: 8px;
    box-shadow: var(--guide-shadow-soft);
}

.guide-side-card {
    display: grid;
    gap: 14px;
    padding: 18px;
}

.guide-side-card > img {
    width: 100%;
    aspect-ratio: 16 / 9;
    border-radius: 8px;
    object-fit: cover;
}

.guide-side-card__eyebrow {
    margin: 0 0 4px;
    color: var(--guide-blue);
    font-size: 13px;
    font-weight: 950;
}

.guide-side-card h2 {
    margin: 0;
    color: var(--guide-navy);
    font-size: 23px;
    font-weight: 1000;
    line-height: 1.22;
}

.guide-side-card p {
    margin: 0;
    color: #526381;
    line-height: 1.7;
}

.guide-side-card .guide-button {
    width: 100%;
}

.guide-hotline {
    display: inline-flex;
    min-height: 48px;
    align-items: center;
    justify-content: center;
    gap: 8px;
    border-radius: 999px;
    background: var(--guide-navy);
    color: #fff;
    font-weight: 1000;
}

.guide-hotline svg {
    width: 18px;
    height: 18px;
}

.guide-side-links {
    display: grid;
    gap: 8px;
}

.guide-side-links a {
    display: flex;
    min-height: 44px;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    border: 1px solid var(--guide-soft-line);
    border-radius: 8px;
    padding: 10px 12px;
    color: var(--guide-navy);
    font-weight: 900;
}

.guide-side-links svg {
    width: 17px;
    height: 17px;
    color: var(--guide-blue);
}

.guide-filter-panel {
    margin-bottom: 18px;
    padding: 18px;
}

.guide-filter-panel__head {
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 16px;
    margin-bottom: 14px;
}

.guide-filter-panel__head h2 {
    margin: 0;
    color: var(--guide-navy);
    font-size: clamp(23px, 2.2vw, 31px);
    font-weight: 1000;
    line-height: 1.22;
}

.guide-filter-panel__head p {
    margin: 6px 0 0;
    color: var(--guide-muted);
}

.guide-filter-form {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) auto;
    gap: 12px;
    align-items: end;
}

.guide-filter-field {
    display: grid;
    gap: 6px;
}

.guide-filter-field label {
    color: #627390;
    font-size: 13px;
    font-weight: 900;
}

.guide-filter-field select {
    width: 100%;
    min-height: 48px;
    border: 1px solid var(--guide-line);
    border-radius: 8px;
    background: #f8fbff;
    color: var(--guide-navy);
    padding: 0 12px;
    font-weight: 900;
}

.guide-filter-actions {
    display: flex;
    gap: 10px;
}

.guide-filter-actions .guide-button--primary {
    border: 1px solid rgba(255, 194, 10, .68);
    background: var(--guide-gold);
    color: var(--guide-navy);
    box-shadow: 0 10px 22px rgba(255, 194, 10, .22);
}

.guide-filter-actions .guide-button--primary:hover {
    border-color: rgba(255, 194, 10, .92);
    background: #ffd24d;
    box-shadow: 0 14px 28px rgba(255, 194, 10, .26);
}

.guide-results-summary {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 16px;
}

.guide-results-summary span {
    display: inline-flex;
    align-items: center;
    border: 1px solid var(--guide-line);
    border-radius: 999px;
    background: #fff;
    padding: 8px 12px;
    color: #526381;
    font-size: 14px;
    font-weight: 900;
}

.guide-tip-list {
    display: grid;
    gap: 12px;
}

.guide-tip-item {
    display: flex;
    gap: 12px;
    border: 1px solid var(--guide-line);
    border-radius: 8px;
    background: #fff;
    padding: 16px;
    box-shadow: var(--guide-shadow-soft);
}

.guide-tip-item__icon {
    display: inline-grid;
    width: 34px;
    height: 34px;
    flex: 0 0 auto;
    place-items: center;
    border-radius: 999px;
    background: #e7f7ec;
    color: #087a43;
}

.guide-tip-item__icon svg {
    width: 17px;
    height: 17px;
}

.guide-tip-item p {
    margin: 0;
    color: #43557a;
    line-height: 1.72;
}

.guide-faq-list {
    display: grid;
    gap: 12px;
}

.guide-faq-item {
    border: 1px solid var(--guide-line);
    border-radius: 8px;
    background: #fff;
    padding: 18px;
    box-shadow: var(--guide-shadow-soft);
}

.guide-faq-item h3 {
    margin: 0 0 8px;
    color: var(--guide-navy);
    font-size: 18px;
    font-weight: 1000;
    line-height: 1.32;
}

.guide-faq-item p {
    margin: 0;
    color: #4d5d7b;
    line-height: 1.72;
}

.guide-mobile-sticky-cta svg {
    width: 18px;
    height: 18px;
}

.article-hub-main {
    min-width: 0;
}

.article-section-kicker,
.article-alert-card > div > span,
.article-planner__steps > span,
.article-feature-cta__eyebrow {
    color: var(--guide-blue);
    font-size: 13px;
    font-weight: 950;
    letter-spacing: .12em;
    text-transform: uppercase;
}

.article-feature-cta,
.article-planner,
.article-final-cta {
    display: grid;
    gap: 22px;
    align-items: center;
    border: 1px solid rgba(255, 255, 255, .12);
    border-radius: 8px;
    background:
        linear-gradient(135deg, rgba(8, 36, 95, .98), rgba(7, 93, 169, .92)),
        var(--article-feature-bg, none),
        #08245f;
    background-position: center;
    background-size: cover;
    color: #fff;
    padding: clamp(22px, 2.7vw, 32px);
    box-shadow: var(--guide-shadow);
}

.article-feature-cta {
    position: relative;
    overflow: hidden;
    background:
        linear-gradient(135deg, rgba(8, 36, 95, .94), rgba(0, 94, 203, .82)),
        var(--article-feature-bg, none),
        #08245f;
}

.article-feature-cta,
.article-final-cta {
    grid-template-columns: minmax(0, 1fr) auto;
    margin-bottom: 26px;
}

.article-feature-cta h2,
.article-planner h2,
.article-final-cta h2 {
    margin: 8px 0 0;
    color: #fff;
    font-size: clamp(26px, 3vw, 38px);
    font-weight: 1000;
    line-height: 1.18;
}

.article-feature-cta p,
.article-planner p,
.article-final-cta p {
    max-width: 760px;
    margin: 10px 0 0;
    color: rgba(255, 255, 255, .82);
    line-height: 1.78;
}

.article-feature-cta__eyebrow {
    display: inline-flex;
    color: #7de8ff;
}

.article-feature-cta .guide-button--primary {
    min-height: 50px;
    border-radius: 16px;
    padding: 14px 22px;
    color: var(--guide-navy);
    letter-spacing: 0;
    text-transform: none;
    box-shadow: 0 14px 28px rgba(255, 194, 10, .28);
}

.article-section-header .article-section-kicker {
    display: inline-flex;
    margin-bottom: 8px;
}

.article-card-grid {
    display: grid;
    gap: 16px;
}

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

.article-card-grid--three {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.article-hub-card,
.article-place-card {
    display: grid;
    min-width: 0;
    gap: 13px;
    border: 1px solid var(--guide-line);
    border-radius: 8px;
    background: #fff;
    padding: 18px;
    box-shadow: var(--guide-shadow-soft);
    transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
}

.article-hub-card:hover,
.article-place-card:hover {
    border-color: #b7d7f5;
    box-shadow: var(--guide-shadow);
    transform: translateY(-2px);
}

.article-hub-card__cover,
.article-place-card img {
    width: 100%;
    aspect-ratio: 16 / 10;
    border-radius: 8px;
    object-fit: cover;
}

.article-hub-card__icon {
    display: grid;
    width: 44px;
    height: 44px;
    place-items: center;
    border-radius: 8px;
    background: #eaf5ff;
    color: var(--guide-blue);
}

.article-hub-card__icon svg,
.article-hub-card__link svg,
.article-header-link svg,
.article-place-card span svg,
.article-alert-card__icon svg {
    width: 18px;
    height: 18px;
}

.article-hub-card h3,
.article-place-card h3,
.article-experience h2,
.article-boat-card h2,
.article-itinerary h2,
.article-faq h2 {
    margin: 0;
    color: var(--guide-navy);
    font-weight: 1000;
    line-height: 1.22;
}

.article-hub-card h3,
.article-place-card h3 {
    font-size: clamp(20px, 1.8vw, 25px);
}

.article-experience h2,
.article-boat-card h2,
.article-itinerary h2,
.article-faq h2 {
    margin-top: 8px;
    font-size: clamp(27px, 2.7vw, 38px);
}

.article-hub-card p,
.article-place-card p,
.article-experience > p,
.article-boat-card > p,
.article-itinerary > p {
    margin: 0;
    color: #4f607e;
    line-height: 1.72;
}

.article-hub-card__link,
.article-header-link,
.article-place-card span {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    color: var(--guide-blue);
    font-weight: 1000;
}

.article-experience-grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(280px, 360px);
    gap: 18px;
    align-items: start;
}

.article-info-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
    margin-top: 20px;
}

.article-info-grid article,
.article-mini-grid a {
    border: 1px solid var(--guide-soft-line);
    border-radius: 8px;
    background: #f2f8ff;
    padding: 17px;
}

.article-info-grid h3,
.article-mini-grid h3 {
    margin: 0 0 8px;
    color: var(--guide-navy);
    font-size: 18px;
    font-weight: 1000;
    line-height: 1.28;
}

.article-info-grid p,
.article-mini-grid p,
.article-footnote {
    margin: 0;
    color: #536481;
    line-height: 1.7;
}

.article-inline-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 18px;
}

.article-footnote {
    margin-top: 14px;
    font-size: 14px;
    font-weight: 800;
}

.article-footnote a {
    color: var(--guide-blue);
}

.article-alert-card {
    display: grid;
    gap: 14px;
    border: 1px solid #f8d586;
    border-radius: 8px;
    background: #fff9e8;
    padding: 18px;
    box-shadow: var(--guide-shadow-soft);
}

.article-alert-card__icon {
    display: grid;
    width: 48px;
    height: 48px;
    place-items: center;
    border-radius: 8px;
    background: #e8f7ff;
    color: var(--guide-blue);
}

.article-alert-card h3 {
    margin: 4px 0 8px;
    color: var(--guide-navy);
    font-size: 22px;
    font-weight: 1000;
}

.article-alert-card p {
    margin: 0;
    color: #596986;
    line-height: 1.7;
}

.article-split-head {
    display: grid;
    grid-template-columns: minmax(0, .95fr) minmax(260px, .65fr);
    gap: 18px;
    align-items: end;
}

.article-split-head p {
    margin: 12px 0 0;
    color: #4f607e;
    line-height: 1.76;
}

.article-note-panel {
    border-radius: 8px;
    background: var(--guide-navy);
    padding: 18px;
}

.article-note-panel p {
    margin: 0;
    color: rgba(255, 255, 255, .84);
}

.article-mini-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 12px;
    margin: 20px 0;
}

.article-mini-grid a {
    background: #fff;
}

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

.article-planner {
    grid-template-columns: minmax(0, 1fr) minmax(280px, 360px);
}

.article-planner__chips {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 10px;
    margin: 20px 0;
}

.article-planner__chips span {
    border: 1px solid rgba(255, 255, 255, .14);
    border-radius: 8px;
    background: rgba(255, 255, 255, .12);
    padding: 14px;
    color: #fff;
    font-weight: 950;
}

.article-planner__steps {
    border: 1px solid rgba(255, 255, 255, .24);
    border-radius: 8px;
    background: rgba(255, 255, 255, .92);
    padding: 18px;
    color: var(--guide-navy);
}

.article-planner__steps ol {
    display: grid;
    gap: 10px;
    margin: 12px 0 0;
    padding: 0;
    list-style: none;
}

.article-planner__steps li {
    border: 1px solid var(--guide-line);
    border-radius: 8px;
    background: #fff;
    padding: 13px 14px;
    font-weight: 950;
}

.article-faq-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
    margin-top: 20px;
}

.article-faq details {
    border: 1px solid var(--guide-line);
    border-radius: 8px;
    background: #fff;
    padding: 16px;
}

.article-faq summary {
    display: flex;
    cursor: pointer;
    list-style: none;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    color: var(--guide-navy);
    font-weight: 1000;
}

.article-faq summary::-webkit-details-marker {
    display: none;
}

.article-faq summary svg {
    width: 17px;
    height: 17px;
    flex: 0 0 auto;
    color: var(--guide-blue);
    transition: transform .18s ease;
}

.article-faq details[open] summary svg {
    transform: rotate(90deg);
}

.article-faq details p {
    margin: 12px 0 0;
    color: #536481;
    line-height: 1.72;
}

.article-final-cta {
    margin-bottom: 0;
}

.article-final-cta__actions {
    display: grid;
    gap: 12px;
}

@media (min-width: 1440px) {
    .guide-shell {
        width: min(calc(100% - 96px), clamp(1248px, 80vw, 1536px));
    }
}

@media (max-width: 1024px) {
    .guide-layout {
        grid-template-columns: 1fr;
    }

    .guide-sidebar {
        position: static;
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .guide-side-card:last-child:nth-child(odd) {
        grid-column: 1 / -1;
    }

    .article-experience-grid,
    .article-planner {
        grid-template-columns: 1fr;
    }

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

    .article-card-grid--three,
    .article-mini-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .article-split-head {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 820px) {
    .guide-shell {
        width: min(calc(100% - 24px), 1224px);
    }

    .guide-breadcrumbs {
        margin-bottom: 26px;
    }

    .guide-hero {
        grid-template-columns: 1fr;
        padding: 0 0 96px;
    }

    .guide-hero__background {
        top: -72px;
    }

    .guide-hero__background img {
        object-position: 62% center;
    }

    .guide-hero__title {
        font-size: clamp(34px, 10vw, 48px);
    }

    .guide-hero__description {
        font-size: 16px;
        line-height: 1.72;
    }

    .guide-actions,
    .guide-side-card__actions,
    .guide-filter-actions {
        display: grid;
        grid-template-columns: 1fr 1fr;
    }

    .guide-link-grid,
    .guide-card-grid,
    .guide-production-page .grid-cards--wide,
    .guide-sidebar,
    .guide-filter-form {
        grid-template-columns: 1fr;
    }

    .guide-filter-panel__head,
    .guide-section__header {
        align-items: start;
        flex-direction: column;
    }

    .article-feature-cta,
    .article-final-cta,
    .article-info-grid,
    .article-info-grid--two,
    .article-card-grid--four,
    .article-card-grid--three,
    .article-mini-grid,
    .article-planner__chips,
    .article-faq-grid {
        grid-template-columns: 1fr;
    }

    .article-feature-cta,
    .article-final-cta {
        align-items: stretch;
    }
}

@media (max-width: 560px) {
    .guide-shell {
        width: auto;
        max-width: none;
        margin-right: 12px;
        margin-left: 12px;
    }

    .guide-breadcrumbs {
        padding-top: 16px;
        margin-bottom: 22px;
    }

    .guide-breadcrumbs .breadcrumbs ol {
        gap: 6px 9px;
        font-size: 13px;
    }

    .guide-hero {
        gap: 20px;
        width: 100%;
        padding-bottom: 82px;
    }

    .guide-hero__content {
        width: 100%;
        max-width: 100%;
    }

    .guide-hero__title {
        inline-size: min(100%, 330px);
        max-width: 100%;
        font-size: 32px;
        line-height: 1.08;
        overflow-wrap: break-word;
    }

    .guide-hero__description {
        inline-size: min(100%, 340px);
        max-width: 100%;
    }

    .guide-hero__aside,
    .guide-actions,
    .guide-hero__panel {
        width: 100%;
        max-width: 100%;
    }

    .guide-hero__panel,
    .guide-card,
    .guide-empty-state,
    .guide-filter-panel,
    .guide-side-card,
    .guide-link-card {
        padding: 16px;
    }

    .guide-body {
        margin-top: 0;
        padding-top: 22px;
        padding-bottom: 80px;
    }

    .guide-section {
        margin-bottom: 22px;
    }

    .guide-section__header h2,
    .guide-filter-panel__head h2 {
        font-size: 24px;
    }

    .guide-actions,
    .guide-side-card__actions,
    .guide-filter-actions {
        grid-template-columns: 1fr;
    }

    .guide-button {
        width: 100%;
        min-height: 46px;
        padding: 11px 14px;
        font-size: 14px;
        white-space: normal;
    }

    .article-feature-cta,
    .article-hub-card,
    .article-place-card,
    .article-alert-card,
    .article-planner,
    .article-final-cta {
        padding: 16px;
    }

    .article-inline-actions,
    .article-final-cta__actions {
        display: grid;
        grid-template-columns: 1fr;
    }

    .article-hub-card__cover,
    .article-place-card img {
        aspect-ratio: 4 / 3;
    }

    .article-feature-cta h2 {
        max-width: 100%;
        font-size: 24px;
        line-height: 1.22;
        overflow-wrap: break-word;
    }
}
