/* ==========================================================
   BOLDKRAFT — MAIN STYLESHEET
   boldkraft.com
   ========================================================== */

:root {
  --bg:        #D6D3CC;
  --bg2:       #CCCAC2;
  --bg3:       #C2BFB8;
  --bg-dark:   #1A1A1A;
  --red:       #E8322A;
  --red-dim:   rgba(232,50,42,0.10);
  --black:     #111111;
  --white:     #F4F2EE;
  --muted:     #7A7870;
  --border:    rgba(0,0,0,0.10);
  --border-lt: rgba(0,0,0,0.06);
  --fs-xl:     clamp(3.2rem, 8vw, 7rem);
  --fs-lg:     clamp(2rem, 4vw, 3.6rem);
}
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
img { max-width: 100%; height: auto; display: block; }
a { text-decoration: none; }
html { scroll-behavior: smooth; }
body { font-family: 'Epilogue', sans-serif; background: var(--bg); color: var(--black); overflow-x: hidden; cursor: none; line-height: 1.6; }
body::before { content: ''; position: fixed; inset: 0; z-index: 0; pointer-events: none; background-image: linear-gradient(rgba(0,0,0,0.045) 1px, transparent 1px), linear-gradient(90deg, rgba(0,0,0,0.045) 1px, transparent 1px); background-size: 60px 60px; }
::-webkit-scrollbar { width: 3px; }
::-webkit-scrollbar-track { background: var(--bg); }
::-webkit-scrollbar-thumb { background: var(--red); }
.cursor { position: fixed; width: 12px; height: 12px; background: var(--red); border-radius: 50%; pointer-events: none; z-index: 9999; transform: translate(-50%, -50%); transition: width .3s, height .3s; mix-blend-mode: multiply; }
.cursor-ring { position: fixed; width: 40px; height: 40px; border: 1.5px solid rgba(232,50,42,0.5); border-radius: 50%; pointer-events: none; z-index: 9998; transform: translate(-50%, -50%); transition: transform .15s ease-out, width .3s, height .3s; }
nav { position: fixed; top: 0; left: 0; right: 0; z-index: 100; display: flex; align-items: center; justify-content: space-between; padding: 22px 48px; }
.nav-bg { position: absolute; inset: 0; background: rgba(214,211,204,0.88); backdrop-filter: blur(20px); border-bottom: 1px solid var(--border); z-index: -1; transition: box-shadow .3s; }
nav.scrolled .nav-bg { box-shadow: 0 4px 30px rgba(0,0,0,0.08); }
.logo { font-family: 'Fraunces', serif; font-size: 1.45rem; font-weight: 900; letter-spacing: -0.03em; color: var(--black); }
.logo-dot { color: var(--red); }
.nav-center { display: flex; gap: 40px; list-style: none; }
.nav-center a { color: var(--muted); font-size: 0.82rem; font-weight: 500; letter-spacing: .06em; text-transform: uppercase; transition: color .2s; }
.nav-center a:hover { color: var(--black); }
.nav-pill { background: var(--red); color: #fff; padding: 10px 24px; border-radius: 4px; font-size: .82rem; font-weight: 700; letter-spacing: .04em; text-transform: uppercase; transition: transform .2s, box-shadow .2s; display: flex; align-items: center; gap: 8px; }
.nav-pill:hover { transform: scale(1.03); box-shadow: 0 8px 28px rgba(232,50,42,.3); }
.nav-mobile-toggle { display: none; background: none; border: none; cursor: pointer; flex-direction: column; gap: 5px; padding: 4px; }
.nav-mobile-toggle span { display: block; width: 24px; height: 2px; background: var(--black); transition: all .3s; }
.btn-red { background: var(--red); color: #fff; padding: 16px 32px; border-radius: 4px; font-size: .88rem; font-weight: 700; letter-spacing: .04em; text-transform: uppercase; transition: all .25s; display: inline-flex; align-items: center; gap: 10px; }
.btn-red .arrow-box { background: rgba(255,255,255,.2); width: 28px; height: 28px; border-radius: 2px; display: flex; align-items: center; justify-content: center; }
.btn-red:hover { transform: translateY(-3px); box-shadow: 0 16px 40px rgba(232,50,42,.35); }
.btn-border { border: 1.5px solid var(--black); color: var(--black); padding: 16px 32px; border-radius: 4px; font-size: .88rem; font-weight: 600; letter-spacing: .04em; text-transform: uppercase; transition: background .2s, color .2s; display: inline-block; }
.btn-border:hover { background: var(--black); color: var(--white); }
.btn-white { background: #fff; color: var(--red); padding: 18px 36px; border-radius: 4px; font-size: .88rem; font-weight: 700; text-transform: uppercase; letter-spacing: .06em; transition: transform .2s, box-shadow .2s; display: inline-block; text-align: center; }
.btn-white:hover { transform: translateY(-3px); box-shadow: 0 16px 40px rgba(0,0,0,.2); }
.sec-label { display: inline-flex; align-items: center; gap: 10px; font-size: .72rem; text-transform: uppercase; letter-spacing: .12em; color: var(--red); margin-bottom: 18px; font-weight: 700; }
.sec-label::before { content: ''; width: 20px; height: 2px; background: var(--red); }
h2.sec-title { font-family: 'Fraunces', serif; font-size: var(--fs-lg); font-weight: 900; letter-spacing: -.03em; line-height: 1.05; margin-bottom: 20px; text-transform: uppercase; color: var(--black); }
h2.sec-title em { font-style: italic; color: var(--red); text-transform: none; }
.hero { min-height: 100vh; padding: 160px 48px 100px; display: flex; flex-direction: column; justify-content: flex-end; position: relative; overflow: hidden; z-index: 1; }
.hero-eyebrow { display: flex; align-items: center; gap: 12px; margin-bottom: 24px; }
.eyebrow-pill { color: var(--red); font-size: .75rem; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.eyebrow-line { width: 40px; height: 2px; background: var(--red); }
.hero-headline { font-family: 'Fraunces', serif; font-size: var(--fs-xl); font-weight: 900; line-height: .92; letter-spacing: -.04em; color: var(--black); text-transform: uppercase; }
.hero-headline .hl-red { color: var(--red); display: block; }
.hero-services-list { position: absolute; right: 48px; top: 50%; transform: translateY(-50%); display: flex; flex-direction: column; gap: 14px; }
.hsl-item { display: flex; align-items: center; gap: 16px; justify-content: flex-end; }
.hsl-num { font-size: .72rem; color: var(--red); font-weight: 700; letter-spacing: .06em; }
.hsl-line { width: 60px; height: 1px; background: var(--muted); }
.hsl-name { font-size: .82rem; font-weight: 600; color: var(--black); letter-spacing: .02em; min-width: 140px; text-align: right; }
.hero-bottom { display: flex; align-items: flex-end; justify-content: space-between; margin-top: 48px; gap: 40px; position: relative; z-index: 2; }
.hero-desc-box { background: var(--black); padding: 24px 28px; max-width: 340px; border-radius: 2px; }
.hero-desc-box p { color: rgba(244,242,238,.75); font-size: .88rem; line-height: 1.75; font-weight: 300; }
.hero-cta-group { display: flex; gap: 14px; align-items: center; flex-shrink: 0; }
.hero-scroll-hint { position: absolute; bottom: 36px; left: 50%; transform: translateX(-50%); display: flex; flex-direction: column; align-items: center; gap: 8px; color: var(--muted); font-size: .68rem; letter-spacing: .12em; text-transform: uppercase; }
.scroll-line { width: 1px; height: 48px; background: linear-gradient(to bottom, var(--muted), transparent); animation: scrollDrop 2s ease-in-out infinite; }
@keyframes scrollDrop { 0%,100%{opacity:1;transform:scaleY(1)} 50%{opacity:.3;transform:scaleY(.5)} }
.ticker-wrap { border-top: 1.5px solid var(--border); border-bottom: 1.5px solid var(--border); padding: 16px 0; overflow: hidden; white-space: nowrap; background: var(--bg2); position: relative; z-index: 1; }
.ticker-inner { display: inline-flex; animation: ticker 28s linear infinite; }
.ticker-inner:hover { animation-play-state: paused; }
@keyframes ticker { 0%{transform:translateX(0)} 100%{transform:translateX(-50%)} }
.ticker-item { display: inline-flex; align-items: center; gap: 18px; padding: 0 36px; font-family: 'Fraunces', serif; font-size: 1rem; font-weight: 700; color: var(--muted); text-transform: uppercase; letter-spacing: .06em; }
.ticker-item .t-red { color: var(--red); }
.ticker-dot { width: 5px; height: 5px; background: var(--red); border-radius: 50%; flex-shrink: 0; }
.services-section { padding: 110px 48px; background: var(--bg2); position: relative; z-index: 1; }
.services-header { display: flex; align-items: flex-end; justify-content: space-between; margin-bottom: 70px; }
.services-intro { max-width: 480px; }
.services-intro p { color: var(--muted); font-size: .95rem; line-height: 1.75; }
.services-count { font-family: 'Fraunces', serif; font-size: 5rem; font-weight: 900; color: transparent; -webkit-text-stroke: 1.5px var(--border); line-height: 1; }
.services-list { display: flex; flex-direction: column; }
.service-row { display: grid; grid-template-columns: 70px 1fr 40px 200px; align-items: center; gap: 36px; padding: 32px 20px; border-bottom: 1.5px solid var(--border); transition: background .25s; cursor: pointer; border-radius: 4px; margin: 0 -20px; }
.service-row:first-child { border-top: 1.5px solid var(--border); }
.service-row:hover { background: rgba(0,0,0,.04); }
.service-row:hover .svc-arrow { color: var(--red); transform: translate(4px,-4px); }
.service-row:hover .svc-num { color: var(--red); }
.svc-num { font-family: 'Fraunces', serif; font-size: .9rem; font-weight: 700; color: var(--muted); transition: color .25s; letter-spacing: .04em; }
.svc-name { font-family: 'Fraunces', serif; font-size: clamp(1.3rem, 2.2vw, 2rem); font-weight: 700; letter-spacing: -.02em; color: var(--black); text-transform: uppercase; }
.svc-tags { display: flex; gap: 8px; flex-wrap: wrap; justify-content: flex-end; }
.svc-tag { background: transparent; border: 1.5px solid var(--border); color: var(--muted); padding: 4px 12px; border-radius: 2px; font-size: .7rem; font-weight: 600; letter-spacing: .04em; text-transform: uppercase; }
.svc-arrow { font-size: 1.3rem; color: var(--muted); transition: all .25s; display: flex; align-items: center; justify-content: center; }
.stats-section { display: grid; grid-template-columns: repeat(4,1fr); background: var(--black); position: relative; z-index: 1; }
.stat-box { padding: 60px 44px; border-right: 1px solid rgba(255,255,255,.07); display: flex; flex-direction: column; align-items: flex-start; transition: background .3s; }
.stat-box:last-child { border-right: none; }
.stat-box:hover { background: rgba(255,255,255,.04); }
.stat-box .num { font-family: 'Fraunces', serif; font-size: 4.2rem; font-weight: 900; color: var(--white); line-height: 1; margin-bottom: 10px; }
.stat-box .num span { color: var(--red); }
.stat-box .lbl { color: rgba(255,255,255,.4); font-size: .75rem; text-transform: uppercase; letter-spacing: .1em; font-weight: 600; }
.portfolio-section { padding: 110px 48px; overflow: hidden; position: relative; z-index: 1; }
.portfolio-header { display: flex; align-items: flex-end; justify-content: space-between; margin-bottom: 56px; }
.portfolio-scroll-wrap { overflow-x: auto; padding-bottom: 16px; }
.portfolio-scroll-wrap::-webkit-scrollbar { height: 2px; }
.portfolio-scroll-wrap::-webkit-scrollbar-track { background: var(--bg3); }
.portfolio-scroll-wrap::-webkit-scrollbar-thumb { background: var(--red); }
.portfolio-cards { display: flex; gap: 20px; width: max-content; }
.p-card { width: 400px; border-radius: 4px; overflow: hidden; background: var(--white); border: 1.5px solid var(--border); transition: transform .4s, box-shadow .3s; flex-shrink: 0; cursor: pointer; }
.p-card:hover { transform: translateY(-8px); box-shadow: 0 24px 60px rgba(0,0,0,.14); }
.p-thumb { height: 240px; position: relative; overflow: hidden; display: flex; align-items: center; justify-content: center; }
.p-thumb-bg { position: absolute; inset: 0; transition: transform .5s; }
.p-card:hover .p-thumb-bg { transform: scale(1.05); }
.bg-a { background: linear-gradient(135deg,#1a1a1a 0%,#2d1a00 100%); }
.bg-b { background: linear-gradient(135deg,#1a0a0a 0%,#3d1010 100%); }
.bg-c { background: linear-gradient(135deg,#0a0a1a 0%,#1a1a00 100%); }
.bg-d { background: linear-gradient(135deg,#111 0%,#1a1a1a 100%); }
.p-thumb-icon { font-size: 3.2rem; position: relative; z-index: 1; }
.p-thumb-overlay { position: absolute; inset: 0; background: rgba(0,0,0,.55); display: flex; align-items: center; justify-content: center; opacity: 0; transition: opacity .3s; z-index: 2; }
.p-card:hover .p-thumb-overlay { opacity: 1; }
.view-case { background: var(--red); color: #fff; padding: 10px 22px; border-radius: 2px; font-size: .78rem; font-weight: 700; text-transform: uppercase; letter-spacing: .06em; }
.p-body { padding: 22px 26px 26px; }
.p-category { font-size: .68rem; text-transform: uppercase; letter-spacing: .12em; color: var(--red); font-weight: 700; margin-bottom: 8px; }
.p-title { font-family: 'Fraunces', serif; font-size: 1.2rem; font-weight: 700; margin-bottom: 10px; letter-spacing: -.01em; color: var(--black); text-transform: uppercase; }
.p-desc { color: var(--muted); font-size: .84rem; line-height: 1.65; margin-bottom: 18px; }
.p-footer { display: flex; justify-content: space-between; align-items: center; }
.p-result { background: var(--red-dim); border: 1.5px solid rgba(232,50,42,.2); color: var(--red); padding: 4px 12px; border-radius: 2px; font-size: .7rem; font-weight: 700; text-transform: uppercase; letter-spacing: .06em; }
.p-arrow { color: var(--muted); font-size: 1.2rem; transition: color .2s, transform .2s; }
.p-card:hover .p-arrow { color: var(--red); transform: translate(4px,-4px); }
.about-section { padding: 110px 48px; background: var(--bg2); display: grid; grid-template-columns: 1fr 1fr; gap: 100px; align-items: center; position: relative; z-index: 1; }
.about-desc { color: var(--muted); font-size: .94rem; line-height: 1.75; margin-top: 20px; max-width: 400px; }
.tech-tags { margin-top: 36px; display: flex; gap: 10px; flex-wrap: wrap; }
.tech-tag { border: 1.5px solid var(--border); padding: 7px 16px; border-radius: 2px; font-size: .72rem; font-weight: 700; text-transform: uppercase; letter-spacing: .06em; color: var(--muted); }
.process-item { padding: 30px 0; border-bottom: 1.5px solid var(--border); display: grid; grid-template-columns: 40px 1fr; gap: 20px; }
.process-item:first-child { border-top: 1.5px solid var(--border); }
.p-step-num { font-family: 'Fraunces', serif; font-size: .85rem; font-weight: 900; color: var(--red); margin-top: 3px; }
.p-step-title { font-family: 'Fraunces', serif; font-size: 1.15rem; font-weight: 700; margin-bottom: 8px; color: var(--black); text-transform: uppercase; letter-spacing: -.01em; }
.p-step-desc { color: var(--muted); font-size: .86rem; line-height: 1.7; }
.testimonial-section { padding: 110px 48px; text-align: center; background: var(--black); position: relative; overflow: hidden; z-index: 1; }
.testimonial-section::before { content: '"'; font-family: 'Fraunces', serif; font-size: 28rem; font-weight: 900; color: rgba(255,255,255,.02); position: absolute; top: -60px; left: 50%; transform: translateX(-50%); line-height: 1; pointer-events: none; user-select: none; }
.testimonial-quote { font-family: 'Fraunces', serif; font-size: clamp(1.4rem, 2.8vw, 2.4rem); font-weight: 700; line-height: 1.3; max-width: 780px; margin: 0 auto 40px; letter-spacing: -.02em; color: var(--white); }
.testimonial-author { display: flex; align-items: center; justify-content: center; gap: 16px; }
.author-avatar { width: 44px; height: 44px; border-radius: 50%; background: var(--red); display: flex; align-items: center; justify-content: center; font-weight: 700; font-size: 1rem; color: #fff; flex-shrink: 0; }
.author-info .name { font-weight: 600; font-size: .9rem; color: var(--white); }
.author-info .role { color: rgba(255,255,255,.4); font-size: .78rem; }
.cta-section { padding: 110px 48px; background: var(--red); display: flex; align-items: flex-start; justify-content: space-between; gap: 60px; position: relative; z-index: 1; }
.cta-section h2 { font-family: 'Fraunces', serif; font-size: var(--fs-lg); font-weight: 900; color: #fff; letter-spacing: -.03em; line-height: 1.05; max-width: 500px; text-transform: uppercase; }
.cta-section h2 em { font-style: italic; text-transform: none; }
.cta-right { display: flex; flex-direction: column; gap: 20px; flex-shrink: 0; min-width: 360px; }
.cta-detail { color: rgba(255,255,255,.65); font-size: .78rem; line-height: 1.6; }
.cta-detail a { color: #fff; font-weight: 600; }
.contact-form { display: flex; flex-direction: column; gap: 12px; }
.form-row { display: flex; gap: 12px; }
.form-row input, .form-row select { flex: 1; }
.contact-form input, .contact-form select, .contact-form textarea { background: rgba(255,255,255,.15); border: 1.5px solid rgba(255,255,255,.3); color: #fff; padding: 12px 16px; border-radius: 4px; font-family: 'Epilogue', sans-serif; font-size: .88rem; width: 100%; transition: border-color .2s; }
.contact-form input::placeholder, .contact-form textarea::placeholder { color: rgba(255,255,255,.55); }
.contact-form input:focus, .contact-form select:focus, .contact-form textarea:focus { outline: none; border-color: #fff; }
.contact-form select option { background: var(--black); color: var(--white); }
.contact-form textarea { resize: vertical; min-height: 100px; }
.form-submit { cursor: pointer; border: none; width: 100%; justify-content: center; }
.form-feedback { font-size: .85rem; min-height: 24px; font-weight: 600; }
.form-feedback.success { color: #fff; }
.form-feedback.error { color: rgba(255,255,255,.85); }
footer { background: var(--bg-dark); padding: 60px 48px 36px; position: relative; z-index: 1; }
.footer-top { display: flex; justify-content: space-between; align-items: flex-start; margin-bottom: 56px; gap: 40px; }
.footer-logo { font-family: 'Fraunces', serif; font-size: 2rem; font-weight: 900; letter-spacing: -.03em; color: var(--white); text-transform: uppercase; }
.footer-logo span { color: var(--red); }
.footer-tagline { color: rgba(255,255,255,.35); font-size: .83rem; margin-top: 8px; }
.footer-links { display: flex; gap: 56px; }
.footer-col h4 { font-size: .7rem; text-transform: uppercase; letter-spacing: .1em; color: rgba(255,255,255,.35); margin-bottom: 18px; font-weight: 700; }
.footer-col a { display: block; color: rgba(255,255,255,.65); font-size: .87rem; margin-bottom: 10px; transition: color .2s; }
.footer-col a:hover { color: var(--red); }
.footer-bottom { display: flex; justify-content: space-between; align-items: center; border-top: 1px solid rgba(255,255,255,.07); padding-top: 26px; color: rgba(255,255,255,.3); font-size: .77rem; }
.footer-socials { display: flex; gap: 12px; }
.social-link { width: 36px; height: 36px; border-radius: 2px; border: 1px solid rgba(255,255,255,.1); display: flex; align-items: center; justify-content: center; color: rgba(255,255,255,.4); font-size: .8rem; transition: border-color .2s, color .2s, background .2s; }
.social-link:hover { border-color: var(--red); color: #fff; background: var(--red); }
.reveal { opacity: 0; transform: translateY(36px); transition: opacity .75s ease, transform .75s ease; }
.reveal.up { opacity: 1; transform: translateY(0); }
.reveal-delay-1 { transition-delay: .1s; }
.reveal-delay-2 { transition-delay: .2s; }
.reveal-delay-3 { transition-delay: .3s; }
@media (max-width: 1024px) { nav { padding: 20px 32px; } .hero { padding: 140px 32px 80px; } .hero-services-list { display: none; } .services-section, .portfolio-section, .about-section, .cta-section, footer, .testimonial-section { padding-left: 32px; padding-right: 32px; } .about-section { grid-template-columns: 1fr; gap: 60px; } .stats-section { grid-template-columns: repeat(2,1fr); } .stat-box { border-bottom: 1px solid rgba(255,255,255,.07); } .cta-section { flex-direction: column; } .cta-right { min-width: unset; width: 100%; } .footer-top { flex-direction: column; } .footer-links { flex-wrap: wrap; gap: 32px; } }
@media (max-width: 768px) { .nav-center { display: none; } .nav-mobile-toggle { display: flex; } .nav-center.open { display: flex; flex-direction: column; position: absolute; top: 100%; left: 0; right: 0; background: rgba(214,211,204,.97); backdrop-filter: blur(20px); padding: 24px 32px; border-top: 1px solid var(--border); gap: 20px; } .hero-bottom { flex-direction: column; align-items: flex-start; } .hero-cta-group { flex-wrap: wrap; } .service-row { grid-template-columns: 60px 1fr 30px; gap: 16px; } .svc-tags { display: none; } .services-header { flex-direction: column; gap: 20px; } .services-count { display: none; } .portfolio-header { flex-direction: column; align-items: flex-start; gap: 20px; } .form-row { flex-direction: column; } .footer-links { flex-direction: column; gap: 32px; } }
@media (max-width: 480px) { nav { padding: 16px 20px; } .hero { padding: 120px 20px 60px; } .services-section, .portfolio-section, .about-section, .cta-section, footer, .testimonial-section { padding-left: 20px; padding-right: 20px; } .stats-section { grid-template-columns: 1fr; } .stat-box { border-right: none; } }
