/* Public site pages using layouts/main. */
.owners-hero {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(320px, 420px);
    gap: 34px;
    align-items: center;
    padding: 42px;
    border: 1px solid var(--line);
    border-radius: 8px;
    background:
        linear-gradient(135deg, rgba(36, 116, 90, .12), rgba(178, 75, 58, .10)),
        var(--surface);
    box-shadow: var(--shadow);
}

.owners-hero h1 {
    margin: 0;
    max-width: 760px;
    font-size: 58px;
    line-height: 1.02;
    letter-spacing: 0;
}

.owners-hero p,
.owner-section-head p,
.owner-benefits p,
.owner-included p,
.owner-steps span,
.owner-pricing p,
.owner-price-card li,
.owner-faq p,
.owner-cta p {
    color: var(--muted);
}

.owner-proof {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 20px;
}

.owner-proof span {
    display: inline-flex;
    align-items: center;
    min-height: 32px;
    padding: 6px 10px;
    border: 1px solid rgba(36, 116, 90, .18);
    border-radius: 999px;
    background: rgba(255, 255, 255, .7);
    color: var(--brand-dark);
    font-size: 13px;
    font-weight: 800;
}

.owner-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 24px;
}

.owners-preview {
    display: grid;
    gap: 18px;
    min-height: 420px;
    padding: 18px;
    border: 1px solid rgba(255, 255, 255, .35);
    border-radius: 8px;
    background:
        linear-gradient(180deg, rgba(255, 255, 255, .82), rgba(255, 255, 255, .92)),
        url("/assets/img/owners-menu.png");
    background-size: cover;
    background-position: center;
    box-shadow: 0 24px 70px rgba(31, 37, 34, .16);
}

.preview-top {
    display: flex;
    gap: 6px;
}

.preview-top span {
    width: 10px;
    height: 10px;
    border-radius: 999px;
    background: var(--accent);
}

.preview-restaurant {
    display: flex;
    align-items: center;
    justify-content: space-between;
    align-self: end;
    padding: 18px;
    border-radius: 8px;
    background: var(--surface);
    font-size: 26px;
}

.preview-restaurant small {
    color: var(--muted);
    font-size: 14px;
    font-weight: 700;
}

.preview-lines {
    display: grid;
    gap: 10px;
}

.preview-lines div {
    display: flex;
    justify-content: space-between;
    gap: 18px;
    padding: 14px;
    border-radius: 8px;
    background: rgba(255, 255, 255, .92);
}

.owners-table-scene {
    position: relative;
    display: grid;
    place-items: center;
    overflow: hidden;
    min-height: 420px;
    padding: 28px;
    background:
        linear-gradient(160deg, rgba(255, 255, 255, .88), rgba(255, 255, 255, .62) 36%, rgba(36, 116, 90, .14) 37%, rgba(178, 75, 58, .16)),
        url("/assets/img/owners-menu.png");
    background-size: cover;
    background-position: center;
}

.owners-table-scene::before {
    content: "";
    position: absolute;
    right: -30px;
    bottom: -48px;
    left: -30px;
    height: 170px;
    background: linear-gradient(180deg, #a66f42, #754a2d);
    transform: rotate(-3deg);
    transform-origin: center;
    box-shadow: 0 -18px 40px rgba(49, 32, 20, .18);
}

.table-tent {
    position: relative;
    z-index: 1;
    display: grid;
    justify-items: center;
    width: min(100%, 300px);
    transform: translateY(8px) rotate(-1deg);
}

.table-tent-face {
    display: grid;
    justify-items: center;
    gap: 10px;
    width: 100%;
    padding: 24px 24px 20px;
    border: 1px solid rgba(36, 116, 90, .18);
    border-radius: 8px 8px 3px 3px;
    background: #fffdf8;
    box-shadow: 0 28px 54px rgba(31, 37, 34, .22);
}

.table-tent-face span {
    display: inline-flex;
    align-items: center;
    min-height: 28px;
    padding: 5px 10px;
    border-radius: 999px;
    background: rgba(178, 75, 58, .12);
    color: var(--accent);
    font-size: 12px;
    font-weight: 900;
    text-transform: uppercase;
}

.table-tent-face strong {
    color: var(--brand-dark);
    font-size: 28px;
    line-height: 1.05;
    text-align: center;
}

.table-tent-face img {
    width: min(100%, 178px);
    aspect-ratio: 1;
    padding: 10px;
    border: 1px solid var(--line);
    border-radius: 8px;
    background: #fff;
}

.table-tent-face small {
    color: var(--muted);
    font-weight: 800;
}

.table-tent-face b {
    color: var(--brand);
    font-size: 13px;
}

.table-tent-base {
    width: 92%;
    height: 22px;
    border-radius: 0 0 8px 8px;
    background: linear-gradient(180deg, #e6dcc7, #c4b391);
    transform: perspective(100px) rotateX(-24deg);
    box-shadow: 0 22px 28px rgba(31, 37, 34, .22);
}

.owner-section,
.owner-included,
.owner-steps,
.owner-pricing,
.owner-faq,
.owner-cta {
    margin-top: 42px;
}

.owner-section-head {
    display: grid;
    gap: 8px;
    max-width: 720px;
}

.owner-section h2,
.owner-steps h2,
.owner-pricing h2,
.owner-faq h2,
.owner-cta h2 {
    margin: 0;
    font-size: 36px;
    line-height: 1.1;
    letter-spacing: 0;
}

.owner-benefits {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
    margin-top: 20px;
}

.owner-benefits article {
    padding: 22px;
    border: 1px solid var(--line);
    border-radius: 8px;
    background: var(--surface);
}

.owner-benefits h3,
.owner-benefits p {
    margin: 0;
}

.owner-benefits h3 {
    margin-bottom: 10px;
}

.owner-benefits-audience {
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.owner-benefits-audience article {
    background:
        linear-gradient(180deg, rgba(255, 255, 255, .95), rgba(245, 241, 232, .85)),
        var(--surface);
}

.owner-card-mark {
    display: inline-flex;
    margin-bottom: 14px;
    color: var(--accent);
    font-size: 13px;
    font-weight: 900;
}

.owner-benefits-problem article {
    background: var(--surface-muted);
}

.owner-included {
    padding: 28px;
    border: 1px solid var(--line);
    border-radius: 8px;
    background:
        linear-gradient(135deg, rgba(178, 75, 58, .10), rgba(36, 116, 90, .08)),
        var(--surface);
}

.owner-included-list {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 14px;
    margin-top: 20px;
}

.owner-included-list article {
    display: grid;
    gap: 8px;
    padding: 18px;
    border: 1px solid rgba(36, 116, 90, .16);
    border-radius: 8px;
    background: rgba(255, 255, 255, .76);
}

.owner-included-list h3,
.owner-included-list p {
    margin: 0;
}

.owner-included-list h3 {
    color: var(--brand-dark);
    font-size: 17px;
}

.owner-pricing {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(320px, 420px);
    gap: 24px;
    align-items: center;
    padding: 28px;
    border: 1px solid var(--line);
    border-radius: 8px;
    background:
        linear-gradient(135deg, rgba(36, 116, 90, .10), rgba(255, 255, 255, .72)),
        var(--surface);
}

.owner-pricing p {
    margin-bottom: 0;
}

.owner-pricing .eyebrow {
    color: var(--accent);
}

.owner-price-card {
    display: grid;
    gap: 14px;
    padding: 24px;
    border: 1px solid rgba(36, 116, 90, .22);
    border-radius: 8px;
    background: var(--surface);
    box-shadow: var(--shadow);
}

.owner-price-card span {
    color: var(--accent);
    font-size: 13px;
    font-weight: 900;
    text-transform: uppercase;
}

.owner-price-card strong {
    color: var(--brand-dark);
    font-size: 46px;
    line-height: 1;
}

.owner-price-card p {
    margin: 0;
    font-weight: 800;
}

.owner-price-card ul {
    display: grid;
    gap: 8px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.owner-price-card li {
    position: relative;
    padding-left: 22px;
}

.owner-price-card li::before {
    content: "";
    position: absolute;
    top: .65em;
    left: 0;
    width: 8px;
    height: 8px;
    border-radius: 999px;
    background: var(--brand);
}

.owner-steps ol {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
    margin: 20px 0 0;
    padding: 0;
    list-style: none;
    counter-reset: owner-step;
}

.owner-steps li {
    display: grid;
    gap: 10px;
    padding: 22px;
    border: 1px solid var(--line);
    border-radius: 8px;
    background: var(--surface-muted);
    counter-increment: owner-step;
}

.owner-steps li::before {
    content: counter(owner-step);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 34px;
    height: 34px;
    border-radius: 999px;
    background: var(--brand);
    color: #fff;
    font-weight: 800;
}

.owner-faq {
    display: grid;
    gap: 12px;
}

.owner-faq details {
    border: 1px solid var(--line);
    border-radius: 8px;
    background: var(--surface);
}

.owner-faq summary {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    padding: 18px 20px;
    cursor: pointer;
    font-weight: 900;
}

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

.owner-faq summary::after {
    content: "+";
    color: var(--brand);
    font-size: 22px;
    line-height: 1;
}

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

.owner-faq p {
    margin: 0;
    padding: 0 20px 18px;
}

.owner-cta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    padding: 28px;
    border: 1px solid var(--line);
    border-radius: 8px;
    background: var(--surface);
}

.contact-shell {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(320px, 480px);
    gap: 28px;
    align-items: start;
    padding: 34px;
    border: 1px solid var(--line);
    border-radius: 8px;
    background:
        linear-gradient(135deg, rgba(36, 116, 90, .10), rgba(178, 75, 58, .08)),
        var(--surface);
    box-shadow: var(--shadow);
}

.contact-copy {
    display: grid;
    gap: 16px;
}

.contact-copy h1 {
    margin: 0;
    max-width: 680px;
    font-size: 52px;
    line-height: 1.04;
    letter-spacing: 0;
}

.contact-copy > p,
.contact-points p,
.contact-form .form-note {
    color: var(--muted);
}

.contact-points {
    display: grid;
    gap: 12px;
    margin-top: 8px;
}

.contact-points article {
    padding: 18px;
    border: 1px solid rgba(36, 116, 90, .16);
    border-radius: 8px;
    background: rgba(255, 255, 255, .72);
}

.contact-points h2,
.contact-points p {
    margin: 0;
}

.contact-points h2 {
    margin-bottom: 6px;
    color: var(--brand-dark);
    font-size: 20px;
}

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

.contact-hp {
    position: absolute;
    left: -10000px;
    width: 1px;
    height: 1px;
    overflow: hidden;
}
@media (max-width: 900px) {
    .owners-hero {
        grid-template-columns: 1fr;
    }

    .owner-pricing,
    .contact-shell {
        grid-template-columns: 1fr;
    }

    .owner-benefits,
    .owner-benefits-audience,
    .owner-included-list,
    .owner-steps ol {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 620px) {
    .owners-hero {
        padding: 24px;
    }

    .owners-hero h1 {
        font-size: 36px;
    }

    .owner-section h2,
    .owner-steps h2,
    .owner-pricing h2,
    .owner-faq h2,
    .owner-cta h2 {
        font-size: 28px;
    }

    .owner-benefits,
    .owner-benefits-audience,
    .owner-included-list,
    .owner-steps ol {
        grid-template-columns: 1fr;
    }

    .owner-cta {
        align-items: flex-start;
        flex-direction: column;
    }

    .contact-shell {
        padding: 22px;
    }

    .contact-copy h1 {
        font-size: 36px;
    }

    .contact-form-grid {
        grid-template-columns: 1fr;
    }

    .owner-pricing {
        padding: 22px;
    }

    .owner-price-card strong {
        font-size: 36px;
    }

    .owners-preview {
        min-height: 360px;
    }

    .table-tent {
        width: min(100%, 260px);
    }

    .table-tent-face strong {
        font-size: 24px;
    }

    .owner-included {
        padding: 22px;
    }
}
