body {
  margin: 0;
  font-family: 'DM Sans', sans-serif;
  background-color: white;
  color: #111;
  cursor: url("knifecursor.png"), auto;
}




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

.nav-link {
  font-size: 20px;
  display: inline-block;
  margin-top: 12px;
  padding-left: 80px;
}

/* headers */
header {
  padding: 80px 60px;
  border-bottom: 1px solid #ccc;
}

header h1 {
  margin: 0;
  font-size: 34px;
}

header p {
  margin-top: 12px;
  max-width: 500px;
  color: #555;
}

.cake-image {
  width: 500px; 
}

/* gallery grid */

.gallery-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 50px;
  padding: 80px 60px;
}

.gallery-item img {
  width: 100%;
  height: 260px;
  object-fit: cover;
  margin-bottom: 14px;
}

.gallery-item h2 {
  font-size: 18px;
  margin: 0 0 6px 0;
}

.gallery-item p {
  font-size: 14px;
  color: #444;
  margin: 4px 0;
}


/* illustration sizing*/
.hero {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  gap: 60px;
  padding: 80px 60px;
}

.hero-image img {
  width: 100%;
  max-width: 420px; 
  height: auto;
  display: block;
}


.cake-hero {
  padding: 100px 0 40px 0;
}

.cake-title {
  font-size: 100px;
  font-weight: 20;
  margin: 0;
  letter-spacing: -5px;
  color: #7a1e1e;
  padding-left: 80px;
}

.cake-sub {
  margin-top: 16px;
  max-width: 520px;
  color: #666;
  padding-left: 80px;
}

.cake-classification {
  max-width: 600px;
  margin: 60px 0 80px 0;
}

.cake-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
  gap: 60px 40px;
  padding-bottom: 120px;
  padding: 80px 60px;
}


.cake-card {
  display: flex;
  flex-direction: column;
}

.cake-card img {
  width: 100%;
  height: 340px;
  object-fit: contain;
  background: white;
}



.cake-meta {
  margin-top: 16px;
}

.cake-meta h3 {
  font-size: 30px;
  margin: 0;
  font-weight: 10;
}

.cake-meta p {
  font-size: 14px;
  color: #666;
  margin-top: 6px;
  line-height: 1.4;
}

.cake-link {
  font-size: 13px;
  margin-top: 8px;
  display: inline-block;
  border-bottom: 1px solid #111;
}

.feature-layout {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  padding: 120px 0;
  align-items: center;
}

.feature-image img {
  width: 100%;
  max-height: 800px;
  object-fit: contain;
}

.feature-text h1 {
  font-size: 42px;
  margin: 0;
}

.feature-category {
  font-size: 14px;
  color: #777;
  margin: 20px 0;
}

.readings {
  padding: 80px 60px;
  max-width: 900px;
}

.reading-block {
  margin-bottom: 80px;
}

.reading-block h2 {
  font-size: 22px;
  margin-bottom: 10px;
}

.reading-block p {
  line-height: 1.65;
  color: #444;
  max-width: 700px;
}

.menu {
  display: flex;
  align-items: center;
  gap: 34px;
}

.topbar {
  width: 100%;
  border-bottom: 1px solid #ece3dc;
  background: rgba(255,255,255,0.96);
}

.topbar-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 24px 60px;
}

.brand {
  font-size: 24px;
  letter-spacing: -0.5px;
}

.nav-link {
  font-size: 18px;
  color: #444;
  transition: color 0.2s ease;
  padding-left: 0;
  margin-top: 0;
}

.nav-link:hover,
.nav-link.active {
  color: #7a1e1e;
}

.mini-label {
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  color: #999;
  margin-bottom: 14px;
}

.quiz-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 36px;
  padding: 30px 60px 100px 60px;
  align-items: start;
}

.quiz-card,
.result-card {
  background: #faf7f3;
  border: 1px solid #e8ddd6;
  border-radius: 24px;
  padding: 34px;
}

.quiz-card label {
  display: block;
  font-size: 15px;
  color: #555;
  margin-bottom: 10px;
}

.quiz-card select {
  width: 100%;
  padding: 14px 16px;
  margin-bottom: 22px;
  border: 1px solid #dacdc5;
  border-radius: 14px;
  background: #fff;
  font-family: 'DM Sans', sans-serif;
  font-size: 14px;
  color: #333;
  outline: none;
}

.quiz-card select:focus {
  border-color: #7a1e1e;
}

.quiz-button {
  margin-top: 8px;
  padding: 14px 22px;
  border: 1px solid #7a1e1e;
  border-radius: 999px;
  background: transparent;
  color: #7a1e1e;
  font-family: 'DM Sans', sans-serif;
  font-size: 14px;
  cursor: pointer;
  transition: all 0.25s ease;
}

.quiz-button:hover {
  background: #7a1e1e;
  color: #fff;
}

.result-card h2 {
  font-size: 38px;
  font-weight: 300;
  color: #7a1e1e;
  margin: 0 0 12px 0;
  line-height: 1.05;
}

.result-card p {
  font-size: 16px;
  line-height: 1.7;
  color: #555;
  margin: 0;
  max-width: 460px;
}

#quizImage {
  width: 100%;
  max-width: 420px;
  margin-top: 28px;
  border-radius: 18px;
  object-fit: cover;
  background: #fff;
  padding: 8px;
  border: 1px solid #eadfd8;
  display: none;
}


.menu {
  display: flex;
  align-items: center;
  gap: 34px;
}

.topbar {
  width: 100%;
  border-bottom: 1px solid #ece3dc;
  background: rgba(255,255,255,0.96);
}

.topbar-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 24px 60px;
}

.brand {
  font-size: 24px;
  letter-spacing: -0.5px;
}

.nav-link {
  font-size: 18px;
  color: #444;
  text-decoration: none;
  transition: color 0.2s ease;
}

.nav-link:hover,
.nav-link.active {
  color: #7a1e1e;
}

.zine-page {
  padding: 40px 60px 100px 60px;
}

.zine-header {
  margin-bottom: 28px;
}

.zine-title {
  font-size: 64px;
  font-weight: 300;
  letter-spacing: -2px;
  color: #7a1e1e;
  margin: 0 0 10px 0;
}

.zine-sub {
  max-width: 560px;
  font-size: 17px;
  line-height: 1.7;
  color: #555;
  margin: 0;
}

.zine-viewer-card {
  background: #faf7f3;
  border: 1px solid #e8ddd6;
  border-radius: 28px;
  padding: 28px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

.zine-book {
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 500px;
}

.zine-book img {
  width: 100%;
  max-width: 700px;
  max-height: 75vh;
  border-radius: 18px;
  border: 1px solid #eadfd8;
  background: #fff;
  padding: 8px;
  object-fit: contain;
  box-shadow: 0 10px 30px rgba(0,0,0,0.04);
}

.zine-nav {
  width: 54px;
  height: 54px;
  border-radius: 999px;
  border: 1px solid #7a1e1e;
  background: transparent;
  color: #7a1e1e;
  font-size: 20px;
  cursor: pointer;
  transition: all 0.25s ease;
  flex-shrink: 0;
}

.zine-nav:hover {
  background: #7a1e1e;
  color: #fff;
}

.zine-meta {
  margin-top: 18px;
  font-size: 14px;
  color: #777;
}



.community-page {
  padding: 40px 60px 100px 60px;
}

.community-header {
  margin-bottom: 40px;
}

.community-title {
  font-size: 72px;
  font-weight: 300;
  letter-spacing: -2.5px;
  color: #7a1e1e;
  margin: 0 0 14px 0;
  line-height: 0.95;
  max-width: 700px;
}

.community-sub {
  max-width: 620px;
  font-size: 17px;
  line-height: 1.8;
  color: #5f5a57;
  margin: 0;
}

.prompt-section {
  margin-bottom: 42px;
}

.prompt-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
  margin-top: 20px;
}

.prompt-card {
  background: #faf7f3;
  border: 1px solid #e8ddd6;
  border-radius: 24px;
  padding: 26px;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.prompt-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 24px rgba(0,0,0,0.04);
}

.prompt-card p,
.prompt-card h2 {
  margin: 0;
}

.prompt-card p {
  font-size: 18px;
  line-height: 1.6;
  color: #5a514d;
}

.prompt-card h2 {
  font-size: 34px;
  font-weight: 300;
  line-height: 1.15;
  color: #7a1e1e;
  max-width: 520px;
}

.prompt-card.featured {
  padding: 34px;
  margin-bottom: 20px;
  background: linear-gradient(180deg, #fbf6f2 0%, #f8f1eb 100%);
}

.prompt-intro {
  font-size: 11px !important;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  color: #a28f84 !important;
  margin-bottom: 14px !important;
}

.submission-card {
  background: #faf7f3;
  border: 1px solid #e8ddd6;
  border-radius: 28px;
  padding: 34px;
  max-width: 760px;
}

.submission-title {
  font-size: 40px;
  font-weight: 300;
  color: #7a1e1e;
  margin: 0 0 22px 0;
  line-height: 1.05;
}

.community-form label {
  display: block;
  font-size: 14px;
  color: #555;
  margin-bottom: 8px;
}

.community-form input,
.community-form textarea {
  width: 100%;
  padding: 14px 16px;
  margin-bottom: 22px;
  border: 1px solid #dacdc5;
  border-radius: 14px;
  background: #fff;
  font-family: 'DM Sans', sans-serif;
  font-size: 14px;
  color: #333;
  outline: none;
  box-sizing: border-box;
}

.community-form input:focus,
.community-form textarea:focus {
  border-color: #7a1e1e;
}

.community-form textarea {
  resize: vertical;
  min-height: 140px;
}

@media (max-width: 900px) {
  .community-page {
    padding: 24px 24px 70px 24px;
  }

  .community-title {
    font-size: 54px;
    letter-spacing: -2px;
  }

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

  .prompt-card h2 {
    font-size: 28px;
  }

  .submission-card {
    padding: 24px;
  }

  .submission-title {
    font-size: 32px;
  }
}

/* optional small improvement for your existing cake title */
.cake-title {
  font-weight: 300;
}

/* mobile */
@media (max-width: 900px) {
  .topbar-inner {
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
    padding: 22px 24px;
  }

  .menu {
    flex-wrap: wrap;
    gap: 18px;
  }

  .cake-hero {
    padding: 70px 24px 24px 24px;
  }

  .cake-title {
    font-size: 56px;
    letter-spacing: -2px;
    padding-left: 0;
  }

  .cake-sub {
    padding-left: 0;
  }

  .quiz-wrapper {
    grid-template-columns: 1fr;
    padding: 20px 24px 70px 24px;
  }

  .quiz-card,
  .result-card {
    padding: 24px;
  }
}



