.jce-home-page { background: #fff; }
.home-main {
  --home-ink: #252c29; --home-muted: #58615d; --home-wine: #863454;
  --home-wine-dark: #65243e; --home-teal: #165d60; --home-line: #dce3df;
  color: var(--home-ink); font: 16px/1.7 'Poppins', Arial, sans-serif;
}
.home-main * { box-sizing: border-box; letter-spacing: 0; }
.home-main h1, .home-main h2, .home-main h3, .home-main p, .home-main figure, .home-main ol { margin: 0; }
.home-main h1, .home-main h2, .home-main h3 { color: var(--home-ink); }
.home-main h2 { font: 500 42px/1.14 Georgia, 'Times New Roman', serif; }
.home-main h3 { font-size: 20px; line-height: 1.35; font-weight: 600; }
.home-main p { color: var(--home-muted); }
.home-main a { color: inherit; text-decoration: none; }
.home-main a:hover { color: var(--home-wine); }
.home-main a:focus-visible, .home-main button:focus-visible, .home-main summary:focus-visible { outline: 3px solid #d69819; outline-offset: 5px; }
.home-main a, .home-main button, .home-main summary { -webkit-tap-highlight-color: transparent; }
.home-wrap { width: min(1240px, calc(100% - 80px)); margin-inline: auto; }
.home-section { padding: 88px 0; }
.home-main .home-eyebrow { font-size: 13px; font-weight: 600; line-height: 1.55; text-transform: uppercase; color: var(--home-wine); margin-bottom: 16px; }
.home-main .home-fine { font-size: 12px; line-height: 1.65; }
.home-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 20px; }
.home-main .home-btn { display: inline-flex; align-items: center; justify-content: center; gap: 14px; min-height: 52px; padding: 13px 22px; border: 1px solid transparent; border-radius: 4px; font: 600 14px/1.5 'Poppins', Arial, sans-serif; text-align: center; cursor: pointer; transition: background-color .18s ease, color .18s ease, border-color .18s ease; }
.home-main .home-btn-primary { background: var(--home-wine); color: #fff; }
.home-main .home-btn-primary:hover { background: var(--home-wine-dark); color: #fff; }
.home-main .home-btn-outline { background: transparent; color: var(--home-teal); border-color: #aebfb6; }
.home-main .home-btn-outline:hover { background: #fff; color: #154845; border-color: #426b60; }
.home-main .home-link { display: inline-flex; align-items: center; gap: 12px; min-height: 44px; color: var(--home-teal); font-size: 14px; font-weight: 600; line-height: 1.55; }
.home-main .home-link:hover { color: var(--home-wine); text-decoration: underline; text-underline-offset: 5px; }
.home-main i { flex-shrink: 0; }
.home-skip { position: fixed; left: 16px; top: -100px; padding: 12px 20px; background: #fff; color: #252c29; z-index: 20000; }
.home-skip:focus { top: 12px; }

.home-hero { position: relative; min-height: 620px; background: #f9f9f9; isolation: isolate; overflow: hidden; }
.home-hero-image { position: absolute; z-index: -1; width: min(1480px, 100%); height: 100%; right: 0; top: 0; object-fit: cover; object-position: right center; }
.home-hero-inner { min-height: 620px; position: relative; display: flex; align-items: center; padding-block: 54px 66px; }
.home-hero-copy { width: 460px; max-width: 44%; }
.home-main .home-hero .home-eyebrow { margin-bottom: 20px; font-size: 12px; }
.home-main .home-hero h1 { font: 600 62px/.99 'Poppins', Arial, sans-serif; margin-bottom: 22px; }
.home-hero h1 span { color: var(--home-wine); }
.home-main .home-hero-line { font: 400 32px/1.18 Georgia, 'Times New Roman', serif; color: var(--home-ink); margin-bottom: 16px; }
.home-hero-line em { color: var(--home-teal); }
.home-main .home-lead { font-size: 16px; line-height: 1.7; max-width: 395px; margin-bottom: 26px; }
.home-hero .home-actions { gap: 12px 20px; align-items: center; }
.home-hero .home-link { font-size: 13px; }
.home-main .home-hero-rating { display: flex; flex-wrap: wrap; gap: 8px 10px; align-items: center; font-size: 12px; margin-top: 27px; }
.home-hero-rating strong { font-size: 15px; }
.home-hero-rating span > i { font-size: 10px; margin-left: 4px; }
.home-stars { display: inline-flex; color: #a96b0d; gap: 3px; font-size: 13px; }
.home-hero-caption { position: absolute; bottom: 18px; right: 0; font-size: 11px; color: #555f5a; padding: 3px 8px; background: #fffffff0; }

.home-reputation { background: #fff; border-bottom: 1px solid var(--home-line); }
.home-reputation-inner { display: grid; grid-template-columns: auto 1fr auto; gap: 30px; align-items: center; padding-block: 32px; }
.home-rating-number { font: 500 62px/1 Georgia, 'Times New Roman', serif; color: var(--home-teal); padding-right: 30px; border-right: 1px solid var(--home-line); }
.home-rating-number span { font: 400 19px/1 'Poppins', Arial, sans-serif; color: var(--home-muted); }
.home-main .home-reputation h2 { font-size: 25px; margin-bottom: 5px; }
.home-main .home-reputation .home-eyebrow { font-size: 11px; margin-bottom: 7px; }
.home-reputation p { font-size: 13px; }
.home-main .home-reputation .home-fine { font-size: 11px; margin-top: 7px; }
.home-section-heading { display: flex; align-items: flex-end; justify-content: space-between; gap: 40px; margin-bottom: 38px; }
.home-section-heading > p { max-width: 390px; font-size: 15px; line-height: 1.75; }
.home-services-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 30px; }
.home-service { min-width: 0; display: flex; flex-direction: column; align-items: flex-start; }
.home-service-art { width: 100%; aspect-ratio: 4/3; overflow: hidden; background: #f4f5f4; margin-bottom: 24px; }
.home-service-art img { width: 100%; height: 100%; object-fit: cover; display: block; transition: transform .35s ease; }
.home-service-art:hover img { transform: scale(1.035); }
.home-service-heading { display: flex; width: 100%; gap: 12px; justify-content: space-between; align-items: flex-start; margin-bottom: 12px; }
.home-service-heading > i { color: var(--home-teal); margin-top: 5px; font-size: 17px; }
.home-main .home-service-heading h3 { font-size: 20px; }
.home-service p { font-size: 14px; margin-bottom: 10px; }
.home-service .home-link { margin-top: auto; }
.home-more-services { display: flex; flex-wrap: wrap; align-items: center; gap: 8px 22px; border-top: 1px solid var(--home-line); margin-top: 36px; padding-top: 20px; font-size: 13px; }
.home-more-services span { color: var(--home-muted); }
.home-more-services a { display: inline-flex; min-height: 38px; align-items: center; gap: 8px; font-weight: 500; border-bottom: 1px solid #c7d4cb; }
.home-more-services i { font-size: 10px; }
.home-clients { padding: 30px 0 38px; border-block: 1px solid var(--home-line); }
.home-main .home-clients .home-eyebrow { text-align: center; font-size: 11px; color: var(--home-muted); margin-bottom: 20px; }
.home-client-logos { display: grid; grid-template-columns: repeat(6, minmax(0, 1fr)); align-items: center; gap: 40px; }
.home-client-logos img { width: 100%; height: 76px; object-fit: contain; }

.home-books { background: #fbf2f5; }
.home-books .home-section-heading { margin-bottom: 45px; }
.home-book-shelf { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 36px; }
.home-book { min-width: 0; }
.home-book-art { display: flex; align-items: flex-end; justify-content: center; aspect-ratio: 1 / 1.28; padding: 0 20px 25px; border-bottom: 1px solid #d9c5cd; }
.home-book-art img { max-width: 100%; height: 100%; width: auto; object-fit: contain; box-shadow: 6px 10px 14px #38232b1c; transition: transform .25s ease; }
.home-book-art:hover img { transform: translateY(-5px); }
.home-main .home-book-language { margin-top: 20px; margin-bottom: 6px; color: var(--home-wine); text-transform: uppercase; font-size: 11px; font-weight: 600; }
.home-main .home-book h3 { font-size: 17px; line-height: 1.5; }
.home-books-bottom { display: flex; align-items: center; justify-content: space-between; gap: 24px; margin-top: 35px; }
.home-books-bottom .home-actions { gap: 12px; }
.home-books-bottom > p { flex-shrink: 0; }
.home-personalized { display: grid; grid-template-columns: auto 1fr auto; gap: 24px; align-items: center; padding-top: 28px; border-top: 1px solid #dbc9d0; margin-top: 36px; }
.home-personalized > i { font-size: 32px; color: var(--home-teal); }
.home-main .home-personalized h3 { font: 400 24px/1.25 Georgia, 'Times New Roman', serif; margin-bottom: 7px; }
.home-personalized p { font-size: 13px; max-width: 690px; }

.home-process { background: #175357; color: #fff; }
.home-main .home-process h2, .home-main .home-process h3, .home-main .home-process .home-link { color: #fff; }
.home-main .home-process p { color: #e0eeeb; }
.home-main .home-process .home-eyebrow { color: #f3cd78; }
.home-process .home-link:hover { color: #f3cd78; }
.home-process-grid { list-style: none; padding: 0; display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 44px; }
.home-process-grid li { border-top: 1px solid #71a09d; padding-top: 22px; }
.home-step { display: block; font: italic 400 34px/1 Georgia, 'Times New Roman', serif; color: #e5bc67; margin-bottom: 22px; }
.home-process-grid h3 { margin-bottom: 12px; }
.home-process-grid p { font-size: 14px; line-height: 1.8; }
.home-process-contact { display: flex; justify-content: space-between; gap: 18px; flex-wrap: wrap; padding-top: 24px; border-top: 1px solid #46797a; margin-top: 36px; font-size: 13px; }
.home-process-contact i { margin-right: 8px; }
.home-process-contact a { color: #fff; text-decoration: underline; text-underline-offset: 4px; }
.home-process-contact a:hover { color: #f3cd78; }
.home-help-grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: 90px; }
.home-help-grid > div > p:not(.home-eyebrow) { margin-block: 22px 12px; font-size: 14px; }
.home-faq details { border-bottom: 1px solid var(--home-line); }
.home-faq details:first-child { border-top: 1px solid var(--home-line); }
.home-main summary { cursor: pointer; }
.home-faq summary { display: flex; list-style: none; justify-content: space-between; gap: 22px; padding: 22px 0; font-size: 15px; line-height: 1.6; font-weight: 500; }
.home-faq summary::-webkit-details-marker, .home-estimator > summary::-webkit-details-marker { display: none; }
.home-faq summary::after { content: '+'; font: 400 22px/1.1 Arial, sans-serif; color: var(--home-teal); flex-shrink: 0; }
.home-faq details[open] summary::after { content: '-'; }
.home-faq details p { padding: 0 30px 24px 0; font-size: 14px; }
.home-faq p a { text-decoration: underline; text-underline-offset: 3px; color: var(--home-teal); }
.home-estimator-section { padding-bottom: 74px; }
.home-estimator { border: 1px solid #b4c6bc; border-radius: 4px; }
.home-estimator > summary { display: flex; justify-content: space-between; align-items: center; gap: 20px; padding: 24px 28px; list-style: none; background: #f1f6f3; font-size: 14px; color: var(--home-teal); font-weight: 500; }
.home-estimator > summary > span { display: inline-flex; align-items: center; gap: 14px; }
.home-estimator[open] > summary .fa-plus { transform: rotate(45deg); }
.home-estimator-body { display: grid; grid-template-columns: 1fr 1fr; gap: 64px; padding: 36px 28px; }
.home-main .home-estimator-body h2 { font-size: 30px; margin-bottom: 18px; }
.home-estimator-body p { font-size: 14px; margin-bottom: 18px; }
.home-estimator-body label { display: block; font-size: 13px; font-weight: 500; margin-bottom: 8px; }
.home-estimator-body input, .home-estimator-body select { font: 400 16px/1.5 'Poppins', Arial, sans-serif; background: #fff; color: var(--home-ink); border: 1px solid #8a9e92; border-radius: 3px; min-height: 48px; width: 100%; padding: 10px 12px; }
.home-estimator-body input:focus, .home-estimator-body select:focus { outline: 2px solid var(--home-teal); outline-offset: 2px; }
.home-dimensions { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px; margin-block: 18px; }
.home-estimate-result { display: block; margin-top: 18px; min-height: 58px; font-size: 14px; color: var(--home-teal); font-weight: 500; }
.home-finale { background: #f6f1f3; border-top: 1px solid #ebdde3; }
.home-finale-inner { text-align: center; }
.home-main .home-finale h2 { font-size: 48px; }
.home-finale p:not(.home-eyebrow) { margin: 22px auto 30px; font-size: 15px; }
.home-finale .home-actions { justify-content: center; }
.home-main [id] { scroll-margin-top: 125px; }
@media (min-width: 1600px) { .home-hero-image { right: calc((100% - 1500px) / 2); } }
@media (max-width: 1199px) {
  .home-wrap { width: calc(100% - 64px); }
  .home-main .home-hero h1 { font-size: 54px; }
  .home-hero-copy { width: 410px; max-width: 46%; }
  .home-main .home-hero-line { font-size: 28px; }
  .home-hero .home-actions { display: block; }
  .home-hero .home-link { display: flex; margin-top: 8px; }
  .home-reputation-inner { grid-template-columns: auto 1fr; gap: 22px; }
  .home-reputation-inner > .home-link { grid-column: 2; margin-top: -14px; }
  .home-rating-number { grid-row: span 2; }
  .home-services-grid { gap: 22px; }
  .home-main .home-service-heading h3 { font-size: 18px; }
  .home-book-shelf { gap: 24px; }
  .home-book-art { padding-inline: 10px; }
  .home-books-bottom { align-items: flex-start; flex-direction: column; }
  .home-help-grid { gap: 45px; }
}
@media (max-width: 900px) {
  .home-hero { min-height: 710px; }
  .home-hero-inner { min-height: 710px; align-items: flex-start; padding-top: 42px; }
  .home-hero-image { width: 100%; height: 400px; top: auto; bottom: 0; object-fit: cover; object-position: right center; }
  .home-hero-copy { max-width: 520px; width: 100%; }
  .home-main .home-hero h1 { font-size: 52px; }
  .home-hero h1 br { display: none; }
  .home-main .home-hero-line { font-size: 27px; }
  .home-hero-line br { display: none; }
  .home-main .home-lead { max-width: 450px; margin-bottom: 17px; font-size: 15px; }
  .home-hero .home-actions { display: flex; gap: 8px 20px; }
  .home-hero .home-link { margin: 0; }
  .home-main .home-hero-rating { margin-top: 16px; }
  .home-hero-caption { bottom: 10px; }
  .home-section { padding: 65px 0; }
  .home-main h2 { font-size: 35px; }
  .home-section-heading { align-items: flex-start; flex-direction: column; gap: 20px; }
  .home-section-heading > p { max-width: 570px; }
  .home-desktop-break { display: none; }
  .home-service-heading > i { display: none; }
  .home-client-logos { gap: 22px; grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .home-client-logos img { height: 64px; }
  .home-book-shelf { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 30px; }
  .home-book-art { aspect-ratio: 1 / 1.15; padding-inline: 25px; }
  .home-personalized { grid-template-columns: auto 1fr; }
  .home-personalized > .home-link { grid-column: 2; margin-top: -12px; }
  .home-process-grid { gap: 25px; }
  .home-help-grid { grid-template-columns: 1fr; gap: 30px; }
  .home-estimator-body { gap: 30px; }
}
@media (max-width: 600px) {
  .home-wrap { width: calc(100% - 40px); }
  .home-section { padding: 48px 0; }
  .home-main h2 { font-size: 31px; }
  .home-main .home-eyebrow { font-size: 11px; margin-bottom: 12px; }
  .home-hero, .home-hero-inner { min-height: 656px; }
  .home-hero-inner { padding-top: 24px; padding-bottom: 245px; }
  .home-main .home-hero .home-eyebrow { font-size: 10px; margin-bottom: 14px; }
  .home-main .home-hero h1 { font-size: 35px; line-height: 1.06; margin-bottom: 15px; }
  .home-hero h1 br { display: block; }
  .home-main .home-hero-line { font-size: 25px; margin-bottom: 13px; }
  .home-hero-line br { display: block; }
  .home-main .home-lead { font-size: 14px; line-height: 1.65; max-width: 360px; margin-bottom: 18px; }
  .home-hero-image { height: 248px; width: 100%; object-position: right bottom; }
  .home-hero .home-actions { gap: 5px 18px; }
  .home-hero .home-btn { font-size: 13px; padding: 12px 17px; min-height: 48px; }
  .home-hero .home-link { font-size: 11px; gap: 7px; }
  .home-main .home-hero-rating { margin-top: 13px; font-size: 12px; gap: 6px 8px; }
  .home-stars { font-size: 11px; gap: 2px; }
  .home-hero-caption { font-size: 11px; }
  .home-reputation-inner { padding-block: 26px; gap: 16px; }
  .home-rating-number { padding-right: 16px; font-size: 44px; }
  .home-rating-number span { font-size: 13px; }
  .home-main .home-reputation h2 { font-size: 22px; }
  .home-reputation-inner > .home-link { font-size: 12px; margin-top: -10px; }
  .home-reputation p:not([class]) { font-size: 12px; }
  .home-main .home-reputation .home-eyebrow { font-size: 9px; }
  .home-main .home-reputation .home-fine { font-size: 10px; }
  .home-section-heading { margin-bottom: 26px; gap: 14px; }
  .home-section-heading > p { font-size: 14px; }
  .home-services-grid { grid-template-columns: 1fr; gap: 36px; }
  .home-service-art { aspect-ratio: 4 / 2.8; margin-bottom: 18px; }
  .home-service-heading { margin-bottom: 8px; }
  .home-service-heading > i { display: block; }
  .home-main .home-service-heading h3 { font-size: 21px; }
  .home-more-services { gap: 6px 18px; font-size: 12px; padding-top: 16px; margin-top: 25px; }
  .home-more-services span { width: 100%; }
  .home-clients { padding-block: 24px; }
  .home-main .home-clients .home-eyebrow { max-width: 300px; margin-inline: auto; font-size: 10px; }
  .home-client-logos { gap: 20px; }
  .home-client-logos img { height: 58px; }
  .home-books .home-section-heading { margin-bottom: 28px; }
  .home-book-shelf { gap: 24px 20px; }
  .home-book-art { aspect-ratio: 1 / 1.45; padding: 0 5px 17px; }
  .home-main .home-book-language { font-size: 10px; margin-top: 13px; }
  .home-main .home-book h3 { font-size: 14px; }
  .home-books-bottom { gap: 18px; margin-top: 28px; }
  .home-books-bottom .home-actions { flex-direction: column; align-items: stretch; width: 100%; }
  .home-books-bottom .home-btn { font-size: 13px; }
  .home-personalized { gap: 18px; margin-top: 24px; padding-top: 23px; }
  .home-personalized > i { font-size: 25px; }
  .home-main .home-personalized h3 { font-size: 23px; }
  .home-process-grid { grid-template-columns: 1fr; gap: 28px; }
  .home-process-grid li { position: relative; padding-left: 55px; padding-top: 21px; }
  .home-step { position: absolute; left: 0; top: 22px; font-size: 29px; }
  .home-process-grid h3 { font-size: 19px; }
  .home-process-contact { font-size: 12px; margin-top: 27px; }
  .home-faq summary { font-size: 14px; padding-block: 19px; }
  .home-faq details p { font-size: 13px; }
  .home-estimator-section { padding-bottom: 44px; }
  .home-estimator > summary { padding: 20px; display: block; font-size: 13px; }
  .home-estimator > summary > span { display: flex; }
  .home-estimator > summary > span + span { margin-top: 10px; justify-content: space-between; }
  .home-estimator-body { padding: 25px 20px; grid-template-columns: 1fr; gap: 16px; }
  .home-main .home-estimator-body h2 { font-size: 25px; }
  .home-main .home-finale h2 { font-size: 33px; }
  .home-finale p:not(.home-eyebrow) { font-size: 14px; margin-block: 20px 23px; }
  .home-finale p br { display: none; }
  .home-finale .home-actions { gap: 12px; }
  .home-finale .home-btn { width: 100%; }
}
@media (max-width: 360px) {
  .home-main .home-hero h1 { font-size: 30px; }
  .home-main .home-hero-line { font-size: 23px; }
  .home-hero, .home-hero-inner { min-height: 690px; }
  .home-hero .home-actions { flex-direction: column; align-items: flex-start; gap: 0; }
}
@media (prefers-reduced-motion: reduce) { .home-main * { transition: none !important; scroll-behavior: auto !important; } }
