:root {
  --ivory: #f7f3eb;
  --ivory-light: #fcfaf6;
  --champagne: #c7a56a;
  --champagne-dark: #a78347;
  --beige: #ddd0be;
  --beige-light: #ece3d6;
  --ink: #292621;
  --muted: #746e64;
  --line: rgba(41, 38, 33, .15);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--ivory-light); font-family: "DM Sans", sans-serif; font-size: 15px; }
a { color: inherit; text-decoration: none; }
button, input { font: inherit; }
button { color: inherit; }
.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: 100; left: 1rem; top: -4rem; padding: .8rem 1rem; background: var(--ink); color: white; }
.skip-link:focus { top: 1rem; }

.announcement { height: 30px; display: flex; align-items: center; justify-content: center; gap: 12px; color: white; background: var(--champagne-dark); font-size: 10px; font-weight: 600; letter-spacing: .14em; text-transform: uppercase; }
.site-header { height: 88px; padding: 0 clamp(20px, 4vw, 68px); display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; background: rgba(252, 250, 246, .94); border-bottom: 1px solid var(--line); position: sticky; top: 0; z-index: 20; backdrop-filter: blur(12px); }
.wordmark { font-family: "Italiana", serif; font-size: clamp(30px, 3vw, 47px); letter-spacing: .12em; line-height: 1; }
.main-nav { display: flex; gap: clamp(14px, 1.5vw, 26px); font-size: 11px; text-transform: uppercase; letter-spacing: .06em; }
.nav-account { display: none; }
.main-nav a, .footer a { transition: color .2s; }
.main-nav a:hover, .footer a:hover { color: var(--champagne-dark); }
.header-actions { justify-self: end; display: flex; align-items: center; gap: 9px; }
.icon-button { border: 0; background: transparent; padding: 8px; cursor: pointer; position: relative; }
.icon-button svg { width: 20px; height: 20px; fill: none; stroke: currentColor; stroke-width: 1.4; }
.menu-toggle { display: none; }
.menu-toggle span { display: block; width: 21px; height: 1px; margin: 6px 0; background: currentColor; }
.cart-count { position: absolute; top: 1px; right: -2px; display: grid; place-items: center; width: 17px; height: 17px; border-radius: 50%; color: white; background: var(--champagne-dark); font-size: 9px; }
.search-panel { max-height: 0; overflow: hidden; background: var(--ivory); transition: max-height .3s ease; position: sticky; top: 88px; z-index: 19; }
.search-panel.is-open { max-height: 92px; border-bottom: 1px solid var(--line); }
.search-form { max-width: 700px; margin: 20px auto; display: flex; border-bottom: 1px solid var(--ink); }
.search-form input { flex: 1; border: 0; outline: 0; padding: 12px 2px; background: transparent; }
.search-form button { border: 0; background: transparent; cursor: pointer; font-size: 11px; letter-spacing: .15em; }

.showcase-news { padding: 42px clamp(20px, 4vw, 68px) 48px; overflow: hidden; background: var(--ivory); border-bottom: 1px solid var(--line); }
.showcase-news > header { margin-bottom: 24px; display: flex; align-items: end; gap: 20px; }
.showcase-news > header .eyebrow { margin-bottom: 7px; }.showcase-news > header h1 { margin: 0; font-size: clamp(32px, 3.4vw, 48px); line-height: 1; }
.showcase-news > header > span { margin: 0 0 4px auto; color: var(--muted); font-size: 9px; letter-spacing: .12em; text-transform: uppercase; }
.showcase-news__controls { display: flex; gap: 7px; }.showcase-news__controls button { width: 34px; height: 34px; padding: 0; border: 1px solid var(--line); border-radius: 50%; background: transparent; cursor: pointer; transition: .2s; }.showcase-news__controls button:hover { color: white; background: var(--ink); }
.showcase-news__viewport { overflow: hidden; }.showcase-news__track { display: flex; gap: 13px; transition: transform .7s cubic-bezier(.22,.8,.25,1); will-change: transform; }
.news-card { min-width: calc((100% - 26px) / 3); height: 185px; padding: 11px; display: grid; grid-template-columns: 145px minmax(0,1fr); gap: 17px; background: var(--ivory-light); border: 1px solid var(--line); opacity: .68; transition: opacity .35s, border-color .35s; }.news-card.is-current, .news-card:hover { opacity: 1; border-color: var(--champagne); }
.news-card__image { width: 145px; height: 161px; overflow: hidden; background: white; }.news-card__image img { width: 100%; height: 100%; object-fit: contain; mix-blend-mode: multiply; }
.news-card__content { min-width: 0; padding: 9px 7px 7px 0; display: flex; align-items: flex-start; flex-direction: column; }.news-card__content p { margin: 0 0 9px; color: var(--champagne-dark); font-size: 7px; letter-spacing: .13em; }.news-card__content h2 { max-width: 100%; margin: 0; display: -webkit-box; overflow: hidden; -webkit-box-orient: vertical; -webkit-line-clamp: 3; font-size: 17px; line-height: 1.15; }.news-card__content strong { margin-top: auto; font-size: 10px; }.news-card__content a { margin-top: 8px; padding-bottom: 2px; border-bottom: 1px solid var(--champagne); font-size: 8px; letter-spacing: .08em; text-transform: uppercase; }
.showcase-news__empty { width: 100%; padding: 55px; color: var(--muted); border: 1px solid var(--line); text-align: center; font-size: 12px; }

.hero { min-height: 520px; padding: 38px clamp(20px, 5vw, 76px); display: block; background: linear-gradient(120deg, #f7f3eb 0%, #f7f3eb 55%, #eee4d6 100%); overflow: hidden; position: relative; }
.hero-track { width: min(1120px, 100%); height: 444px; margin: auto; position: relative; }
.hero-slide { height: 444px; display: grid; grid-template-columns: minmax(0, 1fr) 380px; align-items: center; gap: clamp(35px, 7vw, 100px); opacity: 0; visibility: hidden; transform: translateX(45px); position: absolute; inset: 0; transition: opacity .55s ease, transform .65s cubic-bezier(.22,.8,.25,1), visibility .55s; }
.hero-slide.is-active { opacity: 1; visibility: visible; transform: translateX(0); z-index: 2; }
.hero-slide.is-leaving-left { visibility: visible; transform: translateX(-45px); }.hero-slide.is-leaving-right { visibility: visible; transform: translateX(45px); }
.hero__content { min-width: 0; padding: 25px 0; display: flex; align-items: flex-start; flex-direction: column; justify-content: center; }
.hero__content h1 { max-width: 620px; font-size: clamp(34px, 3.6vw, 57px); line-height: 1.04; overflow-wrap: anywhere; }
.eyebrow { margin: 0 0 19px; color: var(--champagne-dark); font-size: 10px; font-weight: 600; letter-spacing: .22em; }
h1, h2 { font-family: "Italiana", serif; font-weight: 400; }
h1 { margin: 0; font-size: clamp(58px, 6.2vw, 100px); line-height: .98; letter-spacing: -.03em; }
.hero__content > p:not(.eyebrow) { max-width: 430px; margin: 20px 0 25px; color: var(--muted); font-size: 14px; line-height: 1.65; }
.hero__visual { width: 380px; height: 410px; padding: 22px; position: relative; overflow: hidden; background: rgba(252,250,246,.72); box-shadow: 0 20px 60px rgba(70,54,33,.1); }
.hero__visual img { width: 100%; height: 100%; object-fit: contain; mix-blend-mode: multiply; }
.hero__visual--empty { background: linear-gradient(135deg, var(--beige-light), var(--beige)); }
.hero__price { position: absolute; z-index: 2; right: 12px; bottom: 12px; padding: 9px 12px; color: white; background: rgba(41,38,33,.78); font-family: "Italiana", serif; font-size: 15px; backdrop-filter: blur(8px); }
.hero__number { position: absolute; z-index: 2; left: 13px; top: 10px; color: var(--champagne-dark); font: 22px "Italiana", serif; }
.hero-controls { position: absolute; z-index: 6; left: clamp(20px, 5vw, 76px); bottom: 23px; display: flex; align-items: center; gap: 13px; }.hero-arrow { width: 31px; height: 31px; padding: 0; border: 1px solid var(--line); border-radius: 50%; background: rgba(252,250,246,.65); cursor: pointer; transition: .2s; }.hero-arrow:hover { color: white; background: var(--ink); }
.hero-dots { display: flex; gap: 6px; }
.hero-dots button { width: 24px; height: 2px; padding: 0; border: 0; background: var(--beige); cursor: pointer; transition: .25s; }.hero-dots button.is-active { width: 44px; background: var(--champagne-dark); }
.hero__badge { position: absolute; right: 35px; bottom: 35px; width: 94px; height: 94px; display: grid; place-items: center; text-align: center; border: 1px solid rgba(255,255,255,.7); border-radius: 50%; color: white; font-family: "Italiana", serif; font-size: 17px; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 34px; padding: 16px 24px; font-size: 11px; font-weight: 600; letter-spacing: .13em; text-transform: uppercase; transition: .25s ease; }
.button--gold { color: white; background: var(--champagne-dark); }
.button--gold:hover { background: var(--ink); transform: translateY(-2px); }
.button--outline { border: 1px solid var(--ink); }
.button--outline:hover { color: white; background: var(--ink); }

.section { padding: 100px clamp(20px, 4vw, 68px); }
.section-heading { margin-bottom: 38px; display: flex; align-items: end; justify-content: space-between; }
.section-heading .eyebrow { margin-bottom: 12px; }
.section-heading h2, .newsletter h2 { margin: 0; font-size: clamp(40px, 4vw, 62px); line-height: 1.04; }
.section-heading--center { justify-content: center; text-align: center; }
.text-link { padding-bottom: 5px; border-bottom: 1px solid var(--champagne); font-size: 11px; font-weight: 600; letter-spacing: .1em; text-transform: uppercase; }
.text-link span { margin-left: 14px; }
.category-section { background: var(--ivory-light); }
.category-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 15px; }
.category-card { aspect-ratio: .9; padding: 24px; display: flex; flex-direction: column; align-items: flex-start; justify-content: flex-end; color: white; background-size: cover; background-position: center; overflow: hidden; position: relative; }
.category-card::before { content: ""; position: absolute; inset: 0; background: linear-gradient(transparent 48%, rgba(23,18,13,.58)); }
.category-card span, .category-card small { position: relative; z-index: 1; }
.category-card span { font-family: "Italiana", serif; font-size: 34px; }
.category-card small { margin-top: 8px; font-size: 10px; letter-spacing: .13em; text-transform: uppercase; }
.category-card { transition: transform .35s ease; }
.category-card:hover { transform: translateY(-5px); }
.category-card--necklace { background-image: url("https://images.unsplash.com/photo-1599643478518-a784e5dc4c8f?auto=format&fit=crop&w=900&q=84"); }
.category-card--earrings { background-image: url("https://images.unsplash.com/photo-1535632066927-ab7c9ab60908?auto=format&fit=crop&w=900&q=84"); }
.category-card--rings { background-image: url("https://images.unsplash.com/photo-1605100804763-247f67b3557e?auto=format&fit=crop&w=900&q=84"); }
.category-card--bracelets { background-image: url("https://images.unsplash.com/photo-1611591437281-460bfbe1220a?auto=format&fit=crop&w=900&q=84"); }

.products-section { background: var(--ivory); }
.product-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: clamp(14px, 2vw, 28px); }
.products-empty { grid-column: 1/-1; padding: 70px; color: var(--muted); border: 1px solid var(--line); text-align: center; }
.product-card__image { aspect-ratio: .92; position: relative; overflow: hidden; background: var(--beige-light); }
.product-card__image img { width: 100%; height: 100%; object-fit: cover; transition: transform .55s ease; }
.product-card__link { width: 100%; height: 100%; display: block; }
.product-image-empty { height: 100%; display: grid; place-items: center; color: var(--muted); font-size: 9px; }
.product-card:hover img { transform: scale(1.035); }
.favorite { position: absolute; right: 13px; top: 13px; width: 34px; height: 34px; border: 0; border-radius: 50%; background: rgba(252,250,246,.88); cursor: pointer; font-size: 18px; }
.favorite.is-active { color: var(--champagne-dark); }
.quick-add { position: absolute; inset: auto 10px 10px; padding: 12px; border: 0; color: white; background: rgba(41,38,33,.91); font-size: 10px; letter-spacing: .13em; text-transform: uppercase; cursor: pointer; transform: translateY(58px); transition: transform .25s; }
.product-card:hover .quick-add, .quick-add:focus { transform: translateY(0); }
.product-card__info { padding: 16px 3px 5px; }
.product-card__info h3 { margin: 0 0 7px; font-family: "Italiana", serif; font-size: 21px; font-weight: 400; }
.product-card__info p { margin: 0; color: var(--muted); font-size: 13px; }
.section-action { margin-top: 50px; text-align: center; }

.newsletter { padding: 75px clamp(20px, 8vw, 130px); display: flex; align-items: end; justify-content: space-between; gap: 50px; color: white; background: var(--champagne-dark); }
.newsletter .eyebrow { color: var(--ivory); }
.newsletter h2 { font-size: clamp(34px, 4vw, 55px); }
.newsletter__form { width: min(510px, 100%); display: flex; border-bottom: 1px solid rgba(255,255,255,.8); }
.newsletter__form input { flex: 1; min-width: 0; padding: 15px 0; border: 0; outline: 0; color: white; background: transparent; }
.newsletter__form input::placeholder { color: rgba(255,255,255,.75); }
.newsletter__form button { border: 0; color: white; background: transparent; cursor: pointer; font-size: 11px; letter-spacing: .15em; }
.footer { padding: 70px clamp(20px, 4vw, 68px) 25px; display: grid; grid-template-columns: 2fr repeat(3, 1fr); gap: 50px; background: #292621; color: #eae3d9; }
.footer .wordmark { display: inline-block; margin-bottom: 18px; }
.footer h3 { margin: 0 0 20px; color: var(--champagne); font-size: 10px; letter-spacing: .18em; text-transform: uppercase; }
.footer a:not(.wordmark) { display: block; margin: 11px 0; color: #bdb5aa; font-size: 13px; }
.footer p { color: #9d968c; font-size: 13px; }
.footer__legal { grid-column: 1/-1; margin: 40px 0 0; padding-top: 25px; border-top: 1px solid rgba(255,255,255,.12); text-align: center; }
.footer-cookie-button { margin: 11px 0; padding: 0; border: 0; color: #bdb5aa; background: transparent; cursor: pointer; font: 13px "DM Sans", sans-serif; text-align: left; transition: color .2s; }
.footer-cookie-button:hover { color: var(--champagne-dark); }
.toast { position: fixed; z-index: 50; right: 24px; bottom: 24px; padding: 14px 20px; color: white; background: var(--ink); opacity: 0; transform: translateY(15px); pointer-events: none; transition: .25s; }
.toast.is-visible { opacity: 1; transform: translateY(0); }
.catalog-page { min-height: 70vh; background: var(--ivory); }.catalog-hero { padding: 62px clamp(20px,4vw,68px) 38px; border-bottom: 1px solid var(--line); }.catalog-hero h1 { font-size: clamp(43px,5vw,72px); }.catalog-hero > p:last-child { color: var(--muted); font-size: 11px; }
.catalog-layout { padding: 35px clamp(20px,4vw,68px) 80px; display: grid; grid-template-columns: 230px minmax(0,1fr); gap: 38px; }.catalog-filters { align-self: start; position: sticky; top: 105px; }.catalog-filter-mobile { display: none; }.catalog-filters form > label, .catalog-filters legend { color: var(--muted); font-size: 9px; font-weight: 600; letter-spacing: .1em; text-transform: uppercase; }.catalog-search { display: block; }.catalog-search input, .catalog-filters select { width: 100%; margin-top: 8px; padding: 11px; border: 1px solid var(--line); outline: 0; background: var(--ivory-light); font-size: 10px; }.catalog-filters fieldset { margin: 22px 0 0; padding: 0 0 20px; border: 0; border-bottom: 1px solid var(--line); }.catalog-filters fieldset a, .catalog-filters fieldset label { margin-top: 10px; display: block; color: var(--muted); font-size: 10px; }.catalog-filters fieldset a.is-active { color: var(--champagne-dark); font-weight: 600; }.catalog-filters input[type=radio] { accent-color: var(--champagne-dark); }.catalog-filters .button { width: 100%; margin-top: 20px; border: 0; }.catalog-clear { margin-top: 12px; display: block; color: var(--muted); font-size: 9px; text-align: center; text-decoration: underline; }
.catalog-toolbar { margin-bottom: 18px; display: flex; align-items: center; justify-content: space-between; color: var(--muted); font-size: 10px; }.catalog-toolbar select { padding: 9px 11px; border: 1px solid var(--line); background: var(--ivory-light); font-size: 9px; }.catalog-product-grid { grid-template-columns: repeat(3,1fr); }.catalog-product-grid .product-card__info small { margin-bottom: 6px; display: block; color: var(--champagne-dark); font-size: 8px; }.catalog-empty { padding: 80px 20px; border: 1px solid var(--line); color: var(--muted); text-align: center; }.pagination { margin-top: 45px; display: flex; align-items: center; justify-content: center; gap: 24px; font-size: 10px; }.pagination a { padding-bottom: 3px; border-bottom: 1px solid var(--champagne); }

@media (max-width: 1100px) {
  .main-nav { display: none; position: fixed; inset: 118px 0 auto; padding: 30px; flex-direction: column; gap: 22px; background: var(--ivory-light); border-bottom: 1px solid var(--line); }
  .main-nav.is-open { display: flex; }
  .main-nav .nav-account { display: block; padding-top: 18px; border-top: 1px solid var(--line); }
  .menu-toggle { display: block; justify-self: start; }
  .hero-slide { grid-template-columns: minmax(0,1fr) 340px; gap: 40px; }.hero__visual { width: 340px; }
  .news-card { min-width: calc((100% - 13px) / 2); }
  .catalog-product-grid { grid-template-columns: repeat(2,1fr); }
  .category-grid { grid-template-columns: repeat(2, 1fr); }
  .category-card { aspect-ratio: 1.2; }
}

@media (max-width: 760px) {
  .announcement { height: 28px; font-size: 8px; }
  .site-header { height: 70px; padding: 0 16px; }
  .wordmark { font-size: 30px; }
  .account-button { display: none; }
  .search-panel { top: 70px; padding: 0 16px; }
  .main-nav { inset: 98px 0 auto; }
  .showcase-news { padding: 30px 18px 34px; }.showcase-news > header { align-items: center; }.showcase-news > header > span { display: none; }.showcase-news__controls { margin-left: auto; }.news-card { min-width: 88%; height: 150px; grid-template-columns: 112px minmax(0,1fr); gap: 12px; }.news-card__image { width: 112px; height: 126px; }.news-card__content { padding-top: 5px; }.news-card__content h2 { font-size: 15px; -webkit-line-clamp: 3; }
  .catalog-hero { padding: 38px 18px 25px; }.catalog-layout { padding: 18px 18px 60px; display: block; }.catalog-filters { margin-bottom: 20px; position: static; }.catalog-filter-mobile { padding: 13px 0; display: flex; justify-content: space-between; border-bottom: 1px solid var(--line); font-size: 10px; }.catalog-filter-mobile button { border: 0; background: none; }.catalog-filters form { display: none; }.catalog-filters form.is-open { padding-bottom: 20px; display: block; }.catalog-toolbar { margin-top: 15px; }.catalog-product-grid { grid-template-columns: repeat(2,1fr); }
  .hero { min-height: 0; padding: 22px 18px 65px; }.hero-track { height: 590px; }.hero-slide { height: 590px; display: flex; flex-direction: column-reverse; justify-content: flex-end; gap: 20px; }
  .hero__visual { width: min(100%, 330px); height: 310px; min-height: 0; margin: 0 auto; padding: 15px; }
  .hero__content { width: 100%; padding: 0; }
  .hero__content h1 { font-size: clamp(30px, 8.5vw, 42px); }
  h1 { font-size: clamp(53px, 17vw, 75px); }
  .hero__content > p:not(.eyebrow) { margin: 13px 0 18px; font-size: 12px; }
  .hero-controls { left: 18px; bottom: 18px; }
  .hero__badge { width: 75px; height: 75px; right: 18px; bottom: 18px; font-size: 14px; }
  .section { padding: 72px 18px; }
  .section-heading { align-items: flex-start; }
  .section-heading .text-link { display: none; }
  .category-grid { grid-template-columns: repeat(2, 1fr); gap: 8px; }
  .category-card { aspect-ratio: .78; padding: 14px; }
  .category-card span { font-size: 25px; }
  .product-grid { grid-template-columns: repeat(2, 1fr); gap: 28px 10px; }
  .product-card__info h3 { font-size: 17px; }
  .quick-add { position: absolute; inset: auto 8px 8px; width: calc(100% - 16px); margin: 0; padding: 11px 6px; font-size: 8px; transform: none; }
  .newsletter { padding: 55px 22px; align-items: flex-start; flex-direction: column; gap: 30px; }
  .footer { grid-template-columns: repeat(2, 1fr); gap: 38px 20px; }
  .footer__brand { grid-column: 1/-1; }
}

@media (hover: none), (pointer: coarse) {
  .quick-add { transform: none; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; }
}
