/** Shopify CDN: Minification failed

Line 1402:33 Expected ":"

**/
/* About Content Grid - Responsive Two Column Layout */
.hero-content-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 32px;
}
@media (max-width: 900px) {
    .hero-content-grid {
        grid-template-columns: 1fr;
    }
}
.shopify-policy__container {
    margin-top: 7rem !important;
    max-width: 55rem !important;
}
.tutorial_link{
    display: none !important;
}
:root {
    --bg: #ffffff;
    --bg-soft: #f5f5f5;
    --text: #111111;
    --muted: #666666;
    --muted-2: #999999;
    --line: #e0e0e0;
    --line-2: #ebebeb;
    --brand-dark: #000000;
    --brand-gold: #555555;
    --white: #ffffff;
    --shadow-soft: 0 12px 40px rgba(0, 0, 0, 0.08);
}

* {
    box-sizing: border-box;
}
html,
body {
    margin: 0;
    padding: 0;
}
body.cart-open,
body.mobile-nav-open {
    overflow: hidden;
}

/* Skip to content (a11y) */
.skip-to-content {
    position: absolute;
    left: -9999px;
    top: auto;
    width: 1px;
    height: 1px;
    overflow: hidden;
    z-index: 999;
    padding: 0.6rem 1.2rem;
    background: var(--brand-dark);
    color: #fff;
    font-size: 0.9rem;
    border-radius: 0 0 8px 0;
    text-decoration: none;
}
.skip-to-content:focus {
    position: fixed;
    left: 0;
    top: 0;
    width: auto;
    height: auto;
    overflow: visible;
}
body {
    font-family:
        "Poppins",
        -apple-system,
        BlinkMacSystemFont,
        "Segoe UI",
        sans-serif;
    color: var(--text);
    background: var(--bg);
    line-height: 1.5;
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}
h1,
h2,
h3,
h4,
h5,
h6,
p {
    margin: 0;
    padding: 0;
}
h1 {
    font-size: 2.2rem;
    font-weight: 700;
    line-height: 1.4;
    margin-bottom: 2rem;
    margin-top: 2rem;
}
h2 {
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 1.4;
    margin-bottom: 1rem;
}
h4 {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
}
h5 {
    margin-bottom: 1rem;
    margin-top: 0.5rem;
}
p {
    font-size: 1rem;
    line-height: 1.4;
}
a {
    color: inherit;
    text-decoration: none;
}
a:hover {
    cursor: pointer;
}
hr {
    border-bottom: none;
    border-top: 1px solid #000;
    margin: 0;
}
pre {
    white-space: pre-wrap;
}
fieldset {
    display: flex;
    flex-direction: column;
    margin-bottom: 0.5rem;
    padding: 1rem;
}
form {
    max-width: 100%;
}
input {
    border-radius: 4px;
    border: 1px solid #000;
    font-size: 1rem;
    margin-bottom: 0.5rem;
    margin-top: 0.25rem;
    padding: 0.5rem;
}
legend {
    font-weight: 600;
    margin-bottom: 0.5rem;
}
ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
li {
    margin-bottom: 0.5rem;
}
dl {
    margin: 0.5rem 0;
}
code {
    background: #ddd;
    border-radius: 4px;
    font-family: monospace;
    padding: 0.25rem;
}
img {
    max-width: 100%;
    display: block;
}

.font-serif {
    font-family: "Poppins", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}
.container {
    width: min(1400px, 92vw);
    margin-inline: auto;
}
.text-center {
    text-align: center;
}
.w-full {
    width: 100%;
}

.rte p {
    margin: 0 0 1rem;
}
.rte ul,
.rte ol {
    margin: 0 0 1rem 1.2rem;
}
.rte img {
    border-radius: 12px;
}

.btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    border: 1px solid transparent;
    border-radius: 2px;
    text-transform: uppercase;
    letter-spacing: 0.15em;
    font-size: 11px;
    font-weight: 600;
    padding: 0.8rem 1.4rem;
    transition: all 0.25s ease;
    cursor: pointer;
}
.btn-dark {
    background: var(--brand-dark);
    color: var(--white);
}
.btn-dark:hover {
    background: #222222;
}
.btn-outline {
    border-color: var(--text);
    color: var(--text);
    background: transparent;
}
.btn-outline:hover {
    background: var(--text);
    color: var(--white);
}
.btn-outline-gold {
    border-color: var(--brand-gold);
    color: var(--brand-gold);
}
.btn-outline-gold:hover {
    background: var(--brand-gold);
    color: var(--white);
}
.btn-gold {
    background: var(--brand-gold);
    color: var(--white);
}
.btn-gold:hover {
    background: #444444;
}

.eyebrow {
    margin: 0 0 0.8rem;
    color: var(--brand-gold);
    text-transform: uppercase;
    letter-spacing: 0.3em;
    font-size: 13px;
    font-weight: 700;
}
.section-header {
    margin-bottom: 2.5rem;
}
.about-title {
    margin-bottom: 2rem !important;
}
.section-title {
    margin: 0;
    font-size: clamp(2rem, 6vw, 3.7rem);
    line-height: 1.1;
}
.section-subtitle {
    margin: 0.8rem auto 0;
    color: var(--muted);
    max-width: 42rem;
}

/* Header */
#shopify-section-header {
    position: relative;
    height: 0;
    margin: 0;
    padding: 0;
    overflow: visible;
}
.site-header {
    position: fixed;
    inset: 0 0 auto;
    z-index: 80;
    transition: all 0.4s ease;
    padding: 1.1rem 0;
    background: transparent;
}
.site-header.is-scrolled,
.site-header.is-solid {
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(12px);
    box-shadow: 0 1px 0 rgba(0, 0, 0, 0.06);
    padding: 0.75rem 0;
}
.header-inner {
    display: flex;
    align-items: center;
    gap: 1.2rem;
}
.header-logo {
    display: flex;
    align-items: center;
    gap: 0.7rem;
    z-index: 2;
    flex: 1;
    min-width: 0;
}
.header-logo__img {
    width: 40px;
    height: 40px;
    object-fit: contain;
}
.header-logo__text {
    font-size: clamp(1.1rem, 1.8vw, 1.7rem);
    white-space: nowrap;
}

.header-nav {
    display: none;
    align-items: center;
    gap: 0.15rem;
    flex-shrink: 0;
}
.nav-link {
    font-family: "Cormorant Garamond", serif;
    font-size: 14px;
    color: #666666;
    padding: 0.5rem 0.95rem;
    border-radius: 999px;
    transition: all 0.25s ease;
}
.nav-link:hover,
.nav-link--active {
    color: var(--text);
    background: #f5f5f5;
}
.nav-link--btn {
    border: 0;
    background: transparent;
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    cursor: pointer;
}
.nav-item {
    position: relative;
}
.nav-chevron {
    opacity: 0.55;
    transition: transform 0.25s ease;
}
.nav-item:hover .nav-chevron {
    transform: rotate(180deg);
}
.nav-mega-menu {
    position: absolute;
    top: calc(100% + 10px);
    left: 50%;
    transform: translateX(-50%);
    min-width: 240px;
    padding: 1.1rem;
    border-radius: 12px;
    border: 1px solid #ebebeb;
    background: #fff;
    box-shadow: var(--shadow-soft);
    opacity: 0;
    visibility: hidden;
    transition: all 0.2s ease;
}
.nav-mega-menu--wide {
    min-width: 500px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1rem;
}
.nav-item:hover .nav-mega-menu {
    opacity: 1;
    visibility: visible;
}
.nav-mega-menu__heading {
    display: block;
    margin: 0 0 0.4rem;
    font-size: 11px;
    letter-spacing: 0.15em;
    color: var(--brand-gold);
    text-transform: uppercase;
}
.nav-mega-menu__link {
    display: block;
    font-family: "Cormorant Garamond", serif;
    color: #666666;
    font-size: 14px;
    padding: 0.35rem 0.55rem;
    border-radius: 8px;
}
.nav-mega-menu__link:hover {
    color: var(--brand-gold);
    background: var(--bg-soft);
}
.nav-mega-menu__link--bold {
    font-weight: 600;
    font-size: 1rem;
    color: var(--text);
}

.header-ctas {
    display: flex;
    align-items: center;
    gap: 0.45rem;
    flex: 1;
    min-width: 0;
    justify-content: flex-end;
}
.header-shop-btn {
    display: none;
    padding: 0.5rem 1.4rem;
    margin-left: 1rem;
}
.header-icon-btn {
    width: 36px;
    height: 36px;
    border: 0;
    background: transparent;
    border-radius: 8px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #666666;
    position: relative;
    cursor: pointer;
}
.header-icon-btn:hover {
    background: #f5f5f5;
    color: var(--text);
}
.cart-count {
    position: absolute;
    right: -2px;
    top: -2px;
    width: 16px;
    height: 16px;
    border-radius: 999px;
    background: #555555;
    color: #fff;
    font-size: 9px;
    font-weight: 700;
    display: grid;
    place-items: center;
}

/* Mobile nav aside */
.mobile-aside {
    position: fixed;
    inset: 0;
    z-index: 95;
    pointer-events: none;
}
.mobile-aside[aria-hidden="false"] {
    pointer-events: auto;
}
.mobile-aside__overlay {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.55);
    opacity: 0;
    transition: opacity 0.3s ease;
    backdrop-filter: blur(3px);
    -webkit-backdrop-filter: blur(3px);
}
.mobile-aside__panel {
    position: absolute;
    right: 0;
    top: 0;
    width: min(88vw, 340px);
    height: 100%;
    background: #faf9f7;
    transform: translateX(110%);
    transition: transform 0.32s cubic-bezier(0.22, 0, 0.1, 1);
    display: flex;
    flex-direction: column;
    overflow: hidden;
}
.mobile-aside[aria-hidden="false"] .mobile-aside__overlay {
    opacity: 1;
}
.mobile-aside[aria-hidden="false"] .mobile-aside__panel {
    transform: translateX(0);
}
.mobile-aside__header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1.3rem 1.4rem;
    background: #111;
    flex-shrink: 0;
}
.mobile-aside__header .font-serif {
    color: #fff;
    font-family: "Cormorant Garamond", Georgia, serif;
    font-size: 1.2rem;
    font-weight: 400;
    letter-spacing: 0.02em;
}
.mobile-aside__header .font-serif strong {
    font-weight: 600;
}
.mobile-aside__header .font-serif em {
    font-style: italic;
    font-weight: 300;
}
.mobile-aside__close {
    width: 32px;
    height: 32px;
    border: 1px solid rgba(255, 255, 255, 0.25);
    border-radius: 50%;
    background: transparent;
    color: #fff;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background 0.15s, border-color 0.15s;
    flex-shrink: 0;
}
.mobile-aside__close:hover {
    background: rgba(255, 255, 255, 0.12);
    border-color: rgba(255, 255, 255, 0.5);
}
.mobile-aside__nav {
    flex: 1;
    padding: 0.4rem 0;
    overflow-y: auto;
    overflow-x: hidden;
}
.mobile-nav-link {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding: 1rem 1.4rem;
    font-family: "Cormorant Garamond", Georgia, serif;
    font-size: 1.2rem;
    font-weight: 400;
    letter-spacing: 0.05em;
    color: #111;
    text-decoration: none;
    border: 0;
    background: transparent;
    cursor: pointer;
    text-align: left;
    position: relative;
    transition: color 0.15s, background 0.15s;
}
.mobile-nav-link::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 1.4rem;
    right: 1.4rem;
    height: 1px;
    background: rgba(0, 0, 0, 0.07);
}
.mobile-nav-link:hover {
    color: #555;
    background: rgba(0, 0, 0, 0.02);
}
.mobile-nav-link .chevron {
    flex-shrink: 0;
    color: #ccc;
    transition: transform 0.22s ease, color 0.15s;
}
.mobile-nav-link[aria-expanded="true"] .chevron {
    transform: rotate(180deg);
    color: #888;
}
.mobile-nav-submenu {
    display: none;
    background: rgba(0, 0, 0, 0.03);
    border-bottom: 1px solid rgba(0, 0, 0, 0.06);
}
.mobile-nav-submenu.is-open {
    display: block;
}
.mobile-nav-sublink {
    display: block;
    padding: 0.6rem 1.4rem 0.6rem 2.6rem;
    font-family: "Poppins", sans-serif;
    font-size: 0.78rem;
    font-weight: 400;
    letter-spacing: 0.04em;
    color: #888;
    text-decoration: none;
    text-transform: uppercase;
    transition: color 0.15s;
}
.mobile-nav-sublink:hover {
    color: #111;
}
.mobile-aside__footer {
    flex-shrink: 0;
    padding: 1.25rem 1.4rem;
    background: #fff;
    border-top: 1px solid rgba(0, 0, 0, 0.07);
}
.mobile-aside__footer .btn {
    width: 100%;
    justify-content: center;
}

/* Hero */
.hero-slider {
    position: relative;
    min-height: 100svh;
    overflow: hidden;
    padding: 0;
    margin: 0;
}
.hero-track,
.hero-slide {
    position: absolute;
    inset: 0;
}
.hero-slide {
    opacity: 0;
    transition: opacity 0.7s ease;
}
.hero-slide.is-active {
    opacity: 1;
}
.hero-slide__bg {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.hero-slide__bg--placeholder {
    background-size: cover;
    background-position: center;
}
.hero-slide__overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(
        to bottom,
        rgba(255, 255, 255, 0.18),
        rgba(255, 255, 255, 0.1) 40%,
        rgba(255, 255, 255, 0.56)
    );
}
.hero-slide__content {
    position: absolute;
    inset: auto 0 28%;
    text-align: center;
    width: min(900px, 90vw);
    margin-inline: auto;
}
.hero-eyebrow {
    margin: 0 0 0.6rem;
    color: #666666;
    letter-spacing: 0.25em;
    text-transform: uppercase;
    font-size: 11px;
}
.hero-heading {
    margin: 0;
    color: var(--text);
    font-weight: 500;
    line-height: 1.05;
    font-size: clamp(2rem, 6vw, 4.6rem);
}
.hero-heading em {
    font-style: italic;
    font-weight: 400;
}
.hero-desc {
    margin: 1.2rem auto 0;
    max-width: 680px;
    color: #666666;
    font-size: clamp(1rem, 2vw, 1.2rem);
}
.hero-ctas {
    margin-top: 1.8rem;
    display: flex;
    flex-direction: column;
    gap: 0.8rem;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}
.hero-ctas__row {
    display: flex;
    gap: 0.8rem;
    justify-content: center;
    flex-wrap: wrap;
}
.hero-help-btn {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    font-size: 13px;
    letter-spacing: 0.04em;
    color: #fff;
    background: rgba(0, 0, 0, 0.349);
    border: 1px solid rgba(255, 255, 255, 0.25);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    border-radius: 999px;
    padding: 0.55rem 1.1rem;
    margin-top: 0.5rem;
    text-decoration: none;
    transition: background 0.2s ease, border-color 0.2s ease;
}
.hero-help-btn:hover {
    background: rgba(0, 0, 0, 0.62);
    border-color: rgba(255, 255, 255, 0.45);
}
.hero-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 44px;
    height: 44px;
    border-radius: 999px;
    border: 1px solid rgba(255, 255, 255, 0.28);
    background: rgba(255, 255, 255, 0.22);
    backdrop-filter: blur(3px);
    color: var(--text);
    cursor: pointer;
    transition: background 0.2s ease;
}
.hero-arrow:hover {
    background: rgba(255, 255, 255, 0.5);
}
.hero-arrow--prev {
    left: 1rem;
}
.hero-arrow--next {
    right: 1rem;
}
.hero-bottom {
    position: absolute;
    left: 50%;
    bottom: 2rem;
    transform: translateX(-50%);
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.8rem;
}
.hero-dots {
    display: flex;
    gap: 0.55rem;
}
.hero-dot {
    width: 8px;
    height: 8px;
    border-radius: 999px;
    border: 0;
    background: rgba(28, 26, 23, 0.24);
    cursor: pointer;
    transition: all 0.25s ease;
}
.hero-dot.is-active {
    width: 30px;
    background: var(--text);
}
.hero-scroll-hint {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.2rem;
    color: var(--muted-2);
    font-size: 9px;
    text-transform: uppercase;
    letter-spacing: 0.3em;
}

/* Section spacing */
.steps-section,
.about-section,
.where-to-begin-section,
.collections-grid-section,
.why-rataa-section,
.faq-section {
    padding: 6.5rem 0;
}
.steps-section,
.where-to-begin-section,
.why-rataa-section,
.faq-section {
    background: var(--bg);
}
.about-section,
.gallery-section {
    background: #fff;

}

/* Steps */
.steps-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 1.1rem;
    margin-top: 5rem;
}
.step-card {
    position: relative;
    background: #fff;
    border: 1px solid var(--line-2);
    border-radius: 16px;
    padding: 2.4rem 1.5rem 1.4rem;
    transition: 0.3s ease;
}
.step-card:hover {
    border-color: #e0e0e0;
    transform: translateY(-2px);
    box-shadow: var(--shadow-soft);
}
.step-number {
    position: absolute;
    left: 1rem;
    top: -0.55rem;
    background: var(--brand-gold);
    color: #fff;
    font-size: 11px;
    letter-spacing: 0.12em;
    border-radius: 999px;
    padding: 0.22rem 0.55rem;
    font-weight: 700;
}
.step-icon {
    width: 56px;
    height: 56px;
    border-radius: 12px;
    display: grid;
    place-items: center;
    background: var(--bg-soft);
    color: var(--brand-gold);
    border: 1px solid var(--line);
}
.step-title {
    margin: 1rem 0 0.85rem;
    font-size: 1.3rem;
}
.step-desc {
    margin: 0;
    color: var(--muted);
}

/* About */
.about-grid {
    display: grid;
    gap: 2.2rem;
    align-items: center;
}
.about-body {
    color: #666666;
    margin: 0 0 0.9rem;
    font-size: 1.05rem;
}
.about-images__grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0.9rem;
}
.about-img {
    border-radius: 16px;
    overflow: hidden;
    box-shadow: var(--shadow-soft);
}
.about-img--tall {
    aspect-ratio: 3 / 4;
}
.about-img--small {
    aspect-ratio: 4 / 5;
    max-width: 280px;
}
.about-img--offset {
    margin-top: 2.1rem;
}
.about-img__el {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 1.4s ease;
}
.about-img:hover .about-img__el {
    transform: scale(1.04);
}

/* Brand Story Section */
.brand-story-section {
    padding: 6.5rem 0;
    background: var(--bg);
}
.brand-story-grid {
    display: grid;
    gap: 2rem;
    align-items: stretch;
}
.brand-story__col-left {
    display: flex;
}
.brand-story__img-wrap {
    border-radius: 16px;
    overflow: hidden;
    box-shadow: var(--shadow-soft);
}
.brand-story__img-wrap--main {
    width: 100%;
    flex: 1;
    aspect-ratio: 4 / 5;
}
.brand-story__img-el {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 1.4s ease;
    display: block;
}
.brand-story__img-wrap:hover .brand-story__img-el {
    transform: scale(1.04);
}
.brand-story__placeholder {
    background: var(--bg-soft);
}
.brand-story__col-right {
    display: flex;
    flex-direction: column;
    gap: 1.25rem;
}
.brand-story__text-card {
    background: #fff;
    border: 1px solid var(--line-2);
    border-radius: 16px;
    padding: 2.2rem 2rem;
    box-shadow: var(--shadow-soft);
}
.brand-story__heading {
    margin: 0 0 1rem;
    font-size: clamp(1.5rem, 3.5vw, 2.2rem);
    line-height: 1.2;
    color: var(--text);
}
.brand-story__body {
    margin: 0;
    color: var(--muted);
    font-size: 0.95rem;
    line-height: 1.7;
}
.brand-story__img-wrap--secondary {
    flex: 1;
    max-height: 400px;
}
.brand-story__img-wrap--secondary .brand-story__img-el {
    object-position: top;
}

@media (min-width: 1024px) {
    .brand-story-grid {
        grid-template-columns: 55fr 45fr;
        gap: 2.5rem;
        align-items: stretch;
    }
    .brand-story__img-wrap--main {
        aspect-ratio: unset;
        height: 100%;
        min-height: 540px;
    }
}

/* About Image Cards */
.about-cards-section {
    padding: 0 0 6.5rem;
    background: var(--bg);
}
.about-cards-grid {
    display: grid;
    gap: 1.5rem;
    grid-template-columns: 1fr;
}
.about-card {
    background: #fff;
    border: 1px solid var(--line-2);
    border-radius: 16px;
    overflow: hidden;
    box-shadow: var(--shadow-soft);
}
.about-card__img-wrap {
    width: 100%;
    aspect-ratio: 3 / 2;
    overflow: hidden;
}
.about-card__img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 1.4s ease;
}
.about-card__placeholder {
    background: var(--bg-soft);
}
.about-card:hover .about-card__img {
    transform: scale(1.04);
}
.about-card__body {
    padding: 1.5rem 1.75rem 1.75rem;
}
.about-card__text {
    margin: 0;
    color: var(--muted);
    font-size: 0.95rem;
    line-height: 1.7;
}

@media (min-width: 768px) {
    .about-cards-grid {
        grid-template-columns: 1fr 1fr;
        gap: 1.75rem;
    }
}

/* Backdrops Info Section */
.backdrops-info-section {
    padding: 5rem 0 0;
    background: #fff;
}
.backdrops-info-wrap {
    max-width: 780px;
    margin: 0 auto;
    padding-bottom: 5rem;
}
.backdrops-info-block {
    padding-bottom: 2.5rem;
    margin-bottom: 2.5rem;
    border-bottom: 1px solid var(--line-2);
}
.backdrops-info-block:last-of-type {
    border-bottom: none;
}
.backdrops-info-block__heading {
    font-size: 1.25rem;
    font-weight: 700;
    margin: 0 0 1rem;
    color: var(--text);
}
.backdrops-info-block__content ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.backdrops-info-block__content li {
    position: relative;
    padding-left: 1.2rem;
    margin-bottom: 0.55rem;
    color: #666666;
    font-size: 0.95rem;
    line-height: 1.7;
}
.backdrops-info-block__content li::before {
    content: '✦';
    position: absolute;
    left: 0;
    top: 0.1em;
    font-size: 0.9rem;
    color: var(--brand-gold);
}
.backdrops-info-block__content p {
    color: #666666;
    font-size: 0.95rem;
    line-height: 1.7;
    margin: 0 0 0.55rem;
}
.backdrops-info-contact {
    padding: 3rem 0 4rem;
    text-align: center;
}
.backdrops-info-contact__heading {
    font-size: 1.5rem;
    font-weight: 700;
    color: var(--text);
    margin: 0 0 1.25rem;
}
.backdrops-info-contact__links {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 0.5rem 2rem;
}
.backdrops-info-contact__item {
    font-size: 0.9rem;
    color: var(--muted);
    text-decoration: none;
    transition: color 0.2s;
}
a.backdrops-info-contact__item:hover {
    color: var(--brand-gold);
}

/* Where to begin */
.where-grid {
    display: grid;
    margin-top: 5rem !important;
    gap: 1.4rem;
    max-width: 1150px;
    margin: auto;
}
.where-card__link {
    display: flex;
    flex-direction: column;
    height: 100%;
    text-decoration: none;
    color: inherit;
    background: #faf9f7;
    border: 1px solid rgba(0,0,0,0.08);
    border-radius: 16px;
    padding: 2.5rem 2.2rem 2.2rem;
    transition: box-shadow 0.25s ease, border-color 0.25s ease;
}
.where-card__link:hover {
    box-shadow: 0 8px 32px rgba(0,0,0,0.08);
    border-color: rgba(0,0,0,0.14);
}
.where-card__icon {
    width: 56px;
    height: 56px;
    background: #fff;
    border: 1px solid rgba(0,0,0,0.1);
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 1.6rem;
    color: #555;
}
.where-card__title {
    margin: 0 0 0.8rem;
    color: var(--text);
    font-size: clamp(1.3rem, 2vw, 1.65rem);
    font-weight: 400;
    line-height: 1.25;
}
.where-card__desc {
    margin: 0 0 2rem;
    color: var(--muted);
    font-size: 0.95rem;
    line-height: 1.65;
    flex: 1;
}
.where-card__btn {
    align-self: flex-start;
    font-size: 11px;
    letter-spacing: 0.14em;
}

/* Collections */
.collections-grid-section__header {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    align-items: flex-start;
    justify-content: space-between;
}
.collections-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.9rem;
}
.collections-grid--all {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}
.collection-card {
    position: relative;
    border-radius: 16px;
    overflow: hidden;
    /* aspect-ratio: 3 / 4; */
    display: block;
}
.collection-card__img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 1.4s ease;
}
.collection-card:hover .collection-card__img {
    transform: scale(1.06);
}
.collection-card__overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.62), rgba(0, 0, 0, 0.05));
}
.collection-card__label {
    position: absolute;
    inset: auto 0 0;
    padding: 1rem;
    color: #fff;
}
.collection-card__label h3 {
    margin: 0;
    font-size: 1.1rem;
}

/* Why Rataa */
.features-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1rem;
    margin-top: 5rem;
}
.feature-item {
    text-align: center;
}
.feature-item__icon {
    width: 64px;
    height: 64px;
    border-radius: 14px;
    display: grid;
    place-items: center;
    margin-inline: auto;
    background: #fff;
    border: 1px solid var(--line-2);
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.04);
    transition: 0.3s ease;
}
.feature-item:hover .feature-item__icon {
    background: var(--text);
    color: #fff;
}
.feature-item__title {
    margin: 0.85rem 0 0.35rem;
    font-size: 1.1rem;
}
.feature-item__desc {
    margin: 0;
    color: var(--muted-2);
}

/* Gallery mosaic */
.gallery-section > .container {
    padding-top: 3.5rem;
    padding-bottom: 5rem;
}
.gallery-mosaic {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-auto-rows: 200px;
    gap: 0.65rem;
}
.gallery-card:nth-child(5n+1) {
    grid-row: span 2;
}
.gallery-card {
    position: relative;
    border-radius: 14px;
    overflow: hidden;
    cursor: pointer;
    background: #f0f0f0;
}
.gallery-card__img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 1.2s ease;
}
.gallery-card:hover .gallery-card__img {
    transform: scale(1.06);
}
.gallery-card__overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgba(20,15,10,0.78) 0%, rgba(20,15,10,0.12) 55%, transparent 100%);
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 1rem 1rem 0.9rem;
}
.gallery-card__body {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding-bottom: 0.15rem;
}
.gallery-card__eyebrow {
    font-size: 9px;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: rgba(255,255,255,0.6);
    margin: 0 0 0.3rem;
}
.gallery-card__title {
    color: #fff;
    font-size: 1rem;
    margin: 0 0 0.2rem;
    line-height: 1.3;
}
.gallery-card__hint {
    font-size: 10px;
    color: rgba(255,255,255,0.45);
    margin: 0;
}
.gallery-card__open-btn {
    position: absolute;
    bottom: 0.85rem;
    right: 0.85rem;
    background: transparent;
    border: 1px solid rgba(255,255,255,0.5);
    color: #fff;
    padding: 0.28rem 0.7rem;
    border-radius: 999px;
    font-size: 10px;
    letter-spacing: 0.1em;
    cursor: pointer;
    transition: background 0.2s, border-color 0.2s;
}
.gallery-card__open-btn:hover {
    background: rgba(255,255,255,0.15);
    border-color: rgba(255,255,255,0.85);
}
/* Load more */
.gallery-load-more {
    display: flex;
    justify-content: center;
    margin-top: 2.5rem;
}
.gallery-load-btn {
    background: var(--text);
    color: #fff;
    border: none;
    padding: 0.9rem 2.8rem;
    border-radius: 999px;
    font-size: 11px;
    letter-spacing: 0.13em;
    cursor: pointer;
    transition: opacity 0.2s;
}
.gallery-load-btn:hover {
    opacity: 0.78;
}
/* Lightbox overlay */
.gallery-lightbox {
    position: fixed;
    inset: 0;
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.3s ease;
}
.gallery-lightbox.is-open {
    opacity: 1;
    pointer-events: all;
}
.gallery-lightbox__backdrop {
    position: absolute;
    inset: 0;
    background: rgba(10,8,6,0.92);
}
.gallery-lightbox__img {
    position: relative;
    max-width: 90vw;
    max-height: 90vh;
    object-fit: contain;
    border-radius: 8px;
    box-shadow: 0 32px 80px rgba(0,0,0,0.5);
}
.gallery-lightbox__close {
    position: absolute;
    top: 1.4rem;
    right: 1.4rem;
    width: 44px;
    height: 44px;
    border-radius: 999px;
    background: rgba(255,255,255,0.1);
    border: 1px solid rgba(255,255,255,0.2);
    color: #fff;
    display: grid;
    place-items: center;
    cursor: pointer;
    transition: background 0.2s;
    z-index: 1;
}
.gallery-lightbox__close:hover {
    background: rgba(255,255,255,0.22);
}

/* FAQ page */
.faq-page-body {
    padding-top: 3.5rem;
    padding-bottom: 6rem;
    background: #fff !important;x`
}

/* Intro card */
.faq-intro-card {
    display: grid;
    grid-template-columns: 1fr;
    gap: 1.2rem;
    background: #fff;
    border: 1px solid var(--line-2);
    border-radius: 18px;
    padding: 2rem;
    margin-bottom: 3.5rem;
    box-shadow: 0 2px 20px rgba(0,0,0,0.04);
}
.faq-intro-card__main {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}
.faq-intro-card__label {
    margin: 0;
}
.faq-intro-card__heading {
    font-size: clamp(1.35rem, 3vw, 1.85rem);
    font-weight: 600;
    line-height: 1.3;
    color: var(--text);
    margin: 0;
}
.faq-intro-card__text {
    color: var(--muted);
    font-size: 0.9rem;
    margin: 0;
}
.faq-intro-card__contact {
    border: 1px solid var(--line-2);
    border-radius: 12px;
    padding: 1.2rem 1.4rem;
    display: flex;
    flex-direction: column;
    gap: 0.4rem;
}
.faq-intro-card__contact-label {
    margin: 0 0 0.25rem;
    display: block;
}
.faq-intro-card__contact-line {
    margin: 0;
    font-size: 0.92rem;
    color: var(--text);
}
.faq-intro-card__delivery {
    background: var(--brand-dark);
    border-radius: 12px;
    padding: 1.2rem 1.4rem;
    display: flex;
    flex-direction: column;
    gap: 0.4rem;
}
.faq-intro-card__delivery-label {
    font-size: 9px;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: rgba(255,255,255,0.5);
    margin: 0 0 0.15rem;
    display: block;
}
.faq-intro-card__delivery-time {
    font-size: 1.15rem;
    font-weight: 700;
    color: #fff;
    margin: 0;
}
.faq-intro-card__delivery-text {
    font-size: 0.82rem;
    color: rgba(255,255,255,0.65);
    margin: 0;
    line-height: 1.5;
}

/* Category label */
.faq-category-label {
    font-size: 11px !important;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    color: var(--brand-gold);
    font-weight: 600;
    padding: 2.2rem 0 0.6rem;
}

/* FAQ accordion */
.faq-list {

    max-width: 1000px;
    margin: 0 auto;
}
.faq-item {
    border-bottom: 1px solid var(--line);
}
.faq-question {
    width: 100%;
    border: 0;
    background: transparent;
    padding: 1.3rem 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 1rem;
    text-align: left;
    font-size: clamp(1rem, 2vw, 1.1rem);
    color: #111111;
    cursor: pointer;
}
.faq-icon {
    width: 28px;
    height: 28px;
    border-radius: 999px;
    border: 1px solid #e0e0e0;
    display: grid;
    place-items: center;
    flex: 0 0 auto;
}
.faq-item .icon-minus {
    display: none;
}
.faq-item--open .icon-plus {
    display: none;
}
.faq-item--open .icon-minus {
    display: block;
}
.faq-item--open .faq-icon {
    border-color: var(--brand-gold);
    color: var(--brand-gold);
}
.faq-answer {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.32s ease;
}
.faq-item--open .faq-answer {
    max-height: 600px;
}
.faq-answer__inner {
    padding-bottom: 1.2rem;
}
.faq-answer p {
    margin: 0 0 0.75rem;
    color: var(--muted);
    font-size: 0.95rem;
    line-height: 1.65;
}
.faq-answer p:last-child {
    margin-bottom: 0;
}

/* Prefooter */
.prefooter-section {
    position: relative;
    overflow: hidden;
    padding: 7rem 0;
    background: var(--brand-dark);
}
.prefooter-bg {
    position: absolute;
    inset: 0;
    opacity: 0.24;
}
.prefooter-bg__img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: grayscale(1);
}
.prefooter-bg__overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, #000000, rgba(0, 0, 0, 0.82), rgba(0, 0, 0, 0.6));
}
.prefooter-content {
    position: relative;
    z-index: 1;
    max-width: 760px;
}
.prefooter-heading {
    margin: 0;
    color: var(--bg);
    font-size: clamp(2rem, 6vw, 4rem);
}
.prefooter-desc {
    margin: 1rem auto 1.5rem;
    color: #aaaaaa;
    max-width: 620px;
}

/* Product grid/card */
#product-grid {
    padding: 2.5rem 0 3rem;
}
.product-grid {
    display: grid;
    gap: 1.25rem;
    grid-template-columns: repeat(2, minmax(0, 1fr));

    margin: auto;
}
.product-card {
    border: 1px solid var(--line-2);
    border-radius: 14px;
    overflow: hidden;
    background: #fff;
}
.product-card__media {
    background: #f5f5f5;
    aspect-ratio: 1 / 1;
    overflow: hidden;
    position: relative;
}
.product-card__img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.7s ease;
}
.product-card:hover .product-card__img {
    transform: scale(1.04);
}
.product-card__badge {
    position: absolute;
    top: 10px;
    left: 10px;
    background: #555555;
    color: #fff;
    font-size: 10px;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    padding: 0.24rem 0.45rem;
    border-radius: 999px;
}
.product-card__info {
    padding: 0.8rem 0.9rem 1rem;
}
.product-card__title {
    margin: 0 0 0.4rem;
    font-size: 1rem;
    line-height: 1.35;
}
.product-card__desc {
    margin: 0 0 0.55rem;
    color: var(--muted);
    font-size: 0.92rem;
}
.product-card__size-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.3rem;
    margin-top: 0.8rem;
    width: 100%;
    padding: 0.6rem 1rem;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 0.13em;
    text-transform: uppercase;
    color: var(--text);
    text-decoration: none;
    border: 1px solid var(--text);
    border-radius: 10px;
    transition: background 0.2s, color 0.2s;
    
}
.product-card__size-btn:hover {
    background: var(--text);
    color: #fff;
}
.product-card--list {
    display: flex;
    gap: 0.9rem;
}
.product-card--list .product-card__image-link {
    width: 38%;
}
.product-card--list .product-card__media {
    aspect-ratio: 1 / 1;
}

.price-wrapper {
    display: grid;
    gap: 0.35rem;
}
.price {
    font-weight: 600;
    color: var(--text);
}
.price--compare {
    color: var(--muted-2);
    margin-left: 0.45rem;
}
.price--sale {
    color: var(--text);
}
.mintpay-badge {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    color: var(--muted);
    font-size: 0.82rem;
}

/* Collection */
.collection-page {
    /*  */
    background: #fff;
}
/* Elegant collection header */
.collection-header-fancy {
    padding: 8rem 0 5.5rem;
    background: #f5f5f5;
}
.collection-hero-title {
    margin: 0;
    font-size: clamp(2.2rem, 6vw, 3.6rem);
    font-weight: 400;
    line-height: 1.1;
}
.collection-accent-line {
    display: block;
    width: 48px;
    height: 3px;
    background: var(--brand-gold);
    border-radius: 2px;
    margin: 1.2rem auto;
}
.collection-hero-desc {
    max-width: 36rem;
    margin: 0 auto;
    color: var(--muted);
    font-size: 0.95rem;
    line-height: 1.6;
}
/* Filter bar wrapper */
.collection-filter-bar {
    background: #fff;
    border-bottom: 1px solid var(--line-2);
    padding: 1rem 0;
}
/* Collection tabs */
.collection-tabs {
    display: flex;
    gap: 0.5rem;
    flex-wrap: wrap;
    padding: 0.6rem 0;
    max-width: 1200px;
    margin: auto;
}
.collection-tab {
    display: inline-flex;
    align-items: center;
    gap: 0.3rem;
    border: 1px solid #e0e0e0;
    border-radius: 999px;
    padding: 0.4rem 0.9rem;
    font-size: 13px;
    font-weight: 500;
    color: var(--text);
    background: #fff;
    transition: all 0.2s ease;
    white-space: nowrap;
}
.collection-tab:hover {
    border-color: var(--text);
    color: var(--text);
}
.collection-tab--active {
    background: var(--brand-dark);
    color: #fff;
    border-color: var(--brand-dark);
}
.collection-tab--active:hover {
    color: #fff;
    border-color: var(--brand-dark);
}
.collection-tab__count {
    font-size: 0.78rem;
    opacity: 0.7;
}
/* Collection hero (image banner - kept for collections with image) */
.collection-hero {
    position: relative;
    height: clamp(220px, 34vw, 420px);
    overflow: hidden;
}
.collection-hero__img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.collection-hero__overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.55), rgba(0, 0, 0, 0.15));
}
.collection-hero__text {
    position: absolute;
    inset: auto 0 1.3rem;
    width: min(1400px, 92vw);
    margin-inline: auto;
}
.collection-hero__title {
    color: #fff;
    margin: 0;
    font-size: clamp(1.8rem, 5vw, 3rem);
}
.collection-header__text {
    padding-top: 2rem;
}
.collection-title {
    margin: 0;
    font-size: clamp(2rem, 5vw, 3rem);
}
.collection-desc {
    color: var(--muted);
    margin-top: 0.8rem;
}
.collection-toolbar {
    margin-top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1rem;
    flex-wrap: wrap;
    padding: 0.6rem 0;
    border-top: 1px solid #ebebeb;
    max-width: 1200px;
    margin: auto;
}
.product-count {
    color: var(--muted);
}
.collection-filters {
    display: flex;
    flex-wrap: wrap;
    gap: 0.55rem;
}
.filter-dropdown {
    position: relative;
}
.filter-dropdown__toggle {
    list-style: none;
    border: 1px solid #e0e0e0;
    background: #fff;
    border-radius: 8px;
    padding: 0.4rem 0.75rem;
    font-size: 13px;
    font-weight: 500;
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    cursor: pointer;
    color: #666666;
    transition: all 0.2s ease;
}
.filter-dropdown__toggle:hover {
    border-color: var(--text);
    color: var(--text);
}
.filter-dropdown[open] > .filter-dropdown__toggle {
    border-color: var(--text);
    color: var(--text);
    background: var(--bg-soft);
}
.filter-dropdown__toggle::-webkit-details-marker {
    display: none;
}
.filter-badge {
    background: var(--text);
    color: #fff;
    border-radius: 999px;
    width: 16px;
    height: 16px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 10px;
    font-weight: 700;
}
.filter-dropdown__panel {
    position: absolute;
    z-index: 50;
    top: calc(100% + 8px);
    left: 0;
    min-width: 220px;
    background: #fff;
    border: 1px solid #f0f0f0;
    border-radius: 12px;
    padding: 0.5rem;
    box-shadow: 0 8px 30px -8px rgba(0, 0, 0, 0.12);
    animation: filterFadeIn 0.15s ease;
}
@keyframes filterFadeIn {
    from {
        opacity: 0;
        transform: translateY(-4px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}
.filter-checkbox {
    display: flex;
    align-items: center;
    gap: 0.6rem;
    padding: 0.4rem 0.5rem;
    border-radius: 6px;
    color: #333333;
    font-size: 13px;
    cursor: pointer;
    transition: background 0.15s;
}
.filter-checkbox:hover {
    background: var(--bg-soft);
}
.filter-checkbox input[type="checkbox"] {
    width: 16px;
    height: 16px;
    border-radius: 4px;
    border: 1px solid #dddddd;
    accent-color: var(--text);
    margin: 0;
}
.sort-option {
    display: block;
    width: 100%;
    text-align: left;
    border: 0;
    background: transparent;
    border-radius: 8px;
    padding: 0.55rem 0.7rem;
    font-size: 13px;
    color: #666666;
    line-height: 1.25;
    transition: all 0.15s;
    cursor: pointer;
}
.sort-option:hover {
    background: var(--bg-soft);
    color: var(--text);
}
.sort-option.is-active {
    background: var(--bg-soft);
    color: var(--text);
    font-weight: 600;
}
.filter-dropdown--sort .filter-dropdown__panel {
    min-width: 240px;
    padding: 0.45rem;
    display: grid;
    gap: 0.2rem;
}
.filter-dropdown--sort .sort-option:focus-visible {
    outline: 2px solid #1f1f1f;
    outline-offset: 1px;
}
.active-filters {
    margin-top: 1rem;
    display: flex;
    flex-wrap: wrap;
    gap: 0.45rem;
}
.filter-pill,
.filter-clear {
    border: 1px solid var(--line);
    border-radius: 999px;
    padding: 0.35rem 0.7rem;
    font-size: 0.86rem;
}
.filter-clear:hover {
    background: var(--text);
    color: #fff;
}
.collection-empty {
    padding: 3rem 0;
}
/* View toggle */
.collection-view-toggle {
    display: flex;
    gap: 2px;
    margin-left: auto;
    flex-shrink: 0;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    padding: 2px;
}
.view-toggle__btn {
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: none;
    border-radius: 6px;
    background: transparent;
    color: var(--muted);
    cursor: pointer;
    transition: all 0.2s ease;
}
.view-toggle__btn:hover {
    color: var(--text);
}
.view-toggle__btn.is-active {
    background: var(--brand-dark);
    color: #fff;
}
/* Grid view variants */
.product-grid--3 {
    --grid-cols: 3 !important;
    max-width: 1200px;
}
.product-grid--4 {
    --grid-cols: 4 !important;
    max-width: 1200px;
}
.product-grid--list {
    grid-template-columns: 1fr !important;
    max-width: 900px;
}
.product-grid--list .product-card--grid {
    display: grid;
    grid-template-columns: 200px 1fr;
    border-radius: 14px;
}
.product-grid--list .product-card--grid .product-card__media {
    border-radius: 14px 0 0 14px;
    height: 100%;
}
.product-grid--list .product-card--grid .product-card__info {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 1rem 1.2rem;
}

/* Product page */
.product-page {
    background: #fff;
    padding-top: 6.6rem;
}
.product-shell {
    padding-top: 1.2rem;
    padding-bottom: 3rem;
}
.product-grid-layout {
    display: grid;
    gap: 2rem;
}
.product-gallery__main {
    position: relative;
    background: var(--bg);
    border-radius: 16px;
    overflow: hidden;
    aspect-ratio: 1 / 1;
}
.product-gallery__slide {
    position: absolute;
    inset: 0;
    opacity: 0;
    transition: opacity 0.35s ease;
}
.product-gallery__slide.is-active {
    opacity: 1;
}
.product-gallery__img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.gallery-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 40px;
    height: 40px;
    border-radius: 999px;
    border: 1px solid rgba(255, 255, 255, 0.8);
    background: rgba(255, 255, 255, 0.82);
    cursor: pointer;
    transition: background 0.2s ease;
}
.gallery-arrow:hover {
    background: rgba(255, 255, 255, 1);
}
.gallery-arrow--prev {
    left: 1rem;
}
.gallery-arrow--next {
    right: 1rem;
}
.gallery-counter {
    position: absolute;
    bottom: 1rem;
    right: 1rem;
    background: rgba(0, 0, 0, 0.62);
    color: #fff;
    border-radius: 999px;
    font-size: 12px;
    padding: 0.2rem 0.6rem;
}
.product-gallery__thumbs {
    margin-top: 0.7rem;
    display: grid;
    gap: 0.45rem;
    grid-template-columns: repeat(auto-fit, minmax(56px, 1fr));
}
.product-gallery__thumb {
    border: 2px solid transparent;
    border-radius: 10px;
    padding: 0;
    overflow: hidden;
}
.product-gallery__thumb.is-active {
    border-color: var(--brand-gold);
}
.product-gallery__thumb-img {
    width: 100%;
    aspect-ratio: 1 / 1;
    object-fit: cover;
}

.product-vendor {
    margin: 0 0 0.2rem;
    color: var(--muted);
    text-transform: uppercase;
    letter-spacing: 0.2em;
    font-size: 11px;
}
.product-title {
    margin: 0 0 0.8rem;
    font-size: clamp(2rem, 4vw, 2.8rem);
    line-height: 1.1;
}
.product-price-wrap {
    margin-bottom: 1rem;
}
.product-option {
    margin: 0 0 0.9rem;
}
.product-option__label {
    margin: 0 0 0.45rem;
    font-size: 0.98rem;
    color: #666666;
}
.product-option__values {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
}
.variant-btn {
    position: relative;
    display: inline-flex;
    border: 1px solid #e0e0e0;
    border-radius: 999px;
    padding: 0.45rem 0.8rem;
    font:
        500 0.9rem "Poppins",
        sans-serif;
    color: #666666;
}
.variant-btn input {
    position: absolute;
    opacity: 0;
    inset: 0;
    cursor: pointer;
}
.variant-btn.is-selected {
    border-color: var(--text);
    color: var(--text);
}
.variant-btn.is-unavailable {
    opacity: 0.4;
    text-decoration: line-through;
}
.add-to-cart {
    margin: 0.45rem 0 1rem;
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.45rem;
    min-height: 44px;
}
.add-to-cart.is-loading::before {
    content: "";
    width: 14px;
    height: 14px;
    border: 2px solid rgba(255, 255, 255, 0.45);
    border-top-color: #fff;
    border-radius: 50%;
    animation: addToCartSpin 0.7s linear infinite;
}
.add-to-cart.is-added {
    background: #355b3d;
    border-color: #355b3d;
}
@keyframes addToCartSpin {
    to {
        transform: rotate(360deg);
    }
}
.product-out-of-stock {
    color: #9e4d4d;
    margin: 0.3rem 0;
}
.product-features {
    display: flex;
    gap: 0;
    border: 1px solid var(--line);
    border-radius: 10px;
    overflow: hidden;
    margin-top: 1.25rem;
}
.product-feature {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.45rem;
    padding: 1rem 0.5rem;
    text-align: center;
    border-right: 1px solid var(--line);
}
.product-feature:last-child {
    border-right: 0;
}
.product-feature__icon {
    width: 44px;
    height: 44px;
    border-radius: 10px;
    background: #f5f5f5;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #555;
}
.product-feature__label {
    font-size: 0.72rem;
    font-weight: 600;
    letter-spacing: 0.04em;
    color: var(--text);
    text-transform: uppercase;
    line-height: 1.3;
}
.product-description {
    color: #666666;
    border-top: 1px solid var(--line);
    padding-top: 1rem;
    margin-top: 1rem;
}
.product-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 0.8rem;
    color: var(--muted);
    font-size: 0.92rem;
    margin-top: 1rem;
}
.related-products {
    margin-top: 2.4rem;
}
.related-products__heading {
    margin: 0 0 1rem;
    font-size: 1.8rem;
}

/* Cart drawer */
.cart-overlay {
    position: fixed;
    inset: 0;
    z-index: 88;
    background: rgba(0, 0, 0, 0.35);
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.2s ease;
}
.cart-open .cart-overlay {
    opacity: 1;
    pointer-events: auto;
}
.cart-drawer {
    position: fixed;
    inset: 0 0 0 auto;
    width: min(92vw, 420px);
    z-index: 90;
    pointer-events: none;
}
.cart-drawer__panel {
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    transform: translateX(100%);
    transition: transform 0.24s ease;
    display: flex;
    flex-direction: column;
}
.cart-drawer[aria-hidden="false"] {
    pointer-events: auto;
}
.cart-drawer[aria-hidden="false"] .cart-drawer__panel {
    transform: translateX(0);
}
.cart-drawer__header {
    padding: 1rem;
    border-bottom: 1px solid var(--line-2);
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.cart-drawer__title {
    margin: 0;
    font-size: 1.35rem;
}
.cart-drawer__close {
    border: 0;
    background: transparent;
}
.cart-drawer__body {
    flex: 1;
    overflow: auto;
    padding: 0.8rem 1rem;
}
.cart-empty {
    text-align: center;
    padding: 2rem 0;
}
.cart-items-list {
    margin: 0;
    padding: 0;
    list-style: none;
    display: grid;
    gap: 0.8rem;
}
.cart-item {
    display: grid;
    grid-template-columns: 90px 1fr;
    gap: 0.65rem;
    border: 1px solid var(--line-2);
    border-radius: 12px;
    padding: 0.55rem;
}
.cart-item__img {
    width: 90px;
    height: 90px;
    object-fit: cover;
    border-radius: 8px;
}
.cart-item__title {
    display: inline-block;
    margin: 0 0 0.2rem;
    font-size: 1rem;
}
.cart-item__variant,
.cart-item__mintpay {
    margin: 0 0 0.3rem;
    color: var(--muted);
    font-size: 0.85rem;
}
.cart-item__footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 0.4rem;
}
.qty-stepper {
    display: inline-flex;
    align-items: center;
    border: 1px solid var(--line);
    border-radius: 999px;
}
.qty-stepper__btn {
    border: 0;
    background: transparent;
    width: 30px;
    height: 30px;
    display: grid;
    place-items: center;
}
.qty-stepper__value {
    min-width: 28px;
    text-align: center;
    font-size: 0.9rem;
}
.cart-item__remove {
    border: 0;
    background: transparent;
    color: #9e4d4d;
    font-size: 0.85rem;
    cursor: pointer;
}
.cart-drawer__footer {
    border-top: 1px solid var(--line-2);
    padding: 1rem;
}
.cart-subtotal {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 0.2rem;
}
.cart-taxes-note {
    margin: 0 0 0.8rem;
    font-size: 0.86rem;
    color: var(--muted);
}
.cart-actions {
    display: grid;
    gap: 0.45rem;
}

/* Main cart */
.main-cart-page {
    padding: 6.8rem 0 3rem;
}
.main-cart-header {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    border-bottom: 1px solid var(--line);
    padding-bottom: 0.7rem;
    margin-bottom: 1rem;
}
.main-cart-header h1 {
    margin: 0;
    font-size: clamp(1.8rem, 4vw, 2.6rem);
}
.main-cart-layout {
    display: grid;
    gap: 1rem;
}
.main-cart-items {
    margin: 0;
    padding: 0;
    list-style: none;
    display: grid;
    gap: 0.8rem;
}
.main-cart-summary {
    border: 1px solid var(--line);
    border-radius: 14px;
    padding: 1rem;
    background: #fff;
    height: fit-content;
}
.main-cart-summary h2 {
    margin: 0 0 0.7rem;
}
.summary-row {
    display: flex;
    justify-content: space-between;
    margin-bottom: 0.55rem;
}
.summary-note {
    margin: 0 0 0.9rem;
    color: var(--muted);
    font-size: 0.9rem;
}
.main-cart-empty {
    padding: 3rem 0;
}

/* Footer */
.site-footer {
    background: #0f0f0f;
    color: #fff;
    padding-top: 5rem;
    border-top: 1px solid #1f1f1f;
}
.footer-inner {
    display: grid;
    gap: 2rem;
}
.footer-brand {
    margin: 0 0 0.7rem;
    font-size: 2rem;
}
.footer-tagline {
    color: #a5a5a5;
    max-width: 320px;
}
.footer-socials {
    display: flex;
    gap: 0.8rem;
    margin-top: 1rem;
}
.social-link {
    color: #a5a5a5;
}
.social-link:hover {
    color: #fff;
}
.footer-col__heading {
    margin: 0 0 0.9rem;
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 0.2em;
    color: #8f8f8f;
}
.footer-links {
    margin: 0;
    padding: 0;
    list-style: none;
    display: grid;
    gap: 0.55rem;
}
.footer-links a {
    color: #f2f2f2;
    opacity: 0.9;
}
.footer-links a:hover {
    opacity: 1;
    color: #fff;
}
.footer-bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 1rem;
    flex-wrap: wrap;
    margin-top: 2rem;
    border-top: 1px solid #1f1f1f;
    padding: 1rem 0 1.2rem;
}
.footer-copyright {
    margin: 0;
    color: #9f9f9f;
    font-size: 0.9rem;
}
.footer-legal-links {
    display: flex;
    gap: 0.9rem;
}
.footer-legal-links a {
    color: #9f9f9f;
    font-size: 0.9rem;
}

/* Pagination */
.pagination {
    margin-top: 2rem;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 0.55rem;
}
.collection-page .pagination .page,
.collection-page .pagination .next,
.collection-page .pagination .prev {
    display: inline-flex;
}
.collection-page .pagination a,
.collection-page .pagination .current,
.collection-page .pagination .deco {
    display: inline-flex;
    min-width: 40px;
    height: 40px;
    padding: 0 0.85rem;
    align-items: center;
    justify-content: center;
    border: 1px solid var(--line);
    border-radius: 10px;
    background: #fff;
    color: var(--text);
    font-size: 0.92rem;
    font-weight: 500;
    line-height: 1;
    text-decoration: none;
    transition:
        background-color 0.2s ease,
        color 0.2s ease,
        border-color 0.2s ease,
        transform 0.2s ease;
}
.collection-page .pagination a:hover {
    border-color: #161616;
    background: #f5f4f1;
    transform: translateY(-1px);
}
.collection-page .pagination .current {
    background: #161616;
    color: #fff;
    border-color: #161616;
}
.collection-page .pagination .deco {
    border: none;
    background: transparent;
    min-width: auto;
    height: 40px;
    padding: 0 0.15rem;
    color: #7f7f7f;
}
.collection-page .pagination .next a,
.collection-page .pagination .prev a {
    min-width: auto;
    padding: 0 1rem;
    font-weight: 600;
}
@media (max-width: 767px) {
    .collection-page .pagination {
        gap: 0.4rem;
    }
    .collection-page .pagination a,
    .collection-page .pagination .current,
    .collection-page .pagination .deco {
        min-width: 36px;
        height: 36px;
        padding: 0 0.72rem;
        font-size: 0.85rem;
    }
    .collection-page .pagination .next a,
    .collection-page .pagination .prev a {
        padding: 0 0.8rem;
    }
}

/* Scroll animation helper */
.animate-on-scroll {
    opacity: 0;
    transform: translateY(18px);
    transition:
        opacity 0.6s ease,
        transform 0.6s ease;
}
.animate-on-scroll.in-view {
    opacity: 1;
    transform: translateY(0);
}

/* Responsive */
@media (min-width: 768px) {
    .product-grid {
        grid-template-columns: repeat(var(--grid-cols, 3), minmax(0, 1fr));
    }
    .steps-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
    .where-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
    .gallery-mosaic {
        grid-template-columns: repeat(3, 1fr);
        grid-auto-rows: 240px;
        gap: 0.75rem;
    }
    .faq-intro-card {
        grid-template-columns: 1fr auto auto;
        align-items: start;
    }
    .faq-intro-card__contact,
    .faq-intro-card__delivery {
        min-width: 180px;
        max-width: 220px;
    }
    .footer-inner {
        grid-template-columns: 1.2fr 1fr 1fr 1fr;
    }
    .product-grid-layout {
        grid-template-columns: 1fr 1fr;
    }
    .main-cart-layout {
        grid-template-columns: 2fr 1fr;
    }
}

@media (min-width: 1280px) {
    .header-nav {
        display: flex;
    }
    .mobile-toggle {
        display: none;
    }
    .header-shop-btn {
        display: inline-flex;
    }
}

@media (min-width: 1024px) {
    .about-grid {
        grid-template-columns: 1fr 1fr;
        gap: 3rem;
    }
    .collections-grid {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }
    .collections-grid--all {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }
    .features-grid {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }
    .collections-grid-section__header {
        flex-direction: row;
        align-items: flex-end;
    }
}

@media (max-width: 1279px) {
    .header-logo__text {
        font-size: 1.15rem;
    }
}

/* ── Backdrops Transform (Bento Grid) ── */
.bt-section {
    padding: 4rem 0;
}
.bt-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 1rem;
    margin-top: 5rem;
}
@media (min-width: 768px) {
    .bt-grid {
        grid-template-columns: 1.15fr 1fr;
        grid-template-rows: 1fr 1fr;
    }
}
.bt-card {
    position: relative;
    display: block;
    border-radius: 12px;
    overflow: hidden;
    min-height: 260px;
}
.bt-card--large {
    min-height: 340px;
}
@media (min-width: 768px) {
    .bt-card--large {
        grid-row: 1 / 3;
        min-height: unset;
    }
}
.bt-card__img-wrap {
    position: absolute;
    inset: 0;
}
.bt-card__img,
.bt-card__placeholder {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.45s ease;
}
.bt-card:hover .bt-card__img {
    transform: scale(1.04);
}
.bt-card__overlay {
    position: absolute;
    inset: 0;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 1.5rem;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.55) 0%, rgba(0, 0, 0, 0) 60%);
    color: #fff;
    pointer-events: none;
    z-index: 2;
}
.bt-card__title {
    margin: 0;
    font-size: clamp(1rem, 2.4vw, 1.35rem);
    font-weight: 600;
    line-height: 1.25;
}
.bt-card--large .bt-card__title {
    font-size: clamp(1.15rem, 3vw, 1.6rem);
}
.bt-card__subtitle {
    margin: 0.3rem 0 0;
    font-size: 0.8rem;
    opacity: 0.85;
}
.bt-card__badge {
    position: absolute;
    top: 0.75rem;
    right: 0.75rem;
    z-index: 3;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    overflow: hidden;
    background: var(--bg);
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: var(--shadow-soft);
}
.bt-card__badge-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* ── Bootstrap-style Spacing Utilities ── */
/* Margin */
.m-0 {
    margin: 0 !important;
}
.m-1 {
    margin: 0.25rem !important;
}
.m-2 {
    margin: 0.5rem !important;
}
.m-3 {
    margin: 1rem !important;
}
.m-4 {
    margin: 1.5rem !important;
}
.m-5 {
    margin: 3rem !important;
}
.m-auto {
    margin: auto !important;
}

.mt-0 {
    margin-top: 0 !important;
}
.mt-1 {
    margin-top: 0.25rem !important;
}
.mt-2 {
    margin-top: 0.5rem !important;
}
.mt-3 {
    margin-top: 1rem !important;
}
.mt-4 {
    margin-top: 1.5rem !important;
}
.mt-5 {
    margin-top: 3rem !important;
}

.mb-0 {
    margin-bottom: 0 !important;
}
.mb-1 {
    margin-bottom: 0.25rem !important;
}
.mb-2 {
    margin-bottom: 0.5rem !important;
}
.mb-3 {
    margin-bottom: 1rem !important;
}
.mb-4 {
    margin-bottom: 1.5rem !important;
}
.mb-5 {
    margin-bottom: 3rem !important;
}

.ml-0 {
    margin-left: 0 !important;
}
.ml-1 {
    margin-left: 0.25rem !important;
}
.ml-2 {
    margin-left: 0.5rem !important;
}
.ml-3 {
    margin-left: 1rem !important;
}
.ml-4 {
    margin-left: 1.5rem !important;
}
.ml-5 {
    margin-left: 3rem !important;
}

.mr-0 {
    margin-right: 0 !important;
}
.mr-1 {
    margin-right: 0.25rem !important;
}
.mr-2 {
    margin-right: 0.5rem !important;
}
.mr-3 {
    margin-right: 1rem !important;
}
.mr-4 {
    margin-right: 1.5rem !important;
}
.mr-5 {
    margin-right: 3rem !important;
}

.mx-0 {
    margin-left: 0 !important;
    margin-right: 0 !important;
}
.mx-1 {
    margin-left: 0.25rem !important;
    margin-right: 0.25rem !important;
}
.mx-2 {
    margin-left: 0.5rem !important;
    margin-right: 0.5rem !important;
}
.mx-3 {
    margin-left: 1rem !important;
    margin-right: 1rem !important;
}
.mx-4 {
    margin-left: 1.5rem !important;
    margin-right: 1.5rem !important;
}
.mx-5 {
    margin-left: 3rem !important;
    margin-right: 3rem !important;
}
.mx-auto {
    margin-left: auto !important;
    margin-right: auto !important;
}

.my-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}
.my-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
}
.my-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
}
.my-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
}
.my-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
}
.my-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
}

/* Padding */
.p-0 {
    padding: 0 !important;
}
.p-1 {
    padding: 0.25rem !important;
}
.p-2 {
    padding: 0.5rem !important;
}
.p-3 {
    padding: 1rem !important;
}
.p-4 {
    padding: 1.5rem !important;
}
.p-5 {
    padding: 3rem !important;
}

.pt-0 {
    padding-top: 0 !important;
}
.pt-1 {
    padding-top: 0.25rem !important;
}
.pt-2 {
    padding-top: 0.5rem !important;
}
.pt-3 {
    padding-top: 1rem !important;
}
.pt-4 {
    padding-top: 1.5rem !important;
}
.pt-5 {
    padding-top: 3rem !important;
}

.pb-0 {
    padding-bottom: 0 !important;
}
.pb-1 {
    padding-bottom: 0.25rem !important;
}
.pb-2 {
    padding-bottom: 0.5rem !important;
}
.pb-3 {
    padding-bottom: 1rem !important;
}
.pb-4 {
    padding-bottom: 1.5rem !important;
}
.pb-5 {
    padding-bottom: 3rem !important;
}

.pl-0 {
    padding-left: 0 !important;
}
.pl-1 {
    padding-left: 0.25rem !important;
}
.pl-2 {
    padding-left: 0.5rem !important;
}
.pl-3 {
    padding-left: 1rem !important;
}
.pl-4 {
    padding-left: 1.5rem !important;
}
.pl-5 {
    padding-left: 3rem !important;
}

.pr-0 {
    padding-right: 0 !important;
}
.pr-1 {
    padding-right: 0.25rem !important;
}
.pr-2 {
    padding-right: 0.5rem !important;
}
.pr-3 {
    padding-right: 1rem !important;
}
.pr-4 {
    padding-right: 1.5rem !important;
}
.pr-5 {
    padding-right: 3rem !important;
}

.px-0 {
    padding-left: 0 !important;
    padding-right: 0 !important;
}
.px-1 {
    padding-left: 0.25rem !important;
    padding-right: 0.25rem !important;
}
.px-2 {
    padding-left: 0.5rem !important;
    padding-right: 0.5rem !important;
}
.px-3 {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
}
.px-4 {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
}
.px-5 {
    padding-left: 3rem !important;
    padding-right: 3rem !important;
}

.py-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}
.py-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
}
.py-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
}
.py-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
}
.py-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
}
.py-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
}

/* Display */
.d-none {
    display: none !important;
}
.d-block {
    display: block !important;
}
.d-flex {
    display: flex !important;
}
.d-inline {
    display: inline !important;
}
.d-inline-block {
    display: inline-block !important;
}
.d-inline-flex {
    display: inline-flex !important;
}
.d-grid {
    display: grid !important;
}

/* Flex */
.flex-row {
    flex-direction: row !important;
}
.flex-column {
    flex-direction: column !important;
}
.justify-content-start {
    justify-content: flex-start !important;
}
.justify-content-end {
    justify-content: flex-end !important;
}
.justify-content-center {
    justify-content: center !important;
}
.justify-content-between {
    justify-content: space-between !important;
}
.align-items-start {
    align-items: flex-start !important;
}
.align-items-end {
    align-items: flex-end !important;
}
.align-items-center {
    align-items: center !important;
}
.flex-wrap {
    flex-wrap: wrap !important;
}
.gap-1 {
    gap: 0.25rem !important;
}
.gap-2 {
    gap: 0.5rem !important;
}
.gap-3 {
    gap: 1rem !important;
}
.gap-4 {
    gap: 1.5rem !important;
}
.gap-5 {
    gap: 3rem !important;
}

/* Text */
.text-start {
    text-align: left !important;
}
.text-end {
    text-align: right !important;
}
.text-center {
    text-align: center !important;
}
.fw-light {
    font-weight: 300 !important;
}
.fw-normal {
    font-weight: 400 !important;
}
.fw-medium {
    font-weight: 500 !important;
}
.fw-semibold {
    font-weight: 600 !important;
}
.fw-bold {
    font-weight: 700 !important;
}
.fs-sm {
    font-size: 0.875rem !important;
}
.fs-base {
    font-size: 1rem !important;
}
.fs-lg {
    font-size: 1.125rem !important;
}
.fs-xl {
    font-size: 1.25rem !important;
}

/* Width / Height */
.w-100 {
    width: 100% !important;
}
.w-auto {
    width: auto !important;
}
.h-100 {
    height: 100% !important;
}
.h-auto {
    height: auto !important;
}

/* Position */
.position-relative {
    position: relative !important;
}
.position-absolute {
    position: absolute !important;
}
.position-fixed {
    position: fixed !important;
}
.position-sticky {
    position: sticky !important;
}

/* Visibility */
.visible {
    visibility: visible !important;
}
.invisible {
    visibility: hidden !important;
}
.overflow-hidden {
    overflow: hidden !important;
}
.overflow-auto {
    overflow: auto !important;
}

/* Border */
.rounded-0 {
    border-radius: 0 !important;
}
.rounded-1 {
    border-radius: 4px !important;
}
.rounded-2 {
    border-radius: 8px !important;
}
.rounded-3 {
    border-radius: 12px !important;
}
.rounded-pill {
    border-radius: 999px !important;
}
.border-0 {
    border: 0 !important;
}

/* ── Focus Styles (a11y) ── */
:focus-visible {
    outline: 2px solid var(--brand-gold);
    outline-offset: 2px;
}
button:focus-visible,
a:focus-visible,
input:focus-visible,
select:focus-visible,
textarea:focus-visible {
    outline: 2px solid var(--brand-gold);
    outline-offset: 2px;
}

/* ── Blog / Article / Page Styles ── */
.main-blog-section {
    padding: 7rem 0 3rem;
    background: #fff;
}
.blog-header {
    margin-bottom: 2rem;
}
.blog-header h1 {
    font-size: clamp(2rem, 5vw, 3rem);
    font-weight: 400;
}
.blog-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1.5rem;
}
@media (min-width: 768px) {
    .blog-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}
.blog-card {
    border: 1px solid var(--line-2);
    border-radius: 14px;
    overflow: hidden;
    background: var(--bg);
    transition:
        box-shadow 0.3s ease,
        transform 0.3s ease;
}
.blog-card:hover {
    transform: translateY(-2px);
    box-shadow: var(--shadow-soft);
}
.blog-card__link {
    display: block;
}
.blog-card__img {
    width: 100%;
    aspect-ratio: 16 / 10;
    object-fit: cover;
}
.blog-card__title {
    margin: 0.8rem 1rem 0.3rem;
    font-size: 1.1rem;
    line-height: 1.3;
}
.blog-card__excerpt {
    margin: 0 1rem 1rem;
    color: var(--muted);
    font-size: 0.9rem;
}

.main-article-section {
    padding: 7rem 0 3rem;
    background: #fff;
}
.article-header {
    max-width: 700px;
    margin: 0 auto 2rem;
    text-align: center;
}
.article-header h1 {
    font-size: clamp(1.8rem, 5vw, 2.8rem);
    font-weight: 400;
    line-height: 1.2;
}
.article-meta {
    color: var(--muted);
    font-size: 0.9rem;
    margin-bottom: 0.6rem;
}
.article-hero {
    border-radius: 16px;
    overflow: hidden;
    margin-bottom: 2rem;
}
.article-hero__img {
    width: 100%;
    aspect-ratio: 16 / 9;
    object-fit: cover;
}
.article-content {
    max-width: 700px;
    margin: 0 auto;
}
.article-footer {
    max-width: 700px;
    margin: 2rem auto 0;
    padding-top: 1.5rem;
    border-top: 1px solid var(--line);
}

.main-page-section {
    padding: 7rem 0 3rem;
    background: #fff;
}
.page-header {
    margin-bottom: 2rem;
}
.page-header h1 {
    font-size: clamp(1.8rem, 5vw, 2.8rem);
    font-weight: 400;
}
.page-content {
    max-width: 800px;
}

/* ── Main list collections page ── */
.main-list-collections {
    padding: 0rem 0 3rem;
}

/* ── Price Range Filter ── */
.filter-dropdown__panel--price {
    display: flex;
    flex-direction: column;
    gap: 0.6rem;
    padding: 0.8rem;
}
.price-range {
    display: flex;
    align-items: center;
    gap: 0.4rem;
}
.price-range__input {
    width: 80px;
    padding: 0.35rem 0.5rem;
    border: 1px solid #dddddd;
    border-radius: 6px;
    font-size: 13px;
    text-align: center;
}
.price-range__sep {
    color: var(--muted);
}
