:root {
  --purple: #4b0067;
  --heading: #67166e;
  --pink: #fb0595;
  --cream: #fbf8ef;
  --ink: #27222a;
}

* { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  margin: 0;
  color: var(--ink);
  background: var(--cream);
  font-family: "DM Sans", Arial, sans-serif;
  font-size: 18px;
  line-height: 1.45;
}

a { color: inherit; }
img { display: block; max-width: 100%; }
button, summary { font: inherit; }
.cream { background: var(--cream); }

.rainbow-bg {
  background:
    radial-gradient(circle at 8% 50%, rgba(205, 255, 239, .85), transparent 38%),
    radial-gradient(circle at 48% 40%, rgba(255, 222, 230, .82), transparent 43%),
    radial-gradient(circle at 93% 25%, rgba(208, 219, 255, .9), transparent 42%),
    #f7f0f4;
}

.announcement {
  min-height: 42px;
  display: grid;
  place-items: center;
  padding: 8px 16px;
  background: var(--purple);
  color: #fff;
  font-family: "Lora", Georgia, serif;
  font-size: 15px;
  font-weight: 600;
  letter-spacing: .03em;
}

.site-header {
  position: relative;
  z-index: 5;
  height: 64px;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  padding: 0 34px;
  background: #fffdf8;
  border-bottom: 1px solid rgba(70, 0, 95, .08);
}

.header-side { display: flex; align-items: center; gap: 25px; color: #403844; font-size: 15px; }
.header-right { justify-content: flex-end; }
.brand img { width: 187px; filter: brightness(0) saturate(100%) invert(14%) sepia(75%) saturate(4650%) hue-rotate(274deg) brightness(75%); }
.locale-control { padding: 0; border: 0; background: transparent; color: inherit; cursor: pointer; font: inherit; }
.locale-control:hover { color: var(--heading); }

.icon-button { width: 24px; height: 24px; padding: 3px 1px; border: 0; background: transparent; cursor: pointer; }
.icon-button span { display: block; width: 19px; height: 1.5px; margin: 4px 0; background: #5b5560; }

.drawer { position: fixed; z-index: 20; top: 106px; left: 0; width: min(340px, 88vw); height: calc(100vh - 106px); padding: 32px; display: flex; flex-direction: column; gap: 20px; background: #fffdf8; box-shadow: 10px 0 30px rgba(45, 0, 60, .15); transform: translateX(-105%); transition: transform .2s ease; }
.drawer.open { transform: translateX(0); }
.drawer a { text-decoration: none; font-weight: 600; }

.hero { min-height: 637px; display: flex; align-items: center; }
.hero-inner { width: min(1230px, calc(100% - 70px)); margin: 0 auto; display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: 52px; }
.hero-art { display: flex; justify-content: center; align-items: center; }
.hero-art img { width: min(590px, 100%); }
.hero-copy { text-align: center; padding: 0 10px; }
.hero-copy h1, .section-heading h2, .about h2, .faq h2, .product-copy h3, .promise h2 {
  margin: 0;
  color: var(--heading);
  font-family: "Lora", Georgia, serif;
  font-weight: 700;
  line-height: 1.15;
}
.hero-copy h1 { font-size: clamp(31px, 2.7vw, 42px); }
.hero-copy p { margin: 24px auto; max-width: 620px; font-size: clamp(20px, 1.7vw, 25px); line-height: 1.55; }

.primary-button { display: flex; min-height: 58px; width: 100%; align-items: center; justify-content: center; padding: 12px 24px; border-radius: 10px; background: var(--pink); color: #fff; text-decoration: none; font-size: 23px; font-weight: 700; letter-spacing: .01em; box-shadow: inset 0 -1px 0 rgba(0,0,0,.08); }
.primary-button:hover { background: #e90087; }

.promise-section { padding: 32px 20px 45px; }
.promise-grid { width: min(920px, 100%); margin: 0 auto; display: grid; grid-template-columns: repeat(3, 1fr); gap: 55px; }
.promise { text-align: center; }
.promise img { width: 82px; height: 82px; margin: 0 auto 14px; object-fit: contain; }
.promise h2 { font-size: 25px; }

.products { padding: 15px 38px 50px; }
.section-heading { width: min(1180px, 100%); margin: 0 auto 30px; text-align: center; }
.section-heading h2 { font-size: 30px; }
.ornament { display: flex; align-items: center; gap: 16px; margin-top: 27px; color: var(--heading); }
.ornament span { flex: 1; height: 2px; background: var(--heading); }
.ornament b { letter-spacing: -7px; font-weight: 400; }
.featured-product { width: min(1175px, 100%); margin: 0 auto; padding: 28px; display: grid; grid-template-columns: 1fr 1.05fr; align-items: center; gap: 28px; background: #f8e7ff; border: 1px solid #ddc8ff; border-radius: 10px; box-shadow: 0 2px 13px rgba(76, 28, 115, .22); }
.product-image { width: 100%; border-radius: 7px; }
.product-copy { text-align: center; padding: 30px 0; }
.product-copy h3 { color: #5a4b5b; font-size: 31px; }
.price { margin: 14px 0 13px; font-size: 27px; }
.price strong { color: var(--pink); font-size: 35px; }
.price s { color: #625a63; margin-left: 8px; }
.sale-label { display: inline-block; padding: 1px 6px; margin-bottom: 21px; background: var(--pink); color: #fff; font-size: 14px; font-weight: 700; }
.product-copy .primary-button { margin: 0 auto; }
.guarantee { margin: 8px 0 0; font-size: 16px; }

.feature-band { padding: 34px 35px 28px; }
.feature-grid { width: min(1170px, 100%); margin: 0 auto; display: grid; grid-template-columns: repeat(4, 1fr); gap: 26px; text-align: center; }
.feature-grid img { width: 96px; height: 96px; object-fit: contain; margin: 0 auto 8px; }
.feature-grid h3 { margin: 0 0 2px; color: var(--heading); font-size: 18px; }
.feature-grid p { margin: 0; font-size: 17px; line-height: 1.25; }

.about { padding: 70px 38px 58px; }
.about-inner { width: min(1200px, 100%); margin: 0 auto; display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: 45px; }
.about-inner > img { width: 100%; border-radius: 9px; }
.about-copy { text-align: center; }
.about h2 { font-size: 31px; }
.about-copy > p:not(.guarantee) { margin: 12px 0 24px; font-size: 18px; line-height: 1.55; }
.about .primary-button { margin-top: 16px; }

.faq { padding: 45px 35px 42px; }
.faq-inner { width: min(1175px, 100%); margin: 0 auto; }
.faq h2 { margin-bottom: 27px; color: #5a4b5b; text-align: center; font-size: 31px; }
.faq details { margin: 0 0 13px; background: #fff; border: 1px solid rgba(129, 88, 170, .17); border-radius: 4px; overflow: hidden; box-shadow: 0 2px 7px rgba(79, 29, 96, .05); }
.faq summary { position: relative; padding: 17px 20px 17px 49px; font-weight: 700; cursor: pointer; list-style: none; }
.faq summary::-webkit-details-marker { display: none; }
.faq summary::before { content: "›"; position: absolute; left: 21px; top: 50%; color: var(--heading); transform: translateY(-54%); font-size: 30px; font-weight: 400; }
.faq details[open] summary::before { transform: translateY(-50%) rotate(90deg); }
.faq details p { margin: 0; padding: 0 20px 19px 49px; }

.footer { background: var(--purple); color: rgba(255,255,255,.72); }
.footer-main { width: min(1050px, calc(100% - 60px)); margin: 0 auto; padding: 52px 0 22px; display: grid; grid-template-columns: 1.2fr 1fr 1fr; gap: 44px; }
.footer h3 { margin: 0 0 18px; color: #fff; font-family: "Lora", Georgia, serif; font-size: 21px; }
.footer a { display: block; margin-bottom: 12px; color: rgba(255,255,255,.7); text-decoration: none; font-size: 15px; }
.footer-brand img { width: 210px; }
.socials { padding: 4px 0 38px; display: flex; justify-content: center; gap: 30px; color: #fff; }
.footer-bottom { border-top: 1px solid rgba(255,255,255,.08); padding: 45px max(11vw, 30px) 36px; display: grid; grid-template-columns: 1fr 1fr; gap: 25px; align-items: center; }
.selectors { display: flex; gap: 12px; font-size: 12px; }
.selectors button { display: block; min-width: 195px; margin-top: 8px; padding: 13px 18px; border: 1px solid rgba(255,255,255,.4); border-radius: 9px; background: transparent; color: #fff; cursor: pointer; font: inherit; font-weight: 400; text-align: left; }
.selectors button:hover { background: rgba(255,255,255,.1); }
.payment-marks { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 7px; }
.payment-marks i { padding: 5px 7px; min-width: 38px; background: #f1eef5; color: #35263a; border-radius: 3px; font-size: 9px; font-style: normal; text-align: center; }
.footer-bottom small { grid-column: 1 / -1; }

.modal[aria-hidden="true"] { display: none; }
.modal { position: fixed; z-index: 50; inset: 0; display: grid; place-items: center; padding: 22px; }
.modal-backdrop { position: absolute; inset: 0; background: rgba(31, 10, 42, .62); backdrop-filter: blur(5px); }
.modal-panel { position: relative; width: min(620px, 100%); max-height: min(680px, calc(100vh - 44px)); overflow-y: auto; overscroll-behavior: contain; padding: 45px 44px 38px; border: 1px solid rgba(125, 61, 168, .35); border-radius: 18px; background: linear-gradient(135deg, #fffdf8, #f8effd); box-shadow: 0 24px 70px rgba(26, 0, 38, .38); }
.modal-panel h2 { margin: 0 0 18px; color: var(--heading); font-family: "Lora", Georgia, serif; font-size: 33px; line-height: 1.1; }
.modal-panel h3 { margin: 24px 0 8px; color: #5a246b; font-family: "Lora", Georgia, serif; font-size: 20px; }
.modal-panel p { margin: 0 0 17px; font-size: 17px; line-height: 1.55; }
.modal-panel a { color: #8b167f; font-weight: 700; }
.modal-eyebrow { margin-bottom: 7px !important; color: #8b167f; font-size: 12px !important; font-weight: 700; letter-spacing: .12em; }
.modal-email { display: inline-block; margin: 3px 0 16px; font-size: 18px; overflow-wrap: anywhere; }
.modal-page-link { display: inline-flex; margin-top: 8px; padding: 10px 14px; border: 1px solid rgba(139, 22, 127, .35); border-radius: 8px; text-decoration: none; }
.modal-page-link:hover { background: rgba(139, 22, 127, .08); }
.modal-note { margin-bottom: 0 !important; color: #5d5363; font-size: 15px !important; }
.modal-close { position: absolute; top: 14px; right: 16px; width: 34px; height: 34px; border: 0; border-radius: 50%; background: rgba(103, 22, 110, .1); color: var(--heading); cursor: pointer; font-size: 27px; line-height: 1; }
.modal-close:hover { background: rgba(103, 22, 110, .2); }
body.modal-open { overflow: hidden; }
.locale-panel { max-width: 680px; }
.locale-section + .locale-section { margin-top: 27px; }
.locale-section h3 { margin-top: 0; }
.locale-options { display: grid; grid-template-columns: repeat(2, 1fr); gap: 10px; }
.locale-options button { min-height: 48px; padding: 10px 13px; border: 1px solid #dac8e7; border-radius: 9px; background: rgba(255,255,255,.72); color: #4f3158; cursor: pointer; font: 600 15px/1.2 "DM Sans", Arial, sans-serif; text-align: left; }
.locale-options button:hover, .locale-options button.is-selected { border-color: #8f4ca5; background: #f1e4f9; color: var(--heading); }

@media (max-width: 900px) {
  .site-header { padding: 0 18px; }
  .header-right .locale-control { display: none; }
  .hero { min-height: 0; padding: 35px 20px 50px; }
  .hero-inner, .about-inner { grid-template-columns: 1fr; width: min(650px, 100%); gap: 20px; }
  .hero-copy h1 { font-size: 31px; }
  .hero-copy p { font-size: 19px; }
  .promise-grid { gap: 15px; }
  .promise h2 { font-size: 18px; }
  .featured-product { grid-template-columns: 1fr; max-width: 650px; }
  .product-copy { padding: 10px 0; }
  .feature-grid { grid-template-columns: repeat(2, 1fr); row-gap: 35px; }
  .about { padding-top: 45px; }
  .footer-main { grid-template-columns: repeat(2, 1fr); }
  .footer-bottom { grid-template-columns: 1fr; }
  .payment-marks { justify-content: flex-start; }
}

@media (max-width: 560px) {
  body { font-size: 16px; }
  .announcement { font-size: 13px; }
  .site-header { height: 58px; }
  .brand img { width: 155px; }
  .drawer { top: 100px; height: calc(100vh - 100px); }
  .hero-art img { width: 100%; }
  .hero-copy h1 { font-size: 27px; }
  .primary-button { font-size: 18px; min-height: 53px; }
  .promise-section { padding: 28px 12px 35px; }
  .promise-grid { grid-template-columns: 1fr; gap: 28px; }
  .promise h2 br { display: none; }
  .products { padding: 10px 14px 38px; }
  .section-heading h2, .about h2, .faq h2 { font-size: 25px; }
  .featured-product { padding: 15px; }
  .product-copy h3 { font-size: 25px; }
  .price strong { font-size: 31px; }
  .feature-band { padding: 32px 15px; }
  .feature-grid { grid-template-columns: 1fr 1fr; gap: 30px 12px; }
  .feature-grid img { width: 78px; height: 78px; }
  .feature-grid p { font-size: 14px; }
  .about { padding: 42px 15px; }
  .about-copy > p:not(.guarantee) { font-size: 16px; }
  .faq { padding: 38px 14px; }
  .faq summary { font-size: 15px; }
  .footer-main { width: calc(100% - 40px); grid-template-columns: 1fr; }
  .selectors { flex-direction: column; }
  .selectors button { min-width: 0; }
  .footer-bottom { padding: 35px 20px; }
  .modal-panel { padding: 42px 25px 30px; }
  .modal-panel h2 { font-size: 28px; }
  .locale-options { grid-template-columns: 1fr; }
}
