
:root{
  --cream:#f7f0df;
  --cream-2:#eee4d1;
  --black:#1f1f1f;
  --black-2:#2b2927;
  --gold:#f4b400;
  --gold-dark:#cc9500;
  --white:#fffdf8;
  --muted:#716c63;
  --line:rgba(31,31,31,.14);
  --shadow:0 24px 70px rgba(35,29,20,.14);
  --radius:28px;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;background:var(--cream);color:var(--black);font-family:Inter,ui-sans-serif,system-ui,-apple-system,"Segoe UI",sans-serif;line-height:1.6;-webkit-font-smoothing:antialiased}
body.menu-open{overflow:hidden}
img{display:block;max-width:100%}
a{color:inherit;text-decoration:none}
button,input,select,textarea{font:inherit}
button{cursor:pointer}
.container{width:min(1180px,calc(100% - 40px));margin-inline:auto}
.skip-link{position:fixed;left:12px;top:-80px;z-index:9999;background:#fff;padding:12px 18px;border-radius:8px}
.skip-link:focus{top:12px}
.site-header{position:fixed;inset:0 0 auto;z-index:50;padding:16px 0;transition:.3s}
.site-header.scrolled{padding:8px 0}
.nav-shell{min-height:64px;display:flex;align-items:center;justify-content:space-between;gap:24px;padding:8px 12px 8px 18px;border:1px solid rgba(255,255,255,.25);border-radius:999px;background:rgba(247,240,223,.88);backdrop-filter:blur(18px);box-shadow:0 10px 35px rgba(0,0,0,.10)}
.brand{display:flex;align-items:center;gap:10px;font-weight:850;letter-spacing:-.04em;font-size:21px;white-space:nowrap}
.brand img{width:44px;height:44px;object-fit:contain}
.brand span span{color:var(--gold-dark)}
.main-nav{display:flex;align-items:center;gap:25px;font-size:14px;font-weight:650}
.main-nav>a:not(.nav-cta){position:relative}
.main-nav>a:not(.nav-cta)::after{content:"";position:absolute;left:0;bottom:-4px;width:100%;height:2px;background:var(--gold);transform:scaleX(0);transform-origin:right;transition:.3s}
.main-nav>a:hover::after{transform:scaleX(1);transform-origin:left}
.nav-cta{background:var(--black);color:var(--white);padding:11px 18px;border-radius:999px}
.menu-button{display:none;border:0;background:transparent;width:46px;height:46px;padding:11px}
.menu-button span{display:block;height:2px;background:var(--black);margin:5px 0;transition:.3s}
.hero{position:relative;min-height:100svh;display:flex;align-items:flex-end;overflow:hidden;background:#111}
.hero-image{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:center 45%;filter:saturate(.9)}
.hero-overlay{position:absolute;inset:0;background:linear-gradient(90deg,rgba(0,0,0,.82) 0%,rgba(0,0,0,.48) 52%,rgba(0,0,0,.18) 100%),linear-gradient(0deg,rgba(0,0,0,.72),transparent 62%)}
.hero-content{position:relative;z-index:2;color:#fff;padding-top:170px;padding-bottom:90px}
.eyebrow{display:flex;align-items:center;gap:12px;color:var(--gold);font-weight:800;font-size:12px;letter-spacing:.22em}
.eyebrow::before{content:"";width:34px;height:1px;background:currentColor}
.eyebrow.dark{color:#a27600}
.hero h1,.section h2{font-family:Georgia,"Times New Roman",serif;font-weight:500;letter-spacing:-.045em;line-height:.96}
.hero h1{font-size:clamp(52px,7.6vw,104px);max-width:900px;margin:22px 0}
.hero h1 em{color:var(--gold);font-weight:500}
.hero-lead{font-size:clamp(17px,2vw,21px);max-width:650px;color:rgba(255,255,255,.78)}
.hero-actions{display:flex;flex-wrap:wrap;gap:14px;margin-top:32px}
.button{display:inline-flex;align-items:center;justify-content:center;gap:12px;min-height:52px;padding:12px 24px;border-radius:999px;border:1px solid transparent;font-weight:800;transition:.25s}
.button:hover{transform:translateY(-2px)}
.button-gold{background:var(--gold);color:#121212}
.button-gold:hover{background:#ffc527}
.button-ghost{border-color:rgba(255,255,255,.45);color:#fff;background:rgba(255,255,255,.06);backdrop-filter:blur(10px)}
.button-dark{background:var(--black);color:#fff}
.hero-pills{display:flex;flex-wrap:wrap;gap:8px;margin-top:45px}
.hero-pills span{border:1px solid rgba(255,255,255,.25);background:rgba(0,0,0,.25);padding:8px 13px;border-radius:999px;font-size:12px;color:rgba(255,255,255,.82)}
.scroll-cue{position:absolute;right:30px;bottom:30px;z-index:3;color:#fff;width:50px;height:50px;display:grid;place-items:center;border:1px solid rgba(255,255,255,.3);border-radius:50%;animation:bounce 2s infinite}
@keyframes bounce{50%{transform:translateY(8px)}}
.marquee{background:var(--gold);overflow:hidden;border-block:1px solid rgba(0,0,0,.18)}
.marquee div{display:flex;width:max-content;gap:28px;padding:11px 0;animation:marquee 28s linear infinite;font-size:12px;font-weight:900;letter-spacing:.18em}
.marquee i{font-style:normal}
@keyframes marquee{to{transform:translateX(-50%)}}
.section{padding:120px 0}
.section-cream{background:var(--cream)}
.section-dark,.gallery-section{background:var(--black);color:#fff}
.section-heading{display:flex;justify-content:space-between;align-items:end;gap:50px;margin-bottom:55px}
.section-heading>div{max-width:780px}
.section-heading h2{font-size:clamp(40px,5vw,68px);margin:14px 0 0}
.section-heading>p{max-width:370px;color:var(--muted)}
.section-heading.light>p{color:rgba(255,255,255,.62)}
.service-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:14px}
.service-card{min-height:245px;background:rgba(255,255,255,.60);border:1px solid var(--line);border-radius:22px;padding:27px;transition:.35s;box-shadow:0 8px 26px rgba(0,0,0,.025)}
.service-card:hover{transform:translateY(-6px);box-shadow:var(--shadow);background:var(--white)}
.service-card h3{font-size:21px;margin:30px 0 8px}
.service-card p{color:var(--muted);font-size:14px}
.service-card .icon{width:42px;height:42px;border-radius:12px;background:var(--black);color:var(--gold);display:grid;place-items:center;font-weight:900}
.service-card-dark{background:var(--black);color:#fff;display:block}
.service-card-dark:hover{background:#292725}
.service-card-dark p{color:rgba(255,255,255,.6)}
.service-card-dark .icon{background:var(--gold);color:#111}
.why-grid{display:grid;grid-template-columns:repeat(3,1fr);border:1px solid rgba(255,255,255,.13);border-radius:28px;overflow:hidden}
.why-item{padding:32px;min-height:210px;border-right:1px solid rgba(255,255,255,.13);border-bottom:1px solid rgba(255,255,255,.13)}
.why-item:nth-child(3n){border-right:0}
.why-item:nth-last-child(-n+3){border-bottom:0}
.why-item span{color:var(--gold);font-size:12px;font-weight:900;letter-spacing:.2em}
.why-item h3{font-family:Georgia,serif;font-size:24px;font-weight:500;margin:28px 0 8px}
.why-item p{color:rgba(255,255,255,.58);font-size:14px}
.product-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:14px}
.product-card{position:relative;background:#fff;border-radius:20px;overflow:hidden;border:1px solid var(--line);min-height:390px;cursor:zoom-in;transition:.35s}
.product-card:hover{transform:translateY(-6px);box-shadow:var(--shadow)}
.product-card img{width:100%;height:315px;object-fit:cover;transition:.7s}
.product-card:hover img{transform:scale(1.04)}
.product-wide{grid-column:span 2}
.product-wide img{height:440px}
.product-info{display:grid;grid-template-columns:1fr auto;gap:3px 16px;align-items:center;padding:16px 18px}
.product-info span{font-size:11px;color:#a27600;font-weight:900;text-transform:uppercase;letter-spacing:.14em}
.product-info h3{grid-column:1;font-size:17px;margin:0}
.product-info b{grid-column:2;grid-row:1/3;font-size:22px}
.corporate{background:var(--cream-2)}
.corporate-grid{display:grid;grid-template-columns:1fr 1fr;gap:80px;align-items:center}
.corporate-visual{border-radius:30px;overflow:hidden;box-shadow:var(--shadow)}
.corporate-visual img{width:100%;aspect-ratio:1/1.12;object-fit:cover}
.corporate-copy h2{font-family:Georgia,serif;font-size:clamp(42px,5vw,67px);font-weight:500;line-height:1;letter-spacing:-.045em;margin:18px 0 24px}
.corporate-copy>p{color:var(--muted);font-size:18px}
.check-list{list-style:none;padding:0;margin:26px 0 32px;display:grid;grid-template-columns:1fr 1fr;gap:10px}
.check-list li{background:rgba(255,255,255,.7);border:1px solid var(--line);border-radius:10px;padding:10px 12px;font-size:13px}
.check-list li::before{content:"✓";color:#a27600;font-weight:900;margin-right:8px}
.process-grid{list-style:none;padding:0;margin:0;display:grid;grid-template-columns:repeat(4,1fr);gap:14px}
.process-item{border-top:1px solid var(--black);padding:22px 10px 10px 0}
.process-item span{font-size:12px;color:#a27600;font-weight:900}
.process-item h3{font-family:Georgia,serif;font-size:24px;font-weight:500;margin:42px 0 10px}
.process-item p{color:var(--muted);font-size:14px}
.gallery-grid{display:grid;grid-template-columns:repeat(4,1fr);grid-auto-rows:220px;gap:10px}
.gallery-item{border:0;padding:0;border-radius:18px;overflow:hidden;background:#333;cursor:zoom-in}
.gallery-item img{width:100%;height:100%;object-fit:cover;transition:.7s}
.gallery-item:hover img{transform:scale(1.06)}
.gallery-item.tall{grid-row:span 2}
.gallery-item.wide{grid-column:span 2}
.faq-layout{display:grid;grid-template-columns:.8fr 1.2fr;gap:90px}
.faq-layout h2{font-size:clamp(42px,5vw,67px);margin:14px 0 20px}
.muted{color:var(--muted)}
.faq-list details{border-bottom:1px solid var(--line)}
.faq-list summary{list-style:none;padding:20px 44px 20px 0;font-weight:750;position:relative;cursor:pointer}
.faq-list summary::-webkit-details-marker{display:none}
.faq-list summary::after{content:"+";position:absolute;right:5px;top:16px;font-size:24px}
.faq-list details[open] summary::after{content:"−"}
.faq-list details p{margin:0 0 20px;color:var(--muted)}
.contact-section{background:var(--black);color:#fff}
.contact-shell{display:grid;grid-template-columns:1fr 1fr;gap:80px;align-items:start}
.contact-copy h2{font-family:Georgia,serif;font-size:clamp(45px,5vw,70px);font-weight:500;line-height:1;letter-spacing:-.045em;margin:18px 0}
.contact-copy>p{color:rgba(255,255,255,.6);max-width:520px}
.contact-links{display:grid;gap:10px;margin-top:36px}
.contact-links a{padding:14px 16px;border:1px solid rgba(255,255,255,.13);border-radius:12px;color:rgba(255,255,255,.8)}
.contact-links a:hover{border-color:var(--gold);color:#fff}
.request-form{background:var(--cream);color:var(--black);padding:30px;border-radius:24px}
.field-row{display:grid;grid-template-columns:1fr 1fr;gap:12px}
.request-form label{display:grid;gap:7px;font-size:12px;font-weight:850;margin-bottom:13px}
.request-form input,.request-form select,.request-form textarea{width:100%;border:1px solid var(--line);background:rgba(255,255,255,.75);border-radius:11px;padding:13px 14px;outline:none}
.request-form input:focus,.request-form select:focus,.request-form textarea:focus{border-color:var(--gold-dark);box-shadow:0 0 0 3px rgba(244,180,0,.17)}
.consent{display:flex!important;grid-template-columns:auto 1fr!important;align-items:flex-start;font-weight:500!important;color:var(--muted);line-height:1.4}
.consent input{width:auto!important;margin-top:3px}
.submit-button{width:100%;border:0;margin-top:5px}
.form-note{font-size:11px;text-align:center;color:var(--muted);margin:10px 0 0}
.site-footer{background:#171717;color:#fff;padding:75px 0 25px}
.footer-grid{display:grid;grid-template-columns:2fr 1fr 1fr 1fr;gap:55px;padding-bottom:55px}
.footer-brand{color:#fff;margin-bottom:16px}
.footer-grid>div:first-child p{max-width:350px;color:rgba(255,255,255,.55)}
.footer-grid>div:first-child>span{color:var(--gold);font-size:12px}
.footer-grid h3{font-size:13px;color:var(--gold);text-transform:uppercase;letter-spacing:.15em}
.footer-grid>div:not(:first-child){display:flex;flex-direction:column;gap:10px}
.footer-grid a{color:rgba(255,255,255,.62);font-size:14px}
.footer-grid a:hover{color:#fff}
.footer-bottom{border-top:1px solid rgba(255,255,255,.12);padding-top:24px;display:flex;justify-content:space-between;color:rgba(255,255,255,.42);font-size:12px}
.floating-whatsapp{position:fixed;right:20px;bottom:20px;z-index:45;background:#22c55e;color:#07160b;padding:13px 18px;border-radius:999px;font-size:13px;font-weight:900;box-shadow:0 14px 35px rgba(0,0,0,.25)}
.lightbox{width:min(980px,calc(100% - 30px));max-height:90vh;padding:0;border:0;border-radius:20px;background:#111;overflow:hidden;box-shadow:0 30px 100px rgba(0,0,0,.65)}
.lightbox::backdrop{background:rgba(0,0,0,.86);backdrop-filter:blur(8px)}
.lightbox img{width:100%;max-height:90vh;object-fit:contain}
.lightbox-close{position:absolute;right:12px;top:12px;z-index:2;width:45px;height:45px;border:0;border-radius:50%;background:rgba(0,0,0,.7);color:#fff;font-size:28px}
.reveal{opacity:0;transform:translateY(28px);transition:opacity .8s ease,transform .8s cubic-bezier(.22,1,.36,1)}
.reveal.visible{opacity:1;transform:none}
@media(max-width:900px){
  .menu-button{display:block;z-index:2}
  .main-nav{position:fixed;inset:0;background:var(--cream);display:flex;flex-direction:column;justify-content:center;align-items:center;font-size:26px;gap:25px;transform:translateY(-105%);transition:.4s}
  .main-nav.open{transform:none}
  .nav-cta{font-size:18px}
  .menu-button.active span:first-child{transform:translateY(7px) rotate(45deg)}
  .menu-button.active span:nth-child(2){opacity:0}
  .menu-button.active span:last-child{transform:translateY(-7px) rotate(-45deg)}
  .service-grid,.why-grid,.product-grid{grid-template-columns:1fr 1fr}
  .why-item:nth-child(n){border-right:1px solid rgba(255,255,255,.13);border-bottom:1px solid rgba(255,255,255,.13)}
  .why-item:nth-child(2n){border-right:0}
  .why-item:nth-last-child(-n+2){border-bottom:0}
  .product-wide{grid-column:span 2}
  .corporate-grid,.contact-shell,.faq-layout{grid-template-columns:1fr;gap:50px}
  .process-grid{grid-template-columns:1fr 1fr}
  .footer-grid{grid-template-columns:2fr 1fr 1fr}
  .footer-grid>div:last-child{grid-column:2}
}
@media(max-width:640px){
  .container{width:min(100% - 26px,1180px)}
  .section{padding:82px 0}
  .hero-content{padding-bottom:65px}
  .hero-overlay{background:linear-gradient(0deg,rgba(0,0,0,.88),rgba(0,0,0,.25))}
  .hero h1{font-size:50px}
  .hero-lead{font-size:16px}
  .hero-actions{flex-direction:column;align-items:stretch}
  .section-heading{display:block;margin-bottom:35px}
  .section-heading>p{margin-top:20px}
  .service-grid,.why-grid,.product-grid,.process-grid{grid-template-columns:1fr}
  .why-item:nth-child(n){border-right:0;border-bottom:1px solid rgba(255,255,255,.13)}
  .why-item:last-child{border-bottom:0}
  .product-wide{grid-column:auto}
  .product-wide img,.product-card img{height:310px}
  .corporate-grid{gap:36px}
  .check-list{grid-template-columns:1fr}
  .gallery-grid{grid-template-columns:1fr 1fr;grid-auto-rows:180px}
  .gallery-item.wide{grid-column:span 2}
  .field-row{grid-template-columns:1fr}
  .footer-grid{grid-template-columns:1fr 1fr;gap:35px}
  .footer-grid>div:first-child{grid-column:1/-1}
  .footer-grid>div:last-child{grid-column:auto}
  .footer-bottom{display:grid;gap:10px}
  .floating-whatsapp span{display:none}
}
@media(prefers-reduced-motion:reduce){
  *,*::before,*::after{animation:none!important;transition:none!important;scroll-behavior:auto!important}
  .reveal{opacity:1;transform:none}
}

.showcase-actions{display:flex;flex-direction:column;align-items:flex-start;gap:16px;max-width:390px}
.showcase-actions p{margin:0;color:var(--muted)}
@media(max-width:640px){.showcase-actions{margin-top:20px}}
.site-header{will-change:transform,opacity}.site-header.header-hidden{transform:translateY(-120%);opacity:0}.floating-whatsapp{width:58px;height:58px;padding:0;display:grid;place-items:center;font-size:0;border-radius:50%;right:18px;bottom:max(18px,env(safe-area-inset-bottom))}.floating-whatsapp::before{content:"WA";font-size:14px;color:#fff;font-weight:900}@media(max-width:640px){.site-header{padding:10px 0}.site-header.scrolled .nav-shell{background:rgba(247,240,223,.72)}.nav-shell{min-height:62px;padding:6px 12px}.brand img{width:40px;height:40px}.main-nav{padding:100px 22px 30px;justify-content:flex-start;overflow:auto}.section{padding:72px 0;scroll-margin-top:80px}.section-heading h2,.contact-copy h2{font-size:clamp(38px,12vw,54px);overflow-wrap:anywhere}.service-card{min-height:0;padding:22px}.request-form{padding:20px 16px}.floating-whatsapp{right:16px}}
