:root {
  --ink: #11120f;
  --paper: #e9ece3;
  --paper-deep: #dfe4d8;
  --acid: #d8ff65;
  --acid-soft: #c4e970;
  --muted: #8d9288;
  --line: rgba(233, 236, 227, .14);
  --dark-line: rgba(17, 18, 15, .14);
  --serif: Georgia, 'Times New Roman', serif;
  --sans: 'DM Sans', Arial, sans-serif;
  --display: 'Space Grotesk', 'Arial Narrow', Arial, sans-serif;
  --mono: 'DM Mono', Consolas, monospace;
  --ease: cubic-bezier(.22, 1, .36, 1);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; background: var(--ink); }
body { margin: 0; background: var(--ink); color: var(--paper); font-family: var(--sans); line-height: 1.5; overflow-x: hidden; }
body.menu-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
button, a { -webkit-tap-highlight-color: transparent; }
button { font: inherit; }
.container { width: min(1180px, calc(100% - 80px)); margin: 0 auto; }
.site-shell { min-height: 100vh; }
.site-loader { position: fixed; z-index: 50; inset: 0; display: grid; place-items: center; align-content: center; gap: 16px; background: var(--ink); transition: opacity .7s var(--ease), visibility .7s; }
.site-loader.is-hidden { opacity: 0; visibility: hidden; pointer-events: none; }
.loader-mark { display: flex; gap: 5px; }
.loader-mark span { display: block; width: 6px; height: 6px; background: var(--acid); animation: loaderDot 1s infinite var(--ease); }
.loader-mark span:nth-child(2) { animation-delay: .12s; } .loader-mark span:nth-child(3) { animation-delay: .24s; }
.loader-label, .eyebrow, .floating-label, .chip-top, .chip-bottom, .project-tag, .preview-index, .footer-label { font-family: var(--mono); text-transform: uppercase; letter-spacing: .09em; font-size: 10px; }
.loader-label { color: var(--muted); }
.cursor-glow { position: fixed; z-index: 0; width: 220px; height: 220px; pointer-events: none; border-radius: 50%; opacity: .06; background: radial-gradient(circle, var(--acid) 0, transparent 68%); transform: translate(-50%, -50%); filter: blur(16px); }
#hero-particles { position: absolute; z-index: 0; inset: 0; width: 100%; height: 920px; pointer-events: none; opacity: .35; }
.site-header { position: sticky; top: 0; z-index: 20; transition: background .4s, border-color .4s, box-shadow .4s; border-bottom: 1px solid transparent; }
.site-header.is-scrolled { background: rgba(17, 18, 15, .78); border-color: var(--line); backdrop-filter: blur(18px); box-shadow: 0 10px 40px rgba(0,0,0,.12); }
.site-nav { min-height: 92px; display: flex; align-items: center; justify-content: space-between; gap: 30px; position: relative; z-index: 2; }
.brand { display: inline-flex; align-items: center; gap: 10px; font-family: var(--display); font-weight: 600; letter-spacing: -.05em; font-size: 19px; }
.brand-symbol { color: var(--acid); font-size: 18px; line-height: 1; }
.brand-slash { color: var(--acid); }
.nav-links { display: flex; align-items: center; gap: clamp(20px, 2.6vw, 38px); margin-left: auto; margin-right: 6px; }
.nav-links a { font-size: 12px; color: #b4b8af; position: relative; transition: color .25s; }
.nav-links a::after { content: ''; position: absolute; left: 0; bottom: -7px; width: 100%; height: 1px; background: var(--acid); transform: scaleX(0); transform-origin: right; transition: transform .35s var(--ease); }
.nav-links a:hover { color: var(--paper); }
.nav-links a:hover::after { transform: scaleX(1); transform-origin: left; }
.menu-toggle { display: none; background: none; border: 0; color: var(--paper); padding: 12px 0 12px 12px; }
.menu-toggle span { display: block; width: 22px; height: 1px; background: currentColor; transition: transform .3s; }
.menu-toggle span + span { margin-top: 6px; }
.menu-open .menu-toggle span:first-child { transform: translateY(3.5px) rotate(45deg); } .menu-open .menu-toggle span:last-child { transform: translateY(-3.5px) rotate(-45deg); }
.button { display: inline-flex; justify-content: center; align-items: center; gap: 26px; min-height: 54px; padding: 0 22px; border: 1px solid transparent; font-size: 12px; letter-spacing: .01em; transition: transform .35s var(--ease), background .3s, color .3s, border-color .3s; position: relative; overflow: hidden; }
.button span { font-size: 17px; line-height: 1; transition: transform .3s var(--ease); }
.button:hover span { transform: translate(3px, -3px); }
.button-accent { background: var(--acid); color: var(--ink); } .button-accent:hover { background: #efffb1; }
.button-light { background: var(--paper); color: var(--ink); } .button-light:hover { background: var(--acid); }
.button-outline { border-color: rgba(233,236,227,.25); color: var(--paper); } .button-outline:hover { border-color: var(--acid); color: var(--acid); }
.button-small { min-height: 42px; padding: 0 17px; gap: 18px; font-size: 11px; }
.hero { min-height: 800px; padding-top: 112px; padding-bottom: 96px; display: grid; grid-template-columns: minmax(0, .9fr) minmax(420px, 1.1fr); align-items: center; gap: 30px; position: relative; z-index: 1; }
.hero-copy { padding-bottom: 5px; }
.eyebrow { color: var(--muted); display: flex; align-items: center; gap: 10px; margin-bottom: 25px; }
.eyebrow-dot { width: 6px; height: 6px; border-radius: 50%; background: var(--acid); box-shadow: 0 0 0 5px rgba(216,255,101,.09); display: inline-block; }
.eyebrow-index { color: var(--acid); }
.eyebrow-year { color: #5e635b; }
h1, h2, h3, p { margin-top: 0; }
h1, h2 { font-family: var(--display); font-weight: 500; letter-spacing: -.075em; }
h1 { max-width: 680px; font-size: clamp(56px, 7.6vw, 112px); line-height: .88; margin-bottom: 36px; }
h1 em, h2 em { font-family: var(--serif); font-weight: 400; letter-spacing: -.09em; }
.headline-period { color: var(--acid); }
.hero-subtitle { max-width: 390px; font-size: 16px; line-height: 1.65; color: #b6bbb0; margin-bottom: 32px; }
.hero-actions { display: flex; align-items: center; gap: 28px; }
.text-link { font-size: 12px; border-bottom: 1px solid rgba(233,236,227,.3); padding-bottom: 8px; transition: color .3s, border-color .3s; }
.text-link span { color: var(--acid); margin-left: 8px; font-size: 16px; }
.text-link:hover { color: var(--acid); border-color: var(--acid); }
.hero-footnote { display: flex; align-items: center; gap: 10px; margin-top: 116px; color: #747a70; font: 10px var(--mono); text-transform: uppercase; letter-spacing: .06em; }
.scroll-line { display: inline-block; width: 44px; height: 1px; background: var(--acid); }
.footnote-right { margin-left: auto; }
.hero-art { height: 580px; position: relative; display: grid; place-items: center; }
.browser-window { width: min(520px, 90%); position: relative; z-index: 2; border: 1px solid rgba(233,236,227,.3); background: #22251f; box-shadow: 25px 30px 70px rgba(0,0,0,.32); transform: rotate(3.5deg); transition: transform .5s var(--ease), box-shadow .5s; }
.browser-window::before { content: ''; position: absolute; inset: 14px; border: 1px solid rgba(216,255,101,.1); pointer-events: none; }
.browser-window:hover { box-shadow: 25px 38px 90px rgba(0,0,0,.5), 0 0 0 1px rgba(216,255,101,.15); }
.browser-bar { height: 38px; background: #151713; border-bottom: 1px solid rgba(233,236,227,.14); display: flex; align-items: center; gap: 5px; padding: 0 14px; color: #70766d; }
.browser-bar > span { width: 6px; height: 6px; border-radius: 50%; background: #4a4e46; } .browser-bar > span:first-child { background: var(--acid); }
.browser-bar small { margin: 0 auto; font: 9px var(--mono); letter-spacing: .04em; opacity: .7; } .browser-bar b { font-size: 16px; font-weight: 400; }
.browser-content { min-height: 400px; padding: 28px 32px 24px; background: linear-gradient(145deg, #272c23, #161914 70%); position: relative; overflow: hidden; }
.browser-content::before { content: ''; position: absolute; width: 260px; height: 260px; right: -70px; top: 100px; background: radial-gradient(circle, rgba(216,255,101,.18), transparent 64%); }
.mock-nav { display: flex; gap: 18px; color: #899084; font: 9px var(--mono); align-items: center; text-transform: uppercase; letter-spacing: .08em; }
.mock-nav strong { color: var(--acid); font: 18px var(--display); letter-spacing: -.1em; margin-right: auto; } .mock-nav i { font-size: 17px; color: var(--acid); font-style: normal; }
.mock-hero { min-height: 330px; padding-top: 73px; position: relative; z-index: 1; }
.mock-kicker { color: var(--acid); font: 9px var(--mono); letter-spacing: .1em; text-transform: uppercase; margin-bottom: 22px; }
.mock-title { font: 500 clamp(46px, 5vw, 72px)/.79 var(--display); letter-spacing: -.09em; color: var(--paper); } .mock-title strong { color: transparent; -webkit-text-stroke: 1px var(--paper); font-weight: 500; } .mock-title span { color: var(--acid); }
.mock-stamp { position: absolute; top: 40px; right: 0; text-align: center; width: 64px; height: 64px; border: 1px solid rgba(216,255,101,.5); border-radius: 50%; display: grid; place-content: center; color: var(--acid); font: 7px/1.45 var(--mono); letter-spacing: .06em; transform: rotate(15deg); }
.mock-bottom { display: flex; align-items: center; gap: 12px; color: #646b5f; font: 8px var(--mono); position: relative; z-index: 1; } .mock-progress { width: 80px; height: 1px; background: #535950; } .mock-progress i { display: block; height: 1px; width: 33%; background: var(--acid); }
.art-orbit { position: absolute; border: 1px solid rgba(216,255,101,.2); border-radius: 50%; transform: rotate(-26deg); } .orbit-one { width: 580px; height: 220px; } .orbit-two { width: 430px; height: 160px; border-color: rgba(233,236,227,.12); transform: rotate(58deg); }
.art-spark { position: absolute; color: var(--acid); font-family: var(--serif); font-size: 30px; } .spark-one { top: 60px; left: 8%; } .spark-two { right: 5%; bottom: 82px; font: 30px var(--display); }
.floating-label { position: absolute; color: #72786e; z-index: 3; } .label-top { top: 98px; right: 6%; transform: rotate(90deg); transform-origin: right; } .label-bottom { bottom: 82px; left: 0; transform: rotate(-90deg); transform-origin: left; }
.floating-chip { position: absolute; z-index: 4; background: rgba(233,236,227,.09); border: 1px solid rgba(233,236,227,.22); color: var(--paper); backdrop-filter: blur(12px); box-shadow: 0 12px 30px rgba(0,0,0,.18); padding: 11px 14px; font: 10px var(--mono); text-transform: uppercase; letter-spacing: .04em; animation: chipFloat 6s ease-in-out infinite; }
.chip-top { top: 105px; left: 4%; } .chip-bottom { bottom: 91px; right: 3%; animation-delay: -2s; color: var(--acid); font-size: 18px; font-family: var(--display); letter-spacing: -.05em; } .chip-bottom small { display: block; color: #889080; font: 8px var(--mono); letter-spacing: .04em; margin-top: 2px; } .chip-pulse { display: inline-block; width: 5px; height: 5px; background: var(--acid); border-radius: 50%; margin-right: 6px; box-shadow: 0 0 0 4px rgba(216,255,101,.1); }
.ticker { border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); overflow: hidden; position: relative; z-index: 1; }
.ticker-track { width: max-content; display: flex; align-items: center; gap: 28px; padding: 16px 0; animation: ticker 30s linear infinite; color: #757b70; font: 10px var(--mono); text-transform: uppercase; letter-spacing: .13em; }
.ticker-track i { color: var(--acid); font-style: normal; font-size: 14px; }
.section { padding-top: 170px; padding-bottom: 170px; position: relative; z-index: 1; }
.section-intro { display: grid; grid-template-columns: 1fr 1.2fr .8fr; align-items: end; gap: 40px; margin-bottom: 74px; }
.section-intro .eyebrow { align-self: start; } h2 { font-size: clamp(52px, 6.6vw, 88px); line-height: .9; margin-bottom: 0; } .section-intro p { max-width: 260px; color: #969c91; line-height: 1.65; margin: 0 0 4px; font-size: 14px; }
.service-grid { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.service-card { min-height: 295px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); padding: 22px 22px 24px; position: relative; overflow: hidden; transition: background .45s var(--ease), color .45s, transform .45s var(--ease); }
.service-card::after { content: ''; position: absolute; width: 140px; height: 140px; right: -55px; bottom: -70px; border: 1px solid rgba(216,255,101,.18); border-radius: 50%; transition: transform .6s var(--ease); }
.service-card:hover { background: #e1e5da; color: var(--ink); z-index: 1; } .service-card:hover::after { transform: scale(2.1); } .service-card:hover .service-number, .service-card:hover p { color: #6f756a; } .service-card:hover .service-icon { color: var(--ink); border-color: var(--ink); }
.service-card-featured { background: var(--acid); color: var(--ink); } .service-card-featured .service-number, .service-card-featured p { color: rgba(17,18,15,.65); } .service-card-featured .service-icon { color: var(--ink); border-color: var(--ink); }
.service-card-dark { background: #1d211a; } .service-number { color: #676d63; font: 9px var(--mono); } .service-icon { position: absolute; top: 23px; right: 22px; width: 30px; height: 30px; color: var(--acid); display: grid; place-items: center; font: 22px var(--display); }
.icon-cross::before, .icon-cross::after { content: ''; position: absolute; background: currentColor; } .icon-cross::before { width: 23px; height: 1px; } .icon-cross::after { height: 23px; width: 1px; } .icon-cursor { font-size: 28px; } .icon-line::before { content: ''; width: 28px; height: 28px; border-top: 1px solid currentColor; border-right: 1px solid currentColor; transform: rotate(45deg); } .icon-bag { border: 1px solid currentColor; border-radius: 50%; } .icon-grid { border: 1px solid currentColor; background: linear-gradient(90deg, transparent 46%, currentColor 47%, transparent 50%, transparent 96%, currentColor 97%), linear-gradient(0deg, transparent 46%, currentColor 47%, transparent 50%, transparent 96%, currentColor 97%); } .icon-pixel { border: 1px solid currentColor; border-radius: 50%; font-size: 13px; } .icon-speed { font-size: 27px; } .icon-search { font-size: 30px; }
.service-card h3 { font: 500 23px/1.02 var(--display); letter-spacing: -.06em; margin: 106px 0 14px; } .service-card p { color: #858c81; font-size: 12px; max-width: 140px; line-height: 1.5; margin: 0; } .circle-arrow { position: absolute; bottom: 21px; right: 21px; width: 30px; height: 30px; border: 1px solid currentColor; border-radius: 50%; display: grid; place-items: center; font-size: 15px; transition: transform .35s, background .3s; } .circle-arrow:hover { transform: rotate(45deg); background: var(--acid); }
.about-section { background: var(--paper); color: var(--ink); } .about-layout { display: grid; grid-template-columns: 1fr 1fr; gap: 12%; } .about-copy .eyebrow, .about-copy .text-link { color: #71776d; } .about-copy .eyebrow-index { color: #70803f; } .about-copy h2 { color: var(--ink); } .about-copy p { max-width: 365px; color: #5f665b; font-size: 15px; line-height: 1.7; margin: 34px 0; } .about-copy .text-link { border-color: rgba(17,18,15,.28); } .about-copy .text-link span { color: #5d7622; }
.about-proof { padding-top: 66px; } .stat-row { display: grid; grid-template-columns: 1fr 1fr; border-bottom: 1px solid var(--dark-line); } .stat { min-height: 150px; display: flex; align-items: center; gap: 17px; } .stat + .stat { border-left: 1px solid var(--dark-line); padding-left: 28px; } .stat strong { font: 500 clamp(42px, 5vw, 70px)/1 var(--display); letter-spacing: -.09em; } .stat-small { font-size: .5em; letter-spacing: -.04em; } .stat span { color: #747b70; font: 10px/1.4 var(--mono); text-transform: uppercase; } .proof-note { margin-top: 26px; display: flex; align-items: center; gap: 10px; color: #747b70; font: 10px var(--mono); text-transform: uppercase; } .proof-line { width: 32px; height: 1px; background: #9baf55; } .proof-symbol { margin-left: auto; color: #78922c; font-size: 17px; }
.section-heading { display: flex; align-items: end; justify-content: space-between; margin-bottom: 72px; } .section-heading .eyebrow { margin-bottom: 23px; } .heading-note { color: #7d8479; font-size: 13px; line-height: 1.6; margin: 0 0 3px; }
.work-grid { display: grid; grid-template-columns: 1.15fr .85fr; gap: 18px; align-items: start; } .project-card { min-width: 0; } .project-card:nth-child(3) { grid-column: 2; } .project-visual { min-height: 430px; position: relative; overflow: hidden; transition: transform .5s var(--ease); } .project-large .project-visual { min-height: 570px; } .project-card:hover .project-visual { transform: scale(.985); } .visual-arc { background: #a7ab83; color: #25271e; } .visual-arc::before { content: ''; position: absolute; inset: 28px; border: 1px solid rgba(37,39,30,.28); border-radius: 50% 50% 0 0; } .arc-sun { position: absolute; width: 220px; height: 220px; right: 16%; top: 14%; border-radius: 50%; background: #e9e8d5; box-shadow: 0 0 0 28px rgba(233,232,213,.15), 0 0 0 58px rgba(233,232,213,.08); } .arc-copy { position: absolute; left: 11%; top: 26%; font: 14px/1 var(--serif); letter-spacing: .04em; } .arc-copy strong { font: 500 59px/.88 var(--display); letter-spacing: -.1em; } .arc-detail { position: absolute; left: 11%; bottom: 15%; font: 11px/1.5 var(--mono); text-transform: uppercase; } .arc-detail span { font-size: 20px; } .project-tag { position: absolute; top: 21px; left: 24px; color: rgba(37,39,30,.7); } .visual-pulse { background: #131718; color: #dce9eb; } .pulse-grid { position: absolute; inset: 0; background: linear-gradient(rgba(148,207,214,.08) 1px, transparent 1px), linear-gradient(90deg, rgba(148,207,214,.08) 1px, transparent 1px); background-size: 50px 50px; transform: perspective(450px) rotateX(56deg) scale(1.8) translateY(30%); transform-origin: center bottom; opacity: .55; } .pulse-word { position: absolute; top: 34%; left: 12%; font: 500 57px var(--display); letter-spacing: -.11em; } .pulse-word span { color: #a6d5da; } .pulse-metric { position: absolute; bottom: 16%; right: 11%; border-left: 1px solid #a6d5da; padding-left: 13px; display: grid; gap: 5px; } .pulse-metric small, .pulse-metric i { color: #7f999c; font: 9px var(--mono); text-transform: uppercase; font-style: normal; } .pulse-metric strong { font: 500 25px var(--display); } .visual-pulse .project-tag { color: #819496; } .visual-muse { background: #df5b41; color: #1e1f1b; } .muse-shape { position: absolute; width: 270px; height: 360px; right: 10%; top: 18%; border-radius: 48% 48% 0 0; background: #182124; transform: rotate(12deg); } .muse-shape::after { content: ''; position: absolute; width: 100px; height: 100px; border-radius: 50%; background: #f0a45c; left: 34%; top: 16%; } .muse-copy { position: absolute; left: 11%; bottom: 17%; font: 500 54px/.85 var(--display); letter-spacing: -.1em; } .muse-copy span { font: 9px var(--mono); letter-spacing: .1em; } .muse-note { position: absolute; top: 27%; left: 11%; font: 12px/1.5 var(--serif); } .visual-muse .project-tag { color: rgba(30,31,27,.7); }
.project-meta { display: flex; justify-content: space-between; gap: 15px; border-bottom: 1px solid var(--line); padding: 19px 3px 23px; } .project-meta h3 { font: 500 21px var(--display); letter-spacing: -.06em; margin-bottom: 4px; } .project-meta p { color: #7c8378; font-size: 12px; margin: 0; } .project-arrow { width: 34px; height: 34px; display: grid; place-items: center; border: 1px solid #52594e; border-radius: 50%; align-self: center; transition: color .3s, background .3s, transform .35s; } .project-card:hover .project-arrow { color: var(--ink); background: var(--acid); transform: rotate(45deg); }
.templates-section { background: #171a15; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); } .template-grid { display: grid; grid-template-columns: repeat(6, 1fr); gap: 18px; } .template-card { grid-column: span 2; min-width: 0; } .template-card-wide { grid-column: span 3; } .template-preview { height: 390px; position: relative; overflow: hidden; transition: transform .5s var(--ease); } .template-card:hover .template-preview { transform: translateY(-7px); } .template-meta { display: flex; justify-content: space-between; padding: 16px 1px 3px; color: #d2d6ca; font-size: 13px; } .template-meta b { color: var(--acid); font: 10px var(--mono); margin-right: 8px; } .template-arrow { color: #858d80; font-size: 20px; transition: color .3s, transform .3s; } .template-card:hover .template-arrow { color: var(--acid); transform: translate(3px,-3px); } .preview-index { position: absolute; bottom: 17px; left: 18px; opacity: .72; }
.preview-luxury { background: #ece9dd; color: #20221e; padding: 22px; } .preview-nav { display: flex; justify-content: space-between; font: 9px var(--mono); letter-spacing: .08em; } .preview-editorial { position: absolute; left: 20px; top: 31%; font: 500 49px/.8 var(--display); letter-spacing: -.1em; z-index: 1; } .preview-editorial em { font: 400 47px/.9 var(--serif); letter-spacing: -.11em; } .preview-arch { position: absolute; width: 270px; height: 340px; right: -24px; bottom: -26px; border-radius: 160px 160px 0 0; border: 1px solid #aa9c76; background: linear-gradient(135deg, rgba(180,168,129,.23), rgba(95,92,64,.42)), repeating-linear-gradient(90deg, transparent 0 15px, rgba(32,34,30,.13) 16px 17px); } .preview-luxury .preview-index { color: #7e765e; }
.preview-tech { background: #121a1f; color: #b8e9e0; padding: 24px; } .preview-grid-lines { position: absolute; inset: 0; background: linear-gradient(rgba(125,229,214,.11) 1px, transparent 1px), linear-gradient(90deg, rgba(125,229,214,.11) 1px, transparent 1px); background-size: 30px 30px; } .preview-tech-logo { position: relative; font: 11px var(--mono); color: #78e1d1; } .preview-tech-title { position: absolute; top: 32%; left: 22px; font: 500 52px/.8 var(--display); letter-spacing: -.11em; } .preview-tech-title span { color: #d5fa55; } .preview-code { position: absolute; top: 21%; right: 22px; color: #5ca59e; font: 9px/1.8 var(--mono); } .preview-tech::after { content: '◒'; position: absolute; right: 17%; bottom: 19%; color: #d5fa55; font-size: 70px; opacity: .7; }
.preview-creative { background: #f1eddf; color: #ec5a3e; padding: 19px; } .preview-creative-word { position: relative; z-index: 2; font: 500 52px/.78 var(--display); letter-spacing: -.12em; } .preview-creative-word i { color: #2b56bb; font: 400 44px/.95 var(--serif); } .preview-sun { width: 190px; height: 190px; background: #f6b734; border-radius: 50%; position: absolute; bottom: 5%; right: 7%; } .preview-sun::after { content: ''; position: absolute; width: 140px; height: 140px; border-radius: 50%; border: 1px solid #f1eddf; inset: 25px; } .preview-sticker { position: absolute; z-index: 2; right: 12px; top: 23%; width: 58px; height: 58px; display: grid; place-content: center; transform: rotate(10deg); text-align: center; background: #2b56bb; color: #f1eddf; border-radius: 50%; font: 8px/1.1 var(--mono); }
.preview-business { background: #dbe6f2; color: #1a344d; padding: 22px; } .preview-business-logo { font: 500 12px var(--display); letter-spacing: -.02em; } .preview-business-logo span { color: #66819b; font: 8px var(--mono); } .preview-business-title { position: absolute; left: 22px; top: 32%; font: 500 47px/.82 var(--display); letter-spacing: -.1em; } .preview-business-title em { font: 400 39px var(--serif); letter-spacing: -.1em; } .preview-chart { position: absolute; right: 16%; bottom: 19%; height: 120px; display: flex; align-items: end; gap: 5px; } .preview-chart i { display: block; width: 15px; background: #2d6d9f; } .preview-chart i:nth-child(1) { height: 23%; } .preview-chart i:nth-child(2) { height: 51%; } .preview-chart i:nth-child(3) { height: 38%; } .preview-chart i:nth-child(4) { height: 75%; } .preview-chart i:nth-child(5) { height: 61%; } .preview-chart i:nth-child(6) { height: 100%; background: #8abddd; }
.preview-shop { background: #d5dfb7; color: #273529; padding: 22px; } .preview-shop-logo { font: 500 12px var(--display); letter-spacing: -.04em; } .preview-shop-logo span { display: block; color: #67806b; font: 8px var(--mono); letter-spacing: .08em; } .preview-shop-title { position: absolute; top: 26%; left: 22px; font: 500 51px/.8 var(--display); letter-spacing: -.12em; } .preview-shop-title em { font: 400 45px/.9 var(--serif); } .preview-product-shape { position: absolute; width: 210px; height: 270px; right: 8%; bottom: -15px; border-radius: 104px 104px 20px 20px; background: #e85e3e; transform: rotate(-12deg); box-shadow: inset 18px 0 rgba(124,64,48,.18); } .preview-product-shape::before { content: ''; position: absolute; width: 115px; height: 150px; border: 1px solid #273529; border-bottom: 0; border-radius: 60px 60px 0 0; left: 47px; top: -75px; } .preview-shop-price { position: absolute; left: 22px; bottom: 18px; font: 9px var(--mono); line-height: 1.4; } .preview-shop-price b { font: 21px var(--display); }
.templates-cta { display: flex; align-items: center; justify-content: center; gap: 22px; margin-top: 65px; } .templates-cta > span { color: #778073; font: 10px var(--mono); text-transform: uppercase; } .templates-cta i { color: var(--acid); font-style: normal; margin-left: 6px; }
.process-section { display: grid; grid-template-columns: .8fr 1.4fr; gap: 10%; } .process-intro p { max-width: 245px; color: #888f84; font-size: 14px; line-height: 1.6; margin-top: 33px; } .process-steps { border-top: 1px solid var(--line); } .process-step { min-height: 150px; display: grid; grid-template-columns: 55px 13px 1fr auto; align-items: center; gap: 13px; border-bottom: 1px solid var(--line); transition: padding .4s var(--ease), background .4s; } .process-step:hover { padding-left: 16px; background: rgba(216,255,101,.035); } .step-number { color: var(--acid); font: 10px var(--mono); align-self: start; padding-top: 27px; } .step-dot { width: 7px; height: 7px; border: 1px solid var(--acid); border-radius: 50%; } .process-step h3 { font: 500 25px var(--display); letter-spacing: -.06em; margin: 0; } .process-step p { color: #858c81; font-size: 12px; max-width: 220px; line-height: 1.5; margin: 0; } .step-arrow { align-self: start; padding-top: 26px; color: #687066; font-size: 17px; }
.testimonial-section { padding-bottom: 160px; } .testimonial-heading { display: flex; justify-content: space-between; align-items: start; margin-bottom: 55px; } .quote-mark { color: var(--acid); font: 140px/.5 var(--serif); letter-spacing: -.2em; transform: translateY(24px); } .testimonial-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; align-items: start; } .testimonial-card { background: #191c17; border: 1px solid var(--line); padding: 29px 28px 22px; min-height: 286px; margin: 0; transition: transform .4s var(--ease), border-color .3s; } .testimonial-card:hover { transform: translateY(-6px); border-color: rgba(216,255,101,.36); } .testimonial-card-offset { margin-top: 42px; } .testimonial-card p { font: 20px/1.24 var(--serif); letter-spacing: -.035em; color: #dfe4d8; } .testimonial-card footer { display: flex; align-items: center; gap: 10px; border-top: 1px solid var(--line); margin-top: 54px; padding-top: 15px; } .avatar { width: 27px; height: 27px; border-radius: 50%; display: grid; place-items: center; color: var(--ink); font: 8px var(--mono); } .avatar-olive { background: #b2c37e; } .avatar-orange { background: #ea845d; } .avatar-blue { background: #8daecb; } .testimonial-card footer span:nth-child(2) { display: grid; gap: 1px; } .testimonial-card footer strong { font-size: 10px; font-weight: 500; } .testimonial-card footer small, .testimonial-card footer b { color: #737a70; font: 8px var(--mono); text-transform: uppercase; } .testimonial-card footer b { margin-left: auto; font-weight: 400; }
.cta-section { min-height: 680px; background: var(--acid); color: var(--ink); position: relative; overflow: hidden; display: flex; flex-direction: column; justify-content: space-between; } .cta-grid-lines { position: absolute; inset: 0; opacity: .16; background: linear-gradient(rgba(17,18,15,.22) 1px, transparent 1px), linear-gradient(90deg, rgba(17,18,15,.22) 1px, transparent 1px); background-size: 85px 85px; transform: perspective(650px) rotateX(56deg) scale(1.5) translateY(16%); transform-origin: center bottom; } .cta-orb { position: absolute; width: 400px; height: 400px; border-radius: 50%; right: 11%; top: 11%; border: 1px solid rgba(17,18,15,.28); box-shadow: 0 0 0 35px rgba(17,18,15,.045), 0 0 0 70px rgba(17,18,15,.04), 0 0 0 105px rgba(17,18,15,.035); animation: orbitPulse 6s ease-in-out infinite; } .cta-inner { width: min(1180px, calc(100% - 80px)); padding-top: 130px; position: relative; z-index: 1; } .cta-inner .eyebrow { color: #5f6b35; } .cta-inner .eyebrow-dot { background: var(--ink); box-shadow: none; } .cta-inner h2 { font-size: clamp(62px, 8.5vw, 118px); max-width: 850px; } .cta-inner p { font: 22px var(--serif); margin: 33px 0 30px; } .cta-inner .button-accent { background: var(--ink); color: var(--acid); } .cta-inner .button-accent:hover { background: #293020; } .cta-footerline { display: flex; justify-content: space-between; border-top: 1px solid rgba(17,18,15,.2); padding-top: 17px; padding-bottom: 20px; font: 9px var(--mono); text-transform: uppercase; letter-spacing: .06em; position: relative; z-index: 1; }
.site-footer { background: var(--ink); padding: 57px 0 42px; } .footer-top { display: grid; grid-template-columns: 1fr 1fr 1fr; align-items: start; padding-bottom: 63px; border-bottom: 1px solid var(--line); } .footer-top p { color: #858c81; font: 15px/1.45 var(--serif); margin: 0; } .footer-socials { display: flex; justify-content: end; gap: 8px; } .footer-socials a { width: 31px; height: 31px; display: grid; place-items: center; border: 1px solid var(--line); border-radius: 50%; color: #91988c; font: 9px var(--mono); transition: color .3s, border-color .3s; } .footer-socials a:hover { color: var(--acid); border-color: var(--acid); } .footer-links { display: grid; grid-template-columns: 1fr 1fr 1fr; padding-top: 32px; } .footer-links > div:not(.footer-note) { display: grid; align-content: start; gap: 9px; } .footer-links a { color: #8e9589; font-size: 12px; width: fit-content; transition: color .3s; } .footer-links a:hover { color: var(--acid); } .footer-label { color: #5f665c; margin-bottom: 6px; } .footer-note { color: #5f665c; font: 9px var(--mono); text-transform: uppercase; letter-spacing: .06em; display: flex; flex-direction: column; justify-content: space-between; align-items: end; gap: 22px; } .footer-note i { color: var(--acid); font-style: normal; }
.reveal { opacity: 0; transform: translateY(28px); transition: opacity .8s var(--ease), transform .8s var(--ease); } .reveal.is-visible { opacity: 1; transform: translateY(0); } .reveal-delay-1 { transition-delay: .09s; } .reveal-delay-2 { transition-delay: .18s; } .reveal-delay-3 { transition-delay: .27s; }
@keyframes loaderDot { 0%, 100% { transform: translateY(0); opacity: .35; } 50% { transform: translateY(-5px); opacity: 1; } } @keyframes ticker { to { transform: translateX(-50%); } } @keyframes chipFloat { 0%, 100% { transform: translateY(0); } 50% { transform: translateY(-9px); } } @keyframes orbitPulse { 0%, 100% { transform: scale(1) rotate(-10deg); } 50% { transform: scale(1.04) rotate(4deg); } }
@media (max-width: 1000px) { .container { width: min(100% - 48px, 760px); } .site-nav { min-height: 76px; } .nav-links { gap: 17px; } .nav-links a { font-size: 11px; } .hero { grid-template-columns: 1fr; padding-top: 100px; min-height: 0; } .hero-copy { max-width: 650px; } .hero-art { max-width: 670px; width: 100%; margin: 40px auto 0; height: 510px; } .hero-footnote { margin-top: 62px; } .section { padding-top: 120px; padding-bottom: 120px; } .section-intro { grid-template-columns: .8fr 1.2fr; } .section-intro p { grid-column: 2; } .service-grid { grid-template-columns: repeat(2, 1fr); } .service-card { min-height: 270px; } .about-layout { gap: 6%; } .template-preview { height: 280px; } .preview-editorial, .preview-shop-title { font-size: 37px; } .preview-editorial em, .preview-shop-title em { font-size: 34px; } .preview-tech-title { font-size: 37px; } .preview-business-title { font-size: 35px; } .preview-business-title em { font-size: 30px; } .preview-product-shape { width: 150px; height: 190px; } .preview-product-shape::before { width: 80px; height: 100px; left: 35px; top: -52px; } }
@media (max-width: 700px) { .container, .cta-inner { width: calc(100% - 36px); } .cursor-glow { display: none; } #hero-particles { height: 850px; } .site-nav { min-height: 72px; } .menu-toggle { display: block; order: 3; } .nav-cta { margin-left: auto; margin-right: 4px; min-height: 38px; padding: 0 12px; font-size: 10px; } .nav-cta span { display: none; } .nav-links { position: fixed; inset: 72px 0 auto; display: grid; gap: 0; background: rgba(17,18,15,.97); padding: 18px; transform: translateY(-160%); transition: transform .5s var(--ease); border-bottom: 1px solid var(--line); } .nav-links a { padding: 16px 3px; border-bottom: 1px solid var(--line); font-size: 14px; } .menu-open .nav-links { transform: translateY(0); } .brand { font-size: 17px; } .hero { padding-top: 80px; padding-bottom: 75px; } h1 { font-size: clamp(58px, 16vw, 95px); margin-bottom: 28px; } .hero-subtitle { font-size: 14px; } .hero-actions { gap: 20px; flex-wrap: wrap; } .button { min-height: 50px; } .hero-footnote { margin-top: 62px; display: grid; grid-template-columns: auto 1fr; gap: 8px; line-height: 1.4; } .footnote-right { grid-column: 2; margin: 0; } .hero-art { height: 375px; margin-top: 36px; } .browser-window { width: 96%; transform: rotate(2deg); } .browser-content { min-height: 275px; padding: 20px; } .mock-hero { min-height: 217px; padding-top: 44px; } .mock-title { font-size: 40px; } .mock-stamp { top: 19px; width: 50px; height: 50px; font-size: 6px; } .mock-nav { gap: 9px; } .mock-nav span { display: none; } .chip-top { top: 35px; left: -5px; } .chip-bottom { bottom: 30px; right: -3px; } .label-top, .label-bottom, .art-spark { display: none; } .art-orbit { transform: rotate(-20deg) scale(.75); } .ticker-track { gap: 20px; } .section { padding-top: 92px; padding-bottom: 92px; } .section-intro, .section-heading { display: block; } .section-intro p { margin-top: 28px; } h2 { font-size: clamp(52px, 15vw, 78px); } .section-heading .text-link { display: inline-block; margin-top: 28px; } .service-grid { grid-template-columns: 1fr; } .service-card { min-height: 230px; } .service-card h3 { margin-top: 85px; } .about-layout { grid-template-columns: 1fr; gap: 42px; } .about-proof { padding-top: 0; } .stat { min-height: 120px; gap: 11px; } .stat + .stat { padding-left: 15px; } .stat strong { font-size: 46px; } .stat span { font-size: 8px; } .work-grid { display: block; } .project-card + .project-card { margin-top: 42px; } .project-visual, .project-large .project-visual { min-height: 350px; } .pulse-word { font-size: 48px; } .muse-copy { font-size: 45px; } .template-grid { display: block; } .template-card { display: block; margin-bottom: 37px; } .template-preview { height: 360px; } .template-card-wide .template-preview { height: 360px; } .templates-cta { display: grid; justify-content: start; gap: 16px; } .process-section { display: block; } .process-intro { margin-bottom: 55px; } .process-step { grid-template-columns: 43px 10px 1fr auto; min-height: 142px; gap: 9px; } .process-step h3 { font-size: 21px; } .process-step p { font-size: 11px; } .testimonial-grid { display: block; } .testimonial-card, .testimonial-card-offset { margin: 0 0 15px; min-height: 260px; } .testimonial-card p { font-size: 18px; } .testimonial-card footer { margin-top: 45px; } .quote-mark { font-size: 100px; } .cta-section { min-height: 590px; } .cta-inner { padding-top: 90px; } .cta-inner h2 { font-size: clamp(57px, 16vw, 88px); } .cta-inner p { font-size: 18px; } .cta-orb { width: 250px; height: 250px; right: -40px; top: 30%; } .cta-footerline { width: calc(100% - 36px); font-size: 8px; } .footer-top, .footer-links { grid-template-columns: 1fr 1fr; gap: 38px; } .footer-top p { grid-column: 2; } .footer-socials { justify-content: start; grid-column: 1 / -1; } .footer-links { grid-template-columns: 1fr 1fr; } .footer-note { grid-column: 1 / -1; align-items: start; margin-top: 18px; } }
@media (prefers-reduced-motion: reduce) { *, *::before, *::after { animation-duration: .001ms !important; animation-iteration-count: 1 !important; scroll-behavior: auto !important; transition-duration: .001ms !important; } .reveal { opacity: 1; transform: none; } }

/* Contact form */
.cta-section { min-height: 760px; }
.cta-inner { display: grid; grid-template-columns: minmax(0, .86fr) minmax(420px, 1.14fr); gap: 76px; align-items: start; padding-top: 118px; }
.cta-copy { position: relative; z-index: 1; }
.cta-inner p { max-width: 360px; font: 22px/1.35 var(--serif); margin: 33px 0 30px; }
.contact-form { position: relative; z-index: 2; display: grid; gap: 15px; padding: 23px; border: 1px solid rgba(17,18,15,.28); background: rgba(233,236,227,.18); }
.contact-form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 14px 12px; }
.contact-field { display: grid; gap: 7px; min-width: 0; }
.contact-field span { color: #5f6b35; font: 9px var(--mono); letter-spacing: .08em; text-transform: uppercase; }
.contact-field input, .contact-field select, .contact-field textarea { width: 100%; border: 1px solid rgba(17,18,15,.3); border-radius: 0; background: rgba(233,236,227,.38); color: var(--ink); padding: 12px 13px; font: 13px/1.4 var(--sans); outline: 0; transition: background .25s, border-color .25s, box-shadow .25s; }
.contact-field input::placeholder, .contact-field textarea::placeholder { color: rgba(17,18,15,.55); }
.contact-field select { appearance: none; background-image: linear-gradient(45deg, transparent 50%, var(--ink) 50%), linear-gradient(135deg, var(--ink) 50%, transparent 50%); background-position: calc(100% - 16px) 50%, calc(100% - 12px) 50%; background-size: 4px 4px, 4px 4px; background-repeat: no-repeat; padding-right: 32px; }
.contact-field textarea { min-height: 112px; resize: vertical; }
.contact-field input:focus-visible, .contact-field select:focus-visible, .contact-field textarea:focus-visible { border-color: var(--ink); background: rgba(233,236,227,.72); box-shadow: 0 0 0 3px rgba(17,18,15,.13); }
.contact-field-full { grid-column: 1 / -1; }
.contact-form-actions { display: flex; align-items: center; justify-content: space-between; gap: 20px; margin-top: 2px; }
.contact-submit { cursor: pointer; border: 0; }
.contact-submit:disabled { cursor: wait; opacity: .58; }
.contact-form-note { color: #5f6b35; font: 9px/1.45 var(--mono); text-align: right; text-transform: uppercase; }
.form-honeypot { position: absolute; width: 1px; height: 1px; margin: -1px; padding: 0; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; border: 0; }
.form-honeypot input { position: absolute; left: -9999px; }
.form-success { display: none; min-height: 300px; align-content: center; justify-items: start; gap: 9px; color: var(--ink); }
.form-success-mark { width: 42px; height: 42px; display: grid; place-items: center; margin-bottom: 8px; border: 1px solid var(--ink); border-radius: 50%; font-size: 20px; }
.form-success strong { font: 500 30px var(--display); letter-spacing: -.06em; }
.form-success span:last-child { color: #5f6b35; font: 11px var(--mono); text-transform: uppercase; }
.contact-form.is-sent .contact-form-grid, .contact-form.is-sent .contact-form-actions { display: none; }
.contact-form.is-sent .form-success { display: grid; }

@media (max-width: 1000px) {
  .cta-inner { grid-template-columns: 1fr; gap: 42px; }
  .contact-form { max-width: 720px; }
}

@media (max-width: 700px) {
  .cta-section { min-height: 0; }
  .cta-inner { padding-top: 90px; }
  .cta-inner p { font-size: 18px; }
  .contact-form { padding: 17px; }
  .contact-form-grid { grid-template-columns: 1fr; }
  .contact-field-full { grid-column: auto; }
  .contact-form-actions { align-items: flex-start; flex-direction: column; }
  .contact-form-note { text-align: left; }
}
