@font-face {
    font-family: "Vazirmatn";
    src: url("../fonts/vazirmatn/Vazirmatn-Variable.f6d31671339d.woff2") format("woff2-variations");
    font-style: normal;
    font-weight: 100 900;
    font-display: swap;
}

:root {
    --font-persian: "Vazirmatn", Tahoma, "Segoe UI", Arial, sans-serif;
    --font-brand: "Estedad", "Peyda", "Vazirmatn", Tahoma, sans-serif;
    --green-900: #244c29;
    --green-800: #315d2d;
    --green-700: #3e7035;
    --green-100: #eaf0e5;
    --cream: #f8f5ee;
    --paper: #fffdf9;
    --ink: #1e211d;
    --muted: #72756e;
    --line: #e8e4da;
    --radius-sm: 14px;
    --radius-md: 20px;
    --radius-lg: 30px;
    --shadow: 0 12px 35px rgba(46, 58, 41, .09);
}

* { box-sizing: border-box; }
html {
    scroll-behavior: smooth;
    font-family: var(--font-persian);
    font-synthesis: none;
}
body {
    margin: 0;
    background: var(--cream);
    color: var(--ink);
    font-family: var(--font-persian);
    font-size: clamp(15px, 3.85vw, 16px);
    font-weight: 400;
    line-height: 1.78;
    letter-spacing: -.006em;
    font-feature-settings: "kern" 1, "ss01" 1;
    padding-bottom: 83px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
body { min-height: 100svh; display: flex; flex-direction: column; }
#main-content { position: relative; flex: 1 0 auto; isolation: isolate; overflow: clip; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; letter-spacing: inherit; }
h1, h2, h3, h4, h5, h6, p { text-wrap: pretty; }
h1, h2, h3, h4, h5, h6, strong, b {
    font-family: var(--font-persian);
    font-variation-settings: "wght" var(--text-weight, 700);
}
h1, h2, h3, h4, h5, h6 {
    line-height: 1.42;
    letter-spacing: -.022em;
    text-wrap: balance;
}
button, .hero__cta, .outline-button, .bottom-nav, .result-count, .category-badge {
    font-family: var(--font-persian);
    line-height: 1.35;
}
.catalog-container { max-width: 1120px; }
.skip-link { position: fixed; inset: 8px auto auto 8px; z-index: 9999; background: #fff; padding: 8px 14px; transform: translateY(-160%); font-weight: 700; }
.skip-link:focus, .skip-link:focus-visible { transform: none; }
:where(a, button, input, select, textarea, [tabindex]):focus-visible { outline: 3px solid var(--green-700); outline-offset: 3px; }

.site-header {
    position: sticky; top: 0; z-index: 20;
    background: rgba(248, 245, 238, .88);
    border-bottom: 1px solid transparent;
    backdrop-filter: blur(14px);
    transition: box-shadow .25s, border-color .25s;
}
.site-header.scrolled { border-color: var(--line); box-shadow: 0 6px 25px rgba(38, 49, 35, .06); }
.brand-mini { --text-weight: 800; display: flex; align-items: center; gap: 6px; min-height: 44px; color: var(--green-800); font-size: 1.45rem; font-weight: 800; letter-spacing: -.035em; }
.brand-wordmark { font-family: var(--font-brand); font-weight: 800; font-variation-settings: "wght" 800; line-height: 1.15; letter-spacing: -.045em; }
.brand-mini .brand-wordmark { font-size: 1.08em; }
.brand-mini img { max-height: 40px; width: auto; object-fit: contain; }
.icon-button {
    width: 44px; height: 44px; border: 1px solid var(--line); border-radius: 13px; background: var(--paper);
    display: inline-grid; place-items: center; font-size: 1.3rem; line-height: 1; color: var(--ink);
}
.grid-icon { display: grid; grid-template-columns: repeat(2, 5px); gap: 3px; }
.grid-icon i { width: 5px; height: 5px; border-radius: 1px; background: currentColor; }
.site-header__actions { display: flex; align-items: center; gap: 8px; }
.header-search-icon { width: 20px; height: 20px; display: block; }

.hero {
    --hero-image: url('/media/categories/ChatGPT_Image_Aug_15_2026_11_15_29_PM.png');
    position: relative; min-height: min(690px, 88svh); display: flex; flex-direction: column; align-items: center;
    padding: max(18px, env(safe-area-inset-top)) 18px 34px; overflow: hidden; color: var(--green-900);
    background-image: linear-gradient(180deg, rgba(249,246,237,.2) 0%, rgba(249,246,237,.05) 46%, rgba(24,42,23,.2) 100%), var(--hero-image);
    background-size: cover; background-position: center;
}
.hero__top { width: 100%; display: flex; justify-content: space-between; z-index: 2; }
.icon-button--glass { background: rgba(255,255,255,.82); border-color: rgba(255,255,255,.75); box-shadow: 0 5px 16px rgba(0,0,0,.08); }
.hero__content { text-align: center; max-width: 520px; margin-top: clamp(24px, 7vh, 72px); }
.hero__contact-icon {
    width: 1.12rem;
    height: 1.12rem;
    display: block;
    color: var(--green-900);
}
.hero__logo { margin: 0 auto 12px; max-height: 96px; width: auto; object-fit: contain; }
.wordmark { --text-weight: 820; display: flex; flex-direction: column; align-items: center; font-family: var(--font-brand); font-size: clamp(3.2rem, 14vw, 5.8rem); font-weight: 820; font-variation-settings: "wght" 820; line-height: 1.12; letter-spacing: -.055em; }
.wordmark span { font-size: .48em; line-height: .7; color: inherit; }
.hero h1 { --text-weight: 720; font-size: clamp(1.08rem, 4vw, 1.38rem); font-weight: 720; line-height: 1.55; margin: 12px 0 5px; }
.hero p { margin: 0; font-size: .9rem; font-weight: 430; line-height: 1.85; letter-spacing: -.008em; }
.hero__content .wordmark,
.hero__content h1,
.hero__content p {
    color: #fff;
    text-shadow:
        -1px -1px 0 rgba(0,0,0,.78),
        1px -1px 0 rgba(0,0,0,.78),
        -1px 1px 0 rgba(0,0,0,.78),
        1px 1px 0 rgba(0,0,0,.78),
        0 4px 14px rgba(0,0,0,.35);
}

.hero__content p {
    text-shadow:
        -.8px -.8px 0 rgba(0,0,0,.78),
        .8px -.8px 0 rgba(0,0,0,.78),
        -.8px .8px 0 rgba(0,0,0,.78),
        .8px .8px 0 rgba(0,0,0,.78),
        0 3px 10px rgba(0,0,0,.32);
}

@supports (-webkit-text-stroke: 1px #000) {
    .hero__content .wordmark,
    .hero__content h1 {
        -webkit-text-stroke: .9px rgba(0,0,0,.78);
        text-shadow: 0 4px 14px rgba(0,0,0,.35);
        paint-order: stroke fill;
    }

    .hero__content p {
        -webkit-text-stroke: .6px rgba(0,0,0,.78);
        text-shadow: 0 3px 10px rgba(0,0,0,.32);
        paint-order: stroke fill;
    }
}
.hero__cta {
    margin-top: auto; min-width: 230px; display: flex; justify-content: center; gap: 16px; align-items: center;
    padding: 13px 25px; border-radius: 999px; color: #fff; background: linear-gradient(135deg, var(--green-700), var(--green-900));
    box-shadow: 0 12px 28px rgba(36,76,41,.28); font-weight: 620; letter-spacing: -.012em;
}

.trust-strip {
    display: grid; grid-template-columns: repeat(4, 1fr); gap: 8px; padding-top: 24px; padding-bottom: 10px;
}
.trust-strip > div {
    min-height: 82px; display: flex; flex-direction: column; gap: 5px; align-items: center; justify-content: center;
    text-align: center; background: rgba(255,255,255,.55); border: 1px solid var(--line); border-radius: var(--radius-sm);
}
.trust-strip span { color: var(--green-700); font-size: 1.45rem; line-height: 1; }
.trust-strip strong { --text-weight: 520; font-size: .72rem; font-weight: 520; line-height: 1.55; }
.section-block { padding-top: 35px; padding-bottom: 36px; }
.section-block--tint { background: #f1eee6; }
.homepage-search {
    display: grid; gap: 15px; margin-block: 28px 8px; padding: 20px;
    border: 1px solid var(--line); border-radius: var(--radius-md);
    background: linear-gradient(135deg, rgba(255,253,249,.94), rgba(234,240,229,.9));
    box-shadow: 0 10px 30px rgba(31,48,30,.06);
}
.homepage-search__copy h2 { --text-weight: 740; margin: 2px 0 0; font-size: clamp(1.1rem, 4vw, 1.35rem); font-weight: 740; }
.product-search-form {
    min-width: 0; display: grid; grid-template-columns: auto minmax(0,1fr) auto auto;
    align-items: center; gap: 8px; padding: 7px;
    border: 1px solid #d9ddcf; border-radius: 17px; background: var(--paper);
    box-shadow: 0 8px 24px rgba(31,48,30,.06);
}
.product-search-form:focus-within { border-color: rgba(49,93,45,.55); box-shadow: 0 0 0 3px rgba(62,112,53,.1), 0 10px 28px rgba(31,48,30,.07); }
.product-search-form__icon { width: 23px; height: 23px; display: grid; place-items: center; color: var(--green-700); }
.product-search-form__icon svg { width: 20px; height: 20px; }
.product-search-form input[type="search"] {
    min-width: 0; width: 100%; height: 44px; padding: 7px 2px;
    border: 0; outline: 0; background: transparent; color: var(--ink);
}
.product-search-form input[type="search"]::placeholder { color: #92968e; }
.product-search-form__clear { min-height: 44px; display: inline-flex; align-items: center; padding: 6px 4px; color: var(--muted); font-size: .72rem; white-space: nowrap; }
.product-search-form button {
    min-height: 44px; padding: 8px 17px; border: 0; border-radius: 12px;
    background: linear-gradient(145deg, var(--green-700), var(--green-900)); color: #fff;
    font-size: .78rem; font-weight: 650; cursor: pointer;
    transition: transform .2s ease, box-shadow .2s ease;
}
.product-search-form button:hover { transform: translateY(-1px); box-shadow: 0 7px 16px rgba(29,77,37,.22); }
.product-search-form button:active { transform: scale(.97); }
.search-page .product-search-form { margin-bottom: 28px; }
.search-results-heading { display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; gap: 10px; margin-bottom: 17px; }
.search-results-heading p { margin: 0; font-weight: 620; }
.search-results-heading a, .search-page__return a { min-height: 44px; display: inline-flex; align-items: center; color: var(--green-700); font-size: .8rem; font-weight: 620; }
.search-results-grid { margin-top: 0; }
.search-page__return { margin-top: 15px; text-align: center; }
.section-heading { display: flex; align-items: end; justify-content: space-between; gap: 12px; margin-bottom: 18px; }
.section-heading h2 { --text-weight: 780; margin: 0; font-size: 1.27rem; font-weight: 780; line-height: 1.45; }
.section-heading a { min-height: 44px; display: inline-flex; align-items: center; color: var(--green-700); font-size: .79rem; font-weight: 620; line-height: 1.5; }
.section-heading a span { margin-right: 4px; }

.category-rail { display: grid; grid-auto-flow: column; grid-auto-columns: minmax(115px, 150px); gap: 12px; overflow-x: auto; padding: 2px 0 8px; scrollbar-width: none; scroll-snap-type: x mandatory; }
.category-rail::-webkit-scrollbar { display: none; }
.home-category-list { display: grid; gap: 12px; }
.home-category-row { position: relative; min-height: 112px; display: grid; grid-template-columns: 96px minmax(0,1fr) 28px; align-items: center; gap: 13px; overflow: hidden; padding: 9px 12px 9px 9px; border: 1px solid var(--line); border-radius: var(--radius-md); background: linear-gradient(135deg, var(--paper), var(--sage-soft)); box-shadow: 0 7px 24px rgba(31,48,30,.05); transition: transform .25s ease, border-color .25s ease, box-shadow .25s ease; }
.home-category-row:nth-child(3n+2) { background: linear-gradient(135deg, var(--paper), var(--earth-soft)); }
.home-category-row:nth-child(3n) { background: linear-gradient(135deg, var(--paper), #edf2df); }
.home-category-row:hover { transform: translateY(-2px); border-color: #cfd8c8; box-shadow: 0 13px 30px rgba(31,48,30,.09); }
.home-category-row:active { transform: scale(.992); }
.home-category-row__image { width: 96px; height: 90px; overflow: hidden; border-radius: 15px; background: #ede9df; }
.home-category-row__image img { width: 100%; height: 100%; object-fit: cover; transition: transform .4s ease; }
.home-category-row:hover .home-category-row__image img { transform: scale(1.045); }
.home-category-row__copy { min-width: 0; display: flex; flex-direction: column; align-items: flex-start; }
.home-category-row__copy small { color: var(--green-700); font-size: .64rem; font-weight: 650; line-height: 1.5; }
.home-category-row__copy strong { margin-top: 2px; font-size: .96rem; line-height: 1.55; }
.home-category-row__copy > span { width: 100%; color: var(--muted); font-size: .7rem; line-height: 1.7; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.home-category-row__arrow { width: 27px; height: 27px; display: grid; place-items: center; border-radius: 50%; background: rgba(39,91,55,.09); color: var(--green-800); font-size: .9rem; transition: transform .25s ease, background .25s ease; }
.home-category-row:hover .home-category-row__arrow { transform: translateX(-3px); background: rgba(39,91,55,.15); }
.category-tile { scroll-snap-align: start; text-align: center; font-size: .77rem; font-weight: 620; line-height: 1.55; }
.category-tile__image { display: block; aspect-ratio: 1.13; overflow: hidden; border-radius: var(--radius-sm); background: var(--paper); border: 1px solid var(--line); margin-bottom: 7px; }
.category-tile img { width: 100%; height: 100%; object-fit: cover; transition: transform .45s ease; }
.category-tile:hover img { transform: scale(1.05); }

.product-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 11px; }
.product-card { min-width: 0; background: var(--paper); border: 1px solid var(--line); border-radius: var(--radius-sm); overflow: hidden; box-shadow: 0 5px 20px rgba(44,54,39,.04); transition: transform .25s, box-shadow .25s; }
.product-card:hover { transform: translateY(-3px); box-shadow: var(--shadow); }
.product-card__image { display: block; aspect-ratio: 1.28; overflow: hidden; background: #eeece4; }
.product-card__image img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s; }
.product-card:hover .product-card__image img { transform: scale(1.04); }
.product-card__body { min-height: 88px; padding: 10px; display: flex; gap: 5px; align-items: end; justify-content: space-between; }
.product-card h2 { --text-weight: 680; margin: 0 0 2px; font-size: clamp(.82rem, 3vw, .95rem); font-weight: 680; line-height: 1.58; letter-spacing: -.014em; }
.product-card p { margin: 0; color: var(--muted); font-size: .7rem; font-weight: 390; line-height: 1.6; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; max-width: 125px; }
.round-link { flex: 0 0 auto; width: 44px; height: 44px; border-radius: 50%; color: #fff; display: grid; place-items: center; font-size: 1rem; line-height: 1; }

.about-preview { padding: 54px 20px 60px; text-align: center; color: #fff; background: linear-gradient(150deg, #254c2a, #376334); }
.about-preview__leaf { display: block; color: #a9cc85; font-size: 3.4rem; line-height: 1; }
.about-preview h2 { --text-weight: 720; font-size: 1.7rem; font-weight: 720; margin: 7px 0 12px; }
.about-preview p { max-width: 600px; margin: 0 auto 24px; color: rgba(255,255,255,.85); font-size: .9rem; line-height: 1.95; }
.outline-button { display: inline-flex; align-items: center; gap: 12px; border: 1px solid rgba(255,255,255,.6); padding: 10px 18px; border-radius: 999px; font-size: .8rem; font-weight: 560; }

.page-shell { padding-top: 26px; padding-bottom: 45px; min-height: 70vh; }
.page-shell--narrow { max-width: 760px; }
.page-title-row { display: flex; justify-content: space-between; align-items: end; gap: 20px; margin: 8px 0 23px; }
.page-title-row h1 { --text-weight: 790; margin: 3px 0 0; font-size: clamp(1.65rem, 6vw, 2.4rem); font-weight: 790; }
.eyebrow { color: var(--green-700); font-size: .76rem; font-weight: 680; line-height: 1.6; }
.result-count { border: 1px solid var(--line); background: var(--paper); border-radius: 999px; padding: 6px 11px; font-size: .73rem; font-weight: 480; color: var(--muted); white-space: nowrap; }
.filter-symbol { color: var(--green-800); font-size: 1.3rem; }
.category-intro { margin: -12px 0 24px; color: var(--muted); max-width: 650px; line-height: 1.9; }
.breadcrumb-lite { display: flex; gap: 8px; color: var(--muted); font-size: .74rem; font-weight: 430; line-height: 1.55; }
.breadcrumb-lite a { color: var(--green-700); }

.category-list { display: grid; gap: 12px; }
.category-row { position: relative; min-height: 122px; display: grid; grid-template-columns: 1fr 44%; align-items: center; background: var(--paper); border: 1px solid var(--line); border-radius: var(--radius-md); overflow: hidden; box-shadow: 0 4px 20px rgba(44,54,39,.035); }
.category-row__copy { padding: 16px; z-index: 1; }
.category-row h2 { --text-weight: 700; margin: 0 0 3px; font-size: 1rem; font-weight: 700; line-height: 1.52; }
.category-row p { color: var(--muted); margin: 0; font-size: .73rem; font-weight: 390; line-height: 1.68; }
.category-row small { display: block; margin-top: 6px; font-size: .68rem; font-weight: 520; line-height: 1.55; color: var(--green-700); }
.category-row__image { height: 100%; background: #f0eee6; overflow: hidden; }
.category-row__image img { width: 100%; height: 100%; object-fit: cover; transition: transform .4s; }
.category-row:hover img { transform: scale(1.05); }
.category-row__arrow { position: absolute; inset: auto 14px 11px auto; font-size: .9rem; color: var(--green-700); }
.category-row__children { display: flex; flex-wrap: wrap; gap: 4px; margin-top: 8px; padding-inline-start: 36px; }
.category-row__children span { padding: 2px 7px; border-radius: 999px; background: var(--green-100); color: var(--green-800); font-size: .62rem; line-height: 1.6; }
.subcategory-block { margin-bottom: 32px; padding-bottom: 28px; border-bottom: 1px solid var(--line); }
.subcategory-list { width: 100%; }
.subcategory-row { background: linear-gradient(135deg, var(--paper), rgba(231,239,226,.78)); }
.subcategory-row:nth-child(3n+2) { background: linear-gradient(135deg, var(--paper), rgba(241,232,220,.78)); }
.subcategory-row:nth-child(3n) { background: linear-gradient(135deg, var(--paper), rgba(237,242,223,.82)); }
.category-products-heading { margin-top: 4px; }

.category-detail-shell.catalog-container {
    min-height: 0;
}
.category-detail-shell .breadcrumb-lite { max-width: 100%; flex-wrap: wrap; }
.category-detail-shell .page-title-row,
.category-detail-shell .subcategory-block,
.category-detail-shell .subcategory-list { min-width: 0; max-width: 100%; }
.category-detail-shell .page-title-row > div,
.category-detail-shell .home-category-row__copy { min-width: 0; }
.category-detail-shell .filter-symbol { flex: 0 0 auto; margin-inline-start: 8px; }
.category-detail-shell .home-category-row { width: 100%; }

@media (max-width: 420px) {
    .category-detail-shell .home-category-row { grid-template-columns: 82px minmax(0,1fr) 27px; gap: 10px; padding: 9px; }
    .category-detail-shell .home-category-row__image { width: 82px; height: 82px; }
}

.product-hero { position: relative; height: min(62svh, 660px); min-height: 390px; background: #eae7dd; overflow: hidden; }
.product-hero > img { width: 100%; height: 100%; object-fit: cover; transition: opacity .18s ease; }
.icon-button--floating { position: absolute; z-index: 2; top: max(18px, env(safe-area-inset-top)); right: 18px; background: rgba(255,255,255,.88); box-shadow: 0 5px 18px rgba(0,0,0,.1); }
.category-badge { position: absolute; z-index: 2; left: 18px; top: max(22px, env(safe-area-inset-top)); color: var(--green-900); background: rgba(255,255,255,.82); border-radius: 999px; padding: 6px 12px; font-size: .72rem; font-weight: 620; backdrop-filter: blur(8px); }
.product-detail__body { position: relative; z-index: 3; margin-top: -24px; background: var(--cream); border-radius: var(--radius-lg) var(--radius-lg) 0 0; padding-top: 25px; padding-bottom: 50px; }
.product-heading { border-bottom: 1px solid var(--line); padding-bottom: 21px; }
.product-heading h1 { --text-weight: 790; font-size: clamp(1.7rem, 6vw, 2.55rem); font-weight: 790; line-height: 1.42; margin: 3px 0 6px; }
.product-heading p { color: var(--muted); margin: 0; line-height: 1.85; }
.detail-section { padding: 27px 0; border-bottom: 1px solid var(--line); }
.detail-section > h2, .related-section .section-heading h2 { --text-weight: 740; font-size: 1.1rem; font-weight: 740; line-height: 1.5; margin: 0 0 12px; }
.rich-copy { color: #52564f; font-size: .94rem; font-weight: 390; line-height: 2; }
.rich-copy p:last-child { margin-bottom: 0; }
.related-section { border-bottom: 0; }

.story-hero { --story-image: linear-gradient(145deg,#315d2d,#547847); min-height: 350px; display: grid; place-items: end center; padding: 50px 0; color: #fff; text-align: center; background-image: linear-gradient(rgba(25,50,27,.42),rgba(25,50,27,.68)), var(--story-image); background-size: cover; background-position: center; }
.story-hero--placeholder { background-image: linear-gradient(145deg,#315d2d,#547847); }
.story-hero h1 { --text-weight: 780; font-size: 2.05rem; font-weight: 780; margin: 8px 0 0; }
.story-hero p { margin: 0; color: rgba(255,255,255,.85); font-weight: 430; line-height: 1.85; }
.story-copy { font-size: 1rem; font-weight: 390; line-height: 2.08; }
.about-brand { display: block; margin-bottom: 5px; color: #c3d99e; font-size: clamp(2.8rem, 10vw, 4.6rem); }
.about-story { padding-top: 52px; padding-bottom: 72px; }
.about-story__intro { max-width: 780px; margin: 0 auto 38px; text-align: center; }
.about-story__intro h2 { margin: 6px 0 18px; color: var(--green-900); font-size: clamp(1.45rem, 5vw, 2.1rem); }
.about-story__intro .story-copy { color: #4f5b51; }
.about-values { display: grid; gap: 13px; margin-bottom: 38px; }
.about-value { position: relative; overflow: hidden; padding: 24px 22px; border: 1px solid var(--line); border-radius: var(--radius-md); background: linear-gradient(145deg, var(--paper), var(--sage-soft)); box-shadow: 0 9px 26px rgba(31,48,30,.05); transition: transform .3s ease, box-shadow .3s ease, border-color .3s ease; }
.about-value:nth-child(2) { background: linear-gradient(145deg, var(--paper), var(--earth-soft)); }
.about-value:nth-child(3) { background: linear-gradient(145deg, var(--paper), #edf2df); }
.about-value:hover { transform: translateY(-4px); border-color: #ccd7c5; box-shadow: 0 16px 34px rgba(31,48,30,.09); }
.about-value > span { display: inline-grid; width: 32px; height: 32px; place-items: center; border-radius: 50%; background: rgba(39,91,55,.09); color: var(--green-700); font-size: .68rem; font-weight: 700; }
.about-value h3 { margin: 11px 0 6px; font-size: 1.03rem; }
.about-value p { margin: 0; color: var(--muted); font-size: .82rem; line-height: 1.9; }
.about-quote { max-width: 850px; margin: 0 auto 38px; padding: 34px 24px; border: 0; border-radius: var(--radius-lg); background: linear-gradient(145deg, var(--green-900), #356b3b); color: #fff; text-align: center; box-shadow: 0 18px 42px rgba(23,63,39,.18); }
.about-quote span { color: #bdd797; font-size: 2.2rem; line-height: 1; }
.about-quote p { margin: 8px auto 0; max-width: 680px; color: rgba(255,255,255,.9); font-size: clamp(1rem, 3.4vw, 1.22rem); line-height: 2; }
.about-connection { display: flex; flex-direction: column; align-items: flex-start; gap: 22px; padding: 28px 24px; border: 1px solid var(--line); border-radius: var(--radius-md); background: rgba(255,253,247,.76); }
.about-connection h2 { margin: 5px 0 7px; font-size: 1.25rem; }
.about-connection p { max-width: 700px; margin: 0; color: var(--muted); font-size: .86rem; line-height: 1.9; }
.about-connection .hero__cta { margin: 0; min-width: 170px; padding: 10px 18px; font-size: .8rem; }
.about-contact { width: 100%; }
.about-contact__identity { display: grid; gap: 9px; }
.about-contact__identity .brand-wordmark { color: var(--green-900); font-size: 2rem; }
.about-contact address { margin: 0; color: var(--ink); font-style: normal; font-size: .92rem; }
.about-contact__phones { display: grid; gap: 8px; }
.about-contact__phones a { min-height: 44px; display: inline-flex; align-items: center; justify-content: center; padding: 8px 16px; border: 1px solid var(--line); border-radius: 12px; background: var(--paper); color: var(--green-800); font-size: .9rem; font-weight: 650; font-variant-numeric: tabular-nums; transition: color .2s ease, border-color .2s ease, background-color .2s ease, transform .2s ease; }
.about-contact__phones a:hover { color: var(--green-900); border-color: rgba(62,112,53,.3); background: var(--green-100); transform: translateY(-1px); }
.trust-strip--standalone { margin-top: 32px; padding-left: 0; padding-right: 0; }

.contact-hero { padding: 55px 0 75px; background: linear-gradient(145deg,#f1eee3,#dfe8d6); text-align: center; }
.contact-hero h1 { --text-weight: 780; font-size: 2.05rem; font-weight: 780; margin: 4px 0 5px; }
.contact-hero p { color: var(--muted); margin: 0; line-height: 1.85; }
.contact-card { position: relative; margin-top: -68px; padding: 25px; border-radius: var(--radius-lg); border: 1px solid var(--line); background: var(--paper); box-shadow: var(--shadow); }
.contact-brand { text-align: center; padding-bottom: 22px; border-bottom: 1px solid var(--line); }
.contact-brand > span { color: var(--green-700); font-size: 2.6rem; line-height: 1; }
.contact-brand h2 { --text-weight: 780; color: var(--green-900); font-size: 1.85rem; font-weight: 780; margin: 0; }
.contact-brand p { color: var(--muted); margin: 0; font-size: .82rem; line-height: 1.7; }
.contact-list { display: grid; gap: 6px; padding-top: 18px; }
.contact-list > div, .contact-list > a { display: flex; align-items: center; gap: 13px; padding: 9px; border-radius: 12px; }
.contact-list > a:hover { background: var(--green-100); }
.contact-list span { width: 37px; height: 37px; display: grid; place-items: center; border-radius: 11px; background: var(--green-100); color: var(--green-800); }
.contact-list p { margin: 0; font-size: .86rem; font-weight: 450; line-height: 1.6; font-variant-numeric: tabular-nums; }
.contact-list small { display: block; color: var(--muted); font-size: .69rem; font-weight: 400; line-height: 1.5; }
.qr-box { display: grid; place-items: center; margin-top: 20px; padding-top: 20px; border-top: 1px solid var(--line); }
.qr-box__link { display: block; border-radius: 10px; line-height: 0; }
.qr-box img { border-radius: 10px; }
.qr-box p { color: var(--muted); font-size: .74rem; font-weight: 480; margin: 5px 0 0; }

.empty-state { padding: 48px 20px; text-align: center; border: 1px dashed #d4d4c9; background: rgba(255,255,255,.35); border-radius: var(--radius-md); }
.empty-state > span { color: var(--green-700); font-size: 2.8rem; line-height: 1; }
.empty-state h3 { --text-weight: 680; font-size: 1.03rem; font-weight: 680; margin: 8px 0 2px; }
.empty-state p { color: var(--muted); font-size: .8rem; line-height: 1.75; margin: 0; }

.bottom-nav { position: fixed; z-index: 30; bottom: 0; right: 0; left: 0; padding: 0 10px max(7px, env(safe-area-inset-bottom)); pointer-events: none; }
.bottom-nav__inner { max-width: 560px; height: 70px; margin: 0 auto; display: grid; grid-template-columns: repeat(4, 1fr); background: rgba(255,253,249,.94); border: 1px solid var(--line); border-radius: 21px; box-shadow: 0 -4px 28px rgba(35,45,32,.1); backdrop-filter: blur(18px); pointer-events: auto; }
.bottom-nav a { display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 1px; color: #969891; }
.bottom-nav a.active { color: var(--green-800); }
.nav-symbol { height: 25px; font-size: 1.4rem; line-height: 1; }
.bottom-nav a.active .nav-symbol { font-weight: 800; }
.bottom-nav small { font-size: .66rem; font-weight: 520; line-height: 1.45; }

.reveal { opacity: 1; transform: none; }
.js .reveal { opacity: 1; transform: none; }
.js .reveal.reveal-pending { opacity: 0; transform: translateY(16px) scale(.992); transition: opacity .52s ease, transform .58s cubic-bezier(.2,.75,.25,1); transition-delay: calc(var(--reveal-order, 0) * 45ms); }
.js .reveal.is-visible { opacity: 1; transform: none; }
.site-credit { flex: 0 0 auto; padding: 21px 16px; color: var(--muted); text-align: center; font-family: var(--font-persian); font-size: .7rem; letter-spacing: .025em; }
.site-credit span { color: var(--green-700); font-weight: 650; }
@media (prefers-reduced-motion: reduce) {
    html { scroll-behavior: auto; }
    .reveal, .js .reveal.reveal-pending { opacity: 1; transform: none; transition: none; }
    *, *::before, *::after { animation-duration: .01ms !important; transition-duration: .01ms !important; }
}
@media (forced-colors: active) {
    :where(a, button, input, select, textarea, [tabindex]):focus-visible { outline-color: CanvasText; }
}

@media (min-width: 576px) {
    .about-values { grid-template-columns: repeat(3,minmax(0,1fr)); gap: 16px; }
    .about-connection { flex-direction: row; align-items: center; justify-content: space-between; padding: 34px; }
    .about-contact__phones { min-width: 210px; }
    .home-category-row { min-height: 126px; grid-template-columns: 132px minmax(0,1fr) 34px; gap: 18px; padding: 11px; }
    .home-category-row__image { width: 132px; height: 104px; }
    .home-category-row__copy strong { font-size: 1.08rem; }
    .home-category-row__copy > span { font-size: .76rem; }
    .product-grid { grid-template-columns: repeat(3, minmax(0,1fr)); gap: 16px; }
    .category-list { grid-template-columns: repeat(2, minmax(0,1fr)); }
    .hero { min-height: 740px; border-radius: 0 0 38px 38px; }
    .contact-card { display: grid; grid-template-columns: 1fr auto; column-gap: 25px; }
    .contact-brand { grid-column: 1/-1; }
    .qr-box { border-top: 0; margin: 18px 0 0; padding: 0 20px 0 0; border-right: 1px solid var(--line); }
}
@media (min-width: 900px) {
    body { padding-bottom: 0; }
    .bottom-nav { position: static; padding: 0; background: var(--paper); border-top: 1px solid var(--line); }
    .bottom-nav__inner { max-width: 600px; box-shadow: none; border: 0; background: transparent; border-radius: 0; }
    .product-grid { grid-template-columns: repeat(4, minmax(0,1fr)); gap: 20px; }
    .product-card__body { min-height: 98px; padding: 14px; }
    .category-list { grid-template-columns: repeat(3, minmax(0,1fr)); }
    .hero { width: calc(100% - 32px); max-width: 1280px; margin: 16px auto 0; min-height: 720px; border-radius: 30px; }
    .hero__top { max-width: 1120px; }
    .trust-strip { margin-top: 10px; }
    .product-hero { max-width: 1280px; margin: 16px auto 0; border-radius: 30px; }
    .product-detail__body { margin-top: -45px; border-radius: 38px 38px 0 0; padding-left: 55px; padding-right: 55px; }
}

/* 2026 Darma visual system */
:root {
    --green-900: #173f27;
    --green-800: #275b37;
    --green-700: #477b45;
    --green-500: #6d9858;
    --green-100: #e7efe2;
    --sage: #91a685;
    --sage-soft: #edf1e8;
    --leaf: #75a447;
    --earth: #9a7655;
    --earth-soft: #f1e8dc;
    --sand: #e7d9c4;
    --cream: #f7f2e8;
    --paper: #fffdf7;
    --ink: #18221a;
    --muted: #687168;
    --line: #e3dccf;
    --radius-sm: 16px;
    --radius-md: 24px;
    --radius-lg: 34px;
    --shadow: 0 18px 48px rgba(28, 54, 31, .10);
}

body {
    background-color: #f4eee3;
    background-image:
        radial-gradient(circle at 4% 10%, rgba(109,152,88,.11), transparent 25rem),
        radial-gradient(circle at 96% 44%, rgba(154,118,85,.08), transparent 23rem),
        linear-gradient(180deg, #f8f4eb 0%, #f3eee4 58%, #edf1e8 100%);
}
#main-content::before {
    content: "";
    position: absolute;
    z-index: -1;
    inset: 0;
    pointer-events: none;
    background:
        radial-gradient(ellipse at 12% 32%, rgba(117,164,71,.055), transparent 28rem),
        radial-gradient(ellipse at 88% 72%, rgba(154,118,85,.045), transparent 25rem);
}
.site-header { background: rgba(248,244,235,.9); border-bottom-color: rgba(210,205,193,.55); }
.page-shell { margin-block: 18px 26px; padding: 28px 18px 42px; border: 1px solid rgba(224,216,202,.72); border-radius: var(--radius-lg); background: linear-gradient(145deg, rgba(255,253,247,.78), rgba(237,241,232,.58)); box-shadow: 0 22px 65px rgba(35,55,35,.055); }
.home-page #main-content { background: linear-gradient(180deg, transparent 0 24%, rgba(255,253,247,.34) 46%, rgba(233,240,228,.5) 76%, transparent 100%); }
.section-block { position: relative; }
.section-block--tint { background: linear-gradient(135deg, rgba(231,239,226,.9), rgba(244,235,224,.82)); border-block-color: rgba(204,213,196,.75); box-shadow: inset 0 18px 48px rgba(255,255,255,.28); }
.home-category-row, .category-row, .product-card, .about-value, .contact-card { border-color: rgba(218,211,197,.9); box-shadow: 0 12px 34px rgba(31,48,30,.07), 0 1px 0 rgba(255,255,255,.8) inset; }
.home-category-row:hover, .category-row:hover, .product-card:hover { box-shadow: 0 18px 42px rgba(31,48,30,.105), 0 1px 0 rgba(255,255,255,.9) inset; }
.about-story { position: relative; }
.about-story::before { content: ""; position: absolute; z-index: -1; width: 240px; height: 240px; inset: 9% auto auto -100px; border-radius: 50%; background: radial-gradient(circle, rgba(117,164,71,.1), transparent 68%); pointer-events: none; }
.product-detail__body { background: linear-gradient(180deg, #f8f4eb, #f1f2e9); }
.contact-card { background: linear-gradient(145deg, rgba(255,253,247,.98), rgba(237,241,232,.85)); }
.site-credit {
    position: relative;
    border-top: 1px solid rgba(194,207,186,.72);
    background: linear-gradient(110deg, #e8eee2, #f3ecdf 55%, #e4ebe0);
    box-shadow: inset 0 1px rgba(255,255,255,.65);
}
.site-credit::before { content: ""; position: absolute; top: 0; left: 50%; width: min(180px,42vw); height: 1px; translate: -50% -1px; background: linear-gradient(90deg, transparent, var(--green-500), transparent); opacity: .55; }
.catalog-container { width: min(calc(100% - 32px), 1180px); padding-inline: 0; }
.page-shell.catalog-container { padding: 28px clamp(16px, 4vw, 32px) 42px; }
.page-title-row > div,
.section-heading > *,
.desktop-nav,
.contact-list > a > :last-child,
.contact-list > div > :last-child { min-width: 0; }
.page-title-row { max-width: 100%; }
.section-heading { max-width: 100%; flex-wrap: wrap; }
.breadcrumb-lite { max-width: 100%; flex-wrap: wrap; overflow-wrap: break-word; }
.breadcrumb-lite > * { min-width: 0; }

.home-category-row,
.category-row,
.product-card,
.product-card__body,
.about-value,
.about-connection,
.contact-card,
.home-category-row__copy strong,
.home-category-row__copy small,
.home-category-row__copy > span,
.category-row h2,
.category-row p,
.category-row small,
.category-row__children span,
.product-card h2,
.product-card p,
.product-card__category,
.product-heading h1,
.product-heading p,
.rich-copy,
.about-value h3,
.about-value p,
.about-contact address,
.contact-list p,
.empty-state h3,
.empty-state p { max-width: 100%; overflow-wrap: break-word; word-break: normal; }
.home-category-row__copy > span { white-space: normal; }
.category-row { grid-template-columns: minmax(0,1fr) minmax(0,44%); }
.category-row__copy { min-width: 0; }
.product-card__body > div { min-width: 0; flex: 1 1 auto; }
.product-card p { white-space: normal; max-width: 100%; }
.category-badge { max-width: calc(100% - 90px); white-space: normal; overflow-wrap: break-word; text-align: center; }
.about-contact__identity,
.about-contact__phones { min-width: 0; max-width: 100%; }
.about-contact__phones a { max-width: 100%; }
.hero__cta, .outline-button, .section-heading a, .result-count { max-width: 100%; white-space: normal; text-align: center; }
.bottom-nav a { min-width: 0; }
.bottom-nav small { max-width: 100%; overflow-wrap: break-word; text-align: center; }
.site-header__inner { min-height: 70px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.desktop-nav { display: none; align-items: center; gap: 30px; margin-inline-start: auto; color: #465047; font-size: .84rem; font-weight: 560; }
.desktop-nav a { position: relative; min-height: 44px; display: inline-flex; align-items: center; padding: 8px 0; white-space: nowrap; }
.desktop-nav a::after { content: ""; position: absolute; right: 0; left: 100%; bottom: 1px; height: 2px; background: var(--green-700); transition: left .25s ease; }
.desktop-nav a:hover::after { left: 0; }
.icon-button { transition: transform .2s ease, border-color .2s ease, background .2s ease; }
.icon-button:hover { transform: translateY(-2px); border-color: #c8d2c1; background: #fff; }

.hero { min-height: min(620px, 82svh); isolation: isolate; background-position: center 55%; }
.hero::before { content: ""; position: absolute; inset: 0; z-index: -1; background: linear-gradient(180deg, rgba(247,244,234,.22), rgba(247,244,234,.02) 45%, rgba(13,37,20,.45)); }
.hero::after { content: ""; position: absolute; width: 520px; height: 270px; top: 55px; left: 50%; translate: -50% 0; z-index: -1; background: radial-gradient(ellipse, rgba(249,247,240,.88), rgba(249,247,240,0) 70%); filter: blur(10px); }
.hero__content { margin-top: clamp(26px, 5vh, 58px); padding: 18px 24px; border-radius: 28px; background: radial-gradient(ellipse, rgba(250,248,241,.84), rgba(250,248,241,.46) 58%, transparent 74%); }
.hero__kicker { display: inline-flex; padding: 6px 13px; margin-bottom: 8px; border: 1px solid rgba(35,79,41,.18); border-radius: 999px; background: rgba(255,255,255,.52); color: var(--green-900); font-size: .7rem; font-weight: 650; backdrop-filter: blur(8px); }
.hero__content .wordmark, .hero__content h1, .hero__content p { color: var(--green-900); text-shadow: none; -webkit-text-stroke: 0; }
.hero__content p { max-width: 380px; margin-inline: auto; color: #344436; font-weight: 480; }
.hero__cta { margin-bottom: 6px; min-width: 220px; padding-block: 11px; box-shadow: 0 13px 32px rgba(23,63,39,.30); transition: transform .25s ease, box-shadow .25s ease; }
.hero__cta:hover { transform: translateY(-3px); box-shadow: 0 18px 38px rgba(23,63,39,.36); }
.hero__scroll { width: 32px; height: 46px; display: grid; place-items: center; color: rgba(255,255,255,.92); filter: drop-shadow(0 3px 7px rgba(17,49,27,.32)); }
.hero__scroll svg { width: 32px; height: 48px; overflow: visible; animation: botanicalFloat 2.4s ease-in-out infinite; }
.hero__scroll-stem { stroke-dasharray: 32; stroke-dashoffset: 32; animation: botanicalGrow 2.4s ease-in-out infinite; }
.hero__scroll-leaf { transform-box: fill-box; transform-origin: center; animation: botanicalLeaf 2.4s ease-in-out infinite; }
.hero__scroll-leaf--left { animation-delay: .12s; }
.hero__scroll-arrow { animation: botanicalArrow 2.4s ease-in-out infinite; }
@keyframes botanicalFloat { 0%,100% { transform: translateY(-2px); } 50% { transform: translateY(3px); } }
@keyframes botanicalGrow { 0% { stroke-dashoffset: 32; opacity: .25; } 35%,75% { stroke-dashoffset: 0; opacity: 1; } 100% { stroke-dashoffset: -32; opacity: .25; } }
@keyframes botanicalLeaf { 0%,20% { transform: scale(.65); opacity: .3; } 45%,85% { transform: scale(1); opacity: .95; } 100% { transform: scale(.75); opacity: .35; } }
@keyframes botanicalArrow { 0%,30% { transform: translateY(-2px); opacity: .25; } 60%,85% { transform: translateY(3px); opacity: 1; } 100% { transform: translateY(6px); opacity: .2; } }

.trust-strip { margin-top: -22px; position: relative; z-index: 3; padding: 0; }
.trust-strip > div { min-height: 82px; background: rgba(255,253,248,.94); box-shadow: 0 10px 30px rgba(31,52,31,.07); backdrop-filter: blur(12px); }
.trust-strip > div:nth-child(2) { background: rgba(247,250,243,.96); }
.trust-strip > div:nth-child(3) { background: rgba(250,246,239,.96); }
.trust-strip span { width: 32px; height: 32px; display: grid; place-items: center; border-radius: 50%; background: var(--green-100); color: var(--green-700); font-size: 1.1rem; }
.trust-strip > div:nth-child(2) span { background: #eaf1dc; color: #668642; }
.trust-strip > div:nth-child(3) span { background: var(--earth-soft); color: var(--earth); }
.trust-strip > div:nth-child(4) span { background: #e2eee5; color: var(--green-800); }
.section-block { padding-top: 38px; padding-bottom: 42px; }
.section-heading { align-items: center; margin-bottom: 22px; }
.section-heading h2 { font-size: clamp(1.25rem, 4vw, 1.65rem); }
.section-heading a { padding: 7px 12px; border-radius: 999px; background: rgba(63,116,61,.08); }

.category-rail { grid-auto-columns: minmax(128px, 168px); gap: 14px; }
.category-tile { text-align: right; font-size: .8rem; }
.category-tile__image { aspect-ratio: 1.2; margin-bottom: 9px; border-color: #ded6c8; background: linear-gradient(145deg, var(--paper), var(--sage-soft)); box-shadow: 0 8px 22px rgba(32,51,31,.06); }
.category-tile strong { padding-inline: 5px; }
.category-tile:nth-child(3n+2) .category-tile__image { background: linear-gradient(145deg, var(--paper), var(--earth-soft)); }
.category-tile:nth-child(3n) .category-tile__image { background: linear-gradient(145deg, var(--paper), #edf2df); }
.category-tile:hover strong { color: var(--green-700); }

.about-preview__eyebrow { color: #b8d28f; font-size: .73rem; font-weight: 650; }

.section-block--tint { background: linear-gradient(135deg, rgba(237,241,232,.82), rgba(244,235,224,.72)); border-block: 1px solid rgba(218,213,201,.75); }
.product-grid { gap: 12px; }
.product-card { position: relative; border-color: #e0d8ca; border-radius: 18px; box-shadow: 0 7px 24px rgba(31,48,30,.055); }
.product-card__body { background: linear-gradient(145deg, var(--paper), rgba(237,241,232,.5)); }
.product-card__image { aspect-ratio: 1.18; }
.product-card__body { min-height: 104px; padding: 11px; align-items: center; }
.product-card__category { display: block; color: var(--green-700); font-size: .62rem; font-weight: 600; line-height: 1.4; }
.product-card h2 { margin-top: 2px; }
.round-link span { width: 29px; height: 29px; display: grid; place-items: center; border-radius: 50%; background: linear-gradient(145deg, var(--green-700), var(--green-900)); box-shadow: 0 5px 12px rgba(29,77,37,.22); transition: background .2s ease, box-shadow .2s ease; }
.round-link:hover { transform: rotate(90deg); }
.product-card:active { transform: scale(.986); }
.product-card:hover .round-link { transform: rotate(90deg); }
.product-card:hover .round-link span { box-shadow: 0 7px 16px rgba(29,77,37,.28); }
.hero__cta, .outline-button, .section-heading a { transition: transform .24s ease, box-shadow .24s ease, background-color .24s ease; }
.hero__cta:active, .outline-button:active, .section-heading a:active { transform: scale(.97); }
.category-row, .contact-list > a { transition-timing-function: cubic-bezier(.2,.75,.25,1); }
.about-preview { position: relative; overflow: hidden; padding-block: 68px 76px; background: linear-gradient(145deg,#173f27,#2f6335); }
.about-preview::before { content: ""; position: absolute; width: 320px; height: 320px; border: 1px solid rgba(255,255,255,.07); border-radius: 50%; inset: -150px -80px auto auto; }

.category-row { min-height: 142px; }
.page-title-row { margin-top: 18px; }
.product-hero::after { content: ""; position: absolute; inset: auto 0 0; height: 34%; background: linear-gradient(transparent, rgba(19,35,20,.15)); pointer-events: none; }
.product-detail__body { box-shadow: 0 -12px 34px rgba(32,44,29,.07); }
.detail-section { padding-block: 32px; }
.contact-card { box-shadow: 0 12px 40px rgba(31,48,30,.06); }

.bottom-nav { padding-inline: 12px; padding-bottom: max(7px, env(safe-area-inset-bottom)); }
.bottom-nav__inner { height: 68px; border-color: rgba(211,205,192,.9); border-radius: 21px; background: rgba(255,253,247,.91); box-shadow: 0 -7px 30px rgba(29,54,34,.12), 0 2px 8px rgba(80,64,45,.05); }
.bottom-nav a { position: relative; gap: 2px; color: #8b9188; transition: color .22s ease, transform .22s ease; -webkit-tap-highlight-color: transparent; }
.bottom-nav a::before { content: ""; position: absolute; top: 5px; width: 42px; height: 34px; border-radius: 13px; background: transparent; transform: scale(.72); opacity: 0; transition: transform .22s ease, opacity .22s ease, background .22s ease; }
.bottom-nav a:active { transform: scale(.94); }
.bottom-nav a.active { color: var(--green-800); transform: translateY(-1px); }
.bottom-nav a.active::before { background: linear-gradient(145deg, #e4efdf, #f0e8d9); transform: scale(1); opacity: 1; }
.nav-symbol { position: relative; z-index: 1; width: 24px; height: 24px; display: grid; place-items: center; }
.nav-symbol svg { width: 22px; height: 22px; display: block; transition: transform .22s ease, filter .22s ease; }
.bottom-nav a.active .nav-symbol { width: 24px; border-radius: 0; background: transparent; }
.bottom-nav a.active .nav-symbol svg { transform: translateY(-1px); filter: drop-shadow(0 2px 3px rgba(39,91,55,.15)); }
.bottom-nav small { position: relative; z-index: 1; font-size: .64rem; }

@media (min-width: 576px) {
    .product-card__image { aspect-ratio: 1.25; }
    .homepage-search { grid-template-columns: minmax(190px,.65fr) minmax(320px,1.35fr); align-items: center; padding: 24px 26px; }
}

@media (min-width: 900px) {
    .desktop-nav { display: flex; }
    .site-header__inner > .icon-button:first-child { display: none; }
    .hero { min-height: 700px; }
    .trust-strip { margin-top: -38px; max-width: 900px; }
    .trust-strip > div { min-height: 108px; }
    .category-rail { grid-auto-columns: 1fr; grid-template-columns: repeat(4,1fr); overflow: visible; }
    .category-rail--all { grid-auto-flow: row; }
    .product-card { border-radius: 22px; }
    .product-card__body { min-height: 112px; }
    .bottom-nav { display: none; }
    .site-credit { padding-bottom: 24px; }
    .page-shell { padding-top: 48px; padding-bottom: 80px; }
}
