.product-page {
  background: var(--paper);
  color: var(--ink);
}
.eyebrow {
  font-size: 10px;
  line-height: 1.6;
  letter-spacing: 0.12em;
  color: var(--blue);
}
.product-hero {
  min-height: 760px;
  height: calc(100svh - 86px);
  max-height: 1060px;
  position: relative;
  overflow: hidden;
  background: radial-gradient(ellipse at 73% 53%, #d7e5eb, #eaf0f1 35%, #f4f5f2 68%);
}
.product-breadcrumb {
  display: flex;
  gap: 15px;
  position: absolute;
  top: 30px;
  left: 6.5%;
  font-size: 11px;
  color: #7b8b95;
  z-index: 2;
}
.product-breadcrumb a:hover {
  color: var(--blue);
}
.product-hero-copy {
  position: absolute;
  z-index: 3;
  top: 27%;
  left: 6.5%;
  max-width: 48%;
}
.product-hero h1 {
  font-size: clamp(44px, 4.65vw, 76px);
  letter-spacing: -0.055em;
  line-height: 1.3;
  font-weight: 450;
  margin-top: 24px;
}
.hero-description {
  font-size: 14px;
  color: #677b88;
  line-height: 2;
  margin-top: 28px;
}
.product-hero .pill-link {
  margin-top: 36px;
}
.product-hero-art {
  position: absolute;
  inset: 8% 1% 6% 46%;
}
.product-hero-art > span {
  position: absolute;
  font-size: clamp(450px, 58vw, 820px);
  color: #b1c7d333;
  line-height: 0.85;
  font-weight: 550;
  right: 0;
  top: 3%;
}
.product-hero-art img {
  position: absolute;
  height: 100%;
  width: 100%;
  object-fit: contain;
}
.product-hero-bottom {
  position: absolute;
  bottom: 25px;
  left: 6.5%;
  right: 6.5%;
  display: flex;
  justify-content: space-between;
  font-size: 9px;
  color: #7b8b95;
  letter-spacing: 0.12em;
}
.product-subnav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  padding: 20px 6.5%;
  border-bottom: 1px solid #d4dee3;
  background: #f4f5f2f2;
}
.subnav-name {
  font-weight: 500;
  font-size: 18px;
  white-space: nowrap;
}
.product-subnav > div {
  display: flex;
  gap: 28px;
  font-size: 11px;
  align-items: center;
}
.product-subnav .subnav-cta {
  color: var(--blue);
}
.product-intro {
  display: grid;
  grid-template-columns: 1fr 2.1fr;
  gap: 35px 60px;
  padding-top: 110px;
  padding-bottom: 110px;
}
.product-intro .eyebrow {
  grid-column: 1 / -1;
}
.product-intro h2 {
  font-size: clamp(36px, 4.2vw, 64px);
  font-weight: 450;
  letter-spacing: -0.04em;
  line-height: 1.35;
  white-space: nowrap;
}
.product-intro h2 span {
  color: #7b8e9a;
}
.product-intro > p:last-child {
  justify-self: end;
  align-self: end;
  font-size: 14px;
  line-height: 2;
  color: #687c89;
}
.product-page .sequence {
  color: #eef5f8;
}
.design-details {
  background: #e8eef0;
}
.detail-heading {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 75px;
}
.detail-heading h2 {
  width: 62%;
  font-size: clamp(35px, 4vw, 62px);
  font-weight: 450;
  letter-spacing: -0.04em;
  line-height: 1.35;
}
.detail-row {
  display: grid;
  grid-template-columns: 1.3fr 1fr;
  gap: 8%;
  align-items: center;
  margin-top: 55px;
}
.detail-picture {
  min-width: 0;
  height: 500px;
  overflow: hidden;
  background: radial-gradient(ellipse at center, #385366, #0b2335 70%);
}
.detail-picture img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.detail-copy > span {
  color: var(--blue);
  font-size: 10px;
  letter-spacing: 0.08em;
}
.detail-copy h3 {
  font-size: clamp(26px, 2.8vw, 40px);
  font-weight: 450;
  line-height: 1.5;
  margin-top: 24px;
  letter-spacing: -0.03em;
}
.detail-copy p {
  max-width: 350px;
  font-size: 13px;
  line-height: 2;
  color: #647986;
  margin-top: 25px;
}
.detail-copy .text-link {
  color: var(--blue);
  margin-top: 25px;
}
.detail-row.reverse {
  grid-template-columns: 1fr 1.3fr;
  margin-top: 90px;
}
.detail-row.reverse .detail-picture {
  order: 2;
}
.full-product {
  background: #dbe6eb;
  padding: 35px;
}
.everyday {
  background: #0b304c;
  color: #f0f5f7;
  position: relative;
}
.everyday .eyebrow {
  color: #7ab9df;
}
.everyday > h2 {
  font-size: clamp(50px, 7vw, 105px);
  line-height: 1.2;
  font-weight: 430;
  letter-spacing: -0.05em;
  margin-top: 35px;
}
.everyday-intro {
  position: absolute;
  right: 10%;
  top: 170px;
  font-size: 14px;
  line-height: 2;
  color: #acbfcc;
}
.scenario-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
  margin-top: 75px;
}
.scenario-list article {
  border-top: 1px solid #496578;
  padding-top: 24px;
}
.scenario-list span {
  font-size: 11px;
  color: #dfb184;
}
.scenario-list h3 {
  font-size: 26px;
  font-weight: 450;
  margin-top: 28px;
}
.scenario-list p {
  font-size: 12px;
  line-height: 2;
  color: #a1b7c6;
  margin-top: 22px;
}
.questions {
  display: grid;
  grid-template-columns: 1fr 1.15fr;
  gap: 10%;
}
.questions h2 {
  font-size: 43px;
  font-weight: 450;
  line-height: 1.4;
  margin-top: 22px;
  letter-spacing: -0.04em;
}
.questions .pill-link {
  margin-top: 30px;
}
.faq-list details {
  border-bottom: 1px solid #c9d5dc;
}
.faq-list summary {
  list-style: none;
  display: flex;
  justify-content: space-between;
  gap: 25px;
  padding: 25px 0;
  font-size: 15px;
  cursor: pointer;
  line-height: 1.7;
}
.faq-list summary span {
  color: var(--blue);
}
.faq-list details[open] summary span {
  transform: rotate(45deg);
}
.faq-list p {
  font-size: 13px;
  line-height: 2;
  color: #617785;
  padding-bottom: 24px;
}
.related {
  background: #e8edef;
}
.related-heading {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 38px;
}
.related-heading h2 {
  font-size: 32px;
  font-weight: 450;
  letter-spacing: -0.04em;
}
.related-heading > a {
  font-size: 12px;
  color: var(--blue);
}
.related-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
}
.related-grid > a {
  display: flex;
  padding: 40px 35px;
  min-height: 320px;
  background: #f7f8f5;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}
.related-grid p {
  font-size: 11px;
  color: #718694;
}
.related-grid h3 {
  font-size: 34px;
  font-weight: 450;
  margin-top: 13px;
  white-space: nowrap;
}
.related-grid span {
  display: inline-block;
  margin-top: 45px;
  font-size: 12px;
  color: var(--blue);
}
.related-grid img {
  width: 50%;
  height: 240px;
  object-fit: contain;
  transition: transform 0.3s;
}
.related-grid a:hover img {
  transform: scale(1.04);
}
.h-hero {
  background: radial-gradient(ellipse at 75% 50%, #cbdfe9, #e4eef1 40%, #f4f5f2 70%);
}
.d-hero {
  background: radial-gradient(ellipse at 73% 60%, #deddd0, #edf0e9 40%, #f4f5f2 70%);
}
.professional-statement {
  position: relative;
  min-height: 690px;
  overflow: hidden;
  background: #0b304c;
  color: #f0f5f7;
}
.professional-statement .eyebrow {
  color: #8bbbd7;
}
.professional-statement h2 {
  position: relative;
  z-index: 2;
  font-size: clamp(34px, 4vw, 60px);
  font-weight: 450;
  line-height: 1.4;
  margin-top: 100px;
  max-width: 55%;
}
.professional-statement img {
  position: absolute;
  width: 48%;
  height: 90%;
  right: 0;
  top: 10%;
  object-fit: contain;
  opacity: 0.85;
}
.product-life {
  position: relative;
  margin: 0;
}
.product-life img {
  width: 100%;
  max-height: 850px;
  object-fit: cover;
}
.product-life p {
  position: absolute;
  bottom: 30px;
  left: 6.5%;
  font-size: 12px;
  color: white;
  text-shadow: 0 1px 5px #000;
}
.overview-features {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 50px;
}
.overview-features article {
  border-top: 1px solid #bdcdd6;
  padding-top: 25px;
}
.overview-features span {
  color: var(--blue);
  font-size: 11px;
}
.overview-features h3 {
  font-size: 26px;
  font-weight: 450;
  margin-top: 35px;
}
.overview-features p {
  font-size: 13px;
  line-height: 2;
  color: #6c808b;
  margin-top: 20px;
}
.product-experience {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 13%;
  background: #dfe9ee;
}
.product-experience h2 {
  font-size: 48px;
  line-height: 1.4;
  font-weight: 450;
  letter-spacing: -0.04em;
  margin-top: 24px;
}
.product-experience > div:last-child {
  align-self: end;
}
.product-experience p:not(.eyebrow) {
  font-size: 14px;
  line-height: 2;
  color: #617987;
}
.product-experience .pill-link {
  margin-top: 30px;
}
.catalog-intro {
  padding-top: 75px;
  padding-bottom: 55px;
}
.catalog-intro h1 {
  font-size: clamp(40px, 5.5vw, 80px);
  margin-top: 30px;
  font-weight: 450;
}
.catalog-intro h1 span {
  color: #778e9c;
}
.catalog-intro > p:not(.eyebrow) {
  margin-top: 30px;
  color: #728793;
  font-size: 14px;
  line-height: 2;
}
.catalog-intro nav {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 55px;
}
.catalog-intro nav a {
  font-size: 12px;
  border: 1px solid #c4d3dc;
  border-radius: 25px;
  padding: 12px 22px;
}
.catalog-intro nav a:hover {
  color: white;
  background: var(--blue);
  border-color: var(--blue);
}
.catalog-product {
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  gap: 8%;
  align-items: center;
  min-height: 640px;
  border-top: 1px solid #d8e0e4;
}
.catalog-product:nth-child(odd) {
  background: #e7eef0;
}
.catalog-image {
  height: 440px;
}
.catalog-image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.catalog-copy h2 {
  font-size: 60px;
  margin-top: 20px;
  font-weight: 450;
  letter-spacing: -0.05em;
}
.catalog-copy h3 {
  font-size: 20px;
  font-weight: 450;
  margin-top: 15px;
}
.catalog-copy > p:not(.eyebrow) {
  font-size: 13px;
  color: #6c838f;
  line-height: 2;
  max-width: 370px;
  margin-top: 25px;
}
.catalog-copy .pill-link {
  margin-top: 30px;
}
@media (max-width: 1000px) {
  .product-intro {
    display: block;
  }
  .product-intro h2 {
    margin-top: 25px;
    white-space: normal;
  }
  .product-intro > p:last-child {
    margin-top: 30px;
  }
  .detail-picture {
    height: 390px;
  }
  .related-grid > a {
    padding: 25px;
  }
  .related-grid h3 {
    font-size: 28px;
  }
}
@media (max-width: 700px) {
  .product-hero {
    min-height: 850px;
    max-height: none;
    height: auto;
  }
  .product-breadcrumb {
    top: 25px;
    left: 24px;
    font-size: 10px;
  }
  .product-hero-copy {
    top: 80px;
    left: 24px;
    right: 24px;
    max-width: none;
  }
  .product-hero h1 {
    font-size: 40px;
    margin-top: 15px;
    line-height: 1.3;
  }
  .hero-description {
    font-size: 12px;
    margin-top: 20px;
  }
  .product-hero .pill-link {
    margin-top: 20px;
  }
  .product-hero-art {
    inset: 390px 0 65px;
  }
  .product-hero-art > span {
    font-size: 410px;
    right: 10%;
  }
  .product-hero-bottom {
    left: 24px;
    right: 24px;
    font-size: 7px;
    gap: 15px;
  }
  .product-hero-bottom span:last-child {
    text-align: right;
  }
  .product-subnav {
    padding: 18px 24px;
    align-items: flex-start;
  }
  .subnav-name {
    font-size: 15px;
  }
  .product-subnav > div {
    gap: 14px;
    flex-wrap: wrap;
    justify-content: flex-end;
    font-size: 10px;
  }
  .product-subnav .subnav-cta {
    display: none;
  }
  .product-intro h2 {
    font-size: 34px;
  }
  .product-intro > p:last-child {
    font-size: 12px;
  }
  .detail-heading {
    display: block;
    margin-bottom: 35px;
  }
  .detail-heading h2 {
    width: auto;
    font-size: 35px;
    margin-top: 20px;
  }
  .detail-row,
  .detail-row.reverse {
    display: flex;
    flex-direction: column;
    gap: 30px;
    margin-top: 40px;
    align-items: stretch;
  }
  .detail-row.reverse .detail-picture {
    order: 0;
  }
  .detail-picture {
    height: 330px;
  }
  .detail-copy h3 {
    font-size: 28px;
    margin-top: 15px;
  }
  .detail-copy p {
    font-size: 12px;
    margin-top: 15px;
  }
  .full-product {
    height: 440px;
  }
  .everyday > h2 {
    font-size: 62px;
  }
  .everyday-intro {
    position: static;
    margin-top: 30px;
    font-size: 12px;
  }
  .scenario-list {
    display: block;
    margin-top: 40px;
  }
  .scenario-list article {
    margin-top: 30px;
  }
  .scenario-list h3 {
    margin-top: 15px;
  }
  .scenario-list p {
    margin-top: 15px;
  }
  .questions {
    display: block;
  }
  .questions h2 {
    font-size: 34px;
  }
  .faq-list {
    margin-top: 40px;
  }
  .faq-list summary {
    font-size: 13px;
  }
  .related-heading h2 {
    font-size: 26px;
  }
  .related-heading > a {
    font-size: 10px;
  }
  .related-grid {
    grid-template-columns: 1fr;
    gap: 18px;
  }
  .related-grid > a {
    min-height: 250px;
  }
  .related-grid img {
    height: 200px;
  }
  .professional-statement {
    min-height: 730px;
  }
  .professional-statement h2 {
    font-size: 32px;
    margin-top: 40px;
    max-width: none;
  }
  .professional-statement img {
    top: 300px;
    height: 400px;
    width: 80%;
    right: 10%;
  }
  .product-life img {
    min-height: 420px;
    object-position: 55%;
  }
  .overview-features {
    display: block;
  }
  .overview-features article {
    margin-top: 30px;
  }
  .overview-features h3 {
    margin-top: 20px;
  }
  .product-experience {
    display: block;
  }
  .product-experience h2 {
    font-size: 36px;
  }
  .product-experience > div:last-child {
    margin-top: 25px;
  }
  .product-experience p:not(.eyebrow) {
    font-size: 12px;
  }
  .catalog-intro h1 {
    font-size: 37px;
  }
  .catalog-intro > p:not(.eyebrow) {
    font-size: 12px;
  }
  .catalog-intro nav {
    gap: 8px;
    margin-top: 30px;
  }
  .catalog-intro nav a {
    font-size: 11px;
    padding: 10px 16px;
  }
  .catalog-product {
    display: block;
    min-height: 0;
  }
  .catalog-image {
    height: 360px;
    margin-bottom: 35px;
  }
  .catalog-copy h2 {
    font-size: 45px;
  }
  .catalog-copy h3 {
    font-size: 18px;
  }
}
@media (prefers-reduced-motion: reduce) {
  .related-grid img {
    transition: none;
  }
}

/* Consumer accents sit alongside, rather than replace, the MileBot identity. */
.product-hero-art > span {
  display: none;
}
.product-hero {
  height: calc(100svh - 76px);
}
.hero-description,
.product-intro > p:last-child,
.detail-copy p,
.scenario-list p,
.faq-list p,
.catalog-copy > p:not(.eyebrow) {
  font-size: 16px;
}
.eyebrow,
.product-breadcrumb,
.detail-copy > span {
  font-size: 12px;
}
.product-subnav > div {
  font-size: 14px;
}
.consumer-page .k-hero {
  background: radial-gradient(ellipse at 73% 53%, #e1e5dd, #edf0e9 38%, #f4f5f2 70%);
}
.consumer-page .k-hero .eyebrow {
  color: #384725;
}
.consumer-page .k-hero .eyebrow::before {
  content: '';
  display: inline-block;
  width: 24px;
  height: 8px;
  background: var(--sport);
  margin-right: 12px;
}
.consumer-page .pill-link {
  background: var(--sport);
  border-color: var(--sport);
  color: #192017;
}
.consumer-page .pill-link:hover {
  background: #c6df43;
}
.consumer-page .product-hero-bottom {
  color: #54624c;
  font-size: 12px;
}
.consumer-page .everyday {
  background: #1c251f;
}
.consumer-page .everyday .eyebrow,
.consumer-page .scenario-list span {
  color: var(--sport);
}
.consumer-page .everyday-intro,
.consumer-page .scenario-list p {
  color: #c4cfc5;
}
.consumer-page .scenario-list article {
  border-color: #637259;
}
.consumer-page .scenario-list h3 {
  font-size: 30px;
}
.consumer-page .everyday > h2 {
  font-size: clamp(44px, 6vw, 88px);
}
.consumer-page .design-details {
  background: #e9ece8;
}
.consumer-page .full-product {
  background: #dfe4dc;
}
.scene-directory {
  padding-top: 40px;
  padding-bottom: 60px;
}
.scene-directory h2 {
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 32px;
}
.scene-columns {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 35px;
}
.scene-columns article {
  border-top: 1px solid #bdc6c9;
  padding-top: 22px;
  scroll-margin-top: 100px;
}
.scene-columns h3 {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 15px;
}
.scene-columns a {
  display: flex;
  justify-content: space-between;
  padding: 10px 0;
  font-size: 14px;
}
.scene-columns a:hover {
  color: var(--blue);
}
.h-hero h1,
.d-hero h1 {
  font-size: clamp(30px, 3.3vw, 54px);
}
@media (max-width: 1000px) {
  .everyday-intro {
    position: static;
    margin-top: 28px;
  }
}
@media (max-width: 700px) {
  .product-hero {
    height: auto;
  }
  .scene-columns {
    grid-template-columns: 1fr 1fr;
    gap: 28px;
  }
  .consumer-page .product-hero-bottom {
    font-size: 10px;
  }
  .product-intro > p:last-child br,
  .detail-copy p br,
  .scenario-list p br {
    display: none;
  }
}
.marketing-detail {
  background: #dfe4dc;
  position: relative;
}
.marketing-detail img {
  width: 120%;
  max-width: none;
  height: auto;
  position: absolute;
  top: 1%;
  left: -10%;
}
