
body.flowers-page{
  --flowers-bg:rgba(12,17,11,.58);
  --petal-glass:rgba(255,245,231,.085);
  --petal-border:rgba(255,235,205,.15);
  --petal-shadow:0 24px 70px rgba(0,0,0,.28);
}
.flowers-page .flower-cinema .cinema-layer{
  filter:saturate(1.04) contrast(1.03) brightness(.72);
}
.flowers-page .flower-cinema .cinema-layer.active{opacity:.68}
.flowers-page .flower-cinema .cinema-shade{
  background:
    linear-gradient(180deg,rgba(5,7,5,.34),rgba(5,7,5,.48) 42%,rgba(5,7,5,.64)),
    radial-gradient(circle at 50% 30%,rgba(31,54,26,.05),rgba(0,0,0,.18) 72%);
}
.flowers-page .hero{min-height:100svh}
.flowers-page .hero-media{overflow:hidden}
.flowers-page .hero-media::after{
  content:"";position:absolute;inset:0;
  background:
    linear-gradient(90deg,rgba(5,8,5,.08) 0%,rgba(5,8,5,.04) 45%,rgba(5,8,5,.35) 100%),
    linear-gradient(180deg,rgba(6,10,7,.04),rgba(6,10,7,.48));
}
.flowers-page .hero-media img{object-position:center center}
.flowers-hero .hero-copy{position:relative;z-index:2}
.petal-haze{position:absolute;inset:0;pointer-events:none;z-index:1}
.petal{
  position:absolute;width:22vw;max-width:220px;aspect-ratio:1/.72;
  background:radial-gradient(circle at 40% 40%,rgba(255,241,220,.30),rgba(255,120,120,.07) 58%,transparent 72%);
  filter:blur(9px);opacity:.48;border-radius:58% 42% 58% 42%/60% 36% 64% 40%;
  animation:petalFloat 14s ease-in-out infinite;
}
.p1{left:4%;top:10%}.p2{left:18%;bottom:12%;animation-delay:-3s}.p3{left:48%;top:6%;animation-delay:-5.8s}
.p4{right:8%;top:18%;animation-delay:-2s}.p5{right:16%;bottom:12%;animation-delay:-6.2s}.p6{right:34%;bottom:4%;animation-delay:-9s}
@keyframes petalFloat{
  0%,100%{transform:translate3d(0,0,0) rotate(0deg) scale(1)}
  25%{transform:translate3d(8px,-16px,0) rotate(4deg) scale(1.03)}
  50%{transform:translate3d(-6px,10px,0) rotate(-5deg) scale(.98)}
  75%{transform:translate3d(12px,4px,0) rotate(3deg) scale(1.04)}
}
.hero-petal-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px;margin-top:26px}
.hero-petal-grid article,.story-card,.note-card{
  background:var(--petal-glass);border:1px solid var(--petal-border);
  box-shadow:var(--petal-shadow);backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px)
}
.hero-petal-grid article{padding:18px;border-radius:24px}
.hero-petal-grid h3{margin:0 0 8px;font-size:.9rem;letter-spacing:.05em;text-transform:uppercase}
.hero-petal-grid p{margin:0;color:var(--muted)}
.flowers-page .section{width:var(--container);margin:0 auto 54px;position:relative}
.section-head{max-width:980px;margin:0 auto 28px;text-align:center}
.compact-head{padding:34px 26px 0}
.section-head h2{margin:12px 0 14px;font-size:clamp(2.55rem,5.1vw,4.9rem);line-height:.96}
.section-head p{margin:0 auto;max-width:790px;color:var(--muted);font-size:clamp(1rem,1.45vw,1.15rem)}
.clean-story{
  padding:14px 0 28px;border:1px solid rgba(255,255,255,.10);border-radius:34px;
  background:linear-gradient(180deg,rgba(7,11,7,.58),rgba(7,11,7,.36));
  backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);overflow:hidden
}
.story-grid-two{display:grid;grid-template-columns:minmax(0,1.2fr) minmax(320px,.8fr);gap:16px;padding:18px}
.story-card{border-radius:26px;overflow:hidden}
.story-card.prose{padding:34px;display:flex;flex-direction:column;justify-content:center}
.story-card.prose h3{margin:8px 0 16px;font-size:clamp(1.65rem,2.4vw,2.35rem)}
.story-card.prose p{color:var(--muted);line-height:1.75;margin:0 0 14px}
.story-card.scenic{margin:0}
.story-card.scenic img{width:100%;height:auto;display:block}
.story-card figcaption{padding:12px 16px 15px;color:var(--muted);font-size:.92rem}

/* Tight, natural-orientation bento. Images are never cropped. */
.flower-gallery{
  padding:18px 0 0;
  border-radius:36px;
  background:linear-gradient(180deg,rgba(7,11,7,.48),rgba(7,11,7,.16) 55%,transparent);
}
.flower-bento{
  --gap:7px;
  display:grid;
  grid-template-columns:repeat(12,minmax(0,1fr));
  grid-auto-rows:8px;
  grid-auto-flow:dense;
  gap:var(--gap);
  width:100%;
  padding:12px 0 0;
}
.flower-tile{
  position:relative;
  margin:0;
  overflow:hidden;
  border-radius:18px;
  background:#0b100b;
  box-shadow:0 14px 38px rgba(0,0,0,.18);
  cursor:zoom-in;
  transition:transform .42s cubic-bezier(.2,.8,.2,1),box-shadow .42s ease,filter .42s ease;
}
.flower-tile.span-3{grid-column:span 3}
.flower-tile.span-4{grid-column:span 4}
.flower-tile.span-5{grid-column:span 5}
.flower-tile.span-6{grid-column:span 6}
.flower-tile:hover{transform:translateY(-3px);box-shadow:0 24px 70px rgba(0,0,0,.30);z-index:3}
.flower-tile img{
  width:100%;
  height:auto;
  display:block;
  object-fit:contain;
  transition:transform .7s cubic-bezier(.2,.8,.2,1),filter .35s ease;
}
.flower-tile:hover img{transform:scale(1.012)}
.flower-tile::after{
  content:"";position:absolute;inset:auto 0 0;height:36%;
  background:linear-gradient(180deg,transparent,rgba(5,8,5,.76));
  opacity:0;transition:opacity .28s ease;pointer-events:none
}
.flower-tile figcaption{
  position:absolute;left:0;right:0;bottom:0;z-index:2;
  padding:16px 18px;display:flex;justify-content:space-between;align-items:end;gap:12px;
  color:var(--ink);opacity:0;transform:translateY(8px);transition:opacity .28s ease,transform .28s ease
}
.flower-tile figcaption span{font-family:var(--serif);font-size:1.04rem}
.flower-tile figcaption small{font:700 .62rem/1 var(--mono);letter-spacing:.1em;text-transform:uppercase;color:var(--gold-soft);white-space:nowrap}
.flower-tile:hover::after,.flower-tile:focus-visible::after,.flower-tile:hover figcaption,.flower-tile:focus-visible figcaption{opacity:1}
.flower-tile:hover figcaption,.flower-tile:focus-visible figcaption{transform:translateY(0)}

.notes-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px}
.note-card{padding:28px;border-radius:26px}
.note-card h3{margin:0 0 10px;font-size:1.18rem}.note-card p{margin:0;color:var(--muted);line-height:1.72}
.flowers-page .lightbox{background:radial-gradient(circle at 30% 20%,rgba(255,225,190,.12),rgba(7,9,8,.97))}
.flowers-page .lightbox-stage{box-shadow:0 30px 110px rgba(0,0,0,.42)}
.flowers-page .lightbox-stage img{object-fit:contain}

.reveal-up{opacity:0;transform:translateY(24px);transition:opacity .65s ease,transform .65s ease}
.reveal-up.in-view{opacity:1;transform:translateY(0)}

@media(max-width:1100px){
  .story-grid-two{grid-template-columns:1fr}
  .story-card.prose{order:-1}
  .flower-tile.span-3{grid-column:span 4}
  .flower-tile.span-5{grid-column:span 6}
  .notes-grid{grid-template-columns:1fr 1fr}
}
@media(max-width:820px){
  .hero-petal-grid{grid-template-columns:1fr}
  .flowers-page .section{margin-bottom:34px}
  .compact-head{padding:26px 18px 0}
  .flower-bento{grid-template-columns:repeat(2,minmax(0,1fr));grid-auto-rows:6px;gap:6px}
  .flower-tile.span-3,.flower-tile.span-4,.flower-tile.span-5,.flower-tile.span-6{grid-column:span 1}
  .flower-tile:nth-child(5n+1){grid-column:span 2}
  .flower-tile figcaption{opacity:1;transform:none;background:linear-gradient(180deg,transparent,rgba(5,8,5,.70));padding-top:34px}
  .flower-tile::after{display:none}
  .notes-grid{grid-template-columns:1fr}
}
@media(max-width:560px){
  .flowers-page .hero{min-height:auto}
  .story-grid-two{padding:10px}
  .story-card.prose{padding:25px}
  .flower-bento{grid-template-columns:1fr;display:block;padding-top:8px}
  .flower-tile,.flower-tile:nth-child(5n+1){width:100%;margin:0 0 6px}
  .flower-tile img{width:100%;height:auto}
  .section-head h2{font-size:clamp(2.2rem,13vw,3.5rem)}
}
@media(prefers-reduced-motion:reduce){
  .petal{animation:none}.flower-tile,.flower-tile img,.reveal-up{transition:none}
}


/* ==========================================================
   FLOWERS v2 — compact storytelling + no-hole natural masonry
   ========================================================== */

/* Eight-item global navigation, evenly distributed without disturbing the brand or Explore control. */
.flowers-page .desktop-links{
  flex:1 1 auto;
  justify-content:center;
  gap:0;
  min-width:0;
}
.flowers-page .desktop-links a{
  padding:11px 7px;
  font-size:.60rem;
  letter-spacing:.065em;
  white-space:nowrap;
}
.flowers-page .desktop-links a.active{
  color:var(--ink);
  background:rgba(255,255,255,.075);
}

/* Make section openings feel like one composed editorial unit rather than disconnected title/subtitle blocks. */
.flowers-page .section{
  margin-bottom:48px;
}
.section-intro{
  display:grid;
  grid-template-columns:minmax(270px,.86fr) minmax(0,1.34fr);
  gap:0;
  align-items:stretch;
  margin:0 0 16px;
  border:1px solid rgba(255,255,255,.11);
  border-radius:28px;
  overflow:hidden;
  background:linear-gradient(145deg,rgba(12,17,11,.79),rgba(9,13,9,.52));
  box-shadow:0 20px 64px rgba(0,0,0,.20);
  backdrop-filter:blur(14px);
  -webkit-backdrop-filter:blur(14px);
}
.section-intro-media{
  position:relative;
  margin:0;
  align-self:stretch;
  min-width:0;
  background:#0a0f0a;
  cursor:zoom-in;
  border-right:1px solid rgba(255,255,255,.10);
}
.section-intro-media img{
  display:block;
  width:100%;
  height:100%;
  min-height:320px;
  object-fit:cover;
  object-position:center center;
}
.section-intro-media.portrait-accent img{
  object-position:center 42%;
}
.section-intro-media figcaption{
  position:absolute;
  left:12px;
  bottom:12px;
  max-width:calc(100% - 24px);
  padding:8px 11px;
  border:1px solid rgba(255,255,255,.18);
  border-radius:999px;
  background:rgba(7,10,7,.68);
  color:#efe4ce;
  backdrop-filter:blur(10px);
  font:700 .58rem/1.2 var(--mono);
  letter-spacing:.07em;
  text-transform:uppercase;
}
.section-intro-copy{
  padding:clamp(26px,4vw,54px);
  display:flex;
  flex-direction:column;
  justify-content:center;
}
.section-intro-copy h2{
  margin:10px 0 16px;
  max-width:860px;
  font-size:clamp(2.5rem,5vw,5rem);
  line-height:.94;
  letter-spacing:-.045em;
}
.section-intro-copy p{
  max-width:760px;
  margin:0 0 13px;
  color:var(--muted);
  font-size:clamp(.98rem,1.25vw,1.12rem);
  line-height:1.68;
}

/* Story cards remain close to the intro instead of leaving a large visual void. */
.clean-story{
  padding:14px 0 22px;
}
.clean-story > .section-intro{
  margin:0 14px 4px;
}
.story-grid-two{
  padding:10px 14px 14px;
  gap:12px;
}
.story-card.prose{
  padding:clamp(26px,3.3vw,44px);
}
.story-card.prose p{
  line-height:1.68;
}

/* Second story movement: a vertical garden photograph paired tightly with text. */
.field-story{
  display:grid;
  grid-template-columns:minmax(300px,.78fr) minmax(0,1.22fr);
  gap:12px;
  padding:0 14px 14px;
}
.field-story-image,
.field-story-copy{
  margin:0;
  border:1px solid var(--petal-border);
  border-radius:26px;
  overflow:hidden;
  background:var(--petal-glass);
  box-shadow:var(--petal-shadow);
  backdrop-filter:blur(14px);
}
.field-story-image{
  cursor:zoom-in;
}
.field-story-image img{
  width:100%;
  height:auto;
  display:block;
}
.field-story-copy{
  padding:clamp(28px,4vw,56px);
  display:flex;
  flex-direction:column;
  justify-content:center;
}
.field-story-copy h3{
  margin:9px 0 17px;
  font-size:clamp(2rem,3.5vw,3.65rem);
  line-height:.98;
}
.field-story-copy p{
  margin:0 0 14px;
  color:var(--muted);
  line-height:1.72;
}

/* Gallery header carries its own image so the visual weight starts immediately. */
.flower-gallery{
  padding:14px;
  background:linear-gradient(180deg,rgba(7,11,7,.50),rgba(7,11,7,.22) 72%,rgba(7,11,7,.10));
  border:1px solid rgba(255,255,255,.09);
}
.gallery-intro{
  margin-bottom:6px;
}
.gallery-intro .section-intro-media{
  min-height:0;
}
.gallery-intro .section-intro-media img{
  min-height:100%;
}

/* True natural-orientation masonry: no grid holes, no forced crops. */
.flower-bento{
  display:block!important;
  column-count:3;
  column-gap:5px;
  padding:0!important;
}
.flower-tile,
.flower-tile.span-3,
.flower-tile.span-4,
.flower-tile.span-5,
.flower-tile.span-6{
  display:inline-block;
  width:100%;
  grid-column:auto!important;
  grid-row:auto!important;
  break-inside:avoid;
  -webkit-column-break-inside:avoid;
  page-break-inside:avoid;
  margin:0 0 5px!important;
  border-radius:12px;
  vertical-align:top;
  background:#0b100b;
}
.flower-tile img{
  display:block;
  width:100%;
  height:auto!important;
  object-fit:contain!important;
}
.flower-tile:hover{
  transform:none;
  filter:brightness(1.035);
  box-shadow:0 18px 52px rgba(0,0,0,.28);
}

/* Bloom-to-bundle section extends the story without separating heading from imagery. */
.bloom-to-bundle{
  padding:14px;
  border:1px solid rgba(255,255,255,.09);
  border-radius:34px;
  background:linear-gradient(180deg,rgba(7,11,7,.53),rgba(7,11,7,.27));
  backdrop-filter:blur(12px);
}
.bundle-intro{
  margin-bottom:12px;
}
.bundle-intro .section-intro-media img{
  object-position:center 48%;
}
.bundle-grid{
  display:grid;
  grid-template-columns:minmax(0,1fr) minmax(290px,.82fr) minmax(0,1fr);
  gap:10px;
}
.bundle-card,
.bundle-copy{
  margin:0;
  border:1px solid var(--petal-border);
  border-radius:22px;
  overflow:hidden;
  background:var(--petal-glass);
  box-shadow:var(--petal-shadow);
}
.bundle-card{
  cursor:zoom-in;
}
.bundle-card img{
  display:block;
  width:100%;
  height:auto;
}
.bundle-card figcaption{
  padding:14px 16px 17px;
  display:grid;
  gap:5px;
}
.bundle-card figcaption span{
  color:var(--gold);
  font:800 .58rem/1 var(--mono);
  letter-spacing:.09em;
  text-transform:uppercase;
}
.bundle-card figcaption strong{
  font-family:var(--serif);
  font-size:1rem;
  line-height:1.25;
}
.bundle-copy{
  padding:clamp(24px,3vw,38px);
  display:flex;
  flex-direction:column;
  justify-content:center;
}
.bundle-copy h3{
  margin:8px 0 15px;
  font-size:clamp(1.75rem,2.5vw,2.65rem);
  line-height:.98;
}
.bundle-copy p{
  margin:0 0 13px;
  color:var(--muted);
  line-height:1.68;
}

/* Final section: image + story together, then concise notes immediately below. */
.garden-notes{
  padding:14px;
  border:1px solid rgba(255,255,255,.09);
  border-radius:34px;
  background:linear-gradient(180deg,rgba(7,11,7,.50),rgba(7,11,7,.23));
}
.notes-intro{
  margin-bottom:12px;
}
.notes-grid{
  gap:10px;
}
.note-card{
  padding:24px;
}
.note-card .kicker{
  margin-bottom:10px;
}
.note-card h3{
  font-family:var(--serif);
  font-size:1.38rem;
}

/* Exactly two even footer nav rows on desktop: 12 destinations, 6 per row. */
.flowers-page .site-map{
  grid-template-columns:repeat(6,minmax(0,1fr));
  gap:8px;
}
.flowers-page .site-map a.active{
  color:var(--ink);
  border-color:rgba(242,187,66,.36);
  background:rgba(242,187,66,.06);
}

/* Make full-image section media feel clickable consistently with gallery tiles. */
.section-intro-media,
.field-story-image,
.bundle-card{
  transition:filter .25s ease,transform .25s ease;
}
.section-intro-media:hover,
.field-story-image:hover,
.bundle-card:hover{
  filter:brightness(1.04);
}

/* Keep transitions smooth but not overanimated. */
.section-intro,
.field-story > *,
.bundle-grid > *{
  will-change:transform,opacity;
}

@media(max-width:1240px){
  .flowers-page .desktop-links a{
    padding:10px 5px;
    font-size:.56rem;
    letter-spacing:.045em;
  }
  .flowers-page .nav{
    gap:12px;
  }
}
@media(max-width:1080px){
  .section-intro{
    grid-template-columns:minmax(240px,.72fr) minmax(0,1.28fr);
  }
  .bundle-grid{
    grid-template-columns:1fr 1fr;
  }
  .bundle-copy{
    grid-column:1 / -1;
    order:-1;
  }
  .flower-bento{
    column-count:2;
  }
  .flowers-page .site-map{
    grid-template-columns:repeat(4,minmax(0,1fr));
  }
}
@media(max-width:820px){
  .section-intro{
    grid-template-columns:1fr;
  }
  .section-intro-media{
    border-right:0;
    border-bottom:1px solid rgba(255,255,255,.10);
  }
  .section-intro-media img{
    min-height:0;
    height:auto;
    object-fit:contain;
  }
  .field-story{
    grid-template-columns:1fr;
  }
  .bundle-grid{
    grid-template-columns:1fr;
  }
  .bundle-copy{
    grid-column:auto;
    order:0;
  }
  .flowers-page .site-map{
    grid-template-columns:repeat(3,minmax(0,1fr));
  }
}
@media(max-width:560px){
  .flower-bento{
    column-count:1;
  }
  .flowers-page .section{
    margin-bottom:28px;
  }
  .flower-gallery,
  .bloom-to-bundle,
  .garden-notes{
    padding:9px;
    border-radius:24px;
  }
  .clean-story > .section-intro{
    margin:0 9px 3px;
  }
  .story-grid-two,
  .field-story{
    padding-left:9px;
    padding-right:9px;
  }
  .section-intro-copy{
    padding:24px 20px 26px;
  }
  .section-intro-copy h2{
    font-size:clamp(2.25rem,12vw,3.45rem);
  }
  .flowers-page .site-map{
    grid-template-columns:repeat(2,minmax(0,1fr));
  }
}
@media(prefers-reduced-motion:reduce){
  .section-intro-media,
  .field-story-image,
  .bundle-card{
    transition:none;
  }
}


/* Botanical ID pass */
.flower-tile figcaption{
  align-items:flex-end;
}
.flower-tile figcaption .flower-id{
  display:grid;
  gap:3px;
  min-width:0;
}
.flower-tile figcaption .flower-id strong{
  display:block;
  font-family:var(--serif);
  font-size:1.04rem;
  line-height:1.05;
  font-weight:700;
}
.flower-tile figcaption .latin-line{
  display:block;
  font-family:var(--serif);
  font-size:.80rem;
  line-height:1.12;
  color:rgba(248,239,220,.82);
}
.flower-tile figcaption .latin-line em{
  font-style:italic;
}
.botanical-line{
  display:block;
  margin-top:4px;
  font-family:var(--serif);
  font-size:.76rem;
  line-height:1.2;
  color:rgba(248,239,220,.78);
}
.botanical-line em{
  font-style:italic;
}
.caption-copy{
  display:block;
}
.botanical-note{
  margin:4px 4px 12px;
  padding:10px 12px;
  border:1px solid rgba(255,255,255,.10);
  border-radius:14px;
  color:rgba(248,239,220,.72);
  background:rgba(8,12,8,.48);
  font-size:.78rem;
  line-height:1.5;
}
.botanical-note em{
  font-family:var(--serif);
  font-style:italic;
}


/* Bouquet shop story */
.bouquet-shop-story{
  margin-top:clamp(22px,4vw,48px);
  display:grid;
  grid-template-columns:minmax(250px,.72fr) minmax(0,1.6fr);
  gap:clamp(18px,3vw,34px);
  align-items:start;
  padding-top:clamp(18px,3vw,30px);
  border-top:1px solid rgba(255,255,255,.12);
}
.bouquet-shop-copy{
  position:sticky;
  top:112px;
  padding:clamp(8px,1.5vw,18px) 0;
}
.bouquet-shop-copy h3{
  margin:.4rem 0 .8rem;
  font-family:var(--serif);
  font-size:clamp(2rem,3.7vw,4.1rem);
  line-height:.92;
  letter-spacing:-.035em;
}
.bouquet-shop-copy p{
  max-width:38rem;
  color:rgba(248,239,220,.78);
  line-height:1.7;
}
.shop-bouquet-link{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  margin-top:14px;
  min-height:44px;
  padding:0 18px;
  border-radius:999px;
  border:1px solid rgba(245,185,48,.58);
  background:linear-gradient(180deg,rgba(245,185,48,.98),rgba(231,159,26,.98));
  color:#11160f;
  text-transform:uppercase;
  letter-spacing:.12em;
  font-family:var(--mono);
  font-weight:800;
  font-size:.72rem;
  text-decoration:none;
  box-shadow:0 10px 30px rgba(0,0,0,.22);
  transition:transform .2s ease,filter .2s ease;
}
.shop-bouquet-link:hover{
  transform:translateY(-2px);
  filter:brightness(1.05);
}
.bouquet-shop-media{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:10px;
  align-items:start;
}
.bouquet-shop-photo{
  margin:0;
  overflow:hidden;
  border-radius:22px;
  border:1px solid rgba(255,255,255,.12);
  background:rgba(4,8,5,.55);
  cursor:zoom-in;
}
.bouquet-shop-photo img{
  display:block;
  width:100%;
  height:auto;
  object-fit:contain;
}
.bouquet-shop-photo figcaption{
  padding:10px 12px 12px;
  color:rgba(248,239,220,.78);
  font-family:var(--serif);
  font-style:italic;
  font-size:.86rem;
}
@media (max-width:900px){
  .bouquet-shop-story{
    grid-template-columns:1fr;
  }
  .bouquet-shop-copy{
    position:static;
  }
}
@media (max-width:620px){
  .bouquet-shop-media{
    grid-template-columns:1fr;
  }
}


/* v6 client pass — seamless rectangular flower collection */
@media (min-width:1101px){
  .flower-bento{
    display:grid!important;
    grid-template-columns:repeat(5,minmax(0,1fr))!important;
    grid-template-rows:repeat(5,clamp(170px,13vw,235px))!important;
    column-count:unset!important;
    gap:4px!important;
    padding:0!important;
    width:100%!important;
  }
  .flower-tile,
  .flower-tile.span-3,
  .flower-tile.span-4,
  .flower-tile.span-5,
  .flower-tile.span-6{
    display:block!important;
    width:100%!important;
    height:100%!important;
    margin:0!important;
    grid-column:auto!important;
    grid-row:auto!important;
    border-radius:8px!important;
    overflow:hidden!important;
  }
  .flower-tile img{
    width:100%!important;
    height:100%!important;
    object-fit:cover!important;
    object-position:center!important;
  }
}
@media (min-width:821px) and (max-width:1100px){
  .flower-bento{
    display:grid!important;
    grid-template-columns:repeat(4,minmax(0,1fr))!important;
    gap:4px!important;
    column-count:unset!important;
  }
  .flower-tile{
    display:block!important;
    margin:0!important;
    aspect-ratio:4/3;
  }
  .flower-tile img{
    width:100%!important;
    height:100%!important;
    object-fit:cover!important;
  }
}
@media (max-width:820px){
  .flower-bento{
    display:grid!important;
    grid-template-columns:repeat(2,minmax(0,1fr))!important;
    gap:4px!important;
    column-count:unset!important;
  }
  .flower-tile,
  .flower-tile:nth-child(5n+1){
    display:block!important;
    width:100%!important;
    margin:0!important;
    grid-column:auto!important;
    aspect-ratio:4/3;
  }
  .flower-tile img{
    width:100%!important;
    height:100%!important;
    object-fit:cover!important;
  }
}
@media (max-width:560px){
  .flower-bento{
    grid-template-columns:1fr!important;
  }
  .flower-tile{
    aspect-ratio:4/3;
  }
}


/* FLOWERS v7 — global navigation normalization */
@media(min-width:1081px){
  /* Ten desktop header links now include PRESS. */
  .flowers-page .desktop-links{
    gap:0!important;
  }
  .flowers-page .desktop-links a{
    padding:11px 6px!important;
    font-size:.565rem!important;
    letter-spacing:.048em!important;
    white-space:nowrap!important;
  }

  /* Twelve footer destinations = exact 6 × 2 desktop grid. */
  .flowers-page .site-map{
    grid-template-columns:repeat(6,minmax(0,1fr))!important;
  }

  /* Explore: all eleven destinations fit inside the viewport without scrolling. */
  .menu-shell{
    height:min(690px,calc(100vh - 140px))!important;
    overflow:hidden!important;
  }
  .menu-nav{
    grid-template-columns:repeat(2,minmax(0,1fr))!important;
    align-content:center!important;
    column-gap:28px!important;
    row-gap:5px!important;
  }
  .menu-nav a{
    width:auto!important;
    font-size:clamp(2rem,3.55vw,4.1rem)!important;
    line-height:.88!important;
  }
}

@media(max-width:1080px){
  .menu-shell{
    overflow:hidden!important;
  }
  .menu-nav{
    grid-template-columns:repeat(2,minmax(0,1fr))!important;
    align-content:center!important;
    column-gap:22px!important;
    row-gap:4px!important;
  }
  .menu-nav a{
    width:auto!important;
    font-size:clamp(2rem,5.3vw,3.55rem)!important;
    line-height:.9!important;
  }
}

@media(max-width:760px){
  .menu-shell{
    overflow:hidden!important;
  }
  .menu-nav{
    grid-template-columns:repeat(2,minmax(0,1fr))!important;
    align-content:center!important;
    column-gap:14px!important;
    row-gap:7px!important;
  }
  .menu-nav a{
    font-size:clamp(1.65rem,7.1vw,2.65rem)!important;
    line-height:.92!important;
    letter-spacing:-.035em!important;
  }
}

@media(max-width:430px){
  .menu-nav a{
    font-size:clamp(1.42rem,6.7vw,2.15rem)!important;
  }
}
