:root {
  --blue: #2196f3;
  --ink: #333;
  --navy: #082e54;
  --grey: #f1f1f1;
  --white: #fff;
  --shell: min(1170px, calc(100% - 80px));
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--white); font-family: proxima-nova, Arial, sans-serif; font-size: 16px; }
body.menu-open { overflow: hidden; }
img, video { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, textarea { font: inherit; }
button { cursor: pointer; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }
.page-shell { width: var(--shell); margin-inline: auto; }

/* Shared */
.eyebrow { position: relative; margin: 0 0 2.5rem; padding-top: 1rem; font-size: .875rem; font-weight: 700; letter-spacing: .08em; }
.eyebrow::before { position: absolute; top: 0; left: 0; width: 40px; height: 3px; content: ''; background: currentColor; }
.eyebrow--light { color: var(--white); }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { font-family: proxima-nova, Cambria, "Times New Roman", Times, serif; font-weight: 400; }
h2 { margin-bottom: 2.5rem; font-size: clamp(1.875rem, 2.7vw, 2rem); line-height: 1.25; }
h2 em { color: var(--blue); font-style: normal; }
h3 { font-size: 1.5rem; line-height: 1.5; }
p { margin-bottom: 1.25rem; font-size: 1.125rem; line-height: 1.625; }
.copy-block a { color: var(--blue); }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 44px; padding: .55rem 1.5rem; border: 2px solid var(--blue); border-radius: 999px; color: var(--blue); font-weight: 700; transition: background-color .2s, color .2s; }
.button:hover { background: var(--blue); color: var(--white); }
.button--solid { width: 100%; border-radius: 2px; background: var(--blue); color: var(--white); text-transform: uppercase; }
.button--solid:hover { background: #127fd2; }
.text-link { display: inline-flex; align-items: center; gap: .75rem; font-weight: 700; }
.text-link span { font-weight: 300; }
.text-link::after { width: 17px; height: 12px; content: ''; background: currentColor; clip-path: polygon(0 43%, 74% 43%, 50% 20%, 63% 8%, 100% 50%, 63% 92%, 50% 80%, 74% 57%, 0 57%); }
.text-link--dark { color: var(--ink); }
.text-link--dark:hover { color: var(--blue); }

/* Header */
.site-header { position: fixed; z-index: 30; inset: 0 0 auto; color: var(--ink); background: var(--white); }
.site-header.is-scrolled, .site-header.is-open { color: var(--ink); background: var(--white); }
.header-inner { display: flex; align-items: center; justify-content: space-between; width: min(1600px, calc(100% - 96px)); min-height: 143px; margin: auto; }
.brand { display: inline-flex; align-items: center; }
.brand__full { width: 128px; }
.brand__fixed { display: none; width: 48px; }
.site-header.is-scrolled .brand__full { display: none; }
.site-header.is-scrolled .brand__fixed { display: block; }
.desktop-nav { display: flex; align-items: center; justify-content: flex-end; width: 927px; gap: 0; font-size: 1rem; font-weight: 700; }
.desktop-nav > a:not(.button) { padding: .35rem .5rem; border-bottom: 2px solid transparent; }
.desktop-nav > a:not(.button) { margin-inline: 20px; }
.desktop-nav .site-socials { margin-left: 5px; }
.desktop-nav .button { margin-left: 24px; }
.desktop-nav > a:not(.button):hover, .desktop-nav > a.is-current { border-color: var(--blue); }
.sparro-about-page .desktop-nav > a[href='about-us.php'] { border-color: var(--blue); }
.site-socials { display: inline-flex; align-items: center; gap: 4px; }
.site-socials a { display: inline-flex; }
.header-actions { display: none; align-items: center; gap: 24px; }
.menu-toggle { display: none; padding: 8px 0 8px 10px; border: 0; color: currentColor; background: transparent; }
.menu-toggle span:not(.sr-only) { display: block; width: 26px; height: 2px; margin: 5px 0; background: currentColor; transition: transform .2s, opacity .2s; }
.site-header.is-open .menu-toggle span:nth-child(2) { transform: translateY(7px) rotate(45deg); }
.site-header.is-open .menu-toggle span:nth-child(3) { opacity: 0; }
.site-header.is-open .menu-toggle span:nth-child(4) { transform: translateY(-7px) rotate(-45deg); }
.mobile-menu { position: fixed; z-index: 20; inset: 0; display: grid; align-items: center; justify-items: center; visibility: hidden; padding: 100px 40px 40px; background: var(--white); opacity: 0; transition: opacity .2s, visibility .2s; }
.mobile-menu.is-open { visibility: visible; opacity: 1; }
.mobile-menu nav { display: grid; gap: 1.25rem; text-align: center; font-size: 1.6rem; font-weight: 700; }

/* Hero */
.hero { position: relative; display: grid; min-height: 100vh; margin-top: 143px; overflow: hidden; color: var(--white); background: #182533; }
.hero-video, .hero-shade { position: absolute; inset: 0; width: 100%; height: 100%; }
.hero-video { object-fit: cover; }
.hero-shade { background: rgb(0 0 0 / 40%); }
.hero-content { position: relative; z-index: 1; display: flex; align-items: start; padding-top: 14rem; }
.hero h1 { width: min(60%, 680px); margin: 0; font-size: clamp(3rem, 5.2vw, 4.2rem); line-height: 1; }
.hero h1 span { display: block; margin-bottom: .3rem; color: var(--blue); font-weight: 700; }

/* Editorial sections */
.split-copy { padding-block: 6rem; }
.split-copy--dark { background: var(--navy); color: var(--white); }
.split-copy--grey, .client-wall, .industries { background: var(--grey); }
.split-copy__grid { display: grid; grid-template-columns: 2fr 3fr; gap: 8.5rem; }
.split-copy__grid--inset { padding-inline: 6rem; }
.split-copy__heading h2 { max-width: 440px; }
.copy-block--offset { padding-top: 5rem; }
.copy-block--light p { color: var(--white); }
.featured-clients { padding-block: 6rem; }
.logo-grid { display: grid; }
.logo-grid--featured { grid-template-columns: repeat(5, 1fr); gap: 2.5rem; margin-bottom: 2.5rem; }
.logo-grid--featured a { display: grid; place-items: center; min-height: 90px; padding: 1.25rem; }
.logo-grid--featured img { max-height: 64px; object-fit: contain; }
.featured-clients .text-link { float: right; }
.services { padding-bottom: 6rem; }
.section-intro--narrow { width: min(40%, 465px); margin-bottom: 4rem; }
.section-intro--half { width: min(50%, 600px); }
.section-intro--quarter { width: 25%; }
.services-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 4rem; }
.service-card { max-width: 280px; }
.service-icon { width: auto; height: 31px; margin-bottom: 1rem; }
.service-card h3 { margin-bottom: 1.5rem; color: var(--blue); font-size: 1.875rem; font-weight: 700; line-height: 1.15; }
.service-card p { min-height: 220px; font-size: 1rem; line-height: 1.625; }
.image-banner img { width: 100%; max-height: 590px; object-fit: cover; }

/* Case studies */
.case-studies { padding-block: 6rem; }
.case-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 2.5rem; }
.case-card { position: relative; display: block; aspect-ratio: 16 / 9; overflow: hidden; color: var(--white); background: #000; }
.case-card video { width: 100%; height: 100%; object-fit: cover; opacity: .55; transition: opacity .25s, transform .35s; }
.case-card:hover video { opacity: .72; transform: scale(1.03); }
.case-card__shade { position: absolute; inset: 0; background: linear-gradient(180deg, rgb(0 0 0 / 20%), transparent 50%, rgb(0 0 0 / 45%)); }
.case-card__content { position: absolute; inset: 2.5rem; display: flex; flex-direction: column; align-items: start; font-size: clamp(1.25rem, 2vw, 1.5rem); line-height: 1.35; }
.case-card__content strong { margin-top: auto; font-size: 1rem; text-transform: uppercase; }
.case-card__content i { margin-top: .25rem; font-size: .875rem; font-style: normal; font-weight: 700; }

/* Client wall */
.client-wall { padding-block: 6rem; }
.logo-grid--wall { grid-template-columns: repeat(5, 1fr); gap: 4rem; }
.logo-grid--wall img { justify-self: center; align-self: center; width: min(160px, 100%); max-height: 72px; object-fit: contain; mix-blend-mode: multiply; }

/* Form */
.contact-section { display: grid; grid-template-columns: 1fr 1fr; min-height: 680px; }
.contact-image { background: url('../assets/images/contact-sparro.jpg') center / cover no-repeat; }
.contact-panel { display: grid; align-items: center; padding: 6rem max(40px, calc((100vw - 1170px) / 2)); background: var(--white); }
.contact-form { width: min(100%, 430px); }
.form-row { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1rem; }
.contact-form label { display: grid; gap: .4rem; margin-bottom: 1rem; font-size: .875rem; }
.contact-form input, .contact-form textarea { width: 100%; padding: 1rem 1.25rem; border: 1px solid var(--blue); border-radius: 2px; outline: none; }
.contact-form input:focus, .contact-form textarea:focus { box-shadow: 0 0 0 2px rgb(33 150 243 / 20%); }
.form-status { min-height: 1.5rem; margin-bottom: 1rem; color: var(--blue); font-size: .9rem; }

/* Homepage contact */
.homepage-contact-section { display: grid; grid-template-columns: repeat(2, 1fr); min-height: 976px; }
.homepage-contact-section__image { background: url('../assets/images/contact-sparro.jpg') center / cover no-repeat; }
.homepage-contact-section__panel { padding: 153px 0 128px; background: var(--white); }
.homepage-contact-form { width: 544px; margin: 0 auto; }
.homepage-contact-form__row { display: grid; grid-template-columns: repeat(2, 1fr); width: calc(100% - 8px); gap: .5rem; }
.homepage-contact-form > label { display: grid; width: calc(100% - 8px); }
.homepage-contact-form label { display: grid; gap: 0; margin-bottom: .96875rem; color: #333; font-size: 1rem; line-height: 1.5; }
.homepage-contact-form input, .homepage-contact-form textarea { width: 100%; padding: 1rem 2rem; border: 1px solid var(--blue); border-radius: 2px; color: #333; font: inherit; outline: none; }
.homepage-contact-form input { height: 58px; }
.homepage-contact-form textarea { height: 128px; min-height: 128px; resize: vertical; }
.homepage-contact-form input:focus, .homepage-contact-form textarea:focus { box-shadow: 0 0 0 2px rgb(33 150 243 / 20%); }
.homepage-contact-form__notice { margin: 1.4375rem 0 1.25rem; color: #333; font-size: 1.25rem; line-height: 1.5; }
.homepage-contact-form .form-status { min-height: 0; margin: 0; }
.homepage-contact-form .form-status:empty { display: none; }
.homepage-contact-form button { width: 100%; height: 50px; border: 0; border-radius: 2px; color: var(--white); background: var(--blue); font: inherit; font-size: 1rem; font-weight: 700; text-transform: uppercase; }
.homepage-contact-form button:hover { background: #127fd2; }

/* Industries and awards */
.industries { padding-block: 5rem; background: #f5f5f5; }
.industries-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 4rem; }
.industries-grid h3 { margin-bottom: 1.25rem; font-size: 1.25rem; font-weight: 700; }
.industries-grid p { color: #5e5e5e; font-size: 1rem; }
.awards { padding-block: 6rem; }
.awards-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 2.5rem; }
.awards-grid article { padding-top: 1.5rem; border-top: 2px solid var(--ink); }
.awards-grid h3 { margin-bottom: 1rem; font-size: 1rem; font-weight: 700; line-height: 1.5; }
.awards-grid p { font-size: .95rem; }

/* Blog */
.sparro-blog { padding: 6rem 0 12rem; background: #eee; }
.blog-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.5rem; }
.blog-card { display: grid; grid-template-rows: auto auto 1fr auto; }
.blog-card img { width: 100%; height: 18rem; margin-bottom: 1.5rem; object-fit: cover; }
.blog-card time { margin-bottom: .75rem; font-size: .75rem; font-weight: 700; text-transform: uppercase; }
.blog-card h3 { padding-right: 2.5rem; margin-bottom: 1.5rem; font-family: proxima-nova, Arial, sans-serif; font-size: 1.25rem; font-weight: 700; line-height: 1.5; }

/* FAQs */
.faqs { padding-block: 6rem; }
.faq-layout { display: grid; grid-template-columns: 1fr 3fr; gap: 2.5rem; }
.faq-list { display: grid; grid-template-columns: repeat(2, 1fr); gap: 2.5rem; }
.faq-item button { display: flex; align-items: center; width: 100%; padding: 0; border: 0; color: var(--ink); background: none; text-align: left; font-size: 1rem; }
.faq-item button span { display: inline-grid; flex: 0 0 32px; place-items: center; width: 32px; height: 32px; margin-right: 1rem; border: 1px solid #e2e8f0; border-radius: 50%; color: var(--blue); font-weight: 700; }
.faq-item button[aria-expanded='true'] span { color: var(--white); background: var(--blue); border-color: var(--blue); }
.faq-item > div { display: grid; grid-template-rows: 0fr; padding-left: 3rem; transition: grid-template-rows .25s, margin-top .25s; }
.faq-item > div > p { min-height: 0; margin: 0; overflow: hidden; font-size: 1rem; }
.faq-item.is-open > div { grid-template-rows: 1fr; margin-top: 1.5rem; }

/* About page */
.about-page-shell { width: min(1170px, calc(100% - 96px)); margin-inline: auto; }
.about-page-hero h1 { width: 60%; max-width: 700px; min-height: 560px; margin: 0; padding: 14rem 0 8rem; font-size: 4rem; line-height: 1; }
.about-page-hero h1 span { display: block; color: var(--blue); font-weight: 700; }
.about-page-hero picture, .about-page-hero img, .about-announcement picture, .about-announcement img { display: block; width: 100%; }
.about-copy-section { padding-block: 6rem; color: var(--ink); background: var(--white); }
.about-copy-section--dark { color: var(--white); background: var(--navy); }
.about-copy-section--spacious { padding-block: 10rem; }
.about-copy-section__grid { display: grid; grid-template-columns: 2fr 3fr; gap: 6rem; }
.about-copy-section .eyebrow { margin: 0; }
.about-copy-section__content h2 { margin: 0 0 1rem; font-size: 1.5rem; line-height: 1.5; }
.about-copy-section__content p { margin-bottom: 1.25rem; font-size: 1.125rem; line-height: 1.625; }
.about-copy-section__content a { color: var(--blue); }
.about-copy-section--dark .about-copy-section__content a { color: var(--blue); }
.about-announcement { padding-block: 6rem; }
.about-people-columns { display: grid; grid-template-columns: repeat(2, 1fr); gap: 4rem; }
.about-people-columns p { font-size: .9rem; line-height: 1.625; }
.contact-section--about { min-height: 976px; }
.contact-section--about .contact-panel { padding: 8rem 5.2vw 8rem 2.9vw; }
.contact-section--about .contact-form { width: 100%; max-width: 544px; }
.contact-section--about .form-row { gap: .5rem; }
.contact-section--about .contact-form label { margin-bottom: 1.5rem; }
.contact-section--about .contact-form input { height: 58px; }
.contact-section--about .contact-form textarea { min-height: 128px; resize: vertical; }
.form-notice { margin: 0 0 1.5rem; font-size: .75rem; line-height: 1.45; }

/* Digital marketing page */
.sparro-digital-page .desktop-nav > a[href='digital-marketing.php'] { border-color: var(--blue); }
.digital-page-hero h1 { width: 60%; max-width: 700px; min-height: 560px; margin: 0; padding: 14rem 0 8rem; font-size: 4rem; line-height: 1; }
.digital-page-hero h1 span { display: block; color: var(--blue); font-weight: 700; }
.digital-page-hero picture, .digital-page-hero img { display: block; width: 100%; }
.digital-principles { min-height: 1091px; padding: 12rem 0 10rem; background: var(--grey); }
.digital-principles__grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 4rem; }
.digital-principles article > span { display: block; height: 100px; margin-bottom: 1rem; color: var(--white); font-family: proxima-nova, Arial, sans-serif; font-size: 150px; font-weight: 900; line-height: 100px; }
.digital-principles h2 { min-height: 12rem; margin: 0 0 1.5rem; font-size: 2.625rem; line-height: 1.25; }
.digital-principles h2 span { color: var(--blue); }
.digital-principles h3 { min-height: 4.5rem; margin: 0 0 2rem; font-size: 1.5rem; line-height: 1.5; }
.digital-principles p { margin-bottom: 1.25rem; font-size: 1.125rem; line-height: 1.625; }
.digital-services { padding: 0 0 13.625rem; margin-top: 6rem; }
.digital-services__intro { width: min(40%, 470px); margin-bottom: 3.7rem; }
.digital-services__intro h2 { margin: 0; }
.digital-services__grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 4rem; }
.digital-service-card h3 { min-height: 5.625rem; margin: 0 0 1rem; color: var(--blue); font-size: 1.875rem; font-weight: 700; line-height: 1.5; }
.digital-service-card h4 { min-height: 5.25rem; margin: 0 0 2rem; font-size: 1.25rem; line-height: 1.5; }
.digital-service-card p, .digital-service-card li { font-size: 1rem; line-height: 1.75; }
.digital-service-card p { margin-bottom: 2rem; }
.digital-service-card ul { min-height: 15.5rem; padding: 0; margin: 0 0 1.5rem; list-style: none; }
.digital-awards-image { position: relative; width: 100%; margin: 0; background: var(--white); }
.digital-awards-image::before { position: absolute; z-index: 0; inset: 50% 0 0; content: ''; background: var(--blue); }
.digital-awards-image img { position: relative; z-index: 1; display: block; width: calc(100% - 32px); margin-inline: 16px; }
.digital-impact { min-height: 893px; padding: 12rem 0 6rem; color: var(--white); background: var(--blue); }
.digital-impact > .page-shell > h2 { width: 50%; margin: 0 0 6rem; font-size: 2.625rem; line-height: 1.5; }
.digital-impact__grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 5rem; }
.digital-impact__grid article { padding-top: 1.5rem; border-top: 1px solid rgb(255 255 255 / 22%); }
.digital-impact__grid h3 { margin: 0 0 2.5rem; font-family: proxima-nova, Arial, sans-serif; font-size: .875rem; font-weight: 700; }
.digital-impact__grid strong { display: block; margin-bottom: .5rem; font-family: proxima-nova, Arial, sans-serif; font-size: 4.25rem; font-weight: 400; line-height: 1; }
.digital-impact__grid p { margin: 0; font-size: 1rem; }
.digital-partnerships { min-height: 428px; padding: 5rem 0; }
.digital-partnerships .eyebrow { margin-bottom: 3rem; }
.digital-partnerships .page-shell > div { display: flex; align-items: center; gap: 7rem; }
.digital-partnerships img { width: auto; max-width: 162px; max-height: 120px; object-fit: contain; }
.digital-clients { min-height: 589px; padding-block: 6rem; background: var(--grey); }
.digital-clients__intro { width: 50%; margin-bottom: 4rem; }
.digital-clients__intro h2 { margin: 0; }
.digital-clients__logos { display: grid; grid-template-columns: repeat(5, 1fr); align-items: center; gap: 3rem; }
.digital-clients__logos img { justify-self: center; width: min(150px, 100%); max-height: 84px; object-fit: contain; }
.digital-work { min-height: 1296px; padding-block: 12rem; }
.digital-work__intro { width: 50%; margin-bottom: 4rem; }
.digital-work__intro h2 { margin: 0; }
.digital-work .case-grid { gap: 3rem; }
.digital-contact { min-height: 1128px; padding-block: 6rem; }
.digital-contact__grid { display: grid; grid-template-columns: 2fr 3fr; gap: 0; }
.digital-contact h2 { margin-bottom: 2rem; }
.digital-contact__content > p { font-size: 1.125rem; }
.digital-contact__content .contact-form { margin-top: 2rem; }
.digital-contact .form-status:empty { display: none; }
.digital-contact .contact-form { width: 100%; max-width: none; }
.digital-contact .contact-form label { margin-bottom: 1.5rem; }
.digital-contact .contact-form input { height: 58px; }
.digital-contact .contact-form textarea { min-height: 128px; resize: vertical; }

/* Case studies page */
.sparro-case-studies-page .desktop-nav > a[href='digital-marketing-case-studies.php'] { border-color: var(--blue); }
.case-page-hero h1 { width: 60%; max-width: 700px; min-height: 560px; margin: 0; padding: 14rem 0 8rem; font-size: 4rem; line-height: 1; }
.case-page-hero h1 span { display: block; color: var(--blue); font-weight: 700; }
.case-page-hero img { display: block; width: 100%; }
.case-page-intro { min-height: 589px; padding-block: 6rem; color: var(--white); background: var(--navy); }
.case-page-intro .about-copy-section__content h2 { margin-bottom: 1.5rem; font-size: 1.5rem; line-height: 1.5; }
.case-page-intro .about-copy-section__content p { color: var(--white); }
.case-page-work { min-height: 2726px; padding: 12rem 0 calc(12rem - 4px); }
.case-page-work__intro { width: 50%; margin-bottom: 7.5rem; }
.case-page-work__intro h2 { margin: 0; }
.case-page-work .case-grid { gap: 2.5rem; }
.case-page-clients { min-height: 1613px; padding-block: 12rem; background: var(--grey); }
.case-page-clients__intro { width: 50%; margin-bottom: 6rem; }
.case-page-clients__intro h2 { margin: 0; }
.case-page-clients__grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: 3rem 4rem; }
.case-page-clients__grid img { justify-self: center; align-self: center; width: min(150px, 100%); max-height: 72px; object-fit: contain; }
.case-page-services { min-height: 741px; padding: 6rem 0 calc(6rem - 9px); margin-top: 6rem; }
.case-page-services > .page-shell > .eyebrow { margin-bottom: 4rem; }
.case-page-services__grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 4rem; }
.case-page-services h3 { margin: 0 0 1rem; color: var(--blue); font-size: 1.875rem; font-weight: 700; line-height: 1.5; }
.case-page-services h4 { min-height: 4.5rem; margin: 0 0 1.5rem; font-size: 1.25rem; line-height: 1.5; }
.case-page-services ul { min-height: 12rem; padding: 0; margin: 0 0 1.5rem; list-style: none; }
.case-page-services li { font-size: 1rem; line-height: 1.75; }
.case-page-contact { min-height: 1029px; padding-block: 6rem; }
.case-page-contact__grid { display: grid; grid-template-columns: 2fr 3fr; gap: 0; }
.case-page-contact h2 { margin: 0 0 1.5rem; font-size: 1.5rem; line-height: 1.5; }
.case-page-contact__grid > div > p { font-size: 1.125rem; }
.case-page-contact .contact-form { width: 100%; max-width: none; margin-top: 2rem; }
.case-page-contact .contact-form label { margin-bottom: 1.5rem; }
.case-page-contact .contact-form input { height: 58px; }
.case-page-contact .contact-form textarea { min-height: 128px; resize: vertical; }
.case-page-contact .form-status:empty { display: none; }

/* Team page */
.sparro-team-page .desktop-nav > a[href='our-team.php'] { border-color: var(--blue); }
.team-page-hero h1 { width: 60%; max-width: 700px; min-height: 624px; margin: 0; padding: 14rem 0 8rem; font-size: 4rem; line-height: 1; }
.team-page-hero h1 span { display: block; margin-bottom: 1rem; color: var(--blue); font-weight: 700; }
.team-page-hero img { display: block; width: 100%; }
.team-page-intro { min-height: 519px; padding: 6rem 0 1.625rem; }
.team-page-intro .about-copy-section__content h2 { margin-bottom: 1.5rem; font-size: 2rem; line-height: 1.25; }
.team-page-intro .about-copy-section__content p:last-child { margin-bottom: 0; }
.team-members { padding-block: 5rem; }
.team-members__grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: 2rem; }
.team-member__portrait { position: relative; height: 16rem; margin-bottom: 1rem; overflow: hidden; background: #eee; }
.team-member__portrait img { width: 100%; height: 100%; object-fit: cover; }
.team-member__portrait p { position: absolute; inset: 0; display: grid; place-items: center; padding: 1.25rem; margin: 0; color: var(--white); background: rgb(0 0 0 / 65%); font-size: .875rem; line-height: 1.45; opacity: 0; transition: opacity .2s; }
.team-member:hover .team-member__portrait p { opacity: 1; }
.team-member strong, .team-member small { display: block; line-height: 1.25; }
.team-member strong { margin-bottom: .35rem; font-size: .875rem; }
.team-member small { font-size: .875rem; }
.team-page-contact { min-height: 1029px; padding-block: 6rem; }
.team-page-contact__grid { display: grid; grid-template-columns: 2fr 3fr; gap: 0; }
.team-page-contact h2 { margin: 0 0 1.5rem; font-size: 1.5rem; line-height: 1.5; }
.team-page-contact__grid > div > p { font-size: 1.125rem; }
.team-page-contact .contact-form { width: 100%; max-width: none; margin-top: 2rem; }
.team-page-contact .contact-form label { margin-bottom: 1.5rem; }
.team-page-contact .contact-form input { height: 58px; }
.team-page-contact .contact-form textarea { min-height: 128px; resize: vertical; }
.team-page-contact .form-status:empty { display: none; }

/* Jobs page */
.sparro-jobs-page .desktop-nav > a[href='digital-marketing-jobs.php'] { border-color: var(--blue); }
.jobs-page-hero { min-height: 496px; }
.jobs-page-hero h1 { display: flex; flex-direction: column; justify-content: center; min-height: 496px; margin: 0; font-size: 4rem; line-height: 1; letter-spacing: -.04em; }
.jobs-page-hero h1 span { display: block; margin-bottom: 1rem; color: var(--blue); }
.jobs-copy-section { min-height: 569px; padding-block: 6rem; }
.jobs-copy-section__grid { display: grid; grid-template-columns: 2fr 3fr; gap: 0; }
.jobs-copy-section__content { max-width: 700px; }
.jobs-copy-section__content h2 { margin: 0 0 2rem; font-size: 2rem; line-height: 1.25; }
.jobs-copy-section__content p { font-size: .9rem; line-height: 1.625; }
.jobs-copy-section__content a, .jobs-benefit__copy a { color: var(--blue); }
.jobs-copy-section__content a:hover, .jobs-benefit__copy a:hover { text-decoration: underline; }
.jobs-testimonial { height: 492px; margin-top: 6rem; padding-block: 5rem; background-color: #f5f5f5; }
.jobs-testimonial__grid { display: grid; grid-template-columns: 1fr 468px; justify-content: space-between; align-items: center; min-height: 332px; }
.jobs-video-frame { position: relative; width: 584px; max-width: 100%; aspect-ratio: 16 / 9; overflow: hidden; }
.jobs-video-frame iframe { position: absolute; width: 100%; height: 100%; border: 0; inset: 0; }
.jobs-testimonial__content h2 { position: relative; margin: 0 0 2rem; font-size: 2rem; line-height: 1.25; }
.jobs-testimonial__content h2::before { position: absolute; top: -2px; right: 100%; margin-right: 28px; color: #727272; content: '“'; font-family: proxima-nova, sans-serif; font-size: 190px; font-weight: 400; line-height: 135px; }
.jobs-testimonial__quote { font-style: italic; }
.jobs-testimonial__quote p { margin-bottom: 1.5rem; font-size: 1.125rem; line-height: 1.625; }
.jobs-testimonial__author { display: flex; align-items: center; margin: 0; font-size: 1rem; }
.jobs-testimonial__author span { display: flex; align-items: center; color: var(--blue); }
.jobs-testimonial__author span::before { margin-inline: 1rem; color: #d0d0d0; content: '/'; font-size: 1.5rem; }
.jobs-openings { min-height: 396px; padding-block: 6rem; background-color: #f5f5f5; }
.jobs-openings__content { display: grid; gap: 2rem; }
.jobs-openings article h2 { margin: 0 0 .75rem; font-size: 1.5rem; line-height: 1.25; }
.jobs-openings article h2 a { color: var(--blue); }
.jobs-openings article p { margin: 0; font-size: 1.125rem; }
.jobs-benefit { display: grid; grid-template-columns: 1fr 1fr; }
.jobs-benefit--revenue { min-height: 616px; }
.jobs-benefit--family { min-height: 596px; }
.jobs-benefit--overseas { min-height: 656px; }
.jobs-benefit__image { min-height: 100%; background-position: center; background-size: cover; }
.jobs-benefit__copy { align-self: center; width: min(544px, calc(100% - 5.5rem)); margin-inline: auto; padding-block: 4rem; }
.jobs-benefit__copy h2, .jobs-benefit__copy h3 { margin: 0 0 2rem; color: #333; font-size: 2rem; line-height: 1.25; }
.jobs-benefit__copy h3 { font-size: 1.5rem; }
.jobs-benefit__copy p { font-size: 1.125rem; }
.jobs-copy-section--drive { min-height: 613px; padding-bottom: 2rem; }
.jobs-drive-columns { display: grid; grid-template-columns: repeat(2, 1fr); gap: 4rem; }
.jobs-expectations { min-height: 458px; padding-block: 5rem; background-color: #f5f5f5; }
.jobs-expectations > .page-shell > .eyebrow { margin-bottom: 3rem; }
.jobs-expectations__grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 3rem; }
.jobs-expectations h2 { margin: 0 0 1.5rem; color: #333; font-family: proxima-nova, sans-serif; font-size: 1.25rem; font-weight: 700; line-height: 1.25; }
.jobs-expectations h2 span { position: relative; top: -8px; color: #727272; font-size: .875rem; font-weight: 400; }
.jobs-expectations p { margin: 0; color: #727272; font-size: .875rem; line-height: 1.6; }
.jobs-static-banner { height: 512px; background-position: center; background-size: cover; }
.jobs-slideshow { padding: 5rem 0 2.5rem; overflow: hidden; background: #333; }
.jobs-slideshow .bx-wrapper { margin: 0; max-width: none !important; background: transparent; }
.jobs-slideshow .bx-viewport { border: 0; box-shadow: none; left: 0; background: transparent; }
.jobs-slideshow img { display: block; width: 100%; max-width: 100%; height: 512px; margin: 0; object-fit: cover; }
.jobs-slideshow .bx-pager { display: flex; justify-content: center; padding: 2.5rem 5rem 0; }
.jobs-slideshow .bx-pager.bx-default-pager a { display: block; width: 8px; height: 8px; margin: 0 8px; border-radius: 50%; background: #727272; color: transparent; font-size: 0; }
.jobs-slideshow .bx-pager.bx-default-pager a.active { background: var(--blue); }
.jobs-staff { min-height: 740px; margin-top: 6rem; padding-block: 6rem; }
.jobs-staff__grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 4rem; }
.jobs-staff__media { aspect-ratio: 16 / 9; margin-bottom: 20px; }
.jobs-staff h2 { margin: 0 0 1.25rem; color: #333; font-size: .875rem; font-weight: 700; line-height: 1.5; }
.jobs-staff h2 strong { display: block; line-height: 1.25; }
.jobs-staff p { font-size: .9rem; line-height: 1.625; }

/* Blog page */
.sparro-blog-page .desktop-nav > a[href='blog.php'] { border-color: var(--blue); }
.blog-page-intro { min-height: 362px; margin-top: 96px; padding-block: 6rem; }
.blog-page-intro__grid { display: grid; grid-template-columns: 2fr 3fr; gap: 0; }
.blog-page-intro h1 { max-width: 700px; margin: 0 0 2rem; font-size: 2rem; font-weight: 400; line-height: 1.25; }
.blog-page-intro__copy { display: grid; grid-template-columns: repeat(2, 1fr); gap: 4rem; max-width: 700px; }
.blog-page-intro__copy p { font-size: .9rem; line-height: 1.625; }
.blog-posts { padding: 0 0 8rem; background: #f5f5f5; }
.blog-posts__grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.5rem; }
.blog-post { min-height: 556px; }
.blog-post__image { display: block; height: 18rem; margin-bottom: 1.5rem; background-position: center; background-size: cover; }
.blog-post time { display: block; color: #333; font-size: .75rem; font-weight: 700; letter-spacing: .02em; text-transform: uppercase; }
.blog-post__body { position: relative; height: 12rem; }
.blog-post h2 { margin: .75rem 2.5rem 0 0; font-family: proxima-nova, sans-serif; font-size: 1.25rem; font-weight: 700; line-height: 1.625; }
.blog-post .text-link { position: absolute; bottom: 2.5rem; font-size: 1rem; }
.blog-post:hover .blog-post__image { filter: brightness(.9); }

/* Single post */
.sparro-post-page .desktop-nav > a[href='blog.php'] { border-color: var(--blue); }
.sparro-post-page .site-header:not(.is-scrolled):not(.is-open) { background: linear-gradient(to bottom, rgb(255 255 255 / 24%), rgb(255 255 255 / 0%)); }
.sparro-post-page .site-header:not(.is-scrolled):not(.is-open) .desktop-nav > a:not(.button) { color: #222; text-shadow: 0 1px rgb(255 255 255 / 28%); }
.sparro-post-page .site-header:not(.is-scrolled):not(.is-open) .brand__full { filter: drop-shadow(0 1px rgb(255 255 255 / 28%)); }
.post-page-hero { position: relative; min-height: 720px; color: var(--white); background-position: center; background-size: cover; }
.post-page-hero__shade { position: absolute; inset: 0; background: rgb(0 0 0 / 55%); }
.post-page-hero__content { position: relative; z-index: 1; padding-top: 25.25rem; }
.post-page-hero h1 { max-width: 877px; margin: 0; font-size: 3rem; font-weight: 400; line-height: 1.1; }
.post-page-article { min-height: 829px; padding-block: 6rem; }
.post-page-article__grid { display: grid; grid-template-columns: 2fr 3fr; gap: 0; }
.post-page-article__content { max-width: 701px; }
.post-page-article__content p { font-size: .9rem; line-height: 1.625; }
.post-page-article__content a { color: var(--blue); }
.post-page-related { min-height: 205px; padding-top: 8rem; background: #fafafa; }
.post-page-related .eyebrow { margin-bottom: 0; }
.post-page-related-posts { padding: 0 0 8rem; background: #fafafa; }

/* Digital strategy page */
.sparro-strategy-page .desktop-nav > a[href='digital-marketing.php'] { border-color: var(--blue); }
.strategy-page-hero { min-height: 694px; }
.strategy-page-hero h1 { display: flex; flex-direction: column; justify-content: center; width: 60%; min-height: 694px; margin: 0; font-size: 3rem; font-weight: 400; line-height: 1; }
.strategy-page-hero h1 .eyebrow { margin: 0 0 2.5rem; color: #333; font-size: .875rem; line-height: 1.5; }
.strategy-page-hero h1 .eyebrow a:hover { text-decoration: underline; }
.strategy-page-hero h1 strong { display: block; margin-bottom: 1rem; color: var(--blue); font-size: 2rem; line-height: 1.25; }
.strategy-intro { min-height: 625px; padding-block: 6rem; }
.strategy-intro__grid { display: grid; grid-template-columns: 2fr 3fr; gap: 0; }
.strategy-intro h2 { margin: 0 0 2rem; font-size: 1.5rem; line-height: 1.5; }
.strategy-intro p { font-size: .9rem; line-height: 1.625; }
.strategy-process { min-height: 458px; padding-block: 5rem; background: #f5f5f5; }
.strategy-process > .page-shell > .eyebrow { margin-bottom: 3rem; }
.strategy-process__grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 3rem; }
.strategy-process h2 { margin: 0 0 1.5rem; color: #333; font-family: proxima-nova, sans-serif; font-size: 1.25rem; font-weight: 700; line-height: 1.25; }
.strategy-process h2 span { position: relative; top: -8px; color: #727272; font-size: .875rem; font-weight: 400; }
.strategy-process p { margin: 0; color: #727272; font-size: .875rem; line-height: 1.6; }
.strategy-services { display: grid; grid-template-columns: 1fr 1fr; min-height: 646px; }
.strategy-services__image { background-position: center; background-size: cover; }
.strategy-services__content { align-self: center; width: min(544px, calc(100% - 5.5rem)); margin-inline: auto; padding-block: 4rem; }
.strategy-services h2 { margin: 0 0 2rem; font-size: 2rem; line-height: 1.25; }
.strategy-services p { font-size: 1.125rem; }
.strategy-services a { color: var(--blue); }

/* Paid media page */
.sparro-paid-media-page .desktop-nav > a[href='digital-marketing.php'] { border-color: var(--blue); }
.paid-page-hero { min-height: 630px; }
.paid-page-hero h1 { display: flex; flex-direction: column; justify-content: center; width: 60%; min-height: 630px; margin: 0; font-size: 3rem; font-weight: 400; line-height: 1; }
.paid-page-hero h1 .eyebrow { margin: 0 0 2.5rem; color: #333; font-size: .875rem; line-height: 1.5; }
.paid-page-hero h1 .eyebrow a:hover { text-decoration: underline; }
.paid-page-hero h1 strong { display: block; margin-bottom: 1rem; color: var(--blue); font-size: 2rem; line-height: 1.25; }
.paid-copy-grid { display: grid; grid-template-columns: 2fr 3fr; gap: 0; }
.paid-copy-grid h2 { margin: 0 0 2rem; font-size: 1.5rem; line-height: 1.5; }
.paid-copy-grid p, .paid-copy-grid li { font-size: .9rem; line-height: 1.625; }
.paid-intro { min-height: 753px; padding-block: 6rem; }
.paid-two-columns { display: grid; grid-template-columns: repeat(2, 1fr); gap: 4rem; }
.paid-channels { min-height: 458px; padding-block: 6rem; }
.paid-list-columns ul { margin: 0; padding-left: 1.25rem; list-style: disc; }
.paid-list-columns li { margin-bottom: .45rem; padding-left: .15rem; }
.paid-difference { min-height: 438px; padding-block: 6rem; background: #f5f5f5; }
.paid-ppc { min-height: 520px; padding-block: 6rem; color: var(--white); background: var(--navy); }
.paid-ppc .eyebrow::before { background: currentColor; }
.paid-ppc h2 { color: var(--white); }
.paid-ppc li { color: var(--white); }
.paid-clients { min-height: 336px; padding-block: 6rem; }
.paid-clients__grid { display: grid; grid-template-columns: repeat(5, 1fr); align-items: center; gap: 2.5rem; }
.paid-clients__grid img { width: 100%; max-height: 110px; object-fit: contain; }
.paid-case-studies { min-height: 1296px; padding-block: 6rem; }
.paid-case-studies__intro { width: 50%; margin-bottom: 4rem; }
.paid-case-studies__intro .eyebrow { margin-bottom: 2rem; }
.paid-case-studies__intro h2 { margin: 0; font-size: 2rem; }
.paid-case-studies__grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 2.5rem; }
.paid-case-studies__grid article { position: relative; aspect-ratio: 16 / 9; overflow: hidden; color: var(--white); background: #111; }
.paid-case-studies__grid video { width: 100%; height: 100%; object-fit: cover; opacity: .5; }
.paid-case-studies__overlay { position: absolute; inset: 0; display: flex; flex-direction: column; justify-content: space-between; padding: 2.5rem; }
.paid-case-studies__overlay h3 { max-width: 66%; margin: 0; color: var(--white); font-size: 1.5rem; line-height: 1.25; }
.paid-case-studies__overlay strong, .paid-case-studies__overlay a { display: block; color: var(--white); text-transform: uppercase; }
.paid-case-studies__overlay a { margin-top: .75rem; font-size: .875rem; text-transform: none; }
.paid-contact { min-height: 400px; padding-block: 6rem; }

/* SEO agency page */
.sparro-seo-page .desktop-nav > a[href='digital-marketing.php'] { border-color: var(--blue); }
.seo-page-hero { min-height: 630px; }
.seo-page-hero h1 { width: 60%; min-height: 630px; margin: 0; padding: 14rem 0 8rem; font-size: 4rem; font-weight: 400; line-height: 1; }
.seo-page-hero h1 .eyebrow { display: block; height: 30px; margin: 0 0 2.5rem; padding-top: 1rem; color: #333; font-size: .875rem; line-height: .875rem; }
.seo-page-hero h1 strong { display: block; margin-bottom: 1rem; color: var(--blue); font-size: 4rem; line-height: 1; }
.seo-copy-grid { display: grid; grid-template-columns: 2fr 3fr; gap: 0; }
.seo-intro { min-height: 812px; padding-block: 6rem; }
.seo-intro h2 { margin: 0 0 2rem; font-size: 1.5rem; line-height: 1.5; }
.seo-intro h3 { margin: 0 0 1.25rem; font-size: 1.125rem; font-weight: 700; line-height: 1.5; }
.seo-intro p, .seo-beyond p, .seo-contact p { font-size: .9rem; line-height: 1.625; }
.seo-two-columns { display: grid; grid-template-columns: repeat(2, 1fr); gap: 4rem; }
.seo-principles { min-height: 584px; padding-block: 5rem; background: #f5f5f5; }
.seo-principles__intro { width: 25%; margin-bottom: 2.5rem; }
.seo-principles__intro h2 { margin: 0; font-size: 2rem; line-height: 1.25; }
.seo-principles__intro span, .seo-clients h2 span { color: var(--blue); }
.seo-principles__grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 4rem; }
.seo-principles h3 { margin: 0 0 1.5rem; font-size: 1.25rem; font-weight: 700; line-height: 1.25; }
.seo-principles p { margin-bottom: 1rem; color: #727272; font-size: .875rem; line-height: 1.625; }
.seo-coverage { display: grid; grid-template-columns: 1fr 1fr; min-height: 600px; }
.seo-coverage__image { background: url('../assets/images/seo-coverage.jpg') center / cover no-repeat; }
.seo-coverage__content { display: grid; align-items: center; padding: 4rem 44px; }
.seo-coverage__content > div { width: min(100%, 544px); margin-inline: auto; }
.seo-coverage h2 { margin-bottom: 2.5rem; font-size: 2rem; }
.seo-coverage ul { padding: 0; margin: 0; list-style: none; }
.seo-coverage li { margin: 0; font-size: 1rem; line-height: 1.5; }
.seo-coverage a { color: var(--ink); }
.seo-clients { min-height: 565px; padding: 12rem 0 190px; background: #f5f5f5; }
.seo-clients > .page-shell { transform: translateY(-2px); }
.seo-clients__intro { width: 50%; margin-bottom: 2.5rem; }
.seo-clients__intro .eyebrow { margin-bottom: 2.5rem; }
.seo-clients h2 { margin: 0; font-size: 2rem; }
.seo-clients__logos { display: grid; grid-template-columns: repeat(5, 1fr); align-items: center; gap: 4rem; }
.seo-clients__logos img { justify-self: center; width: 143px; height: 143px; max-width: 100%; object-fit: contain; mix-blend-mode: multiply; }
.seo-beyond { min-height: 596px; padding-block: 6rem; color: var(--white); background: var(--navy); }
.seo-beyond .eyebrow::before { background: currentColor; }
.seo-beyond h2 { margin-bottom: 2rem; color: var(--white); font-size: 1.5rem; line-height: 1.5; }
.seo-beyond p { color: var(--white); }
.seo-case-studies { min-height: 938px; padding: calc(12rem + 6px) 0 calc(12rem - 6px); }
.seo-case-studies__intro { width: 50%; margin-bottom: 7.5rem; }
.seo-case-studies__intro .eyebrow { margin-bottom: 2rem; }
.seo-case-studies__intro h2 { margin: 0; font-size: 2rem; }
.seo-case-studies__grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 2.5rem; }
.seo-case-studies__grid article { position: relative; aspect-ratio: 16 / 9; overflow: hidden; color: var(--white); background: #000; }
.seo-case-studies__grid video { width: 100%; height: 100%; object-fit: cover; opacity: .5; }
.seo-case-studies__overlay { position: absolute; inset: 0; display: flex; flex-direction: column; justify-content: space-between; padding: 2.5rem; }
.seo-case-studies__overlay h3 { max-width: 66%; margin: 0; color: var(--white); font-size: 1.5rem; line-height: 1.25; }
.seo-case-studies__overlay strong, .seo-case-studies__overlay a { display: block; color: var(--white); text-transform: uppercase; }
.seo-case-studies__overlay a { margin-top: .75rem; font-size: .875rem; text-transform: none; }
.seo-contact { min-height: 429px; padding-block: 6rem; }
.seo-faqs { min-height: 608px; padding-block: 12rem; }
.seo-faqs .faq-layout { gap: 0; }

/* Privacy */
.privacy-page { padding: 239px 0 6rem; }
.privacy-page__layout { display: grid; grid-template-columns: 2fr 3fr; }
.privacy-page__aside { padding-right: 5rem; }
.privacy-page__aside .eyebrow { color: #000; }
.privacy-page__content { color: #000; }
.privacy-page__content h1 { margin: 0 0 2rem; font-size: 2rem; font-weight: 400; line-height: 1.25; }
.privacy-page__content h2 { margin: 3rem 0 1.5rem; color: #000; font-size: 1.5rem; font-weight: 400; line-height: 1.5; }
.privacy-page__content h3 { margin: 1.5rem 0 1rem; color: #000; font-size: 1rem; font-weight: 700; line-height: 1.5; }
.privacy-page__content p { margin: 0 0 1.25rem; color: #000; font-size: 1rem; line-height: 1.625; }
.privacy-page__content a { color: var(--blue); text-decoration: underline; text-underline-offset: .15em; }

/* Contact page */
.contact-page-hero { background: var(--white); }
.contact-page-hero h1 { width: 60%; max-width: 701px; margin: 0; padding: 14rem 0 8rem; color: #333; font-size: 4rem; font-weight: 400; line-height: 1; }
.contact-page-hero h1 span { display: block; margin-bottom: 1rem; color: var(--blue); font-weight: 700; }
.contact-page-hero picture, .contact-page-hero img { display: block; width: 100%; }
.contact-page-form-section { min-height: 1077px; padding-block: 6rem; color: #000; background: var(--white); }
.contact-page-form-section__grid { display: grid; grid-template-columns: 2fr 3fr; }
.contact-page-form-section__intro { padding-right: 5rem; }
.contact-page-form-section__intro .eyebrow { margin-bottom: 2.5rem; color: #000; }
.contact-page-form-section__intro h2 { margin: 0; color: #333; font-size: 2rem; line-height: 1.25; }
.contact-page-form-section__content > p { margin: 0 0 1.25rem; color: #333; font-size: 1.125rem; line-height: 1.625; }
.contact-page-form { width: 100%; margin-top: 1.5rem; }
.contact-page-form__row { display: grid; grid-template-columns: repeat(2, 1fr); width: calc(100% - 8px); gap: .5rem; }
.contact-page-form > label { display: grid; width: calc(100% - 8px); }
.contact-page-form label { display: grid; gap: .4rem; margin-bottom: .9375rem; color: #333; font-size: 1.125rem; line-height: 1.25; }
.contact-page-form input, .contact-page-form textarea { width: 100%; padding: 1rem 2rem; border: 1px solid var(--blue); border-radius: 2px; color: #333; font: inherit; outline: none; }
.contact-page-form input { height: 60px; }
.contact-page-form textarea { height: 128px; min-height: 128px; resize: vertical; }
.contact-page-form input:focus, .contact-page-form textarea:focus { box-shadow: 0 0 0 2px rgb(33 150 243 / 20%); }
.contact-page-form .form-notice { margin: 1.8125rem 0 1.25rem; color: #333; font-size: 1.125rem; line-height: 1.625; }
.contact-page-form .form-status { min-height: 0; margin: 0; }
.contact-page-form .form-status:empty { display: none; }
.contact-page-form .button { width: 100%; min-height: 52px; }

/* Footer */
.site-footer { padding-block: 8rem; color: var(--white); background: var(--navy); }
.brand--footer { display: block; margin-bottom: 0; }
.brand--footer img { width: 128px; }
.site-footer nav { display: flex; flex-wrap: wrap; gap: 1.5rem 3rem; margin: 0; padding-block: 4rem; font-weight: 700; }
.site-footer nav a:hover, .footer-details a:hover { color: var(--blue); }
.footer-details { display: flex; justify-content: space-between; gap: 3rem; padding: 1rem 0 2.5rem; font-size: .9rem; }
.footer-details strong { display: block; margin-bottom: 1rem; }
.footer-details a { display: block; margin-bottom: .2rem; }
.footer-details p { margin: 0; font-size: inherit; line-height: 1.55; }
.footer-socials { display: flex; gap: .75rem; }
.footer-socials a { display: inline-flex; color: var(--white); }
.footer-socials svg { width: 40px; height: 40px; }
.floating-contact { position: fixed; z-index: 15; right: 20px; bottom: 20px; display: none; place-items: center; width: 60px; height: 60px; border-radius: 50%; color: var(--white); background: var(--blue); }
.floating-contact svg { width: 30px; fill: none; stroke: currentColor; stroke-width: 1.6; }

@media (max-width: 1170px) {
  :root { --shell: min(1024px, calc(100% - 64px)); }
  .hero { min-height: 75vh; margin-top: 92px; margin-bottom: 20px; background: url('../assets/images/Sparro-m.jpg') center / cover no-repeat; }
  .hero-video { display: none; }
  .hero-content { padding-top: 10rem; }
  .split-copy__grid { gap: 5rem; }
  .split-copy__grid--inset { padding-inline: 0; }
  .services-grid { gap: 4rem 3rem; }
  .service-card p { min-height: 0; }
  .contact-panel { padding-inline: 4rem; }
  .about-page-shell { width: min(1024px, calc(100% - 64px)); }
  .about-copy-section__grid { gap: 5rem; }
  .contact-section--about .contact-panel { padding-inline: 3rem; }
  .digital-principles { padding-block: 8rem; }
  .digital-principles__grid, .digital-services__grid { gap: 3rem; }
  .digital-services__intro { width: 50%; }
  .digital-impact { padding-top: 8rem; }
  .digital-contact__grid { gap: 4rem; }
  .case-page-work, .case-page-clients { padding-block: 8rem; }
  .case-page-services__grid { gap: 3rem; }
  .team-members__grid { grid-template-columns: repeat(4, 1fr); }
}

@media (max-width: 1023px) {
  .desktop-nav { display: none; }
  .menu-toggle { display: block; }
  .header-inner { min-height: 92px; width: calc(100% - 40px); }
  .brand__full { width: 110px; }
  .header-actions { display: flex; }
  .header-actions .site-socials { display: inline-flex; }
  .split-copy__grid, .faq-layout { grid-template-columns: 1fr; gap: 2.5rem; }
  .copy-block--offset { padding-top: 0; }
  .section-intro--narrow, .section-intro--half, .section-intro--quarter { width: 100%; }
  .services-grid, .industries-grid, .awards-grid, .blog-grid { grid-template-columns: repeat(2, 1fr); }
  .service-card:last-child { grid-column: auto; }
  .logo-grid--wall { grid-template-columns: repeat(4, 1fr); gap: 3rem; }
  .contact-section { grid-template-columns: 1fr; }
  .contact-image { min-height: 360px; }
  .contact-panel { padding: 5rem 3rem; }
  .contact-form { width: 100%; max-width: 540px; }
  .homepage-contact-section { grid-template-columns: 1fr; min-height: 0; }
  .homepage-contact-section__image { min-height: 420px; }
  .homepage-contact-section__panel { padding: 6rem 40px; }
  .homepage-contact-form { width: min(544px, 100%); }
  .about-copy-section__grid { grid-template-columns: 1fr; gap: 2.5rem; }
  .about-copy-section--spacious { padding-block: 6rem; }
  .about-page-hero h1 { width: 70%; }
  .about-people-columns { gap: 2.5rem; }
  .digital-page-hero h1 { width: 70%; }
  .digital-principles, .digital-impact, .digital-partnerships, .digital-clients, .digital-work, .digital-contact { min-height: 0; }
  .digital-principles__grid, .digital-services__grid { grid-template-columns: 1fr; gap: 4rem; }
  .digital-principles h2, .digital-principles h3, .digital-service-card h3, .digital-service-card h4, .digital-service-card ul { min-height: 0; }
  .digital-services__intro, .digital-impact > .page-shell > h2, .digital-clients__intro, .digital-work__intro { width: 100%; }
  .digital-impact__grid { gap: 3rem; }
  .digital-contact__grid { grid-template-columns: 1fr; gap: 3rem; }
  .case-page-hero h1 { width: 70%; }
  .case-page-intro .about-copy-section__grid, .case-page-contact__grid { grid-template-columns: 1fr; gap: 2.5rem; }
  .case-page-work, .case-page-clients, .case-page-services, .case-page-contact { min-height: 0; }
  .case-page-services__grid { grid-template-columns: repeat(2, 1fr); gap: 3rem; }
  .case-page-services h4, .case-page-services ul { min-height: 0; }
  .team-page-hero h1 { width: 70%; }
  .team-page-intro .about-copy-section__grid, .team-page-contact__grid { grid-template-columns: 1fr; gap: 2.5rem; }
  .team-page-contact { min-height: 0; }
  .team-members__grid { grid-template-columns: repeat(3, 1fr); }
  .jobs-copy-section__grid { grid-template-columns: 1fr; gap: 2.5rem; }
  .jobs-page-hero h1 { width: 70%; }
  .jobs-drive-columns { grid-template-columns: 1fr; gap: 0; }
  .jobs-testimonial__grid { grid-template-columns: 1fr; }
  .jobs-testimonial__grid { gap: 3rem; }
  .jobs-video-frame { width: 100%; }
  .jobs-benefit { grid-template-columns: 1fr; }
  .jobs-benefit__image { min-height: 420px; }
  .jobs-benefit--family .jobs-benefit__image { grid-row: 1; }
  .jobs-benefit__copy { width: min(700px, var(--shell)); }
  .jobs-expectations { min-height: 0; }
  .jobs-expectations__grid { grid-template-columns: repeat(2, 1fr); gap: 3rem; }
  .jobs-staff { min-height: 0; }
  .jobs-staff__grid { gap: 3rem; }
  .blog-page-intro__grid { grid-template-columns: 1fr; gap: 2.5rem; }
  .blog-posts__grid { grid-template-columns: repeat(2, 1fr); }
  .post-page-article__grid { grid-template-columns: 1fr; gap: 2.5rem; }
  .post-page-hero h1 { max-width: 75%; }
  .strategy-page-hero h1 { width: 70%; }
  .strategy-intro__grid { grid-template-columns: 1fr; gap: 2.5rem; }
  .strategy-services { grid-template-columns: 1fr; }
  .strategy-services__image { min-height: 420px; }
  .strategy-process { min-height: 0; }
  .strategy-process__grid { grid-template-columns: repeat(2, 1fr); gap: 3rem; }
  .paid-page-hero h1 { width: 70%; }
  .paid-copy-grid { grid-template-columns: 1fr; gap: 2.5rem; }
  .paid-intro, .paid-channels, .paid-difference, .paid-ppc, .paid-contact { min-height: 0; }
  .paid-clients__grid { grid-template-columns: repeat(3, 1fr); }
  .paid-case-studies { min-height: 0; }
  .seo-page-hero h1 { width: 70%; }
  .seo-copy-grid { grid-template-columns: 1fr; gap: 2.5rem; }
  .seo-intro, .seo-principles, .seo-clients, .seo-beyond, .seo-case-studies, .seo-contact, .seo-faqs { min-height: 0; }
  .seo-two-columns { gap: 2.5rem; }
  .seo-principles__grid { grid-template-columns: repeat(2, 1fr); gap: 3rem; }
  .seo-principles__intro, .seo-clients__intro, .seo-case-studies__intro { width: 100%; }
  .seo-coverage { grid-template-columns: 1fr; }
  .seo-coverage__image { min-height: 420px; }
  .seo-coverage__content > div { width: min(700px, var(--shell)); }
  .seo-clients__logos { grid-template-columns: repeat(3, 1fr); }
  .seo-case-studies__grid { gap: 2.5rem; }
  .privacy-page { padding-top: 156px; }
  .privacy-page__layout { grid-template-columns: 1fr; }
  .privacy-page__aside { padding-right: 0; }
  .privacy-page__aside .eyebrow { margin-bottom: 2.5rem; }
  .contact-page-hero h1 { width: 70%; }
  .contact-page-form-section { min-height: 0; }
  .contact-page-form-section__grid { grid-template-columns: 1fr; gap: 2.5rem; }
  .contact-page-form-section__intro { padding-right: 0; }
  .faq-list { gap: 2rem; }
  .footer-details { display: grid; grid-template-columns: repeat(2, 1fr); }
  .floating-contact { display: grid; }
}

@media (max-width: 640px) {
  :root { --shell: calc(100% - 48px); }
  h2 { margin-bottom: 2rem; }
  p { font-size: 1rem; }
  .hero { min-height: 75vh; }
  .hero h1 { width: 100%; font-size: 3rem; }
  .hero-content { padding-top: 10rem; }
  .split-copy, .featured-clients, .case-studies, .client-wall, .faqs, .awards { padding-block: 4rem; }
  .featured-clients { padding-bottom: 3rem; }
  .featured-clients .text-link { float: none; }
  .logo-grid--featured { grid-template-columns: repeat(2, 1fr); gap: 1.25rem; }
  .logo-grid--featured a { min-height: 80px; padding: 1rem; }
  .services { padding-bottom: 4rem; }
  .services-grid, .industries-grid, .awards-grid, .faq-list, .case-grid, .blog-grid { grid-template-columns: 1fr; gap: 2.5rem; }
  .sparro-blog { padding-block: 4rem; }
  .service-card { max-width: none; }
  .service-card h3 { margin-bottom: 1rem; font-size: 1.6rem; }
  .image-banner img { min-height: 260px; }
  .case-card { aspect-ratio: 1 / 1; }
  .case-card__content { inset: 1.5rem; }
  .logo-grid--wall { grid-template-columns: repeat(2, 1fr); gap: 2.25rem 2rem; }
  .contact-image { min-height: 300px; }
  .contact-panel { padding: 4rem 24px; }
  .about-page-shell { width: calc(100% - 40px); }
  .about-page-hero h1 { width: 100%; min-height: 352px; padding: 8rem 0 5rem; font-size: 3rem; }
  .about-copy-section, .about-copy-section--spacious, .about-announcement { padding-block: 4rem; }
  .about-copy-section__grid { gap: 2.5rem; }
  .about-copy-section__content h2 { font-size: 1.5rem; }
  .about-copy-section__content p { font-size: 1rem; }
  .about-people-columns { grid-template-columns: 1fr; gap: 0; }
  .about-people-columns p { font-size: .9rem; }
  .contact-section--about { min-height: 0; }
  .contact-section--about .contact-image { min-height: 390px; }
  .contact-section--about .contact-panel { padding: 4rem 40px; }
  .contact-section--about .form-row { gap: 0; }
  .homepage-contact-section__image { min-height: 256px; }
  .homepage-contact-section__panel { padding: 4rem 24px; }
  .homepage-contact-form__row { grid-template-columns: 1fr; gap: 0; }
  .homepage-contact-form__notice { font-size: 1rem; }
  .digital-page-hero h1 { width: 100%; min-height: 352px; padding: 8rem 0 5rem; font-size: 2rem; }
  .digital-principles { padding-block: 4rem; }
  .digital-principles__grid { gap: 3rem; }
  .digital-principles article > span { margin-bottom: 1rem; }
  .digital-principles h2 { margin-bottom: 1rem; font-size: 2.25rem; }
  .digital-principles h3 { margin-bottom: 1.5rem; font-size: 1.25rem; }
  .digital-principles p { font-size: 1rem; }
  .digital-services { padding-block: 4rem; }
  .digital-services__intro { margin-bottom: 3rem; }
  .digital-services__grid { gap: 3rem; }
  .digital-service-card h3 { margin-bottom: .5rem; font-size: 1.875rem; }
  .digital-service-card h4 { margin-bottom: 1.25rem; }
  .digital-awards-image { width: 100%; margin: 0; }
  .digital-impact { padding: 4rem 0; }
  .digital-impact > .page-shell > h2 { margin-bottom: 4rem; font-size: 2.25rem; }
  .digital-impact__grid { grid-template-columns: 1fr; gap: 2rem; }
  .digital-impact__grid h3 { margin-bottom: 1.5rem; }
  .digital-impact__grid strong { font-size: 3.5rem; }
  .digital-partnerships { padding-block: 4rem; }
  .digital-partnerships .page-shell > div { display: grid; grid-template-columns: repeat(2, 1fr); gap: 3rem; }
  .digital-clients, .digital-work { padding-block: 4rem; }
  .digital-clients__logos { grid-template-columns: repeat(2, 1fr); gap: 2.5rem 2rem; }
  .digital-work .case-grid { gap: 2.5rem; }
  .digital-contact { padding: 4rem 0 6rem; }
  .digital-contact__grid { gap: 2.5rem; }
  .digital-contact .form-row { gap: 0; }
  .case-page-hero h1 { width: 100%; min-height: 352px; padding: 8rem 0 5rem; font-size: 2rem; }
  .case-page-intro, .case-page-work, .case-page-clients, .case-page-services, .case-page-contact { padding-block: 4rem; }
  .case-page-work__intro, .case-page-clients__intro { width: 100%; margin-bottom: 3rem; }
  .case-page-work .case-grid { gap: 2.5rem; }
  .case-page-clients__grid { grid-template-columns: repeat(2, 1fr); gap: 2.5rem 2rem; }
  .case-page-services { margin-top: 0; }
  .case-page-services__grid { grid-template-columns: 1fr; gap: 3rem; }
  .case-page-contact__grid { gap: 2.5rem; }
  .case-page-contact .form-row { gap: 0; }
  .team-page-hero h1 { width: 100%; min-height: 352px; padding: 8rem 0 5rem; font-size: 2rem; }
  .team-page-hero h1 span { margin-bottom: .5rem; }
  .team-page-intro, .team-members, .team-page-contact { padding-block: 4rem; }
  .team-members__grid { grid-template-columns: repeat(2, 1fr); gap: 2rem 1rem; }
  .team-member__portrait { height: 14rem; }
  .team-page-contact__grid { gap: 2.5rem; }
  .team-page-contact .form-row { gap: 0; }
  .jobs-page-hero h1 { width: 100%; min-height: 352px; padding: 8rem 0 5rem; font-size: 3rem; }
  .jobs-page-hero h1 span { margin-bottom: .75rem; }
  .jobs-copy-section, .jobs-openings, .jobs-testimonial, .jobs-expectations, .jobs-staff { min-height: 0; padding-block: 4rem; }
  .jobs-testimonial { height: auto; }
  .jobs-copy-section__content h2, .jobs-testimonial__content h2, .jobs-benefit__copy h2, .jobs-benefit__copy h3 { font-size: 1.5rem; }
  .jobs-copy-section__content p, .jobs-testimonial__quote p, .jobs-openings article p, .jobs-benefit__copy p, .jobs-staff p { font-size: 1rem; }
  .jobs-testimonial__content h2::before { display: none; }
  .jobs-openings__content { gap: 2.5rem; }
  .jobs-openings article h2 { font-size: 1.25rem; }
  .jobs-benefit__image { min-height: 300px; }
  .jobs-benefit__copy { width: var(--shell); padding-block: 4rem; }
  .jobs-copy-section--drive { padding-bottom: 4rem; }
  .jobs-expectations > .page-shell > .eyebrow { margin-bottom: 2.5rem; }
  .jobs-expectations__grid, .jobs-staff__grid { grid-template-columns: 1fr; gap: 2.5rem; }
  .jobs-static-banner { height: 300px; }
  .jobs-slideshow { padding: 3rem 0 2rem; }
  .jobs-slideshow img { width: 100%; height: auto; }
  .jobs-slideshow .bx-pager { padding: 2rem 0 0; }
  .jobs-staff { margin-top: 3rem; }
  .jobs-staff h2 { font-size: .875rem; }
  .blog-page-intro { min-height: 0; margin-top: 92px; padding-block: 4rem; }
  .blog-page-intro h1 { font-size: 1.5rem; }
  .blog-page-intro__copy, .blog-posts__grid { grid-template-columns: 1fr; gap: 2.5rem; }
  .blog-posts { padding-bottom: 4rem; }
  .blog-post__image { height: 16rem; }
  .post-page-hero { min-height: 460px; }
  .post-page-hero__content { padding-top: 15rem; }
  .post-page-hero h1 { max-width: 100%; font-size: 2rem; }
  .post-page-article, .post-page-related-posts { min-height: 0; padding-block: 4rem; }
  .post-page-related { min-height: 0; padding: 4rem 0 2.5rem; }
  .post-page-article__content p { font-size: 1rem; }
  .strategy-page-hero { min-height: 352px; }
  .strategy-page-hero h1 { width: 100%; min-height: 352px; padding: 8rem 0 5rem; font-size: 2rem; }
  .strategy-page-hero h1 .eyebrow { margin-bottom: 1.5rem; }
  .strategy-page-hero h1 strong { margin-bottom: .75rem; font-size: 1.5rem; }
  .strategy-intro, .strategy-process { min-height: 0; padding-block: 4rem; }
  .strategy-intro h2 { font-size: 1.25rem; }
  .strategy-intro p { font-size: 1rem; }
  .strategy-process > .page-shell > .eyebrow { margin-bottom: 2.5rem; }
  .strategy-process__grid { grid-template-columns: 1fr; gap: 2.5rem; }
  .strategy-services__image { min-height: 300px; }
  .strategy-services__content { width: var(--shell); padding-block: 4rem; }
  .strategy-services h2 { font-size: 1.5rem; }
  .strategy-services p { font-size: 1rem; }
  .paid-page-hero { min-height: 352px; }
  .paid-page-hero h1 { width: 100%; min-height: 352px; padding: 8rem 0 5rem; font-size: 2rem; }
  .paid-page-hero h1 .eyebrow { margin-bottom: 1.5rem; }
  .paid-page-hero h1 strong { margin-bottom: .75rem; font-size: 1.5rem; }
  .paid-intro, .paid-channels, .paid-difference, .paid-ppc, .paid-contact { padding-block: 4rem; }
  .paid-copy-grid h2 { font-size: 1.25rem; }
  .paid-copy-grid p, .paid-copy-grid li { font-size: 1rem; }
  .paid-two-columns, .paid-case-studies__grid { grid-template-columns: 1fr; gap: 0; }
  .paid-list-columns { gap: 0; }
  .paid-list-columns ul { margin-bottom: 1rem; }
  .paid-clients { min-height: 0; padding-block: 4rem; }
  .paid-clients__grid { grid-template-columns: repeat(2, 1fr); gap: 2rem; }
  .paid-case-studies { padding-block: 4rem; }
  .paid-case-studies__intro { width: 100%; margin-bottom: 3rem; }
  .paid-case-studies__intro h2 { font-size: 1.5rem; }
  .paid-case-studies__grid { gap: 2.5rem; }
  .paid-case-studies__overlay { padding: 1.5rem; }
  .paid-case-studies__overlay h3 { font-size: 1.25rem; }
  .seo-page-hero { min-height: 352px; }
  .seo-page-hero h1 { width: 100%; min-height: 352px; padding: 8rem 0 5rem; font-size: 2rem; }
  .seo-page-hero h1 .eyebrow { margin-bottom: 1.5rem; }
  .seo-page-hero h1 strong { margin-bottom: .75rem; font-size: 1.5rem; }
  .seo-intro, .seo-principles, .seo-clients, .seo-beyond, .seo-case-studies, .seo-contact, .seo-faqs { padding-block: 4rem; }
  .seo-copy-grid h2, .seo-principles__intro h2 { font-size: 1.5rem; }
  .seo-intro p, .seo-beyond p, .seo-contact p, .seo-principles p, .seo-coverage li { font-size: 1rem; }
  .seo-two-columns, .seo-principles__grid, .seo-case-studies__grid { grid-template-columns: 1fr; gap: 2.5rem; }
  .seo-principles__intro { width: 100%; margin-bottom: 3rem; }
  .seo-principles h3 { margin-bottom: 1rem; }
  .seo-coverage__image { min-height: 300px; }
  .seo-coverage__content { padding: 4rem 0; }
  .seo-coverage h2 { font-size: 1.5rem; }
  .privacy-page { padding-bottom: 4rem; }
  .privacy-page__content h1 { font-size: 1.5rem; }
  .privacy-page__content h2 { margin-top: 2.5rem; font-size: 1.25rem; }
  .privacy-page__content p { font-size: 1rem; }
  .contact-page-hero h1 { width: 100%; padding: 8rem 0 5rem; font-size: 2rem; }
  .contact-page-hero h1 span { margin-bottom: .75rem; font-size: 1.5rem; }
  .contact-page-form-section { padding-block: 4rem; }
  .contact-page-form-section__intro .eyebrow { margin-bottom: 1.5rem; }
  .contact-page-form-section__intro h2 { font-size: 1.5rem; }
  .contact-page-form-section__content > p, .contact-page-form label, .contact-page-form .form-notice { font-size: 1rem; }
  .contact-page-form { margin-top: 1.5rem; }
  .contact-page-form__row { grid-template-columns: 1fr; gap: 0; }
  .seo-clients__logos { grid-template-columns: repeat(2, 1fr); gap: 2rem; }
  .seo-clients__intro, .seo-case-studies__intro { margin-bottom: 3rem; }
  .seo-case-studies__intro h2 { font-size: 1.5rem; }
  .seo-case-studies__overlay { padding: 1.5rem; }
  .seo-case-studies__overlay h3 { font-size: 1.25rem; }
  .form-row { grid-template-columns: 1fr; gap: 0; }
  .industries { padding-block: 4rem; }
  .site-footer { padding-block: 4rem; }
  .brand--footer { margin-bottom: 0; }
  .site-footer nav { display: grid; gap: 1rem; padding-block: 3rem; }
  .footer-details { display: grid; grid-template-columns: 1fr; gap: 2rem; padding: 0 0 2.5rem; }
}
