
:root{
  --ivory:#F6F3EC;
  --porcelain:#FCFBF8;
  --stone:#DDD8CE;
  --charcoal:#172029;
  --slate:#243746;
  --bronze:#A77A32;
  --shell:1180px;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  margin:0;
  background:var(--ivory);
  color:var(--charcoal);
  font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;
  line-height:1.55;
}
img{display:block;max-width:100%;height:auto}
a{color:inherit}
.shell{width:min(var(--shell),calc(100% - 48px));margin-inline:auto}

/* restrained corporate provenance */
.product-page-header{
  padding:28px 0 18px;
}
.product-page-header__inner{
  display:flex;
  align-items:center;
  justify-content:space-between;
}
.product-page-header .brand img{
  width:220px;
  height:auto;
}

/* first viewport */
.monitoros-hero{
  padding:44px 0 86px;
}
.monitoros-hero__grid{
  display:grid;
  grid-template-columns:minmax(360px,38%) minmax(0,62%);
  gap:72px;
  align-items:center;
}
.monitoros-hero__plate{
  min-height:210px;
  display:flex;
  align-items:center;
  justify-content:center;
  padding:34px 36px;
  background:var(--porcelain);
  border:1px solid rgba(167,122,50,.36);
  border-radius:16px;
  box-shadow:0 18px 48px rgba(23,32,41,.10);
}
.monitoros-hero__plate img{
  width:min(100%,380px);
  max-height:140px;
  object-fit:contain;
}
.eyebrow{
  margin:0 0 16px;
  color:var(--bronze);
  font-size:11px;
  font-weight:800;
  letter-spacing:.13em;
}
.monitoros-hero h1{
  margin:0;
  max-width:760px;
  font-size:clamp(48px,4.7vw,72px);
  line-height:1.02;
  letter-spacing:-.045em;
}
.monitoros-hero__support{
  max-width:700px;
  margin:24px 0 0;
  color:var(--slate);
  font-size:18px;
  line-height:1.62;
}
.monitoros-hero__product{
  margin-top:56px;
}
.monitoros-interface{
  width:min(1150px,100%);
  margin:0 auto;
  overflow:hidden;
  border-radius:18px;
  background:var(--porcelain);
  border:1px solid rgba(167,122,50,.28);
  box-shadow:0 30px 80px rgba(23,32,41,.16);
}
.monitoros-interface img{
  width:100%;
  height:auto;
}
.monitoros-caption{
  display:flex;
  justify-content:space-between;
  gap:24px;
  margin-top:14px;
  color:var(--slate);
  font-size:12px;
}
.monitoros-caption strong{color:var(--charcoal)}
.back-link{
  display:inline-flex;
  margin-top:34px;
  text-decoration:none;
  font-weight:700;
  color:var(--slate);
}
.back-link:focus-visible{
  outline:3px solid rgba(167,122,50,.55);
  outline-offset:4px;
}

/* tablet */
@media(max-width:980px){
  .monitoros-hero{padding-top:30px}
  .monitoros-hero__grid{
    grid-template-columns:1fr;
    gap:34px;
  }
  .monitoros-hero__plate{
    width:min(560px,100%);
    margin-inline:auto;
  }
  .monitoros-hero__copy{
    max-width:760px;
    margin-inline:auto;
    text-align:center;
  }
  .monitoros-hero__support{
    margin-inline:auto;
  }
  .monitoros-hero__product{margin-top:42px}
}

/* mobile */
@media(max-width:600px){
  .shell{width:calc(100% - 40px)}
  .product-page-header{padding-top:20px}
  .product-page-header .brand img{width:205px}
  .monitoros-hero{padding:30px 0 64px}
  .monitoros-hero__grid{gap:26px}
  .monitoros-hero__plate{
    min-height:128px;
    padding:20px 22px;
    border-radius:13px;
  }
  .monitoros-hero__plate img{
    width:min(100%,315px);
    max-height:92px;
  }
  .monitoros-hero__copy{
    text-align:left;
    margin:0;
  }
  .monitoros-hero h1{
    font-size:clamp(38px,10.5vw,46px);
  }
  .monitoros-hero__support{
    margin:18px 0 0;
    font-size:16px;
  }
  .monitoros-hero__product{margin-top:30px}
  .monitoros-interface{border-radius:12px}
  .monitoros-caption{
    display:grid;
    gap:4px;
  }
}
