/* Homepage v2 — product photography, September 2026.
   Isolated from the shared stylesheet for a simple hero-only rollback. */
.home-hero { padding: 30px 0 32px; background: #1c1b1a; }
.home-hero > .container { max-width: var(--maxw); }
.home-hero__intro { display: grid; gap: 10px; margin-bottom: 24px; }
.home-hero__intro .eyebrow { grid-column: 1 / -1; margin: 0; font-size: .75rem; letter-spacing: .19em; color: var(--accent); }
.home-hero h1 { font-size: clamp(2.375rem, 5vw, 4.375rem); line-height: 1.02; letter-spacing: -.045em; font-weight: 600; }
.home-hero h1 .accent { color: var(--accent); }
.home-hero__lead { max-width: 64ch; margin: 2px 0 0; color: #bdbab3; font-size: .95rem; line-height: 1.4; }
.home-hero__lead span { display: block; }
.home-hero__lead strong { color: #e2dfd5; font-weight: 600; }
.home-hero__products { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 22px; }
.home-product { display: flex; flex-direction: column; min-width: 0; background: #252421; border: 1px solid #48473d; border-radius: 16px; overflow: hidden; }
.home-product__visual { display: block; flex-shrink: 0; position: relative; aspect-ratio: 1.7; overflow: hidden; background: #282c24; color: #f1f0e8; }
.home-product__visual img { width: 100%; height: 100%; object-fit: cover; object-position: center 80%; transition: filter .35s ease; }
/* Nebula's light pool starts higher in its source photograph. Compensate
   for that height and the slight clockwise tilt / wider framing below.
   Soft masks blend the studio backdrop at the photographed edges. */
.home-product--nebula .home-product__visual { background: linear-gradient(180deg,#262b24,#232720 48%,#11120f); }
.home-product--nebula .home-product__visual img {
 margin-top: 7.4%;
 transform: rotate(2deg) scale(.94);
 transform-origin: center bottom;
 mask-image: linear-gradient(to bottom,transparent,#000 20%,#000 94%,transparent),linear-gradient(to right,transparent,#000 12%,#000 88%,transparent);
 mask-composite: intersect;
}
.home-product__visual::after { content: ''; position: absolute; inset: 0; pointer-events: none; background: linear-gradient(180deg,rgba(12,15,11,.42),transparent 32%); }
.home-product__heading { position: absolute; top: 22px; left: 25px; right: 25px; z-index: 1; display: flex; align-items: center; justify-content: space-between; gap: 16px; }
.home-product__type { display: flex; gap: 12px; align-items: center; margin-bottom: 8px; color: #dbdbca; font-size: .67rem; font-family: var(--font-display); letter-spacing: .1em; text-transform: uppercase; }
.home-product__number { color: var(--accent); }
.home-product h2 { font-size: clamp(1.55rem,2.5vw,2.35rem); line-height: 1; color: #f7f4e9; }
.home-product__arrow { width: 38px; height: 38px; border: 1px solid #818678; border-radius: 50%; display: grid; place-items: center; color: #f1efdf; transition: background .25s,color .25s; }
.home-product__visual:hover img { filter: brightness(1.1); }
.home-product__visual:hover .home-product__arrow { color: #1c1b1a; background: var(--accent); border-color: var(--accent); }
.home-product__visual:focus-visible { outline: 3px solid var(--accent); outline-offset: -5px; }
.home-product__body { display: flex; flex-direction: column; flex: 1; border-top: 1px solid #45463a; padding: 18px 24px 20px; }
.home-product__description { flex: 1; color: #c4c1b8; font-size: .9rem; line-height: 1.55; min-height: 3.1em; max-width: 63ch; }
.home-product__builder { color: var(--accent); text-decoration: underline; text-underline-offset: .2em; text-decoration-thickness: 1px; }
.home-product__builder:hover { color: #fff4ba; }
.home-product__builder:focus-visible { outline: 2px solid var(--accent); outline-offset: 3px; border-radius: 2px; }
.home-product__bottom { display: flex; justify-content: space-between; align-items: center; gap: 12px; margin-top: 17px; }
.home-product__price { font: 600 .95rem/1.35 var(--font-display); color: #f0ede3; white-space: nowrap; }
.home-product__price span { font-size: .66rem; color: #a6a396; font-weight: 400; }
.home-product__actions { display: flex; align-items: center; gap: 8px; }
.home-product__actions .btn { font-size: .76rem; min-height: 42px; padding: 9px 13px; white-space: nowrap; }
.home-product__actions .btn--ghost { border-color: #605d50; color: #e6e3d8; }
.home-hero__note { display: flex; justify-content: space-between; gap: 12px; border-bottom: 1px solid #454337; padding: 15px 2px 16px; font-size: .68rem; color: #aaa596; letter-spacing: .12em; text-transform: uppercase; font-family: var(--font-display); }
.home-hero__note a { color: #d9d3b4; letter-spacing: .02em; text-transform: none; }
@media (min-width: 1500px) {
 .home-hero { padding-top: 40px; }
 .home-hero__intro { margin-bottom: 32px; }
}
@media (max-width: 1100px) {
 .home-product__body { padding-inline: 18px; }
 .home-product__bottom { flex-wrap: wrap; }
 .home-product__actions { width: 100%; }
 .home-product__actions .btn { flex: 1; }
 .home-product__description { min-height: 4.65em; }
}
@media (min-width: 701px) and (max-width: 1100px) {
 .home-product__visual { aspect-ratio: 1.5; }
 .home-product__visual img { object-position: center; }
 .home-product__heading { top: 16px; left: 18px; right: 18px; }
 .home-product__type { font-size: .58rem; margin-bottom: 7px; gap: 9px; }
 .home-product h2 { font-size: clamp(1.4rem,2.5vw,1.7rem); }
 .home-product__arrow { width: 32px; height: 32px; }
}
@media (max-width: 700px) {
 .home-hero { padding: 25px 0 20px; }
 .home-hero__intro { grid-template-columns: 1fr; gap: 12px; margin-bottom: 22px; }
 .home-hero__intro .eyebrow { letter-spacing: .12em; }
 .home-hero h1 { font-size: 2.375rem; line-height: 1.05; }
 .home-hero__lead { margin-top: 0; font-size: .86rem; line-height: 1.4; }
 .home-hero__products { grid-template-columns: 1fr; gap: 16px; }
 .home-product { border-radius: 12px; }
 .home-product__visual { aspect-ratio: 1.5; }
 .home-product__visual img { object-position: center; }
 .home-product__heading { top: 16px; left: 17px; right: 17px; }
 .home-product__type { font-size: .55rem; margin-bottom: 7px; gap: 9px; }
 .home-product h2 { font-size: clamp(1.45rem,7vw,1.9rem); }
 .home-product__arrow { width: 32px; height: 32px; }
 .home-product__body { padding: 14px 16px 16px; }
 .home-product__description { min-height: 0; font-size: .83rem; line-height: 1.5; }
 .home-product__bottom { margin-top: 12px; gap: 10px; }
 .home-product__price { font-size: .89rem; }
 .home-product__actions .btn { min-height: 42px; padding-inline: 12px; }
 .home-hero__note { align-items: baseline; font-size: .6rem; letter-spacing: .06em; }
}
@media (prefers-reduced-motion: reduce) {
 .home-product__visual img, .home-product__arrow { transition: none; }
}
