.product-line-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  background: var(--line);
  border: 1px solid var(--line);
}
.product-line-grid article {
  background: var(--paper);
  padding: 26px;
  min-height: 210px;
  display: flex;
  flex-direction: column;
}
.product-line-grid small {
  color: var(--teal);
  font-size: 9px;
  font-weight: 900;
  letter-spacing: .12em;
  text-transform: uppercase;
}
.product-line-grid h3 {
  margin: 20px 0 10px;
  font: 400 25px/1.2 Georgia, serif;
}
.product-line-grid p {
  color: var(--muted);
  font-size: 13px;
}
.product-line-grid a {
  margin-top: auto;
  color: var(--teal);
  font-size: 10px;
  font-weight: 900;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.commerce-shell .section-head h2 {
  margin: 0;
  font: 400 clamp(38px, 5vw, 58px)/1.05 Georgia, serif;
  letter-spacing: -.035em;
}
.blog-list h2 {
  margin: 18px 0 12px;
  font: 400 28px/1.2 Georgia, serif;
}
.hero-visual {
  align-self: center;
  min-height: 480px;
  position: relative;
  overflow: hidden;
  background: var(--ink);
  box-shadow: var(--shadow);
}
.hero-visual img {
  width: 100%;
  height: 480px;
  display: block;
  object-fit: cover;
  object-position: center;
}
.hero-visual:after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 45%, rgba(14,28,43,.86));
}
.hero-visual-caption {
  position: absolute;
  z-index: 1;
  left: 28px;
  right: 28px;
  bottom: 28px;
  color: #fff;
  display: grid;
  gap: 7px;
}
.hero-visual-caption span {
  color: #f6c563;
  font-size: 10px;
  font-weight: 900;
  letter-spacing: .14em;
  text-transform: uppercase;
}
.hero-visual-caption strong { font: 400 27px/1.2 Georgia, serif; }
.people-story { background: #e9efec; }
.visual-split,
.page-with-visual,
.guides-header,
.shop-masthead-grid {
  display: grid;
  grid-template-columns: 1.05fr .95fr;
  gap: 64px;
  align-items: center;
}
.people-story-media,
.page-side-media,
.shop-masthead-media,
.guide-hero,
.guides-header > img {
  margin: 0;
  overflow: hidden;
  background: #dfe5e1;
}
.people-story-media img,
.page-side-media img,
.shop-masthead-media img,
.guide-hero img,
.guides-header > img {
  width: 100%;
  display: block;
  object-fit: cover;
}
.people-story-media img { aspect-ratio: 4/3; }
.people-story-copy h2 { margin-bottom: 24px; }
.people-story-copy > p:not(.eyebrow) { color: var(--muted); margin-bottom: 26px; }
.shop-masthead-grid { grid-template-columns: 1.15fr .85fr; }
.shop-masthead-media img { height: 260px; object-position: center; }
.page-shell article.page-with-visual,
.page-shell article.page-wide { max-width: none; }
.page-with-visual { align-items: start; }
.page-side-media { position: sticky; top: 24px; }
.page-side-media img { aspect-ratio: 4/3; }
.page-side-media figcaption {
  padding: 15px 18px;
  background: var(--ink);
  color: #dce5e9;
  font-size: 12px;
}
.page-content-wide { max-width: 900px; margin-top: 58px; }
.guides-header { margin-bottom: 48px; }
.guides-header h1 { margin: 0 0 18px; }
.guides-header p:not(.eyebrow) { color: var(--muted); }
.guides-header > img { height: 320px; }
.guide-hero { margin: 34px 0 46px; }
.guide-hero img { max-height: 520px; }
.article-grid article.article-card { padding: 0; overflow: hidden; }
.article-thumb img { width: 100%; height: 178px; display: block; object-fit: cover; }
.article-body { padding: 25px 28px 30px; }
.blog-list .article-body h2 { margin-top: 18px; }
.account-link {
  font-size: 12px;
  font-weight: 800;
  white-space: nowrap;
}
.store-actions {
  display: flex;
  align-items: center;
  gap: 24px;
  margin-top: 32px;
}
.best-sellers-section { background: #eef2ef; }
.mtbe-product-assurance {
  display: grid;
  grid-template-columns: 1fr 1fr;
  border: 1px solid var(--line);
  margin: 22px 0;
}
.mtbe-product-assurance span {
  padding: 13px;
  color: var(--muted);
  font-size: 12px;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}
.mtbe-product-assurance strong {
  display: block;
  color: var(--ink);
  font-size: 10px;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.mtbe-procurement-pricing {
  display: grid;
  gap: 1px;
  margin: 22px 0;
  border: 1px solid var(--line);
  background: var(--line);
}
.mtbe-sales-attributes {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  margin: 0 0 14px;
}
.mtbe-sales-attributes span {
  padding: 6px 9px;
  color: #fff;
  background: var(--teal);
  font-size: 9px;
  font-weight: 900;
  letter-spacing: .09em;
  text-transform: uppercase;
}
.mtbe-sales-attributes span + span { background: var(--ink); }
.mtbe-sales-attributes.compact { padding: 0 18px; margin-top: 10px; }
.mtbe-sales-attributes.compact span { padding: 4px 6px; font-size: 8px; }
.mtbe-procurement-pricing > div {
  display: grid;
  gap: 5px;
  padding: 18px;
  background: #fff;
}
.mtbe-procurement-pricing small,
.mtbe-loop-procurement {
  color: var(--teal);
  font-size: 10px;
  font-weight: 900;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.mtbe-procurement-pricing strong {
  color: var(--ink);
  font: 400 24px Georgia, serif;
}
.mtbe-procurement-pricing strong .price,
.mtbe-procurement-pricing strong bdi {
  color: inherit;
  font: inherit;
}
.mtbe-procurement-pricing em {
  color: var(--muted);
  font: 400 12px Inter, Arial, sans-serif;
}
.mtbe-procurement-pricing span {
  color: var(--muted);
  font-size: 12px;
}
.mtbe-procurement-contact .button { margin-top: 10px; width: max-content; }
.mtbe-loop-procurement {
  padding: 0 18px;
  line-height: 1.45;
}
.mtbe-loop-procurement strong { color: var(--ink); }
.single-product .cart .mtbe-buy-now {
  margin-left: 8px !important;
  background: var(--ink) !important;
}
.mtbe-specs th { width: 220px; text-align: left; }
.review-integrity-note { color: var(--muted); font-size: 12px; }
.return-request-form { max-width: 820px; }
.return-request-form .form-row { margin-bottom: 18px; }
.return-request-form input,
.return-request-form select,
.return-request-form textarea {
  width: 100%;
  padding: 12px;
  border: 1px solid #bac1c4;
}
.flow-steps {
  display: grid;
  grid-template-columns: repeat(6,1fr);
  gap: 1px;
  background: var(--line);
  border: 1px solid var(--line);
  margin: 32px 0;
}
.flow-steps span {
  padding: 16px 10px;
  background: #fff;
  text-align: center;
  font-size: 11px;
  font-weight: 900;
}
@media (max-width: 980px) {
  .product-line-grid { grid-template-columns: 1fr 1fr; }
  .visual-split,
  .page-with-visual,
  .guides-header,
  .shop-masthead-grid { grid-template-columns: 1fr; gap: 34px; }
  .page-side-media { position: static; }
  .shop-masthead-media img { height: 300px; }
  .flow-steps { grid-template-columns: repeat(3,1fr); }
}
@media (max-width: 620px) {
  .product-line-grid { grid-template-columns: 1fr; }
  .hero-visual,
  .hero-visual img { min-height: 350px; height: 350px; }
  .hero-visual-caption { left: 20px; right: 20px; bottom: 20px; }
  .shop-masthead-media img,
  .guides-header > img { height: 230px; }
  .article-thumb img { height: 190px; }
  .account-link { display: none; }
  .store-actions { align-items: flex-start; flex-direction: column; }
  .mtbe-product-assurance { grid-template-columns: 1fr; }
  .single-product .cart .mtbe-buy-now { margin: 8px 0 0 !important; }
  .flow-steps { grid-template-columns: 1fr 1fr; }
}
