@import url('../fonts/iransans/iransans.css');

:root {
  --font-iransans: "IRANSansWeb", Tahoma, sans-serif;
  --ink: #182019;
  --ink-soft: #263028;
  --charcoal: #111612;
  --accent: #df7433;
  --accent-dark: #c85d23;
  --cream: #f3eee4;
  --paper: #faf8f3;
  --sand: #e4d7c3;
  --sage: #8b9984;
  --line: #ded9ce;
  --muted: #747a72;
  --white: #fff;
  --shadow: 0 22px 60px rgba(19, 27, 20, .10);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: var(--font-iransans); line-height: 1.7; overflow-x: hidden; }
body, button, input, textarea, select { font-family: inherit; }
a { color: inherit; text-decoration: none; }
button, input, textarea, select { font: inherit; }
button, select { cursor: pointer; }
button { color: inherit; }
img { max-width: 100%; }
::selection { background: var(--accent); color: white; }
.container-shell { width: min(1240px, calc(100% - 64px)); margin-inline: auto; }
.section { padding: 112px 0; }
.eyebrow { display: inline-flex; align-items: center; gap: 8px; color: var(--accent-dark); font-size: 12px; font-weight: 800; letter-spacing: .04em; }
.eyebrow::before { content: ""; width: 23px; height: 1px; background: currentColor; }
.eyebrow.light { color: #e9a16c; }
.button { min-height: 50px; padding: 0 24px; border: 0; border-radius: 2px; display: inline-flex; align-items: center; justify-content: center; gap: 11px; font-weight: 750; font-size: 14px; transition: transform .25s ease, background .25s ease, box-shadow .25s ease; }
.button:hover { transform: translateY(-2px); }
.button-accent { background: var(--accent); color: #fff; box-shadow: 0 12px 30px rgba(223,116,51,.22); }
.button-accent:hover { background: var(--accent-dark); box-shadow: 0 16px 35px rgba(223,116,51,.3); }
.button-dark { background: var(--ink); color: #fff; }
.button-dark:hover { background: #303b31; }
.button-cream { background: var(--cream); color: var(--ink); }
.button-wide { width: 100%; }
.text-link { display: inline-flex; gap: 10px; align-items: center; font-size: 13px; font-weight: 750; border-bottom: 1px solid currentColor; padding-bottom: 3px; }
.outline-link { display: inline-flex; align-items: center; gap: 10px; border: 1px solid #cfc9bd; min-height: 45px; padding: 0 18px; font-size: 13px; font-weight: 700; transition: .2s ease; }
.outline-link:hover { border-color: var(--ink); background: var(--ink); color: white; }
.icon-button { width: 42px; height: 42px; border: 1px solid var(--line); background: transparent; border-radius: 50%; display: grid; place-items: center; transition: .2s ease; }
.icon-button:hover { background: var(--cream); border-color: var(--sand); }
.spin { animation: spin 1s linear infinite; }
.hidden-mobile { }
@keyframes spin { to { transform: rotate(360deg); } }
@keyframes revealUp { from { opacity: 0; transform: translateY(24px); } to { opacity: 1; transform: none; } }
@keyframes revealFade { from { opacity: 0; transform: scale(.97); } to { opacity: 1; transform: scale(1); } }
@keyframes pulseGlow { 50% { box-shadow: 0 0 0 8px rgba(223,116,51,0); } }
.reveal-up { animation: revealUp .75s .12s both ease-out; }
.reveal-fade { animation: revealFade 1s .2s both ease-out; }

/* announcement + header */
.announcement { height: 30px; background: var(--accent); color: #fff7ef; display: flex; justify-content: center; align-items: center; gap: 17px; font-size: 10.5px; font-weight: 650; letter-spacing: .02em; }
.announcement-dot { width: 3px; height: 3px; border-radius: 50%; background: #ffcfad; }
.site-header { height: 74px; position: sticky; top: 0; z-index: 60; background: rgba(250,248,243,.95); border-bottom: 1px solid rgba(222,217,206,.85); backdrop-filter: blur(14px); }
.header-inner { height: 100%; display: flex; align-items: center; justify-content: space-between; gap: 30px; }
.brand { display: inline-flex; align-items: center; gap: 11px; flex-shrink: 0; }
.brand-mark { width: 38px; height: 42px; position: relative; display: block; background: var(--ink); border-radius: 50% 50% 43% 57% / 64% 64% 36% 36%; transform: rotate(3deg); }
.brand-mark::before { content: ""; position: absolute; width: 14px; height: 24px; background: var(--accent); left: 12px; top: 9px; border-radius: 80% 10% 70% 30%; transform: rotate(-8deg); }
.brand-mark span { position: absolute; width: 6px; height: 13px; background: #fac395; left: 17px; top: 14px; z-index: 1; border-radius: 80% 10% 70% 30%; }
.brand-copy { display: flex; flex-direction: column; align-items: center; line-height: 1; }
.brand-copy strong { font-size: 21px; font-weight: 900; letter-spacing: -.06em; }
.brand-copy small { margin-top: 6px; font-size: 7.5px; font-weight: 750; letter-spacing: .35em; margin-left: -.35em; }
.desktop-nav { display: flex; align-items: center; gap: 29px; height: 100%; }
.desktop-nav a { height: 100%; display: flex; align-items: center; font-size: 12px; font-weight: 650; color: #4f574f; position: relative; }
.desktop-nav a::after { content: ""; position: absolute; bottom: -1px; inset-inline: 50%; height: 2px; background: var(--accent); transition: inset .25s ease; }
.desktop-nav a:hover, .desktop-nav a.active { color: var(--ink); }
.desktop-nav a:hover::after, .desktop-nav a.active::after { inset-inline: 0; }
.header-actions { display: flex; align-items: center; gap: 9px; }
.cart-button { height: 42px; border: 0; background: var(--ink); color: white; padding: 0 15px; display: flex; align-items: center; gap: 8px; border-radius: 2px; font-size: 11px; font-weight: 700; position: relative; }
.cart-button b { position: absolute; left: -7px; top: -7px; min-width: 20px; height: 20px; padding: 0 5px; border-radius: 10px; background: var(--accent); color: white; border: 2px solid var(--paper); display: grid; place-items: center; font-size: 9px; }
.menu-button { display: none; }
.mobile-menu { display: none; }

/* hero */
.hero-section { min-height: calc(100vh - 104px); background: var(--ink); color: white; position: relative; overflow: hidden; display: flex; align-items: center; }
.hero-section::before { content: ""; position: absolute; width: 520px; height: 520px; border: 1px solid rgba(255,255,255,.055); border-radius: 50%; right: -210px; top: -170px; box-shadow: 0 0 0 90px rgba(255,255,255,.018), 0 0 0 180px rgba(255,255,255,.012); }
.hero-grain { position: absolute; inset: 0; opacity: .23; pointer-events: none; background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 150 150' 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='.13'/%3E%3C/svg%3E"); }
.hero-grid { min-height: 680px; display: grid; grid-template-columns: .92fr 1.08fr; gap: 74px; align-items: center; padding-block: 52px 70px; position: relative; z-index: 1; }
.hero-copy { padding-right: 12px; }
.hero-kicker { display: inline-flex; align-items: center; gap: 9px; color: #e9a16c; font-size: 11px; font-weight: 750; margin-bottom: 21px; }
.hero-copy h1 { margin: 0; font-size: clamp(64px, 6.2vw, 100px); line-height: 1.08; letter-spacing: -.065em; font-weight: 860; }
.hero-copy h1 em { color: var(--accent); font-style: normal; font-weight: 850; position: relative; }
.hero-copy h1 em::after { content: ""; height: 8px; width: 88%; background: url("data:image/svg+xml,%3Csvg width='300' height='10' viewBox='0 0 300 10' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M2 7C80 1 220 2 298 5' fill='none' stroke='%23df7433' stroke-width='2'/%3E%3C/svg%3E") center/100% 100% no-repeat; position: absolute; bottom: -5px; right: 2px; }
.hero-copy > p { width: min(480px, 100%); color: #b9c1b9; font-size: 16px; line-height: 2; margin: 30px 0 29px; }
.hero-actions { display: flex; align-items: center; gap: 31px; }
.hero-actions .text-link { color: #eef0ec; border-color: #677067; }
.hero-trust { display: flex; align-items: center; margin-top: 49px; gap: 24px; }
.hero-trust div { display: flex; flex-direction: column; }
.hero-trust strong { font-size: 21px; color: white; line-height: 1.2; }
.hero-trust span { color: #818c82; font-size: 9.5px; margin-top: 4px; }
.hero-trust i { width: 1px; height: 30px; background: #3a433b; }
.hero-visual { height: 560px; position: relative; }
.hero-image-frame { position: absolute; inset: 0 14px 0 31px; overflow: hidden; border-radius: 49% 49% 7px 7px / 15% 15% 7px 7px; background: #302e29; }
.hero-image-frame::before { content: ""; position: absolute; inset: 12px; border: 1px solid rgba(255,255,255,.17); border-radius: inherit; z-index: 2; pointer-events: none; }
.hero-image-frame img { width: 100%; height: 100%; object-fit: cover; object-position: 55% center; transform: scale(1.03); }
.hero-image-shade { position: absolute; inset: 0; background: linear-gradient(180deg, rgba(16,20,16,.05), rgba(16,20,16,.08) 55%, rgba(16,20,16,.5)); }
.hero-float-card { position: absolute; right: -36px; bottom: 54px; background: rgba(248,245,237,.97); color: var(--ink); display: flex; align-items: center; gap: 11px; padding: 12px 15px; width: 205px; box-shadow: var(--shadow); }
.float-icon { width: 35px; height: 35px; background: #e5eddf; color: #53634d; display: grid; place-items: center; border-radius: 50%; font-size: 16px; }
.hero-float-card div { display: flex; flex-direction: column; flex: 1; }
.hero-float-card strong { font-size: 11px; }
.hero-float-card small { color: var(--muted); font-size: 8.5px; }
.hero-seal { position: absolute; left: -27px; top: 39px; width: 92px; height: 92px; border: 1px solid rgba(232,165,115,.8); background: rgba(24,32,25,.86); border-radius: 50%; display: flex; align-items: center; justify-content: center; flex-direction: column; color: #db9563; transform: rotate(-9deg); backdrop-filter: blur(5px); }
.hero-seal span { font-size: 7px; }
.hero-seal strong { font-size: 14px; }
.hero-scroll { position: absolute; bottom: 22px; left: 50%; transform: translateX(-50%); display: flex; flex-direction: column; align-items: center; gap: 7px; color: #707a71; font-size: 8px; z-index: 2; }
.hero-scroll i { width: 1px; height: 24px; background: linear-gradient(#747e75, transparent); }
.service-strip { background: #f0e8dc; border-bottom: 1px solid #e3d8c7; }
.service-strip .container-shell { min-height: 88px; display: grid; grid-template-columns: repeat(4, 1fr); align-items: center; }
.service-strip .container-shell > div { display: flex; align-items: center; justify-content: center; gap: 13px; border-left: 1px solid #d9cebd; font-size: 20px; }
.service-strip .container-shell > div:last-child { border: 0; }
.service-strip span { display: flex; flex-direction: column; font-size: 12px; }
.service-strip strong { font-size: 11px; }
.service-strip small { font-size: 8.5px; color: #838077; }

/* headings and collections */
.section-heading h2 { margin: 8px 0 0; font-size: clamp(34px, 4vw, 52px); line-height: 1.25; letter-spacing: -.045em; }
.section-heading > p { color: var(--muted); font-size: 13px; line-height: 2; max-width: 540px; margin-top: 15px; }
.section-heading.centered { text-align: center; display: flex; flex-direction: column; align-items: center; }
.section-heading.centered > p { max-width: 600px; }
.heading-row { display: flex; justify-content: space-between; align-items: end; margin-bottom: 42px; }
.collections-section { background: var(--paper); }
.collections-grid { margin-top: 46px; display: grid; grid-template-columns: 1.6fr 1fr 1fr; gap: 16px; height: 430px; }
.collection-card { position: relative; overflow: hidden; background: #ddd; display: block; }
.collection-card::after { content: ""; position: absolute; inset: 13px; border: 1px solid transparent; z-index: 3; transition: border-color .3s; }
.collection-card:hover::after { border-color: rgba(255,255,255,.42); }
.collection-card img { width: 100%; height: 100%; object-fit: cover; transition: transform .65s cubic-bezier(.2,.7,.2,1); position: absolute; inset: 0; }
.collection-card:hover img { transform: scale(1.05); }
.collection-overlay { position: absolute; inset: 0; z-index: 1; background: linear-gradient(0deg, rgba(14,19,15,.88), rgba(14,19,15,.03) 72%); }
.collection-copy { position: absolute; z-index: 2; color: white; bottom: 27px; right: 28px; left: 25px; }
.collection-copy span { color: #d89a70; font-size: 9px; font-weight: 700; }
.collection-copy h3 { margin: 3px 0; font-size: 25px; }
.collection-large .collection-copy h3 { font-size: 33px; }
.collection-copy p { color: #bec3bd; font-size: 10px; margin: 3px 0 12px; }
.collection-copy b { display: inline-flex; align-items: center; gap: 7px; font-size: 10px; border-bottom: 1px solid rgba(255,255,255,.55); padding-bottom: 2px; }

/* product cards */
.featured-section { background: #f1ede5; }
.product-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; }
.product-card { min-width: 0; }
.product-image-wrap { height: 330px; position: relative; display: block; overflow: hidden; background: #e9e4db; }
.product-image-wrap img { width: 100%; height: 100%; object-fit: cover; transition: transform .6s cubic-bezier(.2,.75,.25,1); position: absolute; inset: 0; }
.product-card:hover .product-image-wrap img { transform: scale(1.04); }
.product-badge, .gallery-badge { position: absolute; top: 13px; right: 13px; z-index: 2; background: var(--ink); color: white; padding: 6px 10px; font-size: 8.5px; font-weight: 750; }
.image-view { position: absolute; z-index: 2; inset-inline: 16px; bottom: 14px; height: 36px; background: rgba(250,248,243,.94); display: flex; align-items: center; justify-content: center; font-size: 10px; font-weight: 700; transform: translateY(55px); transition: .3s ease; }
.product-card:hover .image-view { transform: translateY(0); }
.product-card-copy { padding: 16px 4px 0; }
.product-meta { display: flex; justify-content: space-between; color: #7c817a; font-size: 8.5px; }
.product-meta span:last-child { display: flex; align-items: center; gap: 3px; color: #b56631; }
.product-card h3 { font-size: 17px; margin: 4px 0 3px; letter-spacing: -.02em; transition: color .2s; }
.product-card h3:hover { color: var(--accent-dark); }
.product-card-copy > p { color: var(--muted); font-size: 10px; line-height: 1.8; margin: 0; height: 36px; overflow: hidden; }
.product-card-foot { display: flex; justify-content: space-between; align-items: end; margin-top: 13px; padding-top: 11px; border-top: 1px solid #ddd8cf; }
.price-block { display: flex; flex-direction: column; }
.price-block del { color: #9c9e99; font-size: 8px; height: 14px; }
.price-block strong { font-size: 14px; }
.price-block small { font-size: 8px; font-weight: 500; }
.add-button { min-width: 36px; height: 36px; border: 0; background: var(--ink); color: white; display: flex; justify-content: center; align-items: center; gap: 0; padding: 0 9px; transition: .25s; }
.add-button span { max-width: 0; overflow: hidden; font-size: 9px; white-space: nowrap; transition: .25s; }
.add-button:hover { background: var(--accent); gap: 5px; }
.add-button:hover span { max-width: 50px; }

/* story and guide */
.story-section { background: var(--ink); color: white; padding: 120px 0; overflow: hidden; position: relative; }
.story-section::after { content: "ذغالکده"; position: absolute; color: rgba(255,255,255,.017); font-weight: 900; font-size: 170px; white-space: nowrap; left: -20px; bottom: -55px; }
.story-grid { display: grid; grid-template-columns: 1.05fr .95fr; align-items: center; gap: 100px; position: relative; z-index: 1; }
.story-visual { height: 545px; position: relative; }
.story-main-image { position: absolute; inset: 0 0 0 80px; }
.story-main-image img, .story-detail-image img { width: 100%; height: 100%; object-fit: cover; position: absolute; inset: 0; }
.story-detail-image { position: absolute; left: 0; bottom: -34px; width: 190px; height: 245px; border: 7px solid var(--ink); }
.story-number { position: absolute; right: -32px; top: 46px; width: 120px; height: 120px; background: var(--accent); display: flex; align-items: center; justify-content: center; gap: 8px; border-radius: 50%; }
.story-number strong { font-size: 39px; line-height: 1; }
.story-number span { font-size: 9px; line-height: 1.6; }
.story-copy h2 { font-size: clamp(42px, 5vw, 65px); line-height: 1.2; margin: 10px 0 20px; letter-spacing: -.055em; }
.story-copy p { color: #aeb8af; font-size: 13px; line-height: 2.1; }
.story-copy .story-lead { color: #e9ece8; font-size: 16px; }
.story-copy ul { list-style: none; padding: 0; margin: 23px 0 30px; display: grid; gap: 10px; }
.story-copy li { display: flex; align-items: center; gap: 10px; font-size: 11px; color: #d2d8d2; }
.guide-section { background: var(--paper); }
.guide-grid { margin-top: 45px; display: grid; grid-template-columns: repeat(3, 1fr); border: 1px solid var(--line); }
.guide-grid > a { padding: 32px 32px 28px; min-height: 270px; position: relative; border-left: 1px solid var(--line); transition: .3s ease; display: block; }
.guide-grid > a:last-child { border: 0; }
.guide-grid > a:hover { background: var(--ink); color: white; transform: translateY(-6px); box-shadow: var(--shadow); }
.guide-num { position: absolute; left: 21px; top: 18px; color: #bbb7ad; font-size: 10px; }
.guide-icon { width: 46px; height: 46px; border-radius: 50%; display: grid; place-items: center; background: #efe8dc; color: var(--accent-dark); margin-bottom: 22px; font-size: 20px; }
.guide-grid h3 { margin: 0 0 9px; font-size: 18px; }
.guide-grid p { color: var(--muted); font-size: 10px; max-width: 270px; }
.guide-grid > a:hover p { color: #aeb7af; }
.guide-grid b { display: inline-flex; align-items: center; gap: 7px; font-size: 10px; margin-top: 17px; color: var(--accent-dark); }
.guide-grid > a:hover b { color: #ec9e69; }
.testimonial-section { background: #9b4e29; color: white; padding: 94px 0; }
.testimonial-section .container-shell { display: grid; grid-template-columns: .8fr 1.6fr; gap: 85px; align-items: center; }
.testimonial-heading h2 { font-size: 43px; line-height: 1.3; margin: 8px 0 20px; }
.rating-big { display: flex; align-items: center; gap: 16px; }
.rating-big > strong { font-size: 39px; }
.rating-big > span { display: flex; flex-direction: column; }
.rating-big i { display: flex; color: #ffd6a9; gap: 3px; font-style: normal; }
.rating-big small { font-size: 8px; color: #e4c2ad; margin-top: 4px; }
.testimonial-cards { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.testimonial-cards article { min-height: 260px; padding: 29px; background: #f7f3eb; color: var(--ink); display: flex; flex-direction: column; font-size: 26px; }
.testimonial-cards article > p { font-size: 13px; line-height: 2.1; flex: 1; }
.testimonial-cards article > div { display: flex; justify-content: space-between; border-top: 1px solid #ddd6ca; padding-top: 15px; align-items: center; }
.testimonial-cards span { display: flex; flex-direction: column; font-size: 11px; font-weight: 750; }
.testimonial-cards small { color: var(--muted); font-size: 8px; font-weight: 400; }
.testimonial-cards b { font-size: 10px; color: #a75e34; }
.faq-section { background: #f0ece4; }
.faq-grid { display: grid; grid-template-columns: .75fr 1.25fr; gap: 100px; }
.faq-section .outline-link { margin-top: 20px; }
.faq-list { border-top: 1px solid #cbc7bd; }
.faq-list details { border-bottom: 1px solid #cbc7bd; padding: 0 2px; }
.faq-list summary { list-style: none; cursor: pointer; min-height: 73px; display: flex; justify-content: space-between; align-items: center; font-size: 13px; font-weight: 750; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list details[open] summary span { transform: rotate(180deg); display: inline-block; }
.faq-list p { color: var(--muted); font-size: 11px; line-height: 2; margin: -5px 0 24px; max-width: 610px; }

/* shop */
.shop-hero { background: var(--ink); color: white; min-height: 245px; position: relative; overflow: hidden; }
.shop-hero .container-shell { height: 245px; display: flex; flex-direction: column; justify-content: center; position: relative; }
.breadcrumbs, .product-breadcrumbs { display: flex; align-items: center; gap: 9px; font-size: 9px; color: #879087; }
.breadcrumbs { position: absolute; top: 20px; }
.breadcrumbs a:hover, .product-breadcrumbs a:hover { color: var(--accent); }
.breadcrumbs b { color: #d8ddd8; }
.shop-hero h1 { font-size: 47px; margin: 5px 0 3px; letter-spacing: -.04em; }
.shop-hero p { margin: 0; color: #9ca69d; font-size: 11px; }
.shop-hero-mark { position: absolute; left: 40px; bottom: -90px; font-size: 260px; font-weight: 900; line-height: 1; color: rgba(255,255,255,.025); }
.shop-content { padding-block: 56px 100px; display: grid; grid-template-columns: 220px 1fr; gap: 44px; align-items: start; }
.filter-sidebar { position: sticky; top: 98px; }
.filter-title { display: flex; justify-content: space-between; align-items: center; border-bottom: 1px solid var(--ink); padding-bottom: 11px; }
.filter-title span { display: flex; align-items: center; gap: 8px; font-size: 12px; font-weight: 800; }
.filter-title a, .reset-filters { border: 0; background: none; color: var(--accent-dark); font-size: 8px; text-decoration: underline; }
.filter-group { padding: 22px 0; border-bottom: 1px solid var(--line); }
.filter-group h3 { font-size: 11px; margin: 0 0 13px; }
.category-options { display: grid; gap: 3px; }
.category-radio { display: flex; justify-content: space-between; align-items: center; padding: 7px 0; color: #686f68; font-size: 10px; cursor: pointer; }
.category-radio b { min-width: 20px; height: 18px; border-radius: 10px; background: #ebe7de; display: grid; place-items: center; font-size: 8px; font-weight: 500; }
.category-radio.selected { color: var(--ink); font-weight: 800; }
.category-radio.selected b { background: var(--ink); color: white; }
.price-range { appearance: none; width: 100%; height: 3px; background: linear-gradient(to left, var(--accent) 80%, #d9d5cc 80%); border-radius: 5px; accent-color: var(--accent); }
.price-range::-webkit-slider-thumb { appearance: none; width: 14px; height: 14px; border: 3px solid var(--paper); background: var(--accent); box-shadow: 0 0 0 1px var(--accent); border-radius: 50%; }
.range-labels { display: flex; justify-content: space-between; margin-top: 9px; font-size: 9px; color: var(--muted); }
.range-labels strong { color: var(--ink); font-size: 9px; }
.filter-group.compact { padding-block: 17px; }
.check-row { display: flex; align-items: center; gap: 8px; font-size: 10px; cursor: pointer; }
.check-row input { position: absolute; opacity: 0; }
.custom-check { width: 16px; height: 16px; border: 1px solid #b9b7b0; position: relative; }
.check-row input:checked + .custom-check { background: var(--ink); border-color: var(--ink); }
.check-row input:checked + .custom-check::after { content: "✓"; color: white; font-size: 10px; position: absolute; inset: -1px 3px; }
.reset-filters { margin-top: 15px; padding: 0; display: block; }
.filter-mobile-head, .filter-apply { display: none; }
.shop-toolbar { min-height: 47px; display: flex; align-items: center; border-bottom: 1px solid var(--line); padding-bottom: 13px; margin-bottom: 20px; gap: 20px; flex-wrap: wrap; }
.shop-search { position: relative; flex: 1; max-width: 300px; }
.shop-search > svg { position: absolute; right: 0; top: 11px; color: #8a908a; }
.shop-search input { width: 100%; height: 40px; background: transparent; border: 0; outline: 0; padding: 0 26px 0 20px; font-size: 10px; }
.toolbar-count { color: #888d87; font-size: 9px; margin-right: auto; }
.toolbar-count strong { color: var(--ink); }
.sort-control { display: flex; align-items: center; gap: 5px; position: relative; font-size: 9px; color: #858a84; }
.sort-control select { appearance: none; background: transparent; border: 0; color: var(--ink); font-size: 9px; font-weight: 700; padding-left: 18px; outline: 0; }
.mobile-filter-button { display: none; border: 1px solid var(--line); background: transparent; height: 34px; padding: 0 10px; font-size: 9px; }
.active-filters { display: flex; align-items: center; gap: 8px; font-size: 8px; color: var(--muted); margin-bottom: 15px; }
.active-filters a { display: inline-flex; align-items: center; gap: 5px; border: 1px solid var(--line); background: #f2eee6; padding: 5px 9px; font-size: 8px; }
.shop-grid { grid-template-columns: repeat(3, 1fr); row-gap: 46px; }
.shop-grid .product-image-wrap { height: 320px; }
.no-results { min-height: 440px; display: flex; flex-direction: column; align-items: center; justify-content: center; background: #f2eee7; text-align: center; }
.no-results h2 { margin: 13px 0 3px; }
.no-results p { color: var(--muted); font-size: 11px; margin-bottom: 20px; }
.mobile-filters, .filter-scrim { display: none; }

/* detail */
.product-page { background: var(--paper); }
.product-breadcrumbs { height: 58px; border-bottom: 1px solid #e4e0d8; }
.product-breadcrumbs b { color: var(--ink); }
.product-main { padding: 35px 0 90px; display: grid; grid-template-columns: 1.08fr .92fr; gap: 68px; }
.gallery-main { height: 600px; position: relative; background: #e9e5de; overflow: hidden; }
.gallery-main > img { width: 100%; height: 100%; object-fit: cover; position: absolute; inset: 0; }
.gallery-badge { top: 18px; right: 18px; background: var(--accent); }
.gallery-arrow { position: absolute; top: calc(50% - 20px); width: 40px; height: 40px; border: 1px solid rgba(24,32,25,.15); background: rgba(250,248,243,.9); display: grid; place-items: center; border-radius: 50%; opacity: 0; transition: .2s; z-index: 3; font-size: 20px; }
.gallery-main:hover .gallery-arrow { opacity: 1; }
.gallery-arrow.next { right: 15px; }.gallery-arrow.prev { left: 15px; }
.gallery-thumbs { display: flex; gap: 10px; margin-top: 12px; }
.gallery-thumbs button { width: 78px; height: 86px; border: 1px solid transparent; padding: 3px; background: #e8e4dc; position: relative; overflow: hidden; }
.gallery-thumbs button img { width: 100%; height: 100%; object-fit: cover; }
.gallery-thumbs button.active { border-color: var(--ink); }
.product-info { padding-top: 14px; }
.detail-eyebrow { color: var(--accent-dark); font-size: 9px; font-weight: 750; display: flex; gap: 8px; }
.product-info h1 { font-size: clamp(38px, 4vw, 55px); margin: 7px 0 8px; line-height: 1.25; letter-spacing: -.05em; }
.detail-rating { display: flex; align-items: center; gap: 8px; font-size: 9px; color: var(--muted); flex-wrap: wrap; }
.stars { display: inline-flex; gap: 2px; color: #d98545; }
.detail-rating strong { color: var(--ink); }
.detail-rating a { border-bottom: 1px solid #bbb; }
.detail-rating i { width: 1px; height: 15px; background: #d3d0c9; }
.in-stock { display: inline-flex; align-items: center; gap: 3px; color: #668060; }
.detail-description { color: #656d65; font-size: 12px; line-height: 2.15; margin: 23px 0; }
.detail-facts { display: grid; grid-template-columns: repeat(3, 1fr); padding: 17px 0; border-block: 1px solid var(--line); }
.detail-facts div { display: flex; flex-direction: column; padding-right: 15px; border-left: 1px solid var(--line); }
.detail-facts div:last-child { border: 0; }
.detail-facts span { color: #8b908a; font-size: 8px; }
.detail-facts strong { font-size: 10px; margin-top: 4px; }
.detail-price { margin: 25px 0 18px; display: flex; align-items: center; gap: 12px; flex-wrap: wrap; }
.detail-price del { width: 100%; color: #989b96; font-size: 9px; height: 5px; }
.detail-price > strong { font-size: 24px; }
.detail-price small { font-size: 10px; font-weight: 500; }
.detail-price > span { background: #f4e2d6; color: var(--accent-dark); padding: 4px 7px; font-size: 8px; font-weight: 750; }
.detail-buy-row { display: grid; grid-template-columns: 105px 1fr 48px; gap: 9px; }
.quantity-control { height: 50px; display: grid; grid-template-columns: 32px 1fr 32px; align-items: center; border: 1px solid #cfcac0; }
.quantity-control button { border: 0; background: none; display: grid; place-items: center; font-size: 15px; }
.quantity-control span { text-align: center; font-size: 11px; font-weight: 750; }
.detail-add { height: 50px; }
.heart-button { width: 48px; height: 50px; border: 1px solid #cfcac0; background: transparent; display: grid; place-items: center; font-size: 18px; }
.stock-hint { font-size: 8.5px; color: #8b6250; display: flex; gap: 6px; align-items: center; }
.stock-hint span { width: 6px; height: 6px; background: var(--accent); border-radius: 50%; box-shadow: 0 0 0 0 rgba(223,116,51,.35); animation: pulseGlow 1.5s infinite; }
.detail-services { margin-top: 26px; border-top: 1px solid var(--line); display: grid; grid-template-columns: repeat(3, 1fr); padding-top: 20px; gap: 9px; }
.detail-services > div { display: flex; gap: 8px; font-size: 18px; }
.detail-services span { display: flex; flex-direction: column; font-size: initial; }
.detail-services strong { font-size: 8.5px; }
.detail-services small { color: #92968f; font-size: 7px; line-height: 1.6; }
.product-tabs-section { padding: 0 0 95px; }
.tabs-list { height: 60px; border-bottom: 1px solid #ccc8bf; display: flex; justify-content: center; gap: 55px; }
.tabs-list button { background: none; border: 0; font-size: 11px; color: #7c827b; position: relative; }
.tabs-list button::after { content: ""; position: absolute; height: 2px; background: var(--accent); bottom: -1px; inset-inline: 50%; transition: .2s; }
.tabs-list button.active { color: var(--ink); font-weight: 800; }
.tabs-list button.active::after { inset-inline: 0; }
.tabs-list span { font-size: 8px; background: #e7e2d8; padding: 2px 5px; border-radius: 8px; }
.tab-description { max-width: 900px; margin: 55px auto 0; display: grid; grid-template-columns: 1fr .8fr; gap: 80px; }
.tab-description h2 { font-size: 34px; line-height: 1.4; margin: 8px 0 16px; }
.tab-description p { color: var(--muted); font-size: 11px; line-height: 2.1; }
.tab-description ul { list-style: none; padding: 5px 0 0; margin: 0; display: grid; align-content: start; }
.tab-description li { display: flex; gap: 10px; align-items: center; padding: 12px 0; border-bottom: 1px solid var(--line); font-size: 11px; }
.specs-table { max-width: 760px; margin: 45px auto 0; border: 1px solid var(--line); }
.specs-table div { display: grid; grid-template-columns: .7fr 1.3fr; min-height: 50px; align-items: center; border-bottom: 1px solid var(--line); font-size: 10px; }
.specs-table div:last-child { border: 0; }
.specs-table span { color: var(--muted); background: #f0ece4; height: 100%; display: flex; align-items: center; padding: 0 18px; }
.specs-table strong { padding: 0 20px; }
.reviews-layout { margin-top: 45px; display: grid; grid-template-columns: 240px 1fr; gap: 60px; }
.review-summary { display: flex; flex-direction: column; align-items: center; padding: 25px; background: #f0ece4; height: max-content; }
.review-summary > strong { font-size: 47px; line-height: 1.2; }
.review-summary p { font-size: 9px; color: var(--muted); }
.review-summary .button { width: 100%; margin-top: 12px; }
.review-list article { border-bottom: 1px solid var(--line); padding: 0 0 22px; margin-bottom: 22px; }
.review-head { display: flex; align-items: center; gap: 10px; }
.avatar { width: 34px; height: 34px; background: var(--ink); color: white; display: grid; place-items: center; border-radius: 50%; }
.review-head > div:nth-child(2) { display: flex; flex-direction: column; }
.review-head strong { font-size: 10px; }
.review-head small { color: var(--muted); font-size: 8px; }
.review-head .stars { margin-right: auto; }
.review-list h3 { font-size: 12px; margin: 14px 0 3px; }
.review-list p { color: var(--muted); font-size: 10px; line-height: 2; }
.verified { display: inline-flex; align-items: center; gap: 4px; color: #667d61; font-size: 8px; }
.related-section { background: #f0ece4; }.related-grid { grid-template-columns: repeat(3, 1fr); }.related-grid .product-image-wrap { height: 390px; }

/* cart drawer */
.drawer-scrim, .filter-scrim { position: fixed; inset: 0; z-index: 80; border: 0; background: rgba(10,14,11,.55); opacity: 0; visibility: hidden; transition: .3s; backdrop-filter: blur(3px); }
.drawer-scrim.visible, .filter-scrim.visible { opacity: 1; visibility: visible; }
.cart-drawer { position: fixed; inset: 0 0 0 auto; width: min(440px, 100%); background: var(--paper); z-index: 90; transform: translateX(102%); transition: transform .38s cubic-bezier(.2,.75,.2,1); display: flex; flex-direction: column; box-shadow: -20px 0 50px rgba(0,0,0,.14); }
.cart-drawer.open { transform: none; }
.drawer-header { padding: 23px 25px 17px; display: flex; justify-content: space-between; align-items: center; border-bottom: 1px solid var(--line); }
.drawer-header h2 { margin: 2px 0 0; font-size: 25px; }
.shipping-meter { margin: 16px 24px 6px; padding: 13px 14px; background: #f0ebe2; }
.shipping-meter p { margin: 0 0 8px; font-size: 9px; text-align: center; }
.shipping-meter p.achieved { display: flex; align-items: center; justify-content: center; color: #52734d; gap: 5px; }
.shipping-meter > div { height: 3px; background: #d9d3c8; overflow: hidden; direction: rtl; }
.shipping-meter > div span { height: 100%; display: block; background: var(--accent); transition: width .4s; }
.cart-lines { flex: 1; overflow-y: auto; padding: 5px 24px 20px; }
.cart-line { display: grid; grid-template-columns: 90px 1fr; gap: 14px; padding: 16px 0; border-bottom: 1px solid var(--line); }
.cart-line-image { position: relative; height: 106px; background: #eae6de; display: block; overflow: hidden; }
.cart-line-image img { width: 100%; height: 100%; object-fit: cover; }
.cart-line-copy { display: grid; grid-template-columns: 1fr auto; align-content: start; }
.cart-line-copy > div:first-child { display: flex; flex-direction: column; }
.cart-line-copy a { font-size: 12px; font-weight: 750; }
.cart-line-copy small { color: var(--muted); font-size: 8px; }
.cart-line-copy > strong { font-size: 10px; }.cart-line-copy > strong small { font-size: 7px; font-weight: 400; }
.cart-line-controls { grid-column: 1 / -1; display: flex; justify-content: space-between; align-items: center; margin-top: 18px; }
.quantity-control.small { width: 88px; height: 31px; grid-template-columns: 27px 1fr 27px; }
.remove-line { border: 0; background: none; color: #999; padding: 7px; }
.drawer-summary { padding: 17px 24px 19px; border-top: 1px solid var(--line); box-shadow: 0 -12px 30px rgba(20,25,20,.04); background: var(--paper); }
.drawer-summary > div { display: flex; justify-content: space-between; font-size: 9px; margin-bottom: 6px; color: var(--muted); }
.free { color: #5b7b56 !important; font-weight: 700; }
.drawer-summary .summary-total { margin: 12px 0 15px; padding-top: 12px; border-top: 1px solid var(--line); align-items: center; color: var(--ink); }
.summary-total strong:last-child { font-size: 17px; }.summary-total small { font-size: 8px; }
.drawer-secure { text-align: center; color: #8a8f88; font-size: 8px; margin: 9px 0 0; }.drawer-secure span { color: #6a9163; }
.empty-cart, .cart-loading { flex: 1; display: flex; flex-direction: column; justify-content: center; align-items: center; padding: 40px; text-align: center; }
.empty-cart-icon { width: 70px; height: 70px; background: #eee9df; border-radius: 50%; display: grid; place-items: center; color: var(--accent-dark); font-size: 26px; }
.empty-cart h3 { margin: 18px 0 3px; }.empty-cart p { color: var(--muted); font-size: 10px; max-width: 260px; margin-bottom: 20px; }

/* checkout */
.checkout-page { background: #f3f0e9; min-height: 80vh; padding-bottom: 100px; }
.checkout-top { height: 112px; position: relative; display: flex; align-items: end; padding-bottom: 18px; border-bottom: 1px solid var(--line); }
.checkout-top .breadcrumbs { top: 16px; }
.checkout-top .breadcrumbs b { color: var(--ink); }
.checkout-steps { display: flex; align-items: center; justify-content: center; width: 100%; gap: 15px; font-size: 9px; color: #969a95; }
.checkout-steps span { display: flex; align-items: center; gap: 6px; white-space: nowrap; }
.checkout-steps span b { width: 20px; height: 20px; border: 1px solid #c9c7c0; border-radius: 50%; display: grid; place-items: center; padding: 3px; font-size: 8px; }
.checkout-steps i { width: 60px; height: 1px; background: #ccc9c1; }
.checkout-steps .done, .checkout-steps .active { color: var(--ink); font-weight: 700; }.checkout-steps .active b { background: var(--accent); color: white; border-color: var(--accent); }
.checkout-layout { display: grid; grid-template-columns: 1fr 400px; gap: 30px; padding-top: 35px; align-items: start; }
.checkout-form { display: grid; gap: 17px; }
.checkout-panel { background: #fbfaf6; border: 1px solid #e3dfd7; padding: 26px 29px; }
.checkout-panel > header { display: flex; align-items: start; gap: 12px; margin-bottom: 22px; }
.checkout-panel > header > span { width: 37px; height: 37px; display: grid; place-items: center; border-radius: 50%; background: #ede6db; color: var(--accent-dark); font-size: 17px; }
.checkout-panel h2 { margin: 0; font-size: 16px; }.checkout-panel header p { margin: 1px 0 0; color: var(--muted); font-size: 8.5px; }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 15px; }
.form-grid label { display: grid; gap: 6px; font-size: 9px; font-weight: 650; }.form-grid label.full { grid-column: 1 / -1; }.form-grid label small { color: #999; font-weight: 400; }
.form-grid input, .form-grid textarea, .form-grid select { width: 100%; border: 1px solid #d7d3ca; background: #fff; outline: 0; font-size: 10px; padding: 0 13px; transition: .2s; border-radius: 0; }
.form-grid input, .form-grid select { height: 43px; }.form-grid textarea { padding-block: 10px; resize: vertical; }
.form-grid input:focus, .form-grid textarea:focus, .form-grid select:focus { border-color: var(--ink); box-shadow: 0 0 0 2px rgba(24,32,25,.05); }
.select-wrap { position: relative; }.select-wrap select { appearance: none; }
.option-list { display: grid; gap: 9px; }
.option-list > label { min-height: 67px; border: 1px solid #d8d4cb; display: flex; align-items: center; gap: 12px; padding: 11px 15px; cursor: pointer; position: relative; font-size: 18px; }
.option-list > label.selected { border-color: var(--ink); background: #f7f4ed; box-shadow: inset 3px 0 var(--accent); }
.option-list input { position: absolute; opacity: 0; }.radio-mark { width: 17px; height: 17px; border: 1px solid #b8b7b1; border-radius: 50%; position: relative; flex-shrink: 0; }.option-list input:checked + .radio-mark { border-color: var(--accent); }.option-list input:checked + .radio-mark::after { content: ""; position: absolute; inset: 3px; background: var(--accent); border-radius: 50%; }
.option-list label > div { display: flex; flex-direction: column; flex: 1; font-size: initial; }.option-list strong { font-size: 10px; }.option-list small { font-size: 8px; color: var(--muted); }.option-list label > b { font-size: 9px; }
.order-summary { position: sticky; top: 95px; background: #fbfaf6; border: 1px solid #ddd9d0; padding: 23px; }
.summary-head { display: flex; justify-content: space-between; align-items: center; padding-bottom: 15px; border-bottom: 1px solid var(--line); }.summary-head h2 { font-size: 16px; margin: 0; }.summary-head a { color: var(--accent-dark); font-size: 8px; border-bottom: 1px solid; }
.summary-items { max-height: 245px; overflow-y: auto; }.summary-item { display: grid; grid-template-columns: 61px 1fr auto; gap: 10px; align-items: center; padding: 13px 0; border-bottom: 1px solid var(--line); }
.summary-image { width: 61px; height: 70px; position: relative; background: #e8e3da; overflow: hidden; }.summary-image img { width: 100%; height: 100%; object-fit: cover; }.summary-image b { position: absolute; left: -5px; top: -5px; width: 18px; height: 18px; background: var(--ink); color: white; border-radius: 50%; display: grid; place-items: center; font-size: 7px; z-index: 2; }
.summary-item > div:nth-child(2) { display: flex; flex-direction: column; }.summary-item > div strong { font-size: 9.5px; }.summary-item small { font-size: 7.5px; color: var(--muted); }.summary-item > span { font-size: 8.5px; font-weight: 700; }
.coupon-box { padding: 15px 0; border-bottom: 1px solid var(--line); }.coupon-box > div { display: grid; grid-template-columns: 1fr 60px; }.coupon-box input { height: 39px; border: 1px solid #d3cfc6; padding: 0 10px; font-size: 9px; outline: 0; }.coupon-box button { border: 0; background: var(--ink); color: white; font-size: 8px; }.coupon-box > small { display: block; margin-top: 5px; font-size: 7.5px; }.coupon-box .valid { color: #668060; }.coupon-box .invalid { color: #a4543a; }
.summary-prices { padding-top: 14px; }.summary-prices > div { display: flex; justify-content: space-between; margin-bottom: 8px; color: var(--muted); font-size: 9px; }.summary-prices .discount { color: #63805e; }.summary-prices .summary-total { color: var(--ink); border-top: 1px solid var(--line); padding-top: 14px; margin-top: 13px; align-items: center; }
.pay-button { margin-top: 8px; }.pay-button:disabled { opacity: .7; cursor: wait; transform: none; }.checkout-security { display: flex; justify-content: center; gap: 4px; color: #8d918b; font-size: 7.5px; }
.summary-trust { margin-top: 15px; padding: 12px; background: #eeebe4; display: flex; align-items: center; gap: 9px; }.mini-shield { width: 34px; height: 34px; border-radius: 50%; background: #dfe7dc; color: #5d7558; display: grid; place-items: center; font-size: 15px; }.summary-trust > span { display: flex; flex-direction: column; }.summary-trust strong { font-size: 8.5px; }.summary-trust small { font-size: 7px; color: var(--muted); }
.checkout-error { color: #9b3f2d; background: #f6e3de; font-size: 8.5px; padding: 9px; margin: 8px 0; }
.checkout-state, .checkout-success { min-height: 640px; background: #f3f0e9; display: flex; flex-direction: column; align-items: center; justify-content: center; text-align: center; }.checkout-state p { color: var(--muted); font-size: 10px; }.empty-checkout h1 { font-size: 30px; margin: 20px 0 2px; }.empty-checkout .button { margin-top: 15px; }
.success-card { width: min(600px, calc(100% - 32px)); background: #fbfaf6; border: 1px solid var(--line); padding: 55px; box-shadow: var(--shadow); }.success-icon { width: 70px; height: 70px; background: #e3ecdf; color: #567250; border-radius: 50%; display: grid; place-items: center; margin: 0 auto 15px; font-size: 30px; }.success-card h1 { margin: 7px 0; font-size: 34px; }.success-card > p { color: var(--muted); font-size: 11px; line-height: 2; }.success-card > p strong { color: var(--ink); direction: ltr; display: inline-block; }.success-status { display: flex; justify-content: center; align-items: center; margin: 28px 0 7px; }.success-status span { width: 29px; height: 29px; display: grid; place-items: center; border: 1px solid #ccc; border-radius: 50%; color: #aaa; }.success-status span.done { background: #60795a; color: white; border-color: #60795a; }.success-status span.current { border-color: var(--accent); color: var(--accent); }.success-status i { width: 85px; height: 1px; background: #d5d2cb; }.success-card > small { font-size: 7.5px; color: var(--muted); }.success-actions { margin-top: 28px; display: flex; justify-content: center; gap: 25px; align-items: center; }

/* footer */
.site-footer { background: #121713; color: white; }
.footer-main { padding: 76px 0 62px; display: grid; grid-template-columns: 1.5fr .7fr .7fr 1.1fr; gap: 68px; }
.brand-light .brand-mark { background: #303a31; }.brand-light .brand-copy strong { color: white; }.brand-light .brand-copy small { color: #a8b0a8; }
.footer-brand > p { color: #8d978e; font-size: 10px; line-height: 2; max-width: 280px; margin: 21px 0; }
.footer-social { display: flex; gap: 7px; }.footer-social a { width: 34px; height: 34px; border: 1px solid #374038; color: #adb5ad; display: grid; place-items: center; border-radius: 50%; transition: .2s; }.footer-social a:hover { background: var(--accent); color: white; border-color: var(--accent); }
.footer-column, .footer-contact { display: flex; flex-direction: column; align-items: start; gap: 9px; }
.site-footer h4 { font-size: 11px; margin: 0 0 9px; color: #e8ece8; }.footer-column a { color: #889289; font-size: 9px; transition: color .2s, transform .2s; }.footer-column a:hover { color: #e39b67; transform: translateX(-3px); }
.footer-contact > p { margin: 0; display: flex; gap: 8px; align-items: center; color: #a4ada5; font-size: 9px; }.footer-contact > small { color: #667067; font-size: 7.5px; margin-right: 26px; }
.trust-badges { display: flex; gap: 8px; margin-top: 10px; }.trust-badges > span { width: 68px; height: 61px; border: 1px solid #343d35; display: flex; flex-direction: column; align-items: center; justify-content: center; color: #889289; font-size: 7px; line-height: 1.1; }.trust-symbol { font-size: 9px !important; color: #9ea69f !important; }.trust-symbol b { font-size: 7px; }
.footer-bottom { border-top: 1px solid #2b332c; }.footer-bottom .container-shell { min-height: 52px; display: flex; justify-content: space-between; align-items: center; color: #5f6960; font-size: 7.5px; }

@media (max-width: 1100px) {
  .desktop-nav { gap: 15px; }.desktop-nav a { font-size: 10px; }
  .hero-grid { gap: 30px; }.hero-copy h1 { font-size: 68px; }.hero-float-card { right: -10px; }
  .product-image-wrap, .shop-grid .product-image-wrap { height: 280px; }
  .story-grid { gap: 60px; }.story-main-image { left: 50px; }
  .shop-content { grid-template-columns: 195px 1fr; gap: 28px; }.shop-grid { gap: 16px; row-gap: 40px; }
  .gallery-main { height: 510px; }.product-main { gap: 42px; }.detail-services { grid-template-columns: 1fr; }
  .checkout-layout { grid-template-columns: 1fr 350px; }
  .footer-main { gap: 35px; }
}

@media (max-width: 850px) {
  .container-shell { width: min(100% - 36px, 720px); }.section { padding: 80px 0; }
  .desktop-nav { display: none; }.menu-button { display: grid; }.mobile-menu { display: block; position: absolute; top: 74px; inset-inline: 0; background: var(--paper); max-height: 0; overflow: hidden; opacity: 0; border-bottom: 1px solid var(--line); transition: .3s; }.mobile-menu.open { max-height: 350px; opacity: 1; }.mobile-menu nav { padding-block: 10px 20px; display: grid; }.mobile-menu a { padding: 12px 2px; border-bottom: 1px solid var(--line); display: flex; justify-content: space-between; font-size: 12px; }
  .hero-section { min-height: auto; }.hero-grid { grid-template-columns: 1fr; padding-block: 65px 85px; }.hero-copy { text-align: center; display: flex; flex-direction: column; align-items: center; }.hero-copy > p { max-width: 570px; }.hero-trust { justify-content: center; }.hero-visual { height: 570px; width: min(570px, 100%); justify-self: center; }.hero-seal { left: 0; }.hero-float-card { right: -5px; }.hero-scroll { display: none; }
  .service-strip .container-shell { grid-template-columns: 1fr 1fr; padding-block: 13px; }.service-strip .container-shell > div { min-height: 55px; }.service-strip .container-shell > div:nth-child(2) { border: 0; }
  .collections-grid { grid-template-columns: 1fr 1fr; height: 700px; }.collection-large { grid-column: 1 / -1; }
  .product-grid { grid-template-columns: 1fr 1fr; row-gap: 40px; }.product-image-wrap, .shop-grid .product-image-wrap { height: 390px; }
  .story-grid { grid-template-columns: 1fr; }.story-visual { width: min(560px, 100%); justify-self: center; }.story-copy { max-width: 580px; }.story-number { right: -10px; }
  .testimonial-section .container-shell { grid-template-columns: 1fr; gap: 35px; }.testimonial-heading { display: grid; grid-template-columns: 1fr auto; }.testimonial-heading h2 { margin: 6px 0; }.rating-big { align-self: center; }
  .faq-grid { grid-template-columns: 1fr; gap: 45px; }
  .filter-sidebar { display: none; }.shop-content { grid-template-columns: 1fr; }.mobile-filter-button { display: flex; gap: 6px; align-items: center; }.toolbar-count { display: none; }.shop-grid { grid-template-columns: 1fr 1fr; }
  .mobile-filters { display: block; position: fixed; top: 0; bottom: 0; right: 0; z-index: 95; width: min(360px, 90%); background: var(--paper); padding: 22px; overflow-y: auto; transform: translateX(102%); transition: .3s; }.mobile-filters.open { transform: none; }.filter-scrim { display: block; }.filter-mobile-head { display: flex; justify-content: space-between; align-items: center; padding-bottom: 15px; border-bottom: 1px solid var(--ink); }.filter-mobile-head button { border: 0; background: none; }.filter-apply { display: flex; margin-top: 20px; }
  .product-main { grid-template-columns: 1fr; }.gallery-main { height: 680px; }.product-info { max-width: 680px; }.detail-services { grid-template-columns: repeat(3, 1fr); }.related-grid .product-card:last-child { display: none; }
  .checkout-layout { grid-template-columns: 1fr; }.order-summary { position: static; grid-row: 1; }.checkout-form { grid-row: 2; }
  .footer-main { grid-template-columns: 1.4fr 1fr 1fr; }.footer-contact { grid-column: 1 / -1; display: grid; grid-template-columns: 1fr 1fr; }.footer-contact h4 { grid-column: 1/-1; }.trust-badges { grid-column: 2; grid-row: 2 / 4; justify-self: end; }
}

@media (max-width: 600px) {
  .container-shell { width: calc(100% - 28px); }.section { padding: 65px 0; }.announcement { font-size: 9px; }.site-header { height: 66px; }.header-inner { gap: 10px; }.brand-mark { width: 32px; height: 35px; }.brand-mark::before { left: 10px; top: 7px; }.brand-mark span { left: 14px; top: 11px; }.brand-copy strong { font-size: 17px; }.cart-button { width: 42px; padding: 0; justify-content: center; border-radius: 50%; }.cart-button > span { display: none; }.header-actions { gap: 5px; }.icon-button { width: 39px; height: 39px; }.mobile-menu { top: 66px; }.hidden-mobile { display: none; }
  .hero-grid { padding: 54px 0 70px; }.hero-copy h1 { font-size: clamp(52px, 16.5vw, 72px); }.hero-copy > p { font-size: 13px; margin-top: 24px; }.hero-actions { flex-direction: column; gap: 20px; }.hero-trust { gap: 14px; margin-top: 38px; }.hero-trust strong { font-size: 17px; }.hero-visual { height: 430px; margin-top: 15px; }.hero-image-frame { inset: 0 0 0 0; }.hero-seal { width: 77px; height: 77px; top: 25px; left: -5px; }.hero-float-card { right: -4px; bottom: 24px; width: 180px; }.service-strip .container-shell > div { justify-content: start; padding-right: 6px; }.service-strip strong { font-size: 9px; }.service-strip small { font-size: 7px; }
  .section-heading h2 { font-size: 34px; }.section-heading > p { font-size: 11px; }.heading-row { align-items: start; }.heading-row .outline-link { border: 0; padding: 0; min-height: 30px; white-space: nowrap; font-size: 9px; }
  .collections-grid { grid-template-columns: 1fr; height: auto; }.collection-card, .collection-large { height: 310px; grid-column: auto; }.collection-large .collection-copy h3 { font-size: 27px; }
  .home-products, .shop-grid, .related-grid { grid-template-columns: 1fr 1fr; gap: 12px; row-gap: 34px; }.product-image-wrap, .shop-grid .product-image-wrap, .related-grid .product-image-wrap { height: 245px; }.product-card h3 { font-size: 14px; }.product-card-copy > p { display: none; }.product-meta { font-size: 7px; }.product-card-foot { margin-top: 8px; }.price-block strong { font-size: 11px; }.product-badge { font-size: 7px; top: 8px; right: 8px; }.image-view { display: none; }.add-button span { display: none; }
  .story-section { padding: 75px 0; }.story-grid { gap: 75px; }.story-visual { height: 410px; }.story-main-image { left: 35px; }.story-detail-image { width: 135px; height: 175px; left: -5px; }.story-number { width: 92px; height: 92px; }.story-number strong { font-size: 28px; }.story-copy h2 { font-size: 42px; }.story-copy .story-lead { font-size: 14px; }
  .guide-grid { grid-template-columns: 1fr; }.guide-grid > a { border-left: 0; border-bottom: 1px solid var(--line); min-height: 225px; }
  .testimonial-heading { display: block; }.testimonial-cards { grid-template-columns: 1fr; }.testimonial-cards article { min-height: 240px; }.testimonial-cards article:last-child { display: none; }
  .shop-hero { min-height: 220px; }.shop-hero .container-shell { height: 220px; }.shop-hero h1 { font-size: 37px; }.shop-hero p { max-width: 300px; }.shop-content { padding-top: 32px; }.shop-toolbar { flex-wrap: wrap; gap: 8px; }.shop-search { order: -1; max-width: none; width: 100%; flex-basis: 100%; border-bottom: 1px solid var(--line); }.sort-control { margin-right: auto; }.shop-hero-mark { left: -30px; }
  .product-breadcrumbs { white-space: nowrap; overflow: hidden; }.product-main { padding-top: 15px; }.gallery-main { height: 440px; }.gallery-thumbs button { width: 64px; height: 72px; }.gallery-arrow { opacity: 1; }.product-info h1 { font-size: 37px; }.detail-rating { flex-wrap: wrap; }.detail-description { font-size: 11px; }.detail-facts strong { font-size: 8px; }.detail-buy-row { grid-template-columns: 90px 1fr 44px; }.detail-add { font-size: 11px; padding-inline: 10px; }.heart-button { width: 44px; }.detail-services { grid-template-columns: 1fr; }.tabs-list { gap: 15px; justify-content: space-between; }.tabs-list button { font-size: 9px; }.tab-description { grid-template-columns: 1fr; gap: 25px; margin-top: 40px; }.reviews-layout { grid-template-columns: 1fr; gap: 30px; }.review-summary { max-width: 280px; }.related-grid { grid-template-columns: 1fr 1fr; }.related-grid .product-card:last-child { display: none; }
  .checkout-top { height: 125px; }.checkout-steps { gap: 6px; font-size: 7px; }.checkout-steps i { width: 18px; }.checkout-layout { padding-top: 20px; gap: 15px; }.order-summary, .checkout-panel { padding: 19px 15px; }.form-grid { grid-template-columns: 1fr; }.form-grid label.full { grid-column: auto; }.option-list label > b { max-width: 65px; text-align: left; }.checkout-panel header p { max-width: 250px; }.success-card { padding: 38px 20px; }.success-card h1 { font-size: 29px; }.success-status i { width: 45px; }
  .footer-main { grid-template-columns: 1fr 1fr; gap: 40px 25px; }.footer-brand { grid-column: 1 / -1; }.footer-contact { display: flex; grid-column: 1 / -1; }.trust-badges { align-self: auto; }.footer-bottom .container-shell { flex-direction: column; justify-content: center; gap: 0; }
}

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

/* admin panel */
.admin-body { background: #f3f0e9; min-height: 100vh; }
.admin-login { min-height: 100vh; display: grid; place-items: center; background: linear-gradient(135deg, #182019 0%, #2a382c 100%); }
.admin-login form { width: min(420px, calc(100% - 40px)); background: #fbfaf6; padding: 40px 34px; box-shadow: 0 30px 80px rgba(0,0,0,.25); }
.login-icon { width: 60px; height: 60px; border-radius: 50%; background: #e8e2d7; color: var(--accent-dark); display: grid; place-items: center; margin: 0 auto 15px; font-size: 26px; }
.admin-login h1 { margin: 0; text-align: center; font-size: 23px; }
.admin-login p { text-align: center; color: #888; font-size: 10px; margin: 7px 0 22px; }
.admin-login small { display: block; text-align: center; color: #aaa; font-size: 8px; margin-top: 16px; }
.admin-input { display: grid; grid-template-columns: auto 1fr; align-items: center; height: 48px; border: 1px solid #d6d1c8; background: white; padding: 0 12px; gap: 8px; }
.admin-input input { border: 0; outline: 0; background: transparent; width: 100%; }
.admin-login label { display: grid; gap: 6px; font-size: 10px; font-weight: 700; margin-bottom: 14px; }
.admin-login button { width: 100%; }
.admin-error { background: #f6e3de; color: #9b3f2d; font-size: 9px; padding: 10px; margin-bottom: 14px; }
.admin-check { min-height: 100vh; display: grid; place-items: center; color: var(--muted); }
.admin-shell { display: grid; grid-template-columns: 240px 1fr; min-height: 100vh; }
.admin-sidebar { background: #182019; color: #cbd2cc; position: sticky; top: 0; height: 100vh; display: flex; flex-direction: column; padding: 24px 0; }
.admin-brand { padding: 0 22px 24px; border-bottom: 1px solid #2b362d; margin-bottom: 12px; }
.admin-brand span { display: block; color: white; font-size: 21px; font-weight: 900; letter-spacing: -.04em; }
.admin-brand small { font-size: 9px; color: #8b9a8d; }
.admin-sidebar nav { flex: 1; display: grid; align-content: start; }
.admin-sidebar a { display: flex; align-items: center; gap: 10px; padding: 13px 22px; font-size: 11px; color: #a8b2a9; border-right: 3px solid transparent; }
.admin-sidebar a:hover, .admin-sidebar a.active { background: #263028; color: white; border-color: var(--accent); }
.admin-logout { display: flex; align-items: center; gap: 10px; border: 0; background: transparent; color: #caa; padding: 14px 22px; font-size: 11px; width: 100%; }
.admin-logout:hover { color: #fff; }
.admin-content { padding: 30px 34px; }
.admin-page { max-width: 1100px; }
.admin-page-head { display: flex; justify-content: space-between; align-items: end; margin-bottom: 26px; flex-wrap: wrap; gap: 10px; }
.admin-page-head h1 { margin: 0; font-size: 25px; }
.admin-page-head p { margin: 4px 0 0; color: #777; font-size: 10px; }
.admin-refresh { display: flex; align-items: center; gap: 7px; border: 1px solid #ccc9c0; background: white; height: 38px; padding: 0 13px; font-size: 9px; }
.admin-refresh:hover { background: var(--ink); color: white; }
.admin-stats { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; margin-bottom: 24px; }
.admin-stat { background: white; border: 1px solid #e4e0d8; padding: 18px; display: flex; align-items: center; gap: 13px; }
.admin-stat .stat-icon { width: 42px; height: 42px; border-radius: 10px; display: grid; place-items: center; color: white; font-size: 19px; }
.stat-blue .stat-icon { background: #4a7c9b; }.stat-green .stat-icon { background: #6b9b6b; }.stat-orange .stat-icon { background: #d99052; }
.stat-purple .stat-icon { background: #7b6b9b; }.stat-red .stat-icon { background: #b86b6b; }.stat-teal .stat-icon { background: #5d8f8b; }
.admin-stat small { display: block; color: #888; font-size: 9px; }
.admin-stat strong { font-size: 16px; }
.admin-grid { display: grid; grid-template-columns: 2fr 1fr; gap: 18px; }
.admin-card { background: white; border: 1px solid #e4e0d8; padding: 22px; }
.admin-card h2 { font-size: 14px; margin: 0 0 18px; }
.admin-chart { direction: ltr; }
.admin-loading { background: white; border: 1px solid #e4e0d8; padding: 50px; text-align: center; color: #777; }
.admin-recent-list { display: grid; gap: 12px; }
.admin-recent-item { display: flex; justify-content: space-between; align-items: center; padding-bottom: 12px; border-bottom: 1px solid #edeae2; }
.admin-recent-item strong { display: block; font-size: 11px; }.admin-recent-item span { font-size: 8.5px; color: #777; }.admin-recent-item b { font-size: 11px; display: block; margin-bottom: 4px; }
.admin-toolbar { display: flex; align-items: center; gap: 10px; margin-bottom: 16px; }
.admin-toolbar span { font-size: 10px; color: #666; }
.admin-toolbar select { height: 34px; border: 1px solid #d5d2c9; background: white; padding: 0 10px; font-size: 9px; }
.admin-table { width: 100%; border-collapse: collapse; font-size: 10px; }
.admin-table th { text-align: right; padding: 12px 10px; border-bottom: 1px solid #e4e0d8; color: #666; font-weight: 700; }
.admin-table td { padding: 13px 10px; border-bottom: 1px solid #f0ede5; vertical-align: middle; }
.admin-table td > div b { display: block; }.admin-table td > div small { color: #999; }
.pill { padding: 4px 8px; font-size: 8px; border-radius: 10px; }
.status-processing { background: #fff3e0; color: #d97b1f; }.status-shipped { background: #e3f2fd; color: #2b6da8; }
.status-delivered { background: #e8f5e9; color: #3b7a3e; }.status-cancelled { background: #ffebee; color: #a83b3b; }
.admin-row-actions { display: flex; gap: 6px; align-items: center; }
.admin-row-actions select { height: 30px; border: 1px solid #d5d2c9; background: white; font-size: 8px; padding: 0 6px; }
.admin-row-actions button { width: 28px; height: 28px; display: grid; place-items: center; border: 1px solid #d5d2c9; background: white; }
.order-detail { display: grid; gap: 10px; padding: 15px; background: #fbfaf6; font-size: 10px; }
.order-detail ul { margin: 6px 0 0; padding: 0 18px; color: #555; }
.order-table-card { overflow-x: auto; }
.admin-add { display: flex; align-items: center; gap: 7px; height: 38px; background: var(--accent); color: white; border: 0; padding: 0 15px; font-size: 10px; }
.admin-modal { position: fixed; inset: 0; z-index: 100; display: grid; place-items: center; }
.admin-modal-back { position: absolute; inset: 0; background: rgba(0,0,0,.4); }
.admin-modal-content { position: relative; z-index: 1; width: min(520px, calc(100% - 28px)); background: white; padding: 28px; box-shadow: 0 25px 60px rgba(0,0,0,.2); max-height: 90vh; overflow-y: auto; }
.admin-modal-content h2 { margin: 0 0 20px; font-size: 18px; }
.admin-form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.admin-form-grid label, .admin-modal-content label.full { display: grid; gap: 5px; font-size: 9px; font-weight: 700; }
.admin-form-grid input, .admin-modal-content textarea { height: 38px; border: 1px solid #d5d2c9; padding: 0 10px; font-size: 9px; outline: 0; }
.admin-form-grid label.check { display: flex; align-items: center; gap: 6px; }
.admin-modal-content textarea { height: 70px; width: 100%; resize: vertical; padding-block: 8px; }
.admin-modal-actions { display: flex; gap: 10px; margin-top: 18px; }
.admin-modal-actions .button { min-height: 38px; padding: 0 22px; }

/* ---------- صفحات تکمیلی پنل ادمین ---------- */
.admin-head-actions { display: flex; gap: 8px; flex-wrap: wrap; }
.admin-toolbar-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(140px, 1fr)); gap: 8px; align-items: end; }
.admin-toolbar-grid input, .admin-toolbar-grid select { height: 34px; border: 1px solid #d5d2c9; background: white; padding: 0 10px; font-size: 9px; }
.admin-breadcrumb { font-size: 9px; color: #888; margin-bottom: 4px; }
.admin-breadcrumb a { color: var(--accent-dark); }
.admin-order-grid { display: grid; grid-template-columns: 1.4fr 1fr; gap: 18px; align-items: start; }
.order-total-box { margin-top: 15px; padding-top: 15px; border-top: 1px solid var(--line); font-size: 11px; }
.order-total-box > div { display: flex; justify-content: space-between; padding: 4px 0; }
.order-total-box .discount { color: #63805e; }
.order-total-box .grand-total { font-weight: 800; border-top: 1px solid var(--line); padding-top: 10px; margin-top: 8px; font-size: 14px; }
.order-info-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.order-info-grid > div { padding: 10px; background: #f9f8f4; font-size: 10px; }
.order-info-grid .full { grid-column: 1 / -1; }
.order-info-grid small { display: block; color: #888; margin-bottom: 3px; }
.order-info-grid strong { font-weight: 650; }
.order-history { display: grid; gap: 10px; }
.history-item { display: flex; justify-content: space-between; align-items: center; padding: 10px; background: #f9f8f4; font-size: 10px; }
.history-item strong { display: block; }
.history-item small { color: #888; }
.admin-status-grid { display: grid; grid-template-columns: repeat(8, 1fr); gap: 8px; margin-bottom: 24px; }
.admin-status-card { background: white; border: 1px solid #e4e0d8; padding: 12px; text-align: center; font-size: 9px; }
.admin-status-card strong { display: block; font-size: 17px; margin-top: 4px; }
.status-paid { background: #e3f2fd !important; color: #2b6da8 !important; }
.status-packed { background: #f3e5f5 !important; color: #7b1fa2 !important; }
.status-refunded { background: #ffebee !important; color: #c62828 !important; }
.row-warning { background: #fff8e1 !important; }
.row-danger { background: #ffebee !important; }
.text-success { color: #2e7d32; }
.text-danger { color: #c62828; }
.inline-adjust { display: flex; gap: 4px; align-items: center; flex-wrap: wrap; }
.inline-adjust input, .inline-adjust select { height: 32px; border: 1px solid #d5d2c9; padding: 0 6px; font-size: 8px; }
.inline-adjust button { height: 32px; padding: 0 10px; border: 0; background: var(--ink); color: white; font-size: 8px; }
.admin-label { display: grid; gap: 5px; font-size: 9px; font-weight: 700; margin-bottom: 12px; }
.admin-label textarea, .admin-label input, .admin-label select { height: 38px; border: 1px solid #d5d2c9; padding: 0 10px; font-size: 9px; outline: 0; }
.admin-label textarea { height: 70px; padding-block: 8px; resize: vertical; }
.address-list { display: grid; gap: 10px; }
.address-item { padding: 12px; background: #f9f8f4; font-size: 10px; }
.address-item strong { display: block; margin-bottom: 4px; }
.address-item small { color: #888; }
.settings-form .admin-card { margin-bottom: 18px; }
.settings-info { font-size: 10px; line-height: 2; }
.settings-info > div { padding: 8px 0; border-bottom: 1px solid var(--line); }
.settings-info > div:last-child { border: 0; }
.admin-pagination { display: flex; justify-content: center; align-items: center; gap: 6px; margin-top: 20px; font-size: 10px; flex-wrap: wrap; }
.admin-pagination a, .admin-pagination span { min-width: 32px; height: 32px; display: grid; place-items: center; border: 1px solid #d5d2c9; background: white; padding: 0 8px; }
.admin-pagination a:hover { background: var(--ink); color: white; }
.admin-pagination .current { background: var(--accent); color: white; border-color: var(--accent); }
.admin-pagination .disabled { color: #bbb; }
.pagination-total { margin-right: 10px; color: #888; font-size: 9px; }
.toast-stack { position: fixed; top: 20px; left: 20px; z-index: 200; display: grid; gap: 8px; }
.toast { padding: 12px 18px; border-radius: 6px; color: white; font-size: 11px; box-shadow: 0 10px 25px rgba(0,0,0,.15); animation: revealUp .3s ease; }
.toast-success { background: #2e7d32; }
.toast-error { background: #c62828; }

@media (max-width: 900px) {
  .admin-shell { grid-template-columns: 1fr; }.admin-sidebar { position: static; height: auto; flex-direction: row; flex-wrap: wrap; align-items: center; padding: 12px 16px; }.admin-sidebar nav { flex-direction: row; display: flex; flex-wrap: wrap; flex: 1; }.admin-sidebar a { padding: 8px 12px; border: 0; }.admin-logout { padding: 8px 12px; width: auto; }.admin-content { padding: 20px; }.admin-stats { grid-template-columns: 1fr 1fr; }.admin-grid { grid-template-columns: 1fr; }
  .admin-order-grid { grid-template-columns: 1fr; }
  .admin-status-grid { grid-template-columns: repeat(4, 1fr); }
  .order-info-grid { grid-template-columns: 1fr; }
  .admin-toolbar-grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 600px) {
  .admin-stats { grid-template-columns: 1fr; }.admin-form-grid { grid-template-columns: 1fr; }
  .admin-status-grid { grid-template-columns: repeat(2, 1fr); }
  .admin-toolbar-grid { grid-template-columns: 1fr; }
  .inline-adjust { flex-direction: column; align-items: stretch; }
}
