:root {
  --ink: #111211;
  --ink-soft: #191b19;
  --paper: #f7f5ef;
  --paper-2: #eeece5;
  --white: #ffffff;
  --accent: #d9ff43;
  --accent-strong: #c8f31b;
  --line: rgba(17, 18, 17, 0.15);
  --line-dark: rgba(255, 255, 255, 0.16);
  --muted: #636760;
  --muted-dark: #afb3ab;
  --surface-dark: #111211;
  --hero-bg: #111211;
  --footer-bg: #0c0d0c;
  --header-bg: rgba(17, 18, 17, .92);
  --container: min(1280px, calc(100vw - 48px));
  --section-space: 132px;
  --radius: 24px;
  --shadow: 0 24px 80px rgba(0, 0, 0, 0.14);
}

* { box-sizing: border-box; }
html { scroll-padding-top: 104px; }
body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: var(--body-font, Arial, Helvetica, sans-serif);
  font-size: 16px;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}
body.menu-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; height: auto; }
button, input, select, textarea { font: inherit; }
button { cursor: pointer; }
.container { width: var(--container); margin-inline: auto; }
.section { padding: var(--section-space) 0; }
.section-dark { background: var(--surface-dark); color: var(--white); }
.section-soft { background: var(--paper-2); }
.section-accent { background: var(--accent); color: var(--ink); }
.screen-reader-text,
.skip-link:not(:focus) { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.skip-link:focus { position: fixed; left: 18px; top: 18px; z-index: 999; background: var(--white); color: var(--ink); padding: 12px 16px; border-radius: 8px; }

.site-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
  transition: background .25s ease, border-color .25s ease, transform .25s ease;
  border-bottom: 1px solid transparent;
}
.site-header.is-scrolled { background: var(--header-bg); backdrop-filter: blur(var(--header-blur, 18px)); -webkit-backdrop-filter: blur(var(--header-blur, 18px)); border-color: var(--line-dark); }
.header-inner { height: 88px; display: flex; align-items: center; gap: 38px; }
.brand { display: inline-flex; align-items: center; gap: 12px; color: var(--white); flex-shrink: 0; }
.brand .custom-logo-link { display: block; }
.brand .custom-logo { max-height: 44px; width: auto; }
.brand-name { font-size: 22px; font-weight: 800; letter-spacing: -.04em; }
.brand-mark { width: 27px; height: 27px; display: grid; grid-template-columns: repeat(3, 1fr); gap: 3px; transform: skewY(-8deg); }
.brand-mark i { display: block; background: var(--accent); border-radius: 2px; }
.brand-mark i:nth-child(2) { transform: translateY(4px); }
.brand-mark i:nth-child(3) { transform: translateY(8px); }
.primary-nav { margin-left: auto; }
.site-menu { display: flex; gap: 32px; align-items: center; list-style: none; padding: 0; margin: 0; color: rgba(255,255,255,.75); }
.site-menu li { margin: 0; }
.site-menu a { font-size: 14px; font-weight: 650; transition: color .2s ease; }
.site-menu a:hover, .site-menu a:focus { color: var(--white); }
.header-cta { padding: 13px 18px; border: 1px solid rgba(255,255,255,.4); border-radius: 999px; color: var(--white); font-size: 14px; font-weight: 750; display: inline-flex; gap: 12px; align-items: center; }
.header-cta:hover { background: var(--accent); border-color: var(--accent); color: var(--ink); }
.menu-toggle { display: none; background: transparent; border: 0; color: var(--white); width: 42px; height: 42px; padding: 8px; }
.menu-toggle span:not(.screen-reader-text) { display: block; height: 2px; background: currentColor; margin: 7px 0; transition: transform .2s ease; }

.eyebrow { display: flex; align-items: center; gap: 12px; text-transform: uppercase; letter-spacing: .14em; font-size: 12px; font-weight: 800; margin: 0 0 26px; color: rgba(255,255,255,.7); }
.eyebrow span { width: 30px; height: 2px; background: var(--accent); }
.eyebrow-dark { color: var(--muted); }
.eyebrow-dark span { background: var(--ink); }
.hero { background: var(--hero-bg); min-height: 900px; position: relative; overflow: hidden; padding-top: 180px; }
.hero:before { content: ""; position: absolute; inset: 0; background-image: linear-gradient(rgba(255,255,255,.035) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.035) 1px, transparent 1px); background-size: 80px 80px; mask-image: linear-gradient(to bottom, #000 0%, transparent 80%); pointer-events: none; }
.hero-grid { display: grid; grid-template-columns: 1.05fr .95fr; align-items: center; gap: 80px; position: relative; z-index: 2; }
.hero-copy h1 { max-width: 770px; font-size: clamp(58px, 6.5vw, 104px); line-height: .94; letter-spacing: -.07em; margin: 0; font-weight: 760; }
.hero-text { max-width: 680px; font-size: 19px; line-height: 1.65; color: var(--muted-dark); margin: 34px 0; }
.button-row { display: flex; align-items: center; gap: 28px; flex-wrap: wrap; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 18px; min-height: 56px; padding: 0 25px; border-radius: 999px; font-size: 14px; font-weight: 800; transition: transform .2s ease, background .2s ease, color .2s ease, border-color .2s ease; border: 1px solid transparent; }
.button:hover { transform: translateY(-2px); }
.button-accent { background: var(--accent); color: var(--ink); }
.button-accent:hover { background: var(--white); }
.button-outline { border-color: var(--ink); color: var(--ink); }
.button-outline:hover { background: var(--surface-dark); color: var(--white); }
.button-dark { background: var(--surface-dark); color: var(--white); }
.button-full { width: 100%; }
.text-link, .arrow-link { font-size: 14px; font-weight: 800; display: inline-flex; align-items: center; gap: 14px; }
.text-link { color: var(--white); }
.text-link span { color: var(--accent); }
.arrow-link { border-bottom: 1px solid var(--ink); padding-bottom: 5px; }
.hero-proof { display: flex; align-items: center; gap: 18px; margin-top: 58px; }
.hero-proof p { margin: 0; color: var(--muted-dark); font-size: 13px; line-height: 1.5; }
.hero-proof strong { color: var(--white); }
.proof-faces { display: flex; }
.proof-faces span { width: 38px; height: 38px; border-radius: 50%; background: var(--paper); color: var(--ink); border: 2px solid var(--ink); display: grid; place-items: center; font-size: 11px; font-weight: 900; margin-left: -8px; }
.proof-faces span:first-child { margin-left: 0; background: var(--accent); }
.proof-faces span:last-child { width: 48px; border-radius: 999px; }
.hero-visual { position: relative; min-height: 590px; }
.visual-label { position: absolute; right: 8px; top: 0; color: rgba(255,255,255,.45); font-size: 11px; text-transform: uppercase; letter-spacing: .16em; writing-mode: vertical-rl; }
.document-stack { position: absolute; inset: 60px 38px 30px 0; perspective: 1000px; }
.document { position: absolute; width: 310px; aspect-ratio: .78; padding: 30px; box-shadow: var(--shadow); overflow: hidden; }
.document h3 { font-size: 35px; line-height: 1.02; letter-spacing: -.05em; margin: 44px 0 20px; }
.document-a { right: 20px; top: 20px; background: #f2f0e8; color: var(--ink); transform: rotate(6deg); z-index: 3; }
.document-b { left: 24px; top: 80px; background: #363c34; color: var(--white); transform: rotate(-9deg); z-index: 2; }
.document-c { left: 108px; top: 155px; background: var(--accent); color: var(--ink); transform: rotate(-1deg); z-index: 4; }
.doc-tag { font-size: 10px; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.doc-number { font-size: 14px; color: var(--accent); }
.doc-dot { display: block; width: 20px; height: 20px; border-radius: 50%; background: var(--ink); }
.document-c p { font-size: 10px; letter-spacing: .18em; font-weight: 900; }
.document-c h3 { margin-top: 90px; }
.document-a p { font-size: 10px; font-weight: 700; border-top: 1px solid var(--ink); padding-top: 16px; margin-top: 26px; }
.mini-chart { height: 80px; display: flex; align-items: end; gap: 8px; }
.mini-chart i { flex: 1; background: var(--ink); height: 20%; }
.mini-chart i:nth-child(2) { height: 70%; }
.mini-chart i:nth-child(3) { height: 42%; }
.mini-chart i:nth-child(4) { height: 92%; background: var(--accent-strong); }
.doc-lines { margin-top: 80px; }
.doc-lines i { display: block; height: 1px; background: rgba(255,255,255,.4); margin: 14px 0; }
.floating-note { position: absolute; bottom: 40px; right: -8px; z-index: 5; width: 116px; height: 116px; border-radius: 50%; background: var(--white); color: var(--ink); display: grid; place-items: center; text-align: center; line-height: 1.45; font-size: 11px; font-weight: 900; transform: rotate(8deg); box-shadow: var(--shadow); }
.hero-orbit { position: absolute; border: 1px solid rgba(217,255,67,.18); border-radius: 50%; }
.orbit-one { width: 620px; height: 620px; right: -280px; top: -250px; }
.orbit-two { width: 260px; height: 260px; left: 42%; bottom: -160px; }
.hero-marquee { border-top: 1px solid var(--line-dark); margin-top: 86px; overflow: hidden; padding: 22px 0; color: rgba(255,255,255,.5); }
.marquee-track { display: flex; gap: 28px; min-width: max-content; align-items: center; text-transform: uppercase; font-size: 11px; letter-spacing: .14em; font-weight: 750; }
.marquee-track b { color: var(--accent); }

.trust-strip { background: var(--accent); padding: 25px 0; }
.trust-grid { display: grid; grid-template-columns: 220px 1fr; align-items: center; gap: 40px; }
.trust-grid p { margin: 0; font-size: 12px; text-transform: uppercase; letter-spacing: .13em; font-weight: 900; }
.industry-list { display: flex; justify-content: space-between; gap: 28px; font-size: 14px; font-weight: 800; }

.intro-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 90px; align-items: start; }
.section-heading h2, .section-top h2, .process-sticky h2, .contact-copy h2, .faq-grid h2 { font-size: clamp(42px, 5vw, 74px); line-height: 1.02; letter-spacing: -.055em; margin: 0; }
.intro-copy { padding-top: 50px; }
.intro-copy p { color: var(--muted); max-width: 640px; }
.intro-copy .lead { font-size: 25px; line-height: 1.45; letter-spacing: -.02em; color: var(--ink); margin-top: 0; }
.intro-copy .arrow-link { margin-top: 18px; }
.stats-grid { display: grid; grid-template-columns: repeat(4, 1fr); margin-top: 110px; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.stats-grid div { padding: 36px 28px 38px 0; border-right: 1px solid var(--line); }
.stats-grid div:not(:first-child) { padding-left: 28px; }
.stats-grid div:last-child { border-right: 0; }
.stats-grid strong { display: block; font-size: 46px; letter-spacing: -.05em; line-height: 1; }
.stats-grid span { display: block; margin-top: 12px; color: var(--muted); font-size: 13px; }

.section-top { display: grid; grid-template-columns: minmax(0, 1.4fr) minmax(280px, .6fr); align-items: end; gap: 80px; margin-bottom: 70px; }
.section-top p:last-child { color: var(--muted-dark); margin: 0; }
.section-top-dark p:last-child { color: var(--muted); }
.services-section { position: relative; overflow: hidden; }
.services-section:after { content: "G"; position: absolute; right: -80px; bottom: -220px; font-size: 680px; line-height: 1; font-weight: 900; color: rgba(255,255,255,.018); pointer-events: none; }
.service-list { position: relative; z-index: 2; }
.service-row { display: grid; grid-template-columns: 70px 1fr 1.2fr .95fr 50px; gap: 30px; align-items: center; padding: 36px 0; border-top: 1px solid var(--line-dark); }
.service-row:last-child { border-bottom: 1px solid var(--line-dark); }
.service-number { color: var(--accent); font-size: 12px; font-weight: 800; }
.service-row h3 { font-size: 28px; letter-spacing: -.03em; margin: 0; }
.service-row p { color: var(--muted-dark); margin: 0; }
.service-meta { color: rgba(255,255,255,.45); font-size: 12px; line-height: 1.5; }
.service-row > a { width: 42px; height: 42px; border: 1px solid var(--line-dark); border-radius: 50%; display: grid; place-items: center; }
.service-row:hover > a { background: var(--accent); border-color: var(--accent); color: var(--ink); }

.projects-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 74px 32px; }
.project-media { display: block; overflow: hidden; border-radius: 4px; background: #ddd; aspect-ratio: 1.28; }
.project-media img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s ease; }
.project-card:hover .project-media img, .project-card:hover .project-placeholder { transform: scale(1.02); }
.project-placeholder { width: 100%; height: 100%; position: relative; overflow: hidden; transition: transform .5s ease; padding: 38px; }
.project-placeholder > span { font-size: 11px; font-weight: 900; letter-spacing: .14em; text-transform: uppercase; position: relative; z-index: 2; }
.project-one { background: #cbd3c6; }
.project-two { background: #2a342d; color: var(--white); }
.project-three { background: #cfa658; }
.project-four { background: #d6d0c6; }
.project-placeholder:before { content: ""; position: absolute; width: 54%; aspect-ratio: .72; background: var(--paper); left: 23%; top: 14%; box-shadow: 0 22px 50px rgba(0,0,0,.2); transform: rotate(-4deg); }
.project-two:before { background: var(--accent); transform: rotate(5deg); }
.project-three:before { background: #122538; }
.project-four:before { background: #e8614f; transform: rotate(3deg); }
.poster-lines { position: absolute; z-index: 3; width: 34%; top: 34%; left: 33%; }
.poster-lines i { display: block; height: 9px; margin: 12px 0; background: var(--ink); }
.project-two .poster-lines i { background: var(--ink); }
.project-three .poster-lines i { background: var(--white); }
.project-four .poster-lines i { background: var(--white); }
.project-info { display: grid; grid-template-columns: 1fr 1fr 32px; gap: 28px; margin-top: 22px; align-items: start; }
.project-info span { font-size: 11px; text-transform: uppercase; letter-spacing: .13em; color: var(--muted); font-weight: 800; }
.project-info h3 { margin: 6px 0 0; font-size: 25px; line-height: 1.16; letter-spacing: -.035em; }
.project-info p { margin: 2px 0 0; color: var(--muted); font-size: 14px; line-height: 1.6; }
.project-info > a { width: 32px; height: 32px; border-radius: 50%; border: 1px solid var(--line); display: grid; place-items: center; }

.process-grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: 110px; align-items: start; }
.process-sticky { position: sticky; top: 140px; }
.process-sticky > p:last-child { color: var(--muted); max-width: 480px; margin-top: 28px; }
.process-step { display: grid; grid-template-columns: 60px 1fr; gap: 30px; padding: 0 0 52px; margin-bottom: 52px; border-bottom: 1px solid var(--line); }
.process-step > span { width: 46px; height: 46px; border-radius: 50%; background: var(--surface-dark); color: var(--accent); display: grid; place-items: center; font-size: 11px; font-weight: 800; }
.process-step h3 { font-size: 33px; line-height: 1.1; margin: 0 0 14px; letter-spacing: -.04em; }
.process-step p { color: var(--muted); margin: 0; }
.quote-section { padding: 100px 0; }
.quote-grid { display: grid; grid-template-columns: 100px 1fr 190px; align-items: end; gap: 30px; }
.quote-mark { font-family: Georgia, serif; font-size: 180px; line-height: .5; margin: 0; }
.quote-grid blockquote { font-size: clamp(38px, 5vw, 68px); line-height: 1.04; letter-spacing: -.05em; font-weight: 750; margin: 0; }
.quote-caption { margin: 0; font-size: 12px; text-transform: uppercase; letter-spacing: .14em; font-weight: 800; }

.slider-controls { display: flex; gap: 10px; justify-content: flex-end; }
.slider-controls button { width: 48px; height: 48px; border-radius: 50%; border: 1px solid var(--line); background: transparent; }
.slider-controls button:hover { background: var(--surface-dark); color: var(--white); }
.testimonial-slider { position: relative; min-height: 410px; }
.testimonial-card { display: none; background: var(--white); border: 1px solid var(--line); padding: 56px; min-height: 390px; }
.testimonial-card.is-active { display: grid; grid-template-rows: auto 1fr auto; animation: fadeUp .35s ease both; }
.stars { letter-spacing: .12em; font-size: 13px; }
.testimonial-card blockquote { max-width: 1050px; font-size: clamp(28px, 4vw, 50px); line-height: 1.2; letter-spacing: -.04em; margin: 44px 0 54px; }
.testimonial-card strong, .testimonial-card span { display: block; }
.testimonial-card span { color: var(--muted); font-size: 13px; margin-top: 4px; }
.package-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.package-card { min-height: 520px; display: flex; flex-direction: column; background: var(--paper); border: 1px solid var(--line); padding: 40px; position: relative; }
.package-card > span { font-size: 11px; font-weight: 900; color: var(--muted); }
.package-card h3 { font-size: 34px; line-height: 1.05; letter-spacing: -.04em; margin: 58px 0 20px; }
.package-card p { color: var(--muted); }
.package-card ul { padding: 0; margin: 25px 0 44px; list-style: none; border-top: 1px solid var(--line); }
.package-card li { padding: 12px 0; border-bottom: 1px solid var(--line); font-size: 14px; }
.package-card li:before { content: "✓"; margin-right: 10px; font-weight: 900; }
.package-card > a { margin-top: auto; font-weight: 850; font-size: 14px; }
.package-featured { background: var(--surface-dark); color: var(--white); transform: translateY(-20px); }
.package-featured p { color: var(--muted-dark); }
.package-featured ul, .package-featured li { border-color: var(--line-dark); }
.package-featured li:before { color: var(--accent); }
.popular { position: absolute; top: 33px; right: 30px; background: var(--accent); color: var(--ink) !important; padding: 6px 10px; border-radius: 999px; text-transform: uppercase; font-size: 9px !important; letter-spacing: .12em; font-weight: 900; }

.faq-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 110px; align-items: start; }
.faq-grid > div:first-child > p:not(.eyebrow) { color: var(--muted); margin: 28px 0; }
.faq-item { border-top: 1px solid var(--line); }
.faq-item:last-child { border-bottom: 1px solid var(--line); }
.faq-item button { width: 100%; border: 0; background: transparent; padding: 25px 0; display: flex; align-items: center; justify-content: space-between; text-align: left; font-size: 18px; font-weight: 760; }
.faq-item button i { font-style: normal; font-size: 24px; font-weight: 400; }
.faq-answer { display: grid; grid-template-rows: 0fr; transition: grid-template-rows .25s ease; }
.faq-answer > div { overflow: hidden; }
.faq-answer p { margin: 0; color: var(--muted); max-width: 680px; }
.faq-item.is-open .faq-answer { grid-template-rows: 1fr; }
.faq-item.is-open .faq-answer p { padding-bottom: 28px; }

.contact-section { position: relative; overflow: hidden; }
.contact-section:before { content: ""; position: absolute; width: 520px; height: 520px; border-radius: 50%; border: 1px solid rgba(217,255,67,.2); left: -300px; bottom: -200px; }
.contact-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 100px; position: relative; z-index: 2; }
.contact-copy > p:not(.eyebrow) { color: var(--muted-dark); max-width: 600px; margin: 30px 0; }
.contact-direct { border-top: 1px solid var(--line-dark); margin-top: 70px; padding-top: 26px; }
.contact-direct span { display: block; color: var(--muted-dark); font-size: 12px; text-transform: uppercase; letter-spacing: .13em; }
.contact-direct a { display: inline-block; font-size: 22px; font-weight: 800; margin-top: 7px; }
.contact-form-wrap { background: var(--paper); color: var(--ink); padding: 42px; }
.contact-form label { display: block; font-size: 12px; text-transform: uppercase; letter-spacing: .08em; font-weight: 800; margin-bottom: 20px; }
.contact-form input, .contact-form select, .contact-form textarea { width: 100%; margin-top: 8px; border: 0; border-bottom: 1px solid var(--line); background: transparent; padding: 12px 0; color: var(--ink); outline: none; text-transform: none; letter-spacing: 0; font-weight: 500; }
.contact-form textarea { resize: vertical; }
.contact-form input:focus, .contact-form select:focus, .contact-form textarea:focus { border-color: var(--ink); }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 22px; }
.form-notice { padding: 13px 16px; margin-bottom: 20px; font-size: 13px; }
.form-notice.success { background: #e5f6df; }
.form-notice.error { background: #ffe1dc; }

.site-footer { background: var(--footer-bg); color: var(--white); padding: 78px 0 28px; border-top: 1px solid var(--line-dark); }
.footer-grid { display: grid; grid-template-columns: 1.35fr .7fr .7fr 1fr; gap: 70px; }
.brand-footer { margin-bottom: 24px; }
.footer-grid > div:first-child p { color: var(--muted-dark); max-width: 380px; font-size: 14px; }
.footer-label { color: rgba(255,255,255,.45); font-size: 10px; text-transform: uppercase; letter-spacing: .16em; font-weight: 850; margin: 0 0 20px; }
.footer-menu, .footer-menu ul, .site-footer .site-menu { display: block; list-style: none; padding: 0; margin: 0; }
.footer-menu li, .site-footer .site-menu li { margin: 9px 0; }
.footer-menu a, .site-footer .site-menu a, .footer-links a { display: block; font-size: 14px; color: rgba(255,255,255,.8); margin: 9px 0; }
.footer-email { font-size: 17px; font-weight: 800; border-bottom: 1px solid var(--accent); padding-bottom: 3px; }
.footer-bottom { display: flex; justify-content: space-between; gap: 30px; border-top: 1px solid var(--line-dark); margin-top: 68px; padding-top: 24px; color: rgba(255,255,255,.45); font-size: 11px; }

.inner-hero { padding: 200px 0 100px; }
.inner-hero h1 { font-size: clamp(54px, 8vw, 110px); line-height: .95; letter-spacing: -.07em; max-width: 1000px; margin: 0; }
.inner-lead { color: var(--muted-dark); max-width: 720px; font-size: 20px; margin-top: 30px; }
.content-narrow { max-width: 820px; }
.content-narrow h2 { font-size: 42px; line-height: 1.1; letter-spacing: -.04em; margin-top: 60px; }
.content-narrow h3 { font-size: 28px; }
.content-narrow p, .content-narrow li { color: #454942; }
.content-narrow a { text-decoration: underline; }
.single-featured { margin-bottom: 70px; }
.cta-line { display: flex; align-items: center; justify-content: space-between; gap: 30px; }
.cta-line h2 { margin: 0; font-size: 44px; letter-spacing: -.04em; }
.posts-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.post-card { padding: 30px; border: 1px solid var(--line); min-height: 320px; display: flex; flex-direction: column; }
.post-card > span { color: var(--muted); font-size: 12px; }
.post-card h2 { font-size: 28px; line-height: 1.15; letter-spacing: -.03em; }
.post-card p { color: var(--muted); }
.post-card .arrow-link { margin-top: auto; align-self: flex-start; }
.error-page { min-height: 80vh; padding-top: 220px; }
.error-page h1 { font-size: clamp(55px, 8vw, 110px); letter-spacing: -.06em; line-height: .95; max-width: 900px; }
.error-page p { color: var(--muted-dark); }

.reveal { opacity: 0; transform: translate3d(0,18px,0); transition: opacity .46s cubic-bezier(.2,.75,.25,1), transform .46s cubic-bezier(.2,.75,.25,1); transition-delay: var(--delay, 0ms); }
.reveal.is-visible { opacity: 1; transform: translate3d(0,0,0); }
@keyframes fadeUp { from { opacity: 0; transform: translateY(10px); } to { opacity: 1; transform: translateY(0); } }

@media (max-width: 1100px) {
  :root { --container: min(100% - 36px, 980px); }
  .header-cta { display: none; }
  .hero-grid { gap: 30px; }
  .hero-copy h1 { font-size: clamp(54px, 7vw, 76px); }
  .document-stack { transform: scale(.88); transform-origin: center; }
  .service-row { grid-template-columns: 50px 1fr 1.2fr 42px; }
  .service-meta { display: none; }
  .footer-grid { grid-template-columns: 1.2fr .7fr .7fr; }
  .footer-grid > div:last-child { grid-column: 1 / -1; }
}

@media (max-width: 860px) {
  .section { padding: 92px 0; }
  .header-inner { height: 74px; }
  .menu-toggle { display: block; margin-left: auto; z-index: 3; }
  .primary-nav { position: fixed; inset: 0; background: var(--surface-dark); display: grid; place-items: center; opacity: 0; visibility: hidden; transition: opacity .25s ease, visibility .25s ease; }
  .primary-nav.is-open { opacity: 1; visibility: visible; }
  .site-menu { flex-direction: column; gap: 24px; text-align: center; }
  .site-menu a { font-size: 32px; }
  .menu-open .menu-toggle span:nth-child(1) { transform: translateY(4px) rotate(45deg); }
  .menu-open .menu-toggle span:nth-child(2) { transform: translateY(-5px) rotate(-45deg); }
  .hero { padding-top: 140px; }
  .hero-grid, .intro-grid, .section-top, .process-grid, .faq-grid, .contact-grid { grid-template-columns: 1fr; }
  .hero-visual { min-height: 560px; }
  .hero-marquee { margin-top: 40px; }
  .industry-list { overflow-x: auto; justify-content: flex-start; padding-bottom: 6px; }
  .intro-grid { gap: 30px; }
  .intro-copy { padding-top: 0; }
  .stats-grid { grid-template-columns: 1fr 1fr; }
  .stats-grid div:nth-child(2) { border-right: 0; }
  .stats-grid div:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
  .section-top { gap: 30px; align-items: start; }
  .service-row { grid-template-columns: 45px 1fr 38px; gap: 20px; }
  .service-row p { grid-column: 2 / 3; }
  .service-row > a { grid-column: 3; grid-row: 1; }
  .projects-grid { grid-template-columns: 1fr; gap: 60px; }
  .process-grid { gap: 60px; }
  .process-sticky { position: static; }
  .quote-grid { grid-template-columns: 70px 1fr; }
  .quote-caption { grid-column: 2; }
  .package-grid { grid-template-columns: 1fr; }
  .package-featured { transform: none; }
  .faq-grid { gap: 60px; }
  .contact-grid { gap: 60px; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 600px) {
  :root { --container: calc(100% - 28px); }
  .section { padding: 74px 0; }
  .hero { min-height: auto; padding-top: 122px; }
  .hero-copy h1 { font-size: 52px; }
  .hero-text { font-size: 17px; }
  .button-row { align-items: flex-start; flex-direction: column; }
  .hero-proof { margin-top: 42px; }
  .hero-visual { min-height: 450px; margin-top: 30px; }
  .document-stack { transform: scale(.67); transform-origin: top left; width: 540px; }
  .floating-note { right: 8px; bottom: 16px; width: 94px; height: 94px; }
  .trust-grid { grid-template-columns: 1fr; gap: 12px; }
  .section-heading h2, .section-top h2, .process-sticky h2, .contact-copy h2, .faq-grid h2 { font-size: 43px; }
  .stats-grid { grid-template-columns: 1fr; margin-top: 70px; }
  .stats-grid div, .stats-grid div:not(:first-child) { padding: 28px 0; border-right: 0; border-bottom: 1px solid var(--line); }
  .service-row { grid-template-columns: 38px 1fr 34px; }
  .service-row h3 { font-size: 23px; }
  .service-row p { font-size: 14px; }
  .project-info { grid-template-columns: 1fr 32px; }
  .project-info p { grid-column: 1 / -1; grid-row: 2; }
  .quote-grid { grid-template-columns: 1fr; }
  .quote-mark { font-size: 120px; }
  .quote-caption { grid-column: 1; }
  .testimonial-card { padding: 30px; min-height: 430px; }
  .testimonial-card blockquote { font-size: 28px; }
  .package-card { padding: 30px; min-height: 500px; }
  .form-row { grid-template-columns: 1fr; gap: 0; }
  .contact-form-wrap { padding: 28px 22px; }
  .footer-grid { grid-template-columns: 1fr; gap: 38px; }
  .footer-grid > div:last-child { grid-column: auto; }
  .footer-bottom { flex-direction: column; }
  .inner-hero { padding: 150px 0 72px; }
  .inner-hero h1 { font-size: 53px; }
  .posts-grid { grid-template-columns: 1fr; }
  .cta-line { align-items: flex-start; flex-direction: column; }
}

@media (prefers-reduced-motion: reduce) {
  *, *:before, *:after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
  .reveal { opacity: 1; transform: none; }
}
.brand > .custom-logo-link { display: inline-flex; align-items: center; }
.brand-text { gap: 12px; }


/* Version 2: editable media, Elementor foundation and faster motion. */
h1, h2, h3, h4, h5, h6, .brand-name, .button, .header-cta { font-family: var(--heading-font, Arial, Helvetica, sans-serif); }
.site-main { min-height: 1px; }
.graphilence-elementor-page .site-main { overflow: clip; }
.graphilence-canvas .site-main { min-height: 100vh; }
.elementor-page .site-main > .elementor { width: 100%; }
.elementor-section.elementor-section-boxed > .elementor-container,
.e-con.e-con-boxed > .e-con-inner { max-width: var(--container); }

.hero-image-frame { position: absolute; inset: 40px 0 10px 0; border-radius: var(--radius); overflow: hidden; box-shadow: var(--shadow); background: var(--ink-soft); }
.hero-uploaded-image { width: 100%; height: 100%; object-fit: cover; }
.trust-logo-list { display: flex; align-items: center; justify-content: space-between; gap: 34px; min-width: 0; }
.trust-logo-list a, .trust-logo-list span { display: flex; min-width: 0; align-items: center; }
.trust-logo-image { max-width: 150px; max-height: 42px; width: auto; object-fit: contain; filter: grayscale(1) contrast(1.25); opacity: .82; }
.about-image-frame { margin-top: 46px; border-radius: var(--radius); overflow: hidden; aspect-ratio: 4 / 3; background: var(--paper-2); }
.about-uploaded-image { width: 100%; height: 100%; object-fit: cover; }
.service-row.has-service-image { grid-template-columns: 54px 72px 1fr 1.05fr .8fr 50px; }
.service-thumb { width: 64px; height: 64px; border-radius: 12px; overflow: hidden; background: rgba(255,255,255,.08); }
.service-image { width: 100%; height: 100%; object-fit: cover; }
.testimonial-person { display: flex; align-items: center; gap: 16px; }
.testimonial-avatar { width: 52px; height: 52px; border-radius: 50%; object-fit: cover; }
.graphilence-shortcode-form input,
.graphilence-shortcode-form select,
.graphilence-shortcode-form textarea { max-width: 100%; }
.graphilence-performance-mode .site-header.is-scrolled { backdrop-filter: none; -webkit-backdrop-filter: none; }
.graphilence-performance-mode .document,
.graphilence-performance-mode .hero-image-frame,
.graphilence-performance-mode .floating-note { box-shadow: 0 12px 40px rgba(0,0,0,.1); }
.graphilence-performance-mode .hero-orbit { display: none; }

/* Elementor starter template classes. */
.gl-e-section { padding: var(--section-space) max(24px, calc((100vw - min(1280px, calc(100vw - 48px))) / 2)); }
.gl-e-dark { background: var(--surface-dark); color: var(--white); }
.gl-e-light { background: var(--paper); color: var(--ink); }
.gl-e-soft { background: var(--paper-2); color: var(--ink); }
.gl-e-accent { background: var(--accent); color: var(--ink); }
.gl-e-hero { min-height: 880px; padding-top: 170px; background: var(--hero-bg); color: var(--white); overflow: hidden; }
.gl-e-hero .e-con-inner, .gl-e-row { gap: clamp(32px, 6vw, 90px); }
.gl-e-hero-copy { flex: 1.08; }
.gl-e-hero-media { flex: .92; min-height: 560px; border-radius: var(--radius); overflow: hidden; background: linear-gradient(145deg, rgba(255,255,255,.08), rgba(217,255,67,.13)); border: 1px solid rgba(255,255,255,.12); }
.gl-e-hero-title .elementor-heading-title { font-size: clamp(58px, 7vw, 104px); line-height: .94; letter-spacing: -.07em; color: var(--white); }
.gl-e-kicker .elementor-heading-title { font-size: 12px; line-height: 1.4; letter-spacing: .14em; text-transform: uppercase; color: var(--accent); }
.gl-e-body, .gl-e-body p { color: var(--muted-dark); font-size: 18px; line-height: 1.65; }
.gl-e-button .elementor-button { background: var(--accent); color: var(--ink); border-radius: 999px; min-height: 56px; padding: 18px 26px; font-weight: 800; }
.gl-e-media-placeholder { min-height: 520px; display: grid; place-items: center; text-align: center; padding: 42px; }
.gl-e-media-placeholder .elementor-heading-title { color: var(--white); font-size: clamp(32px, 4vw, 58px); line-height: 1; letter-spacing: -.05em; }
.gl-e-section-title .elementor-heading-title { font-size: clamp(42px, 5vw, 74px); line-height: 1.02; letter-spacing: -.055em; color: inherit; }
.gl-e-grid-3, .gl-e-grid-4, .gl-e-grid-2 { gap: 24px; }
.gl-e-card { padding: 32px; border: 1px solid var(--line); border-radius: var(--radius); background: var(--white); min-height: 280px; }
.gl-e-dark .gl-e-card { background: rgba(255,255,255,.035); border-color: var(--line-dark); }
.gl-e-card .elementor-heading-title { color: inherit; }
.gl-e-card .elementor-widget-text-editor { color: inherit; opacity: .72; }
.gl-e-project-card { min-height: 420px; background: var(--paper-2); border-radius: var(--radius); overflow: hidden; }
.gl-e-contact-card { padding: clamp(28px, 4vw, 52px); border-radius: var(--radius); background: var(--paper); color: var(--ink); }

@media (max-width: 1100px) {
  .service-row.has-service-image { grid-template-columns: 50px 64px 1fr 1fr 42px; }
  .service-row.has-service-image .service-meta { display: none; }
  .gl-e-section { padding-left: 24px; padding-right: 24px; }
}
@media (max-width: 860px) {
  .hero-image-frame { position: relative; inset: auto; min-height: 520px; }
  .trust-logo-list { overflow-x: auto; justify-content: flex-start; padding-bottom: 8px; }
  .trust-logo-image { min-width: 110px; }
  .service-row.has-service-image { grid-template-columns: 42px 54px 1fr 38px; }
  .service-row.has-service-image p { grid-column: 3 / 4; }
  .service-row.has-service-image > a { grid-column: 4; grid-row: 1; }
  .service-row.has-service-image .service-meta { display: none; }
  .gl-e-hero { min-height: auto; padding-top: 130px; }
  .gl-e-row, .gl-e-grid-2, .gl-e-grid-3, .gl-e-grid-4 { flex-direction: column !important; }
  .gl-e-hero-media { min-height: 430px; }
}
@media (max-width: 600px) {
  .hero-image-frame { min-height: 400px; }
  .service-row.has-service-image { grid-template-columns: 34px 46px 1fr 32px; gap: 14px; }
  .service-thumb { width: 44px; height: 44px; }
  .gl-e-section { padding: 74px 14px; }
  .gl-e-hero { padding-top: 120px; }
  .gl-e-hero-title .elementor-heading-title { font-size: 52px; }
  .gl-e-card { min-height: auto; padding: 25px; }
}
