:root {
  --cream: #fffaf4;
  --paper: #fffefd;
  --pink: #f58fa7;
  --pink-soft: #ffe0e7;
  --mint: #b7d8be;
  --mint-soft: #e8f3e8;
  --blue: #bcd7f2;
  --blue-soft: #eaf5ff;
  --butter: #f8d66d;
  --peach: #ffd3bd;
  --ink: #4b4d50;
  --muted: #8b8988;
  --line: #f2ded8;
  --shadow: 0 20px 60px rgba(216, 151, 151, 0.14);
  --serif: "Fraunces", serif;
  --sans: "Nunito Sans", sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background:
    radial-gradient(circle at 8% 30%, rgba(255, 220, 230, .45), transparent 18%),
    radial-gradient(circle at 88% 18%, rgba(218, 240, 225, .58), transparent 20%),
    var(--cream);
  font-family: var(--sans);
}
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input { font: inherit; }
button { cursor: pointer; border: 0; background: none; }
.sr-only { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0,0,0,0); }

.announcement {
  height: 34px;
  display: grid;
  place-items: center;
  background: linear-gradient(90deg, #ffe8ee, #f1fbf3, #ffe8ee);
  color: #8e7d78;
  font-size: 14px;
  letter-spacing: .03em;
}

.site-header {
  max-width: 1280px;
  margin: 0 auto;
  min-height: 118px;
  padding: 28px 48px;
  display: grid;
  grid-template-columns: 220px 1fr 150px;
  align-items: start;
  gap: 30px;
}
.brand {
  position: relative;
  display: inline-block;
  width: max-content;
  line-height: 1;
}
.brand strong {
  display: block;
  font-family: var(--serif);
  font-size: 37px;
  font-weight: 500;
  letter-spacing: -.04em;
}
.brand span { display: block; margin-top: 4px; font-size: 15px; }
.brand-ribbon {
  position: absolute;
  right: -40px;
  top: -4px;
}
.brand-ribbon {
  width: 34px;
  height: 34px;
  object-fit: contain;
  filter: drop-shadow(0 4px 10px rgba(164, 145, 145, .12));
}
.nav { display: flex; justify-content: center; gap: clamp(24px, 5vw, 72px); padding-top: 16px; font-weight: 800; letter-spacing: .04em; }
.nav a { transition: color .2s ease; }
.nav a:hover { color: var(--pink); }
.header-actions { display: flex; justify-content: flex-end; align-items: center; gap: 20px; padding-top: 10px; font-size: 16px; font-weight: 500; text-transform: uppercase; letter-spacing: 0.05em; }
.cart { position: relative; } .header-actions button[aria-label="Wishlist"] { font-size: 22px; margin-top: -2px; }
.cart span {
  position: absolute;
  right: -14px;
  top: -8px;
  display: grid;
  place-items: center;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  color: white;
  background: var(--pink);
  font-size: 10px;
}

.hero {
  position: relative;
  max-width: 100%;
  margin: 0;
  padding: 100px 8%;
  display: flex;
  align-items: center;
  background-image: url('assets/hero-main-still-life.webp');
  background-size: cover;
  background-position: center;
  min-height: 85vh;
}
.hero-copy {
  position: relative;
  z-index: 2;
  min-height: auto;
  padding: 80px 50px;
  background: rgba(255, 250, 246, .85);
  border-radius: 24px;
  max-width: 500px;
}
.hero-copy > :not(.deco) {
  position: relative;
  z-index: 2;
}
.tiny-copy { display: block; margin-bottom: 50px; color: #b69b99; line-height: 1.55; }
.tiny-copy b { color: #ef9aaa; }
.hero h1 {
  margin: 0 0 28px;
  font-family: var(--serif);
  font-size: clamp(70px, 8.2vw, 116px);
  font-weight: 520;
  line-height: .9;
  letter-spacing: -.055em;
}
.hero h1 span, .hero h1 em, .hero h1 strong { display: block; }
.hero h1 em { color: var(--pink); font-style: normal; }
.hero h1 strong { color: #9ec9aa; font-weight: 520; }
.hero p { max-width: 285px; color: #7c7472; line-height: 1.7; }
.pill-button {
  display: inline-flex;
  align-items: center;
  gap: 16px;
  margin-top: 28px;
  padding: 16px 30px;
  border-radius: 999px;
  color: white;
  background: var(--pink);
  box-shadow: 0 12px 28px rgba(245, 143, 167, .25);
  font-weight: 800;
}

.bow-image {
  width: 112px;
  height: 112px;
  object-fit: contain;
  z-index: 1;
  filter: drop-shadow(0 16px 26px rgba(98, 153, 225, .14));
}
.squiggle { left: -34px; bottom: 86px; color: #f6b6c3; font-size: 68px; transform: rotate(92deg); }
.flower { right: 28px; bottom: 70px; color: #bdd9c2; font-size: 74px; }

.brand-points {
  position: relative;
  z-index: 3;
  max-width: 1248px;
  margin: -1px auto 0;
  padding: 28px 48px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  background: rgba(255, 252, 247, .9);
  border-radius: 0 0 18px 18px;
  box-shadow: var(--shadow), 0 -5px 0 rgba(255, 252, 247, .92);
}
.brand-points::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: -10px;
  height: 18px;
  background: radial-gradient(circle at 11px 12px, rgba(255, 252, 247, .98) 10px, transparent 10.8px) repeat-x;
  background-size: 24px 18px;
  filter: drop-shadow(0 -1px 0 rgba(243, 225, 219, .34));
}
.brand-points::after {
  content: "";
  position: absolute;
  left: -10px;
  top: 10px;
  bottom: 10px;
  width: 20px;
  background: radial-gradient(circle at 10px 10px, rgba(255, 252, 247, .98) 9.5px, transparent 10.2px) repeat-y;
  background-size: 20px 22px;
  filter: drop-shadow(-1px 0 0 rgba(243, 225, 219, .32));
  pointer-events: none;
}
.brand-points article {
  position: relative;
  text-align: center;
  padding: 0 28px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.brand-points article + article { border-left: 1px dashed #edd6ca; }
.brand-points span {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  margin-bottom: 12px;
  font-size: 36px;
  color: var(--pink);
}
.brand-points .point-ribbon {
  width: 40px;
  height: 40px;
  margin-bottom: 12px;
}
.brand-points .point-ribbon img {
  width: 38px;
  height: 28px;
  object-fit: contain;
  filter: drop-shadow(0 4px 8px rgba(164, 145, 145, .1));
}
.brand-points article:nth-child(2) span { color: var(--mint); }
.brand-points article:nth-child(3) span { color: var(--butter); }
.brand-points article:nth-child(4) span { color: var(--blue); }
.brand-points b { font-size: 13px; }
.brand-points p { margin: 8px auto 0; max-width: 150px; color: #8b817d; font-size: 12px; line-height: 1.55; }

.section-pad { max-width: 1248px; margin: 0 auto; padding: 72px 40px 0; }
.section-heading { display: flex; justify-content: center; align-items: center; gap: 24px; margin-bottom: 34px; color: var(--pink); }
.section-heading h2 {
  margin: 0;
  color: #5e5654;
  font-family: var(--serif);
  font-size: 28px;
  font-weight: 500;
  letter-spacing: .015em;
}
.product-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; }
.product-card {
  overflow: hidden;
  border: 1px solid #f2e4df;
  border-radius: 16px;
  background: white;
  box-shadow: 0 12px 30px rgba(177, 132, 122, .08);
}
.product-card img {
  display: block;
  width: 100%;
  height: clamp(180px, 15vw, 220px) !important;
  max-height: 220px;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  object-position: center;
}
.product-card div { display: flex; justify-content: space-between; align-items: center; gap: 16px; padding: 18px 18px 6px; }
.product-card h3 { margin: 0; font-size: 15px; font-weight: 800; }
.product-card button { color: var(--pink); font-size: 28px; line-height: 1; }
.product-card p { margin: 0; padding: 0 18px 20px; color: #635c5b; font-weight: 700; font-size: 14px; }

.category-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.category-card {
  min-height: 280px;
  display: grid;
  grid-template-columns: 48% 52%;
  overflow: hidden;
  border-radius: 18px;
  box-shadow: var(--shadow);
}
.category-card div { padding: 34px 26px; }
.category-card h2 {
  margin: 0 0 24px;
  font-family: var(--serif);
  font-size: clamp(31px, 2.45vw, 36px);
  font-weight: 520;
  line-height: .92;
  letter-spacing: -.04em;
}
.category-card p { margin: 0 0 24px; color: #756c68; line-height: 1.55; font-size: 14px; }
.category-card span { font-size: 13px; font-weight: 800; text-decoration: underline; text-underline-offset: 4px; }
.category-card img { width: 100%; height: 100%; object-fit: cover; }
.pink { background: #ffe4ec; }
.blue { background: #e9f5ff; }
.mint { background: #eaf5e9; }

.journal {
  max-width: 1248px;
  margin: 0 auto;
  padding: 76px 40px 0;
  display: grid;
  grid-template-columns: 1.05fr .95fr;
  gap: 40px;
  align-items: stretch;
}
.journal figure { margin: 0; overflow: hidden; border-radius: 18px; }
.journal img { width: 100%; height: 100%; min-height: 330px; object-fit: cover; }
.journal article {
  position: relative;
  min-height: 330px;
  padding: 54px 70px;
  border-radius: 18px;
  background: rgba(255,255,255,.72);
  box-shadow: inset 0 0 0 1px #f6e8e3;
}
.journal article > span { color: var(--pink); font-weight: 800; font-size: 13px; }
.journal h2 { margin: 26px 0 18px; font-family: var(--serif); font-size: clamp(38px, 4.5vw, 58px); line-height: .92; font-weight: 520; }
.journal p { max-width: 310px; color: #7b7370; line-height: 1.7; }
.journal a { display: inline-block; margin-top: 8px; font-size: 14px; font-weight: 800; text-decoration: underline; text-underline-offset: 4px; }
.stamp-card {
  position: absolute;
  right: 64px;
  bottom: 40px;
  width: 100px;
  height: 128px;
  display: grid;
  place-items: end center;
  padding-bottom: 18px;
  border: 8px solid #f8f0e9;
  border-radius: 14px;
  background: linear-gradient(#dff1ff, #ffe5e9);
  color: #c98d96;
  text-align: center;
  font-size: 13px;
}

.newsletter {
  position: relative;
  max-width: 1200px;
  margin: 76px auto 64px;
  min-height: 190px;
  padding: 34px 42px;
  display: grid;
  grid-template-columns: 260px 1fr minmax(300px, 440px);
  align-items: center;
  gap: 42px;
  border-radius: 18px;
  background: linear-gradient(100deg, #fff2ca, #fff9e8 58%, #ffe9ef);
  box-shadow: var(--shadow);
}
.newsletter::before {
  content: "";
  position: absolute;
  inset: -10px 0 auto;
  height: 12px;
  background: radial-gradient(circle at 10px 10px, var(--cream) 9px, transparent 10px) repeat-x;
  background-size: 22px 14px;
}
.newsletter img {
  display: block;
  width: 220px;
  height: 155px;
  object-fit: cover;
  border-radius: 16px;
}
.newsletter span { color: #d8a85d; font-size: 12px; font-weight: 800; }
.newsletter h2 { margin: 10px 0; font-family: var(--serif); font-size: 28px; font-weight: 520; }
.newsletter p { margin: 0; color: #776e69; line-height: 1.6; font-size: 14px; }
.newsletter form {
  display: grid;
  grid-template-columns: 1fr 170px;
  padding: 7px;
  border: 1px solid #f3d7d4;
  border-radius: 999px;
  background: white;
}
.newsletter input { min-width: 0; padding: 0 22px; border: 0; outline: 0; color: #6d6562; }
.newsletter button { border-radius: 999px; color: white; background: var(--pink); font-weight: 800; }
.newsletter button {
  position: relative;
  z-index: 2;
}
.newsletter-ribbon {
  position: absolute;
  right: 86px;
  top: 22px;
  width: 92px;
  height: 64px;
  object-fit: contain;
  z-index: 1;
  filter: drop-shadow(0 6px 10px rgba(164, 145, 145, .12));
}

.site-footer { position: relative; max-width: 1248px; margin: 80px auto 0;
  padding: 0 40px 48px;
  display: grid;
  grid-template-columns: 1.6fr repeat(3, 1fr) 1.4fr 130px;
  gap: 34px;
  align-items: start;
}
.footer-brand p { max-width: 210px; margin-top: 28px; color: #7b7270; line-height: 1.6; }
.site-footer h3 { margin: 0 0 14px; font-size: 13px; }
.site-footer nav a { display: block; margin: 8px 0; color: #746c69; font-size: 13px; }
.social-links { display: flex; gap: 16px; margin: 12px 0 24px; } .social-links a { color: #746c69; font-weight: 500; text-transform: uppercase; font-size: 12px; transition: color 0.2s; cursor: pointer; } .social-links a:hover { color: var(--pink); }
.social small { color: #8a817e; }
.seal {
  width: 118px;
  height: 118px;
  display: grid;
  place-items: center;
  border: 1px dashed #e1b9ad;
  border-radius: 50%;
  color: #a87872;
  text-align: center;
  font-family: var(--serif);
  transform: rotate(-12deg);
}
.seal-ribbon { display: inline-block; width: 48px; height: 34px; object-fit: contain; filter: drop-shadow(0 4px 8px rgba(164, 145, 145, .1)); transform: scale(3.5); }
.copyright { grid-column: 1 / -1; color: #9c9290; font-size: 12px; }

@media (max-width: 980px) {
  .site-header { grid-template-columns: 1fr auto; padding: 24px; min-height: auto; }
  .nav { grid-column: 1 / -1; order: 3; justify-content: flex-start; overflow-x: auto; padding-bottom: 8px; gap: 32px; }
  .nav a { white-space: nowrap; }
  .hero { padding: 80px 6%; min-height: 70vh; }
  .hero-copy { padding: 60px 40px; max-width: 460px; }
  .brand-points { grid-template-columns: repeat(2, 1fr); padding: 28px 24px; gap: 20px; }
  .brand-points article { padding: 0 10px; }
  .brand-points article + article { border-left: none; }
  .brand-points article:nth-child(even) { border-left: 1px dashed #edd6ca; }
  .product-grid { grid-template-columns: repeat(2, 1fr); }
  .category-grid { grid-template-columns: repeat(2, 1fr); }
  .about-grid, .contact-layout, .collection-detail { grid-template-columns: 1fr; gap: 32px; }
  .shop-layout { grid-template-columns: 1fr; }
  .footer-content { grid-template-columns: 1fr; gap: 40px; }
}

@media (max-width: 560px) {
  .announcement { font-size: 12px; }
  .site-header { padding: 16px; }
  .brand strong { font-size: 28px; }
  .brand span { font-size: 12px; }
  .brand-ribbon { right: -24px; top: -2px; width: 24px; height: 24px; }
  .header-actions { font-size: 13px; gap: 12px; }
  .nav { gap: 20px; }
  .hero { padding: 40px 16px; min-height: auto; display: block; }
  .hero-copy { padding: 40px 24px; max-width: 100%; background: rgba(255, 250, 246, 0.92); }
  .hero h1 { font-size: clamp(34px, 12vw, 44px); margin-bottom: 16px; }
  .tiny-copy { margin-bottom: 24px; font-size: 13px; }
  .hero p { max-width: 100%; font-size: 14px; }
  .pill-button { padding: 12px 24px; font-size: 14px; margin-top: 20px; }
  .brand-points { grid-template-columns: 1fr; padding: 24px 16px; gap: 20px; border-radius: 0 0 12px 12px; }
  .brand-points article { border: none !important; padding: 10px 0; }
  .brand-points article:not(:last-child) { border-bottom: 1px dashed #edd6ca !important; padding-bottom: 20px; }
  .product-grid { grid-template-columns: 1fr; }
  .category-grid { grid-template-columns: 1fr; }
  .values-grid, .journal-grid-list { grid-template-columns: 1fr; }
  .promo-grid, .story-grid { grid-template-columns: 1fr; }
  .footer-bottom { grid-template-columns: 1fr; text-align: center; gap: 16px; }
  .page-hero { height: 30vh; min-height: 200px; }
  .page-hero h1 { font-size: clamp(28px, 8vw, 36px); }
  .about-text h2 { font-size: clamp(24px, 7vw, 30px); }
  .collection-content h2 { font-size: clamp(26px, 8vw, 32px); }
}

/* --- DETAILED PAGE STYLES --- */
.page-hero {
  position: relative;
  width: 100%;
  height: 40vh;
  min-height: 300px;
  background-size: cover;
  background-position: center;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.page-hero::before {
  content: '';
  position: absolute;
  inset: 0;
  background: rgba(253, 245, 243, 0.4);
}
.page-hero h1 {
  position: relative;
  z-index: 1;
  font-family: var(--serif);
  font-size: 48px;
  color: #8c7f7d;
}

/* About Page */
.about-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px;
  align-items: center;
  margin-top: 64px;
}
.about-grid img {
  width: 100%;
  border-radius: 12px;
  box-shadow: 0 10px 30px rgba(181, 155, 149, 0.1);
}
.about-text h2 {
  font-family: var(--serif);
  font-size: 36px;
  margin-bottom: 24px;
  color: #7c7472;
}
.about-text p {
  line-height: 1.8;
  color: #8a817e;
  margin-bottom: 16px;
}
.values-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
  text-align: center;
  margin-top: 80px;
}
.values-grid div {
  padding: 32px;
  background: #fff;
  border-radius: 16px;
  box-shadow: 0 4px 16px rgba(181, 155, 149, 0.05);
}
.values-grid h3 {
  font-family: var(--serif);
  font-size: 20px;
  margin: 16px 0;
  color: #7c7472;
}

/* Contact Page */
.contact-layout {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 64px;
  margin-top: 48px;
}
.contact-form {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.contact-form input, .contact-form textarea {
  width: 100%;
  padding: 16px;
  border: 1px solid #e1b9ad;
  border-radius: 8px;
  background: transparent;
  font-family: inherit;
  color: #7c7472;
}
.contact-form input:focus, .contact-form textarea:focus {
  outline: none;
  border-color: #d19a8d;
}
.contact-form button {
  padding: 16px;
  background: #e1b9ad;
  color: #fff;
  border: none;
  border-radius: 8px;
  cursor: pointer;
  font-size: 14px;
  transition: background 0.3s;
}
.contact-form button:hover {
  background: #d19a8d;
}
.faq-item {
  margin-bottom: 24px;
}
.faq-item h4 {
  font-family: var(--serif);
  color: #8c7f7d;
  margin-bottom: 8px;
}
.faq-item p {
  color: #8a817e;
  font-size: 14px;
}

/* Shop Layout */
.shop-layout {
  display: grid;
  grid-template-columns: 240px 1fr;
  gap: 48px;
  margin-top: 48px;
}
.shop-sidebar h3 {
  font-family: var(--serif);
  margin-bottom: 24px;
  color: #7c7472;
}
.shop-sidebar ul {
  list-style: none;
}
.shop-sidebar li {
  margin-bottom: 12px;
}
.shop-sidebar a {
  color: #8a817e;
  text-decoration: none;
  transition: color 0.2s;
}
.shop-sidebar a:hover {
  color: var(--pink);
}
.shop-banner {
  width: 100%;
  height: 200px;
  border-radius: 12px;
  object-fit: cover;
  margin-bottom: 32px;
}

/* Collections Detail */
.collection-detail {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px;
  align-items: center;
  margin-bottom: 80px;
}
.collection-detail:nth-child(even) {
  direction: rtl;
}
.collection-detail:nth-child(even) > * {
  direction: ltr;
}
.collection-detail img {
  width: 100%;
  border-radius: 12px;
}
.collection-content h2 {
  font-family: var(--serif);
  font-size: 42px;
  margin-bottom: 16px;
  color: #7c7472;
}

/* Journal Grid */
.journal-hero-article {
  margin-bottom: 64px;
}
.journal-hero-article img {
  width: 100%;
  height: 400px;
  object-fit: cover;
  border-radius: 16px;
  margin-bottom: 24px;
}
.journal-hero-article h2 {
  font-family: var(--serif);
  font-size: 36px;
  margin-bottom: 16px;
}
.journal-grid-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
}
.journal-card img {
  width: 100%;
  height: 240px;
  object-fit: cover;
  border-radius: 12px;
  margin-bottom: 16px;
}


