/* Phase 1 public presentation. The existing layout and interaction CSS stays in place. */
.roshan-public {
  --roshan-primary: #6F252B;
  --roshan-dark: #351014;
  --roshan-gold: #D6AA61;
  --roshan-warm: #F7F3EC;
  --color-black: var(--roshan-dark);
  --color-text: var(--roshan-dark);
  --color-bg: var(--roshan-warm);
  --color-yellow: var(--roshan-gold);
  --color-turquoise: var(--roshan-primary);
  --color-turquoise-dark: var(--roshan-dark);
  --brand: var(--roshan-primary);
  --surface-soft: var(--roshan-warm);
  overflow-x: clip;
  color: var(--roshan-dark);
  background: var(--roshan-warm);
}
.roshan-public .announcement-bar { min-height: 28px; padding: 4px 16px; color: var(--roshan-warm); background: var(--roshan-dark); }
.roshan-public .announcement-bar a { color: var(--roshan-gold); }
.roshan-public .site-desktop-header,
.roshan-public .site-mobile-header { background: #EEE5D8; border-color: rgba(53,16,20,.16); }
.roshan-public .site-desktop-header { transition: transform .25s ease, box-shadow .25s ease; }
.roshan-public .site-desktop-header.header-hidden { transform: translateY(-100%); }
.roshan-public .mobile-nav-drawer .drawer-content,
.roshan-public .mobile-bottom-nav { background: var(--roshan-warm); border-color: rgba(53,16,20,.16); }
.roshan-public .nav-link:hover,
.roshan-public .drawer-link:hover { color: var(--roshan-primary); }
.roshan-public .header-inner { width: min(calc(100% - 64px), var(--container-wide)); height: 68px; gap: 18px; }
.roshan-wordmark { width: 96px; min-width: 96px; height: 64px; display: inline-flex; align-items: center; justify-content: center; }
.roshan-logo-mark { display: block; width: 100%; height: 100%; flex: none; }
.roshan-logo-mark img { display: block; width: 100%; height: 100%; max-width: none; max-height: none; object-fit: contain; border-radius: 12px; }
.roshan-footer-logo { display: block; width: min(220px, 100%); height: auto; margin: -18px 0 10px; border-radius: 16px; }
.roshan-visually-hidden { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.header-instagram, .mobile-dm { display: inline-flex; align-items: center; min-height: 42px; padding: 9px 18px; border: 1px solid var(--roshan-primary); border-radius: 3px; color: var(--roshan-primary); font-size: 11px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; white-space: nowrap; }
.header-instagram:hover, .mobile-dm:hover { color: var(--roshan-warm); background: var(--roshan-primary); }
.roshan-public .mobile-header-top { height: 70px; }
.roshan-public .mobile-logo { width: 90px; min-width: 90px; height: 60px; }
.mobile-dm { min-height: 38px; padding: 7px 10px; }
.roshan-nav-symbol { display: grid; place-items: center; width: 34px; height: 30px; font-size: 22px; line-height: 1; }
.roshan-public .mobile-bottom-nav .nav-item { width: 25%; }
.header-cart-link { display: inline-flex; align-items: center; justify-content: center; width: 44px; height: 44px; border: 1px solid rgba(111,37,43,.25); border-radius: 12px; color: var(--roshan-primary); transition: background .2s ease, border-color .2s ease; }
.header-cart-link:hover { background: rgba(111,37,43,.08); border-color: var(--roshan-primary); }
.header-cart-link:focus-visible, .roshan-public .mobile-bottom-nav .nav-item:focus-visible { outline: 3px solid var(--roshan-gold); outline-offset: 2px; }
.header-cart-icon { position: relative; display: grid; place-items: center; width: 24px; height: 24px; }
.header-cart-icon svg, .roshan-public .mobile-bottom-nav .nav-icon-wrap svg { display: block; width: 24px; height: 24px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.header-cart-icon .cart-count-badge { top: -9px; right: -10px; }
.roshan-public .mobile-bottom-nav { border-radius: 18px 18px 0 0; box-shadow: 0 -8px 24px rgba(53,16,20,.1); }
.roshan-public .mobile-bottom-nav .nav-container { gap: 4px; }
.roshan-public .mobile-bottom-nav .nav-item { min-width: 0; margin: 0; color: #77665f; font-size: 10px; font-weight: 700; }
.roshan-public .mobile-bottom-nav .nav-icon-wrap { position: relative; display: grid; place-items: center; width: 34px; height: 32px; padding: 0; border-radius: 11px; }
.roshan-public .mobile-bottom-nav .nav-item.active, .roshan-public .mobile-bottom-nav .nav-item.is-active { color: var(--roshan-primary); }
.roshan-public .mobile-bottom-nav .nav-item.active .nav-icon-wrap, .roshan-public .mobile-bottom-nav .nav-item.is-active .nav-icon-wrap { color: var(--roshan-primary); background: rgba(214,170,97,.22); }
.roshan-public .mobile-bottom-nav .nav-item.active .nav-item-label, .roshan-public .mobile-bottom-nav .nav-item.is-active .nav-item-label { color: var(--roshan-primary); }
.roshan-public .mobile-bottom-nav .nav-item.active::after, .roshan-public .mobile-bottom-nav .nav-item.is-active::after { display: none; }
.roshan-public .cart-count-badge { display: none; align-items: center; justify-content: center; min-width: 17px; height: 17px; padding: 0 4px; border-radius: 999px; color: #fff; background: var(--roshan-primary); font-size: 10px; line-height: 1; }
.roshan-public .mobile-bottom-nav .cart-count-badge { top: -4px; right: -8px; }
.roshan-public .site-credit { padding: 12px 0 15px; color: rgba(247,243,236,.5); font-size: 10px; letter-spacing: .02em; }
.roshan-public .site-credit a { color: rgba(247,243,236,.7); font-weight: 700; text-decoration: none; }
.roshan-public .site-credit a:hover { color: var(--roshan-gold); text-decoration: underline; }
.roshan-public .drawer-header .roshan-wordmark { width: 90px; min-width: 90px; height: 60px; }
.roshan-hero { height: calc(100vh - 97px); height: calc(100svh - 97px); min-height: 0; color: var(--roshan-warm); background: var(--roshan-dark); }
.roshan-hero .slider-track { height: 100%; }
.roshan-slide { position: relative; display: flex; align-items: center; width: 100%; height: 100%; min-height: 0; padding: clamp(24px, 5vh, 70px) max(8%, calc((100vw - 1220px) / 2)); overflow: hidden; isolation: isolate; }
.roshan-slide { background-color: var(--roshan-dark); }
.roshan-hero-copy { width: min(680px, 100%); padding-bottom: 38px; }
.roshan-hero-logo { display: block; width: clamp(270px, 33vw, 400px); height: auto; max-width: 100%; max-height: min(40svh, 320px); margin: -20px 0 -2px; object-fit: contain; border-radius: 24px; }
.roshan-eyebrow { display: inline-block; margin-bottom: 20px; font-size: 11px; font-weight: 800; letter-spacing: .22em; text-transform: uppercase; }
.roshan-hero .roshan-eyebrow { color: var(--roshan-gold); }
.roshan-hero h1, .roshan-hero h2 { margin: 0 0 16px; font-family: Georgia, 'Times New Roman', serif; font-size: clamp(58px, 8vw, 116px); font-weight: 400; line-height: .98; letter-spacing: -.05em; }
.roshan-hero h1 { color: var(--roshan-gold); }
.roshan-hero-copy p { margin-bottom: 10px; font-size: clamp(23px, 3vw, 40px); font-weight: 500; }
.roshan-hero-detail { font-size: 15px; color: var(--roshan-warm); }
.roshan-hero-actions { left: max(8%, calc((100vw - 1220px) / 2)); bottom: 12%; transform: none; display: flex; gap: 12px; flex-wrap: wrap; }
.roshan-hero-actions .btn-shop-now { background: var(--roshan-gold); border-color: var(--roshan-gold); color: var(--roshan-dark); }
.roshan-hero-actions .roshan-outline { color: var(--roshan-warm); border-color: var(--roshan-warm); background: transparent; }
.roshan-hero .slider-btn { color: var(--roshan-dark); background: var(--roshan-gold); }
.roshan-hero .slider-btn { width: 38px; height: 38px; font-size: 26px; }
.roshan-intro-section { display: grid; grid-template-columns: 1.2fr .8fr; gap: 60px; align-items: end; padding-top: 95px; padding-bottom: 90px; }
.roshan-intro-section h2, .roshan-instagram-section h2 { max-width: 760px; margin: 0; font-family: Georgia, 'Times New Roman', serif; font-size: clamp(38px, 5vw, 66px); font-weight: 400; line-height: 1.07; letter-spacing: -.035em; }
.roshan-intro-section p { max-width: 420px; margin: 0 0 5px; color: var(--roshan-dark); font-size: 16px; line-height: 1.75; }
.roshan-home-arrivals-section { padding-bottom: 85px; }
.roshan-home-arrivals-heading { display: flex; align-items: end; justify-content: space-between; gap: 24px; margin-bottom: 28px; }
.roshan-home-arrivals-heading .roshan-eyebrow { margin-bottom: 12px; color: var(--roshan-primary); }
.roshan-home-arrivals-heading h2 { margin: 0 0 8px; font-family: Georgia, 'Times New Roman', serif; font-size: clamp(38px, 4.5vw, 62px); font-weight: 400; line-height: 1.06; letter-spacing: -.035em; }
.roshan-home-arrivals-heading p { margin: 0; color: var(--roshan-dark); font-size: 15px; }
.roshan-home-arrivals-link { display: inline-flex; align-items: center; gap: 12px; flex: none; min-height: 44px; padding-bottom: 4px; border-bottom: 1px solid var(--roshan-primary); color: var(--roshan-primary); font-size: 12px; font-weight: 800; letter-spacing: .1em; }
.roshan-home-arrivals-link span { font-size: 18px; }
.roshan-home-arrivals-empty { grid-column: 1 / -1; margin: 0; padding: 30px; border: 1px solid rgba(111,37,43,.16); border-radius: 18px; color: var(--roshan-dark); background: #fffdf9; }
.roshan-home-arrivals-more { display: flex; align-items: center; justify-content: center; min-height: 44px; margin: 28px auto 0; padding: 10px 28px; border: 1px solid var(--roshan-primary); border-radius: 12px; color: var(--roshan-primary); background: transparent; font-size: 12px; font-weight: 800; letter-spacing: .1em; transition: color .2s ease, background .2s ease; }
.roshan-home-arrivals-more:hover { color: var(--roshan-warm); background: var(--roshan-primary); }
.roshan-home-arrivals-more:focus-visible { outline: 3px solid var(--roshan-gold); outline-offset: 3px; }
.roshan-home-arrivals-more[hidden] { display: none; }
.roshan-arrival-reveal { animation: roshan-arrival-in .24s ease-out both; }
@keyframes roshan-arrival-in { from { opacity: 0; transform: translateY(8px); } to { opacity: 1; transform: translateY(0); } }
@media (prefers-reduced-motion: reduce) { .roshan-arrival-reveal { animation: none; } }
.roshan-editorial-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 22px; padding-bottom: 95px; }
.roshan-editorial-card { position: relative; display: flex; flex-direction: column; align-items: flex-start; min-height: 380px; padding: clamp(28px, 5vw, 60px); overflow: hidden; color: var(--roshan-warm); background: linear-gradient(135deg, var(--roshan-primary), var(--roshan-dark)); }
.roshan-editorial-card::after { content: ''; position: absolute; width: 50%; aspect-ratio: 1; border: 1px solid rgba(214,170,97,.42); border-radius: 50%; top: -25%; right: -10%; }
.roshan-card-two { background: radial-gradient(circle at 90% 10%, rgba(214,170,97,.19), transparent 42%), linear-gradient(135deg, var(--roshan-dark), var(--roshan-primary)); }
.roshan-editorial-card > span,
.roshan-editorial-card b { color: var(--roshan-gold); }
.roshan-editorial-card > span { font-size: 11px; font-weight: 800; letter-spacing: .17em; }
.roshan-editorial-card h2 { max-width: 370px; margin: auto 0 9px; font-family: Georgia, 'Times New Roman', serif; font-size: clamp(38px, 4vw, 62px); font-weight: 400; line-height: 1.03; }
.roshan-editorial-card p { margin-bottom: 27px; }
.roshan-editorial-card b { font-size: 12px; letter-spacing: .1em; text-transform: uppercase; }
.roshan-editorial-card:hover b { text-decoration: underline; }
.roshan-reviews-section { padding: 78px 0 90px; background: var(--roshan-warm); }
.roshan-reviews-heading { display: flex; align-items: end; justify-content: space-between; gap: 28px; margin-bottom: 30px; }
.roshan-reviews-heading .roshan-eyebrow { margin-bottom: 12px; color: var(--roshan-primary); }
.roshan-reviews-heading h2 { margin: 0 0 10px; font-family: Georgia, 'Times New Roman', serif; font-size: clamp(38px, 4.5vw, 62px); font-weight: 400; line-height: 1.06; letter-spacing: -.035em; }
.roshan-reviews-heading p { margin: 0; font-size: 15px; }
.roshan-reviews-summary { flex: none; padding-bottom: 5px; color: var(--roshan-primary); font-size: 13px !important; font-weight: 700; }
.roshan-reviews-grid { display: grid; grid-template-columns: repeat(6, minmax(0, 1fr)); gap: 16px; }
.roshan-review-card { grid-column: span 2; }
.roshan-review-card:nth-child(n + 4) { grid-column: span 3; }
.roshan-review-card { display: flex; flex-direction: column; min-width: 0; min-height: 220px; padding: 24px; border: 1px solid rgba(111,37,43,.16); border-radius: 20px; background: #fffdf9; box-shadow: 0 8px 28px rgba(53,16,20,.035); }
.roshan-review-source { color: var(--roshan-primary); font-size: 10px; font-weight: 800; letter-spacing: .16em; }
.roshan-review-card blockquote { position: relative; margin: 24px 0 26px; padding-left: 18px; border-left: 2px solid var(--roshan-gold); color: var(--roshan-dark); font-family: Georgia, 'Times New Roman', serif; font-size: clamp(17px, 1.55vw, 21px); line-height: 1.38; overflow-wrap: anywhere; }
.roshan-review-author { display: flex; flex-direction: column; gap: 3px; margin-top: auto; }
.roshan-review-author strong { color: var(--roshan-dark); font-size: 13px; }
.roshan-review-author span { color: #766a64; font-size: 11px; line-height: 1.35; }
.roshan-instagram-section { padding: 85px 0 95px; background: rgba(214,170,97,.14); }
.roshan-instagram-section p { margin: 18px 0 30px; color: var(--roshan-dark); font-size: 16px; }
.roshan-public .page-header-banner { background: rgba(214,170,97,.14); }
.roshan-public .collection-intro { padding-top: 58px; padding-bottom: 55px; }
.roshan-pending { max-width: 860px; margin: 20px auto 70px; padding: clamp(30px, 6vw, 70px); text-align: center; border: 1px solid rgba(111,37,43,.24); background: var(--roshan-warm); }
.roshan-pending h2 { margin: 0 0 14px; font-family: Georgia, 'Times New Roman', serif; font-size: clamp(31px, 4vw, 52px); font-weight: 400; line-height: 1.1; }
.roshan-pending p { max-width: 570px; margin: 0 auto 26px; color: var(--roshan-dark); line-height: 1.65; }
.roshan-actions { display: flex; justify-content: center; gap: 10px; flex-wrap: wrap; }
.roshan-public .btn-primary-action { color: var(--roshan-warm); border-color: var(--roshan-primary); background: var(--roshan-primary); }
.roshan-public .btn-secondary-action { color: var(--roshan-primary); border-color: var(--roshan-primary); background: transparent; }
.roshan-public .btn-primary-action:hover { background: var(--roshan-dark); border-color: var(--roshan-dark); }
.roshan-public .btn-secondary-action:hover { color: var(--roshan-warm); background: var(--roshan-primary); }
.roshan-contact-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 17px; margin-bottom: 24px; }
.roshan-contact-card { display: flex; flex-direction: column; min-width: 0; min-height: 265px; padding: 27px; border: 1px solid rgba(111,37,43,.22); background: var(--roshan-warm); }
.roshan-contact-card > span { color: var(--roshan-primary); font-size: 11px; font-weight: 800; letter-spacing: .16em; }
.roshan-contact-card h2 { margin: 30px 0 7px; font-family: Georgia, 'Times New Roman', serif; font-size: 29px; font-weight: 400; }
.roshan-contact-card p { margin-bottom: 24px; color: var(--roshan-dark); overflow-wrap: anywhere; }
.roshan-contact-card .btn-primary-action { align-self: flex-start; margin-top: auto; }
.roshan-map { position: relative; width: 100%; min-height: 390px; background: var(--roshan-warm); }
.roshan-map iframe { width: 100%; height: 390px; border: 0; }
.roshan-map-link { display: flex; align-items: center; justify-content: space-between; gap: 14px; padding: 14px 20px; border-top: 1px solid rgba(111,37,43,.2); font-size: 13px; }
.roshan-map-link a { color: var(--roshan-primary); font-weight: 800; }
.roshan-map-link a:hover { text-decoration: underline; }
.roshan-public .site-footer { color: var(--roshan-warm); background: var(--roshan-dark); }
.roshan-public .site-footer p { color: var(--roshan-warm); }
.roshan-public .footer-brand-name,
.roshan-public .footer-heading { color: var(--roshan-gold); }
.roshan-public .footer-bottom-bar { border-color: rgba(214,170,97,.3); color: var(--roshan-warm); }
.roshan-footer-grid { overflow-wrap: anywhere; }
.roshan-footer-grid a:hover { color: var(--roshan-gold); text-decoration: underline; }
.roshan-catalog-section, .roshan-product-section { padding-top: 48px; padding-bottom: 80px; }
.roshan-catalog-toolbar { display: flex; align-items: center; gap: 14px; flex-wrap: wrap; margin-bottom: 28px; }
.roshan-catalog-toolbar label { font-weight: 700; }
.roshan-catalog-toolbar select { min-width: 190px; padding: 10px 14px; border: 1px solid rgba(53,16,20,.25); border-radius: 12px; background: #fff; color: var(--roshan-dark); }
.roshan-catalog-toolbar span { margin-left: auto; color: var(--roshan-primary); }
.roshan-catalog-grid { display: grid; grid-template-columns: repeat(4, minmax(0,1fr)); gap: 16px; }
.roshan-catalog-grid .roshan-pending { grid-column: 1 / -1; }
.roshan-catalog-card { min-width: 0; overflow: hidden; border: 1px solid rgba(53,16,20,.12); border-radius: 12px; background: #fff; }
.roshan-catalog-photo { position: relative; display: block; aspect-ratio: 3 / 4; background: #eee5d8; }
.roshan-catalog-image { display: block; width: 100%; height: 100%; object-fit: cover; }
.roshan-catalog-body { padding: 12px; }
.roshan-catalog-card { display: flex; flex-direction: column; }
.roshan-catalog-body { display: flex; flex: 1; flex-direction: column; }
.roshan-catalog-body .roshan-eyebrow { margin-bottom: 6px; font-size: 9px; }
.roshan-catalog-body h2, .roshan-home-arrivals-name { display: -webkit-box; min-height: 2.6em; margin: 0 0 6px; overflow: hidden; -webkit-box-orient: vertical; -webkit-line-clamp: 2; font-family: var(--font-sans); font-size: 15px; font-weight: 700; line-height: 1.3; }
.roshan-catalog-body h2 a, .roshan-home-arrivals-name a { color: var(--roshan-dark); }
.roshan-catalog-body .roshan-catalog-price { margin: 0; color: var(--roshan-primary); font-size: 16px; font-weight: 750; }
.roshan-add-controls { display: flex; flex-wrap: wrap; gap: 8px; margin-top: auto; padding-top: 13px; }
.roshan-size-label { display: grid; width: 100%; gap: 4px; color: var(--roshan-dark); font-size: 10px; font-weight: 800; letter-spacing: .06em; text-transform: uppercase; }
.roshan-size-select { width: 100%; min-height: 38px; padding: 6px 9px; border: 1px solid rgba(111,37,43,.3); border-radius: 8px; color: var(--roshan-dark); background: #fff; font-size: 13px; }
.roshan-add-button { width: 100%; min-height: 42px; padding: 9px 12px; border: 1px solid var(--roshan-primary); border-radius: 9px; color: var(--roshan-warm); background: var(--roshan-primary); font-size: 11px; font-weight: 800; letter-spacing: .07em; transition: background .2s ease, color .2s ease; }
.roshan-add-button:hover:not(:disabled) { background: var(--roshan-dark); }
.roshan-add-button.is-added { color: var(--roshan-dark); background: var(--roshan-gold); border-color: var(--roshan-gold); }
.roshan-add-button:disabled { cursor: default; color: #81736d; background: #eee5d8; border-color: #eee5d8; }
.roshan-add-button:focus-visible, .roshan-size-select:focus-visible { outline: 3px solid var(--roshan-gold); outline-offset: 2px; }
.roshan-public .product-card-size-label { display: grid; gap: 4px; width: 100%; color: var(--roshan-dark); font-size: 10px; font-weight: 800; text-transform: uppercase; }
.roshan-public .product-card-size-select { width: 100%; min-height: 38px; padding: 6px; border: 1px solid rgba(111,37,43,.3); border-radius: 8px; color: var(--roshan-dark); background: #fff; }
.roshan-add-controls-detail { max-width: 360px; margin: 20px 0 8px; padding: 0; }
.roshan-product-copy > .roshan-catalog-price { color: var(--roshan-primary); font-size: 22px; font-weight: 750; }
.roshan-stock-label { display: inline-block; padding: 8px 12px; border-radius: 10px; background: var(--roshan-dark); color: #fff; font-size: 12px; }
.roshan-catalog-photo .roshan-stock-label { position: absolute; left: 12px; bottom: 12px; }
.roshan-product-layout { display: grid; grid-template-columns: minmax(0,1fr) minmax(0,1fr); gap: clamp(28px,5vw,80px); align-items: center; }
.roshan-product-layout > img { width: 100%; max-height: 680px; object-fit: contain; border-radius: 24px; background: #eee5d8; }
.roshan-product-copy h1 { margin: 0 0 18px; color: var(--roshan-dark); font-family: Georgia, serif; font-size: clamp(38px,5vw,68px); line-height: 1.05; }
.roshan-product-copy > p { margin: 14px 0; line-height: 1.6; }
.roshan-original-price { color: #766a64; text-decoration: line-through; }
.roshan-product-copy .btn-primary-action { margin-top: 14px; }
@media (max-width: 1100px) { .roshan-catalog-grid { grid-template-columns: repeat(3,minmax(0,1fr)); } }
@media (max-width: 820px) { .roshan-catalog-grid { grid-template-columns: repeat(2,minmax(0,1fr)); gap: 12px; } .roshan-product-layout { grid-template-columns: 1fr; } }
@media (max-width: 520px) { .roshan-catalog-grid { gap: 8px; } .roshan-catalog-body { padding: 10px; } .roshan-catalog-body h2, .roshan-home-arrivals-name { font-size: 13px; } .roshan-catalog-body .roshan-catalog-price { font-size: 14px; } .roshan-catalog-toolbar span { margin-left: 0; } }
/* Soft, consistent corners across the public storefront. */
.roshan-public .announcement-bar { border-radius: 0 0 16px 16px; }
.roshan-public .site-desktop-header,
.roshan-public .site-mobile-header { border-radius: 0 0 18px 18px; }
.roshan-public .header-instagram,
.roshan-public .mobile-dm,
.roshan-public .btn-shop-now,
.roshan-public .btn-primary-action,
.roshan-public .btn-secondary-action { border-radius: 13px; }
.roshan-public .roshan-hero { width: calc(100% - 32px); margin: 0 auto; border-radius: 0 0 30px 30px; }
.roshan-public .roshan-editorial-card { border-radius: 28px; }
.roshan-public .roshan-instagram-section { width: calc(100% - 32px); margin: 0 auto 24px; border-radius: 28px; }
.roshan-public .page-header-banner { width: calc(100% - 32px); margin: 16px auto 0; border-radius: 24px; }
.roshan-public .roshan-pending,
.roshan-public .roshan-contact-card,
.roshan-public .roshan-map { border-radius: 24px; }
.roshan-public .site-footer { border-radius: 28px 28px 0 0; }
.roshan-public .mobile-nav-drawer .drawer-content { border-radius: 0 22px 22px 0; }
@media (max-width: 1100px) and (min-width: 821px) {
  .roshan-public .header-inner { width: calc(100% - 40px); gap: 12px; }
  .roshan-public .desktop-nav-list { gap: 18px; }
  .roshan-reviews-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .roshan-review-card, .roshan-review-card:nth-child(n + 4) { grid-column: auto; }
}
@media (max-width: 820px) {
  .roshan-public { --mobile-bottom-nav-height: 68px; }
  .roshan-public .mobile-bottom-nav { padding: 5px 8px env(safe-area-inset-bottom); }
  .roshan-hero { height: calc(100vh - 71px - var(--mobile-bottom-nav-height) - env(safe-area-inset-bottom)); height: calc(100svh - 71px - var(--mobile-bottom-nav-height) - env(safe-area-inset-bottom)); }
  .roshan-slide { min-height: 0; padding: clamp(22px, 5vh, 65px) 9%; }
  .roshan-hero h1, .roshan-hero h2 { font-size: clamp(52px, 12vw, 88px); }
  .roshan-hero-actions { left: 9%; right: 9%; bottom: 14%; }
  .roshan-hero .slider-btn { top: auto; bottom: 3%; }
  .roshan-intro-section { grid-template-columns: 1fr; gap: 24px; padding-top: 65px; padding-bottom: 58px; }
  .roshan-home-arrivals-section { padding-bottom: 65px; }
  .roshan-home-arrivals-heading { align-items: flex-start; }
  .roshan-editorial-grid { gap: 14px; padding-bottom: 65px; }
  .roshan-reviews-section { padding: 62px 0 70px; }
  .roshan-reviews-heading { align-items: flex-start; flex-direction: column; gap: 12px; }
  .roshan-reviews-grid { display: flex; gap: 12px; overflow-x: auto; scroll-snap-type: x mandatory; overscroll-behavior-inline: contain; padding: 0 0 12px; }
  .roshan-review-card { flex: 0 0 min(78vw, 350px); min-height: 215px; scroll-snap-align: start; }
  .roshan-editorial-card { min-height: 320px; }
  .roshan-contact-grid { grid-template-columns: 1fr; }
  .roshan-contact-card { min-height: 225px; }
  .roshan-public .mobile-bottom-nav { border-radius: 20px 20px 0 0; }
}
@media (max-width: 600px) {
  .roshan-hero-logo { width: min(75vw, 320px); margin: -12px 0 4px; }
  .roshan-public .mobile-logo { font-size: 16px; letter-spacing: .045em; }
  .roshan-public .roshan-hero,
  .roshan-public .page-header-banner,
  .roshan-public .roshan-instagram-section { width: calc(100% - 20px); }
  .roshan-public .roshan-hero { margin-top: 0; border-radius: 0 0 22px 22px; }
  .roshan-public .roshan-editorial-card,
  .roshan-public .roshan-pending,
  .roshan-public .roshan-contact-card,
  .roshan-public .roshan-map { border-radius: 20px; }
  .roshan-slide { min-height: 0; }
  .roshan-hero-copy { padding-bottom: 70px; }
  .roshan-hero-copy p { font-size: 24px; }
  .roshan-hero-actions .btn-shop-now { min-width: 128px; padding: 11px 14px; }
  .roshan-editorial-grid { grid-template-columns: 1fr; }
  .roshan-editorial-card { min-height: 300px; }
  .roshan-home-arrivals-heading { flex-direction: column; gap: 14px; }
  .roshan-home-arrivals-heading h2 { font-size: 38px; }
  .roshan-reviews-heading h2 { font-size: 38px; }
  .roshan-review-card { padding: 21px; }
  .roshan-map, .roshan-map iframe { min-height: 330px; height: 330px; }
  .roshan-map { height: auto; }
  .roshan-map-link { align-items: flex-start; flex-direction: column; }
  .roshan-footer-grid { gap: 28px; }
  .roshan-public .footer-bottom-bar { flex-direction: column; }
}
@media (max-height: 600px) {
  .roshan-slide { padding-top: 16px; padding-bottom: 16px; }
  .roshan-hero-logo { max-height: 25svh; margin-top: 0; }
  .roshan-hero-copy { padding-bottom: 48px; }
  .roshan-hero .roshan-eyebrow { margin-bottom: 8px; }
  .roshan-hero-copy p { font-size: clamp(17px, 3vh, 24px); }
  .roshan-hero-detail { font-size: 12px; }
  .roshan-hero-actions { bottom: 7%; }
  .roshan-hero-actions .btn-shop-now { min-height: 36px; padding: 8px 12px; }
}
