/* ===== HERO SLIDER ===== */
.home-hero{ position:relative; min-height: calc(100vh - var(--hdrH, 0px)); }
.slider{ position:relative; height: min(92vh, 820px); min-height: 520px; overflow:hidden; }

.slide{
  position:absolute; inset:0;
  opacity:0; visibility:hidden;
  transition:opacity .6s ease, visibility .6s ease;
}
.slide.is-active{ opacity:1; visibility:visible; }

.slide__bg{ position:absolute; inset:0; z-index:0; }
.slide__bg img{ width:100%; height:100%; object-fit:cover; display:block; }
.slide__shade{
  position:absolute; inset:0; z-index:0;
  background: linear-gradient(180deg, rgba(0,0,0,.35) 0%, rgba(0,0,0,.25) 40%, rgba(0,0,0,.45) 100%);
}

.slide__content{
  position:relative; z-index:1; height:100%;
  display:flex; flex-direction:column; justify-content:center;
  width:min(1200px, 94vw); margin:0 auto; padding: 0 24px; color:#fff;
}

.hero-pill{
  align-self:flex-start;
  background:#57803a; color:#fff; border-radius:999px;
  padding:10px 16px; font-size:12px; letter-spacing:.12em; text-transform:uppercase;
  box-shadow:0 8px 18px rgba(0,0,0,.18);
}

.slide__title{
  margin:.5rem 0 .4rem;
  font-family:"Cormorant Garamond", serif; font-weight:300;
  font-size: clamp(36px, 6.6vw, 64px); line-height:1.08;
}
.slide__lead{
  max-width: 72ch; margin: 0 0 1.0rem; font-size:22px; line-height:1.6; opacity:.95;
}


.hero-cta{
  /* width: auto; */
  display:inline-block; padding:12px 18px; border:1px solid #fff; color:#fff; text-decoration:none;
  border-radius:8px; letter-spacing:.12em; text-transform:uppercase; font-size:12px;
  transition: background .2s ease, color .2s ease;
}
.hero-cta:hover{ background:#fff; color:#111; border-color:#fff; }

/* ---- BOTTOM-RIGHT CONTROLS (prev • dots • next) ---- */
.slider-controls{
  position:absolute; right:80px; bottom:56px; z-index:3;
  display:flex; align-items:center; gap:28px;
}

/* dots between arrows */
.dots{ position:static; display:flex; align-items:center; gap:10px; }
.dots button{
  width:12px; height:12px; border-radius:50%;
  border:0; background:rgba(255,255,255,.7); cursor:pointer;
  transition: transform .2s ease, background .2s ease;
}
.dots button[aria-selected="true"]{ background:#fff; transform:scale(1.25); }

/* arrows (icons drawn in CSS; buttons have NO inner text) */
.nav{
  width:40px; height:40px;
  display:grid; place-items:center;
  cursor:pointer;
  background:transparent;
  color:#fff;
  border:1px solid transparent;   /* no border initially */
  transition: background .2s ease, border-color .2s ease;
  transform: rotate(45deg);       /* makes BOTH buttons diamond */
}

.nav:hover{
  background:rgba(255,255,255,.15);
  border-color:rgba(255,255,255,.9); /* show border only on hover */
}

/* Chevron icons */
.nav--prev::before,
.nav--next::before{
  content:"";
  width:18px; height:18px;
  border-right:2px solid currentColor;
  border-top:2px solid currentColor;
  display:block;
}

.nav--prev::before{
  transform: rotate(180deg);
}

.nav--next::before{
  transform: rotate(0deg);
}

/* Transparent header variant over hero (if your navbar.js toggles this) */
.smg-header.smg-header--over-hero{
  background: transparent !important; box-shadow: none !important;
}
.smg-header.smg-header--over-hero .smg-logo,
.smg-header.smg-header--over-hero .smg-menu a,
.smg-header.smg-header--over-hero .smg-search{ color:#fff; }
.smg-header.smg-header--over-hero .smg-menu a[aria-current="page"]::after{ background:#fff; }

/* Responsive tweaks */
@media (max-width: 860px){
  .slide__title{ font-size: clamp(30px, 8vw, 48px); }
  .slide__lead{ max-width: 56ch; }
}



/* cards part */

.nvz-services{
  position: relative;
  background: #f7f5f1;
  padding: 30px 20px 60px;
  font-family: "Cormorant Garamond", serif;
}

.nvz-topbar{
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  /* max-width: 1300px; */
  margin: 0 auto 50px;
  padding: 0 20px;
}
.nvz-left-wrap{
  display:flex;
  align-items:center;
  gap:20px;
  position:relative;
}

.nvz-top-center{
  text-align: center;
  max-width: 750px;
  margin: 0 auto;
}

/* Right */
.nvz-top-right{
  display: flex;
  justify-content: flex-end;
}
/* Pills */
.nvz-pill{
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 10px 12px;
  border-radius: 999px;
  border: 1px solid #cfe0d3;
  background: #ffffff;
  color: #57803a;
  font-weight: 400; /* no bold */
  font-size: 14px;
}
.nvz-pill-left{
  display:inline-flex;
  align-items:center;
  gap:8px;
  padding:10px 20px;
  background:#57803a;       /* green pill color */
  color:#ffffff;
  border-radius:999px;
  border:none;
  font-weight:400;
  font-size:15px;
  cursor:pointer;
  transition:transform .25s ease, box-shadow .25s ease;
}
.nvz-pill-dot{
  width:8px;
  height:8px;
  background:#ffffff;
  border-radius:50%;
  display:inline-block;
}

/* Our Services pill (matches screenshot) */
.nvz-pill--cta{
  display:inline-flex;
  align-items:center;
  gap:14px;
  padding:14px 18px 14px 22px;
  border:1.5px solid #57803a;           /* thin green outline */
  border-radius:999px;                   /* pill */
  background:#ffffff;                    /* light backdrop */
  color:#57803a;                         /* green text */
  font:400 16px/1.1 ui-sans-serif,system-ui,-apple-system,Segoe UI,Roboto,Inter,Helvetica,Arial;
  cursor:pointer;
  transition:transform .25s ease, box-shadow .25s ease, border-color .25s ease, background-color .25s ease;
}

.nvz-pill__label{ white-space:nowrap; }

.nvz-pill__action{
  width:32px;
  height:32px;
  border-radius:50%;
  background:#57803a;                    /* solid green circle */
  color:#ffffff;                         /* white arrow */
  display:inline-flex;
  align-items:center;
  justify-content:center;
  flex:0 0 32px;
  transition:transform .25s ease, background-color .25s ease;
}

.nvz-pill__arrow{
  width:34px;
  height:34px;
  display:block;
}
.nvz-pill-left:hover{
  transform:scale(1.06);
  box-shadow:0 6px 14px rgba(0,0,0,.15);
}

/* Decorative cross lines */
.nvz-lines{
  /* position:relative; */
  /* width:10px; */
  height:160px;
}

.nvz-line-h{
  position:absolute;
  top:20%;
  left:0;
  width:100%;
  height:1px;
  background:#bcc3c0;   /* light grey line */
}

.nvz-line-v{
  position:absolute;
  left:80%;
  top:0;
  width:1px;
  height:100%;
  background:#bcc3c0;
}

/* Hover / focus (subtle, premium) */
.nvz-pill--cta:hover{
  transform:translateY(-1px);
  box-shadow:0 8px 18px rgba(22,44,25,.12);
  border-color:#57803a;
}
.nvz-pill--cta:hover .nvz-pill__action{
  transform:scale(1.06);
  background:#57803a;
}

.nvz-pill--cta:focus-visible{
  outline:3px solid rgba(90,135,68,.35);
  outline-offset:2px;
}
.nvz-pill--sm{
  padding:10px 14px 10px 16px;
  font-size:14px;
}
.nvz-pill--sm .nvz-pill__action{
  width:28px; height:28px;
}


/* Header */
.nvz-head{
  max-width: 980px;
  margin: 0 auto 36px;
  text-align: center;
}
.nvz-title{
  margin: 54px 0 10px;
  font-size: clamp(28px, 4vw, 44px);
  font-weight: 600;
  color: #1d2b22;
}
.nvz-title-accent{ color: #669344; }
.nvz-sub{
  color: #5c6b63;
  font-size: clamp(14px, 1.8vw, 16px);
  line-height: 1.2;
  max-width: 920px;
  margin: 0 auto;   
}

/* Grid */
.nvz-grid{
  max-width: 1300px;
  margin: 30px auto 0;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 22px;
}

/* Card */
.nvz-card{
  background: #ffffff;
  border: 1px solid #e6ece8;
  border-radius: 18px;
  padding: 36px 32px;
  transition: transform .35s ease, box-shadow .35s ease, border-color .35s ease;
  transform: scale(1);
}
.nvz-card:hover{
  transform: scale(1.04);
  box-shadow: 0 14px 34px rgba(8, 21, 14, .12);
  border-color: #d7e6da;
}

.nvz-card-head{
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  margin-bottom: 16px;
}
.nvz-card-title{
  font-size: 32px;
  line-height: 1.05;
  color: #0f1e16;
  font-weight: 600;
}
.nvz-card-icon{
  /* width: 86px; height: 86px;
  border-radius: 14px;
  background: #e9f3eb;
  border: 1px solid #d7e9db;
  display: flex; align-items: center; justify-content: center; */
  transition: transform .35s ease;
}
.nvz-card:hover .nvz-card-icon{
  transform: scale(1.12);
}
.nvz-card-icon svg{
  width: 75px; height: 75px;
  fill: #57803a;
}

.nvz-card-body{
  color: #5c6b63;
  font-size: 15.5px;
  line-height: 1.7;
  transition: opacity .35s ease;
}
.nvz-card:hover .nvz-card-body{
  opacity: 0.92;
}

/* Responsive */
@media (max-width: 1100px){
  .nvz-grid{ grid-template-columns: repeat(2, 1fr); }
  .nvz-rail--right{ display:none; }
}
@media (max-width: 900px){
  .nvz-topbar{
    grid-template-columns: 1fr;
    text-align: center;
    gap: 22px;
  }
  .nvz-top-left,
  .nvz-top-right{
    justify-content: center;
  }
  .nvz-rail-line{ display:none; }
  .nvz-lines{ display: none;}
}

@media (max-width: 640px){
  .nvz-grid{ grid-template-columns: 1fr; }
  .nvz-rail{ display:none; }
  .nvz-head{ text-align:left; padding:0 4px; }
}


/* =============== WATCH – THE LATEST =============== */
.watch-block{
  background: #f3efe8;       /* warm off-white like your theme */
  padding: clamp(20px, 4vw, 80px) 0;
}

.watch-wrap{
  width: min(1240px, 92vw);
  margin: 0 auto;
}

/* Head */
.watch-head{
  display:flex;
  align-items:flex-end;
  justify-content:space-between;
  margin-bottom: clamp(18px, 3vw, 28px);
}
.watch-head-titles h2{
  margin: 0 0 4px;
  font-family:"Cormorant Garamond", serif;
  font-weight:400;
  font-size: clamp(26px, 3.2vw, 34px);
  color:#1b1b1b;
}
.watch-sub{
  margin: 0 ;
  font-family: "Cormorant Garamond", serif;
  font-weight: 400;
  font-size: clamp(28px, 4.2vw, 42px);
  color:#1b1b1b;
}
.watch-viewall{
  align-self:flex-start;
  font-size: 14px;
  letter-spacing: .12em;
  text-transform: uppercase;
  color:#1b1b1b;
  text-decoration:none;
  border-bottom:1px solid currentColor;
  padding-bottom: 4px;
  transition: opacity .25s ease;
}
.watch-viewall:hover{ opacity:.6; }

/* Track
   On desktop we show 2 full cards and a hint of the third using overflow + mask.
   On mobile it becomes a horizontal snap scroller. */
.watch-track{
  display:flex;
  gap: clamp(24px, 3vw, 36px);
  overflow-x: auto;
  padding-bottom: 6px;
  scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch;
  /* subtle right fade so 3rd card peeks in */
  /* mask-image: linear-gradient(to right, rgba(0,0,0,1) 80%, rgba(0,0,0,0)); */
  scrollbar-width: thin; /* Firefox */
  scrollbar-color: rgba(70,70,70,.55) rgba(200,200,200,.25);
}
.watch-track::-webkit-scrollbar {
  height: 6px;                           /* slim horizontal bar */
}
.watch-track::-webkit-scrollbar-track {
  background: rgba(200,200,200,.25);     /* soft neutral track */
  border-radius: 10px;
}
.watch-track::-webkit-scrollbar-thumb {
  background: rgba(60,60,60,.45);        /* elegant muted thumb */
  border-radius: 10px;
  transition: background .25s ease;
}
.watch-track::-webkit-scrollbar-thumb:hover {
  background: rgba(60,60,60,.7);
}
.watch-track::-webkit-scrollbar { opacity: 0; transition: opacity .25s; }
.watch-track:hover::-webkit-scrollbar { opacity: 1; }

/* Card */
.watch-card{
  flex: 0 0 min(44rem, 48vw);       /* wide cards */
  scroll-snap-align: start;
  background: transparent;
}

.watch-card__link{ text-decoration:none; color:inherit; display:block; }

/* Thumbnail with overlay play button */
.watch-thumb{
  position:relative;
  aspect-ratio: 16/10;
  overflow:hidden;
  background:#ddd;
}
.watch-thumb img{
  width:100%; height:100%; object-fit:cover; display:block;
  transform: scale(1); transition: transform .45s ease, filter .45s ease;
}
.watch-play{
  position:absolute; inset:0;
  display:grid; place-items:center;
  opacity:.95; pointer-events:none;
  transition: opacity .35s ease, transform .35s ease;
}
.watch-card__link:hover .watch-play{ opacity:1; transform: scale(1.03); }
.watch-card__link:hover .watch-thumb img{ transform: scale(1.03); filter: contrast(1.03) brightness(1.02); }

/* Meta */
.watch-meta{ padding: 14px 2px 0; }
.watch-eyebrow{
  font-size: 12px;
  letter-spacing:.16em;
  text-transform: uppercase;
  color:#7b7b7b;
  margin-bottom: 10px;
}
.watch-title{
  font-family: "Cormorant Garamond", serif;
  font-weight: 400;
  font-size: clamp(20px, 2.4vw, 28px);
  line-height: 1.25;
  color:#1c1c1c;
  margin: 0 0 8px;
}
.watch-excerpt{
  margin: 0;
  color:#6c6c6c;
  font-size: clamp(14px, 1.2vw, 16px);
  line-height: 1.6;
}

/* Mobile: tighter */
@media (max-width: 860px){
  .watch-track{ gap: 18px; }
  .watch-card{ flex: 0 0 84vw; }
  .watch-thumb{ border-radius: 4px; }
}


/* ==================== PORTFOLIO ==================== */
.portfolio-block{
  background: #5a5850;                 /* warm taupe like screenshot */
  color: #fff;
  padding: clamp(40px, 4vw, 90px) 0;
}

.portfolio-wrap{
  width: min(1240px, 92vw);
  margin: 0 auto;
}

.portfolio-head{
  display:flex;
  justify-content: space-between;
  align-items:flex-start;
  margin-bottom: clamp(22px, 4vw, 38px);
  gap: 20px;
}
.portfolio-head-left h2{
  margin: 0 0 8px;
  font-family: "Cormorant Garamond", serif;
  font-weight: 400;
  font-size: clamp(26px, 3.2vw, 34px);
}

.portfolio-head-left .portfolio-sub{
  margin: 0;
  font-family: "Cormorant Garamond", serif;
  font-weight: 400;
  font-size: clamp(28px, 4.2vw, 44px);
}

/* small outlined button like screenshot */
.portfolio-viewall{
  align-self:flex-start;
  display: inline-block;
  margin-top: 4px;
  padding: 6px 18px;
  font-size: 12px;
  letter-spacing: .1em;
  text-transform: uppercase;
  color:#fff;
  text-decoration: none;
  border: 1px solid rgba(255,255,255,.85);
  border-radius: 2px;
  transition: background .2s ease, color .2s ease, border-color .2s ease;
}
.portfolio-viewall:hover{
  background:#fff;
  color:#222;
  border-color:#fff;
}

/* Grid – three big cards on desktop */
.portfolio-grid{
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: clamp(26px, 3vw, 36px);
}

/* Card */
.portfolio-link{ color: inherit; text-decoration: none; display:block; }

.portfolio-thumb{
  position: relative;
  aspect-ratio: 4/3;          /* similar to your refs */
  overflow: hidden;
  background: #cfcfcf;
}
.portfolio-thumb img{
  width: 100%; height: 100%;
  object-fit: cover; display:block;
  transform: scale(1);
  transition: transform .45s ease, filter .45s ease;
}

/* hover effect */
.portfolio-card:hover .portfolio-thumb img{
  transform: scale(1.03);
  filter: contrast(1.02) brightness(1.02);
}

.portfolio-meta{
  padding: 16px 2px 0;
}
.portfolio-title{
  margin: 0 0 10px;
  font-family: "Cormorant Garamond", serif;
  font-weight: 400;
  font-size: clamp(20px, 2.4vw, 28px);
  line-height: 1.25;
}
.portfolio-subtitle{
  margin: 0 0 14px;
  color: #d8d5cf;
  font-size: clamp(14px, 1.2vw, 16px);
  line-height: 1.6;
}
.portfolio-loc{
  margin: 0;
  color:#d8d5cf;
  font-size: 12px;
  letter-spacing:.18em;
  text-transform: uppercase;
}

/* Mobile – horizontal snap scroller */
@media (max-width: 860px){
  .portfolio-grid{
    display: grid;
    grid-auto-flow: column;
    grid-auto-columns: 82%;
    overflow-x: auto;
    gap: 18px;
    padding-bottom: 6px;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    mask-image: linear-gradient(to right, rgba(0,0,0,1) 85%, rgba(0,0,0,0));
  }
  .portfolio-card{ scroll-snap-align: start; }
}
@media (max-width: 700px){
  .portfolio-head{
    flex-direction: column;
    align-items:flex-start;
    gap: 12px;
  }
  .portfolio-viewall{ width: 100%; text-align: center; }
}

/* ==================== DESIGN STUDIO – VIDEO HERO ==================== */
.studio-hero{
  position: relative;
  min-height: clamp(520px, 86vh, 920px);
  overflow: hidden;
  color: #fff;
}

/* Video + gradient shade */
.studio-hero__media{
  position:absolute; inset:0; overflow:hidden;
}
.studio-hero__video{
  position:absolute; left:50%; top:50%;
  transform: translate(-50%, -50%);
  min-width:100%; min-height:100%;
  width:auto; height:auto; object-fit:cover;
}
.studio-hero__shade{
  position:absolute; inset:0;
  background:
    linear-gradient(180deg, rgba(0,0,0,.28) 0%, rgba(0,0,0,.22) 35%, rgba(0,0,0,.42) 100%);
  pointer-events:none;
}

/* Text block */
.studio-hero__content{
  position:relative; z-index:1;
  width:min(1200px, 92vw);
  margin: 0 auto;
  padding-top: clamp(56px, 18vh, 220px);
  padding: clamp(24px, 5vw, 48px) 0;
  height: 100%;
  display:flex;
  flex-direction: column;
  justify-content: flex-start;
  gap: clamp(10px, 2.2vw, 18px);
}

/* Eyebrow – top-left feel */
.studio-hero__eyebrow{
  margin: 0;
  font-family: "Cormorant Garamond", serif;
  font-weight: 400;
  font-size: clamp(40px, 6.8vw, 82px);
  line-height: 1.03;
  letter-spacing: .01em;
}

/* Big serif paragraph */
.studio-hero__lede{
  /* max-width: 60ch; */
  font-family: "Cormorant Garamond", serif;
  font-weight: 400;
  line-height: 1.28;
  font-size: clamp(18px, 2.1vw, 28px);
  text-wrap: balance;
  margin-top: clamp(72px, 10vw, 96px);
}

/* Reuse your compact CTA; ensure tight width */
.hero-cta{
  display:inline-block; align-items:center; justify-content:center;
  width:auto !important; white-space:nowrap;
  border:1px solid rgba(255,255,255,.9);
  border-radius:2px; color:#fff; background:transparent;
  text-decoration:none; text-transform:uppercase;
  line-height:1.15; letter-spacing:.06em;
  transition: background .2s ease, color .2s ease, border-color .2s ease;
}
.hero-cta--sm{ padding:6px 16px; font-size:12px; letter-spacing: .06em;}
.hero-cta:hover{ background:#fff; color:#111; border-color:#fff; }

/* Fix hero CTA width issue */
.hero-cta,
.hero-cta--sm {
  display: inline-block !important;
  width: auto !important;
  max-width: fit-content !important;
  white-space: nowrap;
  text-align: center;
}

/* Tight border for clean look */
.hero-cta--sm {
  padding: 16px 32px;
  border: 1px solid rgba(255,255,255,.9);
  border-radius: 2px;
  letter-spacing: .06em;
}

.studio-hero__content a {
  flex: 0 0 auto !important;
}


/* Mobile breathing room */
@media (max-width: 780px){
  .studio-hero__lede{ max-width: 68ch; }
}


/* Add breathing space under Watch section */
.watch-section {
  margin-bottom: 80px;   /* desktop spacing */
}

@media (max-width: 768px) {
  .watch-section {
    margin-bottom: 50px; /* mobile spacing */
  }
}


/* Footer */

.nvz-footer{
  background:#eee9e2;                /* soft beige */
  color:#1b231c;
  padding:40px 18px;
  font-family: ui-sans-serif,system-ui,-apple-system,Segoe UI,Roboto,Inter,Helvetica,Arial;
}
.nvz-footer__inner{
  max-width:1200px;
  margin:0 auto;
  display:grid;
  grid-template-columns: 1.4fr 1fr 1fr 1.2fr;
  gap:36px;
}

/* Headings (no bold) */
.nvz-foot-h{
  font-weight:700;
  font-size:22px;
  margin:0 0 14px 0;
  color:#1d2b22;
}

/* Body copy */
.nvz-foot-p{
  margin:0 0 18px 0;
  color:#404a42;
  line-height:1.75;
  font-size:15.5px;
}

/* Link columns */
.nvz-foot-links ul{ list-style:none; margin:0; padding:0; }
.nvz-foot-links li{ margin:10px 0; }
.nvz-foot-links a{
  display:inline-flex;
  align-items:center;
  gap:8px;
  color:#252d26;
  text-decoration:none;
  font-size:15px;
}
.nvz-foot-links a .chev{ color:#5b6a61; }
.nvz-foot-links a:hover{ color:#6d8f50; }

/* Contact block */
.nvz-phone{
  display:inline-block;
  color:#57803a;
  text-decoration:none;
  font-size:30px;
  font-weight: 700;
  line-height:1.2;
  margin-bottom:6px;
}
.nvz-phone-underline{
  display:block;
  height:2px;
  width:100%;
  background:#1d2b22;                 /* dark underline */
  margin:8px 0 14px 0;
  opacity:.5;
}
.nvz-email{
  display:inline-block;
  color:#0f1e16;
  text-decoration:none;
  font-size:18px;
  font-weight: 700;
  margin-bottom:14px;
}
.nvz-email:hover{ text-decoration:underline; }

/* Socials */
.nvz-social{ display:flex; gap:16px; margin-top:10px; }
.nvz-social__btn{
  /* width:36px; height:36px; */
  /* border-radius:8px; */
  display:flex; align-items:center; justify-content:center;
  color:#0f1e16;
  /* background:#fff; */
  /* border:1px solid #d8d2c9; */
  text-decoration:none;
  transition:transform .25s ease, box-shadow .25s ease, border-color .25s ease;
}
.nvz-social__btn svg{ width:32px; height:32px; fill:currentColor; }
.nvz-social__btn:hover{
  transform:translateY(-2px);
  color:#c9c2b7;
  box-shadow:0 8px 18px rgba(0,0,0,.08);
}

/* CTA pill (left) */
.nvz-cta{
  display:inline-flex;
  align-items:center;
  gap:14px;
  padding:14px 18px 14px 22px;
  border:1.5px solid #57803a;
  border-radius:999px;
  background:#ffffff;
  color:#57803a;
  font-weight:400;
  font-size:16px;
  cursor:pointer;
  transition:transform .25s ease, box-shadow .25s ease, border-color .25s ease, background-color .25s ease;
}
.nvz-cta__circle{
  width:32px; height:32px; border-radius:50%;
  background:#57803a; color:#ffffff;
  display:inline-flex; align-items:center; justify-content:center;
  flex:0 0 32px;
  transition:transform .25s ease, background-color .25s ease;
}
.nvz-cta__arrow{ width:32px; height:32px; display:block; }
.nvz-cta:hover{
  transform:translateY(-1px);
  box-shadow:0 8px 18px rgba(22,44,25,.12);
  border-color:#57803a;
}
.nvz-cta:hover .nvz-cta__circle{
  transform:scale(1.06);
  background:#57803a;
}

/* Responsive */
@media (max-width: 1000px){
  .nvz-footer__inner{
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 640px){
  .nvz-footer__inner{
    grid-template-columns: 1fr;
  }
  .nvz-phone{ font-size:22px; }
}