/* Fonts */
@import url('https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Space+Grotesk:wght@300&display=swap');


/* General Reset */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    width: 100vw;
    height: 100%;
    overflow-x: hidden;
    background-color: #0f0e0f;
}

/* ===== Text Spinner ===== */
.text-spinner {
    position: fixed;
    bottom: 10px;
    left: 10px;
    z-index: 9999;
    display: inline-block;
    cursor: pointer;
    text-decoration: none;
    --spin-duration: 12s;
}

.text-spinner svg {
    display: block;
    transform-origin: 50% 50%;
    animation: spin var(--spin-duration) linear infinite;
    transition: transform 200ms ease;
}

.text-spinner:hover svg {
    transform: rotate(0deg) scale(1.04);
    animation-play-state: running;
}

.text-spinner text {
    font-family: Inter, system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
    font-size: 12px;
    letter-spacing: 4px;
    fill: #ffffff;
    /* white text */
}

/* Accessibility: respect reduced motion */
@media (prefers-reduced-motion: reduce) {
    .text-spinner svg {
        animation: none;
    }
}

@keyframes spin {
    to {
        transform: rotate(360deg);
    }
}


/* ===== Services Hero Section ===== */
.services-hero {
    width: 100%;
    height: 90vh;
    padding: 0 5%;
    margin-top: 10vh;
}
.services-hero-content {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    font-family: 'Space Grotesk', sans-serif;
    text-transform: uppercase;
}

.services-hero-top {
    display: inline-flex;
    flex-direction: row;
    align-items: center;
    gap: 3.5vw;
}

.services-hero-title1 {
    position: relative;
    top: 2vh;
    color: #0f0e0f;
    text-shadow:
        2.5px 2.5px 0 var(--nf-gray),
        -2.5px -2.5px 0 var(--nf-gray),
        2.5px -2.5px 0 var(--nf-gray),
        -2.5px 2.5px 0 var(--nf-gray);
    font-family: 'Inter', sans-serif;
    font-weight: 500;
    font-size: clamp(3rem, 14.5vw, 16rem);
}

.simple-icons--apacheairflow {
    position: relative;
    top: 2vh;
    display: inline-block;
    width: 200px;
    height: 200px;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23ff0000' d='m17.195 16.822l4.002-4.102C23.55 10.308 23.934 5.154 24 .43a.4.4 0 0 0-.246-.373a.39.39 0 0 0-.437.09l-6.495 6.658l-4.102-4.003C10.309.45 5.154.066.43 0H.423a.397.397 0 0 0-.277.683l6.658 6.494l-4.003 4.103C.45 13.692.065 18.846 0 23.57a.398.398 0 0 0 .683.282l6.494-6.657l3.934 3.837l.17.165c2.41 2.353 7.565 2.737 12.288 2.803h.006a.397.397 0 0 0 .277-.683zm-.409-9.476c.04.115.05.24.031.344c-.17.96-1.593 2.538-4.304 3.87a.6.6 0 0 0-.08-.079c1.432-3.155 1.828-5.61 1.175-7.322l3.058 2.984zm-.131 9.44a.7.7 0 0 1-.347.031c-.96-.171-2.537-1.594-3.87-4.307a1 1 0 0 0 .08-.078l-.001.001c3.155 1.432 5.61 1.83 7.324 1.174l-2.969 3.043M23.568.392a.05.05 0 0 1 .052-.011c.018.006.03.024.029.043c-.065 4.655-.437 9.726-2.703 12.05c-1.53 1.565-4.326 1.419-8.283-.377c.006-.037.021-.07.02-.108c0-.044-.017-.082-.026-.123c2.83-1.39 4.315-3.037 4.506-4.115c.057-.322-.009-.542-.102-.688zM.393.43A.05.05 0 0 1 .382.38C.39.36.403.343.425.35c4.655.065 9.727.438 12.05 2.703l.002.002c1.56 1.527 1.415 4.323-.379 8.28c-.033-.005-.062-.02-.097-.02h-.008c-.045.001-.084.019-.126.027c-1.39-2.83-3.037-4.314-4.115-4.506c-.323-.057-.542.01-.688.103zm11.94 11.563a.33.33 0 0 1-.327.335H12a.332.332 0 0 1-.004-.661c.172.016.333.144.335.326zm-5.12 4.661a.7.7 0 0 1-.03-.345c.17-.96 1.595-2.54 4.309-3.873c.013.016.019.035.033.05c.013.012.03.017.044.028c-1.434 3.158-1.83 5.613-1.177 7.326l-3.041-2.967m-.006-9.659a.74.74 0 0 1 .345-.031c.961.17 2.54 1.594 3.871 4.306a.6.6 0 0 0-.079.08c-2.167-.983-4.007-1.484-5.498-1.484q-1.02 0-1.825.308L7.128 7.35M.43 23.607c-.018.018-.038.015-.052.01q-.028-.01-.028-.043c.065-4.654.437-9.725 2.703-12.049c1.527-1.565 4.325-1.419 8.286.378c-.006.035-.02.067-.02.104c0 .043.018.083.026.124c-2.831 1.391-4.317 3.04-4.51 4.117c-.057.322.01.542.103.688zm23.144.042c-4.655-.065-9.726-.437-12.05-2.703l-.005-.006c-1.56-1.526-1.412-4.322.383-8.279c.033.005.064.02.098.02h.009c.043 0 .08-.018.122-.027c1.39 2.832 3.036 4.317 4.115 4.51q.125.021.23.021a.8.8 0 0 0 .45-.133l6.68 6.516c.02.02.016.04.01.052a.04.04 0 0 1-.042.029'/%3E%3C/svg%3E");
    animation: spin 10s linear infinite;
    animation-delay: 0.85s;
}

.services-hero-bottom {
    display: flex;
}

.services-hero-title2 {
    position: relative;
    bottom: 8vh;
    font-family: 'Space Grotesk', sans-serif;
    font-optical-sizing: auto;
    font-weight: 800;
    font-size: clamp(3rem, 14.5vw, 16rem);
    background-image: linear-gradient(to bottom,
    hsla(0, 0%, 100%, 1) 40%, hsla(0, 100%, 50%, 1) 65%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.mini-service-list {
    position: relative;
    bottom: 11vh;
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
    float: right;
    margin-right: 7.5vw;
}

.mini-service-item {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 2.25rem;
    text-transform: uppercase;
}

.mini-service-item:hover {
    cursor: pointer;
}

.mini-service-item a {
    color: #fff;
    font-family: 'Inter', sans-serif;
    font-weight: 400;
    font-size: 1.05rem;
    text-decoration: none;
}

.mini-service-item a:hover {
    text-decoration: underline;
}
.mini-service-item sl-icon {
    color: #fff;
}

@media (max-width: 1024px) {
    .services-hero {
        padding: 0 3%;
    }
    .services-hero-title2 {
        bottom: 0;
        text-align: center;
        line-height: 0.8;
        font-size: 14vw;
        
    }
    .simple-icons--apacheairflow {
        width: 125px;
        height: 125px;
    }
    .mini-service-list {
        margin-right: 0;

    }
}

@media (max-width: 768px) {

}

@media (max-width: 480px) {
    .text-spinner {
        display: none;
    }
    .services-hero-top {
        position: relative;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        top: -12vh;
    }
    .services-hero-title1 {
        font-size: 5.5rem;
        text-shadow:
        2px 2px 0 var(--nf-gray),
        -2px -2px 0 var(--nf-gray),
        2px -2px 0 var(--nf-gray),
        -2px 2px 0 var(--nf-gray);
    }
    .services-hero-title2 {
        font-size: 6rem;
        margin-top: -20px;
        bottom: 6vh;
        background-image: linear-gradient(to bottom,
    hsla(0, 0%, 100%, 1) 70%, hsla(0, 100%, 50%, 1) 85%);
    }
    .mini-service-list {
        margin-right: 0;
        bottom: 19vh;
    }
    .mini-service-item a {
        font-size: 0.9rem;
    }
}

/* ===== NF Expand/Reveal Widget (scoped) ===== */
.nf-reveal{
  --nf-black:#0f0e0f;
  --nf-gray:#a6a6a6;
  --nf-red:#ff0000;
  --nf-white: #ffffff;
  display:grid;
  grid-template-columns: minmax(0,1fr) minmax(0,1fr);
  gap: clamp(24px,4vw,5%);
  align-items:start;
  width: 80%;
  max-width: 80%;
  height: auto;
  margin: 0 auto;
  margin-top: 10%;
  margin-bottom: 120px;
}

.nf-reveal__col {
    min-width: 0
}

/* Left column */
.nf-reveal__eyebrow{
  font-family:"Space Grotesk",sans-serif;
  font-weight:800;
  text-transform:uppercase;
  letter-spacing:.02em;
  color:#0f0e0f;
  text-shadow:
        1px 1px 0 var(--nf-gray),
        -1px -1px 0 var(--nf-gray),
        1px -1px 0 var(--nf-gray),
        -1px 1px 0 var(--nf-gray);
  font-size: clamp(28px,4vw,56px);
  line-height:1.05;
}

.nf-reveal__eyebrow span {
    color: var(--nf-red);
    text-shadow: none;
}


.nf-reveal__toggle-row{
  display:grid;
  grid-template-columns: 1fr auto;
  align-items:center;
  gap: 16px;
  margin-top: clamp(16px,2.5vw,28px);
}

.nf-reveal__rule{
  border: 0;
  border-top: 1px solid rgba(255, 255, 255, 0.3);
}

.nf-reveal__btn{
  inline-size:56px; block-size:56px;
  border-radius:999px;
  background: var(--nf-black);
  border:1px solid #fff;
  display:grid; place-items:center;
  cursor:pointer;
  transition: transform .15s ease-in-out, border-color .2s ease-in-out, background .2s ease-in-out;
}
.nf-reveal__btn:hover{ transform:scale(1.05); border-color:#a6a6a6; }
.nf-reveal__btn:focus-visible{ outline:2px solid #a6a6a6; outline-offset:2px; }

/* plus / x icon built with CSS so it inherits brand color easily */
.nf-reveal__icon{
  position:relative;
  display:block;
  inline-size:18px; block-size:18px;
}
.nf-reveal__icon::before,
.nf-reveal__icon::after{
  content:"";
  position:absolute; inset:0;
  margin:auto;
  background:var(--nf-white);
  border-radius:2px;
}
.nf-reveal__icon::before{ inline-size:18px; block-size:2px; } /* horizontal bar */
.nf-reveal__icon::after{ inline-size:2px; block-size:18px; }   /* vertical bar */

/* expanded state transforms plus to X */
.nf-reveal__btn[aria-expanded="true"] .nf-reveal__icon{
  transform:rotate(45deg);
  transition: transform .25s ease-in-out;
}

/* reveal body (slide + fade) */
.nf-reveal__body{
  overflow:hidden;
  margin-top: clamp(12px,1.5vw,16px);
  color:var(--nf-white);
  max-width: 80%;
}
.nf-reveal__body p{
  font-family:"Inter",sans-serif;
  font-size: 1rem;
  font-weight:500;
  line-height:1.5;
  color:var(--nf-gray);
    margin-bottom: 16px;
}

.reveal-list-title {
  font-family: "Space Grotesk", sans-serif;
  font-size: 2rem;
  font-weight: 800;
  margin-bottom: 20px;
  color: #464646;
}

.noto--waving-hand-medium-light-skin-tone {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 128 128'%3E%3Cpath fill='%23e0bb95' d='M93.3 60c.2.3.7.1.7-.2c.6-5.4 2.2-20.3 12.8-23.5c3.4-1 6.8 1.4 7.2 4.5c.7 5-5 17.9-4.5 29.7c.1 1.9 3.3 22-5.2 33.9s-28.7 24-48.8 5.6c-10.4-9.5-10.4-13.3-23.3-26.6c-2.6-2.6-13-14-15.8-17.5c-3.7-4.7 2.2-10.9 6.7-7.7c2.1 1.5 20.7 17.1 21.4 17.8c1.4 1.2 3.1-.5 2.1-1.7c-11.4-15-22.4-28.5-25.4-33.7s4.2-10.8 8.4-6.3c2.9 3 24.4 28.1 25.4 29.2s2.7-.3 2.1-1.7c-.7-1.3-18.1-31.6-21.2-38.5c-2.7-6.1 6.3-11.8 10.5-5.5c3.4 5 22.4 36.6 23.1 37.7c.9 1.6 2.9.6 2.1-1.2C71 53 59.3 21 58.4 17.7c-1.6-5.8 6.7-10.6 10.6-4c5.3 9.1 15.8 36.9 24.3 46.3'/%3E%3Cdefs%3E%3Cpath id='SVGTXYnub2S' d='M93.3 60c.2.3.7.1.7-.2c.6-5.4 2.2-20.3 12.8-23.5c3.4-1 6.8 1.4 7.2 4.5c.7 5-5 17.9-4.5 29.7c.1 1.9 3.3 22-5.2 33.9s-28.7 24-48.8 5.6c-10.4-9.5-10.4-13.3-23.3-26.6c-2.6-2.6-13-14-15.8-17.5c-3.7-4.7 2.2-10.9 6.7-7.7c2.1 1.5 20.7 17.1 21.4 17.8c1.4 1.2 3.1-.5 2.1-1.7c-11.4-15-22.4-28.5-25.4-33.7s4.2-10.8 8.4-6.3c2.9 3 24.4 28.1 25.4 29.2s2.7-.3 2.1-1.7c-.7-1.3-18.1-31.6-21.2-38.5c-2.7-6.1 6.3-11.8 10.5-5.5c3.4 5 22.4 36.6 23.1 37.7c.9 1.6 2.9.6 2.1-1.2C71 53 59.3 21 58.4 17.7c-1.6-5.8 6.7-10.6 10.6-4c5.3 9.1 15.8 36.9 24.3 46.3'/%3E%3C/defs%3E%3CclipPath id='SVGOde5adtf'%3E%3Cuse href='%23SVGTXYnub2S'/%3E%3C/clipPath%3E%3Cg fill='%23d19661' clip-path='url(%23SVGOde5adtf)'%3E%3Cpath d='M91.2 60.2c-12.4 10.1-17.9 24.5-7.7 39.5c.9 1.3 2.8.1 2-1.4c-4.2-7.5-7.3-21 7.2-35.1c1.7.8 3.7-.9 3.8-2.4c1.1-9.4 2.2-17.2 9.2-21.6c2.7-1.7 6.2-.5 6.4 3.6c0 0 2.2.2 3.1.3c.5-2.1 1.5-5.9 1.5-6s-11.8-4.5-11.8-4.5L94.6 42.8zm-20-4.1c1.4-.7 2.6-1.8 2-3.3c-.6-1.6-11.7-31.8-12.4-34.1c-1.4-4.2 2.1-7.5 5.2-6.1c1.7.8 2.5-1.9 1.6-2.3s-3-2.3-7.2-.2c-7.5 3.8-3.1 12.2-1.1 17.1s11.9 28.9 11.9 28.9m-14.5 7.5c1.7-1.2 3-2.2 1.5-4.6c-1-1.6-17.9-32.3-19.6-35.3c-2.5-4.3 2.7-8.1 5.6-5.4c1.3 1.2 3.3-1.4 2.3-2.4s-4.5-3.9-8.9-1s-4.5 6.4-3.9 7.9c.5 1.5 23 40.8 23 40.8m-10 12.3c1.2-1.8 2-2.7.3-5S25.1 42.2 24 40.7c-2.8-3.7 1.3-6.9 3.3-5.8c1.9 1.1 3-2 1.4-2.8s-4.2-1.7-6.6 0s-3.8 5.2-3.4 7.2c.3 2 28 36.6 28 36.6'/%3E%3Cpath d='M92.8 113.6c-16.2 7.7-28.3 1.7-36.1-5.9c-8.9-8.7-13.1-16.7-19-22.1c-2-1.9-17.8-18.7-19.7-21.6c-1.5-2.4 1.5-6.5 4.8-4.2c2.1 1.4 3.1-1.6 1.7-2.4s-4.5-2.5-7.8 0c-3.3 2.4-3.4 6.7-2.6 8.1s49.4 57.2 49.4 57.2l19.8-.5l10.6-6.5z'/%3E%3C/g%3E%3Cdefs%3E%3Cuse href='%23SVGTXYnub2S' id='SVGdNmDqbHG'/%3E%3C/defs%3E%3CclipPath id='SVG4O03hchm'%3E%3Cuse href='%23SVGdNmDqbHG'/%3E%3C/clipPath%3E%3Cg fill='%238d542e' clip-path='url(%23SVG4O03hchm)'%3E%3Cpath d='M111.5 36c.5 1.3 1.1 3.6.5 6.7c-2.3 11.6-6.1 18.4-4.9 30.9c2.2 24-6.2 42.2-35.1 45.8c-2.9.4-2.1 2.6-.6 2.4c.7-.1 21.3-3.8 21.3-3.8s19.1-16.3 19.1-16.5s4.8-62.4 4.8-62.4zm-50-25.5c1.3.2 4.1 1.3 6.1 5.2s11.8 26.4 13.1 28.8s6.6 14.3 10.9 17.9c1.4 1.1 2.1-.8 2.1-.8l.1-3.1L70.6 5.7l-7.7.3zm9.7 45.6c-1.9.9-3.3 1.7-4.7-.5C65.6 54 55.9 37.4 43.7 18c-1-1.5-3.3-2.8-5.1-2.1c-1.8.8-2.2-1.5-1.3-2s6.5-3.6 10.3 2.8s23.6 39.4 23.6 39.4m-14.5 7.5c-1.5 1.1-3 2.5-4.9.2c-1.8-2.2-22.3-26.6-23.5-28.1s-3.7-2.8-5.6-1.6c-1.3.8-2.5-1.6-1.7-2.2s5.3-4.6 8.3-1.2s27.4 32.9 27.4 32.9m-10 12.3c-1.3 1.4-2.7 2.2-4.6.8S23.2 61 22.1 60s-4.3-2.5-6.7-.1c-.9.9-2.5-.6-1.6-1.5c.9-1 5.8-6 9.7-2.7s23.2 20.2 23.2 20.2'/%3E%3C/g%3E%3Cpath fill='%23b0bec5' d='M10.6 81.3c3.1 9.2 7.8 14.9 15.5 20.1c1.4 1 .6 3-1 2.3c-7.2-2.9-15.2-9.3-17.1-22c-.3-1.7 2.1-2 2.6-.4m6-5.5c3.1 9.2 7.8 14.9 15.5 20.1c1.4 1 .6 3-1 2.3c-7.2-2.9-15.2-9.3-17.1-22c-.2-1.7 2.1-2 2.6-.4m76.9-41.2c-2.4-9.4-6.8-15.4-14.1-21c-1.4-1-.4-3 1.2-2.3c7 3.3 14.6 10.3 15.6 23.1c.1 1.7-2.3 1.9-2.7.2m6.5-4.8c-2.4-9.4-6.8-15.4-14.1-21c-1.4-1-.4-3 1.2-2.3c7 3.3 14.6 10.3 15.6 23.1c.1 1.6-2.2 1.8-2.7.2'/%3E%3C/svg%3E");
}

.reveal-list {
  list-style: circle;
  font-size: 1rem;
  font-family: "Inter", sans-serif;
  font-weight: 500;
  color: #a6a6a6;
  margin-left: 50px;
}

.reveal-list li {
  margin: 10px 0;
}

/* animation container uses height auto transition via grid + keyframes */
.nf-reveal__body[data-anim="enter"]{
  animation:nfSlideFadeIn .45s cubic-bezier(.22,.61,.36,1) forwards;
}
.nf-reveal__body[data-anim="leave"]{
  animation:nfSlideFadeOut .35s ease forwards;
}
@keyframes nfSlideFadeIn{
  from{ opacity:0; transform:translateY(-12px) }
  to  { opacity:1; transform:translateY(0) }
}
@keyframes nfSlideFadeOut{
  from{ opacity:1; transform:translateY(0) }
  to  { opacity:0; transform:translateY(-12px) }
}

/* Right column card */
.nf-reveal__card-title {
  font-family:"Space Grotesk",sans-serif;
  font-weight:800;
  text-transform:uppercase;
  letter-spacing:.02em;
  color:var(--nf-white);
  margin-bottom: 30px;
  text-align: center;
  font-size: clamp(16px,6vw,3rem);
}

.nf-reveal__card-title span {
  color: var(--nf-red);
}

.nf-reveal__media{
  width:100%;
  aspect-ratio: 16/10;
  border-radius:12px;
  overflow:hidden;
  box-shadow:0 5px 15px rgba(0,0,0,.15);
  margin-bottom: 30px;
}
.nf-reveal__media img{
  width:100%; 
  height:100%; 
  object-fit: cover;
  display:block;
}

.nf-reveal__card-copy{
  font-family:"Inter",sans-serif;
  font-size: 1rem;
  font-weight:500;
  color:var(--nf-gray);
  line-height: 1.5;
}

.bottom-hr {
    margin: 0 auto;
    width: 80%;
    margin-top: 5%;
    font-size: 0.15px;
    color: rgba(255, 255, 255, 0.3);
}


/* A11y helper */
.sr-only{ position:absolute !important; inline-size:1px; block-size:1px; padding:0; margin:-1px; overflow:hidden; clip:rect(0,0,0,0); white-space:nowrap; border:0; }

/* Responsive */
@media (max-width: 1024px) {
    .nf-reveal { 
        min-width: 100%;
        grid-template-columns: 1fr; 
        margin: 120px 0;
        padding: 0 5%;
    }
    .nf-reveal__col.nf-reveal__right {
        margin-top: 5%;
    }
    .nf-reveal__card-title {
        font-size: 4vw;
    }
    .nf-reveal__eyebrow,
    .nf-reveal__card-title {
        font-size: 5vw;
    }
    .nf-reveal__body {
        max-width: 100%;
    }
}

@media (max-width: 768px) {
    .nf-reveal__eyebrow {
        font-size: 40px;
    }
    .nf-reveal__card-title {
        font-size: 40px;
    }
}

@media (max-width: 480px) {
    .nf-reveal__eyebrow {
        font-size: 2.05rem;
    }
    .nf-reveal__btn {
        inline-size: 48px; 
        block-size: 48px;
    }
    .nf-reveal__body {
        max-width: 100%;
    }
    .nf-reveal__card-title {
        font-size: 2.25rem;
    }
}

/* ===== Noble Fir • Creative Process ===== */
#nf-process {
    --nf-black: #0f0e0f;
    --nf-white: #ffffff;
    --nf-gray: #464646;
    --nf-light-gray: #a6a6a6;
    --nf-red: #ff0000;

    width: 100vw;
    min-height: 100vh;
    background: var(--nf-black);
    color: var(--nf-white);
    /* padding: 5% auto;  -> padding can't be 'auto', using vertical padding instead */
    padding: 5% 0;
    overflow: hidden;
    margin: 5% 0;
}

.nf-proc__wrap {
    /* 3×3 grid so we can anchor cards to corners and title in center */
    display: grid;
    grid-template-columns: 1fr minmax(520px, 640px) 1fr;
    grid-template-rows: 1fr auto 1fr;
    gap: 60px 80px;
    width: 100%;
    height: 100%;
    place-items: center;
}

/* Cards (corner boxes) */
.nf-proc__card {
    background: var(--nf-black);
    border: 1px solid rgba(255, 255, 255, .06);
    box-shadow: 0 10px 30px rgba(0, 0, 0, .35);
    width: 420px;
    height: 420px;
    padding: 28px 32px;
    position: relative;
    display: flex;
    flex-direction: column;
    row-gap: 24px;
}

.nf-proc__step {
    font-weight: 800;
    font-size: 10rem;
    line-height: 0.8;
    letter-spacing: -0.02em;
    color: var(--nf-red);
    user-select: none;
    font-family: "Space Grotesk", sans-serif;
}

.nf-proc__title {
    margin-top: 5%;
    font-size: 22px;
    font-family: "Inter", sans-serif;
    font-weight: 700;
    letter-spacing: .02em;
    text-transform: uppercase;
    border-top: 1px solid rgba(255, 255, 255, 0.3);
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    padding: 20px 0;
}

.nf-proc__copy {
    margin-top: 14px;
    font-size: 1rem;
    font-weight: 500;
    line-height: 1.25;
    color: var(--nf-light-gray);
    font-family: "Inter", sans-serif;
}

/* Place each card in a corner cell */
.nf-proc__card:nth-of-type(1) {
    grid-column: 1;
    grid-row: 1;
    justify-self: end;
}

.nf-proc__card:nth-of-type(2) {
    grid-column: 3;
    grid-row: 1;
    justify-self: start;
}

.nf-proc__card:nth-of-type(3) {
    grid-column: 1;
    grid-row: 3;
    justify-self: end;
}

.nf-proc__card:nth-of-type(4) {
    grid-column: 3;
    grid-row: 3;
    justify-self: start;
}

/* Center headline block */
.nf-proc__center {
    grid-column: 2;
    grid-row: 2;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
    text-align: center;
}

.nf-proc__eyebrow {
    font-size: 16px;
    letter-spacing: .18em;
    text-transform: uppercase;
    color: var(--nf-white);
}

.nf-proc__eyebrow strong {
    font-size: 16px;
    letter-spacing: .18em;
    text-transform: uppercase;
    color: var(--nf-red);
}

.nf-proc__headline {
    margin: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    line-height: .92;
    font-family: "Space Grotesk", sans-serif;
    font-weight: 800;
}

.nf-proc__word--gray {
    font-size: 8rem;
    font-weight: 800;
    color: var(--nf-black);
    text-shadow:
        2px 2px 0 var(--nf-gray),
        -2px -2px 0 var(--nf-gray),
        2px -2px 0 var(--nf-gray),
        -2px 2px 0 var(--nf-gray);
    text-transform: uppercase;
    letter-spacing: .01em;
}

.nf-proc__word--white {
    font-size: 8rem;
    font-weight: 800;
    color: var(--nf-white);
    /* “Process” in nf-white */
    text-transform: uppercase;
    letter-spacing: .01em;
    opacity: .9;
}

.about-btn {
    display: block;
    align-self: center;
    text-decoration: none;
    background-color: #ff0000;
    border: none;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.25);
}

.about-btn a {
    position: relative;
    display: inline-block;
    padding: 15px 30px;
    border: 1.25px solid #000;
    font-family: "Inter", sans-serif;
    text-transform: uppercase;
    color: #fff;
    text-decoration: none;
    font-weight: 400;
    font-size: 1rem;
    transition: color 0.3s ease-in-out;
}

.about-btn a:hover {
    background-color: #000;
    border: 1.25px solid #fff;
    color: #fff;
}

/* Process Responsive styles */


@media (max-width: 1024px) {
    #nf-process .nf-proc__wrap {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-template-rows: auto auto auto;
    gap: 32px;
    place-items: stretch;
    padding: 5% 5%;
}
#nf-process .nf-proc__center {
    grid-column: 1 / -1 !important;
    grid-row: 1 !important;
    text-align: center;
    margin-bottom: 60px;
  }

  /* cards side-by-side in two rows */
  #nf-process .nf-proc__card {
    width: 100%;
    height: auto;
    justify-self: stretch !important;
    align-self: stretch !important;
  }

  #nf-process .nf-proc__card--1 { grid-column: 1 !important; grid-row: 2 !important; }
  #nf-process .nf-proc__card--2 { grid-column: 2 !important; grid-row: 2 !important; }
  #nf-process .nf-proc__card--3 { grid-column: 1 !important; grid-row: 3 !important; }
  #nf-process .nf-proc__card--4 { grid-column: 2 !important; grid-row: 3 !important; }
}

@media (max-width: 768px) {

}

@media (max-width: 480px) {
  #nf-process .nf-proc__wrap {
    grid-template-columns: 1fr;
    grid-template-rows: auto auto auto auto auto;
    gap: 24px;
    padding: 0 5%;
  }
    #nf-process .nf-proc__center { grid-column: 1 !important; grid-row: 1 !important; }

  #nf-process .nf-proc__card--1 { grid-column: 1 !important; grid-row: 2 !important; }
  #nf-process .nf-proc__card--2 { grid-column: 1 !important; grid-row: 3 !important; }
  #nf-process .nf-proc__card--3 { grid-column: 1 !important; grid-row: 4 !important; }
  #nf-process .nf-proc__card--4 { grid-column: 1 !important; grid-row: 5 !important; }

  #nf-process .nf-proc__card { height: auto; }
  #nf-process .nf-proc__step { font-size: 5.5rem; }
  #nf-process .nf-proc__title { font-size: 20px; }
  #nf-process .nf-proc__copy { font-size: 0.95rem; }
  #nf-process .nf-proc__word--gray,
  #nf-process .nf-proc__word--white { font-size: 4.5rem; }
}

/* ===== Noble Fir • Services Index (FLIPPED) ===== */
.nf-svcs-flip {
    --nf-black: #0f0e0f;
    --nf-white: #ffffff;
    --nf-gray: #464646;
    --nf-light-gray: #a6a6a6;
    --nf-red: #ff0000;
    width: 100vw;
    background: var(--nf-black);
    color: var(--nf-white);
    padding: 72px 5% 96px;
    font-family: "DM Sans", system-ui, -apple-system, Segoe UI, Roboto, sans-serif;
}

.nf-svcs__grid {
    display: grid;
    grid-template-columns: minmax(520px, 1fr) minmax(560px, 1fr);
    gap: 72px;
    align-items: start;
}

/* LEFT */
.nf-svcs__left {
    display: flex;
    flex-direction: column;
    align-items: start;
    gap: 24px;
}
.nf-svcs__heading {
    margin: 0;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: .02em;
    font-size: 4rem;
    font-family: "Space Grotesk", sans-serif;
    color: var(--nf-gray);
}

.nf-svcs__heading span {
    color: var(--nf-red);
    font-weight: 500;
}

.nf-svcs__sub {
    color: var(--nf-light-gray);
    max-width: 60ch;
    line-height: 1.6;
    margin: 10px 0 24px;
    font-size: 1rem;
    font-family: "Inter", sans-serif;
}

.nf-svcs__preview {
    position: relative;
    width: 80%;
    aspect-ratio: 16/9;
    border-radius: 12px;
    overflow: hidden;
    margin-top: 44px;
}

.nf-svcs__img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0;
    transition: opacity .2s ease;
}

.nf-svcs__img--current {
    opacity: 1;
}

/* RIGHT list (skills/exp style) */
.nf-svcs__list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.nf-svcs__item {
    border-bottom: 1px solid rgba(255, 255, 255, .06);
}

.nf-svcs__link {
    display: grid;
    grid-template-columns: 100px 1fr;
    grid-template-rows: auto auto;
    column-gap: 45px;
    padding: 26px 26px;
    color: inherit;
    text-decoration: none;
}

.nf-svcs__num {
    grid-column: 1;
    grid-row: 1 / span 2;
    align-self: start;
    font-family: "Space Grotesk", sans-serif;
    font-weight: 800;
    font-size: 1rem;
    letter-spacing: .16em;
    color: var(--nf-red);
}

.nf-svcs__title {
    grid-column: 2;
    grid-row: 1;
    font-weight: 700;
    font-size: clamp(18px, 1.8vw, 22px);
    line-height: 1.3;
}

.nf-svcs__desc {
    grid-column: 2;
    grid-row: 2;
    color: var(--nf-light-gray);
    max-width: 70ch;
    line-height: 1.5;
    opacity: 0;
    transform: translateY(-6px);
    transition: opacity .2s ease, transform .2s ease;
}



.nf-svcs__item:hover .nf-svcs__desc,
.nf-svcs__item:focus-within .nf-svcs__desc {
    opacity: 1;
    transform: translateY(10px);
}

.nf-svcs__link:focus-visible {
    outline: 2px solid var(--nf-white);
    outline-offset: 2px;
}

.btn-group {
    display: flex;
    flex-direction: row;
    gap: 20px;
    margin-top: 40px;
}

.btn-group .btn2 {
    background-color: transparent;
    border: 1.25px solid #fff;
}



.btn-group sl-icon {
    margin-left: 7px;
    font-size: 1rem;
    font-weight: 400;
}

/* Services Index Responsive styles */
@media (max-width: 1024px) {
  .nf-svcs__grid {
    grid-template-columns: 1fr;  /* stack */
    gap: 40px;
  }

  .nf-svcs__left {
    align-items: flex-start;
  }

  .nf-svcs__desc {
    display: none;
  }

.nf-svcs__preview { 
  display: none; 
}

  /* scale headings/sub a bit */
  .nf-svcs__heading { font-size: 5rem; }
  .nf-svcs__sub     { font-size: 0.95rem; max-width: 65ch; }

  /* slightly tighter rows on the list */
  .nf-svcs__link {
    column-gap: 22px;
    padding: 22px 0;
  }
  .btn-group {
    justify-content: center;
  }
}

@media (max-width: 768px) {

}

@media (max-width: 480px) {
  .nf-svcs-flip { padding: 56px 5% 72px; }

  /* mobile typography */
  .nf-svcs__heading {
    font-size: 3rem;
    letter-spacing: .01em;
  }
  .nf-svcs__sub { font-size: 0.9rem; }

  /* list rows tighter and simpler grid */
  .nf-svcs__link {
    grid-template-columns: 48px 1fr;
    column-gap: 16px;
    padding: 18px 0;
  }
  .nf-svcs__num   { font-size: 12px; letter-spacing: .14em; }
  .nf-svcs__title { font-size: 1rem; }
  .nf-svcs__desc  { font-size: 0.9rem; }

  /* buttons vertical on small screens */
  .btn-group {
    flex-direction: column;
    gap: 12px;
    margin-top: 24px;
  }
  .btn-group sl-icon {
    display: none;
  }
}

.nf-why{
  --nf-black:#0f0e0f;
  --nf-white:#ffffff;
  --nf-gray:#a6a6a6;

  background: var(--nf-black);
  color: var(--nf-white);
  margin: 7% 5%;
}

.nf-why__grid{
  display:grid;
  grid-template-columns: 1.1fr 1.9fr;   /* big left title, roomy right copy */
  gap: 5%;
  align-items:flex-start;
}

.nf-why__heading{
  margin:0;
  line-height:.92;
  text-transform:uppercase;
  letter-spacing:.01em;
  font-family:"Space Grotesk", sans-serif;
  font-weight:800;
  font-size: 4rem;   /* large like the screenshot */
}

.nf-why__content{
  max-width: 1100px;
}

.nf-why__eyebrow{
  display:inline-block;
  font-family:"Inter", sans-serif;
  font-size: 12px;
  letter-spacing:.22em;
  text-transform:uppercase;
  color: var(--nf-gray);
  margin-bottom: 18px;
}

.nf-why__lede{
  margin:0 0 12px 0;
  font-family:"Inter", sans-serif;
  font-weight:600;
  line-height:1.25;
  font-size: clamp(18px, 2.2vw, 34px);
  color: var(--nf-white);
}

.nf-why__lede span {
    color: var(--nf-red);
}


.nf-why__sublede{
  margin:0;
  margin:0 0 12px 0;
  font-family:"Inter", sans-serif;
  font-weight:600;
  line-height:1.25;
  font-size: clamp(18px, 2.2vw, 34px);
  color: var(--nf-white);
}

@media (max-width: 1024px) {
  .nf-why {
    margin: 6% 5%;
  }

  .nf-why__grid {
    grid-template-columns: 1fr 1fr;   /* keep two columns, balance widths */
    gap: 40px;
    align-items: start;
  }

  .nf-why__heading {
    font-size: 3.2rem;                /* down from 4rem */
    line-height: .95;
  }

  .nf-why__eyebrow {
    font-size: 11px;
    letter-spacing: .2em;
    margin-bottom: 14px;
  }

  .nf-why__lede,
  .nf-why__sublede {
    font-size: clamp(16px, 1.9vw, 28px);
    line-height: 1.3;
  }
}

@media (max-width: 768px) {
  .nf-why {
    margin: 8% 5%;
  }

  .nf-why__grid {
    grid-template-columns: 1fr;       /* stack */
    gap: 24px;
  }

  .nf-why__heading {
    font-size: 2.6rem;
    text-align: left;                  /* change to center if you prefer */
    line-height: .95;
  }

  .nf-why__content {
    max-width: 80%;
  }

  .nf-why__eyebrow {
    font-size: 10.5px;
    letter-spacing: .18em;
    margin-bottom: 12px;
  }

  .nf-why__lede,
  .nf-why__sublede {
    font-size: 1.25rem;
    line-height: 1.35;
  }
}

@media (max-width: 480px) {
    .nf-why__content {
    max-width: 100%;
  }
  .nf-why__lede,
  .nf-why__sublede {
    font-size: 1.15rem;
    line-height: 1.15;
  }
}

/* ===== Review Slider styles ===== */
.nf-reviews {
    width: 100vw;
    height: 50vh;
    background: #0f0e0f;
    color: #fff;
    overflow: hidden;
    position: relative;
    margin-bottom: 5%;
}

.nf-reviews__viewport {
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.nf-reviews__track {
    display: flex;
    width: 300%;
    /* 3 slides */
    height: 100%;
    transform: translateX(0%);
    transition: transform .6s cubic-bezier(.22, .61, .36, 1);
}

.nf-review {
    width: 100vw;
    height: 50vh;
    display: grid;
    grid-template-columns: 40% 60%;
    align-items: center;
    gap: min(7vw, 25vw);
    padding: min(4vw, 40px);
    box-sizing: border-box;
}

.nf-review__media {
    width: 100%;
    height: 100%;
    border-radius: 8px;
    background: linear-gradient(0deg, rgba(255, 255, 255, .05), rgba(255, 255, 255, .05)),
        var(--img, none) center/cover no-repeat;
    box-shadow: 0 5px 15px rgba(0, 0, 0, .35);
}

.nf-review__media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.nf-review__content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 20px;
    position: relative;
    max-width: 900px;
}

.nf-review__quote-mark {
    position: absolute;
    left: -.1em;
    top: -.25em;
    font-family: "Inter", sans-serif;
    font-weight: 700;
    font-size: clamp(56px, 9vw, 120px);
    line-height: .6;
    color: #ff0000;
    /* red opening quote */
}

.nf-review__headline {
    font-family: "Space Grotesk", sans-serif;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: .02em;
    margin: 0 0 12px 0;
    color: #ffffff;
    /* primary text white */
    font-size: clamp(18px, 2.4vw, 28px);
}

.nf-review__blurb {
    font-family: "Inter", sans-serif;
    font-weight: 300;
    margin: 4px 0 18px 0;
    color: #a6a6a6;
    /* nf-gray small text */
    font-size: clamp(14px, 1.4vw, 1rem);
    line-height: 1.35;
}

.nf-review__author {
    display: flex;
    flex-direction: column;
    gap: 2px;
    font-size: clamp(14px, 1.2vw, 1rem);
}

.nf-review__author span {
    color: #a6a6a6;
}

.nf-reviews__controls {
    position: absolute;
    right: min(5vw, 60px);
    bottom: min(2.5vh, 20px);
    display: flex;
    gap: 12px;
}

.nf-reviews__btn {
    width: 44px;
    height: 44px;
    border-radius: 999px;
    background: transparent;
    color: #fff;
    border: 1px solid #fff;
    /* white border, transparent bg */
    display: grid;
    place-items: center;
    font-size: 18px;
    cursor: pointer;
    transition: transform .2s ease-in-out, opacity .2s ease-in-out, color .2s ease-in-out;
}

.nf-reviews__btn:hover {
    color: #ffffff;
    border: 1px solid #fff;
    background: #ff0000;
}

.nf-reviews__btn:focus-visible {
    outline: 2px solid #fff;
    outline-offset: 2px;
}

/* Tablet & below */
@media (max-width:1024px) {
    .nf-reviews {
        height: 60vh;
    }
    .nf-review {
        grid-template-columns: 1fr;
        grid-template-rows: 45% 55%;
        height: 55vh;
    }

    .nf-review__media {
        order: 1;
    }

    .nf-review__content {
        order: 2;
    }
}

/* Mobile */
@media (max-width:480px) {
    .nf-reviews {
        height: 75vh;
    }

    /* a little taller for readability */
    .nf-review {
        padding: 16px;
        gap: 16px;
        height: 75vh;
    }

    .nf-reviews__controls {
        right: 16px;
        bottom: 16px;
    }
}

/* ===== Services Panels ===== */
:root{
    --nf-black:#0f0e0f; --nf-white:#fff; 
    --nf-gray:#464646; 
    --nf-red:#ff0000;
}

.svc{
  width:100vw;
  height: 100vh;
  background:var(--nf-black);
  color:var(--nf-white);
  position:relative;
  scroll-snap-align:start;
  display:block;
  padding: 3.5%;
}

.svc__badge{
  position:absolute;
  top: 13%; 
  left: 2%;
  color: var(--nf-red);
  font-family:"Space Grotesk",sans-serif;
  font-size: 2rem;
  text-decoration:none;
}

/* inner content area */
.svc__inner{
  width: 90%;
  max-width: 1600px;
  margin:0 auto;
  padding-top: 80px;
}

.svc__title{
  margin-bottom: 28px;
  font-family:"Space Grotesk",sans-serif;
  font-weight:800;
  text-transform:uppercase;
  color: #464646;
  letter-spacing:.01em;
  font-size: clamp(38px, 6vw, 92px);
}

.svc__title span {
  color: #ff0000;
  font-weight: 500;
}

.svc__lead{
  margin:0 auto;
  margin-bottom: 28px;
  margin-left: 5vw;
  max-width: 1400px;
  font-family:"Inter",sans-serif;
  font-weight:600;
  line-height:1.6;
  font-size: 1.25rem;
  color:var(--nf-white);
}

.svc__grid{
  display:grid;
  grid-template-columns: minmax(500px, 500px) 1fr;
  gap: 20%;
  align-items:start;
  margin-top: 2.5%;
}

.svc__media{
  width: 500px;
  height: auto;
  margin-top: 24px;
  background:#0a0a0a;
  border:1px solid rgba(255,255,255,.08);
  border-radius:12px;
  overflow:hidden;
}
.svc__media img { 
    display:block; 
    width:100%; 
    height:auto;
}
.svc__cap{
  font: 400 12px/1.4 "Inter",sans-serif;
  color:var(--nf-gray);
  padding:10px 12px;
}

.svc__eyebrow{
  margin:0 0 16px 0;
  text-transform:uppercase;
  letter-spacing:.2em;
  font: 600 14px/1 "Inter",sans-serif;
  color:var(--nf-white);
}

.svc__listwrap {
    margin-top: 24px;
}

.svc__list{ padding-left:18px; font-family:"Inter",sans-serif; line-height:1.7; padding-top: 16px; }
.svc-list__header {
  margin:0 0 16px 0;
  font: 300 1rem/1 "Inter", sans-serif;
  color:var(--nf-white);
  font-weight: 500;
  line-height: 1.25;
}
.svc__list li { 
    margin: 4px 0;
    color: #a6a6a6;
    font-size: 1rem;
    font-weight: 300;
}

/* right number rail (fixed) */
.svc-rail{
  position:fixed;
  right:75px; top:50%;
  transform:translateY(-50%);
  z-index:50;
  user-select:none;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease-in-out;
}
.svc-rail.visible {
  opacity: 1;
  pointer-events: auto;
}
.svc-rail__list{
  list-style:none; margin:0; padding:0;
  border-left:1px solid rgba(255,255,255,.15);
}
.svc-rail__list li{ position:relative; }
.svc-rail__list a{
  display:block;
  padding:12px 0 12px 14px;
  margin-left:-1px; /* optically align with border */
  color:var(--nf-gray);
  font: 700 11px/1 "Inter",sans-serif;
  letter-spacing:.14em;
  text-decoration:none;
  transition:color .2s ease;
}
.svc-rail__list a.is-active{
  color:var(--nf-white);
  border-left:2px solid var(--nf-red);
  padding-left:13px;
}

/* scroll container behavior */
html, body{ scroll-behavior:smooth; }
body{ scroll-snap-type:y mandatory; }


@media (max-width: 1024px) {
  .svc {
    min-height: 100vh;
    height: auto;
  }
  .svc__badge {
    top: 12%;
    left: 5%;
    font-size: 1.5rem;
  }

  .svc-rail {
    right: 35px;
  }

  .svc__inner {
    width: 92%;
    max-width: 900px;
    padding-top: 15vh;
  }

  /* Headline + intro copy (like screenshot) */
  .svc__title {
    font-size: 5rem;
    line-height: 1;
    margin-bottom: 14px;
  }
  .svc__lead {
    font-size: clamp(16px, 2.1vw, 22px);
    line-height: 1.45;
    text-align: left;
    margin-left: 0;
    margin-bottom: 24px;
  }

  /* Content: image first, then list below */
  .svc__grid {
    grid-template-columns: 1fr;      /* stack */
    gap: 18px;
    margin-top: 16px;
  }

  /* Image left-aligned, moderate size */
  .svc__media {
    width: 360px;
    max-width: 100%;
  }

  .svc__eyebrow {
    margin-top: 6px;
  }
}

@media (max-width: 768px) {
  .svc__badge {
    top: 10%;
    left: 5%;
    font-size: 1.5rem;
  }
  .svc-rail {
    right: 20px;
  }

  .svc__inner {
    width: 92%;
    max-width: 720px;
    padding-top: 10vh;
  }
  .svc__title {
    font-size: 4.25rem;
    margin-top: 14px;
  }
  .svc__lead {
    font-size: 1rem;
  }

  .svc__grid { gap: 16px; }

  .svc__media {
    width: 300px;
    max-width: 100%;
  }

  .svc__list { line-height: 1.25; }
  .svc__list li { margin: 3px 0; }
}

@media (max-width: 480px) {
  .svc__badge {
    top: 8%;
    left: 5%;
    font-size: 1.5rem;
  }
  .svc-rail {
    display: none;
  }

  .svc__inner {
    width: 100%;
    max-width: 720px;
    padding-top: 13vh;
  }
  .svc__title {
    font-size: 2.95rem;
    line-height: 1;
    margin-top: 14px;
  }
  .svc__lead {
    font-size: 1rem;
    margin-bottom: 16px;
  }
    .svc__media {
    width: 100%;
    aspect-ratio: 16 / 9;
  }
  .svc__media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}


/* CTA Section Styles */
#cta {
  width: 100%;
  height: auto;
  max-height: 60vh;
  display: flex;
  justify-content: center;
  padding: 0 5%;
  padding-bottom: 10%;
  margin: 5% 0;
}

#cta .contact-title1 {
  font-family: "Inter", sans-serif;
  font-weight: 500;
  color: #343434;
}

#cta .contact-title2 {
  font-size: 5rem;
  font-family: "Space Grotesk", sans-serif;
  font-optical-sizing: auto;
  font-weight: 200;
  color: #fff;
  margin-top: 20px;
}

#cta .contact-title2 span {
  font-size: 5rem;
  font-family: "Space Grotesk", sans-serif;
  font-optical-sizing: auto;
  font-weight: 200;
  color: #ff0000;
  margin-top: 20px;
}

#cta p {
  font-family: "Inter", sans-serif;
  font-weight: 300;
  font-size: 1.25rem;
  color: #a6a6a6;
  margin-top: 20px;
}

#cta .contact-subtitle {
  font-family: "Inter", sans-serif;
  font-weight: 300;
  margin-top: 20px;
}

#cta .about-btn {
  display: block;
  margin-top: 20px;
}

@media (max-width: 1024px) {
  #cta {
  width: 100%;
  height: auto;
  max-height: 5%;
}
}

@media (max-width: 768px) {
  #cta {
  max-height: 70vh;
  margin: 10% auto;
}
  #cta .contact-title2, 
  #cta .contact-title2 span {
  font-size: 4.75rem;
}
}

@media (max-width: 480px) {
  #cta {
    margin: 120px auto;
  }
  #cta .contact-title2, 
  #cta .contact-title2 span {
  font-size: 3.5rem;
}
}

/* Rise Animations */
[data-rise="true"] {
    opacity: 0;
    transform: translateY(50px);
    transition: opacity 0.8s ease-out, transform 0.8s ease-out;
}
/* Activated on page load */
[data-rise="true"].visible {
    opacity: 1;
    transform: translateY(0);
}

/* Slide Animations */
[slide-right="true"] {
    opacity: 0;
    transform: translateX(-50px);
    transition: opacity 0.8s ease-out, transform 0.8s ease-out;
}

[slide-right="true"].visible {
    opacity: 1;
    transform: translateX(0);
}

[slide-left="true"] {
    opacity: 0;
    transform: translateX(50px);
    transition: opacity 0.8s ease-out, transform 0.8s ease-out;
}

[slide-left="true"].visible {
    opacity: 1;
    transform: translateX(0);
}





@media (max-width: 1024px) {

}

@media (max-width: 768px) {

}

@media (max-width: 480px) {

}