:root {
    --accent: #91553c;
    --accent-dark: #6f3d2a;
    --accent-soft: #f1e7e1;
    --ink: #181716;
    --muted: #6f6b68;
    --cream: #f7f4ef;
    --soft: #f2efeb;
    --line: #ded9d3;
    --white: #fff;
    --radius: 22px;
    --shadow: 0 22px 70px rgba(39, 29, 24, .12);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--cream); font-family: Arial, "Helvetica Neue", sans-serif; font-size: 15px; line-height: 1.75; -webkit-font-smoothing: antialiased; }
h1, h2, h3, h4, h5, h6 { font-family: "Helvetica Neue", Arial, sans-serif; font-weight: 300; }
h1 strong, h2 strong, h3 strong, h4 strong, h5 strong, h6 strong { font-weight: 500; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; height: auto; }
.container { width: min(1200px, calc(100% - 56px)); margin-inline: auto; }
.skip-link { position: fixed; left: 12px; top: -80px; z-index: 9999; background: #fff; padding: 10px 16px; }
.skip-link:focus { top: 12px; }

.topbar { position: relative; z-index: 1001; background: #fff; color: var(--muted); border-bottom: 1px solid rgba(145,85,60,.13); font-size: 11px; letter-spacing: .035em; }
.topbar-row { min-height: 38px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.topbar-note, .topbar-links, .topbar-social { display: flex; align-items: center; }
.topbar-note { text-transform: uppercase; font-weight: 300; }
.topbar-note strong { color: var(--ink); font-weight: 700; }
.topbar-slogan-light { font-weight: 300; }
.topbar-links { gap: 21px; }
.topbar-links > a { transition: color .2s; }
.topbar-links > a:hover { color: var(--accent); }
.topbar-email, .topbar-phone { display: inline-flex; align-items: baseline; font-family: "Helvetica Neue", Arial, sans-serif; font-size: 12px; font-weight: 300; letter-spacing: .01em; }
.topbar-email span, .topbar-phone span { color: var(--muted); font-weight: 300; }
.topbar-email strong, .topbar-phone strong { color: var(--ink); font-weight: 600; }
.topbar-phone { gap: 5px; }
.topbar-social { gap: 8px; padding-left: 4px; }
.topbar-social a { width: 27px; height: 27px; display: grid; place-items: center; border: 1px solid rgba(24,23,22,.22); border-radius: 50%; color: var(--ink); }
.topbar-social svg { width: 13px; height: 13px; display: block; fill: currentColor; }
.topbar-social svg rect, .topbar-social svg circle { fill: none; stroke: currentColor; stroke-width: 1.8; }
.topbar-social svg .social-dot { fill: currentColor; stroke: none; }
.topbar-social a:hover { background: var(--accent); border-color: var(--accent); color: #fff; }

.site-header { position: sticky; top: 0; z-index: 1000; height: 94px; background: #fff; border-bottom: 1px solid rgba(145,85,60,.13); }
.header-row { height: 100%; display: flex; align-items: center; }
.brand { align-self: stretch; flex: 0 0 205px; width: 205px; margin-right: auto; display: flex; align-items: center; justify-content: flex-start; padding: 15px 0; }
.brand img { width: 190px; height: auto; max-height: 58px; object-fit: contain; object-position: left center; transform: none; }
.site-nav > ul { display: flex; align-items: center; gap: 30px; margin: 0; padding: 0; list-style: none; }
.site-nav li { position: relative; }
.site-nav a { position: relative; display: block; padding: 35px 0 29px; font-size: 13px; font-weight: 100; letter-spacing: .075em; text-transform: uppercase; }
.site-nav > ul > li > a { display: flex; align-items: center; gap: 6px; }
.nav-submenu-icon { flex: 0 0 auto; width: 11px; height: 11px; color: var(--accent); transition: transform .25s; }
.site-nav .has-sub:hover > a .nav-submenu-icon, .site-nav .has-sub:focus-within > a .nav-submenu-icon { transform: rotate(180deg); }
.site-nav > ul > li:not(:last-child) > a::before { content: ""; position: absolute; right: -15px; top: 50%; width: 1px; height: 12px; background: rgba(24,23,22,.16); transform: translateY(-50%); }
.site-nav > ul > li > a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: 25px; height: 2px; background: var(--accent); transition: right .25s; }
.site-nav a:hover, .site-nav a:focus { color: var(--accent); }
.site-nav > ul > li > a:hover::after, .site-nav > ul > li > a:focus::after { right: 0; }
.sub-menu { position: absolute; left: -22px; top: 79px; width: 230px; margin: 0; padding: 13px 21px; list-style: none; background: #fff; border: 1px solid var(--line); border-radius: 0 0 14px 14px; box-shadow: var(--shadow); opacity: 0; visibility: hidden; transform: translateY(9px); transition: .2s; }
.sub-menu a { padding: 8px 0; font-size: 10px; }
.has-sub:hover > .sub-menu, .has-sub:focus-within > .sub-menu { opacity: 1; visibility: visible; transform: none; }
.site-nav .mega-item { position: static; }
.site-nav .mega-menu { left: 0; right: 0; top: 93px; width: 100%; display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); gap: 9px; padding: 27px max(28px,calc((100vw - 1200px)/2)) 32px; border: 0; border-radius: 0 0 24px 24px; background: rgba(255,255,255,.98); box-shadow: 0 26px 55px rgba(35,27,22,.12); backdrop-filter: blur(20px); }
.site-nav .mega-menu-title { grid-column: 1/-1; display: flex; align-items: flex-end; justify-content: space-between; gap: 30px; margin: 0 0 8px; padding: 0 3px 13px; }
.site-nav .mega-menu-title > div { display: flex; flex-direction: column; align-items: flex-start; gap: 4px; }
.site-nav .mega-menu-title small { color: var(--accent); font-size: 8px; font-weight: 800; letter-spacing: .15em; text-transform: uppercase; }
.site-nav .mega-menu-title strong { font-size: 24px; font-weight: 300; letter-spacing: -.035em; }
.site-nav .mega-menu-title p { max-width: 420px; margin: 0; color: var(--muted); font-size: 11px; text-align: right; }
.site-nav .mega-menu-link > a { display: flex; align-items: center; gap: 12px; min-height: 58px; padding: 10px 16px; border-radius: 13px; background: var(--soft); color: var(--ink); font-size: 10px; transition: color .2s, background .2s, transform .2s, box-shadow .2s; }
.site-nav .mega-menu-dot { flex: 0 0 auto; width: 6px; height: 6px; border-radius: 50%; background: rgba(145,85,60,.42); transition: background .2s, transform .2s; }
.site-nav .mega-menu-icon { flex: 0 0 auto; width: 34px; height: 34px; color: var(--accent); transition: transform .25s; }
.site-nav .mega-menu-link > a:hover, .site-nav .mega-menu-link > a:focus { background: var(--accent-soft); color: var(--accent); transform: translateY(-2px); box-shadow: 0 10px 24px rgba(39,29,24,.07); }
.site-nav .mega-menu-link > a:hover .mega-menu-dot, .site-nav .mega-menu-link > a:focus .mega-menu-dot { background: var(--accent); transform: scale(1.35); }
.site-nav .mega-menu-link > a:hover .mega-menu-icon, .site-nav .mega-menu-link > a:focus .mega-menu-icon { transform: translateY(-2px); }
.site-nav .mega-menu-project > a { position: relative; display: block; overflow: hidden; min-height: 205px; padding: 0; background: var(--soft); color: #fff; }
.mega-menu-project-image { position: absolute; inset: 0; display: block; }
.mega-menu-project-image::after { content: ''; position: absolute; inset: 25% 0 0; background: linear-gradient(180deg, transparent, rgba(12,12,11,.8)); }
.mega-menu-project-image img { width: 100%; height: 100%; object-fit: cover; transition: transform .55s cubic-bezier(.2,.7,.2,1); }
.site-nav .mega-menu-project > a:hover .mega-menu-project-image img, .site-nav .mega-menu-project > a:focus .mega-menu-project-image img { transform: scale(1.055); }
.mega-menu-project-copy { position: absolute; z-index: 2; right: 17px; bottom: 15px; left: 17px; display: block; }
.mega-menu-project-copy small { display: block; margin-bottom: 5px; color: rgba(255,255,255,.72); font-size: 7px; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; }
.mega-menu-project-copy strong { display: block; color: #fff; font-size: 14px; font-weight: 400; line-height: 1.3; letter-spacing: -.02em; }
.header-cta { margin-left: 30px; display: inline-flex; align-items: center; gap: 9px; padding: 12px 18px; border-radius: 999px; background: var(--ink); color: #fff; font-size: 11px; font-weight: 800; letter-spacing: .05em; text-transform: uppercase; transition: .25s; }
.header-cta:hover { background: var(--accent); color: #fff; transform: translateY(-2px); }
.contact-cta-icon { flex: 0 0 auto; width: 18px; height: 18px; transition: transform .25s; }
.header-cta:hover .contact-cta-icon, .footer-cta > a:hover .contact-cta-icon { transform: scale(1.08); }
.menu-toggle { position: relative; display: none; width: 40px; height: 40px; padding: 0; border: 0; background: none; }
.menu-toggle span:not(.visually-hidden) { position: absolute; left: 8px; display: block; width: 24px; height: 2px; background: #333; transition: top .25s, opacity .2s, transform .25s; }
.menu-toggle span:nth-child(1) { top: 12px; }
.menu-toggle span:nth-child(2) { top: 19px; }
.menu-toggle span:nth-child(3) { top: 26px; }
.menu-toggle[aria-expanded="true"] span:nth-child(1) { top: 19px; transform: rotate(45deg); }
.menu-toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
.menu-toggle[aria-expanded="true"] span:nth-child(3) { top: 19px; transform: rotate(-45deg); }
.submenu-toggle { display: none; }

.hero-section { position: relative; overflow: hidden; padding: 64px 0 50px; background: radial-gradient(circle at 82% 10%, rgba(145,85,60,.11), transparent 31%), var(--cream); }
.hero-section::before { content: "ALİOĞLU"; position: absolute; left: -30px; bottom: -80px; color: rgba(145,85,60,.035); font-size: clamp(120px,18vw,250px); font-weight: 900; letter-spacing: -.08em; line-height: 1; pointer-events: none; }
.hero-grid { position: relative; z-index: 1; display: grid; grid-template-columns: minmax(0,.8fr) minmax(0,1.2fr); gap: clamp(28px,4vw,54px); align-items: center; min-height: 560px; }
.hero-copy { position: relative; top: -14px; z-index: 3; max-width: 480px; padding: 35px 0; }
.hero-kicker { display: flex; align-items: center; gap: 11px; margin: 0 0 22px; color: var(--accent)!important; font-size: 11px; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.hero-kicker span { width: 32px; height: 1px; background: var(--accent); }
.hero-copy h1 { margin: 0 0 24px; font-family: "Helvetica Neue", Arial, sans-serif; font-size: clamp(43px, 4.8vw, 70px); line-height: 1.01; font-weight: 300; letter-spacing: -.045em; }
.hero-title-light { font-weight: 200; }
.hero-title-strong { font-weight: 500; }
.hero-title-ending { display: inline-block; white-space: nowrap; }
.hero-title-closing-quote { display: inline; }
.hero-copy h1 br + * { color: var(--accent); }
.hero-copy > p:not(.hero-kicker) { max-width: 440px; margin: 0; color: var(--muted); font-size: 17px; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 34px; }
.hero-actions .button { gap: 11px; }
.hero-action-icon { flex: 0 0 auto; width: 18px; height: 18px; transition: transform .25s; }
.hero-actions .button:hover .hero-action-icon { transform: scale(1.08); }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 51px; padding: 0 23px; border: 1px solid var(--ink); border-radius: 999px; font-size: 11px; font-weight: 800; letter-spacing: .055em; text-transform: uppercase; transition: .25s; }
.button-primary { background: var(--ink); color: #fff; }
.button-primary:hover { background: var(--accent); border-color: var(--accent); color: #fff; transform: translateY(-2px); }
.button-ghost:hover { background: #fff; transform: translateY(-2px); }
.hero-visual { position: relative; z-index: 1; align-self: start; min-width: 0; width: 100%; margin-top: 24px; padding: 0; pointer-events: none; }
.hero-production { position: relative; z-index: 2; width: 100%; aspect-ratio: 720/500; }
.hero-production svg { width: 100%; height: 100%; overflow: visible; }
.hero-slider { position: relative; min-height: 500px; overflow: hidden; background: #ded8d2; pointer-events: auto; }
.hero-slider-track { position: relative; min-height: 500px; }
.hero-project { position: absolute; inset: 0; display: block; overflow: hidden; min-height: 500px; background: #ded8d2; opacity: 0; visibility: hidden; transform: scale(1.025); transition: opacity .75s ease, transform 1.1s cubic-bezier(.2,.7,.2,1), visibility 0s linear .75s; }
.hero-project.is-active { z-index: 1; opacity: 1; visibility: visible; transform: scale(1); transition-delay: 0s; }
.hero-project::after { content: ''; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 50%, rgba(15,14,13,.72) 100%); }
.hero-project-image { width: 100%; height: 500px; object-fit: cover; transition: transform .7s cubic-bezier(.2,.7,.2,1); }
.hero-project.is-active:hover .hero-project-image { transform: scale(1.035); }
.hero-project-meta { position: absolute; z-index: 2; right: 180px; bottom: 28px; left: 28px; display: flex; flex-direction: column; gap: 7px; color: #fff; }
.hero-project-meta small { font-size: 9px; letter-spacing: .16em; }
.hero-project-meta strong { font-size: clamp(18px,2vw,28px); font-weight: 400; }
.hero-slider-controls { position: absolute; z-index: 5; right: 24px; top: 22px; display: flex; align-items: center; gap: 12px; padding: 8px 10px; background: rgba(18,17,16,.72); color: #fff; backdrop-filter: blur(8px); }
.hero-slider-controls > button { width: 30px; height: 30px; padding: 0; border: 0; background: transparent; color: inherit; font-size: 17px; transition: color .2s, transform .2s; }
.hero-slider-controls > button:hover { color: #d4aa8e; transform: translateX(2px); }
.hero-slider-controls > button:first-child:hover { transform: translateX(-2px); }
.hero-slider-dots { display: flex; align-items: center; gap: 6px; }
.hero-slider-dots button { width: 18px; height: 2px; padding: 0; border: 0; background: rgba(255,255,255,.4); transition: width .25s, background .25s; }
.hero-slider-dots button.is-active { width: 34px; background: #fff; }
.hero-section-slider { padding: 15px; background: #fff; }
.hero-section-slider::before { display: none; }
.hero-section-slider > .container { width: 100%; max-width: none; padding-right: 0; padding-left: 0; }
.hero-slider-overlay, .hero-slider-overlay .hero-slider-track, .hero-slider-overlay .hero-project { min-height: 600px; height: 600px; background-color: #fff; }
.hero-slider-overlay .hero-project::after { background: linear-gradient(90deg, rgba(12,12,11,.82) 0%, rgba(12,12,11,.53) 43%, rgba(12,12,11,.08) 72%), linear-gradient(180deg, transparent 52%, rgba(12,12,11,.58) 100%); }
.hero-slider-overlay .hero-project-image { height: 600px; }
.hero-copy.hero-copy-overlay { position: absolute; z-index: 4; top: 50%; left: clamp(34px,6vw,88px); max-width: 620px; padding: 0; color: #fff; transform: translateY(-50%); pointer-events: none; }
.hero-copy-overlay[data-hero-copy] { opacity: 0; visibility: hidden; transform: translateY(calc(-50% + 14px)); transition: opacity .45s ease,transform .55s ease,visibility 0s linear .55s; }
.hero-copy-overlay[data-hero-copy].is-active { opacity: 1; visibility: visible; transform: translateY(-50%); transition-delay: .18s; }
.hero-copy-overlay .hero-kicker { color: #e7c9b4!important; }
.hero-copy-overlay .hero-kicker span { background: #e7c9b4; }
.hero-copy-overlay h1 { max-width: none; color: #fff; font-size: clamp(43px,5vw,72px); text-shadow: 0 3px 28px rgba(0,0,0,.28); }
.hero-title-line { display: block; white-space: nowrap; }
.hero-copy-overlay > p:not(.hero-kicker) { max-width: 520px; color: rgba(255,255,255,.86); }
.hero-copy-overlay .hero-actions { pointer-events: auto; }
.hero-copy-overlay .button-primary { background: #fff; border-color: #fff; color: var(--ink); }
.hero-copy-overlay .button-primary:hover { background: var(--accent); border-color: var(--accent); color: #fff; }
.hero-copy-overlay .button-ghost { border-color: rgba(255,255,255,.8); color: #fff; }
.hero-copy-overlay .button-ghost:hover { background: #fff; color: var(--ink); }
.hero-slider-overlay .hero-project-meta { right: 30px; bottom: 28px; left: auto; max-width: 320px; align-items: flex-end; text-align: right; }
.hero-slider-overlay .hero-slider-controls { top: 24px; right: 24px; }
.printed-sheet { transform-box: fill-box; transform-origin: center top; animation: paperFeed 3.8s ease-in-out infinite; }
.production-line { stroke-dashoffset: 0; animation: productionFlow 4s linear infinite; }
.production-line-two { animation-duration: 6s; animation-direction: reverse; }
.print-roller { transform-box: fill-box; transform-origin: center; animation: rollerSpin 4s linear infinite; }
.roller-two { animation-direction: reverse; animation-duration: 3.5s; }.roller-three { animation-duration: 4.5s; }
.production-slogan { animation: productionSlogan 4.5s ease-in-out infinite; }
.channel-letter-station { transform-box: fill-box; transform-origin: center; animation: channelStationFloat 5.4s ease-in-out infinite; }
.channel-letters text { fill: #fff; stroke: #91553c; stroke-width: 1.4; font-size: 43px; font-weight: 800; transform-box: fill-box; transform-origin: center; animation: channelLetterBuild 5.2s ease-in-out infinite; }
.channel-letters text:nth-child(2) { animation-delay: .18s; }.channel-letters text:nth-child(3) { animation-delay: .36s; }.channel-letters text:nth-child(4) { animation-delay: .54s; }.channel-letters text:nth-child(5) { animation-delay: .72s; }
.fabrication-head { transform-box: fill-box; transform-origin: center; animation: fabricationPass 5.2s cubic-bezier(.55,.05,.3,1) infinite; }
.channel-current-line { animation: productionFlow 3.4s linear infinite; }
.channel-current-dot { transform-box: fill-box; transform-origin: center; animation: currentPulse 2.2s ease-in-out infinite; }
.channel-stage-labels text { animation: stageLabelPulse 5.2s ease-in-out infinite; }.channel-stage-labels text:nth-child(2) { animation-delay: .45s; }.channel-stage-labels text:nth-child(3) { animation-delay: .9s; }
.floating-paper { transform-box: fill-box; transform-origin: center; animation: paperFloat 5.5s ease-in-out infinite; }
.floating-paper-two { animation-delay: -2.7s; animation-duration: 6.5s; }
.ink-particles circle { transform-box: fill-box; transform-origin: center; animation: inkFloat 4s ease-in-out infinite; }
.ink-particles circle:nth-child(2) { animation-delay: -.8s; }.ink-particles circle:nth-child(3) { animation-delay: -1.6s; }.ink-particles circle:nth-child(4) { animation-delay: -2.4s; }.ink-particles circle:nth-child(5) { animation-delay: -3.2s; }
.cmyk-label { transform-box: fill-box; transform-origin: center; animation: cmykPulse 3.8s ease-in-out infinite; }
@keyframes paperFeed { 0%,18% { transform: translateY(-42px); opacity: .2; } 42%,78% { transform: translateY(0); opacity: 1; } 100% { transform: translateY(15px); opacity: 0; } }
@keyframes productionFlow { to { stroke-dashoffset: -76; } }
@keyframes rollerSpin { to { transform: rotate(360deg); } }
@keyframes productionSlogan { 0%,100% { opacity: .48; } 45%,75% { opacity: 1; } }
@keyframes channelStationFloat { 0%,100% { transform: translateY(0); } 50% { transform: translateY(-4px); } }
@keyframes channelLetterBuild { 0%,14%,100% { fill: #fff; stroke: #91553c; opacity: .35; transform: translateY(5px); } 32%,76% { fill: #181716; stroke: #181716; opacity: 1; transform: translateY(0); } 52%,62% { fill: #91553c; stroke: #91553c; opacity: 1; } }
@keyframes fabricationPass { 0%,8% { transform: translateX(0); opacity: 0; } 16%,78% { opacity: 1; } 88%,100% { transform: translateX(214px); opacity: 0; } }
@keyframes currentPulse { 0%,100% { transform: translateX(0) scale(.8); opacity: .35; } 50% { transform: translateX(225px) scale(1.18); opacity: 1; } }
@keyframes stageLabelPulse { 0%,100% { opacity: .28; } 38%,64% { opacity: 1; } }
@keyframes paperFloat { 0%,100% { transform: translate(0,0) rotate(-3deg); } 50% { transform: translate(13px,-18px) rotate(4deg); } }
@keyframes inkFloat { 0%,100% { transform: translateY(0) scale(.85); opacity: .5; } 50% { transform: translateY(-18px) scale(1.12); opacity: 1; } }
@keyframes cmykPulse { 0%,100% { transform: scale(.96); } 50% { transform: scale(1.04); } }
@keyframes serviceIconDrift { 0%,100% { transform: translateY(0); } 50% { transform: translateY(-5px); } }
@keyframes identityOrbitLeft { 0%,100% { transform: translate(-1px,-1px); } 50% { transform: translate(3px,2px); } }
@keyframes identityOrbitRight { 0%,100% { transform: translate(1px,1px); } 50% { transform: translate(-3px,-2px); } }
@keyframes identityFrame { to { stroke-dashoffset: -46; } }
@keyframes pencilSketch { 0%,100% { transform: translate(0,0) rotate(0); } 45% { transform: translate(3px,-3px) rotate(-2deg); } 65% { transform: translate(-1px,1px) rotate(1deg); } }
@keyframes creativeDot { 0%,100% { transform: scale(.82); opacity: .55; } 50% { transform: scale(1.14); opacity: 1; } }
@keyframes cameraLens { 0%,100% { transform: scale(.82); opacity: .62; } 45%,60% { transform: scale(1.08); opacity: 1; } }
@keyframes cameraBody { 0%,100% { stroke-dashoffset: 0; } 50% { stroke-dashoffset: -28; } }
@keyframes cameraLight { 0%,72%,100% { opacity: .25; } 74%,82% { opacity: 1; } }
@keyframes codeFlow { 0%,100% { transform: translateX(-2px); opacity: .65; } 50% { transform: translateX(2px); opacity: 1; } }
@keyframes browserPulse { 0%,100% { transform: scale(.98); } 50% { transform: scale(1.02); } }
@keyframes signSwing { 0%,100% { transform: translateY(0) rotate(-1.6deg); } 50% { transform: translateY(-3px) rotate(1.6deg); } }
@keyframes signMessage { 0%,100% { transform: translateX(-2px); opacity: .58; } 50% { transform: translateX(2px); opacity: 1; } }
@keyframes clapperMove { 0%,18%,100% { transform: rotate(0); } 38% { transform: rotate(-7deg) translateY(-2px); } 52% { transform: rotate(0); } }
@keyframes playPulse { 0%,100% { transform: scale(.86); opacity: .62; } 50% { transform: scale(1.12); opacity: 1; } }
@keyframes messageFloatLeft { 0%,100% { transform: translate(-1px,1px); } 50% { transform: translate(2px,-3px); } }
@keyframes messageFloatRight { 0%,100% { transform: translate(1px,-1px); } 50% { transform: translate(-2px,3px); } }
@keyframes messageType { to { stroke-dashoffset: -50; } }
@keyframes printerPulse { 0%,100% { transform: translateY(0); } 45% { transform: translateY(-2px); } }
@keyframes printFeed { 0%,20%,100% { transform: translateY(-3px); opacity: .55; } 52%,78% { transform: translateY(4px); opacity: 1; } }
.hero-badge { position: absolute; z-index: 4; right: 0; bottom: 26px; width: 142px; min-height: 142px; display: flex; flex-direction: column; justify-content: center; padding: 21px; border-radius: 50%; background: var(--accent); color: #fff; box-shadow: 0 18px 35px rgba(145,85,60,.28); }
.hero-badge strong { font-size: 29px; line-height: 1; }
.hero-badge span { margin-top: 8px; font-size: 10px; line-height: 1.45; text-transform: uppercase; }

.section-space { position: relative; padding: 112px 0; }
.intro-solutions { background: #fff; }
.intro-solutions-copy { max-width: 1050px; margin: 0 auto; text-align: center; }
.intro-solutions-copy h2 { margin: 0; font-size: clamp(42px,5vw,68px); font-weight: 300; line-height: 1.06; letter-spacing: -.045em; }
.intro-solutions-copy > p:last-child { max-width: 730px; margin: 25px auto 0; color: var(--muted); font-size: 16px; }
.solutions-bar { display: flex; align-items: flex-end; justify-content: space-between; gap: 30px; margin: 72px 0 30px; padding-top: 25px; border-top: 1px solid var(--line); }
.solutions-bar h3 { margin: 0; font-size: 24px; font-weight: 300; letter-spacing: -.025em; }
.solutions-bar > a { display: inline-flex; align-items: center; gap: 9px; padding: 11px 0; border-bottom: 1px solid var(--ink); font-size: 10px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; transition: .2s; }
.solutions-bar > a:hover { color: var(--accent); border-color: var(--accent); }
.about-showcase { overflow: hidden; background: #fff; }
.about-showcase-grid { display: grid; grid-template-columns: minmax(0,.88fr) minmax(0,1.12fr); gap: clamp(55px,7vw,105px); align-items: center; }
.about-showcase-copy h2 { max-width: 650px; margin: 0; font-size: clamp(43px,5vw,68px); font-weight: 300; line-height: 1.04; letter-spacing: -.048em; }
.about-showcase-lead { display: grid; grid-template-columns: 38px minmax(0,1fr); gap: 17px; max-width: 610px; margin-top: 36px; padding-top: 25px; border-top: 1px solid var(--line); }
.about-showcase-lead > span { color: var(--accent); font-size: 9px; font-weight: 800; letter-spacing: .15em; }
.about-showcase-lead p { margin: 0; color: var(--ink); font-size: 18px; line-height: 1.65; }
.about-showcase-detail { max-width: 560px; margin: 24px 0 0 55px; color: var(--muted); font-size: 14px; }
.about-showcase-link { display: inline-flex; align-items: center; gap: 16px; margin: 31px 0 0 55px; padding-bottom: 8px; border-bottom: 1px solid var(--ink); font-size: 10px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; transition: color .2s, border-color .2s; }
.about-showcase-link:hover { color: var(--accent); border-color: var(--accent); }
.about-showcase-visual { position: relative; min-height: 610px; }
.about-showcase-image { position: absolute; display: block; overflow: hidden; background: var(--soft); box-shadow: 0 24px 65px rgba(39,29,24,.12); }
.about-showcase-image::after { content: ''; position: absolute; inset: 45% 0 0; background: linear-gradient(180deg, transparent, rgba(12,12,11,.7)); }
.about-showcase-image img { width: 100%; height: 100%; object-fit: cover; transition: transform .7s cubic-bezier(.2,.7,.2,1); }
.about-showcase-image:hover img { transform: scale(1.045); }
.about-showcase-image span { position: absolute; z-index: 2; right: 20px; bottom: 18px; left: 20px; color: #fff; font-size: 11px; font-weight: 600; letter-spacing: .04em; }
.about-showcase-image-main { top: 0; right: 0; width: 82%; height: 520px; }
.about-showcase-image-small { bottom: 0; left: 0; z-index: 2; width: 48%; height: 280px; border: 10px solid #fff; }
.about-showcase-mark { position: absolute; right: -18px; bottom: -20px; color: rgba(145,85,60,.08); font-size: clamp(58px,7vw,92px); font-weight: 800; letter-spacing: -.065em; line-height: 1; }
.about-stats { display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); margin-top: 92px; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.about-stats > div { min-width: 0; padding: 30px clamp(18px,3vw,38px); }
.about-stats > div + div { border-left: 1px solid var(--line); }
.about-stats strong { display: block; color: var(--accent); font-size: clamp(27px,3vw,42px); font-weight: 300; line-height: 1; letter-spacing: -.04em; }
.about-stats span { display: block; margin-top: 10px; color: var(--muted); font-size: 9px; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.about-values { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 12px; margin-top: 45px; }
.about-values article { position: relative; min-height: 205px; padding: 27px; background: var(--cream); border-top: 2px solid transparent; transition: transform .25s, border-color .25s, background .25s; }
.about-values article:hover { background: var(--soft); border-color: var(--accent); transform: translateY(-5px); }
.about-value-head { display: flex; align-items: flex-start; justify-content: space-between; gap: 20px; }
.about-value-head > span { color: var(--accent); font-size: 8px; font-weight: 800; letter-spacing: .15em; }
.about-value-head svg { width: 45px; height: 45px; fill: none; stroke: rgba(145,85,60,.78); stroke-width: 1.25; stroke-linecap: round; stroke-linejoin: round; transition: transform .35s,stroke .25s; }
.about-values article:hover .about-value-head svg { stroke: var(--accent); transform: translateY(-3px); }
.about-values h3 { margin: 24px 0 10px; color: var(--ink); font-size: 21px; font-weight: 400; letter-spacing: -.025em; }
.about-values p { max-width: 300px; margin: 0; color: var(--muted); font-size: 13px; line-height: 1.65; }
.eyebrow { margin: 0 0 12px; color: var(--accent)!important; font-size: 10px; font-weight: 800; letter-spacing: .18em; text-transform: uppercase; }
.section-heading h2 { margin: 0 0 20px; font-size: clamp(35px, 4vw, 58px); line-height: 1.07; font-weight: 300; letter-spacing: -.045em; }
.section-title-strong { font-weight: 500; }
.section-heading p:not(.eyebrow) { color: var(--muted); font-size: 16px; }
.text-link, .blog-more { display: inline-flex; align-items: center; gap: 12px; margin-top: 18px; color: var(--accent); font-size: 11px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.soft-bg { background: var(--soft); }
.section-heading { display: flex; align-items: flex-end; justify-content: space-between; gap: 42px; margin-bottom: 52px; }
.section-heading > div { max-width: 770px; }
.section-heading > div > p:last-child { max-width: 630px; }
.section-heading > a, .home-blog-heading-actions > a { flex: 0 0 auto; display: inline-flex; align-items: center; gap: 9px; padding: 12px 18px; border-bottom: 1px solid var(--ink); font-size: 10px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; transition: .2s; }
.section-heading > a:hover, .home-blog-heading-actions > a:hover { color: var(--accent); border-color: var(--accent); }
.service-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 14px; }
.service-card { position: relative; display: flex; min-height: 258px; flex-direction: column; overflow: hidden; padding: 25px; border: 1px solid var(--line); border-radius: 3px 24px 3px 3px; background: rgba(255,255,255,.62); transition: color .3s, background .3s, border-color .3s, transform .3s, box-shadow .3s; }
.service-card::before { content: ""; position: absolute; right: -45px; top: -45px; width: 90px; height: 90px; border: 1px solid rgba(145,85,60,.18); border-radius: 50%; transition: transform .45s, background .3s; }
.service-card:hover { border-color: rgba(145,85,60,.35); background: #fff; transform: translateY(-6px); box-shadow: 0 18px 45px rgba(39,29,24,.09); }
.service-card:hover::before { background: var(--accent-soft); transform: scale(1.35); }
.service-icon-wrap { width: 74px; height: 74px; display: grid; place-items: center; color: var(--accent); }
.solution-icon { width: 100%; height: 100%; display: block; transition: transform .35s; }
.service-card:hover .solution-icon { transform: translateY(-3px); }
.card-index { margin-top: auto; color: var(--accent); font-size: 8px; font-weight: 800; letter-spacing: .14em; }
.card-title { display: flex; align-items: flex-end; justify-content: space-between; gap: 14px; margin-top: 8px; padding-top: 14px; border-top: 1px solid var(--line); color: var(--ink); font-size: 15px; font-weight: 500; line-height: 1.35; }
.work-category-groups { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 10px; }
.home-work-categories { margin: -24px 0 32px; }
.work-category-group { grid-column: 1/-1; min-width: 0; padding: 6px 0 10px; }
.work-category-group header { display: flex; align-items: baseline; justify-content: space-between; gap: 14px; margin-bottom: 17px; }
.work-category-group header strong { font-size: 15px; font-weight: 400; letter-spacing: -.02em; }
.work-category-group header small { color: var(--accent); font-size: 8px; font-weight: 700; letter-spacing: .11em; text-transform: uppercase; }
.work-category-group > div { display: flex; flex-wrap: nowrap; gap: 7px; overflow-x: auto; padding-bottom: 2px; scrollbar-width: none; }
.work-category-group > div::-webkit-scrollbar { display: none; }
.work-category-group a, .work-category-all { display: inline-flex; align-items: center; min-height: 32px; padding: 0 12px; border: 0; border-radius: 3px; background: rgba(255,255,255,.72); color: var(--muted); font-size: 8px; font-weight: 700; letter-spacing: .05em; white-space: nowrap; text-transform: uppercase; transition: color .2s, background .2s, transform .2s; }
.work-category-group a:hover, .work-category-group a.active, .work-category-all:hover, .work-category-all.active { background: var(--ink); color: #fff; transform: translateY(-1px); }
.work-category-all { grid-column: 1/-1; justify-content: center; border-radius: 10px; }
.home-project-showcase { position: relative; overflow: hidden; background: linear-gradient(180deg,#f4f1ed 0%,#fff 100%); }
.home-project-showcase::before { content: "ALİOĞLU"; position: absolute; right: -55px; top: 32px; color: rgba(145,85,60,.025); font-size: clamp(100px,15vw,215px); font-weight: 900; letter-spacing: -.075em; line-height: 1; pointer-events: none; }
.home-project-heading { position: relative; z-index: 1; display: grid; grid-template-columns: minmax(0,1fr) minmax(260px,370px) 105px; gap: clamp(30px,5vw,72px); align-items: end; margin-bottom: 48px; padding-bottom: 30px; border-bottom: 1px solid rgba(24,23,22,.22); }
.home-project-heading h2 { max-width: 690px; margin: 0; font-size: clamp(46px,6vw,78px); font-weight: 200; line-height: .95; letter-spacing: -.06em; }
.home-project-heading h2 strong { font-weight: 500; }
.home-project-heading-copy { padding-bottom: 3px; }
.home-project-heading-copy > p { margin: 0 0 19px; color: var(--muted); font-size: 14px; line-height: 1.75; }
.home-project-heading-copy > a { display: inline-flex; align-items: center; gap: 14px; padding-bottom: 7px; border-bottom: 1px solid var(--ink); color: var(--ink); font-size: 9px; font-weight: 800; letter-spacing: .11em; text-transform: uppercase; transition: color .2s,border-color .2s; }
.home-project-heading-copy > a:hover { color: var(--accent); border-color: var(--accent); }
.home-project-count { display: flex; align-items: flex-end; justify-content: flex-end; gap: 9px; padding-bottom: 2px; }
.home-project-count strong { color: var(--accent); font-size: 50px; font-weight: 200; line-height: .75; letter-spacing: -.07em; }
.home-project-count small { color: var(--muted); font-size: 7px; font-weight: 800; line-height: 1.35; letter-spacing: .12em; text-transform: uppercase; }
.home-project-grid { position: relative; z-index: 1; display: grid; grid-template-columns: repeat(12,minmax(0,1fr)); gap: 16px; }
.home-project-card { min-width: 0; grid-column: span 4; }
.home-project-card--1 { grid-column: span 8; }
.home-project-card--2 { grid-column: span 4; }
.home-project-card--3 { grid-column: span 5; }
.home-project-card--4 { grid-column: span 7; }
.home-project-card figure { position: relative; height: 380px; margin: 0; overflow: hidden; background: #ded8d2; isolation: isolate; }
.home-project-card--1 figure, .home-project-card--2 figure { height: 570px; }
.home-project-card--3 figure, .home-project-card--4 figure { height: 430px; }
.home-project-card figure::before { content: ""; position: absolute; z-index: 1; inset: 0; background: linear-gradient(180deg,rgba(12,14,16,.08) 28%,rgba(12,14,16,.88) 100%); transition: background .45s; }
.home-project-card figure::after { content: ""; position: absolute; z-index: 2; inset: 14px; border: 1px solid rgba(255,255,255,.32); opacity: 0; transform: scale(.985); transition: opacity .35s,transform .55s cubic-bezier(.2,.7,.2,1); pointer-events: none; }
.home-project-card img { width: 100%; height: 100%; object-fit: cover; filter: saturate(.9) contrast(1.01); transition: transform .85s cubic-bezier(.2,.7,.2,1),filter .45s; }
.home-project-location { position: absolute; z-index: 3; top: 22px; left: 22px; display: inline-flex; align-items: center; min-height: 28px; padding: 0 11px; border: 1px solid rgba(255,255,255,.48); background: rgba(20,20,19,.22); color: #fff; font-size: 7px; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; backdrop-filter: blur(8px); }
.home-project-card figcaption { position: absolute; z-index: 3; right: 25px; bottom: 24px; left: 25px; display: grid; grid-template-columns: 34px minmax(0,1fr) 46px; gap: 16px; align-items: end; color: #fff; }
.home-project-number { align-self: start; padding-top: 7px; border-top: 1px solid rgba(255,255,255,.7); color: rgba(255,255,255,.72); font-size: 8px; font-weight: 800; letter-spacing: .12em; }
.home-project-card-copy { min-width: 0; }
.home-project-card-copy strong { display: block; font-size: clamp(23px,2.5vw,36px); font-weight: 300; line-height: 1.02; letter-spacing: -.04em; text-wrap: balance; }
.home-project-card--1 .home-project-card-copy strong { font-size: clamp(35px,4vw,55px); }
.home-project-card-copy small { display: -webkit-box; max-width: 630px; margin-top: 10px; overflow: hidden; color: rgba(255,255,255,.72); font-size: 10px; font-weight: 400; line-height: 1.55; -webkit-box-orient: vertical; -webkit-line-clamp: 2; }
.home-project-arrow { width: 46px; height: 46px; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.55); border-radius: 50%; color: #fff; font-size: 12px; transition: background .3s,border-color .3s,color .3s,transform .4s; }
.home-project-card:hover figure::before { background: linear-gradient(180deg,rgba(12,14,16,.16) 20%,rgba(12,14,16,.9) 100%); }
.home-project-card:hover figure::after { opacity: 1; transform: scale(1); }
.home-project-card:hover img { transform: scale(1.045); filter: saturate(1.04) contrast(1.02); }
.home-project-card:hover .home-project-arrow { border-color: #fff; background: #fff; color: var(--ink); transform: rotate(8deg); }
.blog-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 22px; }
.home-blog-heading-actions { flex: 0 0 auto; display: flex; align-items: center; gap: 14px; }
.home-blog-viewport { overflow: hidden; }
.home-blog-viewport::-webkit-scrollbar { display: none; }
.home-blog-track { display: flex; flex-wrap: nowrap; gap: 22px; }
.home-blog-track .blog-card { flex: 0 0 calc((100% - 44px)/3); min-width: 0; }
.blog-card { overflow: hidden; border-radius: 3px 28px 3px 3px; background: #fff; box-shadow: 0 14px 30px -16px rgba(35,27,22,.28); transition: transform .3s, box-shadow .3s; }
.blog-card:hover { transform: translateY(-5px); box-shadow: 0 20px 38px -18px rgba(35,27,22,.35); }
.blog-card > a { display: block; aspect-ratio: 16/10; overflow: hidden; }
.blog-card img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s; }
.blog-card:hover img { transform: scale(1.045); }
.blog-card > div { padding: 26px; }
.blog-card time { font-size: 9px; color: var(--accent); font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.blog-card h3 { margin: 9px 0 12px; font-size: 19px; line-height: 1.42; letter-spacing: -.02em; }
.blog-card p { color: var(--muted); display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical; overflow: hidden; }
.blog-more { margin-top: 7px; }

.inner-page-header { position: relative; overflow: hidden; padding: 14px 0 30px; background: linear-gradient(115deg, #eee9e4, var(--soft)); border-bottom: 1px solid var(--line); }
.inner-page-header::after { content: ""; position: absolute; width: 270px; height: 270px; right: 9%; top: -185px; border: 1px solid rgba(145,85,60,.2); border-radius: 50%; }
.inner-page-header-row { position: relative; z-index: 1; display: flex; align-items: flex-end; justify-content: space-between; gap: 30px; }
.inner-page-header h1 { max-width: 920px; margin: 9px 0 0; font-size: clamp(34px,4vw,54px); font-weight: 300; line-height: 1.08; letter-spacing: -.04em; }
.inner-page-header h1 strong { font-weight: 600; }
.inner-page-header p { max-width: 740px; margin: 13px 0 0; color: var(--muted); }
.inner-page-mark { color: rgba(145,85,60,.11); font-size: clamp(30px,3.5vw,45px); font-weight: 900; letter-spacing: -.055em; line-height: .8; }
.breadcrumb-nav ol { display: flex; flex-wrap: wrap; align-items: center; gap: 8px; margin: 0; padding: 0; list-style: none; }
.breadcrumb-nav li { display: flex; align-items: center; gap: 8px; color: var(--muted); font-size: 10px; font-weight: 800; letter-spacing: .075em; text-transform: uppercase; }
.breadcrumb-nav li:not(:last-child)::after { content: "›"; color: var(--accent); font-size: 15px; font-weight: 400; }
.breadcrumb-nav a { transition: color .2s; }
.breadcrumb-nav a:hover { color: var(--accent); }
.breadcrumb-nav [aria-current="page"] { color: var(--ink); }
.content-article { max-width: 900px; padding-top: 65px; padding-bottom: 80px; }
.article-cover { width: 100%; max-height: 600px; object-fit: contain; margin-bottom: 35px; }
.article-body { font-size: 16px; }
.article-body h2, .article-body h3 { margin-top: 1.6em; }
.article-body img { margin: 25px auto; }
.article-body .content-metric { display: inline-flex; vertical-align: top; flex-direction: column; min-width: 170px; margin: 12px 8px 12px 0; padding: 18px; border-left: 3px solid var(--accent); background: var(--soft); }
.article-body .content-metric strong { color: var(--accent); font-size: 25px; line-height: 1; }
.article-body .content-metric span { margin-top: 8px; font-size: 10px; font-weight: 800; letter-spacing: .06em; }
.article-body .content-progress { display: flex; align-items: center; justify-content: space-between; gap: 20px; margin: 9px 0; padding: 12px 16px; border: 1px solid var(--line); }
.article-body .content-progress strong { font-weight: 600; }
.article-body .content-progress span { color: var(--accent); font-weight: 800; }
.article-body .content-link { display: inline-flex; margin: 6px 7px 6px 0; padding: 8px 13px; border: 1px solid var(--line); border-radius: 999px; color: var(--accent); font-size: 10px; font-weight: 800; text-transform: uppercase; }
.article-body .content-link:hover { border-color: var(--accent); background: var(--accent); color: #fff; }
.article-body .policy-content { max-width: 940px; }
.article-body .policy-content h2 { margin: 8px 0 28px; font-size: clamp(28px,3vw,42px); font-weight: 300; letter-spacing: -.035em; }
.article-body .policy-lead { margin-bottom: 30px; color: var(--text); font-size: clamp(18px,2vw,23px); font-weight: 300; line-height: 1.55; }
.article-body .policy-content ul { display: grid; gap: 14px; margin: 0; padding: 0; list-style: none; }
.article-body .policy-content li { position: relative; padding: 0 0 14px 30px; border-bottom: 1px solid var(--line); line-height: 1.7; }
.article-body .policy-content li::before { content: ""; position: absolute; top: .72em; left: 0; width: 9px; height: 9px; border: 2px solid var(--accent); border-radius: 50%; }
.article-body .policy-meta { display: flex; justify-content: space-between; gap: 20px; margin-top: 38px; padding-top: 16px; border-top: 1px solid var(--text); color: var(--muted); font-size: 13px; }
.service-detail-page { background: #fff; }
.service-detail-hero { padding: 24px 0 82px; background: radial-gradient(circle at 82% 18%,rgba(145,85,60,.13),transparent 28%),linear-gradient(120deg,#fff 0%,var(--cream) 58%,#eee7e1 100%); border-bottom: 1px solid var(--line); }
.service-detail-hero .breadcrumb-nav { margin-bottom: 48px; }
.service-detail-hero-grid { display: grid; grid-template-columns: minmax(0,.9fr) minmax(0,1.1fr); gap: clamp(44px,6vw,84px); align-items: center; }
.service-detail-hero-copy { max-width: 570px; }
.service-detail-hero-copy h1 { max-width: 680px; margin: 8px 0 17px; font-size: clamp(48px,5.3vw,76px); font-weight: 200; line-height: .98; letter-spacing: -.055em; }
.service-detail-hero-copy h1 strong { font-weight: 600; }
.service-detail-slogan { margin: 0 0 22px; color: var(--accent); font-size: clamp(18px,2vw,24px); font-weight: 500; letter-spacing: -.025em; }
.service-detail-lead { max-width: 530px; margin: 0; color: var(--muted); font-size: 16px; line-height: 1.8; }
.service-detail-actions { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 31px; }
.service-detail-actions .button { gap: 9px; }
.service-detail-visual { position: relative; min-width: 0; height: clamp(430px,40vw,520px); display: grid; place-items: center; overflow: hidden; border: 1px solid rgba(145,85,60,.17); border-radius: 3px 42px 3px 3px; background: rgba(255,255,255,.66); }
.service-detail-visual::before, .service-detail-visual::after { content: ""; position: absolute; border: 1px solid rgba(145,85,60,.13); border-radius: 50%; }
.service-detail-visual::before { width: 380px; height: 380px; right: -120px; top: -170px; }
.service-detail-visual::after { width: 220px; height: 220px; left: -90px; bottom: -105px; }
.service-detail-visual-label { position: absolute; left: 28px; top: 25px; color: var(--accent); font-size: 9px; font-weight: 800; letter-spacing: .15em; }
.service-detail-visual-icon { position: relative; z-index: 2; width: 240px; height: 240px; color: var(--accent); }
.service-detail-visual-icon .solution-icon { overflow: visible; animation: serviceIconDrift 4.8s ease-in-out infinite; }
.service-detail-visual-icon .solution-icon > * { transform-box: fill-box; transform-origin: center; }
.service-detail-visual-icon .solution-icon--logo-ve-kurumsal-kimlik-tasarimi circle:first-of-type { animation: identityOrbitLeft 4.4s ease-in-out infinite; }
.service-detail-visual-icon .solution-icon--logo-ve-kurumsal-kimlik-tasarimi circle:nth-of-type(2) { animation: identityOrbitRight 4.4s ease-in-out infinite; }
.service-detail-visual-icon .solution-icon--logo-ve-kurumsal-kimlik-tasarimi path { stroke-dasharray: 16 7; animation: identityFrame 4.4s linear infinite; }
.service-detail-visual-icon .solution-icon--grafik-tasarim path:first-of-type { animation: pencilSketch 3.4s ease-in-out infinite; }
.service-detail-visual-icon .solution-icon--grafik-tasarim circle { animation: creativeDot 3.4s ease-in-out infinite; }
.service-detail-visual-icon .solution-icon--fotograf-cekimi circle { animation: cameraLens 3.2s ease-in-out infinite; }
.service-detail-visual-icon .solution-icon--fotograf-cekimi path:first-of-type { stroke-dasharray: 165; animation: cameraBody 4.8s ease-in-out infinite; }
.service-detail-visual-icon .solution-icon--fotograf-cekimi path:last-of-type { animation: cameraLight 2.2s steps(1,end) infinite; }
.service-detail-visual-icon .solution-icon--web-tasarim path:last-of-type { animation: codeFlow 3.1s ease-in-out infinite; }
.service-detail-visual-icon .solution-icon--web-tasarim rect { animation: browserPulse 4.2s ease-in-out infinite; }
.service-detail-visual-icon .solution-icon--tabela-sistemleri { transform-origin: 50% 12%; animation: signSwing 4.2s ease-in-out infinite; }
.service-detail-visual-icon .solution-icon--tabela-sistemleri path:last-of-type { animation: signMessage 2.8s ease-in-out infinite; }
.service-detail-visual-icon .solution-icon--video-produksiyon path:first-of-type { transform-origin: 50% 100%; animation: clapperMove 3.5s ease-in-out infinite; }
.service-detail-visual-icon .solution-icon--video-produksiyon path:last-of-type { animation: playPulse 2.4s ease-in-out infinite; }
.service-detail-visual-icon .solution-icon--sosyal-medya-danismanligi path:first-of-type { animation: messageFloatLeft 3.8s ease-in-out infinite; }
.service-detail-visual-icon .solution-icon--sosyal-medya-danismanligi path:nth-of-type(2) { animation: messageFloatRight 3.8s ease-in-out infinite .3s; }
.service-detail-visual-icon .solution-icon--sosyal-medya-danismanligi path:last-of-type { stroke-dasharray: 18 7; animation: messageType 2.8s linear infinite; }
.service-detail-visual-icon .solution-icon--matbaa-cozumleri path:first-of-type { animation: printerPulse 3.6s ease-in-out infinite; }
.service-detail-visual-icon .solution-icon--matbaa-cozumleri path:last-of-type { animation: printFeed 3.6s ease-in-out infinite; }
.corporate-detail-visual { height: clamp(430px,36vw,470px); place-items: start; padding: clamp(68px,6vw,86px) clamp(28px,4vw,46px) 34px; }
.corporate-visual-type { position: relative; z-index: 2; display: flex; flex-direction: column; color: var(--ink); font-size: clamp(38px,4.4vw,58px); font-weight: 200; line-height: .9; letter-spacing: -.055em; }
.corporate-visual-type span:nth-child(2) { color: var(--accent); font-weight: 400; }
.corporate-visual-type span:nth-child(3) { margin-left: clamp(20px,4vw,58px); }
.corporate-visual-footer { position: absolute; z-index: 3; right: clamp(24px,3vw,38px); bottom: 28px; left: clamp(24px,3vw,38px); display: grid; grid-template-columns: minmax(135px,.75fr) minmax(0,1.25fr); gap: 30px; align-items: end; padding-top: 17px; border-top: 1px solid rgba(145,85,60,.18); }
.corporate-visual-footer > p { max-width: 170px; margin: 0; color: var(--ink); font-size: 13px; font-weight: 500; line-height: 1.35; }
.corporate-visual-footer > div { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 7px 15px; }
.corporate-visual-footer span { display: flex; align-items: baseline; gap: 7px; min-width: 0; color: var(--muted); font-size: 8px; font-weight: 700; letter-spacing: .035em; line-height: 1.35; text-transform: uppercase; }
.corporate-visual-footer b { flex: 0 0 auto; color: var(--accent); font-size: 7px; font-weight: 700; }
.corporate-card-label { color: rgba(145,85,60,.3); font-size: 28px; font-weight: 200; letter-spacing: -.04em; }
.service-detail-visual > strong { position: absolute; right: 24px; bottom: -20px; color: rgba(145,85,60,.07); font-size: 150px; font-weight: 800; letter-spacing: -.09em; line-height: 1; }
.corporate-detail-visual > strong { right: 24px; bottom: 84px; font-size: 112px; opacity: .6; }
.service-detail-main { display: grid; grid-template-columns: minmax(230px,.62fr) minmax(0,1.38fr); gap: clamp(55px,8vw,110px); padding-top: 96px; padding-bottom: 105px; }
.service-detail-aside { position: sticky; top: 126px; align-self: start; padding-top: 21px; border-top: 1px solid var(--ink); }
.service-detail-aside h2 { margin: 4px 0 24px; font-size: 27px; font-weight: 300; letter-spacing: -.035em; }
.service-detail-aside ol { margin: 0; padding: 0; list-style: none; }
.service-detail-aside li { display: grid; grid-template-columns: 30px minmax(0,1fr); gap: 10px; align-items: center; min-height: 48px; border-bottom: 1px solid var(--line); font-size: 12px; font-weight: 600; }
.service-detail-aside li span { color: var(--accent); font-size: 8px; font-weight: 800; letter-spacing: .1em; }
.service-detail-content { min-width: 0; }
.service-detail-content > h2 { max-width: 760px; margin: 5px 0 34px; font-size: clamp(38px,4.2vw,58px); font-weight: 200; line-height: 1.04; letter-spacing: -.05em; }
.service-detail-copy { max-width: 780px; color: #484441; font-size: 16px; line-height: 1.9; }
.service-detail-copy > :first-child { margin-top: 0; }
.service-detail-copy p { margin: 0 0 27px; }
.service-detail-copy h2 + p, .service-detail-copy h3 + p { color: var(--ink); font-size: 18px; font-weight: 300; line-height: 1.85; }
.service-detail-copy h2, .service-detail-copy h3 { color: var(--ink); font-weight: 300; line-height: 1.15; letter-spacing: -.035em; }
.service-detail-copy h2 { margin: 55px 0 21px; font-size: clamp(29px,3vw,41px); }
.service-detail-copy h3 { margin: 39px 0 16px; font-size: 24px; }
.service-detail-copy ul, .service-detail-copy ol { display: grid; gap: 10px; margin: 25px 0 32px; padding-left: 22px; }
.service-detail-copy li::marker { color: var(--accent); }
.service-detail-copy img { width: 100%; border-radius: 3px 24px 3px 3px; }
.service-detail-copy blockquote { margin: 38px 0; padding: 22px 0 22px 29px; border-left: 2px solid var(--accent); color: var(--ink); font-size: 20px; font-weight: 300; }
.service-detail-copy table { width: 100%; margin: 30px 0; border-collapse: collapse; }
.service-detail-copy th, .service-detail-copy td { padding: 12px; border: 1px solid var(--line); text-align: left; }
.service-detail-gallery { padding-bottom: 105px; }
.service-detail-gallery > header { display: flex; align-items: flex-end; justify-content: space-between; gap: 35px; margin-bottom: 30px; padding-top: 24px; border-top: 1px solid var(--ink); }
.service-detail-gallery h2 { margin: 0; font-size: clamp(34px,4vw,52px); font-weight: 200; letter-spacing: -.045em; }
.service-detail-gallery > div { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 13px; }
.service-detail-gallery figure { min-width: 0; margin: 0; overflow: hidden; border-radius: 3px 24px 3px 3px; background: var(--soft); }
.service-detail-gallery img { width: 100%; aspect-ratio: 1.35; object-fit: cover; transition: transform .5s; }
.service-detail-gallery figure:hover img { transform: scale(1.035); }
.service-related { padding: 92px 0 100px; background: var(--soft); }
.service-related .section-heading h2 strong { font-weight: 500; }
.service-detail-cta { position: relative; display: flex; align-items: center; justify-content: space-between; gap: 55px; overflow: hidden; margin-top: 95px; margin-bottom: 0; padding: clamp(38px,5vw,64px); border-radius: 3px 34px 3px 3px; background: var(--ink); color: #fff; }
.service-detail-cta::after { content: "333"; position: absolute; right: 20%; bottom: -76px; color: rgba(255,255,255,.035); font-size: 190px; font-weight: 800; letter-spacing: -.1em; line-height: 1; pointer-events: none; }
.service-detail-cta > div, .service-detail-cta > a { position: relative; z-index: 1; }
.service-detail-cta p { margin: 0 0 11px; color: #c58b70; font-size: 9px; font-weight: 800; letter-spacing: .16em; }
.service-detail-cta h2 { margin: 0; font-size: clamp(38px,4.5vw,59px); font-weight: 200; line-height: 1.02; letter-spacing: -.05em; }
.service-detail-cta h2 strong { font-weight: 500; }
.service-detail-cta > a { flex: 0 0 auto; display: inline-flex; align-items: center; gap: 10px; min-height: 52px; padding: 0 22px; border: 1px solid rgba(255,255,255,.32); border-radius: 999px; color: #fff; font-size: 11px; font-weight: 800; letter-spacing: .06em; text-transform: uppercase; transition: .25s; }
.service-detail-cta > a:hover { border-color: var(--accent); background: var(--accent); }
.contact-section { padding: 80px 0 100px; background: #fff; }
.contact-intro { display: grid; grid-template-columns: minmax(0,1.25fr) minmax(300px,.75fr); gap: clamp(45px,8vw,105px); align-items: end; padding-bottom: 64px; }
.contact-intro h2 { margin: 0; font-size: clamp(44px,5.5vw,72px); font-weight: 200; line-height: 1; letter-spacing: -.055em; }
.contact-intro h2 strong { font-weight: 500; }
.contact-intro > p { max-width: 490px; margin: 0 0 5px; color: var(--muted); font-size: 16px; }
.contact-main-grid { display: grid; grid-template-columns: minmax(0,1.05fr) minmax(0,.95fr); gap: 16px; padding-inline: 0; }
.contact-panel { min-width: 0; padding: clamp(26px,3vw,40px); border: 1px solid var(--line); border-radius: 3px 28px 3px 3px; background: var(--soft); }
.contact-panel-heading { display: flex; align-items: flex-start; gap: 18px; margin-bottom: 30px; padding-bottom: 23px; border-bottom: 1px solid var(--line); }
.contact-panel-heading > span { flex: 0 0 auto; color: var(--accent); font-size: 9px; font-weight: 800; letter-spacing: .12em; }
.contact-panel-heading p { margin: 0 0 3px; color: var(--accent); font-size: 8px; font-weight: 800; letter-spacing: .14em; }
.contact-panel-heading h2 { margin: 0; font-size: 31px; font-weight: 300; letter-spacing: -.035em; }
.contact-address-list { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 12px; }
.contact-address-item { position: relative; min-width: 0; padding: 19px; border: 1px solid var(--line); border-radius: 3px 16px 3px 3px; background: #fff; }
.contact-address-item > span { position: absolute; right: 14px; top: 12px; color: rgba(145,85,60,.48); font-size: 8px; font-weight: 800; }
.contact-address-item h3 { margin: 0 25px 9px 0; font-size: 15px; font-weight: 500; }
.contact-address-item address { min-height: 64px; margin: 0 0 13px; color: var(--muted); font-size: 12px; font-style: normal; line-height: 1.65; }
.contact-address-item a { color: var(--accent); font-size: 11px; font-weight: 600; overflow-wrap: anywhere; }
.contact-channel-list { display: grid; gap: 10px; }
.contact-channel-item { display: grid; grid-template-columns: 48px minmax(0,1fr); gap: 15px; align-items: center; min-height: 73px; padding: 11px 16px; border: 1px solid var(--line); border-radius: 3px 15px 3px 3px; background: #fff; transition: border-color .2s, color .2s, transform .2s; }
.contact-channel-item:hover { border-color: rgba(145,85,60,.35); color: var(--accent); transform: translateX(3px); }
.contact-channel-icon { width: 44px; height: 44px; display: grid; place-items: center; color: var(--accent); }
.contact-channel-icon svg { width: 32px; height: 32px; display: block; }
.contact-channel-item small { display: block; margin-bottom: 2px; color: var(--muted); font-size: 8px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.contact-channel-item strong { display: block; color: var(--ink); font-family: "Helvetica Neue",Arial,sans-serif; font-size: clamp(18px,2vw,25px); font-weight: 300; letter-spacing: .035em; white-space: nowrap; }
.contact-departments { display: grid; grid-template-columns: 210px minmax(0,1fr); gap: 34px; align-items: start; margin-top: 16px; padding: 30px 32px; border: 1px solid var(--line); border-radius: 3px 22px 3px 3px; background: var(--soft); }
.contact-departments p { margin: 0; font-size: 15px; font-weight: 500; }
.contact-departments > div span { color: var(--muted); font-size: 11px; }
.contact-departments nav { display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); gap: 8px; }
.contact-departments a { min-width: 0; min-height: 42px; display: flex; align-items: center; padding: 8px 13px; border: 1px solid var(--line); border-radius: 3px 12px 3px 3px; background: #fff; color: var(--muted); font-size: 10px; white-space: nowrap; transition: .2s; }
.contact-departments a:hover { border-color: var(--accent); background: var(--accent); color: #fff; }
.contact-map { margin-top: 74px; }
.contact-map > header { display: flex; align-items: flex-end; justify-content: space-between; gap: 30px; margin-bottom: 26px; }
.contact-map h2 { margin: 0; font-size: clamp(34px,4vw,52px); font-weight: 300; letter-spacing: -.045em; }
.contact-map > header > a { flex: 0 0 auto; padding: 10px 0; border-bottom: 1px solid var(--ink); font-size: 9px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.contact-map-frame { height: 460px; overflow: hidden; border: 1px solid var(--line); border-radius: 3px 30px 3px 3px; background: var(--soft); }
.contact-map-frame iframe { width: 100%; height: 100%; display: block; border: 0; filter: saturate(.72) contrast(.95); }
.contact-form-panel { display: grid; grid-template-columns: minmax(260px,.75fr) minmax(0,1.25fr); gap: clamp(45px,7vw,90px); margin-top: 74px; padding: clamp(32px,5vw,65px); border: 1px solid var(--line); border-radius: 3px 34px 3px 3px; background: var(--soft); }
.contact-form-heading h2 { margin: 0 0 18px; font-size: clamp(38px,4vw,56px); font-weight: 200; line-height: 1.03; letter-spacing: -.05em; }
.contact-form-heading h2 strong { font-weight: 500; }
.contact-form-heading > p:last-child { color: var(--muted); }
.cms-form label { display: block; margin-bottom: 5px; font-weight: 700; }
.cms-form input:not([type=checkbox]), .cms-form textarea { width: 100%; border: 1px solid #ccc; padding: 12px; background: #fff; }
.cms-form textarea { min-height: 120px; }
.cms-form button { margin-top: 20px; padding: 12px 28px; border: 0; background: var(--accent); color: #fff; }
.form-honeypot { position: absolute; left: -9999px; }
.form-choice { display: flex!important; align-items: flex-start; gap: 10px; margin: 5px 0 0!important; color: var(--muted); font-size: 11px!important; font-weight: 400!important; line-height: 1.55; letter-spacing: 0!important; text-transform: none!important; }
.form-choice input { flex: 0 0 auto; margin-top: 3px; accent-color: var(--accent); }
.form-help { display: block; margin-top: 6px; color: var(--muted); font-size: 10px; }
.form-error { display: block; margin-top: 5px; color: #a12d24; font-size: 11px; }
.form-success { margin: 0 0 20px; padding: 13px 16px; border: 1px solid rgba(48,112,72,.22); border-radius: 3px 12px 3px 3px; background: rgba(48,112,72,.08); color: #27613c; }
.contact-form-panel .cms-form label { color: var(--muted); font-size: 10px; letter-spacing: .07em; text-transform: uppercase; }
.contact-form-panel .cms-form input:not([type=checkbox]), .contact-form-panel .cms-form textarea { border-color: var(--line); border-radius: 3px 12px 3px 3px; outline: 0; transition: border-color .2s, box-shadow .2s; }
.contact-form-panel .cms-form input:focus, .contact-form-panel .cms-form textarea:focus { border-color: var(--accent); box-shadow: 0 0 0 3px rgba(145,85,60,.1); }
.contact-form-panel .cms-form button { min-height: 48px; padding: 0 28px; border-radius: 999px; background: var(--ink); font-size: 10px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; transition: .2s; }
.contact-form-panel .cms-form button:hover { background: var(--accent); }
.career-section { padding: 80px 0 100px; background: #fff; }
.career-grid { display: grid; grid-template-columns: minmax(0,.8fr) minmax(0,1.2fr); gap: clamp(50px,8vw,100px); align-items: start; }
.career-copy { position: sticky; top: 130px; }
.career-copy h2 { margin: 0 0 28px; font-size: clamp(42px,5vw,66px); font-weight: 200; line-height: 1.02; letter-spacing: -.05em; }
.career-copy h2 strong { font-weight: 500; }
.career-lead { color: var(--muted); font-size: 17px; }
.career-description { margin-top: 28px; }
.career-description h2 { margin: 0 0 14px; font-size: 24px; font-weight: 500; line-height: 1.3; letter-spacing: -.02em; }
.career-description p { color: var(--muted); }
.career-note { margin-top: 32px; padding: 18px 0 0 22px; border-top: 1px solid var(--line); border-left: 2px solid var(--accent); color: var(--muted); font-size: 12px; }
.career-form-card { padding: clamp(28px,4vw,48px); border: 1px solid var(--line); border-radius: 3px 30px 3px 3px; background: var(--soft); }
.career-form-heading { margin-bottom: 32px; }
.career-form-heading > p { margin: 0 0 7px; color: var(--accent); font-size: 9px; font-weight: 800; letter-spacing: .15em; }
.career-form-heading h2 { margin: 0 0 8px; font-size: clamp(32px,3.5vw,46px); font-weight: 300; letter-spacing: -.04em; }
.career-form-heading > span { color: var(--muted); font-size: 13px; }
.career-form-card .cms-form label:not(.form-choice) { color: var(--muted); font-size: 9px; font-weight: 800; letter-spacing: .07em; text-transform: uppercase; }
.career-form-card .cms-form input:not([type=checkbox]), .career-form-card .cms-form textarea { min-height: 49px; border-color: var(--line); border-radius: 3px 12px 3px 3px; outline: 0; }
.career-form-card .cms-form textarea { min-height: 125px; }
.career-form-card .cms-form input:focus, .career-form-card .cms-form textarea:focus { border-color: var(--accent); box-shadow: 0 0 0 3px rgba(145,85,60,.1); }
.career-form-card .cms-form input[type=file] { padding: 10px; font-size: 11px; }
.career-form-card .cms-form button { min-height: 49px; padding: 0 30px; border-radius: 999px; background: var(--ink); font-size: 10px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; transition: background .2s; }
.career-form-card .cms-form button:hover { background: var(--accent); }
.solutions-archive { padding: 85px 0 105px; background: #fff; }
.solutions-archive-heading { max-width: 860px; margin: 0 auto 60px; text-align: center; }
.solutions-archive-heading h2 { margin: 0; font-size: clamp(42px,5vw,66px); font-weight: 200; line-height: 1.05; letter-spacing: -.05em; }
.solutions-archive-heading h2 strong { font-weight: 500; }
.solutions-archive-heading > p:last-child { max-width: 680px; margin: 24px auto 0; color: var(--muted); font-size: 16px; }
.archive-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 28px; padding-top: 60px; padding-bottom: 50px; }
.archive-card { overflow: hidden; border-radius: 3px 24px 3px 3px; background: #fff; box-shadow: 0 10px 30px rgba(35,27,22,.06); }
.archive-card > a { display: block; aspect-ratio: 4/3; overflow: hidden; }
.archive-card img { width: 100%; height: 100%; object-fit: cover; }
.archive-card > div { padding: 24px; }
.archive-card h2 { font-size: 18px; }
.archive-card p { color: var(--muted); }
.blog-layout { display: grid; grid-template-columns: 280px minmax(0,1fr); gap: 48px; padding-top: 60px; padding-bottom: 70px; }
.blog-sidebar { position: sticky; top: 128px; align-self: start; display: grid; gap: 18px; }
.blog-search, .blog-categories { margin: 0; padding: 24px; border: 1px solid var(--line); border-radius: 3px 22px 3px 3px; background: var(--soft); }
.blog-search label, .blog-categories > p { display: block; margin: 0 0 14px; color: var(--ink); font-size: 11px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.blog-search > div { display: flex; overflow: hidden; border: 1px solid var(--line); border-radius: 3px 12px 3px 3px; background: #fff; transition: border-color .2s, box-shadow .2s; }
.blog-search > div:focus-within { border-color: var(--accent); box-shadow: 0 0 0 3px rgba(145,85,60,.1); }
.blog-search input[type="search"] { min-width: 0; width: 100%; height: 48px; padding: 0 13px; border: 0; outline: 0; background: transparent; color: var(--ink); font-size: 12px; }
.blog-search input[type="search"]::placeholder { color: #99918c; }
.blog-search button { flex: 0 0 52px; border: 0; background: var(--ink); color: #fff; font-size: 9px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; transition: background .2s; }
.blog-search button:hover { background: var(--accent); }
.blog-categories { background: #fff; }
.blog-categories a { display: flex; align-items: center; justify-content: space-between; gap: 12px; min-height: 46px; margin: 0 -10px; padding: 0 10px; border-bottom: 1px solid var(--line); color: var(--muted); font-size: 12px; font-weight: 700; transition: color .2s, padding .2s; }
.blog-categories a:last-child { border-bottom: 0; }
.blog-categories a:hover, .blog-categories a.active { padding-left: 16px; color: var(--accent); }
.blog-categories a.active { font-weight: 800; }
.blog-categories b { min-width: 28px; padding: 4px 7px; border-radius: 999px; background: var(--soft); color: var(--muted); font-size: 9px; text-align: center; }
.blog-categories a.active b { background: var(--ink); color: #fff; }
.featured-blog-section { padding-top: 58px; }
.featured-blog-heading { display: flex; align-items: flex-end; justify-content: space-between; gap: 28px; margin-bottom: 27px; }
.featured-blog-heading h2 { margin: 0; font-size: clamp(32px,3.5vw,48px); letter-spacing: -.04em; }
.featured-blog-viewport { overflow: hidden; }
.featured-blog-viewport::-webkit-scrollbar { display: none; }
.featured-blog-track { display: flex; gap: 14px; }
.featured-blog-card { flex: 0 0 calc((100% - 42px)/4); min-width: 0; overflow: hidden; border-radius: 3px 24px 3px 3px; background: var(--soft); }
.featured-blog-card > a { position: relative; display: block; aspect-ratio: 1.15; overflow: hidden; }
.featured-blog-card img { width: 100%; height: 100%; object-fit: cover; transition: transform .55s; }
.featured-blog-card:hover img { transform: scale(1.055); }
.featured-blog-card > a::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg,rgba(12,9,8,.02) 25%,rgba(12,9,8,.88) 100%); }
.featured-blog-placeholder { width: 100%; height: 100%; display: grid; place-items: center; color: rgba(145,85,60,.2); font-size: 62px; font-weight: 700; }
.featured-blog-overlay { position: absolute; z-index: 2; inset: auto 0 0; display: grid; grid-template-columns: 1fr; gap: 7px; padding: 24px 20px 19px; color: #fff; }
.featured-blog-overlay time { grid-column: 1/-1; color: rgba(255,255,255,.68); font-size: 8px; font-weight: 700; letter-spacing: .09em; text-transform: uppercase; }
.featured-blog-overlay strong { font-size: 15px; font-weight: 500; line-height: 1.35; }
.blog-content { min-width: 0; }
.blog-archive-grid { grid-template-columns: repeat(2,minmax(0,1fr)); padding-top: 0; }
.blog-archive-grid .archive-card time { display: block; margin-bottom: 8px; color: var(--accent); font-size: 9px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.blog-archive-grid .archive-card p { display: -webkit-box; overflow: hidden; -webkit-box-orient: vertical; -webkit-line-clamp: 3; }
.blog-detail-layout { display: grid; grid-template-columns: 280px minmax(0,1fr); gap: 48px; padding-top: 60px; padding-bottom: 85px; }
.blog-detail-main { min-width: 0; }
.blog-detail-article { max-width: none; padding: 0; }
.blog-detail-article .article-cover { max-height: 560px; border-radius: 3px 28px 3px 3px; }
.article-date { display: block; margin: 0 0 15px; color: var(--accent); font-size: 10px; font-weight: 800; letter-spacing: .09em; text-transform: uppercase; }
.related-posts { margin-top: 75px; padding-top: 42px; border-top: 1px solid var(--line); }
.related-posts-heading { display: flex; align-items: flex-end; justify-content: space-between; gap: 28px; margin-bottom: 28px; }
.related-posts-heading h2 { margin: 0; font-size: clamp(30px,3.2vw,44px); letter-spacing: -.04em; }
.carousel-controls { display: flex; gap: 8px; }
.carousel-controls button { width: 43px; height: 43px; display: grid; place-items: center; border: 1px solid var(--line); border-radius: 50%; background: #fff; color: var(--ink); font-size: 18px; transition: .2s; }
.carousel-controls button:hover { border-color: var(--accent); background: var(--accent); color: #fff; }
.carousel-controls button:disabled { opacity: .3; pointer-events: none; }
[data-carousel-viewport] { overflow: hidden!important; padding: 18px 20px 38px; margin: -18px 0 -20px; touch-action: pan-y; }
[data-carousel-viewport] > :first-child { will-change: transform; transition: transform .58s cubic-bezier(.22,.72,.2,1); }
[data-carousel-viewport] > :first-child.is-jumping { transition: none; }
.carousel-dots { display: flex; align-items: center; justify-content: center; gap: 9px; min-height: 12px; margin-top: 19px; }
.carousel-dots[hidden] { display: none; }
.carousel-dots button { width: 8px; height: 8px; padding: 0; border: 0; border-radius: 50%; background: rgba(24,23,22,.22); transition: background .2s, transform .2s; }
.carousel-dots button:hover { background: var(--accent); transform: scale(1.18); }
.carousel-dots button.active { background: var(--ink); transform: scale(1.28); }
.related-carousel-viewport { overflow: hidden; }
.related-carousel-viewport::-webkit-scrollbar { display: none; }
.related-carousel-track { display: flex; gap: 16px; }
.related-blog-card { flex: 0 0 calc((100% - 32px)/3); overflow: hidden; border-radius: 3px 20px 3px 3px; background: #fff; box-shadow: 0 10px 28px rgba(35,27,22,.07); }
.related-blog-image { display: block; aspect-ratio: 4/3; overflow: hidden; background: var(--soft); }
.related-blog-image img { width: 100%; height: 100%; object-fit: cover; transition: transform .45s; }
.related-blog-image span { width: 100%; height: 100%; display: grid; place-items: center; color: rgba(145,85,60,.18); font-size: 46px; font-weight: 700; }
.related-blog-card:hover img { transform: scale(1.045); }
.related-blog-card > div { padding: 20px; }
.related-blog-card time { display: block; color: var(--accent); font-size: 8px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.related-blog-card h3 { margin: 8px 0 12px; font-size: 17px; line-height: 1.35; }
.pagination-wrap { padding-bottom: 50px; }
.standard-pagination { display: flex; align-items: center; justify-content: space-between; gap: 28px; padding: 22px 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.standard-pagination > p { flex: 0 0 auto; margin: 0; color: var(--muted); font-size: 12px; white-space: nowrap; }
.standard-pagination > p strong { color: var(--ink); }
.standard-pagination nav { min-width: 0; margin-left: auto; }
.standard-pagination .pagination { display: flex; gap: 5px; margin: 0; padding: 0; }
.standard-pagination .page-link { min-width: 40px; height: 40px; display: grid; place-items: center; padding: 0 10px; border: 1px solid var(--line); border-radius: 50%!important; background: #fff; color: var(--ink); font-size: 12px; font-weight: 700; box-shadow: none!important; }
.standard-pagination .page-link:hover { border-color: var(--accent); color: var(--accent); }
.standard-pagination .active > .page-link { border-color: var(--ink); background: var(--ink); color: #fff; }
.standard-pagination .disabled > .page-link { background: transparent; color: #aaa; opacity: .55; }
.standard-pagination .pagination-ellipsis { border-color: transparent; }
.portfolio-hero { padding: 82px 0 52px; background: #fff; text-align: center; }
.portfolio-hero-inner { max-width: 1060px; }
.portfolio-hero h2 { margin: 0; color: #3f3c3a; font-size: clamp(32px,4.2vw,58px); font-weight: 300; line-height: 1.12; letter-spacing: .005em; }
.portfolio-hero p:last-child { max-width: 920px; margin: 14px auto 0; color: #8b8784; font-size: 16px; }
.portfolio-archive { padding: 28px 0 80px; background: #fff; }
.portfolio-context { position: relative; margin: 0 0 28px; padding-right: 100px; }
.portfolio-context h2 { margin: 0; font-size: clamp(27px,3vw,42px); font-weight: 300; letter-spacing: -.035em; }
.portfolio-context span { position: absolute; right: 0; bottom: 8px; color: var(--muted); font-size: 11px; text-transform: uppercase; }
.portfolio-grid { display: grid; grid-template-columns: repeat(12,minmax(0,1fr)); gap: 18px; }
.portfolio-card { min-width: 0; grid-column: span 4; cursor: default; }
.portfolio-card:nth-child(5n+1) { grid-column: span 7; }
.portfolio-card:nth-child(5n+2) { grid-column: span 5; }
.portfolio-image { position: relative; display: block; height: 330px; margin: 0; overflow: hidden; border-radius: 3px 34px 3px 3px; background: #eee9e4; isolation: isolate; }
.portfolio-card:nth-child(5n+1) .portfolio-image,
.portfolio-card:nth-child(5n+2) .portfolio-image { height: 430px; }
.portfolio-image::before { content: ""; position: absolute; z-index: 1; inset: 0; background: linear-gradient(180deg,rgba(15,14,13,.04) 34%,rgba(15,14,13,.88) 100%); transition: opacity .45s ease, background .45s ease; }
.portfolio-image::after { content: ""; position: absolute; z-index: 2; inset: 12px; border-top: 1px solid rgba(255,255,255,.45); border-left: 1px solid rgba(255,255,255,.18); opacity: 0; transform: scale(.985); transform-origin: left top; transition: opacity .35s ease, transform .55s cubic-bezier(.2,.7,.2,1); pointer-events: none; }
.portfolio-image img { width: 100%; height: 100%; object-fit: cover; filter: saturate(.88); transition: transform .8s cubic-bezier(.2,.7,.2,1), filter .5s ease; }
.portfolio-card:hover .portfolio-image img { transform: scale(1.055); filter: saturate(1.04); }
.portfolio-card:hover .portfolio-image::before { background: linear-gradient(180deg,rgba(15,14,13,.12) 12%,rgba(15,14,13,.9) 100%); }
.portfolio-card:hover .portfolio-image::after { opacity: 1; transform: scale(1); }
.portfolio-placeholder { width: 100%; height: 100%; display: grid; place-items: center; color: rgba(145,85,60,.22); font-size: clamp(25px,3vw,42px); font-weight: 900; letter-spacing: -.045em; }
.portfolio-card-copy { position: absolute; z-index: 3; right: 24px; bottom: 22px; left: 24px; display: block; color: #fff; transition: transform .45s cubic-bezier(.2,.7,.2,1); }
.portfolio-card:hover .portfolio-card-copy { transform: translateY(-4px); }
.portfolio-card-meta { display: flex; align-items: center; justify-content: space-between; gap: 18px; margin-bottom: 10px; padding-bottom: 10px; border-bottom: 1px solid rgba(255,255,255,.32); }
.portfolio-card-meta small,
.portfolio-card-meta span { color: rgba(255,255,255,.76); font-size: 8px; font-weight: 500; letter-spacing: .13em; text-transform: uppercase; }
.portfolio-card-copy strong { display: block; max-width: 92%; font-size: clamp(15px,1.3vw,20px); font-weight: 300; line-height: 1.22; letter-spacing: -.018em; }
.portfolio-card-sign { position: absolute; z-index: 3; top: 24px; right: 24px; width: 42px; height: 42px; display: grid; place-items: center; border-radius: 50%; background: rgba(255,255,255,.9); color: var(--ink); font-size: 9px; font-weight: 900; letter-spacing: -.04em; opacity: 0; transform: scale(.7) rotate(-20deg); transition: opacity .35s ease, transform .5s cubic-bezier(.2,.7,.2,1); }
.portfolio-card:hover .portfolio-card-sign { opacity: 1; transform: scale(1) rotate(0); }
.portfolio-empty { grid-column: 1/-1; padding: 75px 25px; background: var(--soft); text-align: center; }
.portfolio-empty h2 { font-size: 24px; font-weight: 300; }
.portfolio-empty a { color: var(--accent); font-size: 11px; font-weight: 800; text-transform: uppercase; }
.site-footer { position: relative; overflow: hidden; border-top: clamp(48px,6vw,88px) solid var(--white); padding: 0 0 22px; background: var(--ink); color: rgba(255,255,255,.58); }
.home-page .site-footer { border-top: 0; }
.site-footer::before { content: "ALİOĞLU"; position: absolute; right: -45px; bottom: 8px; color: rgba(255,255,255,.018); font-size: clamp(110px,14vw,205px); font-weight: 900; letter-spacing: -.075em; line-height: .7; pointer-events: none; }
.footer-cta { position: relative; z-index: 1; display: flex; align-items: center; justify-content: space-between; gap: 55px; padding-top: 90px; padding-bottom: 72px; border-bottom: 1px solid rgba(255,255,255,.12); }
.footer-cta p { margin: 0 0 12px; color: #c58b70; font-size: 11px; font-weight: 800; letter-spacing: .17em; }
.footer-cta h2 { max-width: 920px; margin: 0; color: #fff; font-size: clamp(46px,6.3vw,82px); font-weight: 200; line-height: .98; letter-spacing: -.055em; text-transform: none; }
.footer-cta h2 strong { font-weight: 500; }
.footer-cta > a { flex: 0 0 auto; display: inline-flex; align-items: center; gap: 18px; min-height: 52px; padding: 0 23px; border: 1px solid rgba(255,255,255,.3); border-radius: 999px; color: #fff; font-size: 12px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; transition: .25s; }
.footer-cta > a:hover { border-color: var(--accent); background: var(--accent); }
.footer-grid { position: relative; z-index: 1; display: grid; grid-template-columns: 1.15fr .5fr 1.65fr 1fr; gap: clamp(35px,5vw,72px); padding-top: 55px; }
.footer-grid h2 { margin: 0 0 20px; color: #fff; font-size: 13px; font-weight: 700; letter-spacing: .13em; text-transform: uppercase; }
.site-footer ul { margin: 0; padding: 0; list-style: none; }
.site-footer a { transition: color .2s; }
.site-footer a:hover { color: #fff; }
.footer-brand > p { max-width: 350px; margin: 0; font-size: 14px; line-height: 1.75; }
.footer-logo { width: 215px; height: auto; max-height: 58px; margin-bottom: 24px; object-fit: contain; object-position: left center; filter: brightness(0) invert(1); opacity: .92; transform: none; }
.footer-socials { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 24px; }
.footer-socials a { color: rgba(255,255,255,.72); font-size: 12px; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; }
.footer-nav li + li { margin-top: 8px; }
.footer-nav a { display: inline-block; color: rgba(255,255,255,.67); font-size: 14px; }
.footer-services ul { columns: 2; column-gap: 22px; }
.footer-services li { break-inside: avoid; }
.footer-services a { white-space: nowrap; }
.footer-services li:nth-child(5) { margin-top: 0; }
.footer-contact address { margin: 0 0 20px; color: rgba(255,255,255,.54); font-size: 14px; font-style: normal; line-height: 1.7; }
.footer-contact-link { display: block; margin-top: 8px; color: #fff; font-size: 14px; }
.footer-bottom { position: relative; z-index: 1; display: flex; align-items: center; justify-content: space-between; gap: 30px; margin-top: 50px; padding-top: 20px; border-top: 1px solid rgba(255,255,255,.1); font-size: 12px; }
.footer-bottom > a { color: rgba(255,255,255,.56); letter-spacing: .04em; }
.footer-bottom strong { color: #fff; font-weight: 500; }
.footer-legal { display: flex; flex-wrap: wrap; justify-content: center; gap: 7px 16px; }
.footer-legal a, .footer-legal button { padding: 0; border: 0; background: none; color: rgba(255,255,255,.56); font: inherit; cursor: pointer; transition: color .2s; }
.footer-legal a:hover, .footer-legal button:hover { color: #fff; }

.cookie-consent[hidden], .cc-banner[hidden], .cc-modal[hidden] { display: none; }
.cc-banner { position: fixed; z-index: 1300; left: 50%; bottom: 18px; width: min(980px,calc(100% - 28px)); display: flex; align-items: center; gap: 22px; padding: 20px 22px; border: 1px solid var(--line); border-radius: 4px 24px 4px 4px; background: #fff; box-shadow: var(--shadow); transform: translateX(-50%); }
.cc-banner-body { flex: 1 1 340px; min-width: 0; }
.cc-title { display: flex; align-items: center; gap: 9px; color: var(--ink); font-size: 15px; }
.cc-title svg, .cc-modal-title svg { flex: 0 0 auto; width: 22px; height: 22px; fill: none; stroke: var(--accent); stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; }
.cc-text { margin: 5px 0 0; color: var(--muted); font-size: 12px; line-height: 1.6; }
.cc-text a, .cc-modal-policy { color: var(--accent); text-decoration: underline; text-underline-offset: 3px; }
.cc-banner-actions, .cc-modal-actions { display: flex; flex-wrap: wrap; gap: 8px; }
.cc-btn { min-height: 42px; padding: 0 17px; border: 1px solid var(--line); border-radius: 999px; background: var(--soft); color: var(--ink); font-size: 10px; font-weight: 800; letter-spacing: .045em; cursor: pointer; transition: .2s; }
.cc-btn:hover { border-color: var(--accent); color: var(--accent); }
.cc-btn-accept { border-color: var(--ink); background: var(--ink); color: #fff; }
.cc-btn-accept:hover { border-color: var(--accent); background: var(--accent); color: #fff; }
.cc-modal { position: fixed; z-index: 1310; inset: 0; display: grid; place-items: center; padding: 20px; }
.cc-modal-backdrop { position: absolute; inset: 0; background: rgba(24,23,22,.58); backdrop-filter: blur(3px); }
.cc-modal-panel { position: relative; width: min(570px,100%); max-height: calc(100vh - 40px); overflow-y: auto; padding: 28px; border-radius: 4px 30px 4px 4px; background: #fff; box-shadow: 0 30px 90px rgba(24,23,22,.3); }
.cc-modal-close { position: absolute; top: 13px; right: 13px; width: 36px; height: 36px; border: 0; border-radius: 50%; background: var(--soft); color: var(--ink); font-size: 23px; line-height: 1; cursor: pointer; }
.cc-modal-title { display: flex; align-items: center; gap: 10px; margin: 0 40px 7px 0; color: var(--ink); font-size: 24px; font-weight: 500; }
.cc-modal-lead { margin: 0 0 20px; color: var(--muted); font-size: 13px; line-height: 1.65; }
.cc-cat { display: flex; align-items: center; justify-content: space-between; gap: 18px; margin-bottom: 9px; padding: 15px 16px; border: 1px solid var(--line); border-radius: 3px 15px 3px 3px; cursor: pointer; }
.cc-cat--locked { background: var(--soft); cursor: default; }
.cc-cat-info { min-width: 0; }
.cc-cat-info strong { display: block; color: var(--ink); font-size: 13px; }
.cc-cat-info span { display: block; margin-top: 2px; color: var(--muted); font-size: 11px; line-height: 1.5; }
.cc-always { flex: 0 0 auto; color: #31865b; font-size: 10px; font-weight: 800; }
.cc-switch { position: relative; flex: 0 0 auto; width: 44px; height: 24px; }
.cc-switch input { position: absolute; width: 100%; height: 100%; margin: 0; opacity: 0; cursor: pointer; }
.cc-slider { position: absolute; inset: 0; border-radius: 999px; background: #cbc6c1; transition: .2s; pointer-events: none; }
.cc-slider::before { content: ""; position: absolute; top: 3px; left: 3px; width: 18px; height: 18px; border-radius: 50%; background: #fff; transition: transform .2s; }
.cc-switch input:checked + .cc-slider { background: var(--accent); }
.cc-switch input:checked + .cc-slider::before { transform: translateX(20px); }
.cc-switch input:focus-visible + .cc-slider { outline: 3px solid rgba(145,85,60,.2); outline-offset: 2px; }
.cc-modal-actions { margin-top: 17px; }
.cc-modal-actions .cc-btn { flex: 1 1 auto; }
.cc-modal-policy { display: inline-block; margin-top: 13px; font-size: 11px; }
.back-top { position: fixed; right: 22px; bottom: 22px; z-index: 50; width: 45px; height: 45px; border: 0; border-radius: 50%; background: var(--accent); color: #fff; opacity: 0; pointer-events: none; transition: .2s; }
.back-top.visible { opacity: 1; pointer-events: auto; }
.mobile-bottom-nav { display: none; }
.error-page { text-align: center; padding: 100px 0; }
.error-page > p { margin: 0; font-size: 90px; color: var(--accent); }
.error-inner { max-width: 720px; margin: 0 auto; }
.error-code { display: block; color: var(--accent); font-size: 78px; font-weight: 900; line-height: 1; }
.error-inner h2 { margin: 16px 0 10px; font-size: 32px; }
.error-inner > p { color: var(--muted); }
.error-actions { display: flex; flex-wrap: wrap; justify-content: center; gap: 10px; margin-top: 25px; }
.error-actions a { display: inline-flex; align-items: center; min-height: 45px; padding: 0 18px; border: 1px solid var(--ink); border-radius: 999px; font-size: 10px; font-weight: 800; text-transform: uppercase; }
.error-actions .btn-accent { border-color: var(--ink); background: var(--ink); color: #fff; }
.error-actions a:hover { border-color: var(--accent); background: var(--accent); color: #fff; }

@media (max-width: 1100px) {
    .site-nav > ul { gap: 20px; }
    .site-nav > ul > li:not(:last-child) > a::before { right: -10px; }
    .header-cta { display: none; }
    .hero-grid { grid-template-columns: minmax(0,.82fr) minmax(0,1.18fr); gap: 28px; }
    .hero-badge { right: 0; }
}

@media (max-width: 991px) {
    .topbar { position: sticky; top: 0; }
    .topbar-note { display: flex; white-space: nowrap; }
    .topbar-row { justify-content: space-between; }
    .site-header { top: 38px; height: 78px; }
    .brand { flex-basis: 164px; width: 164px; padding-block: 12px; }
    .brand img { width: 154px; max-height: 48px; }
    .menu-toggle { display: block; }
    .site-nav { position: absolute; left: 0; right: 0; top: 78px; display: none; max-height: calc(100vh - 116px); overflow-y: auto; overscroll-behavior: contain; padding: 16px 28px 24px; background: var(--cream); border-bottom: 1px solid var(--line); box-shadow: 0 25px 40px rgba(0,0,0,.12); }
    .site-nav.open { display: block; }
    .site-nav > ul { display: block; }
    .site-nav a { padding: 9px 0; }
    .nav-submenu-icon { display: none; }
    .site-nav > ul > li:not(:last-child) > a::before { display: none; }
    .site-nav > ul > li > a::after { display: none; }
    .sub-menu { position: static; display: none; width: auto; box-shadow: none; border: 0; padding: 0 0 0 18px; opacity: 1; visibility: visible; transform: none; background: transparent; }
    .submenu-toggle { position: absolute; right: -8px; top: 1px; width: 38px; height: 38px; display: grid; place-items: center; border: 0; background: transparent; color: var(--accent); font-size: 21px; font-weight: 300; line-height: 1; }
    .submenu-toggle > span:last-child { transition: transform .2s; }
    .submenu-open > .submenu-toggle > span:last-child { transform: rotate(45deg); }
    .site-nav .mega-item { position: relative; }
    .site-nav .mega-menu { display: none; width: auto; padding: 0 0 0 18px; border: 0; border-radius: 0; box-shadow: none; backdrop-filter: none; }
    .site-nav .submenu-open > .sub-menu { display: block; }
    .site-nav .mega-menu-title { display: none; }
    .site-nav .mega-menu-link > a { min-height: 0; padding: 8px 0; border-radius: 0; background: transparent; box-shadow: none; }
    .site-nav .mega-menu-icon { width: 25px; height: 25px; }
    .site-nav .mega-menu-link > a:hover, .site-nav .mega-menu-link > a:focus { background: transparent; box-shadow: none; transform: none; }
    .site-nav .mega-menu-project > a { min-height: 72px; margin: 7px 0; padding: 0 10px 0 90px; background: #fff; color: var(--ink); }
    .mega-menu-project-image { right: auto; width: 78px; }
    .mega-menu-project-image::after { display: none; }
    .mega-menu-project-copy { position: static; display: flex; min-height: 72px; flex-direction: column; justify-content: center; }
    .mega-menu-project-copy small { color: var(--accent); }
    .mega-menu-project-copy strong { color: var(--ink); font-size: 11px; }
    .hero-grid { display: grid; grid-template-columns: 1fr; min-height: 0; }
    .hero-copy { top: -10px; max-width: 700px; padding: 0; }
    .hero-section { padding-top: 46px; }
    .hero-visual { width: 100%; max-width: 760px; margin-top: 24px; pointer-events: auto; }
    .hero-section-slider { padding: 15px; }
    .hero-copy.hero-copy-overlay { top: 50%; left: 42px; max-width: 600px; padding: 0; }
    .section-space { padding: 82px 0; }
    .about-showcase-grid { grid-template-columns: 1fr; gap: 55px; }
    .about-showcase-copy { max-width: 760px; }
    .about-showcase-visual { min-height: 580px; }
    .about-showcase-image-main { width: 78%; }
    .service-grid { grid-template-columns: repeat(2,1fr); }
    .blog-grid, .archive-grid { grid-template-columns: repeat(2,1fr); }
    .home-blog-track .blog-card { flex-basis: calc((100% - 22px)/2); }
    .blog-layout, .blog-detail-layout { grid-template-columns: 230px minmax(0,1fr); gap: 28px; }
    .related-blog-card { flex-basis: calc((100% - 16px)/2); }
    .featured-blog-card { flex-basis: calc((100% - 14px)/2); }
    .service-detail-hero-grid { grid-template-columns: 1fr; gap: 44px; }
    .service-detail-hero-copy { max-width: 720px; }
    .service-detail-visual { height: 400px; }
    .service-detail-main { grid-template-columns: 1fr; gap: 54px; }
    .service-detail-aside { position: static; }
    .service-detail-aside ol { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 0 24px; }
    .service-detail-cta { align-items: flex-end; }
    .contact-intro { gap: 40px; }
    .contact-main-grid { grid-template-columns: 1fr; }
    .contact-channel-list { grid-template-columns: repeat(2,minmax(0,1fr)); }
    .contact-departments nav { grid-template-columns: repeat(2,minmax(0,1fr)); }
    .contact-form-panel { grid-template-columns: 1fr; }
    .career-grid { grid-template-columns: 1fr; }
    .career-copy { position: static; }
    .portfolio-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
    .portfolio-card,
    .portfolio-card:nth-child(5n+1),
    .portfolio-card:nth-child(5n+2) { grid-column: auto; }
    .portfolio-image,
    .portfolio-card:nth-child(5n+1) .portfolio-image,
    .portfolio-card:nth-child(5n+2) .portfolio-image { height: 330px; }
    .footer-grid { grid-template-columns: 1.1fr .9fr; row-gap: 45px; }
    .cc-banner { max-height: calc(100dvh - 36px); flex-direction: column; align-items: stretch; gap: 14px; overflow-y: auto; }
    .cc-banner-body { flex-basis: auto; width: 100%; }
    .cc-banner-actions { width: 100%; display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); }
    .cc-banner-actions .cc-btn { width: 100%; min-width: 0; padding-inline: 10px; }
    .cc-banner-actions .cc-btn-accept { grid-column: 1/-1; }
}

@media (max-width: 650px) {
    body { padding-bottom: calc(96px + env(safe-area-inset-bottom)); }
    .container { width: min(100% - 30px,1200px); }
    .topbar { display: block; }
    .topbar-row { min-height: 46px; display: flex; justify-content: space-between; gap: 8px; padding: 4px 0; }
    .topbar-note { min-width: 0; flex: 1 1 auto; justify-content: flex-start; gap: 6px; font-size: clamp(8.5px,2.6vw,10.5px); line-height: 1; letter-spacing: 0; white-space: nowrap; }
    .topbar-links { flex: 0 0 auto; width: auto; justify-content: flex-end; gap: 7px; }
    .topbar-phone { font-size: clamp(10px,3vw,12px); white-space: nowrap; }
    .topbar-social { padding-left: 0; }
    .topbar-social a { width: 23px; height: 23px; }
    .topbar-social svg { width: 11px; height: 11px; }
    .topbar-email { display: none; }
    .site-header { top: 46px; }
    .site-nav { max-height: calc(100vh - 124px); }
    .hero-section { padding: 30px 0 42px; }
    .hero-section-slider { padding: 0; }
    .hero-copy { top: -6px; }
    .hero-copy h1 { font-size: 43px; }
    .hero-copy-overlay h1 { font-size: clamp(28px,8.3vw,38px); line-height: .96; letter-spacing: -.055em; }
    .hero-copy > p:not(.hero-kicker) { font-size: 15px; }
    .hero-actions { display: grid; grid-template-columns: minmax(0,1.15fr) minmax(0,.85fr); gap: 9px; }
    .hero-actions .button { min-width: 0; min-height: 48px; gap: 6px; padding-inline: 8px; font-size: clamp(8px,2.35vw,10px); letter-spacing: .025em; white-space: nowrap; }
    .hero-action-icon { width: 15px; height: 15px; }
    .hero-slider, .hero-slider-track, .hero-project { min-height: 360px; }
    .hero-project-image { height: 360px; }
    .hero-project-meta { right: 126px; bottom: 20px; left: 18px; }
    .hero-project-meta strong { font-size: 16px; }
    .hero-slider-controls { top: 12px; right: 12px; gap: 8px; padding: 6px 8px; }
    .hero-slider-controls > button { width: 26px; height: 26px; }
    .hero-slider-dots button { width: 12px; }
    .hero-slider-dots button.is-active { width: 24px; }
    .hero-slider-overlay, .hero-slider-overlay .hero-slider-track, .hero-slider-overlay .hero-project { min-height: 600px; height: 600px; }
    .hero-slider-overlay .hero-project-image { height: 600px; }
    .hero-slider-overlay .hero-project::after { background: linear-gradient(90deg, rgba(12,12,11,.78), rgba(12,12,11,.22)), linear-gradient(180deg, rgba(12,12,11,.06), rgba(12,12,11,.7)); }
    .hero-copy.hero-copy-overlay { top: 50%; right: 22px; left: 22px; max-width: none; padding: 0; }
    .hero-copy-overlay h1 { font-size: clamp(39px,12.5vw,53px); }
    .hero-copy-overlay > p:not(.hero-kicker) { color: rgba(255,255,255,.88); }
    .hero-slider-overlay .hero-project-meta { display: none; }
    .hero-badge { width: 112px; min-height: 112px; right: 0; bottom: 18px; padding: 16px; }
    .hero-badge strong { font-size: 23px; }
    .hero-badge span { font-size: 8px; }
    .hero-production { margin-top: 10px; }
    .section-space { padding: 65px 0; }
    .about-showcase-grid { gap: 40px; }
    .about-showcase-copy h2 { font-size: 36px; }
    .about-showcase-lead { grid-template-columns: 28px minmax(0,1fr); gap: 10px; margin-top: 28px; padding-top: 20px; }
    .about-showcase-lead p { font-size: 15px; }
    .about-showcase-detail, .about-showcase-link { margin-left: 38px; }
    .about-showcase-visual { min-height: 390px; }
    .about-showcase-image-main { width: 88%; height: 330px; }
    .about-showcase-image-small { width: 51%; height: 180px; border-width: 7px; }
    .about-showcase-image span { right: 12px; bottom: 10px; left: 12px; font-size: 8px; }
    .about-showcase-mark { right: -12px; bottom: -12px; font-size: 48px; }
    .about-stats { grid-template-columns: repeat(2,minmax(0,1fr)); margin-top: 55px; }
    .about-stats > div { padding: 22px 15px; }
    .about-stats > div:nth-child(3) { border-top: 1px solid var(--line); border-left: 0; }
    .about-stats > div:nth-child(4) { border-top: 1px solid var(--line); }
    .about-stats strong { font-size: 27px; }
    .about-stats span { font-size: 7px; }
    .about-values { grid-template-columns: 1fr; gap: 8px; margin-top: 30px; }
    .about-values article { min-height: 160px; padding: 22px; }
    .about-values h3 { margin-top: 28px; }
    .intro-solutions-copy h2, .section-heading h2, .inner-page-header h1 { font-size: 35px; }
    .solutions-bar { align-items: flex-start; margin-top: 50px; }
    .section-heading { display: block; margin-bottom: 36px; }
    .section-heading > a { display: inline-flex; margin-top: 15px; }
    .home-blog-heading-actions { justify-content: space-between; margin-top: 18px; }
    .service-grid { grid-template-columns: repeat(2,minmax(0,1fr)); gap: 10px; }
    .service-card { min-height: 190px; padding: 15px; border-radius: 3px 18px 3px 3px; }
    .service-icon-wrap { width: 52px; height: 52px; }
    .service-card .card-index { font-size: 7px; }
    .service-card .card-title { margin-top: 6px; padding: 10px 0 0; font-size: 11px; }
    .blog-grid, .archive-grid { grid-template-columns: 1fr; }
    .home-blog-track .blog-card { flex-basis: 100%; }
    .blog-layout, .blog-detail-layout { grid-template-columns: 1fr; gap: 34px; padding-top: 38px; }
    .blog-sidebar { position: static; }
    .blog-categories { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 0 16px; }
    .blog-categories > p { grid-column: 1/-1; }
    .blog-categories a { margin: 0; }
    .service-detail-hero { padding: 18px 0 62px; }
    .service-detail-hero .breadcrumb-nav { margin-bottom: 35px; }
    .service-detail-hero-grid { gap: 34px; }
    .service-detail-hero-copy h1 { font-size: 43px; }
    .service-detail-lead { font-size: 14px; }
    .service-detail-actions { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); }
    .service-detail-actions .button { min-width: 0; padding-inline: 10px; font-size: 9px; white-space: nowrap; }
    .service-detail-visual { height: 285px; }
    .service-detail-visual { border-radius: 3px 25px 3px 3px; }
    .corporate-detail-visual { height: 365px; padding: 66px 22px 24px; }
    .corporate-visual-type { font-size: 43px; }
    .corporate-visual-footer { right: 20px; bottom: 20px; left: 20px; grid-template-columns: 1fr; gap: 13px; padding-top: 12px; }
    .corporate-visual-footer > p { max-width: none; font-size: 11px; }
    .corporate-visual-footer span { font-size: 7px; }
    .corporate-detail-visual > strong { bottom: 105px; font-size: 88px; }
    .service-detail-visual-icon { width: 150px; height: 150px; }
    .service-detail-visual > strong { font-size: 105px; }
    .service-detail-main { gap: 43px; padding-top: 64px; padding-bottom: 72px; }
    .service-detail-aside ol { gap: 0 14px; }
    .service-detail-aside li { font-size: 11px; }
    .service-detail-content > h2 { margin-bottom: 27px; font-size: 37px; }
    .service-detail-copy { font-size: 15px; }
    .service-detail-gallery { padding-bottom: 72px; }
    .service-detail-gallery > header { display: block; }
    .service-detail-gallery h2 { font-size: 35px; }
    .service-detail-gallery > div { grid-template-columns: 1fr; }
    .service-related { padding: 65px 0 72px; }
    .service-detail-cta { display: block; margin-top: 65px; margin-bottom: 0; padding: 34px 24px; }
    .service-detail-cta h2 { font-size: 39px; }
    .service-detail-cta > a { margin-top: 27px; }
    .related-posts { margin-top: 55px; padding-top: 32px; }
    .related-posts-heading { align-items: center; }
    .related-posts-heading h2 { font-size: 30px; }
    .related-blog-card { flex-basis: 100%; }
    .featured-blog-section { padding-top: 42px; }
    .featured-blog-heading { align-items: center; }
    .featured-blog-heading h2 { font-size: 30px; }
    .featured-blog-card { flex-basis: 100%; }
    .contact-section { padding: 58px 0 70px; }
    .contact-intro { grid-template-columns: 1fr; gap: 22px; padding-bottom: 42px; }
    .contact-intro h2 { font-size: 40px; }
    .contact-intro > p { font-size: 14px; }
    .contact-panel { padding: 20px 16px; }
    .contact-address-list, .contact-channel-list { grid-template-columns: 1fr; }
    .contact-address-item address { min-height: 0; }
    .contact-channel-item strong { font-size: 20px; }
    .contact-departments { grid-template-columns: 1fr; gap: 17px; padding: 22px 18px; }
    .contact-map { margin-top: 55px; }
    .contact-map > header { display: block; margin-bottom: 21px; }
    .contact-map h2 { font-size: 34px; }
    .contact-map > header > a { display: inline-block; margin-top: 14px; }
    .contact-map-frame { height: 340px; border-radius: 3px 22px 3px 3px; }
    .contact-form-panel { margin-top: 55px; }
    .career-section { padding: 58px 0 72px; }
    .career-grid { gap: 40px; }
    .career-copy h2 { font-size: 40px; }
    .career-form-card { padding: 24px 18px; border-radius: 3px 22px 3px 3px; }
    .solutions-archive { padding: 58px 0 72px; }
    .solutions-archive-heading { margin-bottom: 42px; }
    .solutions-archive-heading h2 { font-size: 38px; }
    .portfolio-hero { padding: 54px 0 35px; }
    .portfolio-hero p:last-child { font-size: 14px; }
    .portfolio-archive { padding-top: 12px; }
    .work-category-groups { grid-template-columns: 1fr; }
    .work-category-group header { display: block; }
    .work-category-group header small { display: block; margin-top: 3px; }
    .portfolio-grid { grid-template-columns: repeat(2,minmax(0,1fr)); gap: 0; }
    .portfolio-image,
    .portfolio-card:nth-child(5n+1) .portfolio-image,
    .portfolio-card:nth-child(5n+2) .portfolio-image,
    .portfolio-card:nth-child(4n+1) .portfolio-image,
    .portfolio-card:nth-child(4n+4) .portfolio-image { height: clamp(210px,58vw,270px); border-radius: 0; }
    .portfolio-card-copy { right: 12px; bottom: 13px; left: 12px; }
    .portfolio-card-meta { gap: 7px; margin-bottom: 7px; padding-bottom: 6px; }
    .portfolio-card-meta small,
    .portfolio-card-meta span { font-size: 7px; letter-spacing: .08em; }
    .portfolio-card-copy strong { max-width: 100%; font-size: 12px; font-weight: 300; line-height: 1.24; }
    .portfolio-card-sign { display: none; }
    .portfolio-context { padding-right: 0; }
    .portfolio-context span { position: static; display: block; margin-top: 5px; }
    .inner-page-mark { display: none; }
    .standard-pagination { display: block; }
    .standard-pagination > p { margin-bottom: 16px; }
    .standard-pagination nav { overflow-x: auto; padding-bottom: 4px; }
    .footer-grid { grid-template-columns: 1fr; gap: 30px; }
    .footer-cta { display: block; padding-top: 55px; padding-bottom: 42px; }
    .footer-cta h2 { font-size: 43px; }
    .footer-cta > a { margin-top: 28px; }
    .footer-services ul { columns: 2; }
    .footer-bottom { display: block; margin-top: 38px; }
    .footer-bottom > a { display: inline-block; margin-top: 10px; }
    .footer-legal { justify-content: flex-start; margin-top: 11px; }
    .cc-banner { bottom: calc(102px + env(safe-area-inset-bottom)); width: calc(100% - 20px); max-height: calc(100dvh - 126px - env(safe-area-inset-bottom)); padding: 17px; }
    .cc-modal { padding: 10px; }
    .cc-modal-panel { max-height: calc(100dvh - 20px); padding: 24px 18px; }
    .cc-modal-actions { display: grid; }
    .mobile-bottom-nav { position: fixed; z-index: 1200; left: 50%; bottom: calc(10px + env(safe-area-inset-bottom)); width: min(520px,calc(100% - 20px)); min-height: 70px; display: grid; grid-template-columns: repeat(5,minmax(0,1fr)); align-items: stretch; padding: 7px 7px 6px; border: 1px solid rgba(255,255,255,.1); border-radius: 23px; background: rgba(24,27,30,.94); box-shadow: 0 18px 45px rgba(13,15,17,.32),inset 0 1px 0 rgba(255,255,255,.08); backdrop-filter: blur(20px) saturate(1.15); transform: translateX(-50%); }
    .mobile-bottom-nav::before { content: ""; position: absolute; inset: 5px; z-index: -1; border: 1px solid rgba(215,181,109,.08); border-radius: 18px; pointer-events: none; }
    .mobile-bottom-nav a { position: relative; min-width: 0; display: flex; align-items: center; justify-content: center; flex-direction: column; gap: 4px; border-radius: 16px; color: rgba(255,255,255,.56); font-size: 7.5px; font-weight: 700; letter-spacing: .025em; line-height: 1; white-space: nowrap; transition: color .22s,transform .22s,background .22s; }
    .mobile-nav-icon { width: 34px; height: 31px; display: grid; place-items: center; border-radius: 12px; transition: background .22s,color .22s,transform .22s; }
    .mobile-bottom-nav a.active { color: #fff; }
    .mobile-bottom-nav a.active::before { content: ""; position: absolute; top: 1px; left: 50%; width: 18px; height: 2px; border-radius: 99px; background: #d7b56d; box-shadow: 0 0 12px rgba(215,181,109,.55); transform: translateX(-50%); }
    .mobile-bottom-nav a.active .mobile-nav-icon { background: rgba(215,181,109,.12); color: #d7b56d; }
    .mobile-bottom-nav a:active { transform: scale(.94); }
    .mobile-bottom-nav svg { width: 20px; height: 20px; display: block; }
    .mobile-bottom-nav .mobile-nav-whatsapp { color: rgba(255,255,255,.8); }
    .mobile-nav-whatsapp .mobile-nav-icon { width: 56px; height: 56px; margin-top: -27px; border: 5px solid #191c1f; border-radius: 50%; background: #25b968; color: #fff; box-shadow: 0 10px 24px rgba(37,185,104,.3),inset 0 1px 0 rgba(255,255,255,.28); }
    .mobile-nav-whatsapp svg { width: 25px; height: 25px; stroke-width: 1.55; }
    .mobile-nav-whatsapp > span:last-child { margin-top: -2px; font-weight: 800; }
    .back-top { right: 18px; bottom: calc(104px + env(safe-area-inset-bottom)); width: 40px; height: 40px; }
}

@media (max-width: 370px) {
    .topbar-row { gap: 4px; }
    .topbar-note { gap: 4px; font-size: 7.5px; }
    .topbar-links { gap: 4px; }
    .topbar-phone { font-size: 9px; }
    .topbar-social { gap: 3px; }
    .topbar-social a { width: 19px; height: 19px; }
    .topbar-social svg { width: 9px; height: 9px; }
    .footer-services ul { columns: 1; }
    .contact-departments nav { grid-template-columns: 1fr; }
}

@media (prefers-reduced-motion: reduce) {
    .hero-production *, .service-detail-visual-icon *, .service-detail-visual-icon .solution-icon { animation: none!important; transition: none!important; }
    [data-carousel-viewport] > :first-child { transition: none!important; }
}

/* Project presentation */
.project-presentation { overflow: hidden; background: #fff; }
.project-cover { position: relative; min-height: min(760px,calc(100vh - 38px)); display: flex; isolation: isolate; background: var(--ink) var(--project-cover) center/cover no-repeat; color: #fff; }
.project-cover-shade { position: absolute; z-index: -1; inset: 0; background: linear-gradient(180deg,rgba(18,20,23,.54) 0%,rgba(18,20,23,.1) 38%,rgba(18,20,23,.86) 100%); }
.project-cover-inner { position: relative; display: flex; flex-direction: column; justify-content: space-between; padding-top: 30px; padding-bottom: 58px; }
.project-breadcrumb li, .project-breadcrumb [aria-current="page"] { color: rgba(255,255,255,.74); }
.project-breadcrumb li:not(:last-child)::after { color: #d7b56d; }
.project-cover-copy { max-width: 960px; }
.project-cover-copy > p { margin: 0 0 14px; color: #d7b56d; font-size: 10px; font-weight: 800; letter-spacing: .17em; text-transform: uppercase; }
.project-cover-copy h1 { max-width: 1040px; margin: 0; font-size: clamp(53px,7.6vw,112px); font-weight: 200; line-height: .9; letter-spacing: -.065em; text-wrap: balance; }
.project-cover-copy h1 strong { font-weight: 600; }
.project-cover-copy > a { display: inline-flex; align-items: center; gap: 14px; margin-top: 28px; color: rgba(255,255,255,.88); font-size: 10px; font-weight: 800; letter-spacing: .11em; text-transform: uppercase; }
.project-cover-copy > a span { width: 34px; height: 34px; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.45); border-radius: 50%; transition: .25s; }
.project-cover-copy > a:hover span { border-color: #d7b56d; background: #d7b56d; color: var(--ink); transform: translateY(3px); }
.project-cover-count { position: absolute; right: 12px; bottom: 61px; display: flex; align-items: baseline; gap: 7px; font-size: 34px; font-weight: 200; letter-spacing: -.05em; }
.project-cover-count small { font-size: 8px; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.project-overview { display: grid; grid-template-columns: minmax(0,.9fr) minmax(0,1.1fr); gap: clamp(55px,9vw,135px); padding-top: clamp(80px,10vw,145px); padding-bottom: clamp(75px,9vw,125px); }
.project-overview header h2 { margin: 13px 0 0; font-size: clamp(42px,5vw,70px); font-weight: 200; line-height: .98; letter-spacing: -.055em; }
.project-overview header h2 strong { font-weight: 500; }
.project-overview-copy { align-self: end; max-width: 690px; }
.project-lead { margin: 0 0 28px; color: var(--ink); font-size: clamp(21px,2.4vw,31px); font-weight: 300; line-height: 1.42; letter-spacing: -.025em; }
.project-body { max-width: 620px; color: var(--muted); font-size: 15px; line-height: 1.85; }
.project-body > :last-child { margin-bottom: 0; }
.project-facts { border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); background: var(--soft); }
.project-facts-grid { display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); }
.project-fact { min-width: 0; padding: 33px clamp(17px,3vw,42px); border-left: 1px solid var(--line); }
.project-fact:first-child { border-left: 0; padding-left: 0; }
.project-fact small { display: block; margin-bottom: 9px; color: var(--accent); font-size: 8px; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.project-fact strong { display: block; color: var(--ink); font-size: clamp(18px,2vw,27px); font-weight: 300; line-height: 1.15; letter-spacing: -.035em; }
.project-gallery-section { padding-top: clamp(85px,10vw,140px); padding-bottom: clamp(90px,11vw,150px); }
.project-gallery-heading { display: flex; align-items: flex-end; justify-content: space-between; gap: 40px; margin-bottom: 45px; }
.project-gallery-heading h2 { margin: 12px 0 0; font-size: clamp(43px,5.6vw,76px); font-weight: 200; line-height: .98; letter-spacing: -.055em; }
.project-gallery-heading h2 strong { font-weight: 500; }
.project-gallery-heading > p { max-width: 220px; margin: 0 0 7px; padding-left: 19px; border-left: 1px solid var(--accent); color: var(--muted); font-size: 12px; line-height: 1.6; }
.project-gallery-grid { display: grid; grid-template-columns: repeat(12,minmax(0,1fr)); grid-auto-flow: dense; gap: clamp(8px,1vw,15px); }
.project-gallery-item { grid-column: span 6; min-width: 0; margin: 0; }
.project-gallery-item:nth-child(6n + 1) { grid-column: span 8; }
.project-gallery-item:nth-child(6n + 2) { grid-column: span 4; }
.project-gallery-item:nth-child(6n + 3), .project-gallery-item:nth-child(6n + 6) { grid-column: span 5; }
.project-gallery-item:nth-child(6n + 4), .project-gallery-item:nth-child(6n + 5) { grid-column: span 7; }
.project-gallery-item button { position: relative; width: 100%; height: 100%; display: block; overflow: hidden; padding: 0; border: 0; background: var(--soft); cursor: zoom-in; text-align: left; }
.project-gallery-item img { width: 100%; height: 100%; min-height: 360px; aspect-ratio: 1.34; object-fit: cover; transition: transform .7s cubic-bezier(.2,.7,.2,1),filter .4s; }
.project-gallery-item:nth-child(6n + 1) img { aspect-ratio: 1.52; }
.project-gallery-item:nth-child(6n + 2) img { aspect-ratio: .76; }
.project-gallery-item button::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg,transparent 58%,rgba(12,14,16,.68)); opacity: .75; transition: .35s; }
.project-gallery-item button > span { position: absolute; z-index: 2; right: 22px; bottom: 19px; left: 22px; display: flex; align-items: center; justify-content: space-between; gap: 20px; color: #fff; transform: translateY(8px); opacity: 0; transition: .35s; }
.project-gallery-item button > span small { font-size: 9px; font-weight: 800; letter-spacing: .13em; }
.project-gallery-item button > span strong { font-size: 9px; font-weight: 800; letter-spacing: .11em; text-transform: uppercase; }
.project-gallery-item button:hover img { transform: scale(1.035); filter: saturate(1.05); }
.project-gallery-item button:hover > span, .project-gallery-item button:focus-visible > span { opacity: 1; transform: none; }
.project-lightbox[hidden] { display: none; }
.project-lightbox { position: fixed; z-index: 2000; inset: 0; display: grid; grid-template-columns: 80px minmax(0,1fr) 80px; align-items: center; padding: 28px; background: rgba(15,17,20,.96); backdrop-filter: blur(8px); }
.project-lightbox figure { min-width: 0; max-width: 1450px; max-height: calc(100vh - 56px); margin: 0 auto; }
.project-lightbox figure img { width: 100%; max-height: calc(100vh - 105px); object-fit: contain; }
.project-lightbox figcaption { display: flex; justify-content: space-between; gap: 25px; padding-top: 11px; color: rgba(255,255,255,.72); font-size: 10px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.project-lightbox button { border: 0; background: transparent; color: #fff; cursor: pointer; }
.project-lightbox-close { position: absolute; z-index: 2; top: 20px; right: 24px; width: 44px; height: 44px; font-size: 34px; font-weight: 200; }
.project-lightbox-arrow { width: 52px; height: 52px; justify-self: center; border: 1px solid rgba(255,255,255,.28)!important; border-radius: 50%!important; font-size: 18px; transition: .2s; }
.project-lightbox-arrow:hover { border-color: #d7b56d!important; background: #d7b56d!important; color: var(--ink); }
body.project-lightbox-open { overflow: hidden; }

/* Mixed-weight typography for inner pages */
body:not(.home-page) main :is(h1,h2,h3) { font-weight: 250; }
body:not(.home-page) main :is(h1,h2,h3) :is(strong,b),
body:not(.home-page) main .article-body :is(strong,b) { font-weight: 600; }
.project-related { padding: clamp(75px,9vw,120px) 0; background: var(--soft); }
.project-related-heading { display: flex; align-items: flex-end; justify-content: space-between; gap: 35px; margin-bottom: 34px; }
.project-related-heading h2 { margin: 9px 0 0; font-size: clamp(34px,4vw,54px); font-weight: 300; letter-spacing: -.045em; }
.project-related-heading > a { display: inline-flex; align-items: center; gap: 10px; padding-bottom: 8px; border-bottom: 1px solid var(--ink); font-size: 9px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.project-related-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 14px; }
.project-related-card { position: relative; min-width: 0; overflow: hidden; aspect-ratio: 1.15; background: var(--ink); color: #fff; }
.project-related-card::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg,transparent 38%,rgba(10,12,14,.8)); }
.project-related-card img { width: 100%; height: 100%; object-fit: cover; transition: transform .6s; }
.project-related-card > span { position: absolute; z-index: 1; right: 24px; bottom: 22px; left: 24px; }
.project-related-card small { display: block; margin-bottom: 6px; color: #d7b56d; font-size: 8px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.project-related-card strong { display: block; font-size: clamp(17px,1.8vw,25px); font-weight: 300; line-height: 1.14; letter-spacing: -.025em; }
.project-related-card:hover img { transform: scale(1.045); }

/* Architectural construction pattern */
body { background-color: var(--cream); background-image: url('../images/construction-pattern.svg'); background-size: 420px 300px; }
.about-showcase,
.intro-solutions,
.contact-section,
.career-section,
.portfolio-hero,
.portfolio-archive,
.service-detail-page,
.project-overview,
.project-gallery-section { background-image: url('../images/construction-pattern.svg'); background-size: 420px 300px; }
.inner-page-header { background-image: url('../images/construction-pattern.svg'),linear-gradient(115deg,#eee9e4,var(--soft)); background-size: 420px 300px,auto; }
.service-detail-hero { background-image: url('../images/construction-pattern.svg'),radial-gradient(circle at 82% 18%,rgba(145,85,60,.13),transparent 28%),linear-gradient(120deg,#fff 0%,var(--cream) 58%,#eee7e1 100%); background-size: 420px 300px,auto,auto; }
.home-project-showcase { background-image: url('../images/construction-pattern.svg'),linear-gradient(180deg,#f4f1ed 0%,#fff 100%); background-size: 420px 300px,auto; }
.project-related { background-image: url('../images/construction-pattern.svg'); background-size: 420px 300px; }
.site-footer { background-color: var(--ink); background-image: url('../images/construction-pattern.svg'); background-size: 420px 300px; }

@media (max-width: 991px) {
    .home-project-heading { grid-template-columns: minmax(0,1fr) 90px; gap: 24px 35px; }
    .home-project-heading-copy { grid-column: 1; }
    .home-project-count { grid-column: 2; grid-row: 1/3; align-self: center; }
    .home-project-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
    .home-project-card, .home-project-card--2, .home-project-card--3 { grid-column: auto; }
    .home-project-card--1, .home-project-card--4 { grid-column: 1/-1; }
    .home-project-card figure, .home-project-card--2 figure, .home-project-card--3 figure { height: 390px; }
    .home-project-card--1 figure, .home-project-card--4 figure { height: 480px; }
    .project-cover { min-height: 640px; }
    .project-overview { grid-template-columns: 1fr; gap: 42px; }
    .project-overview-copy { max-width: 760px; }
    .project-facts-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
    .project-fact:nth-child(3) { border-left: 0; }
    .project-fact:nth-child(n+3) { border-top: 1px solid var(--line); }
    .project-fact:first-child, .project-fact:nth-child(3) { padding-left: 0; }
}

@media (max-width: 767px) {
    .home-project-heading { display: block; padding-right: 72px; }
    .home-project-heading h2 { font-size: 44px; }
    .home-project-heading-copy { margin-top: 24px; }
    .home-project-count { position: absolute; right: 0; top: 28px; }
    .home-project-count strong { font-size: 40px; }
    .home-project-grid { grid-template-columns: 1fr; gap: 10px; }
    .home-project-card, .home-project-card--1, .home-project-card--2, .home-project-card--3, .home-project-card--4 { grid-column: auto; }
    .home-project-card figure, .home-project-card--1 figure, .home-project-card--2 figure, .home-project-card--3 figure, .home-project-card--4 figure { height: clamp(350px,105vw,440px); }
    .home-project-card figcaption { right: 17px; bottom: 17px; left: 17px; grid-template-columns: 26px minmax(0,1fr) 40px; gap: 10px; }
    .home-project-card-copy strong, .home-project-card--1 .home-project-card-copy strong { font-size: clamp(25px,8vw,34px); }
    .home-project-card-copy small { font-size: 9px; }
    .home-project-arrow { width: 40px; height: 40px; }
    .home-project-location { top: 15px; left: 15px; }
    .project-cover { min-height: 560px; }
    .project-cover-inner { padding-top: 21px; padding-bottom: 38px; }
    .project-breadcrumb li:last-child { display: none; }
    .project-cover-copy h1 { font-size: clamp(47px,15vw,68px); }
    .project-cover-count { right: 14px; bottom: 40px; font-size: 26px; }
    .project-cover-copy > a { margin-top: 22px; }
    .project-overview { gap: 34px; padding-top: 70px; padding-bottom: 70px; }
    .project-overview header h2 { font-size: 41px; }
    .project-lead { font-size: 21px; }
    .project-fact { padding: 25px 14px; }
    .project-fact strong { font-size: 18px; }
    .project-gallery-heading { display: block; margin-bottom: 27px; }
    .project-gallery-heading h2 { font-size: 41px; }
    .project-gallery-heading > p { margin-top: 20px; }
    .project-gallery-grid { grid-template-columns: 1fr; gap: 9px; }
    .project-gallery-item:nth-child(n) { grid-column: auto; }
    .project-gallery-item:nth-child(n) img { min-height: 0; aspect-ratio: 1.1; }
    .project-gallery-item button > span { opacity: 1; transform: none; }
    .project-lightbox { grid-template-columns: 48px minmax(0,1fr) 48px; padding: 16px 4px; }
    .project-lightbox-arrow { width: 40px; height: 40px; }
    .project-lightbox-close { top: 7px; right: 8px; }
    .project-related-heading { align-items: flex-start; }
    .project-related-heading > a { flex: 0 0 auto; }
    .project-related-grid { grid-template-columns: 1fr; }
    .project-related-card { aspect-ratio: 1.25; }
}
