@font-face {
  font-family: Baskerville;
  src: url("assets/LibreBaskerville.ttf") format("truetype");
  font-display: swap;
  font-weight: 100 900;
}
:root {
  --paper: #faf8f3;
  --ink: #293d31;
  --muted: #626a5d;
  --line: #d9ddcf;
  --green: #344a37;
  --pink: #e8d8d0;
  --serif: Baskerville, Georgia, serif;
}
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
  scroll-padding-top: 24px;
}
body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: Arial, Helvetica, sans-serif;
  font-size: 15px;
  line-height: 1.65;
}
a {
  color: inherit;
  text-underline-offset: 5px;
}
button {
  font: inherit;
}
img {
  max-width: 100%;
  display: block;
}
a,
button,
summary {
  -webkit-tap-highlight-color: transparent;
}
a:focus-visible,
button:focus-visible,
summary:focus-visible {
  outline: 3px solid #9b5437;
  outline-offset: 5px;
}
[hidden] {
  display: none !important;
}
.skip-link {
  position: absolute;
  top: -100px;
  left: 16px;
  background: white;
  padding: 12px;
  z-index: 5;
}
.skip-link:focus {
  top: 10px;
}
.announcement {
  text-align: center;
  background: #e7ebdf;
  color: #40513c;
  padding: 8px 16px;
  font-size: 11px;
  letter-spacing: 1.1px;
}
.site-header {
  max-width: 1440px;
  margin: auto;
  padding: 29px 6%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 25px;
}
.brand {
  font-family: var(--serif);
  font-size: 23px;
  text-decoration: none;
  position: relative;
  line-height: 1.5;
}
.brand i {
  font-weight: normal;
  color: #788467;
}
.brand-flower {
  font-family: Georgia, serif;
  font-size: 29px;
  vertical-align: middle;
  margin-right: 6px;
  color: #788467;
}
.brand-note {
  display: block;
  font:
    8px Arial,
    sans-serif;
  letter-spacing: 2.2px;
  margin: 7px 0 0 35px;
}
.site-header nav {
  display: flex;
  gap: 30px;
  font-size: 12px;
}
.site-header nav a {
  text-decoration: none;
}
.site-header nav a:hover,
.shop-link:hover {
  text-decoration: underline;
}
.shop-link {
  font-size: 12px;
  text-decoration: none;
  border-bottom: 1px solid var(--ink);
  padding: 7px 0;
}
.shop-link span {
  padding-left: 13px;
}
.hero {
  max-width: 1440px;
  margin: auto;
  display: grid;
  grid-template-columns: 1fr 1.07fr;
  min-height: 590px;
  align-items: center;
  padding: 25px 6% 55px;
  gap: 40px;
}
.eyebrow {
  font-size: 10px;
  letter-spacing: 2.1px;
  font-weight: 600;
  margin: 0 0 24px;
}
.hero h1 {
  font-family: var(--serif);
  font-weight: 400;
  font-size: clamp(42px, 4.7vw, 68px);
  line-height: 1.2;
  letter-spacing: -2.5px;
  margin: 0 0 26px;
}
em {
  font-weight: 400;
  color: #7a8466;
}
.intro {
  max-width: 370px;
  color: var(--muted);
  line-height: 1.9;
  margin-bottom: 31px;
  font-size: 14px;
}
.button {
  display: inline-flex;
  align-items: center;
  gap: 36px;
  background: var(--green);
  color: #fff;
  text-decoration: none;
  padding: 16px 23px;
  font-size: 12px;
  transition:
    background 0.2s,
    transform 0.2s;
}
.button:hover {
  background: #496044;
  transform: translateY(-2px);
}
.hero-note {
  font-size: 10px;
  color: var(--muted);
  margin-top: 20px;
  letter-spacing: 0.2px;
}
.hero-visual {
  height: 510px;
  margin: 0;
  position: relative;
  isolation: isolate;
  background: #efeee5;
  border-radius: 46% 46% 2px 2px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.hero-art {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.19;
  mix-blend-mode: multiply;
  border-radius: inherit;
}
.hero-product {
  width: 90%;
  position: relative;
  mix-blend-mode: multiply;
}
.hero-product img {
  width: 100%;
  height: auto;
}
.flower-stamp {
  position: absolute;
  right: -18px;
  top: 16px;
  border-radius: 50%;
  width: 119px;
  height: 119px;
  background: #e9ded3;
  border: 1px solid #c3b8a4;
  outline: 5px solid var(--paper);
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  font-size: 7px;
  letter-spacing: 1.5px;
  transform: rotate(12deg);
}
.flower-stamp span {
  font-family: var(--serif);
  font-style: italic;
  font-size: 19px;
  line-height: 1.25;
  margin: 8px 0;
  letter-spacing: -0.5px;
}
.hero-visual figcaption {
  position: absolute;
  bottom: 16px;
  left: 24px;
  right: 24px;
  display: flex;
  justify-content: space-between;
  gap: 12px;
  font-size: 9px;
  color: #505948;
}
.qualities {
  display: flex;
  justify-content: center;
  gap: 80px;
  padding: 23px 6%;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  font-size: 10px;
  letter-spacing: 0.8px;
}
.qualities span:before {
  content: "✳";
  margin-right: 13px;
  color: #7e8768;
}
.section {
  max-width: 1440px;
  margin: auto;
  padding: 85px 6%;
}
.section-heading {
  display: flex;
  justify-content: space-between;
  gap: 30px;
  align-items: flex-end;
}
.section-heading .eyebrow {
  margin-bottom: 16px;
}
h2 {
  font-family: var(--serif);
  font-size: clamp(28px, 3vw, 39px);
  line-height: 1.4;
  letter-spacing: -1.3px;
  font-weight: 400;
  margin: 0;
}
h3 {
  font-family: var(--serif);
  font-weight: 400;
}
.section-heading > p {
  font-size: 12px;
  line-height: 1.9;
  color: var(--muted);
  margin-bottom: 5px;
}
.collection-toolbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  margin: 34px 0 27px;
}
.filters {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}
.filters button {
  border: 1px solid var(--line);
  border-radius: 25px;
  background: transparent;
  font-size: 11px;
  padding: 9px 18px;
  cursor: pointer;
  color: var(--ink);
}
.filters button:hover {
  border-color: var(--green);
}
.filters button[aria-pressed="true"] {
  background: var(--green);
  color: white;
  border-color: var(--green);
}
#collection-count {
  font-size: 10px;
  color: var(--muted);
  white-space: nowrap;
}
.product-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 35px 22px;
}
.product-card {
  min-width: 0;
}
.product-link {
  text-decoration: none;
  display: block;
}
.product-image {
  position: relative;
  background: #f0eee7;
  overflow: hidden;
  aspect-ratio: 1/1.08;
}
.product-image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  mix-blend-mode: multiply;
  transition: transform 0.3s;
}
.product-link:hover img {
  transform: scale(1.045);
}
.month-number {
  position: absolute;
  top: 13px;
  left: 16px;
  color: #727760;
  font-size: 10px;
  letter-spacing: 1px;
}
.product-info {
  padding: 16px 1px 0;
}
.product-title {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  gap: 8px;
}
.product-title h3 {
  font-size: 18px;
  margin: 0;
}
.product-title span {
  font-size: 10px;
  color: var(--muted);
}
.product-info p {
  margin: 5px 0 10px;
  font-size: 10px;
  color: var(--muted);
}
.product-cta {
  font-size: 10px;
  border-bottom: 1px solid #a9ae9a;
  padding-bottom: 3px;
  display: inline-block;
}
.product-cta span {
  margin-left: 12px;
}
.collection-note {
  font-size: 10px;
  color: var(--muted);
  margin: 28px 0 0;
  max-width: 650px;
}
.how {
  background: #e9eddf;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 70px;
  max-width: none;
  padding-left: max(6%, calc((100% - 1268px) / 2));
  padding-right: max(6%, calc((100% - 1268px) / 2));
}
.how h2 {
  margin-bottom: 25px;
}
.text-link {
  font-size: 12px;
  text-decoration: none;
  border-bottom: 1px solid var(--ink);
  padding-bottom: 6px;
}
.text-link span {
  margin-left: 20px;
}
.steps {
  padding: 0;
  margin: 0;
  list-style: none;
}
.steps li {
  display: flex;
  gap: 25px;
  padding: 22px 0;
  border-bottom: 1px solid #cbd2bd;
}
.steps li:first-child {
  padding-top: 0;
}
.steps li:last-child {
  border: 0;
  padding-bottom: 0;
}
.step-number {
  font-family: var(--serif);
  color: #738362;
  font-size: 24px;
  line-height: 1.4;
}
.steps h3 {
  font-size: 19px;
  margin: 0 0 6px;
}
.steps p {
  font-size: 12px;
  color: #59624f;
  margin: 0;
  max-width: 350px;
}
.story {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  gap: 85px;
}
.story-art {
  height: 370px;
  background: #f0e9e1;
  overflow: hidden;
  border-radius: 2px 48% 2px 2px;
}
.story-art img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  mix-blend-mode: multiply;
}
.story p:not(.eyebrow) {
  font-size: 12px;
  color: var(--muted);
  max-width: 435px;
  line-height: 1.95;
}
.faq {
  border-top: 1px solid var(--line);
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  gap: 70px;
  padding-top: 65px;
}
.faq > div > p:not(.eyebrow) {
  font-size: 12px;
  color: var(--muted);
}
details {
  border-bottom: 1px solid var(--line);
  padding: 19px 0;
}
details:first-child {
  padding-top: 0;
}
summary {
  cursor: pointer;
  font-size: 13px;
  list-style: none;
  position: relative;
  padding-right: 28px;
}
summary::-webkit-details-marker {
  display: none;
}
summary:after {
  content: "+";
  position: absolute;
  right: 2px;
  font-size: 20px;
  top: -7px;
}
details[open] summary:after {
  content: "−";
}
details p {
  font-size: 12px;
  line-height: 1.9;
  color: var(--muted);
  margin-bottom: 0;
}
.closing {
  text-align: center;
  background: #ece4dc;
  padding: 65px 20px 70px;
}
.closing .eyebrow {
  margin-bottom: 16px;
}
.closing h2 {
  font-size: clamp(29px, 3.4vw, 44px);
  line-height: 1.4;
}
.closing em {
  color: #667353;
}
.closing .button {
  margin-top: 28px;
}
footer {
  max-width: 1440px;
  margin: auto;
  padding: 45px 6% 30px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 25px;
}
.footer-brand {
  font-family: var(--serif);
  font-size: 23px;
  text-decoration: none;
}
footer p {
  font-size: 10px;
  color: var(--muted);
  margin-top: 12px;
}
.footer-links {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 24px;
  font-size: 10px;
}
.footer-links a {
  text-decoration: none;
}
.copyright {
  grid-column: 1/-1;
  border-top: 1px solid var(--line);
  padding-top: 22px;
  font-size: 9px;
  line-height: 1.9;
}
@media (min-width: 1600px) {
  .how {
    padding-left: calc((100% - 1268px) / 2);
    padding-right: calc((100% - 1268px) / 2);
  }
}
@media (max-width: 1000px) {
  .site-header nav {
    gap: 16px;
  }
  .brand {
    font-size: 19px;
  }
  .hero {
    gap: 25px;
    min-height: auto;
  }
  .hero-visual {
    height: 425px;
  }
  .qualities {
    gap: 28px;
  }
  .product-grid {
    grid-template-columns: repeat(3, 1fr);
  }
  .story {
    gap: 40px;
  }
  .footer-links {
    gap: 15px;
    flex-wrap: wrap;
  }
  .flower-stamp {
    width: 100px;
    height: 100px;
    right: -10px;
  }
  .flower-stamp span {
    font-size: 17px;
  }
  .hero h1 {
    font-size: 47px;
  }
}
@media (max-width: 700px) {
  .site-header {
    padding: 22px 6%;
  }
  .site-header nav {
    display: none;
  }
  .brand {
    font-size: 18px;
  }
  .brand-note {
    font-size: 6px;
    letter-spacing: 1.6px;
    margin-left: 29px;
  }
  .brand-flower {
    font-size: 22px;
    margin-right: 3px;
  }
  .shop-link {
    font-size: 10px;
  }
  .shop-link span {
    padding-left: 5px;
  }
  .announcement {
    font-size: 9px;
    letter-spacing: 0.5px;
  }
  .hero {
    grid-template-columns: 1fr;
    padding-top: 28px;
    gap: 32px;
    padding-bottom: 36px;
  }
  .hero-copy {
    text-align: center;
  }
  .hero h1 {
    font-size: 45px;
    letter-spacing: -1.8px;
  }
  .eyebrow {
    font-size: 9px;
    letter-spacing: 1.7px;
    margin-bottom: 18px;
  }
  .intro {
    font-size: 13px;
    margin: 0 auto 24px;
    max-width: 325px;
  }
  .hero-visual {
    height: 390px;
    max-width: 430px;
    width: 100%;
    justify-self: center;
  }
  .hero-product {
    width: 85%;
    max-width: 340px;
  }
  .hero-note {
    margin-bottom: 0;
  }
  .flower-stamp {
    right: 0;
    top: 12px;
  }
  .hero-visual figcaption {
    font-size: 8px;
    left: 18px;
    right: 18px;
  }
  .qualities {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px 16px;
    font-size: 9px;
    padding: 21px 6%;
  }
  .qualities span:before {
    margin-right: 7px;
  }
  .section {
    padding: 55px 6%;
  }
  .section-heading {
    display: block;
  }
  .section-heading > p {
    margin-top: 16px;
  }
  h2 {
    font-size: 28px;
    letter-spacing: -1px;
  }
  .collection-toolbar {
    display: block;
    margin-top: 25px;
  }
  .filters {
    gap: 6px;
  }
  .filters button {
    font-size: 10px;
    padding: 8px 12px;
  }
  .product-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 27px 14px;
  }
  .product-title {
    display: block;
  }
  .product-title h3 {
    font-size: 17px;
  }
  .product-title span {
    font-size: 10px;
  }
  .product-info {
    padding-top: 12px;
  }
  .product-info p {
    font-size: 9px;
    margin-top: 3px;
  }
  .product-cta {
    font-size: 9px;
  }
  .product-cta span {
    margin-left: 4px;
  }
  .month-number {
    top: 8px;
    left: 10px;
    font-size: 9px;
  }
  .how,
  .story,
  .faq {
    grid-template-columns: 1fr;
    gap: 35px;
  }
  .steps h3 {
    font-size: 18px;
  }
  .story-art {
    height: 280px;
    order: 2;
  }
  .faq {
    padding-top: 40px;
  }
  .faq .eyebrow {
    margin-bottom: 10px;
  }
  .closing {
    padding: 50px 6%;
  }
  footer {
    grid-template-columns: 1fr;
    padding-top: 34px;
    gap: 10px;
  }
  .footer-links {
    justify-content: flex-start;
    gap: 20px;
    margin: 10px 0;
  }
  .footer-brand {
    font-size: 21px;
  }
  .copyright {
    margin-top: 15px;
  }
}
@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
  *,
  *:before,
  *:after {
    transition: none !important;
  }
}
/* Keep the product mockup unobscured by decorative artwork. */
.hero-art {
  display: none;
}
.hero-product {
  width: 82%;
  border-radius: 50% 50% 0 0;
  overflow: hidden;
}
