:root {
  --hot-pink: #ff2f93;
  --deep-pink: #c91570;
  --blush: #ffd6e6;
  --petal: #fff0f6;
  --sky: #74cae8;
  --green: #22a36c;
  --leaf: #b9e56d;
  --lavender: #cbb7ff;
  --ivory: #fffaf0;
  --ink: #263044;
  --muted: #667085;
  --shadow: 0 24px 70px rgba(167, 43, 112, 0.18);
  --radius: 8px;
  --serif: "Fraunces", Georgia, serif;
  --sans: "DM Sans", Arial, sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background:
    radial-gradient(circle at 12% 10%, rgba(116, 202, 232, 0.26), transparent 26rem),
    radial-gradient(circle at 92% 16%, rgba(255, 47, 147, 0.18), transparent 24rem),
    linear-gradient(180deg, #fff7fb 0%, var(--ivory) 46%, #f4fbff 100%);
  font-family: var(--sans);
  line-height: 1.6;
}

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

.hero {
  position: relative;
  min-height: 96vh;
  overflow: hidden;
  isolation: isolate;
}

.pattern-wash {
  position: absolute;
  inset: 0;
  z-index: -2;
  background:
    linear-gradient(90deg, rgba(255, 250, 240, 0.9) 0%, rgba(255, 250, 240, 0.62) 46%, rgba(255, 250, 240, 0.18) 100%),
    url("assets/pink-porch-pattern.png") center / cover;
}

.pattern-wash::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 72% 24%, rgba(255, 47, 147, 0.26), transparent 18rem),
    radial-gradient(circle at 84% 76%, rgba(34, 163, 108, 0.22), transparent 18rem),
    linear-gradient(180deg, transparent 68%, var(--ivory) 100%);
}

.hero-shell,
.section-inner,
.final-inner {
  width: min(1120px, calc(100% - 40px));
  margin: 0 auto;
}

.brand-bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 24px 0;
}

.brand-mark {
  display: inline-flex;
  align-items: center;
  width: clamp(112px, 12vw, 156px);
  height: clamp(112px, 12vw, 156px);
  padding: 6px 10px;
  border-radius: var(--radius);
  background: rgba(255, 250, 240, 0.72);
  box-shadow: 0 12px 30px rgba(255, 47, 147, 0.1);
  backdrop-filter: blur(8px);
}

.brand-mark img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.nav-actions {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-wrap: wrap;
  gap: 10px clamp(10px, 1.8vw, 20px);
  color: var(--deep-pink);
  font-size: clamp(0.78rem, 1.2vw, 0.94rem);
  font-weight: 800;
}

.nav-link,
.nav-cta {
  border-bottom: 2px solid transparent;
  color: var(--deep-pink);
  font-weight: 800;
}

.nav-link:hover,
.nav-link:focus-visible,
.nav-cta:hover,
.nav-cta:focus-visible {
  border-bottom-color: currentColor;
}

.hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.04fr) minmax(310px, 0.62fr);
  align-items: center;
  gap: clamp(32px, 6vw, 86px);
  min-height: calc(96vh - 95px);
  padding: 44px 0 92px;
}

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

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1,
h2,
h3 {
  font-family: var(--serif);
  line-height: 0.98;
}

h1 {
  max-width: 780px;
  margin-bottom: 24px;
  color: #1f2c48;
  font-size: clamp(4rem, 11vw, 8.8rem);
  font-weight: 800;
}

h2 {
  margin-bottom: 22px;
  color: #25314b;
  font-size: clamp(2.35rem, 5.2vw, 5.3rem);
  font-weight: 760;
}

h3 {
  margin-bottom: 14px;
  font-size: 1.65rem;
}

.hero-subhead {
  max-width: 640px;
  margin-bottom: 34px;
  color: #3c4559;
  font-size: clamp(1.1rem, 2.2vw, 1.42rem);
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 0 28px;
  border: 0;
  border-radius: 999px;
  cursor: pointer;
  font: 800 0.96rem/1 var(--sans);
  transition:
    transform 180ms ease,
    box-shadow 180ms ease,
    background 180ms ease;
}

.button.primary {
  color: white;
  background: var(--hot-pink);
  box-shadow: 0 16px 34px rgba(255, 47, 147, 0.28);
}

.button.primary:hover,
.button.primary:focus-visible {
  background: #f70f86;
  box-shadow: 0 20px 42px rgba(255, 47, 147, 0.34);
  transform: translateY(-2px) rotate(-1deg);
}

.hero-card {
  position: relative;
  padding: clamp(24px, 3.2vw, 36px);
  border: 1px solid rgba(255, 255, 255, 0.72);
  border-radius: var(--radius);
  background: rgba(255, 250, 240, 0.86);
  box-shadow: var(--shadow);
  backdrop-filter: blur(12px);
}

.hero-card::before {
  content: "";
  position: absolute;
  top: -18px;
  right: 24px;
  width: 92px;
  height: 92px;
  border-radius: 50%;
  background: repeating-linear-gradient(135deg, var(--green) 0 8px, var(--leaf) 8px 16px);
  opacity: 0.24;
}

.hero-card h2 {
  margin: 24px 0 18px;
  font-size: clamp(2rem, 3.8vw, 3.25rem);
}

.hero-card p {
  margin-bottom: 0;
  color: var(--muted);
}

.section {
  position: relative;
  padding: clamp(76px, 10vw, 128px) 0;
}

.two-column,
.fit-layout {
  display: grid;
  grid-template-columns: 0.88fr 1.12fr;
  gap: clamp(32px, 7vw, 82px);
}

.story-copy {
  color: #384258;
  font-size: clamp(1.08rem, 2vw, 1.28rem);
}

.story-copy p,
.story-panel p {
  margin-bottom: 18px;
}

.origin {
  overflow: hidden;
  background:
    radial-gradient(circle at 12% 76%, rgba(116, 202, 232, 0.24), transparent 18rem),
    linear-gradient(120deg, #fff0f7 0%, #fffaf0 52%, #edfbff 100%);
}

.origin-layout {
  display: grid;
  grid-template-columns: 0.56fr 1fr;
  gap: clamp(32px, 6vw, 76px);
  align-items: center;
}

.origin-art {
  position: relative;
  min-height: 430px;
  align-self: center;
  overflow: hidden;
  border-radius: var(--radius);
  background: var(--petal);
  box-shadow: var(--shadow);
}

.origin-art > img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 430px;
  object-fit: cover;
  object-position: center;
}

.origin-badge {
  position: absolute;
  right: 18px;
  bottom: 18px;
  width: min(38%, 156px);
  padding: 10px;
  border-radius: var(--radius);
  background: rgba(255, 250, 240, 0.86);
  box-shadow: 0 18px 38px rgba(38, 48, 68, 0.14);
}

.origin-badge img {
  display: block;
  width: 100%;
  height: auto;
}

.story-panel {
  padding: clamp(28px, 5vw, 54px);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.72);
  box-shadow: 0 22px 60px rgba(116, 202, 232, 0.14);
}

.story-panel h2 {
  font-size: clamp(2.3rem, 4.8vw, 4.8rem);
}

.section-heading {
  max-width: 780px;
  margin-bottom: 40px;
}

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

.card {
  min-height: 320px;
  padding: 28px;
  border: 1px solid rgba(255, 47, 147, 0.12);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.84);
  box-shadow: 0 18px 48px rgba(38, 48, 68, 0.08);
}

.card:nth-child(2) {
  background: #eefaff;
}

.card:nth-child(3) {
  background: #f2ffe9;
}

.card:nth-child(4) {
  background: #f6f0ff;
}

.card-icon {
  display: inline-grid;
  place-items: center;
  width: 44px;
  height: 44px;
  margin-bottom: 42px;
  border-radius: 50%;
  color: white;
  background: var(--hot-pink);
  font-size: 0.82rem;
  font-weight: 900;
}

.card p {
  margin-bottom: 0;
  color: var(--muted);
}


.leaders {
  background:
    radial-gradient(circle at 18% 22%, rgba(255, 214, 230, 0.68), transparent 20rem),
    radial-gradient(circle at 88% 72%, rgba(116, 202, 232, 0.24), transparent 18rem),
    var(--ivory);
}

.leader-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 18px;
}

.leader-card {
  min-height: 240px;
  padding: clamp(28px, 4vw, 42px);
  border: 1px solid rgba(255, 47, 147, 0.12);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.84);
  box-shadow: 0 18px 48px rgba(38, 48, 68, 0.08);
}

.leader-card:nth-child(2) {
  background: #eefaff;
}

.leader-card p {
  margin-bottom: 16px;
  color: var(--muted);
  font-size: 1.05rem;
}

.leader-card p:last-child {
  margin-bottom: 0;
}

.leader-teaser {
  max-width: 860px;
  text-align: center;
}

.leader-teaser h2 {
  margin-left: auto;
  margin-right: auto;
}

.leader-teaser p:not(.eyebrow) {
  max-width: 760px;
  margin: 0 auto 28px;
  color: #384258;
  font-size: clamp(1.08rem, 2vw, 1.28rem);
}


.events {
  background:
    radial-gradient(circle at 16% 18%, rgba(255, 214, 230, 0.6), transparent 20rem),
    radial-gradient(circle at 92% 78%, rgba(34, 163, 108, 0.12), transparent 18rem),
    var(--ivory);
}

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

.event-card {
  min-height: 260px;
  padding: 28px;
  border: 1px solid rgba(255, 47, 147, 0.12);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.86);
  box-shadow: 0 18px 48px rgba(38, 48, 68, 0.08);
}

.event-card:nth-child(2n) {
  background: #eefaff;
}

.event-card:nth-child(3n) {
  background: #f2ffe9;
}

.event-date {
  margin-bottom: 14px;
  color: var(--deep-pink) !important;
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.event-meta,
.event-card p {
  color: var(--muted);
}

.event-meta {
  display: grid;
  gap: 6px;
  margin: 16px 0 20px;
  font-weight: 800;
}

.event-card .button {
  min-height: 44px;
  padding: 0 20px;
  font-size: 0.88rem;
}

.fit {
  background:
    linear-gradient(rgba(255, 250, 240, 0.85), rgba(255, 250, 240, 0.94)),
    url("assets/pink-porch-pattern.png") center / cover fixed;
}

.fit-list {
  display: grid;
  gap: 14px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.fit-list li {
  position: relative;
  padding: 18px 20px 18px 58px;
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.88);
  box-shadow: 0 14px 30px rgba(255, 47, 147, 0.09);
  font-weight: 700;
}

.fit-list li::before {
  content: "";
  position: absolute;
  left: 20px;
  top: 22px;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background:
    linear-gradient(90deg, transparent 40%, white 40% 60%, transparent 60%),
    linear-gradient(0deg, transparent 40%, white 40% 60%, transparent 60%),
    var(--hot-pink);
}


.why {
  background:
    linear-gradient(rgba(255, 250, 240, 0.9), rgba(255, 250, 240, 0.94)),
    url("assets/pink-porch-pattern.png") center / cover fixed;
}

.why-layout {
  display: grid;
  grid-template-columns: 0.88fr 1.12fr;
  gap: clamp(32px, 7vw, 82px);
  align-items: start;
}

.why-copy {
  padding: clamp(28px, 5vw, 54px);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.86);
  box-shadow: 0 18px 48px rgba(38, 48, 68, 0.08);
  color: #384258;
  font-size: clamp(1.08rem, 2vw, 1.28rem);
}

.why-copy p {
  margin-bottom: 18px;
}

.why-copy p:last-child {
  margin-bottom: 0;
  color: var(--ink);
  font-weight: 800;
}


.subpage-hero {
  position: relative;
  overflow: hidden;
  isolation: isolate;
  min-height: 64vh;
}

.subpage-intro {
  max-width: 860px;
  padding: clamp(56px, 9vw, 112px) 0 clamp(88px, 11vw, 140px);
}

.subpage-intro h1 {
  max-width: 780px;
  margin-bottom: 26px;
  font-size: clamp(3.7rem, 9vw, 7.4rem);
}

.subpage-intro p:not(.eyebrow) {
  max-width: 720px;
  color: #3c4559;
  font-size: clamp(1.1rem, 2.2vw, 1.42rem);
}

.founder-page {
  background:
    radial-gradient(circle at 16% 20%, rgba(255, 214, 230, 0.62), transparent 20rem),
    radial-gradient(circle at 90% 66%, rgba(116, 202, 232, 0.24), transparent 18rem),
    var(--ivory);
}


.founder-intro {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: clamp(22px, 4vw, 42px);
  align-items: center;
  margin-bottom: 30px;
}

.founder-intro .section-heading {
  margin-bottom: 0;
}

.founder-circle-photo {
  display: block;
  width: clamp(148px, 18vw, 220px);
  aspect-ratio: 1;
  border: 8px solid rgba(255, 255, 255, 0.9);
  border-radius: 50%;
  object-fit: cover;
  object-position: 34% 24%;
  box-shadow: 0 22px 50px rgba(255, 47, 147, 0.18);
}

.founder-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px;
  align-items: start;
}

.founder-card {
  overflow: hidden;
  border: 1px solid rgba(255, 47, 147, 0.12);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.84);
  box-shadow: 0 18px 48px rgba(38, 48, 68, 0.08);
}

.founder-card:nth-child(2) {
  background: #eefaff;
}


.founder-copy {
  padding: clamp(26px, 4vw, 40px);
}

.founder-copy p {
  margin-bottom: 16px;
  color: var(--muted);
  font-size: 1.02rem;
}

.founder-copy p:last-child {
  margin-bottom: 0;
}

.final-cta {
  padding: clamp(72px, 10vw, 124px) 0;
  background:
    radial-gradient(circle at 78% 26%, rgba(255, 214, 230, 0.95), transparent 18rem),
    linear-gradient(135deg, #25314b 0%, #31485f 100%);
  color: white;
}

.final-inner {
  display: grid;
  grid-template-columns: 0.88fr 1.12fr;
  gap: clamp(32px, 6vw, 72px);
  align-items: center;
}

.final-cta .eyebrow,
.final-cta h2 {
  color: white;
}

.cta-copy p:last-child {
  color: rgba(255, 255, 255, 0.78);
  font-size: 1.25rem;
}

.signup-form {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  align-items: end;
  padding: 16px;
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.12);
  box-shadow: 0 22px 60px rgba(0, 0, 0, 0.14);
}

.signup-form label {
  display: grid;
  gap: 7px;
  color: rgba(255, 255, 255, 0.82);
  font-size: 0.8rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.signup-interest {
  grid-column: span 2;
  margin: 0;
  padding: 0;
  border: 0;
}

.signup-interest legend {
  margin: 0 0 10px;
  color: rgba(255, 255, 255, 0.82);
  font-size: 0.8rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.interest-options {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

.signup-form .interest-option {
  display: flex;
  align-items: center;
  gap: 10px;
  min-height: 46px;
  padding: 0 14px;
  border: 2px solid transparent;
  border-radius: 999px;
  color: var(--ink);
  background: rgba(255, 255, 255, 0.96);
  font-size: 0.92rem;
  font-weight: 800;
  letter-spacing: 0;
  text-transform: none;
}

.interest-option input {
  width: 18px;
  height: 18px;
  accent-color: var(--hot-pink);
  flex: 0 0 auto;
}

.interest-option span {
  line-height: 1.2;
}

.signup-form input:not([type="checkbox"]),
.signup-form select {
  width: 100%;
  min-height: 52px;
  border: 2px solid transparent;
  border-radius: 999px;
  padding: 0 18px;
  color: var(--ink);
  background: white;
  font: 700 1rem/1 var(--sans);
  outline: none;
}

.signup-form select {
  appearance: none;
  background-image: linear-gradient(45deg, transparent 50%, var(--deep-pink) 50%), linear-gradient(135deg, var(--deep-pink) 50%, transparent 50%);
  background-position: calc(100% - 22px) 22px, calc(100% - 16px) 22px;
  background-repeat: no-repeat;
  background-size: 6px 6px, 6px 6px;
}

.signup-form input:not([type="checkbox"]):focus,
.signup-form select:focus {
  border-color: var(--sky);
}

.signup-form button {
  grid-column: span 2;
}

.form-note {
  grid-column: 1 / -1;
  margin: 0;
  color: rgba(255, 255, 255, 0.74);
  font-size: 0.92rem;
}

.form-note.success {
  color: #d9ffc8;
  font-weight: 800;
}

/* ── RSVP modal ────────────────────────────────────────────────────────────── */

.rsvp-modal {
  width: min(520px, calc(100% - 32px));
  max-height: calc(100vh - 48px);
  overflow-y: auto;
  padding: 0;
  border: none;
  border-radius: var(--radius);
  box-shadow: 0 32px 80px rgba(38, 48, 68, 0.22);
  background: var(--ivory);
}

.rsvp-modal::backdrop {
  background: rgba(38, 48, 68, 0.48);
  backdrop-filter: blur(4px);
}

.modal-inner {
  position: relative;
  padding: clamp(28px, 5vw, 44px);
}

.modal-close {
  position: absolute;
  top: 16px;
  right: 18px;
  width: 36px;
  height: 36px;
  border: none;
  border-radius: 50%;
  background: rgba(255, 47, 147, 0.1);
  color: var(--deep-pink);
  font-size: 1.3rem;
  line-height: 1;
  cursor: pointer;
  display: grid;
  place-items: center;
}

.modal-close:hover {
  background: rgba(255, 47, 147, 0.2);
}

.modal-event-title {
  font-size: clamp(1.6rem, 4vw, 2.4rem);
  margin-bottom: 24px;
  line-height: 1.1;
}

.rsvp-modal-form {
  display: grid;
  gap: 12px;
}

.rsvp-fields {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}

.rsvp-full {
  grid-column: span 2;
}

.rsvp-modal-form label {
  display: grid;
  gap: 7px;
  color: var(--ink);
  font-size: 0.8rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.rsvp-modal-form input[type="text"],
.rsvp-modal-form input[type="email"] {
  width: 100%;
  min-height: 50px;
  border: 2px solid rgba(255, 47, 147, 0.2);
  border-radius: 999px;
  padding: 0 18px;
  color: var(--ink);
  background: white;
  font: 700 1rem/1 var(--sans);
  outline: none;
}

.rsvp-modal-form input:focus {
  border-color: var(--hot-pink);
}

.rsvp-submit {
  width: 100%;
}

.rsvp-form-note {
  margin: 0;
  color: var(--muted);
  font-size: 0.9rem;
}

.rsvp-form-note.success {
  color: var(--green);
  font-weight: 700;
}

.rsvp-form-note.error {
  color: #c0392b;
}

/* ── My RSVPs / utility page styles ──────────────────────────────────────── */

.rsvps-loading {
  min-height: 200px;
}

.rsvps-welcome {
  font-size: 1.2rem;
  font-weight: 700;
  margin-bottom: 28px;
  color: var(--ink);
}

.rsvps-message {
  font-size: 1.1rem;
  color: var(--muted);
  margin-bottom: 24px;
}

.rsvps-message.success {
  color: var(--green);
  font-weight: 700;
}

.rsvps-message.error {
  color: #c0392b;
}

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

.cancel-rsvp-btn {
  margin-top: auto;
  min-height: 40px;
  padding: 0 18px;
  font-size: 0.84rem;
  background: transparent;
  border: 2px solid rgba(255, 47, 147, 0.3);
  border-radius: 999px;
  color: var(--deep-pink);
  font-weight: 800;
  cursor: pointer;
  transition: background 180ms, border-color 180ms;
  align-self: flex-start;
}

.cancel-rsvp-btn:hover:not(:disabled) {
  background: rgba(255, 47, 147, 0.08);
  border-color: var(--hot-pink);
}

.cancel-rsvp-btn:disabled {
  opacity: 0.5;
  cursor: default;
}

.cancel-note {
  margin: 8px 0 0;
  font-size: 0.84rem;
  color: var(--muted);
  min-height: 1.2em;
}

.event-capacity {
  font-size: 0.78rem;
  font-weight: 800;
  color: var(--green);
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

/* Magic link request form (standalone, used on my-rsvps when no token) */

.magic-link-form {
  display: grid;
  gap: 12px;
  max-width: 440px;
}

.magic-link-form input[type="email"] {
  width: 100%;
  min-height: 52px;
  border: 2px solid rgba(255, 47, 147, 0.2);
  border-radius: 999px;
  padding: 0 20px;
  color: var(--ink);
  background: white;
  font: 700 1rem/1 var(--sans);
  outline: none;
}

.magic-link-form input:focus {
  border-color: var(--hot-pink);
}

.magic-link-form .form-note {
  color: var(--muted);
  font-size: 0.9rem;
}

.magic-link-form .form-note.success {
  color: var(--green);
  font-weight: 700;
}

.unsub-inner {
  max-width: 560px;
}

@media (max-width: 980px) {
  .hero-grid,
  .two-column,
  .origin-layout,
  .fit-layout,
  .final-inner {
    grid-template-columns: 1fr;
  }

  .hero-grid {
    min-height: auto;
    padding-top: 38px;
  }

  .card-grid,
  .events-grid {
    grid-template-columns: repeat(2, 1fr);
  }

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

  .why-layout {
    grid-template-columns: 1fr;
  }

  .founder-intro {
    grid-template-columns: 1fr;
    justify-items: center;
    text-align: center;
  }

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

  .origin-art {
    width: min(100%, 460px);
    min-height: 360px;
    margin: 0 auto;
  }

  .origin-art > img {
    min-height: 360px;
  }

  .signup-form {
    grid-template-columns: 1fr;
  }

}

@media (max-width: 640px) {
  .rsvp-fields {
    grid-template-columns: 1fr;
  }

  .rsvp-full {
    grid-column: span 1;
  }

  .hero-shell,
  .section-inner,
  .final-inner {
    width: min(100% - 28px, 1120px);
  }

  .brand-bar {
    align-items: flex-start;
  }

  .nav-actions {
    align-items: flex-end;
    flex-direction: column;
    gap: 8px;
  }

  .brand-mark {
    width: min(34vw, 132px);
    height: min(34vw, 132px);
    padding: 6px;
  }

  .nav-cta {
    font-size: 0.9rem;
  }

  h1 {
    font-size: clamp(3.25rem, 18vw, 4.6rem);
  }

  h2 {
    font-size: clamp(2.25rem, 12vw, 3.35rem);
  }

  .card-grid,
  .events-grid {
    grid-template-columns: 1fr;
  }

  .signup-interest,
  .signup-form button {
    grid-column: span 1;
  }

  .interest-options {
    grid-template-columns: 1fr;
  }

  .card {
    min-height: 0;
  }

  .fit {
    background-attachment: scroll;
  }

  .fit-list li {
    padding-right: 16px;
  }
}

/* ── Book Club page ───────────────────────────────────────────────────────── */
.book-hero {
  position: relative;
  overflow: hidden;
  isolation: isolate;
  min-height: auto;
}

.book-hero .brand-bar {
  padding: 18px 0 10px;
}

.book-hero .brand-mark {
  width: clamp(92px, 10vw, 124px);
  height: clamp(92px, 10vw, 124px);
  background: rgba(255, 250, 240, 0.84);
}

.book-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(230px, 330px);
  gap: clamp(34px, 6vw, 70px);
  align-items: center;
  padding: clamp(28px, 5vw, 60px) 0 clamp(58px, 8vw, 88px);
}

.book-hero-copy {
  max-width: 680px;
}

.book-hero-copy h1 {
  max-width: 640px;
  margin-bottom: 14px;
  font-size: clamp(3rem, 5.8vw, 5.2rem);
}

.book-feature-title {
  max-width: 620px;
  margin-bottom: 20px;
  color: var(--deep-pink);
  font-family: var(--serif);
  font-size: clamp(1.4rem, 2.7vw, 2.1rem);
  font-weight: 760;
  line-height: 1.08;
}

.book-feature-title span {
  display: inline-block;
  white-space: nowrap;
}

.book-hero-summary {
  max-width: 600px;
  color: #3c4559;
  font-size: clamp(1.08rem, 2vw, 1.3rem);
}

.book-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 30px;
}

.button.secondary {
  color: var(--deep-pink);
  background: rgba(255, 255, 255, 0.86);
  box-shadow: 0 12px 34px rgba(167, 43, 112, 0.12);
}

.book-cover-wrap {
  padding: clamp(12px, 1.8vw, 18px);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.7);
  box-shadow: var(--shadow);
  transform: rotate(1.25deg);
  max-width: 280px;
  margin: 0 auto;
}

.book-cover-wrap img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
  border-radius: var(--radius);
  box-shadow: 0 18px 44px rgba(38, 48, 68, 0.2);
}

.book-details {
  background:
    radial-gradient(circle at 16% 20%, rgba(255, 47, 147, 0.14), transparent 18rem),
    radial-gradient(circle at 84% 70%, rgba(34, 163, 108, 0.14), transparent 18rem),
    var(--ivory);
}

.book-detail-grid,
.book-event-grid {
  display: grid;
  grid-template-columns: 0.82fr 1.18fr;
  gap: clamp(28px, 6vw, 74px);
  align-items: center;
}

.book-detail-card,
.book-event-card,
.book-note-card {
  padding: clamp(28px, 5vw, 54px);
  border: 1px solid rgba(255, 47, 147, 0.12);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.86);
  box-shadow: 0 18px 48px rgba(38, 48, 68, 0.08);
}

.price-badge {
  display: inline-grid;
  place-items: center;
  width: 88px;
  height: 88px;
  margin-bottom: 20px;
  border-radius: 50%;
  color: white;
  background: var(--hot-pink);
  font: 900 2rem/1 var(--sans);
  box-shadow: 0 14px 30px rgba(255, 47, 147, 0.22);
}

.book-detail-card p,
.book-note-card p {
  color: #384258;
  font-size: clamp(1.06rem, 2vw, 1.24rem);
}

.deadline-note {
  margin-bottom: 0;
  padding: 16px 18px;
  border-radius: var(--radius);
  color: var(--deep-pink) !important;
  background: var(--petal);
  font-weight: 900;
}

.book-event {
  background:
    linear-gradient(rgba(255, 250, 240, 0.88), rgba(255, 250, 240, 0.94)),
    url("assets/pink-porch-pattern.png") center / cover fixed;
}

.event-detail-list {
  display: grid;
  gap: 16px;
  margin: 24px 0 0;
}

.event-detail-list div {
  display: grid;
  grid-template-columns: 120px 1fr;
  gap: 18px;
  padding-bottom: 16px;
  border-bottom: 1px solid rgba(255, 47, 147, 0.12);
}

.event-detail-list dt {
  color: var(--deep-pink);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.event-detail-list dd {
  margin: 0;
  color: var(--ink);
  font-weight: 800;
}

.book-note-card {
  background: #eefaff;
}

.book-note-card h3 {
  margin-top: 0;
}

.book-reserve {
  background:
    radial-gradient(circle at 78% 26%, rgba(255, 214, 230, 0.95), transparent 18rem),
    linear-gradient(135deg, #25314b 0%, #31485f 100%);
}

.book-rsvp-form .signup-interest {
  grid-column: span 2;
}

@media (max-width: 980px) {
  .book-hero-grid,
  .book-detail-grid,
  .book-event-grid {
    grid-template-columns: 1fr;
  }

  .book-hero .brand-bar {
    align-items: center;
  }

  .book-hero .brand-mark {
    width: min(28vw, 112px);
    height: min(28vw, 112px);
  }

  .book-hero-grid {
    text-align: center;
  }

  .book-actions {
    justify-content: center;
  }

  .book-cover-wrap {
    order: -1;
    width: min(100%, 280px);
    margin: 0 auto;
  }

  .book-hero-summary,
  .book-feature-title {
    margin-left: auto;
    margin-right: auto;
  }
}

@media (max-width: 640px) {
  .book-hero-copy h1 {
    font-size: clamp(2.7rem, 15vw, 3.65rem);
  }

  .book-feature-title span {
    white-space: normal;
  }

  .book-cover-wrap {
    width: min(100%, 230px);
  }

  .book-actions {
    flex-direction: column;
  }

  .event-detail-list div {
    grid-template-columns: 1fr;
    gap: 4px;
  }

  .book-rsvp-form .signup-interest {
    grid-column: span 1;
  }
}


.book-purchase-panel {
  padding: clamp(26px, 4vw, 42px);
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.13);
  box-shadow: 0 22px 60px rgba(0, 0, 0, 0.14);
}

.book-purchase-panel h3 {
  margin-top: 0;
  color: white;
}

.book-purchase-panel p:not(.eyebrow) {
  color: rgba(255, 255, 255, 0.8);
}

.book-purchase-panel .deadline-note {
  margin: 18px 0 22px;
  color: var(--deep-pink) !important;
  background: rgba(255, 250, 240, 0.92);
}

.delivery-details {
  margin-top: 22px;
  padding: clamp(20px, 3vw, 28px);
  border: 1px solid rgba(255, 47, 147, 0.12);
  border-radius: var(--radius);
  background: linear-gradient(135deg, rgba(255, 240, 246, 0.94), rgba(238, 250, 255, 0.86));
}

.delivery-details h3 {
  margin: 0 0 12px;
  color: var(--deep-pink);
  font-size: clamp(1.45rem, 3vw, 2rem);
}

.delivery-details p {
  margin-bottom: 12px;
}

.delivery-details p:last-child {
  margin-bottom: 0;
  color: var(--ink);
  font-weight: 800;
}

/* ── Simplified home page ─────────────────────────────────────────────────── */
.home-hero {
  position: relative;
  min-height: 90vh;
  overflow: hidden;
  isolation: isolate;
}

.home-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(260px, 0.58fr);
  gap: clamp(34px, 7vw, 86px);
  align-items: center;
  padding: clamp(46px, 8vw, 96px) 0 clamp(78px, 10vw, 118px);
}

.home-hero-copy h1 {
  max-width: 840px;
  font-size: clamp(3.45rem, 8.4vw, 7.6rem);
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  max-width: 760px;
}

.home-hero-photo {
  justify-self: center;
  width: min(100%, 360px);
  aspect-ratio: 1;
  padding: 10px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.74);
  box-shadow: var(--shadow);
}

.home-hero-photo img {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  object-fit: cover;
  object-position: 36% 22%;
}

.porch-about {
  background:
    radial-gradient(circle at 14% 22%, rgba(255, 214, 230, 0.7), transparent 18rem),
    linear-gradient(135deg, #fff7fb 0%, #fffaf0 55%, #eefaff 100%);
}

.about-grid {
  display: grid;
  grid-template-columns: minmax(280px, 0.78fr) minmax(0, 1fr);
  gap: clamp(32px, 6vw, 76px);
  align-items: center;
}

.about-photo-wrap {
  padding: 12px;
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.78);
  box-shadow: var(--shadow);
  transform: rotate(-1.5deg);
}

.about-photo-wrap img {
  display: block;
  width: 100%;
  border: 10px solid rgba(255, 255, 255, 0.82);
  border-radius: var(--radius);
  aspect-ratio: 4 / 5;
  object-fit: cover;
  object-position: center;
}

.about-copy {
  max-width: 720px;
}

.about-copy p:not(.eyebrow) {
  color: #384258;
  font-size: clamp(1.05rem, 2vw, 1.24rem);
}

.offerings {
  background: var(--ivory);
}

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

.offer-card {
  display: flex;
  min-height: 300px;
  flex-direction: column;
  padding: clamp(22px, 3vw, 30px);
  border: 1px solid rgba(255, 47, 147, 0.12);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.88);
  box-shadow: 0 18px 48px rgba(38, 48, 68, 0.08);
}

.offer-card:nth-child(2) {
  background: #eefaff;
}

.offer-card:nth-child(3) {
  background: #f2ffe9;
}

.offer-card:nth-child(4) {
  background: #fff0f6;
}

.offer-card:nth-child(5) {
  background: #f6f0ff;
}

.offer-card p {
  color: var(--muted);
}

.featured-market {
  background:
    radial-gradient(circle at 16% 18%, rgba(255, 47, 147, 0.12), transparent 18rem),
    radial-gradient(circle at 88% 70%, rgba(34, 163, 108, 0.14), transparent 18rem),
    var(--ivory);
}

.featured-market-card {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 0.58fr);
  gap: clamp(28px, 6vw, 70px);
  align-items: center;
  padding: clamp(30px, 5vw, 56px);
  border: 1px solid rgba(255, 47, 147, 0.14);
  border-radius: var(--radius);
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.9), rgba(255, 240, 246, 0.84)),
    url("assets/pink-porch-pattern.png") center / cover;
  box-shadow: var(--shadow);
}

.featured-market-card h2 {
  font-size: clamp(2.45rem, 5vw, 4.8rem);
}

.featured-market-card p {
  max-width: 640px;
  color: #384258;
  font-size: clamp(1.08rem, 2vw, 1.28rem);
}

.featured-event-details {
  display: grid;
  gap: 12px;
  margin: 0;
}

.featured-event-details div {
  padding: 18px 20px;
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.86);
  box-shadow: 0 14px 30px rgba(167, 43, 112, 0.08);
}

.featured-event-details dt {
  color: var(--deep-pink);
  font-size: 0.76rem;
  font-weight: 900;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.featured-event-details dd {
  margin: 4px 0 0;
  color: var(--ink);
  font-weight: 900;
}

.decor-teaser {
  background:
    radial-gradient(circle at 82% 28%, rgba(116, 202, 232, 0.22), transparent 18rem),
    linear-gradient(135deg, #fff7fb 0%, #fffaf0 100%);
}

.decor-teaser-inner {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 24px;
  align-items: center;
}

.decor-teaser-inner h2 {
  font-size: clamp(2.25rem, 4.5vw, 4.4rem);
}

.decor-teaser-inner p {
  max-width: 720px;
  color: #384258;
  font-size: clamp(1.04rem, 2vw, 1.2rem);
}

.home-section {
  background: var(--ivory);
}

.compact-heading {
  max-width: 640px;
  margin-bottom: 30px;
}

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

.event-path-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.home-card {
  display: flex;
  min-height: 290px;
  flex-direction: column;
  padding: clamp(24px, 4vw, 34px);
  border: 1px solid rgba(255, 47, 147, 0.12);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.86);
  box-shadow: 0 18px 48px rgba(38, 48, 68, 0.08);
}

.home-card:nth-child(2) {
  background: #eefaff;
}

.home-card:nth-child(3) {
  background: #f2ffe9;
}

.home-card p {
  color: var(--muted);
}

.text-link {
  margin-top: auto;
  color: var(--deep-pink);
  font-weight: 900;
  text-decoration: underline;
  text-decoration-thickness: 2px;
  text-underline-offset: 5px;
}

.curated-events .event-card {
  min-height: 250px;
}

.center-action {
  display: flex;
  justify-content: center;
  margin-top: 28px;
}

.cta-contact {
  margin-top: 18px;
  color: rgba(255, 255, 255, 0.82);
  font-weight: 800;
}

.cta-contact a {
  color: white;
  text-decoration: underline;
  text-decoration-thickness: 2px;
  text-underline-offset: 5px;
}

.site-footer {
  padding: clamp(34px, 6vw, 56px) 0 18px;
  background: #fffaf0;
  border-top: 1px solid rgba(255, 47, 147, 0.12);
}

.footer-inner {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: clamp(22px, 4vw, 46px);
  align-items: center;
}

.footer-logo {
  display: block;
  width: 118px;
}

.footer-logo img {
  display: block;
  width: 100%;
  border-radius: var(--radius);
}

.footer-kicker {
  margin-bottom: 8px;
  color: var(--deep-pink);
  font-weight: 900;
}

.footer-inner p:last-child {
  margin-bottom: 0;
  color: var(--muted);
}

.simple-page-intro {
  max-width: 760px;
}

.story-section {
  background: var(--ivory);
}

.story-feature {
  display: grid;
  grid-template-columns: minmax(0, 0.82fr) minmax(280px, 1fr);
  gap: clamp(30px, 6vw, 74px);
  align-items: start;
}

.story-card {
  padding: clamp(28px, 5vw, 48px);
  border: 1px solid rgba(255, 47, 147, 0.12);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.88);
  box-shadow: 0 18px 48px rgba(38, 48, 68, 0.08);
}

.story-card p {
  color: #384258;
  font-size: clamp(1.04rem, 2vw, 1.18rem);
}

.story-card p:last-child {
  margin-bottom: 0;
}

.founder-story {
  margin-bottom: 24px;
}

.story-signoff {
  margin: 22px 0 0 !important;
  color: var(--deep-pink) !important;
  font-family: var(--serif);
  font-size: clamp(1.4rem, 3vw, 2rem);
  font-weight: 800;
}

.admin-footer {
  margin-top: 18px;
  text-align: center;
}

.admin-footer a {
  color: #b9aeb4;
  font-size: 0.72rem;
  text-decoration: none;
}

.service-hero .subpage-intro {
  padding-bottom: clamp(58px, 8vw, 90px);
}

.service-hero .subpage-intro p:not(.eyebrow) {
  max-width: 720px;
  margin-bottom: 28px;
  color: #3c4559;
  font-size: clamp(1.12rem, 2.2vw, 1.42rem);
}

.service-details {
  background:
    radial-gradient(circle at 16% 18%, rgba(255, 214, 230, 0.64), transparent 19rem),
    radial-gradient(circle at 88% 76%, rgba(116, 202, 232, 0.22), transparent 18rem),
    var(--ivory);
}

.decor-details {
  background:
    radial-gradient(circle at 16% 24%, rgba(255, 47, 147, 0.11), transparent 18rem),
    radial-gradient(circle at 86% 72%, rgba(34, 163, 108, 0.13), transparent 18rem),
    linear-gradient(135deg, #fff7fb 0%, #fffaf0 55%, #eefaff 100%);
}

.package-pricing {
  background:
    radial-gradient(circle at 18% 20%, rgba(255, 214, 230, 0.72), transparent 18rem),
    var(--ivory);
}

.pricing-inner {
  max-width: 980px;
}

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

.pricing-heading p:not(.eyebrow) {
  color: #384258;
  font-size: clamp(1.02rem, 2vw, 1.18rem);
}

.pricing-art {
  padding: clamp(10px, 2vw, 18px);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.84);
  box-shadow: var(--shadow);
}

.pricing-art img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: var(--radius);
}

.market-hero-lede {
  color: var(--deep-pink);
  font-size: clamp(1.2rem, 2.2vw, 1.5rem);
  font-weight: 800;
}

.market-info-card {
  background:
    radial-gradient(circle at 92% 10%, rgba(255, 214, 230, 0.62), transparent 12rem),
    rgba(255, 255, 255, 0.88);
}

.market-detail-list {
  display: grid;
  gap: 14px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.market-detail-list li {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 2px 14px;
  align-items: center;
  padding: 16px 18px;
  border: 1px solid rgba(255, 47, 147, 0.12);
  border-radius: var(--radius);
  background: rgba(255, 240, 246, 0.72);
}

.market-detail-list span {
  grid-row: span 2;
  font-size: 1.45rem;
}

.market-detail-list strong {
  color: #25314b;
  font-size: 1.05rem;
}

.market-detail-list small {
  color: var(--muted);
  font-size: 0.95rem;
  font-weight: 700;
}

.market-story-card {
  max-width: 880px;
  text-align: center;
}

.market-story-card p:last-child {
  max-width: 720px;
  margin: 0 auto;
  color: #3c4559;
  font-size: 1.15rem;
}

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

.market-photo-placeholder {
  display: grid;
  min-height: 190px;
  place-items: center;
  padding: 24px;
  border: 1px dashed rgba(255, 47, 147, 0.32);
  border-radius: var(--radius);
  color: var(--deep-pink);
  background:
    linear-gradient(135deg, rgba(255, 250, 240, 0.78), rgba(255, 240, 246, 0.88)),
    url("assets/pink-porch-pattern.png") center / cover;
  box-shadow: 0 16px 38px rgba(167, 43, 112, 0.08);
  font-weight: 800;
  text-align: center;
}

.market-vendors {
  background:
    radial-gradient(circle at 18% 20%, rgba(255, 214, 230, 0.68), transparent 18rem),
    var(--ivory);
}

.vendor-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.vendor-grid li {
  display: grid;
  min-height: 82px;
  place-items: center;
  padding: 18px;
  border: 1px solid rgba(255, 47, 147, 0.12);
  border-radius: var(--radius);
  color: var(--ink);
  background: rgba(255, 255, 255, 0.86);
  box-shadow: 0 14px 34px rgba(38, 48, 68, 0.07);
  font-weight: 900;
  text-align: center;
}

.service-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.82fr) minmax(280px, 1fr);
  gap: clamp(30px, 6vw, 74px);
  align-items: center;
}

.service-lede {
  max-width: 640px;
  color: #384258;
  font-size: clamp(1.05rem, 2vw, 1.24rem);
}

.service-card {
  padding: clamp(28px, 5vw, 48px);
  border: 1px solid rgba(255, 47, 147, 0.12);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.88);
  box-shadow: 0 18px 48px rgba(38, 48, 68, 0.08);
}

.service-card h3 {
  color: var(--deep-pink);
}

.service-card p {
  color: var(--muted);
}

.service-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.purchase-note {
  margin: 14px 0 0;
  color: var(--deep-pink) !important;
  font-size: 0.94rem;
  font-weight: 900;
}

.price-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin-bottom: 24px;
}

.price-list div {
  min-height: 138px;
  padding: 22px;
  border-radius: var(--radius);
  background: linear-gradient(135deg, var(--petal), #eefaff);
}

.price-list span {
  display: block;
  margin-bottom: 8px;
  color: var(--deep-pink);
  font-family: var(--serif);
  font-size: clamp(2.4rem, 5vw, 3.7rem);
  font-weight: 800;
  line-height: 0.95;
}

.price-list p {
  margin: 0;
  color: var(--ink);
  font-weight: 900;
}

.price-name {
  display: block;
  margin-bottom: 10px;
  color: var(--ink);
  font-family: var(--serif);
  font-size: 1.25rem;
  line-height: 1.05;
}

.process-list {
  display: grid;
  gap: 14px;
  margin: 0 0 28px;
  padding: 0;
  list-style: none;
  counter-reset: process;
}

.process-list li {
  position: relative;
  padding: 18px 18px 18px 62px;
  border-radius: var(--radius);
  background: rgba(255, 240, 246, 0.72);
  counter-increment: process;
}

.process-list li::before {
  content: counter(process);
  position: absolute;
  top: 18px;
  left: 18px;
  display: grid;
  place-items: center;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  color: white;
  background: var(--hot-pink);
  font-weight: 900;
}

.process-list strong,
.process-list span {
  display: block;
}

.process-list strong {
  margin-bottom: 4px;
  color: var(--ink);
}

.process-list span {
  color: var(--muted);
  font-weight: 700;
}

.service-list {
  display: grid;
  gap: 12px;
  margin: 0 0 28px;
  padding: 0;
  list-style: none;
}

.service-list li {
  position: relative;
  padding-left: 26px;
  color: #384258;
  font-weight: 800;
}

.service-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.62em;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: var(--hot-pink);
  box-shadow: 12px 0 0 var(--green);
}

.service-faq {
  margin-top: 28px;
  padding: 24px;
  border: 1px solid rgba(255, 47, 147, 0.12);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.76);
  box-shadow: 0 14px 32px rgba(38, 48, 68, 0.07);
}

.service-faq h3 {
  margin-bottom: 10px;
  color: var(--deep-pink);
  font-size: clamp(1.35rem, 3vw, 1.8rem);
}

.service-faq p {
  margin: 0;
  color: var(--muted);
  font-weight: 800;
}

@media (max-width: 980px) {
  .home-hero-grid,
  .about-grid,
  .story-feature,
  .footer-inner,
  .service-grid,
  .featured-market-card,
  .decor-teaser-inner {
    grid-template-columns: 1fr;
  }

  .home-hero-photo {
    width: min(76vw, 320px);
  }

  .home-card-grid,
  .event-path-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .offer-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .market-photo-grid {
    grid-template-columns: 1fr;
  }

  .vendor-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .footer-inner {
    text-align: center;
  }

  .footer-logo {
    margin: 0 auto;
  }
}

@media (max-width: 640px) {
  .home-hero {
    min-height: auto;
  }

  .home-hero-grid {
    padding-top: 28px;
  }

  .hero-actions {
    flex-direction: column;
  }

  .hero-actions .button {
    width: 100%;
  }

  .service-actions {
    flex-direction: column;
  }

  .service-actions .button {
    width: 100%;
  }

  .home-card,
  .event-card,
  .offer-card {
    min-height: 0;
  }

  .about-photo-wrap {
    max-width: 520px;
    margin: 0 auto;
  }

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

  .event-path-grid,
  .vendor-grid {
    grid-template-columns: 1fr;
  }

  .price-list {
    grid-template-columns: 1fr;
  }
}

.book-pick {
  background:
    radial-gradient(circle at 16% 18%, rgba(255, 47, 147, 0.12), transparent 18rem),
    radial-gradient(circle at 88% 76%, rgba(34, 163, 108, 0.13), transparent 18rem),
    var(--ivory);
}

.book-pick-prompt {
  max-width: 760px;
  margin: 0 auto 34px;
  color: var(--deep-pink);
  font-family: var(--serif);
  font-size: clamp(1.45rem, 3vw, 2.3rem);
  line-height: 1.12;
  text-align: center;
}

.book-pick-grid {
  display: grid;
  grid-template-columns: minmax(220px, 0.48fr) minmax(0, 1fr);
  gap: clamp(28px, 6vw, 72px);
  align-items: center;
}

.book-pick-cover {
  padding: 12px;
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.78);
  box-shadow: var(--shadow);
  transform: rotate(-2deg);
  max-width: 320px;
  margin: 0 auto;
}

.book-pick-cover img {
  display: block;
  width: 100%;
  border-radius: var(--radius);
}

.book-pick-copy {
  padding: clamp(28px, 5vw, 54px);
  border: 1px solid rgba(255, 47, 147, 0.12);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.84);
  box-shadow: 0 18px 48px rgba(38, 48, 68, 0.08);
}

.book-pick-copy p {
  color: #384258;
  font-size: clamp(1.04rem, 2vw, 1.18rem);
}

.pick-note,
.pick-vibe {
  margin-top: 26px;
  padding-top: 24px;
  border-top: 1px solid rgba(255, 47, 147, 0.12);
}

.pick-note h3,
.pick-vibe h3 {
  margin-bottom: 12px;
  color: var(--deep-pink);
}

.pick-vibe ul {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  margin: 0 0 28px;
  padding: 0;
  list-style: none;
}

.pick-vibe li {
  padding: 12px 14px;
  border-radius: var(--radius);
  background: var(--petal);
  color: var(--ink);
  font-weight: 800;
}

@media (max-width: 980px) {
  .book-pick-grid {
    grid-template-columns: 1fr;
  }

  .book-pick-cover {
    width: min(100%, 320px);
    margin: 0 auto;
  }
}

@media (max-width: 640px) {
  .pick-vibe ul {
    grid-template-columns: 1fr;
  }
}

.box-includes {
  margin-top: 22px;
  padding: clamp(20px, 3vw, 28px);
  border: 1px solid rgba(34, 163, 108, 0.16);
  border-radius: var(--radius);
  background: linear-gradient(135deg, rgba(242, 255, 233, 0.92), rgba(255, 250, 240, 0.94));
}

.box-includes h3 {
  margin: 0 0 14px;
  color: #4f6a3f;
  font-size: clamp(1.45rem, 3vw, 2rem);
}

.box-includes ul {
  display: grid;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.box-includes li {
  color: var(--ink);
  font-weight: 800;
}

.delivery-button {
  margin-top: 18px;
}
