/* V.26.07.30.7 homepage support promos and clearer card actions */
body[data-page="home"] .home-launch-v2026{display:grid;gap:clamp(18px,3vw,36px);padding-bottom:clamp(28px,5vw,64px);background:var(--paper)}
body[data-page="home"] .home-launch-v2026>.seasonal-hero{width:min(1480px,calc(100% - clamp(20px,4vw,64px)));min-height:clamp(500px,62vw,720px);margin:clamp(18px,3vw,36px) auto 0;border:3px solid var(--ink);border-radius:clamp(20px,3vw,34px);overflow:hidden}
.home-support-grid{width:min(1320px,calc(100% - clamp(20px,4vw,64px)));margin:0 auto;display:grid;grid-template-columns:minmax(0,1.45fr) minmax(300px,.75fr);gap:clamp(18px,2.4vw,30px);align-items:stretch}
.home-ecard-promo,.home-support-grid .home-hero-finder{min-width:0;border:3px solid var(--ink);border-radius:24px;background:#fff;box-shadow:7px 8px 0 var(--ink);overflow:hidden}
.home-ecard-promo{padding:clamp(16px,2.5vw,28px)}
.home-support-heading{display:flex;align-items:center;justify-content:space-between;gap:16px;margin-bottom:16px}
.home-support-heading h2{margin:0;font-size:clamp(1.7rem,3vw,3rem)}
.ecard-promo-carousel{display:grid;gap:10px}
.ecard-promo-stage{position:relative;aspect-ratio:2/1;border:2px solid var(--ink);border-radius:16px;background:#111;overflow:hidden;isolation:isolate}
.ecard-promo-stage img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;opacity:0;visibility:hidden;transition:opacity .22s ease,visibility .22s ease}
.ecard-promo-stage img.is-active{opacity:1;visibility:visible}
.ecard-promo-dots{display:flex;justify-content:center;gap:8px}
.ecard-promo-dots button{width:11px;height:11px;padding:0;border:2px solid var(--ink);border-radius:50%;background:#fff;cursor:pointer}
.ecard-promo-dots button.is-active{background:var(--yellow)}
.home-support-grid .home-hero-finder{display:flex;flex-direction:column;justify-content:center;padding:clamp(24px,4vw,44px)}
.home-support-grid .home-hero-finder h2{font-size:clamp(2rem,3.3vw,3.7rem)}
@media(max-width:900px){.home-support-grid{grid-template-columns:1fr}.home-support-grid .home-hero-finder{min-height:0}.home-support-heading{align-items:flex-start}.home-support-heading .button{flex:0 0 auto}}
@media(max-width:600px){body[data-page="home"] .home-launch-v2026>.seasonal-hero{width:calc(100% - 20px);margin-top:10px;border-radius:20px}.home-support-grid{width:calc(100% - 20px);gap:16px}.home-ecard-promo{padding:12px;border-radius:18px;box-shadow:4px 5px 0 var(--ink)}.home-support-heading{display:grid}.home-support-heading .button{width:100%}.ecard-promo-stage{border-radius:12px}.home-support-grid .home-hero-finder{border-radius:18px;box-shadow:4px 5px 0 var(--ink)}}
@media(prefers-reduced-motion:reduce){.ecard-promo-stage img{transition:none}}
.ecard-promo-stage img{width:100%;height:auto;max-height:none;object-fit:contain}
.modal-actions{position:relative;gap:.65rem!important;padding:.8rem!important}
.modal-actions .button{min-height:62px!important;border:2px solid var(--ink)!important;border-radius:14px!important;color:#fff!important;background:#111!important;box-shadow:none!important;line-height:1.08;text-align:center}
.modal-actions #modalAction{background:#ffcf26!important;color:#111!important}
.modal-actions #modalBlankAction{background:#1677d2!important;color:#fff!important}
.modal-actions #modalEcardAction{background:#d91f2a!important;color:#fff!important}
.modal-actions .button strong{display:block;font-size:.8rem;text-transform:none}.modal-actions .button small{display:block;margin-top:3px;font-size:.63rem;font-weight:750}
.modal-action-help{position:absolute;right:.7rem;top:-2.25rem;width:34px;height:34px;padding:0;border:2px solid var(--ink);border-radius:50%;background:var(--yellow);font-weight:950;cursor:pointer}
@media(max-width:760px){.modal-actions{grid-template-columns:1fr!important;padding:.65rem!important}.modal-actions .button{width:100%;min-height:54px!important}.modal-action-help{position:static;justify-self:end;order:-1;margin-bottom:-.25rem}}

/* V.26.07.30.7 — retire legacy split-column homepage launch layout.
   The seasonal hero is a complete first row; eCard and finder are a separate support row. */
body[data-page="home"] .home-launch.home-launch-v2026{
  display:grid!important;
  grid-template-columns:minmax(0,1fr)!important;
  grid-auto-flow:row!important;
  align-items:start!important;
  gap:clamp(18px,3vw,36px)!important;
  margin:0!important;
  padding:0 0 clamp(28px,5vw,64px)!important;
  background:var(--paper)!important;
  overflow:visible!important;
}
body[data-page="home"] .home-launch.home-launch-v2026 > .seasonal-hero{
  grid-column:1!important;
  width:min(1480px,calc(100% - clamp(20px,4vw,64px)))!important;
  min-height:clamp(500px,42vw,680px)!important;
  height:auto!important;
  margin:clamp(18px,3vw,36px) auto 0!important;
  align-self:auto!important;
  border:3px solid var(--ink)!important;
  border-radius:clamp(20px,3vw,34px)!important;
  clip-path:none!important;
}
body[data-page="home"] .home-launch.home-launch-v2026 > .home-support-grid{
  grid-column:1!important;
  width:min(1320px,calc(100% - clamp(20px,4vw,64px)))!important;
  margin:0 auto!important;
  align-self:auto!important;
}
@media (min-width:901px){
  body[data-page="home"] .home-launch.home-launch-v2026 > .home-support-grid{
    grid-template-columns:minmax(0,1.55fr) minmax(300px,.65fr)!important;
    align-items:start!important;
  }
  body[data-page="home"] .home-support-grid .home-hero-finder{
    min-height:0!important;
    height:auto!important;
    align-self:start!important;
  }
}
@media (max-width:900px){
  body[data-page="home"] .home-launch.home-launch-v2026 > .seasonal-hero{
    min-height:0!important;
  }
  body[data-page="home"] .home-launch.home-launch-v2026 > .home-support-grid{
    grid-template-columns:minmax(0,1fr)!important;
  }
}


/* V.26.08.17.36 customer adult-card preference */
.adult-card-preference{display:flex;align-items:center;gap:.45rem;margin-left:auto}.adult-card-preference-label{font-size:.62rem;font-weight:900;text-transform:uppercase;letter-spacing:.06em}.adult-card-switch{display:flex;align-items:center;gap:.48rem;border:2px solid var(--ink);border-radius:999px;padding:.32rem .55rem .32rem .35rem;background:#ffe0dc;color:var(--ink);cursor:pointer;min-height:44px}.adult-card-switch-track{width:38px;height:22px;border:2px solid var(--ink);border-radius:999px;background:#d93a35;position:relative;flex:0 0 auto}.adult-card-switch-thumb{position:absolute;width:14px;height:14px;border-radius:50%;background:#fff;border:1px solid var(--ink);left:2px;top:2px;transition:transform .18s ease}.adult-card-switch-copy{display:grid;text-align:left;line-height:1}.adult-card-switch-copy strong{font-size:.68rem}.adult-card-switch-copy small{font-size:.52rem;font-weight:800;margin-top:3px}.adult-card-switch[aria-checked="true"]{background:#dcf5df}.adult-card-switch[aria-checked="true"] .adult-card-switch-track{background:#27a85b}.adult-card-switch[aria-checked="true"] .adult-card-switch-thumb{transform:translateX(16px)}
@media(max-width:920px){.adult-card-preference{order:3;width:100%;justify-content:center;margin:.5rem 0 0}.adult-card-preference-label{display:none}.adult-card-switch{width:min(260px,100%);justify-content:center}}

/* V.26.08.17.36 - smaller homepage hero so card selection arrives sooner */
body[data-page="home"] .home-launch.home-launch-v2026 > .seasonal-hero{
  min-height:clamp(260px,30vw,360px)!important;
}
body[data-page="home"] .home-launch .hero-copy h1{
  font-size:clamp(2.2rem,5vw,5.2rem)!important;
}
body[data-page="home"] .home-launch .hero-intro{
  max-width:620px;
}
body[data-page="home"] .home-launch .hero-gallery{
  min-height:clamp(230px,28vw,340px)!important;
}
@media(max-width:760px){
  body[data-page="home"] .home-launch.home-launch-v2026 > .seasonal-hero{
    min-height:0!important;
  }
  body[data-page="home"] .home-launch .hero-gallery{
    min-height:220px!important;
  }
}
.audience-review-panel{border:3px solid var(--ink);border-radius:18px;padding:1rem;background:#fff5f3;margin:1rem 0}.audience-review-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:.65rem}.audience-review-choice{display:flex;align-items:center;gap:.55rem;border:2px solid var(--ink);border-radius:12px;padding:.75rem;background:#fff;font-weight:800}.audience-review-choice:has(input:checked){background:var(--yellow);box-shadow:4px 4px 0 var(--ink)}@media(max-width:700px){.audience-review-grid{grid-template-columns:1fr}}

/* V.26.08.17.36 — card preview action hierarchy and shareable card links */
body:not([data-page="personalise"]) .modal-panel .modal-actions{
  display:grid!important;
  grid-template-columns:minmax(0,1.35fr) minmax(0,.85fr)!important;
  grid-template-areas:
    "heading share"
    "primary primary"
    "blank ecard"!important;
  gap:9px!important;
  padding:13px 15px 15px!important;
  background:#fffdf8!important;
  box-shadow:0 -10px 24px rgba(17,17,17,.08)!important;
}
body:not([data-page="personalise"]) .modal-action-heading{
  grid-area:heading;
  display:grid;
  align-content:center;
  gap:2px;
  min-width:0;
}
body:not([data-page="personalise"]) .modal-action-heading span{
  font:850 .58rem/1 Montserrat,system-ui,sans-serif;
  letter-spacing:.08em;
  text-transform:uppercase;
  color:#6b6258;
}
body:not([data-page="personalise"]) .modal-action-heading strong{
  font:950 clamp(.86rem,1.05vw,1.02rem)/1.08 Montserrat,system-ui,sans-serif;
}
body:not([data-page="personalise"]) .modal-actions #modalAction{
  grid-area:primary!important;
  display:grid!important;
  grid-template-columns:auto 1fr auto!important;
  align-items:center!important;
  gap:12px!important;
  min-height:68px!important;
  padding:11px 15px!important;
  border:3px solid var(--ink)!important;
  border-radius:17px!important;
  background:var(--yellow)!important;
  color:var(--ink)!important;
  box-shadow:5px 5px 0 var(--ink)!important;
  text-align:left!important;
  transform:translateY(0);
  transition:transform .14s ease,box-shadow .14s ease;
}
body:not([data-page="personalise"]) .modal-actions #modalAction:hover,
body:not([data-page="personalise"]) .modal-actions #modalAction:focus-visible{
  transform:translate(-1px,-1px);
  box-shadow:7px 7px 0 var(--ink)!important;
}
body:not([data-page="personalise"]) .modal-actions #modalBlankAction{grid-area:blank!important;}
body:not([data-page="personalise"]) .modal-actions #modalEcardAction{grid-area:ecard!important;}
body:not([data-page="personalise"]) .modal-actions .modal-secondary-action{
  display:grid!important;
  grid-template-columns:auto 1fr!important;
  align-items:center!important;
  gap:9px!important;
  min-height:52px!important;
  padding:9px 11px!important;
  border:2px solid var(--ink)!important;
  border-radius:13px!important;
  background:#fff!important;
  color:var(--ink)!important;
  box-shadow:none!important;
  text-align:left!important;
}
body:not([data-page="personalise"]) .modal-actions .modal-secondary-action:hover,
body:not([data-page="personalise"]) .modal-actions .modal-secondary-action:focus-visible{
  background:#f7f0df!important;
}
body:not([data-page="personalise"]) .modal-actions .button strong{
  display:block!important;
  font:950 .82rem/1.05 Montserrat,system-ui,sans-serif!important;
  text-transform:none!important;
}
body:not([data-page="personalise"]) .modal-actions .button small{
  display:block!important;
  margin-top:3px!important;
  font:700 .61rem/1.15 Montserrat,system-ui,sans-serif!important;
  color:#514b45!important;
}
body:not([data-page="personalise"]) .modal-action-icon{
  display:grid;
  place-items:center;
  width:31px;
  height:31px;
  border:2px solid var(--ink);
  border-radius:9px;
  background:#fff;
  font-size:1rem;
  line-height:1;
}
body:not([data-page="personalise"]) .modal-action-arrow{
  font-size:1.45rem;
  font-weight:950;
  line-height:1;
}
body:not([data-page="personalise"]) .modal-share-action{
  grid-area:share;
  justify-self:end;
  display:grid;
  grid-template-columns:auto 1fr;
  align-items:center;
  gap:7px;
  min-height:40px;
  max-width:220px;
  padding:7px 10px;
  border:2px solid var(--ink);
  border-radius:999px;
  background:#fff;
  color:var(--ink);
  cursor:pointer;
  text-align:left;
}
body:not([data-page="personalise"]) .modal-share-action>span:first-child{
  display:grid;
  place-items:center;
  width:24px;
  height:24px;
  border-radius:50%;
  background:var(--yellow);
  font-weight:950;
}
body:not([data-page="personalise"]) .modal-share-action strong,
body:not([data-page="personalise"]) .modal-share-action small{display:block;}
body:not([data-page="personalise"]) .modal-share-action strong{font:900 .68rem/1 Montserrat,system-ui,sans-serif;}
body:not([data-page="personalise"]) .modal-share-action small{margin-top:2px;font:650 .52rem/1.15 Montserrat,system-ui,sans-serif;color:#665f56;}
body:not([data-page="personalise"]) .modal-share-action:hover,
body:not([data-page="personalise"]) .modal-share-action:focus-visible{background:#fff8d8;}
body:not([data-page="personalise"]) .modal-action-help{display:none!important;}

@media(max-width:760px){
  body:not([data-page="personalise"]) .modal-panel .modal-actions{
    grid-template-columns:1fr 1fr!important;
    grid-template-areas:
      "heading share"
      "primary primary"
      "blank ecard"!important;
    gap:6px!important;
    padding:8px 10px calc(9px + env(safe-area-inset-bottom))!important;
  }
  body:not([data-page="personalise"]) .modal-action-heading strong{font-size:.78rem;}
  body:not([data-page="personalise"]) .modal-action-heading span{font-size:.5rem;}
  body:not([data-page="personalise"]) .modal-share-action{min-height:35px;padding:5px 7px;max-width:170px;}
  body:not([data-page="personalise"]) .modal-share-action small{display:none;}
  body:not([data-page="personalise"]) .modal-actions #modalAction{min-height:54px!important;padding:8px 10px!important;box-shadow:3px 3px 0 var(--ink)!important;}
  body:not([data-page="personalise"]) .modal-actions .modal-secondary-action{min-height:44px!important;padding:7px 8px!important;}
  body:not([data-page="personalise"]) .modal-action-icon{width:27px;height:27px;font-size:.88rem;}
  body:not([data-page="personalise"]) .modal-actions .button strong{font-size:.7rem!important;}
  body:not([data-page="personalise"]) .modal-actions .button small{font-size:.53rem!important;}
}

/* V.26.08.17.36 — seasonal hero and eCard carousel now live in the homepage right rail */
body[data-page="home"] .home-primary-rail .home-ecard-promo{background:#fff}
/* V.26.08.17.36 contained bento highlights and evenly spaced seasonal cards */
body[data-page="home"] .home-primary-grid{align-items:start!important}
body[data-page="home"] .home-primary-rail{grid-template-columns:1fr!important;grid-template-rows:auto auto!important;min-width:0!important}
body[data-page="home"] .home-primary-rail>.seasonal-hero{position:relative!important;inset:auto!important;width:100%!important;max-width:100%!important;min-height:0!important;height:auto!important;margin:0!important;transform:none!important;grid-template-columns:1fr!important;overflow:hidden!important}
body[data-page="home"] .home-primary-rail .seasonal-hero>.hero-copy{grid-column:1!important;grid-row:auto!important;width:100%!important}
body[data-page="home"] .home-primary-rail .hero-gallery{position:relative!important;display:grid!important;grid-column:1!important;grid-row:auto!important;grid-template-columns:repeat(3,minmax(0,1fr))!important;align-items:center!important;gap:clamp(8px,1.6vw,18px)!important;width:100%!important;height:auto!important;min-height:0!important;padding:8px!important;overflow:visible!important}
body[data-page="home"] .home-primary-rail .hero-card,body[data-page="home"] .home-primary-rail .hero-card:nth-child(n){position:relative!important;inset:auto!important;top:auto!important;right:auto!important;bottom:auto!important;left:auto!important;width:min(100%,140px)!important;max-width:none!important;justify-self:center!important;transform:none!important}
body[data-page="home"] .home-primary-rail .hero-card img{width:100%!important;height:auto!important;aspect-ratio:5/7;object-fit:contain!important}
.home-delivery-van{display:grid;grid-template-columns:minmax(130px,240px) 1fr;align-items:center;gap:clamp(12px,2vw,24px);padding:clamp(14px,2vw,24px);border:3px solid #111;border-radius:22px;background:#fff;box-shadow:6px 7px 0 #111}.home-delivery-van img{display:block;width:100%;height:auto}.home-delivery-van h2{margin:.15rem 0}.home-delivery-van p{margin:0}
@media(max-width:860px){body[data-page="home"] .home-primary-grid{grid-template-columns:1fr!important}body[data-page="home"] .home-primary-rail>.seasonal-hero{grid-template-columns:1fr!important}body[data-page="home"] .home-primary-rail .hero-gallery{display:grid!important}.home-delivery-van{grid-template-columns:minmax(110px,190px) 1fr}}
@media(max-width:560px){body[data-page="home"] .home-primary-rail .hero-gallery{gap:7px!important;padding:4px!important}body[data-page="home"] .home-primary-rail .hero-card,body[data-page="home"] .home-primary-rail .hero-card:nth-child(n){max-width:none!important}.home-delivery-van{grid-template-columns:1fr;text-align:center}.home-delivery-van img{max-width:230px;margin:auto}}
