:root {
  --ink: #1d1a18;
  --muted: #706862;
  --paper: #fbf8f3;
  --surface: #ffffff;
  --rose: #1d1a18;
  --rose-dark: #161412;
  --green: #ede5db;
  --gold: #cb9400;
  --gold-dark: #9f7200;
  --gold-soft: #f4ead2;
  --line: #e8ded2;
  --shadow: 0 18px 45px rgba(42, 34, 28, 0.14);
  --radius: 8px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.5;
  padding-bottom: 76px;
}

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

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

button,
input,
select {
  font: inherit;
}

.skip-link,
.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:focus {
  width: auto;
  height: auto;
  margin: 12px;
  padding: 12px 16px;
  clip: auto;
  background: var(--surface);
  z-index: 30;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  background: rgba(255, 250, 247, 0.96);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(16px);
}

.notice {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
  padding: 8px 16px;
  color: #f8f2ea;
  background: var(--rose-dark);
  font-size: 13px;
  font-weight: 700;
}

.notice a {
  white-space: nowrap;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 66px;
  padding: 10px 16px;
}

.brand img {
  width: 116px;
  height: auto;
}

.menu-button {
  display: grid;
  gap: 5px;
  width: 48px;
  height: 48px;
  place-content: center;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--surface);
}

.menu-button span:not(.sr-only) {
  display: block;
  width: 22px;
  height: 2px;
  background: var(--ink);
}

.nav-links {
  display: none;
  position: absolute;
  top: 111px;
  right: 12px;
  left: 12px;
  padding: 10px;
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}

.nav-links.open {
  display: grid;
}

.nav-links a {
  padding: 15px 12px;
  font-size: 18px;
  font-weight: 800;
  border-bottom: 1px solid var(--line);
}

.nav-links a:last-child {
  border-bottom: 0;
}

.hero {
  position: relative;
  min-height: 690px;
  display: grid;
  align-items: end;
  isolation: isolate;
  overflow: hidden;
  background: #1d1a18;
}

.hero-media {
  position: absolute;
  inset: 0;
  z-index: -2;
}

.hero-media::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(29, 26, 24, 0.14) 0%, rgba(29, 26, 24, 0.3) 35%, rgba(29, 26, 24, 0.82) 100%),
    linear-gradient(90deg, rgba(29, 26, 24, 0.54), rgba(29, 26, 24, 0.1));
}

.hero-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero-content {
  width: min(100%, 760px);
  padding: 120px 18px 92px;
  color: #ffffff;
}

.eyebrow {
  margin: 0 0 9px;
  color: var(--gold);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0;
  text-transform: uppercase;
}

.hero h1,
.section h2 {
  margin: 0;
  letter-spacing: 0;
  line-height: 1.04;
}

.hero h1 {
  max-width: 680px;
  font-size: clamp(38px, 12vw, 70px);
  font-weight: 850;
}

.hero-copy {
  max-width: 560px;
  margin: 16px 0 22px;
  color: rgba(255, 255, 255, 0.9);
  font-size: 19px;
}

.hero-actions,
.quick-help {
  display: grid;
  gap: 10px;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 54px;
  padding: 15px 18px;
  border: 0;
  border-radius: var(--radius);
  font-weight: 900;
  cursor: pointer;
}

.primary {
  color: #161412;
  background: var(--gold);
}

.whatsapp {
  color: var(--ink);
  background: var(--green);
  border: 1px solid rgba(29, 26, 24, 0.12);
}

.full {
  width: 100%;
}

.quick-help {
  grid-template-columns: repeat(3, 1fr);
  margin-top: 15px;
}

.quick-help a {
  display: grid;
  min-height: 48px;
  place-items: center;
  padding: 9px 7px;
  color: #ffffff;
  background: rgba(255, 255, 255, 0.16);
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: var(--radius);
  font-size: 14px;
  font-weight: 800;
  text-align: center;
}

.confidence-strip {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  background: var(--surface);
  border-bottom: 1px solid var(--line);
}

.confidence-strip div {
  display: grid;
  gap: 2px;
  padding: 16px 10px;
  text-align: center;
  border-right: 1px solid var(--line);
}

.confidence-strip div:last-child {
  border-right: 0;
}

.confidence-strip strong {
  font-size: 20px;
  line-height: 1.1;
}

.confidence-strip span {
  color: var(--muted);
  font-size: 13px;
  font-weight: 700;
}

.section {
  padding: 42px 16px;
}

.section-heading {
  max-width: 760px;
  margin: 0 auto 20px;
  text-align: center;
}

.section h2 {
  font-size: clamp(30px, 8vw, 52px);
}

.search-panel {
  display: grid;
  gap: 12px;
  max-width: 760px;
  margin: 0 auto;
  padding: 14px;
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: 0 12px 35px rgba(42, 34, 28, 0.08);
}

.search-panel label {
  display: grid;
  gap: 7px;
  color: var(--muted);
  font-weight: 900;
}

.checkbox-group {
  display: grid;
  gap: 8px;
  margin: 0;
  padding: 12px;
  border: 1px solid #d8c7a2;
  border-radius: var(--radius);
}

.checkbox-group legend {
  padding: 0 4px;
  color: var(--muted);
  font-weight: 900;
}

.checkbox-group label {
  display: flex;
  align-items: center;
  gap: 9px;
  min-height: 34px;
  color: var(--ink);
  font-weight: 850;
}

.checkbox-group input {
  width: 19px;
  height: 19px;
  accent-color: var(--ink);
}

.search-panel input:not([type="checkbox"]),
.search-panel select {
  width: 100%;
  min-height: 54px;
  padding: 0 13px;
  color: var(--ink);
  background: #fffefe;
  border: 1px solid #d8c7a2;
  border-radius: var(--radius);
}

.collection-grid {
  display: grid;
  gap: 14px;
  max-width: 1120px;
  margin: 0 auto;
}

.collection-card {
  position: relative;
  min-height: 250px;
  display: grid;
  align-content: end;
  overflow: hidden;
  padding: 18px;
  color: #ffffff;
  border-radius: var(--radius);
  background: #281820;
}

.collection-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.04), rgba(0, 0, 0, 0.76));
}

.collection-card img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 260ms ease;
}

.collection-card:hover img {
  transform: scale(1.04);
}

.collection-card span,
.collection-card strong {
  position: relative;
  z-index: 1;
}

.collection-card span {
  font-size: 28px;
  font-weight: 950;
}

.collection-card strong {
  margin-top: 3px;
  font-size: 14px;
}

.step-list,
.trust-grid,
.location-list {
  display: grid;
  gap: 12px;
  max-width: 1120px;
  margin: 0 auto;
}

.step-list article,
.trust-grid div,
.location-list article {
  padding: 18px;
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: var(--radius);
}

.step-list span {
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  color: var(--ink);
  background: var(--gold-soft);
  border-radius: 50%;
  font-size: 20px;
  font-weight: 950;
}

.step-list h3,
.location-list h3 {
  margin: 14px 0 6px;
  font-size: 22px;
}

.step-list p,
.trust-copy p,
.trust-grid span,
.location-list p,
.footer p {
  margin: 0;
  color: var(--muted);
}

.location-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 14px;
}

.location-actions a {
  display: inline-flex;
  min-height: 38px;
  align-items: center;
  justify-content: center;
  padding: 8px 12px;
  color: #161412;
  background: var(--gold);
  border-radius: var(--radius);
  font-size: 13px;
  font-weight: 950;
}

.location-actions a + a {
  background: var(--gold-soft);
}

.location-note {
  max-width: 1120px;
  margin: 14px auto 0;
  padding: 13px 14px;
  color: var(--ink);
  background: var(--gold-soft);
  border: 1px solid #d8c7a2;
  border-radius: var(--radius);
  font-weight: 850;
}

.trust {
  background: #f4eee6;
  border-block: 1px solid #e4d8ca;
}

.trust-copy {
  max-width: 760px;
  margin: 0 auto 18px;
}

.trust-grid strong {
  display: block;
  margin-bottom: 5px;
  font-size: 18px;
}

.client-strip {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: 72%;
  gap: 12px;
  max-width: 1120px;
  margin: 0 auto;
  overflow-x: auto;
  padding-bottom: 4px;
  scroll-snap-type: x mandatory;
}

.client-strip img {
  width: 100%;
  aspect-ratio: 3 / 4;
  object-fit: cover;
  border-radius: var(--radius);
  scroll-snap-align: start;
}

.footer {
  display: grid;
  gap: 14px;
  padding: 34px 16px 94px;
  background: #1d1a18;
  color: #ffffff;
}

.footer-brand {
  display: grid;
  gap: 12px;
}

.footer img {
  width: 125px;
  filter: brightness(0) invert(1);
}

.footer p {
  color: rgba(255, 255, 255, 0.78);
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 18px;
  font-weight: 800;
}

.footer-links h2 {
  flex-basis: 100%;
  margin: 0 0 2px;
  color: var(--gold);
  font-size: 16px;
  text-transform: uppercase;
}

.social-links {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.social-links a {
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  color: #161412;
  background: var(--gold);
  border-radius: 50%;
}

.social-links svg {
  width: 21px;
  height: 21px;
  fill: currentColor;
}

.bottom-bar {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 25;
  display: grid;
  grid-template-columns: 1fr 1.55fr;
  gap: 10px;
  padding: 10px 14px calc(10px + env(safe-area-inset-bottom));
  background: rgba(255, 255, 255, 0.96);
  border-top: 1px solid var(--line);
  box-shadow: 0 -12px 28px rgba(42, 34, 28, 0.12);
  backdrop-filter: blur(14px);
}

.bottom-bar a {
  display: grid;
  min-height: 52px;
  place-items: center;
  border-radius: var(--radius);
  font-size: 17px;
  font-weight: 950;
  background: #f0e8df;
}

.bottom-bar .bottom-primary {
  color: #ffffff;
  background: var(--ink);
}

.whatsapp-float {
  position: fixed;
  right: 16px;
  bottom: calc(16px + env(safe-area-inset-bottom));
  z-index: 25;
  display: grid;
  width: 56px;
  height: 56px;
  place-items: center;
  color: #ffffff;
  background: #25d366;
  border-radius: 50%;
  box-shadow: 0 12px 28px rgba(37, 211, 102, 0.32);
}

.whatsapp-float svg {
  width: 32px;
  height: 32px;
  fill: currentColor;
}

.collection-hero {
  display: grid;
  gap: 18px;
  padding: 28px 16px 24px;
  background: #f4eee6;
  border-bottom: 1px solid var(--line);
}

.collection-hero > div {
  display: grid;
  align-content: center;
}

.back-link {
  width: fit-content;
  margin-bottom: 18px;
  color: var(--muted);
  font-size: 14px;
  font-weight: 900;
  text-decoration: underline;
  text-underline-offset: 4px;
}

.collection-hero h1 {
  max-width: 720px;
  margin: 0;
  font-size: clamp(34px, 10vw, 62px);
  line-height: 1.04;
  letter-spacing: 0;
}

.collection-hero p:not(.eyebrow) {
  max-width: 610px;
  margin: 14px 0 0;
  color: var(--muted);
  font-size: 18px;
}

.collection-hero img {
  width: 100%;
  aspect-ratio: 4 / 5;
  object-fit: cover;
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}

.collection-intro {
  padding: 24px 16px 20px;
  background: #f4eee6;
  border-bottom: 1px solid var(--line);
}

.collection-intro h1 {
  max-width: 760px;
  margin: 0;
  font-size: clamp(34px, 10vw, 58px);
  line-height: 1.04;
  letter-spacing: 0;
}

.collection-intro p:not(.eyebrow) {
  max-width: 680px;
  margin: 12px 0 0;
  color: var(--muted);
  font-size: 18px;
}

.collection-assist {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1px;
  background: var(--line);
  border-bottom: 1px solid var(--line);
}

.collection-assist a {
  display: grid;
  gap: 2px;
  min-height: 76px;
  align-content: center;
  padding: 14px 16px;
  background: var(--surface);
}

.collection-assist strong {
  font-size: 17px;
}

.collection-assist span {
  color: var(--muted);
  font-size: 13px;
  font-weight: 800;
}

.collection-page-section {
  padding-top: 34px;
}

.compact-collection {
  padding-top: 18px;
}

.filter-panel {
  display: grid;
  gap: 12px;
  max-width: 1120px;
  margin: 0 auto;
  padding: 14px;
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: 0 12px 35px rgba(42, 34, 28, 0.08);
}

.filter-panel label,
.catalog-head label {
  display: grid;
  gap: 7px;
  color: var(--muted);
  font-weight: 900;
}

.filter-panel input:not([type="checkbox"]),
.filter-panel select,
.catalog-head select {
  width: 100%;
  min-height: 54px;
  padding: 0 13px;
  color: var(--ink);
  background: #fffefe;
  border: 1px solid #d8c7a2;
  border-radius: var(--radius);
}

.catalog-head {
  display: grid;
  gap: 12px;
  max-width: 1120px;
  margin: 0 auto 12px;
}

.catalog-head h2 {
  margin: 0;
}

.compact-filters {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
}

.compact-filters label {
  display: grid;
  gap: 5px;
  color: var(--muted);
  font-size: 13px;
  font-weight: 900;
}

.compact-filters select {
  width: 100%;
  min-height: 42px;
  padding: 0 10px;
  color: var(--ink);
  background: #fffefe;
  border: 1px solid #d8c7a2;
  border-radius: var(--radius);
  font-size: 14px;
}

.product-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 14px;
  max-width: 1120px;
  margin: 0 auto;
}

.product-card {
  display: grid;
  overflow: hidden;
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: var(--radius);
}

.product-card img {
  display: block;
  width: 100%;
  height: 100%;
  max-height: 400px;
  aspect-ratio: 753 / 941;
  object-fit: contain;
  background: #eee5dc;
}

.product-card picture {
  display: block;
  width: min(100%, calc(400px * 753 / 941));
  height: min(calc((100vw - 32px) * 941 / 753), 400px);
  max-height: 400px;
  margin-inline: auto;
  background: #eee5dc;
}

.product-info {
  display: grid;
  gap: 6px;
  padding: 10px;
}

.product-info h3 {
  margin: 0;
  font-size: 18px;
  line-height: 1.15;
}

.product-info p {
  margin: 0;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.3;
}

.product-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
}

.tag {
  display: inline-flex;
  align-items: center;
  min-height: 24px;
  margin: 0;
  padding: 4px 7px;
  color: #161412;
  background: var(--gold);
  border-radius: 999px;
  font-size: 11px;
  font-weight: 900;
  line-height: 1.1;
}

.tag.soft {
  color: var(--ink);
  background: var(--gold-soft);
}

.price-row {
  display: block;
  padding-top: 2px;
}

.price-row strong {
  font-size: 16px;
}

.price-row span {
  color: var(--muted);
  font-size: 13px;
  font-weight: 900;
  text-align: right;
}

.product-button {
  display: grid;
  min-height: 42px;
  place-items: center;
  color: #161412;
  background: var(--gold);
  border-radius: var(--radius);
  font-size: 13px;
  font-weight: 950;
}

.load-more {
  width: min(100%, 360px);
  margin: 20px auto 0;
}

.empty-state {
  max-width: 1120px;
  margin: 18px auto 0;
  padding: 15px;
  color: var(--muted);
  text-align: center;
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: var(--radius);
}

.skeleton-card {
  min-height: 430px;
  background:
    linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.7), transparent),
    linear-gradient(#eee5dc 0 0);
  background-size: 180px 100%, 100% 100%;
  background-position: -180px 0, 0 0;
  background-repeat: no-repeat;
  animation: skeleton-sheen 1.2s infinite linear;
}

@keyframes skeleton-sheen {
  to {
    background-position: calc(100% + 180px) 0, 0 0;
  }
}

.product-detail {
  display: grid;
  gap: 18px;
}

.product-detail-media img {
  width: 100%;
  aspect-ratio: 753 / 941;
  object-fit: cover;
  background: #eee5dc;
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}

.product-detail-info {
  display: grid;
  gap: 12px;
  align-content: start;
}

.product-detail-info h1,
.product-detail-info h2 {
  margin: 0;
  line-height: 1.05;
  letter-spacing: 0;
}

.product-detail-info h1 {
  font-size: clamp(42px, 13vw, 72px);
}

.product-detail-info h2 {
  color: var(--muted);
  font-size: clamp(24px, 7vw, 34px);
}

.product-detail-info p {
  margin: 0;
  color: var(--muted);
  font-size: 18px;
}

.detail-facts {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  overflow: hidden;
  background: var(--surface);
}

.detail-facts div {
  display: grid;
  gap: 4px;
  padding: 12px 10px;
  border-right: 1px solid var(--line);
}

.detail-facts div:last-child {
  border-right: 0;
}

.detail-facts strong {
  color: var(--muted);
  font-size: 12px;
  text-transform: uppercase;
}

.detail-facts span {
  font-weight: 950;
}

.bridal-help {
  display: grid;
  gap: 18px;
  background: #f4eee6;
  border-block: 1px solid var(--line);
}

.bridal-help h2 {
  margin: 0;
}

.bridal-help p {
  max-width: 680px;
  margin: 12px 0 0;
  color: var(--muted);
}

@media (min-width: 760px) {
  body {
    padding-bottom: 0;
  }

  .notice,
  .nav,
  .hero-content,
  .section,
  .footer {
    padding-inline: 34px;
  }

  .hero-content {
    padding-bottom: 34px;
  }

  .menu-button {
    display: none;
  }

  .nav-links {
    position: static;
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 0;
    background: transparent;
    border: 0;
    box-shadow: none;
  }

  .nav-links a {
    padding: 10px 12px;
    font-size: 15px;
    border-bottom: 0;
  }

  .hero {
    min-height: 760px;
  }

  .hero-actions {
    display: flex;
  }

  .button {
    min-width: 176px;
  }

  .search-panel {
    grid-template-columns: 1.35fr 1fr;
    align-items: end;
  }

  .search-panel button {
    grid-column: 1 / -1;
  }

  .collection-grid {
    grid-template-columns: 1.15fr 1fr 1fr;
  }

  .collection-card {
    min-height: 430px;
  }

  .step-list,
  .trust-grid,
  .location-list {
    grid-template-columns: repeat(3, 1fr);
  }

  .trust {
    display: grid;
    grid-template-columns: minmax(250px, 0.9fr) minmax(420px, 1.35fr);
    gap: 28px;
    align-items: start;
  }

  .trust-copy {
    margin: 0;
    justify-self: end;
  }

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

  .client-strip {
    grid-auto-flow: initial;
    grid-template-columns: repeat(4, 1fr);
    overflow: visible;
  }

  .bottom-bar {
    display: none;
  }

  .footer {
    grid-template-columns: 1.2fr 0.9fr 1.1fr;
    align-items: center;
    padding-bottom: 34px;
  }

  .collection-hero {
    grid-template-columns: 1fr minmax(280px, 420px);
    align-items: center;
    padding: 40px 34px;
  }

  .collection-intro {
    padding: 34px;
  }

  .filter-panel {
    grid-template-columns: 1fr 1.35fr 1fr;
    align-items: end;
  }

  .filter-panel button {
    grid-column: 1 / -1;
  }

  .catalog-head {
    grid-template-columns: 1fr minmax(320px, 430px);
    align-items: end;
  }

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

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

  .bridal-help {
    grid-template-columns: 1fr auto;
    align-items: center;
  }

  .product-detail {
    grid-template-columns: minmax(280px, 0.8fr) minmax(360px, 1fr);
    align-items: start;
  }
}

@media (min-width: 1060px) {
  .notice,
  .nav,
  .hero-content,
  .collection-hero,
  .collection-intro,
  .section,
  .footer {
    padding-inline: max(40px, calc((100vw - 1180px) / 2));
  }

  .search-panel button {
    grid-column: auto;
  }

  .search-panel {
    grid-template-columns: 1.4fr 0.9fr auto;
    max-width: 1120px;
  }

  .filter-panel {
    grid-template-columns: 0.9fr 1.4fr 1fr auto;
  }

  .filter-panel button {
    grid-column: auto;
  }

  .product-grid {
    grid-template-columns: repeat(3, 1fr);
  }

  .location-list {
    grid-template-columns: repeat(4, 1fr);
  }
}
