:root {
  --bg: #fff0f7;
  --panel: #fff8fb;
  --panel-soft: #ffe3f0;
  --text: #3d1830;
  --muted: #8b5270;
  --accent: #ff5ca8;
  --accent-2: #f9b4d1;
  --leaf: #5f9f7a;
  --line: rgba(132, 48, 91, 0.16);
  --shadow: 0 24px 80px rgba(191, 79, 130, 0.22);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  background:
    radial-gradient(circle at 8% 12%, rgba(255, 92, 168, 0.22), transparent 28%),
    radial-gradient(circle at 92% 6%, rgba(249, 180, 209, 0.5), transparent 22%),
    linear-gradient(135deg, #fff0f7 0%, #fff9ed 100%);
  color: var(--text);
  line-height: 1.6;
}

body::before {
  content: "🌸 ✿ 🌷 ❀ 🌺 ✿ 🌸";
  position: fixed;
  inset: auto 0 18px 0;
  z-index: -1;
  text-align: center;
  font-size: clamp(2rem, 6vw, 5rem);
  letter-spacing: 0.35em;
  opacity: 0.12;
  pointer-events: none;
}

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

.hero {
  min-height: 92vh;
  padding: 28px;
  background:
    linear-gradient(rgba(255,240,247,0.38), rgba(255,240,247,0.96)),
    radial-gradient(circle at 72% 30%, rgba(255,92,168,0.26), transparent 28%),
    radial-gradient(circle at 23% 72%, rgba(95,159,122,0.16), transparent 24%);
}

.nav {
  max-width: 1120px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  gap: 26px;
  color: var(--muted);
}

.brand {
  margin-right: auto;
  color: var(--text);
  font-weight: 900;
  letter-spacing: -0.03em;
}

.brand::before { content: "🌸 "; }
.nav a:not(.brand) { font-size: 0.95rem; font-weight: 700; }

.hero-inner {
  max-width: 960px;
  margin: 20vh auto 0;
}

.eyebrow {
  color: var(--accent);
  text-transform: uppercase;
  font-size: 0.78rem;
  letter-spacing: 0.16em;
  font-weight: 900;
  margin: 0 0 14px;
}

h1, h2, h3 { line-height: 1.05; margin: 0; }
h1 {
  max-width: 920px;
  font-size: clamp(3rem, 8vw, 6.8rem);
  letter-spacing: -0.075em;
  text-shadow: 0 8px 0 rgba(255, 255, 255, 0.65);
}

.lead {
  max-width: 720px;
  margin: 28px 0 0;
  font-size: clamp(1.1rem, 2vw, 1.35rem);
  color: var(--muted);
}

.hero-actions {
  margin-top: 34px;
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 13px 20px;
  border-radius: 999px;
  font-weight: 900;
}

.primary {
  color: white;
  background: linear-gradient(135deg, #ff5ca8, #ff87bf);
  box-shadow: 0 12px 30px rgba(255, 92, 168, 0.3);
}

.secondary {
  border: 1px solid var(--line);
  color: var(--text);
  background: rgba(255,255,255,0.58);
}

main {
  max-width: 1120px;
  margin: 0 auto;
  padding: 70px 28px 100px;
}

.story,
.intro {
  display: grid;
  grid-template-columns: 0.75fr 1.25fr;
  gap: 44px;
  align-items: start;
  margin-bottom: 84px;
}

.story-copy p {
  color: var(--muted);
  font-size: 1.08rem;
}

.quote-card {
  background: linear-gradient(145deg, rgba(255,92,168,0.25), rgba(255,255,255,0.75));
  border: 1px solid var(--line);
  border-radius: 38px;
  padding: 34px;
  box-shadow: var(--shadow);
  align-self: stretch;
  display: flex;
  align-items: end;
  position: relative;
  overflow: hidden;
}

.quote-card::before {
  content: "🌸";
  position: absolute;
  right: 24px;
  top: 18px;
  font-size: 4rem;
  opacity: 0.22;
}

.quote-card p {
  margin: 0;
  font-size: clamp(1.45rem, 3vw, 2.3rem);
  line-height: 1.08;
  letter-spacing: -0.045em;
  font-weight: 900;
}

h2 {
  font-size: clamp(2rem, 4vw, 3.8rem);
  letter-spacing: -0.055em;
}

.principles {
  display: grid;
  gap: 16px;
}

.principles article,
.loop-grid article,
.recipe-card,
.about-card {
  background: linear-gradient(145deg, rgba(255,255,255,0.86), rgba(255,227,240,0.62));
  border: 1px solid var(--line);
  border-radius: 32px;
  padding: 26px;
  box-shadow: var(--shadow);
}

.principles h3,
.recipe-card h3 {
  font-size: 1.35rem;
  letter-spacing: -0.03em;
}

.principles p,
.recipe-card p,
.about-card p,
.recipe-card li {
  color: var(--muted);
}

.loops { margin-bottom: 88px; }

.loop-grid {
  margin-top: 26px;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}

.loop-grid strong,
.loop-grid span { display: block; }
.loop-grid strong { font-size: 1.1rem; margin-bottom: 10px; }
.loop-grid span { color: var(--muted); }

.recipes { margin-top: 50px; }
.recipe-grid {
  margin-top: 28px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.recipe-grid.small { grid-template-columns: repeat(4, minmax(0, 1fr)); }
.recipe-card { min-height: 100%; position: relative; overflow: hidden; }
.recipe-card::after {
  content: "✿";
  position: absolute;
  right: 20px;
  bottom: 10px;
  color: rgba(255, 92, 168, 0.18);
  font-size: 4rem;
  line-height: 1;
}

.recipe-card.feature {
  background: linear-gradient(145deg, rgba(255,92,168,0.30), rgba(255,248,251,0.86));
}

.emoji { display: inline-flex; font-size: 2rem; margin-bottom: 18px; }
.recipe-card ul { padding-left: 18px; margin-bottom: 0; }
.subheading { margin-top: 70px; }
.about { margin-top: 84px; }

.about-card {
  max-width: 820px;
  margin-left: auto;
  background: linear-gradient(145deg, rgba(249,180,209,0.48), rgba(255,255,255,0.75));
}

@media (max-width: 850px) {
  .hero { padding: 22px; }
  .nav { gap: 16px; }
  .nav a:not(.brand) { display: none; }
  .hero-inner { margin-top: 16vh; }
  .story,
  .intro,
  .loop-grid,
  .recipe-grid,
  .recipe-grid.small { grid-template-columns: 1fr; }
}

.recipe-card-link {
  display: block;
  color: inherit;
  transition: transform 160ms ease, box-shadow 160ms ease, border-color 160ms ease;
}

.recipe-card-link:hover {
  transform: translateY(-4px);
  border-color: rgba(255, 92, 168, 0.45);
  box-shadow: 0 28px 90px rgba(191, 79, 130, 0.30);
}

.card-cta {
  display: inline-flex;
  margin-top: 18px;
  color: var(--accent);
  font-weight: 900;
}

.recipe-hero {
  padding: 28px;
  background:
    linear-gradient(rgba(255,240,247,0.40), rgba(255,240,247,0.98)),
    radial-gradient(circle at 78% 24%, rgba(255,92,168,0.22), transparent 28%),
    radial-gradient(circle at 18% 78%, rgba(95,159,122,0.14), transparent 24%);
}

.recipe-hero-inner {
  max-width: 960px;
  margin: 13vh auto 8vh;
}

.recipe-hero h1 {
  font-size: clamp(3rem, 7vw, 6rem);
}

.recipe-layout {
  display: grid;
  grid-template-columns: 280px minmax(0, 1fr);
  gap: 34px;
  align-items: start;
}

.recipe-sidebar {
  position: sticky;
  top: 24px;
  background: linear-gradient(145deg, rgba(255,255,255,0.82), rgba(255,227,240,0.58));
  border: 1px solid var(--line);
  border-radius: 28px;
  padding: 22px;
  box-shadow: var(--shadow);
}

.recipe-nav {
  display: grid;
  gap: 8px;
}

.recipe-nav a {
  padding: 10px 12px;
  border-radius: 16px;
  color: var(--muted);
  font-weight: 800;
}

.recipe-nav a:hover {
  background: rgba(255, 92, 168, 0.11);
  color: var(--text);
}

.recipe-content {
  background: rgba(255, 255, 255, 0.74);
  border: 1px solid var(--line);
  border-radius: 34px;
  padding: clamp(24px, 4vw, 52px);
  box-shadow: var(--shadow);
}

.recipe-content h2 {
  margin-top: 42px;
  margin-bottom: 14px;
  font-size: clamp(1.55rem, 3vw, 2.45rem);
}

.recipe-content h2:first-child { margin-top: 0; }
.recipe-content p { color: var(--muted); margin: 0 0 16px; }
.recipe-content ul { margin: 0 0 22px; padding-left: 22px; color: var(--muted); }
.recipe-content li { margin-bottom: 8px; }

@media (max-width: 850px) {
  .recipe-layout { grid-template-columns: 1fr; }
  .recipe-sidebar { position: static; }
}

.card-image {
  width: calc(100% + 52px);
  height: 190px;
  object-fit: cover;
  display: block;
  margin: -26px -26px 22px;
  border-radius: 32px 32px 22px 22px;
  border-bottom: 1px solid var(--line);
}

.recipe-card.feature .card-image {
  height: 230px;
}

.recipe-hero-image {
  display: block;
  width: min(100%, 860px);
  aspect-ratio: 16 / 9;
  object-fit: cover;
  margin: 34px 0 24px;
  border-radius: 36px;
  border: 1px solid var(--line);
  box-shadow: var(--shadow);
}

.recipe-featured-image {
  margin: 0 0 34px;
  padding: 0;
  overflow: hidden;
  border-radius: 30px;
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.72);
  box-shadow: 0 16px 46px rgba(191, 79, 130, 0.16);
}

.recipe-featured-image img {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
}

.recipe-featured-image figcaption {
  padding: 12px 16px 14px;
  color: var(--muted);
  font-size: 0.88rem;
  font-weight: 700;
}
