:root {
    --ink: #202c38;
    --ink-2: #273650;
    --paper: #f5f3ef;
    --paper-2: #ebe8f8;
    --blue: #5662e8;
    --blue-dark: #4b57d9;
    --lime: #d2ed63;
    --coral: #ff6d72;
    --lilac: #cbb8ee;
    --sky: #86c7f3;
    --peach: #f6b882;
    --line: #17212c;
    --radius: 28px;
    --max: 1200px;
    --shadow: 0 4px 0 var(--line);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
    margin: 0;
    background: var(--paper);
    color: var(--ink);
    font-family: "Barlow", "Arial Narrow", "Helvetica Neue", Arial, sans-serif;
    font-size: 16px;
    line-height: 1.5;
    overflow-x: hidden;
}
button, input, textarea, select { font: inherit; }
a { color: inherit; text-decoration-thickness: 1px; text-underline-offset: 4px; }
img { display: block; max-width: 100%; }
button, input, textarea, select { border-radius: 0; }
button, a { -webkit-tap-highlight-color: transparent; }
:focus-visible { outline: 3px solid var(--lime); outline-offset: 3px; }
.skip-link { position: fixed; left: 1rem; top: -5rem; z-index: 999; padding: .8rem 1rem; background: var(--lime); color: var(--ink); font-weight: 800; }
.skip-link:focus { top: 1rem; }

.site-header {
    position: sticky;
    z-index: 50;
    top: 0;
    display: grid;
    grid-template-columns: auto 1fr auto;
    align-items: center;
    gap: 2rem;
    min-height: 78px;
    padding: .8rem clamp(1rem, 4vw, 4rem);
    color: #fff;
    background: rgba(86, 98, 232, .94);
    border-bottom: 1px solid rgba(255, 255, 255, .2);
    backdrop-filter: blur(14px);
}
.brand { display: inline-flex; flex-direction: column; line-height: .72; text-decoration: none; transform: rotate(-1deg); }
.brand-logo { width: 142px; height: auto; }
.brand-main { font-size: 1.35rem; font-weight: 900; letter-spacing: -.08em; }
.brand-script { margin-left: 1.8rem; color: var(--lime); font: italic 800 1rem/1 Georgia, serif; }
.primary-nav { display: flex; justify-content: center; align-items: center; gap: .7rem; }
.primary-nav a, .header-cta, .menu-toggle {
    border: 1px solid currentColor;
    border-radius: 999px;
    padding: .55rem .9rem;
    font-size: .73rem;
    font-weight: 800;
    line-height: 1;
    text-decoration: none;
    letter-spacing: .02em;
    transition: background .2s, color .2s, transform .2s;
}
.primary-nav a:hover, .primary-nav a[aria-current="page"] { background: var(--lime); color: var(--ink); border-color: var(--lime); transform: translateY(-2px); }
.header-cta { color: var(--ink); background: var(--coral); border-color: var(--coral); }
.header-cta:hover { transform: rotate(1deg) translateY(-2px); }
.menu-toggle { display: none; color: white; background: transparent; }
.flash { position: fixed; z-index: 100; right: 1rem; top: 92px; max-width: 440px; padding: 1rem 1.25rem; border: 1px solid var(--ink); border-radius: 16px; box-shadow: var(--shadow); font-weight: 800; animation: flash-in .3s ease-out; }
.flash-success { background: var(--lime); }
.flash-error { background: var(--coral); }
@keyframes flash-in { from { transform: translateY(-20px); opacity: 0; } }

.hero {
    position: relative;
    display: grid;
    place-items: center;
    min-height: min(780px, calc(100svh - 78px));
    padding: 6rem 1.5rem 8rem;
    color: white;
    background: var(--blue);
    isolation: isolate;
    overflow: hidden;
}
.hero::after {
    content: "";
    position: absolute;
    z-index: -1;
    right: -4%;
    bottom: -65px;
    left: -4%;
    height: 145px;
    background: var(--ink);
    clip-path: polygon(0 25%, 8% 45%, 15% 21%, 24% 42%, 33% 18%, 42% 46%, 52% 20%, 61% 44%, 71% 22%, 81% 48%, 91% 18%, 100% 42%, 100% 100%, 0 100%);
}
.hero-pattern, .hero-pattern::before, .hero-pattern::after { position: absolute; inset: 0; content: ""; z-index: -2; }
.hero-pattern { opacity: .35; background: repeating-linear-gradient(35deg, transparent 0 130px, rgba(255,255,255,.07) 130px 260px); transform: scale(1.2) rotate(2deg); }
.hero-pattern::before { background: linear-gradient(145deg, transparent 20%, rgba(56,72,180,.38) 20% 32%, transparent 32% 55%, rgba(56,72,180,.28) 55% 66%, transparent 66%); }
.hero h1 { position: relative; z-index: 2; margin: 0; text-align: center; line-height: .7; letter-spacing: -.09em; transform: rotate(-1deg); }
.hero-logo { width: min(72vw, 800px); height: auto; }
.hero h1 span { display: block; font-size: clamp(5rem, 14vw, 12rem); font-weight: 950; }
.hero h1 em { display: block; margin-left: 26%; color: var(--lime); font: italic 800 clamp(4rem, 9vw, 8rem)/.7 Georgia, serif; letter-spacing: -.07em; }
.hero > p { max-width: 550px; margin: 3rem auto 0; text-align: center; font-weight: 600; }
.hero-tags { position: absolute; z-index: 3; inset: 16% 18% auto; height: 45%; pointer-events: none; }
.tag { position: absolute; display: inline-block; padding: .3rem .85rem; border-radius: 7px; color: var(--ink); font-weight: 900; line-height: 1; box-shadow: 2px 2px 0 rgba(31,44,56,.6); }
.tag:nth-child(1) { left: 34%; top: 2%; transform: rotate(-2deg); }
.tag:nth-child(2) { left: 10%; top: 28%; transform: rotate(2deg); }
.tag:nth-child(3) { left: 49%; top: 20%; font-size: .75rem; }
.tag:nth-child(4) { right: 6%; top: 6%; }
.tag:nth-child(5) { left: 5%; bottom: 15%; }
.tag:nth-child(6) { left: 46%; bottom: 10%; font-size: .8rem; }
.tag-coral { background: var(--coral); }.tag-lime { background: var(--lime); }.tag-dark { color: white; background: var(--ink); }.tag-lilac { background: var(--lilac); }.tag-peach { background: var(--peach); }.tag-blue { background: #8d96ff; }
.scroll-cue { position: absolute; z-index: 3; left: 50%; bottom: 5.5rem; display: grid; place-items: center; width: 44px; height: 44px; border: 1px solid rgba(255,255,255,.7); border-radius: 50%; color: white; text-decoration: none; animation: bob 1.8s ease-in-out infinite; }
@keyframes bob { 50% { transform: translateY(8px); } }

.section { padding: clamp(5rem, 10vw, 10rem) clamp(1rem, 5vw, 5rem); }
.section-heading { max-width: var(--max); margin: 0 auto 4rem; }
.section-heading h2, .about-band h2, .contact-intro h2, .inner-hero h1, .detail-hero h1 {
    margin: 1.2rem 0 0;
    font-size: clamp(2.5rem, 5vw, 5.2rem);
    font-weight: 950;
    line-height: .95;
    letter-spacing: -.055em;
    word-spacing: .06em;
    text-transform: uppercase;
}
.section-heading h2 mark, .about-band h2 mark { color: var(--coral); background: transparent; }
.eyebrow { display: inline-block; padding: .35rem 1rem; border: 1px solid var(--ink); border-radius: 999px; color: var(--ink); background: white; font-weight: 900; line-height: 1; letter-spacing: -.02em; }
.eyebrow-lilac { background: var(--lilac); }.eyebrow-lime { background: var(--lime); }.eyebrow-blue { background: var(--sky); }
.wide-heading { max-width: 1300px; }
.centered-heading { max-width: 980px; text-align: center; }

.services-section { position: relative; color: white; background: var(--ink); overflow: hidden; }
.services-section::before { content: ""; position: absolute; inset: 0; opacity: .35; background: repeating-linear-gradient(155deg, transparent 0 160px, var(--ink-2) 160px 290px); }
.services-section > * { position: relative; }
.services-section .section-heading h2 { max-width: 1100px; }
.service-stack { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); align-items: start; gap: 1.5rem; max-width: var(--max); margin: 0 auto 8rem; padding: 3rem 0; }
.service-card {
    position: relative;
    display: flex;
    flex-direction: column;
    min-height: 390px;
    padding: 1.5rem;
    color: var(--ink);
    background: var(--card-accent);
    border: 2px solid var(--ink);
    border-radius: 18px;
    box-shadow: 8px 10px 0 rgba(0,0,0,.25);
    transform: rotate(var(--rotate));
    transition: transform .25s ease;
}
.service-card:nth-child(3), .service-card:nth-child(4) { margin-top: 3rem; }
.service-card:hover { z-index: 3; transform: rotate(0) translateY(-14px); }
.service-card-image { width: calc(100% + 3rem); height: 145px; margin: -1.5rem -1.5rem 1rem; border-bottom: 2px solid var(--ink); border-radius: 16px 16px 0 0; object-fit: cover; }
.service-card > p { margin: 0 0 .7rem; font-size: .8rem; font-weight: 900; }
.service-card h3 { margin: 0; font-size: clamp(1.8rem, 3vw, 2.8rem); line-height: .88; text-transform: uppercase; letter-spacing: -.06em; }
.service-card ul { padding: 0; margin: auto 0 1rem; list-style: none; font-weight: 700; line-height: 1.25; }
.service-card a { align-self: flex-start; font-weight: 900; }
.project-callout { display: grid; grid-template-columns: 1fr auto 180px; align-items: center; gap: 2rem; max-width: 1100px; margin: 0 auto; padding: 2rem; color: var(--ink); background: white; border-radius: 30px; box-shadow: var(--shadow); }
.project-callout h3 { max-width: 650px; margin: .8rem 0 0; font-size: 1.5rem; line-height: 1.1; }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 48px; padding: .85rem 1.2rem; border: 1px solid var(--ink); border-radius: 12px; font-weight: 900; line-height: 1; text-decoration: none; cursor: pointer; box-shadow: 0 3px 0 var(--ink); transition: transform .2s, box-shadow .2s; }
.button:hover { transform: translateY(-3px); box-shadow: 0 6px 0 var(--ink); }
.button-primary { color: white; background: var(--blue); }
.button-lime { color: var(--ink); background: var(--lime); }
.orb-doodle { position: relative; width: 145px; aspect-ratio: 1; border: 2px solid var(--ink); border-radius: 50%; background: repeating-radial-gradient(circle at 50% 50%, transparent 0 8px, rgba(86,98,232,.25) 9px 11px); }
.orb-doodle i { position: absolute; inset: 34%; border-radius: 50%; background: var(--ink); }
.orb-doodle-orbit { position: absolute; inset: 0; pointer-events: none; animation: doodle-star-orbit 12s linear infinite; }
.orb-doodle b { position: absolute; right: -15px; bottom: -15px; width: 55px; aspect-ratio: 1; background: var(--lime); clip-path: polygon(50% 0, 61% 34%, 100% 50%, 61% 62%, 50% 100%, 39% 62%, 0 50%, 39% 34%); }
.orb-doodle-orbit b { animation: doodle-star-orbit 12s linear infinite reverse; }
@keyframes doodle-star-orbit { from { transform: rotate(0deg); } to { transform: rotate(360deg); } }
@media (prefers-reduced-motion: reduce) {
    .orb-doodle-orbit, .orb-doodle-orbit b { animation: none; }
}

.cases-section { color: white; background: var(--ink); padding-top: 8rem; }
.projects-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 2rem; max-width: var(--max); margin: 0 auto 2rem; }
.project-card { display: grid; min-height: 340px; overflow: hidden; grid-template-columns: 1fr 1fr; color: var(--ink); background: white; border-radius: 24px; box-shadow: var(--shadow); }
.project-card-featured { grid-column: 1 / -1; grid-template-columns: .9fr 1.1fr; min-height: 440px; background: var(--project-accent); }
.project-copy { display: flex; flex-direction: column; justify-content: center; padding: 2.2rem; }
.project-copy > p:first-child { margin: 0; color: var(--blue); font-size: .8rem; font-weight: 900; text-transform: uppercase; }
.project-copy h3 { margin: .7rem 0 1.2rem; font-size: clamp(2.2rem, 4vw, 4.4rem); line-height: .9; letter-spacing: -.05em; text-transform: uppercase; }
.project-copy a { margin-top: auto; font-weight: 900; }
.project-art { position: relative; min-height: 280px; background: linear-gradient(125deg, var(--project-accent), #f9b07e 55%, #f6f0e9); overflow: hidden; }
.project-art i { position: absolute; width: 38%; height: 68%; top: 16%; background: #f4f2ef; border: 5px solid white; border-radius: 20px; box-shadow: 0 18px 40px rgba(22,30,40,.25); }
.project-art i:nth-child(1) { left: 4%; transform: rotate(-8deg); background: linear-gradient(145deg, #efb778, #faf3e8); }
.project-art i:nth-child(2) { left: 32%; z-index: 2; transform: translateY(10%); background: linear-gradient(145deg, #282f3a, #c5b5ee); }
.project-art i:nth-child(3) { right: 4%; transform: rotate(8deg); background: linear-gradient(145deg, #f7eddb, var(--blue)); }
.project-art-image { background: var(--project-accent); }
.project-art-image img { width: 100%; height: 100%; object-fit: cover; }

.process-section { background: #faf8f3; }
.accordion { max-width: 1100px; margin: 0 auto; }
.accordion-item { margin-bottom: 1rem; border: 1px solid var(--ink); border-radius: 25px; box-shadow: 0 3px 0 var(--ink); overflow: hidden; background: #f5f3ef; }
.accordion-item.is-open { background: var(--lime); }
.accordion-item h3 { margin: 0; }
.accordion-item button { display: grid; grid-template-columns: 85px 1fr 46px; align-items: center; width: 100%; padding: 1.25rem 1.5rem; color: var(--ink); background: transparent; border: 0; text-align: left; font-size: clamp(1rem, 2vw, 1.35rem); font-weight: 800; cursor: pointer; }
.accordion-item button span { font-size: 2.2rem; font-weight: 400; }
.accordion-item button i { position: relative; width: 38px; height: 38px; border: 1px solid var(--ink); border-radius: 50%; }
.accordion-item button i::before, .accordion-item button i::after { content: ""; position: absolute; left: 10px; right: 10px; top: 18px; height: 2px; background: var(--ink); }
.accordion-item button i::after { transform: rotate(90deg); transition: transform .2s; }
.accordion-item.is-open button i::after { transform: rotate(0); }
.accordion-panel { display: grid; grid-template-rows: 0fr; transition: grid-template-rows .3s ease; }
.accordion-panel p { overflow: hidden; max-width: 850px; margin: 0; padding: 0 1.5rem 0 7.3rem; }
.accordion-item.is-open .accordion-panel { grid-template-rows: 1fr; }
.accordion-item.is-open .accordion-panel p { padding-bottom: 1.7rem; }

.blog-section { color: var(--ink); background: var(--lilac); background-image: repeating-linear-gradient(155deg, transparent 0 140px, rgba(255,255,255,.12) 140px 260px); }
.section-heading-row { display: flex; justify-content: space-between; align-items: end; gap: 2rem; }
.section-heading-row > a { font-weight: 900; white-space: nowrap; }
.topic-cloud { display: flex; flex-wrap: wrap; justify-content: center; gap: .7rem; max-width: 700px; margin: 4rem auto; }
.topic-cloud span { min-width: 110px; padding: .35rem 1rem; text-align: center; border-radius: 999px; font-style: italic; font-weight: 800; }
.topic-cloud span:nth-child(4n+1) { background: var(--lime); }.topic-cloud span:nth-child(4n+2) { color: white; background: #5ba67a; }.topic-cloud span:nth-child(4n+3) { background: #b89ce8; }.topic-cloud span:nth-child(4n) { background: #96bbef; }
.post-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.5rem; max-width: var(--max); margin: 0 auto; }
.post-grid article { padding: 1.7rem; background: rgba(255,255,255,.75); border: 1px solid var(--ink); border-radius: 20px; box-shadow: var(--shadow); }
.post-card-image { width: calc(100% + 3.4rem); height: 190px; margin: -1.7rem -1.7rem 1.4rem; border-bottom: 1px solid var(--ink); border-radius: 19px 19px 0 0; object-fit: cover; }
.post-grid time { font-size: .8rem; font-weight: 900; }
.post-grid h3 { margin: 1rem 0; font-size: 1.7rem; line-height: 1; }
.post-grid h3 a { text-decoration: none; }

.about-band { padding: clamp(6rem, 12vw, 12rem) max(1rem, calc((100% - 1050px) / 2)); text-align: center; background: #faf8f3; }
.about-band p { max-width: 800px; margin: 2rem auto; font-size: 1.25rem; }
.about-band > a { font-weight: 900; }
.faq-section { background: #faf8f3; }
.faq-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.4rem; max-width: var(--max); margin: 0 auto; }
.faq-grid article { padding: 1.6rem; border-top: 4px solid var(--blue); background: white; }
.faq-grid h3 { margin-top: 0; font-size: 1.4rem; line-height: 1.1; }

.contact-band { padding: clamp(5rem, 10vw, 9rem) clamp(1rem, 5vw, 5rem); color: white; background: var(--coral); background-image: radial-gradient(circle at 8% 20%, transparent 0 45px, rgba(203,184,238,.8) 46px 50px, transparent 51px), linear-gradient(115deg, transparent 70%, rgba(210,237,99,.7) 70% 73%, transparent 73%); }
.contact-intro { max-width: var(--max); margin: 0 auto 3rem; }
.contact-intro h2 { font-size: clamp(3.5rem, 8vw, 7.5rem); color: white; }
.contact-intro h2 em { color: var(--lime); font-style: normal; }
.contact-intro p { font-size: 1.2rem; }
.contact-card { max-width: 1100px; margin: 0 auto; padding: clamp(1.5rem, 4vw, 3.5rem); color: var(--ink); background: #dedff8; border-radius: 34px; box-shadow: var(--shadow); }
.contact-card h3 { margin-top: 0; font-size: 1.7rem; }
.contact-card label, .admin-editor label, .admin-login label { display: grid; gap: .4rem; margin-bottom: 1rem; font-size: .84rem; font-weight: 900; }
.contact-card input, .contact-card textarea, .contact-card select, .admin-editor input, .admin-editor textarea, .admin-editor select, .admin-login input {
    width: 100%; padding: .9rem 1rem; color: var(--ink); background: white; border: 1px solid var(--ink); border-radius: 12px;
}
.contact-card textarea, .admin-editor textarea { resize: vertical; }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 0 1rem; }
.hp-field { position: absolute !important; left: -9999px !important; }

.site-footer { display: grid; grid-template-columns: 1fr 1fr 1fr; align-items: center; gap: 2rem; padding: 3rem clamp(1rem, 5vw, 5rem); color: white; background: #344151; }
.footer-mark { display: inline-flex; flex-direction: column; justify-self: start; }
.site-footer > p { text-align: center; }
.site-footer nav { display: flex; flex-wrap: wrap; justify-content: end; gap: 1rem; }
.site-footer nav a { font-size: .8rem; text-transform: uppercase; }
.footer-meta { grid-column: 1 / -1; display: flex; justify-content: space-between; gap: 1rem; padding-top: 1.5rem; border-top: 1px solid rgba(255,255,255,.2); font-size: .78rem; }

/* Inner pages */
.inner-hero, .detail-hero { padding: clamp(7rem, 14vw, 12rem) clamp(1rem, 7vw, 7rem); color: white; background: var(--blue); background-image: repeating-linear-gradient(35deg, transparent 0 150px, rgba(255,255,255,.07) 150px 280px); }
.inner-hero h1, .detail-hero h1 { max-width: 1150px; font-size: clamp(4rem, 9vw, 9rem); }
.inner-hero p, .detail-hero p { max-width: 780px; margin: 2rem 0 0; font-size: clamp(1.1rem, 2vw, 1.5rem); }
.inner-hero em { color: var(--lime); font-style: normal; }
.listing-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1.7rem; max-width: 1320px; margin: auto; }
.listing-card { position: relative; min-height: 360px; padding: 2.2rem; background: white; border: 1px solid var(--ink); border-radius: 24px; box-shadow: var(--shadow); }
.listing-card > p:first-of-type, .listing-card time { color: var(--blue); font-size: .8rem; font-weight: 900; text-transform: uppercase; }
.listing-card h2 { max-width: 650px; margin: 2rem 0 1rem; font-size: clamp(2.3rem, 5vw, 4.8rem); line-height: .9; letter-spacing: -.05em; text-transform: uppercase; }
.listing-card > a { display: inline-block; margin-top: 1.5rem; font-weight: 900; }
.listing-cover { width: calc(100% + 4.4rem); height: 260px; margin: -2.2rem -2.2rem 2rem; border-bottom: 1px solid var(--ink); object-fit: cover; }
.card-dot { display: block; width: 70px; aspect-ratio: 1; border: 1px solid var(--ink); border-radius: 50%; box-shadow: inset 0 0 0 8px rgba(255,255,255,.35); }
.listing-projects .listing-card { overflow: hidden; }
.listing-art { height: 220px; margin: -2.2rem -2.2rem 2rem; background: linear-gradient(135deg, var(--project-accent), #f4f2ef); }
.detail-hero > a { display: block; margin-bottom: 4rem; font-weight: 900; }
.detail-page { background: #faf8f3; }
.detail-art { position: relative; height: min(60vw, 650px); margin: 0; overflow: hidden; background: linear-gradient(135deg, var(--project-accent), #f6b882 55%, var(--lilac)); }
.detail-art i { position: absolute; top: 15%; width: 26%; height: 65%; border: 8px solid #fff; border-radius: 35px; box-shadow: 0 30px 60px rgba(30,40,50,.3); }
.detail-art i:nth-child(1) { left: 10%; transform: rotate(-8deg); background: var(--lime); }.detail-art i:nth-child(2) { left: 37%; z-index: 2; background: var(--ink); }.detail-art i:nth-child(3) { right: 10%; transform: rotate(8deg); background: white; }
.detail-cover { margin: 0; height: min(68vw, 760px); overflow: hidden; background: var(--ink); }
.detail-cover img { width: 100%; height: 100%; object-fit: cover; }
.article-layout { display: grid; grid-template-columns: 300px minmax(0, 760px); justify-content: center; gap: clamp(2rem, 8vw, 8rem); padding: clamp(5rem, 10vw, 10rem) 1rem; }
.article-layout aside { align-self: start; position: sticky; top: 120px; padding-top: 1rem; border-top: 3px solid var(--lime); }
.article-layout aside strong { font-size: .78rem; }
.article-layout aside time { display: block; margin-top: 2rem; font-size: .8rem; }
.prose { font-size: 1.17rem; line-height: 1.75; }
.prose p { margin: 0 0 1.6rem; }
.prose h2 { margin: 3rem 0 1rem; font-size: 2.2rem; line-height: 1; text-transform: uppercase; }
.prose li { margin-bottom: .5rem; }
.related-section { color: white; background: var(--ink); }
.related-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem; max-width: var(--max); margin: 0 auto; }
.related-grid a { display: grid; min-height: 180px; align-content: space-between; padding: 1.5rem; color: var(--ink); background: var(--lime); border-radius: 18px; text-decoration: none; }
.related-grid strong { font-size: 1.4rem; line-height: 1.1; }
.split-story { display: grid; grid-template-columns: 1fr 1fr; gap: 5rem; max-width: 1200px; margin: auto; }
.split-story h2 { font-size: clamp(3rem, 6vw, 6rem); line-height: .9; }
.values-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem; background: var(--coral); }
.values-grid article { padding: 2rem; background: #faf8f3; border-radius: 22px; }
.values-grid article span { font-size: 2.5rem; }.values-grid h2 { font-size: 2.5rem; margin: 2rem 0 1rem; }
.contact-details { display: grid; grid-template-columns: 1fr 2fr; gap: 3rem; background: var(--paper); }
.contact-details > div:first-child { display: flex; flex-direction: column; align-items: start; gap: 1rem; }
.contact-details > div:first-child h2 { font-size: 3rem; }.contact-details .contact-band { padding: 0; background: transparent; }.contact-details .contact-intro { display: none; }
.not-found { display: grid; place-items: center; min-height: 70vh; padding: 4rem 1rem; text-align: center; background: var(--lilac); }
.not-found span { color: var(--blue); font-size: clamp(7rem, 20vw, 18rem); font-weight: 950; line-height: .7; }.not-found h1 { font-size: 2.5rem; }

/* Admin */
.admin-body { background: #e9e8f4; }
.admin-shell { display: grid; grid-template-columns: 250px 1fr; min-height: 100vh; }
.admin-sidebar { position: sticky; top: 0; display: flex; flex-direction: column; height: 100vh; padding: 2rem 1.2rem; color: white; background: var(--ink); }
.admin-logo { margin-bottom: 3rem; color: white; font-size: 1.4rem; font-weight: 900; text-decoration: none; }.admin-logo em { color: var(--lime); }
.admin-sidebar nav { display: grid; gap: .5rem; }.admin-sidebar nav a { padding: .8rem 1rem; border-radius: 10px; text-decoration: none; }.admin-sidebar nav a:hover { color: var(--ink); background: var(--lime); }
.admin-sidebar form { margin-top: auto; }.admin-sidebar button { width: 100%; padding: .8rem; color: white; background: transparent; border: 1px solid rgba(255,255,255,.4); border-radius: 10px; cursor: pointer; }
.admin-main { min-width: 0; padding: 2rem; }.admin-topbar { display: flex; justify-content: space-between; align-items: center; margin-bottom: 2rem; }.admin-topbar span { font-size: .75rem; font-weight: 900; }.admin-topbar h1 { margin: .2rem 0 0; font-size: 2.4rem; }.admin-topbar p { padding: .5rem 1rem; background: var(--lime); border-radius: 999px; font-weight: 900; }
.admin-stats { display: grid; grid-template-columns: repeat(auto-fit, minmax(150px, 1fr)); gap: 1rem; margin-bottom: 1.5rem; }.admin-stats a { display: grid; min-height: 160px; align-content: space-between; padding: 1.2rem; background: white; border: 1px solid var(--ink); border-radius: 18px; text-decoration: none; box-shadow: var(--shadow); }.admin-stats strong { color: var(--blue); font-size: 4rem; line-height: 1; }.admin-stats span { font-size: .75rem; font-weight: 900; }
.admin-card { padding: 1.5rem; background: white; border: 1px solid var(--ink); border-radius: 18px; box-shadow: 0 3px 0 var(--ink); }.admin-card h2 { margin-top: 0; }.admin-actions { display: flex; gap: 1rem; }.admin-actions a { padding: .7rem 1rem; background: var(--lilac); border-radius: 10px; font-weight: 800; text-decoration: none; }
.admin-content-grid { display: grid; grid-template-columns: 1.1fr .9fr; gap: 1.5rem; align-items: start; }.admin-card-head { display: flex; justify-content: space-between; align-items: center; gap: 1rem; }.admin-card-head > a { padding: .6rem .8rem; color: var(--ink); background: var(--lime); border-radius: 8px; font-weight: 900; text-decoration: none; }
.admin-table { width: 100%; border-collapse: collapse; }.admin-table th, .admin-table td { padding: .9rem .5rem; text-align: left; border-bottom: 1px solid #ddd; }.admin-table th { font-size: .72rem; }.admin-table td small { display: block; color: #68717c; }.row-actions { display: flex; gap: .7rem; align-items: center; }.row-actions form { margin: 0; }.row-actions button { color: #b92a33; background: transparent; border: 0; text-decoration: underline; cursor: pointer; }
.status { display: inline-block; padding: .25rem .55rem; border-radius: 999px; font-size: .72rem; font-weight: 900; }.status-published { background: var(--lime); }.status-draft { background: #ddd; }
.admin-editor form { display: grid; }.admin-editor small { font-weight: 400; }.admin-form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; align-items: end; }.admin-editor input[type="color"] { height: 48px; padding: .25rem; }
.admin-media-field { margin: .5rem 0 1.2rem; padding: 1rem; border: 1px solid #a8a7b4; border-radius: 14px; }
.admin-media-field legend { padding: 0 .5rem; font-weight: 900; }
.admin-media-field img { width: 100%; max-height: 240px; margin-bottom: 1rem; border: 1px solid var(--ink); border-radius: 10px; object-fit: cover; }
.admin-media-field .admin-checkbox { display: flex; grid-template-columns: 20px 1fr; align-items: center; gap: .5rem; }
.admin-media-field .admin-checkbox input { width: auto; }
.message-list { display: grid; gap: 1rem; }.message-item { padding: 1rem; background: #f5f3ef; border-left: 5px solid #aaa; border-radius: 12px; }.message-new { border-color: var(--coral); background: #fff0f0; }.message-item header { display: flex; justify-content: space-between; gap: 1rem; }.message-item header div { display: flex; flex-wrap: wrap; gap: .7rem; }.message-item > span { display: inline-block; margin-top: 1rem; padding: .2rem .5rem; background: var(--lilac); border-radius: 999px; font-size: .75rem; }.message-item form { display: flex; gap: .5rem; }.message-item select, .message-item button { padding: .5rem; border: 1px solid var(--ink); border-radius: 8px; }.message-item button { background: var(--lime); cursor: pointer; }
.admin-gallery-preview { display: grid; grid-template-columns: 1fr 1fr; gap: .7rem; }
.admin-gallery-preview label { margin: 0 0 .7rem; padding: .5rem; background: #eeece7; border-radius: 10px; }
.admin-gallery-preview img { height: 110px; margin-bottom: .5rem; }
.admin-gallery-preview span { display: flex; align-items: center; gap: .4rem; font-size: .74rem; }.admin-gallery-preview input { width: auto !important; }
.admin-leads-head { display: grid; gap: 1rem; margin-bottom: 1.5rem; }
.admin-leads-head p { margin-bottom: 0; }
.lead-filters { display: flex; flex-wrap: wrap; gap: .5rem; }
.lead-filters a { padding: .45rem .7rem; background: #efede8; border-radius: 999px; font-size: .75rem; font-weight: 800; text-decoration: none; }
.lead-filters a.is-active { color: white; background: var(--blue); }
.lead-admin-list { display: grid; gap: 1.5rem; }
.lead-admin-card { border-left: 7px solid #aaa; }.lead-admin-card.priority-high { border-left-color: var(--coral); }.lead-admin-card.priority-urgent { border-left-color: #bf2230; }.lead-admin-card.priority-low { border-left-color: var(--sky); }
.lead-admin-header { display: flex; justify-content: space-between; align-items: flex-start; gap: 1.5rem; padding-bottom: 1.2rem; border-bottom: 1px solid #ddd; }
.lead-admin-header h2 { margin: .8rem 0 .2rem; font-size: 2rem; }.lead-admin-header p { margin: 0; }
.lead-priority { display: inline-block; margin-left: .4rem; padding: .25rem .55rem; background: var(--paper-2); border-radius: 999px; font-size: .72rem; font-weight: 900; }
.lead-contact-actions { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: .5rem; }.lead-contact-actions a { padding: .5rem .65rem; color: var(--ink); background: var(--lime); border-radius: 8px; font-size: .72rem; font-weight: 900; text-decoration: none; }
.lead-admin-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 2rem; padding: 1.5rem 0; }
.lead-admin-grid dl { margin: 0; }.lead-admin-grid dl div { padding: .7rem 0; border-bottom: 1px solid #ddd; }.lead-admin-grid dt, .lead-goals > strong { color: var(--blue); font-size: .7rem; font-weight: 900; }.lead-admin-grid dd { margin: .2rem 0 0; font-weight: 700; }
.lead-goals { padding: 1.2rem; background: #f5f3ef; border-radius: 14px; }.lead-goals p { margin-bottom: 0; }
.lead-admin-form { padding-top: 1.2rem; border-top: 1px solid #ddd; }.lead-admin-form label { display: grid; gap: .4rem; margin-bottom: 1rem; font-size: .82rem; font-weight: 900; }.lead-admin-form select, .lead-admin-form textarea { width: 100%; padding: .8rem; background: white; border: 1px solid var(--ink); border-radius: 10px; }.lead-admin-form textarea { resize: vertical; }
.status-new { background: var(--coral); }.status-contacted { background: var(--sky); }.status-qualified { background: var(--lilac); }.status-proposal { background: #f6b882; }.status-won { background: var(--lime); }.status-lost, .status-archived { background: #ddd; }
.admin-login-body { display: grid; place-items: center; min-height: 100vh; padding: 1rem; background: var(--blue); background-image: repeating-linear-gradient(35deg, transparent 0 150px, rgba(255,255,255,.07) 150px 280px); }.admin-login { width: min(100%, 480px); }.admin-login > a { display: inline-block; margin-bottom: 1rem; color: white; }.admin-login > div { padding: 2rem; background: white; border: 1px solid var(--ink); border-radius: 24px; box-shadow: 8px 8px 0 var(--ink); }.admin-login h1 { margin: .5rem 0; font-size: 2.5rem; }.admin-login > div > span { color: var(--blue); font-size: .75rem; font-weight: 900; }

@media (max-width: 1050px) {
    .site-header { grid-template-columns: auto auto 1fr; gap: 1rem; }
    .menu-toggle { display: block; }
    .primary-nav { position: fixed; inset: 78px 0 auto; display: none; flex-direction: column; align-items: stretch; padding: 1rem; color: white; background: var(--ink); }
    .primary-nav.is-open { display: flex; }
    .primary-nav a { padding: 1rem; text-align: center; }
    .header-cta { justify-self: end; }
    .service-stack { grid-template-columns: 1fr 1fr; }.service-card:nth-child(3), .service-card:nth-child(4) { margin-top: 0; }
    .site-footer { grid-template-columns: 1fr 1fr; }.site-footer nav { grid-column: 1 / -1; justify-content: start; }
    .admin-content-grid { grid-template-columns: 1fr; }.admin-stats { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 760px) {
    .site-header { min-height: 68px; }.header-cta { padding: .55rem .65rem; font-size: .62rem; white-space: nowrap; }.primary-nav { top: 68px; }
    .hero { min-height: 720px; padding-bottom: 7rem; }.hero h1 span { font-size: clamp(4rem, 19vw, 6rem); }.hero h1 em { margin-left: 2%; font-size: clamp(3.2rem, 16vw, 5.2rem); }.hero-tags { inset: 12% 4% auto; height: 52%; }.tag:nth-child(4) { right: 0; }
    .section { padding: 5rem 1rem; }.section-heading { margin-bottom: 2.5rem; }.section-heading h2 { font-size: 2.7rem; }
    .service-stack { grid-template-columns: 1fr; padding: 0; margin-bottom: 5rem; }.service-card { min-height: 340px; transform: rotate(calc(var(--rotate) / 2)); }.project-callout { grid-template-columns: 1fr; }.orb-doodle { display: none; }
    .projects-grid { grid-template-columns: 1fr; }.project-card, .project-card-featured { grid-column: auto; grid-template-columns: 1fr; }.project-art { min-height: 260px; }
    .accordion-item button { grid-template-columns: 50px 1fr 40px; padding: 1rem; }.accordion-item button span { font-size: 1.5rem; }.accordion-panel p { padding-left: 1rem; }.accordion-item.is-open .accordion-panel p { padding-bottom: 1.2rem; }
    .section-heading-row { align-items: start; flex-direction: column; }.post-grid, .faq-grid { grid-template-columns: 1fr; }
    .about-band { padding: 6rem 1rem; }.about-band h2 { font-size: 2.9rem; }
    .contact-intro h2 { font-size: 3.4rem; }.contact-card { padding: 1.2rem; border-radius: 22px; }.form-grid { grid-template-columns: 1fr; }
    .site-footer { grid-template-columns: 1fr; }.site-footer > p { text-align: left; }.site-footer nav { grid-column: auto; justify-content: start; }.footer-meta { flex-direction: column; }
    .inner-hero, .detail-hero { padding: 7rem 1rem; }.inner-hero h1, .detail-hero h1 { font-size: 3.7rem; }.listing-grid { grid-template-columns: 1fr; padding: 4rem 1rem; }.listing-card h2 { font-size: 2.7rem; }.article-layout { grid-template-columns: 1fr; padding: 4rem 1rem; }.article-layout aside { position: static; }.related-grid, .values-grid, .split-story, .contact-details { grid-template-columns: 1fr; }.detail-art { height: 400px; }.related-section { padding: 4rem 1rem; }
    .admin-shell { grid-template-columns: 1fr; }.admin-sidebar { position: static; height: auto; }.admin-sidebar nav { grid-template-columns: 1fr 1fr; }.admin-sidebar form { margin-top: 1.5rem; }.admin-main { padding: 1rem; }.admin-topbar h1 { font-size: 1.8rem; }.admin-stats { grid-template-columns: 1fr; }.admin-table-wrap { overflow-x: auto; }.admin-form-row { grid-template-columns: 1fr; }.admin-gallery-preview, .lead-admin-grid { grid-template-columns: 1fr; }.lead-admin-header { flex-direction: column; }.lead-contact-actions { justify-content: flex-start; }
}

@media (prefers-reduced-motion: reduce) {
    *, *::before, *::after { scroll-behavior: auto !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
}

/* PDF page-detail collection */
.page-breadcrumb { position: relative; z-index: 4; max-width: 1320px; margin: 0 auto; padding: 8.5rem 2rem 1.5rem; font-size: .75rem; font-weight: 800; text-transform: uppercase; }
.page-breadcrumb ol { display: flex; flex-wrap: wrap; gap: .55rem; padding: 0; margin: 0; list-style: none; }
.page-breadcrumb li + li::before { content: "→"; margin-right: .55rem; opacity: .55; }.page-breadcrumb a { color: inherit; }.page-breadcrumb-dark { color: white; }
.case-hero > .page-breadcrumb { max-width: none; padding: 0 0 3rem; margin: 0; }
.editorial-page { padding-bottom: 6rem; color: var(--ink); background: #f5f1e9; }.editorial-heading { padding: 3rem 2rem 5rem; text-align: center; border-bottom: 1px solid var(--ink); }.editorial-heading span, .cases-index-head span { display: inline-block; padding: .55rem 1.1rem; background: var(--lilac); border-radius: 999px; font-size: .78rem; font-weight: 900; }.editorial-heading h1 { margin: 1rem 0 0; font-size: clamp(4rem, 9vw, 9rem); line-height: .8; letter-spacing: -.075em; }
.recent-post, .weekly-posts { max-width: 1280px; margin: auto; padding: 4rem 2rem; }.recent-post > h2, .weekly-posts > h2 { margin: 0 0 2rem; font-size: clamp(2rem, 3vw, 3.2rem); }.recent-post sup { font-size: .8rem; }.recent-post article { display: grid; grid-template-columns: 1.15fr .85fr; }.recent-post article > div { display: flex; flex-direction: column; align-items: flex-start; justify-content: center; padding: 4rem; background: var(--lime); border: 1px solid var(--ink); border-radius: 28px; box-shadow: 7px 9px 0 var(--ink); }.editorial-image { display: block; min-height: 390px; overflow: hidden; border-radius: 28px; }.editorial-image img { width: 100%; height: 100%; object-fit: cover; transition: transform .55s cubic-bezier(.16,1,.3,1); }.editorial-image:hover img { transform: scale(1.04); }.recent-post h3, .editorial-grid h3 { margin: 1rem 0; font-size: clamp(2rem, 4vw, 4rem); line-height: .9; text-transform: uppercase; }.recent-post p { font-size: 1.05rem; }.recent-post div > a, .editorial-grid article > a:last-child { margin-top: 1.4rem; font-weight: 900; }
.editorial-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 4rem 1.5rem; }.editorial-grid .editorial-image { min-height: 260px; margin-bottom: 1.2rem; box-shadow: 5px 7px 0 var(--ink); }.editorial-grid h3 { font-size: 2rem; }.editorial-grid p { min-height: 4.5em; }.editorial-tag { display: inline-block; padding: .4rem .75rem; background: var(--coral); border-radius: 999px; font-size: .68rem; font-weight: 900; }.editorial-tag-1 { background: var(--lime); }.editorial-tag-2 { background: var(--lilac); }.back-top { display: grid; place-items: center; width: 50px; height: 50px; margin: 2rem auto; color: white; background: var(--ink); border-radius: 50%; text-decoration: none; }
.cases-index-page { min-height: 100vh; padding-bottom: 7rem; color: white; background: var(--ink); background-image: radial-gradient(circle at 8% 34%,rgba(86,98,232,.25),transparent 22%),repeating-linear-gradient(145deg,transparent 0 240px,rgba(255,255,255,.025) 241px 430px); }.cases-index-head { display: grid; grid-template-columns: 1.5fr .5fr; gap: 4rem; max-width: 1320px; margin: auto; padding: 3rem 2rem 5rem; align-items: end; }.cases-index-head span { color: var(--ink); background: var(--lime); }.cases-index-head h1 { margin: 1rem 0 0; font-size: clamp(5rem, 10vw, 10rem); line-height: .76; letter-spacing: -.07em; }.cases-index-head em { position: relative; color: white; font-style: normal; }.cases-index-head em::after { content: ""; position: absolute; right: 0; bottom: -.15em; left: 0; height: .08em; background: var(--blue); transform: rotate(-2deg); }.case-filters { display: flex; gap: .7rem; max-width: 1320px; padding: 0 2rem 3rem; margin: auto; }.case-filters button { padding: .55rem 1.1rem; color: white; background: transparent; border: 1px solid white; border-radius: 999px; font: inherit; font-size: .75rem; font-weight: 900; }.case-filters .is-active { color: white; background: var(--blue); border-color: var(--blue); }.cases-card-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 4rem 1.6rem; max-width: 1320px; padding: 0 2rem; margin: auto; }.case-card-image { display: block; height: 300px; margin-bottom: 1.5rem; overflow: hidden; background: #eee; border-radius: 22px; box-shadow: 7px 9px 0 #080d12; }.case-card-image img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s; }.case-card-image:hover img { transform: scale(1.04); }.cases-card-grid article > span { display: inline-block; padding: .35rem .7rem; color: var(--ink); background: var(--lime); border-radius: 999px; font-size: .68rem; font-weight: 900; text-transform: uppercase; }.cases-card-grid h2 { margin: 1rem 0; font-size: 2.5rem; line-height: .88; text-transform: uppercase; }.cases-card-grid article > a:last-child { color: var(--blue); font-weight: 900; }
.blog-detail-page { padding-bottom: 7rem; background: #f5f1e9; }.blog-detail-page > header { max-width: 1000px; padding: 3rem 2rem 4rem; margin: auto; text-align: center; }.blog-detail-page h1 { margin: 1rem 0; font-size: clamp(3.8rem,8vw,8rem); line-height: .85; letter-spacing: -.065em; text-transform: uppercase; }.blog-detail-page > figure { max-width: 1320px; height: min(55vw,680px); margin: auto; overflow: hidden; border-radius: 30px; }.blog-detail-page > figure img { width: 100%; height: 100%; object-fit: cover; }.blog-paper { max-width: 980px; padding: 5rem clamp(2rem,8vw,8rem); margin: -5rem auto 0; position: relative; background: var(--lime); border: 1px solid var(--ink); border-radius: 28px; box-shadow: 8px 10px 0 var(--ink); }.blog-paper-meta { display: flex; justify-content: space-between; margin-bottom: 3rem; }.blog-paper .prose { max-width: none; font-family: Georgia,serif; font-size: 1.15rem; line-height: 1.8; }
.service-detail-page { padding-bottom: 7rem; color: white; background: var(--ink); }.service-detail-page > header { display: grid; grid-template-columns: .8fr 1.2fr; gap: 4rem; align-items: center; max-width: 1320px; padding: 2rem 2rem 6rem; margin: auto; }.service-detail-page header > div > span, .service-selected > span { color: var(--lime); font-size: .75rem; font-weight: 900; }.service-detail-page h1 { margin: 1rem 0; color: var(--lime); font-size: clamp(4rem,7vw,7rem); line-height: .8; letter-spacing: -.06em; text-transform: uppercase; }.service-detail-page header figure { height: 550px; overflow: hidden; border-radius: 30px; }.service-detail-page header img { width: 100%; height: 100%; object-fit: cover; }.service-scope { position: relative; max-width: 1240px; padding: 5rem; margin: auto; border: 1px solid white; border-radius: 40px; }.service-scope > span { color: var(--lilac); font-weight: 900; }.service-scope h2 { max-width: 850px; font-size: clamp(3rem,6vw,6rem); line-height: .85; }.service-scope ul { display: grid; grid-template-columns: 1fr 1fr; gap: 0 4rem; padding: 0; list-style: none; }.service-scope li { padding: 1rem 0; border-bottom: 1px solid rgba(255,255,255,.25); font-weight: 700; }.service-scope li::before { content: "✓"; margin-right: 1rem; color: var(--ink); background: var(--lime); border-radius: 50%; padding: .15rem .35rem; }.service-scope i { position: absolute; right: -20px; bottom: -30px; display: grid; place-items: center; width: 145px; height: 145px; color: var(--ink); background: var(--coral); border-radius: 50%; font-style: normal; font-weight: 900; text-align: center; transform: rotate(9deg); }.service-selected { max-width: 1320px; padding: 7rem 2rem; margin: auto; }.service-selected h2 { font-size: clamp(3rem,6vw,6rem); margin: .5rem 0 2rem; }.service-selected > div { display: grid; grid-template-columns: repeat(3,1fr); gap: 1rem; }.service-selected a { height: 300px; overflow: hidden; border-radius: 24px; }.service-selected a:last-child { grid-column: 1/-1; height: 430px; }.service-selected img { width: 100%; height: 100%; object-fit: cover; }.detail-cta { max-width: 1240px; padding: 4rem; margin: auto; background: var(--blue); border-radius: 35px; }.detail-cta h2 { max-width: 800px; font-size: clamp(3rem,6vw,6rem); line-height: .85; }.detail-cta a { display: inline-block; padding: .8rem 1.4rem; color: var(--ink); background: var(--coral); border-radius: 999px; font-weight: 900; text-decoration: none; }
@media (max-width: 760px) { .page-breadcrumb { padding: 7rem 1rem 1rem; overflow: hidden; }.editorial-heading { padding: 2rem 1rem 3rem; }.editorial-heading h1 { font-size: 3.6rem; }.recent-post,.weekly-posts { padding: 3rem 1rem; }.recent-post article,.cases-index-head,.service-detail-page > header { grid-template-columns: 1fr; gap: 1.5rem; }.recent-post article > div { padding: 1.5rem; background: transparent; border: 0; box-shadow: none; }.recent-post .editorial-image,.editorial-grid .editorial-image { min-height: 330px; box-shadow: 6px 8px 0 var(--ink); }.editorial-grid,.cases-card-grid,.service-selected > div { grid-template-columns: 1fr; }.editorial-grid p { min-height: 0; }.cases-index-head { padding: 2rem 1rem 3rem; }.cases-index-head h1 { font-size: 4.6rem; }.case-filters { padding: 0 1rem 2rem; overflow-x: auto; }.case-filters button { flex: 0 0 auto; }.cases-card-grid { padding: 0 1rem; }.blog-detail-page h1 { font-size: 3.2rem; }.blog-detail-page > figure { height: 390px; border-radius: 0; }.blog-paper { width: calc(100% - 2rem); padding: 2.5rem 1.3rem; }.blog-paper-meta { gap: 1rem; flex-direction: column; align-items: flex-start; }.service-detail-page > header { padding: 2rem 1rem 4rem; }.service-detail-page h1 { font-size: 4rem; }.service-detail-page header figure { height: 400px; }.service-scope { padding: 3rem 1.2rem; margin: 0 1rem; }.service-scope ul { grid-template-columns: 1fr; }.service-scope i { width: 100px; height: 100px; right: 5px; }.service-selected { padding: 6rem 1rem 3rem; }.service-selected a,.service-selected a:last-child { grid-column: auto; height: 300px; }.detail-cta { margin: 0 1rem; padding: 2rem 1.3rem; } }

/* Ana sayfa blog bölümü */
.home-blog-section { min-height: 0; padding: clamp(5rem,8vw,8rem) max(2rem,calc((100vw - 1280px)/2)); color: var(--ink); background: #f7f4ef; background-image: none; overflow: hidden; }
.home-blog-heading { position: relative; padding-bottom: 3rem; text-align: center; border-bottom: 1px solid rgba(32,45,56,.16); }.home-blog-heading h2 { margin: 1.2rem 0 0; color: var(--coral); font-size: clamp(2.7rem,5vw,5.6rem); line-height: .88; letter-spacing: -.055em; text-transform: uppercase; }.home-blog-heading i { position: absolute; right: 1%; bottom: 2rem; width: 18px; height: 130px; background: var(--lilac); border-radius: 999px; transform: rotate(12deg); }.home-blog-heading i::after { content: ""; position: absolute; top: -30px; left: 2px; width: 14px; height: 22px; background: var(--lilac); clip-path: polygon(50% 0,100% 100%,0 100%); }
.home-blog-label { margin-bottom: 1rem; font-size: .78rem; font-weight: 700; }.home-blog-featured { padding: 1.5rem 0 2rem; border-bottom: 1px solid rgba(32,45,56,.16); }.home-blog-featured article { display: grid; grid-template-columns: 1fr 1.05fr; gap: 1rem; align-items: stretch; }.home-blog-image { height: auto; min-height: 0; align-self: stretch; overflow: hidden; border-radius: 22px; }.home-blog-image img,.home-blog-card-image img { width: 100%; height: 100%; object-fit: cover; transition: transform .6s cubic-bezier(.16,1,.3,1); }.home-blog-image:hover img,.home-blog-card-image:hover img { transform: scale(1.035); }.home-blog-copy { display: flex; flex-direction: column; align-items: flex-start; justify-content: center; padding: clamp(1.25rem,2.5vw,2rem); background: #effbd4; border: 1px solid var(--ink); border-radius: 22px; box-shadow: 5px 6px 0 var(--ink); }.home-blog-copy small,.home-blog-grid small { font-size: .7rem; font-weight: 700; }.home-blog-copy h3 { margin: .8rem 0 1rem; font-size: clamp(2rem,3.2vw,3.5rem); line-height: .9; }.home-blog-copy h3 a,.home-blog-grid h3 a { color: inherit; text-decoration: none; }.home-blog-copy p { margin: 0; line-height: 1.55; }.home-blog-copy div,.home-blog-grid article > div { display: flex; flex-wrap: wrap; gap: .45rem; margin-top: 1.3rem; }.home-blog-copy span,.home-blog-grid article > div span { padding: .3rem .7rem; background: #ffd7ce; border-radius: 999px; font-size: .62rem; font-weight: 800; }.home-blog-copy span:nth-child(2n),.home-blog-grid article > div span:nth-child(2n) { background: var(--lime); }.home-blog-copy span:nth-child(3n) { background: var(--lilac); }
.home-blog-weekly { padding: 3rem 0 2rem; }.home-blog-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 1.3rem; }.home-blog-card-image { display: block; height: 300px; margin-bottom: 1.2rem; overflow: hidden; border-radius: 20px; }.home-blog-grid h3 { margin: .8rem 0; font-size: clamp(1.5rem,2.2vw,2.4rem); line-height: .95; }.home-blog-grid p { margin: 0; color: #56606a; line-height: 1.5; }.home-blog-more { display: table; margin: 1.5rem auto 0; padding: .75rem 1.5rem; color: var(--ink); background: var(--lime); border: 1px solid var(--ink); border-radius: 999px; font-size: .72rem; font-weight: 900; text-decoration: none; box-shadow: 3px 4px 0 var(--ink); }
@media (max-width: 760px) { .home-blog-section { padding: 4rem 1rem; }.home-blog-heading { text-align: left; }.home-blog-heading h2 { max-width: 90%; font-size: 3rem; }.home-blog-heading i { right: 5%; height: 75px; }.home-blog-featured article,.home-blog-grid { grid-template-columns: 1fr; }.home-blog-image { height: 190px; min-height: 0; }.home-blog-copy { padding: 1.25rem; }.home-blog-grid { gap: 2.5rem; }.home-blog-card-image { height: 220px; } }

/* Frame 27 - ana sayfa görsel sistemi */
:root {
    --ink: #202d38;
    --ink-2: #283651;
    --paper: #f8f5ef;
    --paper-2: #e5e5fb;
    --blue: #5864e8;
    --blue-dark: #4f5bdc;
    --lime: #d6ef61;
    --coral: #ff6b70;
    --lilac: #c9b3ee;
    --sky: #7bc4f2;
    --radius: 30px;
    --max: 1240px;
}

body { background: var(--paper); }
body:has(.hero) .site-header {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    min-height: 104px;
    padding-inline: clamp(1.25rem, 6vw, 6.5rem);
    background: transparent;
    border: 0;
    backdrop-filter: none;
}
.site-header { padding-inline: clamp(1.25rem, 6vw, 6.5rem); }
.brand { transform: none; }
.brand-logo { width: 142px; }
.brand-main { font-size: 1.7rem; }
.brand-script { margin-top: .2rem; margin-left: 2.3rem; font-size: 1.15rem; }
.primary-nav { gap: 1rem; }
.primary-nav a, .header-cta, .menu-toggle { padding: .6rem 1.05rem; font-size: .69rem; }
.header-cta { padding-inline: 1.4rem; }

.hero {
    min-height: 900px;
    padding: 12rem 1.5rem 9rem;
    background: var(--blue);
}
.hero-pattern { opacity: .45; background: repeating-linear-gradient(38deg, transparent 0 180px, rgba(109,122,242,.33) 181px 345px); transform: scale(1.25) rotate(-3deg); }
.hero-pattern::before { background: linear-gradient(145deg, transparent 10%, rgba(74,86,205,.28) 10% 27%, transparent 27% 53%, rgba(74,86,205,.22) 53% 68%, transparent 68%); }
.hero::after {
    z-index: 1;
    right: 0;
    bottom: -1px;
    left: 0;
    height: 100px;
    background: radial-gradient(ellipse 62% 100% at 50% 100%, var(--ink) 98%, transparent 100%) 0 0 / 20% 100% repeat-x;
    clip-path: none;
}
.hero h1 { margin-top: -1rem; line-height: .66; }
.hero h1 { display: flex; width: 100%; justify-content: center; transform: none; }
.hero-logo { width: min(68vw, 740px); }
.hero h1 span { font-size: clamp(7rem, 11.5vw, 10.5rem); }
.hero h1 em { margin-top: .1rem; margin-left: 22%; font-size: clamp(5.2rem, 7.4vw, 6.8rem); }
.hero h1::after { display: none; }
.hero > p { margin-top: 4.5rem; font-size: .9rem; line-height: 1.4; }
.hero-tags { inset: 19% 19% auto; height: 44%; }
.hero-tags .tag {
    padding: .45rem 1.05rem;
    font-size: clamp(1.15rem, 1.55vw, 1.4rem);
    box-shadow: 3px 4px 0 rgba(31,44,56,.45);
}
.tag:nth-child(1) { left: 28%; top: 1%; }
.tag:nth-child(2) { left: 8%; top: 27%; }
.tag:nth-child(3) { left: 48%; top: 17%; }
.tag:nth-child(4) { right: 5%; top: 3%; }
.tag:nth-child(5) { left: 3%; bottom: 14%; }
.tag:nth-child(6) { left: 23%; bottom: 5%; }
.tag:nth-child(7) { left: 47%; bottom: 6%; }
.tag-purple { background: #9b8ee9; }
.hero-sticker { position: absolute; z-index: 5; top: 21%; right: 16%; width: clamp(105px, 11vw, 165px); transform: rotate(12deg); filter: drop-shadow(0 10px 8px rgba(29,35,90,.18)); }
.scroll-cue { bottom: 6.8rem; left: auto; right: 12%; width: 34px; height: 34px; border: 0; animation: bob 1.8s ease-in-out infinite; }
.scroll-cue span { width: 0; height: 0; border-right: 8px solid transparent; border-left: 8px solid transparent; border-top: 10px solid var(--ink); }

.section { padding-inline: clamp(1.25rem, 6vw, 6.5rem); }
.section-heading h2, .about-band h2, .contact-intro h2 { letter-spacing: -.045em; }
.services-section { padding-top: 7rem; padding-bottom: 8rem; }
.services-section::before { opacity: .42; background: repeating-linear-gradient(145deg, transparent 0 210px, var(--ink-2) 211px 390px); }
.services-section .wide-heading { position: relative; min-height: 350px; margin-bottom: 2rem; }
.services-section .section-heading h2 { max-width: 1060px; font-size: clamp(3rem, 5.3vw, 5.1rem); }
.services-section .section-heading h2 mark { color: var(--coral); }
.services-sticker { position: absolute; top: -2.5rem; right: 0; width: clamp(120px, 14vw, 190px); transform: rotate(9deg); }
.service-stack {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 0;
    max-width: 1080px;
    min-height: 610px;
    margin-bottom: 7rem;
    padding: 5rem 0 2rem;
}
.service-card { min-height: 405px; padding: 1.35rem; border-radius: 25px; box-shadow: 6px 8px 0 rgba(0,0,0,.4); }
.service-card:nth-child(1) { z-index: 1; margin-top: 8rem; transform: rotate(-8deg) translateX(8%); }
.service-card:nth-child(2) { z-index: 3; margin-top: 0; transform: rotate(-2deg) translateX(1%); }
.service-card:nth-child(3) { z-index: 4; margin-top: 14rem; transform: rotate(-5deg) translateX(-4%); }
.service-card:nth-child(4) { z-index: 2; margin-top: 8rem; transform: rotate(10deg) translateX(-10%); }
.service-card:hover { z-index: 8; transform: rotate(0) translateY(-14px); }
.service-card h3 { font-size: clamp(2rem, 3vw, 3rem); }
.service-card ul { font-size: .93rem; }
.service-card a { display: flex; gap: .6rem; align-items: center; text-decoration: none; }
.service-card a span { display: grid; place-items: center; width: 28px; height: 28px; color: white; background: var(--ink); border-radius: 50%; }
.project-callout { position: relative; grid-template-columns: 1fr auto 220px; max-width: 1180px; min-height: 280px; padding: 3rem 4rem; border-radius: 34px; }
.project-callout h3 { max-width: 540px; font-size: 1.2rem; font-weight: 500; }
.project-callout-stickers { position: absolute; top: -75px; left: -65px; display: flex; align-items: end; }
.project-callout-stickers img { width: 100px; filter: drop-shadow(0 7px 3px rgba(0,0,0,.18)); }
.project-callout-stickers img + img { width: 115px; margin-left: -38px; transform: rotate(10deg); }

.cases-section { position: relative; padding-top: 15rem; padding-bottom: 10rem; overflow: hidden; }
.cases-arrow { position: absolute; top: 0; left: -4%; width: 112%; height: 250px; border: 24px solid var(--sky); border-color: var(--sky) transparent transparent; border-radius: 50%; transform: rotate(-7deg); opacity: .95; }
.cases-arrow::after { content: ""; position: absolute; right: 7%; top: -54px; width: 80px; height: 80px; border-right: 22px solid var(--sky); border-bottom: 22px solid var(--sky); transform: rotate(-15deg); }
.cases-section .centered-heading { max-width: 920px; margin-bottom: 5rem; }
.cases-section .centered-heading h2 { font-size: clamp(3rem, 4.7vw, 4.8rem); }
.cases-section .centered-heading mark { color: var(--coral); }
.projects-showcase { max-width: 1280px; margin: 0 auto 2rem; }
.project-featured { display: grid; grid-template-columns: .9fr 1.1fr; min-height: 500px; overflow: hidden; color: white; background: var(--blue); border: 1px solid rgba(255,255,255,.65); border-radius: 30px; }
.project-featured-copy { display: flex; flex-direction: column; padding: 3.5rem; }
.project-featured-copy > p:first-child { margin: 0; color: var(--lime); font-size: .78rem; font-weight: 900; text-transform: uppercase; }
.project-featured-copy h3 { margin: 1rem 0 1.8rem; font-size: clamp(3rem, 5vw, 5.8rem); line-height: .88; letter-spacing: -.05em; text-transform: uppercase; }
.project-featured-copy > p:not(:first-child) { max-width: 500px; font-size: 1.05rem; }
.project-featured-copy a { margin-top: auto; color: var(--lime); font-weight: 900; text-decoration: none; }
.project-photo-collage { position: relative; min-height: 500px; overflow: hidden; }
.project-photo-collage img { position: absolute; width: 45%; height: 72%; object-fit: cover; border: 4px solid white; border-radius: 28px; box-shadow: 0 20px 35px rgba(21,28,61,.3); }
.project-photo-collage img:nth-child(1) { top: -7%; left: -1%; transform: rotate(-3deg); }
.project-photo-collage img:nth-child(2) { z-index: 2; bottom: -7%; left: 31%; }
.project-photo-collage img:nth-child(3) { top: -3%; right: -5%; transform: rotate(5deg); }
.project-featured-upload, .project-featured-upload img { width: 100%; height: 100%; min-height: 500px; object-fit: cover; }
.project-row { display: grid; grid-template-columns: 1fr 1.1fr; min-height: 190px; margin-top: 4px; overflow: hidden; color: var(--ink); background: #f7f6f3; border: 1px solid var(--ink); border-radius: 28px; box-shadow: 0 4px 0 #111923; }
.project-row-copy { display: flex; flex-direction: column; justify-content: center; padding: 2rem 3.5rem; text-decoration: none; }
.project-row-copy span { color: var(--blue); font-size: .76rem; font-weight: 900; text-transform: uppercase; }
.project-row-copy strong { margin-top: .4rem; font-size: clamp(2rem, 3.5vw, 3.5rem); line-height: .92; text-transform: uppercase; }
.project-row-preview { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; padding: 1.2rem 4rem 1.2rem 0; }
.project-row-preview i, .project-row-preview img { min-height: 145px; background: #ddd var(--preview-image) center/cover no-repeat; border-radius: 10px; object-fit: cover; }
.cases-section > .button { margin-left: max(0px, calc((100% - 1280px) / 2)); margin-top: 2rem; }

.process-section { position: relative; padding-top: 11rem; padding-bottom: 10rem; }
.process-section::before { content: ""; position: absolute; top: -70px; left: 0; right: 0; height: 90px; background: radial-gradient(ellipse 62% 100% at 50% 0, var(--paper) 98%, transparent 100%) 0 0 / 20% 100% repeat-x; }
.process-section .section-heading h2 { color: var(--blue); font-size: clamp(2.7rem, 4vw, 4rem); }
.accordion { max-width: 1240px; }
.accordion-item { margin-bottom: 1.5rem; border-radius: 30px; box-shadow: 0 5px 0 var(--ink); }
.accordion-item button { grid-template-columns: 110px 1fr 54px; min-height: 110px; padding: 1.3rem 2.8rem; font-size: 1.35rem; }
.accordion-item button span { font-size: 2.7rem; }
.accordion-panel p { padding-left: 9.7rem; }
.accordion-item.is-open .accordion-panel p { padding-bottom: 2.2rem; }

.blog-section { position: relative; min-height: 720px; padding-top: 5rem; overflow: visible; background-color: var(--lilac); background-image: repeating-linear-gradient(145deg, transparent 0 210px, rgba(122,103,213,.10) 211px 390px); }
.blog-topline { display: flex; justify-content: space-between; align-items: center; max-width: 1280px; margin: 0 auto; }
.blog-topline > a { font-weight: 900; }
.blog-sticker { position: absolute; z-index: 2; top: -72px; left: 50%; width: 145px; transform: translateX(-50%) rotate(5deg); filter: drop-shadow(0 10px 4px rgba(46,43,105,.17)); }
.topic-cloud { max-width: 720px; margin-top: 15rem; }
.topic-cloud a { min-width: 120px; padding: .4rem 1rem; color: var(--ink); text-align: center; border-radius: 999px; font-style: italic; font-weight: 800; text-decoration: none; }
.topic-cloud a:nth-child(5n+1) { background: var(--lime); }.topic-cloud a:nth-child(5n+2) { color: white; background: #5da779; }.topic-cloud a:nth-child(5n+3) { background: #e47ccf; }.topic-cloud a:nth-child(5n+4) { background: #91baf3; }.topic-cloud a:nth-child(5n) { color: white; background: var(--blue); }

.about-band { min-height: 720px; padding-top: 11rem; padding-bottom: 11rem; display: flex; flex-direction: column; align-items: center; justify-content: center; }
.about-band h2 { max-width: 1060px; margin-inline: auto; font-size: clamp(3.2rem, 4.5vw, 4.6rem); }
.about-band h2 mark { color: var(--blue); }
.about-band p { max-width: 900px; font-size: 1.15rem; font-weight: 700; font-style: italic; text-transform: uppercase; }

.contact-band { position: relative; padding-top: 12rem; padding-bottom: 10rem; overflow: hidden; background-color: var(--coral); background-image: none; }
.contact-band::before { content: ""; position: absolute; top: -70px; left: 0; right: 0; height: 90px; background: radial-gradient(ellipse 62% 100% at 50% 0, var(--coral) 98%, transparent 100%) 0 0 / 20% 100% repeat-x; }
.contact-band::after { content: ""; position: absolute; right: -70px; top: 48%; width: 380px; height: 380px; background: var(--lime); clip-path: polygon(48% 0, 58% 38%, 100% 25%, 66% 52%, 98% 72%, 60% 64%, 48% 100%, 42% 64%, 3% 78%, 35% 53%, 0 32%, 40% 39%); opacity: .9; }
.contact-intro { position: relative; z-index: 1; max-width: 1240px; min-height: 440px; }
.contact-intro h2 { max-width: 950px; margin: 0; font-size: clamp(5rem, 7.4vw, 7.4rem); line-height: .82; }
.contact-intro p { margin-top: 3rem; text-align: center; font-size: 1.35rem; }
.contact-scribble { position: absolute; top: -40px; left: -45px; width: 220px; height: 220px; border: 10px solid var(--lilac); border-color: var(--lilac) transparent transparent; border-radius: 50%; transform: rotate(-25deg); }
.contact-scribble::after { content: ""; position: absolute; inset: 25px; border: 7px solid var(--lilac); border-color: transparent transparent var(--lilac); border-radius: 45%; transform: rotate(43deg); }
.contact-tag { position: absolute; z-index: 2; padding: .35rem 1rem; border-radius: 8px; font-weight: 900; font-style: italic; }
.contact-tag-strategy { top: 4%; right: 20%; color: white; background: var(--blue); transform: rotate(-3deg); }
.contact-tag-growth { bottom: 22%; left: 8%; color: var(--blue); background: var(--lime); transform: rotate(4deg); }
.contact-card { position: relative; z-index: 2; display: grid; grid-template-columns: 1fr 270px; gap: 3rem; max-width: 1240px; min-height: 620px; padding: 3.5rem 4rem; background: #dedffa; border-radius: 34px; }
.contact-card > .eyebrow { position: absolute; top: -70px; left: 0; font-size: 1.4rem; }
.contact-card form { align-self: center; }
.contact-mode { display: flex; gap: 1.5rem; margin: 0 0 2.2rem; padding: 0; border: 0; }
.contact-mode legend { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0,0,0,0); }
.contact-mode label { display: flex; align-items: center; gap: .5rem; margin: 0; font-weight: 500; }
.contact-mode input { width: 24px; height: 24px; margin: 0; accent-color: var(--lime); }
.contact-card input, .contact-card textarea { border-radius: 14px; }
.contact-card .button { min-width: 220px; color: var(--lime); }
.contact-art { position: relative; align-self: stretch; }
.contact-art i, .contact-art b { position: absolute; top: 28%; width: 115px; height: 115px; background: var(--ink); transform: rotate(45deg); }
.contact-art i { right: 18%; }.contact-art b { left: 0; top: 62%; width: 80px; height: 80px; background: var(--blue); }
.contact-art span { position: absolute; top: 18%; left: -5%; right: -25%; height: 300px; background: repeating-conic-gradient(from 0deg, rgba(88,100,232,.22) 0 1deg, transparent 1deg 8deg); border-radius: 50%; }

.site-footer { position: relative; grid-template-columns: 1fr 1fr; padding: 5rem clamp(1.25rem, 6vw, 6.5rem) 2.5rem; background: #344252; overflow: hidden; }
.footer-brand-block { display: flex; align-items: center; gap: 6rem; }
.footer-mark { display: flex; flex-direction: column; }
.footer-logo { width: 145px; height: auto; }
.footer-social { display: flex; gap: .8rem; }
.footer-social span { display: grid; place-items: center; width: 34px; height: 34px; color: var(--ink); background: white; border-radius: 50%; font-size: .75rem; font-weight: 900; text-transform: uppercase; }
.footer-nav { grid-column: 2; grid-row: 1; }
.footer-contact { display: flex; flex-direction: column; align-items: flex-start; gap: .65rem; margin-top: 2rem; }
.footer-contact strong { padding: .25rem .55rem; color: var(--ink); background: var(--lime); border-radius: 4px; }
.footer-contact address { max-width: 320px; font-style: normal; }
.footer-invite { display: flex; align-items: center; gap: 2rem; align-self: end; padding: 2rem; background: rgba(24,29,39,.5); border-radius: 20px; }
.footer-invite p { margin: 0; }
.footer-invite .button { color: var(--ink); background: var(--lilac); white-space: nowrap; }
.footer-meta { margin-top: 2rem; }
.footer-sticker { position: absolute; right: 1.5rem; bottom: -30px; width: 130px; }
.footer-sticker-one { right: 4.5rem; transform: rotate(-15deg); }.footer-sticker-two { right: -1rem; transform: rotate(12deg); }

@media (max-width: 1050px) {
    body:has(.hero) .site-header { min-height: 78px; }
    .services-section .wide-heading { min-height: 270px; }
    .service-stack { grid-template-columns: 1fr 1fr; gap: 1.5rem; min-height: 0; }
    .service-card:nth-child(n) { margin-top: 0; transform: rotate(0); }
    .project-callout { grid-template-columns: 1fr auto; }.orb-doodle { display: none; }
    .project-featured { grid-template-columns: 1fr; }.project-photo-collage { min-height: 440px; }
    .project-row { grid-template-columns: .8fr 1.2fr; }
    .contact-card { grid-template-columns: 1fr 220px; padding: 3rem 2.5rem; }
    .site-footer { grid-template-columns: 1fr; }.footer-nav { grid-column: 1; grid-row: auto; justify-content: start; }.footer-invite { align-self: auto; }
}

@media (max-width: 760px) {
    body:has(.hero) .site-header { min-height: 70px; padding-inline: 1rem; }
    .site-header .brand-main { font-size: 1.25rem; }.site-header .brand-script { margin-left: 1.6rem; font-size: .9rem; }
    .site-header .brand-logo { width: 105px; }
    .hero { min-height: 720px; padding-top: 9rem; }
    .hero h1 span { font-size: clamp(3.8rem, 18vw, 5.5rem); }.hero h1 em { margin-left: 5%; font-size: clamp(3.4rem, 15vw, 4.8rem); }
    .hero-logo { width: min(90vw, 350px); }
    .hero-sticker { top: 24%; right: 3%; width: 95px; }
    .hero-tags { inset: 19% 2% auto; height: 43%; }.hero-tags .tag { padding: .34rem .72rem; font-size: .88rem; }.tag:nth-child(4) { right: 1%; }
    .hero > p { margin-top: 4rem; font-size: .8rem; }.scroll-cue { right: 8%; }
    .services-section { padding-top: 6rem; }.services-section .wide-heading { min-height: 0; margin-bottom: 3rem; }.services-section .section-heading h2 { font-size: 2.3rem; }
    .services-sticker { position: static; float: right; width: 110px; margin-top: -2rem; }
    .service-stack { grid-template-columns: 1fr; padding-top: 1rem; margin-bottom: 6rem; }.service-card { min-height: 340px; }
    .project-callout { grid-template-columns: 1fr; padding: 2rem; }.project-callout-stickers { left: -20px; }.project-callout-stickers img { width: 75px; }.project-callout-stickers img + img { width: 85px; }
    .cases-section { padding-top: 10rem; }.cases-section .centered-heading h2 { font-size: 2.45rem; }
    .project-featured-copy { padding: 2rem; }.project-featured-copy h3 { font-size: 3rem; }.project-photo-collage { min-height: 360px; }
    .project-row { grid-template-columns: 1fr; }.project-row-copy { padding: 1.5rem 2rem; }.project-row-preview { padding: 0 1rem 1rem; gap: 8px; }.project-row-preview i, .project-row-preview img { min-height: 100px; }
    .process-section { padding-top: 8rem; }.accordion-item button { grid-template-columns: 54px 1fr 42px; min-height: 85px; padding: 1rem; font-size: 1rem; }.accordion-item button span { font-size: 1.8rem; }.accordion-panel p { padding-left: 1rem; }
    .blog-section { min-height: 600px; }.blog-topline { align-items: flex-start; }.blog-sticker { width: 110px; top: -55px; }.topic-cloud { margin-top: 10rem; }.topic-cloud a { min-width: 100px; }
    .about-band { min-height: 580px; padding: 7rem 1rem; }.about-band h2 { font-size: 2.9rem; }.about-band p { font-size: .95rem; }
    .contact-band { padding-top: 9rem; }.contact-intro { min-height: 360px; }.contact-intro h2 { font-size: clamp(3.8rem, 18vw, 6rem); }.contact-intro p { text-align: left; }.contact-tag-strategy { right: 0; }.contact-card { grid-template-columns: 1fr; min-height: 0; padding: 2rem 1.2rem; }.contact-art { display: none; }.contact-card > .eyebrow { top: -58px; }.contact-mode { flex-wrap: wrap; }.form-grid { grid-template-columns: 1fr; }
    .footer-brand-block, .footer-invite { align-items: flex-start; flex-direction: column; gap: 1.5rem; }.footer-sticker { opacity: .5; }
}

/* ThreeUI'dan esinlenen hafif hareket sistemi */
.scroll-progress {
    position: fixed;
    z-index: 120;
    top: 0;
    right: 0;
    left: 0;
    height: 3px;
    pointer-events: none;
}
.scroll-progress i {
    display: block;
    width: 100%;
    height: 100%;
    background: var(--lime);
    transform: scaleX(var(--scroll-progress, 0));
    transform-origin: left center;
    box-shadow: 0 0 16px rgba(214, 239, 97, .75);
}
.site-header { transition: min-height .35s cubic-bezier(.2,.8,.2,1), padding .35s cubic-bezier(.2,.8,.2,1), background .35s, border-radius .35s, box-shadow .35s, transform .35s; }
body:has(.hero) .site-header.is-scrolled {
    position: fixed;
    top: 12px;
    right: clamp(12px, 2vw, 28px);
    left: clamp(12px, 2vw, 28px);
    min-height: 64px;
    padding: .55rem clamp(1rem, 3vw, 2.2rem);
    background: rgba(52, 66, 82, .82);
    border: 1px solid rgba(255,255,255,.2);
    border-radius: 22px;
    box-shadow: 0 18px 55px rgba(22, 29, 45, .2);
    backdrop-filter: blur(18px) saturate(135%);
    animation: dock-drop .45s cubic-bezier(.2,.9,.2,1) both;
}
.site-header.is-scrolled:not(:has(+ main .hero)) { box-shadow: 0 12px 35px rgba(22, 29, 45, .16); }
@keyframes dock-drop { from { opacity: 0; transform: translateY(-18px) scale(.98); } }

.signal-canvas {
    position: absolute;
    z-index: 0;
    inset: 0;
    width: 100%;
    height: 100%;
    opacity: .62;
    pointer-events: none;
    mix-blend-mode: screen;
    -webkit-mask-image: linear-gradient(to bottom, #000 0 75%, transparent 100%);
    mask-image: linear-gradient(to bottom, #000 0 75%, transparent 100%);
}
.hero::before {
    content: "";
    position: absolute;
    z-index: 0;
    inset: 0;
    pointer-events: none;
    background: radial-gradient(circle 380px at var(--pointer-x, 50%) var(--pointer-y, 45%), rgba(214,239,97,.12), transparent 72%);
}
.has-motion .hero-logo { transform: translate3d(var(--hero-tilt-y, 0), var(--hero-tilt-x, 0), 0); transition: transform .55s cubic-bezier(.2,.8,.2,1); }
.has-motion .hero-sticker { translate: var(--hero-tilt-y, 0px) var(--hero-tilt-x, 0px); transition: translate .7s cubic-bezier(.2,.8,.2,1); }
.has-motion .hero-tags { translate: var(--hero-tilt-y, 0px) var(--hero-tilt-x, 0px); transition: translate .7s cubic-bezier(.2,.8,.2,1); }

.has-motion .motion-reveal:not(.motion-tilt) {
    opacity: 0;
    filter: blur(8px);
    transform: translate3d(0, 42px, 0) scale(.985);
    transition: opacity .75s ease var(--reveal-delay, 0ms), transform .9s cubic-bezier(.16,1,.3,1) var(--reveal-delay, 0ms), filter .75s ease var(--reveal-delay, 0ms);
    will-change: opacity, transform;
}
.has-motion .motion-reveal.motion-tilt { opacity: 0; filter: blur(8px); transition: opacity .75s ease var(--reveal-delay, 0ms), filter .75s ease var(--reveal-delay, 0ms), transform .35s cubic-bezier(.2,.8,.2,1); }
.has-motion .motion-reveal.motion-heading { clip-path: inset(0 0 18% 0); transform: translate3d(0, 55px, 0); }
.has-motion .motion-reveal:not(.motion-tilt).is-visible { opacity: 1; filter: blur(0); transform: translate3d(0,0,0) scale(1); clip-path: inset(0); }
.has-motion .motion-reveal.motion-tilt.is-visible { opacity: 1; filter: blur(0); }

.motion-tilt {
    --tilt-x: 0deg;
    --tilt-y: 0deg;
    --shine-x: 50%;
    --shine-y: 50%;
    transform-style: preserve-3d;
    will-change: transform;
}
.service-card.motion-tilt {
    --base-rotate: var(--rotate);
    --base-x: 0%;
    --base-y: 0px;
    --lift: 0px;
    transform: perspective(950px) rotate(var(--base-rotate)) translateX(var(--base-x)) translateY(calc(var(--base-y) + var(--lift))) rotateX(var(--tilt-x)) rotateY(var(--tilt-y));
    transition: opacity .75s ease var(--reveal-delay, 0ms), filter .75s ease var(--reveal-delay, 0ms), transform .35s cubic-bezier(.2,.8,.2,1), box-shadow .35s;
}
.service-card.motion-tilt:nth-child(1) { --base-rotate: -8deg; --base-x: 8%; }
.service-card.motion-tilt:nth-child(2) { --base-rotate: -2deg; --base-x: 1%; }
.service-card.motion-tilt:nth-child(3) { --base-rotate: -5deg; --base-x: -4%; }
.service-card.motion-tilt:nth-child(4) { --base-rotate: 10deg; --base-x: -10%; }
.service-card.motion-tilt:hover { --base-rotate: 0deg; --base-x: 0%; --lift: -16px; box-shadow: 11px 17px 0 rgba(0,0,0,.32); }
.listing-card.motion-tilt, .values-grid article.motion-tilt {
    transform: perspective(1000px) rotateX(var(--tilt-x)) rotateY(var(--tilt-y)) translateZ(0);
    transition: opacity .75s ease var(--reveal-delay, 0ms), filter .75s ease var(--reveal-delay, 0ms), transform .35s cubic-bezier(.2,.8,.2,1), box-shadow .35s;
}
.listing-card.motion-tilt::after, .values-grid article.motion-tilt::after {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: inherit;
    pointer-events: none;
    opacity: 0;
    background: radial-gradient(circle 180px at var(--shine-x) var(--shine-y), rgba(255,255,255,.4), transparent 72%);
    transition: opacity .3s;
}
.listing-card.motion-tilt:hover::after, .values-grid article.motion-tilt:hover::after { opacity: 1; }
.values-grid article.motion-tilt { position: relative; }

.motion-magnetic {
    --mag-x: 0px;
    --mag-y: 0px;
    transform: translate3d(var(--mag-x), var(--mag-y), 0);
    transition: transform .28s cubic-bezier(.2,.8,.2,1), background .2s, color .2s, box-shadow .2s;
    will-change: transform;
}
.button.motion-magnetic:hover { transform: translate3d(var(--mag-x), calc(var(--mag-y) - 3px), 0); }
.primary-nav a.motion-magnetic:hover, .header-cta.motion-magnetic:hover { transform: translate3d(var(--mag-x), calc(var(--mag-y) - 2px), 0); }

.has-motion .project-photo-collage img, .has-motion .project-row-preview i, .has-motion .project-row-preview img { transition: transform .75s cubic-bezier(.16,1,.3,1), filter .45s; }
.has-motion .project-featured:hover .project-photo-collage img:nth-child(1) { transform: rotate(-6deg) translate3d(-12px,-8px,0) scale(1.03); }
.has-motion .project-featured:hover .project-photo-collage img:nth-child(2) { transform: translate3d(0,-18px,0) scale(1.035); }
.has-motion .project-featured:hover .project-photo-collage img:nth-child(3) { transform: rotate(8deg) translate3d(12px,-4px,0) scale(1.03); }
.has-motion .project-row:hover .project-row-preview > :nth-child(1) { transform: translateY(-7px) rotate(-2deg); }
.has-motion .project-row:hover .project-row-preview > :nth-child(2) { transform: translateY(5px) rotate(1deg); }
.has-motion .project-row:hover .project-row-preview > :nth-child(3) { transform: translateY(-5px) rotate(2deg); }
.has-motion .topic-cloud a { animation: topic-float 4.8s ease-in-out infinite; animation-delay: calc(var(--reveal-delay, 0ms) * -1); }
@keyframes topic-float { 50% { translate: 0 -9px; rotate: 1.5deg; } }
.has-motion .contact-art span { animation: contact-orbit 22s linear infinite; }
.has-motion .contact-art i { animation: diamond-float 5s ease-in-out infinite; }
.has-motion .contact-art b { animation: diamond-float 5s ease-in-out -2.2s infinite; }
@keyframes contact-orbit { to { transform: rotate(360deg); } }
@keyframes diamond-float { 50% { translate: 0 -18px; rotate: 8deg; } }

.motion-marquee {
    position: relative;
    z-index: 6;
    width: 100%;
    margin: -48px 0 -4px;
    overflow: hidden;
    color: var(--ink);
    background: var(--lime);
    border-block: 2px solid var(--ink);
    box-shadow: 0 5px 0 rgba(20,29,38,.24);
}
.motion-marquee-track { display: flex; width: max-content; animation: marquee-flow 24s linear infinite; }
.motion-marquee:hover .motion-marquee-track { animation-play-state: paused; }
.motion-marquee-group { display: flex; flex: none; align-items: center; gap: 2rem; padding: .9rem 1rem; }
.motion-marquee span { font-size: clamp(1rem, 1.7vw, 1.55rem); font-weight: 900; letter-spacing: .05em; }
.motion-marquee i { color: var(--blue); font-size: 1.35rem; font-style: normal; }
@keyframes marquee-flow { to { transform: translateX(-50%); } }

.pulse-section {
    position: relative;
    color: white;
    background-color: var(--blue);
    background-image: radial-gradient(circle at 15% 18%, rgba(214,239,97,.14) 0 2px, transparent 3px), radial-gradient(circle at 78% 62%, rgba(255,255,255,.11) 0 2px, transparent 3px);
    background-size: 64px 64px, 88px 88px;
    overflow: hidden;
}
.pulse-section::before {
    content: "";
    position: absolute;
    inset: -30% -10%;
    pointer-events: none;
    background: conic-gradient(from 35deg at 50% 50%, transparent, rgba(203,179,238,.15), transparent 28%, rgba(214,239,97,.1), transparent 58%);
    animation: pulse-field 24s linear infinite;
}
.pulse-heading, .pulse-grid { position: relative; z-index: 1; max-width: 1240px; margin-inline: auto; }
.pulse-heading { display: grid; grid-template-columns: .35fr 1fr; align-items: start; gap: 3rem; margin-bottom: 5rem; }
.pulse-heading h2 { max-width: 900px; margin: 0; font-size: clamp(3rem, 5.8vw, 6.1rem); line-height: .86; letter-spacing: -.055em; word-spacing: .06em; }
.pulse-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1rem; }
.pulse-grid article {
    display: flex;
    min-height: 260px;
    flex-direction: column;
    justify-content: space-between;
    padding: 1.5rem;
    background: rgba(29,40,54,.36);
    border: 1px solid rgba(255,255,255,.55);
    border-radius: 26px;
    box-shadow: inset 0 1px 0 rgba(255,255,255,.16);
    backdrop-filter: blur(8px);
    transition: background .35s, transform .35s, border-color .35s;
}
.pulse-grid article:hover { background: rgba(29,40,54,.62); border-color: var(--lime); translate: 0 -10px; }
.pulse-grid strong { color: var(--lime); font-size: clamp(4.4rem, 7vw, 7.4rem); font-weight: 800; line-height: .8; letter-spacing: -.08em; }
.pulse-grid span { max-width: 170px; font-size: .92rem; font-weight: 700; text-transform: uppercase; }
@keyframes pulse-field { to { transform: rotate(360deg); } }

.motion-cursor {
    position: fixed;
    z-index: 300;
    top: 0;
    left: 0;
    width: 38px;
    height: 38px;
    margin: -19px 0 0 -19px;
    opacity: 0;
    pointer-events: none;
    transition: opacity .2s;
}
.motion-cursor.is-visible { opacity: 1; }
.motion-cursor i {
    position: absolute;
    inset: 0;
    border: 1px solid rgba(214,239,97,.9);
    border-radius: 50%;
    background: rgba(86,98,232,.16);
    backdrop-filter: blur(2px);
    transition: inset .28s, background .28s, border-color .28s;
}
.motion-cursor.is-active i { inset: -8px; background: rgba(214,239,97,.2); border-color: var(--lime); }
.motion-cursor.has-label i { inset: -22px; background: var(--lime); box-shadow: 0 7px 22px rgba(32,45,56,.22); }
.motion-cursor span { position: absolute; inset: -22px; display: grid; place-items: center; color: var(--ink); font-size: .6rem; font-weight: 900; opacity: 0; }
.motion-cursor.has-label span { opacity: 1; }

.motion-ripple-host { position: relative !important; overflow: hidden; isolation: isolate; }
.motion-ripple {
    position: absolute;
    z-index: 0;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: rgba(255,255,255,.55);
    pointer-events: none;
    animation: ripple-expand .65s ease-out forwards;
}
@keyframes ripple-expand { from { transform: translate(-50%,-50%) scale(0); opacity: .9; } to { transform: translate(-50%,-50%) scale(18); opacity: 0; } }

.page-transition { position: fixed; z-index: 500; inset: 0; visibility: hidden; pointer-events: none; }
.page-transition > i { position: absolute; inset: 0; background: var(--ink); }
.page-transition > i:nth-child(2) { background: var(--blue); clip-path: polygon(0 0, 82% 0, 62% 100%, 0 100%); }
.page-transition strong {
    position: absolute;
    z-index: 2;
    top: 50%;
    left: 50%;
    color: white;
    font-size: clamp(1.4rem, 3vw, 2.8rem);
    font-weight: 900;
    letter-spacing: -.05em;
    transform: translate(-50%,-50%);
}
.page-transition strong em { color: var(--lime); font-style: italic; }
.page-transition.is-arriving, .page-transition.is-leaving { visibility: visible; }
.page-transition.is-arriving > i { animation: curtain-open .72s cubic-bezier(.76,0,.24,1) both; }
.page-transition.is-arriving > i:nth-child(2) { animation-delay: .08s; }
.page-transition.is-arriving strong { animation: curtain-mark-out .45s ease both; }
.page-transition.is-leaving { pointer-events: auto; }
.page-transition.is-leaving > i { animation: curtain-close .42s cubic-bezier(.76,0,.24,1) both; }
.page-transition.is-leaving > i:nth-child(2) { animation-delay: .06s; }
.page-transition.is-leaving strong { animation: curtain-mark-in .35s .12s ease both; }
@keyframes curtain-open { from { transform: translateY(0); } to { transform: translateY(-102%); } }
@keyframes curtain-close { from { transform: translateY(102%); } to { transform: translateY(0); } }
@keyframes curtain-mark-out { from { opacity: 1; } to { opacity: 0; transform: translate(-50%,-68%); } }
@keyframes curtain-mark-in { from { opacity: 0; transform: translate(-50%,-32%); } to { opacity: 1; transform: translate(-50%,-50%); } }

/* ThreeUI Bestsellers Book Showcase uyarlaması */
.service-book-showcase {
    position: relative;
    max-width: 1240px;
    min-height: 720px;
    margin: 0 auto 7rem;
    perspective: 1500px;
    isolation: isolate;
}
.service-book-showcase::after {
    content: "KARTI AÇ · HİZMETİ İNCELE";
    position: absolute;
    z-index: 12;
    top: 0;
    right: 0;
    padding: .45rem .8rem;
    color: var(--ink);
    background: var(--lime);
    border-radius: 999px;
    font-size: .68rem;
    font-weight: 900;
}
.service-stage-word {
    position: absolute;
    z-index: -1;
    top: 25%;
    left: 50%;
    color: rgba(255,255,255,.045);
    font-size: clamp(8rem, 18vw, 16rem);
    font-weight: 900;
    line-height: .7;
    letter-spacing: -.09em;
    transform: translateX(-50%);
    pointer-events: none;
}
.services-section .service-stack {
    position: relative;
    display: block;
    width: 100%;
    max-width: 1240px;
    height: 700px;
    min-height: 0;
    margin: 0;
    padding: 0;
    overflow: visible;
    perspective: 1500px;
}
.services-section .service-card {
    --book-x: 0px;
    --book-y: 0px;
    --book-r: 0deg;
    --book-ry: 0deg;
    --book-lift: 0px;
    position: absolute;
    top: 0;
    left: 50%;
    width: 300px;
    height: 445px;
    min-height: 445px;
    margin: 0;
    overflow: visible;
    transform: translate(calc(-50% + var(--book-x)), calc(var(--book-y) + var(--book-lift))) rotateZ(var(--book-r)) rotateY(var(--book-ry));
    transform-origin: 50% 90%;
    transform-style: preserve-3d;
    transition: transform .7s cubic-bezier(.16,1,.3,1), opacity .45s, filter .45s, box-shadow .45s;
    will-change: transform;
    isolation: isolate;
}
.services-section .service-card::after {
    content: "";
    position: absolute;
    z-index: -2;
    inset: 0;
    border: 1px solid rgba(255,255,255,.28);
    border-radius: inherit;
    background: linear-gradient(115deg, rgba(255,255,255,.18), transparent 28% 75%, rgba(0,0,0,.08));
    pointer-events: none;
}

/* Ana sayfa dikey ritmi: bölümler arasında ortak ve daha sıkı ölçek */
.services-section { padding-top: clamp(5rem,6vw,6.5rem); padding-bottom: clamp(5rem,6vw,6.5rem); }
.services-section .wide-heading { min-height: 250px; margin-bottom: 1rem; }
.service-book-showcase { min-height: 620px; margin-bottom: 4rem; }
.services-section .service-stack { height: 610px; }
.project-callout { min-height: 230px; }
.cases-section { padding-top: clamp(7rem,8vw,9rem); padding-bottom: clamp(6rem,7vw,8rem); }
.cases-section .centered-heading { margin-bottom: 3.5rem; }
.process-section { padding-top: clamp(6rem,7vw,8rem); padding-bottom: clamp(6rem,7vw,8rem); }
.process-section .section-heading { margin-bottom: 3rem; }
.home-blog-section { min-height: 0; padding-top: clamp(3rem,4vw,4.5rem); padding-bottom: clamp(3rem,4vw,4.5rem); }
.home-blog-heading { padding-bottom: 1.4rem; }
.home-blog-heading h2 { margin-top: .8rem; font-size: clamp(2rem,3.5vw,3.8rem); line-height: 1; }
.home-blog-heading i { width: 12px; height: 80px; bottom: 1.4rem; }
.home-blog-heading i::after { top: -20px; left: 0; width: 12px; height: 18px; }
.home-blog-label { margin-bottom: 1rem; color: var(--ink); font-size: 1rem; font-weight: 600; line-height: 1.3; }
.home-blog-featured { padding: 1.4rem 0 1.8rem; }
.home-blog-image { position: relative; }
.home-blog-image img { position: absolute; inset: 0; }
.home-blog-copy { padding: clamp(1.1rem,1.8vw,1.6rem); }
.home-blog-copy h3 { margin: .65rem 0 .75rem; font-size: clamp(1.75rem,2.5vw,2.6rem); line-height: 1; }
.home-blog-copy p { line-height: 1.45; }
.home-blog-copy div,.home-blog-grid article > div { margin-top: .9rem; }
.home-blog-weekly { padding: 1.5rem 0 .5rem; }
.home-blog-card-image { height: clamp(180px,17vw,230px); margin-bottom: .8rem; }
.home-blog-grid h3 { margin: .6rem 0; font-size: clamp(1.4rem,1.8vw,1.9rem); line-height: 1; }
.home-blog-grid article { display: flex; flex-direction: column; }
.home-blog-grid .home-blog-card-image { flex-shrink: 0; }
.home-blog-grid article > div { margin-bottom: 1rem; }
.home-blog-read-more { display: inline-flex; align-items: center; align-self: flex-start; min-height: 42px; margin-top: auto; padding: .55rem 1rem; color: var(--ink); background: transparent; border: 1px solid var(--ink); border-radius: 999px; font-size: .85rem; font-weight: 700; text-decoration: none; transition: background .2s, color .2s; }
.home-blog-read-more:hover { color: white; background: var(--ink); }
.home-blog-read-more:focus-visible { outline: 2px solid var(--ink); outline-offset: 4px; }
.home-blog-more { margin-top: 1rem; padding: .65rem 1.3rem; }
.about-band { min-height: 0; padding-top: clamp(6rem,7vw,8rem); padding-bottom: clamp(6rem,7vw,8rem); }
.about-band p { margin: 1.4rem auto; }
.pulse-section { padding-top: clamp(5rem,6vw,6.5rem); padding-bottom: clamp(5rem,6vw,6.5rem); }
.pulse-heading { margin-bottom: 3.5rem; }
.contact-band { padding-top: clamp(7rem,8vw,9rem); padding-bottom: clamp(6rem,7vw,8rem); }
.contact-intro { margin-bottom: 2rem; }.contact-intro p { margin-top: 2rem; }
.site-footer { padding-top: 4rem; }

@media (max-width: 760px) {
    .section { padding-top: 4rem; padding-bottom: 4rem; }
    .section-heading { margin-bottom: 2rem; }
    .services-section { padding-top: 4.5rem; padding-bottom: 4.5rem; }
    .services-section .wide-heading { min-height: 0; margin-bottom: 2rem; }
    .service-book-showcase { min-height: 0; margin-bottom: 3rem; }
    .services-section .service-stack { height: auto; }
    .cases-section { padding-top: 6rem; padding-bottom: 5rem; }
    .cases-section .centered-heading { margin-bottom: 2.5rem; }
    .process-section { padding-top: 5rem; padding-bottom: 5rem; }
    .home-blog-section { padding-top: 2.75rem; padding-bottom: 2.75rem; }
    .home-blog-heading h2 { font-size: clamp(1.85rem,7vw,2.5rem); }
    .home-blog-heading i { height: 60px; }
    .home-blog-featured { padding: 1.25rem 0 1.5rem; }
    .home-blog-weekly { padding-top: 1.5rem; }
    .home-blog-grid { gap: 1.75rem; }
    .about-band { min-height: 0; padding: 5rem 1rem; }
    .pulse-section { padding-top: 4.5rem; padding-bottom: 4.5rem; }
    .pulse-heading { margin-bottom: 2.5rem; }
    .contact-band { padding-top: 6rem; padding-bottom: 5rem; }
    .contact-intro { min-height: 280px; margin-bottom: 1.5rem; }
    .site-footer { padding-top: 3.5rem; }
}
.services-section .service-card:nth-child(1) { z-index: 2; --book-x: -390px; --book-y: 105px; --book-r: -8deg; --book-ry: 7deg; }
.services-section .service-card:nth-child(2) { z-index: 4; --book-x: -130px; --book-y: 60px; --book-r: -2deg; --book-ry: 3deg; }
.services-section .service-card:nth-child(3) { z-index: 4; --book-x: 130px; --book-y: 60px; --book-r: 2deg; --book-ry: -3deg; }
.services-section .service-card:nth-child(4) { z-index: 2; --book-x: 390px; --book-y: 105px; --book-r: 8deg; --book-ry: -7deg; }
.services-section .service-card:hover { z-index: 10; --book-lift: -26px; box-shadow: 15px 28px 0 rgba(0,0,0,.28), 0 36px 65px rgba(0,0,0,.24); }
.service-book-spine, .service-book-pages { position: absolute; z-index: -3; display: block; pointer-events: none; }
.service-book-spine { top: 16px; right: -14px; bottom: -8px; width: 15px; background: color-mix(in srgb, var(--card-accent) 55%, #111b25); border: 1px solid var(--ink); border-left: 0; border-radius: 0 12px 12px 0; transform: skewY(34deg); transform-origin: left top; }
.service-book-pages { right: -8px; bottom: -16px; left: 14px; height: 17px; background: repeating-linear-gradient(to bottom, #faf8f1 0 2px, #d4d0c5 2px 3px); border: 1px solid var(--ink); border-top: 0; border-radius: 0 0 12px 12px; transform: skewX(38deg); transform-origin: left top; }
.services-section .service-card h3 { font-size: clamp(2.35rem, 3.4vw, 3.25rem); }
.services-section .service-card ul { margin-top: auto; margin-bottom: 1.2rem; }
.service-card-actions { display: flex; align-items: center; justify-content: space-between; gap: .7rem; }
.service-card-actions button, .service-card-actions a { min-height: 38px; padding: .45rem .7rem; color: var(--ink); background: rgba(255,255,255,.45); border: 1px solid var(--ink); border-radius: 999px; font-size: .72rem; font-weight: 900; text-decoration: none; cursor: pointer; }
.service-card-actions button { display: inline-flex; align-items: center; gap: .45rem; background: var(--ink); color: white; }
.service-card-actions button span { display: grid; place-items: center; width: 23px; height: 23px; color: var(--ink); background: var(--lime); border-radius: 50%; }
.service-stack.has-selection .service-card:not(.is-selected) { opacity: .16; filter: blur(2px) saturate(.4); pointer-events: none; }
.services-section .service-stack.has-selection .service-card.is-selected { z-index: 18; --book-x: -250px; --book-y: 105px; --book-r: -3deg; --book-ry: 7deg; --book-lift: -16px; transform: translate(calc(-50% + var(--book-x)), calc(var(--book-y) + var(--book-lift))) rotateZ(var(--book-r)) rotateY(var(--book-ry)) scale(1.055); box-shadow: 20px 32px 0 rgba(0,0,0,.28), 0 42px 80px rgba(0,0,0,.3); }
.service-book-detail {
    position: absolute;
    z-index: 16;
    top: 105px;
    right: 25px;
    width: 390px;
    min-height: 470px;
    padding: 2rem;
    color: var(--ink);
    background: #f7f4ed;
    border: 1px solid var(--ink);
    border-radius: 12px 28px 28px 12px;
    box-shadow: 18px 24px 0 rgba(0,0,0,.25);
    opacity: 0;
    visibility: hidden;
    transform: translate3d(85px,20px,0) rotateY(-12deg);
    transform-origin: left center;
    transition: opacity .4s, visibility .4s, transform .7s cubic-bezier(.16,1,.3,1);
}
.service-book-detail::before { content: ""; position: absolute; top: 0; bottom: 0; left: 18px; width: 1px; background: #d5d0c6; box-shadow: 4px 0 0 #ebe7df; }
.service-book-detail.is-open { opacity: 1; visibility: visible; transform: translate3d(0,0,0) rotateY(0); }
.service-book-detail > span { display: inline-block; margin-left: 1rem; padding: .3rem .65rem; color: white; background: var(--blue); border-radius: 999px; font-size: .7rem; font-weight: 900; }
.service-book-detail h3 { margin: 2rem 0 1rem 1rem; font-size: clamp(2.5rem, 4vw, 4rem); line-height: .84; letter-spacing: -.055em; text-transform: uppercase; }
.service-book-detail p, .service-book-detail ul, .service-book-detail > a { margin-left: 1rem; }
.service-book-detail ul { padding: 1rem 0; list-style: none; border-top: 1px solid #ccc; }
.service-book-detail li { padding: .45rem 0; border-bottom: 1px solid #d8d4cc; font-weight: 700; }
.service-detail-close { position: absolute; top: 1rem; right: 1rem; display: grid; place-items: center; width: 36px; height: 36px; color: white; background: var(--ink); border: 0; border-radius: 50%; font-size: 1.4rem; cursor: pointer; }

/* Vaka çalışması detayları */
.case-page { background: var(--paper); }
.case-hero {
    position: relative;
    padding: clamp(8rem, 14vw, 13rem) clamp(1.25rem, 7vw, 7rem) 5rem;
    color: white;
    background: var(--ink);
    background-image: radial-gradient(circle at 88% 20%, color-mix(in srgb, var(--case-accent) 72%, transparent) 0, transparent 28%), repeating-linear-gradient(145deg, transparent 0 190px, rgba(255,255,255,.035) 191px 350px);
    overflow: hidden;
}
.case-back { display: inline-block; margin-bottom: 4rem; color: var(--lime); font-weight: 900; text-decoration: none; }
.case-title-row { display: grid; grid-template-columns: 1.5fr .55fr; align-items: end; gap: 4rem; max-width: 1400px; }
.case-title-row h1 { max-width: 1050px; margin: 1.2rem 0 0; font-size: clamp(4.5rem, 10vw, 10rem); font-weight: 900; line-height: .78; letter-spacing: -.07em; text-transform: uppercase; }
.case-title-row > p { margin: 0; font-size: 1.15rem; font-weight: 600; }
.case-meta { display: grid; grid-template-columns: .7fr .35fr 1.4fr; gap: 1rem; max-width: 1050px; margin: 5rem 0 0; }
.case-meta div { padding-top: 1rem; border-top: 1px solid rgba(255,255,255,.4); }
.case-meta dt { color: var(--lime); font-size: .72rem; font-weight: 900; }
.case-meta dd { margin: .4rem 0 0; font-weight: 700; }
.case-cover { min-height: min(72vw, 850px); margin: 0; overflow: hidden; background: var(--case-accent, var(--blue)); }
.case-cover > img { width: 100%; height: min(72vw, 850px); object-fit: cover; }
.case-cover-collage { position: relative; background: linear-gradient(125deg, var(--case-accent), var(--lilac)); }
.case-cover-collage img { position: absolute; width: 34%; height: 72%; object-fit: cover; border: 7px solid white; border-radius: 34px; box-shadow: 0 30px 55px rgba(30,40,53,.32); }
.case-cover-collage img:nth-child(1) { top: 5%; left: 3%; transform: rotate(-5deg); }
.case-cover-collage img:nth-child(2) { z-index: 2; bottom: -3%; left: 34%; transform: rotate(1deg); }
.case-cover-collage img:nth-child(3) { top: 8%; right: 2%; transform: rotate(6deg); }
.case-overview { display: grid; grid-template-columns: 300px 1fr; gap: clamp(3rem, 9vw, 10rem); max-width: 1250px; margin: 0 auto; }
.case-overview aside { align-self: start; position: sticky; top: 110px; }
.case-overview ul { padding: 0; margin: 2rem 0; list-style: none; border-top: 1px solid var(--ink); }
.case-overview li { padding: .75rem 0; border-bottom: 1px solid rgba(32,45,56,.28); font-weight: 800; }
.case-story h2 { margin: 0 0 2.5rem; font-size: clamp(3rem, 5.8vw, 6rem); line-height: .86; letter-spacing: -.055em; }
.case-story p { max-width: 780px; font-size: 1.18rem; }
.case-challenge { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; color: white; background: var(--ink); }
.case-challenge article { min-height: 480px; padding: clamp(2rem, 5vw, 5rem); border: 1px solid rgba(255,255,255,.2); border-radius: 30px; }
.case-challenge article:first-child { background: var(--blue); }.case-challenge article:last-child { color: var(--ink); background: var(--lime); }
.case-challenge article > span { font-size: .74rem; font-weight: 900; }
.case-challenge h2 { max-width: 580px; margin: 5rem 0 2rem; font-size: clamp(2.7rem, 4.5vw, 5rem); line-height: .88; letter-spacing: -.05em; }
.case-challenge p { max-width: 620px; font-size: 1.08rem; }
.case-results { color: white; background: var(--blue); }
.case-results > div:first-child { display: grid; grid-template-columns: .35fr 1fr; gap: 3rem; max-width: 1240px; margin: 0 auto 5rem; }
.case-results h2 { max-width: 900px; margin: 0; font-size: clamp(3rem, 5.5vw, 5.8rem); line-height: .86; letter-spacing: -.055em; }
.case-result-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem; max-width: 1240px; margin: 0 auto; }
.case-result-grid article { display: flex; min-height: 270px; flex-direction: column; justify-content: space-between; padding: 1.6rem; background: rgba(31,44,56,.42); border: 1px solid rgba(255,255,255,.5); border-radius: 26px; }
.case-result-grid strong { color: var(--lime); font-size: clamp(4.5rem, 8vw, 8rem); line-height: .8; letter-spacing: -.08em; }
.case-result-grid span { max-width: 180px; font-weight: 800; text-transform: uppercase; }
.case-gallery { background: #f7f4ef; }
.case-gallery-grid { display: grid; grid-template-columns: 1.2fr .8fr; gap: 1rem; max-width: 1300px; margin: 0 auto; }
.case-gallery-grid figure { min-height: 430px; margin: 0; overflow: hidden; border-radius: 26px; background: var(--lilac); }
.case-gallery-grid figure:nth-child(3n) { grid-column: 1 / -1; min-height: 620px; }
.case-gallery-grid img { width: 100%; height: 100%; min-height: inherit; object-fit: cover; transition: transform .8s cubic-bezier(.16,1,.3,1); }
.case-gallery-grid figure:hover img { transform: scale(1.035); }

/* Gelişmiş teklif formu */
.proposal-hero { padding: clamp(9rem, 15vw, 14rem) clamp(1.25rem, 7vw, 7rem) 7rem; color: white; background: var(--blue); background-image: repeating-linear-gradient(38deg, transparent 0 180px, rgba(255,255,255,.055) 181px 330px); }
.proposal-hero h1 { max-width: 1150px; margin: 1.5rem 0 2.5rem; font-size: clamp(4rem, 8.5vw, 8.5rem); line-height: .8; letter-spacing: -.065em; }
.proposal-hero h1 em { color: var(--lime); font-style: normal; }
.proposal-hero p { max-width: 720px; font-size: 1.2rem; }
.proposal-section { background: #f7f4ef; }
.proposal-progress { --proposal-progress: 33.333%; position: relative; max-width: 1200px; margin: 0 auto 4rem; }
.proposal-progress::before, .proposal-progress i { content: ""; position: absolute; top: 19px; right: 0; left: 0; height: 3px; background: #d7d3cb; }
.proposal-progress i { z-index: 1; right: auto; width: var(--proposal-progress); background: var(--blue); transition: width .45s cubic-bezier(.2,.8,.2,1); }
.proposal-progress ol { position: relative; z-index: 2; display: flex; justify-content: space-between; padding: 0; margin: 0; list-style: none; }
.proposal-progress li { display: grid; place-items: center; width: 40px; height: 40px; color: white; background: #a9a59e; border: 3px solid #f7f4ef; border-radius: 50%; font-size: .74rem; font-weight: 900; transition: background .3s, transform .3s; }
.proposal-progress li span { position: absolute; top: 48px; color: var(--ink); white-space: nowrap; }
.proposal-progress li.is-current, .proposal-progress li.is-done { background: var(--blue); }.proposal-progress li.is-current { transform: scale(1.16); }
.proposal-layout { display: grid; grid-template-columns: minmax(0, 1fr) 300px; gap: 2rem; max-width: 1200px; margin: 0 auto; }
.proposal-form { min-width: 0; padding: clamp(1.5rem, 4vw, 3.5rem); background: white; border: 1px solid var(--ink); border-radius: 30px; box-shadow: var(--shadow); }
.proposal-step { padding: 0; margin: 0; border: 0; }
.js .proposal-step:not(.is-active) { display: none; }
.proposal-step legend { width: 100%; margin-bottom: 2.5rem; font-size: clamp(2rem, 4vw, 4rem); font-weight: 900; line-height: .9; letter-spacing: -.05em; }
.proposal-step legend span { color: var(--blue); }
.proposal-reference { display: flex; justify-content: space-between; gap: 1rem; margin: -1rem 0 2rem; padding: 1rem 1.2rem; background: var(--lime); border-radius: 14px; }
.proposal-service-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; }
.proposal-service-grid label { margin: 0; cursor: pointer; }
.proposal-service-grid input { position: absolute; opacity: 0; pointer-events: none; }
.proposal-service-grid label > span { display: flex; min-height: 220px; flex-direction: column; padding: 1.25rem; background: #f6f3ee; border: 2px solid transparent; border-radius: 20px; transition: transform .25s, border-color .25s, background .25s; }
.proposal-service-grid i { align-self: flex-start; padding: .25rem .55rem; background: var(--choice-accent); border-radius: 999px; font-style: normal; font-weight: 900; }
.proposal-service-grid strong { margin-top: auto; font-size: 1.5rem; line-height: .95; }
.proposal-service-grid small { margin-top: .8rem; line-height: 1.25; }
.proposal-service-grid input:checked + span { background: color-mix(in srgb, var(--choice-accent) 30%, white); border-color: var(--ink); transform: translateY(-5px); box-shadow: 0 5px 0 var(--ink); }
.proposal-form > fieldset > label, .proposal-form .form-grid label { display: grid; gap: .5rem; margin-bottom: 1.2rem; font-weight: 800; }
.proposal-form input:not([type="checkbox"]), .proposal-form textarea, .proposal-form select { width: 100%; padding: 1rem; color: var(--ink); background: #faf8f4; border: 1px solid var(--ink); border-radius: 14px; }
.proposal-form textarea { resize: vertical; }
.proposal-actions { display: flex; justify-content: space-between; align-items: center; gap: 1rem; margin-top: 2.5rem; }
.proposal-actions > span { max-width: 300px; font-size: .82rem; }
.proposal-back { padding: .7rem 0; background: transparent; border: 0; font-weight: 900; cursor: pointer; }
.proposal-consent { display: flex !important; grid-template-columns: auto 1fr; align-items: flex-start; gap: .8rem !important; padding: 1rem; background: var(--paper-2); border-radius: 14px; font-size: .84rem; }
.proposal-consent input { width: 24px; height: 24px; flex: none; margin: 0; accent-color: var(--blue); }
.proposal-aside { align-self: start; position: sticky; top: 110px; padding: 1.6rem; color: white; background: var(--ink); border-radius: 26px; }
.proposal-aside > span { color: var(--lime); font-size: .75rem; font-weight: 900; }
.proposal-aside ol { padding: 0; margin: 2rem 0; list-style: none; }
.proposal-aside li { display: grid; grid-template-columns: 34px 1fr; gap: .8rem; padding: 1rem 0; border-bottom: 1px solid rgba(255,255,255,.2); }
.proposal-aside li strong { color: var(--lime); }.proposal-aside li p { margin: 0; }
.proposal-aside > div { padding: 1.2rem; color: var(--ink); background: var(--lime); border-radius: 16px; }.proposal-aside > div p { margin-bottom: 0; }

@media (max-width: 1050px) {
    .service-card.motion-tilt:nth-child(n) { --base-rotate: 0deg; --base-x: 0%; }
    .service-book-showcase { min-height: 0; perspective: none; }
    .service-stage-word { display: none; }
    .services-section .service-stack { display: flex; width: calc(100vw - 2.5rem); max-width: none; height: auto; min-height: 500px; gap: 1.25rem; margin-inline: calc(50% - 50vw); padding: 2rem 1.25rem 4rem; overflow-x: auto; overflow-y: visible; scroll-snap-type: x mandatory; scrollbar-width: thin; scrollbar-color: var(--lime) rgba(255,255,255,.12); }
    .services-section .service-card:nth-child(n) { position: relative; top: auto; left: auto; flex: 0 0 300px; width: 300px; height: 445px; margin: 0; --book-x: 0px; --book-y: 0px; --book-r: 0deg; --book-ry: 0deg; transform: rotateZ(0deg); scroll-snap-align: center; }
    .services-section .service-card:hover { --book-lift: 0px; transform: translateY(-10px); }
    .service-stack.has-selection .service-card:not(.is-selected) { opacity: .42; filter: saturate(.55); pointer-events: auto; }
    .services-section .service-stack.has-selection .service-card.is-selected { transform: translateY(-12px) scale(1.02); }
    .service-book-detail { position: relative; top: auto; right: auto; display: none; width: min(680px, 100%); min-height: 0; margin: 0 auto 5rem; opacity: 0; visibility: hidden; transform: translateY(25px); }
    .service-book-detail.is-open { display: block; opacity: 1; visibility: visible; transform: none; }
    .pulse-heading { grid-template-columns: 1fr; gap: 1.5rem; }
    .pulse-grid { grid-template-columns: 1fr 1fr; }
    .case-title-row { grid-template-columns: 1fr; gap: 2rem; }
    .case-overview { grid-template-columns: 240px 1fr; gap: 3rem; }
    .proposal-layout { grid-template-columns: 1fr; }.proposal-aside { position: static; }
}

@media (max-width: 760px) {
    body:has(.hero) .site-header.is-scrolled { top: 8px; right: 8px; left: 8px; min-height: 58px; border-radius: 18px; }
    .signal-canvas { opacity: .42; }
    .has-motion .motion-reveal { transform: translate3d(0,26px,0); }
    .service-book-showcase::after { position: relative; display: inline-block; top: auto; right: auto; margin-bottom: .5rem; }
    .services-section .service-stack { width: calc(100vw - 2rem); min-height: 475px; margin-inline: calc(50% - 50vw); padding-inline: 1rem; }
    .services-section .service-card:nth-child(n) { flex-basis: min(82vw, 315px); width: min(82vw, 315px); height: 430px; min-height: 430px; }
    .services-section .service-card h3 { font-size: 2.55rem; }
    .service-book-detail { width: 100%; padding: 1.5rem 1rem 1.5rem 1.5rem; border-radius: 18px; box-shadow: 8px 12px 0 rgba(0,0,0,.25); }
    .service-book-detail h3 { font-size: 2.7rem; }
    .motion-marquee { margin-top: -34px; }
    .motion-marquee-group { gap: 1.2rem; padding-block: .7rem; }
    .pulse-heading { margin-bottom: 3rem; }
    .pulse-heading h2 { font-size: 3rem; }
    .pulse-grid { gap: .7rem; }
    .pulse-grid article { min-height: 190px; padding: 1.1rem; border-radius: 20px; }
    .pulse-grid strong { font-size: clamp(3.3rem, 17vw, 4.8rem); }
    .pulse-grid span { font-size: .72rem; }
    .case-hero { padding-top: 9rem; }.case-title-row h1 { font-size: clamp(4rem, 21vw, 6.4rem); }.case-meta { grid-template-columns: 1fr; margin-top: 3rem; }
    .case-cover, .case-cover > img { min-height: 580px; height: 580px; }.case-cover-collage img { width: 70%; height: 55%; border-width: 4px; border-radius: 22px; }.case-cover-collage img:nth-child(1) { left: -12%; }.case-cover-collage img:nth-child(2) { left: 18%; }.case-cover-collage img:nth-child(3) { right: -15%; }
    .case-overview, .case-challenge { grid-template-columns: 1fr; }.case-overview aside { position: static; }.case-story h2 { font-size: 3.3rem; }
    .case-challenge article { min-height: 390px; }.case-challenge h2 { margin-top: 3rem; }
    .case-results > div:first-child { grid-template-columns: 1fr; }.case-result-grid { grid-template-columns: 1fr; }.case-result-grid article { min-height: 210px; }
    .case-gallery-grid { grid-template-columns: 1fr; }.case-gallery-grid figure, .case-gallery-grid figure:nth-child(3n) { grid-column: auto; min-height: 360px; }
    .proposal-hero { padding-top: 9rem; }.proposal-hero h1 { font-size: clamp(3rem, 15vw, 4.8rem); overflow-wrap: anywhere; }.proposal-section { padding-inline: 1rem; }
    .proposal-progress li span { font-size: .67rem; }.proposal-form { padding: 1.4rem 1rem; border-radius: 22px; }
    .proposal-service-grid { grid-template-columns: 1fr; }.proposal-service-grid label > span { min-height: 180px; }.proposal-actions { align-items: stretch; flex-direction: column-reverse; }.proposal-actions .button { width: 100%; }.proposal-actions > span { text-align: center; }
}

@media (prefers-reduced-motion: reduce) {
    .scroll-progress { display: none; }
    .signal-canvas { display: none; }
    .motion-marquee-track, .pulse-section::before { animation: none !important; }
    .motion-cursor, .page-transition { display: none !important; }
    .motion-reveal { opacity: 1 !important; filter: none !important; transform: none !important; clip-path: none !important; }
    .motion-tilt, .motion-magnetic { transform: none !important; }
}

/* Public language switch; shared header geometry is retained. */
.site-header { grid-template-columns: auto minmax(0, 1fr) auto auto; gap: 1rem; }
.language-switch { display: flex; flex-shrink: 0; gap: .2rem; padding: .2rem; border: 1px solid rgba(255,255,255,.45); border-radius: 999px; }
.language-switch a { display: grid; place-items: center; min-width: 32px; min-height: 32px; padding: .3rem; color: white; font-size: .72rem; font-weight: 800; border-radius: 999px; text-decoration: none; }
.language-switch a[aria-current] { color: var(--ink); background: var(--lime); }
.language-switch a:focus-visible { outline: 2px solid var(--lime); outline-offset: 3px; }
html[lang="en"] .service-book-showcase::after { content: "OPEN A CARD · EXPLORE A SERVICE"; }
@media (max-width: 1100px) {
    .site-header { gap: .6rem; }
    .language-switch a { min-width: 28px; min-height: 30px; }
}
@media (max-width: 1050px) {
    .site-header { grid-template-columns: auto auto minmax(0, 1fr) auto; }
}
@media (max-width: 480px) {
    .site-header .brand-logo { width: 98px; }
    .site-header .header-cta { padding-inline: .65rem; font-size: .6rem; }
    .site-header .menu-toggle { padding-inline: .45rem; }
    .language-switch { gap: 0; padding: .1rem; }
    .language-switch a { min-width: 25px; font-size: .65rem; }
}
@media (max-width: 360px) {
    body .site-header, body:has(.hero) .site-header { padding-inline: .75rem; gap: .35rem; }
    .site-header .brand-logo { width: 80px; }
}

/* An invisible flow grid reserves space; offsets keep the mobile collage playful. */
@media (max-width: 760px) {
    .hero {
        min-height: 0;
        grid-template-columns: repeat(6, minmax(0, 1fr));
        gap: .85rem .5rem;
        padding: 8.75rem max(1.25rem, calc((100% - 440px) / 2)) 7rem;
        align-content: start;
    }
    .hero-tags { display: contents; }
    .hero-tags .tag {
        position: relative;
        inset: auto;
        margin: 0;
        padding: .5rem .7rem;
        font-size: clamp(.75rem, 3.2vw, .95rem);
        line-height: 1.1;
        white-space: nowrap;
        box-shadow: 2px 3px 0 rgba(31,44,56,.4);
    }
    .hero-tags .tag:nth-child(1) { grid-area: 1 / 1 / 2 / 4; justify-self: center; transform: translate(-8px, -14px) rotate(-7deg); }
    .hero-tags .tag:nth-child(2) { grid-area: 2 / 1 / 3 / 4; justify-self: start; transform: translate(3px, 12px) rotate(5deg); }
    .hero-tags .tag:nth-child(3) { grid-area: 2 / 4 / 3 / 7; justify-self: start; transform: translate(-12px, 6px) rotate(-3deg); }
    .hero-tags .tag:nth-child(4) { grid-area: 1 / 4 / 2 / 7; justify-self: end; transform: translate(-4px, 10px) rotate(6deg); }
    .hero-tags .tag:nth-child(5) { grid-area: 4 / 1 / 5 / 3; transform: translate(-6px, -4px) rotate(-7deg); }
    .hero-tags .tag:nth-child(6) { grid-area: 4 / 3 / 5 / 5; transform: translate(-4px, 22px) rotate(5deg); }
    .hero-tags .tag:nth-child(7) { grid-area: 4 / 5 / 5 / 7; transform: translate(-4px, 9px) rotate(-4deg); }
    .hero h1 { grid-area: 3 / 1 / 4 / -1; min-width: 0; margin: 1.8rem 0 1rem; }
    .hero-logo { display: block; width: 100%; max-width: 440px; height: auto; }
    .hero-sticker { top: 5.25rem; right: max(1.5rem, calc((100% - 440px) / 2)); width: 50px; }
    .hero > p { grid-area: 5 / 1 / 6 / -1; margin: 2rem 0 0; font-size: .85rem; line-height: 1.6; }
    .hero .scroll-cue { bottom: 4.2rem; right: calc(50% - 17px); }
    .hero::after { height: 48px; }
    .has-motion .hero-logo { transform: none; }
    .has-motion .hero-tags, .has-motion .hero-sticker { translate: none; }
}
