
/* Base tweaks */
:root{ --sbp-accent:#4F46E5; --sbp-text:#1f2937; --sbp-muted:#6b7280; --sbp-bg:#ffffff; }
*{box-sizing:border-box}
body{font-family:system-ui,-apple-system,Segoe UI,Roboto,Ubuntu,Inter,Arial,sans-serif;color:var(--sbp-text);background:var(--sbp-bg);line-height:1.6}
a{color:var(--sbp-accent);text-decoration:none}
a:hover{text-decoration:underline}
.container-narrow{max-width:1100px;margin:0 auto;padding:0 16px}
.site-header{border-bottom:1px solid #eee}
.site-footer{border-top:1px solid #eee;color:var(--sbp-muted);font-size:14px}
img{max-width:100%;height:auto;border-radius:10px}
.btn{border-radius:12px}
.card{border-radius:14px}

/* ===== Flower Hub look ===== */
:root{
  --fh-hero-green:#a9b491;
  --fh-taupe:#cbbdaf;
  --fh-purple:#8a7e96;
  --fh-neutral:#cdbfab;
}
.fh-hero{background:var(--fh-hero-green);min-height:560px;overflow:hidden;position:relative}
.fh-hero-bg{position:absolute;inset:0}
.fh-hero-img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;opacity:.08}
.fh-hero-word{position:absolute;left:6%;top:20%;font-size:clamp(64px,14vw,180px);line-height:.9;color:#fff;font-weight:300;letter-spacing:.02em}
.fh-hero-chip{position:absolute;right:10%;top:38%;color:#fff;text-transform:uppercase}
.fh-hero-chip .tiny{font-size:12px;letter-spacing:.2em;opacity:.9}
.fh-hero-chip .bold{font-size:24px;font-weight:700;line-height:1.2}
.fh-hero-chip .meta{margin-top:6px;font-size:12px;background:rgba(255,255,255,.2);padding:4px 8px;border-radius:12px}
.fh-hero-chip .meta span{font-weight:800}
.fh-flower{position:absolute;pointer-events:none;user-select:none}
.fh-flower-left{left:3%;bottom:-20px;width:220px}
.fh-flower-right{right:6%;top:18%;width:220px}
.fh-flower-top{left:48%;top:-8%;width:120px;transform:translateX(-50%) rotate(8deg)}
.fh-hero-cutout{position:absolute;left:50%;bottom:-28px;transform:translateX(-50%);width:180px;height:56px;background:#fff;border-bottom-left-radius:90px;border-bottom-right-radius:90px;box-shadow:0 -8px 0 var(--fh-hero-green)}

.fh-kicker{font-weight:700;letter-spacing:.08em}
.fh-kicker .amp{letter-spacing:0;font-weight:300}

.fh-badge{aspect-ratio:1/1;border-radius:999px;display:grid;place-items:center;background:#aec2ab;color:#fff;padding:18px;text-align:center}
.fh-badge .caption{font-size:14px;line-height:1.2}
.fh-badge .caption strong{display:block;font-size:20px}
.fh-badge-neutral{background:var(--fh-neutral);color:#fff}
.fh-badge-neutral .big{font-size:56px;font-weight:800;line-height:1}
.fh-badge-purple{background:var(--fh-purple);color:#fff}

.fh-band{position:relative;background:var(--fh-taupe);padding:28px 0 60px;color:#fff}
.fh-band-title{font-weight:700;letter-spacing:.08em}
.fh-band-text{opacity:.92}
.fh-chair{position:absolute;right:6%;bottom:-40px;width:260px;height:auto}

.fh-tiles .fh-tile{border-radius:12px;overflow:hidden;position:relative;background:#f1f3ee}
.fh-tiles img{width:100%;height:140px;object-fit:cover;display:block}
.fh-tiles .price{font-size:13px;color:#111;text-align:center;padding:8px 0}

@media (max-width:767.98px){
  .fh-hero{min-height:460px}
  .fh-hero-word{left:5%;top:22%}
  .fh-hero-chip{right:6%;top:64%}
  .fh-flower-left{width:150px;bottom:-10px}
  .fh-flower-right{width:150px;top:14%}
  .fh-flower-top{width:90px}
  .fh-chair{display:none}
}
