/* ═══════════════════════════════════════════════════════
   AKTA NIERUCHOMOŚCI — EDITORIAL MASTERPIECE
   Architektoniczno-redakcyjne studio nieruchomości
═══════════════════════════════════════════════════════ */

/* ─── FONTS ─── */
@font-face { font-family:'Archivo'; src:url('./fonts/Archivo/Archivo-VariableFont_wdth,wght.ttf') format('truetype'); font-weight:100 900; font-style:normal; font-display:swap; }
@font-face { font-family:'Manrope'; src:url('./fonts/Manrope/Manrope-VariableFont_wght.ttf') format('truetype'); font-weight:200 800; font-style:normal; font-display:swap; }
@font-face { font-family:'Newsreader'; src:url('./fonts/Newsreader/Newsreader-VariableFont_opsz,wght.ttf') format('truetype'); font-weight:200 800; font-style:normal; font-display:swap; }
@font-face { font-family:'Newsreader'; src:url('./fonts/Newsreader/Newsreader-Italic-VariableFont_opsz,wght.ttf') format('truetype'); font-weight:200 800; font-style:italic; font-display:swap; }

/* ─── TOKENS ─── */
:root {
  --white: #FFFFFF;
  --black: #191919;
  --blue: #4A708B;
  --blue-dim: rgba(74,112,139,0.15);
  --warm: #F7F6F3;
  --mid: rgba(25,25,25,0.55);
  --muted: rgba(25,25,25,0.35);
  --border: rgba(25,25,25,0.10);
  --border-h: rgba(25,25,25,0.20);

  --ff-h: 'Archivo', 'Arial Black', sans-serif;
  --ff-b: 'Manrope', 'Arial', sans-serif;
  --ff-a: 'Newsreader', 'Georgia', serif;

  --ease: cubic-bezier(.16,1,.3,1);
  --ease2: cubic-bezier(.76,0,.24,1);
}

/* ─── RESET ─── */
*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}
html{font-size:16px;overflow-x:hidden}
body{background:var(--white);color:var(--black);font-family:var(--ff-b);font-weight:400;line-height:1.65;overflow-x:hidden;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}
a{text-decoration:none;color:inherit}
button{font-family:inherit;border:none;background:none;cursor:pointer}
img{display:block;max-width:100%;height:auto}
ul,ol{list-style:none}
::selection{background:var(--blue);color:var(--white)}

/* ─── NOISE OVERLAY ─── */
body::after {
  content:'';position:fixed;inset:0;z-index:9998;pointer-events:none;opacity:.035;
  background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.85' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
  background-repeat:repeat;
}

/* ─── PRELOADER ─── */
#preloader{position:fixed;inset:0;background:var(--black);z-index:10000;display:flex;align-items:center;justify-content:center;flex-direction:column;gap:.5rem}
.pre-text{font-family:var(--ff-h);font-size:clamp(4rem,12vw,10rem);font-weight:800;letter-spacing:-.06em;color:var(--white);opacity:0;transform:translateY(30px)}
.pre-sub{font-family:var(--ff-a);font-style:italic;font-size:1.1rem;color:var(--blue);opacity:0;letter-spacing:.02em}
.pre-bar{position:absolute;bottom:0;left:0;height:2px;background:var(--blue);width:0}

/* ─── SCROLL PROGRESS ─── */
#progress{position:fixed;top:0;left:0;height:2px;background:var(--blue);z-index:9990;width:0;pointer-events:none}

/* ─── NAV ─── */
#nav{position:fixed;top:0;left:0;right:0;z-index:1000;padding:1.25rem 0;opacity:0;transform:translateY(-100%);transition:opacity .5s,transform .5s var(--ease)}
#nav.visible{opacity:1;transform:translateY(0)}
.nav-inner{display:flex;justify-content:space-between;align-items:center;padding:0 clamp(1.5rem,4vw,4rem)}
.nav-logo{font-family:var(--ff-h);font-weight:800;font-size:1rem;letter-spacing:-.02em;color:var(--black);mix-blend-mode:difference;color:var(--white)}
.nav-logo .dim{font-weight:400;font-size:.65rem;letter-spacing:.15em;text-transform:uppercase;margin-left:.75rem;opacity:.5}
.nav-right{display:flex;align-items:center;gap:2rem}
.nav-link{font-family:var(--ff-h);font-size:.7rem;font-weight:600;letter-spacing:.12em;text-transform:uppercase;color:var(--white);mix-blend-mode:difference;opacity:.6;transition:opacity .3s}
.nav-link:hover{opacity:1}
.nav-cta{display:inline-flex;align-items:center;justify-content:center;text-align:center;font-family:var(--ff-h);font-size:.65rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:var(--white);mix-blend-mode:difference;padding:.6rem 1.5rem;border:1px solid rgba(255,255,255,.3);transition:all .3s var(--ease)}
.nav-cta:hover{background:var(--white);color:var(--black);mix-blend-mode:normal}

/* ─── CONTAINER ─── */
.ctn{max-width:1440px;margin:0 auto;padding:0 clamp(1.5rem,4vw,4rem)}
.ctn-wide{max-width:1600px;margin:0 auto;padding:0 clamp(1.5rem,3vw,3rem)}

/* ─── TYPOGRAPHY ─── */
.t-giant{font-family:var(--ff-h);font-weight:800;font-size:clamp(3.5rem,11vw,11rem);line-height:.88;letter-spacing:-.05em}
.t-huge{font-family:var(--ff-h);font-weight:800;font-size:clamp(3rem,7vw,7rem);line-height:.92;letter-spacing:-.04em}
.t-big{font-family:var(--ff-h);font-weight:700;font-size:clamp(2rem,4.5vw,4.5rem);line-height:1;letter-spacing:-.03em}
.t-med{font-family:var(--ff-h);font-weight:700;font-size:clamp(1.5rem,2.5vw,2.5rem);line-height:1.15;letter-spacing:-.02em}
.t-body{font-size:1.05rem;line-height:1.75;color:var(--mid)}
.t-small{font-size:.875rem;line-height:1.7;color:var(--mid)}
.t-meta{font-family:var(--ff-h);font-weight:600;font-size:.65rem;letter-spacing:.18em;text-transform:uppercase}
.t-accent{font-family:var(--ff-a);font-style:italic;font-weight:400}
.t-blue{color:var(--blue)}
.t-white{color:var(--white)}
.t-muted{color:var(--muted)}

/* ─── EDITORIAL FRAME (corner marks) ─── */
.e-frame{position:relative}
.e-frame::before,.e-frame::after{content:'';position:absolute;width:20px;height:20px;border-color:var(--border-h);border-style:solid;pointer-events:none;z-index:2}
.e-frame::before{top:clamp(1rem,2vw,2rem);left:clamp(1rem,2vw,2rem);border-width:1px 0 0 1px}
.e-frame::after{bottom:clamp(1rem,2vw,2rem);right:clamp(1rem,2vw,2rem);border-width:0 1px 1px 0}
.e-frame-dark::before,.e-frame-dark::after{border-color:rgba(255,255,255,.15)}

/* ─── SECTION LAYOUT ─── */
.sec{position:relative;overflow:hidden}
.sec-pad{padding:clamp(5rem,10vw,10rem) 0}
.sec-dark{background:var(--black);color:var(--white)}
.sec-dark .t-body,.sec-dark .t-small{color:rgba(255,255,255,.55)}
.sec-dark .t-muted{color:rgba(255,255,255,.3)}
.sec-dark .border-c{border-color:rgba(255,255,255,.1)}
.sec-warm{background:var(--warm)}

/* Vertical label (rotated text on edge) */
.v-label{position:absolute;left:clamp(.75rem,2vw,2rem);top:50%;transform:translateY(-50%) rotate(-90deg);transform-origin:center;white-space:nowrap;z-index:2}

/* Decorative giant number behind content */
.deco-num{position:absolute;font-family:var(--ff-h);font-weight:900;font-size:clamp(12rem,30vw,30rem);line-height:1;letter-spacing:-.06em;color:var(--black);opacity:.03;pointer-events:none;user-select:none;z-index:0}
.sec-dark .deco-num{color:var(--white);opacity:.04}

/* ═══════════════════════════════════════════════════════
   HERO
═══════════════════════════════════════════════════════ */
#hero{min-height:100dvh;display:flex;align-items:flex-end;padding-bottom:clamp(3rem,6vh,6rem);background:var(--black);color:var(--white);position:relative}
.hero-bg{position:absolute;inset:0;overflow:hidden}
.hero-bg img{width:100%;height:100%;object-fit:cover;object-position:60% center;filter:grayscale(100%);opacity:.25;transform:scale(1.1)}
.hero-grain{position:absolute;inset:0;background:linear-gradient(180deg,transparent 0%,rgba(25,25,25,.6) 100%)}
.hero-frame-top{position:absolute;top:clamp(1.5rem,3vw,3rem);left:clamp(1.5rem,4vw,4rem);right:clamp(1.5rem,4vw,4rem);display:flex;justify-content:space-between;z-index:2}
.hero-content{position:relative;z-index:1}
.hero-eyebrow{display:flex;align-items:center;gap:1rem;margin-bottom:2rem;opacity:0}
.hero-eyebrow-line{width:40px;height:1.5px;background:var(--blue)}
.hero-title{}
.hero-title .line{display:block;transform:translateY(110%);will-change:transform}
.hero-period{color:var(--blue)}
.hero-bottom{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:end;margin-top:clamp(2rem,4vw,4rem);opacity:0}
.hero-sub{max-width:420px;color:rgba(255,255,255,.6);font-size:clamp(.95rem,1.2vw,1.15rem);line-height:1.75}
.hero-scroll{position:absolute;bottom:clamp(2rem,4vw,4rem);right:clamp(1.5rem,4vw,4rem);display:flex;flex-direction:column;align-items:center;gap:.75rem;z-index:2;opacity:0}
.hero-scroll-txt{font-size:.55rem;letter-spacing:.2em;text-transform:uppercase;color:rgba(255,255,255,.4);writing-mode:vertical-rl}
.hero-scroll-line{width:1px;height:50px;background:linear-gradient(to bottom,var(--blue),transparent);animation:scrollPulse 2s ease-in-out infinite}
@keyframes scrollPulse{0%,100%{transform:scaleY(1);opacity:1}50%{transform:scaleY(.5);opacity:.3}}

/* Hero CTA — pill button with arrow */
.pill-cta{
  --pill-icon-size:clamp(44px,3.5vw,56px);
  --pill-icon-gap:clamp(.8rem,1.2vw,1.2rem);
  --pill-icon-reserve:calc(var(--pill-icon-size) + var(--pill-icon-gap) + .3rem);
  position:relative;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:0;
  height:clamp(56px,4.5vw,68px);
  padding:.3rem var(--pill-icon-reserve);
  border-radius:100px;
  background:var(--white);
  color:var(--black);
  font-family:var(--ff-h);
  font-weight:700;
  font-size:clamp(0.8rem,1vw,1rem);
  letter-spacing:.08em;
  text-transform:uppercase;
  text-decoration:none;
  overflow:hidden;
  cursor:pointer;
  transition:all .5s var(--ease);
}
.pill-cta:hover{
  gap:0;
}
.pill-cta-text{
  position:relative;
  z-index:1;
  white-space:nowrap;
  text-align:center;
  transition:all .5s var(--ease);
}
.pill-cta-icon{
  position:absolute;
  right:.3rem;
  display:flex;
  align-items:center;
  justify-content:center;
  width:var(--pill-icon-size);
  height:var(--pill-icon-size);
  border-radius:50%;
  background:var(--black);
  color:var(--white);
  flex-shrink:0;
  margin-left:0;
  transition:all .5s var(--ease);
}
.pill-cta:hover .pill-cta-icon{
  transform:rotate(-90deg);
  background:var(--blue);
}
.pill-cta-icon svg{
  width:clamp(16px,1.3vw,20px);
  height:clamp(16px,1.3vw,20px);
}
.pill-cta-dark{
  background:var(--black);
  color:var(--white);
}
.pill-cta-dark .pill-cta-icon{
  background:var(--white);
  color:var(--black);
}

/* Hero brand animated text */
.hero-brand{
  position:absolute;
  top:50%;
  left:50%;
  transform:translate(-50%,-50%);
  width:100%;
  text-align:center;
  font-family:var(--ff-h);
  font-weight:800;
  font-size:clamp(3rem,10vw,9rem);
  letter-spacing:-.01em;
  color:var(--white);
  z-index:3;
  white-space:nowrap;
  will-change:transform;
  pointer-events:none;
  opacity:0;
}

/* ═══════════════════════════════════════════════════════
   MARQUEE
═══════════════════════════════════════════════════════ */
.marquee-strip{overflow:hidden;padding:1.4rem 0;border-top:1px solid var(--border);border-bottom:1px solid var(--border);background:var(--white)}
.marquee-track-wrap{display:flex}
.marquee-track{display:flex;gap:0;flex-shrink:0;animation:mq 25s linear infinite}
.marquee-item{padding:0 2.5rem;white-space:nowrap;display:flex;align-items:center;gap:2.5rem}
.marquee-item span{font-family:var(--ff-h);font-weight:700;font-size:clamp(0.85rem, 1vw, 1.1rem);letter-spacing:.1em;text-transform:uppercase;color:var(--muted)}
.marquee-dot{width:6px;height:6px;border-radius:50%;background:var(--blue);flex-shrink:0}
@keyframes mq{0%{transform:translateX(0)}100%{transform:translateX(-50%)}}

/* ═══════════════════════════════════════════════════════
   MANIFESTO
═══════════════════════════════════════════════════════ */
#manifesto{display:flex;align-items:center;justify-content:center;min-height:35vh;text-align:center;padding:clamp(3rem, 5vw, 4.5rem) 0}
.manifesto-quote{max-width:1000px;position:relative}
.manifesto-quote blockquote{font-family:var(--ff-a);font-style:italic;font-size:clamp(1.8rem,3.5vw,3.5rem);line-height:1.4;letter-spacing:-.01em;color:var(--black)}
.manifesto-line{width:60px;height:2px;background:var(--blue);margin:0 auto 2rem}
.manifesto-attr{margin-top:2rem;font-size:.8rem;color:var(--muted)}

/* ═══════════════════════════════════════════════════════
   SERVICES — EDITORIAL ASYMMETRIC GRID
═══════════════════════════════════════════════════════ */
#services{background:var(--black);color:var(--white);padding:clamp(5rem,10vw,10rem) 0 clamp(5rem,10vw,10rem)}
.srv-header{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:end;margin-bottom:clamp(4rem,8vw,8rem)}
.srv-header-right{display:flex;flex-direction:column;gap:1.5rem;align-items:flex-start;justify-content:flex-end}

/* Bento-style editorial grid for services */
.srv-grid{display:grid;grid-template-columns:repeat(12,1fr);grid-template-rows:auto;gap:1px;background:rgba(255,255,255,.08)}
.srv-cell{background:var(--black);padding:clamp(2rem,3vw,3.5rem);display:flex;flex-direction:column;justify-content:space-between;position:relative;overflow:hidden;transition:background .4s var(--ease)}
.srv-cell:hover{background:rgba(255,255,255,.04)}
.srv-cell::after{content:'';position:absolute;top:0;left:0;width:100%;height:2px;background:var(--blue);transform:scaleX(0);transform-origin:left;transition:transform .5s var(--ease)}
.srv-cell:hover::after{transform:scaleX(1)}

.srv-cell-wide{grid-column:span 8}
.srv-cell-narrow{grid-column:span 4}
.srv-cell-half{grid-column:span 6}
.srv-cell-img{padding:0;min-height:400px}
.srv-cell-img img{width:100%;height:100%;object-fit:cover;filter:grayscale(100%);transition:filter .6s var(--ease)}
.srv-cell-img:hover img{filter:grayscale(60%)}

.srv-num{font-family:var(--ff-h);font-weight:800;font-size:3rem;color:rgba(255,255,255,.06);line-height:1;margin-bottom:2rem;letter-spacing:-.04em}
.srv-title{font-family:var(--ff-h);font-weight:700;font-size:clamp(1.4rem,2.2vw,2.2rem);line-height:1.1;letter-spacing:-.02em;margin-bottom:1.5rem}
.srv-desc{font-size:.9rem;color:rgba(255,255,255,.5);line-height:1.7;max-width:400px}

/* ═══════════════════════════════════════════════════════
   SPLIT SECTION — EDITORIAL QUOTE + PHOTO
═══════════════════════════════════════════════════════ */
.split-sec{display:grid;grid-template-columns:1fr 1fr;min-height:80vh}
.split-left{display:flex;align-items:center;padding:clamp(3rem,6vw,6rem)}
.split-right{position:relative;overflow:hidden}
.split-right img{width:100%;height:100%;object-fit:cover;filter:grayscale(100%)}
.split-content{max-width:500px}

/* ═══════════════════════════════════════════════════════
   PROCESS — STAGGERED CARD GRID + TEXT ROTATOR
═══════════════════════════════════════════════════════ */
#process{padding:clamp(5rem,10vw,10rem) 0;background:var(--warm)}

/* Hero header */
.proc-hero{margin-bottom:clamp(3rem,6vw,6rem);max-width:800px;margin-left:auto;margin-right:auto;text-align:center;display:flex;flex-direction:column;align-items:center}

/* Text rotator */
.text-rotator{margin-top:clamp(1.5rem,3vw,3rem);font-family:var(--ff-h);font-weight:700;font-size:clamp(1.8rem,3.5vw,3rem);letter-spacing:-.03em;line-height:1.25;color:var(--black);display:flex;justify-content:center;align-items:center;flex-wrap:wrap}
.text-static{color:var(--black)}
.text-rotate-wrap{position:relative;display:inline-flex;overflow:hidden;vertical-align:bottom;height:1.3em;width:12em;text-align:left}
.text-rotate-item{position:absolute;left:0;top:0;color:var(--blue);white-space:nowrap;opacity:0;transform:translateY(110%);padding-left:0.2em}
.text-rotate-item.active{opacity:1;transform:translateY(0)}
.text-rotate-item.exit{opacity:0;transform:translateY(-110%)}

/* Dark Rotator variants */
.text-rotate-wrap-dark { height: 1.1em; padding-bottom: 0.05em; width: 100%; display: flex; justify-content: center; align-items: flex-end; }
.text-rotate-item-dark { color: var(--blue); z-index: 2; width: 100%; text-align: center; left: 0; padding-left: 0; font-family: var(--ff-h); font-weight: 700; }
.text-rotate-item-dark.active { color: var(--blue); }

/* Card Accordion */
.proc-accordion {
  display: flex;
  width: 100%;
  height: clamp(400px, 45vw, 550px);
  gap: clamp(0.5rem, 1vw, 1rem);
  margin-top: clamp(2rem, 4vw, 4rem);
}
.proc-acc-item {
  flex: 1;
  position: relative;
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: 24px;
  overflow: hidden;
  transition: all 0.7s cubic-bezier(0.25, 1, 0.5, 1);
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}
.proc-acc-item.active,
.proc-acc-item:hover {
  flex: 4;
  background: var(--blue);
  border-color: var(--blue);
  box-shadow: 0 20px 50px rgba(74, 112, 139, 0.2);
}
.proc-acc-num {
  position: absolute;
  top: 1.5rem;
  left: 1.5rem;
  font-family: var(--ff-h);
  font-weight: 800;
  font-size: clamp(3rem, 5vw, 4.5rem);
  color: var(--black);
  opacity: 0.1;
  transition: all 0.5s ease;
  line-height: 1;
}
.proc-acc-item.active .proc-acc-num,
.proc-acc-item:hover .proc-acc-num {
  color: var(--white);
  opacity: 0.2;
}
.proc-acc-content {
  padding: clamp(1.5rem, 2.5vw, 2.5rem);
  opacity: 0;
  transform: translateY(20px);
  transition: all 0.5s ease;
  width: 100%;
  max-width: 600px;
  min-width: 300px;
  pointer-events: none;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.proc-acc-item.active .proc-acc-content,
.proc-acc-item:hover .proc-acc-content {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 0.2s;
  pointer-events: auto;
}
.proc-acc-icon {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.15);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1.5rem;
}
.proc-acc-icon svg {
  width: 24px;
  height: 24px;
  stroke: var(--white);
}
.proc-acc-title {
  font-family: var(--ff-h);
  font-weight: 700;
  font-size: clamp(2.2rem, 3.5vw, 3rem);
  color: var(--white);
  margin-bottom: 1rem;
  line-height: 1.1;
  letter-spacing: -0.02em;
}
.proc-acc-desc {
  font-size: clamp(1.2rem, 1.6vw, 1.4rem);
  color: rgba(255, 255, 255, 0.9);
  line-height: 1.6;
}
.proc-acc-title-vertical {
  position: absolute;
  bottom: 2.5rem;
  left: 50%;
  transform-origin: 0% 50%;
  transform: rotate(-90deg);
  white-space: nowrap;
  font-family: var(--ff-h);
  font-weight: 700;
  font-size: clamp(1.3rem, 2vw, 1.6rem);
  color: var(--black);
  transition: all 0.4s ease;
  pointer-events: none;
}
.proc-acc-item.active .proc-acc-title-vertical,
.proc-acc-item:hover .proc-acc-title-vertical {
  opacity: 0;
  transform: rotate(-90deg) scale(0.8);
}

/* ═══════════════════════════════════════════════════════
   PRESENTATION — DARK BENTO GRID
═══════════════════════════════════════════════════════ */
.pres-bento{display:grid;grid-template-columns:repeat(12,1fr);gap:1px;background:var(--border)}
.pres-card{background:var(--white);padding:clamp(2rem,3vw,3rem);position:relative;overflow:hidden;display:flex;flex-direction:column;justify-content:flex-end;min-height:clamp(260px,22vw,320px);transition:all .5s var(--ease)}
.pres-card:nth-child(1){grid-column:span 7}
.pres-card:nth-child(2){grid-column:span 5}
.pres-card:nth-child(3){grid-column:span 5}
.pres-card:nth-child(4){grid-column:span 7}
.pres-card::after{content:'';position:absolute;inset:0;border:2px solid transparent;transition:border-color .5s var(--ease);pointer-events:none}
.pres-card:hover{background:rgba(0,0,0,.02)}
.pres-card:hover::after{border-color:var(--blue)}
.pres-watermark{position:absolute;top:clamp(.5rem,1.5vw,1.5rem);right:clamp(1rem,2vw,2rem);font-family:var(--ff-h);font-weight:900;font-size:clamp(5rem,8vw,8rem);line-height:1;letter-spacing:-.05em;color:rgba(0,0,0,.04);transition:all .5s var(--ease);pointer-events:none}
.pres-card:hover .pres-watermark{color:rgba(74,112,139,.15)}
.pres-icon-wrap{width:44px;height:44px;border-radius:50%;background:rgba(74,112,139,.15);display:flex;align-items:center;justify-content:center;margin-bottom:clamp(1rem,1.5vw,1.5rem);transition:background .4s var(--ease)}
.pres-card:hover .pres-icon-wrap{background:rgba(74,112,139,.25)}
.pres-icon-wrap svg{width:20px;height:20px;stroke:var(--blue)}
.pres-card-title{font-family:var(--ff-h);font-weight:700;font-size:clamp(1.5rem,2.2vw,2rem);letter-spacing:-.02em;color:var(--black);margin-bottom:.75rem}
.pres-card-desc{font-size:clamp(1.05rem,1.2vw,1.15rem);color:var(--mid);line-height:1.7;max-width:450px}

/* ═══════════════════════════════════════════════════════
   PROPERTY TYPES — FULL-BLEED GALLERY
═══════════════════════════════════════════════════════ */
#properties{padding:0;background:var(--white)}
.prop-header{padding:clamp(5rem,10vw,10rem) 0 clamp(3rem,5vw,5rem)}
.prop-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:0;background:transparent}
.prop-card{position:relative;overflow:hidden;aspect-ratio:1.5;background:var(--black);border-right:1px solid rgba(255,255,255,0.12)}
.prop-card:last-child{border-right:none}
.prop-card::before{content:'';position:absolute;inset:0;background:linear-gradient(to top, rgba(0,0,0,0.92) 0%, rgba(0,0,0,0.3) 65%, transparent 100%);z-index:1;pointer-events:none;transition:opacity .5s var(--ease)}
.prop-card:hover::before{opacity:0.98}
.prop-card img{width:100%;height:100%;object-fit:cover;display:block;filter:grayscale(80%);opacity:.65;transition:all .8s cubic-bezier(0.25, 1, 0.3, 1);transform:scale(1.02);will-change:transform}
.prop-card:hover img{filter:grayscale(0%);opacity:.45;transform:scale(1.1)}
.prop-card-content{position:absolute;bottom:0;left:0;right:0;padding:clamp(1.5rem,2.2vw,2.2rem);z-index:2;transition:transform 0.5s cubic-bezier(0.25, 1, 0.3, 1)}
.prop-card:hover .prop-card-content{transform:translateY(-3px)}
.prop-card-num{font-family:var(--ff-h);font-weight:800;font-size:3.5rem;color:rgba(255,255,255,.08);line-height:1;margin-bottom:.25rem;letter-spacing:-.04em}
.prop-card-name{font-family:var(--ff-h);font-weight:800;font-size:clamp(1.6rem,2.5vw,2.4rem);color:var(--white);letter-spacing:-.03em;margin-bottom:.5rem;line-height:1.1;transition:color 0.4s var(--ease)}
.prop-card:hover .prop-card-name{color:var(--blue)}
.prop-card-desc{font-size:clamp(0.95rem, 1.1vw, 1.15rem);color:rgba(255,255,255,.85);line-height:1.7;max-width:320px}

/* ═══════════════════════════════════════════════════════
   TEAM — B&W EDITORIAL PORTRAITS
═══════════════════════════════════════════════════════ */
#team{padding:clamp(5rem,10vw,10rem) 0;background:var(--white)}
.team-grid{display:grid;grid-template-columns:1fr 1fr;gap:clamp(2rem,4vw,4rem)}
.team-card{position:relative}
.team-img-wrap{aspect-ratio:3/4;overflow:hidden;margin-bottom:2rem;position:relative}
.team-img{width:100%;height:100%;object-fit:cover;object-position:bottom}
.team-img-mono{position:absolute;inset:0;filter:grayscale(100%);opacity:1;transition:opacity .6s ease-out}
.team-img-wrap.is-color .team-img-mono,.team-card:hover .team-img-mono{opacity:0}
.team-img-overlay{position:absolute;bottom:0;left:0;padding:clamp(1.5rem,2vw,2rem);z-index:1}
.team-num{position:absolute;top:clamp(1rem,2vw,2rem);right:clamp(1rem,2vw,2rem);font-family:var(--ff-h);font-weight:800;font-size:4rem;color:rgba(255,255,255,.08);z-index:1}
.team-name{font-family:var(--ff-h);font-weight:800;font-size:clamp(2rem,3.5vw,3.5rem);letter-spacing:-.04em;line-height:1;margin-bottom:.5rem}
.team-role{color:var(--blue);margin-bottom:1.5rem}
.team-bio{max-width:400px}

/* ═══════════════════════════════════════════════════════
   CONTACT — DARK DRAMATIC
═══════════════════════════════════════════════════════ */
#contact{background:var(--white);color:var(--black);padding:clamp(5rem,10vw,10rem) 0}
.contact-grid{display:grid;grid-template-columns:1fr 1fr;gap:clamp(3rem,6vw,6rem)}
.contact-left{display:flex;flex-direction:column;justify-content:space-between}
.contact-info{margin-top:4rem}
.contact-info-item{padding:1.25rem 0;border-bottom:1px solid rgba(0,0,0,.08);font-size:1.3rem}
.contact-info-label{font-size:1rem;color:rgba(0,0,0,.4);margin-bottom:.4rem;text-transform:uppercase;letter-spacing:.05em;font-weight:600}

.form-group{margin-bottom:1.5rem}
.form-label{display:block;font-size:.9rem;font-weight:600;letter-spacing:.1em;text-transform:uppercase;margin-bottom:.5rem;color:rgba(0,0,0,.5)}
.form-control{width:100%;background:transparent;border:none;border-bottom:1px solid rgba(0,0,0,.15);padding:1rem 0;font-family:var(--ff-b);font-size:1.2rem;color:var(--black);transition:border-color .3s}
.form-control::placeholder{color:rgba(0,0,0,.3)}
.form-control:focus{outline:none;border-color:var(--blue)}
.form-control:invalid:not(:placeholder-shown){border-color:#a43b3b}
.form-honeypot{position:absolute!important;left:-10000px!important;width:1px!important;height:1px!important;overflow:hidden!important}
.form-consent{display:flex;gap:.75rem;align-items:flex-start;margin-bottom:1.5rem;font-size:1rem;line-height:1.5;color:rgba(0,0,0,.65)}
.form-consent input{width:18px;height:18px;margin-top:.15rem;accent-color:var(--blue);flex:0 0 auto}
.form-consent a{text-decoration:underline;text-underline-offset:2px}
.form-status{min-height:1.5rem;margin-top:1rem;font-size:.95rem;line-height:1.5}
.form-status-success{color:#1d6843}
.form-status-error{color:#9a2929}
#contact-submit:disabled{cursor:wait;opacity:.65}
textarea.form-control{resize:none;min-height:80px}

.btn{display:inline-flex;align-items:center;justify-content:center;padding:1.1rem 2.5rem;font-family:var(--ff-h);font-weight:700;font-size:.7rem;letter-spacing:.1em;text-transform:uppercase;transition:all .4s var(--ease);border:none;position:relative;overflow:hidden}
.btn-blue{background:var(--blue);color:var(--white)}
.btn-blue:hover{background:#3b5c73}
.btn-outline-w{background:transparent;border:1px solid rgba(255,255,255,.25);color:var(--white)}
.btn-outline-w:hover{background:var(--white);color:var(--black)}
.btn-full{width:100%}

/* ═══════════════════════════════════════════════════════
   FAQ — MINIMAL ACCORDION
═══════════════════════════════════════════════════════ */
#faq{padding:clamp(5rem,10vw,10rem) 0;background:var(--black);color:var(--white)}
.faq-item{border-bottom:1px solid rgba(255,255,255,.15)}
.faq-item:first-child{border-top:1px solid rgba(255,255,255,.15)}
.faq-q{width:100%;display:grid;grid-template-columns:60px 1fr 24px;gap:2rem;align-items:center;padding:2rem 0;text-align:left;color:var(--white);background:transparent;border:none;transition:color .3s}
.faq-q:hover{color:var(--blue)}
.faq-q-num{font-family:var(--ff-h);font-weight:800;font-size:1.2rem;color:var(--white);transition:color .3s}
.faq-q:hover .faq-q-num{color:var(--blue)}
.faq-q-text{font-family:var(--ff-h);font-weight:600;font-size:clamp(1.3rem, 1.8vw, 1.8rem);letter-spacing:-.01em}
.faq-icon{position:relative;width:24px;height:24px}
.faq-icon::before,.faq-icon::after{content:'';position:absolute;background:var(--white);top:50%;left:50%;transform:translate(-50%,-50%);transition:all .3s var(--ease)}
.faq-icon::before{width:100%;height:1.5px}
.faq-icon::after{width:1.5px;height:100%}
.faq-item.active .faq-icon::after{transform:translate(-50%,-50%) rotate(90deg);opacity:0}
.faq-a{display:none;max-height:0;overflow:hidden;opacity:0;visibility:hidden;transition:max-height .35s var(--ease),opacity .2s ease,visibility 0s linear .35s}
.faq-item.active .faq-a{display:block;max-height:48rem;opacity:1;visibility:visible;transition:max-height .35s var(--ease),opacity .2s ease,visibility 0s}
.faq-a-inner{min-height:0;padding:0 0 2rem 0;margin-left:calc(60px + 2rem);max-width:600px;font-size:clamp(1.1rem, 1.4vw, 1.25rem);line-height:1.6;}

/* ═══════════════════════════════════════════════════════
   FOOTER
═══════════════════════════════════════════════════════ */
footer{background:var(--black);color:var(--white);padding:3rem 0 2rem;border-top:1px solid rgba(255,255,255,.06)}
.footer-inner{display:flex;justify-content:space-between;align-items:center}
.footer-copy{font-size:.75rem;color:rgba(255,255,255,.3)}
.footer-links{display:flex;gap:2rem;align-items:center}
.footer-links a,.footer-link-button{font:inherit;font-size:.7rem;letter-spacing:.1em;text-transform:uppercase;color:rgba(255,255,255,.4);transition:color .3s;background:none;border:0;padding:0;cursor:pointer}
.footer-links a:hover,.footer-link-button:hover,.footer-links a:focus-visible,.footer-link-button:focus-visible{color:var(--white)}

.cookie-consent[hidden]{display:none}
.cookie-consent{position:fixed;z-index:10000;left:1rem;right:1rem;bottom:1rem;width:auto;max-width:1120px;max-width:min(1120px,calc(100vw - 2rem));margin:0 auto;padding:1.25rem 1.4rem;background:#fff;color:var(--black);border:1px solid rgba(0,0,0,.12);box-shadow:0 18px 60px rgba(0,0,0,.24);display:flex;align-items:center;justify-content:space-between;gap:1.5rem;overflow:hidden}
.cookie-consent-copy{min-width:0;max-width:720px;font-size:.9rem;line-height:1.55;overflow-wrap:anywhere}
.cookie-consent-title{font-family:var(--ff-h);font-weight:800;font-size:1.15rem;margin-bottom:.35rem}
.cookie-consent-copy a{text-decoration:underline;text-underline-offset:2px}
.cookie-consent-options{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.5rem 1rem;margin-top:.75rem;font-size:.78rem}
.cookie-consent-options label{display:flex;align-items:flex-start;gap:.45rem;cursor:pointer}
.cookie-consent-options input{margin-top:.15rem;accent-color:var(--blue);flex:0 0 auto}
.cookie-consent-actions{display:flex;flex-wrap:wrap;justify-content:flex-end;gap:.65rem;flex:0 0 auto;max-width:440px}
.cookie-button{border:1px solid var(--black);padding:.8rem 1rem;font-family:var(--ff-h);font-size:.66rem;font-weight:700;letter-spacing:.06em;text-transform:uppercase;cursor:pointer}
.cookie-button-primary{background:var(--black);color:#fff}
.cookie-button-secondary{background:#fff;color:var(--black)}

/* ═══════════════════════════════════════════════════════
   ANIMATIONS
═══════════════════════════════════════════════════════ */
.fade-up{opacity:0;transform:translateY(50px)}
.fade-in{opacity:0}
.reveal-clip{clip-path:inset(0 100% 0 0)}

/* ═══════════════════════════════════════════════════════
   RESPONSIVE
═══════════════════════════════════════════════════════ */
@media(max-width:1024px){
  .srv-cell-wide,.srv-cell-narrow,.srv-cell-half{grid-column:span 12}
  .split-sec{grid-template-columns:1fr}
  .split-right{min-height:50vh}
  .hero-bottom{grid-template-columns:1fr}
  .srv-header{grid-template-columns:1fr}
  .contact-grid{grid-template-columns:1fr}
  .prop-grid{grid-template-columns:1fr 1fr}
  .prop-card{aspect-ratio:1.4;border-right:none;border-bottom:1px solid rgba(255,255,255,0.12)}
  .prop-card:nth-child(odd){border-right:1px solid rgba(255,255,255,0.12)}
  .prop-card:nth-child(3),.prop-card:nth-child(4){border-bottom:none}
  .pres-card:nth-child(1),.pres-card:nth-child(2),.pres-card:nth-child(3),.pres-card:nth-child(4){grid-column:span 6}
}

@media(max-width:768px){
  section[id]{scroll-margin-top:80px}
  .ctn,.ctn-wide{padding-inline:1.25rem}
  .sec-pad{padding-block:4.5rem}
  .t-giant{font-size:clamp(2.05rem,10.4vw,4.5rem);line-height:.92}
  .t-huge{font-size:clamp(2.35rem,11vw,4.5rem);line-height:.96}
  .t-big{font-size:clamp(2rem,9vw,3.5rem);line-height:1.05}
  .t-body{font-size:1rem;line-height:1.7}

  #nav{padding:calc(.8rem + env(safe-area-inset-top)) 0 .8rem;background:rgba(25,25,25,.94)}
  .nav-inner{padding-inline:1.25rem;gap:1rem}
  .nav-logo{display:flex;flex-direction:column;line-height:1}
  .nav-logo .dim{margin:.35rem 0 0;font-size:.52rem;letter-spacing:.12em}
  .nav-right{gap:.5rem}
  .nav-link{display:none}
  .nav-cta{display:inline-flex;align-items:center;justify-content:center;min-height:44px;padding:.65rem .9rem;font-size:.58rem;white-space:nowrap;mix-blend-mode:normal}

  #hero{min-height:100svh;padding:7rem 0 calc(2rem + env(safe-area-inset-bottom));align-items:center}
  .hero-frame-top{display:none}
  .hero-content{width:100%}
  .hero-title{text-align:center}
  .hero-title .line{white-space:nowrap}
  .hero-bottom{margin-top:2.25rem!important}
  .hero-brand{font-size:clamp(1.75rem,8.5vw,3.5rem);white-space:normal;line-height:1;text-wrap:balance;padding-inline:1.25rem}
  .hero-scroll{display:none}

  .pill-cta{width:min(100%,340px);min-height:56px;height:auto;padding:.35rem;font-size:.72rem;line-height:1.2;justify-content:center}
  .pill-cta-text{position:absolute;inset-inline:1rem;white-space:normal;text-align:center;text-wrap:balance}
  .pill-cta-icon{position:absolute;right:.35rem;width:46px;height:46px;margin-left:0;z-index:2}

  .marquee-strip{padding:.9rem 0}
  .marquee-item{padding-inline:1.25rem;gap:1.25rem}
  #manifesto{min-height:auto;padding-block:4rem}
  .manifesto-quote blockquote{font-size:clamp(1.7rem,7.5vw,2.5rem)}

  #services{padding-block:4.5rem}
  .srv-header{margin-bottom:2.5rem}
  .srv-header .t-huge{width:100%;font-size:clamp(2.15rem,10vw,3.5rem)}
  .text-rotate-wrap-dark{width:100%!important;max-width:100%;height:1.15em}
  .text-rotate-item-dark{white-space:nowrap;font-size:.92em}

  .prop-grid{grid-template-columns:1fr}
  .prop-header{padding:4.5rem 0 2.5rem}
  .prop-card{aspect-ratio:1.05;border-right:none!important;border-bottom:1px solid rgba(255,255,255,0.12)}
  .prop-card-content{padding:1.5rem 1.25rem}
  .prop-card-num{font-size:2.5rem}
  .prop-card-name{font-size:1.75rem}
  .prop-card-desc{font-size:.95rem;line-height:1.55}
  .prop-card:last-child{border-bottom:none}
  .team-grid{grid-template-columns:1fr}
  .team-grid{gap:4rem}
  .team-img-wrap{margin-bottom:1.5rem}
  .team-role{line-height:1.5}
  .e-frame::before,.e-frame::after{display:none}
  .v-label{display:none}
  .srv-grid{grid-template-columns:1fr}
  .srv-cell-wide,.srv-cell-narrow,.srv-cell-half{grid-column:span 1}
  .proc-accordion {
    display:block;
    height:auto;
    margin-top:2.5rem;
  }
  .proc-acc-item{display:block;min-height:72px;margin-bottom:.75rem;border-radius:16px;transition:background .2s ease-out,border-color .2s ease-out}
  .proc-acc-item.active{background:var(--blue);border-color:var(--blue);box-shadow:none}
  .proc-acc-item:hover:not(.active){background:var(--white);border-color:var(--border);box-shadow:none}
  .proc-acc-title-vertical {
    transform:none;
    top:1.45rem;
    left:4.25rem;
    bottom:auto;
    font-size:1rem;
  }
  .proc-acc-item.active .proc-acc-title-vertical {
    transform:none;
    opacity: 0;
  }
  .proc-acc-num {
    top:1.35rem;
    left:1.25rem;
    font-size:1.5rem;
  }
  .proc-acc-item:hover:not(.active) .proc-acc-num{color:var(--black);opacity:.1}
  .proc-acc-content {
    display:none;
    min-width:0;
    max-width:none;
    padding:1.5rem 1.25rem;
    transform:none;
    text-align:left;
    align-items:flex-start;
  }
  .proc-acc-item.active .proc-acc-content{display:flex;transition-delay:0s}
  .proc-acc-item:hover:not(.active) .proc-acc-content{display:none;opacity:0;transform:none}
  .proc-acc-item:hover:not(.active) .proc-acc-title-vertical{opacity:1;transform:none}
  .proc-acc-icon{width:42px;height:42px;margin:0 0 1rem 2.6rem}
  .proc-acc-title{font-size:1.65rem;margin-left:2.6rem}
  .proc-acc-desc{font-size:1rem;line-height:1.6}

  .pres-bento{grid-template-columns:1fr}
  .pres-card:nth-child(1),.pres-card:nth-child(2),.pres-card:nth-child(3),.pres-card:nth-child(4){grid-column:1}
  .pres-card{min-height:280px;padding:1.5rem}
  .pres-card-title{font-size:1.5rem}
  .pres-card-title br{display:none}

  .faq-q{grid-template-columns:32px minmax(0,1fr) 20px;gap:.75rem;padding:1.4rem 0;min-height:72px}
  .faq-q-num{font-size:.8rem}
  .faq-q-text{font-size:1.05rem;line-height:1.35}
  .faq-icon{width:20px;height:20px}
  .faq-a-inner{margin-left:calc(32px + .75rem);padding:0 0 1.5rem;font-size:1rem}

  .contact-grid{gap:3.5rem}
  .contact-info{margin-top:2.5rem}
  .contact-info-item{font-size:1rem;overflow-wrap:anywhere}
  #contact form>div[style*="grid-template-columns"]{grid-template-columns:1fr!important;gap:0!important}
  .form-control{font-size:1rem;min-height:48px}
  .btn{min-height:52px;padding-inline:1.25rem}

  .footer-inner{flex-direction:column;align-items:flex-start;gap:1.5rem}
  .footer-copy{line-height:1.6}
  .footer-links{flex-direction:column;align-items:flex-start;gap:.75rem}
  .cookie-consent{align-items:stretch;flex-direction:column;left:.75rem;right:.75rem;bottom:.75rem;max-width:calc(100vw - 1.5rem);padding:1rem}
  .cookie-consent-options{grid-template-columns:1fr}
  .cookie-consent-actions{display:grid;grid-template-columns:1fr;gap:.5rem;max-width:none}
  .cookie-button{width:100%}
}

@media(max-width:380px){
  .ctn,.ctn-wide{padding-inline:1rem}
  .nav-inner{padding-inline:1rem}
  .nav-logo .dim{display:none}
  .nav-cta{font-size:.54rem;padding-inline:.7rem}
  .t-giant{font-size:9.7vw}
  .pill-cta{font-size:.68rem}
}

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