.roshanan-page-intro { max-width: 860px; margin: 0 auto 48px; text-align: center; }
.roshanan-page-intro > span { color: var(--copper,#bf8b50); font-size: 11px; font-weight: 850; }
.roshanan-page-intro h2 { margin: 8px 0 14px; color: var(--forest,#0c342b); font-size: clamp(36px,5vw,64px); line-height: 1.3; letter-spacing: -.045em; }
.roshanan-page-intro p { max-width: 690px; margin: 0 auto; color: var(--muted,#726a60); line-height: 2; }
.roshanan-form-success, .roshanan-form-error { margin: 18px 0; padding: 14px 18px; border-radius: 12px; font-size: 12px; }
.roshanan-honeypot { position: absolute !important; right: -10000px !important; width: 1px !important; height: 1px !important; overflow: hidden !important; }
.roshanan-form-success { color: #225f4b; border: 1px solid #b8dacd; background: #e9f6f1; }
.roshanan-form-error { color: #823a34; border: 1px solid #e4beb9; background: #fff0ee; }
.roshanan-newsletter-form { width: 100%; display: flex; gap: 9px; }
.roshanan-newsletter-form input { flex: 1; min-width: 0; min-height: 48px; padding: 0 14px; border: 1px solid rgba(66,45,26,.2); border-radius: 12px; background: rgba(255,255,255,.72); }
.roshanan-newsletter-form button { min-width: 80px; min-height: 48px; padding: 0 16px; color: #fff; border: 0; border-radius: 12px; background: var(--forest,#0c342b); cursor: pointer; font-weight: 800; }
.site-footer .roshanan-newsletter-form input { color: #fff; border-color: rgba(255,255,255,.14); background: rgba(255,255,255,.06); }
.site-footer .roshanan-newsletter-form button { background: var(--copper,#bf8b50); }

/* Wholesale */
.roshanan-wholesale { padding: 20px 0 70px; }
.roshanan-wholesale-benefits { margin-bottom: 38px; display: grid; grid-template-columns: repeat(3,1fr); gap: 16px; }
.roshanan-wholesale-benefits article { padding: 28px; border: 1px solid var(--line,#ded5c8); border-radius: var(--card-radius,22px); background: #fff; }
.roshanan-wholesale-benefits b { color: var(--copper,#bf8b50); font-family: Georgia,serif; font-size: 23px; }
.roshanan-wholesale-benefits h3 { margin: 12px 0 6px; color: var(--forest,#0c342b); }
.roshanan-wholesale-benefits p { margin: 0; color: var(--muted,#726a60); font-size: 12px; }
.roshanan-form-card { max-width: 980px; margin: 0 auto; padding: clamp(24px,5vw,54px); border: 1px solid var(--line,#ded5c8); border-radius: 28px; background: #fff; box-shadow: 0 25px 70px rgba(40,30,18,.08); }
.roshanan-form-grid { display: grid; grid-template-columns: repeat(2,1fr); gap: 18px; }
.roshanan-form-grid label { display: flex; flex-direction: column; gap: 7px; color: #4f463d; font-size: 12px; font-weight: 700; }
.roshanan-form-grid input, .roshanan-form-grid select, .roshanan-form-grid textarea { width: 100%; min-height: 48px; padding: 10px 13px; border: 1px solid var(--line,#ded5c8); border-radius: 11px; outline: 0; background: #fffdf8; }
.roshanan-form-grid input:focus, .roshanan-form-grid select:focus, .roshanan-form-grid textarea:focus { border-color: var(--copper,#bf8b50); box-shadow: 0 0 0 3px rgba(191,139,80,.12); }
.roshanan-full-field { grid-column: 1/-1; }
.roshanan-consent { margin: 18px 0; display: flex; align-items: center; gap: 8px; color: var(--muted,#726a60); font-size: 11px; }

/* Quiz */
.roshanan-quiz { padding: 20px 0 70px; }
.roshanan-quiz-card { max-width: 900px; margin: 0 auto; padding: clamp(25px,5vw,55px); overflow: hidden; border: 1px solid var(--line,#ded5c8); border-radius: 30px; background: #fff; box-shadow: 0 30px 90px rgba(38,28,17,.09); }
.roshanan-quiz-progress { height: 5px; margin-bottom: 38px; overflow: hidden; border-radius: 999px; background: #ebe3d8; }
.roshanan-quiz-progress span { height: 100%; display: block; border-radius: inherit; background: linear-gradient(90deg,var(--forest,#0c342b),var(--copper,#bf8b50)); transition: width .3s ease; }
.roshanan-quiz-step { display: none; }
.roshanan-quiz-step.is-active { display: block; animation: roshananFade .28s ease; }
.roshanan-quiz-step > small { color: var(--copper,#bf8b50); font-weight: 800; }
.roshanan-quiz-step h3 { margin: 8px 0 4px; color: var(--forest,#0c342b); font-size: clamp(27px,4vw,42px); }
.roshanan-quiz-step > p { margin: 0 0 26px; color: var(--muted,#726a60); }
.roshanan-quiz-options { display: grid; grid-template-columns: repeat(3,1fr); gap: 12px; }
.roshanan-quiz-options button { min-height: 145px; padding: 22px; display: flex; flex-direction: column; align-items: flex-start; justify-content: center; color: #4a4138; border: 1px solid var(--line,#ded5c8); border-radius: 18px; background: #fffdf8; text-align: right; cursor: pointer; transition: .2s ease; }
.roshanan-quiz-options button:hover, .roshanan-quiz-options button.is-selected { color: #fff; border-color: var(--forest,#0c342b); background: var(--forest,#0c342b); transform: translateY(-3px); }
.roshanan-quiz-options button > b { margin-bottom: 12px; color: var(--copper,#bf8b50); font-size: 26px; }
.roshanan-quiz-options button > span { display: flex; flex-direction: column; font-weight: 850; }
.roshanan-quiz-options button small { margin-top: 4px; opacity: .65; font-weight: 500; }
.roshanan-quiz-nav { margin-top: 26px; display: flex; align-items: center; justify-content: space-between; }
.roshanan-quiz-nav button, [data-quiz-restart] { padding: 9px 15px; border: 1px solid var(--line,#ded5c8); border-radius: 10px; background: transparent; cursor: pointer; }
.roshanan-quiz-nav button:disabled { opacity: .35; cursor: default; }
.roshanan-quiz-nav span { color: var(--muted,#726a60); font-size: 10px; }
.roshanan-quiz-results { max-width: 1100px; margin: 0 auto; padding-top: 10px; text-align: center; }
.roshanan-quiz-results > span { color: var(--copper,#bf8b50); font-size: 11px; font-weight: 800; }
.roshanan-quiz-results > h3 { margin: 6px 0 28px; color: var(--forest,#0c342b); font-size: 34px; }
.roshanan-result-grid { margin-bottom: 24px; display: grid; grid-template-columns: repeat(3,1fr); gap: 18px; text-align: right; }
.roshanan-quiz-product { overflow: hidden; border: 1px solid var(--line,#ded5c8); border-radius: 20px; background: #fff; }
.roshanan-quiz-product a { padding-bottom: 20px; display: block; }
.roshanan-quiz-product img { width: 100%; height: 260px; object-fit: cover; }
.roshanan-quiz-product span, .roshanan-quiz-product h4, .roshanan-quiz-product p, .roshanan-quiz-product strong { margin-left: 18px; margin-right: 18px; }
.roshanan-quiz-product span { margin-top: 15px; display: block; color: var(--copper,#bf8b50); font-size: 9px; }
.roshanan-quiz-product h4 { margin-top: 5px; margin-bottom: 5px; color: var(--forest,#0c342b); font-size: 18px; }
.roshanan-quiz-product p { min-height: 42px; color: var(--muted,#726a60); font-size: 10px; }

/* Journal */
.roshanan-journal { padding: 10px 0 70px; }
.roshanan-topic-filters { margin-bottom: 30px; display: flex; flex-wrap: wrap; justify-content: center; gap: 7px; }
.roshanan-topic-filters button { padding: 8px 13px; color: #62584c; border: 1px solid var(--line,#ded5c8); border-radius: 999px; background: #fff; cursor: pointer; }
.roshanan-topic-filters button.is-active { color: #fff; border-color: var(--forest,#0c342b); background: var(--forest,#0c342b); }
.roshanan-journal-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 22px; }
.roshanan-journal-grid article { padding-bottom: 22px; border-bottom: 1px solid var(--line,#ded5c8); }
.roshanan-journal-image { height: 265px; margin-bottom: 16px; display: block; overflow: hidden; border-radius: 18px; background: #e8dfd2; }
.roshanan-journal-image img { width: 100%; height: 100%; object-fit: cover; transition: transform .4s ease; }
.roshanan-journal-grid article:hover img { transform: scale(1.05); }
.roshanan-journal-grid article > span { color: var(--copper,#bf8b50); font-size: 9px; font-weight: 800; }
.roshanan-journal-grid h3 { margin: 7px 0; color: var(--forest,#0c342b); font-size: 21px; line-height: 1.65; }
.roshanan-journal-grid p { color: var(--muted,#726a60); font-size: 11px; }
.roshanan-fortune { margin-top: 70px; padding: clamp(28px,5vw,55px); display: grid; grid-template-columns: .9fr 1.1fr; gap: 50px; color: #f6ebdc; border-radius: 28px; background: linear-gradient(135deg,#08261f,#16463a); }
.roshanan-fortune span { color: var(--copper-light,#e3c18f); font-size: 10px; }
.roshanan-fortune h3 { margin: 8px 0; font-size: 34px; }
.roshanan-fortune p { color: rgba(255,255,255,.62); }
.roshanan-fortune blockquote { min-height: 100px; margin: 0 0 15px; padding: 20px; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.15); border-radius: 16px; background: rgba(255,255,255,.05); text-align: center; }
.roshanan-fortune button { padding: 10px 16px; color: #1c2b24; border: 0; border-radius: 10px; background: var(--copper-light,#e3c18f); cursor: pointer; font-weight: 800; }
.roshanan-academy { margin-top: 70px; }
.roshanan-academy > div:first-child span { color: var(--copper,#bf8b50); font-size: 10px; }
.roshanan-academy h3 { margin: 5px 0 24px; color: var(--forest,#0c342b); font-size: 34px; }
.roshanan-video-grid { display: grid; grid-template-columns: repeat(2,1fr); gap: 16px; }
.roshanan-video-grid video { width: 100%; max-height: 520px; border-radius: 20px; background: #071f1a; }

/* Product options and wishlist */
.roshanan-coffee-options { margin: 18px 0; padding: 16px; display: grid; grid-template-columns: repeat(2,1fr); gap: 12px; border: 1px solid var(--line,#ded5c8); border-radius: 14px; background: #fbf7f0; }
.roshanan-coffee-options label { display: flex; flex-direction: column; gap: 6px; color: #4e453c; font-size: 11px; font-weight: 800; }
.roshanan-coffee-options select { min-height: 44px; padding: 0 10px; border: 1px solid var(--line,#ded5c8); border-radius: 9px; background: #fff; }
.roshanan-coffee-options p { grid-column: 1/-1; margin: 0; color: var(--muted,#726a60); font-size: 9px; }
.roshanan-entry-price small { color: var(--muted,#726a60); font-size: 9px; }
.roshanan-spec-table { max-width: 720px; display: grid; grid-template-columns: repeat(2,1fr); gap: 1px; overflow: hidden; border: 1px solid var(--line,#ded5c8); border-radius: 14px; background: var(--line,#ded5c8); }
.roshanan-spec-table > div { padding: 13px 16px; display: flex; justify-content: space-between; gap: 10px; background: #fff; }
.roshanan-spec-table span { color: var(--muted,#726a60); }
.roshanan-wishlist-button { margin: 8px 18px 0; min-width: 42px; min-height: 38px; color: #8e5147; border: 1px solid #e4d7cc; border-radius: 10px; background: #fff8f5; cursor: pointer; font-size: 20px; }
.single-product .roshanan-wishlist-button { margin: 5px 0 0; padding: 7px 14px; width: auto; font-size: 14px; }
.roshanan-wishlist { padding: 10px 0 70px; }
.roshanan-wishlist-empty { padding: 35px; color: var(--muted,#726a60); border: 1px dashed var(--line,#ded5c8); border-radius: 16px; text-align: center; }
.roshanan-wishlist-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 17px; }
.roshanan-wishlist-grid article { overflow: hidden; border: 1px solid var(--line,#ded5c8); border-radius: 18px; background: #fff; }
.roshanan-wishlist-grid article > a { display: block; padding-bottom: 15px; }
.roshanan-wishlist-grid img { width: 100%; height: 230px; object-fit: cover; }
.roshanan-wishlist-grid h3, .roshanan-wishlist-grid strong { margin-left: 16px; margin-right: 16px; }
.roshanan-wishlist-grid h3 { color: var(--forest,#0c342b); }
.roshanan-wishlist-grid article > button { margin: 0 16px 16px; padding: 7px 10px; color: #8a3d36; border: 1px solid #e4c8c4; border-radius: 8px; background: #fff5f3; cursor: pointer; }

@keyframes roshananFade { from { opacity:0; transform:translateY(8px); } to { opacity:1; transform:none; } }
@media (max-width: 900px) {
  .roshanan-wholesale-benefits, .roshanan-result-grid, .roshanan-journal-grid { grid-template-columns: repeat(2,1fr); }
  .roshanan-wishlist-grid { grid-template-columns: repeat(2,1fr); }
}
@media (max-width: 620px) {
  .roshanan-newsletter-form, .roshanan-form-grid, .roshanan-quiz-options, .roshanan-result-grid, .roshanan-journal-grid, .roshanan-video-grid, .roshanan-wholesale-benefits, .roshanan-fortune, .roshanan-wishlist-grid, .roshanan-coffee-options, .roshanan-spec-table { grid-template-columns: 1fr; }
  .roshanan-newsletter-form { display: grid; }
  .roshanan-full-field { grid-column: auto; }
  .roshanan-quiz-options button { min-height: 110px; }
  .roshanan-fortune { gap: 20px; }
  .roshanan-coffee-options p { grid-column: auto; }
}
@media (prefers-reduced-motion: reduce) { .roshanan-quiz-step.is-active { animation: none; } }
