
:root{--background:#282828;--foreground:#fff;--card:#333;--card-foreground:#fff;--popover:#333;--popover-foreground:#fff;--primary:#68231e;--primary-foreground:#fff;--secondary:#3a3a3a;--secondary-foreground:#fff;--muted:#3a3a3a;--muted-foreground:#d0d0d0;--accent:#68231e;--accent-foreground:#fff;--destructive:#b91c1c;--border:#5a312e;--input:#555;--ring:#9d4a43;--radius:.7rem;--sidebar:#202020;--sidebar-foreground:#fff;--sidebar-primary:#68231e;--sidebar-primary-foreground:#fff;--sidebar-accent:#333;--sidebar-accent-foreground:#fff;--sidebar-border:#5a312e;--sidebar-ring:#9d4a43}
@theme inline{--color-background:var(--background);--color-foreground:var(--foreground);--color-card:var(--card);--color-card-foreground:var(--card-foreground);--color-popover:var(--popover);--color-popover-foreground:var(--popover-foreground);--color-primary:var(--primary);--color-primary-foreground:var(--primary-foreground);--color-secondary:var(--secondary);--color-secondary-foreground:var(--secondary-foreground);--color-muted:var(--muted);--color-muted-foreground:var(--muted-foreground);--color-accent:var(--accent);--color-accent-foreground:var(--accent-foreground);--color-destructive:var(--destructive);--color-border:var(--border);--color-input:var(--input);--color-ring:var(--ring);--color-sidebar:var(--sidebar);--color-sidebar-foreground:var(--sidebar-foreground);--color-sidebar-primary:var(--sidebar-primary);--color-sidebar-primary-foreground:var(--sidebar-primary-foreground);--color-sidebar-accent:var(--sidebar-accent);--color-sidebar-accent-foreground:var(--sidebar-accent-foreground);--color-sidebar-border:var(--sidebar-border);--color-sidebar-ring:var(--sidebar-ring);--radius-sm:calc(var(--radius) - 4px);--radius-md:calc(var(--radius) - 2px);--radius-lg:var(--radius);--radius-xl:calc(var(--radius) + 4px);--font-sans:Arial,Helvetica,sans-serif}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:#282828;color:#fff;font-family:Arial,Helvetica,sans-serif}a{text-decoration:none;color:inherit}.wrap{width:min(1180px,calc(100% - 40px));margin:auto}.topbar{background:#68231e}.topbar .wrap{height:38px;display:flex;align-items:center;justify-content:space-between;font-size:12px}.topbarWhatsapp{font-weight:800}.siteHeader{background:#282828}.headerInner{min-height:130px;display:flex;align-items:center;justify-content:space-between}.siteLogo{width:150px;height:96px;object-fit:contain}.headerActions{display:flex;align-items:center;gap:20px}.outlineButton{border:1px solid #fff;padding:12px 18px;border-radius:99px;font-weight:700}.ownerLink{color:#efaaa4;font-weight:700}.siteHeader nav{background:#68231e}.siteHeader nav .wrap{height:62px;display:flex;align-items:center;gap:42px;font-weight:700}.hero{background:#282828;border-bottom:8px solid #68231e}.heroGrid{min-height:560px;display:grid;grid-template-columns:1fr 1fr;align-items:center;gap:60px}.hero h1{font-size:clamp(44px,5vw,70px);line-height:1.04;letter-spacing:-.045em;margin:14px 0}.hero p:not(.eyebrow){font-size:18px;color:#d5d5d5;line-height:1.7}.heroCarousel{position:relative;width:100%;height:430px;overflow:hidden;background:#fff}.heroCarouselTrack{display:flex;width:100%;height:100%;transition:transform .8s ease-in-out;will-change:transform}.heroCarouselSlide{flex:0 0 100%;height:100%}.heroCarousel img{display:block;width:100%;height:100%;object-fit:contain;background:#fff;padding:22px}.heroCarouselDots{position:absolute;left:0;right:0;bottom:14px;display:flex;justify-content:center;gap:8px}.heroCarouselDots button{width:10px;height:10px;padding:0;border:1px solid #68231e;border-radius:50%;background:#fff;cursor:pointer}.heroCarouselDots button.active{background:#68231e}.eyebrow{text-transform:uppercase;letter-spacing:.16em;font-size:11px;font-weight:800;color:#efaaa4}.primaryButton{display:inline-block;background:#68231e;padding:15px 22px;margin-top:16px;font-weight:800;border-radius:4px}.section{padding:90px 0}.sectionHeading{display:flex;align-items:end;justify-content:space-between;margin-bottom:35px}.section h2,.burgundyBand h2,.about h2{font-size:clamp(34px,4vw,52px);letter-spacing:-.035em;line-height:1.08;margin:10px 0}.products{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}.productCard{border:1px solid #68231e;background:#282828}.imageBox{position:relative;background:#fff}.imageBox img{width:100%;height:260px;object-fit:contain;padding:20px}.imageBox span{position:absolute;left:12px;top:12px;background:#68231e;padding:7px 10px;font-size:10px;font-weight:800;text-transform:uppercase}.productBody{padding:23px}.productBody>p{font-size:10px;text-transform:uppercase;letter-spacing:.14em;color:#efaaa4;font-weight:800}.productBody h3{font-size:21px}.description{color:#d0d0d0;line-height:1.6;font-size:14px;min-height:45px}.productBody a{display:block;border-top:1px solid #68231e;margin-top:20px;padding-top:15px;color:#efaaa4;font-weight:800;font-size:12px}.burgundyBand{background:#68231e;padding:80px 0}.bandGrid{display:grid;grid-template-columns:1.2fr .8fr;gap:70px;align-items:center}.burgundyBand p:not(.eyebrow){color:#efd7d5;line-height:1.7}.stats{display:grid;grid-template-columns:repeat(3,1fr);border:1px solid #fff6}.stats div{padding:24px 15px;border-right:1px solid #fff6}.stats div:last-child{border:0}.stats b{display:block;font-size:30px}.stats span{font-size:11px}.about{display:grid;grid-template-columns:1fr 1fr;gap:80px}.about>div:last-child{color:#d0d0d0;line-height:1.8}footer{background:#202020;padding:40px 0}.footerInner{display:flex;align-items:center;gap:35px}.footerInner img{width:110px;height:75px;object-fit:contain}.footerInner a{margin-left:auto;color:#efaaa4}.socialDock{position:fixed;right:24px;bottom:24px;z-index:20;display:flex;flex-direction:column;align-items:flex-end;gap:10px}.socialButton{display:flex;align-items:center;gap:8px;min-width:128px;padding:12px 16px;border-radius:999px;color:#fff;font-weight:800;box-shadow:0 8px 28px #0008}.socialButton span{display:grid;place-items:center;width:20px;height:20px;font-size:20px;font-weight:900}.facebookButton{background:#1877f2}.instagramButton{background:linear-gradient(135deg,#833ab4,#fd1d1d,#fcb045)}.whatsappButton{background:#25d366;color:#092a16}.socialButton:focus-visible{outline:3px solid #fff;outline-offset:3px}
.adminShell{min-height:100vh;background:#282828}.adminTop{position:sticky;top:0;z-index:10;background:#68231e;border-bottom:1px solid #8f4b46}.adminTop .wrap{min-height:72px;display:flex;align-items:center;justify-content:space-between;gap:14px}.adminTop h1{font-size:20px}.viewWebsiteButton{display:inline-flex;align-items:center;justify-content:center;min-height:48px;padding:0 16px;border:1px solid #fff;border-radius:8px;font-weight:700;white-space:nowrap;touch-action:manipulation}.adminMain{padding:32px 0 80px}.adminIntro{display:flex;align-items:center;justify-content:space-between;gap:20px;margin-bottom:28px}.adminIntro p{color:#d0d0d0}.adminGrid{display:grid;grid-template-columns:repeat(2,1fr);gap:18px}.adminCard{display:grid;grid-template-columns:140px 1fr;gap:18px;background:#333;border:1px solid #63312d;border-radius:14px;padding:16px}.adminCard img{width:140px;height:120px;object-fit:contain;background:#fff;border-radius:8px}.adminCard h2{font-size:18px;margin:5px 0}.adminCard p{color:#ccc;font-size:13px}.cardActions{display:flex;gap:10px;margin-top:15px}.editorGrid{display:grid;gap:15px}.editorGrid label{display:grid;gap:6px;font-size:13px;font-weight:700}.editorGrid input,.editorGrid textarea{width:100%;background:#242424;border:1px solid #744039;color:#fff;border-radius:8px;padding:11px;font:inherit}.imagePreview{width:100%;height:190px;object-fit:contain;background:#fff;border-radius:10px}.dropZone{border:2px dashed #8f4b46;border-radius:12px;padding:18px;text-align:center;color:#ddd}.errorBox{background:#7f1d1d;padding:12px;border-radius:8px}.successBox{background:#14532d;padding:12px;border-radius:8px}
@media(max-width:850px){.heroGrid,.bandGrid,.about{grid-template-columns:1fr}.heroGrid{padding:55px 0}.products{grid-template-columns:1fr 1fr}.adminGrid{grid-template-columns:1fr}.siteHeader nav .wrap{overflow:auto}.heroCarousel{height:300px}}@media(max-width:560px){.wrap{width:calc(100% - 28px)}.topbar span{display:none}.topbar .wrap{justify-content:flex-end}.headerInner{min-height:90px}.siteLogo{width:105px;height:68px}.outlineButton{display:none}.siteHeader nav .wrap{gap:25px;font-size:13px}.products{grid-template-columns:1fr}.adminTop h1{font-size:17px}.viewWebsiteButton{min-height:44px;padding:0 12px;font-size:14px}.adminIntro{align-items:flex-start;flex-direction:column}.adminCard{grid-template-columns:95px 1fr}.adminCard img{width:95px;height:100px}.footerInner{align-items:flex-start;flex-direction:column}.footerInner a{margin-left:0}}

/* Wide promotional carousel */
.hero{background:#202020;padding:44px 28px;border-bottom:8px solid #68231e}
.heroCarousel{position:relative;width:min(1288px,calc(100% - 60px));height:390px;margin:30px auto;overflow:hidden;background:#1c1c1c}
.heroCarouselTrack{position:relative;width:100%;height:100%}
.heroCarouselSlide{position:absolute;inset:0;display:grid;grid-template-columns:52% 48%;height:100%;overflow:hidden;opacity:0;visibility:hidden;clip-path:inset(0 0 0 100%);transition:opacity 1.15s ease,clip-path 1.15s cubic-bezier(.45,0,.2,1),visibility 0s linear 1.15s;will-change:opacity,clip-path;pointer-events:none}
.heroCarouselSlide.active{opacity:1;visibility:visible;clip-path:inset(0 0 0 0);transition:opacity 1.15s ease,clip-path 1.15s cubic-bezier(.45,0,.2,1),visibility 0s;z-index:2;pointer-events:auto}
.heroCarouselSlide.leaving{opacity:0;visibility:visible;clip-path:inset(0 100% 0 0);transition:opacity 1.15s ease,clip-path 1.15s cubic-bezier(.45,0,.2,1),visibility 0s linear 1.15s;z-index:1}
.heroCarouselSlide.wine{background:linear-gradient(120deg,#711f1b 0%,#4a1715 52%,#181818 52%)}
.heroCarouselSlide.slate{background:linear-gradient(120deg,#30363c 0%,#20252a 52%,#121416 52%)}
.heroCarouselSlide.graphite{background:linear-gradient(120deg,#393939 0%,#222 52%,#111 52%)}
.heroSlideCopy{position:relative;z-index:2;display:flex;flex-direction:column;justify-content:center;padding:7% 8% 8% 10%}
.heroSlideCopy p{margin:0 0 12px;color:#f1b5af;font-size:clamp(11px,1vw,15px);font-weight:800;letter-spacing:.18em;text-transform:uppercase}
.heroSlideCopy h1{max-width:760px;margin:0 0 16px;font-size:clamp(38px,5.2vw,82px);line-height:.95;letter-spacing:-.045em}
.heroSlideCopy span{max-width:610px;color:#e3e3e3;font-size:clamp(15px,1.45vw,22px);line-height:1.5}
.heroSlideCopy a{align-self:flex-start;margin-top:24px;padding:13px 20px;border:1px solid #fff;border-radius:99px;font-size:14px;font-weight:800}
.heroSlideImage{display:flex;align-items:center;justify-content:center;background:#fff}
.heroCarousel .heroSlideImage img{display:block;width:100%;height:100%;padding:28px;object-fit:contain;background:#fff}
.heroArrow{position:absolute;z-index:3;top:50%;width:48px;height:64px;transform:translateY(-50%);border:0;background:#0008;color:#fff;font-size:42px;line-height:1;cursor:pointer}
.heroArrow.previous{left:0}.heroArrow.next{right:0}
.heroCarouselDots{z-index:3;bottom:16px}.heroCarouselDots button{width:11px;height:11px;border-color:#fff;background:#0006}.heroCarouselDots button.active{background:#fff}

@media(max-width:850px){.hero{padding:24px 16px}.heroCarousel{width:100%;height:520px;margin:0 auto}.heroCarouselSlide{grid-template-columns:1fr;grid-template-rows:52% 48%}.heroSlideImage{grid-row:1}.heroSlideCopy{grid-row:2;padding:42px 52px 22px}.heroSlideCopy h1{font-size:clamp(34px,8vw,56px)}.heroSlideCopy span{display:none}.heroSlideCopy a{margin-top:14px}.heroCarousel .heroSlideImage img{padding:18px}.heroArrow{width:38px;height:54px;font-size:34px}}
@media(max-width:560px){.hero{padding:16px 0}.heroCarousel{height:480px}.heroSlideCopy{padding:32px 48px 40px}.heroSlideCopy h1{font-size:36px}}
@media(prefers-reduced-motion:reduce){.heroCarouselSlide,.heroCarouselSlide.active,.heroCarouselSlide.leaving{transition:none}}

/* Full-width amended banner carousel */
.heroCarousel{height:auto;aspect-ratio:1536/518}
.heroCarouselSlide{display:block;grid-template-columns:none}
.heroCarousel .heroCarouselSlide>img{display:block;width:100%;height:100%;object-fit:cover;padding:0;background:#111}
@media(max-width:850px){.heroCarousel{height:auto;aspect-ratio:1536/518}}
@media(max-width:560px){.heroCarousel{height:auto;aspect-ratio:1536/518}}

.contentEditorSection{padding:32px 0 8px}.siteContentForm{display:grid;gap:20px}.contentPanel{padding:22px;border:1px solid #63312d;border-radius:14px;background:#333}.contentPanel h3{margin:0 0 8px;font-size:22px}.panelHelp{margin:0 0 18px;color:#ccc}.slideEditorGrid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}.slideEditor{display:grid;gap:12px;margin:0;padding:16px;border:1px solid #744039;border-radius:12px}.slideEditor legend{padding:0 8px;font-weight:800}.slideEditor img{width:100%;height:180px;object-fit:contain;border-radius:8px;background:#fff}.slideEditor label,.contentFields label{display:grid;gap:6px;font-size:14px;font-weight:700}.slideEditor input,.slideEditor textarea,.contentFields input,.contentFields textarea{width:100%;padding:11px;border:1px solid #744039;border-radius:8px;background:#242424;color:#fff;font:inherit}.contentFields{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}.contentFields label:has(textarea){grid-column:1/-1}.saveSectionsButton{justify-self:start;min-height:48px;padding-inline:24px}
@media(max-width:760px){.slideEditorGrid,.contentFields{grid-template-columns:1fr}.contentFields label:has(textarea){grid-column:auto}.contentPanel{padding:16px}.slideEditor img{height:145px}}
.emptySlidePreview{display:grid;place-items:center;width:100%;height:180px;border:2px dashed #744039;border-radius:8px;background:#242424;color:#bbb;font-weight:700}.slideEnabled{display:flex!important;grid-template-columns:auto 1fr;align-items:center;justify-content:start;gap:8px!important}.slideEnabled input{width:18px!important;height:18px}
.pinterestButton{background:#e60023}.linkedinButton{background:#0a66c2}.linkedinButton span{font-size:14px}
.catalogSection{background:#202020;border-top:1px solid #4a2926;border-bottom:1px solid #4a2926}.catalogIntro{max-width:850px;margin:-10px 0 36px;color:#d0d0d0;line-height:1.75}.catalogGrid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.catalogCard{padding:24px;border:1px solid #5a312e;background:#2b2b2b}.catalogCard h3{margin:0 0 16px;color:#f1b5af;font-size:19px}.catalogCard ul{display:grid;gap:9px;margin:0;padding-left:18px;color:#d5d5d5;font-size:14px;line-height:1.45}.historySection{padding:85px 0;background:#181818}.historyGrid{display:grid;grid-template-columns:1fr 1fr;gap:80px}.historyGrid h2{font-size:clamp(34px,4vw,52px);margin:10px 0}.historyGrid p{color:#d0d0d0;line-height:1.75}.exhibitionList{display:flex;flex-wrap:wrap;gap:9px}.exhibitionList span{padding:9px 12px;border:1px solid #5a312e;border-radius:999px;color:#eee;font-size:13px}.contactPanel{margin-top:28px;padding:22px;border-left:4px solid #68231e;background:#242424}.contactPanel strong,.contactPanel a{display:block}.contactPanel a{margin:8px 0;color:#efaaa4;font-weight:800}.contactPanel p{margin:0;font-size:13px}
@media(max-width:850px){.catalogGrid{grid-template-columns:1fr 1fr}.historyGrid{grid-template-columns:1fr;gap:40px}}@media(max-width:560px){.catalogGrid{grid-template-columns:1fr}.catalogCard{padding:20px}.historySection{padding:65px 0}}
