:root {
  --forest: #0c342b;
  --forest-2: #09261f;
  --forest-soft: #17483c;
  --copper: #bf8b50;
  --copper-light: #e3c18f;
  --cream: #f5efe4;
  --paper: #fbf8f2;
  --ink: #241f1a;
  --muted: #726a60;
  --line: #ded5c8;
  --danger: #a54138;
  --success: #34735e;
  --card-radius: 22px;
  --shadow: 0 22px 70px rgba(41, 31, 18, 0.1);
  --font: Vazirmatn, IRANSansX, "Segoe UI", Tahoma, Arial, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: var(--font); line-height: 1.7; overflow-x: hidden; }
body:has(.overlay), body:has(.search-overlay) { overflow: hidden; }
button, input, select, textarea { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
a { color: inherit; text-decoration: none; }
img { max-width: 100%; }
button { color: inherit; }
::selection { color: #fff; background: var(--copper); }

.container { width: min(1320px, calc(100% - 64px)); margin-inline: auto; }
.section { padding-block: 112px; }
.site-shell, .store-shell { min-height: 100vh; }
.eyebrow { display: inline-flex; align-items: center; gap: 9px; color: var(--copper-light); font-size: 13px; font-weight: 750; letter-spacing: .01em; }
.eyebrow--dark { color: var(--forest); }
.button { min-height: 50px; padding: 0 24px; border: 1px solid transparent; border-radius: 14px; display: inline-flex; align-items: center; justify-content: center; gap: 10px; font-weight: 750; cursor: pointer; transition: transform .22s ease, background .22s ease, color .22s ease, box-shadow .22s ease; }
.button:hover { transform: translateY(-2px); }
.button--gold { color: #17261f; background: linear-gradient(135deg, #edcc98, #bd8950); box-shadow: 0 14px 32px rgba(191, 139, 80, .24); }
.button--ghost { color: #fff; border-color: rgba(255,255,255,.3); background: rgba(255,255,255,.07); }
.button--forest, .button--primary { color: #fff; background: var(--forest); box-shadow: 0 12px 28px rgba(12, 52, 43, .2); }
.button--cream { background: var(--cream); color: var(--forest); }
.button--full { width: 100%; }
.text-link { color: var(--forest); display: inline-flex; align-items: center; gap: 8px; font-size: 14px; font-weight: 800; }
.text-link svg { transition: transform .2s ease; }
.text-link:hover svg { transform: translateX(-4px); }
.icon-button { width: 42px; height: 42px; border: 0; border-radius: 50%; background: transparent; display: inline-grid; place-items: center; cursor: pointer; }
.badge { position: absolute; z-index: 3; top: 16px; right: 16px; padding: 5px 10px; border-radius: 999px; font-size: 11px; font-weight: 800; }
.badge--copper { background: #f1dfc5; color: #6e4523; }

/* Home: announcement and navigation */
.announcement { color: #f7ecdc; background: #08261f; font-size: 12px; letter-spacing: .01em; }
.announcement__inner { min-height: 36px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.announcement__inner a { display: inline-flex; align-items: center; gap: 6px; direction: ltr; }
.announcement__poem { color: #d7b987; font-family: Georgia, "Times New Roman", serif; font-size: 13px; }
.header, .site-header { position: relative; z-index: 30; color: var(--ink); background: rgba(251, 248, 242, .97); border-bottom: 1px solid var(--line); }
.header__main, .header-main { min-height: 82px; display: grid; grid-template-columns: 240px minmax(280px, 1fr) auto; align-items: center; gap: 34px; }
.brand { display: inline-flex; align-items: center; gap: 12px; min-width: 0; }
.brand-mark, .brand > img { width: 62px; height: 62px; flex: 0 0 auto; overflow: hidden; border-radius: 50%; border: 1px solid rgba(191,139,80,.35); background: #ddd; box-shadow: 0 8px 22px rgba(30, 21, 12, .1); }
.brand-mark__source, .brand > img { width: 100%; height: 100%; object-fit: cover; display: block; }
.brand-copy, .brand > span { display: flex; flex-direction: column; line-height: 1.25; }
.brand-copy strong, .brand > span strong { font-size: 22px; color: var(--forest); letter-spacing: -.04em; }
.brand-copy small, .brand > span small { color: var(--muted); margin-top: 4px; font-size: 10px; letter-spacing: .02em; }
.brand--compact .brand-copy { display: none; }
.brand--compact .brand-mark { width: 40px; height: 40px; }
.search-trigger, .header-search { height: 48px; border: 1px solid #ddd4c7; border-radius: 14px; background: #fff; display: flex; align-items: center; gap: 12px; padding: 0 16px; color: #8a8176; text-align: right; cursor: text; }
.search-trigger { width: 100%; }
.search-trigger span { flex: 1; }
.search-trigger kbd { color: #9b9287; background: #f1ede7; border: 1px solid #e3ddd4; border-radius: 7px; padding: 2px 7px; font-size: 11px; }
.header-actions { display: flex; align-items: center; gap: 6px; }
.header-actions > a, .header-actions > button { position: relative; width: 43px; height: 43px; border: 0; border-radius: 50%; display: grid; place-items: center; background: transparent; cursor: pointer; transition: background .2s ease; }
.header-actions > a:hover, .header-actions > button:hover { background: #eee7dc; }
.cart-button b { position: absolute; top: 0; right: -1px; min-width: 18px; height: 18px; padding-inline: 4px; display: grid; place-items: center; color: #fff; background: var(--copper); border: 2px solid var(--paper); border-radius: 999px; font-size: 9px; }
.mobile-menu { display: none; }
.nav, .main-nav { position: relative; }
.nav { height: 48px; display: flex; align-items: center; gap: 26px; color: #4c463e; font-size: 12px; font-weight: 650; }
.nav a { white-space: nowrap; transition: color .2s ease; }
.nav a:hover { color: var(--copper); }
.nav__featured { align-self: stretch; padding: 0 18px; display: flex; align-items: center; gap: 10px; color: #fff !important; background: var(--forest); }
.nav-grid-icon { font-size: 11px; line-height: .55; letter-spacing: 1px; }
.nav__sale { margin-right: auto; color: #a44636 !important; }

/* Home hero */
.hero { position: relative; min-height: 690px; color: #fff; overflow: hidden; background: radial-gradient(circle at 78% 30%, rgba(191,139,80,.2), transparent 31%), linear-gradient(120deg, #09261f, #0d3a30 55%, #08251f); }
.hero::after { content: ""; position: absolute; inset: 0; pointer-events: none; background: linear-gradient(90deg, rgba(0,0,0,.1), transparent 45%), radial-gradient(circle at 15% 80%, rgba(255,255,255,.04), transparent 35%); }
.hero__grain { position: absolute; inset: 0; opacity: .12; background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.5'/%3E%3C/svg%3E"); }
.hero__grid { position: relative; z-index: 2; min-height: 690px; display: grid; grid-template-columns: 1.05fr .95fr; align-items: center; gap: 80px; }
.hero__content { padding-block: 72px; }
.hero h1 { margin: 24px 0 20px; font-size: clamp(48px, 5.2vw, 78px); line-height: 1.14; letter-spacing: -.055em; }
.hero h1 em, .matcher h2 em { color: var(--copper-light); font-family: Georgia, "Times New Roman", serif; font-style: normal; font-weight: 500; }
.hero__lead { max-width: 620px; margin: 0; color: rgba(255,255,255,.78); font-size: 17px; line-height: 2; }
.hero blockquote { margin: 24px 0 30px; padding: 4px 20px 4px 0; border-right: 1px solid var(--copper); color: #d9c9b1; font-family: Georgia, serif; font-size: 13px; line-height: 2; }
.hero__actions { display: flex; flex-wrap: wrap; gap: 12px; }
.hero__trust { margin-top: 28px; display: flex; flex-wrap: wrap; gap: 20px; color: rgba(255,255,255,.65); font-size: 11px; }
.hero__trust span { display: inline-flex; align-items: center; gap: 6px; }
.hero__trust svg { color: var(--copper-light); }
.hero__visual { position: relative; width: 100%; height: 580px; display: grid; place-items: center; }
.hero__arch { position: relative; width: min(430px, 88%); height: 540px; overflow: hidden; border: 1px solid rgba(227,193,143,.45); border-radius: 220px 220px 20px 20px; box-shadow: 0 40px 100px rgba(0,0,0,.35); }
.hero__arch::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 45%, rgba(5,24,20,.35)); }
.hero__arch img { object-fit: cover; object-position: center 57%; transform: scale(1.04); }
.hero__seal { position: absolute; top: 64px; left: -10px; width: 108px; height: 108px; display: flex; flex-direction: column; align-items: center; justify-content: center; border: 1px solid var(--copper-light); border-radius: 50%; color: #1e2b24; background: #e7c799; box-shadow: 0 18px 40px rgba(0,0,0,.25); transform: rotate(-8deg); }
.hero__seal::before { content: "✦"; font-size: 13px; }
.hero__seal span { font-size: 11px; }
.hero__seal strong { font-size: 22px; line-height: 1.15; }
.hero__seal small { font-size: 7px; letter-spacing: .13em; }
.hero__floating-card { position: absolute; left: 4px; bottom: 44px; max-width: 240px; padding: 15px 18px; display: flex; flex-direction: column; border: 1px solid rgba(255,255,255,.18); border-radius: 16px; background: rgba(8,31,25,.75); backdrop-filter: blur(14px); box-shadow: 0 16px 36px rgba(0,0,0,.2); }
.hero__floating-card b { font-size: 12px; }
.hero__floating-card span { margin-top: 3px; color: #c7b9a5; font-size: 10px; }

/* Home trust, headings and categories */
.benefit-bar { color: #e8ddcc; background: #071f1a; border-top: 1px solid rgba(255,255,255,.07); }
.benefit-grid { min-height: 100px; display: grid; grid-template-columns: repeat(4,1fr); }
.benefit-grid > div { padding: 22px 26px; display: flex; align-items: center; gap: 16px; border-left: 1px solid rgba(255,255,255,.08); }
.benefit-grid > div:last-child { border-left: 0; }
.benefit-grid > div > span { color: var(--copper); font-family: Georgia, serif; font-size: 18px; }
.benefit-grid p { margin: 0; display: flex; flex-direction: column; }
.benefit-grid b { font-size: 12px; }
.benefit-grid small { color: #9f9689; font-size: 10px; }
.section-heading { margin-bottom: 42px; display: grid; grid-template-columns: 1fr .72fr; align-items: end; gap: 40px; }
.section-heading--row { grid-template-columns: 1fr auto; }
.section-heading span, .section-kicker { display: block; margin-bottom: 9px; color: var(--copper); font-size: 12px; font-weight: 800; }
.section-heading h2 { margin: 0; color: var(--forest); font-size: clamp(32px, 3.4vw, 48px); line-height: 1.28; letter-spacing: -.045em; }
.section-heading > p { margin: 0; color: var(--muted); font-size: 14px; line-height: 2; }
.categories-section { background: var(--paper); }
.category-grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: 14px; }
.category-card { position: relative; min-height: 210px; padding: 28px 24px; overflow: hidden; display: flex; flex-direction: column; justify-content: flex-end; border: 1px solid var(--line); border-radius: var(--card-radius); background: #fff; transition: transform .25s ease, border .25s ease, box-shadow .25s ease; }
.category-card::before { content: ""; position: absolute; inset: 0; opacity: 0; background: linear-gradient(150deg, var(--forest), #19473b); transition: opacity .25s ease; }
.category-card > * { position: relative; z-index: 1; }
.category-card__symbol { position: absolute; top: 24px; right: 24px; color: var(--copper); font-family: Georgia, serif; font-size: 30px; }
.category-card strong { color: var(--forest); font-size: 16px; }
.category-card small { margin-top: 5px; color: var(--muted); font-size: 11px; }
.category-card i { position: absolute; left: 20px; bottom: 24px; width: 34px; height: 34px; display: grid; place-items: center; border: 1px solid var(--line); border-radius: 50%; }
.category-card:hover { transform: translateY(-6px); border-color: transparent; box-shadow: var(--shadow); }
.category-card:hover::before { opacity: 1; }
.category-card:hover strong, .category-card:hover small, .category-card:hover .category-card__symbol { color: #fff; }
.category-card:hover i { color: #fff; border-color: rgba(255,255,255,.3); }

/* Home products */
.products-section { background: #f0e9de; }
.product-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.product-card { position: relative; overflow: hidden; border: 1px solid #ddd3c5; border-radius: var(--card-radius); background: #fff; box-shadow: 0 4px 0 rgba(54,44,31,.02); transition: transform .24s ease, box-shadow .24s ease; }
.product-card:hover { transform: translateY(-5px); box-shadow: 0 24px 55px rgba(46,35,22,.12); }
.product-card__visual { position: relative; height: 310px; overflow: hidden; background: #e9dfcf; }
.product-card__visual::after { content: ""; position: absolute; inset: auto 0 0; height: 55%; background: linear-gradient(transparent, rgba(22,18,13,.28)); }
.product-card__visual > img { object-fit: cover; filter: saturate(.8) contrast(1.02); transform: scale(1.1); transition: transform .55s ease; }
.product-card:hover .product-card__visual > img { transform: scale(1.17); }
.product-card__visual--forest { background: #234c3e; }
.product-card__visual--rose { background: #6a4a3a; }
.product-card__visual--cocoa { background: #3a2a24; }
.product-card__badge { position: absolute; top: 15px; right: 15px; z-index: 4; padding: 5px 10px; border-radius: 999px; color: #fff; background: rgba(8,40,32,.78); backdrop-filter: blur(8px); font-size: 9px; }
.product-card__visual > button { position: absolute; top: 14px; left: 14px; z-index: 4; width: 36px; height: 36px; display: grid; place-items: center; border: 0; border-radius: 50%; background: rgba(255,255,255,.85); cursor: pointer; }
.product-card__visual > button.is-liked { color: #a53f3b; background: #fff; }
.product-card__visual > button.is-liked svg { fill: currentColor; }
.coffee-pack { position: absolute; z-index: 3; left: 50%; top: 50%; width: 148px; height: 210px; padding: 25px 13px 18px; display: flex; flex-direction: column; align-items: center; justify-content: center; border-radius: 10px 10px 18px 18px; color: #dfbe86; background: linear-gradient(140deg, #12392f, #081d18); border: 1px solid rgba(223,190,134,.7); box-shadow: 0 28px 38px rgba(0,0,0,.35); transform: translate(-50%, -46%) rotate(-2deg); }
.coffee-pack::before { content: ""; position: absolute; top: 10px; left: 10px; right: 10px; border-top: 1px solid rgba(223,190,134,.45); }
.coffee-pack .brand-mark { width: 68px; height: 68px; border-color: #8d6c42; }
.coffee-pack strong { margin-top: 12px; font-size: 13px; text-align: center; }
.coffee-pack > span { margin-top: 4px; font-family: Georgia, serif; font-size: 6px; letter-spacing: .15em; }
.product-card__body { position: relative; z-index: 2; padding: 20px 20px 18px; }
.product-card__meta { display: flex; align-items: center; gap: 10px; color: #9a6c3e; font-size: 9px; }
.product-card__meta span + span::before { content: "•"; margin-left: 10px; color: #bfb4a6; }
.product-card h3 { margin: 8px 0 5px; color: var(--forest); font-size: 16px; }
.product-card__body > p { min-height: 22px; margin: 0; color: var(--muted); font-size: 10px; }
.product-card__bottom { margin-top: 16px; padding-top: 14px; border-top: 1px solid #eee7dd; display: flex; align-items: end; justify-content: space-between; gap: 12px; }
.price { display: flex; flex-direction: column; }
.price del { color: #a3998d; font-size: 9px; }
.price strong { color: #33261a; font-size: 15px; }
.price strong small { color: #71665a; font-size: 9px; font-weight: 500; }
.product-card__bottom > button { width: 38px; height: 38px; border: 0; border-radius: 50%; color: #fff; background: var(--forest); display: grid; place-items: center; cursor: pointer; transition: transform .2s ease, background .2s ease; }
.product-card__bottom > button:hover { transform: rotate(90deg); background: var(--copper); }

/* Home matcher, story, corporate and editorial */
.matcher-section { padding-block: 105px; background: #e3d3bc; }
.matcher { min-height: 520px; display: grid; grid-template-columns: .9fr 1.1fr; border-radius: 30px; overflow: hidden; background: #f8f3eb; box-shadow: 0 30px 80px rgba(64,45,27,.12); }
.matcher__visual { position: relative; min-height: 520px; overflow: hidden; }
.matcher__visual::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(8,38,31,.1), transparent); }
.matcher__visual img { object-fit: cover; object-position: center 57%; transform: scale(1.1); }
.matcher__number { position: absolute; z-index: 2; left: 26px; bottom: 10px; color: rgba(255,255,255,.82); font-family: Georgia, serif; font-size: 120px; line-height: 1; }
.matcher__content { padding: 60px 66px; display: flex; flex-direction: column; align-items: flex-start; justify-content: center; }
.matcher h2 { margin: 18px 0; color: var(--forest); font-size: clamp(35px, 4.2vw, 58px); line-height: 1.25; letter-spacing: -.05em; }
.matcher h2 em { color: var(--copper); }
.matcher__content > p { margin: 0; max-width: 650px; color: var(--muted); font-size: 14px; line-height: 2; }
.matcher__steps { width: 100%; margin: 28px 0; display: flex; align-items: center; gap: 12px; }
.matcher__steps span { display: flex; align-items: center; gap: 8px; color: #63594d; font-size: 10px; white-space: nowrap; }
.matcher__steps b { width: 26px; height: 26px; display: grid; place-items: center; color: #fff; background: var(--copper); border-radius: 50%; font-size: 10px; }
.matcher__steps i { flex: 1; height: 1px; background: #d2c6b7; }
.story-section { background: #fffdf8; }
.story-grid { display: grid; grid-template-columns: .9fr 1.1fr; align-items: center; gap: 100px; }
.story-copy h2 { margin: 14px 0 28px; color: var(--forest); font-size: clamp(36px, 4vw, 56px); line-height: 1.35; letter-spacing: -.05em; }
.story-copy > p { color: var(--muted); font-size: 14px; line-height: 2.25; }
.story-signature { margin-top: 36px; color: var(--forest); font-family: Georgia, serif; font-size: 30px; }
.story-signature small { display: block; color: var(--copper); font-family: var(--font); font-size: 9px; }
.story-visual { position: relative; min-height: 590px; }
.story-visual__main { position: absolute; inset: 0 90px 60px 0; overflow: hidden; border-radius: 210px 210px 24px 24px; }
.story-visual__main img { object-fit: cover; object-position: center 35%; }
.story-visual__card { position: absolute; left: 0; bottom: 0; width: 290px; height: 170px; overflow: hidden; border: 10px solid #fffdf8; border-radius: 20px; box-shadow: 0 20px 45px rgba(40,30,20,.18); }
.story-visual__card img { object-fit: cover; }
.story-visual__line { position: absolute; right: 44px; bottom: 15px; color: var(--copper); font-size: 9px; writing-mode: vertical-rl; transform: rotate(180deg); }
.corporate-section { padding-block: 64px; color: #fff; background: linear-gradient(135deg, #0a2c24, #15493b); }
.corporate { display: grid; grid-template-columns: 90px 1fr auto; align-items: center; gap: 32px; }
.corporate__icon { width: 82px; height: 82px; display: grid; place-items: center; color: var(--copper-light); border: 1px solid rgba(227,193,143,.35); border-radius: 20px; background: rgba(255,255,255,.05); }
.corporate span { color: var(--copper-light); font-size: 11px; }
.corporate h2 { margin: 6px 0; font-size: 26px; }
.corporate p { margin: 0; color: rgba(255,255,255,.65); font-size: 12px; }
.magazine-section { background: var(--paper); }
.magazine-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.magazine-card { padding-bottom: 24px; border-bottom: 1px solid var(--line); }
.magazine-card__image { position: relative; height: 280px; margin-bottom: 19px; display: block; overflow: hidden; border-radius: var(--card-radius); background: #ded4c5; }
.magazine-card__image img { object-fit: cover; filter: saturate(.75) contrast(1.02); transition: transform .5s ease; }
.magazine-card:hover .magazine-card__image img { transform: scale(1.05); }
.magazine-card__image::after { content: ""; position: absolute; inset: 0; box-shadow: inset 0 0 0 1px rgba(25,19,12,.08); border-radius: inherit; }
.magazine-card > span { color: var(--copper); font-size: 10px; font-weight: 800; }
.magazine-card h3 { margin: 8px 0; color: var(--forest); font-size: 20px; line-height: 1.65; }
.magazine-card p { margin: 0; color: var(--muted); font-size: 11px; line-height: 1.9; }
.magazine-card__more { margin-top: 15px; display: inline-flex; align-items: center; gap: 7px; color: var(--forest); font-size: 10px; font-weight: 800; }
.play { position: absolute; z-index: 2; left: 18px; bottom: 18px; width: 48px; height: 48px; display: grid; place-items: center; color: #fff; border-radius: 50%; background: rgba(8,38,31,.85); backdrop-filter: blur(8px); }
.newsletter { padding-block: 64px; color: #3d2c1d; background: #dfbe8c; }
.newsletter__inner { display: grid; grid-template-columns: 1fr .9fr; align-items: center; gap: 70px; }
.newsletter span { color: #7d552d; font-size: 10px; font-weight: 800; }
.newsletter h2 { margin: 5px 0; color: var(--forest); font-size: 30px; }
.newsletter p { margin: 0; font-size: 11px; }
.newsletter form { display: flex; gap: 10px; }
.newsletter input { flex: 1; height: 50px; padding-inline: 16px; border: 1px solid rgba(52,36,20,.2); border-radius: 12px; outline: 0; background: rgba(255,255,255,.65); }

/* Home footer */
.footer, .site-footer { color: #cfc5b6; background: #071f1a; }
.footer__grid { padding-block: 70px; display: grid; grid-template-columns: 1.4fr repeat(4, .7fr); gap: 55px; }
.footer .brand-copy strong { color: #f2e7d6; }
.footer .brand-copy small { color: #9f9180; }
.footer__brand > p { max-width: 280px; color: #958b7e; font-size: 11px; line-height: 2; }
.footer__grid > div:not(.footer__brand) { display: flex; flex-direction: column; align-items: flex-start; gap: 8px; }
.footer h3 { margin: 4px 0 9px; color: #efe3d0; font-size: 12px; }
.footer__grid a { color: #958b7e; font-size: 10px; transition: color .2s; }
.footer__grid a:hover { color: var(--copper-light); }
.footer__contact > a { color: var(--copper-light); font-size: 16px; direction: ltr; }
.footer__contact p, .footer__contact small { margin: 0; color: #8c8275; font-size: 9px; line-height: 2; }
.socials { margin-top: 18px; display: flex; gap: 8px; }
.socials a { width: 36px; height: 36px; border: 1px solid rgba(255,255,255,.12); border-radius: 50%; display: grid; place-items: center; }
.footer__bottom { min-height: 58px; border-top: 1px solid rgba(255,255,255,.08); display: flex; align-items: center; justify-content: space-between; color: #796f64; font-size: 9px; }

/* Search and cart on home */
.overlay, .search-overlay { position: fixed; z-index: 100; inset: 0; padding: 8vh 24px 24px; background: rgba(5,22,18,.92); backdrop-filter: blur(14px); }
.overlay__close, .overlay-close { position: absolute; top: 28px; left: 32px; width: 46px; height: 46px; display: grid; place-items: center; color: #fff; border: 1px solid rgba(255,255,255,.2); border-radius: 50%; background: transparent; cursor: pointer; }
.search-modal, .search-panel { width: min(840px, 100%); margin-inline: auto; color: #fff; }
.search-modal > span { color: var(--copper-light); font-size: 11px; }
.search-modal label { height: 72px; margin-top: 14px; padding-inline: 20px; display: flex; align-items: center; gap: 14px; border-bottom: 1px solid rgba(255,255,255,.3); }
.search-modal input { flex: 1; border: 0; outline: 0; color: #fff; background: transparent; font-size: 25px; }
.search-modal input::placeholder { color: rgba(255,255,255,.43); }
.search-results { margin-top: 34px; display: grid; gap: 8px; }
.search-results a { padding: 16px 0; display: grid; grid-template-columns: 1fr 1fr auto; gap: 20px; border-bottom: 1px solid rgba(255,255,255,.1); }
.search-results small { color: rgba(255,255,255,.5); }
.search-results b { color: var(--copper-light); font-size: 12px; }
.drawer-backdrop, .drawer-scrim { position: fixed; z-index: 89; inset: 0; opacity: 0; visibility: hidden; border: 0; background: rgba(5,20,17,.55); backdrop-filter: blur(3px); transition: opacity .25s, visibility .25s; }
.drawer-backdrop.is-open { opacity: 1; visibility: visible; }
.cart-drawer { position: fixed; z-index: 90; top: 0; bottom: 0; left: 0; width: min(440px, 94vw); padding: 30px; color: var(--ink); background: #fffdf8; box-shadow: 20px 0 70px rgba(0,0,0,.25); transform: translateX(-105%); transition: transform .35s ease; }
.cart-drawer.is-open { transform: translateX(0); }
.cart-drawer__head { padding-bottom: 18px; border-bottom: 1px solid var(--line); display: flex; align-items: center; justify-content: space-between; }
.cart-drawer__head h2 { margin: 0; color: var(--forest); font-size: 20px; }
.cart-drawer__head button { border: 0; background: transparent; cursor: pointer; }
.cart-drawer__empty { height: 72%; display: flex; flex-direction: column; align-items: center; justify-content: center; text-align: center; }
.cart-drawer__empty > svg { color: var(--copper); }
.cart-drawer__empty h3 { margin: 20px 0 4px; color: var(--forest); }
.cart-drawer__empty p { margin: 0 0 22px; color: var(--muted); font-size: 12px; }
.cart-drawer__filled { padding-top: 30px; display: grid; gap: 18px; }
.cart-drawer__filled > div:not(.mini-pack) { display: flex; flex-direction: column; }
.cart-drawer__filled span { color: var(--muted); font-size: 11px; }
.mini-pack { height: 180px; display: grid; place-items: center; border-radius: 18px; background: #eee4d5; }
.mini-pack .brand-mark { width: 95px; height: 95px; }
.toast { position: fixed; z-index: 120; left: 50%; bottom: 30px; padding: 12px 20px; display: flex; align-items: center; gap: 8px; color: #fff; border-radius: 999px; background: var(--forest); box-shadow: 0 12px 35px rgba(0,0,0,.25); transform: translateX(-50%); font-size: 11px; }

/* Shared store header (inner pages) */
.site-header { position: sticky; top: 0; }
.header-search { position: relative; cursor: text; }
.header-search input { flex: 1; border: 0; outline: 0; background: transparent; }
.search-shortcut { color: #9c9287; font-size: 10px; }
.header-action { position: relative; min-width: 62px; min-height: 50px; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 2px; border: 0; background: transparent; cursor: pointer; }
.header-action span { font-size: 9px; }
.header-action--counter b { position: absolute; top: 0; right: 5px; min-width: 18px; height: 18px; padding-inline: 4px; display: grid; place-items: center; color: #fff; background: var(--copper); border-radius: 999px; font-size: 9px; }
.mobile-menu-button, .mobile-search-button { display: none; }
.main-nav { color: #4c463e; background: var(--paper); border-top: 1px solid #e8e0d5; }
.main-nav__inner { height: 46px; display: flex; align-items: center; gap: 28px; font-size: 11px; font-weight: 700; }
.main-nav__inner > a:hover { color: var(--copper); }
.nav-all { height: 46px; padding-inline: 18px; display: flex; align-items: center; gap: 9px; color: #fff; background: var(--forest); }
.mega-trigger { position: relative; height: 46px; }
.mega-menu { position: absolute; z-index: 35; top: 100%; right: 0; width: 760px; padding: 26px; opacity: 0; visibility: hidden; display: grid; grid-template-columns: 1fr 1fr 1.2fr; gap: 28px; color: var(--ink); border: 1px solid var(--line); border-radius: 0 0 18px 18px; background: #fff; box-shadow: var(--shadow); transform: translateY(8px); transition: .22s ease; }
.mega-trigger:hover .mega-menu { opacity: 1; visibility: visible; transform: translateY(0); }
.mega-menu > div { display: flex; flex-direction: column; gap: 8px; }
.mega-menu b { margin-bottom: 5px; color: var(--forest); }
.mega-menu a { color: var(--muted); font-weight: 500; }
.mega-feature { padding: 20px; color: #fff; border-radius: 14px; background: var(--forest); }
.mega-feature span { color: var(--copper-light); font-size: 9px; }
.mega-feature strong { line-height: 1.8; }
.mega-feature a { margin-top: 10px; color: #fff; display: inline-flex; align-items: center; gap: 6px; }
.sale-link { margin-right: auto; color: var(--danger); }
.search-panel .eyebrow { margin-bottom: 16px; }
.search-panel__form { height: 68px; padding-inline: 18px; display: flex; align-items: center; gap: 12px; border-radius: 14px; background: #fff; color: var(--ink); }
.search-panel__form input { flex: 1; border: 0; outline: 0; font-size: 18px; }
.search-panel__form button { height: 40px; padding-inline: 16px; color: #fff; border: 0; border-radius: 10px; background: var(--copper); cursor: pointer; }
.search-suggestions { margin-top: 18px; border-radius: 16px; overflow: hidden; background: rgba(255,255,255,.06); }
.search-suggestions > p { margin: 0; padding: 14px 18px; color: #d6c7b1; font-size: 10px; }
.search-suggestions a { padding: 12px 18px; display: grid; grid-template-columns: 12px 1fr auto; align-items: center; gap: 12px; border-top: 1px solid rgba(255,255,255,.08); }
.suggestion-dot { width: 9px; height: 9px; border-radius: 50%; }
.search-suggestions a > span:nth-child(2) { display: flex; flex-direction: column; }
.search-suggestions small { color: rgba(255,255,255,.5); font-size: 9px; }
.search-suggestions strong { color: var(--copper-light); font-size: 12px; }
.mobile-menu, .menu-scrim, .mobile-dock { display: none; }

/* Reusable product cards for store routes */
.product-card__media { position: relative; overflow: hidden; background: #e9e1d5; }
.product-card__media > a { display: block; }
.wish-button { position: absolute; z-index: 5; top: 14px; left: 14px; width: 37px; height: 37px; border: 0; border-radius: 50%; background: rgba(255,255,255,.88); cursor: pointer; font-family: Arial, sans-serif; font-size: 21px; }
.wish-button.is-active { color: #a33d35; }
.discount-badge { position: absolute; z-index: 4; right: 16px; bottom: 14px; min-width: 42px; height: 26px; padding-inline: 8px; display: grid; place-items: center; color: #fff; border-radius: 999px; background: var(--danger); font-size: 10px; font-weight: 800; }
.product-visual { position: relative; height: 310px; overflow: hidden; display: grid; place-items: center; background: radial-gradient(circle at 50% 35%, #f8f0e2 0 17%, #e9dece 58%, #ded0bd 100%); }
.product-shadow { position: absolute; left: 50%; bottom: 29px; width: 170px; height: 34px; border-radius: 50%; background: rgba(50,36,23,.2); filter: blur(12px); transform: translateX(-50%); }
.coffee-bag { position: relative; z-index: 2; width: 150px; height: 215px; padding: 28px 14px 14px; overflow: hidden; display: flex; flex-direction: column; align-items: center; color: var(--bag-accent); border: 1px solid color-mix(in srgb, var(--bag-accent), transparent 20%); border-radius: 9px 9px 18px 18px; background: linear-gradient(145deg, color-mix(in srgb, var(--bag), white 10%), var(--bag)); box-shadow: inset 0 0 24px rgba(255,255,255,.05), 0 25px 35px rgba(43,30,18,.28); transform: rotate(-1.5deg); transition: transform .4s ease; }
.product-card:hover .coffee-bag { transform: rotate(1deg) translateY(-5px); }
.bag-fold { position: absolute; top: 11px; left: 9px; right: 9px; height: 5px; border-top: 1px solid color-mix(in srgb, var(--bag-accent), transparent 30%); border-bottom: 1px solid color-mix(in srgb, var(--bag-accent), transparent 60%); }
.coffee-bag img { width: 78px; height: 78px; border: 1px solid color-mix(in srgb, var(--bag-accent), transparent 40%); border-radius: 50%; object-fit: cover; }
.coffee-bag strong { margin-top: 10px; max-width: 125px; font-size: 11px; text-align: center; line-height: 1.5; }
.coffee-bag small { max-width: 120px; font-family: Georgia, serif; font-size: 5px; letter-spacing: .12em; text-align: center; }
.bag-weight { margin-top: auto; padding: 3px 9px; border: 1px solid color-mix(in srgb, var(--bag-accent), transparent 50%); border-radius: 999px; font-size: 7px; }
.coffee-beans { position: absolute; z-index: 3; width: 14px; height: 21px; border-radius: 55% 45% 55% 45%; background: #3b2116; box-shadow: inset 2px 1px 2px #6d4936; transform: rotate(36deg); }
.coffee-beans::after { content: ""; position: absolute; top: 3px; left: 6px; width: 1px; height: 15px; background: #a67c5f; transform: rotate(12deg); }
.coffee-beans--one { right: 18%; bottom: 31px; }
.coffee-beans--two { left: 20%; bottom: 27px; transform: rotate(-24deg) scale(.8); }
.coffee-beans--three { left: 14%; top: 36%; transform: rotate(55deg) scale(.65); opacity: .75; }
.product-visual--compact { width: 94px; height: 112px; flex: 0 0 auto; border-radius: 12px; }
.product-visual--compact .coffee-bag { width: 58px; height: 82px; padding: 12px 5px 4px; border-radius: 5px 5px 8px 8px; }
.product-visual--compact .coffee-bag img { width: 30px; height: 30px; }
.product-visual--compact .coffee-bag strong { margin-top: 3px; font-size: 4px; }
.product-visual--compact .coffee-bag small, .product-visual--compact .bag-weight, .product-visual--compact .coffee-beans { display: none; }
.product-meta { display: flex; justify-content: space-between; color: var(--muted); font-size: 9px; }
.rating { color: #a56d34; direction: ltr; }
.product-title { margin-top: 6px; display: block; color: var(--forest); font-size: 16px; font-weight: 800; }
.note-row { min-height: 31px; margin-top: 8px; display: flex; flex-wrap: wrap; gap: 5px; }
.note-row span { padding: 3px 7px; color: #6f6255; border-radius: 999px; background: #f1ece4; font-size: 8px; }
.price-row { margin-top: 14px; padding-top: 14px; border-top: 1px solid #eee6dc; display: flex; align-items: end; justify-content: space-between; }
.price-row > div { display: grid; grid-template-columns: auto auto; align-items: baseline; gap: 3px 5px; }
.price-row del { grid-column: 1/-1; color: #aaa096; font-size: 9px; }
.price-row strong { font-size: 15px; }
.price-row span { color: var(--muted); font-size: 8px; }
.add-circle { width: 39px; height: 39px; display: grid; place-items: center; color: #fff; border: 0; border-radius: 50%; background: var(--forest); cursor: pointer; font-size: 22px; }

.drawer-scrim { opacity: 1; visibility: visible; }
.cart-drawer .shipping-progress { margin: 18px 0; }
.shipping-progress__bar { height: 5px; overflow: hidden; border-radius: 999px; background: #e7dfd5; }
.shipping-progress__bar span { height: 100%; display: block; border-radius: inherit; background: var(--copper); }
.shipping-progress p { margin: 7px 0 0; color: var(--muted); font-size: 9px; }
.shipping-progress p b { color: var(--forest); }
.success-text { color: var(--success) !important; font-weight: 800; }
.cart-lines { max-height: calc(100vh - 330px); overflow: auto; padding-left: 4px; }
.cart-line { position: relative; padding: 14px 0; display: flex; gap: 13px; border-bottom: 1px solid #eee6dc; }
.cart-line__info { flex: 1; min-width: 0; display: flex; flex-direction: column; }
.cart-line__info > a { color: var(--forest); font-size: 12px; font-weight: 800; }
.cart-line__info > small { color: var(--muted); font-size: 8px; }
.cart-line__info > strong { margin-top: 5px; font-size: 11px; }
.cart-line__info > strong small { color: var(--muted); font-size: 7px; }
.qty-control { width: 86px; height: 28px; margin-top: 6px; display: grid; grid-template-columns: repeat(3, 1fr); border: 1px solid var(--line); border-radius: 8px; }
.qty-control button { border: 0; background: transparent; cursor: pointer; }
.qty-control span { display: grid; place-items: center; font-size: 10px; }
.remove-line { align-self: flex-start; border: 0; background: transparent; color: #9d9287; cursor: pointer; font-size: 18px; }
.cart-drawer__footer { position: absolute; left: 30px; right: 30px; bottom: 24px; padding-top: 16px; border-top: 1px solid var(--line); }
.cart-drawer__footer > div { margin-bottom: 13px; display: flex; align-items: baseline; justify-content: space-between; }
.cart-drawer__footer > div span { color: var(--muted); font-size: 10px; }
.cart-drawer__footer > div strong { color: var(--forest); font-size: 16px; }
.cart-drawer__footer > .text-link { margin-top: 9px; width: 100%; justify-content: center; }
.empty-state { padding-block: 60px; text-align: center; }
.empty-state h3 { color: var(--forest); }
.empty-state p { color: var(--muted); font-size: 11px; }
.empty-cup { font-size: 42px; }

/* Shared footer for store routes */
.footer-poem { padding-block: 24px; border-bottom: 1px solid rgba(255,255,255,.08); color: var(--copper-light); text-align: center; font-family: Georgia, serif; }
.footer-grid { padding-block: 64px; display: grid; grid-template-columns: 1.3fr repeat(3,.75fr) 1.15fr; gap: 42px; }
.brand--light strong { color: #f1e7d8 !important; }
.brand--light small { color: #9b8e7d !important; }
.footer-brand > p, .footer-grid > div > p { color: #92877a; font-size: 10px; line-height: 2; }
.footer-grid > div { display: flex; flex-direction: column; align-items: flex-start; gap: 7px; }
.footer-grid h3 { margin: 0 0 8px; color: #f1e7d8; font-size: 12px; }
.footer-grid a { color: #9d9283; font-size: 10px; }
.footer-grid a:hover { color: var(--copper-light); }
.social-row { display: flex; gap: 8px; }
.social-row a { padding: 6px 10px; border: 1px solid rgba(255,255,255,.12); border-radius: 999px; }
.footer-grid small { color: #756c61; font-size: 9px; }
.newsletter-success { padding: 10px 12px; color: #cfe4d9; border-radius: 10px; background: rgba(58,126,101,.2); font-size: 9px; }
.footer-grid .newsletter { padding: 0; background: transparent; }
.footer-grid .newsletter form { width: 100%; gap: 0; }
.footer-grid .newsletter input { min-width: 0; color: #fff; border-color: rgba(255,255,255,.14); background: rgba(255,255,255,.05); }
.footer-grid .newsletter button { width: 48px; border: 0; border-radius: 12px 0 0 12px; color: #fff; background: var(--copper); }
.footer-bottom { min-height: 58px; border-top: 1px solid rgba(255,255,255,.08); display: flex; align-items: center; justify-content: space-between; color: #746b60; font-size: 9px; }

/* Responsive */
@media (max-width: 1120px) {
  .container { width: min(100% - 40px, 1040px); }
  .header__main, .header-main { grid-template-columns: 210px 1fr auto; gap: 20px; }
  .nav { gap: 15px; }
  .nav a:nth-of-type(2), .nav a:nth-of-type(3) { display: none; }
  .hero__grid { gap: 30px; }
  .hero__visual { height: 530px; }
  .category-grid { grid-template-columns: repeat(3, 1fr); }
  .category-card:last-child { grid-column: span 2; }
  .product-grid { grid-template-columns: repeat(2, 1fr); }
  .product-card__visual { height: 350px; }
  .story-grid { gap: 55px; }
  .footer__grid, .footer-grid { grid-template-columns: 1.3fr repeat(3, .8fr); }
  .footer__contact, .footer-grid .newsletter { grid-column: 1 / -1; }
  .main-nav__inner { gap: 17px; }
}

@media (max-width: 820px) {
  body { padding-bottom: 66px; }
  .container { width: min(100% - 32px, 760px); }
  .section { padding-block: 72px; }
  .announcement__inner { min-height: 33px; justify-content: center; }
  .announcement__inner > span:first-child, .announcement__inner a { display: none; }
  .announcement__poem { display: block; }
  .header { position: sticky; top: 0; }
  .header__main, .header-main { min-height: 68px; grid-template-columns: 42px 1fr auto; gap: 8px; }
  .mobile-menu, .mobile-menu-button { width: 42px; height: 42px; padding: 9px; border: 0; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 5px; background: transparent; }
  .mobile-menu span { width: 22px; height: 1.5px; background: var(--forest); }
  .brand { justify-self: center; }
  .brand-mark, .brand > img { width: 48px; height: 48px; }
  .brand-copy strong, .brand > span strong { font-size: 18px; }
  .brand-copy small, .brand > span small { display: none; }
  .search-trigger, .header-search { display: none; }
  .header-actions > a:first-child, .header-actions > a:nth-child(2) { display: none; }
  .header-actions > button { width: 40px; height: 40px; }
  .nav { position: fixed; z-index: 55; top: 0; right: 0; bottom: 0; width: min(330px, 88vw); height: auto; padding: 90px 24px 30px; display: flex; flex-direction: column; align-items: stretch; gap: 0; color: #fff; background: #0a2d25; transform: translateX(105%); transition: transform .3s ease; }
  .nav--open { transform: translateX(0); }
  .nav a, .nav a:nth-of-type(2), .nav a:nth-of-type(3) { display: block; padding: 14px 0; border-bottom: 1px solid rgba(255,255,255,.1); }
  .nav__featured { height: auto; padding-inline: 0 !important; background: transparent; }
  .nav__sale { margin-right: 0; color: var(--copper-light) !important; }
  .hero, .hero__grid { min-height: auto; }
  .hero__grid { padding-block: 46px 60px; grid-template-columns: 1fr; }
  .hero__content { padding: 0; }
  .hero h1 { font-size: clamp(43px, 12vw, 64px); }
  .hero__lead { font-size: 14px; }
  .hero__visual { height: 470px; order: -1; }
  .hero__arch { height: 450px; }
  .hero__seal { top: 24px; left: 0; width: 90px; height: 90px; }
  .hero__floating-card { bottom: 20px; }
  .benefit-grid { grid-template-columns: repeat(2, 1fr); }
  .benefit-grid > div { min-height: 88px; }
  .section-heading, .section-heading--row { grid-template-columns: 1fr; gap: 18px; align-items: start; }
  .section-heading h2 { font-size: 34px; }
  .category-grid { grid-template-columns: repeat(2, 1fr); }
  .category-card:last-child { grid-column: span 2; }
  .product-card__visual { height: 320px; }
  .matcher { grid-template-columns: 1fr; }
  .matcher__visual { min-height: 400px; }
  .matcher__content { padding: 44px 32px; }
  .matcher__steps { flex-direction: column; align-items: flex-start; }
  .matcher__steps i { width: 1px; height: 14px; flex: none; margin-right: 13px; }
  .story-grid { grid-template-columns: 1fr; }
  .story-visual { min-height: 520px; order: -1; }
  .corporate { grid-template-columns: 70px 1fr; }
  .corporate .button { grid-column: 1 / -1; justify-self: start; }
  .magazine-grid { grid-template-columns: 1fr; }
  .newsletter__inner { grid-template-columns: 1fr; gap: 28px; }
  .footer__grid, .footer-grid { grid-template-columns: repeat(2, 1fr); gap: 36px 24px; }
  .footer__brand, .footer-brand { grid-column: 1 / -1; }
  .footer__contact, .footer-grid .newsletter { grid-column: auto; }
  .mobile-search-button { display: grid; }
  .header-action { min-width: 42px; }
  .header-action span { display: none; }
  .header-action--counter b { top: -1px; right: -2px; }
  .main-nav { display: none; }
  .mobile-menu { position: fixed; z-index: 101; inset: 0 auto 0 0; width: min(360px, 90vw); padding: 24px; display: block; background: #fffdf8; box-shadow: 20px 0 70px rgba(0,0,0,.25); transform: translateX(-105%); transition: transform .3s ease; }
  .mobile-menu.is-open { transform: translateX(0); }
  .mobile-menu__head { display: flex; align-items: center; justify-content: space-between; }
  .mobile-menu__links { margin-top: 35px; display: flex; flex-direction: column; }
  .mobile-menu__links a { padding: 14px 0; color: var(--forest); border-bottom: 1px solid var(--line); font-weight: 750; }
  .mobile-menu__contact { margin-top: 32px; padding: 18px; display: flex; flex-direction: column; border-radius: 14px; background: var(--cream); }
  .mobile-menu__contact span { color: var(--muted); font-size: 9px; }
  .mobile-menu__contact a { color: var(--forest); direction: ltr; font-size: 18px; font-weight: 800; }
  .menu-scrim { position: fixed; z-index: 100; inset: 0; display: block; border: 0; background: rgba(5,20,17,.55); }
  .mobile-dock { position: fixed; z-index: 70; left: 0; right: 0; bottom: 0; height: 66px; padding: 6px 12px calc(6px + env(safe-area-inset-bottom)); display: grid; grid-template-columns: repeat(4, 1fr); color: #5e564c; border-top: 1px solid #e4dbcf; background: rgba(255,253,248,.96); backdrop-filter: blur(14px); }
  .mobile-dock a, .mobile-dock button { position: relative; border: 0; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 2px; background: transparent; font-size: 8px; }
  .mobile-dock b { position: absolute; top: 1px; left: calc(50% + 5px); min-width: 17px; height: 17px; display: grid; place-items: center; color: #fff; border-radius: 50%; background: var(--copper); font-size: 8px; }
  .footer-bottom, .footer__bottom { padding-block: 16px; flex-direction: column; justify-content: center; gap: 5px; text-align: center; }
}

@media (max-width: 520px) {
  .container { width: min(100% - 24px, 480px); }
  .section { padding-block: 58px; }
  .hero__grid { padding-top: 28px; }
  .hero__visual { height: 385px; }
  .hero__arch { width: 86%; height: 370px; }
  .hero__seal { width: 76px; height: 76px; }
  .hero__seal strong { font-size: 17px; }
  .hero h1 { font-size: 43px; }
  .hero__actions .button { width: 100%; }
  .hero__trust { gap: 9px 14px; }
  .benefit-grid > div { padding: 16px 10px; gap: 8px; }
  .benefit-grid b { font-size: 10px; }
  .benefit-grid small { font-size: 8px; }
  .category-grid { grid-template-columns: 1fr; }
  .category-card, .category-card:last-child { grid-column: auto; min-height: 160px; }
  .product-grid { grid-template-columns: 1fr; }
  .product-card__visual { height: 350px; }
  .matcher-section { padding-block: 45px; }
  .matcher__visual { min-height: 330px; }
  .matcher__content { padding: 36px 22px; }
  .story-visual { min-height: 430px; }
  .story-visual__main { inset: 0 30px 40px 0; }
  .story-visual__card { width: 220px; height: 130px; }
  .corporate { grid-template-columns: 1fr; text-align: right; }
  .corporate__icon { width: 64px; height: 64px; }
  .corporate h2 { font-size: 22px; }
  .newsletter form { flex-direction: column; }
  .footer__grid, .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer__brand, .footer-brand, .footer__contact, .footer-grid .newsletter { grid-column: 1 / -1; }
  .search-results a { grid-template-columns: 1fr auto; }
  .search-results a small { display: none; }
  .search-modal input { font-size: 18px; }
  .cart-drawer { padding: 22px; }
  .cart-drawer__footer { left: 22px; right: 22px; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; }
}

/* WordPress integration */
body.admin-bar .site-header { top: 32px; }
body.roshanan-overlay-open { overflow: hidden; }
.screen-reader-text { position: absolute !important; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.site-header .nav-list { margin: 0; padding: 0; display: contents; }
.site-header .nav-list > li { list-style: none; height: 100%; display: flex; align-items: center; }
.site-header .nav-list > li:first-child > a { align-self: stretch; padding: 0 18px; display: flex; align-items: center; color: #fff; background: var(--forest); }
.site-header .nav ul { display: none; }
.search-trigger input { width: 100%; border: 0; outline: 0; color: var(--ink); background: transparent; }
.cart-button .roshanan-cart-count { position: absolute; top: 0; right: -1px; min-width: 18px; height: 18px; padding-inline: 4px; display: grid; place-items: center; color: #fff; background: var(--copper); border: 2px solid var(--paper); border-radius: 999px; font-size: 9px; }
.cart-drawer { overflow-y: auto; }
.cart-drawer .widget_shopping_cart_content { padding: 18px 0 22px; }
.cart-drawer .woocommerce-mini-cart { margin: 0; padding: 0; list-style: none; }
.cart-drawer .woocommerce-mini-cart-item { position: relative; min-height: 82px; padding: 12px 28px 12px 0 !important; border-bottom: 1px solid var(--line); }
.cart-drawer .woocommerce-mini-cart-item img { width: 62px; height: 62px; margin-left: 12px; float: right; object-fit: cover; border-radius: 12px; }
.cart-drawer .woocommerce-mini-cart-item a { color: var(--forest); font-size: 12px; font-weight: 800; }
.cart-drawer .woocommerce-mini-cart-item .remove { position: absolute; right: 0; top: 14px; color: var(--danger) !important; font-size: 20px; }
.cart-drawer .quantity { display: block; color: var(--muted); font-size: 10px; }
.cart-drawer .woocommerce-mini-cart__total { padding-top: 15px; display: flex; justify-content: space-between; }
.cart-drawer .woocommerce-mini-cart__buttons { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; }
.cart-drawer .woocommerce-mini-cart__buttons a { min-height: 44px; display: grid; place-items: center; color: #fff; border-radius: 12px; background: var(--forest); font-size: 11px; font-weight: 800; }
.cart-drawer .woocommerce-mini-cart__buttons a.checkout { background: var(--copper); }
.cart-drawer > .button { margin-top: 8px; }
.hero__arch img, .story-visual img, .magazine-card__image img { width: 100%; height: 100%; object-fit: cover; }
.product-card__visual > a { display: block; width: 100%; height: 100%; }
.product-card__visual > a img { width: 100%; height: 100%; object-fit: cover; filter: saturate(.82) contrast(1.03); transform: scale(1.05); transition: transform .55s ease; }
.product-card:hover .product-card__visual > a img { transform: scale(1.12); }
.add-circle { text-decoration: none; }
.roastery-video { color: #f3e9dc; background: #08261f; }
.roastery-video__grid { display: grid; grid-template-columns: .75fr 1.25fr; align-items: center; gap: 70px; }
.roastery-video h2 { margin: 10px 0 18px; font-size: clamp(34px,4vw,58px); line-height: 1.35; }
.roastery-video p { color: rgba(255,255,255,.65); line-height: 2; }
.roastery-video video { width: 100%; max-height: 590px; border: 1px solid rgba(227,193,143,.35); border-radius: 28px; background: #051a16; box-shadow: 0 30px 80px rgba(0,0,0,.35); }

/* Pages and articles */
.content-area { min-height: 60vh; padding: 0 0 96px; background: var(--paper); }
.page-hero { padding: 74px 0 48px; }
.page-hero > span, .article-hero > span { color: var(--copper); font-size: 11px; font-weight: 800; }
.page-hero h1, .article-hero h1 { max-width: 900px; margin: 8px 0 0; color: var(--forest); font-size: clamp(38px,5vw,68px); line-height: 1.3; letter-spacing: -.045em; }
.page-hero--compact { padding-top: 68px; }
.archive-description { max-width: 760px; color: var(--muted); }
.entry-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 24px; }
.entry-card { overflow: hidden; border: 1px solid var(--line); border-radius: var(--card-radius); background: #fff; }
.entry-card__image { height: 230px; display: block; overflow: hidden; background: var(--cream); }
.entry-card__image img { width: 100%; height: 100%; object-fit: cover; transition: transform .45s ease; }
.entry-card:hover .entry-card__image img { transform: scale(1.05); }
.entry-card > div { padding: 22px; }
.entry-card > div > span { color: var(--copper); font-size: 9px; }
.entry-card h2 { margin: 7px 0; color: var(--forest); font-size: 21px; line-height: 1.55; }
.entry-card p { color: var(--muted); font-size: 11px; }
.singular-entry { max-width: 1100px; }
.singular-entry--article { max-width: 920px; }
.entry-content { color: #453d35; font-size: 16px; line-height: 2.15; }
.entry-content > * { max-width: 820px; margin-left: auto; margin-right: auto; }
.entry-content h2, .entry-content h3, .entry-content h4 { color: var(--forest); line-height: 1.55; }
.entry-content img { border-radius: 18px; }
.entry-content a { color: #8b592f; text-decoration: underline; text-decoration-thickness: 1px; text-underline-offset: 4px; }
.entry-content blockquote { padding: 18px 24px; color: #5e4934; border-right: 3px solid var(--copper); border-radius: 12px; background: #f2e8da; }
.article-hero { padding: 78px 0 42px; text-align: center; }
.article-hero h1, .article-hero p { margin-left: auto; margin-right: auto; }
.article-hero p { max-width: 740px; color: var(--muted); }
.article-cover { margin: 0 0 48px; overflow: hidden; border-radius: 30px; }
.article-cover img { width: 100%; max-height: 620px; object-fit: cover; }
.article-footer { max-width: 820px; margin: 54px auto 0; padding-top: 28px; border-top: 1px solid var(--line); display: flex; align-items: center; justify-content: space-between; gap: 18px; }
.tag-list { display: flex; flex-wrap: wrap; gap: 6px; }
.tag-list a { padding: 5px 10px; border-radius: 999px; background: var(--cream); font-size: 10px; }
.nav-links { margin-top: 38px; display: flex; justify-content: center; gap: 8px; }
.nav-links .page-numbers { min-width: 40px; height: 40px; padding: 0 10px; display: grid; place-items: center; border: 1px solid var(--line); border-radius: 10px; background: #fff; }
.nav-links .current { color: #fff; border-color: var(--forest); background: var(--forest); }
.empty-content, .not-found { min-height: 62vh; display: grid; place-items: center; text-align: center; }
.empty-content > span, .not-found .container > span { color: var(--copper); font-family: Georgia,serif; font-size: 76px; }
.not-found h1 { margin: 0; color: var(--forest); font-size: 44px; }
.not-found p { color: var(--muted); }
.not-found .container > div { display: flex; justify-content: center; gap: 10px; }
.comments-area { max-width: 820px; margin: 60px auto 0; }
.comment-list { padding: 0; list-style: none; }
.comment-list li { margin: 12px 0; padding: 18px; border: 1px solid var(--line); border-radius: 14px; background: #fff; }

/* WooCommerce */
.roshanan-commerce { min-height: 65vh; padding: 70px 0 100px; background: #f6f0e7; }
.roshanan-commerce .woocommerce-breadcrumb { margin-bottom: 28px; color: var(--muted); font-size: 10px; }
.roshanan-commerce .woocommerce-products-header__title, .roshanan-commerce .product_title, .roshanan-commerce .entry-title { color: var(--forest); font-size: clamp(34px,4vw,54px); }
.woocommerce .woocommerce-result-count, .woocommerce .woocommerce-ordering { color: var(--muted); font-size: 11px; }
.woocommerce .woocommerce-ordering select { min-height: 42px; padding: 0 12px; border: 1px solid var(--line); border-radius: 10px; background: #fff; }
.woocommerce ul.products { display: grid; grid-template-columns: repeat(4,1fr); gap: 18px; }
.woocommerce ul.products::before, .woocommerce ul.products::after { display: none; }
.woocommerce ul.products li.product { width: auto !important; margin: 0 !important; padding: 0 0 20px; overflow: hidden; border: 1px solid var(--line); border-radius: var(--card-radius); background: #fff; transition: transform .25s ease, box-shadow .25s ease; }
.woocommerce ul.products li.product:hover { transform: translateY(-5px); box-shadow: var(--shadow); }
.woocommerce ul.products li.product a img { height: 300px; margin: 0 0 18px; object-fit: cover; background: #e8dece; }
.woocommerce ul.products li.product .woocommerce-loop-product__title { padding: 0 18px; color: var(--forest); font-size: 15px; }
.woocommerce ul.products li.product .price { padding: 0 18px; color: var(--ink); font-size: 14px; }
.woocommerce ul.products li.product .button { margin: 10px 18px 0; min-height: 40px; color: #fff; border-radius: 10px; background: var(--forest); }
.woocommerce span.onsale { min-width: auto; min-height: auto; padding: 5px 10px; line-height: 1.4; top: 12px; right: 12px; left: auto; border-radius: 999px; background: var(--danger); font-size: 10px; }
.woocommerce div.product { padding: 30px; border: 1px solid var(--line); border-radius: 28px; background: #fff; }
.woocommerce div.product div.images img { border-radius: 20px; }
.woocommerce div.product p.price, .woocommerce div.product span.price { color: var(--forest); font-size: 22px; font-weight: 800; }
.woocommerce div.product .woocommerce-product-details__short-description { color: var(--muted); }
.woocommerce div.product form.cart .button, .woocommerce button.button.alt, .woocommerce a.button.alt, .woocommerce input.button.alt { min-height: 48px; padding: 0 22px; color: #fff; border-radius: 12px; background: var(--forest); }
.woocommerce div.product form.cart .button:hover, .woocommerce button.button.alt:hover, .woocommerce a.button.alt:hover { background: var(--copper); }
.woocommerce .quantity .qty { min-height: 48px; border: 1px solid var(--line); border-radius: 10px; }
.woocommerce div.product .woocommerce-tabs ul.tabs { padding: 0; }
.woocommerce div.product .woocommerce-tabs ul.tabs li { border-color: var(--line); background: var(--cream); }
.woocommerce table.shop_table { overflow: hidden; border-color: var(--line); border-radius: 16px; background: #fff; }
.woocommerce table.shop_table th, .woocommerce table.shop_table td { padding: 14px; }
.woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea, .woocommerce form .form-row select, .select2-container--default .select2-selection--single { min-height: 46px; padding: 8px 12px; border: 1px solid var(--line); border-radius: 10px; background: #fff; }
.woocommerce form.checkout_coupon, .woocommerce form.login, .woocommerce form.register, .woocommerce-checkout #payment { border-color: var(--line); border-radius: 16px; background: #fff; }
.woocommerce-checkout #payment div.payment_box { background: var(--cream); }
.woocommerce-checkout #payment div.payment_box::before { border-bottom-color: var(--cream); }
.woocommerce-message, .woocommerce-info, .woocommerce-error { border-top-color: var(--copper); border-radius: 12px; background: #fff; }
.woocommerce-account .woocommerce-MyAccount-navigation ul { margin: 0; padding: 0; overflow: hidden; list-style: none; border: 1px solid var(--line); border-radius: 14px; background: #fff; }
.woocommerce-account .woocommerce-MyAccount-navigation li a { padding: 12px 16px; display: block; border-bottom: 1px solid var(--line); }
.woocommerce-account .woocommerce-MyAccount-navigation li.is-active a { color: #fff; background: var(--forest); }

@media (max-width: 960px) {
  body.admin-bar .site-header { top: 46px; }
  .entry-grid { grid-template-columns: repeat(2,1fr); }
  .woocommerce ul.products { grid-template-columns: repeat(2,1fr); }
  .roastery-video__grid { grid-template-columns: 1fr; }
}
@media (max-width: 600px) {
  body.admin-bar .site-header { top: 0; }
  .site-header .nav-list > li { display: block; height: auto; }
  .entry-grid, .woocommerce ul.products { grid-template-columns: 1fr; }
  .page-hero h1, .article-hero h1 { font-size: 36px; }
  .entry-content { font-size: 14px; }
  .woocommerce div.product { padding: 16px; }
  .article-footer { align-items: stretch; flex-direction: column; }
}
