@import url('https://fonts.googleapis.com/css2?family=JetBrains+Mono:wght@400;500;600;700&display=swap');


:root{
  --off-white:#F8F6F2;
  --black:#1A1A1A;
  --grey:#7A7A7A;

  --green:#5F7F5A;
  --blue:#A8B8C8;
  --orange:#E8763B;
  --pink:#E89B8C;
}


*{
  box-sizing:border-box;
}


html,
body{
  margin:0;
  background:var(--off-white);
  color:var(--black);
}


body{
  font-family:"JetBrains Mono",monospace;
  overflow-x:hidden;

  cursor:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='23' height='23' viewBox='0 0 16 16'%3E%3Cpath d='M8 2v12M2 8h12' stroke='%231A1A1A' stroke-width='2.2'/%3E%3C/svg%3E") 8 8,auto;
}


/* =========================================
   HEADER
   ========================================= */

.site-header{

  position:fixed;
  top:0px;
  left:0;
  right:0;

  height:90px;

  z-index:100;

  background:var(--off-white);

  display:grid;
  grid-template-columns:1fr auto 1fr;

  align-items:center;

  padding:0 2.1vw;

  border-bottom:none;
}


.site-header a{

  cursor:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='23' height='23' viewBox='0 0 16 16'%3E%3Cpath d='M8 2v12M2 8h12' stroke='%23E8763B' stroke-width='2.2'/%3E%3C/svg%3E") 8 8,auto;
}


.brand{

  display:flex;
  flex-direction:column;
  align-items:center;

  color:var(--black);
  text-decoration:none;

  transform:translateY(7px);
}


.brand-name{

  font-size:clamp(31px,2.8vw,49px);

  line-height:1;

  font-weight:700;

  letter-spacing:-.065em;
}


.brand-subtitle{

  margin-top:5px;

  font-size:12px;

  font-style:italic;

  color:var(--grey);

  white-space:nowrap;
}


.nav-link{

  color:var(--black);
  text-decoration:none;

  font-size:clamp(15px,1.2vw,20px);
}


.nav-link:hover{
  text-decoration:underline;
}


.right{
  justify-self:end;
}
/* =========================================
   MOBILE ELEMENTS — HIDDEN ON DESKTOP
   ========================================= */

.menu-toggle,
.mobile-spacer{
  display:none;
}

/* =========================================
   MAIN
   ========================================= */

.about-content{

  width:min(1180px,86vw);

  margin:0 auto;

  padding-top:72px;
}


/* =========================================
   ABOUT US / WHO WE ARE
   ========================================= */

.about-intro{

  width:100%;

  padding:105px 0 70px;

  border-bottom:none;
}


.intro-label{

  font-size:14px;

  letter-spacing:.08em;

  color:var(--grey);

  margin-bottom:45px;
}


.intro-layout{

  display:grid;

  grid-template-columns:1fr 1fr;

  gap:70px;

  align-items:start;
}


/* PHOTO */

.intro-photo{

  width:100%;
}


.intro-photo img{
  width:100%;
  height:600px;
  object-fit:cover;
  object-position:center bottom;
  display:block;
}


/* RIGHT COLUMN */

.intro-info{

  padding-top:5px;
}


.intro-meta{

  font-size:12px;

  color:var(--grey);

  letter-spacing:.08em;

  margin-bottom:35px;
}


/* SLOGAN */

.intro-slogan{

  font-size:54px;

  line-height:1.02;

  font-weight:500;

  letter-spacing:-.06em;

  margin-bottom:45px;
}


/* COLLECTIVE DESCRIPTION */

.intro-text{

  max-width:500px;

  font-size:14px;

  line-height:1.75;
  
  text-align:justify;
}


.intro-text p{

  margin:0 0 22px;
}


/* BOTTOM INFORMATION */

.intro-footer{

  display:flex;

  justify-content:space-between;

  margin-top:70px;

  padding-top:18px;

  font-size:10px;

  color:var(--grey);

  letter-spacing:.04em;
}


.intro-footer span:last-child{

  text-align:right;
}


/* =========================================
   GENERAL BLOCKS
   ========================================= */

.about-block{
  display:grid;
  grid-template-columns:55px 1fr;

  padding:120px 0 65px;

  border-bottom:none;
}




.block-index{
  padding-top:0;
  font-size:13px;
  color:var(--grey);
}


.block-content{

  width:100%;
}


.block-header{

  display:flex;

  justify-content:space-between;

  padding-bottom:12px;

  margin-bottom:32px;

  border-bottom:1px solid rgba(26,26,26,.18);

  font-size:13px;

  letter-spacing:.06em;
}


/* =========================================
   ORIGIN
   ========================================= */

.origin-layout {

  display: grid;

  grid-template-columns: minmax(0, 1fr) 300px;

  gap: 35px;

  align-items: start;
}


.origin-date {

  font-size: 13px;

  color: var(--grey);
}


.plus-mark {

  margin-top: 35px;

  font-size: 18px;

  color: var(--black);
}


.origin-text {

  max-width: 600px;

  font-size: 14px;

  line-height: 1.75;
  text-align: justify;
}


.origin-text p {

  margin: 0 0 20px;
  text-align: justify;
}


.origin-lead {

  font-size: 17px;

  font-style: italic;

  line-height: 1.35;
  text-align: justify;
  
}


.photo-small {

  aspect-ratio: 1 / 1;
}


/* =========================================
   HOW IT STARTED — STORY + ARCHIVE
   ========================================= */

.story-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 300px;
  gap: 120px;
  align-items: start;
  margin-top: 80px;
}


/* LEFT: STORY */

.story-main {
  display: grid;
  grid-template-columns: 70px minmax(0, 1fr);
  gap: 35px;
  align-items: start;
  min-width: 0;
}

.story-year {
  font-size: 12px;
  line-height: 1.4;
  color: var(--grey);
  padding-top: 4px;
}

.story-text {
  min-width: 0;
  max-width: 600px;
  font-size: 14px;
  line-height: 1.65;
  text-align: justify;
}

.story-text p {
  margin: 0 0 24px;
}

.story-text p:last-child {
  margin-bottom: 0;
}

.story-intro {
  font-size: 18px;
  font-style: italic;
  font-weight: 500;
  line-height: 1.4;
  margin-bottom: 30px !important;
}


/* RIGHT: ARCHIVE */

.story-archive {
  border-top: none
}

.archive-label {
  padding: 10px 0 18px;
  font-size: 10px;
  letter-spacing: .08em;
  color: var(--grey);
}

.archive-item {
  display: grid;
  grid-template-columns: 35px minmax(0, 1fr);
  gap: 18px;
  padding: 18px 0;
  border-top: 1px solid rgba(26,26,26,.18);
}

.archive-number {
  font-size: 10px;
  color: var(--grey);
  padding-top: 2px;
}

.archive-content {
  max-width: 360px;
}

.archive-year {
  font-size: 10px;
  color: var(--grey);
  margin-bottom: 7px;
}

.archive-title {
  font-size: 14px;
  line-height: 1.4;
  margin-bottom: 9px;
}

.archive-description {
  font-size: 11px;
  line-height: 1.6;
}

/* =========================================
   WHAT WE DO
   ========================================= */

.work-list{
  display:grid;
  grid-template-columns:1fr 1fr;
  column-gap:70px;
  row-gap:55px;

  padding-top:20px;
}


.work-row{
  display:grid;
  grid-template-columns:30px 1fr;
  column-gap:15px;

  position:relative;

  padding-top:16px;

  border-top:1px solid rgba(26,26,26,.18);
}


.work-number{
  font-size:10px;
  color:var(--grey);
  padding-top:3px;
}


.work-name{
  font-size:17px;
  line-height:1.3;
  font-weight:500;
  letter-spacing:-.03em;
}


.work-description{
  grid-column:2;

  margin-top:12px;

  max-width:360px;

  font-size:11px;
  line-height:1.6;
  color:var(--black);
}

/* =========================================
   MISSION / VISION
   ========================================= */

.direction-grid{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:55px;
  margin-top:35px;
}


/* =========================================
   PAPER CARD
   ========================================= */

.mission-paper,
.vision-paper{
  position:relative;

  width:100%;
  aspect-ratio:1355 / 1287;

  overflow:hidden;
}


/* =========================================
   PAPER IMAGE
   ========================================= */

.mission-paper > img,
.vision-paper > img{
  position:absolute;

  top:0;
  left:0;

  width:100%;
  height:100%;

  object-fit:fill;

  display:block;

  z-index:0;
  
}

.mission-paper{
  transform:rotate(-1.5deg);
}

.vision-paper{
  transform:rotate(5deg);
}

/* =========================================
   TEXT AREA
   EXACTLY INSIDE THE VISIBLE PAPER
   ========================================= */

.mission-content,
.vision-content{
  position:absolute;

  top:13.75%;
  left:4.43%;
  right:3.91%;
  bottom:12.74%;

  z-index:1;

  display:flex;
  flex-direction:column;
  justify-content:center;

  box-sizing:border-box;

  padding:45px 75px;
}


/* =========================================
   LABEL
   ========================================= */

.direction-number{
  margin:0 0 18px;

  font-size:13px;
  line-height:1.2;

  color:var(--grey);

  letter-spacing:.04em;
}


/* =========================================
   TEXT
   ========================================= */

.mission-content p,
.vision-content p{
  margin:0;

  max-width:430px;

  font-size:20px;
  line-height:1.45;

  letter-spacing:-.035em;
  text-align: center;
}

/* =========================================
   PILLARS
   ========================================= */

.pillars-block{
  padding-bottom:80px;
}


.pillar-files{

  display:grid;

  grid-template-columns:repeat(3,1fr);

  gap:14px;
}


.pillar-file{

  min-height:230px;

  padding:16px 17px;

  display:flex;

  flex-direction:column;

  position:relative;
}


.pillar-file.green{
  background:var(--green);
}


.pillar-file.pink{
  background:var(--pink);
}


.pillar-file.orange{
  background:var(--orange);
}


.file-top,
.file-bottom{

  display:flex;

  justify-content:space-between;

  font-size:13px;

  color:rgba(26,26,26,.7);

  letter-spacing:.03em;
}


.pillar-file h2{

  margin:10 0 15px;

  font-size:25px;

  line-height:1;

  font-weight:500;

  letter-spacing:-.06em;
}


.pillar-file p{

  margin:0 0 35px;

  max-width:300px;

  font-size:13px;

  line-height:1.55;
  
}


/* =========================================
   MANIFESTO
   ========================================= */

.manifesto-piece{

  margin-top:70px;

  display:flex;

  justify-content:center;
}


.manifesto-paper{

  position:relative;

  width:min(480px,90%);

  min-height:270px;

  padding:28px 32px;

  background:var(--pink);

  transform:rotate(-2deg);

  box-shadow:0 8px 20px rgba(0,0,0,.05);
}


.manifesto-paper-top{

  font-size:13px;

  color:rgba(26,26,26,.6);

  letter-spacing:.05em;
}


.manifesto-paper h2{

  margin:45px 0 20px;

  font-size:26px;

  line-height:.95;

  font-weight:500;

  letter-spacing:-.055em;
}


.manifesto-paper p{

  max-width:300px;

  font-size:11px;

  line-height:1.6;
}


.manifesto-paper a{

  display:inline-block;

  margin-top:12px;

  color:var(--black);

  font-size:13px;

  text-decoration:none;

  border-bottom:1px solid var(--black);
}


.manifesto-plus{

  position:absolute;

  right:20px;

  bottom:13px;

  font-size:17px;
}


/* =========================================
   TEAM
   ========================================= */

.team-introduction{

  max-width:1000px;

  margin-bottom:35px;

  font-size:13px;

  line-height:1.7;
}


.team-introduction p{
  margin:0;
}


.team-sheet{

  display:grid;

  grid-template-columns:repeat(3,1fr);

  gap:30px 20px;
}


.team-member{

  position:relative;
}


.team-photo{
  width:100%;
  aspect-ratio:1 / 1;

  background:var(--blue);

  overflow:hidden;

  display:flex;
  align-items:center;
  justify-content:center;

  margin-bottom:10px;
}
.team-photo img{
  width:100%;
  height:100%;
  object-fit:cover;
  display:block;
}


.team-meta{

  display:flex;

  flex-direction:column;

  gap:3px;
}


.team-meta strong{

  font-size:13px;

  font-weight:500;
}


.team-meta span{

  font-size:9px;

  color:var(--grey);
}


/* =========================================
   FOOTER
   ========================================= */

.site-footer{

  position:relative;

  min-height:225px;

  padding:28px 2vw 12px;

  background:var(--off-white);

  color:var(--grey);

  font-size:11px;

  line-height:1.35;

  border-top:1px solid rgba(26,26,26,.12);

  display:grid;

  grid-template-columns:1fr 1fr;

  grid-template-rows:auto 1fr auto;
}


.footer-left{

  grid-column:1;

  grid-row:1 / 3;
}


.footer-name{

  color:var(--black);

  font-size:21px;

  font-weight:500;

  letter-spacing:-.04em;
}


.footer-legal-name{

  margin-top:3px;

  font-size:10px;
}


.footer-info{

  display:flex;

  flex-direction:column;

  gap:4px;

  margin-top:18px;
}


.footer-info a{

  color:var(--grey);

  text-decoration:none;
}


.footer-right{

  grid-column:2;

  grid-row:1 / 3;

  justify-self:end;

  text-align:right;

  margin-top:43px;
}


.footer-social{

  display:flex;

  flex-direction:column;

  gap:4px;
}


.footer-social a,
.footer-legal-nav a{

  color:var(--grey);

  text-decoration:none;
}


.footer-social a:hover,
.footer-legal-nav a:hover{

  color:var(--black);

  text-decoration:underline;
}


.footer-legal-nav{

  display:flex;

  flex-direction:column;

  gap:4px;

  margin-top:16px;
}


.footer-copyright{

  grid-column:1;

  grid-row:3;

  font-size:10px;
}


/* =========================================
   MOBILE
   ========================================= */

@media (max-width:700px){

  /* =========================================
     PAGE WIDTH
     ========================================= */

  .about-content{

    width:auto;

    margin:0 20px;

    padding-top:60px;

  }


  /* =========================================
     ABOUT INTRO
     ========================================= */

  .about-intro{

    padding-top:80px;

    padding-bottom:60px;

  }


  .intro-label{

    font-size:13px;

    margin-bottom:40px;

  }


  .intro-layout{

    display:flex;

    flex-direction:column;

    gap:35px;

  }


  .intro-photo{

    width:100%;

  }


  .intro-photo img{

    width:100%;

    height:auto;

    aspect-ratio:3 / 4;

    object-fit:cover;

    object-position:center bottom;

    display:block;

  }


  .intro-info{

    padding-top:0;

  }


  .intro-meta{

    font-size:10px;

    margin-bottom:25px;

  }


  .intro-slogan{

    font-size:36px;

    line-height:1.05;

    margin-bottom:30px;

  }


  .intro-text{

    max-width:none;

    font-size:13px;

    line-height:1.7;

    text-align:left;

  }


  .intro-text p{

    margin-bottom:22px;

  }


  .intro-footer{

    flex-direction:column;

    gap:10px;

    margin-top:50px;

  }


  .intro-footer span:last-child{

    text-align:left;

  }


  /* =========================================
     GENERAL ABOUT BLOCK
     ========================================= */

  .about-block{

    display:grid;

    grid-template-columns:30px minmax(0,1fr);

    column-gap:0;

    padding:90px 0 80px;

  }


  .block-index{

    padding-top:0;

    font-size:11px;

  }


  .block-content{

    width:100%;

    min-width:0;

  }


  .block-header{

    display:block;

    padding-bottom:12px;

    margin-bottom:35px;

    font-size:11px;

    line-height:1.4;

    letter-spacing:.06em;

  }


  /* =========================================
     HOW IT STARTED
     ========================================= */

  .story-layout{

    display:flex;

    flex-direction:column;

    gap:65px;

    margin-top:0;

    width:100%;

  }


  /* STORY BECOMES ONE COLUMN */

  .story-main{

    display:block;

    width:100%;

    min-width:0;

  }


  .story-year{

    display:block;

    margin-bottom:25px;

    padding-top:0;

    font-size:11px;

    line-height:1.4;

    color:var(--grey);

  }


  .story-text{

    display:block;

    width:100%;

    max-width:none;

    min-width:0;

    font-size:13px;

    line-height:1.7;

    text-align:left;

  }


  .story-text p{

    margin:0 0 28px;

  }


  .story-text p:last-child{

    margin-bottom:0;

  }


  .story-intro{

    max-width:none;

    margin-bottom:38px !important;

    font-size:22px;

    line-height:1.3;

    font-style:italic;

    font-weight:500;

    letter-spacing:-.04em;

  }


  /* =========================================
     ARCHIVE
     ========================================= */

  .story-archive{

    width:100%;

    min-width:0;

    border-top:1px solid rgba(26,26,26,.18);

  }


  .archive-label{

    padding:12px 0 18px;

    font-size:10px;

    letter-spacing:.08em;

    color:var(--grey);

  }


  .archive-item{

    display:grid;

    grid-template-columns:30px minmax(0,1fr);

    column-gap:15px;

    width:100%;

    padding:18px 0;

    border-top:1px solid rgba(26,26,26,.18);

  }


  .archive-number{

    font-size:9px;

    padding-top:2px;

  }


  .archive-content{

    width:100%;

    max-width:none;

    min-width:0;

  }


  .archive-year{

    font-size:9px;

    margin-bottom:7px;

  }


  .archive-title{

    font-size:13px;

    line-height:1.4;

    margin-bottom:8px;

  }


  .archive-description{

    font-size:10px;

    line-height:1.6;

    max-width:none;

  }


  /* =========================================
     WHAT WE DO
     ========================================= */

  .work-list{

    display:flex;

    flex-direction:column;

    gap:0;

    padding-top:0;

    width:100%;

  }


  .work-row{

    display:grid;

    grid-template-columns:30px minmax(0,1fr);

    column-gap:10px;

    width:100%;

    padding:18px 0 22px;

    border-top:1px solid rgba(26,26,26,.18);

  }


  .work-number{

    font-size:9px;

    padding-top:2px;

  }


  .work-name{

    font-size:15px;

    line-height:1.3;

  }


  .work-description{

    grid-column:2;

    margin-top:10px;

    max-width:none;

    font-size:10px;

    line-height:1.6;

  }


  /* =========================================
     OUR DIRECTION
     ========================================= */

  .direction-grid{

    display:flex;

    flex-direction:column;

    gap:45px;

    margin-top:20px;

  }


  .mission-paper,
  .vision-paper{

    width:100%;

    aspect-ratio:1355 / 1287;

  }


  .mission-paper{

    transform:rotate(-1.5deg);

  }


  .vision-paper{

    transform:rotate(3deg);

  }


  .mission-content,
  .vision-content{

    top:13.75%;

    left:4.43%;

    right:3.91%;

    bottom:12.74%;

    padding:25px 30px;

  }


  .direction-number{

    margin-bottom:12px;

    font-size:9px;

  }


  .mission-content p,
  .vision-content p{

    max-width:none;

    font-size:14px;

    line-height:1.4;

    text-align:center;

  }


  /* =========================================
     THREE PILLARS
     ========================================= */

  .pillars-block{

    padding-bottom:70px;

  }


  .pillar-files{

    display:flex;

    flex-direction:column;

    gap:14px;

  }


  .pillar-file{

    width:100%;

    min-height:190px;

    padding:16px 17px;

  }


  .pillar-file h2{

    margin:10px 0 15px;

    font-size:23px;

  }


  .pillar-file p{

    max-width:none;

    margin-bottom:20px;

    font-size:11px;

    line-height:1.55;

  }


  .file-top{

    font-size:10px;

  }


  /* =========================================
     MANIFESTO PIECE
     ========================================= */

  .manifesto-piece{

    margin-top:55px;

    display:flex;

    justify-content:center;

    width:100%;

  }


  .manifesto-paper{

    width:88%;

    min-height:240px;

    padding:24px 25px;

  }


  .manifesto-paper-top{

    font-size:10px;

  }


  .manifesto-paper h2{

    margin:38px 0 18px;

    font-size:22px;

  }


  .manifesto-paper p{

    max-width:250px;

    font-size:10px;

    line-height:1.55;

  }


  .manifesto-paper a{

    font-size:10px;

  }


  /* =========================================
     TEAM
     ========================================= */

  .team-introduction{

    max-width:none;

    margin-bottom:30px;

    font-size:11px;

    line-height:1.7;

  }


  .team-sheet{

    display:grid;

    grid-template-columns:1fr 1fr;

    gap:25px 14px;

    width:100%;

  }


  .team-member{

    min-width:0;

  }


  .team-photo{

    width:100%;

    aspect-ratio:1 / 1;

    margin-bottom:9px;

  }


  .team-photo img{

    width:100%;

    height:100%;

    object-fit:cover;

  }


  .team-meta strong{

    font-size:11px;

  }


  /* =========================================
     FOOTER
     ========================================= */

  .site-footer{

    min-height:320px;

    display:flex;

    flex-direction:column;

    padding:25px 20px 12px;

  }


  .footer-right{

    align-self:flex-start;

    text-align:left;

    margin-top:25px;

  }


  .footer-copyright{

    margin-top:auto;

  }

}


/* =========================================
   MOBILE HEADER
   ========================================= */

@media (max-width:700px){

  .site-header{

    position:fixed;

    top:0;
    left:0;
    right:0;

    width:100%;

    height:64px;

    padding:0 16px;

    display:block !important;

  }


  .site-header > .desktop-contact,
  .site-header > .desktop-join{

    display:none !important;

  }


  /* HAMBURGER */

  .menu-toggle{

    display:block !important;

    position:absolute;

    top:20px;
    left:16px;

    width:24px;
    height:24px;

    margin:0;
    padding:0;

    border:0;

    background:none;

    color:var(--black);

    font-family:"JetBrains Mono",monospace;

    font-size:22px;

    line-height:24px;

    text-align:center;

    cursor:pointer;

    z-index:501;

  }


  /* CENTERED LOGO */

  .site-header > .brand{

    position:fixed !important;

    top:13px !important;

    left:50vw !important;

    transform:translateX(-50%) !important;

    display:flex;

    flex-direction:column;

    align-items:center;

    width:max-content;

    margin:0;

    padding:0;

    z-index:501;

  }


  .site-header > .brand .brand-name{

    font-size:25px;

    line-height:1;

    white-space:nowrap;

  }


  .site-header > .brand .brand-subtitle{

    margin-top:5px;

    width:180px;

    font-size:7px;

    line-height:1.2;

    white-space:normal;

    text-align:center;

  }


  .mobile-spacer{

    display:none !important;

  }

}


/* =========================================
   MOBILE MENU
   ========================================= */

.mobile-menu{

  display:none;

}


@media (max-width:700px){

  .mobile-menu{

    position:fixed;

    inset:0;

    z-index:500;

    background:var(--off-white);

    padding:90px 25px 35px;

    flex-direction:column;

  }


  .mobile-menu.open{

    display:flex;

  }


  .mobile-menu-close{

    position:absolute;

    top:17px;

    left:16px;

    width:28px;

    height:28px;

    padding:0;

    border:0;

    background:none;

    color:var(--black);

    font-family:"JetBrains Mono",monospace;

    font-size:30px;

    line-height:28px;

    cursor:pointer;

  }


  .mobile-menu-links{

    display:flex;

    flex-direction:column;

    gap:0;

  }


  .mobile-menu-links a{

    display:block;

    padding:15px 0;

    border-bottom:1px solid rgba(26,26,26,.18);

    color:var(--black);

    text-decoration:none;

    font-family:"JetBrains Mono",monospace;

    font-size:18px;

    line-height:1.3;

  }


  .mobile-menu-links a:first-child{

    border-top:1px solid var(--black);

  }


  .mobile-menu-links a:hover{

    color:var(--orange);

  }

}