:root {
  --blue: #a2ddf2;
  --pink: #f6a6be;
  --navy: #2d2b7b;
  --cream: #efddc7;
  --ink: #23224f;
  --muted: #696685;
  --red: #ef233c;
  --line: rgba(246, 166, 190, .34);
  --shadow: 0 22px 54px rgba(45, 43, 123, .13);
  --serif: "Cormorant Garamond", Georgia, "Times New Roman", serif;
  --sans: "Nunito Sans", "Segoe UI", Arial, sans-serif;
  --menu-font: "Montserrat", "Nunito Sans", "Segoe UI", Arial, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: var(--sans);
  color: var(--ink);
  background: #fff;
  line-height: 1.55;
}
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, textarea, select { font: inherit; }
.container { width: min(1180px, calc(100% - 40px)); margin: 0 auto; }

.topbar {
  background: linear-gradient(90deg, #fac7d7, var(--pink), #fac7d7);
  color: var(--navy);
  text-align: center;
  font-size: 14px;
  font-family: var(--menu-font);
  font-weight: 700;
  letter-spacing: .18px;
  padding: 8px 16px;
}
.red-heart { color: var(--red); font-weight: 900; }
.site-header {
  position: sticky;
  top: 0;
  z-index: 30;
  background: rgba(255, 255, 255, .94);
  backdrop-filter: blur(14px);
  box-shadow: 0 10px 30px rgba(45, 43, 123, .07);
}
.nav {
  min-height: 108px;
  display: grid;
  grid-template-columns: 170px 1fr auto;
  align-items: center;
  gap: 30px;
}
.brand { display: inline-flex; align-items: center; padding-bottom: 9px; }
.brand img { width: 132px; }
.menu {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: clamp(18px, 3vw, 40px);
  color: var(--navy);
  font-family: var(--menu-font);
  font-size: 14px;
  font-weight: 600;
  letter-spacing: .5px;
  line-height: 1.1;
  text-transform: uppercase;
}
.menu a { position: relative; padding: 10px 0; }
.menu a::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 2px;
  width: 0;
  height: 2px;
  border-radius: 10px;
  background: var(--pink);
  transition: .22s ease;
  transform: translateX(-50%);
}
.menu a:hover::after,
.menu a.is-active::after { width: 100%; }
.nav-actions { display: flex; align-items: center; gap: 14px; color: var(--navy); }
.icon-btn {
  width: 38px;
  height: 38px;
  display: grid;
  place-items: center;
  border: 0;
  background: transparent;
  color: var(--navy);
  position: relative;
  cursor: pointer;
}
.icon-btn svg { width: 24px; height: 24px; stroke: currentColor; fill: none; stroke-width: 1.8; }
.header-search {
  display: flex;
  align-items: center;
  height: 42px;
  border: 1px solid rgba(45, 43, 123, .14);
  border-radius: 999px;
  background: rgba(255, 255, 255, .82);
  box-shadow: 0 10px 24px rgba(45, 43, 123, .07);
  overflow: hidden;
  transition: border-color .2s ease, box-shadow .2s ease;
}
.header-search:focus-within {
  border-color: rgba(246, 166, 190, .9);
  box-shadow: 0 12px 28px rgba(246, 166, 190, .18);
}
.header-search input {
  width: clamp(130px, 13vw, 190px);
  border: 0;
  background: transparent;
  color: var(--navy);
  font: 800 13px/1 var(--body-font);
  padding: 0 0 0 16px;
  outline: 0;
}
.header-search input::placeholder { color: rgba(45, 43, 123, .52); }
.quote-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 0 18px;
  border-radius: 999px;
  background: linear-gradient(135deg, var(--pink), var(--red));
  color: #fff;
  font: 900 13px/1 var(--body-font);
  box-shadow: 0 13px 28px rgba(255, 77, 109, .23);
  transition: transform .2s ease, box-shadow .2s ease;
}
.quote-btn:hover { transform: translateY(-2px); box-shadow: 0 16px 34px rgba(255, 77, 109, .3); }
.badge {
  position: absolute;
  right: 3px;
  top: 1px;
  min-width: 16px;
  height: 16px;
  border-radius: 99px;
  display: grid;
  place-items: center;
  background: var(--red);
  color: #fff;
  font-size: 10px;
  font-weight: 900;
  padding: 0 4px;
}
.mobile-menu, .mobile-nav { display: none; }
.mobile-nav {
  border-top: 1px solid rgba(246, 166, 190, .3);
  background: rgba(255, 255, 255, .98);
  box-shadow: 0 18px 32px rgba(45, 43, 123, .08);
}
.mobile-nav-inner {
  display: grid;
  gap: 2px;
  padding: 10px 0 16px;
  color: var(--navy);
  font-family: var(--menu-font);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: .45px;
  text-transform: uppercase;
}
.mobile-nav a {
  display: flex;
  align-items: center;
  min-height: 42px;
  border-radius: 8px;
  padding: 0 14px;
}
.mobile-nav a:hover,
.mobile-nav a.is-active { background: #fff1f6; color: #d95680; }

.page-hero {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 8% 18%, rgba(246, 166, 190, .28), transparent 20%),
    radial-gradient(circle at 92% 78%, rgba(162, 221, 242, .34), transparent 22%),
    linear-gradient(110deg, #fff9fb 0%, #fff 52%, #fff7f2 100%);
}
.page-hero::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(246, 166, 190, .55), transparent);
}
.about-hero {
  min-height: 560px;
  background:
    radial-gradient(circle at 12% 18%, rgba(255, 255, 255, .58), transparent 21%),
    radial-gradient(circle at 82% 24%, rgba(162, 221, 242, .48), transparent 29%),
    radial-gradient(circle at 74% 86%, rgba(246, 166, 190, .36), transparent 26%),
    linear-gradient(112deg, #f7bad0 0%, #f9d8e4 36%, #d8f3fb 72%, #bfe9f5 100%);
  border-bottom: 1px solid rgba(45, 43, 123, .12);
}
.about-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, .52) 0%, rgba(255, 255, 255, .18) 48%, rgba(255, 255, 255, 0) 100%),
    radial-gradient(circle at 18% 22%, rgba(255, 255, 255, .48) 0 2px, transparent 3px),
    radial-gradient(circle at 28% 74%, rgba(246, 166, 190, .22) 0 4px, transparent 5px),
    radial-gradient(circle at 58% 18%, rgba(255, 255, 255, .42) 0 3px, transparent 4px),
    radial-gradient(circle at 88% 68%, rgba(255, 255, 255, .36) 0 3px, transparent 4px);
  background-size: auto, 88px 88px, 130px 130px, 110px 110px, 96px 96px;
  pointer-events: none;
}
.about-hero::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  height: 82px;
  background: linear-gradient(180deg, transparent, rgba(255, 255, 255, .72));
}
.about-hero .page-hero-grid {
  width: min(100% - 96px, 1360px);
  min-height: 560px;
  position: relative;
  z-index: 3;
  display: grid;
  grid-template-columns: minmax(360px, .88fr) minmax(520px, 1.12fr);
  align-items: center;
  gap: clamp(34px, 5vw, 88px);
}
.about-hero .page-copy {
  max-width: 560px;
  border: 1px solid rgba(255, 255, 255, .56);
  border-radius: 8px;
  background: linear-gradient(110deg, rgba(255, 255, 255, .54), rgba(255, 255, 255, .2));
  box-shadow: 0 22px 56px rgba(45, 43, 123, .08);
  backdrop-filter: blur(3px);
  padding: 34px 34px 36px;
}
.about-hero .page-kicker {
  color: #e85888;
  letter-spacing: 1.5px;
}
.about-hero .page-title {
  font-size: clamp(58px, 6.8vw, 96px);
  text-shadow: 0 1px 0 rgba(255, 255, 255, .82);
}
.about-hero .page-title span {
  color: #f48db0;
  text-shadow: 0 1px 0 rgba(255, 255, 255, .9), 0 10px 24px rgba(246, 166, 190, .22);
}
.about-hero .page-intro {
  max-width: 520px;
  color: #2f2c62;
  font-size: 19px;
  text-shadow: 0 1px 0 rgba(255, 255, 255, .72);
}
.about-hero .page-copy::after {
  content: "";
  display: block;
  width: 126px;
  height: 4px;
  margin-top: 26px;
  border-radius: 99px;
  background: linear-gradient(90deg, var(--pink), var(--blue));
}
.about-visual {
  position: relative;
  min-height: 455px;
}
.about-visual::before {
  content: "";
  position: absolute;
  inset: 44px 18px 28px 44px;
  border-radius: 8px;
  background: rgba(255, 255, 255, .58);
  border: 1px solid rgba(255, 255, 255, .84);
  box-shadow: 0 26px 72px rgba(45, 43, 123, .16);
}
.about-shot {
  position: absolute;
  margin: 0;
  overflow: hidden;
  border: 8px solid rgba(255, 255, 255, .96);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 18px 44px rgba(45, 43, 123, .18);
}
.about-shot img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top center;
}
.shot-main {
  right: 4%;
  top: 10px;
  width: min(80%, 690px);
  height: 430px;
  z-index: 2;
}
.shot-main img { object-position: 76% center; }
.shot-top {
  left: 0;
  top: 64px;
  width: 220px;
  height: 255px;
  z-index: 3;
  transform: rotate(-3deg);
}
.shot-bottom {
  right: -14px;
  bottom: -8px;
  width: 205px;
  height: 235px;
  z-index: 4;
  transform: rotate(3deg);
}

.catalogue-hero {
  min-height: 530px;
  background:
    radial-gradient(circle at 13% 16%, rgba(255,255,255,.6), transparent 22%),
    radial-gradient(circle at 78% 22%, rgba(246, 166, 190, .34), transparent 28%),
    radial-gradient(circle at 84% 86%, rgba(162, 221, 242, .5), transparent 30%),
    linear-gradient(112deg, #f9c8d8 0%, #fff2f7 39%, #dcf6fc 100%);
  border-bottom: 1px solid rgba(45, 43, 123, .1);
}
.catalogue-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background:
    linear-gradient(90deg, rgba(255,255,255,.46), rgba(255,255,255,.12), transparent),
    radial-gradient(circle at 18% 18%, rgba(255,255,255,.48) 0 2px, transparent 3px),
    radial-gradient(circle at 42% 76%, rgba(246,166,190,.2) 0 4px, transparent 5px),
    radial-gradient(circle at 78% 22%, rgba(255,255,255,.42) 0 3px, transparent 4px);
  background-size: auto, 86px 86px, 128px 128px, 106px 106px;
}
.catalogue-hero .page-hero-grid {
  width: min(100% - 96px, 1360px);
  min-height: 530px;
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(360px, .86fr) minmax(520px, 1.14fr);
  gap: clamp(34px, 5vw, 82px);
}
.catalogue-hero .page-copy {
  max-width: 560px;
  border: 1px solid rgba(255,255,255,.54);
  border-radius: 8px;
  background: linear-gradient(110deg, rgba(255,255,255,.58), rgba(255,255,255,.24));
  box-shadow: 0 22px 56px rgba(45, 43, 123, .08);
  backdrop-filter: blur(3px);
  padding: 34px 34px 36px;
}
.catalogue-hero .page-title {
  font-size: clamp(58px, 6.6vw, 92px);
}
.catalogue-hero .page-title span {
  color: #f48db0;
  text-shadow: 0 1px 0 rgba(255,255,255,.9), 0 10px 24px rgba(246,166,190,.22);
}
.catalogue-visual {
  position: relative;
  min-height: 420px;
}
.catalogue-visual::before {
  content: "";
  position: absolute;
  inset: 54px 28px 28px 44px;
  border-radius: 8px;
  background: rgba(255,255,255,.48);
  border: 1px solid rgba(255,255,255,.8);
  box-shadow: 0 28px 72px rgba(45, 43, 123, .15);
}
.catalogue-shot {
  position: absolute;
  margin: 0;
  overflow: hidden;
  border: 8px solid rgba(255,255,255,.96);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 18px 44px rgba(45, 43, 123, .18);
}
.catalogue-shot img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top center;
}
.catalogue-main {
  right: 3%;
  top: 10px;
  width: min(80%, 680px);
  height: 400px;
  z-index: 2;
}
.catalogue-main img { object-position: center center; }
.catalogue-left {
  left: 0;
  top: 72px;
  width: 200px;
  height: 248px;
  z-index: 3;
  transform: rotate(-4deg);
}
.catalogue-right {
  right: -12px;
  bottom: 0;
  width: 196px;
  height: 238px;
  z-index: 4;
  transform: rotate(3deg);
}

.contact-hero {
  min-height: 530px;
  background:
    radial-gradient(circle at 12% 18%, rgba(255,255,255,.62), transparent 22%),
    radial-gradient(circle at 82% 24%, rgba(162, 221, 242, .44), transparent 28%),
    radial-gradient(circle at 76% 86%, rgba(246, 166, 190, .32), transparent 26%),
    linear-gradient(112deg, #f8bfd3 0%, #fff4f8 40%, #d9f5fc 100%);
  border-bottom: 1px solid rgba(45, 43, 123, .1);
}
.contact-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background:
    linear-gradient(90deg, rgba(255,255,255,.5), rgba(255,255,255,.14), transparent),
    radial-gradient(circle at 16% 20%, rgba(255,255,255,.48) 0 2px, transparent 3px),
    radial-gradient(circle at 36% 78%, rgba(246,166,190,.22) 0 4px, transparent 5px),
    radial-gradient(circle at 82% 18%, rgba(255,255,255,.44) 0 3px, transparent 4px);
  background-size: auto, 86px 86px, 128px 128px, 106px 106px;
}
.contact-hero .page-hero-grid {
  width: min(100% - 96px, 1360px);
  min-height: 530px;
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(360px, .86fr) minmax(520px, 1.14fr);
  gap: clamp(34px, 5vw, 82px);
}
.contact-hero .page-copy {
  max-width: 580px;
  border: 1px solid rgba(255,255,255,.56);
  border-radius: 8px;
  background: linear-gradient(110deg, rgba(255,255,255,.6), rgba(255,255,255,.24));
  box-shadow: 0 22px 56px rgba(45, 43, 123, .08);
  backdrop-filter: blur(3px);
  padding: 34px 34px 36px;
}
.contact-hero .page-title {
  font-size: clamp(56px, 6.2vw, 88px);
}
.contact-hero .page-title span {
  color: #f48db0;
  text-shadow: 0 1px 0 rgba(255,255,255,.9), 0 10px 24px rgba(246,166,190,.22);
}
.contact-visual {
  position: relative;
  min-height: 420px;
}
.contact-visual::before {
  content: "";
  position: absolute;
  inset: 44px 28px 34px 52px;
  border-radius: 8px;
  background: rgba(255,255,255,.48);
  border: 1px solid rgba(255,255,255,.8);
  box-shadow: 0 28px 72px rgba(45, 43, 123, .15);
}
.contact-shot {
  position: absolute;
  margin: 0;
  overflow: hidden;
  border: 8px solid rgba(255,255,255,.96);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 18px 44px rgba(45, 43, 123, .18);
}
.contact-shot img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.contact-main {
  right: 5%;
  top: 18px;
  width: min(76%, 650px);
  height: 360px;
  z-index: 2;
}
.contact-small {
  left: 2%;
  bottom: 0;
  width: 210px;
  height: 248px;
  z-index: 4;
  transform: rotate(-4deg);
}
.contact-small img { object-position: top center; }
.contact-card {
  position: absolute;
  z-index: 5;
  min-width: 230px;
  border: 1px solid rgba(246, 166, 190, .48);
  border-radius: 8px;
  background: rgba(255,255,255,.94);
  box-shadow: 0 18px 44px rgba(45, 43, 123, .16);
  padding: 16px 18px;
}
.contact-card span {
  display: block;
  color: #e85888;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .7px;
  text-transform: uppercase;
}
.contact-card strong {
  display: block;
  margin-top: 4px;
  color: var(--navy);
  font-size: 17px;
}
.support-card {
  left: 0;
  top: 42px;
}
.mail-card {
  right: 0;
  bottom: 24px;
}

.product-detail-hero {
  min-height: 530px;
  background:
    radial-gradient(circle at 12% 18%, rgba(255,255,255,.62), transparent 22%),
    radial-gradient(circle at 82% 24%, rgba(246, 166, 190, .34), transparent 28%),
    radial-gradient(circle at 78% 86%, rgba(162, 221, 242, .48), transparent 30%),
    linear-gradient(112deg, #f8bfd3 0%, #fff5f8 42%, #ddf6fc 100%);
}
.product-detail-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background:
    linear-gradient(90deg, rgba(255,255,255,.5), rgba(255,255,255,.14), transparent),
    radial-gradient(circle at 16% 20%, rgba(255,255,255,.48) 0 2px, transparent 3px),
    radial-gradient(circle at 36% 78%, rgba(246,166,190,.22) 0 4px, transparent 5px),
    radial-gradient(circle at 82% 18%, rgba(255,255,255,.44) 0 3px, transparent 4px);
  background-size: auto, 86px 86px, 128px 128px, 106px 106px;
}
.product-detail-hero .page-hero-grid {
  width: min(100% - 96px, 1360px);
  min-height: 530px;
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(360px, .88fr) minmax(520px, 1.12fr);
  gap: clamp(34px, 5vw, 82px);
}
.product-detail-hero .page-copy {
  max-width: 580px;
  border: 1px solid rgba(255,255,255,.56);
  border-radius: 8px;
  background: linear-gradient(110deg, rgba(255,255,255,.6), rgba(255,255,255,.24));
  box-shadow: 0 22px 56px rgba(45, 43, 123, .08);
  backdrop-filter: blur(3px);
  padding: 34px 34px 36px;
}
.product-detail-hero .page-title {
  font-size: clamp(54px, 6vw, 86px);
}
.product-detail-hero .page-title span {
  color: #f48db0;
}
.detail-hero-visual {
  position: relative;
  min-height: 420px;
}
.detail-hero-visual::before {
  content: "";
  position: absolute;
  inset: 44px 28px 34px 52px;
  border-radius: 8px;
  background: rgba(255,255,255,.48);
  border: 1px solid rgba(255,255,255,.8);
  box-shadow: 0 28px 72px rgba(45, 43, 123, .15);
}
.detail-hero-shot {
  position: absolute;
  margin: 0;
  overflow: hidden;
  border: 8px solid rgba(255,255,255,.96);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 18px 44px rgba(45, 43, 123, .18);
}
.detail-hero-shot img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top center;
}
.hero-shot-main {
  right: 5%;
  top: 18px;
  width: min(76%, 650px);
  height: 365px;
  z-index: 2;
}
.hero-shot-small {
  left: 2%;
  bottom: 0;
  width: 220px;
  height: 252px;
  z-index: 4;
  transform: rotate(-4deg);
}
.page-hero-grid {
  min-height: 390px;
  display: grid;
  grid-template-columns: 1.02fr .98fr;
  align-items: center;
  gap: clamp(28px, 5vw, 70px);
  padding: 42px 0;
}
.page-kicker {
  margin: 0 0 12px;
  color: #d95680;
  font-family: var(--menu-font);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: .9px;
  text-transform: uppercase;
}
.page-title {
  margin: 0;
  color: var(--navy);
  font-family: var(--serif);
  font-size: clamp(46px, 6vw, 76px);
  font-weight: 600;
  line-height: .95;
}
.page-title span { color: var(--pink); display: block; }
.page-intro {
  max-width: 610px;
  margin: 22px 0 0;
  color: #3e3b66;
  font-size: 18px;
  font-weight: 600;
}
.hero-image {
  overflow: hidden;
  border: 10px solid #fff;
  border-radius: 8px;
  box-shadow: var(--shadow);
}
.hero-image img {
  width: 100%;
  aspect-ratio: 1.12 / .82;
  object-fit: cover;
  object-position: top center;
}
.section { padding: 72px 0; }
.section-soft { background: #fff9fb; }
.section-head { text-align: center; margin-bottom: 34px; }
.section-head h2 {
  margin: 0;
  color: var(--navy);
  font-family: var(--serif);
  font-size: clamp(34px, 4vw, 46px);
  font-weight: 500;
  line-height: 1.1;
}
.section-head h2 span { color: var(--pink); }
.decor-line {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 12px;
  color: var(--pink);
  margin-top: 10px;
  font-size: 13px;
}
.decor-line::before,
.decor-line::after {
  content: "";
  display: block;
  width: 44px;
  height: 1px;
  background: var(--pink);
}
.story-grid, .contact-grid {
  display: grid;
  grid-template-columns: .95fr 1.05fr;
  gap: clamp(28px, 5vw, 64px);
  align-items: stretch;
}
.contact-grid {
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: 22px 28px;
}
.company-section {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 10% 18%, rgba(246, 166, 190, .2), transparent 22%),
    linear-gradient(180deg, #fff 0%, #fff9fb 100%);
}
.company-vector {
  position: absolute;
  z-index: 0;
  pointer-events: none;
  opacity: .82;
}
.company-vector::before,
.company-vector::after {
  content: "";
  position: absolute;
  display: block;
}
.vector-left {
  left: clamp(12px, 4vw, 72px);
  top: 92px;
  width: 150px;
  height: 230px;
  border-left: 2px solid rgba(246, 166, 190, .48);
  border-radius: 70% 0 0 70%;
  transform: rotate(-12deg);
}
.vector-left::before {
  left: 18px;
  top: 18px;
  width: 54px;
  height: 84px;
  border: 2px solid rgba(246, 166, 190, .5);
  border-right: 0;
  border-bottom: 0;
  border-radius: 64px 0 0 0;
  transform: rotate(18deg);
}
.vector-left::after {
  left: -8px;
  bottom: 28px;
  width: 86px;
  height: 86px;
  background:
    radial-gradient(circle at 50% 18%, rgba(246, 166, 190, .5) 0 8px, transparent 9px),
    radial-gradient(circle at 28% 42%, rgba(255, 224, 235, .85) 0 18px, transparent 19px),
    radial-gradient(circle at 68% 42%, rgba(255, 224, 235, .85) 0 18px, transparent 19px),
    radial-gradient(circle at 50% 66%, rgba(246, 166, 190, .42) 0 20px, transparent 21px);
  transform: rotate(18deg);
}
.vector-right {
  right: clamp(10px, 3vw, 60px);
  bottom: 76px;
  width: 190px;
  height: 210px;
  border-right: 2px solid rgba(162, 221, 242, .68);
  border-bottom: 2px solid rgba(162, 221, 242, .58);
  border-radius: 0 0 90% 0;
  transform: rotate(9deg);
}
.vector-right::before {
  right: 12px;
  top: 10px;
  width: 112px;
  height: 112px;
  border-radius: 50%;
  border: 2px solid rgba(162, 221, 242, .42);
  box-shadow: inset 0 0 0 18px rgba(255, 255, 255, .32);
}
.vector-right::after {
  right: 72px;
  bottom: 30px;
  width: 72px;
  height: 92px;
  background:
    radial-gradient(circle at 50% 20%, rgba(162, 221, 242, .46) 0 10px, transparent 11px),
    radial-gradient(circle at 31% 48%, rgba(230, 249, 255, .86) 0 17px, transparent 18px),
    radial-gradient(circle at 69% 48%, rgba(230, 249, 255, .86) 0 17px, transparent 18px),
    radial-gradient(circle at 50% 72%, rgba(162, 221, 242, .44) 0 19px, transparent 20px);
  transform: rotate(-18deg);
}
.flower-cluster {
  position: absolute;
  z-index: 0;
  pointer-events: none;
  width: 210px;
  height: 230px;
}
.flower-cluster::before,
.flower-cluster::after {
  content: "";
  position: absolute;
  display: block;
}
.flower-left {
  left: clamp(18px, 5.8vw, 112px);
  bottom: 88px;
}
.flower-left::before {
  left: 28px;
  top: 22px;
  width: 122px;
  height: 172px;
  background:
    linear-gradient(106deg, transparent 49%, rgba(45, 43, 123, .24) 50% 51%, transparent 52%),
    radial-gradient(circle at 48% 16%, #f6a6be 0 8px, transparent 9px),
    radial-gradient(circle at 36% 27%, #ffd8e5 0 18px, transparent 19px),
    radial-gradient(circle at 61% 28%, #ffd8e5 0 18px, transparent 19px),
    radial-gradient(circle at 49% 42%, rgba(246, 166, 190, .72) 0 19px, transparent 20px),
    radial-gradient(ellipse at 28% 70%, rgba(162, 221, 242, .55) 0 20px, transparent 21px),
    radial-gradient(ellipse at 70% 82%, rgba(239, 221, 199, .72) 0 18px, transparent 19px);
  transform: rotate(-10deg);
}
.flower-left::after {
  left: 6px;
  bottom: 12px;
  width: 84px;
  height: 84px;
  border-radius: 50%;
  background:
    radial-gradient(circle at 50% 50%, #efddc7 0 6px, transparent 7px),
    radial-gradient(circle at 50% 18%, rgba(246, 166, 190, .68) 0 13px, transparent 14px),
    radial-gradient(circle at 22% 48%, rgba(246, 166, 190, .58) 0 13px, transparent 14px),
    radial-gradient(circle at 78% 48%, rgba(246, 166, 190, .58) 0 13px, transparent 14px),
    radial-gradient(circle at 50% 80%, rgba(246, 166, 190, .5) 0 13px, transparent 14px);
}
.flower-right {
  right: clamp(18px, 4.5vw, 86px);
  top: 86px;
}
.flower-right::before {
  right: 22px;
  top: 10px;
  width: 138px;
  height: 186px;
  background:
    linear-gradient(74deg, transparent 49%, rgba(45, 43, 123, .2) 50% 51%, transparent 52%),
    radial-gradient(circle at 51% 18%, #a2ddf2 0 9px, transparent 10px),
    radial-gradient(circle at 35% 31%, rgba(230, 249, 255, .86) 0 19px, transparent 20px),
    radial-gradient(circle at 66% 31%, rgba(230, 249, 255, .86) 0 19px, transparent 20px),
    radial-gradient(circle at 50% 47%, rgba(162, 221, 242, .7) 0 22px, transparent 23px),
    radial-gradient(ellipse at 26% 78%, rgba(246, 166, 190, .38) 0 19px, transparent 20px),
    radial-gradient(ellipse at 73% 70%, rgba(239, 221, 199, .72) 0 18px, transparent 19px);
  transform: rotate(9deg);
}
.flower-right::after {
  right: 4px;
  bottom: 18px;
  width: 92px;
  height: 92px;
  background:
    radial-gradient(circle at 50% 50%, #f6a6be 0 6px, transparent 7px),
    radial-gradient(circle at 50% 18%, rgba(162, 221, 242, .74) 0 14px, transparent 15px),
    radial-gradient(circle at 22% 48%, rgba(162, 221, 242, .6) 0 14px, transparent 15px),
    radial-gradient(circle at 78% 48%, rgba(162, 221, 242, .6) 0 14px, transparent 15px),
    radial-gradient(circle at 50% 80%, rgba(162, 221, 242, .5) 0 14px, transparent 15px);
  transform: rotate(12deg);
}
.company-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: .92fr 1.08fr;
  gap: clamp(34px, 6vw, 78px);
  align-items: center;
}
.company-photo {
  position: relative;
  max-width: 470px;
  justify-self: center;
}
.company-photo::before {
  content: "";
  position: absolute;
  inset: 24px -22px -22px 22px;
  border-radius: 8px;
  background: linear-gradient(135deg, rgba(246, 166, 190, .34), rgba(162, 221, 242, .36));
}
.company-photo img {
  position: relative;
  z-index: 1;
  width: 100%;
  aspect-ratio: 4 / 5;
  object-fit: cover;
  object-position: center center;
  border: 10px solid #fff;
  border-radius: 8px;
  box-shadow: 0 26px 60px rgba(45, 43, 123, .16);
}
.company-badge {
  position: absolute;
  right: -18px;
  bottom: 28px;
  z-index: 2;
  min-height: 42px;
  display: inline-flex;
  align-items: center;
  border-radius: 999px;
  padding: 0 18px;
  background: var(--navy);
  color: #fff;
  box-shadow: 0 14px 32px rgba(45, 43, 123, .2);
  font-size: 13px;
  font-weight: 900;
  letter-spacing: .3px;
}
.company-copy h2 {
  max-width: 670px;
  margin: 0 0 18px;
  color: var(--navy);
  font-family: var(--serif);
  font-size: clamp(38px, 4.6vw, 58px);
  font-weight: 500;
  line-height: 1.06;
}
.company-copy p {
  max-width: 700px;
  margin: 0 0 14px;
  color: #403d68;
  font-size: 16px;
}
.company-highlights {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
  margin-top: 30px;
}
.company-highlights div {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  padding: 18px 16px;
  box-shadow: 0 14px 30px rgba(45, 43, 123, .08);
}
.company-highlights strong {
  display: block;
  color: var(--navy);
  font-family: var(--serif);
  font-size: 28px;
  font-weight: 600;
  line-height: 1;
}
.company-highlights span {
  display: block;
  margin-top: 6px;
  color: var(--muted);
  font-size: 13px;
  font-weight: 800;
}
.story-panel, .contact-panel {
  min-height: 330px;
  border: 1px solid rgba(246, 166, 190, .62);
  border-radius: 8px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, .96), rgba(255, 248, 251, .94)),
    radial-gradient(circle at 92% 12%, rgba(162, 221, 242, .18), transparent 24%);
  padding: 34px 36px;
  box-shadow: 0 20px 46px rgba(45, 43, 123, .12);
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.contact-panel {
  justify-content: flex-start;
}
.contact-form-panel,
.contact-details-panel {
  grid-column: span 6;
}
.contact-map-panel {
  grid-column: 1 / -1;
  min-height: auto;
}
.contact-map-panel h2 {
  margin-bottom: 20px;
}
.story-panel h2, .contact-panel h2 {
  margin: 0 0 18px;
  color: var(--navy);
  font-family: var(--serif);
  font-size: clamp(32px, 3vw, 42px);
  font-weight: 500;
  line-height: 1.08;
}
.story-panel p, .contact-panel p {
  margin: 0 0 15px;
  color: #403d68;
  font-size: 16px;
  line-height: 1.65;
}
.story-panel p:last-child,
.contact-panel p:last-child { margin-bottom: 0; }

.policy-hero {
  min-height: auto;
  background:
    radial-gradient(circle at 12% 18%, rgba(255, 255, 255, .58), transparent 20%),
    radial-gradient(circle at 86% 18%, rgba(162, 221, 242, .45), transparent 27%),
    radial-gradient(circle at 74% 86%, rgba(246, 166, 190, .34), transparent 24%),
    linear-gradient(112deg, #ffd7e5 0%, #fff0f6 43%, #dff7ff 100%);
  border-bottom: 1px solid rgba(45, 43, 123, .1);
}
.policy-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, .48), rgba(255, 255, 255, .1)),
    radial-gradient(circle at 18% 28%, rgba(255, 255, 255, .42) 0 2px, transparent 3px),
    radial-gradient(circle at 88% 62%, rgba(255, 255, 255, .36) 0 3px, transparent 4px);
  background-size: auto, 88px 88px, 112px 112px;
  pointer-events: none;
}
.policy-hero .page-hero-grid {
  width: min(100% - 96px, 1320px);
  min-height: 360px;
  position: relative;
  z-index: 3;
  grid-template-columns: minmax(360px, .95fr) minmax(420px, 1.05fr);
  align-items: center;
  gap: clamp(30px, 5vw, 76px);
  padding: 34px 0 42px;
}
.policy-hero .page-copy {
  max-width: 620px;
  border: 1px solid rgba(255, 255, 255, .62);
  border-radius: 8px;
  background: linear-gradient(110deg, rgba(255, 255, 255, .58), rgba(255, 255, 255, .2));
  box-shadow: 0 20px 48px rgba(45, 43, 123, .08);
  backdrop-filter: blur(3px);
  padding: 30px 32px;
}
.policy-hero .page-title {
  font-size: clamp(48px, 5.4vw, 82px);
  line-height: .98;
}
.policy-hero .page-intro {
  max-width: 560px;
  font-size: 18px;
}
.policy-visual {
  min-height: 285px;
  position: relative;
}
.policy-visual::before {
  content: "";
  position: absolute;
  inset: 30px 42px 20px 10px;
  border-radius: 8px;
  background: rgba(255, 255, 255, .58);
  border: 1px solid rgba(255, 255, 255, .88);
  box-shadow: 0 24px 58px rgba(45, 43, 123, .14);
}
.policy-card {
  position: absolute;
  z-index: 2;
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 18px 42px rgba(35, 34, 79, .16);
}
.policy-main-card {
  left: 8%;
  top: 14px;
  width: min(330px, 72%);
  min-height: 230px;
  display: grid;
  place-items: center;
  text-align: center;
  padding: 24px;
}
.policy-main-card img {
  width: 170px;
  max-width: 82%;
  object-fit: contain;
}
.policy-main-card strong {
  display: block;
  color: var(--navy);
  font-size: 19px;
  margin-top: 12px;
}
.policy-note {
  position: absolute;
  z-index: 3;
  right: 8%;
  top: 34px;
  background: #fff;
  border-radius: 8px;
  padding: 14px 18px;
  box-shadow: 0 16px 36px rgba(35, 34, 79, .14);
}
.policy-note span {
  display: block;
  color: #76718a;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: .08em;
  font-weight: 900;
}
.policy-note strong {
  display: block;
  color: #ef233c;
  margin-top: 4px;
}
.policy-small-card {
  z-index: 3;
  right: 12%;
  bottom: 24px;
  padding: 16px 20px;
}
.policy-small-card span {
  display: block;
  color: #76718a;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: .08em;
  font-weight: 900;
}
.policy-small-card strong {
  display: block;
  color: var(--navy);
  margin-top: 4px;
  font-size: 17px;
}
.policy-layout {
  max-width: 980px;
}
.policy-content {
  background: #fff;
  border-radius: 16px;
  padding: clamp(26px, 4vw, 46px);
  box-shadow: 0 22px 60px rgba(35, 34, 79, .08);
  color: #34314c;
  line-height: 1.8;
}
.policy-content h2,
.policy-content h3 {
  color: #23224f;
  font-family: var(--heading-font);
}
.policy-content h2 {
  font-size: clamp(30px, 4vw, 44px);
  margin: 0 0 18px;
}
.policy-content h3 {
  font-size: 24px;
  margin: 28px 0 10px;
}
.policy-content p {
  margin: 0 0 14px;
}
.policy-content ul {
  margin: 0 0 18px;
  padding-left: 22px;
}
.size-guide-layout {
  max-width: 1180px;
}
.size-table-wrap {
  overflow-x: auto;
  margin: 24px 0 30px;
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: 0 16px 34px rgba(45, 43, 123, .08);
}
.size-table {
  width: 100%;
  min-width: 760px;
  border-collapse: collapse;
  background: #fff;
}
.size-table th,
.size-table td {
  padding: 13px 15px;
  border-bottom: 1px solid var(--line);
  text-align: left;
  white-space: nowrap;
}
.size-table th {
  background: #fff1f6;
  color: var(--navy);
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: .05em;
}
.size-table tr:last-child td {
  border-bottom: 0;
}
.size-table tbody tr:hover {
  background: #fff9fc;
}
.size-info-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  margin-top: 22px;
}
.size-info-grid section {
  border: 1px solid rgba(246, 166, 190, .48);
  border-radius: 8px;
  background: linear-gradient(180deg, #fff, #fff8fb);
  padding: 22px;
}
.size-info-grid h3 {
  margin-top: 0;
}
.feature-grid, .category-grid, .product-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
.catalogue-search {
  display: grid;
  gap: 10px;
  width: min(100%, 760px);
  margin: 0 auto 26px;
  padding: 16px;
  border: 1px solid rgba(246, 166, 190, .35);
  border-radius: 8px;
  background: linear-gradient(135deg, #fff, #fff7fa);
  box-shadow: 0 16px 36px rgba(45, 43, 123, .08);
}
.catalogue-search label {
  color: var(--navy);
  font: 900 13px/1 var(--menu-font);
  text-transform: uppercase;
  letter-spacing: .08em;
}
.catalogue-search-row {
  display: grid;
  grid-template-columns: 1fr auto auto;
  gap: 10px;
  align-items: center;
}
.catalogue-search input {
  width: 100%;
  min-height: 48px;
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 0 14px;
  color: var(--navy);
  font: 800 15px/1 var(--body-font);
  outline: 0;
}
.catalogue-search input:focus {
  border-color: var(--pink);
  box-shadow: 0 0 0 4px rgba(246, 166, 190, .18);
}
.search-summary {
  margin: -6px 0 22px;
  text-align: center;
  color: #57517e;
  font-weight: 800;
}
.empty-state {
  grid-column: 1 / -1;
  padding: 36px 22px;
  border: 1px dashed rgba(246, 166, 190, .8);
  border-radius: 8px;
  text-align: center;
  background: #fff9fb;
}
.empty-state h3 {
  margin: 0 0 8px;
  color: var(--navy);
  font-size: 24px;
}
.empty-state p {
  margin: 0 auto 18px;
  max-width: 460px;
  color: #57517e;
}
.feature-card, .category-card, .product-card, .info-card {
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 18px 38px rgba(45, 43, 123, .1);
  transition: transform .22s ease, box-shadow .22s ease;
}
.feature-card:hover, .category-card:hover, .product-card:hover, .info-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 24px 48px rgba(45, 43, 123, .15);
}
.feature-card { padding: 26px 22px; }
.feature-icon {
  width: 56px;
  height: 56px;
  display: grid;
  place-items: center;
  margin-bottom: 14px;
  border: 2px solid var(--pink);
  border-radius: 50%;
  color: var(--navy);
  background: #fff7fa;
}
.feature-icon svg { width: 30px; height: 30px; stroke: currentColor; fill: none; stroke-width: 1.8; }
.feature-card h3, .category-card h3, .product-card h3, .info-card h3 {
  margin: 0 0 7px;
  color: var(--navy);
  font-size: 17px;
}
.feature-card p, .category-card p, .product-card p, .info-card p {
  margin: 0;
  color: var(--muted);
  font-size: 14px;
}
.product-code {
  display: inline-flex;
  width: max-content;
  max-width: 100%;
  align-items: center;
  margin: 2px 0 8px;
  border-radius: 999px;
  background: #fff1f6;
  color: #ef233c;
  padding: 5px 10px;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .04em;
}
.detail-code {
  margin-bottom: 14px;
}
.category-card img, .product-card img {
  width: 100%;
  aspect-ratio: 1 / 1.08;
  object-fit: cover;
  object-position: top center;
  background: #fff6f9;
}
.catalogue-grid {
  gap: 30px;
  align-items: stretch;
}
.catalogue-card {
  cursor: pointer;
  isolation: isolate;
  border-color: rgba(246, 166, 190, .58);
  background:
    linear-gradient(#fff, #fff) padding-box,
    linear-gradient(135deg, rgba(246,166,190,.75), rgba(162,221,242,.75)) border-box;
  clip-path: polygon(0 0, calc(100% - 28px) 0, 100% 28px, 100% 100%, 0 100%);
}
.catalogue-card::before {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 42px;
  height: 42px;
  z-index: 3;
  background: linear-gradient(135deg, rgba(246,166,190,.72), rgba(162,221,242,.72));
  clip-path: polygon(0 0, 100% 0, 100% 100%);
}
.catalogue-card img {
  transition: transform .38s ease, filter .38s ease;
}
.catalogue-card:hover img {
  transform: scale(1.08);
  filter: saturate(1.06);
}
.catalogue-no {
  position: absolute;
  right: 16px;
  top: 14px;
  z-index: 4;
  color: rgba(45, 43, 123, .28);
  font-family: var(--serif);
  font-size: 34px;
  font-weight: 700;
  line-height: 1;
}
.catalogue-card .card-body {
  position: relative;
  min-height: 174px;
  padding: 20px 16px 22px;
}
.catalogue-pagination {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  margin-top: 36px;
  padding: 18px 20px;
  border: 1px solid rgba(246, 166, 190, .52);
  border-radius: 8px;
  background: linear-gradient(180deg, #fff, #fff8fb);
  box-shadow: 0 16px 34px rgba(45, 43, 123, .1);
}
.catalogue-pagination.is-single-page {
  justify-content: center;
}
.pagination-summary {
  margin: 0;
  color: #4a4775;
  font-size: 14px;
  font-weight: 800;
}
.pagination-links {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 8px;
}
.page-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 42px;
  min-height: 40px;
  padding: 0 14px;
  border: 1px solid rgba(246, 166, 190, .64);
  border-radius: 8px;
  background: #fff;
  color: var(--navy);
  font-size: 14px;
  font-weight: 900;
  text-decoration: none;
  transition: transform .22s ease, box-shadow .22s ease, background .22s ease, color .22s ease;
}
a.page-link:hover {
  transform: translateY(-2px);
  background: var(--pink);
  color: #fff;
  box-shadow: 0 12px 24px rgba(246, 77, 119, .24);
}
.page-link.is-active {
  border-color: var(--navy);
  background: var(--navy);
  color: #fff;
}
.page-link.is-disabled,
.page-link.is-ellipsis {
  color: #a19dbd;
  background: #faf8fc;
  pointer-events: none;
}
.catalogue-pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 38px;
}
.page-number,
.page-control,
.page-dots {
  min-width: 42px;
  height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(246, 166, 190, .5);
  border-radius: 8px;
  background: #fff;
  color: var(--navy);
  box-shadow: 0 10px 24px rgba(45, 43, 123, .08);
  font-size: 14px;
  font-weight: 900;
}
.page-control {
  min-width: 78px;
  padding: 0 14px;
  text-transform: uppercase;
  letter-spacing: .3px;
}
.page-number.is-active,
.page-control:hover,
.page-number:hover {
  border-color: var(--navy);
  background: var(--navy);
  color: #fff;
}
.page-control.is-disabled {
  opacity: .45;
  pointer-events: none;
}
.page-dots {
  border-color: transparent;
  background: transparent;
  box-shadow: none;
}
.catalogue-lightbox,
.image-modal {
  position: fixed;
  inset: 0;
  z-index: 100;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 28px;
  background: rgba(20, 18, 63, .72);
  backdrop-filter: blur(10px);
}
.catalogue-lightbox.is-open,
.image-modal.is-open {
  display: flex;
}
.lightbox-frame {
  width: min(920px, 92vw);
  margin: 0;
  overflow: hidden;
  border: 10px solid rgba(255, 255, 255, .96);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 34px 90px rgba(0, 0, 0, .34);
  animation: lightboxIn .22s ease both;
}
.lightbox-frame img {
  width: 100%;
  max-height: 78vh;
  object-fit: contain;
  background: #fff8fb;
}
.lightbox-frame figcaption {
  padding: 14px 18px 16px;
  color: var(--navy);
  font-family: var(--serif);
  font-size: 24px;
  font-weight: 600;
  text-align: center;
}
.lightbox-close {
  position: absolute;
  right: max(22px, 4vw);
  top: max(18px, 4vh);
  width: 44px;
  height: 44px;
  border: 1px solid rgba(255,255,255,.58);
  border-radius: 50%;
  background: #fff;
  color: var(--navy);
  font-size: 30px;
  font-family: Arial, sans-serif;
  line-height: 1;
  cursor: pointer;
  box-shadow: 0 18px 36px rgba(0,0,0,.2);
}
@keyframes lightboxIn {
  from { opacity: 0; transform: scale(.96) translateY(10px); }
  to { opacity: 1; transform: scale(1) translateY(0); }
}
.product-detail-grid {
  display: grid;
  grid-template-columns: .92fr 1.08fr;
  gap: clamp(34px, 6vw, 76px);
  align-items: start;
}
.product-gallery {
  position: sticky;
  top: 130px;
}
.detail-main-frame {
  overflow: hidden;
  border: 10px solid #fff;
  border-radius: 8px;
  background: #fff6f9;
  box-shadow: 0 24px 58px rgba(45, 43, 123, .14);
}
.detail-main-image {
  width: 100%;
  aspect-ratio: 1 / 1.14;
  object-fit: cover;
  object-position: top center;
  cursor: zoom-in;
  transition: transform .36s ease;
}
.detail-main-frame:hover .detail-main-image {
  transform: scale(1.04);
}
.detail-thumbs {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
  margin-top: 16px;
}
.detail-thumb {
  overflow: hidden;
  border: 2px solid rgba(246, 166, 190, .42);
  border-radius: 8px;
  background: #fff;
  padding: 0;
  cursor: zoom-in;
  box-shadow: 0 12px 26px rgba(45, 43, 123, .08);
}
.detail-thumb.is-active {
  border-color: var(--navy);
}
.detail-thumb img {
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  object-position: top center;
  transition: transform .28s ease;
}
.detail-thumb:hover img {
  transform: scale(1.08);
}
.product-detail-copy {
  border: 1px solid rgba(246, 166, 190, .48);
  border-radius: 8px;
  background:
    radial-gradient(circle at 100% 0, rgba(162, 221, 242, .18), transparent 26%),
    linear-gradient(180deg, #fff, #fff8fb);
  box-shadow: 0 20px 46px rgba(45, 43, 123, .1);
  padding: 34px;
}
.product-detail-copy h2 {
  max-width: 760px;
  margin: 0 0 18px;
  color: var(--navy);
  font-family: var(--serif);
  font-size: clamp(38px, 4.6vw, 58px);
  font-weight: 500;
  line-height: 1.06;
}
.product-detail-copy p {
  margin: 0 0 18px;
  color: #403d68;
  font-size: 16px;
  line-height: 1.72;
}
.detail-points {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
  margin: 24px 0 28px;
}
.detail-points span {
  border: 1px solid rgba(246, 166, 190, .46);
  border-radius: 8px;
  background: #fff;
  padding: 13px 14px;
  color: var(--navy);
  font-size: 13px;
  font-weight: 900;
}
.color-variations {
  margin: 0 0 28px;
}
.color-variations h3 {
  margin: 0 0 12px;
  color: var(--navy);
  font-size: 18px;
}
.color-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.color-row span {
  min-height: 38px;
  display: inline-flex;
  align-items: center;
  gap: 9px;
  border: 1px solid rgba(246, 166, 190, .42);
  border-radius: 999px;
  background: #fff;
  padding: 0 14px 0 10px;
  color: var(--navy);
  font-size: 13px;
  font-weight: 900;
}
.color-row span::before {
  content: "";
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: var(--swatch);
  box-shadow: inset 0 0 0 2px rgba(255,255,255,.7), 0 0 0 1px rgba(45,43,123,.12);
}
.detail-action-row {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  width: min(100%, 520px);
}
.enquiry-btn {
  width: 100%;
}
.size-guide-trigger {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  min-height: 46px;
  width: 100%;
  margin: 0;
  border: 1px solid rgba(246, 166, 190, .72);
  border-radius: 8px;
  background: #fff;
  color: var(--navy);
  font: 900 14px/1 var(--menu-font);
  cursor: pointer;
  box-shadow: 0 10px 22px rgba(45, 43, 123, .08);
  transition: transform .22s ease, box-shadow .22s ease, background .22s ease;
}
.size-guide-trigger svg {
  width: 20px;
  height: 20px;
  stroke: currentColor;
  fill: none;
  stroke-width: 1.9;
  stroke-linecap: round;
  stroke-linejoin: round;
  flex: 0 0 auto;
}
.size-guide-trigger:hover {
  transform: translateY(-2px);
  background: #fff7fa;
  box-shadow: 0 16px 28px rgba(45, 43, 123, .12);
}
.size-guide-modal {
  position: fixed;
  inset: 0;
  z-index: 130;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 24px;
  background: rgba(20, 18, 54, .72);
}
.size-guide-modal.is-open {
  display: flex;
}
.size-guide-dialog {
  position: relative;
  width: min(1040px, 96vw);
  max-height: min(88vh, 820px);
  overflow: auto;
  border: 1px solid rgba(246, 166, 190, .6);
  border-radius: 8px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, .98), rgba(255, 248, 251, .98)),
    radial-gradient(circle at 92% 12%, rgba(162, 221, 242, .18), transparent 24%);
  box-shadow: 0 30px 80px rgba(0, 0, 0, .28);
  padding: clamp(22px, 3vw, 34px);
}
.size-guide-close {
  position: sticky;
  top: 0;
  float: right;
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  margin: -8px -8px 8px 14px;
  border: 0;
  border-radius: 8px;
  background: var(--navy);
  color: #fff;
  font-size: 26px;
  line-height: 1;
  cursor: pointer;
  z-index: 2;
}
.size-guide-modal-head {
  max-width: 720px;
  margin-bottom: 18px;
}
.size-guide-modal-head h2 {
  margin: 0 0 10px;
  color: var(--navy);
  font-family: var(--serif);
  font-size: clamp(34px, 4vw, 48px);
  font-weight: 500;
}
.size-guide-modal-head p:last-child {
  margin: 0;
  color: #625f88;
  font-size: 16px;
  line-height: 1.6;
}
.modal-size-table {
  margin: 18px 0 22px;
}
.size-modal-notes {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}
.size-modal-notes div {
  border: 1px solid rgba(246, 166, 190, .48);
  border-radius: 8px;
  background: #fff;
  padding: 18px;
}
.size-modal-notes h3 {
  margin: 0 0 8px;
  color: var(--navy);
  font-size: 17px;
}
.size-modal-notes p {
  margin: 0;
  color: #625f88;
  font-size: 14px;
  line-height: 1.65;
}
.related-grid .product-card {
  text-decoration: none;
}
.card-body { padding: 18px 16px 20px; }
.pill-row { display: flex; flex-wrap: wrap; gap: 9px; margin-top: 14px; }
.pill {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  border-radius: 999px;
  padding: 0 12px;
  background: #fff1f6;
  color: #d95680;
  font-size: 12px;
  font-weight: 800;
}
.price {
  margin-top: 8px;
  color: var(--navy);
  font-size: 18px;
  font-weight: 900;
}
.toolbar {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
  margin: -8px 0 30px;
}
.filter-chip {
  min-height: 38px;
  border: 1px solid var(--line);
  border-radius: 999px;
  padding: 0 15px;
  background: #fff;
  color: var(--navy);
  font-size: 13px;
  font-weight: 800;
}
.filter-chip.is-active { background: var(--navy); color: #fff; border-color: var(--navy); }
.info-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}
.info-card { padding: 22px; }
.contact-form {
  display: grid;
  gap: 14px;
}
.contact-note {
  margin-top: 22px;
  border: 1px solid rgba(246, 166, 190, .62);
  border-radius: 8px;
  background: rgba(255, 255, 255, .82);
  padding: 22px;
}
.contact-note h3 {
  margin: 0 0 9px;
  color: var(--navy);
  font-size: 18px;
  font-weight: 900;
}
.contact-note p {
  margin: 0;
  color: #625f88;
  font-size: 15px;
  line-height: 1.65;
}
.contact-note strong {
  color: var(--navy);
  font-weight: 900;
}
.form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
}
.field label {
  display: block;
  margin-bottom: 6px;
  color: var(--navy);
  font-size: 13px;
  font-weight: 900;
}
.field input, .field textarea, .field select {
  width: 100%;
  border: 1px solid rgba(246, 166, 190, .55);
  border-radius: 8px;
  outline: 0;
  padding: 12px 13px;
  color: var(--ink);
  background: #fff;
}
.field textarea { min-height: 130px; resize: vertical; }
.map-card {
  margin-top: 18px;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 18px 38px rgba(45, 43, 123, .1);
}
.contact-map-panel .map-card {
  margin-top: 0;
}
.map-card iframe {
  display: block;
  width: 100%;
  min-height: 310px;
  border: 0;
}
.contact-map-panel .map-card iframe {
  min-height: 430px;
}
.btn {
  min-height: 52px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  padding: 0 24px;
  border: 1px solid transparent;
  color: #fff;
  background: var(--navy);
  box-shadow: 0 14px 32px rgba(45, 43, 123, .24);
  font-size: 14px;
  font-weight: 900;
  letter-spacing: .15px;
  text-transform: uppercase;
  cursor: pointer;
}
.footer {
  color: #fff;
  background: var(--navy);
  overflow: hidden;
}
.footer-main {
  display: grid;
  grid-template-columns: 1.25fr .8fr .95fr 1fr 1.35fr;
  gap: 36px;
  padding: 62px 0 46px;
}
.footer-logo-card {
  width: 178px;
  margin: 0 0 18px;
  padding: 10px 12px 9px;
  border-radius: 8px;
  background: rgba(255, 255, 255, .95);
}
.footer-brand img { width: 100%; }
.footer-brand p, .foot-col a, .foot-col p {
  color: #ecebff;
  font-size: 14px;
}
.footer-brand p { max-width: 275px; margin: 0 0 20px; font-weight: 700; }
.foot-col h3 {
  margin: 0 0 17px;
  font-size: 15px;
  text-transform: uppercase;
  letter-spacing: .55px;
}
.foot-col a, .foot-col p { display: block; margin: 0 0 10px; }
.socials { display: flex; gap: 12px; align-items: center; }
.socials a {
  width: 36px;
  height: 36px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: var(--pink);
  color: #fff;
}
.socials svg { width: 16px; height: 16px; fill: currentColor; }
.newsletter {
  display: grid;
  grid-template-columns: 1fr auto;
  width: min(100%, 330px);
  margin-top: 13px;
  overflow: hidden;
  border-radius: 8px;
  background: #fff;
}
.newsletter input { min-width: 0; border: 0; outline: 0; padding: 13px 14px; color: var(--navy); }
.newsletter button {
  border: 0;
  padding: 0 18px;
  background: var(--pink);
  color: #fff;
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}
.footer-bottom { background: #fff8f2; color: var(--navy); font-size: 13px; }
.bottom-row {
  min-height: 56px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 18px;
}
.payments { display: flex; align-items: center; gap: 16px; font-weight: 900; font-style: italic; }
.mc { position: relative; width: 32px; height: 20px; display: inline-block; }
.mc::before, .mc::after {
  content: "";
  position: absolute;
  top: 2px;
  width: 17px;
  height: 17px;
  border-radius: 50%;
  opacity: .9;
}
.mc::before { left: 2px; background: #ef3e42; }
.mc::after { right: 2px; background: #f7b600; }
.whatsapp-float {
  position: fixed;
  right: 22px;
  bottom: 24px;
  z-index: 60;
  width: 54px;
  height: 54px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: #25d366;
  color: #fff;
  box-shadow: 0 16px 32px rgba(9, 112, 54, .28);
}
.whatsapp-float svg { width: 29px; height: 29px; fill: currentColor; }
body:not(.is-loaded) .topbar,
body:not(.is-loaded) .site-header,
body:not(.is-loaded) .page-copy,
body:not(.is-loaded) .hero-image,
body:not(.is-loaded) .about-visual,
body:not(.is-loaded) .catalogue-visual,
body:not(.is-loaded) .contact-visual,
body:not(.is-loaded) .policy-visual,
body:not(.is-loaded) .detail-hero-visual { opacity: 0; }
body.is-loaded .topbar,
body.is-loaded .site-header { animation: fadeDown .55s ease both; }
body.is-loaded .page-copy { animation: fadeUp .75s .12s ease both; }
body.is-loaded .hero-image { animation: fadeUp .75s .25s ease both; }
body.is-loaded .about-hero .hero-image { animation: bannerFade .8s ease both; }
body.is-loaded .about-visual { animation: fadeUp .8s .22s ease both; }
body.is-loaded .catalogue-visual { animation: fadeUp .8s .22s ease both; }
body.is-loaded .contact-visual { animation: fadeUp .8s .22s ease both; }
body.is-loaded .policy-visual { animation: fadeUp .8s .22s ease both; }
body.is-loaded .detail-hero-visual { animation: fadeUp .8s .22s ease both; }
.reveal {
  opacity: 0;
  transform: translateY(26px);
  transition: opacity .75s ease, transform .75s ease;
}
.reveal.is-visible { opacity: 1; transform: translateY(0); }
.reveal-item {
  opacity: 0;
  transform: translateY(22px);
}
.reveal.is-visible .reveal-item {
  animation: sectionItemIn .72s ease both;
}
.reveal.is-visible .reveal-item:nth-child(2),
.reveal.is-visible .feature-card:nth-child(2),
.reveal.is-visible .category-card:nth-child(2),
.reveal.is-visible .product-card:nth-child(2),
.reveal.is-visible .info-card:nth-child(2) { animation-delay: .12s; }
.reveal.is-visible .reveal-item:nth-child(3),
.reveal.is-visible .feature-card:nth-child(3),
.reveal.is-visible .category-card:nth-child(3),
.reveal.is-visible .product-card:nth-child(3),
.reveal.is-visible .info-card:nth-child(3) { animation-delay: .22s; }
.reveal.is-visible .category-card:nth-child(4),
.reveal.is-visible .product-card:nth-child(4),
.reveal.is-visible .info-card:nth-child(4) { animation-delay: .3s; }
.reveal.is-visible .category-card:nth-child(5),
.reveal.is-visible .product-card:nth-child(5) { animation-delay: .38s; }
.reveal.is-visible .category-card:nth-child(6),
.reveal.is-visible .product-card:nth-child(6) { animation-delay: .46s; }
@keyframes fadeDown {
  from { opacity: 0; transform: translateY(-12px); }
  to { opacity: 1; transform: translateY(0); }
}
@keyframes fadeUp {
  from { opacity: 0; transform: translateY(24px); }
  to { opacity: 1; transform: translateY(0); }
}
@keyframes bannerFade {
  from { opacity: 0; transform: scale(1.025); }
  to { opacity: 1; transform: scale(1); }
}
@keyframes sectionItemIn {
  from { opacity: 0; transform: translateY(22px) scale(.985); }
  to { opacity: 1; transform: translateY(0) scale(1); }
}

@media (max-width: 1080px) {
  .nav { grid-template-columns: 145px 1fr auto; min-height: 92px; }
  .menu { display: none; }
  .mobile-menu { display: grid; }
  .site-header.is-open .mobile-nav { display: block; }
  .page-hero-grid, .story-grid, .contact-grid, .company-grid { grid-template-columns: 1fr; }
  .contact-form-panel,
  .contact-details-panel,
  .contact-map-panel {
    grid-column: 1 / -1;
  }
  .about-hero { min-height: auto; }
  .about-hero .page-hero-grid {
    grid-template-columns: 1fr;
    min-height: auto;
    padding: 54px 0 58px;
  }
  .catalogue-hero .page-hero-grid {
    width: min(100% - 48px, 1180px);
    grid-template-columns: 1fr;
    min-height: auto;
    padding: 54px 0 58px;
  }
  .catalogue-visual { min-height: 380px; }
  .catalogue-main { right: 5%; width: 76%; height: 330px; }
  .catalogue-left { left: 3%; width: 174px; height: 218px; }
  .catalogue-right { right: 2%; width: 170px; height: 208px; }
  .contact-hero .page-hero-grid {
    width: min(100% - 48px, 1180px);
    grid-template-columns: 1fr;
    min-height: auto;
    padding: 54px 0 58px;
  }
  .contact-visual { min-height: 380px; }
  .contact-main { right: 5%; width: 76%; height: 330px; }
  .contact-small { left: 3%; width: 174px; height: 218px; }
  .support-card { left: 0; top: 22px; }
  .mail-card { right: 2%; bottom: 10px; }
  .policy-hero .page-hero-grid {
    width: min(100% - 48px, 1180px);
    grid-template-columns: 1fr;
    min-height: auto;
    padding: 44px 0 48px;
  }
  .policy-visual { min-height: 310px; }
  .policy-main-card {
    left: 6%;
    width: min(320px, 68%);
  }
  .policy-note { right: 5%; }
  .policy-small-card { right: 8%; }
  .product-detail-hero .page-hero-grid,
  .product-detail-grid {
    width: min(100% - 48px, 1180px);
    grid-template-columns: 1fr;
  }
  .product-detail-hero .page-hero-grid {
    min-height: auto;
    padding: 54px 0 58px;
  }
  .detail-hero-visual { min-height: 380px; }
  .hero-shot-main { right: 5%; width: 76%; height: 330px; }
  .hero-shot-small { left: 3%; width: 174px; height: 218px; }
  .product-gallery { position: static; }
  .about-visual { min-height: 390px; }
  .shot-main { right: 4%; width: 78%; height: 350px; }
  .shot-top { left: 3%; width: 190px; height: 225px; }
  .shot-bottom { right: 2%; width: 178px; height: 210px; }
  .feature-grid, .category-grid, .product-grid, .info-grid { grid-template-columns: repeat(2, 1fr); }
  .company-copy { text-align: center; }
  .company-copy h2, .company-copy p { margin-left: auto; margin-right: auto; }
  .company-vector { opacity: .44; transform: scale(.82); }
  .flower-cluster { opacity: .48; transform: scale(.78); }
  .footer-main { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 680px) {
  .container { width: min(100% - 28px, 1180px); }
  .topbar { font-size: 12px; line-height: 1.35; }
  .nav { grid-template-columns: 120px 1fr; gap: 12px; min-height: 80px; }
  .brand img { width: 112px; }
  .nav-actions { justify-content: flex-end; gap: 5px; }
  .header-search input { display: none; }
  .header-search { width: 42px; border-color: transparent; box-shadow: none; background: transparent; }
  .quote-btn { min-height: 38px; padding: 0 12px; font-size: 12px; }
  .catalogue-search-row { grid-template-columns: 1fr; }
  .mobile-nav-inner { padding-bottom: 12px; }
  .page-hero-grid { min-height: auto; padding: 34px 0 42px; }
  .about-hero {
    min-height: auto;
    border-bottom-color: rgba(246, 166, 190, .34);
  }
  .about-hero::before {
    inset: 0;
    background:
      linear-gradient(180deg, rgba(255, 255, 255, .9) 0%, rgba(255, 255, 255, .72) 42%, rgba(255, 255, 255, .12) 100%),
      radial-gradient(circle at 16% 24%, rgba(255,255,255,.45) 0 3px, transparent 4px),
      radial-gradient(circle at 82% 78%, rgba(246,166,190,.2) 0 4px, transparent 5px);
    background-size: auto, 92px 92px, 118px 118px;
  }
  .about-hero .page-hero-grid {
    width: min(100% - 28px, 1180px);
    min-height: auto;
    align-items: flex-start;
    padding: 38px 0 46px;
  }
  .catalogue-hero .page-hero-grid {
    width: min(100% - 28px, 1180px);
    min-height: auto;
    align-items: flex-start;
    padding: 38px 0 46px;
  }
  .catalogue-hero .page-copy {
    padding: 24px 22px 26px;
    background: linear-gradient(120deg, rgba(255,255,255,.72), rgba(255,255,255,.34));
  }
  .catalogue-hero .page-title { font-size: clamp(48px, 15vw, 66px); }
  .catalogue-visual {
    min-height: 350px;
    width: 100%;
  }
  .catalogue-visual::before { inset: 42px 0 34px 0; }
  .catalogue-main {
    right: 0;
    top: 34px;
    width: 84%;
    height: 262px;
    border-width: 6px;
  }
  .catalogue-left {
    left: 0;
    top: 0;
    width: 128px;
    height: 162px;
    border-width: 6px;
  }
  .catalogue-right {
    right: -2px;
    bottom: -4px;
    width: 126px;
    height: 152px;
    border-width: 6px;
  }
  .contact-hero .page-hero-grid {
    width: min(100% - 28px, 1180px);
    min-height: auto;
    align-items: flex-start;
    padding: 38px 0 46px;
  }
  .contact-hero .page-copy {
    padding: 24px 22px 26px;
    background: linear-gradient(120deg, rgba(255,255,255,.74), rgba(255,255,255,.36));
  }
  .contact-hero .page-title { font-size: clamp(46px, 14vw, 64px); }
  .contact-visual {
    min-height: 390px;
    width: 100%;
  }
  .contact-visual::before { inset: 56px 0 42px 0; }
  .contact-main {
    right: 0;
    top: 72px;
    width: 84%;
    height: 235px;
    border-width: 6px;
  }
  .contact-small {
    left: 0;
    bottom: 0;
    width: 126px;
    height: 154px;
    border-width: 6px;
  }
  .contact-card {
    min-width: 190px;
    padding: 13px 14px;
  }
  .contact-card strong { font-size: 14px; }
  .support-card { left: 4px; top: 0; }
  .mail-card { right: 0; bottom: 18px; }
  .policy-hero .page-hero-grid {
    width: min(100% - 28px, 1180px);
    min-height: auto;
    align-items: flex-start;
    padding: 34px 0 38px;
  }
  .policy-hero .page-copy {
    padding: 24px 22px 26px;
    background: linear-gradient(120deg, rgba(255,255,255,.76), rgba(255,255,255,.36));
  }
  .policy-hero .page-title { font-size: clamp(44px, 13vw, 62px); }
  .policy-hero .page-intro { font-size: 16px; }
  .policy-visual {
    min-height: 278px;
    width: 100%;
  }
  .policy-visual::before { inset: 38px 0 28px 0; }
  .policy-main-card {
    left: 0;
    top: 12px;
    width: 72%;
    min-height: 205px;
    padding: 20px;
  }
  .policy-main-card img { width: 140px; }
  .policy-main-card strong { font-size: 16px; }
  .policy-note {
    right: 0;
    top: 28px;
    padding: 11px 13px;
  }
  .policy-small-card {
    right: 0;
    bottom: 10px;
    padding: 12px 14px;
  }
  .policy-small-card strong { font-size: 14px; }
  .product-detail-hero .page-hero-grid {
    width: min(100% - 28px, 1180px);
    min-height: auto;
    align-items: flex-start;
    padding: 38px 0 46px;
  }
  .product-detail-hero .page-copy {
    padding: 24px 22px 26px;
    background: linear-gradient(120deg, rgba(255,255,255,.74), rgba(255,255,255,.36));
  }
  .product-detail-hero .page-title { font-size: clamp(44px, 13vw, 62px); }
  .detail-hero-visual {
    min-height: 360px;
    width: 100%;
  }
  .detail-hero-visual::before { inset: 56px 0 42px 0; }
  .hero-shot-main {
    right: 0;
    top: 72px;
    width: 84%;
    height: 235px;
    border-width: 6px;
  }
  .hero-shot-small {
    left: 0;
    bottom: 0;
    width: 126px;
    height: 154px;
    border-width: 6px;
  }
  .product-detail-grid {
    grid-template-columns: 1fr;
    gap: 26px;
  }
  .size-info-grid {
    grid-template-columns: 1fr;
  }
  .size-table th,
  .size-table td {
    padding: 11px 12px;
  }
  .detail-action-row {
    grid-template-columns: 1fr;
    width: 100%;
  }
  .product-detail-copy { padding: 24px 18px; }
  .detail-points,
  .detail-thumbs { grid-template-columns: repeat(2, 1fr); }
  .about-hero .page-copy {
    padding: 24px 22px 26px;
    background: linear-gradient(120deg, rgba(255,255,255,.72), rgba(255,255,255,.34));
  }
  .about-hero .page-title { font-size: clamp(48px, 15vw, 66px); }
  .about-hero .page-intro { font-size: 16px; }
  .about-visual {
    min-height: 360px;
    width: 100%;
  }
  .about-visual::before { inset: 42px 0 34px 0; }
  .shot-main {
    right: 0;
    top: 34px;
    width: 86%;
    height: 270px;
    border-width: 6px;
  }
  .shot-main img { object-position: 76% center; }
  .shot-top {
    left: 0;
    top: 0;
    width: 132px;
    height: 164px;
    border-width: 6px;
  }
  .shot-bottom {
    right: -2px;
    bottom: -4px;
    width: 128px;
    height: 150px;
    border-width: 6px;
  }
  .page-intro { font-size: 16px; }
  .hero-image { border-width: 7px; }
  .section { padding: 54px 0; }
  .story-panel, .contact-panel { padding: 22px 18px; }
  .story-panel {
    min-height: auto;
    justify-content: flex-start;
  }
  .company-photo::before { inset: 18px -10px -14px 14px; }
  .company-vector,
  .flower-cluster { display: none; }
  .company-photo img { border-width: 7px; }
  .company-badge {
    right: 10px;
    bottom: 16px;
    min-height: 38px;
    font-size: 12px;
  }
  .company-copy { text-align: left; }
  .company-highlights,
  .feature-grid, .category-grid, .product-grid, .info-grid, .form-row, .footer-main { grid-template-columns: 1fr; }
  .catalogue-pagination {
    align-items: stretch;
    flex-direction: column;
    padding: 16px;
  }
  .pagination-summary {
    text-align: center;
  }
  .pagination-links {
    justify-content: center;
  }
  .page-link {
    min-width: 38px;
    min-height: 38px;
    padding: 0 11px;
  }
  .newsletter { grid-template-columns: 1fr; }
  .newsletter button { min-height: 44px; }
  .bottom-row { flex-direction: column; justify-content: center; padding: 16px 0; text-align: center; }
  .whatsapp-float { right: 16px; bottom: 18px; width: 50px; height: 50px; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after {
    animation-duration: .01ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
    transition-duration: .01ms !important;
  }
  .reveal { opacity: 1; transform: none; }
}
