/* MOAMISHTI homepage storefront — scoped to the homepage only. */
.home-storefront-page {
  --hs-cream: #fbf7e8;
  --hs-cream-deep: #f3ead0;
  --hs-ink: #182622;
  --hs-muted: #5f6e68;
  --hs-green: #0f6858;
  --hs-green-dark: #08463b;
  --hs-green-light: #dfeee7;
  --hs-yellow: #f5d943;
  --hs-maroon: #7c2831;
  --hs-white: #fffef9;
  --hs-line: rgba(15, 104, 88, .16);
  --hs-shadow: 0 22px 70px rgba(32, 45, 38, .12);
  margin: 0;
  overflow-x: hidden;
  background: var(--hs-cream) !important;
  color: var(--hs-ink) !important;
  font-family: "DM Sans", sans-serif !important;
  line-height: 1.6;
}

.home-storefront-page *,
.home-storefront-page *::before,
.home-storefront-page *::after { box-sizing: border-box; }
.home-storefront-page img, .home-storefront-page video { display: block; max-width: 100%; }
.home-storefront-page a { color: inherit; text-decoration: none; }
.home-storefront-page button, .home-storefront-page a { -webkit-tap-highlight-color: transparent; }
.home-storefront-page h1, .home-storefront-page h2, .home-storefront-page h3, .home-storefront-page p { margin-top: 0; }
.home-storefront-page h1, .home-storefront-page h2, .home-storefront-page h3 { color: inherit; font-family: "Playfair Display", Georgia, serif; line-height: 1.08; }
.home-storefront-page .sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.home-storefront-page .skip-link { position: fixed; z-index: 9999; top: 8px; left: 8px; transform: translateY(-140%); padding: 10px 16px; border-radius: 8px; background: #fff; color: var(--hs-green-dark); }
.home-storefront-page .skip-link:focus { transform: translateY(0); }
.home-storefront-page :focus-visible { outline: 3px solid var(--hs-yellow); outline-offset: 3px; }

.hs-shell { width: min(1320px, calc(100% - 48px)); margin-inline: auto; }
.hs-section { padding-block: 84px; }
.hs-kicker { margin-bottom: 12px; color: var(--hs-maroon); font-size: .76rem; font-weight: 700; letter-spacing: .17em; text-transform: uppercase; }
.hs-heading-row { display: flex; align-items: flex-end; justify-content: space-between; gap: 32px; margin-bottom: 32px; }
.hs-heading-row h2, .hs-heading-center h2 { margin-bottom: 0; font-size: clamp(2rem, 4vw, 3.55rem); letter-spacing: -.035em; }
.hs-heading-row > div > p:last-child { max-width: 660px; margin: 16px 0 0; color: var(--hs-muted); }
.hs-heading-center { margin: 0 auto 36px; text-align: center; }

.hs-announcement { position: relative; z-index: 21; overflow: hidden; background: var(--hs-yellow); color: #242515; font-size: .76rem; font-weight: 700; letter-spacing: .09em; text-transform: uppercase; }
.hs-marquee { display: flex; align-items: center; width: max-content; min-height: 36px; animation: hs-marquee 30s linear infinite; }
.hs-marquee span { padding-inline: 24px; white-space: nowrap; }
.hs-marquee i { width: 5px; height: 5px; border-radius: 50%; background: var(--hs-green-dark); }

.hs-header { position: sticky; z-index: 20; top: 0; border-bottom: 1px solid rgba(15,104,88,.08); background: rgba(251,247,232,.96); backdrop-filter: blur(16px); }
.hs-header-inner { display: grid; grid-template-columns: 245px 1fr auto; align-items: center; gap: 24px; min-height: 86px; }
.hs-brand { display: inline-flex; align-items: center; gap: 10px; width: fit-content; }
.hs-brand img { width: 62px; height: 62px; object-fit: contain; }
.hs-brand span { display: flex; flex-direction: column; line-height: 1.05; }
.hs-brand strong { color: var(--hs-maroon); font-family: "Playfair Display", Georgia, serif; font-size: 1.12rem; letter-spacing: .035em; }
.hs-brand small { margin-top: 5px; color: #755d55; font-size: .54rem; letter-spacing: .04em; }
.hs-nav { display: flex; align-items: center; justify-content: center; gap: clamp(18px, 2.4vw, 34px); }
.hs-nav a { position: relative; padding-block: 28px; color: #34423d; font-size: .89rem; font-weight: 600; white-space: nowrap; }
.hs-nav a::after { position: absolute; right: 0; bottom: 21px; left: 0; height: 2px; transform: scaleX(0); background: var(--hs-green); content: ""; transition: transform .25s ease; }
.hs-nav a:hover::after, .hs-nav a.is-active::after { transform: scaleX(1); }
.hs-nav a.is-active { color: var(--hs-green-dark); }
.hs-header-order, .hs-btn, .hs-order-btn { display: inline-flex; align-items: center; justify-content: center; gap: 9px; min-height: 48px; border-radius: 999px; font-family: "DM Sans", sans-serif; font-weight: 700; line-height: 1.2; transition: transform .25s ease, box-shadow .25s ease, background .25s ease; }
.hs-header-order { padding: 13px 20px; background: var(--hs-green); color: white !important; font-size: .86rem; box-shadow: 0 10px 25px rgba(15,104,88,.18); }
.hs-header-order:hover, .hs-btn:hover, .hs-order-btn:hover { transform: translateY(-2px); }
.hs-menu-toggle { display: none; width: 44px; height: 44px; border: 0; border-radius: 50%; background: var(--hs-green-light); }
.hs-menu-toggle > span:not(.sr-only) { display: block; width: 19px; height: 2px; margin: 4px auto; border-radius: 99px; background: var(--hs-green-dark); transition: transform .2s ease, opacity .2s ease; }

.hs-benefits { overflow: hidden; background: var(--hs-green); color: white; }
.hs-benefits-track { display: flex; align-items: center; width: max-content; min-height: 44px; animation: hs-marquee 34s linear infinite reverse; }
.hs-benefits-track span { display: inline-flex; align-items: center; gap: 9px; padding-inline: 34px; border-right: 1px solid rgba(255,255,255,.24); font-size: .8rem; font-weight: 600; white-space: nowrap; }
.hs-benefits-track i { color: var(--hs-yellow); }

.home-storefront-page main.hs-main { display: block; overflow: clip; padding: 0 !important; }
.home-storefront-page .hs-hero { padding: 24px 0 0 !important; }
.hs-hero-card { position: relative; min-height: clamp(570px, 66vw, 720px); overflow: hidden; border-radius: 28px; background: #e8ddc6; box-shadow: var(--hs-shadow); isolation: isolate; }
.home-storefront-page .hs-hero-image { position: absolute; z-index: -2; inset: 0; width: 100%; height: 100% !important; object-fit: cover; object-position: center; animation: hs-hero-in 1.3s ease both; }
.hs-hero-overlay { position: absolute; z-index: -1; inset: 0; background: linear-gradient(90deg, rgba(251,247,232,.98) 0%, rgba(251,247,232,.9) 35%, rgba(251,247,232,.25) 62%, rgba(251,247,232,0) 100%); }
.hs-hero-copy { display: flex; flex-direction: column; justify-content: center; align-items: flex-start; width: min(610px, 55%); min-height: inherit; padding: clamp(38px, 6vw, 88px); }
.hs-hero-copy h1 { margin-bottom: 23px; font-size: clamp(3rem, 6.4vw, 6rem); letter-spacing: -.055em; }
.hs-hero-copy h1 em { color: var(--hs-maroon); font-weight: 600; }
.hs-hero-copy > p:not(.hs-kicker) { max-width: 560px; margin-bottom: 28px; color: #40514a; font-size: 1.05rem; }
.hs-hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-bottom: 18px; }
.hs-hero-copy small { max-width: 535px; color: #69766f; font-size: .75rem; }
.hs-btn { padding: 14px 22px; border: 1px solid transparent; font-size: .9rem; }
.hs-btn-primary { background: var(--hs-green); color: white !important; box-shadow: 0 14px 30px rgba(15,104,88,.22); }
.hs-btn-primary:hover { background: var(--hs-green-dark); }
.hs-btn-light { border-color: rgba(15,104,88,.2); background: rgba(255,255,255,.77); color: var(--hs-green-dark) !important; }
.hs-btn-yellow { background: var(--hs-yellow); color: #20271e !important; box-shadow: 0 14px 30px rgba(0,0,0,.12); }
.hs-btn-outline { border-color: var(--hs-green); color: var(--hs-green-dark) !important; }

.hs-category-section { padding-top: 92px; }
.hs-text-link { display: inline-flex; align-items: center; gap: 8px; color: var(--hs-green-dark) !important; font-size: .88rem; font-weight: 700; white-space: nowrap; }
.hs-category-grid { display: grid; grid-template-columns: repeat(4, minmax(0,1fr)); gap: 18px; }
.hs-category-card { position: relative; display: flex; flex-direction: column; min-height: 220px; overflow: hidden; padding: 26px; border: 1px solid var(--hs-line); border-radius: 22px; background: var(--hs-white); box-shadow: 0 12px 35px rgba(28,50,42,.06); transition: transform .25s ease, box-shadow .25s ease; }
.hs-category-card::after { position: absolute; right: -35px; bottom: -50px; width: 150px; height: 150px; border-radius: 50%; background: currentColor; content: ""; opacity: .055; }
.hs-category-card:hover { transform: translateY(-7px); box-shadow: 0 20px 45px rgba(28,50,42,.11); }
.hs-category-icon { display: grid; place-items: center; width: 58px; height: 58px; margin-bottom: auto; border-radius: 50%; background: var(--hs-green-light); color: var(--hs-green-dark); font-size: 1.3rem; }
.hs-category-card strong { margin-top: 28px; font-family: "Playfair Display", Georgia, serif; font-size: 1.35rem; }
.hs-category-card small { margin-top: 7px; color: var(--hs-muted); }
.hs-category-moa { border-top: 4px solid var(--hs-maroon); }
.hs-category-nolen { border-top: 4px solid var(--hs-green); }
.hs-category-gift { border-top: 4px solid #c79c2f; }
.hs-category-event { border-top: 4px solid #9d6845; }

.hs-products-section { padding-block: 90px 104px; background: #fffdf5; }
.hs-products-heading { align-items: center; }
.hs-products-heading > div:first-child { max-width: 760px; }
.hs-slider-controls { display: flex; gap: 9px; }
.hs-slider-controls button { display: grid; place-items: center; width: 46px; height: 46px; border: 1px solid var(--hs-line); border-radius: 50%; background: white; color: var(--hs-green-dark); cursor: pointer; transition: background .2s ease, color .2s ease; }
.hs-slider-controls button:hover { background: var(--hs-green); color: white; }
.hs-product-track { display: grid; grid-auto-columns: minmax(270px, 1fr); grid-auto-flow: column; gap: 20px; overflow-x: auto; padding: 6px 3px 22px; scroll-behavior: smooth; scroll-snap-type: x mandatory; scrollbar-color: var(--hs-green) transparent; }
.hs-product-track::-webkit-scrollbar { height: 5px; }
.hs-product-track::-webkit-scrollbar-thumb { border-radius: 99px; background: var(--hs-green); }
.hs-product-card { position: relative; overflow: hidden; border: 1px solid rgba(15,104,88,.13); border-radius: 22px; background: white; box-shadow: 0 12px 36px rgba(22,52,42,.07); scroll-snap-align: start; }
.hs-product-image { position: relative; display: block; aspect-ratio: 1 / .85; overflow: hidden; background: var(--hs-cream-deep); }
.hs-product-image img { width: 100%; height: 100%; object-fit: cover; transition: transform .55s ease; }
.hs-product-card:hover .hs-product-image img { transform: scale(1.045); }
.hs-product-badge { position: absolute; z-index: 2; top: 14px; left: 14px; padding: 6px 12px; border-radius: 999px; background: var(--hs-yellow); color: #303124; font-size: .7rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.hs-product-body { padding: 21px; }
.hs-product-body > p { margin-bottom: 5px; color: var(--hs-maroon); font-size: .7rem; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.hs-product-body h3 { margin-bottom: 10px; font-size: 1.43rem; }
.hs-product-body > span { display: block; min-height: 45px; margin-bottom: 18px; color: var(--hs-muted); font-size: .84rem; }
.hs-order-btn { width: 100%; padding: 13px 14px; background: var(--hs-yellow); color: #283028 !important; font-size: .82rem; }

.hs-order-section { padding-block: 100px; }
.hs-order-panel { display: grid; grid-template-columns: .85fr 1.15fr; gap: clamp(48px,7vw,100px); padding: clamp(40px,6vw,78px); border-radius: 30px; background: var(--hs-green-dark); color: white; box-shadow: var(--hs-shadow); }
.hs-order-panel .hs-kicker { color: var(--hs-yellow); }
.hs-order-intro h2 { margin-bottom: 20px; font-size: clamp(2.3rem,4.6vw,4.15rem); }
.hs-order-intro > p:not(.hs-kicker) { max-width: 500px; margin-bottom: 28px; color: rgba(255,255,255,.75); }
.hs-order-steps { display: grid; margin: 0; padding: 0; list-style: none; }
.hs-order-steps li { display: grid; grid-template-columns: 62px 1fr; gap: 20px; align-items: center; padding-block: 22px; border-bottom: 1px solid rgba(255,255,255,.18); }
.hs-order-steps li:last-child { border-bottom: 0; }
.hs-order-steps li > span { display: grid; place-items: center; width: 56px; height: 56px; border: 1px solid rgba(245,217,67,.5); border-radius: 50%; color: var(--hs-yellow); font-family: "Playfair Display", serif; font-size: 1.1rem; }
.hs-order-steps strong { font-family: "Playfair Display", serif; font-size: 1.25rem; }
.hs-order-steps p { margin: 4px 0 0; color: rgba(255,255,255,.68); font-size: .85rem; }

.hs-story-section { background: var(--hs-maroon); color: white; }
.hs-story-grid { display: grid; grid-template-columns: 1.05fr .95fr; gap: clamp(40px,6vw,84px); align-items: center; }
.hs-video-wrap { position: relative; overflow: hidden; min-height: 510px; border-radius: 26px; box-shadow: 0 26px 65px rgba(0,0,0,.24); }
.hs-video-wrap video { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.hs-video-label { position: absolute; bottom: 18px; left: 18px; display: inline-flex; align-items: center; gap: 9px; padding: 10px 15px; border: 1px solid rgba(255,255,255,.3); border-radius: 999px; background: rgba(8,70,59,.86); font-size: .78rem; font-weight: 600; backdrop-filter: blur(8px); }
.hs-story-copy .hs-kicker { color: var(--hs-yellow); }
.hs-story-copy h2 { margin-bottom: 24px; font-size: clamp(2.5rem,5vw,4.5rem); }
.hs-story-copy > p:not(.hs-kicker) { color: rgba(255,255,255,.78); font-size: 1rem; }
.hs-story-links { display: flex; flex-wrap: wrap; gap: 16px 24px; margin-top: 28px; }
.hs-story-links a { display: inline-flex; align-items: center; gap: 8px; color: var(--hs-yellow); font-weight: 700; }

.hs-confidence-section { padding-block: 105px; }
.hs-confidence-grid { display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); gap: 16px; }
.hs-confidence-grid a { display: flex; flex-direction: column; align-items: center; min-height: 190px; padding: 29px 22px; border: 1px solid var(--hs-line); border-radius: 20px; background: var(--hs-white); text-align: center; transition: transform .25s ease, border-color .25s ease; }
.hs-confidence-grid a:hover { transform: translateY(-5px); border-color: var(--hs-green); }
.hs-confidence-grid i { margin-bottom: 22px; color: var(--hs-green); font-size: 1.6rem; }
.hs-confidence-grid strong { font-family: "Playfair Display", serif; font-size: 1.16rem; }
.hs-confidence-grid span { margin-top: 7px; color: var(--hs-muted); font-size: .8rem; }

.hs-visit-section { padding-block: 0 100px; }
.hs-visit-panel { display: grid; grid-template-columns: 1fr auto; gap: 45px; align-items: center; padding: clamp(38px,5vw,68px); border-radius: 26px; background: var(--hs-cream-deep); }
.hs-visit-copy h2 { margin-bottom: 17px; font-size: clamp(2.2rem,4vw,3.8rem); }
.hs-visit-copy > p:not(.hs-kicker) { max-width: 700px; color: var(--hs-muted); }
.hs-visit-meta { display: flex; flex-wrap: wrap; gap: 14px 38px; margin-top: 25px; }
.hs-visit-meta span { display: grid; grid-template-columns: 28px auto; align-items: center; color: var(--hs-muted); font-size: .82rem; }
.hs-visit-meta i { grid-row: span 2; color: var(--hs-maroon); font-size: 1.1rem; }
.hs-visit-meta strong { color: var(--hs-ink); }
.hs-visit-actions { display: grid; gap: 11px; min-width: 210px; }

.hs-final-cta { padding-block: 0 100px; }
.hs-final-cta-card { display: flex; align-items: center; justify-content: space-between; gap: 35px; padding: clamp(35px,5vw,65px); border-radius: 26px; background: var(--hs-green); color: white; }
.hs-final-cta-card .hs-kicker { color: var(--hs-yellow); }
.hs-final-cta-card h2 { margin-bottom: 10px; font-size: clamp(2rem,4vw,3.6rem); }
.hs-final-cta-card p:last-child { margin-bottom: 0; color: rgba(255,255,255,.75); }

.hs-footer { padding-top: 70px; background: #062f29; color: white; }
.hs-footer-grid { display: grid; grid-template-columns: 1.7fr repeat(3,1fr); gap: 50px; padding-bottom: 55px; }
.hs-footer-grid > div:not(.hs-footer-brand) { display: flex; flex-direction: column; align-items: flex-start; }
.hs-footer h2 { margin-bottom: 20px; color: var(--hs-yellow); font-family: "DM Sans",sans-serif; font-size: .76rem; letter-spacing: .13em; text-transform: uppercase; }
.hs-footer-grid a { margin-bottom: 10px; color: rgba(255,255,255,.72); font-size: .86rem; }
.hs-footer-grid a:hover { color: var(--hs-yellow); }
.hs-footer-wordmark { display: inline-flex; flex-direction: column; margin-bottom: 0 !important; }
.hs-footer-logo { width: 72px; height: 72px; margin-bottom: 10px; border-radius: 50%; object-fit: contain; }
.hs-footer-wordmark > span { display: flex; flex-direction: column; }
.hs-footer-wordmark strong { color: white; font-family: "Playfair Display", Georgia, serif; font-size: 1.75rem; letter-spacing: .06em; }
.hs-footer-wordmark small { margin-top: 3px; color: var(--hs-yellow); font-size: .66rem; letter-spacing: .1em; text-transform: uppercase; }
.hs-footer-brand p { max-width: 340px; margin: 20px 0 12px; color: rgba(255,255,255,.72); font-size: .9rem; }
.hs-footer-grid .hs-footer-order {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 46px;
  margin: 8px 0 0;
  padding: 11px 16px;
  border: 1px solid rgba(255,255,255,.22);
  border-radius: 999px;
  background: #19a769;
  color: white;
  font-weight: 700;
  line-height: 1.2;
}
.hs-footer-grid .hs-footer-order:hover { border-color: var(--hs-yellow); background: #128858; color: white; }
.hs-footer-bottom { display: flex; justify-content: space-between; gap: 30px; padding-block: 20px; border-top: 1px solid rgba(255,255,255,.14); color: rgba(255,255,255,.55); font-size: .72rem; }
.hs-footer-bottom a { color: rgba(255,255,255,.78); }
.hs-mobile-actions { display: none; }

[data-hs-reveal] { opacity: 0; transform: translateY(24px); transition: opacity .7s ease, transform .7s ease; }
[data-hs-reveal].is-revealed { opacity: 1; transform: none; }

@keyframes hs-marquee { to { transform: translateX(-50%); } }
@keyframes hs-hero-in { from { opacity: 0; transform: scale(1.035); } to { opacity: 1; transform: scale(1); } }

@media (min-width: 1100px) {
  .hs-product-track { grid-auto-columns: calc((100% - 60px) / 4); }
}

@media (max-width: 1080px) {
  .hs-shell { width: min(100% - 36px, 960px); }
  .hs-header-inner { grid-template-columns: 195px 1fr auto; gap: 14px; }
  .hs-nav { gap: 16px; }
  .hs-nav a { font-size: .78rem; }
  .hs-header-order span { display: none; }
  .hs-header-order { width: 48px; padding: 0; }
  .hs-hero-copy { width: 62%; padding: 48px; }
  .hs-category-grid, .hs-confidence-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
}

@media (max-width: 820px) {
  .hs-shell { width: min(100% - 28px, 720px); }
  .hs-section { padding-block: 68px; }
  .hs-header-inner { grid-template-columns: 1fr auto auto; min-height: 74px; }
  .hs-brand img { width: 54px; height: 54px; }
  .hs-brand strong { font-size: .98rem; }
  .hs-brand small { display: none; }
  .hs-menu-toggle { display: block; order: 3; }
  .hs-header-order { order: 2; }
  .hs-nav { position: absolute; z-index: 25; top: 100%; right: 14px; left: 14px; display: grid; gap: 0; max-height: 0; overflow: hidden; border-radius: 0 0 18px 18px; background: var(--hs-white); box-shadow: 0 20px 45px rgba(0,0,0,.14); opacity: 0; pointer-events: none; transition: max-height .25s ease, opacity .2s ease; }
  .hs-nav.is-open { max-height: 520px; opacity: 1; pointer-events: auto; }
  .hs-nav a { padding: 14px 22px; border-bottom: 1px solid var(--hs-line); }
  .hs-nav a::after { display: none; }
  .hs-menu-toggle[aria-expanded="true"] > span:nth-child(1) { transform: translateY(6px) rotate(45deg); }
  .hs-menu-toggle[aria-expanded="true"] > span:nth-child(2) { opacity: 0; }
  .hs-menu-toggle[aria-expanded="true"] > span:nth-child(3) { transform: translateY(-6px) rotate(-45deg); }
  .hs-hero-card { min-height: 720px; }
  .hs-hero-image { object-position: 67% center; }
  .hs-hero-overlay { background: linear-gradient(180deg, rgba(251,247,232,.98) 0%, rgba(251,247,232,.9) 48%, rgba(251,247,232,.08) 100%); }
  .hs-hero-copy { justify-content: flex-start; width: 100%; padding: 48px 35px; }
  .hs-hero-copy > p:not(.hs-kicker) { max-width: 560px; }
  .hs-order-panel, .hs-story-grid { grid-template-columns: 1fr; }
  .hs-video-wrap { min-height: 430px; }
  .hs-visit-panel { grid-template-columns: 1fr; }
  .hs-visit-actions { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .hs-final-cta-card { align-items: flex-start; flex-direction: column; }
  .hs-footer-grid { grid-template-columns: 1.4fr repeat(3,1fr); gap: 26px; }
}

@media (max-width: 560px) {
  .home-storefront-page { padding-bottom: 64px; }
  .hs-shell { width: calc(100% - 22px); }
  .hs-announcement { font-size: .68rem; }
  .hs-header-inner { min-height: 68px; }
  .hs-brand { gap: 5px; }
  .hs-brand img { width: 46px; height: 46px; }
  .hs-brand strong { font-size: .75rem; letter-spacing: .02em; }
  .home-storefront-page .hs-hero { padding: 11px 0 0 !important; }
  .hs-hero-card { min-height: 910px; border-radius: 20px; background: var(--hs-cream-deep); }
  .home-storefront-page .hs-hero-image { top: auto; bottom: 0; height: 345px !important; object-position: 69% center; }
  .hs-hero-overlay { display: none; }
  .hs-hero-copy { justify-content: flex-start; min-height: 0; padding: 36px 23px 375px; }
  .hs-hero-copy h1 { font-size: clamp(2.7rem,13vw,4.1rem); }
  .hs-hero-copy > p:not(.hs-kicker) { font-size: .94rem; }
  .hs-hero-actions { display: grid; width: 100%; }
  .hs-btn { width: 100%; }
  .hs-heading-row { align-items: flex-start; flex-direction: column; gap: 16px; }
  .hs-heading-row h2, .hs-heading-center h2 { font-size: 2.25rem; }
  .hs-category-grid { grid-template-columns: 1fr 1fr; gap: 10px; }
  .hs-category-card { min-height: 190px; padding: 19px; }
  .hs-category-icon { width: 48px; height: 48px; }
  .hs-category-card strong { margin-top: 18px; font-size: 1.1rem; }
  .hs-category-card small { font-size: .73rem; }
  .hs-products-heading .hs-slider-controls { position: absolute; right: 12px; margin-top: 75px; }
  .hs-product-track { grid-auto-columns: 82%; }
  .hs-order-panel { padding: 32px 23px; border-radius: 22px; }
  .hs-order-intro h2 { font-size: 2.45rem; }
  .hs-order-steps li { grid-template-columns: 50px 1fr; gap: 14px; }
  .hs-order-steps li > span { width: 46px; height: 46px; }
  .hs-video-wrap { min-height: 330px; border-radius: 20px; }
  .hs-story-copy h2 { font-size: 2.65rem; }
  .hs-confidence-grid { grid-template-columns: 1fr 1fr; gap: 10px; }
  .hs-confidence-grid a { min-height: 165px; padding: 22px 13px; }
  .hs-confidence-grid strong { font-size: 1rem; }
  .hs-visit-panel { padding: 32px 23px; }
  .hs-visit-actions { grid-template-columns: 1fr; }
  .hs-final-cta-card { padding: 34px 23px; }
  .hs-footer { padding-top: 52px; }
  .hs-footer-grid { grid-template-columns: 1fr 1fr; gap: 34px 24px; }
  .hs-footer-brand { grid-column: 1 / -1; }
  .hs-footer-bottom { flex-direction: column; padding-bottom: 28px; }
  .hs-mobile-actions { position: fixed; z-index: 40; right: 0; bottom: 0; left: 0; display: grid; grid-template-columns: .8fr 1.2fr; min-height: 62px; box-shadow: 0 -10px 28px rgba(0,0,0,.16); }
  .hs-mobile-actions a { display: flex; align-items: center; justify-content: center; gap: 8px; background: #fff; color: var(--hs-green-dark); font-size: .83rem; font-weight: 700; }
  .hs-mobile-actions a:last-child { background: #19a769; color: white; }
}

/* Owner-reviewed homepage refinement candidate r3 — 2026-08-28. */
.home-storefront-page { font-size: 17px; }

.home-storefront-page .hs-hero { width: 100%; padding: 0 !important; }
.home-storefront-page .hs-hero-card {
  position: relative;
  width: 100%;
  height: auto;
  min-height: 0;
  aspect-ratio: 4 / 1;
  overflow: hidden;
  border-radius: 0;
  background: var(--hs-green-dark);
  box-shadow: none;
  isolation: isolate;
}
.hs-hero-slides { position: absolute; z-index: 0; inset: 0; }
.home-storefront-page .hs-hero-slide {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100% !important;
  object-fit: contain;
  object-position: center;
  opacity: 0;
  transform: none;
  transition: opacity .5s ease;
}
.home-storefront-page .hs-hero-slide.is-active { opacity: 1; transform: none; }
.home-storefront-page .hs-hero-overlay {
  position: absolute;
  z-index: 1;
  inset: 0;
  display: block;
  background:
    radial-gradient(circle at center, rgba(5,34,28,.18) 0%, rgba(5,34,28,.38) 48%, rgba(5,34,28,.63) 100%),
    linear-gradient(180deg, rgba(3,25,21,.12), rgba(3,25,21,.44));
}
.home-storefront-page .hs-hero-copy {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: min(1480px, calc(100% - 48px));
  min-height: 100%;
  margin-inline: auto;
  padding: 24px 24px 34px;
  text-align: center;
}
.home-storefront-page .hs-hero-copy .hs-kicker { color: var(--hs-yellow); }
.home-storefront-page .hs-hero-copy h1 {
  margin-bottom: 12px;
  color: white;
  font-size: clamp(1.35rem, 4vw, 4.1rem);
  letter-spacing: -.052em;
  line-height: .98;
  white-space: nowrap;
}
.home-storefront-page .hs-hero-copy h1 em { color: var(--hs-yellow); }
.home-storefront-page .hs-hero-copy > p:not(.hs-kicker) {
  max-width: 820px;
  margin-bottom: 15px;
  color: rgba(255,255,255,.94);
  font-size: clamp(.86rem, 1.25vw, 1.08rem);
}
.home-storefront-page .hs-hero-actions { justify-content: center; margin-bottom: 10px; }
.home-storefront-page .hs-hero-copy small { max-width: 720px; color: rgba(255,255,255,.84); }
.hs-hero-dots {
  position: absolute;
  z-index: 3;
  right: 0;
  bottom: 12px;
  left: 0;
  display: flex;
  justify-content: center;
  gap: 8px;
}
.hs-hero-dots button {
  position: relative;
  width: 24px;
  height: 24px;
  padding: 0;
  border: 0;
  background: transparent;
  cursor: pointer;
}
.hs-hero-dots button::before {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 9px;
  height: 9px;
  border: 1px solid rgba(255,255,255,.84);
  border-radius: 50%;
  background: rgba(255,255,255,.68);
  content: "";
  transform: translate(-50%, -50%);
  transition: width .25s ease, border-radius .25s ease, background .25s ease;
}
.hs-hero-dots button.is-active::before { width: 20px; border-radius: 99px; background: var(--hs-yellow); }

.home-storefront-page .hs-category-section { padding-block: 82px 92px; }

.hs-category-section .hs-heading-row {
  flex-direction: column;
  align-items: center;
  gap: 13px;
  text-align: center;
}
.hs-category-card {
  isolation: isolate;
  justify-content: flex-end;
  min-height: 270px;
  border: 0;
  background-position: center;
  background-size: cover;
  color: white;
}
.hs-category-card::before {
  position: absolute;
  z-index: -1;
  inset: 0;
  background: linear-gradient(180deg, rgba(8,28,23,.06) 14%, rgba(8,36,30,.84) 100%);
  content: "";
}
.hs-category-card::after { z-index: -2; inset: 0; width: auto; height: auto; border-radius: 0; background: transparent; opacity: 0; }
.hs-category-moa { background-image: url("/assets/images/product-catalog-joynagar-moa.webp"); }
.hs-category-nolen { background-image: url("/assets/images/product-catalog-nolen-gur-patali.webp"); }
.hs-category-gift { background-image: url("/assets/images/home-carousel-lifestyle-03-20260828-r3.webp"); }
.hs-category-event { background-image: url("/assets/images/product-catalog-nolen-gur-sandesh.webp"); }
.hs-category-icon { z-index: 1; margin-bottom: auto; background: rgba(255,254,249,.88); }
.hs-category-card strong { z-index: 1; margin-top: 24px; color: white; font-size: 1.52rem; text-shadow: 0 2px 14px rgba(0,0,0,.3); }
.hs-category-card small { z-index: 1; color: rgba(255,255,255,.88); }

.hs-products-heading { max-width: 900px; margin-bottom: 43px; text-align: center; }
.hs-products-heading > p:last-child { margin: 15px auto 0; color: var(--hs-muted); }

/* R7 accessibility refinements: preserve the accepted storefront design while
   keeping small copy and conversion controls above WCAG AA contrast targets. */
.site-storefront-page main .seo-related-section .seo-related-head > p:last-child {
  color: #53625c !important;
}

.site-storefront-page .hs-footer h2 {
  color: #ffdf36 !important;
}

.site-storefront-page .hs-footer-grid .hs-footer-order,
.site-storefront-page .hs-mobile-actions a:last-child,
.home-storefront-page .hs-footer-grid .hs-footer-order,
.home-storefront-page .hs-mobile-actions a:last-child {
  background: #087a4d;
}

.site-storefront-page .hs-footer-grid .hs-footer-order:hover,
.site-storefront-page .hs-mobile-actions a:last-child:hover,
.home-storefront-page .hs-footer-grid .hs-footer-order:hover,
.home-storefront-page .hs-mobile-actions a:last-child:hover {
  background: #06673f;
}

.home-storefront-page .hs-footer-bottom a,
.site-storefront-page .hs-footer-bottom a {
  color: #ffdf36;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: .2em;
}

/* R8 layout-integrity correction: keep footer contact actions in their own
   flow and provide one predictable right-side circular control rail. */
.home-storefront-page .hs-footer-brand,
.site-storefront-page .hs-footer-brand {
  display: flex;
  min-width: 0;
  flex-direction: column;
  align-items: flex-start;
}

.home-storefront-page .hs-footer-brand > a[href^="mailto:"],
.site-storefront-page .hs-footer-brand > a[href^="mailto:"] {
  display: inline-flex;
  max-width: 100%;
  margin: 0 0 6px;
  overflow-wrap: anywhere;
}

.home-storefront-page .hs-footer-grid .hs-footer-order,
.site-storefront-page .hs-footer-grid .hs-footer-order {
  width: auto;
  max-width: 100%;
  align-self: flex-start;
  margin-top: 8px;
  white-space: normal;
  text-align: center;
}

.home-storefront-page .hs-footer-grid > *,
.site-storefront-page .hs-footer-grid > *,
.home-storefront-page .hs-footer-bottom > *,
.site-storefront-page .hs-footer-bottom > * {
  min-width: 0;
  max-width: 100%;
}

.home-storefront-page .hs-footer-bottom span,
.site-storefront-page .hs-footer-bottom span {
  overflow-wrap: anywhere;
}

.home-storefront-page .floating-actions,
.site-storefront-page .floating-actions {
  position: fixed;
  right: clamp(12px, 2vw, 22px) !important;
  bottom: clamp(18px, 2vw, 24px) !important;
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  gap: 12px !important;
  z-index: 1000 !important;
}

.home-storefront-page .floating-action,
.site-storefront-page .floating-action {
  width: 58px !important;
  min-width: 58px !important;
  max-width: 58px !important;
  height: 58px !important;
  min-height: 58px !important;
  padding: 0 !important;
  border: 3px solid rgba(255, 255, 255, .96) !important;
  border-radius: 50% !important;
  box-shadow: 0 12px 28px rgba(6, 47, 41, .28) !important;
}

.home-storefront-page .floating-action-call,
.site-storefront-page .floating-action-call { background: #8b2a26 !important; }

.home-storefront-page .floating-action-whatsapp,
.site-storefront-page .floating-action-whatsapp { background: #25d366 !important; }

.home-storefront-page .floating-action .floating-icon,
.site-storefront-page .floating-action .floating-icon {
  display: inline-flex !important;
  width: auto !important;
  height: auto !important;
  align-items: center;
  justify-content: center;
  color: #fff !important;
  font-size: 1.38rem !important;
}

.home-storefront-page .floating-action > span:not(.floating-icon),
.site-storefront-page .floating-action > span:not(.floating-icon) { display: none !important; }

.home-storefront-page .to-top,
.site-storefront-page .to-top {
  right: clamp(19px, calc(2vw + 7px), 29px) !important;
  bottom: 166px !important;
  z-index: 1000 !important;
}

@media (max-width: 560px) {
  .home-storefront-page .hs-footer-grid > div:last-child,
  .site-storefront-page .hs-footer-grid > div:last-child { grid-column: 1 / -1; }

  .home-storefront-page .floating-actions,
  .site-storefront-page .floating-actions {
    right: 11px !important;
    bottom: calc(76px + env(safe-area-inset-bottom)) !important;
    gap: 8px !important;
  }

  .home-storefront-page .floating-action,
  .site-storefront-page .floating-action {
    width: 50px !important;
    min-width: 50px !important;
    max-width: 50px !important;
    height: 50px !important;
    min-height: 50px !important;
  }

  .home-storefront-page .to-top,
  .site-storefront-page .to-top {
    right: 15px !important;
    bottom: calc(192px + env(safe-area-inset-bottom)) !important;
  }
}

@media (max-width: 380px) {
  .home-storefront-page .hs-footer-grid,
  .site-storefront-page .hs-footer-grid { grid-template-columns: 1fr; }

  .home-storefront-page .hs-footer-brand,
  .home-storefront-page .hs-footer-grid > div,
  .site-storefront-page .hs-footer-brand,
  .site-storefront-page .hs-footer-grid > div { grid-column: 1; }
}
.home-storefront-page .hs-product-track {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  grid-auto-columns: auto;
  grid-auto-flow: row;
  gap: 24px;
  overflow: visible;
  padding: 0;
  scroll-snap-type: none;
}
.hs-product-card { scroll-snap-align: none; }
.hs-product-body h3 { font-size: 1.58rem; }
.hs-product-body > span, .hs-order-btn { font-size: .9rem; }

.home-storefront-page .hs-order-section {
  width: 100% !important;
  max-width: none !important;
  margin-inline: 0 !important;
  padding: 72px 0 !important;
}
.home-storefront-page .hs-order-panel {
  display: block;
  width: 100%;
  padding: 0;
  border-radius: 0;
  background: var(--hs-green-dark);
  box-shadow: none;
}
.hs-order-layout {
  display: grid;
  grid-template-columns: 1.08fr .92fr;
  gap: clamp(45px, 7vw, 100px);
  align-items: center;
  padding-block: 58px;
}
.hs-order-intro { text-align: center; }
.home-storefront-page .hs-order-intro h2 {
  max-width: 700px;
  margin: 0 auto 18px;
  font-size: clamp(2.15rem, 3.65vw, 3.5rem);
  line-height: 1.05;
}
.hs-order-intro h2 span { white-space: nowrap; }
.hs-order-intro > p:not(.hs-kicker) { margin-inline: auto; }
.hs-order-steps li > span { font-size: 1.2rem; }

.home-storefront-page .hs-video-wrap {
  aspect-ratio: 1 / 1;
  min-height: 0;
  background: var(--hs-cream-deep);
}
.home-storefront-page .hs-story-slide {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
  opacity: 0;
  transition: opacity .55s ease;
}
.home-storefront-page .hs-story-slide.is-active { opacity: 1; }
.home-storefront-page .hs-story-copy h2 {
  margin-bottom: 22px;
  font-size: clamp(2.45rem, 4.25vw, 4.15rem);
  line-height: 1.02;
}
.hs-story-copy h2 em { display: inline-block; color: var(--hs-yellow); font-weight: 600; white-space: nowrap; }

.hs-confidence-grid .hs-flip-card {
  position: relative;
  display: block;
  height: 250px;
  min-height: 250px;
  padding: 0;
  border: 0;
  border-radius: 22px;
  background: transparent;
  perspective: 1200px;
}
.hs-confidence-grid .hs-flip-card:hover { transform: translateY(-5px); }
.hs-flip-card .hs-flip-inner {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  margin: 0;
  color: white;
  font-size: inherit;
  transform-style: preserve-3d;
  animation: hs-card-flip 16s ease-in-out infinite;
}
.hs-flip-card:nth-child(2) .hs-flip-inner { animation-delay: -4s; }
.hs-flip-card:nth-child(3) .hs-flip-inner { animation-delay: -8s; }
.hs-flip-card:nth-child(4) .hs-flip-inner { animation-delay: -12s; }
.hs-flip-card:hover .hs-flip-inner,
.hs-flip-card:focus-visible .hs-flip-inner { animation: none; transform: rotateY(180deg); }
.hs-flip-card .hs-flip-face {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  margin: 0;
  padding: 28px 22px;
  border-radius: inherit;
  color: white;
  text-align: center;
  backface-visibility: hidden;
  box-shadow: 0 16px 38px rgba(25,45,38,.14);
}
.hs-flip-card .hs-flip-front i { margin-bottom: 22px; color: var(--hs-yellow); font-size: 1.8rem; }
.hs-flip-card .hs-flip-front strong { color: white; font-size: 1.28rem; }
.hs-flip-card .hs-flip-front small { margin-top: 8px; color: rgba(255,255,255,.78); font-size: .83rem; }
.hs-flip-maroon .hs-flip-front { background: #7c2831; }
.hs-flip-green .hs-flip-front { background: #0f6858; }
.hs-flip-gold .hs-flip-front { background: #a77716; }
.hs-flip-terracotta .hs-flip-front { background: #9b5237; }
.hs-flip-card .hs-flip-back { padding: 0; transform: rotateY(180deg); }
.hs-flip-back::after { position: absolute; inset: 0; background: linear-gradient(180deg, rgba(0,0,0,.04), rgba(0,0,0,.72)); content: ""; }
.hs-flip-back img { width: 100%; height: 100%; object-fit: cover; }
.hs-flip-card .hs-flip-back strong { position: absolute; z-index: 1; right: 18px; bottom: 18px; left: 18px; color: white; font-size: 1.12rem; }

@keyframes hs-card-flip {
  0%, 32% { transform: rotateY(0deg); }
  43%, 76% { transform: rotateY(180deg); }
  88%, 100% { transform: rotateY(360deg); }
}

@media (max-width: 1080px) {
  .home-storefront-page .hs-hero-copy { width: min(100% - 36px, 960px); padding-inline: 18px; }
  .home-storefront-page .hs-product-track { gap: 18px; }
  .hs-order-layout { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 820px) {
  .home-storefront-page .hs-hero-card {
    --hs-mobile-hero-media-height: clamp(168px, 46vw, 280px);
    display: grid;
    height: auto;
    min-height: 0;
    aspect-ratio: auto;
    padding-top: var(--hs-mobile-hero-media-height);
  }
  .home-storefront-page .hs-hero-slides,
  .home-storefront-page .hs-hero-overlay {
    right: 0;
    bottom: auto;
    left: 0;
    height: var(--hs-mobile-hero-media-height);
    aspect-ratio: auto;
  }
  .home-storefront-page .hs-hero-copy { justify-content: center; width: 100%; min-height: 268px; padding: 30px 18px 44px; background: var(--hs-green-dark); }
  .home-storefront-page .hs-hero-copy h1 { font-size: 4.72vw; }
  /* The legacy global image guard uses `object-fit: contain !important`.
     Keep that non-cropping policy everywhere else, but let the mobile hero
     artwork fill the approved taller frame instead of exposing green bars. */
  .home-storefront-page main .hs-hero-slide {
    width: 100% !important;
    max-width: none !important;
    height: 100% !important;
    aspect-ratio: auto !important;
    object-fit: cover !important;
    object-position: center;
    background: transparent !important;
  }
  .home-storefront-page .hs-hero-slide:nth-child(3) { object-position: 38% center; }
  .home-storefront-page .hs-hero-slide:nth-child(4) { object-position: 70% center; }
  .home-storefront-page .hs-hero-slide:nth-child(5) { object-position: 68% center; }
  .home-storefront-page .hs-hero-slide:nth-child(6) { object-position: 62% center; }
  .home-storefront-page .hs-product-track { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .hs-order-layout { grid-template-columns: 1fr; gap: 32px; padding-block: 50px; }
  .home-storefront-page .hs-order-intro h2 { max-width: 680px; }
  .home-storefront-page .hs-story-grid { grid-template-columns: 1fr; }
  .home-storefront-page .hs-video-wrap { min-height: 0; }
}

@media (max-width: 560px) {
  .home-storefront-page { font-size: 16px; }
  .home-storefront-page .hs-hero { padding: 0 !important; }
  .home-storefront-page .hs-hero-card { height: auto; min-height: 0; border-radius: 0; }
  .home-storefront-page .hs-hero-copy { min-height: 252px; padding: 24px 8px 42px; }
  .home-storefront-page .hs-hero-copy h1 { margin-bottom: 13px; font-size: 5.65vw; line-height: 1; }
  .home-storefront-page .hs-hero-copy > p:not(.hs-kicker) { max-width: 355px; margin-bottom: 16px; font-size: .78rem; line-height: 1.45; }
  .home-storefront-page .hs-hero-actions { display: flex; width: auto; gap: 8px; }
  .home-storefront-page .hs-hero .hs-btn { width: auto; min-height: 44px; padding: 11px 14px; font-size: .72rem; }
  .home-storefront-page .hs-hero-copy small { max-width: 335px; font-size: .64rem; line-height: 1.35; }
  .hs-hero-dots { bottom: 11px; }
  .hs-category-grid { grid-template-columns: 1fr 1fr; }
  .hs-category-card { min-height: 205px; padding: 18px; }
  .hs-category-card strong { font-size: 1.2rem; }
  .home-storefront-page .hs-product-track { grid-template-columns: 1fr; gap: 18px; }
  .home-storefront-page .hs-order-panel { padding: 0; border-radius: 0; }
  .home-storefront-page .hs-order-intro h2 { font-size: 2.15rem; }
  .home-storefront-page .hs-story-copy h2 { font-size: 8.1vw; }
  .home-storefront-page .hs-confidence-grid { grid-template-columns: 1fr; gap: 16px; }
  .hs-confidence-grid .hs-flip-card { height: 230px; min-height: 230px; padding: 0; }
}

@media (prefers-reduced-motion: reduce) {
  .home-storefront-page *, .home-storefront-page *::before, .home-storefront-page *::after { scroll-behavior: auto !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
  [data-hs-reveal] { opacity: 1; transform: none; }
  .hs-flip-card .hs-flip-inner { animation: none; transform: none; }
}

/* Final owner-approved homepage finishing pass — square, non-cropping flip media. */
.home-storefront-page .hs-confidence-grid .hs-flip-card {
  height: auto;
  min-height: 0;
  aspect-ratio: 1 / 1;
}
.home-storefront-page .hs-flip-back { background: var(--hs-cream-deep); }
.home-storefront-page .hs-flip-back img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}

@media (max-width: 560px) {
  .home-storefront-page .hs-confidence-grid .hs-flip-card {
    height: auto;
    min-height: 0;
    aspect-ratio: 1 / 1;
  }
}

/* R5 narrow-phone hierarchy: preserve the approved copy in no more than two readable lines. */
@media (max-width: 431px) {
  .home-storefront-page .hs-heading-row h2,
  .home-storefront-page .hs-heading-center h2 { font-size: 1.85rem; }
  .home-storefront-page .hs-story-copy h2 { font-size: 1.52rem; }
  .home-storefront-page .hs-visit-copy h2 { font-size: 1.05rem; white-space: nowrap; }
  .home-storefront-page .hs-final-cta-card h2 { font-size: 1.72rem; }
}

@media (min-width: 821px) and (max-width: 1100px) {
  .home-storefront-page .hs-story-copy h2 { font-size: 2rem; }
}

@media (max-width: 380px) {
  .home-storefront-page .hs-heading-row h2,
  .home-storefront-page .hs-heading-center h2 { font-size: 1.52rem; }
  .home-storefront-page .hs-story-copy h2 { font-size: 1.38rem; }
  .home-storefront-page .hs-visit-copy h2 { font-size: 1.28rem; }
  .home-storefront-page .hs-final-cta-card h2 { font-size: 1.42rem; }
}

@media (max-width: 340px) {
  .home-storefront-page .hs-heading-row h2,
  .home-storefront-page .hs-heading-center h2 { font-size: 1.4rem; }
  .home-storefront-page .hs-product-body h3 { font-size: 1.24rem; }
  .home-storefront-page .hs-story-copy h2 { font-size: 1.28rem; }
  .home-storefront-page .hs-visit-copy h2 { font-size: 1.22rem; }
  .home-storefront-page .hs-final-cta-card h2 { font-size: 1.34rem; }
}
