/* fllect.com · north · north-brick */
:root {
  --paper: #F1EDE6;
  --wash: #E4DDD2;
  --ink: #1A1914;
  --ink2: #2A2820;
  --muted: #615C52;
  --accent: #3E4A32;
  --accent2: #8A8470;
  --line: rgba(26,25,20,.13);
  --radius: 0px;
  --font-h: "Avenir Next", system-ui, "Segoe UI", sans-serif;
  --font-b: "Gill Sans", system-ui, "Segoe UI", sans-serif;
}
*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; cursor: default; }
html, body { margin: 0; min-height: 100%; }
body {
  font-family: var(--font-b);
  font-style: normal;
  font-synthesis: none;
  font-size: 17px;
  color: var(--ink);
  background: var(--paper);
  cursor: default;
}
a, button, summary, .shot, .filters button, .btn, .more, .read, .lb-nav, .top, .burger { cursor: pointer; }
input, textarea { cursor: text; }
a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }
button, input, textarea { font: inherit; }
.grad { color: var(--accent); }
.kicker { text-transform: uppercase; letter-spacing: .18em; font-size: .68rem; color: var(--accent); font-weight: 600; margin: 0 0 14px; }
.lead { color: var(--muted); line-height: 1.7; max-width: 38rem; }
.sub { color: var(--muted); max-width: 38rem; line-height: 1.7; }
.wrap { width: min(1140px, 90vw); margin: 0 auto; }
.btn {
  display: inline-flex; align-items: center; gap: 10px; margin-top: 28px; padding: 14px 22px; border: 0;
  color: var(--paper); background: var(--ink); letter-spacing: .08em; text-transform: uppercase; font-size: .72rem; font-weight: 600;
  border-radius: var(--radius);
}
.btn:hover { background: var(--accent); color: #fff; }
.btn svg, .more svg, .read svg, .top svg { width: 16px; height: 16px; flex: none; }
.more, .read { display: inline-flex; gap: 8px; margin-top: 12px; letter-spacing: .1em; text-transform: uppercase; font-size: .7rem; color: var(--accent); }
.reveal { opacity: 1; transform: none; filter: none; clip-path: none; }
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { animation: none !important; transition: none !important; }
  .reveal { opacity: 1 !important; transform: none !important; filter: none !important; clip-path: none !important; }
}
.burger { display: none; width: 42px; height: 42px; border: 0; background: transparent; color: var(--ink); }
.burger span, .burger span::before, .burger span::after { display: block; width: 18px; height: 1px; background: currentColor; position: relative; }
.burger span::before, .burger span::after { content: ""; position: absolute; left: 0; }
.burger span::before { top: -6px; } .burger span::after { top: 6px; }
.drawer {
  position: fixed; inset: 0 0 0 auto; width: min(86vw, 340px); background: var(--paper); color: var(--ink);
  transform: translateX(100%); transition: transform .35s ease; padding: 90px 32px; display: flex; flex-direction: column; gap: 18px;
  z-index: 60; border-left: 1px solid var(--line);
}
.drawer a { letter-spacing: .06em; text-transform: uppercase; font-size: .85rem; }
.drawer.open { transform: none; }
.shade { position: fixed; inset: 0; background: rgba(28,26,23,.28); opacity: 0; pointer-events: none; z-index: 55; transition: opacity .3s; }
.shade.open { opacity: 1; pointer-events: auto; }
.page-hero { padding: 72px 7vw 28px; border-bottom: 1px solid var(--line); background: var(--paper); color: var(--ink); }
.page-hero p { color: var(--muted); max-width: 40rem; }
.prose { max-width: 720px; margin: 48px auto; padding: 0 7vw 80px; line-height: 1.75; color: var(--muted); }
.prose h1, .prose h2 { color: var(--ink); margin: 1.5em 0 .5em; }
.prose img { border-radius: var(--radius); margin: 1.4em 0; width: 100%; }
.progress { position: fixed; top: 0; left: 0; height: 2px; width: 0; background: var(--accent); z-index: 90; }
.field { position: relative; }
.field input, .field textarea {
  width: 100%; border: 0; border-bottom: 1px solid var(--line); background: transparent; border-radius: 0; padding: 18px 0 10px; outline: none; color: var(--ink);
}
.field label { position: absolute; left: 0; top: 14px; color: var(--muted); transition: .2s; pointer-events: none; }
.field input:focus + label, .field textarea:focus + label, .field input:not(:placeholder-shown) + label, .field textarea:not(:placeholder-shown) + label {
  top: 0; font-size: .7rem; color: var(--accent);
}
form { display: grid; gap: 16px; }
.contact-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 48px; }
.info-card { background: var(--wash); color: var(--ink); border-radius: var(--radius); padding: 24px; display: grid; gap: 12px; border: 1px solid var(--line); }
.info-card svg { width: 18px; height: 18px; color: var(--accent); }
.lightbox { position: fixed; inset: 0; background: rgba(22,20,18,.88); display: none; place-items: center; z-index: 80; padding: 24px; }
.lightbox.open { display: grid; }
.lightbox img { max-height: 78vh; }
.lightbox p { color: var(--paper); text-align: center; margin-top: 12px; }
.lb-nav { position: absolute; top: 50%; color: var(--paper); background: transparent; border: 0; font-size: 2rem; }
.top {
  position: fixed; right: 22px; bottom: 22px; width: 42px; height: 42px; border: 1px solid var(--line); border-radius: var(--radius);
  background: var(--paper); color: var(--ink); display: grid; place-items: center; opacity: 0; pointer-events: none; z-index: 40;
}
.top.show { opacity: 1; pointer-events: auto; }
.top svg { width: 16px; height: 16px; }
.filters { display: flex; gap: 8px; flex-wrap: wrap; margin: 28px 0; }
.filters button { border: 1px solid var(--line); background: transparent; padding: 8px 16px; color: var(--ink); letter-spacing: .08em; text-transform: uppercase; font-size: .72rem; border-radius: var(--radius); }
.filters button.on { background: var(--ink); color: var(--paper); border-color: var(--ink); }
.faq details { border-top: 1px solid var(--line); padding: 16px 0; }
.faq details:last-child { border-bottom: 1px solid var(--line); }
.faq summary { font-family: var(--font-h); font-weight: 600; cursor: pointer; }
.faq p { color: var(--muted); margin: 10px 0 0; }
.copyr { margin-top: 36px; border-top: 1px solid var(--line); padding-top: 16px; font-size: .8rem; color: var(--muted); }
footer a:hover { color: var(--ink); }
.equip article { padding: 20px 0; border-bottom: 1px solid var(--line); }
.split { display: grid; grid-template-columns: 1fr 1fr; gap: 40px; align-items: center; }
.case { display: grid; grid-template-columns: 1.15fr 1fr; gap: 32px; align-items: center; margin: 40px 0; }
.case img { width: 100%; height: 280px; object-fit: cover; border-radius: var(--radius); }
.mosaic { display: grid; grid-template-columns: 1fr 1fr 1fr; gap: 10px; }
.quote { font-family: var(--font-h); font-size: 1.3rem; line-height: 1.35; color: var(--ink); }
.intro-copy p { color: var(--muted); line-height: 1.75; }
.shot { position: relative; overflow: hidden; margin-bottom: 12px; break-inside: avoid; border-radius: var(--radius); }
.shot img { width: 100%; height: auto; }
.shot .ov { position: absolute; inset: 0; background: color-mix(in srgb, var(--ink) 28%, transparent); color: var(--paper); display: grid; place-items: center; opacity: 0; transition: opacity .25s; }
.shot:hover .ov { opacity: 1; }
.shot .ov svg { width: 22px; height: 22px; }
.bar { height: 2px; background: var(--line); overflow: hidden; margin-top: 6px; }
.bar span { display: block; height: 100%; width: 0; background: var(--accent); transition: width 1.2s ease; }
.timeline { display: grid; gap: 14px; border-left: 1px solid var(--line); padding-left: 18px; }
.timeline b { color: var(--accent); }
section { padding: 72px 0; }
.section-title { font-size: clamp(1.4rem, 2.4vw, 2rem); margin-bottom: 12px; }

@media (max-width: 900px) {
  .nav-links { display: none !important; }
  .burger { display: grid; place-items: center; }
  .contact-grid, .foot, .split, .service-row, .case, .post { grid-template-columns: 1fr !important; }
  .hero, .folio-hero, .atelier-hero, .chamber-hero, .north-hero { grid-template-columns: 1fr !important; min-height: auto !important; }
  .north-duo { grid-template-columns: 1fr !important; }
  .strip-track { animation: none !important; }
}


body.house-north { font-size: 17px; }
.house-north .nav {
  position: sticky; top: 0; z-index: 50; display: flex; align-items: center; justify-content: space-between;
  padding: 22px 7vw; background: var(--paper); border-bottom: 2px solid var(--ink);
}
.house-north .brand { font-family: var(--font-h); font-weight: 600; letter-spacing: .12em; text-transform: uppercase; font-size: .82rem; }
.house-north .nav-links { display: flex; gap: 24px; }
.house-north .nav-links a { font-size: .75rem; letter-spacing: .08em; text-transform: uppercase; color: var(--muted); }
.house-north .nav-links a.active { color: var(--ink); }
.house-north .north-hero { display: grid; grid-template-columns: 1fr 1.1fr 1fr; gap: 18px; align-items: center; padding: 40px 7vw 20px; }
.house-north .north-hero img { width: 100%; height: 70vh; object-fit: cover; opacity: 1; transform: none; }
.house-north .north-hero .mid { padding: 12px 8px; }
.house-north .north-hero h1 { font-size: clamp(2.2rem, 4vw, 3.4rem); max-width: 10ch; }
.house-north .north-hero img:first-child { margin-top: 48px; height: 62vh; }
.house-north .north-hero img:last-child { margin-bottom: 48px; height: 62vh; }
.house-north .strip { overflow: hidden; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.house-north .strip-track { display: flex; gap: 10px; width: max-content; padding: 10px 0; }
html.js .house-north .strip-track { animation: northDrift 42s linear infinite; }
.house-north .strip-track:hover { animation-play-state: paused; }
.house-north .strip-track img { width: 280px; height: 180px; object-fit: cover; }
@keyframes northDrift { from { transform: translateX(0); } to { transform: translateX(-50%); } }
.house-north .tiles { display: grid; grid-template-columns: 1fr 1fr; gap: 2px; background: var(--line); border: 1px solid var(--line); }
.house-north .tiles article { background: var(--paper); padding: 32px; }
.house-north .tiles h3 { margin-bottom: 10px; }
.house-north .tiles p { color: var(--muted); font-size: .95rem; }
.house-north .north-quote { font-family: var(--font-h); font-size: clamp(1.5rem, 3vw, 2.2rem); line-height: 1.3; max-width: 20ch; }
.house-north .process-row { display: grid; grid-template-columns: repeat(5, 1fr); gap: 0; }
.house-north .process-row article { padding: 8px 18px 8px 0; border-right: 1px solid var(--line); }
.house-north .process-row article:last-child { border: 0; }
.house-north .process-row b { display: block; color: var(--accent); letter-spacing: .12em; font-size: .7rem; margin-bottom: 8px; }
.house-north .process-row p { color: var(--muted); font-size: .9rem; }
.house-north .duo { display: grid; grid-template-columns: 1.2fr .8fr; gap: 28px; align-items: start; }
.house-north .duo img { width: 100%; }
.house-north .post { display: grid; grid-template-columns: 1fr 1.4fr; gap: 24px; padding: 28px 0; border-bottom: 2px solid var(--ink); }
.house-north .post img { height: 200px; width: 100%; object-fit: cover; }
.house-north footer { padding: 56px 7vw 24px; color: var(--muted); }
.house-north .foot { display: grid; grid-template-columns: 2fr 1fr 1fr 1fr 1fr; gap: 20px; }
.house-north .foot b, .house-north .foot strong { color: var(--ink); display: block; margin-bottom: 8px; text-transform: uppercase; letter-spacing: .1em; font-size: .68rem; }
.house-north .cta-band { padding: 80px 7vw; border-top: 2px solid var(--ink); }
.house-north .masonry { display: grid; grid-template-columns: repeat(3, 1fr); gap: 8px; columns: unset; }
.house-north .masonry .shot { margin: 0; }
.house-north .team { display: grid; grid-template-columns: repeat(4, 1fr); gap: 0; border-top: 1px solid var(--line); }
.house-north .team figure { margin: 0; padding: 16px 16px 16px 0; border-right: 1px solid var(--line); }
.house-north .team img { height: 200px; width: 100%; object-fit: cover; margin-bottom: 10px; }
.house-north .service-row { display: grid; grid-template-columns: .9fr 1.1fr; gap: 36px; align-items: center; margin: 52px 0; padding-bottom: 20px; border-bottom: 1px solid var(--line); }
.house-north .service-row img { height: 300px; width: 100%; object-fit: cover; }
.house-north .quotes article { padding: 18px 0; border-bottom: 1px solid var(--line); }
html.js .house-north .reveal { opacity: 0; transform: translateX(-20px); }
html.js .house-north .reveal.in { opacity: 1; transform: none; transition: opacity .65s ease, transform .65s ease; }
@media (max-width: 900px) {
  .house-north .tiles, .house-north .process-row, .house-north .duo, .house-north .team, .house-north .masonry { grid-template-columns: 1fr !important; }
  .house-north .north-hero img { height: 42vh; margin: 0 !important; }
}

