
:root {
  --cream: #fbf8f1;
  --cream-2: #f4eee2;
  --white: #fffefb;
  --green: #163f32;
  --green-2: #225b47;
  --green-3: #dfeae3;
  --pink: #cf8fa0;
  --pink-soft: #f4e2e5;
  --gold: #bd9459;
  --ink: #20312b;
  --muted: #66736d;
  --line: #e7e0d5;
  --wa: #168e51;
  --shadow: 0 18px 50px rgba(29, 55, 45, 0.1);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 132px; }
body { margin: 0; background: var(--white); color: var(--ink); font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; -webkit-font-smoothing: antialiased; }
body.modal-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
button { color: inherit; }
img { display: block; max-width: 100%; }
.container { width: min(1216px, calc(100% - 40px)); margin-inline: auto; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }
.section { padding: 100px 0; }
.eyebrow { margin: 0 0 14px; color: var(--gold); font-size: .72rem; font-weight: 800; letter-spacing: .18em; text-transform: uppercase; }
h1, h2 { font-family: Georgia, "Times New Roman", serif; letter-spacing: -.035em; }
h2 { margin: 0; color: var(--green); font-size: clamp(2.15rem, 4vw, 3.5rem); font-weight: 500; line-height: 1.05; }
.section-heading { margin-bottom: 36px; }
.section-heading > p:last-child { max-width: 620px; margin: 16px 0 0; color: var(--muted); font-size: 1.02rem; line-height: 1.7; }
.section-heading.centered { text-align: center; }
.section-heading.centered > p:last-child { margin-inline: auto; }
.split-heading { display: flex; align-items: end; justify-content: space-between; gap: 24px; }
.result-count { flex: none; padding: 9px 14px; border: 1px solid var(--line); border-radius: 999px; color: var(--muted); font-size: .82rem; }

.announcement { min-height: 35px; padding: 8px 20px; display: flex; justify-content: center; align-items: center; gap: 14px; background: var(--green); color: #eef6f1; font-size: .76rem; letter-spacing: .03em; }
.announcement a { font-weight: 700; }
.announcement-separator { color: #9fb9ac; }
.site-header { position: sticky; top: 0; z-index: 40; background: rgba(255,254,251,.96); border-bottom: 1px solid var(--line); backdrop-filter: blur(14px); }
.header-main { min-height: 80px; display: flex; align-items: center; gap: 24px; }
.brand { flex: none; display: inline-flex; align-items: center; gap: 11px; color: var(--green); font-family: Georgia, "Times New Roman", serif; font-size: 1.5rem; line-height: .95; }
.brand strong { font-weight: 700; }
.brand small { display: block; margin-top: 7px; color: var(--gold); font-family: Inter, sans-serif; font-size: .54rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.brand-mark { width: 42px; height: 42px; overflow: visible; }
.brand-mark path { fill: none; stroke: currentColor; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }
.brand-mark circle { fill: var(--pink); stroke: var(--green); stroke-width: 1.3; }
.header-search { height: 44px; max-width: 320px; flex: 1; display: flex; align-items: center; gap: 10px; padding: 0 15px; border: 1px solid var(--line); border-radius: 999px; background: var(--cream); }
.header-search svg { width: 18px; height: 18px; fill: none; stroke: var(--muted); stroke-width: 1.7; }
.header-search input { width: 100%; border: 0; outline: 0; background: transparent; color: var(--ink); font-size: .85rem; }
.location-pill { max-width: 210px; display: flex; align-items: center; gap: 8px; border: 0; background: transparent; text-align: left; cursor: pointer; }
.location-pill > span:first-child { width: 32px; height: 32px; display: grid; place-items: center; border-radius: 50%; background: var(--pink-soft); color: var(--pink); font-size: 1.2rem; }
.location-pill small { display: block; color: var(--muted); font-size: .65rem; }
.location-pill span:last-child { overflow: hidden; font-size: .78rem; font-weight: 750; white-space: nowrap; text-overflow: ellipsis; }
.button { min-height: 44px; display: inline-flex; align-items: center; justify-content: center; gap: 8px; border: 0; border-radius: 999px; padding: 0 19px; font-size: .82rem; font-weight: 800; line-height: 1; cursor: pointer; transition: transform .2s ease, background .2s ease, box-shadow .2s ease; }
.button:hover { transform: translateY(-2px); }
.button:focus-visible, a:focus-visible, summary:focus-visible, input:focus-visible, select:focus-visible, textarea:focus-visible { outline: 3px solid rgba(189,148,89,.32); outline-offset: 2px; }
.button-primary { background: var(--green); color: white; box-shadow: 0 10px 24px rgba(22,63,50,.2); }
.button-primary:hover { background: var(--green-2); }
.button-whatsapp { background: var(--wa); color: white; box-shadow: 0 9px 22px rgba(22,142,81,.17); }
.button-whatsapp:hover { background: #107d45; }
.button-ghost { border: 1px solid var(--line); background: white; color: var(--green); box-shadow: none; }
.button-light { background: var(--white); color: var(--green); }
.header-whatsapp { flex: none; }
.desktop-nav { position: relative; border-top: 1px solid var(--line); }
.nav-scroll { min-height: 42px; display: flex; align-items: center; justify-content: space-between; gap: 23px; overflow: visible; }
.nav-scroll::-webkit-scrollbar { display: none; }
.nav-scroll a { flex: none; padding: 12px 0 11px; color: #465650; font-size: .75rem; font-weight: 680; }
.nav-scroll a:hover { color: var(--pink); }
.nav-category { position: relative; align-self: stretch; display: flex; align-items: center; }
.nav-category-trigger { display: inline-flex; align-items: center; gap: 6px; }
.nav-category-trigger span { color: var(--gold); font-size: .8rem; transition: transform .2s ease; }
.nav-category-menu { position: absolute; left: -18px; top: calc(100% - 1px); z-index: 60; width: min(760px, calc(100vw - 40px)); max-height: calc(100vh - 130px); padding: 15px; display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 4px 10px; overflow-y: auto; overscroll-behavior: contain; border: 1px solid var(--line); border-radius: 0 0 18px 18px; background: rgba(255,254,251,.99); box-shadow: 0 20px 45px rgba(29,55,45,.15); opacity: 0; visibility: hidden; transform: translateY(-7px); transition: opacity .18s ease, transform .18s ease, visibility .18s; }
.nav-category-menu a { min-width: 0; padding: 10px 11px; display: flex; justify-content: space-between; gap: 12px; border-radius: 9px; color: var(--green); font-size: .72rem; }
.nav-category-menu a:hover { background: var(--cream); color: var(--pink); }
.nav-category-menu a span { color: var(--gold); }
.nav-category:hover .nav-category-menu, .nav-category:focus-within .nav-category-menu { opacity: 1; visibility: visible; transform: translateY(0); }
.nav-category:hover .nav-category-trigger span, .nav-category:focus-within .nav-category-trigger span { transform: rotate(180deg); }

.hero { position: relative; overflow: hidden; background: linear-gradient(105deg, var(--cream) 0%, #fffaf4 57%, #f1e6df 100%); }
.hero::before { content: ""; position: absolute; left: -110px; bottom: -160px; width: 390px; height: 390px; border: 1px solid rgba(189,148,89,.18); border-radius: 50%; }
.hero-grid { min-height: 635px; display: grid; grid-template-columns: .95fr 1.05fr; align-items: center; }
.hero-copy { position: relative; z-index: 2; padding: 74px 0 108px; }
.hero h1 { max-width: 650px; margin: 0; color: var(--green); font-size: clamp(3.4rem, 5.5vw, 5.4rem); font-weight: 400; line-height: .97; }
.hero h1 em { color: var(--pink); font-weight: 400; }
.hero-subtitle { margin: 22px 0 0; color: var(--green); font-size: 1.13rem; font-weight: 750; }
.hero-description { max-width: 540px; margin: 14px 0 0; color: var(--muted); font-size: .98rem; line-height: 1.75; }
.hero-actions { margin-top: 28px; display: flex; align-items: center; gap: 22px; }
.text-link { border: 0; background: none; color: var(--green); font-size: .84rem; font-weight: 800; text-decoration: underline; text-underline-offset: 5px; cursor: pointer; }
.hero-proof { max-width: 480px; margin-top: 42px; display: flex; gap: 30px; }
.hero-proof span { padding-right: 26px; border-right: 1px solid var(--line); color: var(--muted); font-size: .72rem; }
.hero-proof span:last-child { padding-right: 0; border: 0; }
.hero-proof b { display: block; margin-bottom: 3px; color: var(--green); font-family: Georgia, serif; font-size: 1.2rem; }
.hero-visual { position: relative; height: 100%; min-height: 635px; }
.hero-visual::after { content: ""; position: absolute; inset: 9% 0 9% 8%; border: 1px solid rgba(255,255,255,.54); border-radius: 240px 240px 30px 30px; pointer-events: none; }
.hero-visual > img { width: 100%; height: 100%; object-fit: cover; object-position: 66% center; }
.hero-note { position: absolute; right: 24px; bottom: 68px; display: flex; align-items: center; gap: 12px; padding: 15px 18px; border: 1px solid rgba(255,255,255,.85); border-radius: 16px; background: rgba(255,254,251,.91); box-shadow: var(--shadow); backdrop-filter: blur(10px); }
.hero-note > span { width: 34px; height: 34px; display: grid; place-items: center; border-radius: 50%; background: var(--pink-soft); color: var(--pink); }
.hero-note strong, .hero-note small { display: block; }
.hero-note strong { color: var(--green); font-family: Georgia, serif; font-size: .88rem; }
.hero-note small { margin-top: 4px; color: var(--muted); font-size: .65rem; }

.location-section { position: relative; z-index: 3; margin-top: -51px; }
.location-panel { padding: 27px 30px; display: grid; grid-template-columns: 1.03fr 1.7fr; align-items: center; gap: 30px; border: 1px solid rgba(231,224,213,.9); border-radius: 22px; background: rgba(255,254,251,.98); box-shadow: var(--shadow); }
.location-heading { display: flex; align-items: center; gap: 16px; }
.location-heading .eyebrow { margin-bottom: 6px; font-size: .6rem; }
.location-heading h2 { font-family: Inter, sans-serif; font-size: 1.08rem; font-weight: 800; letter-spacing: -.02em; line-height: 1.3; }
.location-icon { width: 48px; height: 48px; flex: none; display: grid; place-items: center; border-radius: 50%; background: var(--pink-soft); color: var(--pink); font-size: 1.55rem; }
.location-controls { display: grid; grid-template-columns: 1fr 1fr auto; align-items: end; gap: 12px; }
.location-controls label > span { display: block; margin: 0 0 7px 3px; color: var(--muted); font-size: .68rem; font-weight: 750; }
select, input, textarea { border: 1px solid var(--line); background: white; color: var(--ink); }
select, input { height: 45px; }
select { width: 100%; padding: 0 36px 0 13px; border-radius: 10px; appearance: none; background-image: linear-gradient(45deg, transparent 50%, var(--green) 50%), linear-gradient(135deg, var(--green) 50%, transparent 50%); background-position: calc(100% - 17px) 19px, calc(100% - 12px) 19px; background-size: 5px 5px; background-repeat: no-repeat; font-size: .82rem; }
select:disabled { background-color: #f5f2ed; color: #9da49f; cursor: not-allowed; }
.location-button { min-height: 45px; white-space: nowrap; }
.form-error, .location-saved { grid-column: 1 / -1; margin: -11px 0 0; padding-left: 65px; font-size: .73rem; }
.form-error { color: #a63b3b; }
.location-saved { color: var(--green-2); }

.popular-section { position: relative; overflow: hidden; background: linear-gradient(145deg, #f7eee8 0%, #fffaf6 48%, #f4ebe3 100%); }
.popular-section::before { content: ""; position: absolute; width: 330px; height: 330px; right: -120px; top: -170px; border-radius: 50%; background: radial-gradient(circle, rgba(207,143,160,.2), rgba(207,143,160,0) 70%); pointer-events: none; }
.popular-heading { position: relative; align-items: end; }
.popular-heading h2 { max-width: 650px; }
.popular-all-link { min-height: 44px; padding: 0 18px; display: inline-flex; align-items: center; gap: 16px; border: 1px solid rgba(23,107,71,.18); border-radius: 999px; background: rgba(255,255,255,.72); color: var(--green); font-size: .76rem; font-weight: 850; box-shadow: 0 8px 20px rgba(30,58,47,.06); transition: transform .2s ease, background .2s ease, border-color .2s ease; }
.popular-all-link span { color: var(--pink); font-size: 1rem; }
.popular-all-link:hover { transform: translateY(-2px); border-color: var(--pink); background: white; }
.popular-grid { position: relative; display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); align-items: start; gap: 22px; }
.popular-grid .product-card { border-color: rgba(207,143,160,.28); box-shadow: 0 10px 28px rgba(48,49,38,.075); }
.popular-grid .tag { background: linear-gradient(135deg, #c76780, #d98ea1); box-shadow: 0 6px 15px rgba(175,77,104,.24); }
.products-section { background: var(--white); }
.filters { margin-bottom: 30px; display: flex; align-items: end; gap: 10px; padding: 12px; border: 1px solid var(--line); border-radius: 16px; background: var(--cream); }
.filters label { min-width: 190px; }
.filter-search { flex: 1; }
.filter-search input { width: 100%; padding: 0 14px; border-radius: 10px; font-size: .82rem; }
.filter-label { display: block; margin: 0 0 7px 3px; color: var(--muted); font-size: .64rem; font-weight: 800; letter-spacing: .03em; }
.clear-filters { border: 0; background: transparent; color: var(--pink); font-size: .75rem; font-weight: 800; cursor: pointer; white-space: nowrap; }
.products-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); align-items: start; gap: 22px; }
.load-more-wrap { margin-top: 34px; display: flex; flex-direction: column; align-items: center; gap: 12px; }
.load-more-wrap small { color: var(--muted); font-size: .82rem; }
.product-card { height: auto; align-self: start; overflow: hidden; border: 1px solid var(--line); border-radius: 20px; background: white; box-shadow: 0 6px 20px rgba(30,58,47,.055); transition: transform .25s ease, box-shadow .25s ease; }
.product-card:hover { transform: translateY(-5px); box-shadow: 0 18px 40px rgba(30,58,47,.12); }
.product-card-link { height: auto; display: flex; flex-direction: column; }
.product-image-wrap { position: relative; height: 282px; display: block; overflow: hidden; background: var(--cream); }
.product-image { width: 100%; height: 100%; object-fit: cover; transition: transform .5s ease; }
.product-card:hover .product-image { transform: scale(1.035); }
.tag { position: absolute; left: 12px; top: 12px; padding: 7px 10px; border-radius: 999px; background: rgba(22,63,50,.92); color: white; font-size: .62rem; font-weight: 800; letter-spacing: .03em; }
.tag-yeni { background: rgba(207,143,160,.95); }
.product-body { height: auto; padding: 18px; display: flex; flex-direction: column; }
.product-category { margin: 0 0 8px; color: var(--gold); font-size: .62rem; font-weight: 800; letter-spacing: .07em; text-transform: uppercase; }
.product-body h3 { min-height: 44px; margin: 0; color: var(--green); font-family: Georgia, serif; font-size: 1.12rem; font-weight: 600; line-height: 1.22; }
.product-copy { min-height: 42px; margin: 9px 0 0; color: var(--muted); font-size: .75rem; line-height: 1.55; }
.product-meta { margin-top: 14px; display: flex; justify-content: space-between; align-items: end; }
.product-code { color: #86908b; font-size: .64rem; }
.product-meta strong { padding: 5px 9px; display: inline-flex; align-items: center; border-radius: 10px; background: #eef8f2; color: #087246; box-shadow: inset 0 0 0 1px rgba(8,114,70,.08); font-family: "Trebuchet MS", "Arial Rounded MT Bold", Arial, sans-serif; font-size: 1.22rem; font-weight: 700; letter-spacing: -.018em; line-height: 1; font-variant-numeric: tabular-nums; }
.product-actions { margin-top: 18px; padding-top: 0; }
.product-order-button { width: 100%; min-height: 46px; padding: 0 10px 0 16px; display: flex; align-items: center; justify-content: space-between; gap: 12px; overflow: hidden; border: 1px solid rgba(255,255,255,.2); border-radius: 14px; background: linear-gradient(135deg, #176b47 0%, #109253 100%); color: white; box-shadow: 0 10px 20px rgba(16,111,66,.2); font-size: .76rem; font-weight: 850; letter-spacing: .015em; transition: transform .2s ease, box-shadow .2s ease, background .2s ease; }
.product-order-button > span { display: inline-flex; align-items: center; gap: 8px; }
.product-order-button i { font-style: normal; color: #f5d7df; font-size: .86rem; }
.product-order-button b { width: 29px; height: 29px; display: grid; place-items: center; flex: 0 0 auto; border-radius: 10px; background: rgba(255,255,255,.16); color: white; font-size: 1rem; transition: transform .2s ease, background .2s ease; }
.product-card:hover .product-order-button { transform: translateY(-1px); background: linear-gradient(135deg, #125e3d 0%, #0c864a 100%); box-shadow: 0 13px 25px rgba(16,111,66,.26); }
.product-card:hover .product-order-button b { transform: translateX(2px); background: rgba(255,255,255,.24); }
.product-card-link:focus-visible .product-order-button { outline: 3px solid rgba(207,143,160,.5); outline-offset: 3px; }
.empty-state { padding: 70px 20px; text-align: center; }
.empty-state > span { color: var(--pink); font-size: 2.5rem; }
.empty-state h3 { margin: 12px 0 20px; color: var(--green); }

.categories-section { background: var(--cream); }
.category-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.category-card { min-height: 122px; display: grid; grid-template-columns: 90px 1fr auto; align-items: center; gap: 18px; padding: 15px; border: 1px solid var(--line); border-radius: 18px; background: var(--white); text-align: left; cursor: pointer; transition: border-color .2s, transform .2s; }
.category-card:hover { transform: translateY(-3px); border-color: var(--pink); }
.category-card img { width: 90px; height: 90px; object-fit: cover; border-radius: 14px; }
.category-card strong, .category-card small { display: block; }
.category-card strong { color: var(--green); font-family: Georgia, serif; font-size: 1.1rem; }
.category-card small { margin-top: 6px; color: var(--muted); font-size: .7rem; }
.category-card .category-count { margin-top: 8px; color: var(--pink); font-size: .62rem; font-weight: 800; }
.category-card > b { margin-right: 4px; color: var(--pink); font-size: 1.25rem; }

.occasion-section { background: var(--green); color: white; }
.occasion-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 90px; align-items: center; }
.occasion-copy { position: sticky; top: 180px; }
.occasion-copy h2 { max-width: 450px; color: white; }
.occasion-copy > p:not(.eyebrow) { max-width: 480px; margin: 22px 0 28px; color: #cbd9d2; line-height: 1.75; }
.occasion-list { border-top: 1px solid rgba(255,255,255,.18); }
.occasion-list button { width: 100%; display: grid; grid-template-columns: 45px 1fr auto; align-items: center; gap: 14px; padding: 20px 4px; border: 0; border-bottom: 1px solid rgba(255,255,255,.18); background: transparent; color: white; text-align: left; font-family: Georgia, serif; font-size: 1.17rem; cursor: pointer; transition: color .2s, padding .2s; }
.occasion-list button:hover { padding-left: 12px; color: #f1c5cf; }
.occasion-list span { color: var(--gold); font-family: Inter, sans-serif; font-size: .65rem; }
.occasion-list b { font-family: Inter, sans-serif; font-size: .95rem; }

.how-section { background: var(--white); }
.steps-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; position: relative; }
.steps-grid::before { content: ""; position: absolute; left: 16.6%; right: 16.6%; top: 65px; border-top: 1px dashed #d7c5ad; }
.steps-grid article { position: relative; z-index: 1; padding: 38px 28px 31px; border: 1px solid var(--line); border-radius: 20px; background: var(--cream); text-align: center; }
.steps-grid article > span { position: absolute; right: 18px; top: 16px; color: #d6c5ac; font-family: Georgia, serif; font-size: 1.3rem; }
.step-icon { width: 56px; height: 56px; margin: 0 auto 19px; display: grid; place-items: center; border-radius: 50%; background: var(--white); color: var(--green); box-shadow: 0 7px 19px rgba(30,58,47,.09); font-size: 1.8rem; }
.steps-grid article:nth-child(3) .step-icon { background: var(--wa); color: white; }
.steps-grid h3 { margin: 0; color: var(--green); font-family: Georgia, serif; font-size: 1.25rem; }
.steps-grid p { margin: 10px 0 0; color: var(--muted); font-size: .82rem; line-height: 1.6; }

.trust-section { background: var(--cream); }
.trust-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 15px; }
.trust-grid article { padding: 24px; border: 1px solid var(--line); border-radius: 17px; background: var(--white); }
.trust-grid article > span { width: 41px; height: 41px; display: grid; place-items: center; border-radius: 50%; background: var(--green-3); color: var(--green); font-family: Georgia, serif; font-weight: 700; }
.trust-grid h3 { margin: 18px 0 8px; color: var(--green); font-family: Georgia, serif; font-size: 1.05rem; }
.trust-grid p { margin: 0; color: var(--muted); font-size: .76rem; line-height: 1.6; }

.testimonials-section { background: #fffaf6; }
.testimonials-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.testimonials-grid figure { margin: 0; padding: 28px; border: 1px solid var(--line); border-radius: 20px; background: white; box-shadow: 0 8px 26px rgba(30,58,47,.05); }
.stars { color: var(--gold); font-size: .75rem; letter-spacing: .16em; }
.testimonials-grid blockquote { min-height: 96px; margin: 18px 0 24px; color: #475650; font-family: Georgia, serif; font-size: 1.03rem; line-height: 1.65; }
.testimonials-grid figcaption { display: flex; align-items: center; gap: 11px; }
.testimonials-grid figcaption > span { width: 38px; height: 38px; display: grid; place-items: center; border-radius: 50%; background: var(--pink-soft); color: var(--pink); font-family: Georgia, serif; font-weight: 700; }
.testimonials-grid figcaption strong, .testimonials-grid figcaption small { display: block; }
.testimonials-grid figcaption strong { color: var(--green); font-size: .78rem; }
.testimonials-grid figcaption small { margin-top: 4px; color: var(--muted); font-size: .64rem; }

.faq-section { background: var(--white); }
.faq-grid { display: grid; grid-template-columns: .7fr 1.3fr; gap: 80px; }
.faq-intro > p:not(.eyebrow) { margin: 20px 0; color: var(--muted); line-height: 1.7; }
.faq-list { border-top: 1px solid var(--line); }
.faq-list details { border-bottom: 1px solid var(--line); }
.faq-list summary { padding: 21px 4px; display: flex; justify-content: space-between; align-items: center; gap: 20px; color: var(--green); font-weight: 750; cursor: pointer; list-style: none; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary span { font-size: 1.25rem; font-weight: 400; transition: transform .2s; }
.faq-list details[open] summary span { transform: rotate(45deg); }
.faq-list details p { margin: -5px 35px 21px 4px; color: var(--muted); font-size: .84rem; line-height: 1.7; }

.contact-section { padding: 72px 0; background: var(--pink-soft); }
.contact-inner { display: flex; justify-content: space-between; align-items: center; gap: 40px; }
.contact-inner h2 { max-width: 690px; }
.contact-inner > div > p:last-child { margin: 14px 0 0; color: var(--muted); }
.button-large { min-height: 62px; padding: 0 26px; flex: none; }
.button-large span { text-align: left; }
.button-large small { display: block; margin-top: 5px; font-size: .64rem; font-weight: 600; opacity: .82; }

.site-footer { padding: 68px 0 24px; background: #102e25; color: #d9e4df; }
.footer-grid { display: grid; grid-template-columns: 1.5fr 1fr 1fr 1fr; gap: 60px; }
.brand-light { color: white; }
.footer-brand > p { max-width: 350px; margin: 19px 0; color: #9eb4aa; font-size: .8rem; line-height: 1.7; }
.footer-phone { display: inline-flex; align-items: center; gap: 8px; color: #b9e7cd; font-size: .82rem; font-weight: 800; }
.footer-grid h3 { margin: 0 0 18px; color: white; font-family: Georgia, serif; font-size: 1rem; }
.footer-grid > div:not(.footer-brand) a { display: block; margin: 0 0 12px; color: #aabdb4; font-size: .75rem; }
.footer-grid a:hover { color: white; }
.footer-bottom { margin-top: 50px; padding-top: 20px; display: flex; justify-content: space-between; gap: 20px; border-top: 1px solid rgba(255,255,255,.1); color: #789086; font-size: .68rem; }

.floating-whatsapp { position: fixed; right: 22px; bottom: 22px; z-index: 35; min-height: 50px; display: flex; align-items: center; gap: 9px; padding: 0 18px; border-radius: 999px; background: var(--wa); color: white; box-shadow: 0 12px 34px rgba(12,96,53,.33); font-size: .77rem; font-weight: 800; transition: transform .2s; }
.floating-whatsapp:hover { transform: translateY(-3px); }
.mobile-nav { display: none; }

.modal-backdrop { position: fixed; inset: 0; z-index: 100; padding: 28px 18px; display: grid; place-items: center; overflow-y: auto; background: rgba(9,29,23,.65); backdrop-filter: blur(5px); animation: fadeIn .18s ease; }
.order-modal { position: relative; width: min(610px, 100%); max-height: calc(100vh - 56px); overflow-y: auto; padding: 30px; border-radius: 24px; background: var(--white); box-shadow: 0 30px 90px rgba(0,0,0,.25); animation: modalUp .25s ease; }
.modal-close { position: absolute; right: 18px; top: 16px; width: 36px; height: 36px; border: 0; border-radius: 50%; background: var(--cream); color: var(--green); font-size: 1.5rem; cursor: pointer; }
.modal-heading { padding-right: 35px; }
.modal-heading h2 { font-size: 2rem; }
.modal-heading > p:last-child { margin: 9px 0 0; color: var(--muted); font-size: .78rem; }
.modal-product { margin-top: 21px; display: flex; align-items: center; gap: 15px; padding: 12px; border: 1px solid var(--line); border-radius: 15px; background: var(--cream); }
.modal-product img { width: 76px; height: 76px; object-fit: cover; border-radius: 11px; }
.modal-product small, .modal-product strong, .modal-product b { display: block; }
.modal-product small { color: var(--gold); font-size: .62rem; }
.modal-product strong { margin-top: 4px; color: #087246; font-family: "Trebuchet MS", "Arial Rounded MT Bold", Arial, sans-serif; font-size: 1.04rem; font-weight: 700; letter-spacing: -.015em; font-variant-numeric: tabular-nums; }
.modal-product b { margin-top: 4px; color: var(--green-2); font-size: .82rem; }
.modal-location { margin: 11px 0 18px; display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 11px; padding: 12px 14px; border-radius: 13px; background: var(--green-3); }
.modal-location > span { color: var(--green); font-size: 1.2rem; }
.modal-location small, .modal-location strong { display: block; }
.modal-location small { color: var(--muted); font-size: .6rem; }
.modal-location strong { margin-top: 3px; color: var(--green); font-size: .8rem; }
.modal-location button { border: 0; background: none; color: var(--green-2); font-size: .68rem; font-weight: 800; text-decoration: underline; cursor: pointer; }
.order-modal form { display: grid; gap: 13px; }
.order-modal label { position: relative; display: grid; gap: 6px; }
.order-modal label > span { color: #52625b; font-size: .69rem; font-weight: 750; }
.order-modal input, .order-modal select, .order-modal textarea { width: 100%; padding: 0 12px; border-radius: 10px; outline: 0; font-size: .79rem; }
.order-modal textarea { min-height: 78px; padding-top: 11px; resize: vertical; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.char-count { position: absolute; right: 10px; bottom: 8px; color: #9ca39f; font-size: .58rem; }
.modal-info { margin: 0; padding: 10px 12px; border-radius: 10px; background: #fff7e9; color: #766349; font-size: .66rem; line-height: 1.5; }
.modal-submit { min-height: 50px; width: 100%; }
@keyframes fadeIn { from { opacity: 0; } }
@keyframes modalUp { from { transform: translateY(14px); opacity: 0; } }

.legal-page { min-height: 70vh; padding: 76px 0 110px; background: var(--cream); }
.legal-shell { max-width: 850px; }
.breadcrumbs { margin-bottom: 18px; color: var(--muted); font-size: .72rem; }
.legal-card { padding: clamp(28px, 5vw, 58px); border: 1px solid var(--line); border-radius: 24px; background: var(--white); box-shadow: var(--shadow); }
.legal-card h1 { margin: 0; color: var(--green); font-size: clamp(2.4rem, 5vw, 4rem); font-weight: 500; line-height: 1; }
.legal-card h2 { margin-top: 38px; font-family: Inter, sans-serif; font-size: 1.18rem; font-weight: 800; letter-spacing: -.02em; }
.legal-card p, .legal-card li { color: var(--muted); font-size: .9rem; line-height: 1.8; }
.legal-card ul { padding-left: 20px; }
.legal-card .button { margin-top: 22px; }

.product-detail-page { padding: 42px 0 80px; background: var(--cream); }
.product-detail-grid { display: grid; grid-template-columns: .94fr 1.06fr; gap: 42px; align-items: start; }
.product-detail-image { overflow: hidden; border-radius: 24px; background: white; box-shadow: var(--shadow); }
.product-detail-image img { width: 100%; aspect-ratio: 1 / 1; object-fit: cover; }
.product-detail-copy { min-width: 0; padding-top: 2px; }
.product-detail-copy .eyebrow { margin-bottom: 9px; }
.product-detail-copy h1 { max-width: 650px; margin: 0; overflow-wrap: anywhere; color: var(--green); font-size: clamp(2.45rem, 4.2vw, 3.85rem); font-weight: 500; line-height: .98; }
.product-detail-copy .product-code { display: block; margin-top: 11px; }
.product-detail-copy > p { margin: 0 0 14px; color: var(--muted); font-size: .9rem; line-height: 1.6; }
.detail-price { margin: 14px 0 12px; display: block; color: #087246; font-family: "Trebuchet MS", "Arial Rounded MT Bold", Arial, sans-serif; font-size: 1.9rem; font-weight: 700; letter-spacing: -.025em; line-height: 1; font-variant-numeric: tabular-nums; }
.detail-benefits { margin: 14px 0 0; padding: 13px 15px; display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 10px; border: 1px solid var(--line); border-radius: 13px; background: rgba(255,255,255,.72); color: var(--muted); font-size: .65rem; line-height: 1.45; }
.detail-benefits span { display: flex; align-items: flex-start; }
.detail-benefits span::before { content: "✓"; margin-right: 7px; color: var(--wa); font-weight: 900; }
.detail-actions { display: flex; flex-wrap: wrap; gap: 11px; }
.detail-header { border-bottom: 1px solid var(--line); background: var(--white); }
.detail-header > .container { min-height: 76px; display: flex; align-items: center; justify-content: space-between; gap: 18px; }
.detail-brand { display: inline-flex; align-items: center; gap: 10px; color: var(--green); font-family: Georgia, serif; font-size: 1.35rem; }
.detail-brand > span { width: 38px; height: 38px; display: grid; place-items: center; border-radius: 50%; background: var(--pink-soft); color: var(--pink); }
.detail-footer { padding: 24px 0; background: #102e25; color: #aabdb4; }
.detail-footer > .container { display: flex; justify-content: space-between; gap: 20px; font-size: .72rem; }
.detail-footer strong { color: white; font-family: Georgia, serif; }
.product-detail-image { position: relative; }
.product-detail-image .tag { left: 18px; top: 18px; }
.detail-order-form { min-width: 0; margin-top: 16px; padding: 20px; display: grid; gap: 14px; border: 1px solid var(--line); border-radius: 18px; background: white; box-shadow: 0 10px 30px rgba(29,55,45,.07); }
.detail-order-heading { display: flex; align-items: center; justify-content: space-between; gap: 15px; }
.detail-order-heading strong, .detail-order-heading small { display: block; }
.detail-order-heading strong { color: var(--green); font-family: Georgia, serif; font-size: 1.05rem; }
.detail-order-heading small { margin-top: 3px; color: var(--muted); font-size: .59rem; }
.detail-order-heading > span { padding: 6px 8px; border-radius: 999px; background: #e8f5ed; color: var(--wa); font-size: .55rem; font-weight: 850; white-space: nowrap; }
.detail-order-form label { display: grid; gap: 6px; }
.detail-order-form label > span { color: #52625b; font-size: .69rem; font-weight: 750; }
.detail-order-form input, .detail-order-form select, .detail-order-form textarea { width: 100%; padding: 0 12px; border-radius: 10px; outline: 0; font-size: .79rem; }
.detail-order-form input, .detail-order-form select { height: 42px; }
.detail-order-form textarea { min-height: 64px; padding-top: 10px; resize: vertical; }
.detail-order-form select:disabled { background: #f3f5f3; color: #9aa49f; cursor: not-allowed; }
.detail-order-form > .button { min-height: 48px; width: 100%; }
.detail-order-fields { min-width: 0; display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 13px 14px; }
.detail-order-fields label { min-width: 0; }
.detail-order-fields label.wide { grid-column: 1 / -1; }
.detail-choice-block { padding: 11px 12px; display: grid; grid-template-columns: minmax(0, 1fr) auto; align-items: center; gap: 14px; border: 1px solid #e3e8e4; border-radius: 12px; background: #f8faf8; }
.detail-choice-block strong, .detail-choice-block small { display: block; }
.detail-choice-block strong { color: #29493d; font-size: .7rem; }
.detail-choice-block small { margin-top: 3px; color: #7f8b86; font-size: .57rem; line-height: 1.45; }
.detail-choice-buttons { padding: 3px; display: flex; gap: 3px; border-radius: 9px; background: #e8ede9; }
.detail-choice-buttons button { min-width: 48px; height: 30px; border: 0; border-radius: 7px; background: transparent; color: #66766f; font-size: .62rem; font-weight: 850; cursor: pointer; }
.detail-choice-buttons button.active { background: white; color: var(--green); box-shadow: 0 2px 8px rgba(29,55,45,.1); }
.detail-extra-request { padding: 0 2px; }
.detail-order-group { min-width: 0; margin: 0; padding: 14px; border: 1px solid #e2e7e3; border-radius: 13px; }
.detail-order-group legend { padding: 0 8px; color: var(--green); font-family: Georgia, serif; font-size: .82rem; font-weight: 700; }
.detail-delivery-days { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 8px; }
.detail-delivery-days button { min-width: 0; min-height: 48px; padding: 7px 5px; border: 1px solid var(--line); border-radius: 10px; background: white; color: #53655e; cursor: pointer; }
.detail-delivery-days button strong, .detail-delivery-days button small { display: block; }
.detail-delivery-days button strong { font-size: .66rem; }
.detail-delivery-days button small { margin-top: 2px; color: #8a9590; font-size: .53rem; }
.detail-delivery-days button.active { border-color: #3b8065; background: #e8f3ed; color: var(--green); box-shadow: inset 0 0 0 1px rgba(59,128,101,.12); }
.detail-order-summary { padding: 12px 14px; display: flex; align-items: center; justify-content: space-between; gap: 20px; border-radius: 12px; background: #f4f7f5; }
.detail-quantity > span, .detail-total > span { display: block; margin-bottom: 6px; color: #7c8984; font-size: .58rem; font-weight: 750; }
.detail-quantity > div { display: flex; align-items: center; gap: 12px; }
.detail-quantity button { width: 31px; height: 31px; border: 1px solid #d8dfda; border-radius: 8px; background: white; color: var(--green); font-size: 1rem; cursor: pointer; }
.detail-quantity strong { min-width: 18px; color: var(--green); font-size: .78rem; text-align: center; }
.detail-total { text-align: right; }
.detail-total strong { color: #087246; font-family: "Trebuchet MS", "Arial Rounded MT Bold", Arial, sans-serif; font-size: 1.32rem; font-weight: 700; letter-spacing: -.02em; font-variant-numeric: tabular-nums; }
.detail-order-submit { box-shadow: 0 9px 22px rgba(22,142,81,.23); }

/* Admin panel */
.admin-app { min-height: 100vh; display: grid; grid-template-columns: 255px minmax(0, 1fr); background: #f3f6f4; color: #24342e; }
.admin-sidebar { position: sticky; top: 0; height: 100vh; padding: 27px 21px 20px; display: flex; flex-direction: column; background: #123b2e; color: white; }
.admin-brand { display: flex; align-items: center; gap: 12px; padding: 0 7px 26px; border-bottom: 1px solid rgba(255,255,255,.12); }
.admin-brand > span { width: 40px; height: 40px; display: grid; place-items: center; border-radius: 12px; background: rgba(255,255,255,.1); color: #edbdc9; font-size: 1.35rem; }
.admin-brand strong, .admin-brand small { display: block; }
.admin-brand strong { font-family: Georgia, serif; font-size: 1.1rem; }
.admin-brand small { margin-top: 5px; color: #9fb9af; font-size: .62rem; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.admin-sidebar nav { margin-top: 25px; display: grid; gap: 7px; }
.admin-sidebar nav button { width: 100%; height: 47px; padding: 0 14px; display: flex; align-items: center; gap: 12px; border: 0; border-radius: 11px; background: transparent; color: #b8cac3; font-size: .8rem; font-weight: 800; text-align: left; cursor: pointer; }
.admin-sidebar nav button span { width: 22px; color: #d0a973; font-size: 1.05rem; }
.admin-sidebar nav button:hover, .admin-sidebar nav button.active { background: rgba(255,255,255,.11); color: white; }
.admin-account { margin-top: auto; padding: 15px 6px 12px; display: flex; align-items: center; gap: 10px; border-top: 1px solid rgba(255,255,255,.12); }
.admin-account > span { width: 36px; height: 36px; flex: none; display: grid; place-items: center; border-radius: 50%; background: var(--pink); color: white; font-family: Georgia, serif; font-weight: 700; }
.admin-account strong, .admin-account small { max-width: 160px; display: block; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; }
.admin-account strong { font-size: .72rem; }
.admin-account small { margin-top: 4px; color: #94afa4; font-size: .56rem; }
.admin-signout { padding: 0 6px; }
.admin-signout button { padding: 8px 0; border: 0; background: transparent; color: #9fb9af; font: inherit; font-size: .67rem; font-weight: 750; cursor: pointer; }
.admin-signout button:hover { color: white; }
.admin-main { min-width: 0; padding: 38px clamp(24px, 4vw, 58px) 70px; }
.admin-topbar { margin-bottom: 27px; display: flex; align-items: center; justify-content: space-between; gap: 25px; }
.admin-kicker { margin: 0 0 7px; color: #bb8c4d; font-size: .62rem; font-weight: 900; letter-spacing: .16em; }
.admin-topbar h1 { margin: 0; color: #173d31; font-family: Inter, sans-serif; font-size: clamp(1.65rem, 3vw, 2.25rem); font-weight: 800; letter-spacing: -.04em; }
.admin-button { min-height: 43px; padding: 0 17px; display: inline-flex; align-items: center; justify-content: center; gap: 8px; border: 0; border-radius: 10px; font-size: .73rem; font-weight: 850; cursor: pointer; transition: transform .18s ease, background .18s ease; }
.admin-button:hover { transform: translateY(-1px); }
.admin-button:disabled { opacity: .55; cursor: wait; transform: none; }
.admin-button-primary { background: #176a4a; color: white; box-shadow: 0 8px 20px rgba(23,106,74,.17); }
.admin-button-primary:hover { background: #105c3f; }
.admin-button-discount { background: #a85c63; color: white; box-shadow: 0 8px 20px rgba(168,92,99,.16); }
.admin-button-discount:hover { background: #934d54; }
.admin-button-secondary { border: 1px solid #dce4df; background: white; color: #24483b; }
.admin-notice { margin: 0 0 20px; padding: 13px 16px; border-radius: 11px; font-size: .75rem; font-weight: 750; }
.admin-notice.success { border: 1px solid #b9dfcb; background: #eaf7ef; color: #176a4a; }
.admin-notice.error { border: 1px solid #ecc0c0; background: #fff0f0; color: #a13a3a; }
.admin-stats { margin-bottom: 22px; display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 17px; }
.admin-stats article { padding: 22px 23px; border: 1px solid #dfe6e2; border-radius: 15px; background: white; box-shadow: 0 7px 24px rgba(26,58,46,.045); }
.admin-stats span, .admin-stats small { display: block; color: #75827d; }
.admin-stats span { font-size: .68rem; font-weight: 800; }
.admin-stats strong { display: block; margin: 9px 0 6px; color: #173d31; font-family: Georgia, serif; font-size: 2rem; }
.admin-stats small { font-size: .61rem; }
.admin-panel { padding: 24px; border: 1px solid #dfe6e2; border-radius: 17px; background: white; box-shadow: 0 8px 28px rgba(26,58,46,.045); }
.admin-bulk-panel { margin-bottom: 22px; }
.admin-bulk-form { margin-top: 22px; display: grid; grid-template-columns: 1fr .7fr 1.2fr auto; align-items: end; gap: 12px; }
.admin-bulk-form label { min-width: 0; }
.admin-bulk-form label > span { display: block; margin-bottom: 7px; color: #43564f; font-size: .65rem; font-weight: 800; }
.admin-bulk-form input, .admin-bulk-form select { width: 100%; height: 43px; padding: 0 12px; border: 1px solid #dce4df; border-radius: 9px; background: #fbfcfb; color: #253b33; outline: 0; font-size: .72rem; }
.admin-bulk-form input:focus, .admin-bulk-form select:focus { border-color: #56a180; box-shadow: 0 0 0 3px rgba(45,132,94,.1); }
.admin-bulk-form .admin-button { min-width: 142px; }
.admin-percent-input { position: relative; }
.admin-percent-input input { padding-right: 34px; }
.admin-percent-input b { position: absolute; right: 13px; top: 50%; transform: translateY(-50%); color: #617069; font-size: .75rem; }
.admin-bulk-preview { margin: 12px 0 0; color: #84908b; font-size: .62rem; }
.admin-bulk-preview strong { color: #315044; }
.admin-panel-heading { display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.admin-panel-heading h2 { margin: 0; color: #173d31; font-family: Inter, sans-serif; font-size: 1.15rem; font-weight: 850; letter-spacing: -.025em; }
.admin-panel-heading p { max-width: 620px; margin: 7px 0 0; color: #78847f; font-size: .7rem; line-height: 1.55; }
.admin-search { height: 44px; max-width: 440px; margin: 22px 0 17px; padding: 0 13px; display: flex; align-items: center; gap: 9px; border: 1px solid #dfe6e2; border-radius: 10px; background: #f7f9f8; }
.admin-search span { color: #87938e; font-size: 1.05rem; }
.admin-search input { width: 100%; height: auto; padding: 0; border: 0; outline: 0; background: transparent; font-size: .74rem; }
.admin-product-list { border-top: 1px solid #e8eeea; }
.admin-product-row { min-height: 85px; display: grid; grid-template-columns: 58px minmax(190px, 1.5fr) minmax(95px, .5fr) 78px auto; align-items: center; gap: 16px; padding: 13px 4px; border-bottom: 1px solid #e8eeea; }
.admin-product-row > img { width: 58px; height: 58px; object-fit: cover; border-radius: 10px; background: var(--cream); }
.admin-product-name strong, .admin-product-name small { display: block; }
.admin-product-name strong { color: #243c33; font-size: .78rem; }
.admin-product-name small { margin-top: 6px; color: #89938f; font-size: .59rem; }
.admin-product-price { color: #087246; font-family: "Trebuchet MS", "Arial Rounded MT Bold", Arial, sans-serif; font-size: .92rem; font-weight: 700; letter-spacing: -.015em; font-variant-numeric: tabular-nums; }
.admin-status { padding: 6px 9px; border-radius: 999px; text-align: center; font-size: .58rem; font-weight: 850; }
.admin-status.active { background: #e6f5ec; color: #197048; }
.admin-status.passive { background: #f0f0ef; color: #727b77; }
.admin-row-actions { display: flex; justify-content: end; gap: 6px; }
.admin-row-actions button { min-height: 34px; padding: 0 10px; border: 1px solid #dce4df; border-radius: 8px; background: white; color: #315447; font-size: .62rem; font-weight: 800; cursor: pointer; }
.admin-row-actions button.danger { border-color: #f0d2d2; color: #ac4c4c; }
.admin-row-actions button:disabled { opacity: .5; }
.admin-empty { padding: 60px 20px; text-align: center; color: #84908b; }
.admin-empty > span { display: block; color: #bf8da0; font-size: 2rem; }
.admin-empty strong { display: block; margin-top: 10px; color: #315044; }
.admin-empty p { margin: 7px 0 0; font-size: .72rem; }
.admin-settings-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 20px; align-items: start; }
.settings-icon { width: 42px; height: 42px; flex: none; display: grid; place-items: center; border-radius: 12px; background: #e4f3e9; color: #176a4a; font-size: .7rem; font-weight: 900; }
.admin-settings-form { margin-top: 25px; }
.admin-settings-form label > span, .admin-image-inputs label > span, .admin-form-grid label > span { display: block; margin-bottom: 7px; color: #43564f; font-size: .65rem; font-weight: 800; }
.admin-settings-form input, .admin-inline-form input, .admin-form-grid input, .admin-form-grid select, .admin-form-grid textarea, .admin-image-inputs input[type="url"] { width: 100%; border: 1px solid #dce4df; border-radius: 9px; background: #fbfcfb; color: #253b33; outline: 0; }
.admin-settings-form input, .admin-inline-form input, .admin-form-grid input, .admin-form-grid select, .admin-image-inputs input[type="url"] { height: 43px; padding: 0 12px; }
.admin-form-grid textarea { padding: 12px; resize: vertical; }
.admin-settings-form input:focus, .admin-inline-form input:focus, .admin-form-grid input:focus, .admin-form-grid select:focus, .admin-form-grid textarea:focus, .admin-image-inputs input:focus { border-color: #56a180; box-shadow: 0 0 0 3px rgba(45,132,94,.1); }
.admin-settings-form > p { margin: 9px 0 18px; color: #89938f; font-size: .62rem; }
.admin-inline-form { margin: 23px 0 17px; display: grid; grid-template-columns: 1fr auto; gap: 9px; }
.admin-users { display: grid; gap: 8px; }
.admin-users > div { min-height: 57px; padding: 9px; display: grid; grid-template-columns: 34px 1fr auto; align-items: center; gap: 10px; border: 1px solid #e4eae6; border-radius: 10px; }
.admin-users > div > span { width: 34px; height: 34px; display: grid; place-items: center; border-radius: 50%; background: #f3e1e6; color: #ae6f80; font-family: Georgia, serif; font-weight: 800; }
.admin-users strong, .admin-users small { display: block; }
.admin-users strong { font-size: .68rem; }
.admin-users small { margin-top: 3px; color: #8a9590; font-size: .57rem; }
.admin-users button { border: 0; background: transparent; color: #a74e4e; font-size: .61rem; font-weight: 800; cursor: pointer; }
.admin-users button:disabled { color: #9ca5a1; cursor: default; }
.admin-credential-summary { margin-top: 25px; padding: 17px; display: grid; gap: 6px; border: 1px solid #dfe6e2; border-radius: 12px; background: #f7faf8; }
.admin-credential-summary span, .admin-credential-summary small { color: #7b8983; font-size: .64rem; }
.admin-credential-summary strong { color: #173d31; font-size: 1rem; }
.admin-modal-backdrop { position: fixed; inset: 0; z-index: 120; padding: 20px; display: grid; place-items: center; overflow-y: auto; background: rgba(9,31,23,.68); backdrop-filter: blur(5px); }
.admin-editor { width: min(830px, 100%); max-height: calc(100vh - 40px); overflow-y: auto; padding: 27px; border-radius: 20px; background: #fff; box-shadow: 0 30px 90px rgba(0,0,0,.3); }
.admin-editor-heading { display: flex; align-items: flex-start; justify-content: space-between; gap: 20px; }
.admin-editor-heading h2 { margin: 0; color: #173d31; font-family: Inter, sans-serif; font-size: 1.45rem; font-weight: 850; }
.admin-editor-heading > button { width: 37px; height: 37px; border: 0; border-radius: 50%; background: #f1f4f2; color: #345448; font-size: 1.35rem; cursor: pointer; }
.admin-editor form { margin-top: 23px; }
.admin-form-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 15px; }
.admin-form-grid label.wide { grid-column: 1 / -1; }
.admin-form-grid label small, .admin-image-inputs label small { display: block; margin-top: 6px; color: #8d9793; font-size: .57rem; }
.admin-image-fieldset { margin: 20px 0; padding: 16px; display: grid; grid-template-columns: 130px 1fr; gap: 17px; border: 1px solid #dfe6e2; border-radius: 12px; }
.admin-image-fieldset legend { padding: 0 7px; color: #40584e; font-size: .67rem; font-weight: 850; }
.admin-image-preview { width: 130px; height: 130px; display: grid; place-items: center; overflow: hidden; border-radius: 11px; background: #f4f1eb; color: #8d9793; text-align: center; font-size: .62rem; }
.admin-image-preview img { width: 100%; height: 100%; object-fit: cover; }
.admin-image-inputs { min-width: 0; display: grid; align-content: center; gap: 9px; }
.admin-image-inputs input[type="file"] { width: 100%; color: #64716b; font-size: .66rem; }
.admin-or { position: relative; text-align: center; color: #9aa39f; font-size: .58rem; }
.admin-or::before { content: ""; position: absolute; left: 0; right: 0; top: 50%; border-top: 1px solid #e2e8e4; }
.admin-or span { position: relative; padding: 0 8px; background: white; }
.admin-checkbox { min-height: 55px; padding: 11px 12px; display: flex; align-items: center; gap: 11px; border: 1px solid #dfe6e2; border-radius: 10px; cursor: pointer; }
.admin-checkbox input { width: 18px; height: 18px; flex: none; accent-color: #176a4a; }
.admin-checkbox > span { margin: 0 !important; }
.admin-checkbox strong, .admin-checkbox small { display: block; }
.admin-checkbox strong { font-size: .68rem; }
.admin-checkbox small { margin-top: 4px; color: #89938f; font-size: .58rem; }
.admin-editor-actions { margin-top: 23px; display: flex; justify-content: flex-end; gap: 9px; }
.admin-gate { min-height: 100vh; padding: 24px; display: grid; place-items: center; background: linear-gradient(135deg, #f5f0e8, #eef5f1); }
.admin-gate > section { width: min(540px, 100%); padding: 45px; border: 1px solid #dce5df; border-radius: 22px; background: white; box-shadow: 0 24px 70px rgba(21,57,44,.12); text-align: center; }
.admin-gate-mark { width: 58px; height: 58px; margin: 0 auto 18px; display: grid; place-items: center; border-radius: 17px; background: #173d31; color: #f1becb; font-size: 1.8rem; }
.admin-gate h1 { margin: 0; color: #173d31; font-size: 2rem; }
.admin-gate p:not(.admin-kicker) { margin: 18px 0 0; color: #687670; line-height: 1.7; }
.admin-gate-actions { margin-top: 27px; display: flex; justify-content: center; gap: 9px; flex-wrap: wrap; }
.admin-login-form { margin-top: 25px; display: grid; gap: 15px; text-align: left; }
.admin-login-form label { display: grid; gap: 7px; }
.admin-login-form label span { color: #43564f; font-size: .68rem; font-weight: 800; }
.admin-login-form input { width: 100%; height: 48px; padding: 0 14px; border: 1px solid #dce4df; border-radius: 11px; background: #fbfcfb; color: #253b33; outline: 0; font-size: .8rem; }
.admin-login-form input:focus { border-color: #56a180; box-shadow: 0 0 0 3px rgba(45,132,94,.1); }
.admin-login-form .admin-button { width: 100%; min-height: 48px; margin-top: 3px; }
.admin-login-error { padding: 11px 13px; border: 1px solid #ecc0c0; border-radius: 9px; background: #fff0f0; color: #a13a3a; font-size: .68rem; font-weight: 750; }
.admin-login-back { margin-top: 20px; display: inline-block; color: #607069; font-size: .68rem; font-weight: 750; }

@media (max-width: 1050px) {
  .admin-app { grid-template-columns: 82px minmax(0, 1fr); }
  .admin-sidebar { padding-inline: 14px; }
  .admin-brand { justify-content: center; padding-inline: 0; }
  .admin-brand > div, .admin-sidebar nav button:not(.active) { }
  .admin-brand > div, .admin-sidebar nav button { font-size: 0; }
  .admin-sidebar nav button { justify-content: center; padding: 0; }
  .admin-sidebar nav button span { width: auto; font-size: 1.15rem; }
  .admin-account > div, .admin-signout { display: none; }
  .admin-account { justify-content: center; padding-inline: 0; }
  .admin-settings-grid { grid-template-columns: 1fr; }
  .admin-bulk-form { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .admin-bulk-form .admin-button { width: 100%; }
}

@media (max-width: 720px) {
  .admin-app { display: block; }
  .admin-sidebar { position: sticky; z-index: 90; width: 100%; height: 66px; padding: 0 13px; flex-direction: row; align-items: center; gap: 12px; }
  .admin-brand { padding: 0; border: 0; }
  .admin-brand > span { width: 38px; height: 38px; }
  .admin-sidebar nav { margin: 0; display: flex; gap: 5px; }
  .admin-sidebar nav button { width: 44px; height: 42px; }
  .admin-account { margin: 0 0 0 auto; padding: 0; border: 0; }
  .admin-signout { display: none; }
  .admin-main { padding: 25px 13px 55px; }
  .admin-topbar { align-items: flex-start; }
  .admin-topbar .admin-button { min-height: 38px; padding: 0 10px; font-size: .61rem; }
  .admin-stats { grid-template-columns: 1fr; gap: 9px; }
  .admin-stats article { padding: 16px 18px; }
  .admin-stats strong { margin: 5px 0 3px; font-size: 1.5rem; }
  .admin-panel { padding: 17px 13px; }
  .admin-bulk-form { grid-template-columns: 1fr; }
  .admin-panel-heading { align-items: flex-start; }
  .admin-panel-heading > .admin-button { flex: none; padding-inline: 11px; }
  .admin-product-row { grid-template-columns: 52px minmax(0, 1fr) auto; gap: 10px; }
  .admin-product-row > img { width: 52px; height: 52px; }
  .admin-product-price { grid-column: 2; }
  .admin-status { grid-column: 3; grid-row: 1; }
  .admin-row-actions { grid-column: 3; grid-row: 2; }
  .admin-form-grid { grid-template-columns: 1fr; }
  .admin-form-grid label.wide { grid-column: auto; }
  .admin-image-fieldset { grid-template-columns: 1fr; }
  .admin-image-preview { width: 100%; height: 220px; }
  .admin-editor { max-height: calc(100vh - 12px); padding: 21px 15px; border-radius: 17px; }
  .admin-modal-backdrop { padding: 6px; }
  .admin-inline-form { grid-template-columns: 1fr; }
  .admin-gate > section { padding: 35px 20px; }
}

@media (max-width: 1120px) {
  .header-search { display: none; }
  .header-main { gap: 16px; }
  .location-pill { margin-left: auto; }
  .hero-grid { grid-template-columns: 1.02fr .98fr; }
  .products-grid { grid-template-columns: repeat(3, 1fr); }
  .popular-grid { grid-template-columns: repeat(3, 1fr); }
  .product-image-wrap { height: 300px; }
  .location-panel { grid-template-columns: 1fr; gap: 18px; }
  .form-error, .location-saved { padding-left: 0; margin-top: -7px; }
}

@media (max-width: 900px) {
  html { scroll-padding-top: 80px; }
  .container { width: min(100% - 30px, 760px); }
  .section { padding: 78px 0; }
  .announcement { font-size: .68rem; }
  .header-main { min-height: 72px; }
  .brand { font-size: 1.28rem; }
  .brand-mark { width: 37px; height: 37px; }
  .brand small, .location-pill, .header-whatsapp, .desktop-nav { display: none; }
  .hero-grid { min-height: auto; grid-template-columns: 1fr; }
  .hero-copy { padding: 64px 0 50px; }
  .hero h1 { max-width: 720px; font-size: clamp(3.25rem, 10vw, 5.1rem); }
  .hero-visual { min-height: 450px; height: 52vw; max-height: 560px; }
  .hero-visual::after { inset: 8% 5%; }
  .hero-note { bottom: 34px; }
  .location-section { margin-top: -34px; }
  .location-controls { grid-template-columns: 1fr 1fr; }
  .location-button { grid-column: 1 / -1; }
  .products-grid { grid-template-columns: repeat(2, 1fr); }
  .popular-grid { grid-template-columns: repeat(2, 1fr); }
  .product-image-wrap { height: 340px; }
  .category-grid { grid-template-columns: repeat(2, 1fr); }
  .occasion-grid, .faq-grid { grid-template-columns: 1fr; gap: 50px; }
  .occasion-copy { position: static; }
  .steps-grid { gap: 14px; }
  .steps-grid article { padding-inline: 18px; }
  .trust-grid { grid-template-columns: repeat(2, 1fr); }
  .testimonials-grid { grid-template-columns: 1fr; }
  .testimonials-grid blockquote { min-height: auto; }
  .contact-inner { align-items: flex-start; flex-direction: column; }
  .footer-grid { grid-template-columns: 1.5fr 1fr 1fr; gap: 42px; }
  .footer-grid > div:last-child { display: none; }
  .floating-whatsapp { bottom: 84px; }
  .mobile-nav { position: fixed; left: 0; right: 0; bottom: 0; z-index: 50; height: 67px; display: grid; grid-template-columns: repeat(4, 1fr); align-items: center; border-top: 1px solid var(--line); background: rgba(255,254,251,.97); box-shadow: 0 -5px 22px rgba(18,49,39,.08); backdrop-filter: blur(12px); }
  .mobile-nav a { height: 100%; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 4px; color: var(--muted); font-size: .58rem; font-weight: 750; }
  .mobile-nav a span, .mobile-nav a svg { color: var(--green); font-size: 1.2rem; }
  .site-footer { padding-bottom: 92px; }
  .product-detail-grid { grid-template-columns: 1fr; gap: 24px; }
  .product-detail-image { width: min(100%, 620px); margin-inline: auto; }
  .product-detail-image img { aspect-ratio: 4 / 3; object-fit: contain; }
  .product-detail-copy { padding-top: 0; }
}

@media (max-width: 640px) {
  .container { width: calc(100% - 24px); }
  .section { padding: 64px 0; }
  .announcement { min-height: 30px; justify-content: center; padding-inline: 10px; text-align: center; }
  .announcement > span:first-child { white-space: nowrap; }
  .announcement-separator, .announcement a { display: none; }
  .site-header { top: 0; }
  .header-main { min-height: 66px; }
  .brand { font-size: 1.18rem; }
  .brand-mark { width: 35px; height: 35px; }
  .hero-copy { padding: 55px 0 43px; }
  .hero h1 { font-size: clamp(2.85rem, 14vw, 4.1rem); }
  .hero-subtitle { font-size: .95rem; }
  .hero-description { font-size: .86rem; }
  .hero-actions { align-items: flex-start; flex-direction: column; gap: 17px; }
  .hero-actions .button { width: 100%; }
  .hero-proof { gap: 13px; justify-content: space-between; }
  .hero-proof span { padding-right: 11px; font-size: .6rem; }
  .hero-proof b { font-size: 1rem; }
  .hero-visual { min-height: 365px; height: 93vw; }
  .hero-visual > img { object-position: 62% center; }
  .hero-note { left: 16px; right: auto; bottom: 23px; }
  .location-section { margin-top: -18px; }
  .location-panel { padding: 21px 17px; border-radius: 18px; }
  .location-heading { align-items: flex-start; }
  .location-heading h2 { font-size: 1rem; }
  .location-icon { width: 41px; height: 41px; }
  .location-controls { grid-template-columns: 1fr; }
  .location-button { grid-column: auto; width: 100%; }
  .form-error, .location-saved { margin: -2px 0 0; line-height: 1.5; }
  h2 { font-size: 2.35rem; }
  .split-heading { align-items: flex-start; flex-direction: column; }
  .filters { align-items: stretch; flex-direction: column; }
  .filters label { width: 100%; min-width: 0; }
  .clear-filters { padding: 7px; }
  .products-grid { grid-template-columns: 1fr; }
  .popular-grid { grid-template-columns: 1fr; }
  .popular-all-link { width: 100%; justify-content: center; }
  .product-card { max-width: 430px; width: 100%; margin-inline: auto; }
  .product-image-wrap { height: auto; aspect-ratio: 1 / .94; }
  .product-body h3, .product-copy { min-height: auto; }
  .category-grid { grid-template-columns: 1fr; }
  .occasion-grid { gap: 42px; }
  .occasion-list button { font-size: 1rem; }
  .steps-grid { grid-template-columns: 1fr; }
  .steps-grid::before { display: none; }
  .trust-grid { grid-template-columns: 1fr; }
  .faq-list summary { font-size: .86rem; }
  .contact-section { padding: 58px 0; }
  .button-large { width: 100%; }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 36px 22px; }
  .footer-brand { grid-column: 1 / -1; }
  .footer-bottom { align-items: flex-start; flex-direction: column; }
  .floating-whatsapp { right: 12px; bottom: 78px; width: 48px; height: 48px; min-height: 0; justify-content: center; padding: 0; }
  .floating-whatsapp span { display: none; }
  .modal-backdrop { padding: 0; align-items: end; }
  .order-modal { width: 100%; max-height: 92vh; padding: 25px 18px 24px; border-radius: 23px 23px 0 0; }
  .modal-heading h2 { font-size: 1.7rem; }
  .form-row { grid-template-columns: 1fr; }
  .legal-page { padding: 42px 0 90px; }
  .product-detail-page { padding: 26px 0 72px; }
  .product-detail-copy h1 { font-size: clamp(2.25rem, 12vw, 3.25rem); }
  .detail-order-form { padding: 16px; gap: 12px; }
  .detail-order-fields { grid-template-columns: 1fr; gap: 11px; }
  .detail-order-fields label.wide { grid-column: auto; }
  .detail-order-group { padding: 12px; }
  .detail-choice-block { gap: 10px; }
  .detail-choice-block strong { font-size: .66rem; }
  .detail-choice-buttons button { min-width: 44px; }
  .detail-order-heading { align-items: flex-start; }
  .detail-benefits { grid-template-columns: 1fr; gap: 6px; }
  .detail-actions .button { width: 100%; }
}

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

.page-loading{padding:80px 0;text-align:center;color:var(--muted)}
.category-grid{max-height:920px;overflow:auto;padding-right:8px;scrollbar-color:var(--pink) var(--cream)}
.category-grid::-webkit-scrollbar{width:8px}.category-grid::-webkit-scrollbar-track{background:var(--cream);border-radius:10px}.category-grid::-webkit-scrollbar-thumb{background:var(--pink);border-radius:10px}
[hidden]{display:none!important}
@media(max-width:640px){.category-grid{max-height:780px}.detail-delivery-days{grid-template-columns:1fr}.detail-delivery-days button{min-height:54px}}
