@import url('https://fonts.googleapis.com/css2?family=Unbounded:wght@400;600;700;900&family=Inter:wght@400;500;600&display=swap');

* { margin: 0; padding: 0; box-sizing: border-box; }

html, body { min-height: 100%; overflow-x: hidden; background: #ede7de; color: #1a1a1a; font-family: 'Inter', sans-serif; }

a { color: inherit; text-decoration: none; }

/* ---- curtain intro ---- */

.curtain-overlay {
  position: fixed;
  inset: 0;
  z-index: 999;
  pointer-events: none;
}

.curtain {
  position: absolute;
  left: 0;
  width: 100%;
  height: 50%;
  background: #c8562f;
  overflow: hidden;
}

.curtain-top { top: 0; }
.curtain-bottom { bottom: 0; }

.curtain-mark {
  position: absolute;
  left: 50%;
  font-family: 'Unbounded', sans-serif;
  font-weight: 900;
  font-size: 20vw;
  line-height: 1;
  color: rgba(0, 0, 0, 0.16);
  white-space: nowrap;
  pointer-events: none;
}

.curtain-top .curtain-mark { bottom: 0; transform: translate(-50%, 50%); }
.curtain-bottom .curtain-mark { top: 0; transform: translate(-50%, -50%); }

/* ---- nav ---- */

.nav {
  position: fixed;
  top: 0; left: 0; right: 0;
  z-index: 100;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 24px 40px;
}

.nav.on-photo { color: #ffffff; background: none; text-shadow: 0 1px 8px rgba(0,0,0,0.4); }
.nav.on-cream { color: #1a1a1a; background: rgba(237, 231, 222, 0.92); backdrop-filter: blur(6px); }

.nav-logo {
  font-family: 'Unbounded', sans-serif;
  font-weight: 900;
  font-size: 15px;
  line-height: 1.05;
  letter-spacing: -0.02em;
}

.nav-links {
  display: flex;
  gap: 32px;
  list-style: none;
}

.nav-link {
  position: relative;
  display: block;
  overflow: hidden;
  height: 16px;
  font-size: 13px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.nav-link span {
  display: block;
  transition: transform 0.45s cubic-bezier(0.65, 0, 0.35, 1);
}

.nav-link span.dup { position: absolute; top: 100%; left: 0; }

.nav-link:hover span { transform: translateY(-100%); }

.menu-toggle {
  display: none;
  position: relative;
  z-index: 201;
  background: none;
  border: none;
  color: inherit;
  font-family: 'Inter', sans-serif;
  font-size: 13px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  cursor: pointer;
  padding: 4px;
}

.menu-overlay {
  position: fixed;
  inset: 0;
  z-index: 200;
  background: #ede7de;
  color: #1a1a1a;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  transform: translateY(-100%);
  transition: transform 0.5s cubic-bezier(0.65, 0, 0.35, 1);
}

.menu-overlay.open { transform: translateY(0); }

.menu-overlay-inner {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.menu-overlay-mark {
  position: absolute;
  bottom: -3vh;
  left: 50%;
  width: 100vw;
  text-align: center;
  transform: translateX(-50%) scaleX(1.2);
  transform-origin: center;
  font-family: 'Unbounded', sans-serif;
  font-weight: 900;
  font-size: 48vw;
  line-height: 1;
  color: rgba(26,26,26,0.06);
  pointer-events: none;
  white-space: nowrap;
}

.menu-overlay-links {
  list-style: none;
  text-align: center;
  position: relative;
  z-index: 1;
}

.menu-overlay-links li { margin: 16px 0; }

.menu-overlay-links a {
  font-family: 'Unbounded', sans-serif;
  font-weight: 600;
  font-size: 26px;
  text-transform: uppercase;
}

.menu-overlay-footer {
  position: absolute;
  bottom: 28px;
  left: 0; right: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 28px;
  font-size: 11px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  opacity: 0.55;
  z-index: 1;
}

@media (max-width: 900px) {
  .nav-links { display: none; }
  .menu-toggle { display: block; }
}

/* ---- home hero (before slider) ---- */

.home-hero {
  padding: 110px 8vw 60px;
  text-align: center;
  max-width: 900px;
  margin: 0 auto;
}

.home-hero-frame {
  width: min(72vw, 360px);
  aspect-ratio: 4/3;
  margin: 0 auto 32px;
  border: 8px solid #f6f2ea;
  border-radius: 4px;
  box-shadow: 0 20px 40px rgba(0,0,0,0.15);
  overflow: hidden;
}

.home-hero-frame img { width: 100%; height: 100%; object-fit: cover; display: block; }

.home-hero h1 {
  font-family: 'Unbounded', sans-serif;
  font-weight: 800;
  font-size: clamp(24px, 6vw, 42px);
  line-height: 1.2;
  margin-bottom: 20px;
  text-wrap: balance;
}

.home-hero p {
  font-size: 13px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  opacity: 0.65;
  max-width: 460px;
  margin: 0 auto;
  line-height: 1.6;
}

/* ---- hero swipe slider (Swiper.js) ---- */

.home-slider {
  position: relative;
  width: 100%;
  height: 100vh;
}

.home-slider .swiper-slide {
  display: flex;
  height: 100%;
}

.slide-half {
  flex: 1;
  height: 100%;
  overflow: hidden;
  position: relative;
  clip-path: inset(0% 0% 0% 0%);
}

.slide-half img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.slide-info {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  overflow: hidden;
  background: #c8562f;
  color: #17130f;
  padding: 28px 36px;
  display: flex;
  align-items: center;
  gap: 60px;
  z-index: 5;
  min-width: 60vw;
}

.slide-info-fill {
  position: absolute;
  left: 0;
  right: 0;
  height: 50%;
  z-index: 0;
  overflow: hidden;
  background: #c8562f;
  transform: scaleY(0);
}

.slide-info-fill-top { top: 0; transform-origin: top; }
.slide-info-fill-bottom { bottom: 0; transform-origin: bottom; }

.slide-info-mark {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-family: 'Unbounded', sans-serif;
  font-weight: 900;
  font-size: clamp(48px, 10vw, 130px);
  line-height: 1;
  color: rgba(0, 0, 0, 0.07);
  white-space: nowrap;
  pointer-events: none;
  z-index: 1;
}

.slide-info .title, .slide-info .meta { position: relative; z-index: 2; }

.slide-info .title {
  font-family: 'Unbounded', sans-serif;
  font-weight: 700;
  font-size: 20px;
}

.slide-info .meta {
  position: absolute;
  right: 36px;
  bottom: 24px;
  font-size: 10px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  text-align: right;
  opacity: 0.75;
}

.slide-info { min-height: 110px; }

@media (max-width: 900px) {
  .home-slider .swiper-slide { flex-direction: column; }
  .slide-info { min-width: 82vw; min-height: 90px; padding: 20px 24px; gap: 0; flex-direction: column; align-items: flex-start; text-align: left; }
  .slide-info .meta { right: 24px; bottom: 16px; }
  .slide-info-mark { font-size: clamp(64px, 20vw, 120px); }
}

/* ---- bottom slider nav bar ---- */

.slider-nav-bar {
  position: absolute;
  bottom: 0; left: 0; right: 0;
  z-index: 20;
  pointer-events: auto;
  display: flex;
  overflow-x: auto;
  scrollbar-width: none;
}

.slider-nav-bar::-webkit-scrollbar { display: none; }

.slider-nav-item {
  flex: 0 0 auto;
  padding: 12px 16px;
  font-size: 11px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  white-space: nowrap;
  color: #17130f;
  opacity: 0.55;
  border-top: 3px solid transparent;
  cursor: pointer;
}

.slider-nav-item.active { opacity: 1; border-top-color: #17130f; font-weight: 600; }

/* ---- text reveal / manifesto ---- */

.reveal-section {
  padding: 120px 8vw;
  max-width: 1000px;
}

.reveal-section .eyebrow {
  font-size: 12px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  opacity: 0.55;
  margin-bottom: 28px;
}

.reveal-text {
  font-family: 'Unbounded', sans-serif;
  font-weight: 600;
  font-size: clamp(24px, 3.6vw, 44px);
  line-height: 1.3;
}

.reveal-text .line { overflow: hidden; }

.reveal-cta {
  display: inline-block;
  margin-top: 36px;
  font-size: 13px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  border-bottom: 1px solid currentColor;
  padding-bottom: 2px;
}

@media (max-width: 900px) {
  .reveal-section { padding: 70px 6vw; }
  .spacer { height: 50vh; }
}

/* ---- team portraits ---- */

.team-section { padding: 0 8vw 120px; }

.team-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
  max-width: 1000px;
}

.team-card { }

.team-photo {
  width: 100%;
  aspect-ratio: 3/4;
  border-radius: 4px;
  overflow: hidden;
  margin-bottom: 16px;
}

.team-photo img { width: 100%; height: 100%; object-fit: cover; display: block; }

.team-card h3 {
  font-family: 'Unbounded', sans-serif;
  font-weight: 700;
  font-size: 18px;
  margin-bottom: 8px;
}

.team-card p { font-size: 13px; line-height: 1.6; opacity: 0.7; }

@media (max-width: 900px) {
  .team-section { padding: 0 6vw 70px; }
  .team-grid { grid-template-columns: 1fr; gap: 40px; }
}

/* ---- manifesto scroll fade (agence) ---- */

.manifesto-fade {
  font-family: 'Inter', sans-serif;
  font-weight: 400;
  font-size: clamp(16px, 2vw, 20px);
  line-height: 1.7;
}

.manifesto-fade .word { display: inline-block; }

/* ---- pin zoom (kept for potential reuse, unused by default) ---- */

.pin-section {
  position: relative;
  height: 100vh;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #ede7de;
}

.pin-photo-frame {
  width: 34vw;
  height: 46vh;
  overflow: hidden;
  border-radius: 4px;
}

.pin-photo-frame img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.pin-caption {
  position: absolute;
  bottom: 60px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 12px;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  opacity: 0.6;
}

.spacer { height: 100vh; }

/* ---- shared footer ---- */

.site-footer {
  padding: 90px 8vw 40px;
  border-top: 1px solid rgba(26,26,26,0.12);
}

.site-footer h2 {
  font-family: 'Unbounded', sans-serif;
  font-weight: 600;
  font-size: clamp(20px, 2.8vw, 32px);
  max-width: 640px;
  margin-bottom: 32px;
}

.footer-contacts {
  display: flex;
  gap: 28px;
  margin-bottom: 60px;
  flex-wrap: wrap;
}

.footer-contacts a {
  font-size: 13px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  border-bottom: 1px solid currentColor;
  padding-bottom: 2px;
}

.footer-mid {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 32px;
  flex-wrap: wrap;
  padding-bottom: 40px;
  border-bottom: 1px solid rgba(26,26,26,0.12);
  margin-bottom: 24px;
}

.footer-newsletter { max-width: 340px; }

.footer-newsletter .label {
  font-size: 13px;
  letter-spacing: 0.01em;
  opacity: 0.75;
  line-height: 1.4;
  margin-bottom: 12px;
}

.footer-newsletter-form {
  display: flex;
  align-items: center;
  border-bottom: 1px solid #1a1a1a;
  padding-bottom: 8px;
}

.footer-newsletter-form input {
  flex: 1;
  border: none;
  background: none;
  font-family: inherit;
  font-size: 14px;
  color: inherit;
  outline: none;
}

.footer-newsletter-form button {
  border: none;
  background: none;
  font-size: 16px;
  cursor: pointer;
  color: inherit;
}

.footer-address {
  font-size: 12px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  opacity: 0.6;
  text-align: right;
  line-height: 1.6;
}

.footer-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 12px;
  font-size: 11px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  opacity: 0.5;
  padding-bottom: 40px;
}

.footer-bottom .links { display: flex; gap: 20px; }

@media (max-width: 900px) {
  .site-footer { padding: 60px 6vw 24px; }
  .footer-mid { flex-direction: column; align-items: flex-start; }
  .footer-address { text-align: left; }
}

/* ---- process page ---- */

.process-hero {
  padding: 130px 8vw 60px;
  max-width: 1100px;
}

.process-hero .eyebrow { font-size: 12px; letter-spacing: 0.2em; text-transform: uppercase; opacity: 0.55; margin-bottom: 28px; }

.process-hero h1 {
  font-family: 'Unbounded', sans-serif;
  font-weight: 900;
  font-size: clamp(40px, 7vw, 90px);
  margin-bottom: 40px;
}

.process-steps { padding: 0 8vw 100px; }

.process-step {
  display: grid;
  grid-template-columns: 80px 1fr 1.1fr;
  gap: 40px;
  align-items: center;
  padding: 50px 0;
  border-top: 1px solid rgba(26,26,26,0.12);
}

.process-step .num {
  font-family: 'Unbounded', sans-serif;
  font-weight: 700;
  font-size: 14px;
  opacity: 0.45;
}

.process-step .step-title {
  font-family: 'Unbounded', sans-serif;
  font-weight: 600;
  font-size: clamp(20px, 2.4vw, 30px);
}

.process-step .step-text {
  font-size: 15px;
  line-height: 1.6;
  opacity: 0.75;
}

@media (max-width: 900px) {
  .process-hero { padding: 110px 6vw 50px; }
  .process-steps { padding: 0 6vw 60px; }
  .process-step { grid-template-columns: 1fr; gap: 12px; padding: 30px 0; }
}

.process-tabs-section { padding: 0 8vw 100px; }

.process-tabs-head { max-width: 700px; margin-bottom: 48px; }

.process-tabs-head h2 {
  font-family: 'Unbounded', sans-serif;
  font-weight: 600;
  font-size: clamp(26px, 3.6vw, 44px);
  margin-bottom: 20px;
}

.process-tabs-head p { opacity: 0.7; font-size: 15px; line-height: 1.6; }

.process-tab-list {
  display: flex;
  gap: 16px;
  margin-bottom: 40px;
  flex-wrap: wrap;
}

.process-tab-btn {
  background: none;
  border: 1px solid rgba(26,26,26,0.25);
  color: inherit;
  font-family: 'Inter', sans-serif;
  font-size: 13px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  padding: 12px 22px;
  cursor: pointer;
  border-radius: 100px;
}

.process-tab-btn.active { background: #c8562f; border-color: #c8562f; color: #f6f2ea; }

.process-tab-panel { display: none; }
.process-tab-panel.active { display: block; }

.process-tab-panel ul { list-style: none; max-width: 640px; }

.process-tab-panel li {
  padding: 16px 0;
  border-top: 1px solid rgba(26,26,26,0.12);
  font-size: 15px;
  opacity: 0.8;
}

@media (max-width: 900px) {
  .process-tabs-section { padding: 0 6vw 60px; }
}

/* ---- contact page ---- */

.contact-hero { padding: 130px 8vw 40px; max-width: 700px; }

.contact-hero h1 {
  font-family: 'Unbounded', sans-serif;
  font-weight: 800;
  font-size: clamp(30px, 6vw, 52px);
}

.contact-block { padding: 20px 8vw 60px; max-width: 700px; }

.contact-links {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 14px;
  margin-bottom: 28px;
}

.contact-links a {
  font-size: 15px;
  letter-spacing: 0.01em;
  font-weight: 400;
  opacity: 0.8;
  border-bottom: 1px solid rgba(26,26,26,0.25);
  padding-bottom: 2px;
}

.contact-address { font-size: 13px; letter-spacing: 0.05em; text-transform: uppercase; opacity: 0.65; }

@media (max-width: 900px) {
  .contact-hero { padding: 110px 6vw 24px; }
  .contact-block { padding: 12px 6vw 40px; }
}

/* ---- shop page ---- */

.shop-block {
  min-height: 70vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 140px 8vw 80px;
}

.shop-mark {
  font-family: 'Unbounded', sans-serif;
  font-weight: 900;
  font-size: clamp(60px, 20vw, 220px);
  color: rgba(26,26,26,0.08);
  line-height: 1;
  margin-bottom: 20px;
}

.shop-block h1 {
  font-family: 'Unbounded', sans-serif;
  font-weight: 700;
  font-size: clamp(20px, 4vw, 30px);
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

/* ---- news page ---- */

.news-hero { padding: 130px 8vw 20px; max-width: 800px; }

.news-hero h1 {
  font-family: 'Unbounded', sans-serif;
  font-weight: 800;
  font-size: clamp(30px, 6vw, 52px);
}

.news-grid { padding: 20px 8vw 60px; display: flex; flex-direction: column; gap: 10px; }

.news-card {
  position: relative;
  aspect-ratio: 16/10;
  border-radius: 4px;
  overflow: hidden;
}

.news-card img { width: 100%; height: 100%; object-fit: cover; display: block; filter: grayscale(0.1); }

.news-card .cat {
  position: absolute;
  top: 16px; left: 16px;
  font-size: 11px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #f6f2ea;
  background: rgba(26,26,26,0.55);
  padding: 5px 10px;
  border-radius: 100px;
}

.news-card h2 {
  position: absolute;
  bottom: 16px; left: 16px; right: 16px;
  color: #f6f2ea;
  font-family: 'Unbounded', sans-serif;
  font-weight: 600;
  font-size: clamp(15px, 2vw, 20px);
  text-shadow: 0 2px 12px rgba(0,0,0,0.4);
}

@media (max-width: 900px) {
  .news-hero { padding: 110px 6vw 16px; }
  .news-grid { padding: 16px 6vw 40px; }
}

/* ---- projets catalog ---- */

.projets-hero { padding: 130px 8vw 30px; max-width: 800px; }

.projets-hero h1 {
  font-family: 'Unbounded', sans-serif;
  font-weight: 800;
  font-size: clamp(30px, 6vw, 52px);
}

.projets-grid { padding: 20px 8vw 60px; display: flex; flex-direction: column; gap: 10px; }

.projets-card {
  position: relative;
  aspect-ratio: 4/3;
  border-radius: 4px;
  overflow: hidden;
  display: flex;
}

.projets-card img { width: 100%; height: 100%; object-fit: cover; display: block; }

.projets-card .info {
  position: absolute;
  left: 16px; bottom: 16px; right: 16px;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  color: #f6f2ea;
  text-shadow: 0 2px 12px rgba(0,0,0,0.4);
}

.projets-card .info h2 {
  font-family: 'Unbounded', sans-serif;
  font-weight: 700;
  font-size: clamp(18px, 2.4vw, 26px);
}

.projets-card .info .meta {
  font-size: 11px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  opacity: 0.85;
  text-align: right;
}

@media (max-width: 900px) {
  .projets-hero { padding: 110px 6vw 20px; }
  .projets-grid { padding: 16px 6vw 40px; }
}

/* ---- project detail page ---- */

.project-hero {
  height: 60vh;
  position: relative;
  overflow: hidden;
}

.project-hero img { width: 100%; height: 100%; object-fit: cover; display: block; }

.project-hero .badge {
  position: absolute;
  left: 24px; bottom: 24px;
  background: #c8562f;
  color: #17130f;
  padding: 16px 22px;
}

.project-hero .badge h1 {
  font-family: 'Unbounded', sans-serif;
  font-weight: 700;
  font-size: 22px;
}

.project-hero .badge .meta { font-size: 11px; letter-spacing: 0.06em; text-transform: uppercase; opacity: 0.8; margin-top: 4px; }

.project-body { padding: 60px 8vw; max-width: 800px; }

.project-area {
  font-family: 'Unbounded', sans-serif;
  font-weight: 900;
  font-size: clamp(48px, 8vw, 110px);
  line-height: 1;
  margin-bottom: 32px;
}

.project-body p { font-size: 15px; line-height: 1.7; opacity: 0.8; margin-bottom: 20px; }

.project-gallery { padding: 0 8vw 60px; display: flex; flex-direction: column; gap: 10px; }

.project-gallery img { width: 100%; aspect-ratio: 4/3; object-fit: cover; border-radius: 4px; display: block; }

@media (max-width: 900px) {
  .project-body { padding: 40px 6vw; }
  .project-gallery { padding: 0 6vw 40px; }
}
