:root {
  --pink: #f65b9a;
  --pink-2: #ff8fbd;
  --hot: #ef3f8a;
  --soft: #fff0f6;
  --soft-2: #ffe3ef;
  --black: #050505;
  --ink: #171217;
  --muted: #756672;
  --line: #f3d5e2;
  --white: #fff;
  --shadow: 0 18px 55px rgba(239, 63, 138, .18);
  --radius: 24px;
}

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  scroll-behavior: smooth;
}

body {
  color: var(--ink);
  background: #fff;
  font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  overflow-x: hidden;
}

a {
  color: inherit;
  text-decoration: none;
}

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

button,
input,
textarea {
  font: inherit;
}

code {
  background: var(--soft);
  border-radius: 8px;
  padding: .15rem .35rem;
}

.announcement {
  align-items: center;
  background: #020202;
  color: #fff;
  display: flex;
  font-size: 14px;
  font-weight: 600;
  gap: 13px;
  height: 38px;
  justify-content: center;
  letter-spacing: .02em;
}

.spark,
.stars {
  color: var(--pink);
  line-height: 1;
}

.site-header {
  align-items: center;
  background: #fff;
  border-bottom: 1px solid #f4edf0;
  display: flex;
  height: 126px;
  justify-content: space-between;
  padding: 0 clamp(22px, 5.6vw, 78px);
  position: sticky;
  top: 0;
  z-index: 50;
}

.logo {
  align-items: flex-end;
  color: #060606;
  display: flex;
  gap: 3px;
  line-height: .78;
  min-width: 240px;
}

.logo .script {
  color: var(--pink);
  display: block;
  font-family: "Great Vibes", cursive;
  font-size: 29px;
  margin-bottom: 28px;
  margin-right: -16px;
  transform: rotate(-4deg);
}

.logo .main {
  font-family: "Playfair Display", serif;
  font-size: 42px;
  font-weight: 900;
  letter-spacing: -.055em;
}

.logo .club {
  color: var(--pink);
  font-family: "Great Vibes", cursive;
  font-size: 31px;
  margin-bottom: -20px;
  margin-left: -17px;
  transform: rotate(4deg);
}

.logo .stars {
  font-weight: 800;
  margin-bottom: -11px;
  margin-left: 3px;
}

.nav {
  align-items: center;
  display: flex;
  font-family: "Playfair Display", serif;
  font-size: 17px;
  font-weight: 800;
  gap: clamp(24px, 4vw, 58px);
  justify-content: center;
}

.nav a {
  padding: 13px 0;
  position: relative;
}

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

.nav a:hover::after {
  background: var(--pink);
  border-radius: 99px;
  bottom: 2px;
  content: "";
  height: 3px;
  left: 0;
  position: absolute;
  right: 0;
}

.cart-count {
  align-items: center;
  background: var(--pink);
  border-radius: 50%;
  color: #fff;
  display: inline-flex;
  font-size: 12px;
  font-weight: 800;
  height: 22px;
  justify-content: center;
  min-width: 22px;
  padding: 0 6px;
}

.header-icons {
  align-items: center;
  display: flex;
  gap: 25px;
  justify-content: flex-end;
  min-width: 160px;
}

.icon-btn {
  background: transparent;
  border: 0;
  color: #222;
  cursor: pointer;
  display: grid;
  height: 31px;
  place-items: center;
  position: relative;
  width: 31px;
}

.cart-button .cart-count {
  position: absolute;
  right: -8px;
  top: -8px;
}

.mobile-toggle,
.mobile-menu {
  display: none;
}

.mobile-menu {
  background: #fff;
  border-bottom: 1px solid #f2d8e4;
  padding: 0 22px 20px;
}

.mobile-menu a {
  border-bottom: 1px solid #f7e4ec;
  display: block;
  font-family: "Playfair Display", serif;
  font-weight: 800;
  padding: 14px 0;
}

.hero {
  background-image: url("../img/hero-background.png");
  background-position: center right;
  background-size: cover;
  display: grid;
  grid-template-columns: minmax(340px, 43%) 1fr;
  min-height: 640px;
  overflow: hidden;
  position: relative;
}

.hero::before {
  background:
    radial-gradient(circle at 11% 16%, rgba(255, 255, 255, .94), rgba(255, 255, 255, .58) 24%, transparent 47%),
    linear-gradient(90deg, rgba(255, 245, 249, .96) 0%, rgba(255, 234, 242, .82) 44%, rgba(255, 189, 214, .08) 100%);
  content: "";
  inset: 0;
  pointer-events: none;
  position: absolute;
}

.hero-copy {
  align-self: center;
  padding: 70px 0 46px clamp(24px, 6vw, 78px);
  position: relative;
  z-index: 2;
}

.eyebrow {
  align-items: center;
  color: var(--pink);
  display: flex;
  font-size: 16px;
  font-weight: 900;
  gap: 13px;
  letter-spacing: .13em;
  margin-bottom: 12px;
  text-transform: uppercase;
}

.hero h1 {
  font-family: "Playfair Display", serif;
  font-size: clamp(58px, 7vw, 96px);
  font-weight: 900;
  letter-spacing: -.055em;
  line-height: .94;
  max-width: 620px;
}

.pink-line {
  background: linear-gradient(90deg, var(--pink), transparent);
  height: 3px;
  margin: 25px 0 22px;
  position: relative;
  width: min(410px, 82%);
}

.pink-line::after {
  color: var(--pink);
  content: "+";
  font-size: 27px;
  position: absolute;
  right: 0;
  top: -16px;
}

.hero p {
  color: #30252d;
  font-family: "Playfair Display", serif;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.24;
  margin-bottom: 29px;
  max-width: 450px;
}

.button,
.btn {
  align-items: center;
  background: linear-gradient(135deg, var(--pink), #ec3b88);
  border: 0;
  border-radius: 999px;
  box-shadow: 0 15px 30px rgba(239, 63, 138, .25);
  color: #fff;
  cursor: pointer;
  display: inline-flex;
  font-family: "Playfair Display", serif;
  font-size: 20px;
  font-weight: 900;
  gap: 24px;
  justify-content: center;
  min-height: 50px;
  min-width: 230px;
  padding: 17px 39px;
  transition: .25s ease;
}

.button:hover,
.btn:hover {
  box-shadow: 0 20px 38px rgba(239, 63, 138, .35);
  transform: translateY(-2px);
}

.perks-row {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 27px;
  margin-top: 39px;
}

.mini-perk {
  align-items: center;
  display: flex;
  gap: 10px;
  min-width: 132px;
}

.perk-icon {
  border: 2px solid var(--pink-2);
  border-radius: 50%;
  color: var(--pink);
  display: grid;
  flex: 0 0 auto;
  font-weight: 900;
  height: 39px;
  place-items: center;
  width: 39px;
}

.mini-perk strong {
  color: #2b2028;
  display: block;
  font-size: 10px;
  font-weight: 900;
  text-transform: uppercase;
}

.mini-perk span {
  color: #332b31;
  font-size: 9px;
  font-weight: 600;
}

.section {
  background: #fff;
  padding: 25px clamp(20px, 5.6vw, 72px) 0;
}

.section.narrow {
  margin-inline: auto;
  max-width: 920px;
  padding-bottom: 52px;
}

.section-title,
.section-heading {
  margin-bottom: 20px;
  text-align: center;
}

.section-title h2,
.section-heading h1,
.section-heading h2,
.order-summary h2,
.checkout-layout h1,
.contact-layout h1 {
  font-family: "Playfair Display", serif;
  font-size: clamp(39px, 5vw, 68px);
  font-weight: 900;
  letter-spacing: -.04em;
  line-height: 1;
}

.section-title h2 span {
  color: var(--pink);
  font-size: .76em;
}

.section-title p,
.section-heading .eyebrow {
  color: var(--pink);
  display: block;
  font-size: 13px;
  font-weight: 900;
  letter-spacing: .16em;
  margin-top: 9px;
  text-transform: uppercase;
}

.product-shell {
  position: relative;
}

.products,
.product-grid {
  display: grid;
  gap: 22px;
  grid-template-columns: repeat(auto-fit, minmax(230px, 272px));
  justify-content: center;
}

.product,
.product-card,
.cart-panel,
.checkout-form,
.order-summary,
.contact-form,
.mini-product {
  background: #fff;
  border: 1px solid #f0dde6;
  border-radius: 8px;
  box-shadow: 0 10px 28px rgba(15, 8, 12, .06);
  overflow: hidden;
  position: relative;
}

.product,
.product-card {
  display: flex;
  flex-direction: column;
  min-height: 0;
  transition: .25s ease;
}

.product:hover,
.product-card:hover {
  border-color: #efbdd3;
  box-shadow: 0 18px 36px rgba(239, 63, 138, .14);
  transform: translateY(-3px);
}

.product-img {
  aspect-ratio: 1.05 / 1;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, .9), rgba(255, 240, 246, .88)),
    linear-gradient(#fff, #fffafb);
  border-bottom: 1px solid #f4e3eb;
  display: grid;
  min-height: 0;
  padding: 24px 22px 18px;
  place-items: center;
}

.product-img img {
  display: block;
  max-height: 190px;
  max-width: 82%;
  object-fit: contain;
  width: auto;
}

.product-body {
  display: grid;
  gap: 6px;
  padding: 14px 16px 15px;
}

.product-kicker {
  color: #8d6c7c;
  font-size: 10px;
  font-weight: 900;
  letter-spacing: .14em;
  line-height: 1;
  text-transform: uppercase;
}

.product h3,
.product-card h3 {
  color: #171217;
  font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 15px;
  font-weight: 800;
  letter-spacing: 0;
  line-height: 1.25;
  min-height: 38px;
  padding: 0;
}

.product-card p {
  color: var(--muted);
  font-size: 14px;
  line-height: 1.5;
  padding: 0 15px 14px;
}

.price,
.card-actions strong {
  color: var(--pink);
  font-size: 15px;
  font-weight: 900;
  padding: 0;
}

.product-footer {
  align-items: center;
  display: flex;
  justify-content: space-between;
  min-height: 34px;
  padding-top: 4px;
}

.cart-mini,
.button.small {
  align-items: center;
  background: var(--pink);
  border: 0;
  border-radius: 999px;
  bottom: auto;
  color: #fff;
  cursor: pointer;
  display: grid;
  font-size: 19px;
  font-weight: 900;
  height: 32px;
  justify-content: center;
  line-height: 1;
  min-width: 0;
  padding: 0;
  position: static;
  width: 32px;
}

.join {
  align-items: center;
  background: linear-gradient(105deg, #ffe5ef 0%, #ffd5e7 100%);
  border-radius: 21px;
  display: grid;
  gap: 32px;
  grid-template-columns: 1fr 1fr;
  margin: 28px clamp(20px, 5.6vw, 72px) 20px;
  min-height: 276px;
  overflow: hidden;
  padding: 42px 44px;
  position: relative;
}

.join::before {
  background: radial-gradient(circle at 20% 20%, rgba(255, 255, 255, .7), transparent 34%);
  content: "";
  inset: 0;
  pointer-events: none;
  position: absolute;
}

.join-copy,
.join-form {
  position: relative;
  z-index: 2;
}

.join h2 {
  font-family: "Playfair Display", serif;
  font-size: 41px;
  letter-spacing: -.045em;
  line-height: 1;
  margin-bottom: 12px;
}

.join h2 span,
.form-note span {
  color: var(--pink);
  font-family: "Great Vibes", cursive;
  font-weight: 400;
}

.join p {
  color: #2c2028;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.35;
  max-width: 430px;
}

.join-icons {
  display: flex;
  flex-wrap: wrap;
  gap: 44px;
  margin-top: 24px;
}

.join-icon {
  color: var(--pink);
  font-size: 11px;
  font-weight: 900;
  text-align: center;
  text-transform: uppercase;
}

.join-form {
  border-left: 2px solid rgba(255, 255, 255, .75);
  padding-left: 50px;
}

.join-form h3 {
  font-family: "Playfair Display", serif;
  font-size: 24px;
  margin-bottom: 24px;
}

.subscribe-form {
  display: grid;
  gap: 16px;
}

input,
textarea {
  background: #fff;
  border: 2px solid #e99dbb;
  border-radius: 18px;
  color: #222;
  min-height: 53px;
  outline: 0;
  padding: 0 22px;
  width: 100%;
}

textarea {
  min-height: 150px;
  padding-top: 14px;
  resize: vertical;
}

input:focus,
textarea:focus {
  border-color: var(--pink);
  box-shadow: 0 0 0 4px rgba(246, 91, 154, .13);
}

.subscribe-form .btn {
  font-size: 18px;
  height: 56px;
  min-width: 0;
  padding: 0 29px;
}

.form-note {
  color: #4e414a;
  font-size: 13px;
  font-weight: 700;
  margin-top: 6px;
}

.trust-row {
  background: #fff;
  border-bottom: 1px solid #ead5de;
  border-top: 1px solid #f7e6ee;
  display: grid;
  gap: 10px;
  grid-template-columns: repeat(4, 1fr);
  padding: 18px clamp(20px, 5.6vw, 72px);
}

.trust-item {
  align-items: center;
  color: #241c22;
  display: grid;
  font-size: 12px;
  font-weight: 900;
  justify-content: center;
  text-align: center;
  text-transform: uppercase;
}

.trust-item span {
  color: #342a31;
  display: block;
  font-size: 10px;
}

.site-footer {
  background: #030303;
  color: #fff;
  display: flex;
  gap: 28px;
  justify-content: space-between;
  padding: 32px clamp(20px, 6vw, 82px) 30px;
}

.site-footer .logo {
  color: #fff;
  margin-bottom: 28px;
  min-width: 0;
  transform: scale(.8);
  transform-origin: left top;
}

.site-footer p,
.site-footer a,
.site-footer span {
  color: #f6eaf0;
  font-size: 13px;
  line-height: 1.8;
}

.site-footer div:last-child {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
}

.product-detail,
.checkout-layout,
.contact-layout {
  display: grid;
  gap: clamp(24px, 5vw, 56px);
  grid-template-columns: minmax(0, 1fr) minmax(300px, 460px);
  padding: clamp(38px, 6vw, 76px) clamp(20px, 5.6vw, 72px);
}

.product-media {
  background: linear-gradient(#fff, #fffafb);
  border: 1px solid #eee;
  border-radius: 18px;
  box-shadow: var(--shadow);
  display: grid;
  min-height: 420px;
  padding: clamp(24px, 5vw, 56px);
  place-items: center;
}

.product-info {
  align-self: center;
}

.product-info h1 {
  font-family: "Playfair Display", serif;
  font-size: clamp(48px, 5vw, 78px);
  letter-spacing: -.055em;
  line-height: .94;
  margin: 12px 0 18px;
}

.product-info p,
.contact-layout p,
.empty-state {
  color: var(--muted);
  line-height: 1.6;
}

.pill {
  background: var(--soft);
  border: 1px solid var(--line);
  border-radius: 999px;
  color: var(--pink);
  display: inline-flex;
  font-size: 12px;
  font-weight: 900;
  padding: 8px 12px;
  text-transform: uppercase;
}

.product-specs {
  color: var(--muted);
  line-height: 1.6;
  margin: 18px 0 22px 18px;
}

.price {
  display: block;
  font-size: 28px;
  padding-left: 0;
}

.quantity-row {
  align-items: center;
  display: flex;
  gap: 14px;
  margin: 20px 0;
}

.quantity-row input {
  max-width: 110px;
}

.button.wide {
  width: 100%;
}

.product-strip {
  display: grid;
  gap: 16px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.mini-product {
  display: grid;
  gap: 8px;
  padding: 12px;
}

.mini-product img {
  background: linear-gradient(#fff, #fffafb);
  border-radius: 10px;
}

.cart-panel,
.checkout-form,
.order-summary,
.cart-totals,
.contact-form {
  padding: clamp(18px, 3vw, 32px);
}

.checkout-form,
.order-summary,
.cart-totals {
  overflow: visible;
}

.cart-page {
  background: linear-gradient(180deg, #fff 0%, #fff9fc 100%);
  padding: clamp(38px, 6vw, 76px) clamp(20px, 5.6vw, 72px);
}

.cart-heading {
  display: grid;
  gap: 8px;
  margin: 0 auto 26px;
  max-width: 1180px;
}

.cart-heading h1 {
  font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: clamp(34px, 4.6vw, 54px);
  font-weight: 900;
  letter-spacing: 0;
  line-height: 1;
}

.cart-heading p:not(.eyebrow) {
  color: var(--muted);
  line-height: 1.6;
}

.cart-shell {
  align-items: start;
  display: grid;
  gap: clamp(22px, 4vw, 36px);
  grid-template-columns: minmax(0, 1fr) 380px;
  margin: 0 auto;
  max-width: 1180px;
}

.cart-list-heading {
  border-bottom: 1px solid var(--line);
  color: var(--muted);
  display: grid;
  font-size: 12px;
  font-weight: 900;
  grid-template-columns: 1fr auto;
  letter-spacing: .08em;
  padding-bottom: 13px;
  text-transform: uppercase;
}

.cart-totals {
  background: #fff;
  border: 1px solid #f0dde6;
  border-radius: 8px;
  box-shadow: 0 10px 28px rgba(15, 8, 12, .06);
  display: grid;
  gap: 14px;
  position: sticky;
  top: 150px;
}

.cart-totals h2 {
  border-bottom: 1px solid var(--line);
  font-size: 22px;
  line-height: 1.1;
  padding-bottom: 16px;
}

.checkout-form {
  display: grid;
  gap: 24px;
}

.checkout-heading {
  border-bottom: 1px solid var(--line);
  display: grid;
  gap: 8px;
  padding-bottom: 22px;
}

.checkout-heading h1 {
  font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: clamp(30px, 3.8vw, 44px);
  font-weight: 900;
  letter-spacing: 0;
  line-height: 1.05;
}

.checkout-heading p:not(.eyebrow) {
  color: var(--muted);
  line-height: 1.6;
  max-width: 620px;
}

.checkout-back,
.summary-heading a {
  color: var(--pink);
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
}

.checkout-steps {
  background: #fff8fb;
  border: 1px solid var(--line);
  border-radius: 8px;
  display: grid;
  gap: 1px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  overflow: hidden;
}

.checkout-steps span {
  background: #fff;
  color: var(--muted);
  font-size: 13px;
  font-weight: 900;
  padding: 12px;
  text-align: center;
}

.checkout-steps .active {
  background: var(--black);
  color: #fff;
}

.checkout-form fieldset {
  border: 0;
  display: grid;
  gap: 14px;
  min-width: 0;
}

.checkout-form legend {
  color: var(--ink);
  font-size: 18px;
  font-weight: 900;
  margin-bottom: 14px;
}

.cart-item {
  align-items: center;
  border-bottom: 1px solid var(--line);
  display: grid;
  gap: 16px;
  grid-template-columns: 72px 1fr auto;
  padding: 14px 0;
}

.cart-item img {
  background: var(--soft);
  border-radius: 10px;
}

.cart-item h3 {
  font-size: 16px;
  margin-bottom: 4px;
}

.cart-item-details span {
  color: var(--muted);
  font-size: 14px;
}

.order-summary .cart-item {
  gap: 12px;
  grid-template-columns: 58px 1fr auto;
}

.order-summary .cart-item img {
  border: 1px solid var(--line);
  border-radius: 8px;
}

.order-summary .cart-item h3 {
  font-size: 14px;
}

.order-summary .cart-item span,
.order-summary .cart-item strong,
.summary-line {
  color: var(--muted);
  font-size: 14px;
}

.cart-controls {
  align-items: center;
  display: flex;
  gap: 7px;
}

.cart-qty {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 8px;
  color: var(--ink);
  min-width: 42px;
  padding: 7px 10px;
  text-align: center;
}

.icon-button {
  background: var(--pink);
  border: 0;
  border-radius: 8px;
  color: #fff;
  cursor: pointer;
  font-weight: 900;
  height: 34px;
  width: 34px;
}

.cart-remove {
  background: transparent;
  border: 0;
  color: var(--muted);
  cursor: pointer;
  font-size: 13px;
  font-weight: 900;
  padding: 8px 0 8px 6px;
}

.cart-remove:hover {
  color: #b00045;
}

.cart-summary {
  align-items: center;
  display: flex;
  font-size: 20px;
  gap: 16px;
  justify-content: space-between;
  padding: 18px 0;
}

.order-summary .cart-summary {
  border-top: 1px solid var(--line);
  margin-top: 6px;
  padding-bottom: 12px;
}

.summary-heading,
.summary-line {
  align-items: center;
  display: flex;
  gap: 16px;
  justify-content: space-between;
}

.summary-heading {
  border-bottom: 1px solid var(--line);
  margin-bottom: 4px;
  padding-bottom: 16px;
}

.summary-heading h2 {
  font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 22px;
  letter-spacing: 0;
  line-height: 1.1;
}

.summary-line {
  border-top: 1px solid #f8e7ef;
  padding: 12px 0 0;
}

.summary-line span:last-child,
.cart-summary strong {
  text-align: right;
}

.cart-totals .summary-line {
  align-items: flex-start;
  line-height: 1.45;
}

.cart-totals .summary-line span:last-child {
  max-width: 58%;
}

.cart-totals .checkout-submit {
  margin-top: 4px;
  min-width: 0;
}

.cart-totals .checkout-note {
  margin-top: 0;
}

.empty-state {
  background: var(--soft);
  border-radius: 13px;
  padding: 20px;
}

.cart-empty {
  align-items: start;
  display: grid;
  gap: 12px;
  justify-items: start;
  margin-top: 18px;
  padding: 30px;
}

.cart-empty h2 {
  font-size: 24px;
}

.cart-empty p {
  color: var(--muted);
}

.cart-empty .button {
  font-size: 16px;
  min-width: 0;
  padding: 13px 22px;
}

.cart-service-row {
  color: var(--muted);
  display: flex;
  flex-wrap: wrap;
  font-size: 13px;
  font-weight: 800;
  gap: 12px;
  justify-content: center;
  margin: 22px auto 0;
  max-width: 1180px;
}

.cart-service-row span {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 999px;
  padding: 10px 14px;
}

.auth-page,
.account-page {
  background: linear-gradient(180deg, #fff 0%, #fff9fc 100%);
  padding: clamp(38px, 6vw, 76px) clamp(20px, 5.6vw, 72px);
}

.auth-panel {
  background: #fff;
  border: 1px solid #f0dde6;
  border-radius: 8px;
  box-shadow: 0 10px 28px rgba(15, 8, 12, .06);
  display: grid;
  gap: clamp(24px, 5vw, 54px);
  grid-template-columns: minmax(260px, 420px) minmax(0, 1fr);
  margin: 0 auto;
  max-width: 980px;
  overflow: hidden;
}

.auth-copy {
  background: #050505;
  color: #fff;
  display: grid;
  gap: 12px;
  padding: clamp(28px, 4vw, 44px);
}

.auth-copy .eyebrow {
  color: var(--pink-2);
}

.auth-copy h1,
.account-panel h1 {
  font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: clamp(34px, 4vw, 48px);
  font-weight: 900;
  letter-spacing: 0;
  line-height: 1;
}

.auth-copy p:not(.eyebrow),
.account-panel p,
.account-card p,
.auth-switch {
  color: var(--muted);
  line-height: 1.6;
}

.auth-copy p:not(.eyebrow) {
  color: #f6dce8;
}

.auth-form {
  display: grid;
  gap: 16px;
  padding: clamp(24px, 4vw, 42px);
}

.auth-form input {
  border-color: #ead4de;
  border-radius: 8px;
  min-height: 50px;
  padding: 0 14px;
}

.auth-switch {
  font-size: 14px;
  text-align: center;
}

.auth-switch a,
.account-link {
  color: var(--pink);
  font-weight: 900;
}

.account-page {
  display: grid;
  gap: 22px;
}

.account-panel,
.account-grid {
  margin: 0 auto;
  max-width: 1060px;
  width: 100%;
}

.account-panel,
.account-card {
  background: #fff;
  border: 1px solid #f0dde6;
  border-radius: 8px;
  box-shadow: 0 10px 28px rgba(15, 8, 12, .06);
}

.account-panel {
  align-items: center;
  display: flex;
  gap: 24px;
  justify-content: space-between;
  padding: clamp(24px, 4vw, 38px);
}

.account-actions {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}

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

.account-card {
  padding: clamp(20px, 3vw, 30px);
}

.account-card h2 {
  font-size: 22px;
  margin-bottom: 8px;
}

.account-status {
  border-radius: 8px;
  font-weight: 900;
  margin-bottom: 10px;
  padding: 10px 12px;
}

.account-status.active {
  background: #effaf3;
  color: #14783c;
}

.subscription-form {
  margin-top: 18px;
}

.subscription-form .button {
  min-width: 0;
  width: 100%;
}

.checkout-layout,
.contact-layout {
  align-items: start;
  grid-template-columns: minmax(0, 1fr) 410px;
}

.checkout-layout {
  background: linear-gradient(180deg, #fff 0%, #fff9fc 100%);
}

.checkout-layout .order-summary {
  position: sticky;
  top: 150px;
}

.contact-layout {
  grid-template-columns: minmax(260px, 460px) minmax(0, 1fr);
}

.field-grid {
  display: grid;
  gap: 14px;
  grid-template-columns: 1fr 1fr;
}

label {
  color: var(--black);
  display: grid;
  font-size: 14px;
  font-weight: 800;
  gap: 7px;
}

.checkout-form input {
  border-color: #ead4de;
  border-radius: 8px;
  min-height: 50px;
  padding: 0 14px;
}

.checkout-submit {
  border-radius: 8px;
  font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 16px;
  letter-spacing: 0;
}

.checkout-note {
  color: var(--muted);
  font-size: 13px;
  line-height: 1.5;
  margin-top: -12px;
  text-align: center;
}

.span-2 {
  grid-column: span 2;
}

.text-link {
  color: var(--pink);
  display: inline-block;
  font-weight: 900;
  margin-top: 16px;
}

.form-message,
.error {
  color: #b00045;
  font-weight: 800;
}

.success {
  color: #14783c;
  font-weight: 800;
}

@media (max-width: 1180px) {
  .nav {
    gap: 31px;
  }

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

  .hero-copy {
    padding-right: 28px;
  }

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

  .join-form {
    border-left: 0;
    border-top: 2px solid rgba(255, 255, 255, .75);
    padding: 24px 0 0;
  }
}

@media (max-width: 860px) {
  .announcement {
    font-size: 12px;
    height: auto;
    min-height: 38px;
    padding: 6px 14px;
    text-align: center;
  }

  .site-header {
    height: 88px;
    padding: 0 18px;
  }

  .logo {
    min-width: 0;
    transform: scale(.72);
    transform-origin: left center;
  }

  .nav {
    display: none;
  }

  .mobile-toggle {
    display: grid;
  }

  .mobile-menu.open {
    display: block;
  }

  .header-icons {
    gap: 12px;
    min-width: 0;
  }

  .hero {
    background-position: center right 30%;
    min-height: auto;
  }

  .hero::before {
    background: linear-gradient(90deg, rgba(255, 245, 249, .97) 0%, rgba(255, 234, 242, .86) 62%, rgba(255, 189, 214, .18) 100%);
  }

  .hero-copy {
    padding: 48px 23px 64px;
  }

  .hero h1 {
    font-size: 58px;
  }

  .hero p {
    font-size: 18px;
  }

  .perks-row {
    gap: 16px;
  }

  .product-strip,
  .trust-row,
  .product-detail,
  .cart-shell,
  .auth-panel,
  .account-grid,
  .checkout-layout,
  .contact-layout {
    grid-template-columns: 1fr;
  }

  .cart-totals,
  .checkout-layout .order-summary {
    position: static;
  }

  .checkout-steps {
    grid-template-columns: 1fr;
  }

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

  .span-2 {
    grid-column: auto;
  }

  .site-footer {
    flex-direction: column;
  }

  .cart-item {
    grid-template-columns: 58px 1fr;
  }

  .cart-controls {
    grid-column: 2;
  }

  .cart-list-heading {
    display: none;
  }

  .account-panel {
    align-items: flex-start;
    flex-direction: column;
  }
}

@media (max-width: 520px) {
  .logo {
    margin-left: -18px;
    transform: scale(.58);
  }

  .hero h1 {
    font-size: 48px;
  }

  .hero-copy {
    padding-top: 38px;
  }

  .button,
  .btn {
    min-width: 220px;
  }

  .cart-page {
    padding-inline: 16px;
  }

  .cart-controls {
    align-items: stretch;
    display: grid;
    grid-template-columns: 34px minmax(42px, 1fr) 34px;
  }

  .cart-remove {
    grid-column: 1 / -1;
    justify-self: start;
    padding-left: 0;
  }

  .join {
    margin: 26px 18px;
    padding: 25px;
  }

  .join h2 {
    font-size: 35px;
  }
}
