:root {
    --ink: #151715;
    --ink-soft: #222521;
    --ink-muted: #60645f;
    --paper: #f4f1ea;
    --paper-light: #fbfaf7;
    --gold: #cda55c;
    --gold-light: #e1c487;
    --line: rgba(21, 23, 21, 0.13);
    --serif: "Cormorant Garamond", Georgia, serif;
    --sans: "Manrope", Arial, sans-serif;
    --shadow: 0 24px 70px rgba(20, 22, 20, 0.14);
    --radius: 3px;
}

html {
    scroll-behavior: smooth;
    scroll-padding-top: 96px;
}

body {
    background: var(--paper-light);
    color: var(--ink);
    font-family: var(--sans);
    font-size: 0.96rem;
    line-height: 1.75;
    overflow-x: hidden;
}

img {
    display: block;
    max-width: 100%;
}

a {
    color: inherit;
    text-decoration: none;
}

.skip-link {
    background: var(--gold);
    color: var(--ink);
    left: 1rem;
    padding: 0.75rem 1rem;
    position: fixed;
    top: -5rem;
    z-index: 9999;
}

.skip-link:focus {
    top: 1rem;
}

.container-xxl {
    --bs-gutter-x: 2rem;
}

.topbar {
    background: #0d0f0d;
    color: rgba(255, 255, 255, 0.7);
    font-size: 0.72rem;
    letter-spacing: 0.05em;
    padding: 0.5rem 0;
}

.topbar a {
    color: rgba(255, 255, 255, 0.8);
    transition: color 0.2s ease;
}

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

.navbar {
    background: rgba(21, 23, 21, 0.96);
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    min-height: 76px;
    transition: box-shadow 0.25s ease, background 0.25s ease;
}

.navbar.is-scrolled {
    background: rgba(21, 23, 21, 0.99);
    box-shadow: 0 14px 35px rgba(0, 0, 0, 0.16);
}

.brand-mark {
    align-items: center;
    color: #fff;
    display: inline-flex;
    gap: 0.75rem;
}

.brand-monogram {
    align-items: center;
    border: 1px solid var(--gold);
    color: var(--gold-light);
    display: inline-flex;
    font-family: var(--serif);
    font-size: 1.8rem;
    font-weight: 700;
    height: 44px;
    justify-content: center;
    line-height: 1;
    transform: rotate(45deg);
    width: 44px;
}

.brand-monogram::first-letter {
    transform: rotate(-45deg);
}

.brand-copy {
    display: flex;
    flex-direction: column;
    line-height: 1.05;
}

.brand-copy strong {
    font-family: var(--serif);
    font-size: 1.45rem;
    letter-spacing: 0.12em;
}

.brand-copy small {
    color: rgba(255, 255, 255, 0.58);
    font-size: 0.59rem;
    letter-spacing: 0.22em;
    margin-top: 0.26rem;
    text-transform: uppercase;
}

.navbar .nav-link {
    color: rgba(255, 255, 255, 0.72);
    font-size: 0.76rem;
    font-weight: 600;
    letter-spacing: 0.05em;
    padding: 0.8rem 0.85rem !important;
    position: relative;
    text-transform: uppercase;
}

.navbar .nav-link::after {
    background: var(--gold);
    bottom: 0.45rem;
    content: "";
    height: 1px;
    left: 0.85rem;
    position: absolute;
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.2s ease;
    width: calc(100% - 1.7rem);
}

.navbar .nav-link:hover,
.navbar .nav-link:focus {
    color: #fff;
}

.navbar .nav-link:hover::after {
    transform: scaleX(1);
}

.btn {
    border-radius: var(--radius);
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 0.035em;
    padding: 0.85rem 1.35rem;
    text-transform: uppercase;
    transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease, color 0.2s ease;
}

.btn:hover {
    transform: translateY(-2px);
}

.btn-lg {
    padding: 1rem 1.55rem;
}

.btn-sm {
    padding: 0.65rem 1rem;
}

.btn-gold {
    background: var(--gold);
    border-color: var(--gold);
    color: var(--ink);
}

.btn-gold:hover,
.btn-gold:focus {
    background: var(--gold-light);
    border-color: var(--gold-light);
    box-shadow: 0 12px 30px rgba(205, 165, 92, 0.2);
    color: var(--ink);
}

.btn-dark {
    background: var(--ink);
    border-color: var(--ink);
}

.btn-dark:hover,
.btn-dark:focus {
    background: #30342f;
    border-color: #30342f;
}

.btn-outline-light {
    border-color: rgba(255, 255, 255, 0.4);
}

.section-padding {
    padding: 6.5rem 0;
}

.eyebrow {
    align-items: center;
    color: var(--gold-light);
    display: flex;
    font-size: 0.67rem;
    font-weight: 700;
    gap: 0.8rem;
    letter-spacing: 0.18em;
    margin-bottom: 1.2rem;
    text-transform: uppercase;
}

.eyebrow::before {
    background: currentColor;
    content: "";
    height: 1px;
    width: 36px;
}

.eyebrow-dark {
    color: #8f6a2e;
}

.section-title {
    font-family: var(--serif);
    font-size: clamp(2.8rem, 5vw, 4.9rem);
    font-weight: 600;
    letter-spacing: -0.045em;
    line-height: 0.94;
}

.section-title em,
.hero-title em,
.newsletter-box h2 em {
    color: #9a7435;
    font-weight: 500;
}

.section-title-light {
    color: #fff;
}

.section-title-light em {
    color: var(--gold-light);
}

.hero-section {
    background:
        linear-gradient(90deg, rgba(16, 18, 16, 0.98) 0%, rgba(16, 18, 16, 0.93) 48%, rgba(16, 18, 16, 0.84) 100%);
    color: #fff;
    min-height: calc(100vh - 108px);
    overflow: hidden;
    position: relative;
}

.min-vh-hero {
    min-height: calc(100vh - 108px);
}

.hero-glow {
    border-radius: 50%;
    filter: blur(5px);
    opacity: 0.18;
    position: absolute;
}

.hero-glow-one {
    background: var(--gold);
    height: 420px;
    right: -180px;
    top: -160px;
    width: 420px;
}

.hero-glow-two {
    background: #606f50;
    bottom: -300px;
    height: 600px;
    left: 22%;
    width: 600px;
}

.hero-title {
    font-family: var(--serif);
    font-size: clamp(3.7rem, 7.2vw, 7.7rem);
    font-weight: 600;
    letter-spacing: -0.06em;
    line-height: 0.82;
    margin: 0 0 2rem;
    max-width: 780px;
}

.hero-title em {
    color: var(--gold-light);
}

.hero-lead {
    color: rgba(255, 255, 255, 0.7);
    font-size: 1.02rem;
    line-height: 1.8;
    max-width: 620px;
}

.hero-proof {
    border-top: 1px solid rgba(255, 255, 255, 0.14);
    display: flex;
    gap: clamp(1.5rem, 4vw, 3.5rem);
    margin-top: 3rem;
    max-width: 610px;
    padding-top: 1.5rem;
}

.hero-proof div {
    display: flex;
    flex-direction: column;
}

.hero-proof strong {
    color: #fff;
    font-family: var(--serif);
    font-size: 1.45rem;
    font-weight: 600;
}

.hero-proof span {
    color: rgba(255, 255, 255, 0.45);
    font-size: 0.62rem;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.hero-composition {
    height: 650px;
    margin-left: auto;
    max-width: 650px;
    position: relative;
}

.hero-image-main {
    height: 70%;
    overflow: hidden;
    position: absolute;
    right: 0;
    top: 14%;
    width: 80%;
}

.hero-image-main::after {
    border: 1px solid rgba(225, 196, 135, 0.5);
    content: "";
    inset: 18px;
    pointer-events: none;
    position: absolute;
}

.hero-image-main img,
.hero-swatch img {
    height: 100%;
    object-fit: cover;
    width: 100%;
}

.hero-swatch {
    border: 7px solid var(--ink);
    box-shadow: var(--shadow);
    height: 140px;
    overflow: hidden;
    position: absolute;
    width: 185px;
}

.hero-swatch-top {
    left: 2%;
    top: 7%;
}

.hero-swatch-bottom {
    bottom: 4%;
    right: 10%;
}

.hero-note {
    align-items: center;
    background: var(--paper);
    bottom: 11%;
    color: var(--ink);
    display: flex;
    gap: 1rem;
    left: 0;
    padding: 1.25rem 1.45rem;
    position: absolute;
    width: 250px;
}

.hero-note span {
    color: #9a7435;
    font-family: var(--serif);
    font-size: 2rem;
}

.hero-note p {
    font-size: 0.69rem;
    font-weight: 700;
    letter-spacing: 0.06em;
    line-height: 1.5;
    margin: 0;
    text-transform: uppercase;
}

.hero-scroll {
    align-items: center;
    bottom: 1.4rem;
    color: rgba(255, 255, 255, 0.48);
    font-size: 0.62rem;
    gap: 0.8rem;
    left: 2rem;
    letter-spacing: 0.14em;
    position: absolute;
    text-transform: uppercase;
    transform: rotate(-90deg);
    transform-origin: left center;
}

.about-section {
    background: var(--paper-light);
}

.image-editorial {
    min-height: 640px;
    position: relative;
}

.image-editorial-main {
    height: 570px;
    object-fit: cover;
    width: 82%;
}

.image-editorial-detail {
    border: 10px solid var(--paper-light);
    bottom: 0;
    height: 250px;
    object-fit: cover;
    position: absolute;
    right: 0;
    width: 42%;
}

.experience-badge {
    align-items: center;
    background: var(--ink);
    color: #fff;
    display: flex;
    flex-direction: column;
    height: 152px;
    justify-content: center;
    position: absolute;
    right: 3%;
    text-align: center;
    top: -30px;
    width: 152px;
}

.experience-badge strong {
    color: var(--gold-light);
    font-family: var(--serif);
    font-size: 1.8rem;
}

.experience-badge span {
    color: rgba(255, 255, 255, 0.55);
    font-size: 0.57rem;
    letter-spacing: 0.08em;
    line-height: 1.5;
    max-width: 110px;
    text-transform: uppercase;
}

.lead-copy {
    color: #373b36;
    font-family: var(--serif);
    font-size: 1.4rem;
    line-height: 1.5;
}

.feature-list {
    border-top: 1px solid var(--line);
}

.feature-list div {
    align-items: center;
    border-bottom: 1px solid var(--line);
    display: flex;
    font-size: 0.82rem;
    font-weight: 600;
    gap: 0.8rem;
    padding: 0.8rem 0;
}

.feature-list i {
    color: #987131;
    font-size: 1.2rem;
}

.text-link {
    align-items: center;
    border-bottom: 1px solid var(--ink);
    font-size: 0.7rem;
    font-weight: 700;
    letter-spacing: 0.07em;
    padding-bottom: 0.3rem;
    text-transform: uppercase;
}

.text-link:hover {
    color: #8f6a2e;
}

.offer-section {
    background: var(--ink);
    color: #fff;
    position: relative;
}

.offer-section::before {
    background-image: radial-gradient(rgba(205, 165, 92, 0.18) 1px, transparent 1px);
    background-size: 24px 24px;
    content: "";
    inset: 0;
    mask-image: linear-gradient(to bottom, black, transparent 70%);
    opacity: 0.24;
    position: absolute;
}

.offer-section .container-xxl {
    position: relative;
}

.section-intro {
    color: rgba(255, 255, 255, 0.58);
}

.offer-card {
    border: 1px solid rgba(255, 255, 255, 0.13);
    min-height: 320px;
    padding: 2rem;
    position: relative;
    transition: background 0.25s ease, border 0.25s ease, transform 0.25s ease;
}

.offer-card:hover {
    background: rgba(255, 255, 255, 0.045);
    border-color: rgba(205, 165, 92, 0.6);
    transform: translateY(-7px);
}

.offer-number {
    color: rgba(255, 255, 255, 0.3);
    font-family: var(--serif);
    font-size: 1rem;
}

.offer-icon {
    color: var(--gold-light);
    font-size: 2rem;
    position: absolute;
    right: 2rem;
    top: 1.7rem;
}

.offer-card h3 {
    font-family: var(--serif);
    font-size: 2rem;
    margin: 6rem 0 1rem;
}

.offer-card p {
    color: rgba(255, 255, 255, 0.53);
    font-size: 0.83rem;
    margin: 0;
}

.catalog-carousel-section {
    background: var(--paper);
    overflow: hidden;
    padding: 7rem 0;
}

.catalog-carousel-heading {
    margin-bottom: 3rem;
}

.carousel-nav {
    gap: 0.5rem;
}

.carousel-nav button {
    align-items: center;
    background: transparent;
    border: 1px solid var(--line);
    color: var(--ink);
    display: inline-flex;
    height: 50px;
    justify-content: center;
    transition: background 0.2s ease, color 0.2s ease;
    width: 50px;
}

.carousel-nav button:hover {
    background: var(--ink);
    color: #fff;
}

.catalog-feature {
    background: var(--paper-light);
    display: grid;
    grid-template-columns: 1.15fr 0.85fr;
    min-height: 560px;
}

.catalog-feature-image {
    background: #e8e4db;
    border: 0;
    cursor: zoom-in;
    display: block;
    min-height: 560px;
    overflow: hidden;
    padding: 0;
    position: relative;
    text-align: left;
    width: 100%;
}

.catalog-feature-image img {
    height: 100%;
    object-fit: cover;
    transition: transform 0.8s ease;
    width: 100%;
}

.catalog-feature-image:focus-visible,
.catalog-card-image:focus-visible,
.catalog-card-title:focus-visible,
.catalog-card-link:focus-visible {
    outline: 3px solid var(--gold);
    outline-offset: -3px;
}

.carousel-item.active .catalog-feature-image img {
    transform: scale(1.025);
}

.catalog-feature-count {
    background: var(--ink);
    bottom: 0;
    color: #fff;
    font-size: 0.65rem;
    letter-spacing: 0.1em;
    padding: 0.8rem 1.2rem;
    position: absolute;
    right: 0;
    text-transform: uppercase;
}

.catalog-feature-copy {
    display: flex;
    flex-direction: column;
    justify-content: center;
    overflow: hidden;
    padding: clamp(2rem, 5vw, 5rem);
    position: relative;
}

.catalog-group {
    color: #8f6a2e;
    font-size: 0.66rem;
    font-weight: 700;
    letter-spacing: 0.15em;
    text-transform: uppercase;
}

.catalog-index {
    color: #9a9d98;
    font-size: 0.65rem;
    letter-spacing: 0.12em;
    margin: 0 0 2rem auto;
}

.catalog-feature-copy h3 {
    font-family: var(--serif);
    font-size: clamp(2.7rem, 4vw, 4.6rem);
    line-height: 0.95;
    margin-bottom: 1.5rem;
}

.catalog-feature-copy > p:not(.catalog-index) {
    color: var(--ink-muted);
    display: -webkit-box;
    font-size: 0.84rem;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
    overflow: hidden;
}

.catalog-feature-copy .btn {
    align-self: flex-start;
    margin-top: 1rem;
}

.catalog-feature-actions {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: 1.4rem;
    margin-top: 1rem;
}

.catalog-feature-actions .btn {
    margin-top: 0;
}

.catalog-open-hint {
    align-items: center;
    background: rgba(21, 23, 21, 0.9);
    bottom: 1rem;
    color: #fff;
    display: inline-flex;
    font-size: 0.62rem;
    font-weight: 700;
    gap: 0.55rem;
    left: 1rem;
    letter-spacing: 0.08em;
    opacity: 0;
    padding: 0.75rem 0.95rem;
    position: absolute;
    text-transform: uppercase;
    transform: translateY(8px);
    transition: opacity 0.25s ease, transform 0.25s ease;
    z-index: 2;
}

.catalog-feature-image:hover .catalog-open-hint,
.catalog-feature-image:focus-visible .catalog-open-hint,
.catalog-card-image:hover .catalog-open-hint,
.catalog-card-image:focus-visible .catalog-open-hint {
    opacity: 1;
    transform: translateY(0);
}

.catalog-detail-swatch {
    bottom: -50px;
    height: 160px;
    object-fit: cover;
    opacity: 0.08;
    position: absolute;
    right: -30px;
    transform: rotate(-8deg);
    width: 220px;
}

.cross-links-section {
    background: var(--paper-light);
    padding: 5rem 0 1rem;
}

.cross-link {
    background: var(--ink);
    color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    min-height: 290px;
    overflow: hidden;
    padding: 2.2rem;
    position: relative;
}

.cross-link::before {
    background-position: center;
    background-size: cover;
    content: "";
    inset: 0;
    opacity: 0.32;
    position: absolute;
    transition: opacity 0.3s ease, transform 0.6s ease;
}

.cross-link::after {
    background: linear-gradient(to top, rgba(12, 14, 12, 0.92), transparent 78%);
    content: "";
    inset: 0;
    position: absolute;
}

.cross-link-photo::before {
    background-image: url("../../tapety/Scalamandre/Scalamandre_67.jpg");
}

.cross-link-tapetomat::before {
    background-image: url("../../tapety/Roberto_Cavalli_no_9/Roberto_Cavalli_no_9_21.jpg");
}

.cross-link:hover {
    color: #fff;
}

.cross-link:hover::before {
    opacity: 0.46;
    transform: scale(1.04);
}

.cross-link-kicker,
.cross-link strong,
.cross-link i {
    position: relative;
    z-index: 1;
}

.cross-link-kicker {
    color: var(--gold-light);
    font-size: 0.65rem;
    letter-spacing: 0.15em;
    margin-bottom: 0.8rem;
    text-transform: uppercase;
}

.cross-link strong {
    font-family: var(--serif);
    font-size: clamp(1.8rem, 3vw, 2.8rem);
    font-weight: 600;
    line-height: 1;
    max-width: 80%;
}

.cross-link i {
    font-size: 1.7rem;
    position: absolute;
    right: 2.2rem;
    top: 2rem;
}

.catalog-grid-section {
    background: var(--paper-light);
}

.catalog-search {
    align-items: center;
    border-bottom: 1px solid #8d918b;
    display: flex;
    gap: 1rem;
    padding: 0.4rem 0.2rem 0.8rem;
}

.catalog-search i {
    color: #8f6a2e;
    font-size: 1.2rem;
}

.catalog-search input {
    background: transparent;
    border: 0;
    color: var(--ink);
    font-family: var(--sans);
    outline: 0;
    width: 100%;
}

.catalog-search input::placeholder {
    color: #9b9d99;
}

.catalog-toolbar {
    align-items: center;
    border-bottom: 1px solid var(--line);
    display: flex;
    gap: 2rem;
    justify-content: space-between;
    padding-bottom: 1.2rem;
}

.filter-buttons {
    display: flex;
    flex-wrap: wrap;
    gap: 0.55rem;
}

.filter-button {
    background: transparent;
    border: 1px solid var(--line);
    color: #666963;
    font-size: 0.67rem;
    font-weight: 700;
    letter-spacing: 0.05em;
    padding: 0.62rem 1rem;
    text-transform: uppercase;
    transition: background 0.2s ease, border 0.2s ease, color 0.2s ease;
}

.filter-button:hover,
.filter-button.active {
    background: var(--ink);
    border-color: var(--ink);
    color: #fff;
}

.catalog-results {
    color: #8f928d;
    flex: 0 0 auto;
    font-size: 0.7rem;
    text-transform: uppercase;
}

.catalog-card {
    background: #fff;
    box-shadow: 0 1px 0 var(--line);
    height: 100%;
    overflow: hidden;
    transition: box-shadow 0.3s ease, transform 0.3s ease;
}

.catalog-card:hover {
    box-shadow: var(--shadow);
    transform: translateY(-8px);
}

.catalog-card-image {
    background: #e8e4db;
    border: 0;
    cursor: zoom-in;
    display: block;
    height: 315px;
    overflow: hidden;
    padding: 0;
    position: relative;
    text-align: left;
    width: 100%;
}

.catalog-card-image img {
    height: 100%;
    object-fit: cover;
    transition: transform 0.65s ease;
    width: 100%;
}

.catalog-card:hover .catalog-card-image img {
    transform: scale(1.045);
}

.catalog-card-group {
    background: rgba(21, 23, 21, 0.9);
    bottom: 0;
    color: var(--gold-light);
    font-size: 0.6rem;
    left: 0;
    letter-spacing: 0.13em;
    padding: 0.65rem 1rem;
    position: absolute;
    text-transform: uppercase;
}

.catalog-card-image .catalog-open-hint {
    bottom: 1rem;
    left: auto;
    right: 1rem;
}

.catalog-card-body {
    padding: 1.65rem;
}

.catalog-card h3 {
    font-family: var(--serif);
    font-size: 2rem;
    font-weight: 600;
    line-height: 1;
    margin-bottom: 1rem;
}

.catalog-card-title {
    background: transparent;
    border: 0;
    color: inherit;
    font: inherit;
    line-height: inherit;
    padding: 0;
    text-align: left;
}

.catalog-card-title:hover {
    color: #8f6a2e;
}

.image-count {
    align-items: center;
    border: 1px solid var(--line);
    color: #8d6b33;
    display: inline-flex;
    flex: 0 0 auto;
    font-size: 0.62rem;
    height: 31px;
    justify-content: center;
    width: 31px;
}

.catalog-card p {
    color: var(--ink-muted);
    display: -webkit-box;
    font-size: 0.78rem;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    min-height: 4.1rem;
    overflow: hidden;
}

.catalog-card-link {
    align-items: center;
    background: transparent;
    border: 0;
    border-top: 1px solid var(--line);
    color: inherit;
    display: flex;
    font-size: 0.66rem;
    font-weight: 700;
    justify-content: space-between;
    letter-spacing: 0.06em;
    margin-top: 1.25rem;
    padding-left: 0;
    padding-right: 0;
    padding-top: 1rem;
    text-align: left;
    text-transform: uppercase;
    width: 100%;
}

.catalog-card-link:hover {
    color: #8f6a2e;
}

.catalog-card-actions {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1.2rem;
}

.catalog-card-actions .catalog-card-link {
    margin-top: 1rem;
}

.catalog-card-actions .catalog-card-link:last-child {
    text-align: right;
}

.catalog-item.is-hidden {
    display: none;
}

.catalog-gallery-modal {
    --bs-modal-bg: #121412;
    --bs-modal-border-color: rgba(255, 255, 255, 0.1);
}

.catalog-gallery-modal .modal-dialog {
    max-width: 1320px;
}

.catalog-gallery-modal .modal-content {
    background: #121412;
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 0;
    color: #fff;
    max-height: 95vh;
    overflow: hidden;
}

.catalog-gallery-header {
    align-items: center;
    border-bottom: 1px solid rgba(255, 255, 255, 0.12);
    display: flex;
    justify-content: space-between;
    min-height: 88px;
    padding: 1rem 1.4rem 1rem 1.8rem;
}

.catalog-gallery-kicker {
    color: var(--gold-light);
    display: block;
    font-size: 0.58rem;
    font-weight: 700;
    letter-spacing: 0.14em;
    text-transform: uppercase;
}

.catalog-gallery-header .modal-title {
    font-family: var(--serif);
    font-size: clamp(1.65rem, 3vw, 2.5rem);
    line-height: 1;
    margin-top: 0.2rem;
}

.catalog-gallery-header-actions {
    align-items: center;
    display: flex;
    gap: 1.2rem;
}

.catalog-gallery-counter {
    color: rgba(255, 255, 255, 0.5);
    font-size: 0.72rem;
    letter-spacing: 0.1em;
}

.catalog-gallery-counter strong {
    color: var(--gold-light);
    font-size: 1rem;
}

.catalog-gallery-close {
    align-items: center;
    background: transparent;
    border: 1px solid rgba(255, 255, 255, 0.2);
    color: #fff;
    display: inline-flex;
    height: 44px;
    justify-content: center;
    transition: background 0.2s ease, color 0.2s ease;
    width: 44px;
}

.catalog-gallery-close:hover {
    background: var(--gold);
    color: var(--ink);
}

.catalog-gallery-modal .modal-body {
    background:
        radial-gradient(circle at center, rgba(255, 255, 255, 0.055), transparent 52%),
        #0d0f0d;
    overflow: hidden auto;
    padding: 0;
}

#catalogImageCarousel {
    position: relative;
}

#catalogImageCarousel .carousel-inner {
    height: min(66vh, 690px);
}

#catalogImageCarousel .carousel-item {
    height: 100%;
}

.catalog-gallery-slide {
    align-items: center;
    display: flex;
    height: 100%;
    justify-content: center;
    padding: 1.5rem 5.5rem;
}

.catalog-gallery-slide img {
    box-shadow: 0 20px 65px rgba(0, 0, 0, 0.34);
    height: 100%;
    max-height: 100%;
    max-width: 100%;
    object-fit: contain;
    width: auto;
}

#catalogImageCarousel .carousel-control-prev,
#catalogImageCarousel .carousel-control-next {
    opacity: 1;
    width: 5rem;
}

#catalogImageCarousel .carousel-control-prev span,
#catalogImageCarousel .carousel-control-next span {
    align-items: center;
    background: rgba(21, 23, 21, 0.84);
    border: 1px solid rgba(255, 255, 255, 0.18);
    color: #fff;
    display: flex;
    font-size: 1.25rem;
    height: 50px;
    justify-content: center;
    transition: background 0.2s ease, color 0.2s ease;
    width: 50px;
}

#catalogImageCarousel .carousel-control-prev:hover span,
#catalogImageCarousel .carousel-control-next:hover span {
    background: var(--gold);
    color: var(--ink);
}

.catalog-gallery-thumbnails {
    background: #171a17;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    display: flex;
    gap: 0.6rem;
    overflow-x: auto;
    padding: 0.8rem 1rem;
    scrollbar-color: var(--gold) #242724;
    scrollbar-width: thin;
}

.catalog-gallery-thumbnail {
    background: #0d0f0d;
    border: 2px solid transparent;
    flex: 0 0 76px;
    height: 58px;
    opacity: 0.52;
    overflow: hidden;
    padding: 0;
    transition: border 0.2s ease, opacity 0.2s ease;
}

.catalog-gallery-thumbnail:hover,
.catalog-gallery-thumbnail.is-active {
    border-color: var(--gold);
    opacity: 1;
}

.catalog-gallery-thumbnail img {
    height: 100%;
    object-fit: cover;
    width: 100%;
}

.catalog-gallery-footer {
    align-items: center;
    border-top: 1px solid rgba(255, 255, 255, 0.12);
    display: flex;
    gap: 2rem;
    justify-content: space-between;
    min-height: 84px;
    padding: 1rem 1.8rem;
}

.catalog-gallery-footer p {
    color: rgba(255, 255, 255, 0.5);
    display: -webkit-box;
    font-size: 0.72rem;
    line-height: 1.55;
    margin: 0;
    max-width: 800px;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.catalog-gallery-footer .btn {
    flex: 0 0 auto;
}

.empty-state {
    border: 1px dashed #c8c8c3;
    margin-top: 2rem;
    padding: 4rem 1rem;
    text-align: center;
}

.empty-state i {
    color: #a98449;
    font-size: 2rem;
}

.empty-state h3 {
    font-family: var(--serif);
    font-size: 2rem;
    margin: 1rem 0 0.2rem;
}

.empty-state p {
    color: var(--ink-muted);
}

.seo-section {
    background: var(--ink-soft);
    color: #fff;
}

.seo-sticky {
    top: 130px;
}

.seo-lead {
    color: rgba(255, 255, 255, 0.58);
    margin-top: 2rem;
    max-width: 540px;
}

.seo-copy {
    border-top: 1px solid rgba(255, 255, 255, 0.15);
    padding: 2.4rem 0;
    position: relative;
}

.seo-copy:first-child {
    margin-top: 0.4rem;
}

.seo-number {
    color: var(--gold-light);
    font-family: var(--serif);
    font-size: 0.9rem;
}

.seo-copy h3 {
    font-family: var(--serif);
    font-size: 2.1rem;
    margin: 0.8rem 0 1rem;
}

.seo-copy p {
    color: rgba(255, 255, 255, 0.54);
    font-size: 0.85rem;
    margin: 0;
}

.faq-section {
    background: var(--paper);
}

.accordion {
    --bs-accordion-bg: transparent;
    --bs-accordion-border-color: var(--line);
    --bs-accordion-active-bg: transparent;
    --bs-accordion-active-color: var(--ink);
    --bs-accordion-btn-focus-box-shadow: none;
}

.accordion-button {
    font-family: var(--serif);
    font-size: 1.45rem;
    font-weight: 600;
    padding: 1.5rem 0;
}

.accordion-button:not(.collapsed) {
    box-shadow: none;
}

.accordion-body {
    color: var(--ink-muted);
    font-size: 0.85rem;
    padding: 0 2.5rem 1.8rem 0;
}

.contact-section {
    background: var(--paper-light);
    padding: 6.5rem 0 0;
}

.contact-panel {
    background: var(--ink);
    color: #fff;
    padding: clamp(2rem, 5vw, 4rem);
}

.contact-panel > p {
    color: rgba(255, 255, 255, 0.58);
    margin: 2rem 0;
}

.contact-details {
    border-top: 1px solid rgba(255, 255, 255, 0.15);
    margin-top: 2rem;
}

.contact-details a {
    align-items: center;
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
    display: flex;
    gap: 1rem;
    padding: 1.1rem 0;
}

.contact-details i {
    color: var(--gold-light);
    font-size: 1.25rem;
}

.contact-details span {
    display: flex;
    flex-direction: column;
    font-size: 0.83rem;
}

.contact-details small {
    color: rgba(255, 255, 255, 0.38);
    font-size: 0.58rem;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

.contact-form-wrap {
    background: var(--paper);
    min-height: 100%;
    padding: clamp(2rem, 5vw, 4rem);
}

.contact-form-wrap > h3 {
    font-family: var(--serif);
    font-size: 2.4rem;
    margin-bottom: 2rem;
}

.form-label {
    font-size: 0.67rem;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}

.form-control {
    background-color: transparent;
    border: 0;
    border-bottom: 1px solid #b8bab5;
    border-radius: 0;
    font-size: 0.85rem;
    padding: 0.75rem 0;
}

.form-control:focus {
    background: transparent;
    border-color: var(--ink);
    box-shadow: none;
}

textarea.form-control {
    border: 1px solid #b8bab5;
    padding: 0.8rem;
}

.form-check-label {
    color: #747772;
    font-size: 0.68rem;
    line-height: 1.5;
}

.form-check-label a {
    text-decoration: underline;
}

.form-check-input:checked {
    background-color: var(--ink);
    border-color: var(--ink);
}

.honeypot {
    height: 0 !important;
    left: -9999px !important;
    opacity: 0 !important;
    overflow: hidden !important;
    position: absolute !important;
    width: 0 !important;
}

.map-section iframe {
    border: 0;
    display: block;
    filter: grayscale(1) contrast(0.92);
    height: 430px;
    width: 100%;
}

.map-consent-placeholder {
    align-items: center;
    background:
        radial-gradient(circle at center, rgba(205, 165, 92, 0.1), transparent 45%),
        #171a17;
    color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: 430px;
    padding: 2rem;
    text-align: center;
}

.map-consent-placeholder > i {
    color: var(--gold-light);
    font-size: 2.4rem;
}

.map-consent-placeholder h2 {
    font-family: var(--serif);
    font-size: clamp(2rem, 4vw, 3rem);
    margin: 0.7rem 0 0.4rem;
}

.map-consent-placeholder p {
    color: rgba(255, 255, 255, 0.56);
    margin-bottom: 1.5rem;
    max-width: 590px;
}

.newsletter-section {
    background: var(--paper-light);
    padding: 5rem 0;
}

.newsletter-box {
    background: #263027;
    color: #fff;
    overflow: hidden;
    padding: clamp(2rem, 6vw, 5rem);
    position: relative;
}

.newsletter-box::after {
    border: 1px solid rgba(225, 196, 135, 0.25);
    content: "";
    height: 340px;
    position: absolute;
    right: -120px;
    top: -180px;
    transform: rotate(35deg);
    width: 340px;
}

.newsletter-box h2 {
    font-family: var(--serif);
    font-size: clamp(2.6rem, 5vw, 4.8rem);
    line-height: 0.93;
}

.newsletter-box p {
    color: rgba(255, 255, 255, 0.58);
}

.newsletter-form .input-group {
    border-bottom: 1px solid rgba(255, 255, 255, 0.4);
    flex-wrap: nowrap;
}

.newsletter-form .form-control {
    border: 0;
    color: #fff;
    padding-left: 0.2rem;
}

.newsletter-form .form-control::placeholder {
    color: rgba(255, 255, 255, 0.5);
}

.newsletter-form .btn {
    margin-bottom: 0.5rem;
}

.newsletter-form .form-check-label {
    color: rgba(255, 255, 255, 0.48);
}

.site-footer {
    background: #0f110f;
    color: rgba(255, 255, 255, 0.56);
}

.footer-brand .brand-monogram {
    height: 48px;
    width: 48px;
}

.footer-lead {
    max-width: 440px;
}

.footer-title {
    color: #fff;
    font-family: var(--serif);
    font-size: 1.35rem;
    margin-bottom: 1.4rem;
}

.footer-links li {
    margin-bottom: 0.55rem;
}

.footer-links a,
.footer-cookie-button,
.footer-address a {
    font-size: 0.77rem;
    transition: color 0.2s ease;
}

.footer-links a:hover,
.footer-cookie-button:hover,
.footer-address a:hover {
    color: var(--gold-light);
}

.footer-cookie-button {
    background: transparent;
    border: 0;
    color: inherit;
    padding: 0;
    text-align: left;
}

.footer-address {
    font-size: 0.8rem;
    font-style: normal;
}

.social-links {
    display: flex;
    gap: 0.7rem;
}

.social-links a {
    align-items: center;
    border: 1px solid rgba(255, 255, 255, 0.17);
    display: inline-flex;
    height: 42px;
    justify-content: center;
    transition: background 0.2s ease, color 0.2s ease;
    width: 42px;
}

.social-links a:hover {
    background: var(--gold);
    color: var(--ink);
}

.footer-bottom {
    border-top: 1px solid rgba(255, 255, 255, 0.11);
    font-size: 0.65rem;
    letter-spacing: 0.04em;
}

.cookie-banner {
    bottom: 1rem;
    left: 50%;
    max-width: calc(100% - 2rem);
    position: fixed;
    transform: translateX(-50%);
    width: 1180px;
    z-index: 1090;
}

.cookie-banner[hidden] {
    display: none;
}

.cookie-banner-content {
    align-items: center;
    background: rgba(18, 20, 18, 0.98);
    border: 1px solid rgba(225, 196, 135, 0.25);
    box-shadow: 0 24px 75px rgba(0, 0, 0, 0.38);
    color: #fff;
    display: grid;
    gap: 1.3rem;
    grid-template-columns: auto minmax(0, 1fr) auto;
    padding: 1.4rem;
}

.cookie-banner-icon {
    align-items: center;
    border: 1px solid rgba(205, 165, 92, 0.45);
    color: var(--gold-light);
    display: flex;
    font-size: 1.5rem;
    height: 54px;
    justify-content: center;
    width: 54px;
}

.cookie-kicker {
    color: var(--gold-light);
    display: block;
    font-size: 0.56rem;
    font-weight: 700;
    letter-spacing: 0.15em;
    text-transform: uppercase;
}

.cookie-banner h2 {
    font-family: var(--serif);
    font-size: 1.7rem;
    line-height: 1;
    margin: 0.2rem 0 0.45rem;
}

.cookie-banner p {
    color: rgba(255, 255, 255, 0.57);
    font-size: 0.71rem;
    line-height: 1.55;
    margin: 0;
    max-width: 680px;
}

.cookie-banner p a {
    color: var(--gold-light);
    text-decoration: underline;
    text-underline-offset: 2px;
}

.cookie-banner-actions {
    align-items: stretch;
    display: grid;
    gap: 0.55rem;
    grid-template-columns: repeat(2, auto);
}

.cookie-banner-actions .btn {
    font-size: 0.62rem;
    padding: 0.75rem 0.9rem;
    white-space: nowrap;
}

.cookie-text-button {
    background: transparent;
    border: 0;
    color: rgba(255, 255, 255, 0.62);
    font-size: 0.62rem;
    grid-column: 1 / -1;
    letter-spacing: 0.05em;
    padding: 0.2rem;
    text-decoration: underline;
    text-transform: uppercase;
    text-underline-offset: 3px;
}

.cookie-text-button:hover {
    color: var(--gold-light);
}

.cookie-settings-modal {
    --bs-modal-bg: var(--paper-light);
    --bs-modal-border-color: transparent;
}

.cookie-settings-modal .modal-content {
    background: var(--paper-light);
    border: 0;
    border-radius: 0;
    box-shadow: 0 28px 90px rgba(0, 0, 0, 0.3);
}

.cookie-settings-header {
    align-items: center;
    background: var(--ink);
    color: #fff;
    display: flex;
    justify-content: space-between;
    padding: 1.5rem 1.7rem;
}

.cookie-settings-header .modal-title {
    font-family: var(--serif);
    font-size: 2.25rem;
    line-height: 1;
    margin-top: 0.25rem;
}

.cookie-settings-close {
    align-items: center;
    background: transparent;
    border: 1px solid rgba(255, 255, 255, 0.2);
    color: #fff;
    display: flex;
    height: 42px;
    justify-content: center;
    transition: background 0.2s ease, color 0.2s ease;
    width: 42px;
}

.cookie-settings-close:hover {
    background: var(--gold);
    color: var(--ink);
}

.cookie-settings-modal .modal-body {
    padding: 1.5rem 1.7rem 0.7rem;
}

.cookie-settings-intro {
    color: var(--ink-muted);
    font-size: 0.78rem;
    margin-bottom: 1rem;
}

.cookie-category {
    align-items: center;
    border-top: 1px solid var(--line);
    display: flex;
    gap: 2rem;
    justify-content: space-between;
    padding: 1.15rem 0;
}

.cookie-category-copy h3 {
    font-family: var(--serif);
    font-size: 1.4rem;
    margin: 0;
}

.cookie-category-copy p {
    color: var(--ink-muted);
    font-size: 0.7rem;
    line-height: 1.55;
    margin: 0.25rem 0 0;
    max-width: 580px;
}

.cookie-required {
    color: #8f6a2e;
    font-size: 0.52rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.cookie-category .form-switch {
    flex: 0 0 auto;
    margin: 0;
    min-height: auto;
    padding-left: 3rem;
}

.cookie-category .form-check-input {
    cursor: pointer;
    height: 1.35rem;
    margin-left: -3rem;
    width: 2.55rem;
}

.cookie-category .form-check-input:disabled {
    cursor: not-allowed;
    opacity: 0.5;
}

.cookie-settings-footer {
    align-items: center;
    border-top: 1px solid var(--line);
    display: flex;
    gap: 0.65rem;
    justify-content: flex-end;
    padding: 1.2rem 1.7rem;
}

.cookie-settings-footer .btn {
    font-size: 0.62rem;
    padding: 0.78rem 0.95rem;
}

.back-to-top {
    align-items: center;
    background: var(--gold);
    border: 0;
    bottom: 1.2rem;
    color: var(--ink);
    display: flex;
    height: 43px;
    justify-content: center;
    opacity: 0;
    pointer-events: none;
    position: fixed;
    right: 1.2rem;
    transform: translateY(12px);
    transition: opacity 0.2s ease, transform 0.2s ease;
    width: 43px;
    z-index: 100;
}

.back-to-top.is-visible {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
}

.reveal {
    opacity: 0;
    transform: translateY(24px);
    transition: opacity 0.7s ease, transform 0.7s ease;
}

.reveal.is-visible {
    opacity: 1;
    transform: translateY(0);
}

.flash-toast {
    left: 50%;
    max-width: calc(100% - 2rem);
    position: fixed;
    top: 104px;
    transform: translateX(-50%);
    width: 680px;
    z-index: 1080;
}

.legal-page {
    background: var(--paper-light);
}

.legal-hero {
    background: var(--ink);
    color: #fff;
    padding: 5rem 0;
}

.legal-hero h1 {
    font-family: var(--serif);
    font-size: clamp(3rem, 7vw, 6rem);
    line-height: 0.95;
}

.legal-content {
    padding: 5rem 0;
}

.legal-content article {
    margin: 0 auto;
    max-width: 850px;
}

.legal-content h2 {
    font-family: var(--serif);
    font-size: 2rem;
    margin: 2.5rem 0 0.8rem;
}

.legal-content p,
.legal-content li {
    color: var(--ink-muted);
}

@media (max-width: 1199.98px) {
    .hero-composition {
        height: 560px;
    }

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

    .catalog-gallery-modal .modal-content {
        border: 0;
        max-height: 100vh;
    }
}

@media (max-width: 991.98px) {
    html {
        scroll-padding-top: 74px;
    }

    .section-padding {
        padding: 5rem 0;
    }

    .navbar-collapse {
        border-top: 1px solid rgba(255, 255, 255, 0.1);
        margin-top: 0.7rem;
        padding: 1rem 0 1.5rem;
    }

    .hero-section,
    .min-vh-hero {
        min-height: auto;
    }

    .hero-section {
        background:
            linear-gradient(rgba(14, 16, 14, 0.82), rgba(14, 16, 14, 0.94)),
            url("../../tapety/stratos/stratos-0.jpg") center/cover;
    }

    .hero-title {
        margin-top: 0.5rem;
    }

    .hero-composition {
        height: 520px;
        margin: 0 auto;
    }

    .image-editorial {
        margin: 0 auto 2rem;
        max-width: 720px;
    }

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

    .catalog-feature-image {
        min-height: 450px;
    }

    .catalog-feature-copy {
        min-height: 400px;
    }

    #catalogImageCarousel .carousel-inner {
        height: 62vh;
    }

    .seo-sticky {
        position: static !important;
    }

    .contact-section {
        padding-top: 5rem;
    }

    .cookie-banner-content {
        align-items: start;
        grid-template-columns: auto 1fr;
    }

    .cookie-banner-actions {
        grid-column: 1 / -1;
        grid-template-columns: repeat(3, 1fr);
        width: 100%;
    }

    .cookie-text-button {
        border: 1px solid rgba(255, 255, 255, 0.3);
        grid-column: auto;
        text-decoration: none;
    }
}

@media (max-width: 767.98px) {
    .container-xxl {
        --bs-gutter-x: 1.4rem;
    }

    .row {
        --bs-gutter-x: 1.4rem;
    }

    .section-padding,
    .catalog-carousel-section {
        padding: 4rem 0;
    }

    .hero-section {
        min-height: calc(100svh - 76px);
    }

    .hero-section .row {
        min-height: calc(100svh - 76px);
    }

    .hero-title {
        font-size: clamp(3rem, 15vw, 5.1rem);
    }

    .hero-lead {
        font-size: 0.9rem;
    }

    .hero-proof {
        gap: 1rem;
        justify-content: space-between;
    }

    .hero-proof strong {
        font-size: 1.15rem;
    }

    .hero-proof span {
        font-size: 0.5rem;
    }

    .image-editorial {
        min-height: 470px;
    }

    .image-editorial-main {
        height: 420px;
        width: 90%;
    }

    .image-editorial-detail {
        height: 180px;
        width: 44%;
    }

    .experience-badge {
        height: 120px;
        right: 0;
        width: 120px;
    }

    .offer-card {
        min-height: 270px;
    }

    .offer-card h3 {
        margin-top: 4.8rem;
    }

    .catalog-feature-image {
        min-height: 330px;
    }

    .catalog-feature-copy {
        min-height: 380px;
        padding: 2rem 1.5rem;
    }

    .catalog-gallery-header {
        min-height: 72px;
        padding: 0.8rem 1rem;
    }

    .catalog-gallery-header-actions {
        gap: 0.7rem;
    }

    .catalog-gallery-close {
        height: 40px;
        width: 40px;
    }

    #catalogImageCarousel .carousel-inner {
        height: 55vh;
    }

    .catalog-gallery-slide {
        padding: 1rem 3.6rem;
    }

    #catalogImageCarousel .carousel-control-prev,
    #catalogImageCarousel .carousel-control-next {
        width: 3.6rem;
    }

    #catalogImageCarousel .carousel-control-prev span,
    #catalogImageCarousel .carousel-control-next span {
        height: 42px;
        width: 42px;
    }

    .catalog-gallery-thumbnail {
        flex-basis: 66px;
        height: 50px;
    }

    .catalog-gallery-footer {
        align-items: stretch;
        gap: 0.8rem;
        padding: 0.85rem 1rem;
    }

    .catalog-gallery-footer p {
        display: none;
    }

    .catalog-gallery-footer .btn {
        width: 100%;
    }

    .catalog-index {
        margin-bottom: 1rem;
    }

    .cross-link {
        min-height: 240px;
    }

    .catalog-toolbar {
        align-items: flex-start;
        flex-direction: column;
        gap: 1rem;
    }

    .catalog-card-image {
        height: 300px;
    }

    .catalog-card-actions {
        gap: 0.7rem;
    }

    .newsletter-form .input-group {
        align-items: stretch;
        flex-direction: column;
        gap: 0.8rem;
    }

    .newsletter-form .btn {
        margin-bottom: 0;
    }

    .cookie-banner {
        bottom: 0.65rem;
        max-height: calc(100vh - 1.3rem);
        overflow-y: auto;
    }

    .cookie-banner-content {
        display: block;
        padding: 1.2rem;
    }

    .cookie-banner-icon {
        display: none;
    }

    .cookie-banner-actions {
        display: grid;
        gap: 0.55rem;
        grid-template-columns: 1fr;
        margin-top: 1rem;
    }

    .cookie-banner-actions .btn,
    .cookie-text-button {
        grid-column: auto;
        min-height: 44px;
        width: 100%;
    }

    .cookie-settings-modal .modal-dialog {
        margin: 0.7rem;
    }

    .cookie-settings-header,
    .cookie-settings-modal .modal-body,
    .cookie-settings-footer {
        padding-left: 1.1rem;
        padding-right: 1.1rem;
    }

    .cookie-category {
        gap: 1rem;
    }

    .cookie-settings-footer {
        align-items: stretch;
        flex-direction: column;
    }

    .cookie-settings-footer .btn {
        width: 100%;
    }
}

@media (max-width: 575.98px) {
    .brand-monogram {
        height: 39px;
        width: 39px;
    }

    .brand-copy strong {
        font-size: 1.2rem;
    }

    .hero-proof div:nth-child(2) {
        display: none;
    }

    .section-title {
        font-size: clamp(2.65rem, 14vw, 3.8rem);
    }

    .catalog-card-image {
        height: 260px;
    }

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

    .catalog-card-actions .catalog-card-link:last-child {
        margin-top: 0;
        text-align: left;
    }

    #catalogImageCarousel .carousel-inner {
        height: 51vh;
    }

    .catalog-gallery-slide {
        padding: 0.75rem 3rem;
    }

    #catalogImageCarousel .carousel-control-prev,
    #catalogImageCarousel .carousel-control-next {
        width: 3rem;
    }

    .catalog-gallery-header .modal-title {
        max-width: 190px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .catalog-gallery-counter {
        font-size: 0.62rem;
    }

    .filter-button {
        flex: 1 0 auto;
    }

    .contact-panel,
    .contact-form-wrap {
        padding: 2rem 1.35rem;
    }
}

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

    *,
    *::before,
    *::after {
        scroll-behavior: auto !important;
        transition-duration: 0.01ms !important;
    }

    .reveal {
        opacity: 1;
        transform: none;
    }
}
