/* Süslü Group — warm architectural minimalism. */
:root {
  --ink: #080706;
  --cacao: #170f0b;
  --brown: #342216;
  --cream: #e7ded3;
  --accent: #bd9b79;
  --muted: #beb0a3;
  --header-surface: #281a11;
  --entry-height: max(780px,100svh);
  --entry-visibility: 1;
  --plan-aspect: 1.6;
  --ease: cubic-bezier(.22,1,.36,1);
  font-synthesis: none;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; scrollbar-gutter: stable; }
body { margin: 0; color: var(--cream); background: var(--cacao); font: 400 1rem/1.75 Manrope, sans-serif; }
body:has(dialog[open]) { overflow: hidden; }
a { color: inherit; text-decoration: none; }
button { color: inherit; font: inherit; border: 0; border-radius: 0; background: none; cursor: pointer; }
img { display: block; max-width: 100%; }
p { margin: 0 0 1.2em; }
h1, h2, h3 { margin: 0; font-weight: 400; line-height: 1.13; letter-spacing: -.05em; }
h2 { font-size: clamp(3.2rem,6.1vw,6.25rem); }
h2 em, h1 em { font-family: 'Cormorant Garamond', Georgia, serif; font-weight: 400; color: var(--accent); letter-spacing: -.035em; }
::selection { color: var(--ink); background: var(--accent); }
:focus-visible { outline: 2px solid var(--accent); outline-offset: 6px; }
[hidden] { display: none !important; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip-path: inset(50%); white-space: nowrap; border: 0; }
.skip-link { position: fixed; top: 12px; left: 20px; z-index: 100; padding: 12px 20px; color: var(--ink); background: var(--cream); transform: translateY(-180%); }
.skip-link:focus { transform: none; }
.eyebrow { margin: 0 0 28px; color: var(--accent); font-size: .875rem; font-weight: 500; line-height: 1.6; letter-spacing: .16em; }
.section { padding: 130px 7vw; }
section[id] { scroll-margin-top: 100px; }
.text-link { display: inline-flex; align-items: center; justify-content: flex-start; gap: 28px; width: fit-content; max-width: 100%; padding: 12px 0; font-size: 1rem; font-weight: 500; text-align: left; background: none; }
.text-link span { display: inline-block; font-size: 1.45em; font-weight: 400; line-height: 1; transition: transform .45s var(--ease); }
.link-arrow { position: relative; display: inline-block; flex: 0 0 auto; width: .72em; height: .72em; font-size: 1.15em !important; }
.link-arrow::before { content: ""; position: absolute; top: 0; right: 0; width: 68%; height: 68%; border-top: .08em solid currentColor; border-right: .08em solid currentColor; }
.link-arrow::after { content: ""; position: absolute; left: 8%; bottom: 10%; width: 100%; height: .08em; background: currentColor; transform: rotate(-45deg); transform-origin: left center; }
.text-link:hover { color: var(--accent); }
.text-link:hover span { transform: translate(5px,-3px); }
.text-link[href="#projeler"]:hover span { transform: translateY(4px); }
.nav { position: fixed; inset: 0 0 auto; z-index: 10; display: flex; align-items: center; justify-content: space-between; gap: 24px; height: 154px; padding: 18px 6.5vw; background: var(--header-surface); transition: height .5s var(--ease), background .5s, backdrop-filter .5s; }
.nav.is-scrolled { height: 108px; background: var(--header-surface); backdrop-filter: blur(18px); }
/* A display filter removes the flat field while preserving the supplied mark. */
.brand-filter { position: absolute; pointer-events: none; }
.brand { display: block; flex-shrink: 0; position: relative; width: 84px; height: 116px; overflow: hidden; transition: transform .5s var(--ease); transform-origin: left center; }
.brand img { position: absolute; width: 150px; height: 150px; max-width: none; left: -32px; top: -19px; filter: url(#brand-cutout); }
.nav.is-scrolled .brand { transform: scale(.73); }
.nav nav { display: flex; gap: clamp(24px,3vw,50px); margin-left: 50px; }
.nav nav a { padding: 12px 0; color: var(--cream); font-size: .9375rem; transition: color .3s; }
.nav nav a:hover { color: var(--cream); }
.nav-cta { font-size: .9375rem; gap: 18px; }

.hero { position: relative; min-height: max(780px,100svh); display: flex; align-items: center; padding: 210px 7vw 110px; background: #281a11; }
.hero, .nav { isolation: isolate; }
.entry-atmosphere { position: absolute; inset: 0; z-index: -1; overflow: hidden; pointer-events: none; opacity: var(--entry-visibility); }
.entry-plan { position: absolute; top: var(--plan-offset,0px); left: 50%; width: max(100vw,calc(var(--entry-height) * var(--plan-aspect))); max-width: none; height: auto; transform: translateX(-50%); filter: url(#plan-cutout); opacity: .38; mask-image: linear-gradient(90deg,transparent,rgba(0,0,0,.24) 24%,#000 53%,#000 90%,transparent); animation: plan-arrive 1.9s var(--ease) .1s both; }
.nav-atmosphere { --plan-offset: var(--entry-scroll,0px); }
.entry-light { position: absolute; inset: 0; background-image: radial-gradient(ellipse at center,rgba(172,115,69,.22) 0,rgba(139,86,44,.10) 28%,transparent 67%); background-size: max(1200px,110vw) var(--entry-height); background-repeat: no-repeat; background-position: calc(50% + 20vw) var(--plan-offset,0px); opacity: .38; animation: entry-light-pass 2.4s var(--ease) both; }
@keyframes plan-arrive { from { opacity: 0; } to { opacity: .38; } }
@keyframes entry-light-pass { 0% { opacity: 0; background-position: calc(50% - 70vw) var(--plan-offset,0px); } 35% { opacity: .85; } 100% { opacity: .38; background-position: calc(50% + 20vw) var(--plan-offset,0px); } }
.hero-content { width: 100%; max-width: 1500px; margin: auto; }
.hero h1 { font-size: clamp(3.5rem,8.5vw,9rem); line-height: 1.08; letter-spacing: -.06em; }
.hero h1 em { font-size: 1.27em; line-height: 1.03; }
.hero .eyebrow { margin-bottom: 32px; }
.hero-bottom { display: grid; grid-template-columns: 1fr 1fr; align-items: end; gap: 9vw; margin-top: 64px; }
.hero-signature { color: var(--muted); margin: 0 0 4px; font-size: .875rem; letter-spacing: .1em; }
.lead { max-width: 490px; margin: 0; color: var(--muted); font-size: 1.0625rem; line-height: 1.85; }
.hero-footnote { position: absolute; left: 7vw; bottom: 26px; font-size: .75rem; letter-spacing: .14em; color: var(--muted); }
.hero-enter { animation: enter 1.05s var(--ease) both; }
.hero-enter:nth-child(2) { animation-delay: .08s; }
.hero-enter:nth-child(3) { animation-delay: .18s; }
@keyframes enter { from { opacity: 0; transform: translateY(25px); } to { opacity: 1; transform: translateY(0); } }

.projects { background: var(--ink); }
.section-head { display: flex; align-items: flex-end; justify-content: space-between; gap: 70px; max-width: 1500px; margin: 0 auto 80px; }
.section-head > p { max-width: 355px; margin-bottom: 4px; color: var(--muted); font-size: 1.0625rem; }
.project-collection { max-width: 1500px; margin: auto; display: grid; grid-template-columns: 1fr 1fr; gap: 96px 5vw; align-items: start; }
.project { min-width: 0; }
.project-featured { grid-column: 1 / -1; }
.project-image { position: relative; display: block; width: 100%; padding: 0; overflow: hidden; background: #302c26; text-align: left; }
.project-image img { width: 100%; height: auto; aspect-ratio: 4 / 5; object-fit: cover; transition: transform 1.4s var(--ease), filter .8s; }
.project-featured .project-image img { aspect-ratio: 3 / 2; max-height: 850px; object-position: center; }
.project-image:hover img { transform: scale(1.035); filter: brightness(.91); }
.image-action { position: absolute; right: 28px; bottom: 25px; display: inline-flex; align-items: center; gap: 10px; font-size: .9375rem; color: #fff; text-shadow: 0 1px 12px #000; opacity: 0; transform: translateY(8px); transition: opacity .4s, transform .6s var(--ease); }
.project-image:hover .image-action, .project-image:focus-visible .image-action { opacity: 1; transform: none; }
.project-caption { padding-top: 32px; }
.project-caption .eyebrow { margin-bottom: 12px; font-size: .8125rem; }
.project-caption h3 { font-size: clamp(1.8rem,2.8vw,3rem); letter-spacing: -.045em; }
.project-summary { margin: 17px 0 0; font-size: .9375rem; color: var(--accent); }
.project-proximity { display: flex; flex-direction: column; gap: 3px; margin: 22px 0 0; }
.project-proximity strong { font-size: 1.125rem; font-weight: 500; color: var(--cream); letter-spacing: -.02em; }
.project-proximity span { font-size: .9375rem; color: var(--accent); }
.project-description { margin-top: 25px; }
.project-description p { color: var(--muted); max-width: 530px; font-size: 1rem; line-height: 1.85; margin-bottom: 12px; }
.project-featured .project-caption { display: grid; grid-template-columns: 1.1fr 1fr; gap: 6vw; padding-top: 38px; }
.project-featured h3 { font-size: clamp(2.15rem,3.5vw,3.8rem); }
.project-featured .project-description { margin-top: 0; }
.project-offset { margin-top: 150px; }

.statement { background: var(--brown); padding-top: 145px; padding-bottom: 145px; }
.statement-heading, .statement-grid { max-width: 1400px; margin: auto; }
.statement h2 { max-width: 900px; }
.statement-grid { display: grid; grid-template-columns: .7fr 1.8fr; gap: 7vw; margin-top: 75px; align-items: start; }
.founder { font-size: 1rem; color: var(--cream); }
.founder span { display: block; color: var(--muted); font-size: .875rem; margin-top: 6px; }
.about-copy { display: grid; grid-template-columns: 1fr 1fr; gap: 4vw; }
.about-copy p { color: var(--muted); font-size: 1rem; line-height: 1.95; margin: 0; }
.values { background: #0c0907; }
.values > .eyebrow, .value-list { max-width: 1400px; margin-left: auto; margin-right: auto; }
.value-list { display: grid; gap: 58px; margin-top: 70px; }
.value { position: relative; isolation: isolate; display: grid; grid-template-columns: .2fr 1fr 1fr; align-items: start; column-gap: 45px; }
.value::before { content: ''; position: absolute; z-index: -1; inset: -25px 15% -25px -4%; background: radial-gradient(ellipse at 28% 50%,rgba(142,93,53,.14),transparent 68%); opacity: .35; transition: opacity .8s; pointer-events: none; }
.value:hover::before { opacity: 1; }
.value-no { padding-top: 6px; color: #a3805e; font-family: 'Cormorant Garamond',Georgia,serif; font-style: italic; font-size: clamp(2.8rem,4.6vw,4.7rem); line-height: 1; }
.value-heading { transition: transform .8s var(--ease); }
.value-heading > span { display: block; margin-top: 18px; font-size: .8125rem; letter-spacing: .14em; color: var(--accent); text-transform: uppercase; }
.value:hover .value-heading { transform: translateX(7px); }
.value h3 { font-size: clamp(3.4rem,6.3vw,6.8rem); font-weight: 300; transition: color .5s; }
.value p { margin: 7px 0 0; max-width: 500px; color: var(--muted); line-height: 1.85; }
.value:hover h3 { color: var(--accent); }

.location { display: grid; grid-template-columns: 1.12fr 1fr; gap: 6vw; align-items: center; padding-left: 2vw; background: #24180f; }
.location-art { position: relative; width: 100%; max-width: 850px; }
.globe-motion { position: relative; transform-origin: 50% 50%; transition: transform 1.4s var(--ease); }
.location-art:hover .globe-motion { animation: globe-turn 8s ease-in-out infinite alternate; }
@keyframes globe-turn { 0% { transform: perspective(1200px) rotateY(0deg) rotateZ(0deg); } 50% { transform: perspective(1200px) rotateY(9deg) rotateZ(2deg); } 100% { transform: perspective(1200px) rotateY(-7deg) rotateZ(-2deg); } }
.globe-callout { position: absolute; left: 57.2%; top: 37.3%; width: 41%; transform: translate(-4px,calc(-100% + 4px)); pointer-events: none; }
.globe-callout svg { display: block; width: 100%; overflow: visible; color: #a17c57; }
.globe-callout path { fill: none; stroke: currentColor; stroke-width: 1.25; vector-effect: non-scaling-stroke; }
.globe-callout circle { fill: #69472c; }
.globe-callout > span { position: absolute; top: -22px; right: 0; color: #d3b493; font-size: clamp(1.05rem,1.8vw,1.45rem); font-weight: 500; letter-spacing: -.035em; }
.globe-callout small { display: block; margin-top: 2px; color: var(--muted); font-size: .75rem; letter-spacing: .15em; }
.location-art img { width: 100%; height: auto; mask-image: radial-gradient(ellipse 50% 50% at center,#000 77%,transparent 100%); }
.globe-label { position: absolute; left: 57.2%; top: 37.3%; display: inline-flex; align-items: center; gap: 9px; color: #20160f; font-size: .875rem; font-weight: 600; line-height: 1; transform: translate(-4px,-4px); text-shadow: 0 1px 6px #f3e5ca; }
.globe-label i { display: block; width: 8px; height: 8px; background: #452c1c; border-radius: 50%; flex-shrink: 0; }
.location-copy { max-width: 560px; }
.location-copy > p:not(.eyebrow) { color: var(--muted); margin-top: 30px; }
.location-copy .location-places { color: var(--accent); font-size: .9375rem; }

.payment { display: grid; grid-template-columns: 1fr 1fr; gap: 7vw; align-items: center; background: #342216; }
.payment-visual { overflow: hidden; }
.payment-visual img { width: 100%; height: auto; aspect-ratio: 4 / 5; object-fit: cover; }
.payment-copy > p:not(.eyebrow) { color: var(--muted); margin-top: 32px; line-height: 1.9; }
.payment-copy .payment-options { color: var(--accent); font-size: .875rem; margin-bottom: 10px; }
.contact { position: relative; isolation: isolate; overflow: hidden; min-height: 680px; padding-top: 135px; padding-bottom: 34px; display: flex; flex-direction: column; background: #281a11; }
.contact-sketch { position: absolute; z-index: -1; right: -7%; top: 0; width: 78%; height: 100%; object-fit: contain; object-position: right center; filter: url(#plan-cutout); opacity: .56; mask-image: linear-gradient(90deg,transparent 2%,rgba(0,0,0,.25) 28%,#000 58%,#000); pointer-events: none; }
.contact h2 { font-size: clamp(3.5rem,7.5vw,8rem); }
.contact h2 em { font-family: Manrope,sans-serif; font-style: normal; font-weight: 300; font-size: .88em; letter-spacing: -.055em; }
.contact-link { margin-top: 35px; font-size: 1.2rem; }
.contact-bottom { margin-top: 120px; display: flex; justify-content: space-between; gap: 22px; color: var(--muted); font-size: .75rem; letter-spacing: .12em; }
.contact-bottom p { margin: 0; }

dialog { position: fixed; margin: auto; width: min(1500px,calc(100% - 48px)); height: calc(100dvh - 48px); max-width: none; max-height: none; padding: 0; border: 0; color: var(--cream); background: var(--cacao); overflow-y: auto; overscroll-behavior: contain; scrollbar-gutter: stable; }
dialog::backdrop { background: rgba(5,4,3,.92); backdrop-filter: blur(15px); }
dialog[open] { animation: dialog-in .55s var(--ease) both; }
dialog[open]::backdrop { animation: backdrop-in .45s both; }
dialog.is-closing { animation: dialog-out .22s ease-in both; pointer-events: none; }
dialog.is-closing::backdrop { animation: backdrop-out .22s ease-in both; }
@keyframes dialog-in { from { opacity: 0; transform: translateY(26px); } to { opacity: 1; transform: none; } }
@keyframes dialog-out { to { opacity: 0; transform: translateY(12px); } }
@keyframes backdrop-in { from { opacity: 0; } to { opacity: 1; } }
@keyframes backdrop-out { to { opacity: 0; } }
.dialog-head { position: sticky; top: 0; z-index: 3; display: flex; justify-content: space-between; align-items: center; gap: 20px; min-height: 90px; padding: 15px 3.5vw; background: #170f0b; backdrop-filter: blur(16px); }
.dialog-head .eyebrow { margin: 0; font-size: .8125rem; letter-spacing: .09em; }
.dialog-close { display: inline-flex; align-items: center; gap: 15px; padding: 8px 0 8px 14px; font-size: .9375rem; }
.dialog-close span { font-size: 2rem; font-weight: 300; line-height: 1; }
.dialog-close:hover { color: var(--accent); }
.detail-layout { display: grid; grid-template-columns: 1.08fr 1fr; gap: 4vw; padding: 24px 3.5vw 70px; align-items: start; }
.detail-visual { position: sticky; top: 114px; min-width: 0; }
#detail-image { width: 100%; height: auto; max-height: 59dvh; aspect-ratio: 1; object-fit: contain; object-position: center; background: #090705; }
#detail-image.is-changing { animation: photo-in .5s var(--ease) both; }
@keyframes photo-in { from { opacity: .25; transform: translateY(5px); } to { opacity: 1; transform: none; } }
.gallery-controls { display: flex; align-items: center; justify-content: space-between; margin: 8px 0; min-height: 40px; }
#gallery-count { margin: 0; font-size: .875rem; color: var(--accent); }
.gallery-arrows { display: flex; gap: 15px; }
.gallery-arrows button { min-width: 44px; min-height: 44px; padding: 0; font-size: 1.65rem; }
.gallery-arrows button:hover { color: var(--accent); }
.gallery-thumbnails { display: flex; gap: 12px; overflow-x: auto; padding: 6px; margin: 0 -6px; }
.gallery-thumbnails button { flex: 0 0 66px; padding: 0; opacity: .45; transition: opacity .3s; }
.gallery-thumbnails button[aria-pressed="true"], .gallery-thumbnails button:hover { opacity: 1; }
.gallery-thumbnails button[aria-pressed="true"] { outline: 2px solid var(--accent); outline-offset: 3px; }
.gallery-thumbnails img { width: 66px; height: 66px; object-fit: cover; }
.image-note { margin: 10px 0 0; font-size: .8125rem; color: var(--muted); }
.detail-copy { min-width: 0; padding: 8px 0 0; }
.detail-copy > .eyebrow { margin-bottom: 14px; }
.detail-copy h2 { font-size: clamp(2.3rem,4.2vw,4.5rem); max-width: 600px; }
#detail-title:focus, #payment-dialog-title:focus { outline: none; box-shadow: none; }
#detail-landmark-label { font-size: 1.3rem; font-weight: 500; color: var(--cream); letter-spacing: -.025em; }
#detail-description { margin: 25px 0; color: var(--muted); line-height: 1.85; }
.detail-total { margin: 25px 0 36px; color: var(--accent); font-size: 1.2rem; }
.detail-copy h3 { font-size: 1.125rem; letter-spacing: -.025em; margin: 38px 0 20px; }
.table-wrap { width: 100%; overflow-x: auto; }
table { width: 100%; border-collapse: collapse; font-size: 1rem; text-align: left; }
th { padding: 8px 14px 10px 0; font-size: .875rem; font-weight: 400; color: var(--muted); }
td { padding: 9px 14px 9px 0; }
th:last-child, td:last-child { text-align: right; white-space: nowrap; padding-right: 0; }
.detail-note { font-size: .875rem; color: var(--muted); line-height: 1.7; margin-top: 17px; }
.detail-features { display: flex; flex-wrap: wrap; column-gap: 26px; row-gap: 6px; list-style: none; padding: 0; color: var(--accent); }
.detail-landmark { margin-top: 42px; }
.detail-landmark > p:first-child { margin-bottom: 8px; }
.detail-landmark strong { font-size: 1.8rem; font-weight: 400; letter-spacing: -.04em; color: var(--accent); }
.detail-landmark .detail-note { margin: 12px 0 0; }
.detail-actions { display: flex; flex-direction: column; gap: 2px; margin-top: 34px; }
.detail-actions .text-link:last-child { color: var(--muted); font-size: .9375rem; }
.payment-dialog { width: min(1240px,calc(100% - 48px)); }
.payment-dialog-inner { padding: 38px 5vw 70px; }
.modal-intro { max-width: 800px; }
.modal-intro h2 { font-size: clamp(3rem,5.5vw,5.5rem); }
.modal-intro > p:last-child { max-width: 630px; color: var(--muted); margin-top: 28px; }
.finance-paths { display: grid; grid-template-columns: repeat(3,1fr); gap: 38px; margin: 68px 0; }
.finance-paths .eyebrow { display: block; margin-bottom: 18px; }
.finance-paths h3 { font-size: 1.3rem; letter-spacing: -.035em; line-height: 1.3; margin-bottom: 20px; }
.finance-paths p { color: var(--muted); font-size: .9375rem; line-height: 1.85; }
.finance-brands { margin: 55px 0; }
.finance-brands h3 { font-size: 1rem; letter-spacing: .07em; margin-bottom: 25px; color: var(--accent); }
.logo-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 12px 22px; }
.logo { min-height: 62px; display: flex; align-items: center; justify-content: center; padding: 12px 8px; background: transparent; color: #b8a696; color: color-mix(in srgb,var(--brand-color,#99816d) 25%,#c0afa0 75%); font-size: .875rem; font-weight: 600; text-align: center; letter-spacing: -.025em; }
.akbank { --brand-color:#d71920; }.ziraat { --brand-color:#e31e24; }.halk { --brand-color:#0f68ac; }.vakif { --brand-color:#946700; }.isbank { --brand-color:#005baa; }.garanti { --brand-color:#08762c; }.yapi { --brand-color:#21409a; }.qnb { --brand-color:#7b2e8e; }.deniz { --brand-color:#004a98; }.ing { --brand-color:#c74c00; }.teb { --brand-color:#0089cf; }.seker { --brand-color:#23854b; }.fiba { --brand-color:#087fad; }.alternatif { --brand-color:#cd271c; }.anadolu { --brand-color:#153d6f; }.odea { --brand-color:#91278f; }.hsbc { --brand-color:#db0011; }.burgan { --brand-color:#007b79; }.kuveyt { --brand-color:#00756a; }.albaraka { --brand-color:#15834d; }.turkiyef { --brand-color:#662d91; }.emlakk { --brand-color:#86662f; }.vakifk { --brand-color:#80662e; }.ziraatk { --brand-color:#80662e; }.hayat { --brand-color:#8155a2; }.tom { --brand-color:#bc5100; }.dunya { --brand-color:#007d83; }.good { --brand-color:#197a56; }.albayrak { --brand-color:#d62027; }.birevim { --brand-color:#ce3417; }.eminevim { --brand-color:#cf142b; }.emlakt { --brand-color:#86662f; }.fuzul { --brand-color:#ba5406; }.imece { --brand-color:#d21b22; }.katilim { --brand-color:#d02339; }.sinpas { --brand-color:#846038; }
.modal-action { margin-top: 60px; }
.modal-action .detail-note { max-width: 790px; }
.finance-sources { font-size: .875rem; color: var(--muted); }
.finance-sources a { text-decoration: underline; text-underline-offset: 4px; }
.reveal { opacity: 1; transform: none; }
.motion-ready .reveal { opacity: 0; transform: translateY(30px); transition: opacity 1s var(--ease), transform 1.1s var(--ease); }
.motion-ready .reveal.visible { opacity: 1; transform: none; }

@media (min-width:1800px) {
  .hero, .section { padding-left: max(7vw,calc((100vw - 1580px)/2)); padding-right: max(7vw,calc((100vw - 1580px)/2)); }
}
@media (max-width:1050px) {
  .section { padding: 100px 6vw; }
  .hero { padding-left: 6vw; padding-right: 6vw; }
  .hero-bottom { gap: 5vw; }
  .section-head { gap: 40px; }
  .section-head > p { max-width: 310px; }
  .statement-grid { grid-template-columns: .6fr 1.8fr; gap: 40px; }
  .about-copy { grid-template-columns: 1fr; gap: 24px; }
  .value { grid-template-columns: 30px .9fr 1fr; gap: 28px; }
  .location { gap: 2vw; padding-left: 0; }
  .location h2, .payment h2 { font-size: clamp(2.8rem,5.5vw,4.5rem); }
  .detail-layout { gap: 30px; padding-left: 28px; padding-right: 28px; }
  .finance-paths { gap: 25px; }
}
@media (max-width:760px) {
  :root { --entry-height: max(760px,100svh); }
  .section { padding: 80px 24px; }
  .nav { padding: 14px 24px; height: 125px; gap: 16px; }
  .nav.is-scrolled { height: 91px; }
  .brand { width: 64px; height: 90px; }
  .brand img { width: 116px; height: 116px; left: -25px; top: -15px; }
  .nav nav { display: none; }
  .nav-cta { font-size: .9375rem; gap: 16px; }
  .hero { min-height: max(760px,100svh); padding: 185px 24px 85px; }
  .hero h1 { font-size: clamp(3rem,8.8vw,4.9rem); line-height: 1.15; letter-spacing: -.05em; }
  .hero h1 em { font-size: 1.3em; line-height: 1.2; }
  .hero .eyebrow { font-size: .8125rem; letter-spacing: .12em; margin-bottom: 35px; }
  .hero-bottom { grid-template-columns: 1fr; gap: 28px; margin-top: 40px; }
  .hero-bottom > div { order: 2; }
  .lead { font-size: 1rem; line-height: 1.8; max-width: 480px; }
  .hero-signature { font-size: .875rem; }
  .hero-footnote { left: 24px; bottom: 24px; max-width: calc(100% - 48px); font-size: .75rem; letter-spacing: .055em; }
  h2 { font-size: clamp(2.8rem,10vw,4.2rem); }
  .eyebrow { font-size: .8125rem; margin-bottom: 24px; letter-spacing: .1em; }
  .section-head { display: block; margin-bottom: 45px; }
  .section-head > p { max-width: 460px; margin-top: 25px; font-size: 1rem; }
  .project-collection { grid-template-columns: 1fr; gap: 62px; }
  .project-offset { margin-top: 0; }
  .project-featured .project-caption { display: block; padding-top: 25px; }
  .project-caption { padding-top: 25px; }
  .project-caption h3, .project-featured h3 { font-size: clamp(1.9rem,6.5vw,2.8rem); }
  .project-featured .project-image img { aspect-ratio: 3 / 2; }
  .project-featured .project-description, .project-description { margin-top: 22px; }
  .project-summary { font-size: .875rem; line-height: 1.75; }
  .image-action { display: none; }
  .statement-grid { grid-template-columns: 1fr; margin-top: 40px; gap: 28px; }
  .about-copy { gap: 25px; }
  .about-copy p { line-height: 1.85; }
  .founder { margin: 0; }
  .value-list { margin-top: 42px; gap: 42px; }
  .value { grid-template-columns: 48px 1fr; column-gap: 20px; }
  .value h3 { font-size: 3.6rem; }
  .value-no { padding-top: 10px; font-size: 2.6rem; }
  .value-heading > span { font-size: .75rem; letter-spacing: .1em; margin-top: 13px; }
  .value p { grid-column: 2; margin-top: 20px; }
  .location { grid-template-columns: 1fr; padding-top: 0; gap: 10px; }
  .location-art { width: calc(100% + 48px); margin-left: -24px; }
  .location-copy { max-width: none; }
  .location h2, .payment h2 { font-size: clamp(2.8rem,10vw,4.2rem); }
  .globe-label { font-size: .875rem; gap: 7px; }
  .payment { grid-template-columns: 1fr; gap: 45px; }
  .payment-visual img { aspect-ratio: 4 / 4.6; max-height: 630px; }
  .payment-copy > p:not(.eyebrow) { margin-top: 26px; }
  .contact { min-height: 540px; padding-bottom: 30px; }
  .contact-sketch { width: 115%; right: -35%; opacity: .42; }
  .contact h2 { font-size: clamp(3.2rem,11vw,5rem); }
  .contact-bottom { flex-wrap: wrap; justify-content: flex-start; gap: 16px 28px; margin-top: 85px; font-size: .75rem; }
  .contact-bottom p:last-child { margin-left: auto; }
  dialog, .payment-dialog { width: 100%; height: 100dvh; }
  .dialog-head { min-height: 74px; padding: 12px 22px; }
  .dialog-head .eyebrow { font-size: .75rem; letter-spacing: .05em; max-width: 180px; }
  .dialog-close { gap: 9px; font-size: .875rem; }
  .detail-layout { grid-template-columns: 1fr; padding: 16px 22px 45px; gap: 32px; }
  .detail-visual { position: static; }
  #detail-image { max-height: 52dvh; aspect-ratio: 1; }
  .gallery-thumbnails button, .gallery-thumbnails img { width: 58px; height: 58px; flex-basis: 58px; }
  .detail-copy h2 { font-size: 2.8rem; }
  .detail-copy h3 { margin-top: 30px; }
  .detail-landmark { margin-top: 35px; }
  .payment-dialog-inner { padding: 28px 22px 45px; }
  .modal-intro h2 { font-size: clamp(2.6rem,9.5vw,4rem); }
  .finance-paths { grid-template-columns: 1fr; gap: 24px; margin: 45px 0; }
  .finance-paths p { margin-bottom: 0; }
  .finance-paths .eyebrow { margin-bottom: 10px; }
  .finance-paths h3 { margin-bottom: 14px; }
  .logo-grid { grid-template-columns: repeat(2,1fr); gap: 10px; }
  .logo { font-size: .8125rem; min-height: 60px; }
}
@media (prefers-reduced-motion:reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation: none !important; transition: none !important; }
  .motion-ready .reveal { opacity: 1; transform: none; }
}
