:root {
    --bg: #fbf6f1;
    --bg-soft: #f4eadf;
    --paper: rgba(255, 252, 247, 0.86);
    --surface: #fffaf4;
    --text: #3d261e;
    --muted: #74584d;
    --line: rgba(87, 52, 39, 0.14);
    --cocoa: #6c3d2e;
    --berry: #b35a75;
    --berry-deep: #8f3e58;
    --shadow: 0 18px 40px rgba(71, 42, 32, 0.12);
    --radius-lg: 28px;
    --radius-md: 18px;
    --radius-sm: 12px;
    --shell: min(1120px, calc(100vw - 32px));
}

* {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    margin: 0;
    font-family: "DM Sans", Arial, sans-serif;
    color: var(--text);
    background:
        radial-gradient(circle at top left, rgba(179, 90, 117, 0.16), transparent 26%),
        radial-gradient(circle at top right, rgba(108, 61, 46, 0.08), transparent 24%),
        linear-gradient(180deg, #fdf8f2 0%, #fbf6f1 42%, #f7efe5 100%);
    line-height: 1.6;
}

body {
    padding-bottom: 20px;
}

a {
    color: inherit;
    text-decoration: none;
}

img {
    max-width: 100%;
}

button,
input,
textarea {
    font: inherit;
}

.shell {
    width: var(--shell);
    margin: 0 auto;
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

.skip-link {
    position: absolute;
    left: 12px;
    top: -48px;
    background: var(--berry-deep);
    color: #fff;
    padding: 10px 14px;
    border-radius: 10px;
    z-index: 1000;
}

.skip-link:focus {
    top: 12px;
}

.version-rail {
    position: fixed;
    left: 0;
    top: 50%;
    z-index: 120;
    display: flex;
    flex-direction: column;
    transform: translateY(-50%);
}

.version-rail a {
    min-width: 26px;
    min-height: 26px;
    padding: 4px 5px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    background: rgba(61, 38, 30, 0.88);
    color: #fff8f4;
    font-size: 8px;
    line-height: 1;
    border-top: 1px solid rgba(255, 255, 255, 0.12);
}

.version-rail a:first-child {
    border-top: 0;
}

.version-rail a:hover,
.version-rail a:focus-visible {
    background: var(--berry-deep);
}

.site-header {
    position: sticky;
    top: 0;
    z-index: 50;
    backdrop-filter: blur(14px);
    background: rgba(251, 246, 241, 0.75);
    border-bottom: 1px solid rgba(108, 61, 46, 0.08);
}

.header-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    padding: 16px 0;
}

.brand {
    display: inline-flex;
    align-items: center;
    gap: 14px;
}

.brand-mark {
    width: 48px;
    height: 48px;
    display: grid;
    place-items: center;
    border-radius: 50%;
    background: linear-gradient(135deg, var(--berry), var(--cocoa));
    color: #fff;
    font-family: "Playfair Display", serif;
    font-size: 1.1rem;
    letter-spacing: 0.08em;
    box-shadow: var(--shadow);
}

.brand-copy {
    display: flex;
    flex-direction: column;
    gap: 2px;
    font-size: 0.9rem;
    color: var(--muted);
}

.brand-copy strong {
    font-size: 1rem;
    color: var(--text);
}

.site-nav {
    display: flex;
    align-items: center;
    gap: 24px;
    font-size: 0.95rem;
}

.site-nav a {
    position: relative;
    padding-bottom: 3px;
}

.site-nav a::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 2px;
    background: linear-gradient(90deg, var(--berry), transparent);
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.2s ease;
}

.site-nav a:hover::after,
.site-nav a:focus-visible::after {
    transform: scaleX(1);
}

.nav-toggle {
    display: none;
    width: 48px;
    height: 48px;
    border: 1px solid var(--line);
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.6);
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 4px;
}

.nav-toggle span:not(.sr-only) {
    width: 18px;
    height: 2px;
    background: var(--text);
    border-radius: 999px;
}

.hero {
    padding: 60px 0 32px;
}

.hero-grid {
    display: grid;
    grid-template-columns: 1.05fr 0.95fr;
    gap: 40px;
    align-items: center;
}

.eyebrow {
    margin: 0 0 16px;
    color: var(--berry-deep);
    text-transform: uppercase;
    letter-spacing: 0.16em;
    font-size: 0.78rem;
    font-weight: 700;
}

h1,
h2,
h3 {
    margin: 0;
    font-family: "Playfair Display", Georgia, serif;
    line-height: 1.1;
}

h1 {
    font-size: clamp(2.3rem, 4.2vw, 3.9rem);
    max-width: 13.5ch;
}

h2 {
    font-size: clamp(2rem, 4vw, 3.2rem);
}

h3 {
    font-size: 1.45rem;
}

.hero-text,
.section-heading p,
.story-copy p,
.step-card p,
.proof-grid p,
.faq-list p,
.contact-copy p,
.contact-card span,
.form-legal,
.site-footer p,
.coverage-bar p,
.paper-card p,
.trust-item p {
    color: var(--muted);
}

.hero-text {
    max-width: 62ch;
    font-size: 1.06rem;
    margin: 22px 0 0;
}

.hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    margin: 30px 0 22px;
}

.button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 52px;
    padding: 0 22px;
    border-radius: 999px;
    border: 1px solid transparent;
    font-weight: 700;
    transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

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

.button-primary {
    background: linear-gradient(135deg, var(--berry), var(--berry-deep));
    color: #fff;
    box-shadow: 0 14px 28px rgba(143, 62, 88, 0.25);
}

.button-secondary {
    border-color: rgba(108, 61, 46, 0.16);
    background: rgba(255, 255, 255, 0.7);
}

.hero-points {
    display: grid;
    gap: 10px;
    padding: 0;
    margin: 0;
    list-style: none;
}

.hero-points li {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    color: var(--text);
}

.hero-points li::before {
    content: "";
    width: 10px;
    height: 10px;
    margin-top: 8px;
    border-radius: 50%;
    background: linear-gradient(135deg, var(--berry), #f0c0ce);
    flex: 0 0 auto;
}

.hero-visual {
    position: relative;
    min-height: 600px;
}

.paper-card {
    position: absolute;
    background: var(--paper);
    border: 1px solid rgba(113, 76, 59, 0.12);
    border-radius: var(--radius-lg);
    box-shadow: var(--shadow);
    backdrop-filter: blur(8px);
}

.paper-card-main {
    top: 40px;
    right: 0;
    width: min(360px, 78%);
    padding: 28px;
    transform: rotate(2.4deg);
}

.paper-card-main::after {
    content: "";
    position: absolute;
    left: 28px;
    right: 28px;
    bottom: 22px;
    height: 12px;
    background: radial-gradient(circle at center, rgba(179, 90, 117, 0.18), transparent 70%);
}

.paper-card-accent {
    left: 12px;
    bottom: 46px;
    width: 230px;
    padding: 22px;
    transform: rotate(-5deg);
}

.recipe-label,
.mini-note,
.card-tag,
.card-note {
    font-size: 0.82rem;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.recipe-label,
.mini-note,
.card-tag {
    color: var(--berry-deep);
    font-weight: 700;
}

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

.cake-illustration {
    position: absolute;
    inset: 80px 30px 60px 44px;
}

.cake-svg {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: contain;
    object-position: bottom center;
}

.cake-illustration::after {
    content: "";
    position: absolute;
    bottom: -16px;
    width: 360px;
    height: 44px;
    border-radius: 50%;
    background: radial-gradient(circle at center, rgba(94, 55, 42, 0.22), rgba(94, 55, 42, 0.02) 72%);
    filter: blur(6px);
}

.cake-top,
.cake-middle,
.cake-bottom {
    position: absolute;
    border-radius: 30px;
    border: 1px solid rgba(132, 80, 61, 0.16);
    box-shadow: 0 22px 34px rgba(74, 43, 33, 0.18);
}

.cake-bottom {
    width: 320px;
    height: 150px;
    bottom: 0;
    background: linear-gradient(180deg, #ffe6d6 0%, #f6bfa8 42%, #e7a387 100%);
}

.cake-middle {
    width: 260px;
    height: 124px;
    bottom: 120px;
    background: linear-gradient(180deg, #fff4e7 0%, #f3d6c6 50%, #e7bea8 100%);
}

.cake-top {
    width: 190px;
    height: 98px;
    bottom: 226px;
    background: linear-gradient(180deg, #fff8fb 0%, #f3c7d7 52%, #e6a9c1 100%);
}

.cake-top::before,
.cake-middle::before,
.cake-bottom::before {
    content: "";
    position: absolute;
    inset: 12px 16px auto;
    height: 14px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.62);
}

.cake-top::after,
.cake-middle::after,
.cake-bottom::after {
    content: "";
    position: absolute;
    left: 18px;
    right: 18px;
    bottom: 16px;
    height: 18px;
    border-radius: 999px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.06), rgba(166, 91, 67, 0.18));
}

.berries {
    position: absolute;
    top: 64px;
    width: 66px;
    height: 66px;
    border-radius: 50%;
    background:
        radial-gradient(circle at 32% 35%, #ffdce7 0 10%, transparent 11%),
        radial-gradient(circle at 64% 60%, #ffe6ee 0 10%, transparent 11%),
        radial-gradient(circle at center, #c75f7d 0 52%, #8e2f4c 53% 100%);
    box-shadow: 0 12px 18px rgba(116, 37, 64, 0.28);
}

.berries-left {
    left: calc(50% - 76px);
}

.berries-right {
    left: calc(50% + 18px);
}

.section {
    padding: 88px 0;
}

.section-soft {
    background: linear-gradient(180deg, rgba(255, 247, 240, 0.68), rgba(255, 255, 255, 0));
}

.section-accent {
    background: linear-gradient(135deg, #6d402f, #4f2c21);
    color: #fff9f5;
}

.section-heading {
    max-width: 760px;
    margin-bottom: 34px;
}

.section-heading-light p {
    color: rgba(255, 245, 238, 0.8);
}

.offer-grid,
.steps-grid,
.proof-grid {
    display: grid;
    gap: 22px;
}

.offer-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.recipe-card,
.step-card,
.proof-grid article,
.contact-card,
.trust-panel,
.form-shell,
.coverage-bar,
.faq-list details,
.local-proof {
    background: rgba(255, 252, 247, 0.78);
    border: 1px solid var(--line);
    border-radius: var(--radius-lg);
    box-shadow: var(--shadow);
}

.offer-card {
    padding: 26px;
}

.story-grid {
    display: grid;
    grid-template-columns: 1.1fr 0.9fr;
    gap: 26px;
    align-items: start;
}

.trust-panel {
    padding: 26px;
    display: grid;
    gap: 18px;
}

.trust-item strong,
.proof-grid strong,
.contact-card strong {
    display: block;
    margin-bottom: 8px;
}

.steps-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.step-card {
    padding: 24px;
    background: rgba(255, 248, 244, 0.08);
    border-color: rgba(255, 236, 225, 0.14);
    box-shadow: none;
}

.step-card span {
    width: 42px;
    height: 42px;
    display: inline-grid;
    place-items: center;
    border-radius: 50%;
    margin-bottom: 16px;
    background: rgba(255, 255, 255, 0.14);
    font-weight: 700;
}

.step-card p {
    color: rgba(255, 245, 238, 0.82);
}

.coverage-bar {
    margin-top: 28px;
    padding: 24px 26px;
    background: rgba(255, 248, 244, 0.09);
    border-color: rgba(255, 236, 225, 0.16);
    box-shadow: none;
}

.coverage-bar strong,
.coverage-bar span {
    display: inline-block;
    margin-right: 8px;
}

.coverage-bar p {
    margin-bottom: 0;
    color: rgba(255, 245, 238, 0.82);
}

.local-proof {
    padding: 28px;
    display: grid;
    gap: 28px;
}

.proof-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.proof-grid article {
    padding: 22px;
}

.faq-list {
    display: grid;
    gap: 16px;
}

.faq-list details {
    padding: 20px 24px;
}

.faq-list summary {
    cursor: pointer;
    font-weight: 700;
    list-style: none;
}

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

.faq-list summary::after {
    content: "+";
    float: right;
    font-size: 1.3rem;
    color: var(--berry-deep);
}

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

.contact-grid {
    display: grid;
    grid-template-columns: 0.92fr 1.08fr;
    gap: 26px;
    align-items: start;
}

.contact-cards {
    display: grid;
    gap: 14px;
    margin-top: 26px;
}

.contact-card {
    padding: 20px 22px;
}

.form-shell {
    padding: 28px;
}

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

.form-group {
    display: grid;
    gap: 8px;
    margin-bottom: 18px;
}

.form-group label,
.form-group legend {
    font-weight: 700;
}

.form-group input,
.form-group textarea {
    width: 100%;
    border: 1px solid rgba(108, 61, 46, 0.14);
    border-radius: 16px;
    background: rgba(255, 255, 255, 0.72);
    padding: 14px 16px;
    color: var(--text);
}

.form-group textarea {
    resize: vertical;
    min-height: 150px;
}

.service-group {
    border: 0;
    padding: 0;
    margin: 0 0 18px;
}

.service-options {
    display: grid;
    gap: 10px;
}

.service-options label {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    padding: 14px 16px;
    border-radius: 16px;
    border: 1px solid rgba(108, 61, 46, 0.12);
    background: rgba(255, 255, 255, 0.7);
}

.service-options input {
    width: auto;
    margin-top: 2px;
}

.input--hidden {
    position: absolute;
    left: -9999px;
}

.button-submit {
    width: 100%;
}

.form-status {
    display: none;
    margin: 16px 0 0;
    padding: 14px 16px;
    border-radius: 14px;
}

.form-success {
    background: rgba(64, 128, 86, 0.12);
    color: #215331;
}

.form-error {
    background: rgba(166, 55, 55, 0.12);
    color: #7a2222;
}

.form-legal {
    font-size: 0.88rem;
    margin-top: 16px;
}

.form-legal a {
    text-decoration: underline;
}

.site-footer {
    padding: 28px 0 48px;
}

.demo-banner {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    padding: 4px 8px;
    background: rgba(61, 38, 30, 0.88);
    color: #fff8f4;
    border-top: 1px solid rgba(255, 255, 255, 0.16);
    font-size: 8px;
    line-height: 1.2;
    text-align: center;
}

.demo-banner strong {
    font-size: 8px;
    letter-spacing: 0.04em;
}

.demo-banner a {
    color: #ffd4e2;
    text-decoration: underline;
}

.footer-row {
    display: flex;
    justify-content: space-between;
    gap: 18px;
    align-items: center;
    padding-top: 22px;
    border-top: 1px solid rgba(108, 61, 46, 0.12);
}

.footer-links {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
}

@media (max-width: 960px) {
    .hero-grid,
    .story-grid,
    .contact-grid,
    .offer-grid,
    .steps-grid,
    .proof-grid {
        grid-template-columns: 1fr;
    }

    .hero-visual {
        min-height: 520px;
        order: -1;
    }

    .paper-card-main {
        width: min(320px, 80%);
    }

    .proof-grid,
    .offer-grid,
    .steps-grid {
        gap: 18px;
    }
}

@media (max-width: 760px) {
    .version-rail {
        top: auto;
        bottom: 56px;
        transform: none;
    }

    .version-rail a {
        min-width: 30px;
        min-height: 30px;
        padding: 6px 5px;
    }

    .nav-toggle {
        display: inline-flex;
    }

    .site-nav {
        position: absolute;
        top: calc(100% + 10px);
        right: 16px;
        left: 16px;
        padding: 18px;
        display: none;
        flex-direction: column;
        align-items: flex-start;
        gap: 16px;
        background: rgba(255, 251, 246, 0.96);
        border: 1px solid var(--line);
        border-radius: 20px;
        box-shadow: var(--shadow);
    }

    .site-nav.is-open {
        display: flex;
    }

    .hero {
        padding-top: 34px;
    }

    h1 {
        max-width: 100%;
    }

    .hero-visual {
        min-height: 460px;
    }

    .cake-illustration {
        inset: 132px 10px 70px;
        transform: scale(0.88);
    }

    .paper-card-main {
        top: 6px;
    }

    .paper-card-accent {
        left: 0;
        bottom: 10px;
        transform: rotate(-3deg);
    }

    .section {
        padding: 72px 0;
    }

    .form-row,
    .footer-row {
        grid-template-columns: 1fr;
        display: grid;
    }
}

@media (max-width: 540px) {
    .header-row {
        gap: 12px;
    }

    .brand-copy span {
        display: none;
    }

    .hero-actions,
    .footer-links {
        flex-direction: column;
        align-items: stretch;
    }

    .button {
        width: 100%;
    }

    .hero-visual {
        min-height: 400px;
    }

    .cake-illustration {
        transform: scale(0.72);
        transform-origin: center bottom;
    }

    .paper-card-main,
    .paper-card-accent,
    .form-shell,
    .offer-card,
    .faq-list details,
    .proof-grid article,
    .coverage-bar,
    .trust-panel,
    .local-proof {
        padding: 20px;
    }
}
