/* ============================================================
   Larisa Flowers demo — shared stylesheet (faithful-polished florist)
   RTL Hebrew. Render-blocking <link> in each page <head>.
   ============================================================ */

:root {
  --bg: #FAF6EF; --bg-deep: #F1E8D9; --white: #FFFDFA;
  --ink: #23302A; --ink-soft: #5C6B60;
  --green: #34503F; --green-deep: #22382B;
  --rose: #C2767F; --rose-soft: #ECD2D2;
  --clay: #C2693F; --gold: #B5905C;
  --line: rgba(52,80,63,.12);
  --radius: 16px; --maxw: 1160px;
  --shadow-sm: 0 14px 36px -26px rgba(34,56,43,.5);
  --shadow: 0 26px 60px -30px rgba(34,56,43,.5);
  /* type scale */
  --fs-h1: clamp(2.6rem, 6.6vw, 4.9rem);
  --fs-h2: clamp(1.8rem, 3.8vw, 2.7rem);
  --fs-h3: 1.4rem;
  --fs-body: 1.02rem;
  --fs-sm: .9rem;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0; background: var(--bg); color: var(--ink);
  font-family: 'Assistant', system-ui, sans-serif; font-weight: 400;
  font-size: var(--fs-body); line-height: 1.6; -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}
h1, h2, h3, .display { font-family: 'Frank Ruhl Libre', Georgia, serif; font-weight: 700; line-height: 1.12; letter-spacing: -.01em; margin: 0; }
a { color: inherit; }
img { display: block; max-width: 100%; }
bdi { unicode-bidi: isolate; }

/* atmosphere */
.bg-art { position: fixed; inset: 0; z-index: -2; pointer-events: none;
  background:
    radial-gradient(46% 40% at 88% 4%, rgba(194,118,127,.18), transparent 60%),
    radial-gradient(50% 46% at 4% 18%, rgba(52,80,63,.14), transparent 62%),
    radial-gradient(60% 55% at 50% 108%, rgba(181,144,92,.16), transparent 60%),
    var(--bg); }
.grain { position: fixed; inset: 0; z-index: -1; pointer-events: none; opacity: .04; mix-blend-mode: multiply;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='160' height='160'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.85' numOctaves='2'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E"); }

.wrap { width: 100%; max-width: var(--maxw); margin: 0 auto; padding: 0 24px; }
.muted { color: var(--ink-soft); font-weight: 300; }
.price { font-family: 'Frank Ruhl Libre', serif; color: var(--rose); font-weight: 700; }

/* header */
header.site { position: sticky; top: 0; z-index: 40; backdrop-filter: blur(10px);
  background: rgba(250,246,239,.78); border-bottom: 1px solid var(--line); }
.nav { display: flex; align-items: center; justify-content: space-between; height: 74px; gap: 16px; }
.brand { display: flex; align-items: baseline; gap: 9px; text-decoration: none; color: var(--green-deep); white-space: nowrap; }
.brand .mark { font-family: 'Frank Ruhl Libre', serif; font-weight: 900; font-size: 1.7rem; letter-spacing: -.02em; }
.brand .sub { font-size: .8rem; color: var(--rose); letter-spacing: .14em; font-weight: 600; }
.nav-links { display: flex; gap: 26px; align-items: center; }
.nav-links a { text-decoration: none; color: var(--ink-soft); font-weight: 600; font-size: .96rem; transition: color .2s; }
.nav-links a:hover, .nav-links a[aria-current="page"] { color: var(--green); }
.nav-links a[aria-current="page"] { border-bottom: 2px solid var(--rose); padding-bottom: 2px; }
.nav-cta { background: var(--green); color: var(--white) !important; padding: 9px 18px; border-radius: 999px; }
.nav-cta:hover { background: var(--green-deep); }
@media (max-width: 760px){ .nav-links a:not(.nav-cta){ display: none; } }

/* buttons */
.btn { display: inline-flex; align-items: center; gap: 9px; border: 0; cursor: pointer;
  padding: 14px 26px; border-radius: 999px; font-family: 'Assistant', sans-serif; font-weight: 700; font-size: 1rem;
  text-decoration: none; transition: transform .18s ease, box-shadow .18s ease, background .2s; }
.btn:active { transform: translateY(1px); }
.btn-primary { background: var(--green); color: var(--white); box-shadow: 0 16px 30px -16px rgba(34,56,43,.8); }
.btn-primary:hover { background: var(--green-deep); transform: translateY(-2px); }
.btn-wa { background: #25D366; color: #06311a; }
.btn-wa:hover { transform: translateY(-2px); filter: brightness(1.03); }
.btn-ghost { background: var(--white); color: var(--green-deep); border: 1px solid rgba(52,80,63,.22); }
.btn-ghost:hover { border-color: var(--green); transform: translateY(-2px); }
.btn svg { width: 18px; height: 18px; }

/* hero */
.hero { position: relative; padding: clamp(52px,8vw,104px) 0 clamp(40px,6vw,80px); }
.eyebrow { display: inline-flex; align-items: center; gap: 9px; color: var(--clay); font-weight: 700; letter-spacing: .12em; font-size: .8rem; }
.eyebrow::before { content: ""; width: 26px; height: 1px; background: var(--clay); display: inline-block; }
.hero h1 { font-size: var(--fs-h1); margin: .26em 0 .14em; max-width: 15ch; }
.hero h1 em { font-style: normal; color: var(--rose); }
.hero .lede { font-size: clamp(1.04rem,2vw,1.28rem); color: var(--ink-soft); max-width: 46ch; font-weight: 300; }
.hero-cta { display: flex; flex-wrap: wrap; gap: 13px; margin-top: 30px; }
.reveal { opacity: 0; transform: translateY(16px); animation: rise .8s forwards; }
.reveal.d1 { animation-delay: .08s; } .reveal.d2 { animation-delay: .18s; } .reveal.d3 { animation-delay: .28s; }

/* sections */
section.block { padding: clamp(44px,6.5vw,84px) 0; }
.sec-head { display: flex; align-items: flex-end; justify-content: space-between; gap: 18px; margin-bottom: 34px; flex-wrap: wrap; }
.sec-head h2 { font-size: var(--fs-h2); }
.sec-head .muted { max-width: 36ch; }
.sec-head a { color: var(--green); font-weight: 700; text-decoration: none; white-space: nowrap; }
.sec-head a:hover { color: var(--rose); }

/* product grid + photo-first card */
.grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; }
@media (max-width: 1000px){ .grid { grid-template-columns: repeat(3, 1fr); } }
@media (max-width: 760px){ .grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 460px){ .grid { grid-template-columns: 1fr; } }

.pcard { position: relative; display: flex; flex-direction: column; background: var(--white);
  border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden;
  box-shadow: var(--shadow-sm); transition: transform .25s ease, box-shadow .25s ease; text-decoration: none; color: inherit; }
.pcard:hover { transform: translateY(-5px); box-shadow: var(--shadow); }
.pcard-imgwrap { position: relative; aspect-ratio: 4 / 5; background: var(--bg-deep); overflow: hidden; }
.pcard-imgwrap img { width: 100%; height: 100%; object-fit: cover; transition: transform .4s ease; }
.pcard:hover .pcard-imgwrap img { transform: scale(1.04); }
.pcard.oos .pcard-imgwrap img { filter: grayscale(.7) brightness(.96); }
.pcard-body { padding: 16px 16px 18px; display: flex; flex-direction: column; gap: 4px; flex: 1; }
.pcard-cat { font-size: .76rem; font-weight: 700; letter-spacing: .06em; color: var(--ink-soft); }
.pcard-name { font-family: 'Frank Ruhl Libre', serif; font-weight: 700; font-size: 1.18rem; color: var(--ink); }
.pcard-price { margin-top: auto; padding-top: 8px; font-size: 1.05rem; }
.badge-oos { position: absolute; inset-inline-start: 12px; top: 12px; background: rgba(34,56,43,.82); color: var(--white);
  font-size: .74rem; font-weight: 700; padding: 5px 11px; border-radius: 999px; }

/* filters */
.filters { display: flex; flex-direction: column; gap: 14px; margin-bottom: 28px; }
.filter-row { display: flex; flex-wrap: wrap; gap: 9px; align-items: center; }
.filter-row .lab { font-weight: 700; color: var(--green-deep); font-size: .92rem; margin-inline-end: 4px; }
.chip { border: 1px solid rgba(52,80,63,.22); background: var(--white); color: var(--ink-soft);
  padding: 7px 15px; border-radius: 999px; font-family: 'Assistant', sans-serif; font-weight: 600; font-size: .9rem; cursor: pointer; transition: all .18s; }
.chip:hover { border-color: var(--green); color: var(--green); }
.chip[aria-pressed="true"] { background: var(--green); color: var(--white); border-color: var(--green); }
.grid-empty { padding: 40px; text-align: center; color: var(--ink-soft); }

/* product detail */
.pdetail { display: grid; grid-template-columns: 1fr 1fr; gap: 40px; align-items: start; }
@media (max-width: 800px){ .pdetail { grid-template-columns: 1fr; gap: 26px; } }
.pdetail-img { aspect-ratio: 4 / 5; border-radius: var(--radius); overflow: hidden; background: var(--bg-deep); border: 1px solid var(--line); }
.pdetail-img img { width: 100%; height: 100%; object-fit: cover; }
.pdetail-info h1 { font-size: clamp(2rem,4.4vw,3rem); margin-bottom: 10px; }
.pdetail-info .pdetail-price { font-size: 1.5rem; margin: 6px 0 18px; }
.pdetail-info .pdetail-desc { color: var(--ink-soft); font-weight: 300; max-width: 46ch; margin-bottom: 22px; }
.pdetail-cta { display: flex; flex-wrap: wrap; gap: 12px; margin-bottom: 18px; }
.pdetail-meta { border-top: 1px solid var(--line); padding-top: 16px; font-size: .92rem; color: var(--ink-soft); }
.pdetail-meta b { color: var(--green-deep); }
.backlink { display: inline-block; margin-bottom: 20px; color: var(--green); font-weight: 700; text-decoration: none; }

/* contact channels + form */
.contact-grid { display: grid; grid-template-columns: 1.05fr .95fr; gap: 36px; align-items: stretch; }
@media (max-width: 860px){ .contact-grid { grid-template-columns: 1fr; } }
.channels { background: linear-gradient(160deg, var(--green-deep), var(--green)); color: var(--white);
  border-radius: var(--radius); padding: 38px 32px; box-shadow: var(--shadow); position: relative; overflow: hidden; }
.channels::after { content: ""; position: absolute; inset-inline-start: -60px; bottom: -60px; width: 220px; height: 220px;
  background: radial-gradient(circle, rgba(194,118,127,.5), transparent 70%); }
.channels h2 { color: var(--white); font-size: var(--fs-h2); margin-bottom: 6px; }
.channels .muted { color: rgba(255,253,250,.78); margin-bottom: 24px; }
.chan { display: flex; align-items: center; gap: 14px; padding: 15px 0; border-top: 1px solid rgba(255,253,250,.16);
  text-decoration: none; color: var(--white); transition: padding .2s; cursor: pointer; }
.chan:hover { padding-inline-start: 8px; }
.chan .ic { width: 42px; height: 42px; flex: 0 0 42px; border-radius: 12px; display: grid; place-items: center; background: rgba(255,253,250,.12); }
.chan .ic svg { width: 21px; height: 21px; }
.chan b { display: block; font-size: 1.04rem; } .chan span { font-size: .9rem; color: rgba(255,253,250,.72); }

.form-card { background: var(--white); border-radius: var(--radius); padding: 36px 32px; border: 1px solid var(--line); box-shadow: var(--shadow-sm); }
.form-card h2 { font-size: var(--fs-h2); margin-bottom: 4px; }
.form-card .muted { margin-bottom: 20px; }
.field { margin-bottom: 15px; }
.field label { display: block; font-size: .9rem; font-weight: 700; margin-bottom: 6px; color: var(--green-deep); }
.field input, .field textarea { width: 100%; padding: 13px 15px; border-radius: 12px; border: 1px solid rgba(52,80,63,.22);
  background: #FCFAF6; font-family: 'Assistant', sans-serif; font-size: 1rem; color: var(--ink); transition: border .18s, box-shadow .18s; }
.field input:focus, .field textarea:focus { outline: none; border-color: var(--green); box-shadow: 0 0 0 3px rgba(52,80,63,.12); }
.field input[aria-invalid="true"] { border-color: var(--clay); }
.field textarea { resize: vertical; min-height: 92px; }
.row2 { display: grid; grid-template-columns: 1fr 1fr; gap: 13px; }
@media (max-width: 480px){ .row2 { grid-template-columns: 1fr; } }
.cf-turnstile { margin: 4px 0 10px; }
.submit { width: 100%; justify-content: center; margin-top: 4px; }
.form-status { margin-top: 13px; padding: 13px 16px; border-radius: 12px; font-weight: 600; display: none; }
.form-status.ok { display: block; background: rgba(52,80,63,.10); color: var(--green-deep); }
.form-status.err { display: block; background: rgba(194,105,63,.12); color: var(--clay); }
.form-note { font-size: .8rem; color: var(--ink-soft); margin-top: 11px; text-align: center; }

/* generic prose (about / school) */
.prose { max-width: 64ch; }
.prose p { color: var(--ink-soft); margin: 0 0 16px; }
.prose h2 { font-size: var(--fs-h2); margin: 28px 0 12px; }
.lead-para { font-size: 1.2rem; color: var(--ink); font-weight: 300; }
.stat-row { display: flex; flex-wrap: wrap; gap: 30px; margin: 26px 0; }
.stat .n { font-family: 'Frank Ruhl Libre', serif; font-size: 2.4rem; color: var(--rose); font-weight: 900; }
.stat .l { font-size: .9rem; color: var(--ink-soft); }

/* footer */
footer.site { border-top: 1px solid var(--line); margin-top: 30px; }
.foot { display: flex; align-items: center; justify-content: space-between; gap: 16px; padding: 28px 0; flex-wrap: wrap; }
.foot .fb { font-family: 'Frank Ruhl Libre', serif; font-weight: 900; font-size: 1.2rem; color: var(--green-deep); }
.foot small { color: var(--ink-soft); }
.foot .powered { color: var(--ink-soft); font-size: .82rem; }
.foot .powered b { color: var(--green); }

/* a11y helpers */
.skip { position: absolute; inset-inline-start: -999px; top: 0; background: var(--green); color: #fff; padding: 10px 16px; border-radius: 0 0 10px 0; z-index: 100; }
.skip:focus { inset-inline-start: 0; }
.visually-hidden { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); }

@keyframes rise { from { opacity: 0; transform: translateY(16px); } to { opacity: 1; transform: none; } }
@media (prefers-reduced-motion: reduce){ * { animation: none !important; transition: none !important; } .reveal { opacity: 1; transform: none; } }
