:root {
    --home-ink: #160f11;
    --home-ink-soft: #211719;
    --home-wine: #4a1c23;
    --home-wine-bright: #702d38;
    --home-gold: #d4af37;
    --home-gold-light: #e4c969;
    --home-gold-dark: #9f6f13;
    --home-cream: #fdf8f3;
    --home-paper: #f4ecdf;
    --home-paper-deep: #e9ddca;
    --home-muted: #bcb2b5;
    --home-paper-text: #382326;
    --home-serif: "Cormorant Garamond", Georgia, serif;
    --home-sans: Inter, system-ui, sans-serif;
    --home-shadow: 0 28px 70px rgba(0, 0, 0, 0.34);
}

html {
    background: var(--home-ink);
    scroll-behavior: smooth;
    scroll-padding-top: 1rem;
}

.home-shell,
.home-shell * {
    box-sizing: border-box;
}

.home-shell {
    background: var(--home-ink);
    color: var(--home-cream);
    font-family: var(--home-sans);
    margin: 0;
    min-height: 100vh;
    overflow-x: clip;
}

.home-shell img {
    max-width: 100%;
}

.home-shell a,
.home-shell button,
.home-shell summary {
    -webkit-tap-highlight-color: transparent;
}

.home-shell a:focus-visible,
.home-shell button:focus-visible,
.home-shell summary:focus-visible {
    outline: 3px solid var(--home-gold-light);
    outline-offset: 4px;
}

.anchor-alias {
    display: block;
    height: 0;
    scroll-margin-top: 1rem;
}

.home-header {
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 40;
}

.home-header__inner {
    align-items: center;
    border-bottom: 1px solid rgba(212, 175, 55, 0.55);
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
    max-width: 76rem;
    min-height: 5.4rem;
    padding: 0 1.5rem;
}

.home-wordmark {
    align-items: center;
    color: var(--home-cream);
    display: inline-flex;
    font-family: var(--home-serif);
    font-size: clamp(1.35rem, 2.2vw, 1.8rem);
    font-weight: 600;
    letter-spacing: 0.055em;
    line-height: 1;
    min-height: 2.75rem;
    text-decoration: none;
    text-transform: uppercase;
}

.home-wordmark span {
    color: var(--home-gold-light);
    margin-inline-start: 0.28em;
}

.home-nav {
    align-items: center;
    display: flex;
    gap: 1.55rem;
}

.home-nav a {
    align-items: center;
    color: rgba(253, 248, 243, 0.78);
    display: inline-flex;
    font-size: 0.78rem;
    font-weight: 600;
    min-height: 2.75rem;
    text-decoration: none;
}

.home-nav a:hover {
    color: var(--home-gold-light);
}

.home-nav .home-nav__buy {
    border: 1px solid rgba(212, 175, 55, 0.6);
    border-radius: 0.3rem;
    color: var(--home-gold-light);
    min-height: 2.75rem;
    padding: 0.78rem 1rem;
}

.home-menu {
    display: none;
    position: relative;
}

.home-menu summary {
    border: 1px solid rgba(212, 175, 55, 0.55);
    border-radius: 0.25rem;
    color: var(--home-gold-light);
    cursor: pointer;
    font-size: 0.75rem;
    font-weight: 700;
    list-style: none;
    min-height: 2.75rem;
    padding: 0.85rem 1rem;
    text-transform: uppercase;
}

.home-menu summary::-webkit-details-marker {
    display: none;
}

.home-menu nav {
    background: rgba(22, 15, 17, 0.98);
    border: 1px solid rgba(212, 175, 55, 0.35);
    border-radius: 0.35rem;
    box-shadow: 0 20px 48px rgba(0, 0, 0, 0.5);
    display: grid;
    min-width: 13rem;
    padding: 0.5rem;
    position: absolute;
    right: 0;
    top: calc(100% + 0.5rem);
}

.home-menu nav a {
    color: var(--home-cream);
    font-size: 0.85rem;
    min-height: 2.75rem;
    padding: 0.85rem;
    text-decoration: none;
}

.home-menu nav a + a {
    border-top: 1px solid rgba(212, 175, 55, 0.16);
}

.home-kicker {
    color: var(--home-gold-light);
    font-family: var(--home-sans);
    font-size: 0.7rem;
    font-weight: 700;
    letter-spacing: 0.19em;
    line-height: 1.45;
    margin: 0 0 1rem;
    text-transform: uppercase;
}

.home-hero {
    background:
        linear-gradient(180deg, rgba(18, 11, 13, 0.95), rgba(28, 15, 18, 0.92)),
        url("/assets/images/textures/grain.webp");
    border-bottom: 1px solid var(--home-gold-dark);
    min-height: min(62rem, 100svh);
    overflow: hidden;
    position: relative;
}

.home-hero::after {
    background: linear-gradient(90deg, transparent, rgba(212, 175, 55, 0.16), transparent);
    bottom: 0;
    content: "";
    height: 1px;
    left: 50%;
    position: absolute;
    transform: translateX(-50%);
    width: min(70rem, 92%);
}

.home-hero__inner {
    align-items: center;
    display: grid;
    gap: 1rem 4rem;
    grid-template-columns: minmax(0, 1.04fr) minmax(24rem, 0.96fr);
    margin: 0 auto;
    max-width: 76rem;
    min-height: min(62rem, 100svh);
    padding: 9.5rem 2rem 4rem;
    position: relative;
}

.home-hero__copy {
    position: relative;
    z-index: 3;
}

.home-hero h1,
.home-section-heading h2,
.pathway-heading h2,
.book-facts-copy h2,
.free-chapter-section h2,
.home-final h2 {
    font-family: var(--home-serif);
    font-weight: 600;
    letter-spacing: -0.035em;
}

.home-hero h1 {
    color: var(--home-cream);
    font-size: clamp(3.7rem, 6.4vw, 6.4rem);
    line-height: 0.89;
    margin: 0;
    max-width: 12ch;
}

.home-hero h1 span {
    color: var(--home-gold-light);
}

.home-hero__lede {
    color: rgba(253, 248, 243, 0.83);
    font-family: var(--home-serif);
    font-size: clamp(1.22rem, 2vw, 1.55rem);
    line-height: 1.45;
    margin: 1.65rem 0 1.9rem;
    max-width: 34rem;
}

.home-hero__actions {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: 1rem 1.35rem;
}

.home-button {
    align-items: center;
    border-radius: 0.35rem;
    cursor: pointer;
    display: inline-flex;
    font-size: 0.9rem;
    font-weight: 800;
    justify-content: center;
    line-height: 1.2;
    min-height: 3.55rem;
    padding: 1rem 1.4rem;
    text-align: center;
    text-decoration: none;
    transition: background-color 160ms ease, border-color 160ms ease, color 160ms ease, transform 160ms ease;
}

.home-button--primary {
    background: linear-gradient(180deg, var(--home-gold-light), #c99a28);
    border: 1px solid #edcf6f;
    box-shadow: inset 0 0 0 3px rgba(64, 35, 6, 0.18), 0 14px 35px rgba(178, 124, 13, 0.2);
    color: #21150b;
}

.home-button--primary:hover {
    background: linear-gradient(180deg, #edd57c, #d5aa3a);
    transform: translateY(-2px);
}

.home-button--outline {
    border: 1px solid rgba(212, 175, 55, 0.62);
    color: var(--home-gold-light);
}

.home-button--outline:hover {
    background: rgba(212, 175, 55, 0.08);
    border-color: var(--home-gold-light);
    color: var(--home-cream);
}

.home-text-link {
    align-items: center;
    color: var(--home-gold-light);
    display: inline-flex;
    font-size: 0.9rem;
    font-weight: 600;
    min-height: 2.75rem;
    text-decoration-color: rgba(212, 175, 55, 0.65);
    text-decoration-thickness: 1px;
    text-underline-offset: 0.38em;
}

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

.home-value-line {
    color: var(--home-gold-light);
    display: flex;
    flex-wrap: wrap;
    font-size: 0.68rem;
    font-weight: 700;
    gap: 0.45rem 1.2rem;
    letter-spacing: 0.105em;
    list-style: none;
    margin: 1.65rem 0 0;
    padding: 0;
    text-transform: uppercase;
}

.home-value-line li {
    align-items: center;
    display: flex;
}

.home-value-line li:not(:last-child)::after {
    color: rgba(212, 175, 55, 0.55);
    content: "·";
    margin-left: 1.2rem;
}

.home-proof-stack {
    height: 36rem;
    isolation: isolate;
    position: relative;
    width: 100%;
}

.home-proof-stack::before {
    background: rgba(136, 49, 42, 0.2);
    border-radius: 50%;
    content: "";
    filter: blur(56px);
    inset: 20% 5% 4%;
    position: absolute;
    z-index: -2;
}

.home-proof-stack a,
.home-proof-stack picture,
.home-proof-stack img {
    display: block;
}

.home-proof-stack img {
    border-radius: 0.2rem;
    box-shadow: 0 26px 66px rgba(0, 0, 0, 0.58);
    height: auto;
    width: 100%;
}

.home-proof-stack__cover {
    left: 37%;
    position: absolute;
    top: 51%;
    transform: translate(-50%, -50%) rotate(-1.5deg);
    width: min(55%, 15.5rem);
    z-index: 3;
}

.home-proof-stack__page {
    position: absolute;
    text-decoration: none;
    width: min(48%, 14rem);
    z-index: 1;
}

.home-proof-stack__page--left {
    left: 4%;
    top: 13%;
    transform: rotate(-6deg);
}

.home-proof-stack__page--right {
    right: 1%;
    top: 17%;
    transform: rotate(6deg);
    z-index: 2;
}

.home-proof-stack__page:hover {
    z-index: 5;
}

.home-proof-stack__page:hover img {
    box-shadow: 0 30px 75px rgba(0, 0, 0, 0.68), 0 0 0 1px rgba(212, 175, 55, 0.7);
}

.home-hero__assurance {
    color: rgba(253, 248, 243, 0.73);
    font-family: var(--home-serif);
    font-size: 1rem;
    grid-column: 1 / -1;
    margin: -2.5rem 0 0;
    text-align: right;
}

.home-hero__assurance span,
.home-final__assurance span {
    color: var(--home-gold);
    margin: 0 0.4rem;
}

.home-section-inner {
    margin: 0 auto;
    max-width: 74rem;
    padding: clamp(4.5rem, 8vw, 7.5rem) 2rem;
}

.home-section-heading {
    max-width: 44rem;
}

.home-section-heading--center {
    margin: 0 auto;
    text-align: center;
}

.home-section-heading h2,
.pathway-heading h2,
.book-facts-copy h2,
.free-chapter-section h2,
.home-final h2 {
    font-size: clamp(2.75rem, 5.4vw, 5rem);
    line-height: 0.98;
    margin: 0;
}

.home-section-heading > p:last-child,
.pathway-heading > p,
.free-chapter-section p,
.home-final > p {
    font-size: clamp(1rem, 1.55vw, 1.15rem);
    line-height: 1.7;
}

.moment-section,
.pathway-section,
.home-faq-section {
    background:
        linear-gradient(rgba(244, 236, 223, 0.95), rgba(244, 236, 223, 0.97)),
        url("/assets/images/textures/grain.webp");
    color: var(--home-paper-text);
}

.moment-section .home-kicker,
.pathway-section .home-kicker,
.home-faq-section .home-kicker,
.free-chapter-section .home-kicker {
    color: #8b5e10;
}

.moment-steps {
    counter-reset: steps;
    display: grid;
    gap: 0;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    list-style: none;
    margin: 4rem 0 0;
    padding: 0;
}

.moment-steps li {
    border-top: 1px solid rgba(159, 111, 19, 0.42);
    padding: 2.15rem 1.5rem 0;
    position: relative;
    text-align: center;
}

.moment-steps li:first-child {
    padding-left: 0;
}

.moment-steps li:last-child {
    padding-right: 0;
}

.moment-steps__number {
    align-items: center;
    background: var(--home-paper);
    border: 1px solid rgba(159, 111, 19, 0.62);
    border-radius: 50%;
    color: #8b5e10;
    display: flex;
    font-family: var(--home-serif);
    font-size: 1.05rem;
    height: 3.8rem;
    justify-content: center;
    left: 50%;
    position: absolute;
    top: 0;
    transform: translate(-50%, -50%);
    width: 3.8rem;
}

.moment-steps h3 {
    font-family: var(--home-serif);
    font-size: 1.65rem;
    font-weight: 600;
    line-height: 1;
    margin: 0.6rem 0 0.85rem;
}

.moment-steps p {
    color: rgba(56, 35, 38, 0.76);
    font-size: 0.83rem;
    line-height: 1.62;
    margin: 0 auto 1rem;
    max-width: 14rem;
}

.moment-steps a,
.moment-next a,
.pathway-blog-link a {
    align-items: center;
    color: #754a0a;
    display: inline-flex;
    font-size: 0.76rem;
    font-weight: 750;
    min-height: 2.75rem;
    text-decoration-color: rgba(117, 74, 10, 0.4);
    text-underline-offset: 0.28em;
}

.moment-steps a:hover,
.moment-next a:hover,
.pathway-blog-link a:hover {
    color: var(--home-wine);
}

.moment-next {
    align-items: baseline;
    border-top: 1px solid rgba(74, 28, 35, 0.16);
    display: flex;
    gap: 0.75rem;
    justify-content: center;
    margin-top: 3.5rem;
    padding-top: 1.5rem;
}

.moment-next p,
.pathway-blog-link p {
    font-family: var(--home-serif);
    font-size: 1.15rem;
    margin: 0;
}

.proof-section {
    background:
        linear-gradient(180deg, rgba(28, 16, 19, 0.94), rgba(21, 14, 16, 0.98)),
        url("/assets/images/textures/grain.webp");
}

.proof-intro {
    align-items: end;
    display: grid;
    gap: 2rem 5rem;
    grid-template-columns: minmax(0, 1.35fr) minmax(17rem, 0.65fr);
}

.proof-intro__copy {
    color: var(--home-muted);
    padding-bottom: 0.4rem;
}

.proof-intro__copy p {
    line-height: 1.7;
    margin: 0 0 1.25rem;
}

.home-preview-grid {
    display: grid;
    gap: 1.15rem;
    grid-template-columns: repeat(6, minmax(0, 1fr));
    margin-top: 3.6rem;
}

.home-preview-card {
    background: rgba(255, 255, 255, 0.035);
    border: 1px solid rgba(212, 175, 55, 0.2);
    border-radius: 0.35rem;
    color: var(--home-cream);
    min-width: 0;
    overflow: hidden;
    text-decoration: none;
    transition: border-color 160ms ease, transform 160ms ease;
}

.home-preview-card:hover {
    border-color: rgba(212, 175, 55, 0.72);
    transform: translateY(-4px);
}

.home-preview-card picture,
.home-preview-card img {
    display: block;
    width: 100%;
}

.home-preview-card img {
    aspect-ratio: 4 / 5;
    height: auto;
    object-fit: cover;
    object-position: top center;
}

.home-preview-card span {
    display: block;
    font-family: var(--home-serif);
    font-size: 0.96rem;
    line-height: 1.15;
    min-height: 4.1rem;
    padding: 0.85rem;
}

.proof-hint {
    color: rgba(253, 248, 243, 0.55);
    font-size: 0.72rem;
    margin: 1rem 0 0;
    text-align: right;
}

.pathway-heading {
    align-items: end;
    display: grid;
    gap: 2rem 5rem;
    grid-template-columns: minmax(0, 1.2fr) minmax(17rem, 0.8fr);
}

.pathway-heading > p {
    color: rgba(56, 35, 38, 0.72);
    margin: 0;
}

.home-pathways {
    border-top: 1px solid rgba(74, 28, 35, 0.24);
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin-top: 3.5rem;
}

.home-pathways > a {
    border-bottom: 1px solid rgba(74, 28, 35, 0.18);
    color: var(--home-paper-text);
    min-height: 16rem;
    padding: 2.2rem 3rem 2.2rem 0;
    position: relative;
    text-decoration: none;
}

.home-pathways > a:nth-child(even) {
    border-left: 1px solid rgba(74, 28, 35, 0.18);
    padding-left: 3rem;
    padding-right: 0;
}

.home-pathways > a:hover h3,
.home-pathways > a:hover strong {
    color: var(--home-wine-bright);
}

.home-pathways > a > span {
    color: #8b5e10;
    font-size: 0.66rem;
    font-weight: 750;
    letter-spacing: 0.14em;
    text-transform: uppercase;
}

.home-pathways h3 {
    font-family: var(--home-serif);
    font-size: clamp(1.7rem, 3vw, 2.25rem);
    font-weight: 600;
    line-height: 1.02;
    margin: 0.85rem 0;
    transition: color 160ms ease;
}

.home-pathways p {
    color: rgba(56, 35, 38, 0.72);
    font-size: 0.86rem;
    line-height: 1.65;
    margin: 0 0 1.25rem;
    max-width: 30rem;
}

.home-pathways strong {
    color: #754a0a;
    font-size: 0.75rem;
    text-decoration: underline;
    text-decoration-color: rgba(117, 74, 10, 0.36);
    text-underline-offset: 0.3em;
    transition: color 160ms ease;
}

.pathway-blog-link {
    align-items: baseline;
    display: flex;
    gap: 0.8rem;
    justify-content: center;
    margin-top: 2.3rem;
}

.book-facts-section {
    background:
        linear-gradient(135deg, rgba(74, 28, 35, 0.88), rgba(26, 16, 19, 0.98)),
        url("/assets/images/textures/grain.webp");
}

.book-facts-layout {
    align-items: center;
    display: grid;
    gap: clamp(3rem, 8vw, 7rem);
    grid-template-columns: minmax(15rem, 0.68fr) minmax(0, 1.32fr);
}

.book-facts-cover {
    justify-self: center;
    max-width: 20rem;
    position: relative;
    width: 100%;
}

.book-facts-cover::before {
    background: rgba(212, 175, 55, 0.16);
    content: "";
    filter: blur(45px);
    inset: 15% 8%;
    position: absolute;
}

.book-facts-cover picture,
.book-facts-cover img {
    display: block;
    position: relative;
    width: 100%;
}

.book-facts-cover img {
    border-radius: 0.2rem;
    box-shadow: 0 32px 76px rgba(0, 0, 0, 0.55);
    height: auto;
}

.book-facts-copy h2 {
    max-width: 13ch;
}

.book-facts-copy__lede {
    color: rgba(253, 248, 243, 0.76);
    font-family: var(--home-serif);
    font-size: 1.3rem;
    line-height: 1.55;
    margin: 1.5rem 0 2rem;
    max-width: 38rem;
}

.book-facts-list {
    border-bottom: 1px solid rgba(212, 175, 55, 0.22);
    border-top: 1px solid rgba(212, 175, 55, 0.22);
    margin: 0;
}

.book-facts-list > div {
    display: grid;
    gap: 1rem;
    grid-template-columns: 9.5rem minmax(0, 1fr);
    padding: 0.85rem 0;
}

.book-facts-list > div + div {
    border-top: 1px solid rgba(212, 175, 55, 0.12);
}

.book-facts-list dt {
    color: var(--home-gold-light);
    font-size: 0.72rem;
    font-weight: 750;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.book-facts-list dd {
    color: rgba(253, 248, 243, 0.74);
    font-size: 0.82rem;
    line-height: 1.5;
    margin: 0;
}

.book-facts-actions {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: 1rem 1.4rem;
    margin-top: 2rem;
}

.author-note {
    color: rgba(253, 248, 243, 0.62);
    font-size: 0.76rem;
    line-height: 1.65;
    margin: 1.5rem 0 0;
    max-width: 41rem;
}

.author-note strong {
    color: rgba(253, 248, 243, 0.84);
}

.free-chapter-section {
    background:
        linear-gradient(rgba(231, 220, 202, 0.97), rgba(231, 220, 202, 0.97)),
        url("/assets/images/textures/grain.webp");
    color: var(--home-paper-text);
}

.free-chapter-layout {
    align-items: start;
    display: grid;
    gap: 3rem 6rem;
    grid-template-columns: minmax(0, 1fr) minmax(18rem, 0.8fr);
}

.free-chapter-section h2 {
    max-width: 12ch;
}

.free-chapter-section p {
    color: rgba(56, 35, 38, 0.75);
    max-width: 35rem;
}

.free-chapter-form {
    border-bottom: 1px solid rgba(74, 28, 35, 0.32);
    border-top: 1px solid rgba(74, 28, 35, 0.32);
}

.free-chapter-form summary {
    color: var(--home-wine);
    cursor: pointer;
    font-family: var(--home-serif);
    font-size: 1.25rem;
    font-weight: 650;
    list-style-position: inside;
    min-height: 3.75rem;
    padding: 1.05rem 0;
}

.free-chapter-form__frame {
    background: var(--home-ink);
    border: 1px solid rgba(74, 28, 35, 0.24);
    margin-bottom: 1rem;
    overflow: hidden;
}

.free-chapter-form iframe {
    border: 0;
    color-scheme: dark;
    display: block;
    max-width: 100%;
    min-height: 430px;
    width: 100%;
}

.home-faq-layout {
    align-items: start;
    display: grid;
    gap: 3rem 7rem;
    grid-template-columns: minmax(16rem, 0.7fr) minmax(0, 1.3fr);
}

.home-faq-list {
    border-top: 1px solid rgba(74, 28, 35, 0.28);
}

.home-faq-list details {
    border-bottom: 1px solid rgba(74, 28, 35, 0.2);
    padding: 0;
}

.home-faq-list summary {
    color: var(--home-paper-text);
    cursor: pointer;
    font-family: var(--home-serif);
    font-size: 1.35rem;
    font-weight: 650;
    line-height: 1.2;
    min-height: 4.5rem;
    padding: 1.35rem 2rem 1.35rem 0;
}

.home-faq-list p {
    color: rgba(56, 35, 38, 0.72);
    font-size: 0.88rem;
    line-height: 1.7;
    margin: -0.2rem 0 1.4rem;
    max-width: 40rem;
}

.home-final {
    background:
        linear-gradient(180deg, rgba(33, 19, 23, 0.94), rgba(15, 10, 12, 0.98)),
        url("/assets/images/textures/grain.webp");
    text-align: center;
}

.home-final__inner {
    margin: 0 auto;
    max-width: 58rem;
    padding: clamp(5rem, 10vw, 9rem) 2rem;
}

.home-final h2 {
    margin: 0 auto;
    max-width: 14ch;
}

.home-final > .home-final__inner > p:not(.home-kicker):not(.home-final__assurance) {
    color: rgba(253, 248, 243, 0.74);
    margin: 1.5rem auto 2rem;
    max-width: 40rem;
}

.home-final__assurance {
    color: rgba(253, 248, 243, 0.55);
    font-size: 0.7rem;
    font-weight: 650;
    letter-spacing: 0.08em;
    margin: 1.4rem 0 0;
    text-transform: uppercase;
}

.home-footer {
    background: #100b0d;
    border-top: 1px solid rgba(212, 175, 55, 0.18);
}

.home-footer__inner {
    margin: 0 auto;
    max-width: 74rem;
    padding: 3.5rem 2rem 2rem;
}

.home-footer__top {
    align-items: center;
    display: flex;
    justify-content: space-between;
}

.home-footer__top nav {
    display: flex;
    flex-wrap: wrap;
    gap: 0.9rem 1.5rem;
}

.home-footer__top nav a {
    align-items: center;
    color: rgba(253, 248, 243, 0.58);
    display: inline-flex;
    font-size: 0.75rem;
    justify-content: center;
    min-height: 2.75rem;
    min-width: 2.75rem;
    text-decoration: none;
}

.home-footer__top nav a:hover {
    color: var(--home-gold-light);
}

.home-footer__line {
    border-bottom: 1px solid rgba(212, 175, 55, 0.13);
    border-top: 1px solid rgba(212, 175, 55, 0.13);
    color: rgba(253, 248, 243, 0.58);
    font-family: var(--home-serif);
    font-size: clamp(1.1rem, 2vw, 1.45rem);
    font-style: italic;
    margin: 2rem 0;
    padding: 1.5rem 0;
    text-align: center;
}

.home-footer .site-footer-meta {
    margin-top: 0;
}

.home-sticky-buy {
    align-items: center;
    background: rgba(22, 15, 17, 0.97);
    border-top: 1px solid rgba(212, 175, 55, 0.52);
    bottom: 0;
    display: none;
    gap: 0.8rem;
    justify-content: space-between;
    left: 0;
    padding: 0.7rem max(0.8rem, env(safe-area-inset-left)) calc(0.7rem + env(safe-area-inset-bottom)) max(0.8rem, env(safe-area-inset-right));
    position: fixed;
    right: 0;
    transform: translateY(110%);
    transition: transform 180ms ease;
    z-index: 90;
}

.home-sticky-buy.is-visible {
    transform: translateY(0);
}

.home-sticky-buy p,
.home-sticky-buy strong,
.home-sticky-buy span {
    display: block;
    margin: 0;
}

.home-sticky-buy strong {
    color: var(--home-cream);
    font-family: var(--home-serif);
    font-size: 0.95rem;
}

.home-sticky-buy span {
    color: rgba(253, 248, 243, 0.6);
    font-size: 0.62rem;
    margin-top: 0.1rem;
}

.home-sticky-buy a {
    align-items: center;
    background: var(--home-gold-light);
    border-radius: 0.3rem;
    color: #21150b;
    display: inline-flex;
    font-size: 0.78rem;
    font-weight: 800;
    min-height: 2.75rem;
    padding: 0.75rem 0.95rem;
    text-decoration: none;
}

body.has-home-sticky {
    padding-bottom: 4.6rem;
}

@media (max-width: 1100px) {
    .home-hero__inner {
        gap: 1rem 2rem;
        grid-template-columns: minmax(0, 1fr) minmax(20rem, 0.8fr);
    }

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

@media (max-width: 900px) {
    .home-nav {
        display: none;
    }

    .home-menu {
        display: block;
    }

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

    .home-hero__inner {
        grid-template-columns: minmax(0, 1fr);
        min-height: auto;
        padding-top: 8.5rem;
    }

    .home-hero__copy {
        margin: 0 auto;
        max-width: 43rem;
        text-align: center;
    }

    .home-hero h1 {
        margin-left: auto;
        margin-right: auto;
        max-width: 13ch;
    }

    .home-hero__lede {
        margin-left: auto;
        margin-right: auto;
    }

    .home-hero__actions,
    .home-value-line {
        justify-content: center;
    }

    .home-proof-stack {
        height: 32rem;
        margin: -1rem auto 0;
        max-width: 35rem;
    }

    .home-hero__assurance {
        margin: -1.3rem 0 0;
        text-align: center;
    }

    .moment-steps {
        gap: 2.8rem 0;
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .moment-steps li:nth-child(3),
    .moment-steps li:nth-child(4) {
        margin-top: 1rem;
    }

    .proof-intro,
    .pathway-heading,
    .free-chapter-layout,
    .home-faq-layout {
        grid-template-columns: minmax(0, 1fr);
    }

    .book-facts-layout {
        gap: 3.5rem;
        grid-template-columns: minmax(13rem, 0.55fr) minmax(0, 1.45fr);
    }
}

@media (max-width: 767px) {
    .home-header__inner {
        min-height: 3.75rem;
        padding: 0 1rem;
    }

    .home-wordmark {
        font-size: 1.22rem;
    }

    .home-hero__inner {
        gap: 0;
        padding: 5rem 1rem 1.15rem;
    }

    .home-hero h1 {
        font-size: clamp(2.7rem, 11.5vw, 3rem);
        line-height: 0.94;
        max-width: 100%;
    }

    .home-kicker {
        font-size: 0.62rem;
        letter-spacing: 0.15em;
        margin-bottom: 0.65rem;
    }

    .home-hero__lede {
        font-size: 1.02rem;
        line-height: 1.48;
        margin: 1rem auto 1.1rem;
        max-width: 22rem;
    }

    .home-hero__actions {
        display: grid;
        gap: 0.55rem;
        justify-items: center;
        width: 100%;
    }

    .home-button {
        min-height: 3.15rem;
        width: 100%;
    }

    .home-hero__actions .home-button {
        max-width: 18rem;
        width: 17rem;
    }

    .home-value-line {
        flex-wrap: nowrap;
        font-size: clamp(0.46rem, 1.85vw, 0.53rem);
        gap: 0 0.42rem;
        letter-spacing: 0.07em;
        margin-top: 0.8rem;
        white-space: nowrap;
        width: 100%;
    }

    .home-value-line li:not(:last-child)::after {
        margin-left: 0.42rem;
    }

    .home-proof-stack {
        height: 15.7rem;
        margin-top: -0.2rem;
        max-width: 23rem;
    }

    .home-proof-stack__cover {
        left: 34%;
        top: 49%;
        width: min(45%, 9.7rem);
    }

    .home-proof-stack__page {
        width: min(43%, 9rem);
    }

    .home-proof-stack__page--left {
        left: 6%;
        top: 15%;
    }

    .home-proof-stack__page--right {
        right: 4%;
        top: 18%;
    }

    .home-hero__assurance {
        font-size: 0.88rem;
        margin: 0.2rem 0 0;
    }

    .home-section-inner,
    .home-final__inner,
    .home-footer__inner {
        padding-left: 1rem;
        padding-right: 1rem;
    }

    .home-section-heading h2,
    .pathway-heading h2,
    .book-facts-copy h2,
    .free-chapter-section h2,
    .home-final h2 {
        font-size: clamp(2.45rem, 12vw, 3.55rem);
    }

    .moment-steps {
        gap: 2.8rem;
        grid-template-columns: minmax(0, 1fr);
        margin-top: 3.6rem;
    }

    .moment-steps li,
    .moment-steps li:first-child,
    .moment-steps li:last-child {
        border-top: 0;
        padding: 0 0 0 4.8rem;
        text-align: left;
    }

    .moment-steps li:nth-child(3),
    .moment-steps li:nth-child(4) {
        margin-top: 0;
    }

    .moment-steps__number {
        left: 0;
        top: 0;
        transform: none;
    }

    .moment-steps h3 {
        margin-top: 0;
    }

    .moment-steps p {
        margin-left: 0;
        max-width: 21rem;
    }

    .moment-next,
    .pathway-blog-link {
        align-items: center;
        flex-direction: column;
        text-align: center;
    }

    .proof-intro,
    .pathway-heading {
        gap: 1.5rem;
    }

    .home-preview-grid {
        display: flex;
        gap: 0.85rem;
        margin-left: -1rem;
        margin-right: -1rem;
        margin-top: 2.5rem;
        overflow-x: auto;
        padding: 0 1rem 1rem;
        scroll-snap-type: x mandatory;
    }

    .home-preview-card {
        flex: 0 0 min(62vw, 14rem);
        scroll-snap-align: start;
    }

    .proof-hint {
        text-align: left;
    }

    .home-pathways {
        grid-template-columns: minmax(0, 1fr);
        margin-top: 2.6rem;
    }

    .home-pathways > a,
    .home-pathways > a:nth-child(even) {
        border-left: 0;
        min-height: 0;
        padding: 1.8rem 0;
    }

    .home-pathways h3 {
        font-size: 2rem;
    }

    .book-facts-layout {
        grid-template-columns: minmax(0, 1fr);
    }

    .book-facts-cover {
        max-width: 13rem;
    }

    .book-facts-copy {
        text-align: left;
    }

    .book-facts-list > div {
        gap: 0.35rem;
        grid-template-columns: minmax(0, 1fr);
    }

    .book-facts-actions {
        display: grid;
        justify-items: stretch;
        text-align: center;
    }

    .home-faq-list summary {
        font-size: 1.25rem;
    }

    .home-footer__top {
        align-items: flex-start;
        flex-direction: column;
        gap: 1.5rem;
    }

    .home-sticky-buy {
        display: flex;
    }
}

@media (max-width: 390px) {
    .home-proof-stack {
        height: 15.4rem;
    }
}

@media (prefers-reduced-motion: reduce) {
    html {
        scroll-behavior: auto;
    }

    .home-button,
    .home-preview-card,
    .home-sticky-buy {
        transition: none;
    }

    .home-button:hover,
    .home-preview-card:hover {
        transform: none;
    }
}
