:root{
  --bg:#245F73;
  --page-bg:linear-gradient(180deg,rgba(47,120,145,.16),rgba(20,72,94,.76)),radial-gradient(circle at 69% 10%,rgba(225,250,250,.36),transparent 30rem),radial-gradient(circle at 22% 82%,rgba(74,170,198,.32),transparent 38rem),url("assets/images/blue-atmosphere.jpg");
  --header:rgba(36,95,115,.76);
  --line:rgba(240,252,252,.27);
  --panel-line:rgba(240,252,252,.31);
  --card:linear-gradient(145deg,rgba(78,150,168,.82),rgba(34,100,125,.74));
  --pill:rgba(255,255,255,.105);
  --text:#FAFAF4;
  --muted:#DDEBEC;
  --soft:#C7DDE0;
  --accent:#FAFFFC;
  --button:#FAFAF4;
  --button-text:#24566A;
  --glow:radial-gradient(circle,rgba(230,252,252,.45),transparent 65%);
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  margin:0;
  font-family:"Aptos","Segoe UI",Arial,sans-serif;
  color:var(--text);
  background-color:var(--bg);
  background-image:var(--page-bg);
  background-size:cover;
  background-position:center top;
  background-attachment:fixed;
  line-height:1.55;
}
header{
  position:sticky;
  top:0;
  z-index:10;
  display:flex;
  justify-content:space-between;
  align-items:center;
  gap:2rem;
  min-height:112px;
  padding:1rem clamp(1.25rem,4vw,3.625rem);
  background:var(--header);
  border-bottom:1px solid var(--line);
  backdrop-filter:blur(18px);
}
.brand-logo{display:flex;align-items:center;width:clamp(13rem,17vw,19.7rem);max-width:19.7rem;text-decoration:none}
.brand-logo img{display:block;width:100%;height:auto}
nav{display:flex;gap:clamp(1rem,2vw,2rem);font-size:.84rem;letter-spacing:.08em;text-transform:uppercase;color:var(--muted)}
nav a{text-decoration:none;color:inherit;display:inline-flex;align-items:center;gap:.42rem;white-space:nowrap}
.language-flag{display:inline-block;width:28px;height:18px;flex:0 0 auto;border-radius:2px;box-shadow:0 0 0 1px rgba(255,255,255,.28),0 1px 3px rgba(0,0,0,.18);object-fit:cover;image-rendering:auto}

.header-right{display:flex;flex-direction:column;align-items:flex-end;gap:.75rem}
.language-menu{position:relative;font-size:.75rem;letter-spacing:.08em;text-transform:uppercase;color:var(--muted)}
.language-menu summary{list-style:none;display:inline-flex;align-items:center;gap:.35rem;min-height:2rem;padding:.36rem .7rem;border:1px solid rgba(240,252,252,.30);border-radius:999px;background:rgba(255,255,255,.09);cursor:pointer;user-select:none;backdrop-filter:blur(10px)}
.language-menu summary::-webkit-details-marker{display:none}
.language-menu[open] summary,.language-menu summary:hover,.language-menu summary:focus-visible{color:var(--text);border-color:rgba(250,250,244,.58);background:rgba(255,255,255,.16)}
.language-options{position:absolute;right:0;top:calc(100% + .55rem);display:grid;gap:.28rem;min-width:13.8rem;padding:.55rem;border:1px solid rgba(240,252,252,.28);border-radius:1rem;background:rgba(20,72,94,.94);box-shadow:0 26px 54px rgba(0,0,0,.28);backdrop-filter:blur(18px)}
.language-options a{display:flex;align-items:center;min-height:2.05rem;padding:.38rem .62rem;border-radius:.7rem;color:var(--muted);text-decoration:none;white-space:nowrap}
.language-options a:hover,.language-options a:focus-visible,.language-options a.is-active{color:var(--text);background:rgba(255,255,255,.12)}
.shell{width:min(1180px,calc(100% - 2.5rem));margin:0 auto}
.hero{
  min-height:calc(100vh - 112px);
  display:grid;
  grid-template-columns:minmax(0,.82fr) minmax(440px,1.18fr);
  align-items:center;
  gap:clamp(2rem,5vw,5rem);
  padding:clamp(3rem,7vw,7rem) 0 5rem;
}
.hero-copy{position:relative;z-index:2;text-shadow:0 1px 1px rgba(0,0,0,.18)}
.eyebrow{margin:0 0 1rem;color:var(--soft);font-size:.82rem;letter-spacing:.18em;text-transform:uppercase}
h1,h2,h3,p{margin-top:0}
h1{margin-bottom:1rem;font-size:clamp(4.25rem,7.2vw,6.4rem);line-height:.92;letter-spacing:-.065em}
.lead{margin-bottom:1.4rem;color:var(--accent);font-size:clamp(1.6rem,2.65vw,2.35rem);line-height:1.15;letter-spacing:-.035em}
.intro{max-width:38rem;color:var(--muted);font-size:1.14rem}
.button{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:3.05rem;
  padding:.92rem 1.35rem;
  border-radius:999px;
  background:var(--button);
  color:var(--button-text);
  font-weight:700;
  font-size:.83rem;
  letter-spacing:.1em;
  text-transform:uppercase;
  text-decoration:none;
  box-shadow:0 20px 45px rgba(0,0,0,.22);
  text-shadow:none;
}
.button.alt{color:var(--text);background:transparent;border:1px solid rgba(230,236,236,.50)}
.email{color:var(--muted);font-size:1rem}
.visual{position:relative;display:grid;place-items:center;min-height:36rem;z-index:1}
.visual:before{content:"";position:absolute;width:88%;aspect-ratio:1.22/1;border-radius:50%;background:var(--glow);filter:blur(8px)}
.visual img{position:relative;width:min(100%,780px);height:auto;filter:drop-shadow(0 34px 42px rgba(0,0,0,.25))}
.split,.block,.final{padding:clamp(4rem,8vw,8rem) 0;border-top:1px solid var(--line)}
.split{display:grid;grid-template-columns:.8fr 1.2fr;gap:clamp(2rem,5vw,5rem)}
h2{font-size:clamp(2.35rem,5vw,4.15rem);line-height:1;letter-spacing:-.055em;margin-bottom:1rem}
.split p,.block p,.final p{max-width:56rem;color:var(--muted);font-size:clamp(1.1rem,1.7vw,1.32rem)}
.cards{display:grid;grid-template-columns:repeat(3,1fr);gap:1.15rem;padding-bottom:clamp(4rem,7vw,7rem)}
.cards article,.platform article{min-height:14rem;padding:2rem;border:1px solid var(--panel-line);border-radius:1.2rem;background:var(--card);box-shadow:inset 0 1px 0 rgba(255,255,255,.08)}
h3{font-size:1.45rem;line-height:1.1}
.cards p,.platform p{color:var(--soft)}
.features{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:.8rem;margin-top:2.1rem}
.features span{display:flex;align-items:center;min-height:6.5rem;padding:1rem;border:1px solid var(--panel-line);border-radius:1rem;background:var(--pill)}
.platform{display:grid;grid-template-columns:repeat(2,1fr);gap:1.15rem;margin-top:2rem}
.final{display:flex;align-items:center;justify-content:space-between;gap:3rem}
footer{display:flex;flex-wrap:wrap;justify-content:center;gap:1rem 2rem;padding:2rem 1.25rem;color:var(--soft);border-top:1px solid var(--line);font-size:.86rem;letter-spacing:.1em;text-transform:uppercase}
@media(max-width:900px){
  header{position:static;align-items:flex-start;flex-direction:column}
  .header-right{align-items:flex-start;width:100%}
  nav{flex-wrap:wrap}
  .language-options{left:0;right:auto}
  .language-menu{align-self:flex-start}
  .hero,.split,.final{grid-template-columns:1fr;display:grid}
  .hero{min-height:auto;padding-top:3rem}
  .visual{order:-1;min-height:auto}
  .visual img{width:min(100%,620px)}
  .cards,.features,.platform{grid-template-columns:1fr}
  .final{align-items:flex-start}
}


/* Draft 17: MarisBox Industries company section */
.company-intro{
  padding-top:clamp(4rem,7vw,7rem);
}
.company-intro p{
  max-width:58rem;
}


/* Draft 19: Product family image section */
.product-family > p{
  max-width:58rem;
}

.product-hero-pair{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:1.4rem;
  margin-top:2.5rem;
}

.product-hero-pair article{
  padding:1.2rem;
  border:1px solid var(--panel-line);
  border-radius:1.2rem;
  background:rgba(5,28,38,.22);
  box-shadow:inset 0 1px 0 rgba(255,255,255,.08);
}

.product-hero-pair img{
  width:100%;
  height:auto;
  display:block;
  border-radius:.8rem;
  margin-bottom:1.25rem;
  filter:drop-shadow(0 26px 34px rgba(0,0,0,.32));
}

.product-hero-pair h3{
  margin-bottom:.45rem;
}

.product-hero-pair p{
  color:var(--soft);
}

.product-line{
  margin-top:2rem;
  padding:1.6rem 1.8rem;
  border:1px solid var(--panel-line);
  border-radius:1rem;
  background:var(--pill);
}

.product-line h3{
  margin-bottom:.55rem;
}

.product-line p{
  max-width:68rem;
  color:var(--muted);
  font-size:clamp(1.05rem,1.6vw,1.22rem);
}

@media(max-width:900px){
  .product-hero-pair{
    grid-template-columns:1fr;
  }
}


/* Draft 20: product image zoom */
.zoom-trigger{
  display:block;
  width:100%;
  padding:0;
  border:0;
  border-radius:.8rem;
  background:transparent;
  cursor:zoom-in;
  text-align:left;
}

.zoom-trigger img{
  transition:transform .18s ease, filter .18s ease;
}

.zoom-trigger:hover img,
.zoom-trigger:focus-visible img{
  transform:scale(1.015);
  filter:drop-shadow(0 30px 38px rgba(0,0,0,.38));
}

.image-lightbox{
  position:fixed;
  inset:0;
  z-index:100;
  display:none;
  align-items:center;
  justify-content:center;
  padding:clamp(1rem,4vw,4rem);
  background:rgba(0,0,0,.82);
  backdrop-filter:blur(10px);
}

.image-lightbox.is-open{
  display:flex;
}

.image-lightbox img{
  max-width:min(96vw,1500px);
  max-height:88vh;
  width:auto;
  height:auto;
  object-fit:contain;
  filter:drop-shadow(0 36px 52px rgba(0,0,0,.55));
}

.lightbox-close{
  position:absolute;
  top:1.25rem;
  right:1.5rem;
  width:2.75rem;
  height:2.75rem;
  border:1px solid rgba(255,255,255,.4);
  border-radius:999px;
  background:rgba(0,0,0,.28);
  color:#fff;
  font-size:2rem;
  line-height:1;
  cursor:pointer;
}


/* Draft 21: M45 Base normal preview enlarged */
.m45-base-preview{
  overflow:hidden;
}

.m45-base-preview img{
  width:130%;
  max-width:none;
  margin-left:-15%;
  margin-top:-3%;
  margin-bottom:-3%;
}


/* Draft 24: M45 Pro Max top-of-line feature */
.pro-max-feature{
  margin-top:2rem;
  display:grid;
  grid-template-columns:minmax(0,.82fr) minmax(0,1.18fr);
  align-items:center;
  gap:1.6rem;
  padding:1.45rem;
  border:1px solid rgba(255,255,255,.22);
  border-radius:1.3rem;
  background:linear-gradient(135deg,rgba(255,255,255,.105),rgba(5,28,38,.22));
  box-shadow:inset 0 1px 0 rgba(255,255,255,.1), 0 24px 58px rgba(0,0,0,.20);
}

.pro-max-copy h3{
  font-size:clamp(1.55rem,3vw,2.25rem);
  margin-bottom:.7rem;
}

.pro-max-copy p:not(.eyebrow){
  color:var(--soft);
  max-width:48rem;
}

.pro-max-image{
  overflow:hidden;
}

.pro-max-image img{
  width:100%;
  max-width:none;
  display:block;
  filter:drop-shadow(0 30px 40px rgba(0,0,0,.36));
}

@media(max-width:900px){
  .pro-max-feature{
    grid-template-columns:1fr;
  }
}


/* Draft 34: top hero image zoom trigger */
.hero-zoom-trigger{
  display:block;
  width:100%;
  padding:0;
  border:0;
  background:transparent;
  cursor:zoom-in;
}

.hero-zoom-trigger img{
  display:block;
  width:100%;
  height:auto;
}

.hero-zoom-trigger:hover img,
.hero-zoom-trigger:focus-visible img{
  transform:scale(1.006);
}

/* Draft 35: BCTP and packaged presentation update */
.bctp-section > p,
.package-section > p{
  max-width:64rem;
}

.bctp-pair{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:1.25rem;
  margin-top:2.35rem;
}

.bctp-pair article{
  padding:1.15rem;
  border:1px solid var(--panel-line);
  border-radius:1.2rem;
  background:rgba(5,28,38,.28);
  box-shadow:inset 0 1px 0 rgba(255,255,255,.08), 0 24px 58px rgba(0,0,0,.18);
}

.bctp-pair img{
  display:block;
  width:100%;
  height:auto;
  border-radius:.85rem;
  margin-bottom:1.15rem;
  filter:drop-shadow(0 28px 36px rgba(0,0,0,.35));
}

.bctp-pair h3,
.package-section h2{
  margin-bottom:.65rem;
}

.package-image{
  margin-top:2rem;
  overflow:hidden;
  border:1px solid var(--panel-line);
  border-radius:1.35rem;
  background:rgba(5,28,38,.22);
  box-shadow:inset 0 1px 0 rgba(255,255,255,.08), 0 28px 62px rgba(0,0,0,.22);
}

.package-image img{
  display:block;
  width:min(88%,748px); /* Draft 37: 12% visual reduction for package image; source file unchanged */
  height:auto;
  margin:0 auto;
  padding:1rem;
  filter:drop-shadow(0 34px 42px rgba(0,0,0,.28));
}

@media(max-width:900px){
  .bctp-pair{
    grid-template-columns:1fr;
  }
  .package-image img{
    width:100%;
    padding:.65rem;
  }
}


/* Draft 36: BCTP three-step visual sequence */
.bctp-sequence{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:1.15rem;
  margin-top:2.4rem;
}
.bctp-sequence article{
  min-height:100%;
  padding:1.1rem;
  border:1px solid var(--panel-line);
  border-radius:1.2rem;
  background:rgba(5,28,38,.24);
  box-shadow:inset 0 1px 0 rgba(255,255,255,.08);
}
.bctp-sequence img{
  width:100%;
  height:auto;
  display:block;
  border-radius:.8rem;
  margin-bottom:1rem;
  filter:drop-shadow(0 24px 32px rgba(0,0,0,.30));
}
.bctp-sequence h3{
  margin-bottom:.45rem;
}
.bctp-sequence p{
  color:var(--soft);
  font-size:1rem;
}
@media(max-width:1050px){
  .bctp-sequence{grid-template-columns:1fr;}
}


/* Draft 38: refined packaged presentation with stocked-boxes master */
.package-showcase{
  display:grid;
  grid-template-columns:minmax(320px,.72fr) minmax(520px,1.28fr);
  align-items:center;
  gap:clamp(2rem,5vw,5rem);
}

.package-copy{
  position:relative;
  z-index:2;
}

.package-copy h2{
  max-width:34rem;
}

.package-copy p{
  max-width:38rem;
}

.package-ready{
  margin-top:1.55rem;
  padding-top:1.55rem;
  border-top:1px solid rgba(240,252,252,.34);
  color:var(--muted);
}

.package-ready span{
  display:block;
  color:#62DDF2;
  font-weight:700;
}

.stocked-boxes-image{
  margin-top:0;
  overflow:visible;
  border:0;
  border-radius:0;
  background:transparent;
  box-shadow:none;
}

.stocked-boxes-image img{
  display:block;
  width:100%;
  max-width:980px;
  height:auto;
  margin:0 auto;
  padding:0;
  filter:drop-shadow(0 40px 54px rgba(0,0,0,.34));
}

@media(max-width:1000px){
  .package-showcase{
    grid-template-columns:1fr;
  }
  .stocked-boxes-image img{
    max-width:100%;
  }
}


/* Draft 40: Engineering with Purpose section */
.mission-line{
  margin-top:.85rem;
  color:#E9F7F4;
  font-size:1rem;
  letter-spacing:.08em;
  text-transform:uppercase;
}

.purpose-section{
  position:relative;
}

.purpose-inner{
  position:relative;
  overflow:hidden;
  padding:clamp(2.4rem,5vw,4.6rem);
  border:1px solid rgba(240,252,252,.30);
  border-radius:1.45rem;
  background:
    radial-gradient(circle at 15% 18%,rgba(180,245,255,.16),transparent 18rem),
    radial-gradient(circle at 88% 70%,rgba(80,190,220,.13),transparent 24rem),
    linear-gradient(135deg,rgba(255,255,255,.075),rgba(5,28,38,.24));
  box-shadow:inset 0 1px 0 rgba(255,255,255,.10),0 28px 72px rgba(0,0,0,.18);
}

.purpose-inner:before{
  content:"";
  position:absolute;
  inset:-20%;
  background:
    linear-gradient(110deg,transparent 0 18%,rgba(230,255,255,.045) 19%,transparent 22% 40%,rgba(230,255,255,.035) 41%,transparent 44% 100%),
    repeating-linear-gradient(115deg,rgba(255,255,255,.025) 0 1px,transparent 1px 34px);
  opacity:.72;
  pointer-events:none;
}

.purpose-inner > *{
  position:relative;
  z-index:1;
}

.purpose-inner h2{
  max-width:48rem;
}

.purpose-inner p{
  max-width:60rem;
}

.purpose-lead{
  color:var(--accent) !important;
  font-size:clamp(1.35rem,2.15vw,1.85rem) !important;
  line-height:1.25;
  letter-spacing:-.025em;
}

.purpose-final{
  margin-top:1.65rem;
  padding-top:1.45rem;
  border-top:1px solid rgba(240,252,252,.30);
  color:#E9F7F4 !important;
}

/* Draft 41: language edition placeholder pages */
.language-notice{padding:1rem 0 0}
.language-notice p{margin:0;padding:.75rem 1rem;border:1px solid rgba(240,252,252,.24);border-radius:999px;background:rgba(5,28,38,.18);color:var(--soft);font-size:.86rem;text-align:center}

footer strong{font-weight:700;color:var(--text)}


@media(max-width:1000px){
  .living-reef-section{
    grid-template-columns:1fr;
  }
}


/* LIVING REEF dedicated experience */
.living-reef-entry{
  background:linear-gradient(135deg,rgba(13,56,78,.72),rgba(45,128,144,.46));
  border:1px solid rgba(240,252,252,.28);
  border-radius:2rem;
  padding:clamp(2rem,4vw,3.5rem);
  box-shadow:0 24px 64px rgba(0,0,0,.18);
}
.living-reef-page{
  background-color:#092838;
  background-image:radial-gradient(circle at 50% 0%,rgba(74,180,210,.26),transparent 32rem),radial-gradient(circle at 18% 78%,rgba(36,120,155,.28),transparent 36rem),linear-gradient(180deg,#0b3143 0%,#061923 100%);
}
.reef-experience{
  min-height:calc(100vh - 112px);
  display:grid;
  grid-template-columns:minmax(300px,.76fr) minmax(420px,1.24fr);
  align-items:center;
  gap:clamp(2rem,5vw,5rem);
  padding:clamp(3.25rem,6vw,6.5rem) 0 clamp(2.5rem,5vw,5rem);
}
.reef-copy{position:relative;z-index:2}
.reef-copy h1{font-size:clamp(3.6rem,7vw,7.4rem);line-height:.9;letter-spacing:-.07em;margin-bottom:1.15rem}
.reef-copy .lead{max-width:34rem}
.reef-copy .intro{max-width:39rem;color:rgba(240,252,252,.84);font-size:1.13rem}
.reef-toggle{display:inline-flex;gap:.5rem;margin-top:1.35rem;padding:.38rem;border:1px solid rgba(240,252,252,.28);border-radius:999px;background:rgba(255,255,255,.08);backdrop-filter:blur(14px)}
.reef-toggle button{min-width:6.2rem;min-height:2.4rem;border:0;border-radius:999px;background:transparent;color:var(--muted);font:700 .78rem/1 "Aptos","Segoe UI",Arial,sans-serif;letter-spacing:.12em;text-transform:uppercase;cursor:pointer}
.reef-toggle button.is-active{background:rgba(250,250,244,.92);color:#163f52;box-shadow:0 10px 28px rgba(0,0,0,.2)}
.reef-display{position:relative;min-height:clamp(27rem,51vw,49rem);display:grid;place-items:center;isolation:isolate;background:transparent;overflow:visible}
.reef-display img{position:absolute;max-width:none;max-height:none;width:min(118%,78rem);height:auto;opacity:0;visibility:hidden;transform:translateY(10px) scale(1.08);transform-origin:center center;transition:opacity .45s ease,transform .45s ease,visibility 0s linear .45s;background:transparent;filter:none}
.reef-display img.is-active{opacity:1;visibility:visible;transform:translateY(0) scale(1.16);transition:opacity .45s ease,transform .45s ease}
.reef-statement{max-width:900px;text-align:center;padding:clamp(2rem,5vw,5rem) 0}
.reef-statement h2{font-size:clamp(2rem,4vw,4.5rem);line-height:1.02;letter-spacing:-.045em;margin-bottom:1.2rem}
.reef-statement p:last-child{font-size:clamp(1.15rem,1.8vw,1.42rem);color:rgba(240,252,252,.86)}
.reef-principles{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem;margin-bottom:clamp(2rem,5vw,5rem)}
.reef-principles article{padding:1.35rem;border:1px solid rgba(240,252,252,.22);border-radius:1.35rem;background:rgba(255,255,255,.07);box-shadow:0 18px 44px rgba(0,0,0,.15)}
.reef-principles h3{margin-bottom:.55rem;letter-spacing:-.02em}
.reef-principles p{color:rgba(240,252,252,.78);margin:0}
.reef-actions{display:flex;gap:1rem;justify-content:center;align-items:center;padding-bottom:clamp(3rem,6vw,6rem);flex-wrap:wrap}
@media(max-width:900px){
  .reef-experience{grid-template-columns:1fr;text-align:center;min-height:auto}
  .reef-copy .intro,.reef-copy .lead{margin-left:auto;margin-right:auto}
  .reef-display{min-height:32rem}
  .reef-display img{width:min(118%,66rem);transform:translateY(8px) scale(1.02)}
  .reef-display img.is-active{transform:translateY(0) scale(1.08)}
  .reef-principles{grid-template-columns:1fr}
}
@media(max-width:560px){
  .reef-display{min-height:24rem}
  .reef-display img{width:min(132%,46rem);transform:translateY(6px) scale(1)}
  .reef-display img.is-active{transform:translateY(0) scale(1.04)}
  .reef-toggle{display:flex;width:100%}
  .reef-toggle button{flex:1}
}


/* Draft 52: Living systems gateway */
.living-system-gateway{
  padding:clamp(2.4rem,5vw,4.8rem);
  border:1px solid rgba(240,252,252,.26);
  border-radius:2rem;
  background:linear-gradient(135deg,rgba(11,48,68,.82),rgba(30,113,132,.42));
  box-shadow:0 26px 70px rgba(0,0,0,.20);
}
.gateway-head{max-width:56rem;margin-bottom:clamp(1.4rem,3vw,2.2rem)}
.gateway-head h2{font-size:clamp(2.15rem,4.5vw,4.4rem);line-height:1;letter-spacing:-.055em;margin-bottom:1rem}
.gateway-head p:last-child{color:rgba(240,252,252,.84);font-size:clamp(1.05rem,1.7vw,1.28rem)}
.gateway-cards{display:grid;grid-template-columns:1.18fr .82fr;gap:1rem}
.gateway-card{padding:clamp(1.35rem,2.4vw,2.1rem);border-radius:1.5rem;border:1px solid rgba(240,252,252,.24);background:rgba(255,255,255,.075)}
.gateway-card.is-primary{background:linear-gradient(135deg,rgba(57,151,166,.36),rgba(7,39,55,.52))}
.gateway-card h3{font-size:clamp(1.55rem,2.5vw,2.35rem);letter-spacing:-.04em;margin:.15rem 0 .75rem}
.gateway-card p{color:rgba(240,252,252,.82);margin-bottom:1.15rem}
.gateway-card small{display:block;margin-top:.85rem;color:rgba(240,252,252,.56);font-size:.78rem;line-height:1.45}
.gateway-card .button[aria-disabled="true"]{opacity:.72;cursor:default;pointer-events:none}
@media(max-width:800px){.gateway-cards{grid-template-columns:1fr}.living-system-gateway{text-align:left}}


/* Draft 53: balanced Living Environments gateway */
.gateway-cards-balanced{grid-template-columns:1fr 1fr;align-items:stretch}
.gateway-cards-balanced .gateway-card{min-height:100%;display:flex;flex-direction:column;justify-content:space-between}
.gateway-cards-balanced .gateway-card h3{min-height:2.5rem}
.gateway-cards-balanced .gateway-card .button{align-self:flex-start;margin-top:auto}
.gateway-cards-balanced .gateway-card.is-primary:nth-child(2){background:linear-gradient(135deg,rgba(79,155,116,.30),rgba(7,39,55,.52))}
@media(max-width:800px){.gateway-cards-balanced{grid-template-columns:1fr}}

/* CP10B: Living Reef click-to-zoom lightbox fix */
.reef-display{cursor:zoom-in}
.reef-display:focus-visible{outline:2px solid rgba(240,252,252,.75);outline-offset:.5rem;border-radius:1rem}
.living-reef-page .image-lightbox{background:rgba(0,9,16,.88)}
.living-reef-page .image-lightbox img{max-width:min(96vw,1800px);max-height:90vh;object-fit:contain;background:transparent;filter:drop-shadow(0 36px 52px rgba(0,0,0,.55))}

/* CP80 homepage hero vertical alignment adjustment */
@media (min-width: 901px) {
  body.home .hero,
  .hero {
    padding-top: max(96px, calc(var(--header-h, 92px) + 24px)) !important;
  }

  body.home .hero-inner,
  .hero-inner {
    transform: translateY(-112px) !important;
  }
}

@media (max-width: 900px) {
  body.home .hero,
  .hero {
    padding-top: max(84px, calc(var(--header-h, 82px) + 18px)) !important;
  }

  body.home .hero-inner,
  .hero-inner {
    transform: translateY(-36px) !important;
  }
}
/* END CP80 homepage hero vertical alignment adjustment */
