/*
Theme Name: Velorix Infotech
Theme URI: https://velorixinfotech.com
Author: Velorix Infotech
Description: Custom theme recreating the Velorix Infotech static site design.
Version: 1.0
Text Domain: velorix
*/

:root {
  --ink: #132323;
  --cream: #f4f2ed;
  --paper: #fbfaf7;
  --lime: #cdf467;
  --orange: #ff7f50;
  --coral: #f36e64;
  --line: rgba(19, 35, 35, .16);
  --muted: #637170;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; overflow-x: clip; }
body {
  margin: 0;
  overflow-x: hidden;
  background: var(--paper);
  color: var(--ink);
  font-family: "Manrope", sans-serif;
  -webkit-font-smoothing: antialiased;
}
a { color: inherit; text-decoration: none; }
.shell { width: min(1180px, calc(100% - 64px)); margin: 0 auto; }
.page-glow { position: absolute; z-index: -1; border-radius: 50%; filter: blur(1px); pointer-events: none; }
.glow-one { width: 620px; height: 620px; top: -210px; right: -190px; background: #e3f5d0; opacity: .82; }
.glow-two { width: 440px; height: 440px; top: 870px; left: -310px; background: #ffe2ce; opacity: .52; }

.site-header { height: 101px; display: flex; align-items: center; justify-content: space-between; }
.brand { display: inline-flex; align-items: center; gap: 10px; font-size: 21px; font-weight: 800; letter-spacing: -1.2px; }
.brand > span:last-child > span { color: var(--orange); font-size: 8px; vertical-align: top; margin-left: 2px; letter-spacing: 0; }
.brand-mark { width: 28px; height: 26px; display: flex; align-items: end; gap: 2px; transform: skewX(-16deg); }
.brand-mark i { display: block; width: 7px; background: var(--ink); border-radius: 1px; }
.brand-mark i:nth-child(1) { height: 11px; background: var(--orange); }
.brand-mark i:nth-child(2) { height: 19px; }
.brand-mark i:nth-child(3) { height: 26px; }
.main-nav { display: flex; align-items: center; gap: 31px; font-size: 12px; font-weight: 700; }
.main-nav > a:not(.nav-cta) { transition: color .2s; }
.main-nav > a:not(.nav-cta):hover { color: var(--orange); }
.nav-cta { margin-left: 9px; padding: 12px 17px; border: 1px solid var(--ink); border-radius: 99px; }
.nav-cta span, .button span { margin-left: 11px; font-size: 16px; line-height: 0; }
.menu-toggle { display: none; background: none; border: 0; padding: 8px; }

.hero { min-height: 607px; display: grid; grid-template-columns: 1fr 1.05fr; align-items: center; padding: 52px 0 90px; }
.eyebrow { display: flex; align-items: center; gap: 9px; margin: 0 0 22px; color: #4b5b5a; font: 500 10px/1 "DM Mono", monospace; letter-spacing: .09em; text-transform: uppercase; }
.eyebrow > span { width: 17px; height: 1px; background: currentColor; display: inline-block; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { letter-spacing: -0.06em; }
h1 { max-width: 610px; margin-bottom: 23px; font-size: clamp(49px, 5.3vw, 78px); line-height: .98; font-weight: 800; }
em { font-family: Georgia, "Times New Roman", serif; font-weight: 400; letter-spacing: -.065em; }
h1 em { color: var(--coral); }
.hero-text { max-width: 410px; margin-bottom: 31px; color: #536160; font-size: 15px; line-height: 1.75; }
.hero-actions { display: flex; align-items: center; gap: 26px; }
.button { display: inline-flex; align-items: center; border-radius: 99px; padding: 15px 20px; font-size: 12px; font-weight: 700; transition: transform .2s, box-shadow .2s; }
.button:hover { transform: translateY(-2px); box-shadow: 0 8px 18px rgba(19,35,35,.12); }
.button-primary { background: var(--ink); color: #fff; }
.text-link { border-bottom: 1px solid var(--ink); padding-bottom: 4px; font-size: 12px; font-weight: 700; }
.text-link span { margin-left: 6px; }

.hero-visual { position: relative; width: min(100%, 520px); height: 470px; justify-self: end; }
.orbit { position: absolute; border: 1px solid rgba(19,35,35,.25); border-radius: 50%; top: 50%; left: 50%; transform: translate(-50%, -50%); }
.orbit-a { width: 410px; height: 410px; }
.orbit-b { width: 309px; height: 309px; border-style: dashed; }
.orbit-c { width: 195px; height: 195px; }
.visual-center { position: absolute; top: 50%; left: 50%; width: 121px; height: 121px; border-radius: 50%; transform: translate(-50%, -50%); background: var(--lime); box-shadow: 0 0 0 16px rgba(205,244,103,.22); display: grid; place-items: center; overflow: hidden; }
.center-core { position: absolute; width: 80px; height: 80px; background: var(--orange); border-radius: 33% 67% 58% 42% / 46% 37% 63% 54%; transform: rotate(34deg); }
.center-letter { position: relative; font: 800 54px/1 "Manrope", sans-serif; letter-spacing: -8px; transform: translateX(-3px); }
.node { position: absolute; display: flex; align-items: center; gap: 8px; font: 500 9px/1 "DM Mono", monospace; letter-spacing: .04em; }
.node span { width: 9px; height: 9px; background: var(--ink); border-radius: 50%; box-shadow: 0 0 0 5px rgba(19,35,35,.08); }
.node-top { top: 29px; left: 185px; }.node-right { right: 2px; top: 226px; }.node-bottom { bottom: 11px; right: 111px; }.node-left { left: 6px; top: 260px; }
.node-bottom span { background: var(--orange); }.node-left span { background: var(--lime); }
.signal { position: absolute; height: 1px; border-top: 1px dashed rgba(19,35,35,.4); transform-origin: left; }
.signal-one { width: 133px; left: 215px; top: 137px; transform: rotate(45deg); }.signal-two { width: 133px; left: 103px; top: 306px; transform: rotate(-25deg); }
.visual-label { position: absolute; font: 500 9px/1.35 "DM Mono", monospace; letter-spacing: .08em; }.label-top { top: 101px; right: 4px; color: var(--coral); }.label-bottom { bottom: 75px; left: 15px; }

.ticker { padding: 14px 0; overflow: hidden; background: var(--ink); color: #fff; white-space: nowrap; }
.ticker-track { width: max-content; display: flex; align-items: center; gap: 27px; font: 500 11px "DM Mono", monospace; letter-spacing: .08em; text-transform: uppercase; animation: scroll 29s linear infinite; }
.ticker-track b { color: var(--lime); font-size: 15px; font-weight: 400; margin-left: 25px; }
@keyframes scroll { to { transform: translateX(-50%); } }

.intro { padding: 128px 0 145px; }
.intro-grid { display: grid; grid-template-columns: 1.25fr .6fr; gap: 109px; align-items: end; }
.intro h2, .section-heading h2 { margin-bottom: 0; font-size: clamp(38px, 4.15vw, 60px); line-height: 1.04; font-weight: 800; }
.intro h2 em { color: #e25d56; }
.intro-side { padding-bottom: 8px; }.intro-side p { margin-bottom: 26px; color: var(--muted); font-size: 14px; line-height: 1.75; }
.arrow-link { font-size: 12px; font-weight: 700; border-bottom: 1px solid var(--ink); padding-bottom: 4px; }.arrow-link span { margin-left: 8px; font-size: 17px; }

.services { padding-bottom: 144px; }.section-heading { display: flex; justify-content: space-between; align-items: end; margin-bottom: 43px; }.section-heading .eyebrow { margin-bottom: 17px; }.section-heading h2 em { color: var(--coral); }.section-heading > p { width: 295px; margin-bottom: 2px; color: var(--muted); font-size: 14px; line-height: 1.7; }
.service-grid { display: grid; grid-template-columns: repeat(4, 1fr); border: 1px solid var(--line); }.service-card { position: relative; min-height: 367px; padding: 22px 22px 20px; border-right: 1px solid var(--line); display: flex; flex-direction: column; background: rgba(255,255,255,.32); transition: background .25s, transform .25s, box-shadow .25s; }.service-card:last-child { border: 0; }.service-card:hover, .service-card:focus-visible { background: #fff; transform: translateY(-5px); box-shadow: 0 10px 20px rgba(19,35,35,.08); outline: none; }.featured-card { background: var(--lime); }.featured-card:hover, .featured-card:focus-visible { background: #d7f68a; }
.service-index { color: #4b5c43; font: 500 9px "DM Mono", monospace; }.service-symbol { height: 89px; width: 100%; position: relative; margin: 13px 0 15px; }.service-symbol i { position: absolute; display: block; background: var(--ink); }.strategy-symbol i:nth-child(1) { width: 47px; height: 47px; border-radius: 50%; left: 8px; top: 18px; }.strategy-symbol i:nth-child(2) { width: 37px; height: 37px; border-radius: 50%; left: 39px; top: 0; background: var(--orange); }.strategy-symbol i:nth-child(3) { width: 13px; height: 64px; transform: rotate(45deg); left: 82px; top: 16px; }.product-symbol i:nth-child(1) { width: 77px; height: 77px; border: 1px solid var(--ink); background: transparent; border-radius: 48% 52% 32% 68% / 40% 34% 66% 60%; transform: rotate(32deg); left: 18px; top: 0; }.product-symbol i:nth-child(2) { width: 20px; height: 20px; background: var(--coral); border-radius: 50%; top: 30px; left: 49px; }.build-symbol i:nth-child(1) { width: 51px; height: 51px; background: var(--orange); border-radius: 50%; left: 14px; top: 10px; }.build-symbol i:nth-child(2) { width: 51px; height: 51px; border-radius: 50%; left: 53px; top: 28px; }.build-symbol i:nth-child(3) { width: 21px; height: 21px; background: var(--lime); border-radius: 50%; left: 48px; top: 25px; }.growth-symbol i { width: 12px; height: 12px; border-radius: 50%; }.growth-symbol i:nth-child(1) { left: 18px; top: 54px; }.growth-symbol i:nth-child(2) { left: 44px; top: 35px; background: var(--orange); }.growth-symbol i:nth-child(3) { left: 70px; top: 17px; }.growth-symbol i:nth-child(4) { height: 2px; width: 75px; left: 18px; top: 50px; background: transparent; border-top: 1px solid var(--ink); transform: rotate(-31deg); transform-origin: left; }
.service-card h3 { margin: 0 0 11px; font-size: 21px; line-height: 1.13; }.service-card > p:not(.service-index) { color: #576261; font-size: 12px; line-height: 1.67; }.service-card-link { margin-top: auto; font-size: 11px; font-weight: 700; }.service-card-link span { margin-left: 7px; font-size: 15px; }

.statement { background: var(--ink); color: #f5f5ec; }.statement-inner { min-height: 365px; position: relative; padding: 86px 90px 63px; }.statement-mark { position: absolute; left: 0; top: 62px; color: var(--lime); font: 96px/.8 Georgia, serif; }.statement-inner > p:nth-child(2) { max-width: 670px; margin: 0; font-size: clamp(38px, 4.3vw, 61px); line-height: 1.08; font-weight: 700; letter-spacing: -.055em; }.statement-inner em { color: var(--lime); }.statement-line { width: 100%; height: 1px; margin-top: 54px; background: rgba(255,255,255,.27); }.statement-inner > span { display: block; margin-top: 15px; color: rgba(255,255,255,.53); font: 500 9px "DM Mono", monospace; letter-spacing: .07em; }

.approach { padding: 142px 0 150px; }.approach .section-heading { margin-bottom: 62px; }.process-list { border-top: 1px solid var(--line); }.process-row { display: grid; grid-template-columns: 70px 1fr 1fr 30px; gap: 18px; align-items: center; min-height: 110px; border-bottom: 1px solid var(--line); transition: padding .2s, background .2s; }.process-row:hover { padding-left: 15px; padding-right: 15px; background: rgba(205,244,103,.22); }.process-number { color: var(--coral); font: 500 10px "DM Mono", monospace; }.process-row h3 { margin: 0; font-size: 23px; }.process-row p { margin: 0; color: var(--muted); font-size: 12px; line-height: 1.65; }.process-icon { justify-self: end; font-size: 24px; }

.contact { padding-bottom: 96px; }.contact-panel { min-height: 421px; padding: 70px 72px; position: relative; overflow: hidden; display: flex; justify-content: space-between; background: var(--coral); color: var(--ink); }.contact-copy { position: relative; z-index: 1; }.eyebrow-light { color: #433c35; }.contact h2 { margin-bottom: 19px; font-size: clamp(43px, 4.7vw, 65px); line-height: .99; letter-spacing: -.06em; }.contact h2 em { color: #fffbed; }.contact-copy > p:not(.eyebrow) { max-width: 371px; margin-bottom: 26px; font-size: 14px; line-height: 1.7; }.button-light { background: #fffbed; }.contact-art { position: relative; width: 410px; }.contact-orbit { width: 358px; height: 358px; position: absolute; right: -24px; top: -41px; border: 1px solid rgba(19,35,35,.45); border-radius: 50%; }.contact-orbit-two { width: 234px; height: 234px; right: 39px; top: 21px; border-style: dashed; }.contact-star { position: absolute; top: 61px; left: 73px; color: var(--lime); font-size: 58px; transform: rotate(13deg); }.contact-word { position: absolute; right: 2px; bottom: -2px; font-size: 48px; line-height: .88; font-weight: 800; letter-spacing: -.08em; text-align: right; }

.site-footer { min-height: 88px; border-top: 1px solid var(--line); display: flex; align-items: center; justify-content: space-between; }.site-footer .brand { font-size: 17px; }.site-footer .brand-mark { transform: scale(.8) skewX(-16deg); transform-origin: left center; margin-right: -3px; }.site-footer p, .footer-links { margin: 0; color: var(--muted); font: 500 10px "DM Mono", monospace; }.footer-links { display: flex; gap: 20px; }.footer-links a:hover { color: var(--orange); }

/* Service page templates */
.service-hero { min-height: 520px; display: grid; grid-template-columns: 1fr 1fr; align-items: center; padding: 60px 0 80px; gap: 40px; }
.service-hero-copy h1 { margin-bottom: 20px; }
.service-hero-copy > p { max-width: 460px; color: var(--muted); font-size: 15px; line-height: 1.75; margin-bottom: 28px; }
.service-hero-art { position: relative; min-height: 300px; }
.art-caption { position: absolute; font: 500 9px/1.35 "DM Mono", monospace; letter-spacing: .08em; color: var(--coral); }
.art-caption-bottom { color: var(--muted); }
.service-hero-art strong { position: absolute; bottom: 0; right: 0; font-size: 60px; font-weight: 800; opacity: .12; }
.service-proof { padding: 50px 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 20px; }
.service-proof > p { font-size: 18px; font-weight: 600; max-width: 500px; margin: 0; }
.service-proof > div { display: flex; gap: 20px; font: 500 10px "DM Mono", monospace; letter-spacing: .06em; text-transform: uppercase; color: var(--muted); }
.service-intro { padding: 90px 0; }
.service-intro > div { display: grid; grid-template-columns: 1.2fr 1fr; gap: 60px; align-items: end; }
.service-intro h2 { font-size: clamp(34px, 4vw, 52px); line-height: 1.05; margin: 0; }
.service-intro h2 em { color: var(--coral); }
.service-intro p { color: var(--muted); font-size: 14px; line-height: 1.75; margin: 0; }
.service-offerings { padding-bottom: 100px; }
.service-section-heading h2 { font-size: clamp(34px, 4vw, 52px); line-height: 1.05; }
.service-section-heading h2 em { color: var(--coral); }
.offering-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; margin-top: 40px; border-top: 1px solid var(--line); padding-top: 30px; }
.offering-grid article span { color: var(--coral); font: 500 9px "DM Mono", monospace; }
.offering-grid h3 { font-size: 19px; margin: 12px 0 10px; }
.offering-grid p { color: var(--muted); font-size: 12px; line-height: 1.65; margin: 0; }
.service-method { background: var(--ink); color: #fffbed; padding: 90px 0; }
.service-method-inner { display: grid; grid-template-columns: .8fr 1.2fr; gap: 60px; }
.service-method-inner h2 { font-size: clamp(30px, 3.6vw, 46px); }
.service-method-inner h2 em { color: var(--lime); }
.method-steps p { margin: 0 0 22px; color: rgba(255,255,255,.7); font-size: 13px; line-height: 1.65; }
.method-steps b { display: block; color: #fffbed; font-size: 14px; margin-bottom: 4px; }
.service-contact { padding: 100px 0; display: grid; grid-template-columns: 1fr 1fr; gap: 40px; align-items: center; }
.service-contact h2 { font-size: clamp(34px, 4vw, 52px); }
.service-contact h2 em { color: var(--coral); }
.service-contact p { color: var(--muted); font-size: 14px; line-height: 1.75; }
.service-contact-actions { display: flex; align-items: center; gap: 20px; }

@media (max-width: 850px) {
  .shell { width: min(100% - 40px, 640px); }.site-header { height: 78px; }.main-nav { display: none; position: absolute; z-index: 10; top: 70px; left: 20px; right: 20px; padding: 20px; background: var(--paper); border: 1px solid var(--line); flex-direction: column; align-items: stretch; gap: 18px; }.main-nav.open { display: flex; }.nav-cta { margin: 0; text-align: center; }.menu-toggle { display: grid; gap: 5px; }.menu-toggle span { display: block; width: 25px; height: 1px; background: var(--ink); }
  .hero { grid-template-columns: minmax(0, 1fr); padding: 66px 0 56px; }.hero-copy { min-width: 0; width: 100%; }.hero-visual { height: 387px; width: 400px; max-width: 100%; justify-self: center; margin-top: 35px; transform: scale(.9); }.intro { padding: 90px 0; }.intro-grid { grid-template-columns: 1fr; gap: 31px; }.intro-side { max-width: 430px; }.section-heading { display: block; }.section-heading > p { width: auto; max-width: 400px; margin-top: 20px; }.service-grid { grid-template-columns: 1fr 1fr; }.service-card:nth-child(2) { border-right: 0; }.service-card:nth-child(-n+2) { border-bottom: 1px solid var(--line); }.statement-inner { padding: 70px 45px 52px; }.statement-mark { left: 0; }.approach { padding: 95px 0; }.process-row { grid-template-columns: 48px 1fr 29px; padding: 22px 0; }.process-row p { grid-column: 2 / 4; }.contact-panel { padding: 52px 43px; }.contact-art { display: none; }.site-footer { min-height: 115px; flex-wrap: wrap; gap: 9px; padding: 22px 0; }.site-footer p { order: 3; width: 100%; }
  .service-hero { grid-template-columns: 1fr; }
  .service-intro > div { grid-template-columns: 1fr; }
  .offering-grid { grid-template-columns: 1fr 1fr; }
  .service-method-inner { grid-template-columns: 1fr; }
  .service-contact { grid-template-columns: 1fr; }
}

@media (max-width: 500px) {
  .shell { width: calc(100% - 32px); }.hero { padding-top: 48px; }.hero-actions { align-items: flex-start; flex-direction: column; gap: 22px; }.hero-visual { margin-top: 18px; height: 338px; transform: scale(.75); transform-origin: top center; margin-bottom: -77px; }.service-grid { grid-template-columns: 1fr; }.service-card { min-height: 325px; border-right: 0; border-bottom: 1px solid var(--line); }.service-card:last-child { border-bottom: 0; }.statement-inner { min-height: 315px; padding: 62px 21px 42px 37px; }.statement-mark { top: 56px; font-size: 75px; }.process-row h3 { font-size: 20px; }.contact-panel { min-height: 376px; padding: 48px 28px; }.footer-links { gap: 13px; }
  .offering-grid { grid-template-columns: 1fr; }
}
