html {
  -webkit-text-size-adjust: 100%;
}

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

body.home {
  min-width: 320px;
  margin: 0;
  overflow-x: clip;
  color: #171717;
  background: #f6f6f3;
  font-family: "Space Grotesk", system-ui, -apple-system, "Segoe UI", sans-serif;
}

body.home :where(button, input, select, textarea) {
  font: inherit;
}

body.home :where(img, picture, svg) {
  max-width: 100%;
}

body.home .screen-reader-text {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  clip-path: inset(50%) !important;
  border: 0 !important;
  white-space: nowrap !important;
}

body.home [hidden] {
  display: none !important;
}

body.home {
  --ea-home-paper: #ffffff;
  --ea-home-canvas: #f6f6f3;
  --ea-home-ink: #171717;
  --ea-home-muted: #62625e;
  --ea-home-line: #d4d4ce;
  --ea-home-accent: #a9482c;
  --ea-accent: #171717;
  --ea-brass: #4b4b48;
  --ea-dark: #171717;
  --ea-light: #f6f6f3;
  --ea-cream-light: #ffffff;
  --ea-cream-dark: #deded8;
  --ea-border: #20201e;
}

body.home main.ea-home > section {
  border-color: var(--ea-home-line);
}

/* Hero: stable first-paint geometry with the product image fully in frame. */
body.home .ea-home-hero {
  position: relative;
  width: 100%;
  min-height: 640px;
  overflow: hidden;
  color: var(--ea-home-ink);
  border: 0;
  border-bottom: 1px solid var(--ea-home-line);
  background: var(--ea-home-paper);
}

body.home .ea-home-hero__inner {
  position: relative;
  width: min(100%, 1440px);
  min-height: 640px;
  margin: 0 auto;
  padding: 0 56px 78px;
  overflow: hidden;
}

body.home .ea-home-hero__copy {
  position: relative;
  z-index: 2;
  width: 46%;
  max-width: 600px;
  padding-top: 68px;
}

body.home .ea-home-hero__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin: 0 0 19px;
  color: #52524f;
  font: 800 11px/1.2 "Space Grotesk", system-ui, sans-serif;
  text-transform: uppercase;
}

body.home .ea-home-hero__eyebrow::before {
  width: 30px;
  height: 2px;
  flex: 0 0 30px;
  background: var(--ea-home-accent);
  content: "";
}

body.home .ea-home-hero h1 {
  max-width: 600px;
  margin: 0;
  color: var(--ea-home-ink);
  font: 800 68px/.95 "Outfit", system-ui, sans-serif;
  text-transform: none;
}

body.home .ea-home-hero__promise {
  max-width: 560px;
  margin: 18px 0 0;
  color: #2c2c29;
  font: italic 600 28px/1.16 Georgia, "Times New Roman", serif;
}

body.home .ea-home-hero__lead {
  max-width: 540px;
  margin: 18px 0 0;
  color: var(--ea-home-muted);
  font: 500 16px/1.55 "Space Grotesk", system-ui, sans-serif;
}

body.home .ea-home-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 26px;
}

body.home .ea-home-hero__button {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  padding: 0 21px;
  border: 1px solid var(--ea-home-ink);
  border-radius: 4px;
  color: var(--ea-home-ink);
  background: var(--ea-home-paper);
  font: 800 12px/1 "Space Grotesk", system-ui, sans-serif;
  text-decoration: none;
  text-transform: uppercase;
  transition: color 160ms ease, background-color 160ms ease, transform 160ms ease;
}

body.home .ea-home-hero__button--primary {
  color: #fff;
  background: var(--ea-home-ink);
}

body.home .ea-home-hero__button:hover {
  color: #fff;
  background: #343431;
  transform: translateY(-1px);
}

body.home .ea-home-hero__button:focus-visible {
  outline: 3px solid rgba(169, 72, 44, .34);
  outline-offset: 3px;
}

body.home .ea-home-hero__media {
  position: absolute;
  z-index: 1;
  right: 0;
  bottom: 78px;
  width: min(59%, 790px);
  pointer-events: none;
}

body.home .ea-home-hero__media picture,
body.home .ea-home-hero__media img {
  display: block;
  width: 100%;
}

body.home .ea-home-hero__media img {
  height: auto;
  object-fit: contain;
  filter: drop-shadow(0 24px 22px rgba(23, 23, 23, .11));
}

body.home .ea-home-hero__facts {
  position: absolute;
  z-index: 3;
  right: 56px;
  bottom: 0;
  left: 56px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  min-height: 78px;
  border-top: 1px solid var(--ea-home-line);
  background: rgba(255, 255, 255, .96);
}

body.home .ea-home-hero__fact {
  display: grid;
  align-content: center;
  min-width: 0;
  padding: 12px 20px;
  border-right: 1px solid var(--ea-home-line);
}

body.home .ea-home-hero__fact:last-child {
  border-right: 0;
}

body.home .ea-home-hero__fact strong,
body.home .ea-home-hero__fact span {
  display: block;
}

body.home .ea-home-hero__fact strong {
  color: var(--ea-home-ink);
  font: 800 11px/1.2 "Space Grotesk", system-ui, sans-serif;
  text-transform: uppercase;
}

body.home .ea-home-hero__fact span {
  margin-top: 4px;
  overflow: hidden;
  color: #70706b;
  font: 600 11px/1.3 "Space Grotesk", system-ui, sans-serif;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/* Categories: one image, one label, one destination per item. */
body.home .ea-collections {
  position: relative;
  padding: 58px 24px 64px;
  overflow: hidden;
  border-bottom: 1px solid var(--ea-home-line);
  color: var(--ea-home-ink);
  background: var(--ea-home-paper);
}

body.home .ea-collections__inner {
  width: min(100%, 1360px);
  margin: 0 auto;
}

body.home .ea-collections__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  margin: 0 0 24px;
}

body.home .ea-collections__title {
  margin: 0;
  color: var(--ea-home-ink);
  font: 800 46px/1 "Outfit", system-ui, sans-serif;
  text-transform: none;
}

body.home .ea-collections__action {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  justify-content: center;
  padding: 0 17px;
  border: 1px solid var(--ea-home-ink);
  border-radius: 4px;
  color: var(--ea-home-ink);
  background: var(--ea-home-paper);
  font: 800 11px/1 "Space Grotesk", system-ui, sans-serif;
  text-decoration: none;
  text-transform: uppercase;
}

body.home .ea-collections__action:hover {
  color: #fff;
  background: var(--ea-home-ink);
}

body.home .ea-collections__action:focus-visible,
body.home .ea-category-index__link:focus-visible {
  outline: 3px solid rgba(169, 72, 44, .34);
  outline-offset: 3px;
}

body.home .ea-category-index {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

body.home .ea-category-index .ea-collection-card {
  display: block;
  min-width: 0;
  min-height: 0;
  overflow: visible;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  transform: none;
}

body.home .ea-category-index .ea-collection-card::before,
body.home .ea-category-index .ea-collection-card::after {
  display: none;
  content: none;
}

body.home .ea-category-index__link {
  display: block;
  height: 100%;
  overflow: hidden;
  border: 1px solid var(--ea-home-line);
  border-radius: 4px;
  color: var(--ea-home-ink);
  background: var(--ea-home-paper);
  text-decoration: none;
  transition: border-color 160ms ease;
}

body.home .ea-category-index__link:hover {
  border-color: var(--ea-home-ink);
}

body.home .ea-category-index .ea-collection-card__hero {
  aspect-ratio: 4 / 3;
  overflow: hidden;
  border-bottom: 1px solid var(--ea-home-line);
  background: var(--ea-home-canvas);
}

body.home .ea-category-index .ea-collection-card__image {
  display: block;
  width: 100%;
  height: 100%;
  padding: 22px;
  object-fit: contain;
  transition: transform 180ms ease;
}

body.home .ea-category-index__link:hover .ea-collection-card__image {
  transform: scale(1.025);
}

body.home .ea-category-index .ea-collection-card__content {
  display: flex;
  min-height: 78px;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 15px 18px;
  background: var(--ea-home-paper);
}

body.home .ea-category-index .ea-collection-card__title {
  margin: 0;
  color: var(--ea-home-ink);
  font: 800 25px/1.05 "Outfit", system-ui, sans-serif;
}

body.home .ea-category-index .ea-collection-card__meta {
  display: block;
  margin-top: 6px;
  color: #686864;
  font: 800 10px/1.2 "Space Grotesk", system-ui, sans-serif;
  text-transform: uppercase;
}

body.home .ea-category-index__arrow {
  flex: 0 0 auto;
  color: var(--ea-home-accent);
  font: 500 24px/1 "Space Grotesk", system-ui, sans-serif;
  transition: transform 160ms ease;
}

body.home .ea-category-index__link:hover .ea-category-index__arrow {
  transform: translateX(3px);
}

/* Gallery: two attached, non-scrollable tracks moving in opposite directions. */
body.home .ea-workshop-slides {
  position: relative;
  padding: 0;
  overflow: hidden;
  border: 0;
  background: var(--ea-home-paper);
}

body.home .ea-workshop-slides__rows {
  display: grid;
  gap: 0;
}

body.home .ea-workshop-slides__rail {
  position: relative;
  width: 100%;
  padding: 0;
  overflow: hidden;
  border: 0;
  background: transparent;
}

body.home .ea-workshop-slides__track {
  display: flex;
  width: max-content;
  animation: eaWorkshopLeft 46s linear infinite;
  animation-play-state: paused;
  will-change: transform;
}

body.home .ea-workshop-slides__rail--reverse .ea-workshop-slides__track {
  animation-name: eaWorkshopRight;
  animation-duration: 52s;
}

body.home .ea-workshop-slides.is-images-ready .ea-workshop-slides__track {
  animation-play-state: running;
}

body.home .ea-workshop-slides__group {
  display: flex;
  flex: none;
  gap: 0;
  padding: 0;
}

body.home .ea-workshop-slide {
  position: relative;
  width: 31vw;
  min-width: 286px;
  max-width: 460px;
  flex: none;
  margin: 0;
  overflow: hidden;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: #e8e8e4;
  cursor: zoom-in;
}

body.home .ea-workshop-slide__image-stage {
  aspect-ratio: 16 / 9;
  overflow: hidden;
  border: 0;
  background: #e8e8e4;
}

body.home .ea-workshop-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: var(--ea-reel-focus, 50% 50%);
  transition: transform 220ms ease;
}

body.home .ea-workshop-slide:hover img {
  transform: scale(1.025);
}

body.home .ea-workshop-slide:focus-visible {
  z-index: 2;
  outline: 3px solid #fff;
  outline-offset: -4px;
}

body.home .ea-workshop-slides:hover .ea-workshop-slides__track,
body.home .ea-workshop-slides:focus-within .ea-workshop-slides__track {
  animation-play-state: paused;
}

@keyframes eaWorkshopLeft {
  from { transform: translate3d(0, 0, 0); }
  to { transform: translate3d(-50%, 0, 0); }
}

@keyframes eaWorkshopRight {
  from { transform: translate3d(-50%, 0, 0); }
  to { transform: translate3d(0, 0, 0); }
}

/* Featured products: one clear section title, no duplicate pitch or metrics. */
body.home .ea-featured-products {
  padding: 64px 24px 78px;
  overflow: hidden;
  border-bottom: 1px solid var(--ea-home-line);
  background: var(--ea-home-canvas);
  background-image: none;
}

body.home .ea-featured-products__grid-bg {
  display: none;
}

body.home .ea-featured-products__inner {
  width: min(100%, 1360px);
  margin: 0 auto;
}

body.home .ea-featured-products__header {
  width: 100%;
  max-width: none;
  margin: 0 0 28px;
  padding: 0;
}

body.home .ea-featured-products__title {
  margin: 0;
  color: var(--ea-home-ink);
  font: 800 46px/1 "Outfit", system-ui, sans-serif;
  text-transform: none;
}

/* Reviews: a quiet editorial proof rail rather than nested promotional cards. */
body.home .ea-owner-proof {
  padding: 48px 24px 52px;
  border-top: 0;
  border-bottom: 1px solid var(--ea-home-line);
  background: var(--ea-home-paper);
}

body.home .ea-owner-proof__inner {
  width: min(100%, 1360px);
  margin: 0 auto;
}

body.home .ea-owner-proof__header {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 28px;
  margin: 0;
  padding: 0 0 18px;
  border-bottom: 1px solid var(--ea-home-ink);
}

body.home .ea-owner-proof__header h2 {
  margin: 0;
  color: var(--ea-home-ink);
  font: 800 36px/1 "Outfit", system-ui, sans-serif;
  text-transform: none;
}

body.home .ea-owner-proof__summary {
  display: flex;
  align-items: baseline;
  gap: 10px;
  padding: 0;
  border: 0;
}

body.home .ea-owner-proof__summary strong {
  color: var(--ea-home-ink);
  font: 800 22px/1 "Space Grotesk", system-ui, sans-serif;
  white-space: nowrap;
}

body.home .ea-owner-proof__summary span {
  color: var(--ea-home-muted);
  font: 700 11px/1.2 "Space Grotesk", system-ui, sans-serif;
  text-transform: uppercase;
  white-space: nowrap;
}

body.home .ea-owner-proof__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0;
  border-bottom: 1px solid var(--ea-home-line);
}

body.home .ea-owner-proof__review {
  display: flex;
  min-width: 0;
  flex-direction: column;
  padding: 22px 24px 24px;
  border: 0;
  border-right: 1px solid var(--ea-home-line);
  border-radius: 0;
  color: var(--ea-home-ink);
  background: transparent;
}

body.home .ea-owner-proof__review:last-child {
  border-right: 0;
}

body.home .ea-owner-proof__review-top {
  display: grid;
  gap: 12px;
  padding: 0;
  border: 0;
}

body.home .ea-owner-proof__stars {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: var(--ea-home-accent);
  font: 700 14px/1 "Space Grotesk", system-ui, sans-serif;
}

body.home .ea-owner-proof__stars strong {
  color: #686864;
  font: 800 11px/1 "Space Grotesk", system-ui, sans-serif;
}

body.home .ea-owner-proof__review-top a {
  width: fit-content;
  color: #555552;
  font: 800 11px/1.25 "Space Grotesk", system-ui, sans-serif;
  text-decoration: underline;
  text-underline-offset: 4px;
}

body.home .ea-owner-proof__review blockquote {
  flex: 1;
  margin: 20px 0 24px;
  color: #252523;
  font: 500 17px/1.46 Georgia, "Times New Roman", serif;
}

body.home .ea-owner-proof__reviewer {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 16px;
  margin-top: auto;
}

body.home .ea-owner-proof__reviewer strong,
body.home .ea-owner-proof__reviewer small {
  display: block;
}

body.home .ea-owner-proof__reviewer strong {
  color: var(--ea-home-ink);
  font: 800 14px/1.25 "Space Grotesk", system-ui, sans-serif;
}

body.home .ea-owner-proof__reviewer small {
  margin-top: 4px;
  color: #70706b;
  font: 600 11px/1.35 "Space Grotesk", system-ui, sans-serif;
}

body.home .ea-owner-proof__verified {
  color: #356353;
  font: 800 10px/1.2 "Space Grotesk", system-ui, sans-serif;
  text-align: right;
  text-transform: uppercase;
  white-space: nowrap;
}

@media (max-width: 1100px) {
  body.home .ea-home-hero,
  body.home .ea-home-hero__inner {
    min-height: 840px;
  }

  body.home .ea-home-hero__inner {
    padding: 0 32px 86px;
  }

  body.home .ea-home-hero__copy {
    width: 100%;
    max-width: 620px;
    padding-top: 46px;
  }

  body.home .ea-home-hero h1 {
    max-width: 620px;
    font-size: 58px;
  }

  body.home .ea-home-hero__media {
    right: 20px;
    bottom: 86px;
    width: min(62%, 620px);
  }

  body.home .ea-home-hero__facts {
    right: 32px;
    left: 32px;
    min-height: 86px;
  }

  body.home .ea-owner-proof__review {
    padding-inline: 22px;
  }
}

@media (max-width: 760px) {
  body.home .ea-home-hero,
  body.home .ea-home-hero__inner {
    min-height: 780px;
  }

  body.home .ea-home-hero__inner {
    padding: 0 18px 96px;
  }

  body.home .ea-home-hero__copy {
    max-width: 560px;
    padding-top: 30px;
  }

  body.home .ea-home-hero__eyebrow {
    margin-bottom: 15px;
    font-size: 10px;
  }

  body.home .ea-home-hero h1 {
    max-width: 500px;
    font-size: 42px;
    line-height: .98;
  }

  body.home .ea-home-hero__promise {
    margin-top: 13px;
    font-size: 23px;
  }

  body.home .ea-home-hero__lead {
    max-width: 500px;
    margin-top: 13px;
    font-size: 14px;
    line-height: 1.48;
  }

  body.home .ea-home-hero__actions {
    margin-top: 19px;
  }

  body.home .ea-home-hero__button {
    min-height: 46px;
    padding-inline: 15px;
    font-size: 10px;
  }

  body.home .ea-home-hero__media {
    right: 0;
    bottom: 96px;
    left: 0;
    width: min(100%, 560px);
    margin-inline: auto;
    transform: none;
  }

  body.home .ea-home-hero__facts {
    right: 12px;
    left: 12px;
    min-height: 96px;
  }

  body.home .ea-home-hero__fact {
    padding: 10px 8px;
  }

  body.home .ea-home-hero__fact strong {
    font-size: 9px;
  }

  body.home .ea-home-hero__fact span {
    font-size: 9px;
  }

  body.home .ea-collections {
    padding: 44px 14px 48px;
  }

  body.home .ea-collections__header {
    gap: 14px;
    margin-bottom: 18px;
  }

  body.home .ea-collections__title {
    font-size: 34px;
  }

  body.home .ea-collections__action {
    min-height: 42px;
    padding-inline: 13px;
    font-size: 10px;
  }

  body.home .ea-category-index {
    grid-template-columns: minmax(0, 1fr);
    gap: 10px;
  }

  body.home .ea-category-index__link {
    display: grid;
    grid-template-columns: 132px minmax(0, 1fr);
  }

  body.home .ea-category-index .ea-collection-card__hero {
    aspect-ratio: 1 / 1;
    border-right: 1px solid var(--ea-home-line);
    border-bottom: 0;
  }

  body.home .ea-category-index .ea-collection-card__image {
    padding: 12px;
  }

  body.home .ea-category-index .ea-collection-card__content {
    min-height: 132px;
    padding: 14px 16px;
  }

  body.home .ea-category-index .ea-collection-card__title {
    font-size: 22px;
  }

  body.home .ea-workshop-slide {
    width: 74vw;
    min-width: 250px;
  }

  body.home .ea-workshop-slides__track {
    animation-duration: 38s;
  }

  body.home .ea-workshop-slides__rail--reverse .ea-workshop-slides__track {
    animation-duration: 42s;
  }

  body.home .ea-featured-products {
    padding: 48px 14px 62px;
  }

  body.home .ea-featured-products__header {
    margin-bottom: 20px;
  }

  body.home .ea-featured-products__title {
    font-size: 34px;
  }

  body.home .ea-owner-proof {
    padding: 38px 18px 42px;
  }

  body.home .ea-owner-proof__header h2 {
    font-size: 30px;
  }

  body.home .ea-owner-proof__header {
    align-items: flex-start;
    flex-direction: column;
    gap: 14px;
  }

  body.home .ea-owner-proof__summary strong {
    font-size: 23px;
  }

  body.home .ea-owner-proof__grid {
    display: flex;
    gap: 10px;
    padding: 10px 0 2px;
    overflow-x: auto;
    overflow-y: hidden;
    border-bottom: 0;
    scroll-padding-inline: 0;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
  }

  body.home .ea-owner-proof__grid::-webkit-scrollbar {
    display: none;
  }

  body.home .ea-owner-proof__review,
  body.home .ea-owner-proof__review:last-child {
    width: min(82vw, 320px);
    min-height: 250px;
    flex: 0 0 min(82vw, 320px);
    padding: 20px;
    border: 1px solid var(--ea-home-line);
    border-radius: 4px;
    background: var(--ea-home-paper);
    scroll-snap-align: start;
  }

  body.home .ea-owner-proof__review blockquote {
    margin: 18px 0 22px;
    font-size: 16px;
  }

}

@media (max-width: 420px) {
  body.home .ea-home-hero,
  body.home .ea-home-hero__inner {
    min-height: 680px;
  }

  body.home .ea-home-hero h1 {
    font-size: 38px;
  }

  body.home .ea-collections__title {
    font-size: 30px;
  }

  body.home .ea-collections__action {
    padding-inline: 10px;
  }

  body.home .ea-home-hero__actions {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  body.home .ea-home-hero__button {
    width: 100%;
  }

  body.home .ea-owner-proof__reviewer {
    align-items: flex-start;
    flex-direction: column;
    gap: 12px;
  }

  body.home .ea-owner-proof__verified {
    text-align: left;
  }
}

@media (prefers-reduced-motion: reduce) {
  body.home .ea-home-hero__button,
  body.home .ea-workshop-slide img {
    transition: none;
  }

  body.home .ea-workshop-slides__rail {
    overflow: hidden;
  }

  body.home .ea-workshop-slides__track,
  body.home .ea-workshop-slides__rail--reverse .ea-workshop-slides__track {
    animation: none;
    transform: none;
    will-change: auto;
  }
}
