/* Le Fruit — cores e tipografia do brandbook (setembro 2026) */
:root {
  --ink: #20282A;        /* grafite */
  --text: #3A4341;
  --muted: #5E6763;
  --leaf: #415D45;       /* verde folha */
  --leaf-deep: #22352A;
  --sage: #D9E1D5;       /* sálvia */
  --sage-soft: #EEF2EB;
  --cream: #F4F0E7;      /* creme */
  --white: #FFFFFF;
  --gold: #B8945C;       /* dourado — detalhes */
  --gold-light: #D7BE8A; /* ouro claro — CTAs */
  --line: rgba(32, 40, 42, .12);
  --radius: 22px;
  --pill: 999px;
  --wrap: 1240px;
  --display: "Cinzel", "Trajan Pro", Georgia, serif;
  --sans: "Montserrat", system-ui, -apple-system, "Segoe UI", sans-serif;
}

*, *::before, *::after { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } *, *::before, *::after { transition: none !important; animation: none !important; } }
body { margin: 0; background: var(--white); color: var(--text); font: 400 1rem/1.7 var(--sans); }
img, video { display: block; max-width: 100%; height: auto; }
picture { display: block; }
a { color: var(--leaf); text-underline-offset: 3px; }
a:hover { color: var(--leaf-deep); }
:focus-visible { outline: 3px solid var(--gold); outline-offset: 3px; border-radius: 4px; }
h1, h2, h3 { color: var(--ink); line-height: 1.1; margin: 0 0 .6em; }
h1, h2 { font-family: var(--display); font-weight: 600; letter-spacing: .01em; }
h1 { font-size: clamp(2.2rem, 5.6vw, 4.6rem); }
h2 { font-size: clamp(1.8rem, 4vw, 3.2rem); }
h3 { font: 600 1.15rem/1.3 var(--sans); }
p { margin: 0 0 1.1em; }
.wrap { width: min(100% - 32px, var(--wrap)); margin-inline: auto; }
.narrow { max-width: 760px; }
.skip { position: absolute; left: -9999px; top: 8px; z-index: 100; background: var(--ink); color: #fff; padding: 10px 16px; border-radius: 8px; }
.skip:focus { left: 16px; }
.eyebrow { display: inline-block; font: 600 .75rem/1 var(--sans); letter-spacing: .2em; text-transform: uppercase; color: var(--gold); margin-bottom: 18px; }
.lead { font-size: clamp(1.05rem, 1.6vw, 1.25rem); color: var(--muted); max-width: 640px; }
.sr { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; }

/* Botões */
.btn { display: inline-flex; align-items: center; justify-content: center; gap: 10px; min-height: 52px; padding: 14px 28px; border-radius: var(--pill); font: 600 .95rem/1 var(--sans); text-decoration: none; border: 1.5px solid transparent; cursor: pointer; transition: transform .2s, background .2s, color .2s; }
.btn:hover { transform: translateY(-1px); }
.btn-gold { background: var(--gold-light); color: var(--ink); }
.btn-gold:hover { background: #E3CEA2; color: var(--ink); }
.btn-dark { background: var(--ink); color: var(--white); }
.btn-dark:hover { background: var(--leaf-deep); color: var(--white); }
.btn-ghost { border-color: currentColor; color: var(--ink); background: transparent; }
.btn-ghost-light { border-color: rgba(255,255,255,.7); color: var(--white); background: rgba(255,255,255,.06); }
.btn-ghost-light:hover { background: rgba(255,255,255,.16); color: var(--white); }
.btn svg { width: 20px; height: 20px; flex: none; }
.btns { display: flex; flex-wrap: wrap; gap: 12px; }

/* Header */
.site-header { position: sticky; top: 0; z-index: 50; background: rgba(244, 240, 231, .96); backdrop-filter: blur(10px); border-bottom: 1px solid var(--line); }
.site-header .wrap { display: flex; align-items: center; justify-content: space-between; gap: 16px; min-height: 72px; }
.brand { display: flex; align-items: center; gap: 12px; text-decoration: none; color: var(--ink); }
.brand img { width: 48px; height: 48px; }
.brand b { display: block; font: 600 1.25rem/1 var(--display); letter-spacing: .06em; }
.brand small { display: block; font: 500 .56rem/1.6 var(--sans); letter-spacing: .22em; text-transform: uppercase; color: var(--muted); }
.nav { display: flex; align-items: center; gap: 4px; }
.nav a { padding: 10px 12px; border-radius: var(--pill); color: var(--ink); text-decoration: none; font: 500 .9rem/1 var(--sans); }
.nav a:hover, .nav a[aria-current="page"] { background: var(--sage); }
.nav .btn { color: var(--white); margin-left: 8px; min-height: 44px; padding: 10px 20px; }
.nav .btn:hover { background: var(--leaf-deep); }
.menu { display: none; }
.home .site-header { position: fixed; inset: 0 0 auto; background: transparent; border-color: transparent; backdrop-filter: none; transition: background .3s; }
.home .site-header:not(.solid) .brand, .home .site-header:not(.solid) .nav > a:not(.btn), .home .site-header:not(.solid) .brand small, .home .site-header:not(.solid) summary { color: var(--white); }
.home .site-header:not(.solid) .nav > a:not(.btn):hover { background: rgba(255,255,255,.15); }
.home .site-header.solid { background: rgba(244, 240, 231, .96); border-color: var(--line); backdrop-filter: blur(10px); }
@media (max-width: 1080px) {
  .nav { display: none; }
  .menu { display: block; position: relative; }
  .menu summary { list-style: none; cursor: pointer; font: 600 .85rem/1 var(--sans); letter-spacing: .12em; text-transform: uppercase; padding: 14px 4px; color: var(--ink); }
  .menu summary::-webkit-details-marker { display: none; }
  .menu[open] .nav { display: flex; flex-direction: column; align-items: stretch; position: fixed; top: 72px; left: 0; right: 0; bottom: 0; padding: 16px; background: var(--cream); overflow: auto; }
  .menu[open] .nav a { font-size: 1.15rem; padding: 16px; color: var(--ink) !important; }
  .menu[open] .nav .btn { margin: 12px 0 0; color: var(--white) !important; }
}

/* Hero vídeo */
.hero { position: relative; min-height: 100svh; display: grid; align-items: end; color: var(--white); overflow: hidden; background: var(--ink); }
.hero-media, .hero-media img, .hero video { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.hero video { opacity: 0; transition: opacity .8s; }
.hero video, .hero-media img { filter: saturate(1.35) contrast(1.08) brightness(1.04); }
.hero video.on { opacity: 1; }
.hero::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(20,26,27,.35) 0%, rgba(20,26,27,0) 22%, rgba(20,26,27,0) 50%, rgba(20,26,27,.62) 100%), linear-gradient(90deg, rgba(20,26,27,.35) 0%, rgba(20,26,27,0) 60%); }
.hero-content { position: relative; z-index: 2; padding: 140px 0 clamp(48px, 9vh, 96px); }
.hero h1 { color: var(--white); max-width: 15ch; font-size: clamp(2.4rem, 6.4vw, 5.6rem); text-shadow: 0 2px 30px rgba(0,0,0,.25); }
.hero p { font-size: clamp(1.05rem, 1.8vw, 1.3rem); max-width: 560px; color: rgba(255,255,255,.92); margin-bottom: 28px; }
.video-toggle { position: absolute; z-index: 3; right: 16px; bottom: 16px; width: 44px; height: 44px; border-radius: 50%; border: 1px solid rgba(255,255,255,.5); background: rgba(0,0,0,.3); color: #fff; cursor: pointer; display: none; place-items: center; }
.video-toggle.show { display: grid; }

/* Seções */
.section { padding: clamp(64px, 10vw, 128px) 0; }
.section-sm { padding: clamp(48px, 7vw, 88px) 0; }
.bg-cream { background: var(--cream); }
.bg-sage { background: var(--sage-soft); }
.bg-dark { background: var(--leaf-deep); color: rgba(255,255,255,.85); }
.bg-dark h2, .bg-dark h3 { color: var(--white); }
.bg-dark .eyebrow { color: var(--gold-light); }
.bg-dark a:not(.btn) { color: var(--gold-light); }
.head { display: grid; gap: 8px 48px; margin-bottom: clamp(32px, 5vw, 56px); }
@media (min-width: 900px) { .head.split { grid-template-columns: 1.1fr 1fr; align-items: end; } }

/* Blocos foto + texto e faixa de fotos */
figure { margin: 0; }
figure > picture, .tile > picture, .page-hero-img > picture { height: 100%; }
.stories { display: grid; gap: clamp(48px, 8vw, 104px); }
.story { display: grid; gap: 24px 64px; align-items: center; }
.story figure, .side-img { border-radius: var(--radius); overflow: hidden; aspect-ratio: 4 / 5; background: var(--sage); }
.story img, .side-img img, .photos img { width: 100%; height: 100%; object-fit: cover; }
.story h3 { font: 600 clamp(1.7rem, 3.4vw, 2.6rem)/1.1 var(--display); margin-bottom: 16px; }
.story p { color: var(--muted); font-size: 1.05rem; max-width: 460px; }
@media (min-width: 900px) {
  .story { grid-template-columns: 1fr 1fr; }
  .story figure { max-width: 520px; }
  .story.flip figure { order: 2; justify-self: end; }
}
.photos { display: grid; grid-template-columns: repeat(2, 1fr); gap: 12px; }
@media (min-width: 900px) { .photos { grid-template-columns: repeat(4, 1fr); gap: 16px; } }
.photos figure { position: relative; border-radius: var(--radius); overflow: hidden; aspect-ratio: 4 / 5; background: var(--sage); }
.photos figcaption { position: absolute; left: 16px; bottom: 14px; color: #fff; font: 600 1.05rem/1 var(--display); text-shadow: 0 1px 12px rgba(0,0,0,.55); }

/* Cards */
.grid { display: grid; gap: 20px; grid-template-columns: repeat(auto-fill, minmax(min(100%, 280px), 1fr)); }
.grid-2 { display: grid; gap: clamp(32px, 6vw, 80px); align-items: center; }
@media (min-width: 900px) { .grid-2 { grid-template-columns: 1fr 1fr; } }
.card { display: flex; flex-direction: column; background: var(--white); border-radius: var(--radius); overflow: hidden; border: 1px solid var(--line); }
.card figure { margin: 0; aspect-ratio: 4 / 5; overflow: hidden; background: var(--sage); }
.card figure img { width: 100%; height: 100%; object-fit: cover; }
.card-body { padding: 22px 22px 24px; display: flex; flex-direction: column; gap: 8px; flex: 1; }
.card-body p { margin: 0; color: var(--muted); font-size: .95rem; }
.card-body .btn { margin-top: auto; align-self: flex-start; min-height: 46px; padding: 12px 20px; font-size: .88rem; }
.card-body .btn:first-of-type { margin-top: 12px; }
.tile { position: relative; display: block; border-radius: var(--radius); overflow: hidden; aspect-ratio: 4 / 5; color: var(--white); text-decoration: none; background: var(--ink); }
.tile img { width: 100%; height: 100%; object-fit: cover; transition: transform .8s; }
.tile:hover img { transform: scale(1.04); }
.tile::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 45%, rgba(20,26,27,.8)); }
.tile span { position: absolute; z-index: 1; left: 22px; right: 22px; bottom: 22px; font: 600 clamp(1.3rem, 2.2vw, 1.7rem)/1.15 var(--display); }
.tile span small { display: block; font: 500 .85rem/1.4 var(--sans); margin-top: 6px; opacity: .85; }
.tile:hover { color: var(--white); }

/* Caminhos */
.paths { display: grid; gap: 16px; }
@media (min-width: 800px) { .paths { grid-template-columns: repeat(3, 1fr); } }
.path { padding: 28px; border-radius: var(--radius); background: var(--white); border: 1px solid var(--line); text-decoration: none; color: var(--text); display: flex; flex-direction: column; gap: 6px; transition: border-color .2s, transform .2s; }
.path:hover { border-color: var(--gold); transform: translateY(-2px); color: var(--text); }
.path b { font: 600 1.35rem/1.2 var(--display); color: var(--ink); }
.path em { font-style: normal; font-weight: 600; color: var(--leaf); margin-top: 8px; }

/* Lista de serviços */
.features { display: grid; gap: 1px; background: rgba(255,255,255,.14); border-radius: var(--radius); overflow: hidden; }
@media (min-width: 700px) { .features { grid-template-columns: repeat(2, 1fr); } }
@media (min-width: 1000px) { .features { grid-template-columns: repeat(4, 1fr); } }
.features div { background: var(--leaf-deep); padding: 28px; }
.features h3 { margin-bottom: 8px; }
.features p { margin: 0; font-size: .95rem; }
.checks { list-style: none; padding: 0; margin: 0 0 1.4em; display: grid; gap: 10px; }
.checks li { padding-left: 28px; position: relative; }
.checks li::before { content: ""; position: absolute; left: 2px; top: .62em; width: 12px; height: 7px; border-left: 2px solid var(--gold); border-bottom: 2px solid var(--gold); transform: rotate(-45deg); }

/* Local */
.visit { display: grid; gap: 24px; }
@media (min-width: 960px) { .visit { grid-template-columns: 420px 1fr; } }
.info { background: var(--white); border-radius: var(--radius); padding: clamp(24px, 4vw, 40px); border: 1px solid var(--line); }
.info h3 { font-size: .75rem; letter-spacing: .18em; text-transform: uppercase; color: var(--gold); margin: 0 0 8px; }
.info address { font-style: normal; margin-bottom: 22px; }
.hours { width: 100%; border-collapse: collapse; margin-bottom: 22px; font-size: .95rem; }
.hours td { padding: 6px 0; border-bottom: 1px solid var(--line); }
.hours td:last-child { text-align: right; }
.map { border-radius: var(--radius); overflow: hidden; min-height: 380px; background: var(--sage); }
.map iframe { width: 100%; height: 100%; min-height: 380px; border: 0; display: block; }

/* FAQ */
.faq { display: grid; gap: 10px; }
.faq details { background: var(--white); border: 1px solid var(--line); border-radius: 16px; padding: 0 22px; }
.faq summary { cursor: pointer; list-style: none; padding: 20px 32px 20px 0; font-weight: 600; color: var(--ink); position: relative; }
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after { content: "+"; position: absolute; right: 0; top: 16px; font: 400 1.5rem/1 var(--sans); color: var(--gold); }
.faq details[open] summary::after { content: "–"; }
.faq details p { margin: 0 0 20px; }

/* Página interna */
.page-hero { background: var(--cream); padding: clamp(40px, 7vw, 88px) 0 clamp(40px, 6vw, 72px); }
.page-hero .grid-2 { align-items: end; }
.page-hero-img { border-radius: var(--radius); overflow: hidden; aspect-ratio: 4 / 5; width: 100%; max-width: 460px; justify-self: end; }
.page-hero-img img { width: 100%; height: 100%; object-fit: cover; }
.crumbs { font-size: .82rem; margin-bottom: 24px; color: var(--muted); }
.crumbs ol { list-style: none; padding: 0; margin: 0; display: flex; flex-wrap: wrap; gap: 6px; }
.crumbs li + li::before { content: "/"; margin-right: 6px; color: var(--gold); }
.crumbs a { color: var(--muted); }
.prose { font-size: 1.05rem; }
.prose h2 { font-size: clamp(1.5rem, 3vw, 2.1rem); margin-top: 1.8em; }
.prose h3 { margin-top: 1.5em; }
.prose ul, .prose ol { padding-left: 1.3em; margin: 0 0 1.2em; }
.prose li { margin-bottom: .4em; }
.prose img { border-radius: var(--radius); }
.qa { border-top: 1px solid var(--line); padding-top: 24px; margin-top: 24px; }
.qa h3 { font-size: 1.2rem; }

/* Seleção editorial */
.gallery { columns: 2 240px; column-gap: 16px; }
.gallery figure { margin: 0 0 16px; break-inside: avoid; border-radius: var(--radius); overflow: hidden; position: relative; }
.gallery figcaption { position: absolute; left: 16px; bottom: 14px; color: #fff; font: 600 1.05rem/1 var(--display); letter-spacing: .04em; text-shadow: 0 1px 12px rgba(0,0,0,.5); }
@media (min-width: 1000px) { .gallery { columns: 3; } }

/* Blog */
.post-card { text-decoration: none; color: var(--text); }
.post-card figure { aspect-ratio: 4 / 5; }
.post-card h3 { font-size: 1.1rem; color: var(--ink); margin: 0; }
.post-card:hover h3 { color: var(--leaf); }
.meta { font-size: .85rem; color: var(--muted); display: flex; flex-wrap: wrap; gap: 6px 16px; }
.tag { font: 600 .7rem/1 var(--sans); letter-spacing: .14em; text-transform: uppercase; color: var(--gold); }
.post-cover { border-radius: var(--radius); overflow: hidden; aspect-ratio: 4 / 5; max-width: 480px; margin: 32px auto; }
.post-cover img { width: 100%; height: 100%; object-fit: cover; }
.toc { background: var(--cream); border-radius: 16px; padding: 20px 24px; margin-bottom: 32px; font-size: .95rem; }
.toc b { display: block; margin-bottom: 8px; color: var(--ink); }
.toc ol { margin: 0; padding-left: 1.2em; }
.cta-band { background: var(--leaf-deep); color: rgba(255,255,255,.88); border-radius: var(--radius); padding: clamp(28px, 5vw, 48px); margin: 48px 0; }
.cta-band h2 { color: #fff; font-size: clamp(1.5rem, 3vw, 2.2rem); margin-top: 0; }

/* Formulário */
.form { display: grid; gap: 16px; }
.form label { display: grid; gap: 6px; font-weight: 600; font-size: .9rem; color: var(--ink); }
.form input, .form select, .form textarea { font: inherit; padding: 14px 16px; border: 1.5px solid var(--line); border-radius: 14px; background: var(--white); color: var(--ink); }
.form input:focus, .form select:focus, .form textarea:focus { border-color: var(--leaf); outline: none; box-shadow: 0 0 0 3px var(--sage); }

/* Rodapé */
.site-footer { background: var(--ink); color: rgba(255,255,255,.75); padding: 72px 0 32px; font-size: .95rem; }
.site-footer a { color: rgba(255,255,255,.85); text-decoration: none; }
.site-footer a:hover { color: var(--gold-light); }
.site-footer h2 { font: 600 .75rem/1 var(--sans); letter-spacing: .2em; text-transform: uppercase; color: var(--gold-light); margin-bottom: 18px; }
.foot { display: grid; gap: 40px; }
@media (min-width: 900px) { .foot { grid-template-columns: 1.3fr 1fr 1fr 1fr; } }
.foot address { font-style: normal; }
.foot ul { list-style: none; margin: 0; padding: 0; display: grid; gap: 8px; }
.foot-logo { display: flex; gap: 14px; align-items: center; margin-bottom: 18px; color: #fff; }
.foot-logo img { width: 72px; height: 72px; }
.foot-logo b { font: 600 1.3rem/1.2 var(--display); letter-spacing: .05em; color: #fff; }
.copy { border-top: 1px solid rgba(255,255,255,.12); margin-top: 48px; padding-top: 24px; font-size: .82rem; display: flex; flex-wrap: wrap; justify-content: space-between; gap: 12px; }

/* WhatsApp flutuante */
.wa-float { position: fixed; right: 18px; bottom: 18px; z-index: 60; width: 56px; height: 56px; border-radius: 50%; background: var(--leaf); color: #fff; display: grid; place-items: center; box-shadow: 0 8px 24px rgba(32,40,42,.28); transition: transform .2s, background .2s; }
.wa-float:hover { transform: scale(1.06); background: var(--leaf-deep); color: #fff; }
.wa-float svg { width: 28px; height: 28px; }
.home .video-toggle { right: 86px; bottom: 24px; }
