/* Company homepage — native Tabler composition with a small branded layer. */
.home-hero { padding: 5rem 1.5rem 3.5rem; }
.home-hero h1 { font-size: clamp(2.7rem, 5.2vw, 4.8rem); font-weight: 850; letter-spacing: -.055em; line-height: .98; max-width: 10ch; }
.home-lede { color: var(--tblr-secondary-color); font-size: clamp(1.08rem, 1.5vw, 1.28rem); line-height: 1.65; max-width: 35rem; margin-top: 1.5rem; }
.home-trust { display: flex; flex-wrap: wrap; gap: .65rem 1.1rem; color: var(--tblr-secondary-color); font-size: .82rem; font-weight: 600; }
.home-trust span { display: inline-flex; align-items: center; gap: .4rem; }
.home-trust span::before { content: "✓"; color: var(--tblr-primary); font-weight: 800; }
.transformation { overflow: hidden; border: 0; box-shadow: 0 1.2rem 3rem rgba(24,36,30,.16); }
.transformation-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 2px; background: var(--tblr-border-color); }
.transformation figure { position: relative; margin: 0; min-width: 0; aspect-ratio: 3/4; overflow: hidden; background: var(--tblr-bg-surface-secondary); }
.transformation img { width: 100%; height: 100%; display: block; object-fit: cover; }
.transformation figcaption { position: absolute; left: .75rem; bottom: .75rem; padding: .3rem .6rem; border-radius: 999px; background: rgba(10,18,14,.72); color: #fff; font-size: .7rem; font-weight: 700; backdrop-filter: blur(5px); }
.transformation-bar { display: flex; align-items: center; justify-content: space-between; gap: 1rem; padding: .9rem 1rem; font-size: .78rem; }
.section-heading { display: flex; align-items: end; justify-content: space-between; gap: 2rem; margin-bottom: 1.5rem; }
.section-heading h2 { margin: .15rem 0 0; font-size: clamp(1.75rem, 3vw, 2.35rem); letter-spacing: -.035em; }
.section-heading > p { max-width: 34rem; margin: 0; color: var(--tblr-secondary-color); }
.home-products { padding-top: 4rem; padding-bottom: 4rem; }
.product-tile { overflow: hidden; transition: transform .18s ease, box-shadow .18s ease; }
.product-tile:hover { transform: translateY(-3px); box-shadow: 0 .7rem 1.8rem rgba(24,36,30,.12); }
.product-media { position: relative; display: grid; place-items: center; height: 10.75rem; overflow: hidden; color: #fff; background: radial-gradient(circle at 25% 20%, rgba(227,154,45,.4), transparent 35%), linear-gradient(145deg, #145038, #0b2b1e); }
.product-media:hover { text-decoration: none; }
.product-media img { width: 100%; height: 100%; object-fit: cover; display: block; transition: transform .35s ease; }
.product-tile:hover .product-media img { transform: scale(1.025); }
.product-monogram { font-size: 4rem; font-weight: 850; line-height: 1; letter-spacing: -.06em; opacity: .92; }
.product-layer { position: absolute; top: .7rem; left: .7rem; width: 2rem; height: 2rem; display: grid; place-items: center; border-radius: 50%; background: rgba(10,18,14,.72); color: #fff; font-size: .72rem; font-weight: 800; backdrop-filter: blur(5px); }
.product-copy { display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 5; overflow: hidden; font-size: .9rem; line-height: 1.55; }
.product-coming .product-media { background: radial-gradient(circle at 75% 30%, rgba(76,175,125,.38), transparent 30%), linear-gradient(145deg, #183c30, #0d241c); }
.product-coming .product-media::after { content: "IN THE SHOP"; position: absolute; right: -2.5rem; bottom: 1.1rem; transform: rotate(-35deg); padding: .24rem 3rem; border-block: 1px solid rgba(255,255,255,.25); color: rgba(255,255,255,.7); font-size: .58rem; font-weight: 800; letter-spacing: .14em; }
.home-flow { padding-top: 4rem; padding-bottom: 4.5rem; }
.flow-track { --flow-gap: 1.5rem; position: relative; display: grid; grid-template-columns: repeat(4, 1fr); gap: var(--flow-gap); list-style: none; margin: 2rem 0 0; padding: 0; }
.flow-track::before { content: ""; position: absolute; z-index: 0; left: 2rem; right: 2rem; top: 1.4rem; height: 2px; background: linear-gradient(90deg, var(--tblr-primary), color-mix(in srgb, var(--tblr-primary) 28%, var(--tblr-border-color))); }
.flow-track li { position: relative; z-index: 1; padding-right: .5rem; }
.flow-num { width: 2.8rem; height: 2.8rem; display: grid; place-items: center; margin-bottom: 1.3rem; border: 4px solid var(--tblr-bg-surface-secondary); border-radius: 50%; background: var(--tblr-primary); color: #fff; font-weight: 800; box-shadow: 0 0 0 1px color-mix(in srgb, var(--tblr-primary) 40%, transparent); }
.flow-track h3 { margin: .75rem 0 .45rem; font-size: 1.05rem; }
.flow-track p { margin: 0; color: var(--tblr-secondary-color); font-size: .88rem; line-height: 1.55; }
.testimonial-card { position: relative; overflow: hidden; border-left: 3px solid var(--tblr-primary); }
.testimonial-card::before { content: "“"; position: absolute; right: 1rem; top: -.55rem; color: color-mix(in srgb, var(--tblr-primary) 12%, transparent); font-family: Georgia, serif; font-size: 8rem; line-height: 1; pointer-events: none; }
.testimonial-card blockquote { position: relative; margin: 0; max-width: 46ch; font-size: 1.06rem; line-height: 1.65; }
.testimonial-by { display: flex; align-items: center; gap: .8rem; }
@media (max-width: 991.98px) {
  .home-hero { padding-top: 3.25rem; }
  .home-hero h1 { max-width: 13ch; }
  .flow-track { grid-template-columns: 1fr 1fr; gap: 2rem; }
  .flow-track::before { display: none; }
}
@media (max-width: 767.98px) {
  .home-hero { padding: 2.5rem 1rem 2rem; }
  .home-hero h1 { font-size: clamp(2.45rem, 12vw, 3.5rem); }
  .transformation figure { aspect-ratio: 4/5; }
  .transformation-bar, .section-heading { align-items: flex-start; flex-direction: column; gap: .65rem; }
  .flow-track { grid-template-columns: 1fr; gap: 0; }
  .flow-track li { display: grid; grid-template-columns: 3.5rem 1fr; padding: 0 0 2rem; }
  .flow-track li > div { padding-top: .1rem; }
  .flow-num { grid-row: 1; margin: 0; }
  .flow-track li:not(:last-child)::after { content: ""; position: absolute; left: 1.35rem; top: 2.8rem; bottom: 0; width: 2px; background: var(--tblr-border-color); }
}
/* Marketing header alignment: override the sidebar-oriented global .brand padding. */
.mk-nav .brand { align-items: center; gap: .55rem; margin: 0; padding: 0; line-height: 1; min-height: 2.5rem; }
.mk-nav .brand .mark { width: 2rem; height: 2rem; display: block; }
.mk-nav .brand > span { line-height: 1; }
.motto-band .inner { padding-top: 1.15rem; }
.motto-band h2 { max-width: 18ch; }

/* Reuse the existing native range reveal without cropping either design. */
.home-reveal { width: 100%; aspect-ratio: 3/2; }
.home-reveal img { object-fit: contain; }
.home-reveal:focus-within { outline: 3px solid var(--tblr-primary); outline-offset: 3px; }

/* A small UI stamp on the driveway; source images remain untouched. */
.home-reveal .patent-stamp { position:absolute; top:auto; left:.65rem; bottom:2.65rem; width:118px; height:auto; aspect-ratio:218/111; pointer-events:none; }
@media (max-width:767.98px) { .home-reveal .patent-stamp { width:84px; } }
