:root {
  color: #151619;
  background: #ffffff;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-synthesis: none;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  min-width: 320px;
  margin: 0;
  background: #ffffff;
  color: #151619;
  font-size: 16px;
  line-height: 1.55;
}

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

a {
  color: inherit;
  text-decoration-color: #a6404d;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
}

a:hover {
  color: #7d2d37;
}

a:focus-visible {
  outline: 3px solid #a6404d;
  outline-offset: 4px;
}

h1,
h2,
h3,
p {
  margin: 0;
}

h1,
h2,
h3 {
  font-weight: 700;
  line-height: 1.08;
}

h1 {
  font-size: 72px;
}

h2 {
  font-size: 40px;
}

h3 {
  font-size: 22px;
}

.container {
  width: min(1180px, calc(100% - 48px));
  margin: 0 auto;
}

.narrow-content {
  width: min(760px, 100%);
}

.site-header {
  position: sticky;
  z-index: 10;
  top: 0;
  border-bottom: 1px solid #d8dadd;
  background: #ffffff;
}

.navigation {
  display: flex;
  min-height: 70px;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
}

.wordmark {
  color: #151619;
  font-size: 19px;
  font-weight: 800;
  text-decoration: none;
}

.navigation nav,
.site-footer nav {
  display: flex;
  align-items: center;
  gap: 20px;
}

.navigation nav a,
.site-footer nav a {
  color: #35383d;
  font-size: 14px;
  text-decoration: none;
}

.navigation nav a[aria-current="page"] {
  color: #151619;
  font-weight: 700;
}

.hero {
  min-height: 590px;
  border-bottom: 1px solid #d8dadd;
  background-color: #eef1f3;
  background-image: url("/assets/images/denim-crossbody.jpg");
  background-position: right center;
  background-repeat: no-repeat;
  background-size: min(56%, 690px) auto;
}

.hero-intro {
  padding-top: 92px;
}

.hero-details {
  padding-bottom: 92px;
}

.hero-product-image {
  display: none;
}

.eyebrow {
  margin-bottom: 12px;
  color: #7d2d37;
  font-size: 14px;
  font-weight: 700;
}

.hero h1 {
  max-width: 560px;
}

.hero-kicker {
  max-width: 440px;
  margin-top: 18px;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.22;
}

.hero-copy {
  max-width: 430px;
  margin-top: 20px;
  color: #4d535b;
}

.text-link {
  display: inline-block;
  margin-top: 24px;
  color: #151619;
  font-weight: 700;
}

.section {
  padding: 96px 0;
}

.section-heading {
  display: grid;
  grid-template-columns: minmax(0, 660px) 1fr;
  gap: 20px;
  align-items: end;
  margin-bottom: 44px;
}

.section-heading .eyebrow {
  grid-column: 1 / -1;
  margin-bottom: 0;
}

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

.product {
  overflow: hidden;
  border: 1px solid #d8dadd;
  border-radius: 8px;
  background: #ffffff;
}

.product img {
  width: 100%;
  aspect-ratio: 1;
  border-bottom: 1px solid #d8dadd;
  background: #ffffff;
  object-fit: contain;
}

.product-details {
  display: grid;
  min-height: 210px;
  padding: 24px;
  align-content: start;
}

.product-details p {
  margin-top: 12px;
  color: #4d535b;
}

.product-details .text-link {
  margin-top: 20px;
}

.about {
  border-top: 1px solid #d8dadd;
  background: #1e2931;
  color: #ffffff;
}

.about-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: 80px;
  align-items: start;
}

.about .eyebrow {
  color: #c7d9e8;
}

.about-copy {
  font-size: 22px;
  line-height: 1.5;
}

.site-footer {
  padding: 54px 0 28px;
  background: #151619;
  color: #eef1f3;
}

.footer-grid {
  display: flex;
  justify-content: space-between;
  gap: 48px;
}

.footer-grid p,
.footer-grid a,
.footer-notice {
  color: #d8dadd;
  font-size: 14px;
}

.footer-grid .wordmark {
  margin-bottom: 12px;
  color: #ffffff;
}

.footer-grid nav {
  align-items: flex-end;
  flex-direction: column;
}

.footer-grid nav a {
  color: #eef1f3;
}

.footer-notice {
  max-width: 780px;
  margin-top: 44px;
  padding-top: 20px;
  border-top: 1px solid #4d535b;
}

.page-main {
  min-height: 620px;
}

.page-intro {
  padding: 100px 0 76px;
  border-bottom: 1px solid #d8dadd;
  background: #eef1f3;
}

.page-intro h1 {
  margin-bottom: 22px;
}

.page-intro p:last-child {
  max-width: 650px;
  color: #4d535b;
  font-size: 20px;
}

.policy-content {
  padding: 72px 0 96px;
}

.policy-content section {
  padding: 28px 0;
  border-top: 1px solid #d8dadd;
}

.policy-content section:last-child {
  border-bottom: 1px solid #d8dadd;
}

.policy-content h2 {
  margin-bottom: 14px;
  font-size: 26px;
}

.policy-content p {
  color: #4d535b;
}

.contact-details {
  padding: 72px 0 96px;
}

.contact-details dl {
  margin: 0;
  border-top: 1px solid #d8dadd;
}

.contact-details dl > div {
  display: grid;
  grid-template-columns: 180px minmax(0, 1fr);
  gap: 24px;
  padding: 22px 0;
  border-bottom: 1px solid #d8dadd;
}

.contact-details dt {
  color: #4d535b;
}

.contact-details dd {
  margin: 0;
  font-weight: 600;
}

.not-found .page-intro {
  min-height: 480px;
}

@media (max-width: 760px) {
  h1 {
    font-size: 48px;
  }

  h2 {
    font-size: 32px;
  }

  .container {
    width: min(100% - 32px, 1180px);
  }

  .navigation {
    min-height: 0;
    flex-wrap: wrap;
    gap: 10px 20px;
    padding: 16px 0;
  }

  .navigation nav {
    width: 100%;
    flex-wrap: wrap;
    gap: 10px 16px;
  }

  .hero {
    min-height: 0;
    background-image: none;
  }

  .hero-intro {
    padding: 30px 0 22px;
    background: #eef1f3;
  }

  .hero-details {
    padding: 22px 0 30px;
    background: #eef1f3;
  }

  .hero-product-image {
    display: block;
    width: 100%;
    height: 270px;
    background: #ffffff;
    object-fit: contain;
  }

  .hero h1 {
    max-width: 100%;
  }

  .hero-kicker {
    max-width: 300px;
    font-size: 21px;
  }

  .hero-copy {
    max-width: 100%;
    margin-top: 0;
    font-size: 15px;
  }

  .hero-details .text-link {
    margin-top: 16px;
  }

  .section,
  .policy-content,
  .contact-details {
    padding: 64px 0;
  }

  .section-heading,
  .about-layout,
  .product-grid {
    grid-template-columns: 1fr;
  }

  .section-heading,
  .about-layout {
    gap: 28px;
  }

  .product-grid {
    gap: 18px;
  }

  .product-details {
    min-height: 0;
  }

  .about-copy {
    font-size: 19px;
  }

  .footer-grid {
    flex-direction: column;
    gap: 32px;
  }

  .footer-grid nav {
    align-items: flex-start;
  }

  .page-intro {
    padding: 68px 0 52px;
  }

  .page-intro p:last-child {
    font-size: 18px;
  }

  .contact-details dl > div {
    grid-template-columns: 1fr;
    gap: 4px;
  }
}

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