*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

:root {
  --black: #0a0a0a;
  --white: #ffffff;
  --gray-100: #f5f5f5;
  --gray-200: #e8e8e8;
  --gray-400: #999999;
  --gray-600: #555555;
  --max-w: 1100px;
}

html { scroll-behavior: smooth; }
body { font-family: 'Inter', sans-serif; background: var(--white); color: var(--black); line-height: 1.6; font-size: 16px; -webkit-font-smoothing: antialiased; }

:focus-visible { outline: 2px solid var(--black); outline-offset: 3px; border-radius: 2px; }
#process :focus-visible, footer :focus-visible { outline-color: var(--white); }

/* NAV */
nav { position: fixed; top: 0; left: 0; right: 0; z-index: 100; background: rgba(255,255,255,0.96); backdrop-filter: blur(8px); border-bottom: 1px solid var(--gray-200); padding: 0 2rem; height: 64px; display: flex; align-items: center; justify-content: space-between; }
.nav-logo { display: flex; align-items: center; gap: 10px; text-decoration: none; color: var(--black); }
.nav-logo-mark { width: 28px; height: 34px; flex-shrink: 0; }
.nav-logo-text { display: flex; flex-direction: column; line-height: 1.1; }
.nav-logo-text span:first-child { font-size: 13px; font-weight: 700; letter-spacing: 0.12em; text-transform: uppercase; }
.nav-logo-text span:last-child { font-size: 10px; font-weight: 400; letter-spacing: 0.18em; text-transform: uppercase; color: var(--gray-600); }
.nav-links { display: flex; gap: 2rem; list-style: none; }
.nav-links a { text-decoration: none; font-size: 13px; font-weight: 500; letter-spacing: 0.06em; text-transform: uppercase; color: var(--gray-600); transition: color 0.2s; display: inline-flex; align-items: center; min-height: 44px; }
.nav-links a:hover { color: var(--black); }
.nav-cta { background: var(--black); color: var(--white) !important; padding: 8px 18px; border-radius: 2px; transition: opacity 0.2s !important; min-height: 36px !important; }
.nav-cta:hover { opacity: 0.75; }
.hamburger { display: none; flex-direction: column; gap: 5px; cursor: pointer; background: none; border: none; padding: 8px; min-height: 44px; min-width: 44px; align-items: center; justify-content: center; }
.hamburger span { display: block; width: 22px; height: 2px; background: var(--black); transition: all 0.3s; }
.mobile-menu { display: none; position: fixed; top: 64px; left: 0; right: 0; background: var(--white); border-bottom: 1px solid var(--gray-200); padding: 1rem 2rem 1.5rem; z-index: 99; flex-direction: column; }
.mobile-menu.open { display: flex; }
.mobile-menu a { text-decoration: none; font-size: 15px; font-weight: 500; color: var(--black); letter-spacing: 0.04em; min-height: 44px; display: flex; align-items: center; border-bottom: 1px solid var(--gray-100); }
.mobile-menu a:last-child { border-bottom: none; }

/* HERO */
.hero { min-height: 100vh; display: flex; align-items: center; padding: 100px 2rem 80px; position: relative; overflow: hidden; }
.hero::before { content: ''; position: absolute; top: -200px; right: -200px; width: 700px; height: 700px; background: radial-gradient(circle, #f0f0f0 0%, transparent 65%); pointer-events: none; }
.hero-inner { max-width: var(--max-w); margin: 0 auto; width: 100%; display: grid; grid-template-columns: 1fr 1fr; gap: 4rem; align-items: center; position: relative; z-index: 1; }
.hero-eyebrow { font-size: 11px; font-weight: 600; letter-spacing: 0.22em; text-transform: uppercase; color: var(--gray-400); margin-bottom: 1.5rem; display: flex; align-items: center; gap: 12px; }
.hero-eyebrow::before { content: ''; display: block; width: 32px; height: 1px; background: var(--gray-400); }
h1 { font-family: 'Playfair Display', serif; font-size: clamp(2.8rem, 6vw, 5.5rem); line-height: 1.06; font-weight: 700; letter-spacing: -0.025em; margin-bottom: 1.75rem; }
h1 em { font-style: italic; }
.hero-sub { font-size: clamp(1rem, 1.5vw, 1.15rem); color: var(--gray-600); max-width: 480px; margin-bottom: 2.5rem; line-height: 1.75; font-weight: 300; }
.hero-actions { display: flex; gap: 1rem; flex-wrap: wrap; align-items: center; }
.btn { display: inline-flex; align-items: center; justify-content: center; padding: 0 28px; height: 48px; font-size: 13px; font-weight: 600; letter-spacing: 0.08em; text-transform: uppercase; text-decoration: none; border-radius: 2px; transition: all 0.2s; cursor: pointer; border: none; white-space: nowrap; }
.btn-primary { background: var(--black); color: var(--white); }
.btn-primary:hover { opacity: 0.8; }
.btn-secondary { background: transparent; color: var(--black); border: 1.5px solid var(--gray-200); }
.btn-secondary:hover { border-color: var(--black); }
.hero-stats { margin-top: 3.5rem; padding-top: 2.5rem; border-top: 1px solid var(--gray-200); display: grid; grid-template-columns: repeat(4, auto); gap: 2rem; width: fit-content; }
.stat-label { font-size: 11px; letter-spacing: 0.14em; text-transform: uppercase; color: var(--gray-400); margin-bottom: 4px; }
.stat-value { font-family: 'Playfair Display', serif; font-size: 1.8rem; font-weight: 700; }

/* HERO MOCKUP */
.hero-visual { display: flex; justify-content: center; align-items: center; }
.hero-mockup { width: 100%; max-width: 460px; border: 1.5px solid var(--gray-200); border-radius: 10px; box-shadow: 0 24px 80px rgba(0,0,0,0.09), 0 4px 16px rgba(0,0,0,0.04); overflow: hidden; transform: perspective(1000px) rotateY(-4deg) rotateX(2deg); transition: transform 0.5s ease, box-shadow 0.5s ease; background: var(--white); }
.hero-mockup:hover { transform: perspective(1000px) rotateY(-1deg) rotateX(0deg); box-shadow: 0 32px 100px rgba(0,0,0,0.11), 0 4px 16px rgba(0,0,0,0.04); }
.mockup-chrome { background: #f0f0f0; border-bottom: 1px solid var(--gray-200); height: 32px; display: flex; align-items: center; padding: 0 12px; gap: 6px; }
.mockup-dots { display: flex; gap: 5px; }
.mockup-dots span { width: 9px; height: 9px; border-radius: 50%; background: #d4d4d4; }
.mockup-url { flex: 1; margin: 0 10px; background: var(--white); border: 1px solid var(--gray-200); border-radius: 4px; height: 18px; display: flex; align-items: center; padding: 0 8px; font-size: 9px; color: var(--gray-400); letter-spacing: 0.02em; }
.mockup-screen { background: var(--white); }
.ms-nav { height: 28px; border-bottom: 1px solid var(--gray-200); display: flex; align-items: center; justify-content: space-between; padding: 0 14px; }
.ms-logo-bar { width: 50px; height: 5px; background: var(--black); border-radius: 1px; }
.ms-nav-r { display: flex; gap: 7px; align-items: center; }
.ms-lnk { width: 20px; height: 3px; background: var(--gray-200); border-radius: 1px; }
.ms-lnk-cta { width: 34px; height: 15px; background: var(--black); border-radius: 2px; }
.ms-hero-area { display: flex; padding: 18px 14px 14px; gap: 12px; border-bottom: 1px solid var(--gray-100); }
.ms-copy { flex: 1; }
.ms-eyebrow { width: 50px; height: 3px; background: var(--gray-200); margin-bottom: 10px; border-radius: 1px; }
.ms-h1 { width: 88%; height: 11px; background: var(--black); margin-bottom: 5px; border-radius: 1px; }
.ms-h1b { width: 62%; }
.ms-sub { width: 82%; height: 4px; background: var(--gray-200); margin-bottom: 4px; border-radius: 1px; }
.ms-subb { width: 58%; margin-bottom: 14px; }
.ms-btns { display: flex; gap: 7px; }
.ms-btn-fill { width: 54px; height: 14px; background: var(--black); border-radius: 2px; }
.ms-btn-out { width: 54px; height: 14px; border: 1.5px solid var(--gray-200); border-radius: 2px; }
.ms-img { width: 96px; flex-shrink: 0; background: var(--gray-100); border-radius: 4px; display: flex; align-items: center; justify-content: center; }
.ms-img-inner { display: flex; flex-direction: column; gap: 5px; align-items: center; }
.ms-img-line { width: 38px; height: 2px; background: var(--gray-200); border-radius: 1px; }
.ms-img-line2 { width: 28px; }
.ms-img-line3 { width: 33px; }
.ms-cards { display: grid; grid-template-columns: repeat(3, 1fr); }
.ms-card { padding: 11px 9px; border-right: 1px solid var(--gray-100); }
.ms-card:last-child { border-right: none; }
.ms-card-icon { width: 14px; height: 14px; background: var(--gray-100); border-radius: 2px; margin-bottom: 7px; }
.ms-card-t { width: 62%; height: 5px; background: var(--black); margin-bottom: 5px; border-radius: 1px; }
.ms-card-l { width: 85%; height: 3px; background: var(--gray-200); border-radius: 1px; }

/* MARQUEE */
.marquee-strip { background: var(--black); padding: 15px 0; overflow: hidden; }
.marquee-track { display: flex; width: max-content; animation: marquee 32s linear infinite; }
.marquee-track span { font-size: 10px; font-weight: 600; letter-spacing: 0.22em; text-transform: uppercase; color: #888; padding: 0 2.25rem; white-space: nowrap; }
.marquee-track span.sep { color: #333; padding: 0; letter-spacing: 0; }
@keyframes marquee { from { transform: translateX(0); } to { transform: translateX(-50%); } }

/* SECTIONS */
section { padding: 100px 2rem; }
.section-inner { max-width: var(--max-w); margin: 0 auto; }
.section-eyebrow { font-size: 11px; font-weight: 600; letter-spacing: 0.22em; text-transform: uppercase; color: var(--gray-400); margin-bottom: 1rem; display: flex; align-items: center; gap: 12px; }
.section-eyebrow::before { content: ''; display: block; width: 24px; height: 1px; background: var(--gray-400); }
h2 { font-family: 'Playfair Display', serif; font-size: clamp(2rem, 4vw, 3rem); font-weight: 700; letter-spacing: -0.02em; line-height: 1.15; margin-bottom: 1.5rem; }
.section-lead { font-size: 1.1rem; color: var(--gray-600); max-width: 560px; line-height: 1.75; font-weight: 300; }

/* SERVICES */
#services { background: var(--gray-100); }
.services-header { display: flex; justify-content: space-between; align-items: flex-end; margin-bottom: 4rem; gap: 2rem; flex-wrap: wrap; }
.services-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); gap: 1.5px; background: var(--gray-200); border: 1.5px solid var(--gray-200); }
.service-card { background: var(--white); padding: 0 0 2.5rem; transition: background 0.2s, color 0.2s; overflow: hidden; color: var(--black); }
.service-card:hover { background: var(--black); color: var(--white); }
.service-visual { width: 100%; height: 90px; background: var(--gray-100); margin-bottom: 2rem; overflow: hidden; transition: background 0.2s; display: flex; align-items: center; justify-content: center; }
.service-visual svg { width: 100%; height: 100%; display: block; }
.service-card:hover .service-visual { background: #111; }
.service-icon { width: 36px; height: 36px; margin: 0 2.5rem 1.25rem; display: block; }
.service-card h3 { font-size: 1rem; font-weight: 600; letter-spacing: 0.04em; margin: 0 2.5rem 0.75rem; }
.service-card p { font-size: 14px; line-height: 1.7; color: var(--gray-600); margin: 0 2.5rem; }
.service-card:hover p { color: #aaa; }

/* WORK */
#work { background: var(--white); }
.work-header { display: flex; justify-content: space-between; align-items: flex-end; margin-bottom: 4rem; gap: 2rem; flex-wrap: wrap; }
.work-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 2px; background: var(--gray-200); border: 1.5px solid var(--gray-200); }
.work-card { background: var(--white); overflow: hidden; display: flex; flex-direction: column; }

.work-preview-link { display: block; text-decoration: none; cursor: pointer; border-bottom: 2px solid var(--gray-200); transition: border-color 0.2s; }
.work-preview-link:hover { border-color: var(--black); }

.preview-chrome { background: #1c1c1c; height: 28px; display: flex; align-items: center; padding: 0 10px; gap: 6px; flex-shrink: 0; }
.chrome-dots { display: flex; gap: 5px; flex-shrink: 0; }
.chrome-dots span { width: 8px; height: 8px; border-radius: 50%; background: #3a3a3a; display: block; }
.chrome-url { font-size: 9px; color: #666; margin-left: 6px; letter-spacing: 0.02em; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }

.work-screen { height: 240px; overflow: hidden; display: flex; flex-direction: column; width: 100%; }

.work-info { padding: 1.5rem 1.75rem; flex: 1; display: flex; flex-direction: column; }
.work-tags { display: flex; gap: 6px; margin-bottom: 0.75rem; flex-wrap: wrap; }
.work-tag { font-size: 10px; font-weight: 600; letter-spacing: 0.14em; text-transform: uppercase; color: var(--gray-400); border: 1px solid var(--gray-200); padding: 3px 8px; white-space: nowrap; }
.work-info h3 { font-size: 1.05rem; font-weight: 600; margin-bottom: 0.5rem; }
.work-info p { font-size: 13px; color: var(--gray-600); line-height: 1.65; flex: 1; }

.work-actions { display: flex; gap: 1.5rem; margin-top: 1.25rem; padding-top: 1.25rem; border-top: 1px solid var(--gray-200); }
.work-btn { font-size: 11px; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase; text-decoration: none; color: var(--black); transition: opacity 0.2s; display: inline-flex; align-items: center; }
.work-btn:hover { opacity: 0.5; }
.work-btn-dl { color: var(--gray-400); }
.work-btn-dl:hover { color: var(--black); opacity: 1; }

/* WORK SCREEN — REDWOOD */
.ws-rw { background: #0f0f0f; }
.ws-rw-nav { height: 30px; background: #090909; border-bottom: 1px solid #1e1e1e; display: flex; align-items: center; justify-content: space-between; padding: 0 12px; flex-shrink: 0; }
.ws-rw-logo { width: 42px; height: 5px; background: #c85a00; border-radius: 1px; }
.ws-rw-links { display: flex; align-items: center; gap: 8px; }
.ws-rw-lnk { width: 20px; height: 3px; background: #2a2a2a; border-radius: 1px; }
.ws-rw-cta { width: 36px; height: 15px; background: #c85a00; border-radius: 1px; }
.ws-rw-hero { flex: 1; padding: 16px 14px 10px; display: flex; flex-direction: column; }
.ws-rw-tag { width: 44px; height: 2px; background: #c85a00; margin-bottom: 12px; }
.ws-rw-h1a { width: 84%; height: 11px; background: #ffffff; border-radius: 1px; margin-bottom: 6px; }
.ws-rw-h1b { width: 58%; height: 11px; background: #ffffff; border-radius: 1px; margin-bottom: 12px; }
.ws-rw-sub { width: 72%; height: 3px; background: #2e2e2e; border-radius: 1px; margin-bottom: 5px; }
.ws-rw-sub2 { width: 52%; margin-bottom: 14px; }
.ws-rw-btns { display: flex; gap: 7px; }
.ws-rw-btn1 { width: 54px; height: 14px; background: #c85a00; border-radius: 1px; }
.ws-rw-btn2 { width: 46px; height: 14px; border: 1px solid #2e2e2e; border-radius: 1px; }
.ws-rw-cards { display: flex; gap: 4px; padding: 0 10px 10px; margin-top: auto; }
.ws-rw-card { flex: 1; background: #191919; border-top: 2px solid #c85a00; padding: 8px 7px; }
.ws-rw-card-img { height: 22px; background: #252525; border-radius: 1px; margin-bottom: 6px; }
.ws-rw-card-t { width: 70%; height: 4px; background: #ffffff; border-radius: 1px; margin-bottom: 4px; }
.ws-rw-card-l { width: 90%; height: 3px; background: #2e2e2e; border-radius: 1px; }

/* WORK SCREEN — BLOOM */
.ws-bs { background: #faf5ef; }
.ws-bs-nav { height: 30px; background: #faf5ef; border-bottom: 1px solid #e8e0d4; display: flex; align-items: center; justify-content: space-between; padding: 0 12px; flex-shrink: 0; }
.ws-bs-logo { width: 52px; height: 4px; background: #9e6c6c; border-radius: 2px; }
.ws-bs-links { display: flex; align-items: center; gap: 8px; }
.ws-bs-lnk { width: 20px; height: 3px; background: #d4c8be; border-radius: 1px; }
.ws-bs-cta { width: 38px; height: 16px; background: #9e6c6c; border-radius: 10px; }
.ws-bs-body { display: flex; flex: 1; overflow: hidden; min-height: 0; }
.ws-bs-img { width: 44%; background: linear-gradient(160deg, #d4a0a0 0%, #b07a7a 100%); flex-shrink: 0; }
.ws-bs-copy { flex: 1; padding: 16px 12px; display: flex; flex-direction: column; gap: 7px; }
.ws-bs-tag { width: 30px; height: 2px; background: #9e6c6c; }
.ws-bs-h1a { height: 9px; width: 88%; background: #2a1818; border-radius: 1px; }
.ws-bs-h1b { height: 9px; width: 64%; background: #2a1818; border-radius: 1px; }
.ws-bs-sub { height: 3px; width: 82%; background: #c8beb4; border-radius: 1px; }
.ws-bs-btn { width: 58px; height: 17px; background: #9e6c6c; border-radius: 10px; margin-top: 4px; }
.ws-bs-services { display: flex; gap: 4px; padding: 7px 12px; flex-shrink: 0; background: #faf5ef; }
.ws-bs-svc { flex: 1; height: 28px; background: #ede9e2; border-radius: 2px; }

/* WORK SCREEN — CEDAR */
.ws-cv { background: #f6f4f0; }
.ws-cv-nav { height: 30px; background: #1e3d2a; display: flex; align-items: center; justify-content: space-between; padding: 0 12px; flex-shrink: 0; }
.ws-cv-logo { width: 46px; height: 5px; background: rgba(255,255,255,0.9); border-radius: 1px; }
.ws-cv-links { display: flex; align-items: center; gap: 8px; }
.ws-cv-lnk { width: 18px; height: 3px; background: rgba(255,255,255,0.25); border-radius: 1px; }
.ws-cv-cta { width: 32px; height: 15px; background: #e8a020; border-radius: 1px; }
.ws-cv-body { flex: 1; display: flex; align-items: center; padding: 16px 14px; gap: 12px; background: #f6f4f0; min-height: 0; }
.ws-cv-copy { flex: 1; display: flex; flex-direction: column; gap: 7px; }
.ws-cv-h1a { height: 10px; width: 84%; background: #1e3d2a; border-radius: 1px; }
.ws-cv-h1b { height: 10px; width: 60%; background: #1e3d2a; border-radius: 1px; }
.ws-cv-sub { height: 3px; width: 76%; background: #bbb; border-radius: 1px; }
.ws-cv-btn { width: 50px; height: 14px; background: #1e3d2a; border-radius: 1px; margin-top: 3px; }
.ws-cv-img { width: 82px; height: 74px; background: linear-gradient(135deg, #b4d4b4 0%, #84b484 100%); border-radius: 3px; flex-shrink: 0; }
.ws-cv-cats { display: grid; grid-template-columns: repeat(4, 1fr); gap: 3px; padding: 6px 10px; flex-shrink: 0; background: #f6f4f0; }
.ws-cv-cat { height: 30px; background: #edecea; border-bottom: 2px solid #1e3d2a; }

/* ABOUT */
#about { background: var(--gray-100); }
.about-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 6rem; align-items: start; }
.about-content h2 { margin-bottom: 1.5rem; }
.about-body { font-size: 1rem; line-height: 1.85; color: var(--gray-600); font-weight: 300; }
.about-body p + p { margin-top: 1.25rem; }
.about-photo { margin-bottom: 2rem; }
.about-photo-frame { width: 120px; height: 120px; border-radius: 50%; border: 1.5px solid var(--gray-200); background: var(--white); display: flex; align-items: center; justify-content: center; margin-bottom: 0.75rem; }
.about-initials { font-family: 'Playfair Display', serif; font-size: 1.8rem; font-weight: 700; color: var(--gray-400); }
.about-photo-img { width: 120px; height: 120px; border-radius: 50%; object-fit: cover; filter: grayscale(100%); border: 1.5px solid var(--gray-200); display: block; }
.about-photo-caption { font-size: 11px; color: var(--gray-400); letter-spacing: 0.14em; text-transform: uppercase; }
.credential { padding: 1.75rem 0; border-bottom: 1px solid var(--gray-200); }
.credential:first-child { border-top: 1px solid var(--gray-200); }
.credential-label { font-size: 11px; letter-spacing: 0.16em; text-transform: uppercase; color: var(--gray-400); margin-bottom: 6px; }
.credential-value { font-size: 15px; font-weight: 500; line-height: 1.5; }
.credential-sub { font-size: 13px; color: var(--gray-600); margin-top: 2px; }

/* PROCESS */
#process { background: var(--black); color: var(--white); }
#process h2 { color: var(--white); }
#process .section-eyebrow { color: #555; }
#process .section-eyebrow::before { background: #555; }
#process .section-lead { color: #777; }
.process-steps { display: grid; grid-template-columns: repeat(4, 1fr); gap: 0; margin-top: 4rem; position: relative; }
.process-steps::before { content: ''; position: absolute; top: 23px; left: calc(12.5% + 22px); right: calc(12.5% + 22px); height: 1px; background: #222; z-index: 0; }
.process-step { padding: 0 2rem 2.5rem; position: relative; z-index: 1; }
.step-circle { width: 46px; height: 46px; border: 1px solid #2a2a2a; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-family: 'Playfair Display', serif; font-size: 0.9rem; font-weight: 700; color: var(--white); margin-bottom: 1.5rem; background: var(--black); position: relative; z-index: 1; }
.step-title { font-size: 15px; font-weight: 600; margin-bottom: 0.75rem; letter-spacing: 0.02em; }
.step-desc { font-size: 13px; line-height: 1.75; color: #555; }

/* PRICING */
#pricing { background: var(--white); }
.pricing-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.5px; background: var(--gray-200); border: 1.5px solid var(--gray-200); margin-top: 4rem; }
.pricing-card { background: var(--white); padding: 2.5rem; position: relative; }
.pricing-card.featured { background: var(--black); color: var(--white); }
.pricing-badge { font-size: 10px; font-weight: 600; letter-spacing: 0.16em; text-transform: uppercase; background: var(--white); color: var(--black); padding: 4px 10px; display: inline-block; margin-bottom: 1.5rem; }
.pricing-tier { font-size: 11px; font-weight: 600; letter-spacing: 0.18em; text-transform: uppercase; color: var(--gray-400); margin-bottom: 0.5rem; }
.pricing-card.featured .pricing-tier { color: #555; }
.pricing-price { font-family: 'Playfair Display', serif; font-size: 2.5rem; font-weight: 700; line-height: 1; margin-bottom: 0.25rem; }
.pricing-range { font-size: 13px; color: var(--gray-400); margin-bottom: 2rem; }
.pricing-card.featured .pricing-range { color: #555; }
.pricing-features { list-style: none; margin-bottom: 2rem; }
.pricing-features li { font-size: 13px; padding: 8px 0; border-bottom: 1px solid var(--gray-200); display: flex; align-items: flex-start; gap: 10px; line-height: 1.5; }
.pricing-card.featured .pricing-features li { border-bottom-color: #1e1e1e; }
.pricing-features li::before { content: '—'; color: var(--gray-400); flex-shrink: 0; font-size: 12px; }
.pricing-card.featured .pricing-features li::before { color: #444; }
.pricing-note { margin-top: 3rem; padding-top: 3rem; border-top: 1.5px solid var(--gray-200); text-align: center; font-size: 14px; color: var(--gray-600); }

/* CONTACT */
#contact { background: var(--gray-100); }
.contact-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 6rem; align-items: start; }
.contact-info h2 { margin-bottom: 1rem; }
.contact-details { margin-top: 3rem; display: flex; flex-direction: column; gap: 1.5rem; }
.contact-item { display: flex; flex-direction: column; gap: 2px; }
.contact-item-label { font-size: 11px; letter-spacing: 0.16em; text-transform: uppercase; color: var(--gray-400); }
.contact-item-value { font-size: 15px; font-weight: 500; color: var(--black); text-decoration: none; }
.contact-item-value:hover { text-decoration: underline; }
form { display: flex; flex-direction: column; gap: 1.25rem; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 1.25rem; }
.form-group { display: flex; flex-direction: column; gap: 6px; }
label { font-size: 11px; font-weight: 600; letter-spacing: 0.14em; text-transform: uppercase; color: var(--gray-600); }
input, textarea, select { padding: 12px 14px; border: 1.5px solid var(--gray-200); background: var(--white); font-family: 'Inter', sans-serif; font-size: 14px; color: var(--black); border-radius: 2px; outline: none; transition: border-color 0.2s; -webkit-appearance: none; min-height: 44px; }
input:focus, textarea:focus, select:focus { border-color: var(--black); }
textarea { resize: vertical; min-height: 120px; }
.form-submit { margin-top: 0.5rem; }
.form-success { display: none; padding: 2rem; border: 1.5px solid var(--gray-200); text-align: center; }
.form-success.show { display: block; }
.form-success h3 { margin-bottom: 0.5rem; }
.form-success p { color: var(--gray-600); font-size: 14px; }

/* FOOTER */
footer { background-color: var(--black); background-image: linear-gradient(rgba(255,255,255,0.025) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,0.025) 1px, transparent 1px); background-size: 40px 40px; color: var(--white); padding: 3rem 2rem; border-top: 1px solid #111; }
.footer-inner { max-width: var(--max-w); margin: 0 auto; display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 2rem; }
.footer-logo { display: flex; align-items: center; gap: 10px; color: var(--white); text-decoration: none; flex-shrink: 0; }
.footer-logo-text { display: flex; flex-direction: column; line-height: 1.1; }
.footer-logo-text span:first-child { font-size: 12px; font-weight: 700; letter-spacing: 0.12em; text-transform: uppercase; }
.footer-logo-text span:last-child { font-size: 10px; font-weight: 400; letter-spacing: 0.18em; text-transform: uppercase; color: #444; }
.footer-links { display: flex; gap: 2rem; list-style: none; justify-content: center; flex-wrap: wrap; }
.footer-links a { font-size: 12px; color: #444; text-decoration: none; letter-spacing: 0.1em; text-transform: uppercase; transition: color 0.2s; min-height: 44px; display: inline-flex; align-items: center; }
.footer-links a:hover { color: var(--white); }
.footer-right { display: flex; flex-direction: column; align-items: flex-end; gap: 4px; flex-shrink: 0; }
.footer-email { font-size: 12px; color: #666; text-decoration: none; letter-spacing: 0.02em; transition: color 0.2s; }
.footer-email:hover { color: var(--white); }
.footer-copy { font-size: 12px; color: #333; }

/* ANIMATIONS */
.fade-up { opacity: 0; transform: translateY(20px); transition: opacity 0.65s ease, transform 0.65s ease; }
.fade-up.visible { opacity: 1; transform: translateY(0); }

/* RESPONSIVE */
@media (max-width: 960px) {
  .nav-links { display: none; }
  .hamburger { display: flex; }
  .hero-inner { grid-template-columns: 1fr; gap: 3rem; }
  .hero-visual { order: -1; }
  .hero-mockup { max-width: 520px; transform: none; }
  .hero-mockup:hover { transform: none; }
  .hero-stats { grid-template-columns: 1fr 1fr; gap: 1.5rem 2.5rem; }
  .about-grid { grid-template-columns: 1fr; gap: 3rem; }
  .contact-grid { grid-template-columns: 1fr; gap: 3rem; }
  .process-steps { grid-template-columns: 1fr 1fr; }
  .process-steps::before { display: none; }
  .process-step { padding: 0 1.5rem 2rem; border-top: 1px solid #1e1e1e; }
  .process-step:nth-child(1), .process-step:nth-child(2) { border-top: none; }
  .pricing-grid { grid-template-columns: 1fr; }
  .work-grid { grid-template-columns: 1fr 1fr; }
  .services-header, .work-header { flex-direction: column; align-items: flex-start; }
  .footer-inner { grid-template-columns: 1fr; gap: 1.5rem; }
  .footer-right { align-items: flex-start; }
  .footer-links { justify-content: flex-start; }
}
@media (max-width: 600px) {
  section { padding: 72px 1.25rem; }
  nav { padding: 0 1.25rem; }
  footer { padding: 2.5rem 1.25rem; }
  .hero-stats { grid-template-columns: 1fr 1fr; gap: 1.25rem; }
  .hero-sub { font-size: 1rem; }
  .form-row { grid-template-columns: 1fr; }
  .process-steps { grid-template-columns: 1fr; }
  .process-step { border-top: 1px solid #1e1e1e !important; }
  .process-step:first-child { border-top: none !important; }
  .work-grid { grid-template-columns: 1fr; }
}
@media (max-width: 375px) {
  .hero-stats { grid-template-columns: 1fr; }
  h1 { font-size: 2.4rem; }
}
