* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: #080808;
  color: #f5f5f2;
  font-family: "DM Sans", Arial, sans-serif;
  overflow-x: hidden;
}

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

img {
  max-width: 100%;
}

.site-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 50;
  height: 82px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 5vw;
  background: rgba(8, 8, 8, .78);
  backdrop-filter: blur(14px);
  border-bottom: 1px solid rgba(255,255,255,.08);
}

.brand img {
  width: 48px;
  height: 48px;
  object-fit: contain;
}

.nav {
  display: flex;
  gap: 30px;
  align-items: center;
}

.nav a {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .13em;
}

.nav a:hover {
  opacity: .65;
}

.socials {
  font-size: 22px;
}

.menu {
  display: none;
  border: 0;
  background: none;
  color: #fff;
  font-size: 22px;
}

.hero {
  position: relative;
  min-height: 100vh;
  display: flex;
  align-items: flex-end;
  padding: 150px 7vw 90px;
  overflow: hidden;
}

.hero-bg {
  position: absolute;
  inset: 0;
  background: url("assets/hero.jpg") center/cover no-repeat;
  filter: grayscale(15%);
  transform: scale(1.01);
}

.hero-shade {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(0,0,0,.82), rgba(0,0,0,.25) 65%, rgba(0,0,0,.45)),
    linear-gradient(0deg, rgba(0,0,0,.7), transparent 55%);
}

.hero-copy {
  position: relative;
  z-index: 2;
  max-width: 720px;
}

.eyebrow {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .22em;
  margin-bottom: 18px;
}

h1, h2 {
  font-family: "Space Grotesk", Arial, sans-serif;
  margin: 0;
  line-height: .92;
  letter-spacing: -.045em;
}

h1 {
  font-size: clamp(54px, 8vw, 112px);
}

h1 span {
  color: #cfcfc8;
}

.hero-copy p {
  max-width: 550px;
  font-size: 17px;
  line-height: 1.6;
  color: #d0d0cb;
  margin: 28px 0 34px;
}

.btn {
  display: inline-flex;
  align-items: center;
  gap: 24px;
  min-height: 48px;
  padding: 0 20px;
  margin-right: 8px;
  border: 1px solid rgba(255,255,255,.42);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .14em;
}

.btn-fill {
  background: #f5f5f2;
  color: #080808;
  border-color: #f5f5f2;
}

.hero-note {
  position: absolute;
  right: 7vw;
  bottom: 88px;
  z-index: 2;
  font-size: 10px;
  letter-spacing: .25em;
  writing-mode: vertical-rl;
  opacity: .65;
}

.hero-side {
  position: absolute;
  right: 5vw;
  top: 145px;
  z-index: 2;
  font-family: "Space Grotesk", Arial, sans-serif;
  font-size: 10px;
  line-height: 1.8;
  letter-spacing: .18em;
  text-align: right;
  opacity: .5;
}

.section {
  width: 100%;
  padding: 110px 7vw;
  border-top: 1px solid rgba(255,255,255,.08);
}

.section-head {
  display: grid;
  grid-template-columns: 1fr .65fr;
  gap: 60px;
  align-items: end;
  margin-bottom: 55px;
}

.section-head h2 {
  font-size: clamp(48px, 6vw, 84px);
}

.section-head > p {
  max-width: 480px;
  color: #a9a9a4;
  line-height: 1.65;
  margin: 0;
}

/* PROGRAMI – samo ena velika slika */
.programs-visual {
  max-width: 1180px;
  margin: 0 auto;
  padding: 80px 30px 110px;
  border-top: 0;
}

.programs-image {
  display: block;
  width: 100%;
  max-width: 1000px;
  height: auto;
  margin: 0 auto;
  object-fit: contain;
}

.about {
  background: #0b0b0b;
}

.about-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: start;
}

.about-lead {
  font-family: "Space Grotesk", Arial, sans-serif;
  font-size: clamp(30px, 4vw, 58px);
  line-height: 1.02;
  letter-spacing: -.035em;
}

.about-text {
  color: #aaa;
  font-size: 16px;
  line-height: 1.8;
}

.manifesto {
  display: flex;
  justify-content: space-between;
  margin-top: 100px;
  padding-top: 25px;
  border-top: 1px solid rgba(255,255,255,.15);
  font-family: "Space Grotesk", Arial, sans-serif;
  font-size: clamp(30px, 5vw, 70px);
  letter-spacing: -.04em;
}

.application-box {
  max-width: 1100px;
  margin: 0 auto;
  padding: 65px;
  border: 1px solid rgba(255,255,255,.16);
  background: #101010;
}

.application-box h2 {
  font-size: clamp(42px, 5vw, 72px);
}

.application-box p {
  color: #aaa;
}

.pdf-box {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-top: 45px;
  padding-top: 28px;
  border-top: 1px solid rgba(255,255,255,.12);
}

.pdf-icon {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .12em;
}

.pdf-box strong {
  display: block;
  font-size: 13px;
  letter-spacing: .1em;
}

.pdf-box small {
  display: block;
  margin-top: 6px;
  color: #999;
}

.pdf-box .btn {
  margin-left: auto;
}

.gallery-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
}

.gallery-item {
  aspect-ratio: 4 / 3;
  overflow: hidden;
  background: #151515;
}

.gallery-item img,
.gallery-item video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.contact {
  background: #f2f2ed;
  color: #080808;
}

.contact-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
}

.contact h2 {
  font-size: clamp(55px, 8vw, 110px);
}

.contact-info {
  display: grid;
  gap: 32px;
}

.contact-info small {
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .18em;
}

.contact-info p {
  margin: 7px 0 0;
  font-size: 16px;
  line-height: 1.5;
}

.contact-bottom {
  display: flex;
  justify-content: space-between;
  margin-top: 100px;
  padding-top: 20px;
  border-top: 1px solid rgba(0,0,0,.2);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .13em;
}

footer {
  display: flex;
  justify-content: space-between;
  padding: 25px 7vw;
  background: #080808;
  color: #aaa;
  font-size: 10px;
  letter-spacing: .15em;
}

@media (max-width: 800px) {
  .site-header {
    height: 68px;
    padding: 0 22px;
  }

  .brand img {
    width: 42px;
    height: 42px;
  }

  .nav,
  .socials {
    display: none;
  }

  .menu {
    display: block;
  }

  .hero {
    min-height: 88vh;
    padding: 120px 24px 60px;
  }

  .hero-note,
  .hero-side {
    display: none;
  }

  .section {
    padding: 75px 24px;
  }

  .programs-visual {
    padding: 55px 18px 75px;
  }

  .programs-image {
    max-width: 100%;
  }

  .section-head,
  .about-grid,
  .contact-grid {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .section-head {
    margin-bottom: 35px;
  }

  .gallery-grid {
    grid-template-columns: 1fr;
  }

  .application-box {
    padding: 35px 25px;
  }

  .pdf-box {
    flex-wrap: wrap;
  }

  .pdf-box .btn {
    margin-left: 0;
  }

  .manifesto {
    flex-direction: column;
    gap: 15px;
    margin-top: 60px;
  }

  .contact-bottom {
    flex-direction: column;
    gap: 12px;
    margin-top: 60px;
  }
}

/* D.F.E. social icons + O D.F.E. pillars */
.socials{display:flex;align-items:center;gap:14px;font-family:"Space Grotesk",Arial,sans-serif;font-weight:700}
.socials a{display:inline-flex;width:20px;height:20px;align-items:center;justify-content:center;opacity:.85;transition:opacity .2s,transform .2s}
.socials a:hover{opacity:1;transform:translateY(-2px)}
.about-pillars{display:grid;grid-template-columns:repeat(3,1fr);border-top:1px solid rgba(255,255,255,.15);border-bottom:1px solid rgba(255,255,255,.15)}
.about-pillar{padding:42px 34px 48px;border-right:1px solid rgba(255,255,255,.12)}
.about-pillar:last-child{border-right:0}
.pillar-word{font-family:"Space Grotesk",Arial,sans-serif;font-size:clamp(34px,4vw,58px);letter-spacing:-.04em;margin-bottom:22px}
.about-pillar p{margin:0;color:#aaa;line-height:1.75;font-size:15px}
.about-school{display:grid;grid-template-columns:1fr 1fr;gap:80px;margin-top:80px}
.about-text{white-space:pre-line}
@media(max-width:800px){
 .socials{display:flex;margin-left:auto;margin-right:18px}
 .about-pillars{grid-template-columns:1fr}
 .about-pillar{border-right:0;border-bottom:1px solid rgba(255,255,255,.12)}
 .about-pillar:last-child{border-bottom:0}
 .about-school{grid-template-columns:1fr;gap:30px}
}
