@charset "UTF-8";
/* FIXING FONT RENDERING */
/* line 2, /Volumes/MACDRIVE/Herd/studio-sequarta/style.scss */
body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

/* GLOBAL COLOR */
/* line 17, /Volumes/MACDRIVE/Herd/studio-sequarta/style.scss */
body {
  color: #F8FCFC;
  min-height: 100vh; }

/* line 21, /Volumes/MACDRIVE/Herd/studio-sequarta/style.scss */
.rz-overlay {
  background: linear-gradient(180deg, transparent 0%, #002900 100%);
  z-index: -1; }

/* line 25, /Volumes/MACDRIVE/Herd/studio-sequarta/style.scss */
.rz-overlay-invert {
  background: linear-gradient(180deg, #002900 0%, transparent 100%); }

/* line 28, /Volumes/MACDRIVE/Herd/studio-sequarta/style.scss */
.rz-bg-forest {
  background-color: #004E00; }

/* line 31, /Volumes/MACDRIVE/Herd/studio-sequarta/style.scss */
.rz-bg-deep {
  background-color: #002900; }

/* line 34, /Volumes/MACDRIVE/Herd/studio-sequarta/style.scss */
.rz-bg-black {
  background-color: #111111; }

/* line 37, /Volumes/MACDRIVE/Herd/studio-sequarta/style.scss */
.rz-bg-gradient-dark {
  background: linear-gradient(180deg, #111111 0%, #002900 100%); }

/* GLOBAL TYPOGRAPHY */
/* line 44, /Volumes/MACDRIVE/Herd/studio-sequarta/style.scss */
body {
  font-family: 'Satoshi', sans-serif; }

/* line 47, /Volumes/MACDRIVE/Herd/studio-sequarta/style.scss */
h1,
h2,
h3,
h4,
h5 {
  font-family: 'New Title', sans-serif;
  font-weight: 700;
  line-height: 90%;
  color: #F8FCFC; }

/* line 57, /Volumes/MACDRIVE/Herd/studio-sequarta/style.scss */
h2, .uk-h2 {
  font-size: 8rem;
  color: #00FF00; }

/* line 61, /Volumes/MACDRIVE/Herd/studio-sequarta/style.scss */
h3, .uk-h3 {
  font-size: 4rem; }

/* line 64, /Volumes/MACDRIVE/Herd/studio-sequarta/style.scss */
.rz-subtext {
  color: #FFF;
  text-transform: uppercase;
  font-size: 0.875rem;
  letter-spacing: 5%;
  font-weight: 600; }

/* line 72, /Volumes/MACDRIVE/Herd/studio-sequarta/style.scss */
hgroup h1, hgroup h2 {
  margin-top: 10px; }

/* BRANDING */
/* line 79, /Volumes/MACDRIVE/Herd/studio-sequarta/style.scss */
.rz-logo-small {
  max-height: 30px; }

/* HOMEPAGE */
/* HOMEPAGE — HERO */
/* line 87, /Volumes/MACDRIVE/Herd/studio-sequarta/style.scss */
#homeTop {
  min-height: 100dvh;
  display: flex;
  flex-direction: column;
  position: relative;
  overflow: hidden; }

/* line 95, /Volumes/MACDRIVE/Herd/studio-sequarta/style.scss */
#homeTop > div:first-child {
  width: 100%; }

/* line 99, /Volumes/MACDRIVE/Herd/studio-sequarta/style.scss */
#homeHero {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  /* was: center — this was capping the width */
  position: relative;
  text-align: center; }

/* Headline stretches full viewport width */
/* line 110, /Volumes/MACDRIVE/Herd/studio-sequarta/style.scss */
.rz-hero-headline {
  width: 100%;
  overflow: hidden;
  padding: 140px 0 0 0; }
  /* line 114, /Volumes/MACDRIVE/Herd/studio-sequarta/style.scss */
  .rz-hero-headline h1 {
    font-size: 30vw;
    text-transform: uppercase;
    color: #00FF00;
    line-height: 0.88;
    width: 100%;
    padding: 0;
    margin: 0;
    text-align: center; }

/* Phones float above the headline */
/* line 128, /Volumes/MACDRIVE/Herd/studio-sequarta/style.scss */
.rz-hero-phones {
  position: absolute;
  top: 10px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  align-items: space-between;
  z-index: 10;
  pointer-events: none; }

/* line 139, /Volumes/MACDRIVE/Herd/studio-sequarta/style.scss */
.rz-phone {
  width: clamp(80px, 14vw, 220px);
  /* DESKTOP width: clamp(120px, 14vw, 220px); */
  height: auto;
  drop-shadow: 0 40px 80px rgba(0, 0, 0, 0.6); }

/* line 146, /Volumes/MACDRIVE/Herd/studio-sequarta/style.scss */
.rz-phone--left {
  transform: rotate(-6deg) translateY(10px);
  animation: floatLeft 4s ease-in-out infinite; }

/* line 151, /Volumes/MACDRIVE/Herd/studio-sequarta/style.scss */
.rz-phone--right {
  transform: rotate(4deg) translateY(-10px);
  animation: floatRight 4s ease-in-out infinite;
  animation-delay: 0.5s; }

/* Subtext below headline */
/* line 158, /Volumes/MACDRIVE/Herd/studio-sequarta/style.scss */
.rz-hero-sub {
  margin: 20px 0; }
  /* line 160, /Volumes/MACDRIVE/Herd/studio-sequarta/style.scss */
  .rz-hero-sub p {
    font-size: 1rem;
    color: #F8FCFC;
    opacity: 0.75;
    line-height: 1.6; }

/* Floating animations */
@keyframes floatLeft {
  0%, 100% {
    transform: rotate(-6deg) translateY(10px); }
  50% {
    transform: rotate(-6deg) translateY(-10px); } }

@keyframes floatRight {
  0%, 100% {
    transform: rotate(4deg) translateY(-10px); }
  50% {
    transform: rotate(4deg) translateY(10px); } }

/* line 181, /Volumes/MACDRIVE/Herd/studio-sequarta/style.scss */
#homeAbout {
  min-height: 100dvh;
  display: flex;
  align-items: center;
  text-align: center;
  padding: 20px 0; }
  /* line 187, /Volumes/MACDRIVE/Herd/studio-sequarta/style.scss */
  #homeAbout video {
    z-index: -2; }

/* line 192, /Volumes/MACDRIVE/Herd/studio-sequarta/style.scss */
#homeServices, #homeHow {
  min-height: 100dvh;
  display: flex;
  align-items: center; }
  /* line 197, /Volumes/MACDRIVE/Herd/studio-sequarta/style.scss */
  #homeServices div.uk-container, #homeHow div.uk-container {
    width: 100%; }

/* line 201, /Volumes/MACDRIVE/Herd/studio-sequarta/style.scss */
.rz-cardSteps {
  background-color: #002E00;
  padding: 20px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 400px;
  height: 100%;
  box-sizing: border-box;
  border: 1px solid transparent;
  transition: border-color 0.3s ease, box-shadow 0.3s ease; }
  /* line 212, /Volumes/MACDRIVE/Herd/studio-sequarta/style.scss */
  .rz-cardSteps h3 {
    margin: 0; }

/* line 217, /Volumes/MACDRIVE/Herd/studio-sequarta/style.scss */
.rz-cardSteps:hover {
  border-color: rgba(229, 255, 229, 0.25);
  box-shadow: 0 0 24px rgba(0, 78, 0, 0.5); }

/* line 222, /Volumes/MACDRIVE/Herd/studio-sequarta/style.scss */
.rz-cardSteps__number {
  display: block;
  font-size: 3rem;
  color: #ffffff;
  font-weight: 300;
  text-align: right;
  line-height: 1;
  margin-bottom: auto; }

/* line 233, /Volumes/MACDRIVE/Herd/studio-sequarta/style.scss */
.rz-cardSteps__body {
  font-size: 0.95rem;
  color: #ffffff;
  margin: 0;
  line-height: 1.5; }

/* line 241, /Volumes/MACDRIVE/Herd/studio-sequarta/style.scss */
#homeContact {
  min-height: 80dvh; }

/* line 245, /Volumes/MACDRIVE/Herd/studio-sequarta/style.scss */
footer {
  background-color: #002900;
  background-image: url(img/footer.png);
  background-repeat: no-repeat;
  background-position: 50% 100%;
  background-size: contain;
  height: 100px; }

/* OVERRIDES */
/* line 256, /Volumes/MACDRIVE/Herd/studio-sequarta/style.scss */
#offcanvas-nav .uk-offcanvas-bar {
  width: 100vw !important;
  left: auto !important;
  /* reset if needed for flip mode */
  background-color: #002900;
  padding-top: 100px; }
  /* line 261, /Volumes/MACDRIVE/Herd/studio-sequarta/style.scss */
  #offcanvas-nav .uk-offcanvas-bar .uk-offcanvas-close {
    top: 25px;
    right: 20px; }
  /* line 265, /Volumes/MACDRIVE/Herd/studio-sequarta/style.scss */
  #offcanvas-nav .uk-offcanvas-bar h3 {
    color: #00FF00; }

/* LINKS & BUTTON */
/* line 271, /Volumes/MACDRIVE/Herd/studio-sequarta/style.scss */
a,
.uk-link {
  color: #1e87f0;
  text-decoration: none;
  cursor: pointer; }

/* line 277, /Volumes/MACDRIVE/Herd/studio-sequarta/style.scss */
a:hover,
.uk-link:hover,
.uk-link-toggle:hover .uk-link,
.uk-link-toggle:focus .uk-link {
  color: #0f6ecd;
  text-decoration: underline; }

/* line 291, /Volumes/MACDRIVE/Herd/studio-sequarta/style.scss */
.uk-button-primary {
  background-color: #00FF00;
  color: #002600;
  transition: .5s; }

/* line 296, /Volumes/MACDRIVE/Herd/studio-sequarta/style.scss */
.uk-button-primary:hover,
.uk-button-primary:focus {
  color: #00FF00;
  background-color: #002600; }

/* line 307, /Volumes/MACDRIVE/Herd/studio-sequarta/style.scss */
.rz-btn {
  display: inline-block;
  padding: 14px 36px;
  background-color: #00FF00;
  color: #000;
  text-transform: uppercase;
  text-decoration: none;
  border-radius: 2px;
  transition: background 0.2s, transform 0.15s; }
  /* line 316, /Volumes/MACDRIVE/Herd/studio-sequarta/style.scss */
  .rz-btn:hover {
    background-color: #006100;
    transform: translateY(-2px);
    color: #FFF;
    text-decoration: none; }

/* line 323, /Volumes/MACDRIVE/Herd/studio-sequarta/style.scss */
.rz-btn-small {
  display: inline-block;
  padding: 4px 12px;
  background-color: #00FF00;
  color: #000;
  text-transform: uppercase;
  text-decoration: none;
  border-radius: 2px;
  transition: background 0.2s, transform 0.15s;
  font-size: 0.75rem; }
  /* line 333, /Volumes/MACDRIVE/Herd/studio-sequarta/style.scss */
  .rz-btn-small:hover {
    background-color: #006100;
    transform: translateY(-2px);
    color: #FFF;
    text-decoration: none; }

/* line 342, /Volumes/MACDRIVE/Herd/studio-sequarta/style.scss */
p.rz-display::after {
  content: "mobile"; }

@media (min-width: 640px) {
  /* line 348, /Volumes/MACDRIVE/Herd/studio-sequarta/style.scss */
  p.rz-display::after {
    content: "small"; }
  /* line 351, /Volumes/MACDRIVE/Herd/studio-sequarta/style.scss */
  .rz-hero-headline {
    padding: 0; }
    /* line 353, /Volumes/MACDRIVE/Herd/studio-sequarta/style.scss */
    .rz-hero-headline h1 {
      padding: 0; }
  /* line 357, /Volumes/MACDRIVE/Herd/studio-sequarta/style.scss */
  .rz-hero-phones {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -60%); } }

@media (min-width: 960px) {
  /* line 366, /Volumes/MACDRIVE/Herd/studio-sequarta/style.scss */
  p.rz-display::after {
    content: "medium"; }
  /* line 370, /Volumes/MACDRIVE/Herd/studio-sequarta/style.scss */
  .rz-hero-headline h1 {
    font-size: 25vw; } }

@media (min-width: 1200px) {
  /* line 378, /Volumes/MACDRIVE/Herd/studio-sequarta/style.scss */
  p.rz-display::after {
    content: "large"; }
  /* line 382, /Volumes/MACDRIVE/Herd/studio-sequarta/style.scss */
  .rz-hero-sub p {
    font-size: 1.5rem; }
  /* line 387, /Volumes/MACDRIVE/Herd/studio-sequarta/style.scss */
  footer {
    height: 200px; } }

@media (min-width: 1600px) {
  /* line 394, /Volumes/MACDRIVE/Herd/studio-sequarta/style.scss */
  p.rz-display::after {
    content: "extra large"; } }

/* Oct 2025 */
/* line 400, /Volumes/MACDRIVE/Herd/studio-sequarta/style.scss */
.uk-navbar-left, .uk-navbar-right, .uk-navbar-center {
  align-items: center; }

/* line 403, /Volumes/MACDRIVE/Herd/studio-sequarta/style.scss */
.uk-navbar-center:not(:only-child) {
  align-items: center; }

/*# sourceMappingURL=style.css.map */