:root {
  --red: #ed171c;
  --red-dark: #c91015;
  --ink: #171b22;
  --muted: #5e6269;
  --line: #e3e4e6;
  --soft: #f7f7f7;
  --white: #fff;
  --header-height: 82px;
  --container: 1280px;
  font-family: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
  color: var(--ink);
  background: var(--white);
  font-synthesis: none;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: calc(var(--header-height) - 10px); }
body { margin: 0; min-width: 320px; }
body.vegel-site { font-family: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif; }
h1, h2, h3, h4, h5, h6, button, input, textarea, select { font-family: inherit; }
body.menu-open { overflow: hidden; }
a { color: inherit; }
img { display: block; max-width: 100%; }
svg { display: block; fill: none; stroke: currentColor; stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; }
button, input, textarea, select { font: inherit; }
.container { width: min(calc(100% - 64px), var(--container)); margin-inline: auto; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }

.site-header {
  position: fixed;
  z-index: 1000;
  inset: 0 0 auto;
  height: var(--header-height);
  background: rgba(255,255,255,.96);
  backdrop-filter: blur(14px);
  border-bottom: 0 solid transparent;
  transition: box-shadow .2s ease, border-color .2s ease;
  width: 100%;
  max-width: none;
}
body.vegel-site > .site-header { width: 100% !important; max-width: none !important; margin-inline: 0 !important; }
body.vegel-site > .site-header .header-inner { width: min(calc(100% - 64px), var(--container)) !important; max-width: var(--container) !important; margin-inline: auto !important; }
.site-header.is-scrolled,
.page-template-template-products .site-header {
  border-bottom-width: 2px;
  border-bottom-color: rgba(227,228,230,.95);
  box-shadow: 0 8px 30px rgba(0,0,0,.08);
}
.header-inner { height: 100%; display: grid; grid-template-columns: 245px 1fr 150px; align-items: center; gap: 24px; }
.brand {
  display: block;
  position: relative;
  z-index: 2;
  width: 264px;
  height: 89px;
  overflow: hidden;
  background: none;
  text-decoration: none;
  transform: translateY(-2px);
  transition: width .2s ease, height .2s ease, transform .2s ease;
}
.brand img { width: 100%; height: 100%; object-fit: contain; }
.site-header.is-scrolled .brand,
.page-template-template-products .site-header .brand {
  width: 195px;
  height: 65px;
  transform: translateY(0);
}
.brand-small, .brand-name { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; }
.main-nav { display: flex; align-items: center; justify-content: center; }
.main-nav { transform: translateY(-15px); }
.main-nav ul { display: flex; margin: 0; padding: 0; align-items: center; justify-content: center; gap: clamp(28px, 4vw, 58px); list-style: none; }
.main-nav a { position: relative; padding: 30px 0; font-size: 14px; font-weight: 650; text-decoration: none; }
.main-nav a::after { position: absolute; right: 0; bottom: 20px; left: 0; height: 2px; content: ""; background: var(--red); transform: scaleX(0); transition: transform .2s ease; }
.main-nav a:hover::after, .main-nav a:focus-visible::after { transform: scaleX(1); }
.social-links { display: flex; justify-content: flex-end; gap: 18px; }
.header-social { transform: translateY(-15px); }
.social-links a { display: grid; width: 28px; height: 28px; place-items: center; border: 1.5px solid currentColor; border-radius: 50%; font-size: 11px; font-weight: 800; text-decoration: none; transition: color .2s, background .2s; }
.social-links svg { width: 14px; height: 14px; stroke-width: 1.8; }
.social-links a:hover, .social-links a:focus-visible { color: var(--white); background: var(--red); border-color: var(--red); }
.menu-toggle { display: none; width: 44px; height: 44px; padding: 8px 10px; border: 0; color: var(--ink); background: transparent; -webkit-tap-highlight-color: transparent; appearance: none; }
.menu-toggle:hover, .menu-toggle:focus, .menu-toggle:active { color: var(--ink); background: transparent; outline: 0; box-shadow: none; }
.menu-toggle > span:not(.sr-only) { display: block; height: 2px; margin: 7px 0; background: currentColor; }

.fold { position: relative; min-height: calc(100svh - var(--header-height)); scroll-margin-top: calc(var(--header-height) - 10px); }
.fold[id], #catalogo, #contato { scroll-margin-top: calc(var(--header-height) - 10px); }
.hero { display: grid; min-height: 100svh; padding-top: var(--header-height); align-items: center; overflow: hidden; background: #f6f5f3; }
.hero::after { position: absolute; z-index: 1; right: -5%; bottom: -10%; left: -5%; height: 20%; content: ""; background: white; border-radius: 50% 50% 0 0 / 100% 100% 0 0; }
.hero-photo {
  position: absolute;
  inset: var(--header-height) 0 0;
  background: var(--vegel-hero-image, url("../images/hero-office-v2.png")) center / cover no-repeat;
}
.hero-photo::before {
  position: absolute;
  inset: 0;
  content: "";
  background: linear-gradient(90deg, #f6f5f3 0 38%, rgba(246,245,243,.96) 42%, rgba(246,245,243,.62) 47%, transparent 54%);
}
.hero-content { position: relative; z-index: 2; padding-bottom: 3vh; }
.kicker { margin: 0 0 15px; color: var(--red); font-size: 12px; font-weight: 850; letter-spacing: .025em; text-transform: uppercase; }
h1, h2, h3, p { overflow-wrap: break-word; }
.hero h1 { max-width: 590px; margin: 0; font-size: clamp(42px, 4.35vw, 64px); font-weight: 500; line-height: 1.02; letter-spacing: -.055em; }
.hero h1 strong { color: var(--red); font-weight: 850; }
.hero-copy { margin: 25px 0 0; color: #40444a; font-size: 17px; line-height: 1.65; }
.button-row { display: flex; gap: 16px; margin-top: 28px; }
.button { display: inline-flex; min-height: 50px; align-items: center; justify-content: space-between; gap: 32px; padding: 0 20px; border: 1px solid transparent; border-radius: 4px; font-size: 13px; font-weight: 750; text-decoration: none; transition: transform .2s, box-shadow .2s, color .2s, background .2s; }
.button:hover, .button:focus-visible { transform: translateY(-2px); box-shadow: 0 10px 25px rgba(0,0,0,.12); }
.button-primary { color: var(--white); background: var(--red); }
.button-primary:hover, .button-primary:focus-visible { color: var(--white); background: #25d366; }
.button-secondary { border-color: #a9acb0; background: rgba(255,255,255,.75); }

.company-section { display: flex; align-items: flex-start; padding: 0 0 34px; background: #fff; }
.company-grid { width: 100%; max-width: none; display: grid; grid-template-columns: 54% 1fr; grid-template-rows: 1fr auto; gap: 24px 60px; align-items: start; }
.sprite-window { position: relative; display: block; overflow: hidden; background: #eee; }
.sprite-window img { position: absolute; max-width: none; user-select: none; pointer-events: none; }
.company-photo { height: min(48vw, calc(100svh - var(--header-height) - 65px)); border-radius: 0 5px 5px 0; }
.company-photo { grid-row: 1 / span 2; }
.company-photo img { width: 100%; height: 100%; object-fit: cover; object-position: center; }
.company-content { padding: 48px 80px 0 0; }
.company-content h2, .section-heading h2, .contact-grid h2 { margin: 0; font-size: clamp(32px, 3.1vw, 49px); font-weight: 760; line-height: 1.03; letter-spacing: -.045em; }
.title-rule { display: block; width: 42px; height: 3px; margin: 22px 0 28px; background: var(--red); }
.company-text { max-width: 500px; color: #353940; font-size: 15px; line-height: 1.62; }
.company-text p { margin: 0 0 17px; }
.values { grid-column: 2; display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px; padding-right: 80px; text-align: center; }
.values article { min-width: 0; }
.value-icon { width: 38px; height: 38px; margin: 0 auto; stroke-width: 1.45; }
.values h3 { min-height: 30px; margin: 10px 0 4px; color: var(--red); font-size: 11px; line-height: 1.15; text-transform: uppercase; }
.values p { margin: 0; color: #50545b; font-size: 10px; line-height: 1.4; }

.environments { display: flex; padding: 18px 0 38px; align-items: flex-start; background: var(--soft); }
.section-heading { margin-bottom: 24px; text-align: center; }
.section-heading .kicker { margin-bottom: 11px; }
.section-heading h2 { font-size: clamp(28px, 3vw, 44px); }
.section-heading .title-rule { margin: 17px auto 0; }
.environment-filters { display: flex; flex-wrap: wrap; justify-content: center; gap: 8px; margin: -6px 0 18px; }
.environment-filters button { min-height: 34px; padding: 0 13px; border: 1px solid #d4d5d8; border-radius: 999px; color: #4d5158; background: #fff; font-size: 11px; font-weight: 750; cursor: pointer; transition: color .2s, background .2s, border-color .2s; }
.environment-filters button:hover, .environment-filters button:focus-visible, .environment-filters button.active { color: #fff; background: var(--red); border-color: var(--red); }
.environment-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px 28px; }
.environment-card { overflow: hidden; border: 1px solid #dcdde0; border-radius: 5px; color: var(--ink); background: #fff; box-shadow: 0 5px 18px rgba(0,0,0,.025); text-align: left; text-decoration: none; cursor: pointer; transition: transform .2s, box-shadow .2s, opacity .2s; }
.environment-card[hidden] { display: none; }
.environment-card:hover, .environment-card:focus-visible { transform: translateY(-4px); box-shadow: 0 12px 30px rgba(0,0,0,.09); }
.environment-photo { display: block; height: min(22vh, 196px); background: #e9e9e9; }
.environment-photo img { width: 100%; height: 100%; object-fit: cover; object-position: center; }
.card-label { display: flex; min-height: 50px; align-items: center; justify-content: space-between; gap: 10px; padding: 0 17px; font-size: 14px; font-weight: 700; }
.card-label small { display: block; margin-bottom: 3px; color: var(--red); font-size: 9px; font-weight: 800; text-transform: uppercase; letter-spacing: .03em; }
.card-label svg { width: 18px; height: 18px; flex: 0 0 auto; color: var(--red); stroke-width: 2; }

.environment-lightbox { position: fixed; z-index: 1500; inset: 0; display: none; align-items: center; justify-content: center; padding: 34px; background: rgba(10,11,13,.84); }
.environment-lightbox.is-open { display: flex; }
.environment-lightbox figure { width: min(1100px, 100%); margin: 0; }
.environment-lightbox img { width: 100%; max-height: 82vh; object-fit: contain; background: #e9e9e9; box-shadow: 0 24px 80px rgba(0,0,0,.38); }
.environment-lightbox figcaption { margin-top: 12px; color: #fff; font-size: 15px; font-weight: 700; text-align: center; }
.environment-lightbox button { position: absolute; top: 18px; right: 18px; width: 44px; height: 44px; border: 1px solid rgba(255,255,255,.4); border-radius: 999px; color: #fff; background: rgba(0,0,0,.18); font-size: 26px; line-height: 1; cursor: pointer; }

.contact-fold { display: flex; height: calc(100svh - var(--header-height)); min-height: 0; flex-direction: column; background: #fff; }
.contact-fold .contact-panel { min-height: 0; flex: 1 1 auto; }
.contact-panel { position: relative; display: flex; min-height: calc(100svh - var(--header-height) - 160px); align-items: center; overflow: hidden; color: var(--white); background: #111; }
.contact-photo { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(7,8,9,.82), rgba(7,8,9,.66)), var(--vegel-contact-image, url("../images/contact-warehouse-v2.png")) center / cover no-repeat; }
.contact-grid { position: relative; z-index: 1; display: grid; grid-template-columns: .8fr 1.2fr; gap: 80px; align-items: center; }
.contact-grid > div:first-child { padding-left: 6%; }
.contact-grid h2 { font-size: clamp(38px, 4vw, 59px); }
.contact-grid p { font-size: 16px; line-height: 1.7; }
.contact-data { padding: 8px 0 8px 75px; border-left: 2px solid var(--red); font-style: normal; }
.contact-data p { display: flex; gap: 24px; margin: 0 0 21px; align-items: flex-start; }
.contact-data p > svg { width: 32px; height: 32px; flex: 0 0 32px; color: var(--red); stroke-width: 1.65; }
.contact-data a { font-weight: 700; text-decoration: none; }
.contact-data a:hover { color: var(--red); }
.site-footer { width: 100%; max-width: none; min-height: 160px; display: flex; align-items: center; background: #fff; }
.footer-inner { display: flex; align-items: center; justify-content: space-between; }
body.vegel-site .site-footer .footer-inner { width: min(calc(100% - 64px), var(--container)) !important; max-width: var(--container) !important; margin-inline: auto !important; }
.site-footer { min-height: 138px; }
.footer-inner { padding-block: 6px; }
.site-footer .brand { width: 178px; height: 60px; background-size: contain; background-position: center; transform: translateY(-6px); }
.site-footer .social-links { transform: translateY(-10px); }
.whatsapp-floating {
  position: fixed;
  right: 22px;
  bottom: 22px;
  z-index: 1200;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-height: 54px;
  padding: 0 16px 0 14px;
  border-radius: 999px;
  color: #fff;
  background: #25d366;
  box-shadow: 0 14px 32px rgba(0,0,0,.22);
  text-decoration: none;
  font-size: 13px;
  font-weight: 700;
}
.whatsapp-floating svg { width: 20px; height: 20px; stroke-width: 2; }
.whatsapp-floating:hover, .whatsapp-floating:focus-visible { background: #1fb85a; }

/* Produtos */
.products-page { padding-top: var(--header-height); overflow-x: clip; }
.page-template-template-products .main-nav a[href*="/produtos"]::after,
.single-vegel_product .main-nav a[href*="/produtos"]::after { transform: scaleX(1); }
.products-hero { position: relative; min-height: 285px; display: flex; align-items: center; overflow: hidden; background: linear-gradient(115deg, #f8f8f8 0%, #f3f3f3 48%, #e9e9e9 100%); }
.products-hero-content { position: relative; z-index: 1; }
.products-hero-media { position: absolute; inset: 0 0 0 50%; z-index: 0; overflow: hidden; pointer-events: none; user-select: none; }
.products-hero-media::before { position: absolute; inset: 0; z-index: 1; content: ""; background: linear-gradient(90deg, #f3f3f3 0%, rgba(243,243,243,.92) 14%, rgba(243,243,243,.5) 38%, rgba(243,243,243,0) 68%); }
.products-hero-media img { width: 100%; height: 100%; object-fit: cover; object-position: center; }
.breadcrumb { display: flex; gap: 12px; margin-bottom: 18px; color: #666a70; font-size: 12px; }
.breadcrumb a { text-decoration: none; }
.breadcrumb strong { color: var(--red); }
.products-hero h1 { margin: 0; font-size: clamp(37px, 4vw, 54px); letter-spacing: -.05em; }
.products-hero .title-rule { margin: 14px 0 25px; }
.products-hero-content > p { max-width: 465px; margin: 0; color: #4f5359; font-size: 15px; line-height: 1.65; }
.catalog-layout { display: grid; grid-template-columns: 220px minmax(0, 1fr); gap: 28px; padding-block: 21px 35px; align-items: start; }
.catalog-content { min-width: 0; }
.category-nav-wrap { position: sticky; top: calc(var(--header-height) + 20px); display: grid; }
.category-nav { display: grid; }
.category-nav a { display: flex; min-height: 51px; align-items: center; gap: 16px; padding: 0 13px; border-left: 2px solid transparent; font-size: 13px; text-decoration: none; }
.category-scroll-dots { display: none; }
.category-nav svg { width: 22px; height: 22px; flex: 0 0 22px; stroke-width: 1.4; }
.category-nav a:hover { color: var(--red); }
.category-nav .active { color: #fff; background: var(--red); border-left-color: var(--red); font-weight: 750; }
.category-nav .active:hover, .category-nav .active:focus-visible { color: #fff; }
.product-details { display: grid; grid-template-columns: .85fr 1.4fr; min-height: 118px; border: 1px solid var(--line); border-radius: 8px; }
.product-details > div { padding: 22px 26px; }
.product-details > div + div { border-left: 1px solid var(--line); }
.product-details h2 { margin: 0 0 17px; font-size: 11px; text-transform: uppercase; }
.swatches, .features { display: flex; gap: 28px; }
.swatches span { display: grid; justify-items: center; gap: 7px; font-size: 10px; }
.swatches i { width: 28px; height: 28px; border: 1px solid #bbb; border-radius: 50%; }
.swatches .gray { background: #c5c5c4; }.swatches .white { background: #fff; }.swatches .black { background: #080808; }.swatches .beige { background: #dfcfb6; }
.features { justify-content: space-between; gap: 18px; }
.features span { position: relative; min-height: 30px; padding-left: 35px; font-size: 10px; line-height: 1.45; }
.features svg { position: absolute; top: 0; left: 0; width: 25px; height: 25px; stroke-width: 1.4; }
.product-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; margin-top: 22px; }
.product-card { overflow: hidden; border: 1px solid var(--line); border-radius: 7px; background: #fff; transition: transform .2s, box-shadow .2s; }
.product-card:hover { transform: translateY(-3px); box-shadow: 0 10px 25px rgba(0,0,0,.08); }
.product-card-link { display: block; height: 100%; color: inherit; text-decoration: none; }
.product-photo { position: relative; height: 190px; margin: 12px 12px 0; overflow: hidden; border-radius: 5px; background: linear-gradient(#f8f8f8, #fff); }
.product-photo img { position: absolute; width: 460%; max-width: none; }
.product-1 img { transform: translate(-26.2%, -28.1%); }.product-2 img { transform: translate(-48.6%, -28.1%); }.product-3 img { transform: translate(-71.0%, -28.1%); }
.product-4 img { transform: translate(-26.2%, -43.5%); }.product-5 img { transform: translate(-48.6%, -43.5%); }.product-6 img { transform: translate(-71.0%, -43.5%); }
.product-7 img { transform: translate(-26.2%, -58.0%); }.product-8 img { transform: translate(-48.6%, -58.0%); }.product-9 img { transform: translate(-71.0%, -58.0%); }
.product-10 img { transform: translate(-26.2%, -72.1%); }.product-11 img { transform: translate(-48.6%, -72.1%); }.product-12 img { transform: translate(-71.0%, -72.1%); }
.product-card-link > div:last-child { min-height: 150px; padding: 15px 17px 17px; }
.product-card h3 { min-height: 32px; margin: 0 0 7px; font-size: 13px; line-height: 1.15; }
.product-card p { margin: 0 0 12px; color: #3f4349; font-size: 10px; line-height: 1.55; }
.product-card-cta { display: flex; justify-content: space-between; color: var(--red); font-size: 11px; font-weight: 700; text-decoration: none; }
.product-contact { min-height: 420px; }
.product-contact > .contact-panel { width: 100%; min-height: 420px; }
.product-custom img { width: 100%; height: 100%; max-width: 100%; object-fit: contain; transform: none; }
.single-product-page { padding-top: calc(var(--header-height) + 35px); }
.single-product { padding-block: 35px 65px; }
.product-back-link { display: inline-flex; min-height: 36px; align-items: center; gap: 8px; padding: 0 14px; border: 1px solid var(--line); border-radius: 999px; color: #3e4248; background: #fff; font-size: 12px; font-weight: 750; text-decoration: none; transition: color .2s, border-color .2s, background .2s; }
.product-back-link:hover, .product-back-link:focus-visible { color: #fff; border-color: var(--red); background: var(--red); }
.product-back-link-bottom { display: flex; width: fit-content; margin-top: 30px; margin-left: auto; }
.single-product-grid { display: grid; grid-template-columns: minmax(0, 1fr) minmax(320px, .8fr); gap: 70px; align-items: start; }
.single-product-visual { display: grid; align-content: start; }
.single-product-content { display: grid; gap: 0; }
.single-product-image { min-height: 500px; display: grid; place-items: center; background: var(--soft); border-radius: 8px; overflow: hidden; }
.single-product-image img { width: 100%; height: 100%; object-fit: contain; }
.single-product-image .product-photo { width: 100%; height: 500px; }
.single-product-image .product-photo img { width: 460%; max-width: none; height: auto; object-fit: initial; }
.single-product-image .product-custom img { position: static; width: 100%; height: 100%; max-width: 100%; object-fit: contain; transform: none; }
.single-product h1 { margin: 0; font-size: clamp(30px, 3.2vw, 50px); line-height: 1; letter-spacing: -.045em; }
.product-specs { margin-bottom: 24px; color: #363a40; font-size: 13px; line-height: 1.45; }
.product-specs p { margin: 0 0 8px; }
.product-specs p:last-child { margin-bottom: 0; }
.product-attributes { display: grid; gap: 16px; margin: 10px 0 26px; }
.product-attribute-card { padding: 20px 22px; border: 1px solid var(--line); border-radius: 8px; background: #fff; }
.product-attribute-card h2 { margin: 0 0 14px; font-size: 12px; text-transform: uppercase; letter-spacing: .03em; }
.product-color-swatches { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; }
.swatch-item { display: grid; grid-template-columns: 18px 1fr; align-items: center; gap: 10px; font-size: 12px; font-weight: 650; color: var(--ink); }
.swatch-item i { width: 18px; height: 18px; border: 1px solid #d1d1d1; border-radius: 999px; background: var(--swatch-color, #d7d7d7); box-shadow: inset 0 0 0 1px rgba(255,255,255,.4); }
.product-construction-list { margin: 0; padding-left: 18px; color: #363a40; font-size: 13px; line-height: 1.45; }
.product-construction-list li + li { margin-top: 8px; }
.product-options-list { display: grid; gap: 10px; margin: 0; }
.product-option-item { display: grid; grid-template-columns: 74px 1fr; gap: 14px; align-items: center; padding-bottom: 10px; border-bottom: 1px solid var(--line); }
.product-option-item:last-child { padding-bottom: 0; border-bottom: 0; }
.product-option-item:not(:has(.product-option-image)) { grid-template-columns: 1fr; }
.product-option-image { display: grid; width: 74px; height: 58px; place-items: center; overflow: hidden; border-radius: 6px; background: #f0f0f0; }
.product-option-image img { width: 100%; height: 100%; object-fit: contain; }
.product-option-copy { display: grid; gap: 3px; }
.product-option-copy strong { color: var(--red); font-size: 11px; font-weight: 850; text-transform: uppercase; }
.product-option-copy span { color: #363a40; font-size: 13px; line-height: 1.45; }
.generic-page, .not-found { min-height: calc(100svh - var(--header-height) - 160px); padding-block: calc(var(--header-height) + 70px) 80px; }
.not-found h1 { font-size: clamp(42px, 6vw, 80px); margin: 0 0 20px; }
.admin-bar .site-header { top: 32px; }

@media (min-width: 901px) and (max-height: 820px) {
  :root { --header-height: 72px; }
  .hero h1 { font-size: clamp(40px, 4.25vw, 61px); }
  .company-photo { height: min(48vw, calc(100svh - var(--header-height) - 55px)); }
  .company-text p { margin-bottom: 10px; }
  .environment-photo { height: min(22vh, 180px); }
  .section-heading { margin-bottom: 16px; }
  .contact-panel { min-height: calc(100svh - var(--header-height) - 130px); }
  .site-footer { min-height: 130px; }
}

@media (max-width: 900px) {
  :root { --header-height: 70px; }
  .container { width: min(calc(100% - 40px), var(--container)); }
  body.vegel-site > .site-header .header-inner { width: calc(100% - 10px) !important; margin-left: 5px !important; margin-right: 5px !important; }
  body.vegel-site .site-footer .footer-inner { width: min(calc(100% - 40px), var(--container)) !important; }
  .header-inner { display: flex; justify-content: space-between; }
  .brand { width: 170px; height: 57px; background-size: contain; transform: translateY(8px); }
  .site-header.is-scrolled .brand,
  .page-template-template-products .site-header .brand {
    width: 125px;
    height: 42px;
    transform: translateY(0);
  }
  .header-social { display: none; }
  .main-nav { transform: none; }
  .menu-toggle { z-index: 2; display: block; margin-left: auto; }
  .menu-toggle[aria-expanded="true"] > span:nth-child(1) { transform: translateY(9px) rotate(45deg); }
  .menu-toggle[aria-expanded="true"] > span:nth-child(2) { opacity: 0; }
  .menu-toggle[aria-expanded="true"] > span:nth-child(3) { transform: translateY(-9px) rotate(-45deg); }
  body.vegel-site .main-nav { position: fixed !important; z-index: 1001; inset: var(--header-height) 0 0 !important; width: 100% !important; height: calc(100dvh - var(--header-height)) !important; display: none; padding: 40px 24px; align-items: stretch; justify-content: flex-start; flex-direction: column; gap: 0; background: linear-gradient(90deg, rgba(255,255,255,.97) 0%, rgba(255,255,255,.93) 46%, rgba(255,255,255,.72) 100%), url("../images/hero-office-v2.png") right center / cover no-repeat !important; }
  body.vegel-site .main-nav.is-open { display: flex !important; }
  .main-nav ul { width: 100%; align-items: stretch; flex-direction: column; gap: 0; }
  .main-nav a { padding: 18px 0; border-bottom: 0; font-size: 20px; }
  .main-nav a::after { display: none; }
  .fold { min-height: auto; }
  .hero { min-height: 700px; padding-top: var(--header-height); align-items: flex-end; }
  .hero-photo { inset: var(--header-height) 0 47% 0; background-position: center top; background-size: cover; opacity: .78; }
  .hero-photo::before { background: linear-gradient(180deg, rgba(246,245,243,.16) 0%, rgba(246,245,243,.58) 62%, #f6f5f3 100%); }
  .hero-content { padding-bottom: 76px; }
  .hero h1 { font-size: clamp(39px, 10vw, 58px); }
  .hero-copy br { display: none; }
  .company-section { padding-block: 56px 70px; }
  .environments { padding-block: 38px 60px; }
  .company-grid { grid-template-columns: 1fr; grid-template-rows: auto; gap: 35px; }
  .company-photo { grid-row: 2; height: min(75vw, 500px); }
  .company-content { grid-row: 1; }
  .company-content { padding: 0; }
  .values { grid-column: 1; grid-template-columns: repeat(2, 1fr); gap: 28px; }
  .values { padding-right: 0; }
  .values p { font-size: 11px; }
  .environment-grid { grid-template-columns: repeat(2, 1fr); }
  .environment-photo { height: 24vw; }
  .contact-fold { height: auto; min-height: auto; }
  .contact-fold .contact-panel { min-height: 620px; flex: none; }
  .contact-grid { grid-template-columns: 1fr; gap: 35px; }
  .contact-grid > div:first-child { padding-left: 0; }
  .contact-data { padding-left: 30px; }
  .header-social { transform: translateY(-8px); }
  .catalog-layout { grid-template-columns: minmax(0, 1fr); overflow: hidden; }
  .category-nav-wrap { position: static; display: block; width: 100%; max-width: 100%; min-width: 0; overflow: hidden; padding-bottom: 0; }
  .category-nav { position: relative; display: flex; width: 100%; max-width: 100%; overflow-x: auto; overflow-y: hidden; padding-bottom: 8px; scrollbar-width: none; -webkit-overflow-scrolling: touch; }
  .category-nav::-webkit-scrollbar { display: none; }
  .category-nav a { min-width: max-content; border-bottom: 2px solid transparent; border-left: 0; }
  .category-nav .active { border-bottom-color: var(--red); }
  .category-scroll-dots { display: flex; justify-content: center; gap: 5px; margin: 6px 0 2px; }
  .category-scroll-dots i { display: block; width: 5px; height: 5px; border-radius: 999px; background: #c8cbd0; }
  .product-grid { grid-template-columns: repeat(2, 1fr); }
  .single-product-grid { grid-template-columns: 1fr; gap: 35px; }
  .single-product-image { min-height: 420px; }
  .single-product-image .product-photo { height: 420px; }
}

@media (max-width: 600px) {
  .container { width: min(calc(100% - 32px), var(--container)); }
  body.vegel-site .site-footer .footer-inner { width: min(calc(100% - 32px), var(--container)) !important; }
  .button-row { align-items: stretch; flex-direction: column; }
  .button { width: 100%; }
  .hero { min-height: 660px; }
  .hero h1 br { display: none; }
  .hero h1 { max-width: 11ch; }
  .hero-photo { inset: var(--header-height) 0 50% 0; }
  .hero-content { padding-bottom: 62px; }
  .company-section { padding-block: 48px 62px; }
  .environment-grid { grid-template-columns: 1fr; }
  .environment-photo { height: 52vw; }
  .contact-fold .contact-panel { min-height: 680px; }
  .contact-data p { gap: 12px; font-size: 14px; }
  .site-footer { min-height: 130px; }
  .products-hero { min-height: 330px; }
  .products-hero-content > p { max-width: 30ch; }
  .products-hero-media { inset: 42% 0 0 0; opacity: .35; }
  .products-hero-media::before { background: linear-gradient(180deg, #f3f3f3 0%, rgba(243,243,243,.86) 25%, rgba(243,243,243,.25) 100%); }
  .product-details { grid-template-columns: 1fr; }
  .product-details > div + div { border-top: 1px solid var(--line); border-left: 0; }
  .swatches, .features { flex-wrap: wrap; }
  .product-grid { grid-template-columns: 1fr; }
  .product-photo { height: 58vw; }
  .product-card h3 { min-height: 0; }
  .footer-inner { gap: 20px; }
  .footer-inner .social-links { gap: 9px; }
  .site-footer { min-height: 126px; }
  .site-footer .brand, .site-footer .social-links { transform: none; }
  .whatsapp-floating {
    right: 14px;
    bottom: 14px;
    min-height: 48px;
    padding: 0 13px 0 12px;
    font-size: 12px;
  }
  .single-product-image { min-height: 320px; }
  .single-product-image .product-photo { height: 60vw; }
  .product-color-swatches { grid-template-columns: 1fr; }
}

@media (max-width: 782px) {
  .admin-bar .site-header { top: 46px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; }
}
