:root {
  --ink: #263b36;
  --muted: #69807a;
  --cream: #fcfaf5;
  --sage: #dce6d5;
  --sage-dark: #587166;
  --peach: #f1d5c7;
  --line: #e6e8e1;
  --coral: #ce6c55;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--cream); color: var(--ink); font-family: "Vazirmatn", sans-serif; font-size: 15px; line-height: 1.8; }
a { color: inherit; text-decoration: none; }
.announcement-bar { min-height: 36px; display: flex; align-items: center; background: var(--ink); color: #f8f5ee; font-size: 12px; }
.announcement-bar i { color: #dbd884; }
.site-header { background: rgba(252,250,245,.96); border-bottom: 1px solid var(--line); position: sticky; top: 0; z-index: 20; }
.navbar { min-height: 82px; }
.navbar-brand { display: inline-flex; align-items: center; gap: 8px; font-weight: 800; font-size: 21px; letter-spacing: 0; }
.navbar-brand em { font-style: normal; font-weight: 500; }
.brand-mark { width: 35px; height: 35px; display: inline-flex; align-items: center; justify-content: center; background: var(--coral); color: white; border-radius: 50% 50% 48% 52%; font-size: 21px; }
.nav-link { color: var(--ink); font-weight: 500; font-size: 14px; padding: .4rem 0 !important; position: relative; }
.nav-link.active, .nav-link:hover { color: var(--coral); }
.nav-link.active:after { content: ""; position: absolute; width: 5px; height: 5px; background: var(--coral); border-radius: 50%; bottom: -8px; right: calc(50% - 2.5px); }
.header-actions { display: flex; align-items: center; gap: 8px; }
.icon-button { border: 0; width: 36px; height: 36px; position: relative; background: transparent; color: var(--ink); font-size: 18px; display: grid; place-items: center; }
.icon-button:hover { color: var(--coral); }
.cart-dot { position: absolute; top: 3px; left: 1px; width: 16px; height: 16px; border-radius: 50%; display: grid; place-items: center; background: var(--coral); color: white; font-size: 9px; font-family: sans-serif; }
.account-link { padding-right: 11px; border-right: 1px solid var(--line); font-weight: 600; font-size: 13px; }
.navbar-toggler { border: 0; box-shadow: none !important; color: var(--ink); font-size: 26px; padding: .25rem; }

.hero-section { overflow: hidden; padding: 76px 0 82px; background: linear-gradient(110deg, var(--cream) 0%, var(--cream) 59%, #edf0e7 59%, #edf0e7 100%); }
.eyebrow { display: flex; align-items: center; gap: 8px; margin: 0 0 10px; color: var(--coral); font-size: 12px; font-weight: 700; }
.eyebrow span { display: inline-block; width: 26px; height: 1px; background: currentColor; }
h1, h2, h3, p { margin-top: 0; }
h1 { font-size: clamp(42px, 5vw, 70px); line-height: 1.25; font-weight: 800; margin-bottom: 20px; }
h1 em, h2 em { color: var(--coral); font-style: normal; font-weight: 500; }
.hero-copy { max-width: 480px; color: var(--muted); font-size: 16px; line-height: 2; margin-bottom: 27px; }
.hero-buttons { display: flex; align-items: center; flex-wrap: wrap; gap: 22px; }
.btn-main { padding: 12px 20px; border-radius: 3px; font-weight: 700; font-size: 14px; border: 0; }
.btn-main i { margin-right: 8px; font-size: 16px; vertical-align: -1px; }
.btn-primary { background: var(--ink); }
.btn-primary:hover, .btn-primary:active { background: var(--coral) !important; }
.text-link { color: var(--ink); font-size: 14px; font-weight: 700; white-space: nowrap; }
.text-link i { margin-right: 5px; color: var(--coral); }
.hero-proof { display: flex; align-items: center; gap: 12px; margin-top: 40px; }
.hero-proof p { margin: 0; color: var(--muted); font-size: 12px; }.hero-proof strong { color: var(--ink); }
.avatars { display: flex; direction: ltr; }.avatars img { width: 31px; height: 31px; object-fit: cover; border-radius: 50%; border: 2px solid var(--cream); margin-left: -9px; }
.hero-visual { min-height: 460px; position: relative; max-width: 520px; margin-right: auto; }
.visual-bg { background: var(--peach); position: absolute; inset: 20px 0 0 20px; clip-path: polygon(16% 0, 100% 0, 100% 90%, 84% 100%, 0 100%, 0 12%); }
.hero-photo { width: 88%; height: 440px; object-fit: cover; position: absolute; left: 0; top: 0; filter: saturate(.82) contrast(.97); }
.hero-badge { position: absolute; left: 2px; bottom: 4px; padding: 11px 15px 11px 12px; background: #fffdf9; display: flex; gap: 9px; align-items: center; font-size: 11px; line-height: 1.55; box-shadow: 0 12px 28px rgba(38,59,54,.1); }.hero-badge strong { font-size: 12px; }.badge-icon { width: 31px; height: 31px; display: grid; place-items: center; color: var(--coral); border-radius: 50%; background: #f8e8df; font-size: 15px; }
.hero-note { position: absolute; top: 66px; right: -21px; width: 86px; height: 86px; background: var(--ink); color: #f9f6ef; display: grid; place-items: center; border-radius: 50%; text-align: center; font-family: Georgia, serif; text-transform: lowercase; font-style: italic; line-height: 1.45; font-size: 13px; transform: rotate(-10deg); }

.benefits-section { background: white; border-block: 1px solid var(--line); }.benefit-item { display: flex; align-items: center; justify-content: center; gap: 13px; padding: 22px 18px; }.benefit-item + .benefit-item { border-right: 1px solid var(--line); }.benefit-item i { color: var(--coral); font-size: 23px; }.benefit-item strong,.benefit-item span { display: block; }.benefit-item strong { font-size: 13px; }.benefit-item span { font-size: 11px; color: var(--muted); }
.section-space { padding: 94px 0; }.section-heading h2, .routine-panel h2, .footer-cta h2 { font-size: clamp(27px, 3vw, 38px); line-height: 1.4; font-weight: 800; margin-bottom: 0; }
.product-card { height: 100%; background: white; transition: transform .25s ease, box-shadow .25s ease; }.product-card:hover { transform: translateY(-5px); box-shadow: 0 12px 25px rgba(38,59,54,.08); }.product-image { height: 280px; position: relative; overflow: hidden; display: grid; place-items: center; }.product-image img { width: 100%; height: 100%; object-fit: cover; mix-blend-mode: multiply; transition: transform .4s ease; }.product-card:hover .product-image img { transform: scale(1.05); }.image-peach { background: #f4dfd1; }.image-mint { background: #dce5d9; }.image-lilac { background: #e9e4eb; }.image-yellow { background: #f1e3b3; }.product-tag { position: absolute; z-index: 2; top: 12px; right: 12px; padding: 3px 8px; background: var(--ink); color: white; font-size: 10px; font-weight: 600; }.new-tag { background: var(--coral); }.product-content { padding: 14px 14px 15px; }.product-brand { color: var(--coral); font-size: 10px; font-weight: 700; margin-bottom: 3px; text-transform: uppercase; letter-spacing: .3px; direction: ltr; text-align: right; }.product-content h3 { font-size: 13px; line-height: 1.7; font-weight: 700; min-height: 44px; margin-bottom: 11px; }.price-row { display: flex; align-items: center; justify-content: space-between; gap: 7px; font-size: 11px; font-weight: 700; }.price-row button { border: 1px solid var(--line); background: transparent; width: 28px; height: 28px; display: grid; place-items: center; color: var(--ink); font-size: 15px; }.price-row button:hover { background: var(--ink); color: white; }

.routine-section { background: #edf0e7; }.routine-panel { background: var(--sage-dark); color: #fffdf7; padding: 30px; }.routine-image-wrap { height: 345px; position: relative; overflow: hidden; }.routine-image-wrap img { width: 100%; height: 100%; object-fit: cover; filter: saturate(.65); }.round-stamp { position: absolute; left: 19px; top: 19px; width: 102px; height: 102px; background: #f5d8bc; color: var(--ink); border-radius: 50%; display: grid; place-items: center; text-align: center; font-family: Georgia, serif; font-style: italic; line-height: 1.4; font-size: 14px; transform: rotate(13deg); }.light { color: #f2d1bd; }.routine-panel h2 { margin-bottom: 18px; }.routine-panel p:not(.eyebrow) { color: #e3ebe1; font-size: 14px; line-height: 2; max-width: 420px; margin-bottom: 24px; }.btn-light { color: var(--ink); background: #fffdf7; }.btn-light:hover { background: #f3d8c3; color: var(--ink); }
.journal-section { background: white; }.journal-card { display: block; position: relative; padding-bottom: 14px; }.journal-card img { width: 100%; height: 225px; object-fit: cover; filter: saturate(.7); margin-bottom: 14px; }.journal-card span { display: block; color: var(--coral); font-size: 11px; font-weight: 700; margin-bottom: 4px; }.journal-card h3 { max-width: 85%; font-size: 16px; font-weight: 700; line-height: 1.8; margin: 0; }.journal-card > i { position: absolute; bottom: 15px; left: 0; color: var(--coral); font-size: 20px; }.journal-card:hover img { filter: saturate(1); }
footer { background: var(--ink); color: #fffdf7; padding: 62px 0 20px; }.footer-cta { display: flex; justify-content: space-between; align-items: center; gap: 30px; padding-bottom: 52px; border-bottom: 1px solid rgba(255,255,255,.18); }.footer-cta .eyebrow { color: #f1cebc; }.footer-cta h2 { max-width: 470px; }.subscribe-form { flex: 0 1 390px; display: flex; background: white; height: 49px; }.subscribe-form input { min-width: 0; flex: 1; padding: 0 16px; border: 0; color: var(--ink); outline: none; font-family: inherit; font-size: 12px; }.subscribe-form button { border: 0; background: var(--coral); color: white; padding: 0 17px; white-space: nowrap; font-family: inherit; font-size: 12px; font-weight: 700; }.subscribe-form button i { margin-right: 5px; }.footer-bottom { padding: 37px 0 28px; display: flex; align-items: center; gap: 25px; }.footer-bottom p { color: #d4ddd6; font-size: 12px; margin: 0 auto 0 0; }.footer-bottom .brand-mark { background: #f1d5c7; color: var(--ink); }.socials { display: flex; gap: 7px; }.socials a { width: 31px; height: 31px; border: 1px solid rgba(255,255,255,.3); display: grid; place-items: center; font-size: 14px; }.socials a:hover { background: #fffdf7; color: var(--ink); }.copyright { padding-top: 18px; border-top: 1px solid rgba(255,255,255,.18); display: flex; justify-content: space-between; gap: 20px; color: #b7c2bb; font-size: 10px; }.toast { background: #fffdf7; color: var(--ink); font-family: inherit; }.toast i { color: var(--coral); }

@media (max-width: 991.98px) { .navbar-collapse { padding: 16px 0 8px; }.navbar-nav { gap: 8px !important; }.nav-link.active:after { display: none; }.header-actions { margin-top: 12px; }.hero-section { padding-top: 46px; background: var(--cream); }.hero-visual { margin-inline: auto; max-width: 570px; }.hero-photo { width: 90%; }.routine-panel { padding: 24px; }.footer-cta { align-items: flex-start; flex-direction: column; }.subscribe-form { width: 100%; flex-basis: auto; max-width: 500px; } }
@media (max-width: 767.98px) { .announcement-bar { font-size: 10px; }.navbar { min-height: 68px; }.hero-section { padding: 32px 0 56px; }.hero-visual { min-height: 355px; }.hero-photo { height: 330px; }.visual-bg { top: 16px; }.hero-note { right: -5px; top: 32px; width: 73px; height: 73px; font-size: 11px; }.hero-badge { left: 0; bottom: 0; }.hero-proof { margin-top: 30px; }.benefit-item { justify-content: flex-start; padding: 16px 10px; }.benefit-item + .benefit-item { border-right: 0; border-top: 1px solid var(--line); }.section-space { padding: 62px 0; }.product-image { height: 205px; }.product-content { padding: 11px; }.product-content h3 { font-size: 12px; }.price-row { font-size: 10px; }.routine-panel { padding: 14px; }.routine-image-wrap { height: 265px; }.routine-panel .row > div:last-child { padding: 14px 10px 10px; }.journal-card img { height: 210px; }.footer-cta { padding-bottom: 35px; }.footer-bottom { display: grid; padding: 30px 0 22px; gap: 14px; }.footer-bottom p { margin: 0; }.copyright { flex-direction: column; gap: 4px; }.account-link { border: 0; }.section-heading h2 { font-size: 28px; } }
