:root {
  --pink-50: #fff7f9;
  --pink-100: #fde8ef;
  --pink-200: #f8d1dd;
  --pink-300: #efadc0;
  --pink-500: #d86988;
  --pink-700: #9f3d5b;
  --beige: #f7efe6;
  --cream: #fffaf5;
  --white: #ffffff;
  --gold: #c8a35a;
  --ink: #34232a;
  --muted: #806873;
  --line: rgba(159, 61, 91, 0.16);
  --shadow: 0 24px 70px rgba(92, 45, 58, 0.16);
}
* { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body { background: var(--cream); color: var(--ink); font-family: "DM Sans", Arial, sans-serif; line-height: 1.55; }
a { color: inherit; text-decoration: none; }
img, svg { display: block; width: 100%; }
.topbar { background: var(--pink-700); color: var(--white); font-size: 13px; font-weight: 800; letter-spacing: 0.08em; padding: 10px 18px; text-align: center; text-transform: uppercase; }
.site-header { background: radial-gradient(circle at 10% 10%, rgba(255,255,255,0.9), transparent 28%), linear-gradient(135deg, var(--pink-100), var(--cream) 54%, #f3c9d5); min-height: 100vh; overflow: hidden; }
.nav { align-items: center; display: flex; gap: 24px; justify-content: space-between; margin: 0 auto; max-width: 1240px; padding: 20px 22px; position: sticky; top: 0; z-index: 20; }
.logo { align-items: center; display: inline-flex; flex: 0 0 auto; }
.site-logo-img { height: auto; max-width: min(240px, 42vw); width: 210px; }
.nav-list { align-items: center; display: flex; flex-wrap: wrap; gap: clamp(12px, 1.7vw, 22px); justify-content: flex-end; list-style: none; }
.nav-list a, .products-toggle { color: var(--ink); font-size: 12px; font-weight: 800; letter-spacing: 0.07em; text-transform: uppercase; white-space: nowrap; }
.nav-list a:hover { color: var(--pink-700); }
.nav-dropdown { position: relative; }
.products-toggle { background: transparent; border: 0; color: var(--ink); cursor: pointer; font-family: inherit; padding: 0; }
.products-toggle::after { content: ""; border-left: 4px solid transparent; border-right: 4px solid transparent; border-top: 5px solid var(--pink-700); display: inline-block; margin-left: 7px; vertical-align: middle; }
.products-menu { background: rgba(255,255,255,0.98); border: 1px solid var(--line); border-radius: 14px; box-shadow: var(--shadow); display: grid; gap: 4px; left: 50%; list-style: none; min-width: 230px; opacity: 0; padding: 12px; pointer-events: none; position: absolute; top: calc(100% + 14px); transform: translate(-50%, 8px); transition: opacity 0.18s ease, transform 0.18s ease; z-index: 40; }
.products-menu a { border-radius: 10px; display: block; padding: 10px 12px; text-align: left; }
.products-menu a:hover { background: var(--pink-100); }
.nav-dropdown:hover .products-menu, .nav-dropdown:focus-within .products-menu, .nav-dropdown.open .products-menu { opacity: 1; pointer-events: auto; transform: translate(-50%, 0); }
.menu-button { background: rgba(255,255,255,0.8); border: 1px solid var(--line); border-radius: 999px; cursor: pointer; display: none; height: 46px; padding: 11px; width: 46px; }
.menu-button span { background: var(--pink-700); display: block; height: 2px; margin: 5px 0; }
.section-shell { margin: 0 auto; max-width: 1180px; padding: 90px 22px; }
.hero { display: grid; gap: 28px; justify-items: center; min-height: calc(100vh - 98px); padding-top: 52px; text-align: center; }
.eyebrow { color: var(--pink-700); font-size: 12px; font-weight: 800; letter-spacing: 0.19em; margin-bottom: 14px; text-transform: uppercase; }
h1, h2, h3 { font-family: "Playfair Display", Georgia, serif; font-weight: 700; line-height: 1.03; }
h1 { font-size: clamp(36px, 5vw, 62px); margin: 0 auto; max-width: 820px; }
h2 { font-size: clamp(34px, 4.7vw, 64px); }
h3 { font-size: 27px; }
.hero-description { color: var(--muted); font-size: clamp(20px, 2.6vw, 32px); font-weight: 700; margin: 0 auto; max-width: 760px; }
.button { align-items: center; border-radius: 999px; display: inline-flex; font-size: 13px; font-weight: 800; justify-content: center; letter-spacing: 0.08em; min-height: 50px; padding: 0 24px; text-transform: uppercase; transition: transform 0.22s ease, box-shadow 0.22s ease; }
.button:hover { transform: translateY(-2px); }
.button-primary { background: var(--pink-700); box-shadow: 0 16px 34px rgba(159,61,91,0.24); color: var(--white); }
.button-light { background: rgba(255,255,255,0.82); border: 1px solid var(--line); color: var(--pink-700); }
.hero-image { background: var(--white); border: 10px solid rgba(255,255,255,0.76); border-radius: 22px; box-shadow: var(--shadow); max-width: 980px; overflow: hidden; width: 100%; }
.hero-image img { aspect-ratio: 21 / 9; height: auto; object-fit: cover; object-position: center; width: 100%; }
.benefits { background: var(--white); border-bottom: 1px solid var(--line); border-top: 1px solid var(--line); display: grid; grid-template-columns: repeat(3, 1fr); }
.benefits div { padding: 24px; text-align: center; }
.benefits div + div { border-left: 1px solid var(--line); }
.benefits strong { color: var(--pink-700); display: block; font-size: 14px; letter-spacing: 0.08em; text-transform: uppercase; }
.benefits span { color: var(--muted); display: block; font-size: 14px; margin-top: 4px; }
.section-title { margin-bottom: 34px; max-width: 760px; }
.category-grid { display: grid; gap: 20px; grid-template-columns: repeat(12, minmax(0, 1fr)); }
.category-card { background: rgba(255,255,255,0.9); border: 1px solid var(--line); border-radius: 14px; box-shadow: 0 18px 48px rgba(92,45,58,0.08); grid-column: span 4; overflow: hidden; transition: transform 0.22s ease, box-shadow 0.22s ease; }
.category-card:hover { box-shadow: var(--shadow); transform: translateY(-6px); }
.category-card:nth-child(7) { grid-column: 5 / span 4; }
.category-card img { aspect-ratio: 5 / 4; height: auto; object-fit: cover; object-position: center; }
.category-card div { padding: 22px; }
.category-card span { color: var(--gold); display: block; font-size: 12px; font-weight: 900; letter-spacing: 0.16em; margin-bottom: 10px; }
.category-card h3 { margin-bottom: 9px; }
.category-card p { color: var(--muted); }
.contact-section { background: var(--white); }
.contact-layout { display: grid; gap: 18px; padding-top: 72px; padding-bottom: 78px; }
.contact-card, .contact-form, .map-card { border: 1px solid var(--line); border-radius: 14px; box-shadow: 0 18px 48px rgba(92,45,58,0.08); overflow: hidden; }
.contact-heading { align-items: center; display: flex; gap: 18px; justify-content: space-between; margin-bottom: 0; max-width: none; }
.contact-heading h2 { font-size: clamp(36px, 4.2vw, 58px); }
.contact-logo { align-items: center; background: rgba(255,255,255,0.82); border: 1px solid rgba(200,163,90,0.42); border-radius: 50%; box-shadow: 0 12px 30px rgba(159,61,91,0.14); display: inline-flex; flex: 0 0 auto; height: 74px; justify-content: center; padding: 9px; width: 74px; }
.contact-logo img { height: 54px; object-fit: contain; width: 54px; }
.contact-row { align-items: start; display: grid; gap: 18px; grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr); width: 100%; }
.contact-card { background: var(--pink-50); padding: 22px; }
.contact-form { background: var(--white); display: flex; flex-direction: column; padding: 22px; }
.contact-form h3 { font-size: clamp(27px, 2.6vw, 38px); margin-bottom: 12px; }
.contact-form label { color: var(--pink-700); font-size: 11px; font-weight: 900; letter-spacing: 0.12em; margin: 10px 0 6px; text-transform: uppercase; }
.contact-form input, .contact-form textarea { min-height: 96px; resize: vertical; }
.contact-form textarea { min-height: 128px; resize: vertical; }
.contact-form button { border: 0; cursor: pointer; margin-top: 14px; width: fit-content; }
.form-note, .form-status { color: var(--muted); font-size: 12px; margin-top: 9px; }
.form-status.is-visible { color: var(--pink-700); font-weight: 800; }
.contact-list { display: grid; gap: 10px; list-style: none; margin-top: 0; }
.contact-list li { border-top: 1px solid var(--line); padding-top: 10px; }
.contact-list span { color: var(--pink-700); display: block; font-size: 12px; font-weight: 900; letter-spacing: 0.14em; text-transform: uppercase; }
.contact-list strong, .contact-list a { display: block; margin-top: 3px; overflow-wrap: anywhere; }
.compact-contact-list { height: 100%; justify-content: center; }
.compact-contact-list li:first-child { border-top: 0; padding-top: 0; }
.map-card iframe { border: 0; display: block; height: 390px; width: 100%; }
.footer { align-items: center; background: var(--ink); color: var(--white); display: flex; gap: 24px; justify-content: space-between; padding: 34px max(22px, calc((100vw - 1180px) / 2 + 22px)); }
.footer-brand { max-width: 460px; }
.footer-logo-img { height: auto; margin-bottom: 8px; max-width: min(260px, 74vw); width: 220px; }
.footer strong { font-family: "Playfair Display", Georgia, serif; font-size: 28px; }
.footer p { color: rgba(255,255,255,0.68); font-size: 14px; margin-top: 4px; }
.footer nav { display: flex; flex-wrap: wrap; gap: 18px; }
.footer a { color: var(--pink-200); font-size: 13px; font-weight: 800; letter-spacing: 0.08em; text-transform: uppercase; }
.reveal { opacity: 0; transform: translateY(26px); transition: opacity 0.65s ease, transform 0.65s ease; }
.reveal.is-visible { opacity: 1; transform: translateY(0); }
@media (max-width: 1020px) {
    .hero { min-height: auto; }
  .hero-image { max-width: 860px; }
  .category-card, .category-card:nth-child(7) { grid-column: span 6; }
  .category-card:nth-child(7) { grid-column: 4 / span 6; }
  .benefits { grid-template-columns: 1fr; }
  .benefits div + div { border-left: 0; border-top: 1px solid var(--line); }
}
@media (max-width: 720px) {
  .contact-row { grid-template-columns: 1fr; }
  .topbar { font-size: 11px; line-height: 1.35; }
  .nav { padding: 16px; }
  .site-logo-img { width: 176px; }

.menu-button { display: block; }
  .nav-list { align-items: stretch; background: rgba(255,255,255,0.97); border: 1px solid var(--line); border-radius: 14px; box-shadow: var(--shadow); display: none; flex-direction: column; gap: 12px; left: 16px; padding: 22px; position: absolute; right: 16px; top: 82px; }
  .nav-list.open { display: flex; }
  .nav-dropdown { width: 100%; }
  .products-toggle { text-align: left; width: 100%; }
  .products-menu { box-shadow: none; display: none; left: auto; margin-top: 10px; min-width: 0; opacity: 1; padding: 8px; pointer-events: auto; position: static; transform: none; width: 100%; }
  .nav-dropdown.open .products-menu { display: grid; transform: none; }
  .section-shell { padding: 68px 16px; }
  .hero { padding-top: 36px; }
  h1 { font-size: clamp(32px, 10vw, 46px); }
  
  .hero-image { border-width: 6px; border-radius: 14px; }
  .hero-image img { aspect-ratio: 4 / 3; }
  .hero-description { font-size: 19px; }
  .category-grid { grid-template-columns: 1fr; }
  .category-card, .category-card:nth-child(7) { grid-column: auto; }
  .category-card img { aspect-ratio: 16 / 11; }
  .map-card iframe { height: 330px; }
  .footer { align-items: flex-start; flex-direction: column; padding: 30px 16px 98px; }
  .contact-layout { padding-top: 58px; padding-bottom: 64px; }
  .contact-heading { align-items: flex-start; flex-direction: column; gap: 12px; }
  .contact-logo { height: 58px; width: 58px; }
  .contact-logo img { height: 46px; width: 46px; }
}

.category-link { color: inherit; display: block; }
.subpage-header { min-height: auto; }
.page-hero { min-height: 360px; padding-bottom: 76px; text-align: center; }
.page-hero h1 { margin-bottom: 18px; }
.page-hero p:not(.eyebrow) { color: var(--muted); font-size: clamp(18px, 2.4vw, 25px); font-weight: 700; margin: 0 auto; max-width: 720px; }
.product-section { padding-top: 84px; }
.product-gallery { align-items: stretch; display: grid; gap: 22px; grid-auto-rows: 1fr; grid-template-columns: repeat(4, minmax(0, 1fr)); }
.product-card { background: rgba(255,255,255,0.92); border: 1px solid var(--line); border-radius: 14px; box-shadow: 0 18px 48px rgba(92,45,58,0.08); display: flex; flex-direction: column; height: 100%; overflow: hidden; }
.product-photo-wrap { align-items: center; aspect-ratio: 4 / 5; background: linear-gradient(135deg, rgba(255,247,249,0.88), rgba(250,235,226,0.72)); cursor: zoom-in; display: flex; justify-content: center; overflow: hidden; padding: 0; }
.product-photo { display: block; height: 100%; object-fit: contain; object-position: center; width: 100%; }
.product-info { display: flex; flex: 1; flex-direction: column; min-height: 174px; padding: 16px 18px 18px; }
.product-info h3 { font-size: 25px; margin-bottom: 8px; }
.product-info p { color: var(--muted); margin-bottom: 0; }

@media (max-width: 1020px) {
  .product-gallery { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 720px) {
  .page-hero { min-height: auto; padding-bottom: 56px; }
  .product-gallery { grid-template-columns: 1fr; }
}
.product-brand { color: var(--pink-700); font-size: 12px; font-weight: 900; letter-spacing: 0.12em; margin-bottom: 9px; text-transform: uppercase; }
.product-placeholder { align-items: center; aspect-ratio: 4 / 5; background: linear-gradient(135deg, var(--pink-50), var(--beige)); color: var(--muted); display: flex; font-weight: 800; justify-content: center; padding: 24px; text-align: center; }
.catalog-message { background: rgba(255,255,255,0.78); border: 1px solid var(--line); border-radius: 14px; color: var(--muted); grid-column: 1 / -1; padding: 24px; text-align: center; }

.product-lightbox { align-items: center; background: rgba(30, 18, 22, 0.82); display: none; inset: 0; justify-content: center; padding: 26px; position: fixed; z-index: 100; }
.product-lightbox.open { display: flex; }
.product-lightbox img { border-radius: 14px; box-shadow: 0 26px 80px rgba(0,0,0,0.35); max-height: 88vh; max-width: min(94vw, 1220px); object-fit: contain; transform: scale(var(--zoom, 1)); transition: transform 0.14s ease; }
.lightbox-close { align-items: center; background: rgba(255,255,255,0.94); border: 1px solid rgba(255,255,255,0.55); border-radius: 999px; color: var(--ink); cursor: pointer; display: flex; font-size: 30px; font-weight: 500; height: 46px; justify-content: center; line-height: 1; position: fixed; right: 22px; top: 22px; width: 46px; z-index: 101; }
.lightbox-close:hover { background: var(--pink-100); }
.lightbox-open { overflow: hidden; }



.global-search { padding-top: 72px; padding-bottom: 56px; }
.search-panel { background: rgba(255,255,255,0.9); border: 1px solid var(--line); border-radius: 16px; box-shadow: 0 18px 48px rgba(92,45,58,0.08); padding: clamp(20px, 3vw, 34px); }
.compact-title { margin-bottom: 22px; }
.compact-title h2 { font-size: clamp(30px, 3.8vw, 48px); }
.search-controls { display: grid; gap: 10px; margin-bottom: 22px; }
.search-controls label { color: var(--pink-700); font-size: 12px; font-weight: 900; letter-spacing: 0.12em; text-transform: uppercase; }
.search-row { display: grid; gap: 12px; grid-template-columns: minmax(0, 1fr) auto; }
.global-product-search { background: var(--white); border: 1px solid var(--line); border-radius: 999px; color: var(--ink); font: inherit; min-height: 50px; outline: none; padding: 0 18px; width: 100%; }
.global-product-search:focus { border-color: var(--pink-700); box-shadow: 0 0 0 3px rgba(159,61,91,0.12); }
.global-search-results:empty { display: none; }
.global-search-results { margin-top: 20px; }

@media (max-width: 720px) {
  .search-row { grid-template-columns: 1fr; }
  .clear-search { width: 100%; }
}
.product-category { color: var(--gold); font-size: 12px; font-weight: 900; letter-spacing: 0.1em; margin-bottom: 8px; text-transform: uppercase; }
