#header-wrapper,
.fusion-header-wrapper,
#footer-outer,
.fusion-footer,
.fusion-footer-copyright-area,
.fusion-page-title-bar,
.fusion-page-title-wrapper { display: none !important; }
html, body { padding-top: 0 !important; } .ccs-projects-grid--4 { grid-template-columns: repeat(2, 1fr); }
.ccs-projects-grid--4 .ccs-project-card img { height: 240px; }
:root {
--ccs-ink:        #111110;
--ccs-ink-soft:   #3a3936;
--ccs-muted:      #888580;
--ccs-stone:      #e8e4de;
--ccs-warm:       #f5f2ed;
--ccs-off:        #faf9f7;
--ccs-white:      #ffffff;
--ccs-red:        #c8202a;
--ccs-live:       #22c55e;
--ccs-serif:      'Cormorant Garamond', Georgia, serif;
--ccs-sans:       'DM Sans', system-ui, sans-serif;
} .ccs-page, .ccs-page *, .ccs-page *::before, .ccs-page *::after {
box-sizing: border-box;
}
.ccs-page {
font-family: var(--ccs-sans);
font-size: 15px;
font-weight: 300;
line-height: 1.7;
color: var(--ccs-ink);
background: var(--ccs-white);
-webkit-font-smoothing: antialiased;
margin: 0;
padding: 0;
}
.ccs-page * { font-family: var(--ccs-sans); margin: 0; padding: 0; }
.ccs-page img { display: block; max-width: 100%; height: auto; }
.ccs-page ul, .ccs-page ol { list-style: none; }
.ccs-page a { color: inherit; }
.ccs-page p { margin: 0; } .ccs-nav {
display: flex;
align-items: center;
justify-content: space-between;
padding: 0 48px;
height: 58px;
border-bottom: 1px solid var(--ccs-stone);
background: var(--ccs-white);
}
.ccs-nav-logo { display: block; line-height: 0; }
.ccs-nav-logo img { height: 38px; width: auto; display: block; }
.ccs-nav-links { display: flex; gap: 32px; list-style: none; margin: 0; padding: 0; }
.ccs-nav-links li { margin: 0; padding: 0; }
.ccs-nav-links a {
font-size: 11px;
font-weight: 300;
letter-spacing: 0.14em;
text-transform: uppercase;
color: var(--ccs-muted);
text-decoration: none;
}
.ccs-nav-links a:hover { color: var(--ccs-ink); }
.ccs-nav-right { display: flex; align-items: center; gap: 20px; }
.ccs-nav-director {
font-size: 11px;
font-weight: 300;
color: var(--ccs-muted);
letter-spacing: 0.03em;
}
.ccs-nav-director strong { font-weight: 400; color: var(--ccs-ink); }
.ccs-nav-cta {
font-size: 11px;
font-weight: 400;
letter-spacing: 0.12em;
text-transform: uppercase;
color: var(--ccs-ink);
text-decoration: none;
border-bottom: 1px solid var(--ccs-ink);
padding-bottom: 1px;
} .ccs-ticker-wrap {
background: var(--ccs-ink);
height: 36px;
overflow: hidden;
display: flex;
align-items: center;
}
.ccs-ticker-status {
display: flex;
align-items: center;
padding: 0 20px 0 24px;
border-right: 1px solid rgba(255,255,255,0.1);
flex-shrink: 0;
height: 100%;
}
.ccs-pulse-dot {
width: 7px;
height: 7px;
border-radius: 50%;
background: var(--ccs-live);
flex-shrink: 0;
animation: ccs-pulse 2s ease-in-out infinite;
display: block;
}
.ccs-pulse-dot-sm {
width: 6px;
height: 6px;
border-radius: 50%;
background: var(--ccs-live);
flex-shrink: 0;
animation: ccs-pulse 2s ease-in-out infinite;
display: inline-block;
}
@keyframes ccs-pulse {
0%, 100% { opacity: 1; transform: scale(1); }
50%       { opacity: 0.4; transform: scale(0.7); }
}
.ccs-ticker-scroll-wrap {
flex: 1;
overflow: hidden;
height: 100%;
display: flex;
align-items: center;
}
.ccs-ticker-track {
display: flex;
animation: ccs-ticker 32s linear infinite;
white-space: nowrap;
}
.ccs-ticker-track span {
font-size: 10px;
font-weight: 300;
letter-spacing: 0.12em;
text-transform: uppercase;
color: rgba(255,255,255,0.42);
padding: 0 22px;
}
.ccs-ticker-track span.ccs-sep {
color: rgba(255,255,255,0.15);
padding: 0 4px;
letter-spacing: 0;
}
@keyframes ccs-ticker {
0%   { transform: translateX(0); }
100% { transform: translateX(-50%); }
} .ccs-hero {
display: grid;
grid-template-columns: 1fr 1fr;
border-bottom: 1px solid var(--ccs-stone);
}
.ccs-hero-left {
padding: 80px 48px 64px;
display: flex;
flex-direction: column;
justify-content: space-between;
}
.ccs-hero-right {
overflow: hidden;
min-height: 480px;
background: var(--ccs-off);
}
.ccs-hero-right img {
width: 100%;
height: 100%;
object-fit: cover;
object-position: center top;
display: block;
}
.ccs-eyebrow {
display: block;
font-size: 10px;
font-weight: 300;
letter-spacing: 0.18em;
text-transform: uppercase;
color: var(--ccs-muted);
margin-bottom: 22px;
}
.ccs-hero-h1 {
font-family: var(--ccs-serif);
font-size: clamp(48px, 6vw, 72px);
font-weight: 300;
line-height: 1.0;
letter-spacing: -0.02em;
color: var(--ccs-ink);
}
.ccs-hero-h1 em { font-style: italic; color: var(--ccs-red); }
.ccs-hero-body {
font-size: 14px;
font-weight: 300;
color: var(--ccs-ink-soft);
line-height: 1.85;
margin: 28px 0 26px;
max-width: 360px;
}
.ccs-hero-actions {
display: flex;
align-items: center;
gap: 24px;
flex-wrap: wrap;
}
.ccs-btn-primary {
font-size: 11px;
font-weight: 400;
letter-spacing: 0.12em;
text-transform: uppercase;
color: var(--ccs-white);
background: var(--ccs-ink);
padding: 13px 24px;
text-decoration: none;
display: inline-block;
transition: background 0.15s;
}
.ccs-btn-primary:hover { background: var(--ccs-red); color: var(--ccs-white); }
.ccs-btn-secondary {
font-size: 11px;
font-weight: 300;
letter-spacing: 0.12em;
text-transform: uppercase;
color: var(--ccs-muted);
text-decoration: none;
border-bottom: 1px solid var(--ccs-stone);
padding-bottom: 1px;
}
.ccs-hero-creds {
display: flex;
gap: 32px;
margin-top: 40px;
padding-top: 26px;
border-top: 1px solid var(--ccs-stone);
}
.ccs-cred { display: flex; flex-direction: column; gap: 3px; }
.ccs-cred-num {
font-family: var(--ccs-serif);
font-size: 24px;
font-weight: 300;
line-height: 1;
color: var(--ccs-ink);
}
.ccs-cred-label {
font-size: 10px;
font-weight: 300;
letter-spacing: 0.08em;
text-transform: uppercase;
color: var(--ccs-muted);
max-width: 64px;
line-height: 1.4;
} .ccs-section { padding: 80px 48px; border-bottom: 1px solid var(--ccs-stone); }
.ccs-section--alt { background: var(--ccs-off); }
.ccs-section-row {
display: grid;
grid-template-columns: 200px 1fr;
gap: 80px;
}
.ccs-section-meta { padding-top: 2px; }
.ccs-section-index {
display: block;
font-size: 10px;
font-weight: 300;
letter-spacing: 0.18em;
text-transform: uppercase;
color: var(--ccs-muted);
margin-bottom: 14px;
}
.ccs-section-index--light { color: rgba(255,255,255,0.3); }
.ccs-section-title {
font-family: var(--ccs-serif);
font-size: 34px;
font-weight: 300;
line-height: 1.05;
letter-spacing: -0.01em;
color: var(--ccs-ink);
}
.ccs-section-title em { font-style: italic; }
.ccs-section-title--light { color: var(--ccs-white); }
.ccs-section-title--light em { color: rgba(255,255,255,0.5); }
.ccs-section-body p {
font-size: 14px;
font-weight: 300;
color: var(--ccs-ink-soft);
line-height: 1.85;
margin-bottom: 18px;
max-width: 560px;
}
.ccs-section-body p:last-of-type { margin-bottom: 0; }
.ccs-text-link {
font-size: 11px;
font-weight: 400;
letter-spacing: 0.1em;
text-transform: uppercase;
color: var(--ccs-ink);
text-decoration: none;
border-bottom: 1px solid var(--ccs-ink);
padding-bottom: 1px;
display: inline-block;
margin-top: 24px;
} .ccs-service-list { width: 100%; list-style: none; margin: 0; padding: 0; }
.ccs-service-row {
display: grid;
grid-template-columns: 28px 1fr auto;
gap: 20px;
align-items: baseline;
padding: 18px 0;
border-bottom: 1px solid var(--ccs-stone);
}
.ccs-service-row:first-child { border-top: 1px solid var(--ccs-stone); }
.ccs-service-idx {
font-family: var(--ccs-serif);
font-size: 13px;
font-weight: 300;
color: var(--ccs-muted);
}
.ccs-service-name {
font-family: var(--ccs-serif);
font-size: 22px;
font-weight: 300;
color: var(--ccs-ink);
letter-spacing: -0.01em;
text-decoration: none;
transition: color 0.15s;
}
.ccs-service-name:hover { color: var(--ccs-red); }
.ccs-service-tag {
font-size: 10px;
font-weight: 300;
letter-spacing: 0.12em;
text-transform: uppercase;
color: var(--ccs-muted);
} .ccs-projects-intro {
font-size: 14px;
font-weight: 300;
color: var(--ccs-muted);
margin-bottom: 32px;
max-width: 480px;
}
.ccs-projects-grid {
display: grid;
grid-template-columns: repeat(3, 1fr);
gap: 1px;
background: var(--ccs-stone);
border: 1px solid var(--ccs-stone);
}
.ccs-project-card { background: var(--ccs-off); overflow: hidden; }
.ccs-project-card img {
width: 100%;
height: 200px;
object-fit: cover;
transition: transform 0.4s ease;
display: block;
}
.ccs-project-card:hover img { transform: scale(1.03); }
.ccs-project-card figcaption {
font-size: 11px;
font-weight: 300;
letter-spacing: 0.1em;
text-transform: uppercase;
color: var(--ccs-muted);
padding: 12px 14px;
} .ccs-quote-wrap { background: var(--ccs-ink); padding: 80px 48px; }
.ccs-quote-grid {
display: grid;
grid-template-columns: 1fr 1.2fr;
gap: 80px;
align-items: start;
}
.ccs-quote-body {
font-size: 14px;
font-weight: 300;
color: rgba(255,255,255,0.45);
line-height: 1.85;
margin-top: 20px;
margin-bottom: 28px;
max-width: 300px;
}
.ccs-quote-guarantee {
display: flex;
align-items: center;
gap: 8px;
font-size: 10px;
font-weight: 300;
letter-spacing: 0.12em;
text-transform: uppercase;
color: rgba(255,255,255,0.3);
}
.ccs-qform { display: grid; gap: 1px; background: rgba(255,255,255,0.06); }
.ccs-qform-field {
background: var(--ccs-ink);
padding: 14px 18px;
border-bottom: 1px solid rgba(255,255,255,0.06);
}
.ccs-qform-field:last-of-type { border-bottom: none; }
.ccs-qform-label {
display: block;
font-size: 9px;
font-weight: 300;
letter-spacing: 0.18em;
text-transform: uppercase;
color: rgba(255,255,255,0.3);
margin-bottom: 6px;
}
.ccs-qform-input,
.ccs-qform-select {
background: transparent;
border: none;
outline: none;
font-family: var(--ccs-sans);
font-size: 14px;
font-weight: 300;
color: var(--ccs-white);
width: 100%;
}
.ccs-qform-input::placeholder { color: rgba(255,255,255,0.2); }
.ccs-qform-select option { background: var(--ccs-ink); color: var(--ccs-white); }
.ccs-qform-input:focus,
.ccs-qform-select:focus { outline: 1px solid rgba(255,255,255,0.2); }
.ccs-qform-submit {
background: var(--ccs-white);
color: var(--ccs-ink);
border: none;
padding: 18px;
font-family: var(--ccs-sans);
font-size: 11px;
font-weight: 400;
letter-spacing: 0.14em;
text-transform: uppercase;
cursor: pointer;
width: 100%;
margin-top: 16px;
transition: background 0.15s;
display: block;
}
.ccs-qform-submit:hover { background: var(--ccs-off); } .ccs-accred-row {
display: grid;
grid-template-columns: repeat(4, 1fr);
gap: 0;
border-top: 1px solid var(--ccs-stone);
}
.ccs-accred-cell { padding: 28px 20px; border-right: 1px solid var(--ccs-stone); }
.ccs-accred-cell:last-child { border-right: none; }
.ccs-accred-logo {
width: 80px;
height: 80px;
object-fit: contain;
margin-bottom: 14px;
filter: grayscale(100%);
opacity: 0.7;
transition: filter 0.2s, opacity 0.2s;
}
.ccs-accred-cell:hover .ccs-accred-logo { filter: none; opacity: 1; }
.ccs-accred-name {
font-family: var(--ccs-serif);
font-size: 18px;
font-weight: 300;
color: var(--ccs-ink);
margin-bottom: 4px;
}
.ccs-accred-sub {
font-size: 11px;
font-weight: 300;
letter-spacing: 0.08em;
color: var(--ccs-muted);
} .ccs-reviews-grid {
display: grid;
grid-template-columns: repeat(3, 1fr);
gap: 0;
border-top: 1px solid var(--ccs-stone);
}
.ccs-review-cell { padding: 32px 28px; border-right: 1px solid var(--ccs-stone); }
.ccs-review-cell:last-child { border-right: none; }
.ccs-review-stars {
font-size: 14px;
color: var(--ccs-ink);
letter-spacing: 3px;
margin-bottom: 16px;
display: block;
}
.ccs-review-text {
font-family: var(--ccs-serif);
font-size: 17px;
font-weight: 300;
font-style: italic;
color: var(--ccs-ink-soft);
line-height: 1.75;
margin-bottom: 20px;
}
.ccs-review-name {
font-size: 10px;
font-weight: 300;
letter-spacing: 0.14em;
text-transform: uppercase;
color: var(--ccs-muted);
}
.ccs-review-name cite { font-style: normal; } .ccs-coverage {
background: var(--ccs-warm);
padding: 56px 48px;
border-top: 1px solid var(--ccs-stone);
display: flex;
align-items: flex-start;
justify-content: space-between;
gap: 64px;
}
.ccs-coverage-tags {
display: flex;
flex-wrap: wrap;
gap: 8px;
margin-top: 20px;
}
.ccs-c-tag {
font-size: 10px;
font-weight: 300;
letter-spacing: 0.12em;
text-transform: uppercase;
color: var(--ccs-ink-soft);
border: 1px solid var(--ccs-stone);
padding: 5px 12px;
background: var(--ccs-white);
}
.ccs-coverage-address {
text-align: right;
font-style: normal;
padding-top: 4px;
font-size: 13px;
font-weight: 300;
color: var(--ccs-ink-soft);
line-height: 2;
}
.ccs-coverage-address a {
color: var(--ccs-ink);
text-decoration: none;
border-bottom: 1px solid var(--ccs-stone);
}
.ccs-addr-label {
display: block;
font-size: 9px;
font-weight: 300;
letter-spacing: 0.18em;
text-transform: uppercase;
color: var(--ccs-muted);
margin-bottom: 8px;
} .ccs-footer {
padding: 28px 48px;
border-top: 1px solid var(--ccs-stone);
display: flex;
align-items: center;
justify-content: space-between;
flex-wrap: wrap;
gap: 16px;
}
.ccs-footer-logo { height: 36px; width: auto; opacity: 1; display: block; }
.ccs-footer-copy {
font-size: 10px;
font-weight: 300;
letter-spacing: 0.08em;
color: var(--ccs-muted);
}
.ccs-footer-links { display: flex; gap: 24px; }
.ccs-footer-links a {
font-size: 10px;
font-weight: 300;
letter-spacing: 0.12em;
text-transform: uppercase;
color: var(--ccs-muted);
text-decoration: none;
}
.ccs-footer-links a:hover { color: var(--ccs-ink); } @media (max-width: 900px) {
.ccs-nav { padding: 0 24px; }
.ccs-nav-links { display: none; }
.ccs-nav-director { display: none; }
.ccs-hero { grid-template-columns: 1fr; }
.ccs-hero-left { padding: 48px 24px 40px; }
.ccs-hero-right { min-height: 280px; }
.ccs-hero-h1 { font-size: 48px; }
.ccs-section { padding: 56px 24px; }
.ccs-section-row { grid-template-columns: 1fr; gap: 28px; }
.ccs-quote-wrap { padding: 56px 24px; }
.ccs-quote-grid { grid-template-columns: 1fr; gap: 40px; }
.ccs-accred-row { grid-template-columns: repeat(2, 1fr); }
.ccs-accred-cell:nth-child(2) { border-right: none; }
.ccs-accred-cell:nth-child(3),
.ccs-accred-cell:nth-child(4) { border-top: 1px solid var(--ccs-stone); }
.ccs-reviews-grid { grid-template-columns: 1fr; }
.ccs-review-cell { border-right: none; border-bottom: 1px solid var(--ccs-stone); }
.ccs-review-cell:last-child { border-bottom: none; }
.ccs-coverage { flex-direction: column; gap: 32px; padding: 48px 24px; }
.ccs-coverage-address { text-align: left; }
.ccs-footer { flex-direction: column; align-items: flex-start; padding: 28px 24px; }
}
@media (max-width: 600px) {
.ccs-projects-grid { grid-template-columns: 1fr; }
.ccs-hero-creds { flex-wrap: wrap; gap: 20px; }
.ccs-accred-row { grid-template-columns: repeat(2, 1fr); }
}  .ccs-hero-dark {
background: var(--ccs-ink);
padding: 72px 48px 64px;
border-bottom: 1px solid rgba(255,255,255,0.06);
}
.ccs-hero-dark .ccs-eyebrow { color: var(--ccs-muted); }
.ccs-hero-dark .ccs-hero-h1 { color: var(--ccs-white); margin-bottom: 24px; }
.ccs-hero-dark .ccs-hero-h1 em { color: rgba(255,255,255,0.35); }
.ccs-hero-dark .ccs-hero-body { color: rgba(255,255,255,0.5); margin-bottom: 32px; max-width: 560px; }
.ccs-hero-dark .ccs-btn-secondary { color: rgba(255,255,255,0.4); border-color: rgba(255,255,255,0.15); } .ccs-cred-bar {
display: flex;
border-top: 1px solid var(--ccs-stone);
border-bottom: 1px solid var(--ccs-stone);
}
.ccs-cred-item {
flex: 1;
padding: 22px 20px;
border-right: 1px solid var(--ccs-stone);
text-align: center;
}
.ccs-cred-item:last-child { border-right: none; }
.ccs-cred-item-num {
font-family: var(--ccs-serif);
font-size: 26px;
font-weight: 300;
line-height: 1;
color: var(--ccs-ink);
display: block;
margin-bottom: 4px;
}
.ccs-cred-item-label {
font-size: 10px;
font-weight: 300;
letter-spacing: 0.10em;
text-transform: uppercase;
color: var(--ccs-muted);
} .ccs-feature-list { list-style: none; margin: 0; padding: 0; display: flex; flex-direction: column; gap: 12px; }
.ccs-feature-list li {
display: flex;
align-items: flex-start;
gap: 14px;
font-size: 14px;
font-weight: 300;
color: var(--ccs-ink-soft);
line-height: 1.65;
}
.ccs-feature-list li::before { content: "\2014"; color: var(--ccs-red); font-weight: 300; flex-shrink: 0; font-size: 13px; margin-top: 1px; } .ccs-cta-block {
background: var(--ccs-ink);
padding: 72px 48px;
text-align: center;
}
.ccs-cta-p {
font-size: 15px;
font-weight: 300;
color: rgba(255,255,255,0.45);
margin: 16px auto 32px;
max-width: 480px;
line-height: 1.7;
}
.ccs-cta-row { display: flex; flex-wrap: wrap; gap: 12px; justify-content: center; }
.ccs-btn-light {
font-size: 11px;
font-weight: 400;
letter-spacing: 0.12em;
text-transform: uppercase;
color: var(--ccs-ink);
background: var(--ccs-white);
padding: 13px 28px;
text-decoration: none;
display: inline-block;
transition: background 0.15s;
}
.ccs-btn-light:hover { background: var(--ccs-off); }
.ccs-btn-outline-light {
font-size: 11px;
font-weight: 300;
letter-spacing: 0.12em;
text-transform: uppercase;
color: rgba(255,255,255,0.45);
text-decoration: none;
border-bottom: 1px solid rgba(255,255,255,0.18);
padding-bottom: 1px;
display: inline-flex;
align-items: center;
} .ccs-services-intro {
font-size: 15px;
font-weight: 300;
color: var(--ccs-ink-soft);
line-height: 1.8;
max-width: 560px;
margin-bottom: 48px;
}
.ccs-services-full-list { width: 100%; list-style: none; margin: 0; padding: 0; }
.ccs-services-full-row {
display: grid;
grid-template-columns: 28px 1fr 180px auto;
gap: 20px;
align-items: baseline;
padding: 20px 0;
border-bottom: 1px solid var(--ccs-stone);
text-decoration: none;
}
.ccs-services-full-row:first-child { border-top: 1px solid var(--ccs-stone); }
.ccs-service-desc { font-size: 13px; font-weight: 300; color: var(--ccs-muted); }
.ccs-service-arrow { font-size: 11px; letter-spacing: 0.1em; color: var(--ccs-muted); text-decoration: none; text-transform: uppercase; font-weight: 300; }
.ccs-services-full-row:hover .ccs-service-name { color: var(--ccs-red); }
.ccs-services-full-row:hover .ccs-service-arrow { color: var(--ccs-ink); } .ccs-contact-grid {
display: grid;
grid-template-columns: 1fr 1fr;
gap: 80px;
align-items: start;
}
.ccs-contact-info { display: flex; flex-direction: column; gap: 32px; }
.ccs-contact-item-label {
font-size: 10px;
font-weight: 300;
letter-spacing: 0.16em;
text-transform: uppercase;
color: var(--ccs-muted);
margin-bottom: 8px;
display: block;
}
.ccs-contact-item-value {
font-family: var(--ccs-serif);
font-size: 22px;
font-weight: 300;
color: var(--ccs-ink);
text-decoration: none;
line-height: 1.3;
}
.ccs-contact-item-value:hover { color: var(--ccs-red); }
.ccs-contact-form { display: flex; flex-direction: column; gap: 1px; background: var(--ccs-stone); }
.ccs-form-field { background: var(--ccs-white); padding: 16px 20px; }
.ccs-form-label {
display: block;
font-size: 9px;
font-weight: 300;
letter-spacing: 0.18em;
text-transform: uppercase;
color: var(--ccs-muted);
margin-bottom: 6px;
}
.ccs-form-input, .ccs-form-select, .ccs-form-textarea {
background: transparent;
border: none;
outline: none;
font-family: var(--ccs-sans);
font-size: 14px;
font-weight: 300;
color: var(--ccs-ink);
width: 100%;
}
.ccs-form-textarea { resize: vertical; min-height: 100px; }
.ccs-form-input:focus, .ccs-form-select:focus, .ccs-form-textarea:focus { outline: 1px solid var(--ccs-stone); }
.ccs-form-submit {
background: var(--ccs-ink);
color: var(--ccs-white);
border: none;
padding: 18px;
font-family: var(--ccs-sans);
font-size: 11px;
font-weight: 400;
letter-spacing: 0.14em;
text-transform: uppercase;
cursor: pointer;
width: 100%;
transition: background 0.15s;
}
.ccs-form-submit:hover { background: var(--ccs-red); } @media (max-width: 900px) {
.ccs-hero-dark { padding: 48px 24px 48px; }
.ccs-hero-dark .ccs-hero-h1 { font-size: 44px; }
.ccs-cred-bar { flex-wrap: wrap; }
.ccs-cred-item { flex: 0 0 50%; border-bottom: 1px solid var(--ccs-stone); }
.ccs-cta-block { padding: 56px 24px; }
.ccs-services-full-row { grid-template-columns: 28px 1fr auto; }
.ccs-service-desc { display: none; }
.ccs-contact-grid { grid-template-columns: 1fr; gap: 40px; }
}
@media (max-width: 600px) {
.ccs-cred-item { flex: 0 0 100%; }
}  .ccs-nav { position: relative; z-index: 100; } .ccs-hamburger {
display: none;
background: none;
border: none;
cursor: pointer;
padding: 8px 4px;
margin-left: 12px;
flex-direction: column;
justify-content: space-between;
align-items: center;
width: 36px;
height: 28px;
gap: 5px;
}
.ccs-hamburger span {
display: block;
width: 24px;
height: 2px;
background: var(--ccs-ink);
transition: transform 0.25s, opacity 0.25s;
transform-origin: center;
} .ccs-mobile-menu {
display: none;
position: fixed;
top: 58px;
left: 0;
right: 0;
bottom: 0;
background: var(--ccs-ink);
z-index: 9998;
overflow-y: auto;
opacity: 0;
transform: translateY(-8px);
transition: opacity 0.25s, transform 0.25s;
pointer-events: none;
}
.ccs-mobile-menu.is-open {
opacity: 1;
transform: translateY(0);
pointer-events: all;
}
.ccs-mobile-nav-links {
display: flex;
flex-direction: column;
padding: 40px 28px 48px;
gap: 0;
}
.ccs-mobile-nav-links a {
display: block;
color: rgba(255,255,255,0.85);
font-size: 18px;
font-weight: 400;
letter-spacing: 0.06em;
text-transform: uppercase;
text-decoration: none;
padding: 20px 0;
border-bottom: 1px solid rgba(255,255,255,0.08);
transition: color 0.15s;
line-height: 1;
}
.ccs-mobile-nav-links a:hover,
.ccs-mobile-nav-links a:focus { color: #ffffff; }
.ccs-mobile-nav-links .ccs-mobile-cta {
margin-top: 32px;
background: var(--ccs-red);
color: #ffffff;
text-align: center;
padding: 16px 24px;
font-size: 13px;
font-weight: 500;
letter-spacing: 0.1em;
border-bottom: none;
}
.ccs-mobile-nav-links .ccs-mobile-cta:hover { background: #a00d24; }
body.ccs-menu-open { overflow: hidden; } .ccs-hamburger[aria-expanded="true"] span:nth-child(1) {
transform: translateY(7px) rotate(45deg);
}
.ccs-hamburger[aria-expanded="true"] span:nth-child(2) {
opacity: 0;
transform: scaleX(0);
}
.ccs-hamburger[aria-expanded="true"] span:nth-child(3) {
transform: translateY(-7px) rotate(-45deg);
} @media (max-width: 900px) {
.ccs-hamburger { display: flex; }
.ccs-mobile-menu { display: block; }
.ccs-nav-cta { padding: 8px 14px; background: var(--ccs-ink); color: var(--ccs-white); border-bottom: none; font-size: 10px; }
.ccs-nav-cta:hover { color: var(--ccs-white); }
} @media (max-width: 600px) { .ccs-nav { padding: 0 20px; height: 56px; }
.ccs-nav-logo img { height: 32px; } .ccs-hero-dark { padding: 40px 20px 40px; }
.ccs-hero-dark .ccs-hero-h1 { font-size: 38px; }
.ccs-hero-body { font-size: 14px; }
.ccs-hero-actions {
flex-direction: column;
align-items: flex-start;
gap: 12px;
}
.ccs-btn-primary, .ccs-btn-secondary {
display: block;
text-align: center;
width: 100%;
} .ccs-hero-left { padding: 40px 20px 36px; }
.ccs-hero-h1 { font-size: 42px; }
.ccs-hero-creds { flex-direction: column; gap: 12px; } .ccs-section { padding: 40px 20px; }
.ccs-section-title { font-size: 28px; } .ccs-cred-bar { flex-direction: column; }
.ccs-cred-item { flex: none; width: 100%; border-right: none; border-bottom: 1px solid var(--ccs-stone); text-align: left; padding: 16px 20px; display: flex; align-items: center; gap: 16px; }
.ccs-cred-item:last-child { border-bottom: none; }
.ccs-cred-item-num { font-size: 22px; margin-bottom: 0; }
.ccs-cred-item-label { font-size: 11px; } .ccs-cta-block { padding: 48px 20px; }
.ccs-cta-row { flex-direction: column; align-items: stretch; }
.ccs-btn-light, .ccs-btn-outline-light { text-align: center; } .ccs-contact-grid { grid-template-columns: 1fr; gap: 32px; } .ccs-services-full-row {
grid-template-columns: 24px 1fr auto;
gap: 12px;
padding: 16px 0;
} .ccs-footer { padding: 24px 20px; flex-direction: column; align-items: flex-start; gap: 12px; }
.ccs-footer-links { flex-wrap: wrap; gap: 16px; } .ccs-coverage { padding: 40px 20px; }
} @media (max-width: 400px) {
.ccs-hero-dark .ccs-hero-h1 { font-size: 32px; }
.ccs-section-title { font-size: 24px; }
.ccs-section { padding: 36px 16px; }
.ccs-hero-dark { padding: 36px 16px; }
.ccs-cta-block { padding: 40px 16px; }
.ccs-footer { padding: 20px 16px; }
.ccs-coverage { padding: 36px 16px; }
} body img.ccs-footer-logo,
body .ccs-footer-logo {
filter: none !important;
opacity: 1 !important;
mix-blend-mode: normal !important;
height: 36px !important;
width: auto !important;
}