:root {
  --black: #020204;
  --black-2: #08030d;
  --panel: rgba(12, 5, 18, 0.78);
  --panel-strong: rgba(5, 7, 12, 0.94);
  --electric: #7d2cff;
  --electric-2: #ff3158;
  --blue-hot: #00a7ff;
  --blue-deep: #0046ff;
  --blue-night: #071a66;
  --blue-glow: rgba(0, 167, 255, 0.32);
  --purple-deep: #2a0646;
  --purple-smoke: rgba(125, 44, 255, 0.24);
  --red: #e21b2d;
  --red-hot: #ff1f3d;
  --white: #f8fbff;
  --muted: #b9acbf;
  --line: rgba(255, 255, 255, 0.16);
  --line-blue: rgba(125, 44, 255, 0.5);
  --shadow: 0 28px 70px rgba(0, 0, 0, 0.52);
}

* {
  box-sizing: border-box;
}

html {
  background: var(--black);
  scroll-behavior: smooth;
}

body {
  margin: 0;
  overflow-x: hidden;
  background:
    radial-gradient(circle at 78% 10%, rgba(125, 44, 255, 0.26), transparent 28rem),
    radial-gradient(circle at 12% 36%, rgba(226, 27, 45, 0.2), transparent 24rem),
    linear-gradient(90deg, rgba(255, 255, 255, 0.035) 1px, transparent 1px),
    linear-gradient(180deg, #020204 0%, #12051d 46%, #020204 100%);
  background-size: 86px 86px, auto;
  background-color: var(--black);
  color: var(--white);
  font-family:
    Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0;
}

body.modal-open {
  overflow: hidden;
}

body::before {
  content: "LA CORONNA\A GARDEN\A STREET SUPPLY";
  position: fixed;
  left: -6rem;
  bottom: 8rem;
  z-index: -1;
  color: rgba(255, 255, 255, 0.042);
  font-family: Impact, "Arial Black", system-ui, sans-serif;
  font-size: 8rem;
  font-weight: 950;
  line-height: 0.86;
  letter-spacing: 0;
  text-transform: uppercase;
  transform: rotate(-90deg);
  pointer-events: none;
}

a {
  color: inherit;
  text-decoration: none;
}

button,
input,
select,
textarea {
  font: inherit;
  letter-spacing: 0;
}

button {
  cursor: pointer;
}

img {
  display: block;
  max-width: 100%;
}

.visually-hidden {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
  clip: rect(0 0 0 0) !important;
  clip-path: inset(50%) !important;
  white-space: nowrap !important;
}

.skip-link {
  position: fixed;
  top: 12px;
  left: 12px;
  z-index: 100;
  transform: translateY(-140%);
  border-radius: 4px;
  background: var(--white);
  color: var(--black);
  padding: 10px 14px;
  font-weight: 900;
}

.skip-link:focus {
  transform: translateY(0);
}

.site-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 60;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 18px;
  min-height: 88px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  background:
    linear-gradient(90deg, rgba(226, 27, 45, 0.12), transparent 24%, rgba(125, 44, 255, 0.12)),
    linear-gradient(180deg, rgba(2, 2, 4, 0.9), rgba(2, 2, 4, 0.68));
  padding: 14px 36px;
  backdrop-filter: blur(14px);
  transition: min-height 180ms ease, background 180ms ease, border-color 180ms ease;
}

.site-header.is-scrolled {
  min-height: 74px;
  border-color: rgba(125, 44, 255, 0.34);
  background: rgba(2, 2, 4, 0.94);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  min-width: 0;
}

.brand-logo {
  width: 112px;
  height: 66px;
  object-fit: contain;
  filter: drop-shadow(0 0 18px rgba(226, 27, 45, 0.18));
}

.brand-text {
  display: grid;
  gap: 2px;
}

.brand strong,
.brand small {
  display: block;
  line-height: 1.04;
  white-space: nowrap;
}

.brand strong {
  font-size: 0.98rem;
  font-weight: 950;
  text-transform: uppercase;
}

.brand small {
  color: var(--muted);
  font-size: 0.72rem;
  font-weight: 700;
  text-transform: uppercase;
}

.site-nav {
  display: flex;
  justify-content: center;
  gap: 8px;
}

.site-nav a {
  position: relative;
  color: rgba(248, 251, 255, 0.82);
  padding: 12px 10px;
  font-size: 0.93rem;
  font-weight: 750;
}

.site-nav a::after {
  content: "";
  position: absolute;
  left: 10px;
  right: 10px;
  bottom: 4px;
  height: 2px;
  background: linear-gradient(90deg, var(--blue-hot), var(--blue-deep));
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 180ms ease;
}

.site-nav a:hover,
.site-nav a:focus-visible {
  color: var(--white);
}

.site-nav a:hover::after,
.site-nav a:focus-visible::after {
  transform: scaleX(1);
}

.header-whatsapp {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 54px;
  border: 1px solid rgba(0, 167, 255, 0.72);
  border-radius: 2px;
  background:
    linear-gradient(135deg, var(--blue-hot), var(--blue-deep) 58%, var(--blue-night));
  color: var(--white);
  padding: 0 26px;
  font-size: 0.9rem;
  font-weight: 950;
  text-transform: uppercase;
  white-space: nowrap;
  box-shadow: 0 0 34px rgba(226, 27, 45, 0.3), 0 0 52px rgba(125, 44, 255, 0.2);
}

.menu-button {
  display: none;
  width: 44px;
  height: 44px;
  border: 1px solid var(--line);
  border-radius: 4px;
  background: rgba(255, 255, 255, 0.04);
  padding: 10px;
}

.menu-button span {
  display: block;
  height: 2px;
  margin: 5px 0;
  background: var(--white);
}

.shell {
  width: min(1220px, calc(100% - 40px));
  margin: 0 auto;
  padding: 84px 0;
}

.hero {
  position: relative;
  min-height: 100svh;
  overflow: hidden;
  isolation: isolate;
  padding: 128px 0 58px;
  background: var(--black);
}

.hero-background,
.hero-noise,
.hero-subject {
  position: absolute;
  inset: 0;
}

.hero-background {
  z-index: -5;
  background:
    radial-gradient(circle at 74% 42%, rgba(125, 44, 255, 0.42), transparent 23rem),
    radial-gradient(circle at 88% 80%, rgba(226, 27, 45, 0.22), transparent 21rem),
    linear-gradient(100deg, #020204 0%, rgba(2, 2, 4, 0.98) 36%, rgba(24, 5, 35, 0.72) 64%, rgba(2, 2, 4, 0.2) 100%),
    linear-gradient(180deg, transparent 0%, rgba(2, 2, 4, 0.84) 82%, #020204 100%),
    #020204;
}

.hero-noise {
  z-index: -3;
  background: transparent;
  opacity: 0;
  pointer-events: none;
}

.hero-subject {
  z-index: -1;
  pointer-events: none;
}

.hero-subject::before {
  content: "";
  position: absolute;
  inset: 88px 0 0 auto;
  width: min(72vw, 1040px);
  height: calc(100% - 88px);
  background:
    linear-gradient(90deg, rgba(2, 2, 4, 0.94), rgba(2, 2, 4, 0.12) 42%, transparent),
    linear-gradient(90deg, rgba(125, 44, 255, 0.18), transparent 42%),
    rgba(255, 255, 255, 0.025);
  box-shadow: 0 0 64px rgba(125, 44, 255, 0.22);
  transform: skewX(-2deg);
}

.hero-neon-frame {
  display: none;
}

.hero-subject img {
  position: absolute;
  top: 88px;
  right: 0;
  bottom: auto;
  width: min(74vw, 1120px);
  height: calc(100% - 88px);
  max-height: none;
  object-fit: cover;
  object-position: 36% center;
  opacity: 0.88;
  filter:
    saturate(1.18)
    contrast(1.08)
    drop-shadow(0 32px 52px rgba(0, 0, 0, 0.78));
  -webkit-mask-image: linear-gradient(90deg, transparent 0%, rgba(0, 0, 0, 0.1) 14%, rgba(0, 0, 0, 0.5) 32%, #000 54%, #000 100%);
  mask-image: linear-gradient(90deg, transparent 0%, rgba(0, 0, 0, 0.1) 14%, rgba(0, 0, 0, 0.5) 32%, #000 54%, #000 100%);
}

.hero-inner {
  display: grid;
  align-items: center;
  width: min(1220px, calc(100% - 40px));
  min-height: calc(100svh - 186px);
  margin: 0 auto;
}

.hero-copy {
  max-width: 760px;
  padding-top: 28px;
}

.eyebrow,
.section-kicker {
  margin: 0 0 14px;
  color: var(--electric-2);
  font-size: 0.76rem;
  font-weight: 950;
  text-transform: uppercase;
}

.hero h1,
.section-heading h2,
.about h2,
.contact h2 {
  margin: 0;
  color: var(--white);
  font-weight: 950;
  line-height: 0.9;
  text-transform: uppercase;
  text-wrap: balance;
}

.hero h1 {
  max-width: 690px;
  font-family: Impact, "Arial Black", system-ui, sans-serif;
  font-size: 6.35rem;
  letter-spacing: 0;
}

.hero-garden-logo {
  display: block;
  width: clamp(72px, 8vw, 112px);
  height: auto;
  margin: 12px 0 16px;
  filter: drop-shadow(0 12px 28px rgba(0, 0, 0, 0.55));
}

.hero h1 span {
  display: block;
  color: var(--red-hot);
  text-shadow: 0 0 32px rgba(226, 27, 45, 0.42), 4px 4px 0 rgba(125, 44, 255, 0.3);
}

.hero-title-art {
  width: min(620px, 92vw);
  max-height: min(58vh, 640px);
  object-fit: contain;
  object-position: left center;
  margin: 14px 0 20px;
  filter: drop-shadow(0 24px 34px rgba(0, 0, 0, 0.62)) drop-shadow(0 0 24px rgba(0, 167, 255, 0.12));
}

.hero-lead {
  position: relative;
  max-width: 610px;
  margin: 26px 0 0;
  border-left: 3px solid var(--red-hot);
  padding-left: 18px;
  color: rgba(248, 251, 255, 0.84);
  font-size: 1.04rem;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 30px;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 56px;
  border: 1px solid transparent;
  border-radius: 2px;
  padding: 0 24px;
  font-size: 0.9rem;
  font-weight: 950;
  line-height: 1;
  text-align: center;
  text-transform: uppercase;
  transition: transform 180ms ease, background 180ms ease, border-color 180ms ease, color 180ms ease;
}

.button:hover,
.button:focus-visible {
  transform: translateY(-1px);
}

.button-primary {
  background: linear-gradient(135deg, var(--blue-hot), var(--blue-deep) 58%, var(--blue-night));
  color: var(--white);
  box-shadow: 0 18px 44px var(--blue-glow), 0 0 36px rgba(0, 70, 255, 0.22);
}

.button-primary:hover,
.button-primary:focus-visible {
  background: linear-gradient(135deg, #38c7ff, #0069ff 58%, #082486);
}

.button-glass {
  border-color: rgba(255, 255, 255, 0.34);
  background: rgba(255, 255, 255, 0.04);
  color: var(--white);
  backdrop-filter: blur(12px);
}

.button-glass:hover,
.button-glass:focus-visible {
  border-color: var(--blue-hot);
  background: rgba(0, 167, 255, 0.14);
}

.hero-features {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0;
  max-width: 720px;
  margin-top: 48px;
}

.hero-features span {
  position: relative;
  display: grid;
  gap: 2px;
  min-height: 56px;
  padding: 0 18px 0 52px;
  color: rgba(248, 251, 255, 0.78);
  font-size: 0.82rem;
  font-weight: 700;
  text-transform: uppercase;
}

.hero-features span::before {
  content: "";
  position: absolute;
  top: 9px;
  left: 18px;
  width: 20px;
  height: 20px;
  border: 2px solid var(--electric);
  transform: rotate(45deg);
  box-shadow: 0 0 18px rgba(125, 44, 255, 0.32);
}

.hero-features strong {
  color: var(--white);
  font-size: 0.93rem;
  font-weight: 950;
}

.section-heading {
  margin-bottom: 34px;
}

.section-heading.compact {
  margin-bottom: 22px;
}

.section-heading.split {
  display: grid;
  grid-template-columns: 1fr 0.76fr;
  align-items: end;
  gap: 48px;
}

.section-heading h2,
.about h2,
.contact h2 {
  font-size: 3rem;
}

.section-heading p,
.about p,
.contact p {
  color: var(--muted);
  font-size: 1.02rem;
}

.center {
  max-width: 760px;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.planning,
.catalog,
.about,
.proof,
.contact {
  position: relative;
  overflow: hidden;
  isolation: isolate;
}

.planning::before,
.catalog::before,
.about::before,
.proof::before,
.contact::before,
.planning::after,
.catalog::after,
.about::after,
.proof::after,
.contact::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.planning::before,
.catalog::before,
.about::before,
.proof::before,
.contact::before {
  z-index: -3;
  background-image: var(--section-image);
  background-position: var(--section-position, center center);
  background-size: cover;
  opacity: var(--section-opacity, 0.26);
  filter: saturate(1.18) contrast(1.12) brightness(1.08);
}

.planning::after,
.catalog::after,
.about::after,
.proof::after,
.contact::after {
  z-index: -2;
  background:
    linear-gradient(90deg, rgba(2, 2, 4, 0.76), rgba(2, 2, 4, 0.48) 38%, rgba(2, 2, 4, 0.68)),
    linear-gradient(180deg, rgba(2, 2, 4, 0.14), rgba(2, 2, 4, 0.7)),
    repeating-linear-gradient(135deg, rgba(255, 49, 88, 0.08) 0 1px, transparent 1px 34px);
}

.planning > .shell,
.catalog > .shell,
.about > .shell,
.proof > .shell,
.contact > .shell {
  position: relative;
  z-index: 1;
}

.planning {
  --section-image: url("assets/brand/section-chair.webp");
  --section-opacity: 0.54;
  --section-position: center center;
  background:
    radial-gradient(circle at 16% 12%, rgba(226, 27, 45, 0.15), transparent 22rem),
    linear-gradient(180deg, rgba(255, 255, 255, 0.02), transparent),
    #06020a;
}

.plan-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

.plan-grid article,
.testimonial-grid article,
.about-card,
.lead-form {
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 8px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.092), rgba(255, 255, 255, 0.028)),
    var(--panel);
  box-shadow: 0 18px 52px rgba(0, 0, 0, 0.28);
  backdrop-filter: blur(18px);
}

.plan-grid article {
  position: relative;
  min-height: 238px;
  padding: 22px;
}

.plan-grid span {
  display: inline-grid;
  place-items: center;
  width: 40px;
  height: 40px;
  border: 1px solid var(--line-blue);
  border-radius: 50%;
  background: rgba(125, 44, 255, 0.14);
  color: var(--electric-2);
  font-weight: 950;
}

.plan-grid h3 {
  margin: 24px 0 10px;
  font-size: 1.28rem;
  line-height: 1.08;
  text-transform: uppercase;
}

.plan-grid p,
.testimonial-grid p {
  margin: 0;
  color: rgba(248, 251, 255, 0.8);
}

.catalog {
  --section-image: url("assets/brand/section-catalog-facade.webp");
  --section-opacity: 0.48;
  --section-position: center center;
  overflow: hidden;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  background:
    radial-gradient(circle at 82% 18%, rgba(125, 44, 255, 0.22), transparent 26rem),
    linear-gradient(90deg, rgba(226, 27, 45, 0.12), transparent 34%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.035), transparent),
    #050208;
}

.catalog-toolbar {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 18px;
  margin-bottom: 28px;
  padding-top: 22px;
}

.catalog-toolbar::before {
  content: "";
  position: absolute;
  top: 0;
  left: clamp(0px, 9vw, 110px);
  right: clamp(0px, 9vw, 110px);
  height: 3px;
  background: linear-gradient(90deg, transparent, var(--red-hot) 12%, var(--red-hot) 88%, transparent);
  box-shadow: 0 0 24px rgba(255, 31, 61, 0.34);
}

.catalog-filter-panel {
  min-width: 0;
  display: grid;
  grid-template-columns: minmax(210px, 0.28fr) minmax(0, 1fr);
  align-items: center;
  gap: 12px;
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(0, 167, 255, 0.12), transparent 34%),
    linear-gradient(90deg, rgba(125, 44, 255, 0.14), rgba(226, 27, 45, 0.08)),
    rgba(5, 7, 12, 0.72);
  padding: 12px;
  box-shadow: 0 18px 42px rgba(0, 0, 0, 0.26);
  backdrop-filter: blur(18px);
}

.catalog-search {
  display: grid;
  gap: 6px;
}

.catalog-search span {
  color: var(--electric-2);
  font-size: 0.72rem;
  font-weight: 950;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.catalog-search input {
  width: 100%;
  height: 42px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 4px;
  outline: none;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.08), transparent),
    rgba(2, 2, 4, 0.62);
  color: var(--white);
  padding: 0 13px;
}

.catalog-search input::placeholder {
  color: rgba(248, 251, 255, 0.52);
}

.catalog-search input:focus {
  border-color: rgba(0, 167, 255, 0.8);
  box-shadow: 0 0 0 3px rgba(0, 167, 255, 0.16);
}

.category-bullets {
  display: flex;
  gap: 10px;
  min-width: 0;
  overflow-x: auto;
  padding: 2px 0;
  scrollbar-width: none;
}

.category-bullets::-webkit-scrollbar {
  display: none;
}

.category-pill {
  flex: 0 0 auto;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 4px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.07), transparent),
    rgba(2, 2, 4, 0.62);
  color: var(--white);
  padding: 10px 16px;
  font-size: 0.86rem;
  font-weight: 950;
  text-transform: uppercase;
}

.category-pill.is-active,
.category-pill:hover,
.category-pill:focus-visible {
  border-color: rgba(0, 167, 255, 0.82);
  background: linear-gradient(135deg, var(--blue-hot), var(--blue-deep));
  box-shadow: 0 0 28px rgba(0, 167, 255, 0.2), 0 0 34px rgba(0, 70, 255, 0.16);
}

.carousel-controls {
  display: flex;
  justify-content: flex-end;
  gap: 10px;
}

.carousel-controls button {
  display: grid;
  place-items: center;
  width: 48px;
  height: 48px;
  border: 1px solid var(--line);
  border-radius: 4px;
  background: rgba(255, 255, 255, 0.06);
  color: var(--white);
}

.carousel-controls svg {
  width: 24px;
  height: 24px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
}

.carousel-controls button:hover,
.carousel-controls button:focus-visible {
  border-color: var(--line-blue);
  background: var(--electric);
}

.product-carousel {
  overflow: hidden;
}

.product-track {
  display: flex;
  gap: 16px;
  overflow-x: auto;
  padding: 4px 2px 18px;
  scroll-behavior: smooth;
  scroll-snap-type: x mandatory;
  scrollbar-width: thin;
  scrollbar-color: rgba(125, 44, 255, 0.7) rgba(255, 255, 255, 0.08);
}

.catalog-empty {
  flex: 0 0 100%;
  display: grid;
  place-items: center;
  min-height: 270px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(0, 167, 255, 0.12), transparent),
    rgba(5, 7, 12, 0.78);
  color: rgba(248, 251, 255, 0.72);
  text-align: center;
}

.catalog-empty strong {
  display: block;
  color: var(--white);
  font-size: 1.18rem;
}

.catalog-empty span {
  display: block;
  margin-top: 6px;
}

.product-card {
  position: relative;
  --product-image-width: 82%;
  --product-image-height: 82%;
  --product-image-zoom: 1;
  flex: 0 0 calc((100% - 48px) / 4);
  min-width: 0;
  overflow: hidden;
  scroll-snap-align: start;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 8px;
  background:
    linear-gradient(145deg, rgba(125, 44, 255, 0.13), transparent 35%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.092), rgba(255, 255, 255, 0.026)),
    rgba(5, 7, 12, 0.86);
  box-shadow: 0 20px 54px rgba(0, 0, 0, 0.28);
  transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}

.product-card::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 3px;
  background: linear-gradient(90deg, var(--red-hot), var(--electric), var(--white));
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 180ms ease;
}

.product-card:hover,
.product-card:focus-within {
  border-color: rgba(255, 49, 88, 0.58);
  box-shadow: 0 28px 70px rgba(0, 0, 0, 0.42), 0 0 36px rgba(125, 44, 255, 0.22);
  transform: translateY(-4px);
}

.product-card:hover::after,
.product-card:focus-within::after {
  transform: scaleX(1);
}

.product-media {
  position: relative;
  display: grid;
  place-items: center;
  height: 270px;
  overflow: hidden;
  background:
    radial-gradient(circle at 76% 16%, rgba(255, 49, 88, 0.22), transparent 9rem),
    linear-gradient(135deg, rgba(125, 44, 255, 0.28), transparent 46%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.08), transparent),
    rgba(2, 2, 4, 0.56);
}

.product-media::before {
  content: attr(data-code);
  position: absolute;
  top: 18px;
  left: 18px;
  color: rgba(255, 255, 255, 0.09);
  font-family: Impact, "Arial Black", system-ui, sans-serif;
  font-size: 2.2rem;
  font-weight: 950;
  text-transform: uppercase;
  transform: rotate(-3deg) skewX(-5deg);
}

.product-media::after {
  content: "4MAN";
  position: absolute;
  right: 14px;
  bottom: 10px;
  color: transparent;
  -webkit-text-stroke: 1px rgba(255, 49, 88, 0.18);
  font-family: Impact, "Arial Black", system-ui, sans-serif;
  font-size: 3.1rem;
  line-height: 1;
  transform: rotate(-7deg);
}

.product-media img {
  position: relative;
  z-index: 1;
  display: block;
  width: var(--product-image-width);
  height: var(--product-image-height);
  object-fit: contain;
  filter: drop-shadow(0 22px 24px rgba(0, 0, 0, 0.52));
  transform: scale(var(--product-image-zoom));
  transform-origin: center;
}

.product-card[data-product-card="spray-brilho-anti-odor"] {
  --product-image-width: 76%;
  --product-image-height: 84%;
  --product-image-zoom: 0.78;
}

.product-card[data-product-card="hair-spray-alta"] {
  --product-image-width: 70%;
  --product-image-height: 90%;
  --product-image-zoom: 0.78;
}

.product-card[data-product-card="gel-super-fixacao-neutro"] {
  --product-image-width: 92%;
  --product-image-height: 80%;
  --product-image-zoom: 0.76;
}

.product-card[data-product-card="kit-matizz-sos"],
.product-card[data-product-card="coloracao"] {
  --product-image-width: 82%;
  --product-image-height: 86%;
  --product-image-zoom: 0.78;
}

.product-card[data-product-card="shampoo-fortalecimento"],
.product-card[data-product-card="selagem-casca-grossa"] {
  --product-image-width: 78%;
  --product-image-height: 86%;
  --product-image-zoom: 0.8;
}

.product-card[data-product-card="shampoo-growth"] {
  --product-image-width: 54%;
  --product-image-height: 82%;
  --product-image-zoom: 0.82;
}

.product-card[data-product-card="force-menthol"] {
  --product-image-width: 76%;
  --product-image-height: 86%;
  --product-image-zoom: 0.82;
}

.product-card[data-product-card="oleo-siliconado-argan"],
.product-card[data-product-card="oleo-siliconado-wood"],
.product-card[data-product-card="oleo-siliconado-capim-limao"],
.product-card[data-product-card="oleo-siliconado-rum"],
.product-card[data-product-card="oleo-siliconado-azzaro"] {
  --product-image-width: 62%;
  --product-image-height: 78%;
  --product-image-zoom: 0.8;
}

.product-card[data-product-card="shaving-gel"],
.product-card[data-product-card="shaving-gel-coffee-whisky"] {
  --product-image-width: 76%;
  --product-image-height: 86%;
  --product-image-zoom: 0.78;
}

.product-card[data-product-card="locao-pos-barba"],
.product-card[data-product-card="tonico-big-barba"] {
  --product-image-width: 82%;
  --product-image-height: 82%;
  --product-image-zoom: 0.78;
}

.product-card[data-product-card="spray-resfriador-laminas"] {
  --product-image-width: 70%;
  --product-image-height: 88%;
  --product-image-zoom: 0.78;
}

.product-card[data-product-card="spray-brilho-anti-odor"] .product-media img {
  width: auto;
  height: 168px;
  max-width: 72%;
  transform: none;
}

.product-card[data-product-card="hair-spray-alta"] .product-media img {
  width: auto;
  height: 176px;
  max-width: 70%;
  transform: none;
}

.product-card[data-product-card="gel-super-fixacao-neutro"] .product-media img {
  width: 218px;
  height: auto;
  max-height: 160px;
  transform: none;
}

.product-card[data-product-card="kit-matizz-sos"] .product-media img,
.product-card[data-product-card="coloracao"] .product-media img {
  width: auto;
  height: 174px;
  max-width: 76%;
  transform: none;
}

.product-card[data-product-card="shampoo-fortalecimento"] .product-media img,
.product-card[data-product-card="selagem-casca-grossa"] .product-media img {
  width: auto;
  height: 178px;
  max-width: 72%;
  transform: none;
}

.product-card[data-product-card="shampoo-growth"] .product-media img {
  width: auto;
  height: 202px;
  max-width: 46%;
  transform: none;
}

.product-card[data-product-card="force-menthol"] .product-media img {
  width: auto;
  height: 198px;
  max-width: 76%;
  transform: none;
}

.product-card[data-product-card="oleo-siliconado-argan"] .product-media img,
.product-card[data-product-card="oleo-siliconado-wood"] .product-media img,
.product-card[data-product-card="oleo-siliconado-capim-limao"] .product-media img,
.product-card[data-product-card="oleo-siliconado-rum"] .product-media img,
.product-card[data-product-card="oleo-siliconado-azzaro"] .product-media img {
  width: auto;
  height: 154px;
  max-width: 62%;
  transform: none;
}

.product-card[data-product-card="shaving-gel"] .product-media img,
.product-card[data-product-card="shaving-gel-coffee-whisky"] .product-media img {
  width: auto;
  height: 174px;
  max-width: 72%;
  transform: none;
}

.product-card[data-product-card="locao-pos-barba"] .product-media img,
.product-card[data-product-card="tonico-big-barba"] .product-media img {
  width: auto;
  height: 166px;
  max-width: 76%;
  transform: none;
}

.product-card[data-product-card="spray-resfriador-laminas"] .product-media img {
  width: auto;
  height: 184px;
  max-width: 68%;
  transform: none;
}

.quick-view {
  position: absolute;
  top: 16px;
  right: 16px;
  display: grid;
  place-items: center;
  width: 44px;
  height: 44px;
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: 50%;
  background: rgba(2, 2, 4, 0.68);
  color: var(--white);
  opacity: 0;
  transform: translateY(8px);
  transition: opacity 180ms ease, transform 180ms ease, background 180ms ease, border-color 180ms ease;
  backdrop-filter: blur(12px);
}

.quick-view svg {
  width: 22px;
  height: 22px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
}

.product-card:hover .quick-view,
.product-card:focus-within .quick-view {
  opacity: 1;
  transform: translateY(0);
}

.quick-view:hover,
.quick-view:focus-visible {
  border-color: rgba(125, 44, 255, 0.86);
  background: var(--electric);
}

.product-content {
  display: grid;
  gap: 13px;
  padding: 18px;
}

.product-category {
  color: var(--electric-2);
  font-size: 0.74rem;
  font-weight: 950;
  text-transform: uppercase;
}

.product-content h3 {
  min-height: 52px;
  margin: 0;
  font-size: 1.15rem;
  line-height: 1.08;
  text-wrap: balance;
}

.product-content p {
  min-height: 66px;
  margin: 0;
  color: var(--muted);
  font-size: 0.9rem;
}

.product-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}

.product-meta span {
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.06);
  padding: 5px 8px;
  color: rgba(248, 251, 255, 0.82);
  font-size: 0.72rem;
  font-weight: 850;
}

.product-buy {
  display: grid;
  gap: 10px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding-top: 14px;
}

.price {
  color: var(--white);
  font-size: 0.86rem;
  font-weight: 950;
  text-transform: uppercase;
}

.payment {
  color: var(--muted);
  font-size: 0.78rem;
}

.whatsapp-mini {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 40px;
  border-radius: 4px;
  background: linear-gradient(135deg, var(--blue-hot), var(--blue-deep));
  color: var(--white);
  padding: 10px 12px;
  font-size: 0.82rem;
  font-weight: 950;
  text-transform: uppercase;
}

.whatsapp-mini:hover,
.whatsapp-mini:focus-visible {
  background: linear-gradient(135deg, #38c7ff, #082486);
}

.about {
  --section-image: url("assets/brand/section-lounge.webp");
  --section-opacity: 0.5;
  --section-position: center center;
  background:
    linear-gradient(90deg, rgba(226, 27, 45, 0.14), transparent 38%),
    linear-gradient(180deg, rgba(125, 44, 255, 0.1), transparent),
    #04050a;
}

.about-grid,
.contact-grid {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 46px;
  align-items: center;
}

.about-card {
  position: relative;
  overflow: hidden;
  padding: 28px;
}

.about-garden-logo {
  display: block;
  width: clamp(92px, 11vw, 142px);
  height: auto;
  margin: 0 0 18px;
  filter: drop-shadow(0 14px 34px rgba(0, 0, 0, 0.42));
}

.about-card p {
  position: relative;
  color: rgba(248, 251, 255, 0.86);
  font-size: 1.06rem;
}

.about-metrics {
  position: relative;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  margin-top: 24px;
}

.about-metrics strong {
  min-height: 82px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 8px;
  background: rgba(0, 0, 0, 0.24);
  padding: 14px;
  font-size: 0.88rem;
  text-transform: uppercase;
}

.proof {
  --section-image: url("assets/brand/section-tools.webp");
  --section-opacity: 0.5;
  --section-position: center center;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  background:
    radial-gradient(circle at 18% 26%, rgba(226, 27, 45, 0.16), transparent 22rem),
    linear-gradient(115deg, rgba(125, 44, 255, 0.09) 0 1px, transparent 1px 22px),
    #07030c;
}

.testimonial-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.testimonial-grid article {
  min-height: 244px;
  padding: 24px;
  border-color: rgba(255, 49, 88, 0.18);
}

.testimonial-grid small {
  display: inline-flex;
  border: 1px solid rgba(125, 44, 255, 0.42);
  border-radius: 999px;
  color: var(--electric-2);
  padding: 6px 8px;
  font-weight: 950;
  text-transform: uppercase;
}

.testimonial-grid p {
  margin: 0 0 22px;
}

.testimonial-grid strong {
  color: var(--white);
}

.contact {
  --section-image: url("assets/brand/section-facade.webp");
  --section-opacity: 0.46;
  --section-position: center center;
  background:
    radial-gradient(circle at 84% 30%, rgba(125, 44, 255, 0.2), transparent 24rem),
    linear-gradient(90deg, rgba(125, 44, 255, 0.18), transparent 38%),
    linear-gradient(180deg, rgba(226, 27, 45, 0.1), rgba(255, 255, 255, 0.02)),
    #04050a;
}

.contact-copy {
  display: grid;
  gap: 18px;
}

.contact-copy > p,
.contact-copy > h2 {
  margin-bottom: 0;
}

.lead-form {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  padding: 22px;
}

.lead-form label {
  display: grid;
  gap: 8px;
  color: rgba(248, 251, 255, 0.82);
  font-size: 0.82rem;
  font-weight: 950;
  text-transform: uppercase;
}

.lead-form label:nth-child(4),
.lead-form button {
  grid-column: 1 / -1;
}

.lead-form input,
.lead-form select,
.lead-form textarea {
  width: 100%;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 4px;
  background: rgba(255, 255, 255, 0.08);
  color: var(--white);
  padding: 13px 12px;
  outline: 0;
}

.lead-form option {
  background: var(--black);
  color: var(--white);
}

.lead-form textarea {
  resize: vertical;
}

.lead-form input:focus,
.lead-form select:focus,
.lead-form textarea:focus {
  border-color: rgba(125, 44, 255, 0.72);
  box-shadow: 0 0 0 3px rgba(125, 44, 255, 0.14);
}

.site-footer {
  position: relative;
  z-index: 60;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  background: #020204;
}

.footer-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  padding-top: 28px;
  padding-bottom: 28px;
}

.footer-logo-link {
  display: inline-flex;
  align-items: center;
  line-height: 0;
}

.footer-logo {
  display: block;
  height: auto;
  object-fit: contain;
  filter: drop-shadow(0 10px 24px rgba(0, 0, 0, 0.42));
}

.footer-logo-la-coronna {
  width: clamp(88px, 9vw, 128px);
}

.footer-logo-garden {
  width: clamp(54px, 5.6vw, 78px);
}

.footer-whatsapp {
  display: grid;
  place-items: center;
  width: 46px;
  height: 46px;
  flex: 0 0 auto;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 50%;
  background: linear-gradient(145deg, #24d366, #108b53);
  color: var(--white);
  line-height: 0;
  text-decoration: none;
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.3);
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.footer-whatsapp:hover,
.footer-whatsapp:focus-visible {
  transform: translateY(-2px);
  box-shadow:
    0 14px 36px rgba(0, 0, 0, 0.34),
    0 0 0 7px rgba(36, 211, 102, 0.08);
}

.footer-whatsapp svg {
  display: block;
  width: 27px;
  height: 27px;
  fill: currentColor;
  transform: translateY(1px);
}

.floating-whatsapp {
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 50;
  display: grid;
  place-items: center;
  width: 58px;
  height: 58px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 50%;
  overflow: hidden;
  background: linear-gradient(145deg, #24d366, #108b53);
  color: var(--white);
  line-height: 0;
  text-decoration: none;
  box-shadow:
    0 18px 44px rgba(0, 0, 0, 0.34),
    0 0 0 8px rgba(36, 211, 102, 0.08);
  transition: transform 180ms ease, background 180ms ease;
}

.floating-whatsapp:hover,
.floating-whatsapp:focus-visible {
  background: #1bbc70;
  transform: translateY(-2px);
}

.floating-whatsapp svg {
  display: block;
  width: 34px;
  height: 34px;
  fill: currentColor;
  transform: translateY(1px);
}

.product-modal {
  position: fixed;
  inset: 0;
  z-index: 100;
  display: none;
  place-items: center;
  padding: 20px;
}

.product-modal.is-open {
  display: grid;
}

.modal-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.8);
  backdrop-filter: blur(12px);
}

.modal-panel {
  position: relative;
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  width: min(940px, 100%);
  max-height: min(780px, calc(100svh - 40px));
  overflow: auto;
  border: 1px solid rgba(125, 44, 255, 0.28);
  border-radius: 8px;
  background: rgba(5, 7, 12, 0.96);
  box-shadow: 0 28px 80px rgba(0, 0, 0, 0.56), 0 0 50px rgba(125, 44, 255, 0.1);
}

.modal-close {
  position: absolute;
  top: 14px;
  right: 14px;
  z-index: 2;
  width: 42px;
  height: 42px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.46);
}

.modal-close span {
  position: absolute;
  left: 11px;
  right: 11px;
  top: 19px;
  height: 2px;
  background: var(--white);
}

.modal-close span:first-child {
  transform: rotate(45deg);
}

.modal-close span:last-child {
  transform: rotate(-45deg);
}

.modal-image-wrap {
  display: grid;
  place-items: center;
  min-height: 460px;
  background:
    linear-gradient(135deg, rgba(125, 44, 255, 0.2), transparent 44%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.08), transparent),
    #07080d;
}

.modal-image-wrap img {
  width: 82%;
  height: 82%;
  object-fit: contain;
  filter: drop-shadow(0 28px 30px rgba(0, 0, 0, 0.48));
}

.modal-content {
  padding: 42px 34px 34px;
}

.modal-content h2 {
  margin: 0;
  font-size: 2.25rem;
  line-height: 1;
  text-transform: uppercase;
}

.modal-content p {
  color: var(--muted);
}

.modal-specs {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 20px 0;
}

.modal-specs span {
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
  padding: 6px 10px;
  color: rgba(248, 251, 255, 0.86);
  font-size: 0.78rem;
  font-weight: 850;
}

.modal-content ul {
  display: grid;
  gap: 10px;
  margin: 22px 0;
  padding: 0;
  list-style: none;
}

.modal-content li {
  position: relative;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.055);
  padding: 11px 12px 11px 34px;
  color: rgba(248, 251, 255, 0.86);
}

.modal-content li::before {
  content: "";
  position: absolute;
  left: 13px;
  top: 18px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--electric);
}

.modal-price {
  display: grid;
  gap: 4px;
  margin-bottom: 18px;
}

.modal-price strong {
  color: var(--white);
  text-transform: uppercase;
}

.modal-price span {
  color: var(--muted);
  font-size: 0.88rem;
}

@media (max-width: 1140px) {
  .hero-subject img {
    width: 78vw;
    opacity: 0.76;
  }

  .hero-subject::before,
  .hero-neon-frame {
    right: 0;
  }
}

@media (max-width: 1040px) {
  .site-header {
    grid-template-columns: auto auto 1fr;
    padding-right: 20px;
    padding-left: 20px;
  }

  .menu-button {
    display: block;
    justify-self: start;
  }

  .site-nav {
    position: absolute;
    top: calc(100% + 1px);
    left: 0;
    right: 0;
    display: none;
    flex-direction: column;
    align-items: stretch;
    border-bottom: 1px solid rgba(255, 255, 255, 0.16);
    background: rgba(2, 2, 4, 0.96);
    padding: 8px 20px 18px;
    backdrop-filter: blur(18px);
  }

  .site-nav.is-open {
    display: flex;
  }

  .site-nav a {
    padding: 13px 14px;
  }

  .site-nav a::after {
    left: 14px;
    right: auto;
    width: 40px;
  }

  .header-whatsapp {
    justify-self: end;
  }

  .hero h1 {
    font-size: 5rem;
  }

  .hero-title-art {
    width: min(560px, 88vw);
    max-height: 54vh;
  }

  .hero-copy {
    max-width: 700px;
  }

  .section-heading.split,
  .about-grid,
  .contact-grid {
    grid-template-columns: 1fr;
  }

  .catalog-toolbar {
    grid-template-columns: 1fr;
  }

  .catalog-filter-panel {
    grid-template-columns: 1fr;
  }

  .product-card {
    flex-basis: calc((100% - 16px) / 2);
  }

  .plan-grid,
  .testimonial-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

}

@media (max-width: 700px) {
  body::before {
    display: none;
  }

  .site-header {
    grid-template-columns: auto auto;
    min-height: 70px;
    padding: 9px 14px;
  }

  .brand {
    gap: 9px;
  }

  .brand-logo {
    width: 86px;
    height: 48px;
  }

  .brand strong,
  .brand small {
    max-width: 168px;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .brand strong {
    font-size: 0.82rem;
  }

  .brand small {
    font-size: 0.62rem;
  }

  .menu-button {
    justify-self: end;
  }

  .header-whatsapp {
    display: none;
  }

  .shell,
  .hero-inner {
    width: min(100% - 28px, 1220px);
  }

  .shell {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .hero {
    min-height: auto;
    padding: 108px 0 54px;
  }

  .hero-inner {
    min-height: 620px;
    align-items: end;
  }

  .hero-subject::before {
    inset: 88px 0 0;
    width: 100%;
    height: calc(100% - 88px);
    opacity: 0.52;
  }

  .hero-neon-frame {
    top: 104px;
    right: 22px;
    width: 210px;
    height: 280px;
    opacity: 0.46;
  }

  .hero-subject img {
    top: 88px;
    right: 0;
    width: 100%;
    height: calc(100% - 88px);
    opacity: 0.34;
    object-position: 37% center;
    -webkit-mask-image: linear-gradient(180deg, #000 0%, #000 52%, transparent 100%);
    mask-image: linear-gradient(180deg, #000 0%, #000 52%, transparent 100%);
  }

  .hero-copy {
    padding-top: 0;
  }

  .hero h1 {
    font-size: 3.3rem;
  }

  .hero-title-art {
    width: min(100%, 390px);
    max-height: 46vh;
    margin: 12px 0 18px;
  }

  .hero-lead {
    font-size: 0.98rem;
  }

  .hero-actions {
    align-items: stretch;
    flex-direction: column;
  }

  .button {
    width: 100%;
  }

  .hero-features {
    grid-template-columns: 1fr;
    gap: 14px;
    margin-top: 34px;
  }

  .hero-features span {
    padding-top: 13px;
  }

  .section-heading h2,
  .about h2,
  .contact h2 {
    font-size: 2.08rem;
  }

  .catalog-toolbar {
    gap: 14px;
    margin-bottom: 20px;
    padding-top: 18px;
  }

  .catalog-toolbar::before {
    left: 0;
    right: 0;
  }

  .catalog-filter-panel {
    padding: 10px;
  }

  .category-pill {
    padding: 9px 12px;
    font-size: 0.78rem;
  }

  .carousel-controls {
    justify-content: flex-start;
  }

  .product-card {
    flex-basis: 86%;
  }

  .product-media {
    height: 270px;
  }

  .product-content h3,
  .product-content p {
    min-height: auto;
  }

  .plan-grid,
  .testimonial-grid,
  .about-metrics,
  .lead-form {
    grid-template-columns: 1fr;
  }

  .modal-panel {
    grid-template-columns: 1fr;
  }

  .modal-image-wrap {
    min-height: 260px;
  }

  .modal-content {
    padding: 30px 20px 24px;
  }

  .modal-content h2 {
    font-size: 1.82rem;
  }

  .footer-inner {
    align-items: center;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
  }

  .floating-whatsapp {
    right: 14px;
    bottom: 14px;
    width: 54px;
    height: 54px;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
  }
}
