:root {
  --cream: #ffffff;
  --paper: #ffffff;
  --wine: #6e1738;
  --wine-dark: #431128;
  --rose: #b94a63;
  --sage: #5d7057;
  --ink: #29241f;
  --muted: #746d62;
  --line: rgba(67, 17, 40, 0.16);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background:
    radial-gradient(circle at 14% 22%, rgba(110, 23, 56, 0.025) 0 1px, transparent 1.5px) 0 0 / 18px 18px,
    var(--cream);
  color: var(--ink);
  font-family: Arial, Helvetica, sans-serif;
}

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

.skip-link {
  background: var(--wine);
  color: white;
  left: 1rem;
  padding: 0.75rem 1rem;
  position: fixed;
  top: -5rem;
  z-index: 100;
}

.skip-link:focus {
  top: 1rem;
}

.site-header {
  align-items: center;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  margin: 0 auto;
  max-width: 1440px;
  padding: 25px 5vw;
  position: absolute;
  inset: 0 0 auto;
  z-index: 10;
}

.brand {
  display: block;
  justify-self: start;
  line-height: 0;
  width: 210px;
}

.brand__crop {
  display: block;
  height: 80px;
  overflow: hidden;
  position: relative;
  width: 100%;
}

.brand__image {
  display: block;
  height: auto;
  left: 0;
  mix-blend-mode: multiply;
  position: absolute;
  top: -42px;
  width: 100%;
}

.site-nav {
  display: flex;
  font-size: 12px;
  gap: 34px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.site-nav a,
.text-link {
  position: relative;
}

.site-nav a::after,
.text-link::after {
  background: currentColor;
  bottom: -6px;
  content: "";
  height: 1px;
  left: 0;
  position: absolute;
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 240ms ease;
  width: 100%;
}

.site-nav a:hover::after,
.site-nav a:focus-visible::after,
.text-link:hover::after,
.text-link:focus-visible::after {
  transform: scaleX(1);
  transform-origin: left;
}

.button {
  align-items: center;
  background: var(--wine);
  border: 1px solid var(--wine);
  border-radius: 999px;
  color: white;
  display: inline-flex;
  font-size: 12px;
  font-weight: 700;
  gap: 19px;
  justify-content: center;
  letter-spacing: 0.07em;
  padding: 16px 22px;
  text-transform: uppercase;
  transition: background 200ms ease, color 200ms ease, transform 200ms ease;
}

.button:hover,
.button:focus-visible {
  background: transparent;
  color: var(--wine);
  transform: translateY(-2px);
}

.button--small {
  justify-self: end;
  padding: 12px 18px;
}

.hero {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(420px, 0.82fr);
  margin: 0 auto;
  max-width: 1440px;
  min-height: 780px;
  overflow: hidden;
  padding: 150px 5vw 74px;
}

.hero__copy {
  align-self: center;
  max-width: 680px;
  padding-right: 6vw;
}

.eyebrow {
  align-items: center;
  color: var(--sage);
  display: flex;
  font-size: 11px;
  font-weight: 700;
  gap: 12px;
  letter-spacing: 0.18em;
  margin: 0 0 28px;
  text-transform: uppercase;
}

.eyebrow > span {
  background: var(--sage);
  height: 1px;
  width: 28px;
}

.eyebrow--wine {
  color: var(--wine);
}

.hero h1,
.intro h2,
.section-heading h2 {
  color: var(--wine-dark);
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 400;
  letter-spacing: -0.055em;
  margin: 0;
}

.hero h1 {
  font-size: clamp(58px, 6.7vw, 102px);
  line-height: 0.94;
  max-width: 750px;
}

.hero h1 em,
.intro h2 em {
  color: var(--rose);
  font-weight: 400;
}

.hero__lead {
  color: #625c52;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 18px;
  line-height: 1.65;
  margin: 29px 0 31px;
  max-width: 590px;
}

.hero__actions {
  align-items: center;
  display: flex;
  gap: 28px;
}

.text-link {
  color: var(--wine);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

.promise {
  align-items: center;
  border-top: 1px solid var(--line);
  display: flex;
  gap: 14px;
  margin-top: 43px;
  max-width: 520px;
  padding-top: 23px;
}

.promise__icon {
  align-items: center;
  border: 1px solid rgba(93, 112, 87, 0.45);
  border-radius: 50%;
  color: var(--sage);
  display: flex;
  flex: 0 0 39px;
  height: 39px;
  justify-content: center;
}

.promise strong,
.promise small {
  display: block;
}

.promise strong {
  color: var(--sage);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 17px;
  font-weight: 400;
}

.promise small {
  color: var(--muted);
  font-size: 11px;
  letter-spacing: 0.04em;
  margin-top: 4px;
}

.hero__visual {
  align-self: stretch;
  background: var(--wine);
  border-radius: 240px 240px 22px 22px;
  min-height: 570px;
  overflow: hidden;
  position: relative;
}

.hero__product-illustration {
  display: block;
  height: 100%;
  inset: 0;
  object-fit: cover;
  object-position: center;
  position: absolute;
  width: 100%;
}

.jar {
  background:
    linear-gradient(90deg, rgba(255,255,255,.24), transparent 17% 74%, rgba(44,3,20,.18)),
    linear-gradient(180deg, #b23253 0%, #8d173c 77%, #691128 100%);
  border: 3px solid rgba(255,255,255,.16);
  border-radius: 28px 28px 62px 62px;
  bottom: 14%;
  box-shadow: inset 0 0 24px rgba(255,255,255,.14), 0 30px 55px rgba(40,4,21,.32);
  height: 330px;
  position: absolute;
  width: 230px;
  z-index: 3;
}

.jar--front {
  left: 21%;
}

.jar--back {
  bottom: 20%;
  filter: saturate(.75) brightness(.82);
  height: 280px;
  left: 51%;
  transform: rotate(7deg);
  width: 190px;
  z-index: 2;
}

.jar__lid {
  background: repeating-linear-gradient(90deg, #c3a272 0 4px, #b38f5b 4px 8px);
  border-radius: 10px 10px 7px 7px;
  box-shadow: inset 0 4px 3px rgba(255,255,255,.35);
  height: 38px;
  left: -5px;
  position: absolute;
  top: -21px;
  width: calc(100% + 10px);
}

.jar__shine {
  background: linear-gradient(90deg, transparent, rgba(255,255,255,.23), transparent);
  height: 210px;
  left: 12px;
  position: absolute;
  top: 46px;
  transform: skew(-8deg);
  width: 34px;
}

.jar__label {
  align-items: center;
  background: #f7edda;
  color: var(--wine-dark);
  display: flex;
  flex-direction: column;
  inset: 76px -4px auto;
  min-height: 164px;
  justify-content: center;
  padding: 18px;
  position: absolute;
  text-align: center;
}

.jar__label::before,
.jar__label::after {
  border: 1px solid rgba(110,23,56,.25);
  border-radius: 50%;
  content: "";
  height: 9px;
  position: absolute;
  top: 12px;
  width: 9px;
}

.jar__label::before { left: 12px; }
.jar__label::after { right: 12px; }

.jar__label span {
  font-size: 8px;
  letter-spacing: .17em;
  text-transform: uppercase;
}

.jar__label strong {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 37px;
  font-weight: 400;
  letter-spacing: -.04em;
  line-height: .95;
  margin: 12px 0 7px;
}

.jar__label small {
  font-size: 8px;
  letter-spacing: .09em;
  text-transform: uppercase;
}

.jar__label b {
  font-size: 8px;
  font-weight: 400;
  margin-top: 9px;
}

.jar--back .jar__label {
  inset: 65px -3px auto;
  min-height: 140px;
}

.jar--back .jar__label strong {
  font-size: 27px;
}

.fruit {
  background: #cf4055;
  border-radius: 46% 48% 50% 50%;
  bottom: 13%;
  height: 48px;
  position: absolute;
  transform: rotate(15deg);
  width: 43px;
  z-index: 5;
}

.fruit::before {
  border-color: transparent transparent #56714e transparent;
  border-style: solid;
  border-width: 0 10px 17px;
  content: "";
  left: 11px;
  position: absolute;
  top: -12px;
}

.fruit--one { left: 13%; }
.fruit--two { bottom: 10%; right: 18%; transform: rotate(-17deg) scale(.75); }

.visual-note {
  color: rgba(255,255,255,.78);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 11px;
  font-style: italic;
  letter-spacing: .04em;
  position: absolute;
  z-index: 6;
}

.visual-note--top {
  border-bottom: 1px solid rgba(255,255,255,.35);
  padding-bottom: 10px;
  right: 9%;
  top: 11%;
}

.visual-note--bottom {
  bottom: 4%;
  left: 7%;
}

.botanical {
  border: 1px solid rgba(255,255,255,.15);
  border-radius: 100% 0;
  height: 170px;
  position: absolute;
  width: 70px;
}

.botanical--one { left: -15px; top: 14%; transform: rotate(25deg); }
.botanical--two { right: -15px; top: 38%; transform: rotate(-35deg); }

.intro {
  align-items: end;
  background: var(--paper);
  border-bottom: 1px solid var(--line);
  border-top: 1px solid var(--line);
  display: grid;
  gap: 4vw;
  grid-template-columns: 70px 1fr .8fr;
  margin: 0 auto;
  max-width: 1440px;
  padding: 92px 6vw;
}

.intro__index {
  align-self: start;
  color: var(--rose);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 14px;
}

.intro h2,
.section-heading h2 {
  font-size: clamp(38px, 4.3vw, 66px);
  line-height: 1.02;
}

.intro__text {
  color: var(--muted);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 17px;
  line-height: 1.8;
  margin: 0;
  max-width: 510px;
}

.product-preview {
  margin: 0 auto;
  max-width: 1440px;
  padding: 100px 5vw 115px;
}

.section-heading {
  align-items: end;
  display: flex;
  justify-content: space-between;
  margin-bottom: 48px;
}

.section-heading .eyebrow {
  margin-bottom: 13px;
}

.section-heading__note {
  color: var(--muted);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 14px;
  font-style: italic;
  margin: 0 0 10px;
}

.mini-products {
  display: grid;
  gap: 18px;
  grid-template-columns: repeat(3, 1fr);
}

.mini-product {
  background: white;
  border: 1px solid var(--line);
  border-radius: 4px 4px 70px 4px;
  color: var(--ink);
  overflow: hidden;
  position: relative;
  transition: transform 240ms ease, box-shadow 240ms ease;
}

.mini-product > img {
  aspect-ratio: 1;
  display: block;
  height: auto;
  object-fit: cover;
  width: 100%;
}

.mini-product__copy {
  padding: 27px 28px 32px;
}

.mini-product:hover {
  box-shadow: 0 24px 55px rgba(67, 17, 40, .13);
  transform: translateY(-6px);
}

.mini-product p {
  color: var(--rose);
  font-size: 10px;
  letter-spacing: .14em;
  margin: 0;
  text-transform: uppercase;
}

.mini-product h3 {
  color: var(--wine-dark);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 39px;
  font-weight: 400;
  letter-spacing: -.04em;
  margin: 12px 0 10px;
}

.mini-product span {
  color: var(--muted);
  display: block;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 15px;
}

.mini-product small {
  color: var(--sage);
  display: block;
  font-size: 9px;
  letter-spacing: .1em;
  margin-top: 21px;
  text-transform: uppercase;
}

.craft {
  background: var(--wine-dark);
  color: white;
  display: grid;
  gap: 7vw;
  grid-template-columns: .75fr 1.25fr;
  margin: 0 auto;
  max-width: 1440px;
  padding: 110px 6vw;
}

.craft__copy {
  align-self: center;
}

.craft .eyebrow {
  color: #cba4ad;
}

.craft h2,
.contact h2 {
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(46px, 5.5vw, 76px);
  font-weight: 400;
  letter-spacing: -.055em;
  line-height: .97;
  margin: 0;
}

.craft__copy > p:not(.eyebrow) {
  color: rgba(255,255,255,.67);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 16px;
  line-height: 1.75;
  margin: 29px 0 37px;
}

.craft ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.craft li {
  border-top: 1px solid rgba(255,255,255,.16);
  font-size: 12px;
  letter-spacing: .08em;
  padding: 16px 0;
  text-transform: uppercase;
}

.craft li:last-child {
  border-bottom: 1px solid rgba(255,255,255,.16);
}

.craft li span {
  color: #cba4ad;
  display: inline-block;
  font-family: Georgia, "Times New Roman", serif;
  margin-right: 22px;
}

.photo-story {
  display: grid;
  gap: 14px;
  grid-template-columns: 1.25fr .75fr;
  grid-template-rows: 1fr 1fr;
  min-height: 640px;
}

.photo-slot {
  background:
    linear-gradient(0deg, rgba(24, 7, 14, .58), transparent 52%),
    repeating-linear-gradient(135deg, rgba(255,255,255,.025) 0 1px, transparent 1px 14px),
    #724c59;
  border: 1px solid rgba(255,255,255,.17);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  overflow: hidden;
  padding: 24px;
  position: relative;
}

.photo-slot::before,
.photo-slot::after {
  border: 1px solid rgba(255,255,255,.15);
  border-radius: 50%;
  content: "";
  height: 160px;
  position: absolute;
  right: -30px;
  top: -35px;
  width: 160px;
}

.photo-slot::after {
  height: 100px;
  right: -6px;
  top: -5px;
  width: 100px;
}

.photo-slot--field {
  background-color: #58604c;
  grid-row: 1 / span 2;
}

.photo-slot--has-image::before {
  background: linear-gradient(180deg, rgba(16, 12, 8, .08) 25%, rgba(16, 12, 8, .72) 100%);
  border: 0;
  border-radius: 0;
  height: auto;
  inset: 0;
  width: auto;
  z-index: 1;
}

.photo-slot--has-image::after {
  display: none;
}

.photo-slot__image {
  height: 100%;
  inset: 0;
  object-fit: cover;
  object-position: center 48%;
  position: absolute;
  width: 100%;
}

.photo-slot__image--harvest {
  object-position: center 52%;
}

.photo-slot--fruit {
  background-color: #7d3048;
  grid-row: 1 / span 2;
}

.photo-slot__number {
  color: rgba(255,255,255,.7);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 13px;
  position: relative;
  z-index: 2;
}

.photo-slot div {
  max-width: 360px;
  position: relative;
  z-index: 2;
}

.photo-slot strong,
.photo-slot small {
  display: block;
}

.photo-slot strong {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 25px;
  font-weight: 400;
  margin-bottom: 7px;
}

.photo-slot small {
  color: rgba(255,255,255,.63);
  font-size: 10px;
  letter-spacing: .05em;
  line-height: 1.5;
  text-transform: uppercase;
}

.contact {
  align-items: end;
  background: var(--rose);
  color: white;
  display: grid;
  gap: 8vw;
  grid-template-columns: 1.15fr .85fr;
  margin: 0 auto;
  max-width: 1440px;
  padding: 105px 6vw;
}

.contact .eyebrow {
  color: #f5c9d1;
}

.contact h2 em {
  color: #f5d9de;
  font-weight: 400;
}

.contact__main > p:not(.eyebrow) {
  color: rgba(255,255,255,.75);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 16px;
  line-height: 1.7;
  margin: 27px 0 0;
  max-width: 610px;
}

.contact__details {
  display: grid;
  grid-template-columns: 1fr 1fr;
}

.contact__details > div {
  border-top: 1px solid rgba(255,255,255,.28);
  padding: 19px 12px 19px 0;
}

.contact__details small,
.contact__details strong {
  display: block;
}

.contact__details small {
  font-size: 9px;
  letter-spacing: .14em;
  margin-bottom: 9px;
  opacity: .68;
  text-transform: uppercase;
}

.contact__details strong {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 16px;
  font-weight: 400;
}

.contact__details a {
  color: inherit;
  text-decoration-color: rgba(255,255,255,.4);
  text-decoration-thickness: 1px;
  text-underline-offset: 4px;
}

.contact__details a:hover {
  text-decoration-color: white;
}

.contact-placeholder strong {
  font-style: italic;
  opacity: .7;
}

footer {
  align-items: center;
  background: white;
  border-top: 1px solid var(--line);
  color: #625c52;
  display: grid;
  font-size: 11px;
  grid-template-columns: 1fr 1fr 1fr;
  letter-spacing: .04em;
  padding: 42px 6vw;
}

footer .brand--light .brand__crop {
  background: white;
  border-radius: 3px;
}

footer .brand--light .brand__image {
  mix-blend-mode: normal;
}

footer p {
  justify-self: center;
  line-height: 1.7;
  margin: 0;
  text-align: center;
}

footer > a {
  justify-self: end;
  text-transform: uppercase;
}

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

  .site-nav {
    display: none;
  }

  .hero {
    grid-template-columns: 1fr;
    padding-top: 140px;
  }

  .hero__copy {
    padding: 25px 0 55px;
  }

  .hero__visual {
    min-height: 580px;
  }

  .intro {
    align-items: start;
    grid-template-columns: 50px 1fr;
  }

  .intro__text {
    grid-column: 2;
  }

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

  .photo-story {
    min-height: 560px;
  }

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

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

  .brand {
    width: 170px;
  }

  .brand__crop {
    height: 66px;
  }

  .brand__image {
    top: -34px;
  }

  .button--small {
    display: none;
  }

  .hero {
    display: block;
    padding: 122px 20px 52px;
  }

  .hero h1 {
    font-size: clamp(53px, 17vw, 78px);
  }

  .hero__lead {
    font-size: 16px;
  }

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

  .hero__visual {
    border-radius: 160px 160px 18px 18px;
    min-height: 500px;
  }

  .jar--front {
    left: 14%;
    transform: scale(.82);
    transform-origin: bottom;
  }

  .jar--back {
    left: 50%;
    transform: rotate(7deg) scale(.8);
    transform-origin: bottom;
  }

  .intro {
    display: block;
    padding: 72px 24px;
  }

  .intro__index {
    margin-bottom: 32px;
  }

  .intro__text {
    margin-top: 30px;
  }

  .product-preview {
    padding: 78px 20px;
  }

  .mini-products {
    grid-template-columns: 1fr;
  }

  .section-heading {
    align-items: flex-start;
    flex-direction: column;
    gap: 20px;
  }

  .craft {
    padding: 78px 20px;
  }

  .photo-story {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: repeat(2, minmax(260px, 1fr));
    min-height: 560px;
  }

  .photo-slot--field,
  .photo-slot--fruit {
    grid-row: auto;
  }

  .contact {
    padding: 78px 20px;
  }

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

  footer {
    gap: 30px;
    grid-template-columns: 1fr;
    text-align: center;
  }

  footer .brand,
  footer p,
  footer > a {
    justify-self: center;
  }
}

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

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