/*
Theme Name: VD WEB Modern
Theme URI: https://vdweb.pro/
Author: VD WEB
Author URI: https://vdweb.pro/
Description: Moderni, greita ir SEO paruošta WordPress tema internetinių svetainių kūrimo paslaugoms.
Version: 1.1.0
Requires at least: 6.6
Tested up to: 7.0
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: vdweb-modern
Tags: portfolio, business, custom-logo, custom-menu, featured-images, responsive-layout
*/


:root {
  --ink: #080b0f;
  --ink-soft: #11161c;
  --paper: #f3f4ee;
  --white: #ffffff;
  --muted: #656b70;
  --line: rgba(8, 11, 15, 0.15);
  --lime: #b8ff3d;
  --lime-dark: #8bd900;
  --blue: #6d7bff;
  --radius: 28px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--ink); color: var(--ink); font-family: Inter, "Segoe UI", Arial, sans-serif; -webkit-font-smoothing: antialiased; }
a { color: inherit; text-decoration: none; }
button, input, textarea, select { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
svg { width: 1.15em; height: 1.15em; }
::selection { background: var(--lime); color: var(--ink); }

.shell { width: min(1380px, calc(100% - 64px)); margin: 0 auto; }
.skip-link { position: fixed; z-index: 1000; top: 10px; left: 10px; transform: translateY(-160%); background: var(--lime); color: var(--ink); padding: 12px 18px; border-radius: 10px; font-weight: 800; }
.skip-link:focus { transform: translateY(0); }

.site-header { position: fixed; z-index: 100; inset: 0 0 auto; color: var(--white); background: linear-gradient(to bottom, rgba(8,11,15,.9), transparent); }
.header-inner { min-height: 90px; display: flex; align-items: center; justify-content: space-between; }
.brand { display: inline-flex; align-items: center; gap: 10px; font-size: 1.2rem; font-weight: 950; letter-spacing: -.04em; }
.brand-mark { display: grid; place-items: center; width: 42px; height: 42px; background: var(--lime); color: var(--ink); border-radius: 50%; font-size: .85rem; letter-spacing: -.06em; transform: rotate(-8deg); }
.brand-dot { color: var(--lime); }
.main-nav { display: flex; align-items: center; gap: clamp(18px, 2vw, 34px); font-size: .85rem; font-weight: 700; }
.main-nav > a:not(.nav-cta) { color: rgba(255,255,255,.78); transition: color .2s ease; }
.main-nav > a:not(.nav-cta):hover { color: var(--white); }
.nav-cta { display: inline-flex; align-items: center; gap: 14px; padding: 12px 18px 12px 22px; border: 1px solid rgba(255,255,255,.24); border-radius: 999px; transition: background .2s ease, color .2s ease; }
.nav-cta svg { padding: 7px; width: 32px; height: 32px; color: var(--ink); background: var(--lime); border-radius: 50%; }
.nav-cta:hover { background: var(--white); color: var(--ink); }
.menu-toggle { display: none; width: 46px; height: 46px; border: 1px solid rgba(255,255,255,.22); border-radius: 50%; background: rgba(255,255,255,.07); padding: 0; align-items: center; justify-content: center; flex-direction: column; gap: 6px; }
.menu-toggle span { width: 18px; height: 1px; background: white; transition: transform .2s ease; }
.menu-toggle.is-open span:first-child { transform: translateY(3.5px) rotate(45deg); }
.menu-toggle.is-open span:last-child { transform: translateY(-3.5px) rotate(-45deg); }

.hero { position: relative; min-height: 960px; display: flex; align-items: center; overflow: hidden; color: var(--white); background: var(--ink); }
.hero-grid { position: absolute; inset: 0; opacity: .18; background-image: linear-gradient(rgba(255,255,255,.08) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.08) 1px, transparent 1px); background-size: 76px 76px; mask-image: linear-gradient(to bottom, black 20%, transparent 86%); }
.hero-glow { position: absolute; width: 680px; height: 680px; border-radius: 50%; filter: blur(120px); opacity: .18; }
.hero-glow-one { top: -300px; right: 5%; background: var(--blue); }
.hero-glow-two { bottom: -500px; left: 15%; background: var(--lime); }
.hero-layout { position: relative; z-index: 2; display: grid; grid-template-columns: 1.04fr .96fr; align-items: center; gap: clamp(40px, 6vw, 100px); padding: 150px 0 110px; }
.hero-copy { max-width: 810px; }
.eyebrow { display: flex; align-items: center; gap: 10px; margin: 0 0 28px; text-transform: uppercase; letter-spacing: .18em; font-size: .72rem; font-weight: 800; color: rgba(255,255,255,.68); }
.pulse { position: relative; width: 8px; height: 8px; background: var(--lime); border-radius: 50%; box-shadow: 0 0 0 5px rgba(184,255,61,.12); }
.hero h1 { margin: 0; max-width: 880px; font-size: clamp(4rem, 6.2vw, 7.3rem); line-height: .88; letter-spacing: -.075em; font-weight: 900; }
.hero h1 em { display: block; color: var(--lime); font-family: Georgia, "Times New Roman", serif; font-weight: 400; letter-spacing: -.06em; }
.hero-lead { max-width: 690px; margin: 34px 0 0; color: rgba(255,255,255,.68); font-size: clamp(1.05rem, 1.3vw, 1.3rem); line-height: 1.65; }
.hero-actions { display: flex; align-items: center; gap: 12px; margin-top: 42px; }
.button { display: inline-flex; min-height: 58px; align-items: center; justify-content: center; gap: 14px; padding: 0 26px; border: 1px solid transparent; border-radius: 999px; font-size: .92rem; font-weight: 850; cursor: pointer; transition: transform .2s ease, background .2s ease, color .2s ease, border-color .2s ease; }
.button:hover { transform: translateY(-2px); }
.button-primary { background: var(--lime); color: var(--ink); }
.button-primary:hover { background: var(--white); }
.button-ghost { border-color: rgba(255,255,255,.25); color: var(--white); }
.button-ghost:hover { border-color: var(--white); }
.hero-proof { display: flex; gap: clamp(24px, 4vw, 56px); margin-top: 62px; padding-top: 30px; border-top: 1px solid rgba(255,255,255,.14); }
.hero-proof div { display: grid; gap: 4px; }
.hero-proof strong { font-size: clamp(1.45rem, 2vw, 2rem); letter-spacing: -.06em; }
.hero-proof span { color: rgba(255,255,255,.5); font-size: .75rem; }

.hero-visual { position: relative; min-height: 640px; display: grid; place-items: center; perspective: 1400px; }
.project-card { position: relative; z-index: 3; width: min(100%, 560px); aspect-ratio: .86; overflow: hidden; border: 1px solid rgba(255,255,255,.2); border-radius: 34px; background: #e9eadd; color: var(--ink); box-shadow: 0 50px 120px rgba(0,0,0,.5); transform: rotateY(-7deg) rotateX(2deg) rotateZ(2deg); animation: float 7s ease-in-out infinite; }
.project-topbar { height: 48px; display: flex; align-items: center; gap: 18px; padding: 0 18px; border-bottom: 1px solid rgba(8,11,15,.12); font-size: .62rem; color: #72766f; }
.browser-dots { display: flex; gap: 5px; }
.browser-dots i { width: 7px; height: 7px; border-radius: 50%; background: #babdb4; }
.browser-dots i:first-child { background: var(--lime-dark); }
.project-body { position: relative; height: calc(100% - 48px); padding: 28px; overflow: hidden; }
.mock-nav { display: flex; align-items: center; gap: 18px; font-size: .5rem; }
.mock-nav b { margin-right: auto; font-size: .72rem; line-height: .8; }
.mock-nav span { width: 34px; height: 3px; background: #a8aba3; }
.mock-nav i { width: 26px; height: 26px; border-radius: 50%; background: var(--ink); }
.mock-kicker { margin: 92px 0 16px; font-size: .56rem; font-weight: 850; letter-spacing: .16em; }
.mock-title { display: grid; font-size: clamp(2.6rem, 4vw, 4rem); line-height: .85; letter-spacing: -.08em; }
.mock-title strong { font-family: Georgia, serif; font-style: italic; font-weight: 400; color: #5c37ff; }
.mock-content { display: flex; align-items: flex-end; justify-content: space-between; margin-top: 32px; }
.mock-lines { display: grid; gap: 7px; }
.mock-lines span { display: block; width: 150px; height: 5px; border-radius: 3px; background: #b6b9b0; }
.mock-lines span:nth-child(2) { width: 120px; }
.mock-lines span:nth-child(3) { width: 75px; }
.mock-button { padding: 12px 17px; border-radius: 999px; background: var(--ink); color: white; font-size: .6rem; }
.mock-chart { position: absolute; left: 28px; right: 28px; bottom: 26px; height: 92px; display: flex; align-items: flex-end; gap: 7px; padding: 13px; border: 1px solid rgba(8,11,15,.1); border-radius: 16px; background: rgba(255,255,255,.35); }
.mock-chart span { flex: 1; height: 35%; border-radius: 3px 3px 0 0; background: var(--ink); }
.mock-chart span:nth-child(2) { height: 58%; background: #5c37ff; }
.mock-chart span:nth-child(3) { height: 48%; }
.mock-chart span:nth-child(4) { height: 82%; background: var(--lime-dark); }
.mock-chart span:nth-child(5) { height: 69%; }
.floating-chip { position: absolute; z-index: 5; display: flex; align-items: center; gap: 10px; padding: 13px 16px; border: 1px solid rgba(255,255,255,.22); border-radius: 16px; background: rgba(17,22,28,.86); box-shadow: 0 18px 50px rgba(0,0,0,.3); backdrop-filter: blur(14px); font-size: .7rem; }
.floating-chip > svg { display: grid; place-items: center; width: 30px; height: 30px; padding: 7px; border-radius: 50%; background: var(--lime); color: var(--ink); }
.floating-chip span { display: grid; gap: 2px; color: rgba(255,255,255,.55); }
.floating-chip b { color: white; font-size: .76rem; }
.chip-seo { left: -20px; bottom: 116px; animation: floatSmall 6s ease-in-out infinite; }
.chip-speed { right: -18px; top: 118px; animation: floatSmall 5s ease-in-out infinite reverse; }
.speed-score { display: grid !important; place-items: center; width: 36px; height: 36px; border-radius: 50%; background: var(--lime); color: var(--ink) !important; font-size: .85rem !important; font-weight: 900; }
.floating-label { position: absolute; z-index: 4; left: -12px; top: 74px; color: var(--lime); font-size: .65rem; font-weight: 900; line-height: 1.1; letter-spacing: .12em; transform: rotate(-12deg); }
.orbit { position: absolute; border: 1px solid rgba(255,255,255,.1); border-radius: 50%; }
.orbit-one { width: 680px; height: 680px; }
.orbit-two { width: 830px; height: 830px; border-style: dashed; animation: spin 40s linear infinite; }
.scroll-cue { position: absolute; z-index: 4; left: 28px; bottom: 44px; display: flex; align-items: center; gap: 10px; color: rgba(255,255,255,.48); text-transform: uppercase; letter-spacing: .14em; font-size: .6rem; transform: rotate(-90deg); transform-origin: left; }
.scroll-cue i { width: 38px; height: 1px; background: rgba(255,255,255,.35); }

.ticker { overflow: hidden; color: var(--ink); background: var(--lime); border-block: 1px solid rgba(8,11,15,.15); }
.ticker-track { width: max-content; display: flex; align-items: center; animation: marquee 30s linear infinite; }
.ticker span { display: flex; align-items: center; gap: 32px; padding: 18px 28px; font-size: .72rem; font-weight: 950; letter-spacing: .12em; }
.ticker i { font-style: normal; }

.section-light { background: var(--paper); }
.intro { padding: 150px 0 130px; }
.intro-grid { display: grid; grid-template-columns: 1fr 3fr; gap: 70px; }
.section-index { margin: 0 0 28px; color: #8a8e8a; font-size: .68rem; font-weight: 850; letter-spacing: .15em; }
.intro h2 { max-width: 990px; margin: 0; font-size: clamp(3rem, 5.1vw, 6.2rem); line-height: .95; letter-spacing: -.065em; font-weight: 850; }
.intro h2 span { color: #6e45ff; font-family: Georgia, serif; font-style: italic; font-weight: 400; }
.intro-bottom { display: grid; grid-template-columns: 1.5fr 1fr; gap: 80px; align-items: end; margin-top: 70px; }
.intro-bottom > p { margin: 0; max-width: 700px; color: var(--muted); font-size: 1.1rem; line-height: 1.8; }
.text-link { display: inline-flex; width: fit-content; align-items: center; gap: 14px; border-bottom: 1px solid var(--ink); padding-bottom: 7px; font-weight: 850; }

.services { padding: 30px 0 150px; }
.section-head { display: grid; grid-template-columns: 1.5fr .7fr; gap: 80px; align-items: end; margin-bottom: 70px; }
.section-head h2 { max-width: 760px; margin: 0; font-size: clamp(3rem, 4.8vw, 5.8rem); line-height: .95; letter-spacing: -.065em; }
.section-head > p { margin: 0; color: var(--muted); line-height: 1.75; }
.service-list { border-top: 1px solid var(--line); }
.service-row { display: grid; grid-template-columns: 80px minmax(0, 1fr) 170px 60px; gap: 30px; align-items: center; padding: 38px 0; border-bottom: 1px solid var(--line); transition: padding .25s ease; }
.service-row:hover { padding-left: 14px; }
.service-number { color: #999d98; font: italic 1.05rem Georgia, serif; }
.service-main h3 { margin: 0; font-size: clamp(1.5rem, 2.2vw, 2.4rem); letter-spacing: -.045em; }
.service-main > p { max-width: 700px; margin: 12px 0 0; color: var(--muted); line-height: 1.65; }
.service-tags { display: flex; flex-wrap: wrap; gap: 7px; margin-top: 17px; }
.service-tags span { padding: 6px 10px; border: 1px solid var(--line); border-radius: 999px; color: #6d726e; font-size: .65rem; }
.service-price { display: grid; gap: 5px; }
.service-price small { color: #8a8e8a; }
.service-price strong { font-size: 1.1rem; }
.service-row > a { display: grid; place-items: center; width: 52px; height: 52px; border: 1px solid var(--line); border-radius: 50%; transition: background .2s ease, transform .2s ease; }
.service-row:hover > a { background: var(--lime); transform: rotate(-35deg); }

.work { padding: 150px 0; color: white; background: var(--ink); }
.section-head-dark > p { color: rgba(255,255,255,.55); }
.work-filters { display: flex; flex-wrap: wrap; gap: 9px; margin: -28px 0 38px; }
.work-filters button { min-height: 42px; padding: 0 16px; border: 1px solid rgba(255,255,255,.16); border-radius: 999px; color: rgba(255,255,255,.65); background: transparent; font-size: .73rem; font-weight: 800; cursor: pointer; transition: color .2s ease, border-color .2s ease, background .2s ease; }
.work-filters button:hover { color: white; border-color: rgba(255,255,255,.42); }
.work-filters button.is-active { color: var(--ink); border-color: var(--lime); background: var(--lime); }
.work-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 50px 28px; }
.work-large { grid-column: 1 / -1; }
.work-card { min-width: 0; }
.work-card[hidden] { display: none; }
.work-card > a { display: block; }
.real-projects .work-image { position: relative; display: grid; place-items: center; overflow: hidden; aspect-ratio: 3 / 2; border: 1px solid rgba(255,255,255,.1); border-radius: var(--radius); background: linear-gradient(135deg, #6d45ff, #b8ff3d); isolation: isolate; }
.real-projects .work-image:after { content: ""; position: absolute; z-index: 1; inset: 45% 0 0; background: linear-gradient(to bottom, transparent, rgba(8,11,15,.72)); pointer-events: none; }
.real-projects .work-image img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s ease, filter .5s ease; }
.real-projects .work-card:hover .work-image img { transform: scale(1.035); filter: saturate(1.06); }
.project-domain { position: absolute; z-index: 2; left: 16px; bottom: 15px; max-width: calc(100% - 80px); overflow: hidden; padding: 8px 11px; border: 1px solid rgba(255,255,255,.22); border-radius: 999px; color: white; background: rgba(8,11,15,.72); backdrop-filter: blur(12px); font-size: .65rem; font-weight: 800; text-overflow: ellipsis; white-space: nowrap; }
.project-open { position: absolute; z-index: 2; right: 15px; bottom: 14px; display: grid; width: 36px; height: 36px; place-items: center; border-radius: 50%; color: var(--ink); background: var(--lime); transition: transform .25s ease, background .25s ease; }
.work-card:hover .project-open { transform: rotate(45deg); background: white; }
.project-placeholder { padding: 30px; color: var(--ink); font-size: clamp(1.5rem, 3vw, 3rem); line-height: .95; text-align: center; letter-spacing: -.05em; }
.real-projects .work-meta { display: grid; gap: 14px; }
.real-projects .work-meta p { text-align: left; line-height: 1.55; }
.work-browser { position: relative; overflow: hidden; aspect-ratio: 1.25; border-radius: var(--radius); color: var(--ink); transition: transform .35s ease; }
.work-large .work-browser { aspect-ratio: 2.05; }
.work-card:hover .work-browser { transform: translateY(-7px); }
.work-browser-one { background: #c9c2b6; }
.work-browser-bar { height: 34px; display: flex; align-items: center; gap: 5px; padding: 0 13px; background: rgba(255,255,255,.38); border-bottom: 1px solid rgba(0,0,0,.12); }
.work-browser-bar span { width: 6px; height: 6px; border-radius: 50%; background: rgba(0,0,0,.25); }
.work-browser-bar i { margin-left: 12px; color: rgba(0,0,0,.45); font-size: .48rem; }
.door-layout { position: relative; height: calc(100% - 34px); padding: clamp(35px, 5vw, 75px); background: linear-gradient(112deg, transparent 55%, rgba(255,255,255,.18) 55%); }
.door-layout small { font-size: .6rem; letter-spacing: .18em; }
.door-layout b { display: block; margin-top: 20px; font-size: clamp(2.5rem, 4.6vw, 5.6rem); line-height: .86; letter-spacing: -.07em; }
.door-layout > span { display: inline-block; margin-top: 32px; padding: 12px 18px; background: var(--ink); color: white; border-radius: 999px; font-size: .65rem; }
.door-shape { position: absolute; right: 12%; top: 11%; width: 21%; height: 88%; background: linear-gradient(130deg, #2b2b2b, #6a5545 48%, #1b1b1b 49%); box-shadow: -28px 25px 55px rgba(0,0,0,.25); transform: perspective(800px) rotateY(-16deg); }
.door-shape:after { content: ""; position: absolute; right: 11%; top: 50%; width: 7px; height: 7px; border-radius: 50%; background: #d6c66c; }
.work-browser-two { background: #e9c7d2; }
.shop-nav { display: flex; justify-content: space-between; padding: 24px; font-weight: 900; }
.shop-nav span { font-size: .55rem; letter-spacing: .1em; }
.shop-copy { position: relative; z-index: 2; padding: clamp(28px, 4vw, 55px); }
.shop-copy small { font-size: .5rem; letter-spacing: .14em; }
.shop-copy b { display: block; margin: 15px 0 25px; font: italic clamp(2.2rem, 4vw, 4.5rem)/.9 Georgia, serif; letter-spacing: -.055em; }
.shop-copy button { border: 0; border-radius: 999px; background: #503026; color: white; padding: 11px 16px; font-size: .6rem; }
.product-orb { position: absolute; right: -6%; bottom: -18%; width: 52%; aspect-ratio: 1; border-radius: 50%; background: radial-gradient(circle at 30% 30%, #fff5df, #c37c8d 55%, #753f5a); }
.product-orb i { position: absolute; width: 17%; height: 33%; border-radius: 50% 50% 40% 40%; background: #efe6d5; box-shadow: 0 12px 20px rgba(0,0,0,.18); }
.product-orb i:nth-child(1) { left: 24%; top: 18%; transform: rotate(-17deg); }
.product-orb i:nth-child(2) { left: 47%; top: 29%; transform: rotate(13deg); background: #9d5e4c; }
.product-orb i:nth-child(3) { left: 65%; top: 11%; transform: rotate(24deg); background: #344a32; }
.work-browser-three { background: #d6ff61; }
.trade-mark { position: absolute; left: 28px; top: 25px; font-weight: 950; line-height: .8; }
.trade-copy { position: relative; z-index: 2; padding: clamp(85px, 11vw, 150px) 40px 40px; }
.trade-copy > span { font-size: .55rem; letter-spacing: .15em; }
.trade-copy b { display: block; margin: 15px 0 20px; font-size: clamp(2.4rem, 4vw, 4.6rem); line-height: .86; letter-spacing: -.065em; }
.trade-copy p { color: rgba(8,11,15,.62); font-size: .75rem; line-height: 1.5; }
.trade-ring { position: absolute; right: -22%; top: -12%; width: 73%; aspect-ratio: 1; border: 70px solid rgba(8,11,15,.09); border-radius: 50%; }
.work-meta { display: flex; justify-content: space-between; gap: 20px; padding: 25px 4px 0; }
.work-meta span { color: var(--lime); font-size: .65rem; font-weight: 800; text-transform: uppercase; letter-spacing: .12em; }
.work-meta h3 { margin: 7px 0 0; font-size: 1.25rem; }
.work-meta p { margin: 0; color: rgba(255,255,255,.48); font-size: .74rem; text-align: right; }

.process { padding: 150px 0; }
.process-layout { display: grid; grid-template-columns: .85fr 1.15fr; gap: clamp(70px, 10vw, 160px); align-items: start; }
.process-sticky { position: sticky; top: 130px; }
.process-sticky h2 { margin: 0; font-size: clamp(3rem, 4.6vw, 5.5rem); line-height: .93; letter-spacing: -.065em; }
.process-sticky > p:not(.section-index) { max-width: 520px; color: var(--muted); line-height: 1.75; margin: 30px 0; }
.button-dark { background: var(--ink); color: white; }
.button-dark:hover { background: #252b32; }
.process-steps { list-style: none; margin: 0; padding: 0; border-top: 1px solid var(--line); }
.process-steps li { position: relative; display: grid; grid-template-columns: 64px 1fr 40px; gap: 25px; padding: 38px 0; border-bottom: 1px solid var(--line); }
.process-steps > li > span { font: italic 1rem Georgia, serif; color: #989d98; }
.process-steps h3 { margin: 0; font-size: 1.65rem; letter-spacing: -.04em; }
.process-steps p { margin: 10px 0 0; color: var(--muted); line-height: 1.7; }
.process-steps svg { color: #a3a7a3; transition: color .2s ease, transform .2s ease; }
.process-steps li:hover svg { color: #6e45ff; transform: rotate(20deg) scale(1.3); }

.seo-section { padding: 150px 0; color: white; background: #5b3cf2; overflow: hidden; }
.seo-grid { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(60px, 10vw, 150px); align-items: center; }
.seo-score { position: relative; min-height: 600px; display: flex; flex-direction: column; justify-content: center; gap: 14px; }
.score-ring { position: absolute; z-index: 0; width: 530px; height: 530px; left: -80px; top: 20px; display: grid; place-content: center; text-align: center; border: 1px solid rgba(255,255,255,.3); border-radius: 50%; }
.score-ring:before, .score-ring:after { content: ""; position: absolute; inset: 45px; border: 1px dashed rgba(255,255,255,.23); border-radius: 50%; }
.score-ring:after { inset: 100px; border-style: solid; }
.score-ring strong { font-size: 5.4rem; letter-spacing: -.08em; }
.score-ring span { color: var(--lime); text-transform: uppercase; letter-spacing: .17em; font-size: .7rem; }
.score-card { position: relative; z-index: 2; width: min(360px, 74%); display: flex; align-items: center; gap: 14px; margin-left: auto; padding: 17px 18px; border: 1px solid rgba(255,255,255,.2); border-radius: 18px; background: rgba(8,11,15,.84); box-shadow: 0 20px 70px rgba(30,14,104,.25); }
.score-card:nth-child(3) { margin-right: 45px; }
.score-card:nth-child(4) { margin-right: -10px; }
.score-card svg { flex: 0 0 auto; width: 32px; height: 32px; padding: 7px; border-radius: 50%; background: var(--lime); color: var(--ink); }
.score-card span { display: grid; color: rgba(255,255,255,.55); font-size: .7rem; }
.score-card b { color: white; font-size: .8rem; margin-bottom: 3px; }
.seo-copy h2 { margin: 0; font-size: clamp(3rem, 4.5vw, 5.4rem); line-height: .93; letter-spacing: -.065em; }
.seo-copy > p:not(.section-index) { color: rgba(255,255,255,.72); line-height: 1.8; }
.city-list { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 30px; }
.city-list span { padding: 9px 13px; border: 1px solid rgba(255,255,255,.24); border-radius: 999px; font-size: .68rem; }

.faq { padding: 150px 0; }
.faq-layout { display: grid; grid-template-columns: .75fr 1.25fr; gap: clamp(70px, 10vw, 160px); }
.faq-layout > div:first-child h2 { margin: 0; font-size: clamp(3rem, 4vw, 5rem); line-height: .95; letter-spacing: -.06em; }
.faq-layout > div:first-child > p:not(.section-index) { max-width: 400px; margin: 25px 0; color: var(--muted); line-height: 1.7; }
.faq-list { border-top: 1px solid var(--line); }
.faq-item { border-bottom: 1px solid var(--line); }
.faq-item h3 { margin: 0; }
.faq-item button { width: 100%; display: flex; align-items: center; justify-content: space-between; gap: 25px; padding: 27px 0; border: 0; background: transparent; text-align: left; font-size: 1.15rem; font-weight: 780; cursor: pointer; }
.faq-item button i { position: relative; flex: 0 0 auto; width: 32px; height: 32px; border: 1px solid var(--line); border-radius: 50%; }
.faq-item button i:before, .faq-item button i:after { content: ""; position: absolute; width: 10px; height: 1px; left: 10px; top: 15px; background: var(--ink); transition: transform .2s ease; }
.faq-item button i:after { transform: rotate(90deg); }
.faq-item.is-open button i:after { transform: rotate(0); }
.faq-answer { display: grid; grid-template-rows: 0fr; transition: grid-template-rows .3s ease; }
.faq-answer p { overflow: hidden; margin: 0; max-width: 710px; color: var(--muted); line-height: 1.75; }
.faq-item.is-open .faq-answer { grid-template-rows: 1fr; }
.faq-item.is-open .faq-answer p { padding: 0 0 28px; }

.contact { position: relative; overflow: hidden; padding: 150px 0; color: white; background: var(--ink-soft); }
.contact:before { content: ""; position: absolute; width: 750px; height: 750px; left: -400px; bottom: -470px; border-radius: 50%; background: var(--lime); filter: blur(150px); opacity: .12; }
.contact-noise { position: absolute; inset: 0; opacity: .08; background-image: radial-gradient(rgba(255,255,255,.8) .6px, transparent .6px); background-size: 7px 7px; }
.contact-layout { position: relative; z-index: 2; display: grid; grid-template-columns: 1fr .85fr; gap: clamp(60px, 10vw, 150px); align-items: start; }
.contact-copy h2 { margin: 0; font-size: clamp(3.5rem, 5.8vw, 7rem); line-height: .88; letter-spacing: -.07em; }
.contact-copy h2 em { color: var(--lime); font-family: Georgia, serif; font-weight: 400; }
.contact-copy > p:not(.eyebrow) { max-width: 600px; margin: 35px 0; color: rgba(255,255,255,.58); font-size: 1.05rem; line-height: 1.75; }
.contact-direct { display: flex; flex-wrap: wrap; gap: 12px; }
.contact-direct a { display: flex; align-items: center; gap: 12px; padding: 14px 16px; border: 1px solid rgba(255,255,255,.15); border-radius: 15px; }
.contact-direct a > svg { width: 34px; height: 34px; padding: 8px; border-radius: 50%; background: rgba(255,255,255,.08); color: var(--lime); }
.contact-direct span { display: grid; gap: 3px; font-size: .78rem; font-weight: 700; }
.contact-direct small { color: rgba(255,255,255,.43); font-size: .62rem; font-weight: 500; }
.contact-form { display: grid; gap: 22px; padding: clamp(25px, 4vw, 45px); border: 1px solid rgba(255,255,255,.13); border-radius: 30px; background: rgba(255,255,255,.055); backdrop-filter: blur(18px); }
.field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 15px; }
.contact-form label { display: grid; gap: 8px; }
.contact-form label > span { color: rgba(255,255,255,.56); font-size: .67rem; font-weight: 750; }
.contact-form input, .contact-form textarea, .contact-form select { width: 100%; border: 0; border-bottom: 1px solid rgba(255,255,255,.2); border-radius: 0; outline: none; background: transparent; color: white; padding: 10px 0 13px; }
.contact-form textarea { resize: vertical; }
.contact-form select { color-scheme: dark; }
.contact-form input:focus, .contact-form textarea:focus, .contact-form select:focus { border-color: var(--lime); }
.contact-form ::placeholder { color: rgba(255,255,255,.25); }
.form-submit { width: 100%; border: 0; margin-top: 6px; }
.form-note { display: flex; gap: 9px; margin: 0; color: var(--lime); font-size: .75rem; line-height: 1.5; }
.form-note svg { flex: 0 0 auto; }
.form-privacy { margin: -8px 0 0; color: rgba(255,255,255,.3); font-size: .6rem; line-height: 1.5; text-align: center; }

.site-footer { color: white; background: var(--ink); }
.footer-top { display: grid; grid-template-columns: 1fr 1.3fr auto; gap: 50px; align-items: center; padding: 50px 0; border-bottom: 1px solid rgba(255,255,255,.12); }
.brand-footer { justify-self: start; }
.footer-top > p { margin: 0; color: rgba(255,255,255,.42); font-size: .8rem; line-height: 1.6; }
.footer-up { display: grid; place-items: center; width: 48px; height: 48px; border: 1px solid rgba(255,255,255,.2); border-radius: 50%; }
.footer-bottom { display: flex; justify-content: space-between; gap: 30px; padding: 25px 0 35px; color: rgba(255,255,255,.35); font-size: .65rem; }

[data-reveal] { opacity: 0; transform: translateY(28px); transition: opacity .7s ease, transform .7s ease; }
[data-reveal].is-visible { opacity: 1; transform: translateY(0); }
@keyframes float { 0%,100% { transform: rotateY(-7deg) rotateX(2deg) rotateZ(2deg) translateY(0); } 50% { transform: rotateY(-5deg) rotateX(1deg) rotateZ(1deg) translateY(-16px); } }
@keyframes floatSmall { 0%,100% { transform: translateY(0); } 50% { transform: translateY(-12px); } }
@keyframes spin { to { transform: rotate(360deg); } }
@keyframes marquee { to { transform: translateX(-50%); } }

@media (max-width: 1080px) {
  .hero { min-height: auto; }
  .hero-layout { grid-template-columns: 1fr; padding-top: 160px; }
  .hero-copy { max-width: 850px; }
  .hero-visual { min-height: 600px; width: min(760px, 100%); margin: 0 auto; }
  .project-card { width: min(80%, 530px); }
  .intro-grid { grid-template-columns: 1fr; gap: 25px; }
  .section-head { grid-template-columns: 1fr; gap: 25px; }
  .section-head > p { max-width: 600px; }
  .work-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .seo-grid, .contact-layout { grid-template-columns: 1fr; }
  .seo-score { max-width: 650px; width: 100%; }
}

@media (max-width: 800px) {
  .shell { width: min(100% - 36px, 680px); }
  .header-inner { min-height: 74px; }
  .main-nav { position: fixed; inset: 0; display: flex; flex-direction: column; align-items: flex-start; justify-content: center; gap: 22px; padding: 80px 28px; background: rgba(8,11,15,.98); transform: translateX(100%); transition: transform .3s ease; }
  .main-nav.is-open { transform: translateX(0); }
  .main-nav > a { font-size: 1.55rem; }
  .main-nav .nav-cta { width: 100%; justify-content: space-between; font-size: 1rem; margin-top: 10px; }
  .menu-toggle { position: relative; z-index: 2; display: flex; }
  .hero-layout { padding: 130px 0 90px; }
  .hero h1 { font-size: clamp(3.4rem, 15vw, 5.6rem); }
  .hero-lead { font-size: 1rem; }
  .hero-actions { align-items: stretch; flex-direction: column; }
  .button { width: 100%; }
  .hero-proof { gap: 18px; justify-content: space-between; }
  .hero-proof strong { font-size: 1.3rem; }
  .hero-proof span { font-size: .62rem; }
  .hero-visual { min-height: 500px; }
  .project-card { width: 88%; border-radius: 23px; }
  .project-body { padding: 20px; }
  .mock-kicker { margin-top: 58px; }
  .mock-title { font-size: 2.6rem; }
  .mock-chart { left: 20px; right: 20px; }
  .chip-seo { left: 0; bottom: 75px; }
  .chip-speed { right: 0; top: 80px; }
  .orbit-one { width: 500px; height: 500px; }
  .orbit-two { width: 620px; height: 620px; }
  .scroll-cue { display: none; }
  .intro, .work, .process, .seo-section, .faq, .contact { padding: 100px 0; }
  .services { padding-bottom: 100px; }
  .intro h2, .section-head h2, .process-sticky h2, .seo-copy h2, .faq-layout > div:first-child h2 { font-size: clamp(2.7rem, 12vw, 4.4rem); }
  .intro-bottom { grid-template-columns: 1fr; gap: 30px; margin-top: 45px; }
  .service-row { grid-template-columns: 45px 1fr 48px; gap: 15px; padding: 28px 0; }
  .service-main { grid-column: 2 / 4; }
  .service-price { grid-column: 2; }
  .service-row > a { grid-column: 3; width: 45px; height: 45px; }
  .work-grid { grid-template-columns: 1fr; }
  .work-filters { flex-wrap: nowrap; overflow-x: auto; margin-top: -14px; padding-bottom: 5px; scrollbar-width: none; }
  .work-filters::-webkit-scrollbar { display: none; }
  .work-filters button { flex: 0 0 auto; }
  .work-large { grid-column: auto; }
  .work-large .work-browser, .work-browser { aspect-ratio: 1 / 1.04; }
  .door-layout b { font-size: 2.8rem; }
  .door-shape { right: -7%; width: 33%; opacity: .8; }
  .work-meta { flex-direction: column; }
  .work-meta p { text-align: left; }
  .process-layout { grid-template-columns: 1fr; gap: 60px; }
  .process-sticky { position: static; }
  .seo-score { min-height: 500px; }
  .score-ring { width: 460px; height: 460px; left: -70px; }
  .faq-layout { grid-template-columns: 1fr; gap: 60px; }
  .footer-top { grid-template-columns: 1fr auto; }
  .footer-top > p { grid-column: 1 / -1; grid-row: 2; }
  .footer-bottom { flex-direction: column; gap: 9px; }
}

@media (max-width: 520px) {
  .shell { width: calc(100% - 28px); }
  .brand-mark { width: 38px; height: 38px; }
  .hero { min-height: 100svh; }
  .hero-layout { padding-top: 118px; }
  .hero h1 { font-size: clamp(3.05rem, 15.5vw, 4.5rem); }
  .hero-proof { margin-top: 43px; padding-top: 23px; }
  .hero-proof div { max-width: 30%; }
  .hero-visual { min-height: 430px; margin-top: 15px; }
  .project-card { width: 94%; }
  .project-topbar { height: 38px; }
  .project-body { height: calc(100% - 38px); }
  .mock-nav span { display: none; }
  .mock-kicker { margin-top: 47px; }
  .mock-title { font-size: 2.15rem; }
  .mock-lines span { width: 90px; }
  .mock-lines span:nth-child(2) { width: 70px; }
  .mock-chart { height: 68px; }
  .floating-chip { padding: 10px 11px; }
  .chip-seo { left: -3px; bottom: 58px; }
  .chip-speed { right: -4px; top: 64px; }
  .floating-label { display: none; }
  .intro { padding-top: 90px; }
  .section-index { margin-bottom: 20px; }
  .intro h2, .section-head h2, .process-sticky h2, .seo-copy h2, .faq-layout > div:first-child h2 { font-size: 2.75rem; }
  .service-row { grid-template-columns: 34px 1fr 44px; }
  .service-main h3 { font-size: 1.55rem; }
  .door-layout { padding: 35px 24px; }
  .door-layout b { font-size: 2.25rem; }
  .shop-copy, .trade-copy { padding-left: 25px; padding-right: 25px; }
  .trade-copy b, .shop-copy b { font-size: 2.45rem; }
  .process-steps li { grid-template-columns: 40px 1fr; }
  .process-steps li > svg { display: none; }
  .score-ring { width: 390px; height: 390px; left: -100px; top: 50px; }
  .score-ring strong { font-size: 4rem; }
  .score-card { width: 79%; }
  .field-row { grid-template-columns: 1fr; }
  .contact-form { border-radius: 22px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *:before, *:after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
  [data-reveal] { opacity: 1; transform: none; }
}

/* WordPress integration */
.main-nav-list { display: flex; align-items: center; gap: clamp(18px, 2vw, 34px); list-style: none; margin: 0; padding: 0; }
.main-nav-list a { color: rgba(255,255,255,.78); transition: color .2s ease; }
.main-nav-list a:hover, .main-nav-list .current-menu-item > a { color: var(--white); }
.custom-logo-link { display: flex; align-items: center; }
.custom-logo { width: auto; max-width: 180px; max-height: 54px; object-fit: contain; }
.site-header.is-scrolled { background: rgba(8,11,15,.92); backdrop-filter: blur(14px); border-bottom: 1px solid rgba(255,255,255,.09); }
body.admin-bar .site-header { top: 32px; }
.hp-field { position: absolute !important; left: -9999px !important; width: 1px !important; height: 1px !important; overflow: hidden !important; }
.form-message { margin: 0; padding: 13px 15px; border-radius: 12px; font-size: .78rem; line-height: 1.5; }
.form-message.success { background: rgba(184,255,61,.12); color: var(--lime); }
.form-message.error { background: rgba(255,93,93,.12); color: #ff9d9d; }
.floating-chip > b { display: grid; place-items: center; flex: 0 0 auto; width: 30px; height: 30px; border-radius: 50%; background: var(--lime); color: var(--ink); }
.score-card > b { display: grid; place-items: center; flex: 0 0 auto; width: 32px; height: 32px; border-radius: 50%; background: var(--lime); color: var(--ink); }
.contact-direct a > b { display: grid; place-items: center; width: 34px; height: 34px; border-radius: 50%; background: rgba(255,255,255,.08); color: var(--lime); }
.process-steps > li > b { color: #a3a7a3; font-weight: 400; }
.content-shell { width: min(900px, calc(100% - 40px)); margin: 0 auto; }
.inner-hero { padding: 180px 0 90px; color: white; background: var(--ink); }
.inner-hero h1 { margin: 0; font-size: clamp(3rem, 7vw, 6.5rem); line-height: .92; letter-spacing: -.07em; }
.inner-main { min-height: 55vh; padding: 90px 0 120px; background: var(--paper); }
.entry-content { font-size: 1.05rem; line-height: 1.8; }
.entry-content > * { max-width: 840px; margin-left: auto; margin-right: auto; }
.entry-content > .alignwide { max-width: 1200px; }
.entry-content > .alignfull { max-width: none; }
.entry-content h2, .entry-content h3 { line-height: 1.1; letter-spacing: -.04em; }
.entry-content a { text-decoration: underline; text-underline-offset: 3px; }
.post-list { display: grid; gap: 20px; }
.post-card { padding: 28px; border: 1px solid var(--line); border-radius: 22px; background: white; }
.post-card h2 { margin: 0 0 12px; font-size: 1.8rem; }
.post-card p { color: var(--muted); line-height: 1.7; }
.pagination { margin-top: 40px; }
body.menu-open { overflow: hidden; }
@media (max-width: 800px) {
  body.admin-bar .site-header { top: 46px; }
  .main-nav-list { flex-direction: column; align-items: flex-start; gap: 22px; width: 100%; }
  .main-nav-list a { font-size: 1.55rem; color: white; }
}
