@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&family=Playfair+Display:wght@600;700&display=swap');

:root {
  --plum: #ac2f80;
  --plum-dark: #77205b;
  --blush: #f7e5f0;
  --blush-light: #fff8fc;
  --leaf: #388b47;
  --leaf-light: #e8f3e9;
  --ink: #2c2330;
  --muted: #746b75;
  --white: #ffffff;
  --line: #eadde6;
  --shadow: 0 24px 60px rgba(83, 35, 67, 0.13);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background:
    radial-gradient(circle at 5% 9%, rgba(172, 47, 128, 0.08), transparent 22rem),
    radial-gradient(circle at 95% 55%, rgba(56, 139, 71, 0.08), transparent 25rem),
    #fdfbfd;
  font-family: "DM Sans", Arial, sans-serif;
  line-height: 1.6;
}

a {
  color: inherit;
}

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

.page-shell {
  overflow: hidden;
}

.site-header {
  width: min(1180px, calc(100% - 40px));
  min-height: 92px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  gap: 38px;
}

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

.main-nav {
  display: flex;
  align-items: center;
  gap: 30px;
  margin-left: auto;
}

.main-nav a {
  color: #594e58;
  text-decoration: none;
  font-size: 0.92rem;
  font-weight: 600;
}

.main-nav a:hover {
  color: var(--plum);
}

.header-button,
.primary-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  border-radius: 999px;
  padding: 0 24px;
  color: var(--white);
  background: linear-gradient(135deg, var(--plum), var(--plum-dark));
  box-shadow: 0 12px 28px rgba(172, 47, 128, 0.22);
  text-decoration: none;
  font-weight: 700;
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.header-button:hover,
.primary-button:hover {
  transform: translateY(-2px);
  box-shadow: 0 16px 34px rgba(172, 47, 128, 0.28);
}

.hero {
  position: relative;
  width: min(1260px, calc(100% - 30px));
  margin: 16px auto 0;
  padding: 76px clamp(30px, 6vw, 88px);
  border: 1px solid rgba(172, 47, 128, 0.08);
  border-radius: 40px;
  background:
    linear-gradient(120deg, rgba(255,255,255,0.96), rgba(255,247,252,0.94)),
    var(--blush-light);
  box-shadow: var(--shadow);
  display: grid;
  grid-template-columns: minmax(0, 1.04fr) minmax(0, 0.96fr);
  align-items: center;
  gap: clamp(42px, 6vw, 84px);
  isolation: isolate;
  overflow: hidden;
}

.hero::after {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  right: 0;
  width: min(42vw, 520px);
  height: 150px;
  border-bottom-left-radius: 78% 100%;
  background:
    linear-gradient(155deg, rgba(247, 205, 231, 0.86), rgba(240, 183, 216, 0.42));
  box-shadow:
    inset 0 -3px 0 rgba(172, 47, 128, 0.13),
    inset 0 -11px 0 rgba(255, 255, 255, 0.42);
  pointer-events: none;
}

.hero-curve {
  position: absolute;
  z-index: -1;
  pointer-events: none;
}

.hero-curve-bottom {
  width: 520px;
  left: -180px;
  bottom: -220px;
  opacity: 0.5;
}

.product-visual {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.image-card {
  position: relative;
  min-height: 540px;
  padding: 28px;
  border-radius: 36px 120px 36px 36px;
  background: linear-gradient(145deg, #ffffff, #f5ebf1);
  box-shadow: 0 25px 55px rgba(54, 28, 47, 0.16);
  display: grid;
  place-items: center;
}

.image-card::before {
  content: "";
  position: absolute;
  inset: 20px;
  border: 1px solid rgba(172, 47, 128, 0.13);
  border-radius: 26px 102px 26px 26px;
  pointer-events: none;
}

.image-card img {
  width: 100%;
  max-height: 490px;
  object-fit: contain;
  mix-blend-mode: multiply;
}

.visual-badge {
  position: relative;
  z-index: 2;
  width: min(100%, 360px);
  margin-left: 18px;
  padding: 16px 20px;
  border-radius: 18px;
  color: var(--white);
  background: linear-gradient(135deg, var(--leaf), #2f783c);
  box-shadow: 0 14px 30px rgba(56, 139, 71, 0.20);
  display: flex;
  align-items: center;
  gap: 14px;
}

.visual-badge span,
.visual-badge strong {
  display: block;
}

.visual-badge strong {
  flex: 1;
}

.badge-kicker {
  margin-bottom: 4px;
  font-size: 0.74rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  opacity: 0.8;
}

.visual-badge strong {
  font-family: "Playfair Display", Georgia, serif;
  font-size: 1.15rem;
  line-height: 1.25;
}

.sparkle {
  position: absolute;
  z-index: 2;
  color: var(--plum);
  font-size: 2rem;
}

.sparkle-one {
  top: 45px;
  left: 42px;
}

.sparkle-two {
  right: 38px;
  bottom: 48px;
  color: var(--leaf);
  font-size: 1.35rem;
}

.eyebrow {
  margin: 0 0 12px;
  color: var(--plum);
  font-size: 0.77rem;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.product-copy h1,
.details-intro h2,
.specs-section h2 {
  margin: 0;
  font-family: "Playfair Display", Georgia, serif;
  line-height: 1.08;
}

.product-copy h1 {
  max-width: 670px;
  font-size: clamp(1.6rem, 2.8vw, 2.65rem);
}

.subtitle {
  max-width: 660px;
  margin: 24px 0;
  color: var(--muted);
  font-size: 1.05rem;
}

.price-panel {
  margin: 26px 0;
  padding: 18px 20px;
  border: 1px solid var(--line);
  border-radius: 20px;
  background: rgba(255,255,255,0.7);
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
}

.price-label {
  display: block;
  color: var(--muted);
  font-size: 0.72rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.price {
  display: block;
  margin-top: 2px;
  color: var(--plum-dark);
  font-family: "Playfair Display", Georgia, serif;
  font-size: 2.7rem;
  font-weight: 700;
  line-height: 1;
}

.price sup {
  position: relative;
  top: -0.65em;
  margin-right: 2px;
  font-family: "DM Sans", Arial, sans-serif;
  font-size: 0.95rem;
}

.availability {
  padding: 8px 13px;
  border-radius: 999px;
  color: var(--leaf);
  background: var(--leaf-light);
  font-size: 0.8rem;
  font-weight: 800;
}

.quick-points {
  margin: 0;
  padding: 0;
  list-style: none;
}

.quick-points li {
  position: relative;
  margin: 12px 0;
  padding-left: 30px;
}

.quick-points li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 0;
  width: 21px;
  height: 21px;
  border-radius: 50%;
  color: var(--white);
  background: var(--leaf);
  display: grid;
  place-items: center;
  font-size: 0.72rem;
  font-weight: 900;
}

.hero-actions {
  margin-top: 30px;
  display: flex;
  align-items: center;
  gap: 24px;
  flex-wrap: wrap;
}

.text-link {
  color: var(--plum-dark);
  text-decoration: none;
  font-weight: 800;
}

.text-link span {
  display: inline-block;
  transition: transform 180ms ease;
}

.text-link:hover span {
  transform: translateX(4px);
}

.retail-note {
  margin: 18px 0 0;
  color: #8b8189;
  font-size: 0.75rem;
}

.feature-strip {
  width: min(1120px, calc(100% - 40px));
  margin: 72px auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}

.feature-strip article {
  padding: 30px;
  border: 1px solid var(--line);
  border-radius: 24px;
  background: rgba(255,255,255,0.84);
  box-shadow: 0 18px 38px rgba(67, 37, 58, 0.07);
}

.feature-icon {
  width: 56px;
  height: 56px;
  border-radius: 18px;
  color: var(--plum);
  background: var(--blush);
  display: grid;
  place-items: center;
  font-family: "Playfair Display", Georgia, serif;
  font-size: 1.22rem;
  font-weight: 700;
}

.feature-strip h2 {
  margin: 20px 0 10px;
  font-size: 1.12rem;
}

.feature-strip p,
.detail-card p,
.details-intro > p:last-child {
  color: var(--muted);
}

.details-section {
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto;
  padding: 72px;
  border-radius: 34px;
  background:
    linear-gradient(rgba(45, 34, 48, 0.94), rgba(45, 34, 48, 0.94)),
    url("dot-pattern.svg");
  color: var(--white);
  display: grid;
  grid-template-columns: 0.78fr 1.22fr;
  gap: 70px;
}

.details-intro h2 {
  font-size: clamp(2rem, 4vw, 3.4rem);
}

.details-intro > p:last-child {
  color: #cfc4ce;
}

.detail-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 18px;
}

.detail-card {
  min-height: 220px;
  padding: 24px;
  border: 1px solid rgba(255,255,255,0.11);
  border-radius: 22px;
  background: rgba(255,255,255,0.055);
}

.detail-card > span {
  color: #e5a6cb;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.12em;
}

.detail-card h3 {
  margin: 24px 0 8px;
  font-family: "Playfair Display", Georgia, serif;
  font-size: 1.25rem;
}

.detail-card p {
  margin-bottom: 0;
  color: #cfc4ce;
}

.specs-section {
  width: min(1080px, calc(100% - 40px));
  margin: 90px auto;
  display: grid;
  grid-template-columns: 0.72fr 1.28fr;
  gap: 70px;
  align-items: start;
}

.specs-section h2 {
  font-size: clamp(2.2rem, 4vw, 3.5rem);
}

.spec-list {
  margin: 0;
}

.spec-list div {
  padding: 18px 0;
  border-bottom: 1px solid var(--line);
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}

.spec-list dt {
  color: var(--muted);
}

.spec-list dd {
  margin: 0;
  font-weight: 800;
}

.safety-callout {
  width: min(1080px, calc(100% - 40px));
  margin: 0 auto 80px;
  padding: 28px;
  border: 1px solid #f0d6e5;
  border-radius: 22px;
  background: #fff5fa;
  display: flex;
  gap: 20px;
  align-items: flex-start;
}

.safety-mark {
  flex: 0 0 auto;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  color: var(--white);
  background: var(--plum);
  display: grid;
  place-items: center;
  font-weight: 900;
}

.safety-callout h2 {
  margin: 0 0 6px;
  font-size: 1.12rem;
}

.safety-callout p {
  margin: 0;
  color: var(--muted);
}

footer {
  padding: 45px 20px;
  border-top: 1px solid var(--line);
  background: var(--white);
  text-align: center;
}

footer img {
  width: 130px;
  margin: 0 auto 12px;
}

footer p {
  margin: 4px 0;
  color: var(--muted);
}

.copyright {
  font-size: 0.78rem;
}

@media (max-width: 900px) {
  .main-nav {
    display: none;
  }

  .header-button {
    margin-left: auto;
  }

  .hero {
    grid-template-columns: 1fr;
    padding: 46px 28px;
  }

  .product-copy {
    order: -1;
  }

  .image-card {
    min-height: 480px;
  }

  .feature-strip {
    grid-template-columns: 1fr;
  }

  .details-section,
  .specs-section {
    grid-template-columns: 1fr;
  }

  .details-section {
    padding: 46px 28px;
  }
}

@media (max-width: 620px) {
  .site-header {
    min-height: 78px;
  }

  .brand img {
    width: 118px;
  }

  .header-button {
    min-height: 42px;
    padding: 0 16px;
    font-size: 0.78rem;
  }

  .hero {
    width: calc(100% - 20px);
    border-radius: 26px;
  }

  .product-copy h1 {
    font-size: 2.5rem;
  }

  .price-panel {
    align-items: flex-start;
  }

  .image-card {
    min-height: 390px;
    border-radius: 28px 75px 28px 28px;
  }

  .visual-badge {
    width: 100%;
    margin-left: 0;
  }

  .hero::after {
    width: 72vw;
    height: 105px;
  }

  .detail-grid {
    grid-template-columns: 1fr;
  }

  .spec-list div {
    grid-template-columns: 1fr;
    gap: 4px;
  }
}


.gallery-section{
 width:min(1180px,calc(100% - 40px));
 margin:90px auto;
}
.gallery-header{text-align:center;max-width:700px;margin:0 auto 40px;}
.gallery-header h2{
font-family:"Playfair Display",Georgia,serif;
font-size:clamp(2rem,4vw,3.5rem);
margin:.2em 0;
}
.gallery-header p:last-child{color:var(--muted);}
.gallery-grid{
display:grid;
grid-template-columns:repeat(auto-fit,minmax(320px,1fr));
gap:28px;
}
.gallery-grid figure{
margin:0;
background:#fff;
border-radius:22px;
overflow:hidden;
border:1px solid var(--line);
box-shadow:0 18px 40px rgba(0,0,0,.08);
transition:transform .2s ease, box-shadow .2s ease;
}
.gallery-grid figure:hover{
transform:translateY(-4px);
box-shadow:0 22px 48px rgba(0,0,0,.12);
}
.gallery-grid img{
display:block;
width:100%;
height:auto;
}
