:root {
  --cream: #fff4e6;
  --cream-2: #fde6cc;
  --paper: #fffaf3;
  --ink: #2b1a12;
  --ink-soft: #5a4438;
  --pink: #f54e80;
  --pink-deep: #c41f58;
  --orange: #ff8858;
  --butter: #ece8ac;
  --blue: #446fad;
  --brown: #52351d;
  --radius: 26px;
  --shadow: 0 24px 60px rgba(43, 26, 18, .16);
  --display: "Fraunces", Georgia, "Times New Roman", serif;
  --sans: "Figtree", "Segoe UI", system-ui, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 88px; -webkit-text-size-adjust: 100%; }
body {
  margin: 0;
  background: var(--cream);
  color: var(--ink);
  font-family: var(--sans);
  font-size: 18px;
  line-height: 1.6;
  overflow-x: hidden;
}
img { display: block; max-width: 100%; height: auto; }
a { color: inherit; }
h1, h2, h3 { font-family: var(--display); font-weight: 800; letter-spacing: -.015em; line-height: 1.02; margin: 0; }
p { margin: 0 0 1em; }
ul { margin: 0; padding: 0; list-style: none; }
:focus-visible { outline: 3px solid var(--pink-deep); outline-offset: 3px; border-radius: 6px; }

.skip {
  position: absolute; left: 12px; top: -60px; z-index: 100;
  background: var(--ink); color: var(--cream); padding: 10px 16px; border-radius: 10px; text-decoration: none; font-weight: 700;
}
.skip:focus { top: 12px; }

.wrap { width: min(1200px, 100% - clamp(36px, 8vw, 96px)); margin-inline: auto; }
section { position: relative; }

/* Cabecalho */
.site-header {
  position: sticky; top: 0; z-index: 50;
  background: rgba(255, 244, 230, .92);
  backdrop-filter: blur(12px);
  border-bottom: 1px solid rgba(43, 26, 18, .09);
}
.site-header .wrap { display: flex; align-items: center; justify-content: space-between; gap: 18px; min-height: 72px; }
.brand { display: inline-flex; align-items: center; gap: 12px; text-decoration: none; font-family: var(--display); font-weight: 800; font-size: 22px; letter-spacing: -.01em; }
.brand img { width: 46px; height: 46px; border-radius: 50%; object-fit: cover; border: 2.5px solid var(--pink); }
.menu-button {
  display: none; font: inherit; font-weight: 800; background: var(--ink); color: var(--cream);
  border: 0; border-radius: 999px; padding: 10px 18px; cursor: pointer;
}
.nav { display: flex; align-items: center; gap: clamp(14px, 2vw, 26px); }
.nav a { text-decoration: none; font-weight: 700; font-size: 16px; padding: 6px 2px; border-bottom: 2.5px solid transparent; }
.nav a:hover { border-color: var(--pink); }
.nav .nav-cta { background: var(--pink); border: 0; border-radius: 999px; padding: 10px 20px; color: var(--ink); }
.nav .nav-cta:hover { background: var(--ink); color: var(--cream); }

/* Botoes e etiquetas */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 10px;
  font: inherit; font-weight: 800; font-size: 17px; text-decoration: none; cursor: pointer;
  padding: 15px 26px; border-radius: 999px; border: 2.5px solid var(--ink);
  transition: transform .15s ease, background .15s ease, color .15s ease;
}
.btn:hover { transform: translateY(-2px); }
.btn-ink { background: var(--ink); color: var(--cream); }
.btn-ink:hover { background: var(--pink-deep); border-color: var(--pink-deep); }
.btn-pink { background: var(--pink); color: var(--ink); }
.btn-line { background: transparent; color: var(--ink); }
.btn-line:hover { background: var(--ink); color: var(--cream); }
.chip {
  display: inline-block; background: var(--ink); color: var(--cream);
  font-weight: 800; font-size: 13px; letter-spacing: .16em; text-transform: uppercase;
  padding: 9px 16px; border-radius: 999px;
}
.kicker { font-weight: 800; font-size: 14px; letter-spacing: .16em; text-transform: uppercase; color: var(--pink-deep); margin: 0 0 14px; }
.pink { color: var(--pink); }
em.pink, h1 em, h2 em { font-style: italic; }

/* Hero */
.hero { overflow: hidden; padding: clamp(28px, 5vw, 64px) 0 clamp(40px, 6vw, 84px); }
.hero .wrap { display: grid; grid-template-columns: 1.02fr .98fr; gap: clamp(28px, 5vw, 72px); align-items: center; }
.hero h1 { font-size: clamp(64px, 10.6vw, 150px); line-height: .84; margin: 22px 0 26px; }
.hero h1 span { display: block; }
.hero-tag { font-size: clamp(22px, 2.6vw, 31px); font-weight: 700; line-height: 1.25; max-width: 560px; margin-bottom: 20px; }
.hero-text { max-width: 540px; color: var(--ink-soft); }
.hero-actions { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 30px; }
.hero-facts { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 30px; }
.hero-facts li { border: 2.5px solid var(--ink); border-radius: 999px; padding: 7px 16px; font-weight: 800; font-size: 15px; }
.hero-facts li:nth-child(2) { background: var(--orange); border-color: var(--orange); }
.hero-facts li:nth-child(3) { background: var(--butter); border-color: var(--butter); }
.hero-art { position: relative; justify-self: center; width: min(100%, 520px); }
.hero-art::before {
  content: ""; position: absolute; right: -14%; top: -8%; width: 78%; aspect-ratio: 1; border-radius: 50%; background: #ffd9b0; z-index: 0;
}
.hero-art::after {
  content: ""; position: absolute; left: -12%; bottom: -6%; width: 52%; aspect-ratio: 1; border-radius: 50%; background: var(--pink); z-index: 0;
}
.arch {
  position: relative; z-index: 1; aspect-ratio: 4 / 5; overflow: hidden;
  border-radius: 999px 999px 30px 30px; box-shadow: var(--shadow); border: 9px solid var(--cream); background: var(--cream-2);
}
.arch img { width: 100%; height: 100%; object-fit: cover; object-position: 50% 30%; }
.sticker {
  position: absolute; z-index: 2; right: -4%; bottom: 8%;
  background: var(--ink); color: var(--cream); border-radius: 18px; padding: 13px 20px; font-weight: 800; font-size: 17px; letter-spacing: .04em;
  transform: rotate(-4deg); box-shadow: 0 14px 30px rgba(43, 26, 18, .3); text-decoration: none;
}

/* Faixa */
.ticker { background: var(--ink); color: var(--cream); overflow: hidden; padding: 16px 0; }
.ticker-track { display: flex; width: max-content; animation: ticker 38s linear infinite; }
.ticker-track ul { display: flex; flex-shrink: 0; }
.ticker li { font-family: var(--display); font-style: italic; font-weight: 600; font-size: clamp(22px, 3vw, 32px); padding: 0 26px; white-space: nowrap; }
.ticker li::after { content: "\2726"; margin-left: 52px; color: var(--pink); font-style: normal; }
@keyframes ticker { to { transform: translateX(-50%); } }

/* Blocos gerais */
.block { padding: clamp(56px, 8vw, 116px) 0; }
.block-head { max-width: 780px; margin-bottom: clamp(28px, 4vw, 54px); }
.block-head h2 { font-size: clamp(38px, 5.6vw, 76px); }
.block-head p { color: var(--ink-soft); margin-top: 18px; font-size: 19px; }

/* Sobre */
.about-grid { display: grid; grid-template-columns: .95fr 1.05fr; gap: clamp(28px, 5vw, 72px); align-items: start; }
.collage { position: sticky; top: 100px; display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.collage figure { margin: 0; border-radius: var(--radius); overflow: hidden; box-shadow: var(--shadow); background: var(--cream-2); }
.collage img { width: 100%; height: 100%; object-fit: cover; }
.collage .tall { grid-column: span 2; aspect-ratio: 4 / 4.5; }
.collage .tall img { object-position: 50% 40%; }
.collage .sq { aspect-ratio: 4 / 5; }
.collage .sq img { object-position: 50% 35%; }
.about-copy h2 { font-size: clamp(36px, 5vw, 68px); margin-bottom: 22px; }
.about-copy p { color: var(--ink-soft); }
.territories { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; margin: 28px 0; }
.territories li { background: var(--paper); border: 2.5px solid var(--ink); border-radius: 20px; padding: 16px 18px; }
.territories strong { display: block; font-family: var(--display); font-size: 21px; font-weight: 800; margin-bottom: 4px; }
.territories span { font-size: 15.5px; color: var(--ink-soft); line-height: 1.45; display: block; }
.territories li:nth-child(1) { background: #ffe0e9; }
.territories li:nth-child(2) { background: var(--butter); }
.territories li:nth-child(3) { background: #ffe0cc; }
.territories li:nth-child(4) { background: #dbe6f5; }

/* Rotulo */
.label {
  background: #fff; border: 4px solid var(--ink); border-radius: 8px; padding: 14px 18px 16px;
  font-family: var(--sans); max-width: 460px; box-shadow: 8px 8px 0 var(--pink);
}
.label h3 { font-family: var(--sans); font-weight: 900; font-size: 34px; letter-spacing: -.02em; line-height: 1; border-bottom: 8px solid var(--ink); padding-bottom: 8px; margin-bottom: 6px; }
.label .portion { font-weight: 700; font-size: 15px; border-bottom: 4px solid var(--ink); padding-bottom: 6px; margin-bottom: 4px; }
.label dl { margin: 0; }
.label .row { display: flex; justify-content: space-between; gap: 14px; padding: 7px 0; border-bottom: 1.5px solid var(--ink); font-size: 16px; }
.label .row:last-child { border-bottom: 0; }
.label dt { font-weight: 800; }
.label dd { margin: 0; text-align: right; font-weight: 500; }
.label small { display: block; margin-top: 8px; font-size: 13px; color: var(--ink-soft); border-top: 4px solid var(--ink); padding-top: 8px; }

/* Corrida */
.run { background: var(--paper); }
.run .block-head { max-width: 1020px; }
.run-grid { display: grid; grid-template-columns: 1fr 1.1fr; gap: clamp(28px, 5vw, 72px); align-items: center; }
.run-photos { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; align-items: end; }
.run-photos figure { margin: 0; border-radius: var(--radius); overflow: hidden; box-shadow: var(--shadow); background: var(--cream-2); }
.run-photos figure:first-child { aspect-ratio: 4 / 5; transform: translateY(-26px); }
.run-photos figure:last-child { aspect-ratio: 3 / 4; }
.run-photos img { width: 100%; height: 100%; object-fit: cover; }
.run-photos figure:first-child img { object-position: 50% 45%; }
.bars { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; align-items: end; height: 300px; margin: 34px 0 10px; padding: 0 4px; border-bottom: 4px solid var(--ink); }
.bar { display: flex; flex-direction: column; justify-content: flex-end; height: 100%; text-align: center; }
.bar b { display: block; font-family: var(--display); font-weight: 800; font-size: clamp(22px, 3vw, 34px); line-height: 1; margin-bottom: 8px; }
.bar i { display: block; height: var(--h); border-radius: 18px 18px 0 0; background: var(--orange); }
.bar:nth-child(1) i { background: repeating-linear-gradient(135deg, var(--butter) 0 10px, #e2dc8a 10px 20px); border: 2.5px solid var(--ink); border-bottom: 0; }
.bar:nth-child(2) i { background: var(--blue); }
.bar:nth-child(3) i { background: var(--orange); }
.bar:nth-child(4) i { background: var(--pink); }
.bar-names { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; text-align: center; font-weight: 800; font-size: 15px; }
.bar-names span { display: block; font-weight: 500; color: var(--ink-soft); font-size: 14px; line-height: 1.35; margin-top: 3px; }
.run-note { margin-top: 26px; color: var(--ink-soft); font-size: 16.5px; }
.run-links { display: flex; flex-wrap: wrap; gap: 10px 22px; margin-top: 18px; font-weight: 800; font-size: 16px; }
.run-links a { text-underline-offset: 4px; text-decoration-thickness: 2.5px; text-decoration-color: var(--pink); }

/* Receitas */
.kitchen-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: clamp(28px, 5vw, 64px); align-items: start; }
.kitchen-photo { margin: 0; border-radius: var(--radius); overflow: hidden; box-shadow: var(--shadow); position: sticky; top: 104px; }
.kitchen-photo img { width: 100%; aspect-ratio: 1080 / 1026; object-fit: cover; }
.kitchen-photo figcaption { background: var(--ink); color: var(--cream); padding: 16px 20px; font-weight: 700; font-size: 16px; }
.recipes { display: grid; gap: 18px; }
.recipe { display: grid; grid-template-columns: 116px 1fr; gap: 20px; background: var(--paper); border: 2.5px solid var(--ink); border-radius: 22px; padding: 16px; align-items: start; }
.recipe .badge { display: grid; place-items: center; text-align: center; height: 116px; border-radius: 16px; background: var(--pink); font-family: var(--display); font-weight: 800; font-size: 18px; line-height: 1.05; padding: 8px; overflow-wrap: anywhere; }
.recipe:nth-child(2) .badge { background: var(--orange); }
.recipe:nth-child(3) .badge { background: #a9c4ea; }
.recipe h3 { font-size: 26px; margin-bottom: 6px; }
.recipe p { margin: 0 0 8px; color: var(--ink-soft); font-size: 16.5px; line-height: 1.5; }
.recipe a { font-weight: 800; font-size: 15px; text-underline-offset: 4px; text-decoration-color: var(--pink); text-decoration-thickness: 2.5px; }
.recipe .recipe-tag { display: inline-block; background: var(--butter); border-radius: 999px; font-weight: 800; font-size: 12.5px; letter-spacing: .1em; text-transform: uppercase; padding: 4px 12px; margin-bottom: 8px; }
.recipe-plain { grid-template-columns: 1fr; }
.recipe-plain h3 { font-size: 24px; }

/* Trabalhos */
.work { background: var(--ink); color: var(--cream); }
.work .kicker { color: var(--pink); }
.work .block-head p { color: #e8d5c2; }
.work-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.work-card { background: #3a261c; border-radius: var(--radius); overflow: hidden; display: flex; flex-direction: column; text-decoration: none; color: inherit; transition: transform .2s ease; }
.work-card:hover { transform: translateY(-5px); }
.work-card .thumb { position: relative; aspect-ratio: 4 / 5; overflow: hidden; background: #2b1a12; }
.work-card .thumb img { width: 100%; height: 100%; object-fit: cover; }
.work-card .tag { position: absolute; left: 14px; top: 14px; background: var(--pink); color: var(--ink); font-weight: 800; font-size: 12.5px; letter-spacing: .1em; text-transform: uppercase; padding: 6px 12px; border-radius: 999px; }
.work-card .tag.alt { background: var(--butter); }
.work-card .tag.blue { background: #a9c4ea; }
.work-body { padding: 22px 22px 26px; flex: 1; display: flex; flex-direction: column; }
.work-body h3 { font-size: 28px; margin-bottom: 6px; }
.work-meta { font-weight: 700; font-size: 14.5px; color: #f3c6a6; margin-bottom: 12px; }
.work-body p { font-size: 16.5px; color: #e8d5c2; line-height: 1.5; margin-bottom: 14px; }
.work-body .more { margin-top: auto; font-weight: 800; font-size: 15.5px; color: var(--pink); }
.work-cta { background: var(--pink); color: var(--ink); justify-content: center; }
.work-cta .work-body { padding: clamp(24px, 3vw, 36px); justify-content: center; }
.work-cta .more { margin-top: 24px !important; }
.work-cta .tag { position: static; align-self: flex-start; background: var(--ink); color: var(--cream); margin-bottom: 18px; font-weight: 800; font-size: 12.5px; letter-spacing: .1em; text-transform: uppercase; padding: 6px 12px; border-radius: 999px; }
.work-cta h3 { font-size: clamp(32px, 3.4vw, 44px); margin-bottom: 14px; }
.work-cta p { color: var(--ink); font-weight: 500; }
.work-cta .more { color: var(--ink); text-decoration: underline; text-underline-offset: 5px; text-decoration-thickness: 3px; }
.work-note { margin-top: 30px; color: #e8d5c2; font-size: 16px; max-width: 760px; }

/* Parcerias */
.partners-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.partner { background: var(--paper); border: 2.5px solid var(--ink); border-radius: 22px; padding: 22px 20px; display: flex; flex-direction: column; gap: 10px; }
.partner h3 { font-size: 27px; }
.partner p { font-size: 16px; color: var(--ink-soft); line-height: 1.45; margin: 0; }
.partner a { margin-top: auto; font-weight: 800; font-size: 15.5px; text-underline-offset: 4px; text-decoration-color: var(--pink); text-decoration-thickness: 2.5px; }
.partner .date { font-weight: 800; font-size: 13px; letter-spacing: .1em; text-transform: uppercase; color: var(--pink-deep); }
.partner:nth-child(1) { background: #ffe0cc; }
.partner:nth-child(2) { background: #ffe0e9; }
.partner:nth-child(3) { background: #dbe6f5; }
.partner:nth-child(4) { background: var(--butter); }
.shelf { margin-top: 34px; background: var(--paper); border: 2.5px dashed var(--ink); border-radius: 22px; padding: 24px clamp(18px, 3vw, 32px); }
.shelf h3 { font-size: 26px; margin-bottom: 8px; }
.shelf p { color: var(--ink-soft); font-size: 16.5px; }
.shelf ul { display: flex; flex-wrap: wrap; gap: 10px; }
.shelf li a { display: inline-block; text-decoration: none; font-weight: 800; font-size: 15px; border: 2.5px solid var(--ink); border-radius: 999px; padding: 7px 16px; background: #fff; }
.shelf li a:hover { background: var(--ink); color: var(--cream); }

/* Estilo de vida */
.life { background: var(--paper); }
.life-grid { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(28px, 5vw, 72px); align-items: center; }
.life figure { margin: 0; position: relative; }
.life figure img { width: 100%; aspect-ratio: 4 / 4.5; object-fit: cover; border-radius: var(--radius); box-shadow: var(--shadow); object-position: 50% 40%; }
.places { display: flex; flex-wrap: wrap; gap: 10px; margin: 22px 0 8px; }
.places li { border: 2.5px solid var(--ink); border-radius: 999px; padding: 7px 16px; font-weight: 800; font-size: 15px; background: #fff; }

/* Midia kit no hub e contato */
.kit-banner { background: var(--pink); color: var(--ink); border-radius: 34px; padding: clamp(28px, 5vw, 56px); display: grid; grid-template-columns: 1.3fr .7fr; gap: 28px; align-items: center; }
.kit-banner h2 { font-size: clamp(34px, 4.6vw, 62px); margin-bottom: 14px; }
.kit-banner p { max-width: 640px; margin-bottom: 0; font-weight: 500; }
.kit-banner .btn { justify-self: end; }
.contact { background: var(--orange); }
.contact-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: clamp(28px, 5vw, 72px); align-items: start; }
.contact h2 { font-size: clamp(38px, 5.4vw, 72px); margin-bottom: 18px; }
.contact-direct { display: grid; gap: 12px; margin-top: 26px; }
.contact-direct a { display: flex; align-items: center; justify-content: space-between; gap: 12px; background: var(--ink); color: var(--cream); text-decoration: none; padding: 16px 22px; border-radius: 18px; font-weight: 800; font-size: 17px; overflow-wrap: anywhere; }
.contact-direct a:hover { background: var(--pink-deep); }
.contact-direct small { display: block; font-weight: 500; font-size: 13px; opacity: .8; }
.form { background: var(--cream); border: 3px solid var(--ink); border-radius: 28px; padding: clamp(20px, 3vw, 34px); display: grid; gap: 16px; box-shadow: 10px 10px 0 var(--ink); }
.form label { display: grid; gap: 6px; font-weight: 800; font-size: 15.5px; }
.form input, .form select, .form textarea {
  font: inherit; font-weight: 500; font-size: 17px; color: var(--ink); background: #fff;
  border: 2.5px solid var(--ink); border-radius: 14px; padding: 12px 14px; width: 100%;
}
.form textarea { min-height: 120px; resize: vertical; }
.form .two { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.form-note { font-size: 15px; color: var(--ink-soft); margin: 0; line-height: 1.5; }
.form-status { font-weight: 800; font-size: 15.5px; margin: 0; min-height: 1.4em; color: var(--pink-deep); }
.form-preview { min-height: 150px; font-size: 15px; }

/* Rodape */
.site-footer { background: var(--ink); color: var(--cream); padding: 52px 0 36px; }
.site-footer .wrap { display: grid; grid-template-columns: auto 1fr auto; gap: 24px 36px; align-items: center; }
.site-footer img { width: 72px; height: 72px; border-radius: 50%; object-fit: cover; border: 3px solid var(--pink); }
.site-footer p { margin: 0; font-family: var(--display); font-style: italic; font-weight: 600; font-size: clamp(22px, 2.6vw, 30px); line-height: 1.2; }
.site-footer small { display: block; font-family: var(--sans); font-style: normal; font-size: 14px; opacity: .75; margin-top: 8px; font-weight: 500; }
.footer-links { display: flex; flex-wrap: wrap; gap: 8px 22px; font-weight: 800; }
.footer-links a { text-underline-offset: 4px; text-decoration-color: var(--pink); text-decoration-thickness: 2.5px; }

/* Midia kit */
.kit-body { background: var(--paper); }
.screen-actions { position: sticky; top: 0; z-index: 40; background: rgba(255, 244, 230, .94); backdrop-filter: blur(10px); border-bottom: 1px solid rgba(43, 26, 18, .1); }
.screen-actions .wrap { display: flex; justify-content: space-between; align-items: center; gap: 14px; min-height: 66px; flex-wrap: wrap; padding: 8px 0; }
.screen-actions a.back { font-weight: 800; text-decoration: none; }
.screen-actions .btn { padding: 10px 22px; font-size: 16px; }
.kit-cover { overflow: hidden; background: var(--cream); }
.kit-cover .wrap { display: grid; grid-template-columns: 1.05fr .95fr; gap: clamp(24px, 5vw, 64px); align-items: center; padding: clamp(28px, 5vw, 64px) 0; }
.kit-cover h1 { font-size: clamp(60px, 9.6vw, 132px); line-height: .84; margin: 22px 0 22px; }
.kit-cover h1 span { display: block; }
.kit-cover .lead { font-size: clamp(20px, 2.4vw, 27px); font-weight: 700; line-height: 1.3; max-width: 560px; margin-bottom: 18px; }
.kit-cover .stamp { display: inline-block; border: 2.5px solid var(--ink); border-radius: 12px; padding: 8px 14px; font-weight: 800; font-size: 14px; letter-spacing: .06em; text-transform: uppercase; margin-top: 8px; }
.kit-section { padding: clamp(44px, 6vw, 84px) 0; }
.kit-section h2 { font-size: clamp(34px, 4.6vw, 62px); margin-bottom: 20px; }
.kit-lead { font-size: 19px; color: var(--ink-soft); max-width: 780px; }
.stats { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; margin: 30px 0 14px; }
.stat { background: var(--cream); border: 2.5px solid var(--ink); border-radius: 22px; padding: 20px 20px 18px; }
.stat b { display: block; font-family: var(--display); font-weight: 800; font-size: clamp(34px, 4.4vw, 54px); line-height: 1; letter-spacing: -.02em; }
.stat span { display: block; font-weight: 700; font-size: 15.5px; margin-top: 8px; line-height: 1.35; }
.stat small { display: block; margin-top: 6px; font-size: 13.5px; color: var(--ink-soft); line-height: 1.35; }
.stat:nth-child(1) { background: #ffe0e9; }
.stat:nth-child(2) { background: var(--butter); }
.stat:nth-child(3) { background: #ffe0cc; }
.stat:nth-child(4) { background: #dbe6f5; }
.stats-source { font-size: 14.5px; color: var(--ink-soft); }
.kit-two { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(24px, 4vw, 56px); align-items: center; }
.kit-photo { margin: 0; border-radius: var(--radius); overflow: hidden; box-shadow: var(--shadow); background: var(--cream-2); }
.kit-photo img { width: 100%; height: 100%; object-fit: cover; }
.kit-photo figcaption { background: var(--ink); color: var(--cream); font-weight: 700; font-size: 15px; padding: 12px 18px; }
.kit-photo.tall img { aspect-ratio: 4 / 4.9; object-position: 50% 30%; }
.kit-photo.mid img { aspect-ratio: 1200 / 1470; object-position: 50% 40%; }
.formats { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; margin-top: 30px; }
.format { border: 2.5px solid var(--ink); border-radius: 22px; padding: 22px 20px; background: var(--cream); display: flex; flex-direction: column; gap: 8px; }
.format .num { font-family: var(--display); font-weight: 800; font-size: 44px; line-height: 1; color: var(--pink); }
.format h3 { font-size: 24px; }
.format p { font-size: 16px; color: var(--ink-soft); line-height: 1.5; margin: 0; }
.format a { margin-top: auto; padding-top: 6px; font-weight: 800; font-size: 15px; text-underline-offset: 4px; text-decoration-color: var(--pink); text-decoration-thickness: 2.5px; }
.brand-list { display: grid; grid-template-columns: repeat(2, 1fr); gap: 14px; margin-top: 26px; }
.brand-item { display: grid; grid-template-columns: 64px 1fr; gap: 16px; align-items: start; border: 2.5px solid var(--ink); border-radius: 20px; padding: 16px 18px; background: var(--cream); }
.brand-item .dot { width: 64px; height: 64px; border-radius: 50%; display: grid; place-items: center; font-family: var(--display); font-weight: 800; font-size: 26px; background: var(--pink); }
.brand-item:nth-child(2) .dot { background: var(--orange); }
.brand-item:nth-child(3) .dot { background: #a9c4ea; }
.brand-item:nth-child(4) .dot { background: var(--butter); }
.brand-item h3 { font-size: 24px; margin-bottom: 4px; }
.brand-item p { font-size: 15.5px; color: var(--ink-soft); margin: 0; line-height: 1.45; }
.brand-item a { font-weight: 800; font-size: 14.5px; text-underline-offset: 4px; text-decoration-color: var(--pink); text-decoration-thickness: 2.5px; }
.fit-list { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 20px; }
.fit-list li { border: 2.5px solid var(--ink); border-radius: 999px; padding: 8px 18px; font-weight: 800; font-size: 16px; background: #fff; }
.fit-list li:nth-child(4n+1) { background: #ffe0e9; }
.fit-list li:nth-child(4n+2) { background: var(--butter); }
.fit-list li:nth-child(4n+3) { background: #ffe0cc; }
.fit-list li:nth-child(4n+4) { background: #dbe6f5; }
.proposal { background: var(--orange); }
.proposal .kit-two { align-items: start; }
.proposal h2 { margin-bottom: 16px; }
.steps { counter-reset: step; display: grid; gap: 12px; margin: 22px 0 0; }
.steps li { counter-increment: step; display: grid; grid-template-columns: 40px 1fr; gap: 14px; font-weight: 600; font-size: 17px; line-height: 1.45; }
.steps li::before { content: counter(step); width: 40px; height: 40px; border-radius: 50%; background: var(--ink); color: var(--cream); display: grid; place-items: center; font-weight: 800; }
.kit-footer { background: var(--ink); color: var(--cream); padding: 28px 0; font-weight: 700; font-size: 15px; }
.kit-footer .wrap { display: flex; justify-content: space-between; gap: 12px; flex-wrap: wrap; }

/* Responsivo */
@media (max-width: 1020px) {
  .work-grid { grid-template-columns: repeat(2, 1fr); }
  .partners-grid { grid-template-columns: repeat(2, 1fr); }
  .stats { grid-template-columns: repeat(2, 1fr); }
  .formats { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 860px) {
  body { font-size: 17px; }
  .menu-button { display: inline-block; }
  .nav {
    display: none; position: absolute; left: 0; right: 0; top: 100%;
    flex-direction: column; align-items: stretch; gap: 0; background: var(--cream);
    border-bottom: 1px solid rgba(43, 26, 18, .12); padding: 8px clamp(18px, 4vw, 48px) 18px;
  }
  .nav.open { display: flex; }
  .nav a { padding: 14px 0; border-bottom: 1px solid rgba(43, 26, 18, .1); }
  .nav .nav-cta { text-align: center; margin-top: 12px; border-bottom: 0; }
  .hero .wrap, .about-grid, .run-grid, .kitchen-grid, .life-grid, .contact-grid, .kit-cover .wrap, .kit-two, .kit-banner { grid-template-columns: 1fr; }
  .hero-art { width: min(100%, 440px); margin-top: 8px; }
  .kit-banner .btn { justify-self: start; }
  .kitchen-photo { position: static; }
  .collage { position: relative; top: auto; }
  .site-footer .wrap { grid-template-columns: 1fr; text-align: left; }
  .brand-list { grid-template-columns: 1fr; }
  .run-photos figure:first-child { transform: none; }
}
@media (max-width: 640px) {
  .work-grid { grid-template-columns: 1fr; }
  .partners-grid, .formats, .territories, .form .two { grid-template-columns: 1fr; }
  .stats { grid-template-columns: 1fr 1fr; gap: 12px; }
  .stat { padding: 16px 14px; }
  .recipe { grid-template-columns: 1fr; }
  .recipe .badge { height: 64px; justify-self: start; padding: 8px 22px; }
  .bars { height: 240px; gap: 8px; }
  .bar-names { gap: 8px; }
  .bar-names span { font-size: 12.5px; }
  .brand { font-size: 19px; }
  .brand img { width: 40px; height: 40px; }
  .hero h1 { font-size: clamp(56px, 19vw, 96px); }
  .sticker { right: 2%; }
  .label { box-shadow: 6px 6px 0 var(--pink); }
  .form { box-shadow: 6px 6px 0 var(--ink); }
  .contact-direct a { flex-direction: column; align-items: flex-start; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .ticker-track { animation: none; }
  .btn, .work-card { transition: none; }
}

/* Impressao e PDF do midia kit */
@media print {
  @page { size: A4; margin: 12mm; }
  body { background: #fff; font-size: 12.5px; line-height: 1.45; -webkit-print-color-adjust: exact; print-color-adjust: exact; }
  .screen-actions, .skip, .ticker, .form, .form-note, .form-status { display: none !important; }
  .kit-section, .kit-cover .wrap { padding: 18px 0; }
  .kit-cover h1 { font-size: 64px; }
  .kit-section h2 { font-size: 30px; margin-bottom: 10px; }
  section, .stat, .format, .brand-item, .kit-photo { break-inside: avoid; }
  .kit-photo, .arch { box-shadow: none; }
  .stats { grid-template-columns: repeat(4, 1fr); }
  .formats { grid-template-columns: repeat(3, 1fr); }
  .kit-two, .kit-cover .wrap { grid-template-columns: 1fr 1fr; }
  a { text-decoration: none; }
  .proposal { background: var(--cream-2); }
}
