/* ============================================================
   Aangan — Home (Courtyard Minimal)
   Editorial redesign of the RJ home content area.
   ALL rules scoped under .aangan-home so nothing bleeds into
   OceanWP's global header / footer (which stay intact).
   Source design: mockups/aangan-home.html
   ============================================================ */

.aangan-home {
  /* RJ warm palette — matches the vermillion logo */
  --ag-cream:     oklch(94.2% 0.012 85);
  --ag-cream-2:   oklch(91% 0.012 85);
  --ag-paper:     oklch(97% 0.008 90);
  --ag-ink:       oklch(22% 0.015 55);
  --ag-ink-2:     oklch(16% 0.012 55);
  --ag-ink-soft:  oklch(40% 0.015 55);
  --ag-ink-faint: oklch(47% 0.012 55);
  --ag-red:       oklch(48% 0.17 25);
  --ag-red-dark:  oklch(40% 0.16 25);
  --ag-brass:     oklch(58% 0.09 75);
  --ag-brass-d:   oklch(48% 0.085 72);
  --ag-rule:      oklch(82% 0.02 75 / 0.7);
  --ag-rule-soft: oklch(82% 0.02 75 / 0.35);
  --ag-sand:      oklch(82% 0.025 75);
  --ag-pad:       clamp(20px, 3vw, 40px);

  background: var(--ag-cream);
  color: var(--ag-ink);
  font-family: 'DM Sans', system-ui, sans-serif;
  font-size: 15px;
  line-height: 1.55;
  -webkit-font-smoothing: antialiased;
  overflow-x: clip;
}

.aangan-home * { box-sizing: border-box; }
.aangan-home img { max-width: 100%; display: block; }
.aangan-home a { color: inherit; text-decoration: none; }

.aangan-home .serif { font-family: 'Fraunces', Georgia, serif; font-variation-settings: "opsz" 144; }
.aangan-home .eyebrow {
  display: block; font-family: 'DM Sans', sans-serif;
  font-size: 10.5px; letter-spacing: 0.26em; text-transform: uppercase;
  font-weight: 500; color: var(--ag-red); margin-bottom: 12px;
}

/* ---------- Gold-rate strip ---------- */
.aangan-home .rate-strip { background: var(--ag-paper); border-bottom: 1px solid var(--ag-rule); padding: 12px var(--ag-pad); }
.aangan-home .rate-strip-inner {
  max-width: 1440px; margin: 0 auto;
  display: flex; flex-wrap: wrap; gap: 14px 30px; align-items: baseline;
  font-size: 11.5px; letter-spacing: 0.18em; text-transform: uppercase;
  color: var(--ag-ink-soft); font-weight: 500;
}
.aangan-home .rate-strip-inner .rate-label { color: var(--ag-red); }
.aangan-home .rate-strip-inner .rate { color: var(--ag-ink); font-family: 'Fraunces', serif; font-size: 15px; font-weight: 400; letter-spacing: -0.005em; text-transform: none; }
.aangan-home .rate-strip-inner .rate strong { font-family: 'DM Sans', sans-serif; font-size: 10.5px; letter-spacing: 0.24em; text-transform: uppercase; font-weight: 500; color: var(--ag-ink-soft); margin-right: 6px; }
.aangan-home .rate-strip-inner .rate-note { font-family: 'Fraunces', serif; font-style: italic; font-size: 13px; color: var(--ag-ink-soft); text-transform: none; letter-spacing: 0; flex: 1 1 auto; min-width: 240px; }

/* ---------- The Red Seal motif ---------- */
.aangan-home .seal {
  display: inline-grid; place-items: center;
  width: 40px; height: 40px; border-radius: 50%;
  background: var(--ag-red); color: oklch(94% 0.025 80);
  font-family: 'Noto Serif Bengali', 'Fraunces', serif; font-weight: 700;
  font-size: 22px; line-height: 1; transform: rotate(-4deg);
  position: relative; box-shadow: 0 1px 0 oklch(34% 0.14 22) inset, 0 2px 8px oklch(40% 0.12 22 / 0.2);
  flex-shrink: 0; user-select: none;
}
.aangan-home .seal::before { content: ''; position: absolute; inset: 4px; border: 1px solid oklch(92% 0.02 80 / 0.45); border-radius: 50%; }
.aangan-home .seal--sm { width: 32px; height: 32px; font-size: 17px; }
.aangan-home .seal--lg { width: 56px; height: 56px; font-size: 30px; }
.aangan-home .eyebrow-with-seal { display: inline-flex; align-items: center; gap: 14px; margin-bottom: 14px; }

/* ---------- CTA buttons ---------- */
.aangan-home .cta {
  display: inline-flex; align-items: center; gap: 10px; padding: 16px 26px;
  font-size: 12px; letter-spacing: 0.22em; text-transform: uppercase; font-weight: 500;
  cursor: pointer; transition: all 0.2s ease;
  border: 1px solid var(--ag-ink); color: var(--ag-cream); background: var(--ag-ink);
}
.aangan-home .cta:hover { background: var(--ag-ink-2); border-color: var(--ag-ink-2); transform: translateY(-1px); color: var(--ag-cream); }
.aangan-home .cta:active { transform: translateY(0); }
.aangan-home .cta:disabled, .aangan-home .cta[disabled], .aangan-home .cta[aria-disabled="true"] { opacity: 0.55; cursor: not-allowed; transform: none; }
.aangan-home .cta.ghost { background: transparent; color: var(--ag-ink); }
.aangan-home .cta.ghost:hover { background: var(--ag-ink); color: var(--ag-cream); }

/* ---------- Corners / plate badges ---------- */
.aangan-home .corner { position: absolute; width: 42px; height: 42px; pointer-events: none; z-index: 2; }
.aangan-home .corner-tl { top: 0; left: 0; border-top: 1px solid var(--ag-ink); border-left: 1px solid var(--ag-ink); }
.aangan-home .corner-br { bottom: 0; right: 0; border-bottom: 1px solid var(--ag-ink); border-right: 1px solid var(--ag-ink); }
.aangan-home .plate-no {
  position: absolute; top: 18px; right: 18px; z-index: 3;
  background: var(--ag-cream); color: var(--ag-ink); border: 1px solid var(--ag-ink);
  padding: 5px 11px; font-size: 10.5px; letter-spacing: 0.24em; text-transform: uppercase; font-weight: 500;
}

/* =========================================================
   HERO
   ========================================================= */
.aangan-home .hero {
  max-width: 1440px; margin: 0 auto; padding: 48px var(--ag-pad) 72px;
  display: grid; grid-template-columns: 96px 1fr 1fr; gap: 48px; align-items: stretch; position: relative;
}
.aangan-home .hero-spine { position: relative; border-right: 1px solid var(--ag-rule); align-self: stretch; }
.aangan-home .hero-spine-text {
  position: sticky; top: 120px; writing-mode: vertical-rl; transform: rotate(180deg); padding: 40px 0;
  display: flex; flex-direction: column; gap: 32px; align-items: center; width: 100%;
  font-size: 10.5px; letter-spacing: 0.3em; text-transform: uppercase; color: var(--ag-ink-soft); font-weight: 500;
}
.aangan-home .hero-spine-text strong { color: var(--ag-ink); font-weight: 500; }
.aangan-home .hero-image-wrap { position: relative; aspect-ratio: 4/5; background: var(--ag-paper); overflow: hidden; }
.aangan-home .hero-image { position: absolute; inset: 24px; background-size: cover; background-position: center; background-repeat: no-repeat; background-image: linear-gradient(135deg, oklch(88% 0.015 80), oklch(78% 0.02 75)); }
.aangan-home .hero-image-wrap .seal { position: absolute; bottom: 22px; right: 22px; z-index: 3; }
.aangan-home .hero-words { display: flex; flex-direction: column; justify-content: center; padding: 20px 0; }
.aangan-home .hero-title {
  font-family: 'Fraunces', serif; font-variation-settings: "opsz" 144, "SOFT" 30;
  font-weight: 300; font-size: clamp(42px, 6vw, 78px); line-height: 0.98; letter-spacing: -0.025em; color: var(--ag-ink);
}
.aangan-home .hero-title em { font-style: italic; color: var(--ag-red); font-weight: 400; }
.aangan-home .hero-lede { margin-top: 24px; font-family: 'Fraunces', serif; font-weight: 300; font-size: 18px; line-height: 1.55; color: var(--ag-ink-soft); max-width: 46ch; }
.aangan-home .hero-meta-row { margin-top: 38px; padding-top: 22px; border-top: 1px solid var(--ag-rule); display: flex; flex-wrap: wrap; gap: 18px 40px; font-size: 11px; letter-spacing: 0.22em; text-transform: uppercase; color: var(--ag-ink-soft); }
.aangan-home .hero-meta-row strong { color: var(--ag-ink); font-weight: 500; }
.aangan-home .hero-cta-row { margin-top: 28px; display: flex; flex-wrap: wrap; gap: 14px; }

@media (max-width: 980px) {
  .aangan-home .hero { grid-template-columns: 48px 1fr; gap: 24px; }
  .aangan-home .hero-words { grid-column: 1 / -1; order: 2; }
}
@media (max-width: 560px) {
  .aangan-home .hero { grid-template-columns: 1fr; gap: 28px; padding-top: 28px; }
  .aangan-home .hero-spine { display: none; }
}

/* =========================================================
   SECTION shell + heads (shared)
   ========================================================= */
.aangan-home .ag-section { max-width: 1440px; margin: 96px auto 0; padding: 0 var(--ag-pad); }
.aangan-home .ag-head { display: grid; grid-template-columns: 1fr 1fr; gap: 40px; align-items: end; margin-bottom: 40px; }
.aangan-home .ag-head h2 { font-family: 'Fraunces', serif; font-weight: 300; font-size: clamp(34px, 4.4vw, 54px); line-height: 1.02; letter-spacing: -0.02em; color: var(--ag-ink); }
.aangan-home .ag-head h2 em { font-style: italic; color: var(--ag-red); font-weight: 400; }
.aangan-home .ag-head p { font-family: 'Fraunces', serif; font-weight: 300; font-size: 16px; line-height: 1.6; color: var(--ag-ink-soft); max-width: 52ch; }
.aangan-home .ag-head .view-all { align-self: end; justify-self: end; font-size: 11px; letter-spacing: 0.24em; text-transform: uppercase; font-weight: 500; color: var(--ag-red); border-bottom: 1px solid currentColor; padding-bottom: 2px; white-space: nowrap; }
@media (max-width: 780px) { .aangan-home .ag-head { grid-template-columns: 1fr; gap: 14px; } .aangan-home .ag-head .view-all { justify-self: start; } }

/* =========================================================
   PRODUCT CARDS (This Season + product rows: bestsellers/diamond)
   ========================================================= */
.aangan-home .product-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 22px; }
@media (max-width: 900px) { .aangan-home .product-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 480px) { .aangan-home .product-grid { grid-template-columns: repeat(2, 1fr); gap: 14px; } }

/* horizontal scroller variant for long product rows */
.aangan-home .product-scroller { display: grid; grid-auto-flow: column; grid-auto-columns: minmax(230px, 1fr); gap: 22px; overflow-x: auto; scroll-snap-type: x mandatory; padding-bottom: 8px; scrollbar-width: thin; }
.aangan-home .product-scroller .ag-card { scroll-snap-align: start; }
@media (max-width: 900px) { .aangan-home .product-scroller { grid-auto-columns: minmax(62%, 1fr); } }

.aangan-home .ag-card { display: block; color: inherit; }
.aangan-home .ag-card-img { aspect-ratio: 4/5; position: relative; overflow: hidden; background: var(--ag-cream-2); }
.aangan-home .ag-card-img img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.6s cubic-bezier(0.19,1,0.22,1); }
.aangan-home .ag-card:hover .ag-card-img img { transform: scale(1.04); }
.aangan-home .ag-card-img::after { content: ''; position: absolute; inset: 14px; border: 1px solid transparent; transition: border-color 0.3s ease; pointer-events: none; }
.aangan-home .ag-card:hover .ag-card-img::after { border-color: var(--ag-ink); }
.aangan-home .ag-card-plate { position: absolute; top: 12px; left: 12px; z-index: 2; font-size: 10px; letter-spacing: 0.22em; text-transform: uppercase; background: var(--ag-cream); color: var(--ag-ink); padding: 4px 8px; border: 1px solid var(--ag-ink); }
.aangan-home .ag-card-badge { position: absolute; top: 12px; right: 12px; z-index: 2; font-size: 9.5px; letter-spacing: 0.18em; text-transform: uppercase; background: var(--ag-red); color: var(--ag-cream); padding: 4px 8px; }
.aangan-home .ag-card h4, .aangan-home .ag-card-title { margin-top: 12px; font-family: 'Fraunces', serif; font-weight: 400; font-size: 16px; color: var(--ag-ink); letter-spacing: -0.005em; line-height: 1.3; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; }
.aangan-home .ag-card-meta { margin-top: 4px; font-family: 'DM Sans', sans-serif; font-size: 10px; letter-spacing: 0.2em; text-transform: uppercase; color: var(--ag-ink-soft); }
.aangan-home .ag-card-price { margin-top: 6px; font-family: 'Fraunces', serif; font-size: 16px; color: var(--ag-red); }
.aangan-home .ag-card-price del { color: var(--ag-ink-faint); font-size: 0.85em; margin-right: 6px; opacity: 0.7; }
.aangan-home .ag-card-price ins { text-decoration: none; }
.aangan-home .ag-card-price .woocommerce-Price-amount { color: inherit; font-family: inherit; }
.aangan-home .ag-card-weight { font-family: 'DM Sans', sans-serif; font-size: 10.5px; letter-spacing: 0.12em; text-transform: uppercase; color: var(--ag-ink-soft); margin-left: 10px; }

/* =========================================================
   THIS SEASON (editorial intro + product grid)
   ========================================================= */
.aangan-home .season { background: var(--ag-paper); padding: 80px 0; margin: 40px 0 0; }
.aangan-home .season-inner { max-width: 1440px; margin: 0 auto; padding: 0 var(--ag-pad); display: grid; grid-template-columns: 1fr 1.4fr; gap: 48px; align-items: start; }
@media (max-width: 900px) { .aangan-home .season-inner { grid-template-columns: 1fr; } }
.aangan-home .season-head h2 { font-family: 'Fraunces', serif; font-weight: 300; font-size: clamp(36px, 4.5vw, 58px); line-height: 1; letter-spacing: -0.02em; color: var(--ag-ink); }
.aangan-home .season-head h2 em { font-style: italic; color: var(--ag-red); font-weight: 400; }
.aangan-home .season-head p { margin-top: 18px; max-width: 40ch; font-family: 'Fraunces', serif; font-weight: 300; font-size: 17px; line-height: 1.65; color: var(--ag-ink-soft); }
.aangan-home .season-head a.season-link { margin-top: 24px; display: inline-block; font-size: 11px; letter-spacing: 0.24em; text-transform: uppercase; font-weight: 500; color: var(--ag-red); border-bottom: 1px solid currentColor; padding-bottom: 2px; }
.aangan-home .season-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
@media (max-width: 640px) { .aangan-home .season-grid { grid-template-columns: repeat(2, 1fr); } }

/* =========================================================
   SHOP BY CATEGORY — numbered rail
   ========================================================= */
.aangan-home .categories { max-width: 1440px; margin: 96px auto 0; padding: 0 var(--ag-pad); }
.aangan-home .categories-head { margin-bottom: 16px; }
.aangan-home .categories-head h2 { font-family: 'Fraunces', serif; font-weight: 300; font-size: clamp(36px, 4.4vw, 54px); line-height: 1.02; letter-spacing: -0.02em; color: var(--ag-ink); }
.aangan-home .categories-head h2 em { font-style: italic; color: var(--ag-red); font-weight: 400; }
.aangan-home .cat-rail { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid var(--ag-rule); margin-top: 24px; }
@media (max-width: 900px) { .aangan-home .cat-rail { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 520px) { .aangan-home .cat-rail { grid-template-columns: 1fr; } }
.aangan-home .cat-cell { padding: 30px 26px 34px; border-right: 1px solid var(--ag-rule); border-bottom: 1px solid var(--ag-rule); display: block; color: inherit; position: relative; transition: background 0.2s ease; }
.aangan-home .cat-cell:nth-child(4n) { border-right: none; }
@media (max-width: 900px) { .aangan-home .cat-cell { border-right: 1px solid var(--ag-rule); } .aangan-home .cat-cell:nth-child(2n) { border-right: none; } }
@media (max-width: 520px) { .aangan-home .cat-cell { border-right: none !important; } }
.aangan-home .cat-cell:hover { background: var(--ag-paper); }
.aangan-home .cat-num { font-size: 10.5px; letter-spacing: 0.26em; text-transform: uppercase; color: var(--ag-red); font-weight: 500; margin-bottom: 18px; }
.aangan-home .cat-name { font-family: 'Fraunces', serif; font-weight: 400; font-size: 25px; color: var(--ag-ink); line-height: 1.1; letter-spacing: -0.01em; }
.aangan-home .cat-name em { font-style: italic; color: var(--ag-red); }
.aangan-home .cat-count { margin-top: 10px; font-size: 11px; letter-spacing: 0.22em; text-transform: uppercase; color: var(--ag-ink-soft); }
.aangan-home .cat-arrow { margin-top: 20px; display: inline-block; font-size: 11px; letter-spacing: 0.22em; text-transform: uppercase; color: var(--ag-ink); border-bottom: 1px solid var(--ag-ink); padding-bottom: 2px; transition: color 0.2s ease, border-color 0.2s ease, transform 0.2s ease; }
.aangan-home .cat-cell:hover .cat-arrow { color: var(--ag-red); border-bottom-color: var(--ag-red); transform: translateX(4px); }

/* =========================================================
   SHOP BY BUDGET — band of price doors
   ========================================================= */
.aangan-home .budget-rail { display: grid; grid-template-columns: repeat(5, 1fr); border-top: 1px solid var(--ag-rule); margin-top: 24px; }
@media (max-width: 900px) { .aangan-home .budget-rail { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 520px) { .aangan-home .budget-rail { grid-template-columns: 1fr; } }
.aangan-home .budget-cell { padding: 28px 24px 32px; border-right: 1px solid var(--ag-rule); border-bottom: 1px solid var(--ag-rule); display: block; color: inherit; transition: background 0.2s ease; }
.aangan-home .budget-cell:last-child { border-right: none; }
.aangan-home .budget-cell:hover { background: var(--ag-paper); }
.aangan-home .budget-price { font-family: 'Fraunces', serif; font-weight: 400; font-size: 20px; color: var(--ag-ink); letter-spacing: -0.01em; }
.aangan-home .budget-desc { margin-top: 8px; font-size: 12px; color: var(--ag-ink-soft); line-height: 1.5; }

/* =========================================================
   PULL QUOTE
   ========================================================= */
.aangan-home .quote-pull { padding: 110px var(--ag-pad); max-width: 1040px; margin: 96px auto 0; text-align: left; border-top: 1px solid var(--ag-rule); border-bottom: 1px solid var(--ag-rule); position: relative; }
.aangan-home .quote-pull::before { content: '\201C'; position: absolute; top: 40px; left: var(--ag-pad); font-family: 'Fraunces', serif; font-weight: 300; font-style: italic; font-size: clamp(100px, 14vw, 220px); line-height: 0.7; color: var(--ag-red); opacity: 0.2; }
.aangan-home .quote-pull blockquote { font-family: 'Fraunces', serif; font-weight: 300; font-style: italic; font-size: clamp(26px, 3.8vw, 46px); line-height: 1.25; letter-spacing: -0.01em; color: var(--ag-ink); margin-left: clamp(40px, 8vw, 120px); max-width: 28ch; }
.aangan-home .quote-pull cite { display: block; margin-top: 28px; margin-left: clamp(40px, 8vw, 120px); font-size: 11px; letter-spacing: 0.26em; text-transform: uppercase; color: var(--ag-ink-soft); font-style: normal; font-weight: 500; font-family: 'DM Sans', sans-serif; }

/* =========================================================
   HERITAGE
   ========================================================= */
.aangan-home .heritage { max-width: 1440px; margin: 96px auto 0; padding: 0 var(--ag-pad); display: grid; grid-template-columns: 1.3fr 1fr; gap: 72px; align-items: center; }
@media (max-width: 900px) { .aangan-home .heritage { grid-template-columns: 1fr; gap: 40px; } }
.aangan-home .heritage-image { position: relative; aspect-ratio: 4/5; background: linear-gradient(180deg, oklch(88% 0.015 80), oklch(55% 0.035 55)); overflow: hidden; }
.aangan-home .heritage-image img { width: 100%; height: 100%; object-fit: cover; }
.aangan-home .heritage-image .corner { border-color: var(--ag-cream); }
.aangan-home .heritage-image .plate-no { top: 20px; left: 20px; right: auto; background: transparent; color: var(--ag-cream); border-color: var(--ag-cream); }
.aangan-home .heritage-text h2 { font-family: 'Fraunces', serif; font-weight: 300; font-size: clamp(36px, 4.4vw, 56px); line-height: 1; letter-spacing: -0.02em; color: var(--ag-ink); }
.aangan-home .heritage-text h2 em { font-style: italic; color: var(--ag-red); }
.aangan-home .heritage-text p { margin-top: 22px; font-family: 'Fraunces', serif; font-weight: 300; font-size: 18px; line-height: 1.65; color: var(--ag-ink); max-width: 52ch; }
.aangan-home .heritage-text p + p { margin-top: 14px; color: var(--ag-ink-soft); }
.aangan-home .heritage-meta { margin-top: 32px; padding-top: 20px; border-top: 1px solid var(--ag-rule); display: grid; grid-template-columns: repeat(3, auto); gap: 12px 40px; font-size: 11px; letter-spacing: 0.22em; text-transform: uppercase; color: var(--ag-ink-soft); }
.aangan-home .heritage-meta strong { display: block; font-family: 'Fraunces', serif; font-size: 32px; color: var(--ag-ink); font-weight: 300; font-style: italic; letter-spacing: -0.01em; margin-bottom: 4px; text-transform: none; }
.aangan-home .heritage-cta { margin-top: 28px; display: inline-block; font-size: 11px; letter-spacing: 0.24em; text-transform: uppercase; font-weight: 500; color: var(--ag-ink); border-bottom: 1px solid var(--ag-ink); padding-bottom: 2px; }
.aangan-home .heritage-cta:hover { color: var(--ag-red); border-bottom-color: var(--ag-red); }

/* =========================================================
   PROMISE — numbered 01-06
   ========================================================= */
.aangan-home .promise-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--ag-rule); }
@media (max-width: 780px) { .aangan-home .promise-grid { grid-template-columns: 1fr; } }
.aangan-home .promise-item { padding: 30px 30px 36px; border-right: 1px solid var(--ag-rule); border-bottom: 1px solid var(--ag-rule); position: relative; }
.aangan-home .promise-item:nth-child(3n) { border-right: none; }
@media (max-width: 780px) { .aangan-home .promise-item { border-right: none; } }
.aangan-home .promise-item .n { font-size: 10.5px; letter-spacing: 0.26em; text-transform: uppercase; color: var(--ag-red); font-weight: 500; margin-bottom: 18px; }
.aangan-home .promise-item h4 { font-family: 'Fraunces', serif; font-weight: 400; font-size: 22px; color: var(--ag-ink); letter-spacing: -0.005em; margin-bottom: 10px; }
.aangan-home .promise-item p { font-size: 13.5px; color: var(--ag-ink-soft); line-height: 1.55; }

/* =========================================================
   RITUALS — i / ii / iii
   ========================================================= */
.aangan-home .rituals-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--ag-rule); }
@media (max-width: 780px) { .aangan-home .rituals-grid { grid-template-columns: 1fr; } }
.aangan-home .rituals-card { padding: 32px 30px 36px; border-right: 1px solid var(--ag-rule); border-bottom: 1px solid var(--ag-rule); }
.aangan-home .rituals-card:nth-child(3n) { border-right: none; }
@media (max-width: 780px) { .aangan-home .rituals-card { border-right: none; } }
.aangan-home .rituals-card .n { font-family: 'Fraunces', serif; font-weight: 300; font-style: italic; font-size: 40px; line-height: 1; color: var(--ag-red); letter-spacing: -0.01em; margin-bottom: 18px; }
.aangan-home .rituals-card h4 { font-family: 'Fraunces', serif; font-weight: 400; font-size: 22px; color: var(--ag-ink); line-height: 1.2; letter-spacing: -0.005em; margin-bottom: 10px; }
.aangan-home .rituals-card p { font-size: 13.5px; color: var(--ag-ink-soft); line-height: 1.55; }

/* =========================================================
   REVIEWS row (Google reviews, restyled)
   ========================================================= */
.aangan-home .reviews-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
@media (max-width: 780px) { .aangan-home .reviews-grid { grid-template-columns: 1fr; } }
.aangan-home .review-card { border: 1px solid var(--ag-rule); padding: 26px 24px; background: var(--ag-paper); }
.aangan-home .review-stars { color: var(--ag-brass-d); letter-spacing: 2px; margin-bottom: 12px; font-size: 14px; }
.aangan-home .review-text { font-family: 'Fraunces', serif; font-weight: 300; font-size: 15.5px; line-height: 1.55; color: var(--ag-ink); }
.aangan-home .review-who { margin-top: 16px; font-size: 11px; letter-spacing: 0.18em; text-transform: uppercase; color: var(--ag-ink-soft); }
.aangan-home .reviews-badge { font-size: 12px; letter-spacing: 0.06em; color: var(--ag-ink-soft); }
.aangan-home .reviews-badge strong { font-family: 'Fraunces', serif; font-size: 22px; color: var(--ag-ink); margin-right: 8px; }

/* =========================================================
   VISIT / CTA band
   ========================================================= */
.aangan-home .visit { margin: 120px 0 0; background: var(--ag-ink); color: var(--ag-cream); padding: 96px var(--ag-pad); }
.aangan-home .visit-inner { max-width: 1040px; margin: 0 auto; display: grid; grid-template-columns: 1fr 1fr; gap: 64px; align-items: center; }
@media (max-width: 780px) { .aangan-home .visit-inner { grid-template-columns: 1fr; gap: 32px; } }
.aangan-home .visit h2 { font-family: 'Fraunces', serif; font-weight: 300; font-size: clamp(36px, 4.6vw, 58px); line-height: 1; letter-spacing: -0.02em; color: var(--ag-cream); }
.aangan-home .visit h2 em { font-style: italic; color: var(--ag-brass); }
.aangan-home .visit p { font-family: 'Fraunces', serif; font-weight: 300; font-size: 17px; line-height: 1.6; color: oklch(88% 0.015 80); max-width: 40ch; }
.aangan-home .visit .eyebrow { color: var(--ag-brass); }
.aangan-home .visit-meta { margin-top: 4px; font-size: 13px; color: var(--ag-sand); line-height: 1.7; }
.aangan-home .visit-meta strong { display: block; font-family: 'Fraunces', serif; font-weight: 400; font-size: 16px; color: var(--ag-cream); margin-bottom: 4px; letter-spacing: -0.005em; }
.aangan-home .visit-ctas { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 28px; }
.aangan-home .visit .cta { background: var(--ag-brass); border-color: var(--ag-brass); color: var(--ag-ink); }
.aangan-home .visit .cta:hover { background: var(--ag-brass-d); border-color: var(--ag-brass-d); color: var(--ag-cream); }
.aangan-home .visit .cta.ghost { background: transparent; color: var(--ag-cream); border-color: var(--ag-cream); }
.aangan-home .visit .cta.ghost:hover { background: var(--ag-cream); color: var(--ag-ink); }

/* spacing helper for the first section after hero on mobile */
@media (max-width: 560px) {
  .aangan-home .ag-section, .aangan-home .categories, .aangan-home .heritage, .aangan-home .quote-pull { margin-top: 64px; }
  .aangan-home .visit { margin-top: 80px; }
}

/* =========================================================
   Hero emblem (replaces the र seal) + category thumbnails
   ========================================================= */
.aangan-home .ag-emblem {
  position: absolute; bottom: 20px; right: 20px; z-index: 3;
  width: 62px; height: 62px; border-radius: 8px; overflow: hidden;
  border: 2px solid var(--ag-cream);
  box-shadow: 0 2px 12px oklch(30% 0.05 55 / 0.28);
  background: var(--ag-red);
}
.aangan-home .ag-emblem img { width: 100%; height: 100%; object-fit: cover; display: block; }

/* Category cells carrying an image (first 4) */
.aangan-home .cat-cell--img { padding-top: 24px; }
.aangan-home .cat-thumb {
  aspect-ratio: 1/1; margin: 0 0 18px;
  background: var(--ag-paper); overflow: hidden;
  border: 1px solid var(--ag-rule-soft);
}
.aangan-home .cat-thumb img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.5s cubic-bezier(0.19,1,0.22,1); }
.aangan-home .cat-cell--img:hover .cat-thumb img { transform: scale(1.05); }

/* =========================================================
   Shop by Occasion + Services (re-added from live)
   ========================================================= */
.aangan-home .occasion-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 22px; }
@media (max-width: 900px) { .aangan-home .occasion-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 480px) { .aangan-home .occasion-grid { grid-template-columns: repeat(2, 1fr); gap: 14px; } }
.aangan-home .occasion-card { display: block; color: inherit; }
.aangan-home .occasion-img { aspect-ratio: 3/4; overflow: hidden; background: var(--ag-paper); border: 1px solid var(--ag-rule-soft); }
.aangan-home .occasion-img img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.6s cubic-bezier(0.19,1,0.22,1); }
.aangan-home .occasion-card:hover .occasion-img img { transform: scale(1.05); }
.aangan-home .occasion-name { margin-top: 14px; font-family: 'Fraunces', serif; font-weight: 400; font-size: 21px; color: var(--ag-ink); letter-spacing: -0.01em; }
.aangan-home .occasion-desc { margin-top: 4px; font-size: 13px; color: var(--ag-ink-soft); line-height: 1.5; }

.aangan-home .services-grid { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid var(--ag-rule); }
@media (max-width: 780px) { .aangan-home .services-grid { grid-template-columns: 1fr 1fr; } }
@media (max-width: 460px) { .aangan-home .services-grid { grid-template-columns: 1fr; } }
.aangan-home .service-card { padding: 32px 28px 36px; border-right: 1px solid var(--ag-rule); border-bottom: 1px solid var(--ag-rule); }
.aangan-home .services-grid .service-card:nth-child(4n) { border-right: none; }
@media (max-width: 780px) { .aangan-home .services-grid .service-card:nth-child(2n) { border-right: none; } }
@media (max-width: 460px) { .aangan-home .service-card { border-right: none; } }
.aangan-home .service-card svg { width: 30px; height: 30px; color: var(--ag-red); margin-bottom: 18px; }
.aangan-home .service-card h4 { font-family: 'Fraunces', serif; font-weight: 400; font-size: 20px; color: var(--ag-ink); letter-spacing: -0.005em; margin-bottom: 10px; }
.aangan-home .service-card p { font-size: 13.5px; color: var(--ag-ink-soft); line-height: 1.55; }

/* =========================================================
   HERO — split: editorial copy + spotlit product plinth
   (isolated product shot on a luminous cream plinth, set on
   the deep ink field; mix-blend-mode drops the white image
   background into the plinth so the gold appears to float)
   ========================================================= */
.aangan-home .hero-split {
  position: relative; overflow: hidden;
  /* Deep oxblood/maroon — warm, auspicious, and gold + the cream plinth pop
     hard against it. Warm radial glow sits behind the necklace, upper-right. */
  background:
    radial-gradient(120% 92% at 78% 26%, oklch(37% 0.115 32) 0%, transparent 58%),
    linear-gradient(158deg, oklch(27% 0.10 28) 0%, oklch(19.5% 0.085 26) 100%);
}
.aangan-home .hero-split-inner {
  max-width: 1440px; margin: 0 auto;
  padding: clamp(40px, 6vw, 84px) var(--ag-pad);
  display: grid; grid-template-columns: 1.04fr 0.96fr;
  gap: clamp(30px, 5vw, 72px); align-items: center;
  min-height: clamp(460px, 70vh, 700px);
}
.aangan-home .hero-split-copy { position: relative; z-index: 2; }
.aangan-home .hero-split .eyebrow { color: var(--ag-brass); }
.aangan-home .hero-split-title {
  font-family: 'Fraunces', serif; font-variation-settings: "opsz" 144;
  font-weight: 300; font-size: clamp(40px, 5.4vw, 72px); line-height: 0.98;
  letter-spacing: -0.025em; color: var(--ag-cream); margin-top: 14px;
}
.aangan-home .hero-split-title em { font-style: italic; color: var(--ag-brass); font-weight: 400; }
.aangan-home .hero-split-lede {
  margin-top: 22px; font-family: 'Fraunces', serif; font-weight: 300;
  font-size: 18px; line-height: 1.5; color: oklch(90% 0.012 80); max-width: 42ch;
}
.aangan-home .hero-split-cta { margin-top: 30px; display: flex; flex-wrap: wrap; gap: 14px; }
.aangan-home .hero-split .cta { background: var(--ag-cream); color: var(--ag-ink); border-color: var(--ag-cream); }
.aangan-home .hero-split .cta:hover { background: var(--ag-brass); border-color: var(--ag-brass); color: var(--ag-ink); transform: translateY(-1px); }
.aangan-home .hero-split .cta.ghost { background: transparent; color: var(--ag-cream); border-color: oklch(82% 0.02 80 / 0.5); }
.aangan-home .hero-split .cta.ghost:hover { background: var(--ag-cream); color: var(--ag-ink); border-color: var(--ag-cream); }
.aangan-home .hero-split-trust {
  margin-top: 30px; display: flex; flex-wrap: wrap; gap: 9px 22px; list-style: none; padding: 0;
}
.aangan-home .hero-split-trust li {
  font-family: 'DM Sans', sans-serif; font-size: 11px; letter-spacing: 0.16em;
  text-transform: uppercase; color: oklch(80% 0.02 80); font-weight: 500;
  position: relative; padding-left: 17px;
}
.aangan-home .hero-split-trust li::before {
  content: ''; position: absolute; left: 0; top: 50%;
  width: 7px; height: 7px; transform: translateY(-50%) rotate(45deg); background: var(--ag-brass);
}

/* product plinth — clickable, links to the N-2176 product */
.aangan-home .hero-split-media { position: relative; z-index: 2; display: flex; justify-content: center; }
.aangan-home .hero-plinth-link {
  display: block; width: 100%; max-width: 480px; text-decoration: none; border-radius: 10px;
  transition: transform .35s cubic-bezier(.2,.7,.2,1);
}
.aangan-home .hero-plinth-link:hover { transform: translateY(-4px); }
.aangan-home .hero-plinth-link:focus-visible { outline: 2px solid var(--ag-brass); outline-offset: 5px; }
.aangan-home .hero-plinth {
  position: relative; margin: 0; width: 100%;
  border-radius: 10px; overflow: hidden;
  padding: 30px 30px 34px;
  background: radial-gradient(70% 64% at 50% 42%, oklch(96.5% 0.012 85) 0%, oklch(92.5% 0.012 85) 66%, oklch(88.5% 0.014 82) 100%);
  border: 1px solid oklch(82% 0.02 80 / 0.5);
  box-shadow: 0 42px 84px -32px oklch(6% 0.04 30 / 0.78), inset 0 1px 0 oklch(100% 0 0 / 0.35);
  transition: box-shadow .35s ease;
}
.aangan-home .hero-plinth-link:hover .hero-plinth {
  box-shadow: 0 56px 104px -32px oklch(5% 0.05 30 / 0.85), inset 0 1px 0 oklch(100% 0 0 / 0.4);
}
.aangan-home .hero-plinth img {
  display: block; width: 100%; height: auto;
  filter: drop-shadow(0 18px 26px oklch(45% 0.08 70 / 0.28));
  transition: transform .45s cubic-bezier(.2,.7,.2,1);
}
.aangan-home .hero-plinth-link:hover .hero-plinth img { transform: scale(1.035); }
.aangan-home .hero-plinth figcaption {
  position: absolute; left: 16px; bottom: 15px; max-width: calc(100% - 32px);
  font-family: 'DM Sans', sans-serif; font-size: 11px; letter-spacing: 0.03em; color: var(--ag-ink-soft);
  background: oklch(94% 0.012 85 / 0.86); backdrop-filter: blur(4px);
  padding: 6px 12px; border-radius: 99px; border: 1px solid oklch(82% 0.02 80 / 0.6);
  white-space: nowrap; overflow: hidden; text-overflow: ellipsis;
}
.aangan-home .hero-plinth .hp-sku { font-weight: 600; color: var(--ag-red); letter-spacing: 0.08em; margin-right: 7px; }
.aangan-home .hero-plinth .hp-arrow {
  margin-left: 5px; color: var(--ag-red); font-weight: 600; display: inline-block;
  opacity: 0; transform: translateX(-4px); transition: opacity .3s ease, transform .3s ease;
}
.aangan-home .hero-plinth-link:hover .hp-arrow { opacity: 1; transform: translateX(0); }
@media (hover: none) { .aangan-home .hero-plinth .hp-arrow { opacity: 1; transform: none; } }

@media (max-width: 920px) {
  .aangan-home .hero-split-inner {
    grid-template-columns: 1fr; text-align: center; gap: 38px;
    padding-top: 48px; padding-bottom: 56px; min-height: 0;
  }
  .aangan-home .hero-split-lede { margin-left: auto; margin-right: auto; }
  .aangan-home .hero-split-cta, .aangan-home .hero-split-trust { justify-content: center; }
  .aangan-home .hero-split-media { order: -1; }
  .aangan-home .hero-plinth-link { max-width: 380px; }
}
@media (max-width: 520px) {
  .aangan-home .hero-split-title { font-size: clamp(34px, 11vw, 46px); }
  .aangan-home .hero-split-trust { gap: 8px 16px; }
  .aangan-home .hero-plinth-link { max-width: 300px; }
  .aangan-home .hero-plinth { padding: 22px 22px 26px; }
  .aangan-home .hero-plinth figcaption { left: 12px; bottom: 12px; font-size: 10px; padding: 5px 10px; }
  .aangan-home .hero-plinth .hp-place { display: none; }
}

/* "Read all reviews on Google" — verifiable link under the review cards */
.aangan-home .reviews-google-link {
  display: inline-block; margin-top: 26px;
  font-family: 'DM Sans', sans-serif; font-size: 11px; letter-spacing: 0.18em; text-transform: uppercase; font-weight: 500;
  color: var(--ag-red); border-bottom: 1px solid currentColor; padding-bottom: 2px;
}
.aangan-home .reviews-google-link:hover { color: var(--ag-ink); }
