:root {
  --ink: #191916;
  --cream: #f4f0e9;
  --warm: #c7aa88;
  --paper: #faf8f5;
  --line: rgba(25, 25, 22, .16);
  --ease: cubic-bezier(.22, 1, .36, 1);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: "DM Sans", sans-serif; overflow-x: hidden; }
a { color: inherit; text-decoration: none; }
button, input, textarea { font: inherit; }
img { width: 100%; display: block; }
::selection { background: var(--ink); color: var(--paper); }
.scroll-progress { position: fixed; z-index: 90; top: 0; left: 0; width: 100%; height: 3px; pointer-events: none; }
.scroll-progress span { display: block; width: 100%; height: 100%; background: #c7aa88; transform: scaleX(0); transform-origin: left; will-change: transform; }

.site-header { position: fixed; inset: 16px clamp(16px, 3vw, 46px) auto; z-index: 50; height: 68px; padding: 9px 10px 9px 20px; display: flex; align-items: center; justify-content: space-between; color: white; border: 1px solid rgba(255,255,255,.16); border-radius: 20px; background: rgba(18,18,16,.24); backdrop-filter: blur(14px) saturate(125%); box-shadow: 0 10px 40px rgba(0,0,0,.08); transition: color .4s, background .4s, border-color .4s, box-shadow .4s, transform .4s var(--ease); }
.site-header.scrolled { color: var(--ink); background: rgba(250,248,245,.88); backdrop-filter: blur(22px) saturate(145%); border-color: rgba(25,25,22,.1); box-shadow: 0 15px 45px rgba(20,18,15,.12); }
.brand { display: inline-flex; align-items: center; gap: 12px; font: 600 17px/1 "Manrope", sans-serif; letter-spacing: .03em; }
.brand-logo { width: auto; height: 44px; max-width: 165px; object-fit: contain; }
.site-header:not(.scrolled) .brand-logo { filter: brightness(0) invert(1); }
.footer .brand-logo { height: 66px; max-width: 220px; filter: brightness(0) invert(1); }
.brand small { display: block; margin-top: 4px; font-size: 7px; letter-spacing: .42em; font-weight: 500; }
.brand-mark { width: 28px; height: 28px; position: relative; display: inline-block; }
.brand-mark i { position: absolute; width: 9px; height: 25px; border: 2px solid currentColor; border-radius: 9px; transform: rotate(34deg); }
.brand-mark i:nth-child(1) { left: 1px; }
.brand-mark i:nth-child(2) { left: 9px; height: 19px; top: 3px; }
.brand-mark i:nth-child(3) { left: 17px; height: 13px; top: 6px; }
.header-actions { display: flex; gap: 10px; align-items: center; }
.header-cta { padding: 13px 22px; border-radius: 14px; color: var(--ink); background: rgba(255,255,255,.94); font-size: 12px; }
.scrolled .header-cta { color: white; background: var(--ink); }
.menu-toggle { width: 48px; height: 48px; border: 1px solid rgba(255,255,255,.1); border-radius: 15px; background: rgba(20,20,18,.9); display: grid; place-content: center; gap: 6px; cursor: pointer; transition: transform .3s var(--ease), background .3s; }
.menu-toggle:hover { transform: scale(.95); background: #000; }
.menu-toggle span { display: block; width: 15px; height: 1px; background: white; transition: transform .35s var(--ease); }
.menu-toggle[aria-expanded="true"] span:first-child { transform: translateY(3.5px) rotate(45deg); }
.menu-toggle[aria-expanded="true"] span:last-child { transform: translateY(-3.5px) rotate(-45deg); }

.menu-panel { position: fixed; inset: 0; z-index: 40; padding: 140px clamp(24px, 7vw, 110px) 55px; background: #171714; color: white; display: grid; grid-template-columns: 1.4fr .6fr; align-items: end; transform: translateY(-100%); transition: transform .8s var(--ease); }
.menu-panel.open { transform: translateY(0); }
.menu-panel nav { display: flex; flex-direction: column; }
.menu-panel nav ul { display: flex; flex-direction: column; gap: 0; margin: 0; padding: 0; list-style: none; }
.menu-panel nav a { width: min-content; white-space: nowrap; font-size: clamp(42px, 6.3vw, 94px); font-weight: 300; line-height: 1.06; letter-spacing: -.055em; opacity: .55; transition: opacity .25s, transform .25s; }
.menu-panel nav a:hover { opacity: 1; transform: translateX(12px); }
.menu-panel nav span { font-size: 10px; letter-spacing: .14em; margin-right: 22px; vertical-align: top; }
.menu-meta { justify-self: end; display: flex; flex-direction: column; gap: 12px; font-size: 14px; color: #aaa9a2; }
.menu-meta p { font-size: 22px; color: white; margin-bottom: 28px; }
.menu-socials { display: flex; gap: 16px; margin-top: 18px; font-size: 11px; text-transform: uppercase; letter-spacing: .1em; }

.hero { position: relative; min-height: 100svh; color: white; display: flex; align-items: center; overflow: hidden; background: #2d251f; touch-action: pan-y; }
.hero-media, .hero-slide, .hero-overlay { position: absolute; inset: 0; }
.hero-slide { background-image: var(--image); background-size: cover; background-position: center; opacity: 0; transform: scale(1.08); transition: opacity 1.2s ease, transform 8s linear; }
.hero-slide.is-active { opacity: 1; transform: scale(1); }
.hero-overlay { background: linear-gradient(90deg, rgba(10,10,8,.62) 0%, rgba(10,10,8,.17) 58%, rgba(10,10,8,.28) 100%), linear-gradient(0deg, rgba(10,10,8,.4), transparent 50%); }
.hero-media { touch-action: pan-y; user-select: none; }
.hero-content { position: relative; z-index: 2; margin: 65px clamp(24px, 5.8vw, 90px) 0; max-width: 760px; }
.eyebrow, .section-kicker { display: inline-block; padding: 7px 13px; border-radius: 999px; background: rgba(255,255,255,.88); color: var(--ink); font-size: 12px; letter-spacing: .025em; }
.hero h1 { margin: 20px 0; font-size: clamp(55px, 7vw, 104px); line-height: .96; font-weight: 300; letter-spacing: -.065em; }
.hero h1 em { font-weight: 300; font-family: Georgia, serif; }
.hero-lead { max-width: 530px; font-size: clamp(16px, 1.4vw, 20px); line-height: 1.55; color: rgba(255,255,255,.86); }
.hero-buttons { display: flex; gap: 12px; margin-top: 30px; }
.button { min-height: 52px; padding: 0 24px; display: inline-flex; align-items: center; justify-content: center; gap: 20px; border: 0; border-radius: 12px; cursor: pointer; font-size: 13px; transition: transform .25s, background .25s; }
.button-dark { background: var(--ink); color: white; }
.button-light { background: var(--paper); color: var(--ink); }
.button:hover { transform: translateY(-3px); }
.ui-arrow { display: inline-block; flex: 0 0 auto; width: 20px; height: 20px; background: url('../images/arrow-right-up.svg') center/contain no-repeat; font-size: 0; font-style: normal; }
.ui-arrow::before, .ui-arrow::after { content: none; }
.hero-bottom { position: absolute; z-index: 2; bottom: 35px; right: clamp(24px,5vw,80px); text-align: right; display: flex; align-items: end; gap: 34px; }
.hero-bottom p { margin: 0; text-transform: uppercase; font-size: 11px; line-height: 1.45; color: rgba(255,255,255,.75); }
.slide-status { display: flex; align-items: center; gap: 10px; font-size: 10px; }
.slide-status i { width: 70px; height: 1px; background: rgba(255,255,255,.35); overflow: hidden; }
.slide-status b { display: block; width: 0; height: 100%; background: white; animation: progress 5.8s linear infinite; }
.hero-slider-controls { position: absolute; z-index: 4; right: clamp(24px,5vw,80px); top: 50%; display: flex; gap: 9px; transform: translateY(-50%); }
.hero-slider-controls button { width: 52px; height: 52px; padding: 0; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.34); border-radius: 50%; color: white; background: rgba(15,15,13,.22); backdrop-filter: blur(12px); cursor: pointer; transition: background .3s, color .3s, transform .3s var(--ease), border-color .3s; }
.hero-slider-controls button:hover { color: var(--ink); background: rgba(255,255,255,.94); border-color: transparent; transform: scale(.94); }
.hero-slider-controls button:focus-visible { outline: 2px solid white; outline-offset: 3px; }
.hero-slider-controls svg { width: 20px; height: 20px; fill: none; stroke: currentColor; stroke-width: 1.6; stroke-linecap: round; stroke-linejoin: round; }
@keyframes progress { to { width: 100%; } }
.scroll-cue { position: absolute; z-index: 2; left: clamp(24px,5.8vw,90px); bottom: 32px; display: flex; align-items: center; gap: 13px; font-size: 11px; text-transform: uppercase; letter-spacing: .12em; }
.scroll-cue i { width: 38px; height: 38px; border: 1px solid rgba(255,255,255,.4); border-radius: 50%; display: grid; place-items: center; font-style: normal; }
.marquee { overflow: hidden; padding: 22px 0; background: var(--warm); color: var(--ink); transform: rotate(-1deg) scale(1.02); }
.marquee-track { display: flex; align-items: center; width: max-content; gap: 30px; animation: marquee 28s linear infinite; }
.marquee span { font-size: 15px; text-transform: uppercase; letter-spacing: .13em; white-space: nowrap; }
.marquee i { font-style: normal; font-size: 12px; }
@keyframes marquee { to { transform: translateX(-50%); } }

.section { padding: 130px clamp(24px, 6vw, 94px); }
.section-kicker { padding: 0; border-radius: 0; background: transparent; color: inherit; text-transform: uppercase; letter-spacing: .14em; font-size: 10px; }
.statement { min-height: 100vh; }
.statement-title { max-width: 1140px; margin: 45px 0 80px; font-size: clamp(48px, 6.9vw, 102px); line-height: 1.02; font-weight: 300; letter-spacing: -.06em; }
.statement-grid { display: grid; grid-template-columns: 1fr 1fr; align-items: end; gap: clamp(40px, 9vw, 145px); }
.approach-visual { position: relative; min-height: 680px; padding-right: 72px; padding-bottom: 80px; }
.portrait-image { height: 600px; margin: 0; overflow: hidden; }
.portrait-image img { height: 115%; object-fit: cover; transition: transform 1.2s var(--ease); }
.detail-image { position: absolute; z-index: 2; right: 0; bottom: 0; width: 44%; height: 290px; margin: 0; overflow: hidden; border: 10px solid var(--paper); }
.detail-image img { height: 100%; object-fit: cover; }
.approach-badge { position: absolute; z-index: 3; left: -28px; bottom: 35px; width: 125px; height: 125px; padding: 20px; border-radius: 50%; background: var(--ink); color: white; display: flex; flex-direction: column; justify-content: space-between; }
.approach-badge strong { font-size: 24px; font-weight: 300; }
.approach-badge span { font-size: 10px; text-transform: uppercase; line-height: 1.35; letter-spacing: .12em; }
.statement-copy { max-width: 480px; padding-bottom: 38px; }
.statement-copy p { margin: 0 0 45px; font-size: clamp(18px, 2vw, 28px); line-height: 1.45; font-weight: 300; }
.approach-points { margin: 0 0 42px; border-top: 1px solid var(--line); }
.approach-points div { display: grid; grid-template-columns: 34px 1fr; gap: 5px 12px; padding: 20px 0; border-bottom: 1px solid var(--line); }
.approach-points span { grid-row: 1/3; font-size: 10px; padding-top: 4px; color: #7b7770; }
.approach-points strong { font-size: 15px; font-weight: 500; }
.approach-points small { font-size: 12px; line-height: 1.5; color: #77736c; }
.text-link { display: inline-flex; justify-content: space-between; gap: 60px; padding-bottom: 10px; border-bottom: 1px solid var(--ink); font-size: 13px; }

.section-heading { display: flex; justify-content: space-between; align-items: end; gap: 40px; margin-bottom: 70px; }
.section-heading h2, .process h2, .contact h2 { margin: 24px 0 0; font-size: clamp(48px, 6vw, 88px); line-height: 1; font-weight: 300; letter-spacing: -.06em; }
.section-heading > p { max-width: 410px; margin: 0; font-size: 18px; line-height: 1.5; }
.service-list { border-top: 1px solid var(--line); }
.service-item { display: grid; grid-template-columns: 70px 1.2fr .8fr 30px; gap: 20px; align-items: center; padding: 34px 8px; border-bottom: 1px solid var(--line); transition: padding .35s, background .35s; }
.service-item:hover { padding-left: 24px; padding-right: 24px; background: #efebe4; }
.service-item > span { font-size: 11px; }
.service-item h3 { margin: 0; font-size: clamp(25px, 3vw, 44px); font-weight: 400; letter-spacing: -.04em; }
.service-item p { margin: 0; max-width: 390px; color: #65645f; line-height: 1.5; }
.service-item .ui-arrow { transition: transform .3s var(--ease); }
.service-item:hover .ui-arrow { transform: translate(3px,-3px); }
.numbers { padding-top: 55px; padding-bottom: 115px; display: grid; grid-template-columns: repeat(4, 1fr); gap: 1px; background: var(--ink); }
.number-card { min-height: 240px; padding: 34px; background: #23231f; color: white; display: flex; flex-direction: column; justify-content: space-between; transition: background .35s, transform .35s; }
.number-card:hover { background: #302d27; transform: translateY(-8px); }
.number-card strong { font-size: clamp(58px, 7vw, 96px); font-weight: 300; letter-spacing: -.07em; }
.number-card span { color: #aaa9a2; font-size: 12px; line-height: 1.4; text-transform: uppercase; letter-spacing: .1em; }

.projects { height: 360vh; background: var(--ink); color: white; }
.projects-sticky { position: sticky; top: 0; height: 100svh; overflow: hidden; display: flex; flex-direction: column; padding-top: 100px; padding-bottom: 35px; }
.projects-sticky .section-heading { margin-bottom: 30px; }
.projects-sticky .section-heading,
.projects-sticky .project-track { opacity: var(--project-content-opacity, 1); transition: opacity .14s linear; }
.project-controls { display: flex; gap: 8px; }
.project-controls button { width: 54px; height: 54px; border-radius: 50%; border: 1px solid rgba(255,255,255,.3); background: transparent; color: white; cursor: pointer; font-size: 19px; }
.project-controls button:hover { background: white; color: var(--ink); }
.project-track { display: flex; gap: 24px; will-change: transform; }
.project-card { min-width: min(54vw, 720px); }
.project-image { height: min(51vh, 540px); overflow: hidden; background: #292925; }
.project-image img { width: 100%; height: 100%; object-fit: cover; filter: saturate(.85); transition: transform .8s var(--ease), filter .5s; }
.project-card:hover img { transform: scale(1.035); filter: saturate(1); }
.project-meta { position: relative; padding: 25px 0 0; }
.project-meta span, .project-meta p { color: #999991; font-size: 11px; text-transform: uppercase; letter-spacing: .1em; }
.project-meta h3 { margin: 9px 0 0; font-size: 34px; font-weight: 300; }
.project-meta p { position: absolute; right: 0; bottom: 3px; margin: 0; }

.process { position: relative; z-index: 3; display: grid; grid-template-columns: .8fr 1.2fr; gap: clamp(60px, 10vw, 170px); margin-top: -34px; padding-top: 164px; background: var(--paper); border-radius: 38px 38px 0 0; box-shadow: 0 -20px 65px rgba(12,12,10,.12); }
.process-intro { position: sticky; top: 150px; height: max-content; }
.process-intro p { max-width: 410px; font-size: 18px; line-height: 1.55; color: #696863; }
.process-steps { border-top: 1px solid var(--line); }
.process-steps article { display: grid; grid-template-columns: 70px 1fr; gap: 25px; padding: 42px 0 70px; border-bottom: 1px solid var(--line); }
.process-steps article > span { font-size: 11px; }
.process-steps h3 { margin: 0 0 16px; font-size: clamp(28px, 3vw, 44px); font-weight: 400; letter-spacing: -.04em; }
.process-steps p { margin: 0; max-width: 550px; font-size: 17px; color: #696863; line-height: 1.6; }
.social-section { display: grid; grid-template-columns: .8fr 1.2fr; gap: clamp(60px, 10vw, 150px); background: #e9e2d8; }
.social-intro { position: sticky; top: 140px; height: max-content; }
.social-intro h2 { margin: 25px 0; font-size: clamp(48px, 5.5vw, 82px); line-height: 1; font-weight: 300; letter-spacing: -.06em; }
.social-intro p { max-width: 420px; line-height: 1.6; color: #666159; }
.social-links { border-top: 1px solid var(--line); }
.social-links a { min-height: 115px; padding: 25px 8px; border-bottom: 1px solid var(--line); display: grid; grid-template-columns: 1fr .65fr 28px; align-items: center; transition: padding .35s, background .35s; }
.social-links a:hover { padding-left: 24px; padding-right: 24px; background: rgba(255,255,255,.4); }
.social-links span { font-size: clamp(27px, 3vw, 43px); letter-spacing: -.04em; }
.social-links small { color: #736e66; }
.social-links .ui-arrow { transition: transform .3s var(--ease); }
.social-links a:hover .ui-arrow { transform: translate(3px,-3px); }

.contact { min-height: 92svh; position: relative; display: grid; place-items: center; color: white; overflow: hidden; }
.contact-bg, .contact-overlay { position: absolute; inset: 0; }
.contact-bg { background: url('https://images.unsplash.com/photo-1600607687939-ce8a6c25118c?auto=format&fit=crop&w=2200&q=88') center/cover; transform: scale(1.06); }
.contact-overlay { background: rgba(18,17,14,.68); }
.contact-content { position: relative; z-index: 2; width: min(1080px, calc(100% - 48px)); text-align: center; }
.contact h2 { margin-bottom: 55px; }
.contact-form { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; max-width: 810px; margin: auto; text-align: left; }
.contact-form label { display: flex; flex-direction: column; gap: 11px; font-size: 11px; text-transform: uppercase; letter-spacing: .11em; color: rgba(255,255,255,.65); }
.contact-form .full { grid-column: 1/-1; }
.contact-form input, .contact-form textarea { color: white; background: transparent; border: 0; border-bottom: 1px solid rgba(255,255,255,.45); outline: 0; padding: 5px 0 13px; resize: none; }
.contact-form input:focus, .contact-form textarea:focus { border-color: white; }
.contact-form button { margin-top: 14px; width: max-content; }
.form-trap { position: absolute !important; left: -9999px !important; width: 1px !important; height: 1px !important; overflow: hidden !important; }
.form-note { margin: 30px 0 0; color: #d4c6b3; }

.footer { padding: 90px clamp(24px, 6vw, 94px) 30px; background: #11110f; color: white; }
.footer-top { display: flex; justify-content: space-between; align-items: start; padding-bottom: 70px; border-bottom: 1px solid rgba(255,255,255,.14); }
.footer-brand { font-size: 23px; }
.footer-top p { margin: 0; font-size: clamp(31px, 4vw, 58px); font-weight: 300; letter-spacing: -.04em; line-height: 1.05; text-align: right; }
.footer-grid { display: grid; grid-template-columns: 1.3fr 1fr 1.3fr 1fr; gap: 45px; padding: 65px 0 85px; }
.footer-grid div { display: flex; flex-direction: column; gap: 12px; }
.footer-grid h3 { margin: 0 0 16px; text-transform: uppercase; color: #787873; font-size: 10px; letter-spacing: .14em; font-weight: 500; }
.footer-grid a, .footer-grid span { font-size: 14px; color: #d4d4cf; }
.footer-grid ul { display: flex; flex-direction: column; gap: 12px; margin: 0; padding: 0; list-style: none; }
.footer-grid li { margin: 0; }
.footer-grid a:hover { color: white; }
.footer-socials { display: flex; flex-direction: column; gap: 12px; }
.footer-bottom { display: flex; justify-content: space-between; padding-top: 28px; border-top: 1px solid rgba(255,255,255,.14); color: #71716c; font-size: 11px; }

.mefs-inner-page { background: var(--paper); }
.inner-page-main { min-height: 70vh; padding: 175px clamp(24px, 9vw, 150px) 120px; }
.inner-page-hero { max-width: 1080px; margin: 0 auto 65px; padding-bottom: 48px; border-bottom: 1px solid var(--line); }
.inner-page-hero h1 { max-width: 900px; margin: 24px 0 0; font-size: clamp(48px, 7vw, 102px); line-height: 1; font-weight: 300; letter-spacing: -.06em; }
.inner-page-content { max-width: 900px; margin: 0 auto; font-size: 17px; line-height: 1.8; color: #4f4e49; }
.inner-page-content h2 { margin: 55px 0 18px; color: var(--ink); font-size: clamp(28px, 4vw, 44px); line-height: 1.15; font-weight: 400; letter-spacing: -.035em; }
.inner-page-content h3 { margin: 38px 0 12px; color: var(--ink); font-size: 25px; font-weight: 500; }
.inner-page-content p { margin: 0 0 22px; }
.inner-page-content ul,.inner-page-content ol { margin: 0 0 25px; padding-left: 24px; }
.inner-page-content a { color: var(--ink); text-decoration: underline; text-underline-offset: 4px; }
.inner-page-content img { height: auto; margin: 35px 0; border-radius: 18px; }
.inner-footer { padding-top: 75px; }
.inner-footer-grid { grid-template-columns: 1fr 1fr 1fr; }

/* Blog archive */
.blog-main { min-height: 75vh; padding: 165px clamp(24px,6vw,94px) 125px; }
.blog-hero { display: grid; grid-template-columns: 1.35fr .65fr; align-items: end; gap: 60px; padding: 45px 0 75px; border-bottom: 1px solid var(--line); }
.breadcrumbs { display: flex; flex-wrap: wrap; align-items: center; gap: 9px; margin-bottom: 38px; color: #77736c; font-size: 11px; text-transform: uppercase; letter-spacing: .09em; }
.breadcrumbs a { transition: color .25s; }
.breadcrumbs a:hover { color: var(--ink); }
.blog-hero h1 { max-width: 900px; margin: 25px 0 0; font-size: clamp(55px,7vw,105px); line-height: .95; font-weight: 300; letter-spacing: -.065em; }
.blog-hero > p { max-width: 490px; margin: 0; color: #68655f; font-size: 18px; line-height: 1.65; }
.blog-categories { display: flex; flex-wrap: wrap; gap: 8px; padding: 34px 0 64px; }
.blog-categories a { padding: 10px 17px; border: 1px solid var(--line); border-radius: 999px; color: #66635d; font-size: 12px; transition: color .25s, background .25s, border-color .25s; }
.blog-categories a:hover,.blog-categories a.active { color: white; background: var(--ink); border-color: var(--ink); }
.blog-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 75px 28px; }
.blog-card { min-width: 0; }
.blog-card-featured { grid-column: 1/-1; display: grid; grid-template-columns: 1.25fr .75fr; align-items: stretch; gap: 0; padding-bottom: 70px; border-bottom: 1px solid var(--line); }
.blog-card-image { min-height: 390px; display: block; overflow: hidden; border-radius: 2px; background: #ded7cd; }
.blog-card-featured .blog-card-image { min-height: 570px; }
.blog-card-image img,.related-image img { width: 100%; height: 100%; object-fit: cover; transition: transform .8s var(--ease), filter .5s; }
.blog-card:hover .blog-card-image img,.related-posts article:hover .related-image img { transform: scale(1.035); filter: saturate(1.06); }
.blog-image-placeholder { width: 100%; height: 100%; min-height: inherit; display: grid; place-items: center; color: rgba(25,25,22,.32); background: linear-gradient(135deg,#e9e2d8,#c7aa88); font: 600 clamp(28px,5vw,68px)/1 "Manrope",sans-serif; letter-spacing: .08em; }
.blog-card-content { padding-top: 25px; }
.blog-card-featured .blog-card-content { display: flex; flex-direction: column; justify-content: center; padding: 50px clamp(30px,5vw,75px); background: #ece6dd; }
.blog-meta,.article-meta { display: flex; flex-wrap: wrap; gap: 8px 18px; color: #7a766f; font-size: 10px; text-transform: uppercase; letter-spacing: .1em; }
.blog-meta a,.article-meta a { color: var(--ink); }
.blog-card h2 { margin: 17px 0 14px; font-size: clamp(29px,3.2vw,48px); line-height: 1.08; font-weight: 400; letter-spacing: -.045em; }
.blog-card:not(.blog-card-featured) h2 { font-size: clamp(27px,2.5vw,38px); }
.blog-card h2 a { transition: opacity .25s; }
.blog-card h2 a:hover { opacity: .62; }
.blog-card p { margin: 0 0 25px; color: #68655f; line-height: 1.65; }
.blog-read-more { width: max-content; display: inline-flex; align-items: center; gap: 25px; margin-top: auto; padding-bottom: 8px; border-bottom: 1px solid var(--ink); font-size: 12px; text-transform: uppercase; letter-spacing: .08em; }
.blog-read-more .ui-arrow { width: 17px; height: 17px; transition: transform .3s var(--ease); }
.blog-read-more:hover .ui-arrow { transform: translate(3px,-3px); }
.blog-pagination { margin-top: 85px; }
.blog-pagination ul { display: flex; justify-content: center; gap: 8px; margin: 0; padding: 0; list-style: none; }
.blog-pagination a,.blog-pagination span { width: 46px; height: 46px; display: grid; place-items: center; border: 1px solid var(--line); border-radius: 50%; font-size: 12px; }
.blog-pagination .current,.blog-pagination a:hover { color: white; background: var(--ink); border-color: var(--ink); }
.blog-empty { padding: 120px 30px; text-align: center; border: 1px solid var(--line); }
.blog-empty h2 { margin: 25px 0 14px; font-size: clamp(38px,5vw,70px); font-weight: 300; letter-spacing: -.05em; }
.blog-empty p { color: #68655f; }

/* Single article */
.article-main { padding: 150px clamp(24px,6vw,94px) 125px; }
.article-shell { max-width: 1500px; margin: 0 auto; }
.article-hero { max-width: 1120px; margin: 0 auto; padding: 40px 0 65px; text-align: center; }
.article-hero .breadcrumbs { justify-content: center; }
.article-meta { justify-content: center; }
.article-hero h1 { margin: 25px auto 25px; font-size: clamp(48px,7vw,96px); line-height: 1; font-weight: 300; letter-spacing: -.06em; }
.article-lead { max-width: 780px; margin: 0 auto; color: #65625c; font-size: clamp(18px,2vw,24px); line-height: 1.55; font-weight: 300; }
.article-cover { height: min(70vh,760px); margin: 0 0 90px; overflow: hidden; border-radius: 3px; background: #ded7cd; }
.article-cover img { width: 100%; height: 100%; object-fit: cover; }
.article-layout { max-width: 1180px; margin: 0 auto; display: grid; grid-template-columns: 260px minmax(0,760px); justify-content: space-between; gap: clamp(50px,8vw,130px); }
.article-aside { align-self: start; position: sticky; top: 115px; }
.toc { padding: 24px 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.toc > strong { display: block; margin-bottom: 17px; font-size: 11px; text-transform: uppercase; letter-spacing: .11em; }
.toc ol { display: flex; flex-direction: column; gap: 11px; margin: 0; padding: 0; list-style: none; }
.toc li { color: #747069; font-size: 12px; line-height: 1.45; }
.toc li.toc-level-3 { padding-left: 14px; }
.toc a { transition: color .25s; }
.toc a:hover { color: var(--ink); }
.article-author { display: flex; flex-direction: column; gap: 5px; margin-top: 30px; }
.article-author span { color: #827e76; font-size: 9px; text-transform: uppercase; letter-spacing: .12em; }
.article-author strong { margin-top: 5px; font-size: 15px; font-weight: 500; }
.article-author small { color: #76726b; font-size: 11px; line-height: 1.45; }
.article-content { min-width: 0; color: #45433f; font-family: "DM Sans",sans-serif; font-size: 18px; line-height: 1.82; }
.article-content > *:first-child { margin-top: 0; }
.article-content h2,.article-content h3 { scroll-margin-top: 120px; color: var(--ink); line-height: 1.16; letter-spacing: -.035em; }
.article-content h2 { margin: 65px 0 20px; font-size: clamp(31px,4vw,48px); font-weight: 400; }
.article-content h3 { margin: 45px 0 15px; font-size: clamp(24px,3vw,32px); font-weight: 500; }
.article-content p { margin: 0 0 25px; }
.article-content ul,.article-content ol { margin: 0 0 30px; padding-left: 25px; }
.article-content li { margin-bottom: 9px; }
.article-content a { color: var(--ink); text-decoration: underline; text-decoration-color: #c7aa88; text-decoration-thickness: 2px; text-underline-offset: 4px; }
.article-content blockquote { margin: 45px 0; padding: 28px 32px; border-left: 3px solid var(--warm); background: #eee8df; color: var(--ink); font-size: 22px; line-height: 1.55; }
.article-content img { height: auto; margin: 35px 0; border-radius: 3px; }
.article-content figure { max-width: 100%; margin: 40px 0; }
.article-content figcaption { margin-top: 10px; color: #7b7770; font-size: 12px; text-align: center; }
.article-content table { width: 100%; margin: 35px 0; border-collapse: collapse; font-size: 15px; }
.article-content th,.article-content td { padding: 14px; border: 1px solid var(--line); text-align: left; }
.article-content th { background: #ece6dd; }
.related-posts { max-width: 1500px; margin: 130px auto 0; padding-top: 75px; border-top: 1px solid var(--line); }
.related-heading { display: flex; justify-content: space-between; align-items: end; margin-bottom: 45px; }
.related-heading h2 { margin: 0; font-size: clamp(42px,5vw,70px); font-weight: 300; letter-spacing: -.05em; }
.related-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 25px; }
.related-image { height: 280px; display: block; overflow: hidden; background: #ded7cd; }
.related-posts article > span { display: block; margin-top: 18px; color: #7a766f; font-size: 10px; text-transform: uppercase; letter-spacing: .08em; }
.related-posts h3 { margin: 10px 0 0; font-size: clamp(23px,2.4vw,32px); line-height: 1.15; font-weight: 400; letter-spacing: -.035em; }
.error-page-main { min-height: 100svh; display: grid; place-items: center; padding: 145px 24px 90px; overflow: hidden; background: radial-gradient(circle at 78% 20%, rgba(199,170,136,.27), transparent 34%), var(--paper); }
.error-card { position: relative; width: min(980px, 100%); padding: clamp(42px, 8vw, 90px); overflow: hidden; border: 1px solid var(--line); border-radius: 34px; background: rgba(255,255,255,.54); box-shadow: 0 30px 90px rgba(30,25,18,.08); }
.error-code { position: absolute; right: clamp(20px,5vw,60px); top: -30px; color: rgba(25,25,22,.055); font-size: clamp(150px,29vw,340px); font-weight: 500; line-height: 1; letter-spacing: -.09em; pointer-events: none; }
.error-card .section-kicker { position: relative; }
.error-card h1 { position: relative; max-width: 680px; margin: 25px 0 22px; font-size: clamp(48px,7vw,92px); line-height: .98; font-weight: 300; letter-spacing: -.06em; }
.error-card p { position: relative; max-width: 530px; margin: 0 0 35px; color: #666159; font-size: 18px; line-height: 1.6; }
.error-actions { position: relative; display: flex; flex-wrap: wrap; gap: 12px; }
.error-actions .button-light { border: 1px solid var(--line); }

.whatsapp { position: fixed; z-index: 30; right: 24px; bottom: 24px; width: 56px; height: 56px; border-radius: 50%; display: grid; place-items: center; background: #25d366; box-shadow: 0 10px 30px rgba(0,0,0,.22); transition: transform .25s; }
.whatsapp:hover { transform: translateY(-4px) scale(1.04); }
.whatsapp svg { width: 27px; fill: white; }
.cursor-dot { position: fixed; z-index: 100; width: 8px; height: 8px; border-radius: 50%; background: #fff; mix-blend-mode: difference; pointer-events: none; transform: translate(-50%,-50%); transition: width .2s, height .2s; }

.reveal { opacity: 0; transform: translateY(30px); transition: opacity .9s var(--ease), transform .9s var(--ease); }
.reveal.in-view { opacity: 1; transform: none; }
.reveal-image { clip-path: inset(0 0 100% 0); transition: clip-path 1.2s var(--ease); }
.reveal-image.in-view { clip-path: inset(0); }
.approach-visual .reveal-image,
.approach-visual .reveal-image.in-view { clip-path: none; opacity: 1; transform: none; }
.portrait-image, .detail-image, .project-image { background: linear-gradient(135deg, #ded7cd, #b7a895); }
.image-missing { position: relative; }
.image-missing::after { content: "Görseli WordPress site ayarlarından güncelleyin"; position: absolute; inset: 0; display: grid; place-items: center; padding: 25px; text-align: center; color: rgba(25,25,22,.65); font-size: 12px; letter-spacing: .08em; text-transform: uppercase; }
.hero-content { will-change: transform, opacity; }
.project-image img, .portrait-image img, .contact-bg { will-change: transform; }

@media (max-width: 900px) {
  .cursor-dot { display: none; }
  .site-header { inset: 10px 10px auto; height: 62px; padding: 7px 7px 7px 15px; border-radius: 17px; }
  .header-cta { display: none; }
  .menu-panel { grid-template-columns: 1fr; padding: 120px 24px 35px; }
  .menu-panel nav a { font-size: clamp(42px, 14vw, 70px); }
  .menu-meta { display: none; }
  .hero-content { margin: 35px 24px 0; }
  .hero h1 { font-size: clamp(51px, 14vw, 74px); }
  .hero-lead { max-width: 92%; font-size: 16px; }
  .hero-bottom { display: none; }
  .hero-slider-controls { top: auto; right: 24px; bottom: 25px; transform: none; }
  .hero-slider-controls button { width: 46px; height: 46px; background: rgba(15,15,13,.34); }
  .scroll-cue { left: 24px; }
  .section { padding: 90px 24px; }
  .brand-logo { height: 42px; max-width: 140px; }
  .statement-title { margin: 35px 0 55px; }
  .statement-grid, .process { grid-template-columns: 1fr; }
  .approach-visual { min-height: 570px; padding-right: 55px; padding-bottom: 60px; }
  .portrait-image { height: 470px; }
  .statement-copy { padding: 0; }
  .section-heading { align-items: start; flex-direction: column; }
  .service-item { grid-template-columns: 42px 1fr 28px; }
  .service-item p { grid-column: 2/4; }
  .numbers { grid-template-columns: 1fr 1fr; padding: 1px; gap: 1px; }
  .number-card { min-height: 190px; padding: 24px; }
  .project-card { min-width: 82vw; }
  .project-image { height: 58vh; }
  .projects { height: auto; overflow: hidden; }
  .projects-sticky { position: relative; height: auto; padding-top: 90px; padding-bottom: 90px; }
  .projects-sticky .section-heading, .projects-sticky .project-track { opacity: 1 !important; }
  .project-track { overflow-x: auto; transform: none !important; scroll-snap-type: x mandatory; padding-bottom: 15px; }
  .project-card { scroll-snap-align: start; }
  .process-intro { position: static; }
  .process { margin-top: -24px; padding-top: 114px; border-radius: 28px 28px 0 0; }
  .social-section { grid-template-columns: 1fr; }
  .social-intro { position: static; }
  .contact { min-height: 100svh; padding: 90px 0; }
  .contact-form { grid-template-columns: 1fr; }
  .contact-form .full { grid-column: auto; }
  .footer-top { flex-direction: column; gap: 50px; }
  .footer-top p { text-align: left; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .inner-page-main { padding-top: 135px; padding-bottom: 80px; }
  .inner-page-hero { margin-bottom: 42px; padding-bottom: 35px; }
  .inner-footer-grid { grid-template-columns: 1fr 1fr; }
  .blog-main,.article-main { padding-top: 125px; }
  .blog-hero { grid-template-columns: 1fr; align-items: start; gap: 30px; padding-top: 25px; }
  .blog-grid { grid-template-columns: 1fr; }
  .blog-card-featured { grid-column: auto; grid-template-columns: 1fr; }
  .blog-card-featured .blog-card-image { min-height: 460px; }
  .blog-card-featured .blog-card-content { padding: 38px 28px; }
  .article-cover { height: 56vh; margin-bottom: 65px; }
  .article-layout { grid-template-columns: 1fr; }
  .article-aside { position: static; }
  .article-author { display: none; }
  .related-grid { grid-template-columns: 1fr 1fr; }
  .error-page-main { padding-top: 110px; }
}

@media (max-width: 560px) {
  .hero-buttons { flex-direction: column; align-items: stretch; max-width: 220px; }
  .section-heading h2, .process h2, .contact h2 { font-size: 45px; }
  .statement-title { font-size: 45px; }
  .portrait-image { height: 380px; }
  .approach-visual { min-height: 470px; padding-right: 34px; padding-bottom: 48px; }
  .detail-image { width: 48%; height: 190px; border-width: 7px; }
  .approach-badge { left: -8px; bottom: 20px; width: 100px; height: 100px; padding: 16px; }
  .service-item h3 { font-size: 26px; }
  .project-card { min-width: 86vw; }
  .project-image { height: 57vh; }
  .footer-grid { grid-template-columns: 1fr; }
  .inner-footer-grid { grid-template-columns: 1fr; }
  .blog-main,.article-main { padding-left: 20px; padding-right: 20px; padding-bottom: 90px; }
  .blog-hero { padding-bottom: 50px; }
  .blog-hero h1 { font-size: 50px; }
  .blog-categories { flex-wrap: nowrap; margin-right: -20px; overflow-x: auto; padding-bottom: 48px; scrollbar-width: none; }
  .blog-categories::-webkit-scrollbar { display: none; }
  .blog-categories a { white-space: nowrap; }
  .blog-card-image,.blog-card-featured .blog-card-image { min-height: 330px; }
  .blog-card-featured { padding-bottom: 45px; }
  .article-hero { padding-top: 20px; }
  .article-hero h1 { font-size: 45px; }
  .article-cover { height: 43vh; margin-left: -20px; margin-right: -20px; }
  .article-content { font-size: 17px; line-height: 1.75; }
  .article-content blockquote { margin-left: 0; margin-right: 0; padding: 23px; font-size: 19px; }
  .related-heading { align-items: start; flex-direction: column; gap: 14px; }
  .related-grid { grid-template-columns: 1fr; }
  .related-image { height: 310px; }
  .footer-bottom { flex-direction: column; gap: 12px; }
  .numbers { grid-template-columns: 1fr; }
  .number-card { min-height: 170px; }
  .social-links a { grid-template-columns: 1fr 28px; }
  .social-links small { display: none; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; animation-duration: .01ms !important; transition-duration: .01ms !important; }
  .reveal { opacity: 1; transform: none; }
  .reveal-image { clip-path: inset(0); }
}
