/* =========================================================
   SIMPLY FRANCE TOURS — COMMERCIAL LANDING PAGES
   Shared by Corporate, Schools & Universities,
   Tour Operators and Private Tours.
   ========================================================= */

:root {
    --sft-commercial-green: #34483e;
    --sft-commercial-green-dark: #26372f;
    --sft-commercial-sand: #f6f5f1;
    --sft-commercial-ink: #252525;
    --sft-commercial-muted: #68716c;
    --sft-commercial-gold: #d8a438;
    --sft-commercial-line: rgba(52, 72, 62, .18);
    --sft-commercial-serif: "Playfair Display", Georgia, serif;
    --sft-commercial-sans: "Work Sans", Arial, sans-serif;
}

body.page-template-page-corporate .site-content,
body.page-template-page-schools-universities .site-content,
body.page-template-page-tour-operators .site-content,
body.page-template-page-private-tours .site-content {
    display: block;
    max-width: none;
    padding: 0;
}

body.page-template-page-corporate .content-area,
body.page-template-page-schools-universities .content-area,
body.page-template-page-tour-operators .content-area,
body.page-template-page-private-tours .content-area {
    width: 100%;
}

body.page-template-page-corporate .site-main,
body.page-template-page-schools-universities .site-main,
body.page-template-page-tour-operators .site-main,
body.page-template-page-private-tours .site-main {
    margin: 0;
}

.sft-commercial-page,
.sft-commercial-page * {
    box-sizing: border-box;
}

.sft-commercial-page {
    overflow: hidden;
    color: var(--sft-commercial-ink);
    background: #fff;
    font-family: var(--sft-commercial-sans);
    font-size: 17px;
    line-height: 1.7;
}

.sft-commercial-container {
    width: min(1180px, calc(100% - 48px));
    margin-inline: auto;
}

.sft-commercial-page h1,
.sft-commercial-page h2,
.sft-commercial-page h3,
.sft-commercial-page p {
    margin-top: 0;
}

.sft-commercial-page h1,
.sft-commercial-page h2,
.sft-commercial-page h3 {
    color: var(--sft-commercial-ink);
    font-family: var(--sft-commercial-serif);
    font-weight: 600;
    letter-spacing: -.035em;
}

.sft-commercial-page h1 {
    max-width: 900px;
    margin-bottom: 25px;
    color: #fff;
    font-size: clamp(3.2rem, 7vw, 6.4rem);
    line-height: .98;
}

.sft-commercial-page h2 {
    margin-bottom: 24px;
    font-size: clamp(2.35rem, 4.2vw, 4.3rem);
    line-height: 1.06;
}

.sft-commercial-page h3 {
    margin-bottom: 12px;
    font-size: 1.55rem;
    line-height: 1.2;
}

.sft-commercial-eyebrow {
    margin-bottom: 22px;
    color: var(--sft-commercial-muted);
    font-size: .79rem;
    font-weight: 600;
    letter-spacing: .22em;
    line-height: 1.3;
    text-transform: uppercase;
}

.sft-commercial-eyebrow--light {
    color: rgba(255, 255, 255, .82);
}

.sft-commercial-button {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    padding: 14px 0 10px;
    color: var(--sft-commercial-green);
    border-bottom: 1px solid currentColor;
    font-size: .92rem;
    font-weight: 600;
    line-height: 1.2;
    text-decoration: none;
    transition: gap .2s ease, opacity .2s ease;
}

.sft-commercial-button:hover {
    gap: 18px;
    opacity: .78;
}

.sft-commercial-button--light {
    color: #fff;
}

/* Hero */
.sft-commercial-hero {
    position: relative;
    display: flex;
    min-height: min(760px, 82vh);
    align-items: flex-end;
    background-color: var(--sft-commercial-green);
    background-position: center;
    background-size: cover;
}

.sft-commercial-hero__overlay,
.sft-commercial-final__overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, rgba(18, 31, 25, .86) 0%, rgba(18, 31, 25, .58) 55%, rgba(18, 31, 25, .18) 100%);
}

.sft-commercial-hero__inner {
    position: relative;
    z-index: 1;
    padding-block: 110px 56px;
}

.sft-commercial-hero__intro {
    max-width: 710px;
    margin-bottom: 20px;
    color: rgba(255, 255, 255, .92);
    font-size: clamp(1.08rem, 1.7vw, 1.34rem);
    line-height: 1.62;
}

.sft-commercial-reassurance {
    display: flex;
    flex-wrap: wrap;
    gap: 16px 34px;
    margin-top: 52px;
    padding-top: 24px;
    color: rgba(255, 255, 255, .88);
    border-top: 1px solid rgba(255, 255, 255, .3);
    font-size: .88rem;
    font-weight: 500;
}

.sft-commercial-reassurance span {
    display: inline-flex;
    align-items: center;
    gap: 9px;
}

.sft-commercial-reassurance i {
    font-size: 1.18rem;
}

/* Editorial split sections */
.sft-commercial-intro,
.sft-commercial-details,
.sft-commercial-seo,
.sft-commercial-faq,
.sft-commercial-related {
    padding-block: 92px;
}

.sft-commercial-split {
    display: grid;
    grid-template-columns: minmax(0, .92fr) minmax(0, 1.08fr);
    gap: clamp(48px, 7vw, 100px);
    align-items: center;
}

.sft-commercial-split--reverse {
    grid-template-columns: minmax(0, 1.08fr) minmax(0, .92fr);
}

.sft-commercial-copy {
    max-width: 560px;
}

.sft-commercial-copy > p,
.sft-commercial-richtext p {
    margin-bottom: 18px;
    color: #555d59;
}

.sft-commercial-media {
    min-height: 570px;
}

.sft-commercial-media img {
    display: block;
    width: 100%;
    height: 100%;
    min-height: 570px;
    object-fit: cover;
}

.sft-commercial-heading {
    max-width: 790px;
    margin-bottom: 50px;
}

.sft-commercial-heading > p:last-child {
    max-width: 680px;
    margin-bottom: 0;
    color: #626965;
}

.sft-commercial-heading--center {
    margin-inline: auto;
    text-align: center;
}

.sft-commercial-heading--center > p:last-child {
    margin-inline: auto;
}

/* Benefits: information, not boxed cards */
.sft-commercial-benefits {
    padding-block: 86px;
    background: var(--sft-commercial-sand);
}

.sft-commercial-benefits__grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    border-top: 1px solid var(--sft-commercial-line);
}

.sft-commercial-benefits__grid article {
    padding: 34px 30px 0 0;
}

.sft-commercial-benefits__grid article + article {
    padding-left: 30px;
    border-left: 1px solid var(--sft-commercial-line);
}

.sft-commercial-benefits__grid i {
    display: block;
    margin-bottom: 24px;
    color: var(--sft-commercial-green);
    font-size: 1.75rem;
}

.sft-commercial-benefits__grid p {
    margin-bottom: 0;
    color: #616763;
    font-size: .94rem;
}

/* Tour collection */
.sft-commercial-tours {
    padding-block: 96px;
}

.sft-commercial-tours__grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 34px 25px;
}

.sft-commercial-tour {
    min-width: 0;
    background: #fff;
}

.sft-commercial-tour__image {
    display: block;
    overflow: hidden;
    aspect-ratio: 4 / 3;
    background: var(--sft-commercial-sand);
}

.sft-commercial-tour__image img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .45s ease;
}

.sft-commercial-tour:hover .sft-commercial-tour__image img {
    transform: scale(1.025);
}

.sft-commercial-tour__body {
    padding-top: 23px;
}

.sft-commercial-tour h3 a,
.sft-commercial-tour__footer a,
.sft-commercial-text-link {
    color: var(--sft-commercial-ink);
    text-decoration: none;
}

.sft-commercial-tour__body > p:not(.sft-commercial-tour__description) {
    min-height: 3.2em;
    margin-bottom: 18px;
    color: #626965;
    font-size: .92rem;
}

.sft-commercial-tour__description {
    display: -webkit-box;
    min-height: 4.65em;
    margin-bottom: 18px;
    overflow: hidden;
    color: #626965;
    font-size: .86rem;
    line-height: 1.55;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}

.sft-commercial-tour__meta,
.sft-commercial-tour__footer {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 10px 18px;
}

.sft-commercial-tour__meta {
    min-height: 34px;
    padding-bottom: 16px;
    color: var(--sft-commercial-muted);
    border-bottom: 1px solid var(--sft-commercial-line);
    font-size: .79rem;
}

.sft-commercial-tour__meta span {
    display: inline-flex;
    align-items: center;
    gap: 7px;
}

.sft-commercial-tour__languages span {
    font-size: 1rem;
}

.sft-commercial-tour__footer {
    padding-top: 15px;
    font-size: .8rem;
}

.sft-commercial-tour__footer strong {
    font-size: 1rem;
}

.sft-commercial-tour__rating {
    color: var(--sft-commercial-gold);
    font-weight: 600;
}

.sft-commercial-tour__rating small {
    color: var(--sft-commercial-muted);
    font-weight: 500;
}

.sft-commercial-tour__footer a,
.sft-commercial-text-link {
    color: var(--sft-commercial-green);
    font-weight: 600;
}

.sft-commercial-text-link {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    margin-top: 42px;
    padding-bottom: 5px;
    border-bottom: 1px solid currentColor;
}

/* Process */
.sft-commercial-process {
    padding-block: 86px;
    background: var(--sft-commercial-green);
    color: rgba(255, 255, 255, .8);
}

.sft-commercial-process h2,
.sft-commercial-process h3 {
    color: #fff;
}

.sft-commercial-process .sft-commercial-heading > p:last-child {
    color: rgba(255, 255, 255, .72);
}

.sft-commercial-process__grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    margin: 0;
    padding: 0;
    border-top: 1px solid rgba(255, 255, 255, .24);
    list-style: none;
}

.sft-commercial-process__grid li {
    padding: 34px 38px 0 0;
}

.sft-commercial-process__grid li + li {
    padding-left: 38px;
    border-left: 1px solid rgba(255, 255, 255, .2);
}

.sft-commercial-process__grid span {
    display: block;
    margin-bottom: 40px;
    color: var(--sft-commercial-gold);
    font: 600 .82rem/1 var(--sft-commercial-sans);
    letter-spacing: .15em;
}

.sft-commercial-process__grid p {
    margin-bottom: 0;
    color: rgba(255, 255, 255, .72);
    font-size: .94rem;
}

/* Practical facts */
.sft-commercial-details {
    background: var(--sft-commercial-sand);
}

.sft-commercial-facts {
    margin: 34px 0 0;
}

.sft-commercial-facts > div {
    display: grid;
    grid-template-columns: 180px minmax(0, 1fr);
    gap: 20px;
    padding: 17px 0;
    border-top: 1px solid var(--sft-commercial-line);
}

.sft-commercial-facts dt {
    display: flex;
    align-items: center;
    gap: 9px;
    color: var(--sft-commercial-green);
    font-size: .85rem;
    font-weight: 600;
}

.sft-commercial-facts dd {
    margin: 0;
    color: #626965;
    font-size: .86rem;
}

/* Real reviews from tour entries */
.sft-commercial-reviews {
    padding-block: 88px;
    background: var(--sft-commercial-green-dark);
}

.sft-commercial-reviews h2 {
    color: #fff;
}

.sft-commercial-reviews__grid {
    display: grid;
    grid-template-columns: 1.25fr .75fr;
    gap: 0 64px;
    border-top: 1px solid rgba(255, 255, 255, .22);
}

.sft-commercial-reviews blockquote {
    margin: 0;
    padding: 38px 0;
    border: 0;
}

.sft-commercial-reviews blockquote:first-child {
    grid-row: span 2;
    padding-right: 64px;
    border-right: 1px solid rgba(255, 255, 255, .2);
}

.sft-commercial-reviews blockquote:nth-child(3) {
    border-top: 1px solid rgba(255, 255, 255, .2);
}

.sft-commercial-stars {
    margin-bottom: 20px;
    color: var(--sft-commercial-gold);
    letter-spacing: .12em;
}

.sft-commercial-reviews blockquote p {
    margin-bottom: 26px;
    color: #fff;
    font: italic 500 clamp(1.15rem, 2vw, 1.55rem)/1.55 var(--sft-commercial-serif);
}

.sft-commercial-reviews blockquote:first-child p {
    font-size: clamp(1.35rem, 2.4vw, 2rem);
}

.sft-commercial-reviews cite {
    color: rgba(255, 255, 255, .68);
    font-size: .84rem;
    font-style: normal;
    font-weight: 600;
}

/* SEO editorial copy */
.sft-commercial-seo__grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: clamp(50px, 8vw, 110px);
}

.sft-commercial-seo article + article {
    padding-left: clamp(50px, 8vw, 110px);
    border-left: 1px solid var(--sft-commercial-line);
}

.sft-commercial-seo h2 {
    font-size: clamp(2rem, 3.2vw, 3.2rem);
}

.sft-commercial-seo article p:last-child {
    margin-bottom: 0;
}

/* FAQ */
.sft-commercial-faq {
    background: var(--sft-commercial-sand);
}

.sft-commercial-faq__grid {
    display: grid;
    grid-template-columns: minmax(0, .7fr) minmax(0, 1.3fr);
    gap: clamp(60px, 9vw, 135px);
    align-items: start;
}

.sft-commercial-faq__grid > header {
    position: sticky;
    top: 110px;
    margin-bottom: 0;
}

.sft-commercial-faq__items details {
    border-top: 1px solid var(--sft-commercial-line);
}

.sft-commercial-faq__items details:last-child {
    border-bottom: 1px solid var(--sft-commercial-line);
}

.sft-commercial-faq__items summary {
    display: flex;
    cursor: pointer;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    padding: 21px 0;
    color: var(--sft-commercial-ink);
    font-weight: 600;
    list-style: none;
}

.sft-commercial-faq__items summary::-webkit-details-marker {
    display: none;
}

.sft-commercial-faq__items summary i {
    color: var(--sft-commercial-green);
    font-size: 1.15rem;
    transition: transform .2s ease;
}

.sft-commercial-faq__items details[open] summary i {
    transform: rotate(45deg);
}

.sft-commercial-faq__items details p {
    max-width: 690px;
    margin-bottom: 22px;
    color: #5d6561;
    font-size: .93rem;
}

/* Related audiences */
.sft-commercial-related__links {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    border-top: 1px solid var(--sft-commercial-line);
}

.sft-commercial-related__links > a {
    display: grid;
    grid-template-columns: auto 1fr auto;
    gap: 18px;
    align-items: start;
    padding: 28px 28px 28px 0;
    color: var(--sft-commercial-ink);
    text-decoration: none;
}

.sft-commercial-related__links > a + a {
    padding-left: 28px;
    border-left: 1px solid var(--sft-commercial-line);
}

.sft-commercial-related__links > a > i:first-child {
    color: var(--sft-commercial-green);
    font-size: 1.5rem;
}

.sft-commercial-related__links strong,
.sft-commercial-related__links small {
    display: block;
}

.sft-commercial-related__links strong {
    margin-bottom: 8px;
    font: 600 1.3rem/1.2 var(--sft-commercial-serif);
}

.sft-commercial-related__links small {
    color: var(--sft-commercial-muted);
    font-size: .8rem;
    line-height: 1.45;
}

/* Final CTA */
.sft-commercial-final {
    position: relative;
    display: flex;
    min-height: 560px;
    align-items: center;
    background-color: var(--sft-commercial-green);
    background-position: center;
    background-size: cover;
}

.sft-commercial-final__overlay {
    background: rgba(25, 42, 34, .76);
}

.sft-commercial-final__inner {
    position: relative;
    z-index: 1;
    max-width: 920px;
    padding-block: 84px;
    text-align: center;
}

.sft-commercial-final h2,
.sft-commercial-final p {
    color: #fff;
}

.sft-commercial-final p:not(.sft-commercial-eyebrow) {
    max-width: 700px;
    margin: 0 auto 12px;
    color: rgba(255, 255, 255, .82);
}

@media (max-width: 980px) {
    .sft-commercial-benefits__grid,
    .sft-commercial-tours__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .sft-commercial-benefits__grid article:nth-child(3) {
        padding-left: 0;
        border-left: 0;
    }

    .sft-commercial-benefits__grid article:nth-child(n+3) {
        margin-top: 32px;
        padding-top: 32px;
        border-top: 1px solid var(--sft-commercial-line);
    }

    .sft-commercial-split,
    .sft-commercial-split--reverse {
        gap: 50px;
    }

    .sft-commercial-media,
    .sft-commercial-media img {
        min-height: 470px;
    }
}

@media (max-width: 760px) {
    .sft-commercial-container {
        width: min(100% - 34px, 1180px);
    }

    .sft-commercial-page {
        font-size: 16px;
    }

    .sft-commercial-page h1 {
        font-size: clamp(2.75rem, 14vw, 4.35rem);
    }

    .sft-commercial-page h2 {
        font-size: clamp(2.1rem, 10vw, 3.2rem);
    }

    .sft-commercial-hero {
        min-height: 680px;
    }

    .sft-commercial-hero__inner {
        padding-block: 100px 36px;
    }

    .sft-commercial-reassurance {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 14px 18px;
        margin-top: 38px;
    }

    .sft-commercial-intro,
    .sft-commercial-details,
    .sft-commercial-seo,
    .sft-commercial-faq,
    .sft-commercial-related,
    .sft-commercial-tours {
        padding-block: 68px;
    }

    .sft-commercial-benefits,
    .sft-commercial-process,
    .sft-commercial-reviews {
        padding-block: 64px;
    }

    .sft-commercial-split,
    .sft-commercial-split--reverse,
    .sft-commercial-process__grid,
    .sft-commercial-seo__grid,
    .sft-commercial-faq__grid,
    .sft-commercial-reviews__grid {
        grid-template-columns: 1fr;
        gap: 42px;
    }

    .sft-commercial-split--reverse .sft-commercial-media {
        order: 2;
    }

    .sft-commercial-media,
    .sft-commercial-media img {
        min-height: 390px;
    }

    .sft-commercial-benefits__grid,
    .sft-commercial-tours__grid,
    .sft-commercial-related__links {
        grid-template-columns: 1fr;
    }

    .sft-commercial-benefits__grid article,
    .sft-commercial-benefits__grid article + article,
    .sft-commercial-benefits__grid article:nth-child(3),
    .sft-commercial-benefits__grid article:nth-child(n+3) {
        margin: 0;
        padding: 28px 0;
        border-top: 1px solid var(--sft-commercial-line);
        border-left: 0;
    }

    .sft-commercial-benefits__grid article:first-child {
        border-top: 0;
    }

    .sft-commercial-process__grid {
        border-top: 0;
    }

    .sft-commercial-process__grid li,
    .sft-commercial-process__grid li + li {
        padding: 28px 0;
        border-top: 1px solid rgba(255, 255, 255, .2);
        border-left: 0;
    }

    .sft-commercial-process__grid span {
        margin-bottom: 18px;
    }

    .sft-commercial-facts > div {
        grid-template-columns: 1fr;
        gap: 5px;
    }

    .sft-commercial-reviews blockquote,
    .sft-commercial-reviews blockquote:first-child,
    .sft-commercial-reviews blockquote:nth-child(3) {
        grid-row: auto;
        padding: 30px 0;
        border-top: 1px solid rgba(255, 255, 255, .2);
        border-right: 0;
    }

    .sft-commercial-seo article + article {
        padding: 42px 0 0;
        border-top: 1px solid var(--sft-commercial-line);
        border-left: 0;
    }

    .sft-commercial-faq__grid > header {
        position: static;
    }

    .sft-commercial-related__links > a,
    .sft-commercial-related__links > a + a {
        padding: 25px 0;
        border-top: 1px solid var(--sft-commercial-line);
        border-left: 0;
    }

    .sft-commercial-final {
        min-height: 500px;
    }
}
