:root {
  --ink: #0d0d0f;
  --ink-soft: #1a1a1d;
  --cream: #f1eee8;
  --paper: #fbfaf7;
  --line: #d6d0c7;
  --white: #fff;
  --orange: #ff7214;
  --purple: #741cc7;
  --green: #25d366;
  --muted: #6e6a65;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: Arial, Helvetica, sans-serif; }
body, button, input, select, textarea { font-family: Arial, Helvetica, sans-serif; }
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
button { cursor: pointer; }
em { font-family: Georgia, "Times New Roman", serif; font-weight: 400; }

.site-header { height: 94px; padding: 0 4.5vw; display: flex; align-items: center; justify-content: space-between; gap: 28px; position: sticky; top: 0; z-index: 100; color: white; background: rgba(28, 28, 30, .96); border-bottom: 1px solid #3b3b3e; backdrop-filter: blur(16px); }
.site-brand img { width: 132px; height: 78px; object-fit: contain; }
.main-nav { display: flex; align-items: center; gap: clamp(19px, 2.4vw, 38px); }
.main-nav a { position: relative; padding: 38px 0; font-size: 11px; line-height: 1; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
.main-nav a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: 29px; height: 2px; background: var(--orange); transition: .2s; }
.main-nav a:hover::after { right: 0; }
.header-quote, .button { display: inline-flex; align-items: center; justify-content: space-between; gap: 20px; border-radius: 999px; font-size: 11px; font-weight: 900; text-transform: uppercase; letter-spacing: .045em; transition: transform .2s, background .2s; }
.header-quote { padding: 14px 20px; background: var(--purple); border: 1px solid #9f5ede; }
.header-quote:hover, .button:hover { transform: translateY(-2px); }
.wa-dot { color: var(--green); font-size: 15px; }
.menu-toggle { display: none; }

.kicker { display: block; color: var(--orange); font-size: 11px; line-height: 1.3; font-weight: 900; letter-spacing: .14em; text-transform: uppercase; }
.kicker.purple { color: var(--purple); }
.kicker.light { color: #ffb17d; }
.section-pad { padding: 115px 5.5vw; }
.section-heading h2, .value-section h2, .process-section h2, .about-preview h2, .portfolio-intro h2, .story-section h2, .related-services h2, .service-detail-body h2 { font-size: clamp(45px, 5.7vw, 82px); line-height: .94; letter-spacing: -.055em; margin: 18px 0 28px; }
.section-heading h2 em, .portfolio-intro h2 em, .service-detail-body h2 em { color: var(--purple); }
.split-heading { display: grid; grid-template-columns: 1.18fr .82fr; gap: 10vw; align-items: end; margin-bottom: 58px; }
.split-heading > div:last-child > p, .split-heading > p { color: var(--muted); font-size: 15px; line-height: 1.75; margin: 0; }
.text-link { display: flex; align-items: center; justify-content: space-between; gap: 22px; max-width: 315px; padding: 16px 0; border-bottom: 2px solid var(--ink); margin-top: 18px; font-size: 11px; font-weight: 900; letter-spacing: .05em; text-transform: uppercase; }
.text-link span { color: var(--purple); }

.home-hero { min-height: 720px; height: calc(100vh - 94px); position: relative; overflow: hidden; background: var(--ink); color: white; }
.home-slide { position: absolute; inset: 0; opacity: 0; pointer-events: none; transition: opacity .8s ease; }
.home-slide.active { opacity: 1; pointer-events: auto; z-index: 2; }
.home-slide > img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center; filter: brightness(.83) saturate(.95); }
.home-hero-shade { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(9, 7, 13, .95) 0%, rgba(9, 7, 13, .76) 38%, rgba(9, 7, 13, .26) 67%, rgba(0, 0, 0, .06) 100%), linear-gradient(0deg, rgba(0, 0, 0, .52), transparent 46%); }
.home-hero-copy { position: relative; z-index: 3; width: min(750px, 64vw); height: 100%; padding: 7vh 5.5vw 16vh; display: flex; flex-direction: column; justify-content: center; }
.home-hero-copy h1 { font-size: clamp(62px, 7.2vw, 112px); line-height: .86; letter-spacing: -.068em; margin: 22px 0 30px; }
.home-hero-copy h1 em { color: var(--orange); }
.home-hero-copy > p { max-width: 610px; margin: 0; color: #dedbd8; font-size: 17px; line-height: 1.7; }
.hero-actions { display: flex; align-items: center; flex-wrap: wrap; gap: 12px; margin-top: 34px; }
.button { padding: 17px 23px; border: 1px solid transparent; }
.button.whatsapp { color: white; background: var(--green); border-color: #72e39d; box-shadow: 0 10px 35px rgba(37, 211, 102, .18); }
.button.whatsapp:hover { background: #1cbd59; }
.button.orange { color: white; background: var(--orange); border-color: #ff9f5f; box-shadow: 0 10px 35px rgba(255, 114, 20, .18); }
.button.orange:hover { background: #fa812f; }
.button.ghost { color: white; border-color: rgba(255,255,255,.55); background: rgba(0,0,0,.2); }
.slide-nav { position: absolute; z-index: 8; right: 5vw; bottom: 45px; display: flex; align-items: center; gap: 14px; }
.slide-nav > button, .round-controls button { width: 48px; height: 48px; border-radius: 50%; border: 1px solid #777; color: white; background: #171719; font-size: 18px; }
.slide-nav > div { display: flex; gap: 7px; }
.slide-nav > div button { width: 36px; height: 3px; padding: 0; border: 0; background: #777; }
.slide-nav > div button.active { background: var(--orange); }
.hero-trust { position: absolute; z-index: 8; bottom: 43px; left: 5.5vw; display: flex; align-items: center; gap: 16px; font-size: 10px; font-weight: 900; letter-spacing: .09em; text-transform: uppercase; }
.hero-trust i { width: 4px; height: 4px; background: var(--orange); border-radius: 50%; }

.intro-band { display: grid; grid-template-columns: .6fr 1.4fr; gap: 6vw; align-items: center; padding: 35px 5.5vw; color: white; background: var(--purple); }
.intro-band span { font-size: 11px; font-weight: 900; letter-spacing: .12em; }
.intro-band p { margin: 0; max-width: 900px; font-size: clamp(17px, 2vw, 25px); line-height: 1.45; font-weight: 700; }

.category-section { background: var(--paper); }
.category-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.category-card { min-height: 310px; padding: 34px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); display: flex; flex-direction: column; transition: .25s; }
.category-card:hover { color: white; background: var(--purple); transform: translateY(-4px); }
.category-card > span { color: var(--orange); font-size: 12px; font-weight: 900; }
.category-card h3 { max-width: 260px; font-size: 29px; line-height: 1.03; letter-spacing: -.035em; margin: 42px 0 15px; }
.category-card p { margin: 0; color: var(--muted); font-size: 13px; line-height: 1.6; }
.category-card:hover p { color: #e1d2ed; }
.category-card b { display: flex; align-items: center; justify-content: space-between; margin-top: auto; padding-top: 24px; font-size: 10px; text-transform: uppercase; letter-spacing: .08em; border-top: 1px solid var(--line); }
.category-card b i { color: var(--orange); font-style: normal; font-size: 17px; }

.featured-services { overflow: hidden; color: white; background: radial-gradient(circle at 80% -20%, #4c166a, transparent 40%), var(--ink); }
.featured-services .section-heading h2 em, .value-section h2 em, .process-section h2 em, .about-preview h2 em { color: var(--orange); }
.rail-heading { display: flex; align-items: end; justify-content: space-between; gap: 30px; margin-bottom: 50px; }
.round-controls { display: flex; gap: 10px; padding-bottom: 30px; }
.home-service-rail { display: flex; gap: 18px; margin-right: -5.5vw; padding-right: 5.5vw; overflow-x: auto; scroll-snap-type: x mandatory; scrollbar-width: none; }
.home-service-rail::-webkit-scrollbar { display: none; }
.service-tile { flex: 0 0 min(354px, 84vw); overflow: hidden; color: var(--ink); background: white; border: 1px solid #d8d4cd; border-radius: 20px; scroll-snap-align: start; transition: transform .25s, box-shadow .25s; }
.service-tile:hover { transform: translateY(-6px); box-shadow: 0 20px 45px rgba(0, 0, 0, .18); }
.service-tile-image { height: 258px; position: relative; display: block; overflow: hidden; background: #222; }
.service-tile-image::after { content: ""; position: absolute; inset: 0; background: linear-gradient(0deg, rgba(0,0,0,.62), transparent 55%); }
.service-tile-image img { width: 100%; height: 100%; object-fit: cover; transition: transform .45s; }
.service-tile:hover img { transform: scale(1.045); }
.service-tile-image > span { position: absolute; z-index: 2; top: 17px; left: 18px; color: white; font-size: 12px; font-weight: 900; }
.service-tile-image > b { position: absolute; z-index: 2; bottom: 17px; left: 18px; padding: 7px 9px; color: white; background: var(--orange); font-size: 9px; letter-spacing: .08em; text-transform: uppercase; }
.service-tile-copy { padding: 24px; }
.service-tile-copy h3 { margin: 0 0 11px; font-size: 28px; letter-spacing: -.04em; }
.service-tile-copy p { min-height: 41px; margin: 0 0 22px; color: #5e5b58; font-size: 13px; line-height: 1.55; }
.service-tile-copy > a { display: flex; align-items: center; justify-content: space-between; padding-top: 16px; border-top: 1px solid #ddd; color: var(--purple); font-size: 10px; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }

.value-section { display: grid; grid-template-columns: .9fr 1.1fr; gap: 9vw; align-items: center; color: white; background: var(--purple); }
.value-section > div:first-child > p { max-width: 570px; color: #dfcee9; font-size: 15px; line-height: 1.75; }
.value-list { border-top: 1px solid rgba(255,255,255,.35); }
.value-list article { display: grid; grid-template-columns: 55px 1fr; gap: 20px; padding: 28px 0; border-bottom: 1px solid rgba(255,255,255,.35); }
.value-list article > span { color: var(--orange); font-size: 12px; font-weight: 900; }
.value-list h3 { margin: 0 0 8px; font-size: 23px; }
.value-list p { margin: 0; color: #e1d3eb; font-size: 13px; line-height: 1.55; }

.project-section { background: var(--cream); }
.project-grid { display: grid; grid-template-columns: 1.05fr .95fr .95fr; grid-template-rows: repeat(2, 330px); gap: 15px; }
.project-card { position: relative; overflow: hidden; color: white; background: #222; }
.project-card::after { content: ""; position: absolute; inset: 0; background: linear-gradient(0deg, rgba(0,0,0,.82), transparent 60%); }
.project-card > img { width: 100%; height: 100%; object-fit: cover; transition: .5s; }
.project-card:hover > img { transform: scale(1.04); }
.project-card > div { position: absolute; z-index: 2; left: 25px; right: 25px; bottom: 24px; }
.project-card small { color: #ffae77; font-size: 9px; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.project-card h3 { margin: 7px 0 0; font-size: 27px; }
.project-card > div > span { position: absolute; right: 0; bottom: 4px; font-size: 10px; font-weight: 900; text-transform: uppercase; }
.project-1 { grid-row: span 2; }
.project-2 { grid-column: span 2; }

.clients-section { padding: 88px 5.5vw; text-align: center; background: white; }
.clients-section h2 { margin: 16px 0 40px; font-size: clamp(38px, 4.7vw, 66px); line-height: .98; letter-spacing: -.052em; }
.clients-section h2 em { color: var(--purple); }
.client-logo-grid { max-width: 1260px; margin: 0 auto 24px; display: grid; grid-template-columns: repeat(5, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.client-logo { height: 138px; padding: 25px; display: grid; place-items: center; background: #29282b; border-right: 1px solid #474549; border-bottom: 1px solid #474549; }
.client-logo:nth-child(even) { background: #332d38; }
.client-logo img { width: 100%; height: 78px; object-fit: contain; }
.clients-section > p { color: #8c8883; font-size: 11px; }

.process-section { color: white; background: var(--ink-soft); }
.process-steps { display: grid; grid-template-columns: repeat(5, 1fr); border-top: 2px solid #58585a; }
.process-steps article { padding: 30px 28px 0 0; }
.process-steps article > span { width: 46px; height: 46px; display: grid; place-items: center; color: white; background: var(--purple); border-radius: 50%; font-size: 12px; font-weight: 900; }
.process-steps h3 { margin: 22px 0 9px; font-size: 20px; }
.process-steps p { margin: 0; color: #a9a6a3; font-size: 12px; line-height: 1.55; }

.about-preview { display: grid; grid-template-columns: 1fr 1fr; gap: 9vw; align-items: center; color: white; background: #28282a; }
.about-preview-image { height: 640px; position: relative; }
.about-preview-image::after { content: ""; position: absolute; inset: 16px -16px -16px 16px; border: 1px solid #737376; z-index: 0; }
.about-preview-image img { position: relative; z-index: 1; width: 100%; height: 100%; object-fit: cover; }
.about-preview-image > span { position: absolute; z-index: 2; left: -28px; bottom: 35px; padding: 21px 28px; color: white; background: var(--orange); font-size: 23px; font-weight: 900; }
.about-preview-image small { font-size: 9px; letter-spacing: .08em; text-transform: uppercase; }
.about-preview > div:last-child > p { color: #c3c0bc; font-size: 16px; line-height: 1.7; }
.about-preview ul { display: grid; grid-template-columns: 1fr 1fr; gap: 0 25px; list-style: none; padding: 0; margin: 28px 0; }
.about-preview li { padding: 13px 0; border-bottom: 1px solid #565659; font-size: 12px; font-weight: 900; }
.about-preview li::before { content: "✓"; color: var(--orange); margin-right: 9px; }
.light-link { border-color: white; }
.light-link span { color: var(--orange); }

.closing-cta { display: grid; grid-template-columns: 1.2fr .8fr; gap: 8vw; align-items: center; padding: 95px 5.5vw; color: white; background: linear-gradient(135deg, #6f1cc2 0%, #39105f 100%); }
.closing-cta h2 { max-width: 850px; margin: 17px 0 20px; font-size: clamp(45px, 5.7vw, 79px); line-height: .95; letter-spacing: -.055em; }
.closing-cta p { max-width: 650px; color: #e2d4ec; font-size: 15px; line-height: 1.7; }
.cta-actions { display: flex; flex-direction: column; gap: 12px; align-items: stretch; }
.cta-actions .button { min-height: 59px; }

.site-footer { padding: 65px 5.5vw 28px; display: grid; grid-template-columns: 1.7fr 1fr 1.2fr 1.2fr; gap: 60px; color: white; background: #222224; border-top: 1px solid #414144; }
.footer-lead img { width: 135px; margin-bottom: 22px; }
.footer-lead p { max-width: 310px; color: #aaa6a2; font-size: 13px; line-height: 1.6; }
.footer-lead span { color: var(--orange); font-size: 10px; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
.site-footer h3 { margin: 4px 0 22px; color: #f2efeb; font-size: 11px; letter-spacing: .1em; text-transform: uppercase; }
.site-footer > div:not(:first-child) { display: flex; flex-direction: column; gap: 13px; }
.site-footer > div:not(:first-child) a { color: #aaa6a2; font-size: 12px; line-height: 1.35; }
.site-footer a:hover { color: var(--orange); }
.site-footer small { grid-column: 1 / -1; padding-top: 24px; color: #777477; border-top: 1px solid #414144; font-size: 10px; }
.floating-wa { position: fixed; right: 22px; bottom: 20px; z-index: 90; display: flex; align-items: center; gap: 8px; padding: 14px 20px; color: white; background: var(--green); border-radius: 999px; box-shadow: 0 12px 35px rgba(0,0,0,.32); font-size: 11px; font-weight: 900; }

.inner-hero { min-height: 530px; padding: 95px 5.5vw 80px; display: grid; grid-template-columns: 1.25fr .75fr; gap: 9vw; align-items: end; color: white; background: radial-gradient(circle at 78% 8%, #532076, transparent 36%), var(--ink); }
.inner-hero h1 { margin: 22px 0 0; font-size: clamp(60px, 7vw, 105px); line-height: .88; letter-spacing: -.065em; }
.inner-hero h1 em { color: var(--orange); }
.inner-hero > p { max-width: 520px; margin: 0 0 10px; color: #c8c4c0; font-size: 16px; line-height: 1.75; }
.service-index { display: grid; grid-template-columns: repeat(6, 1fr); background: var(--purple); color: white; }
.service-index a { min-height: 105px; padding: 22px 18px; display: flex; flex-direction: column; justify-content: space-between; gap: 15px; border-right: 1px solid rgba(255,255,255,.28); font-size: 11px; font-weight: 900; line-height: 1.3; text-transform: uppercase; }
.service-index a:hover { background: #8b32da; }
.service-index span { color: #ffb17b; font-size: 10px; }
.service-group { padding: 100px 5.5vw; background: var(--paper); scroll-margin-top: 90px; }
.service-group.alt { background: var(--cream); }
.group-heading { display: grid; grid-template-columns: 55px 1fr; gap: 35px; max-width: 860px; margin-bottom: 45px; }
.group-heading > span { width: 48px; height: 48px; display: grid; place-items: center; color: white; background: var(--orange); border-radius: 50%; font-size: 11px; font-weight: 900; }
.group-heading h2 { margin: 0 0 12px; font-size: clamp(40px, 4.8vw, 67px); line-height: .95; letter-spacing: -.05em; }
.group-heading p { max-width: 690px; margin: 0; color: var(--muted); font-size: 14px; line-height: 1.65; }
.service-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.service-grid .service-tile { min-width: 0; }

.service-detail-hero { min-height: 680px; position: relative; display: flex; align-items: end; overflow: hidden; color: white; background: #111; }
.service-detail-hero > img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.service-detail-shade { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(7,7,9,.94), rgba(7,7,9,.61) 50%, rgba(7,7,9,.12)), linear-gradient(0deg, rgba(0,0,0,.6), transparent 55%); }
.service-detail-copy { position: relative; z-index: 2; width: min(760px, 72vw); padding: 90px 5.5vw; }
.service-detail-copy h1 { margin: 20px 0 25px; font-size: clamp(65px, 8vw, 118px); line-height: .87; letter-spacing: -.065em; }
.service-detail-copy p { max-width: 660px; color: #e0ddda; font-size: 17px; line-height: 1.7; }
.service-detail-body { display: grid; grid-template-columns: 1.15fr .85fr; gap: 9vw; align-items: center; }
.service-detail-body > div > p { max-width: 650px; color: var(--muted); font-size: 15px; line-height: 1.75; }
.service-detail-body aside { padding: 34px; color: white; background: var(--purple); }
.service-detail-body aside h3 { margin: 0 0 25px; font-size: 24px; }
.service-detail-body aside ul { list-style: none; margin: 0; padding: 0; }
.service-detail-body aside li { display: flex; align-items: center; gap: 12px; padding: 15px 0; border-top: 1px solid rgba(255,255,255,.3); font-size: 13px; font-weight: 700; }
.service-detail-body aside li span { color: var(--orange); }
.service-process { color: white; background: var(--ink); }
.service-process > div { display: grid; grid-template-columns: repeat(4, 1fr); margin-top: 43px; border-top: 1px solid #555; }
.service-process article { min-height: 210px; padding: 28px 28px 0 0; border-right: 1px solid #444; }
.service-process article > span { color: var(--orange); font-size: 11px; font-weight: 900; }
.service-process h3 { margin: 35px 0 10px; font-size: 22px; }
.service-process p { color: #aaa7a3; font-size: 13px; line-height: 1.55; }
.related-services { background: var(--cream); }

.portfolio-intro { padding-bottom: 40px; }
.portfolio-intro h2 { max-width: 850px; }
.portfolio-intro > p { max-width: 690px; color: var(--muted); font-size: 15px; line-height: 1.7; }
.portfolio-grid { padding-top: 40px; display: grid; grid-template-columns: 1fr 1fr; gap: 70px 24px; }
.portfolio-card:nth-child(even) { margin-top: 110px; }
.portfolio-image { height: 520px; position: relative; overflow: hidden; background: #ddd; }
.portfolio-image img { width: 100%; height: 100%; object-fit: cover; transition: .5s; }
.portfolio-card:hover img { transform: scale(1.035); }
.portfolio-image span { position: absolute; top: 18px; left: 18px; width: 43px; height: 43px; display: grid; place-items: center; color: white; background: var(--orange); border-radius: 50%; font-size: 10px; font-weight: 900; }
.portfolio-card > div:last-child { padding: 23px 7px 0; }
.portfolio-card small { color: var(--purple); font-size: 9px; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.portfolio-card h2 { margin: 8px 0 10px; font-size: 35px; letter-spacing: -.04em; }
.portfolio-card p { max-width: 560px; min-height: 40px; margin: 0 0 20px; color: var(--muted); font-size: 13px; line-height: 1.55; }
.portfolio-card a { display: flex; justify-content: space-between; padding-top: 15px; border-top: 1px solid var(--line); color: var(--purple); font-size: 10px; font-weight: 900; text-transform: uppercase; }

.story-section { display: grid; grid-template-columns: .9fr 1.1fr; gap: 9vw; align-items: center; }
.story-image { height: 700px; position: relative; }
.story-image img { width: 100%; height: 100%; object-fit: cover; }
.story-image > span { position: absolute; left: -24px; bottom: 34px; padding: 22px 28px; color: white; background: var(--orange); font-size: 23px; font-weight: 900; }
.story-image small { font-size: 9px; text-transform: uppercase; }
.story-section > div:last-child > p { color: var(--muted); font-size: 15px; line-height: 1.75; }
.story-points { display: grid; grid-template-columns: repeat(3, 1fr); gap: 13px; margin-top: 34px; }
.story-points article { padding: 20px; border: 1px solid var(--line); }
.story-points strong { color: var(--orange); font-size: 10px; }
.story-points h3 { margin: 24px 0 8px; font-size: 19px; }
.story-points p { margin: 0; color: var(--muted); font-size: 12px; line-height: 1.5; }
.principles { color: white; background: var(--ink); }
.principles > div { display: grid; grid-template-columns: repeat(4, 1fr); margin-top: 42px; border-top: 1px solid #555; border-left: 1px solid #555; }
.principles article { min-height: 250px; padding: 32px; border-right: 1px solid #555; border-bottom: 1px solid #555; }
.principles article span { color: var(--orange); font-size: 26px; font-weight: 900; }
.principles article p { margin-top: 90px; color: #aaa7a3; font-size: 13px; line-height: 1.6; }

.contact-page { min-height: 780px; padding: 90px 5.5vw; display: grid; grid-template-columns: 1fr 1fr; gap: 8vw; color: white; background: radial-gradient(circle at 12% 10%, #4b176b, transparent 36%), var(--ink); }
.contact-copy h1 { margin: 22px 0 28px; font-size: clamp(60px, 7vw, 101px); line-height: .88; letter-spacing: -.065em; }
.contact-copy h1 em { color: var(--orange); }
.contact-copy > p { max-width: 560px; color: #c7c3bf; font-size: 15px; line-height: 1.75; }
.contact-options { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin-top: 42px; }
.contact-options a { min-height: 150px; padding: 22px; display: flex; flex-direction: column; border: 1px solid #555; background: rgba(255,255,255,.035); }
.contact-options small { color: var(--orange); font-size: 9px; font-weight: 900; letter-spacing: .1em; }
.contact-options strong { margin: 22px 0 auto; font-size: 24px; }
.contact-options span { color: #aaa7a3; font-size: 11px; }
.contact-form { padding: 36px; display: flex; flex-direction: column; gap: 18px; align-self: center; color: var(--ink); background: white; border-radius: 20px; }
.contact-form h2 { margin: -5px 0 8px; font-size: 42px; letter-spacing: -.045em; }
.contact-form label { display: flex; flex-direction: column; gap: 8px; font-size: 9px; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
.contact-form input, .contact-form select, .contact-form textarea { width: 100%; padding: 13px 14px; color: var(--ink); background: #f7f5f2; border: 1px solid #c8c3bc; border-radius: 7px; outline: 0; font-size: 13px; }
.contact-form input:focus, .contact-form select:focus, .contact-form textarea:focus { border-color: var(--purple); box-shadow: 0 0 0 2px rgba(116,28,199,.14); }
.contact-form textarea { min-height: 115px; resize: vertical; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 13px; }
.contact-form > p { margin: 0; color: var(--muted); font-size: 11px; text-align: center; }
.contact-form > p a { color: var(--purple); text-decoration: underline; }
.faq-section { background: var(--cream); }
.faq-section > h2 { margin: 16px 0 40px; font-size: clamp(43px, 5vw, 68px); letter-spacing: -.05em; }
.faq-section > div { display: grid; grid-template-columns: 1fr 1fr; border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.faq-section article { min-height: 170px; padding: 28px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.faq-section h3 { margin: 0 0 12px; font-size: 21px; }
.faq-section p { margin: 0; color: var(--muted); font-size: 13px; line-height: 1.65; }

@media (max-width: 1120px) {
  .site-header { gap: 16px; }
  .main-nav { gap: 17px; }
  .header-quote { padding: 13px 16px; }
  .service-grid { grid-template-columns: repeat(3, 1fr); }
  .service-index { grid-template-columns: repeat(3, 1fr); }
  .process-steps { grid-template-columns: repeat(3, 1fr); gap: 28px 0; }
  .site-footer { grid-template-columns: 1.4fr 1fr 1fr; }
  .site-footer > div:last-of-type { grid-column: 2 / 4; }
}

@media (max-width: 850px) {
  .site-header { height: 76px; padding: 0 22px; }
  .site-brand img { width: 105px; height: 64px; }
  .main-nav { position: fixed; inset: 76px 0 auto; padding: 26px 22px; display: none; flex-direction: column; align-items: stretch; gap: 0; color: white; background: #232326; border-bottom: 1px solid #444; }
  .main-nav.open { display: flex; }
  .main-nav a { padding: 17px 0; border-bottom: 1px solid #444; }
  .main-nav a::after { display: none; }
  .menu-toggle { width: 42px; height: 42px; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 6px; order: 2; color: white; background: transparent; border: 1px solid #555; border-radius: 50%; }
  .menu-toggle span { width: 17px; height: 1px; background: white; }
  .header-quote { margin-left: auto; order: 1; font-size: 9px; }
  .menu-toggle { order: 2; }
  .home-hero { height: 760px; min-height: 0; }
  .home-hero-copy { width: 78vw; padding-top: 75px; }
  .intro-band, .split-heading, .value-section, .about-preview, .closing-cta, .inner-hero, .service-detail-body, .story-section, .contact-page { grid-template-columns: 1fr; }
  .category-grid { grid-template-columns: 1fr 1fr; }
  .project-grid { grid-template-columns: 1fr 1fr; grid-template-rows: 420px 300px 300px; }
  .project-1 { grid-column: span 2; grid-row: auto; }
  .project-2 { grid-column: auto; }
  .project-5 { grid-column: span 2; }
  .about-preview-image { height: 540px; }
  .service-grid { grid-template-columns: 1fr 1fr; }
  .service-detail-copy { width: 88vw; }
  .story-image { height: 570px; }
  .principles > div { grid-template-columns: 1fr 1fr; }
  .portfolio-image { height: 430px; }
  .site-footer { grid-template-columns: 1fr 1fr; }
  .footer-lead { grid-column: span 2; }
  .site-footer > div:last-of-type { grid-column: auto; }
}

@media (max-width: 620px) {
  .section-pad { padding: 80px 22px; }
  .site-header { padding: 0 16px; }
  .header-quote { padding: 11px 13px; gap: 6px; }
  .header-quote .wa-dot, .header-quote b { display: none; }
  .home-hero { height: 750px; }
  .home-slide > img { object-position: center; filter: brightness(.64) saturate(.9); }
  .home-hero-shade { background: linear-gradient(0deg, rgba(5,5,7,.96) 4%, rgba(5,5,7,.56) 58%, rgba(5,5,7,.14) 100%); }
  .home-hero-copy { width: 100%; padding: 90px 22px 160px; justify-content: flex-end; }
  .home-hero-copy h1 { font-size: 54px; }
  .home-hero-copy > p { font-size: 14px; line-height: 1.55; }
  .hero-actions { align-items: stretch; flex-direction: column; }
  .button { width: 100%; min-height: 53px; }
  .hero-trust { left: 22px; right: 22px; bottom: 30px; gap: 9px; flex-wrap: wrap; }
  .hero-trust i { display: none; }
  .slide-nav { right: 20px; bottom: 83px; }
  .slide-nav > div { display: none; }
  .slide-nav > button { width: 41px; height: 41px; }
  .intro-band { padding: 27px 22px; gap: 16px; }
  .intro-band p { font-size: 17px; }
  .split-heading, .rail-heading { display: grid; grid-template-columns: 1fr; gap: 15px; margin-bottom: 38px; }
  .section-heading h2, .value-section h2, .process-section h2, .about-preview h2, .portfolio-intro h2, .story-section h2, .service-detail-body h2 { font-size: 45px; }
  .category-grid { grid-template-columns: 1fr; }
  .category-card { min-height: 270px; padding: 27px; }
  .round-controls { padding: 0; }
  .home-service-rail { margin-right: -22px; padding-right: 22px; }
  .value-section { gap: 38px; }
  .project-grid { display: flex; overflow-x: auto; scroll-snap-type: x mandatory; }
  .project-card { flex: 0 0 84vw; height: 430px; scroll-snap-align: start; }
  .client-logo-grid { grid-template-columns: repeat(2, 1fr); }
  .client-logo { height: 118px; padding: 20px; }
  .client-logo img { height: 66px; }
  .process-steps { grid-template-columns: 1fr 1fr; gap: 25px 0; }
  .about-preview { gap: 65px; }
  .about-preview-image { height: 430px; }
  .about-preview-image > span { left: -10px; bottom: 22px; }
  .about-preview ul { grid-template-columns: 1fr; }
  .closing-cta { padding: 75px 22px; }
  .closing-cta h2 { font-size: 46px; }
  .site-footer { padding: 55px 22px 25px; grid-template-columns: 1fr; gap: 38px; }
  .footer-lead, .site-footer > div:last-of-type { grid-column: auto; }
  .inner-hero { min-height: 540px; padding: 90px 22px 65px; align-content: end; gap: 25px; }
  .inner-hero h1 { font-size: 57px; }
  .inner-hero > p { font-size: 14px; }
  .service-index { grid-template-columns: 1fr 1fr; }
  .service-index a { min-height: 95px; }
  .service-group { padding: 75px 22px; }
  .group-heading { grid-template-columns: 1fr; gap: 18px; }
  .group-heading h2 { font-size: 42px; }
  .service-grid { grid-template-columns: 1fr; }
  .service-detail-hero { min-height: 720px; }
  .service-detail-shade { background: linear-gradient(0deg, rgba(6,6,8,.98), rgba(6,6,8,.46) 76%, rgba(6,6,8,.15)); }
  .service-detail-copy { width: 100%; padding: 80px 22px; }
  .service-detail-copy h1 { font-size: 63px; }
  .service-detail-copy p { font-size: 14px; }
  .service-process > div { grid-template-columns: 1fr 1fr; }
  .portfolio-intro { padding-bottom: 25px; }
  .portfolio-grid { padding-top: 25px; grid-template-columns: 1fr; gap: 58px; }
  .portfolio-card:nth-child(even) { margin-top: 0; }
  .portfolio-image { height: 450px; }
  .story-image { height: 480px; }
  .story-image > span { left: -8px; }
  .story-points { grid-template-columns: 1fr; }
  .principles > div { grid-template-columns: 1fr; }
  .principles article { min-height: 200px; }
  .principles article p { margin-top: 60px; }
  .contact-page { padding: 80px 22px; }
  .contact-copy h1 { font-size: 58px; }
  .contact-options { grid-template-columns: 1fr; }
  .contact-form { padding: 24px 20px; }
  .form-row { grid-template-columns: 1fr; }
  .faq-section > div { grid-template-columns: 1fr; }
  .floating-wa { right: 14px; bottom: 14px; padding: 13px 16px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  * { transition: none !important; }
}
