.elementor-574 .elementor-element.elementor-element-bc23bd1{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-3243994 *//* =========================================================
   OMNI PUBLISHER
   BOOKS PAGE
   LUXURY EDITORIAL SYSTEM
========================================================= */

:root {

    --dark: #171514;
    --cream: #F8F5F1;
    --cream-dark: #F1ECE6;

    --red: #CC292B;

    --text: #171514;
    --muted: #66605B;
    --muted-light: #AAA39D;

    --line-dark: rgba(23,21,20,.14);
    --line-light: rgba(248,245,241,.15);

    --serif: "Playfair Display", Georgia, serif;
    --sans: "Inter", Arial, sans-serif;
}


* {
    box-sizing: border-box;
}


html {
    scroll-behavior: smooth;
}


body {
    margin: 0;

    background: var(--dark);

    font-family: var(--sans);

    overflow-x: hidden;
}


body,
button,
a {
    -webkit-font-smoothing: antialiased;
    text-decoration: none !important;
}


.omni-books-page {
    width: 100%;

    overflow-x: hidden;
}


.omni-books-page a {
    text-decoration: none !important;
}


.omni-books-page button {
    border: 0;

    font-family: var(--sans);
}


.omni-books-page img {
    display: block;

    width: 100%;
}


/* =========================================================
   GLOBAL CONTAINER
========================================================= */

.container,
.hero-container {

    width: min(
        1380px,
        calc(100% - 100px)
    );

    margin-left: auto;
    margin-right: auto;
}


/* =========================================================
   EYEBROW
========================================================= */

.eyebrow {

    display: flex;

    align-items: center;

    gap: 11px;

    color: var(--red);

    font-size: 10px;
    font-weight: 600;

    letter-spacing: .21em;

    line-height: 1.4;

    text-transform: uppercase;
}


.eyebrow span {

    width: 28px;
    height: 1px;

    background: var(--red);

    display: block;
}


.dark-eyebrow {
    color: var(--red);
}


/* =========================================================
   HERO
========================================================= */

.books-hero {

    position: relative;

    width: 100%;

    height: 88vh;
    min-height: 700px;

    display: flex;

    align-items: center;

    background: var(--dark);

    color: var(--cream);

    overflow: hidden;

    isolation: isolate;
}


/* giant typography */

.hero-bg-word {

    position: absolute;

    z-index: 0;

    pointer-events: none;
    user-select: none;

    white-space: nowrap;

    font-family: var(--serif);

    font-weight: 600;

    line-height: .76;

    letter-spacing: -.08em;

    color: rgba(248,245,241,.038);
}


.hero-bg-word-one {

    top: 3%;
    left: -5%;

    font-size: clamp(
        180px,
        27vw,
        450px
    );
}


.hero-bg-word-two {

    right: -13%;
    bottom: 5%;

    font-size: clamp(
        160px,
        24vw,
        400px
    );
}


/* circles */

.hero-circle {

    position: absolute;

    z-index: 1;

    border-radius: 50%;

    pointer-events: none;
}


.hero-circle-one {

    width: 650px;
    height: 650px;

    right: -250px;
    top: -230px;

    border: 1px solid rgba(204,41,43,.12);
}


.hero-circle-two {

    width: 420px;
    height: 420px;

    right: 30px;
    top: 100px;

    border: 1px solid rgba(248,245,241,.06);
}


/* crosses */

.hero-cross {

    position: absolute;

    z-index: 5;

    width: 22px;
    height: 22px;
}


.hero-cross::before,
.hero-cross::after {

    content: "";

    position: absolute;

    left: 50%;
    top: 50%;

    background: var(--red);

    transform: translate(-50%, -50%);
}


.hero-cross::before {
    width: 22px;
    height: 1px;
}


.hero-cross::after {
    width: 1px;
    height: 22px;
}


.hero-cross-one {

    right: 11%;
    top: 27%;
}


.hero-cross-two {

    left: 9%;
    bottom: 20%;
}


/* hero container */

.hero-container {

    position: relative;

    z-index: 5;

    min-height: 100%;

    display: flex;

    align-items: center;
}


.hero-content {

    max-width: 830px;

    padding-bottom: 35px;
}


.hero-content h1 {

    margin: 22px 0 0;

    font-family: var(--serif);

    font-size: clamp(
        65px,
        8.5vw,
        130px
    );

    font-weight: 500;

    line-height: .92;

    letter-spacing: -.055em;
    color: white !important;
}


.hero-content h1 em {

    display: block;

    color: var(--red);

    font-style: normal;
}


.hero-content > p {

    max-width: 590px;

    margin: 34px 0 0;

    color: var(--muted-light);

    font-size: 15px;

    line-height: 1.9;
}


/* links */

.primary-link {

    display: inline-flex;

    align-items: center;

    gap: 17px;

    margin-top: 39px;

    padding-bottom: 10px;

    border-bottom: 1px solid rgba(248,245,241,.38);

    color: var(--cream);

    font-size: 9px;

    font-weight: 600;

    letter-spacing: .17em;

    text-transform: uppercase;

    transition:
        color .3s ease,
        gap .3s ease,
        border-color .3s ease;
}


.primary-link b {

    font-size: 17px;

    font-weight: 400;

    line-height: 1;

    transition: transform .3s ease;
}


.primary-link:hover {

    gap: 23px;

    color: var(--red);

    border-color: var(--red);
}


.primary-link:hover b {

    transform: translateX(3px);
}


/* hero rail */

.hero-bottom-rail {

    position: absolute;

    z-index: 20;

    left: 0;
    bottom: 0;

    width: 100%;

    min-height: 61px;

    display: flex;

    align-items: center;

    border-top: 1px solid var(--line-light);

    background: rgba(23,21,20,.82);
}


.rail-inner {

    width: min(
        1380px,
        calc(100% - 100px)
    );

    margin: auto;

    display: flex;

    align-items: center;

    justify-content: space-between;

    color: rgba(248,245,241,.43);

    font-size: 8px;
    font-weight: 600;

    letter-spacing: .21em;

    text-transform: uppercase;
}


.rail-inner i {

    width: 3px;
    height: 3px;

    flex-shrink: 0;

    background: var(--red);

    border-radius: 50%;
}


/* =========================================================
   COLLECTION
========================================================= */

.book-collection {

    position: relative;

    padding: 145px 0 165px;

    background: var(--cream);

    overflow: hidden;
}


.section-bg-word {

    position: absolute;

    z-index: 0;

    right: -8%;
    top: 3%;

    font-family: var(--serif);

    font-size: clamp(
        170px,
        25vw,
        420px
    );

    font-weight: 600;

    line-height: .78;

    letter-spacing: -.08em;

    color: rgba(23,21,20,.045);

    pointer-events: none;
    user-select: none;

    white-space: nowrap;
}


.collection-circle {

    position: absolute;

    width: 500px;
    height: 500px;

    left: -330px;
    bottom: -250px;

    border: 1px solid rgba(204,41,43,.09);

    border-radius: 50%;
}


/* heading */

.section-heading {

    position: relative;

    z-index: 5;

    max-width: 790px;
}


.section-heading h2 {

    margin: 19px 0 0;

    font-family: var(--serif);

    font-size: clamp(
        58px,
        6.3vw,
        94px
    );
    
    color: black !important;

    font-weight: 500;

    line-height: .97;

    letter-spacing: -.05em;
}


.section-heading h2 em {

    color: var(--red);

    font-style: normal;
}


.section-heading p {

    max-width: 610px;

    margin: 27px 0 0;

    color: var(--muted);

    font-size: 14px;

    line-height: 1.9;
}


/* =========================================================
   FILTERS
========================================================= */

.book-filters {

    position: relative;

    z-index: 5;

    margin-top: 72px;

    padding: 17px 0;

    border-top: 1px solid var(--line-dark);
    border-bottom: 1px solid var(--line-dark);

    display: flex;

    align-items: center;

    flex-wrap: wrap;
}


.filter-button {

    position: relative;

    padding: 11px 24px;

    background: transparent;

    color: var(--muted);

    cursor: pointer;

    font-size: 9px;
    font-weight: 600;

    letter-spacing: .14em;

    text-transform: uppercase;

    transition: color .3s ease;
}


.filter-button:first-child {
    padding-left: 0;
}


.filter-button::after {

    content: "";

    position: absolute;

    left: 24px;
    right: 24px;
    bottom: 2px;

    height: 1px;

    background: var(--red);

    transform: scaleX(0);

    transform-origin: left;

    transition: transform .3s ease;
}


.filter-button:first-child::after {
    left: 0;
}


.filter-button:hover,
.filter-button.active {

    color: var(--red);
}


.filter-button.active::after {

    transform: scaleX(1);
}


/* =========================================================
   BOOK GRID
========================================================= */

.books-grid {

    position: relative;

    z-index: 5;

    margin-top: 70px;

    display: grid;

    grid-template-columns:
        repeat(4, minmax(0, 1fr));

    column-gap: 31px;

    row-gap: 75px;
}


/* book card */

.book-card {

    min-width: 0;

    opacity: 1;

    transform: translateY(0);

    transition:
        opacity .35s ease,
        transform .35s ease;
}


.book-card.hidden {

    display: none;
}


/* cover */

.book-cover-link {

    display: block;

    color: var(--dark);
}


.book-cover {

    position: relative;

    width: 100%;

    aspect-ratio: .675;

    overflow: hidden;

    background: var(--cream-dark);
}


.book-cover img {

    width: 100%;
    height: 100%;

    object-fit: cover;

    transition:
        transform .65s cubic-bezier(.22,1,.36,1);
}


.book-card:hover .book-cover img {

    transform: scale(1.025);
}


/* number */

.book-number {

    position: absolute;

    z-index: 6;

    left: 13px;
    top: 13px;

    width: 30px;
    height: 30px;

    display: flex;

    align-items: center;
    justify-content: center;

    background: var(--cream);

    color: var(--dark);

    font-size: 8px;
    font-weight: 600;

    letter-spacing: .08em;
}


/* red line */

.cover-line {

    position: absolute;

    z-index: 5;

    left: 0;
    bottom: 0;

    width: 100%;
    height: 2px;

    background: var(--red);

    transform: scaleX(0);

    transform-origin: left;

    transition: transform .4s ease;
}


.book-card:hover .cover-line {

    transform: scaleX(1);
}


/* view */

.view-book {

    position: absolute;

    z-index: 8;

    right: 14px;
    bottom: 13px;

    display: flex;

    align-items: center;

    gap: 9px;

    padding: 8px 10px;

    background: var(--cream);

    color: var(--dark);

    font-size: 7px;
    font-weight: 600;

    letter-spacing: .11em;

    opacity: 0;

    transform: translateY(8px);

    transition:
        opacity .3s ease,
        transform .3s ease;
}


.view-book span {

    color: var(--red);

    font-size: 12px;

    font-weight: 400;
}


.book-card:hover .view-book {

    opacity: 1;

    transform: translateY(0);
}


/* information */

.book-information {

    padding-top: 18px;
}


.book-category {

    color: var(--red);

    font-size: 8px;
    font-weight: 600;

    letter-spacing: .16em;

    text-transform: uppercase;
}


.book-information h3 {

    margin: 8px 0 0;

    color: var(--dark);

    font-family: var(--serif);

    font-size: 22px;

    font-weight: 600;

    line-height: 1.12;

    letter-spacing: -.025em;

    transition: color .3s ease;
}


.book-card:hover .book-information h3 {

    color: var(--red);
}


.book-information > p {

    margin: 8px 0 0;

    color: var(--dark);

    font-size: 10px;
    font-weight: 600;

    letter-spacing: .09em;

    text-transform: uppercase;
}


.book-meta {

    margin-top: 8px;

    color: var(--muted);

    font-size: 8px;
    font-weight: 500;

    letter-spacing: .12em;

    text-transform: uppercase;
}


.book-meta span {

    color: var(--red);

    padding: 0 3px;
}


/* no results */

.no-books {

    display: none;

    position: relative;

    z-index: 5;

    padding: 80px 0 20px;

    color: var(--muted);

    font-size: 9px;
    font-weight: 600;

    letter-spacing: .15em;
}


.no-books.show {
    display: block;
}


/* =========================================================
   FEATURED BOOK
========================================================= */

.featured-book {

    position: relative;

    padding: 150px 0;

    background: var(--dark);

    color: var(--cream);

    overflow: hidden;
}


.featured-bg-word {

    position: absolute;

    z-index: 0;

    left: -9%;
    top: 12%;

    font-family: var(--serif);

    font-size: clamp(
        170px,
        26vw,
        430px
    );

    font-weight: 600;

    line-height: .78;

    letter-spacing: -.08em;

    color: rgba(248,245,241,.034);

    pointer-events: none;

    white-space: nowrap;
}


.featured-circle {

    position: absolute;

    width: 620px;
    height: 620px;

    right: -310px;
    bottom: -350px;

    border: 1px solid rgba(204,41,43,.11);

    border-radius: 50%;
}


.featured-layout {

    position: relative;

    z-index: 5;

    display: grid;

    grid-template-columns:
        minmax(330px,.82fr)
        minmax(400px,1fr);

    align-items: center;

    gap: clamp(
        70px,
        10vw,
        155px
    );
}


/* featured cover */

.featured-cover-wrap {

    width: min(
        100%,
        520px
    );

    justify-self: center;
}


.featured-cover-wrap a {

    position: relative;

    display: block;
}


.featured-cover-wrap img {

    width: 100%;

    aspect-ratio: .675;

    object-fit: cover;
}


.featured-cover-line {

    position: absolute;

    left: 0;
    bottom: 0;

    width: 100%;
    height: 2px;

    background: var(--red);
}


/* content */

.featured-content {

    max-width: 650px;
}


.featured-content h2 {

    margin: 20px 0 0;

    font-family: var(--serif);

    font-size: clamp(
        56px,
        6.2vw,
        94px
    );

    font-weight: 500;

    line-height: .97;

    letter-spacing: -.05em;
    
    color: white !important;
}


.featured-content h2 em {

    color: var(--red);

    font-style: normal;
}


.featured-description {

    max-width: 590px;

    margin: 31px 0 0;

    color: var(--muted-light);

    font-size: 14px;

    line-height: 1.9;
}


.featured-details {

    margin-top: 45px;

    border-top: 1px solid var(--line-light);
}


.detail-row {

    display: grid;

    grid-template-columns: 105px 1fr;

    gap: 20px;

    padding: 15px 0;

    border-bottom: 1px solid var(--line-light);
}


.detail-row span {

    color: #8F8882;

    font-size: 8px;
    font-weight: 600;

    letter-spacing: .16em;
}


.detail-row strong {

    color: var(--cream);

    font-size: 9px;
    font-weight: 600;

    letter-spacing: .13em;

    text-transform: uppercase;
}


.featured-link {

    display: inline-flex;

    align-items: center;

    gap: 17px;

    margin-top: 37px;

    padding-bottom: 9px;

    border-bottom: 1px solid rgba(248,245,241,.38);

    color: var(--cream);

    font-size: 9px;
    font-weight: 600;

    letter-spacing: .16em;

    text-transform: uppercase;

    transition:
        color .3s ease,
        gap .3s ease,
        border-color .3s ease;
}


.featured-link span {

    color: var(--red);

    font-size: 16px;
}


.featured-link:hover {

    color: var(--red);

    border-color: var(--red);

    gap: 23px;
}


/* =========================================================
   BROWSE
========================================================= */

.browse-section {

    position: relative;

    padding: 145px 0 160px;

    background: var(--cream);

    overflow: hidden;
}


.browse-bg-word {

    position: absolute;

    right: -9%;
    top: 4%;

    font-family: var(--serif);

    font-size: clamp(
        180px,
        28vw,
        470px
    );

    font-weight: 600;

    line-height: .78;

    letter-spacing: -.08em;

    color: rgba(23,21,20,.04);

    pointer-events: none;
}


.browse-heading {

    position: relative;

    z-index: 5;

    max-width: 730px;
}


.browse-heading h2 {

    margin: 20px 0 0;

    font-family: var(--serif);

    font-size: clamp(
        58px,
        6.3vw,
        94px
    );

    font-weight: 500;

    line-height: .96;

    letter-spacing: -.05em;
    
    color: black!important;
}


.browse-heading h2 em {

    color: var(--red);

    font-style: normal;
}


/* category rows */

.category-list {

    position: relative;

    z-index: 5;

    margin-top: 70px;

    border-top: 1px solid var(--line-dark);
}


.category-row {

    width: 100%;

    min-height: 108px;

    padding: 0;

    display: grid;

    grid-template-columns: 80px 1fr 55px;

    align-items: center;

    border-bottom: 1px solid var(--line-dark);

    background: transparent;

    color: var(--dark);

    text-align: left;

    cursor: pointer;

    transition: padding .35s ease;
}


.category-row:hover {

    padding-left: 16px;
}


.category-row > span {

    color: var(--red);

    font-size: 9px;
    font-weight: 600;

    letter-spacing: .1em;
}


.category-row strong {

    font-family: var(--serif);

    font-size: clamp(
        28px,
        3.2vw,
        44px
    );

    font-weight: 500;

    letter-spacing: -.025em;
}


.category-row b {

    color: var(--red);

    font-size: 22px;

    font-weight: 400;

    opacity: 0;

    transform: translateX(-10px);

    transition:
        opacity .3s ease,
        transform .3s ease;
}


.category-row:hover b {

    opacity: 1;

    transform: translateX(0);
}


/* =========================================================
   FINAL CTA
========================================================= */

.books-final {

    position: relative;

    min-height: 690px;

    display: flex;

    align-items: center;

    justify-content: center;

    text-align: center;

    background: var(--dark);

    color: var(--cream);

    overflow: hidden;
}


.final-bg-word {

    position: absolute;

    z-index: 0;

    font-family: var(--serif);

    font-weight: 600;

    line-height: .76;

    letter-spacing: -.08em;

    color: rgba(248,245,241,.035);

    pointer-events: none;

    white-space: nowrap;
}


.final-word-one {

    left: -8%;
    top: 8%;

    font-size: clamp(
        170px,
        27vw,
        460px
    );
}


.final-word-two {

    right: -17%;
    bottom: -4%;

    font-size: clamp(
        140px,
        22vw,
        370px
    );
}


.final-content {

    position: relative;

    z-index: 5;

    display: flex;

    flex-direction: column;

    align-items: center;
}


.final-content h2 {

    max-width: 950px;

    margin: 20px 0 0;

    font-family: var(--serif);

    font-size: clamp(
        58px,
        7vw,
        105px
    );

    font-weight: 500;

    line-height: .96;

    letter-spacing: -.055em;
    color: white !important;
}


.final-content h2 em {

    color: var(--red);

    font-style: normal;
}


.final-content > p {

    max-width: 580px;

    margin: 30px 0 0;

    color: var(--muted-light);

    font-size: 14px;

    line-height: 1.85;
}


/* circle */

.final-circle {

    position: absolute;

    right: 8%;
    top: 18%;

    width: 180px;
    height: 180px;

    border: 1px solid rgba(248,245,241,.14);

    border-radius: 50%;
}


.final-circle::after {

    content: "";

    position: absolute;

    inset: 22px;

    border: 1px solid rgba(204,41,43,.42);

    border-radius: 50%;
}


/* cross */

.final-cross {

    position: absolute;

    left: 11%;
    bottom: 20%;

    width: 30px;
    height: 30px;
}


.final-cross::before,
.final-cross::after {

    content: "";

    position: absolute;

    left: 50%;
    top: 50%;

    background: var(--red);

    transform: translate(-50%,-50%);
}


.final-cross::before {

    width: 30px;
    height: 1px;
}


.final-cross::after {

    width: 1px;
    height: 30px;
}


/* =========================================================
   RESPONSIVE — TABLET
========================================================= */

@media (max-width: 1100px) {

    .container,
    .hero-container {

        width: calc(100% - 70px);
    }


    .rail-inner {

        width: calc(100% - 70px);
    }


    .books-grid {

        grid-template-columns:
            repeat(3,minmax(0,1fr));

        column-gap: 25px;

        row-gap: 60px;
    }


    .featured-layout {

        gap: 60px;
    }


    .hero-bg-word-one {

        font-size: 250px;
    }


    .hero-bg-word-two {

        font-size: 230px;
    }

}


/* =========================================================
   RESPONSIVE — MOBILE
========================================================= */

@media (max-width: 767px) {

    html {
        overflow-x: hidden;
    }


    body {

        width: 100%;

        overflow-x: hidden;

        overflow-y: auto;
    }


    .omni-books-page {

        width: 100%;

        overflow-x: hidden;
    }


    .container,
    .hero-container {

        width: calc(100% - 40px);
    }


    /* HERO */

    .books-hero {

        height: auto;

        min-height: 100svh;

        padding: 75px 0 54px;

        align-items: center;
    }


    .hero-container {

        min-height: 0;
    }


    .hero-content {

        width: 100%;

        padding: 0;
    }


    .hero-content h1 {

        margin-top: 19px;

        font-size: clamp(
            49px,
            13.5vw,
            69px
        );

        line-height: .96;
    }


    .hero-content > p {

        margin-top: 24px;

        font-size: 14px;

        line-height: 1.75;
    }


    .hero-bg-word-one {

        left: -17%;
        top: 12%;

        font-size: 175px;
    }


    .hero-bg-word-two {

        right: -30%;
        bottom: 14%;

        font-size: 155px;
    }


    .hero-circle-one {

        width: 430px;
        height: 430px;

        right: -260px;
        top: -100px;
    }


    .hero-circle-two {

        width: 280px;
        height: 280px;

        right: -120px;
        top: 100px;
    }


    .hero-cross-one {

        right: 8%;
        top: 24%;
    }


    .hero-cross-two {

        left: 7%;
        bottom: 16%;
    }


    .hero-bottom-rail {

        min-height: 53px;
    }


    .rail-inner {

        width: calc(100% - 40px);

        justify-content: flex-start;

        gap: 14px;

        overflow: hidden;

        white-space: nowrap;
    }


    .rail-inner span {

        flex: 0 0 auto;

        font-size: 6.5px;

        letter-spacing: .13em;
    }


    .rail-inner i {

        width: 2px;
        height: 2px;

        flex: 0 0 auto;
    }


    /* COLLECTION */

    .book-collection {

        padding: 95px 0 110px;
    }


    .section-bg-word {

        right: -28%;
        top: 5%;

        font-size: 175px;
    }


    .collection-circle {

        width: 370px;
        height: 370px;

        left: -260px;
        bottom: -210px;
    }


    .section-heading h2 {

        font-size: clamp(
            48px,
            13vw,
            66px
        );
    }


    .section-heading p {

        margin-top: 22px;

        font-size: 13px;
    }


    /* FILTER */

    .book-filters {

        margin-top: 48px;

        padding: 11px 0;

        overflow-x: auto;

        flex-wrap: nowrap;

        scrollbar-width: none;
    }


    .book-filters::-webkit-scrollbar {
        display: none;
    }


    .filter-button {

        flex: 0 0 auto;

        padding: 9px 9px;

        font-size: 7px;
    }


    .filter-button:first-child {

        padding-left: 0;
    }


    .filter-button::after {

        left: 9px;
        right: 9px;
    }


    .filter-button:first-child::after {

        left: 0;
    }


    /* GRID */

    .books-grid {

        margin-top: 48px;

        grid-template-columns:
            repeat(2,minmax(0,1fr));

        column-gap: 14px;

        row-gap: 48px;
    }


    .book-number {

        left: 7px;
        top: 7px;

        width: 24px;
        height: 24px;

        font-size: 7px;
    }


    .view-book {

        right: 7px;
        bottom: 7px;

        padding: 6px 7px;

        font-size: 5.5px;

        opacity: 1;

        transform: none;
    }


    .view-book span {

        font-size: 9px;
    }


    .book-information {

        padding-top: 12px;
    }


    .book-category {

        font-size: 6.5px;
    }


    .book-information h3 {

        margin-top: 6px;

        font-size: 15px;

        line-height: 1.12;
    }


    .book-information > p {

        margin-top: 6px;

        font-size: 7px;
    }


    .book-meta {

        margin-top: 5px;

        font-size: 6px;

        line-height: 1.5;
    }


    /* FEATURED */

    .featured-book {

        padding: 95px 0 110px;
    }


    .featured-bg-word {

        left: -27%;
        top: 6%;

        font-size: 175px;
    }


    .featured-circle {

        width: 390px;
        height: 390px;

        right: -250px;
        bottom: -220px;
    }


    .featured-layout {

        grid-template-columns: 1fr;

        gap: 55px;
    }


    .featured-cover-wrap {

        width: min(
            78vw,
            390px
        );
    }


    .featured-content h2 {

        font-size: clamp(
            48px,
            13vw,
            68px
        );
    }


    .featured-description {

        margin-top: 24px;

        font-size: 13px;

        line-height: 1.8;
    }


    .featured-details {

        margin-top: 35px;
    }


    .detail-row {

        grid-template-columns:
            80px 1fr;

        gap: 12px;
    }


    /* BROWSE */

    .browse-section {

        padding: 95px 0 110px;
    }


    .browse-bg-word {

        right: -34%;
        top: 4%;

        font-size: 185px;
    }


    .browse-heading h2 {

        font-size: clamp(
            48px,
            13vw,
            68px
        );
    }


    .category-list {

        margin-top: 50px;
    }


    .category-row {

        min-height: 82px;

        grid-template-columns:
            42px 1fr 32px;
    }


    .category-row > span {

        font-size: 7px;
    }


    .category-row strong {

        font-size: 26px;
    }


    .category-row b {

        opacity: 1;

        transform: none;

        font-size: 16px;
    }


    /* FINAL */

    .books-final {

        min-height: 650px;
    }


    .final-word-one {

        left: -25%;
        top: 10%;

        font-size: 180px;
    }


    .final-word-two {

        right: -46%;
        bottom: 8%;

        font-size: 155px;
    }


    .final-content h2 {

        font-size: clamp(
            49px,
            13vw,
            69px
        );
    }


    .final-content > p {

        font-size: 13px;

        line-height: 1.8;
    }


    .final-circle {

        width: 115px;
        height: 115px;

        right: -18px;
        top: 12%;
    }


    .final-circle::after {

        inset: 15px;
    }


    .final-cross {

        left: 7%;
        bottom: 13%;
    }

}


/* =========================================================
   SMALL MOBILE
========================================================= */

@media (max-width: 430px) {

    .container,
    .hero-container {

        width: calc(100% - 30px);
    }


    .hero-content h1 {

        font-size: 47px;
    }


    .books-grid {

        column-gap: 11px;

        row-gap: 42px;
    }


    .book-information h3 {

        font-size: 14px;
    }


    .book-category {

        font-size: 6px;
    }


    .book-information > p {

        font-size: 6.5px;
    }


    .book-meta {

        font-size: 5.7px;
    }


    .filter-button {

        padding-left: 7px;
        padding-right: 7px;
    }


    .filter-button:first-child {

        padding-left: 0;
    }


    .category-row strong {

        font-size: 23px;
    }

}


/* =========================================================
   REDUCED MOTION
========================================================= */

@media (prefers-reduced-motion: reduce) {

    html {
        scroll-behavior: auto;
    }


    *,
    *::before,
    *::after {

        animation-duration: .01ms !important;

        animation-iteration-count: 1 !important;

        transition-duration: .01ms !important;
    }

}/* End custom CSS */
/* Start custom CSS */@media only screen and (max-width: 360px) {
    #column1, #column2, #column3 {
        width: 100px;
        height: 550px;
        max-height: 550px;
    }
}/* End custom CSS */