:root {
  --ink: #1d1b18;
  --paper: #f5f0e7;
  --paper-deep: #ece3d7;
  --linen: #fbf8f2;
  --clay: #9b5f36;
  --muted: #706a62;
  --line: rgba(29, 27, 24, 0.18);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 94px;
}

body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: "Avenir Next", Avenir, "Helvetica Neue", Arial, sans-serif;
  font-size: 16px;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}

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

button,
input,
textarea {
  color: inherit;
  font: inherit;
}

button,
a {
  -webkit-tap-highlight-color: transparent;
}

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

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

h1,
h2,
h3 {
  font-family: Baskerville, "Iowan Old Style", "Palatino Linotype", Georgia, serif;
  font-weight: 500;
  letter-spacing: -0.025em;
  line-height: 1.03;
}

h1 {
  max-width: 850px;
  margin-bottom: 30px;
  font-size: clamp(3.25rem, 7vw, 7.6rem);
}

h2 {
  margin-bottom: 0;
  font-size: clamp(2.55rem, 5vw, 5.1rem);
}

h3 {
  font-size: 1.6rem;
}

.section-shell {
  width: min(100% - 56px, 1380px);
  margin-inline: auto;
}

.site-header {
  position: sticky;
  z-index: 50;
  top: 0;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  min-height: 92px;
  padding: 13px max(28px, calc((100vw - 1380px) / 2));
  border-bottom: 1px solid var(--line);
  background: rgba(245, 240, 231, 0.94);
  backdrop-filter: blur(16px);
}

.brand-link {
  width: 245px;
}

.brand-link img {
  width: 100%;
  height: auto;
}

.desktop-nav {
  display: flex;
  align-items: center;
  gap: 34px;
  font-size: 0.76rem;
  font-weight: 600;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.desktop-nav a,
.text-link,
.site-footer a {
  transition: opacity 180ms ease;
}

.desktop-nav a:hover,
.text-link:hover,
.site-footer a:hover {
  opacity: 0.58;
}

.site-header > .button {
  justify-self: end;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  gap: 13px;
  padding: 0 23px;
  border: 1px solid transparent;
  border-radius: 999px;
  font-size: 0.74rem;
  font-weight: 700;
  letter-spacing: 0.13em;
  text-transform: uppercase;
  transition: background-color 180ms ease, color 180ms ease, border-color 180ms ease,
    transform 180ms ease;
}

.button:hover {
  transform: translateY(-2px);
}

.button-small {
  min-height: 43px;
  padding-inline: 21px;
}

.button-outline {
  border-color: var(--ink);
}

.button-outline:hover,
.button-dark {
  background: var(--ink);
  color: var(--paper);
}

.button-dark:hover {
  background: var(--clay);
}

.button-light {
  background: var(--paper);
  color: var(--ink);
}

.button-light:hover {
  background: #fff;
}

.eyebrow {
  margin-bottom: 22px;
  color: var(--clay);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.21em;
  text-transform: uppercase;
}

.hero {
  display: grid;
  grid-template-columns: minmax(0, 1.6fr) minmax(210px, 0.4fr);
  gap: 42px 90px;
  padding-top: clamp(72px, 10vw, 145px);
}

.hero-copy {
  max-width: 1050px;
}

.hero-lead {
  max-width: 710px;
  margin-bottom: 34px;
  color: var(--muted);
  font-size: clamp(1.05rem, 1.8vw, 1.35rem);
  line-height: 1.62;
}

.hero-actions {
  display: flex;
  align-items: center;
  gap: 30px;
}

.text-link {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding-block: 8px;
  border-bottom: 1px solid var(--ink);
  font-size: 0.76rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.hero-note {
  align-self: end;
  max-width: 220px;
  padding-bottom: 10px;
}

.hero-note span {
  display: grid;
  width: 58px;
  height: 58px;
  margin-bottom: 20px;
  place-items: center;
  border: 1px solid var(--ink);
  border-radius: 50%;
  font-family: Baskerville, Georgia, serif;
  font-size: 1rem;
}

.hero-note p {
  margin: 0;
  color: var(--muted);
  font-size: 0.86rem;
  line-height: 1.65;
}

.hero-image-wrap {
  position: relative;
  grid-column: 1 / -1;
  overflow: hidden;
  margin-top: 30px;
  background: #2a211b;
}

.hero-image {
  width: 100%;
  height: auto;
}

.image-caption {
  position: absolute;
  right: 22px;
  bottom: 18px;
  margin: 0;
  padding: 7px 11px;
  background: rgba(20, 17, 14, 0.7);
  color: #f8f3ea;
  font-size: 0.64rem;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.principles {
  border-bottom: 1px solid var(--line);
}

.principles-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  padding-block: 29px;
}

.principles-grid p {
  margin: 0;
  padding-inline: 25px;
  border-right: 1px solid var(--line);
  font-family: Baskerville, Georgia, serif;
  font-size: 1.08rem;
}

.principles-grid p:first-child {
  padding-left: 0;
}

.principles-grid p:last-child {
  border-right: 0;
}

.principles-grid span {
  margin-right: 14px;
  color: var(--clay);
  font-family: "Avenir Next", Avenir, sans-serif;
  font-size: 0.64rem;
  letter-spacing: 0.12em;
}

.collection,
.care {
  padding-block: clamp(100px, 12vw, 180px);
}

.section-heading {
  margin-bottom: 58px;
}

.heading-split {
  display: grid;
  grid-template-columns: minmax(0, 1.7fr) minmax(280px, 0.6fr);
  align-items: end;
  gap: 80px;
}

.heading-split > p {
  margin: 0 0 8px;
  color: var(--muted);
  line-height: 1.75;
}

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

.product-card {
  grid-column: span 2;
}

.product-card:nth-child(4) {
  grid-column: 2 / span 2;
}

.product-image-wrap {
  position: relative;
  aspect-ratio: 1 / 1;
  overflow: hidden;
  background: #2a211b;
}

.product-image-wrap img {
  object-fit: cover;
  transition: transform 700ms cubic-bezier(0.2, 0.75, 0.25, 1);
}

.product-card:hover .product-image-wrap img {
  transform: scale(1.035);
}

.product-number {
  position: absolute;
  top: 16px;
  left: 16px;
  display: grid;
  width: 39px;
  height: 39px;
  place-items: center;
  border-radius: 50%;
  background: rgba(245, 240, 231, 0.9);
  font-size: 0.65rem;
  font-weight: 700;
  letter-spacing: 0.08em;
}

.product-info {
  display: flex;
  align-items: start;
  justify-content: space-between;
  gap: 18px;
  padding: 21px 0 17px;
  border-bottom: 1px solid var(--line);
}

.product-info h3 {
  margin: 0 0 7px;
  font-size: 1.45rem;
}

.product-info p {
  margin: 0;
  color: var(--muted);
  font-size: 0.8rem;
}

.product-info .price {
  flex: 0 0 auto;
  color: var(--ink);
  font-size: 0.85rem;
  font-weight: 700;
}

.product-action {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
  padding: 15px 0;
  border: 0;
  background: transparent;
  cursor: pointer;
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-align: left;
  text-transform: uppercase;
}

.product-action svg {
  transition: transform 180ms ease;
}

.product-action:hover svg {
  transform: translateX(5px);
}

.collection-note {
  max-width: 620px;
  margin: 70px auto 0;
  color: var(--muted);
  font-size: 0.8rem;
  text-align: center;
}

.about {
  padding-block: clamp(90px, 10vw, 145px);
  background: var(--ink);
  color: var(--paper);
}

.about-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
  align-items: center;
  gap: clamp(55px, 9vw, 140px);
}

.about-image-wrap {
  position: relative;
  aspect-ratio: 1 / 1;
}

.about-image-wrap img {
  object-fit: cover;
}

.image-stamp {
  position: absolute;
  right: 22px;
  bottom: 22px;
  padding: 9px 13px;
  background: var(--paper);
  color: var(--ink);
  font-size: 0.64rem;
  font-weight: 700;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.about-copy h2 {
  max-width: 650px;
  margin-bottom: 36px;
  font-size: clamp(2.7rem, 5vw, 5.4rem);
}

.about-copy > p:not(.eyebrow) {
  max-width: 620px;
  color: rgba(245, 240, 231, 0.7);
  line-height: 1.85;
}

.about-copy .text-link {
  margin-top: 22px;
  border-color: var(--paper);
}

.care-heading {
  text-align: center;
}

.care-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.care-grid article {
  min-height: 270px;
  padding: 34px 42px 44px;
  border-right: 1px solid var(--line);
}

.care-grid article:last-child {
  border-right: 0;
}

.care-grid span {
  display: block;
  margin-bottom: 52px;
  color: var(--clay);
  font-size: 0.66rem;
  font-weight: 700;
  letter-spacing: 0.12em;
}

.care-grid h3 {
  margin-bottom: 15px;
}

.care-grid p {
  max-width: 320px;
  margin-bottom: 0;
  color: var(--muted);
  font-size: 0.92rem;
  line-height: 1.75;
}

.contact {
  padding-block: clamp(90px, 11vw, 155px);
  background: #9b5f36;
  color: #fff8ef;
}

.contact .eyebrow {
  color: #eed8c5;
}

.contact-grid {
  display: grid;
  grid-template-columns: minmax(280px, 0.75fr) minmax(0, 1.25fr);
  gap: clamp(60px, 9vw, 150px);
}

.contact-copy h2 {
  max-width: 560px;
  margin-bottom: 30px;
  font-size: clamp(2.8rem, 5vw, 5.3rem);
}

.contact-copy > p:not(.eyebrow, .contact-domain) {
  max-width: 490px;
  color: rgba(255, 248, 239, 0.75);
}

.contact-email {
  display: inline-block;
  margin-top: 25px;
  border-bottom: 1px solid currentColor;
  font-family: Baskerville, Georgia, serif;
  font-size: clamp(1.35rem, 2.4vw, 2.2rem);
}

.contact-domain {
  margin-top: 13px;
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.contact-form {
  padding-top: 8px;
}

.field-row {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 28px;
}

.contact-form label {
  display: block;
  margin-bottom: 27px;
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.contact-form label span {
  color: rgba(255, 248, 239, 0.56);
  font-weight: 500;
  letter-spacing: 0;
  text-transform: none;
}

.contact-form input,
.contact-form textarea {
  display: block;
  width: 100%;
  margin-top: 8px;
  padding: 12px 0;
  border: 0;
  border-bottom: 1px solid rgba(255, 248, 239, 0.48);
  border-radius: 0;
  outline: none;
  background: transparent;
  color: #fff8ef;
  font-size: 0.95rem;
  letter-spacing: normal;
  text-transform: none;
  transition: border-color 180ms ease;
}

.contact-form textarea {
  min-height: 128px;
  resize: vertical;
}

.contact-form input:focus,
.contact-form textarea:focus {
  border-color: #fff8ef;
}

.contact-form textarea::placeholder {
  color: rgba(255, 248, 239, 0.47);
}

.form-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  margin-top: 18px;
}

.form-footer p {
  max-width: 390px;
  margin: 0;
  color: rgba(255, 248, 239, 0.6);
  font-size: 0.72rem;
  line-height: 1.65;
}

.form-footer .button {
  flex: 0 0 auto;
}

.site-footer {
  border-top: 1px solid var(--line);
  background: var(--paper);
}

.footer-inner {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  min-height: 128px;
  gap: 30px;
}

.footer-inner img {
  width: 215px;
}

.footer-inner p,
.footer-inner a {
  margin: 0;
  color: var(--muted);
  font-size: 0.68rem;
  letter-spacing: 0.08em;
}

.footer-inner div {
  justify-self: end;
}

:focus-visible {
  outline: 2px solid currentColor;
  outline-offset: 4px;
}

@media (max-width: 1050px) {
  .site-header {
    grid-template-columns: 1fr auto;
  }

  .desktop-nav {
    display: none;
  }

  .hero {
    grid-template-columns: minmax(0, 1fr) 210px;
    gap: 36px 50px;
  }

  .product-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .product-card,
  .product-card:nth-child(4) {
    grid-column: auto;
  }

  .product-card:last-child {
    grid-column: 1 / -1;
    width: calc(50% - 12px);
    justify-self: center;
  }

  .about-grid {
    gap: 60px;
  }

  .contact-grid {
    gap: 70px;
  }
}

@media (max-width: 800px) {
  .section-shell {
    width: min(100% - 36px, 1380px);
  }

  .site-header {
    min-height: 76px;
    padding: 10px 18px;
  }

  .brand-link {
    width: 185px;
  }

  .button-small {
    min-height: 38px;
    padding-inline: 16px;
    font-size: 0.65rem;
  }

  .hero {
    display: block;
    padding-top: 78px;
  }

  .hero-note {
    display: none;
  }

  .hero-image-wrap {
    margin-top: 62px;
  }

  .hero-image {
    min-height: 280px;
    object-fit: cover;
  }

  .principles-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 0;
  }

  .principles-grid p {
    padding: 17px 16px;
    border-bottom: 1px solid var(--line);
    font-size: 0.98rem;
  }

  .principles-grid p:first-child {
    padding-left: 16px;
  }

  .principles-grid p:nth-child(2) {
    border-right: 0;
  }

  .principles-grid p:nth-child(3),
  .principles-grid p:nth-child(4) {
    border-bottom: 0;
  }

  .heading-split,
  .about-grid,
  .contact-grid {
    grid-template-columns: 1fr;
  }

  .heading-split {
    gap: 27px;
  }

  .heading-split > p {
    max-width: 560px;
  }

  .about-image-wrap {
    aspect-ratio: 4 / 3;
  }

  .about-copy {
    padding-bottom: 15px;
  }

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

  .care-grid article {
    min-height: 0;
    padding: 29px 18px 32px;
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .care-grid article:last-child {
    border-bottom: 0;
  }

  .care-grid span {
    margin-bottom: 30px;
  }

  .contact-grid {
    gap: 68px;
  }

  .footer-inner {
    grid-template-columns: 1fr auto;
    padding-block: 28px;
  }

  .footer-inner p {
    grid-column: 1 / -1;
    grid-row: 2;
  }
}

@media (max-width: 590px) {
  h1 {
    font-size: clamp(3.05rem, 15vw, 4.8rem);
  }

  h2 {
    font-size: 2.85rem;
  }

  .site-header .button-small {
    padding-inline: 13px;
  }

  .hero-actions {
    align-items: flex-start;
    flex-direction: column;
    gap: 20px;
  }

  .hero-image {
    min-height: 235px;
  }

  .image-caption {
    display: none;
  }

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

  .principles-grid p,
  .principles-grid p:nth-child(3) {
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .principles-grid p:last-child {
    border-bottom: 0;
  }

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

  .product-card:last-child {
    grid-column: auto;
    width: 100%;
  }

  .about-image-wrap {
    aspect-ratio: 1 / 1;
  }

  .field-row {
    grid-template-columns: 1fr;
    gap: 0;
  }

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

  .form-footer .button {
    width: 100%;
  }

  .footer-inner img {
    width: 175px;
  }
}

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

  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }
}
