/* Client integration fixes; the original Vorin styles remain unchanged. */
:root {
    /* A restrained serif/sans pair keeps the interface calm and fully legible
       in Greek without trying to reproduce the separate logo wordmark. */
    --alt-font: "Noto Serif", serif;
    --primary-font: "Noto Sans", sans-serif;
    --fedra-topbar-height: 38px;
    --fedra-rose: #b45e76;
    --fedra-rose-deep: #8f465d;
    --fedra-rose-pale: #f2e1e6;
    --fedra-rose-rgb: 180, 94, 118;
    --base-color: var(--fedra-rose);
    --bs-link-color: var(--fedra-rose);
    --bs-link-hover-color: var(--fedra-rose-deep);
    --bs-link-color-rgb: var(--fedra-rose-rgb);
}

#home-hero .fedra-hero-image {
    top: var(--fedra-topbar-height);
    height: calc(100% - var(--fedra-topbar-height));
}

#home-hero .hover-reveal {
    width: min(470px, 25vw);
}

#home-hero .hover-reveal img {
    display: block;
    width: 100%;
    aspect-ratio: 1408 / 1854;
    object-fit: cover;
    border-radius: 10px;
}

#home-hero .fedra-baptism-reveal {
    translate: -50% 0;
}

#home-hero .fedra-baptism-reveal img {
    object-position: right center;
}

#home-hero .fedra-hero-video-layer {
    position: absolute;
    inset: 0;
    background: var(--white);
}

#home-hero .fedra-hero-video-layer::after {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    background: linear-gradient(to bottom, rgba(247, 245, 242, .9), transparent 24%, transparent 75%, rgba(247, 245, 242, .8));
}

#home-hero .fedra-hero-video-layer video {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

#home-hero .fedra-hero-video-toggle {
    position: absolute;
    right: 24px;
    bottom: 24px;
    z-index: 11;
    width: 44px;
    height: 44px;
    padding: 0;
    border: 1px solid var(--dark-gray);
    border-radius: 50%;
    background: var(--white);
    color: var(--dark-gray);
    font-size: 20px;
}

#home-hero .fedra-hero-video-toggle:focus-visible {
    outline: 2px solid var(--dark-gray);
    outline-offset: 4px;
}

.fedra-page-title {
    background-image: url("about/atelier-DSC_0184.jpg");
    background-position: center 30%;
}

.fedra-h2-byline {
    font-size: 22px;
    letter-spacing: .3px;
    text-transform: uppercase;
    margin-top: 8px;
}

.fedra-page-title .opacity-medium {
    opacity: .55;
}

.fedra-page-title .breadcrumb-style-01,
.fedra-page-title h1 {
    text-shadow: 0 1px 4px rgba(0, 0, 0, .55), 0 1px 12px rgba(0, 0, 0, .35);
}

/* The photo behind the title band has both bright and dark regions, so the
   header's default dark nav-link color (tuned for the homepage's pale hero
   strip) loses contrast unpredictably here. Match the breadcrumb's light
   color and give both a dark halo so they read regardless of what's behind
   them. */
header.fedra-home-header.fedra-title-hero:not(.fedra-past-hero) .navbar-nav .nav-link,
header.fedra-home-header.fedra-title-hero:not(.fedra-past-hero) .header-icon .icon > a {
    color: var(--white);
    text-shadow: 0 1px 4px rgba(0, 0, 0, .55), 0 1px 12px rgba(0, 0, 0, .35);
}

.fedra-editorial-title {
    font-size: clamp(32px, 3.1vw, 52px);
    line-height: 1.12;
    letter-spacing: -1px;
}

.fedra-editorial-image {
    display: block;
    height: clamp(420px, 42vw, 620px);
    object-fit: cover;
    object-position: center 25%;
}

.fedra-editorial-video {
    width: 100%;
    max-width: 370px;
    aspect-ratio: 16 / 9;
    background-image: url("creator-video-thumbnail.jpg");
}

@media (max-width: 991px) {
    .fedra-editorial-video {
        margin-inline: auto;
    }
    .fedra-editorial-image {
        height: auto;
        max-height: 580px;
        object-fit: contain;
    }
}

.fedra-collection-banners figure > img {
    aspect-ratio: 610 / 630;
    object-fit: cover;
    object-position: center top;
}

/* Match the demo hover reveal for keyboard and touch visitors as well. */
.fedra-collection-banners figure:focus-within figcaption {
    opacity: 1;
}

.fedra-collection-banners figure:focus-within figcaption .banner-subtitle,
.fedra-collection-banners figure:focus-within figcaption .banner-title,
.fedra-collection-banners figure:focus-within figcaption .banner-btn {
    opacity: 1;
    transform: translateY(0);
}

@media (hover: none) {
    .fedra-collection-banners figure figcaption,
    .fedra-collection-banners figure figcaption .banner-subtitle,
    .fedra-collection-banners figure figcaption .banner-title,
    .fedra-collection-banners figure figcaption .banner-btn {
        opacity: 1;
        transform: translateY(0);
    }
}

.fedra-collection-tabs {
    --fedra-seal-size: clamp(88px, 8vw, 120px);
}

.fedra-collection-frame {
    position: relative;
}

.fedra-collection-copy {
    padding-inline-start: calc(var(--fedra-seal-size) / 2 + 16px);
}

.fedra-collection-image {
    display: block;
    height: min(38vw, 460px);
    max-height: 460px;
    object-fit: cover;
    object-position: center 35%;
}

.fedra-collection-badge {
    position: absolute;
    display: grid;
    place-items: center;
    width: var(--fedra-seal-size);
    aspect-ratio: 1;
    right: 0;
    top: 50%;
    transform: translate(50%, -50%);
    z-index: 1;
    border: 1px solid rgba(66, 58, 52, .18);
    border-radius: 50%;
    background: #f7f5f1;
    pointer-events: none;
}

.fedra-collection-badge::before {
    content: "";
    position: absolute;
    inset: 7px;
    border: 1px solid rgba(158, 136, 102, .4);
    border-radius: inherit;
}

.fedra-collection-badge img {
    display: block;
    width: 78%;
    height: auto;
    object-fit: contain;
}

.fedra-cookie-notice:not([hidden]) {
    display: block;
}

.fedra-cookie-notice {
    max-height: calc(100dvh - 40px);
    overflow-y: auto;
}

.fedra-cookie-details summary {
    cursor: pointer;
    text-decoration: underline;
    text-underline-offset: 3px;
}

.fedra-cookie-details p,
.fedra-cookie-details code {
    color: inherit;
    font-size: inherit;
    line-height: 1.6;
}

.fedra-cookie-reopen {
    padding: 0;
    margin-left: 20px;
    background: transparent;
    border: 0;
    color: var(--dark-gray);
    font: inherit;
    text-decoration: underline;
    text-underline-offset: 3px;
}

@media (max-width: 767px) {
    .fedra-collection-image {
        height: min(110vw, 380px);
        max-height: 380px;
    }
    .fedra-collection-frame {
        margin-inline-end: calc(var(--fedra-seal-size) / 2);
    }
    .fedra-collection-copy {
        padding-inline-start: calc(var(--bs-gutter-x) / 2);
    }
    .fedra-cookie-notice {
        right: 12px;
        bottom: 12px;
        left: 12px;
        max-width: none;
        max-height: calc(100dvh - 24px);
        padding: 24px;
    }
}

header.fedra-header {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1000;
}

.search-form-wrapper {
    z-index: 1001;
}

header.fedra-header .fedra-topbar {
    position: relative;
    height: auto;
    z-index: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 24px;
    min-height: var(--fedra-topbar-height);
    padding: 8px 40px;
    border-bottom: 1px solid rgba(var(--fedra-rose-rgb), .2);
    background: var(--fedra-rose-pale);
    color: var(--fedra-rose-deep);
    font-size: 12px;
    line-height: 20px;
}

.fedra-topbar-motto {
    margin: 0;
}

.fedra-topbar-contact,
.fedra-topbar a {
    display: flex;
    align-items: center;
    gap: 8px;
}

.fedra-topbar-contact {
    gap: 24px;
}

.fedra-topbar a {
    color: inherit;
    white-space: nowrap;
}

.fedra-topbar a:hover {
    text-decoration: underline;
    text-underline-offset: 4px;
}

.fedra-topbar i {
    font-size: 16px;
}

/* .fedra-topbar-booking's color/background come from the shared accent-button
   rule further down, but that rule only sets color — without its own padding
   and border-radius here it rendered as a bare color patch hugging the text,
   not a button. */
.fedra-topbar a.fedra-topbar-booking {
    padding: 6px 14px;
    border-radius: 6px;
    text-decoration: none;
    white-space: nowrap;
}

.fedra-topbar a.fedra-topbar-booking:hover {
    text-decoration: none;
}

.fedra-topbar .fedra-topbar-booking,
header.fedra-header .navbar .navbar-nav .fedra-menu-booking,
header.fedra-header.fedra-past-hero .fedra-topbar {
    display: none;
}

header.fedra-header .fedra-nav-actions {
    display: flex;
    align-items: center;
    gap: 24px;
}

header.fedra-header .header-icon .icon {
    display: flex;
    align-items: center;
    gap: 8px;
}

header.fedra-header .header-icon .icon > a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 36px;
    min-height: 44px;
    padding: 0;
}

header.fedra-header .fedra-booking {
    white-space: nowrap;
}

header.fedra-home-header:not(.fedra-past-hero) .fedra-booking {
    visibility: hidden;
    pointer-events: none;
}

header.fedra-header .navbar-nav .nav-link {
    white-space: nowrap;
}

/* main.js measures $('header').outerHeight() and sets it as an inline
   margin-top on .top-space-margin/.ipad-top-space-margin elements whenever
   the header lacks a literal "sticky" class — meant to reserve space under
   a normal-flow mobile header. Our header is always position:absolute (see
   header.fedra-header above) and carries "no-sticky", not "sticky", so this
   fires unconditionally and reserves space for a header that never actually
   occupies document flow, producing a blank gap above the whole page on
   mobile. Overriding a third-party script's inline style, not our own CSS
   conflict — !important is the only way to win against it. */
@media (max-width: 991px) {
    .fedra-page-title.ipad-top-space-margin,
    section.top-space-margin {
        margin-top: 0 !important;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    header.fedra-header .container-fluid {
        padding-inline: 20px;
    }
    header.fedra-header .navbar-nav .nav-link {
        padding-inline: 10px;
        font-size: 13px;
    }
    header.fedra-header .fedra-nav-actions {
        gap: 12px;
    }
    header.fedra-header .fedra-booking {
        padding: 12px 16px;
        font-size: 12px;
    }
}

@media (max-width: 991px) {
    #home-hero .fedra-hero-image {
        top: calc(var(--fedra-topbar-height) + 84px);
        height: calc(100% - var(--fedra-topbar-height) - 144px);
    }
    #home-hero .fedra-hero-image img {
        object-fit: contain;
        transform: none;
    }
    #home-hero .fedra-hero-video-layer video {
        object-fit: contain;
    }
    #home-hero .fedra-hero-video-layer::after {
        background: none;
    }
    #home-hero .fedra-hero-video-toggle {
        right: 12px;
        bottom: 12px;
    }
    header.fedra-header .fedra-topbar {
        padding-inline: 20px;
        gap: 12px;
    }
    .fedra-topbar-motto,
    .fedra-topbar .fedra-topbar-email,
    header.fedra-header .fedra-booking {
        display: none;
    }
    .fedra-topbar .fedra-topbar-booking {
        display: flex;
    }
    header.fedra-header .navbar .navbar-nav .fedra-menu-booking {
        display: block;
        padding: 15px;
    }
    header.fedra-header .header-icon .icon {
        gap: 0;
    }
}

header.fedra-header .navbar {
    position: relative;
    background-color: var(--white);
    transform: none;
}

header.fedra-home-header .navbar {
    background-color: transparent;
    box-shadow: none;
}

header.fedra-home-header.fedra-past-hero {
    position: fixed;
}

header.fedra-home-header.fedra-past-hero .navbar {
    top: 0;
    left: 0;
    width: 100%;
    border-radius: 0;
    background-color: var(--white);
    box-shadow: 0 3px 16px rgba(66, 58, 52, 0.08);
}

.fedra-footer {
    color: var(--medium-gray);
}

.fedra-footer a {
    color: var(--dark-gray);
}

@media (max-width: 991px) {
    header.fedra-home-header .navbar-collapse.show,
    header.fedra-home-header .navbar-collapse.collapsing {
        background-color: var(--white);
    }

    /* The open mobile panel sits on its own solid white backdrop, not the
       title photo — the white-text override for .fedra-title-hero would be
       invisible here, so put the links back to dark text with no shadow. */
    header.fedra-home-header.fedra-title-hero .navbar-collapse.show .nav-link,
    header.fedra-home-header.fedra-title-hero .navbar-collapse.collapsing .nav-link {
        color: var(--dark-gray);
        text-shadow: none;
    }
}

header .navbar-brand.fedra-brand img {
    width: 132px;
    height: 62px;
    max-height: 62px;
    object-fit: contain;
}

.fedra-footer-logo {
    display: inline-block;
    max-width: 210px;
}

.fedra-footer-logo img {
    display: block;
    width: 100%;
    height: auto;
}

.fedra-blog-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    grid-auto-rows: 1fr;
    gap: 40px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.fedra-blog-grid > li {
    min-width: 0;
}

.fedra-blog-grid .blog-image a {
    display: block;
    aspect-ratio: 1;
    overflow: hidden;
}

.fedra-blog-grid .blog-image img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.fedra-blog-grid .card-body .card-title {
    width: 100%;
}

.fedra-article-brand {
    display: grid;
    place-items: center;
    aspect-ratio: 1;
    background: #ece8e2;
}

.fedra-article-brand img {
    width: 46%;
    height: auto;
}

/* Requested single-post sizing; original vendor styles remain untouched. */
.fedra-post-cover img {
    display: block;
    width: 100%;
    aspect-ratio: 16 / 9;
    object-fit: cover;
    object-position: center 25%;
}

.fedra-post-image-section {
    padding-block: 0 40px;
}

.fedra-post-image,
.fedra-post-copy img {
    display: block;
    width: 100%;
    max-width: 100%;
    height: auto;
    aspect-ratio: 3 / 2;
    object-fit: cover;
    object-position: center 25%;
    margin-inline: auto;
}

.fedra-post-copy figure {
    max-width: 100%;
}

.fedra-related-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    grid-auto-rows: 1fr;
    gap: 30px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.fedra-related-grid > li {
    min-width: 0;
}

.fedra-related-grid .blog-image a,
.fedra-related-grid .fedra-article-brand {
    display: grid;
    aspect-ratio: 600 / 455;
    overflow: hidden;
}

.fedra-related-grid .blog-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.fedra-related-grid .card-body .card-title {
    width: 100%;
}

@media (max-width: 1199px) {
    .fedra-related-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
}

@media (max-width: 991px) {
    .fedra-related-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 575px) {
    .fedra-related-grid { grid-template-columns: 1fr; }
}

.fedra-blog-index-grid {
    row-gap: 64px;
}

.fedra-blog-index-grid .blog-image a,
.fedra-blog-index-grid .fedra-article-brand {
    aspect-ratio: 600 / 455;
}

.fedra-blog-index-grid .card-body {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.fedra-blog-index-grid .card-title {
    font-family: var(--alt-font);
    font-size: 25px;
    line-height: 1.3;
}

.fedra-article-excerpt {
    font-size: 14px;
    line-height: 1.8;
    margin-block: 16px 20px;
}

.fedra-article-read-more {
    margin-top: auto;
    font-size: 13px;
    color: var(--dark-gray);
    border-bottom: 1px solid var(--dark-gray);
    padding-bottom: 4px;
}

.fedra-blog-toolbar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    padding-bottom: 24px;
    margin-bottom: 40px;
    border-bottom: 1px solid var(--extra-medium-gray);
    font-size: 14px;
}

.fedra-blog-toolbar nav {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.fedra-blog-toolbar a[aria-current] {
    color: var(--dark-gray);
    text-decoration: underline;
    text-underline-offset: 6px;
}

.fedra-blog-pagination {
    margin-top: 48px;
}

.fedra-blog-pagination .pagination .page-item.active .page-link {
    background: var(--dark-gray);
    color: var(--white);
}

@media (max-width: 575px) {
    .fedra-blog-pagination .pagination .page-item .page-link {
        min-width: 40px;
        margin-inline: 2px;
    }
}

@media (max-width: 767px) {
    .fedra-blog-toolbar {
        align-items: flex-start;
        flex-direction: column;
        gap: 16px;
    }
}

.fedra-instagram .instafeed-grid figure a {
    display: block;
    aspect-ratio: 1;
}

.fedra-instagram .instafeed-grid figure .insta-image {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.fedra-campaign-hero {
    max-height: 70vh;
}

.fedra-atelier-image {
    aspect-ratio: 3 / 4;
    border-radius: 6px;
    display: block;
    object-fit: cover;
}

.fedra-brand-logo {
    filter: grayscale(1);
    max-height: 40px;
    max-width: 140px;
    object-fit: contain;
    opacity: 0.7;
    transition: filter 0.2s ease, opacity 0.2s ease;
}

.fedra-brand-strip .col-6:hover .fedra-brand-logo {
    filter: grayscale(0);
    opacity: 1;
}

.fedra-lang-toggle {
    display: block;
    width: 22px;
    height: 22px;
    padding: 0;
    border: 0;
    border-radius: 50%;
    overflow: hidden;
    line-height: 0;
    background: transparent;
    cursor: pointer;
}

.fedra-lang-toggle img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.fedra-gtranslate-hidden {
    display: none;
}

/* Google Translate injects this chrome itself; not covered by our own stylesheet. */
iframe.skiptranslate,
.goog-tooltip,
.goog-tooltip:hover {
    display: none !important;
}

body {
    top: 0 !important;
}

.goog-text-highlight {
    background: none !important;
    box-shadow: none !important;
}

.fedra-baptism-offer-copy {
    width: 100%;
    padding: 0 20px;
}

.fedra-baptism-offer-copy h3 {
    font-size: 42px;
    line-height: 1.2;
}

.fedra-baptism-offer-badge {
    background-color: #fde466;
    color: var(--dark-gray);
    font-size: 20px;
    padding: 6px 20px;
}

@media (max-width: 575px) {
    .fedra-baptism-offer-copy h3 {
        font-size: 30px;
    }
    .fedra-baptism-offer-badge {
        font-size: 16px;
    }
}

.fedra-instagram-chat {
    position: fixed;
    right: 20px;
    bottom: 20px;
    z-index: 9999;
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 12px 18px 12px 12px;
    border-radius: 50px;
    background: linear-gradient(45deg, #f09433, #e6683c, #dc2743, #cc2366, #bc1888);
    color: var(--white);
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.2);
    text-decoration: none;
    line-height: 1;
}

.fedra-instagram-chat:hover,
.fedra-instagram-chat:focus {
    color: var(--white);
    text-decoration: none;
    filter: brightness(1.05);
}

.fedra-instagram-chat i {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.2);
    font-size: 17px;
}

.fedra-instagram-chat-label {
    font-size: 14px;
    font-weight: 500;
}

@media (max-width: 575px) {
    .fedra-instagram-chat {
        right: 12px;
        bottom: 12px;
    }
}

@media (max-width: 991px) {
    .fedra-blog-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 30px;
    }
}

@media (max-width: 575px) {
    #home-testimonials .swiper-slide .align-self-center {
        max-width: calc(100% - 64px);
    }
    .fedra-blog-grid {
        grid-template-columns: 1fr;
    }
    header .navbar-brand.fedra-brand img {
        width: 110px;
        height: 52px;
        max-height: 52px;
    }
}

/* Contact page: address/phone/email rows with icons */
.fedra-contact-info-row {
    display: flex;
    align-items: flex-start;
    gap: 14px;
    margin-bottom: 18px;
}

.fedra-contact-info-row i {
    flex-shrink: 0;
    margin-top: 3px;
    font-size: 18px;
    color: var(--dark-gray);
}

.fedra-contact-info-row a,
.fedra-contact-info-row span {
    color: var(--dark-gray);
}

/* Contact form: underline-only fields, no boxed inputs */
.fedra-form-label {
    display: block;
    text-transform: uppercase;
    font-size: 13px;
    letter-spacing: .5px;
    margin-bottom: 10px;
    color: var(--dark-gray);
}

.fedra-form-line {
    display: block;
    width: 100%;
    border: none;
    border-bottom: 1px solid var(--extra-medium-gray);
    border-radius: 0;
    background: transparent;
    padding: 6px 0 10px;
}

.fedra-form-line:focus {
    outline: none;
    box-shadow: none;
    border-bottom-color: var(--dark-gray);
}

textarea.fedra-form-line {
    min-height: 110px;
    resize: vertical;
}

select.fedra-form-line {
    appearance: auto;
}

/* Full-width map under the contact form. The "open in Google Maps" link
   sits in its own bar below the iframe rather than overlaid on top of it --
   Google's embedded map renders in its own compositing layer in some
   browsers and can paint over an absolutely-positioned sibling regardless
   of z-index, so a bar next to it is the reliable option. */
.fedra-contact-map {
    width: 100%;
}

.fedra-contact-map iframe {
    display: block;
    width: 100%;
    height: 420px;
    border: 0;
}

.fedra-contact-map-link {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    background: var(--white);
    color: var(--dark-gray);
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: .3px;
    padding: 16px;
    border-top: 1px solid var(--extra-medium-gray);
}

.fedra-contact-map-link:hover {
    color: var(--dark-gray);
    background: var(--extra-medium-gray);
}

.fedra-contact-map-link i {
    font-size: 15px;
}

/* FEDRAtales accent system: a rose derived from the handwritten logo mark.
   Buttons are intentionally handled here, after the vendor theme, so every
   call to action uses the same identity color without editing vendor files. */
body .btn.btn-dark-gray,
body .btn.btn-base-color,
body .btn.btn-white,
.fedra-topbar a.fedra-topbar-booking,
.fedra-contact-map-link {
    border-color: var(--fedra-rose);
    background-color: var(--fedra-rose);
    color: var(--white);
}

body .btn.btn-dark-gray:hover,
body .btn.btn-dark-gray:focus-visible,
body .btn.btn-base-color:hover,
body .btn.btn-base-color:focus-visible,
body .btn.btn-white:hover,
body .btn.btn-white:focus-visible,
.fedra-topbar a.fedra-topbar-booking:hover,
.fedra-topbar a.fedra-topbar-booking:focus-visible,
.fedra-contact-map-link:hover,
.fedra-contact-map-link:focus-visible,
/* Vendor style.css also has .btn.btn-box-shadow.btn-dark-gray:hover/:active
   {background: var(--dark-gray)} at the same 3-class specificity as the
   .btn.btn-dark-gray:hover rule above but with an extra .btn-box-shadow
   class, so it silently outranks it wherever a button also carries
   btn-box-shadow (e.g. the homepage collection "View collection" buttons),
   showing the old dark-gray brand color on hover instead of rose. Match its
   selector shape here so ours wins on source order instead. */
.btn.btn-box-shadow.btn-dark-gray:hover,
.btn.btn-box-shadow.btn-dark-gray:active {
    border-color: var(--fedra-rose-deep);
    background-color: var(--fedra-rose-deep);
    color: var(--white);
}

/* The demo's box-shadow variant is more specific on hover. Keep editorial
   calls to action within the same rose palette instead of reverting to gray. */
body .fedra-editorial .btn.btn-dark-gray.btn-box-shadow:hover,
body .fedra-editorial .btn.btn-dark-gray.btn-box-shadow:focus-visible {
    border-color: var(--fedra-rose-deep);
    background: var(--fedra-rose-deep);
    color: var(--white);
}

body .btn.btn-link,
body .btn.btn-link:hover,
.fedra-cookie-reopen {
    color: var(--fedra-rose);
}

.btn:focus-visible,
a:focus-visible,
button:focus-visible,
input:focus-visible,
select:focus-visible,
textarea:focus-visible {
    outline: 3px solid rgba(var(--fedra-rose-rgb), .35);
    outline-offset: 3px;
}

body input:focus,
body select:focus,
body textarea:focus,
body .fedra-form-line:focus {
    border-color: var(--fedra-rose);
}

body .fedra-contact-info-row i,
body .fedra-contact-strip .feature-box-icon i,
body .fedra-editorial .icon-extra-large {
    color: var(--fedra-rose);
}

.fedra-brand-item a:hover,
.fedra-brand-item a:focus-visible,
#latest-news a:not(.btn):hover,
#latest-news a:not(.btn):focus-visible {
    color: var(--fedra-rose);
}

::selection {
    background: var(--fedra-rose-pale);
    color: var(--fedra-rose-deep);
}

/* Client-facing brand, collection and review modules. */
.fedra-collection-tabs-nav .nav-link.active,
.fedra-collection-tabs-nav .nav-link:hover {
    border-color: var(--fedra-rose);
    background: var(--fedra-rose);
    color: var(--white);
}

.fedra-collection-copy .mb-10px > span:first-child,
.fedra-editorial .mb-20px > span:first-child {
    color: var(--fedra-rose);
}

.fedra-collection-copy .separator-line-1px,
.fedra-editorial .separator-line-1px {
    background-color: var(--fedra-rose);
}

/* A small amount of colour in the section hierarchy follows the client
   direction without changing the logo-led typography selection. */
body .fedra-collection-tabs h2.text-dark-gray,
body #bridal-collections h2.text-dark-gray,
body #baptism-collections h2.text-dark-gray,
body .fedra-editorial h2.text-dark-gray,
body .fedra-brands h2.text-dark-gray,
body .fedra-partner-brands h2.text-dark-gray,
body .fedra-google-reviews h2.text-dark-gray {
    color: var(--fedra-rose-deep);
}

.fedra-brands,
.fedra-google-reviews {
    padding-block: clamp(56px, 7vw, 100px);
}

.fedra-brand-slider {
    overflow: hidden;
    padding: 1px;
}

.fedra-brand-slider .swiper-wrapper {
    align-items: stretch;
}

.fedra-brand-slide {
    display: flex;
    height: auto;
}

.fedra-brand-item {
    display: grid;
    width: 100%;
    min-height: 124px;
    place-items: center;
    padding: 24px;
    border: 1px solid var(--extra-medium-gray);
    color: var(--dark-gray);
    text-align: center;
}

.fedra-brand-item a { color: inherit; }

.fedra-brand-item img {
    display: block;
    max-width: 100%;
    max-height: 72px;
    object-fit: contain;
}

.fedra-brand-item span {
    font-family: var(--alt-font);
    font-size: clamp(21px, 2vw, 29px);
    line-height: 1.1;
}

.fedra-google-reviews {
    background: linear-gradient(115deg, var(--fedra-rose-pale), var(--white) 65%);
}

/* A self-contained wordmark avoids future typography/theme utility classes
   recolouring the Google attribution. The original text remains in the DOM
   for assistive technology; its visual replacement has fixed brand colours. */
.fedra-google-reviews .row > .col-lg-8 > .text-uppercase {
    display: inline-block;
    font-size: 0;
    line-height: 1;
    text-transform: none;
}

.fedra-google-reviews .row > .col-lg-8 > .text-uppercase::before {
    display: block;
    background: linear-gradient(90deg, #4285f4 0 18%, #ea4335 18% 36%, #fbbc05 36% 54%, #4285f4 54% 72%, #34a853 72% 100%);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    content: 'Google';
    font-family: Arial, sans-serif;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: -.04em;
    line-height: 1;
    -webkit-text-fill-color: transparent;
}

.fedra-google-reviews .btn {
    border-color: var(--fedra-rose);
    background-color: var(--fedra-rose);
}

.fedra-google-reviews .btn:hover {
    border-color: var(--dark-gray);
    background-color: var(--dark-gray);
}

.fedra-reviews-slider {
    overflow: hidden;
    padding: 1px;
}

.fedra-reviews-slider .swiper-wrapper {
    align-items: stretch;
}

.fedra-review-card {
    display: flex;
    height: auto;
}

.fedra-review-card-inner {
    display: flex;
    width: 100%;
    min-height: 292px;
    flex-direction: column;
    padding: clamp(26px, 3vw, 38px);
    border: 1px solid rgba(var(--fedra-rose-rgb), .2);
    background: var(--white);
    text-align: left;
}

.fedra-review-stars {
    color: var(--fedra-rose);
    font-size: 17px;
    letter-spacing: 3px;
    line-height: 1;
}

.fedra-review-quote {
    margin: 24px 0 auto;
    color: var(--dark-gray);
    font-family: var(--alt-font);
    font-size: clamp(19px, 1.7vw, 24px);
    line-height: 1.4;
}

.fedra-review-card footer {
    display: grid;
    gap: 3px;
    padding-top: 28px;
}

.fedra-review-author {
    color: var(--dark-gray);
    font-size: 14px;
    font-weight: 700;
}

.fedra-review-date {
    color: var(--medium-gray);
    font-size: 12px;
}

@media (max-width: 991px) {
    /* The vendor sidebar tab list (each <li> width:100%) is meant to stay a
       single vertical column next to the tab content on desktop. Below that,
       it drops out of the sidebar and stacks full-width above the content
       instead, so it needs to become its own grid here. Vendor responsive.css
       already sets "display: inline-block" on .tab-style-05 .nav-tabs at this
       same breakpoint (0,2,0 specificity) — match that weight via an extra
       ancestor class so this grid actually wins instead of silently no-oping. */
    .fedra-collection-tabs .tab-style-05 .fedra-collection-tabs-nav {
        display: grid;
        grid-template-columns: repeat(4, minmax(0, 1fr));
        gap: 8px;
    }
    .fedra-collection-tabs-nav .nav-link {
        margin-bottom: 0;
    }
}

@media (max-width: 575px) {
    /* Same specificity note as the 991px rule above: both max-width queries
       are true at once on a phone, so this needs to match or beat the 4-column
       rule's specificity or it silently loses despite being the narrower query. */
    .fedra-collection-tabs .tab-style-05 .fedra-collection-tabs-nav { grid-template-columns: repeat(2, minmax(0, 1fr)); }

    .fedra-collection-tabs-nav .nav-link {
        display: grid;
        min-height: 58px;
        place-items: center;
        padding: 9px;
        font-size: 12px;
    }
}

/* Google Ads landing pages: conversion-focused without disconnecting from the
   site's editorial identity. */
.fedra-campaign-page {
    overflow: hidden;
    background: var(--white);
}

.fedra-campaign-hero {
    position: relative;
    display: grid;
    min-height: min(760px, calc(100vh - 90px));
    overflow: hidden;
    place-items: center;
    background: #ded9d4;
}

.fedra-campaign-hero > img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    /* The sourced bridal portrait is intentionally framed from the top so the
       model's face remains visible in the wide campaign hero. */
    object-position: 72% 18%;
}

.fedra-campaign-hero-shade {
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, rgba(39, 31, 29, .72) 0%, rgba(39, 31, 29, .47) 42%, rgba(39, 31, 29, .04) 75%);
}

.fedra-campaign-hero-content {
    position: relative;
    z-index: 1;
    width: 100%;
    padding-top: clamp(74px, 11vw, 140px);
    padding-bottom: clamp(58px, 9vw, 116px);
    color: var(--white);
}

.fedra-campaign-eyebrow {
    margin-bottom: 15px;
    color: var(--fedra-rose);
    font-family: var(--alt-font);
    font-size: 13px;
    font-weight: 700;
    letter-spacing: .13em;
    text-transform: uppercase;
}

.fedra-campaign-hero .fedra-campaign-eyebrow { color: #ffd9e4; }

.fedra-campaign-hero h1,
.fedra-campaign-page h2 {
    font-family: var(--alt-font);
    font-weight: 400;
}

.fedra-campaign-hero h1 {
    max-width: 670px;
    margin: 0;
    color: var(--white);
    font-size: clamp(48px, 6vw, 84px);
    line-height: .99;
}

.fedra-campaign-lead {
    max-width: 550px;
    margin: 25px 0 30px;
    font-size: clamp(18px, 2vw, 23px);
    line-height: 1.55;
}

.fedra-campaign-actions {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 18px;
}

.fedra-campaign-hero .btn { box-shadow: 0 10px 30px rgba(0, 0, 0, .2); }

.fedra-campaign-secondary,
.fedra-campaign-phone {
    color: inherit;
    font-weight: 700;
    text-decoration: underline;
    text-underline-offset: 5px;
}

.fedra-campaign-secondary:hover,
.fedra-campaign-phone:hover { color: var(--fedra-rose); }

.fedra-campaign-trust {
    display: flex;
    flex-wrap: wrap;
    gap: 14px 28px;
    margin-top: clamp(44px, 7vw, 82px);
    font-size: 14px;
    font-weight: 700;
}

.fedra-campaign-trust i { margin-right: 5px; color: #ffd9e4; }

.fedra-campaign-intro,
.fedra-campaign-benefits,
.fedra-campaign-reviews,
.fedra-campaign-final { padding-block: clamp(70px, 9vw, 132px); }

.fedra-campaign-page h2 {
    margin-bottom: 20px;
    color: var(--fedra-rose-deep);
    font-size: clamp(38px, 4.5vw, 62px);
    line-height: 1.08;
}

.fedra-campaign-portrait {
    position: relative;
    max-width: 500px;
    margin-inline: auto;
    padding: 0 12% 10% 0;
}

.fedra-campaign-portrait::before {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 72%;
    height: 72%;
    background: var(--fedra-rose-pale);
    content: '';
}

.fedra-campaign-portrait img {
    position: relative;
    z-index: 1;
    display: block;
    width: 100%;
    min-height: 470px;
    object-fit: cover;
}

.fedra-campaign-portrait span {
    position: absolute;
    z-index: 2;
    right: 0;
    bottom: 6%;
    padding: 21px 24px;
    background: var(--fedra-rose-deep);
    color: var(--white);
    font-family: var(--alt-font);
    font-size: clamp(21px, 2vw, 29px);
    line-height: 1.13;
}

.fedra-text-link {
    display: inline-block;
    margin-top: 16px;
    color: var(--fedra-rose-deep);
    font-weight: 800;
}

.fedra-text-link:hover { color: var(--fedra-rose); }

.fedra-campaign-benefits { background: #fbf7f8; }

.fedra-campaign-benefit {
    height: 100%;
    padding: clamp(28px, 3.5vw, 46px);
    border: 1px solid rgba(var(--fedra-rose-rgb), .25);
    background: var(--white);
}

.fedra-campaign-benefit > i {
    display: inline-grid;
    width: 46px;
    height: 46px;
    margin-bottom: 26px;
    border-radius: 50%;
    place-items: center;
    background: var(--fedra-rose-pale);
    color: var(--fedra-rose-deep);
    font-size: 21px;
}

.fedra-campaign-benefit h3 {
    color: var(--dark-gray);
    font-family: var(--alt-font);
    font-size: 28px;
    font-weight: 400;
}

.fedra-campaign-benefit p { margin-bottom: 0; }

.fedra-campaign-reviews { background: var(--dark-gray); }
.fedra-campaign-reviews h2 { color: var(--white); }
.fedra-campaign-reviews .fedra-campaign-eyebrow { color: #f4b3c7; }
.fedra-campaign-reviews .fedra-text-link { color: #f4b3c7; }

.fedra-campaign-review {
    height: 100%;
    margin: 0;
    padding: 28px;
    background: var(--white);
}

.fedra-campaign-review > span {
    color: #eeb324;
    letter-spacing: 2px;
}

.fedra-campaign-review p {
    margin: 18px 0 26px;
    font-family: var(--alt-font);
    font-size: 21px;
    line-height: 1.35;
}

.fedra-campaign-review footer { font-size: 14px; font-weight: 800; }
.fedra-campaign-review small { color: var(--medium-gray); font-weight: 400; }

.fedra-campaign-final {
    background: linear-gradient(135deg, var(--fedra-rose-pale), var(--white));
}

.fedra-campaign-final > .container { max-width: 860px; }
.fedra-campaign-final h2 { font-size: clamp(40px, 5vw, 68px); }
.fedra-campaign-final p:not(.fedra-campaign-eyebrow) { margin-bottom: 30px; font-size: 19px; }
.fedra-campaign-final .fedra-campaign-phone { color: var(--fedra-rose-deep); }

@media (max-width: 767px) {
    .fedra-campaign-hero { min-height: 690px; align-items: end; }
    .fedra-campaign-hero > img { object-position: 66% 12%; }
    .fedra-campaign-hero-shade { background: linear-gradient(0deg, rgba(39, 31, 29, .79), rgba(39, 31, 29, .07) 76%); }
    .fedra-campaign-trust { margin-top: 35px; gap: 10px 18px; }
    .fedra-campaign-portrait img { min-height: 380px; }
}

/* Replaces Bootstrap's !important justify-content-center on the four
   contact-strip columns (see build_templates.py) so we can align them
   without fighting an !important rule. Centered per-column on desktop,
   where each item already has its own visual column; left-aligned on a
   single-column mobile layout, so all four icons share one x position
   instead of each row centering independently around its own text length. */
.fedra-contact-col {
    justify-content: center;
}

@media (max-width: 575px) {
    .fedra-contact-col {
        justify-content: flex-start;
    }
}
