:root {
    --home-paper: #f6f1e8;
    --home-shell: #fffaf2;
    --home-ink: #171c1d;
    --home-muted: #64686d;
    --home-line: rgba(23, 28, 29, 0.1);
    --home-olive: #35401f;
    --home-charcoal: #23271f;
    --home-mist: #bfd2d8;
    --home-red: #d4634d;
    --home-blue: #4f84d0;
    --home-gold: #b58a47;
    --home-heading: "Oxygen", sans-serif;
    --home-sans: "Oxygen", sans-serif;
    --home-shadow: 0 28px 72px rgba(22, 28, 28, 0.08);
    --home-shadow-soft: 0 18px 40px rgba(22, 28, 28, 0.06);
}

.home-page {
    background:
        radial-gradient(circle at top left, rgba(191, 210, 216, 0.2) 0%, rgba(191, 210, 216, 0) 32%),
        linear-gradient(180deg, #fbf8f2 0%, #ffffff 42%, #f8f4ec 100%);
    color: var(--home-ink);
    font-family: var(--home-sans);
}

.home-page .home-main {
    clear: both;
    float: left;
    width: 100%;
    display: block;
    overflow: visible;
    padding: 24px 0 56px;
}

.home-page .home-main section {
    float: left;
    width: 100%;
    position: relative;
}

.home-page p,
.home-page li,
.home-page a,
.home-page span,
.home-page strong {
    font-family: var(--home-sans);
}

.home-page h1,
.home-page h2,
.home-page h3 {
    font-family: var(--home-heading);
    letter-spacing: -0.035em;
    text-transform: none;
    font-weight: 600;
    overflow: visible;
}

.home-page a {
    text-decoration: none;
}

.catalog-section__eyebrow,
.editorial-note__eyebrow,
.spotlight-card__eyebrow,
.catalog-hero__index-label {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: var(--home-red);
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.18em;
    text-transform: uppercase;
}

.catalog-hero {
    padding: 8px 0 28px;
}

.catalog-hero__slider-wrap {
    max-width: 1350px;
    margin: 0 auto 24px;
}

.catalog-hero #slider.home-hero-slider {
    overflow: hidden;
    border-radius: 28px;
    box-shadow: var(--home-shadow);
    background: #dbe5e8;
}

.catalog-hero__slide {
    position: relative;
    height: 450px;
}

.catalog-hero__slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.catalog-hero #slider .owl-prev,
.catalog-hero #slider .owl-next {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: rgba(24, 30, 28, 0.72);
    color: #fff;
    transition: background-color 0.25s ease, transform 0.25s ease;
}

.catalog-hero #slider .owl-nav .owl-prev {
    left: 18px;
}

.catalog-hero #slider .owl-nav .owl-next {
    right: 18px;
}

.catalog-hero #slider .owl-prev:hover,
.catalog-hero #slider .owl-next:hover {
    background: rgba(24, 30, 28, 0.9);
    transform: translateY(-50%) scale(1.04);
}

.catalog-hero__summary {
    display: grid;
    grid-template-columns: minmax(0, 1.06fr) minmax(0, 0.82fr) minmax(280px, 0.72fr);
    gap: 18px;
    margin-bottom: 18px;
}

.catalog-hero__intro,
.catalog-hero__details,
.catalog-hero__index {
    border: 1px solid var(--home-line);
    background: rgba(255, 255, 255, 0.92);
    box-shadow: var(--home-shadow-soft);
}

.catalog-hero__intro {
    position: relative;
    overflow: hidden;
    padding: 34px 36px;
    border-radius: 34px 18px 34px 18px;
}

.catalog-hero__intro:before {
    content: "";
    position: absolute;
    right: -42px;
    top: -42px;
    width: 180px;
    height: 180px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(191, 210, 216, 0.42) 0%, rgba(191, 210, 216, 0) 72%);
}

.catalog-hero__meta {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 26px;
}

.catalog-hero__meta span {
    display: inline-flex;
    align-items: center;
    min-height: 32px;
    padding: 0 14px;
    border-radius: 999px;
    border: 1px solid rgba(23, 28, 29, 0.08);
    background: rgba(255, 255, 255, 0.86);
    color: var(--home-muted);
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    white-space: nowrap;
}

.catalog-hero__intro h1 {
    position: relative;
    margin: 18px 0 20px;
    max-width: 680px;
    color: var(--home-ink);
    font-size: 58px;
    font-weight: 600;
    line-height: 1.04;
}

.catalog-hero__text {
    margin: 0;
    color: var(--home-muted);
    font-size: 16px;
    line-height: 1.9;
}

.catalog-hero__details {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 30px 28px;
    border-radius: 18px;
}

.catalog-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 52px;
    padding: 0 22px;
    border-radius: 18px;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    transition: transform 0.25s ease, box-shadow 0.25s ease, background-color 0.25s ease;
}

.catalog-button:hover,
.catalog-button:focus {
    transform: translateY(-2px);
}

.catalog-button--primary {
    background: var(--home-charcoal);
    color: #fff;
    box-shadow: 0 18px 28px rgba(23, 28, 29, 0.16);
}

.catalog-button--primary:hover,
.catalog-button--primary:focus {
    color: #fff;
}

.catalog-button--secondary {
    border: 1px solid rgba(23, 28, 29, 0.14);
    background: rgba(255, 255, 255, 0.76);
    color: var(--home-ink);
}

.catalog-button--secondary:hover,
.catalog-button--secondary:focus {
    color: var(--home-ink);
}

.catalog-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 24px;
}

.catalog-hero__facts {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
}

.catalog-hero__fact {
    padding: 18px 20px;
    border-radius: 20px;
    border: 1px solid var(--home-line);
    background: rgba(255, 255, 255, 0.82);
    box-shadow: var(--home-shadow-soft);
}

.catalog-hero__fact strong {
    display: block;
    margin-bottom: 6px;
    color: var(--home-ink);
    font-size: 24px;
    font-weight: 700;
}

.catalog-hero__fact span {
    display: block;
    color: var(--home-muted);
    font-size: 12px;
    line-height: 1.7;
    text-transform: uppercase;
    letter-spacing: 0.1em;
}

.catalog-hero__index {
    padding: 24px 22px 18px;
    border-radius: 24px;
}

.catalog-hero__index-links {
    display: flex;
    flex-direction: column;
    gap: 6px;
    margin-top: 14px;
}

.catalog-hero__index a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding: 10px 0;
    color: var(--home-ink);
    border-bottom: 1px solid rgba(23, 28, 29, 0.08);
}

.catalog-hero__index a:last-child {
    border-bottom: 0;
}

.catalog-hero__index a span {
    min-width: 26px;
    color: var(--home-red);
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.12em;
}

.catalog-hero__index a strong {
    flex: 1 1 auto;
    color: var(--home-ink);
    font-size: 13px;
    font-weight: 600;
    line-height: 1.6;
}

.catalog-hero__index a:hover strong,
.catalog-hero__index a:focus strong {
    color: var(--home-olive);
}

.brand-ribbon {
    padding: 0 0 34px;
}

.brand-ribbon__track {
    display: grid;
    grid-template-columns: repeat(6, minmax(0, 1fr));
    border-top: 1px solid var(--home-line);
    border-bottom: 1px solid var(--home-line);
    background: rgba(255, 255, 255, 0.56);
}

.brand-ribbon__track span {
    display: flex;
    flex-direction: column;
    gap: 6px;
    min-height: 86px;
    padding: 18px 16px;
    border-right: 1px solid var(--home-line);
    color: var(--home-ink);
    font-size: 14px;
    font-weight: 600;
    line-height: 1.5;
}

.brand-ribbon__track span:last-child {
    border-right: 0;
}

.brand-ribbon__track span small {
    color: var(--home-muted);
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 0.18em;
    text-transform: uppercase;
}

.catalog-section,
.editorial-section,
.spotlight-section {
    padding: 0 0 92px;
}

.catalog-section__intro {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    justify-content: space-between;
    gap: 20px 36px;
    margin-bottom: 34px;
}

.catalog-section__intro > div {
    max-width: 740px;
}

.catalog-section__intro h2 {
    margin: 14px 0 0;
    color: var(--home-ink);
    font-size: 58px;
    font-weight: 600;
    line-height: 0.96;
}

.catalog-section__intro p {
    max-width: 420px;
    margin: 0;
    color: var(--home-muted);
    font-size: 16px;
    line-height: 1.9;
}

.catalog-section__intro--compact {
    margin-bottom: 28px;
}

.catalog-grid {
    display: grid;
    grid-template-columns: repeat(12, minmax(0, 1fr));
    grid-auto-rows: 222px;
    gap: 20px;
}

.catalog-card {
    position: relative;
    overflow: hidden;
    border-radius: 30px;
    border: 1px solid rgba(23, 28, 29, 0.08);
    background: #e5dccd;
}

.catalog-card a {
    display: block;
    width: 100%;
    height: 100%;
    color: #fff;
}

.catalog-card__image,
.catalog-card__image img {
    position: absolute;
    inset: 0;
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.catalog-card__image:after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(13, 18, 15, 0.14) 0%, rgba(13, 18, 15, 0.74) 100%);
}

.catalog-card__body {
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
    padding: 22px;
}

.catalog-card__top {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 10px;
}

.catalog-card__number {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.16);
    border: 1px solid rgba(255, 255, 255, 0.2);
    color: #fff;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.14em;
}

.catalog-card__tag {
    display: inline-flex;
    align-items: center;
    min-height: 32px;
    padding: 0 12px;
    border-radius: 999px;
    border: 1px solid rgba(255, 255, 255, 0.22);
    background: rgba(23, 28, 29, 0.2);
    color: rgba(255, 255, 255, 0.92);
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 0.14em;
    text-transform: uppercase;
}

.catalog-card__content {
    max-width: 88%;
}

.catalog-card__content h3 {
    margin: 0 0 10px;
    color: #fff;
    font-size: 40px;
    line-height: 0.94;
}

.catalog-card__content p {
    margin: 0;
    color: rgba(255, 255, 255, 0.8);
    font-size: 15px;
    line-height: 1.75;
}

.catalog-card__link,
.spotlight-card__link {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.14em;
    text-transform: uppercase;
}

.catalog-card__link:after,
.spotlight-card__link:after {
    content: "\f178";
    font-family: FontAwesome;
    font-weight: 400;
}

.catalog-card--feature {
    grid-column: span 7;
    grid-row: span 2;
}

.catalog-card--feature .catalog-card__body {
    padding: 28px;
}

.catalog-card--feature .catalog-card__content h3 {
    max-width: 420px;
    font-size: 58px;
}

.catalog-card--portrait {
    grid-column: span 5;
    grid-row: span 1;
}

.catalog-card--compact {
    grid-column: span 4;
    grid-row: span 1;
}

.editorial-layout {
    display: grid;
    grid-template-columns: minmax(0, 5fr) minmax(0, 4fr) minmax(280px, 3fr);
    gap: 20px;
    align-items: stretch;
}

.editorial-copy {
    padding: 34px 34px 32px;
    border: 1px solid var(--home-line);
    border-radius: 30px;
    background: #fff;
    box-shadow: var(--home-shadow-soft);
}

.editorial-copy h2 {
    margin: 16px 0 16px;
    color: var(--home-ink);
    font-size: 50px;
    font-weight: 600;
    line-height: 0.97;
}

.editorial-copy > p {
    margin: 0 0 26px;
    color: var(--home-muted);
    font-size: 16px;
    line-height: 1.9;
}

.editorial-points {
    display: grid;
    gap: 14px;
    margin-bottom: 28px;
}

.editorial-point {
    display: grid;
    grid-template-columns: 48px minmax(0, 1fr);
    gap: 16px;
    padding-top: 14px;
    border-top: 1px solid var(--home-line);
}

.editorial-point__number {
    color: var(--home-red);
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.18em;
    text-transform: uppercase;
}

.editorial-point p {
    margin: 0;
    color: var(--home-ink);
    font-size: 15px;
    line-height: 1.85;
}

.editorial-media {
    margin: 0;
    overflow: hidden;
    border-radius: 30px;
    background: var(--home-mist);
    box-shadow: var(--home-shadow-soft);
}

.editorial-media img {
    display: block;
    width: 100%;
    height: 100%;
    min-height: 620px;
    object-fit: cover;
}

.editorial-note {
    padding: 30px 26px;
    border-radius: 30px;
    background: linear-gradient(180deg, #223019 0%, #171d14 100%);
    color: #f5f1e8;
}

.editorial-note h3 {
    margin: 16px 0 12px;
    color: #fff;
    font-size: 34px;
    font-weight: 600;
    line-height: 0.98;
}

.editorial-note__list {
    display: grid;
    gap: 18px;
    margin-top: 18px;
}

.editorial-note__item {
    padding-top: 18px;
    border-top: 1px solid rgba(255, 255, 255, 0.12);
}

.editorial-note__item strong {
    display: block;
    margin-bottom: 8px;
    color: #fff;
    font-size: 15px;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.editorial-note__item p {
    margin: 0;
    color: rgba(255, 255, 255, 0.76);
    font-size: 14px;
    line-height: 1.8;
}

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

.spotlight-card {
    overflow: hidden;
    border: 1px solid var(--home-line);
    border-radius: 28px;
    background: #fff;
    box-shadow: var(--home-shadow-soft);
}

.spotlight-card a {
    display: flex;
    flex-direction: column;
    height: 100%;
    color: var(--home-ink);
}

.spotlight-card__media {
    overflow: hidden;
    background: #d3dde1;
    aspect-ratio: 1.18 / 1;
}

.spotlight-card__media img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.spotlight-card__body {
    padding: 24px;
}

.spotlight-card h3 {
    margin: 12px 0 10px;
    color: var(--home-ink);
    font-size: 38px;
    font-weight: 600;
    line-height: 0.96;
}

.spotlight-card p {
    margin: 0 0 18px;
    color: var(--home-muted);
    font-size: 15px;
    line-height: 1.85;
}

.spotlight-card__link {
    color: var(--home-olive);
}

.inquiry-section {
    padding: 0 0 24px;
}

.inquiry-shell {
    display: grid;
    grid-template-columns: minmax(0, 1.04fr) minmax(340px, 0.96fr);
    gap: 20px;
    padding: 34px;
    border: 1px solid rgba(23, 28, 29, 0.08);
    border-radius: 34px;
    background: linear-gradient(180deg, rgba(191, 210, 216, 0.8) 0%, rgba(246, 241, 232, 0.96) 100%);
    box-shadow: var(--home-shadow);
}

.inquiry-copy h2 {
    margin: 16px 0 16px;
    color: var(--home-ink);
    font-size: 48px;
    font-weight: 600;
    line-height: 0.97;
}

.inquiry-copy p {
    max-width: 620px;
    margin: 0 0 24px;
    color: var(--home-muted);
    font-size: 16px;
    line-height: 1.9;
}

.inquiry-cards {
    display: grid;
    gap: 14px;
    align-content: start;
}

.inquiry-card {
    display: grid;
    grid-template-columns: 52px minmax(0, 1fr);
    gap: 16px;
    align-items: center;
    padding: 18px 20px;
    border-radius: 24px;
    border: 1px solid rgba(23, 28, 29, 0.08);
    background: rgba(255, 255, 255, 0.88);
    color: var(--home-ink);
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.inquiry-card:hover,
.inquiry-card:focus {
    transform: translateY(-2px);
    box-shadow: 0 18px 28px rgba(23, 28, 29, 0.08);
    color: var(--home-ink);
}

.inquiry-card__icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 52px;
    height: 52px;
    border-radius: 16px;
    background: var(--home-charcoal);
    color: #fff;
    font-size: 18px;
}

.inquiry-card__content {
    display: block;
}

.inquiry-card__label {
    display: block;
    margin-bottom: 6px;
    color: var(--home-muted);
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.16em;
    text-transform: uppercase;
}

.inquiry-card__content strong {
    display: block;
    color: var(--home-ink);
    font-size: 15px;
    line-height: 1.65;
    font-weight: 600;
}

@media (max-width: 1279px) {
    .catalog-hero__intro h1 {
        font-size: 52px;
    }

    .catalog-section__intro h2 {
        font-size: 52px;
    }

    .catalog-card--feature .catalog-card__content h3 {
        font-size: 52px;
    }
}

@media (max-width: 1199px) {
    .catalog-hero__summary,
    .inquiry-shell {
        grid-template-columns: 1fr;
    }

    .catalog-hero__slider-wrap {
        margin-bottom: 20px;
    }

    .catalog-hero__slide {
        height: 450px;
    }

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

    .catalog-section__intro h2,
    .editorial-copy h2,
    .inquiry-copy h2 {
        font-size: 44px;
    }

    .editorial-layout {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .editorial-note {
        grid-column: 1 / -1;
    }

    .spotlight-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 1023px) {
    .catalog-hero__intro {
        padding: 30px 28px;
    }

    .catalog-hero__intro h1 {
        font-size: 46px;
    }

    .catalog-hero__facts {
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 12px;
    }

    .catalog-hero__slide {
        height: 380px;
    }

    .catalog-hero__details,
    .catalog-hero__index {
        padding: 24px;
    }

    .catalog-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        grid-auto-rows: 260px;
    }

    .catalog-card--feature {
        grid-column: span 2;
        grid-row: span 1;
    }

    .catalog-card--portrait,
    .catalog-card--compact {
        grid-column: span 1;
        grid-row: span 1;
    }

    .catalog-card--feature .catalog-card__content h3 {
        font-size: 46px;
    }

    .editorial-layout,
    .spotlight-grid {
        grid-template-columns: 1fr;
    }

    .editorial-media img {
        min-height: 440px;
    }
}

@media (max-width: 767px) {
    .home-page .home-main {
        padding-top: 12px;
        padding-bottom: 40px;
    }

    .catalog-hero,
    .brand-ribbon,
    .catalog-section,
    .editorial-section,
    .spotlight-section {
        padding-bottom: 72px;
    }

    .catalog-hero__intro,
    .catalog-hero__details,
    .catalog-hero__index,
    .inquiry-shell {
        padding: 26px 22px;
        border-radius: 28px 16px 28px 16px;
    }

    .catalog-hero__intro h1,
    .catalog-section__intro h2,
    .editorial-copy h2,
    .inquiry-copy h2 {
        font-size: 36px;
    }

    .catalog-hero__text,
    .catalog-section__intro p,
    .editorial-copy > p,
    .inquiry-copy p {
        font-size: 15px;
    }

    .catalog-button {
        width: 100%;
    }

    .catalog-hero__slider-wrap {
        margin-bottom: 18px;
    }

    .catalog-hero #slider.home-hero-slider {
        border-radius: 22px;
    }

    .catalog-hero__slide {
        height: auto;
        aspect-ratio: 1350 / 450;
    }

    .brand-ribbon__track {
        grid-template-columns: 1fr;
    }

    .catalog-hero__facts {
        grid-template-columns: 1fr;
    }

    .brand-ribbon__track span {
        min-height: auto;
        border-right: 0;
        border-bottom: 1px solid var(--home-line);
    }

    .brand-ribbon__track span:last-child {
        border-bottom: 0;
    }

    .catalog-grid {
        grid-template-columns: 1fr;
        grid-auto-rows: 300px;
    }

    .catalog-card--feature,
    .catalog-card--portrait,
    .catalog-card--compact {
        grid-column: span 1;
        grid-row: span 1;
    }

    .catalog-card__body {
        padding: 20px;
    }

    .catalog-card__content,
    .catalog-card--feature .catalog-card__content {
        max-width: 100%;
    }

    .catalog-card__content h3,
    .catalog-card--feature .catalog-card__content h3,
    .spotlight-card h3,
    .editorial-note h3 {
        font-size: 32px;
    }

    .editorial-copy,
    .editorial-note,
    .spotlight-card {
        border-radius: 24px;
    }

    .editorial-copy {
        padding: 26px 22px;
    }

    .editorial-media {
        border-radius: 24px;
    }

    .editorial-media img {
        min-height: 360px;
    }

    .inquiry-card {
        grid-template-columns: 44px minmax(0, 1fr);
        padding: 16px;
    }

    .inquiry-card__icon {
        width: 44px;
        height: 44px;
        border-radius: 14px;
        font-size: 16px;
    }
}
