/* Lafesto production stylesheet — canonical build, 2026-09-10 */
:root {
  --text: #fff;
  --ink: #151515;
  --muted: #666;
  --line: #e9e9e6;
  --surface: #f4f4f1;
  --active-product-color: #6e4936;
  --hero-duration: 620ms;
  --hero-ease: cubic-bezier(.27,.04,.22,1);
  --nav-offset: 7.4rem;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  width: 100%;
  margin: 0;
  scroll-behavior: smooth;
  scroll-padding-top: var(--nav-offset);
}

body {
  width: 100%;
  min-height: 100%;
  margin: 0;
  overflow-x: hidden;
  overflow-y: auto;
  background: #fff;
  color: var(--ink);
  font-family: Arial, Helvetica, sans-serif;
  overscroll-behavior-y: auto;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

button,
a {
  font: inherit;
  -webkit-tap-highlight-color: transparent;
}

button {
  border: 0;
}

a {
  color: inherit;
  text-decoration: none;
}

img {
  max-width: 100%;
}


:focus-visible {
  outline: 2px solid currentColor;
  outline-offset: 3px;
}

.viewport {
  position: relative;
  width: 100%;
  min-height: 100vh;
  overflow: visible;
  background: #fff;
}

.page-section {
  scroll-margin-top: var(--nav-offset);
}

/* --------------------------------------------------------------------------
   Fixed header
   -------------------------------------------------------------------------- */
.topbar {
  position: fixed;
  inset: 0 0 auto;
  z-index: 100;
  height: 8.5vw;
  pointer-events: none;
}

.brand {
  position: absolute;
  left: 4.15vw;
  top: 1.7vw;
  display: block;
  width: 7.2vw;
  height: 7.2vw;
  overflow: hidden;
  border-radius: .65vw;
  box-shadow: 0 .3vw .9vw rgba(0,0,0,.18);
  pointer-events: auto;
}

.brand-logo {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.nav-pill {
  position: absolute;
  left: 50%;
  top: 2.25vw;
  display: flex;
  align-items: center;
  justify-content: center;
  width: auto;
  min-width: 38vw;
  height: 4.15vw;
  padding: .65vw .8vw;
  gap: .35vw;
  transform: translateX(-50%);
  border-radius: 2.4vw;
  background: rgba(50,41,34,.45);
  box-shadow: inset 0 .1vw .2vw rgba(255,255,255,.06), 0 .5vw .9vw rgba(0,0,0,.09);
  -webkit-backdrop-filter: blur(7px);
  backdrop-filter: blur(7px);
  font-size: .82vw;
  font-weight: 400;
  letter-spacing: .02em;
  pointer-events: auto;
}

.nav-pill a {
  display: flex;
  flex: 1 1 auto;
  align-items: center;
  justify-content: center;
  height: 2.85vw;
  padding: 0 1.15vw;
  border-radius: 1.65vw;
  white-space: nowrap;
  opacity: .9;
  transition: background-color .25s ease, color .25s ease, opacity .25s ease;
}

.nav-pill a.active {
  padding-inline: 1.2vw;
  background: #fff;
  color: #26201b;
  opacity: 1;
}

.actions {
  position: absolute;
  right: 4.55vw;
  top: 3.9vw;
  display: flex;
  gap: .7vw;
  pointer-events: auto;
}

.icon-btn {
  display: grid;
  place-items: center;
  width: 2vw;
  height: 2vw;
  padding: .46vw;
  border-radius: 50%;
  background: rgba(18,16,14,.22);
  box-shadow: inset 0 0 0 .12vw rgba(255,255,255,.08);
  color: #fff;
  cursor: pointer;
}

.icon-btn svg {
  width: 100%;
  height: 100%;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.7;
  stroke-linecap: round;
  stroke-linejoin: round;
  filter: drop-shadow(0 .1vw .1vw rgba(0,0,0,.45));
}

/* --------------------------------------------------------------------------
   Hero
   -------------------------------------------------------------------------- */
.showcase {
  position: relative;
  isolation: isolate;
  width: 100%;
  height: 100dvh;
  min-height: 100svh;
  overflow: hidden;
  color: var(--text);
  touch-action: pan-y;
  overscroll-behavior-x: contain;
}

.background {
  position: absolute;
  inset: -1px;
  z-index: -4;
  background: var(--bg, linear-gradient(90deg,#89400f,#ef6611,#8e3e0d));
  background-position: center;
  background-size: cover;
  transition: opacity 540ms ease;
}

.background-a {
  --bg: radial-gradient(58% 112% at 53% 47%, #a9795c 0%, #80533c 36%, #5d3b2c 68%, #39231a 100%), radial-gradient(42% 85% at 15% 48%, rgba(197,140,99,.34), transparent 70%);
}

.background-b {
  opacity: 0;
}

.ambient-grain {
  position: absolute;
  inset: 0;
  z-index: -3;
  pointer-events: none;
  opacity: .08;
  mix-blend-mode: soft-light;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='80' height='80' viewBox='0 0 80 80'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.8' numOctaves='2' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.55'/%3E%3C/svg%3E");
}

.copy-panel {
  position: absolute;
  left: 5.4vw;
  top: 12.3vw;
  z-index: 6;
  width: 29.8vw;
}

.arrows {
  display: flex;
  gap: .35vw;
  margin: 0 0 1.55vw .1vw;
}

.arrows button {
  display: grid;
  place-items: center;
  width: 2.05vw;
  height: 2.05vw;
  border-radius: 50%;
  background: rgba(34,27,20,.25);
  box-shadow: inset 0 0 0 .1vw rgba(255,255,255,.04);
  color: #fff;
  font-size: 2.3vw;
  font-weight: 200;
  line-height: .7;
  text-shadow: 0 .1vw .2vw rgba(0,0,0,.35);
  cursor: pointer;
}

.copy-panel h1 {
  margin: 0 0 1.35vw;
  font-size: 3.66vw;
  line-height: .91;
  letter-spacing: -.035em;
  font-weight: 600;
  text-shadow: 0 .2vw .25vw rgba(0,0,0,.1);
}

.copy-panel p {
  width: 27.2vw;
  margin: 0;
  font-size: 1.02vw;
  line-height: 1.42;
  font-weight: 400;
  text-shadow: 0 .1vw .1vw rgba(0,0,0,.12);
}

.cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 10.7vw;
  height: 2.75vw;
  margin-top: 2.25vw;
  padding: 0 1.25vw;
  gap: .65vw;
  border-radius: 1.6vw;
  background: #fff;
  box-shadow: 0 .12vw .4vw rgba(0,0,0,.16);
  color: #1f1f1f;
  font-size: .91vw;
  font-weight: 500;
  cursor: pointer;
}

.cta span {
  margin-top: -.12vw;
  font-size: 1.6vw;
  line-height: 1;
}

.product-zone {
  --current-x: 50.3%;
  --current-y: 51.7%;
  --preview-x: 41.5vw;
  --preview-y: 36.7dvh;
  --preview-scale: .315;
  --exit-x: 2.7vw;
  --exit-y: -53.7dvh;
  --exit-scale: .36;
  position: absolute;
  inset: 0;
  z-index: 3;
  pointer-events: none;
  user-select: none;
  -webkit-user-select: none;
}

.jacket {
  position: absolute;
  left: var(--current-x);
  top: var(--current-y);
  width: 32vw;
  height: auto;
  object-fit: contain;
  object-position: center;
  pointer-events: none;
  user-select: none;
  -webkit-user-select: none;
  -webkit-user-drag: none;
  filter: drop-shadow(0 1.65vw .72vw rgba(20,13,8,.35));
  will-change: transform, opacity;
  backface-visibility: hidden;
}

.jacket.current {
  z-index: 3;
  transform: translate3d(calc(-50% + var(--drag-current-x, 0px)), -50%, 0) scale(1);
}

.jacket.next,
.jacket.future {
  transform: translate3d(calc(-50% + var(--preview-x) + var(--drag-preview-x, 0px)), calc(-50% + var(--preview-y)), 0) scale(var(--preview-scale));
  filter: drop-shadow(0 .65vw .45vw rgba(20,13,8,.3));
}

.jacket.next {
  z-index: 4;
}

.jacket.future {
  z-index: 2;
  opacity: 0;
}

.jacket.current,
.jacket.next {
  pointer-events: auto;
  cursor: grab;
  touch-action: pan-y;
}

.showcase.is-dragging .jacket.current,
.showcase.is-dragging .jacket.next {
  cursor: grabbing;
}

.product-shadow {
  position: absolute;
  left: 50.5%;
  top: 78.7%;
  width: 19.5vw;
  height: 2.05vw;
  transform: translateX(-50%);
  border-radius: 50%;
  background: rgba(20,13,8,.27);
  filter: blur(1.05vw);
  opacity: .62;
  will-change: transform, opacity;
}

.tagline {
  position: absolute;
  left: 50.3%;
  bottom: 3.55vw;
  margin: 0;
  transform: translateX(-50%);
  text-align: center;
  font-size: 1.55vw;
  line-height: 1.05;
  font-weight: 400;
  letter-spacing: .01em;
  text-shadow: 0 .1vw .2vw rgba(0,0,0,.14);
}

/* Forward: next preview becomes current. */
.showcase.is-switching-forward .jacket.current {
  animation: heroCurrentOut var(--hero-duration) cubic-bezier(.55,.02,.29,.96) forwards;
}

.showcase.is-switching-forward .jacket.next {
  animation: heroPreviewIn var(--hero-duration) var(--hero-ease) forwards;
}

.showcase.is-switching-forward .jacket.future {
  animation: heroFutureReveal var(--hero-duration) ease forwards;
}

/* Reverse: current becomes the preview while the previous item enters cleanly. */
.showcase.is-switching-backward .jacket.current {
  animation: heroCurrentToPreview var(--hero-duration) var(--hero-ease) forwards;
}

.showcase.is-switching-backward .jacket.next {
  animation: heroPreviewHide calc(var(--hero-duration) * .72) ease forwards;
}

.showcase.is-switching-backward .jacket.future {
  z-index: 4;
  animation: heroPreviousIn var(--hero-duration) var(--hero-ease) forwards;
}

.showcase.is-switching-forward .product-shadow,
.showcase.is-switching-backward .product-shadow {
  animation: heroShadowPulse var(--hero-duration) ease forwards;
}

@keyframes heroCurrentOut {
  0% { transform: translate3d(-50%,-50%,0) scale(1); opacity: 1; }
  62% { opacity: .96; }
  100% { transform: translate3d(calc(-50% + var(--exit-x)), calc(-50% + var(--exit-y)), 0) scale(var(--exit-scale)); opacity: .36; }
}

@keyframes heroPreviewIn {
  0% { transform: translate3d(calc(-50% + var(--preview-x)), calc(-50% + var(--preview-y)), 0) scale(var(--preview-scale)); opacity: 1; }
  100% { transform: translate3d(-50%,-50%,0) scale(1); opacity: 1; }
}

@keyframes heroFutureReveal {
  0%, 72% { transform: translate3d(calc(-50% + var(--preview-x)), calc(-50% + var(--preview-y)), 0) scale(calc(var(--preview-scale) * .8)); opacity: 0; }
  100% { transform: translate3d(calc(-50% + var(--preview-x)), calc(-50% + var(--preview-y)), 0) scale(var(--preview-scale)); opacity: 1; }
}

@keyframes heroCurrentToPreview {
  0% { transform: translate3d(-50%,-50%,0) scale(1); opacity: 1; }
  100% { transform: translate3d(calc(-50% + var(--preview-x)), calc(-50% + var(--preview-y)), 0) scale(var(--preview-scale)); opacity: 1; }
}

@keyframes heroPreviewHide {
  0% { opacity: 1; }
  100% { opacity: 0; }
}

@keyframes heroPreviousIn {
  0% { transform: translate3d(calc(-50% - 8vw), calc(-50% - 22dvh), 0) scale(.48); opacity: .05; }
  100% { transform: translate3d(-50%,-50%,0) scale(1); opacity: 1; }
}

@keyframes heroShadowPulse {
  0% { transform: translateX(-50%) scaleX(1); opacity: .62; }
  45% { transform: translateX(-50%) scaleX(.58); opacity: .25; }
  100% { transform: translateX(-50%) scaleX(1); opacity: .62; }
}

.contact-panel {
  position: absolute;
  right: 5.75vw;
  top: 13.6vw;
  z-index: 7;
  width: 17.5vw;
  text-align: right;
}

.contact-kicker {
  display: block;
  margin: 0 0 .5vw;
  font-size: .78vw;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: .14em;
  opacity: .72;
}

.phone-number,
.email-address {
  display: block;
  width: max-content;
  max-width: 100%;
  margin-left: auto;
  color: #fff;
  white-space: nowrap;
  text-shadow: 0 .15vw .22vw rgba(0,0,0,.17);
  transition: opacity .2s ease, transform .2s ease;
}

.phone-number {
  font-size: 2.05vw;
  line-height: 1.05;
  font-weight: 600;
  letter-spacing: -.035em;
}

.email-kicker {
  margin-top: 2.25vw;
}

.email-address {
  padding-bottom: .25vw;
  border-bottom: .08vw solid rgba(255,255,255,.6);
  font-size: 1.08vw;
  line-height: 1.2;
  font-weight: 500;
}

.phone-number:hover,
.email-address:hover {
  opacity: .78;
  transform: translateX(-.15vw);
}

.socials {
  position: absolute;
  left: 5.75vw;
  bottom: 4.35vw;
  z-index: 6;
  display: flex;
  align-items: center;
  gap: 2.15vw;
  font-size: 1.25vw;
  font-weight: 600;
}

.socials a {
  opacity: .9;
  text-shadow: 0 .1vw .2vw rgba(0,0,0,.18);
}

.scroll-cue {
  position: absolute;
  right: 5.5vw;
  bottom: 3.85vw;
  z-index: 8;
  display: flex;
  align-items: center;
  gap: .75vw;
  font-size: .66vw;
  letter-spacing: .18em;
  opacity: .78;
}

.scroll-cue i {
  position: relative;
  display: block;
  width: 2.7vw;
  height: 1px;
  background: currentColor;
}

.scroll-cue i::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  width: .42vw;
  height: .42vw;
  transform: translateY(-50%) rotate(-45deg);
  border-right: 1px solid currentColor;
  border-bottom: 1px solid currentColor;
}

/* --------------------------------------------------------------------------
   Content sections
   -------------------------------------------------------------------------- */
.content-section {
  position: relative;
  overflow: hidden;
  border-top: 1px solid var(--line);
  background: #fff;
  color: var(--ink);
}

.section-shell {
  width: min(88vw, 1380px);
  margin: 0 auto;
}

.eyebrow {
  margin: 0 0 1.2rem;
  color: #777;
  font-size: .72rem;
  line-height: 1;
  letter-spacing: .18em;
  text-transform: uppercase;
}

.section-heading {
  display: grid;
  grid-template-columns: minmax(0,1.25fr) minmax(260px,.75fr);
  align-items: end;
  gap: 7vw;
  margin-bottom: 4.5rem;
}

.section-heading h2,
.about-heading h2,
.contact-heading h2 {
  margin: 0;
  color: #111;
  font-size: clamp(3.1rem, 6.2vw, 6.8rem);
  line-height: .92;
  letter-spacing: -.055em;
  font-weight: 600;
}

.section-intro {
  max-width: 31rem;
  margin: 0 0 .55rem;
  color: var(--muted);
  font-size: clamp(1rem, 1.25vw, 1.2rem);
  line-height: 1.6;
}

.products-section {
  padding: 9rem 0 8.5rem;
}

.product-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0,1fr));
  gap: 3.4rem 1.25rem;
}

.product-card {
  min-width: 0;
  color: #111;
}

.product-card-visual {
  position: relative;
  display: grid;
  place-items: center;
  aspect-ratio: 1 / 1.08;
  overflow: hidden;
  border-radius: .8rem;
  background: var(--surface);
}

.product-card-visual::after {
  content: "";
  position: absolute;
  left: 24%;
  right: 24%;
  bottom: 8%;
  height: 4%;
  border-radius: 50%;
  background: rgba(0,0,0,.12);
  filter: blur(14px);
}

.product-card-visual > img {
  position: relative;
  z-index: 1;
  width: 78%;
  height: 78%;
  object-fit: contain;
  filter: drop-shadow(0 1rem .75rem rgba(0,0,0,.16));
  transition: transform .45s cubic-bezier(.2,.75,.2,1), opacity .16s ease;
  will-change: transform, opacity;
}

.product-card:hover .product-card-visual > img {
  transform: translateY(-2%) scale(1.035);
}

.product-card-visual > img.gallery-changing {
  transform: scale(.985);
  opacity: .28;
}

.product-card-meta {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 1rem;
  padding: 1rem .15rem 0;
}

.product-card-meta span {
  display: block;
  color: #888;
  font-size: .64rem;
  letter-spacing: .14em;
}

.product-card-meta h3 {
  margin: .38rem 0 0;
  font-size: 1.08rem;
  line-height: 1.15;
  font-weight: 500;
  letter-spacing: -.025em;
}

.round-arrow {
  display: grid;
  flex: 0 0 auto;
  place-items: center;
  width: 2.25rem;
  height: 2.25rem;
  border: 1px solid #d8d8d4;
  border-radius: 50%;
  color: #222;
  font-size: .9rem;
  letter-spacing: 0;
  transition: background .22s ease, color .22s ease, border-color .22s ease;
}

.product-card:hover .round-arrow {
  border-color: #111;
  background: #111;
  color: #fff;
}

.product-thumbs {
  display: grid;
  grid-template-columns: repeat(5,minmax(0,1fr));
  gap: .55rem;
  margin-top: .7rem;
}

.product-thumb {
  position: relative;
  width: 100%;
  aspect-ratio: 1;
  padding: .28rem;
  overflow: hidden;
  border: 1px solid transparent;
  border-radius: .55rem;
  background: var(--surface);
  cursor: pointer;
  transition: border-color .2s ease, background-color .2s ease, transform .2s ease;
}

.product-thumb::after {
  content: "";
  position: absolute;
  inset: auto 22% 9%;
  height: 5%;
  border-radius: 50%;
  background: rgba(0,0,0,.09);
  filter: blur(5px);
}

.product-thumb img {
  position: relative;
  z-index: 1;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  pointer-events: none;
}

.product-thumb:hover {
  transform: translateY(-1px);
  border-color: #c8c8c3;
}

.product-thumb.active {
  border-color: #111;
  background: #fff;
}

.about-section {
  padding: 9rem 0;
}

.about-shell,
.contact-shell {
  display: grid;
  grid-template-columns: minmax(0,.85fr) minmax(0,1.15fr);
  align-items: start;
  gap: 10vw;
}

.about-copy,
.contact-card {
  padding-top: .4rem;
}

.about-lead {
  max-width: 44rem;
  margin: 0 0 3rem;
  color: #202020;
  font-size: clamp(1.5rem,2.2vw,2.25rem);
  line-height: 1.35;
  letter-spacing: -.035em;
}

.about-columns {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2.5rem;
  max-width: 48rem;
}

.about-columns p {
  margin: 0;
  color: var(--muted);
  font-size: 1rem;
  line-height: 1.72;
}

.text-link {
  display: inline-flex;
  align-items: center;
  gap: .75rem;
  margin-top: 3.5rem;
  padding-bottom: .4rem;
  border-bottom: 1px solid #222;
  color: #111;
  font-size: .72rem;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.contact-section {
  padding: 9rem 0 2rem;
}

.contact-card > p {
  max-width: 35rem;
  margin: 0 0 3rem;
  color: var(--muted);
  font-size: clamp(1.1rem,1.5vw,1.4rem);
  line-height: 1.55;
}

.contact-links {
  display: grid;
  border-top: 1px solid #ddd;
}

.contact-links a {
  display: grid;
  grid-template-columns: 6rem 1fr auto;
  align-items: center;
  gap: 1rem;
  padding: 1.7rem 0;
  border-bottom: 1px solid #ddd;
  color: #111;
}

.contact-links small {
  color: #888;
  font-size: .66rem;
  letter-spacing: .16em;
}

.contact-links strong {
  font-size: clamp(1.2rem,2vw,2rem);
  font-weight: 500;
  letter-spacing: -.035em;
}

.contact-links span {
  display: grid;
  place-items: center;
  width: 3rem;
  height: 3rem;
  border: 1px solid #d4d4d0;
  border-radius: 50%;
  transition: background .22s ease, color .22s ease;
}

.contact-links a:hover span {
  background: #111;
  color: #fff;
}

.site-footer {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  width: min(88vw,1380px);
  margin: 9rem auto 0;
  padding: 1.5rem 0 0;
  gap: 2rem;
  border-top: 1px solid #e2e2df;
  color: #333;
  font-size: .68rem;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.site-footer > p {
  margin: 0;
  color: #888;
  text-align: center;
}

.site-footer > a:last-child {
  justify-self: end;
}

.footer-brand {
  width: 3rem;
  height: 3rem;
  overflow: hidden;
  border-radius: .45rem;
}

.footer-brand img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.reveal {
  transform: none;
  opacity: 1;
}

.reveal-enabled .reveal {
  transition: opacity .65s ease, transform .65s cubic-bezier(.2,.75,.2,1);
}

.reveal-enabled .reveal:not(.in-view) {
  transform: translateY(1.4rem);
  opacity: 0;
}

/* --------------------------------------------------------------------------
   Responsive: short/wide screens
   -------------------------------------------------------------------------- */
@media (min-aspect-ratio: 2/1) {
  .copy-panel { top: 10.5vw; }
  .copy-panel h1 { font-size: 3.25vw; }
  .copy-panel p { font-size: .93vw; line-height: 1.35; }
  .cta { margin-top: 1.7vw; }
  .contact-panel { top: 11.8vw; }
  .jacket { width: 28.5vw; }
  .tagline { bottom: 2.7vw; }
}

@media (max-height: 560px) and (min-aspect-ratio: 1/1) {
  .brand { top: 1.25vw; width: 6vw; height: 6vw; }
  .nav-pill { top: 1.1vw; min-width: 42vw; height: 4.6vw; font-size: .72vw; }
  .nav-pill a { height: 3.2vw; padding-inline: .95vw; }
  .actions { top: 2.8vw; }
  .copy-panel { top: 9.2vw; width: 31vw; }
  .copy-panel h1 { margin-bottom: .9vw; font-size: 3.05vw; }
  .copy-panel p { width: 28vw; font-size: .86vw; line-height: 1.3; }
  .arrows { margin-bottom: .8vw; }
  .cta { height: 2.45vw; margin-top: 1.15vw; }
  .contact-panel { top: 9.7vw; }
  .phone-number { font-size: 1.75vw; }
  .email-kicker { margin-top: 1.4vw; }
  .email-address { font-size: .9vw; }
  .jacket { width: 28vw; }
  .tagline { bottom: 2.2vw; font-size: 1.35vw; }
  .socials { bottom: 3vw; }
}

/* --------------------------------------------------------------------------
   Responsive: portrait tablets and phones
   -------------------------------------------------------------------------- */
@media (max-width: 900px) and (max-aspect-ratio: 1/1) {
  .topbar { height: 21vw; }

  .brand {
    left: 4.8vw;
    top: 4.2vw;
    width: 13vw;
    height: 13vw;
    border-radius: 1.4vw;
  }

  .nav-pill {
    left: auto;
    right: 4.5vw;
    top: 4.7vw;
    width: 72vw;
    min-width: 0;
    height: 8.2vw;
    padding: 1vw;
    gap: .2vw;
    transform: none;
    overflow: hidden;
    font-size: 1.45vw;
  }

  .nav-pill a {
    display: flex;
    justify-content: center;
    height: 6.1vw;
    padding-inline: 1.15vw;
  }

  .actions { display: none; }

  .copy-panel {
    left: 6vw;
    top: 24vw;
    width: 88vw;
  }

  .arrows {
    margin-bottom: 3vw;
  }

  .arrows button {
    width: 5vw;
    height: 5vw;
    font-size: 5vw;
  }

  .copy-panel h1 {
    margin-bottom: 3.4vw;
    font-size: 8.3vw;
    line-height: .95;
  }

  .copy-panel p {
    width: 74vw;
    font-size: 2.65vw;
    line-height: 1.45;
  }

  .cta {
    min-width: 26vw;
    height: 7vw;
    margin-top: 4.3vw;
    border-radius: 4vw;
    font-size: 2.2vw;
  }

  .cta span { font-size: 3.6vw; }

  .product-zone {
    --current-x: 51%;
    --current-y: 60%;
    --preview-x: 35vw;
    --preview-y: 17.3dvh;
    --preview-scale: .29;
    --exit-x: 5vw;
    --exit-y: -26dvh;
    --exit-scale: .38;
    top: 28vw;
  }

  .jacket { width: 58vw; }

  .product-shadow {
    left: 51%;
    top: 73%;
    width: 38vw;
    height: 4vw;
  }

  .tagline {
    left: 50%;
    bottom: 10vw;
    font-size: 3.2vw;
  }

  .contact-panel {
    right: 5vw;
    top: 49vw;
    width: 35vw;
    text-align: right;
  }

  .contact-kicker { margin-bottom: 1vw; font-size: 1.7vw; }
  .phone-number { font-size: 4vw; }
  .email-kicker { margin-top: 3.2vw; }
  .email-address { padding-bottom: .5vw; font-size: 2.25vw; }

  .socials {
    left: 6vw;
    bottom: 6vw;
    gap: 5vw;
    font-size: 3vw;
  }

  .scroll-cue { display: none; }

  .products-section,
  .about-section,
  .contact-section {
    padding-top: 7.5rem;
    padding-bottom: 7.5rem;
  }

  .section-heading {
    grid-template-columns: 1fr;
    gap: 2rem;
    margin-bottom: 3.5rem;
  }

  .section-intro { max-width: 38rem; }

  .about-shell,
  .contact-shell {
    grid-template-columns: 1fr;
    gap: 3rem;
  }

  .about-copy,
  .contact-card { padding-top: 0; }
}

@media (max-width: 620px) and (max-aspect-ratio: 1/1) {
  .brand {
    left: 5vw;
    top: 4.7vw;
    width: 14.5vw;
    height: 14.5vw;
  }

  .nav-pill {
    right: 4.5vw;
    top: 4.8vw;
    display: grid;
    grid-template-columns: 1fr 1fr;
    width: 70vw;
    height: auto;
    min-height: 14.5vw;
    padding: 1.2vw;
    gap: .7vw;
    border-radius: 4vw;
    font-size: 2.25vw;
  }

  .nav-pill a {
    width: 100%;
    height: 5.6vw;
    padding-inline: .8vw;
    border-radius: 3vw;
  }

  .copy-panel { top: 24vw; }

  .contact-panel {
    right: 5vw;
    top: auto;
    bottom: 19vw;
    width: 48vw;
  }

  .contact-kicker { margin-bottom: 1.2vw; font-size: 2.25vw; }
  .phone-number { font-size: 5.1vw; }
  .email-kicker { margin-top: 3.2vw; }
  .email-address { padding-bottom: .65vw; font-size: 3.05vw; }

  .section-shell { width: 88vw; }

  .products-section,
  .about-section,
  .contact-section {
    padding-top: 6.5rem;
    padding-bottom: 6.5rem;
  }

  .section-heading h2,
  .about-heading h2,
  .contact-heading h2 {
    font-size: 14vw;
  }

  .product-grid {
    grid-template-columns: 1fr;
    gap: 2.8rem;
  }

  .product-card-visual { aspect-ratio: 1 / 1.02; }
  .product-thumbs { gap: .45rem; margin-top: .55rem; }
  .product-thumb { padding: .2rem; border-radius: .45rem; }

  .about-columns {
    grid-template-columns: 1fr;
    gap: 1.35rem;
  }

  .about-lead {
    margin-bottom: 2.2rem;
    font-size: 1.4rem;
  }

  .contact-links a {
    grid-template-columns: 1fr auto;
    gap: .75rem;
  }

  .contact-links small { grid-column: 1 / -1; }
  .contact-links strong { overflow-wrap: anywhere; font-size: 5.35vw; }

  .site-footer {
    grid-template-columns: auto 1fr;
    width: 88vw;
    margin-top: 6rem;
  }

  .site-footer > p { display: none; }
  .site-footer > a:last-child { justify-self: end; }
}

@media (max-width: 520px) and (max-aspect-ratio: 1/1) {
  .copy-panel h1 {
    margin-bottom: 3.8vw;
    font-size: 9.4vw;
    line-height: .92;
  }

  .copy-panel p {
    width: 82vw;
    max-width: 34rem;
    font-size: 3.05vw;
    line-height: 1.42;
  }

  .arrows {
    gap: 1.3vw;
    margin-bottom: 3.1vw;
  }

  .arrows button {
    width: 7vw;
    height: 7vw;
    font-size: 6.6vw;
  }

  .cta {
    min-width: 32vw;
    height: 8.8vw;
    margin-top: 4.4vw;
    border-radius: 5vw;
    font-size: 2.7vw;
  }

  .cta span { font-size: 4.5vw; }

  .product-zone {
    --current-x: 50%;
    --current-y: 60%;
    --preview-x: 34vw;
    --preview-y: 14.6dvh;
    --preview-scale: .27;
    --exit-x: 4vw;
    --exit-y: -22dvh;
    --exit-scale: .36;
    top: 44vw;
  }

  .jacket {
    width: 69vw;
    max-width: 390px;
  }

  .product-shadow {
    left: 50%;
    top: 76%;
    width: 43vw;
    height: 4.7vw;
  }

  .tagline {
    bottom: 9vw;
    font-size: 3.8vw;
  }

  .socials {
    left: 6vw;
    bottom: 6vw;
    gap: 6vw;
    font-size: 3.5vw;
  }
}

@media (max-width: 520px) and (max-height: 700px) {
  .copy-panel p {
    max-width: 72vw;
    font-size: 2.65vw;
  }

  .product-zone {
    --preview-y: 15.9dvh;
    top: 39vw;
  }

  .jacket { width: 58vw; }
  .contact-panel { bottom: 18vw; }
  .socials { bottom: 4.5vw; }
}

@media (max-width: 380px) and (max-aspect-ratio: 1/1) {
  .brand { width: 16vw; height: 16vw; }
  .nav-pill { width: 68vw; font-size: 2.1vw; }
  .phone-number { font-size: 4.8vw; }
  .email-address { font-size: 2.8vw; }
}

@media (max-width: 1180px) and (min-width: 621px) {
  .product-grid {
    grid-template-columns: repeat(2,minmax(0,1fr));
    gap: 3.2rem 1.35rem;
  }

  .section-heading,
  .about-shell,
  .contact-shell {
    gap: 6vw;
  }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }

  .background,
  .nav-pill a,
  .phone-number,
  .email-address,
  .product-card-visual > img,
  .round-arrow,
  .product-thumb,
  .contact-links span,
  .reveal-enabled .reveal {
    transition: none;
  }

  .showcase.is-switching-forward .jacket.current,
  .showcase.is-switching-forward .jacket.next,
  .showcase.is-switching-forward .jacket.future,
  .showcase.is-switching-backward .jacket.current,
  .showcase.is-switching-backward .jacket.next,
  .showcase.is-switching-backward .jacket.future,
  .showcase.is-switching-forward .product-shadow,
  .showcase.is-switching-backward .product-shadow {
    animation: none;
  }

  .reveal-enabled .reveal {
    transform: none;
    opacity: 1;
  }
}
