/* Rosyvely Premium — warm showroom aesthetic */
@import url("https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,400;0,500;0,600;0,700;1,400&family=DM+Sans:ital,opsz,wght@0,9..40,300;0,9..40,400;0,9..40,500;0,9..40,600;1,9..40,400&display=swap");

:root {
  --brand-blue: #1c2834;
  --brand-red: #9e2a3a;
  --bg: #f6f2eb;
  --bg-elevated: #fffcf8;
  --bg-warm: #efe8dc;
  --ink: #1a1612;
  --ink-muted: #6d6458;
  --line: #e0d6c8;
  --accent: #9e2a3a;
  --accent-soft: #2d4a5e;
  --accent-gold: #b8923a;
  --accent-glow: rgba(184, 146, 58, 0.14);
  --radius: 18px;
  --radius-sm: 12px;
  --radius-pill: 999px;
  --shadow-sm: 0 2px 16px rgba(26, 22, 18, 0.06);
  --shadow-md: 0 16px 48px rgba(26, 22, 18, 0.1);
  --shadow-lg: 0 32px 72px rgba(26, 22, 18, 0.14);
  --font-serif: "Cormorant Garamond", "Fraunces", Georgia, serif;
  --font-sans: "DM Sans", "Outfit", system-ui, sans-serif;
  --header-h: 4.5rem;
  --max: 1280px;
  --ease-out: cubic-bezier(0.22, 1, 0.36, 1);
}

body {
  font-family: var(--font-sans);
  font-size: 1.02rem;
  background:
    radial-gradient(ellipse 80% 50% at 100% 0%, rgba(184, 146, 58, 0.07), transparent 55%),
    radial-gradient(ellipse 70% 45% at 0% 100%, rgba(158, 42, 58, 0.05), transparent 50%),
    var(--bg);
}

h1, h2, h3, .font-serif {
  font-family: var(--font-serif);
  font-weight: 600;
  letter-spacing: -0.01em;
}

/* —— Header —— */
.site-header {
  background: rgba(255, 252, 248, 0.88);
  backdrop-filter: blur(14px) saturate(1.2);
  -webkit-backdrop-filter: blur(14px) saturate(1.2);
  border-bottom: 1px solid var(--line);
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.6) inset;
}

.site-header .logo--rosyvely .logo__rosyv {
  color: var(--accent);
}

.site-header .logo--rosyvely .logo__ely {
  color: var(--ink);
}

.site-header .logo--rosyvely .logo__furniture {
  color: var(--accent-soft);
  font-weight: 500;
}

.site-header .site-lang-toggle {
  border-color: var(--line);
  color: var(--ink);
  background: var(--bg-elevated);
}

.site-header .site-lang-toggle:hover {
  border-color: var(--accent-gold);
  color: var(--ink);
  background: #fff;
}

.site-header .nav a {
  color: var(--ink-muted);
  text-decoration: none;
  font-weight: 500;
  font-size: 0.95rem;
  letter-spacing: 0.02em;
  padding: 0.35rem 0.65rem;
  border-radius: var(--radius-pill);
  transition: color 0.2s, background 0.2s;
}

.site-header .nav a:hover,
.site-header .nav a[aria-current="page"] {
  color: var(--ink);
  background: rgba(158, 42, 58, 0.08);
}

.site-nav-toggle__bar {
  background: var(--ink);
}

/* —— Buttons —— */
.btn {
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  font-size: 0.78rem;
  padding: 0.85rem 1.65rem;
  border-radius: var(--radius-pill);
  background: linear-gradient(135deg, var(--accent) 0%, #7a2230 100%);
  border: none;
  color: #fff;
  box-shadow: 0 4px 20px rgba(158, 42, 58, 0.28);
  transition: transform 0.25s var(--ease-out), box-shadow 0.25s;
}

.btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 28px rgba(158, 42, 58, 0.35);
  color: #fff;
}

.home-hero .btn--ghost {
  background: transparent;
  border: 1.5px solid rgba(255, 255, 255, 0.55);
  box-shadow: none;
  color: #fff;
}

.home-hero .btn--ghost:hover {
  background: rgba(255, 255, 255, 0.12);
  border-color: #fff;
  color: #fff;
}

.site-header .btn--ghost {
  border-color: var(--line);
  color: var(--ink);
}

.site-header .btn--ghost:hover {
  background: var(--bg-warm);
  border-color: var(--accent-gold);
  color: var(--ink);
}

/* —— Hero —— */
.home-hero {
  min-height: min(92vh, 920px);
  margin-bottom: 0;
}

.home-hero__img {
  filter: brightness(0.78) saturate(1.05) contrast(1.02);
  transform: scale(1.03);
}

.home-hero__scrim {
  background:
    radial-gradient(ellipse 70% 55% at 50% 40%, rgba(0, 0, 0, 0.15) 0%, transparent 65%),
    linear-gradient(
      180deg,
      rgba(26, 22, 18, 0.25) 0%,
      rgba(26, 22, 18, 0.55) 50%,
      rgba(26, 22, 18, 0.82) 100%
    );
}

.home-hero__scrim::after {
  background: linear-gradient(
    120deg,
    rgba(184, 146, 58, 0.15) 0%,
    transparent 40%,
    rgba(158, 42, 58, 0.12) 100%
  );
}

.home-hero__content {
  max-width: 44rem;
}

.home-hero__eyebrow {
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.75);
  margin: 0 0 1rem;
}

.home-hero__title {
  font-size: clamp(2.1rem, 6vw, 3.75rem);
  font-weight: 600;
  line-height: 1.08;
  margin-bottom: 1.25rem;
}

.home-hero__lead {
  font-size: clamp(1.05rem, 2.2vw, 1.2rem);
  line-height: 1.65;
  color: rgba(255, 255, 255, 0.88);
  max-width: 36ch;
  margin-inline: auto;
}

.home-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.85rem;
  justify-content: center;
  margin-top: 2rem;
}

.home-hero__btn-primary {
  padding: 1rem 2rem;
  font-size: 0.8rem;
}

.home-hero__caption {
  margin-top: 1.75rem;
  font-size: 0.8rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.55);
}

.home-hero__badges {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.45rem;
  margin: 1.5rem 0 0;
  padding: 0;
  list-style: none;
}

.home-hero__badges li {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  padding: 0.4rem 0.85rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.22);
  color: rgba(255, 255, 255, 0.95);
  font-size: 0.78rem;
  font-weight: 500;
  letter-spacing: 0.02em;
  backdrop-filter: blur(6px);
}

.home-hero__badges li::before {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--accent-gold, #b8923a);
  flex: 0 0 auto;
}

.home-hero__wordmark .logo__furniture {
  color: rgba(255, 255, 255, 0.9);
}

/* —— Trust strip —— */
.home-trust {
  padding: clamp(2rem, 5vw, 3rem) 0;
  background: var(--bg-elevated);
  border-block: 1px solid var(--line);
}

.home-trust__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: clamp(1.25rem, 3vw, 2rem);
  text-align: center;
}

@media (max-width: 720px) {
  .home-trust__grid {
    grid-template-columns: 1fr;
    max-width: 20rem;
    margin-inline: auto;
  }
}

.home-trust__item {
  padding: 1.25rem 1rem;
}

.home-trust__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 3rem;
  height: 3rem;
  margin-bottom: 0.85rem;
  border-radius: 50%;
  background: linear-gradient(145deg, rgba(184, 146, 58, 0.18), rgba(158, 42, 58, 0.1));
  color: var(--accent);
  font-size: 1.35rem;
}

.home-trust__title {
  margin: 0 0 0.4rem;
  font-family: var(--font-serif);
  font-size: 1.35rem;
  font-weight: 600;
  color: var(--ink);
}

.home-trust__text {
  margin: 0;
  font-size: 0.92rem;
  color: var(--ink-muted);
  line-height: 1.55;
}

/* —— Featured —— */
.home-featured {
  padding-block: clamp(3rem, 8vw, 5.5rem);
  background: transparent;
}

.home-featured__header {
  text-align: center;
  max-width: 36rem;
  margin: 0 auto clamp(2rem, 5vw, 3rem);
}

.home-featured__title {
  margin: 0.35rem 0 0.75rem;
  font-size: clamp(2rem, 4.5vw, 2.85rem);
  color: var(--ink);
}

.home-featured__subtitle {
  margin: 0;
  color: var(--ink-muted);
  font-size: 1.05rem;
}

.home-featured__eyebrow {
  color: var(--accent-gold);
  letter-spacing: 0.22em;
}

.home-featured-card {
  border-radius: var(--radius);
  border: 1px solid var(--line);
  box-shadow: var(--shadow-sm);
  background: var(--bg-elevated);
}

.home-featured-card:hover {
  transform: translateY(-6px);
  box-shadow: var(--shadow-lg);
  border-color: color-mix(in srgb, var(--accent-gold) 35%, var(--line));
}

.home-featured-card__media {
  background: var(--bg-warm);
}

.home-featured-card__title {
  font-family: var(--font-serif);
  font-size: 1.35rem;
  font-weight: 600;
}

.home-featured__cta {
  text-align: center;
  margin-top: 0.5rem;
}

/* —— Categories teaser —— */
.home-categories {
  padding-block: clamp(2.5rem, 6vw, 4rem);
  background: linear-gradient(180deg, var(--bg-warm) 0%, var(--bg) 100%);
}

.home-categories__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1rem;
}

@media (max-width: 900px) {
  .home-categories__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

.home-cat-tile {
  position: relative;
  display: block;
  aspect-ratio: 3 / 4;
  border-radius: var(--radius);
  overflow: hidden;
  text-decoration: none;
  color: #fff;
  box-shadow: var(--shadow-md);
}

.home-cat-tile__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s var(--ease-out);
}

.home-cat-tile:hover .home-cat-tile__img {
  transform: scale(1.06);
}

.home-cat-tile__scrim {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 35%, rgba(26, 22, 18, 0.75) 100%);
}

.home-cat-tile__label {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 1.25rem;
  font-family: var(--font-serif);
  font-size: 1.4rem;
  font-weight: 600;
  text-shadow: 0 2px 12px rgba(0, 0, 0, 0.4);
}

/* —— CTA band —— */
.home-cta-band {
  margin: clamp(2rem, 5vw, 3rem) auto;
  padding: clamp(2.5rem, 6vw, 4rem);
  border-radius: calc(var(--radius) + 6px);
  background:
    linear-gradient(135deg, var(--brand-blue) 0%, #2a3d4f 50%, #1a2834 100%);
  text-align: center;
  color: #fff;
  box-shadow: var(--shadow-lg);
  position: relative;
  overflow: hidden;
}

.home-cta-band::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 80% 20%, rgba(184, 146, 58, 0.25), transparent 50%);
  pointer-events: none;
}

.home-cta-band__inner {
  position: relative;
  z-index: 1;
  max-width: 46rem;
  margin-inline: auto;
}

.home-cta-band__title {
  margin: 0 0 0.75rem;
  font-size: clamp(1.75rem, 4vw, 2.5rem);
  color: #fff;
}

.home-cta-band__text {
  margin: 0 0 1.5rem;
  opacity: 0.88;
  line-height: 1.6;
}

.home-cta-band__meta {
  list-style: none;
  margin: 0 auto 1.5rem;
  padding: 0;
  display: grid;
  gap: 0.75rem;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  max-width: 42rem;
  text-align: left;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 14px;
  padding: 1rem 1.1rem;
}

@media (max-width: 720px) {
  .home-cta-band__meta {
    grid-template-columns: 1fr;
    text-align: center;
  }
}

.home-cta-band__meta-label {
  display: block;
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.6);
  margin-bottom: 0.15rem;
}

.home-cta-band__meta-link {
  display: inline-block;
  font-size: 0.95rem;
  color: #fff;
  text-decoration: none;
  font-weight: 500;
}

.home-cta-band__meta-link[href]:hover {
  color: var(--accent-gold, #f5d99e);
  text-decoration: underline;
}

.home-cta-band__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.6rem;
  justify-content: center;
  align-items: center;
}

.home-cta-band__btn-primary {
  background: linear-gradient(135deg, #25d366 0%, #128c7e 100%) !important;
  color: #fff !important;
  border: none;
  box-shadow: 0 10px 24px rgba(18, 140, 126, 0.35);
}

.home-cta-band__btn-primary:hover {
  background: linear-gradient(135deg, #1ebe5b 0%, #0e7868 100%) !important;
  color: #fff !important;
}

.home-cta-band .btn {
  background: #fff;
  color: var(--brand-blue);
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.2);
}

.home-cta-band .btn--ghost {
  background: transparent;
  color: #fff;
  border-color: rgba(255, 255, 255, 0.4);
  box-shadow: none;
}
.home-cta-band .btn--ghost:hover {
  background: rgba(255, 255, 255, 0.08);
  color: #fff;
  border-color: rgba(255, 255, 255, 0.6);
}

/* —— Catalog page —— */
.catalog-hero {
  padding: clamp(2.5rem, 6vw, 4rem) 0 1.5rem;
  text-align: center;
}

.catalog-hero__eyebrow {
  margin: 0 0 0.5rem;
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--accent-gold);
}

.catalog-hero__title {
  margin: 0 0 0.75rem;
  font-size: clamp(2rem, 5vw, 3rem);
}

.catalog-hero__lead {
  margin: 0 auto;
  max-width: 42ch;
  color: var(--ink-muted);
  font-size: 1.05rem;
}

.page-products .na-catalog-toolbar {
  background: var(--bg-elevated);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 1rem 1.1rem;
  box-shadow: var(--shadow-sm);
}

.page-products .na-catalog-pill {
  border-radius: var(--radius-pill);
  font-weight: 500;
  font-size: 0.82rem;
  border: 1px solid var(--line);
  background: var(--bg);
  transition: all 0.2s;
}

.page-products .na-catalog-pill.is-active,
.page-products .na-catalog-pill:hover {
  background: var(--ink);
  border-color: var(--ink);
  color: #fff;
}

.page-products .na-catalog-search {
  border-radius: var(--radius-pill);
  border: 1px solid var(--line);
  background: var(--bg);
  padding: 0.65rem 1.1rem;
}

.page-products .na-catalog-search:focus {
  outline: 2px solid var(--accent-gold);
  border-color: var(--accent-gold);
}

/* —— Product cards —— */
.grid-products {
  gap: clamp(1.25rem, 2.5vw, 1.75rem);
}

.card-product {
  border-radius: var(--radius);
  border: 1px solid var(--line);
  background: var(--bg-elevated);
  box-shadow: var(--shadow-sm);
  overflow: hidden;
  transition: transform 0.35s var(--ease-out), box-shadow 0.35s;
}

.card-product:hover {
  transform: translateY(-5px);
  box-shadow: var(--shadow-md);
  border-color: color-mix(in srgb, var(--accent-gold) 30%, var(--line));
}

.card-product__body {
  padding: 1.1rem 1.15rem 1.25rem;
}

.card-product__body h3,
.card-product__title-link {
  font-family: var(--font-serif);
  font-size: 1.15rem;
  font-weight: 600;
  text-decoration: none;
  color: var(--ink);
}

.card-product__title-link:hover {
  color: var(--accent);
}

.card-product__meta {
  font-size: 0.8rem;
  color: var(--ink-muted);
}

.card-product__main-stage {
  background: var(--bg-warm);
}

/* —— Footer —— */
.site-footer {
  background: var(--brand-blue);
  border-top: none;
  color: rgba(255, 255, 255, 0.85);
  padding-top: clamp(2.5rem, 5vw, 3.5rem);
}

.site-footer a {
  color: rgba(255, 255, 255, 0.75);
  text-decoration: none;
}

.site-footer a:hover {
  color: #fff;
}

.site-footer .logo--rosyvely .logo__rosyv {
  color: #e8b4bc;
}

.site-footer .logo--rosyvely .logo__ely {
  color: #fff;
}

.site-footer .logo--rosyvely .logo__furniture {
  color: rgba(255, 255, 255, 0.7);
}

.site-footer__bar {
  border-top-color: rgba(255, 255, 255, 0.12);
  color: rgba(255, 255, 255, 0.5);
}

/* —— Contact —— */
.page-contact .contact-intro__title {
  font-size: clamp(2.5rem, 6vw, 3.5rem);
}

.page-contact .contact-tile {
  background: var(--bg-elevated);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: var(--shadow-sm);
}

.page-contact .contact-btn--primary {
  background: linear-gradient(135deg, var(--accent), #7a2230);
}

/* —— PDP —— */
.na-fnm-pdp-layout,
.na-pdp-layout--amazon {
  gap: clamp(1.5rem, 4vw, 3rem);
}

.na-fnm-pdp-stage,
.na-fnm-pdp-hero-img-wrap {
  border-radius: var(--radius);
  background: var(--bg-warm);
  border: 1px solid var(--line);
  overflow: hidden;
}

.na-fnm-detail-title,
.na-fnm-pdp-title {
  font-family: var(--font-serif);
  font-size: clamp(1.75rem, 4vw, 2.5rem);
  font-weight: 600;
}

.na-fnm-pdp-buybox {
  border-radius: var(--radius);
  border: 1px solid var(--line);
  background: var(--bg-elevated);
  box-shadow: var(--shadow-sm);
  padding: 1.5rem;
}

.na-fnm-pdp-thumb {
  border-radius: var(--radius-sm);
  border: 2px solid transparent;
}

.na-fnm-pdp-thumb.is-active,
.na-fnm-pdp-thumb:hover {
  border-color: var(--accent-gold);
}

/* —— Workshop card on products —— */
.page-products .contact-card {
  border-radius: var(--radius);
  border: 1px solid var(--line);
  background: linear-gradient(145deg, var(--bg-elevated), var(--bg-warm));
  box-shadow: var(--shadow-md);
  padding: clamp(1.75rem, 4vw, 2.5rem);
  text-align: center;
}

.page-products .contact-card h2 {
  font-size: clamp(1.5rem, 3vw, 2rem);
}
