.site-header{position:absolute;inset:0 0 auto;z-index:20;border-bottom:1px solid rgba(255,255,255,.12)}.nav{height:86px;display:flex;align-items:center;justify-content:space-between}.wordmark{display:flex;flex-direction:column;align-items:center;line-height:1;color:var(--text)}.wordmark span{font:500 1.45rem/1 var(--display);letter-spacing:.24em}.wordmark small{font-size:.48rem;letter-spacing:.36em;margin-top:.4rem}.nav nav{display:flex;gap:2.2rem}.nav nav a{font-size:.76rem;letter-spacing:.08em;color:#ddd3c7}.menu-button{display:none;background:none;border:0;padding:.5rem}.menu-button span{display:block;width:1.5rem;height:1px;background:white;margin:.4rem}.hero{min-height:880px;height:100svh;position:relative;display:flex;align-items:flex-end;isolation:isolate}.hero-image,.hero-shade{position:absolute;inset:0}.hero-image img{width:100%;height:100%;object-fit:cover;object-position:center}.hero-shade{background:linear-gradient(90deg,rgba(20,16,12,.88) 0%,rgba(20,16,12,.58) 47%,rgba(20,16,12,.12) 78%),linear-gradient(0deg,rgba(20,16,12,.68),transparent 45%)}.hero-content{position:relative;padding-bottom:clamp(4rem,9vh,7rem)}.hero-content h1{font-size:clamp(4rem,8vw,8.5rem);max-width:8ch;margin-top:1rem}.hero-content>p{font-size:clamp(1.05rem,1.6vw,1.3rem);max-width:32rem;color:#ded5ca;margin-top:1.5rem}.hero-actions{display:flex;align-items:center;gap:2rem;margin-top:2rem}.text-link{font-size:.8rem;letter-spacing:.08em;text-transform:uppercase}.text-link span{margin-left:.6rem}.hero-highlights{display:flex;gap:2.5rem;margin-top:3.5rem;color:#c8bcae;font-size:.78rem;letter-spacing:.06em;text-transform:uppercase}.hero-highlights li::before{content:'·';color:var(--gold);margin-right:.8rem}.occasions-grid,.detail-grid,.faq-grid{display:grid;grid-template-columns:1fr 1fr;gap:clamp(3rem,8vw,8rem)}.occasion-list{border-top:1px solid var(--line)}.occasion-list li{display:grid;grid-template-columns:3rem 1fr;align-items:center;padding:1.3rem 0;border-bottom:1px solid var(--line);font:400 clamp(1.4rem,2.2vw,2rem)/1.2 var(--display)}.occasion-list span{font:400 .72rem/1 var(--body);color:var(--gold)}.product-grid{display:grid;grid-template-columns:1fr 1fr;gap:clamp(2rem,5vw,5rem);margin-top:4rem}.product-card:nth-child(even){margin-top:7rem}.product-image{position:relative;aspect-ratio:4/5;overflow:hidden;background:#d6cabb}.product-image img{width:100%;height:100%;object-fit:cover;transition:transform .8s var(--ease)}.product-card:hover .product-image img{transform:scale(1.025)}.product-number{position:absolute;top:1rem;right:1rem;background:rgba(32,28,23,.86);color:var(--gold-light);width:3rem;height:3rem;display:grid;place-items:center;font:.75rem var(--body)}.product-copy{padding:1.6rem 0 3rem}.product-copy h3{font-size:clamp(2.5rem,4vw,4rem)}.product-copy>p:not(.product-kicker){color:#675f56;max-width:34rem}.product-kicker{font-size:.7rem;font-weight:600;letter-spacing:.16em;text-transform:uppercase;color:#8d653b;margin-bottom:.4rem}.commercial-note{max-width:48rem;margin:2rem auto 0;text-align:center;color:#6c6258;font-size:.88rem}.customization-grid{display:grid;grid-template-columns:.92fr 1.08fr;gap:clamp(3rem,8vw,8rem);align-items:start}.custom-image{position:sticky;top:2rem}.custom-image img{width:100%;aspect-ratio:4/5;object-fit:cover}.custom-list{display:grid;grid-template-columns:1fr 1fr;margin-top:3rem;border-top:1px solid var(--line)}.custom-list article{padding:1.5rem 1.5rem 1.5rem 0;border-bottom:1px solid var(--line)}.custom-list h3{font-size:1.6rem}.custom-list p{font-size:.88rem;color:var(--muted);margin-top:.5rem}.steps{display:grid;grid-template-columns:repeat(5,1fr);gap:1px;background:var(--dark-line);margin-top:4rem}.steps li{background:var(--paper);padding:2rem 1.5rem;min-height:17rem}.steps span{color:#9b7449;font-size:.72rem;letter-spacing:.15em}.steps h3{font-size:1.65rem;margin-top:3rem}.steps p{font-size:.88rem;color:#6a6157;margin-top:.8rem}.details{background:linear-gradient(135deg,#211d17,#30291f)}.detail-grid ul{display:grid;grid-template-columns:1fr 1fr}.detail-grid li{padding:1.3rem 0;border-bottom:1px solid var(--line);color:#ddd3c7}.detail-grid li::before{content:'◆';font-size:.5rem;color:var(--gold);margin-right:.8rem}.gallery-grid{display:grid;grid-template-columns:1fr 1fr 1fr;gap:1rem;margin-top:4rem}.gallery-grid img{width:100%;height:38rem;object-fit:cover}.gallery-grid img:nth-child(2){margin-top:4rem}.accordion details{border-top:1px solid var(--line);padding:1.2rem 0}.accordion details:last-child{border-bottom:1px solid var(--line)}.accordion summary{cursor:pointer;font:500 1.35rem var(--display);list-style:none;padding-right:2rem;position:relative}.accordion summary::after{content:'+';position:absolute;right:0;color:var(--gold)}.accordion details[open] summary::after{content:'−'}.accordion p{color:var(--muted);font-size:.9rem;max-width:42rem;padding-top:1rem}.final-cta{padding-block:clamp(6rem,12vw,11rem);text-align:center;background:linear-gradient(rgba(20,16,12,.78),rgba(20,16,12,.9)),url('../images/kit-ritual.jpeg') center/cover}.final-inner{display:flex;flex-direction:column;align-items:center}.final-inner h2{font-size:clamp(3.3rem,7vw,7rem);max-width:10ch;margin-top:1rem}.final-inner p{color:#cabdaf;margin:1.2rem 0 2rem}.site-footer{background:#15120f;padding:4rem 0 1.5rem;color:#a99e91}.footer-grid{display:grid;grid-template-columns:1.2fr 1fr 1fr;gap:4rem}.footer-grid>div{display:flex;flex-direction:column;gap:.55rem}.footer-grid strong{color:var(--gold-light);font-size:.7rem;letter-spacing:.15em;text-transform:uppercase;margin-bottom:.4rem}.footer-grid a,.footer-grid span,.footer-grid p{font-size:.82rem}.wordmark--footer{align-items:flex-start;color:var(--text);margin-bottom:.7rem}.footer-bottom{border-top:1px solid rgba(255,255,255,.08);margin-top:3rem;padding-top:1.3rem;font-size:.72rem}.whatsapp-float{position:fixed;right:1.1rem;bottom:1.1rem;z-index:40;background:#295f46;color:white;border-radius:999px;padding:.9rem 1.25rem;font-size:.75rem;font-weight:600;box-shadow:0 8px 25px rgba(0,0,0,.28)}
@media(max-width:900px){.nav nav{display:none;position:absolute;top:86px;left:0;right:0;flex-direction:column;background:#201c17;padding:1.5rem var(--pad)}.nav nav.is-open{display:flex}.nav>.button{display:none}.menu-button{display:block}.hero{min-height:760px}.hero-shade{background:linear-gradient(0deg,rgba(20,16,12,.9),rgba(20,16,12,.15) 75%)}.occasions-grid,.detail-grid,.faq-grid,.customization-grid{grid-template-columns:1fr}.product-grid{gap:2rem}.product-card:nth-child(even){margin-top:3rem}.custom-image{position:relative;top:auto}.steps{grid-template-columns:1fr 1fr}.gallery-grid img{height:28rem}.footer-grid{grid-template-columns:1fr 1fr}.footer-grid>div:first-child{grid-column:1/-1}}
@media(max-width:600px){.hero{min-height:720px}.hero-shade{background:linear-gradient(0deg,rgba(20,16,12,.94) 0%,rgba(20,16,12,.68) 58%,rgba(20,16,12,.38) 100%);-webkit-backdrop-filter:blur(1.8px);backdrop-filter:blur(1.8px)}.hero-content .eyebrow{align-items:flex-start;gap:.65rem}.hero-content .eyebrow::before{flex:0 0 1.35rem;margin-top:.7em}.hero-content h1{font-size:3.7rem;text-shadow:0 2px 18px rgba(0,0,0,.34)}.hero-highlights{display:grid;gap:.5rem;font-size:.7rem;letter-spacing:.035em;max-width:100%}.hero-highlights li{min-width:0;overflow-wrap:break-word}.hero-highlights li::before{margin-right:.55rem}.hero-actions{align-items:flex-start;flex-direction:column}.product-grid{grid-template-columns:1fr}.product-card:nth-child(even){margin-top:0}.custom-list{grid-template-columns:1fr}.steps{grid-template-columns:1fr}.steps li{min-height:0}.steps h3{margin-top:1.5rem}.gallery-grid{grid-template-columns:1fr}.gallery-grid img,.gallery-grid img:nth-child(2){height:auto;margin-top:0}.footer-grid{grid-template-columns:1fr}.footer-grid>div:first-child{grid-column:auto}.whatsapp-float{font-size:0;width:3.5rem;height:3.5rem;padding:0}.whatsapp-float::before{content:'WA';font-size:.72rem;display:grid;place-items:center;height:100%}}

/* Refinamentos visuais alinhados ao catálogo de atacado */
.hero{align-items:center}.hero-content{padding-top:8rem;padding-bottom:1rem}.hero-content h1{font-size:clamp(3.8rem,7vw,7rem);line-height:.96;max-width:10.5ch;text-wrap:balance}.hero-content>p{max-width:35rem}.product-number{border-radius:999px}.custom-image img,.gallery-grid img{border-radius:var(--radius-lg)}.steps{grid-template-columns:repeat(3,1fr);gap:1rem;background:transparent}.steps li{border:1px solid var(--dark-line);border-radius:var(--radius-md);min-height:15rem}.accordion details{border-radius:var(--radius-sm);padding-inline:1rem}.whatsapp-float{border-radius:999px}.site-header .button{border-radius:999px}
@media(max-width:900px){.hero-content{padding-top:7rem}.steps{grid-template-columns:1fr 1fr}}
@media(max-width:600px){.hero-content h1{font-size:clamp(3.3rem,15vw,4.5rem);max-width:9.5ch}.steps{grid-template-columns:1fr}.custom-image img,.gallery-grid img{border-radius:var(--radius-md)}}

/* Apresentação editorial dos presentes */
.products .section-head{margin-bottom:clamp(5rem,9vw,8rem)}.product-grid{display:flex;flex-direction:column;gap:clamp(7rem,12vw,12rem);margin-top:0}.product-card,.product-card:nth-child(even){display:grid;grid-template-columns:minmax(0,1.08fr) minmax(300px,.92fr);gap:clamp(3rem,8vw,8rem);align-items:center;margin-top:0}.product-card:nth-child(even) .product-gallery{order:2}.product-card:nth-child(even) .product-copy{order:1}.product-copy{padding:0}.product-copy h3{font-size:clamp(2.8rem,4.5vw,4.8rem);max-width:10ch}.product-copy>p:not(.product-kicker){max-width:29rem}.editorial-number{display:block;font:400 clamp(4rem,7vw,7rem)/.8 var(--display);color:#9a7149;margin-bottom:2.3rem}.gallery-thumbs{display:flex;gap:.65rem;margin:1.6rem 0;overflow-x:auto;padding:.2rem}.gallery-thumbs button{flex:0 0 3.6rem;width:3.6rem;height:3.6rem;padding:0;border:2px solid transparent;border-radius:12px;overflow:hidden;background:none;cursor:pointer;opacity:.58;transition:.2s var(--ease)}.gallery-thumbs button.is-active{border-color:var(--accent);opacity:1}.gallery-thumbs img{width:100%;height:100%;object-fit:cover}.custom-image img{border-radius:48% 48% var(--radius-lg) var(--radius-lg)/16% 16% var(--radius-lg) var(--radius-lg)}
@media(max-width:900px){.product-card,.product-card:nth-child(even){grid-template-columns:1fr;gap:2.5rem}.product-card:nth-child(even) .product-gallery,.product-card:nth-child(even) .product-copy{order:initial}.editorial-number{font-size:4.8rem;margin-bottom:1.6rem}.product-copy h3{max-width:14ch}}
@media(max-width:600px){.products .section-head{margin-bottom:4rem}.product-grid{gap:6rem}.gallery-thumbs button{flex-basis:3.2rem;width:3.2rem;height:3.2rem}.custom-image img{border-radius:45% 45% var(--radius-md) var(--radius-md)/10% 10% var(--radius-md) var(--radius-md)}}

/* Carrossel do projeto em destaque */
.project-carousel{position:relative;height:38rem;border-radius:var(--radius-lg);overflow:hidden;background:#d8cdbf}.project-slides{display:flex;height:100%;overflow-x:auto;scroll-snap-type:x mandatory;scrollbar-width:none}.project-slides::-webkit-scrollbar{display:none}.project-slides figure{flex:0 0 100%;height:100%;margin:0;scroll-snap-align:start}.project-slides img{width:100%;height:100%;margin:0!important;object-fit:cover;border-radius:0}.project-label{position:absolute;left:1rem;top:1rem;padding:.5rem .85rem;border-radius:999px;background:rgba(32,28,23,.8);color:white;font-size:.65rem;font-weight:600;letter-spacing:.1em;text-transform:uppercase;backdrop-filter:blur(8px)}.project-controls{position:absolute;left:1rem;right:1rem;bottom:1rem;display:flex;align-items:center;justify-content:space-between;pointer-events:none}.project-controls button,.project-controls span{pointer-events:auto;border:1px solid rgba(255,255,255,.4);border-radius:999px;background:rgba(32,28,23,.82);color:white;backdrop-filter:blur(8px)}.project-controls button{width:2.7rem;height:2.7rem;cursor:pointer}.project-controls span{padding:.48rem .85rem;font-size:.66rem;letter-spacing:.08em}
@media(max-width:900px){.project-carousel{height:28rem}}
@media(max-width:600px){.project-carousel{height:34rem;border-radius:var(--radius-md)}}

/* Detalhes expansíveis */
.detail-accordions{display:grid;grid-template-columns:1fr 1fr;column-gap:2.5rem;align-content:start}.detail-accordions details{border-bottom:1px solid var(--line);padding:1.25rem 0}.detail-accordions summary{display:flex;align-items:center;justify-content:space-between;gap:1rem;cursor:pointer;list-style:none;color:#ddd3c7;font-size:.88rem}.detail-accordions summary::-webkit-details-marker{display:none}.detail-accordions summary::after{content:'+';flex:0 0 1.8rem;width:1.8rem;height:1.8rem;display:grid;place-items:center;border:1px solid var(--line);border-radius:50%;color:var(--gold-light);font-size:1rem}.detail-accordions details[open] summary::after{content:'−'}.detail-accordions p{max-width:28rem;padding:1rem 2.8rem .3rem 0;color:var(--muted);font-size:.82rem;line-height:1.65}
@media(max-width:600px){.detail-accordions{grid-template-columns:1fr}}
.occasions .section-head>p{color:var(--gold-light)}
.faq-actions{margin-top:2.2rem;padding-top:1.5rem;border-top:1px solid var(--line)}.faq-actions>p{max-width:34rem;color:var(--muted);font-size:.86rem}.faq-actions>div{display:flex;flex-wrap:wrap;gap:.8rem;margin-top:1.1rem}.button--outline-light{border-color:var(--line);background:transparent;color:var(--gold-light);box-shadow:none}.button--outline-light:hover{border-color:var(--accent);background:rgba(166,108,63,.12);color:white}
@media(max-width:600px){.faq-actions>div{align-items:stretch;flex-direction:column}.faq-actions .button{white-space:normal;text-align:center}}
