:root {
  --ink: #173d24;
  --green: #064b18;
  --red: #c53036;
  --paper: #fffefa;
  --muted: #5d6962;
  --line: #d6ded8;
  --cool: #e7f1f4;
  --fresh: #edf5dc;
  --serif: "Fraunces", Georgia, serif;
  --sans: "DM Sans", "Segoe UI", sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 110px; }
body { margin: 0; color: var(--ink); background: var(--paper); font: 16px/1.55 var(--sans); letter-spacing: 0; }
button, a { -webkit-tap-highlight-color: transparent; }
button { font: inherit; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
button, a, summary { touch-action: manipulation; }
h1, h2, h3, p, figure { margin: 0; }
h1, h2, h3 { font-weight: 500; }
h1, h2 { font-family: var(--serif); line-height: 1.08; }
h2 { font-size: 3.35rem; }
em { font-weight: inherit; }
button:focus-visible, a:focus-visible, summary:focus-visible { outline: 3px solid var(--red); outline-offset: 5px; }
button:disabled { cursor: not-allowed; }
[lang="bn"] { font-family: "Noto Sans Bengali", sans-serif; }
.wrap { width: min(1240px, calc(100% - 112px)); margin-inline: auto; }
.section-space { padding-block: 110px; }
.eyebrow { font-size: .8125rem; text-transform: uppercase; font-weight: 700; line-height: 1.5; margin-bottom: 22px; }
.skip-link { position: fixed; top: 10px; left: 10px; z-index: 100; padding: 12px 20px; background: white; transform: translateY(-150%); }
.skip-link:focus { transform: translateY(0); }
.announcement { display: flex; align-items: center; justify-content: center; gap: 22px; padding: 8px 24px; background: var(--green); color: #fffefa; font-size: .75rem; line-height: 1.5; }
.announcement > span + span { border-left: 1px solid #819f91; padding-left: 22px; }
.site-header { position: sticky; top: 0; z-index: 30; background: var(--paper); border-bottom: 1px solid var(--line); }
.header-inner { height: 86px; display: flex; align-items: center; gap: 36px; }
.brand { font-family: var(--sans); font-size: 2.15rem; font-weight: 700; line-height: 1; white-space: nowrap; }
.brand-stop { color: var(--red); }
.site-nav { display: flex; justify-content: center; gap: 34px; margin-left: auto; }
.site-nav a { font-size: .875rem; font-weight: 500; padding-block: 12px; position: relative; }
.site-nav a::after, .text-link::after { content: ""; position: absolute; left: 0; bottom: 6px; height: 1px; width: 100%; background: currentColor; transform: scaleX(0); transform-origin: left; transition: transform .2s ease; }
.site-nav a:hover::after, .text-link:hover::after { transform: scaleX(1); }
.header-shop { display: inline-flex; align-items: center; gap: 20px; padding: 12px 0 12px 28px; border-left: 1px solid var(--line); font-size: .875rem; font-weight: 700; white-space: nowrap; }
.menu-button { display: none; border: 0; padding: 10px; background: transparent; width: 44px; height: 44px; cursor: pointer; }
.hero { position: relative; background: #f0f7fb; min-height: 590px; height: min(700px, calc(100svh - 190px)); isolation: isolate; overflow: hidden; }
.hero-media { position: absolute; inset: 0; z-index: -1; }
.hero-media > img { position: absolute; right: 0; height: 100%; width: auto; max-width: none; object-fit: contain; object-position: right center; }
.hero-inner { height: 100%; min-height: inherit; position: relative; display: flex; align-items: center; }
.hero-copy { padding-block: 46px; width: 49%; max-width: 590px; }
.hero-copy .eyebrow { margin-bottom: 22px; }
.hero h1 { font-weight: 600; font-size: 7.25rem; line-height: 1; }
.hero h1 > span { display: block; font-size: 3.4rem; font-weight: 500; margin-top: 12px; line-height: 1.12; }
.hero-description { margin-block: 28px 28px; font-size: 1.125rem; line-height: 1.7; }
.button { display: inline-flex; align-items: center; justify-content: space-between; gap: 36px; min-height: 54px; padding: 16px 24px; border: 1px solid transparent; border-radius: 3px; font-size: .9375rem; font-weight: 600; transition: background .2s, transform .2s; }
.button-red { color: white; background: var(--red); }
.button-red img { filter: invert(1); }
.button-red:hover { background: #a1232c; }
.button img, .text-link img, .header-shop img { flex-shrink: 0; transition: transform .2s; }
.button:not(:disabled):hover img, .text-link:hover img, .header-shop:hover img { transform: translate(2px, -2px); }
.hero-availability { font-size: .8125rem; margin-top: 15px; color: #56675e; }
.hero-caption { position: absolute; bottom: 28px; right: 0; font-size: .8125rem; line-height: 1.6; text-align: right; }
.product-strip { background: #fbfcf6; border-block: 1px solid var(--line); }
.strip-inner { display: grid; grid-template-columns: repeat(3, 1fr); align-items: center; min-height: 78px; text-align: center; }
.strip-inner span { font-size: .875rem; font-weight: 600; padding: 9px 20px; }
.strip-inner span + span { border-left: 1px solid var(--line); }
.product-section { display: grid; grid-template-columns: 1.05fr 1fr; gap: 94px; align-items: center; }
.product-gallery { min-width: 0; }
.product-photo { position: relative; aspect-ratio: 1 / 1.14; background: #fafafa; overflow: hidden; }
.product-photo > img { width: 100%; height: 100%; object-fit: contain; }
.photo-label { position: absolute; z-index: 1; top: 24px; left: 26px; font-size: .75rem; text-transform: uppercase; font-weight: 600; }
figcaption { margin-top: 12px; font-size: .75rem; color: var(--muted); }
figcaption a { text-decoration: underline; text-underline-offset: 3px; }
.product-info { scroll-margin-top: 112px; }
.product-info .eyebrow { color: var(--red); margin-bottom: 19px; }
.product-info h2 { font-size: 3.15rem; line-height: 1.12; }
.product-lead { margin-top: 22px; font-size: 1.125rem; font-weight: 500; }
.product-description { margin-top: 15px; color: var(--muted); max-width: 440px; }
.product-facts { margin: 22px 0 27px; padding: 0; list-style: none; }
.product-facts li { position: relative; padding-left: 21px; margin-top: 8px; font-size: .875rem; }
.product-facts li::before { content: ""; position: absolute; width: 6px; height: 6px; border-radius: 50%; background: var(--green); left: 1px; top: 8px; }
.purchase-area { padding-top: 24px; border-top: 1px solid var(--line); }
.purchase-status { display: flex; align-items: center; gap: 9px; font-size: .9375rem; }
.status-marker { width: 7px; height: 7px; border-radius: 50%; background: var(--red); flex-shrink: 0; }
.purchase-area > p { color: var(--muted); font-size: .8125rem; margin-top: 5px; }
.launch-button { width: 100%; margin-top: 20px; color: #566259; background: #e7ebe4; border-color: #dbe1d7; }
.launch-button img { opacity: .6; }
.use-note { color: var(--muted); margin-top: 15px; font-size: .75rem; }
.section-intro { padding-block: 7px 52px; }
.section-intro h2 { max-width: 930px; }
.section-intro h2 em { color: var(--red); }
.sensation-grid { display: grid; grid-template-columns: 1fr 1fr; }
.sensation { padding: 44px 56px 48px; }
.sensation-cool { background: var(--cool); color: #234e56; }
.sensation-fresh { background: var(--fresh); color: var(--green); }
.sensation-inner { max-width: 564px; }
.sensation-cool .sensation-inner { margin-left: auto; }
.sensation-index { display: flex; justify-content: space-between; gap: 18px; font-size: .75rem; font-weight: 600; padding-bottom: 18px; border-bottom: 1px solid currentColor; }
.sensation h3 { margin-top: 39px; font: 500 3.35rem/1.07 var(--serif); }
.sensation p { margin-top: 26px; font-size: .9375rem; }
.everyday-section { display: grid; grid-template-columns: 1fr 1.7fr; gap: 76px; align-items: start; }
.everyday-heading > p:last-child { margin-top: 23px; color: var(--muted); font-size: .9375rem; }
.everyday-list { border-top: 1px solid var(--line); }
.everyday-list article { display: grid; grid-template-columns: 26px 1fr auto; gap: 21px; align-items: baseline; padding-block: 33px; border-bottom: 1px solid var(--line); }
.row-number { font-size: .75rem; color: var(--red); }
.everyday-list h3 { font: 500 1.65rem/1.2 var(--serif); }
.everyday-list p { margin-top: 11px; font-size: .9375rem; color: var(--muted); }
.occasion { font-size: .75rem; font-weight: 600; }
.how-section { background: var(--green); color: #fffefa; }
.how-heading { display: flex; justify-content: space-between; align-items: flex-end; gap: 32px; }
.how-heading h2 { font-size: 4.1rem; }
.how-heading > p { font-size: 1.125rem; color: #dce9d8; padding-bottom: 6px; }
.steps { display: grid; grid-template-columns: repeat(4, 1fr); gap: 36px; list-style: none; padding: 0; margin-block: 55px 32px; }
.steps li { padding-top: 20px; border-top: 1px solid #78998a; }
.steps span { font-size: .8125rem; color: #b9d1bc; }
.steps h3 { margin-top: 26px; font-size: 1.125rem; line-height: 1.4; }
.how-note { color: #c2d6c8; font-size: .75rem; }
.faq-section { display: grid; grid-template-columns: 1fr 1.25fr; gap: 92px; }
.faq-heading h2 { font-size: 2.75rem; }
.text-link { position: relative; display: inline-flex; gap: 20px; align-items: center; padding-block: 12px; font-size: .875rem; font-weight: 600; }
.faq-heading .text-link { margin-top: 25px; }
.faq-list { border-top: 1px solid var(--line); }
.faq-list details { border-bottom: 1px solid var(--line); }
.faq-list summary { display: flex; align-items: center; justify-content: space-between; gap: 24px; padding-block: 25px; list-style: none; cursor: pointer; font-size: .9375rem; font-weight: 600; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary img { flex: 0 0 20px; transition: transform .2s; }
.faq-list details[open] summary img { transform: rotate(45deg); }
.faq-list details > p { padding: 0 44px 25px 0; color: var(--muted); font-size: .9375rem; }
.site-footer { background: #f4e9e6; padding-block: 44px 24px; border-top: 1px solid #e6d3ce; }
.footer-top { display: flex; align-items: center; justify-content: space-between; gap: 30px; }
.footer-top p { font-size: 1rem; }
.footer-top strong { font-weight: 500; }
.footer-top [lang="bn"] { font-size: 1.05rem; }
.footer-wordmark { display: block; font: 700 11.5rem/1.1 var(--sans); margin-block: 27px 32px; }
.footer-wordmark span { color: var(--red); }
.footer-contact { display: flex; justify-content: space-between; align-items: baseline; gap: 14px 28px; flex-wrap: wrap; margin-bottom: 26px; font-size: .875rem; }
.footer-contact a { text-decoration: underline; text-underline-offset: 4px; overflow-wrap: anywhere; }
.footer-bottom { display: flex; justify-content: space-between; gap: 18px; padding-top: 22px; border-top: 1px solid #c9c8bc; font-size: .75rem; }

@media (prefers-reduced-motion: no-preference) {
  .hero-copy { animation: arrive .65s ease-out both; }
  @keyframes arrive { from { opacity: 0; transform: translateY(14px); } to { opacity: 1; transform: translateY(0); } }
}
@media (min-width: 1600px) {
  .hero-media { width: 1560px; left: 50%; transform: translateX(-50%); }
}
@media (max-width: 1100px) {
  .wrap { width: calc(100% - 72px); }
  .header-inner { gap: 24px; }
  .site-nav { gap: 23px; }
  .hero h1 { font-size: 6rem; }
  .hero h1 > span { font-size: 2.6rem; }
  .hero-media { left: 20%; }
  .hero-caption { right: -10px; }
  .product-section { gap: 48px; }
  .product-info h2 { font-size: 2.7rem; }
  .sensation { padding-inline: 36px; }
  .sensation h3 { font-size: 2.85rem; }
  .everyday-section { gap: 45px; }
  .everyday-list article { gap: 15px; }
  .occasion { display: none; }
  .everyday-list article { grid-template-columns: 24px 1fr; }
  .faq-section { gap: 50px; }
  .footer-wordmark { font-size: 9rem; }
}
@media (max-width: 850px) {
  .wrap { width: calc(100% - 48px); }
  .section-space { padding-block: 76px; }
  .header-inner { height: 74px; gap: 14px; }
  .brand { font-size: 1.9rem; }
  .header-shop { margin-left: auto; border: 0; padding-left: 0; }
  .menu-button { display: block; margin-right: -10px; }
  .site-nav { display: none; position: absolute; top: 100%; inset-inline: 0; margin: 0; padding: 18px 24px 24px; background: var(--paper); border-bottom: 1px solid var(--line); }
  .site-nav.is-open { display: grid; gap: 0; }
  .site-nav a { display: block; padding: 15px 0; border-bottom: 1px solid var(--line); font-size: 1rem; }
  .site-nav a::after { display: none; }
  .hero { min-height: 540px; }
  .hero-copy { width: 54%; }
  .hero h1 { font-size: 5.3rem; }
  .hero h1 > span { font-size: 2.25rem; }
  .hero .eyebrow { font-size: .75rem; }
  .hero-description { font-size: 1rem; }
  .hero-media { left: 24%; right: -15%; }
  .hero-caption { display: none; }
  .strip-inner span { font-size: .75rem; padding-inline: 12px; }
  .product-section { gap: 30px; }
  .product-photo { aspect-ratio: 1 / 1.5; }
  .product-info h2 { font-size: 2.25rem; }
  .product-lead { font-size: 1rem; }
  .product-description { font-size: .9375rem; }
  .desktop-break { display: none; }
  .photo-label { left: 18px; right: 18px; top: 18px; }
  .sensation { padding-inline: 24px; }
  .sensation-index { font-size: .75rem; }
  .sensation h3 { font-size: 2.35rem; }
  .everyday-section { grid-template-columns: 1fr 1.7fr; gap: 25px; }
  .everyday-list h3 { font-size: 1.45rem; }
  .everyday-list article { padding-block: 28px; }
  .steps { gap: 23px; }
  .how-heading h2 { font-size: 3.5rem; }
  .how-heading > p { font-size: 1rem; }
  .faq-section { gap: 30px; }
  .faq-heading h2 { font-size: 2.25rem; }
  .footer-wordmark { font-size: 7.5rem; }
}
@media (max-width: 700px) {
  html { scroll-padding-top: 88px; }
  h2 { font-size: 2.4rem; }
  .section-space { padding-block: 64px; }
  .announcement { font-size: .75rem; gap: 12px; padding: 7px 16px; }
  .announcement > span + span { padding-left: 12px; }
  .header-inner { height: 68px; }
  .brand { font-size: 1.75rem; }
  .header-shop { font-size: .8125rem; gap: 9px; }
  .header-shop img { width: 16px; height: 16px; }
  .hero { height: auto; min-height: 0; padding-bottom: 292px; background: #fafafa; }
  .hero-inner { display: block; }
  .hero-copy { padding: 31px 0 8px; width: 100%; max-width: none; }
  .hero-copy .eyebrow { font-size: .75rem; margin-bottom: 14px; }
  .hero h1 { font-size: 4.6rem; }
  .hero h1 > span { font-size: 2.1rem; margin-top: 6px; }
  .hero-description { margin-block: 18px; font-size: 1rem; line-height: 1.6; }
  .hero .button { min-height: 48px; padding: 12px 20px; font-size: .875rem; }
  .hero-availability { font-size: .75rem; margin-top: 10px; }
  .hero-media { inset: auto 0 0; height: 288px; z-index: -1; }
  .hero-media > img { position: static; width: 100%; max-width: 100%; object-fit: contain; object-position: center; }
  .strip-inner { width: 100%; min-height: 67px; grid-template-columns: 1.35fr 1fr 1.15fr; }
  .strip-inner span { padding-inline: 12px; font-size: .75rem; line-height: 1.5; }
  .product-section { grid-template-columns: 1fr; gap: 32px; }
  .product-photo { aspect-ratio: 1 / 1; }
  .product-info h2 { font-size: 2.75rem; }
  .product-info .eyebrow { margin-bottom: 14px; }
  .product-lead { font-size: 1.125rem; margin-top: 18px; }
  .product-description { max-width: none; font-size: 1rem; }
  .product-info { scroll-margin-top: 94px; }
  .section-intro { padding-block: 0 35px; }
  .section-intro h2 { font-size: 2.3rem; }
  .section-intro h2 em { display: block; }
  .sensation-grid { grid-template-columns: 1fr; }
  .sensation { padding: 28px 24px 35px; }
  .sensation-inner { max-width: none; }
  .sensation-index { font-size: .75rem; }
  .sensation h3 { font-size: 2.75rem; margin-top: 28px; }
  .sensation p { margin-top: 22px; }
  .everyday-section { grid-template-columns: 1fr; gap: 34px; }
  .everyday-heading h2 br { display: none; }
  .everyday-heading > p:last-child { margin-top: 17px; }
  .everyday-heading > p:last-child br { display: none; }
  .everyday-list article { gap: 14px; }
  .everyday-list h3 { font-size: 1.65rem; }
  .how-heading { display: block; }
  .how-heading h2 { font-size: 3.2rem; }
  .how-heading > p { margin-top: 24px; }
  .how-heading > p br { display: none; }
  .steps { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 32px 24px; margin-top: 34px; }
  .steps h3 { font-size: 1rem; margin-top: 16px; }
  .how-note { font-size: .8125rem; }
  .faq-section { grid-template-columns: 1fr; gap: 28px; }
  .faq-heading h2 { font-size: 2.5rem; }
  .faq-heading .text-link { margin-top: 15px; }
  .faq-list summary { padding-block: 22px; }
  .site-footer { padding-top: 32px; }
  .footer-top { flex-wrap: wrap; gap: 22px; }
  .footer-top > p { font-size: .9375rem; }
  .footer-top [lang="bn"] { font-size: .875rem; }
  .footer-top .text-link { display: none; }
  .footer-wordmark { font-size: 4.5rem; margin-block: 30px; }
  .footer-bottom { flex-wrap: wrap; font-size: .75rem; gap: 10px 22px; }
}
@media (max-width: 370px) {
  .wrap { width: calc(100% - 36px); }
  .announcement { font-size: .75rem; gap: 8px; padding-inline: 8px; }
  .announcement > span + span { padding-left: 8px; }
  .announcement > [lang="bn"] { display: none; }
  .announcement > span + span { padding-left: 0; border: 0; }
  .header-inner { gap: 9px; }
  .header-shop { font-size: .75rem; gap: 5px; }
  .hero h1 { font-size: 4rem; }
  .hero h1 > span { font-size: 1.85rem; }
  .hero .eyebrow { font-size: .75rem; }
  .hero-description { font-size: .9375rem; }
  .footer-wordmark { font-size: 3.85rem; }
  .sensation h3 { font-size: 2.35rem; }
  .footer-top { gap: 15px; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation: none !important; transition: none !important; }
}
