:root {
  --ink: #202522;
  --ink-soft: #34403b;
  --cream: #f7f3ec;
  --sand: #e9dfd2;
  --white: #fffdf8;
  --clay: #a65346;
  --clay-light: #d7836e;
  --mint: #9dbeb0;
  --mint-light: #dce9e2;
  --green: #25463d;
  --gold: #c39a5a;
  --line: rgba(32,37,34,.16);
  --container: min(1380px, 90vw);
  --sans: "Manrope", Arial, sans-serif;
  --serif: "Cormorant Garamond", Georgia, serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 86px; }
body { margin: 0; background: var(--cream); color: var(--ink); font: 400 15px/1.75 var(--sans); overflow-x: hidden; cursor: default; }
body.menu-open, body.lightbox-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
img { display: block; width: 100%; }
button { color: inherit; font: inherit; }
h1, h2, h3, p { text-wrap: pretty; }

.loader { position: fixed; inset: 0; z-index: 999; display: grid; place-content: center; justify-items: center; gap: 28px; background: var(--clay); transition: opacity .65s ease, visibility .65s ease; }
.loader img { width: 105px; }
.loader > span { width: 110px; height: 2px; overflow: hidden; background: rgba(255,255,255,.25); }
.loader > span i { display: block; width: 100%; height: 100%; background: var(--white); transform: translateX(-100%); animation: loadbar 1.15s cubic-bezier(.7,0,.2,1) forwards; }
.page-ready .loader { opacity: 0; visibility: hidden; pointer-events: none; }
@keyframes loadbar { to { transform: none; } }

.cursor, .cursor-label { display: none; position: fixed; z-index: 990; pointer-events: none; }
@media (hover:hover) and (pointer:fine) {
  .cursor { display: block; width: 11px; height: 11px; margin: -5px 0 0 -5px; border-radius: 50%; background: var(--clay); transition: width .25s, height .25s, margin .25s, background .25s; mix-blend-mode: multiply; }
  .cursor.is-view { width: 72px; height: 72px; margin: -36px 0 0 -36px; background: var(--white); mix-blend-mode: normal; }
  .cursor-label { color: var(--ink); font-size: 10px; font-weight: 700; text-transform: uppercase; letter-spacing: .08em; transform: translate(-50%,-50%); }
  .cursor-label.is-view { display: block; }
}

.scroll-line { position: fixed; top: 0; left: 0; z-index: 995; width: 100%; height: 3px; }
.scroll-line i { display: block; width: 0; height: 100%; background: linear-gradient(90deg,var(--clay),var(--gold),var(--mint)); }
.topbar { height: 34px; display: flex; align-items: center; justify-content: space-between; padding: 0 5vw; background: var(--green); color: rgba(255,255,255,.82); font-size: 9px; font-weight: 600; letter-spacing: .12em; text-transform: uppercase; }
.topbar p { margin: 0; }
.topbar a { display: flex; gap: 12px; align-items: center; }
.topbar a:hover { color: #fff; }

.header { position: absolute; top: 34px; left: 0; right: 0; z-index: 50; height: 92px; display: grid; grid-template-columns: 150px 1fr 150px; align-items: center; width: 100%; padding: 0 5vw; border-bottom: 1px solid var(--line); background: rgba(247,243,236,.78); backdrop-filter: blur(14px); transition: top .35s, height .35s, background .35s, box-shadow .35s; }
.header.sticky { position: fixed; top: 0; height: 76px; background: rgba(247,243,236,.95); box-shadow: 0 10px 40px rgba(41,45,42,.08); }
.logo { width: 72px; height: 70px; display: grid; place-items: center; overflow: hidden; }
.logo img { width: 68px; filter: invert(1); }
.nav { display: flex; align-items: center; justify-content: center; gap: clamp(18px,2vw,38px); }
.nav a { position: relative; padding: 10px 0; color: rgba(32,37,34,.74); font-size: 11px; font-weight: 600; letter-spacing: .035em; }
.nav a::after { content: ""; position: absolute; left: 0; bottom: 4px; width: 0; height: 1px; background: var(--clay); transition: width .3s; }
.nav a:hover, .nav a.active { color: #f79e86; }
.nav a:hover::after, .nav a.active::after { width: 100%; }
.header-cta { justify-self: end; display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 12px 14px; border: 1px solid var(--ink); font-size: 10px; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; transition: .3s; }
.header-cta:hover { color: var(--white); background: var(--clay); border-color: var(--clay); transform: translateY(-2px); }
.menu-button { display: none; border: 0; background: none; padding: 8px; }

.hero { position: relative; min-height: calc(100svh - 34px); padding: 155px 5vw 60px; display: grid; grid-template-columns: .9fr 1.1fr; align-items: center; gap: 5vw; overflow: hidden; isolation: isolate; }
.hero-shape { position: absolute; z-index: -2; border-radius: 50%; filter: blur(2px); animation: floatShape 8s ease-in-out infinite alternate; }
.shape-one { width: 36vw; height: 36vw; left: -17vw; top: 19%; background: radial-gradient(circle at 65% 40%,rgba(215,131,110,.33),rgba(215,131,110,0) 68%); }
.shape-two { width: 28vw; height: 28vw; right: -10vw; bottom: -10vw; background: radial-gradient(circle at 35% 30%,rgba(157,190,176,.44),rgba(157,190,176,0) 70%); animation-delay: -3s; }
@keyframes floatShape { to { transform: translate3d(3vw,-2vw,0) scale(1.08); } }
.hero-copy { position: relative; z-index: 2; padding-top: 28px; }
.overline, .eyebrow { margin: 0 0 24px; color: var(--clay); font-size: 9px; font-weight: 700; letter-spacing: .19em; text-transform: uppercase; }
.hero h1 { margin: 0; font-size: clamp(50px,5.5vw,84px); font-weight: 300; line-height: 1.08; letter-spacing: -.055em; }
.hero h1 > span { display: block; }
.hero h1 em, h2 em { color: var(--clay); font: 500 italic 1.12em/1 var(--serif); letter-spacing: -.02em; }
.word-reveal { overflow: hidden; }
.word-reveal > span { display: block; transform: translateY(110%); opacity: 0; transition: transform .95s cubic-bezier(.18,.8,.2,1), opacity .8s; }
.page-ready .word-reveal > span { transform: none; opacity: 1; }
.hero h1 .word-reveal:nth-child(2) > span { transition-delay: .1s; }
.hero h1 .word-reveal:nth-child(3) > span { transition-delay: .2s; }
.hero-lead { max-width: 570px; margin: 34px 0 28px; color: rgba(32,37,34,.66); font-size: 15px; line-height: 1.8; }
.hero-actions { display: flex; align-items: center; gap: 28px; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 25px; min-height: 52px; font-size: 10px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.button.primary { padding: 0 22px; color: var(--white); background: var(--clay); box-shadow: 0 14px 32px rgba(166,83,70,.2); }
.button.primary:hover { background: var(--green); transform: translateY(-3px); }
.button.text { border-bottom: 1px solid var(--line); }
.button.text span { transition: transform .3s; }
.button.text:hover span { transform: translateX(6px); }
.hero-mini { display: grid; grid-template-columns: repeat(3,1fr); gap: 12px; max-width: 590px; margin-top: 52px; padding-top: 20px; border-top: 1px solid var(--line); color: rgba(32,37,34,.38); font-size: 9px; }
.hero-mini b { color: var(--ink); font-size: 10px; font-weight: 600; letter-spacing: .04em; }
.hero-visual { position: relative; height: min(74vh,720px); min-height: 540px; }
.hero-photo { position: absolute; inset: 2% 8% 7% 0; overflow: hidden; border-radius: 190px 4px 4px 4px; box-shadow: 0 32px 70px rgba(44,50,47,.18); }
.hero-photo::after { content: ""; position: absolute; inset: 0; background: linear-gradient(140deg,rgba(37,70,61,.08),transparent 48%); }
.hero-photo img { height: 100%; object-fit: cover; transform: scale(1.04); transition: transform 1.5s cubic-bezier(.2,.7,.2,1); }
.hero-photo:hover img { transform: scale(1); }
.hero-secondary { position: absolute; right: 0; bottom: 0; z-index: 2; width: 27%; height: 42%; padding: 8px; background: var(--white); box-shadow: 0 24px 50px rgba(44,50,47,.2); }
.hero-secondary img { height: 100%; object-fit: cover; }
.hero-badge { position: absolute; left: -55px; top: 10%; z-index: 3; width: 114px; height: 114px; display: grid; place-items: center; border-radius: 50%; background: var(--mint); box-shadow: 0 12px 30px rgba(37,70,61,.15); }
.hero-badge svg { position: absolute; inset: 6px; width: calc(100% - 12px); height: calc(100% - 12px); animation: spin 15s linear infinite; }
.hero-badge text { fill: var(--green); font: 700 8px var(--sans); letter-spacing: 1.2px; }
.hero-badge > span { color: var(--green); font-size: 22px; }
@keyframes spin { to { transform: rotate(360deg); } }
.vertical-note { position: absolute; right: -47px; top: 20%; color: rgba(32,37,34,.4); font-size: 8px; font-weight: 600; letter-spacing: .18em; transform: rotate(90deg); }
.scroll-hint { position: absolute; left: 5vw; bottom: 22px; display: flex; align-items: center; gap: 12px; font-size: 8px; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; }
.scroll-hint i { position: relative; width: 36px; height: 1px; overflow: hidden; background: var(--line); }
.scroll-hint i::after { content: ""; position: absolute; inset: 0; background: var(--clay); animation: scrollPulse 2s ease-in-out infinite; }
@keyframes scrollPulse { 0% { transform: translateX(-100%); } 100% { transform: translateX(100%); } }

.marquee { padding: 20px 0; overflow: hidden; color: var(--white); background: var(--clay); transform: rotate(-1deg) scale(1.01); }
.marquee > div { display: flex; width: max-content; align-items: center; gap: 34px; animation: marquee 24s linear infinite; }
.marquee span { font-size: 11px; font-weight: 700; letter-spacing: .16em; }
.marquee i { color: var(--mint-light); font-style: normal; }
@keyframes marquee { to { transform: translateX(-50%); } }

.section { position: relative; padding: 120px 5vw; }
.section-head { display: grid; grid-template-columns: 48px max-content 1fr; align-items: center; gap: 15px; margin-bottom: 80px; font-size: 9px; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; }
.section-head p { margin: 0; }
.section-head i { height: 1px; background: var(--line); }
.section-number { color: var(--clay); }
.section-head.light { color: rgba(255,255,255,.65); }
.section-head.light i { background: rgba(255,255,255,.18); }
.section h2 { margin: 0; font-size: clamp(42px,5.1vw,72px); font-weight: 300; line-height: 1.08; letter-spacing: -.045em; }

.about { background: var(--white); }
.about-grid { display: grid; grid-template-columns: 1.25fr .75fr; gap: 8vw; align-items: end; }
.about-copy .lead { margin: 0 0 26px; color: var(--ink); font-size: 19px; font-weight: 400; line-height: 1.65; }
.about-copy > p:not(.lead) { color: rgba(32,37,34,.64); }
.inline-link { display: flex; justify-content: space-between; margin-top: 32px; padding: 16px 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); font-size: 10px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.inline-link span { transition: transform .3s; }
.inline-link:hover span { transform: translate(5px,-5px); }
.about-visuals { display: grid; grid-template-columns: 1.15fr .62fr .88fr; gap: 2.5vw; align-items: end; margin-top: 95px; }
.about-visuals figure { margin: 0; overflow: hidden; }
.about-visuals figure:first-child img { height: 520px; object-fit: cover; }
.about-visuals figure:last-child { align-self: start; }
.about-visuals figure:last-child img { height: 390px; object-fit: cover; }
.about-visuals figcaption { padding-top: 12px; color: rgba(32,37,34,.54); font-size: 8px; font-weight: 700; letter-spacing: .13em; text-transform: uppercase; }
.about-card { min-height: 360px; padding: 34px; display: flex; flex-direction: column; justify-content: space-between; color: var(--white); background: var(--clay); }
.about-card img { width: 94px; }
.about-card p { font: 500 26px/1.15 var(--serif); }
.about-card span { font-size: 8px; font-weight: 700; letter-spacing: .13em; text-transform: uppercase; }

.services { overflow: hidden; background: var(--mint-light); }
.service-orb { position: absolute; border-radius: 50%; filter: blur(1px); opacity: .6; }
.orb-a { width: 300px; height: 300px; right: -100px; top: 70px; background: rgba(166,83,70,.2); animation: floatShape 7s ease-in-out infinite alternate; }
.orb-b { width: 200px; height: 200px; left: -80px; bottom: 80px; background: rgba(195,154,90,.25); animation: floatShape 9s ease-in-out infinite alternate-reverse; }
.services-intro { display: grid; grid-template-columns: .35fr 1fr .55fr; align-items: end; gap: 5vw; margin-bottom: 70px; }
.services-intro .eyebrow { align-self: start; }
.services-intro > p:last-child { margin: 0; color: rgba(32,37,34,.62); }
.service-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 15px; perspective: 1200px; }
.service-card { position: relative; min-height: 450px; padding: 30px 26px; display: flex; flex-direction: column; border: 1px solid rgba(37,70,61,.13); background: rgba(255,253,248,.66); backdrop-filter: blur(7px); transform-style: preserve-3d; transition: transform .25s, background .35s, box-shadow .35s; }
.service-card:hover { background: var(--white); box-shadow: 0 24px 50px rgba(37,70,61,.12); }
.service-icon { width: 54px; height: 54px; display: grid; place-items: center; margin-bottom: 60px; border-radius: 50%; color: var(--white); background: var(--green); font-size: 22px; }
.service-index { position: absolute; right: 24px; top: 34px; color: var(--clay); font-size: 9px; font-weight: 700; }
.service-card h3 { margin: 0 0 18px; font-size: 22px; font-weight: 500; letter-spacing: -.03em; }
.service-card > p { margin: 0; color: rgba(32,37,34,.62); font-size: 13px; }
.service-card ul { list-style: none; padding: 22px 0 0; margin: auto 0 0; border-top: 1px solid var(--line); }
.service-card li { position: relative; padding: 4px 0 4px 14px; font-size: 10px; }
.service-card li::before { content: ""; position: absolute; left: 0; top: 12px; width: 5px; height: 5px; border-radius: 50%; background: var(--clay); }

.projects { background: var(--cream); }
.projects-heading { display: grid; grid-template-columns: 1.2fr .6fr; gap: 8vw; align-items: end; margin-bottom: 100px; }
.projects-heading > p { margin: 0; color: rgba(32,37,34,.62); }
.project-feature { display: grid; gap: 4vw; margin-bottom: 150px; }
.project-lotus { grid-template-columns: .55fr 1.45fr; }
.project-home { grid-template-columns: 1.45fr .55fr; align-items: center; }
.project-meta { position: sticky; top: 120px; align-self: start; }
.project-meta > span { color: var(--clay); font-size: 8px; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; }
.project-meta h3 { margin: 25px 0; font: 500 clamp(50px,5vw,78px)/.85 var(--serif); letter-spacing: -.04em; }
.project-meta p { max-width: 350px; color: rgba(32,37,34,.62); }
.project-meta a { display: inline-flex; gap: 25px; margin-top: 25px; padding-bottom: 8px; border-bottom: 1px solid var(--line); font-size: 9px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.lotus-gallery { display: grid; grid-template-columns: 1.04fr .96fr; grid-template-rows: 320px 320px; gap: 16px; }
.lotus-gallery .project-image:first-child { grid-row: 1 / 3; }
.project-image { position: relative; width: 100%; height: 100%; padding: 0; overflow: hidden; border: 0; background: var(--sand); cursor: pointer; }
.project-image::after { content: "↗"; position: absolute; right: 16px; bottom: 16px; width: 42px; height: 42px; display: grid; place-items: center; border-radius: 50%; color: var(--ink); background: rgba(255,253,248,.9); opacity: 0; transform: translateY(10px); transition: .35s; }
.project-image:hover::after { opacity: 1; transform: none; }
.project-image img { height: 100%; object-fit: cover; transition: transform .75s cubic-bezier(.2,.7,.2,1), filter .5s; }
.project-image:hover img { transform: scale(1.045); filter: saturate(1.08); }
.home-gallery { display: grid; grid-template-columns: 1fr 1fr; grid-auto-rows: 275px; gap: 16px; }
.home-gallery .wide { grid-column: 1 / -1; }
.projects-cta { display: flex; justify-content: space-between; align-items: center; gap: 30px; padding: 35px 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.projects-cta p { max-width: 420px; margin: 0; }
.projects-cta > div { display: flex; gap: 35px; }
.projects-cta a { font-size: 10px; font-weight: 700; }

.process { color: var(--white); background: var(--green); overflow: hidden; }
.process::before { content: "PERA"; position: absolute; left: -2vw; bottom: -10vw; color: rgba(255,255,255,.025); font-size: 32vw; font-weight: 700; line-height: 1; }
.process .section-head i { background: rgba(255,255,255,.17); }
.process-heading { margin-bottom: 70px; }
.process-heading .eyebrow { color: var(--mint); }
.process-heading h2 em { color: var(--mint); }
.process-list { position: relative; z-index: 1; margin-left: 28%; }
.process-list article { position: relative; display: grid; grid-template-columns: 50px 1fr 120px; gap: 30px; align-items: center; min-height: 145px; padding: 24px 0; border-top: 1px solid rgba(255,255,255,.18); }
.process-list article:last-child { border-bottom: 1px solid rgba(255,255,255,.18); }
.process-list article > span { color: var(--mint); font-size: 9px; font-weight: 700; }
.process-list h3 { margin: 0 0 8px; font-size: 25px; font-weight: 400; }
.process-list p { max-width: 580px; margin: 0; color: rgba(255,255,255,.57); font-size: 13px; }
.process-list article > i { color: rgba(255,255,255,.045); font: italic 500 80px/1 var(--serif); text-align: right; transition: color .3s, transform .3s; }
.process-list article:hover > i { color: rgba(157,190,176,.28); transform: translateX(-8px); }

.team { background: var(--sand); }
.team-intro { text-align: center; margin-bottom: 75px; }
.team-intro .eyebrow { display: inline-block; }
.team-grid { display: grid; grid-template-columns: 1fr .4fr 1fr; gap: 16px; align-items: stretch; }
.team-card { position: relative; min-height: 490px; padding: 42px; display: flex; flex-direction: column; overflow: hidden; color: var(--white); }
.team-card::before, .team-card::after { content: ""; position: absolute; border-radius: 50%; transition: transform .7s; }
.team-card::before { width: 250px; height: 250px; right: -100px; top: -80px; background: rgba(255,255,255,.08); }
.team-card::after { width: 160px; height: 160px; left: -80px; bottom: -70px; border: 1px solid rgba(255,255,255,.15); }
.team-card:hover::before { transform: scale(1.25) translate(-20px,20px); }
.team-card.seda { background: var(--clay); }
.team-card.nuriye { background: var(--mint); color: var(--green); }
.role { position: relative; z-index: 1; font-size: 9px; font-weight: 700; letter-spacing: .17em; text-transform: uppercase; }
.team-card h3 { position: relative; z-index: 1; margin: 55px 0 25px; font: 500 clamp(48px,5vw,74px)/.86 var(--serif); }
.team-card > p { position: relative; z-index: 1; max-width: 430px; color: rgba(255,255,255,.72); }
.team-card.nuriye > p { color: rgba(37,70,61,.7); }
.team-card > div { position: relative; z-index: 1; display: flex; gap: 30px; margin-top: auto; padding-top: 22px; border-top: 1px solid rgba(255,255,255,.24); font-size: 9px; font-weight: 700; }
.team-card.nuriye > div { border-color: rgba(37,70,61,.22); }
.team-center { min-height: 490px; padding: 40px 22px; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 30px; color: var(--white); background: var(--ink); }
.team-center img { width: 110px; }
.team-center i { width: 1px; height: 70px; background: rgba(255,255,255,.25); }
.team-center span { font: italic 500 20px/1.1 var(--serif); text-align: center; }

.contact { padding-bottom: 0; overflow: hidden; color: var(--white); background: var(--clay); }
.contact-glow { position: absolute; width: 650px; height: 650px; right: -250px; top: -250px; border-radius: 50%; background: radial-gradient(circle,rgba(255,255,255,.18),transparent 68%); animation: floatShape 7s ease-in-out infinite alternate; }
.contact-hero { position: relative; display: flex; justify-content: space-between; align-items: center; gap: 50px; margin-bottom: 90px; }
.contact .eyebrow { color: var(--mint-light); }
.contact h2 { font-size: clamp(46px,6vw,86px); }
.contact h2 em { color: var(--mint-light); }
.contact-circle { flex: none; width: 190px; height: 190px; display: flex; align-items: center; justify-content: center; gap: 18px; border-radius: 50%; color: var(--white); background: var(--green); box-shadow: 0 20px 60px rgba(37,70,61,.25); font-size: 11px; font-weight: 600; line-height: 1.45; transition: .35s; }
.contact-circle b { font-size: 23px; font-weight: 300; }
.contact-circle:hover { transform: rotate(-6deg) scale(1.04); color: var(--green); background: var(--mint-light); }
.contact-grid { display: grid; grid-template-columns: .75fr 1.25fr .85fr; gap: 5vw; margin-bottom: 85px; }
.contact-item { display: flex; flex-direction: column; align-items: flex-start; padding-top: 20px; border-top: 1px solid rgba(255,255,255,.35); }
.contact-item > span { margin-bottom: 24px; color: rgba(255,255,255,.58); font-size: 8px; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; }
.contact-item > a { margin-bottom: 6px; font-size: 15px; }
.contact-item strong { position: relative; padding-left: 17px; font-size: 13px; }
.contact-item strong::before { content: ""; position: absolute; left: 0; top: 8px; width: 7px; height: 7px; border-radius: 50%; background: #d9efae; box-shadow: 0 0 0 5px rgba(217,239,174,.15); }
.contact-item strong.closed::before { background: var(--sand); box-shadow: none; }
.contact-item p { color: rgba(255,255,255,.65); font-size: 12px; }
.map-wrap { position: relative; width: 100vw; height: 420px; margin-left: -5vw; overflow: hidden; background: var(--sand); }
.map-wrap iframe { width: 100%; height: 100%; border: 0; filter: grayscale(.75) sepia(.18) contrast(.9); }
.map-wrap > a { position: absolute; right: 5vw; bottom: 34px; display: flex; gap: 20px; padding: 15px 18px; color: var(--white); background: var(--green); font-size: 9px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }

.footer { min-height: 300px; padding: 65px 5vw 30px; display: grid; grid-template-columns: 1fr 1fr; align-items: start; color: rgba(255,255,255,.56); background: var(--ink); font-size: 9px; }
.footer-logo { width: 92px; }
.footer > p { text-align: right; text-transform: uppercase; letter-spacing: .1em; }
.footer nav { display: flex; gap: 30px; align-self: end; }
.footer nav a:hover { color: var(--white); }
.footer > div { display: flex; justify-content: flex-end; align-self: end; gap: 35px; }
.footer b { font-weight: inherit; }
.mobile-actions { display: none; }

.reveal { opacity: 0; transform: translateY(30px); transition: opacity .8s ease, transform .8s cubic-bezier(.2,.75,.2,1); }
.reveal.in-view { opacity: 1; transform: none; }
.reveal-image { opacity: 0; clip-path: inset(0 0 100% 0); transform: translateY(18px); transition: opacity .5s, clip-path 1s cubic-bezier(.2,.7,.2,1), transform 1s cubic-bezier(.2,.7,.2,1); }
.reveal-image.in-view { opacity: 1; clip-path: inset(0); transform: none; }
.delay, .delay-1 { transition-delay: .1s; }.delay-2 { transition-delay: .2s; }.delay-3 { transition-delay: .3s; }

.lightbox { position: fixed; inset: 0; z-index: 1000; display: grid; grid-template-columns: 80px 1fr 80px; place-items: center; padding: 40px; color: var(--white); background: rgba(21,25,23,.96); opacity: 0; visibility: hidden; transition: opacity .35s, visibility .35s; }
.lightbox.open { opacity: 1; visibility: visible; }
.lightbox figure { width: min(1100px,80vw); height: 82vh; margin: 0; display: flex; flex-direction: column; align-items: center; justify-content: center; }
.lightbox figure img { max-width: 100%; max-height: calc(82vh - 45px); width: auto; object-fit: contain; }
.lightbox figcaption { margin-top: 12px; font-size: 10px; letter-spacing: .1em; text-transform: uppercase; }
.lightbox button { width: 52px; height: 52px; border: 1px solid rgba(255,255,255,.25); border-radius: 50%; color: var(--white); background: transparent; cursor: pointer; font-size: 22px; transition: .3s; }
.lightbox button:hover { color: var(--ink); background: var(--white); }
.lightbox-close { position: absolute; top: 24px; right: 24px; }
.lightbox-count { position: absolute; left: 30px; bottom: 25px; font-size: 10px; letter-spacing: .1em; }

@media (max-width: 1180px) {
  .header { grid-template-columns: 100px 1fr 120px; padding: 0 3.5vw; }
  .nav { gap: 18px; }.nav a { font-size: 10px; }.header-cta { gap: 10px; padding: 11px 10px; }
  .hero { padding-left: 4vw; padding-right: 4vw; gap: 3vw; }.hero h1 { font-size: clamp(48px,5.4vw,66px); }.hero-secondary { width: 30%; }
  .section { padding-left: 4vw; padding-right: 4vw; }.service-grid { grid-template-columns: 1fr 1fr; }.service-card { min-height: 400px; }.service-icon { margin-bottom: 45px; }
  .map-wrap { margin-left: -4vw; }.about-visuals figure:first-child img { height: 440px; }.team-card { padding: 34px; }
}

@media (max-width: 900px) {
  html { scroll-padding-top: 72px; }
  .topbar { padding: 0 24px; }
  .header, .header.sticky { top: 34px; height: 78px; grid-template-columns: 1fr auto; padding: 0 24px; }
  .header.sticky { top: 0; }
  .logo { width: 64px; height: 62px; }.logo img { width: 60px; }
  .menu-button { display: flex; width: 72px; height: 50px; flex-direction: column; align-items: flex-end; justify-content: center; gap: 6px; z-index: 3; }
  .menu-button span { display: block; width: 30px; height: 1px; background: var(--ink); transition: .3s; }.menu-button span:nth-child(2) { width: 20px; }.menu-button small { font-size: 7px; letter-spacing: .12em; }
  .menu-open .menu-button span:first-child { width: 27px; transform: translateY(4px) rotate(45deg); }.menu-open .menu-button span:nth-child(2) { width: 27px; transform: translateY(-3px) rotate(-45deg); }.menu-open .menu-button small { opacity: 0; }
  .nav { position: fixed; inset: 0; z-index: 2; padding: 130px 8vw 70px; display: flex; flex-direction: column; align-items: stretch; justify-content: center; gap: 0; color: var(--white); background: var(--green); transform: translateY(-102%); transition: transform .55s cubic-bezier(.7,0,.2,1); }
  .menu-open .nav { transform: none; }.nav a { display: flex; padding: 15px 0; color: var(--white); border-bottom: 1px solid rgba(255,255,255,.16); font: 500 34px/1.05 var(--serif); }.nav a::after { display: none; }
  .menu-open .menu-button { color: var(--white); }.menu-open .menu-button span { background: var(--white); }.header-cta { display: none; }
  .hero { min-height: auto; padding: 145px 5vw 85px; grid-template-columns: 1fr; gap: 65px; }.hero-copy { padding: 0; }.hero h1 { font-size: clamp(50px,8.5vw,76px); }.hero-lead { max-width: 600px; }.hero-mini { max-width: 650px; }
  .hero-visual { height: 650px; min-height: 0; width: 88%; margin-left: auto; }.hero-photo { inset: 0 8% 0 0; }.hero-badge { left: -50px; }.scroll-hint { display: none; }
  .section { padding: 95px 5vw; }.section-head { margin-bottom: 65px; }.about-grid { grid-template-columns: 1fr; gap: 45px; }.about-copy { max-width: 650px; margin-left: auto; }
  .about-visuals { grid-template-columns: 1fr .72fr; }.about-card { display: none; }.about-visuals figure:last-child { margin-bottom: 50px; }.about-visuals figure:first-child img { height: 520px; }
  .services-intro { grid-template-columns: 1fr; gap: 26px; }.services-intro > p:last-child { max-width: 620px; }.project-lotus, .project-home { grid-template-columns: 1fr; }.project-home .home-gallery { order: 2; }.project-home .project-meta { order: 1; }.project-meta { position: static; }.project-meta h3 { font-size: 62px; }.lotus-gallery { grid-template-rows: 300px 300px; }.project-feature { margin-bottom: 110px; }
  .process-list { margin-left: 0; }.process-list article { grid-template-columns: 50px 1fr 80px; }.team-grid { grid-template-columns: 1fr 1fr; }.team-center { display: none; }.contact-grid { grid-template-columns: 1fr 1fr; }.contact-item:last-child { grid-column: 1 / -1; }.footer { min-height: 260px; }
}

@media (max-width: 620px) {
  body { padding-bottom: 58px; font-size: 14px; }
  .topbar { height: 30px; padding: 0 16px; }.topbar p { max-width: 56%; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }.topbar a { letter-spacing: .06em; }
  .header, .header.sticky { top: 30px; height: 70px; padding: 0 16px; }.header.sticky { top: 0; }.logo { width: 54px; height: 56px; }.logo img { width: 52px; }
  .hero { padding: 125px 18px 70px; gap: 45px; }.overline, .eyebrow { margin-bottom: 17px; }.hero h1 { font-size: clamp(42px,12.4vw,60px); line-height: 1.05; }.hero-lead { margin: 26px 0 22px; font-size: 14px; }.hero-actions { align-items: flex-start; flex-direction: column; gap: 6px; }.button.text { min-height: 45px; }.hero-mini { gap: 8px; margin-top: 35px; padding-top: 16px; }.hero-mini b { font-size: 8px; }
  .hero-visual { width: 94%; height: 116vw; max-height: 540px; min-height: 390px; }.hero-photo { inset: 0 0 0 0; border-radius: 110px 3px 3px 3px; }.hero-secondary { width: 34%; height: 38%; right: -8px; bottom: -20px; padding: 5px; }.hero-badge { left: -27px; top: 5%; width: 86px; height: 86px; }.hero-badge text { font-size: 7px; }.vertical-note { display: none; }
  .marquee { padding: 16px 0; }.marquee > div { gap: 25px; }.marquee span { font-size: 9px; }
  .section { padding: 75px 18px; }.section-head { grid-template-columns: 34px max-content 1fr; margin-bottom: 52px; gap: 10px; }.section h2 { font-size: clamp(36px,11vw,52px); }.about-copy .lead { font-size: 17px; }
  .about-visuals { display: block; margin-top: 60px; }.about-visuals figure:first-child img, .about-visuals figure:last-child img { height: 110vw; max-height: 500px; }.about-visuals figure:last-child { width: 68%; margin: -28vw 0 0 auto; position: relative; border: 8px solid var(--white); }
  .service-grid { grid-template-columns: 1fr; }.service-card { min-height: 370px; padding: 26px 22px; }.service-icon { margin-bottom: 35px; }.service-card h3 { font-size: 23px; }
  .projects-heading { grid-template-columns: 1fr; gap: 28px; margin-bottom: 65px; }.project-feature { gap: 40px; margin-bottom: 90px; }.project-meta h3 { margin: 18px 0; font-size: 54px; }.lotus-gallery { display: flex; gap: 10px; overflow-x: auto; scroll-snap-type: x mandatory; padding-bottom: 6px; }.lotus-gallery .project-image { flex: 0 0 78%; height: 115vw; max-height: 540px; scroll-snap-align: start; }.home-gallery { grid-auto-rows: 56vw; gap: 8px; }.projects-cta { align-items: flex-start; flex-direction: column; }.projects-cta > div { flex-direction: column; gap: 12px; }
  .process-list article { grid-template-columns: 30px 1fr; gap: 14px; min-height: 155px; }.process-list article > i { display: none; }.process-list h3 { font-size: 21px; }.process-list p { font-size: 12px; }
  .team-intro { text-align: left; }.team-grid { grid-template-columns: 1fr; }.team-card { min-height: 430px; padding: 30px 25px; }.team-card h3 { font-size: 58px; margin-top: 45px; }.team-card > div { align-items: flex-start; flex-direction: column; gap: 12px; }
  .contact-hero { align-items: flex-start; flex-direction: column; margin-bottom: 60px; }.contact-circle { width: 150px; height: 150px; margin-left: auto; }.contact-grid { grid-template-columns: 1fr; gap: 45px; }.contact-item:last-child { grid-column: auto; }.map-wrap { width: calc(100% + 36px); height: 340px; margin-left: -18px; }.map-wrap > a { right: 18px; bottom: 18px; }
  .footer { min-height: 340px; padding: 55px 18px 25px; grid-template-columns: 1fr; gap: 24px; }.footer > p { text-align: left; }.footer nav { flex-wrap: wrap; align-self: center; }.footer > div { justify-content: space-between; align-self: end; }
  .mobile-actions { position: fixed; left: 0; right: 0; bottom: 0; z-index: 90; height: 58px; display: grid; grid-template-columns: 1fr 1fr; background: var(--cream); box-shadow: 0 -10px 30px rgba(32,37,34,.12); }.mobile-actions a { display: grid; place-items: center; font-size: 9px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }.mobile-actions a:last-child { color: var(--white); background: var(--clay); }
  .lightbox { grid-template-columns: 45px 1fr 45px; padding: 25px 8px; }.lightbox figure { width: 100%; height: 76vh; }.lightbox button { width: 40px; height: 40px; }.lightbox-close { top: 14px; right: 14px; }
}

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

/* Okunabilirlik ve son arayüz düzeltmeleri */
body { font-size: 16px; }
.topbar { font-size: 11px; }
.nav a { font-size: 12px; }
.header-cta, .button, .inline-link { font-size: 11px; }
.overline, .eyebrow, .section-head { font-size: 11px; }
.hero-mini { font-size: 10px; }
.hero-mini b { font-size: 12px; }
.vertical-note, .scroll-hint { font-size: 10px; }
.about-visuals figcaption, .about-card span { font-size: 10px; }
.service-index { font-size: 11px; }
.service-card > p { font-size: 14px; }
.service-card li { font-size: 12px; }
.project-meta > span, .project-meta a { font-size: 11px; }
.projects-cta a, .process-list article > span, .role, .team-card > div { font-size: 11px; }
.contact-item > span, .map-wrap > a { font-size: 11px; }
.footer { font-size: 13px; }
.footer > p { font-size: 12px; }
.footer nav { font-size: 13px; gap: 38px; }
.footer > div { font-size: 12px; }
.lightbox figcaption, .lightbox-count { font-size: 11px; }

/* Tam genişlikte, düz ve kesintisiz kayan hizmet bandı */
.marquee { width: 100%; padding: 19px 0; transform: none; }
.marquee > .marquee-track { display: flex; width: max-content; align-items: center; gap: 0; animation: marquee 26s linear infinite; will-change: transform; }
.marquee-group { display: flex; flex: 0 0 auto; align-items: center; gap: 34px; padding-right: 34px; }
.marquee span { font-size: 12px; white-space: nowrap; }
.marquee i { flex: 0 0 auto; }
.marquee:hover .marquee-track { animation-play-state: paused; }

/* Tablet ve mobil menü: header'dan bağımsız tam ekran katman */
@media (max-width: 900px) {
  .header, .header.sticky { backdrop-filter: none; }
  .logo, .menu-button { position: relative; z-index: 4; }
  .nav {
    position: fixed;
    top: 0;
    right: 0;
    bottom: auto;
    left: 0;
    z-index: 3;
    width: 100vw;
    height: 100dvh;
    min-height: 100svh;
    padding: 104px 7vw max(34px, env(safe-area-inset-bottom));
    justify-content: flex-start;
    overflow-y: auto;
    overscroll-behavior: contain;
    transform: translate3d(0,-105%,0);
  }
  .menu-open .header {
    position: fixed;
    top: 0;
    height: 86px;
    border-color: transparent;
    background: transparent;
    box-shadow: none;
  }
  .menu-open .topbar { visibility: hidden; }
  .menu-open .logo img { filter: none; }
  .menu-open .nav { transform: translate3d(0,0,0); }
  .nav a {
    flex: 0 0 auto;
    min-height: 58px;
    padding: 12px 0;
    align-items: center;
    color: var(--white);
    font-size: clamp(31px,5vw,42px);
    line-height: 1.05;
  }
  .menu-button small { font-size: 10px; }
}

@media (max-width: 620px) {
  .topbar { font-size: 10px; }
  .nav { padding: 92px 22px max(28px, env(safe-area-inset-bottom)); }
  .nav a { min-height: 54px; font-size: clamp(29px,9vw,38px); padding: 10px 0; }
  .hero-mini { font-size: 10px; }
  .hero-mini b { font-size: 10px; }
  .marquee { padding: 16px 0; }
  .marquee > .marquee-track { animation-duration: 22s; }
  .marquee-group { gap: 25px; padding-right: 25px; }
  .marquee span { font-size: 11px; }
  .section-head { font-size: 11px; }
  .service-card > p { font-size: 14px; }
  .service-card li { font-size: 12px; }
  .footer { font-size: 12px; }
  .footer-logo { width: 105px; }
  .footer > p, .footer nav, .footer > div { font-size: 12px; }
  .footer nav { gap: 22px; }
  .mobile-actions a { font-size: 11px; }
}
