/* PLENTZ MEDIA COMPOSITION SYSTEM — canonical 7.1.0
   Photography is composed into page surfaces. No independent green media panels,
   no photo cards, no cover crop, no duplicate media owners. */

/* =========================================================
   ENTRY COVER — artwork blended into the page background
   ========================================================= */
#plentzCover{position:fixed;inset:0;z-index:99999;display:grid;grid-template-columns:minmax(520px,1.02fr) minmax(520px,.98fr);min-height:100dvh;background:#f7faf8;color:#062B35;overflow:hidden;transition:opacity .35s ease,visibility .35s ease}
#plentzCover.is-hidden{opacity:0;visibility:hidden;pointer-events:none}#plentzCover *{min-width:0;box-sizing:border-box}
#plentzCover .plentz-cover-copy{position:relative;z-index:3;display:flex;flex-direction:column;justify-content:center;padding:clamp(48px,6.6vw,104px);background:radial-gradient(circle at 14% 15%,rgba(7,132,71,.075),transparent 29%),linear-gradient(145deg,#fbfcfb 0%,#f3f8f5 72%,#f8f5eb 140%)}
#plentzCover .plentz-cover-copy::after{display:none}
#plentzCover .plentz-cover-brand{display:flex;align-items:center;gap:14px;margin:0 0 clamp(34px,5.5vh,62px)}#plentzCover .plentz-cover-brand img{display:block;width:50px;height:50px;object-fit:contain;flex:0 0 auto}#plentzCover .plentz-cover-brand strong{font-size:27px;letter-spacing:-.04em;color:#062B35}
#plentzCover .plentz-cover-eyebrow{display:block;margin:0 0 14px;color:#078447;font-size:9px;font-weight:850;letter-spacing:.15em}#plentzCover .plentz-cover-copy h1{max-width:650px;margin:0 0 17px;color:#102F3C;font-size:clamp(44px,5vw,70px);line-height:.99;letter-spacing:-.052em;text-wrap:balance}#plentzCover .plentz-cover-copy p{max-width:520px;margin:0 0 30px;color:#637B82;font-size:14px;line-height:1.62;text-wrap:pretty}
#plentzCover .plentz-cover-actions{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;width:min(100%,520px)}#plentzCover .plentz-cover-actions>button{width:100%;min-width:0;min-height:46px;margin:0;padding:10px 12px;border-radius:11px;font-size:11px;font-weight:820;white-space:nowrap;cursor:pointer}#plentzCover .plentz-cover-primary{background:#078447;border:1px solid #078447;color:#fff;box-shadow:0 8px 22px rgba(7,132,71,.18)}#plentzCover .plentz-cover-primary:hover{background:#066f3c;border-color:#066f3c}#plentzCover .plentz-cover-secondary{background:#fff;border:1px solid #c8d9d0;color:#174c3a;box-shadow:none}#plentzCover .plentz-cover-secondary:hover{background:#f7fbf8;border-color:#afcfbc}#plentzCover #plentzCoverRestore{border-color:#078447;color:#078447}
#plentzCover .plentz-cover-visual{position:relative;z-index:1;align-self:stretch;justify-self:stretch;display:flex;align-items:center;justify-content:center;min-width:0;min-height:0;padding:clamp(18px,2.2vw,34px) clamp(18px,2.4vw,36px) clamp(18px,2.2vw,34px) 0;background:radial-gradient(ellipse at 66% 38%,rgba(105,98,235,.065),transparent 36%),radial-gradient(ellipse at 58% 68%,rgba(77,169,139,.055),transparent 42%),linear-gradient(90deg,#f7faf8 0%,#f3f7f5 18%,#eef5f2 100%);overflow:hidden}
#plentzCover .plentz-cover-photo{display:block;position:relative;z-index:2;width:min(100%,760px);height:auto;max-width:760px;max-height:min(78dvh,760px);object-fit:contain;object-position:center;border:0;border-radius:0;background:transparent;box-shadow:none;transform:none;opacity:1;transition:opacity .35s ease;pointer-events:none}
#plentzCover .plentz-cover-photo.is-switching{opacity:.08}#plentzCover .plentz-cover-visual-overlay{display:none}
@media(max-width:1120px) and (min-width:761px){#plentzCover{grid-template-columns:minmax(430px,54%) minmax(390px,46%)}#plentzCover .plentz-cover-copy{padding:42px}#plentzCover .plentz-cover-copy h1{font-size:clamp(40px,5vw,52px)}#plentzCover .plentz-cover-visual{padding:28px 30px 28px 0}#plentzCover .plentz-cover-photo{width:min(100%,650px);max-width:650px;max-height:72dvh}}
@media(max-width:760px){#plentzCover{display:flex;flex-direction:column;min-height:100dvh;overflow:auto;background:#f7faf8}#plentzCover .plentz-cover-visual{order:0;flex:0 0 auto;width:100%;min-height:0;padding:max(12px,env(safe-area-inset-top)) 12px 0;background:radial-gradient(ellipse at 60% 32%,rgba(105,98,235,.055),transparent 40%),linear-gradient(180deg,#f7faf8,#eef5f2)}#plentzCover .plentz-cover-photo{width:min(100%,560px);max-width:100%;max-height:none;margin:auto}#plentzCover .plentz-cover-copy{order:1;flex:1 0 auto;justify-content:flex-start;padding:22px max(20px,env(safe-area-inset-right)) max(28px,env(safe-area-inset-bottom)) max(20px,env(safe-area-inset-left));background:linear-gradient(180deg,#f4f9f6,#fff)}#plentzCover .plentz-cover-copy::after{display:none}#plentzCover .plentz-cover-brand{margin-bottom:22px}#plentzCover .plentz-cover-brand img{width:42px;height:42px}#plentzCover .plentz-cover-brand strong{font-size:22px}#plentzCover .plentz-cover-copy h1{font-size:clamp(34px,9vw,40px);line-height:1.03}#plentzCover .plentz-cover-copy p{font-size:13px;line-height:1.55;margin-bottom:24px}#plentzCover .plentz-cover-actions{grid-template-columns:1fr;width:100%;max-width:360px}}
@media(prefers-reduced-motion:reduce){#plentzCover .plentz-cover-photo{transition:none}}

/* =========================================================
   DISCOVER — images belong to the section surface
   ========================================================= */
.hero-photo,.feature-photo{position:relative;isolation:isolate;overflow:hidden;background:transparent}
.hero-photo{min-height:650px;align-self:stretch}
.hero-photo::before{content:"";position:absolute;inset:0;z-index:0;background:linear-gradient(90deg,rgba(8,63,76,1) 0%,rgba(8,63,76,.82) 8%,rgba(8,63,76,.16) 34%,rgba(8,63,76,0) 52%),radial-gradient(ellipse at 65% 45%,rgba(117,233,194,.10),transparent 48%);pointer-events:none}
.hero-photo>img{position:absolute;z-index:0;inset:0 0 0 auto;width:108%;height:100%;max-width:none;max-height:none;object-fit:contain;object-position:right center;border:0;border-radius:0;box-shadow:none;transform:none;background:transparent}
.feature{position:relative;isolation:isolate;overflow:hidden}.feature-photo{min-height:430px;align-self:stretch}.feature-photo>img{position:absolute;inset:0;width:100%;height:100%;max-width:none;max-height:none;object-fit:contain;object-position:center;border:0;border-radius:0;box-shadow:none;transform:none;background:transparent}.feature-photo::after{display:none}
.feature:nth-child(even) .feature-photo{order:2}.feature:nth-child(even) .feature-photo::after{display:none}
@media(max-width:820px){.hero-photo{min-height:440px}.hero-photo>img{position:relative;width:100%;height:auto;max-height:440px;object-position:center}.feature:nth-child(even) .feature-photo{order:0}.feature-photo{min-height:360px}.feature-photo>img{position:relative;width:100%;height:auto;max-height:360px}.feature-photo::after,.feature:nth-child(even) .feature-photo::after{display:none}}
@media(max-width:480px){.hero-photo{min-height:340px}.hero-photo>img{max-height:340px}.feature-photo{min-height:300px}.feature-photo>img{max-height:300px}}

