:root {
    --bg-paper: #f7f2ea;
    --bg-cream: #fffaf4;
    --surface: #ffffff;
    --surface-soft: #f5efe5;
    --surface-accent: #edf5e8;
    --accent: #88b96a;
    --accent-strong: #6e9954;
    --accent-soft: rgba(136, 185, 106, 0.15);
    --accent-border: rgba(136, 185, 106, 0.28);
    --peach: #f2c6ae;
    --peach-strong: #e2a889;
    --text: #40372f;
    --text-soft: #6f645b;
    --text-muted: #a4978a;
    --line: rgba(74, 58, 47, 0.1);
    --shadow-soft: 0 24px 60px rgba(119, 97, 78, 0.12);
    --shadow-card: 0 14px 40px rgba(109, 89, 71, 0.08);
    --radius-xl: 36px;
    --radius-lg: 28px;
    --radius-md: 20px;
    --radius-sm: 14px;
}

*,
*::before,
*::after {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

.hidden {
    display: none !important;
}

body {
    margin: 0;
    min-width: 320px;
    font-family: "Manrope", sans-serif;
    background:
        radial-gradient(circle at 20% 0%, rgba(255,255,255,0.92), transparent 28%),
        radial-gradient(circle at 100% 18%, rgba(173, 207, 143, 0.12), transparent 24%),
        radial-gradient(circle at 0% 35%, rgba(242, 198, 174, 0.18), transparent 24%),
        radial-gradient(circle at 84% 58%, rgba(136, 185, 106, 0.12), transparent 20%),
        linear-gradient(180deg, rgba(255,255,255,0.58) 0%, transparent 24%, transparent 76%, rgba(255,255,255,0.36) 100%),
        var(--bg-paper);
    color: var(--text);
    line-height: 1.55;
}

a {
    color: inherit;
    text-decoration: none;
}

img {
    max-width: 100%;
    display: block;
}

.page-shell {
    position: relative;
    overflow: clip;
}

.page-shell::before,
.page-shell::after {
    content: "";
    position: absolute;
    pointer-events: none;
    z-index: 0;
}

.page-shell::before {
    top: 240px;
    left: -120px;
    width: 420px;
    height: 420px;
    border-radius: 44% 56% 58% 42% / 38% 42% 58% 62%;
    background:
        radial-gradient(circle at 32% 28%, rgba(255,255,255,0.78) 0 16%, transparent 18%),
        radial-gradient(circle at 68% 72%, rgba(255,255,255,0.28) 0 14%, transparent 16%),
        linear-gradient(145deg, rgba(136, 185, 106, 0.16), rgba(255,255,255,0.02));
    filter: blur(2px);
    opacity: 0.9;
}

.page-shell::after {
    right: -140px;
    top: 1280px;
    width: 520px;
    height: 300px;
    border-radius: 48% 52% 46% 54% / 52% 36% 64% 48%;
    background:
        radial-gradient(circle at 28% 36%, rgba(255,255,255,0.42) 0 12%, transparent 14%),
        linear-gradient(160deg, rgba(242, 198, 174, 0.18), rgba(136, 185, 106, 0.14));
    opacity: 0.8;
}

.container {
    width: min(1160px, calc(100% - 40px));
    margin: 0 auto;
}

.decor {
    position: absolute;
    pointer-events: none;
    z-index: 0;
}

.decor-leaf {
    width: 122px;
    height: 62px;
    border-radius: 100px 0 100px 0;
    background:
        radial-gradient(circle at 26% 28%, rgba(255,255,255,0.55) 0 14%, transparent 16%),
        linear-gradient(135deg, #d3ebb7 0%, #a7d27e 28%, var(--accent) 52%, #5f9342 100%);
    box-shadow: inset 0 0 0 1px rgba(255,255,255,0.26), var(--shadow-card);
    filter: saturate(1.05);
}

.decor-leaf::before,
.decor-leaf::after {
    content: "";
    position: absolute;
}

.decor-leaf::before {
    inset: 14px 18px auto auto;
    width: 52%;
    height: 34%;
    border-radius: 100%;
    background: linear-gradient(180deg, rgba(255,255,255,0.24), transparent);
    transform: rotate(14deg);
}

.decor-leaf::after {
    inset: 7px 10px auto auto;
    width: 2px;
    height: 70%;
    background: rgba(255,255,255,0.35);
    transform: rotate(22deg);
    transform-origin: top;
}

.decor-leaf-a {
    top: 96px;
    right: 10%;
    transform: rotate(16deg);
}

.decor-leaf-b {
    top: 460px;
    left: -20px;
    transform: rotate(-20deg) scale(1.1);
}

.decor-leaf-c {
    top: 1320px;
    right: -18px;
    transform: rotate(-28deg);
}

.decor-leaf-d {
    top: 1820px;
    left: 2%;
    transform: rotate(20deg) scale(0.92);
}

.decor-fruit,
.decor-seed,
.decor-berry {
    border-radius: 50%;
    box-shadow: var(--shadow-card);
}

.decor-fruit {
    width: 108px;
    height: 108px;
    background:
        radial-gradient(circle at 50% 50%, #fff8e8 0 28%, #ffd394 30% 38%, #fcb96e 40% 61%, #eb8d36 62% 100%);
}

.decor-fruit::before,
.decor-fruit::after {
    content: "";
    position: absolute;
}

.decor-fruit::before {
    inset: 14% 14%;
    border-radius: 50%;
    background:
        repeating-conic-gradient(from 20deg, rgba(255,255,255,0.22) 0 10deg, transparent 10deg 20deg),
        radial-gradient(circle at center, rgba(255,255,255,0.08), transparent 64%);
}

.decor-fruit::after {
    top: -10px;
    left: 50%;
    width: 28px;
    height: 18px;
    border-radius: 100px 0 100px 0;
    background: linear-gradient(135deg, #c7e4a8 0%, var(--accent) 70%, #5f9342 100%);
    transform: translateX(-50%) rotate(-18deg);
}

.decor-fruit-a {
    top: 780px;
    left: -24px;
}

.decor-fruit-b {
    top: 1730px;
    right: 5%;
    width: 120px;
    height: 120px;
}

.decor-seed {
    width: 90px;
    height: 90px;
    background:
        radial-gradient(circle at 35% 35%, #f7dcc0, #bd8c60 72%, #8d6648 100%);
}

.decor-seed-a {
    top: 1080px;
    left: 8%;
}

.decor-berry {
    width: 72px;
    height: 72px;
    background:
        radial-gradient(circle at 35% 30%, rgba(255,255,255,0.46) 0 12%, transparent 14%),
        radial-gradient(circle at 52% 60%, #ff9d8e 0 18%, #eb6e63 22% 58%, #bb3d39 62% 100%);
}

.decor-berry::before,
.decor-berry::after {
    content: "";
    position: absolute;
}

.decor-berry::before {
    top: -6px;
    left: 50%;
    width: 22px;
    height: 18px;
    border-radius: 100px 0 100px 0;
    background: linear-gradient(135deg, #c7e4a8 0%, var(--accent) 70%, #5f9342 100%);
    transform: translateX(-50%) rotate(-16deg);
}

.decor-berry::after {
    inset: 18% 18%;
    border-radius: 50%;
    background: repeating-conic-gradient(rgba(255,255,255,0.14) 0 9deg, transparent 9deg 18deg);
    opacity: 0.5;
}

.decor-berry-a {
    top: 720px;
    right: 8%;
    transform: rotate(-8deg);
}

.decor-berry-b {
    top: 1610px;
    left: 12%;
    transform: rotate(10deg) scale(0.92);
}

.site-header {
    position: sticky;
    top: 0;
    z-index: 50;
    padding: 18px 0;
    backdrop-filter: blur(18px);
    -webkit-backdrop-filter: blur(18px);
    background: rgba(247, 242, 234, 0.72);
    border-bottom: 1px solid rgba(74, 58, 47, 0.06);
}

.header-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
}

.brand {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    font-size: 18px;
    font-weight: 800;
    letter-spacing: -0.03em;
}

.brand-mark {
    width: 38px;
    height: 38px;
    border-radius: 14px;
    display: grid;
    place-items: center;
    background: linear-gradient(135deg, var(--accent) 0%, var(--accent-strong) 100%);
    color: #fff;
    box-shadow: 0 14px 30px rgba(110, 153, 84, 0.24);
}

.site-nav {
    display: flex;
    align-items: center;
    gap: 26px;
}

.site-nav a {
    color: var(--text-soft);
    font-size: 14px;
    font-weight: 600;
    transition: color .2s ease, transform .2s ease;
}

.site-nav a:hover {
    color: var(--text);
    transform: translateY(-1px);
}

.menu-toggle {
    display: none;
    width: 44px;
    height: 44px;
    border-radius: 14px;
    border: 1px solid var(--line);
    background: rgba(255,255,255,0.7);
    padding: 0;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 4px;
}

.menu-toggle span {
    width: 18px;
    height: 2px;
    background: var(--text);
    border-radius: 999px;
    transition: transform .2s ease, opacity .2s ease;
}

.hero {
    position: relative;
    z-index: 1;
    padding: 76px 0 54px;
}

.hero-grid {
    display: grid;
    grid-template-columns: 1.04fr 0.96fr;
    gap: 34px;
    align-items: center;
}

.hero-copy,
.hero-visual,
.about-visual,
.about-copy,
.service-card,
.process-step,
.offer-card,
.contact-copy,
.contact-card,
.section-heading {
    opacity: 0;
    transform: translateY(24px);
    transition: opacity .6s ease, transform .6s ease;
}

.reveal.visible {
    opacity: 1;
    transform: translateY(0);
}

.hero-kicker,
.section-kicker {
    margin: 0 0 14px;
    color: var(--accent-strong);
    letter-spacing: 0.22em;
    text-transform: uppercase;
    font-size: 11px;
    font-weight: 800;
}

.hero h1,
.section-heading h2,
.about-copy h2,
.contact-copy h2 {
    margin: 0;
    font-family: "Cormorant Garamond", serif;
    font-size: clamp(44px, 6vw, 78px);
    line-height: 0.94;
    font-weight: 600;
    letter-spacing: -0.03em;
}

.section-heading h2,
.about-copy h2,
.contact-copy h2 {
    font-size: clamp(34px, 4vw, 58px);
    line-height: 0.98;
}

.hero-text,
.section-heading p,
.about-copy p,
.contact-copy p {
    margin: 20px 0 0;
    max-width: 590px;
    color: var(--text-soft);
    font-size: 16px;
}

.hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    margin-top: 32px;
}

.button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 56px;
    padding: 0 28px;
    border-radius: 999px;
    border: 1px solid transparent;
    font-family: inherit;
    font-size: 14px;
    font-weight: 800;
    transition: transform .2s ease, box-shadow .2s ease, background .2s ease;
}

.button:hover {
    transform: translateY(-1px);
}

.button-primary {
    color: #fff;
    background: linear-gradient(135deg, var(--accent) 0%, var(--accent-strong) 100%);
    box-shadow: 0 16px 34px rgba(110, 153, 84, 0.22);
}

.button-secondary {
    color: var(--text);
    background: rgba(255,255,255,0.84);
    border-color: rgba(74, 58, 47, 0.08);
}

.button-soft {
    color: var(--text);
    background: linear-gradient(180deg, #f7d5c2 0%, var(--peach) 100%);
    box-shadow: 0 18px 28px rgba(227, 170, 139, 0.22);
}

.button-telegram {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    color: #ffffff;
    background: linear-gradient(135deg, var(--accent) 0%, var(--accent-strong) 100%);
    box-shadow: 0 16px 34px rgba(110, 153, 84, 0.22);
}

.button-telegram:hover {
    box-shadow: 0 20px 38px rgba(110, 153, 84, 0.28);
}

.button-telegram.is-loading {
    opacity: 0.88;
    pointer-events: none;
}

.button-icon {
    width: 22px;
    height: 22px;
    object-fit: contain;
    flex: 0 0 auto;
}

.button-media {
    position: relative;
    display: inline-grid;
    place-items: center;
    align-items: center;
    justify-content: center;
    width: 34px;
    height: 34px;
    flex: 0 0 auto;
    overflow: hidden;
}

.button-avatar {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    border-radius: 999px;
    overflow: hidden;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, rgba(255,255,255,0.24), rgba(255,255,255,0.08));
    box-shadow: inset 0 0 0 1px rgba(255,255,255,0.22);
}

.button-avatar__img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    opacity: 0;
    transition: opacity 0.18s ease;
    transform: scale(1.08);
}

.button-avatar__fallback {
    position: absolute;
    inset: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 13px;
    line-height: 1;
    font-weight: 800;
    color: #ffffff;
    text-transform: uppercase;
    opacity: 1;
    transition: opacity 0.18s ease;
}

.header-telegram-auth {
    min-width: 168px;
    min-height: 52px;
    padding-inline: 14px;
    justify-content: center;
    gap: 8px;
}

.header-auth-actions {
    display: inline-flex;
    align-items: center;
    gap: 10px;
}

.header-auth-secondary {
    min-height: 52px;
    padding-inline: 20px;
    white-space: nowrap;
}

.header-telegram-auth .button-media {
    position: relative;
    width: 30px;
    height: 30px;
    margin: 0;
    border-radius: 999px;
    overflow: hidden;
}

.header-telegram-auth .button-avatar {
    inset: 0;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    transform: none;
}

.header-telegram-auth .button-text {
    line-height: 1;
}

.header-telegram-auth .button-icon--telegram {
    width: 20px;
    height: 20px;
}

.button-avatar__img {
    object-position: center center;
    border-radius: inherit;
}

.hero-highlights {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px;
    margin-top: 32px;
}

.highlight {
    min-height: 132px;
    padding: 18px 18px 16px;
    background: rgba(255,255,255,0.68);
    border: 1px solid rgba(74, 58, 47, 0.08);
    border-radius: 24px;
    box-shadow: var(--shadow-card);
}

.highlight-value {
    display: block;
    color: var(--accent-strong);
    font-size: 22px;
    font-weight: 800;
    letter-spacing: -0.04em;
}

.highlight-label {
    display: block;
    margin-top: 10px;
    color: var(--text-soft);
    font-size: 13px;
}

.hero-visual {
    position: relative;
    display: grid;
    gap: 16px;
}

.portrait-card {
    position: relative;
    padding: 18px;
    border-radius: 36px;
    background: linear-gradient(180deg, rgba(255,255,255,0.88), rgba(255,255,255,0.72));
    box-shadow: var(--shadow-soft);
}

.portrait-card__frame {
    position: relative;
    min-height: 620px;
    border-radius: 30px;
    overflow: hidden;
    background:
        radial-gradient(circle at 70% 16%, rgba(255,255,255,0.92), transparent 22%),
        linear-gradient(180deg, #f2ecdf 0%, #f5f0e8 30%, #e7efd9 100%);
    border: 1px solid rgba(255,255,255,0.55);
}

.portrait-backdrop {
    position: absolute;
    inset: 0;
    background:
        radial-gradient(circle at 48% 20%, rgba(255,255,255,0.56), transparent 20%),
        radial-gradient(circle at 10% 72%, rgba(246, 205, 176, 0.24), transparent 26%),
        radial-gradient(circle at 82% 72%, rgba(160, 206, 125, 0.18), transparent 32%);
}

.portrait-photo {
    position: absolute;
    inset: 22px 22px 26px;
    border-radius: 26px;
    background:
        linear-gradient(180deg, rgba(8, 12, 7, 0.08), rgba(8, 12, 7, 0.34)),
        url("https://images.unsplash.com/photo-1494790108377-be9c29b29330?auto=format&fit=crop&w=1200&q=80") center/cover no-repeat;
    box-shadow:
        inset 0 0 0 1px rgba(255,255,255,0.12),
        inset 0 -72px 90px rgba(8, 12, 7, 0.16);
}

.portrait-badge {
    position: absolute;
    padding: 12px 16px;
    border-radius: 18px;
    background: rgba(255,255,255,0.86);
    border: 1px solid rgba(74, 58, 47, 0.07);
    color: var(--text-soft);
    font-size: 12px;
    box-shadow: var(--shadow-card);
}

.portrait-badge-top {
    top: 26px;
    left: 26px;
}

.portrait-badge-bottom {
    right: 22px;
    bottom: 26px;
    max-width: 210px;
}

.portrait-caption {
    display: flex;
    justify-content: space-between;
    gap: 14px;
    padding: 14px 10px 4px;
    color: var(--text-soft);
    font-size: 13px;
}

.portrait-caption strong {
    color: var(--text);
    font-weight: 700;
}

.hero-floating {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 14px;
}

.mini-card {
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 12px;
    padding: 18px;
    border-radius: 24px;
    background: rgba(255,255,255,0.78);
    border: 1px solid rgba(74, 58, 47, 0.08);
    box-shadow: var(--shadow-card);
}

.mini-card__icon {
    width: 48px;
    height: 48px;
    border-radius: 16px;
    display: grid;
    place-items: center;
    background: var(--surface-accent);
    font-size: 22px;
}

.mini-card h3 {
    margin: 2px 0 6px;
    font-size: 15px;
    line-height: 1.15;
}

.mini-card p {
    margin: 0;
    color: var(--text-soft);
    font-size: 13px;
}

.section {
    position: relative;
    z-index: 1;
    padding: 72px 0;
}

.section-soft {
    background: linear-gradient(180deg, transparent 0%, rgba(255,255,255,0.46) 100%);
}

.section-accent {
    background:
        linear-gradient(180deg, rgba(136, 185, 106, 0.14) 0%, rgba(136, 185, 106, 0.04) 100%);
}

.section-contact {
    padding-bottom: 110px;
}

.section-heading {
    margin-bottom: 32px;
}

.section-heading p {
    max-width: 620px;
}

.about-grid,
.contact-grid {
    display: grid;
    grid-template-columns: 0.96fr 1.04fr;
    gap: 34px;
    align-items: center;
}

.about-card {
    position: relative;
    padding: 20px;
    border-radius: 34px;
    background: rgba(255,255,255,0.72);
    border: 1px solid rgba(74, 58, 47, 0.08);
    box-shadow: var(--shadow-soft);
}

.about-photo {
    position: relative;
    min-height: 520px;
    border-radius: 28px;
    overflow: hidden;
    background:
        radial-gradient(circle at 20% 22%, rgba(255,255,255,0.86), transparent 26%),
        linear-gradient(180deg, #f3ede3 0%, #f8f5ef 42%, #edf5e8 100%);
}

.about-photo__image {
    position: absolute;
    inset: 18px;
    border-radius: 24px;
    background:
        linear-gradient(180deg, rgba(8, 12, 7, 0.04), rgba(8, 12, 7, 0.18)),
        url("https://images.unsplash.com/photo-1517841905240-472988babdf9?auto=format&fit=crop&w=1200&q=80") center 18%/cover no-repeat;
    box-shadow: inset 0 0 0 1px rgba(255,255,255,0.16);
}

.about-photo__leaf {
    position: absolute;
    right: 38px;
    top: 52px;
    width: 94px;
    height: 48px;
    border-radius: 100px 0 100px 0;
    transform: rotate(18deg);
    background: linear-gradient(135deg, #bfe09d 0%, var(--accent) 48%, #5f9342 100%);
    box-shadow: var(--shadow-card);
}

.about-note {
    margin-top: 16px;
    padding: 18px 20px;
    border-radius: 22px;
    background: var(--surface-accent);
    border: 1px solid rgba(136, 185, 106, 0.12);
}

.about-note__label {
    display: inline-block;
    color: var(--accent-strong);
    font-weight: 800;
    font-size: 11px;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    margin-bottom: 8px;
}

.about-note p {
    margin: 0;
    font-size: 14px;
    color: var(--text-soft);
}

.about-facts {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px;
    margin-top: 30px;
}

.fact {
    padding: 18px;
    border-radius: 24px;
    background: rgba(255,255,255,0.74);
    border: 1px solid rgba(74, 58, 47, 0.08);
    box-shadow: var(--shadow-card);
}

.fact__title {
    display: block;
    font-size: 15px;
    font-weight: 800;
    margin-bottom: 8px;
}

.fact__text {
    color: var(--text-soft);
    font-size: 13px;
}

.service-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 16px;
}

.service-card {
    padding: 24px;
    border-radius: 28px;
    background: linear-gradient(180deg, var(--surface-accent) 0%, rgba(255,255,255,0.96) 100%);
    border: 1px solid rgba(136, 185, 106, 0.18);
    box-shadow: var(--shadow-card);
}

.service-icon {
    width: 56px;
    height: 56px;
    display: grid;
    place-items: center;
    border-radius: 18px;
    background: rgba(255,255,255,0.75);
    font-size: 26px;
    margin-bottom: 18px;
}

.service-card h3 {
    margin: 0 0 10px;
    font-size: 22px;
    font-family: "Cormorant Garamond", serif;
    font-weight: 600;
    line-height: 1;
}

.service-card p {
    margin: 0;
    color: var(--text-soft);
    font-size: 14px;
}

.process-line {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 18px;
    position: relative;
}

.process-line::before {
    content: "";
    position: absolute;
    left: 12%;
    right: 12%;
    top: 48px;
    border-top: 1.5px dashed rgba(115, 138, 96, 0.42);
}

.process-step {
    position: relative;
    padding: 80px 22px 24px;
    border-radius: 28px;
    background: rgba(255,255,255,0.86);
    border: 1px solid rgba(74, 58, 47, 0.08);
    box-shadow: var(--shadow-card);
}

.process-step__num {
    position: absolute;
    left: 22px;
    top: 18px;
    width: 54px;
    height: 54px;
    border-radius: 50%;
    display: grid;
    place-items: center;
    background: linear-gradient(135deg, var(--surface-accent) 0%, rgba(255,255,255,0.96) 100%);
    border: 1px solid rgba(136, 185, 106, 0.2);
    color: var(--accent-strong);
    font-weight: 800;
}

.process-step h3 {
    margin: 0 0 10px;
    font-size: 22px;
    font-family: "Cormorant Garamond", serif;
    line-height: 1;
}

.process-step p {
    margin: 0;
    color: var(--text-soft);
    font-size: 14px;
}

.plan-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
}

.plan-card {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 16px;
    height: 100%;
    padding: 28px;
    border-radius: 32px;
    background:
        linear-gradient(180deg, rgba(255,255,255,0.96), rgba(255,255,255,0.84));
    border: 1px solid rgba(74, 58, 47, 0.08);
    box-shadow: var(--shadow-soft);
    overflow: hidden;
}

.plan-card::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        radial-gradient(circle at top right, rgba(136, 185, 106, 0.18), transparent 42%),
        radial-gradient(circle at bottom left, rgba(242, 198, 174, 0.14), transparent 38%);
    pointer-events: none;
}

.plan-card > * {
    position: relative;
    z-index: 1;
}

.plan-card--featured {
    transform: translateY(-10px);
    border-color: rgba(136, 185, 106, 0.28);
    box-shadow: 0 24px 56px rgba(109, 89, 71, 0.12);
}

.plan-card--featured::before {
    background:
        radial-gradient(circle at top right, rgba(136, 185, 106, 0.24), transparent 46%),
        radial-gradient(circle at bottom left, rgba(242, 198, 174, 0.16), transparent 42%);
}

.plan-card__head {
    display: grid;
    gap: 8px;
}

.plan-card__eyebrow {
    display: inline-flex;
    width: fit-content;
    padding: 7px 11px;
    border-radius: 999px;
    background: rgba(136, 185, 106, 0.12);
    color: var(--accent-strong);
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 0.16em;
    text-transform: uppercase;
}

.plan-card h3 {
    margin: 0;
    font-family: "Cormorant Garamond", serif;
    font-size: 36px;
    line-height: 0.95;
    font-weight: 600;
}

.plan-card__badge {
    display: inline-flex;
    width: fit-content;
    padding: 8px 12px;
    border-radius: 999px;
    background: rgba(64, 55, 47, 0.06);
    color: var(--text-soft);
    font-size: 12px;
    font-weight: 700;
}

.plan-price {
    font-size: 30px;
    line-height: 1;
    font-weight: 800;
    letter-spacing: -0.04em;
    color: var(--text);
}

.plan-text {
    margin: 0;
    color: var(--text-soft);
    font-size: 14px;
}

.plan-list {
    margin: 0;
    padding: 0;
    list-style: none;
    display: grid;
    gap: 10px;
}

.plan-list li {
    position: relative;
    padding-left: 20px;
    color: var(--text-soft);
    font-size: 14px;
}

.plan-list li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 8px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: linear-gradient(135deg, var(--accent) 0%, var(--accent-strong) 100%);
    box-shadow: 0 0 0 4px rgba(136, 185, 106, 0.12);
}

.plan-card .button {
    margin-top: auto;
}

.offer-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px;
}

.offer-card {
    padding: 28px;
    border-radius: 32px;
    background: rgba(255,255,255,0.84);
    border: 1px solid rgba(74, 58, 47, 0.08);
    box-shadow: var(--shadow-soft);
}

.offer-card--accent {
    background:
        linear-gradient(180deg, rgba(136, 185, 106, 0.14) 0%, rgba(255,255,255,0.92) 36%),
        rgba(255,255,255,0.92);
}

.offer-card__top {
    display: flex;
    align-items: center;
    gap: 14px;
    margin-bottom: 16px;
}

.offer-bubble {
    width: 66px;
    height: 66px;
    border-radius: 50%;
    display: grid;
    place-items: center;
    background: linear-gradient(180deg, rgba(255,255,255,0.95), var(--surface-accent));
    font-size: 30px;
    box-shadow: var(--shadow-card);
}

.offer-card h3 {
    margin: 0;
    font-family: "Cormorant Garamond", serif;
    font-size: 36px;
    line-height: 0.9;
    font-weight: 600;
}

.offer-lead {
    margin: 0 0 16px;
    color: var(--text-soft);
    font-size: 15px;
}

.offer-list {
    margin: 0 0 24px;
    padding: 0;
    list-style: none;
    display: grid;
    gap: 10px;
}

.offer-list li {
    position: relative;
    padding-left: 18px;
    color: var(--text-soft);
    font-size: 14px;
}

.offer-list li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 9px;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: var(--accent);
}

.contact-grid {
    align-items: stretch;
}

.contact-card {
    display: grid;
    gap: 16px;
    align-content: start;
    padding: 30px;
    border-radius: 32px;
    background: linear-gradient(180deg, rgba(255,255,255,0.94), rgba(255,255,255,0.82));
    border: 1px solid rgba(74, 58, 47, 0.08);
    box-shadow: var(--shadow-soft);
}

.contact-card__row {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    gap: 16px;
    padding-bottom: 12px;
    border-bottom: 1px solid rgba(74, 58, 47, 0.08);
}

.contact-card__row span {
    color: var(--text-muted);
    font-size: 13px;
}

.contact-card__row strong {
    text-align: right;
    font-size: 15px;
}

.contact-card__button {
    margin-top: 6px;
    width: 100%;
}

.site-footer {
    padding: 0 0 34px;
}

.footer-row {
    display: flex;
    justify-content: space-between;
    gap: 16px;
    color: var(--text-muted);
    font-size: 13px;
}

@media (max-width: 1080px) {
    .hero-grid,
    .about-grid,
    .plan-grid,
    .offer-grid {
        grid-template-columns: 1fr;
    }

    .hero-highlights,
    .about-facts,
    .service-grid,
    .process-line {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .process-line::before {
        display: none;
    }
}

@media (max-width: 820px) {
    .header-auth-actions {
        width: 100%;
        justify-content: flex-end;
        gap: 8px;
    }

    .header-telegram-auth {
        min-width: 0;
        padding-inline: 14px;
    }

    .header-auth-secondary {
        min-height: 48px;
        padding-inline: 16px;
    }

    .header-telegram-auth .button-text {
        font-size: 12px;
    }

    .site-nav {
        position: absolute;
        top: calc(100% + 10px);
        left: 20px;
        right: 20px;
        padding: 18px;
        border-radius: 24px;
        border: 1px solid rgba(74, 58, 47, 0.08);
        background: rgba(255,255,255,0.94);
        box-shadow: var(--shadow-card);
        display: none;
        flex-direction: column;
        align-items: flex-start;
        gap: 14px;
    }

    .site-nav.open {
        display: flex;
    }

    .menu-toggle {
        display: inline-flex;
    }

    .hero {
        padding-top: 42px;
    }

    .portrait-card__frame {
        min-height: 540px;
    }
}

@media (max-width: 640px) {
    .container {
        width: min(100% - 28px, 1160px);
    }

    .hero h1,
    .section-heading h2,
    .about-copy h2,
    .contact-copy h2 {
        font-size: clamp(34px, 14vw, 52px);
    }

    .hero-highlights,
    .about-facts,
    .service-grid,
    .process-line {
        grid-template-columns: 1fr;
    }

    .hero-floating {
        grid-template-columns: 1fr;
    }

    .portrait-card {
        padding: 14px;
        border-radius: 28px;
    }

    .portrait-card__frame,
    .about-photo {
        min-height: 460px;
    }

    .footer-row,
    .contact-card__row {
        flex-direction: column;
        align-items: flex-start;
    }

    .plan-card--featured {
        transform: none;
    }

        .contact-card__row strong {
            text-align: left;
        }
    }

.theme-dock {
    position: fixed;
    right: 18px;
    bottom: 18px;
    z-index: 1200;
    width: min(340px, calc(100vw - 28px));
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 10px;
}

.theme-toggle {
    border: 1px solid rgba(74, 58, 47, 0.08);
    background: rgba(255, 255, 255, 0.86);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    color: var(--text);
    border-radius: 999px;
    padding: 10px 16px;
    font: inherit;
    font-size: 12.5px;
    font-weight: 700;
    letter-spacing: -0.01em;
    cursor: pointer;
    box-shadow: var(--shadow-card);
}

.theme-panel {
    width: 100%;
    background: rgba(255, 250, 244, 0.94);
    border: 1px solid rgba(74, 58, 47, 0.08);
    box-shadow: var(--shadow-soft);
    backdrop-filter: blur(26px);
    -webkit-backdrop-filter: blur(26px);
    border-radius: 24px;
    padding: 16px;
    display: grid;
    gap: 12px;
}

.theme-panel[hidden] {
    display: none !important;
}

.theme-head {
    display: flex;
    justify-content: flex-end;
}

.theme-actions {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
}

.theme-btn {
    border: 1px solid rgba(74, 58, 47, 0.08);
    background: rgba(255, 255, 255, 0.7);
    color: var(--text);
    border-radius: 999px;
    padding: 8px 12px;
    font: inherit;
    font-size: 11.5px;
    font-weight: 700;
    cursor: pointer;
}

.theme-grid {
    display: grid;
    gap: 10px;
}

.theme-row {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 52px 98px;
    gap: 10px;
    align-items: center;
    padding: 10px 12px;
    border-radius: 16px;
    background: rgba(255, 255, 255, 0.66);
    border: 1px solid rgba(74, 58, 47, 0.05);
}

.theme-row-label {
    font-size: 12.5px;
    font-weight: 700;
    color: var(--text);
    letter-spacing: -0.01em;
}

.theme-row-meta {
    margin-top: 2px;
    font-size: 10.5px;
    color: var(--text-soft);
    line-height: 1.35;
}

.theme-color {
    width: 52px;
    height: 40px;
    border: 1px solid rgba(74, 58, 47, 0.08);
    background: transparent;
    border-radius: 12px;
    padding: 4px;
    cursor: pointer;
}

.theme-hex {
    width: 100%;
    min-width: 0;
    height: 40px;
    border-radius: 12px;
    border: 1px solid rgba(74, 58, 47, 0.08);
    background: rgba(255, 255, 255, 0.74);
    color: var(--text);
    padding: 0 10px;
    font: inherit;
    font-size: 11.5px;
    font-weight: 700;
    font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
    text-transform: uppercase;
}

@media (max-width: 900px) {
    .theme-dock {
        right: 12px;
        left: 12px;
        width: auto;
    }
}

@media (max-width: 520px) {
    .theme-row {
        grid-template-columns: 1fr 52px 88px;
        gap: 8px;
        padding: 9px 10px;
    }

    .theme-panel {
        padding: 14px;
        border-radius: 20px;
    }
}

/* Ref alignment override */
.hero {
    padding: 72px 0 84px;
}

.hero-grid {
    grid-template-columns: 0.9fr 1.1fr;
    gap: 44px;
    align-items: center;
}

.hero-copy,
.about-copy,
.section-heading,
.plan-grid,
.process-line,
.offer-stage {
    position: relative;
    z-index: 2;
}

.hero-visual {
    position: relative;
    min-height: 720px;
    z-index: 1;
}

.portrait-card {
    padding: 0;
    background: transparent;
    border: 0;
    box-shadow: none;
    transform: none;
}

.portrait-card__frame {
    min-height: 720px;
    border-radius: 0;
    background: transparent;
    overflow: visible;
}

.portrait-backdrop {
    inset: 24px 0 0 16px;
    border-radius: 36px;
    background:
        radial-gradient(circle at 18% 18%, rgba(255,255,255,0.4), transparent 18%),
        linear-gradient(180deg, rgba(255,255,255,0.18), rgba(255,255,255,0.02));
}

.portrait-backdrop::before,
.portrait-backdrop::after {
    display: none;
}

.portrait-photo {
    inset: 0;
    border-radius: 0;
    background:
        linear-gradient(180deg, rgba(12, 16, 9, 0.02), rgba(12, 16, 9, 0.1));
    box-shadow: none;
    clip-path: inset(0 round 26px);
}

.hero-highlights,
.about-facts {
    gap: 12px;
}

.highlight,
.fact,
.mini-card,
.service-card,
.plan-card,
.process-step,
.offer-card,
.about-note,
.contact-card {
    border: 0;
}

.highlight,
.fact,
.mini-card {
    box-shadow: 0 12px 24px rgba(109, 89, 71, 0.06);
}

.mini-card {
    background: rgba(255,255,255,0.86);
}

.section-soft,
.section-accent {
    background: transparent;
}

.about-grid {
    grid-template-columns: 1.02fr 0.98fr;
    gap: 48px;
}

.about-visual {
    position: relative;
    z-index: 1;
}

.about-card {
    transform: none;
    background: transparent;
    border: 0;
    box-shadow: none;
    padding: 0;
}

.about-photo {
    min-height: 640px;
    background: transparent;
}

.about-photo__image {
    inset: 0;
    border-radius: 0;
    background:
        linear-gradient(180deg, rgba(12, 16, 9, 0.01), rgba(12, 16, 9, 0.06));
    clip-path: inset(0 round 26px);
    box-shadow: none;
}

.about-copy-note {
    margin: 22px 0 0;
    max-width: 520px;
    padding: 16px 18px;
    border-radius: 18px;
    background: rgba(244, 250, 238, 0.76);
    box-shadow: 0 14px 24px rgba(108, 139, 75, 0.08);
}

.service-grid,
.plan-grid,
.offer-grid {
    align-items: stretch;
}

.service-card {
    transform: none !important;
    border-radius: 28px;
    box-shadow: 0 18px 28px rgba(109, 89, 71, 0.06);
}

.plan-grid {
    gap: 20px;
}

.plan-card {
    height: 100%;
    display: grid;
    grid-template-rows: auto 40px 42px 74px 1fr auto;
    gap: 14px;
    padding: 30px 28px;
    box-shadow: 0 18px 30px rgba(109, 89, 71, 0.06);
}

.plan-card::before,
.plan-card::after {
    display: none;
}

.plan-card--featured {
    transform: none;
}

.plan-card__head {
    align-self: start;
}

.plan-card__eyebrow,
.plan-card__badge {
    height: 40px;
    align-items: center;
    display: inline-flex;
}

.plan-card h3 {
    min-height: 72px;
    display: flex;
    align-items: flex-start;
}

.plan-price {
    min-height: 42px;
    display: flex;
    align-items: center;
}

.plan-text {
    min-height: 74px;
}

.plan-list {
    align-self: start;
}

.offer-stage {
    margin-top: 22px;
    padding: 66px 36px 44px;
    box-shadow: 0 24px 42px rgba(98, 140, 65, 0.14);
}

.offer-stage::after {
    display: none;
}

.offer-grid {
    gap: 26px;
}

.offer-card {
    display: grid;
    grid-template-rows: auto 70px 1fr auto;
    gap: 16px;
    min-height: 100%;
}

.offer-card--accent {
    transform: none;
}

.offer-lead {
    min-height: 70px;
}

.offer-list {
    align-self: start;
}

.section-decor--hero,
.section-decor--about,
.section-decor--plans,
.section-decor--process,
.section-decor--formats {
    position: absolute;
    inset: 0;
    z-index: 0;
}

.food-cutout--hero-leaf {
    top: 34px;
    right: -8px;
    width: 110px;
    height: 110px;
    background-image: none;
    transform: rotate(14deg);
    opacity: 0.92;
}

.food-cutout--hero-avocado {
    left: -34px;
    bottom: 102px;
    width: 138px;
    height: 138px;
    background-image: none;
    transform: rotate(-16deg);
    opacity: 0.96;
}

.food-cutout--hero-herbs {
    right: -18px;
    bottom: 12px;
    width: 126px;
    height: 126px;
    background-image: none;
    transform: rotate(10deg);
    opacity: 0.86;
}

.food-cutout--about-bowl {
    right: -42px;
    bottom: -10px;
    width: 164px;
    height: 164px;
    background-image: none;
    transform: rotate(8deg);
    opacity: 0.92;
}

.food-cutout--about-pomegranate {
    left: -28px;
    bottom: 64px;
    width: 92px;
    height: 92px;
    background-image: none;
    transform: rotate(-12deg);
    opacity: 0.92;
}

.food-cutout--about-herbs {
    right: 18px;
    top: -10px;
    width: 108px;
    height: 108px;
    background-image: none;
    transform: rotate(14deg);
    opacity: 0.8;
}

.food-cutout--plans-leaf {
    top: 132px;
    right: -16px;
    width: 98px;
    height: 98px;
    background-image: none;
    transform: rotate(-18deg);
    opacity: 0.86;
}

.food-cutout--plans-citrus {
    left: -36px;
    bottom: 54px;
    width: 136px;
    height: 136px;
    background-image: none;
    transform: rotate(-14deg);
    opacity: 0.9;
}

.food-cutout--plans-walnut {
    top: 128px;
    left: -12px;
    width: 80px;
    height: 80px;
    background-image: none;
    transform: rotate(8deg);
    opacity: 0.84;
}

.food-cutout--leaf {
    top: -16px;
    right: 14px;
}

.food-cutout--leaf-small {
    top: 172px;
    right: 6px;
}

.food-cutout--walnut {
    top: 138px;
    left: -10px;
}

.food-cutout--leaf-large {
    top: -8px;
    right: 22px;
}

.food-cutout--walnut-small {
    top: 88px;
    left: -6px;
}

.food-cutout--citrus {
    bottom: -38px;
    left: -6px;
}

.site-header {
    background: rgba(252, 248, 241, 0.58);
}

@media (max-width: 1080px) {
    .hero-grid,
    .about-grid {
        grid-template-columns: 1fr;
    }

    .hero-visual,
    .about-visual {
        min-height: auto;
    }

    .portrait-card__frame,
    .about-photo {
        min-height: 580px;
    }

    .about-note {
        margin-top: 20px;
        margin-left: 0;
    }

    .food-cutout--hero-avocado,
    .food-cutout--about-bowl,
    .food-cutout--plans-citrus {
        width: 144px;
        height: 144px;
    }
}

@media (max-width: 820px) {
    .portrait-card__frame,
    .about-photo {
        min-height: 500px;
    }

    .portrait-backdrop {
        inset: 12px 0 0 8px;
    }

    .plan-card {
        grid-template-rows: auto 40px 42px auto 1fr auto;
    }
}

@media (max-width: 640px) {
    .hero {
        padding: 44px 0 66px;
    }

    .hero-visual {
        min-height: auto;
    }

    .portrait-card__frame,
    .about-photo {
        min-height: 420px;
    }

    .portrait-photo,
    .about-photo__image {
        clip-path: inset(0 round 24px);
    }

    .about-copy-note {
        max-width: none;
    }

    .plan-card,
    .offer-card {
        grid-template-rows: auto auto auto auto 1fr auto;
    }

    .food-cutout--hero-leaf,
    .food-cutout--hero-avocado,
    .food-cutout--hero-herbs,
    .food-cutout--about-bowl,
    .food-cutout--about-pomegranate,
    .food-cutout--about-herbs,
    .food-cutout--plans-leaf,
    .food-cutout--plans-citrus,
    .food-cutout--plans-walnut {
        display: none;
    }
}

/* Final photo cleanup: no framed photo cards */
.hero,
#about {
    position: relative;
    overflow: hidden;
}

.hero::before,
#about::before {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    z-index: 0;
}

.hero::before {
    background:
        linear-gradient(90deg, rgba(245,239,229,0.98) 0 34%, rgba(245,239,229,0.72) 42%, rgba(245,239,229,0.18) 56%, rgba(245,239,229,0.02) 68%),
        url("/img/img_hero_seamless_v1.png") right center/cover no-repeat;
}

#about::before {
    background:
        linear-gradient(90deg, rgba(245,239,229,0.04) 0 18%, rgba(245,239,229,0.52) 32%, rgba(245,239,229,0.9) 52%, rgba(245,239,229,0.98) 68%),
        url("/img/img_about_seamless_v1.png") center/cover no-repeat;
}

.hero .container,
#about .container {
    position: relative;
    z-index: 2;
}

.hero-visual {
    min-height: 700px;
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
}

.portrait-card,
.portrait-card__frame,
.portrait-backdrop,
.portrait-photo,
.portrait-badge,
.portrait-caption,
.about-visual,
.about-card,
.about-photo,
.about-photo__image,
.about-photo__leaf {
    display: none !important;
}

.food-cutout,
.section-decor {
    z-index: 0 !important;
}

.hero-copy,
.about-copy,
.section-heading,
.plan-grid,
.process-line,
.offer-stage {
    z-index: 2 !important;
}

.hero-copy {
    max-width: 560px;
    padding: 36px 0 24px;
}

.hero-highlights {
    grid-template-columns: repeat(3, minmax(140px, 1fr));
    max-width: 620px;
}

.about-grid {
    grid-template-columns: minmax(0, 1fr);
    min-height: 640px;
    align-items: center;
}

.about-copy {
    margin-left: auto;
    max-width: 500px;
    padding: 42px 0;
}

.about-copy-note {
    background: rgba(244, 250, 238, 0.84);
}

.food-cutout--hero-leaf {
    top: 22px !important;
    right: -10px !important;
}

.food-cutout--hero-avocado {
    left: -28px !important;
    bottom: 78px !important;
    width: 120px !important;
    height: 120px !important;
}

.food-cutout--hero-herbs {
    right: -10px !important;
    bottom: 8px !important;
    width: 102px !important;
    height: 102px !important;
}

.food-cutout--about-bowl {
    right: -26px !important;
    bottom: -6px !important;
    width: 138px !important;
    height: 138px !important;
}

.food-cutout--about-pomegranate {
    left: -20px !important;
    bottom: 40px !important;
    width: 76px !important;
    height: 76px !important;
}

.food-cutout--about-herbs {
    right: 8px !important;
    top: -2px !important;
    width: 90px !important;
    height: 90px !important;
}

.food-cutout--plans-leaf {
    top: 164px !important;
    right: -10px !important;
    width: 88px !important;
    height: 88px !important;
}

.food-cutout--plans-citrus {
    left: -24px !important;
    bottom: 36px !important;
    width: 114px !important;
    height: 114px !important;
}

.food-cutout--plans-walnut {
    top: 142px !important;
    left: -4px !important;
    width: 68px !important;
    height: 68px !important;
}

@media (max-width: 1080px) {
    .hero-visual {
        min-height: 560px;
    }

    .hero::before {
        background:
            linear-gradient(180deg, rgba(245,239,229,0.94) 0 28%, rgba(245,239,229,0.64) 42%, rgba(245,239,229,0.18) 62%, rgba(245,239,229,0.04) 100%),
            url("/img/img_hero_seamless_v1.png") 70% center/cover no-repeat;
    }

    #about::before {
        background:
            linear-gradient(180deg, rgba(245,239,229,0.18) 0 24%, rgba(245,239,229,0.58) 42%, rgba(245,239,229,0.9) 68%, rgba(245,239,229,0.98) 100%),
            url("/img/img_about_seamless_v1.png") 32% center/cover no-repeat;
    }

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

    .about-copy {
        margin-left: 0;
        max-width: 100%;
    }
}

@media (max-width: 640px) {
    .hero-visual {
        min-height: 420px;
    }

    .hero-highlights {
        grid-template-columns: 1fr;
        max-width: none;
    }

    .about-grid {
        min-height: auto;
    }
}

/* Handcrafted editorial override */
:root {
    --bg-paper: #f5efe5;
    --bg-cream: #fcf8f1;
    --surface: rgba(255, 252, 247, 0.86);
    --surface-soft: #f2ebdf;
    --surface-accent: #edf4e6;
    --accent: #90ba62;
    --accent-strong: #678543;
    --accent-border: rgba(119, 156, 80, 0.22);
    --peach: #efc5aa;
    --peach-strong: #ddac87;
    --text: #41372d;
    --text-soft: #6d6258;
    --text-muted: #96897d;
    --line: rgba(93, 74, 59, 0.1);
    --shadow-soft: 0 28px 70px rgba(102, 82, 62, 0.12);
    --shadow-card: 0 16px 34px rgba(107, 85, 66, 0.08);
}

body {
    background:
        radial-gradient(circle at top left, rgba(255, 255, 255, 0.94) 0, transparent 26%),
        radial-gradient(circle at 88% 8%, rgba(176, 208, 140, 0.18), transparent 22%),
        radial-gradient(circle at 16% 38%, rgba(242, 203, 176, 0.2), transparent 20%),
        linear-gradient(180deg, rgba(255,255,255,0.42), rgba(255,255,255,0.06)),
        var(--bg-paper);
    position: relative;
}

body::before {
    content: "";
    position: fixed;
    inset: 0;
    pointer-events: none;
    z-index: 0;
    opacity: 0.24;
    background-image:
        linear-gradient(rgba(110, 90, 70, 0.03) 1px, transparent 1px),
        linear-gradient(90deg, rgba(110, 90, 70, 0.03) 1px, transparent 1px);
    background-size: 18px 18px;
    mix-blend-mode: multiply;
}

.page-shell {
    overflow: hidden;
}

.page-shell::before {
    top: 120px;
    left: -140px;
    width: 460px;
    height: 460px;
    border-radius: 50%;
    background:
        radial-gradient(circle at 46% 42%, rgba(255,255,255,0.84) 0 18%, transparent 19%),
        radial-gradient(circle at 58% 58%, rgba(162, 198, 120, 0.12), transparent 48%),
        radial-gradient(circle at 36% 68%, rgba(241, 198, 168, 0.18), transparent 34%);
    filter: blur(8px);
}

.page-shell::after {
    top: auto;
    bottom: 80px;
    right: -120px;
    width: 440px;
    height: 440px;
    border-radius: 46% 54% 52% 48% / 38% 42% 58% 62%;
    background:
        radial-gradient(circle at 38% 38%, rgba(255,255,255,0.72), transparent 22%),
        radial-gradient(circle at 55% 52%, rgba(166, 202, 124, 0.18), transparent 40%),
        radial-gradient(circle at 62% 76%, rgba(242, 203, 176, 0.16), transparent 32%);
    filter: blur(10px);
}

.decor {
    display: none;
}

.site-header {
    background: rgba(252, 248, 241, 0.72);
    border-bottom: 1px solid rgba(93, 74, 59, 0.05);
}

.brand {
    gap: 14px;
    font-family: "Cormorant Garamond", serif;
    font-size: 22px;
    font-weight: 700;
    letter-spacing: 0.02em;
}

.brand-mark {
    border-radius: 50%;
    background:
        radial-gradient(circle at 32% 28%, rgba(255,255,255,0.45), transparent 18%),
        linear-gradient(145deg, #9bc66a 0%, #75984a 100%);
    box-shadow: 0 16px 30px rgba(110, 153, 84, 0.2);
}

.site-nav a {
    position: relative;
    font-size: 13px;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.site-nav a::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: -6px;
    height: 1px;
    background: rgba(103, 133, 67, 0.42);
    transform: scaleX(0);
    transform-origin: left;
    transition: transform .24s ease;
}

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

.hero {
    padding: 88px 0 72px;
}

.hero-grid,
.about-grid {
    gap: 54px;
}

.hero-kicker,
.section-kicker {
    color: #7f9d59;
    font-size: 10px;
    letter-spacing: 0.32em;
}

.hero h1 {
    max-width: 760px;
    line-height: 0.9;
}

.hero-text,
.section-heading p,
.about-copy p {
    font-size: 17px;
    line-height: 1.72;
    color: #72675d;
}

.button {
    min-height: 58px;
    padding: 0 30px;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    font-size: 12px;
}

.button-primary {
    background:
        linear-gradient(180deg, rgba(255,255,255,0.14), transparent 36%),
        linear-gradient(135deg, #9cc96c 0%, #73954d 100%);
}

.button-secondary {
    background: rgba(255, 253, 250, 0.84);
    border-color: rgba(93, 74, 59, 0.08);
}

.button-soft {
    background:
        linear-gradient(180deg, rgba(255,255,255,0.14), transparent 40%),
        linear-gradient(180deg, #f3d7c6 0%, #ecbea0 100%);
}

.hero-highlights {
    gap: 16px;
    margin-top: 36px;
}

.highlight {
    position: relative;
    min-height: 154px;
    padding: 20px;
    background:
        linear-gradient(180deg, rgba(255,255,255,0.9), rgba(255,250,244,0.72)),
        var(--surface);
    border: 1px solid rgba(255,255,255,0.65);
    box-shadow: var(--shadow-card);
    overflow: hidden;
}

.highlight::before {
    content: "";
    position: absolute;
    inset: auto -18px -30px auto;
    width: 92px;
    height: 92px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(140, 184, 100, 0.18), transparent 68%);
}

.highlight-value {
    font-family: "Cormorant Garamond", serif;
    font-size: 34px;
    line-height: 1;
}

.highlight-label {
    margin-top: 12px;
    font-size: 13px;
    line-height: 1.55;
}

.hero-visual {
    gap: 18px;
}

.portrait-card {
    padding: 18px;
    border-radius: 38px;
    background:
        linear-gradient(180deg, rgba(255,255,255,0.92), rgba(255,248,242,0.8)),
        var(--surface);
    border: 1px solid rgba(255,255,255,0.74);
    transform: rotate(-1.2deg);
}

.portrait-card__frame {
    min-height: 660px;
    background:
        radial-gradient(circle at 78% 16%, rgba(255,255,255,0.82), transparent 24%),
        linear-gradient(180deg, #f4ede1 0%, #f1ebdf 24%, #e4eed4 100%);
}

.portrait-backdrop {
    background:
        radial-gradient(circle at 18% 18%, rgba(255,255,255,0.82), transparent 20%),
        radial-gradient(circle at 82% 30%, rgba(175, 210, 130, 0.18), transparent 24%),
        radial-gradient(circle at 20% 76%, rgba(243, 204, 178, 0.22), transparent 28%),
        linear-gradient(180deg, transparent, rgba(255,255,255,0.08));
}

.portrait-backdrop::before,
.portrait-backdrop::after {
    content: "";
    position: absolute;
    border-radius: 100px 0 100px 0;
    background:
        linear-gradient(135deg, #d7efbb 0%, #99c86b 54%, #6f9545 100%);
    box-shadow: 0 18px 24px rgba(90, 122, 62, 0.18);
    opacity: 0.92;
}

.portrait-backdrop::before {
    top: 54px;
    right: 36px;
    width: 110px;
    height: 58px;
    transform: rotate(12deg);
}

.portrait-backdrop::after {
    left: 28px;
    bottom: 86px;
    width: 138px;
    height: 72px;
    transform: rotate(-18deg);
}

.portrait-photo {
    inset: 24px 24px 28px;
    border-radius: 28px;
    background:
        linear-gradient(180deg, rgba(12, 16, 9, 0.04), rgba(12, 16, 9, 0.18)),
        radial-gradient(circle at 84% 18%, rgba(255,255,255,0.54), transparent 18%);
    box-shadow:
        inset 0 0 0 1px rgba(255,255,255,0.18),
        inset 0 -68px 90px rgba(16, 22, 12, 0.08);
}

.portrait-badge {
    background: rgba(255, 252, 248, 0.78);
    border: 1px solid rgba(255,255,255,0.76);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    color: #695f56;
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 0.18em;
}

.portrait-badge-top {
    top: 28px;
    left: 28px;
}

.portrait-badge-bottom {
    right: 24px;
    bottom: 28px;
    max-width: 238px;
}

.portrait-caption {
    padding: 16px 12px 4px;
    font-size: 13px;
}

.portrait-caption strong {
    font-family: "Cormorant Garamond", serif;
    font-size: 24px;
    line-height: 1;
    font-weight: 600;
}

.hero-floating {
    align-items: stretch;
}

.mini-card {
    position: relative;
    gap: 14px;
    padding: 20px;
    background:
        linear-gradient(180deg, rgba(255,255,255,0.92), rgba(255,249,243,0.78));
    border: 1px solid rgba(255,255,255,0.76);
    overflow: hidden;
}

.mini-card::after {
    content: "";
    position: absolute;
    inset: auto 16px 12px auto;
    width: 88px;
    height: 36px;
    background: radial-gradient(circle, rgba(144,186,98,0.1), transparent 70%);
}

.mini-card__icon,
.service-icon,
.offer-bubble {
    flex: 0 0 auto;
    background-color: #f5efe5;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    border: 1px solid rgba(255,255,255,0.72);
    box-shadow: 0 14px 24px rgba(109, 89, 71, 0.14);
}

.mini-card__icon {
    width: 54px;
    height: 54px;
    border-radius: 18px;
}

.mini-card__icon--salad,
.service-icon--plate {
    background-image:
        radial-gradient(circle at 50% 52%, rgba(255,255,255,0.34) 0 24%, transparent 25%),
        radial-gradient(circle at 30% 34%, #95c659 0 14%, transparent 15%),
        radial-gradient(circle at 62% 38%, #6c9944 0 12%, transparent 13%),
        radial-gradient(circle at 68% 68%, #db7c51 0 10%, transparent 11%),
        radial-gradient(circle at 34% 66%, #f5d882 0 10%, transparent 11%),
        linear-gradient(180deg, #eef4e3 0%, #d2e2b6 100%);
}

.mini-card__icon--lab,
.service-icon--lab {
    background-image:
        radial-gradient(circle at 50% 50%, rgba(255,255,255,0.76) 0 18%, transparent 19%),
        linear-gradient(180deg, transparent 0 22%, rgba(255,255,255,0.78) 22% 28%, transparent 28% 100%),
        linear-gradient(135deg, #edf4e7 0%, #c9ddb7 100%);
}

.service-icon--leaf,
.offer-bubble--leaf {
    background-image:
        linear-gradient(135deg, #d7efbc 0%, #9fcb6f 46%, #6d9444 100%);
}

.service-icon--balance {
    background-image:
        radial-gradient(circle at 50% 74%, #e1c096 0 18%, transparent 19%),
        linear-gradient(180deg, transparent 0 34%, #80644e 34% 38%, transparent 38% 100%),
        radial-gradient(circle at 32% 36%, #f5e3c7 0 16%, transparent 17%),
        radial-gradient(circle at 68% 36%, #f5e3c7 0 16%, transparent 17%),
        linear-gradient(180deg, #fbf5ea 0%, #e8d8bb 100%);
}

.offer-bubble--citrus {
    background-image:
        radial-gradient(circle at 50% 50%, #fff4d6 0 30%, #ffd594 31% 40%, #f6a24f 41% 62%, #dc7b2d 63% 100%);
}

.service-grid {
    gap: 20px;
    align-items: stretch;
}

.service-card {
    position: relative;
    padding: 26px;
    border-radius: 30px;
    background:
        linear-gradient(180deg, rgba(255,255,255,0.9), rgba(255,250,245,0.8));
    border: 1px solid rgba(255,255,255,0.78);
    overflow: hidden;
}

.service-card::before {
    content: "";
    position: absolute;
    inset: auto -24px -20px auto;
    width: 110px;
    height: 110px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(150, 192, 106, 0.16), transparent 66%);
}

.service-card:nth-child(odd) {
    transform: rotate(-1deg);
}

.service-card:nth-child(even) {
    transform: rotate(1deg);
}

.service-icon {
    width: 72px;
    height: 72px;
    border-radius: 22px;
    margin-bottom: 22px;
}

.service-card h3,
.process-step h3,
.offer-card h3 {
    letter-spacing: -0.02em;
}

.section {
    padding: 88px 0;
}

.section-soft {
    background:
        linear-gradient(180deg, rgba(255,255,255,0.18), rgba(255,255,255,0.42));
}

.section-accent {
    background:
        radial-gradient(circle at 6% 20%, rgba(176, 211, 139, 0.1), transparent 18%),
        linear-gradient(180deg, rgba(255,255,255,0.4) 0%, rgba(255,255,255,0.02) 100%);
}

.about-card,
.offer-card,
.plan-card,
.process-step,
.contact-card {
    border: 1px solid rgba(255,255,255,0.76);
}

.about-card {
    transform: rotate(1deg);
    overflow: hidden;
}

.about-photo {
    min-height: 560px;
    background:
        radial-gradient(circle at 22% 24%, rgba(255,255,255,0.84), transparent 26%),
        linear-gradient(180deg, #f5eee5 0%, #f3eee4 44%, #ebf2df 100%);
}

.about-photo__image {
    inset: 18px;
    background:
        linear-gradient(180deg, rgba(12, 16, 9, 0.02), rgba(12, 16, 9, 0.14)),
        radial-gradient(circle at 82% 18%, rgba(255,255,255,0.46), transparent 20%);
}

.about-photo__leaf {
    right: 34px;
    top: 38px;
    width: 108px;
    height: 56px;
    background: linear-gradient(135deg, #d7efbb 0%, #96c765 48%, #6b9242 100%);
}

.about-note {
    position: relative;
    margin-top: 18px;
    background:
        linear-gradient(180deg, rgba(255,255,255,0.4), rgba(255,255,255,0)),
        rgba(235, 244, 227, 0.84);
    border: 1px solid rgba(255,255,255,0.58);
}

.about-facts {
    gap: 18px;
}

.fact {
    background: linear-gradient(180deg, rgba(255,255,255,0.88), rgba(255,250,244,0.76));
    border: 1px solid rgba(255,255,255,0.78);
}

.plan-card {
    background:
        linear-gradient(180deg, rgba(255,255,255,0.94), rgba(255,249,243,0.82));
    border-radius: 34px;
}

.plan-card::after {
    content: "";
    position: absolute;
    top: 20px;
    right: 20px;
    width: 72px;
    height: 72px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(152, 194, 109, 0.16), transparent 66%);
}

.plan-card__eyebrow,
.plan-card__badge {
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
}

.process-line {
    gap: 22px;
}

.process-line::before {
    left: 10%;
    right: 10%;
    top: 54px;
    border-top-color: rgba(121, 151, 84, 0.34);
}

.process-step {
    padding: 88px 24px 26px;
    background:
        linear-gradient(180deg, rgba(255,255,255,0.92), rgba(255,249,243,0.8));
}

.process-step__num {
    width: 62px;
    height: 62px;
    border: 1px solid rgba(255,255,255,0.72);
    font-family: "Cormorant Garamond", serif;
    font-size: 26px;
    color: #678543;
    box-shadow: 0 12px 24px rgba(109, 89, 71, 0.12);
}

.offer-card {
    position: relative;
    padding: 32px;
    overflow: hidden;
    background:
        linear-gradient(180deg, rgba(255,255,255,0.94), rgba(255,249,244,0.82));
}

.offer-card::before {
    content: "";
    position: absolute;
    inset: auto -42px -54px auto;
    width: 170px;
    height: 170px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(144,186,98,0.16), transparent 68%);
}

.offer-card--accent {
    background:
        radial-gradient(circle at 84% 12%, rgba(160, 201, 116, 0.2), transparent 18%),
        linear-gradient(180deg, rgba(239, 247, 232, 0.9) 0%, rgba(255,249,244,0.86) 42%);
}

.offer-card__top {
    position: relative;
    z-index: 1;
}

.offer-bubble {
    width: 76px;
    height: 76px;
}

.section-decor {
    position: relative;
    pointer-events: none;
    z-index: 0;
}

.food-cutout {
    position: absolute;
    display: block;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    filter: drop-shadow(0 18px 22px rgba(83, 62, 40, 0.14));
}

.food-cutout--leaf {
    top: -26px;
    right: 58px;
    width: 158px;
    height: 158px;
    background-image: none;
    transform: rotate(8deg);
}

.food-cutout--leaf-small {
    top: 122px;
    right: -18px;
    width: 102px;
    height: 102px;
    background-image: none;
    transform: rotate(-18deg) scale(0.82);
}

.food-cutout--leaf-large {
    top: -34px;
    right: 76px;
    width: 186px;
    height: 186px;
    background-image: none;
    transform: rotate(14deg);
}

.food-cutout--walnut {
    top: 118px;
    left: -52px;
    width: 118px;
    height: 118px;
    background-image: none;
    transform: rotate(-12deg);
}

.food-cutout--walnut-small {
    top: 48px;
    left: -34px;
    width: 104px;
    height: 104px;
    background-image: none;
    transform: rotate(-22deg);
}

.food-cutout--citrus {
    bottom: -46px;
    left: -26px;
    width: 240px;
    height: 240px;
    background-image: none;
    transform: rotate(-10deg);
}

.section-decor--process {
    min-height: 32px;
}

.section-decor--formats {
    position: absolute;
    inset: 0;
}

.offer-stage {
    position: relative;
    margin-top: 18px;
    padding: 58px 34px 42px;
    border-radius: 44px;
    background:
        radial-gradient(circle at 15% 18%, rgba(255,255,255,0.2), transparent 18%),
        radial-gradient(circle at 84% 72%, rgba(255,255,255,0.12), transparent 18%),
        linear-gradient(180deg, #88c16c 0%, #7ab45f 100%);
    box-shadow: 0 26px 48px rgba(109, 147, 77, 0.18);
    overflow: hidden;
}

.offer-stage::before {
    content: "";
    position: absolute;
    top: -34px;
    left: 50%;
    width: 168px;
    height: 68px;
    border-radius: 0 0 80px 80px;
    background: var(--bg-paper);
    transform: translateX(-50%);
}

.offer-stage::after {
    content: "";
    position: absolute;
    inset: 18px;
    border-radius: 34px;
    border: 1px solid rgba(255,255,255,0.16);
    pointer-events: none;
}

.offer-grid {
    position: relative;
    z-index: 1;
    align-items: start;
}

.offer-card {
    padding: 28px 28px 30px;
    border-radius: 34px 34px 30px 30px;
    background:
        linear-gradient(180deg, rgba(255,255,255,0.98), rgba(255,255,255,0.94));
    border: 1px solid rgba(121, 152, 85, 0.12);
    box-shadow: 0 18px 36px rgba(67, 89, 46, 0.12);
}

.offer-card::before {
    display: none;
}

.offer-card--accent {
    transform: translateY(-10px);
}

.offer-card__top {
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 10px;
    margin-bottom: 18px;
}

.offer-bubble {
    width: 90px;
    height: 90px;
    border-radius: 50%;
    margin-top: -56px;
    background-color: #fff;
    box-shadow: 0 18px 26px rgba(78, 112, 48, 0.16);
}

.offer-card h3 {
    font-size: 32px;
    text-align: center;
}

.offer-lead {
    text-align: center;
}

.offer-list {
    margin-top: 20px;
}

.process-step {
    background:
        linear-gradient(180deg, rgba(255,255,255,0.96), rgba(255,252,247,0.86));
    border-radius: 30px;
}

.plan-card {
    background:
        linear-gradient(180deg, rgba(255,255,255,0.95), rgba(255,251,246,0.84));
}

.service-card {
    background:
        linear-gradient(180deg, rgba(255,255,255,0.94), rgba(255,252,247,0.84));
}

.service-icon {
    width: 86px;
    height: 86px;
    border-radius: 26px;
    margin-bottom: 18px;
    background-color: #ffffff;
    box-shadow: 0 14px 24px rgba(91, 69, 48, 0.12);
}

.offer-list li::before,
.plan-list li::before {
    box-shadow: 0 0 0 5px rgba(144,186,98,0.1);
}

.site-footer {
    padding: 24px 0 42px;
}

.footer-row {
    padding-top: 22px;
    border-top: 1px solid rgba(93, 74, 59, 0.08);
}

.footer-row--legal {
    display: grid;
    gap: 10px;
    justify-items: center;
    text-align: center;
    width: fit-content;
    max-width: 100%;
    margin-inline: auto;
}

.footer-row--legal > * {
    margin-inline: auto;
}

.footer-links-block,
.footer-requisites {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 8px 18px;
}

.footer-requisites span {
    color: var(--text-soft);
    font-size: 12px;
    line-height: 1.6;
    opacity: 0.86;
}

.footer-links-block {
    gap: 8px 18px;
}

.footer-links-block a {
    color: rgba(115, 100, 87, 0.86);
    text-decoration: none;
    font-size: 12px;
    font-weight: 500;
    line-height: 1.5;
}

.footer-links-block a:hover {
    text-decoration: underline;
}

.legal-page {
    padding-top: 56px;
}

.legal-page__content {
    max-width: 860px;
    display: grid;
    gap: 20px;
}

.legal-page__content h1 {
    margin: 0;
}

.legal-page__content h2 {
    margin: 18px 0 0;
    font-size: 26px;
}

.legal-page__content p,
.legal-page__content li,
.legal-card div {
    color: var(--text-soft);
    font-size: 16px;
    line-height: 1.7;
}

.legal-page__content a,
.legal-card a {
    color: var(--accent-strong);
}

.legal-list {
    margin: 0;
    padding-left: 20px;
    display: grid;
    gap: 8px;
}

.legal-card {
    display: grid;
    gap: 8px;
    padding: 24px;
    border-radius: 24px;
    background: rgba(255, 252, 247, 0.88);
    box-shadow: 0 16px 28px rgba(109, 89, 71, 0.08);
}

@media (max-width: 1080px) {
    .hero-grid,
    .about-grid {
        gap: 30px;
    }

    .food-cutout--leaf,
    .food-cutout--leaf-small,
    .food-cutout--leaf-large,
    .food-cutout--walnut,
    .food-cutout--walnut-small,
    .food-cutout--citrus {
        transform: none;
    }

    .service-card:nth-child(odd),
    .service-card:nth-child(even),
    .portrait-card,
    .about-card {
        transform: none;
    }
}

@media (max-width: 820px) {
    .hero {
        padding-top: 48px;
    }

    .portrait-card__frame {
        min-height: 560px;
    }

    .offer-stage {
        padding: 42px 22px 26px;
        border-radius: 32px;
    }

    .offer-stage::before {
        width: 118px;
        height: 42px;
        top: -20px;
    }

    .food-cutout--leaf,
    .food-cutout--leaf-small,
    .food-cutout--leaf-large,
    .food-cutout--walnut,
    .food-cutout--walnut-small,
    .food-cutout--citrus {
        opacity: 0.72;
    }

    .service-card {
        transform: none !important;
    }
}

@media (max-width: 640px) {
    .section {
        padding: 72px 0;
    }

    .hero-text,
    .section-heading p,
    .about-copy p {
        font-size: 15px;
        line-height: 1.62;
    }

    .highlight {
        min-height: 0;
    }

    .portrait-card__frame,
    .about-photo {
        min-height: 440px;
    }

    .offer-card,
    .process-step,
    .plan-card,
    .service-card {
        border-radius: 26px;
    }

    .offer-bubble {
        width: 78px;
        height: 78px;
        margin-top: -42px;
    }

    .offer-card--accent {
        transform: none;
    }

    .food-cutout--leaf,
    .food-cutout--leaf-small,
    .food-cutout--leaf-large,
    .food-cutout--walnut,
    .food-cutout--walnut-small,
    .food-cutout--citrus {
        display: none;
    }
}

/* Final decor composition cleanup */
#services,
#plans,
#process,
#formats {
    position: relative;
    overflow: hidden;
}

#services > .section-decor,
#plans > .section-decor,
#process > .section-decor,
#formats .section-decor--formats {
    position: absolute;
    inset: 0;
    z-index: 0;
    pointer-events: none;
}

#services .container,
#plans .container,
#process .container,
#formats .container {
    position: relative;
    z-index: 2;
}

.food-cluster {
    position: absolute;
    pointer-events: none;
    z-index: 0;
}

.food-cluster .food-cutout {
    position: absolute;
    display: block !important;
    filter: drop-shadow(0 14px 18px rgba(88, 66, 44, 0.1));
}

.food-cutout--cluster-bowl {
    width: 150px;
    height: 150px;
    background-image: none;
}

.food-cutout--cluster-herbs {
    width: 106px;
    height: 106px;
    background-image: none;
}

.food-cutout--cluster-pomegranate {
    width: 80px;
    height: 80px;
    background-image: none;
}

.food-cutout--cluster-citrus {
    width: 128px;
    height: 128px;
    background-image: none;
}

.food-cutout--cluster-leaves {
    width: 96px;
    height: 96px;
    background-image: none;
}

.food-cutout--cluster-walnut {
    width: 66px;
    height: 66px;
    background-image: none;
}

#services .food-cluster--services-left {
    left: -16px;
    top: 220px;
    width: 176px;
    height: 190px;
}

#services .food-cluster--services-left .food-cutout--cluster-bowl {
    left: 0;
    bottom: 0;
    transform: rotate(-8deg);
}

#services .food-cluster--services-left .food-cutout--cluster-herbs {
    left: 96px;
    top: 4px;
    transform: rotate(8deg);
}

#services .food-cluster--services-left .food-cutout--cluster-pomegranate {
    left: 22px;
    top: 14px;
    transform: rotate(-10deg);
}

#services .food-cluster--services-right {
    right: -18px;
    top: 232px;
    width: 166px;
    height: 184px;
}

#services .food-cluster--services-right .food-cutout--cluster-citrus {
    right: 0;
    bottom: 0;
    transform: rotate(10deg);
}

#services .food-cluster--services-right .food-cutout--cluster-leaves {
    right: 58px;
    top: 0;
    transform: rotate(-12deg);
}

#services .food-cluster--services-right .food-cutout--cluster-walnut {
    right: 12px;
    top: 24px;
    transform: rotate(14deg);
}

#plans .food-cluster--plans-left {
    left: -20px;
    top: 250px;
    width: 150px;
    height: 160px;
}

#plans .food-cluster--plans-left .food-cutout--cluster-citrus {
    left: 0;
    bottom: 0;
    transform: rotate(-12deg);
}

#plans .food-cluster--plans-left .food-cutout--cluster-leaves {
    left: 70px;
    top: 6px;
    transform: rotate(10deg);
}

#plans .food-cluster--plans-right {
    right: -14px;
    top: 258px;
    width: 144px;
    height: 152px;
}

#plans .food-cluster--plans-right .food-cutout--cluster-herbs {
    right: 0;
    bottom: 0;
    transform: rotate(-8deg);
}

#plans .food-cluster--plans-right .food-cutout--cluster-walnut {
    right: 60px;
    top: 10px;
    transform: rotate(12deg);
}

#process .food-cluster--process-left {
    left: -14px;
    top: 246px;
    width: 122px;
    height: 138px;
}

#process .food-cluster--process-left .food-cutout--cluster-leaves {
    left: 22px;
    top: 0;
    transform: rotate(-10deg);
}

#process .food-cluster--process-left .food-cutout--cluster-walnut {
    left: 0;
    bottom: 0;
    transform: rotate(8deg);
}

#process .food-cluster--process-right {
    right: -10px;
    top: 254px;
    width: 130px;
    height: 144px;
}

#process .food-cluster--process-right .food-cutout--cluster-herbs {
    right: 0;
    top: 0;
    transform: rotate(10deg);
}

#process .food-cluster--process-right .food-cutout--cluster-pomegranate {
    right: 54px;
    bottom: 0;
    transform: rotate(-8deg);
}

#formats .food-cluster--formats-left {
    left: -10px;
    bottom: 28px;
    width: 154px;
    height: 146px;
}

#formats .food-cluster--formats-left .food-cutout--cluster-citrus {
    left: 0;
    bottom: 0;
    transform: rotate(-10deg);
}

#formats .food-cluster--formats-left .food-cutout--cluster-walnut {
    left: 92px;
    top: 18px;
    transform: rotate(12deg);
}

#formats .food-cluster--formats-right {
    right: -8px;
    top: 18px;
    width: 150px;
    height: 146px;
}

#formats .food-cluster--formats-right .food-cutout--cluster-leaves {
    right: 42px;
    top: 0;
    transform: rotate(12deg);
}

#formats .food-cluster--formats-right .food-cutout--cluster-herbs {
    right: 0;
    bottom: 0;
    transform: rotate(-6deg);
}

#plans .food-cutout--plans-leaf,
#plans .food-cutout--plans-citrus,
#plans .food-cutout--plans-walnut,
#process .food-cutout--leaf,
#process .food-cutout--leaf-small,
#process .food-cutout--walnut,
#formats .food-cutout--leaf-large,
#formats .food-cutout--walnut-small,
#formats .food-cutout--citrus {
    display: none !important;
}

@media (max-width: 1080px) {
    .food-cluster--services-left,
    .food-cluster--services-right,
    .food-cluster--plans-left,
    .food-cluster--plans-right,
    .food-cluster--process-left,
    .food-cluster--process-right,
    .food-cluster--formats-left,
    .food-cluster--formats-right {
        transform: scale(0.88);
        transform-origin: center;
        opacity: 0.82;
    }
}

@media (max-width: 640px) {
    .food-cluster--services-left,
    .food-cluster--services-right,
    .food-cluster--plans-left,
    .food-cluster--plans-right,
    .food-cluster--process-left,
    .food-cluster--process-right,
    .food-cluster--formats-left,
    .food-cluster--formats-right {
        display: none !important;
    }
}

/* Full-width subtle food backgrounds instead of scattered items */
#services,
#plans,
#process,
#formats {
    isolation: isolate;
    overflow: hidden;
}

.section-flow-bg {
    position: relative;
    isolation: isolate;
}

.section-flow-bg > .section {
    position: relative;
    z-index: 1;
    background: transparent;
}

.section-flow-bg::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 0;
    pointer-events: none;
    background:
        linear-gradient(180deg, rgba(245,239,229,0.72), rgba(245,239,229,0.72)),
        url("/img/img_section_food_seamless_v5.png") center top/100% auto repeat-y;
    opacity: 0.38;
}

#services > .section-decor,
#plans > .section-decor,
#process > .section-decor,
#formats .section-decor--formats {
    display: none !important;
}

#services .section-heading,
#plans .section-heading,
#process .section-heading,
#formats .section-heading,
#services .service-grid,
#plans .plan-grid,
#process .process-line,
#formats .offer-stage {
    position: relative;
    z-index: 2;
}

@media (max-width: 1080px) {
    .section-flow-bg::before {
        opacity: 0.32;
    }
}

@media (max-width: 640px) {
    .section-flow-bg::before {
        opacity: 0.26;
    }
}

/* Hero cards refinement */
.hero-highlights {
    max-width: 760px !important;
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    gap: 16px !important;
}

.highlight {
    min-height: 164px !important;
    padding: 20px 22px 18px !important;
}

.highlight-value {
    font-size: 17px !important;
    line-height: 1.15 !important;
    letter-spacing: 0 !important;
    text-transform: none !important;
}

.highlight-label {
    margin-top: 12px !important;
    font-size: 13.5px !important;
    line-height: 1.55 !important;
}

.fact__title {
    display: block !important;
    font-family: "Cormorant Garamond", serif !important;
    font-size: 17px !important;
    font-weight: 600 !important;
    line-height: 1 !important;
    letter-spacing: 0.02em !important;
    text-transform: uppercase !important;
    margin-bottom: 8px !important;
}

.service-icon {
    width: 98px !important;
    height: 98px !important;
    border-radius: 28px !important;
    margin-bottom: 20px !important;
    background-color: #fffdf9 !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
    background-size: contain !important;
    box-shadow: 0 16px 28px rgba(91, 69, 48, 0.12) !important;
    overflow: hidden !important;
}

.service-icon--plate {
    background-image: url("/img/img_service_situation.png") !important;
}

.service-icon--lab {
    background-image: url("/img/img_service_keypoints.png") !important;
}

.service-icon--leaf {
    background-image: url("/img/img_service_plan.png") !important;
}

.service-icon--balance {
    background-image: url("/img/img_service_support.png") !important;
}

#formats > .container > .section-heading,
#formats .offer-stage {
    display: none !important;
}

.formats-intro {
    width: 100%;
    max-width: none;
    display: grid;
    gap: 16px;
    padding: 0;
    margin: 0;
    justify-items: start;
    text-align: left;
    position: relative;
    z-index: 2;
}

.formats-intro .section-kicker {
    margin: 0;
}

.formats-intro h2 {
    margin: 0;
    max-width: 590px;
    font-family: "Cormorant Garamond", serif;
    font-size: clamp(34px, 4vw, 58px);
    line-height: 0.98;
    font-weight: 600;
    letter-spacing: -0.03em;
}

.formats-intro p {
    margin: 20px 0 0;
    max-width: 590px;
    color: var(--text-soft);
    font-size: 16px;
}

.formats-intro .button {
    width: 244px;
    margin-top: 10px;
    justify-self: center;
    justify-content: center;
}

.photo-card--hero {
    position: relative;
    min-height: 640px;
    border-radius: 34px;
    overflow: hidden;
}

.photo-card--hero .photo-card__image {
    position: absolute;
    inset: 0;
    border-radius: 34px;
    background:
        linear-gradient(180deg, rgba(12, 16, 9, 0.04), rgba(12, 16, 9, 0.14)),
        radial-gradient(circle at 82% 18%, rgba(255,255,255,0.48), transparent 20%),
        url("/img/img_hero_seamless_v1.png") center/cover no-repeat;
}

.photo-card--hero .photo-card__badge {
    position: absolute;
    top: 28px;
    left: 28px;
    z-index: 2;
    padding: 12px 16px;
    border-radius: 18px;
    background: rgba(255, 252, 248, 0.82);
    border: 1px solid rgba(255,255,255,0.76);
    color: #695f56;
    font-size: 11px;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    box-shadow: 0 14px 24px rgba(109, 89, 71, 0.12);
}

.photo-card--hero .photo-card__caption {
    position: absolute;
    left: 28px;
    right: 28px;
    bottom: 28px;
    z-index: 2;
    display: grid;
    gap: 6px;
    padding: 18px 20px;
    border-radius: 22px;
    background: rgba(255, 252, 248, 0.84);
    border: 1px solid rgba(255,255,255,0.78);
    box-shadow: 0 18px 28px rgba(109, 89, 71, 0.12);
}

.photo-card--hero .photo-card__caption strong {
    color: var(--text);
    font-family: "Cormorant Garamond", serif;
    font-size: 28px;
    line-height: 1;
    font-weight: 600;
}

.photo-card--hero .photo-card__caption span {
    color: var(--text-soft);
    font-size: 13px;
    line-height: 1.55;
}

/* Disable all small food stickers/cutouts for now */
.section-decor,
.food-cutout,
.food-cluster {
    display: none !important;
}

/* Process timeline */
.timeline {
    position: relative;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 22px;
    margin-top: 8px;
    padding-top: 42px;
}

.timeline::before {
    content: "";
    position: absolute;
    top: 18px;
    left: 14%;
    right: 14%;
    height: 2px;
    background: linear-gradient(90deg, rgba(144,186,98,0.24), rgba(144,186,98,0.5), rgba(144,186,98,0.24));
}

.timeline-week {
    position: relative;
    padding: 34px 24px 24px;
    border-radius: 28px;
    background: rgba(255, 252, 247, 0.88);
    box-shadow: 0 16px 28px rgba(109, 89, 71, 0.08);
}

.timeline-week__dot {
    position: absolute;
    top: -2px;
    left: 24px;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background: linear-gradient(135deg, #9cc96c 0%, #73954d 100%);
    box-shadow: 0 0 0 8px rgba(245,239,229,0.95);
}

.timeline-week__eyebrow {
    display: inline-block;
    margin-bottom: 10px;
    color: var(--accent-strong);
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 0.18em;
    text-transform: uppercase;
}

.timeline-week h3 {
    margin: 0 0 12px;
    font-family: "Cormorant Garamond", serif;
    font-size: 30px;
    line-height: 0.95;
    font-weight: 600;
}

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

.timeline-week__list li {
    position: relative;
    padding-left: 18px;
    color: var(--text-soft);
    font-size: 14px;
    line-height: 1.45;
}

.timeline-week__list li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 8px;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: rgba(144,186,98,0.9);
}

@media (max-width: 1080px) {
    .timeline {
        grid-template-columns: 1fr;
        gap: 18px;
        padding-top: 0;
    }

    .timeline::before {
        display: none;
    }

    .timeline-week {
        padding-top: 24px;
    }

    .timeline-week__dot {
        top: 22px;
        left: auto;
        right: 22px;
        box-shadow: 0 0 0 6px rgba(245,239,229,0.95);
    }
}
