/* Moneka — site styles. Same visual language as the kits: a saturated band, a white panel with one big
   rounded top-left corner, Fredoka for labels and titles, Fira Sans Condensed for reading. No shadows. */
@import url("/fonts/fonts.css");

:root {
  --red: #E8543F; --red-deep: #C9432F; --red-tint: #FCE9E5;
  --yellow: #F7C543; --yellow-deep: #8A6A10; --yellow-tint: #FFF6DC;
  --green: #30A97C; --green-deep: #1F7A58; --green-tint: #DDF3EA;
  --teal: #3C9FA8; --teal-deep: #2B7D85; --teal-tint: #DCEFF1;
  --purple: #7A5BB5; --purple-tint: #E9E2F5;
  --pink: #E7569D; --orange: #F28C28; --navy: #3F4B5B; --navy-tint: #E7E9ED;
  --ink: #2B2B2B; --muted: #6B6B6B; --line: #E3DED2; --dots: #B9B2A2; --cream: #FBF3DE; --paper: #fff;
  --display: Fredoka, "Arial Rounded MT Bold", system-ui, sans-serif;
  --body: "Fira Sans Condensed", "Segoe UI", system-ui, sans-serif;
  --serif: "Playfair Display", Georgia, serif;
  --wrap: min(1160px, 100% - 40px);
  --corner: clamp(34px, 5vw, 56px);
}
*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body { margin: 0; background: var(--paper); color: var(--ink); font: 400 18px/1.5 var(--body); }
img { max-width: 100%; height: auto; display: block; }
a { color: var(--green-deep); text-decoration: none; }
a:hover { color: var(--red); }
:focus-visible { outline: 3px solid var(--purple); outline-offset: 3px; border-radius: 6px; }
h1, h2, h3 { font-family: var(--display); font-weight: 700; line-height: 1.05; margin: 0; text-wrap: balance; }
p { margin: 0; text-wrap: pretty; }
.wrap { width: var(--wrap); margin-inline: auto; }
.skip { position: absolute; left: -999px; top: 8px; background: var(--ink); color: #fff; padding: 8px 14px; border-radius: 999px; z-index: 10; }
.skip:focus { left: 12px; }

/* ---------- header */
.site-header { background: #fff; border-bottom: 1.5px solid var(--line); position: sticky; top: 0; z-index: 5; }
.header-inner { display: flex; align-items: center; justify-content: space-between; gap: 18px; min-height: 68px; }
.brand { display: inline-flex; align-items: center; color: var(--red); }
.brand svg, .brand img { height: 30px; width: auto; }
.nav { display: flex; gap: 6px; flex-wrap: wrap; justify-content: flex-end; }
.nav a { font: 700 16px/1 var(--display); color: var(--ink); padding: 9px 14px; border-radius: 999px; }
.nav a:hover { background: var(--red-tint); color: var(--red-deep); }

/* ---------- pills, stickers, buttons */
.pill { display: inline-block; width: fit-content; justify-self: start; align-self: flex-start; font: 700 14px/1 var(--display); padding: 6px 14px; border-radius: 999px; background: var(--red-tint); color: var(--red-deep); }
.pill.teal { background: var(--teal-tint); color: var(--teal-deep); }
.pill.green { background: var(--green-tint); color: var(--green-deep); }
.pill.yellow { background: var(--yellow-tint); color: var(--yellow-deep); }
.pill.purple { background: var(--purple-tint); color: var(--purple); }
.pill.solid { background: var(--red); color: #fff; }
.sticker { display: inline-block; transform: rotate(-7deg); font: 700 20px/1 var(--display); padding: 9px 22px; border-radius: 26px; background: var(--green); color: #fff; }
.button { display: inline-flex; align-items: center; gap: 8px; font: 700 17px/1 var(--display); padding: 14px 22px; border-radius: 999px; border: 3px solid var(--red); background: var(--red); color: #fff; cursor: pointer; }
.button:hover { background: var(--red-deep); border-color: var(--red-deep); color: #fff; }
.button.ghost { background: #fff; color: var(--red-deep); }
.button.ghost:hover { background: var(--red-tint); color: var(--red-deep); }
.button.teal { background: var(--teal-deep); border-color: var(--teal-deep); }
.button.teal:hover { background: #22666d; border-color: #22666d; }

/* ---------- band + panel (the signature) */
.band { position: relative; overflow: hidden; color: #fff; }
.band.red { background: var(--red); }
.band.teal { background: var(--teal-deep); }
.band.green { background: var(--green); }
.band .dots { position: absolute; right: -40px; top: -40px; width: 340px; height: 340px; background-image: radial-gradient(circle, #fff 3px, transparent 3.2px); background-size: 26px 26px; opacity: .28; pointer-events: none; }
.band .strip { position: absolute; right: 0; top: 0; bottom: 0; width: 18px; display: grid; grid-template-rows: repeat(4, 1fr); }
.band .strip i:nth-child(1) { background: var(--yellow); } .band .strip i:nth-child(2) { background: var(--green); }
.band .strip i:nth-child(3) { background: var(--teal); } .band .strip i:nth-child(4) { background: var(--purple); }
.panel { position: relative; background: #fff; border-radius: var(--corner) 0 0 0; margin-top: calc(-1 * var(--corner)); }

/* ---------- hero */
.hero .band-inner { padding: clamp(40px, 7vw, 84px) 0 calc(var(--corner) + clamp(34px, 5vw, 60px)); position: relative; }
.hero h1 { font-size: clamp(44px, 7.4vw, 88px); margin-top: 22px; max-width: 13ch; }
.hero .kicker { margin-top: 16px; font: 600 clamp(20px, 2.4vw, 26px)/1.25 var(--display); max-width: 30ch; }
.hero-panel .wrap { display: grid; grid-template-columns: 1.05fr .95fr; gap: clamp(24px, 5vw, 64px); align-items: start; padding: clamp(28px, 4vw, 44px) 0 clamp(8px, 2vw, 24px); }
.hero-panel .wrap > *, .kit-feature > *, .sheets-band .band-inner > *, .faq > * { min-width: 0; }
.lead { font-size: clamp(19px, 2vw, 22px); line-height: 1.45; }
.cta { display: flex; gap: 12px; flex-wrap: wrap; margin-top: 26px; }
.facts { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 26px; }
.showcase { position: relative; margin-top: clamp(-190px, -14vw, -60px); min-height: 360px; }
.showcase figure { margin: 0; position: absolute; border-radius: 14px; overflow: hidden; border: 3px solid #fff; background: #fff; }
.showcase .kit { width: 58%; left: 4%; top: 0; transform: rotate(-4deg); outline: 1.5px solid var(--line); }
.showcase .sheets { width: 52%; right: 0; top: 16%; transform: rotate(5deg); outline: 1.5px solid var(--line); }
.showcase .tag { position: absolute; z-index: 2; }
.showcase .tag.one { left: 0; bottom: 6%; }
.showcase .tag.two { right: 4%; bottom: -2%; }

/* ---------- sections */
section { scroll-margin-top: 80px; }
.section { padding: clamp(56px, 8vw, 96px) 0; }
.section-head { display: grid; gap: 14px; max-width: 760px; }
.section-head h2 { font-size: clamp(34px, 4.6vw, 56px); }
.section-head p { font-size: 19px; color: #444; }

/* kits */
.kit-feature { margin-top: 40px; display: grid; grid-template-columns: .8fr 1.2fr; gap: clamp(24px, 4vw, 48px); align-items: start; border: 2px solid var(--red); border-radius: 22px; padding: clamp(20px, 3vw, 32px); position: relative; }
.kit-feature .label { position: absolute; top: -15px; left: 24px; }
.kit-pages { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
.kit-pages img { border-radius: 10px; border: 1.5px solid var(--line); }
.kit-pages img:first-child { grid-column: 1 / -1; }
.kit-feature h3 { font-size: clamp(28px, 3.4vw, 40px); margin-top: 6px; }
.kit-feature .sub { font: 600 20px/1.3 var(--display); color: var(--red-deep); margin-top: 8px; }
.kit-feature .meta { display: flex; flex-wrap: wrap; gap: 8px; margin: 18px 0; }
.inside { margin: 18px 0 0; padding: 0; list-style: none; display: grid; gap: 8px; }
.inside li { display: grid; grid-template-columns: 28px 1fr; gap: 10px; align-items: baseline; }
.inside li b { font: 700 15px/28px var(--display); width: 28px; height: 28px; border-radius: 50%; background: var(--red); color: #fff; text-align: center; }
.status { margin-top: 22px; display: flex; gap: 12px; align-items: center; flex-wrap: wrap; color: var(--muted); font-size: 16px; }
.kit-grid { margin-top: 36px; display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px; }
.kit-card { border: 2px solid var(--c); border-radius: 16px; padding: 16px 16px 18px; display: grid; gap: 8px; align-content: start; background: #fff; }
.kit-card .n { font: 800 34px/1 var(--serif); color: var(--c); }
.kit-card h4 { margin: 0; font: 700 19px/1.15 var(--display); color: var(--c); }
.kit-card p { font-size: 16px; line-height: 1.4; }
.kit-card .when { font: 700 13px/1 var(--display); color: var(--muted); margin-top: 4px; }
.kit-card.now { background: var(--red-tint); }
.promises { margin-top: 40px; display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px; }
.promise { position: relative; background: var(--yellow-tint); border: 2px solid var(--yellow); border-radius: 14px; padding: 22px 16px 16px; font-size: 16px; line-height: 1.4; }
.promise b { position: absolute; top: -13px; left: 14px; background: var(--yellow); color: var(--ink); font: 700 14px/1 var(--display); padding: 6px 12px; border-radius: 999px; }

/* spreadsheets */
.sheets-band .band-inner { padding: clamp(48px, 7vw, 80px) 0 calc(var(--corner) + 40px); display: grid; grid-template-columns: 1.2fr .8fr; gap: 32px; align-items: center; }
.sheets-band h2 { font-size: clamp(34px, 4.6vw, 56px); }
.sheets-band p { font-size: 20px; margin-top: 14px; max-width: 34ch; }
.sheets-band .cover { border-radius: 20px; border: 3px solid #fff; max-width: 330px; justify-self: end; transform: rotate(3deg); }
.product-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; padding-top: 36px; }
.product { border: 2px solid var(--c, var(--teal)); border-radius: 18px; overflow: hidden; display: flex; flex-direction: column; background: #fff; }
.product .shot { background: var(--t, var(--teal-tint)); padding: 16px 16px 0; height: 190px; overflow: hidden; }
.product .shot img { border-radius: 8px 8px 0 0; border: 1.5px solid var(--line); border-bottom: 0; }
.product .body { padding: 18px 18px 20px; display: flex; flex-direction: column; gap: 8px; flex: 1; }
.product h3 { font-size: 24px; }
.product p { font-size: 16.5px; line-height: 1.45; }
.product .row { margin-top: auto; padding-top: 12px; display: flex; justify-content: space-between; align-items: center; gap: 10px; border-top: 1.5px solid var(--line); }
.price { font: 800 28px/1 var(--serif); font-variant-numeric: lining-nums; }
.price small { font: 600 14px/1 var(--display); color: var(--muted); margin-left: 4px; }
.dl { font: 700 16px/1 var(--display); color: #fff; background: var(--c, var(--teal-deep)); padding: 11px 16px; border-radius: 999px; }
.dl:hover { color: #fff; filter: brightness(.92); }
.pro { margin-top: 16px; display: grid; grid-template-columns: 1fr auto; gap: 18px 28px; align-items: center; border: 2px solid var(--navy); border-radius: 18px; padding: 22px 24px; background: var(--navy-tint); }
.pro h3 { font-size: 26px; }
.pro p { font-size: 17px; margin-top: 6px; max-width: 60ch; }
.pro .aside { text-align: right; display: grid; gap: 8px; justify-items: end; }
.note { margin-top: 14px; font-size: 15px; color: var(--muted); }

/* why */
.why { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; margin-top: 36px; }
.why div { border-top: 4px solid var(--c); padding-top: 14px; }
.why h3 { font-size: 23px; color: var(--c); }
.why p { margin-top: 8px; font-size: 17px; }

/* faq */
.faq { display: grid; grid-template-columns: .8fr 1.2fr; gap: 40px; }
.faq details { border-bottom: 1.5px solid var(--line); padding: 16px 0; }
.faq summary { cursor: pointer; font: 700 20px/1.25 var(--display); list-style: none; display: flex; justify-content: space-between; gap: 16px; }
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after { content: "+"; color: var(--red); font-size: 26px; line-height: .9; }
.faq details[open] summary::after { content: "–"; }
.faq details p { margin-top: 10px; font-size: 17px; color: #3a3a3a; }

/* contact + footer */
.contact { background: var(--cream); }
.contact .wrap { display: grid; grid-template-columns: 1fr auto; gap: 24px; align-items: center; padding: 48px 0; }
.contact h2 { font-size: clamp(30px, 3.6vw, 44px); }
.contact p { margin-top: 10px; font-size: 18px; }
footer { background: var(--ink); color: #ddd; }
footer .wrap { padding: 40px 0 28px; display: grid; gap: 24px; }
footer .top { display: flex; justify-content: space-between; align-items: center; gap: 20px; flex-wrap: wrap; }
footer .brand { color: #fff; }
footer nav { display: flex; gap: 18px; flex-wrap: wrap; }
footer a { color: #fff; }
footer a:hover { color: var(--yellow); }
footer small { font-size: 14px; color: #bdbdbd; }

/* legal page */
.legal .band-inner { padding: 48px 0 calc(var(--corner) + 32px); }
.legal h1 { font-size: clamp(38px, 5vw, 60px); }
.legal-body { padding: 36px 0 72px; display: grid; grid-template-columns: 240px 1fr; gap: 40px; }
.legal-body nav { position: sticky; top: 90px; align-self: start; display: grid; gap: 6px; }
.legal-body nav a { font: 700 16px/1.2 var(--display); color: var(--ink); padding: 8px 12px; border-radius: 10px; }
.legal-body nav a:hover { background: var(--red-tint); }
.legal-body section { border-bottom: 1.5px solid var(--line); padding-bottom: 28px; margin-bottom: 28px; }
.legal-body h2 { font-size: 30px; margin-bottom: 14px; }
.legal-body h3 { font-size: 20px; margin: 20px 0 8px; }
.legal-body p, .legal-body li { font-size: 17px; line-height: 1.55; }
.legal-body p + p { margin-top: 10px; }
.legal-body ul { padding-left: 20px; }

/* ---------- responsive */
@media (max-width: 980px) {
  .hero-panel .wrap, .kit-feature, .faq, .sheets-band .band-inner { grid-template-columns: 1fr; }
  .showcase { margin-top: 10px; min-height: 0; height: 380px; max-width: 520px; }
  .kit-grid, .promises { grid-template-columns: 1fr 1fr; }
  .product-grid, .why { grid-template-columns: 1fr; }
  .sheets-band .cover { justify-self: start; max-width: 260px; }
  .pro { grid-template-columns: 1fr; }
  .pro .aside { text-align: left; justify-items: start; }
  .legal-body { grid-template-columns: 1fr; }
  .legal-body nav { position: static; display: flex; flex-wrap: wrap; }
}
@media (max-width: 620px) {
  body { font-size: 17px; }
  .wrap { width: calc(100% - 32px); }
  .header-inner { min-height: 60px; }
  .brand svg, .brand img { height: 24px; }
  .nav a { font-size: 14.5px; padding: 8px 9px; }
  .nav .opt { display: none; }
  .kit-grid, .promises { grid-template-columns: 1fr; }
  .showcase { height: 300px; }
  .band .strip { width: 10px; }
  .contact .wrap { grid-template-columns: 1fr; }
}
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } }
