:root {
  --cream: #fffefa;
  --paper: #fffffc;
  --paper-deep: #faf4eb;
  --blush: #faf6ef;
  --rose: #bf918e;
  --dusty-rose: #a66b6c;
  --wine: #7a3f4c;
  --brown: #57443b;
  --taupe: #8a7266;
  --sage: #b7c1aa;
  --line: #e7d2c4;
  --shadow: rgba(89, 70, 61, 0.13);
}

@font-face {
  font-family: "Featherly";
  src:
    url("fonts/Featherly.woff2") format("woff2"),
    url("fonts/Featherly.woff") format("woff"),
    url("fonts/Featherly.ttf") format("truetype"),
    url("fonts/Featherly.otf") format("opentype");
  font-display: swap;
  font-style: normal;
  font-weight: 400;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--brown);
  background:
    radial-gradient(circle at 15% 12%, rgba(252, 247, 239, 0.3), transparent 24%),
    radial-gradient(circle at 82% 8%, rgba(235, 239, 226, 0.12), transparent 25%),
    radial-gradient(circle at 78% 82%, rgba(252, 247, 239, 0.24), transparent 28%),
    linear-gradient(90deg, rgba(87, 68, 59, 0.012) 1px, transparent 1px),
    linear-gradient(rgba(87, 68, 59, 0.01) 1px, transparent 1px),
    var(--cream);
  background-size: auto, auto, auto, 46px 46px, 46px 46px, auto;
  font-family: Georgia, "Times New Roman", serif;
  line-height: 1.6;
}

a {
  color: inherit;
}

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

.site-header {
  position: sticky;
  top: 0;
  z-index: 10;
  border-bottom: 1px solid rgba(232, 213, 200, 0.76);
  background: rgba(255, 254, 250, 0.97);
  backdrop-filter: blur(12px);
}

.nav {
  width: min(1180px, calc(100% - 36px));
  min-height: 82px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
}

.brand {
  display: inline-flex;
  flex-direction: column;
  color: var(--wine);
  text-decoration: none;
}

.brand span {
  font-family: "Lavishly Yours", "Featherly", "Lucida Handwriting", "Segoe Script", "Brush Script MT", Georgia, cursive;
  font-size: 41px;
  font-weight: 400;
  line-height: 0.86;
  white-space: nowrap;
}

.brand small {
  margin-top: 6px;
  color: var(--taupe);
  font-family: Arial, Helvetica, sans-serif;
  font-size: 9px;
  font-weight: 600;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.site-header .brand small {
  margin-left: 74px;
  letter-spacing: 2.1px;
}

.footer-brand small {
  margin-left: 74px;
  letter-spacing: 2.1px;
}

.nav-links {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 30px;
}

.nav-link,
.nav-button,
.primary-button,
.collection-card a,
.product-button,
.text-link,
.footer-links a {
  font-family: Arial, Helvetica, sans-serif;
  font-weight: 700;
  letter-spacing: 0.9px;
  text-transform: uppercase;
  text-decoration: none;
}

.nav-link {
  color: var(--brown);
  font-size: 14px;
}

.nav-button,
.primary-button {
  min-height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(123, 67, 80, 0.82);
  border-radius: 999px;
  background: var(--wine);
  color: var(--paper);
  box-shadow: 0 9px 20px rgba(123, 67, 80, 0.16);
}

.nav-button {
  min-width: 174px;
  min-height: 44px;
  padding: 0 22px;
  font-size: 13px;
}

.hero {
  position: relative;
  overflow: visible;
  border-bottom: 1px solid var(--line);
  background:
    radial-gradient(circle at 78% 33%, rgba(184, 194, 170, 0.1), transparent 23%),
    linear-gradient(rgba(255, 254, 250, 0.96), rgba(252, 247, 239, 0.9)),
    repeating-linear-gradient(45deg, rgba(87, 68, 59, 0.012) 0 1px, transparent 1px 38px);
}

.hero::after {
  position: absolute;
  right: -7%;
  bottom: 52px;
  width: 54%;
  height: 170px;
  border-bottom: 2px solid rgba(123, 67, 80, 0.2);
  border-radius: 0 0 54% 50%;
  content: "";
  transform: rotate(-8deg);
}

.hero::before {
  position: absolute;
  left: max(18px, calc((100% - 1180px) / 2));
  bottom: 42px;
  width: 150px;
  height: 98px;
  background:
    radial-gradient(circle at 24px 22px, rgba(168, 109, 112, 0.16) 0 4px, transparent 5px),
    radial-gradient(circle at 68px 52px, rgba(184, 194, 170, 0.24) 0 5px, transparent 6px),
    radial-gradient(circle at 110px 30px, rgba(190, 160, 142, 0.18) 0 3px, transparent 4px);
  content: "";
  opacity: 0.8;
}

.hero-content {
  position: relative;
  z-index: 1;
  width: min(1080px, calc(100% - 64px));
  min-height: 455px;
  margin: 0 auto;
  padding: 48px 0 58px;
  display: grid;
  grid-template-columns: minmax(0, 1.02fr) minmax(300px, 0.74fr);
  align-items: center;
  gap: 66px;
}

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

.eyebrow {
  margin: 0 0 14px;
  color: var(--dusty-rose);
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 2.2px;
  text-transform: uppercase;
}

h1,
h2,
h3,
p {
  overflow-wrap: break-word;
}

h1,
h2,
h3 {
  margin: 0;
  color: var(--brown);
  font-weight: 500;
  line-height: 1.08;
}

h1 {
  max-width: 620px;
  font-size: 51px;
}

h2 {
  font-size: 37px;
}

h3 {
  font-size: 19px;
}

.intro {
  max-width: 560px;
  margin: 20px 0 22px;
  color: var(--taupe);
  font-size: 19px;
}

.hero-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 22px;
}

.hero-tags span {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  padding: 0 13px;
  border: 1px solid rgba(168, 109, 112, 0.28);
  border-radius: 999px;
  background: rgba(255, 254, 250, 0.76);
  color: var(--wine);
  font-family: Arial, Helvetica, sans-serif;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  box-shadow: 0 8px 18px rgba(89, 70, 61, 0.06);
}

.hero-actions {
  position: relative;
  width: fit-content;
  z-index: 8;
}

.shop-dropdown {
  position: relative;
  color: var(--wine);
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
}

.shop-dropdown summary {
  min-height: 42px;
  padding: 0 24px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(123, 67, 80, 0.82);
  border-radius: 999px;
  background: var(--wine);
  color: var(--paper);
  box-shadow: 0 9px 20px rgba(123, 67, 80, 0.16);
  cursor: pointer;
  list-style: none;
  font-weight: 700;
  letter-spacing: 0.9px;
  text-transform: uppercase;
}

.shop-dropdown summary::-webkit-details-marker {
  display: none;
}

.shop-dropdown summary::after {
  margin-left: 8px;
  content: "+";
  color: rgba(255, 250, 241, 0.78);
}

.shop-dropdown[open] summary::after {
  content: "-";
}

.shop-dropdown-list {
  position: absolute;
  top: calc(100% + 8px);
  left: 4px;
  min-width: 260px;
  padding: 12px;
  display: grid;
  gap: 5px;
  border: 1px solid rgba(232, 213, 200, 0.9);
  border-radius: 18px;
  background:
    radial-gradient(circle at 18% 10%, rgba(252, 247, 239, 0.42), transparent 30%),
    rgba(255, 254, 250, 0.98);
  box-shadow: 0 14px 26px rgba(89, 70, 61, 0.1);
  z-index: 20;
}

.shop-dropdown-list a {
  padding: 9px 11px;
  display: grid;
  gap: 2px;
  border-radius: 14px;
  color: var(--wine);
  text-decoration: none;
}

.shop-dropdown-list strong {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.8px;
  text-transform: uppercase;
}

.shop-dropdown-list span {
  color: var(--taupe);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 13px;
  letter-spacing: 0;
  text-transform: none;
}

.shop-dropdown-list a:hover,
.shop-dropdown-list a:focus {
  background: rgba(252, 247, 239, 0.64);
  outline: none;
}

.hero-copy h1::after,
.section-heading h2::after,
.about-content h2::after {
  display: block;
  margin-top: 12px;
  color: var(--rose);
  font-family: "Lavishly Yours", "Featherly", "Lucida Handwriting", cursive;
  font-size: 34px;
  font-weight: 400;
  line-height: 0.9;
  content: "with love";
  opacity: 0.74;
}

.hero-copy h1::after {
  content: "";
}

.section-heading h2::after {
  margin-top: 8px;
  font-size: 28px;
  content: "softly curated";
}

.about-content h2::after {
  font-size: 30px;
  content: "made gently";
}

.primary-button {
  padding: 0 24px;
  font-size: 11px;
}

.primary-button:hover,
.nav-button:hover,
.product-button:hover {
  background: var(--dusty-rose);
  border-color: var(--dusty-rose);
}

.hero-art {
  position: relative;
  width: min(500px, 100%);
  justify-self: center;
  border: 0;
  border-radius: 62% 38% 52% 48% / 42% 48% 52% 58%;
  background: rgba(255, 254, 250, 0.22);
  box-shadow: none;
  overflow: hidden;
  transform: translateY(4px) rotate(-2deg);
  -webkit-mask-image: radial-gradient(ellipse at 60% 50%, #000 0 46%, rgba(0, 0, 0, 0.62) 64%, transparent 84%);
  mask-image: radial-gradient(ellipse at 60% 50%, #000 0 46%, rgba(0, 0, 0, 0.62) 64%, transparent 84%);
}

.hero-art::after {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(255, 254, 250, 0.7) 0%, rgba(255, 254, 250, 0.22) 34%, rgba(255, 254, 250, 0.04) 100%),
    radial-gradient(ellipse at 66% 45%, rgba(252, 247, 239, 0), rgba(252, 247, 239, 0.22) 74%);
  content: "";
  pointer-events: none;
}

.hero-art::before {
  display: block;
  padding-top: 100%;
  content: "";
}

.hero-art img {
  position: absolute;
  inset: -4%;
  width: 100%;
  height: 100%;
  opacity: 1;
  filter: blur(0.15px);
  object-fit: cover;
  object-position: center;
  transform: rotate(2deg) scale(1.08);
}

.collections-section,
.products-section {
  width: min(1180px, calc(100% - 36px));
  margin: 0 auto;
  padding: 58px 0 46px;
}

.collections-section {
  position: relative;
}

.collections-section::before {
  position: absolute;
  top: 42px;
  left: -4px;
  width: 118px;
  height: 76px;
  background:
    radial-gradient(circle at 18px 18px, rgba(168, 109, 112, 0.24) 0 4px, transparent 5px),
    radial-gradient(circle at 54px 42px, rgba(184, 194, 170, 0.34) 0 6px, transparent 7px),
    radial-gradient(circle at 94px 22px, rgba(210, 160, 159, 0.28) 0 3px, transparent 4px);
  content: "";
}

.section-heading {
  max-width: 720px;
  margin-bottom: 28px;
}

.section-intro {
  max-width: 620px;
  margin: 14px auto 0;
  color: var(--taupe);
  font-size: 17px;
}

.section-heading.centered {
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

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

.collection-card {
  position: relative;
  padding: 14px 14px 20px;
  border: 1px solid rgba(232, 213, 200, 0.96);
  border-radius: 26px;
  background:
    linear-gradient(145deg, rgba(255, 254, 250, 0.98), rgba(252, 247, 239, 0.52));
  box-shadow: 0 18px 38px rgba(89, 70, 61, 0.09);
  text-align: center;
}

.collection-card::before {
  position: absolute;
  top: 14px;
  left: 50%;
  width: 78px;
  height: 18px;
  border-radius: 999px;
  background: rgba(255, 254, 250, 0.76);
  box-shadow: 0 4px 10px rgba(89, 70, 61, 0.08);
  content: "";
  transform: translateX(-50%) rotate(-3deg);
  z-index: 1;
}

.collection-card img {
  width: 100%;
  aspect-ratio: 1 / 0.86;
  object-fit: cover;
  border: 1px solid rgba(232, 213, 200, 0.92);
  border-radius: 20px;
  background: var(--paper);
  box-shadow: inset 0 0 0 8px rgba(255, 254, 250, 0.5);
}

.collection-card h3 {
  margin-top: 14px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.collection-card p {
  min-height: 72px;
  margin: 9px 4px 0;
  color: var(--taupe);
  font-size: 15px;
  line-height: 1.45;
}

.collection-card a {
  min-height: 36px;
  margin-top: 12px;
  padding: 0 16px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(168, 109, 112, 0.46);
  border-radius: 999px;
  color: var(--wine);
  background: rgba(255, 254, 250, 0.82);
  font-size: 10px;
}

.products-section {
  padding-top: 34px;
}

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

.product-card {
  display: flex;
  flex-direction: column;
  border: 1px solid rgba(232, 213, 200, 0.92);
  border-radius: 24px;
  background: rgba(255, 254, 250, 0.92);
  box-shadow: 0 18px 42px rgba(89, 70, 61, 0.1);
  overflow: hidden;
}

.product-card img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  border-bottom: 1px solid var(--line);
  background: var(--blush);
}

.product-content {
  padding: 20px;
  display: flex;
  flex: 1;
  flex-direction: column;
}

.product-content h3 {
  font-size: 23px;
}

.product-description {
  margin: 10px 0 18px;
  color: var(--taupe);
}

.product-shop {
  margin: auto 0 18px;
  color: var(--wine);
  font-family: Arial, Helvetica, sans-serif;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.8px;
  text-transform: uppercase;
}

.product-button {
  min-height: 38px;
  padding: 0 16px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(123, 67, 80, 0.78);
  border-radius: 999px;
  color: var(--paper);
  background: var(--wine);
  font-size: 10px;
}

.shop-preview-list {
  display: grid;
  gap: 34px;
}

.shop-preview-group h3 {
  margin: 0 0 14px;
  color: var(--wine);
  font-family: Arial, Helvetica, sans-serif;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 1.1px;
  text-transform: uppercase;
}

.shop-preview-description {
  max-width: 620px;
  margin: -6px 0 16px;
  color: var(--taupe);
  font-size: 15px;
  line-height: 1.45;
}

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

.preview-card {
  display: flex;
  flex-direction: column;
  border: 1px solid rgba(232, 213, 200, 0.92);
  border-radius: 24px;
  padding: 12px 12px 16px;
  background: rgba(255, 254, 250, 0.92);
  box-shadow: 0 14px 32px rgba(89, 70, 61, 0.08);
  overflow: hidden;
}

.preview-card img {
  width: 100%;
  aspect-ratio: 4 / 3;
  border-radius: 18px;
  object-fit: cover;
  background: var(--blush);
}

.preview-card h4 {
  margin: 14px 0 0;
  color: var(--brown);
  font-size: 19px;
  line-height: 1.15;
  overflow-wrap: anywhere;
}

.preview-card p {
  margin: 7px 0 12px;
  color: var(--taupe);
  font-size: 13px;
  line-height: 1.35;
}

.preview-card a {
  display: inline-flex;
  min-height: 30px;
  align-items: center;
  justify-content: center;
  padding: 0 12px;
  border: 1px solid rgba(123, 67, 80, 0.62);
  border-radius: 999px;
  color: var(--wine);
  font-family: Arial, Helvetica, sans-serif;
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.8px;
  text-decoration: none;
  text-transform: uppercase;
}

.shop-preview-cta {
  max-width: 100%;
  min-height: 42px;
  margin-top: 18px;
  padding: 0 22px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(123, 67, 80, 0.62);
  border-radius: 999px;
  background: rgba(255, 254, 250, 0.82);
  color: var(--wine);
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.8px;
  text-decoration: none;
  text-align: center;
  text-transform: uppercase;
  box-shadow: 0 10px 22px rgba(89, 70, 61, 0.07);
}

.shop-preview-cta:hover,
.shop-preview-cta:focus {
  background: var(--wine);
  color: var(--paper);
  outline: none;
}

.about-section {
  display: grid;
  grid-template-columns: minmax(280px, 0.84fr) minmax(0, 1fr);
  align-items: center;
  gap: 48px;
  margin-top: 30px;
  padding: 56px max(18px, calc((100% - 1180px) / 2));
  background:
    radial-gradient(circle at 88% 22%, rgba(184, 194, 170, 0.12), transparent 22%),
    linear-gradient(90deg, rgba(255, 255, 252, 0.96), rgba(252, 247, 239, 0.62));
}

.about-image img {
  width: 100%;
  max-height: 360px;
  object-fit: cover;
  border: 1px solid rgba(232, 213, 200, 0.92);
  border-radius: 28px 28px 28px 70px;
  box-shadow: 0 18px 48px rgba(92, 70, 60, 0.12);
}

.about-content {
  max-width: 640px;
}

.about-content p {
  color: var(--taupe);
  font-size: 18px;
}

.text-link {
  display: inline-flex;
  margin-top: 6px;
  color: var(--wine);
  font-size: 11px;
}

.benefit-strip {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  width: min(1180px, calc(100% - 36px));
  margin: 0 auto;
  padding: 22px 0;
}

.benefit-strip p {
  margin: 0;
  padding: 0 18px;
  border-right: 1px solid var(--line);
  color: var(--taupe);
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.8px;
  text-align: center;
  text-transform: uppercase;
}

.benefit-strip p:last-child {
  border-right: 0;
}

.site-footer {
  padding: 34px max(18px, calc((100% - 1180px) / 2));
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  background:
    radial-gradient(circle at 12% 18%, rgba(255, 250, 241, 0.18), transparent 24%),
    #d8b4b1;
  color: var(--paper);
}

.site-footer .brand,
.site-footer .brand small {
  color: var(--paper);
}

.site-footer p {
  margin: 8px 0 0;
  color: rgba(255, 250, 242, 0.82);
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 18px;
}

.footer-links a {
  font-size: 10px;
}

@media (max-width: 900px) {
  .nav {
    align-items: flex-start;
    flex-direction: column;
    min-height: auto;
    padding: 18px 0;
  }

  .nav-links {
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 14px;
  }

  .brand span {
    font-size: 31px;
  }

  .brand small {
    font-size: 8px;
  }

  .site-header .brand small {
    margin-left: 48px;
    letter-spacing: 1.4px;
  }

  .footer-brand small {
    margin-left: 48px;
    letter-spacing: 1.4px;
  }

  .hero::after {
    right: -28%;
    bottom: 20px;
    width: 95%;
  }

  .hero-content {
    min-height: auto;
    grid-template-columns: 1fr;
    padding: 42px 0 52px;
  }

  h1 {
    font-size: 36px;
  }

  h2 {
    font-size: 30px;
  }

  .intro {
    font-size: 18px;
  }

  .hero-art {
    width: min(300px, 100%);
  }

  .collection-grid,
  .preview-card-grid,
  .product-grid,
  .about-section,
  .benefit-strip {
    grid-template-columns: 1fr;
  }

  .preview-card {
    display: flex;
  }

  .preview-card img {
    width: 100%;
  }

  .about-section {
    padding-top: 42px;
    padding-bottom: 42px;
  }

  .benefit-strip p {
    padding: 13px 0;
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .benefit-strip p:last-child {
    border-bottom: 0;
  }

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

  .footer-links {
    justify-content: flex-start;
  }
}
