.home-page {
    --home-navy: #092b35;
    --home-teal: #0d5360;
    --home-gold: #c78c35;
    --home-paper: #f6f0e5;
    --home-ink: #16333a;
    --home-muted: #61747a;
    color: var(--home-ink);
    font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
    margin: -20px calc(50% - 50vw) 0;
    overflow: hidden;
}

.home-page *, .home-page *::before, .home-page *::after { box-sizing: border-box; }
.home-page h1, .home-page h2 { font-family: Georgia, "Times New Roman", serif; letter-spacing: -.035em; }
.home-page h2 { color: var(--home-navy); font-size: clamp(2rem, 4vw, 3.35rem); line-height: 1.06; margin: 0; }
.home-page p { line-height: 1.72; }
.home-page a:focus-visible, .home-page summary:focus-visible { outline: 3px solid #e7b663; outline-offset: 4px; }

.home-hero {
    align-items: center;
    background: var(--home-navy);
    color: #fff;
    display: grid;
    gap: clamp(38px, 6vw, 92px);
    grid-template-columns: minmax(0, 1.02fr) minmax(360px, .98fr);
    min-height: 720px;
    padding: 72px max(24px, calc((100vw - 1240px) / 2)) 88px;
    position: relative;
}

.home-hero::before { background: radial-gradient(circle, rgba(207,153,69,.16) 1px, transparent 1.5px); background-size: 26px 26px; content: ""; inset: 0 50% 0 0; opacity: .45; position: absolute; }
.home-hero-copy { max-width: 680px; position: relative; z-index: 1; }
.home-kicker, .home-section-label { color: var(--home-gold); font-size: .75rem; font-weight: 900; letter-spacing: .15em; margin: 0 0 14px; text-transform: uppercase; }
.home-kicker span { border: 1px solid rgba(255,255,255,.35); border-radius: 50%; color: #fff; display: inline-grid; font-family: Georgia, serif; font-size: 1rem; height: 31px; margin-right: 9px; place-items: center; width: 31px; }
.home-hero h1 { color: #fff; font-size: clamp(3.15rem, 6.25vw, 6rem); line-height: .96; margin: 0 0 26px; max-width: 750px; }
.home-hero h1 em { color: #e5b663; display: block; font-style: italic; font-weight: 400; }
.home-lead { color: #d8e4e5; font-size: clamp(1.02rem, 1.5vw, 1.2rem); margin: 0; max-width: 64ch; }
.home-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 34px; }
.home-button { align-items: center; border: 1px solid transparent; border-radius: 4px; display: inline-flex; font-size: .9rem; font-weight: 850; gap: 12px; justify-content: center; min-height: 52px; padding: 13px 21px; text-decoration: none; transition: transform .2s ease, background .2s ease, box-shadow .2s ease; }
.home-button:hover { transform: translateY(-2px); }
.home-button-primary { background: var(--home-gold); color: #102f35; }
.home-button-primary:hover { background: #dda34c; box-shadow: 0 12px 25px rgba(0,0,0,.22); }
.home-button-secondary { border-color: rgba(255,255,255,.4); color: #fff; }
.home-button-secondary:hover { background: rgba(255,255,255,.08); }
.home-proof { display: flex; flex-wrap: wrap; gap: 12px 24px; list-style: none; margin: 34px 0 0; padding: 22px 0 0; border-top: 1px solid rgba(255,255,255,.13); }
.home-proof li { color: #bfd0d2; font-size: .78rem; font-weight: 700; }
.home-proof i { color: #e1ad59; margin-right: 6px; }

.home-hero-visual { margin: 0; min-height: 520px; position: relative; }
.home-hero-visual::before { border: 1px solid rgba(226,177,96,.38); content: ""; inset: -18px 18px 34px -18px; position: absolute; }
.home-hero-visual > img { display: block; filter: sepia(.12) contrast(1.06); height: 560px; object-fit: cover; position: relative; width: 100%; }
.home-hero-visual figcaption { background: rgba(5,29,35,.88); bottom: 0; color: #c3d0d1; font-size: .68rem; left: 0; padding: 8px 12px; position: absolute; }
.home-word-card { background: #fbf6eb; box-shadow: 0 22px 45px rgba(0,0,0,.3); color: var(--home-navy); display: grid; min-width: 230px; padding: 20px 24px; position: absolute; right: -22px; top: 38px; }
.home-word-card::before { background: var(--home-gold); content: ""; height: 4px; left: 0; position: absolute; right: 0; top: 0; }
.home-word-card span { font-family: Georgia, "Times New Roman", serif; font-size: 2.2rem; line-height: 1.2; }
.home-word-card strong { color: #a3691e; font-size: .82rem; margin-top: 5px; text-transform: uppercase; }
.home-word-card small { color: #6b7878; margin-top: 4px; }

.home-intro { background: var(--home-paper); display: grid; gap: 45px; grid-template-columns: minmax(0, 1fr) minmax(280px, .44fr); padding: 110px max(24px, calc((100vw - 1120px) / 2)); }
.home-intro .home-section-label { grid-column: 1 / -1; margin-bottom: -22px; }
.home-intro > p:last-child { border-left: 2px solid var(--home-gold); color: var(--home-muted); font-size: 1.05rem; margin: 8px 0 0; padding-left: 28px; }

.home-method, .home-library, .home-faq { padding: 105px max(24px, calc((100vw - 1200px) / 2)); }
.home-section-heading { align-items: end; display: grid; gap: 50px; grid-template-columns: 1fr minmax(280px, .55fr); margin-bottom: 48px; }
.home-section-heading > p { color: var(--home-muted); margin: 0; }
.home-method { background: #fff; }
.home-method-grid { display: grid; gap: 1px; grid-template-columns: repeat(3, 1fr); background: #d9e0df; border: 1px solid #d9e0df; }
.home-method-grid article { background: #fff; min-height: 310px; padding: 34px; position: relative; }
.home-method-grid article > span { color: #a5b1b2; font-family: Georgia, serif; font-size: .8rem; position: absolute; right: 25px; top: 25px; }
.home-method-grid i { align-items: center; background: #eef4f2; border-radius: 50%; color: var(--home-teal); display: flex; font-size: 1.35rem; height: 54px; justify-content: center; margin-bottom: 54px; width: 54px; }
.home-method-grid h3 { color: var(--home-navy); font-family: Georgia, serif; font-size: 1.55rem; margin: 0 0 12px; }
.home-method-grid p { color: var(--home-muted); font-size: .93rem; margin: 0; }

.home-reader-showcase { align-items: center; background: #e8efec; display: grid; gap: clamp(45px, 7vw, 105px); grid-template-columns: minmax(0, 1.08fr) minmax(320px, .72fr); padding: 105px max(24px, calc((100vw - 1200px) / 2)); }
.home-reader-demo { background: #fff; border: 1px solid #cdd9d5; box-shadow: 0 35px 70px rgba(12,54,61,.14); }
.home-demo-bar { background: var(--home-navy); color: #fff; display: flex; font-size: .75rem; font-weight: 800; justify-content: space-between; padding: 14px 20px; }
.home-demo-bar i { color: var(--home-gold); margin-right: 7px; }
.home-demo-bar span:last-child { color: #a9c0c2; }
.home-demo-body { padding: clamp(24px, 5vw, 48px); }
.home-demo-hebrew { color: var(--home-navy); font-family: Georgia, "Times New Roman", serif; font-size: clamp(1.75rem, 3vw, 2.65rem); line-height: 1.8 !important; margin: 0 0 12px; }
.home-demo-audio { background: #edf4f2; border: 0; border-radius: 99px; color: var(--home-teal); font-weight: 800; padding: 9px 13px; }
.home-demo-audio i { margin-right: 5px; }
.home-demo-translit { color: #9a6a27; font-style: italic; margin: 24px 0 7px; }
.home-demo-portuguese { border-bottom: 1px solid #e2e7e5; color: #334b51; font-family: Georgia, serif; font-size: 1.15rem; margin: 0; padding-bottom: 24px; }
.home-demo-portuguese sup { color: var(--home-gold); font-weight: 900; }
.home-demo-words { display: grid; gap: 8px; grid-template-columns: repeat(3, 1fr); margin-top: 22px; }
.home-demo-words span { background: #f6f3eb; display: grid; padding: 13px; text-align: center; }
.home-demo-words b { color: var(--home-navy); font-family: Georgia, serif; font-size: 1.35rem; }
.home-demo-words small { color: #7a8585; margin-top: 3px; }
.home-showcase-copy > p:not(.home-section-label) { color: var(--home-muted); }
.home-showcase-copy ul { list-style: none; margin: 24px 0; padding: 0; }
.home-showcase-copy li { border-bottom: 1px solid #cedbd6; color: #385158; font-size: .9rem; padding: 12px 0; }
.home-showcase-copy li i { color: #a66d24; margin-right: 10px; }
.home-text-link { color: var(--home-teal); font-weight: 900; text-decoration: none; }
.home-text-link i { margin-left: 8px; transition: transform .2s; }
.home-text-link:hover i { transform: translateX(4px); }

.home-depth { align-items: center; background: var(--home-navy); color: #fff; display: grid; gap: clamp(45px, 8vw, 115px); grid-template-columns: minmax(300px, .72fr) minmax(0, 1fr); padding: 110px max(24px, calc((100vw - 1160px) / 2)); }
.home-depth figure { margin: 0; position: relative; }
.home-depth figure::after { border: 1px solid rgba(207,153,69,.55); content: ""; inset: 20px -20px -20px 20px; position: absolute; }
.home-depth figure img { display: block; filter: sepia(.14); max-height: 610px; object-fit: cover; position: relative; width: 100%; z-index: 1; }
.home-depth figcaption { background: rgba(6,33,40,.9); bottom: 0; color: #bccdce; font-size: .67rem; left: 0; padding: 9px 12px; position: absolute; z-index: 2; }
.home-depth h2 { color: #fff; }
.home-depth > div > p:not(.home-section-label) { color: #c8d7d8; font-size: 1.05rem; max-width: 65ch; }
.home-benefit-list { display: grid; gap: 1px; grid-template-columns: repeat(2, 1fr); margin-top: 34px; background: rgba(255,255,255,.15); }
.home-benefit-list article { background: var(--home-navy); padding: 20px 20px 20px 0; }
.home-benefit-list article:nth-child(even) { padding-left: 24px; }
.home-benefit-list strong, .home-benefit-list span { display: block; }
.home-benefit-list strong { color: #e4b464; font-family: Georgia, serif; font-size: 1.2rem; }
.home-benefit-list span { color: #afc2c4; font-size: .8rem; margin-top: 5px; }

.home-library { background: #f8f5ee; }
.home-testament { background: #fff; border: 1px solid #dfe3de; margin-top: 18px; padding: 30px; }
.home-testament h3 { color: var(--home-navy); font-family: Georgia, serif; font-size: 1.35rem; margin: 0 0 24px; }
.home-testament h3 span { color: #a86d22; font-size: 1.5rem; margin-right: 7px; }
.home-testament summary { align-items: center; color: var(--home-navy); cursor: pointer; display: flex; font-family: Georgia, serif; font-size: 1.35rem; font-weight: 700; justify-content: space-between; list-style: none; }
.home-testament summary::-webkit-details-marker { display: none; }
.home-testament summary small { color: #8a6a3f; font-family: "Segoe UI", sans-serif; font-size: .7rem; letter-spacing: .06em; text-transform: uppercase; }
.home-testament summary i { margin-left: 7px; transition: transform .2s; }
.home-testament[open] summary i { transform: rotate(180deg); }
.home-testament[open] summary { margin-bottom: 24px; }
.home-books-grid { display: grid; gap: 8px; grid-template-columns: repeat(8, minmax(0, 1fr)); }
.home-books-grid a { align-items: center; background: #f1f5f3; border-left: 3px solid transparent; color: var(--home-ink); display: flex; flex-direction: column; min-height: 69px; justify-content: center; overflow: hidden; padding: 8px 4px; text-align: center; text-decoration: none; transition: background .18s, border-color .18s, transform .18s; }
.home-books-grid a:hover { background: #e3eeea; border-color: var(--home-gold); transform: translateY(-2px); }
.home-books-grid b { color: var(--home-teal); font-size: .85rem; }
.home-books-grid span { font-size: .62rem; margin-top: 3px; max-width: 100%; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }

.home-faq { background: #fff; display: grid; gap: clamp(45px, 8vw, 110px); grid-template-columns: minmax(280px, .65fr) minmax(0, 1fr); }
.home-faq > div:first-child > p:last-child { color: var(--home-muted); }
.home-faq-list details { border-bottom: 1px solid #dce3e1; }
.home-faq-list summary { align-items: center; color: var(--home-navy); cursor: pointer; display: flex; font-family: Georgia, serif; font-size: 1.15rem; font-weight: 700; justify-content: space-between; list-style: none; padding: 22px 0; }
.home-faq-list summary::-webkit-details-marker { display: none; }
.home-faq-list summary i { color: var(--home-gold); font-size: .85rem; transition: transform .2s; }
.home-faq-list details[open] summary i { transform: rotate(45deg); }
.home-faq-list details p { color: var(--home-muted); margin: -4px 40px 22px 0; }

.home-final-cta { background: #b67c29; color: #fff; padding: 90px 24px; text-align: center; }
.home-final-cta > p { font-family: Georgia, serif; font-size: 1.3rem; letter-spacing: .1em; margin: 0 0 15px; opacity: .85; }
.home-final-cta h2 { color: #fff; font-size: clamp(2.25rem, 5vw, 4.5rem); margin-bottom: 18px; }
.home-final-cta > span { display: block; margin-bottom: 29px; opacity: .9; }
.home-button-light { background: #fff; color: var(--home-navy); }
.home-button-light:hover { box-shadow: 0 12px 28px rgba(60,35,8,.22); }
.home-image-credits { background: #f8f5ee; color: #7f8c8c; font-size: .66rem; margin: 0; padding: 15px 24px; text-align: center; }

@media (max-width: 1000px) {
    .home-hero { grid-template-columns: 1fr; padding-top: 65px; }
    .home-hero-copy { max-width: 780px; }
    .home-hero-visual { min-height: 450px; }
    .home-hero-visual > img { height: 470px; }
    .home-reader-showcase { grid-template-columns: 1fr; }
    .home-showcase-copy { max-width: 700px; }
    .home-books-grid { grid-template-columns: repeat(6, minmax(0, 1fr)); }
}

@media (max-width: 760px) {
    .home-hero { gap: 55px; min-height: 0; padding-bottom: 68px; }
    .home-hero h1 { font-size: clamp(3rem, 14vw, 4.7rem); }
    .home-proof { display: grid; }
    .home-word-card { bottom: -24px; right: 15px; top: auto; }
    .home-intro, .home-section-heading, .home-depth, .home-faq { grid-template-columns: 1fr; }
    .home-intro { gap: 24px; padding-bottom: 78px; padding-top: 78px; }
    .home-intro .home-section-label { margin-bottom: 0; }
    .home-intro > p:last-child { margin-top: 10px; }
    .home-method, .home-library, .home-faq { padding-bottom: 78px; padding-top: 78px; }
    .home-section-heading { gap: 20px; }
    .home-method-grid { grid-template-columns: 1fr; }
    .home-method-grid article { min-height: 260px; }
    .home-reader-showcase, .home-depth { padding-bottom: 80px; padding-top: 80px; }
    .home-depth figure { max-width: 530px; }
    .home-books-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); }
}

@media (max-width: 480px) {
    .home-actions { align-items: stretch; flex-direction: column; }
    .home-button { width: 100%; }
    .home-hero-visual { min-height: 375px; }
    .home-hero-visual > img { height: 380px; }
    .home-word-card { min-width: 205px; padding: 15px 18px; }
    .home-word-card span { font-size: 1.8rem; }
    .home-demo-body { padding: 22px 16px; }
    .home-demo-bar span:last-child { display: none; }
    .home-demo-words { grid-template-columns: 1fr; }
    .home-benefit-list { grid-template-columns: 1fr; }
    .home-benefit-list article, .home-benefit-list article:nth-child(even) { padding: 16px 0; }
    .home-testament { padding: 22px 14px; }
    .home-testament summary small { display: none; }
    .home-books-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
}

@media (prefers-reduced-motion: reduce) {
    .home-page *, .home-page *::before, .home-page *::after { scroll-behavior: auto !important; transition: none !important; }
}
