/* Shared stylesheet for the generated /flowers/ pages. One file rather than
   inline styles: 500+ pages would otherwise carry 500 copies of it, and a
   cached stylesheet is faster for a visitor moving between products. */
:root{--ivory:#F6F3EE;--white:#FFFFFF;--ink:#111111;--mute:#6B6660;--forest:#1F3D2B;
 --burg:#7A2E2E;--hair:rgba(17,17,17,.14);
 --serif:'Cormorant Garamond',Georgia,'Times New Roman',serif;
 --sans:'Inter','Helvetica Neue',Arial,sans-serif}
*{box-sizing:border-box;margin:0;padding:0}
body{background:var(--ivory);color:var(--ink);font-family:var(--sans);font-size:15px;
 line-height:1.6;-webkit-font-smoothing:antialiased}
a{color:inherit;text-decoration:none}
img{max-width:100%}
:focus-visible{outline:2px solid var(--forest);outline-offset:3px}
.wrap{max-width:960px;margin:0 auto;padding:0 20px}
.label{font-size:11px;letter-spacing:.2em;text-transform:uppercase;font-weight:500}

header{background:var(--ivory);border-bottom:1px solid var(--hair)}
.brand{display:block;text-align:center;font-family:var(--serif);font-size:26px;
 letter-spacing:.32em;font-weight:500;padding:20px 0 10px;text-indent:.32em}
header nav{display:flex;justify-content:center;gap:28px;padding:0 0 14px;flex-wrap:wrap}
header nav a{font-size:11px;letter-spacing:.22em;text-transform:uppercase;padding:4px 0;
 border-bottom:1px solid transparent}
header nav a:hover{border-bottom-color:var(--ink)}

.crumbs{display:flex;flex-wrap:wrap;align-items:center;gap:6px;padding:18px 0 0;
 font-size:12px;color:var(--mute)}
.crumbs a{text-decoration:underline;text-underline-offset:2px}
.crumbs i{font-style:normal;opacity:.5}
.crumbs .here{color:var(--ink)}

main{padding-bottom:56px}
h1{font-family:var(--serif);font-weight:500;font-size:clamp(28px,5vw,40px);
 line-height:1.1;margin:14px 0 6px}
.byline{display:flex;flex-wrap:wrap;align-items:center;gap:10px;margin-bottom:18px}
.mark{font-size:10px;letter-spacing:.18em;font-weight:600;border:1px solid var(--hair);
 border-radius:4px;padding:4px 7px}
.byline .from{font-size:13px;color:var(--mute)}
.byline .from b{color:var(--ink);font-weight:600}

.shotwrap{background:var(--white);border:1px solid var(--hair);border-radius:14px;
 overflow:hidden;max-width:460px}
.shot{display:block;width:100%;height:auto;aspect-ratio:4/5;object-fit:contain;
 background:var(--white)}

.headline{display:flex;align-items:baseline;gap:10px;margin:22px 0 2px;flex-wrap:wrap}
.headline b{font-family:var(--serif);font-size:34px;font-weight:500}
.headline span{font-size:12px;color:var(--mute)}
.bill{margin:12px 0 0;max-width:460px;border:1px solid var(--hair);border-radius:12px;
 background:var(--white);padding:6px 14px}
.bill div{display:flex;justify-content:space-between;gap:16px;padding:9px 0;
 border-bottom:1px solid var(--hair);font-size:14px}
.bill div:last-child{border-bottom:0}
.bill .total{font-weight:600}
.bill .total b{font-weight:600}
.bill .free span:last-child{color:var(--forest)}
.caveat{max-width:460px;margin-top:10px;font-size:12.5px;line-height:1.5;color:var(--burg);
 background:#FBF2F2;border:1px solid rgba(122,46,46,.22);border-radius:10px;padding:10px 12px}
.meta-facts{display:flex;flex-wrap:wrap;gap:8px 18px;margin-top:14px;font-size:12.5px;
 color:var(--mute)}
.meta-facts b{color:var(--ink);font-weight:600}

.order{display:block;max-width:460px;text-align:center;margin-top:18px;background:var(--ink);
 color:var(--white);border-radius:12px;padding:16px;font-size:11px;letter-spacing:.22em;
 text-transform:uppercase;font-weight:500}
.order:hover{background:var(--forest)}
.secondary{display:inline-block;margin-top:12px;font-size:13px;text-decoration:underline;
 text-underline-offset:3px}
.tiny{max-width:560px;margin-top:12px;font-size:12px;color:var(--mute);line-height:1.5}

section{margin-top:44px}
section h2{font-family:var(--serif);font-weight:500;font-size:26px;margin-bottom:10px}
section p{max-width:70ch}
.facts{margin-top:14px;border-top:1px solid var(--hair)}
.facts>div{display:flex;gap:16px;padding:10px 0;border-bottom:1px solid var(--hair);font-size:14px}
.facts dt{width:170px;flex:none;color:var(--mute)}
.facts dd{font-weight:500}

.howto{background:var(--white);border:1px solid var(--hair);border-radius:14px;padding:18px 20px}
.howto ol{margin:10px 0 0 18px}
.howto li{margin-bottom:6px;max-width:70ch}

.tagrow{display:flex;flex-wrap:wrap;gap:8px;margin-top:12px}
.tagrow a{border:1px solid var(--hair);border-radius:999px;padding:7px 13px;font-size:12.5px;
 background:var(--white)}
.tagrow a:hover{border-color:var(--ink)}

.grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(190px,1fr));gap:18px;margin-top:16px}
.pcard{background:var(--white);border:1px solid var(--hair);border-radius:12px;overflow:hidden;
 display:flex;flex-direction:column}
.pcard img{width:100%;aspect-ratio:1/1;object-fit:contain;background:var(--white);display:block}
.pcard .b{padding:10px 12px 13px}
.pcard .n{font-size:13.5px;line-height:1.35;font-weight:500;
 display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}
.pcard .p{margin-top:6px;font-size:13px}
.pcard .p b{font-weight:600}
.pcard .p span{color:var(--mute);font-size:11.5px}
.pcard:hover{border-color:var(--ink)}
@media(max-width:640px){
  .grid{grid-template-columns:repeat(2,1fr);gap:12px}
  .facts dt{width:120px}
}

footer{border-top:1px solid var(--hair);padding:26px 0 40px;font-size:12.5px;color:var(--mute)}
footer nav{display:flex;flex-wrap:wrap;gap:16px;margin-bottom:10px}
footer nav a{text-decoration:underline;text-underline-offset:2px}

/* commercial category pages */
.stat{display:flex;flex-wrap:wrap;gap:10px 26px;margin-top:14px;padding:14px 16px;
 background:var(--white);border:1px solid var(--hair);border-radius:12px}
.stat div{font-size:12.5px;color:var(--mute)}
.stat b{display:block;font-family:var(--serif);font-size:22px;color:var(--ink);font-weight:500;line-height:1.2}
.filters{margin-top:20px;padding:14px 16px;background:var(--white);border:1px solid var(--hair);
 border-radius:12px}
.filters .row{display:flex;flex-wrap:wrap;align-items:center;gap:8px}
.filters .row+.row{margin-top:10px}
.filters .cap{font-size:11px;letter-spacing:.16em;text-transform:uppercase;color:var(--mute);
 width:74px;flex:none}
.chip{border:1px solid var(--hair);border-radius:999px;padding:7px 13px;font-size:12.5px;
 background:var(--ivory);cursor:pointer;font-family:inherit;color:inherit}
.chip[aria-pressed="true"]{background:var(--ink);color:var(--white);border-color:var(--ink)}
.filters select{border:1px solid var(--hair);border-radius:999px;padding:7px 12px;font-size:12.5px;
 background:var(--ivory)}
.filters .note{margin-top:10px;font-size:12px;color:var(--mute);line-height:1.5}
.count{margin-top:16px;font-size:13px;color:var(--mute)}
.pcard .seller{margin-top:5px;font-size:11.5px;color:var(--mute);line-height:1.35}
.pcard[hidden]{display:none}
.more{display:block;margin:22px auto 0;background:var(--white);border:1px solid var(--hair);
 border-radius:999px;padding:11px 22px;font-size:12px;letter-spacing:.16em;text-transform:uppercase}
.more:hover{border-color:var(--ink)}
.reads{margin-top:14px;border-top:1px solid var(--hair)}
.reads li{list-style:none;padding:11px 0;border-bottom:1px solid var(--hair);font-size:14px}
.reads .soon{color:var(--mute);font-size:12px;margin-left:8px}
.empty{margin-top:18px;padding:18px;background:var(--white);border:1px solid var(--hair);
 border-radius:12px;color:var(--mute);font-size:14px}
/* Label text for a control whose purpose is clear visually but not to a screen
   reader. Was referenced by the category filters before it existed, which
   rendered "Sort bouquets" as stray text above the select. */
.visually-hidden{position:absolute;width:1px;height:1px;margin:-1px;padding:0;
 overflow:hidden;clip:rect(0 0 0 0);white-space:nowrap;border:0}
