:root {
    --fp-bg: #f7f4ef;
    --fp-surface: rgba(255, 255, 255, 0.9);
    --fp-surface-strong: #ffffff;
    --fp-text: #364154;
    --fp-muted: #73839a;
    --fp-line: rgba(125, 145, 170, 0.16);
    --fp-accent: #87a8cf;
    --fp-accent-deep: #5c7fa9;
    --fp-accent-soft: #edf4fb;
    --fp-peach: #f4dfd2;
    --fp-shadow: 0 30px 80px rgba(104, 126, 155, 0.14);
    --fp-radius-xl: 2rem;
    --fp-radius-lg: 1.5rem;
    --fp-radius-md: 1rem;
}

*,
*::before,
*::after {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    margin: 0;
    color: var(--fp-text);
    font-family: "Inter", "Helvetica Neue", Arial, sans-serif;
    background:
        radial-gradient(circle at top left, rgba(244, 223, 210, 0.7) 0%, rgba(244, 223, 210, 0) 24%),
        radial-gradient(circle at top right, rgba(214, 228, 244, 0.7) 0%, rgba(214, 228, 244, 0) 26%),
        linear-gradient(180deg, #fffcf8 0%, #f6f8fb 50%, #f7f4ef 100%);
}


a {
    color: var(--fp-accent-deep);
    text-decoration: none;
}

a:hover,
a:focus {
    color: var(--fp-text);
    text-decoration: none;
}

.fp-container {
    width: min(100% - 2rem, 1240px);
    margin: 0 auto;
}

.site-frame {
    min-height: 100vh;
}

.site-header {
    position: sticky;
    top: 0;
    z-index: 1000;
    backdrop-filter: blur(18px);
    background: rgba(255, 255, 255, 0.8);
    border-bottom: 1px solid rgba(125, 145, 170, 0.14);
}

.site-header__inner {
    display: grid;
    grid-template-columns: auto 1fr auto;
    align-items: center;
    gap: 1.5rem;
    min-height: 5.75rem;
}

.site-header__desktop {
    min-width: 0;
}

.site-header__actions {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 1rem;
}

.site-logo-link {
    display: inline-flex;
    align-items: center;
}

.site-logo {
    color: var(--fp-text);
    font-size: 0.92rem;
    font-weight: 800;
    letter-spacing: 0.22em;
    text-transform: uppercase;
}

.site-nav,
.mobile-nav-list,
.langswitcher,
.footer-links,
.taxonomy-list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.site-nav {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 1.4rem;
}

.site-nav a,
.mobile-nav-list a {
    display: inline-flex;
    align-items: center;
    color: var(--fp-text);
    font-size: 0.98rem;
    font-weight: 600;
    white-space: nowrap;
    opacity: 0.88;
}

.site-nav a:hover,
.site-nav a:focus,
.site-nav a.is-active,
.mobile-nav-list a:hover,
.mobile-nav-list a:focus,
.mobile-nav-list a.is-active {
    color: var(--fp-accent-deep);
    opacity: 1;
}

.language-dropdown {
    position: relative;
}

.language-dropdown__toggle {
    display: inline-flex;
    align-items: center;
    gap: 0.65rem;
    min-height: 3rem;
    padding: 0.7rem 0.95rem;
    border: 1px solid rgba(125, 145, 170, 0.14);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.9);
    color: var(--fp-text);
    font-size: 0.93rem;
    font-weight: 700;
}

.language-dropdown__current {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 2rem;
    min-height: 2rem;
    padding: 0 0.45rem;
    border-radius: 999px;
    background: var(--fp-accent-soft);
    color: var(--fp-accent-deep);
    font-size: 0.78rem;
    letter-spacing: 0.08em;
}

.language-dropdown__menu {
    position: absolute;
    top: calc(100% + 0.65rem);
    right: 0;
    display: grid;
    gap: 0.35rem;
    min-width: 12rem;
    padding: 0.55rem;
    border-radius: 1.2rem;
    background: rgba(255, 255, 255, 0.98);
    border: 1px solid rgba(125, 145, 170, 0.14);
    box-shadow: 0 24px 40px rgba(104, 126, 155, 0.16);
}

.language-dropdown__item,
.language-list a {
    display: flex;
    align-items: center;
    gap: 0.7rem;
    padding: 0.75rem 0.85rem;
    border-radius: 0.95rem;
    color: var(--fp-text);
    font-size: 0.94rem;
    font-weight: 600;
}

.language-dropdown__item:hover,
.language-dropdown__item:focus,
.language-dropdown__item.is-active,
.language-list a:hover,
.language-list a:focus,
.language-list a.is-active {
    background: var(--fp-accent-soft);
    color: var(--fp-accent-deep);
}

.language-dropdown__item-code {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 2rem;
    min-height: 2rem;
    border-radius: 999px;
    background: rgba(135, 168, 207, 0.14);
    color: var(--fp-accent-deep);
    font-size: 0.77rem;
    font-weight: 800;
    letter-spacing: 0.06em;
}

.language-list {
    display: flex;
    flex-wrap: wrap;
    gap: 0.55rem;
}

.fp-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 3.15rem;
    padding: 0.82rem 1.4rem;
    border-radius: 999px;
    border: 1px solid transparent;
    font-size: 0.95rem;
    font-weight: 700;
    line-height: 1;
    transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease, color 0.2s ease;
}

.fp-button:hover,
.fp-button:focus {
    transform: translateY(-1px);
}

.fp-button--primary {
    color: #fff;
    background: linear-gradient(135deg, #8cb0d8 0%, #6f95c1 100%);
    box-shadow: 0 18px 32px rgba(111, 149, 193, 0.22);
}

.fp-button--primary:hover,
.fp-button--primary:focus {
    color: #fff;
    box-shadow: 0 24px 40px rgba(111, 149, 193, 0.28);
}

.fp-button--secondary {
    color: var(--fp-text);
    background: rgba(255, 255, 255, 0.9);
    border-color: rgba(125, 145, 170, 0.18);
}

.fp-button--secondary:hover,
.fp-button--secondary:focus {
    color: var(--fp-accent-deep);
    background: #fff;
}

.menu-toggle {
    display: none;
    flex-direction: column;
    justify-content: center;
    gap: 0.28rem;
    width: 3rem;
    height: 3rem;
    border: 1px solid rgba(125, 145, 170, 0.18);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.92);
    padding: 0;
}

.menu-toggle span {
    width: 1rem;
    height: 2px;
    margin: 0 auto;
    background: var(--fp-text);
    border-radius: 2px;
}

.mobile-panel {
    display: none;
    border-top: 1px solid rgba(125, 145, 170, 0.12);
    background: rgba(255, 255, 255, 0.96);
}

.mobile-panel .fp-container {
    padding: 1.2rem 0 1.4rem;
}

.mobile-nav-list {
    display: grid;
    gap: 1rem;
}

.mobile-panel__footer {
    display: grid;
    gap: 1rem;
    margin-top: 1.4rem;
}

.mobile-panel__buttons {
    display: flex;
    flex-wrap: wrap;
    gap: 0.8rem;
}

.anchor-offset {
    position: relative;
    top: -5.5rem;
    visibility: hidden;
}

.hero-section {
    padding: 5.5rem 0 4rem;
}

.hero-section__inner {
    display: grid;
    grid-template-columns: minmax(0, 1.05fr) minmax(320px, 0.95fr);
    align-items: center;
    gap: 3.5rem;
}

.hero-copy {
    max-width: 42rem;
}

.hero-kicker {
    display: inline-flex;
    align-items: center;
    min-height: 2.6rem;
    padding: 0.2rem 1rem;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.88);
    border: 1px solid rgba(125, 145, 170, 0.14);
    color: #6b6f87;
    font-size: 0.86rem;
    font-weight: 800;
    letter-spacing: 0.14em;
    text-transform: uppercase;
}

.hero-copy h1 {
    margin: 1.6rem 0 0.9rem;
    color: #d9dce3;
    font-size: clamp(3.6rem, 7vw, 5.8rem);
    line-height: 0.95;
    font-weight: 300;
}

.hero-copy h2 {
    margin: 0 0 1.5rem;
    color: var(--fp-text);
    font-size: clamp(2rem, 3.7vw, 3rem);
    line-height: 1.08;
    font-weight: 700;
}

.hero-copy p {
    margin: 0;
    color: var(--fp-muted);
    font-size: 1.35rem;
    line-height: 1.8;
}

.hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 0.9rem;
    margin-top: 2rem;
}

.hero-visual {
    position: relative;
    display: flex;
    justify-content: center;
}

.hero-visual__glow {
    position: absolute;
    inset: auto auto 14% 6%;
    width: 72%;
    height: 58%;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(244, 223, 210, 0.78), rgba(244, 223, 210, 0));
    filter: blur(24px);
}

.hero-portrait {
    position: relative;
    z-index: 1;
    width: min(100%, 31rem);
    border-radius: 2.5rem;
    box-shadow: var(--fp-shadow);
}


.section-copy {
    max-width: 46rem;
    margin-bottom: 2.4rem;
}

.section-copy--center {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

.section-copy h2,
.section-copy h1,
.page-header h1,
.story-card__copy h1,
.prose-content h1 {
    margin: 0 0 1rem;
    color: var(--fp-text);
    font-size: clamp(2.2rem, 4.6vw, 4.3rem);
    line-height: 1.02;
    font-weight: 700;
}

.section-copy p,
.page-intro,
.story-card__copy p,
.prose-content p,
.blog-article p {
    color: var(--fp-muted);
    font-size: 1.16rem;
    line-height: 1.85;
}

.feature-section,
.story-section,
.interior-section {
    padding: 2rem 0 3.2rem;
}

.feature-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1.5rem;
}

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

.feature-card {
    --mouse-x: 50%;
    --mouse-y: 50%;
    position: relative;
    display: flex;
    flex-direction: column;
    height: 100%;
    padding: 2rem;
    border-radius: var(--fp-radius-xl);
    background: rgba(255, 255, 255, 0.82);
    border: 1px solid rgba(125, 145, 170, 0.12);
    box-shadow: 0 18px 40px rgba(128, 146, 170, 0.08);
    overflow: hidden;
    isolation: isolate;
    transition: transform 0.28s ease, box-shadow 0.28s ease, border-color 0.28s ease;
}

.feature-card::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        radial-gradient(16rem circle at var(--mouse-x) var(--mouse-y), rgba(136, 171, 211, 0.22), rgba(136, 171, 211, 0) 55%),
        radial-gradient(12rem circle at calc(var(--mouse-x) - 12%) calc(var(--mouse-y) + 8%), rgba(244, 223, 210, 0.2), rgba(244, 223, 210, 0) 58%);
    opacity: 0;
    transition: opacity 0.28s ease;
    pointer-events: none;
}

.feature-card::after {
    content: "";
    position: absolute;
    inset: 1px;
    border-radius: calc(var(--fp-radius-xl) - 1px);
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.42), rgba(255, 255, 255, 0));
    pointer-events: none;
}

.feature-card > * {
    position: relative;
    z-index: 1;
}

.feature-card:hover,
.feature-card:focus-within {
    transform: translateY(-6px);
    border-color: rgba(135, 168, 207, 0.22);
    box-shadow: 0 26px 54px rgba(120, 140, 168, 0.14);
}

.feature-card:hover::before,
.feature-card:focus-within::before {
    opacity: 1;
}

.feature-card__top {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 1rem;
    margin-bottom: 1.15rem;
}

.feature-card__icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 5.25rem;
    width: 5.25rem;
    height: 5.25rem;
    border-radius: 1.8rem;
    background:
        radial-gradient(circle at top left, rgba(255, 255, 255, 0.95), rgba(255, 255, 255, 0) 50%),
        linear-gradient(180deg, rgba(229, 238, 249, 0.98), rgba(245, 248, 252, 0.86));
    color: var(--fp-accent-deep);
    font-size: 2rem;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.95), 0 18px 30px rgba(135, 168, 207, 0.14);
    transition: transform 0.28s ease, box-shadow 0.28s ease;
}

.feature-card:hover .feature-card__icon,
.feature-card:focus-within .feature-card__icon {
    transform: translateY(-4px) rotate(-4deg);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.95), 0 24px 36px rgba(135, 168, 207, 0.18);
}

.feature-card__eyebrow {
    display: inline-flex;
    align-items: center;
    align-self: flex-start;
    min-height: 2.35rem;
    padding: 0.45rem 0.85rem;
    border-radius: 999px;
    border: 1px solid rgba(135, 168, 207, 0.18);
    background: rgba(255, 255, 255, 0.72);
    color: var(--fp-accent-deep);
    font-size: 0.78rem;
    font-weight: 800;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    white-space: nowrap;
}

.feature-card h3 {
    margin: 0 0 0.9rem;
    color: var(--fp-text);
    font-size: 1.6rem;
    line-height: 1.24;
    font-weight: 700;
}

.feature-card__lead {
    margin: 0;
    color: var(--fp-muted);
    font-size: 1.04rem;
    line-height: 1.75;
}

.feature-card__details {
    margin: 1rem 0 0;
    padding: 0;
    list-style: none;
    display: grid;
    gap: 0.55rem;
}

.feature-card__details li {
    position: relative;
    padding-left: 1rem;
    color: var(--fp-muted);
    font-size: 0.98rem;
    line-height: 1.65;
}

.feature-card__details li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0.72rem;
    width: 0.35rem;
    height: 0.35rem;
    border-radius: 999px;
    background: rgba(135, 168, 207, 0.9);
}

.feature-card__link {
    margin-top: auto;
    padding-top: 1.4rem;
    color: var(--fp-accent-deep);
    font-size: 0.95rem;
    font-weight: 700;
}

.feature-card--social {
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(246, 249, 252, 0.86));
}

.feature-card--social .feature-card__icon {
    width: 5rem;
    height: 5rem;
    font-size: 1.75rem;
}

.feature-card--social .feature-card__lead {
    font-size: 1rem;
}

.feature-card--social .feature-card__details {
    display: none;
}

.story-card {
    display: grid;
    grid-template-columns: minmax(0, 1.1fr) minmax(280px, 0.9fr);
    gap: 2rem;
    padding: 2rem;
    border-radius: var(--fp-radius-xl);
    background: rgba(255, 255, 255, 0.82);
    border: 1px solid rgba(125, 145, 170, 0.12);
    box-shadow: var(--fp-shadow);
}

.story-card--copy-only {
    grid-template-columns: 1fr;
}

.story-card--left {
    grid-template-columns: minmax(280px, 0.9fr) minmax(0, 1.1fr);
}

.story-card--left .story-card__copy {
    order: 2;
}

.story-card--left .story-card__media {
    order: 1;
}

.story-card__copy h2 {
    margin: 0 0 1rem;
    font-size: clamp(2rem, 4.4vw, 3.8rem);
}

.story-card__media {
    display: flex;
    align-items: stretch;
}

.story-card__image,
.story-card__media img {
    width: 100%;
    height: auto;
    border-radius: 1.8rem;
    object-fit: cover;
}

.page-shell,
.footer-card {
    padding: 2.2rem;
    border-radius: 2.2rem;
    background: rgba(255, 255, 255, 0.84);
    border: 1px solid rgba(125, 145, 170, 0.12);
    box-shadow: var(--fp-shadow);
}

.page-shell--form {
    max-width: 58rem;
    margin: 0 auto;
}

.page-header--center {
    max-width: 50rem;
    margin: 0 auto 2.2rem;
    text-align: center;
}

.page-header--article {
    max-width: 48rem;
    margin: 0 auto 2.4rem;
    padding-bottom: 1.6rem;
    border-bottom: 1px solid rgba(125, 145, 170, 0.14);
}

.page-shell--article {
    max-width: 76rem;
    margin: 0 auto;
}

.page-shell--article .page-content {
    padding: clamp(1.5rem, 3vw, 2.6rem);
}

.page-header__eyebrow {
    display: inline-flex;
    align-items: center;
    min-height: 2.2rem;
    padding: 0.25rem 0.8rem;
    margin-bottom: 1rem;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.92);
    border: 1px solid rgba(125, 145, 170, 0.14);
    color: var(--fp-accent-deep);
    font-size: 0.8rem;
    font-weight: 800;
    letter-spacing: 0.14em;
    text-transform: uppercase;
}

.form-shell {
    margin-top: 2rem;
}

.form-shell .form-field {
    margin-bottom: 1.25rem;
}

.form-shell .notices {
    margin: 0 0 1.2rem;
    padding: 1rem 1.1rem;
    border-radius: 1rem;
    border: 1px solid rgba(125, 145, 170, 0.16);
    font-weight: 600;
}

.form-shell .form-honeybear,
#fp-guard-key,
#fp-started-at,
#fp-guard-input {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    margin: -1px !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    white-space: nowrap !important;
    border: 0 !important;
}

.form-shell .notices p {
    margin: 0;
}

.form-shell .notices.green {
    background: rgba(227, 244, 234, 0.95);
    color: #1f5b39;
    border-color: rgba(46, 125, 79, 0.18);
}

.form-shell .notices.red {
    background: rgba(252, 237, 237, 0.97);
    color: #7a2d2d;
    border-color: rgba(165, 76, 76, 0.18);
}

.form-shell .has-icon-left::before,
.form-shell .has-icon-left::after {
    display: none !important;
    content: none !important;
}

.form-shell .has-icon-left {
    position: static;
}

.form-shell .has-icon-left input,
.form-shell .has-icon-left textarea,
.form-shell .has-icon-left .form-control {
    padding-left: 1rem !important;
}

.form-shell .form-group {
    margin-bottom: 0;
}

.form-shell label {
    display: block;
    margin-bottom: 0.45rem;
    color: var(--fp-text);
    font-size: 0.95rem;
    font-weight: 700;
}

.form-shell input,
.form-shell textarea,
.form-shell select {
    width: 100%;
    min-height: 3.5rem;
    padding: 0.95rem 1rem;
    border: 1px solid rgba(125, 145, 170, 0.18);
    border-radius: 1rem;
    background: rgba(248, 250, 252, 0.96);
    color: var(--fp-text);
    box-shadow: none;
}

.form-shell textarea {
    min-height: 10rem;
    resize: vertical;
}

.form-shell .form-errors {
    margin-top: 0.45rem;
}

.form-shell .form-message {
    margin: 0;
    color: #8d4343;
    font-size: 0.92rem;
    line-height: 1.5;
}

.form-shell .form-label {
    margin-bottom: 0.45rem;
}

.form-shell .form-input-wrapper,
.form-shell .form-textarea-wrapper,
.form-shell .form-input-addon-wrapper {
    display: block;
}

.form-shell .basic-captcha .form-input-addon.form-input-prepend {
    display: inline-flex;
    align-items: stretch;
    gap: 0;
    margin-bottom: 0.75rem;
    overflow: hidden;
    border-radius: 1rem;
    border: 1px solid rgba(125, 145, 170, 0.14);
    background: #f4f7fb;
}

.form-shell .basic-captcha img {
    display: block;
    width: 11rem;
    min-height: 3.8rem;
    object-fit: cover;
    background: #eef3f9;
}

.form-shell .reload-captcha-button {
    min-width: 3.25rem;
    min-height: 3.25rem;
    margin: 0;
    padding: 0;
    border-radius: 0;
    flex: 0 0 3.25rem;
}

.form-shell .reload-captcha-button svg {
    width: 1.15rem;
    height: 1.15rem;
}

.form-shell button,
.form-shell input[type="submit"],
.form-shell input[type="button"],
.form-shell .button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 3.1rem;
    margin-right: 0.8rem;
    padding: 0.85rem 1.35rem;
    border-radius: 999px;
    border: 1px solid transparent;
    background: linear-gradient(135deg, #8cb0d8 0%, #6f95c1 100%);
    color: #fff;
    font-weight: 700;
}

.form-shell button:last-child,
.form-shell input[type="submit"]:last-child,
.form-shell input[type="button"]:last-child,
.form-shell .button:last-child {
    margin-right: 0;
}

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

.blog-card--featured {
    grid-column: span 2;
}

.blog-card {
    --mouse-x: 50%;
    --mouse-y: 50%;
    position: relative;
    display: flex;
    flex-direction: column;
    border-radius: 1.8rem;
    overflow: hidden;
    background: rgba(255, 255, 255, 0.92);
    border: 1px solid rgba(125, 145, 170, 0.12);
    box-shadow: 0 20px 48px rgba(128, 146, 170, 0.1);
    isolation: isolate;
    transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
}

.blog-card::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        radial-gradient(18rem circle at var(--mouse-x) var(--mouse-y), rgba(136, 171, 211, 0.18), rgba(136, 171, 211, 0) 56%),
        radial-gradient(14rem circle at calc(var(--mouse-x) - 14%) calc(var(--mouse-y) + 10%), rgba(244, 223, 210, 0.16), rgba(244, 223, 210, 0) 60%);
    opacity: 0;
    transition: opacity 0.28s ease;
    pointer-events: none;
    z-index: 0;
}

.blog-card > * {
    position: relative;
    z-index: 1;
}

.blog-card:hover,
.blog-card:focus-within {
    transform: translateY(-6px);
    border-color: rgba(135, 168, 207, 0.2);
    box-shadow: 0 28px 58px rgba(120, 140, 168, 0.14);
}

.blog-card:hover::before,
.blog-card:focus-within::before {
    opacity: 1;
}

.blog-card__image--fallback {
    height: 21rem;
}

.blog-card__image--fallback {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    gap: 1rem;
    padding: 1.8rem;
    overflow: hidden;
    background:
        radial-gradient(circle at top right, rgba(173, 200, 228, 0.85), rgba(173, 200, 228, 0) 34%),
        linear-gradient(135deg, #f6efe6 0%, #edf4fb 100%);
}

.blog-card__image--fallback::before,
.blog-card__image--fallback::after {
    content: "";
    position: absolute;
    border-radius: 999px;
    pointer-events: none;
}

.blog-card__image--fallback::before {
    top: -3.5rem;
    right: -1.4rem;
    width: 13rem;
    height: 13rem;
    background: radial-gradient(circle, rgba(255, 255, 255, 0.76), rgba(255, 255, 255, 0));
}

.blog-card__image--fallback::after {
    display: none;
}


.blog-card__image--editorial {
    height: 15rem;
    background:
        radial-gradient(circle at 20% 20%, rgba(140, 176, 216, 0.22), rgba(140, 176, 216, 0) 28%),
        radial-gradient(circle at 80% 18%, rgba(244, 223, 210, 0.42), rgba(244, 223, 210, 0) 24%),
        linear-gradient(135deg, #fbf7f1 0%, #eef4fb 100%);
}

.blog-card__image--featured {
    background:
        radial-gradient(circle at 78% 16%, rgba(140, 176, 216, 0.72), rgba(140, 176, 216, 0) 28%),
        radial-gradient(circle at 16% 88%, rgba(244, 223, 210, 0.7), rgba(244, 223, 210, 0) 26%),
        linear-gradient(135deg, #f8f1e9 0%, #edf4fb 100%);
}


.blog-card__fallback-badge {
    position: relative;
    z-index: 1;
    display: inline-flex;
    align-items: center;
    width: fit-content;
    min-height: 2rem;
    padding: 0.25rem 0.7rem;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.88);
    color: var(--fp-accent-deep);
    font-size: 0.78rem;
    font-weight: 800;
    letter-spacing: 0.14em;
    text-transform: uppercase;
}

.blog-card__fallback-title {
    position: relative;
    z-index: 1;
    max-width: 26rem;
    color: var(--fp-text);
    font-size: 2rem;
    line-height: 1.08;
    font-weight: 700;
}

.blog-card__fallback-line {
    position: relative;
    z-index: 1;
    width: 5.5rem;
    height: 0.2rem;
    border-radius: 999px;
    background: rgba(111, 149, 193, 0.5);
}

.blog-card__body {
    display: flex;
    flex: 1;
    flex-direction: column;
    gap: 0.9rem;
    padding: 1.5rem;
}

.blog-date,
.blog-meta {
    color: var(--fp-muted);
    font-size: 0.94rem;
}

.blog-meta {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 0.85rem;
}

.page-header--article .blog-meta {
    gap: 1rem;
}

.blog-author {
    display: inline-flex;
    align-items: center;
    gap: 0.6rem;
    min-height: 2.2rem;
}

.blog-author__avatar {
    width: 2.2rem;
    height: 2.2rem;
    border-radius: 50%;
    object-fit: cover;
    border: 1px solid rgba(125, 145, 170, 0.2);
    background: rgba(255, 255, 255, 0.9);
}

.blog-author__name {
    font-weight: 700;
    color: var(--fp-text);
}

.page-header--article .blog-date,
.page-header--article .blog-author__name {
    font-size: 0.98rem;
}

.blog-card__title {
    margin: 0;
    font-size: 1.6rem;
    line-height: 1.2;
}

.blog-card__title a {
    color: var(--fp-text);
}

.blog-card__summary {
    margin: 0;
    color: var(--fp-muted);
    line-height: 1.7;
}

.blog-shell {
    padding-top: 2.8rem;
}

.blog-shell__title {
    margin: 0;
    font-size: clamp(3.8rem, 8vw, 6rem);
    line-height: 0.95;
    letter-spacing: -0.04em;
}

.page-header__eyebrow {
    position: relative;
    display: inline-flex;
    align-items: center;
    gap: 0.55rem;
}

.page-header__eyebrow::before {
    content: "";
    width: 0.65rem;
    height: 0.65rem;
    border-radius: 50%;
    background: linear-gradient(135deg, rgba(244, 223, 210, 0.96), rgba(135, 168, 207, 0.96));
    box-shadow: 0 0 0 0.35rem rgba(255, 255, 255, 0.7);
}

.blog-card__footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    margin-top: auto;
}

.taxonomy-list {
    display: flex;
    flex-wrap: wrap;
    gap: 0.45rem;
}

.taxonomy-list li {
    border-radius: 999px;
    background: var(--fp-accent-soft);
}

.taxonomy-list a {
    display: inline-flex;
    align-items: center;
    min-height: 2rem;
    padding: 0.3rem 0.7rem;
    border-radius: 999px;
    color: var(--fp-accent-deep);
    font-size: 0.82rem;
    font-weight: 700;
}

.taxonomy-list a:hover,
.taxonomy-list a:focus {
    color: var(--fp-text);
}

.blog-readmore {
    font-weight: 700;
}

.blog-article {
    max-width: 48rem;
    margin: 0 auto;
}

.blog-article > :first-child {
    margin-top: 0;
}

.blog-article > p:first-of-type {
    color: var(--fp-text);
    font-size: clamp(1.28rem, 2vw, 1.5rem);
    line-height: 1.72;
}

.blog-article > p:first-of-type::first-letter {
    float: left;
    margin: 0.12rem 0.7rem 0 0;
    color: var(--fp-accent-deep);
    font-size: 4.6rem;
    line-height: 0.82;
    font-weight: 700;
}

.blog-article h2,
.blog-article h3 {
    color: var(--fp-text);
    line-height: 1.08;
}

.blog-article h2 {
    margin-top: 3rem;
    margin-bottom: 1rem;
    font-size: clamp(1.9rem, 3vw, 2.7rem);
}

.blog-article h3 {
    margin-top: 2.2rem;
    margin-bottom: 0.9rem;
    font-size: clamp(1.35rem, 2.2vw, 1.8rem);
}

.blog-article p + p {
    margin-top: 1.1rem;
}

.blog-article strong {
    color: var(--fp-text);
}

.blog-article a {
    text-decoration: underline;
    text-decoration-color: rgba(135, 168, 207, 0.45);
    text-underline-offset: 0.18em;
}

.blog-article blockquote {
    margin: 2rem 0;
    padding: 1.2rem 1.4rem 1.2rem 1.6rem;
    border-left: 3px solid rgba(135, 168, 207, 0.55);
    border-radius: 0 1.2rem 1.2rem 0;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.72), rgba(244, 248, 252, 0.74));
    color: var(--fp-text);
    box-shadow: 0 14px 28px rgba(128, 146, 170, 0.08);
}

.blog-article blockquote p {
    margin: 0;
    color: inherit;
    font-size: 1.08rem;
    line-height: 1.8;
}

.blog-article hr {
    width: min(8rem, 28%);
    margin: 2.3rem 0;
    border: 0;
    border-top: 1px solid rgba(135, 168, 207, 0.28);
}

.blog-article ul,
.blog-article ol {
    display: grid;
    gap: 0.75rem;
    margin: 1.35rem 0 0;
    padding-left: 1.25rem;
    color: var(--fp-muted);
    line-height: 1.75;
}

.blog-article li::marker {
    color: rgba(135, 168, 207, 0.9);
}

.blog-article iframe {
    border-radius: 1.4rem;
    box-shadow: 0 20px 48px rgba(128, 146, 170, 0.12);
}

.blog-article-video {
    position: relative;
    margin: 0 auto 2rem;
    padding-bottom: 56.25%;
    overflow: hidden;
    border-radius: 1.4rem;
    box-shadow: 0 20px 48px rgba(128, 146, 170, 0.12);
}

.blog-article-video iframe {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

.legal-data-lead {
    max-width: 56rem;
    margin: 0 0 1.5rem;
    color: var(--fp-muted);
    font-size: 1.04rem;
    line-height: 1.8;
}

.legal-data-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1rem;
    margin: 1.5rem 0 1.75rem;
}

.legal-data-card {
    padding: 1.2rem 1.25rem;
    border-radius: 1.25rem;
    background: rgba(255, 255, 255, 0.82);
    border: 1px solid rgba(125, 145, 170, 0.14);
    box-shadow: 0 18px 40px rgba(96, 119, 150, 0.08);
}

.legal-data-card h5 {
    margin: 0 0 0.7rem;
    color: var(--fp-text);
    font-size: 1rem;
}

.legal-data-card p,
.legal-data-card ul {
    margin: 0;
    color: var(--fp-muted);
    line-height: 1.7;
}

.legal-data-card ul {
    padding-left: 1rem;
}

.fp-cookie-consent {
    position: fixed;
    left: 1rem;
    right: 1rem;
    bottom: 1rem;
    z-index: 1100;
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 1rem;
    max-width: 78rem;
    margin: 0 auto;
    padding: 1rem 1.1rem;
    border-radius: 1.5rem;
    border: 1px solid rgba(125, 145, 170, 0.14);
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.94), rgba(246, 249, 252, 0.93));
    box-shadow: 0 26px 56px rgba(120, 140, 168, 0.16);
    backdrop-filter: blur(20px);
}

.fp-cookie-consent__copy strong,
.fp-cookie-modal__panel h3 {
    color: var(--fp-text);
    font-size: 1.08rem;
}

.fp-cookie-consent__copy p,
.fp-cookie-modal__lead {
    margin: 0.35rem 0 0;
    color: var(--fp-muted);
    line-height: 1.7;
}

.fp-cookie-consent__link {
    display: inline-flex;
    margin-top: 0.45rem;
    font-weight: 700;
}

.fp-cookie-consent__actions,
.fp-cookie-modal__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 0.7rem;
    align-items: center;
}

.fp-cookie-consent__settings,
.fp-cookie-manage,
.fp-cookie-modal__close {
    border: 0;
    background: transparent;
    color: var(--fp-accent-deep);
    font-weight: 700;
}

.fp-cookie-manage {
    position: fixed;
    left: 1rem;
    bottom: 1rem;
    z-index: 1090;
    min-height: 2.9rem;
    padding: 0.7rem 1rem;
    border-radius: 999px;
    border: 1px solid rgba(125, 145, 170, 0.14);
    background: rgba(255, 255, 255, 0.94);
    box-shadow: 0 18px 40px rgba(120, 140, 168, 0.12);
}

.fp-cookie-modal {
    position: fixed;
    inset: 0;
    z-index: 1200;
}

.fp-cookie-modal__backdrop {
    position: absolute;
    inset: 0;
    background: rgba(54, 65, 84, 0.2);
    backdrop-filter: blur(6px);
}

.fp-cookie-modal__panel {
    position: relative;
    z-index: 1;
    width: min(100% - 2rem, 34rem);
    margin: 8vh auto 0;
    padding: 1.4rem;
    border-radius: 1.5rem;
    background: linear-gradient(180deg, rgba(255,255,255,0.97), rgba(246,249,252,0.95));
    border: 1px solid rgba(125, 145, 170, 0.14);
    box-shadow: 0 30px 80px rgba(104, 126, 155, 0.18);
}

.fp-cookie-modal__close {
    position: absolute;
    top: 0.9rem;
    right: 0.9rem;
    font-size: 1.6rem;
    line-height: 1;
}

.fp-cookie-modal__option {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    margin-top: 1rem;
    padding: 1rem 1.05rem;
    border-radius: 1.2rem;
    border: 1px solid rgba(125, 145, 170, 0.14);
    background: rgba(255, 255, 255, 0.84);
}

.fp-cookie-modal__option strong {
    color: var(--fp-text);
}

.fp-cookie-modal__option span {
    color: var(--fp-accent-deep);
    font-weight: 800;
}

.fp-cookie-modal__option input {
    width: 1.2rem;
    height: 1.2rem;
}

.pagination-nav {
    display: flex;
    justify-content: center;
    gap: 0.8rem;
    margin-top: 2rem;
}

.pagination-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 2.8rem;
    padding: 0.7rem 1rem;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.9);
    border: 1px solid rgba(125, 145, 170, 0.14);
}

.site-footer {
    padding: 2rem 0 2.4rem;
}

.footer-card {
    display: grid;
    grid-template-columns: minmax(0, 1.1fr) minmax(18rem, 0.9fr);
    gap: 2rem;
    background:
        radial-gradient(circle at top left, rgba(244, 223, 210, 0.42), rgba(244, 223, 210, 0) 28%),
        linear-gradient(180deg, rgba(255, 255, 255, 0.92), rgba(251, 252, 253, 0.9));
}

.footer-eyebrow {
    margin: 0 0 1rem;
    color: #b37f67;
    font-size: 0.95rem;
    font-weight: 800;
    letter-spacing: 0.18em;
    text-transform: uppercase;
}

.footer-card h2 {
    margin: 0 0 1rem;
    color: var(--fp-text);
    font-size: clamp(2.2rem, 5vw, 4rem);
    line-height: 1.02;
}

.footer-description {
    max-width: 34rem;
    margin: 0;
    color: var(--fp-muted);
    font-size: 1.18rem;
    line-height: 1.8;
}

.footer-proof {
    display: flex;
    flex-wrap: wrap;
    gap: 0.65rem;
    margin-top: 1.3rem;
}

.footer-proof a,
.footer-proof span {
    display: inline-flex;
    align-items: center;
    min-height: 2.2rem;
    padding: 0.35rem 0.8rem;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.82);
    border: 1px solid rgba(125, 145, 170, 0.12);
    color: var(--fp-accent-deep);
    font-size: 0.84rem;
    font-weight: 700;
}

.footer-proof a:hover,
.footer-proof a:focus {
    color: var(--fp-text);
    border-color: rgba(125, 145, 170, 0.22);
    background: rgba(255, 255, 255, 0.96);
}

.footer-contact-list {
    display: flex;
    flex-wrap: wrap;
    gap: 0.9rem;
    margin-top: 2rem;
}

.footer-chip {
    display: inline-flex;
    align-items: center;
    gap: 0.7rem;
    min-height: 3.2rem;
    padding: 0.85rem 1.2rem;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.94);
    border: 1px solid rgba(125, 145, 170, 0.14);
    color: var(--fp-text);
    font-weight: 700;
}

.footer-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 0.9rem;
    justify-content: flex-start;
    margin-bottom: 1.4rem;
}

.footer-side__statement {
    max-width: 22rem;
    margin: 0 0 2rem;
    color: var(--fp-muted);
    font-size: 1.03rem;
    line-height: 1.7;
}

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

.footer-columns h3 {
    margin: 0 0 1rem;
    color: #8a96aa;
    font-size: 0.78rem;
    font-weight: 800;
    letter-spacing: 0.16em;
    text-transform: uppercase;
}

.footer-links {
    display: grid;
    gap: 0.9rem;
}

.footer-links a {
    color: var(--fp-text);
    font-size: 1rem;
    font-weight: 700;
    line-height: 1.35;
}

.footer-links a:hover,
.footer-links a:focus {
    color: var(--fp-accent-deep);
}

.footer-links a {
    color: var(--fp-text);
    font-size: 1.12rem;
    font-weight: 700;
}

.footer-copyright {
    margin: 1.2rem 0 0;
    color: var(--fp-muted);
    text-align: center;
    font-size: 1rem;
}

.footer-copyright .fa {
    margin: 0 0.25rem;
    color: #d78671;
    animation: footer-heartbeat 1.35s ease-in-out infinite;
    transform-origin: center;
}

@keyframes footer-heartbeat {
    0%, 100% {
        transform: scale(1);
    }

    20% {
        transform: scale(1.18);
    }

    40% {
        transform: scale(0.96);
    }

    60% {
        transform: scale(1.12);
    }
}

.booking-intro {
    max-width: 48rem;
    margin: 0 auto 2.5rem;
    text-align: center;
}

.booking-intro--compact {
    max-width: 42rem;
    margin-bottom: 1.4rem;
}

.booking-intro__eyebrow {
    display: inline-flex;
    align-items: center;
    min-height: 2.4rem;
    padding: 0.2rem 0.9rem;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.92);
    border: 1px solid rgba(125, 145, 170, 0.14);
    color: var(--fp-accent-deep);
    font-size: 0.8rem;
    font-weight: 800;
    letter-spacing: 0.14em;
    text-transform: uppercase;
}

.booking-intro h1 {
    max-width: 16ch;
    margin-left: auto;
    margin-right: auto;
}

.booking-intro p {
    max-width: 42rem;
    margin-left: auto;
    margin-right: auto;
}

.booking-highlights {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 0.65rem;
    margin-top: 1.3rem;
}

.booking-highlights span {
    display: inline-flex;
    align-items: center;
    min-height: 2.3rem;
    padding: 0.35rem 0.8rem;
    border-radius: 999px;
    background: var(--fp-accent-soft);
    color: var(--fp-accent-deep);
    font-size: 0.86rem;
    font-weight: 700;
}

.booking-embed {
    margin-top: 2rem;
    border-radius: 1.8rem;
    overflow: hidden;
    border: 1px solid rgba(125, 145, 170, 0.12);
    box-shadow: 0 18px 48px rgba(128, 146, 170, 0.1);
}

.booking-embed iframe {
    display: block;
    width: 100%;
    min-height: 900px;
    background: #f8fafc;
}

.booking-stage {
    margin-top: 2.4rem;
}

.booking-stage--modal {
    display: grid;
    grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
    gap: 1.2rem;
    max-width: 72rem;
    margin: 2.4rem auto 0;
}

.booking-stage__panel {
    position: relative;
    display: grid;
    gap: 1rem;
    padding: 1.35rem 1.45rem;
    border: 1px solid rgba(125, 145, 170, 0.12);
    border-radius: 1.5rem;
    background: linear-gradient(180deg, rgba(255,255,255,0.92), rgba(244,248,252,0.88));
    box-shadow: 0 18px 44px rgba(128, 146, 170, 0.08);
    overflow: hidden;
}

.booking-stage__panel::before {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    background: radial-gradient(circle at top right, rgba(135, 168, 207, 0.14), rgba(135, 168, 207, 0) 32%);
}

.booking-stage__panel--cta {
    gap: 1.35rem;
    padding: 1.6rem 1.65rem;
    align-content: start;
    background:
        radial-gradient(circle at 0% 18%, rgba(244, 223, 210, 0.26), rgba(244, 223, 210, 0) 34%),
        linear-gradient(180deg, rgba(255,255,255,0.96), rgba(246,249,252,0.9));
}

.booking-stage__panel--embed {
    min-height: 100%;
}

.booking-stage__meta {
    display: flex;
    flex-wrap: wrap;
    gap: 0.55rem;
}

.booking-stage__meta span {
    display: inline-flex;
    align-items: center;
    min-height: 2rem;
    padding: 0.25rem 0.75rem;
    border-radius: 999px;
    background: rgba(135, 168, 207, 0.12);
    color: var(--fp-accent-deep);
    font-size: 0.82rem;
    font-weight: 700;
}

.booking-stage__head {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 1rem;
    align-items: end;
}

.booking-stage__head--stacked {
    grid-template-columns: 1fr;
    align-items: start;
}

.booking-stage__head h2 {
    margin: 0 0 0.45rem;
    color: var(--fp-text);
    font-size: clamp(1.4rem, 2.6vw, 2rem);
    line-height: 1.05;
}

.booking-stage__head p,
.booking-stage__hint {
    margin: 0;
    color: var(--fp-muted);
    font-size: 0.98rem;
    line-height: 1.7;
}

.booking-stage__hint {
    max-width: 17rem;
    padding: 0.8rem 0.95rem;
    border-radius: 1rem;
    background: rgba(255,255,255,0.92);
    border: 1px solid rgba(125,145,170,0.12);
}

.booking-stage__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 0.85rem;
    align-items: center;
}

.booking-stage__actions .fp-button {
    min-width: 13.5rem;
    justify-content: center;
}

.booking-page .page-shell {
    background:
        radial-gradient(circle at top left, rgba(244, 223, 210, 0.18), rgba(244, 223, 210, 0) 24%),
        radial-gradient(circle at top right, rgba(135, 168, 207, 0.16), rgba(135, 168, 207, 0) 26%),
        linear-gradient(180deg, rgba(255,255,255,0.94), rgba(249,250,252,0.92));
}

.prose-content h2 {
    margin: 2rem 0 1rem;
    color: var(--fp-text);
    font-size: clamp(1.6rem, 3vw, 2.4rem);
    line-height: 1.15;
    font-weight: 700;
}

.prose-content ul,
.prose-content ol {
    padding-left: 1.25rem;
    color: var(--fp-muted);
    font-size: 1.08rem;
    line-height: 1.8;
}

@media (max-width: 1279px) {
    .site-header__desktop,
    .site-header__languages {
        display: none;
    }

    .menu-toggle {
        display: inline-flex;
    }

    .mobile-panel[hidden] {
        display: none;
    }

    .mobile-panel:not([hidden]) {
        display: block;
    }
}

@media (max-width: 1100px) {
    .hero-section__inner,
    .story-card,
    .story-card--left,
    .footer-card {
        grid-template-columns: 1fr;
    }

    .story-card--left .story-card__copy,
    .story-card--left .story-card__media {
        order: initial;
    }

    .feature-grid,
    .feature-grid--4,
    .blog-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .blog-card--featured {
        grid-column: span 2;
    }

    .feature-card__top {
        flex-direction: column;
        align-items: flex-start;
    }

    .booking-stage--modal {
        grid-template-columns: 1fr;
        max-width: 58rem;
    }

    .legal-data-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 767px) {
    .site-header__inner {
        grid-template-columns: auto auto;
        gap: 1rem;
        min-height: 4.8rem;
    }

    .site-header__actions {
        gap: 0.7rem;
    }

    .site-header__actions .fp-button--primary {
        display: none;
    }

    .hero-section {
        padding: 3.5rem 0 2.2rem;
    }

    .hero-copy h1 {
        font-size: clamp(2.7rem, 14vw, 4rem);
    }

    .hero-copy h2 {
        font-size: clamp(1.7rem, 8vw, 2.3rem);
    }

    .hero-copy p,
    .section-copy p,
    .page-intro,
    .story-card__copy p,
    .prose-content p,
    .blog-article p,
    .feature-card p {
        font-size: 1rem;
    }

    .feature-grid,
    .feature-grid--4,
    .blog-grid,
    .footer-columns {
        grid-template-columns: 1fr;
    }

    .blog-card--featured {
        grid-column: auto;
    }

    .blog-card__footer,
    .page-header--article .blog-meta {
        align-items: flex-start;
        justify-content: flex-start;
    }

    .booking-intro h1,
    .booking-intro p {
        max-width: none;
    }

    .taxonomy-list {
        width: 100%;
    }

    .blog-article > p:first-of-type {
        font-size: 1.14rem;
    }

    .blog-article > p:first-of-type::first-letter {
        float: none;
        margin: 0;
        font-size: inherit;
        line-height: inherit;
    }

    .cc-window.cc-banner {
        left: 0.75rem;
        right: 0.75rem;
        bottom: 0.75rem;
        padding: 0.95rem;
        border-radius: 1.2rem;
    }

    .cc-compliance {
        width: 100%;
        flex-direction: column;
        align-items: stretch;
    }

    .cc-btn,
    .cc-banner .cc-btn:last-child {
        width: 100%;
        min-width: 0;
    }

    .fp-cookie-consent {
        grid-template-columns: 1fr;
        left: 0.75rem;
        right: 0.75rem;
        bottom: 0.75rem;
        padding: 0.95rem;
        border-radius: 1.2rem;
    }

    .fp-cookie-consent__actions,
    .fp-cookie-modal__actions {
        flex-direction: column;
        align-items: stretch;
    }

    .fp-cookie-consent__actions .fp-button,
    .fp-cookie-modal__actions .fp-button {
        width: 100%;
    }

    .fp-cookie-manage {
        left: 0.75rem;
        right: 0.75rem;
        bottom: 0.75rem;
        width: auto;
        justify-content: center;
    }

    .fp-cookie-modal__panel {
        width: min(100% - 1.5rem, 34rem);
        margin-top: 5vh;
        padding: 1.1rem;
    }

    .fp-cookie-modal__option {
        align-items: flex-start;
    }

    .page-shell,
    .footer-card,
    .story-card,
    .feature-card {
        padding: 1.35rem;
        border-radius: 1.4rem;
    }

    .footer-actions,
    .footer-contact-list,
    .hero-actions,
    .mobile-panel__buttons,
    .booking-highlights,
    .footer-proof {
        flex-direction: column;
        align-items: stretch;
    }

    .booking-stage__head {
        grid-template-columns: 1fr;
        align-items: start;
    }

    .booking-stage__hint {
        max-width: none;
    }
}

@media (prefers-reduced-motion: reduce) {
    .feature-card,
    .feature-card__icon,
    .blog-card {
        transition: none;
    }
}

/* ============================================================
   Gallery — before/after comparison slider
   ============================================================ */

.gallery-intro-text {
    margin-bottom: 1.5rem;
    color: var(--fp-muted);
    line-height: 1.75;
}

.fp-gallery-section {
    padding: 0 0 4rem;
    overflow: hidden; /* не выходить за рамки на мобильном */
}

.fp-gallery-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(min(100%, 22rem), 1fr));
    gap: 1.5rem;
}

/* Comparison container */
.fp-comparison {
    position: relative;
    overflow: hidden;
    border-radius: 1.5rem;
    aspect-ratio: 3 / 4;
    cursor: col-resize;
    user-select: none;
    touch-action: none;
    background: var(--fp-bg-card, #f0f3f7);
    box-shadow: 0 8px 32px rgba(100, 120, 150, 0.10);
}

/* Before image — base layer, full size */
.fp-comparison__base {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    pointer-events: none;
}

/* After image — overlay, clipped via JS directly (not CSS var — iOS bug) */
.fp-comparison__overlay {
    position: absolute;
    inset: 0;
    -webkit-clip-path: inset(0 0 0 50%);
    clip-path: inset(0 0 0 50%);
}

.fp-comparison__overlay img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    pointer-events: none;
}

/* Divider line */
.fp-comparison__line {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 2px;
    background: rgba(255, 255, 255, 0.85);
    pointer-events: none;
    z-index: 4;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Circular drag button */
.fp-comparison__btn {
    width: 2.8rem;
    height: 2.8rem;
    border-radius: 50%;
    background: white;
    box-shadow: 0 2px 16px rgba(55, 75, 110, 0.22);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    color: var(--fp-accent-deep, #4a6a8a);
}

/* Before / After labels */
.fp-comparison__label {
    position: absolute;
    bottom: 1rem;
    padding: 0.28rem 0.7rem;
    background: rgba(30, 40, 60, 0.45);
    color: #fff;
    font-size: 0.78rem;
    font-weight: 600;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    border-radius: 999px;
    backdrop-filter: blur(6px);
    pointer-events: none;
    z-index: 5;
}

.fp-comparison__label--left  { left: 1rem; }
.fp-comparison__label--right { right: 1rem; }

/* CTA below the grid */
.fp-gallery-cta {
    display: flex;
    justify-content: center;
    margin-top: 2.5rem;
}

@media (max-width: 600px) {
    .fp-gallery-grid {
        grid-template-columns: 1fr;
    }
}

.error-code {
    font-size: 6rem;
    font-weight: 800;
    line-height: 1;
    margin: 0 0 1rem;
    background: linear-gradient(135deg, #8cb0d8 0%, #6f95c1 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}
