:root {
  --envii-black: #121316;
  --envii-ink: #1e2025;
  --envii-muted: #747a84;
  --envii-paper: #ffffff;
  --envii-soft: #f5f6f8;
  --envii-line: rgba(18, 19, 22, .12);
  --envii-radius: 22px;
  --envii-wide: 1360px;
}

html { scroll-behavior: smooth; }
body.envii-full-canvas-template { margin: 0; background: #fff; }
body.envii-full-canvas-template.admin-bar .envii-header { top: 32px; }

#envii-home,
#envii-home * { box-sizing: border-box; }

#envii-home {
  width: 100%;
  overflow: clip;
  background: var(--envii-paper);
  color: var(--envii-ink);
  font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
  font-size: 16px;
  line-height: 1.55;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

#envii-home img { display: block; max-width: 100%; }
#envii-home a { color: inherit; text-decoration: none; }
#envii-home button { font: inherit; }
#envii-home [id] { scroll-margin-top: 92px; }

.envii-shell {
  width: min(var(--envii-wide), calc(100% - 52px));
  margin-inline: auto;
}

.envii-section { padding: clamp(84px, 9vw, 146px) 0; }
.envii-kicker {
  margin: 0 0 16px;
  color: var(--envii-muted);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .17em;
  text-transform: uppercase;
}

.envii-section-heading { margin-bottom: 50px; }
.envii-section-heading h2,
.envii-split-copy h2,
.envii-editorial-banner h2,
.envii-video-section h2 {
  margin: 0;
  max-width: 1050px;
  font-size: clamp(42px, 5.5vw, 82px);
  font-weight: 380;
  line-height: .99;
  letter-spacing: -.058em;
}

.envii-section-heading--row {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 28px;
}

.envii-text-link {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  flex: 0 0 auto;
  padding-bottom: 5px;
  border-bottom: 1px solid currentColor;
  font-size: 14px;
  font-weight: 650;
}
.envii-text-link svg { width: 18px; height: 18px; fill: none; stroke: currentColor; stroke-width: 1.6; }

.envii-scroll-progress {
  position: fixed;
  inset: 0 0 auto 0;
  z-index: 1200;
  height: 2px;
  pointer-events: none;
}
.envii-scroll-progress span {
  display: block;
  width: 0;
  height: 100%;
  background: var(--envii-black);
}

/* Header */
.envii-header {
  position: fixed;
  inset: 0 0 auto 0;
  z-index: 1100;
  color: var(--envii-black);
  background: transparent;
  border-bottom: 1px solid transparent;
  transition: background .35s ease, border-color .35s ease, box-shadow .35s ease, color .35s ease;
}
.envii-header.is-scrolled,
.envii-header.is-menu-open {
  background: rgba(255,255,255,.9);
  border-bottom-color: rgba(18,19,22,.08);
  box-shadow: 0 12px 40px rgba(18,19,22,.05);
  backdrop-filter: blur(20px) saturate(140%);
  -webkit-backdrop-filter: blur(20px) saturate(140%);
}
.envii-header__inner {
  min-height: 92px;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 26px;
  transition: min-height .35s ease;
}
.envii-header.is-scrolled .envii-header__inner { min-height: 72px; }
.envii-brand {
  display: inline-flex;
  align-items: center;
  gap: 11px;
  width: max-content;
  font-size: 24px;
  font-weight: 570;
  letter-spacing: -.045em;
}
.envii-brand__mark {
  width: 25px;
  height: 25px;
  border: 6px solid currentColor;
  border-radius: 50%;
  box-shadow: inset 7px 0 0 rgba(255,255,255,.95);
}
.envii-nav {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: clamp(18px, 2.1vw, 34px);
}
.envii-nav a {
  position: relative;
  font-size: 13px;
  font-weight: 590;
  letter-spacing: .02em;
}
.envii-nav a::after {
  content: "";
  position: absolute;
  left: 0;
  right: 100%;
  bottom: -7px;
  height: 1px;
  background: currentColor;
  transition: right .25s ease;
}
.envii-nav a:hover::after { right: 0; }
.envii-header__actions { display: flex; align-items: center; justify-content: flex-end; gap: 8px; }
.envii-icon-link,
.envii-menu-toggle {
  position: relative;
  width: 40px;
  height: 40px;
  display: inline-grid;
  place-items: center;
  border: 0;
  border-radius: 999px;
  background: transparent;
  color: currentColor;
  cursor: pointer;
}
.envii-icon-link:hover,
.envii-menu-toggle:hover { background: rgba(18,19,22,.06); }
.envii-icon-link svg,
.envii-menu-toggle svg {
  width: 20px;
  height: 20px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.7;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.envii-cart-count {
  position: absolute;
  top: 2px;
  right: 0;
  min-width: 18px;
  height: 18px;
  padding: 0 4px;
  border-radius: 999px;
  display: grid;
  place-items: center;
  background: var(--envii-black);
  color: #fff;
  font-size: 10px;
  line-height: 1;
}
.envii-menu-toggle { display: none; }
.envii-menu-icon--close { display: none; }
.envii-header.is-menu-open .envii-menu-icon--open { display: none; }
.envii-header.is-menu-open .envii-menu-icon--close { display: inline-grid; }

/* Hero */
.envii-hero {
  position: relative;
  min-height: 100svh;
  display: flex;
  align-items: stretch;
  overflow: hidden;
  background:
    radial-gradient(circle at 20% 78%, rgba(255,255,255,.92), transparent 42%),
    linear-gradient(118deg, #edf7fb 0%, #d8eef7 42%, #bfd2e2 69%, #91a9c0 100%);
}
.envii-hero__glow {
  position: absolute;
  width: 780px;
  height: 780px;
  left: -250px;
  bottom: -410px;
  border-radius: 50%;
  background: rgba(255,255,255,.9);
  filter: blur(45px);
}
.envii-hero__inner {
  position: relative;
  z-index: 2;
  width: min(var(--envii-wide), calc(100% - 52px));
  min-height: 100svh;
  padding-top: 128px;
  padding-bottom: 68px;
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(360px, .85fr);
  align-items: center;
  gap: clamp(34px, 5vw, 90px);
}
.envii-hero__copy { max-width: 860px; }
.envii-hero__features {
  display: flex;
  flex-wrap: wrap;
  gap: 18px 34px;
  margin-bottom: 40px;
  color: rgba(18,19,22,.7);
  font-size: 14px;
}
.envii-hero__features span { position: relative; padding-left: 22px; }
.envii-hero__features span::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 10px;
  height: 10px;
  border: 1px solid currentColor;
  border-radius: 50%;
  transform: translateY(-50%);
}
.envii-hero h1 {
  margin: 0;
  max-width: 920px;
  font-size: clamp(62px, 7.2vw, 118px);
  font-weight: 350;
  line-height: .89;
  letter-spacing: -.074em;
}
.envii-hero__text {
  max-width: 730px;
  margin: 30px 0 0;
  color: rgba(18,19,22,.72);
  font-size: clamp(17px, 1.35vw, 21px);
  line-height: 1.62;
}
.envii-buttons { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 34px; }
.envii-button {
  min-height: 54px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 14px 25px;
  border: 1px solid var(--envii-black);
  border-radius: 999px;
  font-size: 14px;
  font-weight: 650;
  transition: transform .25s ease, background .25s ease, color .25s ease;
}
.envii-button:hover { transform: translateY(-2px); }
.envii-button--dark { background: var(--envii-black); color: #fff !important; }
.envii-button--ghost { background: transparent; color: var(--envii-black); }
.envii-button--ghost:hover { background: var(--envii-black); color: #fff; }
.envii-button--light { background: #fff; border-color: #fff; color: var(--envii-black) !important; }

.envii-hero__visual {
  position: relative;
  min-height: 600px;
  display: grid;
  place-items: center;
}
.envii-hero__orb {
  position: absolute;
  width: min(42vw, 610px);
  height: min(42vw, 610px);
  border-radius: 50%;
  background: radial-gradient(circle at 35% 28%, rgba(255,255,255,.86), rgba(255,255,255,.18) 49%, rgba(44,58,74,.12) 100%);
  box-shadow: 0 45px 120px rgba(34,48,63,.17), inset -20px -18px 70px rgba(64,82,99,.16);
}
.envii-hero__product {
  --envii-parallax-y: 0px;
  position: relative;
  z-index: 2;
  width: min(45vw, 690px);
  filter: drop-shadow(0 38px 46px rgba(18,19,22,.22));
}

@keyframes enviiFloat { 0%,100% { transform: translate3d(0, var(--envii-parallax-y, 0px), 0) rotate(-1deg); } 50% { transform: translate3d(0, calc(var(--envii-parallax-y, 0px) - 15px), 0) rotate(1deg); } }
.envii-scroll-cue {
  position: absolute;
  z-index: 4;
  left: 50%;
  bottom: 25px;
  width: 32px;
  height: 48px;
  border: 1px solid rgba(18,19,22,.36);
  border-radius: 999px;
  transform: translateX(-50%);
}
.envii-scroll-cue span {
  position: absolute;
  top: 10px;
  left: 50%;
  width: 4px;
  height: 8px;
  border-radius: 999px;
  background: var(--envii-black);
  transform: translateX(-50%);
  animation: enviiScroll 1.8s ease-in-out infinite;
}
@keyframes enviiScroll { 0% { opacity: 0; transform: translate(-50%,0); } 35% { opacity: 1; } 100% { opacity: 0; transform: translate(-50%,15px); } }

/* Feature cards */
.envii-section--features { background: #fff; }
.envii-feature-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 24px;
}
.envii-feature-card {
  position: relative;
  min-height: 415px;
  border-radius: var(--envii-radius);
  overflow: hidden;
  background: #e9ebee;
  color: #fff;
  box-shadow: 0 18px 55px rgba(18,19,22,.06);
}
.envii-feature-card::after {
  content: "";
  position: absolute;
  inset: 30% 0 0;
  background: linear-gradient(to bottom, transparent, rgba(8,9,12,.82));
}
.envii-feature-card img { width: 100%; height: 100%; object-fit: cover; transition: transform .7s cubic-bezier(.2,.75,.2,1); }
.envii-feature-card:hover img { transform: scale(1.04); }
.envii-feature-card > div { position: absolute; z-index: 2; inset: auto 24px 24px; }
.envii-feature-card h3 { margin: 0 0 8px; font-size: 24px; font-weight: 520; letter-spacing: -.035em; }
.envii-feature-card p { margin: 0; color: rgba(255,255,255,.82); font-size: 14px; line-height: 1.5; }
.envii-slider-controls { display: none; justify-content: center; gap: 8px; margin-top: 28px; }
.envii-slider-controls button {
  width: 38px;
  height: 38px;
  border: 0;
  border-radius: 50%;
  background: #d9dde1;
  color: #3a3d43;
  font-size: 24px;
  cursor: pointer;
}
.envii-slider-controls button:last-child { background: #7c838b; color: #fff; }

/* Split section */
.envii-section--split { background: var(--envii-soft); }
.envii-split-grid { display: grid; grid-template-columns: .92fr 1.08fr; align-items: center; gap: clamp(45px, 7vw, 110px); }
.envii-split-copy h2 { font-size: clamp(42px, 5vw, 76px); }
.envii-split-copy > p:not(.envii-kicker) { max-width: 680px; margin: 30px 0 0; color: #5f646d; font-size: 18px; line-height: 1.7; }
.envii-award { display: flex; align-items: center; gap: 18px; margin-top: 34px; }
.envii-award > span { width: 58px; height: 58px; display: grid; place-items: center; border: 1px solid var(--envii-line); border-radius: 50%; font-size: 13px; }
.envii-award strong,.envii-award small { display: block; }
.envii-award strong { font-weight: 620; }
.envii-award small { margin-top: 2px; color: var(--envii-muted); }
.envii-split-media { min-height: 620px; border-radius: var(--envii-radius); overflow: hidden; background: #ddd; }
.envii-split-media img { width: 100%; height: 112%; object-fit: cover; transform: translate3d(0, calc(-6% + var(--envii-parallax-y, 0px)), 0); }

/* Art editorial */
.envii-editorial-banner,
.envii-video-section { position: relative; min-height: 720px; overflow: hidden; color: #fff; }
.envii-editorial-banner__media,
.envii-video-section__bg { position: absolute; inset: -10%; background-size: cover; background-position: center; }
.envii-editorial-banner__overlay,
.envii-video-section__shade { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(7,8,10,.84), rgba(7,8,10,.25) 62%, rgba(7,8,10,.08)); }
.envii-editorial-banner__content { position: relative; z-index: 2; min-height: 720px; display: flex; flex-direction: column; justify-content: center; align-items: flex-start; }
.envii-editorial-banner__content h2 { max-width: 820px; }
.envii-editorial-banner__content > p:not(.envii-kicker) { max-width: 650px; margin: 26px 0 30px; color: rgba(255,255,255,.78); font-size: 18px; }

/* Shop / WooCommerce */
.envii-section--shop { background: #fff; }
.envii-products { display: grid; grid-template-columns: repeat(4, minmax(0,1fr)); gap: 24px; }
.envii-product-card { min-width: 0; }
.envii-product-card__image { position: relative; display: block; aspect-ratio: 1 / 1.15; border-radius: var(--envii-radius); overflow: hidden; background: #f0f1f3; }
.envii-product-card__image img { width: 100%; height: 100%; object-fit: cover; transition: transform .65s cubic-bezier(.2,.75,.2,1); }
.envii-product-card:hover .envii-product-card__image img { transform: scale(1.035); }
.envii-product-card__badge { position: absolute; top: 14px; left: 14px; padding: 7px 11px; border-radius: 999px; background: #fff; font-size: 11px; font-weight: 700; text-transform: uppercase; }
.envii-product-card__meta { padding: 18px 4px 0; }
.envii-product-card__type { margin: 0 0 4px; color: var(--envii-muted); font-size: 12px; }
.envii-product-card__type a { color: inherit; }
.envii-product-card h3 { margin: 0; font-size: 23px; font-weight: 520; letter-spacing: -.035em; }
.envii-product-card__bottom { display: flex; justify-content: space-between; align-items: end; gap: 14px; margin-top: 12px; }
.envii-product-card__price { font-size: 14px; font-weight: 650; }
.envii-product-card__price del { color: var(--envii-muted); font-weight: 400; }
.envii-product-card__price ins { text-decoration: none; }
.envii-product-card__link { display: inline-flex; align-items: center; gap: 6px; font-size: 12px; font-weight: 650; }
.envii-product-card__link svg { width: 15px; height: 15px; fill: none; stroke: currentColor; stroke-width: 1.7; }
.envii-empty-shop { padding: 45px; border: 1px dashed var(--envii-line); border-radius: var(--envii-radius); text-align: center; color: var(--envii-muted); }

/* Video */
.envii-video-section { min-height: 760px; }
.envii-video-section__shade { background: rgba(5,6,8,.46); }
.envii-video-section__content { position: relative; z-index: 2; min-height: 760px; display: flex; flex-direction: column; justify-content: center; align-items: center; text-align: center; }
.envii-play { width: 96px; height: 96px; display: grid; place-items: center; margin-bottom: 38px; border: 2px solid rgba(255,255,255,.9); border-radius: 50%; color: #fff; transition: transform .25s ease, background .25s ease; }
.envii-play:hover { transform: scale(1.06); background: rgba(255,255,255,.12); }
.envii-play svg { width: 38px; height: 38px; fill: none; stroke: currentColor; stroke-width: 1.6; }
.envii-video-section h2 { max-width: 1050px; }

/* Testimonials */
.envii-section--testimonials { background: #fff; }
.envii-quotes { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 42px; }
.envii-quote { margin: 0; padding: 0; }
.envii-quote > span { width: 48px; height: 48px; display: grid; place-items: center; margin-bottom: 24px; border-radius: 50%; background: var(--envii-soft); color: var(--envii-muted); font-size: 12px; }
.envii-quote p { margin: 0; font-size: clamp(20px, 1.7vw, 27px); line-height: 1.45; letter-spacing: -.025em; }
.envii-quote footer { margin-top: 22px; color: var(--envii-muted); font-size: 13px; }

/* Journal */
.envii-section--journal { background: var(--envii-soft); }
.envii-journal-grid { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 28px; }
.envii-journal-card__image { display: block; aspect-ratio: 1.45 / 1; overflow: hidden; border-radius: var(--envii-radius); background: #e7e8ea; }
.envii-journal-card__image img { width: 100%; height: 100%; object-fit: cover; transition: transform .65s ease; }
.envii-journal-card:hover .envii-journal-card__image img { transform: scale(1.035); }
.envii-journal-card__meta { margin: 17px 0 7px; color: var(--envii-muted); font-size: 12px; }
.envii-journal-card h3 { margin: 0; font-size: 26px; font-weight: 500; line-height: 1.12; letter-spacing: -.035em; }

/* Footer */
.envii-footer { background: #111215; color: #fff; }
.envii-footer__top { padding: 78px 0 68px; display: grid; grid-template-columns: 1.2fr 1fr auto; gap: 55px; align-items: start; }
.envii-brand--footer { color: #fff; }
.envii-brand--footer .envii-brand__mark { box-shadow: inset 7px 0 0 #111215; }
.envii-footer__top p { max-width: 360px; margin: 20px 0 0; color: rgba(255,255,255,.56); }
.envii-footer__nav { display: grid; grid-template-columns: repeat(2,minmax(110px,1fr)); gap: 12px 28px; }
.envii-footer__nav a { color: rgba(255,255,255,.75); font-size: 14px; }
.envii-footer__nav a:hover { color: #fff; }
.envii-socials { display: flex; gap: 8px; }
.envii-socials a { width: 42px; height: 42px; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.2); border-radius: 50%; }
.envii-socials svg { width: 19px; height: 19px; fill: none; stroke: currentColor; stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; }
.envii-footer__bottom { min-height: 76px; display: flex; align-items: center; justify-content: space-between; gap: 20px; border-top: 1px solid rgba(255,255,255,.12); color: rgba(255,255,255,.45); font-size: 12px; }
.envii-footer__bottom > div { display: flex; gap: 22px; }

/* Reveal / parallax */
.envii-reveal { opacity: 0; transform: translateY(28px); transition: opacity .75s ease, transform .75s cubic-bezier(.2,.75,.2,1); transition-delay: var(--envii-delay, 0ms); }
.envii-reveal.is-visible { opacity: 1; transform: translateY(0); }
.envii-parallax { --envii-parallax-y: 0px; transform: translate3d(0, var(--envii-parallax-y), 0); will-change: transform; }
.envii-hero__product.envii-parallax { animation: enviiFloat 6s ease-in-out infinite; }
.envii-split-media img.envii-parallax { transform: translate3d(0, calc(-6% + var(--envii-parallax-y)), 0); }

@media (max-width: 1180px) {
  .envii-header__inner { grid-template-columns: 1fr auto; }
  .envii-nav {
    position: fixed;
    top: 92px;
    left: 0;
    right: 0;
    display: grid;
    grid-template-columns: 1fr;
    gap: 0;
    max-height: 0;
    overflow: hidden;
    padding-inline: 26px;
    background: rgba(255,255,255,.96);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    transition: max-height .35s ease, padding .35s ease;
  }
  .envii-header.is-scrolled .envii-nav { top: 72px; }
  .envii-header.is-menu-open .envii-nav { max-height: 520px; padding-top: 18px; padding-bottom: 24px; border-bottom: 1px solid var(--envii-line); }
  .envii-nav a { padding: 13px 0; font-size: 18px; }
  .envii-nav a::after { display: none; }
  .envii-menu-toggle { display: inline-grid; }
  .envii-hero__inner { grid-template-columns: 1fr .8fr; }
  .envii-feature-grid { grid-template-columns: repeat(2, minmax(0,1fr)); }
  .envii-products { grid-template-columns: repeat(2, minmax(0,1fr)); }
}

@media (max-width: 840px) {
  body.envii-full-canvas-template.admin-bar .envii-header { top: 46px; }
  .envii-shell, .envii-hero__inner { width: min(100% - 30px, var(--envii-wide)); }
  .envii-header__inner { min-height: 78px; }
  .envii-header.is-scrolled .envii-header__inner { min-height: 66px; }
  .envii-nav { top: 78px; }
  .envii-header.is-scrolled .envii-nav { top: 66px; }
  .envii-brand { font-size: 21px; }
  .envii-brand__mark { width: 22px; height: 22px; border-width: 5px; }
  .envii-hero { min-height: auto; }
  .envii-hero__inner { min-height: auto; padding-top: 132px; padding-bottom: 80px; grid-template-columns: 1fr; }
  .envii-hero__visual { min-height: 440px; order: -1; }
  .envii-hero__product { width: min(88vw, 560px); }
  .envii-hero__orb { width: min(80vw, 520px); height: min(80vw, 520px); }
  .envii-hero__features { margin-bottom: 25px; }
  .envii-hero h1 { font-size: clamp(56px, 16vw, 88px); }
  .envii-scroll-cue { display: none; }
  .envii-split-grid { grid-template-columns: 1fr; }
  .envii-split-media { min-height: 500px; order: -1; }
  .envii-editorial-banner, .envii-editorial-banner__content, .envii-video-section, .envii-video-section__content { min-height: 620px; }
  .envii-quotes { grid-template-columns: 1fr; gap: 52px; }
  .envii-journal-grid { grid-template-columns: 1fr; }
  .envii-footer__top { grid-template-columns: 1fr; gap: 40px; }
}

@media (max-width: 620px) {
  .envii-section { padding: 76px 0; }
  .envii-section-heading--row { align-items: flex-start; flex-direction: column; }
  .envii-feature-grid,
  .envii-products {
    display: flex;
    gap: 15px;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    padding-bottom: 8px;
    scrollbar-width: none;
  }
  .envii-feature-grid::-webkit-scrollbar,
  .envii-products::-webkit-scrollbar { display: none; }
  .envii-feature-card { flex: 0 0 84%; min-height: 400px; scroll-snap-align: start; }
  .envii-product-card { flex: 0 0 82%; scroll-snap-align: start; }
  .envii-slider-controls { display: flex; }
  .envii-hero__visual { min-height: 370px; }
  .envii-hero__features { gap: 10px 18px; font-size: 12px; }
  .envii-hero__features span { padding-left: 16px; }
  .envii-hero__features span::before { width: 8px; height: 8px; }
  .envii-buttons { flex-direction: column; align-items: stretch; }
  .envii-button { width: 100%; }
  .envii-feature-card h3 { font-size: 22px; }
  .envii-split-media { min-height: 410px; }
  .envii-editorial-banner__content > p:not(.envii-kicker) { font-size: 16px; }
  .envii-product-card h3 { font-size: 21px; }
  .envii-product-card__bottom { align-items: flex-start; flex-direction: column; }
  .envii-footer__bottom { padding: 22px 0; align-items: flex-start; flex-direction: column; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .envii-reveal { opacity: 1; transform: none; transition: none; }
  .envii-hero__product, .envii-scroll-cue span { animation: none; }
  .envii-parallax { transform: none !important; }
}

/* v1.1 — editable section order + social profiles in header */
.envii-main {
  display: flex;
  flex-direction: column;
}

.envii-header-socials {
  display: flex;
  align-items: center;
  gap: 2px;
  margin-right: 4px;
}
.envii-header-socials a {
  width: 36px;
  height: 36px;
  display: grid;
  place-items: center;
  border-radius: 999px;
  color: currentColor;
  transition: background .22s ease, transform .22s ease, opacity .22s ease;
}
.envii-header-socials a:hover {
  background: rgba(18,19,22,.06);
  transform: translateY(-1px);
}
.envii-header-socials svg,
.envii-nav__socials svg {
  width: 18px;
  height: 18px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.7;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.envii-nav__socials { display: none; }

@media (max-width: 840px) {
  .envii-account-link { display: none; }
  .envii-header-socials a { width: 34px; height: 34px; }
  .envii-header-socials svg { width: 17px; height: 17px; }
}

@media (max-width: 620px) {
  .envii-header-socials { display: none; }
  .envii-nav__socials {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 16px 0 4px;
  }
  .envii-nav__socials a {
    width: 42px;
    height: 42px;
    display: grid;
    place-items: center;
    border: 1px solid rgba(18,19,22,.14);
    border-radius: 999px;
  }
}
