:root {
  --ink: #222529;
  --muted: #5f6265;
  --accent: #0291a8;
  --page: #ffffff;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  overflow-x: hidden;
}

body {
  margin: 0;
  background: #000;
  color: var(--ink);
  font-family: Georgia, "Times New Roman", serif;
  overflow-x: hidden;
  width: 100%;
}

main {
  background: var(--page);
}

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

img {
  display: block;
  max-width: 100%;
}

.site-header {
  position: absolute;
  inset: 0 0 auto 0;
  z-index: 5;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 18px 36px;
  pointer-events: none;
}

.brand-mark,
.menu-button {
  pointer-events: auto;
}

.brand-mark img {
  width: 154px;
}

.menu-button {
  display: grid;
  gap: 5px;
  width: 34px;
  padding: 5px;
  border: 0;
  background: transparent;
}

.menu-button span {
  display: block;
  height: 2px;
  background: #fff;
}

.menu-overlay {
  position: fixed;
  inset: 0;
  z-index: 50;
  display: grid;
  place-items: center;
  padding: 72px 24px;
  background:
    linear-gradient(rgba(0, 0, 0, .74), rgba(0, 0, 0, .74)),
    url("../images/about-us-dona-trading.jpg") center center / cover no-repeat;
  color: #fff;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity .28s ease, visibility .28s ease;
}

.menu-overlay.is-open {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.menu-close {
  position: absolute;
  top: 24px;
  right: 34px;
  width: 28px;
  height: 28px;
  border: 0;
  background: transparent;
}

.menu-close::before,
.menu-close::after {
  content: "";
  position: absolute;
  top: 13px;
  left: 2px;
  width: 25px;
  height: 2px;
  background: #fff;
}

.menu-close::before {
  transform: rotate(45deg);
}

.menu-close::after {
  transform: rotate(-45deg);
}

.menu-panel {
  display: grid;
  justify-items: center;
  gap: 28px;
}

.menu-logo img {
  width: 260px;
}

.menu-links {
  display: grid;
  justify-items: center;
  gap: 19px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 24px;
  font-weight: 600;
  letter-spacing: 5px;
  line-height: 1;
  text-transform: uppercase;
}

.menu-links a {
  color: #fff;
  transition: color .2s ease;
}

.menu-links a[aria-current="page"],
.menu-links a:hover {
  color: var(--accent);
}

.instagram-link {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 1.7px;
  text-transform: uppercase;
}

body.menu-open {
  overflow: hidden;
}

.hero {
  position: relative;
  min-height: clamp(430px, 30.4vw, 620px);
  background: linear-gradient(rgba(0,0,0,.18), rgba(0,0,0,.18)), url("../images/dona-trading-header-1.jpg") center center / cover no-repeat;
}

.hero-center {
  position: absolute;
  inset: 0;
  display: grid;
  place-content: center;
  justify-items: center;
  color: #fff;
  text-align: center;
}

.anniversary {
  width: clamp(92px, 5.4vw, 112px);
  margin-bottom: 18px;
}

.hero h1 {
  margin: 0;
  font-family: Arial, Helvetica, sans-serif;
  font-size: clamp(34px, 2.15vw, 44px);
  line-height: 1;
  text-transform: uppercase;
  font-weight: 500;
}

.down-link img {
  width: 38px;
  margin-top: 30px;
}

.intro {
  min-height: clamp(390px, 24vw, 500px);
  display: flex;
  align-items: center;
  padding: 48px 0;
  border-bottom: 1px solid #c7c7c7;
  background: url("../images/dona-trading-azienda-hero.jpg") right center / auto 100% no-repeat #fff;
}

.intro-copy {
  width: 440px;
  margin-left: 17.8vw;
}

.eyebrow {
  margin: 0 0 12px;
  font-size: 16px;
}

h2 {
  margin: 0;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 42px;
  line-height: .98;
  text-transform: uppercase;
  font-weight: 500;
}

.intro p:not(.eyebrow),
.house-card p,
.locations p {
  font-size: 16px;
  line-height: 1.45;
}

.text-link {
  display: inline-flex;
  align-items: center;
  gap: 18px;
  margin-top: 30px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 13px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
}

.partners {
  padding: 46px 8vw 56px;
  text-align: center;
}

.partners h2 {
  margin-bottom: 30px;
  font-size: 22px;
}

.partner-grid {
  width: min(610px, 100%);
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px 42px;
  align-items: center;
}

.partner-grid a {
  display: grid;
  min-height: 42px;
  place-items: center;
}

.partner-grid img {
  max-width: 112px;
  max-height: 48px;
  object-fit: contain;
}

.house {
  margin: 0 12px;
  min-height: 230px;
  display: flex;
  align-items: center;
  padding: 36px 44px;
  background: url("../images/jeans-background.jpg") center center / cover no-repeat;
}

.house-card {
  width: 560px;
  padding: 24px 28px;
  background: #fff;
}

.house-card h2 {
  font-size: 24px;
}

.house-card img {
  width: 205px;
  margin: 8px 0 14px;
}

.house-card p {
  margin: 3px 0 0;
}

.locations {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px;
  padding: 36px 8vw 30px;
  text-align: center;
}

.locations h2 {
  font-size: 24px;
  margin-bottom: 10px;
}

.locations .text-link {
  margin-top: 14px;
}

.site-footer {
  min-height: 155px;
  display: grid;
  place-items: center;
  align-content: start;
  gap: 0;
  padding: 24px 18px;
  background: #000;
  color: #fff;
  text-align: center;
  font-family: Arial, Helvetica, sans-serif;
}

.footer-anniversary {
  width: 62px;
  margin-bottom: 6px;
}

.site-footer a {
  font-size: 14px;
}

.site-footer p {
  margin: 5px 0 0;
  font-size: 8px;
  line-height: 1;
  letter-spacing: .6px;
  text-transform: uppercase;
}

.page-hero {
  position: relative;
  min-height: clamp(430px, 30.4vw, 620px);
  display: grid;
  place-items: center;
  color: #fff;
  text-align: center;
  background: linear-gradient(rgba(0,0,0,.25), rgba(0,0,0,.25)), var(--page-hero-image) center center / cover no-repeat;
}

.page-hero h1 {
  margin: 0;
  font-family: Arial, Helvetica, sans-serif;
  font-size: clamp(46px, 4vw, 72px);
  font-weight: 500;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.page-hero .down-link img {
  margin-inline: auto;
}

.content-band {
  padding: clamp(72px, 8vw, 140px) clamp(24px, 8vw, 150px);
  background: #fff;
}

.content-grid {
  width: min(1280px, 100%);
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(220px, .7fr) minmax(0, 1fr);
  gap: clamp(42px, 6vw, 110px);
  align-items: start;
}

.content-grid h2 {
  font-size: clamp(36px, 4vw, 58px);
}

.content-copy {
  max-width: 880px;
}

.content-copy p {
  margin: 0 0 24px;
  font-size: 18px;
  line-height: 1.55;
}

.image-band {
  min-height: clamp(300px, 32vw, 560px);
  background: var(--image-band) center center / cover no-repeat;
}

.contact-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(34px, 5vw, 80px);
}

.contact-list h3 {
  margin: 0 0 10px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 24px;
  font-weight: 500;
  text-transform: uppercase;
}

.contact-list p {
  margin-bottom: 18px;
}

@media (max-width: 780px) {
  .site-header {
    padding: 16px 20px;
  }

  .brand-mark img {
    width: 120px;
  }

  .hero {
    min-height: 320px;
    background-position: center top;
  }

  .menu-overlay {
    padding: 0 24px;
  }

  .menu-logo img {
    width: 210px;
  }

  .menu-links {
    font-size: 24px;
    letter-spacing: 4px;
  }

  .anniversary {
    width: 96px;
    margin-bottom: 10px;
  }

  .hero h1 {
    font-size: 30px;
  }

  .down-link img {
    width: 32px;
    margin-top: 16px;
  }

  .intro {
    min-height: 420px;
    align-items: flex-start;
    padding: 42px 24px 220px;
    background-position: right bottom;
    background-size: auto 54%;
  }

  .intro-copy {
    width: min(100%, 310px);
    margin-left: 0;
  }

  .eyebrow {
    font-size: 12px;
  }

  h2 {
    font-size: 30px;
  }

  .intro p:not(.eyebrow),
  .house-card p,
  .locations p {
    font-size: 13px;
  }

  .text-link {
    font-size: 11px;
  }

  .partners {
    padding: 34px 20px 40px;
    overflow: hidden;
  }

  .partners h2 {
    font-size: 22px;
    margin-bottom: 24px;
  }

  .partner-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    width: min(100%, 320px) !important;
    max-width: 320px !important;
    gap: 18px 18px;
  }

  .partner-grid a {
    min-width: 0;
  }

  .partner-grid img {
    max-width: min(105px, 38vw);
    max-height: 54px;
    width: auto;
  }

  .house {
    margin: 0;
    min-height: 480px;
    align-items: flex-start;
    padding: 36px 24px;
    background-position: center center;
    overflow: hidden;
  }

  .house-card {
    width: min(100%, 340px) !important;
    max-width: 340px !important;
    min-width: 0 !important;
    margin: 0 auto;
    padding: 24px;
    overflow: visible;
    overflow-wrap: break-word;
    white-space: normal;
  }

  .house-card h2 {
    font-size: 28px;
  }

  .house-card img {
    width: min(100%, 260px);
  }

  .locations {
    grid-template-columns: 1fr;
    gap: 42px;
    padding: 40px 24px;
  }

  .locations h2 {
    font-size: 30px;
  }

  .site-footer {
    min-height: 160px;
  }

  .site-footer a {
    font-size: 14px;
  }

  .site-footer p {
    font-size: 8px;
  }

  .page-hero {
    min-height: 320px;
  }

  .page-hero h1 {
    font-size: 38px;
  }

  .content-band {
    padding: 48px 24px;
  }

  .content-grid,
  .contact-list {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .content-grid h2 {
    font-size: 30px;
  }

  .content-copy p {
    font-size: 15px;
  }

  .image-band {
    min-height: 280px;
  }
}
