body[data-page="home"] {
  background: #fff;
}

.site-main--home {
  padding-top: 88px;
}

.home-hero {
  width: 100%;
  margin: 0;
  background: #fff;
}

.home-hero__visual {
  position: relative;
  min-height: clamp(420px, 54vw, 610px);
  background:
    linear-gradient(90deg, rgba(0, 0, 0, 0.48) 0%, rgba(0, 0, 0, 0.18) 33%, rgba(0, 0, 0, 0.04) 58%, rgba(255, 255, 255, 0.08) 100%),
    url("../img/arbreda-slide.jpg") center center / cover no-repeat;
}

.home-hero__body {
  position: relative;
  z-index: 1;
  padding: 124px 68px;
}

.home-hero__title,
.home-hero__subtitle,
.home-hero__message {
  margin: 0;
  color: #fff;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-shadow: 0 4px 18px rgba(0, 0, 0, 0.28);
}

.home-hero__title {
  font-size: clamp(3rem, 6.5vw, 5.7rem);
  line-height: 1.05;
}

.home-hero__subtitle {
  margin-top: 34px;
  font-size: clamp(2.1rem, 4.6vw, 4rem);
  line-height: 1.4;
}

.home-hero__footer {
  position: relative;
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  gap: 36px;
  width: 90%;
  margin: 0 auto;
  padding: 58px 46px 64px;
  background: #fff;
}

.home-hero__links {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
}

.home-pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 96px;
  min-height: 42px;
  padding: 0 24px;
  border-radius: 999px;
  background: #000;
  color: #fff;
  font-size: 1.05rem;
  font-weight: 700;
  transition:
    background-color 0.32s ease,
    color 0.32s ease,
    border-color 0.32s ease,
    box-shadow 0.32s ease;
  border: 1px solid #000;
}

.home-pill:hover,
.home-pill:focus-visible {
  background: #fff;
  color: #000;
  border-color: #000;
  box-shadow: 0 8px 18px rgba(0, 0, 0, 0.08);
}

.home-hero__message {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  color: #000;
  text-align: center;
  font-size: clamp(1.08rem, 1.9vw, 1.55rem);
  line-height: 1.5;
  text-shadow: none;
  width: max-content;
  max-width: calc(100% - 240px);
}

.home-values {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
  align-items: start;
  width: 88%;
  margin: 0 auto;
  padding: 42px 48px 36px;
  background: #fff;
}

.home-values__item {
  display: grid;
  justify-items: center;
  gap: 16px;
  text-align: center;
}

.home-values__icon {
  width: 60px;
  height: 60px;
  object-fit: contain;
}

.home-values__text {
  margin: 0;
  color: #1f1f1f;
  font-size: 0.96rem;
  line-height: 1.8;
}

.home-origin {
  padding: 40px 0 56px;
  background: #fff;
}

.home-origin__inner {
  width: min(100%, 760px);
  margin: 0 auto;
  text-align: center;
}

.home-origin__image {
  width: min(100%, 640px);
  margin: 0 auto;
}

.home-origin__title {
  margin: 0;
  font-family: "Abril Display", serif;
  font-size: 40px;
  font-weight: 500;
  font-style: italic;
  line-height: 1.1;
  color: #111;
}

.home-origin__text {
  margin: 18px 0 0;
  color: #111;
  font-size: 1rem;
  line-height: 1.8;
}

.home-entry {
  padding: 34px 0 72px;
  background: #fff;
}

.home-entry__grid {
  width: min(100%, 760px);
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
  justify-items: center;
}

.home-entry__item {
  width: 100%;
  display: grid;
  justify-items: center;
}

.home-entry__link {
  display: grid;
  justify-items: center;
  gap: 26px;
}

.home-entry__portrait {
  width: 292px;
  aspect-ratio: 1;
  display: grid;
  place-items: end center;
}

.home-entry__image {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center center;
}

.home-entry__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 126px;
  min-height: 36px;
  padding: 0 28px;
  border-radius: 999px;
  background: #000;
  color: #fff;
  font-size: 0.95rem;
  font-weight: 700;
  transition:
    background-color 0.25s ease,
    color 0.25s ease,
    border-color 0.25s ease;
  border: 1px solid #000;
}

.home-entry__link:hover .home-entry__button,
.home-entry__link:focus-visible .home-entry__button {
  background: #fff;
  color: #000;
}

.home-shop {
  padding: 62px 0 150px;
  background: #fff;
}

.home-shop__panel {
  width: 100%;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: 4px;
  background: transparent;
}

.home-shop__visual,
.home-shop__content {
  min-height: 320px;
  border: 1px solid rgba(0, 0, 0, 0.08);
}

.home-shop__visual {
  display: grid;
  place-items: center;
  padding: 28px;
  background: #fff;
}

.home-shop__image {
  width: min(100%, 360px);
  height: auto;
}

.home-shop__content {
  display: grid;
  align-content: center;
  justify-items: start;
  gap: 18px;
  padding: 40px 56px;
  background: #f0f0f0;
}

.home-shop__title {
  margin: 0;
  color: #111;
  font-size: clamp(1.65rem, 2.2vw, 2.15rem);
  font-weight: 700;
  line-height: 1.35;
}

.home-shop__text {
  margin: 0;
  color: #111;
  font-size: 0.98rem;
  line-height: 1.8;
}

.home-shop__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 0 24px;
  border-radius: 999px;
  background: #000;
  color: #fff;
  font-size: 1rem;
  font-weight: 700;
  border: 1px solid #000;
  transition:
    background-color 0.25s ease,
    color 0.25s ease,
    border-color 0.25s ease;
}

.home-shop__button:hover,
.home-shop__button:focus-visible {
  background: #fff;
  color: #000;
}

.home-story {
  padding: 0 0 150px;
  background: #fff;
}

.home-story__panel {
  width: 100%;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: 4px;
  background: transparent;
}

.home-story__visual,
.home-story__content {
  min-height: 320px;
  border: 1px solid rgba(0, 0, 0, 0.08);
}

.home-story__visual {
  overflow: hidden;
  background: #fff;
}

.home-story__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.home-story__content {
  display: grid;
  align-content: center;
  justify-items: start;
  gap: 20px;
  padding: 40px 56px;
  background: #f0f0f0;
}

.home-story__title {
  margin: 0;
  color: #111;
  font-size: clamp(1.65rem, 2.2vw, 2.15rem);
  font-weight: 700;
  line-height: 1.35;
}

.home-story__text {
  margin: 0;
  color: #111;
  font-size: 0.98rem;
  line-height: 1.8;
}

.home-story__break-mobile {
  display: none;
}

.home-story__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 0 30px;
  border-radius: 999px;
  background: #000;
  color: #fff;
  font-size: 1rem;
  font-weight: 700;
  border: 1px solid #000;
  transition:
    background-color 0.25s ease,
    color 0.25s ease,
    border-color 0.25s ease;
}

.home-story__button:hover,
.home-story__button:focus-visible {
  background: #fff;
  color: #000;
}

@media (max-width: 960px) {
  .home-hero__links {
    display: none;
  }

  .home-hero__footer {
    grid-template-columns: 1fr;
    justify-items: center;
    text-align: center;
  }

  .home-hero__message {
    position: static;
    transform: none;
    width: auto;
    max-width: none;
    font-size: clamp(1.25rem, 3.2vw, 1.75rem);
  }

  .home-values {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .home-origin {
    padding-bottom: 46px;
  }

  .home-entry__grid {
    width: min(100%, 620px);
    gap: 16px;
  }

  .home-entry__portrait {
    width: min(100%, 220px);
  }

  .home-shop__panel {
    width: min(100%, 860px);
  }

  .home-shop__content {
    padding: 36px 40px;
  }

  .home-story__content {
    padding: 36px 40px;
  }
}

@media (max-width: 760px) {
  .site-main--home {
    padding-top: var(--header-height);
  }

  .home-hero {
    width: 100%;
    border-left: 0;
    border-right: 0;
  }

  .home-hero__visual {
    min-height: 460px;
    background-position: 64% center;
  }

  .home-hero__body {
    padding: 70px 18px 34px;
  }

  .home-hero__title {
    font-size: clamp(2.6rem, 12vw, 3.8rem);
  }

  .home-hero__subtitle {
    margin-top: 22px;
    font-size: clamp(1.85rem, 8.8vw, 3rem);
  }

  .home-hero__footer {
    gap: 40px;
    padding: 38px 0px 42px;
  }

  .home-hero__links {
    justify-content: center;
    padding-left: 0;
  }

  .home-hero__message {
    font-size: clamp(1.25rem, 5.4vw, 1.8rem);
  }

  .home-values {
    grid-template-columns: 1fr;
    gap: 28px;
    width: 100%;
    padding: 28px 20px 32px;
  }

  .home-values__icon {
    width: 56px;
    height: 56px;
  }

  .home-values__text {
    font-size: 0.92rem;
    line-height: 1.7;
  }

  .home-origin {
    padding: 80px 20px 20px;
  }

  .home-origin__title {
    margin-top: 18px;
    font-size: clamp(1.45rem, 6.8vw, 2.1rem);
  }

  .home-origin__text {
    margin-top: 14px;
    font-size: 0.95rem;
    line-height: 1.7;
  }

  .home-entry {
    padding: 16px 20px 80px;
  }

  .home-entry__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
    width: 100%;
  }

  .home-entry__link {
    gap: 14px;
  }

  .home-entry__portrait {
    width: min(100%, clamp(112px, 34vw, 168px));
  }

  .home-entry__button {
    min-width: 0;
    min-height: 32px;
    padding: 0 16px;
    font-size: 0.82rem;
  }

  .home-shop {
    padding: 34px 0px 60px;
  }

  .home-shop__panel {
    grid-template-columns: 1fr;
    column-gap: 0;
    row-gap: 14px;
  }

  .home-shop__visual {
    order: 2;
  }

  .home-shop__content {
    order: 1;
    justify-items: center;
    text-align: center;
  }

  .home-shop__visual,
  .home-shop__content {
    min-height: auto;
    border: 0;
  }

  .home-shop__visual {
    padding: 0px 20px;
  }

  .home-shop__image {
    width: min(100%, 280px);
    transform: translateY(-70px);
  }

  .home-shop__content {
    padding: 28px 24px 80px;
    gap: 14px;
  }

  .home-shop__title {
    font-size: clamp(1.35rem, 6vw, 1.8rem);
  }

  .home-story {
    padding: 0 0 104px;
  }

  .home-story__panel {
    grid-template-columns: 1fr;
    column-gap: 0;
    row-gap: 0;
  }

  .home-story__visual,
  .home-story__content {
    min-height: auto;
    border: 0;
  }

  .home-story__visual,
  .home-story__content {
    grid-column: 1;
    grid-row: 1;
  }

  .home-story__visual {
    position: relative;
  }

  .home-story__image {
    aspect-ratio: 1.45 / 1;
    max-height: 420px;
    transform: scale(1.8) translateX(20%) translateY(-5%);
    transform-origin: center center;
  }

  .home-story__content {
    align-content: center;
    justify-items: start;
    gap: 10px;
    padding: 24px 18px 22px;
    background: transparent;
    text-align: left;
    z-index: 1;
  }

  .home-story__title {
    font-size: clamp(1.12rem, 4.8vw, 1.45rem);
    line-height: 1.25;
    text-shadow: 0 3px 12px rgba(0, 0, 0, 0.3);
  }

  .home-story__text {
    font-size: 0.84rem;
    line-height: 1.55;
    text-shadow: 0 3px 12px rgba(0, 0, 0, 0.32);
  }

  .home-story__break-mobile {
    display: initial;
  }

  .home-story__button {
    min-height: 38px;
    padding: 0 18px;
    font-size: 0.86rem;
  }
}
