/*
Theme Name: Blessed Yachts Charters
Theme URI: https://example.com/
Author: Blessed Yachts Charters
Description: A luxury, responsive WordPress block theme for yacht charters, bookings, secure Stripe payment links, and customer inquiries.
Version: 3.1.1
Requires at least: 6.6
Requires PHP: 8.0
Text Domain: blessed-yachts-charters
*/

:root {
    --blessed-navy: #071c2c;
    --blessed-ocean: #0d5871;
    --blessed-ocean-light: #167a96;
    --blessed-pink: #d96d9f;
    --blessed-gold: #d7b56d;
    --blessed-ivory: #f8f5ef;
    --blessed-white: #ffffff;
    --blessed-ink: #18252f;
    --blessed-muted: #65727b;
    --blessed-line: rgba(7, 28, 44, 0.12);
    --blessed-shadow: 0 24px 60px rgba(7, 28, 44, 0.14);
    --blessed-radius: 24px;
    --blessed-container: min(1180px, calc(100% - 40px));
}

html {
    scroll-behavior: smooth;
}

body {
    margin: 0;
    color: var(--blessed-ink);
    background: var(--blessed-ivory);
    font-family: "Inter", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    line-height: 1.65;
    overflow-x: hidden;
}

body.admin-bar .blessed-header {
    top: 32px;
}

* {
    box-sizing: border-box;
}

img {
    max-width: 100%;
    height: auto;
}

a {
    color: inherit;
    text-decoration-thickness: 1px;
    text-underline-offset: 0.18em;
}

button,
input,
select,
textarea {
    font: inherit;
}

::selection {
    background: rgba(217, 109, 159, 0.25);
}

.blessed-container {
    width: var(--blessed-container);
    margin-inline: auto;
}

.blessed-kicker {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    margin: 0 0 16px;
    color: var(--blessed-pink);
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 0.16em;
    text-transform: uppercase;
}

.blessed-kicker::before {
    content: "";
    width: 36px;
    height: 1px;
    background: currentColor;
}

.blessed-section-title {
    margin: 0;
    color: var(--blessed-navy);
    font-family: "Playfair Display", Georgia, serif;
    font-size: clamp(2.25rem, 5vw, 4.5rem);
    line-height: 1.05;
    letter-spacing: -0.035em;
}

.blessed-section-intro {
    max-width: 700px;
    margin: 22px auto 0;
    color: var(--blessed-muted);
    font-size: 1.06rem;
}

.blessed-section-heading--center {
    max-width: 850px;
    margin: 0 auto 48px;
    text-align: center;
}

.blessed-button {
    display: inline-flex;
    min-height: 52px;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 14px 24px;
    border: 1px solid transparent;
    border-radius: 999px;
    font-size: 0.92rem;
    font-weight: 700;
    line-height: 1;
    text-decoration: none;
    transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease, color 180ms ease;
    cursor: pointer;
}

.blessed-button:hover,
.blessed-button:focus-visible {
    transform: translateY(-2px);
}

.blessed-button:focus-visible,
.blessed-header a:focus-visible,
.blessed-booking-form input:focus,
.blessed-booking-form select:focus,
.blessed-booking-form textarea:focus {
    outline: 3px solid rgba(217, 109, 159, 0.3);
    outline-offset: 3px;
}

.blessed-button--primary {
    color: var(--blessed-white);
    background: var(--blessed-navy);
    box-shadow: 0 14px 28px rgba(7, 28, 44, 0.2);
}

.blessed-button--primary:hover {
    background: #0d3148;
}

.blessed-button--accent {
    color: var(--blessed-white);
    background: linear-gradient(135deg, var(--blessed-pink), #bd4f83);
    box-shadow: 0 14px 30px rgba(217, 109, 159, 0.3);
}

.blessed-button--light {
    color: var(--blessed-navy);
    background: var(--blessed-white);
    box-shadow: 0 14px 30px rgba(7, 28, 44, 0.14);
}

.blessed-button--ghost {
    color: var(--blessed-white);
    border-color: rgba(255, 255, 255, 0.55);
    background: rgba(255, 255, 255, 0.08);
    backdrop-filter: blur(8px);
}

.blessed-button--ghost:hover {
    background: rgba(255, 255, 255, 0.16);
}

/* Header */
.blessed-header {
    position: fixed;
    z-index: 1000;
    top: 0;
    left: 0;
    width: 100%;
    border-bottom: 1px solid rgba(255, 255, 255, 0.12);
    background: rgba(7, 28, 44, 0.88);
    color: var(--blessed-white);
    backdrop-filter: blur(16px);
}

.blessed-header__inner {
    display: flex;
    min-height: 84px;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
}

/* Header variant used when no logo is displayed. */
.blessed-header__inner--no-logo {
    justify-content: center;
}

.blessed-brand {
    display: flex;
    align-items: center;
    gap: 12px;
    color: var(--blessed-white);
    text-decoration: none;
}

.blessed-brand img {
    width: auto;
    max-width: 190px;
    height: 58px;
    object-fit: contain;
}

.blessed-brand__text {
    font-family: "Playfair Display", Georgia, serif;
    font-size: 1.16rem;
    font-weight: 700;
    line-height: 1.1;
}

.blessed-nav {
    display: flex;
    align-items: center;
    gap: 26px;
}

.blessed-nav > a:not(.blessed-button) {
    position: relative;
    color: rgba(255, 255, 255, 0.86);
    font-size: 0.88rem;
    font-weight: 600;
    text-decoration: none;
}

.blessed-nav > a:not(.blessed-button)::after {
    content: "";
    position: absolute;
    right: 0;
    bottom: -8px;
    left: 0;
    height: 2px;
    background: var(--blessed-pink);
    transform: scaleX(0);
    transition: transform 180ms ease;
}

.blessed-nav > a:not(.blessed-button):hover::after {
    transform: scaleX(1);
}

.blessed-mobile-menu {
    display: none;
    position: relative;
}

.blessed-mobile-menu summary {
    display: grid;
    width: 46px;
    height: 46px;
    place-items: center;
    border: 1px solid rgba(255, 255, 255, 0.28);
    border-radius: 50%;
    list-style: none;
    cursor: pointer;
}

.blessed-mobile-menu summary::-webkit-details-marker {
    display: none;
}

.blessed-mobile-menu__panel {
    position: absolute;
    top: 58px;
    right: 0;
    display: grid;
    width: min(310px, calc(100vw - 36px));
    gap: 8px;
    padding: 18px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 18px;
    background: var(--blessed-navy);
    box-shadow: var(--blessed-shadow);
}

.blessed-mobile-menu__panel a:not(.blessed-button) {
    padding: 10px 8px;
    text-decoration: none;
}

/* Hero */
.blessed-hero {
    position: relative;
    display: grid;
    min-height: 820px;
    align-items: end;
    overflow: hidden;
    color: var(--blessed-white);
    background-color: var(--blessed-navy);
    background-position: center;
    background-size: cover;
}

.blessed-hero::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        linear-gradient(90deg, rgba(7, 28, 44, 0.9) 0%, rgba(7, 28, 44, 0.58) 48%, rgba(7, 28, 44, 0.22) 100%),
        linear-gradient(0deg, rgba(7, 28, 44, 0.68), transparent 48%);
}

.blessed-hero::after {
    content: "";
    position: absolute;
    right: -100px;
    bottom: -120px;
    width: 420px;
    height: 420px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 50%;
    box-shadow: 0 0 0 60px rgba(255, 255, 255, 0.04), 0 0 0 120px rgba(255, 255, 255, 0.025);
}

.blessed-hero__content {
    position: relative;
    z-index: 2;
    max-width: 780px;
    padding: 190px 0 100px;
}

.blessed-hero__eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 22px;
    padding: 9px 14px;
    border: 1px solid rgba(255, 255, 255, 0.28);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.08);
    font-size: 0.76rem;
    font-weight: 700;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    backdrop-filter: blur(8px);
}

.blessed-hero h1 {
    max-width: 750px;
    margin: 0;
    color: var(--blessed-white);
    font-family: "Playfair Display", Georgia, serif;
    font-size: clamp(3.5rem, 8vw, 7.4rem);
    font-weight: 600;
    line-height: 0.94;
    letter-spacing: -0.055em;
    text-wrap: balance;
}

.blessed-hero__tagline {
    max-width: 670px;
    margin: 28px 0 0;
    color: rgba(255, 255, 255, 0.84);
    font-size: clamp(1.05rem, 2vw, 1.28rem);
}

.blessed-hero__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    margin-top: 34px;
}

.blessed-hero__note {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top: 22px;
    color: rgba(255, 255, 255, 0.72);
    font-size: 0.84rem;
}

.blessed-hero__note span {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #68d391;
    box-shadow: 0 0 0 5px rgba(104, 211, 145, 0.15);
}

/* Trust bar */
.blessed-trust {
    position: relative;
    z-index: 10;
    margin-top: -34px;
}

.blessed-trust__grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.55);
    border-radius: 20px;
    background: rgba(255, 255, 255, 0.96);
    box-shadow: var(--blessed-shadow);
}

.blessed-trust__item {
    display: flex;
    min-height: 106px;
    align-items: center;
    gap: 14px;
    padding: 22px;
    border-right: 1px solid var(--blessed-line);
}

.blessed-trust__item:last-child {
    border-right: 0;
}

.blessed-trust__icon {
    display: grid;
    flex: 0 0 44px;
    width: 44px;
    height: 44px;
    place-items: center;
    border-radius: 50%;
    color: var(--blessed-ocean);
    background: rgba(13, 88, 113, 0.09);
    font-size: 1.15rem;
}

.blessed-trust__item strong,
.blessed-trust__item span {
    display: block;
}

.blessed-trust__item strong {
    color: var(--blessed-navy);
    font-size: 0.92rem;
}

.blessed-trust__item span {
    color: var(--blessed-muted);
    font-size: 0.78rem;
}

/* About */
.blessed-about {
    padding: 140px 0 110px;
}

.blessed-about__grid {
    display: grid;
    grid-template-columns: 1.02fr 0.98fr;
    align-items: center;
    gap: clamp(48px, 8vw, 100px);
}

.blessed-about__media {
    position: relative;
}

.blessed-about__media::before {
    content: "";
    position: absolute;
    top: -28px;
    left: -28px;
    width: 150px;
    height: 150px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(217, 109, 159, 0.34), transparent 66%);
}

.blessed-about__media img {
    position: relative;
    z-index: 1;
    width: 100%;
    min-height: 580px;
    border-radius: 34px;
    box-shadow: var(--blessed-shadow);
    object-fit: cover;
}

.blessed-about__badge {
    position: absolute;
    z-index: 2;
    right: -24px;
    bottom: 36px;
    width: 180px;
    padding: 22px;
    border-radius: 22px;
    color: var(--blessed-white);
    background: var(--blessed-navy);
    box-shadow: 0 20px 48px rgba(7, 28, 44, 0.28);
}

.blessed-about__badge strong {
    display: block;
    color: var(--blessed-gold);
    font-family: "Playfair Display", Georgia, serif;
    font-size: 2.15rem;
    line-height: 1;
}

.blessed-about__badge span {
    display: block;
    margin-top: 7px;
    color: rgba(255, 255, 255, 0.74);
    font-size: 0.78rem;
}

.blessed-about__copy p {
    margin: 22px 0 0;
    color: var(--blessed-muted);
}

.blessed-check-list {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px 22px;
    margin: 30px 0 0;
    padding: 0;
    list-style: none;
}

.blessed-check-list li {
    display: flex;
    gap: 10px;
    color: var(--blessed-navy);
    font-size: 0.9rem;
    font-weight: 600;
}

.blessed-check-list li::before {
    content: "✓";
    color: var(--blessed-pink);
}

/* Services */
.blessed-services {
    padding: 110px 0;
    background: var(--blessed-white);
}

.blessed-services__grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
}

.blessed-service-card {
    position: relative;
    min-height: 560px;
    overflow: hidden;
    border-radius: var(--blessed-radius);
    background: var(--blessed-navy);
    box-shadow: 0 18px 44px rgba(7, 28, 44, 0.15);
}

.blessed-service-card img {
    width: 100%;
    height: 100%;
    min-height: 560px;
    object-fit: cover;
    transition: transform 600ms ease;
}

.blessed-service-card::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(0deg, rgba(7, 28, 44, 0.94), rgba(7, 28, 44, 0.08) 64%);
}

.blessed-service-card:hover img {
    transform: scale(1.045);
}

.blessed-service-card__content {
    position: absolute;
    z-index: 2;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 32px;
    color: var(--blessed-white);
}

.blessed-service-card__number {
    display: block;
    margin-bottom: 14px;
    color: var(--blessed-gold);
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 0.14em;
}

.blessed-service-card h3 {
    margin: 0;
    color: var(--blessed-white);
    font-family: "Playfair Display", Georgia, serif;
    font-size: 2rem;
    line-height: 1.05;
}

.blessed-service-card p {
    margin: 16px 0 0;
    color: rgba(255, 255, 255, 0.74);
    font-size: 0.92rem;
}

/* Occasions */
.blessed-occasions {
    padding: 110px 0;
}

.blessed-occasions__grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 18px;
}

.blessed-occasion {
    min-height: 220px;
    padding: 28px;
    border: 1px solid var(--blessed-line);
    border-radius: 22px;
    background: rgba(255, 255, 255, 0.65);
    transition: transform 180ms ease, background 180ms ease, box-shadow 180ms ease;
}

.blessed-occasion:hover {
    transform: translateY(-5px);
    background: var(--blessed-white);
    box-shadow: 0 18px 40px rgba(7, 28, 44, 0.1);
}

.blessed-occasion__icon {
    display: grid;
    width: 48px;
    height: 48px;
    place-items: center;
    margin-bottom: 32px;
    border-radius: 14px;
    color: var(--blessed-pink);
    background: rgba(217, 109, 159, 0.1);
    font-size: 1.25rem;
}

.blessed-occasion h3 {
    margin: 0;
    color: var(--blessed-navy);
    font-family: "Playfair Display", Georgia, serif;
    font-size: 1.45rem;
}

.blessed-occasion p {
    margin: 10px 0 0;
    color: var(--blessed-muted);
    font-size: 0.88rem;
}

/* Booking and Stripe */
.blessed-booking {
    position: relative;
    overflow: hidden;
    padding: 110px 0;
    color: var(--blessed-white);
    background:
        radial-gradient(circle at 85% 15%, rgba(217, 109, 159, 0.25), transparent 30%),
        linear-gradient(135deg, var(--blessed-navy), #0c3c53);
}

.blessed-booking::before {
    content: "";
    position: absolute;
    top: -240px;
    left: -160px;
    width: 500px;
    height: 500px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 50%;
    box-shadow: 0 0 0 80px rgba(255, 255, 255, 0.025), 0 0 0 160px rgba(255, 255, 255, 0.015);
}

.blessed-booking__grid {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: 1.1fr 0.9fr;
    align-items: center;
    gap: 70px;
}

.blessed-booking .blessed-section-title {
    color: var(--blessed-white);
}

.blessed-booking__copy p {
    max-width: 640px;
    margin: 22px 0 0;
    color: rgba(255, 255, 255, 0.72);
}

.blessed-booking__steps {
    display: grid;
    gap: 15px;
    margin-top: 30px;
}

.blessed-booking__step {
    display: grid;
    grid-template-columns: 38px 1fr;
    gap: 14px;
    align-items: start;
}

.blessed-booking__step b {
    display: grid;
    width: 38px;
    height: 38px;
    place-items: center;
    border-radius: 50%;
    color: var(--blessed-navy);
    background: var(--blessed-gold);
}

.blessed-booking__step strong,
.blessed-booking__step span {
    display: block;
}

.blessed-booking__step span {
    color: rgba(255, 255, 255, 0.66);
    font-size: 0.84rem;
}

.blessed-payment-card {
    padding: 40px;
    border: 1px solid rgba(255, 255, 255, 0.16);
    border-radius: 28px;
    background: rgba(255, 255, 255, 0.09);
    box-shadow: 0 28px 70px rgba(0, 0, 0, 0.2);
    backdrop-filter: blur(14px);
}

.blessed-payment-card__lock {
    display: grid;
    width: 56px;
    height: 56px;
    place-items: center;
    margin-bottom: 24px;
    border-radius: 18px;
    color: var(--blessed-gold);
    background: rgba(255, 255, 255, 0.1);
    font-size: 1.45rem;
}

.blessed-payment-card h3 {
    margin: 0;
    color: var(--blessed-white);
    font-family: "Playfair Display", Georgia, serif;
    font-size: 2.25rem;
    line-height: 1.1;
}

.blessed-payment-card p {
    color: rgba(255, 255, 255, 0.7);
}

.blessed-payment-card .blessed-button {
    width: 100%;
    margin-top: 14px;
}

.blessed-payment-card__fineprint {
    display: flex;
    justify-content: center;
    gap: 8px;
    margin-top: 16px;
    color: rgba(255, 255, 255, 0.55);
    font-size: 0.75rem;
    text-align: center;
}

/* Testimonials */
.blessed-testimonials {
    padding: 110px 0;
    background: var(--blessed-white);
}

.blessed-testimonials__grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
}

.blessed-quote {
    padding: 34px;
    border: 1px solid var(--blessed-line);
    border-radius: 22px;
    background: var(--blessed-white);
    box-shadow: 0 14px 36px rgba(7, 28, 44, 0.07);
}

.blessed-quote__stars {
    color: var(--blessed-gold);
    letter-spacing: 0.15em;
}

.blessed-quote blockquote {
    margin: 24px 0;
    color: var(--blessed-navy);
    font-family: "Playfair Display", Georgia, serif;
    font-size: 1.34rem;
    line-height: 1.45;
}

.blessed-quote strong,
.blessed-quote span {
    display: block;
}

.blessed-quote span {
    color: var(--blessed-muted);
    font-size: 0.8rem;
}

/* FAQ */
.blessed-faq {
    padding: 110px 0;
}

.blessed-faq__grid {
    display: grid;
    grid-template-columns: 0.8fr 1.2fr;
    gap: 70px;
}

.blessed-faq__list {
    display: grid;
    gap: 12px;
}

.blessed-faq details {
    border: 1px solid var(--blessed-line);
    border-radius: 16px;
    background: rgba(255, 255, 255, 0.72);
}

.blessed-faq summary {
    position: relative;
    padding: 22px 54px 22px 22px;
    color: var(--blessed-navy);
    font-weight: 700;
    list-style: none;
    cursor: pointer;
}

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

.blessed-faq summary::after {
    content: "+";
    position: absolute;
    top: 50%;
    right: 20px;
    color: var(--blessed-pink);
    font-size: 1.5rem;
    transform: translateY(-50%);
}

.blessed-faq details[open] summary::after {
    content: "−";
}

.blessed-faq details p {
    margin: 0;
    padding: 0 22px 22px;
    color: var(--blessed-muted);
}

/* Contact */
.blessed-contact {
    padding: 110px 0;
    background: #eef3f4;
}

.blessed-contact__grid {
    display: grid;
    grid-template-columns: 0.72fr 1.28fr;
    gap: 40px;
}

.blessed-contact__info {
    padding: 42px;
    border-radius: 28px;
    color: var(--blessed-white);
    background:
        radial-gradient(circle at 80% 15%, rgba(217, 109, 159, 0.28), transparent 30%),
        var(--blessed-navy);
}

.blessed-contact__info .blessed-section-title {
    color: var(--blessed-white);
    font-size: clamp(2.4rem, 5vw, 4rem);
}

.blessed-contact__info > p {
    color: rgba(255, 255, 255, 0.7);
}

.blessed-contact__details {
    display: grid;
    gap: 20px;
    margin-top: 34px;
}

.blessed-contact__detail {
    display: flex;
    gap: 14px;
    align-items: flex-start;
}

.blessed-contact__detail i {
    display: grid;
    flex: 0 0 42px;
    width: 42px;
    height: 42px;
    place-items: center;
    border-radius: 13px;
    color: var(--blessed-gold);
    background: rgba(255, 255, 255, 0.08);
    font-style: normal;
}

.blessed-contact__detail strong,
.blessed-contact__detail a,
.blessed-contact__detail span {
    display: block;
}

.blessed-contact__detail a {
    color: rgba(255, 255, 255, 0.8);
}

.blessed-contact__form {
    padding: 42px;
    border-radius: 28px;
    background: var(--blessed-white);
    box-shadow: 0 20px 50px rgba(7, 28, 44, 0.08);
}

.blessed-contact__form h3 {
    margin: 0 0 8px;
    color: var(--blessed-navy);
    font-family: "Playfair Display", Georgia, serif;
    font-size: 2rem;
}

.blessed-contact__form > p {
    margin: 0 0 26px;
    color: var(--blessed-muted);
}

.blessed-booking-form {
    display: grid;
    gap: 18px;
}

.blessed-form-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
}

.blessed-booking-form label {
    display: grid;
    gap: 8px;
    color: var(--blessed-navy);
    font-size: 0.82rem;
    font-weight: 700;
}

.blessed-booking-form input,
.blessed-booking-form select,
.blessed-booking-form textarea {
    width: 100%;
    border: 1px solid rgba(7, 28, 44, 0.15);
    border-radius: 12px;
    color: var(--blessed-ink);
    background: #f9fbfb;
}

.blessed-booking-form input,
.blessed-booking-form select {
    height: 52px;
    padding: 0 14px;
}

.blessed-booking-form textarea {
    min-height: 140px;
    padding: 14px;
    resize: vertical;
}

.blessed-booking-form .blessed-button {
    justify-self: start;
    border: 0;
}

.blessed-honeypot {
    position: absolute !important;
    overflow: hidden;
    width: 1px;
    height: 1px;
    clip: rect(1px, 1px, 1px, 1px);
}

.blessed-alert {
    margin-bottom: 18px;
    padding: 14px 16px;
    border-radius: 12px;
    font-size: 0.9rem;
}

.blessed-alert--success {
    color: #165c32;
    background: #e9f8ee;
}

.blessed-alert--error {
    color: #8c2424;
    background: #fdecec;
}


/* Stripe Buy Button */
.blessed-stripe-buy-button {
    display: flex;
    width: 100%;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 14px;
    margin-top: 8px;
}

.blessed-stripe-buy-button stripe-buy-button {
    display: block;
    width: 100%;
    min-height: 48px;
}

.blessed-stripe-fallback {
    color: var(--blessed-ocean);
    font-size: 0.82rem;
    font-weight: 700;
    text-align: center;
    text-decoration: underline;
    text-underline-offset: 0.22em;
}

.blessed-stripe-fallback:hover,
.blessed-stripe-fallback:focus-visible {
    color: var(--blessed-navy);
}

/* Footer */
.blessed-footer {
    color: rgba(255, 255, 255, 0.72);
    background: #04121d;
}

.blessed-footer__top {
    display: grid;
    grid-template-columns: 1.2fr 0.8fr 0.8fr;
    gap: 50px;
    padding: 72px 0 54px;
}

.blessed-footer h3,
.blessed-footer h4 {
    margin: 0 0 18px;
    color: var(--blessed-white);
}

.blessed-footer h3 {
    font-family: "Playfair Display", Georgia, serif;
    font-size: 2rem;
}

.blessed-footer p {
    max-width: 490px;
}

.blessed-footer ul {
    display: grid;
    gap: 10px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.blessed-footer a {
    color: rgba(255, 255, 255, 0.72);
}

.blessed-footer__bottom {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    padding: 22px 0;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    font-size: 0.78rem;
}

/* Blog and WordPress content */
.wp-site-blocks {
    padding: 0;
}

.wp-site-blocks > * {
    margin-block-start: 0;
}

.blessed-content-shell {
    width: var(--blessed-container);
    margin: 0 auto;
    padding: 150px 0 90px;
}

.blessed-content-shell h1,
.blessed-content-shell h2,
.blessed-content-shell h3 {
    color: var(--blessed-navy);
    font-family: "Playfair Display", Georgia, serif;
}

/* Responsive */
@media (max-width: 1024px) {
    .blessed-header__inner--no-logo {
        justify-content: flex-end;
    }

    .blessed-nav {
        display: none;
    }

    .blessed-mobile-menu {
        display: block;
    }

    .blessed-trust__grid,
    .blessed-occasions__grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .blessed-trust__item:nth-child(2) {
        border-right: 0;
    }

    .blessed-trust__item:nth-child(-n + 2) {
        border-bottom: 1px solid var(--blessed-line);
    }

    .blessed-about__grid,
    .blessed-booking__grid,
    .blessed-faq__grid,
    .blessed-contact__grid {
        grid-template-columns: 1fr;
    }

    .blessed-services__grid,
    .blessed-testimonials__grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .blessed-service-card:last-child,
    .blessed-quote:last-child {
        grid-column: 1 / -1;
    }

    .blessed-footer__top {
        grid-template-columns: 1fr 1fr;
    }

    .blessed-footer__brand {
        grid-column: 1 / -1;
    }
}

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

@media (max-width: 700px) {
    :root {
        --blessed-container: min(100% - 28px, 1180px);
    }

    .blessed-header__inner {
        min-height: 72px;
    }

    .blessed-brand img {
        max-width: 145px;
        height: 48px;
    }

    .blessed-brand__text {
        font-size: 0.95rem;
    }

    .blessed-hero {
        min-height: 720px;
        background-position: 60% center;
    }

    .blessed-hero__content {
        padding: 160px 0 80px;
    }

    .blessed-hero h1 {
        font-size: clamp(3.2rem, 16vw, 5rem);
    }

    .blessed-hero__actions,
    .blessed-hero__actions .blessed-button {
        width: 100%;
    }

    .blessed-trust {
        margin-top: -24px;
    }

    .blessed-trust__grid,
    .blessed-services__grid,
    .blessed-occasions__grid,
    .blessed-testimonials__grid,
    .blessed-form-grid,
    .blessed-footer__top {
        grid-template-columns: 1fr;
    }

    .blessed-trust__item,
    .blessed-trust__item:nth-child(2) {
        border-right: 0;
        border-bottom: 1px solid var(--blessed-line);
    }

    .blessed-trust__item:last-child {
        border-bottom: 0;
    }

    .blessed-about,
    .blessed-services,
    .blessed-occasions,
    .blessed-booking,
    .blessed-testimonials,
    .blessed-faq,
    .blessed-contact {
        padding: 84px 0;
    }

    .blessed-about__media img {
        min-height: 420px;
    }

    .blessed-about__badge {
        right: 16px;
        bottom: 16px;
    }

    .blessed-check-list {
        grid-template-columns: 1fr;
    }

    .blessed-service-card,
    .blessed-service-card img {
        min-height: 500px;
    }

    .blessed-service-card:last-child,
    .blessed-quote:last-child {
        grid-column: auto;
    }

    .blessed-payment-card,
    .blessed-contact__info,
    .blessed-contact__form {
        padding: 28px;
    }

    .blessed-footer__brand {
        grid-column: auto;
    }

    .blessed-footer__bottom {
        flex-direction: column;
    }
}

@media (prefers-reduced-motion: reduce) {
    html {
        scroll-behavior: auto;
    }

    *,
    *::before,
    *::after {
        scroll-behavior: auto !important;
        transition-duration: 0.01ms !important;
        animation-duration: 0.01ms !important;
        animation-iteration-count: 1 !important;
    }
}
