:root {
    color-scheme: dark;
    --ink: #090909;
    --charcoal: #121211;
    --graphite: #232220;
    --ivory: #f2eee6;
    --paper: #e8e1d6;
    --gold: #c9a56a;
    --gold-light: #e4c58e;
    --blue: #b9d8e5;
    --line: rgba(201, 165, 106, .32);
    --surface: #0e0e0d;
    --muted: #b8b1a7;
    --serif: "Cormorant Garamond", "Times New Roman", serif;
    --sans: "Manrope", Arial, sans-serif;
    --page-pad: clamp(1.25rem, 4.7vw, 5.5rem);
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
    margin: 0;
    overflow-x: hidden;
    background: var(--ink);
    color: var(--ivory);
    font-family: var(--sans);
    font-size: 15px;
    font-weight: 300;
    line-height: 1.7;
}
body.dialog-open { overflow: hidden; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button { color: inherit; font: inherit; }
::selection { background: var(--gold); color: var(--ink); }
a:focus-visible, button:focus-visible, summary:focus-visible { outline: 2px solid var(--gold-light); outline-offset: 5px; }

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}
.skip-link {
    position: fixed;
    z-index: 1000;
    top: .75rem;
    left: .75rem;
    padding: .7rem 1rem;
    transform: translateY(-150%);
    background: var(--gold-light);
    color: var(--ink);
}
.skip-link:focus { transform: translateY(0); }
.grain {
    position: fixed;
    z-index: 999;
    inset: 0;
    opacity: .014;
    pointer-events: none;
    background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.78' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.8'/%3E%3C/svg%3E");
}

.site-header {
    position: sticky;
    z-index: 100;
    top: 0;
    left: 0;
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    align-items: center;
    width: 100%;
    min-height: 96px;
    padding: .3rem var(--page-pad);
    background: #0b0b0a;
    box-shadow: 0 1px 0 rgba(201,165,106,.2);
    color: #fff;
    transition: background .45s ease, min-height .45s ease, box-shadow .45s ease;
}
.site-header.scrolled {
    min-height: 96px;
    background: #0b0b0a;
    box-shadow: 0 1px 0 rgba(201, 165, 106, .18);
    /* Keep the mobile fixed navigation relative to the viewport. */
}
.brand { grid-column: 2; grid-row: 1; display: inline-flex; align-items: center; }
.brand img {
    width: 86px;
    height: 86px;
    object-fit: contain;
}
.brand-name { display: none; line-height: .9; text-transform: uppercase; }
.brand-name strong { display: block; font-family: var(--serif); font-size: 1.55rem; font-weight: 500; letter-spacing: .18em; }
.brand-name small { display: block; margin-top: .4rem; color: var(--gold-light); font-size: .55rem; letter-spacing: .55em; }
.site-nav { grid-column: 1; grid-row: 1; justify-self: start; display: flex; gap: clamp(1.4rem, 2.5vw, 3rem); }
.site-nav a {
    position: relative;
    padding: .5rem 0;
    font-size: .68rem;
    font-weight: 500;
    letter-spacing: .2em;
    text-transform: uppercase;
}
.site-nav a::after {
    content: "";
    position: absolute;
    right: 0;
    bottom: .2rem;
    left: 0;
    height: 1px;
    transform: scaleX(0);
    transform-origin: right;
    background: var(--gold-light);
    transition: transform .35s ease;
}
.site-nav a:hover::after, .site-nav a:focus-visible::after { transform: scaleX(1); transform-origin: left; }
.header-cta {
    grid-column: 3;
    grid-row: 1;
    justify-self: end;
    display: inline-flex;
    align-items: center;
    gap: 1rem;
    padding: .72rem 1rem;
    border: 1px solid rgba(255,255,255,.35);
    font-size: .65rem;
    font-weight: 500;
    letter-spacing: .16em;
    text-transform: uppercase;
    transition: color .25s, border-color .25s, background .25s;
}
.header-cta:hover { border-color: var(--gold); background: var(--gold); color: var(--ink); }
.header-actions { grid-column: 3; grid-row: 1; justify-self: end; display: flex; align-items: center; gap: 1.25rem; }
.cart-link { display: inline-flex; align-items: center; gap: .65rem; font-size: .62rem; font-weight: 600; letter-spacing: .14em; text-transform: uppercase; }
.cart-link b { display: grid; place-items: center; min-width: 1.6rem; height: 1.6rem; padding: 0 .35rem; border: 1px solid var(--line); border-radius: 50%; color: var(--gold-light); font-size: .58rem; }
.cart-link:hover { color: var(--gold-light); }
.menu-toggle { display: none; }

.hero {
    position: relative;
    display: flex;
    align-items: center;
    min-height: clamp(460px, 72svh, 720px);
    padding: 60px var(--page-pad) 90px;
    overflow: hidden;
    isolation: isolate;
    background: #101110;
    color: #fff;
}
.hero-campaign {
    position: absolute;
    inset: 0;
    z-index: -1;
    overflow: hidden;
}
.hero-campaign::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, rgba(7,8,7,.66), rgba(7,8,7,.24) 43%, transparent 65%);
}
.hero-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center 60%;
    animation: campaignEntry 2.4s ease-out both;
}
.hero-signature {
    position: absolute;
    bottom: 1.8rem;
    right: var(--page-pad);
    left: var(--page-pad);
    display: flex;
    justify-content: space-between;
    gap: 1rem;
    color: #c9c0af;
    font-size: .54rem;
    letter-spacing: .18em;
    text-transform: uppercase;
}
.hero-copy {
    position: relative;
    z-index: 2;
    width: 51%;
    max-width: 690px;
}
.hero-description { margin: 1.65rem 0 0; color: #d0c9bd; font-size: .85rem; line-height: 1.85; }
.eyebrow {
    margin: 0 0 1.3rem;
    color: var(--gold);
    font-size: .64rem;
    font-weight: 600;
    letter-spacing: .28em;
    text-transform: uppercase;
}
.eyebrow.light { color: var(--gold-light); }
.hero h1, .section h2, .atelier h2, .catalog-hero h1, .catalog-info h2, .bespoke-cta h2, .site-footer h2 {
    margin: 0;
    font-family: var(--serif);
    font-weight: 400;
    letter-spacing: -.025em;
    line-height: .91;
}
.hero h1 { font-size: clamp(3rem, 5.1vw, 6.1rem); line-height: 1.04; }
.hero h1 em { font-size: .96em; }
h1 em, h2 em, blockquote em { color: var(--gold-light); font-weight: 400; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 1rem; margin-top: 2.4rem; }
.hero-secondary { display: inline-flex; align-items: center; gap: 1.4rem; margin-left: .6rem; padding: .8rem 0; border-bottom: 1px solid #a2947e; font-size: .66rem; font-weight: 500; letter-spacing: .12em; text-transform: uppercase; }
.hero-secondary:hover { color: var(--gold-light); }
.button {
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    gap: 2.4rem;
    min-width: 13.5rem;
    padding: 1rem 1.25rem;
    border: 1px solid transparent;
    font-size: .66rem;
    font-weight: 600;
    letter-spacing: .15em;
    text-transform: uppercase;
    transition: transform .25s ease, color .25s, background .25s, border-color .25s;
}
.button:hover { transform: translateY(-2px); }
.button-gold { background: var(--gold); color: #0c0c0b; }
.button-gold:hover { background: var(--gold-light); }
.button-ghost { border-color: rgba(255,255,255,.45); color: #fff; }
.button-ghost:hover { border-color: #fff; background: rgba(255,255,255,.08); }
.button-dark { background: var(--ink); color: #fff; }
.hero-scroll {
    position: absolute;
    z-index: 2;
    bottom: 1.5rem;
    left: var(--page-pad);
    display: flex;
    align-items: center;
    gap: .8rem;
    color: rgba(255,255,255,.58);
    font-size: .57rem;
    font-weight: 500;
    letter-spacing: .19em;
    text-transform: uppercase;
}
.hero-scroll span { display: block; width: 3rem; height: 1px; background: var(--gold); transform-origin: left; animation: pulseLine 2s infinite; }

.section { position: relative; padding: clamp(6rem, 11vw, 10rem) var(--page-pad); }
.section[id] { scroll-margin-top: 96px; }
.section-number { color: var(--muted); font-family: var(--serif); font-size: .9rem; font-style: italic; }
.manifesto {
    display: grid;
    grid-template-columns: .35fr 1.4fr 1fr;
    gap: clamp(2rem, 6vw, 7rem);
    background: var(--surface);
}
.manifesto h2, .section-heading h2 { font-size: clamp(3.4rem, 6.4vw, 7rem); }
.manifesto h2 em, .section-heading h2 em { color: var(--gold-light); }
.manifesto-copy { align-self: end; max-width: 31rem; }
.manifesto-copy p { margin: 0 0 1.4rem; color: var(--muted); font-size: clamp(.95rem, 1.35vw, 1.1rem); }
.text-link {
    display: inline-flex;
    align-items: center;
    gap: 3.2rem;
    margin-top: 1.1rem;
    padding: .65rem 0;
    border: 0;
    border-bottom: 1px solid #98825e;
    background: transparent;
    font-size: .66rem;
    font-weight: 600;
    letter-spacing: .17em;
    text-transform: uppercase;
    cursor: pointer;
    transition: gap .3s ease, color .3s;
}
.text-link:hover { gap: 4rem; color: var(--gold-light); }
.text-link.light { border-color: var(--gold); color: #fff; }

.signature-strip {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    padding: 2.6rem var(--page-pad);
    background: var(--charcoal);
    color: #fff;
}
.signature-strip > div {
    display: grid;
    grid-template-columns: auto 1fr;
    column-gap: 1rem;
    padding: .45rem clamp(1rem, 2.4vw, 2.5rem);
    border-right: 1px solid var(--line);
}
.signature-strip > div:first-child { padding-left: 0; }
.signature-strip > div:last-child { border-right: 0; }
.signature-strip .gem-icon { grid-row: 1 / 3; align-self: center; color: var(--gold-light); font-size: 2rem; }
.signature-strip strong { font-family: var(--serif); font-size: 1.25rem; font-weight: 500; }
.signature-strip small { color: #99948b; font-size: .63rem; letter-spacing: .05em; }

.collection-nav { display: flex; align-items: center; justify-content: center; gap: clamp(1.5rem, 5vw, 6rem); padding: 1.5rem var(--page-pad); border-bottom: 1px solid var(--line); background: var(--surface); }
.collection-nav > span { color: var(--muted); font-size: .57rem; font-weight: 600; letter-spacing: .16em; text-transform: uppercase; }
.collection-nav a { padding: .4rem 0; font-family: var(--serif); font-size: 1.55rem; border-bottom: 1px solid transparent; }
.collection-nav a:hover { border-color: var(--gold); color: var(--gold-light); }
.featured { padding-top: clamp(4rem, 6vw, 6rem); background: var(--ink); }
.featured .section-heading { margin-top: 0; margin-bottom: 3rem; }
.featured .section-heading h2 { font-size: clamp(2.8rem, 4.8vw, 5.5rem); }
.jewelry-intentions { background: radial-gradient(ellipse at 50% 40%, rgba(201,165,106,.045), transparent 65%), var(--ink); }
.jewelry-intentions .section-heading { justify-content: center; margin: 0 0 clamp(3rem, 5vw, 5rem); text-align: center; }
.jewelry-intentions h2 { font-size: clamp(4.5rem, 8vw, 8.5rem); }
.jewelry-intentions::before { content: ""; position: absolute; top: 0; left: 38%; right: 38%; height: 1px; background: linear-gradient(90deg, transparent, var(--gold), transparent); }
.intentions-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: clamp(1rem, 2vw, 2rem); max-width: 1500px; margin: 0 auto; }
.intention {
    position: relative;
    isolation: isolate;
    display: flex;
    flex-direction: column;
    align-items: start;
    min-width: 0;
    min-height: 390px;
    padding: clamp(1.5rem, 2.5vw, 3rem);
    border: 1px solid rgba(201,165,106,.26);
    background: linear-gradient(145deg, #1b1916, #111110 75%);
    transition: border-color .45s ease;
}
.intention:nth-child(2) { background: linear-gradient(145deg, #191a19, #111110 75%); }
.intention:nth-child(3) { background: linear-gradient(145deg, #1b1815, #111110 75%); }
.intention::before { content: ""; position: absolute; inset: 0; z-index: -1; background: radial-gradient(ellipse at 50% 0, rgba(228,197,142,.12), transparent 75%); opacity: 0; transition: opacity .6s ease; pointer-events: none; }
.intention:focus-visible { border-color: var(--gold-light); }
.intention:focus-visible::before { opacity: 1; }
@media (hover: hover) {
    .intention:hover { border-color: rgba(228,197,142,.65); }
    .intention:hover::before { opacity: 1; }
    .intention:hover .intention-link { color: var(--gold-light); }
}
.intention > .eyebrow { margin-bottom: 1.8rem; }
.intention h3 { margin: 0 0 1.5rem; font-family: var(--serif); font-size: clamp(2.2rem, 3vw, 3.3rem); font-weight: 400; line-height: 1.1; }
.intention p { max-width: 27rem; margin: 0 0 2.5rem; color: var(--muted); font-size: .85rem; }
.intention-link { display: inline-flex; align-items: center; gap: 1.5rem; padding: .6rem 0; margin-top: auto; border-bottom: 1px solid var(--line); color: var(--gold); font-size: .62rem; font-weight: 600; letter-spacing: .12em; text-transform: uppercase; transition: color .4s; }
.intention-link b { font-size: .9rem; font-weight: 400; }
.manifesto { scroll-margin-top: 96px; border-top: 1px solid rgba(201,165,106,.15); }
.section-heading { display: flex; justify-content: space-between; align-items: end; margin: 1rem 0 clamp(3.5rem, 7vw, 6rem); }
.section-heading .text-link { margin-bottom: .6rem; }
.featured-grid { display: grid; grid-template-columns: repeat(12, 1fr); gap: clamp(1.1rem, 2.5vw, 2.5rem); }
.jewel-card { grid-column: span 5; }
.jewel-card:nth-child(2), .jewel-card:nth-child(3) { grid-column: span 7; }
.jewel-card:nth-child(3) { grid-column: span 5; }
.jewel-card:nth-child(4) { grid-column: span 7; }
.jewel-image { position: relative; aspect-ratio: 1 / 1.04; overflow: hidden; background: var(--charcoal); }
.jewel-card:nth-child(2) .jewel-image, .jewel-card:nth-child(4) .jewel-image { aspect-ratio: 1.35 / 1; }
.jewel-image::after { content: ""; position: absolute; inset: 0; box-shadow: inset 0 0 0 1px rgba(255,255,255,.06); pointer-events: none; }
.jewel-image img { width: 100%; height: 100%; object-fit: cover; transition: transform .9s cubic-bezier(.2,.7,.2,1), filter .6s; }
.jewel-card a:hover img { transform: scale(1.055); filter: brightness(1.08); }
.jewel-arrow {
    position: absolute;
    right: 1.2rem;
    bottom: 1.2rem;
    display: grid;
    place-items: center;
    width: 3.2rem;
    height: 3.2rem;
    border: 1px solid rgba(255,255,255,.35);
    border-radius: 50%;
    color: #fff;
    transform: scale(.82);
    opacity: 0;
    transition: opacity .3s, transform .3s, background .3s;
}
.jewel-card a:hover .jewel-arrow { transform: scale(1); opacity: 1; background: rgba(0,0,0,.35); }
.jewel-meta { padding: 1.2rem 0 2.2rem; }
.jewel-meta span { color: var(--gold); font-size: .6rem; font-weight: 600; letter-spacing: .22em; text-transform: uppercase; }
.jewel-meta h3 { margin: .1rem 0 0; font-family: var(--serif); font-size: clamp(1.8rem, 3vw, 2.7rem); font-weight: 500; line-height: 1; }
.prototype-note { margin: 3rem 0 0; color: var(--muted); font-size: .68rem; letter-spacing: .04em; text-align: center; }


.quote-section { text-align: center; background: var(--surface); }
.quote-mark { height: 4rem; color: var(--gold); font-family: var(--serif); font-size: 7rem; line-height: 1; }
.quote-section blockquote { margin: 1rem auto 0; font-family: var(--serif); font-size: clamp(2.1rem, 4.7vw, 5.3rem); line-height: 1.05; }
.quote-section blockquote em { color: var(--gold-light); }

.site-footer { position: relative; overflow: hidden; padding: clamp(6rem, 10vw, 9rem) var(--page-pad) 2rem; background: #090909; color: #fff; }
.footer-monogram { position: absolute; right: -2vw; top: -15rem; color: rgba(201,165,106,.055); font-family: var(--serif); font-size: 48rem; line-height: 1; pointer-events: none; }
.footer-atelier-grid { display: grid; grid-template-columns: minmax(0, 1.03fr) minmax(25rem, .97fr); gap: clamp(3rem, 6vw, 7rem); align-items: center; }
.footer-intro { position: relative; max-width: 48rem; }
.footer-atelier { position: relative; scroll-margin-top: 110px; }
.footer-atelier-description { max-width: 38rem; margin: 2rem 0 0; color: #b2aba0; font-size: .92rem; line-height: 1.85; }
.atelier-visual { position: relative; min-width: 0; max-height: 620px; margin: 0; overflow: hidden; aspect-ratio: 1.12 / 1; border: 1px solid rgba(201,165,106,.3); background: var(--charcoal); }
.atelier-visual::after { content: ""; position: absolute; inset: 0; box-shadow: inset 0 -8rem 7rem -6rem rgba(0,0,0,.9); pointer-events: none; }
.atelier-visual img { width: 100%; height: 100%; object-fit: cover; object-position: 58% center; transition: transform 1.1s cubic-bezier(.2,.7,.2,1), filter .7s; }
@media (hover: hover) { .atelier-visual:hover img { transform: scale(1.025); filter: brightness(1.05); } }
.atelier-visual figcaption { position: absolute; z-index: 2; right: 1.5rem; bottom: 1.3rem; left: 1.5rem; display: flex; justify-content: space-between; gap: 1rem; color: var(--gold-light); font-family: var(--serif); font-size: 1.1rem; font-style: italic; }
.atelier-visual figcaption small { align-self: center; color: #a59c8e; font-family: var(--sans); font-size: .5rem; font-style: normal; letter-spacing: .14em; text-transform: uppercase; }
.footer-socials { display: flex; flex-wrap: wrap; gap: .65rem; margin-top: 2rem; }
.footer-socials a { display: inline-flex; align-items: center; gap: .6rem; padding: .45rem .8rem .45rem .45rem; border: 1px solid rgba(201,165,106,.24); color: #bdb5aa; font-size: .55rem; font-weight: 600; letter-spacing: .09em; text-transform: uppercase; transition: border-color .3s, color .3s, background .3s; }
.footer-socials a:hover { border-color: var(--gold); background: rgba(201,165,106,.07); color: var(--gold-light); }
.social-icon { display: grid; place-items: center; width: 2rem; height: 2rem; border: 1px solid rgba(228,197,142,.38); border-radius: 50%; color: var(--gold-light); }
.social-icon svg { width: 1rem; height: 1rem; overflow: visible; }
.social-icon svg > * { fill: none; stroke: currentColor; stroke-width: 1.65; stroke-linecap: round; stroke-linejoin: round; }
.social-icon svg .social-fill, .social-icon svg .social-dot { fill: currentColor; stroke: none; }
.footer-process { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 2rem; margin: 4rem 0 0; padding: 2rem 0 0; border-top: 1px solid var(--line); list-style: none; }
.footer-process li { display: flex; gap: 1.25rem; }
.footer-process li > span { color: var(--gold); font-family: var(--serif); font-size: 1.1rem; font-style: italic; }
.footer-process h3 { margin: 0; font-family: var(--serif); font-size: 1.55rem; font-weight: 400; line-height: 1.15; }
.footer-process p { margin: .7rem 0 0; color: #b8b1a7; font-size: .8rem; }
.site-footer .eyebrow { color: var(--gold); }
.jewelry-questions { max-width: 58rem; margin-top: 3rem; border-top: 1px solid var(--line); }
.jewelry-questions details { border-bottom: 1px solid var(--line); }
.jewelry-questions summary { padding: 1.2rem 0; color: #d7c5a5; cursor: pointer; font-size: .85rem; }
.jewelry-questions p { max-width: 48rem; margin: 0 0 1.5rem; color: #aaa59d; font-size: .8rem; }
.site-footer h2 { font-size: clamp(4rem, 6vw, 7.2rem); }
.footer-grid { position: relative; display: grid; grid-template-columns: 1.5fr 1fr 1fr; gap: 4rem; margin-top: 3rem; padding: 3rem 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); scroll-margin-top: 100px; }
.footer-grid > div { display: flex; flex-direction: column; align-items: start; }
.footer-label { margin-bottom: 1rem; color: var(--gold); font-size: .58rem; font-weight: 600; letter-spacing: .22em; text-transform: uppercase; }
.footer-grid a { color: #a8a39a; font-size: .8rem; transition: color .2s; }
.footer-grid a:hover { color: #fff; }
.footer-bottom { position: relative; display: flex; justify-content: space-between; padding-top: 1.5rem; color: #a39c91; font-size: .57rem; letter-spacing: .14em; text-transform: uppercase; }

/* Catálogo */
.catalog-page { background: var(--ink); }
.catalog-hero {
    position: relative;
    display: grid;
    place-items: center;
    min-height: 400px;
    overflow: hidden;
    padding: 4rem var(--page-pad) 5rem;
    background: radial-gradient(circle at 50% 45%, #292723 0, #111 44%, #070707 75%);
    color: #fff;
    text-align: center;
}
.catalog-hero::after { content: ""; position: absolute; inset: 0; opacity: .16; background: linear-gradient(115deg, transparent 30%, rgba(228,197,142,.24) 50%, transparent 54%); animation: sheen 7s infinite ease-in-out; }
.catalog-hero-content { position: relative; z-index: 2; }
.catalog-hero h1 { font-size: clamp(3.2rem, 5.8vw, 6rem); }
.catalog-hero-content > p:last-child { max-width: 34rem; margin: 2.5rem auto 0; color: #aaa59d; }
.catalog-orbit { position: absolute; border: 1px solid rgba(201,165,106,.21); border-radius: 50%; }
.orbit-one { width: min(80vw, 66rem); aspect-ratio: 1; animation: orbitFloat 10s ease-in-out infinite; }
.orbit-two { width: min(58vw, 48rem); aspect-ratio: 1; transform: rotateX(66deg); border-color: rgba(185,216,229,.17); animation: orbitFloat 8s 1s ease-in-out infinite reverse; }
.catalog-scroll { position: absolute; z-index: 3; bottom: 2.2rem; display: inline-flex; gap: 2rem; color: #aaa59d; font-size: .6rem; font-weight: 600; letter-spacing: .22em; text-transform: uppercase; }
.catalog-scroll span { color: var(--gold); animation: bob 1.5s infinite; }
.catalog-content { padding: 0 var(--page-pad) 5rem; scroll-margin-top: 96px; }
.catalog-toolbar {
    position: sticky;
    z-index: 30;
    top: 96px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    min-height: 4.8rem;
    margin: 0 calc(var(--page-pad) * -1) 1rem;
    padding: .7rem var(--page-pad);
    border-bottom: 1px solid var(--line);
    background: rgba(18,18,17,.97);
    backdrop-filter: blur(15px);
}
.catalog-toolbar > p { margin: 0; color: var(--muted); font-family: var(--serif); font-size: 1.05rem; font-style: italic; }
.catalog-filters { display: flex; gap: .3rem; }
.catalog-filters button { padding: .65rem .9rem; border: 0; background: transparent; color: var(--muted); font-size: .6rem; font-weight: 600; letter-spacing: .16em; text-transform: uppercase; cursor: pointer; }
.catalog-filters button:hover { color: var(--gold-light); }
.catalog-filters button.active { background: var(--gold); color: var(--ink); }
.catalog-list { max-width: 78rem; margin: 0 auto; }
.catalog-item { display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(20rem, .95fr); align-items: center; gap: clamp(2rem, 4vw, 4rem); padding: 1rem 0; border-bottom: 1px solid rgba(20,20,20,.15); transition: opacity .35s, transform .35s; }
.catalog-item-reverse { grid-template-columns: minmax(20rem, .95fr) minmax(0, 1.05fr); }
.catalog-item-reverse .catalog-image-button { order: 2; }
.catalog-item[hidden] { display: none; }
.catalog-item { scroll-margin-top: 192px; border-bottom-color: var(--line); }
.catalog-image-button { position: relative; overflow: hidden; width: 100%; max-height: 340px; padding: 0; border: 0; aspect-ratio: 1.38 / 1; background: var(--charcoal); cursor: zoom-in; text-align: left; }
.catalog-image-button::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 60%, rgba(0,0,0,.58)); }
.catalog-image-button img { width: 100%; height: 100%; object-fit: cover; transition: transform 1.2s cubic-bezier(.2,.7,.2,1), filter .7s; }
.catalog-image-button:hover img { transform: scale(1.07); filter: brightness(1.1); }
.catalog-index { position: absolute; z-index: 2; top: 1.5rem; left: 1.5rem; color: rgba(255,255,255,.7); font-family: var(--serif); font-size: 1.1rem; font-style: italic; }
.explore-cue { position: absolute; z-index: 2; right: 1.5rem; bottom: 1.3rem; display: flex; align-items: center; gap: 1rem; color: #fff; font-size: .6rem; font-weight: 600; letter-spacing: .16em; text-transform: uppercase; }
.explore-cue b { display: grid; place-items: center; width: 2.7rem; height: 2.7rem; border: 1px solid rgba(255,255,255,.5); border-radius: 50%; font-size: 1rem; font-weight: 300; transition: transform .4s, background .4s; }
.catalog-image-button:hover .explore-cue b { transform: rotate(90deg); background: rgba(0,0,0,.35); }
.catalog-info { max-width: 31rem; }
.catalog-info h2 { margin-bottom: 1.1rem; font-size: clamp(2.7rem, 4.2vw, 4.5rem); }
.catalog-info > p:not(.eyebrow) { color: var(--muted); }
.material { display: block; margin-top: 1.8rem; color: var(--gold); font-size: .62rem; font-weight: 600; letter-spacing: .12em; text-transform: uppercase; }
.product-commerce { display: flex; align-items: end; justify-content: space-between; gap: 1.25rem; margin-top: 1.7rem; padding-top: 1.35rem; border-top: 1px solid rgba(201,165,106,.2); }
.product-commerce > div { display: grid; }
.product-price { font-family: var(--serif); font-size: clamp(1.8rem, 2.5vw, 2.4rem); font-weight: 500; line-height: 1; white-space: nowrap; }
.product-commerce small { margin-top: .45rem; color: #8f887d; font-size: .52rem; letter-spacing: .08em; text-transform: uppercase; }
.product-price-consult { color: var(--gold-light); font-size: 1.65rem; }
.add-to-cart { display: inline-flex; align-items: center; justify-content: space-between; gap: 1.5rem; min-width: 12.5rem; padding: .85rem 1rem; border: 1px solid var(--gold); background: var(--gold); color: var(--ink); font-size: .58rem; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; cursor: pointer; transition: background .25s, border-color .25s, transform .25s; }
.add-to-cart:hover { transform: translateY(-2px); border-color: var(--gold-light); background: var(--gold-light); }
.product-consult { padding: .65rem 0; border-bottom: 1px solid var(--line); color: var(--gold); font-size: .58rem; font-weight: 600; letter-spacing: .1em; text-transform: uppercase; }
.product-unavailable { color: var(--muted); font-size: .62rem; text-transform: uppercase; }
.catalog-info > .text-link { margin-top: 1rem; }
.shop-feedback { max-width: 78rem; margin: 1.2rem auto; padding: .8rem 1rem; border-left: 2px solid var(--gold); background: #171613; color: var(--muted); font-size: .72rem; }
.shop-feedback.success a { float: right; color: var(--gold-light); font-weight: 600; }
.shop-feedback.error { border-color: #a65b55; color: #e1aaa5; }
.bespoke-cta { padding: clamp(7rem, 12vw, 12rem) var(--page-pad); background: radial-gradient(circle at 70% 40%, #29241e, #0b0b0a 60%); color: #fff; text-align: center; }
.bespoke-cta h2 { margin-bottom: 3rem; font-size: clamp(3.2rem, 7vw, 7.4rem); }

.product-dialog {
    width: min(92vw, 72rem);
    max-width: none;
    height: min(88vh, 48rem);
    max-height: none;
    padding: 0;
    border: 1px solid var(--line);
    background: var(--charcoal);
    color: var(--ivory);
    box-shadow: 0 2rem 8rem rgba(0,0,0,.65);
}
.product-dialog[open] { display: grid; grid-template-columns: 1.18fr .82fr; animation: dialogIn .45s cubic-bezier(.2,.8,.2,1) both; }
.product-dialog::backdrop { background: rgba(0,0,0,.84); backdrop-filter: blur(8px); }
.dialog-media { min-height: 0; overflow: hidden; background: #111; }
.dialog-media img { width: 100%; height: 100%; object-fit: cover; }
.dialog-copy { align-self: center; padding: clamp(2.5rem, 5vw, 5rem); }
.dialog-copy h2 { margin: 0 0 1.5rem; font-family: var(--serif); font-size: clamp(3rem, 5vw, 5.5rem); font-weight: 500; line-height: .9; }
.dialog-copy > p:not(.eyebrow) { color: var(--muted); }
.dialog-copy .button { margin-top: 2.5rem; }
.dialog-copy form .button { width: 100%; margin-top: 1.5rem; }
.dialog-copy [hidden] { display: none; }
.dialog-price { display: block; margin-top: 1.6rem; font-family: var(--serif); font-size: 2.4rem; font-weight: 500; }
.dialog-copy small { display: block; margin-top: 1rem; color: var(--muted); font-size: .62rem; }
.dialog-close { position: absolute; z-index: 4; top: 1rem; right: 1rem; display: grid; place-items: center; width: 2.8rem; height: 2.8rem; border: 1px solid var(--line); border-radius: 50%; background: rgba(18,18,17,.94); color: var(--ivory); font-size: 1.6rem; font-weight: 200; cursor: pointer; }

/* Sacola */
.cart-shell { min-height: 70vh; padding: clamp(4rem, 7vw, 7rem) var(--page-pad) clamp(6rem, 10vw, 10rem); background: var(--ink); }
.cart-heading { margin-bottom: clamp(3rem, 5vw, 5rem); }
.cart-heading h1 { margin: 0; font-family: var(--serif); font-size: clamp(4rem, 7vw, 7.5rem); font-weight: 400; letter-spacing: -.025em; line-height: .9; }
.cart-empty { display: grid; justify-items: start; gap: 1.5rem; padding: 3rem 0; border-top: 1px solid var(--line); color: var(--muted); }
.cart-layout { display: grid; grid-template-columns: minmax(0, 1.4fr) minmax(19rem, .6fr); gap: clamp(3rem, 7vw, 8rem); align-items: start; }
.cart-items { border-top: 1px solid var(--line); }
.cart-item { display: grid; grid-template-columns: 9rem 1fr auto; grid-template-areas: "image copy quantity" "image copy subtotal" "image copy remove"; gap: .5rem 1.5rem; align-items: start; padding: 1.5rem 0; border-bottom: 1px solid rgba(201,165,106,.2); }
.cart-item > a { grid-area: image; }
.cart-item img { width: 9rem; aspect-ratio: 1; object-fit: cover; }
.cart-item-copy { grid-area: copy; }
.cart-item-copy > span { color: var(--gold); font-size: .53rem; font-weight: 600; letter-spacing: .16em; text-transform: uppercase; }
.cart-item-copy h2 { margin: .15rem 0 .4rem; font-family: var(--serif); font-size: 2rem; font-weight: 500; line-height: 1; }
.cart-item-copy p { margin: 0 0 .8rem; color: var(--muted); font-size: .68rem; }
.cart-item-copy strong { font-family: var(--serif); font-size: 1.25rem; font-weight: 500; }
.cart-quantity { grid-area: quantity; display: flex; align-items: center; gap: .7rem; color: var(--muted); font-size: .55rem; letter-spacing: .08em; text-transform: uppercase; }
.cart-quantity select { padding: .45rem .7rem; border: 1px solid var(--line); background: var(--charcoal); color: var(--ivory); }
.cart-subtotal { grid-area: subtotal; justify-self: end; font-family: var(--serif); font-size: 1.35rem; font-weight: 500; }
.cart-remove { grid-area: remove; justify-self: end; padding: .3rem 0; border: 0; border-bottom: 1px solid #75675a; background: transparent; color: #a8a198; font-size: .55rem; text-transform: uppercase; cursor: pointer; }
.cart-update { margin-top: 1rem; padding: .65rem 0; border: 0; border-bottom: 1px solid var(--line); background: transparent; color: var(--gold); font-size: .58rem; font-weight: 600; letter-spacing: .1em; text-transform: uppercase; cursor: pointer; }
.cart-summary { position: sticky; top: 120px; padding: 2rem; border: 1px solid var(--line); background: linear-gradient(145deg, #191714, #111); }
.cart-summary > div { display: flex; justify-content: space-between; align-items: end; gap: 1rem; padding: 1.3rem 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.cart-summary > div span { color: var(--muted); font-size: .62rem; text-transform: uppercase; }
.cart-summary > div strong { font-family: var(--serif); font-size: 2rem; font-weight: 500; white-space: nowrap; }
.cart-summary > p:not(.eyebrow) { margin: 1.4rem 0; color: var(--muted); font-size: .7rem; }
.cart-summary .button { width: 100%; min-width: 0; }
.cart-continue { display: block; margin-top: 1rem; color: var(--muted); font-size: .62rem; text-align: center; text-decoration: underline; text-underline-offset: .35rem; }

.reveal { opacity: 0; transform: translateY(35px); transition: opacity .9s ease, transform .9s cubic-bezier(.2,.75,.2,1); }
.reveal.in-view { opacity: 1; transform: translateY(0); }

@keyframes campaignEntry { from { transform: scale(1.025); } to { transform: scale(1); } }
@keyframes copyReveal { from { opacity: 0; transform: translateY(30px); } to { opacity: 1; transform: translateY(0); } }
@keyframes pulseLine { 0%, 100% { transform: scaleX(.4); opacity: .45; } 50% { transform: scaleX(1); opacity: 1; } }
@keyframes orbitFloat { 0%, 100% { transform: scale(.98) rotate(-2deg); } 50% { transform: scale(1.04) rotate(3deg); } }
@keyframes sheen { 0%, 20% { transform: translateX(-50%); opacity: 0; } 45% { opacity: .35; } 70%, 100% { transform: translateX(50%); opacity: 0; } }
@keyframes bob { 0%, 100% { transform: translateY(-3px); } 50% { transform: translateY(4px); } }
@keyframes dialogIn { from { opacity: 0; transform: translateY(25px) scale(.985); } to { opacity: 1; transform: none; } }

@media (min-width: 701px) and (max-height: 760px) {
    .hero { padding-top: 45px; padding-bottom: 70px; }
    .hero h1 { font-size: clamp(2.9rem, 4.9vw, 4.2rem); }
    .hero-description { margin-top: 1.1rem; }
    .hero-actions { margin-top: 1.6rem; }
}

@media (max-width: 980px) {
    .site-header, .site-header.scrolled { min-height: 80px; }
    .brand img { width: 70px; height: 70px; }
    .header-cta { display: none; }
    .header-actions { gap: 0; }
    .menu-toggle { grid-column: 1; grid-row: 1; position: relative; z-index: 3; display: grid; gap: 6px; width: 2.8rem; height: 2.8rem; padding: .8rem; border: 0; background: transparent; cursor: pointer; }
    .menu-toggle > span:not(.sr-only) { display: block; width: 100%; height: 1px; background: #fff; transition: transform .3s; }
    .menu-toggle[aria-expanded="true"] > span:first-child { transform: translateY(3.5px) rotate(45deg); }
    .menu-toggle[aria-expanded="true"] > span:nth-child(2) { transform: translateY(-3.5px) rotate(-45deg); }
    .site-nav { position: fixed; inset: 0; width: 100%; display: flex; flex-direction: column; justify-content: center; align-items: center; gap: 1.4rem; visibility: hidden; transform: translateY(-100%); opacity: 0; background: rgba(8,8,8,.98); transition: transform .5s cubic-bezier(.2,.8,.2,1), opacity .4s, visibility .5s; }
    .site-nav.open { visibility: visible; transform: translateY(0); opacity: 1; }
    .site-nav a { font-family: var(--serif); font-size: 2.6rem; font-weight: 400; letter-spacing: 0; text-transform: none; }
    .hero { min-height: 500px; }
    .hero-copy { width: 55%; }
    .hero .eyebrow { font-size: .55rem; }
    .hero-secondary { margin-left: 0; }
    .collection-nav { gap: 2rem; }
    .collection-nav > span { display: none; }
    .intentions-grid { gap: 1.5rem; }
    .intention h3 { font-size: 2rem; }
    .intention { padding: 1.4rem; }
    .intention-link { gap: 1rem; }
    .catalog-toolbar { top: 80px; }
    .catalog-content { scroll-margin-top: 80px; }
    .section[id] { scroll-margin-top: 80px; }
    .manifesto { grid-template-columns: auto 1fr; }
    .manifesto-copy { grid-column: 2; }
    .signature-strip { grid-template-columns: repeat(2, 1fr); }
    .signature-strip > div:nth-child(2) { border-right: 0; }
    .signature-strip > div:nth-child(-n+2) { border-bottom: 1px solid var(--line); padding-bottom: 1.4rem; }
    .signature-strip > div:nth-child(n+3) { padding-top: 1.4rem; }
    .catalog-item, .catalog-item-reverse { grid-template-columns: 1fr 1fr; gap: 3rem; }
    .catalog-item-reverse .catalog-image-button { order: 0; }
    .catalog-item-reverse .catalog-info { order: -1; }
    .product-commerce { display: grid; align-items: start; }
    .cart-layout { grid-template-columns: 1fr; }
    .cart-summary { position: static; }
    .footer-atelier-grid { grid-template-columns: 1fr; }
    .footer-intro { max-width: 50rem; }
    .atelier-visual { max-height: 520px; aspect-ratio: 1.45 / 1; }
}

@media (max-width: 700px) {
    .site-header { padding-top: .25rem; padding-bottom: .25rem; }
    .hero { flex-direction: column; align-items: stretch; min-height: 0; padding: 0; }
    .hero-campaign { position: relative; inset: auto; z-index: 0; height: clamp(245px, 68vw, 380px); width: 100%; }
    .hero-image { object-position: 85% 64%; }
    .hero-campaign::after { background: linear-gradient(0deg, #101110, transparent 26%); }
    .hero-copy { width: auto; padding: 1.2rem var(--page-pad) 2rem; }
    .hero h1 { font-size: clamp(2.7rem, 11vw, 4.6rem); }
    .hero-description { font-size: .8rem; margin-top: 1.3rem; }
    .hero-actions { display: flex; margin-top: 1.5rem; gap: .5rem; }
    .hero-signature { position: static; padding: 0 var(--page-pad) 1.8rem; font-size: .49rem; }
    .hero-signature > span:last-child { display: none; }
    .collection-nav { display: grid; grid-template-columns: repeat(4, 1fr); gap: .8rem; padding-top: 1rem; padding-bottom: 1rem; text-align: center; }
    .collection-nav a { font-size: 1.15rem; white-space: nowrap; }
    .intentions-grid { grid-template-columns: 1fr; gap: 1.25rem; }
    .intention { min-height: 330px; padding: 2rem 1.5rem; }
    .jewelry-intentions h2 { font-size: clamp(3.8rem, 16vw, 5rem); }
    .intention h3 { font-size: 2.5rem; }
    .button { width: 100%; }
    .button-ghost { display: none; }
    .hero-scroll { display: none; }
    .manifesto { grid-template-columns: 1fr; }
    .manifesto .section-number { margin-bottom: 1rem; }
    .manifesto-copy { grid-column: 1; }
    .manifesto h2, .section-heading h2 { font-size: clamp(3.2rem, 16vw, 4.8rem); }
    .signature-strip { grid-template-columns: 1fr; padding-top: 1.7rem; padding-bottom: 1.7rem; }
    .signature-strip > div { padding: 1.1rem 0; border-right: 0; border-bottom: 1px solid var(--line); }
    .signature-strip > div:nth-child(-n+2) { padding-bottom: 1.1rem; }
    .signature-strip > div:nth-child(n+3) { padding-top: 1.1rem; }
    .signature-strip > div:last-child { border-bottom: 0; }
    .section-heading { display: block; }
    .section-heading .text-link { margin-top: 2rem; }
    .featured-grid { display: block; }
    .jewel-card:nth-child(n) { margin-bottom: 1.2rem; }
    .jewel-card:nth-child(n) .jewel-image { aspect-ratio: 1 / 1.08; }
    .jewel-arrow { transform: none; opacity: 1; }
    .footer-process { grid-template-columns: 1fr; gap: 1.8rem; margin-top: 2.5rem; }
    .atelier-visual { aspect-ratio: 1 / .82; }
    .atelier-visual figcaption { right: 1rem; bottom: .85rem; left: 1rem; }
    .atelier-visual figcaption small { display: none; }
    .footer-socials { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); }
    .footer-socials a { justify-content: center; padding: .45rem; }
    .footer-socials a > span:last-child { display: none; }
    .footer-grid { grid-template-columns: 1fr; gap: 2rem; margin-top: 5rem; }
    .footer-bottom { display: grid; gap: .7rem; }
    .catalog-hero { min-height: 350px; }
    .catalog-hero h1 { font-size: clamp(3rem, 12vw, 5.2rem); }
    .orbit-one { width: 120vw; }
    .orbit-two { width: 92vw; }
    .catalog-toolbar { position: relative; top: auto; display: block; overflow: hidden; margin-bottom: 1.5rem; padding-top: 1.4rem; padding-bottom: 1.4rem; }
    .catalog-toolbar > p { margin-bottom: .8rem; }
    .catalog-filters { overflow-x: auto; width: calc(100vw - (var(--page-pad) * 2)); padding-bottom: .4rem; }
    .catalog-filters { scrollbar-width: none; }
    .catalog-filters::-webkit-scrollbar { display: none; }
    .catalog-filters button { flex: 0 0 auto; }
    .catalog-item, .catalog-item-reverse { display: flex; flex-direction: column; align-items: stretch; gap: 2rem; padding: 3rem 0; }
    .catalog-item .catalog-image-button { order: 0; max-height: none; aspect-ratio: 1.35 / 1; }
    .catalog-item .catalog-info { order: 1; }
    .catalog-item { scroll-margin-top: 80px; }
    .catalog-info h2 { font-size: 3.4rem; }
    .product-commerce { display: flex; }
    .add-to-cart { min-width: 0; }
    .shop-feedback.success a { display: block; float: none; margin-top: .4rem; }
    .cart-item { grid-template-columns: 6.5rem 1fr; grid-template-areas: "image copy" "quantity quantity" "subtotal remove"; gap: 1rem; }
    .cart-item img { width: 6.5rem; }
    .cart-quantity { margin-top: .5rem; }
    .cart-subtotal { justify-self: start; }
    .cart-remove { align-self: center; }
    .product-dialog { width: 100vw; height: 100dvh; }
    .product-dialog[open] { display: grid; grid-template-columns: 1fr; grid-template-rows: 52vh 1fr; }
    .dialog-copy { overflow-y: auto; padding: 2rem 1.5rem; }
    .dialog-copy h2 { font-size: 3rem; }
    .dialog-close { color: #fff; border-color: rgba(255,255,255,.5); background: rgba(0,0,0,.4); }
}

@media (prefers-reduced-motion: reduce) {
    html { scroll-behavior: auto; }
    *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
    .reveal { opacity: 1; transform: none; }
}
