/* Micheli Romanezi · personal organizer
   Cores da apresentação Canva da Micheli: mocha #9f7866, oliva #747153, rosa #b7726b, creme #f6f0e7.
   O creme do site é o mesmo papel das ilustrações da casa (#f6efe5), para a casa "flutuar" sem bordas. */

:root {
  --paper: #f6efe5;
  --paper-2: #efe5d7;
  --card: #fbf7f1;
  --ink: #3a2e27;
  --ink-soft: #685a50;
  --mocha: #9f7866;
  --mocha-deep: #7a5848;
  --olive: #747153;
  --olive-deep: #56543c;
  --rose: #b7726b;
  --rose-deep: #94544d;
  --rose-soft: #ecd7cf;
  --sage-soft: #e4e2d0;
  --kraft: #d9bf9a;
  --line: #e0d3c2;
  --serif: 'Newsreader', Georgia, 'Times New Roman', serif;
  --sans: 'Figtree', 'Segoe UI', Arial, sans-serif;
  --hand: 'Caveat', 'Segoe Print', cursive;
  --header-h: 76px;
  --wrap: 1200px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: calc(var(--header-h) + 12px); }
body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: var(--sans);
  font-size: 17px;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}
img { display: block; max-width: 100%; height: auto; }
a { color: inherit; }
button, input { font: inherit; color: inherit; }
button { cursor: pointer; }
::selection { background: var(--rose-soft); }
:focus-visible { outline: 2.5px solid var(--rose-deep); outline-offset: 3px; border-radius: 4px; }
h1, h2, h3, h4 { font-family: var(--serif); font-weight: 400; letter-spacing: -.015em; margin: 0; }
h1 em, h2 em, h3 em { font-style: italic; color: var(--mocha); }
.wrap { width: min(var(--wrap), calc(100% - 64px)); margin-inline: auto; }
.muted { color: var(--ink-soft); }
.sr-only {
  position: absolute !important; width: 1px; height: 1px; padding: 0; margin: -1px;
  overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; border: 0;
}
.skip-link {
  position: absolute; top: -100px; left: 12px; z-index: 200;
  padding: 10px 16px; background: var(--card); border-radius: 8px;
}
.skip-link:focus { top: 12px; }

/* ---------- pequenos elementos da marca ---------- */
.i-leaf { width: .9em; height: .9em; color: var(--olive); vertical-align: -.08em; flex: none; }
.hand { font-family: var(--hand); font-weight: 500; line-height: 1.15; }
.label {
  display: inline-flex; align-items: center; gap: .35em;
  margin: 0 0 14px;
  font-size: 1.55rem;
  color: var(--olive-deep);
  transform: rotate(-1.5deg);
  transform-origin: left center;
}
.kraft {
  position: relative;
  display: inline-block;
  margin: 0;
  padding: 3px 14px 3px 24px;
  background: var(--kraft);
  color: #47382d;
  font-family: var(--hand);
  font-size: 1.2rem; font-weight: 600; line-height: 1.2;
  clip-path: polygon(11px 0, 100% 0, 100% 100%, 11px 100%, 0 50%);
}
.kraft::before {
  content: '';
  position: absolute; left: 9px; top: 50%;
  width: 6px; height: 6px; margin-top: -3px;
  border-radius: 50%;
  background: var(--card);
  box-shadow: inset 0 0 0 1px rgba(71, 56, 45, .35);
}
.tape {
  position: absolute; z-index: 3; top: -14px; left: 50%;
  width: 118px; height: 30px;
  margin-left: -59px;
  background: rgba(183, 114, 107, .38);
  transform: rotate(-3deg);
  mask: linear-gradient(90deg, transparent 0 3px, #000 3px calc(100% - 3px), transparent calc(100% - 3px));
}
.tape-olive { background: rgba(116, 113, 83, .34); transform: rotate(2.5deg); }

.btn {
  display: inline-flex; align-items: center; gap: 12px;
  min-height: 54px;
  padding: 14px 26px;
  border: 0; border-radius: 999px;
  text-decoration: none;
  font-weight: 600; font-size: .96rem;
  transition: transform .2s ease, background .2s ease, box-shadow .2s ease;
}
.btn svg { width: 19px; height: 19px; flex: none; }
.btn:hover { transform: translateY(-2px); }
.btn-primary { background: var(--mocha-deep); color: #fff; box-shadow: 0 12px 26px -12px rgba(90, 60, 45, .7); }
.btn-primary:hover { background: #694a3c; }
.btn-light { background: var(--card); color: var(--mocha-deep); }
.btn-light:hover { background: #fff; }
.link-hand {
  display: inline-block;
  font-family: var(--hand); font-size: 1.5rem; font-weight: 600;
  color: var(--mocha-deep);
  text-decoration: none;
  padding-bottom: 6px;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 40 6'%3E%3Cpath d='M0 3c5-3 5 3 10 0s5 3 10 0 5 3 10 0 5 3 10 0' fill='none' stroke='%23b7726b' stroke-width='1.4'/%3E%3C/svg%3E") repeat-x left bottom / 40px 6px;
}
.link-hand:hover { color: var(--rose-deep); }
.link-light { color: var(--card); }
.link-light:hover { color: #fff; }

/* ---------- cabeçalho ---------- */
.site-header {
  position: sticky; top: 0; z-index: 100;
  height: var(--header-h);
  padding: 0 clamp(20px, 4vw, 56px);
  display: flex; align-items: center; gap: 32px;
  background: rgba(246, 239, 229, .9);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border-bottom: 1px solid transparent;
  transition: border-color .3s ease;
}
.site-header.is-scrolled { border-color: var(--line); }
.brand { display: inline-flex; flex-direction: column; text-decoration: none; line-height: 1; margin-right: auto; }
.brand-name { font-family: var(--serif); font-style: italic; font-size: 1.55rem; letter-spacing: -.01em; color: var(--ink); }
.brand-role {
  display: inline-flex; align-items: center; gap: 5px;
  margin-top: 3px;
  font-family: var(--hand); font-size: 1.12rem; font-weight: 600;
  color: var(--olive-deep);
}
.nav { display: flex; gap: 26px; }
.nav a { text-decoration: none; font-size: .92rem; font-weight: 500; color: var(--ink-soft); }
.nav a:hover { color: var(--ink); text-decoration: underline; text-decoration-color: var(--rose); text-underline-offset: 6px; }
.header-cta {
  display: inline-flex; align-items: center; gap: 8px;
  padding: 10px 18px;
  border: 1.5px solid var(--ink);
  border-radius: 999px;
  text-decoration: none;
  font-size: .9rem; font-weight: 600;
  transition: background .2s ease, color .2s ease;
}
.header-cta svg { width: 18px; height: 18px; }
.header-cta:hover { background: var(--ink); color: var(--paper); }
.menu-toggle { display: none; }

/* ---------- herói ---------- */
.hero {
  width: min(1280px, calc(100% - 64px));
  margin: 0 auto;
  min-height: min(820px, calc(100svh - var(--header-h)));
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(0, .85fr);
  align-items: center;
  gap: clamp(32px, 6vw, 96px);
  padding: 40px 0 72px;
}
.hero-hello { font-size: 1.8rem; color: var(--rose-deep); margin: 0 0 12px; display: flex; align-items: center; gap: 8px; }
.hero h1 {
  font-size: clamp(2.9rem, 5.6vw, 5.3rem);
  line-height: 1.02;
  letter-spacing: -.025em;
  max-width: 14.5ch;
}
.hero-lead { font-size: 1.14rem; color: var(--ink-soft); max-width: 52ch; margin: 28px 0 0; }
.hero-actions { display: flex; align-items: center; flex-wrap: wrap; gap: 20px 30px; margin-top: 34px; }
.hero-facts {
  display: grid; grid-template-columns: repeat(3, minmax(0, 1fr));
  margin: 56px 0 0; padding: 0;
  max-width: 640px;
}
.hero-facts div { padding: 0 20px; border-left: 1px solid var(--line); }
.hero-facts div:first-child { padding-left: 0; border-left: 0; }
.hero-facts dt { font-family: var(--serif); font-style: italic; font-size: 1.3rem; color: var(--ink); line-height: 1.2; }
.hero-facts dd { margin: 6px 0 0; font-size: .86rem; line-height: 1.45; color: var(--ink-soft); }
.hero-photo {
  position: relative;
  justify-self: center;
  width: min(100%, 440px);
  margin: 0;
  padding: 12px 12px 0;
  background: var(--card);
  box-shadow: 0 30px 60px -30px rgba(70, 48, 36, .45), 0 2px 6px rgba(70, 48, 36, .08);
  transform: rotate(2deg);
}
.hero-photo img { width: 100%; aspect-ratio: 4 / 5; object-fit: cover; object-position: center 20%; }
.hero-photo figcaption { padding: 14px 8px 18px; text-align: center; font-size: 1.45rem; color: var(--ink-soft); }

/* ---------- você se reconhece ---------- */
.recognize { padding: 96px 0; background: var(--paper-2); }
.recognize-grid { display: grid; grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr); gap: clamp(36px, 6vw, 90px); align-items: center; }
.recognize-head h2 { font-size: clamp(2.3rem, 4vw, 3.6rem); line-height: 1.06; }
.recognize-head .muted { max-width: 42ch; margin: 22px 0 0; }
.notepad {
  position: relative;
  padding: 26px 34px 24px 70px;
  background:
    linear-gradient(90deg, transparent 50px, rgba(183, 114, 107, .45) 50px 51.5px, transparent 51.5px),
    repeating-linear-gradient(to bottom, transparent 0 55px, rgba(116, 113, 83, .2) 55px 56px),
    var(--card);
  background-position: 0 0, 0 26px, 0 0;
  border-radius: 6px;
  box-shadow: 0 24px 50px -30px rgba(70, 48, 36, .4);
  transform: rotate(-.6deg);
}
.checklist { border: 0; margin: 0; padding: 0; }
.checklist label {
  position: relative;
  display: flex; align-items: center; gap: 16px;
  min-height: 56px;
  cursor: pointer;
  font-size: 1.05rem;
  color: var(--ink-soft);
}
.checklist input { position: absolute; opacity: 0; width: 1px; height: 1px; }
.checklist .box {
  position: relative; flex: none;
  width: 24px; height: 24px;
  border: 1.7px solid var(--ink-soft);
  border-radius: 5px;
  transform: rotate(-3deg);
  transition: background .2s ease, border-color .2s ease;
}
.checklist .box::after {
  content: '';
  position: absolute; left: 6px; top: 1px;
  width: 8px; height: 15px;
  border: solid var(--rose-deep); border-width: 0 3px 3px 0;
  transform: rotate(40deg) scale(0);
  transform-origin: center;
  transition: transform .25s cubic-bezier(.3, 1.6, .5, 1);
}
.checklist input:checked + .box { background: var(--rose-soft); border-color: var(--rose-deep); }
.checklist input:checked + .box::after { transform: rotate(40deg) scale(1); }
.checklist input:focus-visible + .box { outline: 2.5px solid var(--rose-deep); outline-offset: 3px; }
.checklist b { color: var(--ink); font-weight: 600; }
.checklist-reply { margin: 16px 0 0; min-height: 2.6em; font-size: 1.5rem; color: var(--rose-deep); }

/* ---------- tour (scroll-world) ---------- */
.tour { position: relative; background: var(--paper); }
.tour-track { position: relative; height: 1100vh; }
.tour-view {
  position: sticky; top: 0;
  height: 100vh; height: 100svh;
  overflow: hidden;
  background: var(--paper);
}
.tour-stage {
  position: absolute; left: 0; top: 0;
  width: 1536px; height: 1024px;
  transform-origin: 0 0;
  will-change: transform;
}
.tour-house, .tour-detail { position: absolute; max-width: none; user-select: none; -webkit-user-drag: none; }
.tour-house { left: 0; top: 0; width: 1536px; height: 1024px; }
/* Os close-ups não batem pixel a pixel com a casa inteira fora das paredes do cômodo; sem este véu
   de papel por baixo, a borda esfumada mostra as duas versões sobrepostas (fantasma). */
.tour-veil { position: absolute; inset: -40px; background: var(--paper); opacity: 0; will-change: opacity; pointer-events: none; }
/* Bordas esfumadas: o close-up se funde na casa inteira em vez de aparecer como um retângulo. */
.tour-detail {
  opacity: 0;
  will-change: opacity;
  -webkit-mask-image: linear-gradient(90deg, transparent 0, #000 8%, #000 92%, transparent 100%), linear-gradient(180deg, transparent 0, #000 8%, #000 92%, transparent 100%);
  -webkit-mask-composite: source-in;
  mask-image: linear-gradient(90deg, transparent 0, #000 8%, #000 92%, transparent 100%), linear-gradient(180deg, transparent 0, #000 8%, #000 92%, transparent 100%);
  mask-composite: intersect;
}
.tour-scrim {
  position: absolute; inset: 0; z-index: 2; pointer-events: none;
  background: linear-gradient(90deg,
    var(--paper) 0,
    var(--paper) calc(var(--copy-right, 34vw) - 40px),
    rgba(246, 239, 229, .82) calc(var(--copy-right, 34vw) + 30px),
    rgba(246, 239, 229, .3) calc(var(--copy-right, 34vw) + 110px),
    rgba(246, 239, 229, 0) calc(var(--copy-right, 34vw) + 200px));
}
.tour-copy { position: absolute; inset: 0; z-index: 4; pointer-events: none; }
.stop {
  --shift: 0px;
  position: absolute;
  left: max(4.5vw, calc((100vw - 1240px) / 2));
  top: calc(50% + var(--header-h) / 2);
  width: min(29vw, 420px);
  transform: translateY(calc(-50% + var(--shift)));
  opacity: 0;
  visibility: hidden;
}
.stop.is-live { pointer-events: auto; }
.stop h2, .stop h3 { font-size: clamp(2rem, 3.1vw, 3rem); line-height: 1.06; }
.stop > p:not(.label):not(.stop-num):not(.stop-hint) { color: var(--ink-soft); margin: 18px 0 0; font-size: 1.02rem; }
.stop-num {
  margin: 0 0 14px;
  font-size: .8rem; font-weight: 600; letter-spacing: .1em; text-transform: uppercase;
  color: var(--olive-deep);
}
.stop-num span { font-family: var(--serif); font-style: italic; font-size: 1.5rem; letter-spacing: 0; text-transform: none; color: var(--rose-deep); }
.stop-hint { display: flex; align-items: center; gap: 12px; margin: 30px 0 0; font-size: .82rem; letter-spacing: .08em; text-transform: uppercase; color: var(--ink-soft); }
.scroll-mouse { position: relative; width: 22px; height: 34px; border: 1.7px solid var(--ink-soft); border-radius: 12px; }
.scroll-mouse::after {
  content: '';
  position: absolute; left: 50%; top: 7px;
  width: 4px; height: 7px; margin-left: -2px;
  border-radius: 2px;
  background: var(--rose);
  animation: wheel 1.7s ease-in-out infinite;
}
@keyframes wheel { 0% { opacity: 0; top: 6px; } 40% { opacity: 1; } 100% { opacity: 0; top: 17px; } }
.stop-skip { display: inline-block; margin-top: 14px; font-size: .88rem; color: var(--ink-soft); }
.stop-tags { display: flex; flex-wrap: wrap; gap: 8px 10px; margin-top: 22px; }
.stop-tags button {
  border: 0;
  transition: background .2s ease, transform .2s ease;
}
.stop-tags button:hover { transform: translateY(-1px); background: #cfb088; }
.stop-tags button[aria-expanded='true'] { background: var(--olive-deep); color: var(--card); }
.stop-tags button[aria-expanded='true']::before { background: var(--kraft); }
.polaroid {
  width: 128px;
  margin: 26px 0 0;
  padding: 7px 7px 0;
  background: var(--card);
  box-shadow: 0 14px 24px -14px rgba(70, 48, 36, .55);
  transform: rotate(-3deg);
}
.polaroid img { width: 100%; aspect-ratio: 1; object-fit: cover; }
.polaroid figcaption { padding: 4px 0 6px; text-align: center; font-size: 1.1rem; color: var(--ink-soft); }
.stop-actions { margin-top: 28px; }

.tour-pins { position: absolute; inset: 0; z-index: 3; pointer-events: none; }
.pin-group { position: absolute; inset: 0; opacity: 0; visibility: hidden; }
.pin-group.is-live { visibility: visible; }
.pin {
  position: absolute; left: 0; top: 0;
  display: flex; align-items: center; gap: 8px;
  padding: 0; border: 0; background: none;
  pointer-events: auto;
  will-change: transform;
}
.pin-dot {
  position: relative;
  width: 40px; height: 40px;
  display: grid; place-items: center;
  border-radius: 50%;
  background: var(--card);
  color: var(--mocha-deep);
  font-family: var(--serif); font-style: italic; font-size: 1.15rem;
  box-shadow: 0 0 0 2px var(--mocha-deep), 0 8px 18px rgba(58, 46, 39, .3);
  transition: background .2s ease, color .2s ease, transform .2s ease;
}
.pin-dot::after {
  content: '';
  position: absolute; inset: -2px;
  border-radius: 50%;
  animation: ping 2.6s ease-out infinite;
}
@keyframes ping {
  0% { box-shadow: 0 0 0 0 rgba(122, 88, 72, .45); }
  75%, 100% { box-shadow: 0 0 0 16px rgba(122, 88, 72, 0); }
}
.pin .kraft { font-size: 1.1rem; box-shadow: 0 6px 14px rgba(58, 46, 39, .18); }
.pin:hover .pin-dot, .pin[aria-expanded='true'] .pin-dot { background: var(--mocha-deep); color: #fff; transform: scale(1.08); }
.pin[aria-expanded='true'] .pin-dot::after { animation: none; }

.tour-rail {
  position: absolute; z-index: 5; right: clamp(14px, 2.2vw, 32px); top: 50%;
  transform: translateY(-50%);
  display: flex; flex-direction: column; gap: 18px;
}
.tour-rail::before {
  content: '';
  position: absolute; right: 6px; top: 8px; bottom: 8px;
  border-right: 1.5px dashed rgba(116, 113, 83, .5);
}
.rail-dot {
  position: relative;
  display: flex; align-items: center; justify-content: flex-end; gap: 10px;
  padding: 0; border: 0; background: none;
  font-size: .8rem; font-weight: 600; color: var(--ink-soft);
}
.rail-dot i {
  width: 13px; height: 13px;
  border-radius: 50%;
  background: var(--paper);
  border: 1.5px solid var(--olive);
  transition: background .25s ease, transform .25s ease;
}
.rail-dot span { opacity: 0; transform: translateX(6px); transition: opacity .25s ease, transform .25s ease; }
.rail-dot:hover span, .rail-dot.is-active span { opacity: 1; transform: none; }
.rail-dot.is-active i { background: var(--olive-deep); border-color: var(--olive-deep); transform: scale(1.25); }
.tour-progress {
  position: absolute; z-index: 5; left: 0; right: 0; top: var(--header-h);
  height: 3px;
  background: rgba(116, 113, 83, .15);
}
.tour-progress span { display: block; height: 100%; background: var(--olive); transform: scaleX(0); transform-origin: 0 50%; }

.tour-tip {
  position: absolute; z-index: 6; left: 0; top: 0;
  width: 330px;
  padding: 22px 24px 20px;
  background: var(--card);
  border-radius: 16px;
  box-shadow: 0 30px 60px -24px rgba(58, 46, 39, .5), 0 0 0 1px rgba(58, 46, 39, .06);
}
.tour-tip[hidden] { display: none; }
.tip-close {
  position: absolute; right: 10px; top: 8px;
  width: 36px; height: 36px;
  border: 0; border-radius: 50%;
  background: transparent;
  font-size: 1.5rem; line-height: 1;
  color: var(--ink-soft);
}
.tip-close:hover { background: var(--paper-2); color: var(--ink); }
.tour-tip h4 { font-size: 1.55rem; line-height: 1.12; margin: 14px 0 8px; }
.tour-tip > p:not(.kraft) { margin: 0; color: var(--ink-soft); font-size: .96rem; line-height: 1.55; }
.tip-step { margin-top: 16px; padding-top: 14px; border-top: 1.5px dashed var(--line); }
.tip-step span { font-size: .72rem; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; color: var(--olive-deep); }
.tip-step p { margin: 4px 0 0; font-size: 1.42rem; color: var(--rose-deep); }

/* sem JavaScript: a casa aparece inteira e o texto em sequência */
.no-js .tour-track { height: auto; }
.no-js .tour-view { position: relative; height: auto; overflow: visible; padding: 80px 0; }
.no-js .tour-stage { position: relative; width: min(1100px, 92%); height: auto; margin: 0 auto; transform: none; }
.no-js .tour-house { position: relative; width: 100%; height: auto; }
.no-js .tour-scrim, .no-js .tour-veil, .no-js .tour-rail, .no-js .tour-progress, .no-js .stop-hint, .no-js .polaroid { display: none; }
.no-js .tour-copy { position: relative; display: grid; gap: 40px; width: min(720px, 92%); margin: 40px auto 0; }
.no-js .stop { position: static; width: auto; transform: none; opacity: 1; visibility: visible; }

/* ---------- manifesto ---------- */
.manifesto { padding: 110px 0; background: var(--olive-deep); color: var(--card); text-align: center; }
.manifesto-quote { font-family: var(--serif); font-size: clamp(2.4rem, 5.6vw, 5rem); line-height: 1.04; letter-spacing: -.025em; margin: 0 auto; max-width: 16ch; }
.manifesto-quote em { color: var(--rose-soft); }
.manifesto-sub { margin: 26px auto 0; max-width: 46ch; font-size: 1.08rem; color: rgba(251, 247, 241, .85); }
.manifesto-sub .i-leaf { color: var(--kraft); }
.manifesto-src { display: inline-block; margin-top: 18px; font-family: var(--hand); font-size: 1.35rem; color: var(--kraft); text-decoration: none; }
.manifesto-src:hover { color: #fff; }

/* ---------- métodos ---------- */
.methods { padding: 110px 0; }
.section-head { max-width: 760px; margin-bottom: 60px; }
.section-head h2 { font-size: clamp(2.3rem, 4vw, 3.6rem); line-height: 1.06; }
.section-head .muted { margin: 20px 0 0; max-width: 58ch; }
.method-grid { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(28px, 5vw, 72px); }
.method-photo { margin: 0 0 26px; overflow: hidden; border-radius: 6px; }
.method-photo img { width: 100%; aspect-ratio: 16 / 10; object-fit: cover; object-position: center 35%; transition: transform .6s ease; }
.method:hover .method-photo img { transform: scale(1.03); }
.method-kicker { margin: 0; font-size: 1.5rem; color: var(--rose-deep); }
.method h3 { font-size: clamp(2rem, 3vw, 2.7rem); line-height: 1.1; margin-top: 4px; }
.method-meta { margin: 8px 0 0; font-size: .82rem; font-weight: 600; letter-spacing: .08em; text-transform: uppercase; color: var(--olive-deep); }
.steps { list-style: none; counter-reset: step; margin: 28px 0 26px; padding: 0; }
.steps li {
  counter-increment: step;
  position: relative;
  padding: 0 0 20px 50px;
  color: var(--ink-soft);
  font-size: .98rem;
}
.steps li::before {
  content: counter(step);
  position: absolute; left: 0; top: -2px;
  width: 32px; height: 32px;
  display: grid; place-items: center;
  border-radius: 50%;
  border: 1.5px solid var(--mocha);
  background: var(--paper);
  font-family: var(--serif); font-style: italic; font-size: 1.05rem;
  color: var(--mocha-deep);
}
.steps li:not(:last-child)::after {
  content: '';
  position: absolute; left: 16px; top: 32px; bottom: 0;
  border-left: 1.5px dashed rgba(159, 120, 102, .55);
}
.steps strong { display: block; color: var(--ink); font-weight: 600; font-size: 1.04rem; }
.method-extras {
  display: grid; grid-template-columns: 1fr 1fr; gap: 40px;
  margin-top: 70px;
  padding: 40px clamp(24px, 4vw, 52px);
  background: var(--sage-soft);
  border-radius: 18px;
}
.extras-title { font-size: 1.6rem; font-style: italic; margin-bottom: 14px; color: var(--olive-deep); }
.leaf-list { list-style: none; margin: 0; padding: 0; }
.leaf-list li { position: relative; padding: 7px 0 7px 28px; color: var(--ink); }
.leaf-list li::before {
  content: '';
  position: absolute; left: 0; top: 13px;
  width: 14px; height: 14px;
  background: var(--olive);
  border-radius: 0 80% 0 80%;
}

/* ---------- história ---------- */
.story { padding: 110px 0 100px; background: var(--paper-2); }
.story-grid { display: grid; grid-template-columns: minmax(0, .85fr) minmax(0, 1.15fr); gap: clamp(40px, 7vw, 110px); align-items: start; }
.story-aside { position: sticky; top: calc(var(--header-h) + 40px); }
.story-photo {
  position: relative;
  margin: 0;
  padding: 12px 12px 0;
  background: var(--card);
  box-shadow: 0 26px 50px -30px rgba(70, 48, 36, .5);
  transform: rotate(-1.5deg);
}
.story-photo img { width: 100%; aspect-ratio: 4 / 3.2; object-fit: cover; }
.story-photo figcaption { padding: 12px 6px 16px; text-align: center; font-size: 1.45rem; color: var(--ink-soft); }
.credentials { margin-top: 40px; }
.credentials h3 { font-size: 1.4rem; font-style: italic; color: var(--olive-deep); margin-bottom: 8px; }
.credentials ul { list-style: none; margin: 0; padding: 0; }
.credentials li { padding: 9px 0; border-bottom: 1px solid var(--line); font-size: .95rem; color: var(--ink-soft); }
.story-main h2 { font-size: clamp(2.3rem, 4vw, 3.6rem); line-height: 1.06; }
.timeline { list-style: none; margin: 50px 0 0; padding: 0; }
.timeline li { position: relative; padding: 0 0 38px 44px; }
.timeline li::before {
  content: '';
  position: absolute; left: 0; top: 8px;
  width: 15px; height: 15px;
  border-radius: 50%;
  border: 2px solid var(--rose);
  background: var(--paper-2);
}
.timeline li:not(:last-child)::after {
  content: '';
  position: absolute; left: 7px; top: 28px; bottom: 4px;
  border-left: 1.5px dashed rgba(183, 114, 107, .55);
}
.timeline li:last-child::before { background: var(--rose); }
.timeline .hand { font-size: 1.4rem; color: var(--rose-deep); }
.timeline h3 { font-size: 1.65rem; line-height: 1.15; margin: 2px 0 6px; }
.timeline p { margin: 0; color: var(--ink-soft); max-width: 52ch; }

.values { margin-top: 70px; }
.values-title { font-size: clamp(1.8rem, 2.8vw, 2.4rem); margin-bottom: 40px; }
.values-title .hand { display: block; margin-top: 4px; font-size: 1.45rem; color: var(--olive-deep); letter-spacing: 0; }
.jars { list-style: none; margin: 0; padding: 0; display: grid; grid-template-columns: repeat(6, minmax(0, 1fr)); gap: 18px; }
.jar {
  position: relative;
  height: 250px;
  margin-top: 20px;
  border: 1.5px solid rgba(58, 46, 39, .25);
  border-radius: 20px 20px 30px 30px;
  background: linear-gradient(100deg, rgba(255, 255, 255, .55), rgba(255, 255, 255, .15) 40%, rgba(255, 255, 255, .4));
}
.jar::before {
  content: '';
  position: absolute; left: 12%; right: 12%; top: -19px;
  height: 19px;
  border-radius: 7px 7px 2px 2px;
  background: linear-gradient(#c7a17c, #a9825f);
}
.jar::after {
  content: '';
  position: absolute; left: 5px; right: 5px; bottom: 5px;
  height: calc(var(--fill) * 100%);
  border-radius: 6px 6px 25px 25px;
  background:
    radial-gradient(circle at 30% 30%, rgba(255, 255, 255, .35) 0 2px, transparent 3px) 0 0 / 11px 9px,
    radial-gradient(circle at 70% 60%, rgba(58, 46, 39, .12) 0 2px, transparent 3px) 0 0 / 13px 11px,
    var(--grain);
  opacity: .85;
}
.jar-label {
  position: absolute; z-index: 1; left: 9%; right: 9%; top: 24%;
  padding: 12px 10px;
  background: var(--card);
  border-radius: 6px;
  box-shadow: 0 0 0 1px rgba(58, 46, 39, .14), inset 0 0 0 3px var(--card), inset 0 0 0 4px rgba(159, 120, 102, .4);
  text-align: center;
  font-size: .78rem; line-height: 1.4;
  color: var(--ink-soft);
}
.jar-label b { display: block; margin-bottom: 4px; font-family: var(--serif); font-style: italic; font-weight: 500; font-size: 1.12rem; line-height: 1.1; color: var(--ink); }

/* ---------- quanto vale ---------- */
.worth { padding: 110px 0; }
.worth-grid { display: grid; grid-template-columns: minmax(0, .85fr) minmax(0, 1.15fr); gap: clamp(36px, 6vw, 90px); align-items: start; }
.worth-intro { position: sticky; top: calc(var(--header-h) + 40px); }
.worth-intro h2 { font-size: clamp(2.3rem, 4vw, 3.6rem); line-height: 1.06; }
.worth-quote { margin: 30px 0 24px; padding: 0 0 0 22px; border-left: 3px solid var(--rose); }
.worth-quote p { margin: 0; font-family: var(--serif); font-style: italic; font-size: 1.35rem; line-height: 1.4; color: var(--ink); }
.worth-quote cite { display: block; margin-top: 10px; font-style: normal; font-size: .85rem; color: var(--ink-soft); }
.planner {
  padding: clamp(24px, 3.4vw, 42px);
  background: var(--card);
  border-radius: 20px;
  box-shadow: 0 30px 60px -36px rgba(70, 48, 36, .5), 0 0 0 1px rgba(58, 46, 39, .05);
}
.q { border: 0; margin: 0 0 30px; padding: 0 0 28px; border-bottom: 1.5px dashed var(--line); }
.q legend { display: flex; align-items: flex-start; gap: 12px; padding: 0; margin-bottom: 16px; font-weight: 600; font-size: 1.05rem; line-height: 1.4; }
.q-num {
  flex: none;
  width: 30px; height: 30px;
  display: grid; place-items: center;
  border-radius: 50%;
  background: var(--olive-deep); color: var(--card);
  font-family: var(--serif); font-style: italic; font-weight: 400;
}
.chips { display: flex; flex-wrap: wrap; gap: 10px; }
.chips label { position: relative; cursor: pointer; }
.chips input { position: absolute; opacity: 0; width: 1px; height: 1px; }
.chips span {
  display: inline-block;
  padding: 9px 16px;
  border: 1.5px solid var(--line);
  border-radius: 999px;
  background: var(--paper);
  font-size: .93rem; font-weight: 500;
  color: var(--ink-soft);
  transition: background .2s ease, color .2s ease, border-color .2s ease;
}
.chips label:hover span { border-color: var(--mocha); color: var(--ink); }
.chips input:checked + span { background: var(--olive-deep); border-color: var(--olive-deep); color: var(--card); }
.chips input:focus-visible + span { outline: 2.5px solid var(--rose-deep); outline-offset: 3px; }
.range-row { display: flex; align-items: center; gap: 20px; }
.range-row input { flex: 1; min-width: 0; height: 28px; accent-color: var(--mocha-deep); cursor: pointer; }
.range-row output { min-width: 5.2ch; text-align: right; font-family: var(--serif); font-style: italic; font-size: 1.8rem; color: var(--mocha-deep); }
.time-year { margin: 10px 0 0; color: var(--ink-soft); }
.time-year b { color: var(--rose-deep); font-weight: 700; }
.result {
  position: relative;
  padding: 30px 26px 26px;
  border-radius: 14px;
  background: var(--paper-2);
  border: 1.5px dashed rgba(159, 120, 102, .5);
}
.result .kraft { position: absolute; top: -15px; left: 22px; }
.result h3 { font-size: 2rem; line-height: 1.1; }
.result > p:not(.kraft) { margin: 10px 0 0; color: var(--ink-soft); }
.result .result-note { font-size: .88rem; }
.result .btn { margin-top: 22px; }

/* ---------- manual ---------- */
.manual { padding: 100px 0; background: var(--rose-soft); }
.manual-grid { display: grid; grid-template-columns: minmax(0, .8fr) minmax(0, 1.2fr); gap: clamp(40px, 7vw, 110px); align-items: center; }
.manual-cover { justify-self: center; width: min(100%, 330px); }
.manual-cover img { width: 100%; border-radius: 4px 10px 10px 4px; transform: rotate(-3deg); box-shadow: 18px 26px 50px -20px rgba(70, 40, 35, .5), inset 0 0 0 1px rgba(0, 0, 0, .05); }
.manual-copy h2 { font-size: clamp(2.3rem, 4vw, 3.5rem); line-height: 1.06; }
.manual-sub { margin: 8px 0 18px; font-family: var(--serif); font-style: italic; font-size: 1.45rem; color: var(--rose-deep); }
.manual-copy > p:not(.label):not(.manual-sub) { color: var(--ink-soft); max-width: 56ch; }
.manual-copy .manual-meta { margin: 20px 0 28px; font-size: .88rem; font-weight: 600; letter-spacing: .06em; color: var(--ink); }

/* ---------- fechamento ---------- */
.closing { padding: 100px 0 0; background: var(--mocha-deep); color: var(--card); overflow: hidden; }
.closing-grid { display: grid; grid-template-columns: minmax(0, .8fr) minmax(0, 1.2fr); gap: clamp(30px, 6vw, 90px); align-items: end; }
.closing-photo { position: relative; align-self: end; }
.closing-photo::before {
  content: '';
  position: absolute; left: 50%; bottom: -30%;
  width: 118%; aspect-ratio: 1;
  transform: translateX(-50%);
  border-radius: 50%;
  background: rgba(236, 215, 207, .16);
}
.closing-photo img { position: relative; width: min(100%, 420px); margin: 0 auto; }
.closing-copy { padding-bottom: 100px; }
.closing .label { color: var(--kraft); }
.closing .label .i-leaf { color: var(--kraft); --leaf-vein: var(--mocha-deep); }
.closing h2 { font-size: clamp(2.6rem, 5vw, 4.6rem); line-height: 1.04; color: #fff; }
.closing h2 em { color: var(--rose-soft); }
.closing-copy > p:not(.label):not(.signature) { max-width: 44ch; margin: 22px 0 0; color: rgba(251, 247, 241, .85); font-size: 1.08rem; }
.closing-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 18px 28px; margin-top: 34px; }
.signature { margin: 40px 0 0; font-size: 2rem; color: var(--kraft); transform: rotate(-2deg); transform-origin: left; }

/* ---------- rodapé ---------- */
.site-footer { padding: 40px 0 calc(40px + env(safe-area-inset-bottom)); background: var(--paper); }
.footer-inner { display: flex; align-items: center; justify-content: space-between; gap: 24px; flex-wrap: wrap; }
.footer-inner .brand { margin-right: 0; }
.footer-motto { margin: 0; font-family: var(--serif); font-style: italic; color: var(--ink-soft); }
.footer-links { display: flex; gap: 22px; font-size: .9rem; }
.footer-links a { font-weight: 600; text-decoration: none; }
.footer-links a:hover { color: var(--rose-deep); text-decoration: underline; text-underline-offset: 5px; }
.footer-links span { color: var(--ink-soft); }

/* ---------- responsivo ---------- */
@media (max-width: 1100px) {
  .nav { gap: 18px; }
  .nav a { font-size: .86rem; }
  .jars { grid-template-columns: repeat(3, minmax(0, 1fr)); row-gap: 34px; }
}

@media (max-width: 980px) {
  .header-cta span { display: none; }
  .header-cta { padding: 10px; }
  .nav { display: none; }
  .menu-toggle {
    display: inline-flex;
    padding: 8px 16px;
    border: 1.5px solid var(--line);
    border-radius: 999px;
    background: var(--card);
    font-size: .9rem; font-weight: 600;
  }
  .site-header { gap: 12px; }
  .site-header.is-open .nav {
    display: flex; flex-direction: column; gap: 0;
    position: absolute; left: 0; right: 0; top: var(--header-h);
    padding: 8px clamp(20px, 4vw, 56px) 20px;
    background: var(--paper);
    border-bottom: 1px solid var(--line);
    box-shadow: 0 20px 30px -20px rgba(58, 46, 39, .3);
  }
  .site-header.is-open .nav a { padding: 14px 0; font-size: 1.05rem; border-bottom: 1px solid var(--line); }
}

@media (max-width: 860px) {
  :root { --header-h: 64px; }
  body { font-size: 16px; }
  .wrap { width: min(100% - 36px, 640px); }
  .brand-name { font-size: 1.32rem; }
  .brand-role { font-size: 1rem; }

  .hero { width: min(100% - 36px, 640px); grid-template-columns: 1fr; min-height: 0; padding: 30px 0 70px; gap: 48px; }
  .hero h1 { font-size: clamp(2.6rem, 11vw, 3.8rem); }
  .hero-lead { font-size: 1.04rem; }
  .hero-facts { grid-template-columns: 1fr; gap: 14px; margin-top: 40px; }
  .hero-facts div { padding: 0 0 0 16px; border-left: 2px solid var(--rose-soft); }
  .hero-facts div:first-child { padding-left: 16px; border-left: 2px solid var(--rose-soft); }
  .hero-photo { width: min(88%, 380px); }

  .recognize, .methods, .story, .worth { padding: 76px 0; }
  .recognize-grid, .story-grid, .worth-grid, .manual-grid, .closing-grid, .method-grid, .method-extras { grid-template-columns: 1fr; }
  .notepad { padding: 18px 18px 18px 54px; background-position: 0 0, 0 18px, 0 0; background-image: linear-gradient(90deg, transparent 38px, rgba(183, 114, 107, .45) 38px 39.5px, transparent 39.5px), repeating-linear-gradient(to bottom, transparent 0 55px, rgba(116, 113, 83, .2) 55px 56px); }
  .checklist label { font-size: .98rem; line-height: 1.35; padding: 8px 0; }
  .method-grid { gap: 64px; }
  .method-extras { gap: 26px; margin-top: 56px; }
  .story-aside, .worth-intro { position: static; }
  .story-photo { max-width: 460px; }
  .jars { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .manual { padding: 76px 0; }
  .manual-cover { width: min(70%, 280px); }
  .closing { padding-top: 76px; }
  .closing-grid { gap: 0; }
  .closing-copy { order: -1; padding-bottom: 50px; }
  .closing-photo img { width: min(78%, 340px); }

  /* tour no celular: a cena fica em cima, o texto vira um cartão embaixo */
  .tour-scrim { background: linear-gradient(0deg, rgba(246, 239, 229, .95) 0%, rgba(246, 239, 229, 0) 42%); }
  .stop {
    left: 12px; right: 12px; top: auto;
    bottom: calc(12px + env(safe-area-inset-bottom));
    width: auto;
    padding: 18px 20px 18px;
    background: var(--card);
    border-radius: 18px;
    box-shadow: 0 20px 40px -24px rgba(58, 46, 39, .5), 0 0 0 1px rgba(58, 46, 39, .05);
    transform: translateY(var(--shift));
  }
  .stop h2, .stop h3 { font-size: clamp(1.55rem, 6.6vw, 2rem); }
  .stop > p:not(.label):not(.stop-num):not(.stop-hint) { font-size: .95rem; line-height: 1.5; margin-top: 10px; }
  .stop .label { font-size: 1.35rem; margin-bottom: 6px; }
  .stop-num { margin-bottom: 8px; }
  .stop-num span { font-size: 1.25rem; }
  .stop-tags { margin-top: 14px; }
  .stop-tags .kraft { font-size: 1.1rem; }
  .stop-hint { margin-top: 14px; }
  .stop-skip { margin-top: 8px; }
  .stop-actions { margin-top: 16px; }
  .polaroid, .tour-rail { display: none; }
  .pin .kraft { display: none; }
  .pin-dot { width: 36px; height: 36px; font-size: 1.05rem; }
  .tour-tip {
    left: 12px !important; right: 12px; top: auto !important;
    bottom: calc(12px + env(safe-area-inset-bottom));
    width: auto;
  }
}

@media (max-width: 480px) {
  .wrap, .hero { width: calc(100% - 32px); }
  .hero-actions { flex-direction: column; align-items: flex-start; }
  .jar { height: 220px; }
  .jar-label b { font-size: 1.02rem; }
  .q legend { font-size: 1rem; }
  .chips span { padding: 8px 13px; font-size: .88rem; }
  .footer-inner { flex-direction: column; align-items: flex-start; }
}

@media (min-width: 861px) and (max-height: 760px) {
  .polaroid { display: none; }
  .stop h2, .stop h3 { font-size: clamp(1.9rem, 2.7vw, 2.6rem); }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .btn, .method-photo img, .checklist .box::after { transition: none; }
  .scroll-mouse::after, .pin-dot::after { animation: none; }
}
