.template-general-editorial {
    --site-nav-hover-color: #fff;
    --editorial-ink: color-mix(in srgb, var(--secondary-color) 90%, #101419);
    --editorial-muted: color-mix(in srgb, var(--secondary-color) 60%, transparent);
    --editorial-line: color-mix(in srgb, var(--secondary-color) 9%, transparent);
    --editorial-paper: var(--background-color);
    --editorial-soft: color-mix(in srgb, var(--primary-color) 4%, var(--background-color));
    --editorial-nav-bg: color-mix(in srgb, var(--secondary-color, #172033) 32%, #101419);
    color: var(--editorial-ink);
    background: var(--editorial-paper);
}

.template-general-editorial .site-nav {
    position: sticky;
    top: 0;
    z-index: 40;
    max-width: none;
    height: 78px;
    padding-right: max(24px, calc((100% - 1280px) / 2));
    padding-left: max(24px, calc((100% - 1280px) / 2));
    border-bottom: 1px solid rgba(255,255,255,.14);
    background: var(--editorial-nav-bg);
    color: #fff;
    backdrop-filter: blur(16px);
}

.template-general-editorial .site-brand { gap: 13px; }
.template-general-editorial .site-brand img { width: 66px; height: 44px; }
.template-general-editorial .site-brand span { border-radius: 0; }
.template-general-editorial .site-brand strong {
    max-width: 250px;
    overflow: hidden;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: -.3px;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.template-general-editorial .site-nav nav { gap: 23px; font-size: 12px; }
.template-general-editorial .site-nav > nav a:not(.nav-contact) {
    color: rgba(255,255,255,.78);
    font-weight: 600;
    letter-spacing: .3px;
}
.template-general-editorial .nav-contact,
.template-general-editorial .site-button {
    min-height: 46px;
    border-radius: 0;
    background: var(--primary-color);
    box-shadow: none;
    letter-spacing: .2px;
}
.template-general-editorial .nav-contact {
    background: color-mix(in srgb, var(--primary-color, #c94b32) 30%, #101419);
    color: #fff;
}
.template-general-editorial .site-button-secondary {
    border: 0;
    border-bottom: 1px solid currentColor;
    background: transparent;
    color: var(--editorial-ink);
}

.template-general-editorial .customer-hero {
    grid-template-columns: minmax(0,.95fr) minmax(420px,1.05fr);
    min-height: 760px;
    padding: 78px max(24px, calc((100% - 1280px) / 2));
    border-bottom: 1px solid var(--editorial-line);
    background: var(--editorial-paper);
}
.template-general-editorial .site-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 26px;
    color: var(--editorial-muted);
    font-size: 11px;
    letter-spacing: 2.4px;
}
.template-general-editorial .site-eyebrow::before { width: 48px; height: 1px; background: var(--primary-color); content: ""; }
.template-general-editorial .customer-hero h1 {
    max-width: 820px;
    font-size: clamp(48px, 5.3vw, 80px);
    font-weight: 600;
    line-height: .94;
    letter-spacing: -.075em;
    text-wrap: balance;
}
.template-general-editorial .customer-hero .hero-inner > p:not(.site-eyebrow) {
    max-width: 620px;
    margin: 34px 0;
    color: var(--editorial-muted);
    font-size: 17px;
    line-height: 1.75;
}
.template-general-editorial .hero-media {
    max-width: 590px;
    aspect-ratio: 4 / 5;
    border: 0;
    border-radius: 0;
    background: var(--editorial-soft);
    box-shadow: none;
}
.template-general-editorial .hero-media::after { background: linear-gradient(180deg,transparent 70%,rgba(0,0,0,.14)); }
.template-general-editorial .hero-media img { object-position: center; }
.template-general-editorial .hero-decoration { height: 570px; border: 1px solid var(--editorial-line); }
.template-general-editorial .hero-decoration i {
    inset: 0;
    width: 100%;
    height: 100%;
    border-radius: 0;
    background: repeating-linear-gradient(90deg,transparent 0,transparent calc(25% - 1px),var(--editorial-line) 25%);
    opacity: .7;
}
.template-general-editorial .hero-decoration b { inset: auto 9% 10% auto; width: 64%; height: 64%; border: 0; border-radius: 0; background: var(--primary-color); }
.template-general-editorial .hero-decoration span { top: 12%; right: 10%; width: 190px; height: 190px; border-radius: 50%; font-size: 86px; }
.template-general-editorial .customer-hero.section-layout-editorial-cover {
    grid-template-columns: minmax(0,760px);
    align-items: end;
    min-height: clamp(620px, 72vh, 740px);
    color: #fff;
    background: var(--editorial-ink);
}
.template-general-editorial .customer-hero.section-layout-editorial-cover .hero-inner { z-index: 3; }
.template-general-editorial .customer-hero.section-layout-editorial-cover .hero-media {
    position: absolute;
    inset: 0;
    max-width: none;
    height: 100%;
    opacity: .58;
}
.template-general-editorial .customer-hero.section-layout-editorial-cover .hero-decoration {
    position: absolute;
    inset: 0;
    height: 100%;
    border: 0;
    opacity: .62;
}
.template-general-editorial .customer-hero.section-layout-editorial-cover .hero-media::after { background: linear-gradient(90deg,rgba(10,14,19,.88),rgba(10,14,19,.12)); }
.template-general-editorial .customer-hero.section-layout-editorial-cover .site-eyebrow,
.template-general-editorial .customer-hero.section-layout-editorial-cover .hero-inner > p:not(.site-eyebrow) { color: rgba(255,255,255,.78); }
.template-general-editorial .customer-hero.section-layout-editorial-cover .site-button-secondary { color: #fff; }
.template-general-editorial .customer-hero.section-layout-text-first {
    grid-template-columns: minmax(0,1fr);
    padding-top: 110px;
}
.template-general-editorial .customer-hero.section-layout-text-first .hero-inner { max-width: 1050px; }
.template-general-editorial .customer-hero.section-layout-text-first .hero-media { justify-self: stretch; max-width: none; aspect-ratio: 16 / 6; margin-top: 65px; }
.template-general-editorial .customer-hero.section-layout-text-first .hero-decoration { height: 360px; margin-top: 60px; }

.template-general-editorial .customer-section {
    position: relative;
    max-width: 1280px;
    padding-top: 118px;
    padding-bottom: 118px;
    border-top: 0;
}
.template-general-editorial .customer-section::before {
    position: absolute;
    top: 31px;
    left: 24px;
    color: var(--editorial-muted);
    font-size: 11px;
    letter-spacing: 2px;
}
.template-general-editorial .about-section::before { content: "01 / ABOUT"; }
.template-general-editorial .services-section::before { content: "02 / SERVICES"; }
.template-general-editorial .features-section::before { content: "03 / FEATURES"; }
.template-general-editorial .statistics-section::before { content: "04 / NUMBERS"; }
.template-general-editorial .portfolio-section::before { content: "05 / WORK"; }
.template-general-editorial .steps-section::before { content: "06 / PROCESS"; }
.template-general-editorial .review-section::before { content: "07 / VOICES"; }
.template-general-editorial .faq-section::before { content: "08 / FAQ"; }
.template-general-editorial .section-heading {
    align-items: start;
    margin-bottom: 64px;
    padding-bottom: 0;
    border-bottom: 0;
}
.template-general-editorial .section-heading span,
.template-general-editorial .section-kicker { color: var(--primary-color); }
.template-general-editorial .customer-section h2 {
    max-width: 860px;
    font-size: clamp(34px,3.8vw,52px);
    font-weight: 550;
    line-height: 1;
    letter-spacing: -.055em;
}
.template-general-editorial .section-heading > p { color: var(--editorial-muted); line-height: 1.7; }

.template-general-editorial .about-section {
    grid-template-columns: minmax(0,.8fr) minmax(0,1.2fr);
    gap: 72px;
    align-items: start;
}
.template-general-editorial .about-section .section-kicker { grid-column: span 2; }
.template-general-editorial .about-intro h2 { font-size: clamp(38px,4.2vw,58px); }
.template-general-editorial .about-intro img { max-height: 590px; border-radius: 0; object-position: top center; }
.template-general-editorial .about-copy {
    padding: 0;
    border: 0;
    color: var(--editorial-ink);
    font-size: clamp(18px,1.7vw,23px);
    line-height: 1.55;
}
.template-general-editorial .about-copy::before { display: block; width: 90px; height: 6px; margin-bottom: 36px; background: var(--primary-color); content: ""; }
.template-general-editorial .about-mark { color: color-mix(in srgb,var(--primary-color) 10%,transparent); }
.template-general-editorial .about-section.section-layout-editorial-right .about-intro { grid-column: 2; grid-row: 2; }
.template-general-editorial .about-section.section-layout-editorial-right .about-copy { grid-column: 1; grid-row: 2; }
.template-general-editorial .about-section.section-layout-statement { grid-template-columns: minmax(0,1000px); justify-content: center; text-align: center; }
.template-general-editorial .about-section.section-layout-statement .section-kicker { grid-column: auto; }
.template-general-editorial .about-section.section-layout-statement .about-copy::before { margin-right: auto; margin-left: auto; }

.template-general-editorial .services-section { max-width: none; padding-right: max(24px,calc((100% - 1232px)/2)); padding-left: max(24px,calc((100% - 1232px)/2)); background: var(--editorial-paper); }
.template-general-editorial .service-grid { display: grid; grid-template-columns: 1fr; gap: 0; }
.template-general-editorial .service-grid article {
    display: grid;
    grid-template-columns: 90px minmax(220px,.8fr) minmax(260px,1.2fr);
    gap: 24px;
    align-items: start;
    min-height: 0;
    padding: 31px 0;
    border: 0;
    border-top: 1px solid var(--editorial-line);
    border-radius: 0;
    background: transparent;
    box-shadow: none;
    transition: color .2s ease, padding-left .2s ease;
}
.template-general-editorial .service-grid article:last-child { border-bottom: 1px solid var(--editorial-line); }
.template-general-editorial .service-grid article:hover { padding-left: 12px; color: var(--primary-color); }
.template-general-editorial .service-image { display: none; }
.template-general-editorial .service-number { grid-column: 1; color: var(--primary-color); font-size: 13px; }
.template-general-editorial .service-grid h3 { grid-column: 2; margin: 0; font-size: clamp(22px,2vw,30px); line-height: 1.18; letter-spacing: -.035em; }
.template-general-editorial .service-grid p { grid-column: 3; margin: 0; color: var(--editorial-muted); line-height: 1.7; }
.template-general-editorial .service-grid strong { grid-column: 3; margin: 7px 0 0; }
.template-general-editorial .services-section.section-layout-editorial-grid .service-grid,
.template-general-editorial .services-section.section-layout-split-list .service-grid { grid-template-columns: repeat(2,minmax(0,1fr)); column-gap: 48px; }
.template-general-editorial .services-section.section-layout-editorial-grid .service-grid article,
.template-general-editorial .services-section.section-layout-split-list .service-grid article { grid-template-columns: 56px 1fr; }
.template-general-editorial .services-section.section-layout-editorial-grid .service-grid p,
.template-general-editorial .services-section.section-layout-editorial-grid .service-grid strong,
.template-general-editorial .services-section.section-layout-split-list .service-grid p,
.template-general-editorial .services-section.section-layout-split-list .service-grid strong { grid-column: 2; }

.template-general-editorial .feature-grid { gap: 18px; border-top: 0; }
.template-general-editorial .feature-grid article {
    min-height: 250px;
    padding: 30px;
    border: 0;
    border-right: 0;
    border-bottom: 0;
    border-radius: 4px;
    background: var(--editorial-soft);
}
.template-general-editorial .feature-grid article:first-child { border-left: 0; }
.template-general-editorial .feature-grid article:nth-child(n+4) { border-top: 0; }
.template-general-editorial .standard-section-icon { border-radius: 0; background: transparent; font-size: 18px; }
.template-general-editorial .feature-grid h3 { margin-top: 48px; font-size: 25px; letter-spacing: -.03em; }
.template-general-editorial .features-section.section-layout-icon-editorial .feature-grid { grid-template-columns: 1fr 1fr; }
.template-general-editorial .features-section.section-layout-icon-editorial .feature-grid article { display: flex; gap: 22px; min-height: 0; }
.template-general-editorial .features-section.section-layout-icon-editorial .feature-grid h3 { margin-top: 0; }
.template-general-editorial .features-section.section-layout-feature-columns .feature-grid article:nth-child(even) { margin-top: 58px; }

.template-general-editorial .statistics-section { max-width: none; padding-right: max(24px,calc((100% - 1232px)/2)); padding-left: max(24px,calc((100% - 1232px)/2)); }
.template-general-editorial .statistic-grid { gap: 0; border-top: 1px solid currentColor; border-bottom: 1px solid currentColor; }
.template-general-editorial .statistic-grid article {
    min-height: 240px;
    place-content: center;
    padding: 30px 20px;
    border: 0;
    border-right: 1px solid currentColor;
    border-radius: 0;
    background: transparent;
}
.template-general-editorial .statistic-grid article:last-child { border-right: 0; }
.template-general-editorial .statistic-grid strong { font-size: clamp(52px,5.8vw,84px); font-weight: 500; letter-spacing: -.065em; }
.template-general-editorial .statistic-grid span { color: inherit; opacity: .7; }
.template-general-editorial .statistics-section.section-layout-editorial-inline .statistic-grid article { min-height: 170px; }
.template-general-editorial .statistics-section.section-layout-split-stats .statistic-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }

.template-general-editorial .portfolio-grid { grid-template-columns: repeat(2,minmax(0,1fr)); gap: 42px 26px; }
.template-general-editorial .portfolio-grid article { min-width: 0; overflow: visible; border: 0; border-radius: 0; background: transparent; box-shadow: none; }
.template-general-editorial .portfolio-section.section-layout-editorial-feature .portfolio-grid article:first-child { grid-column: 1 / -1; }
.template-general-editorial .portfolio-section.section-layout-editorial-feature .portfolio-grid article:last-child:nth-child(even) { grid-column: 1 / -1; }
.template-general-editorial .portfolio-grid img,
.template-general-editorial .portfolio-grid .image-placeholder { height: 380px; border-radius: 0; object-position: top center; filter: saturate(.86); transition: filter .25s ease, transform .25s ease; }
.template-general-editorial .portfolio-section.section-layout-editorial-feature .portfolio-grid article:first-child img,
.template-general-editorial .portfolio-section.section-layout-editorial-feature .portfolio-grid article:first-child .image-placeholder { height: 520px; }
.template-general-editorial .portfolio-section.section-layout-editorial-feature .portfolio-grid article:last-child:nth-child(even) img,
.template-general-editorial .portfolio-section.section-layout-editorial-feature .portfolio-grid article:last-child:nth-child(even) .image-placeholder { height: 440px; }
.template-general-editorial .portfolio-grid article:hover img { filter: saturate(1); transform: translateY(-5px); }
.template-general-editorial .portfolio-grid article > div:last-child { display: grid; grid-template-columns: minmax(0,.8fr) minmax(0,1.2fr); gap: 20px; padding: 17px 0 0; border-top: 0; }
.template-general-editorial .portfolio-grid h3 { font-size: 19px; }
.template-general-editorial .portfolio-grid p { font-size: 14px; line-height: 1.6; }
.template-general-editorial .portfolio-section.section-layout-asymmetric-grid .portfolio-grid { grid-template-columns: repeat(12,minmax(0,1fr)); }
.template-general-editorial .portfolio-section.section-layout-asymmetric-grid .portfolio-grid article { grid-column: span 5; }
.template-general-editorial .portfolio-section.section-layout-asymmetric-grid .portfolio-grid article:nth-child(3n+1) { grid-column: span 7; }
.template-general-editorial .portfolio-section.section-layout-asymmetric-grid .portfolio-grid article:nth-child(3n+3) { grid-column: 3 / span 8; }
.template-general-editorial .portfolio-section.section-layout-project-list .portfolio-grid { display: grid; grid-template-columns: 1fr; }
.template-general-editorial .portfolio-section.section-layout-project-list .portfolio-grid article { display: grid; grid-template-columns: 1fr 1fr; grid-column: auto; gap: 28px; align-items: end; padding: 26px 0; border-top: 1px solid var(--editorial-line); }
.template-general-editorial .portfolio-section.section-layout-project-list .portfolio-grid img,
.template-general-editorial .portfolio-section.section-layout-project-list .portfolio-grid .image-placeholder { height: 320px; }
.template-general-editorial .portfolio-section.section-layout-project-list .portfolio-grid article > div:last-child { border: 0; }

.template-general-editorial .steps-grid { gap: 18px; border-top: 0; }
.template-general-editorial .steps-grid li {
    min-height: 280px;
    padding: 30px 24px;
    border: 0;
    border-right: 0;
    border-bottom: 0;
    border-radius: 4px;
    background: var(--editorial-soft);
}
.template-general-editorial .steps-grid li:first-child { border-left: 0; }
.template-general-editorial .step-number { display: block; margin-bottom: 76px; font-size: 38px; font-weight: 500; letter-spacing: -.05em; }
.template-general-editorial .steps-grid .standard-section-icon { display: none; }
.template-general-editorial .steps-grid h3 { font-size: 23px; }
.template-general-editorial .steps-section.section-layout-editorial-timeline .steps-grid { position: relative; }
.template-general-editorial .steps-section.section-layout-editorial-timeline .steps-grid::before { position: absolute; top: 49px; right: 0; left: 0; height: 1px; background: var(--primary-color); content: ""; }
.template-general-editorial .steps-section.section-layout-numbered-steps .steps-grid { grid-template-columns: 1fr; }
.template-general-editorial .steps-section.section-layout-numbered-steps .steps-grid li { display: grid; grid-template-columns: 120px 1fr; min-height: 0; }
.template-general-editorial .steps-section.section-layout-numbered-steps .step-number { margin: 0; }
.template-general-editorial .steps-section.section-layout-process-split .steps-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }

.template-general-editorial .review-section { max-width: none; padding-right: max(24px,calc((100% - 1232px)/2)); padding-left: max(24px,calc((100% - 1232px)/2)); background: var(--editorial-soft); }
.template-general-editorial .review-grid { gap: 18px; }
.template-general-editorial .review-grid blockquote {
    padding: 38px 34px;
    border: 0;
    border-top: 0;
    border-radius: 4px;
    background: color-mix(in srgb,var(--editorial-paper) 88%,transparent);
    box-shadow: none;
}
.template-general-editorial .review-grid blockquote p { min-height: 130px; font-size: clamp(20px,1.8vw,27px); line-height: 1.55; letter-spacing: -.02em; }
.template-general-editorial .review-grid blockquote footer { border-top-color: var(--editorial-line); }
.template-general-editorial .review-section.section-layout-quote-feature .review-grid { grid-template-columns: repeat(2,minmax(0,1fr)); max-width: 1050px; margin: auto; }
.template-general-editorial .review-section.section-layout-quote-feature .review-grid blockquote:first-child { grid-column: 1 / -1; padding: 46px 8%; border-bottom: 0; text-align: left; }
.template-general-editorial .review-section.section-layout-quote-feature .review-grid blockquote:first-child p { min-height: 0; font-size: clamp(27px,2.7vw,38px); line-height: 1.5; }
.template-general-editorial .review-section.section-layout-centered-quote .review-grid { grid-template-columns: minmax(0,820px); justify-content: center; text-align: center; }

.template-general-editorial .faq-list { max-width: none; gap: 0; border-top: 1px solid var(--editorial-line); }
.template-general-editorial .faq-list details { border: 0; border-bottom: 1px solid var(--editorial-line); border-radius: 0; background: transparent; }
.template-general-editorial .faq-list summary { padding: 25px 0; font-size: 18px; }
.template-general-editorial .faq-list details > div { max-width: 820px; padding: 0 0 28px; color: var(--editorial-muted); line-height: 1.75; }
.template-general-editorial .faq-section.section-layout-two-column-faq .faq-list { grid-template-columns: repeat(2,minmax(0,1fr)); column-gap: 60px; }

.template-general-editorial .call-to-action-section {
    max-width: none;
    margin: 0;
    padding: 96px max(24px,calc((100% - 1232px)/2));
    border: 0;
    border-radius: 0;
    background: var(--primary-color);
    color: #fff;
}
.template-general-editorial .call-to-action-copy > span { color: rgba(255,255,255,.72); }
.template-general-editorial .call-to-action-copy h2 { max-width: 840px; color: #fff; font-size: clamp(42px,5vw,66px); letter-spacing: -.05em; }
.template-general-editorial .call-to-action-copy p { color: rgba(255,255,255,.78); }
.template-general-editorial .call-to-action-section .site-button { background: var(--editorial-ink); }
.template-general-editorial .call-to-action-section .site-button-secondary { border-bottom-color: #fff; color: #fff; }
.template-general-editorial .call-to-action-section.section-layout-text-cta { display: grid; grid-template-columns: minmax(0,900px); justify-content: center; text-align: center; }
.template-general-editorial .call-to-action-section.section-layout-text-cta .call-to-action-buttons { justify-content: center; }

.template-general-editorial .contact-section {
    grid-template-columns: minmax(0,.8fr) minmax(0,1.2fr);
    gap: 80px;
    padding: 118px max(24px,calc((100% - 1232px)/2));
    border-top: 1px solid var(--editorial-line);
    background: var(--editorial-ink);
}
.template-general-editorial .contact-section h2 { font-size: clamp(42px,5vw,62px); }
.template-general-editorial .contact-links a { grid-template-columns: 120px 1fr; padding: 20px 0; border-bottom-color: rgba(255,255,255,.2); font-size: 17px; }
.template-general-editorial .contact-form-card { padding: 0; border-radius: 0; background: transparent; color: #fff; box-shadow: none; }
.template-general-editorial .contact-form-card h3 { padding-bottom: 20px; border-bottom: 1px solid rgba(255,255,255,.2); }
.template-general-editorial .contact-form-grid label,
.template-general-editorial .contact-field-label { color: rgba(255,255,255,.8); }
.template-general-editorial .contact-form-grid input,
.template-general-editorial .contact-form-grid textarea { border: 0; border-bottom: 1px solid rgba(255,255,255,.34); border-radius: 0; background: transparent; color: #fff; }
.template-general-editorial .contact-form-grid input:focus,
.template-general-editorial .contact-form-grid textarea:focus { border-color: var(--primary-color); box-shadow: none; }
.template-general-editorial .contact-section.section-layout-contact-list { grid-template-columns: 1fr; }
.template-general-editorial .contact-section.section-layout-contact-list .contact-links { grid-template-columns: repeat(2,minmax(0,1fr)); column-gap: 42px; }
.template-general-editorial .map-section { border-top: 1px solid var(--editorial-line); }
.template-general-editorial .map-section iframe { filter: grayscale(.6) contrast(.95); }

.template-general-editorial .site-footer-extended {
    display: grid;
    grid-template-columns: 1.4fr .7fr .9fr;
    gap: 50px;
    padding: 72px max(24px,calc((100% - 1232px)/2)) 28px;
    border-top: 1px solid rgba(255,255,255,.2);
    background: var(--editorial-ink);
    color: rgba(255,255,255,.62);
}

.template-general-editorial.button-style-rounded .site-button,
.template-general-editorial.button-style-rounded .nav-contact { border-radius: 8px; }
.template-general-editorial.button-style-pill .site-button,
.template-general-editorial.button-style-pill .nav-contact { border-radius: 999px; }
.template-general-editorial.button-style-square .site-button,
.template-general-editorial.button-style-square .nav-contact { border-radius: 0; }
.template-general-editorial.card-style-shadow .feature-grid article,
.template-general-editorial.card-style-shadow .steps-grid li {
    background: var(--editorial-paper);
    box-shadow: 0 18px 42px color-mix(in srgb,var(--secondary-color) 10%,transparent);
}
.template-general-editorial.card-style-border .feature-grid article,
.template-general-editorial.card-style-border .steps-grid li { border-color: var(--editorial-line); box-shadow: none; }
.template-general-editorial.card-style-flat .feature-grid article,
.template-general-editorial.card-style-flat .steps-grid li { background: var(--editorial-soft); box-shadow: none; }
.template-general-editorial .site-footer h2 { margin: 14px 0; color: #fff; font-size: clamp(28px,3vw,46px); letter-spacing: -.04em; }
.template-general-editorial .site-footer h3 { margin: 0 0 18px; color: #fff; font-size: 11px; letter-spacing: 1.5px; text-transform: uppercase; }
.template-general-editorial .footer-links,
.template-general-editorial .footer-contact { display: grid; align-content: start; gap: 9px; }
.template-general-editorial .footer-contact address { margin-top: 8px; font-style: normal; }
.template-general-editorial .footer-bottom { display: flex; justify-content: space-between; grid-column: 1 / -1; margin-top: 30px; padding-top: 22px; border-top: 1px solid rgba(255,255,255,.18); font-size: 11px; }

@media (max-width: 1024px) {
    .template-general-editorial .site-nav > nav { display: none; }
    .template-general-editorial .mobile-site-menu { display: block; }
    .template-general-editorial .mobile-site-menu nav { right: 0; border-radius: 4px; background: var(--editorial-paper); }
    .template-general-editorial .mobile-site-menu nav a:not(.nav-contact) { color: var(--editorial-ink); }
    .template-general-editorial .customer-hero { grid-template-columns: 1fr 1fr; min-height: 680px; }
    .template-general-editorial .customer-hero h1 { font-size: clamp(55px,7vw,78px); }
    .template-general-editorial .hero-decoration { height: 470px; }
    .template-general-editorial .feature-grid,
    .template-general-editorial .statistic-grid,
    .template-general-editorial .steps-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
    .template-general-editorial .portfolio-section.section-layout-asymmetric-grid .portfolio-grid article,
    .template-general-editorial .portfolio-section.section-layout-asymmetric-grid .portfolio-grid article:nth-child(3n+1),
    .template-general-editorial .portfolio-section.section-layout-asymmetric-grid .portfolio-grid article:nth-child(3n+3) { grid-column: span 6; }
}

@media (max-width: 768px) {
    .template-general-editorial .customer-hero { grid-template-columns: 1fr; padding-top: 72px; text-align: left; }
    .template-general-editorial .hero-inner { margin: 0; }
    .template-general-editorial .customer-hero .hero-inner > p:not(.site-eyebrow) { margin-right: 0; margin-left: 0; }
    .template-general-editorial .hero-media { justify-self: stretch; max-width: none; aspect-ratio: 16 / 10; }
    .template-general-editorial .about-section { grid-template-columns: 1fr; gap: 42px; }
    .template-general-editorial .about-section .section-kicker { grid-column: auto; }
    .template-general-editorial .about-section.section-layout-editorial-right .about-intro,
    .template-general-editorial .about-section.section-layout-editorial-right .about-copy { grid-column: auto; grid-row: auto; }
    .template-general-editorial .service-grid article { grid-template-columns: 58px 1fr; }
    .template-general-editorial .service-grid p,
    .template-general-editorial .service-grid strong { grid-column: 2; }
    .template-general-editorial .services-section.section-layout-editorial-grid .service-grid,
    .template-general-editorial .services-section.section-layout-split-list .service-grid { grid-template-columns: 1fr; }
    .template-general-editorial .contact-section { grid-template-columns: 1fr; }
    .template-general-editorial .site-footer-extended { grid-template-columns: 1fr 1fr; }
    .template-general-editorial .footer-brand { grid-column: 1 / -1; }
}

@media (max-width: 600px) {
    .template-general-editorial .site-nav { height: 68px; padding-right: 16px; padding-left: 16px; }
    .template-general-editorial .site-brand strong { max-width: 180px; }
    .template-general-editorial .customer-hero { padding: 60px 18px 34px; }
    .template-general-editorial .customer-hero h1 { font-size: clamp(43px,13vw,56px); }
    .template-general-editorial .customer-hero .hero-inner > p:not(.site-eyebrow) { font-size: 15px; }
    .template-general-editorial .hero-actions { align-items: flex-start; flex-direction: column; }
    .template-general-editorial .customer-section { padding: 96px 18px 72px; }
    .template-general-editorial .customer-section::before { left: 18px; }
    .template-general-editorial .customer-section h2 { font-size: 36px; }
    .template-general-editorial .section-heading { display: block; margin-bottom: 38px; }
    .template-general-editorial .service-grid article { gap: 12px; padding: 24px 0; }
    .template-general-editorial .service-grid h3 { font-size: 25px; }
    .template-general-editorial .feature-grid,
    .template-general-editorial .features-section.section-layout-icon-editorial .feature-grid,
    .template-general-editorial .statistic-grid,
    .template-general-editorial .statistics-section.section-layout-split-stats .statistic-grid,
    .template-general-editorial .steps-grid,
    .template-general-editorial .steps-section.section-layout-process-split .steps-grid,
    .template-general-editorial .faq-section.section-layout-two-column-faq .faq-list { grid-template-columns: 1fr; }
    .template-general-editorial .feature-grid article,
    .template-general-editorial .steps-grid li { border-left: 0; }
    .template-general-editorial .features-section.section-layout-feature-columns .feature-grid article:nth-child(even) { margin-top: 0; }
    .template-general-editorial .statistic-grid article { min-height: 170px; border-right: 0; border-bottom: 1px solid currentColor; }
    .template-general-editorial .statistic-grid article:last-child { border-bottom: 0; }
    .template-general-editorial .steps-section.section-layout-editorial-timeline .steps-grid::before { display: none; }
    .template-general-editorial .steps-section.section-layout-numbered-steps .steps-grid li { grid-template-columns: 68px 1fr; }
    .template-general-editorial .portfolio-grid { grid-template-columns: 1fr; }
    .template-general-editorial .portfolio-grid article,
    .template-general-editorial .portfolio-grid article:nth-child(3n+1),
    .template-general-editorial .portfolio-grid article:nth-child(3n+3) { grid-column: auto; }
    .template-general-editorial .portfolio-grid img,
    .template-general-editorial .portfolio-grid .image-placeholder { height: 320px; }
    .template-general-editorial .portfolio-grid article > div:last-child { grid-template-columns: 1fr; }
    .template-general-editorial .review-grid { grid-template-columns: 1fr; }
    .template-general-editorial .review-grid blockquote p { min-height: 0; }
    .template-general-editorial .call-to-action-section { display: grid; margin: 0; padding: 72px 18px; border-radius: 0; text-align: left; }
    .template-general-editorial .call-to-action-buttons { justify-content: flex-start; }
    .template-general-editorial .contact-section { padding: 80px 18px; }
    .template-general-editorial .contact-links a { grid-template-columns: 80px 1fr; font-size: 15px; }
    .template-general-editorial .contact-section.section-layout-contact-list .contact-links { grid-template-columns: 1fr; }
    .template-general-editorial .site-footer-extended { grid-template-columns: 1fr; padding: 55px 18px 24px; }
    .template-general-editorial .footer-brand { grid-column: auto; }
    .template-general-editorial .footer-bottom { display: grid; gap: 6px; text-align: left; }
}

@media (max-width: 375px) {
    .template-general-editorial .site-brand strong { max-width: 138px; }
    .template-general-editorial .customer-hero h1 { font-size: 42px; }
    .template-general-editorial .service-grid article { grid-template-columns: 44px 1fr; }
    .template-general-editorial .contact-links a { grid-template-columns: 64px minmax(0,1fr); }
}

@media (max-width: 320px) {
    .template-general-editorial .site-brand strong { max-width: 112px; }
    .template-general-editorial .customer-hero h1,
    .template-general-editorial .customer-section h2 { font-size: 37px; }
}

@media (prefers-reduced-motion: reduce) {
    .template-general-editorial *,
    .template-general-editorial *::before,
    .template-general-editorial *::after { scroll-behavior: auto !important; transition: none !important; }
}
