.page-home {
    background: #fff;
}

.page-home .site-main {
    overflow: clip;
}

.home-hero {
    position: relative;
    overflow: hidden;
    min-height: calc(100svh - 76px);
    border-bottom: 1px solid var(--border);
    background:
        radial-gradient(circle at 78% 30%, rgba(107, 174, 214, .24), transparent 28%),
        linear-gradient(135deg, #fff 0%, var(--soft) 72%, #fff 100%);
}

.home-hero::before {
    position: absolute;
    inset: 0;
    background-image: radial-gradient(rgba(33, 113, 181, .11) 1px, transparent 1px);
    background-size: 24px 24px;
    mask-image: linear-gradient(90deg, rgba(0,0,0,.5), transparent 68%);
    content: "";
    pointer-events: none;
}

.home-hero-grid {
    position: relative;
    z-index: 1;
    min-height: calc(100svh - 76px);
    display: grid;
    grid-template-columns: minmax(0, .95fr) minmax(420px, 1.05fr);
    align-items: center;
    gap: clamp(34px, 5vw, 72px);
    padding-block: clamp(26px, 3.2vw, 44px);
}

.home-hero-copy {
    max-width: 610px;
}



.home-hero h1 {
    display: grid;
    gap: 0;
    margin: 14px 0 18px;
    color: var(--ink);
    font-size: clamp(2.85rem, 4.55vw, 4.75rem);
    font-weight: bold;
    letter-spacing: -1px;
    line-height: .94;
    text-wrap: balance;
}

.home-hero h1 strong {
    color: var(--accent);
    font-weight: inherit;
}

.home-hero h1 em {
    color: var(--accent-dark);
    margin-top: 5px;
    font-size: .66em;
    font-weight: 570;
    line-height: 1.02;
    letter-spacing: -.012em;
}

.home-hero-lead {
    max-width: 610px;
    margin: 0;
    color: var(--muted);
    font-size: clamp(1rem, 1.25vw, 1.14rem);
    line-height: 1.58;
}

.home-hero-actions {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 18px;
    margin-top: 24px;
}

.button-large {
    min-height: 54px;
    padding-inline: 26px;
    border-radius: 17px;
    font-size: 1rem;
}

.button svg,
.home-text-link svg,
.home-tool-card a svg,
.home-guide-card a svg {
    width: 18px;
    height: 18px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.8;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.home-text-link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: var(--ink);
    font-weight: 800;
}

.home-text-link:hover {
    color: var(--accent);
}

.home-trust-row {
    display: flex;
    flex-wrap: wrap;
    gap: 11px 18px;
    margin-top: 22px;
    color: var(--muted);
    font-size: .84rem;
    font-weight: 680;
}

.home-trust-row span {
    display: inline-flex;
    align-items: center;
    gap: 7px;
}

.home-trust-row svg {
    width: 17px;
    height: 17px;
    fill: none;
    stroke: var(--accent);
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.home-hero-stage {
    position: relative;
    min-height: 470px;
    display: grid;
    place-items: center;
    isolation: isolate;
}

.home-hero-orbit {
    position: absolute;
    width: min(470px, 90%);
    aspect-ratio: 1;
    border: 1px solid rgba(66, 146, 198, .23);
    border-radius: 50%;
    box-shadow: 0 0 0 32px rgba(222, 235, 247, .58), 0 30px 68px rgba(8, 48, 107, .13);
}

.home-photo-frame {
    position: relative;
    z-index: 1;
    overflow: hidden;
    width: min(425px, 86%);
    aspect-ratio: 1;
    border: 15px solid #fff;
    border-radius: 50%;
    background: #fff;
    box-shadow: 0 28px 70px rgba(8, 48, 107, .17);
}

.home-photo-slide {
    position: absolute;
    inset: 0;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    opacity: 0;
    transform: scale(1.035);
    transition: opacity 1s ease, transform 1.4s ease;
}

.home-photo-slide.is-active {
    opacity: 1;
    transform: scale(1);
}

.home-photo-slide img {
    width: 100%;
    height: 100%;
    min-width: 0;
    min-height: 0;
    object-fit: cover;
    background: #fff;
}

.home-photo-slide img:nth-child(1),
.home-photo-slide img:nth-child(4) {
    filter: saturate(1.03) contrast(1.02);
}

.home-floating-card {
    position: absolute;
    z-index: 3;
    border: 1px solid rgba(198, 219, 239, .82);
    border-radius: 22px;
    background: rgba(255,255,255,.93);
    box-shadow: 0 22px 55px rgba(8, 48, 107, .14);
    backdrop-filter: blur(14px);
}

.home-hero-macro-card {
    top: 28px;
    right: 0;
    width: 220px;
    padding: 18px;
}

.home-floating-title {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 15px;
    color: var(--ink);
    font-size: .84rem;
}

.home-floating-icon,
.home-meal-thumb {
    width: 36px;
    height: 36px;
    display: grid;
    place-items: center;
    flex: 0 0 auto;
    border-radius: 12px;
    color: var(--accent-dark);
    background: var(--soft);
}

.home-floating-icon svg,
.home-meal-thumb svg {
    width: 19px;
    height: 19px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.8;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.home-progress-row {
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 4px 10px;
    margin-top: 11px;
    color: var(--muted);
    font-size: .72rem;
}

.home-progress-row b {
    color: var(--ink);
}

.home-progress-row i,
.home-dashboard-line i {
    position: relative;
    overflow: hidden;
    grid-column: 1 / -1;
    height: 5px;
    border-radius: 999px;
    background: #e9f1f7;
}

.home-progress-row em,
.home-dashboard-line em {
    position: absolute;
    inset: 0 auto 0 0;
    width: var(--progress);
    border-radius: inherit;
    background: linear-gradient(90deg, var(--accent-light), var(--accent));
}

.home-meal-card {
    left: -8px;
    bottom: 34px;
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 13px 18px;
}

.home-meal-card span:last-child {
    display: grid;
    gap: 1px;
}

.home-meal-card small {
    color: var(--accent);
    font-size: .65rem;
    font-weight: 850;
    letter-spacing: .08em;
}

.home-meal-card strong {
    color: var(--ink);
    font-size: .9rem;
}

.home-benefits {
    background: linear-gradient(180deg, #fff, #f9fcff);
}

.home-benefits-grid {
    display: grid;
    grid-template-columns: minmax(0, .96fr) minmax(500px, 1.04fr);
    gap: clamp(54px, 7vw, 96px);
    align-items: center;
}

.home-benefits-copy > h2,
.home-centered-heading h2,
.home-process-intro h2,
.home-science-heading h2,
.home-final-cta h2 {
    margin: 18px 0 16px;
    color: var(--ink);
    font-size: clamp(2.25rem, 3.5vw, 3.25rem);
    line-height: 1.03;
    letter-spacing: -.015em;
    
}

.home-benefits-copy > h2 strong,
.home-centered-heading h2 strong,
.home-process-intro h2 strong,
.home-science-heading h2 strong,
.home-final-cta h2 strong {
    display: block;
    color: var(--accent-dark);
    font-weight: 620;
    font-style: italic;
}

.home-benefits-copy > p,
.home-centered-heading > p,
.home-process-intro > p,
.home-science-heading > p,
.home-final-cta > p {
    max-width: 720px;
    color: var(--muted);
    font-size: 1.08rem;
}

.home-benefit-list {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
    margin-top: 34px;
}

.home-benefit-card {
    min-height: 190px;
    display: grid;
    grid-template-columns: 50px 1fr;
    gap: 18px;
    padding: 24px;
    border: 1px solid var(--border);
    border-radius: 24px;
    background: #fff;
    box-shadow: 0 12px 32px rgba(8, 48, 107, .055);
}

.home-icon-box {
    width: 48px;
    height: 48px;
    display: grid;
    place-items: center;
    border: 1px solid #d8e9f6;
    border-radius: 16px;
    color: var(--accent);
    background: var(--soft);
}

.home-icon-box svg {
    width: 23px;
    height: 23px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.8;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.home-benefit-card h3,
.home-tool-card h3,
.home-guide-card h3,
.home-science-grid h3,
.home-macro-card h3 {
    margin: 0 0 8px;
    color: var(--ink);
    font-size: 1.1rem;
    line-height: 1.25;
    letter-spacing: -.02em;
}

.home-benefit-card p,
.home-tool-card p,
.home-guide-card p,
.home-science-grid p,
.home-macro-card p {
    margin: 0;
    color: var(--muted);
    font-size: .91rem;
    line-height: 1.6;
}

.home-dashboard-preview {
    position: relative;
    min-height: 650px;
    padding: 38px;
    border-radius: 40px;
    background:
        radial-gradient(circle at 80% 10%, rgba(107, 174, 214, .34), transparent 34%),
        linear-gradient(145deg, #f7fbff, #e7f2fa);
}

.home-dashboard-card {
    position: absolute;
    border: 1px solid rgba(198, 219, 239, .92);
    border-radius: 26px;
    background: rgba(255,255,255,.95);
    box-shadow: 0 24px 55px rgba(8, 48, 107, .13);
}

.home-dashboard-target {
    top: 50px;
    left: 26px;
    width: 54%;
    padding: 26px;
    color: #fff;
    border-color: rgba(255,255,255,.12);
    background: linear-gradient(145deg, #08306b, #0b4b86);
}

.home-dashboard-heading {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin-bottom: 20px;
}

.home-dashboard-heading span {
    color: var(--accent-light);
    font-size: .68rem;
    font-weight: 850;
    letter-spacing: .08em;
}

.home-dashboard-line {
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 6px 12px;
    margin-top: 14px;
    font-size: .78rem;
}

.home-dashboard-line b {
    font-size: .76rem;
}

.home-dashboard-line i {
    background: rgba(255,255,255,.16);
}

.home-dashboard-line em {
    background: linear-gradient(90deg, #9ecae1, #42a5e6);
}

.home-dashboard-budget {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    margin: 28px -26px -26px;
    padding: 19px 26px;
    border-top: 1px solid rgba(255,255,255,.13);
    background: rgba(0,0,0,.08);
}

.home-dashboard-day {
    right: 25px;
    bottom: 52px;
    width: 53%;
    padding: 24px;
}

.home-dashboard-day .home-dashboard-heading span {
    color: var(--accent);
}

.home-dashboard-meal {
    display: grid;
    grid-template-columns: 38px 1fr auto;
    align-items: center;
    gap: 12px;
    margin-top: 10px;
    padding: 12px;
    border: 1px solid var(--border);
    border-radius: 16px;
}

.home-dashboard-meal i {
    width: 38px;
    height: 38px;
    display: grid;
    place-items: center;
    border-radius: 12px;
    color: var(--accent);
    background: var(--soft);
}

.home-dashboard-meal i svg {
    width: 19px;
    height: 19px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.8;
}

.home-dashboard-meal span {
    display: grid;
}

.home-dashboard-meal small {
    color: var(--muted);
}

.home-dashboard-meal b {
    color: var(--accent);
    font-size: 1.25rem;
}

.home-dashboard-mini {
    display: flex;
    align-items: center;
    gap: 14px;
    width: 42%;
    padding: 18px;
}

.home-dashboard-mini > span {
    width: 42px;
    height: 42px;
    display: grid;
    place-items: center;
    border-radius: 14px;
    color: var(--accent);
    background: var(--soft);
}

.home-dashboard-mini svg {
    width: 21px;
    height: 21px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.8;
}

.home-dashboard-mini div {
    display: grid;
}

.home-dashboard-mini small {
    color: var(--muted);
    font-size: .64rem;
    font-weight: 800;
    letter-spacing: .07em;
}

.home-dashboard-time {
    top: 85px;
    right: 6px;
}

.home-dashboard-save {
    left: 8px;
    bottom: 48px;
}

.home-centered-heading {
    max-width: 900px;
    margin: 0 auto 48px;
    text-align: center;
}

.home-centered-heading .eyebrow {
    justify-content: center;
}

.home-centered-heading h2 strong {
    display: inline;
}

.home-macro-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
}

.home-macro-card {
    min-height: 385px;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 30px;
    border: 1px solid var(--border);
    border-radius: 30px;
    background: #fff;
    box-shadow: 0 16px 40px rgba(8, 48, 107, .06);
    text-align: center;
}

.home-macro-card .home-icon-box {
    margin-bottom: 20px;
}

.home-macro-ring {
    --ring-color: #2171b5;
    width: 112px;
    aspect-ratio: 1;
    display: grid;
    place-items: center;
    margin: 28px auto;
    border-radius: 50%;
    background: conic-gradient(var(--ring-color) calc(var(--value) * 1%), #edf3f8 0);
    position: relative;
}

.home-macro-ring::before {
    position: absolute;
    inset: 10px;
    border-radius: inherit;
    background: #fff;
    content: "";
}

.home-macro-ring strong {
    position: relative;
    color: var(--ink);
    font-size: 1.5rem;
}

.home-macro-card--protein .home-macro-ring { --ring-color: #e95b64; }
.home-macro-card--energy .home-macro-ring { --ring-color: #4292c6; }
.home-macro-card--balance .home-macro-ring { --ring-color: #e2a51a; }

.home-macro-range {
    width: 100%;
    display: flex;
    justify-content: space-between;
    gap: 12px;
    margin-top: auto;
    padding-top: 16px;
    border-top: 1px solid var(--border);
    color: var(--muted);
    font-size: .68rem;
    font-weight: 800;
    letter-spacing: .05em;
    text-transform: uppercase;
}

.home-macro-range b {
    color: var(--accent-dark);
}

.home-formula-panel {
    display: grid;
    grid-template-columns: minmax(0, 1.15fr) minmax(340px, .85fr);
    gap: 48px;
    align-items: center;
    margin-top: 54px;
    padding: clamp(34px, 5vw, 62px);
    border-radius: 38px;
    color: #fff;
    background: linear-gradient(135deg, #08306b, #0b4f8a 58%, #2171b5);
    box-shadow: 0 26px 68px rgba(8, 48, 107, .22);
}

.eyebrow-dark {
    border-color: rgba(255,255,255,.2);
    color: #fff;
    background: rgba(255,255,255,.1);
}

.eyebrow-dark::before {
    background: #9ecae1;
}

.home-formula-copy h3 {
    margin: 18px 0 16px;
    font-size: clamp(2rem, 4vw, 3.5rem);
    line-height: 1.03;
    letter-spacing: -.05em;
}

.home-formula-copy h3 em {
    display: block;
    color: #c6dbef;
    font-weight: 560;
}

.home-formula-copy p {
    max-width: 700px;
    color: #deebf7;
    font-size: 1.04rem;
}

.button-light {
    border-color: #fff;
    color: var(--accent-dark);
    background: #fff;
    box-shadow: none;
}

.button-light:hover {
    border-color: #deebf7;
    color: #fff;
    background: rgba(255,255,255,.14);
}

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

.home-formula-grid div {
    min-height: 128px;
    display: grid;
    place-items: center;
    align-content: center;
    gap: 12px;
    padding: 20px;
    border: 1px solid rgba(255,255,255,.16);
    border-radius: 22px;
    background: rgba(255,255,255,.1);
    text-align: center;
}

.home-formula-grid span {
    width: 42px;
    height: 42px;
    display: grid;
    place-items: center;
    border-radius: 13px;
    color: #fff;
    background: rgba(158, 202, 225, .18);
}

.home-formula-grid svg {
    width: 22px;
    height: 22px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.8;
}

.home-formula-grid strong {
    font-size: .86rem;
}

.home-tool-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 22px;
}

.home-tool-card {
    min-height: 300px;
    display: flex;
    flex-direction: column;
    padding: 28px;
    border: 1px solid var(--border);
    border-radius: 27px;
    background: #fff;
    box-shadow: 0 14px 38px rgba(8, 48, 107, .055);
    transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
}

.home-tool-card:hover {
    border-color: #9ecae1;
    box-shadow: 0 22px 52px rgba(8, 48, 107, .11);
    transform: translateY(-5px);
}

.home-tool-card .home-icon-box {
    margin-bottom: 30px;
}

.home-tool-card a {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    margin-top: auto;
    padding-top: 22px;
    color: var(--accent);
    font-size: .84rem;
    font-weight: 850;
}

.home-process-grid {
    display: grid;
    grid-template-columns: minmax(300px, .78fr) minmax(0, 1.22fr);
    gap: clamp(52px, 8vw, 110px);
    align-items: start;
}

.home-process-intro {
    position: sticky;
    top: calc(var(--header-height) + 34px);
}

.home-process-intro .button {
    margin-top: 22px;
}

.home-process-list {
    position: relative;
    display: grid;
    gap: 0;
    margin: 0;
    padding: 0;
    list-style: none;
}

.home-process-list::before {
    position: absolute;
    top: 18px;
    bottom: 18px;
    left: 18px;
    width: 2px;
    background: linear-gradient(var(--accent), #9ecae1);
    content: "";
}

.home-process-list li {
    position: relative;
    display: grid;
    grid-template-columns: 38px 1fr;
    gap: 24px;
    padding: 0 0 46px;
}

.home-process-list li:last-child {
    padding-bottom: 0;
}

.home-process-number {
    position: relative;
    z-index: 1;
    width: 38px;
    height: 38px;
    display: grid;
    place-items: center;
    border: 2px solid var(--accent);
    border-radius: 50%;
    color: var(--accent-dark);
    background: #fff;
    font-size: .78rem;
    font-weight: 900;
}

.home-process-title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
}

.home-process-title h3 {
    margin: 2px 0 10px;
    color: var(--ink);
    font-size: 1.35rem;
}

.home-process-title small {
    flex: 0 0 auto;
    padding: 5px 8px;
    border-radius: 999px;
    color: var(--accent-dark);
    background: var(--soft);
    font-size: .62rem;
    font-weight: 850;
    letter-spacing: .06em;
}

.home-process-list p {
    margin: 0;
    color: var(--muted);
}

.home-guide-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
}

.home-guide-card {
    overflow: hidden;
    border: 1px solid var(--border);
    border-radius: 28px;
    background: #fff;
    box-shadow: 0 14px 38px rgba(8, 48, 107, .06);
}

.home-guide-visual {
    position: relative;
    overflow: hidden;
    height: 230px;
    background: linear-gradient(135deg, #deebf7, #9ecae1);
}

.home-guide-visual::before,
.home-guide-visual::after,
.home-guide-visual span,
.home-guide-visual i,
.home-guide-visual b {
    position: absolute;
    border-radius: 50%;
    content: "";
}

.home-guide-visual::before { width: 190px; height: 190px; right: 8%; top: 16%; background: rgba(255,255,255,.88); }
.home-guide-visual::after { width: 130px; height: 130px; right: 16%; top: 29%; background: var(--accent); opacity: .88; }
.home-guide-visual span { width: 86px; height: 86px; left: 12%; bottom: 12%; background: #fff; box-shadow: 0 16px 35px rgba(8,48,107,.16); }
.home-guide-visual i { width: 58px; height: 58px; left: 17%; bottom: 18%; background: var(--accent-light); }
.home-guide-visual b { width: 28px; height: 28px; left: 25%; top: 18%; background: #fff; }

.guide-card--meal .home-guide-visual { background: linear-gradient(135deg, #f4e8de, #f2c9a0); }
.guide-card--meal .home-guide-visual::after { background: #d47a43; }
.guide-card--meal .home-guide-visual i { background: #e7a171; }
.guide-card--planner .home-guide-visual { background: linear-gradient(135deg, #e6edf9, #aebfe3); }
.guide-card--planner .home-guide-visual::after { background: #3158a6; }
.guide-card--planner .home-guide-visual i { background: #6f8dcb; }

.home-guide-body {
    padding: 26px;
}

.home-guide-body > span {
    display: inline-flex;
    margin-bottom: 16px;
    padding: 6px 9px;
    border: 1px solid #c6dbef;
    border-radius: 999px;
    color: var(--accent-dark);
    background: var(--soft);
    font-size: .67rem;
    font-weight: 850;
    letter-spacing: .07em;
}

.home-guide-card a {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    margin-top: 22px;
    color: var(--accent);
    font-size: .84rem;
    font-weight: 850;
}

.home-science-heading {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(300px, .72fr);
    gap: 60px;
    align-items: end;
    margin-bottom: 42px;
}

.home-science-heading h2 {
    margin-bottom: 0;
}

.home-science-heading h2 strong {
    display: inline;
}

.home-science-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
}

.home-science-grid article {
    position: relative;
    overflow: hidden;
    min-height: 310px;
    padding: 34px;
    border: 1px solid var(--border);
    border-bottom: 4px solid var(--accent);
    border-radius: 28px;
    background: #fff;
    box-shadow: 0 14px 38px rgba(8, 48, 107, .055);
}

.home-science-grid article::after {
    position: absolute;
    top: 8px;
    right: 18px;
    color: rgba(8, 48, 107, .045);
    font-size: 4.7rem;
    font-weight: 900;
    line-height: 1;
    content: "0" counter(home-step);
}

.home-science-grid {
    counter-reset: home-step;
}

.home-science-grid article {
    counter-increment: home-step;
}

.home-science-grid article > span {
    width: 52px;
    height: 52px;
    display: grid;
    place-items: center;
    margin-bottom: 28px;
    border-radius: 16px;
    color: #fff;
    background: linear-gradient(145deg, var(--accent-light), var(--accent));
    box-shadow: 0 12px 26px rgba(33, 113, 181, .25);
}

.home-science-grid svg {
    width: 25px;
    height: 25px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.8;
}

.home-science-grid small {
    display: block;
    margin-bottom: 16px;
    color: var(--accent);
    font-size: .68rem;
    font-weight: 850;
    letter-spacing: .08em;
}

.home-final-cta {
    color: #fff;
    background: linear-gradient(135deg, #08306b, #0a427a 56%, #2171b5);
}

.home-final-cta-inner {
    max-width: 920px;
    display: grid;
    justify-items: center;
    padding-block: clamp(70px, 9vw, 112px);
    text-align: center;
}

.home-final-cta h2 {
    color: #fff;
}

.home-final-cta h2 strong {
    color: #c6dbef;
}

.home-final-cta > .container > p {
    color: #deebf7;
}

.home-final-cta-inner > div:last-child {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 12px;
    margin-top: 24px;
}

.button-ghost-light {
    border-color: rgba(255,255,255,.34);
    color: #fff;
    background: rgba(255,255,255,.08);
    box-shadow: none;
}

.button-ghost-light:hover {
    border-color: #fff;
    color: var(--accent-dark);
    background: #fff;
}

.home-cms-content {
    border-top: 1px solid var(--border);
}

@media (min-width: 901px) and (max-height: 850px) {
    .home-hero-grid {
        gap: clamp(30px, 4vw, 58px);
        padding-block: 22px;
    }

    .home-hero h1 {
        margin-block: 10px 15px;
        font-size: clamp(2.7rem, 4.15vw, 4.35rem);
    }

    .home-hero-lead {
        font-size: 1rem;
        line-height: 1.52;
    }

    .home-hero-actions {
        margin-top: 20px;
    }

    .home-trust-row {
        margin-top: 18px;
    }

    .home-hero-stage {
        min-height: 438px;
    }

    .home-hero-orbit {
        width: min(440px, 88%);
        box-shadow: 0 0 0 28px rgba(222, 235, 247, .58), 0 26px 58px rgba(8, 48, 107, .13);
    }

    .home-photo-frame {
        width: min(400px, 84%);
        border-width: 14px;
    }

    .home-hero-macro-card {
        top: 20px;
        width: 205px;
        padding: 16px;
    }
}

@media (max-width: 1120px) {
    .home-hero-grid { grid-template-columns: minmax(0, 1fr) minmax(390px, .88fr); gap: 48px; }
    .home-benefits-grid { grid-template-columns: 1fr; }
    .home-dashboard-preview { width: min(760px, 100%); margin-inline: auto; }
    .home-tool-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 900px) {
    .home-hero { min-height: 0; }
    .home-hero-grid { min-height: 0; grid-template-columns: 1fr; gap: 58px; padding-block: 64px 84px; }
    .home-hero-copy { max-width: 760px; text-align: center; margin-inline: auto; }
    .home-hero-actions, .home-trust-row { justify-content: center; }
    .home-hero-stage { min-height: 520px; }
    .home-macro-grid, .home-guide-grid, .home-science-grid { grid-template-columns: 1fr; }
    .home-formula-panel, .home-process-grid, .home-science-heading { grid-template-columns: 1fr; }
    .home-process-intro { position: static; }
    .home-science-heading { gap: 16px; }
}

@media (max-width: 680px) {
    .home-hero-grid { padding-top: 48px; }
    .home-hero h1 { font-size: clamp(2.55rem, 13vw, 4.2rem); }
    .home-hero h1 em { margin-top: 8px; font-size: .65em; }
    .home-hero-actions { align-items: stretch; flex-direction: column; gap: 14px; }
    .home-hero-actions .button { width: 100%; }
    .home-text-link { justify-content: center; min-height: 44px; }
    .home-trust-row { display: grid; grid-template-columns: 1fr; justify-items: center; }
    .home-hero-stage { min-height: 420px; margin-inline: -6px; }
    .home-photo-frame { width: 330px; border-width: 12px; }
    .home-hero-orbit { width: 360px; box-shadow: 0 0 0 24px rgba(222, 235, 247, .58), 0 26px 60px rgba(8, 48, 107, .13); }
    .home-hero-macro-card { top: 6px; right: 0; width: 190px; padding: 15px; }
    .home-meal-card { left: 0; bottom: 8px; }
    .home-benefit-list, .home-tool-grid, .home-formula-grid { grid-template-columns: 1fr; }
    .home-benefit-card { min-height: 0; }
    .home-dashboard-preview { min-height: 650px; padding: 18px; margin-inline: -4px; }
    .home-dashboard-target { top: 24px; left: 18px; width: calc(100% - 36px); }
    .home-dashboard-day { right: 18px; bottom: 24px; width: calc(100% - 36px); }
    .home-dashboard-time, .home-dashboard-save { display: none; }
    .home-formula-panel { margin-inline: -2px; padding: 30px 22px; border-radius: 28px; }
    .home-process-title { align-items: flex-start; flex-direction: column; gap: 4px; }
    .home-science-grid article, .home-tool-card, .home-guide-card, .home-macro-card { border-radius: 22px; }
}

@media (prefers-reduced-motion: reduce) {
    .home-photo-slide { transition: none; }
}
