/*
 * Isolated homepage design studies.
 * Loaded only by /home-a, /home-b and their English equivalents.
 * The live homepage remains on the shared FoodlyOn marketing system.
 */

.design-preview-bar {
    background: #101712;
    color: #fff;
    font: 600 11px/1.2 var(--font-body, "DM Sans", sans-serif);
    position: relative;
    z-index: 120;
}

.design-preview-bar-inner {
    align-items: center;
    display: flex;
    gap: 14px;
    margin: 0 auto;
    max-width: var(--marketing-width, 1296px);
    min-height: 42px;
    padding: 5px var(--marketing-gutter, 24px);
}

.design-preview-bar strong {
    align-items: center;
    display: inline-flex;
    font: 750 11px/1.2 var(--font-display, "Manrope", sans-serif);
    gap: 8px;
    letter-spacing: .02em;
}

.design-preview-bar strong span {
    background: var(--lime);
    color: var(--ink);
    font-size: 9px;
    padding: 3px 5px;
}

.design-preview-note {
    color: #aeb9b0;
}

.design-preview-bar-inner > div {
    display: flex;
    gap: 4px;
    margin-left: auto;
    overflow-x: auto;
}

.design-preview-bar a {
    align-items: center;
    border: 1px solid transparent;
    color: #dfe5e0;
    display: inline-flex;
    min-height: 30px;
    padding: 0 10px;
    text-decoration: none;
}

.design-preview-bar a:hover,
.design-preview-bar a:focus-visible {
    border-color: #718075;
    color: #fff;
}

.design-preview-bar a[aria-current="page"] {
    background: #fff;
    color: var(--ink);
}

.page-home.home-concept {
    --concept-width: min(1340px, calc(100% - (var(--marketing-gutter) * 2)));
}

.page-home.home-concept .site-header {
    position: sticky;
    top: 0;
}

.page-home.home-concept .skip-navigation {
    height: 0;
    position: relative;
    z-index: 130;
}

.page-home.home-concept .hero,
.page-home.home-concept main > .home-customer-proof,
.page-home.home-concept main > .worldline-terminal-section,
.page-home.home-concept main > .home-pricing,
.page-home.home-concept .solutions-section-primary > .content-shell {
    max-width: 1340px;
}

.page-home.home-concept .solution-card,
.page-home.home-concept .worldline-terminal-models article,
.page-home.home-concept .home-pricing,
.page-home.home-concept .home-customer-proof,
.page-home.home-concept .newsletter-section form {
    box-shadow: none;
}

.page-home.home-concept .button-primary {
    background: #d3262d;
    border-color: #d3262d;
}

.page-home.home-concept .button-primary:hover {
    background: #b92028;
    border-color: #b92028;
}

/* Concept A — bold, product-led and high contrast. */
.page-home.home-concept-a {
    background: #f4f0e7;
}

.page-home.home-concept-a .hero {
    align-items: stretch;
    background: var(--ink);
    border: 0;
    border-radius: 22px;
    color: #fff;
    gap: 18px;
    grid-template-columns: minmax(0, 1.06fr) minmax(410px, .94fr);
    margin-top: 24px;
    min-height: 640px;
    padding: 18px;
}

.page-home.home-concept-a .hero-copy {
    padding: clamp(42px, 5vw, 72px);
}

.page-home.home-concept-a .hero-copy::before {
    background: var(--lime);
    left: clamp(42px, 5vw, 72px);
    top: 18px;
}

.page-home.home-concept-a .hero-copy .eyebrow,
.page-home.home-concept-a .hero-copy .eyebrow span {
    color: var(--lime);
}

.page-home.home-concept-a .hero h1 {
    color: #fff;
    font-size: clamp(52px, 5.3vw, 78px);
    max-width: 720px;
}

.page-home.home-concept-a .hero h1 em {
    color: var(--lime);
}

.page-home.home-concept-a .hero-copy > p {
    color: #c9d0ca;
}

.page-home.home-concept-a .hero-offer-links {
    border-color: rgba(255, 255, 255, .16);
}

.page-home.home-concept-a .hero-offer-links a,
.page-home.home-concept-a .hero-solutions-link {
    color: #fff;
}

.page-home.home-concept-a .hero-offer-links a::before {
    background: var(--lime);
}

.page-home.home-concept-a .hero-actions .button-primary {
    background: #d3262d;
    border-color: #d3262d;
}

.page-home.home-concept-a .hero-actions .button-primary:hover {
    background: #d7252c;
    border-color: #d7252c;
}

.page-home.home-concept-a .hero-photo {
    border-radius: 15px;
    min-height: 604px;
    overflow: hidden;
}

.page-home.home-concept-a .hero-photo::before {
    background: var(--red);
    height: 7px;
}

.page-home.home-concept-a .hero-photo-badge {
    background: rgba(16, 23, 18, .94);
    border: 1px solid rgba(255, 255, 255, .18);
    color: #fff;
}

.page-home.home-concept-a .trust-strip {
    margin-top: 18px;
}

.page-home.home-concept-a .trust-strip-inner {
    background: #fff;
    border: 1px solid var(--line);
    border-radius: 14px;
    max-width: 1340px;
}

.page-home.home-concept-a .solutions-section-primary {
    background: transparent;
}

.page-home.home-concept-a .solutions-section-primary > .content-shell {
    background: #fff;
    border: 1px solid var(--line);
    border-radius: 22px;
}

.page-home.home-concept-a .solutions-section-primary .solution-grid {
    display: grid;
    gap: 12px;
    grid-template-columns: repeat(12, minmax(0, 1fr));
}

.page-home.home-concept-a .solutions-section-primary .solution-card {
    background: #f8f6f0;
    display: grid;
    grid-column: span 5;
    grid-template-columns: 1fr;
}

.page-home.home-concept-a .solutions-section-primary .solution-card:nth-child(1),
.page-home.home-concept-a .solutions-section-primary .solution-card:nth-child(4) {
    grid-column: span 7;
}

.page-home.home-concept-a .solutions-section-primary .solution-card-media {
    aspect-ratio: 16 / 9;
}

.page-home.home-concept-a .solutions-section-primary .solution-card-content {
    min-height: 220px;
}

.page-home.home-concept-a .solutions-section-primary .solution-card-content > span {
    background: var(--ink);
    color: #fff;
    display: inline-flex;
    padding: 5px 7px;
    width: max-content;
}

.page-home.home-concept-a .worldline-terminal-section {
    background: #fff;
    border-radius: 22px;
}

.page-home.home-concept-a .worldline-terminal-models article:first-child {
    background: #eef8d5;
}

.page-home.home-concept-a .worldline-terminal-models article:last-child {
    background: #ffe7e4;
}

.page-home.home-concept-a .worldline-terminal-image {
    background: transparent;
}

.page-home.home-concept-a .worldline-terminal-models span {
    color: #8b1f26;
}

.page-home.home-concept-a .home-pricing {
    background: #d3262d;
    border-radius: 22px;
    color: #fff;
}

.page-home.home-concept-a .home-pricing p,
.page-home.home-concept-a .home-pricing li,
.page-home.home-concept-a .home-pricing .eyebrow {
    color: #fff;
}

.page-home.home-concept-a .home-pricing .button-bright {
    background: var(--lime);
    color: var(--ink);
}

.page-home.home-concept-a .home-customer-proof {
    background: #fff;
    border-radius: 22px;
}

.page-home.home-concept-a .newsletter-home {
    background: var(--ink);
    color: #fff;
}

.page-home.home-concept-a .newsletter-home .eyebrow,
.page-home.home-concept-a .newsletter-home > div:first-child > p {
    color: #c5cec7;
}

/* Concept B — calm, image-led and editorial. */
.page-home.home-concept-b {
    background: #fbfaf6;
}

.page-home.home-concept-b .hero {
    background: transparent;
    border: 0;
    border-bottom: 1px solid var(--line-strong);
    border-radius: 0;
    column-gap: clamp(42px, 6vw, 92px);
    grid-template-columns: minmax(420px, 1.08fr) minmax(360px, .92fr);
    margin-top: 28px;
    min-height: 650px;
    overflow: visible;
}

.page-home.home-concept-b .hero-product {
    border-radius: 2px;
    grid-column: 1;
    grid-row: 1;
    min-height: 610px;
}

.page-home.home-concept-b .hero-product::before {
    background: var(--red);
    height: 6px;
}

.page-home.home-concept-b .hero-copy {
    grid-column: 2;
    grid-row: 1;
    padding: clamp(42px, 5vw, 72px) 0;
}

.page-home.home-concept-b .hero-copy::before {
    left: 0;
    top: 0;
}

.page-home.home-concept-b .hero h1 {
    font-size: clamp(50px, 4.7vw, 70px);
}

.page-home.home-concept-b .hero h1 em {
    font-size: .52em;
}

.page-home.home-concept-b .hero-offer-links {
    grid-template-columns: 1fr;
}

.page-home.home-concept-b .hero-photo-badge {
    background: #fff;
    border-radius: 2px;
    color: var(--ink);
}

.page-home.home-concept-b .hero-actions .button-primary {
    background: var(--ink);
    border-color: var(--ink);
}

.page-home.home-concept-b .trust-strip {
    background: #fff;
    border-bottom: 1px solid var(--line);
    margin-top: 0;
}

.page-home.home-concept-b .trust-strip-inner {
    max-width: 1340px;
}

.page-home.home-concept-b .solutions-section-primary {
    background: transparent;
}

.page-home.home-concept-b .solutions-section-primary > .content-shell {
    padding-left: 0;
    padding-right: 0;
}

.page-home.home-concept-b .home-solutions-heading {
    border-top: 5px solid var(--red);
    padding-top: 34px;
}

.page-home.home-concept-b .home-solutions-heading > p,
.page-home.home-concept-b .newsletter-home > div:first-child > p {
    color: #59645b;
}

.page-home.home-concept-b .solutions-section-primary .solution-grid {
    display: grid;
    gap: 28px;
    grid-template-columns: 1fr;
}

.page-home.home-concept-b .solutions-section-primary .solution-card,
.page-home.home-concept-b .solutions-section-primary .solution-card:nth-child(even),
.page-home.home-concept-b .solutions-section-primary .solution-card:nth-child(n + 3) {
    background: #fff;
    border-radius: 2px;
    display: grid;
    grid-template-columns: minmax(0, .95fr) minmax(0, 1.05fr);
    min-height: 360px;
}

.page-home.home-concept-b .solutions-section-primary .solution-card:nth-child(even) .solution-card-media {
    order: 2;
}

.page-home.home-concept-b .solutions-section-primary .solution-card-media {
    aspect-ratio: auto;
    min-height: 360px;
}

.page-home.home-concept-b .solutions-section-primary .solution-card-content {
    justify-content: center;
    min-height: 0;
    padding: clamp(34px, 5vw, 68px);
}

.page-home.home-concept-b .solutions-section-primary .solution-card h3 {
    font-size: clamp(30px, 3vw, 42px);
    margin-top: 30px;
}

.page-home.home-concept-b .solutions-section-primary .solution-card-content > span {
    color: #536057;
}

.page-home.home-concept-b .worldline-terminal-section {
    background: transparent;
    border-left: 0;
    border-radius: 0;
    border-right: 0;
    padding-left: 0;
    padding-right: 0;
}

.page-home.home-concept-b .worldline-terminal-models article {
    border-radius: 2px;
}

.page-home.home-concept-b .home-pricing {
    border-radius: 2px;
}

.page-home.home-concept-b .home-customer-proof {
    background: #fff;
    border-radius: 2px;
}

.page-home.home-concept-b .home-customer-proof::before {
    left: 0;
    width: 100%;
}

.page-home.home-concept-b .newsletter-home {
    border-bottom: 1px solid #344037;
    border-top: 1px solid #344037;
}

@media (max-width: 1050px) {
    .page-home.home-concept-a .hero,
    .page-home.home-concept-b .hero {
        grid-template-columns: 1fr;
        max-width: 860px;
    }

    .page-home.home-concept-b .hero-product,
    .page-home.home-concept-b .hero-copy {
        grid-column: 1;
    }

    .page-home.home-concept-b .hero-product {
        grid-row: 1;
    }

    .page-home.home-concept-b .hero-copy {
        grid-row: 2;
    }
}

@media (max-width: 800px) {
    .design-preview-bar-inner {
        align-items: flex-start;
        flex-wrap: wrap;
        gap: 6px 12px;
        padding-bottom: 8px;
        padding-top: 8px;
    }

    .design-preview-note {
        margin-left: auto;
    }

    .design-preview-bar-inner > div {
        flex-wrap: wrap;
        margin-left: 0;
        overflow-x: visible;
        width: 100%;
    }

    .design-preview-bar a {
        flex: 1 0 calc(33.333% - 4px);
        justify-content: center;
    }

    .page-home.home-concept-a .solutions-section-primary .solution-card,
    .page-home.home-concept-a .solutions-section-primary .solution-card:nth-child(1),
    .page-home.home-concept-a .solutions-section-primary .solution-card:nth-child(4) {
        grid-column: 1 / -1;
    }
}

@media (max-width: 760px) {
    .page-home.home-concept .hero,
    .page-home.home-concept main > .home-customer-proof,
    .page-home.home-concept main > .worldline-terminal-section,
    .page-home.home-concept main > .home-pricing,
    .page-home.home-concept .solutions-section-primary > .content-shell {
        width: calc(100% - 28px);
    }

    .page-home.home-concept-a .hero {
        gap: 0;
        padding: 10px;
    }

    .page-home.home-concept-a .hero-photo {
        border-radius: 13px;
        height: 310px;
        min-height: 310px;
    }

    .page-home.home-concept-a .hero-copy {
        padding: 34px 14px 24px;
    }

    .page-home.home-concept-a .hero h1 {
        font-size: clamp(39px, 11.4vw, 50px);
    }

    .page-home.home-concept-a .hero-copy .eyebrow {
        color: var(--lime);
    }

    .page-home.home-concept-a .trust-strip-inner {
        border-radius: 12px;
    }

    .page-home.home-concept-a .solutions-section-primary > .content-shell {
        border-radius: 18px;
    }

    .page-home.home-concept-b .hero {
        border-bottom: 0;
        display: flex;
        margin-top: 14px;
      }

    .page-home.home-concept-b .hero-product {
        height: 330px;
        min-height: 330px;
        order: 1;
    }

    .page-home.home-concept-b .hero-copy {
        border-bottom: 1px solid var(--line-strong);
        order: 2;
        padding: 34px 0 38px;
    }

    .page-home.home-concept-b .hero h1 {
        font-size: clamp(40px, 11vw, 49px);
    }

    .page-home.home-concept-b .solutions-section-primary .solution-card,
    .page-home.home-concept-b .solutions-section-primary .solution-card:nth-child(even),
    .page-home.home-concept-b .solutions-section-primary .solution-card:nth-child(n + 3) {
        grid-template-columns: 1fr;
        min-height: 0;
    }

    .page-home.home-concept-b .solutions-section-primary .solution-card:nth-child(even) .solution-card-media {
        order: 0;
    }

    .page-home.home-concept-b .solutions-section-primary .solution-card-media {
        min-height: 250px;
    }

    .page-home.home-concept-b .solutions-section-primary .solution-card-content {
        min-height: 210px;
        padding: 28px 22px;
    }
}

@media (max-width: 420px) {
    .design-preview-note {
        display: none;
    }

    .page-home.home-concept-a .hero-photo,
    .page-home.home-concept-b .hero-product {
        height: 275px;
        min-height: 275px;
    }

    .page-home.home-concept-b .hero-copy {
        padding-top: 30px;
    }
}

/*
 * Radical hero studies for C–E. These use dedicated markup so each direction
 * explores a different information model instead of restyling the same split.
 */

/* C — operational command surface: vertical channel rail, type-led offer, media strip. */
.page-home.home-concept-c .hero.hero-command {
    background: #101712;
    border: 0;
    border-radius: 18px;
    color: #fff;
    display: grid;
    grid-template-columns: 210px minmax(0, 1fr);
    grid-template-rows: minmax(400px, auto) 330px;
    min-height: 760px;
    overflow: hidden;
    padding: 0;
}

.command-rail {
    background: #0a100c;
    border-right: 1px solid #364039;
    display: flex;
    flex-direction: column;
    grid-column: 1;
    grid-row: 1 / 3;
    padding: 34px 20px 22px;
}

.command-rail > div {
    border-bottom: 1px solid #364039;
    display: flex;
    flex-direction: column;
    gap: 3px;
    margin-bottom: 24px;
    padding: 0 9px 22px;
}

.command-rail > div strong {
    color: var(--lime);
    font: 800 17px/1 var(--font-display);
    letter-spacing: -.04em;
}

.command-rail > div span {
    color: #aeb8b0;
    font-size: 9px;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.command-rail > a {
    align-items: center;
    border-bottom: 1px solid #2d3730;
    color: #fff;
    display: grid;
    gap: 9px;
    grid-template-columns: 24px minmax(0, 1fr) auto;
    min-height: 64px;
    padding: 10px 9px;
    text-decoration: none;
}

.command-rail > a span {
    color: #aeb8b0;
    font-size: 9px;
}

.command-rail > a strong {
    font: 700 11px/1.25 var(--font-display);
}

.command-rail > a i {
    color: var(--lime);
    font-style: normal;
}

.command-rail > a:hover,
.command-rail > a:focus-visible {
    background: #1c261f;
}

.command-copy {
    align-self: center;
    display: grid;
    gap: 20px clamp(42px, 6vw, 90px);
    grid-column: 2;
    grid-row: 1;
    grid-template-areas:
        "eyebrow eyebrow"
        "title intro"
        "title actions";
    grid-template-columns: minmax(0, 1.18fr) minmax(300px, .82fr);
    padding: 54px clamp(42px, 6vw, 78px);
}

.command-copy .eyebrow {
    color: #c5cec7;
    grid-area: eyebrow;
    margin: 0;
}

.command-copy h1 {
    align-self: center;
    font-size: clamp(62px, 6.2vw, 88px);
    grid-area: title;
    letter-spacing: -.075em;
    line-height: .88;
    margin: 0;
}

.command-copy h1 span,
.command-copy h1 em {
    display: block;
}

.command-copy h1 em {
    color: var(--lime);
    font-size: .43em;
    font-style: normal;
    line-height: 1.04;
    margin-top: 16px;
}

.page-home.home-concept-c .hero.hero-command .command-copy h1 em {
    color: var(--lime);
}

.command-copy > p {
    align-self: end;
    color: #d1d8d2;
    font-size: 15px;
    grid-area: intro;
    line-height: 1.65;
    margin: 0;
    max-width: 48ch;
}

.command-actions {
    align-items: center;
    align-self: start;
    display: flex;
    flex-wrap: wrap;
    gap: 18px;
    grid-area: actions;
}

.command-actions > a:last-child {
    color: #fff;
    font-size: 11px;
    font-weight: 750;
    text-decoration-color: #728076;
    text-underline-offset: 5px;
}

.command-media {
    border-top: 1px solid #364039;
    grid-column: 2;
    grid-row: 2;
    min-height: 330px;
    overflow: hidden;
    position: relative;
}

.command-media::after {
    background: linear-gradient(90deg, rgba(10, 16, 12, .32), transparent 60%);
    content: '';
    inset: 0;
    pointer-events: none;
    position: absolute;
}

.command-media > img {
    height: 100%;
    object-fit: cover;
    object-position: center 57%;
    width: 100%;
}

.command-status {
    align-items: center;
    background: #fff;
    bottom: 22px;
    color: var(--ink);
    display: flex;
    gap: 11px;
    left: 24px;
    padding: 12px 15px;
    position: absolute;
    z-index: 2;
}

.command-status > span {
    align-items: center;
    background: var(--lime);
    border-radius: 50%;
    display: flex;
    flex: 0 0 30px;
    height: 30px;
    justify-content: center;
}

.command-status > div {
    display: flex;
    flex-direction: column;
}

.command-status small {
    color: #59645b;
    font-size: 8px;
}

.command-status strong {
    font: 700 12px/1.3 var(--font-display);
}

/* D — visual collage: multiple real FoodlyOn surfaces arranged as brand objects. */
.page-home.home-concept-d .hero.hero-collage {
    background: var(--lime);
    border: 0;
    border-radius: 0;
    color: var(--ink);
    display: grid;
    grid-template-columns: repeat(12, minmax(0, 1fr));
    margin-top: 0;
    max-width: none;
    min-height: 780px;
    overflow: hidden;
    padding: 0 max(var(--marketing-gutter), calc((100vw - 1340px) / 2));
    position: relative;
    width: 100%;
}

.collage-wordmark {
    bottom: -40px;
    color: rgba(23, 32, 25, .075);
    font: 800 clamp(140px, 18vw, 270px)/.8 var(--font-display);
    left: max(var(--marketing-gutter), calc((100vw - 1340px) / 2));
    letter-spacing: -.09em;
    pointer-events: none;
    position: absolute;
    white-space: nowrap;
}

.collage-copy {
    align-self: center;
    grid-column: 1 / span 6;
    grid-row: 1;
    padding: 70px clamp(34px, 5vw, 74px) 110px 0;
    position: relative;
    z-index: 3;
}

.collage-copy .eyebrow {
    color: #354137;
}

.collage-copy h1 {
    color: var(--ink);
    font-size: clamp(66px, 7.2vw, 104px);
    letter-spacing: -.085em;
    line-height: .84;
    margin: 0;
}

.collage-copy h1 span,
.collage-copy h1 em {
    display: block;
}

.collage-copy h1 em {
    color: #d3262d;
    font-size: .4em;
    font-style: normal;
    line-height: 1.03;
    margin-top: 20px;
}

.page-home.home-concept-d .hero.hero-collage .collage-copy h1 {
    color: var(--ink);
}

.page-home.home-concept-d .hero.hero-collage .collage-copy h1 em {
    color: #c61f27;
}

.collage-copy > p {
    color: #354137;
    font-size: 16px;
    line-height: 1.65;
    margin: 30px 0;
    max-width: 55ch;
}

.collage-actions {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.collage-actions .button-primary {
    background: #d3262d;
    border-color: #d3262d;
}

.collage-actions > a:last-child {
    color: var(--ink);
    font-size: 11px;
    font-weight: 750;
    text-underline-offset: 5px;
}

.collage-media {
    grid-column: 6 / -1;
    grid-row: 1;
    min-height: 780px;
    position: relative;
    z-index: 2;
}

.collage-card {
    background: #fff;
    border: 8px solid #fff;
    box-shadow: 0 0 0 1px var(--ink);
    color: var(--ink);
    display: grid;
    grid-template-rows: minmax(0, 1fr) auto;
    overflow: hidden;
    position: absolute;
    text-decoration: none;
    transition: transform 180ms ease;
}

.collage-card:hover,
.collage-card:focus-visible {
    z-index: 5;
}

.collage-card img {
    height: 100%;
    object-fit: cover;
    width: 100%;
}

.collage-card span {
    align-items: center;
    display: flex;
    font: 800 10px/1.2 var(--font-display);
    min-height: 38px;
    padding: 7px 9px 0;
    text-transform: uppercase;
}

.collage-pos {
    height: 48%;
    left: 10%;
    top: 9%;
    transform: rotate(-4deg);
    width: 72%;
    z-index: 2;
}

.collage-pos:hover,
.collage-pos:focus-visible {
    transform: rotate(-1deg) scale(1.02);
}

.collage-kiosk {
    bottom: 8%;
    height: 41%;
    right: 0;
    transform: rotate(4deg);
    width: 61%;
    z-index: 3;
}

.collage-kiosk:hover,
.collage-kiosk:focus-visible {
    transform: rotate(1deg) scale(1.02);
}

.collage-online {
    bottom: 3%;
    height: 50%;
    left: 1%;
    transform: rotate(-6deg);
    width: 27%;
    z-index: 4;
}

.collage-online:hover,
.collage-online:focus-visible {
    transform: rotate(-2deg) scale(1.02);
}

.collage-online img {
    object-position: top center;
}

/* E — solution selector: a central product stage surrounded by four clear entry points. */
.page-home.home-concept-e .hero.hero-selector {
    background: #f1ede4;
    border: 0;
    border-radius: 0;
    display: block;
    margin-top: 0;
    max-width: none;
    min-height: 0;
    overflow: hidden;
    padding: clamp(58px, 6vw, 84px) var(--marketing-gutter) clamp(42px, 5vw, 68px);
    width: 100%;
}

.selector-copy {
    margin: 0 auto;
    max-width: 920px;
    text-align: center;
}

.selector-copy .eyebrow {
    justify-content: center;
}

.selector-copy h1 {
    font-size: clamp(64px, 7vw, 98px);
    letter-spacing: -.08em;
    line-height: .88;
    margin: 0;
}

.selector-copy h1 span,
.selector-copy h1 em {
    display: block;
}

.selector-copy h1 em {
    color: #d3262d;
    font-size: .42em;
    font-style: normal;
    line-height: 1.05;
    margin-top: 18px;
}

.selector-copy > p {
    color: #59645b;
    font-size: 15px;
    line-height: 1.65;
    margin: 25px auto 0;
    max-width: 66ch;
}

.selector-actions {
    align-items: center;
    display: flex;
    gap: 20px;
    justify-content: center;
    margin-top: 25px;
}

.selector-actions > a:last-child {
    color: var(--ink);
    font-size: 11px;
    font-weight: 750;
    text-underline-offset: 5px;
}

.selector-board {
    display: grid;
    gap: 10px;
    grid-template-columns: minmax(190px, .75fr) minmax(420px, 1.5fr) minmax(190px, .75fr);
    grid-template-rows: repeat(2, 220px);
    margin: 50px auto 0;
    max-width: 1340px;
}

.selector-option {
    background: #fff;
    border: 1px solid var(--line-strong);
    color: var(--ink);
    display: flex;
    flex-direction: column;
    min-width: 0;
    padding: 24px;
    position: relative;
    text-decoration: none;
}

.selector-option > span {
    color: #59645b;
    font-size: 9px;
    letter-spacing: .08em;
}

.selector-option > strong {
    font: 750 clamp(20px, 2vw, 28px)/1.05 var(--font-display);
    letter-spacing: -.045em;
    margin-top: auto;
}

.selector-option > small {
    color: #59645b;
    font-size: 10px;
    line-height: 1.4;
    margin-top: 9px;
}

.selector-option > i {
    font-size: 17px;
    font-style: normal;
    position: absolute;
    right: 22px;
    top: 19px;
}

.selector-option:hover,
.selector-option:focus-visible {
    border-color: var(--ink);
}

.selector-pos {
    grid-column: 1;
    grid-row: 1;
}

.selector-kiosk {
    background: #d3262d;
    border-color: #d3262d;
    color: #fff;
    grid-column: 1;
    grid-row: 2;
}

.selector-online {
    background: var(--ink);
    border-color: var(--ink);
    color: #fff;
    grid-column: 3;
    grid-row: 1;
}

.selector-integrations {
    background: var(--lime);
    border-color: #aacd4e;
    grid-column: 3;
    grid-row: 2;
}

.selector-kiosk > span,
.selector-kiosk > small,
.selector-online > span,
.selector-online > small {
    color: #fff;
}

.selector-integrations > span,
.selector-integrations > small {
    color: #354137;
}

.selector-media {
    background: #ded9ce;
    grid-column: 2;
    grid-row: 1 / 3;
    min-height: 450px;
    overflow: hidden;
    position: relative;
}

.selector-media::after {
    background: linear-gradient(180deg, transparent 66%, rgba(10, 16, 12, .25));
    content: '';
    inset: 0;
    position: absolute;
}

.selector-media img {
    height: 100%;
    object-fit: cover;
    object-position: center 58%;
    width: 100%;
}

.selector-media > span {
    background: #fff;
    bottom: 18px;
    color: var(--ink);
    font: 800 10px/1 var(--font-display);
    left: 18px;
    letter-spacing: .08em;
    padding: 10px 12px;
    position: absolute;
    text-transform: uppercase;
    z-index: 2;
}

@media (max-width: 1000px) {
    .page-home.home-concept-c .hero.hero-command {
        grid-template-columns: 170px minmax(0, 1fr);
    }

    .command-copy {
        gap: 18px 34px;
        grid-template-columns: minmax(0, 1fr) minmax(260px, .8fr);
        padding: 45px 38px;
    }

    .command-copy h1 {
        font-size: 62px;
    }

    .page-home.home-concept-d .hero.hero-collage {
        min-height: 720px;
    }

    .collage-copy {
        grid-column: 1 / span 7;
    }

    .collage-media {
        grid-column: 6 / -1;
        min-height: 720px;
    }

    .selector-board {
        grid-template-columns: minmax(170px, .7fr) minmax(330px, 1.3fr) minmax(170px, .7fr);
    }
}

@media (max-width: 820px) {
    .page-home.home-concept-c .hero.hero-command {
        display: flex;
        flex-direction: column;
    }

    .command-media {
        border-top: 0;
        height: 300px;
        min-height: 300px;
        order: 1;
    }

    .command-copy {
        display: flex;
        flex-direction: column;
        order: 2;
        padding: 38px 28px;
    }

    .command-copy h1 {
        font-size: clamp(46px, 9vw, 64px);
    }

    .command-copy > p {
        max-width: 60ch;
    }

    .command-rail {
        border-right: 0;
        border-top: 1px solid #364039;
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        order: 3;
        padding: 18px;
    }

    .command-rail > div {
        grid-column: 1 / -1;
        margin-bottom: 4px;
        padding: 8px 8px 15px;
    }

    .page-home.home-concept-d .hero.hero-collage {
        display: flex;
        flex-direction: column;
        padding: 0 24px;
    }

    .collage-copy {
        order: 1;
        padding: 54px 0 28px;
    }

    .collage-copy h1 {
        font-size: clamp(55px, 12vw, 78px);
    }

    .collage-media {
        min-height: 560px;
        order: 2;
    }

    .collage-wordmark {
        bottom: 10px;
        left: 12px;
    }

    .page-home.home-concept-e .hero.hero-selector {
        padding-left: 18px;
        padding-right: 18px;
    }

    .selector-board {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        grid-template-rows: 300px repeat(2, minmax(175px, auto));
    }

    .selector-media {
        grid-column: 1 / -1;
        grid-row: 1;
        min-height: 300px;
    }

    .selector-option {
        grid-column: auto;
        grid-row: auto;
        min-height: 175px;
    }
}

@media (max-width: 760px) {
    .page-home.home-concept-c .hero.hero-command {
        border-radius: 16px;
        width: calc(100% - 28px);
    }

    .command-media {
        height: 270px;
        min-height: 270px;
    }

    .command-status {
        bottom: 14px;
        left: 14px;
    }

    .command-copy {
        padding: 34px 22px;
    }

    .command-copy h1 {
        font-size: clamp(43px, 12vw, 54px);
    }

    .command-actions {
        align-items: stretch;
        flex-direction: column;
    }

    .command-actions .button {
        width: 100%;
    }

    .command-actions > a:last-child {
        align-self: center;
    }

    .command-rail {
        padding: 14px;
    }

    .command-rail > a {
        grid-template-columns: 22px minmax(0, 1fr);
        min-height: 60px;
    }

    .command-rail > a i {
        display: none;
    }

    .page-home.home-concept-d .hero.hero-collage {
        min-height: 0;
        padding: 0 18px 28px;
    }

    .collage-copy {
        padding-top: 44px;
    }

    .collage-copy h1 {
        font-size: clamp(50px, 14vw, 66px);
    }

    .collage-copy > p {
        font-size: 14px;
        margin: 24px 0;
    }

    .collage-actions {
        align-items: stretch;
        flex-direction: column;
    }

    .collage-actions .button {
        width: 100%;
    }

    .collage-actions > a:last-child {
        align-self: center;
    }

    .collage-media {
        min-height: 500px;
    }

    .collage-pos {
        height: 43%;
        left: 5%;
        width: 78%;
    }

    .collage-kiosk {
        bottom: 8%;
        height: 38%;
        width: 70%;
    }

    .collage-online {
        bottom: 2%;
        height: 48%;
        width: 31%;
    }

    .page-home.home-concept-e .hero.hero-selector {
        padding-bottom: 36px;
        padding-top: 44px;
        width: 100%;
    }

    .selector-copy {
        text-align: left;
    }

    .selector-copy .eyebrow {
        justify-content: flex-start;
    }

    .selector-copy h1 {
        font-size: clamp(52px, 15vw, 68px);
    }

    .selector-copy > p {
        font-size: 14px;
    }

    .selector-actions {
        align-items: stretch;
        flex-direction: column;
    }

    .selector-actions .button {
        width: 100%;
    }

    .selector-actions > a:last-child {
        align-self: center;
    }

    .selector-board {
        grid-template-rows: repeat(2, minmax(145px, auto));
        margin-top: 34px;
    }

    .selector-media {
        display: none;
    }

    .selector-option {
        min-height: 145px;
    }
}

@media (max-width: 430px) {
    .selector-board {
        grid-template-rows: repeat(2, minmax(145px, auto));
    }

    .selector-option {
        min-height: 145px;
        padding: 18px;
    }

    .selector-option > strong {
        font-size: 20px;
    }

    .selector-option > small {
        font-size: 9px;
    }
}

/* Preview-only contrast correction for the inherited cookie panel. */
.page-home.home-concept .cookie-consent > div:first-child > span {
    color: #b91f27;
}

.page-home.home-concept .cookie-consent .accept {
    background: #b91f27;
}

@media (prefers-reduced-motion: reduce) {
    .collage-card {
        transition: none;
    }
}

@media (prefers-reduced-motion: reduce) {
    .page-home.home-concept *,
    .design-preview-bar * {
        scroll-behavior: auto;
        transition-duration: .01ms !important;
    }
}

/* Concept C — cinematic product photography with an overlapping offer card. */
.page-home.home-concept-c {
    background: #ebe9e2;
}

.page-home.home-concept-c .hero {
    background: var(--ink);
    border: 0;
    border-radius: 4px;
    display: grid;
    grid-template-columns: repeat(12, minmax(0, 1fr));
    min-height: 720px;
    overflow: hidden;
    padding: 0;
    position: relative;
}

.page-home.home-concept-c .hero-photo {
    grid-column: 1 / -1;
    grid-row: 1;
    height: 720px;
    min-height: 720px;
}

.page-home.home-concept-c .hero-photo::after {
    background: linear-gradient(90deg, rgba(13, 20, 15, .24), transparent 68%);
}

.page-home.home-concept-c .hero-copy {
    align-self: center;
    background: #fff;
    grid-column: 2 / span 6;
    grid-row: 1;
    margin: 42px 0;
    padding: clamp(38px, 4.5vw, 58px);
    position: relative;
    z-index: 3;
}

.page-home.home-concept-c .hero-copy::before {
    left: clamp(38px, 4.5vw, 58px);
}

.page-home.home-concept-c .hero h1 {
    font-size: clamp(50px, 5vw, 70px);
}

.page-home.home-concept-c .hero h1 em {
    font-size: .52em;
}

.page-home.home-concept-c .hero-copy > p {
    font-size: 15px;
}

.page-home.home-concept-c .hero-photo-badge {
    left: auto;
    right: 28px;
}

.page-home.home-concept-c .trust-strip {
    margin-top: 0;
}

.page-home.home-concept-c .solutions-section-primary {
    background: transparent;
}

.page-home.home-concept-c .solutions-section-primary > .content-shell {
    padding-left: 0;
    padding-right: 0;
}

.page-home.home-concept-c .home-solutions-heading > p,
.page-home.home-concept-c .newsletter-home > div:first-child > p {
    color: #59645b;
}

.page-home.home-concept-c .solutions-section-primary .solution-grid {
    display: grid;
    gap: 12px;
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.page-home.home-concept-c .solutions-section-primary .solution-card,
.page-home.home-concept-c .solutions-section-primary .solution-card:nth-child(even),
.page-home.home-concept-c .solutions-section-primary .solution-card:nth-child(n + 3) {
    background: #fff;
    border: 1px solid var(--line);
    border-radius: 4px;
    display: grid;
    grid-template-columns: 1fr;
}

.page-home.home-concept-c .solutions-section-primary .solution-card-media {
    aspect-ratio: 4 / 3;
}

.page-home.home-concept-c .solutions-section-primary .solution-card-content {
    min-height: 265px;
    padding: 24px 22px;
}

.page-home.home-concept-c .solutions-section-primary .solution-card h3 {
    margin-top: 34px;
}

.page-home.home-concept-c .solutions-section-primary .solution-card-content > span {
    color: #536057;
}

.page-home.home-concept-c .worldline-terminal-section {
    background: var(--ink);
    border: 0;
    border-radius: 4px;
    color: #fff;
}

.page-home.home-concept-c .worldline-terminal-copy h2,
.page-home.home-concept-c .worldline-rate strong {
    color: #fff;
}

.page-home.home-concept-c .worldline-terminal-copy > p,
.page-home.home-concept-c .worldline-rate small,
.page-home.home-concept-c .worldline-terminal-copy .eyebrow {
    color: #c5cec7;
}

.page-home.home-concept-c .worldline-rate {
    border-color: #4a554c;
}

.page-home.home-concept-c .worldline-terminal-models article {
    border-radius: 2px;
}

.page-home.home-concept-c .home-pricing {
    background: var(--lime);
    border: 0;
    border-radius: 4px;
    color: var(--ink);
}

.page-home.home-concept-c .home-pricing .eyebrow,
.page-home.home-concept-c .home-pricing p,
.page-home.home-concept-c .home-pricing li {
    color: var(--ink);
}

.page-home.home-concept-c .home-pricing .button-bright {
    background: var(--ink);
    border-color: var(--ink);
    color: #fff;
}

.page-home.home-concept-c .home-customer-proof {
    background: #fff;
    border-radius: 4px;
}

/* Concept D — a full-bleed FoodlyOn poster with strong brand colour. */
.page-home.home-concept-d {
    background: #fff;
}

.page-home.home-concept-d .hero {
    background: #d3262d;
    border: 0;
    border-radius: 0;
    color: #fff;
    gap: 0;
    grid-template-columns: minmax(0, 1.12fr) minmax(430px, .88fr);
    margin-top: 0;
    max-width: none;
    min-height: 660px;
    width: 100%;
}

.page-home.home-concept-d .hero-copy {
    padding: clamp(52px, 6vw, 86px) clamp(34px, 5vw, 76px) clamp(52px, 6vw, 86px) max(var(--marketing-gutter), calc((100vw - 1340px) / 2));
}

.page-home.home-concept-d .hero-copy::before {
    background: var(--lime);
    left: max(var(--marketing-gutter), calc((100vw - 1340px) / 2));
}

.page-home.home-concept-d .hero-copy .eyebrow,
.page-home.home-concept-d .hero-copy > p,
.page-home.home-concept-d .hero-offer-links a,
.page-home.home-concept-d .hero-solutions-link {
    color: #fff;
}

.page-home.home-concept-d .hero-copy .eyebrow span {
    background: var(--lime);
}

.page-home.home-concept-d .hero h1 {
    color: #fff;
    font-size: clamp(58px, 6.2vw, 92px);
}

.page-home.home-concept-d .hero h1 em {
    color: var(--lime);
    font-size: .48em;
}

.page-home.home-concept-d .hero-offer-links {
    border-color: rgba(255, 255, 255, .36);
}

.page-home.home-concept-d .hero-offer-links a::before {
    background: var(--lime);
}

.page-home.home-concept-d .hero-actions .button-primary {
    background: var(--ink);
    border-color: var(--ink);
}

.page-home.home-concept-d .hero-photo {
    clip-path: polygon(12% 0, 100% 0, 100% 100%, 0 100%);
    min-height: 660px;
}

.page-home.home-concept-d .hero-photo::before {
    background: var(--lime);
}

.page-home.home-concept-d .hero-photo-badge {
    background: var(--lime);
    color: var(--ink);
}

.page-home.home-concept-d .trust-strip {
    background: var(--ink);
    border: 0;
    color: #fff;
    margin-top: 0;
}

.page-home.home-concept-d .trust-strip-inner {
    max-width: 1340px;
}

.page-home.home-concept-d .trust-point {
    border-color: #3f4a41;
}

.page-home.home-concept-d .trust-point small {
    color: #c5cec7;
}

.page-home.home-concept-d .solutions-section-primary {
    background: #fff;
}

.page-home.home-concept-d .solutions-section-primary > .content-shell {
    padding-left: 0;
    padding-right: 0;
}

.page-home.home-concept-d .home-solutions-heading > p {
    color: #59645b;
}

.page-home.home-concept-d .solutions-section-primary .solution-grid {
    display: grid;
    gap: 0;
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.page-home.home-concept-d .solutions-section-primary .solution-card,
.page-home.home-concept-d .solutions-section-primary .solution-card:nth-child(even),
.page-home.home-concept-d .solutions-section-primary .solution-card:nth-child(n + 3) {
    border: 1px solid var(--line);
    border-radius: 0;
    display: grid;
    grid-template-columns: 1fr;
    margin-left: -1px;
}

.page-home.home-concept-d .solutions-section-primary .solution-card:nth-child(odd) {
    background: #fff5f3;
}

.page-home.home-concept-d .solutions-section-primary .solution-card:nth-child(even) {
    background: #f1fbd9;
}

.page-home.home-concept-d .solutions-section-primary .solution-card-media {
    aspect-ratio: 1 / 1;
}

.page-home.home-concept-d .solutions-section-primary .solution-card-content {
    min-height: 260px;
    padding: 24px;
}

.page-home.home-concept-d .solutions-section-primary .solution-card-content > span {
    color: #536057;
}

.page-home.home-concept-d .worldline-terminal-section {
    background: #fff;
    border-left: 0;
    border-radius: 0;
    border-right: 0;
    padding-left: 0;
    padding-right: 0;
}

.page-home.home-concept-d .worldline-terminal-models article,
.page-home.home-concept-d .home-pricing,
.page-home.home-concept-d .home-customer-proof {
    border-radius: 0;
}

.page-home.home-concept-d .home-pricing {
    background: var(--ink);
}

.page-home.home-concept-d .home-customer-proof {
    background: var(--lime);
    border: 0;
}

.page-home.home-concept-d .home-customer-proof::before {
    background: #d3262d;
}

.page-home.home-concept-d .customer-proof-story {
    border-color: #91af43;
}

.page-home.home-concept-d .customer-proof-intro .eyebrow,
.page-home.home-concept-d .customer-proof-intro p {
    color: var(--ink);
}

.page-home.home-concept-d .customer-proof-meta {
    border-color: #91af43;
}

.page-home.home-concept-d .newsletter-home {
    background: #d3262d;
    color: #fff;
}

.page-home.home-concept-d .newsletter-home .eyebrow,
.page-home.home-concept-d .newsletter-home > div:first-child > p {
    color: #fff;
}

/* Concept E — a typography-first index with compact service rows. */
.page-home.home-concept-e {
    background: #fff;
}

.page-home.home-concept-e .hero {
    background: transparent;
    border: 0;
    border-radius: 0;
    display: grid;
    grid-template-columns: 1fr;
    min-height: 0;
    overflow: visible;
}

.page-home.home-concept-e .hero-copy {
    border-top: 1px solid var(--ink);
    display: grid;
    gap: 18px clamp(42px, 6vw, 88px);
    grid-template-areas:
        "eyebrow eyebrow"
        "title intro"
        "title offers"
        "title actions";
    grid-template-columns: minmax(0, 1.28fr) minmax(330px, .72fr);
    padding: 46px 0 48px;
}

.page-home.home-concept-e .hero-copy::before {
    display: none;
}

.page-home.home-concept-e .hero-copy .eyebrow {
    grid-area: eyebrow;
    margin: 0;
}

.page-home.home-concept-e .hero h1 {
    font-size: clamp(72px, 8vw, 116px);
    grid-area: title;
    line-height: .87;
}

.page-home.home-concept-e .hero h1 em {
    font-size: .38em;
    line-height: 1.02;
    margin-top: 19px;
}

.page-home.home-concept-e .hero-copy > p {
    align-self: end;
    font-size: 15px;
    grid-area: intro;
    margin: 0;
}

.page-home.home-concept-e .hero-offer-links {
    grid-area: offers;
    grid-template-columns: 1fr;
    margin: 0;
}

.page-home.home-concept-e .hero-actions {
    grid-area: actions;
}

.page-home.home-concept-e .hero-photo {
    border-radius: 0;
    height: 460px;
    min-height: 460px;
}

.page-home.home-concept-e .hero-photo-badge {
    left: auto;
    right: 24px;
}

.page-home.home-concept-e .trust-strip {
    margin-top: 0;
}

.page-home.home-concept-e .solutions-section-primary {
    background: #fff;
}

.page-home.home-concept-e .solutions-section-primary > .content-shell {
    border-top: 1px solid var(--ink);
    padding-left: 0;
    padding-right: 0;
    padding-top: 42px;
}

.page-home.home-concept-e .home-solutions-heading > p,
.page-home.home-concept-e .newsletter-home > div:first-child > p {
    color: #59645b;
}

.page-home.home-concept-e .solutions-section-primary .solution-grid {
    border-top: 1px solid var(--line-strong);
    display: grid;
    gap: 0;
    grid-template-columns: 1fr;
}

.page-home.home-concept-e .solutions-section-primary .solution-card,
.page-home.home-concept-e .solutions-section-primary .solution-card:nth-child(even),
.page-home.home-concept-e .solutions-section-primary .solution-card:nth-child(n + 3) {
    border: 0;
    border-bottom: 1px solid var(--line-strong);
    border-radius: 0;
    display: grid;
    grid-template-columns: 190px minmax(0, 1fr);
    min-height: 168px;
}

.page-home.home-concept-e .solutions-section-primary .solution-card-media {
    aspect-ratio: auto;
    height: 168px;
}

.page-home.home-concept-e .solutions-section-primary .solution-card-content {
    align-items: center;
    display: grid;
    gap: 18px;
    grid-template-columns: 42px minmax(190px, .6fr) minmax(240px, 1fr) auto;
    min-height: 168px;
    padding: 22px 0 22px 28px;
}

.page-home.home-concept-e .solutions-section-primary .solution-card-content > span {
    color: #536057;
}

.page-home.home-concept-e .solutions-section-primary .solution-card h3,
.page-home.home-concept-e .solutions-section-primary .solution-card p,
.page-home.home-concept-e .solutions-section-primary .solution-card b {
    margin: 0;
    padding: 0;
}

.page-home.home-concept-e .solutions-section-primary .solution-card h3 {
    font-size: clamp(24px, 2.4vw, 34px);
}

.page-home.home-concept-e .worldline-terminal-section {
    background: #fff;
    border-left: 0;
    border-radius: 0;
    border-right: 0;
    grid-template-columns: minmax(300px, .65fr) minmax(520px, 1.35fr);
    padding-left: 0;
    padding-right: 0;
}

.page-home.home-concept-e .worldline-terminal-models article,
.page-home.home-concept-e .home-pricing,
.page-home.home-concept-e .home-customer-proof {
    border-radius: 0;
}

.page-home.home-concept-e .home-pricing {
    background: #fff;
    border-bottom: 1px solid var(--ink);
    border-left: 0;
    border-right: 0;
    border-top: 1px solid var(--ink);
    color: var(--ink);
}

.page-home.home-concept-e .home-pricing .eyebrow,
.page-home.home-concept-e .home-pricing p,
.page-home.home-concept-e .home-pricing li {
    color: var(--ink);
}

.page-home.home-concept-e .home-customer-proof {
    background: var(--ink);
    border: 0;
    color: #fff;
}

.page-home.home-concept-e .customer-proof-intro p,
.page-home.home-concept-e .customer-proof-intro .eyebrow {
    color: #c5cec7;
}

.page-home.home-concept-e .customer-proof-story,
.page-home.home-concept-e .customer-proof-meta {
    border-color: #4a554c;
}

.page-home.home-concept-e .customer-proof-meta span {
    background: #273029;
    border-color: #4a554c;
    color: #fff;
}

@media (max-width: 1100px) {
    .page-home.home-concept-c .solutions-section-primary .solution-grid,
    .page-home.home-concept-d .solutions-section-primary .solution-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .page-home.home-concept-e .solutions-section-primary .solution-card-content {
        grid-template-columns: 38px minmax(180px, .7fr) minmax(220px, 1fr);
    }

    .page-home.home-concept-e .solutions-section-primary .solution-card b {
        grid-column: 2;
    }
}

@media (max-width: 980px) {
    .page-home.home-concept-c .hero-copy {
        grid-column: 2 / span 8;
    }

    .page-home.home-concept-d .hero {
        grid-template-columns: 1fr;
    }

    .page-home.home-concept-d .hero-copy {
        padding-left: var(--marketing-gutter);
    }

    .page-home.home-concept-d .hero-copy::before {
        left: var(--marketing-gutter);
    }

    .page-home.home-concept-d .hero-photo {
        clip-path: none;
        height: 520px;
        min-height: 520px;
    }

    .page-home.home-concept-e .hero-copy {
        grid-template-areas: "eyebrow" "title" "intro" "offers" "actions";
        grid-template-columns: 1fr;
    }

    .page-home.home-concept-e .hero-copy > p {
        max-width: 62ch;
    }

    .page-home.home-concept-e .worldline-terminal-section {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 760px) {
    .page-home.home-concept-c .hero,
    .page-home.home-concept-d .hero,
    .page-home.home-concept-e .hero {
        display: flex;
        flex-direction: column;
    }

    .page-home.home-concept-c .hero {
        background: #fff;
        border: 1px solid var(--line);
        width: calc(100% - 28px);
    }

    .page-home.home-concept-c .hero-photo {
        height: 300px;
        min-height: 300px;
        order: 1;
    }

    .page-home.home-concept-c .hero-copy {
        margin: 0;
        order: 2;
        padding: 34px 22px 30px;
    }

    .page-home.home-concept-c .hero-copy::before {
        display: none;
    }

    .page-home.home-concept-c .hero h1 {
        font-size: clamp(40px, 11vw, 48px);
    }

    .page-home.home-concept-c .hero-photo-badge {
        left: 18px;
        right: 18px;
    }

    .page-home.home-concept-c .solutions-section-primary .solution-grid,
    .page-home.home-concept-d .solutions-section-primary .solution-grid {
        grid-template-columns: 1fr;
    }

    .page-home.home-concept-c .solutions-section-primary .solution-card-content,
    .page-home.home-concept-d .solutions-section-primary .solution-card-content {
        min-height: 220px;
    }

    .page-home.home-concept-d .hero {
        width: 100%;
    }

    .page-home.home-concept-d .hero-copy {
        order: 1;
        padding: 42px 20px 38px;
    }

    .page-home.home-concept-d .hero-copy::before {
        display: none;
    }

    .page-home.home-concept-d .hero h1 {
        font-size: clamp(45px, 13vw, 56px);
    }

    .page-home.home-concept-d .hero-photo {
        height: 310px;
        min-height: 310px;
        order: 2;
    }

    .page-home.home-concept-d .trust-strip {
        padding-left: 14px;
        padding-right: 14px;
    }

    .page-home.home-concept-e .hero-copy {
        display: flex;
        order: 1;
        padding: 34px 0;
    }

    .page-home.home-concept-e .hero h1 {
        font-size: clamp(54px, 16vw, 70px);
    }

    .page-home.home-concept-e .hero-photo {
        height: 300px;
        min-height: 300px;
        order: 2;
    }

    .page-home.home-concept-e .hero-offer-links {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .page-home.home-concept-e .solutions-section-primary .solution-card,
    .page-home.home-concept-e .solutions-section-primary .solution-card:nth-child(even),
    .page-home.home-concept-e .solutions-section-primary .solution-card:nth-child(n + 3) {
        grid-template-columns: 1fr;
    }

    .page-home.home-concept-e .solutions-section-primary .solution-card-media {
        height: 230px;
    }

    .page-home.home-concept-e .solutions-section-primary .solution-card-content {
        display: flex;
        min-height: 220px;
        padding: 24px 20px;
    }

    .page-home.home-concept-e .solutions-section-primary .solution-card h3 {
        font-size: 28px;
        margin-top: 24px;
    }

    .page-home.home-concept-e .solutions-section-primary .solution-card b {
        margin-top: auto;
        padding-top: 22px;
    }
}

@media (max-width: 420px) {
    .page-home.home-concept-c .hero-photo,
    .page-home.home-concept-d .hero-photo,
    .page-home.home-concept-e .hero-photo {
        height: 270px;
        min-height: 270px;
    }
}
