/*
Theme Name: Noca Media
Description: Editable, performance-focused recreation of the Noca Media Framer landing page.
Version: 1.0.0
Text Domain: nocamedia
*/

@font-face {
  font-family: "Figtree";
  src: local("Figtree"), url("assets/figtree.woff2") format("woff2");
  font-display: swap;
}

:root {
  --ink: #000;
  --paper: #fff;
  --blue: #136bc2;
  --purple: #6d54e8;
  --lavender: #a89af7;
  --line: rgba(0, 0, 0, .16);
  --radius: 22px;
  --page: min(1240px, calc(100% - 110px));
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
html.lenis.lenis-smooth { scroll-behavior: auto; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font: 400 16px/1.5 "Figtree", Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
}
img { display: block; width: 100%; height: 100%; object-fit: cover; }
a { color: inherit; text-decoration: none; }
button, input, select { font: inherit; }
.screen-reader-text { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0,0,0,0); }
.wrap { width: var(--page); margin-inline: auto; }

.site-header {
  position: absolute;
  z-index: 10;
  inset: 0 0 auto;
  padding: 25px 0;
  color: #fff;
}
.site-header__inner { display: flex; align-items: center; justify-content: space-between; min-height: 76px; padding: 10px 15px 10px 30px; border-radius: 999px; background: rgba(25,25,25,.55); backdrop-filter: blur(12px); }
.brand { width: 132px; }
.brand img { object-fit: contain; }
.site-header .brand { flex: 0 0 133px; }
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 46px;
  min-height: 46px;
  padding: 0 30px;
  border: 1px solid transparent;
  border-radius: 50px;
  background: var(--paper);
  color: var(--ink);
  font-family: Figtree, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 16px;
  white-space: nowrap;
  transition: transform .2s ease, background-color .2s ease;
}
.button:hover { transform: none; }
.button:focus-visible, input:focus-visible, select:focus-visible { outline: 3px solid #ffdc5e; outline-offset: 3px; }
.button--dark { background: var(--ink); color: #fff; }
.button--blue { width: 100%; background: var(--blue); color: #fff; }

.hero {
  position: relative;
  height: 100vh;
  height: 100svh;
  min-height: 800px;
  overflow: hidden;
  color: #fff;
  background: #333;
}
.hero::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(0,0,0,.76), rgba(0,0,0,.32)); }
.hero__media { position: absolute; inset: 0; }
.hero__content { position: relative; z-index: 1; padding-top: max(222px, calc(50svh - 178px)); }
.hero h1 { max-width: 620px; margin: 0 0 25px; font-size: clamp(58px, 5.56vw, 80px); font-weight: 500; line-height: 1; letter-spacing: -.02em; }
.hero p { max-width: 620px; margin: 0 0 36px; color: #d6d6d6; font-size: 18px; line-height: 1.7; letter-spacing: -.01em; }
.hero .button { background: var(--blue); color: #fff; }
.hero .button { width: 213.36px; }
.site-header .button { border-color: rgba(255,255,255,.75); background: transparent; color: #fff; }
.site-header .button { width: 143.36px; font-family: sans-serif; }

@keyframes hero-content-parallax {
  from { transform: translateY(0); }
  to { transform: translateY(60svh); }
}

@supports (animation-timeline: scroll()) {
  .hero__content {
    animation: hero-content-parallax 1ms linear both;
    animation-timeline: scroll(root block);
    animation-range: 0 100svh;
  }
}

.section { padding: 125px 0; }
.services { height: 881px; padding-top: 150px; overflow: hidden; }
.services .eyebrow { font-size: 20px; line-height: 1.3; }
.services .section-title { max-width: 500px; text-wrap: balance; }
.eyebrow { display: flex; align-items: center; gap: 20px; margin: 0 0 20px; color: var(--blue); font-size: 20px; font-weight: 500; line-height: 1.3; letter-spacing: -.02em; }
.eyebrow::before { content: ""; width: 50px; height: 1px; flex: 0 0 50px; background: var(--blue); }
.section-title { max-width: 560px; margin: 0; font-size: clamp(42px, 3.48vw, 50px); font-weight: 500; line-height: 1.1; letter-spacing: -.02em; }
.intro-grid { display: grid; grid-template-columns: 610px 550px; gap: 80px; align-items: center; margin-bottom: 100px; }
.intro-grid p { max-width: 550px; margin: 0; color: #333; font-size: 18px; line-height: 1.7; letter-spacing: -.01em; }

.services-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
.service-card { position: relative; display: block; height: 325px; overflow: hidden; border-radius: var(--radius); color: #fff; text-decoration: none; outline: 0; }
.service-card::before, .service-card::after { content: ""; position: absolute; z-index: 1; inset: 0; pointer-events: none; }
.service-card::before { background: linear-gradient(rgba(0,0,0,0) 0%, rgba(0,0,0,.7) 100%); }
.service-card::after { background: linear-gradient(rgba(0,0,0,.5) 0%, rgba(0,0,0,.8) 100%); opacity: 0; transition: opacity .4s ease; }
.service-card__heading { position: absolute; z-index: 2; right: 40px; bottom: 40px; left: 40px; display: flex; height: 40px; align-items: center; gap: 10px; transition: bottom .4s cubic-bezier(.44,0,.56,1); }
.service-card h3 { flex: 1; margin: 0; font-size: 22px; font-weight: 500; line-height: 1.5; }
.service-card__arrow { display: grid; width: 40px; height: 40px; flex: 0 0 40px; place-items: center; border-radius: 50%; background: rgba(255,255,255,.2); font-size: 22px; line-height: 1; }
.service-card__arrow svg { display: block; width: 20px; height: 20px; fill: currentColor; }
.service-card__description { position: absolute; z-index: 2; right: 40px; bottom: 40px; left: 40px; margin: 0; color: #d6d6d6; font-size: 16px; line-height: 1.7; opacity: 0; transform: perspective(1200px) translateY(12px); transition: opacity .4s ease, transform .4s cubic-bezier(.44,0,.56,1); }
.service-card:hover::after, .service-card:focus-visible::after { opacity: 1; }
.service-card:hover .service-card__heading, .service-card:focus-visible .service-card__heading { bottom: 114px; }
.service-card:hover .service-card__description, .service-card:focus-visible .service-card__description { opacity: 1; transform: perspective(1200px) translateY(0); }

/* Hookes source-site variants */
@media (min-width: 901px) {
  .hero h1 { font-size: 70px; line-height: 70px; }
  .services { height: 876px; padding-bottom: 150px; }
  .services .eyebrow { display: none; }
  .services .intro-grid { min-height: 76px; align-items: center; }
  .services .section-title { align-self: end; }
  .service-card { height: 400px; }
  .service-card__heading { right: 32px; bottom: 96px; left: 32px; height: auto; }
  .service-card__arrow { display: none; }
  .service-card__description { right: 32px; bottom: 32px; left: 32px; opacity: 1; transform: none; }
  .service-card:hover .service-card__heading, .service-card:focus-visible .service-card__heading { bottom: 96px; }
}
.custom-services { height: 248px; display: grid; align-items: center; background: var(--blue); color: #fff; overflow: hidden; }
.custom-cta { display: flex; justify-content: space-between; align-items: center; gap: 30px; }
.custom-cta h3 { width: 600px; margin: 0; font-size: 40px; font-weight: 500; line-height: 1.2; letter-spacing: -.02em; }
.custom-cta .button { width: 282px; border-color: rgba(255,255,255,.7); background: transparent; color: #fff; font-family: sans-serif; }

.story { height: 900px; padding: 150px 0; overflow: hidden; }
.story-grid { display: grid; grid-template-columns: 570px 570px; gap: 100px; align-items: center; }
.story-visual { position: relative; min-height: 600px; overflow: hidden; border-radius: var(--radius); background: #eee; }
.story-visual > img { position: absolute; inset: 0; }
.metric { position: absolute; z-index: 1; right: 40px; bottom: 40px; left: 40px; height: 206px; padding: 30px; border-radius: 10px; background: #fff; }
.metric__head { display: flex; height: 26px; align-items: center; justify-content: space-between; }
.metric__head span { display: flex; align-items: center; gap: 10px; font-size: 16px; font-weight: 500; line-height: 1.6; }
.metric__label svg { display: block; width: 20px; height: 20px; flex: 0 0 20px; fill: currentColor; }
.metric__head strong { color: var(--blue); font-size: 16px; font-weight: 500; line-height: 1.6; }
.metric__chart { display: flex; height: 100px; margin-top: 20px; padding: 0 20px; align-items: end; justify-content: space-between; border-radius: 10px; background: #f2f2f2; overflow: hidden; }
.metric__chart i { width: 25px; height: 44px; border-radius: 5px 5px 0 0; background: var(--blue); }
.metric__chart i:nth-child(2) { height: 61px; }
.metric__chart i:nth-child(3) { height: 54px; }
.metric__chart i:nth-child(4) { height: 58px; }
.metric__chart i:nth-child(5) { height: 54px; }
.metric__chart i:nth-child(6) { height: 70px; }
.metric__chart i:nth-child(7) { height: 64px; }
.metric__chart i:nth-child(8) { height: 80px; }
.story-copy .section-title { max-width: 570px; margin-bottom: 20px; }
.story-copy > p { margin: 0 0 55px; color: #333; font-size: 18px; line-height: 1.7; letter-spacing: -.01em; }
.checks { display: grid; gap: 20px; }
.check { display: flex; gap: 20px; align-items: center; min-height: 30px; font-size: 20px; font-weight: 500; line-height: 30px; letter-spacing: -.02em; }
.check__icon { display: grid; width: 30px; height: 30px; flex: 0 0 30px; place-items: center; border-radius: 5px; background: #136bc2; color: #fff; }
.check__icon svg { display: block; width: 20px; height: 20px; fill: currentColor; }

.process { height: 905px; padding: 150px 0; overflow: hidden; background: var(--blue); color: #fff; }
.process-grid { display: grid; grid-template-columns: 400px 765px; gap: 75px; }
.process-intro .section-title { width: 400px; }
.process-intro p { max-width: 380px; margin: 38px 0; color: rgba(255,255,255,.75); font-size: 18px; }
.process-intro .button { width: 141.22px; }
.steps { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
.process-grid > .steps { margin-top: 0; }
.step,
.step:nth-child(even),
.step:nth-child(n+3) {
  height: 292.4px;
  min-height: 292.4px;
  padding: 40px;
  border: 0;
  border-radius: 10px;
  background: rgba(0,0,0,.1);
  cursor: pointer;
  transition: background-color .4s ease;
}
.step__number { display: block; margin-bottom: 50px; color: #fefefe; font-size: 50px; font-weight: 500; line-height: 1.1; transition: color .4s ease; }
.step h3 { margin: 0 0 20px; color: #fefefe; font-size: 22px; font-weight: 500; line-height: 1.5; letter-spacing: -.02em; transition: color .4s ease; }
.step p { margin: 0; color: #d5d5d5; line-height: 1.7; transition: color .4s ease; }

@media (hover: hover) and (pointer: fine) {
  .step:hover { background: #f1f1f1; }
  .step:hover .step__number,
  .step:hover h3 { color: #161616; }
  .step:hover p { color: #363636; }
}

.testimonials { height: 936px; padding-top: 150px; overflow: hidden; background: #f2f2f2; }
.testimonials .eyebrow { font-size: 20px; line-height: 1.3; }
.testimonials .section-title { max-width: 500px; }
.testimonials-head { display: grid; grid-template-columns: 610px 550px; gap: 80px; align-items: center; margin-bottom: 100px; }
.testimonials-head p { max-width: 550px; margin: 0; color: #333; font-size: 18px; line-height: 1.7; letter-spacing: -.01em; }
.testimonial-viewport { width: var(--page); height: 380px; margin-inline: auto; padding: 10px; overflow: hidden; -webkit-mask-image: linear-gradient(to right, transparent 0%, #000 5%, #000 95%, transparent 100%); mask-image: linear-gradient(to right, transparent 0%, #000 5%, #000 95%, transparent 100%); }
.testimonial-track { display: flex; gap: 20px; width: max-content; animation: marquee 144s linear infinite; animation-play-state: paused; }
.testimonial-viewport.is-visible .testimonial-track { animation-play-state: running; }
.testimonial { display: flex; width: 340px; height: 322px; flex: 0 0 340px; flex-direction: column; gap: 20px; padding: 40px; overflow: hidden; border-radius: 10px; background: #fff; }
.testimonial__stars { height: 15px; color: #ffc45c; font-size: 15px; line-height: 15px; letter-spacing: 0; white-space: nowrap; }
.testimonial blockquote { margin: 0; color: #333; font-size: 16px; line-height: 1.7; letter-spacing: -.01em; }
.person { display: flex; align-items: center; gap: 14px; }
.testimonial .person { margin-top: auto; }
.person img { width: 50px; height: 50px; border: 2px solid #1688ed; border-radius: 50%; }
.person strong, .person span { display: block; }
.person strong { font-size: 16px; font-weight: 500; line-height: 1.6; }
.person span { color: #a1a1a1; font-size: 14px; line-height: 1.8; }
@keyframes marquee { to { transform: translateX(calc(-50% - 10px)); } }

.contact { height: 1042px; padding-block: 150px; overflow: hidden; text-align: center; background: #fff; }
.contact .eyebrow { justify-content: center; }
.contact .section-title { width: 600px; max-width: 100%; margin-inline: auto; }
.contact__intro { max-width: 600px; margin: 28px auto 25px; font-size: 18px; }
.contact-form { display: grid; grid-template-columns: 1fr 1fr; gap: 17px 16px; max-width: 670px; margin: auto; padding: 60px; border-radius: 10px; background: #f2f2f2; text-align: left; }
.contact-form label { display: block; }
.contact-form label > span:not(.screen-reader-text) { display: block; margin-bottom: 10px; color: #777; font-size: 14px; }
.contact-form .full { grid-column: 1 / -1; }
.contact-form input, .contact-form select { width: 100%; min-height: 50px; padding: 12px; border: 0; border-radius: 10px; background: #fff; color: #111; font-size: 14px; line-height: 16.8px; font-weight: 400; }
.contact-form input::placeholder { color: #999; font-size: 14px; line-height: normal; font-weight: 400; opacity: 1; }
.contact-form select { color: #666; }
.contact-form .affiliate-field { position: relative; }
.contact-form .affiliate-field select { appearance: none; padding-right: 44px; }
.contact-form .select-arrow { position: absolute; right: 12px; bottom: 17px; width: 16px; height: 16px; pointer-events: none; fill: none; stroke: #999; stroke-width: 1.5; stroke-linecap: round; stroke-linejoin: round; }
.contact-form .button { height: 41px; min-height: 41px; padding-block: 0; border-radius: 10px; font-size: 14px; font-weight: 600; line-height: 16.8px; }
.form-status { grid-column: 1 / -1; margin: 0; padding: 12px; border-radius: 8px; background: #e7f6e7; }
.honeypot { position: absolute !important; left: -10000px !important; }

.site-footer { height: 315px; padding: 100px 0; overflow: hidden; background: var(--blue); color: #fff; }
.site-footer__inner { position: relative; display: flex; justify-content: space-between; align-items: flex-start; gap: 40px; padding-top: 61px; }
.site-footer__inner::before { content: ""; position: absolute; inset: 0 0 auto; height: 1px; background: rgba(255,255,255,.2); }
.site-footer .brand { display: block; width: 164px; height: 30px; }
.site-footer .brand img { object-fit: contain; }
.site-footer p { width: 300px; max-width: 300px; margin: 0; color: #d6d6d6; font-size: 16px; line-height: 1.7; }

.reveal { opacity: 0; transform: perspective(1200px) translateY(75px); transition: opacity 1.2s cubic-bezier(.22, 1, .36, 1), transform 1.2s cubic-bezier(.22, 1, .36, 1); will-change: opacity, transform; }
.reveal--fade { transform: none; }
.reveal-delay-1 { transition-delay: .2s; }
.reveal-delay-2 { transition-delay: .4s; }
.reveal-delay-3 { transition-delay: .6s; }
.reveal-delay-4 { transition-delay: .8s; }
.reveal.is-visible { opacity: 1; transform: none; will-change: auto; }

@media (max-width: 1100px) and (min-width: 901px) {
  :root { --page: calc(100% - 110px); }
  .site-header { padding-top: 15px; }
  .hero { height: 800px; }
  .hero__content { display: flex; height: 800px; padding-top: 50px; flex-direction: column; justify-content: center; }
  .hero h1 { max-width: 500px; font-size: 60px; }
  .hero p { max-width: 500px; font-size: 16px; }
  .section { padding-block: 105px; }
  .services { height: 658px; padding-block: 100px 0; }
  .eyebrow, .services .eyebrow, .testimonials .eyebrow { font-size: 16px; line-height: 1.3; }
  .services .intro-grid { grid-template-columns: 1fr 1fr; gap: 45px; margin-bottom: 75px; }
  .service-card { height: 250px; }
  .service-card__heading, .service-card__description { right: 30px; left: 30px; }
  .service-card h3 { font-size: 20px; line-height: 1.5; }
  .custom-services { height: 196px; }
  .custom-cta h3 { font-size: 32px; }
  .story { height: 700px; padding-block: 100px; }
  .story-grid { grid-template-columns: 1fr 1fr; gap: 50px; }
  .story-visual { min-height: 500px; }
  .story-copy .section-title { max-width: 100%; }
  .story-copy > p { margin-bottom: 40px; font-size: 16px; line-height: 1.7; }
  .check { font-size: 18px; line-height: 27px; }
  .metric { right: 20px; bottom: 20px; left: 20px; height: 146px; padding: 20px; }
  .metric__chart { height: 60px; margin-top: 20px; padding-inline: 10px; }
  .metric__chart i { width: 15px; height: 26px; }
  .metric__chart i:nth-child(2) { height: 36px; }
  .metric__chart i:nth-child(3) { height: 32px; }
  .metric__chart i:nth-child(4) { height: 35px; }
  .metric__chart i:nth-child(5) { height: 32px; }
  .metric__chart i:nth-child(6) { height: 42px; }
  .metric__chart i:nth-child(7) { height: 38px; }
  .metric__chart i:nth-child(8) { height: 48px; }
  .process { height: 1036px; padding-block: 100px; }
  .process-grid { grid-template-columns: 1fr; gap: 50px; }
  .process-grid > .steps { margin-top: 0; }
  .process-intro { width: 400px; margin-inline: auto; text-align: center; }
  .process-intro p { margin: 25px auto; }
  .steps { gap: 20px; }
  .step, .step:nth-child(even), .step:nth-child(n+3) { height: 277px; min-height: 277px; padding: 40px; border: 0; border-radius: 10px; background: rgba(0,0,0,.1); }
  .step h3 { font-size: 20px; line-height: 1.5; }
  .testimonials { height: 788px; }
  .testimonials-head { grid-template-columns: 1fr 1fr; gap: 45px; margin-bottom: 65px; }
  .contact { height: 876px; padding-block: 100px; }
  .site-footer { height: 252px; padding-block: 75px; }
  .site-footer__inner { padding-top: 51px; }
  .site-footer p { width: 250px; max-width: 250px; font-size: 15px; line-height: 1.7; letter-spacing: -.01em; }
}

@media (max-width: 900px) {
  :root { --page: min(400px, calc(100% - 40px)); }
  .site-header { padding-top: 15px; }
  .site-header__inner { padding: 10px 15px 10px 30px; border-radius: 999px; background: rgba(15,15,15,.62); backdrop-filter: blur(12px); }
  .hero { height: 800px; }
  .hero__content { display: flex; height: 800px; padding-top: 70px; flex-direction: column; align-items: center; justify-content: center; text-align: center; }
  .hero h1 { max-width: 400px; margin-inline: auto; font-size: 45px; }
  .hero p { max-width: 400px; margin-inline: auto; font-size: 15px; }
  .section-title { font-size: 32px; line-height: 1.1; }
  .intro-grid, .story-grid, .process-grid, .testimonials-head { grid-template-columns: 1fr; gap: 40px; }
  .services { height: 928px; padding-block: 75px 0; }
  .eyebrow, .services .eyebrow, .testimonials .eyebrow { font-size: 16px; line-height: 1.3; }
  .services .intro-grid { gap: 20px; margin-bottom: 50px; }
  .services .intro-grid p { font-size: 15px; line-height: 1.7; }
  .services-grid { grid-template-columns: 1fr; }
  .service-card { height: 250px; }
  .service-card__heading, .service-card__description { right: 30px; left: 30px; }
  .service-card h3 { font-size: 18px; line-height: 1.5; letter-spacing: -.02em; }
  .custom-services { height: 207px; }
  .custom-cta { flex-direction: column; justify-content: center; gap: 25px; text-align: left; }
  .custom-cta h3 { width: 100%; font-size: 26px; line-height: 1.2; }
  .story { height: 1074px; padding-block: 75px; }
  .story-grid { gap: 50px; }
  .story-visual { min-height: 500px; }
  .story-copy > p { margin-bottom: 40px; font-size: 15px; line-height: 1.7; }
  .check { font-size: 16px; line-height: 24px; }
  .metric { right: 20px; bottom: 20px; left: 20px; height: 146px; padding: 20px; }
  .metric__chart { height: 60px; margin-top: 20px; padding-inline: 10px; }
  .metric__chart i { width: 15px; height: 26px; }
  .metric__chart i:nth-child(2) { height: 36px; }
  .metric__chart i:nth-child(3) { height: 32px; }
  .metric__chart i:nth-child(4) { height: 35px; }
  .metric__chart i:nth-child(5) { height: 32px; }
  .metric__chart i:nth-child(6) { height: 42px; }
  .metric__chart i:nth-child(7) { height: 38px; }
  .metric__chart i:nth-child(8) { height: 48px; }
  .process-grid { gap: 30px; }
  .process-grid > .steps { margin-top: 0; }
  .process { height: 1510px; padding-block: 75px; }
  .process-intro { width: 100%; text-align: center; }
  .process-intro .section-title { width: 100%; }
  .process-intro p { margin: 25px auto; }
  .process-intro .button { display: flex; width: 141.22px; margin-inline: auto; }
  .steps { grid-template-columns: 1fr; gap: 20px; }
  .step, .step:nth-child(even), .step:nth-child(n+3) { height: 263px; min-height: 263px; padding: 40px; border: 0; border-radius: 10px; background: rgba(0,0,0,.08); }
  .step h3 { font-size: 18px; line-height: 1.5; }
  .testimonials { height: 732px; padding-block: 75px; }
  .testimonials-head { gap: 20px; margin-bottom: 55px; }
  .testimonials-head p { font-size: 15px; line-height: 1.7; }
  .testimonials .eyebrow { font-size: 16px; }
  .contact { height: 801px; padding-block: 75px; }
  .contact-form { grid-template-columns: 1fr; row-gap: 16.5px; padding: 24px; }
  .contact-form .full { grid-column: auto; }
  .site-footer { height: 302px; padding: 75px 30px; }
  .site-footer__inner { width: 100%; padding-top: 51px; align-items: center; flex-direction: column; gap: 20px; }
  .site-footer p { width: 100%; max-width: 300px; font-size: 15px; line-height: 1.7; letter-spacing: -.01em; text-align: center; }
}

@media (max-width: 640px) {
  :root { --page: calc(100% - 40px); --radius: 18px; }
  .site-header { padding-top: 15px; }
  .site-header__inner { min-height: 0; padding: 0; flex-direction: column; justify-content: center; gap: 12px; border-radius: 0; background: transparent; backdrop-filter: none; }
  .site-header .brand { display: flex; width: 100%; min-height: 56px; padding: 16px 20px; flex: 0 0 auto; align-items: center; justify-content: center; border-radius: 38px; background: rgba(15,15,15,.62); backdrop-filter: blur(12px); }
  .site-header .brand img { width: 133px; }
  .site-header .button { background: rgba(15,15,15,.62); backdrop-filter: blur(12px); }
  .button { min-height: 46px; padding: 15px 30px; }
  .hero { height: 800px; }
  .hero::after { background: linear-gradient(0deg, rgba(0,0,0,.76), rgba(0,0,0,.55)); }
  .hero__content { padding-top: 70px; }
  .hero h1 { font-size: 45px; }
  .hero p { font-size: 15px; line-height: 1.7; }
  .section { padding: 75px 0; }
  .services { padding: 75px 0; }
  .services .eyebrow { font-size: 16px; }
  .eyebrow { margin-bottom: 20px; }
  .section-title { font-size: 32px; }
  .intro-grid { margin-bottom: 50px; }
  .services-grid { grid-template-columns: 1fr; }
  .service-card { height: 250px; min-height: 0; }
  .custom-cta { align-items: center; }
  .story-visual { min-height: 500px; }
  .steps { grid-template-columns: 1fr; }
  .process-grid { gap: 50px; }
  .step__number { margin-bottom: 25px; font-size: 42px; }
  .testimonial { width: 340px; height: 313px; flex-basis: 340px; }
  .site-footer__inner { align-items: center; flex-direction: column; gap: 20px; }
  .site-footer p { text-align: center; }
}

@media (max-width: 400px) {
  .services { height: 928px; }
  .custom-services { height: 207px; }
  .story { height: 1136px; }
  .process { height: 1510px; }
  .testimonials { height: 793px; }
  .contact { height: 826px; }
  .site-footer { height: 302px; }
}

@media (max-width: 370px) {
  .hero__content { padding-top: 70px; }
  .services { height: 953px; }
  .custom-services { height: 238px; }
  .story { height: 1161px; }
  .process { height: 1536px; }
  .process-grid { gap: 75px; }
  .testimonials { height: 818px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; transition-delay: 0s !important; }
  .reveal { opacity: 1 !important; transform: none !important; transition: none !important; }
  .hero__content { animation: none !important; transform: none !important; }
  .testimonial-track { animation: none !important; }
}

/* Hookes responsive parity */
.services .eyebrow { display: none; }
.service-card__arrow { width: 10px; height: 30px; flex: 0 0 10px; border-radius: 0; background: transparent; }
.service-card__arrow svg { display: none; }

@media (min-width: 901px) {
  .hero__content { padding-top: max(236px, calc(50svh - 164px)); }
  .hero h1 { margin-bottom: 20px; }
  .hero p { margin-bottom: 41px; }
  .hero .button { width: 203.44px; letter-spacing: -.55px; }
  .site-footer { height: 296px; }
}

@media (min-width: 901px) and (max-width: 1100px) {
  .hero__content { padding-top: 50px; }
  .hero h1 { font-size: 60px; line-height: 60px; }
  .services { height: 756.61px; padding-block: 100px; }
  .services .intro-grid { min-height: 81.61px; }
  .service-card { height: 400px; }
  .service-card__heading { right: 32px; bottom: 118.5px; left: 32px; height: auto; }
  .service-card__description { right: 32px; bottom: 32px; left: 32px; font-size: 15px; line-height: 25.5px; opacity: 1; transform: none; }
  .service-card:hover .service-card__heading, .service-card:focus-visible .service-card__heading { bottom: 118.5px; }
}

#brands .service-card::after {
  opacity: 0;
  transition: opacity .4s ease;
}

#brands .service-card:hover::after,
#brands .service-card:focus-visible::after {
  opacity: 1;
}

#brands .section-title {
  position: relative;
}

#brands .section-title::before {
  content: "";
  position: absolute;
  top: -21px;
  left: 0;
  width: 50px;
  height: 1px;
  background: #136bc2;
}

@media (max-width: 900px) {
  .services { height: 1173px; }
  .services .intro-grid { padding-top: 21px; }
  .service-card { height: 400px; }
  .service-card__heading { right: 32px; bottom: 145.5px; left: 32px; height: auto; }
  .service-card__description { right: 32px; bottom: 32px; left: 32px; font-size: 15px; line-height: 25.5px; opacity: 1; transform: none; }
  .service-card:hover .service-card__heading, .service-card:focus-visible .service-card__heading { bottom: 145.5px; }
}

@media (max-width: 640px) {
  .hero__content { padding-top: 79px; }
  .hero h1 { margin-bottom: 22px; }
  .hero p { margin-bottom: 45px; }
  .hero .button { width: 203.44px; letter-spacing: -.55px; }
}
