:root {
  --blue-900: #06366c;
  --blue-800: #074f91;
  --blue-700: #0079bd;
  --blue-600: #009cdb;
  --blue-100: #dff5ff;
  --pink: #e5268f;
  --purple: #7434b5;
  --lime: #a8d61d;
  --green: #178c54;
  --gold: #c69b37;
  --cream: #f8f5e9;
  --surface: #fff;
  --text: #15263b;
  --muted: #68778a;
  --border: rgba(6, 54, 108, 0.12);
  --shadow-sm: 0 10px 30px rgba(6, 54, 108, 0.08);
  --shadow-md: 0 22px 55px rgba(6, 54, 108, 0.15);
  --shadow-lg: 0 30px 80px rgba(6, 54, 108, 0.22);
  --radius-sm: 16px;
  --radius-md: 26px;
  --radius-lg: 42px;
  --container: 1240px;
  --transition: 220ms ease;
}
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
}
body {
  margin: 0;
  min-height: 100vh;
  overflow-x: hidden;
  color: var(--text);
  background: radial-gradient(
      circle at 0 0,
      rgba(0, 156, 219, 0.12),
      transparent 27rem
    ),
    radial-gradient(
      circle at 100% 18%,
      rgba(229, 38, 143, 0.08),
      transparent 25rem
    ),
    #fbfcfd;
  font-family: Montserrat, sans-serif;
}
body.no-scroll {
  overflow: hidden;
}
img {
  display: block;
  max-width: 100%;
  height: auto;
}
button,
input,
select {
  font: inherit;
}
button {
  border: 0;
  cursor: pointer;
}
a {
  color: inherit;
  text-decoration: none;
}
.container {
  width: min(calc(100% - 40px), var(--container));
  margin-inline: auto;
}
.screen-reader-text {
  position: absolute !important;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.screen-reader-text:focus {
  width: auto;
  height: auto;
  top: 10px;
  left: 10px;
  z-index: 9999;
  padding: 12px 16px;
  clip: auto;
  background: #fff;
  color: #000;
}
.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: var(--blue-700);
  font-size: 0.76rem;
  font-weight: 900;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}
.eyebrow:before {
  width: 26px;
  height: 3px;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--pink), var(--blue-600));
  content: "";
}
.section-title {
  margin: 12px 0 0;
  color: var(--blue-900);
  font-family: "Bree Serif", serif;
  font-size: clamp(2rem, 4vw, 3.5rem);
  font-weight: 400;
  line-height: 0.98;
}
.section-description {
  max-width: 660px;
  margin: 18px 0 0;
  color: var(--muted);
  font-size: 1rem;
  line-height: 1.75;
}
.topbar {
  position: relative;
  z-index: 60;
  padding: 9px 15px;
  color: #fff;
  background: linear-gradient(
    90deg,
    var(--blue-900),
    var(--blue-700),
    var(--pink)
  );
  font-size: 0.78rem;
  font-weight: 700;
  text-align: center;
}
.site-header {
  position: sticky;
  z-index: 50;
  top: 0;
  border-bottom: 1px solid rgba(6, 54, 108, 0.08);
  background: rgba(255, 255, 255, 0.84);
  backdrop-filter: blur(20px);
  transition: box-shadow var(--transition);
}
.site-header.scrolled {
  box-shadow: 0 12px 35px rgba(6, 54, 108, 0.1);
}
.header-content {
  display: flex;
  min-height: 82px;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
}
.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  flex-shrink: 0;
}
.brand-logo img {
  display: block;
  max-width: 210px;
  max-height: 62px;
  width: auto;
}
.brand-symbol {
  display: grid;
  width: 52px;
  height: 52px;
  position: relative;
  place-items: center;
  overflow: hidden;
  border-radius: 18px 8px;
  color: #fff;
  background: linear-gradient(145deg, var(--blue-600), var(--blue-900));
  box-shadow: 0 12px 22px rgba(0, 121, 189, 0.24);
  font-family: "Bree Serif", serif;
  font-size: 1.45rem;
  transform: rotate(-4deg);
}
.brand-symbol:after {
  position: absolute;
  width: 42px;
  height: 3px;
  right: -12px;
  bottom: 12px;
  border-radius: 999px;
  background: var(--pink);
  content: "";
  transform: rotate(-28deg);
}
.brand-text {
  display: flex;
  flex-direction: column;
}
.brand-name {
  color: var(--blue-700);
  font-family: "Bree Serif", serif;
  font-size: 1.55rem;
  line-height: 0.9;
}
.brand-subtitle {
  margin-top: 6px;
  color: var(--pink);
  font-size: 0.58rem;
  font-weight: 900;
  letter-spacing: 0.24em;
  text-transform: uppercase;
}
.nav-menu {
  display: flex;
  align-items: center;
  gap: 30px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.nav-menu a {
  position: relative;
  display: block;
  padding: 30px 0;
  color: var(--blue-900);
  font-size: 0.83rem;
  font-weight: 800;
}
.nav-menu a:after {
  position: absolute;
  width: 0;
  height: 3px;
  bottom: 20px;
  left: 50%;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--blue-600), var(--pink));
  content: "";
  transition: width var(--transition), left var(--transition);
}
.nav-menu a:hover:after,
.current-menu-item > a:after {
  width: 100%;
  left: 0;
}
.header-actions {
  display: flex;
  align-items: center;
  gap: 10px;
}
.icon-button {
  display: grid;
  width: 46px;
  height: 46px;
  position: relative;
  place-items: center;
  border: 1px solid var(--border);
  border-radius: 15px;
  color: var(--blue-900);
  background: #fff;
  transition: transform var(--transition), box-shadow var(--transition),
    color var(--transition);
}
.icon-button:hover {
  color: var(--pink);
  box-shadow: var(--shadow-sm);
  transform: translateY(-2px);
}
svg {
  width: 1.3em;
  height: 1.3em;
  stroke-width: 1.8;
}
.counter {
  display: grid;
  min-width: 19px;
  height: 19px;
  position: absolute;
  top: -5px;
  right: -5px;
  place-items: center;
  border: 2px solid #fff;
  border-radius: 99px;
  color: #fff;
  background: var(--pink);
  font-size: 0.62rem;
  font-weight: 900;
}
.menu-button {
  display: none;
}
.mobile-nav {
  display: none;
  position: fixed;
  z-index: 90;
  inset: 0;
  padding: 110px 28px 40px;
  background: rgba(6, 54, 108, 0.98);
  opacity: 0;
  pointer-events: none;
  transition: opacity var(--transition);
}
.mobile-nav.open {
  opacity: 1;
  pointer-events: auto;
}
.mobile-nav .nav-menu,
.mobile-nav-links {
  display: grid;
  gap: 8px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.mobile-nav .nav-menu a,
.mobile-nav-links a {
  padding: 16px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  color: #fff;
  font-family: "Bree Serif", serif;
  font-size: 1.8rem;
}
.mobile-close {
  display: grid;
  width: 48px;
  height: 48px;
  position: absolute;
  top: 28px;
  right: 28px;
  place-items: center;
  border-radius: 15px;
  color: var(--blue-900);
  background: #fff;
}
.hero {
  position: relative;
  min-height: 740px;
  overflow: hidden;
  background: linear-gradient(
    110deg,
    rgba(249, 251, 247, 0.98),
    rgba(246, 252, 255, 0.91) 48%,
    rgba(225, 247, 255, 0.84)
  );
}
.hero:before {
  position: absolute;
  width: 500px;
  height: 500px;
  top: -250px;
  right: -120px;
  border: 1px solid rgba(0, 121, 189, 0.14);
  border-radius: 50%;
  box-shadow: 0 0 0 55px rgba(0, 121, 189, 0.04),
    0 0 0 110px rgba(229, 38, 143, 0.025);
  content: "";
}
.hero-grid {
  display: grid;
  min-height: 740px;
  position: relative;
  z-index: 2;
  grid-template-columns: 0.92fr 1.08fr;
  align-items: center;
  gap: 60px;
}
.hero-copy {
  padding: 80px 0;
}
.hero-tag {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  padding: 9px 15px;
  border: 1px solid rgba(0, 121, 189, 0.14);
  border-radius: 999px;
  color: var(--blue-800);
  background: rgba(255, 255, 255, 0.7);
  box-shadow: 0 8px 25px rgba(6, 54, 108, 0.07);
  font-size: 0.73rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.hero-tag span {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--lime);
  box-shadow: 0 0 0 5px rgba(168, 214, 29, 0.18);
}
.hero h1 {
  max-width: 690px;
  margin: 26px 0 0;
  color: var(--blue-900);
  font-family: "Bree Serif", serif;
  font-size: clamp(3.5rem, 7vw, 6.6rem);
  font-weight: 400;
  letter-spacing: -0.055em;
  line-height: 0.88;
}
.hero-description {
  max-width: 580px;
  margin: 30px 0 0;
  color: var(--muted);
  font-size: 1.05rem;
  line-height: 1.8;
}
.hero-actions {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-top: 38px;
  flex-wrap: wrap;
}
.button {
  display: inline-flex;
  min-height: 54px;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 0 23px;
  border-radius: 16px;
  font-size: 0.86rem;
  font-weight: 900;
  transition: transform var(--transition), box-shadow var(--transition),
    background var(--transition);
}
.button-primary {
  color: #fff;
  background: linear-gradient(135deg, var(--blue-700), var(--blue-900));
  box-shadow: 0 16px 30px rgba(0, 121, 189, 0.23);
}
.button-primary:hover,
.button-secondary:hover,
.button-whatsapp:hover {
  box-shadow: 0 20px 35px rgba(0, 121, 189, 0.3);
  transform: translateY(-3px);
}
.button-secondary {
  border: 1px solid var(--border);
  color: var(--blue-900);
  background: #fff;
}
.button-whatsapp {
  color: #fff;
  background: linear-gradient(135deg, #20a860, #08793e);
  box-shadow: 0 15px 30px rgba(23, 140, 84, 0.23);
}
.hero-features {
  display: flex;
  gap: 24px;
  margin-top: 42px;
  flex-wrap: wrap;
}
.hero-features span {
  display: flex;
  align-items: center;
  gap: 9px;
  color: var(--blue-900);
  font-size: 0.77rem;
  font-weight: 800;
}
.hero-features svg {
  box-sizing: content-box;
  padding: 8px;
  border-radius: 11px;
  color: var(--blue-700);
  background: var(--blue-100);
}
.hero-visual {
  min-height: 650px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.hero-photo-frame {
  width: min(100%, 610px);
  height: 590px;
  position: relative;
  overflow: hidden;
  border: 9px solid rgba(255, 255, 255, 0.7);
  border-radius: 62px 20px;
  box-shadow: var(--shadow-lg);
  transform: rotate(1.5deg);
}
.hero-photo-frame:after {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 50%, rgba(6, 54, 108, 0.17));
  content: "";
}
.hero-photo-frame img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.floating-card {
  position: absolute;
  z-index: 5;
  border: 1px solid rgba(255, 255, 255, 0.8);
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: var(--shadow-md);
  backdrop-filter: blur(18px);
  animation: float 5s ease-in-out infinite;
}
.floating-rating {
  display: flex;
  left: -26px;
  bottom: 80px;
  align-items: center;
  gap: 14px;
  padding: 15px;
}
.floating-rating > strong {
  display: grid;
  width: 48px;
  height: 48px;
  place-items: center;
  border-radius: 15px;
  color: #fff;
  background: linear-gradient(145deg, var(--gold), #e9bd4b);
  font-family: "Bree Serif", serif;
}
.floating-card span {
  display: grid;
  gap: 4px;
  font-size: 0.75rem;
}
.floating-card small {
  color: var(--muted);
}
.floating-rating small {
  color: #ffb11b;
}
.floating-fragrance {
  display: flex;
  top: 45px;
  right: -10px;
  align-items: center;
  gap: 12px;
  padding: 13px 17px;
  animation-delay: 1s;
}
.floating-fragrance i {
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: var(--pink);
  box-shadow: 0 0 0 6px rgba(229, 38, 143, 0.12);
}
@keyframes float {
  50% {
    transform: translateY(-12px);
  }
}
.marquee {
  overflow: hidden;
  color: #fff;
  background: var(--blue-900);
  transform: rotate(-1deg) scale(1.02);
}
.marquee-track {
  display: flex;
  width: max-content;
  padding: 14px 0;
  animation: marquee 26s linear infinite;
}
.marquee span {
  display: inline-flex;
  align-items: center;
  gap: 20px;
  padding: 0 30px;
  font-family: "Bree Serif", serif;
  white-space: nowrap;
}
.marquee span:after {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: var(--lime);
  content: "";
}
@keyframes marquee {
  to {
    transform: translateX(-50%);
  }
}
.categories-section {
  padding: 130px 0 60px;
}
.category-grid {
  display: grid;
  margin-top: 42px;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}
.category-card {
  min-height: 270px;
  position: relative;
  overflow: hidden;
  padding: 28px;
  border: 1px solid var(--border);
  border-radius: var(--radius-md);
  background: #fff;
  box-shadow: var(--shadow-sm);
  transition: transform var(--transition), box-shadow var(--transition);
}
.category-card:hover {
  box-shadow: var(--shadow-md);
  transform: translateY(-8px);
}
.category-card:after {
  position: absolute;
  width: 190px;
  height: 190px;
  right: -55px;
  bottom: -60px;
  border-radius: 50%;
  background: var(--category-soft);
  content: "";
  transition: transform 0.5s;
}
.category-card:hover:after {
  transform: scale(1.24);
}
.category-number {
  position: relative;
  z-index: 2;
  color: var(--category);
  font-size: 0.64rem;
  font-weight: 900;
  letter-spacing: 0.12em;
}
.category-icon {
  display: grid;
  width: 58px;
  height: 58px;
  position: relative;
  z-index: 2;
  margin-top: 26px;
  place-items: center;
  border-radius: 18px;
  color: #fff;
  background: var(--category);
  box-shadow: 0 12px 22px var(--category-soft);
}
.category-card h3 {
  position: relative;
  z-index: 2;
  margin: 25px 0 0;
  color: var(--blue-900);
  font-family: "Bree Serif", serif;
  font-size: 1.38rem;
  font-weight: 400;
}
.category-card p {
  max-width: 230px;
  position: relative;
  z-index: 2;
  margin: 10px 0 0;
  color: var(--muted);
  font-size: 0.76rem;
  line-height: 1.6;
}
.category-arrow {
  display: grid;
  width: 42px;
  height: 42px;
  position: absolute;
  z-index: 3;
  right: 20px;
  bottom: 20px;
  place-items: center;
  border-radius: 50%;
  color: var(--category);
  background: #fff;
  box-shadow: var(--shadow-sm);
}
.catalog-section {
  padding: 90px 0 120px;
}
.catalog-header {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 35px;
}
.catalog-count {
  flex-shrink: 0;
  padding: 12px 17px;
  border: 1px solid var(--border);
  border-radius: 999px;
  color: var(--blue-800);
  background: #fff;
  font-size: 0.75rem;
  font-weight: 800;
  box-shadow: var(--shadow-sm);
}
.catalog-tools {
  display: grid;
  margin-top: 42px;
  grid-template-columns: minmax(260px, 1fr) auto;
  align-items: center;
  gap: 20px;
}
.search-box {
  display: flex;
  min-height: 60px;
  align-items: center;
  gap: 12px;
  padding: 0 18px;
  border: 1px solid var(--border);
  border-radius: 18px;
  background: #fff;
  box-shadow: var(--shadow-sm);
}
.search-box:focus-within {
  border-color: rgba(0, 121, 189, 0.5);
  box-shadow: 0 0 0 4px rgba(0, 121, 189, 0.08);
}
.search-box svg {
  color: var(--blue-700);
}
.search-box input {
  width: 100%;
  border: 0;
  outline: 0;
  color: var(--text);
  background: transparent;
  font-size: 0.9rem;
}
.sort-select {
  min-height: 60px;
  padding: 0 44px 0 18px;
  border: 1px solid var(--border);
  border-radius: 18px;
  outline: none;
  color: var(--blue-900);
  background: #fff;
  box-shadow: var(--shadow-sm);
  font-size: 0.8rem;
  font-weight: 800;
}
.filters {
  display: flex;
  gap: 10px;
  margin-top: 22px;
  overflow-x: auto;
  padding: 2px 2px 8px;
  scrollbar-width: none;
}
.filter-button {
  flex-shrink: 0;
  padding: 12px 18px;
  border: 1px solid var(--border);
  border-radius: 999px;
  color: var(--blue-900);
  background: #fff;
  font-size: 0.74rem;
  font-weight: 800;
}
.filter-button.active {
  border-color: transparent;
  color: #fff;
  background: linear-gradient(135deg, var(--blue-700), var(--blue-900));
  box-shadow: 0 10px 25px rgba(0, 121, 189, 0.22);
}
.product-grid {
  display: grid;
  margin-top: 34px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
}
.product-card {
  position: relative;
  overflow: hidden;
  border: 1px solid var(--border);
  border-radius: var(--radius-md);
  background: #fff;
  box-shadow: var(--shadow-sm);
  transition: transform var(--transition), box-shadow var(--transition);
}
.product-card[hidden] {
  display: none;
}
.product-card:hover {
  box-shadow: var(--shadow-md);
  transform: translateY(-7px);
}
.product-image {
  height: 330px;
  position: relative;
  overflow: hidden;
  margin: 10px;
  border-radius: 20px;
  background: linear-gradient(145deg, #fff, var(--product-soft));
}
.product-image:before {
  position: absolute;
  width: 240px;
  height: 240px;
  top: 45%;
  left: 50%;
  border-radius: 50%;
  background: var(--product-soft);
  content: "";
  filter: blur(5px);
  transform: translate(-50%, -50%);
}
.product-image img {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 2;
  object-fit: cover;
  transition: transform 0.6s;
}
.product-card:hover .product-image img {
  transform: scale(1.045);
}
.product-badge {
  position: absolute;
  z-index: 4;
  top: 16px;
  left: 16px;
  padding: 8px 11px;
  border-radius: 999px;
  color: #fff;
  background: var(--badge-color, var(--pink));
  box-shadow: 0 8px 18px rgba(6, 54, 108, 0.14);
  font-size: 0.61rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.favorite-button {
  display: grid;
  width: 42px;
  height: 42px;
  position: absolute;
  z-index: 4;
  top: 15px;
  right: 15px;
  place-items: center;
  border-radius: 50%;
  color: var(--blue-900);
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 8px 20px rgba(6, 54, 108, 0.1);
}
.favorite-button.active {
  color: var(--pink);
}
.favorite-button.active svg {
  fill: currentColor;
}
.product-content {
  padding: 16px 24px 25px;
}
.product-category {
  color: var(--blue-700);
  font-size: 0.64rem;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}
.product-content h3 {
  margin: 8px 0 0;
  color: var(--blue-900);
  font-family: "Bree Serif", serif;
  font-size: 1.55rem;
  font-weight: 400;
  line-height: 1.1;
}
.product-content > p {
  min-height: 62px;
  margin: 11px 0 0;
  color: var(--muted);
  font-size: 0.76rem;
  line-height: 1.65;
}
.product-meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-top: 18px;
  padding-top: 17px;
  border-top: 1px solid var(--border);
}
.product-meta > span {
  display: flex;
  align-items: center;
  gap: 8px;
  color: var(--blue-900);
  font-size: 0.72rem;
  font-weight: 800;
}
.details-button {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  padding: 10px 13px;
  border-radius: 12px;
  color: #fff;
  background: var(--blue-900);
  font-size: 0.7rem;
  font-weight: 900;
}
.details-button:hover {
  background: var(--pink);
}
.no-results {
  display: none;
  margin-top: 35px;
  padding: 70px 20px;
  border: 1px dashed rgba(6, 54, 108, 0.22);
  border-radius: var(--radius-md);
  text-align: center;
  background: rgba(255, 255, 255, 0.7);
}
.no-results.visible {
  display: block;
}
.no-results > div {
  display: grid;
  width: 70px;
  height: 70px;
  margin: auto;
  place-items: center;
  border-radius: 22px;
  color: var(--blue-700);
  background: var(--blue-100);
}
.no-results h3 {
  margin: 20px 0 0;
  color: var(--blue-900);
  font-family: "Bree Serif", serif;
  font-size: 1.6rem;
  font-weight: 400;
}
.no-results p {
  color: var(--muted);
}
.product-modal {
  display: grid;
  position: fixed;
  z-index: 100;
  inset: 0;
  place-items: center;
  padding: 24px;
  background: rgba(4, 26, 52, 0.68);
  opacity: 0;
  pointer-events: none;
  backdrop-filter: blur(8px);
  transition: opacity var(--transition);
}
.product-modal.open {
  opacity: 1;
  pointer-events: auto;
}
.modal-dialog {
  display: grid;
  width: min(100%, 980px);
  max-height: calc(100vh - 48px);
  position: relative;
  overflow: auto;
  grid-template-columns: 0.95fr 1.05fr;
  border-radius: 34px;
  background: #fff;
  box-shadow: var(--shadow-lg);
  transform: translateY(25px) scale(0.97);
  transition: transform var(--transition);
}
.product-modal.open .modal-dialog {
  transform: translateY(0) scale(1);
}
.modal-close {
  display: grid;
  width: 44px;
  height: 44px;
  position: absolute;
  z-index: 8;
  top: 18px;
  right: 18px;
  place-items: center;
  border-radius: 14px;
  color: var(--blue-900);
  background: #fff;
  box-shadow: var(--shadow-sm);
}
.modal-image {
  overflow: hidden;
  border-radius: 34px 0 0 34px;
  background: #ffffff;
  text-align: center;
}
.modal-image img {
  width: 350px;
  height: auto;
  /* object-fit: cover; */
  display: inline-block;
}
.modal-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 55px;
}
.modal-category {
  color: var(--blue-700);
  font-size: 0.68rem;
  font-weight: 900;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}
.modal-content h2 {
  margin: 12px 0 0;
  color: var(--blue-900);
  font-family: "Bree Serif", serif;
  font-size: clamp(2.4rem, 4vw, 4rem);
  font-weight: 400;
  line-height: 0.98;
}
.modal-description {
  margin: 22px 0 0;
  color: var(--muted);
  font-size: 0.88rem;
  line-height: 1.8;
}
.modal-notes {
  margin-top: 25px;
  padding: 18px;
  border-radius: 17px;
  background: var(--cream);
}
.modal-notes strong,
.modal-notes span {
  display: block;
}
.modal-notes span {
  margin-top: 7px;
  color: var(--muted);
  font-size: 0.77rem;
  line-height: 1.55;
}
.modal-info-grid {
  display: grid;
  margin-top: 24px;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
}
.modal-info-grid > div {
  padding: 15px;
  border: 1px solid var(--border);
  border-radius: 15px;
}
.modal-info-grid small {
  display: block;
  color: var(--muted);
  font-size: 0.62rem;
  font-weight: 700;
  text-transform: uppercase;
}
.modal-info-grid strong {
  display: block;
  margin-top: 5px;
  color: var(--blue-900);
  font-size: 0.78rem;
}
.modal-actions {
  display: flex;
  gap: 12px;
  margin-top: 30px;
  align-items: center;
  flex-wrap: wrap;
}
.text-link {
  color: var(--blue-700);
  font-size: 0.75rem;
  font-weight: 800;
  text-decoration: underline;
}
.brand-section {
  padding: 0 0 120px;
}
.brand-panel {
  display: grid;
  min-height: 560px;
  position: relative;
  overflow: hidden;
  grid-template-columns: 1fr 1fr;
  border-radius: var(--radius-lg);
  color: #fff;
  background: linear-gradient(
    135deg,
    rgba(4, 45, 92, 0.96),
    rgba(0, 121, 189, 0.91)
  );
  box-shadow: var(--shadow-lg);
}
.brand-content {
  position: relative;
  z-index: 2;
  padding: 80px 70px;
}
.brand-content .eyebrow {
  color: #9fe5ff;
}
.brand-content h2 {
  max-width: 600px;
  margin: 17px 0 0;
  font-family: "Bree Serif", serif;
  font-size: clamp(2.6rem, 5vw, 4.8rem);
  font-weight: 400;
  line-height: 0.95;
}
.brand-content p {
  max-width: 540px;
  margin: 26px 0 0;
  color: rgba(255, 255, 255, 0.78);
  font-size: 0.93rem;
  line-height: 1.8;
}
.brand-stats {
  display: flex;
  gap: 40px;
  margin-top: 42px;
  flex-wrap: wrap;
}
.brand-stats span {
  display: grid;
  color: rgba(255, 255, 255, 0.7);
  font-size: 0.67rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
.brand-stats strong {
  color: #fff;
  font-family: "Bree Serif", serif;
  font-size: 2.3rem;
  font-weight: 400;
}
.brand-image {
  min-height: 560px;
  position: relative;
  overflow: hidden;
}
.brand-image:after {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, var(--blue-800), transparent 36%);
  content: "";
}
.brand-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.contact-section {
  padding: 0 0 120px;
}
.contact-card {
  display: flex;
  min-height: 260px;
  position: relative;
  overflow: hidden;
  align-items: center;
  justify-content: space-between;
  gap: 45px;
  padding: 55px 65px;
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  background: linear-gradient(
    120deg,
    rgba(255, 255, 255, 0.98),
    rgba(222, 246, 255, 0.96)
  );
  box-shadow: var(--shadow-md);
}
.contact-card h2 {
  max-width: 680px;
  margin: 12px 0 0;
  color: var(--blue-900);
  font-family: "Bree Serif", serif;
  font-size: clamp(2rem, 4vw, 3.5rem);
  font-weight: 400;
  line-height: 1;
}
.contact-card p {
  max-width: 680px;
  color: var(--muted);
  line-height: 1.7;
}
.site-footer {
  position: relative;
  overflow: hidden;
  padding: 70px 0 30px;
  color: rgba(255, 255, 255, 0.75);
  background: var(--blue-900);
}
.footer-grid {
  display: grid;
  grid-template-columns: 1.2fr 0.7fr 0.7fr 1fr;
  gap: 45px;
}
.footer-brand .brand-name {
  color: #fff;
}
.footer-description {
  max-width: 360px;
  margin-top: 24px;
  font-size: 0.78rem;
  line-height: 1.75;
}
.site-footer h4 {
  color: #fff;
  font-size: 0.76rem;
  font-weight: 900;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.site-footer .nav-menu a{
  color: #fff;
}
.footer-links {
  display: grid;
  gap: 13px;
  margin: 22px 0 0;
  padding: 0;
  list-style: none;
}
.footer-links .nav-menu {
  display: grid;
  gap: 13px;
}
.footer-links .nav-menu a,
.footer-links a {
  width: fit-content;
  padding: 0;
  color: rgba(255, 255, 255, 0.75);
  font-size: 0.75rem;
}
.footer-links .nav-menu a:after {
  display: none;
}
.social-list {
  display: flex;
  gap: 10px;
  margin-top: 24px;
}
.social-link {
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 13px;
  color: #fff;
  background: rgba(255, 255, 255, 0.05);
  font-size: 0.65rem;
  font-weight: 900;
}
.footer-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  margin-top: 60px;
  padding-top: 24px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  font-size: 0.65rem;
}
.page-hero {
  padding: 100px 0 70px;
  background: linear-gradient(120deg, #f8fbff, #e7f7fe);
}
.page-hero h1 {
  max-width: 900px;
  margin: 15px 0 0;
  color: var(--blue-900);
  font-family: "Bree Serif", serif;
  font-size: clamp(3rem, 7vw, 6rem);
  font-weight: 400;
  line-height: 0.95;
}
.page-hero p,
.term-description {
  max-width: 760px;
  color: var(--muted);
  line-height: 1.8;
}
.generic-content,
.product-body {
  padding: 80px 0 120px;
}
.content-narrow {
  max-width: 850px;
}
.content-narrow {
  font-size: 1rem;
  line-height: 1.8;
}
.generic-card {
  padding: 28px 0;
  border-bottom: 1px solid var(--border);
}
.generic-card h2 {
  font-family: "Bree Serif", serif;
  color: var(--blue-900);
}
.single-product-hero {
  padding: 80px 0;
  background: linear-gradient(120deg, #fff, var(--product-soft));
}
.single-product-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  gap: 70px;
}
.single-product-image {
  overflow: hidden;
  border: 10px solid #fff;
  border-radius: 52px 18px;
  box-shadow: var(--shadow-lg);
  text-align: center;
  background-color: #fff;
}
.single-product-image img {
  max-width: 350px;
  height: auto;
  display: inline-block;
}
.single-product-content h1 {
  margin: 20px 0 0;
  color: var(--blue-900);
  font-family: "Bree Serif", serif;
  font-size: clamp(3rem, 6vw, 5.8rem);
  font-weight: 400;
  line-height: 0.92;
}
.lead {
  color: var(--muted);
  font-size: 1.05rem;
  line-height: 1.8;
}
.single-product-info {
  display: grid;
  margin: 28px 0;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
}
.single-product-info > div,
.fragrance-box {
  padding: 18px;
  border: 1px solid var(--border);
  border-radius: 17px;
  background: rgba(255, 255, 255, 0.75);
}
.single-product-info small {
  display: block;
  color: var(--muted);
  font-size: 0.62rem;
  text-transform: uppercase;
}
.single-product-info strong {
  display: block;
  margin-top: 7px;
  color: var(--blue-900);
}
.fragrance-box {
  margin-bottom: 28px;
}
.fragrance-box p {
  margin-bottom: 0;
  color: var(--muted);
  line-height: 1.6;
}
.toast {
  display: flex;
  min-width: 290px;
  position: fixed;
  z-index: 120;
  right: 24px;
  bottom: 24px;
  align-items: center;
  gap: 12px;
  padding: 16px 18px;
  border-radius: 16px;
  color: #fff;
  background: var(--blue-900);
  box-shadow: var(--shadow-lg);
  opacity: 0;
  pointer-events: none;
  transform: translateY(25px);
  transition: opacity var(--transition), transform var(--transition);
}
.toast.visible {
  opacity: 1;
  transform: translateY(0);
}
.toast-icon {
  display: grid;
  width: 34px;
  height: 34px;
  place-items: center;
  border-radius: 11px;
  color: var(--blue-900);
  background: var(--lime);
}
.toast strong,
.toast small {
  display: block;
}
.toast small {
  margin-top: 3px;
  color: rgba(255, 255, 255, 0.7);
}
.error-page .button {
  margin-top: 25px;
}
@media (max-width: 1080px) {
  .desktop-nav {
    display: none;
  }
  .menu-button,
  .mobile-nav {
    display: grid;
  }
  .hero-grid {
    min-height: auto;
    grid-template-columns: 1fr;
  }
  .hero-copy {
    text-align: center;
  }
  .hero-description {
    margin-inline: auto;
  }
  .hero-actions,
  .hero-features {
    justify-content: center;
  }
  .category-grid,
  .product-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .brand-panel {
    grid-template-columns: 1fr;
  }
  .brand-image {
    min-height: 430px;
  }
  .footer-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .single-product-grid {
    grid-template-columns: 1fr;
  }
  .single-product-image {
    height: 520px;
  }
}
@media (max-width: 760px) {
  .container {
    width: min(calc(100% - 28px), var(--container));
  }
  .header-content {
    min-height: 72px;
  }
  .brand-symbol {
    width: 45px;
    height: 45px;
  }
  .brand-name {
    font-size: 1.25rem;
  }
  .header-actions .icon-button:first-child {
    display: none;
  }
  .hero-grid {
    gap: 20px;
  }
  .hero-copy {
    padding: 65px 0 10px;
  }
  .hero h1 {
    font-size: clamp(3.2rem, 17vw, 5rem);
  }
  .hero-actions {
    align-items: stretch;
    flex-direction: column;
  }
  .hero-actions .button {
    width: 100%;
  }
  .hero-features {
    display: grid;
    grid-template-columns: 1fr;
  }
  .hero-visual {
    min-height: 510px;
  }
  .hero-photo-frame {
    height: 450px;
    border-width: 6px;
    border-radius: 38px 15px;
  }
  .floating-rating {
    left: 8px;
    bottom: 18px;
  }
  .floating-fragrance {
    top: 15px;
    right: 8px;
  }
  .categories-section {
    padding-top: 100px;
  }
  .category-grid,
  .product-grid {
    grid-template-columns: 1fr;
  }
  .catalog-header {
    align-items: flex-start;
    flex-direction: column;
  }
  .catalog-tools {
    grid-template-columns: 1fr;
  }
  .product-image {
    height: 370px;
  }
  .brand-content {
    padding: 55px 30px;
  }
  .brand-image {
    min-height: 330px;
  }
  .contact-card {
    align-items: flex-start;
    flex-direction: column;
    padding: 45px 28px;
  }
  .contact-card .button {
    width: 100%;
  }
  .footer-grid {
    grid-template-columns: 1fr;
  }
  .footer-bottom {
    align-items: flex-start;
    flex-direction: column;
  }
  .modal-dialog {
    grid-template-columns: 1fr;
    border-radius: 25px;
  }
  .modal-image {
    min-height: 320px;
    border-radius: 25px 25px 0 0;
  }
  .modal-content {
    padding: 35px 24px;
  }
  .modal-info-grid {
    grid-template-columns: 1fr;
  }
  .single-product-image {
    height: 400px;
  }
  .single-product-info {
    grid-template-columns: 1fr;
  }
  .toast {
    min-width: 0;
    right: 14px;
    bottom: 14px;
    left: 14px;
  }
}
