* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
  scroll-padding-top: 100px;
}
body {
  margin: 0;
  background: #faf8f3;
  color: #394337;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  line-height: 1.65;
}
a {
  color: inherit;
  text-decoration: none;
}
button {
  font: inherit;
  cursor: pointer;
}
button:focus-visible,
a:focus-visible {
  outline: 2px solid #684c44;
  outline-offset: 5px;
}
.announcement {
  text-align: center;
  background: #e4e8df;
  padding: 8px 16px;
  font-size: 12px;
  letter-spacing: 0.2em;
}
header {
  height: 112px;
  margin: 0 5%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #deded3;
  gap: 20px;
}
.brand {
  font:
    42px Georgia,
    serif;
  display: flex;
  flex-direction: column;
  line-height: 1;
  align-items: center;
}
.brand span {
  font:
    11px Arial,
    sans-serif;
  letter-spacing: 0.38em;
  margin-top: 10px;
}
nav {
  display: flex;
  gap: 36px;
  font-size: 14px;
}
.navcta {
  font-size: 14px;
  border-bottom: 1px solid #6e7866;
  padding-bottom: 5px;
}
.navcta span {
  margin-left: 20px;
}
.hero {
  display: grid;
  grid-template-columns: 48% 52%;
  min-height: 660px;
  padding: 40px 5% 54px;
  align-items: center;
  gap: 20px;
}
.hero-copy {
  padding-right: 30px;
}
.eyebrow {
  font-size: 12px;
  letter-spacing: 0.18em;
  font-weight: 500;
  margin: 0 0 24px;
}
h1,
h2 {
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 400;
  line-height: 1.07;
  margin: 0;
  letter-spacing: -0.045em;
}
h1 {
  font-size: clamp(64px, 6.6vw, 108px);
}
em {
  font-weight: 400;
  color: #8e6b61;
}
.intro {
  max-width: 420px;
  color: #687064;
  line-height: 1.8;
  margin: 28px 0 30px;
}
.button {
  display: inline-flex;
  padding: 16px 26px;
  background: #495543;
  color: #fff;
  gap: 42px;
  font-size: 14px;
}
.hero-note {
  font-size: 12px;
  margin-top: 24px;
  color: #74786d;
}
.hero-photo {
  height: 590px;
  position: relative;
  background: #eee5db;
  border-radius: 160px 160px 0 0;
  overflow: hidden;
}
.hero-photo img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.photo-caption {
  position: absolute;
  bottom: 20px;
  left: 0;
  right: 0;
  text-align: center;
  font-size: 11px;
  letter-spacing: 0.14em;
  background: #faf8f3cf;
  padding: 10px;
}
.brand-line {
  display: flex;
  justify-content: space-evenly;
  gap: 20px;
  padding: 25px;
  background: #efe8df;
  font:
    19px Georgia,
    serif;
}
.section {
  padding: 100px 5%;
}
.section-head {
  display: flex;
  justify-content: space-between;
  align-items: end;
  gap: 20px;
  margin-bottom: 36px;
}
.section-head h2 {
  font-size: 52px;
}
.section-head p:last-child {
  color: #787a6f;
  font-size: 14px;
}
.filters {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  margin-bottom: 36px;
}
.filters button {
  padding: 10px 18px;
  border: 1px solid #d9ddd1;
  background: transparent;
  color: #5e6957;
  border-radius: 30px;
  font-size: 14px;
}
.filters button.active {
  background: #dfe6d9;
  border-color: #b7c2ab;
}
.products {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 36px 24px;
}
.product {
  border: 0;
  padding: 0;
  text-align: left;
  background: transparent;
  color: inherit;
  display: block;
  width: 100%;
}
.product-photo {
  overflow: hidden;
  background: #efe9e1;
  aspect-ratio: 1;
  border-radius: 4px;
  position: relative;
}
.product img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s;
}
.product:hover img {
  transform: scale(1.035);
}
.product .tag {
  position: absolute;
  top: 16px;
  left: 16px;
  background: #faf8f3e6;
  padding: 5px 12px;
  font-size: 12px;
}
.product .meta {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 18px;
  gap: 12px;
}
.product h3 {
  font:
    26px Georgia,
    serif;
  margin: 0;
}
.product p {
  font-size: 14px;
  color: #747b6b;
  margin: 6px 0 0;
}
.product .arrow {
  font-size: 24px;
}
.concept-note {
  font-size: 12px;
  color: #818576;
  margin-top: 32px;
}
.story {
  background: #e6eade;
  display: grid;
  grid-template-columns: 1fr 2.1fr 1.7fr;
  gap: 36px;
  align-items: start;
}
.story-number {
  font-size: 12px;
  letter-spacing: 0.14em;
}
.story h2 {
  font-size: 56px;
}
.story-text p {
  margin-top: 0;
  color: #626e59;
}
.signature {
  display: block;
  font:
    italic 28px Georgia,
    serif;
  margin-top: 30px;
  color: #6e775f;
}
.packaging {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 9%;
  align-items: center;
}
.pack-img {
  background: #eee1d7;
}
.pack-img img {
  width: 100%;
  display: block;
}
.pack-copy h2 {
  font-size: 56px;
}
.pack-copy > p:not(.eyebrow) {
  color: #6f7467;
  margin: 28px 0;
}
.swatches {
  display: flex;
  gap: 24px;
  font-size: 12px;
}
.swatches span:before {
  content: "";
  display: block;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: var(--c);
  margin-bottom: 10px;
  border: 1px solid #ddd4c9;
}
.request {
  display: grid;
  grid-template-columns: minmax(0, 0.85fr) minmax(0, 1.15fr);
  gap: 8%;
  align-items: start;
  background: #f1eee7;
}
.request-copy {
  position: sticky;
  top: 40px;
}
.request-copy h2 {
  font-size: 56px;
}
.request-copy > p:not(.eyebrow) {
  max-width: 520px;
  color: #687064;
  margin-top: 28px;
}
.request-success {
  margin-top: 24px;
  padding: 14px 16px;
  border: 1px solid #9db18f;
  background: #e5ecdf;
  color: #31412d;
}
.request-form {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
  padding: 30px;
  border: 1px solid #d9d6cc;
  background: #faf8f3;
}
.request-form label {
  display: grid;
  gap: 7px;
  font-size: 13px;
  letter-spacing: 0.03em;
}
.request-form input,
.request-form select,
.request-form textarea {
  width: 100%;
  border: 1px solid #cfd3c7;
  border-radius: 0;
  background: #fff;
  color: #394337;
  font: inherit;
  padding: 12px 13px;
}
.request-form textarea {
  resize: vertical;
}
.request-form .full {
  grid-column: 1 / -1;
}
.request-form .consent {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  letter-spacing: 0;
  color: #687064;
}
.request-form .consent input {
  width: auto;
  margin-top: 5px;
}
.request-form .button {
  border: 0;
  justify-content: space-between;
}
.request-form .hp {
  position: absolute;
  left: -9999px;
}
.closing {
  background: #eddfdc;
  padding: 90px 20px;
  text-align: center;
}
.closing h2 {
  font-size: 82px;
}
.closing a {
  display: inline-block;
  border-bottom: 1px solid #736459;
  margin-top: 30px;
  font-size: 14px;
}
footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  padding: 50px 5%;
  font-size: 12px;
  color: #697161;
}
footer .brand {
  font-size: 34px;
}
dialog {
  border: 0;
  padding: 0;
  width: min(840px, 92vw);
  background: #faf8f3;
  color: #394337;
  max-height: 90vh;
  overflow: auto;
}
dialog[open] {
  display: grid;
  grid-template-columns: 1fr 1fr;
}
dialog::backdrop {
  background: #26302699;
}
dialog > img {
  width: 100%;
  height: 100%;
  min-height: 360px;
  object-fit: cover;
}
.detail-copy {
  padding: 58px 32px;
}
.detail-copy h2 {
  font-size: 42px;
}
.detail-copy > p:not(.eyebrow) {
  color: #6b735f;
  margin-top: 25px;
}
.detail-note {
  font-size: 12px;
}
#close {
  position: absolute;
  right: 12px;
  top: 8px;
  background: #faf8f3;
  border: 0;
  font-size: 30px;
  width: 40px;
  height: 40px;
  color: #394337;
}
@media (min-width: 1700px) {
  main,
  header,
  footer {
    max-width: 1600px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 900px) {
  header {
    height: 100px;
  }
  nav {
    gap: 18px;
  }
  .navcta {
    display: none;
  }
  .hero {
    min-height: auto;
    grid-template-columns: 1fr 1fr;
  }
  .hero-photo {
    height: 500px;
  }
  .hero-copy {
    padding-right: 0;
  }
  h1 {
    font-size: 65px;
  }
  .products {
    grid-template-columns: repeat(2, 1fr);
  }
  .story {
    grid-template-columns: 1fr 1fr;
  }
  .story-number {
    grid-column: 1/-1;
  }
  .story h2,
  .pack-copy h2 {
    font-size: 44px;
  }
  .packaging {
    gap: 5%;
  }
  .request {
    gap: 5%;
  }
}
@media (max-width: 600px) {
  header {
    margin: 0 6%;
    height: 95px;
  }
  .brand {
    font-size: 34px;
  }
  nav {
    gap: 14px;
    font-size: 12px;
  }
  nav a:last-child {
    display: none;
  }
  .hero {
    grid-template-columns: 1fr;
    padding: 42px 6% 36px;
    gap: 34px;
  }
  .eyebrow {
    font-size: 11px;
    letter-spacing: 0.12em;
  }
  h1 {
    font-size: 70px;
  }
  .intro {
    font-size: 16px;
  }
  .hero-photo {
    height: 400px;
    border-radius: 120px 120px 0 0;
  }
  .brand-line {
    font-size: 14px;
    padding: 20px 10px;
    gap: 14px;
    flex-wrap: wrap;
  }
  .section {
    padding: 65px 6%;
  }
  .section-head {
    display: block;
  }
  .section-head h2 {
    font-size: 42px;
  }
  .section-head p:last-child {
    margin-top: 20px;
  }
  .filters {
    gap: 8px;
  }
  .filters button {
    font-size: 12px;
    padding: 8px 12px;
  }
  .products {
    gap: 26px 14px;
  }
  .product h3 {
    font-size: 23px;
  }
  .product p {
    font-size: 12px;
  }
  .product .tag {
    font-size: 10px;
    top: 10px;
    left: 10px;
    padding: 4px 7px;
  }
  .product .arrow {
    font-size: 20px;
  }
  .story {
    grid-template-columns: 1fr;
    gap: 25px;
  }
  .story h2 {
    font-size: 48px;
  }
  .packaging {
    grid-template-columns: 1fr;
    gap: 32px;
  }
  .request {
    grid-template-columns: 1fr;
    gap: 32px;
  }
  .request-copy {
    position: static;
  }
  .request-copy h2 {
    font-size: 48px;
  }
  .request-form {
    grid-template-columns: 1fr;
    padding: 22px;
  }
  .request-form .full {
    grid-column: auto;
  }
  .pack-copy h2 {
    font-size: 48px;
  }
  .closing {
    padding: 65px 20px;
  }
  .closing h2 {
    font-size: 68px;
  }
  footer {
    flex-wrap: wrap;
    padding: 38px 6%;
  }
  footer p {
    font:
      italic 17px Georgia,
      serif;
  }
  footer > span {
    width: 100%;
  }
  dialog[open] {
    grid-template-columns: 1fr;
  }
  dialog > img {
    min-height: 0;
    max-height: 330px;
  }
  .detail-copy {
    padding: 30px;
  }
  .detail-copy h2 {
    font-size: 38px;
  }
}
@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
  .product img {
    transition: none;
  }
}
.brand-logo img {
  display: block;
  width: 125px;
  height: 100px;
  object-fit: contain;
}
@media (max-width: 600px) {
  .brand-logo img {
    width: 100px;
    height: 82px;
  }
}
