/*!
 * Ridna Food — глобальні стилі. Звичайний CSS (без Tailwind/Bootstrap) —
 * для односторінкового магазину так найлегше вийти на маленький бандл.
 * Тепла крафтово-медова палітра — легкий світлий фон, м'які тіні замість
 * важких. Лісова зелень (--rf-forest) із реального логотипу бренду
 * (public/favicon.svg) лишена лише як ледь помітний відтінок у тінях —
 * суцільна зелена заливка (футер/бейджі) виявилась контрастною плямою
 * проти теплої палітри решти сайту, тож там повернуто --rf-ink. Усі
 * кастомні класи з префіксом `rf-`.
 */
/*!
 * Самостійно розміщені (self-hosted) шрифти Lora, Caveat, Mulish — лише
 * кирилична та латинська підмножини (потрібні для української мови).
 * SIL Open Font License. Локально, без запиту до fonts.googleapis.com.
 */
@font-face{font-family:Lora;font-style:normal;font-weight:500 700;font-display:swap;src:url(/fonts/lora-cyrillic.woff2)format("woff2");unicode-range:U+301,U+400-45F,U+490-491,U+4B0-4B1,U+2116}@font-face{font-family:Lora;font-style:normal;font-weight:500 700;font-display:swap;src:url(/fonts/lora-latin.woff2)format("woff2");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Caveat;font-style:normal;font-weight:600;font-display:swap;src:url(/fonts/caveat-cyrillic-600.woff2)format("woff2");unicode-range:U+301,U+400-45F,U+490-491,U+4B0-4B1,U+2116}@font-face{font-family:Caveat;font-style:normal;font-weight:600;font-display:swap;src:url(/fonts/caveat-latin-600.woff2)format("woff2");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Mulish;font-style:normal;font-weight:400 800;font-display:swap;src:url(/fonts/mulish-cyrillic.woff2)format("woff2");unicode-range:U+301,U+400-45F,U+490-491,U+4B0-4B1,U+2116}@font-face{font-family:Mulish;font-style:normal;font-weight:400 800;font-display:swap;src:url(/fonts/mulish-latin.woff2)format("woff2");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}:root{--rf-paper:#fbf3e4;--rf-paper-2:#f3e6cb;--rf-ink:#2b1b10;--rf-ink-soft:#6b5540;--rf-line:#e4d2ac;--rf-honey:#d98c0f;--rf-honey-600:#b8720c;--rf-honey-50:#fdecc8;--rf-rust:#a2431f;--rf-rust-700:#7c3216;--rf-cream:#fff8ea;--rf-forest:#05412f;--rf-forest-700:#033024;--rf-plum:#7a2547;--rf-font-serif:"Lora", Georgia, "Times New Roman", serif;--rf-font-sans:"Mulish", system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;--rf-font-hand:"Caveat", cursive;--rf-radius:.9rem;--rf-radius-sm:.55rem;--rf-radius-lg:1.4rem;--rf-shadow:0 6px 18px -10px #05412f29;--rf-container:68rem}*,:before,:after{box-sizing:border-box}html{scroll-behavior:smooth;-webkit-text-size-adjust:100%;overflow-x:hidden}a,button,input,textarea,summary{-webkit-tap-highlight-color:transparent;touch-action:manipulation}body{background:var(--rf-paper);color:var(--rf-ink);font-family:var(--rf-font-sans);font-optical-sizing:auto;margin:0;font-size:1rem;line-height:1.6;overflow-x:hidden}img,svg{max-width:100%;display:block}h1,h2,h3,h4{font-family:var(--rf-font-serif);color:var(--rf-ink);margin:0 0 .6em;font-weight:600;line-height:1.2}h1{font-size:clamp(2.1rem,4.5vw,3.4rem)}h2{font-size:clamp(1.6rem,3vw,2.3rem)}h3{font-size:1.2rem}p{margin:0 0 1em}a{color:var(--rf-honey-600);text-decoration-thickness:1.5px}a:hover{color:var(--rf-rust-700)}a:focus-visible,button:focus-visible,input:focus-visible,select:focus-visible,textarea:focus-visible,.rf-btn:focus-visible{outline:2px solid var(--rf-honey-600);outline-offset:2px}::selection{background:var(--rf-honey-50);color:var(--rf-ink)}.rf-container{width:100%;max-width:var(--rf-container);margin-inline:auto;padding-inline:1.25rem}.rf-kicker{font-family:var(--rf-font-hand);color:var(--rf-rust);margin-bottom:.5rem;font-size:1.35rem;line-height:1;display:inline-block}.rf-visually-hidden{clip:rect(0, 0, 0, 0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.rf-skip-link{background:var(--rf-ink);color:var(--rf-cream);border-radius:var(--rf-radius-sm);z-index:100;padding:.6rem 1rem;transition:top .15s;position:absolute;top:-3rem;left:1rem}.rf-skip-link:focus{top:1rem}.rf-btn{font-family:var(--rf-font-sans);cursor:pointer;border:1.5px solid #0000;border-radius:999px;justify-content:center;align-items:center;gap:.5rem;padding:.75rem 1.4rem;font-size:.95rem;font-weight:600;text-decoration:none;transition:transform .12s,background-color .15s,border-color .15s,opacity .15s;display:inline-flex}.rf-btn:active{transform:scale(.97)}.rf-btn:disabled{opacity:.55;cursor:not-allowed;transform:none}.rf-btn--primary{background:var(--rf-honey);color:var(--rf-ink)}.rf-btn--primary:hover:not(:disabled){background:var(--rf-honey-600);color:var(--rf-cream)}.rf-btn--outline{border-color:var(--rf-honey-600);color:var(--rf-honey-600);background:0 0}.rf-btn--outline:hover:not(:disabled){background:var(--rf-honey);border-color:var(--rf-honey);color:var(--rf-ink)}.rf-btn--ghost{color:var(--rf-ink-soft);background:0 0;padding:.5rem .75rem}.rf-btn--ghost:hover:not(:disabled){color:var(--rf-ink)}.rf-btn--block{width:100%}.rf-header{z-index:40;background:color-mix(in srgb, var(--rf-paper) 92%, transparent);-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);border-bottom:1px solid var(--rf-line);position:sticky;top:0}.rf-header__inner{justify-content:space-between;align-items:center;gap:1rem;padding-block:.85rem;display:flex}.rf-logo{font-family:var(--rf-font-serif);color:var(--rf-ink);align-items:baseline;gap:.4rem;font-size:1.4rem;font-weight:600;text-decoration:none;display:flex}.rf-logo span{font-family:var(--rf-font-hand);color:var(--rf-rust);white-space:nowrap;font-size:1.1rem}@media (width<=420px){.rf-logo span{display:none}}.rf-logo:hover{color:var(--rf-honey-600)}.rf-nav{align-items:center;gap:1.6rem;display:none}.rf-nav a{color:var(--rf-ink-soft);font-size:.95rem;font-weight:500;text-decoration:none}.rf-nav a:hover{color:var(--rf-honey-600)}@media (width>=860px){.rf-nav{display:flex}}.rf-header__actions{align-items:center;gap:.6rem;display:flex}.rf-header__phone{color:var(--rf-ink);font-weight:600;text-decoration:none;display:none}@media (width>=640px){.rf-header__phone{display:inline-flex}}.rf-cart-btn{border:1.5px solid var(--rf-line);background:var(--rf-cream);width:2.75rem;height:2.75rem;color:var(--rf-ink);cursor:pointer;border-radius:999px;justify-content:center;align-items:center;display:inline-flex;position:relative}.rf-cart-btn:hover{border-color:var(--rf-honey-600)}.rf-cart-btn__badge{background:var(--rf-rust);min-width:1.25rem;height:1.25rem;color:var(--rf-cream);border-radius:999px;justify-content:center;align-items:center;padding:0 .3rem;font-size:.7rem;font-weight:700;line-height:1;display:none;position:absolute;top:-.3rem;right:-.3rem}.rf-cart-btn__badge[data-visible=true]{display:flex}.rf-hero{background:linear-gradient(180deg, var(--rf-paper-2), var(--rf-paper) 70%);padding-block:clamp(3rem,8vw,6rem) clamp(2.5rem,6vw,4rem);position:relative}.rf-hero__inner{align-items:center;gap:2.5rem;display:grid}@media (width>=900px){.rf-hero__inner{grid-template-columns:1.1fr .9fr}}.rf-hero__lede{color:var(--rf-ink-soft);max-width:34rem;font-size:1.15rem}.rf-hero__actions{flex-wrap:wrap;gap:.9rem;margin-top:1.6rem;display:flex}.rf-hero__featured{width:100%;max-width:22rem;margin-inline:auto;position:relative}.rf-hero__featured .rf-card{border-color:var(--rf-honey-600);box-shadow:0 16px 34px -16px #d98c0f73}.rf-hero__bee{z-index:2;width:3.3rem;height:2.85rem;animation:3.4s ease-in-out infinite rf-hero-bee-bob;position:absolute;top:-1.7rem;right:-.8rem}@keyframes rf-hero-bee-bob{0%,to{transform:translate(0)rotate(-4deg)}50%{transform:translate(-.35rem,-.6rem)rotate(4deg)}}.rf-section{padding-block:clamp(2.5rem,6vw,4.5rem)}.rf-section--alt{background:var(--rf-paper-2)}.rf-section__head{max-width:40rem;margin-bottom:2.2rem}.rf-advantages{grid-template-columns:1fr;gap:1.2rem;margin-top:2rem;display:grid}@media (width>=720px){.rf-advantages{grid-template-columns:repeat(3,1fr)}}.rf-advantage{background:var(--rf-cream);border:1px solid var(--rf-line);border-radius:var(--rf-radius);padding:1.4rem}.rf-advantage__icon{color:var(--rf-honey-600);margin-bottom:.6rem}.rf-advantage h3{margin-bottom:.4rem}.rf-advantage p{color:var(--rf-ink-soft);margin:0;font-size:.95rem}.rf-about{align-items:center;gap:2.2rem;display:grid}@media (width>=860px){.rf-about{grid-template-columns:.9fr 1.1fr}}.rf-about__art{border-radius:var(--rf-radius-lg);border:1px solid var(--rf-line);background:var(--rf-cream);overflow:hidden}.rf-process{padding:2rem 1.6rem}.rf-process__caption{color:var(--rf-ink-soft);text-align:center;margin:0 0 1.4rem;font-size:.85rem}.rf-process__list{margin:0;padding:0;list-style:none}.rf-process__list li{gap:.9rem;padding-bottom:1.5rem;display:flex;position:relative}.rf-process__list li:last-child{padding-bottom:0}.rf-process__list li:not(:last-child):after{content:"";background:var(--rf-line);width:2px;position:absolute;top:1.8rem;bottom:0;left:.9rem;transform:translate(-50%)}.rf-process__num{z-index:1;background:var(--rf-honey-600);width:1.8rem;height:1.8rem;color:var(--rf-cream);border-radius:999px;flex-shrink:0;justify-content:center;align-items:center;font-size:.85rem;font-weight:700;display:flex;position:relative}.rf-process__list p{color:var(--rf-ink);margin:0;padding-top:.25rem;font-size:.92rem}.rf-catalog-grid{grid-template-columns:repeat(auto-fill,minmax(15.5rem,1fr));gap:1.4rem;display:grid}.rf-card{background:var(--rf-cream);border:1px solid var(--rf-line);border-radius:var(--rf-radius-lg);box-shadow:var(--rf-shadow);flex-direction:column;gap:.7rem;padding:1.3rem;display:flex;position:relative}.rf-card:target{animation:1.6s ease-out rf-card-target-flash}@keyframes rf-card-target-flash{0%{border-color:var(--rf-honey-600);box-shadow:0 0 0 4px var(--rf-honey-50), var(--rf-shadow)}to{border-color:var(--rf-line);box-shadow:var(--rf-shadow)}}@media (prefers-reduced-motion:reduce){.rf-card:target{border-color:var(--rf-honey-600);animation:none}}.rf-card--out{filter:grayscale(.85);opacity:.72}.rf-badge{z-index:1;text-transform:uppercase;letter-spacing:.03em;border-radius:999px;padding:.3rem .7rem;font-size:.72rem;font-weight:700;position:absolute;top:.9rem;right:.9rem}.rf-badge--out{background:var(--rf-ink);color:var(--rf-cream)}.rf-card__badges{z-index:2;flex-wrap:wrap;gap:.35rem;display:flex;position:absolute;top:.9rem;left:1rem;right:3.2rem}.rf-product-badge{white-space:nowrap;border-radius:999px;align-items:center;gap:.25rem;padding:.28rem .6rem;font-size:.72rem;font-weight:600;display:inline-flex}.rf-product-badge--hit{background:var(--rf-honey-50);color:var(--rf-honey-600);border:1px solid var(--rf-honey-600)}.rf-product-badge--sale{background:color-mix(in srgb, var(--rf-rust) 12%, var(--rf-cream));color:var(--rf-rust);border:1px solid var(--rf-rust)}.rf-product-badge--gift{background:color-mix(in srgb, var(--rf-plum) 12%, var(--rf-cream));color:var(--rf-plum);border:1px solid var(--rf-plum)}.rf-product-badge--new{background:var(--rf-forest);color:var(--rf-cream)}.rf-product-badge--limited{background:var(--rf-ink-soft);color:var(--rf-cream)}.rf-card__art{align-self:center;width:7rem;height:7rem;margin-bottom:.3rem}.rf-card__art--photo{object-fit:cover;border-radius:var(--rf-radius)}.rf-card__variety{color:var(--rf-ink-soft);margin:-.3rem 0 .2rem;font-size:.85rem}.rf-card__desc{color:var(--rf-ink-soft);flex-grow:1;margin:0;font-size:.9rem}.rf-variants{flex-wrap:wrap;gap:.45rem;display:flex}.rf-variant{position:relative}.rf-variant input{opacity:0;cursor:pointer;position:absolute;inset:0}.rf-variant span{border:1.5px solid var(--rf-line);color:var(--rf-ink-soft);border-radius:999px;padding:.35rem .7rem;font-size:.85rem;font-weight:500;display:inline-flex}.rf-variant input:checked+span{border-color:var(--rf-honey-600);background:var(--rf-honey-50);color:var(--rf-ink)}.rf-variant input:focus-visible+span{outline:2px solid var(--rf-honey-600);outline-offset:2px}.rf-variant input:disabled{cursor:not-allowed}.rf-variant input:disabled+span{opacity:.55;cursor:not-allowed;text-decoration:line-through}.rf-card__footer{justify-content:space-between;align-items:center;gap:.6rem;margin-top:.4rem;display:flex}.rf-price{font-family:var(--rf-font-serif);color:var(--rf-ink);font-size:1.2rem;font-weight:600}.rf-stepper{border:1.5px solid var(--rf-line);border-radius:999px;align-items:center;display:inline-flex;overflow:hidden}.rf-stepper button{width:2.1rem;height:2.1rem;color:var(--rf-ink);cursor:pointer;background:0 0;border:none;font-size:1.1rem;line-height:1}.rf-stepper button:hover{background:var(--rf-honey-50)}.rf-stepper button:disabled{cursor:not-allowed;opacity:.5}.rf-stepper button:disabled:hover{background:0 0}.rf-stepper output{text-align:center;font-variant-numeric:tabular-nums;min-width:1.6rem;font-weight:600}.rf-overlay{z-index:50;opacity:0;pointer-events:none;background:#2b1b1073;transition:opacity .2s;position:fixed;inset:0}.rf-overlay[data-open=true]{opacity:1;pointer-events:auto}.rf-drawer{background:var(--rf-paper);z-index:51;flex-direction:column;width:min(26rem,100vw);transition:transform .25s;display:flex;position:fixed;top:0;bottom:0;right:0;transform:translate(100%);box-shadow:-10px 0 30px -16px #05412f47}.rf-drawer[data-open=true]{transform:translate(0)}.rf-drawer__head{border-bottom:1px solid var(--rf-line);justify-content:space-between;align-items:center;padding:1.1rem 1.25rem;display:flex}.rf-drawer__body{flex:1;padding:1.1rem 1.25rem;overflow-y:auto}.rf-drawer__foot{border-top:1px solid var(--rf-line);flex-direction:column;gap:.8rem;padding:1.1rem 1.25rem;display:flex}.rf-drawer__step{display:none}.rf-drawer__step[data-active=true]{display:block}.rf-cart-empty{color:var(--rf-ink-soft);text-align:center;padding:2.5rem .5rem}.rf-cart-line{border-bottom:1px solid var(--rf-line);grid-template-columns:3rem 1fr auto;align-items:center;gap:.7rem;padding-block:.8rem;display:grid}.rf-cart-line__art{width:3rem;height:3rem}.rf-cart-line__title{margin:0;font-size:.92rem;font-weight:600}.rf-cart-line__meta{color:var(--rf-ink-soft);margin:0 0 .4rem;font-size:.82rem}.rf-cart-line__row{align-items:center;gap:.6rem;display:flex}.rf-cart-line__total{text-align:right;white-space:nowrap;font-weight:600}.rf-cart-line__remove{color:var(--rf-ink-soft);cursor:pointer;background:0 0;border:none;justify-self:end;padding:.2rem}.rf-cart-line__remove:hover{color:var(--rf-rust)}.rf-summary-row{justify-content:space-between;font-size:1.05rem;font-weight:600;display:flex}.rf-field{margin-bottom:.9rem}.rf-field label{margin-bottom:.3rem;font-size:.88rem;font-weight:600;display:block}.rf-field input,.rf-field textarea{border-radius:var(--rf-radius-sm);border:1.5px solid var(--rf-line);background:var(--rf-cream);width:100%;color:var(--rf-ink);padding:.65rem .8rem;font-family:inherit;font-size:1rem}.rf-field input:focus,.rf-field textarea:focus{border-color:var(--rf-honey-600);outline:none}.rf-field textarea{resize:vertical;min-height:4.5rem}.rf-field--hp{width:1px;height:1px;position:absolute;left:-9999px;overflow:hidden}.rf-form-error{background:var(--rf-honey-50);border:1px solid var(--rf-honey-600);color:var(--rf-rust-700);border-radius:var(--rf-radius-sm);margin-bottom:.9rem;padding:.7rem .9rem;font-size:.88rem;display:none}.rf-form-error[data-visible=true]{display:block}.rf-consent-note{color:var(--rf-ink-soft);margin:0 0 .9rem;font-size:.8rem}.rf-success{text-align:center;padding:1.5rem .5rem}.rf-success__icon{width:4.5rem;height:4.5rem;margin:0 auto .8rem}.rf-success__mark{width:100%;height:100%}.rf-success__circle,.rf-success__ring{transform-origin:50%;opacity:0}.rf-success__icon[data-play=true] .rf-success__circle{animation:.3s ease-out both rf-circle-in}.rf-success__icon[data-play=true] .rf-success__ring{animation:.4s ease-out .1s both rf-ring-in}.rf-success__check{stroke-dasharray:33;stroke-dashoffset:33px}.rf-success__icon[data-play=true] .rf-success__check{animation:.3s ease-out .25s both rf-check-draw}@keyframes rf-circle-in{0%{opacity:0;transform:scale(.7)}to{opacity:1;transform:scale(1)}}@keyframes rf-ring-in{0%{opacity:0;transform:scale(.85)}to{opacity:.35;transform:scale(1)}}@keyframes rf-check-draw{to{stroke-dashoffset:0}}.rf-success__order{font-family:var(--rf-font-serif);margin:.5rem 0 1rem;font-size:1.2rem;font-weight:600}.rf-faq{flex-direction:column;gap:.7rem;max-width:42rem;display:flex}.rf-faq__item{background:var(--rf-cream);border:1px solid var(--rf-line);border-radius:var(--rf-radius);padding:.2rem 1.1rem}.rf-faq__item summary{cursor:pointer;color:var(--rf-ink);padding:.9rem 1.6rem .9rem 0;font-weight:600;list-style:none;position:relative}.rf-faq__item summary::-webkit-details-marker{display:none}.rf-faq__item summary:after{content:"+";font-family:var(--rf-font-serif);color:var(--rf-honey-600);font-size:1.2rem;transition:transform .15s;position:absolute;top:.9rem;right:0}.rf-faq__item[open] summary:after{content:"−"}.rf-faq__item summary:focus-visible{outline:2px solid var(--rf-honey-600);outline-offset:2px;border-radius:var(--rf-radius-sm)}.rf-faq__item p{color:var(--rf-ink-soft);margin:0 0 1rem}.rf-guide-grid{grid-template-columns:1fr;gap:1.2rem;margin-top:2rem;display:grid}@media (width>=640px){.rf-guide-grid{grid-template-columns:repeat(2,1fr)}}.rf-guide-card{background:var(--rf-cream);border:1px solid var(--rf-line);border-radius:var(--rf-radius);padding:1.4rem}.rf-guide-card h3{align-items:center;gap:.55rem;margin:0 0 .6rem;font-size:1.05rem;display:flex}.rf-guide-card__dot{border-radius:999px;flex-shrink:0;width:.7rem;height:.7rem}.rf-guide-card p{color:var(--rf-ink-soft);margin:0 0 .8rem;font-size:.92rem}.rf-guide-note{color:var(--rf-ink-soft);margin:1.6rem 0 0;font-size:.8rem}.rf-footer{background:var(--rf-ink);color:var(--rf-cream);padding-block:2.6rem 1.6rem}.rf-footer a{color:var(--rf-cream)}.rf-footer a:hover{color:var(--rf-honey-50)}.rf-footer__grid{grid-template-columns:1fr;gap:1.8rem;display:grid}@media (width>=720px){.rf-footer__grid{grid-template-columns:1.2fr 1fr 1fr}}.rf-footer__logo{font-family:var(--rf-font-serif);color:var(--rf-cream);font-size:1.3rem;font-weight:600;text-decoration:none}.rf-footer h3{color:var(--rf-cream);text-transform:uppercase;letter-spacing:.04em;font-size:1rem}.rf-footer p,.rf-footer li{color:color-mix(in srgb, var(--rf-cream) 78%, transparent);font-size:.9rem}.rf-footer ul{flex-direction:column;gap:.5rem;margin:0;padding:0;list-style:none;display:flex}.rf-footer__bottom{color:color-mix(in srgb, var(--rf-cream) 60%, transparent);border-top:1px solid #ffffff1f;flex-flow:wrap;justify-content:space-between;align-items:center;gap:.5rem 1.5rem;margin-top:2rem;padding-top:1.4rem;font-size:.82rem;display:flex}.rf-footer .rf-footer__family{color:color-mix(in srgb, var(--rf-cream) 75%, transparent);font-weight:600}.rf-footer__social{gap:.9rem;margin-top:.9rem;display:flex}.rf-prose{max-width:46rem}.rf-prose h2{margin-top:2rem;font-size:1.3rem}.rf-prose h2:first-child{margin-top:0}.rf-prose p,.rf-prose li{color:var(--rf-ink-soft)}.rf-prose ul,.rf-prose ol{margin:0 0 1em;padding-left:1.3rem}.rf-prose li{margin-bottom:.4em}.rf-prose a{text-decoration-line:underline}.rf-prose strong{color:var(--rf-ink)}.rf-page-hero{background:var(--rf-paper-2);border-bottom:1px solid var(--rf-line);padding-block:clamp(2.2rem,5vw,3.2rem) 1rem}.rf-page-hero .rf-container{max-width:46rem}.rf-page-hero p{color:var(--rf-ink-soft);margin:0}@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}*{transition-duration:.001ms!important;animation-duration:.001ms!important;animation-iteration-count:1!important}}#cart-foot[data-astro-cid-7o6y2myb][data-active=false]{display:none}
