
:root {
  --ivory: #f5ebd1;
  --paper: #fcf5e0;
  --ink: #1a140f;
  --muted-ink: #6b5c47;
  --coral: #d44736;
  --fern: #2b5738;
  --mint: #63bf9e;
  --lavender: #856ea3;
  --gold: #c78c2e;
  --blush: #eb9e94;
  --line: rgba(112, 75, 36, 0.24);
  --shadow: 0 18px 42px rgba(56, 40, 18, 0.18);
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--ivory);
  color: var(--ink);
  font-family: -apple-system, BlinkMacSystemFont, "SF Pro Text", "Segoe UI", sans-serif;
  letter-spacing: 0;
  overflow-x: hidden;
}
body::before {
  position: fixed;
  inset: 0;
  z-index: -2;
  content: "";
  background: linear-gradient(rgba(245, 235, 209, 0.52), rgba(245, 235, 209, 0.68)), url("/assets/botanical-paper.jpg") center / cover no-repeat;
}
body::after {
  position: fixed;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  content: "";
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.36), transparent 34%, rgba(135, 94, 41, 0.08));
}
img { display: block; max-width: 100%; }
a { color: inherit; }
.wrap { width: min(1120px, calc(100% - 40px)); margin: 0 auto; }
.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  background: rgba(252, 245, 224, 0.86);
  border-bottom: 1px solid rgba(68, 49, 24, 0.16);
  backdrop-filter: blur(18px);
}
.nav { display: flex; min-height: 66px; align-items: center; justify-content: space-between; gap: 18px; }
.brand { display: inline-flex; align-items: center; gap: 10px; font-weight: 800; text-decoration: none; }
.brand img { width: 34px; height: 34px; border-radius: 8px; box-shadow: 0 5px 12px rgba(41, 30, 13, 0.16); }
.nav-links { display: flex; align-items: center; gap: 4px; }
.nav-links a { padding: 9px 10px; border-radius: 8px; color: var(--muted-ink); font-size: 0.9rem; font-weight: 800; text-decoration: none; white-space: nowrap; }
.nav-links a:hover, .nav-links a:focus-visible { background: rgba(255, 255, 255, 0.48); color: var(--ink); outline: none; }
.nav-links a.nav-download { margin-left: 6px; background: var(--ink); color: var(--ivory); box-shadow: 0 8px 18px rgba(26,20,15,0.16); }
.nav-links a.nav-download:hover, .nav-links a.nav-download:focus-visible { background: var(--fern); color: var(--ivory); }
.hero { position: relative; min-height: 76svh; overflow: hidden; border-bottom: 1px solid rgba(68, 49, 24, 0.14); }
.hero-art { position: absolute; inset: 0; pointer-events: none; }
.hero-art img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center; opacity: 0.98; filter: drop-shadow(0 28px 36px rgba(61, 43, 18, 0.18)); }
.hero-art::before { position: absolute; inset: 0; z-index: 1; content: ""; background: linear-gradient(90deg, rgba(245,235,209,0.98) 0%, rgba(245,235,209,0.82) 35%, rgba(245,235,209,0.18) 76%); }
.hero-content { position: relative; z-index: 2; display: grid; width: auto; max-width: none; margin-left: clamp(24px, 7vw, 120px); margin-right: clamp(24px, 7vw, 120px); min-height: 76svh; align-content: center; padding: 58px 0 54px; }
.kicker, .pill { display: inline-flex; width: fit-content; align-items: center; gap: 8px; border: 1px solid rgba(68, 49, 24, 0.15); border-radius: 999px; background: rgba(252, 245, 224, 0.84); color: var(--fern); font-size: 0.82rem; font-weight: 900; padding: 8px 12px; }
h1, h2, h3, p { margin-top: 0; }
h1 { max-width: 760px; margin-bottom: 18px; font-family: Georgia, "Times New Roman", serif; font-size: clamp(3.5rem, 7.4vw, 5.9rem); line-height: 0.92; white-space: nowrap; }
.lede { max-width: 610px; margin-bottom: 26px; color: var(--muted-ink); font-size: clamp(1.08rem, 2vw, 1.38rem); line-height: 1.52; }
.hero-actions, .cta-row { display: flex; flex-wrap: wrap; gap: 12px; align-items: center; }
.button { display: inline-flex; min-height: 52px; align-items: center; justify-content: center; gap: 10px; border: 1px solid rgba(26,20,15,0.14); border-radius: 8px; padding: 0 18px; font-weight: 900; text-decoration: none; transition: transform 160ms ease, box-shadow 160ms ease, background 160ms ease; }
.button:hover, .button:focus-visible { transform: translateY(-1px); outline: none; }
.button.primary { background: var(--ink); color: var(--ivory); box-shadow: 0 12px 22px rgba(26,20,15,0.2); }
.button.secondary { background: rgba(252,245,224,0.92); color: var(--ink); }
.download-cta { display: flex; flex-wrap: wrap; gap: 12px; align-items: center; margin-top: 24px; }
.hero-download { margin-top: 22px; }
.proof-row { display: flex; flex-wrap: wrap; gap: 10px; margin: 26px 0 0; padding: 0; list-style: none; }
.proof-row li { border: 1px solid rgba(68,49,24,0.12); border-radius: 999px; background: rgba(255,255,255,0.44); color: var(--muted-ink); font-size: 0.91rem; font-weight: 800; padding: 9px 12px; }
.section { padding: 76px 0; }
.band { background: rgba(252,245,224,0.72); border-top: 1px solid rgba(68,49,24,0.12); border-bottom: 1px solid rgba(68,49,24,0.12); }
.section-heading { display: grid; gap: 10px; max-width: 760px; margin-bottom: 28px; }
.section-heading h2, .studio-copy h2, .page-hero h1, .article h1, .article h2, .final-cta h2 { margin-bottom: 0; font-family: Georgia, "Times New Roman", serif; line-height: 1.06; }
.section-heading h2 { font-size: clamp(2rem, 4vw, 3.2rem); }
.section-heading p, .studio-copy p { margin-bottom: 0; color: var(--muted-ink); font-size: 1.05rem; line-height: 1.55; }
.flow-grid { display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 12px; }
.flow-card, .content-card, .side-panel, .studio-preview, .letter {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: linear-gradient(rgba(252,245,224,0.88), rgba(252,245,224,0.9)), url("/assets/botanical-paper.jpg") center / cover no-repeat;
  box-shadow: 0 10px 26px rgba(42,30,13,0.1);
}
.flow-card { min-height: 166px; padding: 16px; }
.step { display: grid; width: 30px; height: 30px; margin-bottom: 22px; place-items: center; border-radius: 999px; background: var(--fern); color: var(--paper); font-size: 0.86rem; font-weight: 900; }
.flow-card h3, .content-card span, .side-panel h2 { margin-bottom: 7px; font-size: 1.02rem; font-weight: 900; }
.flow-card p, .content-card p { margin-bottom: 0; color: var(--muted-ink); font-size: 0.94rem; line-height: 1.45; }
.studio-grid { display: grid; grid-template-columns: minmax(0, 0.86fr) minmax(320px, 1.14fr); gap: 34px; align-items: center; }
.studio-copy { display: grid; gap: 18px; }
.studio-copy h2 { font-size: clamp(2.1rem, 4vw, 3.5rem); }
.feature-list { display: grid; gap: 10px; margin: 0; padding: 0; list-style: none; }
.feature-list li { display: flex; align-items: flex-start; gap: 10px; color: var(--ink); font-weight: 800; }
.feature-list li::before { width: 10px; height: 10px; margin-top: 7px; flex: 0 0 auto; border-radius: 999px; background: var(--coral); content: ""; }
.studio-preview { position: relative; overflow: hidden; min-height: 620px; background: linear-gradient(180deg, rgba(235,158,148,0.42), rgba(245,235,209,0.72)), url("/assets/botanical-paper.jpg") center / cover no-repeat; box-shadow: var(--shadow); }
.studio-preview::before { position: absolute; inset: 18px; border: 1px solid rgba(255,255,255,0.54); border-radius: 8px; content: ""; }
.bouquet-stack { position: absolute; top: 22px; left: 50%; width: min(74%, 420px); transform: translateX(-50%); }
.bouquet-stack img { width: 100%; aspect-ratio: 3 / 4; object-fit: cover; object-position: center 56%; border-radius: 8px; filter: drop-shadow(0 18px 18px rgba(46,34,14,0.18)); }
.letter { position: absolute; right: 26px; bottom: 26px; width: min(76%, 380px); padding: 22px; background: repeating-linear-gradient(180deg, transparent 0 32px, rgba(26,20,15,0.09) 33px 34px), rgba(252,245,224,0.96); box-shadow: 0 20px 34px rgba(44,31,12,0.2); }
.letter p { margin-bottom: 14px; font-family: "Snell Roundhand", "Bradley Hand", cursive; font-size: clamp(1.25rem, 3vw, 1.72rem); line-height: 1.34; }
.letter .signoff { margin-bottom: 0; text-align: right; }
.toolbar { position: absolute; left: 26px; bottom: 28px; display: flex; flex-direction: column; gap: 10px; }
.tool-pill { display: inline-flex; width: fit-content; align-items: center; border: 1px solid rgba(26,20,15,0.12); border-radius: 999px; background: rgba(252,245,224,0.9); color: var(--muted-ink); font-size: 0.84rem; font-weight: 900; padding: 8px 11px; }
.tool-pill strong { color: var(--fern); margin-right: 6px; }
.cards-grid { display: grid; gap: 14px; }
.cards-grid.three { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.cards-grid.four { grid-template-columns: repeat(4, minmax(0, 1fr)); }
.content-card { min-height: 236px; padding: 14px; display: grid; align-content: start; gap: 12px; text-decoration: none; }
.content-card img { width: 100%; height: 150px; object-fit: contain; filter: drop-shadow(0 5px 6px rgba(26,20,15,0.18)); }
.content-card.link-card:hover, .content-card.link-card:focus-visible { transform: translateY(-2px); outline: 2px solid rgba(43,87,56,0.28); }
.page-hero { padding: 74px 0 62px; border-bottom: 1px solid rgba(68,49,24,0.12); background: rgba(252,245,224,0.46); }
.page-hero-grid { display: grid; grid-template-columns: minmax(0, 0.96fr) minmax(280px, 0.72fr); gap: 36px; align-items: center; }
.page-hero h1 { max-width: 760px; white-space: normal; font-size: clamp(2.8rem, 5.6vw, 5.8rem); }
.page-hero p { max-width: 760px; color: var(--muted-ink); font-size: 1.14rem; line-height: 1.6; }
.page-hero-art { border: 1px solid var(--line); border-radius: 8px; overflow: hidden; box-shadow: var(--shadow); background: var(--paper); }
.page-hero-art img { width: 100%; aspect-ratio: 4 / 3; object-fit: cover; }
.page-hero.compact .page-hero-art img { object-fit: contain; padding: 22px; background: rgba(252,245,224,0.82); }
.two-column { display: grid; grid-template-columns: minmax(220px, 0.32fr) minmax(0, 0.68fr); gap: 28px; align-items: start; }
.side-panel { position: sticky; top: 86px; padding: 18px; }
.side-panel p { color: var(--muted-ink); line-height: 1.5; }
.side-panel a { display: block; margin-top: 10px; padding: 10px 12px; border-radius: 8px; background: rgba(255,255,255,0.44); color: var(--fern); font-weight: 900; text-decoration: none; }
.flower-chips { display: grid; gap: 8px; margin: 14px 0; }
.flower-chips a { display: flex; align-items: center; gap: 8px; margin: 0; }
.flower-chips img { width: 34px; height: 34px; object-fit: contain; }
.article { max-width: 880px; }
.prose { color: var(--ink); }
.prose-section { margin-bottom: 34px; padding-bottom: 24px; border-bottom: 1px solid rgba(68,49,24,0.14); }
.prose-section:last-child { border-bottom: 0; }
.article h2 { margin-bottom: 12px; font-size: clamp(1.7rem, 3vw, 2.5rem); }
.article p { color: var(--muted-ink); font-size: 1.04rem; line-height: 1.78; }
.legal p { font-size: 1rem; }
.site-footer { padding: 52px 0 34px; border-top: 1px solid rgba(68,49,24,0.14); color: var(--muted-ink); font-size: 0.92rem; background: rgba(252,245,224,0.78); }
.footer-download { display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: 24px; align-items: center; padding-bottom: 32px; margin-bottom: 30px; border-bottom: 1px solid rgba(68,49,24,0.14); }
.footer-download h2 { max-width: 720px; margin: 12px 0 8px; color: var(--ink); font-family: Georgia, "Times New Roman", serif; font-size: clamp(2rem, 4vw, 3rem); line-height: 1.08; }
.footer-download p { max-width: 680px; margin: 0; font-size: 1rem; line-height: 1.6; }
.footer-grid { display: grid; grid-template-columns: 0.9fr 1.25fr 1.25fr 0.85fr; gap: 24px; align-items: start; }
.footer-column { display: grid; gap: 8px; }
.footer-column h3 { margin: 0 0 6px; color: var(--ink); font-size: 1rem; }
.footer-column a { color: var(--muted-ink); text-decoration: none; line-height: 1.32; }
.footer-column a:hover, .footer-column a:focus-visible { color: var(--fern); outline: none; text-decoration: underline; }
.footer-row { display: flex; justify-content: space-between; gap: 16px; margin-top: 32px; padding-top: 22px; border-top: 1px solid rgba(68,49,24,0.14); }
.footer-row a { color: var(--fern); font-weight: 800; text-decoration: none; }
@media (max-width: 1080px) {
  .flow-grid, .cards-grid.three, .cards-grid.four { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .studio-grid, .page-hero-grid, .two-column, .footer-download { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .side-panel { position: static; }
}
@media (max-width: 760px) {
  .wrap { width: min(100% - 28px, 1120px); }
  .site-header { position: static; }
  .nav { min-height: auto; padding: 12px 0; }
  .nav-links { display: none; }
  .hero, .hero-content { min-height: 78svh; }
  .hero-content { padding: 36px 0 38px; margin-left: 14px; margin-right: 14px; }
  .hero-art img { object-position: 30% center; opacity: 0.48; }
  .hero-art::before { background: rgba(245,235,209,0.70); }
  h1 { font-size: clamp(2.8rem, 13.8vw, 3.45rem); }
  .button { width: 100%; }
  .download-cta { width: 100%; }
  .section { padding: 54px 0; }
  .flow-grid, .cards-grid.three, .cards-grid.four { grid-template-columns: 1fr; }
  .studio-preview { min-height: 520px; }
  .bouquet-stack { top: 24px; width: 86%; }
  .letter { right: 14px; bottom: 18px; width: calc(100% - 28px); padding: 18px; }
  .toolbar { display: none; }
  .page-hero { padding: 48px 0; }
  .page-hero h1 { font-size: clamp(2.4rem, 12vw, 3.5rem); }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-row { flex-direction: column; }
}
