:root {
  --ink: #14201e;
  --muted: #6f7772;
  --paper: #f6f3ec;
  --white: #ffffff;
  --orange: #ff725a;
  --orange-dark: #e45640;
  --teal: #0e8580;
  --teal-light: #d7f0ea;
  --blue: #b8d9f2;
  --sand: #e7d6b5;
  --line: rgba(20, 32, 30, 0.13);
  --shadow: 0 24px 80px rgba(27, 39, 36, 0.14);
  font-family: "DM Sans", system-ui, sans-serif;
  color: var(--ink);
  background: var(--paper);
  font-synthesis: none;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-width: 320px;
  background:
    radial-gradient(circle at 8% 9%, rgba(255,255,255,.9) 0 2px, transparent 3px),
    var(--paper);
  background-size: 44px 44px;
}

body.modal-open {
  overflow: hidden;
}

button,
a {
  -webkit-tap-highlight-color: transparent;
}

button {
  font: inherit;
}

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

.announcement {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  min-height: 36px;
  padding: 7px 18px;
  color: #fff;
  background: var(--ink);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: .06em;
}

.announcement-dot {
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background: var(--orange);
}

.site-header {
  position: relative;
  z-index: 10;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  width: min(1220px, calc(100% - 48px));
  margin: auto;
  padding: 24px 0;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  width: fit-content;
  font: 800 24px/1 "Manrope", sans-serif;
  letter-spacing: -.045em;
}

.brand-mark {
  position: relative;
  display: inline-flex;
  width: 29px;
  height: 29px;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  border-radius: 50% 50% 44% 56%;
  background: var(--orange);
  transform: rotate(-8deg);
}

.brand-mark i {
  position: absolute;
  width: 5px;
  height: 18px;
  border-radius: 10px;
  background: #fff;
  transform: rotate(42deg) translate(-2px, -3px);
}

.brand-mark i + i {
  height: 10px;
  transform: rotate(42deg) translate(5px, 6px);
}

nav {
  display: flex;
  gap: 34px;
  font-size: 14px;
  font-weight: 600;
}

nav a,
.header-cta {
  transition: color .2s ease;
}

nav a:hover,
.header-cta:hover {
  color: var(--orange-dark);
}

.header-cta {
  justify-self: end;
  font-size: 13px;
  font-weight: 700;
}

.header-cta span {
  display: inline-block;
  margin-left: 5px;
  color: var(--orange);
}

.hero {
  display: grid;
  grid-template-columns: .94fr 1.06fr;
  align-items: center;
  width: min(1220px, calc(100% - 48px));
  min-height: 610px;
  margin: 8px auto 62px;
  border-radius: 32px;
  background: #ece7dd;
  overflow: hidden;
}

.hero-copy {
  position: relative;
  z-index: 2;
  padding: 62px 34px 62px 68px;
}

.eyebrow {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 0 0 22px;
  color: var(--orange-dark);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .16em;
  text-transform: uppercase;
}

.eyebrow span {
  width: 24px;
  height: 2px;
  background: currentColor;
}

h1,
h2 {
  margin: 0;
  font-family: "Manrope", sans-serif;
  letter-spacing: -.065em;
}

h1 {
  max-width: 630px;
  font-size: clamp(57px, 6.3vw, 91px);
  line-height: .96;
}

h1 em,
.manifesto em {
  color: var(--orange);
  font-family: Georgia, serif;
  font-weight: 400;
}

.hero-lead {
  max-width: 480px;
  margin: 30px 0;
  color: #5e6763;
  font-size: 17px;
  line-height: 1.7;
}

.hero-actions {
  display: flex;
  align-items: center;
  gap: 26px;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 17px;
  min-height: 54px;
  padding: 0 24px;
  border: 0;
  border-radius: 100px;
  cursor: pointer;
  font-weight: 700;
  transition: transform .2s ease, box-shadow .2s ease, background .2s ease;
}

.button:hover {
  transform: translateY(-2px);
}

.button-dark {
  color: #fff;
  background: var(--ink);
  box-shadow: 0 10px 24px rgba(20, 32, 30, .17);
}

.button-dark:hover {
  background: #25332f;
}

.rating {
  display: flex;
  flex-direction: column;
  gap: 2px;
  color: #7a807c;
  font-size: 10px;
}

.rating strong {
  color: var(--ink);
}

.stars {
  color: var(--orange);
  font-size: 13px;
  letter-spacing: 2px;
}

.hero-art {
  position: relative;
  align-self: stretch;
  min-height: 610px;
  overflow: hidden;
  background: var(--blue);
}

.hero-art::before {
  content: "";
  position: absolute;
  inset: 13% 11%;
  border: 1px solid rgba(255,255,255,.6);
  border-radius: 50%;
}

.hero-art::after {
  content: "";
  position: absolute;
  width: 66%;
  aspect-ratio: 1;
  left: 17%;
  top: 16%;
  border-radius: 50%;
  background: rgba(255,255,255,.5);
  filter: blur(3px);
}

.hero-art img {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  min-height: 610px;
  object-fit: cover;
  mix-blend-mode: multiply;
  filter: saturate(.78) contrast(.96);
}

.float-label {
  position: absolute;
  z-index: 3;
  display: flex;
  flex-direction: column;
  padding: 13px 20px;
  border: 1px solid rgba(255,255,255,.72);
  border-radius: 100px;
  color: var(--ink);
  background: rgba(255,255,255,.8);
  box-shadow: 0 8px 25px rgba(20, 32, 30, .08);
  backdrop-filter: blur(12px);
  font: 800 16px/1.1 "Manrope", sans-serif;
}

.float-label small {
  margin-top: 3px;
  color: #66706c;
  font: 600 9px/1 "DM Sans", sans-serif;
  text-transform: uppercase;
  letter-spacing: .1em;
}

.label-top {
  top: 90px;
  right: 42px;
}

.label-bottom {
  left: 34px;
  bottom: 58px;
}

.benefit-strip {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0;
  width: min(1060px, calc(100% - 48px));
  margin: 0 auto 110px;
  border-block: 1px solid var(--line);
}

.benefit-strip > div {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
  min-height: 92px;
}

.benefit-strip > div + div {
  border-left: 1px solid var(--line);
}

.benefit-strip > div > span {
  display: grid;
  width: 36px;
  height: 36px;
  place-items: center;
  border-radius: 50%;
  color: var(--orange-dark);
  background: #fde2d8;
  font-size: 19px;
}

.benefit-strip p {
  display: flex;
  flex-direction: column;
  margin: 0;
  font-size: 13px;
}

.benefit-strip small {
  margin-top: 3px;
  color: #858b87;
  font-size: 10px;
}

.shop-section {
  width: min(1160px, calc(100% - 48px));
  margin: 0 auto 130px;
}

.section-heading {
  display: flex;
  align-items: end;
  justify-content: space-between;
  margin-bottom: 42px;
}

.section-heading .eyebrow {
  margin-bottom: 13px;
}

.section-heading h2 {
  font-size: clamp(38px, 4.3vw, 60px);
  line-height: 1;
}

.section-heading > p {
  max-width: 250px;
  margin: 0 0 6px;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.6;
}

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

.product-card {
  min-width: 0;
  padding: 12px;
  border: 1px solid transparent;
  border-radius: 22px;
  background: rgba(255,255,255,.52);
  transition: transform .25s ease, border-color .25s ease, box-shadow .25s ease;
}

.product-card:not(.skeleton):hover {
  border-color: var(--line);
  box-shadow: 0 16px 40px rgba(33, 42, 39, .08);
  transform: translateY(-5px);
}

.product-image {
  position: relative;
  aspect-ratio: 1 / .91;
  overflow: hidden;
  border-radius: 15px;
  background: var(--blue);
}

.product-image.sand {
  background: var(--sand);
}

.product-image.coral {
  background: #f4b4a4;
}

.product-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .5s ease;
}

.product-card:hover .product-image img {
  transform: scale(1.035);
}

.sale-badge {
  position: absolute;
  top: 14px;
  left: 14px;
  padding: 7px 10px;
  border-radius: 100px;
  color: #fff;
  background: var(--orange);
  font-size: 9px;
  font-weight: 800;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.product-content {
  padding: 19px 7px 7px;
}

.product-kicker {
  margin: 0 0 7px;
  color: var(--teal);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .13em;
  text-transform: uppercase;
}

.product-content h3 {
  margin: 0;
  font: 700 19px/1.2 "Manrope", sans-serif;
  letter-spacing: -.03em;
}

.product-description {
  min-height: 42px;
  margin: 10px 0 18px;
  color: var(--muted);
  font-size: 12px;
  line-height: 1.6;
}

.product-buy-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.product-price {
  display: flex;
  align-items: baseline;
  gap: 7px;
  font: 800 19px/1 "Manrope", sans-serif;
}

.product-price del {
  color: #a0a5a2;
  font: 500 11px/1 "DM Sans", sans-serif;
}

.buy-button {
  display: inline-grid;
  width: 44px;
  height: 44px;
  place-items: center;
  border: 0;
  border-radius: 50%;
  color: #fff;
  background: var(--ink);
  cursor: pointer;
  font-size: 20px;
  transition: transform .2s ease, background .2s ease;
}

.buy-button:hover {
  background: var(--orange);
  transform: rotate(-7deg);
}

.skeleton {
  min-height: 470px;
  background: linear-gradient(100deg, #e9e5dc 35%, #f7f5f0 50%, #e9e5dc 65%);
  background-size: 300% 100%;
  animation: shimmer 1.4s infinite;
}

@keyframes shimmer {
  to { background-position-x: -300%; }
}

.manifesto {
  display: grid;
  grid-template-columns: .3fr 1fr .7fr;
  gap: 28px;
  align-items: start;
  width: min(1160px, calc(100% - 48px));
  margin: 0 auto 110px;
  padding: 76px 70px;
  border-radius: 28px;
  color: #fff;
  background: var(--ink);
}

.manifesto > p {
  margin: 9px 0 0;
  color: #97a49f;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .15em;
}

.manifesto h2 {
  font-size: clamp(42px, 4.5vw, 66px);
  line-height: 1;
}

.manifesto-copy {
  align-self: end;
}

.manifesto-copy p {
  margin: 0 0 25px;
  color: #aeb8b4;
  font-size: 13px;
  line-height: 1.75;
}

.manifesto-copy a {
  padding-bottom: 5px;
  border-bottom: 1px solid rgba(255,255,255,.45);
  font-size: 12px;
  font-weight: 700;
}

.manifesto-copy a span {
  margin-left: 8px;
  color: var(--orange);
}

footer {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  width: min(1160px, calc(100% - 48px));
  min-height: 110px;
  margin: auto;
  border-top: 1px solid var(--line);
  color: #89908c;
  font-size: 11px;
}

.footer-brand {
  color: var(--ink);
}

footer p:last-child {
  justify-self: end;
}

.modal-shell {
  position: fixed;
  z-index: 100;
  inset: 0;
  display: flex;
  justify-content: flex-end;
  visibility: hidden;
  pointer-events: none;
}

.modal-shell.is-open {
  visibility: visible;
  pointer-events: auto;
}

.modal-backdrop {
  position: absolute;
  inset: 0;
  border: 0;
  background: rgba(11, 20, 18, .55);
  opacity: 0;
  cursor: default;
  backdrop-filter: blur(4px);
  transition: opacity .3s ease;
}

.is-open .modal-backdrop {
  opacity: 1;
}

.checkout-panel {
  position: relative;
  z-index: 1;
  width: min(570px, 100%);
  height: 100%;
  overflow-y: auto;
  background: #f7f5f0;
  box-shadow: -20px 0 70px rgba(16, 27, 24, .2);
  transform: translateX(100%);
  transition: transform .38s cubic-bezier(.2,.8,.2,1);
}

.is-open .checkout-panel {
  transform: translateX(0);
}

.close-button {
  position: absolute;
  z-index: 3;
  top: 22px;
  right: 22px;
  display: grid;
  width: 40px;
  height: 40px;
  place-items: center;
  border: 1px solid rgba(255,255,255,.3);
  border-radius: 50%;
  color: #fff;
  background: rgba(255,255,255,.12);
  cursor: pointer;
  font-size: 22px;
}

.checkout-head {
  position: relative;
  padding: 38px 46px 31px;
  color: #fff;
  background: var(--teal);
  overflow: hidden;
}

.checkout-head::after {
  content: "₹";
  position: absolute;
  right: 33px;
  bottom: -60px;
  color: rgba(255,255,255,.08);
  font: 800 190px/1 "Manrope", sans-serif;
}

.secure-pill {
  position: relative;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  gap: 7px;
  margin-bottom: 32px;
  padding: 6px 11px;
  border: 1px solid rgba(255,255,255,.22);
  border-radius: 100px;
  background: rgba(255,255,255,.09);
  font-size: 10px;
  font-weight: 700;
}

.secure-pill span {
  display: grid;
  width: 15px;
  height: 15px;
  place-items: center;
  border-radius: 50%;
  color: var(--teal);
  background: #fff;
  font-size: 9px;
}

.step-label {
  position: relative;
  z-index: 1;
  margin: 0 0 9px;
  color: #a8dbd7;
  font-size: 9px;
  font-weight: 800;
  letter-spacing: .16em;
}

.checkout-head h2 {
  position: relative;
  z-index: 1;
  font-size: 37px;
  letter-spacing: -.055em;
}

.checkout-head > p:last-child {
  position: relative;
  z-index: 1;
  max-width: 390px;
  margin: 11px 0 0;
  color: #c2e6e3;
  font-size: 12px;
  line-height: 1.6;
}

.checkout-body {
  padding: 28px 46px 42px;
}

.order-review {
  padding: 7px 0;
}

.review-kicker {
  margin: 0 0 13px;
  color: var(--orange-dark);
  font-size: 9px;
  font-weight: 800;
  letter-spacing: .16em;
}

.review-product {
  display: grid;
  grid-template-columns: 112px 1fr;
  gap: 19px;
  align-items: center;
  padding: 14px;
  border: 1px solid var(--line);
  border-radius: 17px;
  background: #fff;
}

.review-product img {
  width: 112px;
  height: 112px;
  border-radius: 12px;
  object-fit: cover;
}

.review-product h3 {
  margin: 0;
  font: 800 18px/1.2 "Manrope", sans-serif;
  letter-spacing: -.035em;
}

.review-product p {
  margin: 8px 0 0;
  color: var(--muted);
  font-size: 11px;
  line-height: 1.55;
}

.price-summary {
  margin: 24px 0;
  padding: 20px 22px;
  border-radius: 15px;
  background: #ecece8;
}

.price-summary > div {
  display: flex;
  justify-content: space-between;
  margin-bottom: 13px;
  color: #747c78;
  font-size: 11px;
}

.price-summary > div:last-child {
  margin-bottom: 0;
}

.price-summary strong {
  color: var(--ink);
}

.price-summary .price-total {
  margin-top: 17px;
  padding-top: 17px;
  border-top: 1px solid #d2d5d2;
  color: var(--ink);
  font-size: 14px;
  font-weight: 800;
}

.price-total strong {
  font: 800 24px/1 "Manrope", sans-serif;
}

.button-pay {
  width: 100%;
  min-height: 59px;
  color: #fff;
  background: var(--orange);
  box-shadow: 0 12px 28px rgba(228, 86, 64, .22);
}

.button-pay:hover {
  background: var(--orange-dark);
}

.secure-footnote {
  margin: 13px 0 0;
  color: #929995;
  font-size: 9px;
  text-align: center;
}

.checkout-loading {
  display: grid;
  min-height: 360px;
  place-items: center;
  align-content: center;
  color: var(--muted);
  font-size: 13px;
}

.checkout-loading span {
  width: 34px;
  height: 34px;
  border: 3px solid #d9dedb;
  border-top-color: var(--orange);
  border-radius: 50%;
  animation: spin .8s linear infinite;
}

@keyframes spin {
  to { transform: rotate(360deg); }
}

.order-mini {
  display: grid;
  grid-template-columns: 58px 1fr auto;
  gap: 13px;
  align-items: center;
  margin-bottom: 24px;
  padding: 11px;
  border: 1px solid var(--line);
  border-radius: 14px;
  background: #fff;
}

.order-mini img {
  width: 58px;
  height: 58px;
  border-radius: 10px;
  object-fit: cover;
}

.order-mini p {
  margin: 0;
  font-size: 12px;
  font-weight: 700;
}

.order-mini small {
  display: block;
  margin-top: 4px;
  color: var(--muted);
  font-size: 9px;
  letter-spacing: .05em;
}

.order-mini strong {
  font: 800 15px/1 "Manrope", sans-serif;
}

.qr-wrap {
  display: grid;
  grid-template-columns: 190px 1fr;
  gap: 25px;
  align-items: center;
  padding: 21px;
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 12px 40px rgba(23, 37, 33, .07);
}

.qr-frame {
  padding: 8px;
  border: 1px solid #e4e7e5;
  border-radius: 13px;
  background: #fff;
}

.qr-frame img {
  display: block;
  width: 100%;
  aspect-ratio: 1;
}

.qr-copy .powered-by {
  display: flex;
  align-items: center;
  gap: 8px;
  margin: 0 0 12px;
  color: #8a918e;
  font-size: 9px;
  font-weight: 700;
  letter-spacing: .09em;
  text-transform: uppercase;
}

.bharatpe-mark {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  color: #151d1b;
  font: 800 14px/1 "Manrope", sans-serif;
  letter-spacing: -.03em;
  text-transform: none;
}

.bharatpe-mark::before {
  content: "";
  width: 15px;
  height: 15px;
  border: 3px solid #08a8b8;
  border-radius: 50%;
  background: linear-gradient(160deg, #f76d5e 0 43%, #fff 44% 57%, #0f8580 58%);
}

.qr-copy h3 {
  margin: 0;
  font: 800 27px/1.05 "Manrope", sans-serif;
  letter-spacing: -.05em;
}

.qr-copy > p {
  margin: 8px 0 14px;
  color: var(--muted);
  font-size: 11px;
  line-height: 1.5;
}

.upi-id {
  overflow: hidden;
  padding: 9px 11px;
  border-radius: 8px;
  background: #f2f3f1;
  color: #68706d;
  font: 600 9px/1.2 monospace;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.mobile-upi-button {
  display: none;
  width: 100%;
  margin-top: 16px;
  color: #fff;
  background: var(--ink);
}

.utr-card {
  margin-top: 18px;
  padding: 17px 18px;
  border: 1px solid #daddda;
  border-radius: 14px;
  background: transparent;
}

.utr-heading {
  display: flex;
  align-items: center;
  gap: 11px;
  margin-bottom: 16px;
}

.utr-heading > span {
  display: grid;
  flex: 0 0 auto;
  width: 25px;
  height: 25px;
  place-items: center;
  border-radius: 50%;
  color: #fff;
  background: var(--teal);
  font-size: 10px;
  font-weight: 800;
}

.utr-heading strong,
.utr-heading small {
  display: block;
}

.utr-heading strong {
  font-size: 11px;
}

.utr-heading small {
  margin-top: 3px;
  color: var(--muted);
  font-size: 9px;
}

.utr-card > label {
  display: block;
  margin-bottom: 7px;
  color: #68706d;
  font-size: 9px;
  font-weight: 700;
}

.utr-input-row {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 8px;
}

.utr-input-row input {
  min-width: 0;
  height: 44px;
  padding: 0 12px;
  border: 1px solid #ced3d0;
  border-radius: 9px;
  outline: none;
  background: #fff;
  color: var(--ink);
  font: 700 12px/1 monospace;
  letter-spacing: .05em;
}

.utr-input-row input:focus {
  border-color: var(--teal);
  box-shadow: 0 0 0 3px rgba(14, 133, 128, .1);
}

.verify-button {
  padding: 0 15px;
  border: 0;
  border-radius: 9px;
  color: #fff;
  background: var(--ink);
  cursor: pointer;
  font-size: 10px;
  font-weight: 800;
}

.verify-button:disabled {
  cursor: wait;
  opacity: .65;
}

.utr-error {
  min-height: 14px;
  margin: 7px 0 0;
  color: #b83e2d;
  font-size: 9px;
}

.demo-utr {
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 9px;
  align-items: center;
  margin-top: 11px;
  padding: 10px 11px;
  border: 1px dashed #d5aaa0;
  border-radius: 10px;
  color: #9d4b3c;
  background: #fff5f2;
}

.demo-utr span {
  font-size: 8px;
  font-weight: 800;
}

.demo-utr code {
  color: var(--ink);
  font-size: 11px;
  font-weight: 800;
  text-align: center;
  letter-spacing: .08em;
}

.demo-utr button {
  padding: 4px 7px;
  border: 0;
  border-radius: 5px;
  color: #fff;
  background: var(--orange);
  cursor: pointer;
  font-size: 8px;
  font-weight: 800;
}

.status-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.status-info {
  display: flex;
  align-items: center;
  gap: 11px;
}

.status-pulse {
  position: relative;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #f1a13d;
}

.status-pulse::after {
  content: "";
  position: absolute;
  inset: -5px;
  border: 1px solid #f1a13d;
  border-radius: 50%;
  animation: pulse 1.5s infinite;
}

@keyframes pulse {
  50% { opacity: 0; transform: scale(1.4); }
}

.status-info strong {
  display: block;
  font-size: 11px;
}

.status-info small {
  display: block;
  margin-top: 3px;
  color: var(--muted);
  font-size: 9px;
}

.check-button {
  padding: 8px 11px;
  border: 1px solid var(--line);
  border-radius: 8px;
  color: var(--ink);
  background: #fff;
  cursor: pointer;
  font-size: 9px;
  font-weight: 800;
}

.demo-note {
  margin: 8px 0 0;
  color: #9a7a72;
  font-size: 8px;
  line-height: 1.5;
  text-align: center;
}

.payment-success {
  display: grid;
  min-height: 430px;
  place-items: center;
  align-content: center;
  padding: 20px;
  text-align: center;
}

.success-icon {
  display: grid;
  width: 78px;
  height: 78px;
  margin-bottom: 22px;
  place-items: center;
  border-radius: 50%;
  color: #fff;
  background: var(--teal);
  box-shadow: 0 0 0 13px var(--teal-light);
  font-size: 34px;
}

.payment-success h3 {
  margin: 0;
  font: 800 29px/1.1 "Manrope", sans-serif;
  letter-spacing: -.05em;
}

.payment-success > p {
  max-width: 330px;
  margin: 12px auto 23px;
  color: var(--muted);
  font-size: 12px;
  line-height: 1.65;
}

.success-order {
  margin-bottom: 21px;
  padding: 9px 13px;
  border-radius: 8px;
  background: #ebece9;
  color: #68706c;
  font: 700 9px/1 monospace;
}

.toast {
  position: fixed;
  z-index: 200;
  left: 50%;
  bottom: 28px;
  padding: 12px 18px;
  border-radius: 100px;
  color: #fff;
  background: var(--ink);
  box-shadow: 0 10px 30px rgba(10, 17, 15, .2);
  opacity: 0;
  pointer-events: none;
  transform: translate(-50%, 12px);
  transition: opacity .2s ease, transform .2s ease;
  font-size: 11px;
  font-weight: 700;
}

.toast.show {
  opacity: 1;
  transform: translate(-50%, 0);
}

@media (max-width: 900px) {
  .site-header {
    grid-template-columns: 1fr 1fr;
  }

  nav {
    display: none;
  }

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

  .hero-copy {
    padding: 64px 54px;
  }

  .hero-art {
    min-height: 500px;
  }

  .hero-art img {
    min-height: 500px;
  }

  .product-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .product-card:last-child {
    grid-column: span 2;
    width: calc(50% - 11px);
  }

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

  .manifesto > p {
    grid-column: span 2;
  }
}

@media (max-width: 650px) {
  .announcement {
    gap: 8px;
    font-size: 9px;
  }

  .site-header,
  .hero,
  .shop-section,
  .manifesto,
  footer {
    width: min(100% - 28px, 580px);
  }

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

  .header-cta {
    font-size: 11px;
  }

  .hero {
    min-height: 0;
    margin-top: 0;
    border-radius: 22px;
  }

  .hero-copy {
    padding: 45px 27px 42px;
  }

  h1 {
    font-size: clamp(48px, 15vw, 72px);
  }

  .hero-lead {
    margin: 23px 0;
    font-size: 14px;
  }

  .hero-actions {
    align-items: flex-start;
    flex-direction: column;
  }

  .hero-art,
  .hero-art img {
    min-height: 410px;
  }

  .label-top {
    top: 28px;
    right: 18px;
  }

  .label-bottom {
    left: 17px;
    bottom: 24px;
  }

  .benefit-strip {
    grid-template-columns: 1fr;
    width: min(100% - 28px, 580px);
    margin-bottom: 80px;
  }

  .benefit-strip > div {
    justify-content: flex-start;
    padding-left: 25px;
  }

  .benefit-strip > div + div {
    border-top: 1px solid var(--line);
    border-left: 0;
  }

  .section-heading {
    align-items: flex-start;
    flex-direction: column;
    gap: 15px;
  }

  .section-heading > p {
    max-width: none;
  }

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

  .product-card:last-child {
    grid-column: auto;
    width: auto;
  }

  .manifesto {
    grid-template-columns: 1fr;
    padding: 45px 28px;
  }

  .manifesto > p {
    grid-column: auto;
  }

  .manifesto-copy {
    margin-top: 20px;
  }

  footer {
    grid-template-columns: 1fr;
    gap: 10px;
    padding: 30px 0;
    text-align: left;
  }

  footer p {
    margin: 0;
  }

  footer p:last-child {
    justify-self: start;
  }

  .checkout-head {
    padding: 32px 25px 27px;
  }

  .checkout-head h2 {
    font-size: 32px;
  }

  .checkout-body {
    padding: 22px 20px 34px;
  }

  .review-product {
    grid-template-columns: 86px 1fr;
  }

  .review-product img {
    width: 86px;
    height: 86px;
  }

  .qr-wrap {
    grid-template-columns: 1fr;
    justify-items: center;
    text-align: center;
  }

  .qr-frame {
    width: min(240px, 82vw);
  }

  .qr-copy {
    width: 100%;
  }

  .utr-input-row {
    grid-template-columns: 1fr;
  }

  .verify-button {
    min-height: 44px;
  }

  .qr-copy .powered-by {
    justify-content: center;
  }

  .mobile-upi-button {
    display: inline-flex;
  }
}

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