:root {
    --refresh-max: 1240px;
    --refresh-page: #fbfaf7;
    --refresh-panel: #f1ede6;
    --refresh-dark: #1c1b19;
    --refresh-ink: #1c1915;
    --refresh-copy: #423a33;
    --refresh-muted: #7d6d5f;
    --refresh-gold: #d4b47f;
    --refresh-gold-deep: #8a6d3e;
    --refresh-shadow: 0 28px 90px rgba(0, 0, 0, 0.18);
}

html {
    -webkit-text-size-adjust: none;
    scroll-behavior: smooth;
}

body {
    margin: 0;
    font-family: "Raleway", sans-serif;
    color: var(--refresh-ink);
    background: #24211d;
}

h1,
h2,
h3 {
    font-family: "DM Serif Text", serif;
    font-weight: 400;
    letter-spacing: 0;
}

p {
    color: var(--refresh-copy);
}

.container {
    width: min(calc(100% - 64px), var(--refresh-max));
    max-width: var(--refresh-max);
}

.btn-primary,
.btn-light,
.btn-outline,
.btn-dark-outline,
.contact-submit,
button[type="submit"],
input[type="submit"] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 42px;
    padding: 12px 24px;
    border-radius: 0;
    font-family: "Raleway", sans-serif;
    font-size: 10px;
    font-weight: 600;
    letter-spacing: 1.9px;
    text-transform: uppercase;
    text-decoration: none;
    transition: background-color 0.25s ease, color 0.25s ease, border-color 0.25s ease;
}

.btn-primary,
.btn-light,
.contact-submit,
button[type="submit"],
input[type="submit"] {
    background: var(--refresh-gold);
    border: 1px solid var(--refresh-gold);
    color: var(--refresh-ink);
}

.btn-primary:hover,
.btn-light:hover,
.contact-submit:hover,
button[type="submit"]:hover,
input[type="submit"]:hover {
    background: var(--refresh-ink);
    border-color: var(--refresh-ink);
    color: #fff;
}

.btn-outline {
    background: transparent;
    color: var(--refresh-ink);
    border: 1px solid rgba(31, 27, 22, 0.24);
}

.btn-outline:hover {
    background: var(--refresh-ink);
    border-color: var(--refresh-ink);
    color: #fff;
}

.btn-dark-outline {
    background: transparent;
    color: #fff;
    border: 1px solid rgba(255, 255, 255, 0.36);
}

.btn-dark-outline:hover {
    background: #fff;
    border-color: #fff;
    color: var(--refresh-ink);
}

.about-hero,
.booking-hero,
.office-hero,
.bespoke-hero,
.service-hero,
.case-hero,
.luxe-hero,
.maker-hero,
.monthly-hero,
.benefits-hero,
.examples-hero,
.refresh-hero,
.support-hero {
    width: min(calc(100% - 64px), var(--refresh-max));
    min-height: 0;
    display: grid;
    grid-template-columns: minmax(0, 1.08fr) minmax(340px, 0.92fr);
    align-items: stretch;
    margin: 44px auto 0;
    padding: 0;
    background: var(--refresh-page);
    box-shadow: var(--refresh-shadow);
}

.about-hero-bg,
.booking-hero-bg,
.office-hero-bg,
.bespoke-hero-bg,
.service-hero-bg,
.case-hero-bg,
.luxe-hero-bg,
.maker-hero-bg,
.monthly-hero-bg,
.benefits-hero-bg,
.examples-hero-bg,
.refresh-hero-bg,
.support-hero-bg {
    position: relative;
    inset: auto;
    grid-column: 2;
    grid-row: 1;
    min-height: 520px;
    transform: none;
}

.about-hero-bg::after,
.booking-hero-bg::after,
.office-hero-bg::after,
.bespoke-hero-bg::after,
.service-hero-bg::after,
.case-hero-bg::after,
.luxe-hero-bg::after,
.maker-hero-bg::after,
.monthly-hero-bg::after,
.benefits-hero-bg::after,
.examples-hero-bg::after,
.refresh-hero-bg::after,
.support-hero-bg::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, rgba(251, 250, 247, 0.18), rgba(251, 250, 247, 0));
    pointer-events: none;
}

.about-hero-panel,
.booking-hero-panel,
.office-hero-panel,
.bespoke-hero-panel,
.service-hero-panel,
.case-hero-panel,
.luxe-hero-panel,
.maker-hero-panel,
.monthly-hero-panel,
.benefits-hero-panel,
.examples-hero-panel,
.refresh-hero-panel,
.support-hero-panel {
    position: relative;
    z-index: 2;
    grid-column: 1;
    grid-row: 1;
    width: auto;
    max-width: none;
    margin: 0;
    padding: clamp(72px, 8vw, 112px) clamp(44px, 6vw, 84px);
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: left;
    background: transparent;
    border: 0;
    box-shadow: none;
    backdrop-filter: none;
}

.hero-script,
.hero-eyebrow,
.contact-eyebrow,
.cookies-eyebrow,
.privacy-eyebrow,
.terms-eyebrow,
.refund-eyebrow,
.intro-eyebrow,
.section-heading span,
.split-content span,
.phone-example-content span,
.dark-feature-label {
    color: var(--refresh-gold-deep);
    font-family: "Raleway", sans-serif;
    font-size: clamp(11px, 1vw, 13px);
    font-weight: 700;
    letter-spacing: 2.6px;
    text-transform: uppercase;
}

.about-hero h1,
.booking-hero h1,
.office-hero h1,
.bespoke-hero h1,
.service-hero h1,
.case-hero h1,
.luxe-hero h1,
.maker-hero h1,
.monthly-hero h1,
.benefits-hero h1,
.examples-hero h1,
.refresh-hero h1,
.support-hero h1 {
    max-width: 680px;
    margin: 0;
    color: var(--refresh-ink);
    font-size: clamp(44px, 5.7vw, 82px);
    line-height: 0.96;
    letter-spacing: 0;
    text-transform: uppercase;
}

.about-hero p,
.booking-hero p,
.office-hero p,
.bespoke-hero p,
.service-hero p,
.case-hero p,
.luxe-hero p,
.maker-hero p,
.monthly-hero p,
.benefits-hero p,
.examples-hero p,
.refresh-hero p,
.support-hero p {
    max-width: 520px;
    margin: 22px 0 0;
    color: var(--refresh-copy);
    font-size: 13px;
    line-height: 1.85;
}

.hero-actions {
    justify-content: flex-start;
}

.hero-note {
    color: var(--refresh-muted);
}

.hero-section {
    width: min(calc(100% - 64px), var(--refresh-max));
    margin: 44px auto 0;
    padding: 0;
    background: var(--refresh-page);
    box-shadow: var(--refresh-shadow);
}

.hero-section::before {
    display: none;
}

.hero-inner {
    max-width: none;
    display: grid;
    grid-template-columns: minmax(340px, 0.92fr) minmax(0, 1.08fr);
    gap: 0;
}

.hero-image-inner {
    min-height: 520px;
    border-radius: 0;
}

.hero-image-inner img {
    animation: none;
}

.hero-text-box {
    min-height: 520px;
    padding: clamp(72px, 8vw, 112px) clamp(44px, 6vw, 84px);
    background: var(--refresh-page);
    border: 0;
    border-radius: 0;
    color: var(--refresh-ink);
}

.hero-right h1,
.hero-text-box h1 {
    color: var(--refresh-ink);
    font-size: clamp(44px, 5.2vw, 76px);
    line-height: 0.98;
    text-transform: uppercase;
}

.hero-right p,
.hero-text-box p {
    color: var(--refresh-copy);
    font-size: 13px;
    line-height: 1.85;
}

.contact-hero,
.cookies-hero,
.privacy-hero,
.terms-hero,
.refund-hero,
.payments-hero,
.questionnaire-hero,
.ind-maker-hero {
    width: min(calc(100% - 64px), var(--refresh-max));
    margin: 44px auto 0;
    padding: 0;
    background: var(--refresh-page);
    box-shadow: var(--refresh-shadow);
}

.contact-hero-inner,
.cookies-hero-inner,
.privacy-hero-inner,
.terms-hero-inner,
.refund-hero-inner,
.payments-hero-inner,
.questionnaire-hero-inner,
.ind-maker-hero-inner {
    max-width: none;
    display: grid;
    grid-template-columns: minmax(0, 1.08fr) minmax(320px, 0.92fr);
    gap: 0;
    align-items: stretch;
    padding: 0;
}

.contact-hero-copy,
.cookies-hero-copy,
.privacy-hero-copy,
.terms-hero-copy,
.refund-hero-copy,
.payments-hero-copy,
.questionnaire-hero-copy,
.ind-maker-hero-copy {
    padding: clamp(72px, 8vw, 112px) clamp(44px, 6vw, 84px);
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.contact-hero-card,
.cookies-hero-card,
.privacy-hero-card,
.terms-hero-card,
.refund-hero-card,
.payments-hero-card,
.questionnaire-hero-card,
.ind-maker-hero-card {
    border: 0;
    border-radius: 0;
    background: var(--refresh-panel);
    box-shadow: none;
    padding: clamp(38px, 5vw, 70px);
}

.contact-hero h1,
.cookies-hero h1,
.privacy-hero h1,
.terms-hero h1,
.refund-hero h1,
.payments-hero h1,
.questionnaire-hero h1,
.ind-maker-hero h1 {
    color: var(--refresh-ink);
    font-size: clamp(44px, 5.2vw, 76px);
    line-height: 0.98;
    text-transform: uppercase;
}

.contact-hero p,
.cookies-hero p,
.privacy-hero p,
.terms-hero p,
.refund-hero p,
.payments-hero p,
.questionnaire-hero p,
.ind-maker-hero p {
    color: var(--refresh-copy);
    font-size: 13px;
    line-height: 1.85;
}

.trust-strip,
.intro-section,
.phone-example-section,
.split-section,
.visual-split-section,
.route-summary,
.process-section,
.benefits-section,
.values-section,
.story-section,
.quote-section,
.who-section,
.faq-section,
.pricing-section,
.related-section,
.showcase-strip,
.info-strip,
.contact-services-strip,
.cookies-services-strip,
.contact-main,
.cookies-main,
.privacy-main,
.terms-main,
.refund-main,
.questionnaire-main,
.ind-maker-main,
.cta-section,
.page-section {
    width: min(calc(100% - 64px), var(--refresh-max));
    margin-left: auto;
    margin-right: auto;
    padding-left: clamp(34px, 5vw, 80px);
    padding-right: clamp(34px, 5vw, 80px);
    background: var(--refresh-page);
    box-sizing: border-box;
}

.trust-strip,
.benefits-section.alt,
.visual-split-section,
.route-summary,
.pricing-section,
.contact-services-strip,
.cookies-services-strip {
    background: var(--refresh-panel);
}

.trust-strip,
.trust-strip *,
.trust-strip p,
.trust-strip li,
.trust-item {
    color: var(--refresh-ink);
}

.trust-strip a {
    color: var(--refresh-ink);
    text-decoration-color: rgba(28, 25, 21, 0.32);
}

.dark-feature,
.dark-feature-section,
.booking-feature-section,
.office-feature-section,
.case-feature-section,
.about-feature-section,
.back-office-section,
.support-feature-section,
.bespoke-feature-section,
.benefits-feature-section,
.refresh-feature-section,
.routes-section,
.cta-section {
    width: min(calc(100% - 64px), var(--refresh-max));
    margin-left: auto;
    margin-right: auto;
    color: #fff;
    background-color: var(--refresh-dark);
}

.dark-feature h1,
.dark-feature h2,
.dark-feature h3,
.dark-feature-section h1,
.dark-feature-section h2,
.dark-feature-section h3,
.booking-feature-section h1,
.booking-feature-section h2,
.booking-feature-section h3,
.office-feature-section h1,
.office-feature-section h2,
.office-feature-section h3,
.case-feature-section h1,
.case-feature-section h2,
.case-feature-section h3,
.about-feature-section h1,
.about-feature-section h2,
.about-feature-section h3,
.back-office-section h1,
.back-office-section h2,
.back-office-section h3,
.support-feature-section h1,
.support-feature-section h2,
.support-feature-section h3,
.bespoke-feature-section h1,
.bespoke-feature-section h2,
.bespoke-feature-section h3,
.benefits-feature-section h1,
.benefits-feature-section h2,
.benefits-feature-section h3,
.refresh-feature-section h1,
.refresh-feature-section h2,
.refresh-feature-section h3,
.routes-section h1,
.routes-section h2,
.routes-section h3,
.cta-section h1,
.cta-section h2,
.cta-section h3 {
    color: #fff;
}

.dark-feature p,
.dark-feature-section p,
.booking-feature-section p,
.office-feature-section p,
.case-feature-section p,
.about-feature-section p,
.back-office-section p,
.support-feature-section p,
.bespoke-feature-section p,
.benefits-feature-section p,
.refresh-feature-section p,
.routes-section p,
.cta-section p {
    color: rgba(255, 255, 255, 0.76);
}

.section-heading {
    text-align: left;
    margin-left: 0;
    margin-right: 0;
}

.section-heading h2,
.intro-inner h2,
.split-content h2,
.process-heading h2 {
    color: var(--refresh-ink);
    font-size: clamp(34px, 4.7vw, 64px);
    line-height: 1.05;
    letter-spacing: 0;
    text-transform: none;
}

.benefit-card,
.process-card,
.faq-item,
.panel-item,
.pricing-card,
.related-card,
.value-card,
.summary-card,
.contact-card,
.cookies-card,
.product-card,
.info-card,
.sample-card,
.pathway-card,
.contact-hero-card,
.cookies-hero-card,
.privacy-hero-card,
.terms-hero-card,
.refund-hero-card,
.payments-hero-card,
.questionnaire-hero-card,
.ind-maker-hero-card {
    border: 1px solid rgba(31, 27, 22, 0.08);
    border-radius: 0;
    background: rgba(255, 255, 255, 0.72);
    box-shadow: none;
}

.section-heading-wrap,
.faq-shell,
.cta-inner,
.intro-inner,
.process-inner,
.split-inner,
.split-section,
.visual-split-inner,
.contact-main-inner,
.cookies-main-inner {
    max-width: var(--refresh-max);
    margin-left: auto;
    margin-right: auto;
}

.section-heading,
.section-heading-wrap,
.faq-title,
.cta-title {
    text-align: left;
}

.section-intro,
.faq-intro,
.cta-text {
    margin-left: 0;
    margin-right: 0;
}

.cta-inner {
    text-align: left;
}

.cta-buttons {
    justify-content: flex-start;
}

input,
textarea,
select {
    border-radius: 0;
}

@media (max-width: 1080px) {
    .about-hero,
    .booking-hero,
    .office-hero,
    .bespoke-hero,
    .service-hero,
    .case-hero,
    .luxe-hero,
    .maker-hero,
    .monthly-hero,
    .benefits-hero,
    .examples-hero,
    .refresh-hero,
    .support-hero,
    .hero-inner,
    .contact-hero-inner,
    .cookies-hero-inner,
    .privacy-hero-inner,
    .terms-hero-inner,
    .refund-hero-inner,
    .payments-hero-inner,
    .questionnaire-hero-inner,
    .ind-maker-hero-inner {
        grid-template-columns: 1fr;
    }

    .about-hero-bg,
    .booking-hero-bg,
    .office-hero-bg,
    .bespoke-hero-bg,
    .service-hero-bg,
    .case-hero-bg,
    .luxe-hero-bg,
    .maker-hero-bg,
    .monthly-hero-bg,
    .benefits-hero-bg,
    .examples-hero-bg,
    .refresh-hero-bg,
    .support-hero-bg {
        grid-column: 1;
        grid-row: 1;
        min-height: 360px;
    }

    .about-hero-panel,
    .booking-hero-panel,
    .office-hero-panel,
    .bespoke-hero-panel,
    .service-hero-panel,
    .case-hero-panel,
    .luxe-hero-panel,
    .maker-hero-panel,
    .monthly-hero-panel,
    .benefits-hero-panel,
    .examples-hero-panel,
    .refresh-hero-panel,
    .support-hero-panel {
        grid-column: 1;
        grid-row: 2;
    }
}

@media (max-width: 760px) {
    .container,
    .about-hero,
    .booking-hero,
    .office-hero,
    .bespoke-hero,
    .service-hero,
    .case-hero,
    .luxe-hero,
    .maker-hero,
    .monthly-hero,
    .benefits-hero,
    .examples-hero,
    .refresh-hero,
    .support-hero,
    .hero-section,
    .contact-hero,
    .cookies-hero,
    .privacy-hero,
    .terms-hero,
    .refund-hero,
    .payments-hero,
    .questionnaire-hero,
    .ind-maker-hero,
    .trust-strip,
    .intro-section,
    .phone-example-section,
    .split-section,
    .visual-split-section,
    .route-summary,
    .process-section,
    .benefits-section,
    .values-section,
    .story-section,
    .quote-section,
    .who-section,
    .faq-section,
    .pricing-section,
    .related-section,
    .showcase-strip,
    .info-strip,
    .contact-services-strip,
    .cookies-services-strip,
    .contact-main,
    .cookies-main,
    .privacy-main,
    .terms-main,
    .refund-main,
    .questionnaire-main,
    .ind-maker-main,
    .cta-section,
    .page-section,
    .dark-feature,
    .dark-feature-section,
    .booking-feature-section,
    .office-feature-section,
    .case-feature-section,
    .about-feature-section,
    .back-office-section,
    .support-feature-section,
    .bespoke-feature-section,
    .benefits-feature-section,
    .refresh-feature-section,
    .routes-section {
        width: min(calc(100% - 28px), var(--refresh-max));
    }

    .about-hero-panel,
    .booking-hero-panel,
    .office-hero-panel,
    .bespoke-hero-panel,
    .service-hero-panel,
    .case-hero-panel,
    .luxe-hero-panel,
    .maker-hero-panel,
    .monthly-hero-panel,
    .benefits-hero-panel,
    .examples-hero-panel,
    .refresh-hero-panel,
    .support-hero-panel,
    .hero-text-box,
    .contact-hero-copy,
    .cookies-hero-copy,
    .privacy-hero-copy,
    .terms-hero-copy,
    .refund-hero-copy,
    .payments-hero-copy,
    .questionnaire-hero-copy,
    .ind-maker-hero-copy {
        padding: 44px 24px;
    }

    .about-hero h1,
    .booking-hero h1,
    .office-hero h1,
    .bespoke-hero h1,
    .service-hero h1,
    .case-hero h1,
    .luxe-hero h1,
    .maker-hero h1,
    .monthly-hero h1,
    .benefits-hero h1,
    .examples-hero h1,
    .refresh-hero h1,
    .support-hero h1,
    .hero-right h1,
    .hero-text-box h1,
    .contact-hero h1,
    .cookies-hero h1,
    .privacy-hero h1,
    .terms-hero h1,
    .refund-hero h1,
    .payments-hero h1,
    .questionnaire-hero h1,
    .ind-maker-hero h1 {
        font-size: clamp(34px, 10vw, 48px);
    }

    .hero-actions,
    .contact-hero-actions,
    .cookies-hero-actions,
    .refund-hero-actions {
        flex-direction: column;
    }

    .hero-actions a,
    .contact-hero-actions a,
    .cookies-hero-actions a,
    .refund-hero-actions a,
    .btn-primary,
    .btn-light,
    .btn-outline,
    .btn-dark-outline {
        width: 100%;
    }
}
