:root {
  --pink-50: #fff7fa;
  --pink-100: #ffe7ef;
  --pink-200: #ffcddd;
  --pink-300: #f7a7c0;
  --pink-500: #d85f88;
  --pink-600: #bf426e;
  --pink-700: #982f56;
  --ink: #28212a;
  --muted: #746b72;
  --line: #eadfe4;
  --white: #ffffff;
  --shadow: 0 18px 50px rgba(91, 39, 60, .11);
  --radius: 24px;
  --container: 1180px;
  --font-main: "Segoe UI", Arial, Helvetica, sans-serif;
}


* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 100px; }
body {
  margin: 0;
  font-family: var(--font-main);
  color: var(--ink);
  background: #fff;
  line-height: 1.65;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
body.no-scroll { overflow: hidden; }
img { display: block; max-width: 100%; }
button, input, select, textarea {
  font-family: var(--font-main);
  font-size: inherit;
  line-height: inherit;
}
button, a { -webkit-tap-highlight-color: transparent; }
a { color: inherit; text-decoration: none; }
button { cursor: pointer; }
.container { width: min(calc(100% - 32px), var(--container)); margin-inline: auto; }

.topbar { background: var(--ink); color: #fff; text-align: center; font-size: 13px; letter-spacing: .02em; }
.topbar p { margin: 0; padding: 8px 16px; }

.header { position: sticky; top: 0; z-index: 50; background: rgba(255,255,255,.93); backdrop-filter: blur(18px); border-bottom: 1px solid rgba(234,223,228,.8); }
.header-inner { min-height: 82px; display: flex; align-items: center; gap: 24px; }
.brand { display: inline-flex; align-items: center; gap: 12px; min-width: max-content; }
.brand img { width: 54px; height: 54px; border-radius: 50%; object-fit: cover; border: 3px solid #fff; box-shadow: 0 4px 18px rgba(190,66,110,.18); }
.brand strong { display: block; letter-spacing: .08em; font-size: 17px; }
.brand span { display: block; color: var(--pink-600); font-size: 11px; letter-spacing: .04em; }
.nav { margin-left: auto; display: flex; align-items: center; gap: 22px; font-size: 14px; font-weight: 600; }
.nav a { position: relative; padding: 28px 0; }
.nav a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: 20px; height: 2px; background: var(--pink-500); transition: .25s; }
.nav a:hover::after { right: 0; }
.cart-button { border: 0; background: var(--pink-600); color: white; display: flex; align-items: center; gap: 9px; padding: 11px 14px; border-radius: 999px; font-weight: 700; }
.cart-button b { display: grid; place-items: center; min-width: 24px; height: 24px; border-radius: 50%; background: #fff; color: var(--pink-700); font-size: 12px; }
.menu-toggle { display: none; border: 0; background: transparent; font-size: 26px; }

.hero { overflow: hidden; background: radial-gradient(circle at 20% 10%, #fff 0, #fff7fa 42%, #ffe8ef 100%); }
.hero-grid { min-height: 710px; display: grid; grid-template-columns: minmax(0, 1.08fr) minmax(0, .92fr); align-items: center; gap: 64px; padding-block: 80px; }
.eyebrow { display: inline-block; color: var(--pink-600); letter-spacing: .13em; font-weight: 800; font-size: 12px; margin-bottom: 16px; }
.hero h1 {
  margin: 0;
  max-width: 760px;
  font-family: var(--font-main);
  font-size: clamp(48px, 5vw, 74px);
  line-height: 1.08;
  letter-spacing: -.045em;
  font-weight: 800;
}
.hero h1 span, .hero h1 em { display: block; white-space: nowrap; word-break: keep-all; overflow-wrap: normal; }
.hero h1 em { color: var(--pink-600); font-weight: 800; font-style: normal; }
.hero-copy > p { max-width: 620px; margin: 28px 0; color: var(--muted); font-size: 18px; }
.hero-actions { display: flex; gap: 12px; flex-wrap: wrap; }
.btn { border: 1px solid transparent; border-radius: 999px; padding: 13px 23px; font-weight: 800; display: inline-flex; align-items: center; justify-content: center; transition: transform .2s, box-shadow .2s, background .2s; }
.btn:hover { transform: translateY(-2px); }
.btn-primary { color: #fff; background: var(--pink-600); box-shadow: 0 12px 25px rgba(191,66,110,.24); }
.btn-primary:hover { background: var(--pink-700); }
.btn-outline { border-color: var(--pink-300); background: rgba(255,255,255,.65); color: var(--pink-700); }
.btn-light { background: #fff; color: var(--pink-700); }
.full { width: 100%; }
.hero-points { display: flex; flex-wrap: wrap; gap: 18px; margin-top: 26px; color: #5d5057; font-size: 14px; }
.hero-visual { position: relative; }
.hero-image-wrap { position: relative; border-radius: 44% 44% 18% 18% / 34% 34% 18% 18%; padding: 40px; background: linear-gradient(145deg, #f9bfd0, #f5e8ed); box-shadow: var(--shadow); }
.hero-image-wrap::before { content: ""; position: absolute; inset: 18px; border: 1px solid rgba(255,255,255,.8); border-radius: inherit; }
.hero-image-wrap img { position: relative; width: 100%; aspect-ratio: 1.05; object-fit: cover; border-radius: 30% 30% 12% 12% / 22% 22% 12% 12%; }
.floating-card { position: absolute; background: rgba(255,255,255,.94); box-shadow: var(--shadow); border-radius: 16px; padding: 12px 16px; display: grid; }
.floating-card strong { color: var(--pink-600); font-size: 19px; }
.floating-card span { font-size: 12px; color: var(--muted); }
.card-top { right: -25px; top: 70px; }
.card-bottom { left: -30px; bottom: 55px; }

.trust-strip { border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); background: #fff; }
.trust-grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.trust-grid article { display: flex; gap: 13px; padding: 27px 22px; border-right: 1px solid var(--line); }
.trust-grid article:last-child { border-right: 0; }
.trust-grid article > span { width: 38px; height: 38px; flex: 0 0 38px; display: grid; place-items: center; border-radius: 50%; background: var(--pink-100); color: var(--pink-700); font-size: 19px; }
.trust-grid strong { display: block; font-size: 14px; }
.trust-grid p { margin: 2px 0 0; color: var(--muted); font-size: 12px; line-height: 1.4; }

.section { padding: 105px 0; }
.section[id], .hero[id] { scroll-margin-top: 100px; }
.section-heading { display: flex; align-items: end; justify-content: space-between; gap: 40px; margin-bottom: 42px; }
.section-heading h2, .size-copy h2, .about-copy h2, .contact-copy h2, .promo-card h2 {
  margin: 0;
  font-family: var(--font-main);
  font-size: clamp(34px, 3.6vw, 54px);
  line-height: 1.15;
  font-weight: 800;
  letter-spacing: -.035em;
  overflow-wrap: normal;
  word-break: normal;
}
.section-heading > p { max-width: 510px; margin: 0; color: var(--muted); }
.section-heading.centered { display: block; text-align: center; max-width: 720px; margin-inline: auto; margin-bottom: 48px; }
.section-heading.centered p { margin: 16px auto 0; }

.category-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.category-card { appearance: none; text-align: left; border: 1px solid var(--line); border-radius: 20px; padding: 25px; background: #fff; display: grid; grid-template-columns: 48px 1fr; column-gap: 15px; align-items: center; transition: .25s; }
.category-card:hover { transform: translateY(-5px); border-color: var(--pink-300); box-shadow: var(--shadow); }
.category-card > span { grid-row: span 2; width: 48px; height: 48px; display: grid; place-items: center; background: var(--pink-100); border-radius: 15px; color: var(--pink-700); font-size: 21px; }
.category-card strong { font-size: 17px; }
.category-card small { color: var(--muted); }

.products-section { background: var(--pink-50); }
.product-toolbar { display: grid; grid-template-columns: 1fr 220px 220px; gap: 12px; margin-bottom: 28px; }
.search-box { display: flex; align-items: center; gap: 10px; padding: 0 16px; background: #fff; border: 1px solid var(--line); border-radius: 14px; }
.search-box span { color: var(--pink-600); font-size: 22px; }
.search-box input { width: 100%; border: 0; outline: 0; padding: 13px 0; background: transparent; }
.product-toolbar select, .option-row select, .option-row input, .contact-form input, .contact-form select, .contact-form textarea, .checkout-dialog input, .checkout-dialog select, .checkout-dialog textarea {
  width: 100%;
  min-width: 0;
  border: 1px solid var(--line);
  border-radius: 13px;
  padding: 13px 14px;
  background: #fff;
  outline: 0;
  color: var(--ink);
  font-family: var(--font-main);
  font-size: 14px;
}
.product-toolbar select:focus, input:focus, select:focus, textarea:focus { border-color: var(--pink-400, #e982a5); box-shadow: 0 0 0 3px rgba(216,95,136,.12); }
.product-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; }
.product-card { background: #fff; border: 1px solid var(--line); border-radius: 22px; overflow: hidden; transition: .25s; }
.product-card:hover { transform: translateY(-7px); box-shadow: var(--shadow); }
.product-image { position: relative; background: #f8edf1; aspect-ratio: 1; overflow: hidden; }
.product-image img { width: 100%; height: 100%; object-fit: cover; transition: transform .45s; }
.product-card:hover .product-image img { transform: scale(1.045); }
.product-badge { position: absolute; top: 13px; left: 13px; background: rgba(255,255,255,.92); color: var(--pink-700); border-radius: 999px; padding: 6px 10px; font-size: 11px; font-weight: 800; }
.product-quick { position: absolute; right: 13px; bottom: 13px; width: 40px; height: 40px; border: 0; border-radius: 50%; background: rgba(40,33,42,.9); color: #fff; font-size: 22px; }
.product-body { padding: 18px; }
.product-meta { color: var(--muted); font-size: 11px; text-transform: uppercase; letter-spacing: .08em; }
.product-card h3 { margin: 6px 0 10px; font-size: 17px; line-height: 1.35; min-height: 46px; }
.product-price-row { display: flex; align-items: center; justify-content: space-between; gap: 8px; }
.product-price { color: var(--pink-700); font-size: 19px; font-weight: 800; }
.product-card .add-cart { width: 37px; height: 37px; border: 0; border-radius: 12px; background: var(--pink-100); color: var(--pink-700); font-weight: 900; }
.empty-state { text-align: center; color: var(--muted); padding: 40px 0; }

.promo-section { background: var(--pink-600); }
.promo-card { min-height: 270px; display: grid; grid-template-columns: 1.5fr .7fr; align-items: center; gap: 40px; color: #fff; padding-block: 55px; }
.promo-card .eyebrow { color: #ffd7e4; }
.promo-card p { max-width: 650px; color: #ffe9f0; }
.promo-price { display: grid; justify-items: start; }
.promo-price small { opacity: .85; }
.promo-price strong { font-size: 40px; margin-bottom: 14px; }

.size-section { background: #fff; }
.size-grid { display: grid; grid-template-columns: 1.1fr .9fr; gap: 60px; align-items: center; }
.size-copy > p { color: var(--muted); font-size: 17px; }
.number-list { list-style: none; counter-reset: steps; padding: 0; margin: 30px 0; display: grid; gap: 14px; }
.number-list li { position: relative; padding-left: 50px; }
.number-list li::before { counter-increment: steps; content: counter(steps, decimal-leading-zero); position: absolute; left: 0; top: -2px; width: 36px; height: 36px; display: grid; place-items: center; border-radius: 50%; background: var(--pink-100); color: var(--pink-700); font-weight: 900; font-size: 12px; }
.size-image img { border-radius: 24px; box-shadow: var(--shadow); border: 1px solid var(--line); }
.size-table-wrap { overflow-x: auto; }
.size-table { border-collapse: collapse; width: 100%; min-width: 620px; font-size: 13px; }
.size-table th, .size-table td { border: 1px solid var(--line); padding: 10px 12px; text-align: center; }
.size-table th { background: var(--pink-100); color: var(--pink-700); }
.size-table td:first-child { font-weight: 800; color: var(--pink-700); }

.use-section { background: #fffafa; }
.steps-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.steps-grid article { background: #fff; padding: 28px; border: 1px solid var(--line); border-radius: 20px; }
.steps-grid article > span { color: var(--pink-500); font-size: 13px; font-weight: 900; letter-spacing: .1em; }
.steps-grid h3 { margin: 10px 0 8px; }
.steps-grid p { margin: 0; color: var(--muted); }
.remove-guide {
  margin-top: 24px;
  background: var(--ink);
  color: white;
  border-radius: 26px;
  overflow: hidden;
  display: block;
}
.remove-guide > div { padding: 46px 50px; max-width: 920px; }
.remove-guide .tag { background: rgba(255,255,255,.12); color: #ffd8e5; }
.remove-guide h3 { font-size: clamp(24px, 2.5vw, 32px); line-height: 1.25; margin: 18px 0 10px; }
.remove-guide p { color: #d9d3d7; margin-bottom: 0; max-width: 820px; }
.tag { display: inline-block; border-radius: 999px; padding: 6px 11px; background: var(--pink-100); color: var(--pink-700); font-weight: 800; font-size: 11px; letter-spacing: .06em; }

.policies-section { background: #fff; }
.policy-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.policy-card { border-radius: 22px; padding: 30px; background: #fff; border: 1px solid var(--line); box-shadow: 0 10px 32px rgba(91,39,60,.06); }
.policy-icon { display: grid; place-items: center; width: 52px; height: 52px; border-radius: 16px; background: var(--pink-100); color: var(--pink-700); font-size: 21px; font-weight: 900; }
.policy-card h3 { font-size: 21px; margin: 18px 0 10px; }
.policy-card ul { padding-left: 19px; color: var(--muted); margin-bottom: 0; }
.policy-card li + li { margin-top: 7px; }

.review-section { background: var(--pink-50); }
.review-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.review-grid article { background: white; border: 1px solid var(--line); border-radius: 22px; padding: 30px; }
.stars { color: #ef9f36; letter-spacing: .08em; }
.review-grid p { color: var(--muted); font-size: 16px; }
.review-grid strong, .review-grid span { display: block; }
.review-grid span { color: var(--pink-600); font-size: 12px; }

.about-section { background: #fff; }
.about-grid { display: grid; grid-template-columns: .7fr 1.3fr; gap: 70px; align-items: center; }
.about-logo { background: linear-gradient(145deg, var(--pink-100), #fff); border-radius: 48% 48% 20% 20%; padding: 55px; }
.about-logo img { width: 100%; border-radius: 30px; box-shadow: var(--shadow); }
.about-copy > p { color: var(--muted); font-size: 17px; }
.value-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; margin: 28px 0; }
.value-grid div { border: 1px solid var(--line); border-radius: 18px; padding: 20px; }
.value-grid strong { display: block; color: var(--pink-600); font-family: var(--font-main); font-size: 38px; }
.value-grid span { display: block; font-weight: 800; }
.value-grid small { color: var(--muted); }
.mission { border-left: 4px solid var(--pink-500); padding-left: 18px; }

.contact-section { background: var(--ink); color: white; }
.contact-grid { display: grid; grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr); gap: 64px; align-items: center; }
.contact-copy .eyebrow { color: #ffb9cf; }
.contact-copy h2 { max-width: 560px; }
.contact-copy p { color: #d7d0d4; max-width: 560px; }
.contact-list p { margin: 7px 0; }
.contact-list b { color: white; }
.placeholder-note { color: #bfb5ba; display: block; margin-top: 18px; }
.contact-form { background: #fff; color: var(--ink); padding: 34px; border-radius: 24px; min-width: 0; }
.contact-form label, .checkout-dialog label { display: grid; gap: 8px; font-weight: 700; font-size: 14px; line-height: 1.45; }
.contact-form textarea, .checkout-dialog textarea { resize: vertical; min-height: 118px; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.contact-form > * + * { margin-top: 14px; }

.footer { background: #161317; color: #cfc7cb; padding: 70px 0 24px; }
.footer-grid { display: grid; grid-template-columns: 2fr repeat(3, 1fr); gap: 45px; }
.footer-brand strong { color: white; }
.footer-grid > div:first-child > p { max-width: 420px; }
.footer h3 { color: white; margin-top: 0; font-size: 14px; text-transform: uppercase; letter-spacing: .08em; }
.footer-grid > div:not(:first-child) { display: grid; align-content: start; gap: 9px; }
.footer-grid a:hover { color: #fff; }
.footer-bottom { margin-top: 55px; padding-top: 22px; border-top: 1px solid #332c31; display: flex; justify-content: space-between; gap: 20px; font-size: 13px; }

.modal { position: fixed; inset: 0; z-index: 100; display: none; place-items: center; padding: 18px; }
.modal.open { display: grid; }
.modal-backdrop { position: absolute; inset: 0; background: rgba(22,15,20,.66); backdrop-filter: blur(7px); }
.modal-dialog { position: relative; z-index: 1; width: min(100%, 980px); max-height: calc(100vh - 36px); overflow: auto; background: white; border-radius: 26px; box-shadow: 0 30px 100px rgba(0,0,0,.25); }
.modal-close { position: absolute; z-index: 5; top: 15px; right: 15px; width: 42px; height: 42px; border: 0; border-radius: 50%; background: rgba(255,255,255,.92); font-size: 28px; }
.product-modal-grid { display: grid; grid-template-columns: 1fr 1fr; }
.product-modal-grid > img { width: 100%; height: 100%; min-height: 660px; object-fit: cover; }
.product-modal-copy { padding: 55px 45px 45px; }
.product-modal-copy h2 { font-family: var(--font-main); font-size: 38px; line-height: 1.18; font-weight: 800; margin: 16px 0 8px; }
.modal-price { color: var(--pink-700); font-size: 26px; font-weight: 900; }
.product-modal-copy > p { color: var(--muted); }
.product-specs { display: grid; gap: 0; margin: 24px 0; }
.product-specs div { display: grid; grid-template-columns: 135px 1fr; gap: 14px; padding: 9px 0; border-bottom: 1px dashed var(--line); }
.product-specs dt { color: var(--muted); }
.product-specs dd { margin: 0; font-weight: 700; }
.option-row { display: grid; grid-template-columns: 1fr 110px; gap: 12px; margin: 22px 0; }
.option-row label { font-size: 13px; font-weight: 800; }

.cart-drawer { position: fixed; z-index: 120; top: 0; right: 0; width: min(440px, 100%); height: 100vh; background: white; transform: translateX(105%); transition: transform .3s; display: grid; grid-template-rows: auto 1fr auto; box-shadow: -18px 0 60px rgba(0,0,0,.15); }
.cart-drawer.open { transform: translateX(0); }
.drawer-backdrop { position: fixed; z-index: 110; inset: 0; background: rgba(22,15,20,.5); opacity: 0; visibility: hidden; transition: .3s; }
.drawer-backdrop.open { opacity: 1; visibility: visible; }
.cart-header { padding: 25px; display: flex; align-items: center; justify-content: space-between; border-bottom: 1px solid var(--line); }
.cart-header small { color: var(--pink-600); font-weight: 800; letter-spacing: .09em; }
.cart-header h2 { margin: 3px 0 0; font-family: var(--font-main); font-weight: 800; line-height: 1.2; }
.cart-header button { border: 0; background: transparent; font-size: 30px; }
.cart-items { overflow-y: auto; padding: 18px 24px; }
.cart-item { display: grid; grid-template-columns: 74px 1fr auto; gap: 12px; padding: 14px 0; border-bottom: 1px solid var(--line); }
.cart-item img { width: 74px; height: 74px; border-radius: 13px; object-fit: cover; }
.cart-item h4 { margin: 0 0 4px; font-size: 14px; }
.cart-item p { margin: 0; color: var(--muted); font-size: 12px; }
.cart-item strong { color: var(--pink-700); }
.cart-qty { display: flex; align-items: center; gap: 7px; margin-top: 8px; }
.cart-qty button { border: 1px solid var(--line); background: #fff; width: 26px; height: 26px; border-radius: 7px; }
.cart-remove { align-self: start; border: 0; background: transparent; color: #a4939b; }
.cart-summary { padding: 22px 24px 28px; border-top: 1px solid var(--line); }
.cart-summary > div { display: flex; justify-content: space-between; font-size: 18px; }
.cart-summary p { color: var(--muted); font-size: 12px; }
.cart-empty { display: grid; place-items: center; align-content: center; text-align: center; color: var(--muted); }
.cart-empty span { font-size: 48px; color: var(--pink-300); }
.cart-empty a { color: var(--pink-700); font-weight: 800; }
.checkout-dialog { width: min(100%, 650px); padding: 38px; }
.checkout-dialog h2 { font-family: var(--font-main); font-size: 38px; line-height: 1.18; font-weight: 800; margin: 0 0 22px; }
.checkout-dialog form { display: grid; gap: 14px; }
.checkout-total { display: flex; justify-content: space-between; padding: 18px 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); font-size: 19px; }
.checkout-total strong { color: var(--pink-700); }
.checkout-dialog form > small { color: var(--muted); }

.toast { position: fixed; z-index: 200; left: 50%; bottom: 28px; transform: translate(-50%, 25px); background: var(--ink); color: #fff; border-radius: 999px; padding: 12px 20px; opacity: 0; visibility: hidden; transition: .25s; box-shadow: var(--shadow); font-size: 14px; }
.toast.show { opacity: 1; visibility: visible; transform: translate(-50%, 0); }

.reveal { opacity: 0; transform: translateY(22px); transition: opacity .65s ease, transform .65s ease; }
.reveal.visible { opacity: 1; transform: none; }

@media (max-width: 1100px) {
  .menu-toggle { display: block; margin-left: auto; }
  .nav { position: fixed; top: 82px; left: 16px; right: 16px; background: white; border: 1px solid var(--line); border-radius: 18px; box-shadow: var(--shadow); display: none; padding: 14px; }
  .nav.open { display: grid; }
  .nav a { padding: 10px 12px; }
  .nav a::after { display: none; }
  .cart-button span { display: none; }
  .hero-grid { gap: 40px; }
  .trust-grid { grid-template-columns: repeat(2, 1fr); }
  .trust-grid article:nth-child(2) { border-right: 0; }
  .trust-grid article:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
  .product-grid { grid-template-columns: repeat(3, 1fr); }
}

@media (max-width: 820px) {
  .section { padding: 78px 0; }
  .hero-grid, .size-grid, .about-grid, .contact-grid { grid-template-columns: 1fr; }
  .hero-grid { padding-block: 65px; min-height: auto; }
  .hero-visual { max-width: 650px; margin-inline: auto; }
  .hero-copy { text-align: center; }
  .hero-copy > p { margin-inline: auto; }
  .hero-actions, .hero-points { justify-content: center; }
  .section-heading { display: block; }
  .section-heading > p { margin-top: 16px; }
  .category-grid, .steps-grid, .policy-grid, .review-grid { grid-template-columns: repeat(2, 1fr); }
  .product-toolbar { grid-template-columns: 1fr 1fr; }
  .search-box { grid-column: 1 / -1; }
  .product-grid { grid-template-columns: repeat(2, 1fr); }
  .promo-card { grid-template-columns: 1fr; }
  .product-modal-grid { grid-template-columns: 1fr; }
  .product-modal-grid > img { min-height: auto; aspect-ratio: 1.15; }
  .footer-grid { grid-template-columns: 2fr 1fr 1fr; }
  .footer-grid > div:last-child { grid-column: 2 / 4; }
}

@media (max-width: 560px) {
  .container { width: min(calc(100% - 22px), var(--container)); }
  .topbar { font-size: 11px; }
  .header-inner { min-height: 72px; gap: 10px; }
  .brand img { width: 46px; height: 46px; }
  .brand strong { font-size: 14px; }
  .brand span { font-size: 9px; }
  .nav { top: 72px; }
  .hero h1 { font-size: clamp(38px, 11vw, 50px); line-height: 1.1; letter-spacing: -.04em; }
  .hero h1 span, .hero h1 em { white-space: nowrap; }
  .hero-copy > p { font-size: 16px; }
  .hero-image-wrap { padding: 24px; }
  .floating-card { padding: 9px 12px; }
  .card-top { right: -4px; top: 38px; }
  .card-bottom { left: -4px; bottom: 32px; }
  .trust-grid, .category-grid, .steps-grid, .policy-grid, .review-grid, .value-grid { grid-template-columns: 1fr; }
  .trust-grid article { border-right: 0; border-bottom: 1px solid var(--line); }
  .trust-grid article:last-child { border-bottom: 0; }
  .section-heading h2, .size-copy h2, .about-copy h2, .contact-copy h2, .promo-card h2 { font-size: clamp(30px, 9vw, 39px); line-height: 1.18; }
  .product-toolbar { grid-template-columns: 1fr; }
  .search-box { grid-column: auto; }
  .product-grid { gap: 12px; }
  .product-body { padding: 14px; }
  .product-card h3 { font-size: 14px; min-height: 40px; }
  .product-meta { font-size: 9px; }
  .product-price { font-size: 16px; }
  .product-card .add-cart { width: 34px; height: 34px; }
  .remove-guide > div { padding: 32px 24px; }
  .form-row { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-grid > div:first-child, .footer-grid > div:last-child { grid-column: 1 / -1; }
  .footer-bottom { display: grid; }
  .product-modal-copy { padding: 38px 22px 26px; }
  .product-modal-copy h2 { font-size: 32px; }
  .product-specs div { grid-template-columns: 110px 1fr; font-size: 13px; }
  .option-row { grid-template-columns: 1fr 90px; }
  .checkout-dialog { padding: 34px 20px 24px; }
}
@media (max-width: 420px) {
  .hero h1 span, .hero h1 em { white-space: normal; }
  .hero h1 { font-size: 38px; }
  .contact-form { padding: 26px 20px; }
  .contact-form .btn { width: 100%; }
}
