.news__heading a {
  position: relative;
}

.news__heading a::after {
  position: absolute;
  right: 0;
  bottom: -7px;
  left: 0;
  height: 1px;
  background: var(--aqua-dark);
  content: "";
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 180ms ease;
}

.news__heading a:hover::after {
  transform: scaleX(1);
  transform-origin: left;
}

.hero {
  position: relative;
  height: clamp(420px, 42vw, 586px);
  overflow: hidden;
  background: var(--ivory);
}

.hero__visual,
.hero__visual picture,
.hero__visual img {
  width: 100%;
  height: 100%;
}

.hero__visual {
  position: absolute;
  inset: 0;
}

.hero__visual picture {
  display: block;
}

.hero__visual img {
  object-fit: cover;
  object-position: center;
}

.hero__content {
  position: relative;
  z-index: 1;
  display: flex;
  width: min(calc(100% - 204px), 1186px);
  min-height: clamp(420px, 42vw, 586px);
  margin-inline: auto;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding-block: 64px;
}

.hero h1 {
  max-width: 540px;
  margin: 0;
  font-family: var(--serif);
  font-size: clamp(44px, 3.7vw, 54px);
  font-weight: 400;
  line-height: 1.34;
  letter-spacing: 0.02em;
}

.hero__label {
  margin: 20px 0 0;
  color: #8f6c35;
  font-family: var(--serif);
  font-size: 13px;
  letter-spacing: 0.34em;
}

.hero__actions {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 18px;
  margin-top: 30px;
}

.product-card:active,
.needs-list a:active {
  transform: translateY(1px);
}

.brand-statement {
  padding: 48px 24px 52px;
  border-bottom: 1px solid var(--pearl);
  background: var(--white);
  text-align: center;
}

.brand-statement h2,
.section-heading h2,
.needs h2,
.quality h2,
.stores h2,
.business h2,
.group h2,
.news h2 {
  margin: 0;
  font-family: var(--serif);
  font-weight: 400;
}

.brand-statement h2 {
  font-size: clamp(24px, 2.6vw, 34px);
  line-height: 1.55;
  letter-spacing: 0.06em;
}

.brand-statement__rule {
  display: block;
  width: 52px;
  height: 1px;
  margin: 22px auto 18px;
  background: var(--gold);
}

.brand-statement p {
  max-width: 620px;
  margin: 0 auto;
  color: var(--muted);
  font-family: var(--serif);
  font-size: 14px;
  line-height: 2;
}

.products,
.needs,
.stores,
.group,
.news {
  padding-block: 110px;
}

.section-heading--products {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  align-items: end;
  gap: 48px;
  margin-bottom: 58px;
}

.section-heading h2 {
  font-size: clamp(26px, 2.6vw, 38px);
  letter-spacing: 0.18em;
}

.section-heading p {
  max-width: 650px;
  margin: 0;
  margin-left: auto;
  color: var(--muted);
  line-height: 1.9;
  text-align: right;
}

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

.product-card {
  display: flex;
  min-width: 0;
  flex-direction: column;
  padding-bottom: 22px;
  border-bottom: 1px solid var(--pearl);
  transition: color 180ms ease, transform 180ms ease;
}

.product-card:hover {
  color: var(--aqua-dark);
  transform: translateY(-3px);
}

.product-card img {
  width: 100%;
  aspect-ratio: 6 / 5;
  margin-bottom: 20px;
  background: var(--white);
  object-fit: cover;
}

.product-card:first-child img {
  object-position: 65% center;
}

.product-card__category,
.product-card__meta {
  color: var(--muted);
  font-size: 11px;
  letter-spacing: 0.1em;
}

.product-card h3 {
  margin: 9px 0 8px;
  font-family: var(--serif);
  font-size: 18px;
  font-weight: 500;
}

.product-card p {
  flex: 1;
  margin: 0 0 14px;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.7;
}

.content-note {
  margin: 24px 0 0;
  color: var(--muted);
  font-size: 11px;
  line-height: 1.6;
}

.needs {
  border-top: 1px solid var(--pearl);
}

.needs h2,
.quality h2,
.stores h2,
.business h2,
.group h2,
.news h2 {
  font-size: clamp(28px, 2.8vw, 40px);
  line-height: 1.35;
}

.needs-list {
  margin-top: 44px;
  border-top: 1px solid var(--ink);
}

.needs-list a {
  display: grid;
  grid-template-columns: 64px 180px 1fr auto;
  gap: 24px;
  align-items: center;
  min-height: 92px;
  border-bottom: 1px solid var(--pearl);
  transition: background 180ms ease, padding 180ms ease;
}

.needs-list a:hover {
  padding-inline: 12px;
  background: var(--white);
}

.needs-list__index {
  color: var(--gold);
  font-family: var(--serif);
}

.needs-list strong {
  font-family: var(--serif);
  font-size: 21px;
  font-weight: 500;
}

.needs-list a>span:nth-child(3) {
  color: var(--muted);
  font-size: 14px;
}

.needs-list__action {
  color: var(--aqua-dark);
  font-size: 12px;
  font-weight: 600;
}

.quality {
  padding-block: 110px;
  background: var(--white);
}

.quality-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(360px, 0.85fr);
  gap: clamp(56px, 7vw, 112px);
  align-items: center;
}

.quality__image img {
  width: 100%;
  aspect-ratio: 6 / 5;
  object-fit: cover;
  object-position: 58% center;
}

.quality__lead {
  margin: 22px 0 34px;
  color: var(--muted);
  font-family: var(--serif);
  font-size: 17px;
  line-height: 1.9;
}

.quality dl {
  margin: 0;
  border-top: 1px solid var(--pearl);
}

.quality dl>div {
  padding: 18px 0;
  border-bottom: 1px solid var(--pearl);
}

.quality dt {
  font-family: var(--serif);
  font-size: 16px;
}

.quality dd {
  margin: 7px 0 0;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.7;
}

.stores {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: clamp(48px, 7vw, 110px);
  align-items: center;
}

.stores__content>p {
  max-width: 520px;
  margin: 24px 0 0;
  color: var(--muted);
  line-height: 1.9;
}

.stores__actions {
  display: flex;
  align-items: center;
  gap: 24px;
  margin-top: 32px;
}

.store-preview {
  display: grid;
  gap: 8px;
  margin-top: 36px;
  padding: 22px 0;
  border-block: 1px solid var(--pearl);
}

.store-preview span {
  color: var(--aqua-dark);
  font-size: 11px;
  letter-spacing: 0.1em;
}

.store-preview strong {
  font-family: var(--serif);
  font-size: 16px;
  font-weight: 500;
}

.stores__image {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
}

.business {
  padding-block: 104px;
  background: var(--aqua);
  color: var(--white);
}

.business__inner {
  display: grid;
  grid-template-columns: 0.9fr 1.55fr;
  gap: 40px 90px;
}

.business__heading p {
  max-width: 350px;
  margin: 20px 0 0;
  color: rgba(255, 255, 255, 0.82);
  line-height: 1.8;
}

.business__items {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  border-top: 1px solid rgba(255, 255, 255, 0.4);
}

.business__items article {
  padding: 24px 24px 24px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
}

.business__items article:nth-child(even) {
  padding-left: 24px;
  border-left: 1px solid rgba(255, 255, 255, 0.4);
}

.business__items h3 {
  margin: 0;
  font-family: var(--serif);
  font-size: 20px;
  font-weight: 400;
}

.business__items p {
  margin: 10px 0 0;
  color: rgba(255, 255, 255, 0.82);
  font-size: 13px;
  line-height: 1.8;
}

.business .button {
  grid-column: 2;
  justify-self: start;
}

.group {
  max-width: 900px;
  text-align: center;
}

.group__mark {
  margin: 0 0 20px;
  color: var(--aqua-dark);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.22em;
}

.group>p:not(.group__mark) {
  max-width: 620px;
  margin: 28px auto;
  color: var(--muted);
  line-height: 2;
}

.group .text-link {
  position: relative;
  z-index: 1;
  color: var(--aqua-dark);
}

.news {
  border-top: 1px solid var(--pearl);
}

.news__heading {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  margin-bottom: 38px;
}

.news__heading a {
  min-height: 44px;
  color: var(--aqua-dark);
  font-size: 13px;
}

.news-list {
  border-top: 1px solid var(--ink);
}

.news-list article {
  display: grid;
  grid-template-columns: 140px 1fr;
  align-items: center;
  min-height: 76px;
  border-bottom: 1px solid var(--pearl);
}

.news-list time,
.news-list span {
  color: var(--muted);
  font-size: 12px;
}

.news-list span {
  color: var(--aqua-dark);
}

.news-list h3 {
  margin: 0;
  font-size: 14px;
  font-weight: 500;
}

@media (max-width: 1020px) {
  .product-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    row-gap: 50px;
  }

  .quality-layout,
  .stores {
    gap: 44px;
  }

  .stores__actions {
    align-items: flex-start;
    flex-direction: column;
  }
}

@media (max-width: 767px) {
  .hero {
    display: grid;
    height: auto;
    min-height: 0;
    background: var(--white);
  }

  .hero__visual {
    position: relative;
    height: auto;
    aspect-ratio: 4 / 3;
    order: 1;
  }

  .hero__visual img {
    object-position: center;
  }

  .hero__content {
    width: auto;
    min-height: 0;
    order: 2;
    padding: 30px 20px 34px;
  }

  .hero h1 {
    font-size: clamp(34px, 10vw, 44px);
    line-height: 1.36;
  }

  .hero__label {
    margin-top: 14px;
    font-size: 11px;
  }

  .hero__actions {
    width: 100%;
    margin-top: 22px;
  }

  .brand-statement {
    padding: 42px 20px 46px;
  }

  .brand-statement h2 {
    font-size: 23px;
    letter-spacing: 0.03em;
  }

  .brand-statement p {
    font-size: 13px;
    line-height: 1.9;
  }

  .products,
  .needs,
  .stores,
  .group,
  .news,
  .quality,
  .business {
    padding-block: 72px;
  }

  .section-heading--products,
  .quality-layout,
  .stores,
  .business__inner {
    grid-template-columns: 1fr;
  }

  .section-heading--products {
    gap: 18px;
    margin-bottom: 32px;
  }

  .section-heading h2 {
    font-size: 26px;
    line-height: 1.5;
    letter-spacing: 0.12em;
  }

  .section-heading p {
    font-size: 14px;
  }

  .product-grid {
    gap: 16px 12px;
  }

  .product-card {
    padding-bottom: 18px;
  }

  .product-card img {
    margin-bottom: 14px;
  }

  .product-card h3 {
    font-size: 15px;
    line-height: 1.55;
  }

  .product-card p {
    display: none;
  }

  .product-card__meta {
    margin-top: 8px;
    font-size: 9px;
  }

  .needs-list a {
    grid-template-columns: 34px 125px 1fr;
    gap: 10px;
    min-height: 84px;
  }

  .needs-list strong {
    font-size: 17px;
  }

  .needs-list a>span:nth-child(3) {
    font-size: 12px;
    line-height: 1.6;
  }

  .needs-list__action {
    display: none;
  }

  .quality-layout {
    gap: 34px;
  }

  .quality__image img {
    aspect-ratio: 5 / 4;
  }

  .quality__content {
    order: -1;
  }

  .quality__lead {
    font-size: 15px;
  }

  .stores {
    gap: 34px;
  }

  .stores__actions {
    gap: 14px;
  }

  .stores__actions .button {
    width: 100%;
    padding-inline: 12px;
  }

  .business__inner {
    gap: 38px;
  }

  .business__items {
    grid-template-columns: 1fr;
  }

  .business__items article,
  .business__items article:nth-child(even) {
    padding: 20px 0;
    border-left: 0;
  }

  .business .button {
    grid-column: 1;
  }

  .news-list article {
    grid-template-columns: 1fr;
    gap: 8px;
    padding: 18px 0;
  }

  .news-list h3 {
    line-height: 1.65;
  }
}

@media (max-width: 390px) {
  .hero h1 {
    font-size: 34px;
  }

  .product-card h3 {
    font-size: 14px;
  }
}

.news-list h3 a {
  display: inline-block;
  padding-block: 8px;
  text-decoration: none;
}

.news-list h3 a:hover {
  color: var(--aqua-dark);
}